@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250219.0 → 0.0.0-nightly-20250220.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +25 -25
- 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 Yt,Plugin as
|
|
24
|
-
_0x1c572a(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x180a3d,_0x115655){super(),this['id']=_0x115655['id'],this['type']=_0x115655['type'],this['subType']=_0x115655['subType']||null,this['author']=_0x115655['author'],this['creator']=_0x115655['creator']||_0x115655['author'],this['isExternal']=Boolean(_0x115655['attributes']&&_0x115655['attributes']['@external']),this['data']=null,this['_model']=_0x180a3d,this['_onAccept']=_0x115655['onAccept'],this['_onDiscard']=_0x115655['onDiscard'],this['_onAttributesChange']=_0x115655['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x115655['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 _0x31ac12=this;for(;_0x31ac12['previous'];)_0x31ac12=_0x31ac12['previous'];return _0x31ac12;}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'](_0x302ffc){this['_markerNames']['add'](_0x302ffc);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x468cc3=>this['_model']['markers']['get'](_0x468cc3))['filter'](_0x23ed67=>_0x23ed67);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x35fa17=>{for(const _0x5b844e of this['getMarkers']())_0x35fa17['removeMarker'](_0x5b844e);}),this['_markerNames']['clear']();}['removeMarker'](_0x4d87d4){this['_model']['change'](_0x10c5c2=>{_0x10c5c2['removeMarker'](_0x4d87d4);}),this['_markerNames']['delete'](_0x4d87d4);}['addRange'](_0x5936c2){const _0x4972ff='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x4972ff),this['_model']['change'](_0x4689ed=>{_0x4689ed['addMarker'](_0x4972ff,{'range':_0x5936c2,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x302441){for(const _0x5c0f58 of this['getRanges']())if(_0x5c0f58['isIntersecting'](_0x302441))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x5e5cbe=>_0x5e5cbe['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x197b72,_0x36972b)=>[..._0x197b72,..._0x36972b['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1e0d45=this['getRanges']();if(0x1!=_0x1e0d45['length'])return null;const _0x3d4ef5=_0x1e0d45[0x0],_0x4a6984=_0x3d4ef5['start']['nodeAfter'],_0x3a934e=_0x3d4ef5['end']['nodeBefore'];return _0x4a6984 instanceof _0x2dca15?_0x4a6984!=_0x3a934e?null:_0x4a6984: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 _0x5ef5a9=[];let _0x1a9402=this['head'];for(;_0x1a9402;)_0x5ef5a9['push'](_0x1a9402),_0x1a9402=_0x1a9402['next'];return _0x5ef5a9;}['setAttribute'](_0x5a4a39,_0x37c21a){const _0x22fad6=_0x5c4c26(this['attributes']);_0x111f07(_0x22fad6,_0x5a4a39,_0x37c21a),_0x57f90c(_0x22fad6,this['attributes'])||(this['attributes']=_0x22fad6,this['_onAttributesChange'](_0x22fad6));}['removeAttribute'](_0x588a7f){const _0x590442=_0x5c4c26(this['attributes']);_0x193ba6(_0x590442,_0x588a7f),_0x57f90c(_0x590442,this['attributes'])||(this['attributes']=_0x590442,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 _0x161b41()['substr'](0x1,0x5);}}function o(_0x4c4775,_0x280249,_0x4806dd){const _0x1f584b=_0x4c4775['t'],t=_0x4c4775['t'];switch(_0x280249){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x4806dd);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4806dd);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4806dd);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4806dd);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4806dd);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',_0x4806dd);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4806dd);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4806dd);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4806dd);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4806dd);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4806dd);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4806dd);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4806dd);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x4806dd);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4806dd);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4806dd);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4806dd);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4806dd);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4806dd);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4806dd);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4806dd);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4806dd);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4806dd);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4806dd);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'},_0x4806dd);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4806dd);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4806dd);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4806dd);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4806dd);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4806dd);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4806dd);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4806dd);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4806dd);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'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4806dd);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4806dd);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'},_0x4806dd);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x4806dd);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 _0x1f584b({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x4806dd);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x1f584b({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x4806dd);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x4806dd);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'},_0x4806dd);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'},_0x4806dd);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'},_0x4806dd);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x280249;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x3ed5b9,_0x5c0fca){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x3ed5b9,this['_locale']=_0x5c0fca;}['getDescriptions'](_0x48d54a){const _0x3a51c0=[],_0x4a9883=new Set(),_0x38f3fb=new Set();for(let _0x208cf7=0x0;_0x208cf7<_0x48d54a['length'];_0x208cf7++){const _0x20a361=_0x48d54a[_0x208cf7];if(!_0x20a361['isInContent'])continue;const _0x3e4095=this['_handleCustomCallbackDescription'](_0x20a361);if(_0x3e4095){if(null!=_0x20a361['subType']){if(_0x4a9883['has'](_0x20a361['subType']))continue;_0x4a9883['add'](_0x20a361['subType']);}_0x3a51c0['push'](_0x3e4095);}else{if('attribute'!=_0x20a361['type'])'insertion'!=_0x20a361['type']&&'deletion'!=_0x20a361['type']||this['_handleInsertRemoveSuggestionDescription'](_0x3a51c0,_0x20a361,_0x48d54a[_0x208cf7+0x1]);else{const _0xe7b695=_0x20a361['data']['key'];if(_0x38f3fb['has'](_0xe7b695))continue;_0x38f3fb['add'](_0x20a361['data']['key']),_0xe7b695==m?this['_handleRenameSuggestionDescription'](_0x3a51c0,_0x20a361):this['_handleAttributeSuggestionDescription'](_0x3a51c0,_0x20a361);}}}return this['_resolveDescriptionItems'](_0x3a51c0);}['registerDescriptionCallback'](_0xbbce5e){this['_customCallbacks']['push'](_0xbbce5e);}['registerElementLabel'](_0x3ce934,_0x1bf975,_0x1fd536=_0x307cb7['normal']){'function'==typeof _0x3ce934?_0x1e6b12(this['_itemLabelsCallbacks'],{'matchingCallback':_0x3ce934,'label':_0x1bf975,'priority':_0x1fd536}):this['_itemLabels']['set'](_0x3ce934,_0x1bf975);}['registerAttributeLabel'](_0x1f833d,_0x26588e){this['_attributeLabels']['set'](_0x1f833d,_0x26588e);}['getItemLabel'](_0x46a9f9,_0x186407=0x1){let _0x257282;for(const _0x321871 of this['_itemLabelsCallbacks'])if(_0x321871['matchingCallback'](_0x46a9f9)){_0x257282=_0x321871['label'];break;}return _0x257282||(_0x257282=this['_itemLabels']['get'](_0x46a9f9['name'])),_0x257282?_0x257282(_0x186407):0x1!==_0x186407?_0x186407+'\x20'+_0x46a9f9['name']+'s':''+_0x46a9f9['name'];}['_addDescriptionItems'](_0x472506,_0x2ede32){const _0x50fc7c=_0x2ede32['getFirstRange']()['getWalker'](),_0x2813c6='insertion'==_0x2ede32['type']?'add':'remove';for(const _0x5b1f48 of _0x50fc7c){const _0x2600e2=_0x5b1f48['item'],_0x3241a0=_0x472506[_0x472506['length']-0x1];if(_0x2600e2['is']('$textProxy'))_0x3241a0&&_0x3241a0['type']['indexOf']('Container')>-0x1&&_0x472506['pop'](),_0x3241a0&&'text'==_0x3241a0['type']?_0x3241a0[_0x2813c6]+=_0x2600e2['data']:_0x472506['push']({'type':'text','add':'add'==_0x2813c6?_0x2600e2['data']:'','remove':'remove'==_0x2813c6?_0x2600e2['data']:''});else{if(this['_schema']['isObject'](_0x2600e2)){const _0x3cf20b=_0x2600e2;if(_0x3241a0&&_0x3241a0['type']['indexOf']('Container')>-0x1&&_0x472506['pop'](),'elementEnd'==_0x5b1f48['type'])continue;_0x3241a0&&_0x3241a0['type']==_0x2813c6+'Object'&&_0x3241a0['element']['name']==_0x3cf20b['name']?_0x3241a0['quantity']++:_0x472506['push']({'type':_0x2813c6+'Object','element':_0x3cf20b,'quantity':0x1}),_0x50fc7c['skip'](_0x15c18b=>!('elementEnd'==_0x15c18b['type']&&_0x15c18b['item']==_0x2600e2));}else{if(this['_schema']['checkChild'](_0x2600e2,'$text')||_0x2600e2['is']('element','softBreak')){const _0x582fda=_0x2600e2;if('add'==_0x2813c6&&'elementStart'==_0x5b1f48['type']||'remove'==_0x2813c6&&'elementEnd'==_0x5b1f48['type'])continue;if(_0x3241a0&&-0x1==_0x3241a0['type']['indexOf']('Container')){'text'==_0x3241a0['type']&&(_0x3241a0[_0x2813c6]+='\x0a');continue;}let _0x49f6d0;if(_0x49f6d0='add'==_0x2813c6?_0x582fda['nextSibling']&&!this['_schema']['isObject'](_0x582fda['nextSibling'])?_0x582fda['nextSibling']:null:_0x582fda['previousSibling']&&!this['_schema']['isObject'](_0x582fda['previousSibling'])?_0x582fda['previousSibling']:null,_0x582fda['isEmpty']||_0x49f6d0&&_0x49f6d0['isEmpty']){const _0x12b958=_0x49f6d0&&_0x49f6d0['isEmpty']?_0x49f6d0:_0x582fda;_0x3241a0&&_0x3241a0['type']==_0x2813c6+'EmptyContainer'&&_0x3241a0['element']['name']==_0x12b958['name']?_0x3241a0['quantity']++:_0x472506['push']({'type':_0x2813c6+'EmptyContainer','element':_0x12b958,'quantity':0x1});}else _0x472506['push']({'type':_0x2813c6+'Container','element':_0x582fda});}}}}}['_resolveDescriptionItems'](_0x1b6b92){const _0x3ec72b=this['_locale'],_0x49edab=[],_0x1a84a4=[],_0x3e854e=[];for(const _0x473d26 of _0x1b6b92)switch(_0x473d26['type']){case'text':if(_0x473d26['add']=_0x473d26['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x473d26['remove']=_0x473d26['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x473d26['add']&&''!=_0x473d26['remove']){_0x49edab['push']({'type':'replace','content':o(_0x3ec72b,'REPLACE_TEXT',['\x22'+_0x473d26['remove']+'\x22','\x22'+_0x473d26['add']+'\x22'])});continue;}if(null!=_0x473d26['add']['match'](/^ +$/)){_0x49edab['push']({'type':'insertion','content':o(_0x3ec72b,'*Insert:*\x20%0',o(_0x3ec72b,'ELEMENT_SPACE',_0x473d26['add']['length']))});continue;}if(null!=_0x473d26['remove']['match'](/^ +$/)){_0x49edab['push']({'type':'deletion','content':o(_0x3ec72b,'*Remove:*\x20%0',o(_0x3ec72b,'ELEMENT_SPACE',_0x473d26['remove']['length']))});continue;}if(''!=_0x473d26['add']){_0x49edab['push']({'type':'insertion','content':o(_0x3ec72b,'*Insert:*\x20%0','\x22'+_0x473d26['add']+'\x22')});continue;}_0x49edab['push']({'type':'deletion','content':o(_0x3ec72b,'*Remove:*\x20%0','\x22'+_0x473d26['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x49edab['push']({'type':'insertion','content':o(_0x3ec72b,'*Insert:*\x20%0',this['getItemLabel'](_0x473d26['element'],_0x473d26['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x49edab['push']({'type':'deletion','content':o(_0x3ec72b,'*Remove:*\x20%0',this['getItemLabel'](_0x473d26['element'],_0x473d26['quantity']))});continue;case'addContainer':_0x49edab['push']({'type':'insertion','content':o(_0x3ec72b,'*Split:*\x20%0',this['getItemLabel'](_0x473d26['element'],_0x473d26['quantity']))});continue;case'removeContainer':_0x49edab['push']({'type':'deletion','content':o(_0x3ec72b,'*Merge:*\x20%0',this['getItemLabel'](_0x473d26['element'],_0x473d26['quantity']))});continue;case'addFormat':_0x1a84a4['push'](_0x473d26['key']);continue;case'removeFormat':_0x3e854e['push'](_0x473d26['key']);continue;default:_0x49edab['push'](_0x473d26);}if(_0x1a84a4['length']){const _0x2b0b8d=_0x1a84a4['map'](_0x6038a0=>this['_attributeLabels']['has'](_0x6038a0)?this['_attributeLabels']['get'](_0x6038a0):_0x6038a0)['join'](',\x20');_0x49edab['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2b0b8d)});}if(_0x3e854e['length']){const _0x23a812=_0x3e854e['map'](_0x28a690=>this['_attributeLabels']['has'](_0x28a690)?this['_attributeLabels']['get'](_0x28a690):_0x28a690)['join'](',\x20');_0x49edab['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x23a812)});}return _0x49edab;}['_handleCustomCallbackDescription'](_0x32f38b){for(const _0x5042e2 of this['_customCallbacks']){const _0xb8c67a=_0x5042e2(_0x32f38b);if(_0xb8c67a&&'type'in _0xb8c67a)return _0xb8c67a;}}['_handleAttributeSuggestionDescription'](_0x5e9eeb,_0x436070){const _0x3e9018=_0x436070['data'],_0x370e84=void 0x0===_0x3e9018['newValue']?'removeFormat':'addFormat';_0x5e9eeb['push']({'type':_0x370e84,'key':_0x3e9018['key']});}['_handleRenameSuggestionDescription'](_0xd95544,_0x5279b1){_0xd95544['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x5279b1['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x2a63ed,_0x46eed3,_0x25a0c4){if(this['_addDescriptionItems'](_0x2a63ed,_0x46eed3),_0x25a0c4&&_0x25a0c4['getFirstRange']()&&!_0x46eed3['getFirstRange']()['end']['isEqual'](_0x25a0c4['getFirstRange']()['start'])){const _0x5bf740=_0x2a63ed[_0x2a63ed['length']-0x1],_0x4a2c29='insertion'==_0x46eed3['type']?'add':'remove';_0x5bf740&&'text'==_0x5bf740['type']&&(_0x5bf740[_0x4a2c29]+='\x0a');}}}class U extends _0x99cb74{['afterInit'](){const _0x430a15=this['editor'],_0x33616c=_0x430a15['plugins']['get']('TrackChangesEditing');_0x430a15['commands']['get']('showAIAssistant')&&_0x33616c['enableCommand']('showAIAssistant');}}class V extends _0x99cb74{['afterInit'](){const _0xe4c64c=this['editor'],_0x2d48d4=_0xe4c64c['locale'];if(!_0xe4c64c['plugins']['has']('AlignmentEditing'))return;const _0x3e2d8e=_0xe4c64c['plugins']['get']('TrackChangesEditing');_0x3e2d8e['enableDefaultAttributesIntegration']('alignment'),_0x3e2d8e['registerBlockAttribute']('alignment'),_0x3e2d8e['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2d48d4,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e5edc=this['editor'],_0x4ac017=_0x4e5edc['locale'];_0x4e5edc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x402e2d=>{if('formatBlock'!=_0x402e2d['type'])return;const {data:_0x548440}=_0x402e2d;if(_0x548440&&'alignment'==_0x548440['commandName']){const _0x2cee21=_0x548440['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x4ac017,'*Format:*\x20%0',function(_0x2f3e74){switch(_0x2f3e74){case'left':return o(_0x4ac017,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x4ac017,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x4ac017,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x4ac017,'FORMAT_JUSTIFY_TEXT');}}(_0x2cee21))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x99cb74{['afterInit'](){const _0x2123ef=this['editor'],_0x2623f1=_0x2123ef['plugins']['get']('TrackChangesEditing'),_0x56f96a=_0x2123ef['locale'];for(const _0x1c22e6 of ti){if(!_0x2123ef['plugins']['has'](_0x1c22e6))continue;const _0x46fc9e=_0x1c22e6['slice'](0x0,-0x7)['toLowerCase'](),_0x562f4f='FORMAT_'+_0x46fc9e['toUpperCase']();_0x2623f1['enableDefaultAttributesIntegration'](_0x46fc9e),_0x2623f1['registerInlineAttribute'](_0x46fc9e),_0x2623f1['descriptionFactory']['registerAttributeLabel'](_0x46fc9e,o(_0x56f96a,_0x562f4f));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f91c7=this['editor'],_0x341f31=_0x1f91c7['locale'],_0x45338a=_0x1f91c7['plugins']['get']('TrackChangesEditing');function _0x366898(_0x5cc476,_0x47c037){_0x45338a['descriptionFactory']['registerDescriptionCallback'](_0x22fe3b=>{if('formatInline'!=_0x22fe3b['type'])return;const {data:_0x139bf2}=_0x22fe3b;return _0x139bf2&&_0x139bf2['commandName']===_0x5cc476?_0x139bf2['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x341f31,'*Format:*\x20%0',_0x47c037)}:{'type':'format','content':o(_0x341f31,'*Remove\x20format:*\x20%0',_0x47c037)}:void 0x0;});}_0x366898('bold',o(_0x341f31,'FORMAT_BOLD')),_0x366898('italic',o(_0x341f31,'FORMAT_ITALIC')),_0x366898('underline',o(_0x341f31,'FORMAT_UNDERLINE')),_0x366898('code',o(_0x341f31,'FORMAT_CODE')),_0x366898('strikethrough',o(_0x341f31,'FORMAT_STRIKETHROUGH')),_0x366898('subscript',o(_0x341f31,'FORMAT_SUBSCRIPT')),_0x366898('superscript',o(_0x341f31,'FORMAT_SUPERSCRIPT'));}}class F extends _0x99cb74{['afterInit'](){const _0x48ca1b=this['editor'],_0x5db222=_0x48ca1b['locale'];if(!_0x48ca1b['plugins']['has']('BlockQuoteEditing'))return;const _0x518345=_0x48ca1b['plugins']['get']('TrackChangesEditing'),_0x2cf37b=this['editor']['commands']['get']('blockQuote');_0x518345['enableCommand']('blockQuote',(_0x4446f6,_0x23e03d={})=>{const _0x5c67a5=this['editor']['model']['document']['selection'],_0x119979=_0x23e03d&&void 0x0!==_0x23e03d['forceValue']?_0x23e03d['forceValue']:!_0x2cf37b['value'];let _0x19be49=[];if(_0x119979){const _0x261ba2=Array['from'](_0x5c67a5['getSelectedBlocks']())['filter'](_0x32ebef=>oo(_0x32ebef)||function(_0x59c785,_0x5dc7ae){const _0x4a5ea2=_0x5dc7ae['checkChild'](_0x59c785['parent'],'blockQuote'),_0x2410dc=_0x5dc7ae['checkChild'](['$root','blockQuote'],_0x59c785);return _0x4a5ea2&&_0x2410dc;}(_0x32ebef,this['editor']['model']['schema']));_0x19be49=to(_0x261ba2,_0x48ca1b['model']);}else{const _0x367caf=Array['from'](_0x5c67a5['getSelectedBlocks']())['filter'](_0x5ed0cf=>oo(_0x5ed0cf));_0x19be49=to(_0x367caf,_0x48ca1b['model']);}_0x48ca1b['model']['change'](()=>{for(const _0x4f03e2 of _0x19be49)_0x518345['markBlockFormat'](_0x4f03e2,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x119979}]});});}),_0x518345['descriptionFactory']['registerDescriptionCallback'](_0x14af37=>{const {data:_0x1c272a}=_0x14af37;if(_0x1c272a&&'blockQuote'==_0x1c272a['commandName']){const _0x1cd205=o(_0x5db222,'ELEMENT_BLOCK_QUOTE');return _0x1c272a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5db222,'*Set\x20format:*\x20%0',_0x1cd205)}:{'type':'format','content':o(_0x5db222,'*Remove\x20format:*\x20%0',_0x1cd205)};}});}}function oo(_0x4ef1d5){return'blockQuote'==_0x4ef1d5['parent']['name'];}class L extends _0x99cb74{['afterInit'](){const _0x2ec5e4=this['editor'],_0x324368=_0x2ec5e4['locale'],_0x2eb1f0=_0x2ec5e4['plugins']['get']('TrackChangesEditing');_0x2ec5e4['plugins']['has']('BookmarkEditing')&&(_0x2eb1f0['enableCommand']('insertBookmark'),_0x2eb1f0['enableDefaultAttributesIntegration']('updateBookmark'),_0x2eb1f0['registerBlockAttribute']('bookmarkId'),_0x2eb1f0['descriptionFactory']['registerDescriptionCallback'](_0x3a96ff=>{if('insertion'!=_0x3a96ff['type']&&'deletion'!=_0x3a96ff['type']&&'attribute'!=_0x3a96ff['type'])return;const _0x175424=_0x3a96ff['getContainedElement']();if(null==_0x175424)return;if(!_0x175424['is']('element','bookmark'))return;const _0x1a5f23=_0x175424['getAttribute']('bookmarkId');if('insertion'==_0x3a96ff['type'])return{'type':'insertion','content':o(_0x324368,'*Insert:*\x20%0','\x22'+_0x1a5f23+'\x22\x20'+o(_0x324368,'ELEMENT_BOOKMARK'))};if('deletion'==_0x3a96ff['type'])return{'type':'deletion','content':o(_0x324368,'*Remove:*\x20%0','\x22'+_0x1a5f23+'\x22\x20'+o(_0x324368,'ELEMENT_BOOKMARK'))};const {data:_0x1d09a6}=_0x3a96ff;if(!_0x1d09a6||'bookmarkId'!=_0x1d09a6['key'])return;return{'type':'format','content':o(_0x324368,'*Set\x20bookmark:*\x20%0','\x22'+_0x1d09a6['newValue']+'\x22')};}));}}class J extends _0x99cb74{['afterInit'](){const _0x46f71c=this['editor'];_0x46f71c['plugins']['has']('CaseChange')&&(_0x46f71c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x46f71c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x46f71c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x99cb74{['afterInit'](){const _0x11400f=this['editor'];_0x11400f['commands']['get']('ckbox')&&_0x11400f['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x99cb74{['afterInit'](){const _0x1a7024=this['editor'];if(!_0x1a7024['plugins']['has']('CodeBlock'))return;const _0x2a4d3c=_0x1a7024['plugins']['get']('TrackChangesEditing'),_0x3dd387=_0x1a7024['locale'],_0x3131c0=_0x1a7024['config']['get']('codeBlock')['languages'],_0x335405=_0x1a7024['commands']['get']('codeBlock');_0x2a4d3c['enableCommand']('indentCodeBlock'),_0x2a4d3c['enableCommand']('outdentCodeBlock'),_0x2a4d3c['enableCommand']('codeBlock',(_0x16788c,_0x5cc0a8={})=>{const _0x16a6d0=_0x1a7024['model'],_0x51a004=_0x1a7024['model']['document']['selection'],_0x32f21e=_0x5cc0a8&&void 0x0!==_0x5cc0a8['forceValue']?_0x5cc0a8['forceValue']:!_0x335405['value'];let _0x25e5df;_0x5cc0a8['language']||(_0x5cc0a8['language']=_0x3131c0[0x0]['language']),_0x25e5df=_0x32f21e?Array['from'](_0x51a004['getSelectedBlocks']())['filter'](_0x572afb=>eo(_0x572afb)||function(_0x1119f5,_0x4d6d59){if(_0x1119f5['is']('rootElement')||_0x4d6d59['isLimit'](_0x1119f5))return!0x1;return _0x4d6d59['checkChild'](_0x1119f5['parent'],'codeBlock');}(_0x572afb,_0x16a6d0['schema'])):Array['from'](_0x51a004['getSelectedBlocks']())['filter'](_0x1e1bb4=>eo(_0x1e1bb4));const _0xeb81fb=to(_0x25e5df,_0x16a6d0);_0x16a6d0['change'](()=>{for(const _0x582cf1 of _0xeb81fb)_0x2a4d3c['markBlockFormat'](_0x582cf1,{'commandName':'codeBlock','commandParams':[{..._0x5cc0a8,'forceValue':_0x32f21e}],'formatGroupId':'blockName'});});}),(_0x2a4d3c['descriptionFactory']['registerElementLabel']('codeBlock',_0x4b79be=>o(_0x3dd387,'ELEMENT_CODE_BLOCK',_0x4b79be)),_0x2a4d3c['descriptionFactory']['registerDescriptionCallback'](_0x2c3a0f=>{if('formatBlock'!=_0x2c3a0f['type'])return;const _0x23d9bd=_0x3dd387['t'],{data:_0x57cefc}=_0x2c3a0f;if(!_0x57cefc||'codeBlock'!=_0x57cefc['commandName'])return;const _0x24a7b8=_0x57cefc['commandParams'][0x0]['language'],_0x40bee3=_0x23d9bd(_0x3131c0['find'](_0x2dc461=>_0x2dc461['language']===_0x24a7b8)['label'])['toLowerCase']();return _0x57cefc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3dd387,'*Set\x20format:*\x20%0',o(_0x3dd387,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x40bee3+')')}:{'type':'format','content':o(_0x3dd387,'*Remove\x20format:*\x20%0',o(_0x3dd387,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3e1b8a){return'codeBlock'==_0x3e1b8a['name'];}class z extends _0x99cb74{['afterInit'](){const _0x12cbb8=this['editor'];if(!_0x12cbb8['plugins']['has']('CommentsEditing'))return;_0x12cbb8['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0xedd1fb,_0x3095ea,_0x4e1640){const _0x3909d3=[];for(const _0x197428 of _0x3095ea['getItems']())_0x197428['hasAttribute'](_0xedd1fb)&&_0x3909d3['push'](_0x4e1640['createRangeOn'](_0x197428));return _0x3909d3;}function De(_0x3f6686,_0x12c21f,{showActiveMarker:_0x4d408e=!0x0}={}){const _0x34d3e1=_0x3f6686['plugins']['get']('TrackChangesEditing');return(_0x21391c,_0x53cf79,_0x47cc82)=>{if(!_0x47cc82['consumable']['test'](_0x53cf79['markerRange'],_0x21391c['name']))return;const _0x33b172=_0x53cf79['markerRange']['getWalker'](),_0x6a3658=_0x53cf79['markerRange']['start'],_0x26c4b1=_0x3f6686['model']['schema'];let _0x5337a3=null,_0x9ce86=null,_0x5e4369=!0x1,_0x317475=!0x1;for(const _0x7aca9a of _0x33b172){const _0x2b0a02=_0x7aca9a['item'];_0x5e4369=_0x5e4369||_0x26c4b1['isContent'](_0x2b0a02);const _0x2f80ee=_0x47cc82['mapper']['toViewElement'](_0x2b0a02);if(_0x2f80ee&&_0x2f80ee['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x7aca9a['type']&&(_0x26c4b1['isBlock'](_0x2b0a02)&&!_0x26c4b1['isLimit'](_0x2b0a02)&&(_0x2b0a02['nextSibling']||_0x6a3658['isAtEnd']?_0x5337a3&&_0x5337a3['parent']==_0x2b0a02||(_0x5337a3=_0x2b0a02,_0x11f415(_0x7aca9a['previousPosition']),_0x317475=!0x0):_0x9ce86=_0x9ce86||_0x7aca9a['previousPosition']));}function _0x11f415(_0xf898db){const {authorId:_0x5880c7}=_0x34d3e1['_splitMarkerName'](_0x53cf79['markerName']),_0x45b098=_0x47cc82['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x12c21f,'data-author-id':_0x5880c7}),_0x164901=_0x47cc82['mapper']['toViewPosition'](_0xf898db);_0x4d408e&&_0x34d3e1['activeMarkers']['includes'](_0x53cf79['markerName'])&&_0x47cc82['writer']['addClass']('ck-suggestion-marker--active',_0x45b098),_0x47cc82['writer']['insert'](_0x164901,_0x45b098),_0x47cc82['mapper']['bindElementToMarker'](_0x45b098,_0x53cf79['markerName']);}_0x5e4369||_0x317475||!_0x9ce86||_0x11f415(_0x9ce86);};}class K extends _0x99cb74{static get['requires'](){return[_0x202410];}['init'](){const _0x26dd8f=this['editor'],_0x52e607=_0x26dd8f['plugins']['get']('TrackChangesEditing');_0x52e607['enableCommand']('delete');const _0x21d029=_0x26dd8f['commands']['get']('deleteForward');_0x52e607['enableCommand']('deleteForward',(_0x5797fb,_0x2e87cc={})=>{const _0x1d3c35=_0x26dd8f['model']['createSelection'](_0x26dd8f['model']['document']['selection']);_0x1d3c35['isCollapsed']&&_0x26dd8f['model']['modifySelection'](_0x1d3c35,{'direction':'forward','unit':_0x2e87cc['unit']});const _0x544fe4=_0x1d3c35['getFirstRange'](),_0x272d64=_0x3131df['fromRange'](_0x544fe4);let _0xcf98a;_0x5797fb(_0x2e87cc),_0xcf98a='$graveyard'==_0x272d64['root']['rootName']?_0x26dd8f['model']['createRange'](_0x544fe4['start']):_0x26dd8f['model']['createRange'](_0x272d64['start'],_0x272d64['end']),_0x272d64['detach'](),_0x26dd8f['model']['enqueueChange'](_0x21d029['buffer']['batch'],_0x570932=>{_0x21d029['buffer']['lock'](),_0x570932['setSelection'](_0x570932['createRange'](_0xcf98a['end'])),_0x21d029['buffer']['unlock']();});}),_0x26dd8f['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x26dd8f,'merge'),{'priority':'high'}),_0x26dd8f['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x1511f7,_0x5b8e79,_0x4ef54e)=>{_0x4ef54e['options']['showSuggestionHighlights']&&De(_0x26dd8f,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x1511f7,_0x5b8e79,_0x4ef54e);},{'priority':'high'}),_0x26dd8f['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4fc859,_0x45a919,_0xe7529e)=>{const _0x1a8199=_0xe7529e['mapper']['markerNameToElements'](_0x45a919['markerName']);if(_0x1a8199){for(const _0x350d71 of _0x1a8199)_0x350d71['is']('uiElement')&&(_0xe7529e['mapper']['unbindElementFromMarkerName'](_0x350d71,_0x45a919['markerName']),_0xe7529e['writer']['remove'](_0x350d71));}},{'priority':'high'});}}class W extends _0x99cb74{['afterInit'](){const _0x250367=this['editor'];if(!_0x250367['plugins']['has']('ListEditing'))return;const _0x2e55e1=_0x250367['locale'],_0x3c1064=_0x250367['plugins']['get']('TrackChangesEditing'),_0x21b0b4=_0x250367['plugins']['has']('TodoListEditing'),_0x59c121=!!_0x250367['config']['get']('list.multiBlock');function _0x3a5632(_0x5ba09c){return{'type':'format','content':''+o(_0x2e55e1,'*Set\x20format:*\x20%0',_0x5ba09c)};}function _0x180fa2(_0x5ef0c8){return{'type':'format','content':''+o(_0x2e55e1,'*Remove\x20format:*\x20%0',_0x5ef0c8)};}_0x3c1064['enableDefaultAttributesIntegration']('numberedList'),_0x3c1064['enableDefaultAttributesIntegration']('bulletedList'),_0x3c1064['enableDefaultAttributesIntegration']('customNumberedList'),_0x3c1064['enableDefaultAttributesIntegration']('customBulletedList'),_0x3c1064['enableDefaultAttributesIntegration']('indentList'),_0x3c1064['enableDefaultAttributesIntegration']('outdentList'),_0x3c1064['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x3c1064['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x3c1064['registerBlockAttribute']('listItemId'),_0x3c1064['registerBlockAttribute']('listType'),_0x3c1064['registerBlockAttribute']('listIndent'),_0x59c121&&(_0x3c1064['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x3c1064['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x21b0b4&&(_0x3c1064['enableDefaultAttributesIntegration']('todoList'),_0x3c1064['enableDefaultAttributesIntegration']('checkTodoList'),_0x3c1064['registerBlockAttribute']('todoListChecked'),_0x3c1064['descriptionFactory']['registerDescriptionCallback'](_0x5c9343=>{const {data:_0x54be47}=_0x5c9343;if(_0x54be47&&'todoListChecked'==_0x54be47['key'])return{'type':'format','content':_0x54be47['newValue']?o(_0x2e55e1,'*Check\x20item*'):o(_0x2e55e1,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x50e39b=>{if(_0x50e39b['batch']['isUndo'])return!0x1;let _0x5ceb43=!0x1;const _0x347ca7=_0x3c1064['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5ec0b4=>'todoListChecked'===_0x3c1064['_getAttributeKey'](_0x5ec0b4));for(const _0x209a14 of _0x347ca7){'todo'!=_0x209a14['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x3c1064['_findSuggestions'](_0x209a14['getFirstRange'](),'attribute')['find'](_0x167414=>'listType'===_0x3c1064['_getAttributeKey'](_0x167414['suggestion']))||(_0x50e39b['removeMarker'](_0x209a14['getFirstMarker']()),_0x5ceb43=!0x0));}return _0x5ceb43;})),_0x3c1064['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2e55e1,'FORMAT_INDENT'));const _0x2335a1={'type':'format','content':''};_0x3c1064['descriptionFactory']['registerDescriptionCallback'](_0x13b317=>{const {data:_0x5f2eaf}=_0x13b317;if(!_0x5f2eaf||'listType'!=_0x5f2eaf['key'])return;let _0x4309c0=_0x13b317['head'];for(;_0x4309c0;){if(_0x4309c0['data']&&(('listStyle'==_0x4309c0['data']['key']||'listMarkerStyle'==_0x4309c0['data']['key'])&&(_0x4309c0['data']['newValue']&&'default'!=_0x4309c0['data']['newValue']||'default'!=_0x4309c0['data']['oldValue']&&!_0x5f2eaf['newValue'])||!_0x59c121&&_0x4309c0['data']['key']==m))return _0x2335a1;_0x4309c0=_0x4309c0['next'];}if(null==_0x5f2eaf['newValue'])switch(_0x5f2eaf['oldValue']){case'bulleted':return _0x180fa2(o(_0x2e55e1,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x180fa2(o(_0x2e55e1,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x180fa2(o(_0x2e55e1,'ELEMENT_TODO_LIST'));}switch(_0x5f2eaf['newValue']){case'bulleted':return _0x3a5632(o(_0x2e55e1,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3a5632(o(_0x2e55e1,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3a5632(o(_0x2e55e1,'ELEMENT_TODO_LIST'));}}),_0x3c1064['descriptionFactory']['registerDescriptionCallback'](_0x144e78=>{const {data:_0x52b856}=_0x144e78;if(_0x52b856&&'listIndent'==_0x52b856['key'])return null==_0x52b856['newValue']||null==_0x52b856['oldValue']&&0x0==_0x52b856['newValue']?_0x2335a1:void 0x0;}),_0x3c1064['descriptionFactory']['registerDescriptionCallback'](_0x184687=>{if('attribute'!=_0x184687['type'])return;const {data:_0x589b81}=_0x184687;if(!_0x589b81||'listItemId'!=_0x589b81['key'])return;const _0x31d717=Te(_0x184687);return'newValue'==_0x31d717?{'type':'format','content':o(_0x2e55e1,'*Merge:*\x20list\x20item')}:'oldValue'==_0x31d717?{'type':'format','content':o(_0x2e55e1,'*Split:*\x20list\x20item')}:_0x2335a1;}),_0x250367['model']['document']['registerPostFixer'](_0x4e4905=>this['listItemIdFixer'](_0x4e4905)),_0x250367['model']['document']['registerPostFixer'](_0x3ab1c2=>this['noTrackChangesFixer'](_0x3ab1c2)),_0x250367['model']['document']['on']('change:data',(_0xae7edd,_0xe64e93)=>{if(_0xe64e93['isUndo']||!_0xe64e93['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x4e9b85){if(_0x4e9b85['batch']['isUndo']||!_0x4e9b85['batch']['isLocal'])return!0x1;let _0x1b8c04=!0x1;const _0x5ef9e1=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f817f=>_0x4f817f['data']&&'listItemId'==_0x4f817f['data']['key'])['filter'](_0x462d7a=>_0x462d7a['data']['newValue']&&_0x462d7a['data']['oldValue']);for(const _0x82c9cd of _0x5ef9e1)Te(_0x82c9cd)||(_0x4e9b85['removeMarker'](_0x82c9cd['getFirstMarker']()),_0x1b8c04=!0x0);return _0x1b8c04;}['noTrackChangesFixer'](_0x3102e7){if(_0x3102e7['batch']['isUndo']||!_0x3102e7['batch']['isLocal'])return!0x1;const _0x24a3a8=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x24a3a8['trackChangesCommand']['value'])return!0x1;let _0x19f1d0=!0x1;const _0x445d60=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x145ca6=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x50a92a=>'attribute'==_0x50a92a['type'])['filter'](_0x4e11a9=>_0x445d60['includes'](_0x4e11a9['attributeKey']));if(0x0==_0x145ca6['length'])return _0x19f1d0;for(const _0x2f3ee0 of _0x145ca6){const _0x1aed7f=_0x24a3a8['_findSuggestions'](_0x2f3ee0['range'],'attribute')['filter'](_0x4c27f4=>!_0x4c27f4['meta']['isNextTo'])['map'](_0x364ced=>_0x364ced['suggestion'])['filter'](_0xb9da03=>{const _0x3be28e=_0x24a3a8['_getAttributeKey'](_0xb9da03);return _0x445d60['includes'](_0x3be28e);});if(_0x1aed7f['length']){for(const _0x20e2d0 of _0x1aed7f)_0x3102e7['removeMarker'](_0x20e2d0['getFirstMarker']());_0x19f1d0=!0x0;}}return _0x19f1d0;}['assureChains'](){const _0x37f566=this['editor']['plugins']['get']('TrackChangesEditing'),_0x57f308=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x2f5019;const _0x9429ed=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x19f0d8=>{if(_0x19f0d8['data']['oldRange']||!_0x19f0d8['data']['newRange'])return null;if(!_0x19f0d8['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x3170ef}=_0x37f566['_splitMarkerName'](_0x19f0d8['name']);if(!_0x37f566['hasSuggestion'](_0x3170ef))return null;const _0x403853=_0x37f566['getSuggestion'](_0x3170ef);return _0x57f308['includes'](_0x403853['data']['key']);})['map'](_0x44838e=>{const {id:_0x2dc478}=_0x37f566['_splitMarkerName'](_0x44838e['name']),_0xc16e81=_0x37f566['getSuggestion'](_0x2dc478);return _0x2f5019=_0xc16e81['attributes']['groupId'],_0xc16e81['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x9429ed['size'])return;const _0x4db964=_0x37f566['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x484374=>'attribute'==_0x484374['type']&&_0x484374['data']&&_0x57f308['includes'](_0x484374['data']['key'])&&_0x484374['attributes']['groupId']!=_0x2f5019)['map'](_0x42e1f2=>({'listItem':_0x42e1f2['getFirstRange']()['start']['nodeAfter'],'groupId':_0x42e1f2['attributes']['groupId']})),_0x215d80=new Set();for(const {groupId:_0x455fef,listItem:_0x16878f}of _0x4db964)_0x9429ed['has'](_0x16878f)&&_0x215d80['add'](_0x455fef);for(const _0x1e07b6 of _0x37f566['getSuggestions']())_0x215d80['has'](_0x1e07b6['attributes']['groupId'])&&_0x1e07b6['setAttribute']('groupId',_0x2f5019);}['_supportLegacySuggestions'](){const _0x17db04=this['editor'],_0x19f56f=_0x17db04['locale'],_0x3e16c9=_0x17db04['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3e16c9['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x342f87,_0x357430){const _0x173536=[];for(let _0x3a4df3 of _0x342f87)_0x3a4df3['start']['nodeAfter']===_0x3a4df3['end']['parent']&&(_0x3a4df3=_0x17db04['model']['createRange'](_0x17db04['model']['createPositionAt'](_0x3a4df3['start']['nodeAfter'],0x0))),_0x173536['push'](_0x3a4df3);_0x17db04['model']['change'](_0x1f55fb=>{const _0x5c3876=_0x17db04['model']['document']['selection'],_0x3ddc3c=Array['from'](_0x5c3876['getRanges']())['map'](_0x16314c=>_0x3131df['fromRange'](_0x16314c));_0x1f55fb['setSelection'](_0x173536),_0x17db04['commands']['get'](_0x357430['commandName'])['refresh'](),_0x357430['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x17db04['execute'](_0x357430['commandName'],..._0x357430['commandParams']),_0x1f55fb['setSelection'](_0x3ddc3c);for(const _0x2c2465 of _0x3ddc3c)_0x2c2465['detach']();});}),_0x3e16c9['descriptionFactory']['registerElementLabel'](function(_0x1c5fb8){const _0x54e344=!_0x17db04['model']['schema']['isObject'](_0x1c5fb8),_0x17aada=_0x1c5fb8['previousSibling'],_0x3c21a1=_0x1c5fb8['nextSibling'],_0x21d29b=_0x1c5fb8['getAttribute']('listItemId'),_0xb75ccd=!_0x17aada||_0x17aada['getAttribute']('listItemId')!==_0x21d29b,_0x4e6349=!_0x3c21a1||_0x3c21a1['getAttribute']('listItemId')!==_0x21d29b;return _0x54e344&&Boolean(_0x21d29b)&&_0xb75ccd&&_0x4e6349;},_0x54a2e6=>o(_0x19f56f,'ELEMENT_LIST_ITEM',_0x54a2e6));}['_registerLegacyDescription'](){const _0x519b57=this['editor'],_0x5acc7c=_0x519b57['locale'];function _0x5c4ac1(_0x120b12){const _0x39b595=_0x519b57['commands']['get']('bulletedList')['value'],_0x5ca876=_0x519b57['commands']['get']('numberedList')['value'];return'numberedList'===_0x120b12?_0x39b595:_0x5ca876;}_0x519b57['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x419330){if('formatBlock'!=_0x419330['type'])return;const {data:_0x7a119e}=_0x419330;if(!_0x7a119e)return;let _0x419db8,_0x1ade17,_0x46dbb1,_0x32c9b9;switch(_0x7a119e['commandName']){case'bulletedList':_0x46dbb1=_0x7a119e['commandParams'][0x0]['forceValue'],_0x32c9b9=_0x5c4ac1(_0x7a119e['commandName']),_0x419db8=_0x46dbb1?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32c9b9&&_0x519b57['config']['get']('list.multiBlock')||(_0x419db8='*Change\x20to:*\x20%0'),_0x1ade17={'type':'format','content':o(_0x5acc7c,_0x419db8,o(_0x5acc7c,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x46dbb1=_0x7a119e['commandParams'][0x0]['forceValue'],_0x32c9b9=_0x5c4ac1(_0x7a119e['commandName']),_0x419db8=_0x46dbb1?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32c9b9&&_0x519b57['config']['get']('list.multiBlock')||(_0x419db8='*Change\x20to:*\x20%0'),_0x1ade17={'type':'format','content':o(_0x5acc7c,_0x419db8,o(_0x5acc7c,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x419db8='*Indent:*\x20%0',_0x1ade17={'type':'format','content':o(_0x5acc7c,_0x419db8,o(_0x5acc7c,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x419db8=function(_0x14a284){const _0x552aa1=_0x14a284['getFirstRange']();let _0x5288ea=_0x552aa1['start']['nodeAfter'];for(;_0x5288ea&&_0x552aa1['containsItem'](_0x5288ea);){if(_0x5288ea['getAttribute']('listIndent')>0x0)return!0x1;_0x5288ea=_0x5288ea['nextSibling'];}return!0x0;}(_0x419330)?o(_0x5acc7c,'*Format:*\x20remove\x20from\x20%0',o(_0x5acc7c,function(_0x556529){return'ELEMENT_'+_0x556529['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x419330))):o(_0x5acc7c,'*Outdent:*\x20%0',o(_0x5acc7c,'ELEMENT_LIST_ITEM')),_0x1ade17={'type':'format','content':_0x419db8};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x7a119e['multipleBlocks']&&(_0x419db8='*Merge:*\x20%0',_0x1ade17={'type':'deletion','content':o(_0x5acc7c,_0x419db8,o(_0x5acc7c,'ELEMENT_LIST_ITEM'))});}return _0x1ade17;});}}function Te(_0x52b789){let _0x4dedc7=_0x52b789['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4dedc7;){const _0x2a5669=_0x4dedc7['getAttribute']('listItemId');if(!_0x2a5669)return!0x1;if(_0x2a5669==_0x52b789['data']['newValue'])return'newValue';if(_0x2a5669==_0x52b789['data']['oldValue'])return'oldValue';_0x4dedc7=_0x4dedc7['previousSibling'];}return!0x1;}class Se extends _0x99cb74{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x26a2d6=this['editor']['config']['get']('list.properties'),_0xeea293=this['editor']['plugins']['get']('TrackChangesEditing');_0x26a2d6['styles']&&(_0xeea293['enableDefaultAttributesIntegration']('listStyle'),_0xeea293['registerBlockAttribute']('listStyle')),_0x26a2d6['reversed']&&(_0xeea293['enableDefaultAttributesIntegration']('listReversed'),_0xeea293['registerBlockAttribute']('listReversed')),_0x26a2d6['startIndex']&&(_0xeea293['enableDefaultAttributesIntegration']('listStart'),_0xeea293['registerBlockAttribute']('listStart'));const _0x1ed26b={'type':'format','content':''};_0xeea293['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x367690=this['editor']['locale'];_0xeea293['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x367690,'FORMAT_LIST_REVERSED')),_0xeea293['descriptionFactory']['registerDescriptionCallback'](_0x62e002=>{const {data:_0x46023a}=_0x62e002;if(_0x46023a&&'listReversed'==_0x46023a['key'])return null==_0x46023a['newValue']||0x0==_0x46023a['newValue']&&null==_0x46023a['oldValue']?_0x1ed26b:void 0x0;}),_0xeea293['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x367690,'FORMAT_LIST_START')),_0xeea293['descriptionFactory']['registerDescriptionCallback'](_0x1ba84f=>{const {data:_0x173780}=_0x1ba84f;if(_0x173780&&'listStart'==_0x173780['key'])return null==_0x173780['newValue']||0x1==_0x173780['newValue']&&null==_0x173780['oldValue']?_0x1ed26b:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4f2d56=>{if(_0x4f2d56['batch']['isUndo'])return!0x1;let _0x35ab66=!0x1;const _0x58c36a=_0xeea293['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2d649e=>{const _0x56df5d=_0xeea293['_getAttributeKey'](_0x2d649e);return'listStart'==_0x56df5d||'listReversed'==_0x56df5d;});for(const _0x202053 of _0x58c36a){const _0x53f0d0=_0x202053['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x53f0d0||'customNumbered'==_0x53f0d0)continue;_0xeea293['_findSuggestions'](_0x202053['getFirstRange'](),'attribute')['find'](_0x2f7cd4=>'listType'==_0xeea293['_getAttributeKey'](_0x2f7cd4['suggestion']))||(_0x4f2d56['removeMarker'](_0x202053['getFirstMarker']()),_0x35ab66=!0x0);}return _0x35ab66;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x28ead2){const _0x4d5786=this['editor']['locale'],{data:_0x39d64e}=_0x28ead2,_0x49e738={'type':'format','content':''};if(!_0x39d64e||'listStyle'!=_0x39d64e['key'])return;if(!_0x39d64e['oldValue'])return'default'==_0x39d64e['newValue']?_0x49e738:{'type':'format','content':''+o(_0x4d5786,'*Set\x20format:*\x20%0',o(_0x4d5786,this['_getTranslationKeyForListStyle'](_0x39d64e['newValue'])))};if(!_0x39d64e['newValue']){if('default'==_0x39d64e['oldValue'])return _0x49e738;let _0x793297=_0x28ead2['head'];for(;_0x793297;){if(_0x793297['data']&&'listType'==_0x793297['data']['key']&&_0x793297['data']['newValue'])return _0x49e738;_0x793297=_0x793297['next'];}return{'type':'format','content':''+o(_0x4d5786,'*Remove\x20format:*\x20%0',o(_0x4d5786,this['_getTranslationKeyForListStyle'](_0x39d64e['oldValue'])))};}if('default'!=_0x39d64e['newValue'])return{'type':'format','content':''+o(_0x4d5786,'*Set\x20format:*\x20%0',o(_0x4d5786,this['_getTranslationKeyForListStyle'](_0x39d64e['newValue'])))};let _0x2edadb=_0x28ead2['head'];for(;_0x2edadb;){if(_0x2edadb['data']&&'listType'==_0x2edadb['data']['key']&&_0x2edadb['data']['newValue']&&_0x2edadb['data']['oldValue'])return _0x49e738;_0x2edadb=_0x2edadb['next'];}return{'type':'format','content':o(_0x4d5786,'*Set\x20format:*\x20%0',o(_0x4d5786,'ELEMENT_'+_0x28ead2['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x8ce30e=this['editor'],_0x2d8451=_0x8ce30e['locale'];_0x8ce30e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2d97a8=>{if('formatBlock'!=_0x2d97a8['type'])return;const {data:_0x543d16}=_0x2d97a8;if(!_0x543d16)return;let _0x2ce81b,_0x58f1dd;switch(_0x543d16['commandName']){case'listStyle':_0x2ce81b='*Change\x20to:*\x20%0',_0x58f1dd={'type':'format','content':o(_0x2d8451,_0x2ce81b,o(_0x2d8451,this['_getTranslationKeyForListStyle'](_0x543d16['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2ce81b=_0x543d16['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x58f1dd={'type':'format','content':o(_0x2d8451,_0x2ce81b)};break;case'listStart':_0x2ce81b='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x58f1dd={'type':'format','content':o(_0x2d8451,_0x2ce81b,_0x543d16['commandParams'][0x0]['startIndex'])};}return _0x58f1dd;});}['_getTranslationKeyForListStyle'](_0x357ddc){return'ELEMENT_'+function(_0x4c53cb){if(_e['includes'](_0x4c53cb))return'bulleted';if(Re['includes'](_0x4c53cb))return'numbered';return null;}(_0x357ddc)['toUpperCase']()+'_LIST_'+_0x357ddc['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x99cb74{['afterInit'](){const _0x51afb0=this['editor'];_0x51afb0['commands']['get']('emoji')&&_0x51afb0['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x99cb74{static get['requires'](){return[_0x582fd5];}['init'](){const _0x2b2d54=this['editor'],_0x4a6c54=_0x2b2d54['plugins']['get']('TrackChangesEditing'),_0xec8f57=_0x2b2d54['commands']['get']('enter');_0x4a6c54['enableCommand']('enter',()=>{_0x2b2d54['model']['change'](_0x2bb912=>{const _0x1114dc=_0x2b2d54['model']['document']['selection'],_0x48cd81=_0x1114dc['getFirstPosition'](),_0x244b71=_0x3131df['fromRange'](_0x1114dc['getFirstRange']());if(_0xec8f57['enterBlock'](_0x2bb912)){const _0x38d71a=_0x2b2d54['model']['createPositionAt'](_0x48cd81['parent']['nextSibling'],0x0),_0x24099e=_0x2bb912['createRange'](_0x48cd81,_0x38d71a);_0x4a6c54['markInsertion'](_0x24099e);}else _0x2bb912['setSelection'](_0x2bb912['createRange'](_0x244b71['end']));_0x244b71['detach'](),_0xec8f57['fire']('afterExecute',{'writer':_0x2bb912});});}),_0x2b2d54['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x2b2d54,'split'),{'priority':'high'}),_0x2b2d54['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x4b3e14,_0x36e749,_0x5a6751)=>{const _0x7964c4=_0x5a6751['mapper']['markerNameToElements'](_0x36e749['markerName']);if(_0x7964c4){for(const _0x52af47 of _0x7964c4)_0x52af47['hasClass']('ck-suggestion-marker-split')&&(_0x5a6751['mapper']['unbindElementFromMarkerName'](_0x52af47,_0x36e749['markerName']),_0x5a6751['writer']['remove'](_0x52af47));}},{'priority':'high'}),_0x2b2d54['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x15c144,_0x1c43f1,_0x42398a)=>{_0x42398a['options']['showSuggestionHighlights']&&De(_0x2b2d54,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x15c144,_0x1c43f1,_0x42398a);},{'priority':'high'});}}class Z extends _0x99cb74{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x2f5f98=this['editor']['plugins']['get']('TrackChangesEditing');_0x2f5f98['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x2f5f98['enableCommand']('findNext'),_0x2f5f98['enableCommand']('findPrevious'),_0x2f5f98['enableCommand']('replace'),_0x2f5f98['enableCommand']('replaceAll');}['handleFindCommand'](_0x428215,_0x1f985c,_0x503363={}){const _0x95c45d=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x428215(_0x62223b=>{let _0x673459=('string'==typeof _0x1f985c?_0x95c45d['findByTextCallback'](_0x1f985c,_0x503363):_0x1f985c)(_0x62223b);Array['isArray'](_0x673459)&&(_0x673459={'results':_0x673459,'searchText':'string'==typeof _0x1f985c?_0x1f985c:''});const _0x29b882=_0x673459['results']['filter'](_0x294c61=>!0x1===this['_isInDeletionRange'](_0x294c61,_0x62223b['item']));return{..._0x673459,'results':_0x29b882};},_0x503363);}['_isInDeletionRange'](_0x4773ad,_0x6b34ee){const _0x35d880=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x6b34ee,_0x4773ad['start']),this['editor']['model']['createPositionAt'](_0x6b34ee,_0x4773ad['end']));for(const _0x5c9aed of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x35d880['getIntersection'](_0x5c9aed['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x99cb74{['afterInit'](){const _0x3517d8=this['editor']['locale'],_0x47cb8e=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x21f268,commandName:_0x47f7b3}of ro)this['editor']['plugins']['has'](_0x21f268)&&(_0x47cb8e['enableDefaultAttributesIntegration'](_0x47f7b3),_0x47cb8e['registerInlineAttribute'](_0x47f7b3));_0x47cb8e['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x3517d8,'FORMAT_FONT_SIZE')),_0x47cb8e['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x3517d8,'FORMAT_FONT_FAMILY')),_0x47cb8e['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x3517d8,'FORMAT_FONT_COLOR')),_0x47cb8e['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x3517d8,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x167085=this['editor'],_0x2f6136=_0x167085['locale'];_0x167085['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xfc100e=>{const _0x20b2f9=_0x2f6136['t'];if('formatInline'!=_0xfc100e['type'])return;const {data:_0x18d1ae}=_0xfc100e;if(null!=_0x18d1ae){if('fontSize'==_0x18d1ae['commandName']){const _0x35750f=_0x18d1ae['commandParams'][0x0]['value'];if(_0x35750f){const _0x2c3865=_0x20b2f9(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x208329=>_0x208329['model']==_0x35750f)['title'])['toLowerCase']();return{'type':'format','content':o(_0x2f6136,'*Set\x20font\x20size:*\x20%0',_0x2c3865)};}return{'type':'format','content':o(_0x2f6136,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x18d1ae['commandName']){const _0x4a2c87=_0x18d1ae['commandParams'][0x0]['value'];return _0x4a2c87?{'type':'format','content':o(_0x2f6136,'*Set\x20font\x20family:*\x20%0',_0x4a2c87)}:{'type':'format','content':o(_0x2f6136,'*Reset\x20font\x20family*')};}if('fontColor'==_0x18d1ae['commandName']){const _0x2bc361=_0x18d1ae['commandParams'][0x0]['value'];if(_0x2bc361){const _0x46f732=_0x172371(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5f392e=>_0x5f392e['model']==_0x2bc361);let _0x25fad8=_0x2bc361,_0x10f9b6='';return _0x46f732&&(_0x25fad8=_0x46f732['label'],_0x10f9b6=_0x20b2f9(_0x25fad8)['toLowerCase']()),{'type':'format','content':o(_0x2f6136,'*Set\x20font\x20color:*\x20%0',_0x10f9b6)['trim'](),'color':{'value':_0x2bc361,'title':_0x10f9b6||_0x25fad8}};}return{'type':'format','content':o(_0x2f6136,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x18d1ae['commandName']){const _0x39af88=_0x18d1ae['commandParams'][0x0]['value'];if(_0x39af88){const _0x3a4a81=_0x172371(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x55849c=>_0x55849c['model']==_0x39af88);let _0x3a0c8a=_0x39af88,_0x4266f6='';return _0x3a4a81&&(_0x3a0c8a=_0x3a4a81['label'],_0x4266f6=_0x20b2f9(_0x3a0c8a)['toLowerCase']()),{'type':'format','content':o(_0x2f6136,'*Set\x20font\x20background\x20color:*\x20%0',_0x4266f6)['trim'](),'color':{'value':_0x39af88,'title':_0x4266f6||_0x3a0c8a}};}return{'type':'format','content':o(_0x2f6136,'*Reset\x20font\x20background\x20color*')};}}});}}class nt extends _0x99cb74{['afterInit'](){const _0x1a4806=this['editor'],_0x3084da=_0x1a4806['plugins']['get']('TrackChangesEditing'),_0x123b35=_0x1a4806['commands']['get']('copyFormat'),_0x28ab8e=_0x1a4806['commands']['get']('pasteFormat');_0x123b35&&_0x28ab8e&&(_0x3084da['enableDefaultAttributesIntegration']('pasteFormat'),_0x3084da['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x1a848b=this['editor'],_0x277654=_0x1a848b['locale'];_0x1a848b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x34608a=>{if('formatBlock'!=_0x34608a['type']&&'formatInline'!=_0x34608a['type'])return;const {data:_0x346ec4}=_0x34608a;if(_0x346ec4&&'pasteFormat'===_0x346ec4['commandName']){const _0x1a379f=[],_0x1ad50f=_0x346ec4['commandParams'][0x0];for(const [_0x3f2abc,_0x5ec6b2]of Object['entries'](_0x1ad50f))_0x1a379f['push'](so(_0x1a848b,_0x3f2abc,_0x5ec6b2));return _0x1a379f['length']?{'type':'format','content':o(_0x277654,'*Set\x20format\x20to:*\x20%0',_0x1a379f['join'](',\x20'))}:{'type':'format','content':o(_0x277654,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1300e1,_0xdc3d9f,_0x5a499e){const _0x5c3405=_0x1300e1['locale']['t'],_0x428b8f=_0xdc3d9f['split'](/(?=[A-Z])/)['join']('\x20'),_0x408b18=_0x5c3405(_0x428b8f['charAt'](0x0)['toUpperCase']()+_0x428b8f['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5a499e)return _0x408b18;if('fontColor'===_0xdc3d9f||'fontBackgroundColor'===_0xdc3d9f){const _0x100fc0=_0x172371(_0x1300e1['config']['get']('fontColor.colors'))['find'](_0x5e4dfa=>_0x5e4dfa['model']==_0x5a499e);return _0x408b18+'\x20('+(_0x100fc0?_0x5c3405(_0x100fc0['label'])['toLowerCase']():_0x5a499e)+')';}if('fontSize'===_0xdc3d9f&&isNaN(parseFloat(_0x5a499e))){const _0x252693=_0x1300e1['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1300e1['config']['get']('fontSize.options'))['find'](_0x2effa0=>_0x2effa0['model']==_0x5a499e);return _0x408b18+'\x20('+(_0x252693?_0x5c3405(_0x252693['title'])['toLowerCase']():_0x5a499e)+')';}return _0x408b18+'\x20('+_0x5a499e+')';}class it extends _0x99cb74{['_headingOptions'];['afterInit'](){const _0x233dea=this['editor'];if(!_0x233dea['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x233dea['config']['get']('heading.options');const _0x3f58e9=_0x233dea['locale'],_0x5a493c=_0x233dea['plugins']['get']('TrackChangesEditing');_0x5a493c['enableDefaultAttributesIntegration']('heading');for(const _0x694c58 of this['_headingOptions'])'paragraph'!=_0x694c58['model']&&_0x5a493c['descriptionFactory']['registerElementLabel'](_0x694c58['model'],_0x3372f1=>{const _0x8ea018=this['_getHeadingLevel'](_0x694c58['model']);return null!==_0x8ea018?_0x1fa15e(_0x3372f1,_0x8ea018):_0xfd7b0d(_0x3372f1,_0x694c58['title']);});function _0x1fa15e(_0x8fa876,_0x14a4cd){return o(_0x3f58e9,'ELEMENT_HEADING',[_0x8fa876,_0x14a4cd]);}function _0xfd7b0d(_0xa631d2,_0x189524){return o(_0x3f58e9,'ELEMENT_HEADING_CUSTOM',[_0xa631d2,_0x189524]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x46ae51=this['editor'],_0x3341f3=_0x46ae51['locale'];function _0x25f133(_0xe17bc2,_0x3cd95b){return o(_0x3341f3,'ELEMENT_HEADING_CUSTOM',[_0xe17bc2,_0x3cd95b]);}_0x46ae51['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x25a36e=>{if('formatBlock'!=_0x25a36e['type'])return;const {data:_0x53dd01}=_0x25a36e;if(_0x53dd01&&'heading'==_0x53dd01['commandName']){const _0x5a0168=_0x53dd01['commandParams'][0x0]['value'],_0x1d60e6=this['_getHeadingLevel'](_0x5a0168);if(null!==_0x1d60e6)return{'type':'format','content':o(_0x3341f3,'*Change\x20to:*\x20%0',(_0x45bbdc=0x1,_0x53b4cb=_0x1d60e6,o(_0x3341f3,'ELEMENT_HEADING',[_0x45bbdc,_0x53b4cb])))};const _0x23b60a=this['_headingOptions']['find'](_0x794b38=>_0x794b38['model']===_0x5a0168)['title'];return{'type':'format','content':o(_0x3341f3,'*Change\x20to:*\x20%0',_0x25f133(0x1,_0x23b60a))};}var _0x45bbdc,_0x53b4cb;});}['_getHeadingLevel'](_0x1e395e){const _0x21bf0e=_0x1e395e['match'](/^heading(\d+)/);if(_0x21bf0e)return _0x21bf0e[0x1];const _0x3db04d=this['_headingOptions']?.['find'](_0xde196e=>_0xde196e['model']==_0x1e395e);if(_0x3db04d&&_0x3db04d['view']){const _0x11971e=_0x3db04d['view'],_0xec285=(_0x11971e['name']??_0x11971e)['match'](/^h(\d+)/);if(_0xec285)return _0xec285[0x1];}return null;}}class et extends _0x99cb74{['afterInit'](){const _0x300fd3=this['editor'];if(!_0x300fd3['plugins']['has']('HighlightEditing'))return;const _0x4f8310=_0x300fd3['plugins']['get']('TrackChangesEditing'),_0x1b6929=_0x300fd3['locale'];_0x4f8310['enableDefaultAttributesIntegration']('highlight'),_0x4f8310['registerInlineAttribute']('highlight'),_0x4f8310['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x1b6929,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x56cb76=this['editor'],_0x267e05=_0x56cb76['locale'];_0x56cb76['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5e7357=>{if('formatInline'!=_0x5e7357['type'])return;const {data:_0x2208e7}=_0x5e7357;if(_0x2208e7&&'highlight'==_0x2208e7['commandName']){const _0x77259b=_0x267e05['t'],_0x12455b=_0x2208e7['commandParams'][0x0]['value'];if(_0x12455b){const _0x5dd321=_0x56cb76['config']['get']('highlight.options')['find'](_0xf6a754=>_0xf6a754['model']==_0x12455b),_0x3ecc51=_0x77259b(_0x5dd321['title'])['toLowerCase']();return{'type':'format','content':o(_0x267e05,'*Set\x20highlight:*\x20%0',_0x3ecc51),'color':{'value':_0x5dd321['color'],'title':_0x5dd321['title']}};}return{'type':'format','content':o(_0x267e05,'*Remove\x20highlight*',o(_0x267e05,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x99cb74{['afterInit'](){const _0x2a420f=this['editor'];if(!_0x2a420f['plugins']['has']('HorizontalLineEditing'))return;_0x2a420f['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x2ca121=_0x2a420f['plugins']['get']('TrackChangesEditing'),_0x2d0280=_0x2a420f['locale'];_0x2ca121['descriptionFactory']['registerElementLabel']('horizontalLine',_0xf36183=>o(_0x2d0280,'ELEMENT_HORIZONTAL_LINE',_0xf36183)),_0x2a420f['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x34f004,{writer:_0x2b9779,options:_0x3072f6})=>{if(!_0x3072f6['showSuggestionHighlights'])return null;const _0x421fbf=_0x2b9779['createContainerElement']('div'),_0x37f9b0=_0x2b9779['createEmptyElement']('hr');return _0x2b9779['addClass']('ck-horizontal-line',_0x421fbf),_0x2b9779['insert'](_0x2b9779['createPositionAt'](_0x421fbf,0x0),_0x37f9b0),_0x421fbf;},'converterPriority':'high'});}}class ot extends _0x99cb74{['afterInit'](){const _0xddf4ac=this['editor'];if(!_0xddf4ac['plugins']['has']('HtmlEmbed'))return;const _0x5ea5a5=_0xddf4ac['plugins']['get']('TrackChangesEditing'),_0x243e10=_0xddf4ac['locale'];_0x5ea5a5['descriptionFactory']['registerElementLabel']('rawHtml',_0xce3040=>o(_0x243e10,'ELEMENT_HTML_EMBED',_0xce3040)),_0x5ea5a5['enableDefaultAttributesIntegration']('htmlEmbed'),_0x5ea5a5['registerBlockAttribute']('value'),_0x5ea5a5['descriptionFactory']['registerDescriptionCallback'](_0x5492f5=>{if('attribute'!=_0x5492f5['type'])return;const {data:_0xa8be2b}=_0x5492f5;if(_0xa8be2b&&'value'==_0xa8be2b['key']&&_0x5492f5['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xb37f2d=o(_0x243e10,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x243e10,'*Change\x20%0\x20content*',_0xb37f2d)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x8499e6=this['editor'],_0x93031b=_0x8499e6['locale'];_0x8499e6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18fd40=>{if('formatBlock'!=_0x18fd40['type'])return;const {data:_0x2f9420}=_0x18fd40;if(_0x2f9420&&'htmlEmbed'==_0x2f9420['commandName']){const _0x5b2600=o(_0x93031b,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x93031b,'*Change\x20%0\x20content*',_0x5b2600)};}});}}class rt extends _0x99cb74{['afterInit'](){const _0x4cc2a0=this['editor'];if(!_0x4cc2a0['plugins']['has']('ImageEditing'))return;const _0x51023c=_0x4cc2a0['plugins']['get']('TrackChangesEditing'),_0x3e3457=_0x4cc2a0['plugins']['get']('ImageUtils'),_0x57af17=_0x4cc2a0['locale'];_0x51023c['enableCommand']('insertImage'),_0x51023c['descriptionFactory']['registerElementLabel']('imageBlock',_0x2dcb28=>o(_0x57af17,'ELEMENT_IMAGE',_0x2dcb28)),_0x51023c['descriptionFactory']['registerElementLabel']('imageInline',_0x38a85b=>o(_0x57af17,'ELEMENT_INLINE_IMAGE',_0x38a85b)),_0x51023c['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x57af17,'ELEMENT_CAPTION')),_0x4cc2a0['plugins']['has']('ImageUploadEditing')&&_0x51023c['enableCommand']('uploadImage'),_0x4cc2a0['plugins']['has']('ImageBlockEditing')&&_0x4cc2a0['plugins']['has']('ImageInlineEditing')&&(_0x51023c['enableCommand']('imageTypeInline',(_0x572ccd,_0x3151be)=>{const _0x1eb5fa=_0x3e3457['getClosestSelectedImageElement'](_0x4cc2a0['model']['document']['selection']);_0x4cc2a0['model']['change'](()=>{_0x51023c['markBlockFormat'](_0x1eb5fa,{'commandName':'imageTypeInline','commandParams':[_0x3151be]},[],'convertBlockImageToInline');});}),_0x51023c['enableCommand']('imageTypeBlock',(_0x392460,_0x2450b2)=>{_0x4cc2a0['model']['change'](_0x3361f7=>{let _0x174583=_0x3e3457['getClosestSelectedImageElement'](_0x4cc2a0['model']['document']['selection']),_0x4b0f29=_0x3361f7['createRangeOn'](_0x174583);const _0x2a7e9e=_0x39ac4e['fromPosition'](_0x4b0f29['start'],'toPrevious'),_0xee533a=_0x39ac4e['fromPosition'](_0x4b0f29['end'],'toNext');_0x51023c['forceDefaultExecution'](()=>_0x392460(_0x2450b2)),_0x174583=_0x3e3457['getClosestSelectedImageElement'](_0x4cc2a0['model']['document']['selection']),_0x4b0f29=_0x3361f7['createRangeOn'](_0x174583);const _0x324662=_0x3361f7['createRange'](_0x2a7e9e,_0xee533a);_0x2a7e9e['detach'](),_0xee533a['detach'](),_0x51023c['markBlockFormat'](_0x174583,{'commandName':'imageTypeInline','commandParams':[_0x2450b2]},[],'convertInlineImageToBlock'),_0x324662['start']['isBefore'](_0x4b0f29['start'])&&_0x51023c['markInsertion'](_0x3361f7['createRange'](_0x324662['start'],_0x4b0f29['start']),'convertInlineImageToBlock'),_0x4b0f29['end']['isBefore'](_0x324662['end'])&&_0x51023c['markInsertion'](_0x3361f7['createRange'](_0x4b0f29['end'],_0x324662['end']),'convertInlineImageToBlock');});}),_0x51023c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x51023c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x51023c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x51023c['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x51023c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x51023c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x227184])=>{const _0x7a206f=_0x51023c['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x86616d=_0x227184['start'],_0xaeeff=_0x227184['end'];const _0x3ea9d0=_0x4cc2a0['model']['schema']['getNearestSelectionRange'](_0x86616d,'backward'),_0x1cd508=_0x4cc2a0['model']['schema']['getNearestSelectionRange'](_0xaeeff,'forward');_0x3ea9d0['isCollapsed']&&(_0x86616d=_0x3ea9d0['start']),_0x1cd508['isCollapsed']&&(_0xaeeff=_0x1cd508['end']),_0x7a206f([_0x4cc2a0['model']['createRange'](_0x86616d,_0xaeeff)]);}),_0x51023c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x296d3c),_0x51023c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x296d3c)),_0x4cc2a0['plugins']['has']('ImageCaptionEditing')&&(_0x51023c['enableCommand']('toggleImageCaption',(_0x2ba0db,_0x11e650)=>{const _0xfd30e1=_0x4cc2a0['plugins']['get']('ImageCaptionUtils');let _0x37fffe=_0x3e3457['getClosestSelectedImageElement'](_0x4cc2a0['model']['document']['selection']),_0x4f6c13=_0xfd30e1['getCaptionFromImageModelElement'](_0x37fffe);_0x4cc2a0['model']['change'](()=>{if(_0x4f6c13)return void _0x51023c['markDeletion'](_0x4cc2a0['model']['createRangeOn'](_0x4f6c13));const _0x410165=_0x3e3457['isBlockImage'](_0x37fffe);_0x2ba0db(_0x11e650),_0x37fffe=_0x3e3457['getClosestSelectedImageElement'](_0x4cc2a0['model']['document']['selection']),_0x4f6c13=_0xfd30e1['getCaptionFromImageModelElement'](_0x37fffe),_0x51023c['markInsertion'](_0x4cc2a0['model']['createRangeOn'](_0x4f6c13),_0x410165?null:'imageCaption');});}),_0x51023c['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x296d3c));const _0x46c338=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4ba8fd(_0x55089b,_0x19c8a1){const _0x24bfae=_0x46c338['findIndex'](({type:_0x557cfc,subType:_0x516182})=>_0x55089b['type']==_0x557cfc&&_0x55089b['subType']==_0x516182),_0x471152=_0x46c338['findIndex'](({type:_0x2846b0,subType:_0x2da421})=>_0x19c8a1['type']==_0x2846b0&&_0x19c8a1['subType']==_0x2da421);if(_0x24bfae<0x0||_0x471152<0x0)return!0x1;const _0x32b6c7=_0x55089b['getFirstRange'](),_0x33b047=_0x19c8a1['getFirstRange']();if((0x0==_0x24bfae||0x1==_0x24bfae)&&0x2==_0x471152&&_0x32b6c7['isIntersecting'](_0x33b047))return!0x0;if(0x2==_0x24bfae&&0x3==_0x471152){const _0x417594=_0x51023c['_findSuggestions'](_0x32b6c7,'insertion')['filter'](({suggestion:_0x320dcc,meta:_0x5ee70e})=>_0x5ee70e['isOwn']&&'convertInlineImageToBlock'==_0x320dcc['subType']);if(_0x417594['length']>0x1&&_0x33b047['end']['isEqual'](_0x32b6c7['start']))return!0x0;if(0x1==_0x417594['length']&&(_0x32b6c7['start']['isEqual'](_0x33b047['end'])||_0x32b6c7['end']['isEqual'](_0x33b047['start'])))return!0x0;}if(0x3==_0x24bfae&&0x3==_0x471152&&_0x32b6c7['start']['isBefore'](_0x33b047['start'])){const _0x319e87=_0x32b6c7['end']['nodeAfter'],_0x1e58a1=_0x33b047['start']['nodeBefore'];return _0x3e3457['isBlockImage'](_0x319e87)&&_0x319e87===_0x1e58a1;}return!0x1;}function _0x296d3c(_0x10b5ed,_0x18a017){return _0x4ba8fd(_0x10b5ed,_0x18a017)?[_0x10b5ed,_0x18a017]:_0x4ba8fd(_0x18a017,_0x10b5ed)?[_0x18a017,_0x10b5ed]:null;}_0x4cc2a0['plugins']['has']('ImageResize')&&(_0x51023c['enableDefaultAttributesIntegration']('resizeImage'),_0x51023c['registerBlockAttribute']('resizedWidth'),_0x51023c['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x57af17,'FORMAT_IMAGE_SIZE'))),_0x4cc2a0['plugins']['has']('ImageTextAlternativeEditing')&&(_0x51023c['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x51023c['registerBlockAttribute']('alt')),_0x4cc2a0['plugins']['has']('PictureEditing')&&(_0x51023c['registerBlockAttribute']('sources'),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x341060=>{if('attribute'!=_0x341060['type'])return;const {data:_0x189912}=_0x341060;return _0x189912&&'sources'==_0x189912['key']?{'type':'format','content':''}:void 0x0;})),_0x4cc2a0['plugins']['has']('ImageSizeAttributes')&&(_0x51023c['registerBlockAttribute']('width'),_0x51023c['registerBlockAttribute']('height'),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x124e79=>{if('attribute'!=_0x124e79['type'])return;const {data:_0x5015aa}=_0x124e79;return!_0x5015aa||'width'!=_0x5015aa['key']&&'height'!=_0x5015aa['key']?void 0x0:{'type':'format','content':''};})),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x4d56e7=>{if(!!_0x46c338['find'](({type:_0x27e748,subType:_0x561e37})=>_0x4d56e7['type']==_0x27e748&&_0x4d56e7['subType']==_0x561e37))return _0x4d56e7['previous']?{}:void 0x0;}),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x593ee0=>{if('insertion'==_0x593ee0['type']||'deletion'==_0x593ee0['type']){const _0x517097=_0x593ee0['getContainedElement']();if(_0x517097&&_0x517097['is']('element','caption'))return{'type':'insertion'==_0x593ee0['type']?'addObject':'removeObject','element':_0x517097,'quantity':0x1};}}),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x5e5053=>'formatBlock'==_0x5e5053['type']&&'convertInlineImageToBlock'==_0x5e5053['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x5e5053['type']&&'convertBlockImageToInline'==_0x5e5053['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x51023c['descriptionFactory']['registerDescriptionCallback'](_0x4cbaef=>{if('attribute'!=_0x4cbaef['type'])return;const {data:_0x437ca4}=_0x4cbaef;if(!_0x437ca4||'alt'!=_0x437ca4['key'])return;const _0x4f18c3=_0x437ca4['newValue'];return _0x4f18c3?{'type':'format','content':o(_0x57af17,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4f18c3+'\x22')}:{'type':'format','content':o(_0x57af17,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x507ce0=this['editor'],_0xe141b4=_0x507ce0['locale'];_0x507ce0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x97dfd7=>{if('formatBlock'!=_0x97dfd7['type']&&'formatInline'!=_0x97dfd7['type'])return;const {data:_0x138a7c}=_0x97dfd7;if(_0x138a7c){if('imageTextAlternative'==_0x138a7c['commandName']){const _0x371786=_0x138a7c['commandParams'][0x0]['newValue'];return _0x371786?{'type':'format','content':o(_0xe141b4,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x371786+'\x22')}:{'type':'format','content':o(_0xe141b4,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x138a7c['commandName']){const _0x503a4b=_0x138a7c['commandParams'][0x0]['width'];return _0x503a4b?{'type':'format','content':o(_0xe141b4,'*Set\x20image\x20width:*\x20%0',_0x503a4b)}:{'type':'format','content':o(_0xe141b4,'*Reset\x20image\x20width*')};}}});}}class at extends _0x99cb74{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1e879c=this['editor']['locale'],_0x5d3742=this['editor']['plugins']['get']('TrackChangesEditing');_0x5d3742['enableDefaultAttributesIntegration']('replaceImageSource'),_0x5d3742['registerBlockAttribute']('src'),_0x5d3742['descriptionFactory']['registerDescriptionCallback'](_0x5db7a5=>{if('attribute'!=_0x5db7a5['type'])return;const {data:_0x566ce6}=_0x5db7a5;return _0x566ce6&&'src'==_0x566ce6['key']?_0x566ce6['newValue']&&_0x566ce6['oldValue']?{'type':'format','content':o(_0x1e879c,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5b2ae9=this['editor']['plugins']['get']('TrackChangesEditing');_0x5b2ae9['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x5b2ae9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5b2ae9['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x5b2ae9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x303675=this['editor'],_0x44202a=_0x303675['locale'];_0x303675['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24a2bd=>{if('formatBlock'!=_0x24a2bd['type']&&'formatInline'!=_0x24a2bd['type'])return;const {data:_0x3add9b}=_0x24a2bd;if(!_0x3add9b||'replaceImageSource'!=_0x3add9b['commandName'])return;return{'type':'format','content':o(_0x44202a,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x99cb74{['afterInit'](){const _0x521f9b=this['editor'];if(!_0x521f9b['plugins']['has']('ImageStyleEditing'))return;const _0x26e065=_0x521f9b['plugins']['get']('TrackChangesEditing'),_0x1765b3=_0x521f9b['plugins']['get']('ImageUtils'),_0x58ba5a={};_0x26e065['enableCommand']('imageStyle',(_0xdf3cd3,_0x34fc53)=>{const _0x312036=_0x521f9b['plugins']['get']('Users')['me'],_0x471c1e=_0x521f9b['commands']['get']('imageStyle');let _0x33bad1=_0x1765b3['getClosestSelectedImageElement'](_0x521f9b['model']['document']['selection']),_0x5d7d08=_0x521f9b['model']['createRangeOn'](_0x33bad1),_0x3c4c4e=_0x471c1e['value'];if(_0x3c4c4e==_0x34fc53['value'])return;const _0x3af07a={'commandName':'imageStyle','commandParams':[_0x34fc53],'formatGroupId':_0x161b41()};_0x521f9b['model']['change'](()=>{if(_0x26e065['getSuggestions']()['filter'](_0x4a85d0=>_0x4a85d0['isInContent']&&_0x312036==_0x4a85d0['author']&&('formatBlock'==_0x4a85d0['type']||'formatInline'==_0x4a85d0['type'])&&('imageStylePreApply'==_0x4a85d0['subType']||'imageStylePostApply'==_0x4a85d0['subType'])&&_0x4a85d0['getFirstRange']()['isEqual'](_0x5d7d08))['forEach'](_0xcf1fcd=>_0x26e065['discardSuggestion'](_0xcf1fcd['head'])),_0x33bad1=_0x1765b3['getClosestSelectedImageElement'](_0x521f9b['model']['document']['selection']),_0x5d7d08=_0x521f9b['model']['createRangeOn'](_0x33bad1),_0x471c1e['refresh'](),_0x521f9b['commands']['get']('imageTypeInline')['refresh'](),_0x521f9b['commands']['get']('imageTypeBlock')['refresh'](),_0x3c4c4e=_0x471c1e['value'],_0x3c4c4e!=_0x34fc53['value'])return _0x1765b3['isInlineImage'](_0x33bad1)&&_0x471c1e['shouldConvertImageType'](_0x34fc53['value'],_0x33bad1)?(_0xdf3cd3({..._0x34fc53,'setImageSizes':!0x1}),_0x33bad1=_0x1765b3['getClosestSelectedImageElement'](_0x521f9b['model']['document']['selection']),void _0x26e065['markBlockFormat'](_0x33bad1,{..._0x3af07a,'commandReversedParams':[{'value':_0x3c4c4e||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x1765b3['isBlockImage'](_0x33bad1)?_0x26e065['markBlockFormat'](_0x33bad1,_0x3af07a,[],'imageStylePostApply'):_0x26e065['markInlineFormat'](_0x5d7d08,_0x3af07a,'imageStylePostApply'));});});for(const _0x197534 of _0x521f9b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x58ba5a[_0x197534['name']]=_0x197534['title']['toLowerCase']();_0x26e065['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x26e065['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x26e065['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x26e065['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x47a032])=>{_0x1765b3['setImageNaturalSizeAttributes'](_0x47a032['getContainedElement']());}),_0x26e065['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4b0f71,_0xe7f0c0)=>{_0x26e065['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4b0f71,{'commandName':_0xe7f0c0['commandName'],'commandParams':_0xe7f0c0['commandReversedParams']});}),_0x26e065['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1eced2,_0x266fc4){if(_0x5854ae(_0x1eced2,_0x266fc4))return[_0x1eced2,_0x266fc4];if(_0x5854ae(_0x266fc4,_0x1eced2))return[_0x266fc4,_0x1eced2];return null;});const _0x59ea67=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5854ae(_0x1e0be6,_0x347c72){const _0x376b63=_0x59ea67['findIndex'](({type:_0x4203c4,subType:_0x429cec})=>_0x1e0be6['type']==_0x4203c4&&_0x1e0be6['subType']==_0x429cec),_0x345fb6=_0x59ea67['findIndex'](({type:_0x52825c,subType:_0x4c66f1})=>_0x347c72['type']==_0x52825c&&_0x347c72['subType']==_0x4c66f1);if(_0x376b63<0x0||_0x345fb6<0x0)return!0x1;const _0x198f43=_0x1e0be6['getFirstRange'](),_0x3e4021=_0x347c72['getFirstRange']();if((0x0==_0x376b63||0x1==_0x376b63)&&0x2==_0x345fb6&&_0x198f43['isIntersecting'](_0x3e4021))return!0x0;if(0x2==_0x376b63&&0x3==_0x345fb6){const _0xb49a3a=_0x26e065['_findSuggestions'](_0x198f43,'insertion')['filter'](({suggestion:_0x1e1ea5,meta:_0x27505a})=>_0x27505a['isOwn']&&'convertInlineImageToBlock'==_0x1e1ea5['subType']);if(_0xb49a3a['length']>0x1&&_0x3e4021['end']['isEqual'](_0x198f43['start']))return!0x0;if(0x1==_0xb49a3a['length']&&(_0x198f43['start']['isEqual'](_0x3e4021['end'])||_0x198f43['end']['isEqual'](_0x3e4021['start'])))return!0x0;}if(0x3==_0x376b63&&0x3==_0x345fb6&&_0x198f43['start']['isBefore'](_0x3e4021['start'])){const _0x4ade66=_0x198f43['end']['nodeAfter'],_0x5ebff7=_0x3e4021['start']['nodeBefore'];return _0x1765b3['isBlockImage'](_0x4ade66)&&_0x4ade66===_0x5ebff7;}return!0x1;}_0x521f9b['model']['document']['registerPostFixer'](()=>{let _0x159053=!0x1;const _0x440593=Array['from'](_0x521f9b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3e8a25,data:_0x5776d5}of _0x440593){const {group:_0x1e2c65,type:_0x5ea965,subType:_0x3501be,id:_0x5b225c}=_0x26e065['_splitMarkerName'](_0x3e8a25);if('suggestion'==_0x1e2c65&&_0x26e065['hasSuggestion'](_0x5b225c)){if('formatBlock'==_0x5ea965&&('imageStylePreApply'==_0x3501be||'imageStylePostApply'==_0x3501be)){const _0x355ba0=_0x26e065['getSuggestion'](_0x5b225c);if(_0x5776d5['newRange']){const _0x2fd21d=_0x355ba0['getFirstRange']()['getContainedElement']();if(_0x1765b3['isBlockImage'](_0x2fd21d))continue;_0x26e065['discardSuggestion'](_0x355ba0),_0x159053=!0x0;}}if('insertion'==_0x5ea965&&'imageCaption'==_0x3501be&&!_0x5776d5['newRange']){const _0x4f1e49=_0x26e065['getSuggestion'](_0x5b225c);_0x4f1e49['next']&&_0x4f1e49['next']['isInContent']&&(_0x26e065['discardSuggestion'](_0x4f1e49['next']),_0x159053=!0x0);}}}return _0x159053;}),this['_registerLegacyDescription'](_0x58ba5a);}['_registerLegacyDescription'](_0x33af90){const _0x1b5aef=this['editor'],_0x35043f=_0x1b5aef['locale'];_0x1b5aef['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x163420=>{if('formatBlock'!=_0x163420['type']&&'formatInline'!=_0x163420['type'])return;const {data:_0x52b958}=_0x163420;if(!_0x52b958||'imageStyle'!=_0x52b958['commandName'])return;const _0x1b955e=_0x52b958['commandParams'][0x0]['value'];return _0x5745f7('side'===_0x1b955e?o(_0x35043f,'FORMAT_SIDE_IMAGE'):_0x33af90[_0x1b955e]||_0x1b955e);function _0x5745f7(_0x2be490){return{'type':'format','content':o(_0x35043f,'*Format:*\x20%0',_0x2be490)};}});}}class ut extends _0x99cb74{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x3da809){super(_0x3da809),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x2412cc=this['editor'],_0x257a25=_0x2412cc['commands']['get']('importWord'),_0x186b1f=_0x2412cc['commands']['get']('trackChanges');_0x257a25&&(_0x257a25['on']('execute',(_0x28bf2c,[,_0x59c973])=>{this['_trackChangesValueDuringImport']=_0x186b1f['value'],_0x59c973['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x257a25,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x257a25,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x186b1f['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x2412cc['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x7ee27b,_0x2646ac){const {suggestions:_0x26dd40}=_0x2646ac,_0x89b2dc=this['editor']['commands']['get']('trackChanges'),_0x20a324=_0x89b2dc['value'];this['_trackChangesValueDuringImport']!==_0x20a324&&(_0x89b2dc['execute'](),this['_trackChangesExecuted']=!0x0),_0x26dd40&&_0x26dd40['forEach'](({id:_0x57a966,type:_0x455b26,author:_0x2f9d4c,created_at:_0x57740b})=>{const _0x43166e={'id':_0x57a966,'type':_0x455b26,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2f9d4c,'createdAt':_0x57740b?new Date(_0x57740b):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x43166e);});}}class ft extends _0x99cb74{['afterInit'](){const _0x5be84b=this['editor'],_0x2b1052=_0x5be84b['plugins']['get']('TrackChangesEditing');if(_0x5be84b['plugins']['has']('IndentEditing')&&(_0x2b1052['enableCommand']('indent'),_0x2b1052['enableCommand']('outdent')),_0x5be84b['plugins']['has']('IndentBlock')){for(const _0x38ebde of['indentBlock','outdentBlock'])_0x2b1052['enableDefaultAttributesIntegration'](_0x38ebde);}const _0x51f610=_0x5be84b['locale'];_0x2b1052['registerBlockAttribute']('blockIndent'),_0x2b1052['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x51f610,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x98048c=this['editor'],_0x4ab13f=_0x98048c['locale'],_0x3c28f1=_0x98048c['plugins']['get']('TrackChangesEditing');_0x3c28f1['descriptionFactory']['registerDescriptionCallback'](_0x576fba=>{if('formatBlock'!=_0x576fba['type'])return;const {data:_0x4d219f}=_0x576fba;if(!_0x4d219f)return;if('indentBlock'!=_0x4d219f['commandName']&&'outdentBlock'!=_0x4d219f['commandName'])return;const _0x47878f=_0x576fba['getItems']()[0x0],_0x2d7fe8=_0x3c28f1['descriptionFactory']['getItemLabel'](_0x47878f);return'indentBlock'==_0x4d219f['commandName']?{'type':'format','content':o(_0x4ab13f,'*Indent:*\x20%0',_0x2d7fe8)}:'outdentBlock'==_0x4d219f['commandName']?{'type':'format','content':o(_0x4ab13f,'*Outdent:*\x20%0',_0x2d7fe8)}:void 0x0;});}}class ht extends _0x99cb74{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0x99cb74{['afterInit'](){const _0x5422be=this['editor'];if(!_0x5422be['plugins']['has']('LinkEditing'))return;const _0x4021cc=_0x5422be['plugins']['get']('TrackChangesEditing'),_0x7ff53c=_0x5422be['commands']['get']('link');_0x4021cc['enableDefaultAttributesIntegration']('link'),_0x4021cc['enableDefaultAttributesIntegration']('unlink'),_0x4021cc['registerInlineAttribute']('linkHref');for(const _0x3c9a57 of _0x7ff53c['manualDecorators'])_0x4021cc['registerInlineAttribute'](_0x3c9a57['id']),_0x4021cc['descriptionFactory']['registerAttributeLabel'](_0x3c9a57['id'],'link\x20('+_0x3c9a57['label']['toLowerCase']()+')');_0x4021cc['descriptionFactory']['registerDescriptionCallback'](_0x4dee35=>{if('attribute'!=_0x4dee35['type'])return;const {data:_0x57dc42}=_0x4dee35;if(!_0x57dc42||'linkHref'!=_0x57dc42['key'])return;const _0x4e6031=_0x57dc42['newValue'],_0x4d5c00=_0x5422be['locale'];return{'type':'format','content':null==_0x4e6031?o(_0x4d5c00,'*Remove\x20link*'):o(_0x4d5c00,'*Set\x20link:*\x20%0','\x22'+_0x4e6031+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x14304c=this['editor'],_0x497360=_0x14304c['locale'];_0x14304c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3723b0=>{if('formatInline'!=_0x3723b0['type'])return;const {data:_0x1bcb51}=_0x3723b0;if(_0x1bcb51){if('link'==_0x1bcb51['commandName']){const _0x3f4cf0=_0x1bcb51['commandParams'][0x0];return{'type':'format','content':o(_0x497360,'*Set\x20link:*\x20%0','\x22'+_0x3f4cf0+'\x22')};}return'unlink'==_0x1bcb51['commandName']?{'type':'format','content':o(_0x497360,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0x99cb74{['afterInit'](){const _0xbe70d6=this['editor'],_0x3e3c88=_0xbe70d6['locale'];if(!_0xbe70d6['plugins']['has']('LegacyListEditing'))return;const _0x42ae2b=_0xbe70d6['plugins']['get']('TrackChangesEditing'),_0x2e404f=_0xbe70d6['plugins']['has']('LegacyTodoListEditing');function _0x376924(_0x322db0){return()=>{const _0x955915=_0xbe70d6['model']['document']['selection'],_0xcafc23=_0xbe70d6['commands']['get'](_0x322db0);if(_0xcafc23['value'])return void _0xbe70d6['execute']('paragraph',{});const _0x1b118b=_0x322db0['slice'](0x0,-0x4),_0xac7c8e=function(_0x100e4d,_0x5ca61e,_0x5c8ef4){let _0xa2cb7a=Array['from'](_0x100e4d)['filter'](_0x305f84=>function(_0x505aa7,_0x184302){return _0x184302['checkChild'](_0x505aa7['parent'],'listItem')&&!_0x184302['isObject'](_0x505aa7);}(_0x305f84,_0x5c8ef4));_0xa2cb7a=_0xa2cb7a['filter'](_0x3a777c=>!_0x3a777c['is']('element','listItem')||_0x3a777c['getAttribute']('listType')!=_0x5ca61e);const _0x43dafc=new Set();for(const _0x4b7f68 of _0xa2cb7a)_0x4b7f68['is']('element','listItem')?_0x43dafc['add'](Le(_0x4b7f68)):_0x43dafc['add'](_0x4b7f68);return Array['from'](_0x43dafc);}(_0x955915['getSelectedBlocks'](),_0x1b118b,_0xbe70d6['model']['schema']);_0xbe70d6['model']['change'](()=>{for(const _0x121b59 of _0xac7c8e)_0x42ae2b['markBlockFormat'](_0x121b59,{'commandName':_0x322db0,'commandParams':[{'forceValue':!_0xcafc23['value']}],'formatGroupId':'blockName'},Ee(_0x121b59));});};}function _0x1901c0(_0x5a99b9){return()=>{const _0x363a6b=function(_0x487181){let _0x20e2b3=Array['from'](_0x487181);const _0x49a13d=_0x20e2b3['findIndex'](_0x2b6a4f=>'listItem'!=_0x2b6a4f['name']);return _0x49a13d>-0x1&&(_0x20e2b3=_0x20e2b3['slice'](0x0,_0x49a13d)),_0x20e2b3;}(_0xbe70d6['model']['document']['selection']['getSelectedBlocks']()),_0xf23ac=_0xbe70d6['model']['createRange'](_0xbe70d6['model']['createPositionAt'](_0x363a6b[0x0],'before'),_0xbe70d6['model']['createPositionAt'](_0x363a6b[_0x363a6b['length']-0x1],'end'));_0xbe70d6['model']['change'](()=>{_0x42ae2b['markBlockFormat'](_0xf23ac,{'commandName':_0x5a99b9,'commandParams':[],'formatGroupId':'listIndent'},function(_0x10190b){const _0x385588=new Set();for(const _0x47d7b4 of _0x10190b){let _0x5196cc=_0x47d7b4['nextSibling'];for(;_0x5196cc&&_0x5196cc['getAttribute']('listIndent')>_0x47d7b4['getAttribute']('listIndent');)_0x385588['add'](_0x5196cc),_0x5196cc=_0x5196cc['nextSibling'];}return Array['from'](_0x385588);}(_0x363a6b));});};}_0x42ae2b['enableCommand']('numberedList',_0x376924('numberedList')),_0x42ae2b['enableCommand']('bulletedList',_0x376924('bulletedList')),_0x2e404f&&_0x42ae2b['enableCommand']('todoList',_0x376924('todoList')),_0x42ae2b['enableCommand']('indentList',_0x1901c0('indentList')),_0x42ae2b['enableCommand']('outdentList',_0x1901c0('outdentList')),_0x2e404f&&_0x42ae2b['enableCommand']('checkTodoList',()=>{const _0x8df7e0=_0xbe70d6['commands']['get']('checkTodoList'),_0x3b2516=Array['from'](_0x8df7e0['_selectedElements']);_0x3b2516['filter'](_0x573359=>_0x573359['getAttribute']('todoListChecked')!=_0x8df7e0['value']),_0xbe70d6['model']['change'](()=>{for(const _0x32aa59 of _0x3b2516)_0x42ae2b['markBlockFormat'](_0x32aa59,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x8df7e0['value']}]});});}),_0x42ae2b['descriptionFactory']['registerElementLabel']('listItem',_0x1e052a=>o(_0x3e3c88,'ELEMENT_LIST_ITEM',_0x1e052a)),_0x42ae2b['descriptionFactory']['registerDescriptionCallback'](_0xe5cf98=>{if('formatBlock'!=_0xe5cf98['type']&&'formatInline'!=_0xe5cf98['type'])return;const {data:_0x3e93d4}=_0xe5cf98;if(_0x3e93d4){if('numberedList'==_0x3e93d4['commandName']||'bulletedList'==_0x3e93d4['commandName']||'todoList'==_0x3e93d4['commandName'])switch(_0x3e93d4['commandName']['replace']('List','')){case'bulleted':return _0x43d82e(o(_0x3e3c88,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x43d82e(o(_0x3e3c88,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x43d82e(o(_0x3e3c88,'ELEMENT_TODO_LIST'));}if('indentList'==_0x3e93d4['commandName'])return{'type':'format','content':o(_0x3e3c88,'*Indent:*\x20%0',o(_0x3e3c88,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x3e93d4['commandName'])return{'type':'format','content':o(_0x3e3c88,'*Outdent:*\x20%0',o(_0x3e3c88,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x3e93d4['commandName'])return _0x3e93d4['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3e3c88,'*Check\x20item*')}:{'type':'format','content':o(_0x3e3c88,'*Uncheck\x20item*')};}function _0x43d82e(_0x1ff3de){return{'type':'format','content':o(_0x3e3c88,'*Change\x20to:*\x20%0',_0x1ff3de)};}});}}function Le(_0x39927d){const _0x5f0564=_0x39927d['getAttribute']('listIndent');if(0x0==_0x5f0564)return _0x39927d;let _0x2318b4=_0x39927d;for(;_0x39927d['previousSibling']&&_0x39927d['previousSibling']['is']('element','listItem');){const _0x4120db=_0x39927d['previousSibling']['getAttribute']('listIndent');if(_0x4120db==_0x5f0564)_0x2318b4=_0x39927d['previousSibling'];else{if(_0x4120db<_0x5f0564)break;}_0x39927d=_0x39927d['previousSibling'];}return _0x2318b4;}function Ee(_0x1f1108){const _0x266251=[];if(_0x1f1108['is']('element','listItem')&&_0x1f1108['getAttribute']('listIndent')>0x0){let _0x5f40c4=_0x1f1108['nextSibling'];for(;_0x5f40c4&&'listItem'==_0x5f40c4['name']&&_0x5f40c4['getAttribute']('listIndent')==_0x1f1108['getAttribute']('listIndent');)_0x266251['push'](_0x5f40c4),_0x5f40c4=_0x5f40c4['nextSibling'];}return _0x266251;}class Q extends _0x99cb74{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x350f2e=this['editor']['config']['get']('list.properties'),_0x3e9168=this['editor']['plugins']['get']('TrackChangesEditing');_0x350f2e['styles']&&_0x3e9168['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x350f2e['reversed']&&_0x3e9168['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x350f2e['startIndex']&&_0x3e9168['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3e9168['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x4c21cb,_0x55663d={}){const _0x27351b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x24b65e=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x27351b['markMultiRangeBlockFormat'](_0x24b65e,{'commandName':'listStyle','commandParams':[{'type':_0x55663d['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x39b6b4,_0x480508={}){const _0x50d5c8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x7c2606=this['_getSuggestionBlocks'](_0x57b2b6=>_0x57b2b6['is']('element','listItem')&&'numbered'===_0x57b2b6['getAttribute']('listType'));if(_0x7c2606['length']<0x1)return;const _0x103836=_0x7c2606['map'](_0x24a0f5=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x24a0f5,'before'),this['editor']['model']['createPositionAt'](_0x24a0f5,0x0)));this['editor']['model']['change'](()=>{_0x50d5c8['markMultiRangeBlockFormat'](_0x103836,{'commandName':'listReversed','commandParams':[{'reversed':_0x480508['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x2ae4b2,_0x141104={}){const _0x1b61b6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x21778d=this['_getSuggestionBlocks'](_0x5d9fd7=>_0x5d9fd7['is']('element','listItem')&&'numbered'===_0x5d9fd7['getAttribute']('listType'));if(_0x21778d['length']<0x1)return;const _0x296ae1=_0x21778d['map'](_0x35ccc5=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x35ccc5,'before'),this['editor']['model']['createPositionAt'](_0x35ccc5,0x0)));this['editor']['model']['change'](()=>{_0x1b61b6['markMultiRangeBlockFormat'](_0x296ae1,{'commandName':'listStart','commandParams':[{'startIndex':_0x141104['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x2eb93c){if('formatBlock'!=_0x2eb93c['type']&&'formatInline'!=_0x2eb93c['type'])return;const _0x3f3ff0=this['editor']['locale'],{data:_0x49f7df}=_0x2eb93c;if(!_0x49f7df)return;let _0x391365,_0x3d08c1;switch(_0x49f7df['commandName']){case'listStyle':_0x391365='*Change\x20to:*\x20%0',_0x3d08c1={'type':'format','content':o(_0x3f3ff0,_0x391365,o(_0x3f3ff0,this['_getTranslationKeyForListStyle'](_0x49f7df['commandParams'][0x0]['type'])))};break;case'listReversed':_0x391365=_0x49f7df['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3d08c1={'type':'format','content':o(_0x3f3ff0,_0x391365)};break;case'listStart':_0x391365='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3d08c1={'type':'format','content':o(_0x3f3ff0,_0x391365,_0x49f7df['commandParams'][0x0]['startIndex'])};}return _0x3d08c1;}['_getSuggestionBlocksForListStyle'](){const _0x70d0e7=this['editor']['plugins']['get']('LegacyListUtils');let _0x11504e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x11504e[0x0]?.['is']('element','listItem')&&_0x11504e['unshift'](..._0x70d0e7['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x11504e[_0x11504e['length']-0x1]?.['is']('element','listItem')&&_0x11504e['push'](..._0x70d0e7['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x11504e=[...new Set(_0x11504e)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x11504e=_0x11504e['filter'](_0x283f54=>_0x283f54['is']('element','listItem'))),_0x11504e;}['_getSuggestionBlocks'](_0x539f75){const _0x33f6f2=this['editor']['plugins']['get']('LegacyListUtils');let _0x7d1f9e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x539f75)['map'](_0xfac88d=>{const _0x77b81f=this['editor']['model']['createPositionAt'](_0xfac88d,0x0);return[..._0x33f6f2['getSiblingNodes'](_0x77b81f,'backward'),..._0x33f6f2['getSiblingNodes'](_0x77b81f,'forward')];})['flat']();return _0x7d1f9e=[...new Set(_0x7d1f9e)],_0x7d1f9e;}['_getTranslationKeyForListStyle'](_0x1ed922){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1ed922)||'default')['toUpperCase']()+'_LIST_'+_0x1ed922['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x99cb74{['afterInit'](){const _0x237bd3=this['editor'];if(!_0x237bd3['plugins']['has']('MediaEmbedEditing'))return;const _0x2216a0=_0x237bd3['plugins']['get']('TrackChangesEditing'),_0xabd471=_0x237bd3['locale'];_0x2216a0['enableCommand']('mediaEmbed'),_0x2216a0['descriptionFactory']['registerElementLabel']('media',_0x184966=>o(_0xabd471,'ELEMENT_MEDIA',_0x184966)),_0x237bd3['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x33fa39,{writer:_0x19a5be,options:_0x206e4c})=>{if(_0x206e4c['showSuggestionHighlights'])return _0x19a5be['createEmptyElement']('div');},'converterPriority':'high'}),_0x237bd3['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2c0b89,_0x3b40a6,_0x3a9796)=>{_0x3a9796['options']['showSuggestionHighlights']&&_0x2c0b89['stop']();},{'priority':'high'});}}class pt extends _0x99cb74{['afterInit'](){const _0x915360=this['editor'];_0x915360['plugins']['has']('MentionEditing')&&_0x915360['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0x99cb74{['afterInit'](){const _0xda1841=this['editor'];if(!_0xda1841['plugins']['has']('MergeFieldsEditing'))return;const _0x5e1fa4=_0xda1841['plugins']['get']('TrackChangesEditing'),_0x5162e6=_0xda1841['locale'];_0x5e1fa4['enableCommand']('insertMergeField'),_0x5e1fa4['enableCommand']('insertMergeFieldBlock'),_0x5e1fa4['enableCommand']('insertMergeFieldImage'),_0x5e1fa4['descriptionFactory']['registerElementLabel']('mergeField',_0x4799cd=>o(_0x5162e6,'ELEMENT_MERGE_FIELD',_0x4799cd)),_0x5e1fa4['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x345d37=>o(_0x5162e6,'ELEMENT_MERGE_FIELD',_0x345d37)),_0x5e1fa4['descriptionFactory']['registerDescriptionCallback'](_0x5a0cd7=>{if('insertion'!=_0x5a0cd7['type']&&'deletion'!=_0x5a0cd7['type'])return;const _0x20d53e=_0x5a0cd7['getContainedElement']();if(null==_0x20d53e)return;const _0x337b73=_0xda1841['plugins']['get']('MergeFieldsEditing');let _0x45afc8;switch(_0x337b73['getMergeFieldType'](_0x20d53e)){case null:return;case'image':{const _0x5b9e99=_0x337b73['unwrapAffixes'](_0x20d53e['getAttribute']('src'));_0x45afc8=_0x337b73['getLabel'](_0x5b9e99)||_0x5b9e99;break;}default:{const _0x20e08b=_0x20d53e['getAttribute']('id');_0x45afc8=_0x337b73['getLabel'](_0x20e08b)||_0x20e08b;break;}}return'insertion'==_0x5a0cd7['type']?{'type':'insertion','content':o(_0x5162e6,'*Insert:*\x20%0','\x22'+_0x45afc8+'\x22\x20'+o(_0x5162e6,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x5162e6,'*Remove:*\x20%0','\x22'+_0x45afc8+'\x22\x20'+o(_0x5162e6,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0x99cb74{['afterInit'](){const _0x4d600c=this['editor'],_0x27d834=_0x4d600c['plugins']['get']('TrackChangesEditing');_0x4d600c['plugins']['has']('MultiLevelList')&&(_0x27d834['enableDefaultAttributesIntegration']('multiLevelList'),_0x27d834['registerBlockAttribute']('listMarkerStyle'),_0x27d834['descriptionFactory']['registerDescriptionCallback'](_0x5943fd=>this['handleDescriptions'](_0x5943fd)));}['handleDescriptions'](_0x41d7a5){const _0x37412f=this['editor']['locale'],{data:_0x626afc}=_0x41d7a5,_0x5c82f3={'type':'format','content':''};if(_0x626afc&&'listMarkerStyle'==_0x626afc['key']){if(!_0x626afc['oldValue'])return{'type':'format','content':o(_0x37412f,'*Set\x20format:*\x20%0',o(_0x37412f,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x626afc['newValue']+')'};if(!_0x626afc['newValue']){let _0x56111b=_0x41d7a5['head'];for(;_0x56111b;){if(_0x56111b['data']&&'listType'==_0x56111b['data']['key']&&_0x56111b['data']['newValue'])return _0x5c82f3;_0x56111b=_0x56111b['next'];}return{'type':'format','content':o(_0x37412f,'*Remove\x20format:*\x20%0',o(_0x37412f,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x626afc['oldValue']+')'};}}}}class bt extends _0x99cb74{['afterInit'](){const _0x2fa207=this['editor'];if(!_0x2fa207['plugins']['has']('PageBreakEditing'))return;_0x2fa207['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0xf1c06d=_0x2fa207['plugins']['get']('TrackChangesEditing'),_0x3db345=_0x2fa207['locale'];_0xf1c06d['descriptionFactory']['registerElementLabel']('pageBreak',_0x110fd7=>o(_0x3db345,'ELEMENT_PAGE_BREAK',_0x110fd7));}}class yt extends _0x99cb74{['afterInit'](){const _0x50c83b=this['editor'];if(!_0x50c83b['plugins']['has']('Paragraph'))return;const _0xf8027a=_0x50c83b['locale'],_0x26400b=_0x50c83b['plugins']['get']('TrackChangesEditing');_0x26400b['descriptionFactory']['registerElementLabel']('paragraph',_0xa277ab=>o(_0xf8027a,'ELEMENT_PARAGRAPH',_0xa277ab)),_0x26400b['enableDefaultAttributesIntegration']('paragraph'),_0x26400b['enableCommand']('insertParagraph'),_0x50c83b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x50c83b),{'priority':'highest'}),_0x50c83b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4bb945,_0x15cf5e,_0x2caa9c)=>{_0x2caa9c['options']['showSuggestionHighlights']&&nr(_0x50c83b,{'showActiveMarker':!0x1})(_0x4bb945,_0x15cf5e,_0x2caa9c);},{'priority':'highest'});const _0x2011b3=_0x26400b['descriptionFactory'];_0x2011b3['registerDescriptionCallback'](_0x1c6cfc=>{if('insertion'!==_0x1c6cfc['type'])return;const {start:_0x5df763,end:_0x41df54}=_0x1c6cfc['getFirstRange']();if(!_0x5df763['isTouching'](_0x41df54)||!_0x5df763['nodeAfter'])return;const _0x3198b2=_0x50c83b['model']['schema'],_0x56eced=_0x5df763['nodeAfter'];return _0x3198b2['isBlock'](_0x56eced)&&!_0x3198b2['isLimit'](_0x56eced)&&_0x3198b2['checkChild'](_0x56eced,'$text')?{'type':'insertion','content':o(_0xf8027a,'*Insert:*\x20%0',_0x2011b3['getItemLabel'](_0x56eced,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4c0144=this['editor'],_0x615c3f=_0x4c0144['locale'];_0x4c0144['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x9aa060=>{if('formatBlock'!=_0x9aa060['type'])return;const {data:_0x4f1bbf}=_0x9aa060;return _0x4f1bbf&&'paragraph'==_0x4f1bbf['commandName']?{'type':'format','content':o(_0x615c3f,'*Change\x20to:*\x20%0',o(_0x615c3f,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x21f867,{showActiveMarker:_0x3c0736=!0x0}={}){return(_0x3b768f,_0x49e81c,_0x2817be)=>{const _0x331246=_0x21f867['plugins']['get']('TrackChangesEditing'),_0x255ca3=_0x49e81c['markerRange']['start'],_0x47a8f6=_0x49e81c['markerRange']['end'],_0x11faa1=_0x21f867['model']['schema'];if(!_0x255ca3['isTouching'](_0x47a8f6)||!_0x255ca3['nodeAfter'])return;const _0x5df9fe=_0x255ca3['nodeAfter'];if(_0x11faa1['isBlock'](_0x5df9fe)&&!_0x11faa1['isLimit'](_0x5df9fe)&&_0x11faa1['checkChild'](_0x5df9fe,'$text')){if(!_0x2817be['consumable']['consume'](_0x49e81c['markerRange'],_0x3b768f['name']))return;const {authorId:_0x841dc0}=_0x331246['_splitMarkerName'](_0x49e81c['markerName']),_0x57b669=_0x2817be['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x841dc0}),_0x160c14=_0x2817be['mapper']['toViewPosition'](_0x47a8f6);_0x3c0736&&_0x331246['activeMarkers']['includes'](_0x49e81c['markerName'])&&_0x2817be['writer']['addClass']('ck-suggestion-marker--active',_0x57b669),_0x2817be['writer']['insert'](_0x160c14,_0x57b669),_0x2817be['mapper']['bindElementToMarker'](_0x57b669,_0x49e81c['markerName']);}};}class jt extends _0x99cb74{['afterInit'](){const _0x46005a=this['editor'];_0x46005a['commands']['get']('replaceSource')&&_0x46005a['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0x99cb74{['afterInit'](){const _0xc77a05=this['editor'];if(!_0xc77a05['plugins']['has']('RemoveFormatEditing'))return;_0xc77a05['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1e1c55=this['editor'];_0x1e1c55['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x472f54=>{if('formatBlock'!=_0x472f54['type']&&'formatInline'!=_0x472f54['type'])return;const {data:_0x553ce3}=_0x472f54;return _0x553ce3&&'removeFormat'==_0x553ce3['commandName']?{'type':'format','content':o(_0x1e1c55['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0x99cb74{['afterInit'](){const _0xa17d35=this['editor'];if(!_0xa17d35['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5c6165=_0xa17d35['plugins']['get']('TrackChangesEditing');_0x5c6165['enableCommand']('goToPreviousRestrictedEditingException'),_0x5c6165['enableCommand']('goToNextRestrictedEditingException');const _0x5aef75=_0xa17d35['plugins']['get']('RestrictedEditingModeEditing');_0x5aef75['enableCommand']('trackChanges'),_0x5aef75['enableCommand']('acceptSuggestion'),_0x5aef75['enableCommand']('discardSuggestion'),_0x5aef75['enableCommand']('acceptAllSuggestions'),_0x5aef75['enableCommand']('discardAllSuggestions'),_0x5aef75['enableCommand']('acceptSelectedSuggestions'),_0x5aef75['enableCommand']('discardSelectedSuggestions');}}class It extends _0x99cb74{static get['requires'](){return[_0x5fe290];}['init'](){const _0x150dc9=this['editor'],_0x4bda50=_0x150dc9['plugins']['get']('TrackChangesEditing');_0x4bda50['enableCommand']('shiftEnter'),_0x150dc9['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x150dc9),{'priority':'high'}),_0x150dc9['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x150dc9),{'priority':'high'}),_0x150dc9['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5e7d2c,_0x32ba9d,_0x383a96)=>{_0x383a96['options']['showSuggestionHighlights']&&je(_0x150dc9,{'showActiveMarker':!0x1})(_0x5e7d2c,_0x32ba9d,_0x383a96);}),_0x4bda50['descriptionFactory']['registerElementLabel']('softBreak',_0x46e290=>o(_0x150dc9['locale'],'ELEMENT_LINE_BREAK',_0x46e290));}}function je(_0x13a19b,{showActiveMarker:_0x4fc613=!0x0}={}){return(_0x29207f,_0x4628dd,_0x322e18)=>{const _0x578a61=_0x13a19b['plugins']['get']('TrackChangesEditing');if(!_0x322e18['consumable']['test'](_0x4628dd['markerRange'],_0x29207f['name']))return;const _0xc84fe8=_0x13a19b['model'];for(const _0x4e94a2 of _0x4628dd['markerRange']['getItems']()){if(!_0x4e94a2['is']('element','softBreak'))continue;const _0xbdf502='deletion'==_0x4628dd['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x3fe3b8}=_0x578a61['_splitMarkerName'](_0x4628dd['markerName']),_0x11ec33=_0x322e18['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xbdf502,'data-author-id':_0x3fe3b8}),_0x1d237c=_0x322e18['mapper']['toViewPosition'](_0xc84fe8['createPositionBefore'](_0x4e94a2));_0x4fc613&&_0x578a61['activeMarkers']['includes'](_0x4628dd['markerName'])&&_0x322e18['writer']['addClass']('ck-suggestion-marker--active',_0x11ec33),_0x322e18['writer']['insert'](_0x1d237c,_0x11ec33),_0x322e18['mapper']['bindElementToMarker'](_0x11ec33,_0x4628dd['markerName']);}};}class vt extends _0x99cb74{['afterInit'](){const _0x1865c7=this['editor'],_0x41a924=_0x1865c7['model'],_0x26b081=_0x1865c7['locale'];if(!_0x1865c7['plugins']['has']('StandardEditingModeEditing'))return;const _0x215be3=_0x1865c7['plugins']['get']('TrackChangesEditing'),_0x51cc19='restrictedEditingException',_0x2cf136=_0x1865c7['commands']['get'](_0x51cc19);_0x215be3['enableCommand'](_0x51cc19,(_0xc629e4,_0x1c1550={})=>{const _0x4de876=_0x41a924['document']['selection'];if(_0x4de876['isCollapsed'])return void _0xc629e4(_0x1c1550);const _0x12a0eb=void 0x0!==_0x1c1550['forceValue']?_0x1c1550['forceValue']:!_0x2cf136['value'];_0x41a924['change'](()=>{const _0x471755=Array['from'](_0x4de876['getRanges']());for(const _0x2b7bf4 of _0x471755){const _0x25a18f=_0x12a0eb?[_0x2b7bf4]:io(_0x51cc19,_0x2b7bf4,_0x41a924);for(const _0x46df2c of _0x25a18f)_0x215be3['markInlineFormat'](_0x46df2c,{'commandName':_0x51cc19,'commandParams':[{'forceValue':_0x12a0eb}]});}});}),_0x215be3['descriptionFactory']['registerDescriptionCallback'](_0x3087c6=>{if('formatBlock'!=_0x3087c6['type']&&'formatInline'!=_0x3087c6['type'])return;const {data:_0x5aef1a}=_0x3087c6;return _0x5aef1a&&_0x5aef1a['commandName']==_0x51cc19?_0x5aef1a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x26b081,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x26b081,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class _t extends _0x99cb74{['afterInit'](){const _0xbe6698=this['editor'];if(!_0xbe6698['plugins']['has']('Style')||!_0xbe6698['plugins']['has']('DataSchema'))return;const _0x844164=_0xbe6698['plugins']['get']('TrackChangesEditing'),_0x4d6d7e=_0xbe6698['locale'],_0xcab89d=_0xbe6698['config']['get']('style')||{},_0x1a0905=_0xbe6698['plugins']['get']('GeneralHtmlSupport'),_0x1960cc=_0xbe6698['plugins']['get']('StyleUtils')['normalizeConfig'](_0xbe6698['plugins']['get']('DataSchema'),_0xcab89d['definitions']);_0x844164['enableDefaultAttributesIntegration']('style');const _0xdc0c7a=new Set();for(const _0x546aaf of _0x1960cc['block']){const _0x1a0bcb=_0x1a0905['getGhsAttributeNameForElement'](_0x546aaf['element']);_0xdc0c7a['add'](_0x1a0bcb);}const _0x35b96d=new Set();for(const _0x24a515 of _0x1960cc['inline']){const _0x317fb2=_0x1a0905['getGhsAttributeNameForElement'](_0x24a515['element']);_0x35b96d['add'](_0x317fb2);for(const _0x395a15 of _0x24a515['ghsAttributes'])_0x35b96d['add'](_0x395a15);}for(const _0x58bfd6 of _0xdc0c7a)_0x844164['registerBlockAttribute'](_0x58bfd6),_0x844164['descriptionFactory']['registerAttributeLabel'](_0x58bfd6,o(_0x4d6d7e,'FORMAT_STYLE'));for(const _0x35532f of _0x35b96d)_0x844164['registerInlineAttribute'](_0x35532f),_0x844164['descriptionFactory']['registerAttributeLabel'](_0x35532f,o(_0x4d6d7e,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x14f539=this['editor'],_0x47257c=_0x14f539['locale'];_0x14f539['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e5866=>{if('formatBlock'!=_0x2e5866['type']&&'formatInline'!=_0x2e5866['type'])return;const {data:_0x43476d}=_0x2e5866;return _0x43476d&&'style'===_0x43476d['commandName']?_0x43476d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x47257c,'*Set\x20format:*\x20%0',_0x43476d['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x47257c,'*Remove\x20format:*\x20%0',_0x43476d['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x99cb74{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4606db){super(_0x4606db),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x29eaa2=this['editor'],_0x1d79e4=_0x29eaa2['model']['document']['selection'];if(!_0x29eaa2['plugins']['has']('TableEditing'))return;const _0x2e4e90=_0x29eaa2['locale'],_0xd3702f=_0x29eaa2['plugins']['get']('TrackChangesEditing'),_0x367c7b=_0x29eaa2['plugins']['get']('TableUtils');_0xd3702f['descriptionFactory']['registerElementLabel']('table',_0xfd577b=>o(_0x2e4e90,'ELEMENT_TABLE',_0xfd577b)),this['_setupColumnsRowsFixing'](),_0xd3702f['enableCommand']('insertTable'),_0xd3702f['enableCommand']('selectTableRow'),_0xd3702f['enableCommand']('selectTableColumn');for(const _0x52024f of['insertTableRowAbove','insertTableRowBelow']){const _0x4042e5=_0x29eaa2['commands']['get'](_0x52024f);_0xd3702f['enableCommand'](_0x52024f,_0x1f2470=>{_0x29eaa2['model']['change'](_0x380852=>{_0x1f2470();const _0x38ef32='above'===_0x4042e5['order'],_0x3ccac9=_0x367c7b['getSelectionAffectedTableCells'](_0x1d79e4),_0x1bfd31=_0x367c7b['getRowIndexes'](_0x3ccac9),_0x374f5d=_0x38ef32?_0x1bfd31['first']-0x1:_0x1bfd31['last']+0x1,_0x40cba9=_0x3ccac9[0x0]['findAncestor']('table'),_0x4a7bd4=_0x367c7b['createTableWalker'](_0x40cba9,{'startRow':_0x374f5d,'endRow':_0x374f5d}),_0x5793d3=Array['from'](_0x4a7bd4)['map'](_0x356840=>_0x380852['createRangeOn'](_0x356840['cell']));_0xd3702f['markMultiRangeInsertion'](_0x5793d3,'tableRow');});});}for(const _0x4888a6 of['insertTableColumnLeft','insertTableColumnRight']){const _0x41b711=_0x29eaa2['commands']['get'](_0x4888a6);_0xd3702f['enableCommand'](_0x4888a6,_0x5ac2ac=>{_0x29eaa2['model']['change'](_0x5a0e39=>{_0x5ac2ac();const _0x35cecd='left'===_0x41b711['order'],_0x17663b=_0x367c7b['getSelectionAffectedTableCells'](_0x1d79e4),_0x28d543=_0x367c7b['getColumnIndexes'](_0x17663b),_0x4bd545=_0x35cecd?_0x28d543['first']-0x1:_0x28d543['last']+0x1,_0x176ca4=_0x17663b[0x0]['findAncestor']('table'),_0x4737db=_0x367c7b['createTableWalker'](_0x176ca4,{'startRow':0x0,'column':_0x4bd545,'includeAllSlots':!0x1}),_0x436716=Array['from'](_0x4737db)['map'](_0x2673a1=>_0x5a0e39['createRangeOn'](_0x2673a1['cell']));_0xd3702f['markMultiRangeInsertion'](_0x436716,'tableColumn');});});}for(const _0x27249d of['removeTableRow','removeTableColumn']){const _0x1136c0=_0x27249d['substr'](0xb),_0x40f781=_0x1136c0['toLowerCase'](),_0x18551a=_0x40f781['substr'](0x0,0x3)+'span',_0x31b292='table'+_0x1136c0,_0x51eca1='min'+_0x1136c0,_0x5df0ae='max'+_0x1136c0;_0xd3702f['enableCommand'](_0x27249d,()=>{_0x29eaa2['model']['change'](_0x6a1f1f=>{const _0x34859c=_0x367c7b['getSelectionAffectedTableCells'](_0x1d79e4),_0x6b4b57=_0x34859c[0x0]['findAncestor']('table');let _0x3a617b;if('removeTableRow'==_0x27249d){const _0x4dffa3=_0x367c7b['getRowIndexes'](_0x34859c);_0x3a617b={'startRow':_0x4dffa3['first'],'endRow':_0x4dffa3['last'],'includeAllSlots':!0x0};}else{const _0x599082=_0x367c7b['getColumnIndexes'](_0x34859c);_0x3a617b={'startColumn':_0x599082['first'],'endColumn':_0x599082['last'],'includeAllSlots':!0x0};}const _0x55185d=_0x367c7b['createTableWalker'](_0x6b4b57,_0x3a617b),_0x2e73e0=Array['from'](_0x55185d)['map'](({cell:_0x1a365d})=>_0x1a365d),_0x337ff8=Ne(_0x2e73e0['filter'](_0xbf89f8=>_0xbf89f8['hasAttribute'](_0x18551a))),_0x48a46a=Ne(_0x2e73e0['filter'](_0x39ef3a=>!_0x39ef3a['hasAttribute'](_0x18551a)))['map'](_0x34bcb6=>_0x6a1f1f['createRangeOn'](_0x34bcb6)),_0x1797ad=_0xd3702f['markMultiRangeDeletion'](_0x48a46a,_0x31b292);if(_0x1797ad&&('tableRow'==_0x1797ad['subType']||'tableColumn'==_0x1797ad['subType'])){const _0x199bbb=this['_getSuggestionCoords'](_0x1797ad);for(const _0x1aa6dc of _0x337ff8){const _0xb490e1=_0x6a1f1f['createRangeOn'](_0x1aa6dc),_0x2914ae=_0x367c7b['getCellLocation'](_0x1aa6dc),_0x42a847=_0x1aa6dc['getAttribute'](_0x18551a)-0x1,_0x4e7883=_0x199bbb[_0x51eca1],_0x106d03=_0x199bbb[_0x5df0ae];_0x4e7883<=_0x2914ae[_0x40f781]&&_0x2914ae[_0x40f781]+_0x42a847<=_0x106d03&&_0x1797ad['addRange'](_0xb490e1);}}});});}function _0x3147c8(_0x1458e2){const _0x479548=Array['from'](_0x1d79e4['getRanges']())['map'](_0x2bcedf=>_0x3131df['fromRange'](_0x2bcedf));_0x29eaa2['model']['change'](_0x35e2e4=>{const _0x327ec6=_0x35e2e4['batch'];_0x1458e2=_0x1458e2['filter'](_0xd0c010=>'$graveyard'!=_0xd0c010['root']['rootName']),_0x35e2e4['setSelection'](_0x1458e2),_0x29eaa2['commands']['get']('removeTableRow')['refresh'](),_0x29eaa2['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x29eaa2['model']['enqueueChange'](()=>{_0x29eaa2['model']['enqueueChange'](_0x327ec6,_0x4ec150=>{const _0x3e067f=_0x479548['filter'](_0x2755de=>'$graveyard'!=_0x2755de['root']['rootName']);_0x3e067f['length']>0x0&&_0x4ec150['setSelection'](_0x3e067f);for(const _0x155861 of _0x479548)_0x155861['detach']();});});});}function _0x181ddc(_0x6f9d0){_0x29eaa2['model']['change'](_0x14bdcf=>{const _0x15757a=Array['from'](_0x1d79e4['getRanges']())['map'](_0x1ae4cf=>_0x3131df['fromRange'](_0x1ae4cf)),_0x1040c7=[];for(const _0x302c6e of _0x6f9d0)for(const _0x928c66 of _0x302c6e['getItems']({'shallow':!0x0}))_0x1040c7['push'](_0x928c66);for(const _0x33828d of _0x1040c7)'$graveyard'!=_0x33828d['root']['rootName']&&(_0x14bdcf['setSelection'](_0x14bdcf['createPositionAt'](_0x33828d,0x0)),_0x29eaa2['commands']['get']('removeTableColumn')['refresh'](),_0x29eaa2['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x462066=_0x15757a['filter'](_0x58bd50=>'$graveyard'!=_0x58bd50['root']['rootName']);_0x462066['length']>0x0&&_0x14bdcf['setSelection'](_0x462066);for(const _0xc8cbe2 of _0x15757a)_0xc8cbe2['detach']();});}function _0x5bc2b2(_0x381f00,_0xbb4417){return _0xbb4417['every'](_0x2485d8=>_0x381f00['some'](_0x574f6b=>_0x574f6b['end']['isEqual'](_0x2485d8['start'])||_0x2485d8['end']['isEqual'](_0x574f6b['start'])));}function _0xa517ae(_0x9dd1ce,_0x2ba015){return!_0x9dd1ce['some'](_0x1f340f=>_0x2ba015['some'](_0x21f996=>_0x1f340f['isIntersecting'](_0x21f996)))&&_0x9dd1ce['some'](_0x4f1aa9=>_0x2ba015['some'](_0x5c4bc3=>_0x4f1aa9['end']['isTouching'](_0x5c4bc3['start'])));}_0x29eaa2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x536701,_0x35cc1e,_0x3428da)=>{if(!_0x3428da['options']['showSuggestionHighlights'])return;const _0x5478cb=_0x35cc1e['item'];if(!_0x5478cb)return;const _0x55a081=_0x3428da['mapper']['toViewElement'](_0x5478cb);function _0x3496e8(_0x1023aa){return Array['isArray'](_0x1023aa)?_0x1023aa:[_0x1023aa];}_0x55a081&&'tableCell'===_0x5478cb['name']&&_0x10de8c(_0x55a081,_0x3428da['writer'],(_0x2acc2a,_0x5aab29,_0x477f85)=>_0x477f85['addClass'](_0x3496e8(_0x5aab29['classes']),_0x2acc2a),(_0x3d886f,_0x15b8ce,_0x3c26ed)=>_0x3c26ed['removeClass'](_0x3496e8(_0x15b8ce['classes']),_0x3d886f));},{'priority':'highest'}),_0xd3702f['descriptionFactory']['registerDescriptionCallback'](_0x297d28=>{if('insertion'!=_0x297d28['type']&&'deletion'!=_0x297d28['type'])return;const _0x492e5d=_0x297d28['getContainedElement']();if(null!=_0x492e5d&&_0x492e5d['is']('element','table')){if('insertion'==_0x297d28['type']){const _0x4ec9b0=_0x297d28['getItems']()['filter'](_0x299e85=>_0x299e85['is']('$textProxy'))['map'](_0x35f423=>_0x35f423['data']);if(_0x4ec9b0['length'])return{'type':'insertion','content':o(_0x2e4e90,'*Insert:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4ec9b0['join']('\x20')+'\x22'))};}if('deletion'==_0x297d28['type']){const _0xd240d2=_0x297d28['getItems']()['filter'](_0x58bf10=>_0x58bf10['is']('$textProxy'))['map'](_0x3dc419=>_0x3dc419['data']);if(_0xd240d2['length'])return{'type':'deletion','content':o(_0x2e4e90,'*Remove:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xd240d2['join']('\x20')+'\x22'))};}}}),_0xd3702f['descriptionFactory']['registerDescriptionCallback'](_0x3f6eef=>{if('tableRow'==_0x3f6eef['subType']){const _0x28b7ed=_0x3f6eef['getItems']()['filter'](_0x49325e=>_0x49325e['is']('$textProxy'))['map'](_0x399ed5=>_0x399ed5['data']),_0x2f10cd=this['_getSuggestionCoords'](_0x3f6eef),_0x4e3217=_0x2f10cd['maxRow']-_0x2f10cd['minRow']+0x1;if('insertion'==_0x3f6eef['type'])return _0x28b7ed['length']?{'type':'insertion','content':o(_0x2e4e90,'*Insert:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4e3217,'\x22'+_0x28b7ed['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2e4e90,'*Insert:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_ROW',_0x4e3217))};if('deletion'==_0x3f6eef['type'])return _0x28b7ed['length']?{'type':'deletion','content':o(_0x2e4e90,'*Remove:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4e3217,'\x22'+_0x28b7ed['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2e4e90,'*Remove:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_ROW',_0x4e3217))};}if('tableColumn'==_0x3f6eef['subType']){const _0xc88ebd=_0x3f6eef['getItems']()['filter'](_0x4d50f7=>_0x4d50f7['is']('$textProxy'))['map'](_0x19cf48=>_0x19cf48['data']),_0x1d6fdd=this['_getSuggestionCoords'](_0x3f6eef),_0x37fe2c=_0x1d6fdd['maxColumn']-_0x1d6fdd['minColumn']+0x1;if('insertion'==_0x3f6eef['type'])return _0xc88ebd['length']?{'type':'insertion','content':o(_0x2e4e90,'*Insert:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x37fe2c,'\x22'+_0xc88ebd['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2e4e90,'*Insert:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_COLUMN',_0x37fe2c))};if('deletion'==_0x3f6eef['type'])return _0xc88ebd['length']?{'type':'deletion','content':o(_0x2e4e90,'*Remove:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x37fe2c,'\x22'+_0xc88ebd['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2e4e90,'*Remove:*\x20%0',o(_0x2e4e90,'ELEMENT_TABLE_COLUMN',_0x37fe2c))};}}),_0xd3702f['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x3147c8),_0xd3702f['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x3147c8),_0xd3702f['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x181ddc),_0xd3702f['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x181ddc),_0xd3702f['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x5bc2b2),_0xd3702f['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x5bc2b2),_0xd3702f['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0xa517ae),_0xd3702f['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0xa517ae);}['_acceptFormatSuggestionCallbackFactory'](){const _0xcbc3d0=this['editor'],_0x1c3cde=_0xcbc3d0['model']['document']['selection'];return(_0x1270fb,_0x10c652)=>{_0xcbc3d0['model']['change'](_0x4daf66=>{const {commandName:_0x358d77,commandParams:_0x4327ac}=_0x10c652;let _0x14e7ea=_0x1270fb[0x0]['end']['nodeBefore'];_0x4327ac&&_0x4327ac[0x0]&&!0x1===_0x4327ac[0x0]['forceValue']&&(_0x14e7ea=_0x1270fb[0x0]['start']['nodeAfter']);const _0x381df3=_0x4daf66['createRangeIn'](_0x14e7ea);if('$graveyard'==_0x381df3['root']['rootName'])return;const _0x2bc01b=Array['from'](_0x1c3cde['getRanges']())['map'](_0x5a0bd0=>_0x3131df['fromRange'](_0x5a0bd0));_0x4daf66['setSelection'](_0x381df3),_0xcbc3d0['commands']['get'](_0x358d77)['refresh'](),_0x4327ac['push']({'forceDefaultExecution':!0x0}),_0xcbc3d0['execute'](_0x358d77,..._0x4327ac);const _0x29ef27=_0x2bc01b['filter'](_0x42eec6=>'$graveyard'!=_0x42eec6['root']['rootName']);_0x29ef27['length']>0x0&&_0x4daf66['setSelection'](_0x29ef27);for(const _0xe74c48 of _0x2bc01b)_0xe74c48['detach']();});};}['_getCoordsForCells'](_0x2843fa){const _0x306d8b=this['editor']['plugins']['get']('TableUtils');let _0xb74213=Number['MAX_SAFE_INTEGER'],_0x3b83d4=Number['MIN_SAFE_INTEGER'],_0x4bf130=Number['MAX_SAFE_INTEGER'],_0x578cb7=Number['MIN_SAFE_INTEGER'];for(const _0x376c7f of _0x2843fa){if('$graveyard'==_0x376c7f['root']['rootName'])continue;const {row:_0x48aedc,column:_0x5b19bc}=_0x306d8b['getCellLocation'](_0x376c7f),_0x33df7b=_0x376c7f['hasAttribute']('rowspan')?_0x376c7f['getAttribute']('rowspan')-0x1:0x0,_0x5acdeb=_0x376c7f['hasAttribute']('colspan')?_0x376c7f['getAttribute']('colspan')-0x1:0x0;_0xb74213=_0x48aedc<_0xb74213?_0x48aedc:_0xb74213,_0x3b83d4=_0x48aedc+_0x33df7b>_0x3b83d4?_0x48aedc+_0x33df7b:_0x3b83d4,_0x4bf130=_0x5b19bc<_0x4bf130?_0x5b19bc:_0x4bf130,_0x578cb7=_0x5b19bc+_0x5acdeb>_0x578cb7?_0x5b19bc+_0x5acdeb:_0x578cb7;}return{'minRow':_0xb74213,'maxRow':_0x3b83d4,'minColumn':_0x4bf130,'maxColumn':_0x578cb7};}['_setupColumnsRowsFixing'](){const _0xcf772b=this['editor'],_0x5a1259=_0xcf772b['plugins']['get']('TrackChangesEditing'),_0x78b59e=_0xcf772b['plugins']['get']('TableUtils');_0xcf772b['model']['document']['on']('change:data',()=>{const _0x335c38=Array['from'](_0xcf772b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2504b2,data:_0x103db8}of _0x335c38){const {group:_0x1c453f,id:_0x6c5502,subType:_0x272773}=_0x5a1259['_splitMarkerName'](_0x2504b2);if('suggestion'!=_0x1c453f)continue;if(null!=_0x103db8['oldRange'])continue;const _0x47fd25=_0x5a1259['getSuggestion'](_0x6c5502);this['_tablePostFixingSubtypes']['includes'](_0x272773)&&this['_tableSuggestions']['add'](_0x47fd25);}},{'priority':'low'});const _0x313e64=(_0x360d9d,_0x305bdb)=>{let _0x3be279=!0x1;const _0x2508f0=_0x305bdb['createRangeOn'](_0x360d9d),_0x379b6d=_0x360d9d['findAncestor']('table'),_0x10d204=_0x78b59e['getCellLocation'](_0x360d9d);for(const _0x24173e of this['_tableSuggestions']){const _0x61d295=_0x24173e['subType'],_0x5bdd60=_0x61d295['startsWith']('tablePaste'),_0x53e738=_0x61d295['substr'](_0x5bdd60?0xa:0x5),_0x282af9=_0x53e738['toLowerCase'](),_0x415cf3=_0x282af9['substr'](0x0,0x3)+'span',_0x548652='min'+_0x53e738,_0x3affd9='max'+_0x53e738;if(!_0x24173e['isInContent'])continue;if(_0x379b6d!=_0x24173e['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x24173e['isIntersectingWithRange'](_0x2508f0))continue;const _0x2a901e=_0x360d9d['hasAttribute'](_0x415cf3)?_0x360d9d['getAttribute'](_0x415cf3)-0x1:0x0,_0x3da5a0=this['_getSuggestionCoords'](_0x24173e),_0x11531f=_0x3da5a0[_0x548652],_0x42f19c=_0x3da5a0[_0x3affd9];_0x11531f<=_0x10d204[_0x282af9]&&_0x10d204[_0x282af9]+_0x2a901e<=_0x42f19c&&(_0x24173e['addRange'](_0x2508f0),_0x3be279=!0x0);}return _0x3be279;};_0xcf772b['model']['document']['registerPostFixer'](_0x3e4e17=>{let _0x1aa5a6=!0x1;for(const _0x396016 of _0xcf772b['model']['document']['differ']['getChanges']())if('insert'==_0x396016['type']){if('tableRow'==_0x396016['name']){for(const _0x29bbe5 of _0x396016['position']['nodeAfter']['getChildren']())_0x1aa5a6=_0x1aa5a6||_0x313e64(_0x29bbe5,_0x3e4e17);}else'tableCell'==_0x396016['name']&&(_0x1aa5a6=_0x1aa5a6||_0x313e64(_0x396016['position']['nodeAfter'],_0x3e4e17));}return _0x1aa5a6;});}['_getSuggestionCoords'](_0x35dcd9){return this['_getCoordsForCells'](_0x35dcd9['getRanges']()['map'](_0x30c0dc=>_0x30c0dc['start']['nodeAfter']));}}function Ne(_0x1f10ce){return Array['from'](new Set(_0x1f10ce)['values']());}class Nt extends _0x99cb74{static get['requires'](){return[Ct];}['afterInit'](){const _0x5fe6f2=this['editor'],_0x209f36=_0x5fe6f2['model']['document']['selection'],_0x3fa6c6=_0x5fe6f2['locale'];if(!_0x5fe6f2['plugins']['has']('TableEditing'))return;const _0x191378=_0x5fe6f2['plugins']['get']('TrackChangesEditing'),_0x1ff7bb=_0x5fe6f2['plugins']['get']('TableUtils'),_0x3d6c50=_0x5fe6f2['plugins']['get'](Ct);_0x3d6c50['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x191378['enableCommand']('mergeTableCells',()=>{const _0x4c1863=_0x1ff7bb['getSelectionAffectedTableCells'](_0x5fe6f2['model']['document']['selection']);_0x5fe6f2['model']['change'](()=>{_0x191378['markMultiRangeBlockFormat'](_0x4c1863,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x5fe6f2['commands']['get']('mergeTableCells')['on']('execute',(_0x4f16ff,_0x1c15b8)=>{_0x5fe6f2['commands']['get']('trackChanges')['value']&&(_0x1c15b8['length']>0x0&&_0x1c15b8[_0x1c15b8['length']-0x1]&&_0x1c15b8[_0x1c15b8['length']-0x1]['forceDefaultExecution']||_0x191378['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x4f16ff['stop']());},{'priority':'highest'});for(const _0x2922db of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x530fc0=_0x5fe6f2['commands']['get'](_0x2922db);_0x191378['enableCommand'](_0x2922db,()=>{const _0x2da3e8=_0x5fe6f2['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x148b25=>_0x148b25['is']('element','tableCell')),_0x135f1c=_0x530fc0['value'];_0x5fe6f2['model']['change'](()=>{_0x191378['markMultiRangeBlockFormat']([_0x2da3e8,_0x135f1c],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x400449 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x5c08f2=_0x5fe6f2['commands']['get'](_0x400449);_0x191378['enableCommand'](_0x400449,()=>{const _0x29cebc=_0x1ff7bb['getSelectionAffectedTableCells'](_0x5fe6f2['model']['document']['selection'])[0x0],_0x55e32a=_0x29cebc['findAncestor']('table'),{column:_0x1a80d1,row:_0x4dfb40}=_0x1ff7bb['getCellLocation'](_0x29cebc);let _0x2da4aa=[];if('horizontally'==_0x5c08f2['direction']){const _0x4a1984=_0x1ff7bb['createTableWalker'](_0x55e32a,{'startRow':_0x4dfb40,'endRow':_0x4dfb40,'includeAllSlots':!0x0});_0x2da4aa=Array['from'](_0x4a1984)['map'](_0x29539e=>_0x29539e['cell']);}else{const _0x951f9b=_0x1ff7bb['createTableWalker'](_0x55e32a,{'column':_0x1a80d1,'includeAllSlots':!0x0});_0x2da4aa=Array['from'](_0x951f9b)['map'](_0x53f6e6=>_0x53f6e6['cell']);}_0x5fe6f2['model']['change'](_0x4f0ccf=>{_0x191378['markBlockFormat'](_0x4f0ccf['createRangeOn'](_0x29cebc),{'commandName':_0x400449,'commandParams':[]},_0x2da4aa,_0x400449);});});}_0x191378['descriptionFactory']['registerDescriptionCallback'](_0x5785a6=>{if('formatBlock'!=_0x5785a6['type']&&'formatInline'!=_0x5785a6['type'])return;const {data:_0x8c7796}=_0x5785a6;return _0x8c7796&&'mergeTableCells'==_0x8c7796['commandName']?{'type':'format','content':o(_0x3fa6c6,'*Merge\x20cells*')}:void 0x0;}),_0x191378['descriptionFactory']['registerDescriptionCallback'](_0x4b4500=>{if('formatBlock'!=_0x4b4500['type']&&'formatInline'!=_0x4b4500['type'])return;const {data:_0x2a92cf}=_0x4b4500;return _0x2a92cf?'splitTableCellVertically'==_0x2a92cf['commandName']?{'type':'format','content':o(_0x3fa6c6,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x2a92cf['commandName']?{'type':'format','content':o(_0x3fa6c6,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x36092d=_0x3d6c50['_acceptFormatSuggestionCallbackFactory']();for(const _0x9615 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x191378['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x9615,'accept',_0x36092d);for(const _0x3cf8c4 of['splitTableCellVertically','splitTableCellHorizontally'])_0x191378['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3cf8c4,'accept',_0x36092d);_0x191378['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x181a22=>{_0x5fe6f2['model']['change'](_0x299ec1=>{const _0x42288e=Array['from'](_0x209f36['getRanges']())['map'](_0x35b538=>_0x3131df['fromRange'](_0x35b538));_0x299ec1['setSelection'](_0x181a22),_0x5fe6f2['commands']['get']('mergeTableCells')['refresh'](),_0x5fe6f2['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x9c35d3=_0x42288e['filter'](_0x19a171=>'$graveyard'!=_0x19a171['root']['rootName']);_0x9c35d3['length']>0x0&&_0x299ec1['setSelection'](_0x9c35d3);for(const _0x18cab3 of _0x42288e)_0x18cab3['detach']();});});for(const _0x49921f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x369c1c=_0x5fe6f2['commands']['get'](_0x49921f);_0x369c1c['on']('set:isEnabled',(_0x394233,_0x272364,_0x200fa5)=>{if(_0x200fa5){const _0x564d8d=_0x5fe6f2['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x97b0c=>_0x97b0c['is']('element','tableCell'));this['_areMergableCells'](_0x369c1c['value'],_0x564d8d)||(_0x394233['return']=!0x1,_0x394233['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x56c76b=this['editor']['commands']['get']('mergeTableCells'),_0x430ed9=this['editor']['plugins']['get']('TableUtils');if(!_0x56c76b['isEnabled'])return!0x1;const _0x1bdadb=_0x430ed9['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x5a99cc of _0x1bdadb)for(const _0x2fd0be of _0x1bdadb)if(_0x5a99cc!=_0x2fd0be&&!this['_areMergableCells'](_0x5a99cc,_0x2fd0be))return!0x1;return!0x0;}['_areMergableCells'](_0x3c7033,_0x1f3abc){const _0xa4d424=this['editor']['plugins']['get']('TrackChangesEditing'),_0x8750f4=this['editor']['model']['createRangeOn'](_0x3c7033),_0x3a66d9=this['editor']['model']['createRangeOn'](_0x1f3abc),_0x403203=new Set(),_0x4cc636=new Set();for(const _0x562cb6 of _0xa4d424['getSuggestions']())if(('insertion'==_0x562cb6['type']||'deletion'==_0x562cb6['type']||'mergeTableCells'==_0x562cb6['subType'])&&_0x562cb6['isInContent']){for(const _0x560115 of _0x562cb6['getRanges']())_0x560115['containsRange'](_0x8750f4,!0x0)&&_0x403203['add'](_0x562cb6['type']+':'+_0x562cb6['author']['id']),_0x560115['containsRange'](_0x3a66d9,!0x0)&&_0x4cc636['add'](_0x562cb6['type']+':'+_0x562cb6['author']['id']);}if(_0x403203['size']!=_0x4cc636['size'])return!0x1;for(const _0x48aa03 of _0x403203)if(!_0x4cc636['has'](_0x48aa03))return!0x1;return!0x0;}}class Dt extends _0x99cb74{static get['requires'](){return[Ct];}['afterInit'](){const _0x1d10b0=this['editor'];if(!_0x1d10b0['plugins']['has']('TableEditing'))return;const _0x49833b=_0x1d10b0['locale'],_0x553d04=_0x1d10b0['plugins']['get']('TrackChangesEditing');_0x553d04['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x553d04['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x553d04['registerBlockAttribute']('headingRows'),_0x553d04['registerBlockAttribute']('headingColumns'),_0x553d04['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x49833b,'FORMAT_HEADER_ROW')),_0x553d04['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x49833b,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x44f839=this['editor']['plugins']['get']('TrackChangesEditing'),_0x33dd31=this['editor']['plugins']['get']('TableUtils'),_0x3cdcc3=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x151be5({showActiveMarker:_0x4d6c19=!0x0,setDataAttribute:_0x583221=!0x0}={}){return(_0x56fc14,_0xcbccc4,_0x4117d4)=>{const {type:_0x28f35c,id:_0x5ae16c}=_0x44f839['_splitMarkerName'](_0xcbccc4['markerName']),_0x8273c0=_0x44f839['getSuggestion'](_0x5ae16c),_0xecff48=_0x8273c0['data'];if('formatBlock'!=_0x8273c0['type']||!_0xecff48||'setTableColumnHeader'!=_0xecff48['commandName'])return;if(_0xcbccc4['item'])return void _0x56fc14['stop']();if(!_0x4117d4['consumable']['consume'](_0xcbccc4['markerRange'],_0x56fc14['name']))return;const _0x311163=_0xcbccc4['markerRange']['start']['nodeAfter'],_0x574361=_0xcbccc4['markerRange']['end']['nodeBefore'],_0x481c18=_0x311163['parent']['parent'],{column:_0x21f410}=_0x33dd31['getCellLocation'](_0x311163),{column:_0x573d94}=_0x33dd31['getCellLocation'](_0x574361);for(let _0x2fe76c=_0x21f410;_0x2fe76c<=_0x573d94;_0x2fe76c++){const _0x436445=_0x33dd31['createTableWalker'](_0x481c18,{'column':_0x2fe76c,'includeAllSlots':!0x1});for(const _0x1af833 of _0x436445){const _0xf8a124=_0x1af833['cell'],_0x6f6e2f=_0x4117d4['mapper']['toViewElement'](_0xf8a124);_0x4117d4['writer']['addClass']('ck-suggestion-marker-'+_0x28f35c,_0x6f6e2f),_0x583221&&_0x4117d4['writer']['setAttribute']('data-suggestion',_0x5ae16c,_0x6f6e2f),_0x4117d4['mapper']['bindElementToMarker'](_0x6f6e2f,_0xcbccc4['markerName']),_0x4d6c19&&(_0x44f839['activeMarkers']['includes'](_0xcbccc4['markerName'])?_0x4117d4['writer']['addClass']('ck-suggestion-marker--active',_0x6f6e2f):_0x4117d4['writer']['removeClass']('ck-suggestion-marker--active',_0x6f6e2f));}}};}_0x44f839['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3cdcc3),_0x44f839['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3cdcc3),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x151be5(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x787d0f,_0x39a340,_0x1e8214)=>{_0x1e8214['options']['showSuggestionHighlights']&&_0x151be5({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x787d0f,_0x39a340,_0x1e8214);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x548ecd,_0x473f58,_0x4312e3)=>{const {type:_0x39c0ff,id:_0x26bec4}=_0x44f839['_splitMarkerName'](_0x473f58['markerName']),_0x2173d7=_0x44f839['getSuggestion'](_0x26bec4),_0x22349a=_0x2173d7['data'];if('formatBlock'!=_0x2173d7['type']||!_0x22349a||'setTableColumnHeader'!=_0x22349a['commandName'])return;const _0x15917a=_0x4312e3['mapper']['markerNameToElements'](_0x473f58['markerName']);if(_0x15917a){for(const _0x86e861 of _0x15917a)_0x4312e3['writer']['removeClass']('ck-suggestion-marker-'+_0x39c0ff,_0x86e861),_0x4312e3['writer']['removeClass']('ck-suggestion-marker--active',_0x86e861),_0x4312e3['writer']['removeAttribute']('data-suggestion',_0x86e861),_0x4312e3['mapper']['unbindElementFromMarkerName'](_0x86e861,_0x473f58['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x530c5e=this['editor'],_0x5b4b01=_0x530c5e['locale'];function _0x2923a3(_0x5242e0){return{'type':'format','content':o(_0x5b4b01,'*Format:*\x20%0',_0x5242e0)};}_0x530c5e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x206cf5=>{if('formatBlock'!=_0x206cf5['type'])return;const {data:_0x3adeb0}=_0x206cf5;if(_0x3adeb0){if('setTableRowHeader'==_0x3adeb0['commandName']){const _0x1ca787=_0x3adeb0['commandParams'][0x0]['forceValue'];return _0x2923a3(o(_0x5b4b01,_0x1ca787?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3adeb0['commandName']){const _0x33bb9c=_0x3adeb0['commandParams'][0x0]['forceValue'];return _0x2923a3(o(_0x5b4b01,_0x33bb9c?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x3e6102=>[_0x3e6102,null]));class Mt extends _0x99cb74{static get['requires'](){return[Ct];}['afterInit'](){const _0x4b1c0f=this['editor'];if(!_0x4b1c0f['plugins']['has']('TableClipboard'))return;const _0x1b8b47=_0x4b1c0f['plugins']['get']('TrackChangesEditing'),_0x171dd0=_0x4b1c0f['plugins']['get']('TableUtils'),_0x3911ed=_0x4b1c0f['plugins']['get'](Ct),_0x44b9fd=_0x4b1c0f['plugins']['get']('TableClipboard');_0x3911ed['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4b1c0f['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4b1c0f['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x3d4122=null;_0x4b1c0f['model']['on']('insertContent',(_0x5b8c2d,_0x2f66d2)=>{const [_0x34471d,_0x62c3d0]=_0x2f66d2,_0x2577e1=_0x2f66d2[_0x2f66d2['length']-0x1];_0x2577e1&&_0x2577e1['forceDefaultExecution']||_0x1b8b47['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4da86c,_0x3dd3db,_0x2cb1ab,_0x101fb8,_0xfd737b){if(_0x3dd3db&&!_0x3dd3db['is']('documentSelection'))return!0x1;const _0x59601d=_0xfd737b['getTableIfOnlyTableInContent'](_0x4da86c,_0x2cb1ab);if(!_0x59601d||!Ue(_0x59601d,void 0x0,_0x101fb8))return!0x1;const _0x3ff479=_0x101fb8['getSelectionAffectedTableCells'](_0x2cb1ab['document']['selection']);if(!_0x3ff479['length'])return!0x1;const _0x1cbda1=_0x3ff479[0x0]['findAncestor']('table'),_0x5b1530=_0x101fb8['getRowIndexes'](_0x3ff479),_0x4847d9=_0x101fb8['getColumnIndexes'](_0x3ff479),_0x4cd964={'startRow':_0x5b1530['first'],'endRow':_0x5b1530['last'],'startColumn':_0x4847d9['first'],'endColumn':_0x4847d9['last']};return 0x1==_0x3ff479['length']&&(_0x4cd964['endRow']+=_0x101fb8['getRows'](_0x59601d)-0x1,_0x4cd964['endColumn']+=_0x101fb8['getColumns'](_0x59601d)-0x1),Ue(_0x1cbda1,_0x4cd964,_0x101fb8);}(_0x34471d,_0x62c3d0,_0x4b1c0f['model'],_0x171dd0,_0x44b9fd)&&(_0x5b8c2d['stop'](),_0x3d4122={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4b1c0f['model']['change'](()=>{_0x4b1c0f['model']['insertContent'](_0x2f66d2[0x0],_0x2f66d2[0x1],_0x2f66d2[0x2],{'forceDefaultExecution':!0x0});const _0xeb7f61=_0x161b41(),{rowInsertionRanges:_0x4cdc57,columnInsertionRanges:_0x59dd17,insertionRanges:_0x1a0043,deletionRanges:_0x38100b,cells:_0x428bbf}=_0x3d4122;_0x4cdc57['length']&&_0x1b8b47['markMultiRangeInsertion'](_0x4cdc57,'tablePasteRow',{'tablePasteChainId':_0xeb7f61}),_0x59dd17['length']&&_0x1b8b47['markMultiRangeInsertion'](_0x59dd17,'tablePasteColumn',{'tablePasteChainId':_0xeb7f61}),_0x1a0043['length']&&(_0x1b8b47['markMultiRangeInsertion'](_0x1a0043,'tablePaste',{'tablePasteChainId':_0xeb7f61,'skipNestingCheck':!0x0}),_0x1a0043['forEach'](_0xd699fe=>_0xd699fe['detach']?.())),_0x38100b['length']&&(_0x1b8b47['markMultiRangeDeletion'](_0x38100b,'tablePaste',{'tablePasteChainId':_0xeb7f61,'skipNestingCheck':!0x0}),_0x38100b['forEach'](_0x57259d=>_0x57259d['detach']?.()));const _0x271f42=_0x1b8b47['markMultiRangeBlockFormat'](_0x428bbf['map'](({element:_0x28fc28})=>_0x28fc28),{'formatGroupId':_0x161b41()},[],'tablePasteCell',{'tablePasteChainId':_0xeb7f61});if(_0x271f42){const _0x594a15=_0x271f42['getMarkers'](),_0x3161e3=[];for(const {element:_0x5656aa,attributes:_0x43d36a}of _0x428bbf){if(!_0x43d36a)continue;const _0x1ba423=_0x4b1c0f['model']['createRangeOn'](_0x5656aa),_0x381370=_0x594a15['find'](_0x2b3a18=>_0x2b3a18['getRange']()['isEqual'](_0x1ba423));_0x381370&&_0x3161e3['push']([_0x381370['name'],_0x43d36a]);}_0x3161e3['length']&&_0x271f42['setAttribute']('markerAttributes',Object['fromEntries'](_0x3161e3));}_0x3d4122=null;}));},{'priority':_0x307cb7['high']+0xa}),_0x4b1c0f['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x5d1b4f,_0x3a64ba)=>{const [_0x150380,_0x8360d4,,_0x23f3a5]=_0x3a64ba;if(!_0x3d4122)return;_0x5d1b4f['stop']();const _0x37576e=_0x150380['cell'],_0x3f8738=_0x8360d4,_0x29aa98=Oe(_0x37576e),_0x29b1df=Oe(_0x3f8738);_0x5d1b4f['return']=_0x37576e;let _0x178364=null,_0x4cb824=null;if(_0x29b1df||_0x29aa98){if(_0x29aa98&&!_0x29b1df){_0x23f3a5['remove'](_0x37576e['getChild'](0x0));for(const _0x1ff89f of Array['from'](_0x3f8738['getChildren']()))_0x23f3a5['insert'](_0x1ff89f,_0x37576e,'end');const _0x258b13=_0x3d4122['rowInsertionIndexes']['includes'](_0x150380['row']),_0x41cf49=_0x3d4122['columnInsertionIndexes']['includes'](_0x150380['column']);_0x258b13||_0x41cf49||(_0x178364=_0x3131df['fromRange'](_0x23f3a5['createRangeIn'](_0x37576e)));}else _0x29b1df&&!_0x29aa98&&(_0x4cb824=_0x23f3a5['createRangeIn'](_0x37576e));}else{const _0x16d4c4=_0x23f3a5['createElement']('tableCellSuggestion'),_0x1243a0=_0x23f3a5['createElement']('tableCellSuggestion');_0x23f3a5['wrap'](_0x23f3a5['createRangeIn'](_0x37576e),_0x1243a0),_0x23f3a5['insert'](_0x16d4c4,_0x37576e,0x0);for(const _0x371175 of Array['from'](_0x3f8738['getChildren']()))_0x23f3a5['insert'](_0x371175,_0x16d4c4,'end');_0x178364=_0x3131df['fromRange'](_0x23f3a5['createRangeOn'](_0x16d4c4)),_0x4cb824=_0x3131df['fromRange'](_0x23f3a5['createRangeOn'](_0x1243a0));}const _0x370dff=Array['from'](_0x3f8738['getAttributes']())['filter'](([_0x3d7df1])=>Be['includes'](_0x3d7df1));_0x3d4122['cells']['push']({'element':_0x37576e,'attributes':_0x370dff['length']?Object['fromEntries'](_0x370dff):null}),_0x178364&&_0x3d4122['insertionRanges']['push'](_0x178364),_0x4cb824&&_0x3d4122['deletionRanges']['push'](_0x4cb824);},{'priority':'high'}),_0x171dd0['on']('insertColumns',(_0x5a0cd3,_0x419404)=>{const [_0x2101b4,_0x1f55cf={}]=_0x419404;if(!_0x3d4122)return;const _0x7bff3c=_0x1f55cf['at']||0x0,_0x201775=_0x1f55cf['columns']||0x1;_0x3d4122['columnInsertionIndexes']=new Array(_0x201775)['fill'](_0x7bff3c)['map']((_0x14ed2c,_0x5e179a)=>_0x14ed2c+_0x5e179a);for(const {cell:_0x48e284}of _0x171dd0['createTableWalker'](_0x2101b4,{'startColumn':_0x7bff3c,'endColumn':_0x7bff3c+_0x201775-0x1}))_0x3d4122['columnInsertionRanges']['push'](_0x4b1c0f['model']['createRangeOn'](_0x48e284));},{'priority':'low'}),_0x171dd0['on']('insertRows',(_0x4c5bc9,_0xebecd9)=>{const [_0xd81e23,_0x1a8101={}]=_0xebecd9;if(!_0x3d4122)return;const _0xab071a=_0x1a8101['at']||0x0,_0x2f042a=_0x1a8101['rows']||0x1;_0x3d4122['rowInsertionIndexes']=new Array(_0x2f042a)['fill'](_0xab071a)['map']((_0x25835e,_0x2b132c)=>_0x25835e+_0x2b132c);for(const {cell:_0x2fc5eb}of _0x171dd0['createTableWalker'](_0xd81e23,{'startRow':_0xab071a,'endRow':_0xab071a+_0x2f042a-0x1}))_0x3d4122['rowInsertionRanges']['push'](_0x4b1c0f['model']['createRangeOn'](_0x2fc5eb));},{'priority':'low'}),_0x1b8b47['descriptionFactory']['registerDescriptionCallback'](_0x4116f7=>{if(_0x4116f7['subType']&&_0x4116f7['subType']['startsWith']('tablePaste'))return _0x4116f7['previous']?{}:{'type':'insertion','content':o(_0x4b1c0f['locale'],'*Replace\x20table\x20cells*')};});const _0x302601=()=>!0x1;for(const _0x21c5aa of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1b8b47['_suggestionFactory']['registerCustomCallback']('insertion',_0x21c5aa,'join',_0x302601),_0x1b8b47['_suggestionFactory']['registerCustomCallback']('deletion',_0x21c5aa,'join',_0x302601),_0x1b8b47['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x21c5aa,'join',_0x302601);_0x1b8b47['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x302601),_0x1b8b47['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x575603,_0x24557c,_0x33fd05)=>{const _0x4c3cf9=_0x575603['map'](_0x262b2f=>_0x262b2f['getContainedElement']())['filter'](_0x1d2713=>_0x1d2713),_0x569c80=new Map(_0x4c3cf9['map'](_0x2cd913=>[_0x2cd913,null]));if(_0x3d4122){for(const {element:_0x564cd8,attributes:_0x16a3dc}of _0x3d4122['cells'])_0x16a3dc&&_0x569c80['set'](_0x564cd8,_0x16a3dc);}else{if(_0x33fd05&&_0x33fd05['markerAttributes'])for(const [_0x6eaef,_0x3b6681]of Object['entries'](_0x33fd05['markerAttributes'])){const _0xdeef69=_0x4b1c0f['model']['markers']['get'](_0x6eaef),_0x347070=_0xdeef69?_0xdeef69['getRange']()['getContainedElement']():null;_0x347070&&_0x569c80['set'](_0x347070,_0x3b6681);}}_0x4b1c0f['model']['change'](_0x3879c8=>{for(const [_0x5dfd4c,_0xb41857]of _0x569c80)_0x3879c8['setAttributes']({...xe,..._0xb41857},_0x5dfd4c);});});const _0x41f645=(_0x5c7ddb,_0x4a1731)=>{_0x1b8b47['_suggestionFactory']['registerCustomCallback'](_0x5c7ddb,'tablePaste',_0x4a1731,(_0x20ea24,_0x148e97,_0x1e8115)=>{_0x4b1c0f['model']['change'](_0x247a70=>{const _0x2b8750=[];for(const _0xaf5912 of _0x20ea24){const _0x31aa1b=_0xaf5912['start']['nodeAfter'];_0x31aa1b['is']('element','tableCellSuggestion')&&_0x2b8750['push'](_0x31aa1b);}_0x1b8b47['_suggestionFactory']['getSuggestionCallback'](_0x5c7ddb,null,_0x4a1731)(_0x20ea24,_0x148e97,_0x1e8115);for(const _0x41a883 of _0x2b8750)'$graveyard'!=_0x41a883['root']['rootName']&&_0x247a70['unwrap'](_0x41a883);});});};_0x41f645('insertion','accept'),_0x41f645('insertion','discard'),_0x41f645('deletion','accept'),_0x41f645('deletion','discard'),_0x1b8b47['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x52859b=>{const _0x3c5aa3=_0x52859b['map'](_0x2dd48e=>_0x2dd48e['getContainedElement']()),_0x359b62=_0x3c5aa3[0x0]['findAncestor']('table'),{minRow:_0x15bb0a,maxRow:_0x1e8cb8}=_0x3911ed['_getCoordsForCells'](_0x3c5aa3);_0x171dd0['removeRows'](_0x359b62,{'at':_0x15bb0a,'rows':_0x1e8cb8-_0x15bb0a+0x1});}),_0x1b8b47['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x40a473=>{const _0xe92f70=_0x40a473['map'](_0x2130c0=>_0x2130c0['getContainedElement']()),_0x3262ba=_0xe92f70[0x0]['findAncestor']('table'),{minColumn:_0xef1e5f,maxColumn:_0x3bacfd}=_0x3911ed['_getCoordsForCells'](_0xe92f70);_0x171dd0['removeColumns'](_0x3262ba,{'at':_0xef1e5f,'columns':_0x3bacfd-_0xef1e5f+0x1});});const _0x1d746b=(_0x1a5030,_0x4b5cad)=>{if(!_0x4b5cad['subType']||!_0x4b5cad['subType']['startsWith']('tablePaste'))return;const _0x15550d=_0x4b5cad['attributes']['tablePasteChainId'],_0xf0a6a0=_0x1b8b47['getSuggestions']()['filter'](_0x2c3706=>_0x2c3706['isInContent']&&_0x2c3706['attributes']&&_0x2c3706['attributes']['tablePasteChainId']==_0x15550d);_0xf0a6a0['length']&&_0x4b5cad['getAllAdjacentSuggestions']()['length']!=_0xf0a6a0['length']&&_0xf0a6a0['reduce']((_0x3ac3e2,_0x20e4c4)=>(_0x3ac3e2['next']=_0x20e4c4,_0x20e4c4['previous']=_0x3ac3e2,_0x20e4c4));};function _0x29b4ab(_0x23f233,_0x16bf5c=!0x0){const {id:_0x114d04,authorId:_0x203500}=_0x1b8b47['_splitMarkerName'](_0x23f233['markerName']),_0x21343b=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x2eccc5=_0x1b8b47['activeMarkers']['includes'](_0x23f233['markerName']);return _0x2eccc5&&_0x21343b['push']('ck-suggestion-marker--active'),{'classes':_0x21343b,'attributes':{'data-suggestion':_0x114d04,'data-author-id':_0x203500},'priority':_0x2eccc5&&_0x16bf5c?0xbc2:0xbb8};}_0x1b8b47['on']('suggestionLoaded',_0x1d746b,{'priority':'high'}),_0x1b8b47['on']('suggestionUnloaded',_0x1d746b,{'priority':'high'}),_0x4b1c0f['model']['document']['registerPostFixer'](()=>{let _0x3f6757=!0x1;const _0x3dbcf9=Array['from'](_0x4b1c0f['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3116ef,data:_0x57085c}of _0x3dbcf9){const {group:_0x14c852,type:_0x591a4c,id:_0x11abe1}=_0x1b8b47['_splitMarkerName'](_0x3116ef);if('suggestion'!=_0x14c852||'deletion'!=_0x591a4c||_0x57085c['oldRange'])continue;if(!_0x1b8b47['hasSuggestion'](_0x11abe1))continue;const _0x43d297=_0x1b8b47['getSuggestion'](_0x11abe1)['getRanges'](),_0x22e7f2=_0x4b1c0f['plugins']['get']('Users')['me'];for(const _0x241c3d of _0x1b8b47['getSuggestions']()){if(!_0x241c3d['isInContent']||_0x241c3d['author']!=_0x22e7f2)continue;if('formatBlock'!=_0x241c3d['type']||'tablePasteCell'!=_0x241c3d['subType'])continue;if(_0x241c3d['getRanges']()['every'](_0x2334cb=>_0x43d297['some'](_0x544aec=>_0x544aec['containsRange'](_0x2334cb,!0x0)))){for(const _0x193d78 of _0x241c3d['getAllAdjacentSuggestions']())_0x193d78['isInContent']&&(_0x193d78['discard'](),_0x3f6757=!0x0);}}}return _0x3f6757;}),_0x4b1c0f['model']['document']['registerPostFixer'](_0x5ec544=>{const _0x4205db=_0x4b1c0f['commands']['get']('redo');if(!_0x4205db||!_0x4205db['_createdBatches']['has'](_0x5ec544['batch']))return!0x1;let _0x3d20f9=!0x1;const _0x2551ce=_0x4b1c0f['plugins']['get']('Users')['me'],_0x24b1bf=_0x4b1c0f['model']['document']['differ']['getChanges'](),_0x4e1a9d=Array['from'](_0x4b1c0f['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x274746,data:_0x392c87})=>{const {group:_0x2b9a1,subType:_0x51cbec,authorId:_0x2a22a3}=_0x1b8b47['_splitMarkerName'](_0x274746);return'suggestion'==_0x2b9a1&&'tablePaste'==_0x51cbec&&_0x2a22a3==_0x2551ce['id']&&!_0x392c87['oldRange'];});for(const _0x370bca of _0x24b1bf){if('insert'!=_0x370bca['type']||'tableCellSuggestion'!=_0x370bca['name']||0x1!=_0x370bca['length'])continue;const _0x4f7dcc=_0x5ec544['createRange'](_0x370bca['position'],_0x370bca['position']['getShiftedBy'](0x1));if(!_0x4e1a9d['find'](({data:_0x2484db})=>_0x2484db['newRange']['isEqual'](_0x4f7dcc))){for(const {name:_0x27ddad,data:_0x1ddac6}of _0x4e1a9d)if(_0x4f7dcc['containsRange'](_0x1ddac6['newRange'])){_0x5ec544['updateMarker'](_0x27ddad,{'range':_0x4f7dcc}),_0x3d20f9=!0x0;break;}}}return _0x3d20f9;}),_0x4b1c0f['model']['document']['registerPostFixer'](_0x589715=>{let _0x3ac1e5=!0x1;const _0x6a5a94=_0x4b1c0f['plugins']['get']('Users')['me'],_0xdc7e07=_0x1b8b47['getSuggestions']()['filter'](_0x1b2c0d=>_0x1b2c0d['isInContent']&&_0x1b2c0d['author']==_0x6a5a94),_0x38f619=new Set(),_0x475a52=new Set();for(const _0x526c18 of _0xdc7e07)if('tablePaste'==_0x526c18['subType'])for(const _0x5621b6 of _0x526c18['getMarkers']()){const _0x314559=_0x5621b6['getRange']()['getContainedElement']();if(_0x314559){if(_0x314559['is']('element','tableCellSuggestion')&&Oe(_0x314559)){_0x526c18['removeMarker'](_0x5621b6['name']),_0x38f619['add'](_0x314559),_0x3ac1e5=!0x0;const _0x23f18b=_0x314559['nextSibling'],_0x366a22=_0x314559['previousSibling'],_0x31ff77=_0x23f18b&&_0x23f18b['is']('element','tableCellSuggestion'),_0x29903f=_0x366a22&&_0x366a22['is']('element','tableCellSuggestion');_0x31ff77&&!_0x38f619['has'](_0x23f18b)&&_0x475a52['add'](_0x23f18b),_0x29903f&&!_0x38f619['has'](_0x366a22)&&_0x475a52['add'](_0x366a22);}else _0x314559['is']('element','paragraph')&&_0x314559['isEmpty']&&(_0x526c18['removeMarker'](_0x5621b6['name']),_0x3ac1e5=!0x0);}}else{if('tablePasteCell'==_0x526c18['subType']){if(!_0x526c18['attributes']||!_0x526c18['attributes']['tablePasteChainId'])continue;const _0x236673=_0x526c18['attributes']['markerAttributes'];if(_0x236673&&Object['keys'](_0x236673)['length'])continue;const _0xaa9d9c=_0x526c18['attributes']['tablePasteChainId'];let _0x319d19=!0x0,_0x530806=!0x0;for(const _0x5c6962 of _0xdc7e07)if(_0x5c6962['subType']&&_0x5c6962['subType']['startsWith']('tablePaste')){if(!_0x5c6962['attributes']['tablePasteChainId']){_0x530806=!0x1;break;}if(_0x5c6962['id']!=_0x526c18['id']&&_0x5c6962['attributes']['tablePasteChainId']==_0xaa9d9c){_0x319d19=!0x1;break;}}_0x530806&&_0x319d19&&(_0x526c18['removeMarkers'](),_0x3ac1e5=!0x0);}}for(const _0x9858f2 of _0x38f619)_0x589715['remove'](_0x9858f2);for(const _0x135182 of _0x475a52)_0x589715['unwrap'](_0x135182);return _0x3ac1e5;}),_0x4b1c0f['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x24bdb0=>_0x29b4ab(_0x24bdb0),'converterPriority':'high'}),_0x4b1c0f['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2eac62,_0x44e31f)=>_0x44e31f['options']['showSuggestionHighlights']?_0x29b4ab(_0x2eac62,!0x1):null,'converterPriority':'high'});const _0x5a95bc=_0x4b1c0f['editing']['view'];this['listenTo'](_0x5a95bc['document'],'clipboardOutput',(_0x4ecd93,_0x14147d)=>{const _0x42d3e1=[];for(const _0x15b3ca of _0x5a95bc['createRangeIn'](_0x14147d['content'])['getItems']())_0x15b3ca['is']('element','suggestion-td')&&_0x42d3e1['push'](_0x15b3ca);_0x5a95bc['change'](_0x3019ea=>{for(const _0x6d19c9 of _0x42d3e1)_0x3019ea['move'](_0x3019ea['createRangeIn'](_0x6d19c9),_0x3019ea['createPositionBefore'](_0x6d19c9)),_0x3019ea['remove'](_0x6d19c9);});});}}function Oe(_0x2bbe5f){if(_0x2bbe5f['isEmpty'])return!0x0;const _0x48eb11=_0x2bbe5f['getChild'](0x0);return _0x48eb11['is']('element','paragraph')&&_0x48eb11['isEmpty'];}function Ue(_0x145aa0,_0x27dd98={},_0x4e992c){for(const {isAnchor:_0x5c5b00,cellHeight:_0x31fbb6,cellWidth:_0x4fa1ec}of _0x4e992c['createTableWalker'](_0x145aa0,{'includeAllSlots':!0x0,..._0x27dd98}))if(!_0x5c5b00||0x1!=_0x31fbb6||0x1!=_0x4fa1ec)return!0x1;return!0x0;}class $t extends _0x99cb74{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x474226=this['editor']['plugins']['get']('TrackChangesEditing');_0x474226['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x474226['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x474226['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x474226['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x474226['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x474226['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x140a14,_0x1501f5){const _0x2f1f34=this['editor']['plugins']['get']('TrackChangesEditing'),_0x252d05=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x46bb50=_0x1501f5['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x54283a=_0x252d05['getColumnGroupElement'](_0x46bb50);let _0x425303=_0x54283a?_0x252d05['getTableColumnsWidths'](_0x54283a):null,_0x3715e7=_0x46bb50['getAttribute']('tableWidth')||null;const _0x215057=_0x1501f5['tableWidth']||_0x3715e7,_0x111421=_0x1501f5['columnWidths']||_0x425303,_0x1111a2=this['editor']['plugins']['get']('Users')['me'];for(const _0x554f09 of _0x2f1f34['getSuggestions']()){const _0xe5cbda=_0x554f09['getContainedElement']();if('resizeTable'===_0x554f09['subType']&&_0xe5cbda===_0x46bb50){_0x554f09['author']!==_0x1111a2&&_0x554f09['discard']();const _0x5e7963=_0x554f09['data']['commandParams'];_0x3715e7=_0x5e7963[0x0]['tableWidth'],_0x425303=_0x5e7963[0x0]['columnWidths'];break;}}_0x140a14({'table':_0x46bb50,'tableWidth':_0x215057,'columnWidths':_0x111421}),_0x2f1f34['markBlockFormat'](_0x46bb50,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x3715e7,'columnWidths':_0x425303}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x419cd3){if('formatBlock'!=_0x419cd3['type']&&'formatInline'!=_0x419cd3['type'])return;const {data:_0xad2a4}=_0x419cd3;if(_0xad2a4&&'resizeTable'===_0xad2a4['formatGroupId']){const _0x50150d='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x50150d)};}}}class Bt extends _0x99cb74{['afterInit'](){const _0x114be4=this['editor'];_0x114be4['plugins']['has']('Template')&&_0x114be4['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0x99cb74{['afterInit'](){const _0x580faa=this['editor'];if(!_0x580faa['commands']['get']('insertTableOfContents'))return;_0x580faa['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0xccc54e=_0x580faa['plugins']['get']('TrackChangesEditing'),_0x42f8fd=_0x580faa['locale'];_0xccc54e['descriptionFactory']['registerElementLabel']('tableOfContents',_0x270d2a=>o(_0x42f8fd,'ELEMENT_TABLE_OF_CONTENTS',_0x270d2a));}}class Rt extends _0x99cb74{['afterInit'](){const _0x4dd10a=this['editor'];if(!_0x4dd10a['plugins']['has']('Title'))return;const _0x202ec9=_0x4dd10a['plugins']['get']('TrackChangesEditing');_0x202ec9['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x4dd10a['locale'],'ELEMENT_TITLE')),_0x4dd10a['model']['document']['registerPostFixer'](_0x19d6b1=>{let _0x10272b=!0x1;const _0x583024=Array['from'](_0x4dd10a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4fcc29,data:_0x4511eb}of _0x583024){const {group:_0x4411cb}=_0x202ec9['_splitMarkerName'](_0x4fcc29);if('suggestion'!==_0x4411cb||!_0x4511eb['newRange'])continue;const _0x500fec=_0x4511eb['newRange'],_0x5bc30c=_0x500fec['end']['nodeBefore'];if(!_0x5bc30c||!_0x5bc30c['is']('element','title-content'))continue;if(!_0x500fec['start']['isTouching'](_0x500fec['end']))continue;const _0x46419a=_0x4dd10a['model']['schema']['getNearestSelectionRange'](_0x500fec['end'],'forward');if(_0x46419a&&_0x46419a['isCollapsed']){const _0x209848=_0x19d6b1['createRange'](_0x500fec['start'],_0x46419a['start']);_0x209848['isEqual'](_0x500fec)||(_0x19d6b1['updateMarker'](_0x4fcc29,{'range':_0x209848}),_0x10272b=!0x0);}_0x10272b||(_0x19d6b1['removeMarker'](_0x4fcc29),_0x10272b=!0x0);}return _0x10272b;});}}class Tt extends _0x99cb74{['afterInit'](){const _0x386f91=this['editor'],_0x4219bf=_0x386f91['plugins']['get']('TrackChangesEditing');_0x386f91['plugins']['has']('Uploadcare')&&(_0x4219bf['enableCommand']('uploadcare'),_0x386f91['plugins']['has']('UploadcareImageEdit')&&(_0x4219bf['enableCommand']('uploadcareImageEdit'),_0x4219bf['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x4219bf['registerBlockAttribute']('uploadcareImageId'),_0x4219bf['descriptionFactory']['registerDescriptionCallback'](_0x315f75=>{if('attribute'!=_0x315f75['type'])return;const {data:_0x3e11fa}=_0x315f75;return _0x3e11fa&&'uploadcareImageId'==_0x3e11fa['key']?{'type':'format','content':''}:void 0x0;})));}}class xt extends _0x99cb74{['afterInit'](){const _0x603f8d=this['editor'],_0x4265e9=_0x603f8d['plugins']['get']('TrackChangesEditing');_0x603f8d['plugins']['has']('UndoEditing')&&(_0x4265e9['enableCommand']('undo'),_0x4265e9['enableCommand']('redo'));}}class Et extends _0x99cb74{static get['requires'](){return[Ct];}['afterInit'](){const _0x41d309=this['editor'];if(!_0x41d309['plugins']['has']('TableCaptionEditing'))return;_0x41d309['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Ut extends _0x99cb74{['tableProperties'];['tableCellProperties'];constructor(_0x56229c){super(_0x56229c),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 _0x342f61=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3ad1ac of this['tableProperties'])_0x342f61['enableCommand'](_0x3ad1ac,(_0x5d984e,_0x1c4946)=>{const _0x5e8d46=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3ad1ac,[_0x5e8d46],this['tableProperties'],'tableProperties',_0x5d984e,_0x1c4946);});_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x342f61['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x2b6ee7,_0x23b350)=>this['handleDiscardAction'](this['tableProperties'],_0x2b6ee7,_0x23b350)),_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x58c3ae of this['tableCellProperties'])_0x342f61['enableCommand'](_0x58c3ae,(_0x7209a4,_0x89c999)=>{const _0x468209=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x58c3ae,_0x468209,this['tableCellProperties'],'tableCellProperties',_0x7209a4,_0x89c999);});_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x342f61['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x37d577,_0x4c071d)=>this['handleDiscardAction'](this['tableCellProperties'],_0x37d577,_0x4c071d)),_0x342f61['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x342f61['descriptionFactory']['registerDescriptionCallback'](_0x592282=>this['handleSuggestionDescription'](_0x592282));}['_handlePropertyChange'](_0x1bd465,_0x58d6d3,_0x21857a,_0x2928c9,_0x5c23e6,_0x2985b3){const _0xbf05aa=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x2985b3['batch'],()=>{for(const _0x5a2b95 of _0x58d6d3){if(this['_getSuggestion'](_0x5a2b95,_0x2928c9))_0x5c23e6(_0x2985b3);else{const _0x365f81={};for(const _0x563827 of _0x21857a){const _0x25afdf=_0x5a2b95['getAttribute'](_0x563827);void 0x0!==_0x25afdf&&(_0x365f81[_0x563827]=_0x25afdf);}_0x5c23e6(_0x2985b3),_0xbf05aa['markBlockFormat'](_0x5a2b95,{'commandParams':[_0x365f81]},[],_0x2928c9);}}});}['handleDiscardAction'](_0x1a409c,_0x2511b0,_0x409846){const _0x1b2e21=_0x2511b0[0x0]['start']['nodeAfter'],_0xd7af94=_0x409846['commandParams'][0x0];this['editor']['model']['change'](_0x397132=>{for(const _0x828ec7 of _0x1a409c)void 0x0!==_0xd7af94[_0x828ec7]?_0x397132['setAttribute'](_0x828ec7,_0xd7af94[_0x828ec7],_0x1b2e21):_0x397132['removeAttribute'](_0x828ec7,_0x1b2e21);});}['handleSuggestionDescription'](_0x31da69){if(_0x31da69['data'])switch(_0x31da69['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'](_0x1da761,_0x18fc18){const _0x24c26b=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x26b0dd of _0x24c26b['getSuggestions']({'skipNotAttached':!0x0})){const _0x55c34b=_0x26b0dd['getContainedElement']();if(_0x26b0dd['subType']===_0x18fc18&&_0x55c34b===_0x1da761)return _0x26b0dd;}return null;}}const m='$elementName';class p extends _0x99cb74{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x19770a,_0x8fe2ce,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,vt,_t,Ct,Nt,Dt,Et,Mt,$t,Ot,Ut,Bt,Rt,Tt,xt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x488c3f){super(_0x488c3f),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x273ac0,_0x3f3a6e,_0x5e722b,_0x24c97d)=>{this['_model']['change'](()=>{for(const _0x275ee8 of[..._0x24c97d,..._0x5e722b])this['_model']['markers']['has'](_0x275ee8)&&_0x488c3f['editing']['reconvertMarker'](_0x275ee8);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x488c3f['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(),_0x488c3f['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x488c3f['config']['get']('trackChanges.trackFormatChanges'),_0x488c3f['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x488c3f['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x488c3f,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0xb55817=this['editor'],_0x3d9e99=(_0x39d35d,_0x189a16)=>{if('attribute'!=_0x39d35d)return'ck-suggestion-marker-'+_0x39d35d;const _0x5e6318=_0x189a16['split']('|')[0x0];return this['_isBlockAttribute'](_0x5e6318)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xb55817['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x1fd256=>{const {id:_0x175883,authorId:_0xc87b18,type:_0x4f1aeb,subType:_0x3e5a02}=this['_splitMarkerName'](_0x1fd256['markerName']),_0x2d370f=['ck-suggestion-marker',_0x3d9e99(_0x4f1aeb,_0x3e5a02)];let _0x8feea6=0xbb8;return this['activeMarkers']['includes'](_0x1fd256['markerName'])&&(_0x2d370f['push']('ck-suggestion-marker--active'),_0x8feea6=0xbc2),'deletion'==_0x4f1aeb&&(_0x8feea6+=0x5),{'classes':_0x2d370f,'attributes':{'data-suggestion':_0x175883,'data-author-id':_0xc87b18},'priority':_0x8feea6};}}),_0xb55817['conversion']['for']('dataDowncast')['add'](_0x19f604=>{_0x19f604['on']('addMarker:suggestion',(_0x357f9c,_0x28ecca,_0x432185)=>{if(!_0x432185['options']['showSuggestionHighlights'])return;const _0x59470c=_0x28ecca['item'];if(!_0x59470c)return;const _0x505cd0=_0x432185['mapper']['toViewElement'](_0x59470c);_0xb55817['model']['schema']['isObject'](_0x59470c)&&_0x505cd0&&!_0x505cd0['getCustomProperty']('widget')&&_0x505cd0['is']('containerElement')&&_0x256c33(_0x505cd0,_0x432185['writer']);},{'priority':'high'});}),_0xb55817['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x582edc,_0x5bb735)=>{if(!_0x5bb735['options']['showSuggestionHighlights'])return null;const {type:_0xc0999,subType:_0x532b20}=this['_splitMarkerName'](_0x582edc['markerName']);return{'classes':['ck-suggestion-marker',_0x3d9e99(_0xc0999,_0x532b20)],'priority':0xbb8};}});const _0x445570=({showActiveMarkers:_0x35cb7e=!0x0,isAttributeSuggestion:_0x252125=!0x1}={})=>(_0x50188f,_0x14b419,_0x348a7d)=>{if(!_0x14b419['item'])return;const {id:_0x41102e,authorId:_0x120dbd}=this['_splitMarkerName'](_0x14b419['markerName']);if(_0x252125){const _0x4d8f53=this['_suggestions']['get'](_0x41102e),_0x5b4ec4=this['_getAttributeKey'](_0x4d8f53);if(!this['_isBlockAttribute'](_0x5b4ec4))return;}if(_0x14b419['item']['is']('selection'))return void _0x348a7d['consumable']['consume'](_0x14b419['item'],_0x50188f['name']);const _0x2b6320=_0x348a7d['mapper']['toViewElement'](_0x14b419['item']);if(_0x14b419['item']['is']('element')&&_0xb55817['model']['schema']['isBlock'](_0x14b419['item'])&&!_0x2b6320['getCustomProperty']('addHighlight')){_0x348a7d['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2b6320),_0x348a7d['writer']['setAttribute']('data-suggestion',_0x41102e,_0x2b6320),_0x348a7d['writer']['setAttribute']('data-author-id',_0x120dbd,_0x2b6320),_0x348a7d['mapper']['bindElementToMarker'](_0x2b6320,_0x14b419['markerName']),_0x35cb7e&&(this['activeMarkers']['includes'](_0x14b419['markerName'])?_0x348a7d['writer']['addClass']('ck-suggestion-marker--active',_0x2b6320):_0x348a7d['writer']['removeClass']('ck-suggestion-marker--active',_0x2b6320));for(const _0x1a4400 of _0xb55817['model']['createRangeIn'](_0x14b419['item'])['getItems']())_0x348a7d['consumable']['consume'](_0x1a4400,_0x50188f['name']);_0x348a7d['consumable']['consume'](_0x14b419['item'],_0x50188f['name']);}};_0xb55817['conversion']['for']('dataDowncast')['add'](_0xaae40=>{_0xaae40['on']('addMarker:suggestion:formatBlock',(_0x46209e,_0x14c446,_0x57d0ec)=>{_0x57d0ec['options']['showSuggestionHighlights']&&_0x445570({'showActiveMarkers':!0x1})(_0x46209e,_0x14c446,_0x57d0ec);},{'priority':'highest'});}),_0xb55817['conversion']['for']('dataDowncast')['add'](_0x1c60c2=>{_0x1c60c2['on']('addMarker:suggestion:attribute',(_0x278ee9,_0x13826a,_0x41e82d)=>{_0x41e82d['options']['showSuggestionHighlights']&&_0x445570({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x278ee9,_0x13826a,_0x41e82d);},{'priority':'highest'});}),_0xb55817['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5579ca,_0x55c019)=>_0x55c019['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5579ca['substr'](0xb)}}),_0xb55817['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x372460,{writer:_0x51ba70})=>{let _0x5679ef='suggestion:'+_0x372460['getAttribute']('suggestion-type')+':'+_0x372460['getAttribute']('id');return _0x372460['getAttribute']('marker-count')&&(_0x5679ef+=':'+_0x372460['getAttribute']('marker-count')),_0x51ba70['createElement']('$marker',{'data-name':_0x5679ef});}}),_0xb55817['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xb55817['conversion']['for']('editingDowncast')['add'](_0xa47aa2=>{_0xa47aa2['on']('addMarker:suggestion:formatBlock',_0x445570(),{'priority':'high'});}),_0xb55817['conversion']['for']('editingDowncast')['add'](_0x19e5d3=>{_0x19e5d3['on']('addMarker:suggestion:attribute',_0x445570({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xb55817['conversion']['for']('editingDowncast')['add'](_0x24ab23=>{_0x24ab23['on']('removeMarker:suggestion:formatBlock',(_0x49e6a7,_0x193f9a,_0x7d3069)=>{const _0x30bbce=_0x7d3069['mapper']['markerNameToElements'](_0x193f9a['markerName']);if(_0x30bbce){for(const _0x55740c of _0x30bbce)_0x55740c['getCustomProperty']('addHighlight')||(_0x7d3069['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x55740c),_0x7d3069['writer']['removeAttribute']('data-suggestion',_0x55740c),_0x7d3069['writer']['removeAttribute']('data-author-id',_0x55740c),_0x7d3069['mapper']['unbindElementFromMarkerName'](_0x55740c,_0x193f9a['markerName']));}},{'priority':'high'});}),_0xb55817['conversion']['for']('editingDowncast')['add'](_0x363967=>{_0x363967['on']('removeMarker:suggestion:attribute',(_0x23c914,_0xb8e79a,_0x2b5075)=>{const _0x58f225=_0x2b5075['mapper']['markerNameToElements'](_0xb8e79a['markerName']);if(!_0x58f225)return;const {id:_0x3feef3}=this['_splitMarkerName'](_0xb8e79a['markerName']),_0x4321ae=this['_suggestions']['get'](_0x3feef3),_0x501cd1=this['_getAttributeKey'](_0x4321ae);if(this['_isBlockAttribute'](_0x501cd1)){for(const _0x53fa3e of _0x58f225)_0x53fa3e['getCustomProperty']('addHighlight')||(_0x2b5075['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x53fa3e),_0x2b5075['writer']['removeAttribute']('data-suggestion',_0x53fa3e),_0x2b5075['writer']['removeAttribute']('data-author-id',_0x53fa3e),_0x2b5075['mapper']['unbindElementFromMarkerName'](_0x53fa3e,_0xb8e79a['markerName']));}},{'priority':'high'});}),_0xb55817['model']['document']['registerPostFixer'](_0x34d444=>{let _0x233006=!0x1;const _0x3dd57d=Array['from'](_0xb55817['model']['document']['differ']['getChangedMarkers']()),_0x5070a8=new Set();for(const {name:_0x5266fe,data:_0x18d1cb}of _0x3dd57d){const {group:_0x1edf27,type:_0x52fd48,subType:_0x1caa69,id:_0x184bb8}=this['_splitMarkerName'](_0x5266fe);if('suggestion'!==_0x1edf27)continue;const _0x30221e=this['_suggestions']['get'](_0x184bb8);if(null!=_0x18d1cb['newRange']){'formatInline'==_0x52fd48&&(_0x233006=_0x233006||Lt(_0x18d1cb['newRange'],_0x5266fe,_0x34d444,_0xb55817['model']['schema']));const _0x2931dd='attribute'==_0x52fd48&&this['_isBlockAttribute'](_0x1caa69['split']('|')[0x0]);if(_0x18d1cb['newRange']['isCollapsed']||'$graveyard'==_0x18d1cb['newRange']['root']['rootName']||'formatBlock'==_0x52fd48&&!Ht(_0x18d1cb['newRange'])||_0x2931dd&&!Ht(_0x18d1cb['newRange'])||'deletion'==_0x52fd48&&!(!Ft(_0x5a952c=_0x18d1cb['newRange'])&&!function(_0x48b772){return _0x48b772['start']['parent']==_0x48b772['end']['nodeBefore']&&_0x48b772['start']['isAtEnd'];}(_0x5a952c)))_0x34d444['removeMarker'](_0x5266fe),_0x233006=!0x0;else{if(!_0x30221e||!_0x30221e['isInContent'])continue;if(_0x18d1cb['newRange']&&_0x18d1cb['oldRange']&&_0x18d1cb['newRange']['isEqual'](_0x18d1cb['oldRange']))continue;_0x5070a8['add'](_0x30221e);}}}var _0x5a952c;return _0x5070a8['size']>0x0&&(_0x233006=!!this['_joinWithAdjacentSuggestions'](_0x5070a8)||_0x233006),_0x233006;}),_0xb55817['model']['document']['registerPostFixer'](_0x4e4465=>{let _0x205255=!0x1;for(const _0x193d56 of _0xb55817['model']['document']['differ']['getChanges']())if('insert'==_0x193d56['type'])for(const _0x15a2cb of this['_suggestions']['values']()){if(_0x15a2cb['isMultiRange']||!_0x15a2cb['isInContent'])continue;const _0x4dacf5='formatBlock'==_0x15a2cb['type'],_0x5e2fed=this['_getAttributeKey'](_0x15a2cb),_0x221c8a=_0x5e2fed&&this['_isBlockAttribute'](_0x5e2fed);if(!_0x4dacf5&&!_0x221c8a)continue;const _0x18b550=_0x15a2cb['getFirstRange']();if(_0x18b550['start']['parent']!=_0x18b550['end']['parent']&&!_0x18b550['end']['isAtEnd']){const _0x1e2b77=_0xb55817['model']['createPositionAt'](_0x18b550['start']['nodeAfter'],'end'),_0x2d7c64=_0xb55817['model']['createRange'](_0x18b550['start'],_0x1e2b77);_0x4e4465['updateMarker'](_0x15a2cb['getFirstMarker'](),{'range':_0x2d7c64}),_0x205255=!0x0;}}return _0x205255;}),_0xb55817['model']['document']['registerPostFixer'](_0x5f0108=>this['_processAttributeChanges'](_0x5f0108)),_0xb55817['model']['document']['registerPostFixer'](_0x274d36=>!_0x274d36['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x274d36)),_0xb55817['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xb55817['model']['document']['on']('change:data',(_0x5ea19f,_0x309fbd)=>{if(!_0x309fbd['isLocal']||_0x309fbd['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x5e1d01=_0xb55817['model']['document']['differ']['getChanges']();if(0x0==_0x5e1d01['length'])return;const _0x660f2=[],_0x74447f=_0x5e1d01['filter'](_0x5672f5=>'attribute'==_0x5672f5['type']),_0x34e9b2=_0x5e1d01['filter'](_0x1e9451=>'insert'==_0x1e9451['type']&&'$text'!=_0x1e9451['name']);for(const _0x371e37 of _0x74447f)this['_isRegisteredAttribute'](_0x371e37['attributeKey'])&&_0x660f2['push']({'key':_0x371e37['attributeKey'],'newValue':_0x371e37['attributeNewValue'],'oldValue':_0x371e37['attributeOldValue'],'range':qt(_0x371e37['range'],_0xb55817['model'])});for(const _0xfbde05 of _0x34e9b2){if('rename'!=_0xfbde05['action']&&'refresh'!=_0xfbde05['action'])continue;const _0x44a59e=zt(_0xfbde05['position']['nodeAfter'],_0xb55817['model']),_0x22d949=_0xfbde05['before'];'rename'==_0xfbde05['action']&&_0x660f2['push']({'key':m,'newValue':_0xfbde05['name'],'oldValue':_0x22d949['name'],'range':_0x44a59e});for(const [_0xcd1e6c,_0x4bafb7]of _0x22d949['attributes']){if(!this['_isRegisteredAttribute'](_0xcd1e6c))continue;const _0x289df5=_0xfbde05['attributes']['get'](_0xcd1e6c);_0x4bafb7!==_0x289df5&&_0x660f2['push']({'key':_0xcd1e6c,'newValue':_0x289df5,'oldValue':_0x4bafb7,'range':_0x44a59e});}for(const [_0x2566ed,_0x43fc68]of _0xfbde05['attributes'])this['_isRegisteredAttribute'](_0x2566ed)&&(_0x22d949['attributes']['has'](_0x2566ed)||_0x660f2['push']({'key':_0x2566ed,'newValue':_0x43fc68,'oldValue':null,'range':_0x44a59e}));}0x0!=_0x660f2['length']&&_0xb55817['model']['enqueueChange'](_0x309fbd,_0x5a424b=>{const _0x431bde=_0x161b41();for(const {range:_0x18fe67,key:_0x2dabb3,oldValue:_0xab046d,newValue:_0x5182fc}of _0x660f2)this['markAttributeChange'](_0x18fe67,_0x2dabb3,_0xab046d,_0x5182fc,{'groupId':_0x431bde});this['_reduceExistingSuggestions'](_0x5a424b,_0x660f2);});},{'priority':'lowest'}),_0xb55817['model']['markers']['on']('update:suggestion',(_0xa48ff4,_0x5f15c4,_0x2999a7)=>{if(null==_0x2999a7){const {id:_0x27a90d}=this['_splitMarkerName'](_0x5f15c4['name']),_0x4457ab=this['_suggestions']['get'](_0x27a90d);_0x4457ab&&_0x4457ab['addMarkerName'](_0x5f15c4['name']);}}),_0xb55817['model']['document']['on']('change:data',()=>{const _0x2e2688=Array['from'](_0xb55817['model']['document']['differ']['getChangedMarkers']())['filter'](_0x3bb83c=>'suggestion'===this['_splitMarkerName'](_0x3bb83c['name'])['group']);if(0x0===_0x2e2688['length'])return;_0x2e2688['sort']((_0x3b707c,_0x30bbfc)=>{const _0x4313f5=_0x3b707c['data']['oldRange'],_0x43eb53=_0x30bbfc['data']['oldRange'];return null===_0x4313f5&&null===_0x43eb53?0x0:null===_0x4313f5&&null!==_0x43eb53?-0x1:null!==_0x4313f5&&null===_0x43eb53?0x1:_0x4313f5['start']['isBefore'](_0x43eb53['start'])?-0x1:0x1;});const _0x4358bc=new Set(),_0x12bfa0=new Set();for(const {name:_0xadc938,data:_0x499bb4}of _0x2e2688){const {id:_0x108b07}=this['_splitMarkerName'](_0xadc938);if(null===_0x499bb4['oldRange']){const _0x49899f=this['_handleNewSuggestionMarker'](_0xadc938);_0x12bfa0['add'](_0x49899f);}else{const _0x1e6229=this['_suggestions']['get'](_0x108b07);null!==_0x499bb4['newRange']||_0x1e6229['isInContent']?(_0x4358bc['add'](_0x1e6229['head']),_0x12bfa0['add'](_0x1e6229)):this['_removeSuggestion'](_0x1e6229);}}_0x12bfa0['size']>0x0&&this['_refreshSuggestionsChain'](_0x12bfa0);for(const _0x84369a of _0x4358bc)this['fire']('suggestionChanged',_0x84369a);}),_0xb55817['model']['on']('applyOperation',(_0x3d7e7f,_0x51a923)=>{const _0x4ea54b=_0x51a923[0x0];if(!this['_suggestions']['size'])return;if(!_0x4ea54b['isDocumentOperation'])return;if(_0x4ea54b['batch']['isUndo']||!_0x4ea54b['batch']['isLocal'])return;let _0x28586b,_0x23efdf;switch(_0x4ea54b['type']){case'insert':_0x28586b=_0xb55817['model']['createPositionAt'](_0x4ea54b['position']),_0x23efdf=_0x28586b['getShiftedBy'](_0x4ea54b['howMany']);break;case'split':_0x28586b=_0xb55817['model']['createPositionAt'](_0x4ea54b['splitPosition']),_0x23efdf=_0xb55817['model']['createPositionAt'](_0x4ea54b['moveTargetPosition']);break;case'move':_0x28586b=_0xb55817['model']['createPositionAt'](_0x4ea54b['targetPosition']),_0x23efdf=_0x28586b['getShiftedBy'](_0x4ea54b['howMany']);break;default:return;}const _0x1c79db=_0xb55817['model']['createRange'](_0x28586b,_0x23efdf);_0xb55817['model']['change'](()=>{for(const {suggestion:_0x863851,meta:_0x3e3369}of this['_findSuggestions'](_0x1c79db)){if(_0x863851['isMultiRange'])continue;if('formatInline'==_0x863851['type'])continue;const _0xd05e02=this['_getAttributeKey'](_0x863851);if(_0xd05e02&&this['_isBlockAttribute'](_0xd05e02)&&'split'!=_0x4ea54b['type'])continue;const _0x36bca9=_0x863851['data']&&_0x863851['data']['multipleBlocks'];('formatBlock'!=_0x863851['type']||'split'==_0x4ea54b['type']&&!_0x36bca9)&&(_0x3e3369['containsRangeInObject']||'insertion'==_0x863851['type']&&_0x3e3369['isOwn']||_0x863851['getFirstRange']()['containsRange'](_0x1c79db)&&this['_breakSuggestionMarker'](_0x863851,_0x28586b,_0x23efdf));}});},{'priority':'lowest'}),_0xb55817['model']['on']('deleteContent',(_0x188ff9,_0x150f97)=>{const _0x3ce604=_0x150f97[0x0],_0x1eb758=_0x150f97[0x1];if(_0x1eb758&&_0x1eb758['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x3ce604['isCollapsed'])return;const _0xd2743a=_0xb55817['model']['schema'],{start:_0x29f270,end:_0x12fbb7}=_0x3ce604['getFirstRange'](),_0x2dd427=_0x29f270['nodeAfter']&&_0xd2743a['isLimit'](_0x29f270['nodeAfter'])?null:_0xd2743a['getNearestSelectionRange'](_0x29f270,'forward'),_0x578c3c=_0x12fbb7['nodeBefore']&&_0xd2743a['isLimit'](_0x12fbb7['nodeBefore'])?null:_0xd2743a['getNearestSelectionRange'](_0x12fbb7,'backward'),_0x1e1bf6=_0xb55817['model']['createRange'](_0x2dd427?_0x2dd427['start']:_0x29f270,_0x578c3c?_0x578c3c['end']:_0x12fbb7);_0xb55817['model']['change'](_0xc3b976=>{this['markDeletion'](_0x1e1bf6);const _0x2fef94=_0xb55817['model']['schema']['getNearestSelectionRange'](_0x1e1bf6['start']);_0x3ce604['is']('documentSelection')?_0xc3b976['setSelection'](_0x2fef94):_0x3ce604['setTo'](_0x2fef94);}),_0x188ff9['stop']();},{'priority':_0x307cb7['normal']+0xa}),_0xb55817['model']['on']('insertContent',(_0x1de0a5,_0x4bb43b)=>{const _0x6d177c=_0x4bb43b[_0x4bb43b['length']-0x1];_0x6d177c&&_0x6d177c['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xb55817['model']['change'](()=>{let _0x57884c=_0xb55817['model']['insertContent'](_0x4bb43b[0x0],_0x4bb43b[0x1],_0x4bb43b[0x2],{'forceDefaultExecution':!0x0});if(!_0x57884c)return;_0x1de0a5['return']=_0x57884c['clone']();const _0x242ffc=_0x57884c['end']['nodeBefore'],_0x27af56=_0xb55817['model']['schema'];_0x242ffc&&_0x27af56['isBlock'](_0x242ffc)&&!_0x27af56['isObject'](_0x242ffc)&&(_0x57884c=_0xb55817['model']['createRange'](_0x57884c['start'],_0xb55817['model']['createPositionAt'](_0x242ffc,'end'))),this['markInsertion'](_0x57884c);}),_0x1de0a5['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x182b4a=new O(_0xb55817,this['_suggestions']);_0xb55817['commands']['add']('acceptSuggestion',_0x182b4a),this['enableCommand']('acceptSuggestion');const _0x230b7d=new R(_0xb55817,this['_suggestions']);_0xb55817['commands']['add']('discardSuggestion',_0x230b7d),this['enableCommand']('discardSuggestion'),_0xb55817['commands']['add']('acceptAllSuggestions',new x(_0xb55817,_0x182b4a,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xb55817['commands']['add']('discardAllSuggestions',new x(_0xb55817,_0x230b7d,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xb55817['commands']['add']('acceptSelectedSuggestions',new E(_0xb55817,_0x182b4a,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xb55817['commands']['add']('discardSelectedSuggestions',new E(_0xb55817,_0x230b7d,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1ea3fd=_0xb55817['plugins']['get']('CommentsRepository');this['listenTo'](_0x1ea3fd,'addComment',(_0x1bef7b,{threadId:_0x368a26})=>{const _0x553f1f=this['_suggestions']['get'](_0x368a26);_0x553f1f&&_0x553f1f['commentThread']&&0x1===_0x553f1f['commentThread']['length']&&this['_updateSuggestionData'](_0x368a26,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1ea3fd,'removeComment',(_0x1987f8,{threadId:_0x28aa54})=>{const _0x39acfd=this['_suggestions']['get'](_0x28aa54);_0x39acfd&&_0x39acfd['commentThread']&&!_0x39acfd['commentThread']['length']&&this['_updateSuggestionData'](_0x28aa54,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x187fa7){const _0x504b4c=_0x185482([0x79,0x39,0x57,0x38,0x6d,0x47,0x56,0x31,0x42,0x37,0x53,0x76,0x5a,0x50,0x62,0x58,0x66,0x77,0x78,0x4b,0x34,0x73,0x41,0x6f,0x45,0x52,0x51,0x72,0x44,0x74,0x6a,0x4d,0x69,0x63,0x32,0x71,0x4e,0x49,0x33,0x7a,0x46,0x35,0x43,0x4f,0x65,0x55,0x4a,0x68,0x67,0x48,0x30,0x36,0x59,0x6c,0x6b,0x70,0x64,0x54,0x6e,0x4c,0x75,0x61]),_0x569a0d=0x26f72874,_0x5e0375=0x26f07784^_0x569a0d,_0x50d884=window[_0x185482([0x44,0x61,0x74,0x65])][_0x185482([0x6e,0x6f,0x77])](),_0xee9220=_0x187fa7[_0x185482([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x479c9d=new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x180e7c=>{_0xee9220[_0x185482([0x6f,0x6e,0x63,0x65])](_0x185482([0x72,0x65,0x61,0x64,0x79]),_0x180e7c);}),_0x4224f1={[_0x185482([0x6b,0x74,0x79])]:_0x185482([0x45,0x43]),[_0x185482([0x75,0x73,0x65])]:_0x185482([0x73,0x69,0x67]),[_0x185482([0x63,0x72,0x76])]:_0x185482([0x50,0x2d,0x32,0x35,0x36]),[_0x185482([0x78])]:_0x185482([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]),[_0x185482([0x79])]:_0x185482([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]),[_0x185482([0x61,0x6c,0x67])]:_0x185482([0x45,0x53,0x32,0x35,0x36])},_0x21496f=_0xee9220[_0x185482([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x185482([0x67,0x65,0x74])](_0x185482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd25c45(){let _0x53cff0,_0x3a9c8a=null,_0x34d0fc=null;try{if(_0x21496f==_0x185482([0x47,0x50,0x4c]))return _0x185482([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x53cff0=_0x271ca0(),!_0x53cff0)return _0x185482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x53cff0[_0x185482([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x34d0fc=_0x19afac(_0x53cff0[_0x185482([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x53cff0[_0x185482([0x6a,0x74,0x69])])),await _0xd82ffb()?_0x3d0bda()?_0x428b22()?_0x185482([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5c4adf()?(_0x53cff0[_0x185482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x185482([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3a9c8a=_0x340b8d(_0x185482([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x53cff0[_0x185482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x185482([0x74,0x72,0x69,0x61,0x6c])&&(_0x3a9c8a=_0x340b8d(_0x185482([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a58f9()):_0x185482([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x185482([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x185482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3d41cd){return _0x185482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x428b22(){const _0x21342c=[_0x185482([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x185482([0x74,0x72,0x69,0x61,0x6c])][_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cff0[_0x185482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x50d884/0x3e8:0xe10*_0x5e0375;return _0x53cff0[_0x185482([0x65,0x78,0x70])]<_0x21342c;}function _0x3d0bda(){const _0x1ac57d=_0x53cff0[_0x185482([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x1ac57d)return!0x1;if(_0x1ac57d[_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x185482([0x2a])))return!0x0;if(_0x1ac57d[_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x185482([0x54,0x43])))return!0x0;if(_0x1ac57d[_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x185482([0x52,0x54,0x43]))){if(_0x1130e4())return!0x0;if(_0xa0ba80()||_0x57a0e5())return!0x0;}return!0x1;}function _0x5c4adf(){const _0x4e6fb8=_0x53cff0[_0x185482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e6fb8||0x0==_0x4e6fb8[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x22a8d5}=new URL(window[_0x185482([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4e6fb8[_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22a8d5))return!0x0;const _0x335ba7=_0x22a8d5[_0x185482([0x73,0x70,0x6c,0x69,0x74])](_0x185482([0x2e]));return _0x4e6fb8[_0x185482([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5317bd=>_0x5317bd[_0x185482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x185482([0x2a])))[_0x185482([0x6d,0x61,0x70])](_0x2363a9=>_0x2363a9[_0x185482([0x73,0x70,0x6c,0x69,0x74])](_0x185482([0x2e])))[_0x185482([0x73,0x6f,0x6d,0x65])](_0x28498d=>_0x335ba7[_0x185482([0x65,0x76,0x65,0x72,0x79])]((_0x2e7038,_0x58c74e)=>_0x28498d[_0x58c74e]===_0x2e7038||_0x28498d[_0x58c74e]===_0x185482([0x2a])));}function _0x1a58f9(){return _0x3a9c8a&&_0x34d0fc?new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cab20,_0x5c0994)=>{_0x3a9c8a[_0x185482([0x74,0x68,0x65,0x6e])](_0x2cab20,_0x5c0994),_0x34d0fc[_0x185482([0x74,0x68,0x65,0x6e])](_0x5f0572=>{_0x5f0572!=_0x185482([0x56,0x61,0x6c,0x69,0x64])&&_0x2cab20(_0x5f0572);},_0x5c0994);}):_0x3a9c8a||_0x34d0fc||_0x185482([0x56,0x61,0x6c,0x69,0x64]);}}function _0x19afac(_0x45238f,_0x273441){return new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18a92d=>{if(_0x4e0133())return _0x18a92d(_0x185482([0x56,0x61,0x6c,0x69,0x64]));_0x554701(),_0xee9220[_0x185482([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x185482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3bf078=!0x1;const _0x116588=_0x161b41();function _0x195d89(_0x51ec85){return!!_0x51ec85&&(typeof _0x51ec85===_0x185482([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x51ec85===_0x185482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x51ec85[_0x185482([0x74,0x68,0x65,0x6e])]===_0x185482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x51ec85[_0x185482([0x63,0x61,0x74,0x63,0x68])]===_0x185482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3113b5(_0x18354e){_0x55b378(_0x18354e)[_0x185482([0x74,0x68,0x65,0x6e])](_0x1dc325=>{if(!_0x1dc325||_0x1dc325[_0x185482([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x185482([0x6f,0x6b]))return _0x185482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4973cc(_0x3596a5(_0x116588+_0x273441))!=_0x1dc325[_0x185482([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x185482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x185482([0x56,0x61,0x6c,0x69,0x64]);})[_0x185482([0x74,0x68,0x65,0x6e])](_0x11d45b=>(_0x47b264(),_0x11d45b),()=>{const _0x3740b4=_0x495f53();return null==_0x3740b4?(_0x47b264(),_0x185482([0x56,0x61,0x6c,0x69,0x64])):_0x185482(_0x50d884-_0x3740b4>(0x2fbac74^_0x569a0d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x185482([0x74,0x68,0x65,0x6e])](_0x18a92d)[_0x185482([0x63,0x61,0x74,0x63,0x68])](()=>{_0x18a92d(_0x185482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xe2bd97=0x26c1c6f4^_0x569a0d;function _0x47b264(){const _0x486076=_0x185482([0x6c,0x6c,0x63,0x74,0x2d])+_0x4973cc(_0x3596a5(_0x45238f)),_0x435dce=_0x668ae8(_0x4973cc(window[_0x185482([0x4d,0x61,0x74,0x68])][_0x185482([0x63,0x65,0x69,0x6c])](_0x50d884/_0xe2bd97)));window[_0x185482([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x185482([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x486076,_0x435dce);}function _0x495f53(){const _0x263d2e=_0x185482([0x6c,0x6c,0x63,0x74,0x2d])+_0x4973cc(_0x3596a5(_0x45238f)),_0x455941=window[_0x185482([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x185482([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x263d2e);return _0x455941?window[_0x185482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x668ae8(_0x455941),0x10)*_0xe2bd97:null;}function _0x55b378(_0x334769){return new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x568932,_0x41d48)=>{_0x334769[_0x185482([0x74,0x68,0x65,0x6e])](_0x568932,_0x41d48),window[_0x185482([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41d48,0x26f6fcb4^_0x569a0d);});}}_0xee9220[_0x185482([0x6f,0x6e])](_0x185482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x29f13b,_0x1f649f)=>{if(_0x1f649f[0x0]!=_0x45238f)return _0x18a92d(_0x185482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1f649f[0x1]={..._0x1f649f[0x1],[_0x185482([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x116588};},{[_0x185482([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x185482([0x68,0x69,0x67,0x68])}),_0xee9220[_0x185482([0x6f,0x6e])](_0x185482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x25e442=>{_0x195d89(_0x25e442[_0x185482([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3bf078=!0x0,_0x3113b5(_0x25e442[_0x185482([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x185482([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x185482([0x6c,0x6f,0x77])}),_0x479c9d[_0x185482([0x74,0x68,0x65,0x6e])](()=>{_0x3bf078||_0x18a92d(_0x185482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e0133(){return _0xee9220[_0x185482([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x185482([0x76,0x69,0x65,0x77])][_0x185482([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x185482([0x61,0x75,0x74,0x6f]);}function _0x554701(){_0xee9220[_0x185482([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x185482([0x76,0x69,0x65,0x77])][_0x185482([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x185482([0x61,0x75,0x74,0x6f]);}}function _0x340b8d(_0x2f2a73){const _0xfdb235=[new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54a1a5=>setTimeout(_0x54a1a5,0x26fe16b8^_0x569a0d)),_0x479c9d[_0x185482([0x74,0x68,0x65,0x6e])](()=>new window[(_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x85d2a=>{let _0x100da3=0x0;_0xee9220[_0x185482([0x6d,0x6f,0x64,0x65,0x6c])][_0x185482([0x6f,0x6e])](_0x185482([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x46fda5,_0xcaba93)=>{_0xcaba93[0x0][_0x185482([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x100da3++,_0x100da3==(0x26f7298c^_0x569a0d)&&(_0x85d2a(),_0x46fda5[_0x185482([0x6f,0x66,0x66])]());});}))];return window[_0x185482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x185482([0x72,0x61,0x63,0x65])](_0xfdb235)[_0x185482([0x74,0x68,0x65,0x6e])](()=>_0x2f2a73);}async function _0x25316b(){await _0x479c9d,_0xee9220[_0x185482([0x6d,0x6f,0x64,0x65,0x6c])][_0x185482([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1e0e83,_0xee9220[_0x185482([0x6d,0x6f,0x64,0x65,0x6c])][_0x185482([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1e0e83,_0xee9220[_0x185482([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x185482([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1130e4(){return _0x1e2b27(_0x185482([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5e096b(_0x185482([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x185482([0x73,0x74,0x61,0x74,0x65])]==_0x185482([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0xa0ba80(){return _0x1e2b27(_0x185482([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x57a0e5(){return _0x1e2b27(_0x185482([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x3b428a(_0x16987e){const _0x9fdf08=_0x21e53f();_0xee9220[_0x9fdf08]=_0x185482([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x16987e,_0x16987e!=_0x185482([0x56,0x61,0x6c,0x69,0x64])&&_0x25316b();}function _0x21e53f(){const _0x1172d7=window[_0x185482([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x185482([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x185482([0x6e,0x6f,0x77])]())[_0x185482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x185482([0x2e]),'');let _0x8260f4=_0x185482([0x79]);for(let _0x290b9e=0x0;_0x290b9e<_0x1172d7[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x290b9e+=0x2){let _0x132cb7=window[_0x185482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1172d7[_0x185482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x290b9e,_0x290b9e+0x2));_0x132cb7>=_0x504b4c[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x132cb7-=_0x504b4c[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x8260f4+=_0x504b4c[_0x132cb7];}return _0x8260f4;}function _0x271ca0(){const _0x1d8d53=_0x21496f[_0x185482([0x73,0x70,0x6c,0x69,0x74])](_0x185482([0x2e]));if(0x3!=_0x1d8d53[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1036f9(_0x1d8d53[0x1]);function _0x1036f9(_0x114302){const _0x512e9f=_0xd46171(_0x114302);return _0x512e9f&&_0x5d9906()?_0x512e9f:null;function _0x5d9906(){const _0x540496=_0x512e9f[_0x185482([0x6a,0x74,0x69])],_0x25f4cc=window[_0x185482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x540496[_0x185482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x540496[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d8def={..._0x512e9f,[_0x185482([0x6a,0x74,0x69])]:_0x540496[_0x185482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x540496[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d8def[_0x185482([0x76,0x63])],_0x3596a5(_0x2d8def)==_0x25f4cc;}}}async function _0xd82ffb(){let _0x2cefcd=!0x0;try{const _0xa29192=_0x21496f[_0x185482([0x73,0x70,0x6c,0x69,0x74])](_0x185482([0x2e])),[_0x54341e,_0x234616,_0x314cdb]=_0xa29192;return _0x26bee0(_0x54341e),await _0x487103(_0x54341e,_0x234616,_0x314cdb),_0x2cefcd;}catch(_0x3e8b63){return!0x1;}function _0x26bee0(_0x5d3a59){const _0x2476b2=_0xd46171(_0x5d3a59);_0x2476b2&&_0x2476b2[_0x185482([0x61,0x6c,0x67])]==_0x185482([0x45,0x53,0x32,0x35,0x36])||(_0x2cefcd=!0x1);}async function _0x487103(_0x505baf,_0x32a7a2,_0x3e2c23){const _0x506792=window[_0x185482([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x185482([0x66,0x72,0x6f,0x6d])](_0x297b48(_0x3e2c23),_0x31a457=>_0x31a457[_0x185482([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39aec1=new window[(_0x185482([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x185482([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x505baf+_0x185482([0x2e])+_0x32a7a2),_0xec95b0=window[_0x185482([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x185482([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xec95b0)return;const _0x57c0ea=await _0xec95b0[_0x185482([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x185482([0x6a,0x77,0x6b]),_0x4224f1,{[_0x185482([0x6e,0x61,0x6d,0x65])]:_0x185482([0x45,0x43,0x44,0x53,0x41]),[_0x185482([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x185482([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x185482([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xec95b0[_0x185482([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x185482([0x6e,0x61,0x6d,0x65])]:_0x185482([0x45,0x43,0x44,0x53,0x41]),[_0x185482([0x68,0x61,0x73,0x68])]:{[_0x185482([0x6e,0x61,0x6d,0x65])]:_0x185482([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x57c0ea,_0x506792,_0x39aec1)||(_0x2cefcd=!0x1);}}function _0xd46171(_0x9ce316){return _0x9ce316[_0x185482([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x185482([0x65,0x79]))?JSON[_0x185482([0x70,0x61,0x72,0x73,0x65])](_0x297b48(_0x9ce316)):null;}function _0x297b48(_0x22431e){return window[_0x185482([0x61,0x74,0x6f,0x62])](_0x22431e[_0x185482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x185482([0x2b]))[_0x185482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x185482([0x2f])));}function _0x3596a5(_0x2c9f17){let _0x35c070=0x1505;function _0x255b1e(_0x23dc21){for(let _0x3233f6=0x0;_0x3233f6<_0x23dc21[_0x185482([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3233f6++){const _0x2022f8=_0x23dc21[_0x185482([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3233f6);_0x35c070=(_0x35c070<<0x5)+_0x35c070+_0x2022f8,_0x35c070&=_0x35c070;}}function _0x4589be(_0x5ba95e){Array[_0x185482([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ba95e)?_0x5ba95e[_0x185482([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4589be):_0x5ba95e&&typeof _0x5ba95e==_0x185482([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x185482([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ba95e)[_0x185482([0x73,0x6f,0x72,0x74])]()[_0x185482([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5242f4,_0x2e6da9])=>{_0x255b1e(_0x5242f4),_0x4589be(_0x2e6da9);}):_0x255b1e(window[_0x185482([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ba95e));}return _0x4589be(_0x2c9f17),_0x35c070>>>0x0;}function _0x4973cc(_0xc51170){return _0xc51170[_0x185482([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x185482([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x185482([0x30]));}function _0x668ae8(_0x37bc51){return _0x37bc51[_0x185482([0x73,0x70,0x6c,0x69,0x74])]('')[_0x185482([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x185482([0x6a,0x6f,0x69,0x6e])]('');}function _0x1e2b27(_0x30463f){return _0xee9220[_0x185482([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x185482([0x68,0x61,0x73])](_0x30463f);}function _0x5e096b(_0x539bf3){return _0xee9220[_0x185482([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x185482([0x67,0x65,0x74])](_0x539bf3);}function _0x1e0e83(){}function _0x185482(_0xb0f11d){return _0xb0f11d['map'](_0x2b91e7=>String['fromCharCode'](_0x2b91e7))['join']('');}_0x3b428a(await _0xd25c45());}(this);}set['adapter'](_0x241171){if(this['_adapter'])throw new _0x363806('track-changes-adapter-already-set',this);this['_adapter']=_0x241171;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x35aa24=!0x1,toJSON:_0x23afe0=!0x1}={}){const _0x4aefc6=[];for(const _0x2e5fd4 of this['_suggestions']['values']())_0x35aa24&&!_0x2e5fd4['isInContent']||_0x4aefc6['push'](_0x2e5fd4);return _0x23afe0?_0x4aefc6['map'](_0x5d19a2=>_0x5d19a2['toJSON']()):_0x4aefc6;}['getSuggestion'](_0x4c30ef){const _0x2e8890=this['_suggestions']['get'](_0x4c30ef);if(!_0x2e8890)throw new _0x363806('track-changes-suggestion-not-found',this);return _0x2e8890;}['hasSuggestion'](_0x5a4785){return this['_suggestions']['has'](_0x5a4785);}['addSuggestionData'](_0xe62a8){const {authorId:_0x2aa857,id:_0x51ef79,attributes:_0x34271c}=_0xe62a8,[_0x11d5d8,_0x3a8692]=_0xe62a8['type']['split'](':'),_0x56306e=this['_suggestions']['get'](_0x51ef79)||this['_createSuggestion'](_0x11d5d8,_0x3a8692,_0x51ef79,_0x2aa857,_0x34271c);if(this['_addThreadToSuggestion'](_0x56306e),this['_checkSuggestionCorrectness'](_0x56306e,_0x11d5d8,_0x3a8692||null,_0x2aa857),_0x56306e['createdAt']=_0xe62a8['createdAt'],_0x56306e['_isDataLoaded']=!0x0,_0x34271c&&_0x34271c['@external']){const _0x542d60=_0x34271c['@external'],_0x25c954=this['_getExternalAuthor'](_0x542d60['authorName']);_0x56306e['authoredAt']=_0x542d60['createdAt'],_0x56306e['author']=_0x25c954,_0x56306e['isExternal']=!0x0;}else _0x56306e['authoredAt']=_0xe62a8['createdAt'];switch(_0xe62a8['data']&&(_0x56306e['data']=_0xe62a8['data']),_0xe62a8['attributes']&&(_0x56306e['attributes']=_0xe62a8['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x56306e['_saved']=!0x0),this['_suggestionState']['get'](_0x56306e)){case'notReady':this['_suggestionState']['set'](_0x56306e,'dataReady');break;case'markerReady':_0x56306e['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x56306e])),this['_refreshSuggestionsChain'](new Set([_0x56306e])),this['_suggestionState']['set'](_0x56306e,'ready'),this['fire']('suggestionLoaded',_0x56306e)):this['_suggestionState']['set'](_0x56306e,'removed');}return _0x56306e;}['acceptSuggestion'](_0x498848){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x76ee82 of _0x498848['getAllAdjacentSuggestions']())_0x76ee82['accept']();});});}['discardSuggestion'](_0x50322a){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x279bb5 of _0x50322a['getAllAdjacentSuggestions']())_0x279bb5['discard']();});});}['enableCommand'](_0x268018,_0x57c9cb){const _0x3f3532=this['editor']['commands']['get'](_0x268018);if(!_0x3f3532)throw new _0x363806('track-changes-command-not-found',this,{'commandName':_0x268018});if(this['_enabledCommands']['has'](_0x3f3532))throw new _0x363806('track-changes-enable-command-twice',this,{'commandName':_0x268018});this['_enabledCommands']['add'](_0x3f3532),_0x57c9cb&&_0x3f3532['on']('execute',(_0x40d7cc,_0x398ffb)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x398ffb['length']>0x0&&_0x398ffb[_0x398ffb['length']-0x1]&&_0x398ffb[_0x398ffb['length']-0x1]['forceDefaultExecution']?_0x398ffb['pop']():(_0x40d7cc['return']=_0x57c9cb((..._0x40fb6d)=>_0x3f3532['execute'](..._0x40fb6d,{'forceDefaultExecution':!0x0}),..._0x398ffb),_0x40d7cc['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x43aa0c){let _0x3fbbcf,_0x18981d;const _0x3a4b3e=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3fbbcf=_0x43aa0c();}catch(_0x37cecd){_0x18981d=_0x37cecd;}return _0x3a4b3e||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x18981d&&_0x363806['rethrowUnexpectedError'](_0x18981d,this),_0x3fbbcf;}['markInsertion'](_0x175915,_0x14fc25=null,_0xa6e722={}){if(_0x175915['isCollapsed'])return null;const _0x2c5450=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0xe515,meta:_0x8ae90f}of this['_findSuggestions'](_0x175915,'insertion'))if(_0x8ae90f['isOwn']){if(!_0x8ae90f['isNextTo']){if(_0x8ae90f['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Qt(_0xe515,_0xa6e722))continue;return _0xe515;}if(Qt(_0xe515,_0xa6e722))return _0xe515;this['_breakSuggestionMarker'](_0xe515,_0x175915['start'],_0x175915['end']);break;}if(_0x14fc25==_0xe515['subType']&&Qt(_0xe515,_0xa6e722)){const _0x4042e7=_0xe515['getFirstRange']();return _0x4042e7['start']['isEqual'](_0x175915['end'])?this['_setSuggestionRange'](_0xe515,this['_model']['createRange'](_0x175915['start'],_0x4042e7['end'])):this['_setSuggestionRange'](_0xe515,this['_model']['createRange'](_0x4042e7['start'],_0x175915['end'])),_0xe515;}}const _0x2597cb=_0x161b41(),_0x116e88=_0x2c5450['id'],_0x549863=_0x14fc25?'insertion:'+_0x14fc25:'insertion',_0x50a6b8=this['_setSuggestionData']({'id':_0x2597cb,'type':_0x549863,'createdAt':new Date(),'authorId':_0x116e88,'attributes':_0xa6e722});return this['_addSuggestionMarker'](_0x549863,_0x2597cb,_0x116e88,_0x175915),_0x50a6b8;}['markMultiRangeInsertion'](_0xc97785,_0x1c159f='multi',_0x2af712={}){const _0x256c77=this['editor']['plugins']['get']('Users')['me'],_0x2c0df2=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1c159f,'join');for(const _0x38926c of this['getSuggestions']())if(_0x38926c['author']['id']==_0x256c77['id']&&'insertion'==_0x38926c['type']&&_0x38926c['subType']==_0x1c159f&&Qt(_0x38926c,_0x2af712)&&(_0x2c0df2(_0x38926c['getRanges'](),_0xc97785)||_0x2c0df2(_0xc97785,_0x38926c['getRanges']()))){for(const _0x516bdd of _0xc97785)_0x38926c['addRange'](_0x516bdd);return _0x38926c;}for(const {suggestion:_0x4174e7,meta:_0xa25de8}of this['_findSuggestions'](_0xc97785,'insertion')){if(!_0xa25de8['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0xa25de8['containsRangeInObject'])continue;if(!Qt(_0x4174e7,_0x2af712))continue;let _0x295b7c=!0x0;for(const _0x42ae6d of _0x4174e7['getRanges']())for(const _0x557510 of _0xc97785)if(!_0x42ae6d['containsRange'](_0x557510)){_0x295b7c=!0x1;break;}if(_0x295b7c)return _0x4174e7;}const _0x900c0d=_0x161b41(),_0x22e91e=_0x256c77['id'],_0x3dd951='insertion:'+_0x1c159f,_0x20547c=this['_setSuggestionData']({'id':_0x900c0d,'type':_0x3dd951,'createdAt':new Date(),'authorId':_0x22e91e,'attributes':_0x2af712});for(const _0x107629 of _0xc97785)this['_addSuggestionMarker'](_0x3dd951,_0x900c0d,_0x22e91e,_0x107629,u['getMultiRangeId']());return _0x20547c;}['markInlineFormat'](_0x58684d,_0x27421d,_0x33a60b=null,_0x2c40b3={}){if(_0x33a60b=_0x33a60b||Jt(_0x27421d),_0x58684d['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x3365d8=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x33a60b,'accept');return this['forceDefaultExecution'](()=>_0x3365d8([_0x58684d],_0x27421d,_0x2c40b3)),null;}const _0x3ad122=this['editor']['plugins']['get']('Users')['me'],_0x2254fc=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x353694,meta:_0x53e7ac}of this['_findSuggestions'](_0x58684d,'insertion'))_0x53e7ac['isOwn']&&!_0x53e7ac['isInsideObject']&&_0x2254fc['push'](..._0x353694['getRanges']());}const _0x54cf51=function(_0x2c45d8,_0xab07a2){const _0x550453=[];for(const _0xdb88a6 of _0xab07a2){const _0x1151f9=_0x2c45d8['getIntersection'](_0xdb88a6);_0x1151f9&&_0x550453['push'](_0x1151f9);}return _0x550453;}(_0x58684d,_0x2254fc),_0x3a600b=function(_0x48aca4,_0x31ec26){const _0x29f937=[_0x48aca4];for(const _0x1a4845 of _0x31ec26){let _0x3ea37c=0x0;for(;_0x3ea37c<_0x29f937['length'];){const _0xca7286=_0x29f937[_0x3ea37c]['getDifference'](_0x1a4845);_0x29f937['splice'](_0x3ea37c,0x1,..._0xca7286),_0x3ea37c+=_0xca7286['length'];}}return _0x29f937;}(_0x58684d,_0x2254fc);_0x54cf51['length']&&this['_model']['change'](()=>{for(const _0x3e902c of _0x54cf51){const _0x392cd7=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x33a60b,'accept');this['forceDefaultExecution'](()=>_0x392cd7([_0x3e902c],_0x27421d,_0x2c40b3));}});for(const _0x52b440 of _0x3a600b){let _0x57ec24=null,_0x305b60=_0x52b440['start'],_0x4dfec8=_0x52b440['end'];for(const {suggestion:_0x4cdf31,meta:_0x5b2e91}of this['_findSuggestions'](_0x52b440,'formatInline')){if(!_0x5b2e91['isOwn'])continue;if(_0x4cdf31['subType']!=_0x33a60b)continue;if(!Qt(_0x4cdf31,_0x2c40b3))continue;const _0x830d88=_0x4cdf31['getFirstRange']();if(_0x830d88['containsRange'](_0x52b440,!0x0))return null;_0x305b60=_0x305b60['isBefore'](_0x830d88['start'])?_0x305b60:_0x830d88['start'],_0x4dfec8=_0x4dfec8['isAfter'](_0x830d88['end'])?_0x4dfec8:_0x830d88['end'],_0x57ec24?_0x830d88['start']['isBefore'](_0x57ec24['getFirstRange']()['start'])?(_0x57ec24['removeMarkers'](),_0x57ec24=_0x4cdf31):_0x4cdf31['removeMarkers']():_0x57ec24=_0x4cdf31;}const _0x3ac6fc=this['_model']['createRange'](_0x305b60,_0x4dfec8);if(_0x57ec24)this['_setSuggestionRange'](_0x57ec24,_0x3ac6fc);else{const _0x43d11c=_0x161b41(),_0x12e8eb=_0x3ad122['id'];this['_setSuggestionData']({'id':_0x43d11c,'type':'formatInline:'+_0x33a60b,'data':_0x27421d,'createdAt':new Date(),'authorId':_0x12e8eb,'attributes':_0x2c40b3}),this['_addSuggestionMarker']('formatInline:'+_0x33a60b,_0x43d11c,_0x12e8eb,_0x3ac6fc);}}return null;}['markBlockFormat'](_0x1053da,_0x28a22e,_0x2cbaf6=[],_0x527780=null,_0x3028c0={}){_0x28a22e['formatGroupId']||(_0x28a22e['formatGroupId']=_0x28a22e['commandName']),_0x28a22e['multipleBlocks']=_0x1053da['is']('range'),_0x527780=_0x527780||Jt(_0x28a22e);const _0x259fd9=_0x2cbaf6['map'](_0x4abad1=>zt(_0x4abad1,this['_model'])),_0x657015=_0x1053da['is']('range')?_0x1053da:zt(_0x1053da,this['_model']);if('never'===this['_trackFormatChanges']){const _0x5ef631=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x527780,'accept');return this['forceDefaultExecution'](()=>_0x5ef631([_0x657015],_0x28a22e,_0x3028c0)),null;}_0x259fd9['push'](_0x657015);let _0x13c7b5=!0x0;for(const _0x39e3c4 of _0x259fd9)if(!this['_rangeIsInLocalUserInsertion'](_0x39e3c4)){_0x13c7b5=!0x1;break;}if(_0x13c7b5&&'always'!==this['_trackFormatChanges']){const _0x5bb860=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x527780,'accept');return this['forceDefaultExecution'](()=>_0x5bb860([_0x657015],_0x28a22e,_0x3028c0)),null;}let _0x45a330=null,_0x438e85=_0x657015['start'],_0x2620ef=_0x657015['end'];for(const {suggestion:_0x2edd94,meta:_0xd905d8}of this['_findSuggestions'](_0x657015,'formatBlock')){if(!_0xd905d8['isOwn'])continue;if(_0xd905d8['isNextTo']||_0xd905d8['containsRangeInObject']||_0xd905d8['isInsideObject'])continue;if(_0x2edd94['data']['formatGroupId']!=_0x28a22e['formatGroupId'])continue;if(!Qt(_0x2edd94,_0x3028c0))continue;const _0x5b8e97=_0x2edd94['getFirstRange']();if(_0x2edd94['subType']==_0x527780){if(_0x5b8e97['containsRange'](_0x657015,!0x0))return null;_0x438e85=_0x438e85['isBefore'](_0x5b8e97['start'])?_0x438e85:_0x5b8e97['start'],_0x2620ef=_0x2620ef['isAfter'](_0x5b8e97['end'])?_0x2620ef:_0x5b8e97['end'],_0x45a330?_0x5b8e97['start']['isBefore'](_0x45a330['getFirstRange']()['start'])?(_0x45a330['removeMarkers'](),_0x45a330=_0x2edd94):_0x2edd94['removeMarkers']():_0x45a330=_0x2edd94;}else{const _0x37ba2f=_0x657015['getIntersection'](_0x5b8e97);this['_cutOutSuggestionMarker'](_0x2edd94,_0x37ba2f);}}const _0x107855=this['editor']['plugins']['get']('Users')['me'],_0x55056d=_0x161b41(),_0x58c7da=_0x107855['id'];if(_0x45a330)return this['_setSuggestionRange'](_0x45a330,this['_model']['createRange'](_0x438e85,_0x2620ef)),_0x45a330;{const _0x1890b9=this['_setSuggestionData']({'id':_0x55056d,'type':'formatBlock:'+_0x527780,'data':_0x28a22e,'createdAt':new Date(),'authorId':_0x58c7da,'attributes':_0x3028c0});return this['_addSuggestionMarker']('formatBlock:'+_0x527780,_0x55056d,_0x58c7da,this['_model']['createRange'](_0x438e85,_0x2620ef)),_0x1890b9;}}['markMultiRangeBlockFormat'](_0x430986,_0x2c7c57,_0x4698c6=[],_0x366bbc=null,_0x21036b={}){_0x2c7c57['formatGroupId']||(_0x2c7c57['formatGroupId']=_0x2c7c57['commandName']);const _0x26be54=_0x430986[0x0];_0x2c7c57['multipleBlocks']=_0x26be54['is']('range'),_0x366bbc=_0x366bbc||Jt(_0x2c7c57);const _0x43d5c1=_0x4698c6['map'](_0x1a1861=>zt(_0x1a1861,this['_model'])),_0x3d6280=_0x26be54['is']('range')?_0x430986:_0x430986['map'](_0x2aef4e=>zt(_0x2aef4e,this['_model']));if('never'===this['_trackFormatChanges']){const _0x35808b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x366bbc,'accept');return this['forceDefaultExecution'](()=>_0x35808b(_0x3d6280,_0x2c7c57,_0x21036b)),null;}_0x43d5c1['push'](..._0x3d6280);let _0x577cb7=!0x0;for(const _0x54eb96 of _0x43d5c1)if(!this['_rangeIsInLocalUserInsertion'](_0x54eb96)){_0x577cb7=!0x1;break;}if(_0x577cb7&&'always'!==this['_trackFormatChanges']){const _0x4084f8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x366bbc,'accept');return this['forceDefaultExecution'](()=>_0x4084f8(_0x3d6280,_0x2c7c57,_0x21036b)),null;}const _0x16d613=this['editor']['plugins']['get']('Users')['me'];for(const _0x12e5c8 of this['getSuggestions']()){if(_0x12e5c8['author']['id']!=_0x16d613['id'])continue;if('formatBlock'!=_0x12e5c8['type']||_0x12e5c8['data']['formatGroupId']!=_0x2c7c57['formatGroupId'])continue;if(!Qt(_0x12e5c8,_0x21036b))continue;const _0x4da6fa=_0x12e5c8['subType']==_0x366bbc;for(let _0x51b718=0x0;_0x51b718<_0x3d6280['length'];_0x51b718++){const _0x5eae8e=_0x3d6280[_0x51b718];for(const _0x53bfc8 of _0x12e5c8['getMarkers']()){const _0x1fd139=_0x53bfc8['getRange']();if(_0x5eae8e['isEqual'](_0x1fd139)){_0x4da6fa?(_0x3d6280['splice'](_0x51b718,0x1),_0x51b718--):_0x12e5c8['removeMarker'](_0x53bfc8['name']);break;}}}}if(0x0==_0x3d6280['length'])return null;const _0x17138e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x366bbc,'join');for(const _0x573ba3 of this['getSuggestions']())if(_0x573ba3['author']['id']==_0x16d613['id']&&'formatBlock'==_0x573ba3['type']&&_0x573ba3['data']['formatGroupId']==_0x2c7c57['formatGroupId']&&_0x573ba3['subType']==_0x366bbc&&Qt(_0x573ba3,_0x21036b)&&(_0x17138e(_0x573ba3['getRanges'](),_0x3d6280)||_0x17138e(_0x3d6280,_0x573ba3['getRanges']()))){for(const _0x219271 of _0x3d6280)_0x573ba3['addRange'](_0x219271);return _0x573ba3;}const _0x2c839c=_0x161b41(),_0x5e25de=_0x16d613['id'],_0x235e4e='formatBlock:'+_0x366bbc,_0x245ae9=this['_setSuggestionData']({'id':_0x2c839c,'type':_0x235e4e,'data':_0x2c7c57,'createdAt':new Date(),'authorId':_0x5e25de,'attributes':_0x21036b});for(const _0x542586 of _0x3d6280)this['_addSuggestionMarker'](_0x235e4e,_0x2c839c,_0x5e25de,_0x542586,u['getMultiRangeId']());return _0x245ae9;}['markDeletion'](_0x3ff561,_0x23c70b=null,_0xcf56b3={}){if(_0x3ff561['isCollapsed'])return null;const _0x1fb243=this['editor']['plugins']['get']('Users')['me'],_0x61db5e=new _0x3131df(_0x3ff561['start'],_0x3ff561['end']);for(const {suggestion:_0x1af144,meta:_0x22f75f}of this['_findSuggestions'](_0x61db5e,'insertion'))if(_0x22f75f['isOwn']&&!_0x22f75f['isNextTo']){if(_0x1af144['isMultiRange']){const _0x857d13=_0x1af144['getRanges']()['filter'](_0x45840e=>'$graveyard'!=_0x45840e['root']['rootName']);_0x857d13['every'](_0x31172b=>_0x61db5e['containsRange'](_0x31172b,!0x0))&&_0x1af144['discard']();if(_0x857d13['some'](_0xd53645=>_0xd53645['containsRange'](_0x61db5e,!0x0))){const _0x308852=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x23c70b,'accept');return this['forceDefaultExecution'](()=>_0x308852([_0x61db5e],null,_0xcf56b3)),null;}}else{const _0x4531f9=_0x61db5e['getIntersection'](_0x1af144['getFirstRange']());null!==_0x4531f9&&_0x1af144['_onDiscard']([_0x4531f9],null,_0xcf56b3);}}if(_0x61db5e['detach'](),_0x61db5e['isCollapsed']||'$graveyard'==_0x61db5e['root']['rootName'])return null;let _0x9edf10=null,_0x3627f8=_0x61db5e['start'],_0x1352ae=_0x61db5e['end'];const _0x202314=this['_findSuggestions'](_0x61db5e,'deletion');for(const {suggestion:_0x24dcda,meta:_0x3c2b8a}of _0x202314){const _0x272a72=this['_model']['createRange'](_0x3627f8,_0x1352ae);if(_0x3c2b8a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x3c2b8a['containsRangeInObject']&&!_0x3c2b8a['isInsideObject'])){if(_0x24dcda['isMultiRange']){if(!Qt(_0x24dcda,_0xcf56b3))continue;let _0x378275=!0x0;for(const _0x50288e of _0x24dcda['getRanges']()){if(_0x50288e['containsRange'](_0x272a72,!0x0))return _0x24dcda;_0x272a72['containsRange'](_0x50288e)||(_0x378275=!0x1);}_0x378275&&_0x24dcda['discard']();}else{const _0x193eca=_0x24dcda['getFirstRange']();if(_0x193eca['containsRange'](_0x272a72,!0x0))return _0x24dcda;if(!Qt(_0x24dcda,_0xcf56b3)){_0x272a72['containsRange'](_0x193eca)?_0x24dcda['removeMarkers']():_0x193eca['containsPosition'](_0x3627f8)?_0x3627f8=_0x193eca['end']:_0x193eca['containsPosition'](_0x1352ae)&&(_0x1352ae=_0x193eca['start']);continue;}_0x3627f8=_0x3627f8['isBefore'](_0x193eca['start'])?_0x3627f8:_0x193eca['start'],_0x1352ae=_0x1352ae['isAfter'](_0x193eca['end'])?_0x1352ae:_0x193eca['end'],_0xcf56b3=Object['assign']({},_0x24dcda['attributes']),_0x9edf10?_0x193eca['start']['isBefore'](_0x9edf10['getFirstRange']()['start'])?(_0x9edf10['removeMarkers'](),_0x9edf10=_0x24dcda):_0x24dcda['removeMarkers']():_0x9edf10=_0x24dcda;}}}if(_0x9edf10)return this['_setSuggestionRange'](_0x9edf10,this['_model']['createRange'](_0x3627f8,_0x1352ae)),_0x9edf10;{const _0x53c23d=_0x161b41(),_0x30ba54=this['_model']['createRange'](_0x3627f8,_0x1352ae),_0x1fb71c=_0x1fb243['id'],_0x1b7141=_0x23c70b?'deletion:'+_0x23c70b:'deletion',_0x30fc02=this['_setSuggestionData']({'id':_0x53c23d,'type':_0x1b7141,'createdAt':new Date(),'authorId':_0x1fb71c,'attributes':_0xcf56b3});return this['_addSuggestionMarker'](_0x1b7141,_0x53c23d,_0x1fb71c,_0x30ba54),_0x30fc02;}}['markMultiRangeDeletion'](_0x28057e,_0x538901='multi',_0x27c4d6={}){const _0x50ba88=this['editor']['plugins']['get']('Users')['me'],_0x80bad1=_0x28057e['map'](_0x33ce79=>new _0x3131df(_0x33ce79['start'],_0x33ce79['end'])),_0x2d156f=new Set();for(const {suggestion:_0x739f4b,meta:_0x114334}of this['_findSuggestions'](_0x80bad1,'insertion'))_0x114334['isOwn']&&!_0x114334['isNextTo']&&_0x2d156f['add'](_0x739f4b);for(const _0x2afd40 of _0x2d156f)if(_0x2afd40['isMultiRange']){const _0x3924c0=_0x2afd40['getRanges']();(!_0x2afd40['attributes']||!_0x2afd40['attributes']['skipNestingCheck'])&&(_0x3924c0['every'](_0x21101e=>_0x80bad1['some'](_0x2a2919=>_0x2a2919['containsRange'](_0x21101e,!0x0)))&&_0x2afd40['discard']());if(_0x80bad1['every'](_0x4ece1b=>_0x3924c0['some'](_0x28644a=>_0x28644a['containsRange'](_0x4ece1b,!0x0)))){const _0x494cc2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538901,'accept');return this['forceDefaultExecution'](()=>_0x494cc2(_0x28057e,null,_0x27c4d6)),null;}}else{const _0x1bcbbd=_0x2afd40['getFirstRange']();_0x80bad1['some'](_0x1ea531=>_0x1ea531['containsRange'](_0x1bcbbd,!0x0))&&_0x2afd40['discard']();if(_0x80bad1['every'](_0x2f5ebe=>_0x1bcbbd['containsRange'](_0x2f5ebe,!0x0))){const _0x7df3ef=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538901,'accept');return this['forceDefaultExecution'](()=>_0x7df3ef(_0x80bad1,null,_0x27c4d6)),null;}}const _0x5d87af=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538901,'join');let _0x443e63=null;for(const _0x924a2e of this['getSuggestions']())if(_0x924a2e['author']['id']==_0x50ba88['id']&&_0x924a2e['isInContent']&&'deletion'==_0x924a2e['type']&&_0x924a2e['subType']==_0x538901&&Qt(_0x924a2e,_0x27c4d6)&&(_0x5d87af(_0x924a2e['getRanges'](),_0x80bad1)||_0x5d87af(_0x80bad1,_0x924a2e['getRanges']()))){if(_0x443e63){if(_0x924a2e['commentThread']&&_0x924a2e['commentThread']['length'])continue;for(const _0x191980 of _0x924a2e['getRanges']())_0x443e63['isIntersectingWithRange'](_0x191980)||_0x443e63['addRange'](_0x191980);_0x924a2e['removeMarkers']();}else{_0x443e63=_0x924a2e;for(const _0x319c9d of _0x80bad1)_0x924a2e['isIntersectingWithRange'](_0x319c9d)||_0x924a2e['addRange'](_0x319c9d);}}if(_0x443e63)return _0x443e63;_0x2d156f['clear']();for(const {suggestion:_0x1d5917,meta:_0xe01096}of this['_findSuggestions'](_0x80bad1,'deletion'))_0xe01096['isOwn']&&(this['_mergeNestedSuggestions']||!_0xe01096['containsRangeInObject']&&!_0xe01096['isInsideObject'])&&Qt(_0x1d5917,_0x27c4d6)&&_0x2d156f['add'](_0x1d5917);for(const _0xcb8520 of _0x2d156f){const _0x281c20=_0xcb8520['getRanges']();if(!_0x27c4d6||!_0x27c4d6['skipNestingCheck']){if(_0x80bad1['every'](_0x14597e=>_0x281c20['some'](_0x2944d5=>_0x2944d5['containsRange'](_0x14597e,!0x0))))return _0xcb8520;}(!_0xcb8520['attributes']||!_0xcb8520['attributes']['skipNestingCheck'])&&(_0x281c20['every'](_0xd6351=>_0x80bad1['some'](_0x463c69=>_0x463c69['containsRange'](_0xd6351,!0x0)))&&_0xcb8520['discard']());}const _0x33f88d=_0x161b41(),_0x5cbc80=_0x50ba88['id'],_0x2e24e6='deletion:'+_0x538901,_0x418742=this['_setSuggestionData']({'id':_0x33f88d,'type':_0x2e24e6,'createdAt':new Date(),'authorId':_0x5cbc80,'attributes':_0x27c4d6});for(const _0x5ada81 of _0x80bad1)_0x5ada81['detach'](),_0x5ada81['isCollapsed']||'$graveyard'==_0x5ada81['root']['rootName']||this['_addSuggestionMarker'](_0x2e24e6,_0x33f88d,_0x5cbc80,_0x5ada81,u['getMultiRangeId']());return _0x418742;}['markAttributeChange'](_0x2aa5e6,_0x57c7f9,_0x394f00,_0x388c9b,_0xd0454f){if(_0x2aa5e6['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5d51f4=this['editor']['plugins']['get']('Users')['me']['id'],_0x2b9cb1=Array['from'](this['_suggestions']['values']())['filter'](_0x1657da=>'attribute'==_0x1657da['type']&&_0x1657da['data']['key']==_0x57c7f9&&_0x1657da['isIntersectingWithRange'](_0x2aa5e6));if('default'===this['_trackFormatChanges']){const _0xdb4822=this['_findSuggestions'](_0x2aa5e6,'insertion')['filter'](({meta:_0x459c70})=>_0x459c70['isOwn']&&!_0x459c70['isInsideObject']&&!_0x459c70['isNextTo'])['map'](({suggestion:_0x443376})=>_0x443376);_0x2b9cb1['unshift'](..._0xdb4822);}const _0x4e7374=new Map([[_0x2aa5e6,_0x394f00]]);for(const _0x3f7c9a of _0x2b9cb1){const _0x25a1ac='attribute'==_0x3f7c9a['type']?_0x3f7c9a['data']['oldValue']:void 0x0,_0x521300=_0x3f7c9a['getFirstRange'](),_0x1b4e52=Array['from'](_0x4e7374['keys']())['find'](_0x5b8c6c=>_0x5b8c6c['isIntersecting'](_0x521300));if(!_0x1b4e52)continue;const _0x193a85=_0x1b4e52['getDifference'](_0x521300);this['_isBlockAttribute'](_0x57c7f9)&&'insertion'==_0x3f7c9a['type']&&0x0!=_0x193a85['length']||(_0x4e7374['delete'](_0x1b4e52),_0x193a85['forEach'](_0x5c022b=>{_0x4e7374['set'](_0x5c022b,_0x394f00);}),'insertion'!=_0x3f7c9a['type']&&_0x25a1ac!=_0x388c9b&&_0x4e7374['set'](_0x1b4e52['getIntersection'](_0x521300),_0x25a1ac));}const _0x3c255b=[];for(const [_0x1fa6a2,_0x35f2a8]of _0x4e7374){const _0x339fd9=_0x161b41(),_0x4fa0d8={'key':_0x57c7f9,'oldValue':_0x35f2a8,'newValue':_0x388c9b};_0x57c7f9['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':_0x57c7f9});const _0x2d47df=('attribute:'+(_0x57c7f9+'|'+Jt({'newValue':_0x388c9b})))['substring'](0x0,0x3c),_0x1ccc58=this['_setSuggestionData']({'id':_0x339fd9,'type':_0x2d47df,'data':_0x4fa0d8,'createdAt':new Date(),'authorId':_0x5d51f4,'attributes':_0xd0454f});_0x3c255b['push'](_0x1ccc58),this['_addSuggestionMarker'](_0x2d47df,_0x339fd9,_0x5d51f4,_0x1fa6a2);}return _0x3c255b;}['enableDefaultAttributesIntegration'](_0x1500d2){this['enableCommand'](_0x1500d2,(_0x2780a2,..._0x4daf2e)=>{this['_recordAttributeChanges'](()=>{_0x2780a2(..._0x4daf2e);});});}['registerBlockAttribute'](_0x12f7b9){this['_blockAttributeKeys']['add'](_0x12f7b9);}['registerInlineAttribute'](_0x4860d5){this['_inlineAttributeKeys']['add'](_0x4860d5);}['_getAttributeKey'](_0x45d210){return'attribute'==_0x45d210['type']?_0x45d210['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x53495f,_0x219cf2){const _0x10bb1d=_0x53495f['getFirstMarker']();this['_model']['change'](_0x4c62ff=>{_0x4c62ff['updateMarker'](_0x10bb1d,{'range':_0x219cf2});});}['_addThreadToSuggestion'](_0x18808f){const _0x335c65=_0x18808f['id'],_0x3ad7da=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x335c65)||this['_commentsRepository']['addCommentThread']({'channelId':_0x3ad7da,'threadId':_0x335c65,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4fb7a9=this['_commentsRepository']['getCommentThread'](_0x335c65);_0x4fb7a9['unbind']('isRemovable'),_0x4fb7a9['isRemovable']=!0x1,_0x18808f['commentThread']=_0x4fb7a9;}['_checkSuggestionCorrectness'](_0x24b3a1,_0x284a0e,_0x10f0e4,_0x4e1e92){if(_0x24b3a1['type']!=_0x284a0e||_0x24b3a1['subType']!=_0x10f0e4||_0x24b3a1['creator']['id']!=_0x4e1e92)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x363806('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x56a70c,_0x3de4a9){const _0x1043ec=_0x56a70c['getFirstRange']();if(_0x3de4a9['isEqual'](_0x1043ec))_0x56a70c['removeMarkers']();else{if(_0x1043ec['containsRange'](_0x3de4a9)){const _0x16184b=this['_model']['createPositionAt'](_0x3de4a9['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x56a70c,this['_model']['createRange'](_0x1043ec['start'],_0x16184b));const _0x299498=_0x161b41(),_0x208c01=_0x56a70c['creator']['id'],_0x1a3b9e=_0x56a70c['type']+':'+_0x56a70c['subType'];this['_setSuggestionData']({'id':_0x299498,'type':_0x1a3b9e,'createdAt':new Date(),'authorId':_0x208c01,'data':_0x56a70c['data'],'attributes':_0x56a70c['attributes']});const _0x13ed52=this['_model']['createPositionAt'](_0x3de4a9['end']['parent'],'after'),_0x3ac880=this['_model']['createRange'](_0x13ed52,_0x1043ec['end']);this['_addSuggestionMarker'](_0x1a3b9e,_0x299498,_0x208c01,_0x3ac880);}else{if(_0x1043ec['containsPosition'](_0x3de4a9['start'])){const _0x8daa77=this['_model']['createPositionAt'](_0x3de4a9['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x56a70c,this['_model']['createRange'](_0x1043ec['start'],_0x8daa77));}else{const _0x48a061=this['_model']['createPositionAt'](_0x3de4a9['end']['parent'],'after');this['_setSuggestionRange'](_0x56a70c,this['_model']['createRange'](_0x48a061,_0x1043ec['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x10b694){for(const {suggestion:_0x4d1e4e,meta:_0x26bfe7}of this['_findSuggestions'](_0x10b694,'insertion')){if(!_0x26bfe7['isOwn'])continue;const _0x594822=_0x4d1e4e['getRanges']();for(const _0x55bbfd of _0x594822)if(!_0x10b694['getDifference'](_0x55bbfd)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x5241c2){const _0x1c641c=this['editor']['plugins']['get']('Users')['getUser'](_0x5241c2);if(!_0x1c641c)throw new _0x363806('track-changes-user-not-found',this);return _0x1c641c;}['_getExternalAuthor'](_0x205311){const _0xa3dd6=this['editor']['plugins']['get']('Users'),_0x31182b=_0xc40bc9('external:'+_0x205311),_0x5db1eb=_0xa3dd6['getUser'](_0x31182b);return _0x5db1eb||_0xa3dd6['addUser']({'id':_0x31182b,'name':_0x205311});}['_createSuggestion'](_0x539d3f,_0x2301a5,_0x4a0ca4,_0x33e193,_0x374936){const _0x3a36d5=this['_getAuthorFromId'](_0x33e193),_0x1ebddc=this['_suggestionFactory']['buildSuggestion'](_0x539d3f,_0x2301a5,_0x4a0ca4,_0x3a36d5,_0x374936,_0x471217=>{this['_updateSuggestionData'](_0x4a0ca4,{'attributes':_0x471217});const _0x5fc7f9=this['getSuggestion'](_0x4a0ca4);this['_joinWithAdjacentSuggestions'](new Set([_0x5fc7f9])),this['_refreshSuggestionsChain'](new Set([_0x5fc7f9]));});return this['listenTo'](_0x1ebddc,'accept',()=>{this['_updateSuggestionData'](_0x4a0ca4,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1ebddc,'discard',()=>{this['_updateSuggestionData'](_0x4a0ca4,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x4a0ca4,_0x1ebddc),this['_suggestionState']['set'](_0x1ebddc,'notReady'),_0x1ebddc;}['_splitMarkerName'](_0xd80bed){const _0x209d3d=_0xd80bed['split'](':');return{'group':_0x209d3d[0x0],'type':_0x209d3d[0x1],'subType':_0x209d3d['length']>=0x5?_0x209d3d[0x2]:null,'id':_0x209d3d['length']<0x5?_0x209d3d[0x2]:_0x209d3d[0x3],'authorId':_0x209d3d['length']<0x5?_0x209d3d[0x3]:_0x209d3d[0x4],'markerCount':0x6==_0x209d3d['length']?_0x209d3d[0x5]:null};}['_breakSuggestionMarker'](_0x1ee4c0,_0x1c79a8,_0x4384b4){const _0xc25761=_0x1ee4c0['getFirstRange'](),_0xb0d88d=_0xc25761['start'],_0x4d77fb=_0xc25761['end'];this['_setSuggestionRange'](_0x1ee4c0,this['_model']['createRange'](_0xb0d88d,_0x1c79a8));const _0x43810c=_0x161b41(),_0x52b8b6=_0x1ee4c0['creator']['id'],_0x48d094=_0x1ee4c0['type']+(_0x1ee4c0['subType']?':'+_0x1ee4c0['subType']:'');this['_setSuggestionData']({'id':_0x43810c,'type':_0x48d094,'createdAt':new Date(),'authorId':_0x52b8b6,'originalSuggestionId':_0x1ee4c0['id'],'attributes':_0x1ee4c0['attributes'],'data':_0x1ee4c0['data']});const _0x1cd6be=this['_getAttributeKey'](_0x1ee4c0);('formatBlock'==_0x1ee4c0['type']||_0x1cd6be&&this['_isBlockAttribute'](_0x1cd6be))&&(_0x4384b4=this['_model']['createPositionBefore'](_0x4384b4['parent'])),this['_addSuggestionMarker'](_0x48d094,_0x43810c,_0x52b8b6,this['_model']['createRange'](_0x4384b4,_0x4d77fb));}['_findSuggestions'](_0x279e6a,_0x47001b=null){const _0x431e90=[],_0x285396=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x279e6a)||(_0x279e6a=[_0x279e6a]);for(const _0xc899a3 of this['getSuggestions']()){if(!_0xc899a3['isInContent'])continue;if(_0x47001b&&_0xc899a3['type']!=_0x47001b)continue;let _0x3492b2=!0x1;for(const _0x534f47 of _0xc899a3['getRanges']()){for(const _0x1d3b3e of _0x279e6a){const _0x327a1c=_0x1d3b3e['start']['isEqual'](_0x534f47['end'])||_0x1d3b3e['end']['isEqual'](_0x534f47['start']);if(_0x327a1c||_0x1d3b3e['getIntersection'](_0x534f47)){const _0x4a30a2=_0x1d3b3e['containsRange'](_0x534f47)&&Gt(this['_model']['schema'],_0x534f47['start'],_0x1d3b3e),_0x50f6c2=_0x534f47['containsRange'](_0x1d3b3e)&&Gt(this['_model']['schema'],_0x1d3b3e['start'],_0x534f47);_0x431e90['push']({'suggestion':_0xc899a3,'meta':{'isOwn':_0x285396==_0xc899a3['author'],'isNextTo':_0x327a1c,'isInsideObject':_0x4a30a2,'containsRangeInObject':_0x50f6c2}}),_0x3492b2=!0x0;break;}}if(_0x3492b2)break;}}return _0x431e90;}['_addSuggestionMarker'](_0x9a57c8,_0x5d6443,_0x2e01ad,_0x5bf17d,_0x2a7008){this['_model']['change'](_0x4afb38=>{let _0x3ff49b='suggestion:'+_0x9a57c8+':'+_0x5d6443+':'+_0x2e01ad;_0x2a7008&&(_0x3ff49b=_0x3ff49b+':'+_0x2a7008),_0x4afb38['addMarker'](_0x3ff49b,{'range':_0x5bf17d,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x998602){const _0x2af626=_0x998602['previous'],_0x4bbb42=_0x998602['next'];_0x998602['previous']=null,_0x998602['next']=null,null!=_0x2af626&&_0x2af626['next']==_0x998602&&(_0x2af626['next']=_0x4bbb42),null!=_0x4bbb42&&_0x4bbb42['previous']==_0x998602&&(_0x4bbb42['previous']=_0x2af626),'ready'==this['_suggestionState']['get'](_0x998602)&&(this['_suggestionState']['set'](_0x998602,'removed'),this['fire']('suggestionUnloaded',_0x998602,_0x2af626,_0x4bbb42));}['_setSuggestionData'](_0x1cb670){const _0x29a262=_0x1cb670['id'],_0x3b6259=this['addSuggestionData'](_0x1cb670);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x148563=this['editor']['plugins']['get']('PendingActions'),_0x41bc58=_0x3b6259['hasComments'],_0x430d56=_0x3b6259['subType']?_0x3b6259['type']+':'+_0x3b6259['subType']:_0x3b6259['type'],_0x108feb=this['editor']['locale'],_0x5cc19a=_0x148563['add'](o(_0x108feb,'PENDING_ACTION_SUGGESTION')),_0x21bab3={'id':_0x29a262,'type':_0x430d56,'hasComments':_0x41bc58,'data':_0x1cb670['data']||null,'originalSuggestionId':_0x1cb670['originalSuggestionId']||null,'attributes':_0x3b6259['attributes']};this['_adapter']['addSuggestion'](_0x21bab3)['then'](_0x41d2d9=>{_0x3b6259['_saved']=!0x0,_0x148563['remove'](_0x5cc19a),_0x41d2d9&&_0x41d2d9['createdAt']&&(this['_suggestions']['get'](_0x29a262)['createdAt']=_0x41d2d9['createdAt']);})['catch'](_0x5d70f4=>{throw _0x1249e('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3b6259['discard']();}),_0x3b6259['stopListening'](),this['_suggestions']['delete'](_0x3b6259['id']),this['_suggestionState']['delete'](_0x3b6259),_0x5d70f4;});}return _0x3b6259;}['_isBlockAttribute'](_0x2371e2){return this['_blockAttributeKeys']['has'](_0x2371e2);}['_updateSuggestionData'](_0x15c14d,_0x24d763){const _0x25d996=this['editor']['plugins']['get']('PendingActions'),_0x165661=this['getSuggestion'](_0x15c14d);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x165661['_saved']){const _0x5dd855=_0x25d996['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x15c14d,_0x24d763)['then'](()=>{_0x25d996['remove'](_0x5dd855);});}else _0x165661['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x15c14d,_0x24d763);});}}['_getSuggestionData'](_0x2de360){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x363806('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2de360);}['_handleNewSuggestionMarker'](_0x223e7d){const {id:_0x40ab20,type:_0x2ebfd2,subType:_0x4c254f,authorId:_0x679b04}=this['_splitMarkerName'](_0x223e7d),_0x40ea20=this['_suggestions']['get'](_0x40ab20)||this['_createSuggestion'](_0x2ebfd2,_0x4c254f,_0x40ab20,_0x679b04,{});switch(this['_checkSuggestionCorrectness'](_0x40ea20,_0x2ebfd2,_0x4c254f,_0x679b04),this['_suggestionState']['get'](_0x40ea20)){case'notReady':this['_getSuggestionData'](_0x40ab20)['then'](_0x1efb63=>{let _0x4f9356=Promise['resolve']();_0x1efb63['hasComments']&&(_0x4f9356=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x40ab20})),_0x4f9356['then'](()=>{this['addSuggestionData'](_0x1efb63)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x40ea20,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x40ab20,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x40ea20,'ready'),this['fire']('suggestionLoaded',_0x40ea20);break;case'ready':this['fire']('suggestionChanged',_0x40ea20);}return _0x40ea20['addMarkerName'](_0x223e7d),_0x40ea20;}['_refreshSuggestionsChain'](_0x216af5){const _0x39d9f6=Array['from'](_0x216af5),_0x49db70=_0x39d9f6['filter'](_0x434058=>'attribute'==_0x434058['type']);this['_refreshAttributeSuggestionsChain'](_0x49db70);const _0x56a2a5=_0x39d9f6['filter'](_0xbedcc=>!_0xbedcc['isMultiRange']&&'attribute'!=_0xbedcc['type']),_0x51dcf9=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x334de0=>!_0x334de0['isMultiRange']&&'attribute'!=_0x334de0['type']),_0x27b55c=_0x51dcf9['filter'](_0x200c0b=>!_0x216af5['has'](_0x200c0b)),_0xa54551=new Map(_0x51dcf9['map'](_0xe273c9=>[_0xe273c9,this['_suggestionFactory']['getSuggestionCallback'](_0xe273c9['type'],_0xe273c9['subType'],'chain')])),_0x5c09c9=new Map(_0x51dcf9['map'](_0x58e36e=>[_0x58e36e,_0x58e36e['getFirstRange']()])),_0x4cd92a=new Set(),_0x4b21dd=new Set();for(let _0x50b997=0x0;_0x50b997<_0x56a2a5['length'];_0x50b997++)_0x175d9b(_0x56a2a5[_0x50b997],_0x56a2a5,_0x50b997+0x1);for(let _0x11aaf4=0x0;_0x11aaf4<_0x56a2a5['length'];_0x11aaf4++)_0x175d9b(_0x56a2a5[_0x11aaf4],_0x27b55c,0x0);const _0x502e1a=new Set();for(let _0x3783b3=0x0;_0x3783b3<_0x56a2a5['length'];_0x3783b3++){const _0x4f0887=_0x56a2a5[_0x3783b3];!_0x4b21dd['has'](_0x4f0887)&&_0x4f0887['previous']&&(_0x502e1a['add'](_0x4f0887['previous']),_0x4f0887['previous']['next']===_0x4f0887&&(_0x4f0887['previous']['next']=null),_0x4f0887['previous']=null),!_0x4cd92a['has'](_0x4f0887)&&_0x4f0887['next']&&(_0x502e1a['add'](_0x4f0887['next']),_0x4f0887['next']['previous']===_0x4f0887&&(_0x4f0887['next']['previous']=null),_0x4f0887['next']=null);}function _0x175d9b(_0x500ff7,_0x3b4d4e,_0xc4e626){for(let _0x22c92d=_0xc4e626;_0x22c92d<_0x3b4d4e['length'];_0x22c92d++){const _0x29536c=_0x35ccc8(_0x500ff7,_0x3b4d4e[_0x22c92d]);_0x29536c&&(_0x29536c[0x0]['next']=_0x29536c[0x1],_0x29536c[0x1]['previous']=_0x29536c[0x0],_0x4cd92a['add'](_0x29536c[0x0]),_0x4b21dd['add'](_0x29536c[0x1]));}}function _0x35ccc8(_0xbefeee,_0x5d873d){if(_0xbefeee['author']['id']!==_0x5d873d['author']['id'])return null;const _0x57ec0d=_0xa54551['get'](_0xbefeee)(_0xbefeee,_0x5d873d,_0x5c09c9['get'](_0xbefeee),_0x5c09c9['get'](_0x5d873d));if(!_0x57ec0d)return null;return _0xa54551['get'](_0x5d873d)(_0xbefeee,_0x5d873d,_0x5c09c9['get'](_0xbefeee),_0x5c09c9['get'](_0x5d873d))?_0x57ec0d[0x1]['commentThread']&&_0x57ec0d[0x1]['commentThread']['length']?null:_0x57ec0d:null;}_0x502e1a['size']&&this['_refreshSuggestionsChain'](_0x502e1a);}['_refreshAttributeSuggestionsChain'](_0x4f7928){if(0x0==_0x4f7928['length'])return;const _0x463545=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x386c2e=>'attribute'==_0x386c2e['type']&&_0x386c2e['_isDataLoaded']),_0x2669ae=[],_0x3ae5b1=new Map();for(const _0x139f22 of _0x463545){const _0x174dec=_0xc40bc9(_0x139f22['attributes']);_0x3ae5b1['has'](_0x174dec)||(_0x3ae5b1['set'](_0x174dec,_0x2669ae['length']),_0x2669ae['push']([]));const _0x598725=_0x3ae5b1['get'](_0x174dec);_0x2669ae[_0x598725]['push'](_0x139f22);}!(function(){_0x2669ae['sort']((_0x20d9b3,_0x2f4cd8)=>{const _0x34a000=_0x20d9b3[0x0]['createdAt'],_0xbc623e=_0x2f4cd8[0x0]['createdAt'];return _0x34a000==_0xbc623e?_0x20d9b3[0x0]['attributes']['groupId']<_0x2f4cd8[0x0]['attributes']['groupId']?-0x1:0x1:_0x34a000<_0xbc623e?-0x1:0x1;});for(const _0x3e4672 of _0x2669ae)_0x3e4672['sort']((_0x1ae7a7,_0x35d81d)=>_0x1ae7a7['id']<_0x35d81d['id']?-0x1:0x1);}());for(let _0x4764bc=0x0;_0x4764bc<_0x2669ae['length'];_0x4764bc++){if(0x0==_0x2669ae[_0x4764bc]['length'])continue;const _0x197f85=[];for(let _0x4dc92e=_0x4764bc+0x1;_0x4dc92e<_0x2669ae['length'];_0x4dc92e++)0x0!=_0x2669ae[_0x4dc92e]['length']&&_0x28581b(_0x2669ae[_0x4764bc],_0x2669ae[_0x4dc92e])&&_0x197f85['push'](_0x4dc92e);for(const _0x11e4fb of _0x197f85)_0x2669ae[_0x4764bc]=_0x2669ae[_0x4764bc]['concat'](_0x2669ae[_0x11e4fb]),_0x2669ae[_0x11e4fb]=[];}for(const _0x1a1507 of _0x2669ae)for(let _0x43e58d=0x0;_0x43e58d<_0x1a1507['length'];_0x43e58d++){const _0x17d4b0=_0x1a1507[_0x43e58d+0x1]||null;_0x1a1507[_0x43e58d]['next']!==_0x17d4b0&&(_0x1a1507[_0x43e58d]['next']=_0x17d4b0);}for(const _0x3b6dbf of _0x2669ae)for(let _0x5bf18d=0x0;_0x5bf18d<_0x3b6dbf['length'];_0x5bf18d++){const _0x466d21=_0x3b6dbf[_0x5bf18d-0x1]||null;_0x3b6dbf[_0x5bf18d]['previous']!==_0x466d21&&(_0x3b6dbf[_0x5bf18d]['previous']=_0x466d21);}function _0x28581b(_0x5e1ef0,_0x23e7c8){if(_0x5e1ef0[0x0]['attributes']['groupId']!==_0x23e7c8[0x0]['attributes']['groupId']&&_0x5e1ef0[0x0]['author']!==_0x23e7c8[0x0]['author'])return!0x1;if(!function(_0x172035,_0x641a65){if(!_0x172035['hasComments']&&!_0x641a65['hasComments'])return!0x0;if(_0x172035['hasComments']&&_0x641a65['hasComments'])return!0x1;if(_0x172035['hasComments']&&_0x641a65['createdAt']<_0x172035['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x641a65['hasComments']&&_0x172035['createdAt']<_0x641a65['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x5e1ef0[0x0],_0x23e7c8[0x0]))return!0x1;const _0x156d68=Vt(_0x5e1ef0[0x0]['attributes'],'groupId'),_0x3d0716=Vt(_0x23e7c8[0x0]['attributes'],'groupId');if(!_0x57f90c(_0x156d68,_0x3d0716))return!0x1;return!!_0x5e1ef0['every'](_0x13066e=>_0x23e7c8['some'](_0x1cbd7c=>_0x13066e['getFirstRange']()['isEqual'](_0x1cbd7c['getFirstRange']())))&&_0x23e7c8['every'](_0xbea324=>_0x5e1ef0['some'](_0x2fed6d=>_0xbea324['getFirstRange']()['isEqual'](_0x2fed6d['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x388136){const _0x456ede=Array['from'](_0x388136),_0x73c864=this['getSuggestions']({'skipNotAttached':!0x0}),_0x22e55f=_0x73c864['filter'](_0x123c2e=>!_0x388136['has'](_0x123c2e)),_0x4891d6=new Map(_0x456ede['map'](_0x51cf48=>[_0x51cf48,this['_suggestionFactory']['getSuggestionCallback'](_0x51cf48['type'],_0x51cf48['subType'],'join')])),_0x59d952=new Map(_0x73c864['map'](_0x4c7723=>[_0x4c7723,_0x4c7723['getRanges']()]));for(let _0x131bf9=0x0;_0x131bf9<_0x456ede['length'];_0x131bf9++){if(_0xac9287(this,_0x456ede[_0x131bf9],_0x456ede,_0x131bf9+0x1))return!0x0;}for(let _0x4bc37e=0x0;_0x4bc37e<_0x456ede['length'];_0x4bc37e++){if(_0xac9287(this,_0x456ede[_0x4bc37e],_0x22e55f,0x0))return!0x0;}return!0x1;function _0xac9287(_0x3c4ca4,_0x34c024,_0x11e57c,_0x4a20db){for(let _0x2c3aeb=_0x4a20db;_0x2c3aeb<_0x11e57c['length'];_0x2c3aeb++){const _0x51b0aa=_0x11e57c[_0x2c3aeb];if(_0x51b0aa['type']!==_0x34c024['type']||_0x51b0aa['author']['id']!==_0x34c024['author']['id']||_0x51b0aa['subType']!==_0x34c024['subType'])continue;if(!Wt(_0x34c024,_0x51b0aa))continue;if('attribute'==_0x34c024['type']&&_0x34c024['data']['oldValue']!=_0x51b0aa['data']['oldValue'])continue;if('attribute'==_0x34c024['type']&&_0x3c4ca4['_isBlockAttribute'](_0x34c024['data']['key']))continue;if('formatBlock'==_0x34c024['type']){const _0x3876a1=_0x3c4ca4['editor']['model'],_0x4b98b7=_0x34c024['getContainedElement']();if(_0x4b98b7&&(_0x3876a1['schema']['isObject'](_0x4b98b7)||_0x3876a1['schema']['isLimit'](_0x4b98b7)))continue;}const _0x5b4d1b=_0x4891d6['get'](_0x34c024),_0x5e5dab=_0x59d952['get'](_0x34c024),_0x246698=_0x59d952['get'](_0x51b0aa),_0x26a2f5=_0x34c024['commentThread']&&_0x34c024['commentThread']['length'],_0x5a19e9=_0x51b0aa['commentThread']&&_0x51b0aa['commentThread']['length'];if(!_0x26a2f5&&_0x5b4d1b(_0x246698,_0x5e5dab))return _0x3c4ca4['_joinSuggestions'](_0x51b0aa,_0x34c024),_0x59d952['delete'](_0x34c024),!0x0;if(!_0x5a19e9&&_0x5b4d1b(_0x5e5dab,_0x246698))return _0x3c4ca4['_joinSuggestions'](_0x34c024,_0x51b0aa),_0x59d952['delete'](_0x51b0aa),!0x0;}return!0x1;}}['_joinSuggestions'](_0x463ccc,_0x541df3){if(_0x463ccc['isMultiRange']){for(const _0x2146b9 of _0x541df3['getRanges']())_0x463ccc['addRange'](_0x2146b9);}else{const _0x321f27=_0x541df3['getFirstRange']()['end'];this['_setSuggestionRange'](_0x463ccc,this['_model']['createRange'](_0x463ccc['getFirstRange']()['start'],_0x321f27));}_0x541df3['removeMarkers']();}['_getMarkerAnnouncementText'](_0x536088,_0x4a330c,_0x2d027f){const _0x3c8bcc=_0x536088['startsWith']('format')||_0x536088['startsWith']('attribute')?'FORMATTING':_0x536088['toUpperCase']();return o(this['editor']['locale'],_0x4a330c+'_'+_0x3c8bcc+'_SUGGESTION_ANNOUNCEMENT',_0x2d027f);}['_initAriaMarkerChangeAnnouncements'](){const _0x59045c=this['editor'];if(!_0x59045c['ui'])return;const {ariaLiveAnnouncer:_0x25b1dd}=_0x59045c['ui'];_0x3a64cd(this['_model'],({left:_0x2eb9e7,entered:_0x3583d3})=>{for(const _0x27fb7c of _0x2eb9e7){const {group:_0x4226ec,type:_0x408489}=this['_splitMarkerName'](_0x27fb7c['name']);if('suggestion'===_0x4226ec){_0x25b1dd['announce'](this['_getMarkerAnnouncementText'](_0x408489,'LEAVE'));break;}}for(const _0x10d6c5 of _0x3583d3){const {group:_0x79d45f,type:_0x3dda44}=this['_splitMarkerName'](_0x10d6c5['name']);if('suggestion'===_0x79d45f){_0x25b1dd['announce'](this['_getMarkerAnnouncementText'](_0x3dda44,'ENTER',_0x210a24(_0x959940)));break;}}});}['_processAttributeChanges'](_0x6bc5be){if(this['_recordAttributeSuggestions'])return!0x1;const _0x1baf17=this['editor'],_0x4df6e7=_0x1baf17['model']['document']['differ']['getChanges']();if(0x0==_0x4df6e7['length'])return!0x1;const _0xd83d68=[],_0xefdc59=_0x4df6e7['filter'](_0x2cfd5b=>'attribute'==_0x2cfd5b['type']),_0x5ca10b=_0x4df6e7['filter'](_0x3d4064=>'insert'==_0x3d4064['type']&&'$text'!=_0x3d4064['name']),_0x2c902a=_0x4df6e7['filter'](_0x157d0b=>'remove'==_0x157d0b['type']&&'$text'!=_0x157d0b['name']);for(const _0x5299bb of _0xefdc59)_0xd83d68['push']({'key':_0x5299bb['attributeKey'],'newValue':_0x5299bb['attributeNewValue'],'oldValue':_0x5299bb['attributeOldValue'],'range':qt(_0x5299bb['range'],_0x1baf17['model'])});for(const _0x93f6ad of _0x5ca10b){const _0x3c2ef3=_0x2c902a['find'](_0x5dc991=>_0x5dc991['position']['isEqual'](_0x93f6ad['position']));_0x3c2ef3&&_0xd83d68['push']({'key':m,'newValue':_0x93f6ad['name'],'oldValue':_0x3c2ef3['name'],'range':_0x1baf17['model']['createRangeOn'](_0x93f6ad['position']['nodeAfter'])});}return 0x0!=_0xd83d68['length']&&this['_reduceExistingSuggestions'](_0x6bc5be,_0xd83d68);}['_processAttributeSuggestions'](_0x311424){let _0x4c0282=!0x1;const _0xfea724=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x416962=>_0x416962['data']['newRange']&&_0x416962['name']['startsWith']('suggestion:attribute:'));for(const _0xaaea80 of _0xfea724){const {subType:_0x18e146,id:_0x17eb05}=this['_splitMarkerName'](_0xaaea80['name']),_0x545017=_0x18e146['split']('|')[0x0];for(const _0x1de6a9 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x1de6a9['id']!=_0x17eb05&&'attribute'==_0x1de6a9['type']&&_0x1de6a9['data']&&_0x1de6a9['data']['key']==_0x545017&&_0x1de6a9['getFirstRange']()['isIntersecting'](_0xaaea80['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x1de6a9,_0xaaea80['data']['newRange'],_0x311424),_0x4c0282=!0x0);}return _0x4c0282;}['_recordAttributeChanges'](_0x4c00cc){this['_recordAttributeSuggestions']=!0x0,_0x4c00cc();}['_isRegisteredAttribute'](_0x3f4d2d){const _0x26dae2=this['_isBlockAttribute'](_0x3f4d2d),_0x57fe24=this['_inlineAttributeKeys']['has'](_0x3f4d2d);return _0x26dae2||_0x57fe24;}['_reduceExistingSuggestions'](_0x3df8d9,_0x3e1d61){if(0x0==_0x3e1d61['length'])return!0x1;let _0x42a70d=!0x1;for(const _0x29e987 of _0x3e1d61){const _0x245535=this['_findSuggestions'](_0x29e987['range'],'attribute')['filter'](_0x4e50bc=>!_0x4e50bc['meta']['isNextTo'])['map'](_0x19d4d0=>_0x19d4d0['suggestion']),_0x336b69=_0xc40bc9({'newValue':_0x29e987['newValue']});_0x245535['filter'](_0x4bd695=>{const [_0x17cc1b,_0x1dc4c4]=_0x4bd695['subType']['split']('|');return _0x17cc1b==_0x29e987['key']&&_0x1dc4c4!=_0x336b69;})['forEach'](_0x1df768=>{this['_reduceSuggestionAttributeRange'](_0x1df768,_0x29e987['range'],_0x3df8d9),_0x42a70d=!0x0;});}return _0x42a70d;}['_reduceSuggestionAttributeRange'](_0x23d850,_0xf968fb,_0x4394f8){const _0x5b7837=_0x23d850['getFirstRange']()['getDifference'](_0xf968fb);0x0!==_0x5b7837['length']?0x1!==_0x5b7837['length']?this['_breakSuggestionMarker'](_0x23d850,_0xf968fb['start'],_0xf968fb['end']):this['_setSuggestionRange'](_0x23d850,_0x5b7837[0x0]):_0x4394f8['removeMarker'](_0x23d850['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x5f08ec){this['_editor']=_0x5f08ec,this['_model']=_0x5f08ec['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3d21ce,_0x24fa7b,_0x1f8680,_0x273a20,_0x3ef177,_0x26ffee){return new u(this['_model'],{'type':_0x3d21ce,'subType':_0x24fa7b,'id':_0x1f8680,'author':_0x273a20,'creator':_0x273a20,'attributes':_0x3ef177,'onAttributesChange':_0x26ffee,'onAccept':(..._0x5ccb4e)=>this['getSuggestionCallback'](_0x3d21ce,_0x24fa7b,'accept')(..._0x5ccb4e),'onDiscard':(..._0x5c2ce8)=>this['getSuggestionCallback'](_0x3d21ce,_0x24fa7b,'discard')(..._0x5c2ce8)});}['registerCustomCallback'](_0x6de628,_0x35fe3f,_0x454044,_0x388cce){const _0xdea564=_0x6de628+':'+_0x35fe3f+':'+_0x454044;this['_customCallbacks']['set'](_0xdea564,_0x388cce);}['getSuggestionCallback'](_0x20e66b,_0x31ed10,_0x4b5de1){const _0x1d4d09=_0x20e66b+':'+_0x31ed10+':'+_0x4b5de1;return this['_customCallbacks']['get'](_0x1d4d09)||this['_defaultCallbacks']['get'](_0x20e66b+':'+_0x4b5de1);}['_registerDefaultCallbacks'](){const _0x14a331=()=>!0x1,_0x1f5199=_0x371398=>{_0x371398['sort']((_0x58e9f2,_0x4ec630)=>_0x58e9f2['start']['isBefore'](_0x4ec630['start'])?0x1:-0x1),this['_model']['change'](_0x1c8cf5=>{for(const _0x4abd80 of _0x371398){let _0xd0444f;_0xd0444f=_0x4abd80['end']['isAtEnd']&&_0x4abd80['end']['parent']==_0x4abd80['start']['nodeAfter']?_0x1c8cf5['createSelection'](_0x4abd80['start']['nodeAfter'],'on'):_0x1c8cf5['createSelection'](_0x4abd80),this['_model']['deleteContent'](_0xd0444f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x263fc6=(_0x535156,_0x26d84d)=>{_0x26d84d&&this['_model']['change'](_0x1e1468=>{const {commandName:_0x13adc1,commandParams:_0x30e33d=[]}=_0x26d84d,_0x146e53=_0x535156['map'](_0x2cf0c4=>(Ft(_0x2cf0c4)&&(_0x2cf0c4=this['_model']['createRange'](_0x2cf0c4['end'])),_0x2cf0c4))['filter'](_0x52604d=>'$graveyard'!==_0x52604d['root']['rootName']);if(_0x146e53['length']<0x1)return;const _0x279d97=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x224715=>_0x3131df['fromRange'](_0x224715));_0x1e1468['setSelection'](_0x146e53);for(const _0x27139e of this['_editor']['commands']['commands']())_0x27139e['refresh']();_0x30e33d['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x13adc1,..._0x30e33d);const _0x18e3fc=_0x279d97['filter'](_0x54e49f=>'$graveyard'!=_0x54e49f['root']['rootName']);_0x18e3fc['length']>0x0&&_0x1e1468['setSelection'](_0x18e3fc);for(const _0x946b77 of _0x279d97)_0x946b77['detach']();});},_0x498676=(_0x1ac64e,_0xa33dda)=>0x1==_0x1ac64e['length']&&0x1==_0xa33dda['length']&&_0x1ac64e[0x0]['end']['isEqual'](_0xa33dda[0x0]['start']),_0xa3fd86=(_0x1ebcfa,_0x354abf,_0x51b5f8,_0x3659bc)=>Kt(_0x1ebcfa,_0x354abf,_0x51b5f8,_0x3659bc)?[_0x1ebcfa,_0x354abf]:Kt(_0x354abf,_0x1ebcfa,_0x3659bc,_0x51b5f8)?[_0x354abf,_0x1ebcfa]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x14a331),this['_defaultCallbacks']['set']('insertion:discard',_0x1f5199),this['_defaultCallbacks']['set']('insertion:join',_0x498676),this['_defaultCallbacks']['set']('insertion:chain',_0xa3fd86),this['_defaultCallbacks']['set']('deletion:accept',_0x1f5199),this['_defaultCallbacks']['set']('deletion:discard',_0x14a331),this['_defaultCallbacks']['set']('deletion:join',_0x498676),this['_defaultCallbacks']['set']('deletion:chain',_0xa3fd86),this['_defaultCallbacks']['set']('formatInline:accept',_0x263fc6),this['_defaultCallbacks']['set']('formatInline:discard',_0x14a331),this['_defaultCallbacks']['set']('formatInline:join',_0x498676),this['_defaultCallbacks']['set']('formatInline:chain',_0x14a331),this['_defaultCallbacks']['set']('formatBlock:accept',_0x263fc6),this['_defaultCallbacks']['set']('formatBlock:discard',_0x14a331),this['_defaultCallbacks']['set']('formatBlock:join',_0x498676),this['_defaultCallbacks']['set']('formatBlock:chain',_0x14a331),this['_defaultCallbacks']['set']('attribute:accept',_0x14a331),this['_defaultCallbacks']['set']('attribute:discard',(_0x3356e4,_0x2d3be4)=>{if(!_0x2d3be4)return;const _0x3a7fae=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x4b26f9=>{if(_0x2d3be4['key']==m)for(const _0x3198af of _0x3356e4){const _0x50768b=_0x3198af['start']['nodeAfter'],_0xe76426=_0x2d3be4['oldValue'];_0x4b26f9['rename'](_0x50768b,_0xe76426);}else{if(_0x3a7fae['_isBlockAttribute'](_0x2d3be4['key'])){for(const _0x2f3ecf of _0x3356e4)void 0x0!==_0x2d3be4['oldValue']?_0x4b26f9['setAttribute'](_0x2d3be4['key'],_0x2d3be4['oldValue'],_0x2f3ecf['start']['nodeAfter']):_0x4b26f9['removeAttribute'](_0x2d3be4['key'],_0x2f3ecf['start']['nodeAfter']);}else{for(const _0x19087b of _0x3356e4)_0x2d3be4['oldValue']?_0x4b26f9['setAttribute'](_0x2d3be4['key'],_0x2d3be4['oldValue'],_0x19087b):_0x4b26f9['removeAttribute'](_0x2d3be4['key'],_0x19087b);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x498676);}}function Gt(_0x522ed8,_0x1b9931,_0x4d4f62){for(const _0x22bea6 of _0x1b9931['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x22bea6['root']==_0x22bea6)return!0x1;if(!_0x4d4f62['containsItem'](_0x22bea6))return!0x1;if(_0x522ed8['isObject'](_0x22bea6)||_0x522ed8['isLimit'](_0x22bea6))return!0x0;}return!0x1;}function Ft(_0x51ff68){return _0x51ff68['end']['parent']==_0x51ff68['start']['nodeAfter']&&_0x51ff68['end']['isAtStart'];}function Lt(_0x6e301,_0x146cb3,_0x532dae,_0x22d176){const _0xfa0863=_0x2a4ba8=>!_0x2a4ba8['item']['is']('$textProxy')&&!_0x22d176['isObject'](_0x2a4ba8['item']),_0x3f1c23=_0x6e301['start']['getLastMatchingPosition'](_0xfa0863),_0xe15cb6=_0x6e301['end']['getLastMatchingPosition'](_0xfa0863,{'direction':'backward'});return(!_0x6e301['start']['isEqual'](_0x3f1c23)||!_0x6e301['end']['isEqual'](_0xe15cb6))&&(_0x3f1c23['isBefore'](_0xe15cb6)?_0x532dae['updateMarker'](_0x146cb3,{'range':_0x532dae['createRange'](_0x3f1c23,_0xe15cb6)}):_0x532dae['removeMarker'](_0x146cb3),!0x0);}function Jt(_0x154550){return _0xc40bc9(_0x154550);}function Ht(_0x307cc3){const _0x2bf49d=_0x307cc3['start']['nodeAfter'];return _0x2bf49d&&_0x2bf49d['is']('element');}function qt(_0x4a6742,_0x36ee33){return null==_0x4a6742['end']['nodeBefore']&&_0x4a6742['end']['parent']==_0x4a6742['start']['nodeAfter']?zt(_0x4a6742['start']['nodeAfter'],_0x36ee33):_0x4a6742;}function zt(_0xe82d78,_0xfc58bc){const _0x32d1e8=_0xfc58bc['schema']['isObject'](_0xe82d78)||_0xfc58bc['schema']['isSelectable'](_0xe82d78);return _0xfc58bc['createRange'](_0xfc58bc['createPositionAt'](_0xe82d78,'before'),_0x32d1e8?_0xfc58bc['createPositionAfter'](_0xe82d78):_0xfc58bc['createPositionAt'](_0xe82d78,'end'));}function Kt(_0x36ec8a,_0x22c952,_0x2b654e,_0x1f176d){return!!Wt(_0x36ec8a,_0x22c952)&&_0x2b654e['end']['isEqual'](_0x1f176d['start']);}function Wt(_0x505ea1,_0x2f5c57){if(!_0x505ea1['_isDataLoaded']||!_0x2f5c57['_isDataLoaded'])return!0x1;const _0x4c82eb=new Set(Object['keys'](_0x505ea1['attributes'])),_0x7e54cd=new Set(Object['keys'](_0x2f5c57['attributes']));if(_0x4c82eb['delete']('groupId'),_0x7e54cd['delete']('groupId'),0x0==_0x4c82eb['size']&&0x0==_0x7e54cd['size'])return!0x0;if(_0x4c82eb['size']!=_0x7e54cd['size'])return!0x1;const _0x27c936={..._0x505ea1['attributes']},_0x5c1c59={..._0x2f5c57['attributes']};return delete _0x27c936['groupId'],delete _0x5c1c59['groupId'],JSON['stringify'](_0x27c936)==JSON['stringify'](_0x5c1c59);}function Qt(_0x4ddfc7,_0x123d23){const _0x18a681=Xt(_0x4ddfc7['attributes']),_0x273fae=Xt(_0x123d23);if(!_0x4ddfc7['_isDataLoaded'])return!0x1;for(const _0x4a0bc7 of Object['keys'](_0x273fae))if(!_0x57f90c(_0x18a681[_0x4a0bc7],_0x273fae[_0x4a0bc7]))return!0x1;return!0x0;}function Xt(_0x171579){const _0x21b3d2=Object['assign']({},_0x171579);return delete _0x21b3d2['skipNestingCheck'],delete _0x21b3d2['tablePasteChainId'],_0x21b3d2;}class Ce extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x1c572a(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x4eefc4,_0x3a5b57,_0xc00679,_0x2eb037){super(),this['model']=_0x3a5b57,this['view']=_0xc00679,this['commentThreadController']=_0x2eb037,this['_editor']=_0x4eefc4,this['_acceptCommand']=_0x4eefc4['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x4eefc4['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x53e7d0,_0x4b4ec3)=>_0x53e7d0||_0x4b4ec3),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2376e3=>_0x2376e3&&this['_editor']['model']['canEditAt'](_0x3a5b57['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x14a21b=>_0x14a21b&&this['_editor']['model']['canEditAt'](_0x3a5b57['getRanges']())),this['_pendingAction']=null,_0xc00679['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0xc00679,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0xc00679,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0xc00679,'change:isDirty',()=>{_0xc00679['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 _0x236698=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x236698);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ms extends _0x169e68{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x1336bc,_0x2ab2fa,_0x459a7b,_0x1c150f){super(_0x1336bc),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x42432c(_0x1336bc,o(_0x1336bc,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x2ab2fa['authoredAt']),this['bind']('authoredAt')['to'](_0x2ab2fa),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',_0x2ab2fa,'authoredAt',this,'descriptionParts',(_0x32f112,_0x9a0505,_0x3a67c5)=>{const _0x2f3ee2=_0x3a67c5['map'](_0x5ab29e=>cs(_0x5ab29e['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x32f112-0x1,_0x2ab2fa['author']['name'],_0x9a0505?_0x1c150f['formatDateTime'](_0x9a0505):'',new DOMParser()['parseFromString'](_0x2f3ee2,'text/html')['body']['textContent']]);}),this['focusables']=new _0x2a7b0c(),this['focusTracker']=new _0x8ba174(),this['keystrokes']=new _0x4d9676(),this['focusCycler']=new _0x217e84({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x27ea52=>_0x27ea52['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x2ab2fa,this['_localUser']=_0x459a7b,this['_config']=_0x1c150f,_0x1c150f['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x324976(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x4e9fb6}=this['_config'];this['commentsListView']=new _0x4e9fb6(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',_0x21a0e4=>_0x21a0e4+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x3eed5e,_0x56092b)=>_0x3eed5e||!!_0x56092b);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1a0a49}=this['_config'],_0x7eb94c=new _0x1a0a49(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1f3b92=_0x7eb94c['commentInputView'];return _0x7eb94c['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1f3b92,'value',(_0x38bc90,_0xd38874,_0xccbccb)=>!!_0xccbccb||_0x38bc90&&!_0xd38874),_0x1f3b92['on']('submit',(_0x3e1af6,_0x1fd95d)=>{this['fire']('addComment',_0x1fd95d),_0x1f3b92['editor']['setData']('');}),_0x1f3b92['on']('cancel',()=>this['focus']()),_0x1f3b92['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x7eb94c;}}class pe extends ms{['suggestionView'];['_descriptionElement'];constructor(_0x4a4b85,_0x335f97,_0x29071e,_0x2d8d27){super(_0x4a4b85,_0x335f97,_0x29071e,_0x2d8d27),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x4fa4e1=>_0x4fa4e1&&_0x4fa4e1[0x0]?_0x4fa4e1[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0xf8c059,_0x2bf39a)=>{let _0x115b87='';for(const _0x67f0ec of _0xf8c059)_0x115b87+='<p>'+cs(_0x67f0ec['content'],_0x67f0ec['color'])+'</p>';return _0x2bf39a?_0x115b87:_0x35231d(_0x115b87,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x2d8d27['SuggestionView'](_0x4a4b85,_0x335f97,{'formatDateTime':_0x2d8d27['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 _0x229db5=this['bindTemplate'],_0x4a0232=[this['suggestionView']];return this['commentsListView']&&_0x4a0232['push'](this['commentsListView']),this['commentThreadInputView']&&_0x4a0232['push'](this['commentThreadInputView']),_0x4a0232['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x229db5['if']('isActive','ck-suggestion-wrapper--active'),_0x229db5['to']('type',_0x596c76=>'ck-suggestion-'+_0x596c76),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':_0x229db5['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x4a0232};}['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 fe extends _0x169e68{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0xa3c4da,_0x54f942,_0x57b713){super(_0xa3c4da),this['_model']=_0x54f942,this['_config']=_0x57b713,this['set']('description',''),this['bind']('authoredAt')['to'](_0x54f942),this['acceptButton']=this['_createButton'](o(_0xa3c4da,'Accept\x20suggestion'),_0x28a606['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0xa3c4da,'Discard\x20suggestion'),_0x28a606['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x4fcf28(_0xa3c4da,_0x54f942['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x2a7b0c([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x8ba174(),this['keystrokes']=new _0x4d9676(),this['focusCycler']=new _0x217e84({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x11f780=>_0x11f780['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x234939=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x234939['innerHTML']=this['description'],this['on']('change:description',(_0x54994d,_0x5a6eb5,_0xff5b98)=>{_0x234939['innerHTML']=_0xff5b98;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x49942a=this['bindTemplate'],_0x10cd00=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x49942a['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x49942a['to']('authoredAt',_0x8780f6=>this['_config']['formatDateTime'](_0x8780f6))}]}]},{'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']&&_0x10cd00['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':_0x10cd00}]};}['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'](_0x5e7a8f,_0x555754,_0x29c612,_0x377df2,_0x1eb6d4){const _0x342bfa=new _0x36d30d(this['locale']);return _0x342bfa['set']({'label':_0x5e7a8f,'icon':_0x555754,'tooltip':!0x0,'tooltipPosition':_0x1eb6d4}),_0x342bfa['extendTemplate']({'attributes':{'class':_0x29c612}}),_0x342bfa['on']('execute',()=>{this['fire'](_0x377df2,this['_model']['id']);}),_0x342bfa;}['_setupKeyboardNavigation'](){const _0x442d8a=this['element'];this['keystrokes']['listenTo'](_0x442d8a);for(const _0x1bc307 of this['focusables'])this['focusTracker']['add'](_0x1bc307['element']),this['keystrokes']['listenTo'](_0x1bc307['element']);this['keystrokes']['set']('enter',(_0x9d5a12,_0x15cb6e)=>{_0x442d8a===_0x9d5a12['target']&&(this['focusCycler']['focusFirst'](),_0x15cb6e());}),this['keystrokes']['set']('esc',(_0x799189,_0x5bd5de)=>{_0x442d8a!==_0x799189['target']&&(this['focus'](),_0x5bd5de());});}}var we='<!--\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-2025,\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 _0x99cb74{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x19770a,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5ccda3){super(_0x5ccda3),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x42a650=this['editor']['config'];_0x42a650['define']('trackChanges.SuggestionThreadView',pe),_0x42a650['define']('trackChanges.SuggestionView',fe),_0x42a650['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x42a650['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x430c64,_0x4a5ad0){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x286a44,_0x334d90]of this['_handleControllerBuffer']){const _0x286273=this['_suggestionToController']['has'](_0x286a44);_0x286273||_0x334d90?_0x286273&&_0x334d90&&this['_destroyController'](_0x286a44):this['_initializeController'](_0x286a44);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x430c64,_0x4a5ad0);}['init'](){const _0x21deb4=this['editor'],_0x455cac=_0x21deb4['plugins']['get']('TrackChangesEditing'),_0x5e1323=_0x21deb4['plugins']['get']('Annotations'),_0x32083c=_0x21deb4['plugins']['get']('EditorAnnotations'),_0x3517ed=_0x21deb4['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x32083c['addSourceCollector'](()=>{const _0x5901fc=[];for(const [_0x34b952,_0x261aa2]of Array['from'](this['_suggestionToController'])){const _0x40d2c=_0x34b952['getAllAdjacentSuggestions'](),_0x4c16a4=[];for(const _0x141afe of _0x40d2c){if(!_0x141afe['isInContent'])continue;if(_0x141afe['isMultiRange']){_0x4c16a4['push'](..._0x141afe['getRanges']());continue;}const _0x4b9984=_0x141afe['getFirstRange']();if(_0x4c16a4['length']>0x0){const _0x41c599=_0x4c16a4[0x0]['getJoined'](_0x4b9984);if(_0x41c599){_0x4c16a4[0x0]=_0x41c599;continue;}}_0x4c16a4['push'](_0x4b9984);}_0x5901fc['push']([_0x261aa2['view'],_0x4c16a4]);}return _0x5901fc;}),this['listenTo'](_0x455cac,'suggestionLoaded',(_0x581fb1,_0x371044)=>{this['listenTo'](_0x371044,'change:previous',(_0x1f8b39,_0x522319,_0x1599d1,_0xbab811)=>{_0x371044['isInContent']&&(null==_0x1599d1?(this['_updateController'](_0xbab811['head']),this['_handleSuggestionControllerDelayed'](_0x371044,!0x1)):(this['_updateController'](_0x1599d1['head']),null==_0xbab811&&this['_handleSuggestionControllerDelayed'](_0x371044,!0x0)));}),null!==_0x371044['previous']?this['_updateController'](_0x371044['head']):this['_handleSuggestionControllerDelayed'](_0x371044,!0x1);}),this['listenTo'](_0x455cac,'suggestionUnloaded',(_0x4654c1,_0x420562,_0x517cde)=>{this['stopListening'](_0x420562,'change:previous'),this['_handleControllerBuffer']['delete'](_0x420562),this['_suggestionToController']['has'](_0x420562)&&this['_destroyController'](_0x420562),_0x517cde&&this['_updateController'](_0x517cde['head']);}),this['listenTo'](_0x455cac,'suggestionChanged',(_0x2c5bbd,_0x3f0a26)=>{this['_updateController'](_0x3f0a26);}),this['listenTo'](_0x5e1323,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3517ed,'addComment',(_0x56f0bf,{threadId:_0x464039,isFromAdapter:_0x49ce07})=>{if(_0x49ce07||!_0x455cac['hasSuggestion'](_0x464039))return;const _0x2454b7=_0x455cac['getSuggestion'](_0x464039);this['_suggestionToController']['get'](_0x2454b7)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x37945c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x294a18;for(const _0x296ef1 in _0x37945c){const _0x5863f4=_0x296ef1,_0x1c334b=_0x37945c[_0x5863f4];if('trackChangesLicenseKeyValid'==_0x1c334b||'trackChangesLicenseKeyInvalid'==_0x1c334b||'trackChangesLicenseKeyExpired'==_0x1c334b||'trackChangesLicenseKeyDomainLimit'==_0x1c334b||'trackChangesLicenseKeyNotAllowed'==_0x1c334b||'trackChangesLicenseKeyEvaluationLimit'==_0x1c334b||'trackChangesLicenseKeyTrialLimit'==_0x1c334b||'trackChangesLicenseKeyUsageLimit'==_0x1c334b){delete _0x37945c[_0x5863f4],_0x294a18=_0x1c334b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x294a18&&_0x37945c['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x294a18&&_0x37945c['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x294a18&&_0x37945c['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x294a18&&_0x37945c['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x294a18&&_0x37945c['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x294a18&&_0x37945c['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x294a18&&_0x37945c['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x1d5bd0=this['editor']['plugins']['get']('Annotations'),_0x758a15=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3e3574=Array['from'](_0x1d5bd0['activeAnnotations'],_0x1ac763=>_0x1ac763['innerView'])['filter'](_0x3e52d5=>this['_viewToController']['has'](_0x3e52d5)),_0xb33f5c=[];for(const _0x534d1a of _0x3e3574){const _0x228747=this['_viewToController']['get'](_0x534d1a)['model']['getAllAdjacentSuggestions']();_0xb33f5c['push'](..._0x228747['reduce']((_0x29f547,_0x4e8c5f)=>[..._0x29f547,..._0x4e8c5f['getMarkerNames']()],[]));}_0x758a15['activeMarkers']=_0xb33f5c;}['_addUIComponentsToFactory'](){const _0x3f66b6=this['editor'],_0x518637=_0x3f66b6['locale'],_0x147561=o(_0x518637,'Track\x20changes'),_0x1fd778=new _0x16e4db([{'type':'switchbutton','model':new _0x1386bf({'withText':!0x0,'isToggleable':!0x0,'label':_0x147561,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x1386bf({'withText':!0x0,'label':o(_0x518637,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1386bf({'withText':!0x0,'label':o(_0x518637,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1386bf({'withText':!0x0,'label':o(_0x518637,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1386bf({'withText':!0x0,'label':o(_0x518637,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x3f66b6['plugins']['has']('TrackChangesPreview')&&_0x1fd778['addMany']([{'type':'separator'},{'type':'button','model':new _0x1386bf({'withText':!0x0,'label':o(_0x518637,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x1b8f3d of _0x1fd778)if(ke(_0x1b8f3d)){const _0x52e040=_0x3f66b6['commands']['get'](_0x1b8f3d['model']['commandName']);_0x1b8f3d['model']['bind']('isOn','isEnabled')['to'](_0x52e040,'value','isEnabled');}_0x3f66b6['ui']['componentFactory']['add']('trackChanges',_0x374293=>this['_createToolbarButton'](_0x374293,_0x1fd778,_0x147561)),_0x3f66b6['ui']['componentFactory']['add']('menuBar:trackChanges',_0x49b263=>this['_createMenuBarMenu'](_0x49b263,_0x1fd778,_0x147561));}['_createToolbarButton'](_0x387017,_0x939ebf,_0xd4865){const _0x2a0ad1=_0xf538fe(_0x387017,_0x6e0785),_0x4740b8=this['editor']['commands']['get']('trackChanges');_0x2a0ad1['buttonView']['set']({'tooltip':_0xd4865,'label':_0xd4865,'icon':we}),_0x2a0ad1['buttonView']['bind']('isOn')['to'](_0x4740b8,'value'),_0x2a0ad1['buttonView']['on']('execute',()=>{_0x4740b8['execute'](),this['editor']['editing']['view']['focus']();}),_0x8733cc(_0x2a0ad1,_0x939ebf,{'role':'menu'});const _0x1c369b=[];for(const _0x3deae9 of _0x939ebf)ke(_0x3deae9)&&_0x1c369b['push'](this['editor']['commands']['get'](_0x3deae9['model']['commandName']));const _0x154b8e=_0x2a0ad1['buttonView'];return _0x154b8e['actionView']['unbind']('isEnabled'),_0x154b8e['arrowView']['unbind']('isEnabled'),_0x154b8e['actionView']['bind']('isEnabled')['to'](_0x4740b8,'isEnabled'),_0x154b8e['arrowView']['bind']('isEnabled')['toMany'](_0x1c369b,'isEnabled',(..._0x4817b5)=>_0x4817b5['some'](_0x1ff2f9=>_0x1ff2f9)),_0x2a0ad1['on']('execute',_0x4fa1c7=>{this['editor']['execute'](_0x4fa1c7['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2a0ad1;}['_createMenuBarMenu'](_0xc41263,_0x655bd3,_0xacafad){const _0x368418=new _0x4f5ef6(_0xc41263),_0xcf127b=this['editor']['commands']['get']('trackChanges');_0x368418['buttonView']['set']({'label':_0xacafad,'icon':we});const _0x142c7a=new _0x5e83d8(_0xc41263);for(const _0x7616ff of _0x655bd3){if('separator'==_0x7616ff['type']){_0x142c7a['items']['add'](new _0x2b38ba(_0xc41263));continue;}const _0x4a5d99=new _0x3da773(_0xc41263,_0x368418),_0x7956aa=new _0x11b9be(_0xc41263),_0x1c3487=_0x7616ff['model'];_0x7956aa['bind'](...Object['keys'](_0x1c3487))['to'](_0x1c3487),_0x7956aa['delegate']('execute')['to'](_0x368418),_0x7956aa['on']('execute',()=>{this['editor']['execute'](_0x1c3487['commandName']),this['editor']['editing']['view']['focus']();}),_0x4a5d99['children']['add'](_0x7956aa),_0x142c7a['items']['add'](_0x4a5d99);}return _0x368418['bind']('isEnabled')['to'](_0xcf127b,'isEnabled'),_0x368418['panelView']['children']['add'](_0x142c7a),_0x368418;}['_initializeController'](_0x3e1878){const _0x224e6c=this['editor'],_0x3facfb=_0x224e6c['config'],_0x31dc08=_0x224e6c['plugins']['get']('Annotations'),_0x1e8bc3=_0x224e6c['plugins']['get']('CommentsRepository'),_0x1a71d8=_0x224e6c['plugins']['get']('EditorAnnotations'),_0x2c91cd=_0x224e6c['plugins']['get'](_0x19770a)['me'],_0xfb3a3c=_0x3facfb['get']('trackChanges')['SuggestionThreadView'],_0x4146af=_0x3facfb['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x5b82a2,CommentThreadInputView:_0x2bac35}=_0x224e6c['plugins']['get']('CommentsUI');let _0xc44e7,_0xb3bdff,_0x57b5d0;this['_annotationViews']['has'](_0x3e1878['id'])?(_0xb3bdff=this['_annotationViews']['get'](_0x3e1878['id']),_0xc44e7=_0xb3bdff['mainView']):(_0xc44e7=new _0xfb3a3c(_0x224e6c['locale'],_0x3e1878,_0x2c91cd,{'disableComments':this['_disableComments'],'editorConfig':{..._0x3facfb['get']('comments.editorConfig'),'licenseKey':_0x3facfb['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x3facfb['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3facfb['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3facfb['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x300153(_0x3facfb['get']('locale')),'CommentView':_0x3facfb['get']('comments')['CommentView'],'CommentsListView':_0x5b82a2,'CommentThreadInputView':_0x2bac35,'SuggestionView':_0x4146af}),_0xc44e7['suggestionView']['acceptButton']['on']('execute',()=>{_0x224e6c['editing']['view']['focus']();}),_0xc44e7['suggestionView']['discardButton']['on']('execute',()=>{_0x224e6c['editing']['view']['focus']();}),_0xb3bdff=_0x31dc08['createAnnotationView'](this['editor']['locale'],_0xc44e7),_0xb3bdff['bind']('isDirty')['to'](_0xc44e7,'isDirty'),_0xb3bdff['bind']('length')['to'](_0xc44e7),_0xb3bdff['bind']('type')['to'](_0xc44e7,'type',_0x4aa475=>'suggestion-'+_0x4aa475),_0xc44e7['on']('escape',()=>{_0x57b5d0['fire']('escape');}),this['_annotationViews']['set'](_0x3e1878['id'],_0xb3bdff));const _0x27950a=_0x1e8bc3['createCommentThreadController'](_0x3e1878['commentThread'],_0xc44e7),_0xc80107=new Ce(_0x224e6c,_0x3e1878,_0xc44e7,_0x27950a),_0x445868=_0x3e1878['getAllAdjacentSuggestions']()['filter'](_0x2b805b=>_0x2b805b['isInContent']);_0xc44e7['descriptionParts']=_0x224e6c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x445868),this['_suggestionToController']['set'](_0x3e1878,_0xc80107),this['_viewToController']['set'](_0xc44e7,_0xc80107),_0x57b5d0=_0x31dc08['createAnnotation']({'view':_0xb3bdff,'target':()=>{const _0x48ce85=[],_0xdf5437=_0x3e1878['getAllAdjacentSuggestions']()['filter'](_0x3870ec=>_0x3870ec['isInContent']);for(const _0x5c6778 of _0xdf5437)_0x48ce85['push'](..._0x5c6778['getMarkers']());return _0x3cbf24(_0x224e6c['editing'],_0x48ce85);},'type':()=>'suggestion-'+_0xc80107['view']['type']}),_0x1e8bc3['_bindAnnotationToEditors'](_0xc44e7,_0x57b5d0),_0x31dc08['add'](_0x57b5d0),_0x1a71d8['registerAnnotation'](_0x57b5d0);}['_destroyController'](_0x2fe34f){const _0x3fe75b=this['editor']['plugins']['get']('CommentsRepository'),_0x237bdd=this['editor']['plugins']['get']('Annotations'),_0x16c982=this['_suggestionToController']['get'](_0x2fe34f),_0x451503=_0x16c982['view'],_0x4d14f9=_0x237bdd['getByInnerView'](_0x451503);_0x3fe75b['_unbindEditors'](_0x451503),_0x4d14f9&&_0x237bdd['remove'](_0x4d14f9),this['_suggestionToController']['delete'](_0x2fe34f),this['_viewToController']['delete'](_0x451503),_0x16c982['destroy']();}['_updateController'](_0x18ae83){if(!_0x18ae83['isInContent']||!this['_suggestionToController']['has'](_0x18ae83))return;const _0x390e53=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2d900a=this['_suggestionToController']['get'](_0x18ae83),_0x3b9970=_0x18ae83['getAllAdjacentSuggestions']();_0x2d900a['view']['descriptionParts']=_0x390e53['descriptionFactory']['getDescriptions'](_0x3b9970);}['destroy'](){for(const _0x4dd9d8 of this['_suggestionToController']['keys']())this['_destroyController'](_0x4dd9d8);for(const _0x5f4645 of this['_annotationViews']['values']())_0x5f4645['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x22963f){return'model'in _0x22963f;}class k extends _0x99cb74{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1fafc2){this['editor']['plugins']['get'](p)['adapter']=_0x1fafc2;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x7f138d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x7f138d);}['getSuggestions']({skipNotAttached:_0x5e1e96=!0x1,toJSON:_0x393244=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x5e1e96,'toJSON':_0x393244});}['getSuggestion'](_0x2eeb15){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2eeb15);}}const w=['Pagination'];class T extends _0x99cb74{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1291a4=this['editor'];if(_0x1291a4['config']['define']('trackChangesData.editorCreator',_0x3702c2=>{const _0xa5345b=_0x1291a4['model']['document']['getRootNames']()['reduce']((_0x24da20,_0xb202b9)=>(_0x24da20[_0xb202b9]='',_0x24da20),{});return _0x1291a4['constructor']['create'](_0xa5345b,_0x3702c2);}),'function'!=typeof _0x1291a4['config']['get']('trackChangesData')['editorCreator'])throw new _0x363806('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x16c1d7){return N(this['editor'],!0x0,_0x16c1d7);}['getDataWithDiscardedSuggestions'](_0x2baee4){return N(this['editor'],!0x1,_0x2baee4);}}class D extends _0x99cb74{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2fd228){function _0x3d16cc(_0x5099de){return _0x5099de['map'](_0xe68d71=>String['fromCharCode'](_0xe68d71))['join']('');}super(_0x2fd228),this['result']='end',_0x2fd228[_0x3d16cc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d16cc([0x76,0x69,0x65,0x77])][_0x3d16cc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3d16cc([0x61,0x75,0x74,0x6f]),_0x2fd228[_0x3d16cc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3d16cc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3d16cc([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3d16cc([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3d16cc([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 Fe(_0x4d0d8a){return void 0x0!==_0x4d0d8a['getRootsAttributes'];}async function N(_0x3fb82b,_0x135602,_0x2c37bf){const _0x5f194a=_0x5e6d42(_0x3fb82b,w);_0x5f194a['plugins']['push'](p,D),_0x5f194a['rootsAttributes']=Fe(_0x3fb82b)?_0x3fb82b['getRootsAttributes']():void 0x0;const _0xadbbdd=document['createDocumentFragment'](),_0x421c3=_0x3fb82b['config']['get']('trackChangesData')['editorCreator'],_0xea3dda=await _0x421c3(_0x5f194a,()=>function(_0x3b9c1d){const _0x2c24ca=document['createElement']('div');return _0x3b9c1d['appendChild'](_0x2c24ca),_0x2c24ca;}(_0xadbbdd));!function(_0x325188,_0x664b8d){const _0x4f82aa=_0x325188['model']['document']['getRootNames']()['reduce']((_0x5cd39e,_0x4ab375)=>(_0x5cd39e[_0x4ab375]=_0x325188['data']['get']({'rootName':_0x4ab375}),_0x5cd39e),{}),_0xf084b2=_0x325188['plugins']['get']('Users')['users']['map'](_0x252a0b=>({'id':_0x252a0b['id'],'name':_0x252a0b['name']})),_0x58b08a=_0x325188['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x40a6a2=_0x325188['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x25133b=_0x664b8d['plugins']['get']('Users'),_0x12a065=_0x664b8d['plugins']['get']('TrackChangesEditing'),_0x10cc0b=_0x664b8d['plugins']['get']('CommentsRepository');for(const _0x466b93 of _0x10cc0b['getCommentThreads']())_0x466b93['remove']();for(const _0x38451f of _0xf084b2)_0x25133b['getUser'](_0x38451f['id'])||_0x25133b['addUser'](_0x38451f);_0x25133b['me']||_0x25133b['useAnonymousUser']();for(const _0xf24a49 of _0x40a6a2)_0x10cc0b['addCommentThread'](_0xf24a49);for(const _0x5477a1 of _0x58b08a)_0x12a065['addSuggestionData'](_0x5477a1);_0x664b8d['data']['set'](_0x4f82aa);}(_0x3fb82b,_0xea3dda),_0xea3dda['execute'](_0x135602?'acceptAllSuggestions':'discardAllSuggestions');const _0x4c9d7e=Fe(_0xea3dda)?_0xea3dda['getFullData'](_0x2c37bf):_0xea3dda['data']['get'](_0x2c37bf);return await _0xea3dda['destroy'](),_0x4c9d7e;}class Me extends _0x169e68{['options'];constructor(_0x35ab41,_0x409438){super(_0x35ab41),this['options']=_0x409438,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x189a7e,_0x11a602){if(!this['element'])return;const _0xd5f1ef=[];for(const [_0x108238,_0x2799da]of _0x189a7e){const _0xf9673b=document['createElement']('div');_0xf9673b['setAttribute']('data-ck-root-name',_0x108238),_0xf9673b['className']=_0x2799da['classes']+'\x20ck-track-changes-preview__root-container',_0xf9673b['innerHTML']=_0x2799da['content'],_0xd5f1ef['push'](_0xf9673b);}_0x11a602(this['element'],_0xd5f1ef),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends Yt{constructor(_0x5a6906){super(_0x5a6906),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x16d6b6=this['editor'],_0x10940a=_0x16d6b6['locale'],_0x540860=_0x16d6b6['plugins']['get']('Dialog');let _0x2a2435;const _0x18e10e=function(_0x4d1a77){const _0xa3f074={};if('editables'in _0x4d1a77['ui']['view']){for(const [_0x500e74,_0x40b049]of Object['entries'](_0x4d1a77['ui']['view']['editables']))_0xa3f074[_0x500e74]=_0x40b049['element'];}else _0xa3f074[_0x4d1a77['model']['document']['getRootNames']()[0x0]]=_0x4d1a77['ui']['view']['editable']['element'];return _0xa3f074;}(_0x16d6b6),_0x428e25=function(_0x7cb24){let _0x22a7ba=0x0;for(const _0x36a28d of Object['values'](_0x7cb24))_0x22a7ba=Math['max'](_0x22a7ba,_0x36a28d['getBoundingClientRect']()['width']);let _0x5df5cd=0x0;for(const _0x5df704 of Object['values'](_0x7cb24))_0x5df5cd+=_0x5df704['getBoundingClientRect']()['height'];const _0x3d8e6c=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x40421e=Math['min'](_0x5df5cd,_0x3d8e6c);return{'width':_0x22a7ba,'height':_0x40421e};}(_0x18e10e);_0x540860['show']({'id':'finalContentPreview','title':o(_0x10940a,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x10940a,{'dialogRects':_0x428e25}),'onHide':()=>{_0x2a2435['detachFromDom']();},'onShow':()=>{_0x16d6b6['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0xc12d46=>{const _0xd1b4dc=this['_standarizeRootsData'](_0xc12d46,_0x16d6b6,_0x18e10e);_0x540860['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0xd1b4dc,_0x16d6b6['config']['get']('trackChanges.preview.renderFunction'));}),_0x2a2435=new _0x8ef820(_0x10940a,[_0x540860['view']]),_0x2a2435['attachToDom'](),_0x2a2435['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x16d6b6['once']('destroy',()=>{_0x2a2435['detachFromDom']();});const _0x312b71=_0x540860['view']['headerView']['class'];_0x540860['view']['headerView']['class']=_0x312b71?_0x312b71+'\x20ck-reset_all':'ck-reset_all',_0x540860['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x540860['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x1ce411=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x16a1ef=_0x1ce411['previewMode'],_0x15aea7={};if('$labels'===_0x16a1ef){for(const _0x37d44c of _0x1ce411['getMergeFieldsIds']())_0x15aea7[_0x37d44c]=_0x1ce411['getLabel'](_0x37d44c)||_0x37d44c;}else{const _0x739c5='$defaultValues'===_0x16a1ef?_0x1ce411['getDefaultValues']():_0x1ce411['getDataSetValues'](_0x16a1ef,!0x0);for(const _0x1da011 of Object['entries'](_0x739c5)){const [_0x3fa49d,_0x18dc46]=_0x1da011;_0x15aea7[_0x3fa49d]=null!==_0x18dc46?_0x18dc46:_0x1ce411['getLabel'](_0x3fa49d)||_0x3fa49d;}}return{'mergeFieldsData':_0x15aea7};}['_standarizeRootsData'](_0x5da4fc,_0x5471d5,_0x31ca78){let _0x550fc8;if('string'==typeof _0x5da4fc){const _0x2b8cb0=_0x5471d5['model']['document']['getRootNames']()[0x0];_0x550fc8={[_0x2b8cb0]:_0x5da4fc};}else _0x550fc8=_0x5da4fc;const _0x1c9ea2=this['_fixMediaEmbeds'](_0x550fc8,_0x5471d5),_0x159668=function(_0x26e845,_0x242639){for(const [_0x57ffae,_0x227a82]of _0x26e845)_0x227a82['classes']=_0x242639[_0x57ffae]['classList']['value']['replace']('ck-focused','');return _0x26e845;}(this['_sortRoots'](_0x5471d5)['reduce']((_0x448a14,_0x42d8c1)=>(_0x448a14['push']([_0x42d8c1,{'content':_0x1c9ea2[_0x42d8c1],'classes':''}]),_0x448a14),[]),_0x31ca78);return _0x159668;}['_fixMediaEmbeds'](_0x2bd587,_0x4bbb22){if(!_0x4bbb22['plugins']['has']('MediaEmbedEditing'))return _0x2bd587;const _0x46c5c3=_0x4bbb22['plugins']['get']('MediaEmbedEditing');for(const [_0x3557d5,_0x3de529]of Object['entries'](_0x2bd587)){const _0x3a8d22=document['createElement']('div');_0x3a8d22['innerHTML']=_0x3de529,(_0x3a8d22['querySelectorAll']('figure.media')['forEach'](_0x132f80=>{const _0x48692=_0x132f80['querySelector']('oembed');if(_0x48692){const _0x612196=_0x48692['getAttribute']('url');if(_0x612196){const _0x31557d=_0x46c5c3['registry']['getMediaViewElement'](new _0x4df6c2(_0x4bbb22['editing']['view']['document']),_0x612196,{'elementName':'','renderForEditingView':!0x0}),_0x5b5316=document['createElement']('div');_0x5b5316['classList']['add']('ck-media__wrapper'),_0x31557d['render'](_0x5b5316,_0x4bbb22['editing']['view']['domConverter']),_0x48692['replaceWith'](_0x5b5316);}}}),_0x2bd587[_0x3557d5]=_0x3a8d22['innerHTML']);}return _0x2bd587;}['_sortRoots'](_0x3281cd){if(!function(_0x3754b1){return void 0x0!==_0x3754b1['getRootsAttributes'];}(_0x3281cd))return _0x3281cd['model']['document']['getRootNames']();const _0x1fbc18=[],_0x38954a=new Map();for(const _0x27f604 of _0x3281cd['model']['document']['getRootNames']()){const _0x3566ee=_0x3281cd['editing']['view']['getDomRoot'](_0x27f604)['getClientRects']()['item'](0x0);_0x1fbc18['push'](_0x27f604),_0x38954a['set'](_0x27f604,_0x3566ee);}return _0x1fbc18['sort']((_0x21dd8b,_0x2b7e81)=>{const _0x4e0ac3=_0x38954a['get'](_0x21dd8b),_0x3050a3=_0x38954a['get'](_0x2b7e81);return _0x4e0ac3['y']-_0x3050a3['y']||_0x4e0ac3['x']-_0x3050a3['x'];}),_0x1fbc18;}}class te extends _0x99cb74{static get['requires'](){return[T,_0x4e5225];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x538264){super(_0x538264),_0x538264['commands']['add']('previewFinalContent',new re(this['editor'])),_0x538264['config']['define']('trackChanges.preview.renderFunction',(_0x35c096,_0x2cb8f2)=>{for(const _0x4caa1e of _0x2cb8f2)_0x35c096['appendChild'](_0x4caa1e);});}}export{ms as BaseSuggestionThreadView,u as Suggestion,pe as SuggestionThreadView,fe as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as Yt,Plugin as _0x59cf86,PendingActions as _0x209f26,icons as _0x251926}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x1d05c0,ObservableMixin as _0x4e91c9,uid as _0x1d192f,priorities as _0x4e8da5,insertToPriorityArray as _0xeff63b,logWarning as _0xbf59d0,getEnvKeystrokeText as _0x112b72,FocusTracker as _0x369097,KeystrokeHandler as _0x29547e,Collection as _0x1cb604}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x3016f2,View as _0x39ecd2,ViewCollection as _0x202569,FocusCycler as _0x39321a,ViewModel as _0x152a27,createDropdown as _0x14229b,SplitButtonView as _0x58b909,addListToDropdown as _0x16e2b4,MenuBarMenuView as _0xc0a067,MenuBarMenuListView as _0x392310,ListSeparatorView as _0xc9e9e7,MenuBarMenuListItemView as _0x257c8b,MenuBarMenuListItemButtonView as _0x299337,BodyCollection as _0x1b73e6,Dialog as _0x500d09}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x33b2bc,hashObject as _0x3943cc,surroundingMarkersDetector as _0x1942bc,FOCUS_ANNOTATION_KEYSTROKE as _0xfae0ed,AriaDescriptionView as _0x26aa4d,setupThreadKeyboardNavigation as _0x1940c6,trimHtml as _0xb6d856,UserView as _0x14fa86,LateFocusButtonView as _0x2f3605,getDateTimeFormatter as _0x1e64d3,getAllMarkersDomElementsSorted as _0x556b50,sanitizeEditorConfig as _0x3b8356}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x3fb7b9,LiveRange as _0x3e3cd3,LivePosition as _0x5f1a3a,DowncastWriter as _0x5d1e32}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0xd43f67,toWidget as _0x23f6c4}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x310aa7,set as _0x37ce4d,isEqual as _0x37c9c3,unset as _0x45f963,omit as Vt}from'lodash-es';import{Delete as _0x52bf88,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x2ca479,ShiftEnter as _0x5f3610}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Yt{['_enabledCommands'];constructor(_0x80c460,_0x3441bf){super(_0x80c460),this['_enabledCommands']=_0x3441bf,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 _0x41c492 of this['editor']['commands']['commands']())_0x41c492['affectsData']&&!this['_enabledCommands']['has'](_0x41c492)&&_0x41c492['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0xa0ebd0 of this['editor']['commands']['commands']())_0xa0ebd0['affectsData']&&!this['_enabledCommands']['has'](_0xa0ebd0)&&_0xa0ebd0['clearForceDisabled']('TrackChangesCommand');}}class O extends Yt{['_suggestions'];constructor(_0x254ebb,_0x32ccfc){super(_0x254ebb),this['_suggestions']=_0x32ccfc,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x85e01c){const _0x54f115=this['_suggestions']['get'](_0x85e01c);if(!_0x54f115)throw new _0x1d05c0('track-changes-accept-suggestion-not-found',this);const _0x1d693f=_0x54f115['getRanges']();this['editor']['model']['canEditAt'](_0x1d693f)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x54f115);}}class R extends Yt{['_suggestions'];constructor(_0x1df2df,_0x4fc226){super(_0x1df2df),this['_suggestions']=_0x4fc226,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4959fa){const _0x563740=this['_suggestions']['get'](_0x4959fa);if(!_0x563740)throw new _0x1d05c0('track-changes-discard-suggestion-not-found',this);const _0x5860d0=_0x563740['getRanges']();this['editor']['model']['canEditAt'](_0x5860d0)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x563740);}}function cs(_0x307fb2,_0x3a8689){let _0x3e5e54='';return _0x3e5e54+=_0x307fb2['split']('*')['map']((_0x51dc82,_0x3f3471)=>_0x3f3471%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x51dc82)+'</span>':nn(_0x51dc82))['join'](''),_0x3a8689&&(_0x3e5e54+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x3a8689['value']+'\x22\x20title=\x22'+_0x3a8689['title']+'\x22></span>'),_0x3e5e54;}function nn(_0x4d2008){const _0xcd5772=document['createElement']('span');return _0xcd5772['innerText']=_0x4d2008,_0xcd5772['innerHTML'];}function Zt(_0x183d7d){return _0x183d7d['sort']((_0x5c5268,_0x5678fa)=>'deletion'==_0x5c5268['type']&&'deletion'!=_0x5678fa['type']?-0x1:'deletion'!=_0x5c5268['type']&&'deletion'==_0x5678fa['type']?0x1:0x0);}function to(_0x85ab4f,_0x8fce6d){let _0x2d3898,_0x13bb1b=0x0;const _0x2e9b79=[],_0x4ea9c1=_0x8fce6d['schema'];for(;_0x13bb1b<_0x85ab4f['length'];){const _0x33131f=_0x85ab4f[_0x13bb1b],_0x47c6a3=_0x85ab4f[_0x13bb1b+0x1];_0x2d3898||(_0x2d3898=_0x8fce6d['createPositionBefore'](_0x33131f)),on(_0x8fce6d,_0x33131f,_0x47c6a3)||(_0x2e9b79['push'](_0x8fce6d['createRange'](_0x2d3898,_0x4ea9c1['isObject'](_0x33131f)?_0x8fce6d['createPositionAfter'](_0x33131f):_0x8fce6d['createPositionAt'](_0x33131f,'end'))),_0x2d3898=null),_0x13bb1b++;}return _0x2e9b79;}function on(_0x52c3cf,_0x305d1f,_0x125564){if(!_0x125564)return!0x1;const _0x38c378=_0x52c3cf['createPositionAfter'](_0x305d1f),_0x59f353=_0x52c3cf['createPositionBefore'](_0x125564);return _0x38c378['isTouching'](_0x59f353);}function ts(_0xce4a9c,_0x1e360b,_0x35e716){for(;_0x35e716['length'];){const _0x10f00c=_0x35e716['splice'](0x0,0x64);_0xce4a9c['change'](()=>{for(const _0x3257d6 of _0x10f00c)_0x3257d6['isInContent']&&_0x1e360b['execute'](_0x3257d6['id']);});}}class x extends Yt{['_command'];['_suggestions'];constructor(_0x392eb4,_0x4b5164,_0xdcf485){super(_0x392eb4),this['_command']=_0x4b5164,this['_suggestions']=_0xdcf485,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x40bdfa=Array['from'](this['_suggestions']['values']())['some'](_0x4acf17=>_0x4acf17['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x40bdfa;}['execute'](){const _0x5df403=Zt(Array['from'](this['_suggestions']['values']()));for(const _0x19be06 of _0x5df403){const _0x3743b5=_0x19be06['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3743b5))return;}ts(this['editor']['model'],this['_command'],_0x5df403);}}class E extends Yt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x4aac58,_0x3f083a,_0x5c5309){super(_0x4aac58),this['_command']=_0x3f083a,this['_suggestions']=_0x5c5309,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x48d7d0=this['editor']['model']['document']['selection'],_0x13d9b7=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x5db833,_0x1c87c6){const _0xffc0cf=Array['from'](_0x5db833['getRanges']()),_0x11909e=new Set();for(const _0x461c11 of _0x1c87c6)if(_0x461c11['isInContent']){for(const _0x555abc of _0xffc0cf)for(const _0x41d8bf of _0x461c11['getRanges']())(_0x555abc['isIntersecting'](_0x41d8bf)||_0x5db833['isCollapsed']&&!_0x461c11['isMultiRange']&&_0x461c11['next']&&_0x41d8bf['end']['isTouching'](_0x555abc['start']))&&_0x11909e['add'](_0x461c11);}return _0x11909e;}(_0x48d7d0,_0x13d9b7),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x4b4c20=Zt(Array['from'](this['_selectedSuggestions']));for(const _0x19b6b8 of _0x4b4c20){const _0x25ecaf=_0x19b6b8['getRanges']();if(!this['editor']['model']['canEditAt'](_0x25ecaf))return;}ts(this['editor']['model'],this['_command'],_0x4b4c20);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x4e91c9(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x5ef3c4,_0x31889f){super(),this['id']=_0x31889f['id'],this['type']=_0x31889f['type'],this['subType']=_0x31889f['subType']||null,this['author']=_0x31889f['author'],this['creator']=_0x31889f['creator']||_0x31889f['author'],this['isExternal']=Boolean(_0x31889f['attributes']&&_0x31889f['attributes']['@external']),this['data']=null,this['_model']=_0x5ef3c4,this['_onAccept']=_0x31889f['onAccept'],this['_onDiscard']=_0x31889f['onDiscard'],this['_onAttributesChange']=_0x31889f['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x31889f['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 _0x1d3879=this;for(;_0x1d3879['previous'];)_0x1d3879=_0x1d3879['previous'];return _0x1d3879;}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'](_0x3e2de6){this['_markerNames']['add'](_0x3e2de6);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x1845b2=>this['_model']['markers']['get'](_0x1845b2))['filter'](_0x373ba6=>_0x373ba6);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x754cbc=>{for(const _0x5a6862 of this['getMarkers']())_0x754cbc['removeMarker'](_0x5a6862);}),this['_markerNames']['clear']();}['removeMarker'](_0x5233fe){this['_model']['change'](_0x2a7f4d=>{_0x2a7f4d['removeMarker'](_0x5233fe);}),this['_markerNames']['delete'](_0x5233fe);}['addRange'](_0x33d287){const _0x4aea0e='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x4aea0e),this['_model']['change'](_0x1eb4ab=>{_0x1eb4ab['addMarker'](_0x4aea0e,{'range':_0x33d287,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5c37ea){for(const _0x4cbbd4 of this['getRanges']())if(_0x4cbbd4['isIntersecting'](_0x5c37ea))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x8ae5b2=>_0x8ae5b2['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x54ce29,_0x4df283)=>[..._0x54ce29,..._0x4df283['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1de3db=this['getRanges']();if(0x1!=_0x1de3db['length'])return null;const _0x16f82d=_0x1de3db[0x0],_0x4f7180=_0x16f82d['start']['nodeAfter'],_0x4d97c5=_0x16f82d['end']['nodeBefore'];return _0x4f7180 instanceof _0x3fb7b9?_0x4f7180!=_0x4d97c5?null:_0x4f7180: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 _0x270050=[];let _0x17546d=this['head'];for(;_0x17546d;)_0x270050['push'](_0x17546d),_0x17546d=_0x17546d['next'];return _0x270050;}['setAttribute'](_0x2db1e7,_0x5dd404){const _0x3bbd8e=_0x310aa7(this['attributes']);_0x37ce4d(_0x3bbd8e,_0x2db1e7,_0x5dd404),_0x37c9c3(_0x3bbd8e,this['attributes'])||(this['attributes']=_0x3bbd8e,this['_onAttributesChange'](_0x3bbd8e));}['removeAttribute'](_0xb5a34b){const _0x498465=_0x310aa7(this['attributes']);_0x45f963(_0x498465,_0xb5a34b),_0x37c9c3(_0x498465,this['attributes'])||(this['attributes']=_0x498465,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 _0x1d192f()['substr'](0x1,0x5);}}function o(_0x375f81,_0x58f208,_0x5637d5){const _0x30cd1d=_0x375f81['t'],t=_0x375f81['t'];switch(_0x58f208){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x5637d5);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x5637d5);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x5637d5);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x5637d5);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x5637d5);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',_0x5637d5);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x5637d5);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5637d5);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x5637d5);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x5637d5);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x5637d5);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x5637d5);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x5637d5);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x5637d5);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x5637d5);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x5637d5);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x5637d5);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x5637d5);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x5637d5);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x5637d5);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x5637d5);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x5637d5);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x5637d5);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x5637d5);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'},_0x5637d5);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x5637d5);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x5637d5);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x5637d5);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x5637d5);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x5637d5);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x5637d5);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x5637d5);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x5637d5);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'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x5637d5);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x5637d5);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'},_0x5637d5);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x5637d5);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 _0x30cd1d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x5637d5);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x30cd1d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x5637d5);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x5637d5);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'},_0x5637d5);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'},_0x5637d5);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'},_0x5637d5);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x58f208;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x310861,_0x37cb6b){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x310861,this['_locale']=_0x37cb6b;}['getDescriptions'](_0x2f8d40){const _0x484d9b=[],_0x1bdd38=new Set(),_0x1e4c8e=new Set();for(let _0x424eeb=0x0;_0x424eeb<_0x2f8d40['length'];_0x424eeb++){const _0x28f2f6=_0x2f8d40[_0x424eeb];if(!_0x28f2f6['isInContent'])continue;const _0x4442ab=this['_handleCustomCallbackDescription'](_0x28f2f6);if(_0x4442ab){if(null!=_0x28f2f6['subType']){if(_0x1bdd38['has'](_0x28f2f6['subType']))continue;_0x1bdd38['add'](_0x28f2f6['subType']);}_0x484d9b['push'](_0x4442ab);}else{if('attribute'!=_0x28f2f6['type'])'insertion'!=_0x28f2f6['type']&&'deletion'!=_0x28f2f6['type']||this['_handleInsertRemoveSuggestionDescription'](_0x484d9b,_0x28f2f6,_0x2f8d40[_0x424eeb+0x1]);else{const _0xff7e71=_0x28f2f6['data']['key'];if(_0x1e4c8e['has'](_0xff7e71))continue;_0x1e4c8e['add'](_0x28f2f6['data']['key']),_0xff7e71==m?this['_handleRenameSuggestionDescription'](_0x484d9b,_0x28f2f6):this['_handleAttributeSuggestionDescription'](_0x484d9b,_0x28f2f6);}}}return this['_resolveDescriptionItems'](_0x484d9b);}['registerDescriptionCallback'](_0x2eff49){this['_customCallbacks']['push'](_0x2eff49);}['registerElementLabel'](_0x44ad7d,_0x1a1f4f,_0x3b84a9=_0x4e8da5['normal']){'function'==typeof _0x44ad7d?_0xeff63b(this['_itemLabelsCallbacks'],{'matchingCallback':_0x44ad7d,'label':_0x1a1f4f,'priority':_0x3b84a9}):this['_itemLabels']['set'](_0x44ad7d,_0x1a1f4f);}['registerAttributeLabel'](_0x11d309,_0x40a97e){this['_attributeLabels']['set'](_0x11d309,_0x40a97e);}['getItemLabel'](_0x4d6939,_0x4d1979=0x1){let _0x1a847c;for(const _0x137d1c of this['_itemLabelsCallbacks'])if(_0x137d1c['matchingCallback'](_0x4d6939)){_0x1a847c=_0x137d1c['label'];break;}return _0x1a847c||(_0x1a847c=this['_itemLabels']['get'](_0x4d6939['name'])),_0x1a847c?_0x1a847c(_0x4d1979):0x1!==_0x4d1979?_0x4d1979+'\x20'+_0x4d6939['name']+'s':''+_0x4d6939['name'];}['_addDescriptionItems'](_0x73841b,_0x25a200){const _0x3e8bb7=_0x25a200['getFirstRange']()['getWalker'](),_0x172393='insertion'==_0x25a200['type']?'add':'remove';for(const _0x1170ce of _0x3e8bb7){const _0x446acf=_0x1170ce['item'],_0x2d7452=_0x73841b[_0x73841b['length']-0x1];if(_0x446acf['is']('$textProxy'))_0x2d7452&&_0x2d7452['type']['indexOf']('Container')>-0x1&&_0x73841b['pop'](),_0x2d7452&&'text'==_0x2d7452['type']?_0x2d7452[_0x172393]+=_0x446acf['data']:_0x73841b['push']({'type':'text','add':'add'==_0x172393?_0x446acf['data']:'','remove':'remove'==_0x172393?_0x446acf['data']:''});else{if(this['_schema']['isObject'](_0x446acf)){const _0x2be05=_0x446acf;if(_0x2d7452&&_0x2d7452['type']['indexOf']('Container')>-0x1&&_0x73841b['pop'](),'elementEnd'==_0x1170ce['type'])continue;_0x2d7452&&_0x2d7452['type']==_0x172393+'Object'&&_0x2d7452['element']['name']==_0x2be05['name']?_0x2d7452['quantity']++:_0x73841b['push']({'type':_0x172393+'Object','element':_0x2be05,'quantity':0x1}),_0x3e8bb7['skip'](_0x2e20f7=>!('elementEnd'==_0x2e20f7['type']&&_0x2e20f7['item']==_0x446acf));}else{if(this['_schema']['checkChild'](_0x446acf,'$text')||_0x446acf['is']('element','softBreak')){const _0x50e85e=_0x446acf;if('add'==_0x172393&&'elementStart'==_0x1170ce['type']||'remove'==_0x172393&&'elementEnd'==_0x1170ce['type'])continue;if(_0x2d7452&&-0x1==_0x2d7452['type']['indexOf']('Container')){'text'==_0x2d7452['type']&&(_0x2d7452[_0x172393]+='\x0a');continue;}let _0x32cf5d;if(_0x32cf5d='add'==_0x172393?_0x50e85e['nextSibling']&&!this['_schema']['isObject'](_0x50e85e['nextSibling'])?_0x50e85e['nextSibling']:null:_0x50e85e['previousSibling']&&!this['_schema']['isObject'](_0x50e85e['previousSibling'])?_0x50e85e['previousSibling']:null,_0x50e85e['isEmpty']||_0x32cf5d&&_0x32cf5d['isEmpty']){const _0x62116b=_0x32cf5d&&_0x32cf5d['isEmpty']?_0x32cf5d:_0x50e85e;_0x2d7452&&_0x2d7452['type']==_0x172393+'EmptyContainer'&&_0x2d7452['element']['name']==_0x62116b['name']?_0x2d7452['quantity']++:_0x73841b['push']({'type':_0x172393+'EmptyContainer','element':_0x62116b,'quantity':0x1});}else _0x73841b['push']({'type':_0x172393+'Container','element':_0x50e85e});}}}}}['_resolveDescriptionItems'](_0xe9b867){const _0x3d6836=this['_locale'],_0x456b2b=[],_0x3ac9b1=[],_0x4b762a=[];for(const _0x1278c4 of _0xe9b867)switch(_0x1278c4['type']){case'text':if(_0x1278c4['add']=_0x1278c4['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x1278c4['remove']=_0x1278c4['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x1278c4['add']&&''!=_0x1278c4['remove']){_0x456b2b['push']({'type':'replace','content':o(_0x3d6836,'REPLACE_TEXT',['\x22'+_0x1278c4['remove']+'\x22','\x22'+_0x1278c4['add']+'\x22'])});continue;}if(null!=_0x1278c4['add']['match'](/^ +$/)){_0x456b2b['push']({'type':'insertion','content':o(_0x3d6836,'*Insert:*\x20%0',o(_0x3d6836,'ELEMENT_SPACE',_0x1278c4['add']['length']))});continue;}if(null!=_0x1278c4['remove']['match'](/^ +$/)){_0x456b2b['push']({'type':'deletion','content':o(_0x3d6836,'*Remove:*\x20%0',o(_0x3d6836,'ELEMENT_SPACE',_0x1278c4['remove']['length']))});continue;}if(''!=_0x1278c4['add']){_0x456b2b['push']({'type':'insertion','content':o(_0x3d6836,'*Insert:*\x20%0','\x22'+_0x1278c4['add']+'\x22')});continue;}_0x456b2b['push']({'type':'deletion','content':o(_0x3d6836,'*Remove:*\x20%0','\x22'+_0x1278c4['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x456b2b['push']({'type':'insertion','content':o(_0x3d6836,'*Insert:*\x20%0',this['getItemLabel'](_0x1278c4['element'],_0x1278c4['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x456b2b['push']({'type':'deletion','content':o(_0x3d6836,'*Remove:*\x20%0',this['getItemLabel'](_0x1278c4['element'],_0x1278c4['quantity']))});continue;case'addContainer':_0x456b2b['push']({'type':'insertion','content':o(_0x3d6836,'*Split:*\x20%0',this['getItemLabel'](_0x1278c4['element'],_0x1278c4['quantity']))});continue;case'removeContainer':_0x456b2b['push']({'type':'deletion','content':o(_0x3d6836,'*Merge:*\x20%0',this['getItemLabel'](_0x1278c4['element'],_0x1278c4['quantity']))});continue;case'addFormat':_0x3ac9b1['push'](_0x1278c4['key']);continue;case'removeFormat':_0x4b762a['push'](_0x1278c4['key']);continue;default:_0x456b2b['push'](_0x1278c4);}if(_0x3ac9b1['length']){const _0x5ca447=_0x3ac9b1['map'](_0x3cae5f=>this['_attributeLabels']['has'](_0x3cae5f)?this['_attributeLabels']['get'](_0x3cae5f):_0x3cae5f)['join'](',\x20');_0x456b2b['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x5ca447)});}if(_0x4b762a['length']){const _0x3a09fb=_0x4b762a['map'](_0x3fc093=>this['_attributeLabels']['has'](_0x3fc093)?this['_attributeLabels']['get'](_0x3fc093):_0x3fc093)['join'](',\x20');_0x456b2b['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3a09fb)});}return _0x456b2b;}['_handleCustomCallbackDescription'](_0x286004){for(const _0x402af4 of this['_customCallbacks']){const _0x4b87fd=_0x402af4(_0x286004);if(_0x4b87fd&&'type'in _0x4b87fd)return _0x4b87fd;}}['_handleAttributeSuggestionDescription'](_0x58982c,_0x38fa7b){const _0x4cb642=_0x38fa7b['data'],_0x214ba8=void 0x0===_0x4cb642['newValue']?'removeFormat':'addFormat';_0x58982c['push']({'type':_0x214ba8,'key':_0x4cb642['key']});}['_handleRenameSuggestionDescription'](_0x334573,_0x16825c){_0x334573['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x16825c['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3ba337,_0x5cce39,_0x1f1d8e){if(this['_addDescriptionItems'](_0x3ba337,_0x5cce39),_0x1f1d8e&&_0x1f1d8e['getFirstRange']()&&!_0x5cce39['getFirstRange']()['end']['isEqual'](_0x1f1d8e['getFirstRange']()['start'])){const _0x14e8fe=_0x3ba337[_0x3ba337['length']-0x1],_0x38042f='insertion'==_0x5cce39['type']?'add':'remove';_0x14e8fe&&'text'==_0x14e8fe['type']&&(_0x14e8fe[_0x38042f]+='\x0a');}}}class U extends _0x59cf86{['afterInit'](){const _0x4b7ce6=this['editor'],_0x357d4e=_0x4b7ce6['plugins']['get']('TrackChangesEditing');_0x4b7ce6['commands']['get']('showAIAssistant')&&_0x357d4e['enableCommand']('showAIAssistant');}}class V extends _0x59cf86{['afterInit'](){const _0x5de9f6=this['editor'],_0x172813=_0x5de9f6['locale'];if(!_0x5de9f6['plugins']['has']('AlignmentEditing'))return;const _0x448c48=_0x5de9f6['plugins']['get']('TrackChangesEditing');_0x448c48['enableDefaultAttributesIntegration']('alignment'),_0x448c48['registerBlockAttribute']('alignment'),_0x448c48['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x172813,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33b893=this['editor'],_0x3f2cc0=_0x33b893['locale'];_0x33b893['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26dc9d=>{if('formatBlock'!=_0x26dc9d['type'])return;const {data:_0x3504f9}=_0x26dc9d;if(_0x3504f9&&'alignment'==_0x3504f9['commandName']){const _0x20fcf4=_0x3504f9['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x3f2cc0,'*Format:*\x20%0',function(_0x422976){switch(_0x422976){case'left':return o(_0x3f2cc0,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x3f2cc0,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x3f2cc0,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x3f2cc0,'FORMAT_JUSTIFY_TEXT');}}(_0x20fcf4))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x59cf86{['afterInit'](){const _0x19d638=this['editor'],_0x1e632c=_0x19d638['plugins']['get']('TrackChangesEditing'),_0x3959b9=_0x19d638['locale'];for(const _0x2e1f42 of ti){if(!_0x19d638['plugins']['has'](_0x2e1f42))continue;const _0x354210=_0x2e1f42['slice'](0x0,-0x7)['toLowerCase'](),_0xd175d5='FORMAT_'+_0x354210['toUpperCase']();_0x1e632c['enableDefaultAttributesIntegration'](_0x354210),_0x1e632c['registerInlineAttribute'](_0x354210),_0x1e632c['descriptionFactory']['registerAttributeLabel'](_0x354210,o(_0x3959b9,_0xd175d5));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x357a76=this['editor'],_0x4b8dee=_0x357a76['locale'],_0x1aac22=_0x357a76['plugins']['get']('TrackChangesEditing');function _0x32727f(_0x1640a2,_0x22e4a9){_0x1aac22['descriptionFactory']['registerDescriptionCallback'](_0x568de5=>{if('formatInline'!=_0x568de5['type'])return;const {data:_0x26d812}=_0x568de5;return _0x26d812&&_0x26d812['commandName']===_0x1640a2?_0x26d812['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4b8dee,'*Format:*\x20%0',_0x22e4a9)}:{'type':'format','content':o(_0x4b8dee,'*Remove\x20format:*\x20%0',_0x22e4a9)}:void 0x0;});}_0x32727f('bold',o(_0x4b8dee,'FORMAT_BOLD')),_0x32727f('italic',o(_0x4b8dee,'FORMAT_ITALIC')),_0x32727f('underline',o(_0x4b8dee,'FORMAT_UNDERLINE')),_0x32727f('code',o(_0x4b8dee,'FORMAT_CODE')),_0x32727f('strikethrough',o(_0x4b8dee,'FORMAT_STRIKETHROUGH')),_0x32727f('subscript',o(_0x4b8dee,'FORMAT_SUBSCRIPT')),_0x32727f('superscript',o(_0x4b8dee,'FORMAT_SUPERSCRIPT'));}}class F extends _0x59cf86{['afterInit'](){const _0x4e9758=this['editor'],_0x1824c8=_0x4e9758['locale'];if(!_0x4e9758['plugins']['has']('BlockQuoteEditing'))return;const _0x1e21af=_0x4e9758['plugins']['get']('TrackChangesEditing'),_0x45ba2e=this['editor']['commands']['get']('blockQuote');_0x1e21af['enableCommand']('blockQuote',(_0x22a6d7,_0x406b41={})=>{const _0x3e3a57=this['editor']['model']['document']['selection'],_0x1b1e37=_0x406b41&&void 0x0!==_0x406b41['forceValue']?_0x406b41['forceValue']:!_0x45ba2e['value'];let _0x129bac=[];if(_0x1b1e37){const _0x28e31d=Array['from'](_0x3e3a57['getSelectedBlocks']())['filter'](_0x383d04=>oo(_0x383d04)||function(_0x3d5549,_0x5b6d8f){const _0x47e224=_0x5b6d8f['checkChild'](_0x3d5549['parent'],'blockQuote'),_0x4f3f00=_0x5b6d8f['checkChild'](['$root','blockQuote'],_0x3d5549);return _0x47e224&&_0x4f3f00;}(_0x383d04,this['editor']['model']['schema']));_0x129bac=to(_0x28e31d,_0x4e9758['model']);}else{const _0x10ac4d=Array['from'](_0x3e3a57['getSelectedBlocks']())['filter'](_0x3be3d4=>oo(_0x3be3d4));_0x129bac=to(_0x10ac4d,_0x4e9758['model']);}_0x4e9758['model']['change'](()=>{for(const _0x13c7f2 of _0x129bac)_0x1e21af['markBlockFormat'](_0x13c7f2,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1b1e37}]});});}),_0x1e21af['descriptionFactory']['registerDescriptionCallback'](_0x2413a3=>{const {data:_0x472628}=_0x2413a3;if(_0x472628&&'blockQuote'==_0x472628['commandName']){const _0x58be47=o(_0x1824c8,'ELEMENT_BLOCK_QUOTE');return _0x472628['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1824c8,'*Set\x20format:*\x20%0',_0x58be47)}:{'type':'format','content':o(_0x1824c8,'*Remove\x20format:*\x20%0',_0x58be47)};}});}}function oo(_0x1288e9){return'blockQuote'==_0x1288e9['parent']['name'];}class L extends _0x59cf86{['afterInit'](){const _0x2a4934=this['editor'],_0x413ec5=_0x2a4934['locale'],_0xf66714=_0x2a4934['plugins']['get']('TrackChangesEditing');_0x2a4934['plugins']['has']('BookmarkEditing')&&(_0xf66714['enableCommand']('insertBookmark'),_0xf66714['enableDefaultAttributesIntegration']('updateBookmark'),_0xf66714['registerBlockAttribute']('bookmarkId'),_0xf66714['descriptionFactory']['registerDescriptionCallback'](_0x555a47=>{if('insertion'!=_0x555a47['type']&&'deletion'!=_0x555a47['type']&&'attribute'!=_0x555a47['type'])return;const _0x2b7fc6=_0x555a47['getContainedElement']();if(null==_0x2b7fc6)return;if(!_0x2b7fc6['is']('element','bookmark'))return;const _0xbbb76d=_0x2b7fc6['getAttribute']('bookmarkId');if('insertion'==_0x555a47['type'])return{'type':'insertion','content':o(_0x413ec5,'*Insert:*\x20%0','\x22'+_0xbbb76d+'\x22\x20'+o(_0x413ec5,'ELEMENT_BOOKMARK'))};if('deletion'==_0x555a47['type'])return{'type':'deletion','content':o(_0x413ec5,'*Remove:*\x20%0','\x22'+_0xbbb76d+'\x22\x20'+o(_0x413ec5,'ELEMENT_BOOKMARK'))};const {data:_0x50a231}=_0x555a47;if(!_0x50a231||'bookmarkId'!=_0x50a231['key'])return;return{'type':'format','content':o(_0x413ec5,'*Set\x20bookmark:*\x20%0','\x22'+_0x50a231['newValue']+'\x22')};}));}}class J extends _0x59cf86{['afterInit'](){const _0x3679d1=this['editor'];_0x3679d1['plugins']['has']('CaseChange')&&(_0x3679d1['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3679d1['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3679d1['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x59cf86{['afterInit'](){const _0x58db42=this['editor'];_0x58db42['commands']['get']('ckbox')&&_0x58db42['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x59cf86{['afterInit'](){const _0x89d6f4=this['editor'];if(!_0x89d6f4['plugins']['has']('CodeBlock'))return;const _0x3d82da=_0x89d6f4['plugins']['get']('TrackChangesEditing'),_0x1e402e=_0x89d6f4['locale'],_0x11774f=_0x89d6f4['config']['get']('codeBlock')['languages'],_0x512cbd=_0x89d6f4['commands']['get']('codeBlock');_0x3d82da['enableCommand']('indentCodeBlock'),_0x3d82da['enableCommand']('outdentCodeBlock'),_0x3d82da['enableCommand']('codeBlock',(_0x16cb75,_0x56be71={})=>{const _0x543eb1=_0x89d6f4['model'],_0xfb36c5=_0x89d6f4['model']['document']['selection'],_0x12b45d=_0x56be71&&void 0x0!==_0x56be71['forceValue']?_0x56be71['forceValue']:!_0x512cbd['value'];let _0x18fd0e;_0x56be71['language']||(_0x56be71['language']=_0x11774f[0x0]['language']),_0x18fd0e=_0x12b45d?Array['from'](_0xfb36c5['getSelectedBlocks']())['filter'](_0x2c974e=>eo(_0x2c974e)||function(_0x4baf19,_0x36c52e){if(_0x4baf19['is']('rootElement')||_0x36c52e['isLimit'](_0x4baf19))return!0x1;return _0x36c52e['checkChild'](_0x4baf19['parent'],'codeBlock');}(_0x2c974e,_0x543eb1['schema'])):Array['from'](_0xfb36c5['getSelectedBlocks']())['filter'](_0x378714=>eo(_0x378714));const _0x3cb24c=to(_0x18fd0e,_0x543eb1);_0x543eb1['change'](()=>{for(const _0x332c93 of _0x3cb24c)_0x3d82da['markBlockFormat'](_0x332c93,{'commandName':'codeBlock','commandParams':[{..._0x56be71,'forceValue':_0x12b45d}],'formatGroupId':'blockName'});});}),(_0x3d82da['descriptionFactory']['registerElementLabel']('codeBlock',_0x3045d9=>o(_0x1e402e,'ELEMENT_CODE_BLOCK',_0x3045d9)),_0x3d82da['descriptionFactory']['registerDescriptionCallback'](_0x3bf668=>{if('formatBlock'!=_0x3bf668['type'])return;const _0x539271=_0x1e402e['t'],{data:_0x5810cb}=_0x3bf668;if(!_0x5810cb||'codeBlock'!=_0x5810cb['commandName'])return;const _0x28c808=_0x5810cb['commandParams'][0x0]['language'],_0x15e542=_0x539271(_0x11774f['find'](_0x4b1126=>_0x4b1126['language']===_0x28c808)['label'])['toLowerCase']();return _0x5810cb['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1e402e,'*Set\x20format:*\x20%0',o(_0x1e402e,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x15e542+')')}:{'type':'format','content':o(_0x1e402e,'*Remove\x20format:*\x20%0',o(_0x1e402e,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x4db1fa){return'codeBlock'==_0x4db1fa['name'];}class z extends _0x59cf86{['afterInit'](){const _0x5bedd2=this['editor'];if(!_0x5bedd2['plugins']['has']('CommentsEditing'))return;_0x5bedd2['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x400484,_0x15c4ba,_0x258933){const _0x423c47=[];for(const _0x3895c3 of _0x15c4ba['getItems']())_0x3895c3['hasAttribute'](_0x400484)&&_0x423c47['push'](_0x258933['createRangeOn'](_0x3895c3));return _0x423c47;}function De(_0x22799f,_0x193bd3,{showActiveMarker:_0x4af255=!0x0}={}){const _0x420aff=_0x22799f['plugins']['get']('TrackChangesEditing');return(_0x2963c8,_0x3c1310,_0x50843c)=>{if(!_0x50843c['consumable']['test'](_0x3c1310['markerRange'],_0x2963c8['name']))return;const _0x4e2061=_0x3c1310['markerRange']['getWalker'](),_0x374736=_0x3c1310['markerRange']['start'],_0x5dd52f=_0x22799f['model']['schema'];let _0x34b8dc=null,_0x545eee=null,_0x2f5f6d=!0x1,_0x2a1b59=!0x1;for(const _0x453963 of _0x4e2061){const _0x5b1a8a=_0x453963['item'];_0x2f5f6d=_0x2f5f6d||_0x5dd52f['isContent'](_0x5b1a8a);const _0x52ab41=_0x50843c['mapper']['toViewElement'](_0x5b1a8a);if(_0x52ab41&&_0x52ab41['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x453963['type']&&(_0x5dd52f['isBlock'](_0x5b1a8a)&&!_0x5dd52f['isLimit'](_0x5b1a8a)&&(_0x5b1a8a['nextSibling']||_0x374736['isAtEnd']?_0x34b8dc&&_0x34b8dc['parent']==_0x5b1a8a||(_0x34b8dc=_0x5b1a8a,_0x1640db(_0x453963['previousPosition']),_0x2a1b59=!0x0):_0x545eee=_0x545eee||_0x453963['previousPosition']));}function _0x1640db(_0x4c16e1){const {authorId:_0x1912f9}=_0x420aff['_splitMarkerName'](_0x3c1310['markerName']),_0x7395bd=_0x50843c['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x193bd3,'data-author-id':_0x1912f9}),_0x1602ad=_0x50843c['mapper']['toViewPosition'](_0x4c16e1);_0x4af255&&_0x420aff['activeMarkers']['includes'](_0x3c1310['markerName'])&&_0x50843c['writer']['addClass']('ck-suggestion-marker--active',_0x7395bd),_0x50843c['writer']['insert'](_0x1602ad,_0x7395bd),_0x50843c['mapper']['bindElementToMarker'](_0x7395bd,_0x3c1310['markerName']);}_0x2f5f6d||_0x2a1b59||!_0x545eee||_0x1640db(_0x545eee);};}class K extends _0x59cf86{static get['requires'](){return[_0x52bf88];}['init'](){const _0x54a057=this['editor'],_0x13ad43=_0x54a057['plugins']['get']('TrackChangesEditing');_0x13ad43['enableCommand']('delete');const _0x42bc92=_0x54a057['commands']['get']('deleteForward');_0x13ad43['enableCommand']('deleteForward',(_0x120921,_0x400697={})=>{const _0x1cad5e=_0x54a057['model']['createSelection'](_0x54a057['model']['document']['selection']);_0x1cad5e['isCollapsed']&&_0x54a057['model']['modifySelection'](_0x1cad5e,{'direction':'forward','unit':_0x400697['unit']});const _0x4822ca=_0x1cad5e['getFirstRange'](),_0x3cbe55=_0x3e3cd3['fromRange'](_0x4822ca);let _0x463bce;_0x120921(_0x400697),_0x463bce='$graveyard'==_0x3cbe55['root']['rootName']?_0x54a057['model']['createRange'](_0x4822ca['start']):_0x54a057['model']['createRange'](_0x3cbe55['start'],_0x3cbe55['end']),_0x3cbe55['detach'](),_0x54a057['model']['enqueueChange'](_0x42bc92['buffer']['batch'],_0x217812=>{_0x42bc92['buffer']['lock'](),_0x217812['setSelection'](_0x217812['createRange'](_0x463bce['end'])),_0x42bc92['buffer']['unlock']();});}),_0x54a057['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x54a057,'merge'),{'priority':'high'}),_0x54a057['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x54fa77,_0x5e3958,_0x206ff7)=>{_0x206ff7['options']['showSuggestionHighlights']&&De(_0x54a057,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x54fa77,_0x5e3958,_0x206ff7);},{'priority':'high'}),_0x54a057['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x1f524f,_0x5f0321,_0x4dab41)=>{const _0x120fcc=_0x4dab41['mapper']['markerNameToElements'](_0x5f0321['markerName']);if(_0x120fcc){for(const _0xf049d3 of _0x120fcc)_0xf049d3['is']('uiElement')&&(_0x4dab41['mapper']['unbindElementFromMarkerName'](_0xf049d3,_0x5f0321['markerName']),_0x4dab41['writer']['remove'](_0xf049d3));}},{'priority':'high'});}}class W extends _0x59cf86{['afterInit'](){const _0xc7057=this['editor'];if(!_0xc7057['plugins']['has']('ListEditing'))return;const _0x2d09fd=_0xc7057['locale'],_0x4b0813=_0xc7057['plugins']['get']('TrackChangesEditing'),_0x18e87f=_0xc7057['plugins']['has']('TodoListEditing'),_0x1cb8ae=!!_0xc7057['config']['get']('list.multiBlock');function _0x14a625(_0x3e29c8){return{'type':'format','content':''+o(_0x2d09fd,'*Set\x20format:*\x20%0',_0x3e29c8)};}function _0x2ad7fc(_0x354a07){return{'type':'format','content':''+o(_0x2d09fd,'*Remove\x20format:*\x20%0',_0x354a07)};}_0x4b0813['enableDefaultAttributesIntegration']('numberedList'),_0x4b0813['enableDefaultAttributesIntegration']('bulletedList'),_0x4b0813['enableDefaultAttributesIntegration']('customNumberedList'),_0x4b0813['enableDefaultAttributesIntegration']('customBulletedList'),_0x4b0813['enableDefaultAttributesIntegration']('indentList'),_0x4b0813['enableDefaultAttributesIntegration']('outdentList'),_0x4b0813['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4b0813['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4b0813['registerBlockAttribute']('listItemId'),_0x4b0813['registerBlockAttribute']('listType'),_0x4b0813['registerBlockAttribute']('listIndent'),_0x1cb8ae&&(_0x4b0813['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4b0813['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x18e87f&&(_0x4b0813['enableDefaultAttributesIntegration']('todoList'),_0x4b0813['enableDefaultAttributesIntegration']('checkTodoList'),_0x4b0813['registerBlockAttribute']('todoListChecked'),_0x4b0813['descriptionFactory']['registerDescriptionCallback'](_0x57d1b9=>{const {data:_0x14434b}=_0x57d1b9;if(_0x14434b&&'todoListChecked'==_0x14434b['key'])return{'type':'format','content':_0x14434b['newValue']?o(_0x2d09fd,'*Check\x20item*'):o(_0x2d09fd,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x58f359=>{if(_0x58f359['batch']['isUndo'])return!0x1;let _0x9b4e5d=!0x1;const _0x22c8a8=_0x4b0813['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c8588=>'todoListChecked'===_0x4b0813['_getAttributeKey'](_0x2c8588));for(const _0x462eef of _0x22c8a8){'todo'!=_0x462eef['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4b0813['_findSuggestions'](_0x462eef['getFirstRange'](),'attribute')['find'](_0x1fdccb=>'listType'===_0x4b0813['_getAttributeKey'](_0x1fdccb['suggestion']))||(_0x58f359['removeMarker'](_0x462eef['getFirstMarker']()),_0x9b4e5d=!0x0));}return _0x9b4e5d;})),_0x4b0813['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2d09fd,'FORMAT_INDENT'));const _0x2f1c00={'type':'format','content':''};_0x4b0813['descriptionFactory']['registerDescriptionCallback'](_0x5202dd=>{const {data:_0xbe22ef}=_0x5202dd;if(!_0xbe22ef||'listType'!=_0xbe22ef['key'])return;let _0x29636e=_0x5202dd['head'];for(;_0x29636e;){if(_0x29636e['data']&&(('listStyle'==_0x29636e['data']['key']||'listMarkerStyle'==_0x29636e['data']['key'])&&(_0x29636e['data']['newValue']&&'default'!=_0x29636e['data']['newValue']||'default'!=_0x29636e['data']['oldValue']&&!_0xbe22ef['newValue'])||!_0x1cb8ae&&_0x29636e['data']['key']==m))return _0x2f1c00;_0x29636e=_0x29636e['next'];}if(null==_0xbe22ef['newValue'])switch(_0xbe22ef['oldValue']){case'bulleted':return _0x2ad7fc(o(_0x2d09fd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2ad7fc(o(_0x2d09fd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2ad7fc(o(_0x2d09fd,'ELEMENT_TODO_LIST'));}switch(_0xbe22ef['newValue']){case'bulleted':return _0x14a625(o(_0x2d09fd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x14a625(o(_0x2d09fd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x14a625(o(_0x2d09fd,'ELEMENT_TODO_LIST'));}}),_0x4b0813['descriptionFactory']['registerDescriptionCallback'](_0x3250cc=>{const {data:_0x386e45}=_0x3250cc;if(_0x386e45&&'listIndent'==_0x386e45['key'])return null==_0x386e45['newValue']||null==_0x386e45['oldValue']&&0x0==_0x386e45['newValue']?_0x2f1c00:void 0x0;}),_0x4b0813['descriptionFactory']['registerDescriptionCallback'](_0x576b1c=>{if('attribute'!=_0x576b1c['type'])return;const {data:_0x1ddc1d}=_0x576b1c;if(!_0x1ddc1d||'listItemId'!=_0x1ddc1d['key'])return;const _0x3a9488=Te(_0x576b1c);return'newValue'==_0x3a9488?{'type':'format','content':o(_0x2d09fd,'*Merge:*\x20list\x20item')}:'oldValue'==_0x3a9488?{'type':'format','content':o(_0x2d09fd,'*Split:*\x20list\x20item')}:_0x2f1c00;}),_0xc7057['model']['document']['registerPostFixer'](_0x59ced6=>this['listItemIdFixer'](_0x59ced6)),_0xc7057['model']['document']['registerPostFixer'](_0x29cf5a=>this['noTrackChangesFixer'](_0x29cf5a)),_0xc7057['model']['document']['on']('change:data',(_0x27b611,_0x26044f)=>{if(_0x26044f['isUndo']||!_0x26044f['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2ebe3b){if(_0x2ebe3b['batch']['isUndo']||!_0x2ebe3b['batch']['isLocal'])return!0x1;let _0x30084c=!0x1;const _0x132add=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x37e0b2=>_0x37e0b2['data']&&'listItemId'==_0x37e0b2['data']['key'])['filter'](_0x3d2b6a=>_0x3d2b6a['data']['newValue']&&_0x3d2b6a['data']['oldValue']);for(const _0x4bbfce of _0x132add)Te(_0x4bbfce)||(_0x2ebe3b['removeMarker'](_0x4bbfce['getFirstMarker']()),_0x30084c=!0x0);return _0x30084c;}['noTrackChangesFixer'](_0x2592b9){if(_0x2592b9['batch']['isUndo']||!_0x2592b9['batch']['isLocal'])return!0x1;const _0x41be96=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x41be96['trackChangesCommand']['value'])return!0x1;let _0xda6d02=!0x1;const _0x4c5705=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x338b9c=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x1120be=>'attribute'==_0x1120be['type'])['filter'](_0x1ee268=>_0x4c5705['includes'](_0x1ee268['attributeKey']));if(0x0==_0x338b9c['length'])return _0xda6d02;for(const _0x566984 of _0x338b9c){const _0x53bc70=_0x41be96['_findSuggestions'](_0x566984['range'],'attribute')['filter'](_0x5a58fe=>!_0x5a58fe['meta']['isNextTo'])['map'](_0xc5638b=>_0xc5638b['suggestion'])['filter'](_0xed2bea=>{const _0x549094=_0x41be96['_getAttributeKey'](_0xed2bea);return _0x4c5705['includes'](_0x549094);});if(_0x53bc70['length']){for(const _0x103838 of _0x53bc70)_0x2592b9['removeMarker'](_0x103838['getFirstMarker']());_0xda6d02=!0x0;}}return _0xda6d02;}['assureChains'](){const _0x177455=this['editor']['plugins']['get']('TrackChangesEditing'),_0x337cc9=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x537922;const _0x4f1a93=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x13bcf0=>{if(_0x13bcf0['data']['oldRange']||!_0x13bcf0['data']['newRange'])return null;if(!_0x13bcf0['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x243ac5}=_0x177455['_splitMarkerName'](_0x13bcf0['name']);if(!_0x177455['hasSuggestion'](_0x243ac5))return null;const _0x2cd444=_0x177455['getSuggestion'](_0x243ac5);return _0x337cc9['includes'](_0x2cd444['data']['key']);})['map'](_0xa5b42a=>{const {id:_0x625a5c}=_0x177455['_splitMarkerName'](_0xa5b42a['name']),_0x1671af=_0x177455['getSuggestion'](_0x625a5c);return _0x537922=_0x1671af['attributes']['groupId'],_0x1671af['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4f1a93['size'])return;const _0x1b450e=_0x177455['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1496fc=>'attribute'==_0x1496fc['type']&&_0x1496fc['data']&&_0x337cc9['includes'](_0x1496fc['data']['key'])&&_0x1496fc['attributes']['groupId']!=_0x537922)['map'](_0x1a9875=>({'listItem':_0x1a9875['getFirstRange']()['start']['nodeAfter'],'groupId':_0x1a9875['attributes']['groupId']})),_0x154b79=new Set();for(const {groupId:_0x35d05a,listItem:_0x9b6345}of _0x1b450e)_0x4f1a93['has'](_0x9b6345)&&_0x154b79['add'](_0x35d05a);for(const _0x710bf8 of _0x177455['getSuggestions']())_0x154b79['has'](_0x710bf8['attributes']['groupId'])&&_0x710bf8['setAttribute']('groupId',_0x537922);}['_supportLegacySuggestions'](){const _0x31567a=this['editor'],_0xf6ded=_0x31567a['locale'],_0x384d09=_0x31567a['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x384d09['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x87ecd6,_0x4b5256){const _0x59a7ba=[];for(let _0x574ae8 of _0x87ecd6)_0x574ae8['start']['nodeAfter']===_0x574ae8['end']['parent']&&(_0x574ae8=_0x31567a['model']['createRange'](_0x31567a['model']['createPositionAt'](_0x574ae8['start']['nodeAfter'],0x0))),_0x59a7ba['push'](_0x574ae8);_0x31567a['model']['change'](_0x3ea3a5=>{const _0x17a40e=_0x31567a['model']['document']['selection'],_0x4f15db=Array['from'](_0x17a40e['getRanges']())['map'](_0x41a2a7=>_0x3e3cd3['fromRange'](_0x41a2a7));_0x3ea3a5['setSelection'](_0x59a7ba),_0x31567a['commands']['get'](_0x4b5256['commandName'])['refresh'](),_0x4b5256['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x31567a['execute'](_0x4b5256['commandName'],..._0x4b5256['commandParams']),_0x3ea3a5['setSelection'](_0x4f15db);for(const _0x44377b of _0x4f15db)_0x44377b['detach']();});}),_0x384d09['descriptionFactory']['registerElementLabel'](function(_0x5dc120){const _0x305059=!_0x31567a['model']['schema']['isObject'](_0x5dc120),_0x2f29f2=_0x5dc120['previousSibling'],_0x592736=_0x5dc120['nextSibling'],_0x190e87=_0x5dc120['getAttribute']('listItemId'),_0x1ff9e8=!_0x2f29f2||_0x2f29f2['getAttribute']('listItemId')!==_0x190e87,_0x6638d7=!_0x592736||_0x592736['getAttribute']('listItemId')!==_0x190e87;return _0x305059&&Boolean(_0x190e87)&&_0x1ff9e8&&_0x6638d7;},_0x15fdac=>o(_0xf6ded,'ELEMENT_LIST_ITEM',_0x15fdac));}['_registerLegacyDescription'](){const _0x4ca39f=this['editor'],_0x4b5ead=_0x4ca39f['locale'];function _0x41a207(_0x9e5a92){const _0x158676=_0x4ca39f['commands']['get']('bulletedList')['value'],_0x3b9f0e=_0x4ca39f['commands']['get']('numberedList')['value'];return'numberedList'===_0x9e5a92?_0x158676:_0x3b9f0e;}_0x4ca39f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4a8e68){if('formatBlock'!=_0x4a8e68['type'])return;const {data:_0x370c1d}=_0x4a8e68;if(!_0x370c1d)return;let _0x96e1ec,_0x14e400,_0x601667,_0x2fcaa4;switch(_0x370c1d['commandName']){case'bulletedList':_0x601667=_0x370c1d['commandParams'][0x0]['forceValue'],_0x2fcaa4=_0x41a207(_0x370c1d['commandName']),_0x96e1ec=_0x601667?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2fcaa4&&_0x4ca39f['config']['get']('list.multiBlock')||(_0x96e1ec='*Change\x20to:*\x20%0'),_0x14e400={'type':'format','content':o(_0x4b5ead,_0x96e1ec,o(_0x4b5ead,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x601667=_0x370c1d['commandParams'][0x0]['forceValue'],_0x2fcaa4=_0x41a207(_0x370c1d['commandName']),_0x96e1ec=_0x601667?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2fcaa4&&_0x4ca39f['config']['get']('list.multiBlock')||(_0x96e1ec='*Change\x20to:*\x20%0'),_0x14e400={'type':'format','content':o(_0x4b5ead,_0x96e1ec,o(_0x4b5ead,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x96e1ec='*Indent:*\x20%0',_0x14e400={'type':'format','content':o(_0x4b5ead,_0x96e1ec,o(_0x4b5ead,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x96e1ec=function(_0x4e5d8f){const _0x33e8ab=_0x4e5d8f['getFirstRange']();let _0x37fb0d=_0x33e8ab['start']['nodeAfter'];for(;_0x37fb0d&&_0x33e8ab['containsItem'](_0x37fb0d);){if(_0x37fb0d['getAttribute']('listIndent')>0x0)return!0x1;_0x37fb0d=_0x37fb0d['nextSibling'];}return!0x0;}(_0x4a8e68)?o(_0x4b5ead,'*Format:*\x20remove\x20from\x20%0',o(_0x4b5ead,function(_0x3f5c02){return'ELEMENT_'+_0x3f5c02['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4a8e68))):o(_0x4b5ead,'*Outdent:*\x20%0',o(_0x4b5ead,'ELEMENT_LIST_ITEM')),_0x14e400={'type':'format','content':_0x96e1ec};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x370c1d['multipleBlocks']&&(_0x96e1ec='*Merge:*\x20%0',_0x14e400={'type':'deletion','content':o(_0x4b5ead,_0x96e1ec,o(_0x4b5ead,'ELEMENT_LIST_ITEM'))});}return _0x14e400;});}}function Te(_0x2edce0){let _0x4b8feb=_0x2edce0['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4b8feb;){const _0x28b7a2=_0x4b8feb['getAttribute']('listItemId');if(!_0x28b7a2)return!0x1;if(_0x28b7a2==_0x2edce0['data']['newValue'])return'newValue';if(_0x28b7a2==_0x2edce0['data']['oldValue'])return'oldValue';_0x4b8feb=_0x4b8feb['previousSibling'];}return!0x1;}class Se extends _0x59cf86{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x2ab277=this['editor']['config']['get']('list.properties'),_0x18d882=this['editor']['plugins']['get']('TrackChangesEditing');_0x2ab277['styles']&&(_0x18d882['enableDefaultAttributesIntegration']('listStyle'),_0x18d882['registerBlockAttribute']('listStyle')),_0x2ab277['reversed']&&(_0x18d882['enableDefaultAttributesIntegration']('listReversed'),_0x18d882['registerBlockAttribute']('listReversed')),_0x2ab277['startIndex']&&(_0x18d882['enableDefaultAttributesIntegration']('listStart'),_0x18d882['registerBlockAttribute']('listStart'));const _0x2e8eb0={'type':'format','content':''};_0x18d882['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x392d36=this['editor']['locale'];_0x18d882['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x392d36,'FORMAT_LIST_REVERSED')),_0x18d882['descriptionFactory']['registerDescriptionCallback'](_0x1150e2=>{const {data:_0x2bf616}=_0x1150e2;if(_0x2bf616&&'listReversed'==_0x2bf616['key'])return null==_0x2bf616['newValue']||0x0==_0x2bf616['newValue']&&null==_0x2bf616['oldValue']?_0x2e8eb0:void 0x0;}),_0x18d882['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x392d36,'FORMAT_LIST_START')),_0x18d882['descriptionFactory']['registerDescriptionCallback'](_0xe86640=>{const {data:_0xac7d75}=_0xe86640;if(_0xac7d75&&'listStart'==_0xac7d75['key'])return null==_0xac7d75['newValue']||0x1==_0xac7d75['newValue']&&null==_0xac7d75['oldValue']?_0x2e8eb0:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x207114=>{if(_0x207114['batch']['isUndo'])return!0x1;let _0x230114=!0x1;const _0x255376=_0x18d882['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d6e5b=>{const _0x4c046b=_0x18d882['_getAttributeKey'](_0x4d6e5b);return'listStart'==_0x4c046b||'listReversed'==_0x4c046b;});for(const _0x5229e2 of _0x255376){const _0x480015=_0x5229e2['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x480015||'customNumbered'==_0x480015)continue;_0x18d882['_findSuggestions'](_0x5229e2['getFirstRange'](),'attribute')['find'](_0x54104b=>'listType'==_0x18d882['_getAttributeKey'](_0x54104b['suggestion']))||(_0x207114['removeMarker'](_0x5229e2['getFirstMarker']()),_0x230114=!0x0);}return _0x230114;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x31181b){const _0x4fc9a7=this['editor']['locale'],{data:_0x2e8a1e}=_0x31181b,_0x277062={'type':'format','content':''};if(!_0x2e8a1e||'listStyle'!=_0x2e8a1e['key'])return;if(!_0x2e8a1e['oldValue'])return'default'==_0x2e8a1e['newValue']?_0x277062:{'type':'format','content':''+o(_0x4fc9a7,'*Set\x20format:*\x20%0',o(_0x4fc9a7,this['_getTranslationKeyForListStyle'](_0x2e8a1e['newValue'])))};if(!_0x2e8a1e['newValue']){if('default'==_0x2e8a1e['oldValue'])return _0x277062;let _0x3c5855=_0x31181b['head'];for(;_0x3c5855;){if(_0x3c5855['data']&&'listType'==_0x3c5855['data']['key']&&_0x3c5855['data']['newValue'])return _0x277062;_0x3c5855=_0x3c5855['next'];}return{'type':'format','content':''+o(_0x4fc9a7,'*Remove\x20format:*\x20%0',o(_0x4fc9a7,this['_getTranslationKeyForListStyle'](_0x2e8a1e['oldValue'])))};}if('default'!=_0x2e8a1e['newValue'])return{'type':'format','content':''+o(_0x4fc9a7,'*Set\x20format:*\x20%0',o(_0x4fc9a7,this['_getTranslationKeyForListStyle'](_0x2e8a1e['newValue'])))};let _0x5bc31c=_0x31181b['head'];for(;_0x5bc31c;){if(_0x5bc31c['data']&&'listType'==_0x5bc31c['data']['key']&&_0x5bc31c['data']['newValue']&&_0x5bc31c['data']['oldValue'])return _0x277062;_0x5bc31c=_0x5bc31c['next'];}return{'type':'format','content':o(_0x4fc9a7,'*Set\x20format:*\x20%0',o(_0x4fc9a7,'ELEMENT_'+_0x31181b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0xf59284=this['editor'],_0x4eca3d=_0xf59284['locale'];_0xf59284['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x257cd9=>{if('formatBlock'!=_0x257cd9['type'])return;const {data:_0x521353}=_0x257cd9;if(!_0x521353)return;let _0x3b24e7,_0x1ba2d6;switch(_0x521353['commandName']){case'listStyle':_0x3b24e7='*Change\x20to:*\x20%0',_0x1ba2d6={'type':'format','content':o(_0x4eca3d,_0x3b24e7,o(_0x4eca3d,this['_getTranslationKeyForListStyle'](_0x521353['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3b24e7=_0x521353['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1ba2d6={'type':'format','content':o(_0x4eca3d,_0x3b24e7)};break;case'listStart':_0x3b24e7='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1ba2d6={'type':'format','content':o(_0x4eca3d,_0x3b24e7,_0x521353['commandParams'][0x0]['startIndex'])};}return _0x1ba2d6;});}['_getTranslationKeyForListStyle'](_0x5ee3ee){return'ELEMENT_'+function(_0x44041e){if(_e['includes'](_0x44041e))return'bulleted';if(Re['includes'](_0x44041e))return'numbered';return null;}(_0x5ee3ee)['toUpperCase']()+'_LIST_'+_0x5ee3ee['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x59cf86{['afterInit'](){const _0x3fe21e=this['editor'];_0x3fe21e['commands']['get']('emoji')&&_0x3fe21e['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x59cf86{static get['requires'](){return[_0x2ca479];}['init'](){const _0x23c9a7=this['editor'],_0x5bdd54=_0x23c9a7['plugins']['get']('TrackChangesEditing'),_0x3950fc=_0x23c9a7['commands']['get']('enter');_0x5bdd54['enableCommand']('enter',()=>{_0x23c9a7['model']['change'](_0x2c96da=>{const _0x18da38=_0x23c9a7['model']['document']['selection'],_0x2f06ca=_0x18da38['getFirstPosition'](),_0x5b6fc0=_0x3e3cd3['fromRange'](_0x18da38['getFirstRange']());if(_0x3950fc['enterBlock'](_0x2c96da)){const _0x19caee=_0x23c9a7['model']['createPositionAt'](_0x2f06ca['parent']['nextSibling'],0x0),_0x402bc1=_0x2c96da['createRange'](_0x2f06ca,_0x19caee);_0x5bdd54['markInsertion'](_0x402bc1);}else _0x2c96da['setSelection'](_0x2c96da['createRange'](_0x5b6fc0['end']));_0x5b6fc0['detach'](),_0x3950fc['fire']('afterExecute',{'writer':_0x2c96da});});}),_0x23c9a7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x23c9a7,'split'),{'priority':'high'}),_0x23c9a7['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x455af6,_0x5c9c81,_0x1cb438)=>{const _0x3597a9=_0x1cb438['mapper']['markerNameToElements'](_0x5c9c81['markerName']);if(_0x3597a9){for(const _0x47b536 of _0x3597a9)_0x47b536['hasClass']('ck-suggestion-marker-split')&&(_0x1cb438['mapper']['unbindElementFromMarkerName'](_0x47b536,_0x5c9c81['markerName']),_0x1cb438['writer']['remove'](_0x47b536));}},{'priority':'high'}),_0x23c9a7['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2a0772,_0x1472ab,_0x1e3a2b)=>{_0x1e3a2b['options']['showSuggestionHighlights']&&De(_0x23c9a7,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x2a0772,_0x1472ab,_0x1e3a2b);},{'priority':'high'});}}class Z extends _0x59cf86{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x2efcaf=this['editor']['plugins']['get']('TrackChangesEditing');_0x2efcaf['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x2efcaf['enableCommand']('findNext'),_0x2efcaf['enableCommand']('findPrevious'),_0x2efcaf['enableCommand']('replace'),_0x2efcaf['enableCommand']('replaceAll');}['handleFindCommand'](_0x375f56,_0x4be65e,_0xd7989a={}){const _0x4b0c19=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x375f56(_0x32b05d=>{let _0x242fed=('string'==typeof _0x4be65e?_0x4b0c19['findByTextCallback'](_0x4be65e,_0xd7989a):_0x4be65e)(_0x32b05d);Array['isArray'](_0x242fed)&&(_0x242fed={'results':_0x242fed,'searchText':'string'==typeof _0x4be65e?_0x4be65e:''});const _0x44dfe6=_0x242fed['results']['filter'](_0x477bd2=>!0x1===this['_isInDeletionRange'](_0x477bd2,_0x32b05d['item']));return{..._0x242fed,'results':_0x44dfe6};},_0xd7989a);}['_isInDeletionRange'](_0x3d4de4,_0x40486c){const _0x300f75=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x40486c,_0x3d4de4['start']),this['editor']['model']['createPositionAt'](_0x40486c,_0x3d4de4['end']));for(const _0x3f857e of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x300f75['getIntersection'](_0x3f857e['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x59cf86{['afterInit'](){const _0x4fc4ad=this['editor']['locale'],_0x4876ed=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x54f7ae,commandName:_0x11a583}of ro)this['editor']['plugins']['has'](_0x54f7ae)&&(_0x4876ed['enableDefaultAttributesIntegration'](_0x11a583),_0x4876ed['registerInlineAttribute'](_0x11a583));_0x4876ed['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x4fc4ad,'FORMAT_FONT_SIZE')),_0x4876ed['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x4fc4ad,'FORMAT_FONT_FAMILY')),_0x4876ed['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x4fc4ad,'FORMAT_FONT_COLOR')),_0x4876ed['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x4fc4ad,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x56234c=this['editor'],_0x32199a=_0x56234c['locale'];_0x56234c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xffff07=>{const _0x230e45=_0x32199a['t'];if('formatInline'!=_0xffff07['type'])return;const {data:_0x174307}=_0xffff07;if(null!=_0x174307){if('fontSize'==_0x174307['commandName']){const _0x3aa9fe=_0x174307['commandParams'][0x0]['value'];if(_0x3aa9fe){const _0x8f1d74=_0x230e45(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x11e3c9=>_0x11e3c9['model']==_0x3aa9fe)['title'])['toLowerCase']();return{'type':'format','content':o(_0x32199a,'*Set\x20font\x20size:*\x20%0',_0x8f1d74)};}return{'type':'format','content':o(_0x32199a,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x174307['commandName']){const _0x469b40=_0x174307['commandParams'][0x0]['value'];return _0x469b40?{'type':'format','content':o(_0x32199a,'*Set\x20font\x20family:*\x20%0',_0x469b40)}:{'type':'format','content':o(_0x32199a,'*Reset\x20font\x20family*')};}if('fontColor'==_0x174307['commandName']){const _0x2f2177=_0x174307['commandParams'][0x0]['value'];if(_0x2f2177){const _0x50e88f=_0x3016f2(this['editor']['config']['get']('fontColor.colors'))['find'](_0x78b238=>_0x78b238['model']==_0x2f2177);let _0x1fd930=_0x2f2177,_0x17629a='';return _0x50e88f&&(_0x1fd930=_0x50e88f['label'],_0x17629a=_0x230e45(_0x1fd930)['toLowerCase']()),{'type':'format','content':o(_0x32199a,'*Set\x20font\x20color:*\x20%0',_0x17629a)['trim'](),'color':{'value':_0x2f2177,'title':_0x17629a||_0x1fd930}};}return{'type':'format','content':o(_0x32199a,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x174307['commandName']){const _0x3078f0=_0x174307['commandParams'][0x0]['value'];if(_0x3078f0){const _0x4fd917=_0x3016f2(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1219ca=>_0x1219ca['model']==_0x3078f0);let _0x42f72d=_0x3078f0,_0x4a8ff6='';return _0x4fd917&&(_0x42f72d=_0x4fd917['label'],_0x4a8ff6=_0x230e45(_0x42f72d)['toLowerCase']()),{'type':'format','content':o(_0x32199a,'*Set\x20font\x20background\x20color:*\x20%0',_0x4a8ff6)['trim'](),'color':{'value':_0x3078f0,'title':_0x4a8ff6||_0x42f72d}};}return{'type':'format','content':o(_0x32199a,'*Reset\x20font\x20background\x20color*')};}}});}}class nt extends _0x59cf86{['afterInit'](){const _0x559e20=this['editor'],_0x2dbc90=_0x559e20['plugins']['get']('TrackChangesEditing'),_0x111f43=_0x559e20['commands']['get']('copyFormat'),_0x5722bc=_0x559e20['commands']['get']('pasteFormat');_0x111f43&&_0x5722bc&&(_0x2dbc90['enableDefaultAttributesIntegration']('pasteFormat'),_0x2dbc90['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x4f557b=this['editor'],_0x6d573d=_0x4f557b['locale'];_0x4f557b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x29d30d=>{if('formatBlock'!=_0x29d30d['type']&&'formatInline'!=_0x29d30d['type'])return;const {data:_0x5ad248}=_0x29d30d;if(_0x5ad248&&'pasteFormat'===_0x5ad248['commandName']){const _0x21794e=[],_0x328d3e=_0x5ad248['commandParams'][0x0];for(const [_0x1c1e98,_0x2b6b28]of Object['entries'](_0x328d3e))_0x21794e['push'](so(_0x4f557b,_0x1c1e98,_0x2b6b28));return _0x21794e['length']?{'type':'format','content':o(_0x6d573d,'*Set\x20format\x20to:*\x20%0',_0x21794e['join'](',\x20'))}:{'type':'format','content':o(_0x6d573d,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1f2b37,_0x754a94,_0x4231a6){const _0x4cc14c=_0x1f2b37['locale']['t'],_0x5be62a=_0x754a94['split'](/(?=[A-Z])/)['join']('\x20'),_0x472d82=_0x4cc14c(_0x5be62a['charAt'](0x0)['toUpperCase']()+_0x5be62a['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4231a6)return _0x472d82;if('fontColor'===_0x754a94||'fontBackgroundColor'===_0x754a94){const _0x52b5ae=_0x3016f2(_0x1f2b37['config']['get']('fontColor.colors'))['find'](_0x2be99e=>_0x2be99e['model']==_0x4231a6);return _0x472d82+'\x20('+(_0x52b5ae?_0x4cc14c(_0x52b5ae['label'])['toLowerCase']():_0x4231a6)+')';}if('fontSize'===_0x754a94&&isNaN(parseFloat(_0x4231a6))){const _0x4f387b=_0x1f2b37['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1f2b37['config']['get']('fontSize.options'))['find'](_0x5ca638=>_0x5ca638['model']==_0x4231a6);return _0x472d82+'\x20('+(_0x4f387b?_0x4cc14c(_0x4f387b['title'])['toLowerCase']():_0x4231a6)+')';}return _0x472d82+'\x20('+_0x4231a6+')';}class it extends _0x59cf86{['_headingOptions'];['afterInit'](){const _0x19501a=this['editor'];if(!_0x19501a['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x19501a['config']['get']('heading.options');const _0x22f3f9=_0x19501a['locale'],_0x1837ee=_0x19501a['plugins']['get']('TrackChangesEditing');_0x1837ee['enableDefaultAttributesIntegration']('heading');for(const _0x1533f5 of this['_headingOptions'])'paragraph'!=_0x1533f5['model']&&_0x1837ee['descriptionFactory']['registerElementLabel'](_0x1533f5['model'],_0x228e28=>{const _0x2ce772=this['_getHeadingLevel'](_0x1533f5['model']);return null!==_0x2ce772?_0x2f83f6(_0x228e28,_0x2ce772):_0x872029(_0x228e28,_0x1533f5['title']);});function _0x2f83f6(_0x146002,_0x16c9bf){return o(_0x22f3f9,'ELEMENT_HEADING',[_0x146002,_0x16c9bf]);}function _0x872029(_0x5c7ce5,_0x4067e1){return o(_0x22f3f9,'ELEMENT_HEADING_CUSTOM',[_0x5c7ce5,_0x4067e1]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x10cd27=this['editor'],_0x37f1f4=_0x10cd27['locale'];function _0x4d7534(_0x713c4c,_0x3d48e4){return o(_0x37f1f4,'ELEMENT_HEADING_CUSTOM',[_0x713c4c,_0x3d48e4]);}_0x10cd27['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x221bc6=>{if('formatBlock'!=_0x221bc6['type'])return;const {data:_0x3538cc}=_0x221bc6;if(_0x3538cc&&'heading'==_0x3538cc['commandName']){const _0x575c36=_0x3538cc['commandParams'][0x0]['value'],_0x47fd5c=this['_getHeadingLevel'](_0x575c36);if(null!==_0x47fd5c)return{'type':'format','content':o(_0x37f1f4,'*Change\x20to:*\x20%0',(_0x5197ef=0x1,_0x2c0180=_0x47fd5c,o(_0x37f1f4,'ELEMENT_HEADING',[_0x5197ef,_0x2c0180])))};const _0x11d8f9=this['_headingOptions']['find'](_0x59ee6d=>_0x59ee6d['model']===_0x575c36)['title'];return{'type':'format','content':o(_0x37f1f4,'*Change\x20to:*\x20%0',_0x4d7534(0x1,_0x11d8f9))};}var _0x5197ef,_0x2c0180;});}['_getHeadingLevel'](_0x10dc70){const _0x1a646c=_0x10dc70['match'](/^heading(\d+)/);if(_0x1a646c)return _0x1a646c[0x1];const _0x5efa4a=this['_headingOptions']?.['find'](_0x476072=>_0x476072['model']==_0x10dc70);if(_0x5efa4a&&_0x5efa4a['view']){const _0x19394d=_0x5efa4a['view'],_0x2e4273=(_0x19394d['name']??_0x19394d)['match'](/^h(\d+)/);if(_0x2e4273)return _0x2e4273[0x1];}return null;}}class et extends _0x59cf86{['afterInit'](){const _0x2abecb=this['editor'];if(!_0x2abecb['plugins']['has']('HighlightEditing'))return;const _0x52770f=_0x2abecb['plugins']['get']('TrackChangesEditing'),_0x49ceb9=_0x2abecb['locale'];_0x52770f['enableDefaultAttributesIntegration']('highlight'),_0x52770f['registerInlineAttribute']('highlight'),_0x52770f['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x49ceb9,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x16a401=this['editor'],_0x5bb6b1=_0x16a401['locale'];_0x16a401['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x600bde=>{if('formatInline'!=_0x600bde['type'])return;const {data:_0x5767d8}=_0x600bde;if(_0x5767d8&&'highlight'==_0x5767d8['commandName']){const _0x91dfe8=_0x5bb6b1['t'],_0x1720c7=_0x5767d8['commandParams'][0x0]['value'];if(_0x1720c7){const _0x4e80bc=_0x16a401['config']['get']('highlight.options')['find'](_0x4efd99=>_0x4efd99['model']==_0x1720c7),_0x1058c9=_0x91dfe8(_0x4e80bc['title'])['toLowerCase']();return{'type':'format','content':o(_0x5bb6b1,'*Set\x20highlight:*\x20%0',_0x1058c9),'color':{'value':_0x4e80bc['color'],'title':_0x4e80bc['title']}};}return{'type':'format','content':o(_0x5bb6b1,'*Remove\x20highlight*',o(_0x5bb6b1,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x59cf86{['afterInit'](){const _0x27b5d3=this['editor'];if(!_0x27b5d3['plugins']['has']('HorizontalLineEditing'))return;_0x27b5d3['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x534a5e=_0x27b5d3['plugins']['get']('TrackChangesEditing'),_0xf75437=_0x27b5d3['locale'];_0x534a5e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x521d99=>o(_0xf75437,'ELEMENT_HORIZONTAL_LINE',_0x521d99)),_0x27b5d3['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4725a1,{writer:_0x5a8af2,options:_0x2e13b9})=>{if(!_0x2e13b9['showSuggestionHighlights'])return null;const _0x16fd54=_0x5a8af2['createContainerElement']('div'),_0x1ccbbc=_0x5a8af2['createEmptyElement']('hr');return _0x5a8af2['addClass']('ck-horizontal-line',_0x16fd54),_0x5a8af2['insert'](_0x5a8af2['createPositionAt'](_0x16fd54,0x0),_0x1ccbbc),_0x16fd54;},'converterPriority':'high'});}}class ot extends _0x59cf86{['afterInit'](){const _0x1018a8=this['editor'];if(!_0x1018a8['plugins']['has']('HtmlEmbed'))return;const _0x54c800=_0x1018a8['plugins']['get']('TrackChangesEditing'),_0x55e2d5=_0x1018a8['locale'];_0x54c800['descriptionFactory']['registerElementLabel']('rawHtml',_0x3934bf=>o(_0x55e2d5,'ELEMENT_HTML_EMBED',_0x3934bf)),_0x54c800['enableDefaultAttributesIntegration']('htmlEmbed'),_0x54c800['registerBlockAttribute']('value'),_0x54c800['descriptionFactory']['registerDescriptionCallback'](_0x43c631=>{if('attribute'!=_0x43c631['type'])return;const {data:_0x20cf21}=_0x43c631;if(_0x20cf21&&'value'==_0x20cf21['key']&&_0x43c631['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x5e10e4=o(_0x55e2d5,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x55e2d5,'*Change\x20%0\x20content*',_0x5e10e4)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38ab11=this['editor'],_0x1ebfc3=_0x38ab11['locale'];_0x38ab11['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe205d2=>{if('formatBlock'!=_0xe205d2['type'])return;const {data:_0x1eff5c}=_0xe205d2;if(_0x1eff5c&&'htmlEmbed'==_0x1eff5c['commandName']){const _0x23ae22=o(_0x1ebfc3,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1ebfc3,'*Change\x20%0\x20content*',_0x23ae22)};}});}}class rt extends _0x59cf86{['afterInit'](){const _0x28d5ff=this['editor'];if(!_0x28d5ff['plugins']['has']('ImageEditing'))return;const _0x35925a=_0x28d5ff['plugins']['get']('TrackChangesEditing'),_0x2ea2af=_0x28d5ff['plugins']['get']('ImageUtils'),_0x5cb790=_0x28d5ff['locale'];_0x35925a['enableCommand']('insertImage'),_0x35925a['descriptionFactory']['registerElementLabel']('imageBlock',_0x3eb229=>o(_0x5cb790,'ELEMENT_IMAGE',_0x3eb229)),_0x35925a['descriptionFactory']['registerElementLabel']('imageInline',_0x9fd620=>o(_0x5cb790,'ELEMENT_INLINE_IMAGE',_0x9fd620)),_0x35925a['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x5cb790,'ELEMENT_CAPTION')),_0x28d5ff['plugins']['has']('ImageUploadEditing')&&_0x35925a['enableCommand']('uploadImage'),_0x28d5ff['plugins']['has']('ImageBlockEditing')&&_0x28d5ff['plugins']['has']('ImageInlineEditing')&&(_0x35925a['enableCommand']('imageTypeInline',(_0x44919a,_0x3523bf)=>{const _0x156c62=_0x2ea2af['getClosestSelectedImageElement'](_0x28d5ff['model']['document']['selection']);_0x28d5ff['model']['change'](()=>{_0x35925a['markBlockFormat'](_0x156c62,{'commandName':'imageTypeInline','commandParams':[_0x3523bf]},[],'convertBlockImageToInline');});}),_0x35925a['enableCommand']('imageTypeBlock',(_0x35be28,_0x104144)=>{_0x28d5ff['model']['change'](_0x43afd9=>{let _0x57d737=_0x2ea2af['getClosestSelectedImageElement'](_0x28d5ff['model']['document']['selection']),_0x1f3682=_0x43afd9['createRangeOn'](_0x57d737);const _0x1b477b=_0x5f1a3a['fromPosition'](_0x1f3682['start'],'toPrevious'),_0x315e1b=_0x5f1a3a['fromPosition'](_0x1f3682['end'],'toNext');_0x35925a['forceDefaultExecution'](()=>_0x35be28(_0x104144)),_0x57d737=_0x2ea2af['getClosestSelectedImageElement'](_0x28d5ff['model']['document']['selection']),_0x1f3682=_0x43afd9['createRangeOn'](_0x57d737);const _0x15d585=_0x43afd9['createRange'](_0x1b477b,_0x315e1b);_0x1b477b['detach'](),_0x315e1b['detach'](),_0x35925a['markBlockFormat'](_0x57d737,{'commandName':'imageTypeInline','commandParams':[_0x104144]},[],'convertInlineImageToBlock'),_0x15d585['start']['isBefore'](_0x1f3682['start'])&&_0x35925a['markInsertion'](_0x43afd9['createRange'](_0x15d585['start'],_0x1f3682['start']),'convertInlineImageToBlock'),_0x1f3682['end']['isBefore'](_0x15d585['end'])&&_0x35925a['markInsertion'](_0x43afd9['createRange'](_0x1f3682['end'],_0x15d585['end']),'convertInlineImageToBlock');});}),_0x35925a['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x35925a['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x35925a['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x35925a['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x35925a['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x35925a['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x39860c])=>{const _0xe08832=_0x35925a['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x34fc60=_0x39860c['start'],_0x2c3920=_0x39860c['end'];const _0x1c1808=_0x28d5ff['model']['schema']['getNearestSelectionRange'](_0x34fc60,'backward'),_0x1945ab=_0x28d5ff['model']['schema']['getNearestSelectionRange'](_0x2c3920,'forward');_0x1c1808['isCollapsed']&&(_0x34fc60=_0x1c1808['start']),_0x1945ab['isCollapsed']&&(_0x2c3920=_0x1945ab['end']),_0xe08832([_0x28d5ff['model']['createRange'](_0x34fc60,_0x2c3920)]);}),_0x35925a['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x42d76f),_0x35925a['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x42d76f)),_0x28d5ff['plugins']['has']('ImageCaptionEditing')&&(_0x35925a['enableCommand']('toggleImageCaption',(_0x192442,_0x739bcf)=>{const _0x508fc2=_0x28d5ff['plugins']['get']('ImageCaptionUtils');let _0x3e95a3=_0x2ea2af['getClosestSelectedImageElement'](_0x28d5ff['model']['document']['selection']),_0x370547=_0x508fc2['getCaptionFromImageModelElement'](_0x3e95a3);_0x28d5ff['model']['change'](()=>{if(_0x370547)return void _0x35925a['markDeletion'](_0x28d5ff['model']['createRangeOn'](_0x370547));const _0x340023=_0x2ea2af['isBlockImage'](_0x3e95a3);_0x192442(_0x739bcf),_0x3e95a3=_0x2ea2af['getClosestSelectedImageElement'](_0x28d5ff['model']['document']['selection']),_0x370547=_0x508fc2['getCaptionFromImageModelElement'](_0x3e95a3),_0x35925a['markInsertion'](_0x28d5ff['model']['createRangeOn'](_0x370547),_0x340023?null:'imageCaption');});}),_0x35925a['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x42d76f));const _0x45fa83=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x24edd4(_0x5d4b58,_0x605479){const _0x2c4635=_0x45fa83['findIndex'](({type:_0x47c429,subType:_0xc8c953})=>_0x5d4b58['type']==_0x47c429&&_0x5d4b58['subType']==_0xc8c953),_0xb7a8=_0x45fa83['findIndex'](({type:_0x29f71e,subType:_0x2523dc})=>_0x605479['type']==_0x29f71e&&_0x605479['subType']==_0x2523dc);if(_0x2c4635<0x0||_0xb7a8<0x0)return!0x1;const _0x3f381f=_0x5d4b58['getFirstRange'](),_0x47ab22=_0x605479['getFirstRange']();if((0x0==_0x2c4635||0x1==_0x2c4635)&&0x2==_0xb7a8&&_0x3f381f['isIntersecting'](_0x47ab22))return!0x0;if(0x2==_0x2c4635&&0x3==_0xb7a8){const _0x3150b8=_0x35925a['_findSuggestions'](_0x3f381f,'insertion')['filter'](({suggestion:_0x3d9a45,meta:_0x5ba826})=>_0x5ba826['isOwn']&&'convertInlineImageToBlock'==_0x3d9a45['subType']);if(_0x3150b8['length']>0x1&&_0x47ab22['end']['isEqual'](_0x3f381f['start']))return!0x0;if(0x1==_0x3150b8['length']&&(_0x3f381f['start']['isEqual'](_0x47ab22['end'])||_0x3f381f['end']['isEqual'](_0x47ab22['start'])))return!0x0;}if(0x3==_0x2c4635&&0x3==_0xb7a8&&_0x3f381f['start']['isBefore'](_0x47ab22['start'])){const _0x48a6a5=_0x3f381f['end']['nodeAfter'],_0x576ee9=_0x47ab22['start']['nodeBefore'];return _0x2ea2af['isBlockImage'](_0x48a6a5)&&_0x48a6a5===_0x576ee9;}return!0x1;}function _0x42d76f(_0x1100e6,_0x59dd7e){return _0x24edd4(_0x1100e6,_0x59dd7e)?[_0x1100e6,_0x59dd7e]:_0x24edd4(_0x59dd7e,_0x1100e6)?[_0x59dd7e,_0x1100e6]:null;}_0x28d5ff['plugins']['has']('ImageResize')&&(_0x35925a['enableDefaultAttributesIntegration']('resizeImage'),_0x35925a['registerBlockAttribute']('resizedWidth'),_0x35925a['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x5cb790,'FORMAT_IMAGE_SIZE'))),_0x28d5ff['plugins']['has']('ImageTextAlternativeEditing')&&(_0x35925a['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x35925a['registerBlockAttribute']('alt')),_0x28d5ff['plugins']['has']('PictureEditing')&&(_0x35925a['registerBlockAttribute']('sources'),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0xb76d17=>{if('attribute'!=_0xb76d17['type'])return;const {data:_0x39a0b9}=_0xb76d17;return _0x39a0b9&&'sources'==_0x39a0b9['key']?{'type':'format','content':''}:void 0x0;})),_0x28d5ff['plugins']['has']('ImageSizeAttributes')&&(_0x35925a['registerBlockAttribute']('width'),_0x35925a['registerBlockAttribute']('height'),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0x11cc50=>{if('attribute'!=_0x11cc50['type'])return;const {data:_0x1dd14a}=_0x11cc50;return!_0x1dd14a||'width'!=_0x1dd14a['key']&&'height'!=_0x1dd14a['key']?void 0x0:{'type':'format','content':''};})),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0x5c81ff=>{if(!!_0x45fa83['find'](({type:_0x108f84,subType:_0x26cf66})=>_0x5c81ff['type']==_0x108f84&&_0x5c81ff['subType']==_0x26cf66))return _0x5c81ff['previous']?{}:void 0x0;}),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0x29c0c1=>{if('insertion'==_0x29c0c1['type']||'deletion'==_0x29c0c1['type']){const _0x5c304=_0x29c0c1['getContainedElement']();if(_0x5c304&&_0x5c304['is']('element','caption'))return{'type':'insertion'==_0x29c0c1['type']?'addObject':'removeObject','element':_0x5c304,'quantity':0x1};}}),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0x2c31bb=>'formatBlock'==_0x2c31bb['type']&&'convertInlineImageToBlock'==_0x2c31bb['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x2c31bb['type']&&'convertBlockImageToInline'==_0x2c31bb['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x35925a['descriptionFactory']['registerDescriptionCallback'](_0x3c1d1d=>{if('attribute'!=_0x3c1d1d['type'])return;const {data:_0x13793c}=_0x3c1d1d;if(!_0x13793c||'alt'!=_0x13793c['key'])return;const _0x2585ef=_0x13793c['newValue'];return _0x2585ef?{'type':'format','content':o(_0x5cb790,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2585ef+'\x22')}:{'type':'format','content':o(_0x5cb790,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5e4aec=this['editor'],_0xb4c573=_0x5e4aec['locale'];_0x5e4aec['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x23f523=>{if('formatBlock'!=_0x23f523['type']&&'formatInline'!=_0x23f523['type'])return;const {data:_0x2b06fc}=_0x23f523;if(_0x2b06fc){if('imageTextAlternative'==_0x2b06fc['commandName']){const _0xbe9384=_0x2b06fc['commandParams'][0x0]['newValue'];return _0xbe9384?{'type':'format','content':o(_0xb4c573,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xbe9384+'\x22')}:{'type':'format','content':o(_0xb4c573,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x2b06fc['commandName']){const _0x7dce63=_0x2b06fc['commandParams'][0x0]['width'];return _0x7dce63?{'type':'format','content':o(_0xb4c573,'*Set\x20image\x20width:*\x20%0',_0x7dce63)}:{'type':'format','content':o(_0xb4c573,'*Reset\x20image\x20width*')};}}});}}class at extends _0x59cf86{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x249065=this['editor']['locale'],_0x4d096b=this['editor']['plugins']['get']('TrackChangesEditing');_0x4d096b['enableDefaultAttributesIntegration']('replaceImageSource'),_0x4d096b['registerBlockAttribute']('src'),_0x4d096b['descriptionFactory']['registerDescriptionCallback'](_0x10acca=>{if('attribute'!=_0x10acca['type'])return;const {data:_0x529bfc}=_0x10acca;return _0x529bfc&&'src'==_0x529bfc['key']?_0x529bfc['newValue']&&_0x529bfc['oldValue']?{'type':'format','content':o(_0x249065,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x16bc93=this['editor']['plugins']['get']('TrackChangesEditing');_0x16bc93['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x16bc93['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x16bc93['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x16bc93['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1ae9db=this['editor'],_0x74a471=_0x1ae9db['locale'];_0x1ae9db['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1ca233=>{if('formatBlock'!=_0x1ca233['type']&&'formatInline'!=_0x1ca233['type'])return;const {data:_0x38f124}=_0x1ca233;if(!_0x38f124||'replaceImageSource'!=_0x38f124['commandName'])return;return{'type':'format','content':o(_0x74a471,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x59cf86{['afterInit'](){const _0x35af6f=this['editor'];if(!_0x35af6f['plugins']['has']('ImageStyleEditing'))return;const _0x5555ef=_0x35af6f['plugins']['get']('TrackChangesEditing'),_0x9ed2bf=_0x35af6f['plugins']['get']('ImageUtils'),_0x644372={};_0x5555ef['enableCommand']('imageStyle',(_0x58d2f3,_0x3c5935)=>{const _0x475167=_0x35af6f['plugins']['get']('Users')['me'],_0x5ef001=_0x35af6f['commands']['get']('imageStyle');let _0xdc1c26=_0x9ed2bf['getClosestSelectedImageElement'](_0x35af6f['model']['document']['selection']),_0x3e0cf2=_0x35af6f['model']['createRangeOn'](_0xdc1c26),_0xb45e40=_0x5ef001['value'];if(_0xb45e40==_0x3c5935['value'])return;const _0xce44ce={'commandName':'imageStyle','commandParams':[_0x3c5935],'formatGroupId':_0x1d192f()};_0x35af6f['model']['change'](()=>{if(_0x5555ef['getSuggestions']()['filter'](_0x39da46=>_0x39da46['isInContent']&&_0x475167==_0x39da46['author']&&('formatBlock'==_0x39da46['type']||'formatInline'==_0x39da46['type'])&&('imageStylePreApply'==_0x39da46['subType']||'imageStylePostApply'==_0x39da46['subType'])&&_0x39da46['getFirstRange']()['isEqual'](_0x3e0cf2))['forEach'](_0x2e6c98=>_0x5555ef['discardSuggestion'](_0x2e6c98['head'])),_0xdc1c26=_0x9ed2bf['getClosestSelectedImageElement'](_0x35af6f['model']['document']['selection']),_0x3e0cf2=_0x35af6f['model']['createRangeOn'](_0xdc1c26),_0x5ef001['refresh'](),_0x35af6f['commands']['get']('imageTypeInline')['refresh'](),_0x35af6f['commands']['get']('imageTypeBlock')['refresh'](),_0xb45e40=_0x5ef001['value'],_0xb45e40!=_0x3c5935['value'])return _0x9ed2bf['isInlineImage'](_0xdc1c26)&&_0x5ef001['shouldConvertImageType'](_0x3c5935['value'],_0xdc1c26)?(_0x58d2f3({..._0x3c5935,'setImageSizes':!0x1}),_0xdc1c26=_0x9ed2bf['getClosestSelectedImageElement'](_0x35af6f['model']['document']['selection']),void _0x5555ef['markBlockFormat'](_0xdc1c26,{..._0xce44ce,'commandReversedParams':[{'value':_0xb45e40||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x9ed2bf['isBlockImage'](_0xdc1c26)?_0x5555ef['markBlockFormat'](_0xdc1c26,_0xce44ce,[],'imageStylePostApply'):_0x5555ef['markInlineFormat'](_0x3e0cf2,_0xce44ce,'imageStylePostApply'));});});for(const _0x59e9e2 of _0x35af6f['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x644372[_0x59e9e2['name']]=_0x59e9e2['title']['toLowerCase']();_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x28e2f7])=>{_0x9ed2bf['setImageNaturalSizeAttributes'](_0x28e2f7['getContainedElement']());}),_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x465bec,_0x22aa7a)=>{_0x5555ef['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x465bec,{'commandName':_0x22aa7a['commandName'],'commandParams':_0x22aa7a['commandReversedParams']});}),_0x5555ef['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x4e89c5,_0xdc7d9a){if(_0x5c5991(_0x4e89c5,_0xdc7d9a))return[_0x4e89c5,_0xdc7d9a];if(_0x5c5991(_0xdc7d9a,_0x4e89c5))return[_0xdc7d9a,_0x4e89c5];return null;});const _0x17d810=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5c5991(_0x4ef32b,_0x24c43c){const _0xd98391=_0x17d810['findIndex'](({type:_0x457fbd,subType:_0xec89a4})=>_0x4ef32b['type']==_0x457fbd&&_0x4ef32b['subType']==_0xec89a4),_0x12d040=_0x17d810['findIndex'](({type:_0x3525e1,subType:_0x3fa3c5})=>_0x24c43c['type']==_0x3525e1&&_0x24c43c['subType']==_0x3fa3c5);if(_0xd98391<0x0||_0x12d040<0x0)return!0x1;const _0x4974a7=_0x4ef32b['getFirstRange'](),_0x2989c9=_0x24c43c['getFirstRange']();if((0x0==_0xd98391||0x1==_0xd98391)&&0x2==_0x12d040&&_0x4974a7['isIntersecting'](_0x2989c9))return!0x0;if(0x2==_0xd98391&&0x3==_0x12d040){const _0x82572d=_0x5555ef['_findSuggestions'](_0x4974a7,'insertion')['filter'](({suggestion:_0x372e8c,meta:_0x4588b4})=>_0x4588b4['isOwn']&&'convertInlineImageToBlock'==_0x372e8c['subType']);if(_0x82572d['length']>0x1&&_0x2989c9['end']['isEqual'](_0x4974a7['start']))return!0x0;if(0x1==_0x82572d['length']&&(_0x4974a7['start']['isEqual'](_0x2989c9['end'])||_0x4974a7['end']['isEqual'](_0x2989c9['start'])))return!0x0;}if(0x3==_0xd98391&&0x3==_0x12d040&&_0x4974a7['start']['isBefore'](_0x2989c9['start'])){const _0x7a9fc1=_0x4974a7['end']['nodeAfter'],_0x6ede62=_0x2989c9['start']['nodeBefore'];return _0x9ed2bf['isBlockImage'](_0x7a9fc1)&&_0x7a9fc1===_0x6ede62;}return!0x1;}_0x35af6f['model']['document']['registerPostFixer'](()=>{let _0x48682f=!0x1;const _0x5ae46e=Array['from'](_0x35af6f['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x15fbe8,data:_0x4efba3}of _0x5ae46e){const {group:_0x5edd04,type:_0x46a5f7,subType:_0x506b9a,id:_0x549805}=_0x5555ef['_splitMarkerName'](_0x15fbe8);if('suggestion'==_0x5edd04&&_0x5555ef['hasSuggestion'](_0x549805)){if('formatBlock'==_0x46a5f7&&('imageStylePreApply'==_0x506b9a||'imageStylePostApply'==_0x506b9a)){const _0xb53712=_0x5555ef['getSuggestion'](_0x549805);if(_0x4efba3['newRange']){const _0x5be6a7=_0xb53712['getFirstRange']()['getContainedElement']();if(_0x9ed2bf['isBlockImage'](_0x5be6a7))continue;_0x5555ef['discardSuggestion'](_0xb53712),_0x48682f=!0x0;}}if('insertion'==_0x46a5f7&&'imageCaption'==_0x506b9a&&!_0x4efba3['newRange']){const _0x1b1982=_0x5555ef['getSuggestion'](_0x549805);_0x1b1982['next']&&_0x1b1982['next']['isInContent']&&(_0x5555ef['discardSuggestion'](_0x1b1982['next']),_0x48682f=!0x0);}}}return _0x48682f;}),this['_registerLegacyDescription'](_0x644372);}['_registerLegacyDescription'](_0x301135){const _0x80cce0=this['editor'],_0x509304=_0x80cce0['locale'];_0x80cce0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4cb5f7=>{if('formatBlock'!=_0x4cb5f7['type']&&'formatInline'!=_0x4cb5f7['type'])return;const {data:_0xc981ef}=_0x4cb5f7;if(!_0xc981ef||'imageStyle'!=_0xc981ef['commandName'])return;const _0x24ae66=_0xc981ef['commandParams'][0x0]['value'];return _0x3521e2('side'===_0x24ae66?o(_0x509304,'FORMAT_SIDE_IMAGE'):_0x301135[_0x24ae66]||_0x24ae66);function _0x3521e2(_0x5e28ed){return{'type':'format','content':o(_0x509304,'*Format:*\x20%0',_0x5e28ed)};}});}}class ut extends _0x59cf86{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x3d8dfe){super(_0x3d8dfe),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x426a0b=this['editor'],_0x3d5b88=_0x426a0b['commands']['get']('importWord'),_0x483a3e=_0x426a0b['commands']['get']('trackChanges');_0x3d5b88&&(_0x3d5b88['on']('execute',(_0x585900,[,_0x2fe89e])=>{this['_trackChangesValueDuringImport']=_0x483a3e['value'],_0x2fe89e['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x3d5b88,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x3d5b88,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x483a3e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x426a0b['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x35dfa8,_0x3b69c2){const {suggestions:_0x3c3cc8}=_0x3b69c2,_0x373d51=this['editor']['commands']['get']('trackChanges'),_0xd0cd6c=_0x373d51['value'];this['_trackChangesValueDuringImport']!==_0xd0cd6c&&(_0x373d51['execute'](),this['_trackChangesExecuted']=!0x0),_0x3c3cc8&&_0x3c3cc8['forEach'](({id:_0x4d6c3d,type:_0x4dd08c,author:_0x431b5b,created_at:_0x135d58})=>{const _0x2acb95={'id':_0x4d6c3d,'type':_0x4dd08c,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x431b5b,'createdAt':_0x135d58?new Date(_0x135d58):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x2acb95);});}}class ft extends _0x59cf86{['afterInit'](){const _0x1ae459=this['editor'],_0xc1a638=_0x1ae459['plugins']['get']('TrackChangesEditing');if(_0x1ae459['plugins']['has']('IndentEditing')&&(_0xc1a638['enableCommand']('indent'),_0xc1a638['enableCommand']('outdent')),_0x1ae459['plugins']['has']('IndentBlock')){for(const _0x297811 of['indentBlock','outdentBlock'])_0xc1a638['enableDefaultAttributesIntegration'](_0x297811);}const _0x1476c3=_0x1ae459['locale'];_0xc1a638['registerBlockAttribute']('blockIndent'),_0xc1a638['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x1476c3,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5824b1=this['editor'],_0x581289=_0x5824b1['locale'],_0x14696b=_0x5824b1['plugins']['get']('TrackChangesEditing');_0x14696b['descriptionFactory']['registerDescriptionCallback'](_0x44f048=>{if('formatBlock'!=_0x44f048['type'])return;const {data:_0x389538}=_0x44f048;if(!_0x389538)return;if('indentBlock'!=_0x389538['commandName']&&'outdentBlock'!=_0x389538['commandName'])return;const _0x157d5e=_0x44f048['getItems']()[0x0],_0x5e7d0d=_0x14696b['descriptionFactory']['getItemLabel'](_0x157d5e);return'indentBlock'==_0x389538['commandName']?{'type':'format','content':o(_0x581289,'*Indent:*\x20%0',_0x5e7d0d)}:'outdentBlock'==_0x389538['commandName']?{'type':'format','content':o(_0x581289,'*Outdent:*\x20%0',_0x5e7d0d)}:void 0x0;});}}class ht extends _0x59cf86{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0x59cf86{['afterInit'](){const _0x4de500=this['editor'];if(!_0x4de500['plugins']['has']('LinkEditing'))return;const _0xc4d015=_0x4de500['plugins']['get']('TrackChangesEditing'),_0x407648=_0x4de500['commands']['get']('link');_0xc4d015['enableDefaultAttributesIntegration']('link'),_0xc4d015['enableDefaultAttributesIntegration']('unlink'),_0xc4d015['registerInlineAttribute']('linkHref');for(const _0xce77c0 of _0x407648['manualDecorators'])_0xc4d015['registerInlineAttribute'](_0xce77c0['id']),_0xc4d015['descriptionFactory']['registerAttributeLabel'](_0xce77c0['id'],'link\x20('+_0xce77c0['label']['toLowerCase']()+')');_0xc4d015['descriptionFactory']['registerDescriptionCallback'](_0x544a75=>{if('attribute'!=_0x544a75['type'])return;const {data:_0x566d20}=_0x544a75;if(!_0x566d20||'linkHref'!=_0x566d20['key'])return;const _0x4fd17b=_0x566d20['newValue'],_0x4004b8=_0x4de500['locale'];return{'type':'format','content':null==_0x4fd17b?o(_0x4004b8,'*Remove\x20link*'):o(_0x4004b8,'*Set\x20link:*\x20%0','\x22'+_0x4fd17b+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x36a36b=this['editor'],_0x51bcf9=_0x36a36b['locale'];_0x36a36b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1b0ea2=>{if('formatInline'!=_0x1b0ea2['type'])return;const {data:_0x1c7a5c}=_0x1b0ea2;if(_0x1c7a5c){if('link'==_0x1c7a5c['commandName']){const _0x34ed0c=_0x1c7a5c['commandParams'][0x0];return{'type':'format','content':o(_0x51bcf9,'*Set\x20link:*\x20%0','\x22'+_0x34ed0c+'\x22')};}return'unlink'==_0x1c7a5c['commandName']?{'type':'format','content':o(_0x51bcf9,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0x59cf86{['afterInit'](){const _0x2dca2f=this['editor'],_0x1d5a48=_0x2dca2f['locale'];if(!_0x2dca2f['plugins']['has']('LegacyListEditing'))return;const _0x440d61=_0x2dca2f['plugins']['get']('TrackChangesEditing'),_0x3028cb=_0x2dca2f['plugins']['has']('LegacyTodoListEditing');function _0x176c43(_0x341f6f){return()=>{const _0x22d858=_0x2dca2f['model']['document']['selection'],_0x455565=_0x2dca2f['commands']['get'](_0x341f6f);if(_0x455565['value'])return void _0x2dca2f['execute']('paragraph',{});const _0x594988=_0x341f6f['slice'](0x0,-0x4),_0x3aec0c=function(_0x4dae19,_0x4e19be,_0x3fa384){let _0x2c3a94=Array['from'](_0x4dae19)['filter'](_0x354734=>function(_0x386ed5,_0x1a6258){return _0x1a6258['checkChild'](_0x386ed5['parent'],'listItem')&&!_0x1a6258['isObject'](_0x386ed5);}(_0x354734,_0x3fa384));_0x2c3a94=_0x2c3a94['filter'](_0x5c6cb1=>!_0x5c6cb1['is']('element','listItem')||_0x5c6cb1['getAttribute']('listType')!=_0x4e19be);const _0xa2afbc=new Set();for(const _0x478561 of _0x2c3a94)_0x478561['is']('element','listItem')?_0xa2afbc['add'](Le(_0x478561)):_0xa2afbc['add'](_0x478561);return Array['from'](_0xa2afbc);}(_0x22d858['getSelectedBlocks'](),_0x594988,_0x2dca2f['model']['schema']);_0x2dca2f['model']['change'](()=>{for(const _0x3b9c51 of _0x3aec0c)_0x440d61['markBlockFormat'](_0x3b9c51,{'commandName':_0x341f6f,'commandParams':[{'forceValue':!_0x455565['value']}],'formatGroupId':'blockName'},Ee(_0x3b9c51));});};}function _0x48bb4d(_0x24361a){return()=>{const _0x442d54=function(_0x3861c1){let _0x381239=Array['from'](_0x3861c1);const _0x1a524d=_0x381239['findIndex'](_0x2e3ea2=>'listItem'!=_0x2e3ea2['name']);return _0x1a524d>-0x1&&(_0x381239=_0x381239['slice'](0x0,_0x1a524d)),_0x381239;}(_0x2dca2f['model']['document']['selection']['getSelectedBlocks']()),_0x5b2aa5=_0x2dca2f['model']['createRange'](_0x2dca2f['model']['createPositionAt'](_0x442d54[0x0],'before'),_0x2dca2f['model']['createPositionAt'](_0x442d54[_0x442d54['length']-0x1],'end'));_0x2dca2f['model']['change'](()=>{_0x440d61['markBlockFormat'](_0x5b2aa5,{'commandName':_0x24361a,'commandParams':[],'formatGroupId':'listIndent'},function(_0x40f1b5){const _0x50d1f1=new Set();for(const _0x585af2 of _0x40f1b5){let _0x38e314=_0x585af2['nextSibling'];for(;_0x38e314&&_0x38e314['getAttribute']('listIndent')>_0x585af2['getAttribute']('listIndent');)_0x50d1f1['add'](_0x38e314),_0x38e314=_0x38e314['nextSibling'];}return Array['from'](_0x50d1f1);}(_0x442d54));});};}_0x440d61['enableCommand']('numberedList',_0x176c43('numberedList')),_0x440d61['enableCommand']('bulletedList',_0x176c43('bulletedList')),_0x3028cb&&_0x440d61['enableCommand']('todoList',_0x176c43('todoList')),_0x440d61['enableCommand']('indentList',_0x48bb4d('indentList')),_0x440d61['enableCommand']('outdentList',_0x48bb4d('outdentList')),_0x3028cb&&_0x440d61['enableCommand']('checkTodoList',()=>{const _0x38681f=_0x2dca2f['commands']['get']('checkTodoList'),_0x123501=Array['from'](_0x38681f['_selectedElements']);_0x123501['filter'](_0x148471=>_0x148471['getAttribute']('todoListChecked')!=_0x38681f['value']),_0x2dca2f['model']['change'](()=>{for(const _0xd52632 of _0x123501)_0x440d61['markBlockFormat'](_0xd52632,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x38681f['value']}]});});}),_0x440d61['descriptionFactory']['registerElementLabel']('listItem',_0x461ef1=>o(_0x1d5a48,'ELEMENT_LIST_ITEM',_0x461ef1)),_0x440d61['descriptionFactory']['registerDescriptionCallback'](_0x169ff4=>{if('formatBlock'!=_0x169ff4['type']&&'formatInline'!=_0x169ff4['type'])return;const {data:_0x5bbd6a}=_0x169ff4;if(_0x5bbd6a){if('numberedList'==_0x5bbd6a['commandName']||'bulletedList'==_0x5bbd6a['commandName']||'todoList'==_0x5bbd6a['commandName'])switch(_0x5bbd6a['commandName']['replace']('List','')){case'bulleted':return _0xe072c4(o(_0x1d5a48,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xe072c4(o(_0x1d5a48,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xe072c4(o(_0x1d5a48,'ELEMENT_TODO_LIST'));}if('indentList'==_0x5bbd6a['commandName'])return{'type':'format','content':o(_0x1d5a48,'*Indent:*\x20%0',o(_0x1d5a48,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x5bbd6a['commandName'])return{'type':'format','content':o(_0x1d5a48,'*Outdent:*\x20%0',o(_0x1d5a48,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x5bbd6a['commandName'])return _0x5bbd6a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1d5a48,'*Check\x20item*')}:{'type':'format','content':o(_0x1d5a48,'*Uncheck\x20item*')};}function _0xe072c4(_0x29cfff){return{'type':'format','content':o(_0x1d5a48,'*Change\x20to:*\x20%0',_0x29cfff)};}});}}function Le(_0x398692){const _0x253089=_0x398692['getAttribute']('listIndent');if(0x0==_0x253089)return _0x398692;let _0x242b5b=_0x398692;for(;_0x398692['previousSibling']&&_0x398692['previousSibling']['is']('element','listItem');){const _0x49f3bc=_0x398692['previousSibling']['getAttribute']('listIndent');if(_0x49f3bc==_0x253089)_0x242b5b=_0x398692['previousSibling'];else{if(_0x49f3bc<_0x253089)break;}_0x398692=_0x398692['previousSibling'];}return _0x242b5b;}function Ee(_0x151cbd){const _0x4e8d22=[];if(_0x151cbd['is']('element','listItem')&&_0x151cbd['getAttribute']('listIndent')>0x0){let _0x5e95f2=_0x151cbd['nextSibling'];for(;_0x5e95f2&&'listItem'==_0x5e95f2['name']&&_0x5e95f2['getAttribute']('listIndent')==_0x151cbd['getAttribute']('listIndent');)_0x4e8d22['push'](_0x5e95f2),_0x5e95f2=_0x5e95f2['nextSibling'];}return _0x4e8d22;}class Q extends _0x59cf86{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x1b7832=this['editor']['config']['get']('list.properties'),_0x4a9541=this['editor']['plugins']['get']('TrackChangesEditing');_0x1b7832['styles']&&_0x4a9541['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x1b7832['reversed']&&_0x4a9541['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x1b7832['startIndex']&&_0x4a9541['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x4a9541['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x23ef69,_0x2223c2={}){const _0x4f0408=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1bbbf9=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x4f0408['markMultiRangeBlockFormat'](_0x1bbbf9,{'commandName':'listStyle','commandParams':[{'type':_0x2223c2['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x556642,_0x13946d={}){const _0x619605=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4a7af7=this['_getSuggestionBlocks'](_0x5cb1da=>_0x5cb1da['is']('element','listItem')&&'numbered'===_0x5cb1da['getAttribute']('listType'));if(_0x4a7af7['length']<0x1)return;const _0x10a93b=_0x4a7af7['map'](_0x3bdc54=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3bdc54,'before'),this['editor']['model']['createPositionAt'](_0x3bdc54,0x0)));this['editor']['model']['change'](()=>{_0x619605['markMultiRangeBlockFormat'](_0x10a93b,{'commandName':'listReversed','commandParams':[{'reversed':_0x13946d['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x1e12a3,_0x3cc799={}){const _0x97ed21=this['editor']['plugins']['get']('TrackChangesEditing'),_0x10db62=this['_getSuggestionBlocks'](_0x346c5c=>_0x346c5c['is']('element','listItem')&&'numbered'===_0x346c5c['getAttribute']('listType'));if(_0x10db62['length']<0x1)return;const _0xc53078=_0x10db62['map'](_0x5664b6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5664b6,'before'),this['editor']['model']['createPositionAt'](_0x5664b6,0x0)));this['editor']['model']['change'](()=>{_0x97ed21['markMultiRangeBlockFormat'](_0xc53078,{'commandName':'listStart','commandParams':[{'startIndex':_0x3cc799['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x5d48a3){if('formatBlock'!=_0x5d48a3['type']&&'formatInline'!=_0x5d48a3['type'])return;const _0x4a0691=this['editor']['locale'],{data:_0x1fa564}=_0x5d48a3;if(!_0x1fa564)return;let _0x4e31d7,_0x482744;switch(_0x1fa564['commandName']){case'listStyle':_0x4e31d7='*Change\x20to:*\x20%0',_0x482744={'type':'format','content':o(_0x4a0691,_0x4e31d7,o(_0x4a0691,this['_getTranslationKeyForListStyle'](_0x1fa564['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4e31d7=_0x1fa564['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x482744={'type':'format','content':o(_0x4a0691,_0x4e31d7)};break;case'listStart':_0x4e31d7='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x482744={'type':'format','content':o(_0x4a0691,_0x4e31d7,_0x1fa564['commandParams'][0x0]['startIndex'])};}return _0x482744;}['_getSuggestionBlocksForListStyle'](){const _0x1a2150=this['editor']['plugins']['get']('LegacyListUtils');let _0x421da3=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x421da3[0x0]?.['is']('element','listItem')&&_0x421da3['unshift'](..._0x1a2150['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x421da3[_0x421da3['length']-0x1]?.['is']('element','listItem')&&_0x421da3['push'](..._0x1a2150['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x421da3=[...new Set(_0x421da3)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x421da3=_0x421da3['filter'](_0x1a4138=>_0x1a4138['is']('element','listItem'))),_0x421da3;}['_getSuggestionBlocks'](_0x415a4a){const _0x5ed6e1=this['editor']['plugins']['get']('LegacyListUtils');let _0x1d9a8f=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x415a4a)['map'](_0x30d58c=>{const _0x367a15=this['editor']['model']['createPositionAt'](_0x30d58c,0x0);return[..._0x5ed6e1['getSiblingNodes'](_0x367a15,'backward'),..._0x5ed6e1['getSiblingNodes'](_0x367a15,'forward')];})['flat']();return _0x1d9a8f=[...new Set(_0x1d9a8f)],_0x1d9a8f;}['_getTranslationKeyForListStyle'](_0x477b83){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x477b83)||'default')['toUpperCase']()+'_LIST_'+_0x477b83['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x59cf86{['afterInit'](){const _0x484015=this['editor'];if(!_0x484015['plugins']['has']('MediaEmbedEditing'))return;const _0x11c3f0=_0x484015['plugins']['get']('TrackChangesEditing'),_0x2195cf=_0x484015['locale'];_0x11c3f0['enableCommand']('mediaEmbed'),_0x11c3f0['descriptionFactory']['registerElementLabel']('media',_0x567a9c=>o(_0x2195cf,'ELEMENT_MEDIA',_0x567a9c)),_0x484015['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x205291,{writer:_0x5ac168,options:_0x562c7d})=>{if(_0x562c7d['showSuggestionHighlights'])return _0x5ac168['createEmptyElement']('div');},'converterPriority':'high'}),_0x484015['data']['downcastDispatcher']['on']('attribute:url:media',(_0x206559,_0xb9be88,_0x57a323)=>{_0x57a323['options']['showSuggestionHighlights']&&_0x206559['stop']();},{'priority':'high'});}}class pt extends _0x59cf86{['afterInit'](){const _0x2e6130=this['editor'];_0x2e6130['plugins']['has']('MentionEditing')&&_0x2e6130['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0x59cf86{['afterInit'](){const _0x4ee58b=this['editor'];if(!_0x4ee58b['plugins']['has']('MergeFieldsEditing'))return;const _0x551834=_0x4ee58b['plugins']['get']('TrackChangesEditing'),_0x12c519=_0x4ee58b['locale'];_0x551834['enableCommand']('insertMergeField'),_0x551834['enableCommand']('insertMergeFieldBlock'),_0x551834['enableCommand']('insertMergeFieldImage'),_0x551834['descriptionFactory']['registerElementLabel']('mergeField',_0x5cf7f0=>o(_0x12c519,'ELEMENT_MERGE_FIELD',_0x5cf7f0)),_0x551834['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x2f9dbe=>o(_0x12c519,'ELEMENT_MERGE_FIELD',_0x2f9dbe)),_0x551834['descriptionFactory']['registerDescriptionCallback'](_0x2bad68=>{if('insertion'!=_0x2bad68['type']&&'deletion'!=_0x2bad68['type'])return;const _0x5b7a40=_0x2bad68['getContainedElement']();if(null==_0x5b7a40)return;const _0x3322f9=_0x4ee58b['plugins']['get']('MergeFieldsEditing');let _0x5c1871;switch(_0x3322f9['getMergeFieldType'](_0x5b7a40)){case null:return;case'image':{const _0x2e0686=_0x3322f9['unwrapAffixes'](_0x5b7a40['getAttribute']('src'));_0x5c1871=_0x3322f9['getLabel'](_0x2e0686)||_0x2e0686;break;}default:{const _0x33e4f7=_0x5b7a40['getAttribute']('id');_0x5c1871=_0x3322f9['getLabel'](_0x33e4f7)||_0x33e4f7;break;}}return'insertion'==_0x2bad68['type']?{'type':'insertion','content':o(_0x12c519,'*Insert:*\x20%0','\x22'+_0x5c1871+'\x22\x20'+o(_0x12c519,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x12c519,'*Remove:*\x20%0','\x22'+_0x5c1871+'\x22\x20'+o(_0x12c519,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0x59cf86{['afterInit'](){const _0x132ad1=this['editor'],_0x3c371c=_0x132ad1['plugins']['get']('TrackChangesEditing');_0x132ad1['plugins']['has']('MultiLevelList')&&(_0x3c371c['enableDefaultAttributesIntegration']('multiLevelList'),_0x3c371c['registerBlockAttribute']('listMarkerStyle'),_0x3c371c['descriptionFactory']['registerDescriptionCallback'](_0x11c4ba=>this['handleDescriptions'](_0x11c4ba)));}['handleDescriptions'](_0x37ebeb){const _0x3f4619=this['editor']['locale'],{data:_0x5f3c8d}=_0x37ebeb,_0x50bf42={'type':'format','content':''};if(_0x5f3c8d&&'listMarkerStyle'==_0x5f3c8d['key']){if(!_0x5f3c8d['oldValue'])return{'type':'format','content':o(_0x3f4619,'*Set\x20format:*\x20%0',o(_0x3f4619,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5f3c8d['newValue']+')'};if(!_0x5f3c8d['newValue']){let _0x3d5279=_0x37ebeb['head'];for(;_0x3d5279;){if(_0x3d5279['data']&&'listType'==_0x3d5279['data']['key']&&_0x3d5279['data']['newValue'])return _0x50bf42;_0x3d5279=_0x3d5279['next'];}return{'type':'format','content':o(_0x3f4619,'*Remove\x20format:*\x20%0',o(_0x3f4619,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5f3c8d['oldValue']+')'};}}}}class bt extends _0x59cf86{['afterInit'](){const _0x559338=this['editor'];if(!_0x559338['plugins']['has']('PageBreakEditing'))return;_0x559338['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4a51f2=_0x559338['plugins']['get']('TrackChangesEditing'),_0x21a0d3=_0x559338['locale'];_0x4a51f2['descriptionFactory']['registerElementLabel']('pageBreak',_0x162254=>o(_0x21a0d3,'ELEMENT_PAGE_BREAK',_0x162254));}}class yt extends _0x59cf86{['afterInit'](){const _0x3db249=this['editor'];if(!_0x3db249['plugins']['has']('Paragraph'))return;const _0x178749=_0x3db249['locale'],_0x5f438d=_0x3db249['plugins']['get']('TrackChangesEditing');_0x5f438d['descriptionFactory']['registerElementLabel']('paragraph',_0x515ebb=>o(_0x178749,'ELEMENT_PARAGRAPH',_0x515ebb)),_0x5f438d['enableDefaultAttributesIntegration']('paragraph'),_0x5f438d['enableCommand']('insertParagraph'),_0x3db249['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3db249),{'priority':'highest'}),_0x3db249['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1ed467,_0x5517a9,_0x87d3a7)=>{_0x87d3a7['options']['showSuggestionHighlights']&&nr(_0x3db249,{'showActiveMarker':!0x1})(_0x1ed467,_0x5517a9,_0x87d3a7);},{'priority':'highest'});const _0x11b953=_0x5f438d['descriptionFactory'];_0x11b953['registerDescriptionCallback'](_0xdfc3d9=>{if('insertion'!==_0xdfc3d9['type'])return;const {start:_0x59964c,end:_0x55bf7f}=_0xdfc3d9['getFirstRange']();if(!_0x59964c['isTouching'](_0x55bf7f)||!_0x59964c['nodeAfter'])return;const _0x17c173=_0x3db249['model']['schema'],_0x3c0efe=_0x59964c['nodeAfter'];return _0x17c173['isBlock'](_0x3c0efe)&&!_0x17c173['isLimit'](_0x3c0efe)&&_0x17c173['checkChild'](_0x3c0efe,'$text')?{'type':'insertion','content':o(_0x178749,'*Insert:*\x20%0',_0x11b953['getItemLabel'](_0x3c0efe,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x800045=this['editor'],_0x231adf=_0x800045['locale'];_0x800045['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c052e=>{if('formatBlock'!=_0x1c052e['type'])return;const {data:_0x1823b3}=_0x1c052e;return _0x1823b3&&'paragraph'==_0x1823b3['commandName']?{'type':'format','content':o(_0x231adf,'*Change\x20to:*\x20%0',o(_0x231adf,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x561e99,{showActiveMarker:_0x41b5c9=!0x0}={}){return(_0x3706da,_0x48cac1,_0x3ebbca)=>{const _0xa909ee=_0x561e99['plugins']['get']('TrackChangesEditing'),_0x587381=_0x48cac1['markerRange']['start'],_0x2e6b79=_0x48cac1['markerRange']['end'],_0x470bad=_0x561e99['model']['schema'];if(!_0x587381['isTouching'](_0x2e6b79)||!_0x587381['nodeAfter'])return;const _0x3e0659=_0x587381['nodeAfter'];if(_0x470bad['isBlock'](_0x3e0659)&&!_0x470bad['isLimit'](_0x3e0659)&&_0x470bad['checkChild'](_0x3e0659,'$text')){if(!_0x3ebbca['consumable']['consume'](_0x48cac1['markerRange'],_0x3706da['name']))return;const {authorId:_0x1b3b5d}=_0xa909ee['_splitMarkerName'](_0x48cac1['markerName']),_0x4f4b3d=_0x3ebbca['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x1b3b5d}),_0x5b6613=_0x3ebbca['mapper']['toViewPosition'](_0x2e6b79);_0x41b5c9&&_0xa909ee['activeMarkers']['includes'](_0x48cac1['markerName'])&&_0x3ebbca['writer']['addClass']('ck-suggestion-marker--active',_0x4f4b3d),_0x3ebbca['writer']['insert'](_0x5b6613,_0x4f4b3d),_0x3ebbca['mapper']['bindElementToMarker'](_0x4f4b3d,_0x48cac1['markerName']);}};}class jt extends _0x59cf86{['afterInit'](){const _0x343183=this['editor'];_0x343183['commands']['get']('replaceSource')&&_0x343183['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0x59cf86{['afterInit'](){const _0x9c3a27=this['editor'];if(!_0x9c3a27['plugins']['has']('RemoveFormatEditing'))return;_0x9c3a27['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15fb3c=this['editor'];_0x15fb3c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1987a9=>{if('formatBlock'!=_0x1987a9['type']&&'formatInline'!=_0x1987a9['type'])return;const {data:_0x137ee8}=_0x1987a9;return _0x137ee8&&'removeFormat'==_0x137ee8['commandName']?{'type':'format','content':o(_0x15fb3c['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0x59cf86{['afterInit'](){const _0x2cc108=this['editor'];if(!_0x2cc108['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x50af8b=_0x2cc108['plugins']['get']('TrackChangesEditing');_0x50af8b['enableCommand']('goToPreviousRestrictedEditingException'),_0x50af8b['enableCommand']('goToNextRestrictedEditingException');const _0x2870c8=_0x2cc108['plugins']['get']('RestrictedEditingModeEditing');_0x2870c8['enableCommand']('trackChanges'),_0x2870c8['enableCommand']('acceptSuggestion'),_0x2870c8['enableCommand']('discardSuggestion'),_0x2870c8['enableCommand']('acceptAllSuggestions'),_0x2870c8['enableCommand']('discardAllSuggestions'),_0x2870c8['enableCommand']('acceptSelectedSuggestions'),_0x2870c8['enableCommand']('discardSelectedSuggestions');}}class It extends _0x59cf86{static get['requires'](){return[_0x5f3610];}['init'](){const _0x4be079=this['editor'],_0x467b93=_0x4be079['plugins']['get']('TrackChangesEditing');_0x467b93['enableCommand']('shiftEnter'),_0x4be079['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x4be079),{'priority':'high'}),_0x4be079['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x4be079),{'priority':'high'}),_0x4be079['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5a9248,_0x2459a7,_0x5389be)=>{_0x5389be['options']['showSuggestionHighlights']&&je(_0x4be079,{'showActiveMarker':!0x1})(_0x5a9248,_0x2459a7,_0x5389be);}),_0x467b93['descriptionFactory']['registerElementLabel']('softBreak',_0x11570d=>o(_0x4be079['locale'],'ELEMENT_LINE_BREAK',_0x11570d));}}function je(_0x4fa8fe,{showActiveMarker:_0x2308f3=!0x0}={}){return(_0x273f8b,_0x49274a,_0x1c9e85)=>{const _0x883280=_0x4fa8fe['plugins']['get']('TrackChangesEditing');if(!_0x1c9e85['consumable']['test'](_0x49274a['markerRange'],_0x273f8b['name']))return;const _0x3a33dd=_0x4fa8fe['model'];for(const _0x4b7416 of _0x49274a['markerRange']['getItems']()){if(!_0x4b7416['is']('element','softBreak'))continue;const _0x39697f='deletion'==_0x49274a['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x2bf87f}=_0x883280['_splitMarkerName'](_0x49274a['markerName']),_0x3db478=_0x1c9e85['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x39697f,'data-author-id':_0x2bf87f}),_0x391013=_0x1c9e85['mapper']['toViewPosition'](_0x3a33dd['createPositionBefore'](_0x4b7416));_0x2308f3&&_0x883280['activeMarkers']['includes'](_0x49274a['markerName'])&&_0x1c9e85['writer']['addClass']('ck-suggestion-marker--active',_0x3db478),_0x1c9e85['writer']['insert'](_0x391013,_0x3db478),_0x1c9e85['mapper']['bindElementToMarker'](_0x3db478,_0x49274a['markerName']);}};}class vt extends _0x59cf86{['afterInit'](){const _0x43c6b3=this['editor'],_0x59b35c=_0x43c6b3['model'],_0xdf2ec=_0x43c6b3['locale'];if(!_0x43c6b3['plugins']['has']('StandardEditingModeEditing'))return;const _0x5302f7=_0x43c6b3['plugins']['get']('TrackChangesEditing'),_0xe292fb='restrictedEditingException',_0x27f856=_0x43c6b3['commands']['get'](_0xe292fb);_0x5302f7['enableCommand'](_0xe292fb,(_0x47170f,_0x3fc613={})=>{const _0x3cc48b=_0x59b35c['document']['selection'];if(_0x3cc48b['isCollapsed'])return void _0x47170f(_0x3fc613);const _0x9aa612=void 0x0!==_0x3fc613['forceValue']?_0x3fc613['forceValue']:!_0x27f856['value'];_0x59b35c['change'](()=>{const _0x25e55a=Array['from'](_0x3cc48b['getRanges']());for(const _0x494271 of _0x25e55a){const _0x32673c=_0x9aa612?[_0x494271]:io(_0xe292fb,_0x494271,_0x59b35c);for(const _0x37e896 of _0x32673c)_0x5302f7['markInlineFormat'](_0x37e896,{'commandName':_0xe292fb,'commandParams':[{'forceValue':_0x9aa612}]});}});}),_0x5302f7['descriptionFactory']['registerDescriptionCallback'](_0x203133=>{if('formatBlock'!=_0x203133['type']&&'formatInline'!=_0x203133['type'])return;const {data:_0x6bc8c6}=_0x203133;return _0x6bc8c6&&_0x6bc8c6['commandName']==_0xe292fb?_0x6bc8c6['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xdf2ec,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0xdf2ec,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class _t extends _0x59cf86{['afterInit'](){const _0x59ed5c=this['editor'];if(!_0x59ed5c['plugins']['has']('Style')||!_0x59ed5c['plugins']['has']('DataSchema'))return;const _0x3a8d5d=_0x59ed5c['plugins']['get']('TrackChangesEditing'),_0x5af6a9=_0x59ed5c['locale'],_0x38dabf=_0x59ed5c['config']['get']('style')||{},_0x170525=_0x59ed5c['plugins']['get']('GeneralHtmlSupport'),_0x26f094=_0x59ed5c['plugins']['get']('StyleUtils')['normalizeConfig'](_0x59ed5c['plugins']['get']('DataSchema'),_0x38dabf['definitions']);_0x3a8d5d['enableDefaultAttributesIntegration']('style');const _0x3d9266=new Set();for(const _0x1c037f of _0x26f094['block']){const _0x3e5371=_0x170525['getGhsAttributeNameForElement'](_0x1c037f['element']);_0x3d9266['add'](_0x3e5371);}const _0x164b7e=new Set();for(const _0x501ebc of _0x26f094['inline']){const _0x4d7ec4=_0x170525['getGhsAttributeNameForElement'](_0x501ebc['element']);_0x164b7e['add'](_0x4d7ec4);for(const _0x31162f of _0x501ebc['ghsAttributes'])_0x164b7e['add'](_0x31162f);}for(const _0x336b1f of _0x3d9266)_0x3a8d5d['registerBlockAttribute'](_0x336b1f),_0x3a8d5d['descriptionFactory']['registerAttributeLabel'](_0x336b1f,o(_0x5af6a9,'FORMAT_STYLE'));for(const _0x6a3972 of _0x164b7e)_0x3a8d5d['registerInlineAttribute'](_0x6a3972),_0x3a8d5d['descriptionFactory']['registerAttributeLabel'](_0x6a3972,o(_0x5af6a9,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x42f31c=this['editor'],_0xd052ba=_0x42f31c['locale'];_0x42f31c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5e7b52=>{if('formatBlock'!=_0x5e7b52['type']&&'formatInline'!=_0x5e7b52['type'])return;const {data:_0x577fd6}=_0x5e7b52;return _0x577fd6&&'style'===_0x577fd6['commandName']?_0x577fd6['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xd052ba,'*Set\x20format:*\x20%0',_0x577fd6['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0xd052ba,'*Remove\x20format:*\x20%0',_0x577fd6['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x59cf86{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3e2daf){super(_0x3e2daf),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x18adae=this['editor'],_0x3ba1b4=_0x18adae['model']['document']['selection'];if(!_0x18adae['plugins']['has']('TableEditing'))return;const _0xb5581c=_0x18adae['locale'],_0x14340c=_0x18adae['plugins']['get']('TrackChangesEditing'),_0x36ea29=_0x18adae['plugins']['get']('TableUtils');_0x14340c['descriptionFactory']['registerElementLabel']('table',_0x56c395=>o(_0xb5581c,'ELEMENT_TABLE',_0x56c395)),this['_setupColumnsRowsFixing'](),_0x14340c['enableCommand']('insertTable'),_0x14340c['enableCommand']('selectTableRow'),_0x14340c['enableCommand']('selectTableColumn');for(const _0x3e189b of['insertTableRowAbove','insertTableRowBelow']){const _0xbedc6e=_0x18adae['commands']['get'](_0x3e189b);_0x14340c['enableCommand'](_0x3e189b,_0x5effa6=>{_0x18adae['model']['change'](_0x5e0a2f=>{_0x5effa6();const _0x141687='above'===_0xbedc6e['order'],_0x3d3bf0=_0x36ea29['getSelectionAffectedTableCells'](_0x3ba1b4),_0x533cdf=_0x36ea29['getRowIndexes'](_0x3d3bf0),_0x3ef576=_0x141687?_0x533cdf['first']-0x1:_0x533cdf['last']+0x1,_0x4c47cf=_0x3d3bf0[0x0]['findAncestor']('table'),_0x3bc0cf=_0x36ea29['createTableWalker'](_0x4c47cf,{'startRow':_0x3ef576,'endRow':_0x3ef576}),_0x4c21d7=Array['from'](_0x3bc0cf)['map'](_0x512cbe=>_0x5e0a2f['createRangeOn'](_0x512cbe['cell']));_0x14340c['markMultiRangeInsertion'](_0x4c21d7,'tableRow');});});}for(const _0x274b01 of['insertTableColumnLeft','insertTableColumnRight']){const _0xdd796a=_0x18adae['commands']['get'](_0x274b01);_0x14340c['enableCommand'](_0x274b01,_0x3ace2c=>{_0x18adae['model']['change'](_0x4f7b9a=>{_0x3ace2c();const _0x55dffe='left'===_0xdd796a['order'],_0x4bbdf7=_0x36ea29['getSelectionAffectedTableCells'](_0x3ba1b4),_0x2ad483=_0x36ea29['getColumnIndexes'](_0x4bbdf7),_0x4fabf8=_0x55dffe?_0x2ad483['first']-0x1:_0x2ad483['last']+0x1,_0x3c63a0=_0x4bbdf7[0x0]['findAncestor']('table'),_0x24c37a=_0x36ea29['createTableWalker'](_0x3c63a0,{'startRow':0x0,'column':_0x4fabf8,'includeAllSlots':!0x1}),_0x248d95=Array['from'](_0x24c37a)['map'](_0x5233b6=>_0x4f7b9a['createRangeOn'](_0x5233b6['cell']));_0x14340c['markMultiRangeInsertion'](_0x248d95,'tableColumn');});});}for(const _0x3b046e of['removeTableRow','removeTableColumn']){const _0x37e513=_0x3b046e['substr'](0xb),_0x2fbf57=_0x37e513['toLowerCase'](),_0x527242=_0x2fbf57['substr'](0x0,0x3)+'span',_0x7c52d2='table'+_0x37e513,_0x16ae46='min'+_0x37e513,_0x1ae2ec='max'+_0x37e513;_0x14340c['enableCommand'](_0x3b046e,()=>{_0x18adae['model']['change'](_0x5705d4=>{const _0x19d4a0=_0x36ea29['getSelectionAffectedTableCells'](_0x3ba1b4),_0x48aa02=_0x19d4a0[0x0]['findAncestor']('table');let _0x12cb5f;if('removeTableRow'==_0x3b046e){const _0x4a557a=_0x36ea29['getRowIndexes'](_0x19d4a0);_0x12cb5f={'startRow':_0x4a557a['first'],'endRow':_0x4a557a['last'],'includeAllSlots':!0x0};}else{const _0x1f0f67=_0x36ea29['getColumnIndexes'](_0x19d4a0);_0x12cb5f={'startColumn':_0x1f0f67['first'],'endColumn':_0x1f0f67['last'],'includeAllSlots':!0x0};}const _0x171158=_0x36ea29['createTableWalker'](_0x48aa02,_0x12cb5f),_0x57d26c=Array['from'](_0x171158)['map'](({cell:_0x47ec89})=>_0x47ec89),_0x1a76c0=Ne(_0x57d26c['filter'](_0x2e57b3=>_0x2e57b3['hasAttribute'](_0x527242))),_0x49b5a4=Ne(_0x57d26c['filter'](_0x4dad5a=>!_0x4dad5a['hasAttribute'](_0x527242)))['map'](_0x219acb=>_0x5705d4['createRangeOn'](_0x219acb)),_0x39ba80=_0x14340c['markMultiRangeDeletion'](_0x49b5a4,_0x7c52d2);if(_0x39ba80&&('tableRow'==_0x39ba80['subType']||'tableColumn'==_0x39ba80['subType'])){const _0x86729f=this['_getSuggestionCoords'](_0x39ba80);for(const _0x21c29b of _0x1a76c0){const _0x165bfd=_0x5705d4['createRangeOn'](_0x21c29b),_0xfae665=_0x36ea29['getCellLocation'](_0x21c29b),_0x2b75ef=_0x21c29b['getAttribute'](_0x527242)-0x1,_0x3bcd79=_0x86729f[_0x16ae46],_0x53407c=_0x86729f[_0x1ae2ec];_0x3bcd79<=_0xfae665[_0x2fbf57]&&_0xfae665[_0x2fbf57]+_0x2b75ef<=_0x53407c&&_0x39ba80['addRange'](_0x165bfd);}}});});}function _0x4ebb84(_0x43a88e){const _0x8c8f0c=Array['from'](_0x3ba1b4['getRanges']())['map'](_0x18b49f=>_0x3e3cd3['fromRange'](_0x18b49f));_0x18adae['model']['change'](_0x4ec502=>{const _0x3c3f97=_0x4ec502['batch'];_0x43a88e=_0x43a88e['filter'](_0x122f97=>'$graveyard'!=_0x122f97['root']['rootName']),_0x4ec502['setSelection'](_0x43a88e),_0x18adae['commands']['get']('removeTableRow')['refresh'](),_0x18adae['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x18adae['model']['enqueueChange'](()=>{_0x18adae['model']['enqueueChange'](_0x3c3f97,_0x4758e4=>{const _0x347601=_0x8c8f0c['filter'](_0x3a1e84=>'$graveyard'!=_0x3a1e84['root']['rootName']);_0x347601['length']>0x0&&_0x4758e4['setSelection'](_0x347601);for(const _0x5036da of _0x8c8f0c)_0x5036da['detach']();});});});}function _0x28de3b(_0x585eef){_0x18adae['model']['change'](_0x1dc3bb=>{const _0x4ccfeb=Array['from'](_0x3ba1b4['getRanges']())['map'](_0x44da7a=>_0x3e3cd3['fromRange'](_0x44da7a)),_0x369d0a=[];for(const _0x26c938 of _0x585eef)for(const _0x189238 of _0x26c938['getItems']({'shallow':!0x0}))_0x369d0a['push'](_0x189238);for(const _0x53b444 of _0x369d0a)'$graveyard'!=_0x53b444['root']['rootName']&&(_0x1dc3bb['setSelection'](_0x1dc3bb['createPositionAt'](_0x53b444,0x0)),_0x18adae['commands']['get']('removeTableColumn')['refresh'](),_0x18adae['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4b5a2d=_0x4ccfeb['filter'](_0x5be48d=>'$graveyard'!=_0x5be48d['root']['rootName']);_0x4b5a2d['length']>0x0&&_0x1dc3bb['setSelection'](_0x4b5a2d);for(const _0xe8b692 of _0x4ccfeb)_0xe8b692['detach']();});}function _0x397ece(_0x45ae3e,_0x27b33d){return _0x27b33d['every'](_0x45d4de=>_0x45ae3e['some'](_0x53cfe1=>_0x53cfe1['end']['isEqual'](_0x45d4de['start'])||_0x45d4de['end']['isEqual'](_0x53cfe1['start'])));}function _0x3d9a4e(_0x2ada90,_0x2e6b74){return!_0x2ada90['some'](_0x55758b=>_0x2e6b74['some'](_0x293fc8=>_0x55758b['isIntersecting'](_0x293fc8)))&&_0x2ada90['some'](_0x46d424=>_0x2e6b74['some'](_0x5c33cc=>_0x46d424['end']['isTouching'](_0x5c33cc['start'])));}_0x18adae['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x409ae1,_0xd99ef8,_0x379a35)=>{if(!_0x379a35['options']['showSuggestionHighlights'])return;const _0x3d291a=_0xd99ef8['item'];if(!_0x3d291a)return;const _0x5a9468=_0x379a35['mapper']['toViewElement'](_0x3d291a);function _0x503bca(_0x2ca73e){return Array['isArray'](_0x2ca73e)?_0x2ca73e:[_0x2ca73e];}_0x5a9468&&'tableCell'===_0x3d291a['name']&&_0xd43f67(_0x5a9468,_0x379a35['writer'],(_0x46cba1,_0xed5722,_0x47c669)=>_0x47c669['addClass'](_0x503bca(_0xed5722['classes']),_0x46cba1),(_0x57e140,_0x533ef9,_0x38e711)=>_0x38e711['removeClass'](_0x503bca(_0x533ef9['classes']),_0x57e140));},{'priority':'highest'}),_0x14340c['descriptionFactory']['registerDescriptionCallback'](_0x50186d=>{if('insertion'!=_0x50186d['type']&&'deletion'!=_0x50186d['type'])return;const _0x1a7c1b=_0x50186d['getContainedElement']();if(null!=_0x1a7c1b&&_0x1a7c1b['is']('element','table')){if('insertion'==_0x50186d['type']){const _0x5c8b80=_0x50186d['getItems']()['filter'](_0x268470=>_0x268470['is']('$textProxy'))['map'](_0x435a1d=>_0x435a1d['data']);if(_0x5c8b80['length'])return{'type':'insertion','content':o(_0xb5581c,'*Insert:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5c8b80['join']('\x20')+'\x22'))};}if('deletion'==_0x50186d['type']){const _0x128662=_0x50186d['getItems']()['filter'](_0x7562ec=>_0x7562ec['is']('$textProxy'))['map'](_0xe9911f=>_0xe9911f['data']);if(_0x128662['length'])return{'type':'deletion','content':o(_0xb5581c,'*Remove:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x128662['join']('\x20')+'\x22'))};}}}),_0x14340c['descriptionFactory']['registerDescriptionCallback'](_0xb54459=>{if('tableRow'==_0xb54459['subType']){const _0x3a1411=_0xb54459['getItems']()['filter'](_0x409de5=>_0x409de5['is']('$textProxy'))['map'](_0x211b1b=>_0x211b1b['data']),_0x4de0ab=this['_getSuggestionCoords'](_0xb54459),_0x593227=_0x4de0ab['maxRow']-_0x4de0ab['minRow']+0x1;if('insertion'==_0xb54459['type'])return _0x3a1411['length']?{'type':'insertion','content':o(_0xb5581c,'*Insert:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x593227,'\x22'+_0x3a1411['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xb5581c,'*Insert:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_ROW',_0x593227))};if('deletion'==_0xb54459['type'])return _0x3a1411['length']?{'type':'deletion','content':o(_0xb5581c,'*Remove:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x593227,'\x22'+_0x3a1411['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xb5581c,'*Remove:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_ROW',_0x593227))};}if('tableColumn'==_0xb54459['subType']){const _0x57a846=_0xb54459['getItems']()['filter'](_0x275484=>_0x275484['is']('$textProxy'))['map'](_0x12c802=>_0x12c802['data']),_0xd87c77=this['_getSuggestionCoords'](_0xb54459),_0xa75b4f=_0xd87c77['maxColumn']-_0xd87c77['minColumn']+0x1;if('insertion'==_0xb54459['type'])return _0x57a846['length']?{'type':'insertion','content':o(_0xb5581c,'*Insert:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xa75b4f,'\x22'+_0x57a846['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xb5581c,'*Insert:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_COLUMN',_0xa75b4f))};if('deletion'==_0xb54459['type'])return _0x57a846['length']?{'type':'deletion','content':o(_0xb5581c,'*Remove:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xa75b4f,'\x22'+_0x57a846['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xb5581c,'*Remove:*\x20%0',o(_0xb5581c,'ELEMENT_TABLE_COLUMN',_0xa75b4f))};}}),_0x14340c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x4ebb84),_0x14340c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x4ebb84),_0x14340c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x28de3b),_0x14340c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x28de3b),_0x14340c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x397ece),_0x14340c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x397ece),_0x14340c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3d9a4e),_0x14340c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3d9a4e);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2cfc6d=this['editor'],_0x121438=_0x2cfc6d['model']['document']['selection'];return(_0x2e8f1e,_0x5de8f5)=>{_0x2cfc6d['model']['change'](_0x354941=>{const {commandName:_0x2977e9,commandParams:_0x4d4329}=_0x5de8f5;let _0x381db1=_0x2e8f1e[0x0]['end']['nodeBefore'];_0x4d4329&&_0x4d4329[0x0]&&!0x1===_0x4d4329[0x0]['forceValue']&&(_0x381db1=_0x2e8f1e[0x0]['start']['nodeAfter']);const _0xfa475e=_0x354941['createRangeIn'](_0x381db1);if('$graveyard'==_0xfa475e['root']['rootName'])return;const _0x5725e7=Array['from'](_0x121438['getRanges']())['map'](_0x2e1c91=>_0x3e3cd3['fromRange'](_0x2e1c91));_0x354941['setSelection'](_0xfa475e),_0x2cfc6d['commands']['get'](_0x2977e9)['refresh'](),_0x4d4329['push']({'forceDefaultExecution':!0x0}),_0x2cfc6d['execute'](_0x2977e9,..._0x4d4329);const _0x560e28=_0x5725e7['filter'](_0x6534c0=>'$graveyard'!=_0x6534c0['root']['rootName']);_0x560e28['length']>0x0&&_0x354941['setSelection'](_0x560e28);for(const _0x3db6d9 of _0x5725e7)_0x3db6d9['detach']();});};}['_getCoordsForCells'](_0x11ef4e){const _0x3b36cf=this['editor']['plugins']['get']('TableUtils');let _0xc5a1bc=Number['MAX_SAFE_INTEGER'],_0x5e383f=Number['MIN_SAFE_INTEGER'],_0xdd51e9=Number['MAX_SAFE_INTEGER'],_0x3e5bb3=Number['MIN_SAFE_INTEGER'];for(const _0x2f2e30 of _0x11ef4e){if('$graveyard'==_0x2f2e30['root']['rootName'])continue;const {row:_0x28a010,column:_0x274709}=_0x3b36cf['getCellLocation'](_0x2f2e30),_0x5bdc53=_0x2f2e30['hasAttribute']('rowspan')?_0x2f2e30['getAttribute']('rowspan')-0x1:0x0,_0x353da2=_0x2f2e30['hasAttribute']('colspan')?_0x2f2e30['getAttribute']('colspan')-0x1:0x0;_0xc5a1bc=_0x28a010<_0xc5a1bc?_0x28a010:_0xc5a1bc,_0x5e383f=_0x28a010+_0x5bdc53>_0x5e383f?_0x28a010+_0x5bdc53:_0x5e383f,_0xdd51e9=_0x274709<_0xdd51e9?_0x274709:_0xdd51e9,_0x3e5bb3=_0x274709+_0x353da2>_0x3e5bb3?_0x274709+_0x353da2:_0x3e5bb3;}return{'minRow':_0xc5a1bc,'maxRow':_0x5e383f,'minColumn':_0xdd51e9,'maxColumn':_0x3e5bb3};}['_setupColumnsRowsFixing'](){const _0x57730a=this['editor'],_0x4dc470=_0x57730a['plugins']['get']('TrackChangesEditing'),_0x3c85c3=_0x57730a['plugins']['get']('TableUtils');_0x57730a['model']['document']['on']('change:data',()=>{const _0x250708=Array['from'](_0x57730a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4d11d9,data:_0x206b06}of _0x250708){const {group:_0x57027e,id:_0x131efc,subType:_0x279b41}=_0x4dc470['_splitMarkerName'](_0x4d11d9);if('suggestion'!=_0x57027e)continue;if(null!=_0x206b06['oldRange'])continue;const _0x55378c=_0x4dc470['getSuggestion'](_0x131efc);this['_tablePostFixingSubtypes']['includes'](_0x279b41)&&this['_tableSuggestions']['add'](_0x55378c);}},{'priority':'low'});const _0x3abab7=(_0x19b81a,_0x497ea1)=>{let _0x549378=!0x1;const _0x5c9339=_0x497ea1['createRangeOn'](_0x19b81a),_0x49021d=_0x19b81a['findAncestor']('table'),_0x3ac262=_0x3c85c3['getCellLocation'](_0x19b81a);for(const _0x5c1982 of this['_tableSuggestions']){const _0x36fcd1=_0x5c1982['subType'],_0x25aac2=_0x36fcd1['startsWith']('tablePaste'),_0x162f2e=_0x36fcd1['substr'](_0x25aac2?0xa:0x5),_0x7f189c=_0x162f2e['toLowerCase'](),_0x253695=_0x7f189c['substr'](0x0,0x3)+'span',_0x507421='min'+_0x162f2e,_0x375e17='max'+_0x162f2e;if(!_0x5c1982['isInContent'])continue;if(_0x49021d!=_0x5c1982['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5c1982['isIntersectingWithRange'](_0x5c9339))continue;const _0x1de145=_0x19b81a['hasAttribute'](_0x253695)?_0x19b81a['getAttribute'](_0x253695)-0x1:0x0,_0x35dfab=this['_getSuggestionCoords'](_0x5c1982),_0x45c48c=_0x35dfab[_0x507421],_0x301b7e=_0x35dfab[_0x375e17];_0x45c48c<=_0x3ac262[_0x7f189c]&&_0x3ac262[_0x7f189c]+_0x1de145<=_0x301b7e&&(_0x5c1982['addRange'](_0x5c9339),_0x549378=!0x0);}return _0x549378;};_0x57730a['model']['document']['registerPostFixer'](_0x5d8f09=>{let _0x5ac445=!0x1;for(const _0x5ccf8f of _0x57730a['model']['document']['differ']['getChanges']())if('insert'==_0x5ccf8f['type']){if('tableRow'==_0x5ccf8f['name']){for(const _0x54e646 of _0x5ccf8f['position']['nodeAfter']['getChildren']())_0x5ac445=_0x5ac445||_0x3abab7(_0x54e646,_0x5d8f09);}else'tableCell'==_0x5ccf8f['name']&&(_0x5ac445=_0x5ac445||_0x3abab7(_0x5ccf8f['position']['nodeAfter'],_0x5d8f09));}return _0x5ac445;});}['_getSuggestionCoords'](_0x2cbfb9){return this['_getCoordsForCells'](_0x2cbfb9['getRanges']()['map'](_0xa61a82=>_0xa61a82['start']['nodeAfter']));}}function Ne(_0x14304e){return Array['from'](new Set(_0x14304e)['values']());}class Nt extends _0x59cf86{static get['requires'](){return[Ct];}['afterInit'](){const _0x3f77e1=this['editor'],_0x25af5c=_0x3f77e1['model']['document']['selection'],_0x1aa2cb=_0x3f77e1['locale'];if(!_0x3f77e1['plugins']['has']('TableEditing'))return;const _0x3365fd=_0x3f77e1['plugins']['get']('TrackChangesEditing'),_0x5d5132=_0x3f77e1['plugins']['get']('TableUtils'),_0x5f3e50=_0x3f77e1['plugins']['get'](Ct);_0x5f3e50['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3365fd['enableCommand']('mergeTableCells',()=>{const _0x2cedb6=_0x5d5132['getSelectionAffectedTableCells'](_0x3f77e1['model']['document']['selection']);_0x3f77e1['model']['change'](()=>{_0x3365fd['markMultiRangeBlockFormat'](_0x2cedb6,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3f77e1['commands']['get']('mergeTableCells')['on']('execute',(_0x51b556,_0x488bc6)=>{_0x3f77e1['commands']['get']('trackChanges')['value']&&(_0x488bc6['length']>0x0&&_0x488bc6[_0x488bc6['length']-0x1]&&_0x488bc6[_0x488bc6['length']-0x1]['forceDefaultExecution']||_0x3365fd['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x51b556['stop']());},{'priority':'highest'});for(const _0x594408 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x826fe=_0x3f77e1['commands']['get'](_0x594408);_0x3365fd['enableCommand'](_0x594408,()=>{const _0x17b370=_0x3f77e1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x26863b=>_0x26863b['is']('element','tableCell')),_0x190d0c=_0x826fe['value'];_0x3f77e1['model']['change'](()=>{_0x3365fd['markMultiRangeBlockFormat']([_0x17b370,_0x190d0c],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x23ab82 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x16af6f=_0x3f77e1['commands']['get'](_0x23ab82);_0x3365fd['enableCommand'](_0x23ab82,()=>{const _0x4ee85d=_0x5d5132['getSelectionAffectedTableCells'](_0x3f77e1['model']['document']['selection'])[0x0],_0x3171d4=_0x4ee85d['findAncestor']('table'),{column:_0x32fa6b,row:_0x2413c5}=_0x5d5132['getCellLocation'](_0x4ee85d);let _0x4272b9=[];if('horizontally'==_0x16af6f['direction']){const _0x3d59b3=_0x5d5132['createTableWalker'](_0x3171d4,{'startRow':_0x2413c5,'endRow':_0x2413c5,'includeAllSlots':!0x0});_0x4272b9=Array['from'](_0x3d59b3)['map'](_0xe47867=>_0xe47867['cell']);}else{const _0x2f662c=_0x5d5132['createTableWalker'](_0x3171d4,{'column':_0x32fa6b,'includeAllSlots':!0x0});_0x4272b9=Array['from'](_0x2f662c)['map'](_0x5dada3=>_0x5dada3['cell']);}_0x3f77e1['model']['change'](_0x5e7cba=>{_0x3365fd['markBlockFormat'](_0x5e7cba['createRangeOn'](_0x4ee85d),{'commandName':_0x23ab82,'commandParams':[]},_0x4272b9,_0x23ab82);});});}_0x3365fd['descriptionFactory']['registerDescriptionCallback'](_0x3afba2=>{if('formatBlock'!=_0x3afba2['type']&&'formatInline'!=_0x3afba2['type'])return;const {data:_0x3ae4e2}=_0x3afba2;return _0x3ae4e2&&'mergeTableCells'==_0x3ae4e2['commandName']?{'type':'format','content':o(_0x1aa2cb,'*Merge\x20cells*')}:void 0x0;}),_0x3365fd['descriptionFactory']['registerDescriptionCallback'](_0x539108=>{if('formatBlock'!=_0x539108['type']&&'formatInline'!=_0x539108['type'])return;const {data:_0x3f9bd0}=_0x539108;return _0x3f9bd0?'splitTableCellVertically'==_0x3f9bd0['commandName']?{'type':'format','content':o(_0x1aa2cb,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x3f9bd0['commandName']?{'type':'format','content':o(_0x1aa2cb,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x4dd061=_0x5f3e50['_acceptFormatSuggestionCallbackFactory']();for(const _0x4d4f18 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3365fd['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4d4f18,'accept',_0x4dd061);for(const _0x480dfd of['splitTableCellVertically','splitTableCellHorizontally'])_0x3365fd['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x480dfd,'accept',_0x4dd061);_0x3365fd['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x5d2cb9=>{_0x3f77e1['model']['change'](_0x475f4c=>{const _0x3fdc29=Array['from'](_0x25af5c['getRanges']())['map'](_0x53f51f=>_0x3e3cd3['fromRange'](_0x53f51f));_0x475f4c['setSelection'](_0x5d2cb9),_0x3f77e1['commands']['get']('mergeTableCells')['refresh'](),_0x3f77e1['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x752dd4=_0x3fdc29['filter'](_0x504b81=>'$graveyard'!=_0x504b81['root']['rootName']);_0x752dd4['length']>0x0&&_0x475f4c['setSelection'](_0x752dd4);for(const _0x1aa931 of _0x3fdc29)_0x1aa931['detach']();});});for(const _0x4dc982 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x5df14b=_0x3f77e1['commands']['get'](_0x4dc982);_0x5df14b['on']('set:isEnabled',(_0x325b1c,_0xe5f6d7,_0x3c9cf5)=>{if(_0x3c9cf5){const _0x4176e2=_0x3f77e1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x3d72f7=>_0x3d72f7['is']('element','tableCell'));this['_areMergableCells'](_0x5df14b['value'],_0x4176e2)||(_0x325b1c['return']=!0x1,_0x325b1c['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x38dc89=this['editor']['commands']['get']('mergeTableCells'),_0x6fcb14=this['editor']['plugins']['get']('TableUtils');if(!_0x38dc89['isEnabled'])return!0x1;const _0x271a98=_0x6fcb14['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x141a99 of _0x271a98)for(const _0x3f574e of _0x271a98)if(_0x141a99!=_0x3f574e&&!this['_areMergableCells'](_0x141a99,_0x3f574e))return!0x1;return!0x0;}['_areMergableCells'](_0x91ea81,_0x4fe50a){const _0x589c03=this['editor']['plugins']['get']('TrackChangesEditing'),_0x591e2c=this['editor']['model']['createRangeOn'](_0x91ea81),_0x57b546=this['editor']['model']['createRangeOn'](_0x4fe50a),_0x5580a4=new Set(),_0x358d8a=new Set();for(const _0x3d72b5 of _0x589c03['getSuggestions']())if(('insertion'==_0x3d72b5['type']||'deletion'==_0x3d72b5['type']||'mergeTableCells'==_0x3d72b5['subType'])&&_0x3d72b5['isInContent']){for(const _0x30bb1c of _0x3d72b5['getRanges']())_0x30bb1c['containsRange'](_0x591e2c,!0x0)&&_0x5580a4['add'](_0x3d72b5['type']+':'+_0x3d72b5['author']['id']),_0x30bb1c['containsRange'](_0x57b546,!0x0)&&_0x358d8a['add'](_0x3d72b5['type']+':'+_0x3d72b5['author']['id']);}if(_0x5580a4['size']!=_0x358d8a['size'])return!0x1;for(const _0x252f52 of _0x5580a4)if(!_0x358d8a['has'](_0x252f52))return!0x1;return!0x0;}}class Dt extends _0x59cf86{static get['requires'](){return[Ct];}['afterInit'](){const _0x25875d=this['editor'];if(!_0x25875d['plugins']['has']('TableEditing'))return;const _0x43a358=_0x25875d['locale'],_0x13ebc4=_0x25875d['plugins']['get']('TrackChangesEditing');_0x13ebc4['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x13ebc4['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x13ebc4['registerBlockAttribute']('headingRows'),_0x13ebc4['registerBlockAttribute']('headingColumns'),_0x13ebc4['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x43a358,'FORMAT_HEADER_ROW')),_0x13ebc4['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x43a358,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5f083e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1f0ca7=this['editor']['plugins']['get']('TableUtils'),_0x2f1dc0=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x5c4a82({showActiveMarker:_0x120220=!0x0,setDataAttribute:_0x104248=!0x0}={}){return(_0x48f8c9,_0x262e40,_0x2b11e4)=>{const {type:_0x29b5b2,id:_0x26acd7}=_0x5f083e['_splitMarkerName'](_0x262e40['markerName']),_0x43e303=_0x5f083e['getSuggestion'](_0x26acd7),_0x3cd292=_0x43e303['data'];if('formatBlock'!=_0x43e303['type']||!_0x3cd292||'setTableColumnHeader'!=_0x3cd292['commandName'])return;if(_0x262e40['item'])return void _0x48f8c9['stop']();if(!_0x2b11e4['consumable']['consume'](_0x262e40['markerRange'],_0x48f8c9['name']))return;const _0x597802=_0x262e40['markerRange']['start']['nodeAfter'],_0x2b8126=_0x262e40['markerRange']['end']['nodeBefore'],_0x43ca79=_0x597802['parent']['parent'],{column:_0x42d8e2}=_0x1f0ca7['getCellLocation'](_0x597802),{column:_0x7b85da}=_0x1f0ca7['getCellLocation'](_0x2b8126);for(let _0x12a100=_0x42d8e2;_0x12a100<=_0x7b85da;_0x12a100++){const _0x3465be=_0x1f0ca7['createTableWalker'](_0x43ca79,{'column':_0x12a100,'includeAllSlots':!0x1});for(const _0x1f86d8 of _0x3465be){const _0x4f3544=_0x1f86d8['cell'],_0x4f02e3=_0x2b11e4['mapper']['toViewElement'](_0x4f3544);_0x2b11e4['writer']['addClass']('ck-suggestion-marker-'+_0x29b5b2,_0x4f02e3),_0x104248&&_0x2b11e4['writer']['setAttribute']('data-suggestion',_0x26acd7,_0x4f02e3),_0x2b11e4['mapper']['bindElementToMarker'](_0x4f02e3,_0x262e40['markerName']),_0x120220&&(_0x5f083e['activeMarkers']['includes'](_0x262e40['markerName'])?_0x2b11e4['writer']['addClass']('ck-suggestion-marker--active',_0x4f02e3):_0x2b11e4['writer']['removeClass']('ck-suggestion-marker--active',_0x4f02e3));}}};}_0x5f083e['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x2f1dc0),_0x5f083e['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x2f1dc0),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5c4a82(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1ff358,_0x573044,_0x44f8fb)=>{_0x44f8fb['options']['showSuggestionHighlights']&&_0x5c4a82({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1ff358,_0x573044,_0x44f8fb);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x3893e9,_0x1d01ba,_0x2fd5f8)=>{const {type:_0x25d799,id:_0x164a78}=_0x5f083e['_splitMarkerName'](_0x1d01ba['markerName']),_0x5e5f33=_0x5f083e['getSuggestion'](_0x164a78),_0x64e78=_0x5e5f33['data'];if('formatBlock'!=_0x5e5f33['type']||!_0x64e78||'setTableColumnHeader'!=_0x64e78['commandName'])return;const _0x1cf013=_0x2fd5f8['mapper']['markerNameToElements'](_0x1d01ba['markerName']);if(_0x1cf013){for(const _0x162ac7 of _0x1cf013)_0x2fd5f8['writer']['removeClass']('ck-suggestion-marker-'+_0x25d799,_0x162ac7),_0x2fd5f8['writer']['removeClass']('ck-suggestion-marker--active',_0x162ac7),_0x2fd5f8['writer']['removeAttribute']('data-suggestion',_0x162ac7),_0x2fd5f8['mapper']['unbindElementFromMarkerName'](_0x162ac7,_0x1d01ba['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3f9f0f=this['editor'],_0x27b2fd=_0x3f9f0f['locale'];function _0x1515d7(_0x2532d0){return{'type':'format','content':o(_0x27b2fd,'*Format:*\x20%0',_0x2532d0)};}_0x3f9f0f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf5478d=>{if('formatBlock'!=_0xf5478d['type'])return;const {data:_0x56561a}=_0xf5478d;if(_0x56561a){if('setTableRowHeader'==_0x56561a['commandName']){const _0x3f2813=_0x56561a['commandParams'][0x0]['forceValue'];return _0x1515d7(o(_0x27b2fd,_0x3f2813?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x56561a['commandName']){const _0x42abe0=_0x56561a['commandParams'][0x0]['forceValue'];return _0x1515d7(o(_0x27b2fd,_0x42abe0?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x47c2dc=>[_0x47c2dc,null]));class Mt extends _0x59cf86{static get['requires'](){return[Ct];}['afterInit'](){const _0x4d55f3=this['editor'];if(!_0x4d55f3['plugins']['has']('TableClipboard'))return;const _0x191eac=_0x4d55f3['plugins']['get']('TrackChangesEditing'),_0x56a6de=_0x4d55f3['plugins']['get']('TableUtils'),_0xb69460=_0x4d55f3['plugins']['get'](Ct),_0x1fcf11=_0x4d55f3['plugins']['get']('TableClipboard');_0xb69460['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4d55f3['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4d55f3['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x30a1fc=null;_0x4d55f3['model']['on']('insertContent',(_0x1c26c0,_0x374d02)=>{const [_0x5806ec,_0x1d9f5a]=_0x374d02,_0x36aa1d=_0x374d02[_0x374d02['length']-0x1];_0x36aa1d&&_0x36aa1d['forceDefaultExecution']||_0x191eac['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0xd615df,_0x5bed38,_0x38c09b,_0x2f79af,_0x4aae2b){if(_0x5bed38&&!_0x5bed38['is']('documentSelection'))return!0x1;const _0x519201=_0x4aae2b['getTableIfOnlyTableInContent'](_0xd615df,_0x38c09b);if(!_0x519201||!Ue(_0x519201,void 0x0,_0x2f79af))return!0x1;const _0x8aeec9=_0x2f79af['getSelectionAffectedTableCells'](_0x38c09b['document']['selection']);if(!_0x8aeec9['length'])return!0x1;const _0x3a56c0=_0x8aeec9[0x0]['findAncestor']('table'),_0x16cf2b=_0x2f79af['getRowIndexes'](_0x8aeec9),_0x3958d1=_0x2f79af['getColumnIndexes'](_0x8aeec9),_0x47a703={'startRow':_0x16cf2b['first'],'endRow':_0x16cf2b['last'],'startColumn':_0x3958d1['first'],'endColumn':_0x3958d1['last']};return 0x1==_0x8aeec9['length']&&(_0x47a703['endRow']+=_0x2f79af['getRows'](_0x519201)-0x1,_0x47a703['endColumn']+=_0x2f79af['getColumns'](_0x519201)-0x1),Ue(_0x3a56c0,_0x47a703,_0x2f79af);}(_0x5806ec,_0x1d9f5a,_0x4d55f3['model'],_0x56a6de,_0x1fcf11)&&(_0x1c26c0['stop'](),_0x30a1fc={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4d55f3['model']['change'](()=>{_0x4d55f3['model']['insertContent'](_0x374d02[0x0],_0x374d02[0x1],_0x374d02[0x2],{'forceDefaultExecution':!0x0});const _0x4beafd=_0x1d192f(),{rowInsertionRanges:_0x185fe1,columnInsertionRanges:_0x1a885d,insertionRanges:_0x165cf0,deletionRanges:_0x640952,cells:_0x2ce7bc}=_0x30a1fc;_0x185fe1['length']&&_0x191eac['markMultiRangeInsertion'](_0x185fe1,'tablePasteRow',{'tablePasteChainId':_0x4beafd}),_0x1a885d['length']&&_0x191eac['markMultiRangeInsertion'](_0x1a885d,'tablePasteColumn',{'tablePasteChainId':_0x4beafd}),_0x165cf0['length']&&(_0x191eac['markMultiRangeInsertion'](_0x165cf0,'tablePaste',{'tablePasteChainId':_0x4beafd,'skipNestingCheck':!0x0}),_0x165cf0['forEach'](_0x1b1a80=>_0x1b1a80['detach']?.())),_0x640952['length']&&(_0x191eac['markMultiRangeDeletion'](_0x640952,'tablePaste',{'tablePasteChainId':_0x4beafd,'skipNestingCheck':!0x0}),_0x640952['forEach'](_0x4e68ac=>_0x4e68ac['detach']?.()));const _0x27dba6=_0x191eac['markMultiRangeBlockFormat'](_0x2ce7bc['map'](({element:_0x7c3617})=>_0x7c3617),{'formatGroupId':_0x1d192f()},[],'tablePasteCell',{'tablePasteChainId':_0x4beafd});if(_0x27dba6){const _0x11d2b2=_0x27dba6['getMarkers'](),_0x5a7154=[];for(const {element:_0x326661,attributes:_0x43a78a}of _0x2ce7bc){if(!_0x43a78a)continue;const _0x2c34dd=_0x4d55f3['model']['createRangeOn'](_0x326661),_0x5792ab=_0x11d2b2['find'](_0x27f02c=>_0x27f02c['getRange']()['isEqual'](_0x2c34dd));_0x5792ab&&_0x5a7154['push']([_0x5792ab['name'],_0x43a78a]);}_0x5a7154['length']&&_0x27dba6['setAttribute']('markerAttributes',Object['fromEntries'](_0x5a7154));}_0x30a1fc=null;}));},{'priority':_0x4e8da5['high']+0xa}),_0x4d55f3['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x4d77c0,_0x590ff1)=>{const [_0x353c5a,_0x261b7e,,_0x110c87]=_0x590ff1;if(!_0x30a1fc)return;_0x4d77c0['stop']();const _0x238849=_0x353c5a['cell'],_0x551a77=_0x261b7e,_0x1dd281=Oe(_0x238849),_0x57a437=Oe(_0x551a77);_0x4d77c0['return']=_0x238849;let _0x26b4e3=null,_0x4cde17=null;if(_0x57a437||_0x1dd281){if(_0x1dd281&&!_0x57a437){_0x110c87['remove'](_0x238849['getChild'](0x0));for(const _0x22907d of Array['from'](_0x551a77['getChildren']()))_0x110c87['insert'](_0x22907d,_0x238849,'end');const _0x2ee146=_0x30a1fc['rowInsertionIndexes']['includes'](_0x353c5a['row']),_0x13789f=_0x30a1fc['columnInsertionIndexes']['includes'](_0x353c5a['column']);_0x2ee146||_0x13789f||(_0x26b4e3=_0x3e3cd3['fromRange'](_0x110c87['createRangeIn'](_0x238849)));}else _0x57a437&&!_0x1dd281&&(_0x4cde17=_0x110c87['createRangeIn'](_0x238849));}else{const _0x2bfe91=_0x110c87['createElement']('tableCellSuggestion'),_0x304fc6=_0x110c87['createElement']('tableCellSuggestion');_0x110c87['wrap'](_0x110c87['createRangeIn'](_0x238849),_0x304fc6),_0x110c87['insert'](_0x2bfe91,_0x238849,0x0);for(const _0x2cf358 of Array['from'](_0x551a77['getChildren']()))_0x110c87['insert'](_0x2cf358,_0x2bfe91,'end');_0x26b4e3=_0x3e3cd3['fromRange'](_0x110c87['createRangeOn'](_0x2bfe91)),_0x4cde17=_0x3e3cd3['fromRange'](_0x110c87['createRangeOn'](_0x304fc6));}const _0x373b24=Array['from'](_0x551a77['getAttributes']())['filter'](([_0x52815f])=>Be['includes'](_0x52815f));_0x30a1fc['cells']['push']({'element':_0x238849,'attributes':_0x373b24['length']?Object['fromEntries'](_0x373b24):null}),_0x26b4e3&&_0x30a1fc['insertionRanges']['push'](_0x26b4e3),_0x4cde17&&_0x30a1fc['deletionRanges']['push'](_0x4cde17);},{'priority':'high'}),_0x56a6de['on']('insertColumns',(_0x5e4b78,_0x419954)=>{const [_0x3d687c,_0x5280a5={}]=_0x419954;if(!_0x30a1fc)return;const _0x5ef2d0=_0x5280a5['at']||0x0,_0x2bcf2c=_0x5280a5['columns']||0x1;_0x30a1fc['columnInsertionIndexes']=new Array(_0x2bcf2c)['fill'](_0x5ef2d0)['map']((_0x3b73fc,_0x4ece36)=>_0x3b73fc+_0x4ece36);for(const {cell:_0x4d03ca}of _0x56a6de['createTableWalker'](_0x3d687c,{'startColumn':_0x5ef2d0,'endColumn':_0x5ef2d0+_0x2bcf2c-0x1}))_0x30a1fc['columnInsertionRanges']['push'](_0x4d55f3['model']['createRangeOn'](_0x4d03ca));},{'priority':'low'}),_0x56a6de['on']('insertRows',(_0x50ced4,_0x3ef5a0)=>{const [_0x289b97,_0x267baa={}]=_0x3ef5a0;if(!_0x30a1fc)return;const _0x2fd051=_0x267baa['at']||0x0,_0x47f628=_0x267baa['rows']||0x1;_0x30a1fc['rowInsertionIndexes']=new Array(_0x47f628)['fill'](_0x2fd051)['map']((_0x102c15,_0x2d6b35)=>_0x102c15+_0x2d6b35);for(const {cell:_0x4a0128}of _0x56a6de['createTableWalker'](_0x289b97,{'startRow':_0x2fd051,'endRow':_0x2fd051+_0x47f628-0x1}))_0x30a1fc['rowInsertionRanges']['push'](_0x4d55f3['model']['createRangeOn'](_0x4a0128));},{'priority':'low'}),_0x191eac['descriptionFactory']['registerDescriptionCallback'](_0x1b0ede=>{if(_0x1b0ede['subType']&&_0x1b0ede['subType']['startsWith']('tablePaste'))return _0x1b0ede['previous']?{}:{'type':'insertion','content':o(_0x4d55f3['locale'],'*Replace\x20table\x20cells*')};});const _0x4daac8=()=>!0x1;for(const _0x33c5be of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x191eac['_suggestionFactory']['registerCustomCallback']('insertion',_0x33c5be,'join',_0x4daac8),_0x191eac['_suggestionFactory']['registerCustomCallback']('deletion',_0x33c5be,'join',_0x4daac8),_0x191eac['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x33c5be,'join',_0x4daac8);_0x191eac['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4daac8),_0x191eac['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x49bedc,_0x52689d,_0x1e3ee1)=>{const _0x3d36cd=_0x49bedc['map'](_0x3e7f11=>_0x3e7f11['getContainedElement']())['filter'](_0x59318e=>_0x59318e),_0x33569a=new Map(_0x3d36cd['map'](_0x45d5c5=>[_0x45d5c5,null]));if(_0x30a1fc){for(const {element:_0x39d5af,attributes:_0x11153a}of _0x30a1fc['cells'])_0x11153a&&_0x33569a['set'](_0x39d5af,_0x11153a);}else{if(_0x1e3ee1&&_0x1e3ee1['markerAttributes'])for(const [_0x2af59b,_0x528577]of Object['entries'](_0x1e3ee1['markerAttributes'])){const _0xd02849=_0x4d55f3['model']['markers']['get'](_0x2af59b),_0x2ae6f3=_0xd02849?_0xd02849['getRange']()['getContainedElement']():null;_0x2ae6f3&&_0x33569a['set'](_0x2ae6f3,_0x528577);}}_0x4d55f3['model']['change'](_0x27b93e=>{for(const [_0x278e6a,_0x14dd2c]of _0x33569a)_0x27b93e['setAttributes']({...xe,..._0x14dd2c},_0x278e6a);});});const _0x37db71=(_0x14c99d,_0x2b94b7)=>{_0x191eac['_suggestionFactory']['registerCustomCallback'](_0x14c99d,'tablePaste',_0x2b94b7,(_0x579995,_0xee348,_0x519bb8)=>{_0x4d55f3['model']['change'](_0x181fbb=>{const _0x1c7bbc=[];for(const _0x7ef18e of _0x579995){const _0x21b605=_0x7ef18e['start']['nodeAfter'];_0x21b605['is']('element','tableCellSuggestion')&&_0x1c7bbc['push'](_0x21b605);}_0x191eac['_suggestionFactory']['getSuggestionCallback'](_0x14c99d,null,_0x2b94b7)(_0x579995,_0xee348,_0x519bb8);for(const _0x2aab67 of _0x1c7bbc)'$graveyard'!=_0x2aab67['root']['rootName']&&_0x181fbb['unwrap'](_0x2aab67);});});};_0x37db71('insertion','accept'),_0x37db71('insertion','discard'),_0x37db71('deletion','accept'),_0x37db71('deletion','discard'),_0x191eac['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x58b968=>{const _0x390aac=_0x58b968['map'](_0x2995b1=>_0x2995b1['getContainedElement']()),_0x43a27b=_0x390aac[0x0]['findAncestor']('table'),{minRow:_0x1ce531,maxRow:_0x20c626}=_0xb69460['_getCoordsForCells'](_0x390aac);_0x56a6de['removeRows'](_0x43a27b,{'at':_0x1ce531,'rows':_0x20c626-_0x1ce531+0x1});}),_0x191eac['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x26f4dd=>{const _0x263f0d=_0x26f4dd['map'](_0x3e8759=>_0x3e8759['getContainedElement']()),_0x3193af=_0x263f0d[0x0]['findAncestor']('table'),{minColumn:_0x717d58,maxColumn:_0x2be625}=_0xb69460['_getCoordsForCells'](_0x263f0d);_0x56a6de['removeColumns'](_0x3193af,{'at':_0x717d58,'columns':_0x2be625-_0x717d58+0x1});});const _0x1bb6ab=(_0x52c71a,_0x2ec59a)=>{if(!_0x2ec59a['subType']||!_0x2ec59a['subType']['startsWith']('tablePaste'))return;const _0x3cc55b=_0x2ec59a['attributes']['tablePasteChainId'],_0x1b625d=_0x191eac['getSuggestions']()['filter'](_0x2b7c35=>_0x2b7c35['isInContent']&&_0x2b7c35['attributes']&&_0x2b7c35['attributes']['tablePasteChainId']==_0x3cc55b);_0x1b625d['length']&&_0x2ec59a['getAllAdjacentSuggestions']()['length']!=_0x1b625d['length']&&_0x1b625d['reduce']((_0x5b8809,_0x35b4ad)=>(_0x5b8809['next']=_0x35b4ad,_0x35b4ad['previous']=_0x5b8809,_0x35b4ad));};function _0x3e613f(_0xee518d,_0x1e7368=!0x0){const {id:_0x58fa9c,authorId:_0x5662dd}=_0x191eac['_splitMarkerName'](_0xee518d['markerName']),_0x3ef740=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x5a6be6=_0x191eac['activeMarkers']['includes'](_0xee518d['markerName']);return _0x5a6be6&&_0x3ef740['push']('ck-suggestion-marker--active'),{'classes':_0x3ef740,'attributes':{'data-suggestion':_0x58fa9c,'data-author-id':_0x5662dd},'priority':_0x5a6be6&&_0x1e7368?0xbc2:0xbb8};}_0x191eac['on']('suggestionLoaded',_0x1bb6ab,{'priority':'high'}),_0x191eac['on']('suggestionUnloaded',_0x1bb6ab,{'priority':'high'}),_0x4d55f3['model']['document']['registerPostFixer'](()=>{let _0x58edc0=!0x1;const _0x2719fb=Array['from'](_0x4d55f3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x529026,data:_0x50af28}of _0x2719fb){const {group:_0x2144fe,type:_0x57733d,id:_0x11f6b3}=_0x191eac['_splitMarkerName'](_0x529026);if('suggestion'!=_0x2144fe||'deletion'!=_0x57733d||_0x50af28['oldRange'])continue;if(!_0x191eac['hasSuggestion'](_0x11f6b3))continue;const _0x1a9087=_0x191eac['getSuggestion'](_0x11f6b3)['getRanges'](),_0x103a9d=_0x4d55f3['plugins']['get']('Users')['me'];for(const _0x4c122b of _0x191eac['getSuggestions']()){if(!_0x4c122b['isInContent']||_0x4c122b['author']!=_0x103a9d)continue;if('formatBlock'!=_0x4c122b['type']||'tablePasteCell'!=_0x4c122b['subType'])continue;if(_0x4c122b['getRanges']()['every'](_0x26c865=>_0x1a9087['some'](_0x24d74a=>_0x24d74a['containsRange'](_0x26c865,!0x0)))){for(const _0x139a72 of _0x4c122b['getAllAdjacentSuggestions']())_0x139a72['isInContent']&&(_0x139a72['discard'](),_0x58edc0=!0x0);}}}return _0x58edc0;}),_0x4d55f3['model']['document']['registerPostFixer'](_0x1c40df=>{const _0x2af14c=_0x4d55f3['commands']['get']('redo');if(!_0x2af14c||!_0x2af14c['_createdBatches']['has'](_0x1c40df['batch']))return!0x1;let _0x4ccd17=!0x1;const _0x5a4b78=_0x4d55f3['plugins']['get']('Users')['me'],_0x13ca0a=_0x4d55f3['model']['document']['differ']['getChanges'](),_0x5f1aab=Array['from'](_0x4d55f3['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x5a2408,data:_0x53ddf7})=>{const {group:_0x26156f,subType:_0x41963d,authorId:_0x446821}=_0x191eac['_splitMarkerName'](_0x5a2408);return'suggestion'==_0x26156f&&'tablePaste'==_0x41963d&&_0x446821==_0x5a4b78['id']&&!_0x53ddf7['oldRange'];});for(const _0x3072cb of _0x13ca0a){if('insert'!=_0x3072cb['type']||'tableCellSuggestion'!=_0x3072cb['name']||0x1!=_0x3072cb['length'])continue;const _0x5f3903=_0x1c40df['createRange'](_0x3072cb['position'],_0x3072cb['position']['getShiftedBy'](0x1));if(!_0x5f1aab['find'](({data:_0x241a58})=>_0x241a58['newRange']['isEqual'](_0x5f3903))){for(const {name:_0x1633d2,data:_0x45b230}of _0x5f1aab)if(_0x5f3903['containsRange'](_0x45b230['newRange'])){_0x1c40df['updateMarker'](_0x1633d2,{'range':_0x5f3903}),_0x4ccd17=!0x0;break;}}}return _0x4ccd17;}),_0x4d55f3['model']['document']['registerPostFixer'](_0x164ca9=>{let _0x304d31=!0x1;const _0x37d305=_0x4d55f3['plugins']['get']('Users')['me'],_0x936a39=_0x191eac['getSuggestions']()['filter'](_0xfac913=>_0xfac913['isInContent']&&_0xfac913['author']==_0x37d305),_0x1bbabe=new Set(),_0x4c0eb6=new Set();for(const _0x377a4f of _0x936a39)if('tablePaste'==_0x377a4f['subType'])for(const _0x129467 of _0x377a4f['getMarkers']()){const _0x5339b9=_0x129467['getRange']()['getContainedElement']();if(_0x5339b9){if(_0x5339b9['is']('element','tableCellSuggestion')&&Oe(_0x5339b9)){_0x377a4f['removeMarker'](_0x129467['name']),_0x1bbabe['add'](_0x5339b9),_0x304d31=!0x0;const _0x110563=_0x5339b9['nextSibling'],_0x200776=_0x5339b9['previousSibling'],_0x4c9003=_0x110563&&_0x110563['is']('element','tableCellSuggestion'),_0x21bf88=_0x200776&&_0x200776['is']('element','tableCellSuggestion');_0x4c9003&&!_0x1bbabe['has'](_0x110563)&&_0x4c0eb6['add'](_0x110563),_0x21bf88&&!_0x1bbabe['has'](_0x200776)&&_0x4c0eb6['add'](_0x200776);}else _0x5339b9['is']('element','paragraph')&&_0x5339b9['isEmpty']&&(_0x377a4f['removeMarker'](_0x129467['name']),_0x304d31=!0x0);}}else{if('tablePasteCell'==_0x377a4f['subType']){if(!_0x377a4f['attributes']||!_0x377a4f['attributes']['tablePasteChainId'])continue;const _0x3cfa3b=_0x377a4f['attributes']['markerAttributes'];if(_0x3cfa3b&&Object['keys'](_0x3cfa3b)['length'])continue;const _0x1a0034=_0x377a4f['attributes']['tablePasteChainId'];let _0x9ae15c=!0x0,_0x494a97=!0x0;for(const _0x2f147e of _0x936a39)if(_0x2f147e['subType']&&_0x2f147e['subType']['startsWith']('tablePaste')){if(!_0x2f147e['attributes']['tablePasteChainId']){_0x494a97=!0x1;break;}if(_0x2f147e['id']!=_0x377a4f['id']&&_0x2f147e['attributes']['tablePasteChainId']==_0x1a0034){_0x9ae15c=!0x1;break;}}_0x494a97&&_0x9ae15c&&(_0x377a4f['removeMarkers'](),_0x304d31=!0x0);}}for(const _0x586e56 of _0x1bbabe)_0x164ca9['remove'](_0x586e56);for(const _0x258ab9 of _0x4c0eb6)_0x164ca9['unwrap'](_0x258ab9);return _0x304d31;}),_0x4d55f3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x5e828f=>_0x3e613f(_0x5e828f),'converterPriority':'high'}),_0x4d55f3['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x428229,_0x31c325)=>_0x31c325['options']['showSuggestionHighlights']?_0x3e613f(_0x428229,!0x1):null,'converterPriority':'high'});const _0x43d80c=_0x4d55f3['editing']['view'];this['listenTo'](_0x43d80c['document'],'clipboardOutput',(_0x5a587c,_0x5e0713)=>{const _0x20ba0a=[];for(const _0x266b88 of _0x43d80c['createRangeIn'](_0x5e0713['content'])['getItems']())_0x266b88['is']('element','suggestion-td')&&_0x20ba0a['push'](_0x266b88);_0x43d80c['change'](_0xcfbbb1=>{for(const _0x1ad856 of _0x20ba0a)_0xcfbbb1['move'](_0xcfbbb1['createRangeIn'](_0x1ad856),_0xcfbbb1['createPositionBefore'](_0x1ad856)),_0xcfbbb1['remove'](_0x1ad856);});});}}function Oe(_0x6b8103){if(_0x6b8103['isEmpty'])return!0x0;const _0x521715=_0x6b8103['getChild'](0x0);return _0x521715['is']('element','paragraph')&&_0x521715['isEmpty'];}function Ue(_0x1760d2,_0x1853d5={},_0x18fab4){for(const {isAnchor:_0x1fa727,cellHeight:_0x49252e,cellWidth:_0x4d445b}of _0x18fab4['createTableWalker'](_0x1760d2,{'includeAllSlots':!0x0,..._0x1853d5}))if(!_0x1fa727||0x1!=_0x49252e||0x1!=_0x4d445b)return!0x1;return!0x0;}class $t extends _0x59cf86{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x48cf90=this['editor']['plugins']['get']('TrackChangesEditing');_0x48cf90['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x48cf90['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x48cf90['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x48cf90['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x48cf90['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x48cf90['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x38936c,_0x55bfcf){const _0x376acf=this['editor']['plugins']['get']('TrackChangesEditing'),_0x178074=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1e4de8=_0x55bfcf['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3d7f4c=_0x178074['getColumnGroupElement'](_0x1e4de8);let _0x157722=_0x3d7f4c?_0x178074['getTableColumnsWidths'](_0x3d7f4c):null,_0x549f74=_0x1e4de8['getAttribute']('tableWidth')||null;const _0x2911f3=_0x55bfcf['tableWidth']||_0x549f74,_0x17be5b=_0x55bfcf['columnWidths']||_0x157722,_0x1c4f4b=this['editor']['plugins']['get']('Users')['me'];for(const _0x171d57 of _0x376acf['getSuggestions']()){const _0x5b7b52=_0x171d57['getContainedElement']();if('resizeTable'===_0x171d57['subType']&&_0x5b7b52===_0x1e4de8){_0x171d57['author']!==_0x1c4f4b&&_0x171d57['discard']();const _0x568dd8=_0x171d57['data']['commandParams'];_0x549f74=_0x568dd8[0x0]['tableWidth'],_0x157722=_0x568dd8[0x0]['columnWidths'];break;}}_0x38936c({'table':_0x1e4de8,'tableWidth':_0x2911f3,'columnWidths':_0x17be5b}),_0x376acf['markBlockFormat'](_0x1e4de8,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x549f74,'columnWidths':_0x157722}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0xdc0cad){if('formatBlock'!=_0xdc0cad['type']&&'formatInline'!=_0xdc0cad['type'])return;const {data:_0x165836}=_0xdc0cad;if(_0x165836&&'resizeTable'===_0x165836['formatGroupId']){const _0x2405b7='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x2405b7)};}}}class Bt extends _0x59cf86{['afterInit'](){const _0x55572e=this['editor'];_0x55572e['plugins']['has']('Template')&&_0x55572e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0x59cf86{['afterInit'](){const _0x452c60=this['editor'];if(!_0x452c60['commands']['get']('insertTableOfContents'))return;_0x452c60['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x1a7459=_0x452c60['plugins']['get']('TrackChangesEditing'),_0x1a6067=_0x452c60['locale'];_0x1a7459['descriptionFactory']['registerElementLabel']('tableOfContents',_0x5d832c=>o(_0x1a6067,'ELEMENT_TABLE_OF_CONTENTS',_0x5d832c));}}class Rt extends _0x59cf86{['afterInit'](){const _0xf857e=this['editor'];if(!_0xf857e['plugins']['has']('Title'))return;const _0x35dad6=_0xf857e['plugins']['get']('TrackChangesEditing');_0x35dad6['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0xf857e['locale'],'ELEMENT_TITLE')),_0xf857e['model']['document']['registerPostFixer'](_0x55a603=>{let _0x415538=!0x1;const _0x2ca26c=Array['from'](_0xf857e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x18d93c,data:_0x46182a}of _0x2ca26c){const {group:_0x5272d5}=_0x35dad6['_splitMarkerName'](_0x18d93c);if('suggestion'!==_0x5272d5||!_0x46182a['newRange'])continue;const _0x2de990=_0x46182a['newRange'],_0x3676c4=_0x2de990['end']['nodeBefore'];if(!_0x3676c4||!_0x3676c4['is']('element','title-content'))continue;if(!_0x2de990['start']['isTouching'](_0x2de990['end']))continue;const _0x34139c=_0xf857e['model']['schema']['getNearestSelectionRange'](_0x2de990['end'],'forward');if(_0x34139c&&_0x34139c['isCollapsed']){const _0x5e2739=_0x55a603['createRange'](_0x2de990['start'],_0x34139c['start']);_0x5e2739['isEqual'](_0x2de990)||(_0x55a603['updateMarker'](_0x18d93c,{'range':_0x5e2739}),_0x415538=!0x0);}_0x415538||(_0x55a603['removeMarker'](_0x18d93c),_0x415538=!0x0);}return _0x415538;});}}class Tt extends _0x59cf86{['afterInit'](){const _0x27f8c=this['editor'],_0xa8c2d3=_0x27f8c['plugins']['get']('TrackChangesEditing');_0x27f8c['plugins']['has']('Uploadcare')&&(_0xa8c2d3['enableCommand']('uploadcare'),_0x27f8c['plugins']['has']('UploadcareImageEdit')&&(_0xa8c2d3['enableCommand']('uploadcareImageEdit'),_0xa8c2d3['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0xa8c2d3['registerBlockAttribute']('uploadcareImageId'),_0xa8c2d3['descriptionFactory']['registerDescriptionCallback'](_0x516149=>{if('attribute'!=_0x516149['type'])return;const {data:_0x3e8571}=_0x516149;return _0x3e8571&&'uploadcareImageId'==_0x3e8571['key']?{'type':'format','content':''}:void 0x0;})));}}class xt extends _0x59cf86{['afterInit'](){const _0x20d758=this['editor'],_0x53724d=_0x20d758['plugins']['get']('TrackChangesEditing');_0x20d758['plugins']['has']('UndoEditing')&&(_0x53724d['enableCommand']('undo'),_0x53724d['enableCommand']('redo'));}}class Et extends _0x59cf86{static get['requires'](){return[Ct];}['afterInit'](){const _0x46fcb9=this['editor'];if(!_0x46fcb9['plugins']['has']('TableCaptionEditing'))return;_0x46fcb9['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Ut extends _0x59cf86{['tableProperties'];['tableCellProperties'];constructor(_0x695831){super(_0x695831),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 _0x494983=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x33d8d9 of this['tableProperties'])_0x494983['enableCommand'](_0x33d8d9,(_0x5ac157,_0x2d392f)=>{const _0x4f6fb7=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x33d8d9,[_0x4f6fb7],this['tableProperties'],'tableProperties',_0x5ac157,_0x2d392f);});_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x494983['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x39a14e,_0x150c05)=>this['handleDiscardAction'](this['tableProperties'],_0x39a14e,_0x150c05)),_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x47a82f of this['tableCellProperties'])_0x494983['enableCommand'](_0x47a82f,(_0xde8dbb,_0x118a05)=>{const _0x3e26f2=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x47a82f,_0x3e26f2,this['tableCellProperties'],'tableCellProperties',_0xde8dbb,_0x118a05);});_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x494983['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x5a09d6,_0x5ada6d)=>this['handleDiscardAction'](this['tableCellProperties'],_0x5a09d6,_0x5ada6d)),_0x494983['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x494983['descriptionFactory']['registerDescriptionCallback'](_0x4cda66=>this['handleSuggestionDescription'](_0x4cda66));}['_handlePropertyChange'](_0x2e4f70,_0x2a0426,_0x315844,_0xcfd9ed,_0x41e1ad,_0x154a18){const _0x51ae9d=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x154a18['batch'],()=>{for(const _0xea9ce8 of _0x2a0426){if(this['_getSuggestion'](_0xea9ce8,_0xcfd9ed))_0x41e1ad(_0x154a18);else{const _0x5ed54c={};for(const _0x5c3f49 of _0x315844){const _0x42fabd=_0xea9ce8['getAttribute'](_0x5c3f49);void 0x0!==_0x42fabd&&(_0x5ed54c[_0x5c3f49]=_0x42fabd);}_0x41e1ad(_0x154a18),_0x51ae9d['markBlockFormat'](_0xea9ce8,{'commandParams':[_0x5ed54c]},[],_0xcfd9ed);}}});}['handleDiscardAction'](_0x17fb02,_0x32f288,_0x51c526){const _0xeb9a37=_0x32f288[0x0]['start']['nodeAfter'],_0x3c22c3=_0x51c526['commandParams'][0x0];this['editor']['model']['change'](_0x149d2d=>{for(const _0x241a5b of _0x17fb02)void 0x0!==_0x3c22c3[_0x241a5b]?_0x149d2d['setAttribute'](_0x241a5b,_0x3c22c3[_0x241a5b],_0xeb9a37):_0x149d2d['removeAttribute'](_0x241a5b,_0xeb9a37);});}['handleSuggestionDescription'](_0x5d9e8e){if(_0x5d9e8e['data'])switch(_0x5d9e8e['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'](_0x3dca8b,_0x2d3208){const _0x459101=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x552ffd of _0x459101['getSuggestions']({'skipNotAttached':!0x0})){const _0x5eb26b=_0x552ffd['getContainedElement']();if(_0x552ffd['subType']===_0x2d3208&&_0x5eb26b===_0x3dca8b)return _0x552ffd;}return null;}}const m='$elementName';class p extends _0x59cf86{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x33b2bc,_0x209f26,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,vt,_t,Ct,Nt,Dt,Et,Mt,$t,Ot,Ut,Bt,Rt,Tt,xt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x46bb99){super(_0x46bb99),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x49c0a8,_0x463b8f,_0x5298ec,_0x54d058)=>{this['_model']['change'](()=>{for(const _0x41e509 of[..._0x54d058,..._0x5298ec])this['_model']['markers']['has'](_0x41e509)&&_0x46bb99['editing']['reconvertMarker'](_0x41e509);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x46bb99['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(),_0x46bb99['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x46bb99['config']['get']('trackChanges.trackFormatChanges'),_0x46bb99['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x46bb99['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x46bb99,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0xd8e09a=this['editor'],_0x3694e7=(_0x51f8a3,_0x138fb9)=>{if('attribute'!=_0x51f8a3)return'ck-suggestion-marker-'+_0x51f8a3;const _0xece740=_0x138fb9['split']('|')[0x0];return this['_isBlockAttribute'](_0xece740)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xd8e09a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xf7316c=>{const {id:_0x52b8f1,authorId:_0x9ef8a0,type:_0x4681d1,subType:_0x2c9620}=this['_splitMarkerName'](_0xf7316c['markerName']),_0x5a4668=['ck-suggestion-marker',_0x3694e7(_0x4681d1,_0x2c9620)];let _0x54e630=0xbb8;return this['activeMarkers']['includes'](_0xf7316c['markerName'])&&(_0x5a4668['push']('ck-suggestion-marker--active'),_0x54e630=0xbc2),'deletion'==_0x4681d1&&(_0x54e630+=0x5),{'classes':_0x5a4668,'attributes':{'data-suggestion':_0x52b8f1,'data-author-id':_0x9ef8a0},'priority':_0x54e630};}}),_0xd8e09a['conversion']['for']('dataDowncast')['add'](_0x4da0b0=>{_0x4da0b0['on']('addMarker:suggestion',(_0x2ec544,_0x3638da,_0x2eb217)=>{if(!_0x2eb217['options']['showSuggestionHighlights'])return;const _0x5365a2=_0x3638da['item'];if(!_0x5365a2)return;const _0x120b0a=_0x2eb217['mapper']['toViewElement'](_0x5365a2);_0xd8e09a['model']['schema']['isObject'](_0x5365a2)&&_0x120b0a&&!_0x120b0a['getCustomProperty']('widget')&&_0x120b0a['is']('containerElement')&&_0x23f6c4(_0x120b0a,_0x2eb217['writer']);},{'priority':'high'});}),_0xd8e09a['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x10a5e4,_0x309642)=>{if(!_0x309642['options']['showSuggestionHighlights'])return null;const {type:_0x406675,subType:_0x5cf58b}=this['_splitMarkerName'](_0x10a5e4['markerName']);return{'classes':['ck-suggestion-marker',_0x3694e7(_0x406675,_0x5cf58b)],'priority':0xbb8};}});const _0x34238b=({showActiveMarkers:_0x13478d=!0x0,isAttributeSuggestion:_0x5e848d=!0x1}={})=>(_0x3c2099,_0x15ff3e,_0x32358a)=>{if(!_0x15ff3e['item'])return;const {id:_0x198cdd,authorId:_0x1dd825}=this['_splitMarkerName'](_0x15ff3e['markerName']);if(_0x5e848d){const _0x2e3715=this['_suggestions']['get'](_0x198cdd),_0x1a2406=this['_getAttributeKey'](_0x2e3715);if(!this['_isBlockAttribute'](_0x1a2406))return;}if(_0x15ff3e['item']['is']('selection'))return void _0x32358a['consumable']['consume'](_0x15ff3e['item'],_0x3c2099['name']);const _0x2c732e=_0x32358a['mapper']['toViewElement'](_0x15ff3e['item']);if(_0x15ff3e['item']['is']('element')&&_0xd8e09a['model']['schema']['isBlock'](_0x15ff3e['item'])&&!_0x2c732e['getCustomProperty']('addHighlight')){_0x32358a['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2c732e),_0x32358a['writer']['setAttribute']('data-suggestion',_0x198cdd,_0x2c732e),_0x32358a['writer']['setAttribute']('data-author-id',_0x1dd825,_0x2c732e),_0x32358a['mapper']['bindElementToMarker'](_0x2c732e,_0x15ff3e['markerName']),_0x13478d&&(this['activeMarkers']['includes'](_0x15ff3e['markerName'])?_0x32358a['writer']['addClass']('ck-suggestion-marker--active',_0x2c732e):_0x32358a['writer']['removeClass']('ck-suggestion-marker--active',_0x2c732e));for(const _0x27589e of _0xd8e09a['model']['createRangeIn'](_0x15ff3e['item'])['getItems']())_0x32358a['consumable']['consume'](_0x27589e,_0x3c2099['name']);_0x32358a['consumable']['consume'](_0x15ff3e['item'],_0x3c2099['name']);}};_0xd8e09a['conversion']['for']('dataDowncast')['add'](_0x1f2000=>{_0x1f2000['on']('addMarker:suggestion:formatBlock',(_0x34f561,_0x250504,_0x51aab6)=>{_0x51aab6['options']['showSuggestionHighlights']&&_0x34238b({'showActiveMarkers':!0x1})(_0x34f561,_0x250504,_0x51aab6);},{'priority':'highest'});}),_0xd8e09a['conversion']['for']('dataDowncast')['add'](_0xf02da8=>{_0xf02da8['on']('addMarker:suggestion:attribute',(_0x316ddd,_0x2f451a,_0x231b22)=>{_0x231b22['options']['showSuggestionHighlights']&&_0x34238b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x316ddd,_0x2f451a,_0x231b22);},{'priority':'highest'});}),_0xd8e09a['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5d8d44,_0x35fe4e)=>_0x35fe4e['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5d8d44['substr'](0xb)}}),_0xd8e09a['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4f4325,{writer:_0x3f0160})=>{let _0x253b86='suggestion:'+_0x4f4325['getAttribute']('suggestion-type')+':'+_0x4f4325['getAttribute']('id');return _0x4f4325['getAttribute']('marker-count')&&(_0x253b86+=':'+_0x4f4325['getAttribute']('marker-count')),_0x3f0160['createElement']('$marker',{'data-name':_0x253b86});}}),_0xd8e09a['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xd8e09a['conversion']['for']('editingDowncast')['add'](_0x33234c=>{_0x33234c['on']('addMarker:suggestion:formatBlock',_0x34238b(),{'priority':'high'});}),_0xd8e09a['conversion']['for']('editingDowncast')['add'](_0x2bc0a8=>{_0x2bc0a8['on']('addMarker:suggestion:attribute',_0x34238b({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xd8e09a['conversion']['for']('editingDowncast')['add'](_0x352360=>{_0x352360['on']('removeMarker:suggestion:formatBlock',(_0x2532c7,_0x332b79,_0x344345)=>{const _0x2ee1da=_0x344345['mapper']['markerNameToElements'](_0x332b79['markerName']);if(_0x2ee1da){for(const _0x207922 of _0x2ee1da)_0x207922['getCustomProperty']('addHighlight')||(_0x344345['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x207922),_0x344345['writer']['removeAttribute']('data-suggestion',_0x207922),_0x344345['writer']['removeAttribute']('data-author-id',_0x207922),_0x344345['mapper']['unbindElementFromMarkerName'](_0x207922,_0x332b79['markerName']));}},{'priority':'high'});}),_0xd8e09a['conversion']['for']('editingDowncast')['add'](_0x288fc5=>{_0x288fc5['on']('removeMarker:suggestion:attribute',(_0xd2f9c6,_0x5150da,_0x4e03ff)=>{const _0x280bbd=_0x4e03ff['mapper']['markerNameToElements'](_0x5150da['markerName']);if(!_0x280bbd)return;const {id:_0x52be15}=this['_splitMarkerName'](_0x5150da['markerName']),_0x4d3f4c=this['_suggestions']['get'](_0x52be15),_0x38165c=this['_getAttributeKey'](_0x4d3f4c);if(this['_isBlockAttribute'](_0x38165c)){for(const _0x1baa98 of _0x280bbd)_0x1baa98['getCustomProperty']('addHighlight')||(_0x4e03ff['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1baa98),_0x4e03ff['writer']['removeAttribute']('data-suggestion',_0x1baa98),_0x4e03ff['writer']['removeAttribute']('data-author-id',_0x1baa98),_0x4e03ff['mapper']['unbindElementFromMarkerName'](_0x1baa98,_0x5150da['markerName']));}},{'priority':'high'});}),_0xd8e09a['model']['document']['registerPostFixer'](_0xc78eb4=>{let _0xd591ac=!0x1;const _0x253c68=Array['from'](_0xd8e09a['model']['document']['differ']['getChangedMarkers']()),_0x3072bb=new Set();for(const {name:_0x1bc5c1,data:_0x50f634}of _0x253c68){const {group:_0x58b62c,type:_0x37818d,subType:_0x3dc448,id:_0x2d41b0}=this['_splitMarkerName'](_0x1bc5c1);if('suggestion'!==_0x58b62c)continue;const _0xfa7d94=this['_suggestions']['get'](_0x2d41b0);if(null!=_0x50f634['newRange']){'formatInline'==_0x37818d&&(_0xd591ac=_0xd591ac||Lt(_0x50f634['newRange'],_0x1bc5c1,_0xc78eb4,_0xd8e09a['model']['schema']));const _0x35ee21='attribute'==_0x37818d&&this['_isBlockAttribute'](_0x3dc448['split']('|')[0x0]);if(_0x50f634['newRange']['isCollapsed']||'$graveyard'==_0x50f634['newRange']['root']['rootName']||'formatBlock'==_0x37818d&&!Ht(_0x50f634['newRange'])||_0x35ee21&&!Ht(_0x50f634['newRange'])||'deletion'==_0x37818d&&!(!Ft(_0x80748f=_0x50f634['newRange'])&&!function(_0xea085e){return _0xea085e['start']['parent']==_0xea085e['end']['nodeBefore']&&_0xea085e['start']['isAtEnd'];}(_0x80748f)))_0xc78eb4['removeMarker'](_0x1bc5c1),_0xd591ac=!0x0;else{if(!_0xfa7d94||!_0xfa7d94['isInContent'])continue;if(_0x50f634['newRange']&&_0x50f634['oldRange']&&_0x50f634['newRange']['isEqual'](_0x50f634['oldRange']))continue;_0x3072bb['add'](_0xfa7d94);}}}var _0x80748f;return _0x3072bb['size']>0x0&&(_0xd591ac=!!this['_joinWithAdjacentSuggestions'](_0x3072bb)||_0xd591ac),_0xd591ac;}),_0xd8e09a['model']['document']['registerPostFixer'](_0x36f25b=>{let _0x591db0=!0x1;for(const _0x2a61e2 of _0xd8e09a['model']['document']['differ']['getChanges']())if('insert'==_0x2a61e2['type'])for(const _0x1fd96b of this['_suggestions']['values']()){if(_0x1fd96b['isMultiRange']||!_0x1fd96b['isInContent'])continue;const _0x145bdb='formatBlock'==_0x1fd96b['type'],_0x222173=this['_getAttributeKey'](_0x1fd96b),_0x5824d6=_0x222173&&this['_isBlockAttribute'](_0x222173);if(!_0x145bdb&&!_0x5824d6)continue;const _0x250854=_0x1fd96b['getFirstRange']();if(_0x250854['start']['parent']!=_0x250854['end']['parent']&&!_0x250854['end']['isAtEnd']){const _0x223254=_0xd8e09a['model']['createPositionAt'](_0x250854['start']['nodeAfter'],'end'),_0xee2b1e=_0xd8e09a['model']['createRange'](_0x250854['start'],_0x223254);_0x36f25b['updateMarker'](_0x1fd96b['getFirstMarker'](),{'range':_0xee2b1e}),_0x591db0=!0x0;}}return _0x591db0;}),_0xd8e09a['model']['document']['registerPostFixer'](_0x487eb5=>this['_processAttributeChanges'](_0x487eb5)),_0xd8e09a['model']['document']['registerPostFixer'](_0x31aee7=>!_0x31aee7['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x31aee7)),_0xd8e09a['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xd8e09a['model']['document']['on']('change:data',(_0x2c2362,_0x5bf3c5)=>{if(!_0x5bf3c5['isLocal']||_0x5bf3c5['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x3fa050=_0xd8e09a['model']['document']['differ']['getChanges']();if(0x0==_0x3fa050['length'])return;const _0x2b5520=[],_0x3f636a=_0x3fa050['filter'](_0x2dbc8b=>'attribute'==_0x2dbc8b['type']),_0x482ed7=_0x3fa050['filter'](_0x3b71b8=>'insert'==_0x3b71b8['type']&&'$text'!=_0x3b71b8['name']);for(const _0x4c0a60 of _0x3f636a)this['_isRegisteredAttribute'](_0x4c0a60['attributeKey'])&&_0x2b5520['push']({'key':_0x4c0a60['attributeKey'],'newValue':_0x4c0a60['attributeNewValue'],'oldValue':_0x4c0a60['attributeOldValue'],'range':qt(_0x4c0a60['range'],_0xd8e09a['model'])});for(const _0x6a8a73 of _0x482ed7){if('rename'!=_0x6a8a73['action']&&'refresh'!=_0x6a8a73['action'])continue;const _0x411d99=zt(_0x6a8a73['position']['nodeAfter'],_0xd8e09a['model']),_0xb3486d=_0x6a8a73['before'];'rename'==_0x6a8a73['action']&&_0x2b5520['push']({'key':m,'newValue':_0x6a8a73['name'],'oldValue':_0xb3486d['name'],'range':_0x411d99});for(const [_0x3194da,_0x594340]of _0xb3486d['attributes']){if(!this['_isRegisteredAttribute'](_0x3194da))continue;const _0xc0db60=_0x6a8a73['attributes']['get'](_0x3194da);_0x594340!==_0xc0db60&&_0x2b5520['push']({'key':_0x3194da,'newValue':_0xc0db60,'oldValue':_0x594340,'range':_0x411d99});}for(const [_0x1cfc55,_0x4d3e88]of _0x6a8a73['attributes'])this['_isRegisteredAttribute'](_0x1cfc55)&&(_0xb3486d['attributes']['has'](_0x1cfc55)||_0x2b5520['push']({'key':_0x1cfc55,'newValue':_0x4d3e88,'oldValue':null,'range':_0x411d99}));}0x0!=_0x2b5520['length']&&_0xd8e09a['model']['enqueueChange'](_0x5bf3c5,_0x37c151=>{const _0x925663=_0x1d192f();for(const {range:_0x1cbc12,key:_0x124a77,oldValue:_0x2cd160,newValue:_0x3d4caa}of _0x2b5520)this['markAttributeChange'](_0x1cbc12,_0x124a77,_0x2cd160,_0x3d4caa,{'groupId':_0x925663});this['_reduceExistingSuggestions'](_0x37c151,_0x2b5520);});},{'priority':'lowest'}),_0xd8e09a['model']['markers']['on']('update:suggestion',(_0x18ebd9,_0x5a8700,_0x30a1d5)=>{if(null==_0x30a1d5){const {id:_0x226dcf}=this['_splitMarkerName'](_0x5a8700['name']),_0x7666f4=this['_suggestions']['get'](_0x226dcf);_0x7666f4&&_0x7666f4['addMarkerName'](_0x5a8700['name']);}}),_0xd8e09a['model']['document']['on']('change:data',()=>{const _0x6431f0=Array['from'](_0xd8e09a['model']['document']['differ']['getChangedMarkers']())['filter'](_0x24715e=>'suggestion'===this['_splitMarkerName'](_0x24715e['name'])['group']);if(0x0===_0x6431f0['length'])return;_0x6431f0['sort']((_0x685845,_0x559b4c)=>{const _0x4d0761=_0x685845['data']['oldRange'],_0x2fa001=_0x559b4c['data']['oldRange'];return null===_0x4d0761&&null===_0x2fa001?0x0:null===_0x4d0761&&null!==_0x2fa001?-0x1:null!==_0x4d0761&&null===_0x2fa001?0x1:_0x4d0761['start']['isBefore'](_0x2fa001['start'])?-0x1:0x1;});const _0xd7d3ec=new Set(),_0x3948b4=new Set();for(const {name:_0x4a9ebd,data:_0x17701f}of _0x6431f0){const {id:_0x5e1efe}=this['_splitMarkerName'](_0x4a9ebd);if(null===_0x17701f['oldRange']){const _0x20d877=this['_handleNewSuggestionMarker'](_0x4a9ebd);_0x3948b4['add'](_0x20d877);}else{const _0x38c76b=this['_suggestions']['get'](_0x5e1efe);null!==_0x17701f['newRange']||_0x38c76b['isInContent']?(_0xd7d3ec['add'](_0x38c76b['head']),_0x3948b4['add'](_0x38c76b)):this['_removeSuggestion'](_0x38c76b);}}_0x3948b4['size']>0x0&&this['_refreshSuggestionsChain'](_0x3948b4);for(const _0x2087cb of _0xd7d3ec)this['fire']('suggestionChanged',_0x2087cb);}),_0xd8e09a['model']['on']('applyOperation',(_0x4eab92,_0x22fecd)=>{const _0x24b0bb=_0x22fecd[0x0];if(!this['_suggestions']['size'])return;if(!_0x24b0bb['isDocumentOperation'])return;if(_0x24b0bb['batch']['isUndo']||!_0x24b0bb['batch']['isLocal'])return;let _0x588275,_0x352191;switch(_0x24b0bb['type']){case'insert':_0x588275=_0xd8e09a['model']['createPositionAt'](_0x24b0bb['position']),_0x352191=_0x588275['getShiftedBy'](_0x24b0bb['howMany']);break;case'split':_0x588275=_0xd8e09a['model']['createPositionAt'](_0x24b0bb['splitPosition']),_0x352191=_0xd8e09a['model']['createPositionAt'](_0x24b0bb['moveTargetPosition']);break;case'move':_0x588275=_0xd8e09a['model']['createPositionAt'](_0x24b0bb['targetPosition']),_0x352191=_0x588275['getShiftedBy'](_0x24b0bb['howMany']);break;default:return;}const _0x145fd1=_0xd8e09a['model']['createRange'](_0x588275,_0x352191);_0xd8e09a['model']['change'](()=>{for(const {suggestion:_0x44c786,meta:_0x103954}of this['_findSuggestions'](_0x145fd1)){if(_0x44c786['isMultiRange'])continue;if('formatInline'==_0x44c786['type'])continue;const _0x3239d1=this['_getAttributeKey'](_0x44c786);if(_0x3239d1&&this['_isBlockAttribute'](_0x3239d1)&&'split'!=_0x24b0bb['type'])continue;const _0x5265d6=_0x44c786['data']&&_0x44c786['data']['multipleBlocks'];('formatBlock'!=_0x44c786['type']||'split'==_0x24b0bb['type']&&!_0x5265d6)&&(_0x103954['containsRangeInObject']||'insertion'==_0x44c786['type']&&_0x103954['isOwn']||_0x44c786['getFirstRange']()['containsRange'](_0x145fd1)&&this['_breakSuggestionMarker'](_0x44c786,_0x588275,_0x352191));}});},{'priority':'lowest'}),_0xd8e09a['model']['on']('deleteContent',(_0x38066a,_0x2cd82c)=>{const _0x9aa9c7=_0x2cd82c[0x0],_0x383b9b=_0x2cd82c[0x1];if(_0x383b9b&&_0x383b9b['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x9aa9c7['isCollapsed'])return;const _0x2d7a9=_0xd8e09a['model']['schema'],{start:_0x120e74,end:_0x1c293f}=_0x9aa9c7['getFirstRange'](),_0x5001e9=_0x120e74['nodeAfter']&&_0x2d7a9['isLimit'](_0x120e74['nodeAfter'])?null:_0x2d7a9['getNearestSelectionRange'](_0x120e74,'forward'),_0x450233=_0x1c293f['nodeBefore']&&_0x2d7a9['isLimit'](_0x1c293f['nodeBefore'])?null:_0x2d7a9['getNearestSelectionRange'](_0x1c293f,'backward'),_0x478a3d=_0xd8e09a['model']['createRange'](_0x5001e9?_0x5001e9['start']:_0x120e74,_0x450233?_0x450233['end']:_0x1c293f);_0xd8e09a['model']['change'](_0x59f24b=>{this['markDeletion'](_0x478a3d);const _0x4436db=_0xd8e09a['model']['schema']['getNearestSelectionRange'](_0x478a3d['start']);_0x9aa9c7['is']('documentSelection')?_0x59f24b['setSelection'](_0x4436db):_0x9aa9c7['setTo'](_0x4436db);}),_0x38066a['stop']();},{'priority':_0x4e8da5['normal']+0xa}),_0xd8e09a['model']['on']('insertContent',(_0x38faab,_0x484a03)=>{const _0x377d7c=_0x484a03[_0x484a03['length']-0x1];_0x377d7c&&_0x377d7c['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xd8e09a['model']['change'](()=>{let _0x3d7d79=_0xd8e09a['model']['insertContent'](_0x484a03[0x0],_0x484a03[0x1],_0x484a03[0x2],{'forceDefaultExecution':!0x0});if(!_0x3d7d79)return;_0x38faab['return']=_0x3d7d79['clone']();const _0x3cbc2e=_0x3d7d79['end']['nodeBefore'],_0x1a7067=_0xd8e09a['model']['schema'];_0x3cbc2e&&_0x1a7067['isBlock'](_0x3cbc2e)&&!_0x1a7067['isObject'](_0x3cbc2e)&&(_0x3d7d79=_0xd8e09a['model']['createRange'](_0x3d7d79['start'],_0xd8e09a['model']['createPositionAt'](_0x3cbc2e,'end'))),this['markInsertion'](_0x3d7d79);}),_0x38faab['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5c81e9=new O(_0xd8e09a,this['_suggestions']);_0xd8e09a['commands']['add']('acceptSuggestion',_0x5c81e9),this['enableCommand']('acceptSuggestion');const _0x10da8b=new R(_0xd8e09a,this['_suggestions']);_0xd8e09a['commands']['add']('discardSuggestion',_0x10da8b),this['enableCommand']('discardSuggestion'),_0xd8e09a['commands']['add']('acceptAllSuggestions',new x(_0xd8e09a,_0x5c81e9,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xd8e09a['commands']['add']('discardAllSuggestions',new x(_0xd8e09a,_0x10da8b,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xd8e09a['commands']['add']('acceptSelectedSuggestions',new E(_0xd8e09a,_0x5c81e9,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xd8e09a['commands']['add']('discardSelectedSuggestions',new E(_0xd8e09a,_0x10da8b,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x4787cd=_0xd8e09a['plugins']['get']('CommentsRepository');this['listenTo'](_0x4787cd,'addComment',(_0x2ba711,{threadId:_0x1cbd49})=>{const _0x32841c=this['_suggestions']['get'](_0x1cbd49);_0x32841c&&_0x32841c['commentThread']&&0x1===_0x32841c['commentThread']['length']&&this['_updateSuggestionData'](_0x1cbd49,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x4787cd,'removeComment',(_0x390ec6,{threadId:_0x3cad1a})=>{const _0x195b2f=this['_suggestions']['get'](_0x3cad1a);_0x195b2f&&_0x195b2f['commentThread']&&!_0x195b2f['commentThread']['length']&&this['_updateSuggestionData'](_0x3cad1a,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x4ecc31){const _0x240299=_0x224927([0x4d,0x37,0x43,0x57,0x4b,0x54,0x31,0x52,0x39,0x56,0x4a,0x62,0x4c,0x6f,0x4e,0x36,0x41,0x46,0x7a,0x51,0x6c,0x77,0x64,0x79,0x55,0x42,0x67,0x30,0x70,0x38,0x61,0x6e,0x65,0x50,0x5a,0x6a,0x34,0x35,0x71,0x48,0x74,0x58,0x45,0x32,0x4f,0x78,0x49,0x66,0x6b,0x73,0x75,0x68,0x47,0x63,0x53,0x69,0x72,0x33,0x6d,0x44,0x76,0x59]),_0x2fbb00=0x4cd9dc36,_0x32f47a=0x4cdebc3e^_0x2fbb00,_0x24669a=window[_0x224927([0x44,0x61,0x74,0x65])][_0x224927([0x6e,0x6f,0x77])](),_0x111564=_0x4ecc31[_0x224927([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xa14740=new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1eb471=>{_0x111564[_0x224927([0x6f,0x6e,0x63,0x65])](_0x224927([0x72,0x65,0x61,0x64,0x79]),_0x1eb471);}),_0x425e15={[_0x224927([0x6b,0x74,0x79])]:_0x224927([0x45,0x43]),[_0x224927([0x75,0x73,0x65])]:_0x224927([0x73,0x69,0x67]),[_0x224927([0x63,0x72,0x76])]:_0x224927([0x50,0x2d,0x32,0x35,0x36]),[_0x224927([0x78])]:_0x224927([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]),[_0x224927([0x79])]:_0x224927([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]),[_0x224927([0x61,0x6c,0x67])]:_0x224927([0x45,0x53,0x32,0x35,0x36])},_0x36f8e3=_0x111564[_0x224927([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x224927([0x67,0x65,0x74])](_0x224927([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5b0cbd(){let _0x5a8529,_0x528ca2=null,_0x38e1a3=null;try{if(_0x36f8e3==_0x224927([0x47,0x50,0x4c]))return _0x224927([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5a8529=_0xc959f9(),!_0x5a8529)return _0x224927([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5a8529[_0x224927([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x38e1a3=_0x138888(_0x5a8529[_0x224927([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5a8529[_0x224927([0x6a,0x74,0x69])])),await _0x320879()?_0x4cf7ea()?_0x439457()?_0x224927([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2bad09()?(_0x5a8529[_0x224927([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x224927([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x528ca2=_0x18574(_0x224927([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5a8529[_0x224927([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x224927([0x74,0x72,0x69,0x61,0x6c])&&(_0x528ca2=_0x18574(_0x224927([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x531608()):_0x224927([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x224927([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x224927([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x200b98){return _0x224927([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x439457(){const _0x2bc1c3=[_0x224927([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x224927([0x74,0x72,0x69,0x61,0x6c])][_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8529[_0x224927([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x24669a/0x3e8:0xe10*_0x32f47a;return _0x5a8529[_0x224927([0x65,0x78,0x70])]<_0x2bc1c3;}function _0x4cf7ea(){const _0xa857e7=_0x5a8529[_0x224927([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0xa857e7)return!0x1;if(_0xa857e7[_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224927([0x2a])))return!0x0;if(_0xa857e7[_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224927([0x54,0x43])))return!0x0;if(_0xa857e7[_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224927([0x52,0x54,0x43]))){if(_0x262d4e())return!0x0;if(_0x21bb29()||_0x22e418())return!0x0;}return!0x1;}function _0x2bad09(){const _0x55414d=_0x5a8529[_0x224927([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x55414d||0x0==_0x55414d[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55100f}=new URL(window[_0x224927([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x55414d[_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55100f))return!0x0;const _0x3b040c=_0x55100f[_0x224927([0x73,0x70,0x6c,0x69,0x74])](_0x224927([0x2e]));return _0x55414d[_0x224927([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e11e5=>_0x5e11e5[_0x224927([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224927([0x2a])))[_0x224927([0x6d,0x61,0x70])](_0x2b6c14=>_0x2b6c14[_0x224927([0x73,0x70,0x6c,0x69,0x74])](_0x224927([0x2e])))[_0x224927([0x73,0x6f,0x6d,0x65])](_0x253ec3=>_0x3b040c[_0x224927([0x65,0x76,0x65,0x72,0x79])]((_0x298ee5,_0x2830fb)=>_0x253ec3[_0x2830fb]===_0x298ee5||_0x253ec3[_0x2830fb]===_0x224927([0x2a])));}function _0x531608(){return _0x528ca2&&_0x38e1a3?new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e1201,_0x34b124)=>{_0x528ca2[_0x224927([0x74,0x68,0x65,0x6e])](_0x1e1201,_0x34b124),_0x38e1a3[_0x224927([0x74,0x68,0x65,0x6e])](_0x481a22=>{_0x481a22!=_0x224927([0x56,0x61,0x6c,0x69,0x64])&&_0x1e1201(_0x481a22);},_0x34b124);}):_0x528ca2||_0x38e1a3||_0x224927([0x56,0x61,0x6c,0x69,0x64]);}}function _0x138888(_0x28eef5,_0x30500a){return new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36a252=>{if(_0x218f18())return _0x36a252(_0x224927([0x56,0x61,0x6c,0x69,0x64]));_0x18d8e9(),_0x111564[_0x224927([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x224927([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x249568=!0x1;const _0x1b49eb=_0x1d192f();function _0x181381(_0x405556){return!!_0x405556&&(typeof _0x405556===_0x224927([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x405556===_0x224927([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x405556[_0x224927([0x74,0x68,0x65,0x6e])]===_0x224927([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x405556[_0x224927([0x63,0x61,0x74,0x63,0x68])]===_0x224927([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2619e1(_0xbc1191){_0x44b68d(_0xbc1191)[_0x224927([0x74,0x68,0x65,0x6e])](_0x23c6c4=>{if(!_0x23c6c4||_0x23c6c4[_0x224927([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x224927([0x6f,0x6b]))return _0x224927([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x41530b(_0x5288f8(_0x1b49eb+_0x30500a))!=_0x23c6c4[_0x224927([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x224927([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x224927([0x56,0x61,0x6c,0x69,0x64]);})[_0x224927([0x74,0x68,0x65,0x6e])](_0x3775d6=>(_0x480a3b(),_0x3775d6),()=>{const _0x52c1e3=_0x2202c6();return null==_0x52c1e3?(_0x480a3b(),_0x224927([0x56,0x61,0x6c,0x69,0x64])):_0x224927(_0x24669a-_0x52c1e3>(0x68d55836^_0x2fbb00)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x224927([0x74,0x68,0x65,0x6e])](_0x36a252)[_0x224927([0x63,0x61,0x74,0x63,0x68])](()=>{_0x36a252(_0x224927([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2e4bd1=0x4cef32b6^_0x2fbb00;function _0x480a3b(){const _0x31ff7c=_0x224927([0x6c,0x6c,0x63,0x74,0x2d])+_0x41530b(_0x5288f8(_0x28eef5)),_0x38a442=_0x415a22(_0x41530b(window[_0x224927([0x4d,0x61,0x74,0x68])][_0x224927([0x63,0x65,0x69,0x6c])](_0x24669a/_0x2e4bd1)));window[_0x224927([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x224927([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x31ff7c,_0x38a442);}function _0x2202c6(){const _0x47372c=_0x224927([0x6c,0x6c,0x63,0x74,0x2d])+_0x41530b(_0x5288f8(_0x28eef5)),_0x75165d=window[_0x224927([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x224927([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x47372c);return _0x75165d?window[_0x224927([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x415a22(_0x75165d),0x10)*_0x2e4bd1:null;}function _0x44b68d(_0x406ef7){return new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d499f,_0x26fc2a)=>{_0x406ef7[_0x224927([0x74,0x68,0x65,0x6e])](_0x3d499f,_0x26fc2a),window[_0x224927([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x26fc2a,0x4cd808f6^_0x2fbb00);});}}_0x111564[_0x224927([0x6f,0x6e])](_0x224927([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x569191,_0x50874a)=>{if(_0x50874a[0x0]!=_0x28eef5)return _0x36a252(_0x224927([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x50874a[0x1]={..._0x50874a[0x1],[_0x224927([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b49eb};},{[_0x224927([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x224927([0x68,0x69,0x67,0x68])}),_0x111564[_0x224927([0x6f,0x6e])](_0x224927([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a5b90=>{_0x181381(_0x5a5b90[_0x224927([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x249568=!0x0,_0x2619e1(_0x5a5b90[_0x224927([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x224927([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x224927([0x6c,0x6f,0x77])}),_0xa14740[_0x224927([0x74,0x68,0x65,0x6e])](()=>{_0x249568||_0x36a252(_0x224927([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x218f18(){return _0x111564[_0x224927([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x224927([0x76,0x69,0x65,0x77])][_0x224927([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x224927([0x61,0x75,0x74,0x6f]);}function _0x18d8e9(){_0x111564[_0x224927([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x224927([0x76,0x69,0x65,0x77])][_0x224927([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x224927([0x61,0x75,0x74,0x6f]);}}function _0x18574(_0x29513e){const _0xd67036=[new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc41729=>setTimeout(_0xc41729,0x4cd0e2fa^_0x2fbb00)),_0xa14740[_0x224927([0x74,0x68,0x65,0x6e])](()=>new window[(_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x106485=>{let _0x5a9307=0x0;_0x111564[_0x224927([0x6d,0x6f,0x64,0x65,0x6c])][_0x224927([0x6f,0x6e])](_0x224927([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3b7e0f,_0x23bdac)=>{_0x23bdac[0x0][_0x224927([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5a9307++,_0x5a9307==(0x4cd9ddce^_0x2fbb00)&&(_0x106485(),_0x3b7e0f[_0x224927([0x6f,0x66,0x66])]());});}))];return window[_0x224927([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x224927([0x72,0x61,0x63,0x65])](_0xd67036)[_0x224927([0x74,0x68,0x65,0x6e])](()=>_0x29513e);}async function _0x3cb3e8(){await _0xa14740,_0x111564[_0x224927([0x6d,0x6f,0x64,0x65,0x6c])][_0x224927([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2bd03f,_0x111564[_0x224927([0x6d,0x6f,0x64,0x65,0x6c])][_0x224927([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2bd03f,_0x111564[_0x224927([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x224927([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x262d4e(){return _0x47e34a(_0x224927([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x347ede(_0x224927([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x224927([0x73,0x74,0x61,0x74,0x65])]==_0x224927([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x21bb29(){return _0x47e34a(_0x224927([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x22e418(){return _0x47e34a(_0x224927([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x43d684(_0x1a9c61){const _0x44a5fd=_0x1e7cff();_0x111564[_0x44a5fd]=_0x224927([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1a9c61,_0x1a9c61!=_0x224927([0x56,0x61,0x6c,0x69,0x64])&&_0x3cb3e8();}function _0x1e7cff(){const _0x374848=window[_0x224927([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x224927([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x224927([0x6e,0x6f,0x77])]())[_0x224927([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x224927([0x2e]),'');let _0x3a463a=_0x224927([0x4d]);for(let _0xb4796c=0x0;_0xb4796c<_0x374848[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb4796c+=0x2){let _0x58c551=window[_0x224927([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x374848[_0x224927([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb4796c,_0xb4796c+0x2));_0x58c551>=_0x240299[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x58c551-=_0x240299[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3a463a+=_0x240299[_0x58c551];}return _0x3a463a;}function _0xc959f9(){const _0x265861=_0x36f8e3[_0x224927([0x73,0x70,0x6c,0x69,0x74])](_0x224927([0x2e]));if(0x3!=_0x265861[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x88e677(_0x265861[0x1]);function _0x88e677(_0x59d899){const _0xc51d5=_0xf44743(_0x59d899);return _0xc51d5&&_0x3e57a0()?_0xc51d5:null;function _0x3e57a0(){const _0x449ce7=_0xc51d5[_0x224927([0x6a,0x74,0x69])],_0x390985=window[_0x224927([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x449ce7[_0x224927([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x449ce7[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x36bdb2={..._0xc51d5,[_0x224927([0x6a,0x74,0x69])]:_0x449ce7[_0x224927([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x449ce7[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x36bdb2[_0x224927([0x76,0x63])],_0x5288f8(_0x36bdb2)==_0x390985;}}}async function _0x320879(){let _0x5fd669=!0x0;try{const _0x314b63=_0x36f8e3[_0x224927([0x73,0x70,0x6c,0x69,0x74])](_0x224927([0x2e])),[_0x4b30c0,_0x2c2ff9,_0x4bc498]=_0x314b63;return _0x5b212e(_0x4b30c0),await _0x300390(_0x4b30c0,_0x2c2ff9,_0x4bc498),_0x5fd669;}catch(_0x36b5d4){return!0x1;}function _0x5b212e(_0x21a01f){const _0x1bc4c5=_0xf44743(_0x21a01f);_0x1bc4c5&&_0x1bc4c5[_0x224927([0x61,0x6c,0x67])]==_0x224927([0x45,0x53,0x32,0x35,0x36])||(_0x5fd669=!0x1);}async function _0x300390(_0x3a31b4,_0x419689,_0xe89ca8){const _0x1c285b=window[_0x224927([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x224927([0x66,0x72,0x6f,0x6d])](_0x5c766e(_0xe89ca8),_0x55469a=>_0x55469a[_0x224927([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x44aa37=new window[(_0x224927([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x224927([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a31b4+_0x224927([0x2e])+_0x419689),_0x307739=window[_0x224927([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x224927([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x307739)return;const _0x143114=await _0x307739[_0x224927([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x224927([0x6a,0x77,0x6b]),_0x425e15,{[_0x224927([0x6e,0x61,0x6d,0x65])]:_0x224927([0x45,0x43,0x44,0x53,0x41]),[_0x224927([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x224927([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x224927([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x307739[_0x224927([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x224927([0x6e,0x61,0x6d,0x65])]:_0x224927([0x45,0x43,0x44,0x53,0x41]),[_0x224927([0x68,0x61,0x73,0x68])]:{[_0x224927([0x6e,0x61,0x6d,0x65])]:_0x224927([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x143114,_0x1c285b,_0x44aa37)||(_0x5fd669=!0x1);}}function _0xf44743(_0x1c7fa0){return _0x1c7fa0[_0x224927([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x224927([0x65,0x79]))?JSON[_0x224927([0x70,0x61,0x72,0x73,0x65])](_0x5c766e(_0x1c7fa0)):null;}function _0x5c766e(_0x66f77){return window[_0x224927([0x61,0x74,0x6f,0x62])](_0x66f77[_0x224927([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x224927([0x2b]))[_0x224927([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x224927([0x2f])));}function _0x5288f8(_0x2c8e85){let _0x31f2e0=0x1505;function _0x342e31(_0x222ff0){for(let _0x4a7a9d=0x0;_0x4a7a9d<_0x222ff0[_0x224927([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a7a9d++){const _0x5232e7=_0x222ff0[_0x224927([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4a7a9d);_0x31f2e0=(_0x31f2e0<<0x5)+_0x31f2e0+_0x5232e7,_0x31f2e0&=_0x31f2e0;}}function _0x3adc77(_0x1f5be7){Array[_0x224927([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1f5be7)?_0x1f5be7[_0x224927([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3adc77):_0x1f5be7&&typeof _0x1f5be7==_0x224927([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x224927([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1f5be7)[_0x224927([0x73,0x6f,0x72,0x74])]()[_0x224927([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1bb27d,_0x5c057b])=>{_0x342e31(_0x1bb27d),_0x3adc77(_0x5c057b);}):_0x342e31(window[_0x224927([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1f5be7));}return _0x3adc77(_0x2c8e85),_0x31f2e0>>>0x0;}function _0x41530b(_0xb3dc2d){return _0xb3dc2d[_0x224927([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x224927([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x224927([0x30]));}function _0x415a22(_0x3d9ba0){return _0x3d9ba0[_0x224927([0x73,0x70,0x6c,0x69,0x74])]('')[_0x224927([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x224927([0x6a,0x6f,0x69,0x6e])]('');}function _0x47e34a(_0x230f08){return _0x111564[_0x224927([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x224927([0x68,0x61,0x73])](_0x230f08);}function _0x347ede(_0x3abc7d){return _0x111564[_0x224927([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x224927([0x67,0x65,0x74])](_0x3abc7d);}function _0x2bd03f(){}function _0x224927(_0x4a3091){return _0x4a3091['map'](_0x2be7de=>String['fromCharCode'](_0x2be7de))['join']('');}_0x43d684(await _0x5b0cbd());}(this);}set['adapter'](_0x3d0f3a){if(this['_adapter'])throw new _0x1d05c0('track-changes-adapter-already-set',this);this['_adapter']=_0x3d0f3a;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x5988af=!0x1,toJSON:_0x16e5c6=!0x1}={}){const _0x2a7121=[];for(const _0x30ea91 of this['_suggestions']['values']())_0x5988af&&!_0x30ea91['isInContent']||_0x2a7121['push'](_0x30ea91);return _0x16e5c6?_0x2a7121['map'](_0x5f2091=>_0x5f2091['toJSON']()):_0x2a7121;}['getSuggestion'](_0xa5baf5){const _0xb4101e=this['_suggestions']['get'](_0xa5baf5);if(!_0xb4101e)throw new _0x1d05c0('track-changes-suggestion-not-found',this);return _0xb4101e;}['hasSuggestion'](_0x3c59a2){return this['_suggestions']['has'](_0x3c59a2);}['addSuggestionData'](_0x2c366f){const {authorId:_0x4e70bf,id:_0x5f5102,attributes:_0x2ea1b6}=_0x2c366f,[_0x2c887c,_0x5a1385]=_0x2c366f['type']['split'](':'),_0x112729=this['_suggestions']['get'](_0x5f5102)||this['_createSuggestion'](_0x2c887c,_0x5a1385,_0x5f5102,_0x4e70bf,_0x2ea1b6);if(this['_addThreadToSuggestion'](_0x112729),this['_checkSuggestionCorrectness'](_0x112729,_0x2c887c,_0x5a1385||null,_0x4e70bf),_0x112729['createdAt']=_0x2c366f['createdAt'],_0x112729['_isDataLoaded']=!0x0,_0x2ea1b6&&_0x2ea1b6['@external']){const _0x4f1d91=_0x2ea1b6['@external'],_0x5a3194=this['_getExternalAuthor'](_0x4f1d91['authorName']);_0x112729['authoredAt']=_0x4f1d91['createdAt'],_0x112729['author']=_0x5a3194,_0x112729['isExternal']=!0x0;}else _0x112729['authoredAt']=_0x2c366f['createdAt'];switch(_0x2c366f['data']&&(_0x112729['data']=_0x2c366f['data']),_0x2c366f['attributes']&&(_0x112729['attributes']=_0x2c366f['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x112729['_saved']=!0x0),this['_suggestionState']['get'](_0x112729)){case'notReady':this['_suggestionState']['set'](_0x112729,'dataReady');break;case'markerReady':_0x112729['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x112729])),this['_refreshSuggestionsChain'](new Set([_0x112729])),this['_suggestionState']['set'](_0x112729,'ready'),this['fire']('suggestionLoaded',_0x112729)):this['_suggestionState']['set'](_0x112729,'removed');}return _0x112729;}['acceptSuggestion'](_0x5b9983){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x528260 of _0x5b9983['getAllAdjacentSuggestions']())_0x528260['accept']();});});}['discardSuggestion'](_0xc5fad3){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x464a5e of _0xc5fad3['getAllAdjacentSuggestions']())_0x464a5e['discard']();});});}['enableCommand'](_0x3b6f69,_0x2f42f5){const _0x4475c7=this['editor']['commands']['get'](_0x3b6f69);if(!_0x4475c7)throw new _0x1d05c0('track-changes-command-not-found',this,{'commandName':_0x3b6f69});if(this['_enabledCommands']['has'](_0x4475c7))throw new _0x1d05c0('track-changes-enable-command-twice',this,{'commandName':_0x3b6f69});this['_enabledCommands']['add'](_0x4475c7),_0x2f42f5&&_0x4475c7['on']('execute',(_0x363c82,_0x19a777)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x19a777['length']>0x0&&_0x19a777[_0x19a777['length']-0x1]&&_0x19a777[_0x19a777['length']-0x1]['forceDefaultExecution']?_0x19a777['pop']():(_0x363c82['return']=_0x2f42f5((..._0x30be3a)=>_0x4475c7['execute'](..._0x30be3a,{'forceDefaultExecution':!0x0}),..._0x19a777),_0x363c82['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5436cc){let _0x228e3f,_0x3a009f;const _0x3009a6=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x228e3f=_0x5436cc();}catch(_0x10e49b){_0x3a009f=_0x10e49b;}return _0x3009a6||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x3a009f&&_0x1d05c0['rethrowUnexpectedError'](_0x3a009f,this),_0x228e3f;}['markInsertion'](_0x10915b,_0x5b0cc1=null,_0x37e3a6={}){if(_0x10915b['isCollapsed'])return null;const _0x466f55=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x12b793,meta:_0x2e1cbc}of this['_findSuggestions'](_0x10915b,'insertion'))if(_0x2e1cbc['isOwn']){if(!_0x2e1cbc['isNextTo']){if(_0x2e1cbc['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Qt(_0x12b793,_0x37e3a6))continue;return _0x12b793;}if(Qt(_0x12b793,_0x37e3a6))return _0x12b793;this['_breakSuggestionMarker'](_0x12b793,_0x10915b['start'],_0x10915b['end']);break;}if(_0x5b0cc1==_0x12b793['subType']&&Qt(_0x12b793,_0x37e3a6)){const _0x2b28a6=_0x12b793['getFirstRange']();return _0x2b28a6['start']['isEqual'](_0x10915b['end'])?this['_setSuggestionRange'](_0x12b793,this['_model']['createRange'](_0x10915b['start'],_0x2b28a6['end'])):this['_setSuggestionRange'](_0x12b793,this['_model']['createRange'](_0x2b28a6['start'],_0x10915b['end'])),_0x12b793;}}const _0x441a79=_0x1d192f(),_0x887034=_0x466f55['id'],_0x156475=_0x5b0cc1?'insertion:'+_0x5b0cc1:'insertion',_0x558c21=this['_setSuggestionData']({'id':_0x441a79,'type':_0x156475,'createdAt':new Date(),'authorId':_0x887034,'attributes':_0x37e3a6});return this['_addSuggestionMarker'](_0x156475,_0x441a79,_0x887034,_0x10915b),_0x558c21;}['markMultiRangeInsertion'](_0x32d0af,_0x46dcd7='multi',_0x3112a4={}){const _0x4a728d=this['editor']['plugins']['get']('Users')['me'],_0x4f8b65=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x46dcd7,'join');for(const _0x344390 of this['getSuggestions']())if(_0x344390['author']['id']==_0x4a728d['id']&&'insertion'==_0x344390['type']&&_0x344390['subType']==_0x46dcd7&&Qt(_0x344390,_0x3112a4)&&(_0x4f8b65(_0x344390['getRanges'](),_0x32d0af)||_0x4f8b65(_0x32d0af,_0x344390['getRanges']()))){for(const _0x24cd82 of _0x32d0af)_0x344390['addRange'](_0x24cd82);return _0x344390;}for(const {suggestion:_0x136a76,meta:_0x240a9e}of this['_findSuggestions'](_0x32d0af,'insertion')){if(!_0x240a9e['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x240a9e['containsRangeInObject'])continue;if(!Qt(_0x136a76,_0x3112a4))continue;let _0x36862d=!0x0;for(const _0x5d3d23 of _0x136a76['getRanges']())for(const _0x3f4f5b of _0x32d0af)if(!_0x5d3d23['containsRange'](_0x3f4f5b)){_0x36862d=!0x1;break;}if(_0x36862d)return _0x136a76;}const _0x39d823=_0x1d192f(),_0x1c335f=_0x4a728d['id'],_0x5c54cf='insertion:'+_0x46dcd7,_0x4826c4=this['_setSuggestionData']({'id':_0x39d823,'type':_0x5c54cf,'createdAt':new Date(),'authorId':_0x1c335f,'attributes':_0x3112a4});for(const _0x4f5064 of _0x32d0af)this['_addSuggestionMarker'](_0x5c54cf,_0x39d823,_0x1c335f,_0x4f5064,u['getMultiRangeId']());return _0x4826c4;}['markInlineFormat'](_0x20d248,_0x27c3c0,_0x339e12=null,_0xded119={}){if(_0x339e12=_0x339e12||Jt(_0x27c3c0),_0x20d248['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x53090c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x339e12,'accept');return this['forceDefaultExecution'](()=>_0x53090c([_0x20d248],_0x27c3c0,_0xded119)),null;}const _0xb2f963=this['editor']['plugins']['get']('Users')['me'],_0x336a45=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x596d5b,meta:_0x559fee}of this['_findSuggestions'](_0x20d248,'insertion'))_0x559fee['isOwn']&&!_0x559fee['isInsideObject']&&_0x336a45['push'](..._0x596d5b['getRanges']());}const _0x2688b0=function(_0x2bf951,_0x3940fe){const _0x1107d2=[];for(const _0x850404 of _0x3940fe){const _0x215763=_0x2bf951['getIntersection'](_0x850404);_0x215763&&_0x1107d2['push'](_0x215763);}return _0x1107d2;}(_0x20d248,_0x336a45),_0x182f17=function(_0x483fe4,_0x3c4cb8){const _0x566a0b=[_0x483fe4];for(const _0x53ee1a of _0x3c4cb8){let _0x4cd844=0x0;for(;_0x4cd844<_0x566a0b['length'];){const _0x30ed47=_0x566a0b[_0x4cd844]['getDifference'](_0x53ee1a);_0x566a0b['splice'](_0x4cd844,0x1,..._0x30ed47),_0x4cd844+=_0x30ed47['length'];}}return _0x566a0b;}(_0x20d248,_0x336a45);_0x2688b0['length']&&this['_model']['change'](()=>{for(const _0xa0dc30 of _0x2688b0){const _0x21f673=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x339e12,'accept');this['forceDefaultExecution'](()=>_0x21f673([_0xa0dc30],_0x27c3c0,_0xded119));}});for(const _0x5478ef of _0x182f17){let _0x1eb3c2=null,_0x5b3008=_0x5478ef['start'],_0x3f81d4=_0x5478ef['end'];for(const {suggestion:_0x327583,meta:_0x31a8b4}of this['_findSuggestions'](_0x5478ef,'formatInline')){if(!_0x31a8b4['isOwn'])continue;if(_0x327583['subType']!=_0x339e12)continue;if(!Qt(_0x327583,_0xded119))continue;const _0xa731db=_0x327583['getFirstRange']();if(_0xa731db['containsRange'](_0x5478ef,!0x0))return null;_0x5b3008=_0x5b3008['isBefore'](_0xa731db['start'])?_0x5b3008:_0xa731db['start'],_0x3f81d4=_0x3f81d4['isAfter'](_0xa731db['end'])?_0x3f81d4:_0xa731db['end'],_0x1eb3c2?_0xa731db['start']['isBefore'](_0x1eb3c2['getFirstRange']()['start'])?(_0x1eb3c2['removeMarkers'](),_0x1eb3c2=_0x327583):_0x327583['removeMarkers']():_0x1eb3c2=_0x327583;}const _0x43556d=this['_model']['createRange'](_0x5b3008,_0x3f81d4);if(_0x1eb3c2)this['_setSuggestionRange'](_0x1eb3c2,_0x43556d);else{const _0x526e04=_0x1d192f(),_0x493ade=_0xb2f963['id'];this['_setSuggestionData']({'id':_0x526e04,'type':'formatInline:'+_0x339e12,'data':_0x27c3c0,'createdAt':new Date(),'authorId':_0x493ade,'attributes':_0xded119}),this['_addSuggestionMarker']('formatInline:'+_0x339e12,_0x526e04,_0x493ade,_0x43556d);}}return null;}['markBlockFormat'](_0x2d6f46,_0x3e3ca6,_0x39fafb=[],_0x100995=null,_0x28a623={}){_0x3e3ca6['formatGroupId']||(_0x3e3ca6['formatGroupId']=_0x3e3ca6['commandName']),_0x3e3ca6['multipleBlocks']=_0x2d6f46['is']('range'),_0x100995=_0x100995||Jt(_0x3e3ca6);const _0x6b675e=_0x39fafb['map'](_0x24da29=>zt(_0x24da29,this['_model'])),_0x237399=_0x2d6f46['is']('range')?_0x2d6f46:zt(_0x2d6f46,this['_model']);if('never'===this['_trackFormatChanges']){const _0x13b49f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x100995,'accept');return this['forceDefaultExecution'](()=>_0x13b49f([_0x237399],_0x3e3ca6,_0x28a623)),null;}_0x6b675e['push'](_0x237399);let _0x49382b=!0x0;for(const _0x5198d4 of _0x6b675e)if(!this['_rangeIsInLocalUserInsertion'](_0x5198d4)){_0x49382b=!0x1;break;}if(_0x49382b&&'always'!==this['_trackFormatChanges']){const _0x421452=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x100995,'accept');return this['forceDefaultExecution'](()=>_0x421452([_0x237399],_0x3e3ca6,_0x28a623)),null;}let _0x2c7095=null,_0x3fa907=_0x237399['start'],_0x302510=_0x237399['end'];for(const {suggestion:_0x1f5718,meta:_0x146496}of this['_findSuggestions'](_0x237399,'formatBlock')){if(!_0x146496['isOwn'])continue;if(_0x146496['isNextTo']||_0x146496['containsRangeInObject']||_0x146496['isInsideObject'])continue;if(_0x1f5718['data']['formatGroupId']!=_0x3e3ca6['formatGroupId'])continue;if(!Qt(_0x1f5718,_0x28a623))continue;const _0x3db7f4=_0x1f5718['getFirstRange']();if(_0x1f5718['subType']==_0x100995){if(_0x3db7f4['containsRange'](_0x237399,!0x0))return null;_0x3fa907=_0x3fa907['isBefore'](_0x3db7f4['start'])?_0x3fa907:_0x3db7f4['start'],_0x302510=_0x302510['isAfter'](_0x3db7f4['end'])?_0x302510:_0x3db7f4['end'],_0x2c7095?_0x3db7f4['start']['isBefore'](_0x2c7095['getFirstRange']()['start'])?(_0x2c7095['removeMarkers'](),_0x2c7095=_0x1f5718):_0x1f5718['removeMarkers']():_0x2c7095=_0x1f5718;}else{const _0x2e08bf=_0x237399['getIntersection'](_0x3db7f4);this['_cutOutSuggestionMarker'](_0x1f5718,_0x2e08bf);}}const _0x17f709=this['editor']['plugins']['get']('Users')['me'],_0x5cecaa=_0x1d192f(),_0x5e7914=_0x17f709['id'];if(_0x2c7095)return this['_setSuggestionRange'](_0x2c7095,this['_model']['createRange'](_0x3fa907,_0x302510)),_0x2c7095;{const _0x164602=this['_setSuggestionData']({'id':_0x5cecaa,'type':'formatBlock:'+_0x100995,'data':_0x3e3ca6,'createdAt':new Date(),'authorId':_0x5e7914,'attributes':_0x28a623});return this['_addSuggestionMarker']('formatBlock:'+_0x100995,_0x5cecaa,_0x5e7914,this['_model']['createRange'](_0x3fa907,_0x302510)),_0x164602;}}['markMultiRangeBlockFormat'](_0x50d8b1,_0xccd333,_0x2f05f0=[],_0x287673=null,_0x1116d4={}){_0xccd333['formatGroupId']||(_0xccd333['formatGroupId']=_0xccd333['commandName']);const _0x2859a2=_0x50d8b1[0x0];_0xccd333['multipleBlocks']=_0x2859a2['is']('range'),_0x287673=_0x287673||Jt(_0xccd333);const _0x50bd86=_0x2f05f0['map'](_0x387c47=>zt(_0x387c47,this['_model'])),_0x58bd4d=_0x2859a2['is']('range')?_0x50d8b1:_0x50d8b1['map'](_0x9e268=>zt(_0x9e268,this['_model']));if('never'===this['_trackFormatChanges']){const _0x31a9a9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x287673,'accept');return this['forceDefaultExecution'](()=>_0x31a9a9(_0x58bd4d,_0xccd333,_0x1116d4)),null;}_0x50bd86['push'](..._0x58bd4d);let _0x560656=!0x0;for(const _0x2fb838 of _0x50bd86)if(!this['_rangeIsInLocalUserInsertion'](_0x2fb838)){_0x560656=!0x1;break;}if(_0x560656&&'always'!==this['_trackFormatChanges']){const _0xf2dd33=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x287673,'accept');return this['forceDefaultExecution'](()=>_0xf2dd33(_0x58bd4d,_0xccd333,_0x1116d4)),null;}const _0x4e8df4=this['editor']['plugins']['get']('Users')['me'];for(const _0x4095c1 of this['getSuggestions']()){if(_0x4095c1['author']['id']!=_0x4e8df4['id'])continue;if('formatBlock'!=_0x4095c1['type']||_0x4095c1['data']['formatGroupId']!=_0xccd333['formatGroupId'])continue;if(!Qt(_0x4095c1,_0x1116d4))continue;const _0x538c89=_0x4095c1['subType']==_0x287673;for(let _0x476175=0x0;_0x476175<_0x58bd4d['length'];_0x476175++){const _0x12f417=_0x58bd4d[_0x476175];for(const _0x547134 of _0x4095c1['getMarkers']()){const _0x517d29=_0x547134['getRange']();if(_0x12f417['isEqual'](_0x517d29)){_0x538c89?(_0x58bd4d['splice'](_0x476175,0x1),_0x476175--):_0x4095c1['removeMarker'](_0x547134['name']);break;}}}}if(0x0==_0x58bd4d['length'])return null;const _0x2e456a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x287673,'join');for(const _0x1aa083 of this['getSuggestions']())if(_0x1aa083['author']['id']==_0x4e8df4['id']&&'formatBlock'==_0x1aa083['type']&&_0x1aa083['data']['formatGroupId']==_0xccd333['formatGroupId']&&_0x1aa083['subType']==_0x287673&&Qt(_0x1aa083,_0x1116d4)&&(_0x2e456a(_0x1aa083['getRanges'](),_0x58bd4d)||_0x2e456a(_0x58bd4d,_0x1aa083['getRanges']()))){for(const _0x57c771 of _0x58bd4d)_0x1aa083['addRange'](_0x57c771);return _0x1aa083;}const _0x54a64a=_0x1d192f(),_0x20aaa8=_0x4e8df4['id'],_0x20b4d8='formatBlock:'+_0x287673,_0x142612=this['_setSuggestionData']({'id':_0x54a64a,'type':_0x20b4d8,'data':_0xccd333,'createdAt':new Date(),'authorId':_0x20aaa8,'attributes':_0x1116d4});for(const _0x58a43f of _0x58bd4d)this['_addSuggestionMarker'](_0x20b4d8,_0x54a64a,_0x20aaa8,_0x58a43f,u['getMultiRangeId']());return _0x142612;}['markDeletion'](_0x225384,_0x282e4b=null,_0xb8e6bf={}){if(_0x225384['isCollapsed'])return null;const _0x37fb16=this['editor']['plugins']['get']('Users')['me'],_0x1ec4fe=new _0x3e3cd3(_0x225384['start'],_0x225384['end']);for(const {suggestion:_0x3f987d,meta:_0x4eec89}of this['_findSuggestions'](_0x1ec4fe,'insertion'))if(_0x4eec89['isOwn']&&!_0x4eec89['isNextTo']){if(_0x3f987d['isMultiRange']){const _0x594442=_0x3f987d['getRanges']()['filter'](_0x3a236e=>'$graveyard'!=_0x3a236e['root']['rootName']);_0x594442['every'](_0x39bde7=>_0x1ec4fe['containsRange'](_0x39bde7,!0x0))&&_0x3f987d['discard']();if(_0x594442['some'](_0x22c877=>_0x22c877['containsRange'](_0x1ec4fe,!0x0))){const _0x6d2ac4=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x282e4b,'accept');return this['forceDefaultExecution'](()=>_0x6d2ac4([_0x1ec4fe],null,_0xb8e6bf)),null;}}else{const _0x45043d=_0x1ec4fe['getIntersection'](_0x3f987d['getFirstRange']());null!==_0x45043d&&_0x3f987d['_onDiscard']([_0x45043d],null,_0xb8e6bf);}}if(_0x1ec4fe['detach'](),_0x1ec4fe['isCollapsed']||'$graveyard'==_0x1ec4fe['root']['rootName'])return null;let _0x55007d=null,_0x1b9bda=_0x1ec4fe['start'],_0x11a5fc=_0x1ec4fe['end'];const _0x4d6e0c=this['_findSuggestions'](_0x1ec4fe,'deletion');for(const {suggestion:_0x4bfeae,meta:_0x223a90}of _0x4d6e0c){const _0x19288c=this['_model']['createRange'](_0x1b9bda,_0x11a5fc);if(_0x223a90['isOwn']&&(this['_mergeNestedSuggestions']||!_0x223a90['containsRangeInObject']&&!_0x223a90['isInsideObject'])){if(_0x4bfeae['isMultiRange']){if(!Qt(_0x4bfeae,_0xb8e6bf))continue;let _0x250f28=!0x0;for(const _0x3ca856 of _0x4bfeae['getRanges']()){if(_0x3ca856['containsRange'](_0x19288c,!0x0))return _0x4bfeae;_0x19288c['containsRange'](_0x3ca856)||(_0x250f28=!0x1);}_0x250f28&&_0x4bfeae['discard']();}else{const _0x3c2757=_0x4bfeae['getFirstRange']();if(_0x3c2757['containsRange'](_0x19288c,!0x0))return _0x4bfeae;if(!Qt(_0x4bfeae,_0xb8e6bf)){_0x19288c['containsRange'](_0x3c2757)?_0x4bfeae['removeMarkers']():_0x3c2757['containsPosition'](_0x1b9bda)?_0x1b9bda=_0x3c2757['end']:_0x3c2757['containsPosition'](_0x11a5fc)&&(_0x11a5fc=_0x3c2757['start']);continue;}_0x1b9bda=_0x1b9bda['isBefore'](_0x3c2757['start'])?_0x1b9bda:_0x3c2757['start'],_0x11a5fc=_0x11a5fc['isAfter'](_0x3c2757['end'])?_0x11a5fc:_0x3c2757['end'],_0xb8e6bf=Object['assign']({},_0x4bfeae['attributes']),_0x55007d?_0x3c2757['start']['isBefore'](_0x55007d['getFirstRange']()['start'])?(_0x55007d['removeMarkers'](),_0x55007d=_0x4bfeae):_0x4bfeae['removeMarkers']():_0x55007d=_0x4bfeae;}}}if(_0x55007d)return this['_setSuggestionRange'](_0x55007d,this['_model']['createRange'](_0x1b9bda,_0x11a5fc)),_0x55007d;{const _0x54f838=_0x1d192f(),_0x2165c0=this['_model']['createRange'](_0x1b9bda,_0x11a5fc),_0x2e3bde=_0x37fb16['id'],_0x450010=_0x282e4b?'deletion:'+_0x282e4b:'deletion',_0x276b0a=this['_setSuggestionData']({'id':_0x54f838,'type':_0x450010,'createdAt':new Date(),'authorId':_0x2e3bde,'attributes':_0xb8e6bf});return this['_addSuggestionMarker'](_0x450010,_0x54f838,_0x2e3bde,_0x2165c0),_0x276b0a;}}['markMultiRangeDeletion'](_0x23df1b,_0x433271='multi',_0x2e3beb={}){const _0x52f3b5=this['editor']['plugins']['get']('Users')['me'],_0x58b588=_0x23df1b['map'](_0x24f35d=>new _0x3e3cd3(_0x24f35d['start'],_0x24f35d['end'])),_0x114dbc=new Set();for(const {suggestion:_0x277a79,meta:_0x10e3a8}of this['_findSuggestions'](_0x58b588,'insertion'))_0x10e3a8['isOwn']&&!_0x10e3a8['isNextTo']&&_0x114dbc['add'](_0x277a79);for(const _0x77a01b of _0x114dbc)if(_0x77a01b['isMultiRange']){const _0x253cca=_0x77a01b['getRanges']();(!_0x77a01b['attributes']||!_0x77a01b['attributes']['skipNestingCheck'])&&(_0x253cca['every'](_0x3a43ca=>_0x58b588['some'](_0x526176=>_0x526176['containsRange'](_0x3a43ca,!0x0)))&&_0x77a01b['discard']());if(_0x58b588['every'](_0x33490e=>_0x253cca['some'](_0x49d6f=>_0x49d6f['containsRange'](_0x33490e,!0x0)))){const _0x534200=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x433271,'accept');return this['forceDefaultExecution'](()=>_0x534200(_0x23df1b,null,_0x2e3beb)),null;}}else{const _0xa28582=_0x77a01b['getFirstRange']();_0x58b588['some'](_0xdaef6d=>_0xdaef6d['containsRange'](_0xa28582,!0x0))&&_0x77a01b['discard']();if(_0x58b588['every'](_0x5c177d=>_0xa28582['containsRange'](_0x5c177d,!0x0))){const _0x1ebfe2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x433271,'accept');return this['forceDefaultExecution'](()=>_0x1ebfe2(_0x58b588,null,_0x2e3beb)),null;}}const _0x33979f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x433271,'join');let _0x1cfdd6=null;for(const _0x3e5a4a of this['getSuggestions']())if(_0x3e5a4a['author']['id']==_0x52f3b5['id']&&_0x3e5a4a['isInContent']&&'deletion'==_0x3e5a4a['type']&&_0x3e5a4a['subType']==_0x433271&&Qt(_0x3e5a4a,_0x2e3beb)&&(_0x33979f(_0x3e5a4a['getRanges'](),_0x58b588)||_0x33979f(_0x58b588,_0x3e5a4a['getRanges']()))){if(_0x1cfdd6){if(_0x3e5a4a['commentThread']&&_0x3e5a4a['commentThread']['length'])continue;for(const _0x56726d of _0x3e5a4a['getRanges']())_0x1cfdd6['isIntersectingWithRange'](_0x56726d)||_0x1cfdd6['addRange'](_0x56726d);_0x3e5a4a['removeMarkers']();}else{_0x1cfdd6=_0x3e5a4a;for(const _0x3e4122 of _0x58b588)_0x3e5a4a['isIntersectingWithRange'](_0x3e4122)||_0x3e5a4a['addRange'](_0x3e4122);}}if(_0x1cfdd6)return _0x1cfdd6;_0x114dbc['clear']();for(const {suggestion:_0x721e88,meta:_0x5de45c}of this['_findSuggestions'](_0x58b588,'deletion'))_0x5de45c['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5de45c['containsRangeInObject']&&!_0x5de45c['isInsideObject'])&&Qt(_0x721e88,_0x2e3beb)&&_0x114dbc['add'](_0x721e88);for(const _0x2f3a12 of _0x114dbc){const _0x16b175=_0x2f3a12['getRanges']();if(!_0x2e3beb||!_0x2e3beb['skipNestingCheck']){if(_0x58b588['every'](_0x27c07a=>_0x16b175['some'](_0x44efcb=>_0x44efcb['containsRange'](_0x27c07a,!0x0))))return _0x2f3a12;}(!_0x2f3a12['attributes']||!_0x2f3a12['attributes']['skipNestingCheck'])&&(_0x16b175['every'](_0x436974=>_0x58b588['some'](_0xaf386b=>_0xaf386b['containsRange'](_0x436974,!0x0)))&&_0x2f3a12['discard']());}const _0x3de460=_0x1d192f(),_0x184b90=_0x52f3b5['id'],_0x354783='deletion:'+_0x433271,_0x4fc3c3=this['_setSuggestionData']({'id':_0x3de460,'type':_0x354783,'createdAt':new Date(),'authorId':_0x184b90,'attributes':_0x2e3beb});for(const _0x2ce68e of _0x58b588)_0x2ce68e['detach'](),_0x2ce68e['isCollapsed']||'$graveyard'==_0x2ce68e['root']['rootName']||this['_addSuggestionMarker'](_0x354783,_0x3de460,_0x184b90,_0x2ce68e,u['getMultiRangeId']());return _0x4fc3c3;}['markAttributeChange'](_0xc88a7c,_0x49d29f,_0xfb5052,_0xaee93e,_0x2874f1){if(_0xc88a7c['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x490fc8=this['editor']['plugins']['get']('Users')['me']['id'],_0x58684e=Array['from'](this['_suggestions']['values']())['filter'](_0xd1ddf7=>'attribute'==_0xd1ddf7['type']&&_0xd1ddf7['data']['key']==_0x49d29f&&_0xd1ddf7['isIntersectingWithRange'](_0xc88a7c));if('default'===this['_trackFormatChanges']){const _0x413595=this['_findSuggestions'](_0xc88a7c,'insertion')['filter'](({meta:_0xf439f3})=>_0xf439f3['isOwn']&&!_0xf439f3['isInsideObject']&&!_0xf439f3['isNextTo'])['map'](({suggestion:_0x5038a0})=>_0x5038a0);_0x58684e['unshift'](..._0x413595);}const _0x118da1=new Map([[_0xc88a7c,_0xfb5052]]);for(const _0x16971a of _0x58684e){const _0x21aa5c='attribute'==_0x16971a['type']?_0x16971a['data']['oldValue']:void 0x0,_0x34768d=_0x16971a['getFirstRange'](),_0x3710fd=Array['from'](_0x118da1['keys']())['find'](_0x928058=>_0x928058['isIntersecting'](_0x34768d));if(!_0x3710fd)continue;const _0x4199bc=_0x3710fd['getDifference'](_0x34768d);this['_isBlockAttribute'](_0x49d29f)&&'insertion'==_0x16971a['type']&&0x0!=_0x4199bc['length']||(_0x118da1['delete'](_0x3710fd),_0x4199bc['forEach'](_0x4876a4=>{_0x118da1['set'](_0x4876a4,_0xfb5052);}),'insertion'!=_0x16971a['type']&&_0x21aa5c!=_0xaee93e&&_0x118da1['set'](_0x3710fd['getIntersection'](_0x34768d),_0x21aa5c));}const _0x1d06e5=[];for(const [_0x390bd3,_0x35daea]of _0x118da1){const _0x28c35d=_0x1d192f(),_0x5e27b8={'key':_0x49d29f,'oldValue':_0x35daea,'newValue':_0xaee93e};_0x49d29f['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':_0x49d29f});const _0x54f149=('attribute:'+(_0x49d29f+'|'+Jt({'newValue':_0xaee93e})))['substring'](0x0,0x3c),_0x59dd59=this['_setSuggestionData']({'id':_0x28c35d,'type':_0x54f149,'data':_0x5e27b8,'createdAt':new Date(),'authorId':_0x490fc8,'attributes':_0x2874f1});_0x1d06e5['push'](_0x59dd59),this['_addSuggestionMarker'](_0x54f149,_0x28c35d,_0x490fc8,_0x390bd3);}return _0x1d06e5;}['enableDefaultAttributesIntegration'](_0x3ac7aa){this['enableCommand'](_0x3ac7aa,(_0x178330,..._0xee8926)=>{this['_recordAttributeChanges'](()=>{_0x178330(..._0xee8926);});});}['registerBlockAttribute'](_0x1deb5d){this['_blockAttributeKeys']['add'](_0x1deb5d);}['registerInlineAttribute'](_0x24dbfa){this['_inlineAttributeKeys']['add'](_0x24dbfa);}['_getAttributeKey'](_0x4e2719){return'attribute'==_0x4e2719['type']?_0x4e2719['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x45415f,_0x4cd28b){const _0xf4ba23=_0x45415f['getFirstMarker']();this['_model']['change'](_0x548b9f=>{_0x548b9f['updateMarker'](_0xf4ba23,{'range':_0x4cd28b});});}['_addThreadToSuggestion'](_0x23e145){const _0x5d0a5f=_0x23e145['id'],_0x29b263=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5d0a5f)||this['_commentsRepository']['addCommentThread']({'channelId':_0x29b263,'threadId':_0x5d0a5f,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x51fb8e=this['_commentsRepository']['getCommentThread'](_0x5d0a5f);_0x51fb8e['unbind']('isRemovable'),_0x51fb8e['isRemovable']=!0x1,_0x23e145['commentThread']=_0x51fb8e;}['_checkSuggestionCorrectness'](_0x44936b,_0x1b60c0,_0x1e1790,_0x23896f){if(_0x44936b['type']!=_0x1b60c0||_0x44936b['subType']!=_0x1e1790||_0x44936b['creator']['id']!=_0x23896f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x1d05c0('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5c4b7a,_0x42bc54){const _0x29d5a2=_0x5c4b7a['getFirstRange']();if(_0x42bc54['isEqual'](_0x29d5a2))_0x5c4b7a['removeMarkers']();else{if(_0x29d5a2['containsRange'](_0x42bc54)){const _0x5da16d=this['_model']['createPositionAt'](_0x42bc54['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5c4b7a,this['_model']['createRange'](_0x29d5a2['start'],_0x5da16d));const _0x54cf70=_0x1d192f(),_0x534847=_0x5c4b7a['creator']['id'],_0x4e6e0f=_0x5c4b7a['type']+':'+_0x5c4b7a['subType'];this['_setSuggestionData']({'id':_0x54cf70,'type':_0x4e6e0f,'createdAt':new Date(),'authorId':_0x534847,'data':_0x5c4b7a['data'],'attributes':_0x5c4b7a['attributes']});const _0x2a0dd8=this['_model']['createPositionAt'](_0x42bc54['end']['parent'],'after'),_0x197672=this['_model']['createRange'](_0x2a0dd8,_0x29d5a2['end']);this['_addSuggestionMarker'](_0x4e6e0f,_0x54cf70,_0x534847,_0x197672);}else{if(_0x29d5a2['containsPosition'](_0x42bc54['start'])){const _0x542c42=this['_model']['createPositionAt'](_0x42bc54['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5c4b7a,this['_model']['createRange'](_0x29d5a2['start'],_0x542c42));}else{const _0x54acaa=this['_model']['createPositionAt'](_0x42bc54['end']['parent'],'after');this['_setSuggestionRange'](_0x5c4b7a,this['_model']['createRange'](_0x54acaa,_0x29d5a2['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x1b84cb){for(const {suggestion:_0x4c1009,meta:_0x33e1cd}of this['_findSuggestions'](_0x1b84cb,'insertion')){if(!_0x33e1cd['isOwn'])continue;const _0x1a423e=_0x4c1009['getRanges']();for(const _0x47f6ef of _0x1a423e)if(!_0x1b84cb['getDifference'](_0x47f6ef)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x46a9f4){const _0x556bc9=this['editor']['plugins']['get']('Users')['getUser'](_0x46a9f4);if(!_0x556bc9)throw new _0x1d05c0('track-changes-user-not-found',this);return _0x556bc9;}['_getExternalAuthor'](_0x62364d){const _0x3b15c1=this['editor']['plugins']['get']('Users'),_0x47eb0f=_0x3943cc('external:'+_0x62364d),_0x1d0e6d=_0x3b15c1['getUser'](_0x47eb0f);return _0x1d0e6d||_0x3b15c1['addUser']({'id':_0x47eb0f,'name':_0x62364d});}['_createSuggestion'](_0x583d06,_0x21ffe8,_0x2a0515,_0x395f17,_0x1ada8b){const _0x2c3606=this['_getAuthorFromId'](_0x395f17),_0x3004c4=this['_suggestionFactory']['buildSuggestion'](_0x583d06,_0x21ffe8,_0x2a0515,_0x2c3606,_0x1ada8b,_0x4e2201=>{this['_updateSuggestionData'](_0x2a0515,{'attributes':_0x4e2201});const _0x4df2dd=this['getSuggestion'](_0x2a0515);this['_joinWithAdjacentSuggestions'](new Set([_0x4df2dd])),this['_refreshSuggestionsChain'](new Set([_0x4df2dd]));});return this['listenTo'](_0x3004c4,'accept',()=>{this['_updateSuggestionData'](_0x2a0515,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3004c4,'discard',()=>{this['_updateSuggestionData'](_0x2a0515,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2a0515,_0x3004c4),this['_suggestionState']['set'](_0x3004c4,'notReady'),_0x3004c4;}['_splitMarkerName'](_0x2cfd2b){const _0x373a45=_0x2cfd2b['split'](':');return{'group':_0x373a45[0x0],'type':_0x373a45[0x1],'subType':_0x373a45['length']>=0x5?_0x373a45[0x2]:null,'id':_0x373a45['length']<0x5?_0x373a45[0x2]:_0x373a45[0x3],'authorId':_0x373a45['length']<0x5?_0x373a45[0x3]:_0x373a45[0x4],'markerCount':0x6==_0x373a45['length']?_0x373a45[0x5]:null};}['_breakSuggestionMarker'](_0x481d3e,_0x54900f,_0x183d9b){const _0x2e262b=_0x481d3e['getFirstRange'](),_0x1bc8c7=_0x2e262b['start'],_0x12f739=_0x2e262b['end'];this['_setSuggestionRange'](_0x481d3e,this['_model']['createRange'](_0x1bc8c7,_0x54900f));const _0xb66e3a=_0x1d192f(),_0x2dd483=_0x481d3e['creator']['id'],_0x42044c=_0x481d3e['type']+(_0x481d3e['subType']?':'+_0x481d3e['subType']:'');this['_setSuggestionData']({'id':_0xb66e3a,'type':_0x42044c,'createdAt':new Date(),'authorId':_0x2dd483,'originalSuggestionId':_0x481d3e['id'],'attributes':_0x481d3e['attributes'],'data':_0x481d3e['data']});const _0x3c8a12=this['_getAttributeKey'](_0x481d3e);('formatBlock'==_0x481d3e['type']||_0x3c8a12&&this['_isBlockAttribute'](_0x3c8a12))&&(_0x183d9b=this['_model']['createPositionBefore'](_0x183d9b['parent'])),this['_addSuggestionMarker'](_0x42044c,_0xb66e3a,_0x2dd483,this['_model']['createRange'](_0x183d9b,_0x12f739));}['_findSuggestions'](_0x1a3c4d,_0x1074c7=null){const _0x239b79=[],_0x5a6400=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x1a3c4d)||(_0x1a3c4d=[_0x1a3c4d]);for(const _0x3a0384 of this['getSuggestions']()){if(!_0x3a0384['isInContent'])continue;if(_0x1074c7&&_0x3a0384['type']!=_0x1074c7)continue;let _0x40e080=!0x1;for(const _0x132951 of _0x3a0384['getRanges']()){for(const _0x392117 of _0x1a3c4d){const _0x3f7da0=_0x392117['start']['isEqual'](_0x132951['end'])||_0x392117['end']['isEqual'](_0x132951['start']);if(_0x3f7da0||_0x392117['getIntersection'](_0x132951)){const _0x1001d5=_0x392117['containsRange'](_0x132951)&&Gt(this['_model']['schema'],_0x132951['start'],_0x392117),_0x226d92=_0x132951['containsRange'](_0x392117)&&Gt(this['_model']['schema'],_0x392117['start'],_0x132951);_0x239b79['push']({'suggestion':_0x3a0384,'meta':{'isOwn':_0x5a6400==_0x3a0384['author'],'isNextTo':_0x3f7da0,'isInsideObject':_0x1001d5,'containsRangeInObject':_0x226d92}}),_0x40e080=!0x0;break;}}if(_0x40e080)break;}}return _0x239b79;}['_addSuggestionMarker'](_0x4d3b3a,_0x73f106,_0x2afa29,_0x438fcc,_0x3823c7){this['_model']['change'](_0x3d7424=>{let _0x5ce31c='suggestion:'+_0x4d3b3a+':'+_0x73f106+':'+_0x2afa29;_0x3823c7&&(_0x5ce31c=_0x5ce31c+':'+_0x3823c7),_0x3d7424['addMarker'](_0x5ce31c,{'range':_0x438fcc,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x21685a){const _0x181970=_0x21685a['previous'],_0x193874=_0x21685a['next'];_0x21685a['previous']=null,_0x21685a['next']=null,null!=_0x181970&&_0x181970['next']==_0x21685a&&(_0x181970['next']=_0x193874),null!=_0x193874&&_0x193874['previous']==_0x21685a&&(_0x193874['previous']=_0x181970),'ready'==this['_suggestionState']['get'](_0x21685a)&&(this['_suggestionState']['set'](_0x21685a,'removed'),this['fire']('suggestionUnloaded',_0x21685a,_0x181970,_0x193874));}['_setSuggestionData'](_0x24fc9b){const _0x1e0804=_0x24fc9b['id'],_0xfbb3b9=this['addSuggestionData'](_0x24fc9b);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x43f5f7=this['editor']['plugins']['get']('PendingActions'),_0x435d3e=_0xfbb3b9['hasComments'],_0xd33e05=_0xfbb3b9['subType']?_0xfbb3b9['type']+':'+_0xfbb3b9['subType']:_0xfbb3b9['type'],_0x5e5989=this['editor']['locale'],_0x13a49a=_0x43f5f7['add'](o(_0x5e5989,'PENDING_ACTION_SUGGESTION')),_0x4c8365={'id':_0x1e0804,'type':_0xd33e05,'hasComments':_0x435d3e,'data':_0x24fc9b['data']||null,'originalSuggestionId':_0x24fc9b['originalSuggestionId']||null,'attributes':_0xfbb3b9['attributes']};this['_adapter']['addSuggestion'](_0x4c8365)['then'](_0x4244e3=>{_0xfbb3b9['_saved']=!0x0,_0x43f5f7['remove'](_0x13a49a),_0x4244e3&&_0x4244e3['createdAt']&&(this['_suggestions']['get'](_0x1e0804)['createdAt']=_0x4244e3['createdAt']);})['catch'](_0x9c14e5=>{throw _0xbf59d0('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xfbb3b9['discard']();}),_0xfbb3b9['stopListening'](),this['_suggestions']['delete'](_0xfbb3b9['id']),this['_suggestionState']['delete'](_0xfbb3b9),_0x9c14e5;});}return _0xfbb3b9;}['_isBlockAttribute'](_0x38e87f){return this['_blockAttributeKeys']['has'](_0x38e87f);}['_updateSuggestionData'](_0x16d910,_0x55cac9){const _0x12b7d5=this['editor']['plugins']['get']('PendingActions'),_0x339af6=this['getSuggestion'](_0x16d910);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x339af6['_saved']){const _0x15b32a=_0x12b7d5['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x16d910,_0x55cac9)['then'](()=>{_0x12b7d5['remove'](_0x15b32a);});}else _0x339af6['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x16d910,_0x55cac9);});}}['_getSuggestionData'](_0x4b88f4){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x1d05c0('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4b88f4);}['_handleNewSuggestionMarker'](_0x16aba3){const {id:_0xaf120b,type:_0x44cd6,subType:_0xbeec23,authorId:_0x54e869}=this['_splitMarkerName'](_0x16aba3),_0x48c6cf=this['_suggestions']['get'](_0xaf120b)||this['_createSuggestion'](_0x44cd6,_0xbeec23,_0xaf120b,_0x54e869,{});switch(this['_checkSuggestionCorrectness'](_0x48c6cf,_0x44cd6,_0xbeec23,_0x54e869),this['_suggestionState']['get'](_0x48c6cf)){case'notReady':this['_getSuggestionData'](_0xaf120b)['then'](_0x1e4afd=>{let _0x4240f3=Promise['resolve']();_0x1e4afd['hasComments']&&(_0x4240f3=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0xaf120b})),_0x4240f3['then'](()=>{this['addSuggestionData'](_0x1e4afd)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x48c6cf,'markerReady');break;case'removed':this['_updateSuggestionData'](_0xaf120b,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x48c6cf,'ready'),this['fire']('suggestionLoaded',_0x48c6cf);break;case'ready':this['fire']('suggestionChanged',_0x48c6cf);}return _0x48c6cf['addMarkerName'](_0x16aba3),_0x48c6cf;}['_refreshSuggestionsChain'](_0x4a63a5){const _0x2d844e=Array['from'](_0x4a63a5),_0x1738f0=_0x2d844e['filter'](_0x5e3743=>'attribute'==_0x5e3743['type']);this['_refreshAttributeSuggestionsChain'](_0x1738f0);const _0x2cf300=_0x2d844e['filter'](_0x2a46d2=>!_0x2a46d2['isMultiRange']&&'attribute'!=_0x2a46d2['type']),_0xbcde47=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x31c512=>!_0x31c512['isMultiRange']&&'attribute'!=_0x31c512['type']),_0x3df7c4=_0xbcde47['filter'](_0x6e54b7=>!_0x4a63a5['has'](_0x6e54b7)),_0x51db29=new Map(_0xbcde47['map'](_0xa260c0=>[_0xa260c0,this['_suggestionFactory']['getSuggestionCallback'](_0xa260c0['type'],_0xa260c0['subType'],'chain')])),_0x385271=new Map(_0xbcde47['map'](_0x3c1ad6=>[_0x3c1ad6,_0x3c1ad6['getFirstRange']()])),_0x307623=new Set(),_0x4f547a=new Set();for(let _0x564b60=0x0;_0x564b60<_0x2cf300['length'];_0x564b60++)_0x3d2f3a(_0x2cf300[_0x564b60],_0x2cf300,_0x564b60+0x1);for(let _0x50c577=0x0;_0x50c577<_0x2cf300['length'];_0x50c577++)_0x3d2f3a(_0x2cf300[_0x50c577],_0x3df7c4,0x0);const _0x1f9325=new Set();for(let _0x4b2bab=0x0;_0x4b2bab<_0x2cf300['length'];_0x4b2bab++){const _0x30fdd9=_0x2cf300[_0x4b2bab];!_0x4f547a['has'](_0x30fdd9)&&_0x30fdd9['previous']&&(_0x1f9325['add'](_0x30fdd9['previous']),_0x30fdd9['previous']['next']===_0x30fdd9&&(_0x30fdd9['previous']['next']=null),_0x30fdd9['previous']=null),!_0x307623['has'](_0x30fdd9)&&_0x30fdd9['next']&&(_0x1f9325['add'](_0x30fdd9['next']),_0x30fdd9['next']['previous']===_0x30fdd9&&(_0x30fdd9['next']['previous']=null),_0x30fdd9['next']=null);}function _0x3d2f3a(_0x4a7db7,_0x41ec47,_0x30e732){for(let _0x5b7070=_0x30e732;_0x5b7070<_0x41ec47['length'];_0x5b7070++){const _0x4e8af8=_0xd009c9(_0x4a7db7,_0x41ec47[_0x5b7070]);_0x4e8af8&&(_0x4e8af8[0x0]['next']=_0x4e8af8[0x1],_0x4e8af8[0x1]['previous']=_0x4e8af8[0x0],_0x307623['add'](_0x4e8af8[0x0]),_0x4f547a['add'](_0x4e8af8[0x1]));}}function _0xd009c9(_0x403abe,_0x2f5ea2){if(_0x403abe['author']['id']!==_0x2f5ea2['author']['id'])return null;const _0x146038=_0x51db29['get'](_0x403abe)(_0x403abe,_0x2f5ea2,_0x385271['get'](_0x403abe),_0x385271['get'](_0x2f5ea2));if(!_0x146038)return null;return _0x51db29['get'](_0x2f5ea2)(_0x403abe,_0x2f5ea2,_0x385271['get'](_0x403abe),_0x385271['get'](_0x2f5ea2))?_0x146038[0x1]['commentThread']&&_0x146038[0x1]['commentThread']['length']?null:_0x146038:null;}_0x1f9325['size']&&this['_refreshSuggestionsChain'](_0x1f9325);}['_refreshAttributeSuggestionsChain'](_0x130351){if(0x0==_0x130351['length'])return;const _0x5224a3=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x13e9ad=>'attribute'==_0x13e9ad['type']&&_0x13e9ad['_isDataLoaded']),_0x57cb80=[],_0x4db477=new Map();for(const _0x53659e of _0x5224a3){const _0x1d12e6=_0x3943cc(_0x53659e['attributes']);_0x4db477['has'](_0x1d12e6)||(_0x4db477['set'](_0x1d12e6,_0x57cb80['length']),_0x57cb80['push']([]));const _0x1f7d3d=_0x4db477['get'](_0x1d12e6);_0x57cb80[_0x1f7d3d]['push'](_0x53659e);}!(function(){_0x57cb80['sort']((_0x31a844,_0x4e024c)=>{const _0x48361e=_0x31a844[0x0]['createdAt'],_0x2a5335=_0x4e024c[0x0]['createdAt'];return _0x48361e==_0x2a5335?_0x31a844[0x0]['attributes']['groupId']<_0x4e024c[0x0]['attributes']['groupId']?-0x1:0x1:_0x48361e<_0x2a5335?-0x1:0x1;});for(const _0x38205f of _0x57cb80)_0x38205f['sort']((_0x274201,_0x8c0c3e)=>_0x274201['id']<_0x8c0c3e['id']?-0x1:0x1);}());for(let _0x366d4a=0x0;_0x366d4a<_0x57cb80['length'];_0x366d4a++){if(0x0==_0x57cb80[_0x366d4a]['length'])continue;const _0x2e6cc6=[];for(let _0xc653e2=_0x366d4a+0x1;_0xc653e2<_0x57cb80['length'];_0xc653e2++)0x0!=_0x57cb80[_0xc653e2]['length']&&_0x340b90(_0x57cb80[_0x366d4a],_0x57cb80[_0xc653e2])&&_0x2e6cc6['push'](_0xc653e2);for(const _0x37c0f7 of _0x2e6cc6)_0x57cb80[_0x366d4a]=_0x57cb80[_0x366d4a]['concat'](_0x57cb80[_0x37c0f7]),_0x57cb80[_0x37c0f7]=[];}for(const _0x1d7002 of _0x57cb80)for(let _0x2fd915=0x0;_0x2fd915<_0x1d7002['length'];_0x2fd915++){const _0x3ab02b=_0x1d7002[_0x2fd915+0x1]||null;_0x1d7002[_0x2fd915]['next']!==_0x3ab02b&&(_0x1d7002[_0x2fd915]['next']=_0x3ab02b);}for(const _0xde7a77 of _0x57cb80)for(let _0x2e4dec=0x0;_0x2e4dec<_0xde7a77['length'];_0x2e4dec++){const _0x466004=_0xde7a77[_0x2e4dec-0x1]||null;_0xde7a77[_0x2e4dec]['previous']!==_0x466004&&(_0xde7a77[_0x2e4dec]['previous']=_0x466004);}function _0x340b90(_0x281634,_0x366ea6){if(_0x281634[0x0]['attributes']['groupId']!==_0x366ea6[0x0]['attributes']['groupId']&&_0x281634[0x0]['author']!==_0x366ea6[0x0]['author'])return!0x1;if(!function(_0x5a0f32,_0x3611ea){if(!_0x5a0f32['hasComments']&&!_0x3611ea['hasComments'])return!0x0;if(_0x5a0f32['hasComments']&&_0x3611ea['hasComments'])return!0x1;if(_0x5a0f32['hasComments']&&_0x3611ea['createdAt']<_0x5a0f32['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x3611ea['hasComments']&&_0x5a0f32['createdAt']<_0x3611ea['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x281634[0x0],_0x366ea6[0x0]))return!0x1;const _0xb99b78=Vt(_0x281634[0x0]['attributes'],'groupId'),_0x434526=Vt(_0x366ea6[0x0]['attributes'],'groupId');if(!_0x37c9c3(_0xb99b78,_0x434526))return!0x1;return!!_0x281634['every'](_0x2b9b02=>_0x366ea6['some'](_0x1e2131=>_0x2b9b02['getFirstRange']()['isEqual'](_0x1e2131['getFirstRange']())))&&_0x366ea6['every'](_0xe168d1=>_0x281634['some'](_0x3e64b1=>_0xe168d1['getFirstRange']()['isEqual'](_0x3e64b1['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x249d1e){const _0x226c29=Array['from'](_0x249d1e),_0x559578=this['getSuggestions']({'skipNotAttached':!0x0}),_0x39cae0=_0x559578['filter'](_0x2f133d=>!_0x249d1e['has'](_0x2f133d)),_0xfba9b2=new Map(_0x226c29['map'](_0x572ae1=>[_0x572ae1,this['_suggestionFactory']['getSuggestionCallback'](_0x572ae1['type'],_0x572ae1['subType'],'join')])),_0x109c0b=new Map(_0x559578['map'](_0x230008=>[_0x230008,_0x230008['getRanges']()]));for(let _0x277245=0x0;_0x277245<_0x226c29['length'];_0x277245++){if(_0x53e656(this,_0x226c29[_0x277245],_0x226c29,_0x277245+0x1))return!0x0;}for(let _0x56cc2a=0x0;_0x56cc2a<_0x226c29['length'];_0x56cc2a++){if(_0x53e656(this,_0x226c29[_0x56cc2a],_0x39cae0,0x0))return!0x0;}return!0x1;function _0x53e656(_0x5f4fa5,_0x10df52,_0x1f7f98,_0x25f433){for(let _0x4e261e=_0x25f433;_0x4e261e<_0x1f7f98['length'];_0x4e261e++){const _0x4a144f=_0x1f7f98[_0x4e261e];if(_0x4a144f['type']!==_0x10df52['type']||_0x4a144f['author']['id']!==_0x10df52['author']['id']||_0x4a144f['subType']!==_0x10df52['subType'])continue;if(!Wt(_0x10df52,_0x4a144f))continue;if('attribute'==_0x10df52['type']&&_0x10df52['data']['oldValue']!=_0x4a144f['data']['oldValue'])continue;if('attribute'==_0x10df52['type']&&_0x5f4fa5['_isBlockAttribute'](_0x10df52['data']['key']))continue;if('formatBlock'==_0x10df52['type']){const _0x29f2e4=_0x5f4fa5['editor']['model'],_0x2ba5e6=_0x10df52['getContainedElement']();if(_0x2ba5e6&&(_0x29f2e4['schema']['isObject'](_0x2ba5e6)||_0x29f2e4['schema']['isLimit'](_0x2ba5e6)))continue;}const _0x30b79b=_0xfba9b2['get'](_0x10df52),_0x33b3b9=_0x109c0b['get'](_0x10df52),_0x3ccfd5=_0x109c0b['get'](_0x4a144f),_0x3ebc7e=_0x10df52['commentThread']&&_0x10df52['commentThread']['length'],_0x555ee5=_0x4a144f['commentThread']&&_0x4a144f['commentThread']['length'];if(!_0x3ebc7e&&_0x30b79b(_0x3ccfd5,_0x33b3b9))return _0x5f4fa5['_joinSuggestions'](_0x4a144f,_0x10df52),_0x109c0b['delete'](_0x10df52),!0x0;if(!_0x555ee5&&_0x30b79b(_0x33b3b9,_0x3ccfd5))return _0x5f4fa5['_joinSuggestions'](_0x10df52,_0x4a144f),_0x109c0b['delete'](_0x4a144f),!0x0;}return!0x1;}}['_joinSuggestions'](_0x14b31e,_0x497f01){if(_0x14b31e['isMultiRange']){for(const _0xd35711 of _0x497f01['getRanges']())_0x14b31e['addRange'](_0xd35711);}else{const _0x503330=_0x497f01['getFirstRange']()['end'];this['_setSuggestionRange'](_0x14b31e,this['_model']['createRange'](_0x14b31e['getFirstRange']()['start'],_0x503330));}_0x497f01['removeMarkers']();}['_getMarkerAnnouncementText'](_0x4f258b,_0x304d81,_0x553f5a){const _0x3a4cf0=_0x4f258b['startsWith']('format')||_0x4f258b['startsWith']('attribute')?'FORMATTING':_0x4f258b['toUpperCase']();return o(this['editor']['locale'],_0x304d81+'_'+_0x3a4cf0+'_SUGGESTION_ANNOUNCEMENT',_0x553f5a);}['_initAriaMarkerChangeAnnouncements'](){const _0x166bd6=this['editor'];if(!_0x166bd6['ui'])return;const {ariaLiveAnnouncer:_0xc5f1d9}=_0x166bd6['ui'];_0x1942bc(this['_model'],({left:_0x5266db,entered:_0xed9ac8})=>{for(const _0x15d54f of _0x5266db){const {group:_0x214bf9,type:_0xb21dc1}=this['_splitMarkerName'](_0x15d54f['name']);if('suggestion'===_0x214bf9){_0xc5f1d9['announce'](this['_getMarkerAnnouncementText'](_0xb21dc1,'LEAVE'));break;}}for(const _0x52f1d8 of _0xed9ac8){const {group:_0x2abd5d,type:_0x329cd5}=this['_splitMarkerName'](_0x52f1d8['name']);if('suggestion'===_0x2abd5d){_0xc5f1d9['announce'](this['_getMarkerAnnouncementText'](_0x329cd5,'ENTER',_0x112b72(_0xfae0ed)));break;}}});}['_processAttributeChanges'](_0x47e1a8){if(this['_recordAttributeSuggestions'])return!0x1;const _0x37baa7=this['editor'],_0xaf0091=_0x37baa7['model']['document']['differ']['getChanges']();if(0x0==_0xaf0091['length'])return!0x1;const _0x39bb9b=[],_0x563c2f=_0xaf0091['filter'](_0x156bd9=>'attribute'==_0x156bd9['type']),_0x4be073=_0xaf0091['filter'](_0x1ce3b2=>'insert'==_0x1ce3b2['type']&&'$text'!=_0x1ce3b2['name']),_0x2f9ed7=_0xaf0091['filter'](_0x5db71a=>'remove'==_0x5db71a['type']&&'$text'!=_0x5db71a['name']);for(const _0x298bbc of _0x563c2f)_0x39bb9b['push']({'key':_0x298bbc['attributeKey'],'newValue':_0x298bbc['attributeNewValue'],'oldValue':_0x298bbc['attributeOldValue'],'range':qt(_0x298bbc['range'],_0x37baa7['model'])});for(const _0x3b1d0b of _0x4be073){const _0x1e805c=_0x2f9ed7['find'](_0x22b8d5=>_0x22b8d5['position']['isEqual'](_0x3b1d0b['position']));_0x1e805c&&_0x39bb9b['push']({'key':m,'newValue':_0x3b1d0b['name'],'oldValue':_0x1e805c['name'],'range':_0x37baa7['model']['createRangeOn'](_0x3b1d0b['position']['nodeAfter'])});}return 0x0!=_0x39bb9b['length']&&this['_reduceExistingSuggestions'](_0x47e1a8,_0x39bb9b);}['_processAttributeSuggestions'](_0x53a23e){let _0x416b0=!0x1;const _0xe159e4=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1bb1f8=>_0x1bb1f8['data']['newRange']&&_0x1bb1f8['name']['startsWith']('suggestion:attribute:'));for(const _0x2fb5d7 of _0xe159e4){const {subType:_0x26b1ba,id:_0x597e8d}=this['_splitMarkerName'](_0x2fb5d7['name']),_0x8d97ad=_0x26b1ba['split']('|')[0x0];for(const _0x120836 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x120836['id']!=_0x597e8d&&'attribute'==_0x120836['type']&&_0x120836['data']&&_0x120836['data']['key']==_0x8d97ad&&_0x120836['getFirstRange']()['isIntersecting'](_0x2fb5d7['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x120836,_0x2fb5d7['data']['newRange'],_0x53a23e),_0x416b0=!0x0);}return _0x416b0;}['_recordAttributeChanges'](_0x5701aa){this['_recordAttributeSuggestions']=!0x0,_0x5701aa();}['_isRegisteredAttribute'](_0x2eb49d){const _0x112cd1=this['_isBlockAttribute'](_0x2eb49d),_0x409c38=this['_inlineAttributeKeys']['has'](_0x2eb49d);return _0x112cd1||_0x409c38;}['_reduceExistingSuggestions'](_0x1c77ca,_0x526d16){if(0x0==_0x526d16['length'])return!0x1;let _0x4b3f48=!0x1;for(const _0x52c4f4 of _0x526d16){const _0x29be00=this['_findSuggestions'](_0x52c4f4['range'],'attribute')['filter'](_0x52fff0=>!_0x52fff0['meta']['isNextTo'])['map'](_0x29195c=>_0x29195c['suggestion']),_0x43573e=_0x3943cc({'newValue':_0x52c4f4['newValue']});_0x29be00['filter'](_0x16e8d4=>{const [_0x56451a,_0x380b18]=_0x16e8d4['subType']['split']('|');return _0x56451a==_0x52c4f4['key']&&_0x380b18!=_0x43573e;})['forEach'](_0x346a2f=>{this['_reduceSuggestionAttributeRange'](_0x346a2f,_0x52c4f4['range'],_0x1c77ca),_0x4b3f48=!0x0;});}return _0x4b3f48;}['_reduceSuggestionAttributeRange'](_0x9bd289,_0x8d8a85,_0x445453){const _0x52551a=_0x9bd289['getFirstRange']()['getDifference'](_0x8d8a85);0x0!==_0x52551a['length']?0x1!==_0x52551a['length']?this['_breakSuggestionMarker'](_0x9bd289,_0x8d8a85['start'],_0x8d8a85['end']):this['_setSuggestionRange'](_0x9bd289,_0x52551a[0x0]):_0x445453['removeMarker'](_0x9bd289['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3a890a){this['_editor']=_0x3a890a,this['_model']=_0x3a890a['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3edcc8,_0x5e5ca4,_0x2307b4,_0x106d68,_0x522dc9,_0x262aa0){return new u(this['_model'],{'type':_0x3edcc8,'subType':_0x5e5ca4,'id':_0x2307b4,'author':_0x106d68,'creator':_0x106d68,'attributes':_0x522dc9,'onAttributesChange':_0x262aa0,'onAccept':(..._0x373bd0)=>this['getSuggestionCallback'](_0x3edcc8,_0x5e5ca4,'accept')(..._0x373bd0),'onDiscard':(..._0x2b75b2)=>this['getSuggestionCallback'](_0x3edcc8,_0x5e5ca4,'discard')(..._0x2b75b2)});}['registerCustomCallback'](_0x233740,_0x435433,_0x4eb33f,_0x2c8519){const _0x36c801=_0x233740+':'+_0x435433+':'+_0x4eb33f;this['_customCallbacks']['set'](_0x36c801,_0x2c8519);}['getSuggestionCallback'](_0x229223,_0x50fc1f,_0x5ce603){const _0x3cedce=_0x229223+':'+_0x50fc1f+':'+_0x5ce603;return this['_customCallbacks']['get'](_0x3cedce)||this['_defaultCallbacks']['get'](_0x229223+':'+_0x5ce603);}['_registerDefaultCallbacks'](){const _0xd81c4c=()=>!0x1,_0x42c554=_0x458874=>{_0x458874['sort']((_0xa2e4ba,_0x104cca)=>_0xa2e4ba['start']['isBefore'](_0x104cca['start'])?0x1:-0x1),this['_model']['change'](_0x576e4d=>{for(const _0x50809d of _0x458874){let _0x108669;_0x108669=_0x50809d['end']['isAtEnd']&&_0x50809d['end']['parent']==_0x50809d['start']['nodeAfter']?_0x576e4d['createSelection'](_0x50809d['start']['nodeAfter'],'on'):_0x576e4d['createSelection'](_0x50809d),this['_model']['deleteContent'](_0x108669,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1a7e14=(_0x374dd5,_0x35921f)=>{_0x35921f&&this['_model']['change'](_0x3c08c4=>{const {commandName:_0xa5183a,commandParams:_0x2a466e=[]}=_0x35921f,_0x1fce01=_0x374dd5['map'](_0x515429=>(Ft(_0x515429)&&(_0x515429=this['_model']['createRange'](_0x515429['end'])),_0x515429))['filter'](_0x1f690f=>'$graveyard'!==_0x1f690f['root']['rootName']);if(_0x1fce01['length']<0x1)return;const _0x18b641=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x13800e=>_0x3e3cd3['fromRange'](_0x13800e));_0x3c08c4['setSelection'](_0x1fce01);for(const _0x125885 of this['_editor']['commands']['commands']())_0x125885['refresh']();_0x2a466e['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0xa5183a,..._0x2a466e);const _0x5ebf86=_0x18b641['filter'](_0x332a66=>'$graveyard'!=_0x332a66['root']['rootName']);_0x5ebf86['length']>0x0&&_0x3c08c4['setSelection'](_0x5ebf86);for(const _0x41bb2d of _0x18b641)_0x41bb2d['detach']();});},_0x12b5bf=(_0x813b35,_0x188c48)=>0x1==_0x813b35['length']&&0x1==_0x188c48['length']&&_0x813b35[0x0]['end']['isEqual'](_0x188c48[0x0]['start']),_0x11759b=(_0x3ce24b,_0xc30ed3,_0x2c5930,_0x345f5c)=>Kt(_0x3ce24b,_0xc30ed3,_0x2c5930,_0x345f5c)?[_0x3ce24b,_0xc30ed3]:Kt(_0xc30ed3,_0x3ce24b,_0x345f5c,_0x2c5930)?[_0xc30ed3,_0x3ce24b]:null;this['_defaultCallbacks']['set']('insertion:accept',_0xd81c4c),this['_defaultCallbacks']['set']('insertion:discard',_0x42c554),this['_defaultCallbacks']['set']('insertion:join',_0x12b5bf),this['_defaultCallbacks']['set']('insertion:chain',_0x11759b),this['_defaultCallbacks']['set']('deletion:accept',_0x42c554),this['_defaultCallbacks']['set']('deletion:discard',_0xd81c4c),this['_defaultCallbacks']['set']('deletion:join',_0x12b5bf),this['_defaultCallbacks']['set']('deletion:chain',_0x11759b),this['_defaultCallbacks']['set']('formatInline:accept',_0x1a7e14),this['_defaultCallbacks']['set']('formatInline:discard',_0xd81c4c),this['_defaultCallbacks']['set']('formatInline:join',_0x12b5bf),this['_defaultCallbacks']['set']('formatInline:chain',_0xd81c4c),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1a7e14),this['_defaultCallbacks']['set']('formatBlock:discard',_0xd81c4c),this['_defaultCallbacks']['set']('formatBlock:join',_0x12b5bf),this['_defaultCallbacks']['set']('formatBlock:chain',_0xd81c4c),this['_defaultCallbacks']['set']('attribute:accept',_0xd81c4c),this['_defaultCallbacks']['set']('attribute:discard',(_0x2460cb,_0x1e1420)=>{if(!_0x1e1420)return;const _0x5bf755=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x5b5847=>{if(_0x1e1420['key']==m)for(const _0xd1de82 of _0x2460cb){const _0x106c66=_0xd1de82['start']['nodeAfter'],_0x4fa6ad=_0x1e1420['oldValue'];_0x5b5847['rename'](_0x106c66,_0x4fa6ad);}else{if(_0x5bf755['_isBlockAttribute'](_0x1e1420['key'])){for(const _0x5bcaa2 of _0x2460cb)void 0x0!==_0x1e1420['oldValue']?_0x5b5847['setAttribute'](_0x1e1420['key'],_0x1e1420['oldValue'],_0x5bcaa2['start']['nodeAfter']):_0x5b5847['removeAttribute'](_0x1e1420['key'],_0x5bcaa2['start']['nodeAfter']);}else{for(const _0x24af0f of _0x2460cb)_0x1e1420['oldValue']?_0x5b5847['setAttribute'](_0x1e1420['key'],_0x1e1420['oldValue'],_0x24af0f):_0x5b5847['removeAttribute'](_0x1e1420['key'],_0x24af0f);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x12b5bf);}}function Gt(_0x19e1b7,_0x257df8,_0x4cba22){for(const _0x138998 of _0x257df8['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x138998['root']==_0x138998)return!0x1;if(!_0x4cba22['containsItem'](_0x138998))return!0x1;if(_0x19e1b7['isObject'](_0x138998)||_0x19e1b7['isLimit'](_0x138998))return!0x0;}return!0x1;}function Ft(_0xb2de3f){return _0xb2de3f['end']['parent']==_0xb2de3f['start']['nodeAfter']&&_0xb2de3f['end']['isAtStart'];}function Lt(_0x556fd5,_0x1d1b96,_0x56f812,_0x548876){const _0x5048e9=_0x708635=>!_0x708635['item']['is']('$textProxy')&&!_0x548876['isObject'](_0x708635['item']),_0x195bd7=_0x556fd5['start']['getLastMatchingPosition'](_0x5048e9),_0x5ad97a=_0x556fd5['end']['getLastMatchingPosition'](_0x5048e9,{'direction':'backward'});return(!_0x556fd5['start']['isEqual'](_0x195bd7)||!_0x556fd5['end']['isEqual'](_0x5ad97a))&&(_0x195bd7['isBefore'](_0x5ad97a)?_0x56f812['updateMarker'](_0x1d1b96,{'range':_0x56f812['createRange'](_0x195bd7,_0x5ad97a)}):_0x56f812['removeMarker'](_0x1d1b96),!0x0);}function Jt(_0x4cbf1c){return _0x3943cc(_0x4cbf1c);}function Ht(_0xda916d){const _0x4da4f1=_0xda916d['start']['nodeAfter'];return _0x4da4f1&&_0x4da4f1['is']('element');}function qt(_0x39134f,_0x30b81e){return null==_0x39134f['end']['nodeBefore']&&_0x39134f['end']['parent']==_0x39134f['start']['nodeAfter']?zt(_0x39134f['start']['nodeAfter'],_0x30b81e):_0x39134f;}function zt(_0x1677a2,_0x17570b){const _0x28953c=_0x17570b['schema']['isObject'](_0x1677a2)||_0x17570b['schema']['isSelectable'](_0x1677a2);return _0x17570b['createRange'](_0x17570b['createPositionAt'](_0x1677a2,'before'),_0x28953c?_0x17570b['createPositionAfter'](_0x1677a2):_0x17570b['createPositionAt'](_0x1677a2,'end'));}function Kt(_0x3ae858,_0x1a4d57,_0x141a43,_0x4f1f84){return!!Wt(_0x3ae858,_0x1a4d57)&&_0x141a43['end']['isEqual'](_0x4f1f84['start']);}function Wt(_0xf291cc,_0x4fd933){if(!_0xf291cc['_isDataLoaded']||!_0x4fd933['_isDataLoaded'])return!0x1;const _0x35a450=new Set(Object['keys'](_0xf291cc['attributes'])),_0x4546a4=new Set(Object['keys'](_0x4fd933['attributes']));if(_0x35a450['delete']('groupId'),_0x4546a4['delete']('groupId'),0x0==_0x35a450['size']&&0x0==_0x4546a4['size'])return!0x0;if(_0x35a450['size']!=_0x4546a4['size'])return!0x1;const _0x467cba={..._0xf291cc['attributes']},_0x507d43={..._0x4fd933['attributes']};return delete _0x467cba['groupId'],delete _0x507d43['groupId'],JSON['stringify'](_0x467cba)==JSON['stringify'](_0x507d43);}function Qt(_0x159931,_0x444441){const _0x3cc733=Xt(_0x159931['attributes']),_0x1b7ee4=Xt(_0x444441);if(!_0x159931['_isDataLoaded'])return!0x1;for(const _0x44a52f of Object['keys'](_0x1b7ee4))if(!_0x37c9c3(_0x3cc733[_0x44a52f],_0x1b7ee4[_0x44a52f]))return!0x1;return!0x0;}function Xt(_0x1c9e6c){const _0x3053c9=Object['assign']({},_0x1c9e6c);return delete _0x3053c9['skipNestingCheck'],delete _0x3053c9['tablePasteChainId'],_0x3053c9;}class Ce extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x4e91c9(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x48ca88,_0x74f080,_0x4eb4ff,_0x328caa){super(),this['model']=_0x74f080,this['view']=_0x4eb4ff,this['commentThreadController']=_0x328caa,this['_editor']=_0x48ca88,this['_acceptCommand']=_0x48ca88['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x48ca88['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x5d1a20,_0x3ab176)=>_0x5d1a20||_0x3ab176),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x10752a=>_0x10752a&&this['_editor']['model']['canEditAt'](_0x74f080['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x5c074a=>_0x5c074a&&this['_editor']['model']['canEditAt'](_0x74f080['getRanges']())),this['_pendingAction']=null,_0x4eb4ff['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x4eb4ff,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x4eb4ff,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x4eb4ff,'change:isDirty',()=>{_0x4eb4ff['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 _0x5cbbf3=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x5cbbf3);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ms extends _0x39ecd2{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x395e67,_0x1ef805,_0x442047,_0x35797e){super(_0x395e67),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x26aa4d(_0x395e67,o(_0x395e67,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x1ef805['authoredAt']),this['bind']('authoredAt')['to'](_0x1ef805),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',_0x1ef805,'authoredAt',this,'descriptionParts',(_0x197bea,_0x1aac80,_0x38e768)=>{const _0xb1c143=_0x38e768['map'](_0x17d4e1=>cs(_0x17d4e1['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x197bea-0x1,_0x1ef805['author']['name'],_0x1aac80?_0x35797e['formatDateTime'](_0x1aac80):'',new DOMParser()['parseFromString'](_0xb1c143,'text/html')['body']['textContent']]);}),this['focusables']=new _0x202569(),this['focusTracker']=new _0x369097(),this['keystrokes']=new _0x29547e(),this['focusCycler']=new _0x39321a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2326d1=>_0x2326d1['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x1ef805,this['_localUser']=_0x442047,this['_config']=_0x35797e,_0x35797e['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x1940c6(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x27c69e}=this['_config'];this['commentsListView']=new _0x27c69e(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',_0x102532=>_0x102532+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x48cba0,_0x5a81b5)=>_0x48cba0||!!_0x5a81b5);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1fe6d2}=this['_config'],_0x4fd9c8=new _0x1fe6d2(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x34b750=_0x4fd9c8['commentInputView'];return _0x4fd9c8['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x34b750,'value',(_0x16a468,_0x319a16,_0x26f72a)=>!!_0x26f72a||_0x16a468&&!_0x319a16),_0x34b750['on']('submit',(_0xbccd98,_0x2859f7)=>{this['fire']('addComment',_0x2859f7),_0x34b750['editor']['setData']('');}),_0x34b750['on']('cancel',()=>this['focus']()),_0x34b750['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4fd9c8;}}class pe extends ms{['suggestionView'];['_descriptionElement'];constructor(_0x3850b5,_0x4b164c,_0x47a3d8,_0x29d127){super(_0x3850b5,_0x4b164c,_0x47a3d8,_0x29d127),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x41680c=>_0x41680c&&_0x41680c[0x0]?_0x41680c[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x1cd49c,_0x4f1972)=>{let _0x93d471='';for(const _0xae222e of _0x1cd49c)_0x93d471+='<p>'+cs(_0xae222e['content'],_0xae222e['color'])+'</p>';return _0x4f1972?_0x93d471:_0xb6d856(_0x93d471,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x29d127['SuggestionView'](_0x3850b5,_0x4b164c,{'formatDateTime':_0x29d127['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 _0x151112=this['bindTemplate'],_0x11b43e=[this['suggestionView']];return this['commentsListView']&&_0x11b43e['push'](this['commentsListView']),this['commentThreadInputView']&&_0x11b43e['push'](this['commentThreadInputView']),_0x11b43e['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x151112['if']('isActive','ck-suggestion-wrapper--active'),_0x151112['to']('type',_0x47dba6=>'ck-suggestion-'+_0x47dba6),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':_0x151112['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x11b43e};}['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 fe extends _0x39ecd2{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x519414,_0x5a2e9c,_0x2583cb){super(_0x519414),this['_model']=_0x5a2e9c,this['_config']=_0x2583cb,this['set']('description',''),this['bind']('authoredAt')['to'](_0x5a2e9c),this['acceptButton']=this['_createButton'](o(_0x519414,'Accept\x20suggestion'),_0x251926['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x519414,'Discard\x20suggestion'),_0x251926['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x14fa86(_0x519414,_0x5a2e9c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x202569([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x369097(),this['keystrokes']=new _0x29547e(),this['focusCycler']=new _0x39321a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2e9679=>_0x2e9679['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x4bd04a=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x4bd04a['innerHTML']=this['description'],this['on']('change:description',(_0x18f609,_0x152e79,_0x41a8c9)=>{_0x4bd04a['innerHTML']=_0x41a8c9;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x5add8a=this['bindTemplate'],_0x36134e=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x5add8a['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5add8a['to']('authoredAt',_0x33591e=>this['_config']['formatDateTime'](_0x33591e))}]}]},{'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']&&_0x36134e['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':_0x36134e}]};}['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'](_0x306164,_0x29ead3,_0x3911c7,_0x29e638,_0x1677a7){const _0x861798=new _0x2f3605(this['locale']);return _0x861798['set']({'label':_0x306164,'icon':_0x29ead3,'tooltip':!0x0,'tooltipPosition':_0x1677a7}),_0x861798['extendTemplate']({'attributes':{'class':_0x3911c7}}),_0x861798['on']('execute',()=>{this['fire'](_0x29e638,this['_model']['id']);}),_0x861798;}['_setupKeyboardNavigation'](){const _0x3c4da6=this['element'];this['keystrokes']['listenTo'](_0x3c4da6);for(const _0x28b66b of this['focusables'])this['focusTracker']['add'](_0x28b66b['element']),this['keystrokes']['listenTo'](_0x28b66b['element']);this['keystrokes']['set']('enter',(_0x37c6b7,_0xacd8c7)=>{_0x3c4da6===_0x37c6b7['target']&&(this['focusCycler']['focusFirst'](),_0xacd8c7());}),this['keystrokes']['set']('esc',(_0x4e896d,_0x4fc7eb)=>{_0x3c4da6!==_0x4e896d['target']&&(this['focus'](),_0x4fc7eb());});}}var we='<!--\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-2025,\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 _0x59cf86{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x33b2bc,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4e9228){super(_0x4e9228),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x488bc9=this['editor']['config'];_0x488bc9['define']('trackChanges.SuggestionThreadView',pe),_0x488bc9['define']('trackChanges.SuggestionView',fe),_0x488bc9['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x488bc9['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x5c6260,_0x2bcfc4){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x1192e1,_0x1cb159]of this['_handleControllerBuffer']){const _0x3cad8c=this['_suggestionToController']['has'](_0x1192e1);_0x3cad8c||_0x1cb159?_0x3cad8c&&_0x1cb159&&this['_destroyController'](_0x1192e1):this['_initializeController'](_0x1192e1);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x5c6260,_0x2bcfc4);}['init'](){const _0x49a105=this['editor'],_0x2fc12f=_0x49a105['plugins']['get']('TrackChangesEditing'),_0x60c18c=_0x49a105['plugins']['get']('Annotations'),_0x3926eb=_0x49a105['plugins']['get']('EditorAnnotations'),_0x30eb6b=_0x49a105['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x3926eb['addSourceCollector'](()=>{const _0x5a226a=[];for(const [_0x446b06,_0x322e0e]of Array['from'](this['_suggestionToController'])){const _0x4152c2=_0x446b06['getAllAdjacentSuggestions'](),_0x28357c=[];for(const _0xb6589c of _0x4152c2){if(!_0xb6589c['isInContent'])continue;if(_0xb6589c['isMultiRange']){_0x28357c['push'](..._0xb6589c['getRanges']());continue;}const _0x40301c=_0xb6589c['getFirstRange']();if(_0x28357c['length']>0x0){const _0x45ada4=_0x28357c[0x0]['getJoined'](_0x40301c);if(_0x45ada4){_0x28357c[0x0]=_0x45ada4;continue;}}_0x28357c['push'](_0x40301c);}_0x5a226a['push']([_0x322e0e['view'],_0x28357c]);}return _0x5a226a;}),this['listenTo'](_0x2fc12f,'suggestionLoaded',(_0x1bfda4,_0x1d54fa)=>{this['listenTo'](_0x1d54fa,'change:previous',(_0x40ecd3,_0x247bf7,_0x28df6c,_0x139d99)=>{_0x1d54fa['isInContent']&&(null==_0x28df6c?(this['_updateController'](_0x139d99['head']),this['_handleSuggestionControllerDelayed'](_0x1d54fa,!0x1)):(this['_updateController'](_0x28df6c['head']),null==_0x139d99&&this['_handleSuggestionControllerDelayed'](_0x1d54fa,!0x0)));}),null!==_0x1d54fa['previous']?this['_updateController'](_0x1d54fa['head']):this['_handleSuggestionControllerDelayed'](_0x1d54fa,!0x1);}),this['listenTo'](_0x2fc12f,'suggestionUnloaded',(_0xbdd43c,_0x2fa90a,_0x2759dd)=>{this['stopListening'](_0x2fa90a,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2fa90a),this['_suggestionToController']['has'](_0x2fa90a)&&this['_destroyController'](_0x2fa90a),_0x2759dd&&this['_updateController'](_0x2759dd['head']);}),this['listenTo'](_0x2fc12f,'suggestionChanged',(_0x52a26f,_0x3c3971)=>{this['_updateController'](_0x3c3971);}),this['listenTo'](_0x60c18c,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x30eb6b,'addComment',(_0x25945b,{threadId:_0x5ae7c6,isFromAdapter:_0x109fe4})=>{if(_0x109fe4||!_0x2fc12f['hasSuggestion'](_0x5ae7c6))return;const _0x3798bb=_0x2fc12f['getSuggestion'](_0x5ae7c6);this['_suggestionToController']['get'](_0x3798bb)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2bfbc9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1f9c56;for(const _0x29c6a4 in _0x2bfbc9){const _0x5a0eaf=_0x29c6a4,_0x124aa3=_0x2bfbc9[_0x5a0eaf];if('trackChangesLicenseKeyValid'==_0x124aa3||'trackChangesLicenseKeyInvalid'==_0x124aa3||'trackChangesLicenseKeyExpired'==_0x124aa3||'trackChangesLicenseKeyDomainLimit'==_0x124aa3||'trackChangesLicenseKeyNotAllowed'==_0x124aa3||'trackChangesLicenseKeyEvaluationLimit'==_0x124aa3||'trackChangesLicenseKeyTrialLimit'==_0x124aa3||'trackChangesLicenseKeyUsageLimit'==_0x124aa3){delete _0x2bfbc9[_0x5a0eaf],_0x1f9c56=_0x124aa3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x1f9c56&&_0x2bfbc9['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x231091=this['editor']['plugins']['get']('Annotations'),_0x4e33e7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2b8d95=Array['from'](_0x231091['activeAnnotations'],_0x5217f5=>_0x5217f5['innerView'])['filter'](_0x4851d4=>this['_viewToController']['has'](_0x4851d4)),_0x1a67ce=[];for(const _0x2e433b of _0x2b8d95){const _0x3557ce=this['_viewToController']['get'](_0x2e433b)['model']['getAllAdjacentSuggestions']();_0x1a67ce['push'](..._0x3557ce['reduce']((_0x152df9,_0x5744e0)=>[..._0x152df9,..._0x5744e0['getMarkerNames']()],[]));}_0x4e33e7['activeMarkers']=_0x1a67ce;}['_addUIComponentsToFactory'](){const _0xb51ecb=this['editor'],_0x345d4e=_0xb51ecb['locale'],_0x23d15c=o(_0x345d4e,'Track\x20changes'),_0x3dd531=new _0x1cb604([{'type':'switchbutton','model':new _0x152a27({'withText':!0x0,'isToggleable':!0x0,'label':_0x23d15c,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x152a27({'withText':!0x0,'label':o(_0x345d4e,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x152a27({'withText':!0x0,'label':o(_0x345d4e,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x152a27({'withText':!0x0,'label':o(_0x345d4e,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x152a27({'withText':!0x0,'label':o(_0x345d4e,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0xb51ecb['plugins']['has']('TrackChangesPreview')&&_0x3dd531['addMany']([{'type':'separator'},{'type':'button','model':new _0x152a27({'withText':!0x0,'label':o(_0x345d4e,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x1c342e of _0x3dd531)if(ke(_0x1c342e)){const _0x2e3454=_0xb51ecb['commands']['get'](_0x1c342e['model']['commandName']);_0x1c342e['model']['bind']('isOn','isEnabled')['to'](_0x2e3454,'value','isEnabled');}_0xb51ecb['ui']['componentFactory']['add']('trackChanges',_0x5c0a5f=>this['_createToolbarButton'](_0x5c0a5f,_0x3dd531,_0x23d15c)),_0xb51ecb['ui']['componentFactory']['add']('menuBar:trackChanges',_0x297c5c=>this['_createMenuBarMenu'](_0x297c5c,_0x3dd531,_0x23d15c));}['_createToolbarButton'](_0x294c8b,_0x7ab371,_0x44910a){const _0x2b9e3f=_0x14229b(_0x294c8b,_0x58b909),_0x49f2e8=this['editor']['commands']['get']('trackChanges');_0x2b9e3f['buttonView']['set']({'tooltip':_0x44910a,'label':_0x44910a,'icon':we}),_0x2b9e3f['buttonView']['bind']('isOn')['to'](_0x49f2e8,'value'),_0x2b9e3f['buttonView']['on']('execute',()=>{_0x49f2e8['execute'](),this['editor']['editing']['view']['focus']();}),_0x16e2b4(_0x2b9e3f,_0x7ab371,{'role':'menu'});const _0x2c7b6f=[];for(const _0x1bd55a of _0x7ab371)ke(_0x1bd55a)&&_0x2c7b6f['push'](this['editor']['commands']['get'](_0x1bd55a['model']['commandName']));const _0x5cde86=_0x2b9e3f['buttonView'];return _0x5cde86['actionView']['unbind']('isEnabled'),_0x5cde86['arrowView']['unbind']('isEnabled'),_0x5cde86['actionView']['bind']('isEnabled')['to'](_0x49f2e8,'isEnabled'),_0x5cde86['arrowView']['bind']('isEnabled')['toMany'](_0x2c7b6f,'isEnabled',(..._0x1bb656)=>_0x1bb656['some'](_0x8f25a8=>_0x8f25a8)),_0x2b9e3f['on']('execute',_0x77835c=>{this['editor']['execute'](_0x77835c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2b9e3f;}['_createMenuBarMenu'](_0x23d8f1,_0x2da255,_0x103c96){const _0xfc191e=new _0xc0a067(_0x23d8f1),_0x3f466f=this['editor']['commands']['get']('trackChanges');_0xfc191e['buttonView']['set']({'label':_0x103c96,'icon':we});const _0x538397=new _0x392310(_0x23d8f1);for(const _0x483e7d of _0x2da255){if('separator'==_0x483e7d['type']){_0x538397['items']['add'](new _0xc9e9e7(_0x23d8f1));continue;}const _0x20e6ae=new _0x257c8b(_0x23d8f1,_0xfc191e),_0x2e4712=new _0x299337(_0x23d8f1),_0xe52efd=_0x483e7d['model'];_0x2e4712['bind'](...Object['keys'](_0xe52efd))['to'](_0xe52efd),_0x2e4712['delegate']('execute')['to'](_0xfc191e),_0x2e4712['on']('execute',()=>{this['editor']['execute'](_0xe52efd['commandName']),this['editor']['editing']['view']['focus']();}),_0x20e6ae['children']['add'](_0x2e4712),_0x538397['items']['add'](_0x20e6ae);}return _0xfc191e['bind']('isEnabled')['to'](_0x3f466f,'isEnabled'),_0xfc191e['panelView']['children']['add'](_0x538397),_0xfc191e;}['_initializeController'](_0x1abb6f){const _0x36b8d7=this['editor'],_0x22c209=_0x36b8d7['config'],_0x16f397=_0x36b8d7['plugins']['get']('Annotations'),_0x2b212f=_0x36b8d7['plugins']['get']('CommentsRepository'),_0x4417bc=_0x36b8d7['plugins']['get']('EditorAnnotations'),_0x4347f4=_0x36b8d7['plugins']['get'](_0x33b2bc)['me'],_0x4b1579=_0x22c209['get']('trackChanges')['SuggestionThreadView'],_0x1e7574=_0x22c209['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3687b3,CommentThreadInputView:_0x5ace5a}=_0x36b8d7['plugins']['get']('CommentsUI');let _0x1ba8a2,_0x34d85b,_0x5a1999;this['_annotationViews']['has'](_0x1abb6f['id'])?(_0x34d85b=this['_annotationViews']['get'](_0x1abb6f['id']),_0x1ba8a2=_0x34d85b['mainView']):(_0x1ba8a2=new _0x4b1579(_0x36b8d7['locale'],_0x1abb6f,_0x4347f4,{'disableComments':this['_disableComments'],'editorConfig':{..._0x22c209['get']('comments.editorConfig'),'licenseKey':_0x22c209['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x22c209['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x22c209['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x22c209['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1e64d3(_0x22c209['get']('locale')),'CommentView':_0x22c209['get']('comments')['CommentView'],'CommentsListView':_0x3687b3,'CommentThreadInputView':_0x5ace5a,'SuggestionView':_0x1e7574}),_0x1ba8a2['suggestionView']['acceptButton']['on']('execute',()=>{_0x36b8d7['editing']['view']['focus']();}),_0x1ba8a2['suggestionView']['discardButton']['on']('execute',()=>{_0x36b8d7['editing']['view']['focus']();}),_0x34d85b=_0x16f397['createAnnotationView'](this['editor']['locale'],_0x1ba8a2),_0x34d85b['bind']('isDirty')['to'](_0x1ba8a2,'isDirty'),_0x34d85b['bind']('length')['to'](_0x1ba8a2),_0x34d85b['bind']('type')['to'](_0x1ba8a2,'type',_0x31a567=>'suggestion-'+_0x31a567),_0x1ba8a2['on']('escape',()=>{_0x5a1999['fire']('escape');}),this['_annotationViews']['set'](_0x1abb6f['id'],_0x34d85b));const _0x5cad20=_0x2b212f['createCommentThreadController'](_0x1abb6f['commentThread'],_0x1ba8a2),_0x2513d3=new Ce(_0x36b8d7,_0x1abb6f,_0x1ba8a2,_0x5cad20),_0x52ba3c=_0x1abb6f['getAllAdjacentSuggestions']()['filter'](_0x30d973=>_0x30d973['isInContent']);_0x1ba8a2['descriptionParts']=_0x36b8d7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x52ba3c),this['_suggestionToController']['set'](_0x1abb6f,_0x2513d3),this['_viewToController']['set'](_0x1ba8a2,_0x2513d3),_0x5a1999=_0x16f397['createAnnotation']({'view':_0x34d85b,'target':()=>{const _0x15d7e6=[],_0x510b23=_0x1abb6f['getAllAdjacentSuggestions']()['filter'](_0x564cd8=>_0x564cd8['isInContent']);for(const _0x12d3bc of _0x510b23)_0x15d7e6['push'](..._0x12d3bc['getMarkers']());return _0x556b50(_0x36b8d7['editing'],_0x15d7e6);},'type':()=>'suggestion-'+_0x2513d3['view']['type']}),_0x2b212f['_bindAnnotationToEditors'](_0x1ba8a2,_0x5a1999),_0x16f397['add'](_0x5a1999),_0x4417bc['registerAnnotation'](_0x5a1999);}['_destroyController'](_0xdc11c1){const _0x233760=this['editor']['plugins']['get']('CommentsRepository'),_0x5bc0a2=this['editor']['plugins']['get']('Annotations'),_0x44099f=this['_suggestionToController']['get'](_0xdc11c1),_0x34e362=_0x44099f['view'],_0x200d2e=_0x5bc0a2['getByInnerView'](_0x34e362);_0x233760['_unbindEditors'](_0x34e362),_0x200d2e&&_0x5bc0a2['remove'](_0x200d2e),this['_suggestionToController']['delete'](_0xdc11c1),this['_viewToController']['delete'](_0x34e362),_0x44099f['destroy']();}['_updateController'](_0x5f4bdc){if(!_0x5f4bdc['isInContent']||!this['_suggestionToController']['has'](_0x5f4bdc))return;const _0x2127ff=this['editor']['plugins']['get']('TrackChangesEditing'),_0x200d6b=this['_suggestionToController']['get'](_0x5f4bdc),_0x1d7cc5=_0x5f4bdc['getAllAdjacentSuggestions']();_0x200d6b['view']['descriptionParts']=_0x2127ff['descriptionFactory']['getDescriptions'](_0x1d7cc5);}['destroy'](){for(const _0x4268c5 of this['_suggestionToController']['keys']())this['_destroyController'](_0x4268c5);for(const _0x1e5d47 of this['_annotationViews']['values']())_0x1e5d47['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x3fa5b7){return'model'in _0x3fa5b7;}class k extends _0x59cf86{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x200f2f){this['editor']['plugins']['get'](p)['adapter']=_0x200f2f;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x4fc3fd){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x4fc3fd);}['getSuggestions']({skipNotAttached:_0xa9eb81=!0x1,toJSON:_0x499937=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0xa9eb81,'toJSON':_0x499937});}['getSuggestion'](_0x14219b){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x14219b);}}const w=['Pagination'];class T extends _0x59cf86{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x17c541=this['editor'];if(_0x17c541['config']['define']('trackChangesData.editorCreator',_0x3be65d=>{const _0x4cd7bb=_0x17c541['model']['document']['getRootNames']()['reduce']((_0x245272,_0xc1250d)=>(_0x245272[_0xc1250d]='',_0x245272),{});return _0x17c541['constructor']['create'](_0x4cd7bb,_0x3be65d);}),'function'!=typeof _0x17c541['config']['get']('trackChangesData')['editorCreator'])throw new _0x1d05c0('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x152561){return N(this['editor'],!0x0,_0x152561);}['getDataWithDiscardedSuggestions'](_0xa726c){return N(this['editor'],!0x1,_0xa726c);}}class D extends _0x59cf86{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x50eaf2){function _0x390467(_0x7fc576){return _0x7fc576['map'](_0x4739d2=>String['fromCharCode'](_0x4739d2))['join']('');}super(_0x50eaf2),this['result']='end',_0x50eaf2[_0x390467([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x390467([0x76,0x69,0x65,0x77])][_0x390467([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x390467([0x61,0x75,0x74,0x6f]),_0x50eaf2[_0x390467([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x390467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x390467([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x390467([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x390467([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 Fe(_0x3b34f2){return void 0x0!==_0x3b34f2['getRootsAttributes'];}async function N(_0x346133,_0x527ef2,_0x5ef947){const _0xe709a0=_0x3b8356(_0x346133,w);_0xe709a0['plugins']['push'](p,D),_0xe709a0['rootsAttributes']=Fe(_0x346133)?_0x346133['getRootsAttributes']():void 0x0;const _0x35fa59=document['createDocumentFragment'](),_0x40a577=_0x346133['config']['get']('trackChangesData')['editorCreator'],_0x3dba70=await _0x40a577(_0xe709a0,()=>function(_0x186682){const _0x17d2b1=document['createElement']('div');return _0x186682['appendChild'](_0x17d2b1),_0x17d2b1;}(_0x35fa59));!function(_0x56a526,_0x1172b4){const _0x37785b=_0x56a526['model']['document']['getRootNames']()['reduce']((_0x39f0f6,_0x52aeb2)=>(_0x39f0f6[_0x52aeb2]=_0x56a526['data']['get']({'rootName':_0x52aeb2}),_0x39f0f6),{}),_0x3ef9b3=_0x56a526['plugins']['get']('Users')['users']['map'](_0x46ba0f=>({'id':_0x46ba0f['id'],'name':_0x46ba0f['name']})),_0x33e38e=_0x56a526['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4840a1=_0x56a526['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x45696c=_0x1172b4['plugins']['get']('Users'),_0x29b40f=_0x1172b4['plugins']['get']('TrackChangesEditing'),_0x195be7=_0x1172b4['plugins']['get']('CommentsRepository');for(const _0x4789ff of _0x195be7['getCommentThreads']())_0x4789ff['remove']();for(const _0x102f72 of _0x3ef9b3)_0x45696c['getUser'](_0x102f72['id'])||_0x45696c['addUser'](_0x102f72);_0x45696c['me']||_0x45696c['useAnonymousUser']();for(const _0x3d4294 of _0x4840a1)_0x195be7['addCommentThread'](_0x3d4294);for(const _0x2d1508 of _0x33e38e)_0x29b40f['addSuggestionData'](_0x2d1508);_0x1172b4['data']['set'](_0x37785b);}(_0x346133,_0x3dba70),_0x3dba70['execute'](_0x527ef2?'acceptAllSuggestions':'discardAllSuggestions');const _0x22872b=Fe(_0x3dba70)?_0x3dba70['getFullData'](_0x5ef947):_0x3dba70['data']['get'](_0x5ef947);return await _0x3dba70['destroy'](),_0x22872b;}class Me extends _0x39ecd2{['options'];constructor(_0x2ca348,_0x4b72fb){super(_0x2ca348),this['options']=_0x4b72fb,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x5969ec,_0x10d3f6){if(!this['element'])return;const _0xe37b96=[];for(const [_0x42f468,_0xd2faf3]of _0x5969ec){const _0x447e03=document['createElement']('div');_0x447e03['setAttribute']('data-ck-root-name',_0x42f468),_0x447e03['className']=_0xd2faf3['classes']+'\x20ck-track-changes-preview__root-container',_0x447e03['innerHTML']=_0xd2faf3['content'],_0xe37b96['push'](_0x447e03);}_0x10d3f6(this['element'],_0xe37b96),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends Yt{constructor(_0xd20cfa){super(_0xd20cfa),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x3f1e8f=this['editor'],_0x774f6a=_0x3f1e8f['locale'],_0xa5367e=_0x3f1e8f['plugins']['get']('Dialog');let _0x164ee8;const _0x1297e3=function(_0x48312c){const _0x493b31={};if('editables'in _0x48312c['ui']['view']){for(const [_0x3b91db,_0x1b7e4e]of Object['entries'](_0x48312c['ui']['view']['editables']))_0x493b31[_0x3b91db]=_0x1b7e4e['element'];}else _0x493b31[_0x48312c['model']['document']['getRootNames']()[0x0]]=_0x48312c['ui']['view']['editable']['element'];return _0x493b31;}(_0x3f1e8f),_0x64dbe=function(_0x23fdfa){let _0x26fca5=0x0;for(const _0x17a918 of Object['values'](_0x23fdfa))_0x26fca5=Math['max'](_0x26fca5,_0x17a918['getBoundingClientRect']()['width']);let _0x40755b=0x0;for(const _0x4a96e8 of Object['values'](_0x23fdfa))_0x40755b+=_0x4a96e8['getBoundingClientRect']()['height'];const _0x5e56b3=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x79d069=Math['min'](_0x40755b,_0x5e56b3);return{'width':_0x26fca5,'height':_0x79d069};}(_0x1297e3);_0xa5367e['show']({'id':'finalContentPreview','title':o(_0x774f6a,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x774f6a,{'dialogRects':_0x64dbe}),'onHide':()=>{_0x164ee8['detachFromDom']();},'onShow':()=>{_0x3f1e8f['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x42b86b=>{const _0x35b414=this['_standarizeRootsData'](_0x42b86b,_0x3f1e8f,_0x1297e3);_0xa5367e['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x35b414,_0x3f1e8f['config']['get']('trackChanges.preview.renderFunction'));}),_0x164ee8=new _0x1b73e6(_0x774f6a,[_0xa5367e['view']]),_0x164ee8['attachToDom'](),_0x164ee8['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x3f1e8f['once']('destroy',()=>{_0x164ee8['detachFromDom']();});const _0x36c579=_0xa5367e['view']['headerView']['class'];_0xa5367e['view']['headerView']['class']=_0x36c579?_0x36c579+'\x20ck-reset_all':'ck-reset_all',_0xa5367e['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0xa5367e['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x89904a=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x2b6b64=_0x89904a['previewMode'],_0x3866e3={};if('$labels'===_0x2b6b64){for(const _0x104529 of _0x89904a['getMergeFieldsIds']())_0x3866e3[_0x104529]=_0x89904a['getLabel'](_0x104529)||_0x104529;}else{const _0x357f25='$defaultValues'===_0x2b6b64?_0x89904a['getDefaultValues']():_0x89904a['getDataSetValues'](_0x2b6b64,!0x0);for(const _0x55b819 of Object['entries'](_0x357f25)){const [_0x2ba83b,_0x30d41e]=_0x55b819;_0x3866e3[_0x2ba83b]=null!==_0x30d41e?_0x30d41e:_0x89904a['getLabel'](_0x2ba83b)||_0x2ba83b;}}return{'mergeFieldsData':_0x3866e3};}['_standarizeRootsData'](_0xb6d6ef,_0xecb00c,_0x46269f){let _0x1e4636;if('string'==typeof _0xb6d6ef){const _0x262b4d=_0xecb00c['model']['document']['getRootNames']()[0x0];_0x1e4636={[_0x262b4d]:_0xb6d6ef};}else _0x1e4636=_0xb6d6ef;const _0xe09b2b=this['_fixMediaEmbeds'](_0x1e4636,_0xecb00c),_0x3e9daf=function(_0x2f122d,_0x4ebc10){for(const [_0x4048d1,_0x3d5c48]of _0x2f122d)_0x3d5c48['classes']=_0x4ebc10[_0x4048d1]['classList']['value']['replace']('ck-focused','');return _0x2f122d;}(this['_sortRoots'](_0xecb00c)['reduce']((_0x192352,_0x3dae61)=>(_0x192352['push']([_0x3dae61,{'content':_0xe09b2b[_0x3dae61],'classes':''}]),_0x192352),[]),_0x46269f);return _0x3e9daf;}['_fixMediaEmbeds'](_0x43ba9a,_0x1f44ea){if(!_0x1f44ea['plugins']['has']('MediaEmbedEditing'))return _0x43ba9a;const _0x4ba635=_0x1f44ea['plugins']['get']('MediaEmbedEditing');for(const [_0x185b85,_0x2b025e]of Object['entries'](_0x43ba9a)){const _0x5e6aa8=document['createElement']('div');_0x5e6aa8['innerHTML']=_0x2b025e,(_0x5e6aa8['querySelectorAll']('figure.media')['forEach'](_0x4cab9a=>{const _0x425926=_0x4cab9a['querySelector']('oembed');if(_0x425926){const _0x41da7d=_0x425926['getAttribute']('url');if(_0x41da7d){const _0xe87978=_0x4ba635['registry']['getMediaViewElement'](new _0x5d1e32(_0x1f44ea['editing']['view']['document']),_0x41da7d,{'elementName':'','renderForEditingView':!0x0}),_0x14f662=document['createElement']('div');_0x14f662['classList']['add']('ck-media__wrapper'),_0xe87978['render'](_0x14f662,_0x1f44ea['editing']['view']['domConverter']),_0x425926['replaceWith'](_0x14f662);}}}),_0x43ba9a[_0x185b85]=_0x5e6aa8['innerHTML']);}return _0x43ba9a;}['_sortRoots'](_0xdb80a4){if(!function(_0x37290a){return void 0x0!==_0x37290a['getRootsAttributes'];}(_0xdb80a4))return _0xdb80a4['model']['document']['getRootNames']();const _0x208393=[],_0x274817=new Map();for(const _0x5d58da of _0xdb80a4['model']['document']['getRootNames']()){const _0x48b3d6=_0xdb80a4['editing']['view']['getDomRoot'](_0x5d58da)['getClientRects']()['item'](0x0);_0x208393['push'](_0x5d58da),_0x274817['set'](_0x5d58da,_0x48b3d6);}return _0x208393['sort']((_0x5ebc6d,_0x4f9d85)=>{const _0x5cdb51=_0x274817['get'](_0x5ebc6d),_0x2bd3bb=_0x274817['get'](_0x4f9d85);return _0x5cdb51['y']-_0x2bd3bb['y']||_0x5cdb51['x']-_0x2bd3bb['x'];}),_0x208393;}}class te extends _0x59cf86{static get['requires'](){return[T,_0x500d09];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ba065){super(_0x2ba065),_0x2ba065['commands']['add']('previewFinalContent',new re(this['editor'])),_0x2ba065['config']['define']('trackChanges.preview.renderFunction',(_0x2d8cc4,_0x52c168)=>{for(const _0x29c89b of _0x52c168)_0x2d8cc4['appendChild'](_0x29c89b);});}}export{ms as BaseSuggestionThreadView,u as Suggestion,pe as SuggestionThreadView,fe as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|