@ckeditor/ckeditor5-track-changes 44.0.0-alpha.4 → 44.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- 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 Qt,Plugin as
|
|
24
|
-
_0x5ab72a(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x1da632,_0x1b500c){super(),this['id']=_0x1b500c['id'],this['type']=_0x1b500c['type'],this['subType']=_0x1b500c['subType']||null,this['author']=_0x1b500c['author'],this['creator']=_0x1b500c['creator']||_0x1b500c['author'],this['isExternal']=Boolean(_0x1b500c['attributes']&&_0x1b500c['attributes']['@external']),this['data']=null,this['_model']=_0x1da632,this['_onAccept']=_0x1b500c['onAccept'],this['_onDiscard']=_0x1b500c['onDiscard'],this['_onAttributesChange']=_0x1b500c['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x1b500c['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 _0x25c9ba=this;for(;_0x25c9ba['previous'];)_0x25c9ba=_0x25c9ba['previous'];return _0x25c9ba;}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'](_0x15829d){this['_markerNames']['add'](_0x15829d);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x5c60a5=>this['_model']['markers']['get'](_0x5c60a5))['filter'](_0x1131cf=>_0x1131cf);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x54e77a=>{for(const _0x2885e8 of this['getMarkers']())_0x54e77a['removeMarker'](_0x2885e8);}),this['_markerNames']['clear']();}['removeMarker'](_0x34588a){this['_model']['change'](_0x1fbbab=>{_0x1fbbab['removeMarker'](_0x34588a);}),this['_markerNames']['delete'](_0x34588a);}['addRange'](_0x17fac6){const _0x14426d='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x14426d),this['_model']['change'](_0x92fc81=>{_0x92fc81['addMarker'](_0x14426d,{'range':_0x17fac6,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x280e2c){for(const _0x296ed7 of this['getRanges']())if(_0x296ed7['isIntersecting'](_0x280e2c))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x3bd987=>_0x3bd987['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x5b658d,_0x1eb8fe)=>[..._0x5b658d,..._0x1eb8fe['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x2509d9=this['getRanges']();if(0x1!=_0x2509d9['length'])return null;const _0x145c72=_0x2509d9[0x0],_0x51785a=_0x145c72['start']['nodeAfter'],_0x575f1e=_0x145c72['end']['nodeBefore'];return _0x51785a instanceof _0x5e937c?_0x51785a!=_0x575f1e?null:_0x51785a: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 _0x443da1=[];let _0x391aa0=this['head'];for(;_0x391aa0;)_0x443da1['push'](_0x391aa0),_0x391aa0=_0x391aa0['next'];return _0x443da1;}['setAttribute'](_0x20949d,_0x36d211){const _0x39b100=_0xbb6633(this['attributes']);_0x59c7ac(_0x39b100,_0x20949d,_0x36d211),_0x12e3f4(_0x39b100,this['attributes'])||(this['attributes']=_0x39b100,this['_onAttributesChange'](_0x39b100));}['removeAttribute'](_0x240125){const _0x38aa54=_0xbb6633(this['attributes']);_0xc7cb86(_0x38aa54,_0x240125),_0x12e3f4(_0x38aa54,this['attributes'])||(this['attributes']=_0x38aa54,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 _0x5a6ab6()['substr'](0x1,0x5);}}function o(_0x2dca37,_0x333963,_0x92223d){const _0x31cc84=_0x2dca37['t'],t=_0x2dca37['t'];switch(_0x333963){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'*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',_0x92223d);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x92223d);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x92223d);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x92223d);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x92223d);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',_0x92223d);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x92223d);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');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',_0x92223d);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x92223d);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x92223d);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x92223d);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x92223d);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x92223d);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x92223d);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x92223d);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x92223d);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x92223d);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x92223d);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x92223d);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x92223d);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x92223d);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x92223d);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x92223d);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x92223d);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'},_0x92223d);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x92223d);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x92223d);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x92223d);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x92223d);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x92223d);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'},_0x92223d);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x92223d);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x92223d);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x92223d);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x92223d);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'},_0x92223d);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x92223d);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'},_0x92223d);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'},_0x92223d);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x92223d);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'},_0x92223d);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x92223d);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'},_0x92223d);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x92223d);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x92223d);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'},_0x92223d);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x92223d);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 _0x31cc84({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x92223d);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x31cc84({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x92223d);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x92223d);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'},_0x92223d);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'},_0x92223d);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'},_0x92223d);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x333963;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x1b6f63,_0xccdeb6){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x1b6f63,this['_locale']=_0xccdeb6;}['getDescriptions'](_0x1a6307){const _0x35a46d=[],_0x35eda8=new Set(),_0x1c1d42=new Set();for(let _0x20a69d=0x0;_0x20a69d<_0x1a6307['length'];_0x20a69d++){const _0x4e3a1b=_0x1a6307[_0x20a69d];if(!_0x4e3a1b['isInContent'])continue;const _0x271004=this['_handleCustomCallbackDescription'](_0x4e3a1b);if(_0x271004){if(null!=_0x4e3a1b['subType']){if(_0x35eda8['has'](_0x4e3a1b['subType']))continue;_0x35eda8['add'](_0x4e3a1b['subType']);}_0x35a46d['push'](_0x271004);}else{if('attribute'!=_0x4e3a1b['type'])'insertion'!=_0x4e3a1b['type']&&'deletion'!=_0x4e3a1b['type']||this['_handleInsertRemoveSuggestionDescription'](_0x35a46d,_0x4e3a1b,_0x1a6307[_0x20a69d+0x1]);else{const _0x302ad1=_0x4e3a1b['data']['key'];if(_0x1c1d42['has'](_0x302ad1))continue;_0x1c1d42['add'](_0x4e3a1b['data']['key']),_0x302ad1==m?this['_handleRenameSuggestionDescription'](_0x35a46d,_0x4e3a1b):this['_handleAttributeSuggestionDescription'](_0x35a46d,_0x4e3a1b);}}}return this['_resolveDescriptionItems'](_0x35a46d);}['registerDescriptionCallback'](_0x263fcc){this['_customCallbacks']['push'](_0x263fcc);}['registerElementLabel'](_0x1f53c7,_0x290381,_0x4feb9d=_0x300b65['normal']){'function'==typeof _0x1f53c7?_0x358aa8(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1f53c7,'label':_0x290381,'priority':_0x4feb9d}):this['_itemLabels']['set'](_0x1f53c7,_0x290381);}['registerAttributeLabel'](_0x523713,_0x4ef106){this['_attributeLabels']['set'](_0x523713,_0x4ef106);}['getItemLabel'](_0x3e720a,_0x402a61=0x1){let _0x53ad65;for(const _0x48552e of this['_itemLabelsCallbacks'])if(_0x48552e['matchingCallback'](_0x3e720a)){_0x53ad65=_0x48552e['label'];break;}return _0x53ad65||(_0x53ad65=this['_itemLabels']['get'](_0x3e720a['name'])),_0x53ad65?_0x53ad65(_0x402a61):0x1!==_0x402a61?_0x402a61+'\x20'+_0x3e720a['name']+'s':''+_0x3e720a['name'];}['_addDescriptionItems'](_0x2f46df,_0x37b8e1){const _0x42bfd7=_0x37b8e1['getFirstRange']()['getWalker'](),_0x2dac88='insertion'==_0x37b8e1['type']?'add':'remove';for(const _0x2bb964 of _0x42bfd7){const _0x4e9f58=_0x2bb964['item'],_0x5e3969=_0x2f46df[_0x2f46df['length']-0x1];if(_0x4e9f58['is']('$textProxy'))_0x5e3969&&_0x5e3969['type']['indexOf']('Container')>-0x1&&_0x2f46df['pop'](),_0x5e3969&&'text'==_0x5e3969['type']?_0x5e3969[_0x2dac88]+=_0x4e9f58['data']:_0x2f46df['push']({'type':'text','add':'add'==_0x2dac88?_0x4e9f58['data']:'','remove':'remove'==_0x2dac88?_0x4e9f58['data']:''});else{if(this['_schema']['isObject'](_0x4e9f58)){const _0x162f49=_0x4e9f58;if(_0x5e3969&&_0x5e3969['type']['indexOf']('Container')>-0x1&&_0x2f46df['pop'](),'elementEnd'==_0x2bb964['type'])continue;_0x5e3969&&_0x5e3969['type']==_0x2dac88+'Object'&&_0x5e3969['element']['name']==_0x162f49['name']?_0x5e3969['quantity']++:_0x2f46df['push']({'type':_0x2dac88+'Object','element':_0x162f49,'quantity':0x1}),_0x42bfd7['skip'](_0x53557f=>!('elementEnd'==_0x53557f['type']&&_0x53557f['item']==_0x4e9f58));}else{if(this['_schema']['checkChild'](_0x4e9f58,'$text')||_0x4e9f58['is']('element','softBreak')){const _0x24c204=_0x4e9f58;if('add'==_0x2dac88&&'elementStart'==_0x2bb964['type']||'remove'==_0x2dac88&&'elementEnd'==_0x2bb964['type'])continue;if(_0x5e3969&&-0x1==_0x5e3969['type']['indexOf']('Container')){'text'==_0x5e3969['type']&&(_0x5e3969[_0x2dac88]+='\x0a');continue;}let _0x54c5d1;if(_0x54c5d1='add'==_0x2dac88?_0x24c204['nextSibling']&&!this['_schema']['isObject'](_0x24c204['nextSibling'])?_0x24c204['nextSibling']:null:_0x24c204['previousSibling']&&!this['_schema']['isObject'](_0x24c204['previousSibling'])?_0x24c204['previousSibling']:null,_0x24c204['isEmpty']||_0x54c5d1&&_0x54c5d1['isEmpty']){const _0x129462=_0x54c5d1&&_0x54c5d1['isEmpty']?_0x54c5d1:_0x24c204;_0x5e3969&&_0x5e3969['type']==_0x2dac88+'EmptyContainer'&&_0x5e3969['element']['name']==_0x129462['name']?_0x5e3969['quantity']++:_0x2f46df['push']({'type':_0x2dac88+'EmptyContainer','element':_0x129462,'quantity':0x1});}else _0x2f46df['push']({'type':_0x2dac88+'Container','element':_0x24c204});}}}}}['_resolveDescriptionItems'](_0x50a670){const _0x30f63f=this['_locale'],_0x4c3d05=[],_0x17027b=[],_0x5c4481=[];for(const _0x24c0c5 of _0x50a670)switch(_0x24c0c5['type']){case'text':if(_0x24c0c5['add']=_0x24c0c5['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x24c0c5['remove']=_0x24c0c5['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x24c0c5['add']&&''!=_0x24c0c5['remove']){_0x4c3d05['push']({'type':'replace','content':o(_0x30f63f,'REPLACE_TEXT',['\x22'+_0x24c0c5['remove']+'\x22','\x22'+_0x24c0c5['add']+'\x22'])});continue;}if(null!=_0x24c0c5['add']['match'](/^ +$/)){_0x4c3d05['push']({'type':'insertion','content':o(_0x30f63f,'*Insert:*\x20%0',o(_0x30f63f,'ELEMENT_SPACE',_0x24c0c5['add']['length']))});continue;}if(null!=_0x24c0c5['remove']['match'](/^ +$/)){_0x4c3d05['push']({'type':'deletion','content':o(_0x30f63f,'*Remove:*\x20%0',o(_0x30f63f,'ELEMENT_SPACE',_0x24c0c5['remove']['length']))});continue;}if(''!=_0x24c0c5['add']){_0x4c3d05['push']({'type':'insertion','content':o(_0x30f63f,'*Insert:*\x20%0','\x22'+_0x24c0c5['add']+'\x22')});continue;}_0x4c3d05['push']({'type':'deletion','content':o(_0x30f63f,'*Remove:*\x20%0','\x22'+_0x24c0c5['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4c3d05['push']({'type':'insertion','content':o(_0x30f63f,'*Insert:*\x20%0',this['getItemLabel'](_0x24c0c5['element'],_0x24c0c5['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4c3d05['push']({'type':'deletion','content':o(_0x30f63f,'*Remove:*\x20%0',this['getItemLabel'](_0x24c0c5['element'],_0x24c0c5['quantity']))});continue;case'addContainer':_0x4c3d05['push']({'type':'insertion','content':o(_0x30f63f,'*Split:*\x20%0',this['getItemLabel'](_0x24c0c5['element'],_0x24c0c5['quantity']))});continue;case'removeContainer':_0x4c3d05['push']({'type':'deletion','content':o(_0x30f63f,'*Merge:*\x20%0',this['getItemLabel'](_0x24c0c5['element'],_0x24c0c5['quantity']))});continue;case'addFormat':_0x17027b['push'](_0x24c0c5['key']);continue;case'removeFormat':_0x5c4481['push'](_0x24c0c5['key']);continue;default:_0x4c3d05['push'](_0x24c0c5);}if(_0x17027b['length']){const _0x468abf=_0x17027b['map'](_0x4f8f3a=>this['_attributeLabels']['has'](_0x4f8f3a)?this['_attributeLabels']['get'](_0x4f8f3a):_0x4f8f3a)['join'](',\x20');_0x4c3d05['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x468abf)});}if(_0x5c4481['length']){const _0x127f81=_0x5c4481['map'](_0x13ae48=>this['_attributeLabels']['has'](_0x13ae48)?this['_attributeLabels']['get'](_0x13ae48):_0x13ae48)['join'](',\x20');_0x4c3d05['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x127f81)});}return _0x4c3d05;}['_handleCustomCallbackDescription'](_0x3e70f7){for(const _0x1b90da of this['_customCallbacks']){const _0x1ffa31=_0x1b90da(_0x3e70f7);if(_0x1ffa31&&'type'in _0x1ffa31)return _0x1ffa31;}}['_handleAttributeSuggestionDescription'](_0x21e397,_0xddd385){const _0x1b341b=_0xddd385['data'],_0x3f90d8=void 0x0===_0x1b341b['newValue']?'removeFormat':'addFormat';_0x21e397['push']({'type':_0x3f90d8,'key':_0x1b341b['key']});}['_handleRenameSuggestionDescription'](_0x3ff6f5,_0x574197){_0x3ff6f5['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x574197['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3f2ffa,_0xb60067,_0x22880e){if(this['_addDescriptionItems'](_0x3f2ffa,_0xb60067),_0x22880e&&_0x22880e['getFirstRange']()&&!_0xb60067['getFirstRange']()['end']['isEqual'](_0x22880e['getFirstRange']()['start'])){const _0x2cf997=_0x3f2ffa[_0x3f2ffa['length']-0x1],_0x42cdac='insertion'==_0xb60067['type']?'add':'remove';_0x2cf997&&'text'==_0x2cf997['type']&&(_0x2cf997[_0x42cdac]+='\x0a');}}}class U extends _0x336f7e{['afterInit'](){const _0x4df7f1=this['editor'],_0x47c74e=_0x4df7f1['plugins']['get']('TrackChangesEditing');_0x4df7f1['commands']['get']('showAIAssistant')&&_0x47c74e['enableCommand']('showAIAssistant');}}class V extends _0x336f7e{['afterInit'](){const _0x459687=this['editor'],_0x3ff86d=_0x459687['locale'];if(!_0x459687['plugins']['has']('AlignmentEditing'))return;const _0x166ce9=_0x459687['plugins']['get']('TrackChangesEditing');_0x166ce9['enableDefaultAttributesIntegration']('alignment'),_0x166ce9['registerBlockAttribute']('alignment'),_0x166ce9['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x3ff86d,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x397006=this['editor'],_0x1bc29f=_0x397006['locale'];_0x397006['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59ab63=>{if('formatBlock'!=_0x59ab63['type'])return;const {data:_0x9cdc7}=_0x59ab63;if(_0x9cdc7&&'alignment'==_0x9cdc7['commandName']){const _0x3d1e4d=_0x9cdc7['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x1bc29f,'*Format:*\x20%0',function(_0x59bf95){switch(_0x59bf95){case'left':return o(_0x1bc29f,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x1bc29f,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x1bc29f,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x1bc29f,'FORMAT_JUSTIFY_TEXT');}}(_0x3d1e4d))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x336f7e{['afterInit'](){const _0x13a984=this['editor'],_0x5922ff=_0x13a984['plugins']['get']('TrackChangesEditing'),_0x548236=_0x13a984['locale'];for(const _0x1d4906 of Zt){if(!_0x13a984['plugins']['has'](_0x1d4906))continue;const _0x2dee22=_0x1d4906['slice'](0x0,-0x7)['toLowerCase'](),_0x23b95c='FORMAT_'+_0x2dee22['toUpperCase']();_0x5922ff['enableDefaultAttributesIntegration'](_0x2dee22),_0x5922ff['registerInlineAttribute'](_0x2dee22),_0x5922ff['descriptionFactory']['registerAttributeLabel'](_0x2dee22,o(_0x548236,_0x23b95c));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1fb634=this['editor'],_0x2ac650=_0x1fb634['locale'],_0x11738a=_0x1fb634['plugins']['get']('TrackChangesEditing');function _0x2a284b(_0x462797,_0x54cdbf){_0x11738a['descriptionFactory']['registerDescriptionCallback'](_0x307b09=>{if('formatInline'!=_0x307b09['type'])return;const {data:_0x521519}=_0x307b09;return _0x521519&&_0x521519['commandName']===_0x462797?_0x521519['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2ac650,'*Format:*\x20%0',_0x54cdbf)}:{'type':'format','content':o(_0x2ac650,'*Remove\x20format:*\x20%0',_0x54cdbf)}:void 0x0;});}_0x2a284b('bold',o(_0x2ac650,'FORMAT_BOLD')),_0x2a284b('italic',o(_0x2ac650,'FORMAT_ITALIC')),_0x2a284b('underline',o(_0x2ac650,'FORMAT_UNDERLINE')),_0x2a284b('code',o(_0x2ac650,'FORMAT_CODE')),_0x2a284b('strikethrough',o(_0x2ac650,'FORMAT_STRIKETHROUGH')),_0x2a284b('subscript',o(_0x2ac650,'FORMAT_SUBSCRIPT')),_0x2a284b('superscript',o(_0x2ac650,'FORMAT_SUPERSCRIPT'));}}class F extends _0x336f7e{['afterInit'](){const _0x29fa84=this['editor'],_0x635539=_0x29fa84['locale'];if(!_0x29fa84['plugins']['has']('BlockQuoteEditing'))return;const _0x119b4=_0x29fa84['plugins']['get']('TrackChangesEditing'),_0x13cce0=this['editor']['commands']['get']('blockQuote');_0x119b4['enableCommand']('blockQuote',(_0x39aebc,_0x51e83f={})=>{const _0x7454e2=this['editor']['model']['document']['selection'],_0x4c38f4=_0x51e83f&&void 0x0!==_0x51e83f['forceValue']?_0x51e83f['forceValue']:!_0x13cce0['value'];let _0x262a78=[];if(_0x4c38f4){const _0x191d80=Array['from'](_0x7454e2['getSelectedBlocks']())['filter'](_0x2708cf=>oo(_0x2708cf)||function(_0x555d87,_0xf5aeed){const _0x90fe75=_0xf5aeed['checkChild'](_0x555d87['parent'],'blockQuote'),_0x5c55b1=_0xf5aeed['checkChild'](['$root','blockQuote'],_0x555d87);return _0x90fe75&&_0x5c55b1;}(_0x2708cf,this['editor']['model']['schema']));_0x262a78=to(_0x191d80,_0x29fa84['model']);}else{const _0x3ee352=Array['from'](_0x7454e2['getSelectedBlocks']())['filter'](_0x37768a=>oo(_0x37768a));_0x262a78=to(_0x3ee352,_0x29fa84['model']);}_0x29fa84['model']['change'](()=>{for(const _0x49a729 of _0x262a78)_0x119b4['markBlockFormat'](_0x49a729,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4c38f4}]});});}),_0x119b4['descriptionFactory']['registerDescriptionCallback'](_0x3634f3=>{const {data:_0x577236}=_0x3634f3;if(_0x577236&&'blockQuote'==_0x577236['commandName']){const _0x5b5768=o(_0x635539,'ELEMENT_BLOCK_QUOTE');return _0x577236['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x635539,'*Set\x20format:*\x20%0',_0x5b5768)}:{'type':'format','content':o(_0x635539,'*Remove\x20format:*\x20%0',_0x5b5768)};}});}}function oo(_0x2d8929){return'blockQuote'==_0x2d8929['parent']['name'];}class L extends _0x336f7e{['afterInit'](){const _0x40ae1e=this['editor'],_0x54a522=_0x40ae1e['locale'],_0x8e84f=_0x40ae1e['plugins']['get']('TrackChangesEditing');_0x40ae1e['plugins']['has']('BookmarkEditing')&&(_0x8e84f['enableCommand']('insertBookmark'),_0x8e84f['enableDefaultAttributesIntegration']('updateBookmark'),_0x8e84f['registerBlockAttribute']('bookmarkId'),_0x8e84f['descriptionFactory']['registerDescriptionCallback'](_0x30e417=>{if('insertion'!=_0x30e417['type']&&'deletion'!=_0x30e417['type']&&'attribute'!=_0x30e417['type'])return;const _0x166988=_0x30e417['getContainedElement']();if(null==_0x166988)return;if(!_0x166988['is']('element','bookmark'))return;const _0x215302=_0x166988['getAttribute']('bookmarkId');if('insertion'==_0x30e417['type'])return{'type':'insertion','content':o(_0x54a522,'*Insert:*\x20%0','\x22'+_0x215302+'\x22\x20'+o(_0x54a522,'ELEMENT_BOOKMARK'))};if('deletion'==_0x30e417['type'])return{'type':'deletion','content':o(_0x54a522,'*Remove:*\x20%0','\x22'+_0x215302+'\x22\x20'+o(_0x54a522,'ELEMENT_BOOKMARK'))};const {data:_0xd056c4}=_0x30e417;if(!_0xd056c4||'bookmarkId'!=_0xd056c4['key'])return;return{'type':'format','content':o(_0x54a522,'*Set\x20bookmark:*\x20%0','\x22'+_0xd056c4['newValue']+'\x22')};}));}}class J extends _0x336f7e{['afterInit'](){const _0x51cb31=this['editor'];_0x51cb31['plugins']['has']('CaseChange')&&(_0x51cb31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x51cb31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x51cb31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x336f7e{['afterInit'](){const _0x4aa542=this['editor'];_0x4aa542['commands']['get']('ckbox')&&_0x4aa542['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x336f7e{['afterInit'](){const _0x5000ec=this['editor'];if(!_0x5000ec['plugins']['has']('CodeBlock'))return;const _0xec1404=_0x5000ec['plugins']['get']('TrackChangesEditing'),_0x104517=_0x5000ec['locale'],_0x345bb0=_0x5000ec['config']['get']('codeBlock')['languages'],_0x1a85bc=_0x5000ec['commands']['get']('codeBlock');_0xec1404['enableCommand']('indentCodeBlock'),_0xec1404['enableCommand']('outdentCodeBlock'),_0xec1404['enableCommand']('codeBlock',(_0x20fc9e,_0x582c88={})=>{const _0x6da2=_0x5000ec['model'],_0x80b3dc=_0x5000ec['model']['document']['selection'],_0x4fc8cb=_0x582c88&&void 0x0!==_0x582c88['forceValue']?_0x582c88['forceValue']:!_0x1a85bc['value'];let _0x1076ea;_0x582c88['language']||(_0x582c88['language']=_0x345bb0[0x0]['language']),_0x1076ea=_0x4fc8cb?Array['from'](_0x80b3dc['getSelectedBlocks']())['filter'](_0x102b27=>eo(_0x102b27)||function(_0x273f1e,_0x17eafe){if(_0x273f1e['is']('rootElement')||_0x17eafe['isLimit'](_0x273f1e))return!0x1;return _0x17eafe['checkChild'](_0x273f1e['parent'],'codeBlock');}(_0x102b27,_0x6da2['schema'])):Array['from'](_0x80b3dc['getSelectedBlocks']())['filter'](_0x118009=>eo(_0x118009));const _0xd4906d=to(_0x1076ea,_0x6da2);_0x6da2['change'](()=>{for(const _0x33e016 of _0xd4906d)_0xec1404['markBlockFormat'](_0x33e016,{'commandName':'codeBlock','commandParams':[{..._0x582c88,'forceValue':_0x4fc8cb}],'formatGroupId':'blockName'});});}),(_0xec1404['descriptionFactory']['registerElementLabel']('codeBlock',_0x209497=>o(_0x104517,'ELEMENT_CODE_BLOCK',_0x209497)),_0xec1404['descriptionFactory']['registerDescriptionCallback'](_0x31701a=>{if('formatBlock'!=_0x31701a['type'])return;const _0x3af63a=_0x104517['t'],{data:_0x1e704b}=_0x31701a;if(!_0x1e704b||'codeBlock'!=_0x1e704b['commandName'])return;const _0x455b40=_0x1e704b['commandParams'][0x0]['language'],_0x2fb883=_0x3af63a(_0x345bb0['find'](_0x11f962=>_0x11f962['language']===_0x455b40)['label'])['toLowerCase']();return _0x1e704b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x104517,'*Set\x20format:*\x20%0',o(_0x104517,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x2fb883+')')}:{'type':'format','content':o(_0x104517,'*Remove\x20format:*\x20%0',o(_0x104517,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3b2d4d){return'codeBlock'==_0x3b2d4d['name'];}class z extends _0x336f7e{['afterInit'](){const _0x4e5bda=this['editor'];if(!_0x4e5bda['plugins']['has']('CommentsEditing'))return;_0x4e5bda['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x363347,_0x22d1e0,_0x119eb8){const _0x425c02=[];for(const _0x1f78c0 of _0x22d1e0['getItems']())_0x1f78c0['hasAttribute'](_0x363347)&&_0x425c02['push'](_0x119eb8['createRangeOn'](_0x1f78c0));return _0x425c02;}function Ne(_0x57fd94,_0x539ee9,{showActiveMarker:_0x1375a6=!0x0}={}){const _0x940ee1=_0x57fd94['plugins']['get']('TrackChangesEditing');return(_0x2a9b12,_0x419ba8,_0x85424)=>{if(!_0x85424['consumable']['test'](_0x419ba8['markerRange'],_0x2a9b12['name']))return;const _0x20d4c3=_0x419ba8['markerRange']['getWalker'](),_0x522675=_0x419ba8['markerRange']['start'],_0x2cc1fd=_0x57fd94['model']['schema'];let _0x55785f=null,_0x484512=null,_0x4f9aef=!0x1,_0x10a9c0=!0x1;for(const _0x4fc8a3 of _0x20d4c3){const _0x2cbbdb=_0x4fc8a3['item'];_0x4f9aef=_0x4f9aef||_0x2cc1fd['isContent'](_0x2cbbdb);const _0x21119e=_0x85424['mapper']['toViewElement'](_0x2cbbdb);if(_0x21119e&&_0x21119e['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x4fc8a3['type']&&(_0x2cc1fd['isBlock'](_0x2cbbdb)&&!_0x2cc1fd['isLimit'](_0x2cbbdb)&&(_0x2cbbdb['nextSibling']||_0x522675['isAtEnd']?_0x55785f&&_0x55785f['parent']==_0x2cbbdb||(_0x55785f=_0x2cbbdb,_0x5e5116(_0x4fc8a3['previousPosition']),_0x10a9c0=!0x0):_0x484512=_0x484512||_0x4fc8a3['previousPosition']));}function _0x5e5116(_0x4dfc55){const {authorId:_0x2fd414}=_0x940ee1['_splitMarkerName'](_0x419ba8['markerName']),_0x189303=_0x85424['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x539ee9,'data-author-id':_0x2fd414}),_0x81301f=_0x85424['mapper']['toViewPosition'](_0x4dfc55);_0x1375a6&&_0x940ee1['activeMarkers']['includes'](_0x419ba8['markerName'])&&_0x85424['writer']['addClass']('ck-suggestion-marker--active',_0x189303),_0x85424['writer']['insert'](_0x81301f,_0x189303),_0x85424['mapper']['bindElementToMarker'](_0x189303,_0x419ba8['markerName']);}_0x4f9aef||_0x10a9c0||!_0x484512||_0x5e5116(_0x484512);};}class K extends _0x336f7e{static get['requires'](){return[_0x478d7b];}['init'](){const _0x106ec3=this['editor'],_0x30941b=_0x106ec3['plugins']['get']('TrackChangesEditing');_0x30941b['enableCommand']('delete');const _0x3e251a=_0x106ec3['commands']['get']('deleteForward');_0x30941b['enableCommand']('deleteForward',(_0x59ab48,_0x34a499={})=>{const _0x394d76=_0x106ec3['model']['createSelection'](_0x106ec3['model']['document']['selection']);_0x394d76['isCollapsed']&&_0x106ec3['model']['modifySelection'](_0x394d76,{'direction':'forward','unit':_0x34a499['unit']});const _0x597785=_0x394d76['getFirstRange'](),_0xff495f=_0x252b19['fromRange'](_0x597785);let _0x22e5a7;_0x59ab48(_0x34a499),_0x22e5a7='$graveyard'==_0xff495f['root']['rootName']?_0x106ec3['model']['createRange'](_0x597785['start']):_0x106ec3['model']['createRange'](_0xff495f['start'],_0xff495f['end']),_0xff495f['detach'](),_0x106ec3['model']['enqueueChange'](_0x3e251a['buffer']['batch'],_0x175bc5=>{_0x3e251a['buffer']['lock'](),_0x175bc5['setSelection'](_0x175bc5['createRange'](_0x22e5a7['end'])),_0x3e251a['buffer']['unlock']();});}),_0x106ec3['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Ne(_0x106ec3,'merge'),{'priority':'high'}),_0x106ec3['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x33df3e,_0x533ff5,_0x223c08)=>{_0x223c08['options']['showSuggestionHighlights']&&Ne(_0x106ec3,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x33df3e,_0x533ff5,_0x223c08);},{'priority':'high'}),_0x106ec3['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5d2c9a,_0x4e6a39,_0x2b0140)=>{const _0x9fa7f8=_0x2b0140['mapper']['markerNameToElements'](_0x4e6a39['markerName']);if(_0x9fa7f8){for(const _0x4422ba of _0x9fa7f8)_0x4422ba['is']('uiElement')&&(_0x2b0140['mapper']['unbindElementFromMarkerName'](_0x4422ba,_0x4e6a39['markerName']),_0x2b0140['writer']['remove'](_0x4422ba));}},{'priority':'high'});}}class W extends _0x336f7e{['afterInit'](){const _0x5aa40d=this['editor'];if(!_0x5aa40d['plugins']['has']('ListEditing'))return;const _0x2af2a3=_0x5aa40d['locale'],_0x1d2b8f=_0x5aa40d['plugins']['get']('TrackChangesEditing'),_0x38e6ee=_0x5aa40d['plugins']['has']('TodoListEditing'),_0x30df47=!!_0x5aa40d['config']['get']('list.multiBlock');function _0x5caef2(_0x225e83){return{'type':'format','content':''+o(_0x2af2a3,'*Set\x20format:*\x20%0',_0x225e83)};}function _0x10fd9f(_0x4606fb){return{'type':'format','content':''+o(_0x2af2a3,'*Remove\x20format:*\x20%0',_0x4606fb)};}_0x1d2b8f['enableDefaultAttributesIntegration']('numberedList'),_0x1d2b8f['enableDefaultAttributesIntegration']('bulletedList'),_0x1d2b8f['enableDefaultAttributesIntegration']('customNumberedList'),_0x1d2b8f['enableDefaultAttributesIntegration']('customBulletedList'),_0x1d2b8f['enableDefaultAttributesIntegration']('indentList'),_0x1d2b8f['enableDefaultAttributesIntegration']('outdentList'),_0x1d2b8f['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1d2b8f['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1d2b8f['registerBlockAttribute']('listItemId'),_0x1d2b8f['registerBlockAttribute']('listType'),_0x1d2b8f['registerBlockAttribute']('listIndent'),_0x30df47&&(_0x1d2b8f['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1d2b8f['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x38e6ee&&(_0x1d2b8f['enableDefaultAttributesIntegration']('todoList'),_0x1d2b8f['enableDefaultAttributesIntegration']('checkTodoList'),_0x1d2b8f['registerBlockAttribute']('todoListChecked'),_0x1d2b8f['descriptionFactory']['registerDescriptionCallback'](_0x3f6a12=>{const {data:_0x231bbe}=_0x3f6a12;if(_0x231bbe&&'todoListChecked'==_0x231bbe['key'])return{'type':'format','content':_0x231bbe['newValue']?o(_0x2af2a3,'*Check\x20item*'):o(_0x2af2a3,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5707bd=>{if(_0x5707bd['batch']['isUndo'])return!0x1;let _0x12902c=!0x1;const _0x3b1a75=_0x1d2b8f['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x27ffdd=>'todoListChecked'===_0x1d2b8f['_getAttributeKey'](_0x27ffdd));for(const _0x324d7d of _0x3b1a75){'todo'!=_0x324d7d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1d2b8f['_findSuggestions'](_0x324d7d['getFirstRange'](),'attribute')['find'](_0x106bb1=>'listType'===_0x1d2b8f['_getAttributeKey'](_0x106bb1['suggestion']))||(_0x5707bd['removeMarker'](_0x324d7d['getFirstMarker']()),_0x12902c=!0x0));}return _0x12902c;})),_0x1d2b8f['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2af2a3,'FORMAT_INDENT'));const _0x5ae07c={'type':'format','content':''};_0x1d2b8f['descriptionFactory']['registerDescriptionCallback'](_0x15f521=>{const {data:_0x4c82ff}=_0x15f521;if(!_0x4c82ff||'listType'!=_0x4c82ff['key'])return;let _0x242707=_0x15f521['head'];for(;_0x242707;){if(_0x242707['data']&&(('listStyle'==_0x242707['data']['key']||'listMarkerStyle'==_0x242707['data']['key'])&&(_0x242707['data']['newValue']&&'default'!=_0x242707['data']['newValue']||'default'!=_0x242707['data']['oldValue']&&!_0x4c82ff['newValue'])||!_0x30df47&&_0x242707['data']['key']==m))return _0x5ae07c;_0x242707=_0x242707['next'];}if(null==_0x4c82ff['newValue'])switch(_0x4c82ff['oldValue']){case'bulleted':return _0x10fd9f(o(_0x2af2a3,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x10fd9f(o(_0x2af2a3,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x10fd9f(o(_0x2af2a3,'ELEMENT_TODO_LIST'));}switch(_0x4c82ff['newValue']){case'bulleted':return _0x5caef2(o(_0x2af2a3,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5caef2(o(_0x2af2a3,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5caef2(o(_0x2af2a3,'ELEMENT_TODO_LIST'));}}),_0x1d2b8f['descriptionFactory']['registerDescriptionCallback'](_0x4aa818=>{const {data:_0x2c8265}=_0x4aa818;if(_0x2c8265&&'listIndent'==_0x2c8265['key'])return null==_0x2c8265['newValue']||null==_0x2c8265['oldValue']&&0x0==_0x2c8265['newValue']?_0x5ae07c:void 0x0;}),_0x1d2b8f['descriptionFactory']['registerDescriptionCallback'](_0x4d9998=>{if('attribute'!=_0x4d9998['type'])return;const {data:_0x3fc166}=_0x4d9998;if(!_0x3fc166||'listItemId'!=_0x3fc166['key'])return;const _0x64148f=Te(_0x4d9998);return'newValue'==_0x64148f?{'type':'format','content':o(_0x2af2a3,'*Merge:*\x20list\x20item')}:'oldValue'==_0x64148f?{'type':'format','content':o(_0x2af2a3,'*Split:*\x20list\x20item')}:_0x5ae07c;}),_0x5aa40d['model']['document']['registerPostFixer'](_0x289743=>this['listItemIdFixer'](_0x289743)),_0x5aa40d['model']['document']['registerPostFixer'](_0xbe2f18=>this['noTrackChangesFixer'](_0xbe2f18)),_0x5aa40d['model']['document']['on']('change:data',(_0x4b8bde,_0x31d456)=>{if(_0x31d456['isUndo']||!_0x31d456['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2a0d97){if(_0x2a0d97['batch']['isUndo']||!_0x2a0d97['batch']['isLocal'])return!0x1;let _0x418723=!0x1;const _0x5e7ec5=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b76fb=>_0x2b76fb['data']&&'listItemId'==_0x2b76fb['data']['key'])['filter'](_0x926edb=>_0x926edb['data']['newValue']&&_0x926edb['data']['oldValue']);for(const _0x40d498 of _0x5e7ec5)Te(_0x40d498)||(_0x2a0d97['removeMarker'](_0x40d498['getFirstMarker']()),_0x418723=!0x0);return _0x418723;}['noTrackChangesFixer'](_0x545752){if(_0x545752['batch']['isUndo']||!_0x545752['batch']['isLocal'])return!0x1;const _0x27857b=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x27857b['trackChangesCommand']['value'])return!0x1;let _0x46c565=!0x1;const _0x5d0825=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x231ee1=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x48836e=>'attribute'==_0x48836e['type'])['filter'](_0x23b06c=>_0x5d0825['includes'](_0x23b06c['attributeKey']));if(0x0==_0x231ee1['length'])return _0x46c565;for(const _0x3c964e of _0x231ee1){const _0x49fcd2=_0x27857b['_findSuggestions'](_0x3c964e['range'],'attribute')['filter'](_0x270284=>!_0x270284['meta']['isNextTo'])['map'](_0x16de13=>_0x16de13['suggestion'])['filter'](_0x5e02b8=>{const _0x52f2d8=_0x27857b['_getAttributeKey'](_0x5e02b8);return _0x5d0825['includes'](_0x52f2d8);});if(_0x49fcd2['length']){for(const _0x20de98 of _0x49fcd2)_0x545752['removeMarker'](_0x20de98['getFirstMarker']());_0x46c565=!0x0;}}return _0x46c565;}['assureChains'](){const _0x429b33=this['editor']['plugins']['get']('TrackChangesEditing'),_0x325f0a=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1c8810;const _0x4aaf95=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xa77631=>{if(_0xa77631['data']['oldRange']||!_0xa77631['data']['newRange'])return null;if(!_0xa77631['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x2ab64b}=_0x429b33['_splitMarkerName'](_0xa77631['name']);if(!_0x429b33['hasSuggestion'](_0x2ab64b))return null;const _0x30fcfb=_0x429b33['getSuggestion'](_0x2ab64b);return _0x325f0a['includes'](_0x30fcfb['data']['key']);})['map'](_0x1427b8=>{const {id:_0x5494ae}=_0x429b33['_splitMarkerName'](_0x1427b8['name']),_0x5db368=_0x429b33['getSuggestion'](_0x5494ae);return _0x1c8810=_0x5db368['attributes']['groupId'],_0x5db368['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4aaf95['size'])return;const _0x528439=_0x429b33['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x33b66f=>'attribute'==_0x33b66f['type']&&_0x33b66f['data']&&_0x325f0a['includes'](_0x33b66f['data']['key'])&&_0x33b66f['attributes']['groupId']!=_0x1c8810)['map'](_0x4282c7=>({'listItem':_0x4282c7['getFirstRange']()['start']['nodeAfter'],'groupId':_0x4282c7['attributes']['groupId']})),_0x58a13e=new Set();for(const {groupId:_0x764c44,listItem:_0x2da126}of _0x528439)_0x4aaf95['has'](_0x2da126)&&_0x58a13e['add'](_0x764c44);for(const _0x3d5e53 of _0x429b33['getSuggestions']())_0x58a13e['has'](_0x3d5e53['attributes']['groupId'])&&_0x3d5e53['setAttribute']('groupId',_0x1c8810);}['_supportLegacySuggestions'](){const _0x47cb34=this['editor'],_0x4d7784=_0x47cb34['locale'],_0x41bf4a=_0x47cb34['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x41bf4a['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x562161,_0x5c4887){const _0x2dd48c=[];for(let _0x3252b9 of _0x562161)_0x3252b9['start']['nodeAfter']===_0x3252b9['end']['parent']&&(_0x3252b9=_0x47cb34['model']['createRange'](_0x47cb34['model']['createPositionAt'](_0x3252b9['start']['nodeAfter'],0x0))),_0x2dd48c['push'](_0x3252b9);_0x47cb34['model']['change'](_0x18ca2a=>{const _0x3748d0=_0x47cb34['model']['document']['selection'],_0x333d62=Array['from'](_0x3748d0['getRanges']())['map'](_0x5148ce=>_0x252b19['fromRange'](_0x5148ce));_0x18ca2a['setSelection'](_0x2dd48c),_0x47cb34['commands']['get'](_0x5c4887['commandName'])['refresh'](),_0x5c4887['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x47cb34['execute'](_0x5c4887['commandName'],..._0x5c4887['commandParams']),_0x18ca2a['setSelection'](_0x333d62);for(const _0x33d8d9 of _0x333d62)_0x33d8d9['detach']();});}),_0x41bf4a['descriptionFactory']['registerElementLabel'](function(_0x2ba131){const _0x570555=!_0x47cb34['model']['schema']['isObject'](_0x2ba131),_0x21fff2=_0x2ba131['previousSibling'],_0x59b055=_0x2ba131['nextSibling'],_0x1fe4ec=_0x2ba131['getAttribute']('listItemId'),_0x57c288=!_0x21fff2||_0x21fff2['getAttribute']('listItemId')!==_0x1fe4ec,_0x7dd87a=!_0x59b055||_0x59b055['getAttribute']('listItemId')!==_0x1fe4ec;return _0x570555&&Boolean(_0x1fe4ec)&&_0x57c288&&_0x7dd87a;},_0x519426=>o(_0x4d7784,'ELEMENT_LIST_ITEM',_0x519426));}['_registerLegacyDescription'](){const _0x14978b=this['editor'],_0x219539=_0x14978b['locale'];function _0x2d54e6(_0x4a71c6){const _0x4e2f60=_0x14978b['commands']['get']('bulletedList')['value'],_0x3d83d1=_0x14978b['commands']['get']('numberedList')['value'];return'numberedList'===_0x4a71c6?_0x4e2f60:_0x3d83d1;}_0x14978b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x26049e){if('formatBlock'!=_0x26049e['type'])return;const {data:_0x1d44c7}=_0x26049e;if(!_0x1d44c7)return;let _0x36966a,_0x588f24,_0x31f62e,_0xaf7139;switch(_0x1d44c7['commandName']){case'bulletedList':_0x31f62e=_0x1d44c7['commandParams'][0x0]['forceValue'],_0xaf7139=_0x2d54e6(_0x1d44c7['commandName']),_0x36966a=_0x31f62e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xaf7139&&_0x14978b['config']['get']('list.multiBlock')||(_0x36966a='*Change\x20to:*\x20%0'),_0x588f24={'type':'format','content':o(_0x219539,_0x36966a,o(_0x219539,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x31f62e=_0x1d44c7['commandParams'][0x0]['forceValue'],_0xaf7139=_0x2d54e6(_0x1d44c7['commandName']),_0x36966a=_0x31f62e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xaf7139&&_0x14978b['config']['get']('list.multiBlock')||(_0x36966a='*Change\x20to:*\x20%0'),_0x588f24={'type':'format','content':o(_0x219539,_0x36966a,o(_0x219539,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x36966a='*Indent:*\x20%0',_0x588f24={'type':'format','content':o(_0x219539,_0x36966a,o(_0x219539,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x36966a=function(_0x5cd7a4){const _0x2ccd9f=_0x5cd7a4['getFirstRange']();let _0x4fd069=_0x2ccd9f['start']['nodeAfter'];for(;_0x4fd069&&_0x2ccd9f['containsItem'](_0x4fd069);){if(_0x4fd069['getAttribute']('listIndent')>0x0)return!0x1;_0x4fd069=_0x4fd069['nextSibling'];}return!0x0;}(_0x26049e)?o(_0x219539,'*Format:*\x20remove\x20from\x20%0',o(_0x219539,function(_0xde44b5){return'ELEMENT_'+_0xde44b5['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x26049e))):o(_0x219539,'*Outdent:*\x20%0',o(_0x219539,'ELEMENT_LIST_ITEM')),_0x588f24={'type':'format','content':_0x36966a};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x1d44c7['multipleBlocks']&&(_0x36966a='*Merge:*\x20%0',_0x588f24={'type':'deletion','content':o(_0x219539,_0x36966a,o(_0x219539,'ELEMENT_LIST_ITEM'))});}return _0x588f24;});}}function Te(_0x114c51){let _0x269d8f=_0x114c51['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x269d8f;){const _0x48d015=_0x269d8f['getAttribute']('listItemId');if(!_0x48d015)return!0x1;if(_0x48d015==_0x114c51['data']['newValue'])return'newValue';if(_0x48d015==_0x114c51['data']['oldValue'])return'oldValue';_0x269d8f=_0x269d8f['previousSibling'];}return!0x1;}class ye extends _0x336f7e{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x51d89d=this['editor']['config']['get']('list.properties'),_0x1e023c=this['editor']['plugins']['get']('TrackChangesEditing');_0x51d89d['styles']&&(_0x1e023c['enableDefaultAttributesIntegration']('listStyle'),_0x1e023c['registerBlockAttribute']('listStyle')),_0x51d89d['reversed']&&(_0x1e023c['enableDefaultAttributesIntegration']('listReversed'),_0x1e023c['registerBlockAttribute']('listReversed')),_0x51d89d['startIndex']&&(_0x1e023c['enableDefaultAttributesIntegration']('listStart'),_0x1e023c['registerBlockAttribute']('listStart'));const _0x347306={'type':'format','content':''};_0x1e023c['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3b7795=this['editor']['locale'];_0x1e023c['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x3b7795,'FORMAT_LIST_REVERSED')),_0x1e023c['descriptionFactory']['registerDescriptionCallback'](_0x4d6dc5=>{const {data:_0xcd260}=_0x4d6dc5;if(_0xcd260&&'listReversed'==_0xcd260['key'])return null==_0xcd260['newValue']||0x0==_0xcd260['newValue']&&null==_0xcd260['oldValue']?_0x347306:void 0x0;}),_0x1e023c['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x3b7795,'FORMAT_LIST_START')),_0x1e023c['descriptionFactory']['registerDescriptionCallback'](_0x4a8aa7=>{const {data:_0x5b04fd}=_0x4a8aa7;if(_0x5b04fd&&'listStart'==_0x5b04fd['key'])return null==_0x5b04fd['newValue']||0x1==_0x5b04fd['newValue']&&null==_0x5b04fd['oldValue']?_0x347306:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x20c799=>{if(_0x20c799['batch']['isUndo'])return!0x1;let _0xe74071=!0x1;const _0x41d975=_0x1e023c['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x144d28=>{const _0x1c570a=_0x1e023c['_getAttributeKey'](_0x144d28);return'listStart'==_0x1c570a||'listReversed'==_0x1c570a;});for(const _0x831cf1 of _0x41d975){const _0xaf4f65=_0x831cf1['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0xaf4f65||'customNumbered'==_0xaf4f65)continue;_0x1e023c['_findSuggestions'](_0x831cf1['getFirstRange'](),'attribute')['find'](_0x2de727=>'listType'==_0x1e023c['_getAttributeKey'](_0x2de727['suggestion']))||(_0x20c799['removeMarker'](_0x831cf1['getFirstMarker']()),_0xe74071=!0x0);}return _0xe74071;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x11e9e0){const _0x3058af=this['editor']['locale'],{data:_0x4aa053}=_0x11e9e0,_0x4d0791={'type':'format','content':''};if(!_0x4aa053||'listStyle'!=_0x4aa053['key'])return;if(!_0x4aa053['oldValue'])return'default'==_0x4aa053['newValue']?_0x4d0791:{'type':'format','content':''+o(_0x3058af,'*Set\x20format:*\x20%0',o(_0x3058af,this['_getTranslationKeyForListStyle'](_0x4aa053['newValue'])))};if(!_0x4aa053['newValue']){if('default'==_0x4aa053['oldValue'])return _0x4d0791;let _0x45211c=_0x11e9e0['head'];for(;_0x45211c;){if(_0x45211c['data']&&'listType'==_0x45211c['data']['key']&&_0x45211c['data']['newValue'])return _0x4d0791;_0x45211c=_0x45211c['next'];}return{'type':'format','content':''+o(_0x3058af,'*Remove\x20format:*\x20%0',o(_0x3058af,this['_getTranslationKeyForListStyle'](_0x4aa053['oldValue'])))};}if('default'!=_0x4aa053['newValue'])return{'type':'format','content':''+o(_0x3058af,'*Set\x20format:*\x20%0',o(_0x3058af,this['_getTranslationKeyForListStyle'](_0x4aa053['newValue'])))};let _0x448586=_0x11e9e0['head'];for(;_0x448586;){if(_0x448586['data']&&'listType'==_0x448586['data']['key']&&_0x448586['data']['newValue']&&_0x448586['data']['oldValue'])return _0x4d0791;_0x448586=_0x448586['next'];}return{'type':'format','content':o(_0x3058af,'*Set\x20format:*\x20%0',o(_0x3058af,'ELEMENT_'+_0x11e9e0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x25234c=this['editor'],_0xe395ee=_0x25234c['locale'];_0x25234c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4024b6=>{if('formatBlock'!=_0x4024b6['type'])return;const {data:_0x178431}=_0x4024b6;if(!_0x178431)return;let _0x31e35e,_0x14d6d1;switch(_0x178431['commandName']){case'listStyle':_0x31e35e='*Change\x20to:*\x20%0',_0x14d6d1={'type':'format','content':o(_0xe395ee,_0x31e35e,o(_0xe395ee,this['_getTranslationKeyForListStyle'](_0x178431['commandParams'][0x0]['type'])))};break;case'listReversed':_0x31e35e=_0x178431['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x14d6d1={'type':'format','content':o(_0xe395ee,_0x31e35e)};break;case'listStart':_0x31e35e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x14d6d1={'type':'format','content':o(_0xe395ee,_0x31e35e,_0x178431['commandParams'][0x0]['startIndex'])};}return _0x14d6d1;});}['_getTranslationKeyForListStyle'](_0x5bb87e){return'ELEMENT_'+function(_0x59945d){if(Se['includes'](_0x59945d))return'bulleted';if(_e['includes'](_0x59945d))return'numbered';return null;}(_0x5bb87e)['toUpperCase']()+'_LIST_'+_0x5bb87e['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x336f7e{static get['requires'](){return[_0x1b49c3];}['init'](){const _0x1c5bcd=this['editor'],_0x1b971f=_0x1c5bcd['plugins']['get']('TrackChangesEditing'),_0x37a33e=_0x1c5bcd['commands']['get']('enter');_0x1b971f['enableCommand']('enter',()=>{_0x1c5bcd['model']['change'](_0x3127a2=>{const _0x3cc116=_0x1c5bcd['model']['document']['selection'],_0x661caf=_0x3cc116['getFirstPosition'](),_0x2edb82=_0x252b19['fromRange'](_0x3cc116['getFirstRange']());if(_0x37a33e['enterBlock'](_0x3127a2)){const _0x3fb58b=_0x1c5bcd['model']['createPositionAt'](_0x661caf['parent']['nextSibling'],0x0),_0x55336a=_0x3127a2['createRange'](_0x661caf,_0x3fb58b);_0x1b971f['markInsertion'](_0x55336a);}else _0x3127a2['setSelection'](_0x3127a2['createRange'](_0x2edb82['end']));_0x2edb82['detach'](),_0x37a33e['fire']('afterExecute',{'writer':_0x3127a2});});}),_0x1c5bcd['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Ne(_0x1c5bcd,'split'),{'priority':'high'}),_0x1c5bcd['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x1406fb,_0x1dcb0e,_0x348773)=>{const _0x45ae37=_0x348773['mapper']['markerNameToElements'](_0x1dcb0e['markerName']);if(_0x45ae37){for(const _0x617d62 of _0x45ae37)_0x617d62['hasClass']('ck-suggestion-marker-split')&&(_0x348773['mapper']['unbindElementFromMarkerName'](_0x617d62,_0x1dcb0e['markerName']),_0x348773['writer']['remove'](_0x617d62));}},{'priority':'high'}),_0x1c5bcd['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4adc4b,_0x23a7f3,_0xd81b04)=>{_0xd81b04['options']['showSuggestionHighlights']&&Ne(_0x1c5bcd,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x4adc4b,_0x23a7f3,_0xd81b04);},{'priority':'high'});}}class Y extends _0x336f7e{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x231261=this['editor']['plugins']['get']('TrackChangesEditing');_0x231261['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x231261['enableCommand']('findNext'),_0x231261['enableCommand']('findPrevious'),_0x231261['enableCommand']('replace'),_0x231261['enableCommand']('replaceAll');}['handleFindCommand'](_0x3f61a3,_0x56b6e5,_0x5d60ca={}){const _0x11f978=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x3f61a3(_0x56eb9c=>{let _0x1fca61=('string'==typeof _0x56b6e5?_0x11f978['findByTextCallback'](_0x56b6e5,_0x5d60ca):_0x56b6e5)(_0x56eb9c);Array['isArray'](_0x1fca61)&&(_0x1fca61={'results':_0x1fca61,'searchText':'string'==typeof _0x56b6e5?_0x56b6e5:''});const _0x2da4ea=_0x1fca61['results']['filter'](_0x3a3ffc=>!0x1===this['_isInDeletionRange'](_0x3a3ffc,_0x56eb9c['item']));return{..._0x1fca61,'results':_0x2da4ea};},_0x5d60ca);}['_isInDeletionRange'](_0x10d03a,_0x3e2e10){const _0x8f7380=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3e2e10,_0x10d03a['start']),this['editor']['model']['createPositionAt'](_0x3e2e10,_0x10d03a['end']));for(const _0x22b403 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x8f7380['getIntersection'](_0x22b403['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x336f7e{['afterInit'](){const _0x158d14=this['editor']['locale'],_0x2c8abe=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x46d7a2,commandName:_0x524a35}of ro)this['editor']['plugins']['has'](_0x46d7a2)&&(_0x2c8abe['enableDefaultAttributesIntegration'](_0x524a35),_0x2c8abe['registerInlineAttribute'](_0x524a35));_0x2c8abe['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x158d14,'FORMAT_FONT_SIZE')),_0x2c8abe['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x158d14,'FORMAT_FONT_FAMILY')),_0x2c8abe['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x158d14,'FORMAT_FONT_COLOR')),_0x2c8abe['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x158d14,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x105b88=this['editor'],_0x187edf=_0x105b88['locale'];_0x105b88['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a6e7b=>{const _0x5b8525=_0x187edf['t'];if('formatInline'!=_0x5a6e7b['type'])return;const {data:_0x1d7def}=_0x5a6e7b;if(null!=_0x1d7def){if('fontSize'==_0x1d7def['commandName']){const _0x3c9185=_0x1d7def['commandParams'][0x0]['value'];if(_0x3c9185){const _0x42d9ef=_0x5b8525(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x592314=>_0x592314['model']==_0x3c9185)['title'])['toLowerCase']();return{'type':'format','content':o(_0x187edf,'*Set\x20font\x20size:*\x20%0',_0x42d9ef)};}return{'type':'format','content':o(_0x187edf,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x1d7def['commandName']){const _0x335122=_0x1d7def['commandParams'][0x0]['value'];return _0x335122?{'type':'format','content':o(_0x187edf,'*Set\x20font\x20family:*\x20%0',_0x335122)}:{'type':'format','content':o(_0x187edf,'*Reset\x20font\x20family*')};}if('fontColor'==_0x1d7def['commandName']){const _0x148b8e=_0x1d7def['commandParams'][0x0]['value'];if(_0x148b8e){const _0x2d6e4e=_0x199577(this['editor']['config']['get']('fontColor.colors'))['find'](_0x4d53c3=>_0x4d53c3['model']==_0x148b8e);let _0x525eee=_0x148b8e,_0x9aa5ca='';return _0x2d6e4e&&(_0x525eee=_0x2d6e4e['label'],_0x9aa5ca=_0x5b8525(_0x525eee)['toLowerCase']()),{'type':'format','content':o(_0x187edf,'*Set\x20font\x20color:*\x20%0',_0x9aa5ca)['trim'](),'color':{'value':_0x148b8e,'title':_0x9aa5ca||_0x525eee}};}return{'type':'format','content':o(_0x187edf,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x1d7def['commandName']){const _0x304698=_0x1d7def['commandParams'][0x0]['value'];if(_0x304698){const _0x3a716c=_0x199577(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x37a8b8=>_0x37a8b8['model']==_0x304698);let _0x5b8729=_0x304698,_0x4eb51b='';return _0x3a716c&&(_0x5b8729=_0x3a716c['label'],_0x4eb51b=_0x5b8525(_0x5b8729)['toLowerCase']()),{'type':'format','content':o(_0x187edf,'*Set\x20font\x20background\x20color:*\x20%0',_0x4eb51b)['trim'](),'color':{'value':_0x304698,'title':_0x4eb51b||_0x5b8729}};}return{'type':'format','content':o(_0x187edf,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x336f7e{['afterInit'](){const _0x296f44=this['editor'],_0x3752a9=_0x296f44['plugins']['get']('TrackChangesEditing'),_0x41f281=_0x296f44['commands']['get']('copyFormat'),_0x5901ef=_0x296f44['commands']['get']('pasteFormat');_0x41f281&&_0x5901ef&&(_0x3752a9['enableDefaultAttributesIntegration']('pasteFormat'),_0x3752a9['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x19374d=this['editor'],_0x457a09=_0x19374d['locale'];_0x19374d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3a6f85=>{if('formatBlock'!=_0x3a6f85['type']&&'formatInline'!=_0x3a6f85['type'])return;const {data:_0x2348fb}=_0x3a6f85;if(_0x2348fb&&'pasteFormat'===_0x2348fb['commandName']){const _0x182dc7=[],_0x3f2ab9=_0x2348fb['commandParams'][0x0];for(const [_0x54adb6,_0x594b8a]of Object['entries'](_0x3f2ab9))_0x182dc7['push'](so(_0x19374d,_0x54adb6,_0x594b8a));return _0x182dc7['length']?{'type':'format','content':o(_0x457a09,'*Set\x20format\x20to:*\x20%0',_0x182dc7['join'](',\x20'))}:{'type':'format','content':o(_0x457a09,'*Remove\x20all\x20formatting*')};}});}}function so(_0x358d9e,_0x126b36,_0x13e249){const _0xce85d6=_0x358d9e['locale']['t'],_0x5d5ce5=_0x126b36['split'](/(?=[A-Z])/)['join']('\x20'),_0xb8b1f7=_0xce85d6(_0x5d5ce5['charAt'](0x0)['toUpperCase']()+_0x5d5ce5['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x13e249)return _0xb8b1f7;if('fontColor'===_0x126b36||'fontBackgroundColor'===_0x126b36){const _0x262e22=_0x199577(_0x358d9e['config']['get']('fontColor.colors'))['find'](_0x30115d=>_0x30115d['model']==_0x13e249);return _0xb8b1f7+'\x20('+(_0x262e22?_0xce85d6(_0x262e22['label'])['toLowerCase']():_0x13e249)+')';}if('fontSize'===_0x126b36&&isNaN(parseFloat(_0x13e249))){const _0x588afa=_0x358d9e['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x358d9e['config']['get']('fontSize.options'))['find'](_0x506651=>_0x506651['model']==_0x13e249);return _0xb8b1f7+'\x20('+(_0x588afa?_0xce85d6(_0x588afa['title'])['toLowerCase']():_0x13e249)+')';}return _0xb8b1f7+'\x20('+_0x13e249+')';}class nt extends _0x336f7e{['_headingOptions'];['afterInit'](){const _0x71ef30=this['editor'];if(!_0x71ef30['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x71ef30['config']['get']('heading.options');const _0x546f7a=_0x71ef30['locale'],_0x53000b=_0x71ef30['plugins']['get']('TrackChangesEditing');_0x53000b['enableDefaultAttributesIntegration']('heading');for(const _0x21d70a of this['_headingOptions'])'paragraph'!=_0x21d70a['model']&&_0x53000b['descriptionFactory']['registerElementLabel'](_0x21d70a['model'],_0x51c748=>{const _0x396fdf=this['_getHeadingLevel'](_0x21d70a['model']);return null!==_0x396fdf?_0x27b9af(_0x51c748,_0x396fdf):_0x305415(_0x51c748,_0x21d70a['title']);});function _0x27b9af(_0x3f626d,_0x3ab9b7){return o(_0x546f7a,'ELEMENT_HEADING',[_0x3f626d,_0x3ab9b7]);}function _0x305415(_0x1bd641,_0x5395ce){return o(_0x546f7a,'ELEMENT_HEADING_CUSTOM',[_0x1bd641,_0x5395ce]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x338dd3=this['editor'],_0x267329=_0x338dd3['locale'];function _0x629eb9(_0xcf38a9,_0x38a187){return o(_0x267329,'ELEMENT_HEADING_CUSTOM',[_0xcf38a9,_0x38a187]);}_0x338dd3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x310e6a=>{if('formatBlock'!=_0x310e6a['type'])return;const {data:_0x3cafc2}=_0x310e6a;if(_0x3cafc2&&'heading'==_0x3cafc2['commandName']){const _0x2bf9d0=_0x3cafc2['commandParams'][0x0]['value'],_0x29c973=this['_getHeadingLevel'](_0x2bf9d0);if(null!==_0x29c973)return{'type':'format','content':o(_0x267329,'*Change\x20to:*\x20%0',(_0x40a716=0x1,_0x2d4cfa=_0x29c973,o(_0x267329,'ELEMENT_HEADING',[_0x40a716,_0x2d4cfa])))};const _0x4ce504=this['_headingOptions']['find'](_0x50ae7f=>_0x50ae7f['model']===_0x2bf9d0)['title'];return{'type':'format','content':o(_0x267329,'*Change\x20to:*\x20%0',_0x629eb9(0x1,_0x4ce504))};}var _0x40a716,_0x2d4cfa;});}['_getHeadingLevel'](_0x8d8edf){const _0x13af4e=_0x8d8edf['match'](/^heading(\d+)/);if(_0x13af4e)return _0x13af4e[0x1];const _0x1b29eb=this['_headingOptions']?.['find'](_0xabd016=>_0xabd016['model']==_0x8d8edf);if(_0x1b29eb&&_0x1b29eb['view']){const _0x216e9b=_0x1b29eb['view'],_0x5c2129=(_0x216e9b['name']??_0x216e9b)['match'](/^h(\d+)/);if(_0x5c2129)return _0x5c2129[0x1];}return null;}}class it extends _0x336f7e{['afterInit'](){const _0x14ae00=this['editor'];if(!_0x14ae00['plugins']['has']('HighlightEditing'))return;const _0x46dfe3=_0x14ae00['plugins']['get']('TrackChangesEditing'),_0x2d40c6=_0x14ae00['locale'];_0x46dfe3['enableDefaultAttributesIntegration']('highlight'),_0x46dfe3['registerInlineAttribute']('highlight'),_0x46dfe3['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2d40c6,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5fc6d0=this['editor'],_0x1d6d2f=_0x5fc6d0['locale'];_0x5fc6d0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x15d5e4=>{if('formatInline'!=_0x15d5e4['type'])return;const {data:_0x322588}=_0x15d5e4;if(_0x322588&&'highlight'==_0x322588['commandName']){const _0x2d65ae=_0x1d6d2f['t'],_0x1342c4=_0x322588['commandParams'][0x0]['value'];if(_0x1342c4){const _0x2cb1c6=_0x5fc6d0['config']['get']('highlight.options')['find'](_0x5643d3=>_0x5643d3['model']==_0x1342c4),_0x4d53fb=_0x2d65ae(_0x2cb1c6['title'])['toLowerCase']();return{'type':'format','content':o(_0x1d6d2f,'*Set\x20highlight:*\x20%0',_0x4d53fb),'color':{'value':_0x2cb1c6['color'],'title':_0x2cb1c6['title']}};}return{'type':'format','content':o(_0x1d6d2f,'*Remove\x20highlight*',o(_0x1d6d2f,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x336f7e{['afterInit'](){const _0x3f78f6=this['editor'];if(!_0x3f78f6['plugins']['has']('HorizontalLineEditing'))return;_0x3f78f6['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5ac990=_0x3f78f6['plugins']['get']('TrackChangesEditing'),_0x1bea2c=_0x3f78f6['locale'];_0x5ac990['descriptionFactory']['registerElementLabel']('horizontalLine',_0x30a6b0=>o(_0x1bea2c,'ELEMENT_HORIZONTAL_LINE',_0x30a6b0)),_0x3f78f6['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x11c863,{writer:_0x3e42ea,options:_0x53c530})=>{if(!_0x53c530['showSuggestionHighlights'])return null;const _0x11c20d=_0x3e42ea['createContainerElement']('div'),_0x71249e=_0x3e42ea['createEmptyElement']('hr');return _0x3e42ea['addClass']('ck-horizontal-line',_0x11c20d),_0x3e42ea['insert'](_0x3e42ea['createPositionAt'](_0x11c20d,0x0),_0x71249e),_0x11c20d;},'converterPriority':'high'});}}class st extends _0x336f7e{['afterInit'](){const _0x59efbe=this['editor'];if(!_0x59efbe['plugins']['has']('HtmlEmbed'))return;const _0x2ea718=_0x59efbe['plugins']['get']('TrackChangesEditing'),_0x322d71=_0x59efbe['locale'];_0x2ea718['descriptionFactory']['registerElementLabel']('rawHtml',_0x577e4a=>o(_0x322d71,'ELEMENT_HTML_EMBED',_0x577e4a)),_0x2ea718['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2ea718['registerBlockAttribute']('value'),_0x2ea718['descriptionFactory']['registerDescriptionCallback'](_0x3c8f24=>{if('attribute'!=_0x3c8f24['type'])return;const {data:_0x1b7068}=_0x3c8f24;if(_0x1b7068&&'value'==_0x1b7068['key']&&_0x3c8f24['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x8b0c54=o(_0x322d71,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x322d71,'*Change\x20%0\x20content*',_0x8b0c54)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b4e15=this['editor'],_0x186815=_0x5b4e15['locale'];_0x5b4e15['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2fafd6=>{if('formatBlock'!=_0x2fafd6['type'])return;const {data:_0x23c8b0}=_0x2fafd6;if(_0x23c8b0&&'htmlEmbed'==_0x23c8b0['commandName']){const _0x17fb9b=o(_0x186815,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x186815,'*Change\x20%0\x20content*',_0x17fb9b)};}});}}class ot extends _0x336f7e{['afterInit'](){const _0x3720bf=this['editor'];if(!_0x3720bf['plugins']['has']('ImageEditing'))return;const _0x5a07c6=_0x3720bf['plugins']['get']('TrackChangesEditing'),_0x460475=_0x3720bf['plugins']['get']('ImageUtils'),_0x4d6c35=_0x3720bf['locale'];_0x5a07c6['enableCommand']('insertImage'),_0x5a07c6['descriptionFactory']['registerElementLabel']('imageBlock',_0x2b735c=>o(_0x4d6c35,'ELEMENT_IMAGE',_0x2b735c)),_0x5a07c6['descriptionFactory']['registerElementLabel']('imageInline',_0x3b9dcf=>o(_0x4d6c35,'ELEMENT_INLINE_IMAGE',_0x3b9dcf)),_0x5a07c6['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x4d6c35,'ELEMENT_CAPTION')),_0x3720bf['plugins']['has']('ImageUploadEditing')&&_0x5a07c6['enableCommand']('uploadImage'),_0x3720bf['plugins']['has']('ImageBlockEditing')&&_0x3720bf['plugins']['has']('ImageInlineEditing')&&(_0x5a07c6['enableCommand']('imageTypeInline',(_0x3edb11,_0x30cec9)=>{const _0x1188cd=_0x460475['getClosestSelectedImageElement'](_0x3720bf['model']['document']['selection']);_0x3720bf['model']['change'](()=>{_0x5a07c6['markBlockFormat'](_0x1188cd,{'commandName':'imageTypeInline','commandParams':[_0x30cec9]},[],'convertBlockImageToInline');});}),_0x5a07c6['enableCommand']('imageTypeBlock',(_0x3891d4,_0x2b88ea)=>{_0x3720bf['model']['change'](_0x3db7e4=>{let _0x674a29=_0x460475['getClosestSelectedImageElement'](_0x3720bf['model']['document']['selection']),_0x522e1c=_0x3db7e4['createRangeOn'](_0x674a29);const _0x4e8e06=_0xd3f805['fromPosition'](_0x522e1c['start'],'toPrevious'),_0x2ad7bb=_0xd3f805['fromPosition'](_0x522e1c['end'],'toNext');_0x5a07c6['forceDefaultExecution'](()=>_0x3891d4(_0x2b88ea)),_0x674a29=_0x460475['getClosestSelectedImageElement'](_0x3720bf['model']['document']['selection']),_0x522e1c=_0x3db7e4['createRangeOn'](_0x674a29);const _0x58ecc7=_0x3db7e4['createRange'](_0x4e8e06,_0x2ad7bb);_0x4e8e06['detach'](),_0x2ad7bb['detach'](),_0x5a07c6['markBlockFormat'](_0x674a29,{'commandName':'imageTypeInline','commandParams':[_0x2b88ea]},[],'convertInlineImageToBlock'),_0x58ecc7['start']['isBefore'](_0x522e1c['start'])&&_0x5a07c6['markInsertion'](_0x3db7e4['createRange'](_0x58ecc7['start'],_0x522e1c['start']),'convertInlineImageToBlock'),_0x522e1c['end']['isBefore'](_0x58ecc7['end'])&&_0x5a07c6['markInsertion'](_0x3db7e4['createRange'](_0x522e1c['end'],_0x58ecc7['end']),'convertInlineImageToBlock');});}),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5a07c6['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0xbad226])=>{const _0x3417de=_0x5a07c6['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x514cda=_0xbad226['start'],_0x1a0b1f=_0xbad226['end'];const _0x3b28a9=_0x3720bf['model']['schema']['getNearestSelectionRange'](_0x514cda,'backward'),_0x934e=_0x3720bf['model']['schema']['getNearestSelectionRange'](_0x1a0b1f,'forward');_0x3b28a9['isCollapsed']&&(_0x514cda=_0x3b28a9['start']),_0x934e['isCollapsed']&&(_0x1a0b1f=_0x934e['end']),_0x3417de([_0x3720bf['model']['createRange'](_0x514cda,_0x1a0b1f)]);}),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x4eb8cc),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x4eb8cc)),_0x3720bf['plugins']['has']('ImageCaptionEditing')&&(_0x5a07c6['enableCommand']('toggleImageCaption',(_0xa3d378,_0x3a71fa)=>{const _0x161620=_0x3720bf['plugins']['get']('ImageCaptionUtils');let _0xe26e8b=_0x460475['getClosestSelectedImageElement'](_0x3720bf['model']['document']['selection']),_0x1753ab=_0x161620['getCaptionFromImageModelElement'](_0xe26e8b);_0x3720bf['model']['change'](()=>{if(_0x1753ab)return void _0x5a07c6['markDeletion'](_0x3720bf['model']['createRangeOn'](_0x1753ab));const _0x5680b5=_0x460475['isBlockImage'](_0xe26e8b);_0xa3d378(_0x3a71fa),_0xe26e8b=_0x460475['getClosestSelectedImageElement'](_0x3720bf['model']['document']['selection']),_0x1753ab=_0x161620['getCaptionFromImageModelElement'](_0xe26e8b),_0x5a07c6['markInsertion'](_0x3720bf['model']['createRangeOn'](_0x1753ab),_0x5680b5?null:'imageCaption');});}),_0x5a07c6['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x4eb8cc));const _0x26b685=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x573991(_0x3e1556,_0x1ebcc1){const _0x2c1c2f=_0x26b685['findIndex'](({type:_0x3ba428,subType:_0x44681b})=>_0x3e1556['type']==_0x3ba428&&_0x3e1556['subType']==_0x44681b),_0x826254=_0x26b685['findIndex'](({type:_0x47aadb,subType:_0x4d58a8})=>_0x1ebcc1['type']==_0x47aadb&&_0x1ebcc1['subType']==_0x4d58a8);if(_0x2c1c2f<0x0||_0x826254<0x0)return!0x1;const _0x532c0b=_0x3e1556['getFirstRange'](),_0x347ecf=_0x1ebcc1['getFirstRange']();if((0x0==_0x2c1c2f||0x1==_0x2c1c2f)&&0x2==_0x826254&&_0x532c0b['isIntersecting'](_0x347ecf))return!0x0;if(0x2==_0x2c1c2f&&0x3==_0x826254){const _0x21024f=_0x5a07c6['_findSuggestions'](_0x532c0b,'insertion')['filter'](({suggestion:_0x309de8,meta:_0xbaf8e2})=>_0xbaf8e2['isOwn']&&'convertInlineImageToBlock'==_0x309de8['subType']);if(_0x21024f['length']>0x1&&_0x347ecf['end']['isEqual'](_0x532c0b['start']))return!0x0;if(0x1==_0x21024f['length']&&(_0x532c0b['start']['isEqual'](_0x347ecf['end'])||_0x532c0b['end']['isEqual'](_0x347ecf['start'])))return!0x0;}if(0x3==_0x2c1c2f&&0x3==_0x826254&&_0x532c0b['start']['isBefore'](_0x347ecf['start'])){const _0x13c695=_0x532c0b['end']['nodeAfter'],_0x70047d=_0x347ecf['start']['nodeBefore'];return _0x460475['isBlockImage'](_0x13c695)&&_0x13c695===_0x70047d;}return!0x1;}function _0x4eb8cc(_0x29a85e,_0x41a540){return _0x573991(_0x29a85e,_0x41a540)?[_0x29a85e,_0x41a540]:_0x573991(_0x41a540,_0x29a85e)?[_0x41a540,_0x29a85e]:null;}_0x3720bf['plugins']['has']('ImageResize')&&(_0x5a07c6['enableDefaultAttributesIntegration']('resizeImage'),_0x5a07c6['registerBlockAttribute']('resizedWidth'),_0x5a07c6['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x4d6c35,'FORMAT_IMAGE_SIZE'))),_0x3720bf['plugins']['has']('ImageTextAlternativeEditing')&&(_0x5a07c6['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x5a07c6['registerBlockAttribute']('alt')),_0x5a07c6['descriptionFactory']['registerDescriptionCallback'](_0x1721e5=>{if(!!_0x26b685['find'](({type:_0x3a3fc6,subType:_0x3df46c})=>_0x1721e5['type']==_0x3a3fc6&&_0x1721e5['subType']==_0x3df46c))return _0x1721e5['previous']?{}:void 0x0;}),_0x5a07c6['descriptionFactory']['registerDescriptionCallback'](_0x1b88d3=>{if('insertion'==_0x1b88d3['type']||'deletion'==_0x1b88d3['type']){const _0xa065bc=_0x1b88d3['getContainedElement']();if(_0xa065bc&&_0xa065bc['is']('element','caption'))return{'type':'insertion'==_0x1b88d3['type']?'addObject':'removeObject','element':_0xa065bc,'quantity':0x1};}}),_0x5a07c6['descriptionFactory']['registerDescriptionCallback'](_0x26ca61=>'formatBlock'==_0x26ca61['type']&&'convertInlineImageToBlock'==_0x26ca61['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x26ca61['type']&&'convertBlockImageToInline'==_0x26ca61['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5a07c6['descriptionFactory']['registerDescriptionCallback'](_0x30d0ef=>{if('attribute'!=_0x30d0ef['type'])return;const {data:_0x597d32}=_0x30d0ef;if(!_0x597d32||'alt'!=_0x597d32['key'])return;const _0x939cd=_0x597d32['newValue'];return _0x939cd?{'type':'format','content':o(_0x4d6c35,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x939cd+'\x22')}:{'type':'format','content':o(_0x4d6c35,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1c3281=this['editor'],_0x3f8e42=_0x1c3281['locale'];_0x1c3281['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2cf1b9=>{if('formatBlock'!=_0x2cf1b9['type']&&'formatInline'!=_0x2cf1b9['type'])return;const {data:_0x2cca29}=_0x2cf1b9;if(_0x2cca29){if('imageTextAlternative'==_0x2cca29['commandName']){const _0x12c7d8=_0x2cca29['commandParams'][0x0]['newValue'];return _0x12c7d8?{'type':'format','content':o(_0x3f8e42,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x12c7d8+'\x22')}:{'type':'format','content':o(_0x3f8e42,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x2cca29['commandName']){const _0x5c8507=_0x2cca29['commandParams'][0x0]['width'];return _0x5c8507?{'type':'format','content':o(_0x3f8e42,'*Set\x20image\x20width:*\x20%0',_0x5c8507)}:{'type':'format','content':o(_0x3f8e42,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x336f7e{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x18f2da=this['editor']['locale'],_0x50bf84=this['editor']['plugins']['get']('TrackChangesEditing');_0x50bf84['enableDefaultAttributesIntegration']('replaceImageSource'),_0x50bf84['registerBlockAttribute']('src'),_0x50bf84['descriptionFactory']['registerDescriptionCallback'](_0x556516=>{if('attribute'!=_0x556516['type'])return;const {data:_0x23d738}=_0x556516;return _0x23d738&&'src'==_0x23d738['key']?_0x23d738['newValue']&&_0x23d738['oldValue']?{'type':'format','content':o(_0x18f2da,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x496d51=this['editor']['plugins']['get']('TrackChangesEditing');_0x496d51['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x496d51['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x496d51['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x496d51['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x372ef2=this['editor'],_0x5845eb=_0x372ef2['locale'];_0x372ef2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x49b9bd=>{if('formatBlock'!=_0x49b9bd['type']&&'formatInline'!=_0x49b9bd['type'])return;const {data:_0x6d6598}=_0x49b9bd;if(!_0x6d6598||'replaceImageSource'!=_0x6d6598['commandName'])return;return{'type':'format','content':o(_0x5845eb,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x336f7e{['afterInit'](){const _0x3bdd05=this['editor'];if(!_0x3bdd05['plugins']['has']('ImageStyleEditing'))return;const _0x536722=_0x3bdd05['plugins']['get']('TrackChangesEditing'),_0x5d849d=_0x3bdd05['plugins']['get']('ImageUtils'),_0x5ba183={};_0x536722['enableCommand']('imageStyle',(_0x2d58e6,_0x1ff0c1)=>{const _0x4894e6=_0x3bdd05['plugins']['get']('Users')['me'],_0x51f8ab=_0x3bdd05['commands']['get']('imageStyle');let _0x315612=_0x5d849d['getClosestSelectedImageElement'](_0x3bdd05['model']['document']['selection']),_0x1d5ba7=_0x3bdd05['model']['createRangeOn'](_0x315612),_0x3f3386=_0x51f8ab['value'];if(_0x3f3386==_0x1ff0c1['value'])return;const _0x4564ea={'commandName':'imageStyle','commandParams':[_0x1ff0c1],'formatGroupId':_0x5a6ab6()};_0x3bdd05['model']['change'](()=>{if(_0x536722['getSuggestions']()['filter'](_0x3a3fbf=>_0x3a3fbf['isInContent']&&_0x4894e6==_0x3a3fbf['author']&&('formatBlock'==_0x3a3fbf['type']||'formatInline'==_0x3a3fbf['type'])&&('imageStylePreApply'==_0x3a3fbf['subType']||'imageStylePostApply'==_0x3a3fbf['subType'])&&_0x3a3fbf['getFirstRange']()['isEqual'](_0x1d5ba7))['forEach'](_0x11178e=>_0x536722['discardSuggestion'](_0x11178e['head'])),_0x315612=_0x5d849d['getClosestSelectedImageElement'](_0x3bdd05['model']['document']['selection']),_0x1d5ba7=_0x3bdd05['model']['createRangeOn'](_0x315612),_0x51f8ab['refresh'](),_0x3bdd05['commands']['get']('imageTypeInline')['refresh'](),_0x3bdd05['commands']['get']('imageTypeBlock')['refresh'](),_0x3f3386=_0x51f8ab['value'],_0x3f3386!=_0x1ff0c1['value'])return _0x5d849d['isInlineImage'](_0x315612)&&_0x51f8ab['shouldConvertImageType'](_0x1ff0c1['value'],_0x315612)?(_0x2d58e6({..._0x1ff0c1,'setImageSizes':!0x1}),_0x315612=_0x5d849d['getClosestSelectedImageElement'](_0x3bdd05['model']['document']['selection']),void _0x536722['markBlockFormat'](_0x315612,{..._0x4564ea,'commandReversedParams':[{'value':_0x3f3386||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x5d849d['isBlockImage'](_0x315612)?_0x536722['markBlockFormat'](_0x315612,_0x4564ea,[],'imageStylePostApply'):_0x536722['markInlineFormat'](_0x1d5ba7,_0x4564ea,'imageStylePostApply'));});});for(const _0x188ac1 of _0x3bdd05['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x5ba183[_0x188ac1['name']]=_0x188ac1['title']['toLowerCase']();_0x536722['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x536722['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x536722['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x536722['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x38cfc4])=>{_0x5d849d['setImageNaturalSizeAttributes'](_0x38cfc4['getContainedElement']());}),_0x536722['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3fe134,_0x5dc58f)=>{_0x536722['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3fe134,{'commandName':_0x5dc58f['commandName'],'commandParams':_0x5dc58f['commandReversedParams']});}),_0x536722['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x40f243,_0x248cd2){if(_0x456c12(_0x40f243,_0x248cd2))return[_0x40f243,_0x248cd2];if(_0x456c12(_0x248cd2,_0x40f243))return[_0x248cd2,_0x40f243];return null;});const _0x292155=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x456c12(_0x42c6f7,_0x41cefa){const _0x4801b7=_0x292155['findIndex'](({type:_0x1f606d,subType:_0x5ed6a5})=>_0x42c6f7['type']==_0x1f606d&&_0x42c6f7['subType']==_0x5ed6a5),_0x213588=_0x292155['findIndex'](({type:_0x2be370,subType:_0x344124})=>_0x41cefa['type']==_0x2be370&&_0x41cefa['subType']==_0x344124);if(_0x4801b7<0x0||_0x213588<0x0)return!0x1;const _0x5b630a=_0x42c6f7['getFirstRange'](),_0x16d5a5=_0x41cefa['getFirstRange']();if((0x0==_0x4801b7||0x1==_0x4801b7)&&0x2==_0x213588&&_0x5b630a['isIntersecting'](_0x16d5a5))return!0x0;if(0x2==_0x4801b7&&0x3==_0x213588){const _0x4f06af=_0x536722['_findSuggestions'](_0x5b630a,'insertion')['filter'](({suggestion:_0x51a8bd,meta:_0x51ff3e})=>_0x51ff3e['isOwn']&&'convertInlineImageToBlock'==_0x51a8bd['subType']);if(_0x4f06af['length']>0x1&&_0x16d5a5['end']['isEqual'](_0x5b630a['start']))return!0x0;if(0x1==_0x4f06af['length']&&(_0x5b630a['start']['isEqual'](_0x16d5a5['end'])||_0x5b630a['end']['isEqual'](_0x16d5a5['start'])))return!0x0;}if(0x3==_0x4801b7&&0x3==_0x213588&&_0x5b630a['start']['isBefore'](_0x16d5a5['start'])){const _0x36b62a=_0x5b630a['end']['nodeAfter'],_0x41e893=_0x16d5a5['start']['nodeBefore'];return _0x5d849d['isBlockImage'](_0x36b62a)&&_0x36b62a===_0x41e893;}return!0x1;}_0x3bdd05['model']['document']['registerPostFixer'](()=>{let _0x3e29aa=!0x1;const _0x5c2e23=Array['from'](_0x3bdd05['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xbcae7,data:_0x20a6b7}of _0x5c2e23){const {group:_0x515963,type:_0x396659,subType:_0x504188,id:_0x379de4}=_0x536722['_splitMarkerName'](_0xbcae7);if('suggestion'==_0x515963&&_0x536722['hasSuggestion'](_0x379de4)){if('formatBlock'==_0x396659&&('imageStylePreApply'==_0x504188||'imageStylePostApply'==_0x504188)){const _0x424c58=_0x536722['getSuggestion'](_0x379de4);if(_0x20a6b7['newRange']){const _0x2d0827=_0x424c58['getFirstRange']()['getContainedElement']();if(_0x5d849d['isBlockImage'](_0x2d0827))continue;_0x536722['discardSuggestion'](_0x424c58),_0x3e29aa=!0x0;}}if('insertion'==_0x396659&&'imageCaption'==_0x504188&&!_0x20a6b7['newRange']){const _0x408328=_0x536722['getSuggestion'](_0x379de4);_0x408328['next']&&_0x408328['next']['isInContent']&&(_0x536722['discardSuggestion'](_0x408328['next']),_0x3e29aa=!0x0);}}}return _0x3e29aa;}),this['_registerLegacyDescription'](_0x5ba183);}['_registerLegacyDescription'](_0x25f908){const _0x1d8db0=this['editor'],_0x543710=_0x1d8db0['locale'];_0x1d8db0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x131fa7=>{if('formatBlock'!=_0x131fa7['type']&&'formatInline'!=_0x131fa7['type'])return;const {data:_0xda1f72}=_0x131fa7;if(!_0xda1f72||'imageStyle'!=_0xda1f72['commandName'])return;const _0x2457b0=_0xda1f72['commandParams'][0x0]['value'];return _0x363142('side'===_0x2457b0?o(_0x543710,'FORMAT_SIDE_IMAGE'):_0x25f908[_0x2457b0]||_0x2457b0);function _0x363142(_0x2a6ebd){return{'type':'format','content':o(_0x543710,'*Format:*\x20%0',_0x2a6ebd)};}});}}class ct extends _0x336f7e{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x1a8fcd){super(_0x1a8fcd),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x153e6c=this['editor'],_0xe86b64=_0x153e6c['commands']['get']('importWord'),_0x27bcf8=_0x153e6c['commands']['get']('trackChanges');_0xe86b64&&(_0xe86b64['on']('execute',(_0x2cb492,[,_0xe0a51e])=>{this['_trackChangesValueDuringImport']=_0x27bcf8['value'],_0xe0a51e['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xe86b64,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xe86b64,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x27bcf8['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x153e6c['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x114703,_0x2204d7){const {suggestions:_0x4d1014}=_0x2204d7,_0x212627=this['editor']['commands']['get']('trackChanges'),_0x227875=_0x212627['value'];this['_trackChangesValueDuringImport']!==_0x227875&&(_0x212627['execute'](),this['_trackChangesExecuted']=!0x0),_0x4d1014&&_0x4d1014['forEach'](({id:_0x5a7402,type:_0xc43336,author:_0x7980b2,created_at:_0x233c12})=>{const _0x6d8014={'id':_0x5a7402,'type':_0xc43336,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x7980b2,'createdAt':_0x233c12?new Date(_0x233c12):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x6d8014);});}}class ut extends _0x336f7e{['afterInit'](){const _0x131e4d=this['editor'],_0x4d2129=_0x131e4d['plugins']['get']('TrackChangesEditing');if(_0x131e4d['plugins']['has']('IndentEditing')&&(_0x4d2129['enableCommand']('indent'),_0x4d2129['enableCommand']('outdent')),_0x131e4d['plugins']['has']('IndentBlock')){for(const _0x3bd74f of['indentBlock','outdentBlock'])_0x4d2129['enableDefaultAttributesIntegration'](_0x3bd74f);}const _0x4546ce=_0x131e4d['locale'];_0x4d2129['registerBlockAttribute']('blockIndent'),_0x4d2129['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x4546ce,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x147f9b=this['editor'],_0x484186=_0x147f9b['locale'],_0x1f8101=_0x147f9b['plugins']['get']('TrackChangesEditing');_0x1f8101['descriptionFactory']['registerDescriptionCallback'](_0x5089c6=>{if('formatBlock'!=_0x5089c6['type'])return;const {data:_0x5614a1}=_0x5089c6;if(!_0x5614a1)return;if('indentBlock'!=_0x5614a1['commandName']&&'outdentBlock'!=_0x5614a1['commandName'])return;const _0x2dc62c=_0x5089c6['getItems']()[0x0],_0x5ee332=_0x1f8101['descriptionFactory']['getItemLabel'](_0x2dc62c);return'indentBlock'==_0x5614a1['commandName']?{'type':'format','content':o(_0x484186,'*Indent:*\x20%0',_0x5ee332)}:'outdentBlock'==_0x5614a1['commandName']?{'type':'format','content':o(_0x484186,'*Outdent:*\x20%0',_0x5ee332)}:void 0x0;});}}class ft extends _0x336f7e{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x336f7e{['afterInit'](){const _0x697de3=this['editor'];if(!_0x697de3['plugins']['has']('LinkEditing'))return;const _0x2eff8e=_0x697de3['plugins']['get']('TrackChangesEditing'),_0x57be5f=_0x697de3['commands']['get']('link');_0x2eff8e['enableDefaultAttributesIntegration']('link'),_0x2eff8e['enableDefaultAttributesIntegration']('unlink'),_0x2eff8e['registerInlineAttribute']('linkHref');for(const _0x28d641 of _0x57be5f['manualDecorators'])_0x2eff8e['registerInlineAttribute'](_0x28d641['id']),_0x2eff8e['descriptionFactory']['registerAttributeLabel'](_0x28d641['id'],'link\x20('+_0x28d641['label']['toLowerCase']()+')');_0x2eff8e['descriptionFactory']['registerDescriptionCallback'](_0x2c6ec0=>{if('attribute'!=_0x2c6ec0['type'])return;const {data:_0x41dac7}=_0x2c6ec0;if(!_0x41dac7||'linkHref'!=_0x41dac7['key'])return;const _0x3bab07=_0x41dac7['newValue'],_0x3b9b79=_0x697de3['locale'];return{'type':'format','content':null==_0x3bab07?o(_0x3b9b79,'*Remove\x20link*'):o(_0x3b9b79,'*Set\x20link:*\x20%0','\x22'+_0x3bab07+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3dae19=this['editor'],_0xf41450=_0x3dae19['locale'];_0x3dae19['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c6702=>{if('formatInline'!=_0x1c6702['type'])return;const {data:_0x2c1f0f}=_0x1c6702;if(_0x2c1f0f){if('link'==_0x2c1f0f['commandName']){const _0x56aef8=_0x2c1f0f['commandParams'][0x0];return{'type':'format','content':o(_0xf41450,'*Set\x20link:*\x20%0','\x22'+_0x56aef8+'\x22')};}return'unlink'==_0x2c1f0f['commandName']?{'type':'format','content':o(_0xf41450,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x336f7e{['afterInit'](){const _0x20c154=this['editor'],_0x5bfad4=_0x20c154['locale'];if(!_0x20c154['plugins']['has']('LegacyListEditing'))return;const _0x43581d=_0x20c154['plugins']['get']('TrackChangesEditing'),_0x361f22=_0x20c154['plugins']['has']('LegacyTodoListEditing');function _0x98e4a8(_0x5826f3){return()=>{const _0x28fef2=_0x20c154['model']['document']['selection'],_0x469d35=_0x20c154['commands']['get'](_0x5826f3);if(_0x469d35['value'])return void _0x20c154['execute']('paragraph',{});const _0x445042=_0x5826f3['slice'](0x0,-0x4),_0xef551=function(_0x2e2613,_0x408b7b,_0x2ba4d1){let _0x1ac61f=Array['from'](_0x2e2613)['filter'](_0x262747=>function(_0xebfa1c,_0x5729be){return _0x5729be['checkChild'](_0xebfa1c['parent'],'listItem')&&!_0x5729be['isObject'](_0xebfa1c);}(_0x262747,_0x2ba4d1));_0x1ac61f=_0x1ac61f['filter'](_0xd04e30=>!_0xd04e30['is']('element','listItem')||_0xd04e30['getAttribute']('listType')!=_0x408b7b);const _0x4cf813=new Set();for(const _0x1e1de1 of _0x1ac61f)_0x1e1de1['is']('element','listItem')?_0x4cf813['add'](Le(_0x1e1de1)):_0x4cf813['add'](_0x1e1de1);return Array['from'](_0x4cf813);}(_0x28fef2['getSelectedBlocks'](),_0x445042,_0x20c154['model']['schema']);_0x20c154['model']['change'](()=>{for(const _0x24ec4e of _0xef551)_0x43581d['markBlockFormat'](_0x24ec4e,{'commandName':_0x5826f3,'commandParams':[{'forceValue':!_0x469d35['value']}],'formatGroupId':'blockName'},Ee(_0x24ec4e));});};}function _0xa1b3d9(_0x35ad18){return()=>{const _0x2c5632=function(_0x3f5209){let _0x2d495f=Array['from'](_0x3f5209);const _0x86737f=_0x2d495f['findIndex'](_0x49076f=>'listItem'!=_0x49076f['name']);return _0x86737f>-0x1&&(_0x2d495f=_0x2d495f['slice'](0x0,_0x86737f)),_0x2d495f;}(_0x20c154['model']['document']['selection']['getSelectedBlocks']()),_0x57927a=_0x20c154['model']['createRange'](_0x20c154['model']['createPositionAt'](_0x2c5632[0x0],'before'),_0x20c154['model']['createPositionAt'](_0x2c5632[_0x2c5632['length']-0x1],'end'));_0x20c154['model']['change'](()=>{_0x43581d['markBlockFormat'](_0x57927a,{'commandName':_0x35ad18,'commandParams':[],'formatGroupId':'listIndent'},function(_0x558c08){const _0x3da1ff=new Set();for(const _0x479f79 of _0x558c08){let _0x590c2d=_0x479f79['nextSibling'];for(;_0x590c2d&&_0x590c2d['getAttribute']('listIndent')>_0x479f79['getAttribute']('listIndent');)_0x3da1ff['add'](_0x590c2d),_0x590c2d=_0x590c2d['nextSibling'];}return Array['from'](_0x3da1ff);}(_0x2c5632));});};}_0x43581d['enableCommand']('numberedList',_0x98e4a8('numberedList')),_0x43581d['enableCommand']('bulletedList',_0x98e4a8('bulletedList')),_0x361f22&&_0x43581d['enableCommand']('todoList',_0x98e4a8('todoList')),_0x43581d['enableCommand']('indentList',_0xa1b3d9('indentList')),_0x43581d['enableCommand']('outdentList',_0xa1b3d9('outdentList')),_0x361f22&&_0x43581d['enableCommand']('checkTodoList',()=>{const _0x3cf376=_0x20c154['commands']['get']('checkTodoList'),_0x2205a3=Array['from'](_0x3cf376['_selectedElements']);_0x2205a3['filter'](_0x16a4ed=>_0x16a4ed['getAttribute']('todoListChecked')!=_0x3cf376['value']),_0x20c154['model']['change'](()=>{for(const _0x211084 of _0x2205a3)_0x43581d['markBlockFormat'](_0x211084,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x3cf376['value']}]});});}),_0x43581d['descriptionFactory']['registerElementLabel']('listItem',_0x350b9c=>o(_0x5bfad4,'ELEMENT_LIST_ITEM',_0x350b9c)),_0x43581d['descriptionFactory']['registerDescriptionCallback'](_0x26201e=>{if('formatBlock'!=_0x26201e['type']&&'formatInline'!=_0x26201e['type'])return;const {data:_0x8f9462}=_0x26201e;if(_0x8f9462){if('numberedList'==_0x8f9462['commandName']||'bulletedList'==_0x8f9462['commandName']||'todoList'==_0x8f9462['commandName'])switch(_0x8f9462['commandName']['replace']('List','')){case'bulleted':return _0x47cc3c(o(_0x5bfad4,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x47cc3c(o(_0x5bfad4,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x47cc3c(o(_0x5bfad4,'ELEMENT_TODO_LIST'));}if('indentList'==_0x8f9462['commandName'])return{'type':'format','content':o(_0x5bfad4,'*Indent:*\x20%0',o(_0x5bfad4,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x8f9462['commandName'])return{'type':'format','content':o(_0x5bfad4,'*Outdent:*\x20%0',o(_0x5bfad4,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x8f9462['commandName'])return _0x8f9462['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5bfad4,'*Check\x20item*')}:{'type':'format','content':o(_0x5bfad4,'*Uncheck\x20item*')};}function _0x47cc3c(_0x5d3607){return{'type':'format','content':o(_0x5bfad4,'*Change\x20to:*\x20%0',_0x5d3607)};}});}}function Le(_0x2f80c6){const _0x1676e9=_0x2f80c6['getAttribute']('listIndent');if(0x0==_0x1676e9)return _0x2f80c6;let _0x31bc78=_0x2f80c6;for(;_0x2f80c6['previousSibling']&&_0x2f80c6['previousSibling']['is']('element','listItem');){const _0x521be2=_0x2f80c6['previousSibling']['getAttribute']('listIndent');if(_0x521be2==_0x1676e9)_0x31bc78=_0x2f80c6['previousSibling'];else{if(_0x521be2<_0x1676e9)break;}_0x2f80c6=_0x2f80c6['previousSibling'];}return _0x31bc78;}function Ee(_0x46ddc8){const _0x268462=[];if(_0x46ddc8['is']('element','listItem')&&_0x46ddc8['getAttribute']('listIndent')>0x0){let _0x56f46c=_0x46ddc8['nextSibling'];for(;_0x56f46c&&'listItem'==_0x56f46c['name']&&_0x56f46c['getAttribute']('listIndent')==_0x46ddc8['getAttribute']('listIndent');)_0x268462['push'](_0x56f46c),_0x56f46c=_0x56f46c['nextSibling'];}return _0x268462;}class Q extends _0x336f7e{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xe94b0f=this['editor']['config']['get']('list.properties'),_0x123db4=this['editor']['plugins']['get']('TrackChangesEditing');_0xe94b0f['styles']&&_0x123db4['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xe94b0f['reversed']&&_0x123db4['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xe94b0f['startIndex']&&_0x123db4['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x123db4['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1e09f2,_0x559551={}){const _0x167622=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49bba3=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x167622['markMultiRangeBlockFormat'](_0x49bba3,{'commandName':'listStyle','commandParams':[{'type':_0x559551['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x3a28de,_0x406beb={}){const _0xc421b3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3d3d07=this['_getSuggestionBlocks'](_0x1f7e59=>_0x1f7e59['is']('element','listItem')&&'numbered'===_0x1f7e59['getAttribute']('listType'));if(_0x3d3d07['length']<0x1)return;const _0x40dac9=_0x3d3d07['map'](_0x54f3d2=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x54f3d2,'before'),this['editor']['model']['createPositionAt'](_0x54f3d2,0x0)));this['editor']['model']['change'](()=>{_0xc421b3['markMultiRangeBlockFormat'](_0x40dac9,{'commandName':'listReversed','commandParams':[{'reversed':_0x406beb['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x2030e9,_0x51bfb8={}){const _0x54e567=this['editor']['plugins']['get']('TrackChangesEditing'),_0x402833=this['_getSuggestionBlocks'](_0x183157=>_0x183157['is']('element','listItem')&&'numbered'===_0x183157['getAttribute']('listType'));if(_0x402833['length']<0x1)return;const _0x527b85=_0x402833['map'](_0x5431c8=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5431c8,'before'),this['editor']['model']['createPositionAt'](_0x5431c8,0x0)));this['editor']['model']['change'](()=>{_0x54e567['markMultiRangeBlockFormat'](_0x527b85,{'commandName':'listStart','commandParams':[{'startIndex':_0x51bfb8['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x11f8b6){if('formatBlock'!=_0x11f8b6['type']&&'formatInline'!=_0x11f8b6['type'])return;const _0x521704=this['editor']['locale'],{data:_0x5290e5}=_0x11f8b6;if(!_0x5290e5)return;let _0x2fc8cf,_0x74f212;switch(_0x5290e5['commandName']){case'listStyle':_0x2fc8cf='*Change\x20to:*\x20%0',_0x74f212={'type':'format','content':o(_0x521704,_0x2fc8cf,o(_0x521704,this['_getTranslationKeyForListStyle'](_0x5290e5['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2fc8cf=_0x5290e5['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x74f212={'type':'format','content':o(_0x521704,_0x2fc8cf)};break;case'listStart':_0x2fc8cf='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x74f212={'type':'format','content':o(_0x521704,_0x2fc8cf,_0x5290e5['commandParams'][0x0]['startIndex'])};}return _0x74f212;}['_getSuggestionBlocksForListStyle'](){const _0xec0ed0=this['editor']['plugins']['get']('LegacyListUtils');let _0x17ec4e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x17ec4e[0x0]?.['is']('element','listItem')&&_0x17ec4e['unshift'](..._0xec0ed0['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x17ec4e[_0x17ec4e['length']-0x1]?.['is']('element','listItem')&&_0x17ec4e['push'](..._0xec0ed0['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x17ec4e=[...new Set(_0x17ec4e)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x17ec4e=_0x17ec4e['filter'](_0x527d6c=>_0x527d6c['is']('element','listItem'))),_0x17ec4e;}['_getSuggestionBlocks'](_0x490ca8){const _0x2262a1=this['editor']['plugins']['get']('LegacyListUtils');let _0x1f228a=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x490ca8)['map'](_0x28e868=>{const _0xa33bd6=this['editor']['model']['createPositionAt'](_0x28e868,0x0);return[..._0x2262a1['getSiblingNodes'](_0xa33bd6,'backward'),..._0x2262a1['getSiblingNodes'](_0xa33bd6,'forward')];})['flat']();return _0x1f228a=[...new Set(_0x1f228a)],_0x1f228a;}['_getTranslationKeyForListStyle'](_0x1b2db6){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1b2db6)||'default')['toUpperCase']()+'_LIST_'+_0x1b2db6['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x336f7e{['afterInit'](){const _0x487c13=this['editor'];if(!_0x487c13['plugins']['has']('MediaEmbedEditing'))return;const _0x2822d1=_0x487c13['plugins']['get']('TrackChangesEditing'),_0x2bc1cd=_0x487c13['locale'];_0x2822d1['enableCommand']('mediaEmbed'),_0x2822d1['descriptionFactory']['registerElementLabel']('media',_0x3d6ae0=>o(_0x2bc1cd,'ELEMENT_MEDIA',_0x3d6ae0)),_0x487c13['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x323e18,{writer:_0x31f7df,options:_0x292ab5})=>{if(_0x292ab5['showSuggestionHighlights'])return _0x31f7df['createEmptyElement']('div');},'converterPriority':'high'}),_0x487c13['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3ec362,_0x41c5c1,_0x3679a7)=>{_0x3679a7['options']['showSuggestionHighlights']&&_0x3ec362['stop']();},{'priority':'high'});}}class mt extends _0x336f7e{['afterInit'](){const _0x122978=this['editor'];_0x122978['plugins']['has']('MentionEditing')&&_0x122978['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x336f7e{['afterInit'](){const _0x3b227d=this['editor'];if(!_0x3b227d['plugins']['has']('MergeFieldsEditing'))return;_0x3b227d['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x3b227d['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x14f5c9=_0x3b227d['plugins']['get']('TrackChangesEditing'),_0x3c4061=_0x3b227d['locale'];_0x14f5c9['descriptionFactory']['registerElementLabel']('mergeField',_0x1e7d63=>o(_0x3c4061,'ELEMENT_MERGE_FIELD',_0x1e7d63)),_0x14f5c9['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x1d3056=>o(_0x3c4061,'ELEMENT_MERGE_FIELD',_0x1d3056)),_0x14f5c9['descriptionFactory']['registerDescriptionCallback'](_0x4b18d5=>{if('insertion'!=_0x4b18d5['type']&&'deletion'!=_0x4b18d5['type'])return;const _0x1afefa=_0x4b18d5['getContainedElement']();if(null==_0x1afefa)return;if(!_0x1afefa['is']('element','mergeField')&&!_0x1afefa['is']('element','mergeFieldBlock'))return;const _0x5bb360=_0x3b227d['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x1afefa['getAttribute']('id'));return'insertion'==_0x4b18d5['type']?{'type':'insertion','content':o(_0x3c4061,'*Insert:*\x20%0','\x22'+_0x5bb360+'\x22\x20'+o(_0x3c4061,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x3c4061,'*Remove:*\x20%0','\x22'+_0x5bb360+'\x22\x20'+o(_0x3c4061,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x336f7e{['afterInit'](){const _0x59e472=this['editor'],_0xcf5c62=_0x59e472['plugins']['get']('TrackChangesEditing');_0x59e472['plugins']['has']('MultiLevelList')&&(_0xcf5c62['enableDefaultAttributesIntegration']('multiLevelList'),_0xcf5c62['registerBlockAttribute']('listMarkerStyle'),_0xcf5c62['descriptionFactory']['registerDescriptionCallback'](_0x3bef72=>this['handleDescriptions'](_0x3bef72)));}['handleDescriptions'](_0x26223a){const _0x27b962=this['editor']['locale'],{data:_0x3863e0}=_0x26223a,_0x20cd00={'type':'format','content':''};if(_0x3863e0&&'listMarkerStyle'==_0x3863e0['key']){if(!_0x3863e0['oldValue'])return{'type':'format','content':o(_0x27b962,'*Set\x20format:*\x20%0',o(_0x27b962,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3863e0['newValue']+')'};if(!_0x3863e0['newValue']){let _0x29e25b=_0x26223a['head'];for(;_0x29e25b;){if(_0x29e25b['data']&&'listType'==_0x29e25b['data']['key']&&_0x29e25b['data']['newValue'])return _0x20cd00;_0x29e25b=_0x29e25b['next'];}return{'type':'format','content':o(_0x27b962,'*Remove\x20format:*\x20%0',o(_0x27b962,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3863e0['oldValue']+')'};}}}}class kt extends _0x336f7e{['afterInit'](){const _0x3c6925=this['editor'];if(!_0x3c6925['plugins']['has']('PageBreakEditing'))return;_0x3c6925['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x113f17=_0x3c6925['plugins']['get']('TrackChangesEditing'),_0x46f2cd=_0x3c6925['locale'];_0x113f17['descriptionFactory']['registerElementLabel']('pageBreak',_0x2c93d9=>o(_0x46f2cd,'ELEMENT_PAGE_BREAK',_0x2c93d9));}}class bt extends _0x336f7e{['afterInit'](){const _0x5718d2=this['editor'];if(!_0x5718d2['plugins']['has']('Paragraph'))return;const _0x1627c8=_0x5718d2['locale'],_0x10045e=_0x5718d2['plugins']['get']('TrackChangesEditing');_0x10045e['descriptionFactory']['registerElementLabel']('paragraph',_0x2bc84e=>o(_0x1627c8,'ELEMENT_PARAGRAPH',_0x2bc84e)),_0x10045e['enableDefaultAttributesIntegration']('paragraph'),_0x10045e['enableCommand']('insertParagraph'),_0x5718d2['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5718d2),{'priority':'highest'}),_0x5718d2['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x527686,_0x99394e,_0x3bb6ca)=>{_0x3bb6ca['options']['showSuggestionHighlights']&&nr(_0x5718d2,{'showActiveMarker':!0x1})(_0x527686,_0x99394e,_0x3bb6ca);},{'priority':'highest'});const _0xda920a=_0x10045e['descriptionFactory'];_0xda920a['registerDescriptionCallback'](_0x20d83f=>{if('insertion'!==_0x20d83f['type'])return;const {start:_0x27b453,end:_0x240ec4}=_0x20d83f['getFirstRange']();if(!_0x27b453['isTouching'](_0x240ec4)||!_0x27b453['nodeAfter'])return;const _0x2d8835=_0x5718d2['model']['schema'],_0x1997fa=_0x27b453['nodeAfter'];return _0x2d8835['isBlock'](_0x1997fa)&&!_0x2d8835['isLimit'](_0x1997fa)&&_0x2d8835['checkChild'](_0x1997fa,'$text')?{'type':'insertion','content':o(_0x1627c8,'*Insert:*\x20%0',_0xda920a['getItemLabel'](_0x1997fa,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x25407f=this['editor'],_0x16c15a=_0x25407f['locale'];_0x25407f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x259328=>{if('formatBlock'!=_0x259328['type'])return;const {data:_0x2901a7}=_0x259328;return _0x2901a7&&'paragraph'==_0x2901a7['commandName']?{'type':'format','content':o(_0x16c15a,'*Change\x20to:*\x20%0',o(_0x16c15a,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x246f01,{showActiveMarker:_0x559aae=!0x0}={}){return(_0x43b429,_0x19af68,_0x244910)=>{const _0x174da1=_0x246f01['plugins']['get']('TrackChangesEditing'),_0x1fa585=_0x19af68['markerRange']['start'],_0x36d649=_0x19af68['markerRange']['end'],_0x29abd5=_0x246f01['model']['schema'];if(!_0x1fa585['isTouching'](_0x36d649)||!_0x1fa585['nodeAfter'])return;const _0xc386c6=_0x1fa585['nodeAfter'];if(_0x29abd5['isBlock'](_0xc386c6)&&!_0x29abd5['isLimit'](_0xc386c6)&&_0x29abd5['checkChild'](_0xc386c6,'$text')){if(!_0x244910['consumable']['consume'](_0x19af68['markerRange'],_0x43b429['name']))return;const {authorId:_0x263f65}=_0x174da1['_splitMarkerName'](_0x19af68['markerName']),_0x177571=_0x244910['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x263f65}),_0x2aece5=_0x244910['mapper']['toViewPosition'](_0x36d649);_0x559aae&&_0x174da1['activeMarkers']['includes'](_0x19af68['markerName'])&&_0x244910['writer']['addClass']('ck-suggestion-marker--active',_0x177571),_0x244910['writer']['insert'](_0x2aece5,_0x177571),_0x244910['mapper']['bindElementToMarker'](_0x177571,_0x19af68['markerName']);}};}class yt extends _0x336f7e{['afterInit'](){const _0x2ec424=this['editor'];if(!_0x2ec424['plugins']['has']('RemoveFormatEditing'))return;_0x2ec424['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b1772=this['editor'];_0x2b1772['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c723b=>{if('formatBlock'!=_0x4c723b['type']&&'formatInline'!=_0x4c723b['type'])return;const {data:_0x3f9882}=_0x4c723b;return _0x3f9882&&'removeFormat'==_0x3f9882['commandName']?{'type':'format','content':o(_0x2b1772['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x336f7e{['afterInit'](){const _0x3330ff=this['editor'];if(!_0x3330ff['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x47d1cc=_0x3330ff['plugins']['get']('TrackChangesEditing');_0x47d1cc['enableCommand']('goToPreviousRestrictedEditingException'),_0x47d1cc['enableCommand']('goToNextRestrictedEditingException');const _0x116999=_0x3330ff['plugins']['get']('RestrictedEditingModeEditing');_0x116999['enableCommand']('trackChanges'),_0x116999['enableCommand']('acceptSuggestion'),_0x116999['enableCommand']('discardSuggestion'),_0x116999['enableCommand']('acceptAllSuggestions'),_0x116999['enableCommand']('discardAllSuggestions'),_0x116999['enableCommand']('acceptSelectedSuggestions'),_0x116999['enableCommand']('discardSelectedSuggestions');}}class St extends _0x336f7e{static get['requires'](){return[_0x538d8a];}['init'](){const _0x15e9e7=this['editor'],_0x40558b=_0x15e9e7['plugins']['get']('TrackChangesEditing');_0x40558b['enableCommand']('shiftEnter'),_0x15e9e7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ke(_0x15e9e7),{'priority':'high'}),_0x15e9e7['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ke(_0x15e9e7),{'priority':'high'}),_0x15e9e7['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x24a08c,_0x30428c,_0x28bfc0)=>{_0x28bfc0['options']['showSuggestionHighlights']&&ke(_0x15e9e7,{'showActiveMarker':!0x1})(_0x24a08c,_0x30428c,_0x28bfc0);}),_0x40558b['descriptionFactory']['registerElementLabel']('softBreak',_0x2e2ca2=>o(_0x15e9e7['locale'],'ELEMENT_LINE_BREAK',_0x2e2ca2));}}function ke(_0x36876f,{showActiveMarker:_0x2fffff=!0x0}={}){return(_0xae99d5,_0x16b4f9,_0x314d2d)=>{const _0x73a8b5=_0x36876f['plugins']['get']('TrackChangesEditing');if(!_0x314d2d['consumable']['test'](_0x16b4f9['markerRange'],_0xae99d5['name']))return;const _0x550752=_0x36876f['model'];for(const _0x241195 of _0x16b4f9['markerRange']['getItems']()){if(!_0x241195['is']('element','softBreak'))continue;const _0x307c4b='deletion'==_0x16b4f9['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x3a200a}=_0x73a8b5['_splitMarkerName'](_0x16b4f9['markerName']),_0x4f9d4b=_0x314d2d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x307c4b,'data-author-id':_0x3a200a}),_0x3fe10f=_0x314d2d['mapper']['toViewPosition'](_0x550752['createPositionBefore'](_0x241195));_0x2fffff&&_0x73a8b5['activeMarkers']['includes'](_0x16b4f9['markerName'])&&_0x314d2d['writer']['addClass']('ck-suggestion-marker--active',_0x4f9d4b),_0x314d2d['writer']['insert'](_0x3fe10f,_0x4f9d4b),_0x314d2d['mapper']['bindElementToMarker'](_0x4f9d4b,_0x16b4f9['markerName']);}};}class At extends _0x336f7e{['afterInit'](){const _0x23fe05=this['editor'],_0x3970e7=_0x23fe05['model'],_0x2dedff=_0x23fe05['locale'];if(!_0x23fe05['plugins']['has']('StandardEditingModeEditing'))return;const _0x24ea1b=_0x23fe05['plugins']['get']('TrackChangesEditing'),_0x3706ad='restrictedEditingException',_0x2394ea=_0x23fe05['commands']['get'](_0x3706ad);_0x24ea1b['enableCommand'](_0x3706ad,(_0x4e8302,_0x200e58={})=>{const _0x33e165=_0x3970e7['document']['selection'];if(_0x33e165['isCollapsed'])return void _0x4e8302(_0x200e58);const _0x876339=void 0x0!==_0x200e58['forceValue']?_0x200e58['forceValue']:!_0x2394ea['value'];_0x3970e7['change'](()=>{const _0x1c92d5=Array['from'](_0x33e165['getRanges']());for(const _0x4d924b of _0x1c92d5){const _0x2702c0=_0x876339?[_0x4d924b]:io(_0x3706ad,_0x4d924b,_0x3970e7);for(const _0x4b52af of _0x2702c0)_0x24ea1b['markInlineFormat'](_0x4b52af,{'commandName':_0x3706ad,'commandParams':[{'forceValue':_0x876339}]});}});}),_0x24ea1b['descriptionFactory']['registerDescriptionCallback'](_0x94a64f=>{if('formatBlock'!=_0x94a64f['type']&&'formatInline'!=_0x94a64f['type'])return;const {data:_0x1f7e2f}=_0x94a64f;return _0x1f7e2f&&_0x1f7e2f['commandName']==_0x3706ad?_0x1f7e2f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2dedff,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x2dedff,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x336f7e{['afterInit'](){const _0x23551c=this['editor'];if(!_0x23551c['plugins']['has']('Style')||!_0x23551c['plugins']['has']('DataSchema'))return;const _0x382033=_0x23551c['plugins']['get']('TrackChangesEditing'),_0x5f07f6=_0x23551c['locale'],_0x541914=_0x23551c['config']['get']('style')||{},_0x18f641=_0x23551c['plugins']['get']('GeneralHtmlSupport'),_0x222c70=_0x23551c['plugins']['get']('StyleUtils')['normalizeConfig'](_0x23551c['plugins']['get']('DataSchema'),_0x541914['definitions']);_0x382033['enableDefaultAttributesIntegration']('style');const _0x3bb932=new Set();for(const _0x4a7a7b of _0x222c70['block']){const _0x468244=_0x18f641['getGhsAttributeNameForElement'](_0x4a7a7b['element']);_0x3bb932['add'](_0x468244);}const _0x2674bb=new Set();for(const _0x30e3cf of _0x222c70['inline']){const _0xcdd67e=_0x18f641['getGhsAttributeNameForElement'](_0x30e3cf['element']);_0x2674bb['add'](_0xcdd67e);for(const _0x438f06 of _0x30e3cf['ghsAttributes'])_0x2674bb['add'](_0x438f06);}for(const _0x53146c of _0x3bb932)_0x382033['registerBlockAttribute'](_0x53146c),_0x382033['descriptionFactory']['registerAttributeLabel'](_0x53146c,o(_0x5f07f6,'FORMAT_STYLE'));for(const _0x5599a7 of _0x2674bb)_0x382033['registerInlineAttribute'](_0x5599a7),_0x382033['descriptionFactory']['registerAttributeLabel'](_0x5599a7,o(_0x5f07f6,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x7fe289=this['editor'],_0x1ceac6=_0x7fe289['locale'];_0x7fe289['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18689e=>{if('formatBlock'!=_0x18689e['type']&&'formatInline'!=_0x18689e['type'])return;const {data:_0x24524a}=_0x18689e;return _0x24524a&&'style'===_0x24524a['commandName']?_0x24524a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1ceac6,'*Set\x20format:*\x20%0',_0x24524a['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x1ceac6,'*Remove\x20format:*\x20%0',_0x24524a['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x336f7e{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0xce6702){super(_0xce6702),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x2fbd28=this['editor'],_0x19a9e9=_0x2fbd28['model']['document']['selection'];if(!_0x2fbd28['plugins']['has']('TableEditing'))return;const _0x549755=_0x2fbd28['locale'],_0x477cf4=_0x2fbd28['plugins']['get']('TrackChangesEditing'),_0x8bb822=_0x2fbd28['plugins']['get']('TableUtils');_0x477cf4['descriptionFactory']['registerElementLabel']('table',_0x55519a=>o(_0x549755,'ELEMENT_TABLE',_0x55519a)),this['_setupColumnsRowsFixing'](),_0x477cf4['enableCommand']('insertTable'),_0x477cf4['enableCommand']('selectTableRow'),_0x477cf4['enableCommand']('selectTableColumn');for(const _0x330816 of['insertTableRowAbove','insertTableRowBelow']){const _0x2afa5b=_0x2fbd28['commands']['get'](_0x330816);_0x477cf4['enableCommand'](_0x330816,_0x2e3d0a=>{_0x2fbd28['model']['change'](_0x4c057e=>{_0x2e3d0a();const _0x58a611='above'===_0x2afa5b['order'],_0x4bb8df=_0x8bb822['getSelectionAffectedTableCells'](_0x19a9e9),_0x31cf7a=_0x8bb822['getRowIndexes'](_0x4bb8df),_0x578930=_0x58a611?_0x31cf7a['first']-0x1:_0x31cf7a['last']+0x1,_0x27e13b=_0x4bb8df[0x0]['findAncestor']('table'),_0x1fc1db=_0x8bb822['createTableWalker'](_0x27e13b,{'startRow':_0x578930,'endRow':_0x578930}),_0x563567=Array['from'](_0x1fc1db)['map'](_0x379aa0=>_0x4c057e['createRangeOn'](_0x379aa0['cell']));_0x477cf4['markMultiRangeInsertion'](_0x563567,'tableRow');});});}for(const _0x1bc8a0 of['insertTableColumnLeft','insertTableColumnRight']){const _0x5d2551=_0x2fbd28['commands']['get'](_0x1bc8a0);_0x477cf4['enableCommand'](_0x1bc8a0,_0x58ff02=>{_0x2fbd28['model']['change'](_0x27ef6e=>{_0x58ff02();const _0x14b954='left'===_0x5d2551['order'],_0x11316d=_0x8bb822['getSelectionAffectedTableCells'](_0x19a9e9),_0x41a2dd=_0x8bb822['getColumnIndexes'](_0x11316d),_0x23e62e=_0x14b954?_0x41a2dd['first']-0x1:_0x41a2dd['last']+0x1,_0x41fe11=_0x11316d[0x0]['findAncestor']('table'),_0x402164=_0x8bb822['createTableWalker'](_0x41fe11,{'startRow':0x0,'column':_0x23e62e,'includeAllSlots':!0x1}),_0x487787=Array['from'](_0x402164)['map'](_0x5ab9ed=>_0x27ef6e['createRangeOn'](_0x5ab9ed['cell']));_0x477cf4['markMultiRangeInsertion'](_0x487787,'tableColumn');});});}for(const _0x24d94a of['removeTableRow','removeTableColumn']){const _0x22ccbb=_0x24d94a['substr'](0xb),_0x902d34=_0x22ccbb['toLowerCase'](),_0x254ee1=_0x902d34['substr'](0x0,0x3)+'span',_0x19e20a='table'+_0x22ccbb,_0x667527='min'+_0x22ccbb,_0x12d594='max'+_0x22ccbb;_0x477cf4['enableCommand'](_0x24d94a,()=>{_0x2fbd28['model']['change'](_0x2e9ec9=>{const _0x27fe48=_0x8bb822['getSelectionAffectedTableCells'](_0x19a9e9),_0x1612a0=_0x27fe48[0x0]['findAncestor']('table');let _0x50ce3e;if('removeTableRow'==_0x24d94a){const _0x36561e=_0x8bb822['getRowIndexes'](_0x27fe48);_0x50ce3e={'startRow':_0x36561e['first'],'endRow':_0x36561e['last'],'includeAllSlots':!0x0};}else{const _0x590ec2=_0x8bb822['getColumnIndexes'](_0x27fe48);_0x50ce3e={'startColumn':_0x590ec2['first'],'endColumn':_0x590ec2['last'],'includeAllSlots':!0x0};}const _0x330859=_0x8bb822['createTableWalker'](_0x1612a0,_0x50ce3e),_0x523559=Array['from'](_0x330859)['map'](({cell:_0x776093})=>_0x776093),_0x4331c4=Re(_0x523559['filter'](_0x284847=>_0x284847['hasAttribute'](_0x254ee1))),_0x4e86b0=Re(_0x523559['filter'](_0x3cd7a6=>!_0x3cd7a6['hasAttribute'](_0x254ee1)))['map'](_0x2cb152=>_0x2e9ec9['createRangeOn'](_0x2cb152)),_0x149b3f=_0x477cf4['markMultiRangeDeletion'](_0x4e86b0,_0x19e20a);if(_0x149b3f&&('tableRow'==_0x149b3f['subType']||'tableColumn'==_0x149b3f['subType'])){const _0x2df08a=this['_getSuggestionCoords'](_0x149b3f);for(const _0x51348b of _0x4331c4){const _0x22a5f8=_0x2e9ec9['createRangeOn'](_0x51348b),_0x23f69f=_0x8bb822['getCellLocation'](_0x51348b),_0x3eb7e7=_0x51348b['getAttribute'](_0x254ee1)-0x1,_0xb58c1b=_0x2df08a[_0x667527],_0x50c31e=_0x2df08a[_0x12d594];_0xb58c1b<=_0x23f69f[_0x902d34]&&_0x23f69f[_0x902d34]+_0x3eb7e7<=_0x50c31e&&_0x149b3f['addRange'](_0x22a5f8);}}});});}function _0x477c12(_0x332528){const _0x35031a=Array['from'](_0x19a9e9['getRanges']())['map'](_0x18e070=>_0x252b19['fromRange'](_0x18e070));_0x2fbd28['model']['change'](_0x4b0ef0=>{const _0x2a67ff=_0x4b0ef0['batch'];_0x332528=_0x332528['filter'](_0x53a4cf=>'$graveyard'!=_0x53a4cf['root']['rootName']),_0x4b0ef0['setSelection'](_0x332528),_0x2fbd28['commands']['get']('removeTableRow')['refresh'](),_0x2fbd28['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x2fbd28['model']['enqueueChange'](()=>{_0x2fbd28['model']['enqueueChange'](_0x2a67ff,_0x1e41a5=>{const _0x56188a=_0x35031a['filter'](_0x33caeb=>'$graveyard'!=_0x33caeb['root']['rootName']);_0x56188a['length']>0x0&&_0x1e41a5['setSelection'](_0x56188a);for(const _0x44f0a6 of _0x35031a)_0x44f0a6['detach']();});});});}function _0x5d168c(_0x4304b9){_0x2fbd28['model']['change'](_0x1f8a64=>{const _0x5eae28=Array['from'](_0x19a9e9['getRanges']())['map'](_0x166263=>_0x252b19['fromRange'](_0x166263)),_0x1166bf=[];for(const _0x3196c3 of _0x4304b9)for(const _0x27bb25 of _0x3196c3['getItems']({'shallow':!0x0}))_0x1166bf['push'](_0x27bb25);for(const _0xcbfb61 of _0x1166bf)'$graveyard'!=_0xcbfb61['root']['rootName']&&(_0x1f8a64['setSelection'](_0x1f8a64['createPositionAt'](_0xcbfb61,0x0)),_0x2fbd28['commands']['get']('removeTableColumn')['refresh'](),_0x2fbd28['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4b24de=_0x5eae28['filter'](_0x228dcc=>'$graveyard'!=_0x228dcc['root']['rootName']);_0x4b24de['length']>0x0&&_0x1f8a64['setSelection'](_0x4b24de);for(const _0x36f96a of _0x5eae28)_0x36f96a['detach']();});}function _0x3f0c5a(_0x3840da,_0x3d1e0e){return _0x3d1e0e['every'](_0x47ea6d=>_0x3840da['some'](_0x5cb8b8=>_0x5cb8b8['end']['isEqual'](_0x47ea6d['start'])||_0x47ea6d['end']['isEqual'](_0x5cb8b8['start'])));}function _0x4a40af(_0xf2d059,_0x14deed){return!_0xf2d059['some'](_0x17f476=>_0x14deed['some'](_0x3cc935=>_0x17f476['isIntersecting'](_0x3cc935)))&&_0xf2d059['some'](_0x4f5981=>_0x14deed['some'](_0x41ef76=>_0x4f5981['end']['isTouching'](_0x41ef76['start'])));}_0x2fbd28['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x42c957,_0x1e97af,_0x3e9989)=>{if(!_0x3e9989['options']['showSuggestionHighlights'])return;const _0x363235=_0x1e97af['item'];if(!_0x363235)return;const _0x53fc98=_0x3e9989['mapper']['toViewElement'](_0x363235);function _0x398b4a(_0x52f1b5){return Array['isArray'](_0x52f1b5)?_0x52f1b5:[_0x52f1b5];}_0x53fc98&&'tableCell'===_0x363235['name']&&_0x21fc5b(_0x53fc98,_0x3e9989['writer'],(_0xdea776,_0x57daad,_0x39e9ef)=>_0x39e9ef['addClass'](_0x398b4a(_0x57daad['classes']),_0xdea776),(_0x376738,_0x4bcb8b,_0x105e9f)=>_0x105e9f['removeClass'](_0x398b4a(_0x4bcb8b['classes']),_0x376738));},{'priority':'highest'}),_0x477cf4['descriptionFactory']['registerDescriptionCallback'](_0x5a4c2b=>{if('insertion'!=_0x5a4c2b['type']&&'deletion'!=_0x5a4c2b['type'])return;const _0x47cf4f=_0x5a4c2b['getContainedElement']();if(null!=_0x47cf4f&&_0x47cf4f['is']('element','table')){if('insertion'==_0x5a4c2b['type']){const _0x1edce4=_0x5a4c2b['getItems']()['filter'](_0x407881=>_0x407881['is']('$textProxy'))['map'](_0x286ea6=>_0x286ea6['data']);if(_0x1edce4['length'])return{'type':'insertion','content':o(_0x549755,'*Insert:*\x20%0',o(_0x549755,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1edce4['join']('\x20')+'\x22'))};}if('deletion'==_0x5a4c2b['type']){const _0x5d9c16=_0x5a4c2b['getItems']()['filter'](_0x1316a2=>_0x1316a2['is']('$textProxy'))['map'](_0x9d6773=>_0x9d6773['data']);if(_0x5d9c16['length'])return{'type':'deletion','content':o(_0x549755,'*Remove:*\x20%0',o(_0x549755,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5d9c16['join']('\x20')+'\x22'))};}}}),_0x477cf4['descriptionFactory']['registerDescriptionCallback'](_0x46bc4e=>{if('tableRow'==_0x46bc4e['subType']){const _0xfd1e57=_0x46bc4e['getItems']()['filter'](_0x4328f7=>_0x4328f7['is']('$textProxy'))['map'](_0x3c9568=>_0x3c9568['data']),_0x3cb14d=this['_getSuggestionCoords'](_0x46bc4e),_0x19ed5e=_0x3cb14d['maxRow']-_0x3cb14d['minRow']+0x1;if('insertion'==_0x46bc4e['type'])return _0xfd1e57['length']?{'type':'insertion','content':o(_0x549755,'*Insert:*\x20%0',o(_0x549755,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x19ed5e,'\x22'+_0xfd1e57['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x549755,'*Insert:*\x20%0',o(_0x549755,'ELEMENT_TABLE_ROW',_0x19ed5e))};if('deletion'==_0x46bc4e['type'])return _0xfd1e57['length']?{'type':'deletion','content':o(_0x549755,'*Remove:*\x20%0',o(_0x549755,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x19ed5e,'\x22'+_0xfd1e57['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x549755,'*Remove:*\x20%0',o(_0x549755,'ELEMENT_TABLE_ROW',_0x19ed5e))};}if('tableColumn'==_0x46bc4e['subType']){const _0x16e5a7=_0x46bc4e['getItems']()['filter'](_0x385320=>_0x385320['is']('$textProxy'))['map'](_0xe2f8a6=>_0xe2f8a6['data']),_0x1c8b84=this['_getSuggestionCoords'](_0x46bc4e),_0x5afb1a=_0x1c8b84['maxColumn']-_0x1c8b84['minColumn']+0x1;if('insertion'==_0x46bc4e['type'])return _0x16e5a7['length']?{'type':'insertion','content':o(_0x549755,'*Insert:*\x20%0',o(_0x549755,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5afb1a,'\x22'+_0x16e5a7['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x549755,'*Insert:*\x20%0',o(_0x549755,'ELEMENT_TABLE_COLUMN',_0x5afb1a))};if('deletion'==_0x46bc4e['type'])return _0x16e5a7['length']?{'type':'deletion','content':o(_0x549755,'*Remove:*\x20%0',o(_0x549755,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5afb1a,'\x22'+_0x16e5a7['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x549755,'*Remove:*\x20%0',o(_0x549755,'ELEMENT_TABLE_COLUMN',_0x5afb1a))};}}),_0x477cf4['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x477c12),_0x477cf4['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x477c12),_0x477cf4['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x5d168c),_0x477cf4['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x5d168c),_0x477cf4['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x3f0c5a),_0x477cf4['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x3f0c5a),_0x477cf4['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x4a40af),_0x477cf4['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x4a40af);}['_acceptFormatSuggestionCallbackFactory'](){const _0x339811=this['editor'],_0x6e7dd2=_0x339811['model']['document']['selection'];return(_0x3fa7ba,_0x223413)=>{_0x339811['model']['change'](_0x4a8215=>{const {commandName:_0x314134,commandParams:_0x296a51}=_0x223413;let _0x8d8731=_0x3fa7ba[0x0]['end']['nodeBefore'];_0x296a51&&_0x296a51[0x0]&&!0x1===_0x296a51[0x0]['forceValue']&&(_0x8d8731=_0x3fa7ba[0x0]['start']['nodeAfter']);const _0x344c1f=_0x4a8215['createRangeIn'](_0x8d8731);if('$graveyard'==_0x344c1f['root']['rootName'])return;const _0x21e473=Array['from'](_0x6e7dd2['getRanges']())['map'](_0x1d9c2c=>_0x252b19['fromRange'](_0x1d9c2c));_0x4a8215['setSelection'](_0x344c1f),_0x339811['commands']['get'](_0x314134)['refresh'](),_0x296a51['push']({'forceDefaultExecution':!0x0}),_0x339811['execute'](_0x314134,..._0x296a51);const _0x203e19=_0x21e473['filter'](_0x40fa8d=>'$graveyard'!=_0x40fa8d['root']['rootName']);_0x203e19['length']>0x0&&_0x4a8215['setSelection'](_0x203e19);for(const _0xf575b7 of _0x21e473)_0xf575b7['detach']();});};}['_getCoordsForCells'](_0x1774e8){const _0x44bcf3=this['editor']['plugins']['get']('TableUtils');let _0x1a6d34=Number['MAX_SAFE_INTEGER'],_0x5ca4dc=Number['MIN_SAFE_INTEGER'],_0x3207ee=Number['MAX_SAFE_INTEGER'],_0x594aad=Number['MIN_SAFE_INTEGER'];for(const _0x55de21 of _0x1774e8){if('$graveyard'==_0x55de21['root']['rootName'])continue;const {row:_0x38477e,column:_0x285707}=_0x44bcf3['getCellLocation'](_0x55de21),_0x197430=_0x55de21['hasAttribute']('rowspan')?_0x55de21['getAttribute']('rowspan')-0x1:0x0,_0xa8da9f=_0x55de21['hasAttribute']('colspan')?_0x55de21['getAttribute']('colspan')-0x1:0x0;_0x1a6d34=_0x38477e<_0x1a6d34?_0x38477e:_0x1a6d34,_0x5ca4dc=_0x38477e+_0x197430>_0x5ca4dc?_0x38477e+_0x197430:_0x5ca4dc,_0x3207ee=_0x285707<_0x3207ee?_0x285707:_0x3207ee,_0x594aad=_0x285707+_0xa8da9f>_0x594aad?_0x285707+_0xa8da9f:_0x594aad;}return{'minRow':_0x1a6d34,'maxRow':_0x5ca4dc,'minColumn':_0x3207ee,'maxColumn':_0x594aad};}['_setupColumnsRowsFixing'](){const _0x4b9f23=this['editor'],_0xd2e2eb=_0x4b9f23['plugins']['get']('TrackChangesEditing'),_0x2ca848=_0x4b9f23['plugins']['get']('TableUtils');_0x4b9f23['model']['document']['on']('change:data',()=>{const _0xff873f=Array['from'](_0x4b9f23['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4c2df2,data:_0xcbf3c0}of _0xff873f){const {group:_0x5ebed8,id:_0x121cbf,subType:_0x2d5971}=_0xd2e2eb['_splitMarkerName'](_0x4c2df2);if('suggestion'!=_0x5ebed8)continue;if(null!=_0xcbf3c0['oldRange'])continue;const _0x1f06e0=_0xd2e2eb['getSuggestion'](_0x121cbf);this['_tablePostFixingSubtypes']['includes'](_0x2d5971)&&this['_tableSuggestions']['add'](_0x1f06e0);}},{'priority':'low'});const _0x3fd642=(_0x38af83,_0x1f6421)=>{let _0x2edfab=!0x1;const _0x5899a1=_0x1f6421['createRangeOn'](_0x38af83),_0xbac0da=_0x38af83['findAncestor']('table'),_0x5a3763=_0x2ca848['getCellLocation'](_0x38af83);for(const _0x3a85b1 of this['_tableSuggestions']){const _0x3ac0e0=_0x3a85b1['subType'],_0xf7c89e=_0x3ac0e0['startsWith']('tablePaste'),_0x30e122=_0x3ac0e0['substr'](_0xf7c89e?0xa:0x5),_0x26fa2e=_0x30e122['toLowerCase'](),_0x374aeb=_0x26fa2e['substr'](0x0,0x3)+'span',_0x289438='min'+_0x30e122,_0x11cff4='max'+_0x30e122;if(!_0x3a85b1['isInContent'])continue;if(_0xbac0da!=_0x3a85b1['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x3a85b1['isIntersectingWithRange'](_0x5899a1))continue;const _0x44ac24=_0x38af83['hasAttribute'](_0x374aeb)?_0x38af83['getAttribute'](_0x374aeb)-0x1:0x0,_0x577785=this['_getSuggestionCoords'](_0x3a85b1),_0x5cdbd9=_0x577785[_0x289438],_0x190327=_0x577785[_0x11cff4];_0x5cdbd9<=_0x5a3763[_0x26fa2e]&&_0x5a3763[_0x26fa2e]+_0x44ac24<=_0x190327&&(_0x3a85b1['addRange'](_0x5899a1),_0x2edfab=!0x0);}return _0x2edfab;};_0x4b9f23['model']['document']['registerPostFixer'](_0x43925e=>{let _0x378734=!0x1;for(const _0x3059ef of _0x4b9f23['model']['document']['differ']['getChanges']())if('insert'==_0x3059ef['type']){if('tableRow'==_0x3059ef['name']){for(const _0x396030 of _0x3059ef['position']['nodeAfter']['getChildren']())_0x378734=_0x378734||_0x3fd642(_0x396030,_0x43925e);}else'tableCell'==_0x3059ef['name']&&(_0x378734=_0x378734||_0x3fd642(_0x3059ef['position']['nodeAfter'],_0x43925e));}return _0x378734;});}['_getSuggestionCoords'](_0x36f5c3){return this['_getCoordsForCells'](_0x36f5c3['getRanges']()['map'](_0x1769a0=>_0x1769a0['start']['nodeAfter']));}}function Re(_0x5079cb){return Array['from'](new Set(_0x5079cb)['values']());}class _t extends _0x336f7e{static get['requires'](){return[vt];}['afterInit'](){const _0x2dca5f=this['editor'],_0x87961b=_0x2dca5f['model']['document']['selection'],_0x33ad03=_0x2dca5f['locale'];if(!_0x2dca5f['plugins']['has']('TableEditing'))return;const _0x45924f=_0x2dca5f['plugins']['get']('TrackChangesEditing'),_0x45023d=_0x2dca5f['plugins']['get']('TableUtils'),_0x2757b9=_0x2dca5f['plugins']['get'](vt);_0x2757b9['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x45924f['enableCommand']('mergeTableCells',()=>{const _0x67f62c=_0x45023d['getSelectionAffectedTableCells'](_0x2dca5f['model']['document']['selection']);_0x2dca5f['model']['change'](()=>{_0x45924f['markMultiRangeBlockFormat'](_0x67f62c,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x2dca5f['commands']['get']('mergeTableCells')['on']('execute',(_0x3b475,_0xec2314)=>{_0x2dca5f['commands']['get']('trackChanges')['value']&&(_0xec2314['length']>0x0&&_0xec2314[_0xec2314['length']-0x1]&&_0xec2314[_0xec2314['length']-0x1]['forceDefaultExecution']||_0x45924f['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3b475['stop']());},{'priority':'highest'});for(const _0x1f1e43 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x48d6b0=_0x2dca5f['commands']['get'](_0x1f1e43);_0x45924f['enableCommand'](_0x1f1e43,()=>{const _0x25b158=_0x2dca5f['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x392d0e=>_0x392d0e['is']('element','tableCell')),_0xc3102e=_0x48d6b0['value'];_0x2dca5f['model']['change'](()=>{_0x45924f['markMultiRangeBlockFormat']([_0x25b158,_0xc3102e],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x5c690c of['splitTableCellVertically','splitTableCellHorizontally']){const _0x3021ab=_0x2dca5f['commands']['get'](_0x5c690c);_0x45924f['enableCommand'](_0x5c690c,()=>{const _0x17e207=_0x45023d['getSelectionAffectedTableCells'](_0x2dca5f['model']['document']['selection'])[0x0],_0x598f92=_0x17e207['findAncestor']('table'),{column:_0x2fa172,row:_0x83f7b2}=_0x45023d['getCellLocation'](_0x17e207);let _0x506217=[];if('horizontally'==_0x3021ab['direction']){const _0xfc7429=_0x45023d['createTableWalker'](_0x598f92,{'startRow':_0x83f7b2,'endRow':_0x83f7b2,'includeAllSlots':!0x0});_0x506217=Array['from'](_0xfc7429)['map'](_0x211e72=>_0x211e72['cell']);}else{const _0x1610e0=_0x45023d['createTableWalker'](_0x598f92,{'column':_0x2fa172,'includeAllSlots':!0x0});_0x506217=Array['from'](_0x1610e0)['map'](_0x1d07e8=>_0x1d07e8['cell']);}_0x2dca5f['model']['change'](_0x816a48=>{_0x45924f['markBlockFormat'](_0x816a48['createRangeOn'](_0x17e207),{'commandName':_0x5c690c,'commandParams':[]},_0x506217,_0x5c690c);});});}_0x45924f['descriptionFactory']['registerDescriptionCallback'](_0x34baad=>{if('formatBlock'!=_0x34baad['type']&&'formatInline'!=_0x34baad['type'])return;const {data:_0x21770e}=_0x34baad;return _0x21770e&&'mergeTableCells'==_0x21770e['commandName']?{'type':'format','content':o(_0x33ad03,'*Merge\x20cells*')}:void 0x0;}),_0x45924f['descriptionFactory']['registerDescriptionCallback'](_0x4f762d=>{if('formatBlock'!=_0x4f762d['type']&&'formatInline'!=_0x4f762d['type'])return;const {data:_0x587c13}=_0x4f762d;return _0x587c13?'splitTableCellVertically'==_0x587c13['commandName']?{'type':'format','content':o(_0x33ad03,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x587c13['commandName']?{'type':'format','content':o(_0x33ad03,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x57cb82=_0x2757b9['_acceptFormatSuggestionCallbackFactory']();for(const _0x3e4035 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x45924f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3e4035,'accept',_0x57cb82);for(const _0x5762c7 of['splitTableCellVertically','splitTableCellHorizontally'])_0x45924f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5762c7,'accept',_0x57cb82);_0x45924f['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x2f301e=>{_0x2dca5f['model']['change'](_0xc7de7c=>{const _0x10dd2c=Array['from'](_0x87961b['getRanges']())['map'](_0x2ecf75=>_0x252b19['fromRange'](_0x2ecf75));_0xc7de7c['setSelection'](_0x2f301e),_0x2dca5f['commands']['get']('mergeTableCells')['refresh'](),_0x2dca5f['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x31ebed=_0x10dd2c['filter'](_0x54a83e=>'$graveyard'!=_0x54a83e['root']['rootName']);_0x31ebed['length']>0x0&&_0xc7de7c['setSelection'](_0x31ebed);for(const _0x5abef2 of _0x10dd2c)_0x5abef2['detach']();});});for(const _0x276cbb of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3da449=_0x2dca5f['commands']['get'](_0x276cbb);_0x3da449['on']('set:isEnabled',(_0x4d7f44,_0x52840b,_0x7243a)=>{if(_0x7243a){const _0x1d530d=_0x2dca5f['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1428d6=>_0x1428d6['is']('element','tableCell'));this['_areMergableCells'](_0x3da449['value'],_0x1d530d)||(_0x4d7f44['return']=!0x1,_0x4d7f44['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x5f457e=this['editor']['commands']['get']('mergeTableCells'),_0x245f86=this['editor']['plugins']['get']('TableUtils');if(!_0x5f457e['isEnabled'])return!0x1;const _0x236c26=_0x245f86['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x12768d of _0x236c26)for(const _0x3d4591 of _0x236c26)if(_0x12768d!=_0x3d4591&&!this['_areMergableCells'](_0x12768d,_0x3d4591))return!0x1;return!0x0;}['_areMergableCells'](_0x5dad73,_0x3137ed){const _0x19b4f0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x323613=this['editor']['model']['createRangeOn'](_0x5dad73),_0xfb0a1b=this['editor']['model']['createRangeOn'](_0x3137ed),_0x106599=new Set(),_0x19a9c8=new Set();for(const _0x4c97ac of _0x19b4f0['getSuggestions']())if(('insertion'==_0x4c97ac['type']||'deletion'==_0x4c97ac['type']||'mergeTableCells'==_0x4c97ac['subType'])&&_0x4c97ac['isInContent']){for(const _0x3ac7ec of _0x4c97ac['getRanges']())_0x3ac7ec['containsRange'](_0x323613,!0x0)&&_0x106599['add'](_0x4c97ac['type']+':'+_0x4c97ac['author']['id']),_0x3ac7ec['containsRange'](_0xfb0a1b,!0x0)&&_0x19a9c8['add'](_0x4c97ac['type']+':'+_0x4c97ac['author']['id']);}if(_0x106599['size']!=_0x19a9c8['size'])return!0x1;for(const _0x254a3c of _0x106599)if(!_0x19a9c8['has'](_0x254a3c))return!0x1;return!0x0;}}class Ct extends _0x336f7e{static get['requires'](){return[vt];}['afterInit'](){const _0x3eb58d=this['editor'];if(!_0x3eb58d['plugins']['has']('TableEditing'))return;const _0x2c7609=_0x3eb58d['locale'],_0x597c0f=_0x3eb58d['plugins']['get']('TrackChangesEditing');_0x597c0f['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x597c0f['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x597c0f['registerBlockAttribute']('headingRows'),_0x597c0f['registerBlockAttribute']('headingColumns'),_0x597c0f['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x2c7609,'FORMAT_HEADER_ROW')),_0x597c0f['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x2c7609,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x43c786=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5abe23=this['editor']['plugins']['get']('TableUtils'),_0x5adbbd=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x2a1c21({showActiveMarker:_0x23a1dc=!0x0,setDataAttribute:_0x11b1f8=!0x0}={}){return(_0x2b3327,_0xe6bb00,_0x49aa8d)=>{const {type:_0x4e5ba5,id:_0x2baaef}=_0x43c786['_splitMarkerName'](_0xe6bb00['markerName']),_0x547ba5=_0x43c786['getSuggestion'](_0x2baaef),_0x5f5b38=_0x547ba5['data'];if('formatBlock'!=_0x547ba5['type']||!_0x5f5b38||'setTableColumnHeader'!=_0x5f5b38['commandName'])return;if(_0xe6bb00['item'])return void _0x2b3327['stop']();if(!_0x49aa8d['consumable']['consume'](_0xe6bb00['markerRange'],_0x2b3327['name']))return;const _0x57045f=_0xe6bb00['markerRange']['start']['nodeAfter'],_0x7d713c=_0xe6bb00['markerRange']['end']['nodeBefore'],_0x42bf04=_0x57045f['parent']['parent'],{column:_0x3ac54e}=_0x5abe23['getCellLocation'](_0x57045f),{column:_0x23769b}=_0x5abe23['getCellLocation'](_0x7d713c);for(let _0x565560=_0x3ac54e;_0x565560<=_0x23769b;_0x565560++){const _0x78e782=_0x5abe23['createTableWalker'](_0x42bf04,{'column':_0x565560,'includeAllSlots':!0x1});for(const _0x32e50c of _0x78e782){const _0x7eb9f5=_0x32e50c['cell'],_0x57a557=_0x49aa8d['mapper']['toViewElement'](_0x7eb9f5);_0x49aa8d['writer']['addClass']('ck-suggestion-marker-'+_0x4e5ba5,_0x57a557),_0x11b1f8&&_0x49aa8d['writer']['setAttribute']('data-suggestion',_0x2baaef,_0x57a557),_0x49aa8d['mapper']['bindElementToMarker'](_0x57a557,_0xe6bb00['markerName']),_0x23a1dc&&(_0x43c786['activeMarkers']['includes'](_0xe6bb00['markerName'])?_0x49aa8d['writer']['addClass']('ck-suggestion-marker--active',_0x57a557):_0x49aa8d['writer']['removeClass']('ck-suggestion-marker--active',_0x57a557));}}};}_0x43c786['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x5adbbd),_0x43c786['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x5adbbd),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x2a1c21(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x569219,_0x443e21,_0x43ef06)=>{_0x43ef06['options']['showSuggestionHighlights']&&_0x2a1c21({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x569219,_0x443e21,_0x43ef06);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x381802,_0x516624,_0x40bbb3)=>{const {type:_0x2e3c05,id:_0x254a96}=_0x43c786['_splitMarkerName'](_0x516624['markerName']),_0x3f0a1c=_0x43c786['getSuggestion'](_0x254a96),_0x14b56d=_0x3f0a1c['data'];if('formatBlock'!=_0x3f0a1c['type']||!_0x14b56d||'setTableColumnHeader'!=_0x14b56d['commandName'])return;const _0x47cba1=_0x40bbb3['mapper']['markerNameToElements'](_0x516624['markerName']);if(_0x47cba1){for(const _0x5be0b4 of _0x47cba1)_0x40bbb3['writer']['removeClass']('ck-suggestion-marker-'+_0x2e3c05,_0x5be0b4),_0x40bbb3['writer']['removeClass']('ck-suggestion-marker--active',_0x5be0b4),_0x40bbb3['writer']['removeAttribute']('data-suggestion',_0x5be0b4),_0x40bbb3['mapper']['unbindElementFromMarkerName'](_0x5be0b4,_0x516624['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5fdad2=this['editor'],_0xa7a1b9=_0x5fdad2['locale'];function _0x35a9a6(_0x13699b){return{'type':'format','content':o(_0xa7a1b9,'*Format:*\x20%0',_0x13699b)};}_0x5fdad2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4298dd=>{if('formatBlock'!=_0x4298dd['type'])return;const {data:_0x4e85af}=_0x4298dd;if(_0x4e85af){if('setTableRowHeader'==_0x4e85af['commandName']){const _0x464b18=_0x4e85af['commandParams'][0x0]['forceValue'];return _0x35a9a6(o(_0xa7a1b9,_0x464b18?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x4e85af['commandName']){const _0x547c4c=_0x4e85af['commandParams'][0x0]['forceValue'];return _0x35a9a6(o(_0xa7a1b9,_0x547c4c?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const we=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],ve=Object['fromEntries'](we['map'](_0x137c89=>[_0x137c89,null]));class Nt extends _0x336f7e{static get['requires'](){return[vt];}['afterInit'](){const _0x2b0589=this['editor'];if(!_0x2b0589['plugins']['has']('TableClipboard'))return;const _0x349aeb=_0x2b0589['plugins']['get']('TrackChangesEditing'),_0x18e6d5=_0x2b0589['plugins']['get']('TableUtils'),_0x5b49d6=_0x2b0589['plugins']['get'](vt),_0x171078=_0x2b0589['plugins']['get']('TableClipboard');_0x5b49d6['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2b0589['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2b0589['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xe1046e=null;_0x2b0589['model']['on']('insertContent',(_0x394fd0,_0x22c257)=>{const [_0x2c7dda,_0x1e7ca8]=_0x22c257,_0x2db3fc=_0x22c257[_0x22c257['length']-0x1];_0x2db3fc&&_0x2db3fc['forceDefaultExecution']||_0x349aeb['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x201f44,_0x4e4543,_0x3637ea,_0x1f8955,_0x1ba74a){if(_0x4e4543&&!_0x4e4543['is']('documentSelection'))return!0x1;const _0x47b477=_0x1ba74a['getTableIfOnlyTableInContent'](_0x201f44,_0x3637ea);if(!_0x47b477||!Ae(_0x47b477,void 0x0,_0x1f8955))return!0x1;const _0x1ff856=_0x1f8955['getSelectionAffectedTableCells'](_0x3637ea['document']['selection']);if(!_0x1ff856['length'])return!0x1;const _0x47ba7c=_0x1ff856[0x0]['findAncestor']('table'),_0x2ae524=_0x1f8955['getRowIndexes'](_0x1ff856),_0x35d19f=_0x1f8955['getColumnIndexes'](_0x1ff856),_0x4edf89={'startRow':_0x2ae524['first'],'endRow':_0x2ae524['last'],'startColumn':_0x35d19f['first'],'endColumn':_0x35d19f['last']};return 0x1==_0x1ff856['length']&&(_0x4edf89['endRow']+=_0x1f8955['getRows'](_0x47b477)-0x1,_0x4edf89['endColumn']+=_0x1f8955['getColumns'](_0x47b477)-0x1),Ae(_0x47ba7c,_0x4edf89,_0x1f8955);}(_0x2c7dda,_0x1e7ca8,_0x2b0589['model'],_0x18e6d5,_0x171078)&&(_0x394fd0['stop'](),_0xe1046e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2b0589['model']['change'](()=>{_0x2b0589['model']['insertContent'](_0x22c257[0x0],_0x22c257[0x1],_0x22c257[0x2],{'forceDefaultExecution':!0x0});const _0x29bf30=_0x5a6ab6(),{rowInsertionRanges:_0x59d79b,columnInsertionRanges:_0x204bc1,insertionRanges:_0x5f2c8e,deletionRanges:_0x1f16e9,cells:_0x1ea60b}=_0xe1046e;_0x59d79b['length']&&_0x349aeb['markMultiRangeInsertion'](_0x59d79b,'tablePasteRow',{'tablePasteChainId':_0x29bf30}),_0x204bc1['length']&&_0x349aeb['markMultiRangeInsertion'](_0x204bc1,'tablePasteColumn',{'tablePasteChainId':_0x29bf30}),_0x5f2c8e['length']&&(_0x349aeb['markMultiRangeInsertion'](_0x5f2c8e,'tablePaste',{'tablePasteChainId':_0x29bf30,'skipNestingCheck':!0x0}),_0x5f2c8e['forEach'](_0x170af8=>_0x170af8['detach']?.())),_0x1f16e9['length']&&(_0x349aeb['markMultiRangeDeletion'](_0x1f16e9,'tablePaste',{'tablePasteChainId':_0x29bf30,'skipNestingCheck':!0x0}),_0x1f16e9['forEach'](_0x524770=>_0x524770['detach']?.()));const _0x40da42=_0x349aeb['markMultiRangeBlockFormat'](_0x1ea60b['map'](({element:_0x3484a1})=>_0x3484a1),{'formatGroupId':_0x5a6ab6()},[],'tablePasteCell',{'tablePasteChainId':_0x29bf30});if(_0x40da42){const _0x2fdaf9=_0x40da42['getMarkers'](),_0x1c63e0=[];for(const {element:_0x45a884,attributes:_0x4f0517}of _0x1ea60b){if(!_0x4f0517)continue;const _0x84ab9e=_0x2b0589['model']['createRangeOn'](_0x45a884),_0x583790=_0x2fdaf9['find'](_0x35174d=>_0x35174d['getRange']()['isEqual'](_0x84ab9e));_0x583790&&_0x1c63e0['push']([_0x583790['name'],_0x4f0517]);}_0x1c63e0['length']&&_0x40da42['setAttribute']('markerAttributes',Object['fromEntries'](_0x1c63e0));}_0xe1046e=null;}));},{'priority':_0x300b65['high']+0xa}),_0x2b0589['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x33485d,_0x110757)=>{const [_0x539513,_0x5b09de,,_0x3f052c]=_0x110757;if(!_0xe1046e)return;_0x33485d['stop']();const _0x28b751=_0x539513['cell'],_0x24d0ab=_0x5b09de,_0x48a71f=je(_0x28b751),_0x4d882f=je(_0x24d0ab);_0x33485d['return']=_0x28b751;let _0x24a731=null,_0x2e926c=null;if(_0x4d882f||_0x48a71f){if(_0x48a71f&&!_0x4d882f){_0x3f052c['remove'](_0x28b751['getChild'](0x0));for(const _0x19b48b of Array['from'](_0x24d0ab['getChildren']()))_0x3f052c['insert'](_0x19b48b,_0x28b751,'end');const _0x21ebea=_0xe1046e['rowInsertionIndexes']['includes'](_0x539513['row']),_0x237973=_0xe1046e['columnInsertionIndexes']['includes'](_0x539513['column']);_0x21ebea||_0x237973||(_0x24a731=_0x252b19['fromRange'](_0x3f052c['createRangeIn'](_0x28b751)));}else _0x4d882f&&!_0x48a71f&&(_0x2e926c=_0x3f052c['createRangeIn'](_0x28b751));}else{const _0xa3bf6e=_0x3f052c['createElement']('tableCellSuggestion'),_0x4587d1=_0x3f052c['createElement']('tableCellSuggestion');_0x3f052c['wrap'](_0x3f052c['createRangeIn'](_0x28b751),_0x4587d1),_0x3f052c['insert'](_0xa3bf6e,_0x28b751,0x0);for(const _0x529e74 of Array['from'](_0x24d0ab['getChildren']()))_0x3f052c['insert'](_0x529e74,_0xa3bf6e,'end');_0x24a731=_0x252b19['fromRange'](_0x3f052c['createRangeOn'](_0xa3bf6e)),_0x2e926c=_0x252b19['fromRange'](_0x3f052c['createRangeOn'](_0x4587d1));}const _0x26b46b=Array['from'](_0x24d0ab['getAttributes']())['filter'](([_0x1a735e])=>we['includes'](_0x1a735e));_0xe1046e['cells']['push']({'element':_0x28b751,'attributes':_0x26b46b['length']?Object['fromEntries'](_0x26b46b):null}),_0x24a731&&_0xe1046e['insertionRanges']['push'](_0x24a731),_0x2e926c&&_0xe1046e['deletionRanges']['push'](_0x2e926c);},{'priority':'high'}),_0x18e6d5['on']('insertColumns',(_0x3585fc,_0x25a012)=>{const [_0x132ced,_0x17739d={}]=_0x25a012;if(!_0xe1046e)return;const _0x588b40=_0x17739d['at']||0x0,_0x1ddde8=_0x17739d['columns']||0x1;_0xe1046e['columnInsertionIndexes']=new Array(_0x1ddde8)['fill'](_0x588b40)['map']((_0x2ec901,_0x1a564c)=>_0x2ec901+_0x1a564c);for(const {cell:_0x54fe14}of _0x18e6d5['createTableWalker'](_0x132ced,{'startColumn':_0x588b40,'endColumn':_0x588b40+_0x1ddde8-0x1}))_0xe1046e['columnInsertionRanges']['push'](_0x2b0589['model']['createRangeOn'](_0x54fe14));},{'priority':'low'}),_0x18e6d5['on']('insertRows',(_0x118850,_0x1e9d69)=>{const [_0x1456a2,_0x2c3ffc={}]=_0x1e9d69;if(!_0xe1046e)return;const _0x15b60a=_0x2c3ffc['at']||0x0,_0x22f6ea=_0x2c3ffc['rows']||0x1;_0xe1046e['rowInsertionIndexes']=new Array(_0x22f6ea)['fill'](_0x15b60a)['map']((_0x6dfc4d,_0x2665ce)=>_0x6dfc4d+_0x2665ce);for(const {cell:_0x3c7e81}of _0x18e6d5['createTableWalker'](_0x1456a2,{'startRow':_0x15b60a,'endRow':_0x15b60a+_0x22f6ea-0x1}))_0xe1046e['rowInsertionRanges']['push'](_0x2b0589['model']['createRangeOn'](_0x3c7e81));},{'priority':'low'}),_0x349aeb['descriptionFactory']['registerDescriptionCallback'](_0x5d5c73=>{if(_0x5d5c73['subType']&&_0x5d5c73['subType']['startsWith']('tablePaste'))return _0x5d5c73['previous']?{}:{'type':'insertion','content':o(_0x2b0589['locale'],'*Replace\x20table\x20cells*')};});const _0x104f93=()=>!0x1;for(const _0x4d5ae2 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x349aeb['_suggestionFactory']['registerCustomCallback']('insertion',_0x4d5ae2,'join',_0x104f93),_0x349aeb['_suggestionFactory']['registerCustomCallback']('deletion',_0x4d5ae2,'join',_0x104f93),_0x349aeb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4d5ae2,'join',_0x104f93);_0x349aeb['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x104f93),_0x349aeb['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x4ed88e,_0x4bc4b6,_0x2b3bbe)=>{const _0x4fb851=_0x4ed88e['map'](_0x597f8f=>_0x597f8f['getContainedElement']())['filter'](_0x23bfa1=>_0x23bfa1),_0x162dd6=new Map(_0x4fb851['map'](_0x108bcf=>[_0x108bcf,null]));if(_0xe1046e){for(const {element:_0x4869e4,attributes:_0x457eb4}of _0xe1046e['cells'])_0x457eb4&&_0x162dd6['set'](_0x4869e4,_0x457eb4);}else{if(_0x2b3bbe&&_0x2b3bbe['markerAttributes'])for(const [_0x58b933,_0x367df9]of Object['entries'](_0x2b3bbe['markerAttributes'])){const _0x371c18=_0x2b0589['model']['markers']['get'](_0x58b933),_0x228a34=_0x371c18?_0x371c18['getRange']()['getContainedElement']():null;_0x228a34&&_0x162dd6['set'](_0x228a34,_0x367df9);}}_0x2b0589['model']['change'](_0x5014f7=>{for(const [_0x3ba4ab,_0x416dc4]of _0x162dd6)_0x5014f7['setAttributes']({...ve,..._0x416dc4},_0x3ba4ab);});});const _0x50bb12=(_0x5c39e4,_0x2ac219)=>{_0x349aeb['_suggestionFactory']['registerCustomCallback'](_0x5c39e4,'tablePaste',_0x2ac219,(_0x3c9871,_0x40820a,_0x413d0c)=>{_0x2b0589['model']['change'](_0x23075e=>{const _0x36778d=[];for(const _0x2eaec5 of _0x3c9871){const _0x372784=_0x2eaec5['start']['nodeAfter'];_0x372784['is']('element','tableCellSuggestion')&&_0x36778d['push'](_0x372784);}_0x349aeb['_suggestionFactory']['getSuggestionCallback'](_0x5c39e4,null,_0x2ac219)(_0x3c9871,_0x40820a,_0x413d0c);for(const _0x5f3dec of _0x36778d)'$graveyard'!=_0x5f3dec['root']['rootName']&&_0x23075e['unwrap'](_0x5f3dec);});});};_0x50bb12('insertion','accept'),_0x50bb12('insertion','discard'),_0x50bb12('deletion','accept'),_0x50bb12('deletion','discard'),_0x349aeb['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0xd0947a=>{const _0x5d3a16=_0xd0947a['map'](_0x34a8f1=>_0x34a8f1['getContainedElement']()),_0x8dbd18=_0x5d3a16[0x0]['findAncestor']('table'),{minRow:_0xf0fe09,maxRow:_0x264170}=_0x5b49d6['_getCoordsForCells'](_0x5d3a16);_0x18e6d5['removeRows'](_0x8dbd18,{'at':_0xf0fe09,'rows':_0x264170-_0xf0fe09+0x1});}),_0x349aeb['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x20afb7=>{const _0x44b76b=_0x20afb7['map'](_0x19a039=>_0x19a039['getContainedElement']()),_0x7b2c74=_0x44b76b[0x0]['findAncestor']('table'),{minColumn:_0x3b9f34,maxColumn:_0x47c6da}=_0x5b49d6['_getCoordsForCells'](_0x44b76b);_0x18e6d5['removeColumns'](_0x7b2c74,{'at':_0x3b9f34,'columns':_0x47c6da-_0x3b9f34+0x1});});const _0x2d25fa=(_0x5e80af,_0x39d94f)=>{if(!_0x39d94f['subType']||!_0x39d94f['subType']['startsWith']('tablePaste'))return;const _0x392460=_0x39d94f['attributes']['tablePasteChainId'],_0x34203c=_0x349aeb['getSuggestions']()['filter'](_0x31f5a2=>_0x31f5a2['isInContent']&&_0x31f5a2['attributes']&&_0x31f5a2['attributes']['tablePasteChainId']==_0x392460);_0x34203c['length']&&_0x39d94f['getAllAdjacentSuggestions']()['length']!=_0x34203c['length']&&_0x34203c['reduce']((_0x2fac7e,_0x28b1d4)=>(_0x2fac7e['next']=_0x28b1d4,_0x28b1d4['previous']=_0x2fac7e,_0x28b1d4));};function _0x406413(_0x5a08f2,_0x11a314=!0x0){const {id:_0x1b6527,authorId:_0x272dba}=_0x349aeb['_splitMarkerName'](_0x5a08f2['markerName']),_0x55e4d4=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x452b75=_0x349aeb['activeMarkers']['includes'](_0x5a08f2['markerName']);return _0x452b75&&_0x55e4d4['push']('ck-suggestion-marker--active'),{'classes':_0x55e4d4,'attributes':{'data-suggestion':_0x1b6527,'data-author-id':_0x272dba},'priority':_0x452b75&&_0x11a314?0xbc2:0xbb8};}_0x349aeb['on']('suggestionLoaded',_0x2d25fa,{'priority':'high'}),_0x349aeb['on']('suggestionUnloaded',_0x2d25fa,{'priority':'high'}),_0x2b0589['model']['document']['registerPostFixer'](()=>{let _0x5352ff=!0x1;const _0x4333c2=Array['from'](_0x2b0589['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x362e38,data:_0x21dd34}of _0x4333c2){const {group:_0x30ff00,type:_0x107877,id:_0x522011}=_0x349aeb['_splitMarkerName'](_0x362e38);if('suggestion'!=_0x30ff00||'deletion'!=_0x107877||_0x21dd34['oldRange'])continue;if(!_0x349aeb['hasSuggestion'](_0x522011))continue;const _0xcc6833=_0x349aeb['getSuggestion'](_0x522011)['getRanges'](),_0x4f5b08=_0x2b0589['plugins']['get']('Users')['me'];for(const _0x5f499f of _0x349aeb['getSuggestions']()){if(!_0x5f499f['isInContent']||_0x5f499f['author']!=_0x4f5b08)continue;if('formatBlock'!=_0x5f499f['type']||'tablePasteCell'!=_0x5f499f['subType'])continue;if(_0x5f499f['getRanges']()['every'](_0x19aacd=>_0xcc6833['some'](_0x5f3674=>_0x5f3674['containsRange'](_0x19aacd,!0x0)))){for(const _0x5d1dd0 of _0x5f499f['getAllAdjacentSuggestions']())_0x5d1dd0['isInContent']&&(_0x5d1dd0['discard'](),_0x5352ff=!0x0);}}}return _0x5352ff;}),_0x2b0589['model']['document']['registerPostFixer'](_0x5d37a1=>{const _0x56b9d1=_0x2b0589['commands']['get']('redo');if(!_0x56b9d1||!_0x56b9d1['_createdBatches']['has'](_0x5d37a1['batch']))return!0x1;let _0x2a3abe=!0x1;const _0x59a346=_0x2b0589['plugins']['get']('Users')['me'],_0x175f8f=_0x2b0589['model']['document']['differ']['getChanges'](),_0x2e41cf=Array['from'](_0x2b0589['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x507c6f,data:_0x5b2090})=>{const {group:_0x31a803,subType:_0x2c75d1,authorId:_0x473943}=_0x349aeb['_splitMarkerName'](_0x507c6f);return'suggestion'==_0x31a803&&'tablePaste'==_0x2c75d1&&_0x473943==_0x59a346['id']&&!_0x5b2090['oldRange'];});for(const _0x418fdd of _0x175f8f){if('insert'!=_0x418fdd['type']||'tableCellSuggestion'!=_0x418fdd['name']||0x1!=_0x418fdd['length'])continue;const _0x5df8bf=_0x5d37a1['createRange'](_0x418fdd['position'],_0x418fdd['position']['getShiftedBy'](0x1));if(!_0x2e41cf['find'](({data:_0x3ed22e})=>_0x3ed22e['newRange']['isEqual'](_0x5df8bf))){for(const {name:_0x3fda52,data:_0x31e6c9}of _0x2e41cf)if(_0x5df8bf['containsRange'](_0x31e6c9['newRange'])){_0x5d37a1['updateMarker'](_0x3fda52,{'range':_0x5df8bf}),_0x2a3abe=!0x0;break;}}}return _0x2a3abe;}),_0x2b0589['model']['document']['registerPostFixer'](_0x4d3e1e=>{let _0x2910e6=!0x1;const _0x26d9df=_0x2b0589['plugins']['get']('Users')['me'],_0x445b4e=_0x349aeb['getSuggestions']()['filter'](_0x5db418=>_0x5db418['isInContent']&&_0x5db418['author']==_0x26d9df),_0x45d139=new Set(),_0x2bfb77=new Set();for(const _0x3440ba of _0x445b4e)if('tablePaste'==_0x3440ba['subType'])for(const _0x4c2a88 of _0x3440ba['getMarkers']()){const _0x3e5739=_0x4c2a88['getRange']()['getContainedElement']();if(_0x3e5739){if(_0x3e5739['is']('element','tableCellSuggestion')&&je(_0x3e5739)){_0x3440ba['removeMarker'](_0x4c2a88['name']),_0x45d139['add'](_0x3e5739),_0x2910e6=!0x0;const _0x42c3a1=_0x3e5739['nextSibling'],_0x47b094=_0x3e5739['previousSibling'],_0x757a22=_0x42c3a1&&_0x42c3a1['is']('element','tableCellSuggestion'),_0x760442=_0x47b094&&_0x47b094['is']('element','tableCellSuggestion');_0x757a22&&!_0x45d139['has'](_0x42c3a1)&&_0x2bfb77['add'](_0x42c3a1),_0x760442&&!_0x45d139['has'](_0x47b094)&&_0x2bfb77['add'](_0x47b094);}else _0x3e5739['is']('element','paragraph')&&_0x3e5739['isEmpty']&&(_0x3440ba['removeMarker'](_0x4c2a88['name']),_0x2910e6=!0x0);}}else{if('tablePasteCell'==_0x3440ba['subType']){if(!_0x3440ba['attributes']||!_0x3440ba['attributes']['tablePasteChainId'])continue;const _0x12c23e=_0x3440ba['attributes']['markerAttributes'];if(_0x12c23e&&Object['keys'](_0x12c23e)['length'])continue;const _0x53b0f1=_0x3440ba['attributes']['tablePasteChainId'];let _0x18d6f9=!0x0,_0x5b874c=!0x0;for(const _0x225598 of _0x445b4e)if(_0x225598['subType']&&_0x225598['subType']['startsWith']('tablePaste')){if(!_0x225598['attributes']['tablePasteChainId']){_0x5b874c=!0x1;break;}if(_0x225598['id']!=_0x3440ba['id']&&_0x225598['attributes']['tablePasteChainId']==_0x53b0f1){_0x18d6f9=!0x1;break;}}_0x5b874c&&_0x18d6f9&&(_0x3440ba['removeMarkers'](),_0x2910e6=!0x0);}}for(const _0xbedb27 of _0x45d139)_0x4d3e1e['remove'](_0xbedb27);for(const _0x25fd54 of _0x2bfb77)_0x4d3e1e['unwrap'](_0x25fd54);return _0x2910e6;}),_0x2b0589['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x43c1f8=>_0x406413(_0x43c1f8),'converterPriority':'high'}),_0x2b0589['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x31b7ac,_0x452fc6)=>_0x452fc6['options']['showSuggestionHighlights']?_0x406413(_0x31b7ac,!0x1):null,'converterPriority':'high'});const _0x23372f=_0x2b0589['editing']['view'];this['listenTo'](_0x23372f['document'],'clipboardOutput',(_0x261e4b,_0x430f84)=>{const _0x46c740=[];for(const _0x2fc95a of _0x23372f['createRangeIn'](_0x430f84['content'])['getItems']())_0x2fc95a['is']('element','suggestion-td')&&_0x46c740['push'](_0x2fc95a);_0x23372f['change'](_0x396cd2=>{for(const _0x183fff of _0x46c740)_0x396cd2['move'](_0x396cd2['createRangeIn'](_0x183fff),_0x396cd2['createPositionBefore'](_0x183fff)),_0x396cd2['remove'](_0x183fff);});});}}function je(_0x2db924){if(_0x2db924['isEmpty'])return!0x0;const _0x464a04=_0x2db924['getChild'](0x0);return _0x464a04['is']('element','paragraph')&&_0x464a04['isEmpty'];}function Ae(_0x1e2547,_0x43f297={},_0x579e07){for(const {isAnchor:_0x45a619,cellHeight:_0x49a540,cellWidth:_0xe97fce}of _0x579e07['createTableWalker'](_0x1e2547,{'includeAllSlots':!0x0,..._0x43f297}))if(!_0x45a619||0x1!=_0x49a540||0x1!=_0xe97fce)return!0x1;return!0x0;}class Dt extends _0x336f7e{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2c1cb2=this['editor']['plugins']['get']('TrackChangesEditing');_0x2c1cb2['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2c1cb2['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2c1cb2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2c1cb2['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2c1cb2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2c1cb2['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x55caf5,_0x2a20ed){const _0x5cdda7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x34c9c3=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x200640=_0x2a20ed['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x15c14f=_0x34c9c3['getColumnGroupElement'](_0x200640);let _0x8cbcaa=_0x15c14f?_0x34c9c3['getTableColumnsWidths'](_0x15c14f):null,_0x3ec8bd=_0x200640['getAttribute']('tableWidth')||null;const _0x14141c=_0x2a20ed['tableWidth']||_0x3ec8bd,_0x134355=_0x2a20ed['columnWidths']||_0x8cbcaa,_0x48e4c5=this['editor']['plugins']['get']('Users')['me'];for(const _0x23b33d of _0x5cdda7['getSuggestions']()){const _0x22c5cf=_0x23b33d['getContainedElement']();if('resizeTable'===_0x23b33d['subType']&&_0x22c5cf===_0x200640){_0x23b33d['author']!==_0x48e4c5&&_0x23b33d['discard']();const _0xde57d3=_0x23b33d['data']['commandParams'];_0x3ec8bd=_0xde57d3[0x0]['tableWidth'],_0x8cbcaa=_0xde57d3[0x0]['columnWidths'];break;}}_0x55caf5({'table':_0x200640,'tableWidth':_0x14141c,'columnWidths':_0x134355}),_0x5cdda7['markBlockFormat'](_0x200640,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x3ec8bd,'columnWidths':_0x8cbcaa}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x2f882a){if('formatBlock'!=_0x2f882a['type']&&'formatInline'!=_0x2f882a['type'])return;const {data:_0x554cd5}=_0x2f882a;if(_0x554cd5&&'resizeTable'===_0x554cd5['formatGroupId']){const _0x2b520f='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x2b520f)};}}}class Mt extends _0x336f7e{['afterInit'](){const _0x333930=this['editor'];_0x333930['plugins']['has']('Template')&&_0x333930['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x336f7e{['afterInit'](){const _0x469fc4=this['editor'];if(!_0x469fc4['commands']['get']('insertTableOfContents'))return;_0x469fc4['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x5f5d2a=_0x469fc4['plugins']['get']('TrackChangesEditing'),_0x55a5b9=_0x469fc4['locale'];_0x5f5d2a['descriptionFactory']['registerElementLabel']('tableOfContents',_0x358de3=>o(_0x55a5b9,'ELEMENT_TABLE_OF_CONTENTS',_0x358de3));}}class Bt extends _0x336f7e{['afterInit'](){const _0x2c7302=this['editor'];if(!_0x2c7302['plugins']['has']('Title'))return;const _0x4a0090=_0x2c7302['plugins']['get']('TrackChangesEditing');_0x4a0090['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2c7302['locale'],'ELEMENT_TITLE')),_0x2c7302['model']['document']['registerPostFixer'](_0x56523c=>{let _0x4bb46a=!0x1;const _0x13240c=Array['from'](_0x2c7302['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x23f11b,data:_0x5ac924}of _0x13240c){const {group:_0x600878}=_0x4a0090['_splitMarkerName'](_0x23f11b);if('suggestion'!==_0x600878||!_0x5ac924['newRange'])continue;const _0xa5cf91=_0x5ac924['newRange'],_0x1cc5c4=_0xa5cf91['end']['nodeBefore'];if(!_0x1cc5c4||!_0x1cc5c4['is']('element','title-content'))continue;if(!_0xa5cf91['start']['isTouching'](_0xa5cf91['end']))continue;const _0x2e255b=_0x2c7302['model']['schema']['getNearestSelectionRange'](_0xa5cf91['end'],'forward');if(_0x2e255b&&_0x2e255b['isCollapsed']){const _0x565ba3=_0x56523c['createRange'](_0xa5cf91['start'],_0x2e255b['start']);_0x565ba3['isEqual'](_0xa5cf91)||(_0x56523c['updateMarker'](_0x23f11b,{'range':_0x565ba3}),_0x4bb46a=!0x0);}_0x4bb46a||(_0x56523c['removeMarker'](_0x23f11b),_0x4bb46a=!0x0);}return _0x4bb46a;});}}class Ot extends _0x336f7e{['afterInit'](){const _0x235052=this['editor'],_0xa781=_0x235052['plugins']['get']('TrackChangesEditing');_0x235052['plugins']['has']('UndoEditing')&&(_0xa781['enableCommand']('undo'),_0xa781['enableCommand']('redo'));}}class Rt extends _0x336f7e{static get['requires'](){return[vt];}['afterInit'](){const _0x1549fa=this['editor'];if(!_0x1549fa['plugins']['has']('TableCaptionEditing'))return;_0x1549fa['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Tt extends _0x336f7e{['tableProperties'];['tableCellProperties'];constructor(_0x302f52){super(_0x302f52),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 _0x59c216=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x7dd87e of this['tableProperties'])_0x59c216['enableCommand'](_0x7dd87e,(_0x203a5d,_0x3c1341)=>{const _0x46cfc8=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x7dd87e,[_0x46cfc8],this['tableProperties'],'tableProperties',_0x203a5d,_0x3c1341);});_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x59c216['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x3bb7b9,_0x43fad4)=>this['handleDiscardAction'](this['tableProperties'],_0x3bb7b9,_0x43fad4)),_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x398db4 of this['tableCellProperties'])_0x59c216['enableCommand'](_0x398db4,(_0x17a794,_0x110309)=>{const _0x27c0a9=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x398db4,_0x27c0a9,this['tableCellProperties'],'tableCellProperties',_0x17a794,_0x110309);});_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x59c216['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x43ad16,_0x131f39)=>this['handleDiscardAction'](this['tableCellProperties'],_0x43ad16,_0x131f39)),_0x59c216['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x59c216['descriptionFactory']['registerDescriptionCallback'](_0x2b05a5=>this['handleSuggestionDescription'](_0x2b05a5));}['_handlePropertyChange'](_0x32843a,_0x7740a8,_0x55d5c9,_0x49aced,_0x1ed9d5,_0x2926e5){const _0x3720da=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x2926e5['batch'],()=>{for(const _0x4c29ba of _0x7740a8){if(this['_getSuggestion'](_0x4c29ba,_0x49aced))_0x1ed9d5(_0x2926e5);else{const _0x13a5b3={};for(const _0x466c48 of _0x55d5c9){const _0x3dafb8=_0x4c29ba['getAttribute'](_0x466c48);void 0x0!==_0x3dafb8&&(_0x13a5b3[_0x466c48]=_0x3dafb8);}_0x1ed9d5(_0x2926e5),_0x3720da['markBlockFormat'](_0x4c29ba,{'commandParams':[_0x13a5b3]},[],_0x49aced);}}});}['handleDiscardAction'](_0x416e99,_0x431b8c,_0x9f01f0){const _0x2ed229=_0x431b8c[0x0]['start']['nodeAfter'],_0x134e1f=_0x9f01f0['commandParams'][0x0];this['editor']['model']['change'](_0x3d4b22=>{for(const _0x551196 of _0x416e99)void 0x0!==_0x134e1f[_0x551196]?_0x3d4b22['setAttribute'](_0x551196,_0x134e1f[_0x551196],_0x2ed229):_0x3d4b22['removeAttribute'](_0x551196,_0x2ed229);});}['handleSuggestionDescription'](_0x46c74f){if(_0x46c74f['data'])switch(_0x46c74f['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x4f0d9b,_0x20397e){const _0x1982fe=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x5bce64 of _0x1982fe['getSuggestions']({'skipNotAttached':!0x0})){const _0x359f5e=_0x5bce64['getContainedElement']();if(_0x5bce64['subType']===_0x20397e&&_0x359f5e===_0x4f0d9b)return _0x5bce64;}return null;}}const m='$elementName';class p extends _0x336f7e{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x237037,_0x35d7c8,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,ye,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Rt,Nt,Dt,$t,Tt,Mt,Bt,Ot];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x596b0d){super(_0x596b0d),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x6f43df,_0x117b61,_0x342e91,_0xbc3445)=>{this['_model']['change'](()=>{for(const _0x1390e1 of[..._0xbc3445,..._0x342e91])this['_model']['markers']['has'](_0x1390e1)&&_0x596b0d['editing']['reconvertMarker'](_0x1390e1);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x596b0d['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x596b0d['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x596b0d['config']['get']('trackChanges.trackFormatChanges'),_0x596b0d['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x596b0d['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x596b0d,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1e8bb7=this['editor'],_0x11c873=(_0x439a27,_0x594753)=>{if('attribute'!=_0x439a27)return'ck-suggestion-marker-'+_0x439a27;const _0x46210c=_0x594753['split']('|')[0x0];return this['_isBlockAttribute'](_0x46210c)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x1e8bb7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x37c0ba=>{const {id:_0x109f11,authorId:_0x4817e9,type:_0x5c302b,subType:_0x5b3606}=this['_splitMarkerName'](_0x37c0ba['markerName']),_0x47f9b0=['ck-suggestion-marker',_0x11c873(_0x5c302b,_0x5b3606)];let _0x97836e=0xbb8;return this['activeMarkers']['includes'](_0x37c0ba['markerName'])&&(_0x47f9b0['push']('ck-suggestion-marker--active'),_0x97836e=0xbc2),'deletion'==_0x5c302b&&(_0x97836e+=0x5),{'classes':_0x47f9b0,'attributes':{'data-suggestion':_0x109f11,'data-author-id':_0x4817e9},'priority':_0x97836e};}}),_0x1e8bb7['conversion']['for']('dataDowncast')['add'](_0x2e377b=>{_0x2e377b['on']('addMarker:suggestion',(_0x619b03,_0x11e361,_0x11dd0c)=>{if(!_0x11dd0c['options']['showSuggestionHighlights'])return;const _0xe3808=_0x11e361['item'];if(!_0xe3808)return;const _0x346243=_0x11dd0c['mapper']['toViewElement'](_0xe3808);_0x1e8bb7['model']['schema']['isObject'](_0xe3808)&&_0x346243&&!_0x346243['getCustomProperty']('widget')&&_0x346243['is']('containerElement')&&_0x2ed4ad(_0x346243,_0x11dd0c['writer']);},{'priority':'high'});}),_0x1e8bb7['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x5d1847,_0x556b1f)=>{if(!_0x556b1f['options']['showSuggestionHighlights'])return null;const {type:_0x413183,subType:_0x4f8294}=this['_splitMarkerName'](_0x5d1847['markerName']);return{'classes':['ck-suggestion-marker',_0x11c873(_0x413183,_0x4f8294)],'priority':0xbb8};}});const _0x108fce=({showActiveMarkers:_0x54790b=!0x0,isAttributeSuggestion:_0x112e7a=!0x1}={})=>(_0x5939e2,_0x2fc4f4,_0x5e71ad)=>{if(!_0x2fc4f4['item'])return;const {id:_0xb70a7a,authorId:_0x6d09d6}=this['_splitMarkerName'](_0x2fc4f4['markerName']);if(_0x112e7a){const _0x566f49=this['_suggestions']['get'](_0xb70a7a),_0x1dd627=this['_getAttributeKey'](_0x566f49);if(!this['_isBlockAttribute'](_0x1dd627))return;}if(_0x2fc4f4['item']['is']('selection'))return void _0x5e71ad['consumable']['consume'](_0x2fc4f4['item'],_0x5939e2['name']);const _0x1fcde5=_0x5e71ad['mapper']['toViewElement'](_0x2fc4f4['item']);if(_0x2fc4f4['item']['is']('element')&&_0x1e8bb7['model']['schema']['isBlock'](_0x2fc4f4['item'])&&!_0x1fcde5['getCustomProperty']('addHighlight')){_0x5e71ad['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1fcde5),_0x5e71ad['writer']['setAttribute']('data-suggestion',_0xb70a7a,_0x1fcde5),_0x5e71ad['writer']['setAttribute']('data-author-id',_0x6d09d6,_0x1fcde5),_0x5e71ad['mapper']['bindElementToMarker'](_0x1fcde5,_0x2fc4f4['markerName']),_0x54790b&&(this['activeMarkers']['includes'](_0x2fc4f4['markerName'])?_0x5e71ad['writer']['addClass']('ck-suggestion-marker--active',_0x1fcde5):_0x5e71ad['writer']['removeClass']('ck-suggestion-marker--active',_0x1fcde5));for(const _0x2010ea of _0x1e8bb7['model']['createRangeIn'](_0x2fc4f4['item'])['getItems']())_0x5e71ad['consumable']['consume'](_0x2010ea,_0x5939e2['name']);_0x5e71ad['consumable']['consume'](_0x2fc4f4['item'],_0x5939e2['name']);}};_0x1e8bb7['conversion']['for']('dataDowncast')['add'](_0x22d342=>{_0x22d342['on']('addMarker:suggestion:formatBlock',(_0x38baf4,_0x4d9eb3,_0x4b018b)=>{_0x4b018b['options']['showSuggestionHighlights']&&_0x108fce({'showActiveMarkers':!0x1})(_0x38baf4,_0x4d9eb3,_0x4b018b);},{'priority':'highest'});}),_0x1e8bb7['conversion']['for']('dataDowncast')['add'](_0x5c3468=>{_0x5c3468['on']('addMarker:suggestion:attribute',(_0x413235,_0x5315e9,_0x2042b7)=>{_0x2042b7['options']['showSuggestionHighlights']&&_0x108fce({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x413235,_0x5315e9,_0x2042b7);},{'priority':'highest'});}),_0x1e8bb7['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x79a631,_0x46ef99)=>_0x46ef99['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x79a631['substr'](0xb)}}),_0x1e8bb7['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x48e2ff,{writer:_0x211a2e})=>{let _0x94b94e='suggestion:'+_0x48e2ff['getAttribute']('suggestion-type')+':'+_0x48e2ff['getAttribute']('id');return _0x48e2ff['getAttribute']('marker-count')&&(_0x94b94e+=':'+_0x48e2ff['getAttribute']('marker-count')),_0x211a2e['createElement']('$marker',{'data-name':_0x94b94e});}}),_0x1e8bb7['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1e8bb7['conversion']['for']('editingDowncast')['add'](_0x2095b8=>{_0x2095b8['on']('addMarker:suggestion:formatBlock',_0x108fce(),{'priority':'high'});}),_0x1e8bb7['conversion']['for']('editingDowncast')['add'](_0x2711d2=>{_0x2711d2['on']('addMarker:suggestion:attribute',_0x108fce({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x1e8bb7['conversion']['for']('editingDowncast')['add'](_0x5523e3=>{_0x5523e3['on']('removeMarker:suggestion:formatBlock',(_0x46bca2,_0x1ee75a,_0x41d657)=>{const _0x16c9c2=_0x41d657['mapper']['markerNameToElements'](_0x1ee75a['markerName']);if(_0x16c9c2){for(const _0x3c2099 of _0x16c9c2)_0x3c2099['getCustomProperty']('addHighlight')||(_0x41d657['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3c2099),_0x41d657['writer']['removeAttribute']('data-suggestion',_0x3c2099),_0x41d657['writer']['removeAttribute']('data-author-id',_0x3c2099),_0x41d657['mapper']['unbindElementFromMarkerName'](_0x3c2099,_0x1ee75a['markerName']));}},{'priority':'high'});}),_0x1e8bb7['conversion']['for']('editingDowncast')['add'](_0x5b9297=>{_0x5b9297['on']('removeMarker:suggestion:attribute',(_0x3ff97b,_0x4a9de5,_0x49071e)=>{const _0x443853=_0x49071e['mapper']['markerNameToElements'](_0x4a9de5['markerName']);if(!_0x443853)return;const {id:_0x273820}=this['_splitMarkerName'](_0x4a9de5['markerName']),_0x5e47f6=this['_suggestions']['get'](_0x273820),_0xb67aba=this['_getAttributeKey'](_0x5e47f6);if(this['_isBlockAttribute'](_0xb67aba)){for(const _0x539c38 of _0x443853)_0x539c38['getCustomProperty']('addHighlight')||(_0x49071e['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x539c38),_0x49071e['writer']['removeAttribute']('data-suggestion',_0x539c38),_0x49071e['writer']['removeAttribute']('data-author-id',_0x539c38),_0x49071e['mapper']['unbindElementFromMarkerName'](_0x539c38,_0x4a9de5['markerName']));}},{'priority':'high'});}),_0x1e8bb7['model']['document']['registerPostFixer'](_0x4f1f0d=>{let _0x49da8e=!0x1;const _0x4cf26e=Array['from'](_0x1e8bb7['model']['document']['differ']['getChangedMarkers']()),_0x22edfd=new Set();for(const {name:_0x576f30,data:_0x214cfd}of _0x4cf26e){const {group:_0x2b0ba6,type:_0x3b4054,subType:_0x20b3eb,id:_0x26ed01}=this['_splitMarkerName'](_0x576f30);if('suggestion'!==_0x2b0ba6)continue;const _0x19502a=this['_suggestions']['get'](_0x26ed01);if(null!=_0x214cfd['newRange']){'formatInline'==_0x3b4054&&(_0x49da8e=_0x49da8e||Pt(_0x214cfd['newRange'],_0x576f30,_0x4f1f0d,_0x1e8bb7['model']['schema']));const _0x2c8f0c='attribute'==_0x3b4054&&this['_isBlockAttribute'](_0x20b3eb['split']('|')[0x0]);if(_0x214cfd['newRange']['isCollapsed']||'$graveyard'==_0x214cfd['newRange']['root']['rootName']||'formatBlock'==_0x3b4054&&!Ft(_0x214cfd['newRange'])||_0x2c8f0c&&!Ft(_0x214cfd['newRange'])||'deletion'==_0x3b4054&&!(!Vt(_0x276f62=_0x214cfd['newRange'])&&!function(_0x26c3ca){return _0x26c3ca['start']['parent']==_0x26c3ca['end']['nodeBefore']&&_0x26c3ca['start']['isAtEnd'];}(_0x276f62)))_0x4f1f0d['removeMarker'](_0x576f30),_0x49da8e=!0x0;else{if(!_0x19502a||!_0x19502a['isInContent'])continue;if(_0x214cfd['newRange']&&_0x214cfd['oldRange']&&_0x214cfd['newRange']['isEqual'](_0x214cfd['oldRange']))continue;_0x22edfd['add'](_0x19502a);}}}var _0x276f62;return _0x22edfd['size']>0x0&&(_0x49da8e=!!this['_joinWithAdjacentSuggestions'](_0x22edfd)||_0x49da8e),_0x49da8e;}),_0x1e8bb7['model']['document']['registerPostFixer'](_0x1e0963=>{let _0x9cc70e=!0x1;for(const _0x72b80e of _0x1e8bb7['model']['document']['differ']['getChanges']())if('insert'==_0x72b80e['type'])for(const _0x5105ae of this['_suggestions']['values']()){if(_0x5105ae['isMultiRange']||!_0x5105ae['isInContent'])continue;const _0x232560='formatBlock'==_0x5105ae['type'],_0x494212=this['_getAttributeKey'](_0x5105ae),_0x421a6a=_0x494212&&this['_isBlockAttribute'](_0x494212);if(!_0x232560&&!_0x421a6a)continue;const _0x487cd2=_0x5105ae['getFirstRange']();if(_0x487cd2['start']['parent']!=_0x487cd2['end']['parent']&&!_0x487cd2['end']['isAtEnd']){const _0x4c36bc=_0x1e8bb7['model']['createPositionAt'](_0x487cd2['start']['nodeAfter'],'end'),_0x5edfe9=_0x1e8bb7['model']['createRange'](_0x487cd2['start'],_0x4c36bc);_0x1e0963['updateMarker'](_0x5105ae['getFirstMarker'](),{'range':_0x5edfe9}),_0x9cc70e=!0x0;}}return _0x9cc70e;}),_0x1e8bb7['model']['document']['registerPostFixer'](_0x5cba21=>this['_processAttributeChanges'](_0x5cba21)),_0x1e8bb7['model']['document']['registerPostFixer'](_0x494456=>!_0x494456['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x494456)),_0x1e8bb7['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1e8bb7['model']['document']['on']('change:data',(_0x2eb655,_0xdf04f3)=>{if(!_0xdf04f3['isLocal']||_0xdf04f3['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x78b3b2=_0x1e8bb7['model']['document']['differ']['getChanges']();if(0x0==_0x78b3b2['length'])return;const _0xdfe6fc=[],_0x2279f5=_0x78b3b2['filter'](_0x42d008=>'attribute'==_0x42d008['type']),_0xe5500=_0x78b3b2['filter'](_0x4c9b04=>'insert'==_0x4c9b04['type']&&'$text'!=_0x4c9b04['name']);for(const _0x5b8966 of _0x2279f5)this['_isRegisteredAttribute'](_0x5b8966['attributeKey'])&&_0xdfe6fc['push']({'key':_0x5b8966['attributeKey'],'newValue':_0x5b8966['attributeNewValue'],'oldValue':_0x5b8966['attributeOldValue'],'range':Lt(_0x5b8966['range'],_0x1e8bb7['model'])});for(const _0xaa63e3 of _0xe5500){if('rename'!=_0xaa63e3['action']&&'refresh'!=_0xaa63e3['action'])continue;const _0x4fa9d5=Jt(_0xaa63e3['position']['nodeAfter'],_0x1e8bb7['model']),_0x1f75fc=_0xaa63e3['before'];'rename'==_0xaa63e3['action']&&_0xdfe6fc['push']({'key':m,'newValue':_0xaa63e3['name'],'oldValue':_0x1f75fc['name'],'range':_0x4fa9d5});for(const [_0x212b61,_0x2a45e1]of _0x1f75fc['attributes']){if(!this['_isRegisteredAttribute'](_0x212b61))continue;const _0x1478c6=_0xaa63e3['attributes']['get'](_0x212b61);_0x2a45e1!==_0x1478c6&&_0xdfe6fc['push']({'key':_0x212b61,'newValue':_0x1478c6,'oldValue':_0x2a45e1,'range':_0x4fa9d5});}for(const [_0x58e155,_0xb7213e]of _0xaa63e3['attributes'])this['_isRegisteredAttribute'](_0x58e155)&&(_0x1f75fc['attributes']['has'](_0x58e155)||_0xdfe6fc['push']({'key':_0x58e155,'newValue':_0xb7213e,'oldValue':null,'range':_0x4fa9d5}));}0x0!=_0xdfe6fc['length']&&_0x1e8bb7['model']['enqueueChange'](_0xdf04f3,_0x261cd0=>{const _0x407827=_0x5a6ab6();for(const {range:_0x50b989,key:_0xcf1a50,oldValue:_0x27d4cc,newValue:_0x5db3cd}of _0xdfe6fc)this['markAttributeChange'](_0x50b989,_0xcf1a50,_0x27d4cc,_0x5db3cd,{'groupId':_0x407827});this['_reduceExistingSuggestions'](_0x261cd0,_0xdfe6fc);});},{'priority':'lowest'}),_0x1e8bb7['model']['markers']['on']('update:suggestion',(_0x592dd6,_0x2755b9,_0x6857de)=>{if(null==_0x6857de){const {id:_0x3ad458}=this['_splitMarkerName'](_0x2755b9['name']),_0x111338=this['_suggestions']['get'](_0x3ad458);_0x111338&&_0x111338['addMarkerName'](_0x2755b9['name']);}}),_0x1e8bb7['model']['document']['on']('change:data',()=>{const _0x375169=Array['from'](_0x1e8bb7['model']['document']['differ']['getChangedMarkers']())['filter'](_0x57c99a=>'suggestion'===this['_splitMarkerName'](_0x57c99a['name'])['group']);if(0x0===_0x375169['length'])return;_0x375169['sort']((_0x2fc8f8,_0x202148)=>{const _0x573513=_0x2fc8f8['data']['oldRange'],_0x1b3b0e=_0x202148['data']['oldRange'];return null===_0x573513&&null===_0x1b3b0e?0x0:null===_0x573513&&null!==_0x1b3b0e?-0x1:null!==_0x573513&&null===_0x1b3b0e?0x1:_0x573513['start']['isBefore'](_0x1b3b0e['start'])?-0x1:0x1;});const _0x5a4bb6=new Set(),_0x418912=new Set();for(const {name:_0x147766,data:_0xeb672b}of _0x375169){const {id:_0x3589df}=this['_splitMarkerName'](_0x147766);if(null===_0xeb672b['oldRange']){const _0x11fbff=this['_handleNewSuggestionMarker'](_0x147766);_0x418912['add'](_0x11fbff);}else{const _0x42c7c5=this['_suggestions']['get'](_0x3589df);null!==_0xeb672b['newRange']||_0x42c7c5['isInContent']?(_0x5a4bb6['add'](_0x42c7c5['head']),_0x418912['add'](_0x42c7c5)):this['_removeSuggestion'](_0x42c7c5);}}_0x418912['size']>0x0&&this['_refreshSuggestionsChain'](_0x418912);for(const _0x54d377 of _0x5a4bb6)this['fire']('suggestionChanged',_0x54d377);}),_0x1e8bb7['model']['on']('applyOperation',(_0x18b9d7,_0x483240)=>{const _0x3fcf74=_0x483240[0x0];if(!this['_suggestions']['size'])return;if(!_0x3fcf74['isDocumentOperation'])return;if(_0x3fcf74['batch']['isUndo']||!_0x3fcf74['batch']['isLocal'])return;let _0x41f898,_0x5f7813;switch(_0x3fcf74['type']){case'insert':_0x41f898=_0x1e8bb7['model']['createPositionAt'](_0x3fcf74['position']),_0x5f7813=_0x41f898['getShiftedBy'](_0x3fcf74['howMany']);break;case'split':_0x41f898=_0x1e8bb7['model']['createPositionAt'](_0x3fcf74['splitPosition']),_0x5f7813=_0x1e8bb7['model']['createPositionAt'](_0x3fcf74['moveTargetPosition']);break;case'move':_0x41f898=_0x1e8bb7['model']['createPositionAt'](_0x3fcf74['targetPosition']),_0x5f7813=_0x41f898['getShiftedBy'](_0x3fcf74['howMany']);break;default:return;}const _0x22679d=_0x1e8bb7['model']['createRange'](_0x41f898,_0x5f7813);_0x1e8bb7['model']['change'](()=>{for(const {suggestion:_0x11c839,meta:_0x4fde03}of this['_findSuggestions'](_0x22679d)){if(_0x11c839['isMultiRange'])continue;if('formatInline'==_0x11c839['type'])continue;const _0x15ef00=this['_getAttributeKey'](_0x11c839);if(_0x15ef00&&this['_isBlockAttribute'](_0x15ef00)&&'split'!=_0x3fcf74['type'])continue;const _0x514f9b=_0x11c839['data']&&_0x11c839['data']['multipleBlocks'];('formatBlock'!=_0x11c839['type']||'split'==_0x3fcf74['type']&&!_0x514f9b)&&(_0x4fde03['containsRangeInObject']||'insertion'==_0x11c839['type']&&_0x4fde03['isOwn']||_0x11c839['getFirstRange']()['containsRange'](_0x22679d)&&this['_breakSuggestionMarker'](_0x11c839,_0x41f898,_0x5f7813));}});},{'priority':'lowest'}),_0x1e8bb7['model']['on']('deleteContent',(_0x3332d0,_0x5df47b)=>{const _0x197b02=_0x5df47b[0x0],_0x3c3e4b=_0x5df47b[0x1];if(_0x3c3e4b&&_0x3c3e4b['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x197b02['isCollapsed'])return;const _0x4d5b9d=_0x1e8bb7['model']['schema'],{start:_0x5934b6,end:_0x361716}=_0x197b02['getFirstRange'](),_0x39b4b7=_0x5934b6['nodeAfter']&&_0x4d5b9d['isLimit'](_0x5934b6['nodeAfter'])?null:_0x4d5b9d['getNearestSelectionRange'](_0x5934b6,'forward'),_0x161f5d=_0x361716['nodeBefore']&&_0x4d5b9d['isLimit'](_0x361716['nodeBefore'])?null:_0x4d5b9d['getNearestSelectionRange'](_0x361716,'backward'),_0x28829e=_0x1e8bb7['model']['createRange'](_0x39b4b7?_0x39b4b7['start']:_0x5934b6,_0x161f5d?_0x161f5d['end']:_0x361716);_0x1e8bb7['model']['change'](_0x2a0cf4=>{this['markDeletion'](_0x28829e);const _0xc6fdad=_0x1e8bb7['model']['schema']['getNearestSelectionRange'](_0x28829e['start']);_0x197b02['is']('documentSelection')?_0x2a0cf4['setSelection'](_0xc6fdad):_0x197b02['setTo'](_0xc6fdad);}),_0x3332d0['stop']();},{'priority':_0x300b65['normal']+0xa}),_0x1e8bb7['model']['on']('insertContent',(_0x3039a0,_0x384384)=>{const _0x2b1bf5=_0x384384[_0x384384['length']-0x1];_0x2b1bf5&&_0x2b1bf5['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1e8bb7['model']['change'](()=>{let _0x4b7f82=_0x1e8bb7['model']['insertContent'](_0x384384[0x0],_0x384384[0x1],_0x384384[0x2],{'forceDefaultExecution':!0x0});if(!_0x4b7f82)return;_0x3039a0['return']=_0x4b7f82['clone']();const _0x33170f=_0x4b7f82['end']['nodeBefore'],_0x1fdc6e=_0x1e8bb7['model']['schema'];_0x33170f&&_0x1fdc6e['isBlock'](_0x33170f)&&!_0x1fdc6e['isObject'](_0x33170f)&&(_0x4b7f82=_0x1e8bb7['model']['createRange'](_0x4b7f82['start'],_0x1e8bb7['model']['createPositionAt'](_0x33170f,'end'))),this['markInsertion'](_0x4b7f82);}),_0x3039a0['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5b06e9=new O(_0x1e8bb7,this['_suggestions']);_0x1e8bb7['commands']['add']('acceptSuggestion',_0x5b06e9),this['enableCommand']('acceptSuggestion');const _0x31fb26=new R(_0x1e8bb7,this['_suggestions']);_0x1e8bb7['commands']['add']('discardSuggestion',_0x31fb26),this['enableCommand']('discardSuggestion'),_0x1e8bb7['commands']['add']('acceptAllSuggestions',new x(_0x1e8bb7,_0x5b06e9,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1e8bb7['commands']['add']('discardAllSuggestions',new x(_0x1e8bb7,_0x31fb26,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1e8bb7['commands']['add']('acceptSelectedSuggestions',new E(_0x1e8bb7,_0x5b06e9,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1e8bb7['commands']['add']('discardSelectedSuggestions',new E(_0x1e8bb7,_0x31fb26,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1a8373=_0x1e8bb7['plugins']['get']('CommentsRepository');this['listenTo'](_0x1a8373,'addComment',(_0x53f452,{threadId:_0x17936b})=>{const _0x362c54=this['_suggestions']['get'](_0x17936b);_0x362c54&&_0x362c54['commentThread']&&0x1===_0x362c54['commentThread']['length']&&this['_updateSuggestionData'](_0x17936b,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1a8373,'removeComment',(_0x55db03,{threadId:_0x3786fe})=>{const _0x179df6=this['_suggestions']['get'](_0x3786fe);_0x179df6&&_0x179df6['commentThread']&&!_0x179df6['commentThread']['length']&&this['_updateSuggestionData'](_0x3786fe,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x64b183){const _0x55a945=_0x59e3e9([0x67,0x4f,0x4d,0x66,0x35,0x75,0x50,0x79,0x33,0x55,0x76,0x49,0x48,0x57,0x39,0x31,0x52,0x5a,0x44,0x30,0x6a,0x77,0x59,0x7a,0x42,0x51,0x37,0x4a,0x65,0x32,0x58,0x6c,0x41,0x73,0x43,0x36,0x61,0x6f,0x70,0x78,0x47,0x69,0x6b,0x4b,0x53,0x64,0x56,0x6e,0x68,0x54,0x4c,0x46,0x34,0x72,0x45,0x74,0x63,0x6d,0x62,0x38,0x71,0x4e]),_0x12c84e=0x68b2fdd5,_0x28708e=0x68b5aa1d^_0x12c84e,_0x1e79c6=window[_0x59e3e9([0x44,0x61,0x74,0x65])][_0x59e3e9([0x6e,0x6f,0x77])](),_0x35d866=_0x64b183[_0x59e3e9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x207f6f=new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3445d7=>{_0x35d866[_0x59e3e9([0x6f,0x6e,0x63,0x65])](_0x59e3e9([0x72,0x65,0x61,0x64,0x79]),_0x3445d7);}),_0x4d2beb={[_0x59e3e9([0x6b,0x74,0x79])]:_0x59e3e9([0x45,0x43]),[_0x59e3e9([0x75,0x73,0x65])]:_0x59e3e9([0x73,0x69,0x67]),[_0x59e3e9([0x63,0x72,0x76])]:_0x59e3e9([0x50,0x2d,0x32,0x35,0x36]),[_0x59e3e9([0x78])]:_0x59e3e9([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]),[_0x59e3e9([0x79])]:_0x59e3e9([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]),[_0x59e3e9([0x61,0x6c,0x67])]:_0x59e3e9([0x45,0x53,0x32,0x35,0x36])},_0xa5b69a=_0x35d866[_0x59e3e9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x59e3e9([0x67,0x65,0x74])](_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3d0039(){let _0x557909,_0x21117f=null,_0xcf8294=null;try{if(_0xa5b69a==_0x59e3e9([0x47,0x50,0x4c]))return _0x59e3e9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x557909=_0x1670a4(),!_0x557909)return _0x59e3e9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x557909[_0x59e3e9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xcf8294=_0x48c972(_0x557909[_0x59e3e9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x557909[_0x59e3e9([0x6a,0x74,0x69])])),await _0x537caf()?_0x4bda7b()?_0x32bc03()?_0x59e3e9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x201941()?(_0x557909[_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x59e3e9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x21117f=_0x3af264(_0x59e3e9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x557909[_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x59e3e9([0x74,0x72,0x69,0x61,0x6c])&&(_0x21117f=_0x3af264(_0x59e3e9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x557909[_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x59e3e9([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x21117f=_0x3af264(_0x59e3e9([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x25787c()):_0x59e3e9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x59e3e9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x59e3e9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1658d4){return _0x59e3e9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x32bc03(){const _0x39039a=[_0x59e3e9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x59e3e9([0x74,0x72,0x69,0x61,0x6c])][_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x557909[_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1e79c6/0x3e8:0xe10*_0x28708e;return _0x557909[_0x59e3e9([0x65,0x78,0x70])]<_0x39039a;}function _0x4bda7b(){const _0x18af36=_0x557909[_0x59e3e9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x18af36&&(!!_0x18af36[_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59e3e9([0x2a]))||(!!_0x18af36[_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59e3e9([0x54,0x43]))||!(!_0x18af36[_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59e3e9([0x52,0x54,0x43]))||!_0x4be7b3())));}function _0x201941(){const _0x59adb3=_0x557909[_0x59e3e9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59adb3||0x0==_0x59adb3[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x15a942}=new URL(window[_0x59e3e9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x59adb3[_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15a942))return!0x0;const _0x4e8ebf=_0x15a942[_0x59e3e9([0x73,0x70,0x6c,0x69,0x74])](_0x59e3e9([0x2e]));return _0x59adb3[_0x59e3e9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3e5e43=>_0x3e5e43[_0x59e3e9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59e3e9([0x2a])))[_0x59e3e9([0x6d,0x61,0x70])](_0x4a131e=>_0x4a131e[_0x59e3e9([0x73,0x70,0x6c,0x69,0x74])](_0x59e3e9([0x2e])))[_0x59e3e9([0x73,0x6f,0x6d,0x65])](_0x4740e1=>_0x4e8ebf[_0x59e3e9([0x65,0x76,0x65,0x72,0x79])]((_0x4eb258,_0x2c9a4e)=>_0x4740e1[_0x2c9a4e]===_0x4eb258||_0x4740e1[_0x2c9a4e]===_0x59e3e9([0x2a])));}function _0x25787c(){return _0x21117f&&_0xcf8294?new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x584595,_0x2b7ddc)=>{_0x21117f[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0x584595,_0x2b7ddc),_0xcf8294[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0x374403=>{_0x374403!=_0x59e3e9([0x56,0x61,0x6c,0x69,0x64])&&_0x584595(_0x374403);},_0x2b7ddc);}):_0x21117f||_0xcf8294||_0x59e3e9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x48c972(_0x33f83c,_0x3b6f42){return new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4afe82=>{if(_0x250266())return _0x4afe82(_0x59e3e9([0x56,0x61,0x6c,0x69,0x64]));_0x213505(),_0x35d866[_0x59e3e9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x59e3e9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2c2c4c=!0x1;const _0x3f2dd1=_0x5a6ab6();function _0x428ec9(_0x3a74a2){return!!_0x3a74a2&&(typeof _0x3a74a2===_0x59e3e9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3a74a2===_0x59e3e9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3a74a2[_0x59e3e9([0x74,0x68,0x65,0x6e])]===_0x59e3e9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3a74a2[_0x59e3e9([0x63,0x61,0x74,0x63,0x68])]===_0x59e3e9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e1b38(_0x2b9dd2){_0x51a3ff(_0x2b9dd2)[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0x2cbdf5=>{if(!_0x2cbdf5||_0x2cbdf5[_0x59e3e9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x59e3e9([0x6f,0x6b]))return _0x59e3e9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1dae3c(_0x370a80(_0x3f2dd1+_0x3b6f42))!=_0x2cbdf5[_0x59e3e9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x59e3e9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x59e3e9([0x56,0x61,0x6c,0x69,0x64]);})[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0x595ff7=>(_0x42c0ce(),_0x595ff7),()=>{const _0x158e32=_0x41bdb3();return null==_0x158e32?(_0x42c0ce(),_0x59e3e9([0x56,0x61,0x6c,0x69,0x64])):_0x59e3e9(_0x1e79c6-_0x158e32>(0x4cbe79d5^_0x12c84e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0x4afe82)[_0x59e3e9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4afe82(_0x59e3e9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x39a8b9=0x68841355^_0x12c84e;function _0x42c0ce(){const _0x2c454f=_0x59e3e9([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dae3c(_0x370a80(_0x33f83c)),_0x1a0a67=_0x376501(_0x1dae3c(window[_0x59e3e9([0x4d,0x61,0x74,0x68])][_0x59e3e9([0x63,0x65,0x69,0x6c])](_0x1e79c6/_0x39a8b9)));window[_0x59e3e9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x59e3e9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c454f,_0x1a0a67);}function _0x41bdb3(){const _0x1c0ff6=_0x59e3e9([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dae3c(_0x370a80(_0x33f83c)),_0x40595c=window[_0x59e3e9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x59e3e9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1c0ff6);return _0x40595c?window[_0x59e3e9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x376501(_0x40595c),0x10)*_0x39a8b9:null;}function _0x51a3ff(_0x5c7b84){return new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xc60687,_0x6fa022)=>{_0x5c7b84[_0x59e3e9([0x74,0x68,0x65,0x6e])](_0xc60687,_0x6fa022),window[_0x59e3e9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x6fa022,0x68b32915^_0x12c84e);});}}_0x35d866[_0x59e3e9([0x6f,0x6e])](_0x59e3e9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x454365,_0x20bf26)=>{if(_0x20bf26[0x0]!=_0x33f83c)return _0x4afe82(_0x59e3e9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x20bf26[0x1]={..._0x20bf26[0x1],[_0x59e3e9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3f2dd1};},{[_0x59e3e9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x59e3e9([0x68,0x69,0x67,0x68])}),_0x35d866[_0x59e3e9([0x6f,0x6e])](_0x59e3e9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2537c7=>{_0x428ec9(_0x2537c7[_0x59e3e9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2c2c4c=!0x0,_0x5e1b38(_0x2537c7[_0x59e3e9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x59e3e9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x59e3e9([0x6c,0x6f,0x77])}),_0x207f6f[_0x59e3e9([0x74,0x68,0x65,0x6e])](()=>{_0x2c2c4c||_0x4afe82(_0x59e3e9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x250266(){return _0x35d866[_0x59e3e9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x59e3e9([0x76,0x69,0x65,0x77])][_0x59e3e9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x59e3e9([0x61,0x75,0x74,0x6f]);}function _0x213505(){_0x35d866[_0x59e3e9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x59e3e9([0x76,0x69,0x65,0x77])][_0x59e3e9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x59e3e9([0x61,0x75,0x74,0x6f]);}}function _0x3af264(_0x348096){const _0x1edfe6=[new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d6a5c=>setTimeout(_0x5d6a5c,0x68bbc319^_0x12c84e)),_0x207f6f[_0x59e3e9([0x74,0x68,0x65,0x6e])](()=>new window[(_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x236a5d=>{let _0x5662cc=0x0;_0x35d866[_0x59e3e9([0x6d,0x6f,0x64,0x65,0x6c])][_0x59e3e9([0x6f,0x6e])](_0x59e3e9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2891fe,_0x3a3cfa)=>{_0x3a3cfa[0x0][_0x59e3e9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5662cc++,_0x5662cc==(0x68b2fc2d^_0x12c84e)&&(_0x236a5d(),_0x2891fe[_0x59e3e9([0x6f,0x66,0x66])]());});}))];return window[_0x59e3e9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x59e3e9([0x72,0x61,0x63,0x65])](_0x1edfe6)[_0x59e3e9([0x74,0x68,0x65,0x6e])](()=>_0x348096);}async function _0x56e76e(){await _0x207f6f,_0x35d866[_0x59e3e9([0x6d,0x6f,0x64,0x65,0x6c])][_0x59e3e9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3ed70b,_0x35d866[_0x59e3e9([0x6d,0x6f,0x64,0x65,0x6c])][_0x59e3e9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3ed70b,_0x35d866[_0x59e3e9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x59e3e9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4be7b3(){return _0xf62935(_0x59e3e9([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x536aeb(_0x59e3e9([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x59e3e9([0x73,0x74,0x61,0x74,0x65])]==_0x59e3e9([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x807bfa(_0x236373){const _0x2c87bd=_0x56e15e();_0x35d866[_0x2c87bd]=_0x59e3e9([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x236373,_0x236373!=_0x59e3e9([0x56,0x61,0x6c,0x69,0x64])&&_0x56e76e();}function _0x56e15e(){const _0x1bc45c=window[_0x59e3e9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x59e3e9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x59e3e9([0x6e,0x6f,0x77])]())[_0x59e3e9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x59e3e9([0x2e]),'');let _0x250dce=_0x59e3e9([0x67]);for(let _0x37e3b2=0x0;_0x37e3b2<_0x1bc45c[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37e3b2+=0x2){let _0x206a55=window[_0x59e3e9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1bc45c[_0x59e3e9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37e3b2,_0x37e3b2+0x2));_0x206a55>=_0x55a945[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x206a55-=_0x55a945[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x250dce+=_0x55a945[_0x206a55];}return _0x250dce;}function _0x1670a4(){const _0x556756=_0xa5b69a[_0x59e3e9([0x73,0x70,0x6c,0x69,0x74])](_0x59e3e9([0x2e]));if(0x3!=_0x556756[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x316791(_0x556756[0x1]);function _0x316791(_0x292f21){const _0x342ea4=_0x30c847(_0x292f21);return _0x342ea4&&_0x1d5c9f()?_0x342ea4:null;function _0x1d5c9f(){const _0x27e555=_0x342ea4[_0x59e3e9([0x6a,0x74,0x69])],_0x2e475e=window[_0x59e3e9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27e555[_0x59e3e9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27e555[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x58f105={..._0x342ea4,[_0x59e3e9([0x6a,0x74,0x69])]:_0x27e555[_0x59e3e9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27e555[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x58f105[_0x59e3e9([0x76,0x63])],_0x370a80(_0x58f105)==_0x2e475e;}}}async function _0x537caf(){let _0x351100=!0x0;try{const _0xc6b19d=_0xa5b69a[_0x59e3e9([0x73,0x70,0x6c,0x69,0x74])](_0x59e3e9([0x2e])),[_0x5cf5b5,_0x29d971,_0x5eaa5f]=_0xc6b19d;return _0x42b955(_0x5cf5b5),await _0x6513e1(_0x5cf5b5,_0x29d971,_0x5eaa5f),_0x351100;}catch(_0x2b9b2b){return!0x1;}function _0x42b955(_0x3ae350){const _0x10023e=_0x30c847(_0x3ae350);_0x10023e&&_0x10023e[_0x59e3e9([0x61,0x6c,0x67])]==_0x59e3e9([0x45,0x53,0x32,0x35,0x36])||(_0x351100=!0x1);}async function _0x6513e1(_0x59dd76,_0x48957b,_0x7ede88){const _0x4012a7=window[_0x59e3e9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x59e3e9([0x66,0x72,0x6f,0x6d])](_0x2e1cd5(_0x7ede88),_0x1d3bac=>_0x1d3bac[_0x59e3e9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x56ff02=new window[(_0x59e3e9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x59e3e9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x59dd76+_0x59e3e9([0x2e])+_0x48957b),_0x4149b0=window[_0x59e3e9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x59e3e9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4149b0)return;const _0x10cb10=await _0x4149b0[_0x59e3e9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x59e3e9([0x6a,0x77,0x6b]),_0x4d2beb,{[_0x59e3e9([0x6e,0x61,0x6d,0x65])]:_0x59e3e9([0x45,0x43,0x44,0x53,0x41]),[_0x59e3e9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x59e3e9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x59e3e9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4149b0[_0x59e3e9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x59e3e9([0x6e,0x61,0x6d,0x65])]:_0x59e3e9([0x45,0x43,0x44,0x53,0x41]),[_0x59e3e9([0x68,0x61,0x73,0x68])]:{[_0x59e3e9([0x6e,0x61,0x6d,0x65])]:_0x59e3e9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x10cb10,_0x4012a7,_0x56ff02)||(_0x351100=!0x1);}}function _0x30c847(_0x480718){return _0x480718[_0x59e3e9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x59e3e9([0x65,0x79]))?JSON[_0x59e3e9([0x70,0x61,0x72,0x73,0x65])](_0x2e1cd5(_0x480718)):null;}function _0x2e1cd5(_0x2174d0){return window[_0x59e3e9([0x61,0x74,0x6f,0x62])](_0x2174d0[_0x59e3e9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x59e3e9([0x2b]))[_0x59e3e9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x59e3e9([0x2f])));}function _0x370a80(_0x38c051){let _0x5c9437=0x1505;function _0x41a52e(_0xaafb10){for(let _0x28a767=0x0;_0x28a767<_0xaafb10[_0x59e3e9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28a767++){const _0x3aa86d=_0xaafb10[_0x59e3e9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x28a767);_0x5c9437=(_0x5c9437<<0x5)+_0x5c9437+_0x3aa86d,_0x5c9437&=_0x5c9437;}}function _0x455d84(_0x339d38){Array[_0x59e3e9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x339d38)?_0x339d38[_0x59e3e9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x455d84):_0x339d38&&typeof _0x339d38==_0x59e3e9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x59e3e9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x339d38)[_0x59e3e9([0x73,0x6f,0x72,0x74])]()[_0x59e3e9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3b5270,_0x714080])=>{_0x41a52e(_0x3b5270),_0x455d84(_0x714080);}):_0x41a52e(window[_0x59e3e9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x339d38));}return _0x455d84(_0x38c051),_0x5c9437>>>0x0;}function _0x1dae3c(_0x3f1821){return _0x3f1821[_0x59e3e9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x59e3e9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x59e3e9([0x30]));}function _0x376501(_0x33302f){return _0x33302f[_0x59e3e9([0x73,0x70,0x6c,0x69,0x74])]('')[_0x59e3e9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x59e3e9([0x6a,0x6f,0x69,0x6e])]('');}function _0xf62935(_0x54209e){return _0x35d866[_0x59e3e9([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x59e3e9([0x68,0x61,0x73])](_0x54209e);}function _0x536aeb(_0x407a2f){return _0x35d866[_0x59e3e9([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x59e3e9([0x67,0x65,0x74])](_0x407a2f);}function _0x3ed70b(){}function _0x59e3e9(_0xc02a4b){return _0xc02a4b['map'](_0x555f0a=>String['fromCharCode'](_0x555f0a))['join']('');}_0x807bfa(await _0x3d0039());}(this);}set['adapter'](_0x3fdc10){if(this['_adapter'])throw new _0x351529('track-changes-adapter-already-set',this);this['_adapter']=_0x3fdc10;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x437c10=!0x1,toJSON:_0x3a15d1=!0x1}={}){const _0x3183c2=[];for(const _0x471523 of this['_suggestions']['values']())_0x437c10&&!_0x471523['isInContent']||_0x3183c2['push'](_0x471523);return _0x3a15d1?_0x3183c2['map'](_0xaff411=>_0xaff411['toJSON']()):_0x3183c2;}['getSuggestion'](_0x4ae5c4){const _0x584afb=this['_suggestions']['get'](_0x4ae5c4);if(!_0x584afb)throw new _0x351529('track-changes-suggestion-not-found',this);return _0x584afb;}['hasSuggestion'](_0x247b24){return this['_suggestions']['has'](_0x247b24);}['addSuggestionData'](_0xff6779){const {authorId:_0x229ed4,id:_0x132786,attributes:_0x4ecf44}=_0xff6779,[_0x6ab575,_0x4febfa]=_0xff6779['type']['split'](':'),_0x4325e3=this['_suggestions']['get'](_0x132786)||this['_createSuggestion'](_0x6ab575,_0x4febfa,_0x132786,_0x229ed4,_0x4ecf44);if(this['_addThreadToSuggestion'](_0x4325e3),this['_checkSuggestionCorrectness'](_0x4325e3,_0x6ab575,_0x4febfa||null,_0x229ed4),_0x4325e3['createdAt']=_0xff6779['createdAt'],_0x4325e3['_isDataLoaded']=!0x0,_0x4ecf44&&_0x4ecf44['@external']){const _0x135a89=_0x4ecf44['@external'],_0x1c64ba=this['_getExternalAuthor'](_0x135a89['authorName']);_0x4325e3['authoredAt']=_0x135a89['createdAt'],_0x4325e3['author']=_0x1c64ba,_0x4325e3['isExternal']=!0x0;}else _0x4325e3['authoredAt']=_0xff6779['createdAt'];switch(_0xff6779['data']&&(_0x4325e3['data']=_0xff6779['data']),_0xff6779['attributes']&&(_0x4325e3['attributes']=_0xff6779['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x4325e3['_saved']=!0x0),this['_suggestionState']['get'](_0x4325e3)){case'notReady':this['_suggestionState']['set'](_0x4325e3,'dataReady');break;case'markerReady':_0x4325e3['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x4325e3])),this['_refreshSuggestionsChain'](new Set([_0x4325e3])),this['_suggestionState']['set'](_0x4325e3,'ready'),this['fire']('suggestionLoaded',_0x4325e3)):this['_suggestionState']['set'](_0x4325e3,'removed');}return _0x4325e3;}['acceptSuggestion'](_0x5381ab){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x13c713 of _0x5381ab['getAllAdjacentSuggestions']())_0x13c713['accept']();});});}['discardSuggestion'](_0xa18451){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x19e199 of _0xa18451['getAllAdjacentSuggestions']())_0x19e199['discard']();});});}['enableCommand'](_0xa96245,_0x43c94c){const _0x1734e1=this['editor']['commands']['get'](_0xa96245);if(!_0x1734e1)throw new _0x351529('track-changes-command-not-found',this,{'commandName':_0xa96245});if(this['_enabledCommands']['has'](_0x1734e1))throw new _0x351529('track-changes-enable-command-twice',this,{'commandName':_0xa96245});this['_enabledCommands']['add'](_0x1734e1),_0x43c94c&&_0x1734e1['on']('execute',(_0x5633eb,_0x1a6451)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x1a6451['length']>0x0&&_0x1a6451[_0x1a6451['length']-0x1]&&_0x1a6451[_0x1a6451['length']-0x1]['forceDefaultExecution']?_0x1a6451['pop']():(_0x5633eb['return']=_0x43c94c((..._0x4a3e04)=>_0x1734e1['execute'](..._0x4a3e04,{'forceDefaultExecution':!0x0}),..._0x1a6451),_0x5633eb['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4f7daa){let _0x526eb6,_0x100df8;const _0x322929=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x526eb6=_0x4f7daa();}catch(_0x1a145f){_0x100df8=_0x1a145f;}return _0x322929||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x100df8&&_0x351529['rethrowUnexpectedError'](_0x100df8,this),_0x526eb6;}['markInsertion'](_0x35e628,_0x399b70=null,_0x59cfab={}){if(_0x35e628['isCollapsed'])return null;const _0x4c96c4=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0xbec0b7,meta:_0x1346dd}of this['_findSuggestions'](_0x35e628,'insertion'))if(_0x1346dd['isOwn']){if(!_0x1346dd['isNextTo']){if(_0x1346dd['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!zt(_0xbec0b7,_0x59cfab))continue;return _0xbec0b7;}if(zt(_0xbec0b7,_0x59cfab))return _0xbec0b7;this['_breakSuggestionMarker'](_0xbec0b7,_0x35e628['start'],_0x35e628['end']);break;}if(_0x399b70==_0xbec0b7['subType']&&zt(_0xbec0b7,_0x59cfab)){const _0x470f27=_0xbec0b7['getFirstRange']();return _0x470f27['start']['isEqual'](_0x35e628['end'])?this['_setSuggestionRange'](_0xbec0b7,this['_model']['createRange'](_0x35e628['start'],_0x470f27['end'])):this['_setSuggestionRange'](_0xbec0b7,this['_model']['createRange'](_0x470f27['start'],_0x35e628['end'])),_0xbec0b7;}}const _0x3c7b77=_0x5a6ab6(),_0x67582a=_0x4c96c4['id'],_0x4eb5fa=_0x399b70?'insertion:'+_0x399b70:'insertion',_0x545433=this['_setSuggestionData']({'id':_0x3c7b77,'type':_0x4eb5fa,'createdAt':new Date(),'authorId':_0x67582a,'attributes':_0x59cfab});return this['_addSuggestionMarker'](_0x4eb5fa,_0x3c7b77,_0x67582a,_0x35e628),_0x545433;}['markMultiRangeInsertion'](_0x160808,_0x5a6568='multi',_0xcc4843={}){const _0x424074=this['editor']['plugins']['get']('Users')['me'],_0x4eef1f=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5a6568,'join');for(const _0x13c4f4 of this['getSuggestions']())if(_0x13c4f4['author']['id']==_0x424074['id']&&'insertion'==_0x13c4f4['type']&&_0x13c4f4['subType']==_0x5a6568&&zt(_0x13c4f4,_0xcc4843)&&(_0x4eef1f(_0x13c4f4['getRanges'](),_0x160808)||_0x4eef1f(_0x160808,_0x13c4f4['getRanges']()))){for(const _0x2e93e0 of _0x160808)_0x13c4f4['addRange'](_0x2e93e0);return _0x13c4f4;}for(const {suggestion:_0x254086,meta:_0x5a1309}of this['_findSuggestions'](_0x160808,'insertion')){if(!_0x5a1309['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x5a1309['containsRangeInObject'])continue;if(!zt(_0x254086,_0xcc4843))continue;let _0xb2dec6=!0x0;for(const _0x116a28 of _0x254086['getRanges']())for(const _0x519a87 of _0x160808)if(!_0x116a28['containsRange'](_0x519a87)){_0xb2dec6=!0x1;break;}if(_0xb2dec6)return _0x254086;}const _0x11c37f=_0x5a6ab6(),_0x2d7d1f=_0x424074['id'],_0x2aa491='insertion:'+_0x5a6568,_0x481e05=this['_setSuggestionData']({'id':_0x11c37f,'type':_0x2aa491,'createdAt':new Date(),'authorId':_0x2d7d1f,'attributes':_0xcc4843});for(const _0xd6c8f7 of _0x160808)this['_addSuggestionMarker'](_0x2aa491,_0x11c37f,_0x2d7d1f,_0xd6c8f7,u['getMultiRangeId']());return _0x481e05;}['markInlineFormat'](_0x14d331,_0x149c27,_0x39cf8d=null,_0x195e68={}){if(_0x39cf8d=_0x39cf8d||Gt(_0x149c27),_0x14d331['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x2ef0b7=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x39cf8d,'accept');return this['forceDefaultExecution'](()=>_0x2ef0b7([_0x14d331],_0x149c27,_0x195e68)),null;}const _0x16b35c=this['editor']['plugins']['get']('Users')['me'],_0x3da647=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x53dd9b,meta:_0x35cc54}of this['_findSuggestions'](_0x14d331,'insertion'))_0x35cc54['isOwn']&&!_0x35cc54['isInsideObject']&&_0x3da647['push'](..._0x53dd9b['getRanges']());}const _0x2ac84f=function(_0x4152dd,_0x2a657f){const _0x1fa43b=[];for(const _0x156421 of _0x2a657f){const _0xcdcf98=_0x4152dd['getIntersection'](_0x156421);_0xcdcf98&&_0x1fa43b['push'](_0xcdcf98);}return _0x1fa43b;}(_0x14d331,_0x3da647),_0x3c6bdb=function(_0x254dc1,_0x1fd83a){const _0x4ad9a4=[_0x254dc1];for(const _0x3cf242 of _0x1fd83a){let _0x3e1320=0x0;for(;_0x3e1320<_0x4ad9a4['length'];){const _0x43e27f=_0x4ad9a4[_0x3e1320]['getDifference'](_0x3cf242);_0x4ad9a4['splice'](_0x3e1320,0x1,..._0x43e27f),_0x3e1320+=_0x43e27f['length'];}}return _0x4ad9a4;}(_0x14d331,_0x3da647);_0x2ac84f['length']&&this['_model']['change'](()=>{for(const _0x449229 of _0x2ac84f){const _0x1913ba=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x39cf8d,'accept');this['forceDefaultExecution'](()=>_0x1913ba([_0x449229],_0x149c27,_0x195e68));}});for(const _0x4fbcfe of _0x3c6bdb){let _0x4a469f=null,_0x3c03f3=_0x4fbcfe['start'],_0x4ea397=_0x4fbcfe['end'];for(const {suggestion:_0x1ce643,meta:_0x577e28}of this['_findSuggestions'](_0x4fbcfe,'formatInline')){if(!_0x577e28['isOwn'])continue;if(_0x1ce643['subType']!=_0x39cf8d)continue;if(!zt(_0x1ce643,_0x195e68))continue;const _0x1fd51f=_0x1ce643['getFirstRange']();if(_0x1fd51f['containsRange'](_0x4fbcfe,!0x0))return null;_0x3c03f3=_0x3c03f3['isBefore'](_0x1fd51f['start'])?_0x3c03f3:_0x1fd51f['start'],_0x4ea397=_0x4ea397['isAfter'](_0x1fd51f['end'])?_0x4ea397:_0x1fd51f['end'],_0x4a469f?_0x1fd51f['start']['isBefore'](_0x4a469f['getFirstRange']()['start'])?(_0x4a469f['removeMarkers'](),_0x4a469f=_0x1ce643):_0x1ce643['removeMarkers']():_0x4a469f=_0x1ce643;}const _0x4b542c=this['_model']['createRange'](_0x3c03f3,_0x4ea397);if(_0x4a469f)this['_setSuggestionRange'](_0x4a469f,_0x4b542c);else{const _0x11618e=_0x5a6ab6(),_0x2230e3=_0x16b35c['id'];this['_setSuggestionData']({'id':_0x11618e,'type':'formatInline:'+_0x39cf8d,'data':_0x149c27,'createdAt':new Date(),'authorId':_0x2230e3,'attributes':_0x195e68}),this['_addSuggestionMarker']('formatInline:'+_0x39cf8d,_0x11618e,_0x2230e3,_0x4b542c);}}return null;}['markBlockFormat'](_0x53b4a8,_0x338723,_0x55eeeb=[],_0x55edc7=null,_0x43f1f4={}){_0x338723['formatGroupId']||(_0x338723['formatGroupId']=_0x338723['commandName']),_0x338723['multipleBlocks']=_0x53b4a8['is']('range'),_0x55edc7=_0x55edc7||Gt(_0x338723);const _0x5f04c8=_0x55eeeb['map'](_0xd942e4=>Jt(_0xd942e4,this['_model'])),_0x1f7e4c=_0x53b4a8['is']('range')?_0x53b4a8:Jt(_0x53b4a8,this['_model']);if('never'===this['_trackFormatChanges']){const _0x5b5fa8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x55edc7,'accept');return this['forceDefaultExecution'](()=>_0x5b5fa8([_0x1f7e4c],_0x338723,_0x43f1f4)),null;}_0x5f04c8['push'](_0x1f7e4c);let _0x1ad080=!0x0;for(const _0x33b6fc of _0x5f04c8)if(!this['_rangeIsInLocalUserInsertion'](_0x33b6fc)){_0x1ad080=!0x1;break;}if(_0x1ad080&&'always'!==this['_trackFormatChanges']){const _0x12e743=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x55edc7,'accept');return this['forceDefaultExecution'](()=>_0x12e743([_0x1f7e4c],_0x338723,_0x43f1f4)),null;}let _0x5745b3=null,_0x38dc7d=_0x1f7e4c['start'],_0x7aea44=_0x1f7e4c['end'];for(const {suggestion:_0x838f49,meta:_0x217fa4}of this['_findSuggestions'](_0x1f7e4c,'formatBlock')){if(!_0x217fa4['isOwn'])continue;if(_0x217fa4['isNextTo']||_0x217fa4['containsRangeInObject']||_0x217fa4['isInsideObject'])continue;if(_0x838f49['data']['formatGroupId']!=_0x338723['formatGroupId'])continue;if(!zt(_0x838f49,_0x43f1f4))continue;const _0x4fc606=_0x838f49['getFirstRange']();if(_0x838f49['subType']==_0x55edc7){if(_0x4fc606['containsRange'](_0x1f7e4c,!0x0))return null;_0x38dc7d=_0x38dc7d['isBefore'](_0x4fc606['start'])?_0x38dc7d:_0x4fc606['start'],_0x7aea44=_0x7aea44['isAfter'](_0x4fc606['end'])?_0x7aea44:_0x4fc606['end'],_0x5745b3?_0x4fc606['start']['isBefore'](_0x5745b3['getFirstRange']()['start'])?(_0x5745b3['removeMarkers'](),_0x5745b3=_0x838f49):_0x838f49['removeMarkers']():_0x5745b3=_0x838f49;}else{const _0x10da05=_0x1f7e4c['getIntersection'](_0x4fc606);this['_cutOutSuggestionMarker'](_0x838f49,_0x10da05);}}const _0x167cd6=this['editor']['plugins']['get']('Users')['me'],_0x56f808=_0x5a6ab6(),_0x11d4b8=_0x167cd6['id'];if(_0x5745b3)return this['_setSuggestionRange'](_0x5745b3,this['_model']['createRange'](_0x38dc7d,_0x7aea44)),_0x5745b3;{const _0x3751c=this['_setSuggestionData']({'id':_0x56f808,'type':'formatBlock:'+_0x55edc7,'data':_0x338723,'createdAt':new Date(),'authorId':_0x11d4b8,'attributes':_0x43f1f4});return this['_addSuggestionMarker']('formatBlock:'+_0x55edc7,_0x56f808,_0x11d4b8,this['_model']['createRange'](_0x38dc7d,_0x7aea44)),_0x3751c;}}['markMultiRangeBlockFormat'](_0x5cff5,_0x49e3a1,_0x4e6453=[],_0x43d2aa=null,_0x5f14e0={}){_0x49e3a1['formatGroupId']||(_0x49e3a1['formatGroupId']=_0x49e3a1['commandName']);const _0x2edad4=_0x5cff5[0x0];_0x49e3a1['multipleBlocks']=_0x2edad4['is']('range'),_0x43d2aa=_0x43d2aa||Gt(_0x49e3a1);const _0x25b217=_0x4e6453['map'](_0x15ba8e=>Jt(_0x15ba8e,this['_model'])),_0x2b2512=_0x2edad4['is']('range')?_0x5cff5:_0x5cff5['map'](_0x4a2c0a=>Jt(_0x4a2c0a,this['_model']));if('never'===this['_trackFormatChanges']){const _0x290f25=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43d2aa,'accept');return this['forceDefaultExecution'](()=>_0x290f25(_0x2b2512,_0x49e3a1,_0x5f14e0)),null;}_0x25b217['push'](..._0x2b2512);let _0x3f8ef1=!0x0;for(const _0x5afc96 of _0x25b217)if(!this['_rangeIsInLocalUserInsertion'](_0x5afc96)){_0x3f8ef1=!0x1;break;}if(_0x3f8ef1&&'always'!==this['_trackFormatChanges']){const _0x55fdb3=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43d2aa,'accept');return this['forceDefaultExecution'](()=>_0x55fdb3(_0x2b2512,_0x49e3a1,_0x5f14e0)),null;}const _0x5b50f9=this['editor']['plugins']['get']('Users')['me'];for(const _0x3d4f15 of this['getSuggestions']()){if(_0x3d4f15['author']['id']!=_0x5b50f9['id'])continue;if('formatBlock'!=_0x3d4f15['type']||_0x3d4f15['data']['formatGroupId']!=_0x49e3a1['formatGroupId'])continue;if(!zt(_0x3d4f15,_0x5f14e0))continue;const _0x4c3878=_0x3d4f15['subType']==_0x43d2aa;for(let _0x5ca391=0x0;_0x5ca391<_0x2b2512['length'];_0x5ca391++){const _0x1882ce=_0x2b2512[_0x5ca391];for(const _0x561c20 of _0x3d4f15['getMarkers']()){const _0x55831d=_0x561c20['getRange']();if(_0x1882ce['isEqual'](_0x55831d)){_0x4c3878?(_0x2b2512['splice'](_0x5ca391,0x1),_0x5ca391--):_0x3d4f15['removeMarker'](_0x561c20['name']);break;}}}}if(0x0==_0x2b2512['length'])return null;const _0x5d8f13=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43d2aa,'join');for(const _0x4d443a of this['getSuggestions']())if(_0x4d443a['author']['id']==_0x5b50f9['id']&&'formatBlock'==_0x4d443a['type']&&_0x4d443a['data']['formatGroupId']==_0x49e3a1['formatGroupId']&&_0x4d443a['subType']==_0x43d2aa&&zt(_0x4d443a,_0x5f14e0)&&(_0x5d8f13(_0x4d443a['getRanges'](),_0x2b2512)||_0x5d8f13(_0x2b2512,_0x4d443a['getRanges']()))){for(const _0x1d142c of _0x2b2512)_0x4d443a['addRange'](_0x1d142c);return _0x4d443a;}const _0x2de603=_0x5a6ab6(),_0x3202f2=_0x5b50f9['id'],_0x1c0046='formatBlock:'+_0x43d2aa,_0x1c783f=this['_setSuggestionData']({'id':_0x2de603,'type':_0x1c0046,'data':_0x49e3a1,'createdAt':new Date(),'authorId':_0x3202f2,'attributes':_0x5f14e0});for(const _0x7eb019 of _0x2b2512)this['_addSuggestionMarker'](_0x1c0046,_0x2de603,_0x3202f2,_0x7eb019,u['getMultiRangeId']());return _0x1c783f;}['markDeletion'](_0x49c3c9,_0x580869=null,_0x203ca8={}){if(_0x49c3c9['isCollapsed'])return null;const _0x3583a8=this['editor']['plugins']['get']('Users')['me'],_0x9ee6d0=new _0x252b19(_0x49c3c9['start'],_0x49c3c9['end']);for(const {suggestion:_0x1b1466,meta:_0x4511aa}of this['_findSuggestions'](_0x9ee6d0,'insertion'))if(_0x4511aa['isOwn']&&!_0x4511aa['isNextTo']){if(_0x1b1466['isMultiRange']){const _0x2f66ad=_0x1b1466['getRanges']()['filter'](_0x157db9=>'$graveyard'!=_0x157db9['root']['rootName']);_0x2f66ad['every'](_0x72734b=>_0x9ee6d0['containsRange'](_0x72734b,!0x0))&&_0x1b1466['discard']();if(_0x2f66ad['some'](_0x1e9f3a=>_0x1e9f3a['containsRange'](_0x9ee6d0,!0x0))){const _0xf8a33c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x580869,'accept');return this['forceDefaultExecution'](()=>_0xf8a33c([_0x9ee6d0],null,_0x203ca8)),null;}}else{const _0x46e283=_0x9ee6d0['getIntersection'](_0x1b1466['getFirstRange']());null!==_0x46e283&&_0x1b1466['_onDiscard']([_0x46e283],null,_0x203ca8);}}if(_0x9ee6d0['detach'](),_0x9ee6d0['isCollapsed']||'$graveyard'==_0x9ee6d0['root']['rootName'])return null;let _0x854244=null,_0x3010ae=_0x9ee6d0['start'],_0x521994=_0x9ee6d0['end'];const _0x34118d=this['_findSuggestions'](_0x9ee6d0,'deletion');for(const {suggestion:_0x1f83be,meta:_0x2bedfd}of _0x34118d){const _0x2b22c9=this['_model']['createRange'](_0x3010ae,_0x521994);if(_0x2bedfd['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2bedfd['containsRangeInObject']&&!_0x2bedfd['isInsideObject'])){if(_0x1f83be['isMultiRange']){if(!zt(_0x1f83be,_0x203ca8))continue;let _0x520fd9=!0x0;for(const _0x20b4a2 of _0x1f83be['getRanges']()){if(_0x20b4a2['containsRange'](_0x2b22c9,!0x0))return _0x1f83be;_0x2b22c9['containsRange'](_0x20b4a2)||(_0x520fd9=!0x1);}_0x520fd9&&_0x1f83be['discard']();}else{const _0x568a75=_0x1f83be['getFirstRange']();if(_0x568a75['containsRange'](_0x2b22c9,!0x0))return _0x1f83be;if(!zt(_0x1f83be,_0x203ca8)){_0x2b22c9['containsRange'](_0x568a75)?_0x1f83be['removeMarkers']():_0x568a75['containsPosition'](_0x3010ae)?_0x3010ae=_0x568a75['end']:_0x568a75['containsPosition'](_0x521994)&&(_0x521994=_0x568a75['start']);continue;}_0x3010ae=_0x3010ae['isBefore'](_0x568a75['start'])?_0x3010ae:_0x568a75['start'],_0x521994=_0x521994['isAfter'](_0x568a75['end'])?_0x521994:_0x568a75['end'],_0x203ca8=Object['assign']({},_0x1f83be['attributes']),_0x854244?_0x568a75['start']['isBefore'](_0x854244['getFirstRange']()['start'])?(_0x854244['removeMarkers'](),_0x854244=_0x1f83be):_0x1f83be['removeMarkers']():_0x854244=_0x1f83be;}}}if(_0x854244)return this['_setSuggestionRange'](_0x854244,this['_model']['createRange'](_0x3010ae,_0x521994)),_0x854244;{const _0x100e03=_0x5a6ab6(),_0x4348a0=this['_model']['createRange'](_0x3010ae,_0x521994),_0xa32308=_0x3583a8['id'],_0x319213=_0x580869?'deletion:'+_0x580869:'deletion',_0x4afd6e=this['_setSuggestionData']({'id':_0x100e03,'type':_0x319213,'createdAt':new Date(),'authorId':_0xa32308,'attributes':_0x203ca8});return this['_addSuggestionMarker'](_0x319213,_0x100e03,_0xa32308,_0x4348a0),_0x4afd6e;}}['markMultiRangeDeletion'](_0x1bc777,_0x254bac='multi',_0x59a6fd={}){const _0x4b2a9d=this['editor']['plugins']['get']('Users')['me'],_0x5d9a3f=_0x1bc777['map'](_0x37f4ff=>new _0x252b19(_0x37f4ff['start'],_0x37f4ff['end'])),_0x1bfc99=new Set();for(const {suggestion:_0x560f95,meta:_0xab7e59}of this['_findSuggestions'](_0x5d9a3f,'insertion'))_0xab7e59['isOwn']&&!_0xab7e59['isNextTo']&&_0x1bfc99['add'](_0x560f95);for(const _0xbebc2f of _0x1bfc99)if(_0xbebc2f['isMultiRange']){const _0x218c43=_0xbebc2f['getRanges']();(!_0xbebc2f['attributes']||!_0xbebc2f['attributes']['skipNestingCheck'])&&(_0x218c43['every'](_0x5c7110=>_0x5d9a3f['some'](_0x193bbc=>_0x193bbc['containsRange'](_0x5c7110,!0x0)))&&_0xbebc2f['discard']());if(_0x5d9a3f['every'](_0x1bffed=>_0x218c43['some'](_0x2d0d5e=>_0x2d0d5e['containsRange'](_0x1bffed,!0x0)))){const _0x14b0ee=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x254bac,'accept');return this['forceDefaultExecution'](()=>_0x14b0ee(_0x1bc777,null,_0x59a6fd)),null;}}else{const _0x6d5be1=_0xbebc2f['getFirstRange']();_0x5d9a3f['some'](_0x3c196f=>_0x3c196f['containsRange'](_0x6d5be1,!0x0))&&_0xbebc2f['discard']();if(_0x5d9a3f['every'](_0x5cd294=>_0x6d5be1['containsRange'](_0x5cd294,!0x0))){const _0x26b518=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x254bac,'accept');return this['forceDefaultExecution'](()=>_0x26b518(_0x5d9a3f,null,_0x59a6fd)),null;}}const _0x3c5de3=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x254bac,'join');let _0x2b51ac=null;for(const _0x49b374 of this['getSuggestions']())if(_0x49b374['author']['id']==_0x4b2a9d['id']&&_0x49b374['isInContent']&&'deletion'==_0x49b374['type']&&_0x49b374['subType']==_0x254bac&&zt(_0x49b374,_0x59a6fd)&&(_0x3c5de3(_0x49b374['getRanges'](),_0x5d9a3f)||_0x3c5de3(_0x5d9a3f,_0x49b374['getRanges']()))){if(_0x2b51ac){if(_0x49b374['commentThread']&&_0x49b374['commentThread']['length'])continue;for(const _0x2598cd of _0x49b374['getRanges']())_0x2b51ac['isIntersectingWithRange'](_0x2598cd)||_0x2b51ac['addRange'](_0x2598cd);_0x49b374['removeMarkers']();}else{_0x2b51ac=_0x49b374;for(const _0x293c12 of _0x5d9a3f)_0x49b374['isIntersectingWithRange'](_0x293c12)||_0x49b374['addRange'](_0x293c12);}}if(_0x2b51ac)return _0x2b51ac;_0x1bfc99['clear']();for(const {suggestion:_0x11fd3d,meta:_0x233cb3}of this['_findSuggestions'](_0x5d9a3f,'deletion'))_0x233cb3['isOwn']&&(this['_mergeNestedSuggestions']||!_0x233cb3['containsRangeInObject']&&!_0x233cb3['isInsideObject'])&&zt(_0x11fd3d,_0x59a6fd)&&_0x1bfc99['add'](_0x11fd3d);for(const _0x1a9b25 of _0x1bfc99){const _0x1b2fb2=_0x1a9b25['getRanges']();if(!_0x59a6fd||!_0x59a6fd['skipNestingCheck']){if(_0x5d9a3f['every'](_0xe7242b=>_0x1b2fb2['some'](_0xc0277b=>_0xc0277b['containsRange'](_0xe7242b,!0x0))))return _0x1a9b25;}(!_0x1a9b25['attributes']||!_0x1a9b25['attributes']['skipNestingCheck'])&&(_0x1b2fb2['every'](_0x353449=>_0x5d9a3f['some'](_0x181c04=>_0x181c04['containsRange'](_0x353449,!0x0)))&&_0x1a9b25['discard']());}const _0x5ef634=_0x5a6ab6(),_0x58438f=_0x4b2a9d['id'],_0x378de3='deletion:'+_0x254bac,_0x5246cc=this['_setSuggestionData']({'id':_0x5ef634,'type':_0x378de3,'createdAt':new Date(),'authorId':_0x58438f,'attributes':_0x59a6fd});for(const _0xdfe6c8 of _0x5d9a3f)_0xdfe6c8['detach'](),_0xdfe6c8['isCollapsed']||'$graveyard'==_0xdfe6c8['root']['rootName']||this['_addSuggestionMarker'](_0x378de3,_0x5ef634,_0x58438f,_0xdfe6c8,u['getMultiRangeId']());return _0x5246cc;}['markAttributeChange'](_0x504874,_0x3ad9ad,_0x38f903,_0x1ed3a1,_0x1a9aee){if(_0x504874['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x521bea=this['editor']['plugins']['get']('Users')['me']['id'],_0x57e4e9=Array['from'](this['_suggestions']['values']())['filter'](_0x48456c=>'attribute'==_0x48456c['type']&&_0x48456c['data']['key']==_0x3ad9ad&&_0x48456c['isIntersectingWithRange'](_0x504874));if('default'===this['_trackFormatChanges']){const _0x1b45f0=this['_findSuggestions'](_0x504874,'insertion')['filter'](({meta:_0x40bd59})=>_0x40bd59['isOwn']&&!_0x40bd59['isInsideObject']&&!_0x40bd59['isNextTo'])['map'](({suggestion:_0x39546e})=>_0x39546e);_0x57e4e9['unshift'](..._0x1b45f0);}const _0x497651=new Map([[_0x504874,_0x38f903]]);for(const _0x3607c7 of _0x57e4e9){const _0x1ecf11='attribute'==_0x3607c7['type']?_0x3607c7['data']['oldValue']:void 0x0,_0x264e21=_0x3607c7['getFirstRange'](),_0x1eaaeb=Array['from'](_0x497651['keys']())['find'](_0x483cea=>_0x483cea['isIntersecting'](_0x264e21));if(!_0x1eaaeb)continue;const _0x18fed2=_0x1eaaeb['getDifference'](_0x264e21);this['_isBlockAttribute'](_0x3ad9ad)&&'insertion'==_0x3607c7['type']&&0x0!=_0x18fed2['length']||(_0x497651['delete'](_0x1eaaeb),_0x18fed2['forEach'](_0x525984=>{_0x497651['set'](_0x525984,_0x38f903);}),'insertion'!=_0x3607c7['type']&&_0x1ecf11!=_0x1ed3a1&&_0x497651['set'](_0x1eaaeb['getIntersection'](_0x264e21),_0x1ecf11));}const _0x3bce84=[];for(const [_0x1f52c9,_0x3fb773]of _0x497651){const _0x1fed1b=_0x5a6ab6(),_0x187a35={'key':_0x3ad9ad,'oldValue':_0x3fb773,'newValue':_0x1ed3a1};_0x3ad9ad['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':_0x3ad9ad});const _0x481433=('attribute:'+(_0x3ad9ad+'|'+Gt({'newValue':_0x1ed3a1})))['substring'](0x0,0x3c),_0x2634c3=this['_setSuggestionData']({'id':_0x1fed1b,'type':_0x481433,'data':_0x187a35,'createdAt':new Date(),'authorId':_0x521bea,'attributes':_0x1a9aee});_0x3bce84['push'](_0x2634c3),this['_addSuggestionMarker'](_0x481433,_0x1fed1b,_0x521bea,_0x1f52c9);}return _0x3bce84;}['enableDefaultAttributesIntegration'](_0x14050a){this['enableCommand'](_0x14050a,(_0x5e69d7,..._0x10f05b)=>{this['_recordAttributeChanges'](()=>{_0x5e69d7(..._0x10f05b);});});}['registerBlockAttribute'](_0x5be042){this['_blockAttributeKeys']['add'](_0x5be042);}['registerInlineAttribute'](_0x462ebf){this['_inlineAttributeKeys']['add'](_0x462ebf);}['_getAttributeKey'](_0x46f180){return'attribute'==_0x46f180['type']?_0x46f180['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x2f4272,_0x4f0999){const _0x3efdbd=_0x2f4272['getFirstMarker']();this['_model']['change'](_0x2aacbe=>{_0x2aacbe['updateMarker'](_0x3efdbd,{'range':_0x4f0999});});}['_addThreadToSuggestion'](_0x5839a7){const _0x3b0931=_0x5839a7['id'],_0x3cffce=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x3b0931)||this['_commentsRepository']['addCommentThread']({'channelId':_0x3cffce,'threadId':_0x3b0931,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1accde=this['_commentsRepository']['getCommentThread'](_0x3b0931);_0x1accde['unbind']('isRemovable'),_0x1accde['isRemovable']=!0x1,_0x5839a7['commentThread']=_0x1accde;}['_checkSuggestionCorrectness'](_0x1e071d,_0x5749e7,_0x259aa6,_0x4f47fa){if(_0x1e071d['type']!=_0x5749e7||_0x1e071d['subType']!=_0x259aa6||_0x1e071d['creator']['id']!=_0x4f47fa)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x351529('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x4da009,_0x1189fc){const _0x5d7f19=_0x4da009['getFirstRange']();if(_0x1189fc['isEqual'](_0x5d7f19))_0x4da009['removeMarkers']();else{if(_0x5d7f19['containsRange'](_0x1189fc)){const _0x4c8f0a=this['_model']['createPositionAt'](_0x1189fc['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4da009,this['_model']['createRange'](_0x5d7f19['start'],_0x4c8f0a));const _0x1d7328=_0x5a6ab6(),_0x5a57c1=_0x4da009['creator']['id'],_0x2ff67f=_0x4da009['type']+':'+_0x4da009['subType'];this['_setSuggestionData']({'id':_0x1d7328,'type':_0x2ff67f,'createdAt':new Date(),'authorId':_0x5a57c1,'data':_0x4da009['data'],'attributes':_0x4da009['attributes']});const _0x4136a2=this['_model']['createPositionAt'](_0x1189fc['end']['parent'],'after'),_0x542459=this['_model']['createRange'](_0x4136a2,_0x5d7f19['end']);this['_addSuggestionMarker'](_0x2ff67f,_0x1d7328,_0x5a57c1,_0x542459);}else{if(_0x5d7f19['containsPosition'](_0x1189fc['start'])){const _0x45d718=this['_model']['createPositionAt'](_0x1189fc['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4da009,this['_model']['createRange'](_0x5d7f19['start'],_0x45d718));}else{const _0x3e2c3e=this['_model']['createPositionAt'](_0x1189fc['end']['parent'],'after');this['_setSuggestionRange'](_0x4da009,this['_model']['createRange'](_0x3e2c3e,_0x5d7f19['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x24c54b){for(const {suggestion:_0x29370f,meta:_0x297d03}of this['_findSuggestions'](_0x24c54b,'insertion')){if(!_0x297d03['isOwn'])continue;const _0x5e406f=_0x29370f['getRanges']();for(const _0x1cc8cf of _0x5e406f)if(!_0x24c54b['getDifference'](_0x1cc8cf)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x498f6b){const _0x34f5c9=this['editor']['plugins']['get']('Users')['getUser'](_0x498f6b);if(!_0x34f5c9)throw new _0x351529('track-changes-user-not-found',this);return _0x34f5c9;}['_getExternalAuthor'](_0x57107f){const _0x20a790=this['editor']['plugins']['get']('Users'),_0x1eafac=_0x29356c('external:'+_0x57107f),_0x82ccb=_0x20a790['getUser'](_0x1eafac);return _0x82ccb||_0x20a790['addUser']({'id':_0x1eafac,'name':_0x57107f});}['_createSuggestion'](_0x4f7565,_0x4d0fe1,_0x227fb2,_0x58c676,_0x58d7a4){const _0x22e043=this['_getAuthorFromId'](_0x58c676),_0x2ee53a=this['_suggestionFactory']['buildSuggestion'](_0x4f7565,_0x4d0fe1,_0x227fb2,_0x22e043,_0x58d7a4,_0x10bff2=>{this['_updateSuggestionData'](_0x227fb2,{'attributes':_0x10bff2});const _0x1e5e19=this['getSuggestion'](_0x227fb2);this['_joinWithAdjacentSuggestions'](new Set([_0x1e5e19])),this['_refreshSuggestionsChain'](new Set([_0x1e5e19]));});return this['listenTo'](_0x2ee53a,'accept',()=>{this['_updateSuggestionData'](_0x227fb2,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x2ee53a,'discard',()=>{this['_updateSuggestionData'](_0x227fb2,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x227fb2,_0x2ee53a),this['_suggestionState']['set'](_0x2ee53a,'notReady'),_0x2ee53a;}['_splitMarkerName'](_0x2caaaa){const _0x21a8b5=_0x2caaaa['split'](':');return{'group':_0x21a8b5[0x0],'type':_0x21a8b5[0x1],'subType':_0x21a8b5['length']>=0x5?_0x21a8b5[0x2]:null,'id':_0x21a8b5['length']<0x5?_0x21a8b5[0x2]:_0x21a8b5[0x3],'authorId':_0x21a8b5['length']<0x5?_0x21a8b5[0x3]:_0x21a8b5[0x4],'markerCount':0x6==_0x21a8b5['length']?_0x21a8b5[0x5]:null};}['_breakSuggestionMarker'](_0x495503,_0x439425,_0x4336e5){const _0x404527=_0x495503['getFirstRange'](),_0x2728f2=_0x404527['start'],_0x170704=_0x404527['end'];this['_setSuggestionRange'](_0x495503,this['_model']['createRange'](_0x2728f2,_0x439425));const _0x9e8b36=_0x5a6ab6(),_0xe7d2f8=_0x495503['creator']['id'],_0x396d17=_0x495503['type']+(_0x495503['subType']?':'+_0x495503['subType']:'');this['_setSuggestionData']({'id':_0x9e8b36,'type':_0x396d17,'createdAt':new Date(),'authorId':_0xe7d2f8,'originalSuggestionId':_0x495503['id'],'attributes':_0x495503['attributes'],'data':_0x495503['data']});const _0x43cdde=this['_getAttributeKey'](_0x495503);('formatBlock'==_0x495503['type']||_0x43cdde&&this['_isBlockAttribute'](_0x43cdde))&&(_0x4336e5=this['_model']['createPositionBefore'](_0x4336e5['parent'])),this['_addSuggestionMarker'](_0x396d17,_0x9e8b36,_0xe7d2f8,this['_model']['createRange'](_0x4336e5,_0x170704));}['_findSuggestions'](_0x2c4bba,_0x562121=null){const _0x1a92bc=[],_0x3b54f8=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x2c4bba)||(_0x2c4bba=[_0x2c4bba]);for(const _0x3f7b00 of this['getSuggestions']()){if(!_0x3f7b00['isInContent'])continue;if(_0x562121&&_0x3f7b00['type']!=_0x562121)continue;let _0x18760a=!0x1;for(const _0x215011 of _0x3f7b00['getRanges']()){for(const _0x205da1 of _0x2c4bba){const _0x5efc73=_0x205da1['start']['isEqual'](_0x215011['end'])||_0x205da1['end']['isEqual'](_0x215011['start']);if(_0x5efc73||_0x205da1['getIntersection'](_0x215011)){const _0x592d22=_0x205da1['containsRange'](_0x215011)&&Ut(this['_model']['schema'],_0x215011['start'],_0x205da1),_0x588363=_0x215011['containsRange'](_0x205da1)&&Ut(this['_model']['schema'],_0x205da1['start'],_0x215011);_0x1a92bc['push']({'suggestion':_0x3f7b00,'meta':{'isOwn':_0x3b54f8==_0x3f7b00['author'],'isNextTo':_0x5efc73,'isInsideObject':_0x592d22,'containsRangeInObject':_0x588363}}),_0x18760a=!0x0;break;}}if(_0x18760a)break;}}return _0x1a92bc;}['_addSuggestionMarker'](_0x4d14eb,_0x2d7f34,_0x1ea0a5,_0x542c15,_0x80f598){this['_model']['change'](_0x4909e5=>{let _0x26f9ff='suggestion:'+_0x4d14eb+':'+_0x2d7f34+':'+_0x1ea0a5;_0x80f598&&(_0x26f9ff=_0x26f9ff+':'+_0x80f598),_0x4909e5['addMarker'](_0x26f9ff,{'range':_0x542c15,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x2e2422){const _0x5219a3=_0x2e2422['previous'],_0x573e19=_0x2e2422['next'];_0x2e2422['previous']=null,_0x2e2422['next']=null,null!=_0x5219a3&&_0x5219a3['next']==_0x2e2422&&(_0x5219a3['next']=_0x573e19),null!=_0x573e19&&_0x573e19['previous']==_0x2e2422&&(_0x573e19['previous']=_0x5219a3),'ready'==this['_suggestionState']['get'](_0x2e2422)&&(this['_suggestionState']['set'](_0x2e2422,'removed'),this['fire']('suggestionUnloaded',_0x2e2422,_0x5219a3,_0x573e19));}['_setSuggestionData'](_0x11168d){const _0x524f15=_0x11168d['id'],_0x4a90ca=this['addSuggestionData'](_0x11168d);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1df49d=this['editor']['plugins']['get']('PendingActions'),_0x3857dd=_0x4a90ca['hasComments'],_0x6798c=_0x4a90ca['subType']?_0x4a90ca['type']+':'+_0x4a90ca['subType']:_0x4a90ca['type'],_0x55f0c4=this['editor']['locale'],_0x236df9=_0x1df49d['add'](o(_0x55f0c4,'PENDING_ACTION_SUGGESTION')),_0x17c88d={'id':_0x524f15,'type':_0x6798c,'hasComments':_0x3857dd,'data':_0x11168d['data']||null,'originalSuggestionId':_0x11168d['originalSuggestionId']||null,'attributes':_0x4a90ca['attributes']};this['_adapter']['addSuggestion'](_0x17c88d)['then'](_0x5999d5=>{_0x4a90ca['_saved']=!0x0,_0x1df49d['remove'](_0x236df9),_0x5999d5&&_0x5999d5['createdAt']&&(this['_suggestions']['get'](_0x524f15)['createdAt']=_0x5999d5['createdAt']);})['catch'](_0x1da652=>{throw _0x3fd0c4('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x4a90ca['discard']();}),_0x4a90ca['stopListening'](),this['_suggestions']['delete'](_0x4a90ca['id']),this['_suggestionState']['delete'](_0x4a90ca),_0x1da652;});}return _0x4a90ca;}['_isBlockAttribute'](_0x32f764){return this['_blockAttributeKeys']['has'](_0x32f764);}['_updateSuggestionData'](_0x34dd93,_0xd4a126){const _0x327e0c=this['editor']['plugins']['get']('PendingActions'),_0x4d9b63=this['getSuggestion'](_0x34dd93);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x4d9b63['_saved']){const _0x26a131=_0x327e0c['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x34dd93,_0xd4a126)['then'](()=>{_0x327e0c['remove'](_0x26a131);});}else _0x4d9b63['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x34dd93,_0xd4a126);});}}['_getSuggestionData'](_0x2b581b){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x351529('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2b581b);}['_handleNewSuggestionMarker'](_0x44ebe2){const {id:_0x259171,type:_0x49a88b,subType:_0x4dc1d6,authorId:_0xc607e7}=this['_splitMarkerName'](_0x44ebe2),_0x594d97=this['_suggestions']['get'](_0x259171)||this['_createSuggestion'](_0x49a88b,_0x4dc1d6,_0x259171,_0xc607e7,{});switch(this['_checkSuggestionCorrectness'](_0x594d97,_0x49a88b,_0x4dc1d6,_0xc607e7),this['_suggestionState']['get'](_0x594d97)){case'notReady':this['_getSuggestionData'](_0x259171)['then'](_0x3c23fe=>{let _0x85c1aa=Promise['resolve']();_0x3c23fe['hasComments']&&(_0x85c1aa=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x259171})),_0x85c1aa['then'](()=>{this['addSuggestionData'](_0x3c23fe)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x594d97,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x259171,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x594d97,'ready'),this['fire']('suggestionLoaded',_0x594d97);break;case'ready':this['fire']('suggestionChanged',_0x594d97);}return _0x594d97['addMarkerName'](_0x44ebe2),_0x594d97;}['_refreshSuggestionsChain'](_0x300d05){const _0x31a1e9=Array['from'](_0x300d05),_0x457c4e=_0x31a1e9['filter'](_0x530f29=>'attribute'==_0x530f29['type']);this['_refreshAttributeSuggestionsChain'](_0x457c4e);const _0x70f3f8=_0x31a1e9['filter'](_0x19b206=>!_0x19b206['isMultiRange']&&'attribute'!=_0x19b206['type']),_0x17d9d7=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x51689d=>!_0x51689d['isMultiRange']&&'attribute'!=_0x51689d['type']),_0x2d03f4=_0x17d9d7['filter'](_0x262023=>!_0x300d05['has'](_0x262023)),_0x48e27d=new Map(_0x17d9d7['map'](_0x4cb1c0=>[_0x4cb1c0,this['_suggestionFactory']['getSuggestionCallback'](_0x4cb1c0['type'],_0x4cb1c0['subType'],'chain')])),_0x4df26d=new Map(_0x17d9d7['map'](_0x1e3ab4=>[_0x1e3ab4,_0x1e3ab4['getFirstRange']()])),_0x371933=new Set(),_0x129703=new Set();for(let _0x269d03=0x0;_0x269d03<_0x70f3f8['length'];_0x269d03++)_0x5284d4(_0x70f3f8[_0x269d03],_0x70f3f8,_0x269d03+0x1);for(let _0x1ed712=0x0;_0x1ed712<_0x70f3f8['length'];_0x1ed712++)_0x5284d4(_0x70f3f8[_0x1ed712],_0x2d03f4,0x0);const _0x27bfde=new Set();for(let _0x5ced9c=0x0;_0x5ced9c<_0x70f3f8['length'];_0x5ced9c++){const _0x314d03=_0x70f3f8[_0x5ced9c];!_0x129703['has'](_0x314d03)&&_0x314d03['previous']&&(_0x27bfde['add'](_0x314d03['previous']),_0x314d03['previous']['next']===_0x314d03&&(_0x314d03['previous']['next']=null),_0x314d03['previous']=null),!_0x371933['has'](_0x314d03)&&_0x314d03['next']&&(_0x27bfde['add'](_0x314d03['next']),_0x314d03['next']['previous']===_0x314d03&&(_0x314d03['next']['previous']=null),_0x314d03['next']=null);}function _0x5284d4(_0x1aabac,_0x36219b,_0x5cb5cc){for(let _0x2c6bf0=_0x5cb5cc;_0x2c6bf0<_0x36219b['length'];_0x2c6bf0++){const _0x115e92=_0x3dd71a(_0x1aabac,_0x36219b[_0x2c6bf0]);_0x115e92&&(_0x115e92[0x0]['next']=_0x115e92[0x1],_0x115e92[0x1]['previous']=_0x115e92[0x0],_0x371933['add'](_0x115e92[0x0]),_0x129703['add'](_0x115e92[0x1]));}}function _0x3dd71a(_0x264a66,_0x243a22){if(_0x264a66['author']['id']!==_0x243a22['author']['id'])return null;const _0x243eea=_0x48e27d['get'](_0x264a66)(_0x264a66,_0x243a22,_0x4df26d['get'](_0x264a66),_0x4df26d['get'](_0x243a22));if(!_0x243eea)return null;return _0x48e27d['get'](_0x243a22)(_0x264a66,_0x243a22,_0x4df26d['get'](_0x264a66),_0x4df26d['get'](_0x243a22))?_0x243eea[0x1]['commentThread']&&_0x243eea[0x1]['commentThread']['length']?null:_0x243eea:null;}_0x27bfde['size']&&this['_refreshSuggestionsChain'](_0x27bfde);}['_refreshAttributeSuggestionsChain'](_0x4c3e21){if(0x0==_0x4c3e21['length'])return;const _0x2dd0f8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x37d138=>'attribute'==_0x37d138['type']&&_0x37d138['_isDataLoaded']),_0x273c3e=[],_0x2573b0=new Map();for(const _0x2009f5 of _0x2dd0f8){const _0x1f5a17=_0x29356c(_0x2009f5['attributes']);_0x2573b0['has'](_0x1f5a17)||(_0x2573b0['set'](_0x1f5a17,_0x273c3e['length']),_0x273c3e['push']([]));const _0x5c51e4=_0x2573b0['get'](_0x1f5a17);_0x273c3e[_0x5c51e4]['push'](_0x2009f5);}!(function(){_0x273c3e['sort']((_0x82136e,_0x31f558)=>{const _0x396b12=_0x82136e[0x0]['createdAt'],_0x342ae2=_0x31f558[0x0]['createdAt'];return _0x396b12==_0x342ae2?_0x82136e[0x0]['attributes']['groupId']<_0x31f558[0x0]['attributes']['groupId']?-0x1:0x1:_0x396b12<_0x342ae2?-0x1:0x1;});for(const _0x24fc98 of _0x273c3e)_0x24fc98['sort']((_0x13062c,_0x55503c)=>_0x13062c['id']<_0x55503c['id']?-0x1:0x1);}());for(let _0x5778f0=0x0;_0x5778f0<_0x273c3e['length'];_0x5778f0++){if(0x0==_0x273c3e[_0x5778f0]['length'])continue;const _0x27c9e7=[];for(let _0x32f7ad=_0x5778f0+0x1;_0x32f7ad<_0x273c3e['length'];_0x32f7ad++)0x0!=_0x273c3e[_0x32f7ad]['length']&&_0x3b5f34(_0x273c3e[_0x5778f0],_0x273c3e[_0x32f7ad])&&_0x27c9e7['push'](_0x32f7ad);for(const _0x125ad0 of _0x27c9e7)_0x273c3e[_0x5778f0]=_0x273c3e[_0x5778f0]['concat'](_0x273c3e[_0x125ad0]),_0x273c3e[_0x125ad0]=[];}for(const _0x399fa5 of _0x273c3e)for(let _0x291d61=0x0;_0x291d61<_0x399fa5['length'];_0x291d61++){const _0x4889d7=_0x399fa5[_0x291d61+0x1]||null;_0x399fa5[_0x291d61]['next']!==_0x4889d7&&(_0x399fa5[_0x291d61]['next']=_0x4889d7);}for(const _0x34fbe7 of _0x273c3e)for(let _0x5981ea=0x0;_0x5981ea<_0x34fbe7['length'];_0x5981ea++){const _0xa165f5=_0x34fbe7[_0x5981ea-0x1]||null;_0x34fbe7[_0x5981ea]['previous']!==_0xa165f5&&(_0x34fbe7[_0x5981ea]['previous']=_0xa165f5);}function _0x3b5f34(_0x4db3a9,_0x556448){if(_0x4db3a9[0x0]['attributes']['groupId']!==_0x556448[0x0]['attributes']['groupId']&&_0x4db3a9[0x0]['author']!==_0x556448[0x0]['author'])return!0x1;if(!function(_0x7e4fda,_0xe81ef2){if(!_0x7e4fda['hasComments']&&!_0xe81ef2['hasComments'])return!0x0;if(_0x7e4fda['hasComments']&&_0xe81ef2['hasComments'])return!0x1;if(_0x7e4fda['hasComments']&&_0xe81ef2['createdAt']<_0x7e4fda['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xe81ef2['hasComments']&&_0x7e4fda['createdAt']<_0xe81ef2['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x4db3a9[0x0],_0x556448[0x0]))return!0x1;const _0x458b37=xt(_0x4db3a9[0x0]['attributes'],'groupId'),_0x1aa269=xt(_0x556448[0x0]['attributes'],'groupId');if(!_0x12e3f4(_0x458b37,_0x1aa269))return!0x1;return!!_0x4db3a9['every'](_0x46ac76=>_0x556448['some'](_0xc8aa52=>_0x46ac76['getFirstRange']()['isEqual'](_0xc8aa52['getFirstRange']())))&&_0x556448['every'](_0x469d58=>_0x4db3a9['some'](_0x549805=>_0x469d58['getFirstRange']()['isEqual'](_0x549805['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x398508){const _0xe40edf=Array['from'](_0x398508),_0x1a954e=this['getSuggestions']({'skipNotAttached':!0x0}),_0x418653=_0x1a954e['filter'](_0x492c3c=>!_0x398508['has'](_0x492c3c)),_0x111120=new Map(_0xe40edf['map'](_0x392df7=>[_0x392df7,this['_suggestionFactory']['getSuggestionCallback'](_0x392df7['type'],_0x392df7['subType'],'join')])),_0x25622a=new Map(_0x1a954e['map'](_0x2a89d1=>[_0x2a89d1,_0x2a89d1['getRanges']()]));for(let _0x56bc2c=0x0;_0x56bc2c<_0xe40edf['length'];_0x56bc2c++){if(_0x2da09a(this,_0xe40edf[_0x56bc2c],_0xe40edf,_0x56bc2c+0x1))return!0x0;}for(let _0x8462d9=0x0;_0x8462d9<_0xe40edf['length'];_0x8462d9++){if(_0x2da09a(this,_0xe40edf[_0x8462d9],_0x418653,0x0))return!0x0;}return!0x1;function _0x2da09a(_0x5bfc51,_0xca5b14,_0x5d22b6,_0x1ff805){for(let _0x20b891=_0x1ff805;_0x20b891<_0x5d22b6['length'];_0x20b891++){const _0x53195c=_0x5d22b6[_0x20b891];if(_0x53195c['type']!==_0xca5b14['type']||_0x53195c['author']['id']!==_0xca5b14['author']['id']||_0x53195c['subType']!==_0xca5b14['subType'])continue;if(!qt(_0xca5b14,_0x53195c))continue;if('attribute'==_0xca5b14['type']&&_0xca5b14['data']['oldValue']!=_0x53195c['data']['oldValue'])continue;if('attribute'==_0xca5b14['type']&&_0x5bfc51['_isBlockAttribute'](_0xca5b14['data']['key']))continue;if('formatBlock'==_0xca5b14['type']){const _0x3f3d51=_0x5bfc51['editor']['model'],_0xf0fb0e=_0xca5b14['getContainedElement']();if(_0xf0fb0e&&(_0x3f3d51['schema']['isObject'](_0xf0fb0e)||_0x3f3d51['schema']['isLimit'](_0xf0fb0e)))continue;}const _0x23f3e5=_0x111120['get'](_0xca5b14),_0x1be47a=_0x25622a['get'](_0xca5b14),_0x46c8d1=_0x25622a['get'](_0x53195c),_0x6021c2=_0xca5b14['commentThread']&&_0xca5b14['commentThread']['length'],_0x48076f=_0x53195c['commentThread']&&_0x53195c['commentThread']['length'];if(!_0x6021c2&&_0x23f3e5(_0x46c8d1,_0x1be47a))return _0x5bfc51['_joinSuggestions'](_0x53195c,_0xca5b14),_0x25622a['delete'](_0xca5b14),!0x0;if(!_0x48076f&&_0x23f3e5(_0x1be47a,_0x46c8d1))return _0x5bfc51['_joinSuggestions'](_0xca5b14,_0x53195c),_0x25622a['delete'](_0x53195c),!0x0;}return!0x1;}}['_joinSuggestions'](_0x1c487f,_0x4e58c3){if(_0x1c487f['isMultiRange']){for(const _0x5ce459 of _0x4e58c3['getRanges']())_0x1c487f['addRange'](_0x5ce459);}else{const _0x32f25a=_0x4e58c3['getFirstRange']()['end'];this['_setSuggestionRange'](_0x1c487f,this['_model']['createRange'](_0x1c487f['getFirstRange']()['start'],_0x32f25a));}_0x4e58c3['removeMarkers']();}['_getMarkerAnnouncementText'](_0x207f35,_0x455590,_0x543c91){const _0x1a3de0=_0x207f35['startsWith']('format')||_0x207f35['startsWith']('attribute')?'FORMATTING':_0x207f35['toUpperCase']();return o(this['editor']['locale'],_0x455590+'_'+_0x1a3de0+'_SUGGESTION_ANNOUNCEMENT',_0x543c91);}['_initAriaMarkerChangeAnnouncements'](){const _0x25167d=this['editor'];if(!_0x25167d['ui'])return;const {ariaLiveAnnouncer:_0x45bc45}=_0x25167d['ui'];_0x50b575(this['_model'],({left:_0x5765c2,entered:_0xb5026c})=>{for(const _0x5b07c2 of _0x5765c2){const {group:_0xd232ce,type:_0xf1204a}=this['_splitMarkerName'](_0x5b07c2['name']);if('suggestion'===_0xd232ce){_0x45bc45['announce'](this['_getMarkerAnnouncementText'](_0xf1204a,'LEAVE'));break;}}for(const _0x33f1d8 of _0xb5026c){const {group:_0x4b8c4f,type:_0x436729}=this['_splitMarkerName'](_0x33f1d8['name']);if('suggestion'===_0x4b8c4f){_0x45bc45['announce'](this['_getMarkerAnnouncementText'](_0x436729,'ENTER',_0x3bc5a0(_0x1208b8)));break;}}});}['_processAttributeChanges'](_0x14fde5){if(this['_recordAttributeSuggestions'])return!0x1;const _0x121376=this['editor'],_0x4beead=_0x121376['model']['document']['differ']['getChanges']();if(0x0==_0x4beead['length'])return!0x1;const _0x2574c2=[],_0x1ac832=_0x4beead['filter'](_0x1f0a0b=>'attribute'==_0x1f0a0b['type']),_0xac116=_0x4beead['filter'](_0x1fa1be=>'insert'==_0x1fa1be['type']&&'$text'!=_0x1fa1be['name']),_0x12e730=_0x4beead['filter'](_0x395c17=>'remove'==_0x395c17['type']&&'$text'!=_0x395c17['name']);for(const _0x31b11e of _0x1ac832)_0x2574c2['push']({'key':_0x31b11e['attributeKey'],'newValue':_0x31b11e['attributeNewValue'],'oldValue':_0x31b11e['attributeOldValue'],'range':Lt(_0x31b11e['range'],_0x121376['model'])});for(const _0xdc9df0 of _0xac116){const _0x125050=_0x12e730['find'](_0xb36691=>_0xb36691['position']['isEqual'](_0xdc9df0['position']));_0x125050&&_0x2574c2['push']({'key':m,'newValue':_0xdc9df0['name'],'oldValue':_0x125050['name'],'range':_0x121376['model']['createRangeOn'](_0xdc9df0['position']['nodeAfter'])});}return 0x0!=_0x2574c2['length']&&this['_reduceExistingSuggestions'](_0x14fde5,_0x2574c2);}['_processAttributeSuggestions'](_0x65d037){let _0x39b4e4=!0x1;const _0x3683a1=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x34a02d=>_0x34a02d['data']['newRange']&&_0x34a02d['name']['startsWith']('suggestion:attribute:'));for(const _0xea5623 of _0x3683a1){const {subType:_0xf903ae,id:_0x3b97e8}=this['_splitMarkerName'](_0xea5623['name']),_0x197420=_0xf903ae['split']('|')[0x0];for(const _0x4fe5e7 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4fe5e7['id']!=_0x3b97e8&&'attribute'==_0x4fe5e7['type']&&_0x4fe5e7['data']&&_0x4fe5e7['data']['key']==_0x197420&&_0x4fe5e7['getFirstRange']()['isIntersecting'](_0xea5623['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4fe5e7,_0xea5623['data']['newRange'],_0x65d037),_0x39b4e4=!0x0);}return _0x39b4e4;}['_recordAttributeChanges'](_0x57afef){this['_recordAttributeSuggestions']=!0x0,_0x57afef();}['_isRegisteredAttribute'](_0x54a56e){const _0x269acf=this['_isBlockAttribute'](_0x54a56e),_0x8a57c4=this['_inlineAttributeKeys']['has'](_0x54a56e);return _0x269acf||_0x8a57c4;}['_reduceExistingSuggestions'](_0x5c29a7,_0x1ccc21){if(0x0==_0x1ccc21['length'])return!0x1;let _0x4cc142=!0x1;for(const _0xa43b24 of _0x1ccc21){const _0x3bd217=this['_findSuggestions'](_0xa43b24['range'],'attribute')['filter'](_0x210d5a=>!_0x210d5a['meta']['isNextTo'])['map'](_0x2af76d=>_0x2af76d['suggestion']),_0x5a9d67=_0x29356c({'newValue':_0xa43b24['newValue']});_0x3bd217['filter'](_0x12411d=>{const [_0x580161,_0x4334e5]=_0x12411d['subType']['split']('|');return _0x580161==_0xa43b24['key']&&_0x4334e5!=_0x5a9d67;})['forEach'](_0x2484e1=>{this['_reduceSuggestionAttributeRange'](_0x2484e1,_0xa43b24['range'],_0x5c29a7),_0x4cc142=!0x0;});}return _0x4cc142;}['_reduceSuggestionAttributeRange'](_0x5f4946,_0x378681,_0x397dd5){const _0x43370f=_0x5f4946['getFirstRange']()['getDifference'](_0x378681);0x0!==_0x43370f['length']?0x1!==_0x43370f['length']?this['_breakSuggestionMarker'](_0x5f4946,_0x378681['start'],_0x378681['end']):this['_setSuggestionRange'](_0x5f4946,_0x43370f[0x0]):_0x397dd5['removeMarker'](_0x5f4946['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x42fe73){this['_editor']=_0x42fe73,this['_model']=_0x42fe73['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x161a80,_0x437720,_0x302095,_0x522e5e,_0x231831,_0x52add3){return new u(this['_model'],{'type':_0x161a80,'subType':_0x437720,'id':_0x302095,'author':_0x522e5e,'creator':_0x522e5e,'attributes':_0x231831,'onAttributesChange':_0x52add3,'onAccept':(..._0x27f76e)=>this['getSuggestionCallback'](_0x161a80,_0x437720,'accept')(..._0x27f76e),'onDiscard':(..._0x5a3ef3)=>this['getSuggestionCallback'](_0x161a80,_0x437720,'discard')(..._0x5a3ef3)});}['registerCustomCallback'](_0x4f62fd,_0x1f0f8b,_0x44758f,_0x3d2af3){const _0x316619=_0x4f62fd+':'+_0x1f0f8b+':'+_0x44758f;this['_customCallbacks']['set'](_0x316619,_0x3d2af3);}['getSuggestionCallback'](_0x3ea401,_0x3bdde7,_0x452741){const _0x4db012=_0x3ea401+':'+_0x3bdde7+':'+_0x452741;return this['_customCallbacks']['get'](_0x4db012)||this['_defaultCallbacks']['get'](_0x3ea401+':'+_0x452741);}['_registerDefaultCallbacks'](){const _0x27eb00=()=>!0x1,_0x1745a8=_0x33f57a=>{_0x33f57a['sort']((_0x32dc23,_0x529553)=>_0x32dc23['start']['isBefore'](_0x529553['start'])?0x1:-0x1),this['_model']['change'](_0xa64e2=>{for(const _0x59160e of _0x33f57a){let _0x224fef;_0x224fef=_0x59160e['end']['isAtEnd']&&_0x59160e['end']['parent']==_0x59160e['start']['nodeAfter']?_0xa64e2['createSelection'](_0x59160e['start']['nodeAfter'],'on'):_0xa64e2['createSelection'](_0x59160e),this['_model']['deleteContent'](_0x224fef,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x10e88d=(_0x24d5b7,_0x2933bd)=>{_0x2933bd&&this['_model']['change'](_0x5d228b=>{const {commandName:_0x4aec00,commandParams:_0x248b1a=[]}=_0x2933bd,_0xeb08c1=_0x24d5b7['map'](_0x3f8d3c=>(Vt(_0x3f8d3c)&&(_0x3f8d3c=this['_model']['createRange'](_0x3f8d3c['end'])),_0x3f8d3c))['filter'](_0x10eeef=>'$graveyard'!==_0x10eeef['root']['rootName']);if(_0xeb08c1['length']<0x1)return;const _0x430215=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x33d89b=>_0x252b19['fromRange'](_0x33d89b));_0x5d228b['setSelection'](_0xeb08c1);for(const _0x5e8419 of this['_editor']['commands']['commands']())_0x5e8419['refresh']();_0x248b1a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4aec00,..._0x248b1a);const _0x33aeae=_0x430215['filter'](_0x328489=>'$graveyard'!=_0x328489['root']['rootName']);_0x33aeae['length']>0x0&&_0x5d228b['setSelection'](_0x33aeae);for(const _0x3240a4 of _0x430215)_0x3240a4['detach']();});},_0x582c56=(_0x31906e,_0x1836c4)=>0x1==_0x31906e['length']&&0x1==_0x1836c4['length']&&_0x31906e[0x0]['end']['isEqual'](_0x1836c4[0x0]['start']),_0x2a80e0=(_0x409cbb,_0x1d6bd8,_0x3c404c,_0x39a9ca)=>Ht(_0x409cbb,_0x1d6bd8,_0x3c404c,_0x39a9ca)?[_0x409cbb,_0x1d6bd8]:Ht(_0x1d6bd8,_0x409cbb,_0x39a9ca,_0x3c404c)?[_0x1d6bd8,_0x409cbb]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x27eb00),this['_defaultCallbacks']['set']('insertion:discard',_0x1745a8),this['_defaultCallbacks']['set']('insertion:join',_0x582c56),this['_defaultCallbacks']['set']('insertion:chain',_0x2a80e0),this['_defaultCallbacks']['set']('deletion:accept',_0x1745a8),this['_defaultCallbacks']['set']('deletion:discard',_0x27eb00),this['_defaultCallbacks']['set']('deletion:join',_0x582c56),this['_defaultCallbacks']['set']('deletion:chain',_0x2a80e0),this['_defaultCallbacks']['set']('formatInline:accept',_0x10e88d),this['_defaultCallbacks']['set']('formatInline:discard',_0x27eb00),this['_defaultCallbacks']['set']('formatInline:join',_0x582c56),this['_defaultCallbacks']['set']('formatInline:chain',_0x27eb00),this['_defaultCallbacks']['set']('formatBlock:accept',_0x10e88d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x27eb00),this['_defaultCallbacks']['set']('formatBlock:join',_0x582c56),this['_defaultCallbacks']['set']('formatBlock:chain',_0x27eb00),this['_defaultCallbacks']['set']('attribute:accept',_0x27eb00),this['_defaultCallbacks']['set']('attribute:discard',(_0x1d5450,_0x362423)=>{if(!_0x362423)return;const _0x5e0a76=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x46f83b=>{if(_0x362423['key']==m)for(const _0x38a137 of _0x1d5450){const _0x4afec0=_0x38a137['start']['nodeAfter'],_0x4bac16=_0x362423['oldValue'];_0x46f83b['rename'](_0x4afec0,_0x4bac16);}else{if(_0x5e0a76['_isBlockAttribute'](_0x362423['key'])){for(const _0x1562c0 of _0x1d5450)void 0x0!==_0x362423['oldValue']?_0x46f83b['setAttribute'](_0x362423['key'],_0x362423['oldValue'],_0x1562c0['start']['nodeAfter']):_0x46f83b['removeAttribute'](_0x362423['key'],_0x1562c0['start']['nodeAfter']);}else{for(const _0x42c467 of _0x1d5450)_0x362423['oldValue']?_0x46f83b['setAttribute'](_0x362423['key'],_0x362423['oldValue'],_0x42c467):_0x46f83b['removeAttribute'](_0x362423['key'],_0x42c467);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x582c56);}}function Ut(_0x151673,_0x27305f,_0x1fdbec){for(const _0x358793 of _0x27305f['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x358793['root']==_0x358793)return!0x1;if(!_0x1fdbec['containsItem'](_0x358793))return!0x1;if(_0x151673['isObject'](_0x358793)||_0x151673['isLimit'](_0x358793))return!0x0;}return!0x1;}function Vt(_0x53e669){return _0x53e669['end']['parent']==_0x53e669['start']['nodeAfter']&&_0x53e669['end']['isAtStart'];}function Pt(_0x4a783c,_0x2b9c9b,_0x3cc4ef,_0x336bb0){const _0x13fa1d=_0x4ab1a8=>!_0x4ab1a8['item']['is']('$textProxy')&&!_0x336bb0['isObject'](_0x4ab1a8['item']),_0x236e7c=_0x4a783c['start']['getLastMatchingPosition'](_0x13fa1d),_0x241c06=_0x4a783c['end']['getLastMatchingPosition'](_0x13fa1d,{'direction':'backward'});return(!_0x4a783c['start']['isEqual'](_0x236e7c)||!_0x4a783c['end']['isEqual'](_0x241c06))&&(_0x236e7c['isBefore'](_0x241c06)?_0x3cc4ef['updateMarker'](_0x2b9c9b,{'range':_0x3cc4ef['createRange'](_0x236e7c,_0x241c06)}):_0x3cc4ef['removeMarker'](_0x2b9c9b),!0x0);}function Gt(_0x52fe90){return _0x29356c(_0x52fe90);}function Ft(_0x5acdd6){const _0x5975d1=_0x5acdd6['start']['nodeAfter'];return _0x5975d1&&_0x5975d1['is']('element');}function Lt(_0x472fd2,_0x3b1462){return null==_0x472fd2['end']['nodeBefore']&&_0x472fd2['end']['parent']==_0x472fd2['start']['nodeAfter']?Jt(_0x472fd2['start']['nodeAfter'],_0x3b1462):_0x472fd2;}function Jt(_0x2a9d13,_0x3a17f7){const _0x42fa52=_0x3a17f7['schema']['isObject'](_0x2a9d13)||_0x3a17f7['schema']['isSelectable'](_0x2a9d13);return _0x3a17f7['createRange'](_0x3a17f7['createPositionAt'](_0x2a9d13,'before'),_0x42fa52?_0x3a17f7['createPositionAfter'](_0x2a9d13):_0x3a17f7['createPositionAt'](_0x2a9d13,'end'));}function Ht(_0x341313,_0x19766b,_0x58fb8c,_0xe23b45){return!!qt(_0x341313,_0x19766b)&&_0x58fb8c['end']['isEqual'](_0xe23b45['start']);}function qt(_0x1fb349,_0x382252){if(!_0x1fb349['_isDataLoaded']||!_0x382252['_isDataLoaded'])return!0x1;const _0x5652db=new Set(Object['keys'](_0x1fb349['attributes'])),_0x426dc2=new Set(Object['keys'](_0x382252['attributes']));if(_0x5652db['delete']('groupId'),_0x426dc2['delete']('groupId'),0x0==_0x5652db['size']&&0x0==_0x426dc2['size'])return!0x0;if(_0x5652db['size']!=_0x426dc2['size'])return!0x1;const _0x21672d={..._0x1fb349['attributes']},_0x29b710={..._0x382252['attributes']};return delete _0x21672d['groupId'],delete _0x29b710['groupId'],JSON['stringify'](_0x21672d)==JSON['stringify'](_0x29b710);}function zt(_0x333ffc,_0x225a78){const _0x4a2c20=Kt(_0x333ffc['attributes']),_0x2effa4=Kt(_0x225a78);if(!_0x333ffc['_isDataLoaded'])return!0x1;for(const _0x1e16a4 of Object['keys'](_0x2effa4))if(!_0x12e3f4(_0x4a2c20[_0x1e16a4],_0x2effa4[_0x1e16a4]))return!0x1;return!0x0;}function Kt(_0x10005f){const _0x478d56=Object['assign']({},_0x10005f);return delete _0x478d56['skipNestingCheck'],delete _0x478d56['tablePasteChainId'],_0x478d56;}class ge extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x5ab72a(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x1f6d10,_0x3f0550,_0x3985b9,_0x8c7541){super(),this['model']=_0x3f0550,this['view']=_0x3985b9,this['commentThreadController']=_0x8c7541,this['_editor']=_0x1f6d10,this['_acceptCommand']=_0x1f6d10['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x1f6d10['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x68c4a1,_0x15f0c5)=>_0x68c4a1||_0x15f0c5),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x5a0cc9=>_0x5a0cc9&&this['_editor']['model']['canEditAt'](_0x3f0550['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x1f8019=>_0x1f8019&&this['_editor']['model']['canEditAt'](_0x3f0550['getRanges']())),this['_pendingAction']=null,_0x3985b9['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3985b9,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3985b9,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3985b9,'change:isDirty',()=>{_0x3985b9['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 _0x286e47=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x286e47);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0x5af940{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5b4728,_0xf504a0,_0x3a0554,_0x53f579){super(_0x5b4728),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x10e774(_0x5b4728,o(_0x5b4728,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0xf504a0['authoredAt']),this['bind']('authoredAt')['to'](_0xf504a0),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',_0xf504a0,'authoredAt',this,'descriptionParts',(_0x4f491b,_0x1db639,_0x3ef297)=>{const _0x5dfc58=_0x3ef297['map'](_0xc43868=>ns(_0xc43868['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x4f491b-0x1,_0xf504a0['author']['name'],_0x1db639?_0x53f579['formatDateTime'](_0x1db639):'',new DOMParser()['parseFromString'](_0x5dfc58,'text/html')['body']['textContent']]);}),this['focusables']=new _0xba2b67(),this['focusTracker']=new _0x44c5ef(),this['keystrokes']=new _0xa2b3da(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x379794=>_0x379794['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0xf504a0,this['_localUser']=_0x3a0554,this['_config']=_0x53f579,_0x53f579['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x4fc018(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x19ecf2}=this['_config'];this['commentsListView']=new _0x19ecf2(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',_0x429e91=>_0x429e91+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5f097c,_0x4fb548)=>_0x5f097c||!!_0x4fb548);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x36ed45}=this['_config'],_0x16a8eb=new _0x36ed45(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3185fc=_0x16a8eb['commentInputView'];return _0x16a8eb['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3185fc,'value',(_0x1fc4e7,_0x3f286f,_0x3f4cda)=>!!_0x3f4cda||_0x1fc4e7&&!_0x3f286f),_0x3185fc['on']('submit',(_0x31b22b,_0x49fdc8)=>{this['fire']('addComment',_0x49fdc8),_0x3185fc['editor']['setData']('');}),_0x3185fc['on']('cancel',()=>this['focus']()),_0x3185fc['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x16a8eb;}}class de extends as{['suggestionView'];['_descriptionElement'];constructor(_0x38fa12,_0x91a14e,_0x64dd36,_0x247309){super(_0x38fa12,_0x91a14e,_0x64dd36,_0x247309),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x4306d9=>_0x4306d9&&_0x4306d9[0x0]?_0x4306d9[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x4c6541,_0x4de368)=>{let _0x1c5a3d='';for(const _0x36703d of _0x4c6541)_0x1c5a3d+='<p>'+ns(_0x36703d['content'],_0x36703d['color'])+'</p>';return _0x4de368?_0x1c5a3d:ti(_0x1c5a3d,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x247309['SuggestionView'](_0x38fa12,_0x91a14e,{'formatDateTime':_0x247309['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 _0x3a9b25=this['bindTemplate'],_0x3cc9f4=[this['suggestionView']];return this['commentsListView']&&_0x3cc9f4['push'](this['commentsListView']),this['commentThreadInputView']&&_0x3cc9f4['push'](this['commentThreadInputView']),_0x3cc9f4['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x3a9b25['if']('isActive','ck-suggestion-wrapper--active'),_0x3a9b25['to']('type',_0x27f3f6=>'ck-suggestion-'+_0x27f3f6),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':_0x3a9b25['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x3cc9f4};}['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 ue extends _0x5af940{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x4c1fd0,_0x468af5,_0x39e365){super(_0x4c1fd0),this['_model']=_0x468af5,this['_config']=_0x39e365,this['set']('description',''),this['bind']('authoredAt')['to'](_0x468af5),this['acceptButton']=this['_createButton'](o(_0x4c1fd0,'Accept\x20suggestion'),_0x44a34f['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x4c1fd0,'Discard\x20suggestion'),_0x44a34f['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x154975(_0x4c1fd0,_0x468af5['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0xba2b67([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x44c5ef(),this['keystrokes']=new _0xa2b3da(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x54c0f1=>_0x54c0f1['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x289469=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x289469['innerHTML']=this['description'],this['on']('change:description',(_0x18a063,_0x4eb59e,_0x14bc93)=>{_0x289469['innerHTML']=_0x14bc93;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x27a63d=this['bindTemplate'],_0x5ed851=[{'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']}},{'tag':'time','attributes':{'datetime':_0x27a63d['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x27a63d['to']('authoredAt',_0x1e41bc=>this['_config']['formatDateTime'](_0x1e41bc))}]}]},{'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']&&_0x5ed851['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':_0x5ed851}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x3d58e2,_0x4dc19d,_0x487660,_0x32409c,_0x4cf973){const _0x5c11e1=new _0x4d7497(this['locale']);return _0x5c11e1['set']({'label':_0x3d58e2,'icon':_0x4dc19d,'tooltip':!0x0,'tooltipPosition':_0x4cf973}),_0x5c11e1['extendTemplate']({'attributes':{'class':_0x487660}}),_0x5c11e1['on']('execute',()=>{this['fire'](_0x32409c,this['_model']['id']);}),_0x5c11e1;}['_setupKeyboardNavigation'](){const _0xce3cf6=this['element'];this['keystrokes']['listenTo'](_0xce3cf6);for(const _0x4058a5 of this['focusables'])this['focusTracker']['add'](_0x4058a5['element']),this['keystrokes']['listenTo'](_0x4058a5['element']);this['keystrokes']['set']('enter',(_0x4b3628,_0x44219a)=>{_0xce3cf6===_0x4b3628['target']&&(this['focusCycler']['focusFirst'](),_0x44219a());}),this['keystrokes']['set']('esc',(_0x44f45f,_0x2555dc)=>{_0xce3cf6!==_0x44f45f['target']&&(this['focus'](),_0x2555dc());});}}var Ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x336f7e{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x237037,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f1c49){super(_0x4f1c49),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x27e865=this['editor']['config'];_0x27e865['define']('trackChanges.SuggestionThreadView',de),_0x27e865['define']('trackChanges.SuggestionView',ue),_0x27e865['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x27e865['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x6deb5a,_0x4c0487){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x187257,_0x502c38]of this['_handleControllerBuffer']){const _0x17633e=this['_suggestionToController']['has'](_0x187257);_0x17633e||_0x502c38?_0x17633e&&_0x502c38&&this['_destroyController'](_0x187257):this['_initializeController'](_0x187257);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x6deb5a,_0x4c0487);}['init'](){const _0x402377=this['editor'],_0x3ac809=_0x402377['plugins']['get']('TrackChangesEditing'),_0x50a0cc=_0x402377['plugins']['get']('Annotations'),_0x3fcf30=_0x402377['plugins']['get']('EditorAnnotations'),_0x2e4a67=_0x402377['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x3fcf30['addSourceCollector'](()=>{const _0x338040=[];for(const [_0x3f7a66,_0x5f35cb]of Array['from'](this['_suggestionToController'])){const _0x71758a=_0x3f7a66['getAllAdjacentSuggestions'](),_0x4a8ff1=[];for(const _0x2635b9 of _0x71758a){if(!_0x2635b9['isInContent'])continue;if(_0x2635b9['isMultiRange']){_0x4a8ff1['push'](..._0x2635b9['getRanges']());continue;}const _0x6584c=_0x2635b9['getFirstRange']();if(_0x4a8ff1['length']>0x0){const _0x3900e9=_0x4a8ff1[0x0]['getJoined'](_0x6584c);if(_0x3900e9){_0x4a8ff1[0x0]=_0x3900e9;continue;}}_0x4a8ff1['push'](_0x6584c);}_0x338040['push']([_0x5f35cb['view'],_0x4a8ff1]);}return _0x338040;}),this['listenTo'](_0x3ac809,'suggestionLoaded',(_0x183cc8,_0x217655)=>{this['listenTo'](_0x217655,'change:previous',(_0x4b4342,_0x5cbe3f,_0x5d2f7e,_0x343e01)=>{_0x217655['isInContent']&&(null==_0x5d2f7e?(this['_updateController'](_0x343e01['head']),this['_handleSuggestionControllerDelayed'](_0x217655,!0x1)):(this['_updateController'](_0x5d2f7e['head']),null==_0x343e01&&this['_handleSuggestionControllerDelayed'](_0x217655,!0x0)));}),null!==_0x217655['previous']?this['_updateController'](_0x217655['head']):this['_handleSuggestionControllerDelayed'](_0x217655,!0x1);}),this['listenTo'](_0x3ac809,'suggestionUnloaded',(_0x1cf3b9,_0x5398ad,_0x7d9e8c)=>{this['stopListening'](_0x5398ad,'change:previous'),this['_handleControllerBuffer']['delete'](_0x5398ad),this['_suggestionToController']['has'](_0x5398ad)&&this['_destroyController'](_0x5398ad),_0x7d9e8c&&this['_updateController'](_0x7d9e8c['head']);}),this['listenTo'](_0x3ac809,'suggestionChanged',(_0x3886b8,_0x140612)=>{this['_updateController'](_0x140612);}),this['listenTo'](_0x50a0cc,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x2e4a67,'addComment',(_0x37630d,{threadId:_0x3183ce,isFromAdapter:_0x4e7a30})=>{if(_0x4e7a30||!_0x3ac809['hasSuggestion'](_0x3183ce))return;const _0x27cfc7=_0x3ac809['getSuggestion'](_0x3183ce);this['_suggestionToController']['get'](_0x27cfc7)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x32cf4d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4d920d;for(const _0xe0746a in _0x32cf4d){const _0x6d95a5=_0xe0746a,_0x47a84b=_0x32cf4d[_0x6d95a5];if('trackChangesLicenseKeyValid'==_0x47a84b||'trackChangesLicenseKeyInvalid'==_0x47a84b||'trackChangesLicenseKeyExpired'==_0x47a84b||'trackChangesLicenseKeyDomainLimit'==_0x47a84b||'trackChangesLicenseKeyNotAllowed'==_0x47a84b||'trackChangesLicenseKeyEvaluationLimit'==_0x47a84b||'trackChangesLicenseKeyTrialLimit'==_0x47a84b||'trackChangesLicenseKeyDevelopmentLimit'==_0x47a84b||'trackChangesLicenseKeyUsageLimit'==_0x47a84b){delete _0x32cf4d[_0x6d95a5],_0x4d920d=_0x47a84b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x4d920d&&_0x32cf4d['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x4d920d&&_0x32cf4d['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x4d920d&&_0x32cf4d['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x4d920d&&_0x32cf4d['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x4d920d&&_0x32cf4d['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x4d920d&&_0x32cf4d['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyDevelopmentLimit'==_0x4d920d&&_0x32cf4d['_showLicenseError']('developmentLimit'),'trackChangesLicenseKeyUsageLimit'==_0x4d920d&&_0x32cf4d['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x3aa0ba=this['editor']['plugins']['get']('Annotations'),_0x20c70a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x175794=Array['from'](_0x3aa0ba['activeAnnotations'],_0x487119=>_0x487119['innerView'])['filter'](_0x26d257=>this['_viewToController']['has'](_0x26d257)),_0x3fe436=[];for(const _0x355b95 of _0x175794){const _0x5a64bc=this['_viewToController']['get'](_0x355b95)['model']['getAllAdjacentSuggestions']();_0x3fe436['push'](..._0x5a64bc['reduce']((_0xe9d52e,_0x1551b7)=>[..._0xe9d52e,..._0x1551b7['getMarkerNames']()],[]));}_0x20c70a['activeMarkers']=_0x3fe436;}['_addUIComponentsToFactory'](){const _0x14a4bd=this['editor'],_0x32c7eb=_0x14a4bd['locale'],_0x3f4a17=o(_0x32c7eb,'Track\x20changes'),_0x28c5a3=new _0x116e4e([{'type':'switchbutton','model':new _0x5f3a17({'withText':!0x0,'isToggleable':!0x0,'label':_0x3f4a17,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x5f3a17({'withText':!0x0,'label':o(_0x32c7eb,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5f3a17({'withText':!0x0,'label':o(_0x32c7eb,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5f3a17({'withText':!0x0,'label':o(_0x32c7eb,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5f3a17({'withText':!0x0,'label':o(_0x32c7eb,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x12740e of _0x28c5a3)if(pe(_0x12740e)){const _0x2cdd7d=_0x14a4bd['commands']['get'](_0x12740e['model']['commandName']);_0x12740e['model']['bind']('isOn','isEnabled')['to'](_0x2cdd7d,'value','isEnabled');}_0x14a4bd['ui']['componentFactory']['add']('trackChanges',_0x4cf5a7=>this['_createToolbarButton'](_0x4cf5a7,_0x28c5a3,_0x3f4a17)),_0x14a4bd['ui']['componentFactory']['add']('menuBar:trackChanges',_0x20af3a=>this['_createMenuBarMenu'](_0x20af3a,_0x28c5a3,_0x3f4a17));}['_createToolbarButton'](_0x1f677b,_0x37460c,_0x45bfb7){const _0x10ef07=_0x5728c9(_0x1f677b,_0x2c22cd),_0x4a8089=this['editor']['commands']['get']('trackChanges');_0x10ef07['buttonView']['set']({'tooltip':_0x45bfb7,'label':_0x45bfb7,'icon':Ce}),_0x10ef07['buttonView']['bind']('isOn')['to'](_0x4a8089,'value'),_0x10ef07['buttonView']['on']('execute',()=>{_0x4a8089['execute'](),this['editor']['editing']['view']['focus']();}),te(_0x10ef07,_0x37460c,{'role':'menu'});const _0x2b1598=[];for(const _0x382f1a of _0x37460c)pe(_0x382f1a)&&_0x2b1598['push'](this['editor']['commands']['get'](_0x382f1a['model']['commandName']));const _0x1a2f21=_0x10ef07['buttonView'];return _0x1a2f21['actionView']['unbind']('isEnabled'),_0x1a2f21['arrowView']['unbind']('isEnabled'),_0x1a2f21['actionView']['bind']('isEnabled')['to'](_0x4a8089,'isEnabled'),_0x1a2f21['arrowView']['bind']('isEnabled')['toMany'](_0x2b1598,'isEnabled',(..._0x474a5f)=>_0x474a5f['some'](_0x165e1a=>_0x165e1a)),_0x10ef07['on']('execute',_0x8cd404=>{this['editor']['execute'](_0x8cd404['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x10ef07;}['_createMenuBarMenu'](_0x4ff337,_0x4b9a7d,_0x5a19ac){const _0x19a9dc=new _0x3b793f(_0x4ff337),_0x3aaab2=this['editor']['commands']['get']('trackChanges');_0x19a9dc['buttonView']['set']({'label':_0x5a19ac,'icon':Ce});const _0x3ff20a=new _0xcb737a(_0x4ff337);for(const _0x454d80 of _0x4b9a7d){if('separator'==_0x454d80['type']){_0x3ff20a['items']['add'](new _0x278654(_0x4ff337));continue;}const _0x2fa3bf=new _0x3ba036(_0x4ff337,_0x19a9dc),_0x5827a6=new _0x2e2721(_0x4ff337),_0x4796de=_0x454d80['model'];_0x5827a6['bind'](...Object['keys'](_0x4796de))['to'](_0x4796de),_0x5827a6['delegate']('execute')['to'](_0x19a9dc),_0x5827a6['on']('execute',()=>{this['editor']['execute'](_0x4796de['commandName']),this['editor']['editing']['view']['focus']();}),_0x2fa3bf['children']['add'](_0x5827a6),_0x3ff20a['items']['add'](_0x2fa3bf);}return _0x19a9dc['bind']('isEnabled')['to'](_0x3aaab2,'isEnabled'),_0x19a9dc['panelView']['children']['add'](_0x3ff20a),_0x19a9dc;}['_initializeController'](_0x1c75cd){const _0x197cba=this['editor'],_0x2b4b75=_0x197cba['config'],_0x15cf6f=_0x197cba['plugins']['get']('Annotations'),_0x4c0d57=_0x197cba['plugins']['get']('CommentsRepository'),_0x4d4dd1=_0x197cba['plugins']['get']('EditorAnnotations'),_0x20aeae=_0x197cba['plugins']['get'](_0x237037)['me'],_0x1c9a8b=_0x2b4b75['get']('trackChanges')['SuggestionThreadView'],_0x2d8ecc=_0x2b4b75['get']('trackChanges')['SuggestionView'],{CommentsListView:_0xdcc9be,CommentThreadInputView:_0xcdb3e8}=_0x197cba['plugins']['get']('CommentsUI');let _0xb87024,_0x389997,_0x343ccd;this['_annotationViews']['has'](_0x1c75cd['id'])?(_0x389997=this['_annotationViews']['get'](_0x1c75cd['id']),_0xb87024=_0x389997['mainView']):(_0xb87024=new _0x1c9a8b(_0x197cba['locale'],_0x1c75cd,_0x20aeae,{'disableComments':this['_disableComments'],'editorConfig':{..._0x2b4b75['get']('comments.editorConfig'),'licenseKey':_0x2b4b75['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x2b4b75['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2b4b75['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2b4b75['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x325f94(_0x2b4b75['get']('locale')),'CommentView':_0x2b4b75['get']('comments')['CommentView'],'CommentsListView':_0xdcc9be,'CommentThreadInputView':_0xcdb3e8,'SuggestionView':_0x2d8ecc}),_0xb87024['suggestionView']['acceptButton']['on']('execute',()=>{_0x197cba['editing']['view']['focus']();}),_0xb87024['suggestionView']['discardButton']['on']('execute',()=>{_0x197cba['editing']['view']['focus']();}),_0x389997=_0x15cf6f['createAnnotationView'](this['editor']['locale'],_0xb87024),_0x389997['bind']('isDirty')['to'](_0xb87024,'isDirty'),_0x389997['bind']('length')['to'](_0xb87024),_0x389997['bind']('type')['to'](_0xb87024,'type',_0x1ee4b9=>'suggestion-'+_0x1ee4b9),_0xb87024['on']('escape',()=>{_0x343ccd['fire']('escape');}),this['_annotationViews']['set'](_0x1c75cd['id'],_0x389997));const _0x493c51=_0x4c0d57['createCommentThreadController'](_0x1c75cd['commentThread'],_0xb87024),_0x6f6459=new ge(_0x197cba,_0x1c75cd,_0xb87024,_0x493c51),_0x4e8447=_0x1c75cd['getAllAdjacentSuggestions']()['filter'](_0x522655=>_0x522655['isInContent']);_0xb87024['descriptionParts']=_0x197cba['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x4e8447),this['_suggestionToController']['set'](_0x1c75cd,_0x6f6459),this['_viewToController']['set'](_0xb87024,_0x6f6459),_0x343ccd=_0x15cf6f['createAnnotation']({'view':_0x389997,'target':()=>{const _0x46e007=[],_0x99f00f=_0x1c75cd['getAllAdjacentSuggestions']()['filter'](_0x4702d=>_0x4702d['isInContent']);for(const _0x32623d of _0x99f00f)_0x46e007['push'](..._0x32623d['getMarkers']());return _0x2a1e63(_0x197cba['editing'],_0x46e007);},'type':()=>'suggestion-'+_0x6f6459['view']['type']}),_0x4c0d57['_bindAnnotationToEditors'](_0xb87024,_0x343ccd),_0x15cf6f['add'](_0x343ccd),_0x4d4dd1['registerAnnotation'](_0x343ccd);}['_destroyController'](_0x5033ee){const _0x92284f=this['editor']['plugins']['get']('CommentsRepository'),_0x23c5ef=this['editor']['plugins']['get']('Annotations'),_0xe37627=this['_suggestionToController']['get'](_0x5033ee),_0x1a760b=_0xe37627['view'],_0x5d5099=_0x23c5ef['getByInnerView'](_0x1a760b);_0x92284f['_unbindEditors'](_0x1a760b),_0x5d5099&&_0x23c5ef['remove'](_0x5d5099),this['_suggestionToController']['delete'](_0x5033ee),this['_viewToController']['delete'](_0x1a760b),_0xe37627['destroy']();}['_updateController'](_0x49e994){if(!_0x49e994['isInContent']||!this['_suggestionToController']['has'](_0x49e994))return;const _0x58a0aa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x15e904=this['_suggestionToController']['get'](_0x49e994),_0x1cb339=_0x49e994['getAllAdjacentSuggestions']();_0x15e904['view']['descriptionParts']=_0x58a0aa['descriptionFactory']['getDescriptions'](_0x1cb339);}['destroy'](){for(const _0x5cfa99 of this['_suggestionToController']['keys']())this['_destroyController'](_0x5cfa99);for(const _0x5c7f33 of this['_annotationViews']['values']())_0x5c7f33['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function pe(_0x152c7f){return'model'in _0x152c7f;}class k extends _0x336f7e{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1f7348){this['editor']['plugins']['get'](p)['adapter']=_0x1f7348;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x2e909d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x2e909d);}['getSuggestions']({skipNotAttached:_0x287136=!0x1,toJSON:_0x5229e8=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x287136,'toJSON':_0x5229e8});}['getSuggestion'](_0x2f1b2a){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2f1b2a);}}const w=['Pagination'];class T extends _0x336f7e{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2fd56c=this['editor'];if(_0x2fd56c['config']['define']('trackChangesData.editorCreator',_0x148d0a=>{const _0x2f58f4=_0x2fd56c['model']['document']['getRootNames']()['reduce']((_0x36e4ac,_0x134c26)=>(_0x36e4ac[_0x134c26]='',_0x36e4ac),{});return _0x2fd56c['constructor']['create'](_0x2f58f4,_0x148d0a);}),'function'!=typeof _0x2fd56c['config']['get']('trackChangesData')['editorCreator'])throw new _0x351529('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2a71d5){return N(this['editor'],!0x0,_0x2a71d5);}['getDataWithDiscardedSuggestions'](_0xd61da){return N(this['editor'],!0x1,_0xd61da);}}class D extends _0x336f7e{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4a25c7){function _0x585e8f(_0x58e3f2){return _0x58e3f2['map'](_0x3d9cc0=>String['fromCharCode'](_0x3d9cc0))['join']('');}super(_0x4a25c7),this['result']='end',_0x4a25c7[_0x585e8f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x585e8f([0x76,0x69,0x65,0x77])][_0x585e8f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x585e8f([0x61,0x75,0x74,0x6f]),_0x4a25c7[_0x585e8f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x585e8f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x585e8f([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x585e8f([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x585e8f([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 v(_0x3c6240){return void 0x0!==_0x3c6240['getRootsAttributes'];}async function N(_0x145209,_0x2c2473,_0x4b7f06){const _0x5db504=_0x39159e(_0x145209,w);_0x5db504['plugins']['push'](p,D),_0x5db504['rootsAttributes']=v(_0x145209)?_0x145209['getRootsAttributes']():void 0x0;const _0x305290=document['createDocumentFragment'](),_0x2572ac=_0x145209['config']['get']('trackChangesData')['editorCreator'],_0x40389c=await _0x2572ac(_0x5db504,()=>function(_0x434dd9){const _0x33fe40=document['createElement']('div');return _0x434dd9['appendChild'](_0x33fe40),_0x33fe40;}(_0x305290));!function(_0x501848,_0x262c6c){const _0x962d7f=_0x501848['model']['document']['getRootNames']()['reduce']((_0x287f5a,_0xe80117)=>(_0x287f5a[_0xe80117]=_0x501848['data']['get']({'rootName':_0xe80117}),_0x287f5a),{}),_0x1585b8=_0x501848['plugins']['get']('Users')['users']['map'](_0x2c4f1e=>({'id':_0x2c4f1e['id'],'name':_0x2c4f1e['name']})),_0x57e820=_0x501848['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1c5db4=_0x501848['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x5c6e79=_0x262c6c['plugins']['get']('Users'),_0x584db4=_0x262c6c['plugins']['get']('TrackChangesEditing'),_0x3c94d3=_0x262c6c['plugins']['get']('CommentsRepository');for(const _0x5bede1 of _0x3c94d3['getCommentThreads']())_0x5bede1['remove']();for(const _0x3db780 of _0x1585b8)_0x5c6e79['getUser'](_0x3db780['id'])||_0x5c6e79['addUser'](_0x3db780);_0x5c6e79['me']||_0x5c6e79['useAnonymousUser']();for(const _0x4a0bcb of _0x1c5db4)_0x3c94d3['addCommentThread'](_0x4a0bcb);for(const _0x552796 of _0x57e820)_0x584db4['addSuggestionData'](_0x552796);_0x262c6c['data']['set'](_0x962d7f);}(_0x145209,_0x40389c),_0x40389c['execute'](_0x2c2473?'acceptAllSuggestions':'discardAllSuggestions');const _0x36e5c0=v(_0x40389c)?_0x40389c['getFullData'](_0x4b7f06):_0x40389c['data']['get'](_0x4b7f06);return await _0x40389c['destroy'](),_0x36e5c0;}export{as as BaseSuggestionThreadView,u as Suggestion,de as SuggestionThreadView,ue as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as Qt,Plugin as _0x5c4eb9,PendingActions as _0x109139,icons as _0x55d1a0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x104227,ObservableMixin as _0x2a0ec8,uid as _0x489557,insertToPriorityArray as _0x5e44f2,priorities as _0x250038,logWarning as _0x2285b4,getEnvKeystrokeText as _0x3ef39b,FocusTracker as _0x459086,KeystrokeHandler as _0x3f23a7,Collection as _0x44248f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x37df8d,View as _0xe1d0ad,ViewCollection as _0x2b5c1b,FocusCycler as ts,ViewModel as _0x43b08e,createDropdown as _0x14bc60,SplitButtonView as _0x146d75,addListToDropdown as te,MenuBarMenuView as _0x51ad4a,MenuBarMenuListView as _0x4fb3cd,ListSeparatorView as _0x4f96a1,MenuBarMenuListItemView as _0x418406,MenuBarMenuListItemButtonView as _0x56c8b2}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x1c96ed,hashObject as _0x512500,surroundingMarkersDetector as _0x8ba165,FOCUS_ANNOTATION_KEYSTROKE as _0x16204c,AriaDescriptionView as _0x4fcd3b,setupThreadKeyboardNavigation as _0x425024,trimHtml as ti,UserView as _0x40223b,LateFocusButtonView as _0x31df53,getDateTimeFormatter as _0x5e9bd4,getAllMarkersDomElementsSorted as _0x1fa622,sanitizeEditorConfig as _0x40fe9e}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x36bd92,LiveRange as _0x3f97db,LivePosition as _0x41f920}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x124c23,toWidget as _0x27c31b}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x1c90d4,set as _0x519445,isEqual as _0x12e9c7,unset as _0x5656f3,omit as xt}from'lodash-es';import{Delete as _0x5695dd,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0xedc15b,ShiftEnter as _0x1234e8}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Qt{['_enabledCommands'];constructor(_0x21bb3b,_0x50d35d){super(_0x21bb3b),this['_enabledCommands']=_0x50d35d,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 _0x5b5295 of this['editor']['commands']['commands']())_0x5b5295['affectsData']&&!this['_enabledCommands']['has'](_0x5b5295)&&_0x5b5295['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x3f07ba of this['editor']['commands']['commands']())_0x3f07ba['affectsData']&&!this['_enabledCommands']['has'](_0x3f07ba)&&_0x3f07ba['clearForceDisabled']('TrackChangesCommand');}}class O extends Qt{['_suggestions'];constructor(_0x33305a,_0x354fdf){super(_0x33305a),this['_suggestions']=_0x354fdf,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x337409){const _0x2085f7=this['_suggestions']['get'](_0x337409);if(!_0x2085f7)throw new _0x104227('track-changes-accept-suggestion-not-found',this);const _0x391cad=_0x2085f7['getRanges']();this['editor']['model']['canEditAt'](_0x391cad)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x2085f7);}}class R extends Qt{['_suggestions'];constructor(_0x4a7c13,_0xa3c1d9){super(_0x4a7c13),this['_suggestions']=_0xa3c1d9,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4f9798){const _0x40d9db=this['_suggestions']['get'](_0x4f9798);if(!_0x40d9db)throw new _0x104227('track-changes-discard-suggestion-not-found',this);const _0x3bf7fc=_0x40d9db['getRanges']();this['editor']['model']['canEditAt'](_0x3bf7fc)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x40d9db);}}function ns(_0x48a96a,_0x59eb35){let _0xc50848='';return _0xc50848+=_0x48a96a['split']('*')['map']((_0x234a09,_0xd7e542)=>_0xd7e542%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x234a09)+'</span>':nn(_0x234a09))['join'](''),_0x59eb35&&(_0xc50848+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x59eb35['value']+'\x22\x20title=\x22'+_0x59eb35['title']+'\x22></span>'),_0xc50848;}function nn(_0x46313e){const _0x4d6a97=document['createElement']('span');return _0x4d6a97['innerText']=_0x46313e,_0x4d6a97['innerHTML'];}function Wt(_0x4f99af){return _0x4f99af['sort']((_0x363818,_0x4b9b26)=>'deletion'==_0x363818['type']&&'deletion'!=_0x4b9b26['type']?-0x1:'deletion'!=_0x363818['type']&&'deletion'==_0x4b9b26['type']?0x1:0x0);}function to(_0x2d8a43,_0x61e202){let _0x57af17,_0x2e3245=0x0;const _0x6bca48=[],_0x144862=_0x61e202['schema'];for(;_0x2e3245<_0x2d8a43['length'];){const _0x5d4571=_0x2d8a43[_0x2e3245],_0x54fe86=_0x2d8a43[_0x2e3245+0x1];_0x57af17||(_0x57af17=_0x61e202['createPositionBefore'](_0x5d4571)),on(_0x61e202,_0x5d4571,_0x54fe86)||(_0x6bca48['push'](_0x61e202['createRange'](_0x57af17,_0x144862['isObject'](_0x5d4571)?_0x61e202['createPositionAfter'](_0x5d4571):_0x61e202['createPositionAt'](_0x5d4571,'end'))),_0x57af17=null),_0x2e3245++;}return _0x6bca48;}function on(_0x5a3f26,_0x743ac0,_0x23961e){if(!_0x23961e)return!0x1;const _0x524eed=_0x5a3f26['createPositionAfter'](_0x743ac0),_0x59d9e0=_0x5a3f26['createPositionBefore'](_0x23961e);return _0x524eed['isTouching'](_0x59d9e0);}function Xt(_0x2d8622,_0x1f35bc,_0x5ec173){for(;_0x5ec173['length'];){const _0x3e6595=_0x5ec173['splice'](0x0,0x64);_0x2d8622['change'](()=>{for(const _0x151db2 of _0x3e6595)_0x151db2['isInContent']&&_0x1f35bc['execute'](_0x151db2['id']);});}}class x extends Qt{['_command'];['_suggestions'];constructor(_0xfe49ad,_0x9442ab,_0x5a8c1a){super(_0xfe49ad),this['_command']=_0x9442ab,this['_suggestions']=_0x5a8c1a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2eb5c1=Array['from'](this['_suggestions']['values']())['some'](_0xeaa65=>_0xeaa65['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x2eb5c1;}['execute'](){const _0x59782b=Wt(Array['from'](this['_suggestions']['values']()));for(const _0x546de8 of _0x59782b){const _0x44f645=_0x546de8['getRanges']();if(!this['editor']['model']['canEditAt'](_0x44f645))return;}Xt(this['editor']['model'],this['_command'],_0x59782b);}}class E extends Qt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x3ff78d,_0x1c4b12,_0x16293b){super(_0x3ff78d),this['_command']=_0x1c4b12,this['_suggestions']=_0x16293b,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x3a3022=this['editor']['model']['document']['selection'],_0x5acf5c=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x4aa01a,_0x270bbf){const _0x41362a=Array['from'](_0x4aa01a['getRanges']()),_0x2e5647=new Set();for(const _0x43d497 of _0x270bbf)if(_0x43d497['isInContent']){for(const _0x537aed of _0x41362a)for(const _0x20df33 of _0x43d497['getRanges']())(_0x537aed['isIntersecting'](_0x20df33)||_0x4aa01a['isCollapsed']&&!_0x43d497['isMultiRange']&&_0x43d497['next']&&_0x20df33['end']['isTouching'](_0x537aed['start']))&&_0x2e5647['add'](_0x43d497);}return _0x2e5647;}(_0x3a3022,_0x5acf5c),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x5bfdd5=Wt(Array['from'](this['_selectedSuggestions']));for(const _0x124fbe of _0x5bfdd5){const _0x1fb721=_0x124fbe['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1fb721))return;}Xt(this['editor']['model'],this['_command'],_0x5bfdd5);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x2a0ec8(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x31bab8,_0x3c744d){super(),this['id']=_0x3c744d['id'],this['type']=_0x3c744d['type'],this['subType']=_0x3c744d['subType']||null,this['author']=_0x3c744d['author'],this['creator']=_0x3c744d['creator']||_0x3c744d['author'],this['isExternal']=Boolean(_0x3c744d['attributes']&&_0x3c744d['attributes']['@external']),this['data']=null,this['_model']=_0x31bab8,this['_onAccept']=_0x3c744d['onAccept'],this['_onDiscard']=_0x3c744d['onDiscard'],this['_onAttributesChange']=_0x3c744d['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x3c744d['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 _0x363b41=this;for(;_0x363b41['previous'];)_0x363b41=_0x363b41['previous'];return _0x363b41;}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'](_0x10e70f){this['_markerNames']['add'](_0x10e70f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2852c2=>this['_model']['markers']['get'](_0x2852c2))['filter'](_0x2fa183=>_0x2fa183);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x403220=>{for(const _0x4396f9 of this['getMarkers']())_0x403220['removeMarker'](_0x4396f9);}),this['_markerNames']['clear']();}['removeMarker'](_0x38d3d2){this['_model']['change'](_0x1c38dc=>{_0x1c38dc['removeMarker'](_0x38d3d2);}),this['_markerNames']['delete'](_0x38d3d2);}['addRange'](_0x3460a3){const _0x2a404c='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x2a404c),this['_model']['change'](_0x394bc6=>{_0x394bc6['addMarker'](_0x2a404c,{'range':_0x3460a3,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x3c7797){for(const _0x40d562 of this['getRanges']())if(_0x40d562['isIntersecting'](_0x3c7797))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xae165e=>_0xae165e['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x367f69,_0x14c052)=>[..._0x367f69,..._0x14c052['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x2ffe32=this['getRanges']();if(0x1!=_0x2ffe32['length'])return null;const _0x299535=_0x2ffe32[0x0],_0x5bc3cd=_0x299535['start']['nodeAfter'],_0x553a0c=_0x299535['end']['nodeBefore'];return _0x5bc3cd instanceof _0x36bd92?_0x5bc3cd!=_0x553a0c?null:_0x5bc3cd: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 _0x224175=[];let _0x18f431=this['head'];for(;_0x18f431;)_0x224175['push'](_0x18f431),_0x18f431=_0x18f431['next'];return _0x224175;}['setAttribute'](_0x5c9543,_0x20fade){const _0x1fe985=_0x1c90d4(this['attributes']);_0x519445(_0x1fe985,_0x5c9543,_0x20fade),_0x12e9c7(_0x1fe985,this['attributes'])||(this['attributes']=_0x1fe985,this['_onAttributesChange'](_0x1fe985));}['removeAttribute'](_0x3cd652){const _0x10235a=_0x1c90d4(this['attributes']);_0x5656f3(_0x10235a,_0x3cd652),_0x12e9c7(_0x10235a,this['attributes'])||(this['attributes']=_0x10235a,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 _0x489557()['substr'](0x1,0x5);}}function o(_0x3d9e9e,_0x93d5cd,_0x6547b1){const _0x417efb=_0x3d9e9e['t'],t=_0x3d9e9e['t'];switch(_0x93d5cd){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'*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',_0x6547b1);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x6547b1);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x6547b1);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x6547b1);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x6547b1);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',_0x6547b1);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x6547b1);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');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',_0x6547b1);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x6547b1);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x6547b1);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x6547b1);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x6547b1);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x6547b1);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x6547b1);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x6547b1);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x6547b1);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x6547b1);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x6547b1);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x6547b1);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x6547b1);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x6547b1);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x6547b1);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x6547b1);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x6547b1);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'},_0x6547b1);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x6547b1);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x6547b1);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x6547b1);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x6547b1);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x6547b1);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x6547b1);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x6547b1);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x6547b1);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'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x6547b1);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x6547b1);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'},_0x6547b1);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x6547b1);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 _0x417efb({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x6547b1);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x417efb({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x6547b1);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x6547b1);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'},_0x6547b1);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'},_0x6547b1);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'},_0x6547b1);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x93d5cd;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x53e61f,_0x1aabfc){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x53e61f,this['_locale']=_0x1aabfc;}['getDescriptions'](_0x1ec819){const _0x1959a8=[],_0x485d9c=new Set(),_0x34ce30=new Set();for(let _0x40c283=0x0;_0x40c283<_0x1ec819['length'];_0x40c283++){const _0x4ea77c=_0x1ec819[_0x40c283];if(!_0x4ea77c['isInContent'])continue;const _0x2865a3=this['_handleCustomCallbackDescription'](_0x4ea77c);if(_0x2865a3){if(null!=_0x4ea77c['subType']){if(_0x485d9c['has'](_0x4ea77c['subType']))continue;_0x485d9c['add'](_0x4ea77c['subType']);}_0x1959a8['push'](_0x2865a3);}else{if('attribute'!=_0x4ea77c['type'])'insertion'!=_0x4ea77c['type']&&'deletion'!=_0x4ea77c['type']||this['_handleInsertRemoveSuggestionDescription'](_0x1959a8,_0x4ea77c,_0x1ec819[_0x40c283+0x1]);else{const _0x466da5=_0x4ea77c['data']['key'];if(_0x34ce30['has'](_0x466da5))continue;_0x34ce30['add'](_0x4ea77c['data']['key']),_0x466da5==m?this['_handleRenameSuggestionDescription'](_0x1959a8,_0x4ea77c):this['_handleAttributeSuggestionDescription'](_0x1959a8,_0x4ea77c);}}}return this['_resolveDescriptionItems'](_0x1959a8);}['registerDescriptionCallback'](_0x3990aa){this['_customCallbacks']['push'](_0x3990aa);}['registerElementLabel'](_0x4322f2,_0x20a5d5,_0x46db52=_0x250038['normal']){'function'==typeof _0x4322f2?_0x5e44f2(this['_itemLabelsCallbacks'],{'matchingCallback':_0x4322f2,'label':_0x20a5d5,'priority':_0x46db52}):this['_itemLabels']['set'](_0x4322f2,_0x20a5d5);}['registerAttributeLabel'](_0x5a7180,_0x4e8b29){this['_attributeLabels']['set'](_0x5a7180,_0x4e8b29);}['getItemLabel'](_0x4d309f,_0xb362e2=0x1){let _0x29e0a6;for(const _0x229120 of this['_itemLabelsCallbacks'])if(_0x229120['matchingCallback'](_0x4d309f)){_0x29e0a6=_0x229120['label'];break;}return _0x29e0a6||(_0x29e0a6=this['_itemLabels']['get'](_0x4d309f['name'])),_0x29e0a6?_0x29e0a6(_0xb362e2):0x1!==_0xb362e2?_0xb362e2+'\x20'+_0x4d309f['name']+'s':''+_0x4d309f['name'];}['_addDescriptionItems'](_0x34bd96,_0x505af7){const _0x5a63e2=_0x505af7['getFirstRange']()['getWalker'](),_0x316080='insertion'==_0x505af7['type']?'add':'remove';for(const _0x1c58b8 of _0x5a63e2){const _0x4a1dee=_0x1c58b8['item'],_0x22294f=_0x34bd96[_0x34bd96['length']-0x1];if(_0x4a1dee['is']('$textProxy'))_0x22294f&&_0x22294f['type']['indexOf']('Container')>-0x1&&_0x34bd96['pop'](),_0x22294f&&'text'==_0x22294f['type']?_0x22294f[_0x316080]+=_0x4a1dee['data']:_0x34bd96['push']({'type':'text','add':'add'==_0x316080?_0x4a1dee['data']:'','remove':'remove'==_0x316080?_0x4a1dee['data']:''});else{if(this['_schema']['isObject'](_0x4a1dee)){const _0x4f7944=_0x4a1dee;if(_0x22294f&&_0x22294f['type']['indexOf']('Container')>-0x1&&_0x34bd96['pop'](),'elementEnd'==_0x1c58b8['type'])continue;_0x22294f&&_0x22294f['type']==_0x316080+'Object'&&_0x22294f['element']['name']==_0x4f7944['name']?_0x22294f['quantity']++:_0x34bd96['push']({'type':_0x316080+'Object','element':_0x4f7944,'quantity':0x1}),_0x5a63e2['skip'](_0x1bc7d6=>!('elementEnd'==_0x1bc7d6['type']&&_0x1bc7d6['item']==_0x4a1dee));}else{if(this['_schema']['checkChild'](_0x4a1dee,'$text')||_0x4a1dee['is']('element','softBreak')){const _0x19e3c5=_0x4a1dee;if('add'==_0x316080&&'elementStart'==_0x1c58b8['type']||'remove'==_0x316080&&'elementEnd'==_0x1c58b8['type'])continue;if(_0x22294f&&-0x1==_0x22294f['type']['indexOf']('Container')){'text'==_0x22294f['type']&&(_0x22294f[_0x316080]+='\x0a');continue;}let _0x16a6bb;if(_0x16a6bb='add'==_0x316080?_0x19e3c5['nextSibling']&&!this['_schema']['isObject'](_0x19e3c5['nextSibling'])?_0x19e3c5['nextSibling']:null:_0x19e3c5['previousSibling']&&!this['_schema']['isObject'](_0x19e3c5['previousSibling'])?_0x19e3c5['previousSibling']:null,_0x19e3c5['isEmpty']||_0x16a6bb&&_0x16a6bb['isEmpty']){const _0xff75cd=_0x16a6bb&&_0x16a6bb['isEmpty']?_0x16a6bb:_0x19e3c5;_0x22294f&&_0x22294f['type']==_0x316080+'EmptyContainer'&&_0x22294f['element']['name']==_0xff75cd['name']?_0x22294f['quantity']++:_0x34bd96['push']({'type':_0x316080+'EmptyContainer','element':_0xff75cd,'quantity':0x1});}else _0x34bd96['push']({'type':_0x316080+'Container','element':_0x19e3c5});}}}}}['_resolveDescriptionItems'](_0x1456c2){const _0x5b2e0d=this['_locale'],_0x4fc6f9=[],_0x1cbaeb=[],_0x4c76e0=[];for(const _0x27a042 of _0x1456c2)switch(_0x27a042['type']){case'text':if(_0x27a042['add']=_0x27a042['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x27a042['remove']=_0x27a042['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x27a042['add']&&''!=_0x27a042['remove']){_0x4fc6f9['push']({'type':'replace','content':o(_0x5b2e0d,'REPLACE_TEXT',['\x22'+_0x27a042['remove']+'\x22','\x22'+_0x27a042['add']+'\x22'])});continue;}if(null!=_0x27a042['add']['match'](/^ +$/)){_0x4fc6f9['push']({'type':'insertion','content':o(_0x5b2e0d,'*Insert:*\x20%0',o(_0x5b2e0d,'ELEMENT_SPACE',_0x27a042['add']['length']))});continue;}if(null!=_0x27a042['remove']['match'](/^ +$/)){_0x4fc6f9['push']({'type':'deletion','content':o(_0x5b2e0d,'*Remove:*\x20%0',o(_0x5b2e0d,'ELEMENT_SPACE',_0x27a042['remove']['length']))});continue;}if(''!=_0x27a042['add']){_0x4fc6f9['push']({'type':'insertion','content':o(_0x5b2e0d,'*Insert:*\x20%0','\x22'+_0x27a042['add']+'\x22')});continue;}_0x4fc6f9['push']({'type':'deletion','content':o(_0x5b2e0d,'*Remove:*\x20%0','\x22'+_0x27a042['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4fc6f9['push']({'type':'insertion','content':o(_0x5b2e0d,'*Insert:*\x20%0',this['getItemLabel'](_0x27a042['element'],_0x27a042['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4fc6f9['push']({'type':'deletion','content':o(_0x5b2e0d,'*Remove:*\x20%0',this['getItemLabel'](_0x27a042['element'],_0x27a042['quantity']))});continue;case'addContainer':_0x4fc6f9['push']({'type':'insertion','content':o(_0x5b2e0d,'*Split:*\x20%0',this['getItemLabel'](_0x27a042['element'],_0x27a042['quantity']))});continue;case'removeContainer':_0x4fc6f9['push']({'type':'deletion','content':o(_0x5b2e0d,'*Merge:*\x20%0',this['getItemLabel'](_0x27a042['element'],_0x27a042['quantity']))});continue;case'addFormat':_0x1cbaeb['push'](_0x27a042['key']);continue;case'removeFormat':_0x4c76e0['push'](_0x27a042['key']);continue;default:_0x4fc6f9['push'](_0x27a042);}if(_0x1cbaeb['length']){const _0x462109=_0x1cbaeb['map'](_0x1202fa=>this['_attributeLabels']['has'](_0x1202fa)?this['_attributeLabels']['get'](_0x1202fa):_0x1202fa)['join'](',\x20');_0x4fc6f9['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x462109)});}if(_0x4c76e0['length']){const _0x2cec21=_0x4c76e0['map'](_0x4fbd6f=>this['_attributeLabels']['has'](_0x4fbd6f)?this['_attributeLabels']['get'](_0x4fbd6f):_0x4fbd6f)['join'](',\x20');_0x4fc6f9['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x2cec21)});}return _0x4fc6f9;}['_handleCustomCallbackDescription'](_0x4f801a){for(const _0xffc3d1 of this['_customCallbacks']){const _0x333646=_0xffc3d1(_0x4f801a);if(_0x333646&&'type'in _0x333646)return _0x333646;}}['_handleAttributeSuggestionDescription'](_0x586501,_0x5e5a40){const _0xc1b996=_0x5e5a40['data'],_0x1c3b31=void 0x0===_0xc1b996['newValue']?'removeFormat':'addFormat';_0x586501['push']({'type':_0x1c3b31,'key':_0xc1b996['key']});}['_handleRenameSuggestionDescription'](_0xf1b6c4,_0x58df15){_0xf1b6c4['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x58df15['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x1bdf43,_0x37faf5,_0x40f707){if(this['_addDescriptionItems'](_0x1bdf43,_0x37faf5),_0x40f707&&_0x40f707['getFirstRange']()&&!_0x37faf5['getFirstRange']()['end']['isEqual'](_0x40f707['getFirstRange']()['start'])){const _0x182815=_0x1bdf43[_0x1bdf43['length']-0x1],_0x55551b='insertion'==_0x37faf5['type']?'add':'remove';_0x182815&&'text'==_0x182815['type']&&(_0x182815[_0x55551b]+='\x0a');}}}class U extends _0x5c4eb9{['afterInit'](){const _0x46549d=this['editor'],_0x5398c4=_0x46549d['plugins']['get']('TrackChangesEditing');_0x46549d['commands']['get']('showAIAssistant')&&_0x5398c4['enableCommand']('showAIAssistant');}}class V extends _0x5c4eb9{['afterInit'](){const _0x31df8f=this['editor'],_0x26b527=_0x31df8f['locale'];if(!_0x31df8f['plugins']['has']('AlignmentEditing'))return;const _0x9f9f04=_0x31df8f['plugins']['get']('TrackChangesEditing');_0x9f9f04['enableDefaultAttributesIntegration']('alignment'),_0x9f9f04['registerBlockAttribute']('alignment'),_0x9f9f04['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x26b527,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54d2d0=this['editor'],_0x1b0e3e=_0x54d2d0['locale'];_0x54d2d0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x196c8c=>{if('formatBlock'!=_0x196c8c['type'])return;const {data:_0x289b64}=_0x196c8c;if(_0x289b64&&'alignment'==_0x289b64['commandName']){const _0x1b0749=_0x289b64['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x1b0e3e,'*Format:*\x20%0',function(_0xee7d46){switch(_0xee7d46){case'left':return o(_0x1b0e3e,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x1b0e3e,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x1b0e3e,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x1b0e3e,'FORMAT_JUSTIFY_TEXT');}}(_0x1b0749))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x5c4eb9{['afterInit'](){const _0x1a7f08=this['editor'],_0x1cebea=_0x1a7f08['plugins']['get']('TrackChangesEditing'),_0x45afaa=_0x1a7f08['locale'];for(const _0x10a458 of Zt){if(!_0x1a7f08['plugins']['has'](_0x10a458))continue;const _0x281bda=_0x10a458['slice'](0x0,-0x7)['toLowerCase'](),_0x35ece1='FORMAT_'+_0x281bda['toUpperCase']();_0x1cebea['enableDefaultAttributesIntegration'](_0x281bda),_0x1cebea['registerInlineAttribute'](_0x281bda),_0x1cebea['descriptionFactory']['registerAttributeLabel'](_0x281bda,o(_0x45afaa,_0x35ece1));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x7d83e9=this['editor'],_0x535dc7=_0x7d83e9['locale'],_0x2917f6=_0x7d83e9['plugins']['get']('TrackChangesEditing');function _0xeada(_0x3cde61,_0x17a904){_0x2917f6['descriptionFactory']['registerDescriptionCallback'](_0x471d7c=>{if('formatInline'!=_0x471d7c['type'])return;const {data:_0x562340}=_0x471d7c;return _0x562340&&_0x562340['commandName']===_0x3cde61?_0x562340['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x535dc7,'*Format:*\x20%0',_0x17a904)}:{'type':'format','content':o(_0x535dc7,'*Remove\x20format:*\x20%0',_0x17a904)}:void 0x0;});}_0xeada('bold',o(_0x535dc7,'FORMAT_BOLD')),_0xeada('italic',o(_0x535dc7,'FORMAT_ITALIC')),_0xeada('underline',o(_0x535dc7,'FORMAT_UNDERLINE')),_0xeada('code',o(_0x535dc7,'FORMAT_CODE')),_0xeada('strikethrough',o(_0x535dc7,'FORMAT_STRIKETHROUGH')),_0xeada('subscript',o(_0x535dc7,'FORMAT_SUBSCRIPT')),_0xeada('superscript',o(_0x535dc7,'FORMAT_SUPERSCRIPT'));}}class F extends _0x5c4eb9{['afterInit'](){const _0x217d01=this['editor'],_0x34be5d=_0x217d01['locale'];if(!_0x217d01['plugins']['has']('BlockQuoteEditing'))return;const _0x5187d1=_0x217d01['plugins']['get']('TrackChangesEditing'),_0x449f03=this['editor']['commands']['get']('blockQuote');_0x5187d1['enableCommand']('blockQuote',(_0x18552d,_0x469c61={})=>{const _0xfe9d84=this['editor']['model']['document']['selection'],_0x41450e=_0x469c61&&void 0x0!==_0x469c61['forceValue']?_0x469c61['forceValue']:!_0x449f03['value'];let _0x480724=[];if(_0x41450e){const _0x3b5f28=Array['from'](_0xfe9d84['getSelectedBlocks']())['filter'](_0x3ca697=>oo(_0x3ca697)||function(_0x5e1166,_0x263da1){const _0x5c73fe=_0x263da1['checkChild'](_0x5e1166['parent'],'blockQuote'),_0xacbbce=_0x263da1['checkChild'](['$root','blockQuote'],_0x5e1166);return _0x5c73fe&&_0xacbbce;}(_0x3ca697,this['editor']['model']['schema']));_0x480724=to(_0x3b5f28,_0x217d01['model']);}else{const _0x256150=Array['from'](_0xfe9d84['getSelectedBlocks']())['filter'](_0x49e775=>oo(_0x49e775));_0x480724=to(_0x256150,_0x217d01['model']);}_0x217d01['model']['change'](()=>{for(const _0x148cd1 of _0x480724)_0x5187d1['markBlockFormat'](_0x148cd1,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x41450e}]});});}),_0x5187d1['descriptionFactory']['registerDescriptionCallback'](_0x152591=>{const {data:_0x47c647}=_0x152591;if(_0x47c647&&'blockQuote'==_0x47c647['commandName']){const _0x203b55=o(_0x34be5d,'ELEMENT_BLOCK_QUOTE');return _0x47c647['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x34be5d,'*Set\x20format:*\x20%0',_0x203b55)}:{'type':'format','content':o(_0x34be5d,'*Remove\x20format:*\x20%0',_0x203b55)};}});}}function oo(_0x5ce523){return'blockQuote'==_0x5ce523['parent']['name'];}class L extends _0x5c4eb9{['afterInit'](){const _0x3d32c3=this['editor'],_0x1dc1bf=_0x3d32c3['locale'],_0x42af80=_0x3d32c3['plugins']['get']('TrackChangesEditing');_0x3d32c3['plugins']['has']('BookmarkEditing')&&(_0x42af80['enableCommand']('insertBookmark'),_0x42af80['enableDefaultAttributesIntegration']('updateBookmark'),_0x42af80['registerBlockAttribute']('bookmarkId'),_0x42af80['descriptionFactory']['registerDescriptionCallback'](_0x2fa3b8=>{if('insertion'!=_0x2fa3b8['type']&&'deletion'!=_0x2fa3b8['type']&&'attribute'!=_0x2fa3b8['type'])return;const _0x594acf=_0x2fa3b8['getContainedElement']();if(null==_0x594acf)return;if(!_0x594acf['is']('element','bookmark'))return;const _0x49e26e=_0x594acf['getAttribute']('bookmarkId');if('insertion'==_0x2fa3b8['type'])return{'type':'insertion','content':o(_0x1dc1bf,'*Insert:*\x20%0','\x22'+_0x49e26e+'\x22\x20'+o(_0x1dc1bf,'ELEMENT_BOOKMARK'))};if('deletion'==_0x2fa3b8['type'])return{'type':'deletion','content':o(_0x1dc1bf,'*Remove:*\x20%0','\x22'+_0x49e26e+'\x22\x20'+o(_0x1dc1bf,'ELEMENT_BOOKMARK'))};const {data:_0x176ce}=_0x2fa3b8;if(!_0x176ce||'bookmarkId'!=_0x176ce['key'])return;return{'type':'format','content':o(_0x1dc1bf,'*Set\x20bookmark:*\x20%0','\x22'+_0x176ce['newValue']+'\x22')};}));}}class J extends _0x5c4eb9{['afterInit'](){const _0x7b1c26=this['editor'];_0x7b1c26['plugins']['has']('CaseChange')&&(_0x7b1c26['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x7b1c26['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x7b1c26['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x5c4eb9{['afterInit'](){const _0x3e808a=this['editor'];_0x3e808a['commands']['get']('ckbox')&&_0x3e808a['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x5c4eb9{['afterInit'](){const _0x501ca5=this['editor'];if(!_0x501ca5['plugins']['has']('CodeBlock'))return;const _0x1017a6=_0x501ca5['plugins']['get']('TrackChangesEditing'),_0x50a694=_0x501ca5['locale'],_0x535fb4=_0x501ca5['config']['get']('codeBlock')['languages'],_0x292c48=_0x501ca5['commands']['get']('codeBlock');_0x1017a6['enableCommand']('indentCodeBlock'),_0x1017a6['enableCommand']('outdentCodeBlock'),_0x1017a6['enableCommand']('codeBlock',(_0x565ee8,_0xe6f970={})=>{const _0x2cfa0e=_0x501ca5['model'],_0x2bab72=_0x501ca5['model']['document']['selection'],_0x3b4883=_0xe6f970&&void 0x0!==_0xe6f970['forceValue']?_0xe6f970['forceValue']:!_0x292c48['value'];let _0x4c2a49;_0xe6f970['language']||(_0xe6f970['language']=_0x535fb4[0x0]['language']),_0x4c2a49=_0x3b4883?Array['from'](_0x2bab72['getSelectedBlocks']())['filter'](_0x2c8d5e=>eo(_0x2c8d5e)||function(_0x2e2692,_0x43f90e){if(_0x2e2692['is']('rootElement')||_0x43f90e['isLimit'](_0x2e2692))return!0x1;return _0x43f90e['checkChild'](_0x2e2692['parent'],'codeBlock');}(_0x2c8d5e,_0x2cfa0e['schema'])):Array['from'](_0x2bab72['getSelectedBlocks']())['filter'](_0xd92529=>eo(_0xd92529));const _0x47bee9=to(_0x4c2a49,_0x2cfa0e);_0x2cfa0e['change'](()=>{for(const _0x25bc42 of _0x47bee9)_0x1017a6['markBlockFormat'](_0x25bc42,{'commandName':'codeBlock','commandParams':[{..._0xe6f970,'forceValue':_0x3b4883}],'formatGroupId':'blockName'});});}),(_0x1017a6['descriptionFactory']['registerElementLabel']('codeBlock',_0x2adc93=>o(_0x50a694,'ELEMENT_CODE_BLOCK',_0x2adc93)),_0x1017a6['descriptionFactory']['registerDescriptionCallback'](_0x4b29ed=>{if('formatBlock'!=_0x4b29ed['type'])return;const _0x456537=_0x50a694['t'],{data:_0x314b2c}=_0x4b29ed;if(!_0x314b2c||'codeBlock'!=_0x314b2c['commandName'])return;const _0x311650=_0x314b2c['commandParams'][0x0]['language'],_0x4ac329=_0x456537(_0x535fb4['find'](_0x17f5d2=>_0x17f5d2['language']===_0x311650)['label'])['toLowerCase']();return _0x314b2c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x50a694,'*Set\x20format:*\x20%0',o(_0x50a694,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4ac329+')')}:{'type':'format','content':o(_0x50a694,'*Remove\x20format:*\x20%0',o(_0x50a694,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3cf242){return'codeBlock'==_0x3cf242['name'];}class z extends _0x5c4eb9{['afterInit'](){const _0x31b1d2=this['editor'];if(!_0x31b1d2['plugins']['has']('CommentsEditing'))return;_0x31b1d2['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x3d3cf6,_0x1d14be,_0x18edbe){const _0x4d9348=[];for(const _0x508d48 of _0x1d14be['getItems']())_0x508d48['hasAttribute'](_0x3d3cf6)&&_0x4d9348['push'](_0x18edbe['createRangeOn'](_0x508d48));return _0x4d9348;}function Ne(_0x1439a4,_0x1fbd4d,{showActiveMarker:_0x3a1ec5=!0x0}={}){const _0x32da8c=_0x1439a4['plugins']['get']('TrackChangesEditing');return(_0x1d3fc2,_0x49bb30,_0x40eded)=>{if(!_0x40eded['consumable']['test'](_0x49bb30['markerRange'],_0x1d3fc2['name']))return;const _0x555401=_0x49bb30['markerRange']['getWalker'](),_0x462c39=_0x49bb30['markerRange']['start'],_0xb7e244=_0x1439a4['model']['schema'];let _0x554907=null,_0x40a76d=null,_0x2db9f4=!0x1,_0x45fa4c=!0x1;for(const _0x1ddb3c of _0x555401){const _0x38355f=_0x1ddb3c['item'];_0x2db9f4=_0x2db9f4||_0xb7e244['isContent'](_0x38355f);const _0x246ba8=_0x40eded['mapper']['toViewElement'](_0x38355f);if(_0x246ba8&&_0x246ba8['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1ddb3c['type']&&(_0xb7e244['isBlock'](_0x38355f)&&!_0xb7e244['isLimit'](_0x38355f)&&(_0x38355f['nextSibling']||_0x462c39['isAtEnd']?_0x554907&&_0x554907['parent']==_0x38355f||(_0x554907=_0x38355f,_0x1de444(_0x1ddb3c['previousPosition']),_0x45fa4c=!0x0):_0x40a76d=_0x40a76d||_0x1ddb3c['previousPosition']));}function _0x1de444(_0x5afd6e){const {authorId:_0x2c4877}=_0x32da8c['_splitMarkerName'](_0x49bb30['markerName']),_0x5c5cc7=_0x40eded['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x1fbd4d,'data-author-id':_0x2c4877}),_0x48a315=_0x40eded['mapper']['toViewPosition'](_0x5afd6e);_0x3a1ec5&&_0x32da8c['activeMarkers']['includes'](_0x49bb30['markerName'])&&_0x40eded['writer']['addClass']('ck-suggestion-marker--active',_0x5c5cc7),_0x40eded['writer']['insert'](_0x48a315,_0x5c5cc7),_0x40eded['mapper']['bindElementToMarker'](_0x5c5cc7,_0x49bb30['markerName']);}_0x2db9f4||_0x45fa4c||!_0x40a76d||_0x1de444(_0x40a76d);};}class K extends _0x5c4eb9{static get['requires'](){return[_0x5695dd];}['init'](){const _0x48662d=this['editor'],_0x2bd0b7=_0x48662d['plugins']['get']('TrackChangesEditing');_0x2bd0b7['enableCommand']('delete');const _0x5d485d=_0x48662d['commands']['get']('deleteForward');_0x2bd0b7['enableCommand']('deleteForward',(_0x283572,_0x32e23c={})=>{const _0x4f8e3b=_0x48662d['model']['createSelection'](_0x48662d['model']['document']['selection']);_0x4f8e3b['isCollapsed']&&_0x48662d['model']['modifySelection'](_0x4f8e3b,{'direction':'forward','unit':_0x32e23c['unit']});const _0x40e3fc=_0x4f8e3b['getFirstRange'](),_0x495101=_0x3f97db['fromRange'](_0x40e3fc);let _0x4dbdcd;_0x283572(_0x32e23c),_0x4dbdcd='$graveyard'==_0x495101['root']['rootName']?_0x48662d['model']['createRange'](_0x40e3fc['start']):_0x48662d['model']['createRange'](_0x495101['start'],_0x495101['end']),_0x495101['detach'](),_0x48662d['model']['enqueueChange'](_0x5d485d['buffer']['batch'],_0x2094b3=>{_0x5d485d['buffer']['lock'](),_0x2094b3['setSelection'](_0x2094b3['createRange'](_0x4dbdcd['end'])),_0x5d485d['buffer']['unlock']();});}),_0x48662d['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Ne(_0x48662d,'merge'),{'priority':'high'}),_0x48662d['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x4938eb,_0x4c852c,_0x59d500)=>{_0x59d500['options']['showSuggestionHighlights']&&Ne(_0x48662d,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x4938eb,_0x4c852c,_0x59d500);},{'priority':'high'}),_0x48662d['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x43b21c,_0x58c2cd,_0x5f00dd)=>{const _0x2cfd28=_0x5f00dd['mapper']['markerNameToElements'](_0x58c2cd['markerName']);if(_0x2cfd28){for(const _0x4af11f of _0x2cfd28)_0x4af11f['is']('uiElement')&&(_0x5f00dd['mapper']['unbindElementFromMarkerName'](_0x4af11f,_0x58c2cd['markerName']),_0x5f00dd['writer']['remove'](_0x4af11f));}},{'priority':'high'});}}class W extends _0x5c4eb9{['afterInit'](){const _0x46047e=this['editor'];if(!_0x46047e['plugins']['has']('ListEditing'))return;const _0x44f042=_0x46047e['locale'],_0x357f6d=_0x46047e['plugins']['get']('TrackChangesEditing'),_0x2547c9=_0x46047e['plugins']['has']('TodoListEditing'),_0x540910=!!_0x46047e['config']['get']('list.multiBlock');function _0xa5182b(_0x7018d6){return{'type':'format','content':''+o(_0x44f042,'*Set\x20format:*\x20%0',_0x7018d6)};}function _0x2f04cf(_0x58dcde){return{'type':'format','content':''+o(_0x44f042,'*Remove\x20format:*\x20%0',_0x58dcde)};}_0x357f6d['enableDefaultAttributesIntegration']('numberedList'),_0x357f6d['enableDefaultAttributesIntegration']('bulletedList'),_0x357f6d['enableDefaultAttributesIntegration']('customNumberedList'),_0x357f6d['enableDefaultAttributesIntegration']('customBulletedList'),_0x357f6d['enableDefaultAttributesIntegration']('indentList'),_0x357f6d['enableDefaultAttributesIntegration']('outdentList'),_0x357f6d['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x357f6d['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x357f6d['registerBlockAttribute']('listItemId'),_0x357f6d['registerBlockAttribute']('listType'),_0x357f6d['registerBlockAttribute']('listIndent'),_0x540910&&(_0x357f6d['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x357f6d['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x2547c9&&(_0x357f6d['enableDefaultAttributesIntegration']('todoList'),_0x357f6d['enableDefaultAttributesIntegration']('checkTodoList'),_0x357f6d['registerBlockAttribute']('todoListChecked'),_0x357f6d['descriptionFactory']['registerDescriptionCallback'](_0x2f8eef=>{const {data:_0xd72884}=_0x2f8eef;if(_0xd72884&&'todoListChecked'==_0xd72884['key'])return{'type':'format','content':_0xd72884['newValue']?o(_0x44f042,'*Check\x20item*'):o(_0x44f042,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x100cc5=>{if(_0x100cc5['batch']['isUndo'])return!0x1;let _0x38e550=!0x1;const _0x39c9aa=_0x357f6d['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1538e0=>'todoListChecked'===_0x357f6d['_getAttributeKey'](_0x1538e0));for(const _0x3ff60f of _0x39c9aa){'todo'!=_0x3ff60f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x357f6d['_findSuggestions'](_0x3ff60f['getFirstRange'](),'attribute')['find'](_0x4f4633=>'listType'===_0x357f6d['_getAttributeKey'](_0x4f4633['suggestion']))||(_0x100cc5['removeMarker'](_0x3ff60f['getFirstMarker']()),_0x38e550=!0x0));}return _0x38e550;})),_0x357f6d['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x44f042,'FORMAT_INDENT'));const _0x43363e={'type':'format','content':''};_0x357f6d['descriptionFactory']['registerDescriptionCallback'](_0x461b4c=>{const {data:_0x2f274c}=_0x461b4c;if(!_0x2f274c||'listType'!=_0x2f274c['key'])return;let _0x2632b2=_0x461b4c['head'];for(;_0x2632b2;){if(_0x2632b2['data']&&(('listStyle'==_0x2632b2['data']['key']||'listMarkerStyle'==_0x2632b2['data']['key'])&&(_0x2632b2['data']['newValue']&&'default'!=_0x2632b2['data']['newValue']||'default'!=_0x2632b2['data']['oldValue']&&!_0x2f274c['newValue'])||!_0x540910&&_0x2632b2['data']['key']==m))return _0x43363e;_0x2632b2=_0x2632b2['next'];}if(null==_0x2f274c['newValue'])switch(_0x2f274c['oldValue']){case'bulleted':return _0x2f04cf(o(_0x44f042,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2f04cf(o(_0x44f042,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2f04cf(o(_0x44f042,'ELEMENT_TODO_LIST'));}switch(_0x2f274c['newValue']){case'bulleted':return _0xa5182b(o(_0x44f042,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xa5182b(o(_0x44f042,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xa5182b(o(_0x44f042,'ELEMENT_TODO_LIST'));}}),_0x357f6d['descriptionFactory']['registerDescriptionCallback'](_0x15b6b8=>{const {data:_0xb63634}=_0x15b6b8;if(_0xb63634&&'listIndent'==_0xb63634['key'])return null==_0xb63634['newValue']||null==_0xb63634['oldValue']&&0x0==_0xb63634['newValue']?_0x43363e:void 0x0;}),_0x357f6d['descriptionFactory']['registerDescriptionCallback'](_0x16c989=>{if('attribute'!=_0x16c989['type'])return;const {data:_0x46edc4}=_0x16c989;if(!_0x46edc4||'listItemId'!=_0x46edc4['key'])return;const _0x4b4cb3=Te(_0x16c989);return'newValue'==_0x4b4cb3?{'type':'format','content':o(_0x44f042,'*Merge:*\x20list\x20item')}:'oldValue'==_0x4b4cb3?{'type':'format','content':o(_0x44f042,'*Split:*\x20list\x20item')}:_0x43363e;}),_0x46047e['model']['document']['registerPostFixer'](_0x590bdc=>this['listItemIdFixer'](_0x590bdc)),_0x46047e['model']['document']['registerPostFixer'](_0x5a810c=>this['noTrackChangesFixer'](_0x5a810c)),_0x46047e['model']['document']['on']('change:data',(_0x4f4831,_0x463460)=>{if(_0x463460['isUndo']||!_0x463460['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x59a20b){if(_0x59a20b['batch']['isUndo']||!_0x59a20b['batch']['isLocal'])return!0x1;let _0x1c0090=!0x1;const _0xfbcb5a=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3fd582=>_0x3fd582['data']&&'listItemId'==_0x3fd582['data']['key'])['filter'](_0x4f9323=>_0x4f9323['data']['newValue']&&_0x4f9323['data']['oldValue']);for(const _0x452a66 of _0xfbcb5a)Te(_0x452a66)||(_0x59a20b['removeMarker'](_0x452a66['getFirstMarker']()),_0x1c0090=!0x0);return _0x1c0090;}['noTrackChangesFixer'](_0x530654){if(_0x530654['batch']['isUndo']||!_0x530654['batch']['isLocal'])return!0x1;const _0x3d3755=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3d3755['trackChangesCommand']['value'])return!0x1;let _0x24f2dc=!0x1;const _0x3920bf=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x5944f3=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x981f85=>'attribute'==_0x981f85['type'])['filter'](_0x146038=>_0x3920bf['includes'](_0x146038['attributeKey']));if(0x0==_0x5944f3['length'])return _0x24f2dc;for(const _0x21ff7b of _0x5944f3){const _0x328263=_0x3d3755['_findSuggestions'](_0x21ff7b['range'],'attribute')['filter'](_0x2e4dd4=>!_0x2e4dd4['meta']['isNextTo'])['map'](_0x3053b9=>_0x3053b9['suggestion'])['filter'](_0x132e1a=>{const _0x4a0255=_0x3d3755['_getAttributeKey'](_0x132e1a);return _0x3920bf['includes'](_0x4a0255);});if(_0x328263['length']){for(const _0x50207a of _0x328263)_0x530654['removeMarker'](_0x50207a['getFirstMarker']());_0x24f2dc=!0x0;}}return _0x24f2dc;}['assureChains'](){const _0x1e21aa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x385543=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x3ee0e5;const _0x535cd6=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x56880e=>{if(_0x56880e['data']['oldRange']||!_0x56880e['data']['newRange'])return null;if(!_0x56880e['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x5f24f9}=_0x1e21aa['_splitMarkerName'](_0x56880e['name']);if(!_0x1e21aa['hasSuggestion'](_0x5f24f9))return null;const _0x2e126d=_0x1e21aa['getSuggestion'](_0x5f24f9);return _0x385543['includes'](_0x2e126d['data']['key']);})['map'](_0x7a8db6=>{const {id:_0x1ea6bb}=_0x1e21aa['_splitMarkerName'](_0x7a8db6['name']),_0xa33d9b=_0x1e21aa['getSuggestion'](_0x1ea6bb);return _0x3ee0e5=_0xa33d9b['attributes']['groupId'],_0xa33d9b['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x535cd6['size'])return;const _0x381cbe=_0x1e21aa['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x22598c=>'attribute'==_0x22598c['type']&&_0x22598c['data']&&_0x385543['includes'](_0x22598c['data']['key'])&&_0x22598c['attributes']['groupId']!=_0x3ee0e5)['map'](_0x183708=>({'listItem':_0x183708['getFirstRange']()['start']['nodeAfter'],'groupId':_0x183708['attributes']['groupId']})),_0x1c515f=new Set();for(const {groupId:_0x244cd4,listItem:_0x572b38}of _0x381cbe)_0x535cd6['has'](_0x572b38)&&_0x1c515f['add'](_0x244cd4);for(const _0xcda602 of _0x1e21aa['getSuggestions']())_0x1c515f['has'](_0xcda602['attributes']['groupId'])&&_0xcda602['setAttribute']('groupId',_0x3ee0e5);}['_supportLegacySuggestions'](){const _0x16f78c=this['editor'],_0xa4af0c=_0x16f78c['locale'],_0x45346b=_0x16f78c['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x45346b['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x5ce22b,_0x30908f){const _0x1967a9=[];for(let _0x36a958 of _0x5ce22b)_0x36a958['start']['nodeAfter']===_0x36a958['end']['parent']&&(_0x36a958=_0x16f78c['model']['createRange'](_0x16f78c['model']['createPositionAt'](_0x36a958['start']['nodeAfter'],0x0))),_0x1967a9['push'](_0x36a958);_0x16f78c['model']['change'](_0x4faf5a=>{const _0x99401b=_0x16f78c['model']['document']['selection'],_0x406247=Array['from'](_0x99401b['getRanges']())['map'](_0x4f9436=>_0x3f97db['fromRange'](_0x4f9436));_0x4faf5a['setSelection'](_0x1967a9),_0x16f78c['commands']['get'](_0x30908f['commandName'])['refresh'](),_0x30908f['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x16f78c['execute'](_0x30908f['commandName'],..._0x30908f['commandParams']),_0x4faf5a['setSelection'](_0x406247);for(const _0x42420b of _0x406247)_0x42420b['detach']();});}),_0x45346b['descriptionFactory']['registerElementLabel'](function(_0x1c6acc){const _0x53c066=!_0x16f78c['model']['schema']['isObject'](_0x1c6acc),_0x3c37f5=_0x1c6acc['previousSibling'],_0x2204eb=_0x1c6acc['nextSibling'],_0x599c09=_0x1c6acc['getAttribute']('listItemId'),_0x158075=!_0x3c37f5||_0x3c37f5['getAttribute']('listItemId')!==_0x599c09,_0x7d49a8=!_0x2204eb||_0x2204eb['getAttribute']('listItemId')!==_0x599c09;return _0x53c066&&Boolean(_0x599c09)&&_0x158075&&_0x7d49a8;},_0x1bef32=>o(_0xa4af0c,'ELEMENT_LIST_ITEM',_0x1bef32));}['_registerLegacyDescription'](){const _0x26029b=this['editor'],_0x242c8e=_0x26029b['locale'];function _0x3424b0(_0x123d1a){const _0x2489ac=_0x26029b['commands']['get']('bulletedList')['value'],_0x5e07b1=_0x26029b['commands']['get']('numberedList')['value'];return'numberedList'===_0x123d1a?_0x2489ac:_0x5e07b1;}_0x26029b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x784093){if('formatBlock'!=_0x784093['type'])return;const {data:_0x1a0922}=_0x784093;if(!_0x1a0922)return;let _0x16c22a,_0x471f42,_0x580999,_0x56ee3a;switch(_0x1a0922['commandName']){case'bulletedList':_0x580999=_0x1a0922['commandParams'][0x0]['forceValue'],_0x56ee3a=_0x3424b0(_0x1a0922['commandName']),_0x16c22a=_0x580999?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x56ee3a&&_0x26029b['config']['get']('list.multiBlock')||(_0x16c22a='*Change\x20to:*\x20%0'),_0x471f42={'type':'format','content':o(_0x242c8e,_0x16c22a,o(_0x242c8e,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x580999=_0x1a0922['commandParams'][0x0]['forceValue'],_0x56ee3a=_0x3424b0(_0x1a0922['commandName']),_0x16c22a=_0x580999?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x56ee3a&&_0x26029b['config']['get']('list.multiBlock')||(_0x16c22a='*Change\x20to:*\x20%0'),_0x471f42={'type':'format','content':o(_0x242c8e,_0x16c22a,o(_0x242c8e,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x16c22a='*Indent:*\x20%0',_0x471f42={'type':'format','content':o(_0x242c8e,_0x16c22a,o(_0x242c8e,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x16c22a=function(_0x377524){const _0x3a5203=_0x377524['getFirstRange']();let _0x35522f=_0x3a5203['start']['nodeAfter'];for(;_0x35522f&&_0x3a5203['containsItem'](_0x35522f);){if(_0x35522f['getAttribute']('listIndent')>0x0)return!0x1;_0x35522f=_0x35522f['nextSibling'];}return!0x0;}(_0x784093)?o(_0x242c8e,'*Format:*\x20remove\x20from\x20%0',o(_0x242c8e,function(_0x28da94){return'ELEMENT_'+_0x28da94['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x784093))):o(_0x242c8e,'*Outdent:*\x20%0',o(_0x242c8e,'ELEMENT_LIST_ITEM')),_0x471f42={'type':'format','content':_0x16c22a};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x1a0922['multipleBlocks']&&(_0x16c22a='*Merge:*\x20%0',_0x471f42={'type':'deletion','content':o(_0x242c8e,_0x16c22a,o(_0x242c8e,'ELEMENT_LIST_ITEM'))});}return _0x471f42;});}}function Te(_0x10c119){let _0x2d7d46=_0x10c119['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2d7d46;){const _0x1efa81=_0x2d7d46['getAttribute']('listItemId');if(!_0x1efa81)return!0x1;if(_0x1efa81==_0x10c119['data']['newValue'])return'newValue';if(_0x1efa81==_0x10c119['data']['oldValue'])return'oldValue';_0x2d7d46=_0x2d7d46['previousSibling'];}return!0x1;}class ye extends _0x5c4eb9{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x52589a=this['editor']['config']['get']('list.properties'),_0x17ec02=this['editor']['plugins']['get']('TrackChangesEditing');_0x52589a['styles']&&(_0x17ec02['enableDefaultAttributesIntegration']('listStyle'),_0x17ec02['registerBlockAttribute']('listStyle')),_0x52589a['reversed']&&(_0x17ec02['enableDefaultAttributesIntegration']('listReversed'),_0x17ec02['registerBlockAttribute']('listReversed')),_0x52589a['startIndex']&&(_0x17ec02['enableDefaultAttributesIntegration']('listStart'),_0x17ec02['registerBlockAttribute']('listStart'));const _0x2d37a0={'type':'format','content':''};_0x17ec02['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x179678=this['editor']['locale'];_0x17ec02['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x179678,'FORMAT_LIST_REVERSED')),_0x17ec02['descriptionFactory']['registerDescriptionCallback'](_0x4b89ba=>{const {data:_0x4dde80}=_0x4b89ba;if(_0x4dde80&&'listReversed'==_0x4dde80['key'])return null==_0x4dde80['newValue']||0x0==_0x4dde80['newValue']&&null==_0x4dde80['oldValue']?_0x2d37a0:void 0x0;}),_0x17ec02['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x179678,'FORMAT_LIST_START')),_0x17ec02['descriptionFactory']['registerDescriptionCallback'](_0x35e46c=>{const {data:_0x317af0}=_0x35e46c;if(_0x317af0&&'listStart'==_0x317af0['key'])return null==_0x317af0['newValue']||0x1==_0x317af0['newValue']&&null==_0x317af0['oldValue']?_0x2d37a0:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x588bfc=>{if(_0x588bfc['batch']['isUndo'])return!0x1;let _0x567194=!0x1;const _0x2ff46a=_0x17ec02['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x257bd5=>{const _0x41b6b1=_0x17ec02['_getAttributeKey'](_0x257bd5);return'listStart'==_0x41b6b1||'listReversed'==_0x41b6b1;});for(const _0x53b3f0 of _0x2ff46a){const _0x196835=_0x53b3f0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x196835||'customNumbered'==_0x196835)continue;_0x17ec02['_findSuggestions'](_0x53b3f0['getFirstRange'](),'attribute')['find'](_0x1d11c1=>'listType'==_0x17ec02['_getAttributeKey'](_0x1d11c1['suggestion']))||(_0x588bfc['removeMarker'](_0x53b3f0['getFirstMarker']()),_0x567194=!0x0);}return _0x567194;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x4d0019){const _0x1cc7e6=this['editor']['locale'],{data:_0x3d4e43}=_0x4d0019,_0x174bde={'type':'format','content':''};if(!_0x3d4e43||'listStyle'!=_0x3d4e43['key'])return;if(!_0x3d4e43['oldValue'])return'default'==_0x3d4e43['newValue']?_0x174bde:{'type':'format','content':''+o(_0x1cc7e6,'*Set\x20format:*\x20%0',o(_0x1cc7e6,this['_getTranslationKeyForListStyle'](_0x3d4e43['newValue'])))};if(!_0x3d4e43['newValue']){if('default'==_0x3d4e43['oldValue'])return _0x174bde;let _0x34f851=_0x4d0019['head'];for(;_0x34f851;){if(_0x34f851['data']&&'listType'==_0x34f851['data']['key']&&_0x34f851['data']['newValue'])return _0x174bde;_0x34f851=_0x34f851['next'];}return{'type':'format','content':''+o(_0x1cc7e6,'*Remove\x20format:*\x20%0',o(_0x1cc7e6,this['_getTranslationKeyForListStyle'](_0x3d4e43['oldValue'])))};}if('default'!=_0x3d4e43['newValue'])return{'type':'format','content':''+o(_0x1cc7e6,'*Set\x20format:*\x20%0',o(_0x1cc7e6,this['_getTranslationKeyForListStyle'](_0x3d4e43['newValue'])))};let _0x3d41ae=_0x4d0019['head'];for(;_0x3d41ae;){if(_0x3d41ae['data']&&'listType'==_0x3d41ae['data']['key']&&_0x3d41ae['data']['newValue']&&_0x3d41ae['data']['oldValue'])return _0x174bde;_0x3d41ae=_0x3d41ae['next'];}return{'type':'format','content':o(_0x1cc7e6,'*Set\x20format:*\x20%0',o(_0x1cc7e6,'ELEMENT_'+_0x4d0019['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x1c2747=this['editor'],_0x3a0f99=_0x1c2747['locale'];_0x1c2747['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a438e=>{if('formatBlock'!=_0x1a438e['type'])return;const {data:_0x4aff9e}=_0x1a438e;if(!_0x4aff9e)return;let _0x4f0392,_0x3a74c6;switch(_0x4aff9e['commandName']){case'listStyle':_0x4f0392='*Change\x20to:*\x20%0',_0x3a74c6={'type':'format','content':o(_0x3a0f99,_0x4f0392,o(_0x3a0f99,this['_getTranslationKeyForListStyle'](_0x4aff9e['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4f0392=_0x4aff9e['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3a74c6={'type':'format','content':o(_0x3a0f99,_0x4f0392)};break;case'listStart':_0x4f0392='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3a74c6={'type':'format','content':o(_0x3a0f99,_0x4f0392,_0x4aff9e['commandParams'][0x0]['startIndex'])};}return _0x3a74c6;});}['_getTranslationKeyForListStyle'](_0x2b62a3){return'ELEMENT_'+function(_0x454b52){if(Se['includes'](_0x454b52))return'bulleted';if(_e['includes'](_0x454b52))return'numbered';return null;}(_0x2b62a3)['toUpperCase']()+'_LIST_'+_0x2b62a3['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x5c4eb9{static get['requires'](){return[_0xedc15b];}['init'](){const _0x5262b0=this['editor'],_0x3b169b=_0x5262b0['plugins']['get']('TrackChangesEditing'),_0x51ac86=_0x5262b0['commands']['get']('enter');_0x3b169b['enableCommand']('enter',()=>{_0x5262b0['model']['change'](_0xf95003=>{const _0x5dff8a=_0x5262b0['model']['document']['selection'],_0x150225=_0x5dff8a['getFirstPosition'](),_0x48bde8=_0x3f97db['fromRange'](_0x5dff8a['getFirstRange']());if(_0x51ac86['enterBlock'](_0xf95003)){const _0x234577=_0x5262b0['model']['createPositionAt'](_0x150225['parent']['nextSibling'],0x0),_0x3be2f3=_0xf95003['createRange'](_0x150225,_0x234577);_0x3b169b['markInsertion'](_0x3be2f3);}else _0xf95003['setSelection'](_0xf95003['createRange'](_0x48bde8['end']));_0x48bde8['detach'](),_0x51ac86['fire']('afterExecute',{'writer':_0xf95003});});}),_0x5262b0['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Ne(_0x5262b0,'split'),{'priority':'high'}),_0x5262b0['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0xc77d28,_0x46b6c2,_0x5a93bb)=>{const _0x2e586e=_0x5a93bb['mapper']['markerNameToElements'](_0x46b6c2['markerName']);if(_0x2e586e){for(const _0x30bc7f of _0x2e586e)_0x30bc7f['hasClass']('ck-suggestion-marker-split')&&(_0x5a93bb['mapper']['unbindElementFromMarkerName'](_0x30bc7f,_0x46b6c2['markerName']),_0x5a93bb['writer']['remove'](_0x30bc7f));}},{'priority':'high'}),_0x5262b0['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x741380,_0x81c41e,_0x52ecf7)=>{_0x52ecf7['options']['showSuggestionHighlights']&&Ne(_0x5262b0,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x741380,_0x81c41e,_0x52ecf7);},{'priority':'high'});}}class Y extends _0x5c4eb9{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x407a49=this['editor']['plugins']['get']('TrackChangesEditing');_0x407a49['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x407a49['enableCommand']('findNext'),_0x407a49['enableCommand']('findPrevious'),_0x407a49['enableCommand']('replace'),_0x407a49['enableCommand']('replaceAll');}['handleFindCommand'](_0x102dd5,_0x14c6e1,_0xe93fca={}){const _0x1f8983=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x102dd5(_0x16e18e=>{let _0x490336=('string'==typeof _0x14c6e1?_0x1f8983['findByTextCallback'](_0x14c6e1,_0xe93fca):_0x14c6e1)(_0x16e18e);Array['isArray'](_0x490336)&&(_0x490336={'results':_0x490336,'searchText':'string'==typeof _0x14c6e1?_0x14c6e1:''});const _0x4a422d=_0x490336['results']['filter'](_0x21b250=>!0x1===this['_isInDeletionRange'](_0x21b250,_0x16e18e['item']));return{..._0x490336,'results':_0x4a422d};},_0xe93fca);}['_isInDeletionRange'](_0x42cc02,_0x4b3ddb){const _0x46fb58=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4b3ddb,_0x42cc02['start']),this['editor']['model']['createPositionAt'](_0x4b3ddb,_0x42cc02['end']));for(const _0x94cd2d of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x46fb58['getIntersection'](_0x94cd2d['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x5c4eb9{['afterInit'](){const _0x42be59=this['editor']['locale'],_0x369c9d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x16a97d,commandName:_0x579dc5}of ro)this['editor']['plugins']['has'](_0x16a97d)&&(_0x369c9d['enableDefaultAttributesIntegration'](_0x579dc5),_0x369c9d['registerInlineAttribute'](_0x579dc5));_0x369c9d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x42be59,'FORMAT_FONT_SIZE')),_0x369c9d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x42be59,'FORMAT_FONT_FAMILY')),_0x369c9d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x42be59,'FORMAT_FONT_COLOR')),_0x369c9d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x42be59,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x337b2c=this['editor'],_0x29c5af=_0x337b2c['locale'];_0x337b2c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x232cd4=>{const _0x39e671=_0x29c5af['t'];if('formatInline'!=_0x232cd4['type'])return;const {data:_0x84552f}=_0x232cd4;if(null!=_0x84552f){if('fontSize'==_0x84552f['commandName']){const _0x4776b4=_0x84552f['commandParams'][0x0]['value'];if(_0x4776b4){const _0x5a5957=_0x39e671(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0xecc99f=>_0xecc99f['model']==_0x4776b4)['title'])['toLowerCase']();return{'type':'format','content':o(_0x29c5af,'*Set\x20font\x20size:*\x20%0',_0x5a5957)};}return{'type':'format','content':o(_0x29c5af,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x84552f['commandName']){const _0x15655e=_0x84552f['commandParams'][0x0]['value'];return _0x15655e?{'type':'format','content':o(_0x29c5af,'*Set\x20font\x20family:*\x20%0',_0x15655e)}:{'type':'format','content':o(_0x29c5af,'*Reset\x20font\x20family*')};}if('fontColor'==_0x84552f['commandName']){const _0x7f8eb5=_0x84552f['commandParams'][0x0]['value'];if(_0x7f8eb5){const _0x52961e=_0x37df8d(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5a7587=>_0x5a7587['model']==_0x7f8eb5);let _0x18bf97=_0x7f8eb5,_0x306001='';return _0x52961e&&(_0x18bf97=_0x52961e['label'],_0x306001=_0x39e671(_0x18bf97)['toLowerCase']()),{'type':'format','content':o(_0x29c5af,'*Set\x20font\x20color:*\x20%0',_0x306001)['trim'](),'color':{'value':_0x7f8eb5,'title':_0x306001||_0x18bf97}};}return{'type':'format','content':o(_0x29c5af,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x84552f['commandName']){const _0xefde17=_0x84552f['commandParams'][0x0]['value'];if(_0xefde17){const _0x1ba0f7=_0x37df8d(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x34d243=>_0x34d243['model']==_0xefde17);let _0xdbb2db=_0xefde17,_0x1cfec2='';return _0x1ba0f7&&(_0xdbb2db=_0x1ba0f7['label'],_0x1cfec2=_0x39e671(_0xdbb2db)['toLowerCase']()),{'type':'format','content':o(_0x29c5af,'*Set\x20font\x20background\x20color:*\x20%0',_0x1cfec2)['trim'](),'color':{'value':_0xefde17,'title':_0x1cfec2||_0xdbb2db}};}return{'type':'format','content':o(_0x29c5af,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x5c4eb9{['afterInit'](){const _0x110e7e=this['editor'],_0x1e33a5=_0x110e7e['plugins']['get']('TrackChangesEditing'),_0x16a5dc=_0x110e7e['commands']['get']('copyFormat'),_0x369e60=_0x110e7e['commands']['get']('pasteFormat');_0x16a5dc&&_0x369e60&&(_0x1e33a5['enableDefaultAttributesIntegration']('pasteFormat'),_0x1e33a5['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x4dfc23=this['editor'],_0x39a9f3=_0x4dfc23['locale'];_0x4dfc23['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x11ce71=>{if('formatBlock'!=_0x11ce71['type']&&'formatInline'!=_0x11ce71['type'])return;const {data:_0x2222c7}=_0x11ce71;if(_0x2222c7&&'pasteFormat'===_0x2222c7['commandName']){const _0x37e49a=[],_0xb20d67=_0x2222c7['commandParams'][0x0];for(const [_0x169f5b,_0x5bd389]of Object['entries'](_0xb20d67))_0x37e49a['push'](so(_0x4dfc23,_0x169f5b,_0x5bd389));return _0x37e49a['length']?{'type':'format','content':o(_0x39a9f3,'*Set\x20format\x20to:*\x20%0',_0x37e49a['join'](',\x20'))}:{'type':'format','content':o(_0x39a9f3,'*Remove\x20all\x20formatting*')};}});}}function so(_0x43cd70,_0x3d75a8,_0x4da381){const _0x587b99=_0x43cd70['locale']['t'],_0x32356e=_0x3d75a8['split'](/(?=[A-Z])/)['join']('\x20'),_0xaa9ff=_0x587b99(_0x32356e['charAt'](0x0)['toUpperCase']()+_0x32356e['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4da381)return _0xaa9ff;if('fontColor'===_0x3d75a8||'fontBackgroundColor'===_0x3d75a8){const _0x835337=_0x37df8d(_0x43cd70['config']['get']('fontColor.colors'))['find'](_0x30202c=>_0x30202c['model']==_0x4da381);return _0xaa9ff+'\x20('+(_0x835337?_0x587b99(_0x835337['label'])['toLowerCase']():_0x4da381)+')';}if('fontSize'===_0x3d75a8&&isNaN(parseFloat(_0x4da381))){const _0x55d1d3=_0x43cd70['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x43cd70['config']['get']('fontSize.options'))['find'](_0x3b7802=>_0x3b7802['model']==_0x4da381);return _0xaa9ff+'\x20('+(_0x55d1d3?_0x587b99(_0x55d1d3['title'])['toLowerCase']():_0x4da381)+')';}return _0xaa9ff+'\x20('+_0x4da381+')';}class nt extends _0x5c4eb9{['_headingOptions'];['afterInit'](){const _0x3ab688=this['editor'];if(!_0x3ab688['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3ab688['config']['get']('heading.options');const _0x55ed98=_0x3ab688['locale'],_0x2e815f=_0x3ab688['plugins']['get']('TrackChangesEditing');_0x2e815f['enableDefaultAttributesIntegration']('heading');for(const _0x17e86a of this['_headingOptions'])'paragraph'!=_0x17e86a['model']&&_0x2e815f['descriptionFactory']['registerElementLabel'](_0x17e86a['model'],_0x57c30e=>{const _0x7aa9ff=this['_getHeadingLevel'](_0x17e86a['model']);return null!==_0x7aa9ff?_0x726083(_0x57c30e,_0x7aa9ff):_0x54e776(_0x57c30e,_0x17e86a['title']);});function _0x726083(_0x37e83e,_0x2bcf51){return o(_0x55ed98,'ELEMENT_HEADING',[_0x37e83e,_0x2bcf51]);}function _0x54e776(_0x2a8058,_0xfbf9bd){return o(_0x55ed98,'ELEMENT_HEADING_CUSTOM',[_0x2a8058,_0xfbf9bd]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4b0cb4=this['editor'],_0x505dcc=_0x4b0cb4['locale'];function _0x2b9ad8(_0x494d3a,_0x446cb0){return o(_0x505dcc,'ELEMENT_HEADING_CUSTOM',[_0x494d3a,_0x446cb0]);}_0x4b0cb4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37d292=>{if('formatBlock'!=_0x37d292['type'])return;const {data:_0x77caba}=_0x37d292;if(_0x77caba&&'heading'==_0x77caba['commandName']){const _0xf701ea=_0x77caba['commandParams'][0x0]['value'],_0x21fde0=this['_getHeadingLevel'](_0xf701ea);if(null!==_0x21fde0)return{'type':'format','content':o(_0x505dcc,'*Change\x20to:*\x20%0',(_0x3e55bc=0x1,_0x5f1bda=_0x21fde0,o(_0x505dcc,'ELEMENT_HEADING',[_0x3e55bc,_0x5f1bda])))};const _0x4f1b33=this['_headingOptions']['find'](_0x575296=>_0x575296['model']===_0xf701ea)['title'];return{'type':'format','content':o(_0x505dcc,'*Change\x20to:*\x20%0',_0x2b9ad8(0x1,_0x4f1b33))};}var _0x3e55bc,_0x5f1bda;});}['_getHeadingLevel'](_0x4052c9){const _0x53de83=_0x4052c9['match'](/^heading(\d+)/);if(_0x53de83)return _0x53de83[0x1];const _0x570651=this['_headingOptions']?.['find'](_0x4494de=>_0x4494de['model']==_0x4052c9);if(_0x570651&&_0x570651['view']){const _0x3607e1=_0x570651['view'],_0x3c8610=(_0x3607e1['name']??_0x3607e1)['match'](/^h(\d+)/);if(_0x3c8610)return _0x3c8610[0x1];}return null;}}class it extends _0x5c4eb9{['afterInit'](){const _0x156d71=this['editor'];if(!_0x156d71['plugins']['has']('HighlightEditing'))return;const _0x43a939=_0x156d71['plugins']['get']('TrackChangesEditing'),_0x512fa7=_0x156d71['locale'];_0x43a939['enableDefaultAttributesIntegration']('highlight'),_0x43a939['registerInlineAttribute']('highlight'),_0x43a939['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x512fa7,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3a8263=this['editor'],_0x4e1b3b=_0x3a8263['locale'];_0x3a8263['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x22a389=>{if('formatInline'!=_0x22a389['type'])return;const {data:_0x3ac4fc}=_0x22a389;if(_0x3ac4fc&&'highlight'==_0x3ac4fc['commandName']){const _0x2924f3=_0x4e1b3b['t'],_0x5a9aad=_0x3ac4fc['commandParams'][0x0]['value'];if(_0x5a9aad){const _0x48a55f=_0x3a8263['config']['get']('highlight.options')['find'](_0x5794e6=>_0x5794e6['model']==_0x5a9aad),_0x15bb33=_0x2924f3(_0x48a55f['title'])['toLowerCase']();return{'type':'format','content':o(_0x4e1b3b,'*Set\x20highlight:*\x20%0',_0x15bb33),'color':{'value':_0x48a55f['color'],'title':_0x48a55f['title']}};}return{'type':'format','content':o(_0x4e1b3b,'*Remove\x20highlight*',o(_0x4e1b3b,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x5c4eb9{['afterInit'](){const _0x1d5ce4=this['editor'];if(!_0x1d5ce4['plugins']['has']('HorizontalLineEditing'))return;_0x1d5ce4['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x8ac359=_0x1d5ce4['plugins']['get']('TrackChangesEditing'),_0x2fc0b7=_0x1d5ce4['locale'];_0x8ac359['descriptionFactory']['registerElementLabel']('horizontalLine',_0x379a71=>o(_0x2fc0b7,'ELEMENT_HORIZONTAL_LINE',_0x379a71)),_0x1d5ce4['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x3c2afb,{writer:_0x27ac59,options:_0x5d225c})=>{if(!_0x5d225c['showSuggestionHighlights'])return null;const _0xa2b251=_0x27ac59['createContainerElement']('div'),_0x70ec8d=_0x27ac59['createEmptyElement']('hr');return _0x27ac59['addClass']('ck-horizontal-line',_0xa2b251),_0x27ac59['insert'](_0x27ac59['createPositionAt'](_0xa2b251,0x0),_0x70ec8d),_0xa2b251;},'converterPriority':'high'});}}class st extends _0x5c4eb9{['afterInit'](){const _0x595389=this['editor'];if(!_0x595389['plugins']['has']('HtmlEmbed'))return;const _0x3b0a80=_0x595389['plugins']['get']('TrackChangesEditing'),_0x1ce90f=_0x595389['locale'];_0x3b0a80['descriptionFactory']['registerElementLabel']('rawHtml',_0x5b0c68=>o(_0x1ce90f,'ELEMENT_HTML_EMBED',_0x5b0c68)),_0x3b0a80['enableDefaultAttributesIntegration']('htmlEmbed'),_0x3b0a80['registerBlockAttribute']('value'),_0x3b0a80['descriptionFactory']['registerDescriptionCallback'](_0x37a8ce=>{if('attribute'!=_0x37a8ce['type'])return;const {data:_0x62078c}=_0x37a8ce;if(_0x62078c&&'value'==_0x62078c['key']&&_0x37a8ce['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x501882=o(_0x1ce90f,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1ce90f,'*Change\x20%0\x20content*',_0x501882)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x17f2a2=this['editor'],_0x2d1c9b=_0x17f2a2['locale'];_0x17f2a2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x503788=>{if('formatBlock'!=_0x503788['type'])return;const {data:_0x23fc5d}=_0x503788;if(_0x23fc5d&&'htmlEmbed'==_0x23fc5d['commandName']){const _0x305b10=o(_0x2d1c9b,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2d1c9b,'*Change\x20%0\x20content*',_0x305b10)};}});}}class ot extends _0x5c4eb9{['afterInit'](){const _0x4e93c8=this['editor'];if(!_0x4e93c8['plugins']['has']('ImageEditing'))return;const _0x112caa=_0x4e93c8['plugins']['get']('TrackChangesEditing'),_0x3f574f=_0x4e93c8['plugins']['get']('ImageUtils'),_0x33dd61=_0x4e93c8['locale'];_0x112caa['enableCommand']('insertImage'),_0x112caa['descriptionFactory']['registerElementLabel']('imageBlock',_0x43dbd2=>o(_0x33dd61,'ELEMENT_IMAGE',_0x43dbd2)),_0x112caa['descriptionFactory']['registerElementLabel']('imageInline',_0xd7566=>o(_0x33dd61,'ELEMENT_INLINE_IMAGE',_0xd7566)),_0x112caa['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x33dd61,'ELEMENT_CAPTION')),_0x4e93c8['plugins']['has']('ImageUploadEditing')&&_0x112caa['enableCommand']('uploadImage'),_0x4e93c8['plugins']['has']('ImageBlockEditing')&&_0x4e93c8['plugins']['has']('ImageInlineEditing')&&(_0x112caa['enableCommand']('imageTypeInline',(_0x7d1ae5,_0x54567d)=>{const _0x571a81=_0x3f574f['getClosestSelectedImageElement'](_0x4e93c8['model']['document']['selection']);_0x4e93c8['model']['change'](()=>{_0x112caa['markBlockFormat'](_0x571a81,{'commandName':'imageTypeInline','commandParams':[_0x54567d]},[],'convertBlockImageToInline');});}),_0x112caa['enableCommand']('imageTypeBlock',(_0x35f5c0,_0x31c158)=>{_0x4e93c8['model']['change'](_0x38a287=>{let _0x3bcb32=_0x3f574f['getClosestSelectedImageElement'](_0x4e93c8['model']['document']['selection']),_0x7359aa=_0x38a287['createRangeOn'](_0x3bcb32);const _0x49429a=_0x41f920['fromPosition'](_0x7359aa['start'],'toPrevious'),_0x46ee37=_0x41f920['fromPosition'](_0x7359aa['end'],'toNext');_0x112caa['forceDefaultExecution'](()=>_0x35f5c0(_0x31c158)),_0x3bcb32=_0x3f574f['getClosestSelectedImageElement'](_0x4e93c8['model']['document']['selection']),_0x7359aa=_0x38a287['createRangeOn'](_0x3bcb32);const _0x39d0f6=_0x38a287['createRange'](_0x49429a,_0x46ee37);_0x49429a['detach'](),_0x46ee37['detach'](),_0x112caa['markBlockFormat'](_0x3bcb32,{'commandName':'imageTypeInline','commandParams':[_0x31c158]},[],'convertInlineImageToBlock'),_0x39d0f6['start']['isBefore'](_0x7359aa['start'])&&_0x112caa['markInsertion'](_0x38a287['createRange'](_0x39d0f6['start'],_0x7359aa['start']),'convertInlineImageToBlock'),_0x7359aa['end']['isBefore'](_0x39d0f6['end'])&&_0x112caa['markInsertion'](_0x38a287['createRange'](_0x7359aa['end'],_0x39d0f6['end']),'convertInlineImageToBlock');});}),_0x112caa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x112caa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x112caa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x112caa['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x112caa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x112caa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x450140])=>{const _0x3c42f5=_0x112caa['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x20e2ed=_0x450140['start'],_0x12ce8a=_0x450140['end'];const _0x25d01f=_0x4e93c8['model']['schema']['getNearestSelectionRange'](_0x20e2ed,'backward'),_0x403670=_0x4e93c8['model']['schema']['getNearestSelectionRange'](_0x12ce8a,'forward');_0x25d01f['isCollapsed']&&(_0x20e2ed=_0x25d01f['start']),_0x403670['isCollapsed']&&(_0x12ce8a=_0x403670['end']),_0x3c42f5([_0x4e93c8['model']['createRange'](_0x20e2ed,_0x12ce8a)]);}),_0x112caa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x738078),_0x112caa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x738078)),_0x4e93c8['plugins']['has']('ImageCaptionEditing')&&(_0x112caa['enableCommand']('toggleImageCaption',(_0x59b4c6,_0x1f79c8)=>{const _0x1a6687=_0x4e93c8['plugins']['get']('ImageCaptionUtils');let _0xfb423=_0x3f574f['getClosestSelectedImageElement'](_0x4e93c8['model']['document']['selection']),_0x1b2307=_0x1a6687['getCaptionFromImageModelElement'](_0xfb423);_0x4e93c8['model']['change'](()=>{if(_0x1b2307)return void _0x112caa['markDeletion'](_0x4e93c8['model']['createRangeOn'](_0x1b2307));const _0x501d2c=_0x3f574f['isBlockImage'](_0xfb423);_0x59b4c6(_0x1f79c8),_0xfb423=_0x3f574f['getClosestSelectedImageElement'](_0x4e93c8['model']['document']['selection']),_0x1b2307=_0x1a6687['getCaptionFromImageModelElement'](_0xfb423),_0x112caa['markInsertion'](_0x4e93c8['model']['createRangeOn'](_0x1b2307),_0x501d2c?null:'imageCaption');});}),_0x112caa['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x738078));const _0x344356=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x511186(_0x1a000b,_0x4fbf41){const _0x464d9f=_0x344356['findIndex'](({type:_0x12940b,subType:_0x17b41a})=>_0x1a000b['type']==_0x12940b&&_0x1a000b['subType']==_0x17b41a),_0xed5073=_0x344356['findIndex'](({type:_0x533037,subType:_0x587bf5})=>_0x4fbf41['type']==_0x533037&&_0x4fbf41['subType']==_0x587bf5);if(_0x464d9f<0x0||_0xed5073<0x0)return!0x1;const _0xa49f67=_0x1a000b['getFirstRange'](),_0x376b28=_0x4fbf41['getFirstRange']();if((0x0==_0x464d9f||0x1==_0x464d9f)&&0x2==_0xed5073&&_0xa49f67['isIntersecting'](_0x376b28))return!0x0;if(0x2==_0x464d9f&&0x3==_0xed5073){const _0x54cbc6=_0x112caa['_findSuggestions'](_0xa49f67,'insertion')['filter'](({suggestion:_0x40a0b7,meta:_0x208b19})=>_0x208b19['isOwn']&&'convertInlineImageToBlock'==_0x40a0b7['subType']);if(_0x54cbc6['length']>0x1&&_0x376b28['end']['isEqual'](_0xa49f67['start']))return!0x0;if(0x1==_0x54cbc6['length']&&(_0xa49f67['start']['isEqual'](_0x376b28['end'])||_0xa49f67['end']['isEqual'](_0x376b28['start'])))return!0x0;}if(0x3==_0x464d9f&&0x3==_0xed5073&&_0xa49f67['start']['isBefore'](_0x376b28['start'])){const _0x389858=_0xa49f67['end']['nodeAfter'],_0x18c5cd=_0x376b28['start']['nodeBefore'];return _0x3f574f['isBlockImage'](_0x389858)&&_0x389858===_0x18c5cd;}return!0x1;}function _0x738078(_0x1ac8e2,_0xbb168){return _0x511186(_0x1ac8e2,_0xbb168)?[_0x1ac8e2,_0xbb168]:_0x511186(_0xbb168,_0x1ac8e2)?[_0xbb168,_0x1ac8e2]:null;}_0x4e93c8['plugins']['has']('ImageResize')&&(_0x112caa['enableDefaultAttributesIntegration']('resizeImage'),_0x112caa['registerBlockAttribute']('resizedWidth'),_0x112caa['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x33dd61,'FORMAT_IMAGE_SIZE'))),_0x4e93c8['plugins']['has']('ImageTextAlternativeEditing')&&(_0x112caa['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x112caa['registerBlockAttribute']('alt')),_0x112caa['descriptionFactory']['registerDescriptionCallback'](_0x32715f=>{if(!!_0x344356['find'](({type:_0x2e45d1,subType:_0x144286})=>_0x32715f['type']==_0x2e45d1&&_0x32715f['subType']==_0x144286))return _0x32715f['previous']?{}:void 0x0;}),_0x112caa['descriptionFactory']['registerDescriptionCallback'](_0x5b15a9=>{if('insertion'==_0x5b15a9['type']||'deletion'==_0x5b15a9['type']){const _0x2f354c=_0x5b15a9['getContainedElement']();if(_0x2f354c&&_0x2f354c['is']('element','caption'))return{'type':'insertion'==_0x5b15a9['type']?'addObject':'removeObject','element':_0x2f354c,'quantity':0x1};}}),_0x112caa['descriptionFactory']['registerDescriptionCallback'](_0x25ef1c=>'formatBlock'==_0x25ef1c['type']&&'convertInlineImageToBlock'==_0x25ef1c['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x25ef1c['type']&&'convertBlockImageToInline'==_0x25ef1c['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x112caa['descriptionFactory']['registerDescriptionCallback'](_0xca345d=>{if('attribute'!=_0xca345d['type'])return;const {data:_0x38adeb}=_0xca345d;if(!_0x38adeb||'alt'!=_0x38adeb['key'])return;const _0x11d940=_0x38adeb['newValue'];return _0x11d940?{'type':'format','content':o(_0x33dd61,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x11d940+'\x22')}:{'type':'format','content':o(_0x33dd61,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x292fce=this['editor'],_0x4d7c82=_0x292fce['locale'];_0x292fce['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c2ee8=>{if('formatBlock'!=_0x1c2ee8['type']&&'formatInline'!=_0x1c2ee8['type'])return;const {data:_0x3c614c}=_0x1c2ee8;if(_0x3c614c){if('imageTextAlternative'==_0x3c614c['commandName']){const _0x4acc63=_0x3c614c['commandParams'][0x0]['newValue'];return _0x4acc63?{'type':'format','content':o(_0x4d7c82,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4acc63+'\x22')}:{'type':'format','content':o(_0x4d7c82,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3c614c['commandName']){const _0x31391b=_0x3c614c['commandParams'][0x0]['width'];return _0x31391b?{'type':'format','content':o(_0x4d7c82,'*Set\x20image\x20width:*\x20%0',_0x31391b)}:{'type':'format','content':o(_0x4d7c82,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x5c4eb9{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x129be2=this['editor']['locale'],_0x1cfb2e=this['editor']['plugins']['get']('TrackChangesEditing');_0x1cfb2e['enableDefaultAttributesIntegration']('replaceImageSource'),_0x1cfb2e['registerBlockAttribute']('src'),_0x1cfb2e['descriptionFactory']['registerDescriptionCallback'](_0x2339f1=>{if('attribute'!=_0x2339f1['type'])return;const {data:_0x1b5beb}=_0x2339f1;return _0x1b5beb&&'src'==_0x1b5beb['key']?_0x1b5beb['newValue']&&_0x1b5beb['oldValue']?{'type':'format','content':o(_0x129be2,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x269dcf=this['editor']['plugins']['get']('TrackChangesEditing');_0x269dcf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x269dcf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x269dcf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x269dcf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x511ba6=this['editor'],_0x50cb33=_0x511ba6['locale'];_0x511ba6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x534734=>{if('formatBlock'!=_0x534734['type']&&'formatInline'!=_0x534734['type'])return;const {data:_0xadcead}=_0x534734;if(!_0xadcead||'replaceImageSource'!=_0xadcead['commandName'])return;return{'type':'format','content':o(_0x50cb33,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x5c4eb9{['afterInit'](){const _0x3030bb=this['editor'];if(!_0x3030bb['plugins']['has']('ImageStyleEditing'))return;const _0x32e8f6=_0x3030bb['plugins']['get']('TrackChangesEditing'),_0x563c93=_0x3030bb['plugins']['get']('ImageUtils'),_0x23aeaa={};_0x32e8f6['enableCommand']('imageStyle',(_0x39559d,_0x5748cb)=>{const _0x42611d=_0x3030bb['plugins']['get']('Users')['me'],_0x49b5e1=_0x3030bb['commands']['get']('imageStyle');let _0x29f75a=_0x563c93['getClosestSelectedImageElement'](_0x3030bb['model']['document']['selection']),_0x4798bb=_0x3030bb['model']['createRangeOn'](_0x29f75a),_0x4083b0=_0x49b5e1['value'];if(_0x4083b0==_0x5748cb['value'])return;const _0x361280={'commandName':'imageStyle','commandParams':[_0x5748cb],'formatGroupId':_0x489557()};_0x3030bb['model']['change'](()=>{if(_0x32e8f6['getSuggestions']()['filter'](_0x304255=>_0x304255['isInContent']&&_0x42611d==_0x304255['author']&&('formatBlock'==_0x304255['type']||'formatInline'==_0x304255['type'])&&('imageStylePreApply'==_0x304255['subType']||'imageStylePostApply'==_0x304255['subType'])&&_0x304255['getFirstRange']()['isEqual'](_0x4798bb))['forEach'](_0x2c9dd8=>_0x32e8f6['discardSuggestion'](_0x2c9dd8['head'])),_0x29f75a=_0x563c93['getClosestSelectedImageElement'](_0x3030bb['model']['document']['selection']),_0x4798bb=_0x3030bb['model']['createRangeOn'](_0x29f75a),_0x49b5e1['refresh'](),_0x3030bb['commands']['get']('imageTypeInline')['refresh'](),_0x3030bb['commands']['get']('imageTypeBlock')['refresh'](),_0x4083b0=_0x49b5e1['value'],_0x4083b0!=_0x5748cb['value'])return _0x563c93['isInlineImage'](_0x29f75a)&&_0x49b5e1['shouldConvertImageType'](_0x5748cb['value'],_0x29f75a)?(_0x39559d({..._0x5748cb,'setImageSizes':!0x1}),_0x29f75a=_0x563c93['getClosestSelectedImageElement'](_0x3030bb['model']['document']['selection']),void _0x32e8f6['markBlockFormat'](_0x29f75a,{..._0x361280,'commandReversedParams':[{'value':_0x4083b0||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x563c93['isBlockImage'](_0x29f75a)?_0x32e8f6['markBlockFormat'](_0x29f75a,_0x361280,[],'imageStylePostApply'):_0x32e8f6['markInlineFormat'](_0x4798bb,_0x361280,'imageStylePostApply'));});});for(const _0xd4c83b of _0x3030bb['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x23aeaa[_0xd4c83b['name']]=_0xd4c83b['title']['toLowerCase']();_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x52449a])=>{_0x563c93['setImageNaturalSizeAttributes'](_0x52449a['getContainedElement']());}),_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x158a49,_0x3b40fd)=>{_0x32e8f6['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x158a49,{'commandName':_0x3b40fd['commandName'],'commandParams':_0x3b40fd['commandReversedParams']});}),_0x32e8f6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x2dd9f3,_0x59157f){if(_0x49c409(_0x2dd9f3,_0x59157f))return[_0x2dd9f3,_0x59157f];if(_0x49c409(_0x59157f,_0x2dd9f3))return[_0x59157f,_0x2dd9f3];return null;});const _0x3e4e62=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x49c409(_0x560190,_0x190b99){const _0x166ad5=_0x3e4e62['findIndex'](({type:_0x304f57,subType:_0x1ba4ab})=>_0x560190['type']==_0x304f57&&_0x560190['subType']==_0x1ba4ab),_0x6064db=_0x3e4e62['findIndex'](({type:_0x5ddae3,subType:_0xc8b781})=>_0x190b99['type']==_0x5ddae3&&_0x190b99['subType']==_0xc8b781);if(_0x166ad5<0x0||_0x6064db<0x0)return!0x1;const _0x3f93ac=_0x560190['getFirstRange'](),_0x17151d=_0x190b99['getFirstRange']();if((0x0==_0x166ad5||0x1==_0x166ad5)&&0x2==_0x6064db&&_0x3f93ac['isIntersecting'](_0x17151d))return!0x0;if(0x2==_0x166ad5&&0x3==_0x6064db){const _0x271978=_0x32e8f6['_findSuggestions'](_0x3f93ac,'insertion')['filter'](({suggestion:_0x2378cb,meta:_0x443732})=>_0x443732['isOwn']&&'convertInlineImageToBlock'==_0x2378cb['subType']);if(_0x271978['length']>0x1&&_0x17151d['end']['isEqual'](_0x3f93ac['start']))return!0x0;if(0x1==_0x271978['length']&&(_0x3f93ac['start']['isEqual'](_0x17151d['end'])||_0x3f93ac['end']['isEqual'](_0x17151d['start'])))return!0x0;}if(0x3==_0x166ad5&&0x3==_0x6064db&&_0x3f93ac['start']['isBefore'](_0x17151d['start'])){const _0x3c9a42=_0x3f93ac['end']['nodeAfter'],_0x209a0b=_0x17151d['start']['nodeBefore'];return _0x563c93['isBlockImage'](_0x3c9a42)&&_0x3c9a42===_0x209a0b;}return!0x1;}_0x3030bb['model']['document']['registerPostFixer'](()=>{let _0x1b4e20=!0x1;const _0x3791ae=Array['from'](_0x3030bb['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1a11f8,data:_0x43e1e8}of _0x3791ae){const {group:_0x15c281,type:_0x5e3a9b,subType:_0x3da45e,id:_0x13a698}=_0x32e8f6['_splitMarkerName'](_0x1a11f8);if('suggestion'==_0x15c281&&_0x32e8f6['hasSuggestion'](_0x13a698)){if('formatBlock'==_0x5e3a9b&&('imageStylePreApply'==_0x3da45e||'imageStylePostApply'==_0x3da45e)){const _0x2cb7d6=_0x32e8f6['getSuggestion'](_0x13a698);if(_0x43e1e8['newRange']){const _0x2b3e4d=_0x2cb7d6['getFirstRange']()['getContainedElement']();if(_0x563c93['isBlockImage'](_0x2b3e4d))continue;_0x32e8f6['discardSuggestion'](_0x2cb7d6),_0x1b4e20=!0x0;}}if('insertion'==_0x5e3a9b&&'imageCaption'==_0x3da45e&&!_0x43e1e8['newRange']){const _0x59ab75=_0x32e8f6['getSuggestion'](_0x13a698);_0x59ab75['next']&&_0x59ab75['next']['isInContent']&&(_0x32e8f6['discardSuggestion'](_0x59ab75['next']),_0x1b4e20=!0x0);}}}return _0x1b4e20;}),this['_registerLegacyDescription'](_0x23aeaa);}['_registerLegacyDescription'](_0x5ba5df){const _0x2320c5=this['editor'],_0x5b4860=_0x2320c5['locale'];_0x2320c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5da26d=>{if('formatBlock'!=_0x5da26d['type']&&'formatInline'!=_0x5da26d['type'])return;const {data:_0x5288a2}=_0x5da26d;if(!_0x5288a2||'imageStyle'!=_0x5288a2['commandName'])return;const _0x19ce73=_0x5288a2['commandParams'][0x0]['value'];return _0x41694a('side'===_0x19ce73?o(_0x5b4860,'FORMAT_SIDE_IMAGE'):_0x5ba5df[_0x19ce73]||_0x19ce73);function _0x41694a(_0x29f142){return{'type':'format','content':o(_0x5b4860,'*Format:*\x20%0',_0x29f142)};}});}}class ct extends _0x5c4eb9{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x24896f){super(_0x24896f),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x235922=this['editor'],_0x4e81c5=_0x235922['commands']['get']('importWord'),_0x693d2=_0x235922['commands']['get']('trackChanges');_0x4e81c5&&(_0x4e81c5['on']('execute',(_0x545a49,[,_0x5e452e])=>{this['_trackChangesValueDuringImport']=_0x693d2['value'],_0x5e452e['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4e81c5,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4e81c5,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x693d2['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x235922['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x30b535,_0x38821d){const {suggestions:_0x4451e0}=_0x38821d,_0x5e5033=this['editor']['commands']['get']('trackChanges'),_0x4395c6=_0x5e5033['value'];this['_trackChangesValueDuringImport']!==_0x4395c6&&(_0x5e5033['execute'](),this['_trackChangesExecuted']=!0x0),_0x4451e0&&_0x4451e0['forEach'](({id:_0x2517a6,type:_0x49fc9b,author:_0x5249ef,created_at:_0x49e299})=>{const _0x3e9322={'id':_0x2517a6,'type':_0x49fc9b,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5249ef,'createdAt':_0x49e299?new Date(_0x49e299):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x3e9322);});}}class ut extends _0x5c4eb9{['afterInit'](){const _0x1b52ed=this['editor'],_0xcec5ad=_0x1b52ed['plugins']['get']('TrackChangesEditing');if(_0x1b52ed['plugins']['has']('IndentEditing')&&(_0xcec5ad['enableCommand']('indent'),_0xcec5ad['enableCommand']('outdent')),_0x1b52ed['plugins']['has']('IndentBlock')){for(const _0x6f25e0 of['indentBlock','outdentBlock'])_0xcec5ad['enableDefaultAttributesIntegration'](_0x6f25e0);}const _0x28c9ea=_0x1b52ed['locale'];_0xcec5ad['registerBlockAttribute']('blockIndent'),_0xcec5ad['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x28c9ea,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45151c=this['editor'],_0x4fb4a1=_0x45151c['locale'],_0x1469de=_0x45151c['plugins']['get']('TrackChangesEditing');_0x1469de['descriptionFactory']['registerDescriptionCallback'](_0x1fca8d=>{if('formatBlock'!=_0x1fca8d['type'])return;const {data:_0x36ae92}=_0x1fca8d;if(!_0x36ae92)return;if('indentBlock'!=_0x36ae92['commandName']&&'outdentBlock'!=_0x36ae92['commandName'])return;const _0x331c75=_0x1fca8d['getItems']()[0x0],_0x1f83be=_0x1469de['descriptionFactory']['getItemLabel'](_0x331c75);return'indentBlock'==_0x36ae92['commandName']?{'type':'format','content':o(_0x4fb4a1,'*Indent:*\x20%0',_0x1f83be)}:'outdentBlock'==_0x36ae92['commandName']?{'type':'format','content':o(_0x4fb4a1,'*Outdent:*\x20%0',_0x1f83be)}:void 0x0;});}}class ft extends _0x5c4eb9{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x5c4eb9{['afterInit'](){const _0x2f7509=this['editor'];if(!_0x2f7509['plugins']['has']('LinkEditing'))return;const _0x2d8ed0=_0x2f7509['plugins']['get']('TrackChangesEditing'),_0x3b81d3=_0x2f7509['commands']['get']('link');_0x2d8ed0['enableDefaultAttributesIntegration']('link'),_0x2d8ed0['enableDefaultAttributesIntegration']('unlink'),_0x2d8ed0['registerInlineAttribute']('linkHref');for(const _0x16805a of _0x3b81d3['manualDecorators'])_0x2d8ed0['registerInlineAttribute'](_0x16805a['id']),_0x2d8ed0['descriptionFactory']['registerAttributeLabel'](_0x16805a['id'],'link\x20('+_0x16805a['label']['toLowerCase']()+')');_0x2d8ed0['descriptionFactory']['registerDescriptionCallback'](_0xc2297=>{if('attribute'!=_0xc2297['type'])return;const {data:_0x36b042}=_0xc2297;if(!_0x36b042||'linkHref'!=_0x36b042['key'])return;const _0x42cc11=_0x36b042['newValue'],_0x1cc0f9=_0x2f7509['locale'];return{'type':'format','content':null==_0x42cc11?o(_0x1cc0f9,'*Remove\x20link*'):o(_0x1cc0f9,'*Set\x20link:*\x20%0','\x22'+_0x42cc11+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x31e4ec=this['editor'],_0x3ca699=_0x31e4ec['locale'];_0x31e4ec['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf7b530=>{if('formatInline'!=_0xf7b530['type'])return;const {data:_0x214b37}=_0xf7b530;if(_0x214b37){if('link'==_0x214b37['commandName']){const _0x5a2f46=_0x214b37['commandParams'][0x0];return{'type':'format','content':o(_0x3ca699,'*Set\x20link:*\x20%0','\x22'+_0x5a2f46+'\x22')};}return'unlink'==_0x214b37['commandName']?{'type':'format','content':o(_0x3ca699,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x5c4eb9{['afterInit'](){const _0x473104=this['editor'],_0x8032e0=_0x473104['locale'];if(!_0x473104['plugins']['has']('LegacyListEditing'))return;const _0x445aab=_0x473104['plugins']['get']('TrackChangesEditing'),_0x5d6b6a=_0x473104['plugins']['has']('LegacyTodoListEditing');function _0x3c21f1(_0x24c0e9){return()=>{const _0x1b1a62=_0x473104['model']['document']['selection'],_0x1822d4=_0x473104['commands']['get'](_0x24c0e9);if(_0x1822d4['value'])return void _0x473104['execute']('paragraph',{});const _0x5f1d44=_0x24c0e9['slice'](0x0,-0x4),_0x591527=function(_0x4507c3,_0x3f75d8,_0x143e01){let _0x54ebf4=Array['from'](_0x4507c3)['filter'](_0x35a6bf=>function(_0x5729c8,_0x86bb2f){return _0x86bb2f['checkChild'](_0x5729c8['parent'],'listItem')&&!_0x86bb2f['isObject'](_0x5729c8);}(_0x35a6bf,_0x143e01));_0x54ebf4=_0x54ebf4['filter'](_0x24d086=>!_0x24d086['is']('element','listItem')||_0x24d086['getAttribute']('listType')!=_0x3f75d8);const _0x4f95de=new Set();for(const _0x299b5b of _0x54ebf4)_0x299b5b['is']('element','listItem')?_0x4f95de['add'](Le(_0x299b5b)):_0x4f95de['add'](_0x299b5b);return Array['from'](_0x4f95de);}(_0x1b1a62['getSelectedBlocks'](),_0x5f1d44,_0x473104['model']['schema']);_0x473104['model']['change'](()=>{for(const _0x165842 of _0x591527)_0x445aab['markBlockFormat'](_0x165842,{'commandName':_0x24c0e9,'commandParams':[{'forceValue':!_0x1822d4['value']}],'formatGroupId':'blockName'},Ee(_0x165842));});};}function _0x3b900f(_0x4652e8){return()=>{const _0x2c1e2e=function(_0x1cf405){let _0x24bb65=Array['from'](_0x1cf405);const _0x304cbe=_0x24bb65['findIndex'](_0x3e917e=>'listItem'!=_0x3e917e['name']);return _0x304cbe>-0x1&&(_0x24bb65=_0x24bb65['slice'](0x0,_0x304cbe)),_0x24bb65;}(_0x473104['model']['document']['selection']['getSelectedBlocks']()),_0x5ecf7e=_0x473104['model']['createRange'](_0x473104['model']['createPositionAt'](_0x2c1e2e[0x0],'before'),_0x473104['model']['createPositionAt'](_0x2c1e2e[_0x2c1e2e['length']-0x1],'end'));_0x473104['model']['change'](()=>{_0x445aab['markBlockFormat'](_0x5ecf7e,{'commandName':_0x4652e8,'commandParams':[],'formatGroupId':'listIndent'},function(_0xa6b95e){const _0x183bb7=new Set();for(const _0x467ff6 of _0xa6b95e){let _0x1e4795=_0x467ff6['nextSibling'];for(;_0x1e4795&&_0x1e4795['getAttribute']('listIndent')>_0x467ff6['getAttribute']('listIndent');)_0x183bb7['add'](_0x1e4795),_0x1e4795=_0x1e4795['nextSibling'];}return Array['from'](_0x183bb7);}(_0x2c1e2e));});};}_0x445aab['enableCommand']('numberedList',_0x3c21f1('numberedList')),_0x445aab['enableCommand']('bulletedList',_0x3c21f1('bulletedList')),_0x5d6b6a&&_0x445aab['enableCommand']('todoList',_0x3c21f1('todoList')),_0x445aab['enableCommand']('indentList',_0x3b900f('indentList')),_0x445aab['enableCommand']('outdentList',_0x3b900f('outdentList')),_0x5d6b6a&&_0x445aab['enableCommand']('checkTodoList',()=>{const _0x43926d=_0x473104['commands']['get']('checkTodoList'),_0x397cdf=Array['from'](_0x43926d['_selectedElements']);_0x397cdf['filter'](_0x279e3c=>_0x279e3c['getAttribute']('todoListChecked')!=_0x43926d['value']),_0x473104['model']['change'](()=>{for(const _0xc31c1d of _0x397cdf)_0x445aab['markBlockFormat'](_0xc31c1d,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x43926d['value']}]});});}),_0x445aab['descriptionFactory']['registerElementLabel']('listItem',_0x48bb4a=>o(_0x8032e0,'ELEMENT_LIST_ITEM',_0x48bb4a)),_0x445aab['descriptionFactory']['registerDescriptionCallback'](_0x395deb=>{if('formatBlock'!=_0x395deb['type']&&'formatInline'!=_0x395deb['type'])return;const {data:_0xaa8a07}=_0x395deb;if(_0xaa8a07){if('numberedList'==_0xaa8a07['commandName']||'bulletedList'==_0xaa8a07['commandName']||'todoList'==_0xaa8a07['commandName'])switch(_0xaa8a07['commandName']['replace']('List','')){case'bulleted':return _0x3448e6(o(_0x8032e0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3448e6(o(_0x8032e0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3448e6(o(_0x8032e0,'ELEMENT_TODO_LIST'));}if('indentList'==_0xaa8a07['commandName'])return{'type':'format','content':o(_0x8032e0,'*Indent:*\x20%0',o(_0x8032e0,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0xaa8a07['commandName'])return{'type':'format','content':o(_0x8032e0,'*Outdent:*\x20%0',o(_0x8032e0,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0xaa8a07['commandName'])return _0xaa8a07['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x8032e0,'*Check\x20item*')}:{'type':'format','content':o(_0x8032e0,'*Uncheck\x20item*')};}function _0x3448e6(_0x1a1936){return{'type':'format','content':o(_0x8032e0,'*Change\x20to:*\x20%0',_0x1a1936)};}});}}function Le(_0x540b4e){const _0x18f3b2=_0x540b4e['getAttribute']('listIndent');if(0x0==_0x18f3b2)return _0x540b4e;let _0x4e0550=_0x540b4e;for(;_0x540b4e['previousSibling']&&_0x540b4e['previousSibling']['is']('element','listItem');){const _0x290297=_0x540b4e['previousSibling']['getAttribute']('listIndent');if(_0x290297==_0x18f3b2)_0x4e0550=_0x540b4e['previousSibling'];else{if(_0x290297<_0x18f3b2)break;}_0x540b4e=_0x540b4e['previousSibling'];}return _0x4e0550;}function Ee(_0x5c141e){const _0x149419=[];if(_0x5c141e['is']('element','listItem')&&_0x5c141e['getAttribute']('listIndent')>0x0){let _0x4d115c=_0x5c141e['nextSibling'];for(;_0x4d115c&&'listItem'==_0x4d115c['name']&&_0x4d115c['getAttribute']('listIndent')==_0x5c141e['getAttribute']('listIndent');)_0x149419['push'](_0x4d115c),_0x4d115c=_0x4d115c['nextSibling'];}return _0x149419;}class Q extends _0x5c4eb9{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x294217=this['editor']['config']['get']('list.properties'),_0x8804b7=this['editor']['plugins']['get']('TrackChangesEditing');_0x294217['styles']&&_0x8804b7['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x294217['reversed']&&_0x8804b7['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x294217['startIndex']&&_0x8804b7['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x8804b7['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1e3ab0,_0x10712e={}){const _0x51748e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5ccc61=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x51748e['markMultiRangeBlockFormat'](_0x5ccc61,{'commandName':'listStyle','commandParams':[{'type':_0x10712e['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x19b8d1,_0x24b73c={}){const _0x225b91=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4b4366=this['_getSuggestionBlocks'](_0x5232ca=>_0x5232ca['is']('element','listItem')&&'numbered'===_0x5232ca['getAttribute']('listType'));if(_0x4b4366['length']<0x1)return;const _0x17ef75=_0x4b4366['map'](_0x1da5e2=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1da5e2,'before'),this['editor']['model']['createPositionAt'](_0x1da5e2,0x0)));this['editor']['model']['change'](()=>{_0x225b91['markMultiRangeBlockFormat'](_0x17ef75,{'commandName':'listReversed','commandParams':[{'reversed':_0x24b73c['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x264fa6,_0x5a9406={}){const _0xb31b2a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x14d3ec=this['_getSuggestionBlocks'](_0x5bca6e=>_0x5bca6e['is']('element','listItem')&&'numbered'===_0x5bca6e['getAttribute']('listType'));if(_0x14d3ec['length']<0x1)return;const _0x5d062d=_0x14d3ec['map'](_0x160301=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x160301,'before'),this['editor']['model']['createPositionAt'](_0x160301,0x0)));this['editor']['model']['change'](()=>{_0xb31b2a['markMultiRangeBlockFormat'](_0x5d062d,{'commandName':'listStart','commandParams':[{'startIndex':_0x5a9406['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x27dfd0){if('formatBlock'!=_0x27dfd0['type']&&'formatInline'!=_0x27dfd0['type'])return;const _0x2a3760=this['editor']['locale'],{data:_0x2ec3c8}=_0x27dfd0;if(!_0x2ec3c8)return;let _0x343e72,_0x273295;switch(_0x2ec3c8['commandName']){case'listStyle':_0x343e72='*Change\x20to:*\x20%0',_0x273295={'type':'format','content':o(_0x2a3760,_0x343e72,o(_0x2a3760,this['_getTranslationKeyForListStyle'](_0x2ec3c8['commandParams'][0x0]['type'])))};break;case'listReversed':_0x343e72=_0x2ec3c8['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x273295={'type':'format','content':o(_0x2a3760,_0x343e72)};break;case'listStart':_0x343e72='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x273295={'type':'format','content':o(_0x2a3760,_0x343e72,_0x2ec3c8['commandParams'][0x0]['startIndex'])};}return _0x273295;}['_getSuggestionBlocksForListStyle'](){const _0xf8356d=this['editor']['plugins']['get']('LegacyListUtils');let _0x2c68e8=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2c68e8[0x0]?.['is']('element','listItem')&&_0x2c68e8['unshift'](..._0xf8356d['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2c68e8[_0x2c68e8['length']-0x1]?.['is']('element','listItem')&&_0x2c68e8['push'](..._0xf8356d['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2c68e8=[...new Set(_0x2c68e8)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2c68e8=_0x2c68e8['filter'](_0x43d583=>_0x43d583['is']('element','listItem'))),_0x2c68e8;}['_getSuggestionBlocks'](_0x8b8297){const _0x3fbb55=this['editor']['plugins']['get']('LegacyListUtils');let _0x47d537=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x8b8297)['map'](_0x3b73ec=>{const _0x211aa1=this['editor']['model']['createPositionAt'](_0x3b73ec,0x0);return[..._0x3fbb55['getSiblingNodes'](_0x211aa1,'backward'),..._0x3fbb55['getSiblingNodes'](_0x211aa1,'forward')];})['flat']();return _0x47d537=[...new Set(_0x47d537)],_0x47d537;}['_getTranslationKeyForListStyle'](_0x40786b){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x40786b)||'default')['toUpperCase']()+'_LIST_'+_0x40786b['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x5c4eb9{['afterInit'](){const _0x139b78=this['editor'];if(!_0x139b78['plugins']['has']('MediaEmbedEditing'))return;const _0x1799a0=_0x139b78['plugins']['get']('TrackChangesEditing'),_0x3b41f3=_0x139b78['locale'];_0x1799a0['enableCommand']('mediaEmbed'),_0x1799a0['descriptionFactory']['registerElementLabel']('media',_0x914f80=>o(_0x3b41f3,'ELEMENT_MEDIA',_0x914f80)),_0x139b78['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x44aae6,{writer:_0x3835a1,options:_0x25edcb})=>{if(_0x25edcb['showSuggestionHighlights'])return _0x3835a1['createEmptyElement']('div');},'converterPriority':'high'}),_0x139b78['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3d78fb,_0x5308ab,_0x35cb93)=>{_0x35cb93['options']['showSuggestionHighlights']&&_0x3d78fb['stop']();},{'priority':'high'});}}class mt extends _0x5c4eb9{['afterInit'](){const _0x14ad46=this['editor'];_0x14ad46['plugins']['has']('MentionEditing')&&_0x14ad46['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x5c4eb9{['afterInit'](){const _0x485e68=this['editor'];if(!_0x485e68['plugins']['has']('MergeFieldsEditing'))return;_0x485e68['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x485e68['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x26009e=_0x485e68['plugins']['get']('TrackChangesEditing'),_0x236278=_0x485e68['locale'];_0x26009e['descriptionFactory']['registerElementLabel']('mergeField',_0x38654f=>o(_0x236278,'ELEMENT_MERGE_FIELD',_0x38654f)),_0x26009e['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x22a58d=>o(_0x236278,'ELEMENT_MERGE_FIELD',_0x22a58d)),_0x26009e['descriptionFactory']['registerDescriptionCallback'](_0x547119=>{if('insertion'!=_0x547119['type']&&'deletion'!=_0x547119['type'])return;const _0x4e4ed8=_0x547119['getContainedElement']();if(null==_0x4e4ed8)return;if(!_0x4e4ed8['is']('element','mergeField')&&!_0x4e4ed8['is']('element','mergeFieldBlock'))return;const _0x978a62=_0x485e68['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x4e4ed8['getAttribute']('id'));return'insertion'==_0x547119['type']?{'type':'insertion','content':o(_0x236278,'*Insert:*\x20%0','\x22'+_0x978a62+'\x22\x20'+o(_0x236278,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x236278,'*Remove:*\x20%0','\x22'+_0x978a62+'\x22\x20'+o(_0x236278,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x5c4eb9{['afterInit'](){const _0x337d46=this['editor'],_0x49a6d1=_0x337d46['plugins']['get']('TrackChangesEditing');_0x337d46['plugins']['has']('MultiLevelList')&&(_0x49a6d1['enableDefaultAttributesIntegration']('multiLevelList'),_0x49a6d1['registerBlockAttribute']('listMarkerStyle'),_0x49a6d1['descriptionFactory']['registerDescriptionCallback'](_0x1faf81=>this['handleDescriptions'](_0x1faf81)));}['handleDescriptions'](_0x24542f){const _0x372322=this['editor']['locale'],{data:_0x58f6b8}=_0x24542f,_0x1e378f={'type':'format','content':''};if(_0x58f6b8&&'listMarkerStyle'==_0x58f6b8['key']){if(!_0x58f6b8['oldValue'])return{'type':'format','content':o(_0x372322,'*Set\x20format:*\x20%0',o(_0x372322,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58f6b8['newValue']+')'};if(!_0x58f6b8['newValue']){let _0x3277c2=_0x24542f['head'];for(;_0x3277c2;){if(_0x3277c2['data']&&'listType'==_0x3277c2['data']['key']&&_0x3277c2['data']['newValue'])return _0x1e378f;_0x3277c2=_0x3277c2['next'];}return{'type':'format','content':o(_0x372322,'*Remove\x20format:*\x20%0',o(_0x372322,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58f6b8['oldValue']+')'};}}}}class kt extends _0x5c4eb9{['afterInit'](){const _0x3a7827=this['editor'];if(!_0x3a7827['plugins']['has']('PageBreakEditing'))return;_0x3a7827['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x41e4c3=_0x3a7827['plugins']['get']('TrackChangesEditing'),_0x4b69ba=_0x3a7827['locale'];_0x41e4c3['descriptionFactory']['registerElementLabel']('pageBreak',_0x39d2ea=>o(_0x4b69ba,'ELEMENT_PAGE_BREAK',_0x39d2ea));}}class bt extends _0x5c4eb9{['afterInit'](){const _0x5e9557=this['editor'];if(!_0x5e9557['plugins']['has']('Paragraph'))return;const _0x138941=_0x5e9557['locale'],_0x1b24f4=_0x5e9557['plugins']['get']('TrackChangesEditing');_0x1b24f4['descriptionFactory']['registerElementLabel']('paragraph',_0x56b746=>o(_0x138941,'ELEMENT_PARAGRAPH',_0x56b746)),_0x1b24f4['enableDefaultAttributesIntegration']('paragraph'),_0x1b24f4['enableCommand']('insertParagraph'),_0x5e9557['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5e9557),{'priority':'highest'}),_0x5e9557['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x383784,_0x3d71e9,_0x347f48)=>{_0x347f48['options']['showSuggestionHighlights']&&nr(_0x5e9557,{'showActiveMarker':!0x1})(_0x383784,_0x3d71e9,_0x347f48);},{'priority':'highest'});const _0x144ead=_0x1b24f4['descriptionFactory'];_0x144ead['registerDescriptionCallback'](_0x18240a=>{if('insertion'!==_0x18240a['type'])return;const {start:_0x4999b3,end:_0x4b4c84}=_0x18240a['getFirstRange']();if(!_0x4999b3['isTouching'](_0x4b4c84)||!_0x4999b3['nodeAfter'])return;const _0x5752fe=_0x5e9557['model']['schema'],_0xc41586=_0x4999b3['nodeAfter'];return _0x5752fe['isBlock'](_0xc41586)&&!_0x5752fe['isLimit'](_0xc41586)&&_0x5752fe['checkChild'](_0xc41586,'$text')?{'type':'insertion','content':o(_0x138941,'*Insert:*\x20%0',_0x144ead['getItemLabel'](_0xc41586,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b2db3=this['editor'],_0x864c0f=_0x3b2db3['locale'];_0x3b2db3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c560c=>{if('formatBlock'!=_0x1c560c['type'])return;const {data:_0x5cdb73}=_0x1c560c;return _0x5cdb73&&'paragraph'==_0x5cdb73['commandName']?{'type':'format','content':o(_0x864c0f,'*Change\x20to:*\x20%0',o(_0x864c0f,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x1931fd,{showActiveMarker:_0x116be1=!0x0}={}){return(_0x3c5edb,_0x44a872,_0x5cce90)=>{const _0x2f478b=_0x1931fd['plugins']['get']('TrackChangesEditing'),_0x2d940e=_0x44a872['markerRange']['start'],_0x2cc5e7=_0x44a872['markerRange']['end'],_0x4d1b98=_0x1931fd['model']['schema'];if(!_0x2d940e['isTouching'](_0x2cc5e7)||!_0x2d940e['nodeAfter'])return;const _0x1d49b3=_0x2d940e['nodeAfter'];if(_0x4d1b98['isBlock'](_0x1d49b3)&&!_0x4d1b98['isLimit'](_0x1d49b3)&&_0x4d1b98['checkChild'](_0x1d49b3,'$text')){if(!_0x5cce90['consumable']['consume'](_0x44a872['markerRange'],_0x3c5edb['name']))return;const {authorId:_0x1456de}=_0x2f478b['_splitMarkerName'](_0x44a872['markerName']),_0x309979=_0x5cce90['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x1456de}),_0x278f24=_0x5cce90['mapper']['toViewPosition'](_0x2cc5e7);_0x116be1&&_0x2f478b['activeMarkers']['includes'](_0x44a872['markerName'])&&_0x5cce90['writer']['addClass']('ck-suggestion-marker--active',_0x309979),_0x5cce90['writer']['insert'](_0x278f24,_0x309979),_0x5cce90['mapper']['bindElementToMarker'](_0x309979,_0x44a872['markerName']);}};}class yt extends _0x5c4eb9{['afterInit'](){const _0x43dd65=this['editor'];if(!_0x43dd65['plugins']['has']('RemoveFormatEditing'))return;_0x43dd65['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5eccf0=this['editor'];_0x5eccf0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3f44f1=>{if('formatBlock'!=_0x3f44f1['type']&&'formatInline'!=_0x3f44f1['type'])return;const {data:_0x684eb7}=_0x3f44f1;return _0x684eb7&&'removeFormat'==_0x684eb7['commandName']?{'type':'format','content':o(_0x5eccf0['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x5c4eb9{['afterInit'](){const _0x5cdcd7=this['editor'];if(!_0x5cdcd7['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3fd31a=_0x5cdcd7['plugins']['get']('TrackChangesEditing');_0x3fd31a['enableCommand']('goToPreviousRestrictedEditingException'),_0x3fd31a['enableCommand']('goToNextRestrictedEditingException');const _0x59fe3f=_0x5cdcd7['plugins']['get']('RestrictedEditingModeEditing');_0x59fe3f['enableCommand']('trackChanges'),_0x59fe3f['enableCommand']('acceptSuggestion'),_0x59fe3f['enableCommand']('discardSuggestion'),_0x59fe3f['enableCommand']('acceptAllSuggestions'),_0x59fe3f['enableCommand']('discardAllSuggestions'),_0x59fe3f['enableCommand']('acceptSelectedSuggestions'),_0x59fe3f['enableCommand']('discardSelectedSuggestions');}}class St extends _0x5c4eb9{static get['requires'](){return[_0x1234e8];}['init'](){const _0x4266fd=this['editor'],_0x26b650=_0x4266fd['plugins']['get']('TrackChangesEditing');_0x26b650['enableCommand']('shiftEnter'),_0x4266fd['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ke(_0x4266fd),{'priority':'high'}),_0x4266fd['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ke(_0x4266fd),{'priority':'high'}),_0x4266fd['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x357505,_0x2a3e8d,_0x129231)=>{_0x129231['options']['showSuggestionHighlights']&&ke(_0x4266fd,{'showActiveMarker':!0x1})(_0x357505,_0x2a3e8d,_0x129231);}),_0x26b650['descriptionFactory']['registerElementLabel']('softBreak',_0x40ffcd=>o(_0x4266fd['locale'],'ELEMENT_LINE_BREAK',_0x40ffcd));}}function ke(_0x486dea,{showActiveMarker:_0x1a129e=!0x0}={}){return(_0x27ca1a,_0xc6da9e,_0x498fd2)=>{const _0x5c6e71=_0x486dea['plugins']['get']('TrackChangesEditing');if(!_0x498fd2['consumable']['test'](_0xc6da9e['markerRange'],_0x27ca1a['name']))return;const _0x2ecb47=_0x486dea['model'];for(const _0x2efe60 of _0xc6da9e['markerRange']['getItems']()){if(!_0x2efe60['is']('element','softBreak'))continue;const _0x3c61d7='deletion'==_0xc6da9e['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x5bc33b}=_0x5c6e71['_splitMarkerName'](_0xc6da9e['markerName']),_0x59ae69=_0x498fd2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3c61d7,'data-author-id':_0x5bc33b}),_0x285b3a=_0x498fd2['mapper']['toViewPosition'](_0x2ecb47['createPositionBefore'](_0x2efe60));_0x1a129e&&_0x5c6e71['activeMarkers']['includes'](_0xc6da9e['markerName'])&&_0x498fd2['writer']['addClass']('ck-suggestion-marker--active',_0x59ae69),_0x498fd2['writer']['insert'](_0x285b3a,_0x59ae69),_0x498fd2['mapper']['bindElementToMarker'](_0x59ae69,_0xc6da9e['markerName']);}};}class At extends _0x5c4eb9{['afterInit'](){const _0x4c9e50=this['editor'],_0x245d5d=_0x4c9e50['model'],_0x4edcf3=_0x4c9e50['locale'];if(!_0x4c9e50['plugins']['has']('StandardEditingModeEditing'))return;const _0x25de8e=_0x4c9e50['plugins']['get']('TrackChangesEditing'),_0x59c8b1='restrictedEditingException',_0x383a3e=_0x4c9e50['commands']['get'](_0x59c8b1);_0x25de8e['enableCommand'](_0x59c8b1,(_0x4771f0,_0xf732a8={})=>{const _0x1158e5=_0x245d5d['document']['selection'];if(_0x1158e5['isCollapsed'])return void _0x4771f0(_0xf732a8);const _0x33134e=void 0x0!==_0xf732a8['forceValue']?_0xf732a8['forceValue']:!_0x383a3e['value'];_0x245d5d['change'](()=>{const _0x2691fd=Array['from'](_0x1158e5['getRanges']());for(const _0x19edce of _0x2691fd){const _0x4b6a1a=_0x33134e?[_0x19edce]:io(_0x59c8b1,_0x19edce,_0x245d5d);for(const _0x2f68fc of _0x4b6a1a)_0x25de8e['markInlineFormat'](_0x2f68fc,{'commandName':_0x59c8b1,'commandParams':[{'forceValue':_0x33134e}]});}});}),_0x25de8e['descriptionFactory']['registerDescriptionCallback'](_0x3e0526=>{if('formatBlock'!=_0x3e0526['type']&&'formatInline'!=_0x3e0526['type'])return;const {data:_0x333359}=_0x3e0526;return _0x333359&&_0x333359['commandName']==_0x59c8b1?_0x333359['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4edcf3,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x4edcf3,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x5c4eb9{['afterInit'](){const _0x17f2f6=this['editor'];if(!_0x17f2f6['plugins']['has']('Style')||!_0x17f2f6['plugins']['has']('DataSchema'))return;const _0x21553d=_0x17f2f6['plugins']['get']('TrackChangesEditing'),_0xff099e=_0x17f2f6['locale'],_0x284114=_0x17f2f6['config']['get']('style')||{},_0x3e845e=_0x17f2f6['plugins']['get']('GeneralHtmlSupport'),_0x45e6c4=_0x17f2f6['plugins']['get']('StyleUtils')['normalizeConfig'](_0x17f2f6['plugins']['get']('DataSchema'),_0x284114['definitions']);_0x21553d['enableDefaultAttributesIntegration']('style');const _0x271774=new Set();for(const _0xab463e of _0x45e6c4['block']){const _0x3d909a=_0x3e845e['getGhsAttributeNameForElement'](_0xab463e['element']);_0x271774['add'](_0x3d909a);}const _0x68010d=new Set();for(const _0xa14a of _0x45e6c4['inline']){const _0x300551=_0x3e845e['getGhsAttributeNameForElement'](_0xa14a['element']);_0x68010d['add'](_0x300551);for(const _0x203937 of _0xa14a['ghsAttributes'])_0x68010d['add'](_0x203937);}for(const _0x1b5a53 of _0x271774)_0x21553d['registerBlockAttribute'](_0x1b5a53),_0x21553d['descriptionFactory']['registerAttributeLabel'](_0x1b5a53,o(_0xff099e,'FORMAT_STYLE'));for(const _0x10b480 of _0x68010d)_0x21553d['registerInlineAttribute'](_0x10b480),_0x21553d['descriptionFactory']['registerAttributeLabel'](_0x10b480,o(_0xff099e,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x266f96=this['editor'],_0x151122=_0x266f96['locale'];_0x266f96['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43f88c=>{if('formatBlock'!=_0x43f88c['type']&&'formatInline'!=_0x43f88c['type'])return;const {data:_0x325c86}=_0x43f88c;return _0x325c86&&'style'===_0x325c86['commandName']?_0x325c86['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x151122,'*Set\x20format:*\x20%0',_0x325c86['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x151122,'*Remove\x20format:*\x20%0',_0x325c86['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x5c4eb9{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3cf705){super(_0x3cf705),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x1aa85f=this['editor'],_0x34a7cc=_0x1aa85f['model']['document']['selection'];if(!_0x1aa85f['plugins']['has']('TableEditing'))return;const _0x2f86f4=_0x1aa85f['locale'],_0x19b988=_0x1aa85f['plugins']['get']('TrackChangesEditing'),_0x3dac3e=_0x1aa85f['plugins']['get']('TableUtils');_0x19b988['descriptionFactory']['registerElementLabel']('table',_0x530e38=>o(_0x2f86f4,'ELEMENT_TABLE',_0x530e38)),this['_setupColumnsRowsFixing'](),_0x19b988['enableCommand']('insertTable'),_0x19b988['enableCommand']('selectTableRow'),_0x19b988['enableCommand']('selectTableColumn');for(const _0xfb2c70 of['insertTableRowAbove','insertTableRowBelow']){const _0x2b4cbb=_0x1aa85f['commands']['get'](_0xfb2c70);_0x19b988['enableCommand'](_0xfb2c70,_0x3a824f=>{_0x1aa85f['model']['change'](_0xf36304=>{_0x3a824f();const _0x2329df='above'===_0x2b4cbb['order'],_0x2c23d7=_0x3dac3e['getSelectionAffectedTableCells'](_0x34a7cc),_0x16133b=_0x3dac3e['getRowIndexes'](_0x2c23d7),_0x5d57bc=_0x2329df?_0x16133b['first']-0x1:_0x16133b['last']+0x1,_0x4b6068=_0x2c23d7[0x0]['findAncestor']('table'),_0x58b941=_0x3dac3e['createTableWalker'](_0x4b6068,{'startRow':_0x5d57bc,'endRow':_0x5d57bc}),_0x31bd66=Array['from'](_0x58b941)['map'](_0x51fe78=>_0xf36304['createRangeOn'](_0x51fe78['cell']));_0x19b988['markMultiRangeInsertion'](_0x31bd66,'tableRow');});});}for(const _0x10b3a5 of['insertTableColumnLeft','insertTableColumnRight']){const _0x2bae5d=_0x1aa85f['commands']['get'](_0x10b3a5);_0x19b988['enableCommand'](_0x10b3a5,_0x28ed38=>{_0x1aa85f['model']['change'](_0x109b3f=>{_0x28ed38();const _0x401d03='left'===_0x2bae5d['order'],_0x58f58e=_0x3dac3e['getSelectionAffectedTableCells'](_0x34a7cc),_0x7934de=_0x3dac3e['getColumnIndexes'](_0x58f58e),_0x3523d5=_0x401d03?_0x7934de['first']-0x1:_0x7934de['last']+0x1,_0x2291f4=_0x58f58e[0x0]['findAncestor']('table'),_0x4131ce=_0x3dac3e['createTableWalker'](_0x2291f4,{'startRow':0x0,'column':_0x3523d5,'includeAllSlots':!0x1}),_0xc3bdb8=Array['from'](_0x4131ce)['map'](_0x25651e=>_0x109b3f['createRangeOn'](_0x25651e['cell']));_0x19b988['markMultiRangeInsertion'](_0xc3bdb8,'tableColumn');});});}for(const _0x36c35c of['removeTableRow','removeTableColumn']){const _0x4e3b83=_0x36c35c['substr'](0xb),_0x35ff37=_0x4e3b83['toLowerCase'](),_0x5579da=_0x35ff37['substr'](0x0,0x3)+'span',_0x20e83a='table'+_0x4e3b83,_0x1a65d8='min'+_0x4e3b83,_0x4452be='max'+_0x4e3b83;_0x19b988['enableCommand'](_0x36c35c,()=>{_0x1aa85f['model']['change'](_0x45a9f5=>{const _0x5ee134=_0x3dac3e['getSelectionAffectedTableCells'](_0x34a7cc),_0x4c8a2c=_0x5ee134[0x0]['findAncestor']('table');let _0x455c4e;if('removeTableRow'==_0x36c35c){const _0x3f86b8=_0x3dac3e['getRowIndexes'](_0x5ee134);_0x455c4e={'startRow':_0x3f86b8['first'],'endRow':_0x3f86b8['last'],'includeAllSlots':!0x0};}else{const _0x412975=_0x3dac3e['getColumnIndexes'](_0x5ee134);_0x455c4e={'startColumn':_0x412975['first'],'endColumn':_0x412975['last'],'includeAllSlots':!0x0};}const _0x1e1afd=_0x3dac3e['createTableWalker'](_0x4c8a2c,_0x455c4e),_0x193ffd=Array['from'](_0x1e1afd)['map'](({cell:_0x4e5799})=>_0x4e5799),_0x67d071=Re(_0x193ffd['filter'](_0x3d5f28=>_0x3d5f28['hasAttribute'](_0x5579da))),_0x186361=Re(_0x193ffd['filter'](_0x5e8ec3=>!_0x5e8ec3['hasAttribute'](_0x5579da)))['map'](_0x3986f5=>_0x45a9f5['createRangeOn'](_0x3986f5)),_0x385ef6=_0x19b988['markMultiRangeDeletion'](_0x186361,_0x20e83a);if(_0x385ef6&&('tableRow'==_0x385ef6['subType']||'tableColumn'==_0x385ef6['subType'])){const _0x48f089=this['_getSuggestionCoords'](_0x385ef6);for(const _0x495b4e of _0x67d071){const _0x3f48c7=_0x45a9f5['createRangeOn'](_0x495b4e),_0x25a637=_0x3dac3e['getCellLocation'](_0x495b4e),_0x36cd69=_0x495b4e['getAttribute'](_0x5579da)-0x1,_0x19b29e=_0x48f089[_0x1a65d8],_0x4ade2d=_0x48f089[_0x4452be];_0x19b29e<=_0x25a637[_0x35ff37]&&_0x25a637[_0x35ff37]+_0x36cd69<=_0x4ade2d&&_0x385ef6['addRange'](_0x3f48c7);}}});});}function _0x1b791e(_0x494568){const _0x32ece4=Array['from'](_0x34a7cc['getRanges']())['map'](_0x16fa6b=>_0x3f97db['fromRange'](_0x16fa6b));_0x1aa85f['model']['change'](_0x2cb004=>{const _0x1ddae3=_0x2cb004['batch'];_0x494568=_0x494568['filter'](_0x324589=>'$graveyard'!=_0x324589['root']['rootName']),_0x2cb004['setSelection'](_0x494568),_0x1aa85f['commands']['get']('removeTableRow')['refresh'](),_0x1aa85f['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x1aa85f['model']['enqueueChange'](()=>{_0x1aa85f['model']['enqueueChange'](_0x1ddae3,_0xe0b55b=>{const _0xe82313=_0x32ece4['filter'](_0x1e6bf8=>'$graveyard'!=_0x1e6bf8['root']['rootName']);_0xe82313['length']>0x0&&_0xe0b55b['setSelection'](_0xe82313);for(const _0x1a08cd of _0x32ece4)_0x1a08cd['detach']();});});});}function _0x503390(_0x407017){_0x1aa85f['model']['change'](_0x462576=>{const _0x2302cf=Array['from'](_0x34a7cc['getRanges']())['map'](_0x51d10e=>_0x3f97db['fromRange'](_0x51d10e)),_0x265ec7=[];for(const _0x3066d3 of _0x407017)for(const _0x3cf84d of _0x3066d3['getItems']({'shallow':!0x0}))_0x265ec7['push'](_0x3cf84d);for(const _0x1acf72 of _0x265ec7)'$graveyard'!=_0x1acf72['root']['rootName']&&(_0x462576['setSelection'](_0x462576['createPositionAt'](_0x1acf72,0x0)),_0x1aa85f['commands']['get']('removeTableColumn')['refresh'](),_0x1aa85f['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5ac66b=_0x2302cf['filter'](_0x5a3515=>'$graveyard'!=_0x5a3515['root']['rootName']);_0x5ac66b['length']>0x0&&_0x462576['setSelection'](_0x5ac66b);for(const _0x1a6b8 of _0x2302cf)_0x1a6b8['detach']();});}function _0xf109e1(_0x332ac0,_0x1fc1c2){return _0x1fc1c2['every'](_0x3fc973=>_0x332ac0['some'](_0xf9ab60=>_0xf9ab60['end']['isEqual'](_0x3fc973['start'])||_0x3fc973['end']['isEqual'](_0xf9ab60['start'])));}function _0x70d5ad(_0x4bf86c,_0x78ca09){return!_0x4bf86c['some'](_0x2a0511=>_0x78ca09['some'](_0x5e5df7=>_0x2a0511['isIntersecting'](_0x5e5df7)))&&_0x4bf86c['some'](_0x16eeef=>_0x78ca09['some'](_0x1ae82f=>_0x16eeef['end']['isTouching'](_0x1ae82f['start'])));}_0x1aa85f['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x36d027,_0x3ed230,_0xd794d4)=>{if(!_0xd794d4['options']['showSuggestionHighlights'])return;const _0x24657e=_0x3ed230['item'];if(!_0x24657e)return;const _0x4d3844=_0xd794d4['mapper']['toViewElement'](_0x24657e);function _0x4148b1(_0x1320d0){return Array['isArray'](_0x1320d0)?_0x1320d0:[_0x1320d0];}_0x4d3844&&'tableCell'===_0x24657e['name']&&_0x124c23(_0x4d3844,_0xd794d4['writer'],(_0x500c0a,_0xaacfa6,_0x42432f)=>_0x42432f['addClass'](_0x4148b1(_0xaacfa6['classes']),_0x500c0a),(_0x49aad7,_0x2eb06f,_0x1b82f4)=>_0x1b82f4['removeClass'](_0x4148b1(_0x2eb06f['classes']),_0x49aad7));},{'priority':'highest'}),_0x19b988['descriptionFactory']['registerDescriptionCallback'](_0x23acc6=>{if('insertion'!=_0x23acc6['type']&&'deletion'!=_0x23acc6['type'])return;const _0xa5d78b=_0x23acc6['getContainedElement']();if(null!=_0xa5d78b&&_0xa5d78b['is']('element','table')){if('insertion'==_0x23acc6['type']){const _0x10644e=_0x23acc6['getItems']()['filter'](_0x5b20bc=>_0x5b20bc['is']('$textProxy'))['map'](_0x3f450e=>_0x3f450e['data']);if(_0x10644e['length'])return{'type':'insertion','content':o(_0x2f86f4,'*Insert:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x10644e['join']('\x20')+'\x22'))};}if('deletion'==_0x23acc6['type']){const _0x1c2faa=_0x23acc6['getItems']()['filter'](_0x5755b7=>_0x5755b7['is']('$textProxy'))['map'](_0x50014b=>_0x50014b['data']);if(_0x1c2faa['length'])return{'type':'deletion','content':o(_0x2f86f4,'*Remove:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1c2faa['join']('\x20')+'\x22'))};}}}),_0x19b988['descriptionFactory']['registerDescriptionCallback'](_0x264a57=>{if('tableRow'==_0x264a57['subType']){const _0x44eef3=_0x264a57['getItems']()['filter'](_0x388fea=>_0x388fea['is']('$textProxy'))['map'](_0x23e058=>_0x23e058['data']),_0x2e90a3=this['_getSuggestionCoords'](_0x264a57),_0x5060af=_0x2e90a3['maxRow']-_0x2e90a3['minRow']+0x1;if('insertion'==_0x264a57['type'])return _0x44eef3['length']?{'type':'insertion','content':o(_0x2f86f4,'*Insert:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5060af,'\x22'+_0x44eef3['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2f86f4,'*Insert:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_ROW',_0x5060af))};if('deletion'==_0x264a57['type'])return _0x44eef3['length']?{'type':'deletion','content':o(_0x2f86f4,'*Remove:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5060af,'\x22'+_0x44eef3['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2f86f4,'*Remove:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_ROW',_0x5060af))};}if('tableColumn'==_0x264a57['subType']){const _0x31dcc1=_0x264a57['getItems']()['filter'](_0x5b2e24=>_0x5b2e24['is']('$textProxy'))['map'](_0x5f5775=>_0x5f5775['data']),_0x5636b1=this['_getSuggestionCoords'](_0x264a57),_0xc6c746=_0x5636b1['maxColumn']-_0x5636b1['minColumn']+0x1;if('insertion'==_0x264a57['type'])return _0x31dcc1['length']?{'type':'insertion','content':o(_0x2f86f4,'*Insert:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xc6c746,'\x22'+_0x31dcc1['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2f86f4,'*Insert:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_COLUMN',_0xc6c746))};if('deletion'==_0x264a57['type'])return _0x31dcc1['length']?{'type':'deletion','content':o(_0x2f86f4,'*Remove:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xc6c746,'\x22'+_0x31dcc1['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2f86f4,'*Remove:*\x20%0',o(_0x2f86f4,'ELEMENT_TABLE_COLUMN',_0xc6c746))};}}),_0x19b988['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1b791e),_0x19b988['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1b791e),_0x19b988['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x503390),_0x19b988['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x503390),_0x19b988['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0xf109e1),_0x19b988['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0xf109e1),_0x19b988['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x70d5ad),_0x19b988['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x70d5ad);}['_acceptFormatSuggestionCallbackFactory'](){const _0x32bf43=this['editor'],_0x553827=_0x32bf43['model']['document']['selection'];return(_0x55eecd,_0xb3bc6e)=>{_0x32bf43['model']['change'](_0x1b92f4=>{const {commandName:_0x2d47b7,commandParams:_0x426668}=_0xb3bc6e;let _0x43222c=_0x55eecd[0x0]['end']['nodeBefore'];_0x426668&&_0x426668[0x0]&&!0x1===_0x426668[0x0]['forceValue']&&(_0x43222c=_0x55eecd[0x0]['start']['nodeAfter']);const _0x567d16=_0x1b92f4['createRangeIn'](_0x43222c);if('$graveyard'==_0x567d16['root']['rootName'])return;const _0x8776fd=Array['from'](_0x553827['getRanges']())['map'](_0x4a7d7f=>_0x3f97db['fromRange'](_0x4a7d7f));_0x1b92f4['setSelection'](_0x567d16),_0x32bf43['commands']['get'](_0x2d47b7)['refresh'](),_0x426668['push']({'forceDefaultExecution':!0x0}),_0x32bf43['execute'](_0x2d47b7,..._0x426668);const _0x4c56d4=_0x8776fd['filter'](_0x40896d=>'$graveyard'!=_0x40896d['root']['rootName']);_0x4c56d4['length']>0x0&&_0x1b92f4['setSelection'](_0x4c56d4);for(const _0x1d1605 of _0x8776fd)_0x1d1605['detach']();});};}['_getCoordsForCells'](_0x2f8447){const _0x2389f2=this['editor']['plugins']['get']('TableUtils');let _0xd091a7=Number['MAX_SAFE_INTEGER'],_0xf6b41a=Number['MIN_SAFE_INTEGER'],_0x226993=Number['MAX_SAFE_INTEGER'],_0x5dcef8=Number['MIN_SAFE_INTEGER'];for(const _0x54d6c5 of _0x2f8447){if('$graveyard'==_0x54d6c5['root']['rootName'])continue;const {row:_0x302443,column:_0xed5bf6}=_0x2389f2['getCellLocation'](_0x54d6c5),_0x26f890=_0x54d6c5['hasAttribute']('rowspan')?_0x54d6c5['getAttribute']('rowspan')-0x1:0x0,_0x1396bb=_0x54d6c5['hasAttribute']('colspan')?_0x54d6c5['getAttribute']('colspan')-0x1:0x0;_0xd091a7=_0x302443<_0xd091a7?_0x302443:_0xd091a7,_0xf6b41a=_0x302443+_0x26f890>_0xf6b41a?_0x302443+_0x26f890:_0xf6b41a,_0x226993=_0xed5bf6<_0x226993?_0xed5bf6:_0x226993,_0x5dcef8=_0xed5bf6+_0x1396bb>_0x5dcef8?_0xed5bf6+_0x1396bb:_0x5dcef8;}return{'minRow':_0xd091a7,'maxRow':_0xf6b41a,'minColumn':_0x226993,'maxColumn':_0x5dcef8};}['_setupColumnsRowsFixing'](){const _0x3415d7=this['editor'],_0x228f51=_0x3415d7['plugins']['get']('TrackChangesEditing'),_0x130580=_0x3415d7['plugins']['get']('TableUtils');_0x3415d7['model']['document']['on']('change:data',()=>{const _0x2d0efa=Array['from'](_0x3415d7['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1e2ee4,data:_0x14615f}of _0x2d0efa){const {group:_0x143d40,id:_0xca4031,subType:_0x5de990}=_0x228f51['_splitMarkerName'](_0x1e2ee4);if('suggestion'!=_0x143d40)continue;if(null!=_0x14615f['oldRange'])continue;const _0x5f0720=_0x228f51['getSuggestion'](_0xca4031);this['_tablePostFixingSubtypes']['includes'](_0x5de990)&&this['_tableSuggestions']['add'](_0x5f0720);}},{'priority':'low'});const _0x3a16dc=(_0x3b79c7,_0x27ae10)=>{let _0x413b2f=!0x1;const _0x20f008=_0x27ae10['createRangeOn'](_0x3b79c7),_0x2d6cac=_0x3b79c7['findAncestor']('table'),_0x5b79ed=_0x130580['getCellLocation'](_0x3b79c7);for(const _0x465856 of this['_tableSuggestions']){const _0x59ea05=_0x465856['subType'],_0x178e57=_0x59ea05['startsWith']('tablePaste'),_0x5e2911=_0x59ea05['substr'](_0x178e57?0xa:0x5),_0x13f19c=_0x5e2911['toLowerCase'](),_0x444ea3=_0x13f19c['substr'](0x0,0x3)+'span',_0x5bfb4d='min'+_0x5e2911,_0x416965='max'+_0x5e2911;if(!_0x465856['isInContent'])continue;if(_0x2d6cac!=_0x465856['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x465856['isIntersectingWithRange'](_0x20f008))continue;const _0x12c92b=_0x3b79c7['hasAttribute'](_0x444ea3)?_0x3b79c7['getAttribute'](_0x444ea3)-0x1:0x0,_0x3d7be0=this['_getSuggestionCoords'](_0x465856),_0x5eca89=_0x3d7be0[_0x5bfb4d],_0x5d0030=_0x3d7be0[_0x416965];_0x5eca89<=_0x5b79ed[_0x13f19c]&&_0x5b79ed[_0x13f19c]+_0x12c92b<=_0x5d0030&&(_0x465856['addRange'](_0x20f008),_0x413b2f=!0x0);}return _0x413b2f;};_0x3415d7['model']['document']['registerPostFixer'](_0x1f43d0=>{let _0x6c1061=!0x1;for(const _0x50a469 of _0x3415d7['model']['document']['differ']['getChanges']())if('insert'==_0x50a469['type']){if('tableRow'==_0x50a469['name']){for(const _0x3a2864 of _0x50a469['position']['nodeAfter']['getChildren']())_0x6c1061=_0x6c1061||_0x3a16dc(_0x3a2864,_0x1f43d0);}else'tableCell'==_0x50a469['name']&&(_0x6c1061=_0x6c1061||_0x3a16dc(_0x50a469['position']['nodeAfter'],_0x1f43d0));}return _0x6c1061;});}['_getSuggestionCoords'](_0xccfd9e){return this['_getCoordsForCells'](_0xccfd9e['getRanges']()['map'](_0x357abb=>_0x357abb['start']['nodeAfter']));}}function Re(_0x336352){return Array['from'](new Set(_0x336352)['values']());}class _t extends _0x5c4eb9{static get['requires'](){return[vt];}['afterInit'](){const _0x4135f0=this['editor'],_0x5b5cde=_0x4135f0['model']['document']['selection'],_0x2e3cf7=_0x4135f0['locale'];if(!_0x4135f0['plugins']['has']('TableEditing'))return;const _0x1d22e4=_0x4135f0['plugins']['get']('TrackChangesEditing'),_0x2c8135=_0x4135f0['plugins']['get']('TableUtils'),_0x1df022=_0x4135f0['plugins']['get'](vt);_0x1df022['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x1d22e4['enableCommand']('mergeTableCells',()=>{const _0x578ac3=_0x2c8135['getSelectionAffectedTableCells'](_0x4135f0['model']['document']['selection']);_0x4135f0['model']['change'](()=>{_0x1d22e4['markMultiRangeBlockFormat'](_0x578ac3,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x4135f0['commands']['get']('mergeTableCells')['on']('execute',(_0x5b4026,_0x5ec353)=>{_0x4135f0['commands']['get']('trackChanges')['value']&&(_0x5ec353['length']>0x0&&_0x5ec353[_0x5ec353['length']-0x1]&&_0x5ec353[_0x5ec353['length']-0x1]['forceDefaultExecution']||_0x1d22e4['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x5b4026['stop']());},{'priority':'highest'});for(const _0x59ed3f of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x5f34e2=_0x4135f0['commands']['get'](_0x59ed3f);_0x1d22e4['enableCommand'](_0x59ed3f,()=>{const _0x592b01=_0x4135f0['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x588a4c=>_0x588a4c['is']('element','tableCell')),_0x32e07f=_0x5f34e2['value'];_0x4135f0['model']['change'](()=>{_0x1d22e4['markMultiRangeBlockFormat']([_0x592b01,_0x32e07f],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x33eabe of['splitTableCellVertically','splitTableCellHorizontally']){const _0x48860a=_0x4135f0['commands']['get'](_0x33eabe);_0x1d22e4['enableCommand'](_0x33eabe,()=>{const _0x4ce877=_0x2c8135['getSelectionAffectedTableCells'](_0x4135f0['model']['document']['selection'])[0x0],_0x6390a4=_0x4ce877['findAncestor']('table'),{column:_0x2435d5,row:_0x160498}=_0x2c8135['getCellLocation'](_0x4ce877);let _0x40f970=[];if('horizontally'==_0x48860a['direction']){const _0x36862e=_0x2c8135['createTableWalker'](_0x6390a4,{'startRow':_0x160498,'endRow':_0x160498,'includeAllSlots':!0x0});_0x40f970=Array['from'](_0x36862e)['map'](_0x55492a=>_0x55492a['cell']);}else{const _0x56d6bf=_0x2c8135['createTableWalker'](_0x6390a4,{'column':_0x2435d5,'includeAllSlots':!0x0});_0x40f970=Array['from'](_0x56d6bf)['map'](_0x1de9c4=>_0x1de9c4['cell']);}_0x4135f0['model']['change'](_0x18944f=>{_0x1d22e4['markBlockFormat'](_0x18944f['createRangeOn'](_0x4ce877),{'commandName':_0x33eabe,'commandParams':[]},_0x40f970,_0x33eabe);});});}_0x1d22e4['descriptionFactory']['registerDescriptionCallback'](_0x5e0d41=>{if('formatBlock'!=_0x5e0d41['type']&&'formatInline'!=_0x5e0d41['type'])return;const {data:_0x21b693}=_0x5e0d41;return _0x21b693&&'mergeTableCells'==_0x21b693['commandName']?{'type':'format','content':o(_0x2e3cf7,'*Merge\x20cells*')}:void 0x0;}),_0x1d22e4['descriptionFactory']['registerDescriptionCallback'](_0x15a406=>{if('formatBlock'!=_0x15a406['type']&&'formatInline'!=_0x15a406['type'])return;const {data:_0x126e7f}=_0x15a406;return _0x126e7f?'splitTableCellVertically'==_0x126e7f['commandName']?{'type':'format','content':o(_0x2e3cf7,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x126e7f['commandName']?{'type':'format','content':o(_0x2e3cf7,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0xf53495=_0x1df022['_acceptFormatSuggestionCallbackFactory']();for(const _0x24c5d7 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x1d22e4['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x24c5d7,'accept',_0xf53495);for(const _0xa0711a of['splitTableCellVertically','splitTableCellHorizontally'])_0x1d22e4['_suggestionFactory']['registerCustomCallback']('formatBlock',_0xa0711a,'accept',_0xf53495);_0x1d22e4['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3f0f51=>{_0x4135f0['model']['change'](_0x45af20=>{const _0x1728c7=Array['from'](_0x5b5cde['getRanges']())['map'](_0x391718=>_0x3f97db['fromRange'](_0x391718));_0x45af20['setSelection'](_0x3f0f51),_0x4135f0['commands']['get']('mergeTableCells')['refresh'](),_0x4135f0['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x5dfb50=_0x1728c7['filter'](_0x2a8214=>'$graveyard'!=_0x2a8214['root']['rootName']);_0x5dfb50['length']>0x0&&_0x45af20['setSelection'](_0x5dfb50);for(const _0x58a52d of _0x1728c7)_0x58a52d['detach']();});});for(const _0x413f7a of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x5417e1=_0x4135f0['commands']['get'](_0x413f7a);_0x5417e1['on']('set:isEnabled',(_0x110d35,_0x439f35,_0x40e4a5)=>{if(_0x40e4a5){const _0x1bc561=_0x4135f0['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4d7961=>_0x4d7961['is']('element','tableCell'));this['_areMergableCells'](_0x5417e1['value'],_0x1bc561)||(_0x110d35['return']=!0x1,_0x110d35['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x409471=this['editor']['commands']['get']('mergeTableCells'),_0xae379f=this['editor']['plugins']['get']('TableUtils');if(!_0x409471['isEnabled'])return!0x1;const _0x28a61a=_0xae379f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x534840 of _0x28a61a)for(const _0x255916 of _0x28a61a)if(_0x534840!=_0x255916&&!this['_areMergableCells'](_0x534840,_0x255916))return!0x1;return!0x0;}['_areMergableCells'](_0x11c4d6,_0x1bdf05){const _0x439878=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ed8dd=this['editor']['model']['createRangeOn'](_0x11c4d6),_0x42f744=this['editor']['model']['createRangeOn'](_0x1bdf05),_0x2eefd7=new Set(),_0x20ddcf=new Set();for(const _0xb7590 of _0x439878['getSuggestions']())if(('insertion'==_0xb7590['type']||'deletion'==_0xb7590['type']||'mergeTableCells'==_0xb7590['subType'])&&_0xb7590['isInContent']){for(const _0x49ba03 of _0xb7590['getRanges']())_0x49ba03['containsRange'](_0x3ed8dd,!0x0)&&_0x2eefd7['add'](_0xb7590['type']+':'+_0xb7590['author']['id']),_0x49ba03['containsRange'](_0x42f744,!0x0)&&_0x20ddcf['add'](_0xb7590['type']+':'+_0xb7590['author']['id']);}if(_0x2eefd7['size']!=_0x20ddcf['size'])return!0x1;for(const _0x596a20 of _0x2eefd7)if(!_0x20ddcf['has'](_0x596a20))return!0x1;return!0x0;}}class Ct extends _0x5c4eb9{static get['requires'](){return[vt];}['afterInit'](){const _0x15d866=this['editor'];if(!_0x15d866['plugins']['has']('TableEditing'))return;const _0x1c05df=_0x15d866['locale'],_0x1500b6=_0x15d866['plugins']['get']('TrackChangesEditing');_0x1500b6['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x1500b6['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x1500b6['registerBlockAttribute']('headingRows'),_0x1500b6['registerBlockAttribute']('headingColumns'),_0x1500b6['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x1c05df,'FORMAT_HEADER_ROW')),_0x1500b6['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x1c05df,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2d6e4c=this['editor']['plugins']['get']('TrackChangesEditing'),_0xebde3e=this['editor']['plugins']['get']('TableUtils'),_0x1731f8=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x2f63b6({showActiveMarker:_0x18da5e=!0x0,setDataAttribute:_0x1b6fb6=!0x0}={}){return(_0x5b48df,_0xa6aea7,_0x5aa1fc)=>{const {type:_0x2902a1,id:_0x9743e6}=_0x2d6e4c['_splitMarkerName'](_0xa6aea7['markerName']),_0x3ad2f3=_0x2d6e4c['getSuggestion'](_0x9743e6),_0x1533b9=_0x3ad2f3['data'];if('formatBlock'!=_0x3ad2f3['type']||!_0x1533b9||'setTableColumnHeader'!=_0x1533b9['commandName'])return;if(_0xa6aea7['item'])return void _0x5b48df['stop']();if(!_0x5aa1fc['consumable']['consume'](_0xa6aea7['markerRange'],_0x5b48df['name']))return;const _0x495d5f=_0xa6aea7['markerRange']['start']['nodeAfter'],_0x442e40=_0xa6aea7['markerRange']['end']['nodeBefore'],_0x4669dc=_0x495d5f['parent']['parent'],{column:_0x5074d6}=_0xebde3e['getCellLocation'](_0x495d5f),{column:_0x1d9ce9}=_0xebde3e['getCellLocation'](_0x442e40);for(let _0x19a9cb=_0x5074d6;_0x19a9cb<=_0x1d9ce9;_0x19a9cb++){const _0x3b836f=_0xebde3e['createTableWalker'](_0x4669dc,{'column':_0x19a9cb,'includeAllSlots':!0x1});for(const _0x4b2e32 of _0x3b836f){const _0x50d679=_0x4b2e32['cell'],_0x3030a4=_0x5aa1fc['mapper']['toViewElement'](_0x50d679);_0x5aa1fc['writer']['addClass']('ck-suggestion-marker-'+_0x2902a1,_0x3030a4),_0x1b6fb6&&_0x5aa1fc['writer']['setAttribute']('data-suggestion',_0x9743e6,_0x3030a4),_0x5aa1fc['mapper']['bindElementToMarker'](_0x3030a4,_0xa6aea7['markerName']),_0x18da5e&&(_0x2d6e4c['activeMarkers']['includes'](_0xa6aea7['markerName'])?_0x5aa1fc['writer']['addClass']('ck-suggestion-marker--active',_0x3030a4):_0x5aa1fc['writer']['removeClass']('ck-suggestion-marker--active',_0x3030a4));}}};}_0x2d6e4c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x1731f8),_0x2d6e4c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x1731f8),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x2f63b6(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3975b2,_0x3d244c,_0x51c663)=>{_0x51c663['options']['showSuggestionHighlights']&&_0x2f63b6({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3975b2,_0x3d244c,_0x51c663);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x5dd555,_0x2d8cdb,_0x4ee167)=>{const {type:_0x177355,id:_0xad82c}=_0x2d6e4c['_splitMarkerName'](_0x2d8cdb['markerName']),_0x2ce4ce=_0x2d6e4c['getSuggestion'](_0xad82c),_0xec20bf=_0x2ce4ce['data'];if('formatBlock'!=_0x2ce4ce['type']||!_0xec20bf||'setTableColumnHeader'!=_0xec20bf['commandName'])return;const _0x52b194=_0x4ee167['mapper']['markerNameToElements'](_0x2d8cdb['markerName']);if(_0x52b194){for(const _0x3cea11 of _0x52b194)_0x4ee167['writer']['removeClass']('ck-suggestion-marker-'+_0x177355,_0x3cea11),_0x4ee167['writer']['removeClass']('ck-suggestion-marker--active',_0x3cea11),_0x4ee167['writer']['removeAttribute']('data-suggestion',_0x3cea11),_0x4ee167['mapper']['unbindElementFromMarkerName'](_0x3cea11,_0x2d8cdb['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1953b7=this['editor'],_0x5ad118=_0x1953b7['locale'];function _0x2d3443(_0x1b84e2){return{'type':'format','content':o(_0x5ad118,'*Format:*\x20%0',_0x1b84e2)};}_0x1953b7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19ad69=>{if('formatBlock'!=_0x19ad69['type'])return;const {data:_0x2c056f}=_0x19ad69;if(_0x2c056f){if('setTableRowHeader'==_0x2c056f['commandName']){const _0x369942=_0x2c056f['commandParams'][0x0]['forceValue'];return _0x2d3443(o(_0x5ad118,_0x369942?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x2c056f['commandName']){const _0x21fefe=_0x2c056f['commandParams'][0x0]['forceValue'];return _0x2d3443(o(_0x5ad118,_0x21fefe?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const we=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],ve=Object['fromEntries'](we['map'](_0x42090d=>[_0x42090d,null]));class Nt extends _0x5c4eb9{static get['requires'](){return[vt];}['afterInit'](){const _0x1f5a70=this['editor'];if(!_0x1f5a70['plugins']['has']('TableClipboard'))return;const _0x1eaabe=_0x1f5a70['plugins']['get']('TrackChangesEditing'),_0x4b5d31=_0x1f5a70['plugins']['get']('TableUtils'),_0x3dc820=_0x1f5a70['plugins']['get'](vt),_0x4130d4=_0x1f5a70['plugins']['get']('TableClipboard');_0x3dc820['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1f5a70['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1f5a70['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x48d071=null;_0x1f5a70['model']['on']('insertContent',(_0x128d8c,_0xba10f2)=>{const [_0x39e5f4,_0x48ee96]=_0xba10f2,_0x4356e1=_0xba10f2[_0xba10f2['length']-0x1];_0x4356e1&&_0x4356e1['forceDefaultExecution']||_0x1eaabe['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4c7b93,_0x161f08,_0x535009,_0x32018a,_0x1fbc4e){if(_0x161f08&&!_0x161f08['is']('documentSelection'))return!0x1;const _0x52a267=_0x1fbc4e['getTableIfOnlyTableInContent'](_0x4c7b93,_0x535009);if(!_0x52a267||!Ae(_0x52a267,void 0x0,_0x32018a))return!0x1;const _0x2eb8c7=_0x32018a['getSelectionAffectedTableCells'](_0x535009['document']['selection']);if(!_0x2eb8c7['length'])return!0x1;const _0x3cc3a4=_0x2eb8c7[0x0]['findAncestor']('table'),_0x4f49a1=_0x32018a['getRowIndexes'](_0x2eb8c7),_0x3db485=_0x32018a['getColumnIndexes'](_0x2eb8c7),_0x5e042c={'startRow':_0x4f49a1['first'],'endRow':_0x4f49a1['last'],'startColumn':_0x3db485['first'],'endColumn':_0x3db485['last']};return 0x1==_0x2eb8c7['length']&&(_0x5e042c['endRow']+=_0x32018a['getRows'](_0x52a267)-0x1,_0x5e042c['endColumn']+=_0x32018a['getColumns'](_0x52a267)-0x1),Ae(_0x3cc3a4,_0x5e042c,_0x32018a);}(_0x39e5f4,_0x48ee96,_0x1f5a70['model'],_0x4b5d31,_0x4130d4)&&(_0x128d8c['stop'](),_0x48d071={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1f5a70['model']['change'](()=>{_0x1f5a70['model']['insertContent'](_0xba10f2[0x0],_0xba10f2[0x1],_0xba10f2[0x2],{'forceDefaultExecution':!0x0});const _0x2fb2a3=_0x489557(),{rowInsertionRanges:_0x3f128c,columnInsertionRanges:_0x4cb317,insertionRanges:_0x5791b6,deletionRanges:_0x551ffe,cells:_0x448121}=_0x48d071;_0x3f128c['length']&&_0x1eaabe['markMultiRangeInsertion'](_0x3f128c,'tablePasteRow',{'tablePasteChainId':_0x2fb2a3}),_0x4cb317['length']&&_0x1eaabe['markMultiRangeInsertion'](_0x4cb317,'tablePasteColumn',{'tablePasteChainId':_0x2fb2a3}),_0x5791b6['length']&&(_0x1eaabe['markMultiRangeInsertion'](_0x5791b6,'tablePaste',{'tablePasteChainId':_0x2fb2a3,'skipNestingCheck':!0x0}),_0x5791b6['forEach'](_0x120c5c=>_0x120c5c['detach']?.())),_0x551ffe['length']&&(_0x1eaabe['markMultiRangeDeletion'](_0x551ffe,'tablePaste',{'tablePasteChainId':_0x2fb2a3,'skipNestingCheck':!0x0}),_0x551ffe['forEach'](_0x518559=>_0x518559['detach']?.()));const _0x110436=_0x1eaabe['markMultiRangeBlockFormat'](_0x448121['map'](({element:_0xbb6075})=>_0xbb6075),{'formatGroupId':_0x489557()},[],'tablePasteCell',{'tablePasteChainId':_0x2fb2a3});if(_0x110436){const _0x58524c=_0x110436['getMarkers'](),_0x2f44a8=[];for(const {element:_0x3436c8,attributes:_0x2c368a}of _0x448121){if(!_0x2c368a)continue;const _0x580e62=_0x1f5a70['model']['createRangeOn'](_0x3436c8),_0xb204b9=_0x58524c['find'](_0x59f901=>_0x59f901['getRange']()['isEqual'](_0x580e62));_0xb204b9&&_0x2f44a8['push']([_0xb204b9['name'],_0x2c368a]);}_0x2f44a8['length']&&_0x110436['setAttribute']('markerAttributes',Object['fromEntries'](_0x2f44a8));}_0x48d071=null;}));},{'priority':_0x250038['high']+0xa}),_0x1f5a70['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3ac0e9,_0x22d1ec)=>{const [_0x3b51cd,_0x2447c6,,_0x504270]=_0x22d1ec;if(!_0x48d071)return;_0x3ac0e9['stop']();const _0x33cc37=_0x3b51cd['cell'],_0x1d377f=_0x2447c6,_0x116537=je(_0x33cc37),_0x1a802c=je(_0x1d377f);_0x3ac0e9['return']=_0x33cc37;let _0x6be97b=null,_0x21aea8=null;if(_0x1a802c||_0x116537){if(_0x116537&&!_0x1a802c){_0x504270['remove'](_0x33cc37['getChild'](0x0));for(const _0x3636ef of Array['from'](_0x1d377f['getChildren']()))_0x504270['insert'](_0x3636ef,_0x33cc37,'end');const _0x346cf4=_0x48d071['rowInsertionIndexes']['includes'](_0x3b51cd['row']),_0x3ba619=_0x48d071['columnInsertionIndexes']['includes'](_0x3b51cd['column']);_0x346cf4||_0x3ba619||(_0x6be97b=_0x3f97db['fromRange'](_0x504270['createRangeIn'](_0x33cc37)));}else _0x1a802c&&!_0x116537&&(_0x21aea8=_0x504270['createRangeIn'](_0x33cc37));}else{const _0xe8a163=_0x504270['createElement']('tableCellSuggestion'),_0x538df4=_0x504270['createElement']('tableCellSuggestion');_0x504270['wrap'](_0x504270['createRangeIn'](_0x33cc37),_0x538df4),_0x504270['insert'](_0xe8a163,_0x33cc37,0x0);for(const _0x2ac0aa of Array['from'](_0x1d377f['getChildren']()))_0x504270['insert'](_0x2ac0aa,_0xe8a163,'end');_0x6be97b=_0x3f97db['fromRange'](_0x504270['createRangeOn'](_0xe8a163)),_0x21aea8=_0x3f97db['fromRange'](_0x504270['createRangeOn'](_0x538df4));}const _0x4bbff8=Array['from'](_0x1d377f['getAttributes']())['filter'](([_0x4e5788])=>we['includes'](_0x4e5788));_0x48d071['cells']['push']({'element':_0x33cc37,'attributes':_0x4bbff8['length']?Object['fromEntries'](_0x4bbff8):null}),_0x6be97b&&_0x48d071['insertionRanges']['push'](_0x6be97b),_0x21aea8&&_0x48d071['deletionRanges']['push'](_0x21aea8);},{'priority':'high'}),_0x4b5d31['on']('insertColumns',(_0x4e9edd,_0xf22118)=>{const [_0x225aed,_0x15c753={}]=_0xf22118;if(!_0x48d071)return;const _0x1d5ed3=_0x15c753['at']||0x0,_0x631a91=_0x15c753['columns']||0x1;_0x48d071['columnInsertionIndexes']=new Array(_0x631a91)['fill'](_0x1d5ed3)['map']((_0x403e0e,_0x1a5d21)=>_0x403e0e+_0x1a5d21);for(const {cell:_0x1322c3}of _0x4b5d31['createTableWalker'](_0x225aed,{'startColumn':_0x1d5ed3,'endColumn':_0x1d5ed3+_0x631a91-0x1}))_0x48d071['columnInsertionRanges']['push'](_0x1f5a70['model']['createRangeOn'](_0x1322c3));},{'priority':'low'}),_0x4b5d31['on']('insertRows',(_0x454390,_0x39238b)=>{const [_0x536f86,_0x1e0adb={}]=_0x39238b;if(!_0x48d071)return;const _0x3b5ad2=_0x1e0adb['at']||0x0,_0xc3473d=_0x1e0adb['rows']||0x1;_0x48d071['rowInsertionIndexes']=new Array(_0xc3473d)['fill'](_0x3b5ad2)['map']((_0x3d1333,_0x3e1ca8)=>_0x3d1333+_0x3e1ca8);for(const {cell:_0x5dbdda}of _0x4b5d31['createTableWalker'](_0x536f86,{'startRow':_0x3b5ad2,'endRow':_0x3b5ad2+_0xc3473d-0x1}))_0x48d071['rowInsertionRanges']['push'](_0x1f5a70['model']['createRangeOn'](_0x5dbdda));},{'priority':'low'}),_0x1eaabe['descriptionFactory']['registerDescriptionCallback'](_0x1af4b8=>{if(_0x1af4b8['subType']&&_0x1af4b8['subType']['startsWith']('tablePaste'))return _0x1af4b8['previous']?{}:{'type':'insertion','content':o(_0x1f5a70['locale'],'*Replace\x20table\x20cells*')};});const _0x2a98b4=()=>!0x1;for(const _0x3151f3 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1eaabe['_suggestionFactory']['registerCustomCallback']('insertion',_0x3151f3,'join',_0x2a98b4),_0x1eaabe['_suggestionFactory']['registerCustomCallback']('deletion',_0x3151f3,'join',_0x2a98b4),_0x1eaabe['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3151f3,'join',_0x2a98b4);_0x1eaabe['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2a98b4),_0x1eaabe['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x308082,_0x2951d4,_0x4ffa2a)=>{const _0x3b84c6=_0x308082['map'](_0x2596f6=>_0x2596f6['getContainedElement']())['filter'](_0x452d83=>_0x452d83),_0xe64163=new Map(_0x3b84c6['map'](_0x16f8d7=>[_0x16f8d7,null]));if(_0x48d071){for(const {element:_0x3f8100,attributes:_0x1729cd}of _0x48d071['cells'])_0x1729cd&&_0xe64163['set'](_0x3f8100,_0x1729cd);}else{if(_0x4ffa2a&&_0x4ffa2a['markerAttributes'])for(const [_0x454030,_0xd5cabb]of Object['entries'](_0x4ffa2a['markerAttributes'])){const _0xabd623=_0x1f5a70['model']['markers']['get'](_0x454030),_0x10c220=_0xabd623?_0xabd623['getRange']()['getContainedElement']():null;_0x10c220&&_0xe64163['set'](_0x10c220,_0xd5cabb);}}_0x1f5a70['model']['change'](_0x398afc=>{for(const [_0x1366f7,_0x2a90dd]of _0xe64163)_0x398afc['setAttributes']({...ve,..._0x2a90dd},_0x1366f7);});});const _0x2f60c1=(_0x59ba3e,_0x421eef)=>{_0x1eaabe['_suggestionFactory']['registerCustomCallback'](_0x59ba3e,'tablePaste',_0x421eef,(_0x3f5f1b,_0x4d9c9e,_0x16a1f9)=>{_0x1f5a70['model']['change'](_0x46f3cf=>{const _0x263b17=[];for(const _0x4ba81c of _0x3f5f1b){const _0x579c6c=_0x4ba81c['start']['nodeAfter'];_0x579c6c['is']('element','tableCellSuggestion')&&_0x263b17['push'](_0x579c6c);}_0x1eaabe['_suggestionFactory']['getSuggestionCallback'](_0x59ba3e,null,_0x421eef)(_0x3f5f1b,_0x4d9c9e,_0x16a1f9);for(const _0x2d2680 of _0x263b17)'$graveyard'!=_0x2d2680['root']['rootName']&&_0x46f3cf['unwrap'](_0x2d2680);});});};_0x2f60c1('insertion','accept'),_0x2f60c1('insertion','discard'),_0x2f60c1('deletion','accept'),_0x2f60c1('deletion','discard'),_0x1eaabe['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0xdab2d6=>{const _0x6465dc=_0xdab2d6['map'](_0x1fe817=>_0x1fe817['getContainedElement']()),_0x3b6fb3=_0x6465dc[0x0]['findAncestor']('table'),{minRow:_0x591385,maxRow:_0x2b0a37}=_0x3dc820['_getCoordsForCells'](_0x6465dc);_0x4b5d31['removeRows'](_0x3b6fb3,{'at':_0x591385,'rows':_0x2b0a37-_0x591385+0x1});}),_0x1eaabe['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x5431cc=>{const _0x1de08a=_0x5431cc['map'](_0x545a71=>_0x545a71['getContainedElement']()),_0x1f14be=_0x1de08a[0x0]['findAncestor']('table'),{minColumn:_0x46bf2b,maxColumn:_0x5717d1}=_0x3dc820['_getCoordsForCells'](_0x1de08a);_0x4b5d31['removeColumns'](_0x1f14be,{'at':_0x46bf2b,'columns':_0x5717d1-_0x46bf2b+0x1});});const _0x5df64d=(_0x4ef8c7,_0x189336)=>{if(!_0x189336['subType']||!_0x189336['subType']['startsWith']('tablePaste'))return;const _0x2fd5d1=_0x189336['attributes']['tablePasteChainId'],_0x36d2f3=_0x1eaabe['getSuggestions']()['filter'](_0x81d13=>_0x81d13['isInContent']&&_0x81d13['attributes']&&_0x81d13['attributes']['tablePasteChainId']==_0x2fd5d1);_0x36d2f3['length']&&_0x189336['getAllAdjacentSuggestions']()['length']!=_0x36d2f3['length']&&_0x36d2f3['reduce']((_0x45e5e8,_0x5dd5ce)=>(_0x45e5e8['next']=_0x5dd5ce,_0x5dd5ce['previous']=_0x45e5e8,_0x5dd5ce));};function _0x1e14c9(_0x3a8866,_0x16f3b7=!0x0){const {id:_0x2f6af0,authorId:_0xb28e12}=_0x1eaabe['_splitMarkerName'](_0x3a8866['markerName']),_0x127a3c=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x2d916f=_0x1eaabe['activeMarkers']['includes'](_0x3a8866['markerName']);return _0x2d916f&&_0x127a3c['push']('ck-suggestion-marker--active'),{'classes':_0x127a3c,'attributes':{'data-suggestion':_0x2f6af0,'data-author-id':_0xb28e12},'priority':_0x2d916f&&_0x16f3b7?0xbc2:0xbb8};}_0x1eaabe['on']('suggestionLoaded',_0x5df64d,{'priority':'high'}),_0x1eaabe['on']('suggestionUnloaded',_0x5df64d,{'priority':'high'}),_0x1f5a70['model']['document']['registerPostFixer'](()=>{let _0x344073=!0x1;const _0x20d3f2=Array['from'](_0x1f5a70['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x56b9e5,data:_0xf8e58d}of _0x20d3f2){const {group:_0x3d332d,type:_0x5998ea,id:_0x1ff2e1}=_0x1eaabe['_splitMarkerName'](_0x56b9e5);if('suggestion'!=_0x3d332d||'deletion'!=_0x5998ea||_0xf8e58d['oldRange'])continue;if(!_0x1eaabe['hasSuggestion'](_0x1ff2e1))continue;const _0x4a56b6=_0x1eaabe['getSuggestion'](_0x1ff2e1)['getRanges'](),_0x578f3b=_0x1f5a70['plugins']['get']('Users')['me'];for(const _0x27fb36 of _0x1eaabe['getSuggestions']()){if(!_0x27fb36['isInContent']||_0x27fb36['author']!=_0x578f3b)continue;if('formatBlock'!=_0x27fb36['type']||'tablePasteCell'!=_0x27fb36['subType'])continue;if(_0x27fb36['getRanges']()['every'](_0x269da4=>_0x4a56b6['some'](_0x3a3363=>_0x3a3363['containsRange'](_0x269da4,!0x0)))){for(const _0x4b1a61 of _0x27fb36['getAllAdjacentSuggestions']())_0x4b1a61['isInContent']&&(_0x4b1a61['discard'](),_0x344073=!0x0);}}}return _0x344073;}),_0x1f5a70['model']['document']['registerPostFixer'](_0x5471f8=>{const _0x12a976=_0x1f5a70['commands']['get']('redo');if(!_0x12a976||!_0x12a976['_createdBatches']['has'](_0x5471f8['batch']))return!0x1;let _0x5bbe86=!0x1;const _0x41987=_0x1f5a70['plugins']['get']('Users')['me'],_0x433f21=_0x1f5a70['model']['document']['differ']['getChanges'](),_0x480c53=Array['from'](_0x1f5a70['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x1f8569,data:_0x3f375b})=>{const {group:_0x3a5d15,subType:_0x1ebbb8,authorId:_0x5989fa}=_0x1eaabe['_splitMarkerName'](_0x1f8569);return'suggestion'==_0x3a5d15&&'tablePaste'==_0x1ebbb8&&_0x5989fa==_0x41987['id']&&!_0x3f375b['oldRange'];});for(const _0x3f5c5a of _0x433f21){if('insert'!=_0x3f5c5a['type']||'tableCellSuggestion'!=_0x3f5c5a['name']||0x1!=_0x3f5c5a['length'])continue;const _0xac3e13=_0x5471f8['createRange'](_0x3f5c5a['position'],_0x3f5c5a['position']['getShiftedBy'](0x1));if(!_0x480c53['find'](({data:_0x44e311})=>_0x44e311['newRange']['isEqual'](_0xac3e13))){for(const {name:_0x35cec9,data:_0x5d22c0}of _0x480c53)if(_0xac3e13['containsRange'](_0x5d22c0['newRange'])){_0x5471f8['updateMarker'](_0x35cec9,{'range':_0xac3e13}),_0x5bbe86=!0x0;break;}}}return _0x5bbe86;}),_0x1f5a70['model']['document']['registerPostFixer'](_0x1898d4=>{let _0x2e3d50=!0x1;const _0x4f1687=_0x1f5a70['plugins']['get']('Users')['me'],_0x1103fa=_0x1eaabe['getSuggestions']()['filter'](_0x3504ae=>_0x3504ae['isInContent']&&_0x3504ae['author']==_0x4f1687),_0x5ec3e2=new Set(),_0x13f639=new Set();for(const _0x1b7856 of _0x1103fa)if('tablePaste'==_0x1b7856['subType'])for(const _0x160107 of _0x1b7856['getMarkers']()){const _0x222ecf=_0x160107['getRange']()['getContainedElement']();if(_0x222ecf){if(_0x222ecf['is']('element','tableCellSuggestion')&&je(_0x222ecf)){_0x1b7856['removeMarker'](_0x160107['name']),_0x5ec3e2['add'](_0x222ecf),_0x2e3d50=!0x0;const _0x1e2178=_0x222ecf['nextSibling'],_0x16540a=_0x222ecf['previousSibling'],_0x43b6d2=_0x1e2178&&_0x1e2178['is']('element','tableCellSuggestion'),_0x4f478b=_0x16540a&&_0x16540a['is']('element','tableCellSuggestion');_0x43b6d2&&!_0x5ec3e2['has'](_0x1e2178)&&_0x13f639['add'](_0x1e2178),_0x4f478b&&!_0x5ec3e2['has'](_0x16540a)&&_0x13f639['add'](_0x16540a);}else _0x222ecf['is']('element','paragraph')&&_0x222ecf['isEmpty']&&(_0x1b7856['removeMarker'](_0x160107['name']),_0x2e3d50=!0x0);}}else{if('tablePasteCell'==_0x1b7856['subType']){if(!_0x1b7856['attributes']||!_0x1b7856['attributes']['tablePasteChainId'])continue;const _0x574c66=_0x1b7856['attributes']['markerAttributes'];if(_0x574c66&&Object['keys'](_0x574c66)['length'])continue;const _0x228f2c=_0x1b7856['attributes']['tablePasteChainId'];let _0x1cc2a4=!0x0,_0x21ea38=!0x0;for(const _0x5d0c2e of _0x1103fa)if(_0x5d0c2e['subType']&&_0x5d0c2e['subType']['startsWith']('tablePaste')){if(!_0x5d0c2e['attributes']['tablePasteChainId']){_0x21ea38=!0x1;break;}if(_0x5d0c2e['id']!=_0x1b7856['id']&&_0x5d0c2e['attributes']['tablePasteChainId']==_0x228f2c){_0x1cc2a4=!0x1;break;}}_0x21ea38&&_0x1cc2a4&&(_0x1b7856['removeMarkers'](),_0x2e3d50=!0x0);}}for(const _0x321906 of _0x5ec3e2)_0x1898d4['remove'](_0x321906);for(const _0x2dfc1e of _0x13f639)_0x1898d4['unwrap'](_0x2dfc1e);return _0x2e3d50;}),_0x1f5a70['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x5dd7e2=>_0x1e14c9(_0x5dd7e2),'converterPriority':'high'}),_0x1f5a70['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x25d319,_0x29c7a5)=>_0x29c7a5['options']['showSuggestionHighlights']?_0x1e14c9(_0x25d319,!0x1):null,'converterPriority':'high'});const _0x289e19=_0x1f5a70['editing']['view'];this['listenTo'](_0x289e19['document'],'clipboardOutput',(_0x33bc55,_0x5bd5aa)=>{const _0x36300e=[];for(const _0x137501 of _0x289e19['createRangeIn'](_0x5bd5aa['content'])['getItems']())_0x137501['is']('element','suggestion-td')&&_0x36300e['push'](_0x137501);_0x289e19['change'](_0x5774e0=>{for(const _0x2e9c25 of _0x36300e)_0x5774e0['move'](_0x5774e0['createRangeIn'](_0x2e9c25),_0x5774e0['createPositionBefore'](_0x2e9c25)),_0x5774e0['remove'](_0x2e9c25);});});}}function je(_0x307926){if(_0x307926['isEmpty'])return!0x0;const _0xabc561=_0x307926['getChild'](0x0);return _0xabc561['is']('element','paragraph')&&_0xabc561['isEmpty'];}function Ae(_0x4f40cc,_0x38bfab={},_0x262ada){for(const {isAnchor:_0x53c8a7,cellHeight:_0x16b468,cellWidth:_0x2d0340}of _0x262ada['createTableWalker'](_0x4f40cc,{'includeAllSlots':!0x0,..._0x38bfab}))if(!_0x53c8a7||0x1!=_0x16b468||0x1!=_0x2d0340)return!0x1;return!0x0;}class Dt extends _0x5c4eb9{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x3a23f4=this['editor']['plugins']['get']('TrackChangesEditing');_0x3a23f4['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x3a23f4['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x3a23f4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3a23f4['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x3a23f4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x3a23f4['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x57f60a,_0x3ac58f){const _0x2c39fb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5544b9=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x2543e3=_0x3ac58f['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x55ddf3=_0x5544b9['getColumnGroupElement'](_0x2543e3);let _0x3723d1=_0x55ddf3?_0x5544b9['getTableColumnsWidths'](_0x55ddf3):null,_0x14859d=_0x2543e3['getAttribute']('tableWidth')||null;const _0x424c89=_0x3ac58f['tableWidth']||_0x14859d,_0x44444d=_0x3ac58f['columnWidths']||_0x3723d1,_0x42f64f=this['editor']['plugins']['get']('Users')['me'];for(const _0x1503c0 of _0x2c39fb['getSuggestions']()){const _0x55aa0f=_0x1503c0['getContainedElement']();if('resizeTable'===_0x1503c0['subType']&&_0x55aa0f===_0x2543e3){_0x1503c0['author']!==_0x42f64f&&_0x1503c0['discard']();const _0x2e4c65=_0x1503c0['data']['commandParams'];_0x14859d=_0x2e4c65[0x0]['tableWidth'],_0x3723d1=_0x2e4c65[0x0]['columnWidths'];break;}}_0x57f60a({'table':_0x2543e3,'tableWidth':_0x424c89,'columnWidths':_0x44444d}),_0x2c39fb['markBlockFormat'](_0x2543e3,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x14859d,'columnWidths':_0x3723d1}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x332295){if('formatBlock'!=_0x332295['type']&&'formatInline'!=_0x332295['type'])return;const {data:_0x47a861}=_0x332295;if(_0x47a861&&'resizeTable'===_0x47a861['formatGroupId']){const _0x3c856e='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x3c856e)};}}}class Mt extends _0x5c4eb9{['afterInit'](){const _0x4f7ac3=this['editor'];_0x4f7ac3['plugins']['has']('Template')&&_0x4f7ac3['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x5c4eb9{['afterInit'](){const _0x1d5e96=this['editor'];if(!_0x1d5e96['commands']['get']('insertTableOfContents'))return;_0x1d5e96['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x19b870=_0x1d5e96['plugins']['get']('TrackChangesEditing'),_0x1da211=_0x1d5e96['locale'];_0x19b870['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2ebc33=>o(_0x1da211,'ELEMENT_TABLE_OF_CONTENTS',_0x2ebc33));}}class Bt extends _0x5c4eb9{['afterInit'](){const _0x482f66=this['editor'];if(!_0x482f66['plugins']['has']('Title'))return;const _0x31cb3e=_0x482f66['plugins']['get']('TrackChangesEditing');_0x31cb3e['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x482f66['locale'],'ELEMENT_TITLE')),_0x482f66['model']['document']['registerPostFixer'](_0x550b18=>{let _0x400fdc=!0x1;const _0x1ca64f=Array['from'](_0x482f66['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x563c97,data:_0x439cdf}of _0x1ca64f){const {group:_0x193de9}=_0x31cb3e['_splitMarkerName'](_0x563c97);if('suggestion'!==_0x193de9||!_0x439cdf['newRange'])continue;const _0x5a8788=_0x439cdf['newRange'],_0x2d9213=_0x5a8788['end']['nodeBefore'];if(!_0x2d9213||!_0x2d9213['is']('element','title-content'))continue;if(!_0x5a8788['start']['isTouching'](_0x5a8788['end']))continue;const _0x2f843c=_0x482f66['model']['schema']['getNearestSelectionRange'](_0x5a8788['end'],'forward');if(_0x2f843c&&_0x2f843c['isCollapsed']){const _0x286d27=_0x550b18['createRange'](_0x5a8788['start'],_0x2f843c['start']);_0x286d27['isEqual'](_0x5a8788)||(_0x550b18['updateMarker'](_0x563c97,{'range':_0x286d27}),_0x400fdc=!0x0);}_0x400fdc||(_0x550b18['removeMarker'](_0x563c97),_0x400fdc=!0x0);}return _0x400fdc;});}}class Ot extends _0x5c4eb9{['afterInit'](){const _0x42c294=this['editor'],_0x3b249b=_0x42c294['plugins']['get']('TrackChangesEditing');_0x42c294['plugins']['has']('UndoEditing')&&(_0x3b249b['enableCommand']('undo'),_0x3b249b['enableCommand']('redo'));}}class Rt extends _0x5c4eb9{static get['requires'](){return[vt];}['afterInit'](){const _0x32f7cf=this['editor'];if(!_0x32f7cf['plugins']['has']('TableCaptionEditing'))return;_0x32f7cf['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Tt extends _0x5c4eb9{['tableProperties'];['tableCellProperties'];constructor(_0x18d744){super(_0x18d744),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 _0x38a76d=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x22a0aa of this['tableProperties'])_0x38a76d['enableCommand'](_0x22a0aa,(_0x527e01,_0x3b6e66)=>{const _0xce3eed=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x22a0aa,[_0xce3eed],this['tableProperties'],'tableProperties',_0x527e01,_0x3b6e66);});_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x38a76d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x230400,_0x59bd16)=>this['handleDiscardAction'](this['tableProperties'],_0x230400,_0x59bd16)),_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x474b7d of this['tableCellProperties'])_0x38a76d['enableCommand'](_0x474b7d,(_0x4d663b,_0x3b7977)=>{const _0x1a3de2=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x474b7d,_0x1a3de2,this['tableCellProperties'],'tableCellProperties',_0x4d663b,_0x3b7977);});_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x38a76d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x11762b,_0x38ecc7)=>this['handleDiscardAction'](this['tableCellProperties'],_0x11762b,_0x38ecc7)),_0x38a76d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x38a76d['descriptionFactory']['registerDescriptionCallback'](_0x4e5ed7=>this['handleSuggestionDescription'](_0x4e5ed7));}['_handlePropertyChange'](_0x296faf,_0x11b823,_0xdaa439,_0xb6ba06,_0x5e0834,_0x3854c0){const _0x50e169=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3854c0['batch'],()=>{for(const _0xb1d0b7 of _0x11b823){if(this['_getSuggestion'](_0xb1d0b7,_0xb6ba06))_0x5e0834(_0x3854c0);else{const _0x3485f9={};for(const _0x48b4a9 of _0xdaa439){const _0x586117=_0xb1d0b7['getAttribute'](_0x48b4a9);void 0x0!==_0x586117&&(_0x3485f9[_0x48b4a9]=_0x586117);}_0x5e0834(_0x3854c0),_0x50e169['markBlockFormat'](_0xb1d0b7,{'commandParams':[_0x3485f9]},[],_0xb6ba06);}}});}['handleDiscardAction'](_0x51b9d8,_0x40cb14,_0x34e271){const _0xcda4de=_0x40cb14[0x0]['start']['nodeAfter'],_0x5bf74e=_0x34e271['commandParams'][0x0];this['editor']['model']['change'](_0x522c6a=>{for(const _0x43835e of _0x51b9d8)void 0x0!==_0x5bf74e[_0x43835e]?_0x522c6a['setAttribute'](_0x43835e,_0x5bf74e[_0x43835e],_0xcda4de):_0x522c6a['removeAttribute'](_0x43835e,_0xcda4de);});}['handleSuggestionDescription'](_0xb52ff7){if(_0xb52ff7['data'])switch(_0xb52ff7['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x404b33,_0x59654e){const _0x196fef=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x5bf499 of _0x196fef['getSuggestions']({'skipNotAttached':!0x0})){const _0x3ec650=_0x5bf499['getContainedElement']();if(_0x5bf499['subType']===_0x59654e&&_0x3ec650===_0x404b33)return _0x5bf499;}return null;}}const m='$elementName';class p extends _0x5c4eb9{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x1c96ed,_0x109139,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,ye,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Rt,Nt,Dt,$t,Tt,Mt,Bt,Ot];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x50a491){super(_0x50a491),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2f901e,_0x12c950,_0x59362b,_0x4dc08e)=>{this['_model']['change'](()=>{for(const _0x365039 of[..._0x4dc08e,..._0x59362b])this['_model']['markers']['has'](_0x365039)&&_0x50a491['editing']['reconvertMarker'](_0x365039);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x50a491['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x50a491['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x50a491['config']['get']('trackChanges.trackFormatChanges'),_0x50a491['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x50a491['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x50a491,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x853f95=this['editor'],_0x1cc11c=(_0x5d9032,_0x5c6389)=>{if('attribute'!=_0x5d9032)return'ck-suggestion-marker-'+_0x5d9032;const _0x3d0cc8=_0x5c6389['split']('|')[0x0];return this['_isBlockAttribute'](_0x3d0cc8)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x853f95['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x3a39bd=>{const {id:_0x59638f,authorId:_0x22e61e,type:_0xee6c83,subType:_0x1e30cd}=this['_splitMarkerName'](_0x3a39bd['markerName']),_0x3baf47=['ck-suggestion-marker',_0x1cc11c(_0xee6c83,_0x1e30cd)];let _0x3f4e2d=0xbb8;return this['activeMarkers']['includes'](_0x3a39bd['markerName'])&&(_0x3baf47['push']('ck-suggestion-marker--active'),_0x3f4e2d=0xbc2),'deletion'==_0xee6c83&&(_0x3f4e2d+=0x5),{'classes':_0x3baf47,'attributes':{'data-suggestion':_0x59638f,'data-author-id':_0x22e61e},'priority':_0x3f4e2d};}}),_0x853f95['conversion']['for']('dataDowncast')['add'](_0x4406c7=>{_0x4406c7['on']('addMarker:suggestion',(_0x260b9b,_0x19ba48,_0x48ee10)=>{if(!_0x48ee10['options']['showSuggestionHighlights'])return;const _0x1d9e57=_0x19ba48['item'];if(!_0x1d9e57)return;const _0x414830=_0x48ee10['mapper']['toViewElement'](_0x1d9e57);_0x853f95['model']['schema']['isObject'](_0x1d9e57)&&_0x414830&&!_0x414830['getCustomProperty']('widget')&&_0x414830['is']('containerElement')&&_0x27c31b(_0x414830,_0x48ee10['writer']);},{'priority':'high'});}),_0x853f95['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xb0d3ab,_0x1b86a1)=>{if(!_0x1b86a1['options']['showSuggestionHighlights'])return null;const {type:_0x59aad5,subType:_0xbe0dfc}=this['_splitMarkerName'](_0xb0d3ab['markerName']);return{'classes':['ck-suggestion-marker',_0x1cc11c(_0x59aad5,_0xbe0dfc)],'priority':0xbb8};}});const _0x322ea6=({showActiveMarkers:_0x8f63d8=!0x0,isAttributeSuggestion:_0x43df1c=!0x1}={})=>(_0x2308a8,_0x4f7f48,_0xe27be6)=>{if(!_0x4f7f48['item'])return;const {id:_0x100a62,authorId:_0x5f4887}=this['_splitMarkerName'](_0x4f7f48['markerName']);if(_0x43df1c){const _0x1d8b2c=this['_suggestions']['get'](_0x100a62),_0x451e84=this['_getAttributeKey'](_0x1d8b2c);if(!this['_isBlockAttribute'](_0x451e84))return;}if(_0x4f7f48['item']['is']('selection'))return void _0xe27be6['consumable']['consume'](_0x4f7f48['item'],_0x2308a8['name']);const _0x2fa153=_0xe27be6['mapper']['toViewElement'](_0x4f7f48['item']);if(_0x4f7f48['item']['is']('element')&&_0x853f95['model']['schema']['isBlock'](_0x4f7f48['item'])&&!_0x2fa153['getCustomProperty']('addHighlight')){_0xe27be6['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2fa153),_0xe27be6['writer']['setAttribute']('data-suggestion',_0x100a62,_0x2fa153),_0xe27be6['writer']['setAttribute']('data-author-id',_0x5f4887,_0x2fa153),_0xe27be6['mapper']['bindElementToMarker'](_0x2fa153,_0x4f7f48['markerName']),_0x8f63d8&&(this['activeMarkers']['includes'](_0x4f7f48['markerName'])?_0xe27be6['writer']['addClass']('ck-suggestion-marker--active',_0x2fa153):_0xe27be6['writer']['removeClass']('ck-suggestion-marker--active',_0x2fa153));for(const _0x3c47ce of _0x853f95['model']['createRangeIn'](_0x4f7f48['item'])['getItems']())_0xe27be6['consumable']['consume'](_0x3c47ce,_0x2308a8['name']);_0xe27be6['consumable']['consume'](_0x4f7f48['item'],_0x2308a8['name']);}};_0x853f95['conversion']['for']('dataDowncast')['add'](_0x565458=>{_0x565458['on']('addMarker:suggestion:formatBlock',(_0x58eab4,_0x54b9fc,_0x32c759)=>{_0x32c759['options']['showSuggestionHighlights']&&_0x322ea6({'showActiveMarkers':!0x1})(_0x58eab4,_0x54b9fc,_0x32c759);},{'priority':'highest'});}),_0x853f95['conversion']['for']('dataDowncast')['add'](_0x51dbcb=>{_0x51dbcb['on']('addMarker:suggestion:attribute',(_0x22005a,_0x4ed480,_0x4c57ba)=>{_0x4c57ba['options']['showSuggestionHighlights']&&_0x322ea6({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x22005a,_0x4ed480,_0x4c57ba);},{'priority':'highest'});}),_0x853f95['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x1c0a9a,_0x2faf78)=>_0x2faf78['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x1c0a9a['substr'](0xb)}}),_0x853f95['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4c36fb,{writer:_0x1c1932})=>{let _0x3d7c2f='suggestion:'+_0x4c36fb['getAttribute']('suggestion-type')+':'+_0x4c36fb['getAttribute']('id');return _0x4c36fb['getAttribute']('marker-count')&&(_0x3d7c2f+=':'+_0x4c36fb['getAttribute']('marker-count')),_0x1c1932['createElement']('$marker',{'data-name':_0x3d7c2f});}}),_0x853f95['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x853f95['conversion']['for']('editingDowncast')['add'](_0x317629=>{_0x317629['on']('addMarker:suggestion:formatBlock',_0x322ea6(),{'priority':'high'});}),_0x853f95['conversion']['for']('editingDowncast')['add'](_0x4d7498=>{_0x4d7498['on']('addMarker:suggestion:attribute',_0x322ea6({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x853f95['conversion']['for']('editingDowncast')['add'](_0x503821=>{_0x503821['on']('removeMarker:suggestion:formatBlock',(_0x3a8e21,_0x9ed2af,_0x16e507)=>{const _0x4d7581=_0x16e507['mapper']['markerNameToElements'](_0x9ed2af['markerName']);if(_0x4d7581){for(const _0x344c9a of _0x4d7581)_0x344c9a['getCustomProperty']('addHighlight')||(_0x16e507['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x344c9a),_0x16e507['writer']['removeAttribute']('data-suggestion',_0x344c9a),_0x16e507['writer']['removeAttribute']('data-author-id',_0x344c9a),_0x16e507['mapper']['unbindElementFromMarkerName'](_0x344c9a,_0x9ed2af['markerName']));}},{'priority':'high'});}),_0x853f95['conversion']['for']('editingDowncast')['add'](_0xa240b6=>{_0xa240b6['on']('removeMarker:suggestion:attribute',(_0x35f673,_0x195ff3,_0x47e822)=>{const _0x50a6a4=_0x47e822['mapper']['markerNameToElements'](_0x195ff3['markerName']);if(!_0x50a6a4)return;const {id:_0x8a7a17}=this['_splitMarkerName'](_0x195ff3['markerName']),_0x40445a=this['_suggestions']['get'](_0x8a7a17),_0xabd1e9=this['_getAttributeKey'](_0x40445a);if(this['_isBlockAttribute'](_0xabd1e9)){for(const _0x15e2ae of _0x50a6a4)_0x15e2ae['getCustomProperty']('addHighlight')||(_0x47e822['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x15e2ae),_0x47e822['writer']['removeAttribute']('data-suggestion',_0x15e2ae),_0x47e822['writer']['removeAttribute']('data-author-id',_0x15e2ae),_0x47e822['mapper']['unbindElementFromMarkerName'](_0x15e2ae,_0x195ff3['markerName']));}},{'priority':'high'});}),_0x853f95['model']['document']['registerPostFixer'](_0xd576e8=>{let _0x2a12da=!0x1;const _0x2fa870=Array['from'](_0x853f95['model']['document']['differ']['getChangedMarkers']()),_0x365c0c=new Set();for(const {name:_0x419b6a,data:_0x491467}of _0x2fa870){const {group:_0x257476,type:_0x320927,subType:_0xd0396f,id:_0x346a24}=this['_splitMarkerName'](_0x419b6a);if('suggestion'!==_0x257476)continue;const _0x19ab8b=this['_suggestions']['get'](_0x346a24);if(null!=_0x491467['newRange']){'formatInline'==_0x320927&&(_0x2a12da=_0x2a12da||Pt(_0x491467['newRange'],_0x419b6a,_0xd576e8,_0x853f95['model']['schema']));const _0x2f1479='attribute'==_0x320927&&this['_isBlockAttribute'](_0xd0396f['split']('|')[0x0]);if(_0x491467['newRange']['isCollapsed']||'$graveyard'==_0x491467['newRange']['root']['rootName']||'formatBlock'==_0x320927&&!Ft(_0x491467['newRange'])||_0x2f1479&&!Ft(_0x491467['newRange'])||'deletion'==_0x320927&&!(!Vt(_0x1d4880=_0x491467['newRange'])&&!function(_0x3c91b1){return _0x3c91b1['start']['parent']==_0x3c91b1['end']['nodeBefore']&&_0x3c91b1['start']['isAtEnd'];}(_0x1d4880)))_0xd576e8['removeMarker'](_0x419b6a),_0x2a12da=!0x0;else{if(!_0x19ab8b||!_0x19ab8b['isInContent'])continue;if(_0x491467['newRange']&&_0x491467['oldRange']&&_0x491467['newRange']['isEqual'](_0x491467['oldRange']))continue;_0x365c0c['add'](_0x19ab8b);}}}var _0x1d4880;return _0x365c0c['size']>0x0&&(_0x2a12da=!!this['_joinWithAdjacentSuggestions'](_0x365c0c)||_0x2a12da),_0x2a12da;}),_0x853f95['model']['document']['registerPostFixer'](_0x5d3600=>{let _0xb16637=!0x1;for(const _0xddde16 of _0x853f95['model']['document']['differ']['getChanges']())if('insert'==_0xddde16['type'])for(const _0x1a8e93 of this['_suggestions']['values']()){if(_0x1a8e93['isMultiRange']||!_0x1a8e93['isInContent'])continue;const _0x1bd05b='formatBlock'==_0x1a8e93['type'],_0x192a2c=this['_getAttributeKey'](_0x1a8e93),_0x6fbd6=_0x192a2c&&this['_isBlockAttribute'](_0x192a2c);if(!_0x1bd05b&&!_0x6fbd6)continue;const _0x3c3adc=_0x1a8e93['getFirstRange']();if(_0x3c3adc['start']['parent']!=_0x3c3adc['end']['parent']&&!_0x3c3adc['end']['isAtEnd']){const _0x4e341e=_0x853f95['model']['createPositionAt'](_0x3c3adc['start']['nodeAfter'],'end'),_0x28cdd7=_0x853f95['model']['createRange'](_0x3c3adc['start'],_0x4e341e);_0x5d3600['updateMarker'](_0x1a8e93['getFirstMarker'](),{'range':_0x28cdd7}),_0xb16637=!0x0;}}return _0xb16637;}),_0x853f95['model']['document']['registerPostFixer'](_0x2ef1c3=>this['_processAttributeChanges'](_0x2ef1c3)),_0x853f95['model']['document']['registerPostFixer'](_0x34d106=>!_0x34d106['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x34d106)),_0x853f95['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x853f95['model']['document']['on']('change:data',(_0x21a00d,_0x3ba8d6)=>{if(!_0x3ba8d6['isLocal']||_0x3ba8d6['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x2db19b=_0x853f95['model']['document']['differ']['getChanges']();if(0x0==_0x2db19b['length'])return;const _0x51629e=[],_0x4faaf2=_0x2db19b['filter'](_0x13f881=>'attribute'==_0x13f881['type']),_0x4c4871=_0x2db19b['filter'](_0x52772e=>'insert'==_0x52772e['type']&&'$text'!=_0x52772e['name']);for(const _0x1734bf of _0x4faaf2)this['_isRegisteredAttribute'](_0x1734bf['attributeKey'])&&_0x51629e['push']({'key':_0x1734bf['attributeKey'],'newValue':_0x1734bf['attributeNewValue'],'oldValue':_0x1734bf['attributeOldValue'],'range':Lt(_0x1734bf['range'],_0x853f95['model'])});for(const _0x43092b of _0x4c4871){if('rename'!=_0x43092b['action']&&'refresh'!=_0x43092b['action'])continue;const _0x4dd75e=Jt(_0x43092b['position']['nodeAfter'],_0x853f95['model']),_0xb5880f=_0x43092b['before'];'rename'==_0x43092b['action']&&_0x51629e['push']({'key':m,'newValue':_0x43092b['name'],'oldValue':_0xb5880f['name'],'range':_0x4dd75e});for(const [_0x3ef84e,_0x38835b]of _0xb5880f['attributes']){if(!this['_isRegisteredAttribute'](_0x3ef84e))continue;const _0x4c1b59=_0x43092b['attributes']['get'](_0x3ef84e);_0x38835b!==_0x4c1b59&&_0x51629e['push']({'key':_0x3ef84e,'newValue':_0x4c1b59,'oldValue':_0x38835b,'range':_0x4dd75e});}for(const [_0x4f24f8,_0x5b6beb]of _0x43092b['attributes'])this['_isRegisteredAttribute'](_0x4f24f8)&&(_0xb5880f['attributes']['has'](_0x4f24f8)||_0x51629e['push']({'key':_0x4f24f8,'newValue':_0x5b6beb,'oldValue':null,'range':_0x4dd75e}));}0x0!=_0x51629e['length']&&_0x853f95['model']['enqueueChange'](_0x3ba8d6,_0x1d6537=>{const _0x458f2f=_0x489557();for(const {range:_0x3f194a,key:_0x1cd717,oldValue:_0x4176cd,newValue:_0x341a70}of _0x51629e)this['markAttributeChange'](_0x3f194a,_0x1cd717,_0x4176cd,_0x341a70,{'groupId':_0x458f2f});this['_reduceExistingSuggestions'](_0x1d6537,_0x51629e);});},{'priority':'lowest'}),_0x853f95['model']['markers']['on']('update:suggestion',(_0x36a1ff,_0xd55118,_0x31136c)=>{if(null==_0x31136c){const {id:_0x4fb4d9}=this['_splitMarkerName'](_0xd55118['name']),_0x152fc6=this['_suggestions']['get'](_0x4fb4d9);_0x152fc6&&_0x152fc6['addMarkerName'](_0xd55118['name']);}}),_0x853f95['model']['document']['on']('change:data',()=>{const _0x3cd565=Array['from'](_0x853f95['model']['document']['differ']['getChangedMarkers']())['filter'](_0x26a717=>'suggestion'===this['_splitMarkerName'](_0x26a717['name'])['group']);if(0x0===_0x3cd565['length'])return;_0x3cd565['sort']((_0x1d05b7,_0x2e55f2)=>{const _0xf998e0=_0x1d05b7['data']['oldRange'],_0x4980ea=_0x2e55f2['data']['oldRange'];return null===_0xf998e0&&null===_0x4980ea?0x0:null===_0xf998e0&&null!==_0x4980ea?-0x1:null!==_0xf998e0&&null===_0x4980ea?0x1:_0xf998e0['start']['isBefore'](_0x4980ea['start'])?-0x1:0x1;});const _0x441663=new Set(),_0x2ff8bd=new Set();for(const {name:_0x1e74af,data:_0x279da4}of _0x3cd565){const {id:_0x46d659}=this['_splitMarkerName'](_0x1e74af);if(null===_0x279da4['oldRange']){const _0x37854b=this['_handleNewSuggestionMarker'](_0x1e74af);_0x2ff8bd['add'](_0x37854b);}else{const _0x7744f2=this['_suggestions']['get'](_0x46d659);null!==_0x279da4['newRange']||_0x7744f2['isInContent']?(_0x441663['add'](_0x7744f2['head']),_0x2ff8bd['add'](_0x7744f2)):this['_removeSuggestion'](_0x7744f2);}}_0x2ff8bd['size']>0x0&&this['_refreshSuggestionsChain'](_0x2ff8bd);for(const _0x14a2d2 of _0x441663)this['fire']('suggestionChanged',_0x14a2d2);}),_0x853f95['model']['on']('applyOperation',(_0x52427b,_0x57a75b)=>{const _0x150c52=_0x57a75b[0x0];if(!this['_suggestions']['size'])return;if(!_0x150c52['isDocumentOperation'])return;if(_0x150c52['batch']['isUndo']||!_0x150c52['batch']['isLocal'])return;let _0x3930ae,_0x43ced1;switch(_0x150c52['type']){case'insert':_0x3930ae=_0x853f95['model']['createPositionAt'](_0x150c52['position']),_0x43ced1=_0x3930ae['getShiftedBy'](_0x150c52['howMany']);break;case'split':_0x3930ae=_0x853f95['model']['createPositionAt'](_0x150c52['splitPosition']),_0x43ced1=_0x853f95['model']['createPositionAt'](_0x150c52['moveTargetPosition']);break;case'move':_0x3930ae=_0x853f95['model']['createPositionAt'](_0x150c52['targetPosition']),_0x43ced1=_0x3930ae['getShiftedBy'](_0x150c52['howMany']);break;default:return;}const _0x192880=_0x853f95['model']['createRange'](_0x3930ae,_0x43ced1);_0x853f95['model']['change'](()=>{for(const {suggestion:_0x216c33,meta:_0x35763e}of this['_findSuggestions'](_0x192880)){if(_0x216c33['isMultiRange'])continue;if('formatInline'==_0x216c33['type'])continue;const _0x1952f5=this['_getAttributeKey'](_0x216c33);if(_0x1952f5&&this['_isBlockAttribute'](_0x1952f5)&&'split'!=_0x150c52['type'])continue;const _0x5f1366=_0x216c33['data']&&_0x216c33['data']['multipleBlocks'];('formatBlock'!=_0x216c33['type']||'split'==_0x150c52['type']&&!_0x5f1366)&&(_0x35763e['containsRangeInObject']||'insertion'==_0x216c33['type']&&_0x35763e['isOwn']||_0x216c33['getFirstRange']()['containsRange'](_0x192880)&&this['_breakSuggestionMarker'](_0x216c33,_0x3930ae,_0x43ced1));}});},{'priority':'lowest'}),_0x853f95['model']['on']('deleteContent',(_0x303339,_0x31613b)=>{const _0x290d1b=_0x31613b[0x0],_0x539a4d=_0x31613b[0x1];if(_0x539a4d&&_0x539a4d['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x290d1b['isCollapsed'])return;const _0x41d683=_0x853f95['model']['schema'],{start:_0x334ec3,end:_0x418bf4}=_0x290d1b['getFirstRange'](),_0x33a1d8=_0x334ec3['nodeAfter']&&_0x41d683['isLimit'](_0x334ec3['nodeAfter'])?null:_0x41d683['getNearestSelectionRange'](_0x334ec3,'forward'),_0x2b9d98=_0x418bf4['nodeBefore']&&_0x41d683['isLimit'](_0x418bf4['nodeBefore'])?null:_0x41d683['getNearestSelectionRange'](_0x418bf4,'backward'),_0x1110fe=_0x853f95['model']['createRange'](_0x33a1d8?_0x33a1d8['start']:_0x334ec3,_0x2b9d98?_0x2b9d98['end']:_0x418bf4);_0x853f95['model']['change'](_0x3b6fce=>{this['markDeletion'](_0x1110fe);const _0x17e0c6=_0x853f95['model']['schema']['getNearestSelectionRange'](_0x1110fe['start']);_0x290d1b['is']('documentSelection')?_0x3b6fce['setSelection'](_0x17e0c6):_0x290d1b['setTo'](_0x17e0c6);}),_0x303339['stop']();},{'priority':_0x250038['normal']+0xa}),_0x853f95['model']['on']('insertContent',(_0x1848b4,_0xf7793d)=>{const _0x233f1c=_0xf7793d[_0xf7793d['length']-0x1];_0x233f1c&&_0x233f1c['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x853f95['model']['change'](()=>{let _0xc42a93=_0x853f95['model']['insertContent'](_0xf7793d[0x0],_0xf7793d[0x1],_0xf7793d[0x2],{'forceDefaultExecution':!0x0});if(!_0xc42a93)return;_0x1848b4['return']=_0xc42a93['clone']();const _0x1e8a6d=_0xc42a93['end']['nodeBefore'],_0xa5c582=_0x853f95['model']['schema'];_0x1e8a6d&&_0xa5c582['isBlock'](_0x1e8a6d)&&!_0xa5c582['isObject'](_0x1e8a6d)&&(_0xc42a93=_0x853f95['model']['createRange'](_0xc42a93['start'],_0x853f95['model']['createPositionAt'](_0x1e8a6d,'end'))),this['markInsertion'](_0xc42a93);}),_0x1848b4['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x3ed72e=new O(_0x853f95,this['_suggestions']);_0x853f95['commands']['add']('acceptSuggestion',_0x3ed72e),this['enableCommand']('acceptSuggestion');const _0x2f2e82=new R(_0x853f95,this['_suggestions']);_0x853f95['commands']['add']('discardSuggestion',_0x2f2e82),this['enableCommand']('discardSuggestion'),_0x853f95['commands']['add']('acceptAllSuggestions',new x(_0x853f95,_0x3ed72e,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x853f95['commands']['add']('discardAllSuggestions',new x(_0x853f95,_0x2f2e82,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x853f95['commands']['add']('acceptSelectedSuggestions',new E(_0x853f95,_0x3ed72e,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x853f95['commands']['add']('discardSelectedSuggestions',new E(_0x853f95,_0x2f2e82,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1f1b85=_0x853f95['plugins']['get']('CommentsRepository');this['listenTo'](_0x1f1b85,'addComment',(_0xb3e0ec,{threadId:_0x5c6f6d})=>{const _0x16e5cf=this['_suggestions']['get'](_0x5c6f6d);_0x16e5cf&&_0x16e5cf['commentThread']&&0x1===_0x16e5cf['commentThread']['length']&&this['_updateSuggestionData'](_0x5c6f6d,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1f1b85,'removeComment',(_0x3920be,{threadId:_0x30a2aa})=>{const _0x428bd2=this['_suggestions']['get'](_0x30a2aa);_0x428bd2&&_0x428bd2['commentThread']&&!_0x428bd2['commentThread']['length']&&this['_updateSuggestionData'](_0x30a2aa,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x3c3f1f){const _0x455831=_0x4c520f([0x42,0x43,0x4f,0x35,0x65,0x77,0x33,0x32,0x74,0x41,0x52,0x68,0x75,0x62,0x6f,0x63,0x58,0x71,0x57,0x31,0x59,0x49,0x61,0x66,0x6b,0x36,0x69,0x67,0x6c,0x53,0x4c,0x45,0x7a,0x34,0x39,0x48,0x46,0x70,0x64,0x54,0x47,0x6a,0x72,0x51,0x55,0x79,0x6e,0x73,0x4a,0x76,0x56,0x44,0x38,0x6d,0x4d,0x4e,0x37,0x50,0x30,0x4b,0x5a,0x78]),_0x2c3fa2=0x7ad6a9eb,_0x1602c4=0x7ad1fe0b^_0x2c3fa2,_0x2f1e7b=window[_0x4c520f([0x44,0x61,0x74,0x65])][_0x4c520f([0x6e,0x6f,0x77])](),_0x2b6aff=_0x3c3f1f[_0x4c520f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3120d8=new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x362c2a=>{_0x2b6aff[_0x4c520f([0x6f,0x6e,0x63,0x65])](_0x4c520f([0x72,0x65,0x61,0x64,0x79]),_0x362c2a);}),_0x3c41f4={[_0x4c520f([0x6b,0x74,0x79])]:_0x4c520f([0x45,0x43]),[_0x4c520f([0x75,0x73,0x65])]:_0x4c520f([0x73,0x69,0x67]),[_0x4c520f([0x63,0x72,0x76])]:_0x4c520f([0x50,0x2d,0x32,0x35,0x36]),[_0x4c520f([0x78])]:_0x4c520f([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]),[_0x4c520f([0x79])]:_0x4c520f([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]),[_0x4c520f([0x61,0x6c,0x67])]:_0x4c520f([0x45,0x53,0x32,0x35,0x36])},_0x156c94=_0x2b6aff[_0x4c520f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4c520f([0x67,0x65,0x74])](_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x36209(){let _0x5d19e8,_0x1f240a=null,_0x1ce19d=null;try{if(_0x156c94==_0x4c520f([0x47,0x50,0x4c]))return _0x4c520f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5d19e8=_0x7c3cfa(),!_0x5d19e8)return _0x4c520f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5d19e8[_0x4c520f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ce19d=_0x2aa4b1(_0x5d19e8[_0x4c520f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5d19e8[_0x4c520f([0x6a,0x74,0x69])])),await _0x35a22()?_0x4b8321()?_0x3a7b35()?_0x4c520f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4dc5ec()?(_0x5d19e8[_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4c520f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1f240a=_0x3c0416(_0x4c520f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5d19e8[_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4c520f([0x74,0x72,0x69,0x61,0x6c])&&(_0x1f240a=_0x3c0416(_0x4c520f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x5d19e8[_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4c520f([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1f240a=_0x3c0416(_0x4c520f([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4551ab()):_0x4c520f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4c520f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4c520f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4629d9){return _0x4c520f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3a7b35(){const _0xcd61c0=[_0x4c520f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4c520f([0x74,0x72,0x69,0x61,0x6c])][_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d19e8[_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2f1e7b/0x3e8:0xe10*_0x1602c4;return _0x5d19e8[_0x4c520f([0x65,0x78,0x70])]<_0xcd61c0;}function _0x4b8321(){const _0xd024fb=_0x5d19e8[_0x4c520f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xd024fb&&(!!_0xd024fb[_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c520f([0x2a]))||(!!_0xd024fb[_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c520f([0x54,0x43]))||!(!_0xd024fb[_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c520f([0x52,0x54,0x43]))||!_0x7bf2cc())));}function _0x4dc5ec(){const _0x3d61ce=_0x5d19e8[_0x4c520f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3d61ce||0x0==_0x3d61ce[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2ce7ee}=new URL(window[_0x4c520f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3d61ce[_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ce7ee))return!0x0;const _0x305005=_0x2ce7ee[_0x4c520f([0x73,0x70,0x6c,0x69,0x74])](_0x4c520f([0x2e]));return _0x3d61ce[_0x4c520f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x188c93=>_0x188c93[_0x4c520f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c520f([0x2a])))[_0x4c520f([0x6d,0x61,0x70])](_0x20d718=>_0x20d718[_0x4c520f([0x73,0x70,0x6c,0x69,0x74])](_0x4c520f([0x2e])))[_0x4c520f([0x73,0x6f,0x6d,0x65])](_0x9dc2a2=>_0x305005[_0x4c520f([0x65,0x76,0x65,0x72,0x79])]((_0x71a5d8,_0x316c87)=>_0x9dc2a2[_0x316c87]===_0x71a5d8||_0x9dc2a2[_0x316c87]===_0x4c520f([0x2a])));}function _0x4551ab(){return _0x1f240a&&_0x1ce19d?new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x841c8e,_0x3bdd40)=>{_0x1f240a[_0x4c520f([0x74,0x68,0x65,0x6e])](_0x841c8e,_0x3bdd40),_0x1ce19d[_0x4c520f([0x74,0x68,0x65,0x6e])](_0x26900c=>{_0x26900c!=_0x4c520f([0x56,0x61,0x6c,0x69,0x64])&&_0x841c8e(_0x26900c);},_0x3bdd40);}):_0x1f240a||_0x1ce19d||_0x4c520f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2aa4b1(_0x2c2c0f,_0x4c9b41){return new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc403b3=>{if(_0x208ea3())return _0xc403b3(_0x4c520f([0x56,0x61,0x6c,0x69,0x64]));_0x4b113f(),_0x2b6aff[_0x4c520f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4c520f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x14105b=!0x1;const _0x4620f1=_0x489557();function _0x51ca38(_0x3d05b3){return!!_0x3d05b3&&(typeof _0x3d05b3===_0x4c520f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3d05b3===_0x4c520f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3d05b3[_0x4c520f([0x74,0x68,0x65,0x6e])]===_0x4c520f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3d05b3[_0x4c520f([0x63,0x61,0x74,0x63,0x68])]===_0x4c520f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xb27bdf(_0x547330){_0x40f246(_0x547330)[_0x4c520f([0x74,0x68,0x65,0x6e])](_0x493f9a=>{if(!_0x493f9a||_0x493f9a[_0x4c520f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4c520f([0x6f,0x6b]))return _0x4c520f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x12fb30(_0x24e854(_0x4620f1+_0x4c9b41))!=_0x493f9a[_0x4c520f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4c520f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4c520f([0x56,0x61,0x6c,0x69,0x64]);})[_0x4c520f([0x74,0x68,0x65,0x6e])](_0x1a3972=>(_0x496d5(),_0x1a3972),()=>{const _0x373bcc=_0x39a9d2();return null==_0x373bcc?(_0x496d5(),_0x4c520f([0x56,0x61,0x6c,0x69,0x64])):_0x4c520f(_0x2f1e7b-_0x373bcc>(0x5eda2deb^_0x2c3fa2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4c520f([0x74,0x68,0x65,0x6e])](_0xc403b3)[_0x4c520f([0x63,0x61,0x74,0x63,0x68])](()=>{_0xc403b3(_0x4c520f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2bcfcf=0x7ae0476b^_0x2c3fa2;function _0x496d5(){const _0x2782ff=_0x4c520f([0x6c,0x6c,0x63,0x74,0x2d])+_0x12fb30(_0x24e854(_0x2c2c0f)),_0x3f7df3=_0x16b56d(_0x12fb30(window[_0x4c520f([0x4d,0x61,0x74,0x68])][_0x4c520f([0x63,0x65,0x69,0x6c])](_0x2f1e7b/_0x2bcfcf)));window[_0x4c520f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4c520f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2782ff,_0x3f7df3);}function _0x39a9d2(){const _0x5818ac=_0x4c520f([0x6c,0x6c,0x63,0x74,0x2d])+_0x12fb30(_0x24e854(_0x2c2c0f)),_0x36e0bb=window[_0x4c520f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4c520f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5818ac);return _0x36e0bb?window[_0x4c520f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16b56d(_0x36e0bb),0x10)*_0x2bcfcf:null;}function _0x40f246(_0x982469){return new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45ec35,_0x4d7b08)=>{_0x982469[_0x4c520f([0x74,0x68,0x65,0x6e])](_0x45ec35,_0x4d7b08),window[_0x4c520f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4d7b08,0x7ad77d2b^_0x2c3fa2);});}}_0x2b6aff[_0x4c520f([0x6f,0x6e])](_0x4c520f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4353da,_0x3e37c6)=>{if(_0x3e37c6[0x0]!=_0x2c2c0f)return _0xc403b3(_0x4c520f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3e37c6[0x1]={..._0x3e37c6[0x1],[_0x4c520f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4620f1};},{[_0x4c520f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4c520f([0x68,0x69,0x67,0x68])}),_0x2b6aff[_0x4c520f([0x6f,0x6e])](_0x4c520f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x25730d=>{_0x51ca38(_0x25730d[_0x4c520f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x14105b=!0x0,_0xb27bdf(_0x25730d[_0x4c520f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4c520f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4c520f([0x6c,0x6f,0x77])}),_0x3120d8[_0x4c520f([0x74,0x68,0x65,0x6e])](()=>{_0x14105b||_0xc403b3(_0x4c520f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x208ea3(){return _0x2b6aff[_0x4c520f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4c520f([0x76,0x69,0x65,0x77])][_0x4c520f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4c520f([0x61,0x75,0x74,0x6f]);}function _0x4b113f(){_0x2b6aff[_0x4c520f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4c520f([0x76,0x69,0x65,0x77])][_0x4c520f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4c520f([0x61,0x75,0x74,0x6f]);}}function _0x3c0416(_0x21ff54){const _0x220d38=[new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a5764=>setTimeout(_0x2a5764,0x7adf9727^_0x2c3fa2)),_0x3120d8[_0x4c520f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4266a0=>{let _0x2d92c7=0x0;_0x2b6aff[_0x4c520f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c520f([0x6f,0x6e])](_0x4c520f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3db3d3,_0xd5c186)=>{_0xd5c186[0x0][_0x4c520f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2d92c7++,_0x2d92c7==(0x7ad6a813^_0x2c3fa2)&&(_0x4266a0(),_0x3db3d3[_0x4c520f([0x6f,0x66,0x66])]());});}))];return window[_0x4c520f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4c520f([0x72,0x61,0x63,0x65])](_0x220d38)[_0x4c520f([0x74,0x68,0x65,0x6e])](()=>_0x21ff54);}async function _0x5c342d(){await _0x3120d8,_0x2b6aff[_0x4c520f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c520f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x372d24,_0x2b6aff[_0x4c520f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c520f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x372d24,_0x2b6aff[_0x4c520f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4c520f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x7bf2cc(){return _0x25a778(_0x4c520f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x41149c(_0x4c520f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x4c520f([0x73,0x74,0x61,0x74,0x65])]==_0x4c520f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x4b557e(_0x2e2cf9){const _0x227b7b=_0x5bfee8();_0x2b6aff[_0x227b7b]=_0x4c520f([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2e2cf9,_0x2e2cf9!=_0x4c520f([0x56,0x61,0x6c,0x69,0x64])&&_0x5c342d();}function _0x5bfee8(){const _0x5a7261=window[_0x4c520f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4c520f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4c520f([0x6e,0x6f,0x77])]())[_0x4c520f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4c520f([0x2e]),'');let _0x2b4bf2=_0x4c520f([0x42]);for(let _0x53dbaf=0x0;_0x53dbaf<_0x5a7261[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x53dbaf+=0x2){let _0x1b1e9d=window[_0x4c520f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a7261[_0x4c520f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x53dbaf,_0x53dbaf+0x2));_0x1b1e9d>=_0x455831[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1b1e9d-=_0x455831[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2b4bf2+=_0x455831[_0x1b1e9d];}return _0x2b4bf2;}function _0x7c3cfa(){const _0x1a0ba6=_0x156c94[_0x4c520f([0x73,0x70,0x6c,0x69,0x74])](_0x4c520f([0x2e]));if(0x3!=_0x1a0ba6[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x514c0a(_0x1a0ba6[0x1]);function _0x514c0a(_0x248018){const _0x586a8f=_0x227f0a(_0x248018);return _0x586a8f&&_0x385b37()?_0x586a8f:null;function _0x385b37(){const _0x7db88d=_0x586a8f[_0x4c520f([0x6a,0x74,0x69])],_0x226484=window[_0x4c520f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7db88d[_0x4c520f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7db88d[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x222703={..._0x586a8f,[_0x4c520f([0x6a,0x74,0x69])]:_0x7db88d[_0x4c520f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x7db88d[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x222703[_0x4c520f([0x76,0x63])],_0x24e854(_0x222703)==_0x226484;}}}async function _0x35a22(){let _0x3fdcc6=!0x0;try{const _0x23953d=_0x156c94[_0x4c520f([0x73,0x70,0x6c,0x69,0x74])](_0x4c520f([0x2e])),[_0x1582c0,_0x4f90c8,_0x149822]=_0x23953d;return _0x2c571f(_0x1582c0),await _0x31e5c4(_0x1582c0,_0x4f90c8,_0x149822),_0x3fdcc6;}catch(_0x43eb45){return!0x1;}function _0x2c571f(_0x416be4){const _0x4ee97d=_0x227f0a(_0x416be4);_0x4ee97d&&_0x4ee97d[_0x4c520f([0x61,0x6c,0x67])]==_0x4c520f([0x45,0x53,0x32,0x35,0x36])||(_0x3fdcc6=!0x1);}async function _0x31e5c4(_0x40ef49,_0x2c46aa,_0x1e2219){const _0x2dbec9=window[_0x4c520f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4c520f([0x66,0x72,0x6f,0x6d])](_0x147afd(_0x1e2219),_0x494598=>_0x494598[_0x4c520f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x10b98d=new window[(_0x4c520f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4c520f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x40ef49+_0x4c520f([0x2e])+_0x2c46aa),_0x203abf=window[_0x4c520f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4c520f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x203abf)return;const _0x93745e=await _0x203abf[_0x4c520f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4c520f([0x6a,0x77,0x6b]),_0x3c41f4,{[_0x4c520f([0x6e,0x61,0x6d,0x65])]:_0x4c520f([0x45,0x43,0x44,0x53,0x41]),[_0x4c520f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4c520f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4c520f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x203abf[_0x4c520f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4c520f([0x6e,0x61,0x6d,0x65])]:_0x4c520f([0x45,0x43,0x44,0x53,0x41]),[_0x4c520f([0x68,0x61,0x73,0x68])]:{[_0x4c520f([0x6e,0x61,0x6d,0x65])]:_0x4c520f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x93745e,_0x2dbec9,_0x10b98d)||(_0x3fdcc6=!0x1);}}function _0x227f0a(_0x4101c2){return _0x4101c2[_0x4c520f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4c520f([0x65,0x79]))?JSON[_0x4c520f([0x70,0x61,0x72,0x73,0x65])](_0x147afd(_0x4101c2)):null;}function _0x147afd(_0x1bf237){return window[_0x4c520f([0x61,0x74,0x6f,0x62])](_0x1bf237[_0x4c520f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4c520f([0x2b]))[_0x4c520f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4c520f([0x2f])));}function _0x24e854(_0x5e7c93){let _0x549c0a=0x1505;function _0x495a7e(_0x1962c5){for(let _0x3817e6=0x0;_0x3817e6<_0x1962c5[_0x4c520f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3817e6++){const _0x46cbec=_0x1962c5[_0x4c520f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3817e6);_0x549c0a=(_0x549c0a<<0x5)+_0x549c0a+_0x46cbec,_0x549c0a&=_0x549c0a;}}function _0x321416(_0x2f1ca8){Array[_0x4c520f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2f1ca8)?_0x2f1ca8[_0x4c520f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x321416):_0x2f1ca8&&typeof _0x2f1ca8==_0x4c520f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4c520f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2f1ca8)[_0x4c520f([0x73,0x6f,0x72,0x74])]()[_0x4c520f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x557be0,_0x3609cb])=>{_0x495a7e(_0x557be0),_0x321416(_0x3609cb);}):_0x495a7e(window[_0x4c520f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2f1ca8));}return _0x321416(_0x5e7c93),_0x549c0a>>>0x0;}function _0x12fb30(_0x22c1b7){return _0x22c1b7[_0x4c520f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4c520f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4c520f([0x30]));}function _0x16b56d(_0x2f219f){return _0x2f219f[_0x4c520f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4c520f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4c520f([0x6a,0x6f,0x69,0x6e])]('');}function _0x25a778(_0x21c4c6){return _0x2b6aff[_0x4c520f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4c520f([0x68,0x61,0x73])](_0x21c4c6);}function _0x41149c(_0x1de104){return _0x2b6aff[_0x4c520f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4c520f([0x67,0x65,0x74])](_0x1de104);}function _0x372d24(){}function _0x4c520f(_0x23b44c){return _0x23b44c['map'](_0x52beca=>String['fromCharCode'](_0x52beca))['join']('');}_0x4b557e(await _0x36209());}(this);}set['adapter'](_0x4d656c){if(this['_adapter'])throw new _0x104227('track-changes-adapter-already-set',this);this['_adapter']=_0x4d656c;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x1fd69e=!0x1,toJSON:_0x161e8f=!0x1}={}){const _0x55a8bb=[];for(const _0x3a6569 of this['_suggestions']['values']())_0x1fd69e&&!_0x3a6569['isInContent']||_0x55a8bb['push'](_0x3a6569);return _0x161e8f?_0x55a8bb['map'](_0x5163b3=>_0x5163b3['toJSON']()):_0x55a8bb;}['getSuggestion'](_0x187880){const _0x13b47d=this['_suggestions']['get'](_0x187880);if(!_0x13b47d)throw new _0x104227('track-changes-suggestion-not-found',this);return _0x13b47d;}['hasSuggestion'](_0x49cd19){return this['_suggestions']['has'](_0x49cd19);}['addSuggestionData'](_0x5f213a){const {authorId:_0x52ad35,id:_0x5d7ae9,attributes:_0x20bce3}=_0x5f213a,[_0x109722,_0x1889e2]=_0x5f213a['type']['split'](':'),_0x547692=this['_suggestions']['get'](_0x5d7ae9)||this['_createSuggestion'](_0x109722,_0x1889e2,_0x5d7ae9,_0x52ad35,_0x20bce3);if(this['_addThreadToSuggestion'](_0x547692),this['_checkSuggestionCorrectness'](_0x547692,_0x109722,_0x1889e2||null,_0x52ad35),_0x547692['createdAt']=_0x5f213a['createdAt'],_0x547692['_isDataLoaded']=!0x0,_0x20bce3&&_0x20bce3['@external']){const _0x1cd026=_0x20bce3['@external'],_0x534014=this['_getExternalAuthor'](_0x1cd026['authorName']);_0x547692['authoredAt']=_0x1cd026['createdAt'],_0x547692['author']=_0x534014,_0x547692['isExternal']=!0x0;}else _0x547692['authoredAt']=_0x5f213a['createdAt'];switch(_0x5f213a['data']&&(_0x547692['data']=_0x5f213a['data']),_0x5f213a['attributes']&&(_0x547692['attributes']=_0x5f213a['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x547692['_saved']=!0x0),this['_suggestionState']['get'](_0x547692)){case'notReady':this['_suggestionState']['set'](_0x547692,'dataReady');break;case'markerReady':_0x547692['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x547692])),this['_refreshSuggestionsChain'](new Set([_0x547692])),this['_suggestionState']['set'](_0x547692,'ready'),this['fire']('suggestionLoaded',_0x547692)):this['_suggestionState']['set'](_0x547692,'removed');}return _0x547692;}['acceptSuggestion'](_0x38f2ef){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x488722 of _0x38f2ef['getAllAdjacentSuggestions']())_0x488722['accept']();});});}['discardSuggestion'](_0x1c538b){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1dd876 of _0x1c538b['getAllAdjacentSuggestions']())_0x1dd876['discard']();});});}['enableCommand'](_0x38cf7c,_0x1ec1ad){const _0x35f8f1=this['editor']['commands']['get'](_0x38cf7c);if(!_0x35f8f1)throw new _0x104227('track-changes-command-not-found',this,{'commandName':_0x38cf7c});if(this['_enabledCommands']['has'](_0x35f8f1))throw new _0x104227('track-changes-enable-command-twice',this,{'commandName':_0x38cf7c});this['_enabledCommands']['add'](_0x35f8f1),_0x1ec1ad&&_0x35f8f1['on']('execute',(_0x271c61,_0x4e4481)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x4e4481['length']>0x0&&_0x4e4481[_0x4e4481['length']-0x1]&&_0x4e4481[_0x4e4481['length']-0x1]['forceDefaultExecution']?_0x4e4481['pop']():(_0x271c61['return']=_0x1ec1ad((..._0x471968)=>_0x35f8f1['execute'](..._0x471968,{'forceDefaultExecution':!0x0}),..._0x4e4481),_0x271c61['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4acfda){let _0x177678,_0x53f0e3;const _0x50e2a8=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x177678=_0x4acfda();}catch(_0x29c8ce){_0x53f0e3=_0x29c8ce;}return _0x50e2a8||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x53f0e3&&_0x104227['rethrowUnexpectedError'](_0x53f0e3,this),_0x177678;}['markInsertion'](_0x3c586d,_0x38c4c6=null,_0x4e8e2f={}){if(_0x3c586d['isCollapsed'])return null;const _0x8301f6=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x30b78b,meta:_0x4f4bc2}of this['_findSuggestions'](_0x3c586d,'insertion'))if(_0x4f4bc2['isOwn']){if(!_0x4f4bc2['isNextTo']){if(_0x4f4bc2['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!zt(_0x30b78b,_0x4e8e2f))continue;return _0x30b78b;}if(zt(_0x30b78b,_0x4e8e2f))return _0x30b78b;this['_breakSuggestionMarker'](_0x30b78b,_0x3c586d['start'],_0x3c586d['end']);break;}if(_0x38c4c6==_0x30b78b['subType']&&zt(_0x30b78b,_0x4e8e2f)){const _0x53099d=_0x30b78b['getFirstRange']();return _0x53099d['start']['isEqual'](_0x3c586d['end'])?this['_setSuggestionRange'](_0x30b78b,this['_model']['createRange'](_0x3c586d['start'],_0x53099d['end'])):this['_setSuggestionRange'](_0x30b78b,this['_model']['createRange'](_0x53099d['start'],_0x3c586d['end'])),_0x30b78b;}}const _0x30b05c=_0x489557(),_0x56b0e4=_0x8301f6['id'],_0x4dfb7d=_0x38c4c6?'insertion:'+_0x38c4c6:'insertion',_0x380a5a=this['_setSuggestionData']({'id':_0x30b05c,'type':_0x4dfb7d,'createdAt':new Date(),'authorId':_0x56b0e4,'attributes':_0x4e8e2f});return this['_addSuggestionMarker'](_0x4dfb7d,_0x30b05c,_0x56b0e4,_0x3c586d),_0x380a5a;}['markMultiRangeInsertion'](_0x8286c8,_0x172383='multi',_0xb18b94={}){const _0x5cdbf0=this['editor']['plugins']['get']('Users')['me'],_0x1a3fad=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x172383,'join');for(const _0x2f4d9e of this['getSuggestions']())if(_0x2f4d9e['author']['id']==_0x5cdbf0['id']&&'insertion'==_0x2f4d9e['type']&&_0x2f4d9e['subType']==_0x172383&&zt(_0x2f4d9e,_0xb18b94)&&(_0x1a3fad(_0x2f4d9e['getRanges'](),_0x8286c8)||_0x1a3fad(_0x8286c8,_0x2f4d9e['getRanges']()))){for(const _0x10bfac of _0x8286c8)_0x2f4d9e['addRange'](_0x10bfac);return _0x2f4d9e;}for(const {suggestion:_0x476a7c,meta:_0x5a4d61}of this['_findSuggestions'](_0x8286c8,'insertion')){if(!_0x5a4d61['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x5a4d61['containsRangeInObject'])continue;if(!zt(_0x476a7c,_0xb18b94))continue;let _0x44c987=!0x0;for(const _0x10adce of _0x476a7c['getRanges']())for(const _0x3f38f1 of _0x8286c8)if(!_0x10adce['containsRange'](_0x3f38f1)){_0x44c987=!0x1;break;}if(_0x44c987)return _0x476a7c;}const _0x28e46a=_0x489557(),_0x52f3ae=_0x5cdbf0['id'],_0x264745='insertion:'+_0x172383,_0x878b04=this['_setSuggestionData']({'id':_0x28e46a,'type':_0x264745,'createdAt':new Date(),'authorId':_0x52f3ae,'attributes':_0xb18b94});for(const _0x51ca72 of _0x8286c8)this['_addSuggestionMarker'](_0x264745,_0x28e46a,_0x52f3ae,_0x51ca72,u['getMultiRangeId']());return _0x878b04;}['markInlineFormat'](_0x3382f0,_0x1fa728,_0xe78abf=null,_0x705554={}){if(_0xe78abf=_0xe78abf||Gt(_0x1fa728),_0x3382f0['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5592c2=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0xe78abf,'accept');return this['forceDefaultExecution'](()=>_0x5592c2([_0x3382f0],_0x1fa728,_0x705554)),null;}const _0x328ed9=this['editor']['plugins']['get']('Users')['me'],_0x27b761=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x19b5de,meta:_0x48d994}of this['_findSuggestions'](_0x3382f0,'insertion'))_0x48d994['isOwn']&&!_0x48d994['isInsideObject']&&_0x27b761['push'](..._0x19b5de['getRanges']());}const _0xc729f6=function(_0x43c86b,_0x374485){const _0x5bc7f5=[];for(const _0x5a2984 of _0x374485){const _0x26fa47=_0x43c86b['getIntersection'](_0x5a2984);_0x26fa47&&_0x5bc7f5['push'](_0x26fa47);}return _0x5bc7f5;}(_0x3382f0,_0x27b761),_0x411242=function(_0x740678,_0x5eadd7){const _0x3ddd14=[_0x740678];for(const _0x1431af of _0x5eadd7){let _0x3b7cd9=0x0;for(;_0x3b7cd9<_0x3ddd14['length'];){const _0x5259a2=_0x3ddd14[_0x3b7cd9]['getDifference'](_0x1431af);_0x3ddd14['splice'](_0x3b7cd9,0x1,..._0x5259a2),_0x3b7cd9+=_0x5259a2['length'];}}return _0x3ddd14;}(_0x3382f0,_0x27b761);_0xc729f6['length']&&this['_model']['change'](()=>{for(const _0x3cc8d6 of _0xc729f6){const _0x60a5f0=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0xe78abf,'accept');this['forceDefaultExecution'](()=>_0x60a5f0([_0x3cc8d6],_0x1fa728,_0x705554));}});for(const _0x3f9c3c of _0x411242){let _0x35261a=null,_0x29c2ac=_0x3f9c3c['start'],_0xfd1160=_0x3f9c3c['end'];for(const {suggestion:_0x42b4bd,meta:_0xc7a179}of this['_findSuggestions'](_0x3f9c3c,'formatInline')){if(!_0xc7a179['isOwn'])continue;if(_0x42b4bd['subType']!=_0xe78abf)continue;if(!zt(_0x42b4bd,_0x705554))continue;const _0x3bd3c0=_0x42b4bd['getFirstRange']();if(_0x3bd3c0['containsRange'](_0x3f9c3c,!0x0))return null;_0x29c2ac=_0x29c2ac['isBefore'](_0x3bd3c0['start'])?_0x29c2ac:_0x3bd3c0['start'],_0xfd1160=_0xfd1160['isAfter'](_0x3bd3c0['end'])?_0xfd1160:_0x3bd3c0['end'],_0x35261a?_0x3bd3c0['start']['isBefore'](_0x35261a['getFirstRange']()['start'])?(_0x35261a['removeMarkers'](),_0x35261a=_0x42b4bd):_0x42b4bd['removeMarkers']():_0x35261a=_0x42b4bd;}const _0x4529f7=this['_model']['createRange'](_0x29c2ac,_0xfd1160);if(_0x35261a)this['_setSuggestionRange'](_0x35261a,_0x4529f7);else{const _0x4ca888=_0x489557(),_0x40382b=_0x328ed9['id'];this['_setSuggestionData']({'id':_0x4ca888,'type':'formatInline:'+_0xe78abf,'data':_0x1fa728,'createdAt':new Date(),'authorId':_0x40382b,'attributes':_0x705554}),this['_addSuggestionMarker']('formatInline:'+_0xe78abf,_0x4ca888,_0x40382b,_0x4529f7);}}return null;}['markBlockFormat'](_0x30afe7,_0x327d68,_0x1b6628=[],_0x22a6fa=null,_0x1fc9e3={}){_0x327d68['formatGroupId']||(_0x327d68['formatGroupId']=_0x327d68['commandName']),_0x327d68['multipleBlocks']=_0x30afe7['is']('range'),_0x22a6fa=_0x22a6fa||Gt(_0x327d68);const _0xc15aa8=_0x1b6628['map'](_0x5ae6ca=>Jt(_0x5ae6ca,this['_model'])),_0x46c4d2=_0x30afe7['is']('range')?_0x30afe7:Jt(_0x30afe7,this['_model']);if('never'===this['_trackFormatChanges']){const _0x36b471=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x22a6fa,'accept');return this['forceDefaultExecution'](()=>_0x36b471([_0x46c4d2],_0x327d68,_0x1fc9e3)),null;}_0xc15aa8['push'](_0x46c4d2);let _0x5fd4be=!0x0;for(const _0x8fb20f of _0xc15aa8)if(!this['_rangeIsInLocalUserInsertion'](_0x8fb20f)){_0x5fd4be=!0x1;break;}if(_0x5fd4be&&'always'!==this['_trackFormatChanges']){const _0x1ad317=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x22a6fa,'accept');return this['forceDefaultExecution'](()=>_0x1ad317([_0x46c4d2],_0x327d68,_0x1fc9e3)),null;}let _0x5d7351=null,_0x5a1463=_0x46c4d2['start'],_0x43aa08=_0x46c4d2['end'];for(const {suggestion:_0x23b6ad,meta:_0x38d076}of this['_findSuggestions'](_0x46c4d2,'formatBlock')){if(!_0x38d076['isOwn'])continue;if(_0x38d076['isNextTo']||_0x38d076['containsRangeInObject']||_0x38d076['isInsideObject'])continue;if(_0x23b6ad['data']['formatGroupId']!=_0x327d68['formatGroupId'])continue;if(!zt(_0x23b6ad,_0x1fc9e3))continue;const _0x1738bc=_0x23b6ad['getFirstRange']();if(_0x23b6ad['subType']==_0x22a6fa){if(_0x1738bc['containsRange'](_0x46c4d2,!0x0))return null;_0x5a1463=_0x5a1463['isBefore'](_0x1738bc['start'])?_0x5a1463:_0x1738bc['start'],_0x43aa08=_0x43aa08['isAfter'](_0x1738bc['end'])?_0x43aa08:_0x1738bc['end'],_0x5d7351?_0x1738bc['start']['isBefore'](_0x5d7351['getFirstRange']()['start'])?(_0x5d7351['removeMarkers'](),_0x5d7351=_0x23b6ad):_0x23b6ad['removeMarkers']():_0x5d7351=_0x23b6ad;}else{const _0x3eb795=_0x46c4d2['getIntersection'](_0x1738bc);this['_cutOutSuggestionMarker'](_0x23b6ad,_0x3eb795);}}const _0x435fc3=this['editor']['plugins']['get']('Users')['me'],_0x2d2fb6=_0x489557(),_0x359940=_0x435fc3['id'];if(_0x5d7351)return this['_setSuggestionRange'](_0x5d7351,this['_model']['createRange'](_0x5a1463,_0x43aa08)),_0x5d7351;{const _0x315b04=this['_setSuggestionData']({'id':_0x2d2fb6,'type':'formatBlock:'+_0x22a6fa,'data':_0x327d68,'createdAt':new Date(),'authorId':_0x359940,'attributes':_0x1fc9e3});return this['_addSuggestionMarker']('formatBlock:'+_0x22a6fa,_0x2d2fb6,_0x359940,this['_model']['createRange'](_0x5a1463,_0x43aa08)),_0x315b04;}}['markMultiRangeBlockFormat'](_0x4e2880,_0x114b2c,_0x2c39da=[],_0x44c162=null,_0x3367a2={}){_0x114b2c['formatGroupId']||(_0x114b2c['formatGroupId']=_0x114b2c['commandName']);const _0x4bbf27=_0x4e2880[0x0];_0x114b2c['multipleBlocks']=_0x4bbf27['is']('range'),_0x44c162=_0x44c162||Gt(_0x114b2c);const _0x5352ce=_0x2c39da['map'](_0x3c4d68=>Jt(_0x3c4d68,this['_model'])),_0x539567=_0x4bbf27['is']('range')?_0x4e2880:_0x4e2880['map'](_0x3dc16a=>Jt(_0x3dc16a,this['_model']));if('never'===this['_trackFormatChanges']){const _0x37e940=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44c162,'accept');return this['forceDefaultExecution'](()=>_0x37e940(_0x539567,_0x114b2c,_0x3367a2)),null;}_0x5352ce['push'](..._0x539567);let _0x520d5d=!0x0;for(const _0xd6824c of _0x5352ce)if(!this['_rangeIsInLocalUserInsertion'](_0xd6824c)){_0x520d5d=!0x1;break;}if(_0x520d5d&&'always'!==this['_trackFormatChanges']){const _0x381bf7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44c162,'accept');return this['forceDefaultExecution'](()=>_0x381bf7(_0x539567,_0x114b2c,_0x3367a2)),null;}const _0x3c3b85=this['editor']['plugins']['get']('Users')['me'];for(const _0x84dab0 of this['getSuggestions']()){if(_0x84dab0['author']['id']!=_0x3c3b85['id'])continue;if('formatBlock'!=_0x84dab0['type']||_0x84dab0['data']['formatGroupId']!=_0x114b2c['formatGroupId'])continue;if(!zt(_0x84dab0,_0x3367a2))continue;const _0x541b50=_0x84dab0['subType']==_0x44c162;for(let _0x297b90=0x0;_0x297b90<_0x539567['length'];_0x297b90++){const _0x36e98c=_0x539567[_0x297b90];for(const _0x4c7eea of _0x84dab0['getMarkers']()){const _0x1b25bc=_0x4c7eea['getRange']();if(_0x36e98c['isEqual'](_0x1b25bc)){_0x541b50?(_0x539567['splice'](_0x297b90,0x1),_0x297b90--):_0x84dab0['removeMarker'](_0x4c7eea['name']);break;}}}}if(0x0==_0x539567['length'])return null;const _0x44dc74=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44c162,'join');for(const _0x179e40 of this['getSuggestions']())if(_0x179e40['author']['id']==_0x3c3b85['id']&&'formatBlock'==_0x179e40['type']&&_0x179e40['data']['formatGroupId']==_0x114b2c['formatGroupId']&&_0x179e40['subType']==_0x44c162&&zt(_0x179e40,_0x3367a2)&&(_0x44dc74(_0x179e40['getRanges'](),_0x539567)||_0x44dc74(_0x539567,_0x179e40['getRanges']()))){for(const _0x2dd86b of _0x539567)_0x179e40['addRange'](_0x2dd86b);return _0x179e40;}const _0x5cd48d=_0x489557(),_0x13a000=_0x3c3b85['id'],_0x260dc5='formatBlock:'+_0x44c162,_0x374d82=this['_setSuggestionData']({'id':_0x5cd48d,'type':_0x260dc5,'data':_0x114b2c,'createdAt':new Date(),'authorId':_0x13a000,'attributes':_0x3367a2});for(const _0x368842 of _0x539567)this['_addSuggestionMarker'](_0x260dc5,_0x5cd48d,_0x13a000,_0x368842,u['getMultiRangeId']());return _0x374d82;}['markDeletion'](_0xc7d4dd,_0x2a8e2b=null,_0x5561a1={}){if(_0xc7d4dd['isCollapsed'])return null;const _0x1734e9=this['editor']['plugins']['get']('Users')['me'],_0x12a164=new _0x3f97db(_0xc7d4dd['start'],_0xc7d4dd['end']);for(const {suggestion:_0x45cadb,meta:_0xf3359a}of this['_findSuggestions'](_0x12a164,'insertion'))if(_0xf3359a['isOwn']&&!_0xf3359a['isNextTo']){if(_0x45cadb['isMultiRange']){const _0x38964d=_0x45cadb['getRanges']()['filter'](_0x211ba4=>'$graveyard'!=_0x211ba4['root']['rootName']);_0x38964d['every'](_0x5dcb63=>_0x12a164['containsRange'](_0x5dcb63,!0x0))&&_0x45cadb['discard']();if(_0x38964d['some'](_0x496ca9=>_0x496ca9['containsRange'](_0x12a164,!0x0))){const _0x1e77ee=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2a8e2b,'accept');return this['forceDefaultExecution'](()=>_0x1e77ee([_0x12a164],null,_0x5561a1)),null;}}else{const _0x2449ff=_0x12a164['getIntersection'](_0x45cadb['getFirstRange']());null!==_0x2449ff&&_0x45cadb['_onDiscard']([_0x2449ff],null,_0x5561a1);}}if(_0x12a164['detach'](),_0x12a164['isCollapsed']||'$graveyard'==_0x12a164['root']['rootName'])return null;let _0x23aa2c=null,_0x56fa9e=_0x12a164['start'],_0x428d60=_0x12a164['end'];const _0x2e7633=this['_findSuggestions'](_0x12a164,'deletion');for(const {suggestion:_0x5e9ae7,meta:_0x54d768}of _0x2e7633){const _0xb51930=this['_model']['createRange'](_0x56fa9e,_0x428d60);if(_0x54d768['isOwn']&&(this['_mergeNestedSuggestions']||!_0x54d768['containsRangeInObject']&&!_0x54d768['isInsideObject'])){if(_0x5e9ae7['isMultiRange']){if(!zt(_0x5e9ae7,_0x5561a1))continue;let _0x10b676=!0x0;for(const _0x59b72a of _0x5e9ae7['getRanges']()){if(_0x59b72a['containsRange'](_0xb51930,!0x0))return _0x5e9ae7;_0xb51930['containsRange'](_0x59b72a)||(_0x10b676=!0x1);}_0x10b676&&_0x5e9ae7['discard']();}else{const _0x2ff294=_0x5e9ae7['getFirstRange']();if(_0x2ff294['containsRange'](_0xb51930,!0x0))return _0x5e9ae7;if(!zt(_0x5e9ae7,_0x5561a1)){_0xb51930['containsRange'](_0x2ff294)?_0x5e9ae7['removeMarkers']():_0x2ff294['containsPosition'](_0x56fa9e)?_0x56fa9e=_0x2ff294['end']:_0x2ff294['containsPosition'](_0x428d60)&&(_0x428d60=_0x2ff294['start']);continue;}_0x56fa9e=_0x56fa9e['isBefore'](_0x2ff294['start'])?_0x56fa9e:_0x2ff294['start'],_0x428d60=_0x428d60['isAfter'](_0x2ff294['end'])?_0x428d60:_0x2ff294['end'],_0x5561a1=Object['assign']({},_0x5e9ae7['attributes']),_0x23aa2c?_0x2ff294['start']['isBefore'](_0x23aa2c['getFirstRange']()['start'])?(_0x23aa2c['removeMarkers'](),_0x23aa2c=_0x5e9ae7):_0x5e9ae7['removeMarkers']():_0x23aa2c=_0x5e9ae7;}}}if(_0x23aa2c)return this['_setSuggestionRange'](_0x23aa2c,this['_model']['createRange'](_0x56fa9e,_0x428d60)),_0x23aa2c;{const _0x50793e=_0x489557(),_0x3f7689=this['_model']['createRange'](_0x56fa9e,_0x428d60),_0x2983fd=_0x1734e9['id'],_0x4f0e68=_0x2a8e2b?'deletion:'+_0x2a8e2b:'deletion',_0x533c68=this['_setSuggestionData']({'id':_0x50793e,'type':_0x4f0e68,'createdAt':new Date(),'authorId':_0x2983fd,'attributes':_0x5561a1});return this['_addSuggestionMarker'](_0x4f0e68,_0x50793e,_0x2983fd,_0x3f7689),_0x533c68;}}['markMultiRangeDeletion'](_0x53b550,_0x142f24='multi',_0x3b6098={}){const _0x147f48=this['editor']['plugins']['get']('Users')['me'],_0x2e93b2=_0x53b550['map'](_0x4bcb81=>new _0x3f97db(_0x4bcb81['start'],_0x4bcb81['end'])),_0x5ea9f5=new Set();for(const {suggestion:_0x501f93,meta:_0x15dd7b}of this['_findSuggestions'](_0x2e93b2,'insertion'))_0x15dd7b['isOwn']&&!_0x15dd7b['isNextTo']&&_0x5ea9f5['add'](_0x501f93);for(const _0x60fdc2 of _0x5ea9f5)if(_0x60fdc2['isMultiRange']){const _0x33b47e=_0x60fdc2['getRanges']();(!_0x60fdc2['attributes']||!_0x60fdc2['attributes']['skipNestingCheck'])&&(_0x33b47e['every'](_0x511a1f=>_0x2e93b2['some'](_0x57ee99=>_0x57ee99['containsRange'](_0x511a1f,!0x0)))&&_0x60fdc2['discard']());if(_0x2e93b2['every'](_0x4dcdbe=>_0x33b47e['some'](_0x265b88=>_0x265b88['containsRange'](_0x4dcdbe,!0x0)))){const _0xfec7b5=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x142f24,'accept');return this['forceDefaultExecution'](()=>_0xfec7b5(_0x53b550,null,_0x3b6098)),null;}}else{const _0x129953=_0x60fdc2['getFirstRange']();_0x2e93b2['some'](_0x7c2877=>_0x7c2877['containsRange'](_0x129953,!0x0))&&_0x60fdc2['discard']();if(_0x2e93b2['every'](_0x20d28c=>_0x129953['containsRange'](_0x20d28c,!0x0))){const _0x4fdd15=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x142f24,'accept');return this['forceDefaultExecution'](()=>_0x4fdd15(_0x2e93b2,null,_0x3b6098)),null;}}const _0x324b42=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x142f24,'join');let _0x17b555=null;for(const _0x43b92d of this['getSuggestions']())if(_0x43b92d['author']['id']==_0x147f48['id']&&_0x43b92d['isInContent']&&'deletion'==_0x43b92d['type']&&_0x43b92d['subType']==_0x142f24&&zt(_0x43b92d,_0x3b6098)&&(_0x324b42(_0x43b92d['getRanges'](),_0x2e93b2)||_0x324b42(_0x2e93b2,_0x43b92d['getRanges']()))){if(_0x17b555){if(_0x43b92d['commentThread']&&_0x43b92d['commentThread']['length'])continue;for(const _0x137224 of _0x43b92d['getRanges']())_0x17b555['isIntersectingWithRange'](_0x137224)||_0x17b555['addRange'](_0x137224);_0x43b92d['removeMarkers']();}else{_0x17b555=_0x43b92d;for(const _0x470e09 of _0x2e93b2)_0x43b92d['isIntersectingWithRange'](_0x470e09)||_0x43b92d['addRange'](_0x470e09);}}if(_0x17b555)return _0x17b555;_0x5ea9f5['clear']();for(const {suggestion:_0x500410,meta:_0x560d4f}of this['_findSuggestions'](_0x2e93b2,'deletion'))_0x560d4f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x560d4f['containsRangeInObject']&&!_0x560d4f['isInsideObject'])&&zt(_0x500410,_0x3b6098)&&_0x5ea9f5['add'](_0x500410);for(const _0x470750 of _0x5ea9f5){const _0x421b4e=_0x470750['getRanges']();if(!_0x3b6098||!_0x3b6098['skipNestingCheck']){if(_0x2e93b2['every'](_0x3b34a8=>_0x421b4e['some'](_0x1d4277=>_0x1d4277['containsRange'](_0x3b34a8,!0x0))))return _0x470750;}(!_0x470750['attributes']||!_0x470750['attributes']['skipNestingCheck'])&&(_0x421b4e['every'](_0x23c671=>_0x2e93b2['some'](_0x320d63=>_0x320d63['containsRange'](_0x23c671,!0x0)))&&_0x470750['discard']());}const _0x3125fe=_0x489557(),_0x51fdf6=_0x147f48['id'],_0x546c86='deletion:'+_0x142f24,_0x2243cd=this['_setSuggestionData']({'id':_0x3125fe,'type':_0x546c86,'createdAt':new Date(),'authorId':_0x51fdf6,'attributes':_0x3b6098});for(const _0x236a3c of _0x2e93b2)_0x236a3c['detach'](),_0x236a3c['isCollapsed']||'$graveyard'==_0x236a3c['root']['rootName']||this['_addSuggestionMarker'](_0x546c86,_0x3125fe,_0x51fdf6,_0x236a3c,u['getMultiRangeId']());return _0x2243cd;}['markAttributeChange'](_0x5115c5,_0x3527b2,_0x153f30,_0x31f213,_0x2eb20a){if(_0x5115c5['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x22aa3c=this['editor']['plugins']['get']('Users')['me']['id'],_0x1adceb=Array['from'](this['_suggestions']['values']())['filter'](_0x4cbb86=>'attribute'==_0x4cbb86['type']&&_0x4cbb86['data']['key']==_0x3527b2&&_0x4cbb86['isIntersectingWithRange'](_0x5115c5));if('default'===this['_trackFormatChanges']){const _0x314541=this['_findSuggestions'](_0x5115c5,'insertion')['filter'](({meta:_0x6fc747})=>_0x6fc747['isOwn']&&!_0x6fc747['isInsideObject']&&!_0x6fc747['isNextTo'])['map'](({suggestion:_0x579dcb})=>_0x579dcb);_0x1adceb['unshift'](..._0x314541);}const _0x513469=new Map([[_0x5115c5,_0x153f30]]);for(const _0xbe3986 of _0x1adceb){const _0x1f4ad2='attribute'==_0xbe3986['type']?_0xbe3986['data']['oldValue']:void 0x0,_0x43c2b7=_0xbe3986['getFirstRange'](),_0x47e0d9=Array['from'](_0x513469['keys']())['find'](_0x4a39fb=>_0x4a39fb['isIntersecting'](_0x43c2b7));if(!_0x47e0d9)continue;const _0x529bb7=_0x47e0d9['getDifference'](_0x43c2b7);this['_isBlockAttribute'](_0x3527b2)&&'insertion'==_0xbe3986['type']&&0x0!=_0x529bb7['length']||(_0x513469['delete'](_0x47e0d9),_0x529bb7['forEach'](_0x17e35f=>{_0x513469['set'](_0x17e35f,_0x153f30);}),'insertion'!=_0xbe3986['type']&&_0x1f4ad2!=_0x31f213&&_0x513469['set'](_0x47e0d9['getIntersection'](_0x43c2b7),_0x1f4ad2));}const _0x4df1be=[];for(const [_0x5265ca,_0x5da852]of _0x513469){const _0x57e1f4=_0x489557(),_0x3923f4={'key':_0x3527b2,'oldValue':_0x5da852,'newValue':_0x31f213};_0x3527b2['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':_0x3527b2});const _0x2ac618=('attribute:'+(_0x3527b2+'|'+Gt({'newValue':_0x31f213})))['substring'](0x0,0x3c),_0x3026d6=this['_setSuggestionData']({'id':_0x57e1f4,'type':_0x2ac618,'data':_0x3923f4,'createdAt':new Date(),'authorId':_0x22aa3c,'attributes':_0x2eb20a});_0x4df1be['push'](_0x3026d6),this['_addSuggestionMarker'](_0x2ac618,_0x57e1f4,_0x22aa3c,_0x5265ca);}return _0x4df1be;}['enableDefaultAttributesIntegration'](_0x2fbdde){this['enableCommand'](_0x2fbdde,(_0x3ef51f,..._0x24c6c2)=>{this['_recordAttributeChanges'](()=>{_0x3ef51f(..._0x24c6c2);});});}['registerBlockAttribute'](_0x46d69f){this['_blockAttributeKeys']['add'](_0x46d69f);}['registerInlineAttribute'](_0x266f4d){this['_inlineAttributeKeys']['add'](_0x266f4d);}['_getAttributeKey'](_0x1fc8e9){return'attribute'==_0x1fc8e9['type']?_0x1fc8e9['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x10efa0,_0x2c8c4f){const _0x14b75c=_0x10efa0['getFirstMarker']();this['_model']['change'](_0x4f0167=>{_0x4f0167['updateMarker'](_0x14b75c,{'range':_0x2c8c4f});});}['_addThreadToSuggestion'](_0x98d941){const _0x3671c9=_0x98d941['id'],_0x2f3f04=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x3671c9)||this['_commentsRepository']['addCommentThread']({'channelId':_0x2f3f04,'threadId':_0x3671c9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5d7793=this['_commentsRepository']['getCommentThread'](_0x3671c9);_0x5d7793['unbind']('isRemovable'),_0x5d7793['isRemovable']=!0x1,_0x98d941['commentThread']=_0x5d7793;}['_checkSuggestionCorrectness'](_0x327854,_0x30ec75,_0x2ff0c3,_0x15aa55){if(_0x327854['type']!=_0x30ec75||_0x327854['subType']!=_0x2ff0c3||_0x327854['creator']['id']!=_0x15aa55)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x104227('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x47d0ac,_0x2d44f8){const _0x50e116=_0x47d0ac['getFirstRange']();if(_0x2d44f8['isEqual'](_0x50e116))_0x47d0ac['removeMarkers']();else{if(_0x50e116['containsRange'](_0x2d44f8)){const _0x6a8f7b=this['_model']['createPositionAt'](_0x2d44f8['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x47d0ac,this['_model']['createRange'](_0x50e116['start'],_0x6a8f7b));const _0x20a2ae=_0x489557(),_0x1b02b8=_0x47d0ac['creator']['id'],_0x24c4f8=_0x47d0ac['type']+':'+_0x47d0ac['subType'];this['_setSuggestionData']({'id':_0x20a2ae,'type':_0x24c4f8,'createdAt':new Date(),'authorId':_0x1b02b8,'data':_0x47d0ac['data'],'attributes':_0x47d0ac['attributes']});const _0x50b2ae=this['_model']['createPositionAt'](_0x2d44f8['end']['parent'],'after'),_0x509701=this['_model']['createRange'](_0x50b2ae,_0x50e116['end']);this['_addSuggestionMarker'](_0x24c4f8,_0x20a2ae,_0x1b02b8,_0x509701);}else{if(_0x50e116['containsPosition'](_0x2d44f8['start'])){const _0x38978d=this['_model']['createPositionAt'](_0x2d44f8['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x47d0ac,this['_model']['createRange'](_0x50e116['start'],_0x38978d));}else{const _0x542ee2=this['_model']['createPositionAt'](_0x2d44f8['end']['parent'],'after');this['_setSuggestionRange'](_0x47d0ac,this['_model']['createRange'](_0x542ee2,_0x50e116['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x20fcec){for(const {suggestion:_0x39d75e,meta:_0x59fe45}of this['_findSuggestions'](_0x20fcec,'insertion')){if(!_0x59fe45['isOwn'])continue;const _0x1de3ff=_0x39d75e['getRanges']();for(const _0x37da87 of _0x1de3ff)if(!_0x20fcec['getDifference'](_0x37da87)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3fdcd9){const _0x2d3fe0=this['editor']['plugins']['get']('Users')['getUser'](_0x3fdcd9);if(!_0x2d3fe0)throw new _0x104227('track-changes-user-not-found',this);return _0x2d3fe0;}['_getExternalAuthor'](_0x17d0c5){const _0x4ebcbf=this['editor']['plugins']['get']('Users'),_0x37dbf0=_0x512500('external:'+_0x17d0c5),_0x6dec6d=_0x4ebcbf['getUser'](_0x37dbf0);return _0x6dec6d||_0x4ebcbf['addUser']({'id':_0x37dbf0,'name':_0x17d0c5});}['_createSuggestion'](_0x4bd219,_0x571fb4,_0x2b5ef7,_0x37ea6c,_0x1ee784){const _0x8239f=this['_getAuthorFromId'](_0x37ea6c),_0x1205ed=this['_suggestionFactory']['buildSuggestion'](_0x4bd219,_0x571fb4,_0x2b5ef7,_0x8239f,_0x1ee784,_0x5967c9=>{this['_updateSuggestionData'](_0x2b5ef7,{'attributes':_0x5967c9});const _0x51b4c9=this['getSuggestion'](_0x2b5ef7);this['_joinWithAdjacentSuggestions'](new Set([_0x51b4c9])),this['_refreshSuggestionsChain'](new Set([_0x51b4c9]));});return this['listenTo'](_0x1205ed,'accept',()=>{this['_updateSuggestionData'](_0x2b5ef7,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1205ed,'discard',()=>{this['_updateSuggestionData'](_0x2b5ef7,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2b5ef7,_0x1205ed),this['_suggestionState']['set'](_0x1205ed,'notReady'),_0x1205ed;}['_splitMarkerName'](_0x4a3868){const _0x557051=_0x4a3868['split'](':');return{'group':_0x557051[0x0],'type':_0x557051[0x1],'subType':_0x557051['length']>=0x5?_0x557051[0x2]:null,'id':_0x557051['length']<0x5?_0x557051[0x2]:_0x557051[0x3],'authorId':_0x557051['length']<0x5?_0x557051[0x3]:_0x557051[0x4],'markerCount':0x6==_0x557051['length']?_0x557051[0x5]:null};}['_breakSuggestionMarker'](_0x55cdf9,_0x161497,_0x317ca5){const _0x148481=_0x55cdf9['getFirstRange'](),_0xfccaf4=_0x148481['start'],_0x472020=_0x148481['end'];this['_setSuggestionRange'](_0x55cdf9,this['_model']['createRange'](_0xfccaf4,_0x161497));const _0x28af20=_0x489557(),_0x4ca5c4=_0x55cdf9['creator']['id'],_0x423b03=_0x55cdf9['type']+(_0x55cdf9['subType']?':'+_0x55cdf9['subType']:'');this['_setSuggestionData']({'id':_0x28af20,'type':_0x423b03,'createdAt':new Date(),'authorId':_0x4ca5c4,'originalSuggestionId':_0x55cdf9['id'],'attributes':_0x55cdf9['attributes'],'data':_0x55cdf9['data']});const _0x96954a=this['_getAttributeKey'](_0x55cdf9);('formatBlock'==_0x55cdf9['type']||_0x96954a&&this['_isBlockAttribute'](_0x96954a))&&(_0x317ca5=this['_model']['createPositionBefore'](_0x317ca5['parent'])),this['_addSuggestionMarker'](_0x423b03,_0x28af20,_0x4ca5c4,this['_model']['createRange'](_0x317ca5,_0x472020));}['_findSuggestions'](_0x4dc0ca,_0x5037b9=null){const _0x4c8c52=[],_0x2a9b64=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x4dc0ca)||(_0x4dc0ca=[_0x4dc0ca]);for(const _0x53e19f of this['getSuggestions']()){if(!_0x53e19f['isInContent'])continue;if(_0x5037b9&&_0x53e19f['type']!=_0x5037b9)continue;let _0x32b9a5=!0x1;for(const _0x784bc9 of _0x53e19f['getRanges']()){for(const _0x5b05bd of _0x4dc0ca){const _0x30cb0c=_0x5b05bd['start']['isEqual'](_0x784bc9['end'])||_0x5b05bd['end']['isEqual'](_0x784bc9['start']);if(_0x30cb0c||_0x5b05bd['getIntersection'](_0x784bc9)){const _0xf8d353=_0x5b05bd['containsRange'](_0x784bc9)&&Ut(this['_model']['schema'],_0x784bc9['start'],_0x5b05bd),_0x2a0d3a=_0x784bc9['containsRange'](_0x5b05bd)&&Ut(this['_model']['schema'],_0x5b05bd['start'],_0x784bc9);_0x4c8c52['push']({'suggestion':_0x53e19f,'meta':{'isOwn':_0x2a9b64==_0x53e19f['author'],'isNextTo':_0x30cb0c,'isInsideObject':_0xf8d353,'containsRangeInObject':_0x2a0d3a}}),_0x32b9a5=!0x0;break;}}if(_0x32b9a5)break;}}return _0x4c8c52;}['_addSuggestionMarker'](_0x518470,_0x53991d,_0x15ac4e,_0x20a17d,_0x276866){this['_model']['change'](_0x4cc3c4=>{let _0x34a654='suggestion:'+_0x518470+':'+_0x53991d+':'+_0x15ac4e;_0x276866&&(_0x34a654=_0x34a654+':'+_0x276866),_0x4cc3c4['addMarker'](_0x34a654,{'range':_0x20a17d,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x19b448){const _0x154800=_0x19b448['previous'],_0x9998db=_0x19b448['next'];_0x19b448['previous']=null,_0x19b448['next']=null,null!=_0x154800&&_0x154800['next']==_0x19b448&&(_0x154800['next']=_0x9998db),null!=_0x9998db&&_0x9998db['previous']==_0x19b448&&(_0x9998db['previous']=_0x154800),'ready'==this['_suggestionState']['get'](_0x19b448)&&(this['_suggestionState']['set'](_0x19b448,'removed'),this['fire']('suggestionUnloaded',_0x19b448,_0x154800,_0x9998db));}['_setSuggestionData'](_0x49e6c0){const _0x1a289c=_0x49e6c0['id'],_0x3a46cd=this['addSuggestionData'](_0x49e6c0);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1074c7=this['editor']['plugins']['get']('PendingActions'),_0x67cfcb=_0x3a46cd['hasComments'],_0xcc811f=_0x3a46cd['subType']?_0x3a46cd['type']+':'+_0x3a46cd['subType']:_0x3a46cd['type'],_0x3ff206=this['editor']['locale'],_0x2dd1b1=_0x1074c7['add'](o(_0x3ff206,'PENDING_ACTION_SUGGESTION')),_0x320b09={'id':_0x1a289c,'type':_0xcc811f,'hasComments':_0x67cfcb,'data':_0x49e6c0['data']||null,'originalSuggestionId':_0x49e6c0['originalSuggestionId']||null,'attributes':_0x3a46cd['attributes']};this['_adapter']['addSuggestion'](_0x320b09)['then'](_0x3603af=>{_0x3a46cd['_saved']=!0x0,_0x1074c7['remove'](_0x2dd1b1),_0x3603af&&_0x3603af['createdAt']&&(this['_suggestions']['get'](_0x1a289c)['createdAt']=_0x3603af['createdAt']);})['catch'](_0x378e80=>{throw _0x2285b4('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3a46cd['discard']();}),_0x3a46cd['stopListening'](),this['_suggestions']['delete'](_0x3a46cd['id']),this['_suggestionState']['delete'](_0x3a46cd),_0x378e80;});}return _0x3a46cd;}['_isBlockAttribute'](_0x3eb068){return this['_blockAttributeKeys']['has'](_0x3eb068);}['_updateSuggestionData'](_0x2285f3,_0x9bc9cb){const _0x21c03b=this['editor']['plugins']['get']('PendingActions'),_0x46cf0e=this['getSuggestion'](_0x2285f3);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x46cf0e['_saved']){const _0x4ac72e=_0x21c03b['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x2285f3,_0x9bc9cb)['then'](()=>{_0x21c03b['remove'](_0x4ac72e);});}else _0x46cf0e['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2285f3,_0x9bc9cb);});}}['_getSuggestionData'](_0x40fc4f){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x104227('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x40fc4f);}['_handleNewSuggestionMarker'](_0x2c0487){const {id:_0x2a42eb,type:_0x48a765,subType:_0x2b6348,authorId:_0x41ce15}=this['_splitMarkerName'](_0x2c0487),_0xd516af=this['_suggestions']['get'](_0x2a42eb)||this['_createSuggestion'](_0x48a765,_0x2b6348,_0x2a42eb,_0x41ce15,{});switch(this['_checkSuggestionCorrectness'](_0xd516af,_0x48a765,_0x2b6348,_0x41ce15),this['_suggestionState']['get'](_0xd516af)){case'notReady':this['_getSuggestionData'](_0x2a42eb)['then'](_0x4fb8b5=>{let _0x49b01b=Promise['resolve']();_0x4fb8b5['hasComments']&&(_0x49b01b=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x2a42eb})),_0x49b01b['then'](()=>{this['addSuggestionData'](_0x4fb8b5)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0xd516af,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x2a42eb,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0xd516af,'ready'),this['fire']('suggestionLoaded',_0xd516af);break;case'ready':this['fire']('suggestionChanged',_0xd516af);}return _0xd516af['addMarkerName'](_0x2c0487),_0xd516af;}['_refreshSuggestionsChain'](_0x8d87bd){const _0x84a50b=Array['from'](_0x8d87bd),_0x435705=_0x84a50b['filter'](_0x43779c=>'attribute'==_0x43779c['type']);this['_refreshAttributeSuggestionsChain'](_0x435705);const _0x1509ee=_0x84a50b['filter'](_0xa3fc81=>!_0xa3fc81['isMultiRange']&&'attribute'!=_0xa3fc81['type']),_0x22a3d1=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x135306=>!_0x135306['isMultiRange']&&'attribute'!=_0x135306['type']),_0x7cb614=_0x22a3d1['filter'](_0x4396c7=>!_0x8d87bd['has'](_0x4396c7)),_0xdfb6a1=new Map(_0x22a3d1['map'](_0x39bd4f=>[_0x39bd4f,this['_suggestionFactory']['getSuggestionCallback'](_0x39bd4f['type'],_0x39bd4f['subType'],'chain')])),_0x137f7a=new Map(_0x22a3d1['map'](_0x539b06=>[_0x539b06,_0x539b06['getFirstRange']()])),_0x14e04c=new Set(),_0x4e8d9d=new Set();for(let _0x2d11ee=0x0;_0x2d11ee<_0x1509ee['length'];_0x2d11ee++)_0x4a566e(_0x1509ee[_0x2d11ee],_0x1509ee,_0x2d11ee+0x1);for(let _0xca017=0x0;_0xca017<_0x1509ee['length'];_0xca017++)_0x4a566e(_0x1509ee[_0xca017],_0x7cb614,0x0);const _0x38715f=new Set();for(let _0x4e37ce=0x0;_0x4e37ce<_0x1509ee['length'];_0x4e37ce++){const _0x25ed16=_0x1509ee[_0x4e37ce];!_0x4e8d9d['has'](_0x25ed16)&&_0x25ed16['previous']&&(_0x38715f['add'](_0x25ed16['previous']),_0x25ed16['previous']['next']===_0x25ed16&&(_0x25ed16['previous']['next']=null),_0x25ed16['previous']=null),!_0x14e04c['has'](_0x25ed16)&&_0x25ed16['next']&&(_0x38715f['add'](_0x25ed16['next']),_0x25ed16['next']['previous']===_0x25ed16&&(_0x25ed16['next']['previous']=null),_0x25ed16['next']=null);}function _0x4a566e(_0x2d5752,_0x52bc46,_0x5bc328){for(let _0xaad180=_0x5bc328;_0xaad180<_0x52bc46['length'];_0xaad180++){const _0x2417f6=_0x575d2d(_0x2d5752,_0x52bc46[_0xaad180]);_0x2417f6&&(_0x2417f6[0x0]['next']=_0x2417f6[0x1],_0x2417f6[0x1]['previous']=_0x2417f6[0x0],_0x14e04c['add'](_0x2417f6[0x0]),_0x4e8d9d['add'](_0x2417f6[0x1]));}}function _0x575d2d(_0xb117ee,_0x53a187){if(_0xb117ee['author']['id']!==_0x53a187['author']['id'])return null;const _0x529a32=_0xdfb6a1['get'](_0xb117ee)(_0xb117ee,_0x53a187,_0x137f7a['get'](_0xb117ee),_0x137f7a['get'](_0x53a187));if(!_0x529a32)return null;return _0xdfb6a1['get'](_0x53a187)(_0xb117ee,_0x53a187,_0x137f7a['get'](_0xb117ee),_0x137f7a['get'](_0x53a187))?_0x529a32[0x1]['commentThread']&&_0x529a32[0x1]['commentThread']['length']?null:_0x529a32:null;}_0x38715f['size']&&this['_refreshSuggestionsChain'](_0x38715f);}['_refreshAttributeSuggestionsChain'](_0x24ecbb){if(0x0==_0x24ecbb['length'])return;const _0x5d3fb8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x14daa1=>'attribute'==_0x14daa1['type']&&_0x14daa1['_isDataLoaded']),_0x7bcf6e=[],_0x43658a=new Map();for(const _0x5416e9 of _0x5d3fb8){const _0x34ab1b=_0x512500(_0x5416e9['attributes']);_0x43658a['has'](_0x34ab1b)||(_0x43658a['set'](_0x34ab1b,_0x7bcf6e['length']),_0x7bcf6e['push']([]));const _0x33bb95=_0x43658a['get'](_0x34ab1b);_0x7bcf6e[_0x33bb95]['push'](_0x5416e9);}!(function(){_0x7bcf6e['sort']((_0x154cb1,_0x67033f)=>{const _0x1ecfb3=_0x154cb1[0x0]['createdAt'],_0xed3dd6=_0x67033f[0x0]['createdAt'];return _0x1ecfb3==_0xed3dd6?_0x154cb1[0x0]['attributes']['groupId']<_0x67033f[0x0]['attributes']['groupId']?-0x1:0x1:_0x1ecfb3<_0xed3dd6?-0x1:0x1;});for(const _0x15d880 of _0x7bcf6e)_0x15d880['sort']((_0x2c1333,_0x11aa73)=>_0x2c1333['id']<_0x11aa73['id']?-0x1:0x1);}());for(let _0xc41d46=0x0;_0xc41d46<_0x7bcf6e['length'];_0xc41d46++){if(0x0==_0x7bcf6e[_0xc41d46]['length'])continue;const _0x26def0=[];for(let _0x284ebe=_0xc41d46+0x1;_0x284ebe<_0x7bcf6e['length'];_0x284ebe++)0x0!=_0x7bcf6e[_0x284ebe]['length']&&_0x27c54a(_0x7bcf6e[_0xc41d46],_0x7bcf6e[_0x284ebe])&&_0x26def0['push'](_0x284ebe);for(const _0x2e74da of _0x26def0)_0x7bcf6e[_0xc41d46]=_0x7bcf6e[_0xc41d46]['concat'](_0x7bcf6e[_0x2e74da]),_0x7bcf6e[_0x2e74da]=[];}for(const _0x5d6028 of _0x7bcf6e)for(let _0x4c8960=0x0;_0x4c8960<_0x5d6028['length'];_0x4c8960++){const _0x4a286b=_0x5d6028[_0x4c8960+0x1]||null;_0x5d6028[_0x4c8960]['next']!==_0x4a286b&&(_0x5d6028[_0x4c8960]['next']=_0x4a286b);}for(const _0x1333f3 of _0x7bcf6e)for(let _0x57b30d=0x0;_0x57b30d<_0x1333f3['length'];_0x57b30d++){const _0x47903a=_0x1333f3[_0x57b30d-0x1]||null;_0x1333f3[_0x57b30d]['previous']!==_0x47903a&&(_0x1333f3[_0x57b30d]['previous']=_0x47903a);}function _0x27c54a(_0x4e7d54,_0x5c5efc){if(_0x4e7d54[0x0]['attributes']['groupId']!==_0x5c5efc[0x0]['attributes']['groupId']&&_0x4e7d54[0x0]['author']!==_0x5c5efc[0x0]['author'])return!0x1;if(!function(_0x1f074c,_0x17dd05){if(!_0x1f074c['hasComments']&&!_0x17dd05['hasComments'])return!0x0;if(_0x1f074c['hasComments']&&_0x17dd05['hasComments'])return!0x1;if(_0x1f074c['hasComments']&&_0x17dd05['createdAt']<_0x1f074c['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x17dd05['hasComments']&&_0x1f074c['createdAt']<_0x17dd05['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x4e7d54[0x0],_0x5c5efc[0x0]))return!0x1;const _0x4713ed=xt(_0x4e7d54[0x0]['attributes'],'groupId'),_0x4406b2=xt(_0x5c5efc[0x0]['attributes'],'groupId');if(!_0x12e9c7(_0x4713ed,_0x4406b2))return!0x1;return!!_0x4e7d54['every'](_0x12e60d=>_0x5c5efc['some'](_0x3e3179=>_0x12e60d['getFirstRange']()['isEqual'](_0x3e3179['getFirstRange']())))&&_0x5c5efc['every'](_0x2d9c91=>_0x4e7d54['some'](_0x3e7789=>_0x2d9c91['getFirstRange']()['isEqual'](_0x3e7789['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x24dc7e){const _0xd39e8c=Array['from'](_0x24dc7e),_0x2ad67a=this['getSuggestions']({'skipNotAttached':!0x0}),_0x70f90c=_0x2ad67a['filter'](_0x3c9165=>!_0x24dc7e['has'](_0x3c9165)),_0x3b167f=new Map(_0xd39e8c['map'](_0x36ffee=>[_0x36ffee,this['_suggestionFactory']['getSuggestionCallback'](_0x36ffee['type'],_0x36ffee['subType'],'join')])),_0x38d8e8=new Map(_0x2ad67a['map'](_0x12bab5=>[_0x12bab5,_0x12bab5['getRanges']()]));for(let _0x3a032d=0x0;_0x3a032d<_0xd39e8c['length'];_0x3a032d++){if(_0x4c713a(this,_0xd39e8c[_0x3a032d],_0xd39e8c,_0x3a032d+0x1))return!0x0;}for(let _0x3f098b=0x0;_0x3f098b<_0xd39e8c['length'];_0x3f098b++){if(_0x4c713a(this,_0xd39e8c[_0x3f098b],_0x70f90c,0x0))return!0x0;}return!0x1;function _0x4c713a(_0x1e5499,_0x381b4f,_0x4350e5,_0x5e6091){for(let _0xcfd3c8=_0x5e6091;_0xcfd3c8<_0x4350e5['length'];_0xcfd3c8++){const _0x952834=_0x4350e5[_0xcfd3c8];if(_0x952834['type']!==_0x381b4f['type']||_0x952834['author']['id']!==_0x381b4f['author']['id']||_0x952834['subType']!==_0x381b4f['subType'])continue;if(!qt(_0x381b4f,_0x952834))continue;if('attribute'==_0x381b4f['type']&&_0x381b4f['data']['oldValue']!=_0x952834['data']['oldValue'])continue;if('attribute'==_0x381b4f['type']&&_0x1e5499['_isBlockAttribute'](_0x381b4f['data']['key']))continue;if('formatBlock'==_0x381b4f['type']){const _0x12241d=_0x1e5499['editor']['model'],_0x455216=_0x381b4f['getContainedElement']();if(_0x455216&&(_0x12241d['schema']['isObject'](_0x455216)||_0x12241d['schema']['isLimit'](_0x455216)))continue;}const _0x185312=_0x3b167f['get'](_0x381b4f),_0x9c0161=_0x38d8e8['get'](_0x381b4f),_0x24c539=_0x38d8e8['get'](_0x952834),_0x1b0f15=_0x381b4f['commentThread']&&_0x381b4f['commentThread']['length'],_0x1d0f99=_0x952834['commentThread']&&_0x952834['commentThread']['length'];if(!_0x1b0f15&&_0x185312(_0x24c539,_0x9c0161))return _0x1e5499['_joinSuggestions'](_0x952834,_0x381b4f),_0x38d8e8['delete'](_0x381b4f),!0x0;if(!_0x1d0f99&&_0x185312(_0x9c0161,_0x24c539))return _0x1e5499['_joinSuggestions'](_0x381b4f,_0x952834),_0x38d8e8['delete'](_0x952834),!0x0;}return!0x1;}}['_joinSuggestions'](_0x4eaa0c,_0x589b01){if(_0x4eaa0c['isMultiRange']){for(const _0x5738f5 of _0x589b01['getRanges']())_0x4eaa0c['addRange'](_0x5738f5);}else{const _0x20eb34=_0x589b01['getFirstRange']()['end'];this['_setSuggestionRange'](_0x4eaa0c,this['_model']['createRange'](_0x4eaa0c['getFirstRange']()['start'],_0x20eb34));}_0x589b01['removeMarkers']();}['_getMarkerAnnouncementText'](_0x596494,_0x5f1e44,_0x5100d6){const _0x37abfe=_0x596494['startsWith']('format')||_0x596494['startsWith']('attribute')?'FORMATTING':_0x596494['toUpperCase']();return o(this['editor']['locale'],_0x5f1e44+'_'+_0x37abfe+'_SUGGESTION_ANNOUNCEMENT',_0x5100d6);}['_initAriaMarkerChangeAnnouncements'](){const _0x58eff3=this['editor'];if(!_0x58eff3['ui'])return;const {ariaLiveAnnouncer:_0x29c6ea}=_0x58eff3['ui'];_0x8ba165(this['_model'],({left:_0x4ace2e,entered:_0x59e895})=>{for(const _0x2e97d4 of _0x4ace2e){const {group:_0x225a65,type:_0x4c3001}=this['_splitMarkerName'](_0x2e97d4['name']);if('suggestion'===_0x225a65){_0x29c6ea['announce'](this['_getMarkerAnnouncementText'](_0x4c3001,'LEAVE'));break;}}for(const _0x165b75 of _0x59e895){const {group:_0xbd9459,type:_0xd71ead}=this['_splitMarkerName'](_0x165b75['name']);if('suggestion'===_0xbd9459){_0x29c6ea['announce'](this['_getMarkerAnnouncementText'](_0xd71ead,'ENTER',_0x3ef39b(_0x16204c)));break;}}});}['_processAttributeChanges'](_0x14aa45){if(this['_recordAttributeSuggestions'])return!0x1;const _0x86755a=this['editor'],_0x47f5c9=_0x86755a['model']['document']['differ']['getChanges']();if(0x0==_0x47f5c9['length'])return!0x1;const _0x36d084=[],_0x4524f1=_0x47f5c9['filter'](_0x45c564=>'attribute'==_0x45c564['type']),_0x476457=_0x47f5c9['filter'](_0x4d142f=>'insert'==_0x4d142f['type']&&'$text'!=_0x4d142f['name']),_0x4997b6=_0x47f5c9['filter'](_0x440253=>'remove'==_0x440253['type']&&'$text'!=_0x440253['name']);for(const _0x1b3564 of _0x4524f1)_0x36d084['push']({'key':_0x1b3564['attributeKey'],'newValue':_0x1b3564['attributeNewValue'],'oldValue':_0x1b3564['attributeOldValue'],'range':Lt(_0x1b3564['range'],_0x86755a['model'])});for(const _0x186dc5 of _0x476457){const _0x316fe4=_0x4997b6['find'](_0x235a01=>_0x235a01['position']['isEqual'](_0x186dc5['position']));_0x316fe4&&_0x36d084['push']({'key':m,'newValue':_0x186dc5['name'],'oldValue':_0x316fe4['name'],'range':_0x86755a['model']['createRangeOn'](_0x186dc5['position']['nodeAfter'])});}return 0x0!=_0x36d084['length']&&this['_reduceExistingSuggestions'](_0x14aa45,_0x36d084);}['_processAttributeSuggestions'](_0x399fdf){let _0x101f94=!0x1;const _0x40569d=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4fc558=>_0x4fc558['data']['newRange']&&_0x4fc558['name']['startsWith']('suggestion:attribute:'));for(const _0x312dae of _0x40569d){const {subType:_0x223ac4,id:_0x4a86ee}=this['_splitMarkerName'](_0x312dae['name']),_0x7ff8e8=_0x223ac4['split']('|')[0x0];for(const _0x57047a of this['getSuggestions']({'skipNotAttached':!0x0}))_0x57047a['id']!=_0x4a86ee&&'attribute'==_0x57047a['type']&&_0x57047a['data']&&_0x57047a['data']['key']==_0x7ff8e8&&_0x57047a['getFirstRange']()['isIntersecting'](_0x312dae['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x57047a,_0x312dae['data']['newRange'],_0x399fdf),_0x101f94=!0x0);}return _0x101f94;}['_recordAttributeChanges'](_0x40a5c0){this['_recordAttributeSuggestions']=!0x0,_0x40a5c0();}['_isRegisteredAttribute'](_0x55d854){const _0x5c6c4c=this['_isBlockAttribute'](_0x55d854),_0x55b672=this['_inlineAttributeKeys']['has'](_0x55d854);return _0x5c6c4c||_0x55b672;}['_reduceExistingSuggestions'](_0x19a7d6,_0xbbc02a){if(0x0==_0xbbc02a['length'])return!0x1;let _0x54e1d9=!0x1;for(const _0x100241 of _0xbbc02a){const _0x35d80c=this['_findSuggestions'](_0x100241['range'],'attribute')['filter'](_0x16c204=>!_0x16c204['meta']['isNextTo'])['map'](_0x2149b2=>_0x2149b2['suggestion']),_0x2de73a=_0x512500({'newValue':_0x100241['newValue']});_0x35d80c['filter'](_0x43fce2=>{const [_0x550e1a,_0x2353e7]=_0x43fce2['subType']['split']('|');return _0x550e1a==_0x100241['key']&&_0x2353e7!=_0x2de73a;})['forEach'](_0x35f5bf=>{this['_reduceSuggestionAttributeRange'](_0x35f5bf,_0x100241['range'],_0x19a7d6),_0x54e1d9=!0x0;});}return _0x54e1d9;}['_reduceSuggestionAttributeRange'](_0x54033e,_0x7836f8,_0x360b23){const _0x39b7e7=_0x54033e['getFirstRange']()['getDifference'](_0x7836f8);0x0!==_0x39b7e7['length']?0x1!==_0x39b7e7['length']?this['_breakSuggestionMarker'](_0x54033e,_0x7836f8['start'],_0x7836f8['end']):this['_setSuggestionRange'](_0x54033e,_0x39b7e7[0x0]):_0x360b23['removeMarker'](_0x54033e['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4a57e4){this['_editor']=_0x4a57e4,this['_model']=_0x4a57e4['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x518c56,_0x27a957,_0x32ca12,_0x4780f0,_0x3150da,_0x5a5dd6){return new u(this['_model'],{'type':_0x518c56,'subType':_0x27a957,'id':_0x32ca12,'author':_0x4780f0,'creator':_0x4780f0,'attributes':_0x3150da,'onAttributesChange':_0x5a5dd6,'onAccept':(..._0x2f297a)=>this['getSuggestionCallback'](_0x518c56,_0x27a957,'accept')(..._0x2f297a),'onDiscard':(..._0x1a206a)=>this['getSuggestionCallback'](_0x518c56,_0x27a957,'discard')(..._0x1a206a)});}['registerCustomCallback'](_0xa29d1e,_0x481b7b,_0x4fccd3,_0x37edfc){const _0x77d9fe=_0xa29d1e+':'+_0x481b7b+':'+_0x4fccd3;this['_customCallbacks']['set'](_0x77d9fe,_0x37edfc);}['getSuggestionCallback'](_0x5ed38b,_0x14af26,_0x2c3e07){const _0x2402b2=_0x5ed38b+':'+_0x14af26+':'+_0x2c3e07;return this['_customCallbacks']['get'](_0x2402b2)||this['_defaultCallbacks']['get'](_0x5ed38b+':'+_0x2c3e07);}['_registerDefaultCallbacks'](){const _0x551de8=()=>!0x1,_0x410f02=_0x94a564=>{_0x94a564['sort']((_0x380c9b,_0x25fbdd)=>_0x380c9b['start']['isBefore'](_0x25fbdd['start'])?0x1:-0x1),this['_model']['change'](_0x2957d4=>{for(const _0x289ee3 of _0x94a564){let _0x2219dc;_0x2219dc=_0x289ee3['end']['isAtEnd']&&_0x289ee3['end']['parent']==_0x289ee3['start']['nodeAfter']?_0x2957d4['createSelection'](_0x289ee3['start']['nodeAfter'],'on'):_0x2957d4['createSelection'](_0x289ee3),this['_model']['deleteContent'](_0x2219dc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4040f9=(_0x2d2c4a,_0x1664da)=>{_0x1664da&&this['_model']['change'](_0x3a38f0=>{const {commandName:_0xa6bbed,commandParams:_0x58d88a=[]}=_0x1664da,_0x11212f=_0x2d2c4a['map'](_0x2bd95c=>(Vt(_0x2bd95c)&&(_0x2bd95c=this['_model']['createRange'](_0x2bd95c['end'])),_0x2bd95c))['filter'](_0x2cd6ca=>'$graveyard'!==_0x2cd6ca['root']['rootName']);if(_0x11212f['length']<0x1)return;const _0x6cbdd=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1a6c31=>_0x3f97db['fromRange'](_0x1a6c31));_0x3a38f0['setSelection'](_0x11212f);for(const _0x4586d9 of this['_editor']['commands']['commands']())_0x4586d9['refresh']();_0x58d88a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0xa6bbed,..._0x58d88a);const _0x2cbde2=_0x6cbdd['filter'](_0x1a89e3=>'$graveyard'!=_0x1a89e3['root']['rootName']);_0x2cbde2['length']>0x0&&_0x3a38f0['setSelection'](_0x2cbde2);for(const _0x23241b of _0x6cbdd)_0x23241b['detach']();});},_0x2595e6=(_0x451d25,_0xc803e6)=>0x1==_0x451d25['length']&&0x1==_0xc803e6['length']&&_0x451d25[0x0]['end']['isEqual'](_0xc803e6[0x0]['start']),_0x5ef4ba=(_0x5c890b,_0x3c3bad,_0x5b937a,_0x476809)=>Ht(_0x5c890b,_0x3c3bad,_0x5b937a,_0x476809)?[_0x5c890b,_0x3c3bad]:Ht(_0x3c3bad,_0x5c890b,_0x476809,_0x5b937a)?[_0x3c3bad,_0x5c890b]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x551de8),this['_defaultCallbacks']['set']('insertion:discard',_0x410f02),this['_defaultCallbacks']['set']('insertion:join',_0x2595e6),this['_defaultCallbacks']['set']('insertion:chain',_0x5ef4ba),this['_defaultCallbacks']['set']('deletion:accept',_0x410f02),this['_defaultCallbacks']['set']('deletion:discard',_0x551de8),this['_defaultCallbacks']['set']('deletion:join',_0x2595e6),this['_defaultCallbacks']['set']('deletion:chain',_0x5ef4ba),this['_defaultCallbacks']['set']('formatInline:accept',_0x4040f9),this['_defaultCallbacks']['set']('formatInline:discard',_0x551de8),this['_defaultCallbacks']['set']('formatInline:join',_0x2595e6),this['_defaultCallbacks']['set']('formatInline:chain',_0x551de8),this['_defaultCallbacks']['set']('formatBlock:accept',_0x4040f9),this['_defaultCallbacks']['set']('formatBlock:discard',_0x551de8),this['_defaultCallbacks']['set']('formatBlock:join',_0x2595e6),this['_defaultCallbacks']['set']('formatBlock:chain',_0x551de8),this['_defaultCallbacks']['set']('attribute:accept',_0x551de8),this['_defaultCallbacks']['set']('attribute:discard',(_0x453998,_0x55c127)=>{if(!_0x55c127)return;const _0x2465bd=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x191b6d=>{if(_0x55c127['key']==m)for(const _0x2c886c of _0x453998){const _0x176443=_0x2c886c['start']['nodeAfter'],_0x308f0e=_0x55c127['oldValue'];_0x191b6d['rename'](_0x176443,_0x308f0e);}else{if(_0x2465bd['_isBlockAttribute'](_0x55c127['key'])){for(const _0x545014 of _0x453998)void 0x0!==_0x55c127['oldValue']?_0x191b6d['setAttribute'](_0x55c127['key'],_0x55c127['oldValue'],_0x545014['start']['nodeAfter']):_0x191b6d['removeAttribute'](_0x55c127['key'],_0x545014['start']['nodeAfter']);}else{for(const _0x42fb83 of _0x453998)_0x55c127['oldValue']?_0x191b6d['setAttribute'](_0x55c127['key'],_0x55c127['oldValue'],_0x42fb83):_0x191b6d['removeAttribute'](_0x55c127['key'],_0x42fb83);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2595e6);}}function Ut(_0x5be529,_0x438b1b,_0x5cd94d){for(const _0x259c2d of _0x438b1b['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x259c2d['root']==_0x259c2d)return!0x1;if(!_0x5cd94d['containsItem'](_0x259c2d))return!0x1;if(_0x5be529['isObject'](_0x259c2d)||_0x5be529['isLimit'](_0x259c2d))return!0x0;}return!0x1;}function Vt(_0xf3233e){return _0xf3233e['end']['parent']==_0xf3233e['start']['nodeAfter']&&_0xf3233e['end']['isAtStart'];}function Pt(_0x76da7f,_0x195e56,_0x3792f6,_0x5d3091){const _0x233b53=_0x42fea3=>!_0x42fea3['item']['is']('$textProxy')&&!_0x5d3091['isObject'](_0x42fea3['item']),_0x4054e6=_0x76da7f['start']['getLastMatchingPosition'](_0x233b53),_0x48035f=_0x76da7f['end']['getLastMatchingPosition'](_0x233b53,{'direction':'backward'});return(!_0x76da7f['start']['isEqual'](_0x4054e6)||!_0x76da7f['end']['isEqual'](_0x48035f))&&(_0x4054e6['isBefore'](_0x48035f)?_0x3792f6['updateMarker'](_0x195e56,{'range':_0x3792f6['createRange'](_0x4054e6,_0x48035f)}):_0x3792f6['removeMarker'](_0x195e56),!0x0);}function Gt(_0x4ed9e8){return _0x512500(_0x4ed9e8);}function Ft(_0x42e8f8){const _0x3e85cd=_0x42e8f8['start']['nodeAfter'];return _0x3e85cd&&_0x3e85cd['is']('element');}function Lt(_0x5077fe,_0x18ca49){return null==_0x5077fe['end']['nodeBefore']&&_0x5077fe['end']['parent']==_0x5077fe['start']['nodeAfter']?Jt(_0x5077fe['start']['nodeAfter'],_0x18ca49):_0x5077fe;}function Jt(_0x24b669,_0x35d35f){const _0x27cbd2=_0x35d35f['schema']['isObject'](_0x24b669)||_0x35d35f['schema']['isSelectable'](_0x24b669);return _0x35d35f['createRange'](_0x35d35f['createPositionAt'](_0x24b669,'before'),_0x27cbd2?_0x35d35f['createPositionAfter'](_0x24b669):_0x35d35f['createPositionAt'](_0x24b669,'end'));}function Ht(_0x526422,_0x1d360d,_0x5856c1,_0x3ce83e){return!!qt(_0x526422,_0x1d360d)&&_0x5856c1['end']['isEqual'](_0x3ce83e['start']);}function qt(_0x3016d3,_0x5801a6){if(!_0x3016d3['_isDataLoaded']||!_0x5801a6['_isDataLoaded'])return!0x1;const _0x1de77e=new Set(Object['keys'](_0x3016d3['attributes'])),_0x5ecc15=new Set(Object['keys'](_0x5801a6['attributes']));if(_0x1de77e['delete']('groupId'),_0x5ecc15['delete']('groupId'),0x0==_0x1de77e['size']&&0x0==_0x5ecc15['size'])return!0x0;if(_0x1de77e['size']!=_0x5ecc15['size'])return!0x1;const _0x6b435b={..._0x3016d3['attributes']},_0x4a30d1={..._0x5801a6['attributes']};return delete _0x6b435b['groupId'],delete _0x4a30d1['groupId'],JSON['stringify'](_0x6b435b)==JSON['stringify'](_0x4a30d1);}function zt(_0x2ebe16,_0x24a1d6){const _0x168b8c=Kt(_0x2ebe16['attributes']),_0x30ebff=Kt(_0x24a1d6);if(!_0x2ebe16['_isDataLoaded'])return!0x1;for(const _0x457899 of Object['keys'](_0x30ebff))if(!_0x12e9c7(_0x168b8c[_0x457899],_0x30ebff[_0x457899]))return!0x1;return!0x0;}function Kt(_0x2ca510){const _0xc027bf=Object['assign']({},_0x2ca510);return delete _0xc027bf['skipNestingCheck'],delete _0xc027bf['tablePasteChainId'],_0xc027bf;}class ge extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x2a0ec8(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x8317e5,_0x566d30,_0x3a6353,_0x5800f1){super(),this['model']=_0x566d30,this['view']=_0x3a6353,this['commentThreadController']=_0x5800f1,this['_editor']=_0x8317e5,this['_acceptCommand']=_0x8317e5['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x8317e5['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x40c2ee,_0x8c7832)=>_0x40c2ee||_0x8c7832),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x35e3b9=>_0x35e3b9&&this['_editor']['model']['canEditAt'](_0x566d30['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xc50615=>_0xc50615&&this['_editor']['model']['canEditAt'](_0x566d30['getRanges']())),this['_pendingAction']=null,_0x3a6353['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3a6353,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3a6353,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3a6353,'change:isDirty',()=>{_0x3a6353['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 _0xd86db4=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0xd86db4);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0xe1d0ad{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x4ecc60,_0x9511f,_0x36c571,_0x445051){super(_0x4ecc60),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x4fcd3b(_0x4ecc60,o(_0x4ecc60,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x9511f['authoredAt']),this['bind']('authoredAt')['to'](_0x9511f),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',_0x9511f,'authoredAt',this,'descriptionParts',(_0x22616a,_0x1894aa,_0x3f5961)=>{const _0x2c4624=_0x3f5961['map'](_0x3c0832=>ns(_0x3c0832['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x22616a-0x1,_0x9511f['author']['name'],_0x1894aa?_0x445051['formatDateTime'](_0x1894aa):'',new DOMParser()['parseFromString'](_0x2c4624,'text/html')['body']['textContent']]);}),this['focusables']=new _0x2b5c1b(),this['focusTracker']=new _0x459086(),this['keystrokes']=new _0x3f23a7(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x48c08d=>_0x48c08d['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x9511f,this['_localUser']=_0x36c571,this['_config']=_0x445051,_0x445051['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x425024(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x5e21d2}=this['_config'];this['commentsListView']=new _0x5e21d2(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',_0x304350=>_0x304350+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xfa1f22,_0x4bc3b6)=>_0xfa1f22||!!_0x4bc3b6);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1c4d1f}=this['_config'],_0x2469c2=new _0x1c4d1f(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x11d45c=_0x2469c2['commentInputView'];return _0x2469c2['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x11d45c,'value',(_0x42de68,_0x56f323,_0x4b261a)=>!!_0x4b261a||_0x42de68&&!_0x56f323),_0x11d45c['on']('submit',(_0x2b2667,_0x41b93c)=>{this['fire']('addComment',_0x41b93c),_0x11d45c['editor']['setData']('');}),_0x11d45c['on']('cancel',()=>this['focus']()),_0x11d45c['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2469c2;}}class de extends as{['suggestionView'];['_descriptionElement'];constructor(_0x4f9853,_0x5f2756,_0x4a3113,_0x276a4e){super(_0x4f9853,_0x5f2756,_0x4a3113,_0x276a4e),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x88b26d=>_0x88b26d&&_0x88b26d[0x0]?_0x88b26d[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x40e125,_0x455fef)=>{let _0x378cab='';for(const _0x18538d of _0x40e125)_0x378cab+='<p>'+ns(_0x18538d['content'],_0x18538d['color'])+'</p>';return _0x455fef?_0x378cab:ti(_0x378cab,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x276a4e['SuggestionView'](_0x4f9853,_0x5f2756,{'formatDateTime':_0x276a4e['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 _0x1ef458=this['bindTemplate'],_0x2f8c48=[this['suggestionView']];return this['commentsListView']&&_0x2f8c48['push'](this['commentsListView']),this['commentThreadInputView']&&_0x2f8c48['push'](this['commentThreadInputView']),_0x2f8c48['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x1ef458['if']('isActive','ck-suggestion-wrapper--active'),_0x1ef458['to']('type',_0x276416=>'ck-suggestion-'+_0x276416),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':_0x1ef458['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x2f8c48};}['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 ue extends _0xe1d0ad{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x3ea54b,_0x5ca80c,_0x415d66){super(_0x3ea54b),this['_model']=_0x5ca80c,this['_config']=_0x415d66,this['set']('description',''),this['bind']('authoredAt')['to'](_0x5ca80c),this['acceptButton']=this['_createButton'](o(_0x3ea54b,'Accept\x20suggestion'),_0x55d1a0['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x3ea54b,'Discard\x20suggestion'),_0x55d1a0['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x40223b(_0x3ea54b,_0x5ca80c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x2b5c1b([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x459086(),this['keystrokes']=new _0x3f23a7(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x184c01=>_0x184c01['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x29fa88=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x29fa88['innerHTML']=this['description'],this['on']('change:description',(_0x2a36c7,_0x1fdbb6,_0x49b0dd)=>{_0x29fa88['innerHTML']=_0x49b0dd;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x134f5c=this['bindTemplate'],_0x3f48a9=[{'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']}},{'tag':'time','attributes':{'datetime':_0x134f5c['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x134f5c['to']('authoredAt',_0x40bb17=>this['_config']['formatDateTime'](_0x40bb17))}]}]},{'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']&&_0x3f48a9['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':_0x3f48a9}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x263d4b,_0x2940b5,_0x49b381,_0xf38a10,_0x2aabca){const _0x31f70e=new _0x31df53(this['locale']);return _0x31f70e['set']({'label':_0x263d4b,'icon':_0x2940b5,'tooltip':!0x0,'tooltipPosition':_0x2aabca}),_0x31f70e['extendTemplate']({'attributes':{'class':_0x49b381}}),_0x31f70e['on']('execute',()=>{this['fire'](_0xf38a10,this['_model']['id']);}),_0x31f70e;}['_setupKeyboardNavigation'](){const _0x3e3900=this['element'];this['keystrokes']['listenTo'](_0x3e3900);for(const _0x4a4b65 of this['focusables'])this['focusTracker']['add'](_0x4a4b65['element']),this['keystrokes']['listenTo'](_0x4a4b65['element']);this['keystrokes']['set']('enter',(_0x357861,_0x12f86d)=>{_0x3e3900===_0x357861['target']&&(this['focusCycler']['focusFirst'](),_0x12f86d());}),this['keystrokes']['set']('esc',(_0x318f94,_0x19486c)=>{_0x3e3900!==_0x318f94['target']&&(this['focus'](),_0x19486c());});}}var Ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x5c4eb9{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x1c96ed,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3e562c){super(_0x3e562c),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x46d91b=this['editor']['config'];_0x46d91b['define']('trackChanges.SuggestionThreadView',de),_0x46d91b['define']('trackChanges.SuggestionView',ue),_0x46d91b['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x46d91b['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4b95e3,_0x2fbaf6){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x24e3d5,_0x4f6b19]of this['_handleControllerBuffer']){const _0x3ffce8=this['_suggestionToController']['has'](_0x24e3d5);_0x3ffce8||_0x4f6b19?_0x3ffce8&&_0x4f6b19&&this['_destroyController'](_0x24e3d5):this['_initializeController'](_0x24e3d5);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4b95e3,_0x2fbaf6);}['init'](){const _0x428be1=this['editor'],_0x369657=_0x428be1['plugins']['get']('TrackChangesEditing'),_0x4482fc=_0x428be1['plugins']['get']('Annotations'),_0x571f10=_0x428be1['plugins']['get']('EditorAnnotations'),_0x3bdd5c=_0x428be1['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x571f10['addSourceCollector'](()=>{const _0x3fc690=[];for(const [_0x477523,_0x5ba20f]of Array['from'](this['_suggestionToController'])){const _0x4e5bbe=_0x477523['getAllAdjacentSuggestions'](),_0x25f7ed=[];for(const _0x23afca of _0x4e5bbe){if(!_0x23afca['isInContent'])continue;if(_0x23afca['isMultiRange']){_0x25f7ed['push'](..._0x23afca['getRanges']());continue;}const _0x5e5ad0=_0x23afca['getFirstRange']();if(_0x25f7ed['length']>0x0){const _0x6dc398=_0x25f7ed[0x0]['getJoined'](_0x5e5ad0);if(_0x6dc398){_0x25f7ed[0x0]=_0x6dc398;continue;}}_0x25f7ed['push'](_0x5e5ad0);}_0x3fc690['push']([_0x5ba20f['view'],_0x25f7ed]);}return _0x3fc690;}),this['listenTo'](_0x369657,'suggestionLoaded',(_0x45bf87,_0x5a5cd8)=>{this['listenTo'](_0x5a5cd8,'change:previous',(_0x272198,_0x260693,_0x571c5b,_0x32737e)=>{_0x5a5cd8['isInContent']&&(null==_0x571c5b?(this['_updateController'](_0x32737e['head']),this['_handleSuggestionControllerDelayed'](_0x5a5cd8,!0x1)):(this['_updateController'](_0x571c5b['head']),null==_0x32737e&&this['_handleSuggestionControllerDelayed'](_0x5a5cd8,!0x0)));}),null!==_0x5a5cd8['previous']?this['_updateController'](_0x5a5cd8['head']):this['_handleSuggestionControllerDelayed'](_0x5a5cd8,!0x1);}),this['listenTo'](_0x369657,'suggestionUnloaded',(_0xd0a9e0,_0x42b6d1,_0x27c663)=>{this['stopListening'](_0x42b6d1,'change:previous'),this['_handleControllerBuffer']['delete'](_0x42b6d1),this['_suggestionToController']['has'](_0x42b6d1)&&this['_destroyController'](_0x42b6d1),_0x27c663&&this['_updateController'](_0x27c663['head']);}),this['listenTo'](_0x369657,'suggestionChanged',(_0x4b5ff1,_0x59ff78)=>{this['_updateController'](_0x59ff78);}),this['listenTo'](_0x4482fc,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3bdd5c,'addComment',(_0x4a1c61,{threadId:_0x21a8aa,isFromAdapter:_0x43ec76})=>{if(_0x43ec76||!_0x369657['hasSuggestion'](_0x21a8aa))return;const _0x2a197d=_0x369657['getSuggestion'](_0x21a8aa);this['_suggestionToController']['get'](_0x2a197d)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x26fdb0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x13e7ab;for(const _0x25a695 in _0x26fdb0){const _0x1e8129=_0x25a695,_0x37c8ad=_0x26fdb0[_0x1e8129];if('trackChangesLicenseKeyValid'==_0x37c8ad||'trackChangesLicenseKeyInvalid'==_0x37c8ad||'trackChangesLicenseKeyExpired'==_0x37c8ad||'trackChangesLicenseKeyDomainLimit'==_0x37c8ad||'trackChangesLicenseKeyNotAllowed'==_0x37c8ad||'trackChangesLicenseKeyEvaluationLimit'==_0x37c8ad||'trackChangesLicenseKeyTrialLimit'==_0x37c8ad||'trackChangesLicenseKeyDevelopmentLimit'==_0x37c8ad||'trackChangesLicenseKeyUsageLimit'==_0x37c8ad){delete _0x26fdb0[_0x1e8129],_0x13e7ab=_0x37c8ad,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyDevelopmentLimit'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('developmentLimit'),'trackChangesLicenseKeyUsageLimit'==_0x13e7ab&&_0x26fdb0['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x175c68=this['editor']['plugins']['get']('Annotations'),_0x4a4225=this['editor']['plugins']['get']('TrackChangesEditing'),_0x565a93=Array['from'](_0x175c68['activeAnnotations'],_0x12dd1b=>_0x12dd1b['innerView'])['filter'](_0x3f39ba=>this['_viewToController']['has'](_0x3f39ba)),_0x390f8e=[];for(const _0xb5bfc0 of _0x565a93){const _0x17a070=this['_viewToController']['get'](_0xb5bfc0)['model']['getAllAdjacentSuggestions']();_0x390f8e['push'](..._0x17a070['reduce']((_0x50ed31,_0x31cffc)=>[..._0x50ed31,..._0x31cffc['getMarkerNames']()],[]));}_0x4a4225['activeMarkers']=_0x390f8e;}['_addUIComponentsToFactory'](){const _0x402a54=this['editor'],_0x1629ea=_0x402a54['locale'],_0x1d8151=o(_0x1629ea,'Track\x20changes'),_0x5a68bb=new _0x44248f([{'type':'switchbutton','model':new _0x43b08e({'withText':!0x0,'isToggleable':!0x0,'label':_0x1d8151,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x43b08e({'withText':!0x0,'label':o(_0x1629ea,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x43b08e({'withText':!0x0,'label':o(_0x1629ea,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x43b08e({'withText':!0x0,'label':o(_0x1629ea,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x43b08e({'withText':!0x0,'label':o(_0x1629ea,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x12f3fe of _0x5a68bb)if(pe(_0x12f3fe)){const _0x29d865=_0x402a54['commands']['get'](_0x12f3fe['model']['commandName']);_0x12f3fe['model']['bind']('isOn','isEnabled')['to'](_0x29d865,'value','isEnabled');}_0x402a54['ui']['componentFactory']['add']('trackChanges',_0x18c8d4=>this['_createToolbarButton'](_0x18c8d4,_0x5a68bb,_0x1d8151)),_0x402a54['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1eb2a2=>this['_createMenuBarMenu'](_0x1eb2a2,_0x5a68bb,_0x1d8151));}['_createToolbarButton'](_0x3f98d5,_0x41a8dc,_0x310a62){const _0x3e88a9=_0x14bc60(_0x3f98d5,_0x146d75),_0x60280f=this['editor']['commands']['get']('trackChanges');_0x3e88a9['buttonView']['set']({'tooltip':_0x310a62,'label':_0x310a62,'icon':Ce}),_0x3e88a9['buttonView']['bind']('isOn')['to'](_0x60280f,'value'),_0x3e88a9['buttonView']['on']('execute',()=>{_0x60280f['execute'](),this['editor']['editing']['view']['focus']();}),te(_0x3e88a9,_0x41a8dc,{'role':'menu'});const _0x57678f=[];for(const _0x4d1ef1 of _0x41a8dc)pe(_0x4d1ef1)&&_0x57678f['push'](this['editor']['commands']['get'](_0x4d1ef1['model']['commandName']));const _0x1b11f8=_0x3e88a9['buttonView'];return _0x1b11f8['actionView']['unbind']('isEnabled'),_0x1b11f8['arrowView']['unbind']('isEnabled'),_0x1b11f8['actionView']['bind']('isEnabled')['to'](_0x60280f,'isEnabled'),_0x1b11f8['arrowView']['bind']('isEnabled')['toMany'](_0x57678f,'isEnabled',(..._0xfa6cb3)=>_0xfa6cb3['some'](_0x2b0380=>_0x2b0380)),_0x3e88a9['on']('execute',_0x20f447=>{this['editor']['execute'](_0x20f447['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x3e88a9;}['_createMenuBarMenu'](_0x328c70,_0x4038ce,_0x272d48){const _0x2c43e0=new _0x51ad4a(_0x328c70),_0x137f1b=this['editor']['commands']['get']('trackChanges');_0x2c43e0['buttonView']['set']({'label':_0x272d48,'icon':Ce});const _0xf2b580=new _0x4fb3cd(_0x328c70);for(const _0x575eea of _0x4038ce){if('separator'==_0x575eea['type']){_0xf2b580['items']['add'](new _0x4f96a1(_0x328c70));continue;}const _0x36107e=new _0x418406(_0x328c70,_0x2c43e0),_0x35999f=new _0x56c8b2(_0x328c70),_0x3d5e9b=_0x575eea['model'];_0x35999f['bind'](...Object['keys'](_0x3d5e9b))['to'](_0x3d5e9b),_0x35999f['delegate']('execute')['to'](_0x2c43e0),_0x35999f['on']('execute',()=>{this['editor']['execute'](_0x3d5e9b['commandName']),this['editor']['editing']['view']['focus']();}),_0x36107e['children']['add'](_0x35999f),_0xf2b580['items']['add'](_0x36107e);}return _0x2c43e0['bind']('isEnabled')['to'](_0x137f1b,'isEnabled'),_0x2c43e0['panelView']['children']['add'](_0xf2b580),_0x2c43e0;}['_initializeController'](_0x52e45c){const _0x3d8dfc=this['editor'],_0x5462c1=_0x3d8dfc['config'],_0x3c6684=_0x3d8dfc['plugins']['get']('Annotations'),_0x522379=_0x3d8dfc['plugins']['get']('CommentsRepository'),_0x538997=_0x3d8dfc['plugins']['get']('EditorAnnotations'),_0xfaeba5=_0x3d8dfc['plugins']['get'](_0x1c96ed)['me'],_0x227f97=_0x5462c1['get']('trackChanges')['SuggestionThreadView'],_0x57623a=_0x5462c1['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x462584,CommentThreadInputView:_0x3b374a}=_0x3d8dfc['plugins']['get']('CommentsUI');let _0x241314,_0x5b9ee0,_0x511f59;this['_annotationViews']['has'](_0x52e45c['id'])?(_0x5b9ee0=this['_annotationViews']['get'](_0x52e45c['id']),_0x241314=_0x5b9ee0['mainView']):(_0x241314=new _0x227f97(_0x3d8dfc['locale'],_0x52e45c,_0xfaeba5,{'disableComments':this['_disableComments'],'editorConfig':{..._0x5462c1['get']('comments.editorConfig'),'licenseKey':_0x5462c1['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x5462c1['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5462c1['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5462c1['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5e9bd4(_0x5462c1['get']('locale')),'CommentView':_0x5462c1['get']('comments')['CommentView'],'CommentsListView':_0x462584,'CommentThreadInputView':_0x3b374a,'SuggestionView':_0x57623a}),_0x241314['suggestionView']['acceptButton']['on']('execute',()=>{_0x3d8dfc['editing']['view']['focus']();}),_0x241314['suggestionView']['discardButton']['on']('execute',()=>{_0x3d8dfc['editing']['view']['focus']();}),_0x5b9ee0=_0x3c6684['createAnnotationView'](this['editor']['locale'],_0x241314),_0x5b9ee0['bind']('isDirty')['to'](_0x241314,'isDirty'),_0x5b9ee0['bind']('length')['to'](_0x241314),_0x5b9ee0['bind']('type')['to'](_0x241314,'type',_0x4877a5=>'suggestion-'+_0x4877a5),_0x241314['on']('escape',()=>{_0x511f59['fire']('escape');}),this['_annotationViews']['set'](_0x52e45c['id'],_0x5b9ee0));const _0x199553=_0x522379['createCommentThreadController'](_0x52e45c['commentThread'],_0x241314),_0x834884=new ge(_0x3d8dfc,_0x52e45c,_0x241314,_0x199553),_0x22547=_0x52e45c['getAllAdjacentSuggestions']()['filter'](_0x519531=>_0x519531['isInContent']);_0x241314['descriptionParts']=_0x3d8dfc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x22547),this['_suggestionToController']['set'](_0x52e45c,_0x834884),this['_viewToController']['set'](_0x241314,_0x834884),_0x511f59=_0x3c6684['createAnnotation']({'view':_0x5b9ee0,'target':()=>{const _0x47b0bc=[],_0x36936c=_0x52e45c['getAllAdjacentSuggestions']()['filter'](_0x49d670=>_0x49d670['isInContent']);for(const _0x40f6dc of _0x36936c)_0x47b0bc['push'](..._0x40f6dc['getMarkers']());return _0x1fa622(_0x3d8dfc['editing'],_0x47b0bc);},'type':()=>'suggestion-'+_0x834884['view']['type']}),_0x522379['_bindAnnotationToEditors'](_0x241314,_0x511f59),_0x3c6684['add'](_0x511f59),_0x538997['registerAnnotation'](_0x511f59);}['_destroyController'](_0x5a78bd){const _0x4d148a=this['editor']['plugins']['get']('CommentsRepository'),_0x15be02=this['editor']['plugins']['get']('Annotations'),_0x1cb2e2=this['_suggestionToController']['get'](_0x5a78bd),_0x21420c=_0x1cb2e2['view'],_0x693f2c=_0x15be02['getByInnerView'](_0x21420c);_0x4d148a['_unbindEditors'](_0x21420c),_0x693f2c&&_0x15be02['remove'](_0x693f2c),this['_suggestionToController']['delete'](_0x5a78bd),this['_viewToController']['delete'](_0x21420c),_0x1cb2e2['destroy']();}['_updateController'](_0x2a7ff6){if(!_0x2a7ff6['isInContent']||!this['_suggestionToController']['has'](_0x2a7ff6))return;const _0xd406d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49578e=this['_suggestionToController']['get'](_0x2a7ff6),_0x438b2f=_0x2a7ff6['getAllAdjacentSuggestions']();_0x49578e['view']['descriptionParts']=_0xd406d['descriptionFactory']['getDescriptions'](_0x438b2f);}['destroy'](){for(const _0x2f3dd4 of this['_suggestionToController']['keys']())this['_destroyController'](_0x2f3dd4);for(const _0x52478d of this['_annotationViews']['values']())_0x52478d['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function pe(_0x1e54c5){return'model'in _0x1e54c5;}class k extends _0x5c4eb9{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x387278){this['editor']['plugins']['get'](p)['adapter']=_0x387278;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x521083){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x521083);}['getSuggestions']({skipNotAttached:_0x50fc7b=!0x1,toJSON:_0x3a7046=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x50fc7b,'toJSON':_0x3a7046});}['getSuggestion'](_0x6c9857){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x6c9857);}}const w=['Pagination'];class T extends _0x5c4eb9{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x56bc03=this['editor'];if(_0x56bc03['config']['define']('trackChangesData.editorCreator',_0x3bbffa=>{const _0x4a172e=_0x56bc03['model']['document']['getRootNames']()['reduce']((_0x1374d5,_0x2b7a3a)=>(_0x1374d5[_0x2b7a3a]='',_0x1374d5),{});return _0x56bc03['constructor']['create'](_0x4a172e,_0x3bbffa);}),'function'!=typeof _0x56bc03['config']['get']('trackChangesData')['editorCreator'])throw new _0x104227('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4cdf69){return N(this['editor'],!0x0,_0x4cdf69);}['getDataWithDiscardedSuggestions'](_0x5f447e){return N(this['editor'],!0x1,_0x5f447e);}}class D extends _0x5c4eb9{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2f79dd){function _0x330284(_0x53b099){return _0x53b099['map'](_0x21d2a8=>String['fromCharCode'](_0x21d2a8))['join']('');}super(_0x2f79dd),this['result']='end',_0x2f79dd[_0x330284([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x330284([0x76,0x69,0x65,0x77])][_0x330284([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x330284([0x61,0x75,0x74,0x6f]),_0x2f79dd[_0x330284([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x330284([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x330284([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x330284([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x330284([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 v(_0x5b1e20){return void 0x0!==_0x5b1e20['getRootsAttributes'];}async function N(_0x9cd137,_0x67ac4b,_0x4193ee){const _0x4cbcd7=_0x40fe9e(_0x9cd137,w);_0x4cbcd7['plugins']['push'](p,D),_0x4cbcd7['rootsAttributes']=v(_0x9cd137)?_0x9cd137['getRootsAttributes']():void 0x0;const _0x21a365=document['createDocumentFragment'](),_0x4f08a9=_0x9cd137['config']['get']('trackChangesData')['editorCreator'],_0x21bd2e=await _0x4f08a9(_0x4cbcd7,()=>function(_0x12883d){const _0x5132d1=document['createElement']('div');return _0x12883d['appendChild'](_0x5132d1),_0x5132d1;}(_0x21a365));!function(_0x484162,_0x31b00a){const _0x56ceea=_0x484162['model']['document']['getRootNames']()['reduce']((_0xd22658,_0x129c01)=>(_0xd22658[_0x129c01]=_0x484162['data']['get']({'rootName':_0x129c01}),_0xd22658),{}),_0x507dec=_0x484162['plugins']['get']('Users')['users']['map'](_0x20b9fa=>({'id':_0x20b9fa['id'],'name':_0x20b9fa['name']})),_0x480193=_0x484162['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x390169=_0x484162['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xec170a=_0x31b00a['plugins']['get']('Users'),_0x556648=_0x31b00a['plugins']['get']('TrackChangesEditing'),_0x26e73f=_0x31b00a['plugins']['get']('CommentsRepository');for(const _0x28f5bc of _0x26e73f['getCommentThreads']())_0x28f5bc['remove']();for(const _0x605b64 of _0x507dec)_0xec170a['getUser'](_0x605b64['id'])||_0xec170a['addUser'](_0x605b64);_0xec170a['me']||_0xec170a['useAnonymousUser']();for(const _0x7cb1b of _0x390169)_0x26e73f['addCommentThread'](_0x7cb1b);for(const _0x1113b4 of _0x480193)_0x556648['addSuggestionData'](_0x1113b4);_0x31b00a['data']['set'](_0x56ceea);}(_0x9cd137,_0x21bd2e),_0x21bd2e['execute'](_0x67ac4b?'acceptAllSuggestions':'discardAllSuggestions');const _0x34fd64=v(_0x21bd2e)?_0x21bd2e['getFullData'](_0x4193ee):_0x21bd2e['data']['get'](_0x4193ee);return await _0x21bd2e['destroy'](),_0x34fd64;}export{as as BaseSuggestionThreadView,u as Suggestion,de as SuggestionThreadView,ue as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing};
|