@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240804.0 → 0.0.0-nightly-20240805.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 +10 -10
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as ts,Plugin as
|
|
24
|
-
_0x24174f(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x4fd59d,_0x3d74a8){super(),this['id']=_0x3d74a8['id'],this['type']=_0x3d74a8['type'],this['subType']=_0x3d74a8['subType']||null,this['author']=_0x3d74a8['author'],this['creator']=_0x3d74a8['creator']||_0x3d74a8['author'],this['isExternal']=Boolean(_0x3d74a8['attributes']&&_0x3d74a8['attributes']['@external']),this['data']=null,this['_model']=_0x4fd59d,this['_onAccept']=_0x3d74a8['onAccept'],this['_onDiscard']=_0x3d74a8['onDiscard'],this['_onAttributesChange']=_0x3d74a8['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x3d74a8['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 _0x3c0604=this;for(;_0x3c0604['previous'];)_0x3c0604=_0x3c0604['previous'];return _0x3c0604;}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'](_0x38a27f){this['_markerNames']['add'](_0x38a27f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x459ff8=>this['_model']['markers']['get'](_0x459ff8))['filter'](_0x11f177=>_0x11f177);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x6f9be0=>{for(const _0x4466ad of this['getMarkers']())_0x6f9be0['removeMarker'](_0x4466ad);}),this['_markerNames']['clear']();}['removeMarker'](_0x19a7d7){this['_model']['change'](_0x215d02=>{_0x215d02['removeMarker'](_0x19a7d7);}),this['_markerNames']['delete'](_0x19a7d7);}['addRange'](_0x4ed73b){const _0x33799d='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x33799d),this['_model']['change'](_0x284cfb=>{_0x284cfb['addMarker'](_0x33799d,{'range':_0x4ed73b,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5ae498){for(const _0x21b589 of this['getRanges']())if(_0x21b589['isIntersecting'](_0x5ae498))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x5c6a12=>_0x5c6a12['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0xc73ad8,_0x426347)=>[..._0xc73ad8,..._0x426347['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x4c94a5=this['getRanges']();if(0x1!=_0x4c94a5['length'])return null;const _0x57e96f=_0x4c94a5[0x0],_0x22104e=_0x57e96f['start']['nodeAfter'],_0x243647=_0x57e96f['end']['nodeBefore'];return _0x22104e instanceof _0x33e9db?_0x22104e!=_0x243647?null:_0x22104e: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 _0x2ede91=[];let _0x2fc94b=this['head'];for(;_0x2fc94b;)_0x2ede91['push'](_0x2fc94b),_0x2fc94b=_0x2fc94b['next'];return _0x2ede91;}['setAttribute'](_0x5c2623,_0x160413){const _0x2c388e=_0x4b704c(this['attributes']);_0x6ab22d(_0x2c388e,_0x5c2623,_0x160413),_0x4edce7(_0x2c388e,this['attributes'])||(this['attributes']=_0x2c388e,this['_onAttributesChange'](_0x2c388e));}['removeAttribute'](_0xb9d8a6){const _0x5b8fe0=_0x4b704c(this['attributes']);_0x2516c4(_0x5b8fe0,_0xb9d8a6),_0x4edce7(_0x5b8fe0,this['attributes'])||(this['attributes']=_0x5b8fe0,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 _0x4600fb()['substr'](0x1,0x5);}}function o(_0x1d2d7d,_0x56d00e,_0x13f06){const t=_0x1d2d7d['t'];switch(_0x56d00e){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x13f06);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x13f06);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x13f06);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x13f06);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x13f06);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',_0x13f06);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x13f06);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x13f06);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x13f06);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x13f06);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x13f06);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x13f06);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x13f06);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x13f06);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x13f06);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x13f06);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x13f06);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x13f06);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x13f06);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x13f06);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x13f06);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x13f06);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x13f06);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'},_0x13f06);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x13f06);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x13f06);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x13f06);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x13f06);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x13f06);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'},_0x13f06);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x13f06);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x13f06);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x13f06);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x13f06);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'},_0x13f06);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x13f06);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'},_0x13f06);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'},_0x13f06);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x13f06);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'},_0x13f06);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x13f06);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'},_0x13f06);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x13f06);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x13f06);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'},_0x13f06);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 t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x13f06);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x13f06);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x13f06);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'},_0x13f06);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'},_0x13f06);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'},_0x13f06);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x56d00e;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5db980,_0x2dfe64){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5db980,this['_locale']=_0x2dfe64;}['getDescriptions'](_0x200f9c){const _0x2f7053=[],_0x15a9e0=new Set(),_0x4c01b4=new Set();for(let _0x535e96=0x0;_0x535e96<_0x200f9c['length'];_0x535e96++){const _0x70928c=_0x200f9c[_0x535e96];if(!_0x70928c['isInContent'])continue;const _0x3076a3=this['_handleCustomCallbackDescription'](_0x70928c);if(_0x3076a3){if(null!=_0x70928c['subType']){if(_0x15a9e0['has'](_0x70928c['subType']))continue;_0x15a9e0['add'](_0x70928c['subType']);}_0x2f7053['push'](_0x3076a3);}else{if('attribute'!=_0x70928c['type'])'insertion'!=_0x70928c['type']&&'deletion'!=_0x70928c['type']||this['_handleInsertRemoveSuggestionDescription'](_0x2f7053,_0x70928c,_0x200f9c[_0x535e96+0x1]);else{const _0x2e0204=_0x70928c['data']['key'];if(_0x4c01b4['has'](_0x2e0204))continue;_0x4c01b4['add'](_0x70928c['data']['key']),_0x2e0204==m?this['_handleRenameSuggestionDescription'](_0x2f7053,_0x70928c):this['_handleAttributeSuggestionDescription'](_0x2f7053,_0x70928c);}}}return this['_resolveDescriptionItems'](_0x2f7053);}['registerDescriptionCallback'](_0x30e224){this['_customCallbacks']['push'](_0x30e224);}['registerElementLabel'](_0x13ea72,_0x406572,_0x260674=_0x436881['normal']){'function'==typeof _0x13ea72?_0x349218(this['_itemLabelsCallbacks'],{'matchingCallback':_0x13ea72,'label':_0x406572,'priority':_0x260674}):this['_itemLabels']['set'](_0x13ea72,_0x406572);}['registerAttributeLabel'](_0x5bbd4f,_0x5461e9){this['_attributeLabels']['set'](_0x5bbd4f,_0x5461e9);}['getItemLabel'](_0x20bb97,_0x3507ea=0x1){let _0x369058;for(const _0x1ce789 of this['_itemLabelsCallbacks'])if(_0x1ce789['matchingCallback'](_0x20bb97)){_0x369058=_0x1ce789['label'];break;}return _0x369058||(_0x369058=this['_itemLabels']['get'](_0x20bb97['name'])),_0x369058?_0x369058(_0x3507ea):0x1!==_0x3507ea?_0x3507ea+'\x20'+_0x20bb97['name']+'s':''+_0x20bb97['name'];}['_addDescriptionItems'](_0x4b1394,_0x1bd4be){const _0x5b4c68=_0x1bd4be['getFirstRange']()['getWalker'](),_0x1fafef='insertion'==_0x1bd4be['type']?'add':'remove';for(const _0x269ede of _0x5b4c68){const _0x32b98a=_0x269ede['item'],_0x573a3a=_0x4b1394[_0x4b1394['length']-0x1];if(_0x32b98a['is']('$textProxy'))_0x573a3a&&_0x573a3a['type']['indexOf']('Container')>-0x1&&_0x4b1394['pop'](),_0x573a3a&&'text'==_0x573a3a['type']?_0x573a3a[_0x1fafef]+=_0x32b98a['data']:_0x4b1394['push']({'type':'text','add':'add'==_0x1fafef?_0x32b98a['data']:'','remove':'remove'==_0x1fafef?_0x32b98a['data']:''});else{if(this['_schema']['isObject'](_0x32b98a)){const _0x508115=_0x32b98a;if(_0x573a3a&&_0x573a3a['type']['indexOf']('Container')>-0x1&&_0x4b1394['pop'](),'elementEnd'==_0x269ede['type'])continue;_0x573a3a&&_0x573a3a['type']==_0x1fafef+'Object'&&_0x573a3a['element']['name']==_0x508115['name']?_0x573a3a['quantity']++:_0x4b1394['push']({'type':_0x1fafef+'Object','element':_0x508115,'quantity':0x1}),_0x5b4c68['skip'](_0x2efb08=>!('elementEnd'==_0x2efb08['type']&&_0x2efb08['item']==_0x32b98a));}else{if(this['_schema']['checkChild'](_0x32b98a,'$text')||_0x32b98a['is']('element','softBreak')){const _0x58cb60=_0x32b98a;if('add'==_0x1fafef&&'elementStart'==_0x269ede['type']||'remove'==_0x1fafef&&'elementEnd'==_0x269ede['type'])continue;if(_0x573a3a&&-0x1==_0x573a3a['type']['indexOf']('Container')){'text'==_0x573a3a['type']&&(_0x573a3a[_0x1fafef]+='\x0a');continue;}let _0x322b4c;if(_0x322b4c='add'==_0x1fafef?_0x58cb60['nextSibling']&&!this['_schema']['isObject'](_0x58cb60['nextSibling'])?_0x58cb60['nextSibling']:null:_0x58cb60['previousSibling']&&!this['_schema']['isObject'](_0x58cb60['previousSibling'])?_0x58cb60['previousSibling']:null,_0x58cb60['isEmpty']||_0x322b4c&&_0x322b4c['isEmpty']){const _0x345829=_0x322b4c&&_0x322b4c['isEmpty']?_0x322b4c:_0x58cb60;_0x573a3a&&_0x573a3a['type']==_0x1fafef+'EmptyContainer'&&_0x573a3a['element']['name']==_0x345829['name']?_0x573a3a['quantity']++:_0x4b1394['push']({'type':_0x1fafef+'EmptyContainer','element':_0x345829,'quantity':0x1});}else _0x4b1394['push']({'type':_0x1fafef+'Container','element':_0x58cb60});}}}}}['_resolveDescriptionItems'](_0x4d665a){const _0xb2b7d3=this['_locale'],_0x5aaba3=[],_0x59342b=[],_0x43693a=[];for(const _0x1de684 of _0x4d665a)switch(_0x1de684['type']){case'text':if(_0x1de684['add']=_0x1de684['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x1de684['remove']=_0x1de684['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x1de684['add']&&''!=_0x1de684['remove']){_0x5aaba3['push']({'type':'replace','content':o(_0xb2b7d3,'REPLACE_TEXT',['\x22'+_0x1de684['remove']+'\x22','\x22'+_0x1de684['add']+'\x22'])});continue;}if(null!=_0x1de684['add']['match'](/^ +$/)){_0x5aaba3['push']({'type':'insertion','content':o(_0xb2b7d3,'*Insert:*\x20%0',o(_0xb2b7d3,'ELEMENT_SPACE',_0x1de684['add']['length']))});continue;}if(null!=_0x1de684['remove']['match'](/^ +$/)){_0x5aaba3['push']({'type':'deletion','content':o(_0xb2b7d3,'*Remove:*\x20%0',o(_0xb2b7d3,'ELEMENT_SPACE',_0x1de684['remove']['length']))});continue;}if(''!=_0x1de684['add']){_0x5aaba3['push']({'type':'insertion','content':o(_0xb2b7d3,'*Insert:*\x20%0','\x22'+_0x1de684['add']+'\x22')});continue;}_0x5aaba3['push']({'type':'deletion','content':o(_0xb2b7d3,'*Remove:*\x20%0','\x22'+_0x1de684['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x5aaba3['push']({'type':'insertion','content':o(_0xb2b7d3,'*Insert:*\x20%0',this['getItemLabel'](_0x1de684['element'],_0x1de684['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x5aaba3['push']({'type':'deletion','content':o(_0xb2b7d3,'*Remove:*\x20%0',this['getItemLabel'](_0x1de684['element'],_0x1de684['quantity']))});continue;case'addContainer':_0x5aaba3['push']({'type':'insertion','content':o(_0xb2b7d3,'*Split:*\x20%0',this['getItemLabel'](_0x1de684['element'],_0x1de684['quantity']))});continue;case'removeContainer':_0x5aaba3['push']({'type':'deletion','content':o(_0xb2b7d3,'*Merge:*\x20%0',this['getItemLabel'](_0x1de684['element'],_0x1de684['quantity']))});continue;case'addFormat':_0x59342b['push'](_0x1de684['key']);continue;case'removeFormat':_0x43693a['push'](_0x1de684['key']);continue;default:_0x5aaba3['push'](_0x1de684);}if(_0x59342b['length']){const _0x3db136=_0x59342b['map'](_0x2929aa=>this['_attributeLabels']['has'](_0x2929aa)?this['_attributeLabels']['get'](_0x2929aa):_0x2929aa)['join'](',\x20');_0x5aaba3['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x3db136)});}if(_0x43693a['length']){const _0x5e6e71=_0x43693a['map'](_0x387af8=>this['_attributeLabels']['has'](_0x387af8)?this['_attributeLabels']['get'](_0x387af8):_0x387af8)['join'](',\x20');_0x5aaba3['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x5e6e71)});}return _0x5aaba3;}['_handleCustomCallbackDescription'](_0x4d9ced){for(const _0x56e4c1 of this['_customCallbacks']){const _0x3ef981=_0x56e4c1(_0x4d9ced);if(_0x3ef981&&'type'in _0x3ef981)return _0x3ef981;}}['_handleAttributeSuggestionDescription'](_0x427c23,_0x34acb4){const _0x2eb2f4=_0x34acb4['data'],_0x3dcc13=void 0x0===_0x2eb2f4['newValue']?'removeFormat':'addFormat';_0x427c23['push']({'type':_0x3dcc13,'key':_0x2eb2f4['key']});}['_handleRenameSuggestionDescription'](_0x5e37f5,_0x54e1b4){_0x5e37f5['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x54e1b4['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x18c42f,_0x5282ff,_0x446f25){if(this['_addDescriptionItems'](_0x18c42f,_0x5282ff),_0x446f25&&_0x446f25['getFirstRange']()&&!_0x5282ff['getFirstRange']()['end']['isEqual'](_0x446f25['getFirstRange']()['start'])){const _0x41de1b=_0x18c42f[_0x18c42f['length']-0x1],_0x59baf6='insertion'==_0x5282ff['type']?'add':'remove';_0x41de1b&&'text'==_0x41de1b['type']&&(_0x41de1b[_0x59baf6]+='\x0a');}}}class V extends _0x101975{['afterInit'](){const _0x543a35=this['editor'],_0x1cbfb4=_0x543a35['plugins']['get']('TrackChangesEditing');_0x543a35['commands']['get']('showAIAssistant')&&_0x1cbfb4['enableCommand']('showAIAssistant');}}class U extends _0x101975{['afterInit'](){const _0xf74eb5=this['editor'],_0x16c83e=_0xf74eb5['locale'];if(!_0xf74eb5['plugins']['has']('AlignmentEditing'))return;const _0x533203=_0xf74eb5['plugins']['get']('TrackChangesEditing');_0x533203['enableDefaultAttributesIntegration']('alignment'),_0x533203['registerBlockAttribute']('alignment'),_0x533203['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x16c83e,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x237981=this['editor'],_0x2929e7=_0x237981['locale'];_0x237981['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x118005=>{if('formatBlock'!=_0x118005['type'])return;const {data:_0x3029c5}=_0x118005;if(_0x3029c5&&'alignment'==_0x3029c5['commandName']){const _0x2d0893=_0x3029c5['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x2929e7,'*Format:*\x20%0',function(_0x4c65b9){switch(_0x4c65b9){case'left':return o(_0x2929e7,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x2929e7,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x2929e7,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x2929e7,'FORMAT_JUSTIFY_TEXT');}}(_0x2d0893))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x101975{['afterInit'](){const _0x40fbda=this['editor'],_0x2063a6=_0x40fbda['plugins']['get']('TrackChangesEditing'),_0x26dfd8=_0x40fbda['locale'];for(const _0x58fdd5 of ti){if(!_0x40fbda['plugins']['has'](_0x58fdd5))continue;const _0x43a4e8=_0x58fdd5['slice'](0x0,-0x7)['toLowerCase'](),_0x1ec23d='FORMAT_'+_0x43a4e8['toUpperCase']();_0x2063a6['enableDefaultAttributesIntegration'](_0x43a4e8),_0x2063a6['registerInlineAttribute'](_0x43a4e8),_0x2063a6['descriptionFactory']['registerAttributeLabel'](_0x43a4e8,o(_0x26dfd8,_0x1ec23d));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5da50f=this['editor'],_0x232c94=_0x5da50f['locale'],_0x4ef23c=_0x5da50f['plugins']['get']('TrackChangesEditing');function _0x47024b(_0x1a62e9,_0x5cddc4){_0x4ef23c['descriptionFactory']['registerDescriptionCallback'](_0x14c0df=>{if('formatInline'!=_0x14c0df['type'])return;const {data:_0x59add3}=_0x14c0df;return _0x59add3&&_0x59add3['commandName']===_0x1a62e9?_0x59add3['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x232c94,'*Format:*\x20%0',_0x5cddc4)}:{'type':'format','content':o(_0x232c94,'*Remove\x20format:*\x20%0',_0x5cddc4)}:void 0x0;});}_0x47024b('bold',o(_0x232c94,'FORMAT_BOLD')),_0x47024b('italic',o(_0x232c94,'FORMAT_ITALIC')),_0x47024b('underline',o(_0x232c94,'FORMAT_UNDERLINE')),_0x47024b('code',o(_0x232c94,'FORMAT_CODE')),_0x47024b('strikethrough',o(_0x232c94,'FORMAT_STRIKETHROUGH')),_0x47024b('subscript',o(_0x232c94,'FORMAT_SUBSCRIPT')),_0x47024b('superscript',o(_0x232c94,'FORMAT_SUPERSCRIPT'));}}class F extends _0x101975{['afterInit'](){const _0x349ff4=this['editor'],_0x395a9d=_0x349ff4['locale'];if(!_0x349ff4['plugins']['has']('BlockQuoteEditing'))return;const _0x59513f=_0x349ff4['plugins']['get']('TrackChangesEditing'),_0x51f1b4=this['editor']['commands']['get']('blockQuote');_0x59513f['enableCommand']('blockQuote',(_0x36b02d,_0x124e35={})=>{const _0x23fcc1=this['editor']['model']['document']['selection'],_0x5f0573=_0x124e35&&void 0x0!==_0x124e35['forceValue']?_0x124e35['forceValue']:!_0x51f1b4['value'];let _0x442f2f=[];if(_0x5f0573){const _0x231463=Array['from'](_0x23fcc1['getSelectedBlocks']())['filter'](_0x1b9018=>oo(_0x1b9018)||function(_0x4a335c,_0x3cd9e9){const _0x2087ee=_0x3cd9e9['checkChild'](_0x4a335c['parent'],'blockQuote'),_0x49ac91=_0x3cd9e9['checkChild'](['$root','blockQuote'],_0x4a335c);return _0x2087ee&&_0x49ac91;}(_0x1b9018,this['editor']['model']['schema']));_0x442f2f=to(_0x231463,_0x349ff4['model']);}else{const _0x6be074=Array['from'](_0x23fcc1['getSelectedBlocks']())['filter'](_0x2b45be=>oo(_0x2b45be));_0x442f2f=to(_0x6be074,_0x349ff4['model']);}_0x349ff4['model']['change'](()=>{for(const _0x3ba281 of _0x442f2f)_0x59513f['markBlockFormat'](_0x3ba281,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x5f0573}]});});}),_0x59513f['descriptionFactory']['registerDescriptionCallback'](_0x482f7b=>{const {data:_0x5baec7}=_0x482f7b;if(_0x5baec7&&'blockQuote'==_0x5baec7['commandName']){const _0x37d64d=o(_0x395a9d,'ELEMENT_BLOCK_QUOTE');return _0x5baec7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x395a9d,'*Set\x20format:*\x20%0',_0x37d64d)}:{'type':'format','content':o(_0x395a9d,'*Remove\x20format:*\x20%0',_0x37d64d)};}});}}function oo(_0x2f3566){return'blockQuote'==_0x2f3566['parent']['name'];}class L extends _0x101975{['afterInit'](){const _0x27f7c4=this['editor'];_0x27f7c4['plugins']['has']('CaseChange')&&(_0x27f7c4['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x27f7c4['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x27f7c4['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x101975{['afterInit'](){const _0x586106=this['editor'];_0x586106['commands']['get']('ckbox')&&_0x586106['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x101975{['afterInit'](){const _0x1f36e8=this['editor'];if(!_0x1f36e8['plugins']['has']('CodeBlock'))return;const _0x224442=_0x1f36e8['plugins']['get']('TrackChangesEditing'),_0x1d1571=_0x1f36e8['locale'],_0x39aba1=_0x1f36e8['config']['get']('codeBlock')['languages'],_0xdc7b06=_0x1f36e8['commands']['get']('codeBlock');_0x224442['enableCommand']('indentCodeBlock'),_0x224442['enableCommand']('outdentCodeBlock'),_0x224442['enableCommand']('codeBlock',(_0x2519d7,_0x2d32d6={})=>{const _0x9f20b5=_0x1f36e8['model'],_0x28cef9=_0x1f36e8['model']['document']['selection'],_0x5520eb=_0x2d32d6&&void 0x0!==_0x2d32d6['forceValue']?_0x2d32d6['forceValue']:!_0xdc7b06['value'];let _0x4d0df5;_0x2d32d6['language']||(_0x2d32d6['language']=_0x39aba1[0x0]['language']),_0x4d0df5=_0x5520eb?Array['from'](_0x28cef9['getSelectedBlocks']())['filter'](_0x48d4d6=>eo(_0x48d4d6)||function(_0x76223,_0x288ce9){if(_0x76223['is']('rootElement')||_0x288ce9['isLimit'](_0x76223))return!0x1;return _0x288ce9['checkChild'](_0x76223['parent'],'codeBlock');}(_0x48d4d6,_0x9f20b5['schema'])):Array['from'](_0x28cef9['getSelectedBlocks']())['filter'](_0x2670f2=>eo(_0x2670f2));const _0x9f6569=to(_0x4d0df5,_0x9f20b5);_0x9f20b5['change'](()=>{for(const _0x359469 of _0x9f6569)_0x224442['markBlockFormat'](_0x359469,{'commandName':'codeBlock','commandParams':[{..._0x2d32d6,'forceValue':_0x5520eb}],'formatGroupId':'blockName'});});}),(_0x224442['descriptionFactory']['registerElementLabel']('codeBlock',_0x1824c8=>o(_0x1d1571,'ELEMENT_CODE_BLOCK',_0x1824c8)),_0x224442['descriptionFactory']['registerDescriptionCallback'](_0x25538a=>{if('formatBlock'!=_0x25538a['type'])return;const _0x570e13=_0x1d1571['t'],{data:_0x190330}=_0x25538a;if(!_0x190330||'codeBlock'!=_0x190330['commandName'])return;const _0x5a9feb=_0x190330['commandParams'][0x0]['language'],_0x2ad972=_0x570e13(_0x39aba1['find'](_0x583d1a=>_0x583d1a['language']===_0x5a9feb)['label'])['toLowerCase']();return _0x190330['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1d1571,'*Set\x20format:*\x20%0',o(_0x1d1571,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x2ad972+')')}:{'type':'format','content':o(_0x1d1571,'*Remove\x20format:*\x20%0',o(_0x1d1571,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x12dc7c){return'codeBlock'==_0x12dc7c['name'];}class q extends _0x101975{['afterInit'](){const _0x4346fb=this['editor'];if(!_0x4346fb['plugins']['has']('CommentsEditing'))return;_0x4346fb['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x157e25,_0x5780de,_0x2fdbc1){const _0x37fd5a=[];for(const _0x8b5983 of _0x5780de['getItems']())_0x8b5983['hasAttribute'](_0x157e25)&&_0x37fd5a['push'](_0x2fdbc1['createRangeOn'](_0x8b5983));return _0x37fd5a;}function _e(_0x54eb3a,_0x1d2a35,{showActiveMarker:_0x472f34=!0x0}={}){const _0xb40555=_0x54eb3a['plugins']['get']('TrackChangesEditing');return(_0x21e6ca,_0x1c896e,_0x536c5c)=>{if(!_0x536c5c['consumable']['test'](_0x1c896e['markerRange'],_0x21e6ca['name']))return;const _0x2c6d7f=_0x1c896e['markerRange']['getWalker'](),_0x2240dd=_0x1c896e['markerRange']['start'],_0x523cc7=_0x54eb3a['model']['schema'];let _0x53d8b7=null,_0x29846b=null,_0x568001=!0x1,_0x3de90a=!0x1;for(const _0x1ade42 of _0x2c6d7f){const _0x435d47=_0x1ade42['item'];_0x568001=_0x568001||_0x523cc7['isContent'](_0x435d47);const _0x1c5b5f=_0x536c5c['mapper']['toViewElement'](_0x435d47);if(_0x1c5b5f&&_0x1c5b5f['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1ade42['type']&&(_0x523cc7['isBlock'](_0x435d47)&&!_0x523cc7['isLimit'](_0x435d47)&&(_0x435d47['nextSibling']||_0x2240dd['isAtEnd']?_0x53d8b7&&_0x53d8b7['parent']==_0x435d47||(_0x53d8b7=_0x435d47,_0x57f8b9(_0x1ade42['previousPosition']),_0x3de90a=!0x0):_0x29846b=_0x29846b||_0x1ade42['previousPosition']));}function _0x57f8b9(_0x1b03a0){const _0x5b693d=_0x536c5c['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x1d2a35}),_0x1a20af=_0x536c5c['mapper']['toViewPosition'](_0x1b03a0);_0x472f34&&_0xb40555['activeMarkers']['includes'](_0x1c896e['markerName'])&&_0x536c5c['writer']['addClass']('ck-suggestion-marker--active',_0x5b693d),_0x536c5c['writer']['insert'](_0x1a20af,_0x5b693d),_0x536c5c['mapper']['bindElementToMarker'](_0x5b693d,_0x1c896e['markerName']);}_0x568001||_0x3de90a||!_0x29846b||_0x57f8b9(_0x29846b);};}class z extends _0x101975{static get['requires'](){return[_0x4602bf];}['init'](){const _0x1df989=this['editor'],_0x2b72ef=_0x1df989['plugins']['get']('TrackChangesEditing');_0x2b72ef['enableCommand']('delete');const _0x3bc15b=_0x1df989['commands']['get']('deleteForward');_0x2b72ef['enableCommand']('deleteForward',(_0x408d46,_0x491934={})=>{const _0x10343f=_0x1df989['model']['createSelection'](_0x1df989['model']['document']['selection']);_0x10343f['isCollapsed']&&_0x1df989['model']['modifySelection'](_0x10343f,{'direction':'forward','unit':_0x491934['unit']});const _0x52c93d=_0x10343f['getFirstRange'](),_0x38697a=_0x1fbd79['fromRange'](_0x52c93d);let _0x2abc97;_0x408d46(_0x491934),_0x2abc97='$graveyard'==_0x38697a['root']['rootName']?_0x1df989['model']['createRange'](_0x52c93d['start']):_0x1df989['model']['createRange'](_0x38697a['start'],_0x38697a['end']),_0x38697a['detach'](),_0x1df989['model']['enqueueChange'](_0x3bc15b['buffer']['batch'],_0x2c2fb6=>{_0x3bc15b['buffer']['lock'](),_0x2c2fb6['setSelection'](_0x2c2fb6['createRange'](_0x2abc97['end'])),_0x3bc15b['buffer']['unlock']();});}),_0x1df989['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x1df989,'merge'),{'priority':'high'}),_0x1df989['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x381a24,_0x57ff52,_0x3bc069)=>{_0x3bc069['options']['showSuggestionHighlights']&&_e(_0x1df989,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x381a24,_0x57ff52,_0x3bc069);},{'priority':'high'}),_0x1df989['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x30f188,_0x1dd420,_0x466fb6)=>{const _0x53c135=_0x466fb6['mapper']['markerNameToElements'](_0x1dd420['markerName']);if(_0x53c135){for(const _0x453344 of _0x53c135)_0x453344['is']('uiElement')&&(_0x466fb6['mapper']['unbindElementFromMarkerName'](_0x453344,_0x1dd420['markerName']),_0x466fb6['writer']['remove'](_0x453344));}},{'priority':'high'});}}class K extends _0x101975{['afterInit'](){const _0x3e52a4=this['editor'];if(!_0x3e52a4['plugins']['has']('ListEditing'))return;const _0x2f9ef0=_0x3e52a4['locale'],_0x23ee47=_0x3e52a4['plugins']['get']('TrackChangesEditing'),_0x54f566=_0x3e52a4['plugins']['has']('TodoListEditing'),_0x204301=!!_0x3e52a4['config']['get']('list.multiBlock');function _0xad8505(_0x5c19cb){return{'type':'format','content':''+o(_0x2f9ef0,'*Set\x20format:*\x20%0',_0x5c19cb)};}function _0x335a3a(_0x579569){return{'type':'format','content':''+o(_0x2f9ef0,'*Remove\x20format:*\x20%0',_0x579569)};}_0x23ee47['enableDefaultAttributesIntegration']('numberedList'),_0x23ee47['enableDefaultAttributesIntegration']('bulletedList'),_0x23ee47['enableDefaultAttributesIntegration']('customNumberedList'),_0x23ee47['enableDefaultAttributesIntegration']('customBulletedList'),_0x23ee47['enableDefaultAttributesIntegration']('indentList'),_0x23ee47['enableDefaultAttributesIntegration']('outdentList'),_0x23ee47['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x23ee47['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x23ee47['registerBlockAttribute']('listItemId'),_0x23ee47['registerBlockAttribute']('listType'),_0x23ee47['registerBlockAttribute']('listIndent'),_0x204301&&(_0x23ee47['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x23ee47['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x54f566&&(_0x23ee47['enableDefaultAttributesIntegration']('todoList'),_0x23ee47['enableDefaultAttributesIntegration']('checkTodoList'),_0x23ee47['registerBlockAttribute']('todoListChecked'),_0x23ee47['descriptionFactory']['registerDescriptionCallback'](_0x95d905=>{const {data:_0x5dafd6}=_0x95d905;if(_0x5dafd6&&'todoListChecked'==_0x5dafd6['key'])return{'type':'format','content':_0x5dafd6['newValue']?o(_0x2f9ef0,'*Check\x20item*'):o(_0x2f9ef0,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x4977e0=>{if(_0x4977e0['batch']['isUndo'])return!0x1;let _0x173064=!0x1;const _0x2fb60e=_0x23ee47['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x25af22=>'todoListChecked'===_0x23ee47['_getAttributeKey'](_0x25af22));for(const _0x6807b4 of _0x2fb60e){'todo'!=_0x6807b4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x23ee47['_findSuggestions'](_0x6807b4['getFirstRange'](),'attribute')['find'](_0x1ffe26=>'listType'===_0x23ee47['_getAttributeKey'](_0x1ffe26['suggestion']))||(_0x4977e0['removeMarker'](_0x6807b4['getFirstMarker']()),_0x173064=!0x0));}return _0x173064;})),_0x23ee47['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2f9ef0,'FORMAT_INDENT'));const _0x2aab24={'type':'format','content':''};_0x23ee47['descriptionFactory']['registerDescriptionCallback'](_0x2adabf=>{const {data:_0x53b2ea}=_0x2adabf;if(!_0x53b2ea||'listType'!=_0x53b2ea['key'])return;let _0x57328b=_0x2adabf['head'];for(;_0x57328b;){if(_0x57328b['data']&&(('listStyle'==_0x57328b['data']['key']||'listMarkerStyle'==_0x57328b['data']['key'])&&(_0x57328b['data']['newValue']&&'default'!=_0x57328b['data']['newValue']||'default'!=_0x57328b['data']['oldValue']&&!_0x53b2ea['newValue'])||!_0x204301&&_0x57328b['data']['key']==m))return _0x2aab24;_0x57328b=_0x57328b['next'];}if(null==_0x53b2ea['newValue'])switch(_0x53b2ea['oldValue']){case'bulleted':return _0x335a3a(o(_0x2f9ef0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x335a3a(o(_0x2f9ef0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x335a3a(o(_0x2f9ef0,'ELEMENT_TODO_LIST'));}switch(_0x53b2ea['newValue']){case'bulleted':return _0xad8505(o(_0x2f9ef0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xad8505(o(_0x2f9ef0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xad8505(o(_0x2f9ef0,'ELEMENT_TODO_LIST'));}}),_0x23ee47['descriptionFactory']['registerDescriptionCallback'](_0xafb93d=>{const {data:_0x55e546}=_0xafb93d;if(_0x55e546&&'listIndent'==_0x55e546['key'])return null==_0x55e546['newValue']||null==_0x55e546['oldValue']&&0x0==_0x55e546['newValue']?_0x2aab24:void 0x0;}),_0x23ee47['descriptionFactory']['registerDescriptionCallback'](_0x15af27=>{if('attribute'!=_0x15af27['type'])return;const {data:_0x572854}=_0x15af27;if(!_0x572854||'listItemId'!=_0x572854['key'])return;const _0x41c9b7=le(_0x15af27);return'newValue'==_0x41c9b7?{'type':'format','content':o(_0x2f9ef0,'*Merge:*\x20list\x20item')}:'oldValue'==_0x41c9b7?{'type':'format','content':o(_0x2f9ef0,'*Split:*\x20list\x20item')}:_0x2aab24;}),_0x3e52a4['model']['document']['registerPostFixer'](_0x497b19=>this['listItemIdFixer'](_0x497b19)),_0x3e52a4['model']['document']['registerPostFixer'](_0x501a18=>this['noTrackChangesFixer'](_0x501a18)),_0x3e52a4['model']['document']['on']('change:data',(_0x34618b,_0x9f7309)=>{if(_0x9f7309['isUndo']||!_0x9f7309['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2dbe49){if(_0x2dbe49['batch']['isUndo']||!_0x2dbe49['batch']['isLocal'])return!0x1;let _0x2521ff=!0x1;const _0x2d0759=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5cb464=>_0x5cb464['data']&&'listItemId'==_0x5cb464['data']['key'])['filter'](_0xba3898=>_0xba3898['data']['newValue']&&_0xba3898['data']['oldValue']);for(const _0x2cf8de of _0x2d0759)le(_0x2cf8de)||(_0x2dbe49['removeMarker'](_0x2cf8de['getFirstMarker']()),_0x2521ff=!0x0);return _0x2521ff;}['noTrackChangesFixer'](_0x1e0d1b){if(_0x1e0d1b['batch']['isUndo']||!_0x1e0d1b['batch']['isLocal'])return!0x1;const _0x1ca34a=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1ca34a['trackChangesCommand']['value'])return!0x1;let _0x21842a=!0x1;const _0x2de501=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x1195c7=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x5d460a=>'attribute'==_0x5d460a['type'])['filter'](_0x7bec63=>_0x2de501['includes'](_0x7bec63['attributeKey']));if(0x0==_0x1195c7['length'])return _0x21842a;for(const _0x5bd0f9 of _0x1195c7){const _0x5af3c6=_0x1ca34a['_findSuggestions'](_0x5bd0f9['range'],'attribute')['filter'](_0x129ebb=>!_0x129ebb['meta']['isNextTo'])['map'](_0x5cb676=>_0x5cb676['suggestion'])['filter'](_0x4a6acc=>{const _0x4957ae=_0x1ca34a['_getAttributeKey'](_0x4a6acc);return _0x2de501['includes'](_0x4957ae);});if(_0x5af3c6['length']){for(const _0x589aed of _0x5af3c6)_0x1e0d1b['removeMarker'](_0x589aed['getFirstMarker']());_0x21842a=!0x0;}}return _0x21842a;}['assureChains'](){const _0x2cb85d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x329d22=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5cee23;const _0x3aaef8=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x540391=>{if(_0x540391['data']['oldRange']||!_0x540391['data']['newRange'])return null;if(!_0x540391['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x114997}=_0x2cb85d['_splitMarkerName'](_0x540391['name']);if(!_0x2cb85d['hasSuggestion'](_0x114997))return null;const _0x417c24=_0x2cb85d['getSuggestion'](_0x114997);return _0x329d22['includes'](_0x417c24['data']['key']);})['map'](_0x4a32f0=>{const {id:_0x3fb11e}=_0x2cb85d['_splitMarkerName'](_0x4a32f0['name']),_0x39e931=_0x2cb85d['getSuggestion'](_0x3fb11e);return _0x5cee23=_0x39e931['attributes']['groupId'],_0x39e931['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x3aaef8['size'])return;const _0x662dcf=_0x2cb85d['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x536555=>'attribute'==_0x536555['type']&&_0x536555['data']&&_0x329d22['includes'](_0x536555['data']['key'])&&_0x536555['attributes']['groupId']!=_0x5cee23)['map'](_0x3435ea=>({'listItem':_0x3435ea['getFirstRange']()['start']['nodeAfter'],'groupId':_0x3435ea['attributes']['groupId']})),_0x3baef8=new Set();for(const {groupId:_0x44fa3f,listItem:_0x3672b7}of _0x662dcf)_0x3aaef8['has'](_0x3672b7)&&_0x3baef8['add'](_0x44fa3f);for(const _0x1aa0d3 of _0x2cb85d['getSuggestions']())_0x3baef8['has'](_0x1aa0d3['attributes']['groupId'])&&_0x1aa0d3['setAttribute']('groupId',_0x5cee23);}['_supportLegacySuggestions'](){const _0x200925=this['editor'],_0x34a6f3=_0x200925['locale'],_0x15b4db=_0x200925['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x15b4db['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x1c1d59,_0x596a0d){const _0x45b4cd=[];for(let _0x4ae350 of _0x1c1d59)_0x4ae350['start']['nodeAfter']===_0x4ae350['end']['parent']&&(_0x4ae350=_0x200925['model']['createRange'](_0x200925['model']['createPositionAt'](_0x4ae350['start']['nodeAfter'],0x0))),_0x45b4cd['push'](_0x4ae350);_0x200925['model']['change'](_0xff9ca5=>{const _0xc5ef8e=_0x200925['model']['document']['selection'],_0x14bfc4=Array['from'](_0xc5ef8e['getRanges']())['map'](_0x5d1388=>_0x1fbd79['fromRange'](_0x5d1388));_0xff9ca5['setSelection'](_0x45b4cd),_0x200925['commands']['get'](_0x596a0d['commandName'])['refresh'](),_0x596a0d['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x200925['execute'](_0x596a0d['commandName'],..._0x596a0d['commandParams']),_0xff9ca5['setSelection'](_0x14bfc4);for(const _0x5cde58 of _0x14bfc4)_0x5cde58['detach']();});}),_0x15b4db['descriptionFactory']['registerElementLabel'](function(_0x96cd46){const _0x1f923d=!_0x200925['model']['schema']['isObject'](_0x96cd46),_0x274564=_0x96cd46['previousSibling'],_0x424105=_0x96cd46['nextSibling'],_0x3657a7=_0x96cd46['getAttribute']('listItemId'),_0x52a498=!_0x274564||_0x274564['getAttribute']('listItemId')!==_0x3657a7,_0x365cd8=!_0x424105||_0x424105['getAttribute']('listItemId')!==_0x3657a7;return _0x1f923d&&Boolean(_0x3657a7)&&_0x52a498&&_0x365cd8;},_0x5c2f39=>o(_0x34a6f3,'ELEMENT_LIST_ITEM',_0x5c2f39));}['_registerLegacyDescription'](){const _0x208d1b=this['editor'],_0x58ede4=_0x208d1b['locale'];function _0xfbc8fb(_0x3613d1){const _0x16e9ac=_0x208d1b['commands']['get']('bulletedList')['value'],_0x46b5b3=_0x208d1b['commands']['get']('numberedList')['value'];return'numberedList'===_0x3613d1?_0x16e9ac:_0x46b5b3;}_0x208d1b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x43518c){if('formatBlock'!=_0x43518c['type'])return;const {data:_0xd4f2c5}=_0x43518c;if(!_0xd4f2c5)return;let _0x426082,_0x214b02,_0x414da5,_0x55e168;switch(_0xd4f2c5['commandName']){case'bulletedList':_0x414da5=_0xd4f2c5['commandParams'][0x0]['forceValue'],_0x55e168=_0xfbc8fb(_0xd4f2c5['commandName']),_0x426082=_0x414da5?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x55e168&&_0x208d1b['config']['get']('list.multiBlock')||(_0x426082='*Change\x20to:*\x20%0'),_0x214b02={'type':'format','content':o(_0x58ede4,_0x426082,o(_0x58ede4,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x414da5=_0xd4f2c5['commandParams'][0x0]['forceValue'],_0x55e168=_0xfbc8fb(_0xd4f2c5['commandName']),_0x426082=_0x414da5?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x55e168&&_0x208d1b['config']['get']('list.multiBlock')||(_0x426082='*Change\x20to:*\x20%0'),_0x214b02={'type':'format','content':o(_0x58ede4,_0x426082,o(_0x58ede4,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x426082='*Indent:*\x20%0',_0x214b02={'type':'format','content':o(_0x58ede4,_0x426082,o(_0x58ede4,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x426082=function(_0x2d7cbd){const _0x1bea07=_0x2d7cbd['getFirstRange']();let _0x1d963b=_0x1bea07['start']['nodeAfter'];for(;_0x1d963b&&_0x1bea07['containsItem'](_0x1d963b);){if(_0x1d963b['getAttribute']('listIndent')>0x0)return!0x1;_0x1d963b=_0x1d963b['nextSibling'];}return!0x0;}(_0x43518c)?o(_0x58ede4,'*Format:*\x20remove\x20from\x20%0',o(_0x58ede4,function(_0x2639dd){return'ELEMENT_'+_0x2639dd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x43518c))):o(_0x58ede4,'*Outdent:*\x20%0',o(_0x58ede4,'ELEMENT_LIST_ITEM')),_0x214b02={'type':'format','content':_0x426082};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0xd4f2c5['multipleBlocks']&&(_0x426082='*Merge:*\x20%0',_0x214b02={'type':'deletion','content':o(_0x58ede4,_0x426082,o(_0x58ede4,'ELEMENT_LIST_ITEM'))});}return _0x214b02;});}}function le(_0xd01254){let _0x42fc40=_0xd01254['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x42fc40;){const _0x35329d=_0x42fc40['getAttribute']('listItemId');if(!_0x35329d)return!0x1;if(_0x35329d==_0xd01254['data']['newValue'])return'newValue';if(_0x35329d==_0xd01254['data']['oldValue'])return'oldValue';_0x42fc40=_0x42fc40['previousSibling'];}return!0x1;}class pe extends _0x101975{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1f16fa=this['editor']['config']['get']('list.properties'),_0x2a2562=this['editor']['plugins']['get']('TrackChangesEditing');_0x1f16fa['styles']&&(_0x2a2562['enableDefaultAttributesIntegration']('listStyle'),_0x2a2562['registerBlockAttribute']('listStyle')),_0x1f16fa['reversed']&&(_0x2a2562['enableDefaultAttributesIntegration']('listReversed'),_0x2a2562['registerBlockAttribute']('listReversed')),_0x1f16fa['startIndex']&&(_0x2a2562['enableDefaultAttributesIntegration']('listStart'),_0x2a2562['registerBlockAttribute']('listStart'));const _0x954cb={'type':'format','content':''};_0x2a2562['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x43811d=this['editor']['locale'];_0x2a2562['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x43811d,'FORMAT_LIST_REVERSED')),_0x2a2562['descriptionFactory']['registerDescriptionCallback'](_0x7ba774=>{const {data:_0x3c22e3}=_0x7ba774;if(_0x3c22e3&&'listReversed'==_0x3c22e3['key'])return null==_0x3c22e3['newValue']||0x0==_0x3c22e3['newValue']&&null==_0x3c22e3['oldValue']?_0x954cb:void 0x0;}),_0x2a2562['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x43811d,'FORMAT_LIST_START')),_0x2a2562['descriptionFactory']['registerDescriptionCallback'](_0x3feac4=>{const {data:_0x246fe8}=_0x3feac4;if(_0x246fe8&&'listStart'==_0x246fe8['key'])return null==_0x246fe8['newValue']||0x1==_0x246fe8['newValue']&&null==_0x246fe8['oldValue']?_0x954cb:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0xa69e29=>{if(_0xa69e29['batch']['isUndo'])return!0x1;let _0x5e0edd=!0x1;const _0x25d874=_0x2a2562['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x37355a=>{const _0x5dcbed=_0x2a2562['_getAttributeKey'](_0x37355a);return'listStart'==_0x5dcbed||'listReversed'==_0x5dcbed;});for(const _0x4993eb of _0x25d874){const _0x4b07b0=_0x4993eb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4b07b0||'customNumbered'==_0x4b07b0)continue;_0x2a2562['_findSuggestions'](_0x4993eb['getFirstRange'](),'attribute')['find'](_0x4ddba3=>'listType'==_0x2a2562['_getAttributeKey'](_0x4ddba3['suggestion']))||(_0xa69e29['removeMarker'](_0x4993eb['getFirstMarker']()),_0x5e0edd=!0x0);}return _0x5e0edd;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x1d6579){const _0x5515f3=this['editor']['locale'],{data:_0x455382}=_0x1d6579,_0x34a04d={'type':'format','content':''};if(!_0x455382||'listStyle'!=_0x455382['key'])return;if(!_0x455382['oldValue'])return'default'==_0x455382['newValue']?_0x34a04d:{'type':'format','content':''+o(_0x5515f3,'*Set\x20format:*\x20%0',o(_0x5515f3,this['_getTranslationKeyForListStyle'](_0x455382['newValue'])))};if(!_0x455382['newValue']){if('default'==_0x455382['oldValue'])return _0x34a04d;let _0x3bcfef=_0x1d6579['head'];for(;_0x3bcfef;){if(_0x3bcfef['data']&&'listType'==_0x3bcfef['data']['key']&&_0x3bcfef['data']['newValue'])return _0x34a04d;_0x3bcfef=_0x3bcfef['next'];}return{'type':'format','content':''+o(_0x5515f3,'*Remove\x20format:*\x20%0',o(_0x5515f3,this['_getTranslationKeyForListStyle'](_0x455382['oldValue'])))};}if('default'!=_0x455382['newValue'])return{'type':'format','content':''+o(_0x5515f3,'*Set\x20format:*\x20%0',o(_0x5515f3,this['_getTranslationKeyForListStyle'](_0x455382['newValue'])))};let _0xd401f4=_0x1d6579['head'];for(;_0xd401f4;){if(_0xd401f4['data']&&'listType'==_0xd401f4['data']['key']&&_0xd401f4['data']['newValue']&&_0xd401f4['data']['oldValue'])return _0x34a04d;_0xd401f4=_0xd401f4['next'];}return{'type':'format','content':o(_0x5515f3,'*Set\x20format:*\x20%0',o(_0x5515f3,'ELEMENT_'+_0x1d6579['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x15171a=this['editor'],_0x5429fd=_0x15171a['locale'];_0x15171a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x513cef=>{if('formatBlock'!=_0x513cef['type'])return;const {data:_0x12c16c}=_0x513cef;if(!_0x12c16c)return;let _0x287bef,_0x4790c1;switch(_0x12c16c['commandName']){case'listStyle':_0x287bef='*Change\x20to:*\x20%0',_0x4790c1={'type':'format','content':o(_0x5429fd,_0x287bef,o(_0x5429fd,this['_getTranslationKeyForListStyle'](_0x12c16c['commandParams'][0x0]['type'])))};break;case'listReversed':_0x287bef=_0x12c16c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4790c1={'type':'format','content':o(_0x5429fd,_0x287bef)};break;case'listStart':_0x287bef='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4790c1={'type':'format','content':o(_0x5429fd,_0x287bef,_0x12c16c['commandParams'][0x0]['startIndex'])};}return _0x4790c1;});}['_getTranslationKeyForListStyle'](_0x53fd69){return'ELEMENT_'+function(_0x45d372){if(ye['includes'](_0x45d372))return'bulleted';if(Se['includes'](_0x45d372))return'numbered';return null;}(_0x53fd69)['toUpperCase']()+'_LIST_'+_0x53fd69['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x101975{static get['requires'](){return[_0x55e85b];}['init'](){const _0x204c18=this['editor'],_0x33d748=_0x204c18['plugins']['get']('TrackChangesEditing'),_0x47c1b5=_0x204c18['commands']['get']('enter');_0x33d748['enableCommand']('enter',()=>{_0x204c18['model']['change'](_0xe7572e=>{const _0x5ac263=_0x204c18['model']['document']['selection'],_0xe358f5=_0x5ac263['getFirstPosition'](),_0x3aeb12=_0x1fbd79['fromRange'](_0x5ac263['getFirstRange']());if(_0x47c1b5['enterBlock'](_0xe7572e)){const _0x7f2119=_0x204c18['model']['createPositionAt'](_0xe358f5['parent']['nextSibling'],0x0),_0x557757=_0xe7572e['createRange'](_0xe358f5,_0x7f2119);_0x33d748['markInsertion'](_0x557757);}else _0xe7572e['setSelection'](_0xe7572e['createRange'](_0x3aeb12['end']));_0x3aeb12['detach'](),_0x47c1b5['fire']('afterExecute',{'writer':_0xe7572e});});}),_0x204c18['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x204c18,'split'),{'priority':'high'}),_0x204c18['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x20a3b0,_0x34539f,_0x3b019e)=>{const _0x5f2e75=_0x3b019e['mapper']['markerNameToElements'](_0x34539f['markerName']);if(_0x5f2e75){for(const _0x29323d of _0x5f2e75)_0x29323d['hasClass']('ck-suggestion-marker-split')&&(_0x3b019e['mapper']['unbindElementFromMarkerName'](_0x29323d,_0x34539f['markerName']),_0x3b019e['writer']['remove'](_0x29323d));}},{'priority':'high'}),_0x204c18['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x57a76e,_0x51611d,_0x259267)=>{_0x259267['options']['showSuggestionHighlights']&&_e(_0x204c18,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x57a76e,_0x51611d,_0x259267);},{'priority':'high'});}}class X extends _0x101975{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0xdefed8=this['editor']['plugins']['get']('TrackChangesEditing');_0xdefed8['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0xdefed8['enableCommand']('findNext'),_0xdefed8['enableCommand']('findPrevious'),_0xdefed8['enableCommand']('replace'),_0xdefed8['enableCommand']('replaceAll');}['handleFindCommand'](_0x4d02f3,_0x239e6c,_0xceac61={}){const _0x119163=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4d02f3(_0x2f258a=>{let _0x48b950=('string'==typeof _0x239e6c?_0x119163['findByTextCallback'](_0x239e6c,_0xceac61):_0x239e6c)(_0x2f258a);Array['isArray'](_0x48b950)&&(_0x48b950={'results':_0x48b950,'searchText':'string'==typeof _0x239e6c?_0x239e6c:''});const _0x2aa11c=_0x48b950['results']['filter'](_0x3cb5e6=>!0x1===this['_isInDeletionRange'](_0x3cb5e6,_0x2f258a['item']));return{..._0x48b950,'results':_0x2aa11c};},_0xceac61);}['_isInDeletionRange'](_0x507f0a,_0x589896){const _0x31d5e3=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x589896,_0x507f0a['start']),this['editor']['model']['createPositionAt'](_0x589896,_0x507f0a['end']));for(const _0x2cf110 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x31d5e3['getIntersection'](_0x2cf110['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x101975{['afterInit'](){const _0x544f09=this['editor']['locale'],_0x1c867c=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x1e41c5,commandName:_0x1abce9}of ro)this['editor']['plugins']['has'](_0x1e41c5)&&(_0x1c867c['enableDefaultAttributesIntegration'](_0x1abce9),_0x1c867c['registerInlineAttribute'](_0x1abce9));_0x1c867c['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x544f09,'FORMAT_FONT_SIZE')),_0x1c867c['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x544f09,'FORMAT_FONT_FAMILY')),_0x1c867c['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x544f09,'FORMAT_FONT_COLOR')),_0x1c867c['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x544f09,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x200da=this['editor'],_0x3c2136=_0x200da['locale'];_0x200da['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2452da=>{const _0x49bb3c=_0x3c2136['t'];if('formatInline'!=_0x2452da['type'])return;const {data:_0x8e260a}=_0x2452da;if(null!=_0x8e260a){if('fontSize'==_0x8e260a['commandName']){const _0x327ac9=_0x8e260a['commandParams'][0x0]['value'];if(_0x327ac9){const _0x523c9d=_0x49bb3c(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x52e6a0=>_0x52e6a0['model']==_0x327ac9)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3c2136,'*Set\x20font\x20size:*\x20%0',_0x523c9d)};}return{'type':'format','content':o(_0x3c2136,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x8e260a['commandName']){const _0x3bb9af=_0x8e260a['commandParams'][0x0]['value'];return _0x3bb9af?{'type':'format','content':o(_0x3c2136,'*Set\x20font\x20family:*\x20%0',_0x3bb9af)}:{'type':'format','content':o(_0x3c2136,'*Reset\x20font\x20family*')};}if('fontColor'==_0x8e260a['commandName']){const _0x6e7f99=_0x8e260a['commandParams'][0x0]['value'];if(_0x6e7f99){const _0x31e3dc=_0x4f57a6(this['editor']['config']['get']('fontColor.colors'))['find'](_0xb1f62=>_0xb1f62['model']==_0x6e7f99);let _0x2180ad=_0x6e7f99,_0x26eae4='';return _0x31e3dc&&(_0x2180ad=_0x31e3dc['label'],_0x26eae4=_0x49bb3c(_0x2180ad)['toLowerCase']()),{'type':'format','content':o(_0x3c2136,'*Set\x20font\x20color:*\x20%0',_0x26eae4)['trim'](),'color':{'value':_0x6e7f99,'title':_0x26eae4||_0x2180ad}};}return{'type':'format','content':o(_0x3c2136,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x8e260a['commandName']){const _0x47e4ce=_0x8e260a['commandParams'][0x0]['value'];if(_0x47e4ce){const _0x467bfc=_0x4f57a6(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x28cd96=>_0x28cd96['model']==_0x47e4ce);let _0x45c53b=_0x47e4ce,_0x784374='';return _0x467bfc&&(_0x45c53b=_0x467bfc['label'],_0x784374=_0x49bb3c(_0x45c53b)['toLowerCase']()),{'type':'format','content':o(_0x3c2136,'*Set\x20font\x20background\x20color:*\x20%0',_0x784374)['trim'](),'color':{'value':_0x47e4ce,'title':_0x784374||_0x45c53b}};}return{'type':'format','content':o(_0x3c2136,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x101975{['afterInit'](){const _0x80bd54=this['editor'],_0x3a30e5=_0x80bd54['plugins']['get']('TrackChangesEditing'),_0x134435=_0x80bd54['commands']['get']('copyFormat'),_0x28018f=_0x80bd54['commands']['get']('pasteFormat');_0x134435&&_0x28018f&&(_0x3a30e5['enableDefaultAttributesIntegration']('pasteFormat'),_0x3a30e5['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x413ef9=this['editor'],_0x68db81=_0x413ef9['locale'];_0x413ef9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c37a8=>{if('formatBlock'!=_0x4c37a8['type']&&'formatInline'!=_0x4c37a8['type'])return;const {data:_0x120e53}=_0x4c37a8;if(_0x120e53&&'pasteFormat'===_0x120e53['commandName']){const _0x33f998=[],_0x1023a2=_0x120e53['commandParams'][0x0];for(const [_0x489631,_0x2edec0]of Object['entries'](_0x1023a2))_0x33f998['push'](so(_0x413ef9,_0x489631,_0x2edec0));return _0x33f998['length']?{'type':'format','content':o(_0x68db81,'*Set\x20format\x20to:*\x20%0',_0x33f998['join'](',\x20'))}:{'type':'format','content':o(_0x68db81,'*Remove\x20all\x20formatting*')};}});}}function so(_0x35503d,_0x43ce8c,_0x2d8d15){const _0x3bac6f=_0x35503d['locale']['t'],_0x2c3695=_0x43ce8c['split'](/(?=[A-Z])/)['join']('\x20'),_0x276621=_0x3bac6f(_0x2c3695['charAt'](0x0)['toUpperCase']()+_0x2c3695['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2d8d15)return _0x276621;if('fontColor'===_0x43ce8c||'fontBackgroundColor'===_0x43ce8c){const _0x2e119a=_0x4f57a6(_0x35503d['config']['get']('fontColor.colors'))['find'](_0x11354d=>_0x11354d['model']==_0x2d8d15);return _0x276621+'\x20('+(_0x2e119a?_0x3bac6f(_0x2e119a['label'])['toLowerCase']():_0x2d8d15)+')';}if('fontSize'===_0x43ce8c&&isNaN(parseFloat(_0x2d8d15))){const _0x304b35=_0x35503d['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x35503d['config']['get']('fontSize.options'))['find'](_0x895b46=>_0x895b46['model']==_0x2d8d15);return _0x276621+'\x20('+(_0x304b35?_0x3bac6f(_0x304b35['title'])['toLowerCase']():_0x2d8d15)+')';}return _0x276621+'\x20('+_0x2d8d15+')';}class tt extends _0x101975{['_headingOptions'];['afterInit'](){const _0x26a416=this['editor'];if(!_0x26a416['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x26a416['config']['get']('heading.options');const _0x110444=_0x26a416['locale'],_0x1dbcef=_0x26a416['plugins']['get']('TrackChangesEditing');_0x1dbcef['enableDefaultAttributesIntegration']('heading');for(const _0x48a8c0 of this['_headingOptions'])'paragraph'!=_0x48a8c0['model']&&_0x1dbcef['descriptionFactory']['registerElementLabel'](_0x48a8c0['model'],_0x22db27=>{const _0x32de10=this['_getHeadingLevel'](_0x48a8c0['model']);return null!==_0x32de10?_0x546c9e(_0x22db27,_0x32de10):_0x2e525f(_0x22db27,_0x48a8c0['title']);});function _0x546c9e(_0xe4cea9,_0x2b99ae){return o(_0x110444,'ELEMENT_HEADING',[_0xe4cea9,_0x2b99ae]);}function _0x2e525f(_0x42cf85,_0x258ac6){return o(_0x110444,'ELEMENT_HEADING_CUSTOM',[_0x42cf85,_0x258ac6]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4f8e0b=this['editor'],_0x168f6f=_0x4f8e0b['locale'];function _0x4a84e6(_0x3bb3f7,_0x2be011){return o(_0x168f6f,'ELEMENT_HEADING_CUSTOM',[_0x3bb3f7,_0x2be011]);}_0x4f8e0b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f04c7=>{if('formatBlock'!=_0x5f04c7['type'])return;const {data:_0x52f2ff}=_0x5f04c7;if(_0x52f2ff&&'heading'==_0x52f2ff['commandName']){const _0x32cf0b=_0x52f2ff['commandParams'][0x0]['value'],_0x592afb=this['_getHeadingLevel'](_0x32cf0b);if(null!==_0x592afb)return{'type':'format','content':o(_0x168f6f,'*Change\x20to:*\x20%0',(_0x1d7f8d=0x1,_0x922b51=_0x592afb,o(_0x168f6f,'ELEMENT_HEADING',[_0x1d7f8d,_0x922b51])))};const _0x5e0ff2=this['_headingOptions']['find'](_0x12ad44=>_0x12ad44['model']===_0x32cf0b)['title'];return{'type':'format','content':o(_0x168f6f,'*Change\x20to:*\x20%0',_0x4a84e6(0x1,_0x5e0ff2))};}var _0x1d7f8d,_0x922b51;});}['_getHeadingLevel'](_0x4b00bd){const _0x3e8a05=_0x4b00bd['match'](/^heading(\d+)/);if(_0x3e8a05)return _0x3e8a05[0x1];const _0x383204=this['_headingOptions']?.['find'](_0x575aca=>_0x575aca['model']==_0x4b00bd);if(_0x383204&&_0x383204['view']){const _0x509ba7=_0x383204['view'],_0x599a6b=(_0x509ba7['name']??_0x509ba7)['match'](/^h(\d+)/);if(_0x599a6b)return _0x599a6b[0x1];}return null;}}class et extends _0x101975{['afterInit'](){const _0x1d9ada=this['editor'];if(!_0x1d9ada['plugins']['has']('HighlightEditing'))return;const _0x374aec=_0x1d9ada['plugins']['get']('TrackChangesEditing'),_0x4ec9a1=_0x1d9ada['locale'];_0x374aec['enableDefaultAttributesIntegration']('highlight'),_0x374aec['registerInlineAttribute']('highlight'),_0x374aec['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4ec9a1,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x442365=this['editor'],_0x11e32b=_0x442365['locale'];_0x442365['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x47fae9=>{if('formatInline'!=_0x47fae9['type'])return;const {data:_0x4b9d54}=_0x47fae9;if(_0x4b9d54&&'highlight'==_0x4b9d54['commandName']){const _0x149799=_0x11e32b['t'],_0x156960=_0x4b9d54['commandParams'][0x0]['value'];if(_0x156960){const _0x10bf24=_0x442365['config']['get']('highlight.options')['find'](_0x29e95b=>_0x29e95b['model']==_0x156960),_0x5818da=_0x149799(_0x10bf24['title'])['toLowerCase']();return{'type':'format','content':o(_0x11e32b,'*Set\x20highlight:*\x20%0',_0x5818da),'color':{'value':_0x10bf24['color'],'title':_0x10bf24['title']}};}return{'type':'format','content':o(_0x11e32b,'*Remove\x20highlight*',o(_0x11e32b,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x101975{['afterInit'](){const _0x1b4fab=this['editor'];if(!_0x1b4fab['plugins']['has']('HorizontalLineEditing'))return;_0x1b4fab['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x573c09=_0x1b4fab['plugins']['get']('TrackChangesEditing'),_0x9255e3=_0x1b4fab['locale'];_0x573c09['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3a5136=>o(_0x9255e3,'ELEMENT_HORIZONTAL_LINE',_0x3a5136)),_0x1b4fab['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x22e734,{writer:_0x524372,options:_0xb86290})=>{if(!_0xb86290['showSuggestionHighlights'])return null;const _0x861725=_0x524372['createContainerElement']('div'),_0x4ea2c5=_0x524372['createEmptyElement']('hr');return _0x524372['addClass']('ck-horizontal-line',_0x861725),_0x524372['insert'](_0x524372['createPositionAt'](_0x861725,0x0),_0x4ea2c5),_0x861725;},'converterPriority':'high'});}}class st extends _0x101975{['afterInit'](){const _0x2ae390=this['editor'];if(!_0x2ae390['plugins']['has']('HtmlEmbed'))return;const _0x221660=_0x2ae390['plugins']['get']('TrackChangesEditing'),_0x3cff41=_0x2ae390['locale'];_0x221660['descriptionFactory']['registerElementLabel']('rawHtml',_0x18474a=>o(_0x3cff41,'ELEMENT_HTML_EMBED',_0x18474a)),_0x221660['enableDefaultAttributesIntegration']('htmlEmbed'),_0x221660['registerBlockAttribute']('value'),_0x221660['descriptionFactory']['registerDescriptionCallback'](_0x46007f=>{if('attribute'!=_0x46007f['type'])return;const {data:_0x35fb68}=_0x46007f;if(_0x35fb68&&'value'==_0x35fb68['key']&&_0x46007f['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3a4b18=o(_0x3cff41,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3cff41,'*Change\x20%0\x20content*',_0x3a4b18)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3127be=this['editor'],_0x5d4509=_0x3127be['locale'];_0x3127be['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x988e67=>{if('formatBlock'!=_0x988e67['type'])return;const {data:_0x118002}=_0x988e67;if(_0x118002&&'htmlEmbed'==_0x118002['commandName']){const _0x3e0c91=o(_0x5d4509,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5d4509,'*Change\x20%0\x20content*',_0x3e0c91)};}});}}class nt extends _0x101975{['afterInit'](){const _0x3b1d50=this['editor'];if(!_0x3b1d50['plugins']['has']('ImageEditing'))return;const _0x478f02=_0x3b1d50['plugins']['get']('TrackChangesEditing'),_0x4959ad=_0x3b1d50['plugins']['get']('ImageUtils'),_0x10b0cd=_0x3b1d50['locale'];_0x478f02['enableCommand']('insertImage'),_0x478f02['descriptionFactory']['registerElementLabel']('imageBlock',_0x38d05a=>o(_0x10b0cd,'ELEMENT_IMAGE',_0x38d05a)),_0x478f02['descriptionFactory']['registerElementLabel']('imageInline',_0x541f96=>o(_0x10b0cd,'ELEMENT_INLINE_IMAGE',_0x541f96)),_0x478f02['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x10b0cd,'ELEMENT_CAPTION')),_0x3b1d50['plugins']['has']('ImageUploadEditing')&&_0x478f02['enableCommand']('uploadImage'),_0x3b1d50['plugins']['has']('ImageBlockEditing')&&_0x3b1d50['plugins']['has']('ImageInlineEditing')&&(_0x478f02['enableCommand']('imageTypeInline',(_0x5b2024,_0x2a5aec)=>{const _0x30a223=_0x4959ad['getClosestSelectedImageElement'](_0x3b1d50['model']['document']['selection']);_0x3b1d50['model']['change'](()=>{_0x478f02['markBlockFormat'](_0x30a223,{'commandName':'imageTypeInline','commandParams':[_0x2a5aec]},[],'convertBlockImageToInline');});}),_0x478f02['enableCommand']('imageTypeBlock',(_0x11c9df,_0x2259d1)=>{_0x3b1d50['model']['change'](_0x25ebc7=>{let _0x738e6c=_0x4959ad['getClosestSelectedImageElement'](_0x3b1d50['model']['document']['selection']),_0x4ddef0=_0x25ebc7['createRangeOn'](_0x738e6c);const _0x566b27=_0x1b2be3['fromPosition'](_0x4ddef0['start'],'toPrevious'),_0x3bc6fe=_0x1b2be3['fromPosition'](_0x4ddef0['end'],'toNext');_0x478f02['forceDefaultExecution'](()=>_0x11c9df(_0x2259d1)),_0x738e6c=_0x4959ad['getClosestSelectedImageElement'](_0x3b1d50['model']['document']['selection']),_0x4ddef0=_0x25ebc7['createRangeOn'](_0x738e6c);const _0x3e8176=_0x25ebc7['createRange'](_0x566b27,_0x3bc6fe);_0x566b27['detach'](),_0x3bc6fe['detach'](),_0x478f02['markBlockFormat'](_0x738e6c,{'commandName':'imageTypeInline','commandParams':[_0x2259d1]},[],'convertInlineImageToBlock'),_0x3e8176['start']['isBefore'](_0x4ddef0['start'])&&_0x478f02['markInsertion'](_0x25ebc7['createRange'](_0x3e8176['start'],_0x4ddef0['start']),'convertInlineImageToBlock'),_0x4ddef0['end']['isBefore'](_0x3e8176['end'])&&_0x478f02['markInsertion'](_0x25ebc7['createRange'](_0x4ddef0['end'],_0x3e8176['end']),'convertInlineImageToBlock');});}),_0x478f02['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x478f02['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x478f02['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x478f02['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x478f02['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x478f02['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x233444])=>{const _0x31eeb1=_0x478f02['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5d3057=_0x233444['start'],_0x3f9603=_0x233444['end'];const _0x1ebc79=_0x3b1d50['model']['schema']['getNearestSelectionRange'](_0x5d3057,'backward'),_0x41e55f=_0x3b1d50['model']['schema']['getNearestSelectionRange'](_0x3f9603,'forward');_0x1ebc79['isCollapsed']&&(_0x5d3057=_0x1ebc79['start']),_0x41e55f['isCollapsed']&&(_0x3f9603=_0x41e55f['end']),_0x31eeb1([_0x3b1d50['model']['createRange'](_0x5d3057,_0x3f9603)]);}),_0x478f02['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x48184a),_0x478f02['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x48184a)),_0x3b1d50['plugins']['has']('ImageCaptionEditing')&&(_0x478f02['enableCommand']('toggleImageCaption',(_0x40da7b,_0x2e8a19)=>{const _0x3565b9=_0x3b1d50['plugins']['get']('ImageCaptionUtils');let _0x325078=_0x4959ad['getClosestSelectedImageElement'](_0x3b1d50['model']['document']['selection']),_0x68de84=_0x3565b9['getCaptionFromImageModelElement'](_0x325078);_0x3b1d50['model']['change'](()=>{if(_0x68de84)return void _0x478f02['markDeletion'](_0x3b1d50['model']['createRangeOn'](_0x68de84));const _0xf4e3e2=_0x4959ad['isBlockImage'](_0x325078);_0x40da7b(_0x2e8a19),_0x325078=_0x4959ad['getClosestSelectedImageElement'](_0x3b1d50['model']['document']['selection']),_0x68de84=_0x3565b9['getCaptionFromImageModelElement'](_0x325078),_0x478f02['markInsertion'](_0x3b1d50['model']['createRangeOn'](_0x68de84),_0xf4e3e2?null:'imageCaption');});}),_0x478f02['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x48184a));const _0x23056d=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x265f73(_0x1d21af,_0x494328){const _0x141701=_0x23056d['findIndex'](({type:_0x50adc2,subType:_0x248259})=>_0x1d21af['type']==_0x50adc2&&_0x1d21af['subType']==_0x248259),_0x5d6e8f=_0x23056d['findIndex'](({type:_0x1d6c7c,subType:_0x2649c4})=>_0x494328['type']==_0x1d6c7c&&_0x494328['subType']==_0x2649c4);if(_0x141701<0x0||_0x5d6e8f<0x0)return!0x1;const _0x4642f7=_0x1d21af['getFirstRange'](),_0xf0d261=_0x494328['getFirstRange']();if((0x0==_0x141701||0x1==_0x141701)&&0x2==_0x5d6e8f&&_0x4642f7['isIntersecting'](_0xf0d261))return!0x0;if(0x2==_0x141701&&0x3==_0x5d6e8f){const _0x49f9aa=_0x478f02['_findSuggestions'](_0x4642f7,'insertion')['filter'](({suggestion:_0x264552,meta:_0x3e1d1d})=>_0x3e1d1d['isOwn']&&'convertInlineImageToBlock'==_0x264552['subType']);if(_0x49f9aa['length']>0x1&&_0xf0d261['end']['isEqual'](_0x4642f7['start']))return!0x0;if(0x1==_0x49f9aa['length']&&(_0x4642f7['start']['isEqual'](_0xf0d261['end'])||_0x4642f7['end']['isEqual'](_0xf0d261['start'])))return!0x0;}if(0x3==_0x141701&&0x3==_0x5d6e8f&&_0x4642f7['start']['isBefore'](_0xf0d261['start'])){const _0x2d71c2=_0x4642f7['end']['nodeAfter'],_0x3b2ad2=_0xf0d261['start']['nodeBefore'];return _0x4959ad['isBlockImage'](_0x2d71c2)&&_0x2d71c2===_0x3b2ad2;}return!0x1;}function _0x48184a(_0x1e9002,_0x4b8c2a){return _0x265f73(_0x1e9002,_0x4b8c2a)?[_0x1e9002,_0x4b8c2a]:_0x265f73(_0x4b8c2a,_0x1e9002)?[_0x4b8c2a,_0x1e9002]:null;}_0x3b1d50['plugins']['has']('ImageResize')&&(_0x478f02['enableDefaultAttributesIntegration']('resizeImage'),_0x478f02['registerBlockAttribute']('resizedWidth'),_0x478f02['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x10b0cd,'FORMAT_IMAGE_SIZE'))),_0x3b1d50['plugins']['has']('ImageTextAlternativeEditing')&&(_0x478f02['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x478f02['registerBlockAttribute']('alt')),_0x478f02['descriptionFactory']['registerDescriptionCallback'](_0x440fd8=>{if(!!_0x23056d['find'](({type:_0x3dbe8a,subType:_0x32cbe9})=>_0x440fd8['type']==_0x3dbe8a&&_0x440fd8['subType']==_0x32cbe9))return _0x440fd8['previous']?{}:void 0x0;}),_0x478f02['descriptionFactory']['registerDescriptionCallback'](_0x29dfba=>{if('insertion'==_0x29dfba['type']||'deletion'==_0x29dfba['type']){const _0x5877c5=_0x29dfba['getContainedElement']();if(_0x5877c5&&_0x5877c5['is']('element','caption'))return{'type':'insertion'==_0x29dfba['type']?'addObject':'removeObject','element':_0x5877c5,'quantity':0x1};}}),_0x478f02['descriptionFactory']['registerDescriptionCallback'](_0x3289c1=>'formatBlock'==_0x3289c1['type']&&'convertInlineImageToBlock'==_0x3289c1['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3289c1['type']&&'convertBlockImageToInline'==_0x3289c1['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x478f02['descriptionFactory']['registerDescriptionCallback'](_0x12499d=>{if('attribute'!=_0x12499d['type'])return;const {data:_0x336c82}=_0x12499d;if(!_0x336c82||'alt'!=_0x336c82['key'])return;const _0x1be94c=_0x336c82['newValue'];return _0x1be94c?{'type':'format','content':o(_0x10b0cd,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1be94c+'\x22')}:{'type':'format','content':o(_0x10b0cd,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5360cf=this['editor'],_0x2fd568=_0x5360cf['locale'];_0x5360cf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x812694=>{if('formatBlock'!=_0x812694['type']&&'formatInline'!=_0x812694['type'])return;const {data:_0x39d1c6}=_0x812694;if(_0x39d1c6){if('imageTextAlternative'==_0x39d1c6['commandName']){const _0x6293a3=_0x39d1c6['commandParams'][0x0]['newValue'];return _0x6293a3?{'type':'format','content':o(_0x2fd568,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x6293a3+'\x22')}:{'type':'format','content':o(_0x2fd568,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x39d1c6['commandName']){const _0x91760e=_0x39d1c6['commandParams'][0x0]['width'];return _0x91760e?{'type':'format','content':o(_0x2fd568,'*Set\x20image\x20width:*\x20%0',_0x91760e)}:{'type':'format','content':o(_0x2fd568,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x101975{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x17a0c9=this['editor']['locale'],_0x556f13=this['editor']['plugins']['get']('TrackChangesEditing');_0x556f13['enableDefaultAttributesIntegration']('replaceImageSource'),_0x556f13['registerBlockAttribute']('src'),_0x556f13['descriptionFactory']['registerDescriptionCallback'](_0x50bb2f=>{if('attribute'!=_0x50bb2f['type'])return;const {data:_0x31f986}=_0x50bb2f;return _0x31f986&&'src'==_0x31f986['key']?_0x31f986['newValue']&&_0x31f986['oldValue']?{'type':'format','content':o(_0x17a0c9,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x30d0a4=this['editor']['plugins']['get']('TrackChangesEditing');_0x30d0a4['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x30d0a4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x30d0a4['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x30d0a4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa936cf=this['editor'],_0x14f0d5=_0xa936cf['locale'];_0xa936cf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe234e8=>{if('formatBlock'!=_0xe234e8['type']&&'formatInline'!=_0xe234e8['type'])return;const {data:_0x4e6117}=_0xe234e8;if(!_0x4e6117||'replaceImageSource'!=_0x4e6117['commandName'])return;return{'type':'format','content':o(_0x14f0d5,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x101975{['afterInit'](){const _0x1e7c28=this['editor'];if(!_0x1e7c28['plugins']['has']('ImageStyleEditing'))return;const _0x3ca80e=_0x1e7c28['plugins']['get']('TrackChangesEditing'),_0x4d2b14=_0x1e7c28['plugins']['get']('ImageUtils'),_0x1b4996={};_0x3ca80e['enableCommand']('imageStyle',(_0x52d63e,_0x7e1bd1)=>{const _0x10e7cf=_0x1e7c28['plugins']['get']('Users')['me'],_0x2d763c=_0x1e7c28['commands']['get']('imageStyle');let _0x5c2fe4=_0x4d2b14['getClosestSelectedImageElement'](_0x1e7c28['model']['document']['selection']),_0x2b9633=_0x1e7c28['model']['createRangeOn'](_0x5c2fe4),_0x4c5ed9=_0x2d763c['value'];if(_0x4c5ed9==_0x7e1bd1['value'])return;const _0x1efebe={'commandName':'imageStyle','commandParams':[_0x7e1bd1],'formatGroupId':_0x4600fb()};_0x1e7c28['model']['change'](()=>{if(_0x3ca80e['getSuggestions']()['filter'](_0xf7e9a=>_0xf7e9a['isInContent']&&_0x10e7cf==_0xf7e9a['author']&&('formatBlock'==_0xf7e9a['type']||'formatInline'==_0xf7e9a['type'])&&('imageStylePreApply'==_0xf7e9a['subType']||'imageStylePostApply'==_0xf7e9a['subType'])&&_0xf7e9a['getFirstRange']()['isEqual'](_0x2b9633))['forEach'](_0x500977=>_0x3ca80e['discardSuggestion'](_0x500977['head'])),_0x5c2fe4=_0x4d2b14['getClosestSelectedImageElement'](_0x1e7c28['model']['document']['selection']),_0x2b9633=_0x1e7c28['model']['createRangeOn'](_0x5c2fe4),_0x2d763c['refresh'](),_0x1e7c28['commands']['get']('imageTypeInline')['refresh'](),_0x1e7c28['commands']['get']('imageTypeBlock')['refresh'](),_0x4c5ed9=_0x2d763c['value'],_0x4c5ed9!=_0x7e1bd1['value'])return _0x4d2b14['isInlineImage'](_0x5c2fe4)&&_0x2d763c['shouldConvertImageType'](_0x7e1bd1['value'],_0x5c2fe4)?(_0x52d63e({..._0x7e1bd1,'setImageSizes':!0x1}),_0x5c2fe4=_0x4d2b14['getClosestSelectedImageElement'](_0x1e7c28['model']['document']['selection']),void _0x3ca80e['markBlockFormat'](_0x5c2fe4,{..._0x1efebe,'commandReversedParams':[{'value':_0x4c5ed9||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4d2b14['isBlockImage'](_0x5c2fe4)?_0x3ca80e['markBlockFormat'](_0x5c2fe4,_0x1efebe,[],'imageStylePostApply'):_0x3ca80e['markInlineFormat'](_0x2b9633,_0x1efebe,'imageStylePostApply'));});});for(const _0x4afb37 of _0x1e7c28['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1b4996[_0x4afb37['name']]=_0x4afb37['title']['toLowerCase']();_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x1f7d28])=>{_0x4d2b14['setImageNaturalSizeAttributes'](_0x1f7d28['getContainedElement']());}),_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x5b2a2e,_0x4640e0)=>{_0x3ca80e['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x5b2a2e,{'commandName':_0x4640e0['commandName'],'commandParams':_0x4640e0['commandReversedParams']});}),_0x3ca80e['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1ac21d,_0x52452c){if(_0x57d3ec(_0x1ac21d,_0x52452c))return[_0x1ac21d,_0x52452c];if(_0x57d3ec(_0x52452c,_0x1ac21d))return[_0x52452c,_0x1ac21d];return null;});const _0x4d1195=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x57d3ec(_0x34aa3f,_0x388783){const _0x5d1818=_0x4d1195['findIndex'](({type:_0xf56a15,subType:_0x503cfc})=>_0x34aa3f['type']==_0xf56a15&&_0x34aa3f['subType']==_0x503cfc),_0xee58ab=_0x4d1195['findIndex'](({type:_0x11cf43,subType:_0x465ae9})=>_0x388783['type']==_0x11cf43&&_0x388783['subType']==_0x465ae9);if(_0x5d1818<0x0||_0xee58ab<0x0)return!0x1;const _0x40acbc=_0x34aa3f['getFirstRange'](),_0x2af16d=_0x388783['getFirstRange']();if((0x0==_0x5d1818||0x1==_0x5d1818)&&0x2==_0xee58ab&&_0x40acbc['isIntersecting'](_0x2af16d))return!0x0;if(0x2==_0x5d1818&&0x3==_0xee58ab){const _0x1ab78d=_0x3ca80e['_findSuggestions'](_0x40acbc,'insertion')['filter'](({suggestion:_0x4d0b8a,meta:_0x96166d})=>_0x96166d['isOwn']&&'convertInlineImageToBlock'==_0x4d0b8a['subType']);if(_0x1ab78d['length']>0x1&&_0x2af16d['end']['isEqual'](_0x40acbc['start']))return!0x0;if(0x1==_0x1ab78d['length']&&(_0x40acbc['start']['isEqual'](_0x2af16d['end'])||_0x40acbc['end']['isEqual'](_0x2af16d['start'])))return!0x0;}if(0x3==_0x5d1818&&0x3==_0xee58ab&&_0x40acbc['start']['isBefore'](_0x2af16d['start'])){const _0x4a2fd5=_0x40acbc['end']['nodeAfter'],_0x48d0ac=_0x2af16d['start']['nodeBefore'];return _0x4d2b14['isBlockImage'](_0x4a2fd5)&&_0x4a2fd5===_0x48d0ac;}return!0x1;}_0x1e7c28['model']['document']['registerPostFixer'](()=>{let _0x3cda42=!0x1;const _0x1a34e7=Array['from'](_0x1e7c28['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x48d172,data:_0x2c3f48}of _0x1a34e7){const {group:_0x58e0f7,type:_0x108d93,subType:_0x2c629f,id:_0x12d828}=_0x3ca80e['_splitMarkerName'](_0x48d172);if('suggestion'==_0x58e0f7&&_0x3ca80e['hasSuggestion'](_0x12d828)){if('formatBlock'==_0x108d93&&('imageStylePreApply'==_0x2c629f||'imageStylePostApply'==_0x2c629f)){const _0x2d7e0d=_0x3ca80e['getSuggestion'](_0x12d828);if(_0x2c3f48['newRange']){const _0x3f280b=_0x2d7e0d['getFirstRange']()['getContainedElement']();if(_0x4d2b14['isBlockImage'](_0x3f280b))continue;_0x3ca80e['discardSuggestion'](_0x2d7e0d),_0x3cda42=!0x0;}}if('insertion'==_0x108d93&&'imageCaption'==_0x2c629f&&!_0x2c3f48['newRange']){const _0x3cb6e5=_0x3ca80e['getSuggestion'](_0x12d828);_0x3cb6e5['next']&&_0x3cb6e5['next']['isInContent']&&(_0x3ca80e['discardSuggestion'](_0x3cb6e5['next']),_0x3cda42=!0x0);}}}return _0x3cda42;}),this['_registerLegacyDescription'](_0x1b4996);}['_registerLegacyDescription'](_0x346466){const _0x361ad7=this['editor'],_0x47d7ef=_0x361ad7['locale'];_0x361ad7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1ccd4e=>{if('formatBlock'!=_0x1ccd4e['type']&&'formatInline'!=_0x1ccd4e['type'])return;const {data:_0x2e3b9a}=_0x1ccd4e;if(!_0x2e3b9a||'imageStyle'!=_0x2e3b9a['commandName'])return;const _0x548ac1=_0x2e3b9a['commandParams'][0x0]['value'];return _0x5a7840('side'===_0x548ac1?o(_0x47d7ef,'FORMAT_SIDE_IMAGE'):_0x346466[_0x548ac1]||_0x548ac1);function _0x5a7840(_0x26e4e1){return{'type':'format','content':o(_0x47d7ef,'*Format:*\x20%0',_0x26e4e1)};}});}}class at extends _0x101975{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x4bd0ec){super(_0x4bd0ec),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4fb0ff=this['editor'],_0x2e9a6e=_0x4fb0ff['commands']['get']('importWord'),_0x3c9c12=_0x4fb0ff['commands']['get']('trackChanges');_0x2e9a6e&&(_0x2e9a6e['on']('execute',(_0x1f9e34,[,_0x2ecd44])=>{this['_trackChangesValueDuringImport']=_0x3c9c12['value'],_0x2ecd44['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x2e9a6e,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x2e9a6e,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x3c9c12['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4fb0ff['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x546a99,_0x4a5f73){const {suggestions:_0x28ada2}=_0x4a5f73,_0x37db85=this['editor']['commands']['get']('trackChanges'),_0x372e00=_0x37db85['value'];this['_trackChangesValueDuringImport']!==_0x372e00&&(_0x37db85['execute'](),this['_trackChangesExecuted']=!0x0),_0x28ada2&&_0x28ada2['forEach'](({id:_0x386334,type:_0x4e97ca,author:_0x52e53d,created_at:_0x17cb0d})=>{const _0x1514bb={'id':_0x386334,'type':_0x4e97ca,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x52e53d,'createdAt':_0x17cb0d?new Date(_0x17cb0d):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x1514bb);});}}class ct extends _0x101975{['afterInit'](){const _0x4863af=this['editor'],_0x30dd1a=_0x4863af['plugins']['get']('TrackChangesEditing');if(_0x4863af['plugins']['has']('IndentEditing')&&(_0x30dd1a['enableCommand']('indent'),_0x30dd1a['enableCommand']('outdent')),_0x4863af['plugins']['has']('IndentBlock')){for(const _0xc82c8a of['indentBlock','outdentBlock'])_0x30dd1a['enableDefaultAttributesIntegration'](_0xc82c8a);}const _0x188150=_0x4863af['locale'];_0x30dd1a['registerBlockAttribute']('blockIndent'),_0x30dd1a['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x188150,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe076ac=this['editor'],_0x39d3c8=_0xe076ac['locale'],_0x3730e1=_0xe076ac['plugins']['get']('TrackChangesEditing');_0x3730e1['descriptionFactory']['registerDescriptionCallback'](_0x9c0fd3=>{if('formatBlock'!=_0x9c0fd3['type'])return;const {data:_0x11af69}=_0x9c0fd3;if(!_0x11af69)return;if('indentBlock'!=_0x11af69['commandName']&&'outdentBlock'!=_0x11af69['commandName'])return;const _0x56a7c9=_0x9c0fd3['getItems']()[0x0],_0x872d97=_0x3730e1['descriptionFactory']['getItemLabel'](_0x56a7c9);return'indentBlock'==_0x11af69['commandName']?{'type':'format','content':o(_0x39d3c8,'*Indent:*\x20%0',_0x872d97)}:'outdentBlock'==_0x11af69['commandName']?{'type':'format','content':o(_0x39d3c8,'*Outdent:*\x20%0',_0x872d97)}:void 0x0;});}}class ut extends _0x101975{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x101975{['afterInit'](){const _0x582adc=this['editor'];if(!_0x582adc['plugins']['has']('LinkEditing'))return;const _0x521a02=_0x582adc['plugins']['get']('TrackChangesEditing'),_0x14e8a7=_0x582adc['commands']['get']('link');_0x521a02['enableDefaultAttributesIntegration']('link'),_0x521a02['enableDefaultAttributesIntegration']('unlink'),_0x521a02['registerInlineAttribute']('linkHref');for(const _0x382238 of _0x14e8a7['manualDecorators'])_0x521a02['registerInlineAttribute'](_0x382238['id']),_0x521a02['descriptionFactory']['registerAttributeLabel'](_0x382238['id'],'link\x20('+_0x382238['label']['toLowerCase']()+')');_0x521a02['descriptionFactory']['registerDescriptionCallback'](_0x2ab8b8=>{if('attribute'!=_0x2ab8b8['type'])return;const {data:_0x22d045}=_0x2ab8b8;if(!_0x22d045||'linkHref'!=_0x22d045['key'])return;const _0x3f938d=_0x22d045['newValue'],_0x22386b=_0x582adc['locale'];return{'type':'format','content':null==_0x3f938d?o(_0x22386b,'*Remove\x20link*'):o(_0x22386b,'*Set\x20link:*\x20%0','\x22'+_0x3f938d+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5d872b=this['editor'],_0x32dafb=_0x5d872b['locale'];_0x5d872b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2556a5=>{if('formatInline'!=_0x2556a5['type'])return;const {data:_0xf2af7d}=_0x2556a5;if(_0xf2af7d){if('link'==_0xf2af7d['commandName']){const _0x55f5f7=_0xf2af7d['commandParams'][0x0];return{'type':'format','content':o(_0x32dafb,'*Set\x20link:*\x20%0','\x22'+_0x55f5f7+'\x22')};}return'unlink'==_0xf2af7d['commandName']?{'type':'format','content':o(_0x32dafb,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x101975{['afterInit'](){const _0x21ee54=this['editor'],_0x3bf6ba=_0x21ee54['locale'];if(!_0x21ee54['plugins']['has']('LegacyListEditing'))return;const _0x3e64b6=_0x21ee54['plugins']['get']('TrackChangesEditing'),_0x23af7e=_0x21ee54['plugins']['has']('LegacyTodoListEditing');function _0xbf4240(_0x186d6c){return()=>{const _0x21877b=_0x21ee54['model']['document']['selection'],_0x53ba1b=_0x21ee54['commands']['get'](_0x186d6c);if(_0x53ba1b['value'])return void _0x21ee54['execute']('paragraph',{});const _0x47305d=_0x186d6c['slice'](0x0,-0x4),_0x4899d7=function(_0x1d27ff,_0x27e51d,_0x583c17){let _0x281073=Array['from'](_0x1d27ff)['filter'](_0x31b5f0=>function(_0xab87e0,_0x827a86){return _0x827a86['checkChild'](_0xab87e0['parent'],'listItem')&&!_0x827a86['isObject'](_0xab87e0);}(_0x31b5f0,_0x583c17));_0x281073=_0x281073['filter'](_0x42b4fb=>!_0x42b4fb['is']('element','listItem')||_0x42b4fb['getAttribute']('listType')!=_0x27e51d);const _0x1cfe83=new Set();for(const _0x20346a of _0x281073)_0x20346a['is']('element','listItem')?_0x1cfe83['add'](fe(_0x20346a)):_0x1cfe83['add'](_0x20346a);return Array['from'](_0x1cfe83);}(_0x21877b['getSelectedBlocks'](),_0x47305d,_0x21ee54['model']['schema']);_0x21ee54['model']['change'](()=>{for(const _0x5a9b3d of _0x4899d7)_0x3e64b6['markBlockFormat'](_0x5a9b3d,{'commandName':_0x186d6c,'commandParams':[{'forceValue':!_0x53ba1b['value']}],'formatGroupId':'blockName'},ue(_0x5a9b3d));});};}function _0x4e302e(_0x2f7121){return()=>{const _0xef76b0=function(_0x3a516a){let _0xc4035=Array['from'](_0x3a516a);const _0x2c9996=_0xc4035['findIndex'](_0x48c48b=>'listItem'!=_0x48c48b['name']);return _0x2c9996>-0x1&&(_0xc4035=_0xc4035['slice'](0x0,_0x2c9996)),_0xc4035;}(_0x21ee54['model']['document']['selection']['getSelectedBlocks']()),_0x441b86=_0x21ee54['model']['createRange'](_0x21ee54['model']['createPositionAt'](_0xef76b0[0x0],'before'),_0x21ee54['model']['createPositionAt'](_0xef76b0[_0xef76b0['length']-0x1],'end'));_0x21ee54['model']['change'](()=>{_0x3e64b6['markBlockFormat'](_0x441b86,{'commandName':_0x2f7121,'commandParams':[],'formatGroupId':'listIndent'},function(_0x53cded){const _0x4cd04f=new Set();for(const _0xf37165 of _0x53cded){let _0x1812b3=_0xf37165['nextSibling'];for(;_0x1812b3&&_0x1812b3['getAttribute']('listIndent')>_0xf37165['getAttribute']('listIndent');)_0x4cd04f['add'](_0x1812b3),_0x1812b3=_0x1812b3['nextSibling'];}return Array['from'](_0x4cd04f);}(_0xef76b0));});};}_0x3e64b6['enableCommand']('numberedList',_0xbf4240('numberedList')),_0x3e64b6['enableCommand']('bulletedList',_0xbf4240('bulletedList')),_0x23af7e&&_0x3e64b6['enableCommand']('todoList',_0xbf4240('todoList')),_0x3e64b6['enableCommand']('indentList',_0x4e302e('indentList')),_0x3e64b6['enableCommand']('outdentList',_0x4e302e('outdentList')),_0x23af7e&&_0x3e64b6['enableCommand']('checkTodoList',()=>{const _0x143cee=_0x21ee54['commands']['get']('checkTodoList'),_0x24e9a1=Array['from'](_0x143cee['_selectedElements']);_0x24e9a1['filter'](_0x29016b=>_0x29016b['getAttribute']('todoListChecked')!=_0x143cee['value']),_0x21ee54['model']['change'](()=>{for(const _0x36222c of _0x24e9a1)_0x3e64b6['markBlockFormat'](_0x36222c,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x143cee['value']}]});});}),_0x3e64b6['descriptionFactory']['registerElementLabel']('listItem',_0x1f2611=>o(_0x3bf6ba,'ELEMENT_LIST_ITEM',_0x1f2611)),_0x3e64b6['descriptionFactory']['registerDescriptionCallback'](_0x144866=>{if('formatBlock'!=_0x144866['type']&&'formatInline'!=_0x144866['type'])return;const {data:_0x612547}=_0x144866;if(_0x612547){if('numberedList'==_0x612547['commandName']||'bulletedList'==_0x612547['commandName']||'todoList'==_0x612547['commandName'])switch(_0x612547['commandName']['replace']('List','')){case'bulleted':return _0x35e431(o(_0x3bf6ba,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x35e431(o(_0x3bf6ba,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x35e431(o(_0x3bf6ba,'ELEMENT_TODO_LIST'));}if('indentList'==_0x612547['commandName'])return{'type':'format','content':o(_0x3bf6ba,'*Indent:*\x20%0',o(_0x3bf6ba,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x612547['commandName'])return{'type':'format','content':o(_0x3bf6ba,'*Outdent:*\x20%0',o(_0x3bf6ba,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x612547['commandName'])return _0x612547['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3bf6ba,'*Check\x20item*')}:{'type':'format','content':o(_0x3bf6ba,'*Uncheck\x20item*')};}function _0x35e431(_0x21fbc0){return{'type':'format','content':o(_0x3bf6ba,'*Change\x20to:*\x20%0',_0x21fbc0)};}});}}function fe(_0x36cbf0){const _0x3210a8=_0x36cbf0['getAttribute']('listIndent');if(0x0==_0x3210a8)return _0x36cbf0;let _0x2f4586=_0x36cbf0;for(;_0x36cbf0['previousSibling']&&_0x36cbf0['previousSibling']['is']('element','listItem');){const _0x158fba=_0x36cbf0['previousSibling']['getAttribute']('listIndent');if(_0x158fba==_0x3210a8)_0x2f4586=_0x36cbf0['previousSibling'];else{if(_0x158fba<_0x3210a8)break;}_0x36cbf0=_0x36cbf0['previousSibling'];}return _0x2f4586;}function ue(_0x451c28){const _0x2291e9=[];if(_0x451c28['is']('element','listItem')&&_0x451c28['getAttribute']('listIndent')>0x0){let _0x49934c=_0x451c28['nextSibling'];for(;_0x49934c&&'listItem'==_0x49934c['name']&&_0x49934c['getAttribute']('listIndent')==_0x451c28['getAttribute']('listIndent');)_0x2291e9['push'](_0x49934c),_0x49934c=_0x49934c['nextSibling'];}return _0x2291e9;}class W extends _0x101975{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x5032ae=this['editor']['config']['get']('list.properties'),_0x46e639=this['editor']['plugins']['get']('TrackChangesEditing');_0x5032ae['styles']&&_0x46e639['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x5032ae['reversed']&&_0x46e639['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x5032ae['startIndex']&&_0x46e639['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x46e639['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x50fb65,_0x210e33={}){const _0x29a8ec=this['editor']['plugins']['get']('TrackChangesEditing'),_0x322e28=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x29a8ec['markMultiRangeBlockFormat'](_0x322e28,{'commandName':'listStyle','commandParams':[{'type':_0x210e33['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x46fd47,_0x11da60={}){const _0x3ab5c1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x7f6d33=this['_getSuggestionBlocks'](_0x57f3b1=>_0x57f3b1['is']('element','listItem')&&'numbered'===_0x57f3b1['getAttribute']('listType'));if(_0x7f6d33['length']<0x1)return;const _0x34392c=_0x7f6d33['map'](_0x133c03=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x133c03,'before'),this['editor']['model']['createPositionAt'](_0x133c03,0x0)));this['editor']['model']['change'](()=>{_0x3ab5c1['markMultiRangeBlockFormat'](_0x34392c,{'commandName':'listReversed','commandParams':[{'reversed':_0x11da60['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x4cda24,_0x44dbb5={}){const _0x5363e9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x9aa031=this['_getSuggestionBlocks'](_0x2bacaa=>_0x2bacaa['is']('element','listItem')&&'numbered'===_0x2bacaa['getAttribute']('listType'));if(_0x9aa031['length']<0x1)return;const _0x2b7349=_0x9aa031['map'](_0x58973f=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x58973f,'before'),this['editor']['model']['createPositionAt'](_0x58973f,0x0)));this['editor']['model']['change'](()=>{_0x5363e9['markMultiRangeBlockFormat'](_0x2b7349,{'commandName':'listStart','commandParams':[{'startIndex':_0x44dbb5['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x6ed545){if('formatBlock'!=_0x6ed545['type']&&'formatInline'!=_0x6ed545['type'])return;const _0x513e5d=this['editor']['locale'],{data:_0x5bbc72}=_0x6ed545;if(!_0x5bbc72)return;let _0x481adf,_0x4b94a4;switch(_0x5bbc72['commandName']){case'listStyle':_0x481adf='*Change\x20to:*\x20%0',_0x4b94a4={'type':'format','content':o(_0x513e5d,_0x481adf,o(_0x513e5d,this['_getTranslationKeyForListStyle'](_0x5bbc72['commandParams'][0x0]['type'])))};break;case'listReversed':_0x481adf=_0x5bbc72['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4b94a4={'type':'format','content':o(_0x513e5d,_0x481adf)};break;case'listStart':_0x481adf='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4b94a4={'type':'format','content':o(_0x513e5d,_0x481adf,_0x5bbc72['commandParams'][0x0]['startIndex'])};}return _0x4b94a4;}['_getSuggestionBlocksForListStyle'](){const _0x124b6b=this['editor']['plugins']['get']('LegacyListUtils');let _0x5ce069=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x5ce069[0x0]?.['is']('element','listItem')&&_0x5ce069['unshift'](..._0x124b6b['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x5ce069[_0x5ce069['length']-0x1]?.['is']('element','listItem')&&_0x5ce069['push'](..._0x124b6b['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x5ce069=[...new Set(_0x5ce069)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x5ce069=_0x5ce069['filter'](_0x5add16=>_0x5add16['is']('element','listItem'))),_0x5ce069;}['_getSuggestionBlocks'](_0x3c0b69){const _0x3e7b25=this['editor']['plugins']['get']('LegacyListUtils');let _0x33523e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3c0b69)['map'](_0x36a4ea=>{const _0x4ef37b=this['editor']['model']['createPositionAt'](_0x36a4ea,0x0);return[..._0x3e7b25['getSiblingNodes'](_0x4ef37b,'backward'),..._0x3e7b25['getSiblingNodes'](_0x4ef37b,'forward')];})['flat']();return _0x33523e=[...new Set(_0x33523e)],_0x33523e;}['_getTranslationKeyForListStyle'](_0x1c4958){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1c4958)||'default')['toUpperCase']()+'_LIST_'+_0x1c4958['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x101975{['afterInit'](){const _0x348c2e=this['editor'];if(!_0x348c2e['plugins']['has']('MediaEmbedEditing'))return;const _0x373cc=_0x348c2e['plugins']['get']('TrackChangesEditing'),_0x1544a0=_0x348c2e['locale'];_0x373cc['enableCommand']('mediaEmbed'),_0x373cc['descriptionFactory']['registerElementLabel']('media',_0x3fe6a0=>o(_0x1544a0,'ELEMENT_MEDIA',_0x3fe6a0)),_0x348c2e['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0xd7a0d3,{writer:_0x2e8c7d,options:_0x28ba26})=>{if(_0x28ba26['showSuggestionHighlights'])return _0x2e8c7d['createEmptyElement']('div');},'converterPriority':'high'}),_0x348c2e['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2b64be,_0x37b80e,_0x16e47a)=>{_0x16e47a['options']['showSuggestionHighlights']&&_0x2b64be['stop']();},{'priority':'high'});}}class mt extends _0x101975{['afterInit'](){const _0x2f68db=this['editor'];_0x2f68db['plugins']['has']('MentionEditing')&&_0x2f68db['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x101975{['afterInit'](){const _0x290090=this['editor'];if(!_0x290090['commands']['get']('insertMergeField'))return;_0x290090['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0x15383b=_0x290090['plugins']['get']('TrackChangesEditing'),_0x42aa37=_0x290090['locale'];_0x15383b['descriptionFactory']['registerElementLabel']('mergeField',_0x376e7a=>o(_0x42aa37,'ELEMENT_MERGE_FIELD',_0x376e7a)),_0x15383b['descriptionFactory']['registerDescriptionCallback'](_0x39acca=>{if('insertion'!=_0x39acca['type']&&'deletion'!=_0x39acca['type'])return;const _0x415b30=_0x39acca['getContainedElement']();if(null==_0x415b30)return;if(!_0x415b30['is']('element','mergeField'))return;const _0x50fbbd=_0x290090['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x415b30['getAttribute']('id'));return'insertion'==_0x39acca['type']?{'type':'insertion','content':o(_0x42aa37,'*Insert:*\x20%0','\x22'+_0x50fbbd+'\x22\x20'+o(_0x42aa37,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x42aa37,'*Remove:*\x20%0','\x22'+_0x50fbbd+'\x22\x20'+o(_0x42aa37,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x101975{['afterInit'](){const _0x499f32=this['editor'],_0x2a600f=_0x499f32['plugins']['get']('TrackChangesEditing');_0x499f32['plugins']['has']('MultiLevelList')&&(_0x2a600f['enableDefaultAttributesIntegration']('multiLevelList'),_0x2a600f['registerBlockAttribute']('listMarkerStyle'),_0x2a600f['descriptionFactory']['registerDescriptionCallback'](_0x29e1d7=>this['handleDescriptions'](_0x29e1d7)));}['handleDescriptions'](_0x48ee92){const _0x47c1eb=this['editor']['locale'],{data:_0xe5bdf8}=_0x48ee92,_0x1193b4={'type':'format','content':''};if(_0xe5bdf8&&'listMarkerStyle'==_0xe5bdf8['key']){if(!_0xe5bdf8['oldValue'])return{'type':'format','content':o(_0x47c1eb,'*Set\x20format:*\x20%0',o(_0x47c1eb,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xe5bdf8['newValue']+')'};if(!_0xe5bdf8['newValue']){let _0x1067ad=_0x48ee92['head'];for(;_0x1067ad;){if(_0x1067ad['data']&&'listType'==_0x1067ad['data']['key']&&_0x1067ad['data']['newValue'])return _0x1193b4;_0x1067ad=_0x1067ad['next'];}return{'type':'format','content':o(_0x47c1eb,'*Remove\x20format:*\x20%0',o(_0x47c1eb,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xe5bdf8['oldValue']+')'};}}}}class kt extends _0x101975{['afterInit'](){const _0x3eaf9a=this['editor'];if(!_0x3eaf9a['plugins']['has']('PageBreakEditing'))return;_0x3eaf9a['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x29e37d=_0x3eaf9a['plugins']['get']('TrackChangesEditing'),_0x51e423=_0x3eaf9a['locale'];_0x29e37d['descriptionFactory']['registerElementLabel']('pageBreak',_0x3a6b30=>o(_0x51e423,'ELEMENT_PAGE_BREAK',_0x3a6b30));}}class bt extends _0x101975{['afterInit'](){const _0x58714f=this['editor'];if(!_0x58714f['plugins']['has']('Paragraph'))return;const _0x16cddb=_0x58714f['locale'],_0x1b362a=_0x58714f['plugins']['get']('TrackChangesEditing');_0x1b362a['descriptionFactory']['registerElementLabel']('paragraph',_0x3597c3=>o(_0x16cddb,'ELEMENT_PARAGRAPH',_0x3597c3)),_0x1b362a['enableDefaultAttributesIntegration']('paragraph'),_0x1b362a['enableCommand']('insertParagraph'),_0x58714f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x58714f),{'priority':'highest'}),_0x58714f['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x34a3b6,_0x53ba55,_0x68fa65)=>{_0x68fa65['options']['showSuggestionHighlights']&&nr(_0x58714f,{'showActiveMarker':!0x1})(_0x34a3b6,_0x53ba55,_0x68fa65);},{'priority':'highest'});const _0x1dd914=_0x1b362a['descriptionFactory'];_0x1dd914['registerDescriptionCallback'](_0x1a18ed=>{if('insertion'!==_0x1a18ed['type'])return;const {start:_0x202bb1,end:_0x58cff0}=_0x1a18ed['getFirstRange']();if(!_0x202bb1['isTouching'](_0x58cff0)||!_0x202bb1['nodeAfter'])return;const _0x328af3=_0x58714f['model']['schema'],_0x1cb2d7=_0x202bb1['nodeAfter'];return _0x328af3['isBlock'](_0x1cb2d7)&&!_0x328af3['isLimit'](_0x1cb2d7)&&_0x328af3['checkChild'](_0x1cb2d7,'$text')?{'type':'insertion','content':o(_0x16cddb,'*Insert:*\x20%0',_0x1dd914['getItemLabel'](_0x1cb2d7,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54b0ae=this['editor'],_0x129368=_0x54b0ae['locale'];_0x54b0ae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e12ea=>{if('formatBlock'!=_0x4e12ea['type'])return;const {data:_0x1b430a}=_0x4e12ea;return _0x1b430a&&'paragraph'==_0x1b430a['commandName']?{'type':'format','content':o(_0x129368,'*Change\x20to:*\x20%0',o(_0x129368,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x5d4943,{showActiveMarker:_0x381894=!0x0}={}){return(_0x14774b,_0x1445cc,_0x4d7a6f)=>{const _0x221e0d=_0x5d4943['plugins']['get']('TrackChangesEditing'),_0x447538=_0x1445cc['markerRange']['start'],_0x3e27d7=_0x1445cc['markerRange']['end'],_0x2b6131=_0x5d4943['model']['schema'];if(!_0x447538['isTouching'](_0x3e27d7)||!_0x447538['nodeAfter'])return;const _0x27defd=_0x447538['nodeAfter'];if(_0x2b6131['isBlock'](_0x27defd)&&!_0x2b6131['isLimit'](_0x27defd)&&_0x2b6131['checkChild'](_0x27defd,'$text')){if(!_0x4d7a6f['consumable']['consume'](_0x1445cc['markerRange'],_0x14774b['name']))return;const _0x34f594=_0x4d7a6f['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x4ea5ab=_0x4d7a6f['mapper']['toViewPosition'](_0x3e27d7);_0x381894&&_0x221e0d['activeMarkers']['includes'](_0x1445cc['markerName'])&&_0x4d7a6f['writer']['addClass']('ck-suggestion-marker--active',_0x34f594),_0x4d7a6f['writer']['insert'](_0x4ea5ab,_0x34f594),_0x4d7a6f['mapper']['bindElementToMarker'](_0x34f594,_0x1445cc['markerName']);}};}class wt extends _0x101975{['afterInit'](){const _0x36f243=this['editor'];if(!_0x36f243['plugins']['has']('RemoveFormatEditing'))return;_0x36f243['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x385e9f=this['editor'];_0x385e9f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24818c=>{if('formatBlock'!=_0x24818c['type']&&'formatInline'!=_0x24818c['type'])return;const {data:_0x1f72f8}=_0x24818c;return _0x1f72f8&&'removeFormat'==_0x1f72f8['commandName']?{'type':'format','content':o(_0x385e9f['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x101975{['afterInit'](){const _0x4570e9=this['editor'];if(!_0x4570e9['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x135609=_0x4570e9['plugins']['get']('TrackChangesEditing');_0x135609['enableCommand']('goToPreviousRestrictedEditingException'),_0x135609['enableCommand']('goToNextRestrictedEditingException');const _0x22ea0c=_0x4570e9['plugins']['get']('RestrictedEditingModeEditing');_0x22ea0c['enableCommand']('trackChanges'),_0x22ea0c['enableCommand']('acceptSuggestion'),_0x22ea0c['enableCommand']('discardSuggestion'),_0x22ea0c['enableCommand']('acceptAllSuggestions'),_0x22ea0c['enableCommand']('discardAllSuggestions'),_0x22ea0c['enableCommand']('acceptSelectedSuggestions'),_0x22ea0c['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x101975{static get['requires'](){return[_0x29d328];}['init'](){const _0x20f9e2=this['editor'],_0x22c9f1=_0x20f9e2['plugins']['get']('TrackChangesEditing');_0x22c9f1['enableCommand']('shiftEnter'),_0x20f9e2['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x20f9e2),{'priority':'high'}),_0x20f9e2['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x20f9e2),{'priority':'high'}),_0x20f9e2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2a1fb4,_0x3b3509,_0x156bf9)=>{_0x156bf9['options']['showSuggestionHighlights']&&ge(_0x20f9e2,{'showActiveMarker':!0x1})(_0x2a1fb4,_0x3b3509,_0x156bf9);}),_0x22c9f1['descriptionFactory']['registerElementLabel']('softBreak',_0xe0c1f1=>o(_0x20f9e2['locale'],'ELEMENT_LINE_BREAK',_0xe0c1f1));}}function ge(_0x2d83f2,{showActiveMarker:_0x49777b=!0x0}={}){return(_0x400c78,_0x1da23a,_0x24952a)=>{const _0xcb253e=_0x2d83f2['plugins']['get']('TrackChangesEditing');if(!_0x24952a['consumable']['test'](_0x1da23a['markerRange'],_0x400c78['name']))return;const _0x415a71=_0x2d83f2['model'];for(const _0x2a5dba of _0x1da23a['markerRange']['getItems']()){if(!_0x2a5dba['is']('element','softBreak'))continue;const _0x2baf52='deletion'==_0x1da23a['markerName']['split'](':')[0x1]?'merge':'split',_0x538b41=_0x24952a['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2baf52}),_0x5e531d=_0x24952a['mapper']['toViewPosition'](_0x415a71['createPositionBefore'](_0x2a5dba));_0x49777b&&_0xcb253e['activeMarkers']['includes'](_0x1da23a['markerName'])&&_0x24952a['writer']['addClass']('ck-suggestion-marker--active',_0x538b41),_0x24952a['writer']['insert'](_0x5e531d,_0x538b41),_0x24952a['mapper']['bindElementToMarker'](_0x538b41,_0x1da23a['markerName']);}};}class St extends _0x101975{['afterInit'](){const _0x1cddb5=this['editor'],_0x29e091=_0x1cddb5['model'],_0x559a4e=_0x1cddb5['locale'];if(!_0x1cddb5['plugins']['has']('StandardEditingModeEditing'))return;const _0x4c8fc=_0x1cddb5['plugins']['get']('TrackChangesEditing'),_0x4b425c='restrictedEditingException',_0x125528=_0x1cddb5['commands']['get'](_0x4b425c);_0x4c8fc['enableCommand'](_0x4b425c,(_0x3a163b,_0x2ede73={})=>{const _0x1ba797=_0x29e091['document']['selection'];if(_0x1ba797['isCollapsed'])return void _0x3a163b(_0x2ede73);const _0x416a41=void 0x0!==_0x2ede73['forceValue']?_0x2ede73['forceValue']:!_0x125528['value'];_0x29e091['change'](()=>{const _0x88c97=Array['from'](_0x1ba797['getRanges']());for(const _0x130539 of _0x88c97){const _0x276861=_0x416a41?[_0x130539]:io(_0x4b425c,_0x130539,_0x29e091);for(const _0x30a36c of _0x276861)_0x4c8fc['markInlineFormat'](_0x30a36c,{'commandName':_0x4b425c,'commandParams':[{'forceValue':_0x416a41}]});}});}),_0x4c8fc['descriptionFactory']['registerDescriptionCallback'](_0x153761=>{if('formatBlock'!=_0x153761['type']&&'formatInline'!=_0x153761['type'])return;const {data:_0x35f571}=_0x153761;return _0x35f571&&_0x35f571['commandName']==_0x4b425c?_0x35f571['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x559a4e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x559a4e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x101975{['afterInit'](){const _0x12800e=this['editor'];if(!_0x12800e['plugins']['has']('Style')||!_0x12800e['plugins']['has']('DataSchema'))return;const _0x14232e=_0x12800e['plugins']['get']('TrackChangesEditing'),_0xcb89=_0x12800e['locale'],_0xeab748=_0x12800e['config']['get']('style')||{},_0x36f250=_0x12800e['plugins']['get']('GeneralHtmlSupport'),_0x4752fc=_0x12800e['plugins']['get']('StyleUtils')['normalizeConfig'](_0x12800e['plugins']['get']('DataSchema'),_0xeab748['definitions']);_0x14232e['enableDefaultAttributesIntegration']('style');const _0x2c759c=new Set();for(const _0x4a8541 of _0x4752fc['block']){const _0x2d8395=_0x36f250['getGhsAttributeNameForElement'](_0x4a8541['element']);_0x2c759c['add'](_0x2d8395);}const _0x1a4e08=new Set();for(const _0x101a08 of _0x4752fc['inline']){const _0x49b1c1=_0x36f250['getGhsAttributeNameForElement'](_0x101a08['element']);_0x1a4e08['add'](_0x49b1c1);for(const _0x3c2bbc of _0x101a08['ghsAttributes'])_0x1a4e08['add'](_0x3c2bbc);}for(const _0x5b7139 of _0x2c759c)_0x14232e['registerBlockAttribute'](_0x5b7139),_0x14232e['descriptionFactory']['registerAttributeLabel'](_0x5b7139,o(_0xcb89,'FORMAT_STYLE'));for(const _0x3b0976 of _0x1a4e08)_0x14232e['registerInlineAttribute'](_0x3b0976),_0x14232e['descriptionFactory']['registerAttributeLabel'](_0x3b0976,o(_0xcb89,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5815c0=this['editor'],_0x3e66d9=_0x5815c0['locale'];_0x5815c0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x445e63=>{if('formatBlock'!=_0x445e63['type']&&'formatInline'!=_0x445e63['type'])return;const {data:_0x4ed064}=_0x445e63;return _0x4ed064&&'style'===_0x4ed064['commandName']?_0x4ed064['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3e66d9,'*Set\x20format:*\x20%0',_0x4ed064['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x3e66d9,'*Remove\x20format:*\x20%0',_0x4ed064['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x101975{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x22c1c4){super(_0x22c1c4),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x2d1434=this['editor'],_0x5174d0=_0x2d1434['model']['document']['selection'];if(!_0x2d1434['plugins']['has']('TableEditing'))return;const _0xdf0653=_0x2d1434['locale'],_0x3ad6e8=_0x2d1434['plugins']['get']('TrackChangesEditing'),_0x5094b5=_0x2d1434['plugins']['get']('TableUtils');_0x3ad6e8['descriptionFactory']['registerElementLabel']('table',_0x2c1c2b=>o(_0xdf0653,'ELEMENT_TABLE',_0x2c1c2b)),this['_setupColumnsRowsFixing'](),_0x3ad6e8['enableCommand']('insertTable'),_0x3ad6e8['enableCommand']('selectTableRow'),_0x3ad6e8['enableCommand']('selectTableColumn');for(const _0x460107 of['insertTableRowAbove','insertTableRowBelow']){const _0x200f99=_0x2d1434['commands']['get'](_0x460107);_0x3ad6e8['enableCommand'](_0x460107,_0xbecd05=>{_0x2d1434['model']['change'](_0x407841=>{_0xbecd05();const _0x14cb02='above'===_0x200f99['order'],_0x5e6089=_0x5094b5['getSelectionAffectedTableCells'](_0x5174d0),_0x3f9be6=_0x5094b5['getRowIndexes'](_0x5e6089),_0x3cde63=_0x14cb02?_0x3f9be6['first']-0x1:_0x3f9be6['last']+0x1,_0x386bc8=_0x5e6089[0x0]['findAncestor']('table'),_0x141a02=_0x5094b5['createTableWalker'](_0x386bc8,{'startRow':_0x3cde63,'endRow':_0x3cde63}),_0x1b5039=Array['from'](_0x141a02)['map'](_0x4168f5=>_0x407841['createRangeOn'](_0x4168f5['cell']));_0x3ad6e8['markMultiRangeInsertion'](_0x1b5039,'tableRow');});});}for(const _0xb3a205 of['insertTableColumnLeft','insertTableColumnRight']){const _0x3f07f7=_0x2d1434['commands']['get'](_0xb3a205);_0x3ad6e8['enableCommand'](_0xb3a205,_0x57ab18=>{_0x2d1434['model']['change'](_0x2b5c0d=>{_0x57ab18();const _0xe4decd='left'===_0x3f07f7['order'],_0x4312a9=_0x5094b5['getSelectionAffectedTableCells'](_0x5174d0),_0x4e964a=_0x5094b5['getColumnIndexes'](_0x4312a9),_0x1e7ae3=_0xe4decd?_0x4e964a['first']-0x1:_0x4e964a['last']+0x1,_0x4ee029=_0x4312a9[0x0]['findAncestor']('table'),_0xb3dc99=_0x5094b5['createTableWalker'](_0x4ee029,{'startRow':0x0,'column':_0x1e7ae3,'includeAllSlots':!0x1}),_0x3f4dc1=Array['from'](_0xb3dc99)['map'](_0x5908ce=>_0x2b5c0d['createRangeOn'](_0x5908ce['cell']));_0x3ad6e8['markMultiRangeInsertion'](_0x3f4dc1,'tableColumn');});});}for(const _0x14cb09 of['removeTableRow','removeTableColumn']){const _0x72d18=_0x14cb09['substr'](0xb),_0x2ec4e1=_0x72d18['toLowerCase'](),_0x2cb013=_0x2ec4e1['substr'](0x0,0x3)+'span',_0x2c38ed='table'+_0x72d18,_0x46c85d='min'+_0x72d18,_0x248326='max'+_0x72d18;_0x3ad6e8['enableCommand'](_0x14cb09,()=>{_0x2d1434['model']['change'](_0x23b637=>{const _0x2e524a=_0x5094b5['getSelectionAffectedTableCells'](_0x5174d0),_0x5b90d5=_0x2e524a[0x0]['findAncestor']('table');let _0x3ddb1e;if('removeTableRow'==_0x14cb09){const _0x198974=_0x5094b5['getRowIndexes'](_0x2e524a);_0x3ddb1e={'startRow':_0x198974['first'],'endRow':_0x198974['last'],'includeAllSlots':!0x0};}else{const _0x2ef229=_0x5094b5['getColumnIndexes'](_0x2e524a);_0x3ddb1e={'startColumn':_0x2ef229['first'],'endColumn':_0x2ef229['last'],'includeAllSlots':!0x0};}const _0x2e46ff=_0x5094b5['createTableWalker'](_0x5b90d5,_0x3ddb1e),_0x135f3c=Array['from'](_0x2e46ff)['map'](({cell:_0x30e11c})=>_0x30e11c),_0x144509=Ee(_0x135f3c['filter'](_0x4a54e0=>_0x4a54e0['hasAttribute'](_0x2cb013))),_0x44cbe6=Ee(_0x135f3c['filter'](_0x3a5b66=>!_0x3a5b66['hasAttribute'](_0x2cb013)))['map'](_0x422f9b=>_0x23b637['createRangeOn'](_0x422f9b)),_0x2915a3=_0x3ad6e8['markMultiRangeDeletion'](_0x44cbe6,_0x2c38ed);if(_0x2915a3&&('tableRow'==_0x2915a3['subType']||'tableColumn'==_0x2915a3['subType'])){const _0x3d26c7=this['_getSuggestionCoords'](_0x2915a3);for(const _0x1cedee of _0x144509){const _0x2704a4=_0x23b637['createRangeOn'](_0x1cedee),_0x509cf3=_0x5094b5['getCellLocation'](_0x1cedee),_0x4c96af=_0x1cedee['getAttribute'](_0x2cb013)-0x1,_0x33f4e0=_0x3d26c7[_0x46c85d],_0x12567c=_0x3d26c7[_0x248326];_0x33f4e0<=_0x509cf3[_0x2ec4e1]&&_0x509cf3[_0x2ec4e1]+_0x4c96af<=_0x12567c&&_0x2915a3['addRange'](_0x2704a4);}}});});}function _0x443940(_0x5aca62){const _0x368848=Array['from'](_0x5174d0['getRanges']())['map'](_0x2a313c=>_0x1fbd79['fromRange'](_0x2a313c));_0x2d1434['model']['change'](_0x4b9833=>{const _0x577ea7=_0x4b9833['batch'];_0x5aca62=_0x5aca62['filter'](_0x322df6=>'$graveyard'!=_0x322df6['root']['rootName']),_0x4b9833['setSelection'](_0x5aca62),_0x2d1434['commands']['get']('removeTableRow')['refresh'](),_0x2d1434['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x2d1434['model']['enqueueChange'](()=>{_0x2d1434['model']['enqueueChange'](_0x577ea7,_0x527d6f=>{const _0x16efc0=_0x368848['filter'](_0x35aaef=>'$graveyard'!=_0x35aaef['root']['rootName']);_0x16efc0['length']>0x0&&_0x527d6f['setSelection'](_0x16efc0);for(const _0xf4053d of _0x368848)_0xf4053d['detach']();});});});}function _0x4f085b(_0x47dc49){_0x2d1434['model']['change'](_0x37a9b5=>{const _0x136017=Array['from'](_0x5174d0['getRanges']())['map'](_0x52db46=>_0x1fbd79['fromRange'](_0x52db46)),_0x5e2c3c=[];for(const _0x13fca9 of _0x47dc49)for(const _0x1c6a23 of _0x13fca9['getItems']({'shallow':!0x0}))_0x5e2c3c['push'](_0x1c6a23);for(const _0x5ea938 of _0x5e2c3c)'$graveyard'!=_0x5ea938['root']['rootName']&&(_0x37a9b5['setSelection'](_0x37a9b5['createPositionAt'](_0x5ea938,0x0)),_0x2d1434['commands']['get']('removeTableColumn')['refresh'](),_0x2d1434['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x214323=_0x136017['filter'](_0x546fad=>'$graveyard'!=_0x546fad['root']['rootName']);_0x214323['length']>0x0&&_0x37a9b5['setSelection'](_0x214323);for(const _0x6c2852 of _0x136017)_0x6c2852['detach']();});}function _0xaa06d1(_0x58a84b,_0x159fa4){return _0x159fa4['every'](_0x65f2e=>_0x58a84b['some'](_0x4d1e6b=>_0x4d1e6b['end']['isEqual'](_0x65f2e['start'])||_0x65f2e['end']['isEqual'](_0x4d1e6b['start'])));}function _0x3f82b0(_0x39c2dc,_0x58dd4f){return!_0x39c2dc['some'](_0x149b71=>_0x58dd4f['some'](_0x4143e6=>_0x149b71['isIntersecting'](_0x4143e6)))&&_0x39c2dc['some'](_0xa6fa11=>_0x58dd4f['some'](_0x3ed18b=>_0xa6fa11['end']['isTouching'](_0x3ed18b['start'])));}_0x2d1434['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xab78a,_0x2422b4,_0x37b334)=>{if(!_0x37b334['options']['showSuggestionHighlights'])return;const _0x103054=_0x2422b4['item'];if(!_0x103054)return;const _0x54302d=_0x37b334['mapper']['toViewElement'](_0x103054);function _0x38914a(_0x4bea91){return Array['isArray'](_0x4bea91)?_0x4bea91:[_0x4bea91];}_0x54302d&&'tableCell'===_0x103054['name']&&_0x114e83(_0x54302d,_0x37b334['writer'],(_0x2141b8,_0x998df7,_0x1102f3)=>_0x1102f3['addClass'](_0x38914a(_0x998df7['classes']),_0x2141b8),(_0x13ef04,_0x451150,_0x562c5a)=>_0x562c5a['removeClass'](_0x38914a(_0x451150['classes']),_0x13ef04));},{'priority':'highest'}),_0x3ad6e8['descriptionFactory']['registerDescriptionCallback'](_0x119066=>{if('insertion'!=_0x119066['type']&&'deletion'!=_0x119066['type'])return;const _0x511a77=_0x119066['getContainedElement']();if(null!=_0x511a77&&_0x511a77['is']('element','table')){if('insertion'==_0x119066['type']){const _0x4bd126=_0x119066['getItems']()['filter'](_0x5cf5a3=>_0x5cf5a3['is']('$textProxy'))['map'](_0x413d54=>_0x413d54['data']);if(_0x4bd126['length'])return{'type':'insertion','content':o(_0xdf0653,'*Insert:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4bd126['join']('\x20')+'\x22'))};}if('deletion'==_0x119066['type']){const _0x4d5588=_0x119066['getItems']()['filter'](_0x5492e2=>_0x5492e2['is']('$textProxy'))['map'](_0x4e78c1=>_0x4e78c1['data']);if(_0x4d5588['length'])return{'type':'deletion','content':o(_0xdf0653,'*Remove:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4d5588['join']('\x20')+'\x22'))};}}}),_0x3ad6e8['descriptionFactory']['registerDescriptionCallback'](_0x498314=>{if('tableRow'==_0x498314['subType']){const _0x6546ad=_0x498314['getItems']()['filter'](_0xb44844=>_0xb44844['is']('$textProxy'))['map'](_0x29a3bb=>_0x29a3bb['data']),_0x208fa6=this['_getSuggestionCoords'](_0x498314),_0x28ff62=_0x208fa6['maxRow']-_0x208fa6['minRow']+0x1;if('insertion'==_0x498314['type'])return _0x6546ad['length']?{'type':'insertion','content':o(_0xdf0653,'*Insert:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x28ff62,'\x22'+_0x6546ad['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xdf0653,'*Insert:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_ROW',_0x28ff62))};if('deletion'==_0x498314['type'])return _0x6546ad['length']?{'type':'deletion','content':o(_0xdf0653,'*Remove:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x28ff62,'\x22'+_0x6546ad['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xdf0653,'*Remove:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_ROW',_0x28ff62))};}if('tableColumn'==_0x498314['subType']){const _0x2e0c15=_0x498314['getItems']()['filter'](_0x212415=>_0x212415['is']('$textProxy'))['map'](_0x46a1e2=>_0x46a1e2['data']),_0x19565e=this['_getSuggestionCoords'](_0x498314),_0x3f3501=_0x19565e['maxColumn']-_0x19565e['minColumn']+0x1;if('insertion'==_0x498314['type'])return _0x2e0c15['length']?{'type':'insertion','content':o(_0xdf0653,'*Insert:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3f3501,'\x22'+_0x2e0c15['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xdf0653,'*Insert:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_COLUMN',_0x3f3501))};if('deletion'==_0x498314['type'])return _0x2e0c15['length']?{'type':'deletion','content':o(_0xdf0653,'*Remove:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3f3501,'\x22'+_0x2e0c15['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xdf0653,'*Remove:*\x20%0',o(_0xdf0653,'ELEMENT_TABLE_COLUMN',_0x3f3501))};}}),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x443940),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x443940),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4f085b),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4f085b),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0xaa06d1),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0xaa06d1),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3f82b0),_0x3ad6e8['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3f82b0);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4b67a1=this['editor'],_0x10e462=_0x4b67a1['model']['document']['selection'];return(_0x35047c,_0x3d2be0)=>{_0x4b67a1['model']['change'](_0xc2b860=>{const {commandName:_0x2e60ca,commandParams:_0x12d34f}=_0x3d2be0;let _0x11a512=_0x35047c[0x0]['end']['nodeBefore'];_0x12d34f&&_0x12d34f[0x0]&&!0x1===_0x12d34f[0x0]['forceValue']&&(_0x11a512=_0x35047c[0x0]['start']['nodeAfter']);const _0x40ea73=_0xc2b860['createRangeIn'](_0x11a512);if('$graveyard'==_0x40ea73['root']['rootName'])return;const _0x555c6c=Array['from'](_0x10e462['getRanges']())['map'](_0x53ad08=>_0x1fbd79['fromRange'](_0x53ad08));_0xc2b860['setSelection'](_0x40ea73),_0x4b67a1['commands']['get'](_0x2e60ca)['refresh'](),_0x12d34f['push']({'forceDefaultExecution':!0x0}),_0x4b67a1['execute'](_0x2e60ca,..._0x12d34f);const _0x9f0734=_0x555c6c['filter'](_0x3fdca6=>'$graveyard'!=_0x3fdca6['root']['rootName']);_0x9f0734['length']>0x0&&_0xc2b860['setSelection'](_0x9f0734);for(const _0x68d98a of _0x555c6c)_0x68d98a['detach']();});};}['_getCoordsForCells'](_0x2daf7f){const _0x1ca9c1=this['editor']['plugins']['get']('TableUtils');let _0x1a72ce=Number['MAX_SAFE_INTEGER'],_0x292674=Number['MIN_SAFE_INTEGER'],_0x2b5538=Number['MAX_SAFE_INTEGER'],_0x15e7d9=Number['MIN_SAFE_INTEGER'];for(const _0x183e0b of _0x2daf7f){if('$graveyard'==_0x183e0b['root']['rootName'])continue;const {row:_0x5f3d44,column:_0x19e076}=_0x1ca9c1['getCellLocation'](_0x183e0b),_0x8d8eaa=_0x183e0b['hasAttribute']('rowspan')?_0x183e0b['getAttribute']('rowspan')-0x1:0x0,_0x124e21=_0x183e0b['hasAttribute']('colspan')?_0x183e0b['getAttribute']('colspan')-0x1:0x0;_0x1a72ce=_0x5f3d44<_0x1a72ce?_0x5f3d44:_0x1a72ce,_0x292674=_0x5f3d44+_0x8d8eaa>_0x292674?_0x5f3d44+_0x8d8eaa:_0x292674,_0x2b5538=_0x19e076<_0x2b5538?_0x19e076:_0x2b5538,_0x15e7d9=_0x19e076+_0x124e21>_0x15e7d9?_0x19e076+_0x124e21:_0x15e7d9;}return{'minRow':_0x1a72ce,'maxRow':_0x292674,'minColumn':_0x2b5538,'maxColumn':_0x15e7d9};}['_setupColumnsRowsFixing'](){const _0x12227d=this['editor'],_0x1a61be=_0x12227d['plugins']['get']('TrackChangesEditing'),_0x34ace9=_0x12227d['plugins']['get']('TableUtils');_0x12227d['model']['document']['on']('change:data',()=>{const _0x122dcd=Array['from'](_0x12227d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4530f7,data:_0x44bd99}of _0x122dcd){const {group:_0x470c75,id:_0x31670d,subType:_0xb64521}=_0x1a61be['_splitMarkerName'](_0x4530f7);if('suggestion'!=_0x470c75)continue;if(null!=_0x44bd99['oldRange'])continue;const _0x783923=_0x1a61be['getSuggestion'](_0x31670d);this['_tablePostFixingSubtypes']['includes'](_0xb64521)&&this['_tableSuggestions']['add'](_0x783923);}},{'priority':'low'});const _0x5de55d=(_0x3fe56e,_0x25250d)=>{let _0x1a24ce=!0x1;const _0x18bbc8=_0x25250d['createRangeOn'](_0x3fe56e),_0x40754f=_0x3fe56e['findAncestor']('table'),_0x49ece2=_0x34ace9['getCellLocation'](_0x3fe56e);for(const _0x2a57c6 of this['_tableSuggestions']){const _0x3bf711=_0x2a57c6['subType'],_0x516a0f=_0x3bf711['startsWith']('tablePaste'),_0x124f2e=_0x3bf711['substr'](_0x516a0f?0xa:0x5),_0x4a6531=_0x124f2e['toLowerCase'](),_0xaf62d7=_0x4a6531['substr'](0x0,0x3)+'span',_0x1ef62f='min'+_0x124f2e,_0x4c0132='max'+_0x124f2e;if(!_0x2a57c6['isInContent'])continue;if(_0x40754f!=_0x2a57c6['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2a57c6['isIntersectingWithRange'](_0x18bbc8))continue;const _0x13cbd7=_0x3fe56e['hasAttribute'](_0xaf62d7)?_0x3fe56e['getAttribute'](_0xaf62d7)-0x1:0x0,_0x5c2829=this['_getSuggestionCoords'](_0x2a57c6),_0x170c47=_0x5c2829[_0x1ef62f],_0x4b8856=_0x5c2829[_0x4c0132];_0x170c47<=_0x49ece2[_0x4a6531]&&_0x49ece2[_0x4a6531]+_0x13cbd7<=_0x4b8856&&(_0x2a57c6['addRange'](_0x18bbc8),_0x1a24ce=!0x0);}return _0x1a24ce;};_0x12227d['model']['document']['registerPostFixer'](_0x237965=>{let _0x1dcca7=!0x1;for(const _0x3efb26 of _0x12227d['model']['document']['differ']['getChanges']())if('insert'==_0x3efb26['type']){if('tableRow'==_0x3efb26['name']){for(const _0x47e4e8 of _0x3efb26['position']['nodeAfter']['getChildren']())_0x1dcca7=_0x1dcca7||_0x5de55d(_0x47e4e8,_0x237965);}else'tableCell'==_0x3efb26['name']&&(_0x1dcca7=_0x1dcca7||_0x5de55d(_0x3efb26['position']['nodeAfter'],_0x237965));}return _0x1dcca7;});}['_getSuggestionCoords'](_0x1a1021){return this['_getCoordsForCells'](_0x1a1021['getRanges']()['map'](_0x4d4d77=>_0x4d4d77['start']['nodeAfter']));}}function Ee(_0x5dc27d){return Array['from'](new Set(_0x5dc27d)['values']());}class vt extends _0x101975{static get['requires'](){return[It];}['afterInit'](){const _0x28726c=this['editor'],_0x7cd538=_0x28726c['model']['document']['selection'],_0x4f63a8=_0x28726c['locale'];if(!_0x28726c['plugins']['has']('TableEditing'))return;const _0x330201=_0x28726c['plugins']['get']('TrackChangesEditing'),_0x3e6e33=_0x28726c['plugins']['get']('TableUtils'),_0x59236d=_0x28726c['plugins']['get'](It);_0x59236d['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x330201['enableCommand']('mergeTableCells',()=>{const _0x441d4d=_0x3e6e33['getSelectionAffectedTableCells'](_0x28726c['model']['document']['selection']);_0x28726c['model']['change'](()=>{_0x330201['markMultiRangeBlockFormat'](_0x441d4d,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x28726c['commands']['get']('mergeTableCells')['on']('execute',(_0x1db3c8,_0x4659a9)=>{_0x28726c['commands']['get']('trackChanges')['value']&&(_0x4659a9['length']>0x0&&_0x4659a9[_0x4659a9['length']-0x1]&&_0x4659a9[_0x4659a9['length']-0x1]['forceDefaultExecution']||_0x330201['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1db3c8['stop']());},{'priority':'highest'});for(const _0x5c2796 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0xb5a883=_0x28726c['commands']['get'](_0x5c2796);_0x330201['enableCommand'](_0x5c2796,()=>{const _0xb92caf=_0x28726c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0xf2a47b=>_0xf2a47b['is']('element','tableCell')),_0x5e1fb6=_0xb5a883['value'];_0x28726c['model']['change'](()=>{_0x330201['markMultiRangeBlockFormat']([_0xb92caf,_0x5e1fb6],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3f24f8 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x22b45c=_0x28726c['commands']['get'](_0x3f24f8);_0x330201['enableCommand'](_0x3f24f8,()=>{const _0x124ac4=_0x3e6e33['getSelectionAffectedTableCells'](_0x28726c['model']['document']['selection'])[0x0],_0x1a7f20=_0x124ac4['findAncestor']('table'),{column:_0x1a484e,row:_0x562c70}=_0x3e6e33['getCellLocation'](_0x124ac4);let _0x5c9636=[];if('horizontally'==_0x22b45c['direction']){const _0x171d85=_0x3e6e33['createTableWalker'](_0x1a7f20,{'startRow':_0x562c70,'endRow':_0x562c70,'includeAllSlots':!0x0});_0x5c9636=Array['from'](_0x171d85)['map'](_0x3195e8=>_0x3195e8['cell']);}else{const _0xcb2415=_0x3e6e33['createTableWalker'](_0x1a7f20,{'column':_0x1a484e,'includeAllSlots':!0x0});_0x5c9636=Array['from'](_0xcb2415)['map'](_0x285817=>_0x285817['cell']);}_0x28726c['model']['change'](_0x6680ae=>{_0x330201['markBlockFormat'](_0x6680ae['createRangeOn'](_0x124ac4),{'commandName':_0x3f24f8,'commandParams':[]},_0x5c9636,_0x3f24f8);});});}_0x330201['descriptionFactory']['registerDescriptionCallback'](_0x7ee6c4=>{if('formatBlock'!=_0x7ee6c4['type']&&'formatInline'!=_0x7ee6c4['type'])return;const {data:_0x179010}=_0x7ee6c4;return _0x179010&&'mergeTableCells'==_0x179010['commandName']?{'type':'format','content':o(_0x4f63a8,'*Merge\x20cells*')}:void 0x0;}),_0x330201['descriptionFactory']['registerDescriptionCallback'](_0x21edaa=>{if('formatBlock'!=_0x21edaa['type']&&'formatInline'!=_0x21edaa['type'])return;const {data:_0x11dcb5}=_0x21edaa;return _0x11dcb5?'splitTableCellVertically'==_0x11dcb5['commandName']?{'type':'format','content':o(_0x4f63a8,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x11dcb5['commandName']?{'type':'format','content':o(_0x4f63a8,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x39066b=_0x59236d['_acceptFormatSuggestionCallbackFactory']();for(const _0x1695d6 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x330201['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1695d6,'accept',_0x39066b);for(const _0x4062aa of['splitTableCellVertically','splitTableCellHorizontally'])_0x330201['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4062aa,'accept',_0x39066b);_0x330201['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x558647=>{_0x28726c['model']['change'](_0x300b5b=>{const _0x4b015c=Array['from'](_0x7cd538['getRanges']())['map'](_0xbdbdd2=>_0x1fbd79['fromRange'](_0xbdbdd2));_0x300b5b['setSelection'](_0x558647),_0x28726c['commands']['get']('mergeTableCells')['refresh'](),_0x28726c['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x29e1dc=_0x4b015c['filter'](_0x3895c7=>'$graveyard'!=_0x3895c7['root']['rootName']);_0x29e1dc['length']>0x0&&_0x300b5b['setSelection'](_0x29e1dc);for(const _0x15124d of _0x4b015c)_0x15124d['detach']();});});for(const _0x2e2acf of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3104e7=_0x28726c['commands']['get'](_0x2e2acf);_0x3104e7['on']('set:isEnabled',(_0x350759,_0x84d79d,_0x183d3f)=>{if(_0x183d3f){const _0x17151d=_0x28726c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x12baeb=>_0x12baeb['is']('element','tableCell'));this['_areMergableCells'](_0x3104e7['value'],_0x17151d)||(_0x350759['return']=!0x1,_0x350759['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3ef044=this['editor']['commands']['get']('mergeTableCells'),_0x2f6593=this['editor']['plugins']['get']('TableUtils');if(!_0x3ef044['isEnabled'])return!0x1;const _0xd72ef=_0x2f6593['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x4e3ac0 of _0xd72ef)for(const _0x564636 of _0xd72ef)if(_0x4e3ac0!=_0x564636&&!this['_areMergableCells'](_0x4e3ac0,_0x564636))return!0x1;return!0x0;}['_areMergableCells'](_0x43470e,_0x4f1cac){const _0x2034cc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3685f5=this['editor']['model']['createRangeOn'](_0x43470e),_0x4f4840=this['editor']['model']['createRangeOn'](_0x4f1cac),_0x35ee49=new Set(),_0x5c3219=new Set();for(const _0x3ff3d6 of _0x2034cc['getSuggestions']())if(('insertion'==_0x3ff3d6['type']||'deletion'==_0x3ff3d6['type']||'mergeTableCells'==_0x3ff3d6['subType'])&&_0x3ff3d6['isInContent']){for(const _0x202aa2 of _0x3ff3d6['getRanges']())_0x202aa2['containsRange'](_0x3685f5,!0x0)&&_0x35ee49['add'](_0x3ff3d6['type']+':'+_0x3ff3d6['author']['id']),_0x202aa2['containsRange'](_0x4f4840,!0x0)&&_0x5c3219['add'](_0x3ff3d6['type']+':'+_0x3ff3d6['author']['id']);}if(_0x35ee49['size']!=_0x5c3219['size'])return!0x1;for(const _0x40f55b of _0x35ee49)if(!_0x5c3219['has'](_0x40f55b))return!0x1;return!0x0;}}class Ct extends _0x101975{static get['requires'](){return[It];}['afterInit'](){const _0x2c0480=this['editor'];if(!_0x2c0480['plugins']['has']('TableEditing'))return;const _0xf94022=_0x2c0480['locale'],_0x3a0be3=_0x2c0480['plugins']['get']('TrackChangesEditing');_0x3a0be3['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x3a0be3['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x3a0be3['registerBlockAttribute']('headingRows'),_0x3a0be3['registerBlockAttribute']('headingColumns'),_0x3a0be3['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0xf94022,'FORMAT_HEADER_ROW')),_0x3a0be3['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0xf94022,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3d5a39=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11e496=this['editor']['plugins']['get']('TableUtils'),_0x183dfb=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x25b59b({showActiveMarker:_0x250224=!0x0,setDataAttribute:_0x14b7e1=!0x0}={}){return(_0x34c6b4,_0x54994b,_0x2b90c6)=>{const {type:_0x2446e5,id:_0x816e7d}=_0x3d5a39['_splitMarkerName'](_0x54994b['markerName']),_0x58138a=_0x3d5a39['getSuggestion'](_0x816e7d),_0x923b69=_0x58138a['data'];if('formatBlock'!=_0x58138a['type']||!_0x923b69||'setTableColumnHeader'!=_0x923b69['commandName'])return;if(_0x54994b['item'])return void _0x34c6b4['stop']();if(!_0x2b90c6['consumable']['consume'](_0x54994b['markerRange'],_0x34c6b4['name']))return;const _0x1f85ea=_0x54994b['markerRange']['start']['nodeAfter'],_0x3a4ff8=_0x54994b['markerRange']['end']['nodeBefore'],_0x4b385b=_0x1f85ea['parent']['parent'],{column:_0x202ff4}=_0x11e496['getCellLocation'](_0x1f85ea),{column:_0x2ad6a7}=_0x11e496['getCellLocation'](_0x3a4ff8);for(let _0x4c9852=_0x202ff4;_0x4c9852<=_0x2ad6a7;_0x4c9852++){const _0x3aa7cc=_0x11e496['createTableWalker'](_0x4b385b,{'column':_0x4c9852,'includeAllSlots':!0x1});for(const _0x293209 of _0x3aa7cc){const _0xf291a6=_0x293209['cell'],_0x48f6f7=_0x2b90c6['mapper']['toViewElement'](_0xf291a6);_0x2b90c6['writer']['addClass']('ck-suggestion-marker-'+_0x2446e5,_0x48f6f7),_0x14b7e1&&_0x2b90c6['writer']['setAttribute']('data-suggestion',_0x816e7d,_0x48f6f7),_0x2b90c6['mapper']['bindElementToMarker'](_0x48f6f7,_0x54994b['markerName']),_0x250224&&(_0x3d5a39['activeMarkers']['includes'](_0x54994b['markerName'])?_0x2b90c6['writer']['addClass']('ck-suggestion-marker--active',_0x48f6f7):_0x2b90c6['writer']['removeClass']('ck-suggestion-marker--active',_0x48f6f7));}}};}_0x3d5a39['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x183dfb),_0x3d5a39['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x183dfb),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x25b59b(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x166fdc,_0x3fe13e,_0x431a24)=>{_0x431a24['options']['showSuggestionHighlights']&&_0x25b59b({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x166fdc,_0x3fe13e,_0x431a24);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x3d5ca8,_0x3fab1b,_0x36b7d5)=>{const {type:_0x13a15f,id:_0x306640}=_0x3d5a39['_splitMarkerName'](_0x3fab1b['markerName']),_0x32ec4c=_0x3d5a39['getSuggestion'](_0x306640),_0x1e7453=_0x32ec4c['data'];if('formatBlock'!=_0x32ec4c['type']||!_0x1e7453||'setTableColumnHeader'!=_0x1e7453['commandName'])return;const _0xb6d83e=_0x36b7d5['mapper']['markerNameToElements'](_0x3fab1b['markerName']);if(_0xb6d83e){for(const _0x4e7e3c of _0xb6d83e)_0x36b7d5['writer']['removeClass']('ck-suggestion-marker-'+_0x13a15f,_0x4e7e3c),_0x36b7d5['writer']['removeClass']('ck-suggestion-marker--active',_0x4e7e3c),_0x36b7d5['writer']['removeAttribute']('data-suggestion',_0x4e7e3c),_0x36b7d5['mapper']['unbindElementFromMarkerName'](_0x4e7e3c,_0x3fab1b['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x47dd10=this['editor'],_0x153923=_0x47dd10['locale'];function _0x1f942e(_0x3b3c4e){return{'type':'format','content':o(_0x153923,'*Format:*\x20%0',_0x3b3c4e)};}_0x47dd10['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x487743=>{if('formatBlock'!=_0x487743['type'])return;const {data:_0x16c9be}=_0x487743;if(_0x16c9be){if('setTableRowHeader'==_0x16c9be['commandName']){const _0x4b8df3=_0x16c9be['commandParams'][0x0]['forceValue'];return _0x1f942e(o(_0x153923,_0x4b8df3?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x16c9be['commandName']){const _0x4bcffa=_0x16c9be['commandParams'][0x0]['forceValue'];return _0x1f942e(o(_0x153923,_0x4bcffa?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Ce=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Pe=Object['fromEntries'](Ce['map'](_0x50cfb7=>[_0x50cfb7,null]));class _t extends _0x101975{static get['requires'](){return[It];}['afterInit'](){const _0x34d5a8=this['editor'];if(!_0x34d5a8['plugins']['has']('TableClipboard'))return;const _0x156106=_0x34d5a8['plugins']['get']('TrackChangesEditing'),_0x3a772a=_0x34d5a8['plugins']['get']('TableUtils'),_0x47e139=_0x34d5a8['plugins']['get'](It),_0x528254=_0x34d5a8['plugins']['get']('TableClipboard');_0x47e139['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x34d5a8['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x34d5a8['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x5ca6e1=null;_0x34d5a8['model']['on']('insertContent',(_0x1b138f,_0x4fe9a2)=>{const [_0x95a66e,_0x541339]=_0x4fe9a2,_0x180bcd=_0x4fe9a2[_0x4fe9a2['length']-0x1];_0x180bcd&&_0x180bcd['forceDefaultExecution']||_0x156106['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x5100d7,_0x41eb1a,_0x11286a,_0x37a320,_0x205d06){if(_0x41eb1a&&!_0x41eb1a['is']('documentSelection'))return!0x1;const _0x382977=_0x205d06['getTableIfOnlyTableInContent'](_0x5100d7,_0x11286a);if(!_0x382977||!ke(_0x382977,void 0x0,_0x37a320))return!0x1;const _0x3f1ef3=_0x37a320['getSelectionAffectedTableCells'](_0x11286a['document']['selection']);if(!_0x3f1ef3['length'])return!0x1;const _0x44b9bd=_0x3f1ef3[0x0]['findAncestor']('table'),_0x186aa8=_0x37a320['getRowIndexes'](_0x3f1ef3),_0x149e5b=_0x37a320['getColumnIndexes'](_0x3f1ef3),_0x55eb59={'startRow':_0x186aa8['first'],'endRow':_0x186aa8['last'],'startColumn':_0x149e5b['first'],'endColumn':_0x149e5b['last']};return 0x1==_0x3f1ef3['length']&&(_0x55eb59['endRow']+=_0x37a320['getRows'](_0x382977)-0x1,_0x55eb59['endColumn']+=_0x37a320['getColumns'](_0x382977)-0x1),ke(_0x44b9bd,_0x55eb59,_0x37a320);}(_0x95a66e,_0x541339,_0x34d5a8['model'],_0x3a772a,_0x528254)&&(_0x1b138f['stop'](),_0x5ca6e1={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x34d5a8['model']['change'](()=>{_0x34d5a8['model']['insertContent'](_0x4fe9a2[0x0],_0x4fe9a2[0x1],_0x4fe9a2[0x2],{'forceDefaultExecution':!0x0});const _0x34aa7f=_0x4600fb(),{rowInsertionRanges:_0x253ea5,columnInsertionRanges:_0xec8fd8,insertionRanges:_0x3971cd,deletionRanges:_0x5b7ed7,cells:_0x5c645c}=_0x5ca6e1;_0x253ea5['length']&&_0x156106['markMultiRangeInsertion'](_0x253ea5,'tablePasteRow',{'tablePasteChainId':_0x34aa7f}),_0xec8fd8['length']&&_0x156106['markMultiRangeInsertion'](_0xec8fd8,'tablePasteColumn',{'tablePasteChainId':_0x34aa7f}),_0x3971cd['length']&&(_0x156106['markMultiRangeInsertion'](_0x3971cd,'tablePaste',{'tablePasteChainId':_0x34aa7f,'skipNestingCheck':!0x0}),_0x3971cd['forEach'](_0x5aae4e=>_0x5aae4e['detach']?.())),_0x5b7ed7['length']&&(_0x156106['markMultiRangeDeletion'](_0x5b7ed7,'tablePaste',{'tablePasteChainId':_0x34aa7f,'skipNestingCheck':!0x0}),_0x5b7ed7['forEach'](_0x1f80e1=>_0x1f80e1['detach']?.()));const _0x2a9f2a=_0x156106['markMultiRangeBlockFormat'](_0x5c645c['map'](({element:_0x42a60c})=>_0x42a60c),{'formatGroupId':_0x4600fb()},[],'tablePasteCell',{'tablePasteChainId':_0x34aa7f});if(_0x2a9f2a){const _0x23d874=_0x2a9f2a['getMarkers'](),_0x31b511=[];for(const {element:_0x3a1896,attributes:_0x554bc0}of _0x5c645c){if(!_0x554bc0)continue;const _0xbd1cbb=_0x34d5a8['model']['createRangeOn'](_0x3a1896),_0x21a004=_0x23d874['find'](_0x144e7f=>_0x144e7f['getRange']()['isEqual'](_0xbd1cbb));_0x21a004&&_0x31b511['push']([_0x21a004['name'],_0x554bc0]);}_0x31b511['length']&&_0x2a9f2a['setAttribute']('markerAttributes',Object['fromEntries'](_0x31b511));}_0x5ca6e1=null;}));},{'priority':_0x436881['high']+0xa}),_0x34d5a8['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2d78e8,_0x507607)=>{const [_0x24ff22,_0x390aac,,_0x3a7b18]=_0x507607;if(!_0x5ca6e1)return;_0x2d78e8['stop']();const _0xc2f624=_0x24ff22['cell'],_0x3460f5=_0x390aac,_0xe4835f=we(_0xc2f624),_0x5c1e56=we(_0x3460f5);_0x2d78e8['return']=_0xc2f624;let _0x1de9b3=null,_0x181beb=null;if(_0x5c1e56||_0xe4835f){if(_0xe4835f&&!_0x5c1e56){_0x3a7b18['remove'](_0xc2f624['getChild'](0x0));for(const _0x56a081 of Array['from'](_0x3460f5['getChildren']()))_0x3a7b18['insert'](_0x56a081,_0xc2f624,'end');const _0x14b5a1=_0x5ca6e1['rowInsertionIndexes']['includes'](_0x24ff22['row']),_0x1dbc13=_0x5ca6e1['columnInsertionIndexes']['includes'](_0x24ff22['column']);_0x14b5a1||_0x1dbc13||(_0x1de9b3=_0x1fbd79['fromRange'](_0x3a7b18['createRangeIn'](_0xc2f624)));}else _0x5c1e56&&!_0xe4835f&&(_0x181beb=_0x3a7b18['createRangeIn'](_0xc2f624));}else{const _0x5e9943=_0x3a7b18['createElement']('tableCellSuggestion'),_0x52ff2c=_0x3a7b18['createElement']('tableCellSuggestion');_0x3a7b18['wrap'](_0x3a7b18['createRangeIn'](_0xc2f624),_0x52ff2c),_0x3a7b18['insert'](_0x5e9943,_0xc2f624,0x0);for(const _0x4e0bb2 of Array['from'](_0x3460f5['getChildren']()))_0x3a7b18['insert'](_0x4e0bb2,_0x5e9943,'end');_0x1de9b3=_0x1fbd79['fromRange'](_0x3a7b18['createRangeOn'](_0x5e9943)),_0x181beb=_0x1fbd79['fromRange'](_0x3a7b18['createRangeOn'](_0x52ff2c));}const _0x3c610b=Array['from'](_0x3460f5['getAttributes']())['filter'](([_0x2821dc])=>Ce['includes'](_0x2821dc));_0x5ca6e1['cells']['push']({'element':_0xc2f624,'attributes':_0x3c610b['length']?Object['fromEntries'](_0x3c610b):null}),_0x1de9b3&&_0x5ca6e1['insertionRanges']['push'](_0x1de9b3),_0x181beb&&_0x5ca6e1['deletionRanges']['push'](_0x181beb);},{'priority':'high'}),_0x3a772a['on']('insertColumns',(_0x54eb32,_0x3bcff5)=>{const [_0x5dc135,_0x56898d={}]=_0x3bcff5;if(!_0x5ca6e1)return;const _0x246578=_0x56898d['at']||0x0,_0x1e830a=_0x56898d['columns']||0x1;_0x5ca6e1['columnInsertionIndexes']=new Array(_0x1e830a)['fill'](_0x246578)['map']((_0x3cc8fa,_0x56e730)=>_0x3cc8fa+_0x56e730);for(const {cell:_0x5a9a2c}of _0x3a772a['createTableWalker'](_0x5dc135,{'startColumn':_0x246578,'endColumn':_0x246578+_0x1e830a-0x1}))_0x5ca6e1['columnInsertionRanges']['push'](_0x34d5a8['model']['createRangeOn'](_0x5a9a2c));},{'priority':'low'}),_0x3a772a['on']('insertRows',(_0x154bc7,_0x5802e3)=>{const [_0x326487,_0x17d32a={}]=_0x5802e3;if(!_0x5ca6e1)return;const _0x1ec195=_0x17d32a['at']||0x0,_0x5d1890=_0x17d32a['rows']||0x1;_0x5ca6e1['rowInsertionIndexes']=new Array(_0x5d1890)['fill'](_0x1ec195)['map']((_0x456a65,_0x2f8d09)=>_0x456a65+_0x2f8d09);for(const {cell:_0x5856c1}of _0x3a772a['createTableWalker'](_0x326487,{'startRow':_0x1ec195,'endRow':_0x1ec195+_0x5d1890-0x1}))_0x5ca6e1['rowInsertionRanges']['push'](_0x34d5a8['model']['createRangeOn'](_0x5856c1));},{'priority':'low'}),_0x156106['descriptionFactory']['registerDescriptionCallback'](_0x4c7a94=>{if(_0x4c7a94['subType']&&_0x4c7a94['subType']['startsWith']('tablePaste'))return _0x4c7a94['previous']?{}:{'type':'insertion','content':o(_0x34d5a8['locale'],'*Replace\x20table\x20cells*')};});const _0x567a9b=()=>!0x1;for(const _0x47a573 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x156106['_suggestionFactory']['registerCustomCallback']('insertion',_0x47a573,'join',_0x567a9b),_0x156106['_suggestionFactory']['registerCustomCallback']('deletion',_0x47a573,'join',_0x567a9b),_0x156106['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x47a573,'join',_0x567a9b);_0x156106['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x567a9b),_0x156106['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x57df1a,_0x502063,_0x5a1c2b)=>{const _0x218b88=_0x57df1a['map'](_0x28b2b7=>_0x28b2b7['getContainedElement']())['filter'](_0x5e4b4c=>_0x5e4b4c),_0x508dfd=new Map(_0x218b88['map'](_0x1eeee4=>[_0x1eeee4,null]));if(_0x5ca6e1){for(const {element:_0x5cdb80,attributes:_0x33c625}of _0x5ca6e1['cells'])_0x33c625&&_0x508dfd['set'](_0x5cdb80,_0x33c625);}else{if(_0x5a1c2b&&_0x5a1c2b['markerAttributes'])for(const [_0x18f967,_0x370527]of Object['entries'](_0x5a1c2b['markerAttributes'])){const _0x3f75c9=_0x34d5a8['model']['markers']['get'](_0x18f967),_0x90bd73=_0x3f75c9?_0x3f75c9['getRange']()['getContainedElement']():null;_0x90bd73&&_0x508dfd['set'](_0x90bd73,_0x370527);}}_0x34d5a8['model']['change'](_0x9048b5=>{for(const [_0x2c7ac4,_0x23de7d]of _0x508dfd)_0x9048b5['setAttributes']({...Pe,..._0x23de7d},_0x2c7ac4);});});const _0x5f3099=(_0x51a1df,_0x1cd5d2)=>{_0x156106['_suggestionFactory']['registerCustomCallback'](_0x51a1df,'tablePaste',_0x1cd5d2,(_0x3786b2,_0x4f1f37,_0x3d5f73)=>{_0x34d5a8['model']['change'](_0x40d5f0=>{const _0x448e3f=[];for(const _0x296e5e of _0x3786b2){const _0x195f3e=_0x296e5e['start']['nodeAfter'];_0x195f3e['is']('element','tableCellSuggestion')&&_0x448e3f['push'](_0x195f3e);}_0x156106['_suggestionFactory']['getSuggestionCallback'](_0x51a1df,null,_0x1cd5d2)(_0x3786b2,_0x4f1f37,_0x3d5f73);for(const _0x1cdb3e of _0x448e3f)'$graveyard'!=_0x1cdb3e['root']['rootName']&&_0x40d5f0['unwrap'](_0x1cdb3e);});});};_0x5f3099('insertion','accept'),_0x5f3099('insertion','discard'),_0x5f3099('deletion','accept'),_0x5f3099('deletion','discard'),_0x156106['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x46c242=>{const _0x5bc28f=_0x46c242['map'](_0x423de1=>_0x423de1['getContainedElement']()),_0x3ee468=_0x5bc28f[0x0]['findAncestor']('table'),{minRow:_0x97ef30,maxRow:_0x147381}=_0x47e139['_getCoordsForCells'](_0x5bc28f);_0x3a772a['removeRows'](_0x3ee468,{'at':_0x97ef30,'rows':_0x147381-_0x97ef30+0x1});}),_0x156106['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x5d6eb2=>{const _0xd71ae5=_0x5d6eb2['map'](_0x5c94e1=>_0x5c94e1['getContainedElement']()),_0x23c307=_0xd71ae5[0x0]['findAncestor']('table'),{minColumn:_0x48dd7c,maxColumn:_0x28e2b0}=_0x47e139['_getCoordsForCells'](_0xd71ae5);_0x3a772a['removeColumns'](_0x23c307,{'at':_0x48dd7c,'columns':_0x28e2b0-_0x48dd7c+0x1});});const _0x9ccb4c=(_0x1a7d5c,_0x21e5c8)=>{if(!_0x21e5c8['subType']||!_0x21e5c8['subType']['startsWith']('tablePaste'))return;const _0x3d26c1=_0x21e5c8['attributes']['tablePasteChainId'],_0x3daf22=_0x156106['getSuggestions']()['filter'](_0xa42e58=>_0xa42e58['isInContent']&&_0xa42e58['attributes']&&_0xa42e58['attributes']['tablePasteChainId']==_0x3d26c1);_0x3daf22['length']&&_0x21e5c8['getAllAdjacentSuggestions']()['length']!=_0x3daf22['length']&&_0x3daf22['reduce']((_0x1782ff,_0x518334)=>(_0x1782ff['next']=_0x518334,_0x518334['previous']=_0x1782ff,_0x518334));};function _0x45500a(_0x44af68,_0x59a4ab=!0x0){const {id:_0x48ee4b}=_0x156106['_splitMarkerName'](_0x44af68['markerName']),_0xa4ccaa=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xbce788=_0x156106['activeMarkers']['includes'](_0x44af68['markerName']);return _0xbce788&&_0xa4ccaa['push']('ck-suggestion-marker--active'),{'classes':_0xa4ccaa,'attributes':{'data-suggestion':_0x48ee4b},'priority':_0xbce788&&_0x59a4ab?0xbc2:0xbb8};}_0x156106['on']('suggestionLoaded',_0x9ccb4c,{'priority':'high'}),_0x156106['on']('suggestionUnloaded',_0x9ccb4c,{'priority':'high'}),_0x34d5a8['model']['document']['registerPostFixer'](()=>{let _0x243769=!0x1;const _0x271acb=Array['from'](_0x34d5a8['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1bd3d5,data:_0x541425}of _0x271acb){const {group:_0xaadefa,type:_0x1cb9ea,id:_0x243ea7}=_0x156106['_splitMarkerName'](_0x1bd3d5);if('suggestion'!=_0xaadefa||'deletion'!=_0x1cb9ea||_0x541425['oldRange'])continue;if(!_0x156106['hasSuggestion'](_0x243ea7))continue;const _0x58c30d=_0x156106['getSuggestion'](_0x243ea7)['getRanges'](),_0x236242=_0x34d5a8['plugins']['get']('Users')['me'];for(const _0x1c1aed of _0x156106['getSuggestions']()){if(!_0x1c1aed['isInContent']||_0x1c1aed['author']!=_0x236242)continue;if('formatBlock'!=_0x1c1aed['type']||'tablePasteCell'!=_0x1c1aed['subType'])continue;if(_0x1c1aed['getRanges']()['every'](_0x4d77e8=>_0x58c30d['some'](_0x2ca6f8=>_0x2ca6f8['containsRange'](_0x4d77e8,!0x0)))){for(const _0x5039c5 of _0x1c1aed['getAllAdjacentSuggestions']())_0x5039c5['isInContent']&&(_0x5039c5['discard'](),_0x243769=!0x0);}}}return _0x243769;}),_0x34d5a8['model']['document']['registerPostFixer'](_0x793cc7=>{const _0x360654=_0x34d5a8['commands']['get']('redo');if(!_0x360654||!_0x360654['_createdBatches']['has'](_0x793cc7['batch']))return!0x1;let _0x3383eb=!0x1;const _0x27e900=_0x34d5a8['plugins']['get']('Users')['me'],_0x82d60c=_0x34d5a8['model']['document']['differ']['getChanges'](),_0x511953=Array['from'](_0x34d5a8['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x2e107c,data:_0x2c9d2b})=>{const {group:_0x5cf2db,subType:_0x4fa605,authorId:_0x4455ed}=_0x156106['_splitMarkerName'](_0x2e107c);return'suggestion'==_0x5cf2db&&'tablePaste'==_0x4fa605&&_0x4455ed==_0x27e900['id']&&!_0x2c9d2b['oldRange'];});for(const _0x29154a of _0x82d60c){if('insert'!=_0x29154a['type']||'tableCellSuggestion'!=_0x29154a['name']||0x1!=_0x29154a['length'])continue;const _0x1007a8=_0x793cc7['createRange'](_0x29154a['position'],_0x29154a['position']['getShiftedBy'](0x1));if(!_0x511953['find'](({data:_0x255b93})=>_0x255b93['newRange']['isEqual'](_0x1007a8))){for(const {name:_0x12261c,data:_0x48d1c3}of _0x511953)if(_0x1007a8['containsRange'](_0x48d1c3['newRange'])){_0x793cc7['updateMarker'](_0x12261c,{'range':_0x1007a8}),_0x3383eb=!0x0;break;}}}return _0x3383eb;}),_0x34d5a8['model']['document']['registerPostFixer'](_0x5c7051=>{let _0x57cbe5=!0x1;const _0xcd1aa6=_0x34d5a8['plugins']['get']('Users')['me'],_0x2bb516=_0x156106['getSuggestions']()['filter'](_0x405ddc=>_0x405ddc['isInContent']&&_0x405ddc['author']==_0xcd1aa6),_0x3f0e3e=new Set(),_0xd4ecd0=new Set();for(const _0x49e81e of _0x2bb516)if('tablePaste'==_0x49e81e['subType'])for(const _0x2b61c9 of _0x49e81e['getMarkers']()){const _0x1bd446=_0x2b61c9['getRange']()['getContainedElement']();if(_0x1bd446){if(_0x1bd446['is']('element','tableCellSuggestion')&&we(_0x1bd446)){_0x49e81e['removeMarker'](_0x2b61c9['name']),_0x3f0e3e['add'](_0x1bd446),_0x57cbe5=!0x0;const _0xa29950=_0x1bd446['nextSibling'],_0x2d0b9a=_0x1bd446['previousSibling'],_0x46dd32=_0xa29950&&_0xa29950['is']('element','tableCellSuggestion'),_0x131886=_0x2d0b9a&&_0x2d0b9a['is']('element','tableCellSuggestion');_0x46dd32&&!_0x3f0e3e['has'](_0xa29950)&&_0xd4ecd0['add'](_0xa29950),_0x131886&&!_0x3f0e3e['has'](_0x2d0b9a)&&_0xd4ecd0['add'](_0x2d0b9a);}else _0x1bd446['is']('element','paragraph')&&_0x1bd446['isEmpty']&&(_0x49e81e['removeMarker'](_0x2b61c9['name']),_0x57cbe5=!0x0);}}else{if('tablePasteCell'==_0x49e81e['subType']){if(!_0x49e81e['attributes']||!_0x49e81e['attributes']['tablePasteChainId'])continue;const _0x5c4c1a=_0x49e81e['attributes']['markerAttributes'];if(_0x5c4c1a&&Object['keys'](_0x5c4c1a)['length'])continue;const _0xca23d9=_0x49e81e['attributes']['tablePasteChainId'];let _0x4f7cc0=!0x0,_0x23495d=!0x0;for(const _0x301220 of _0x2bb516)if(_0x301220['subType']&&_0x301220['subType']['startsWith']('tablePaste')){if(!_0x301220['attributes']['tablePasteChainId']){_0x23495d=!0x1;break;}if(_0x301220['id']!=_0x49e81e['id']&&_0x301220['attributes']['tablePasteChainId']==_0xca23d9){_0x4f7cc0=!0x1;break;}}_0x23495d&&_0x4f7cc0&&(_0x49e81e['removeMarkers'](),_0x57cbe5=!0x0);}}for(const _0x88eca7 of _0x3f0e3e)_0x5c7051['remove'](_0x88eca7);for(const _0x5bd219 of _0xd4ecd0)_0x5c7051['unwrap'](_0x5bd219);return _0x57cbe5;}),_0x34d5a8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x505222,_0x315be7)=>_0x45500a(_0x505222),'converterPriority':'high'}),_0x34d5a8['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3fb29d,_0x677d7b)=>_0x677d7b['options']['showSuggestionHighlights']?_0x45500a(_0x3fb29d,!0x1):null,'converterPriority':'high'});const _0x2aff74=_0x34d5a8['editing']['view'];this['listenTo'](_0x2aff74['document'],'clipboardOutput',(_0x589991,_0x2e65fd)=>{const _0x1c303e=[];for(const _0x104271 of _0x2aff74['createRangeIn'](_0x2e65fd['content'])['getItems']())_0x104271['is']('element','suggestion-td')&&_0x1c303e['push'](_0x104271);_0x2aff74['change'](_0x42bf20=>{for(const _0x76bf86 of _0x1c303e)_0x42bf20['move'](_0x42bf20['createRangeIn'](_0x76bf86),_0x42bf20['createPositionBefore'](_0x76bf86)),_0x42bf20['remove'](_0x76bf86);});});}}function we(_0x2958f0){if(_0x2958f0['isEmpty'])return!0x0;const _0x566d2a=_0x2958f0['getChild'](0x0);return _0x566d2a['is']('element','paragraph')&&_0x566d2a['isEmpty'];}function ke(_0x2a0272,_0x2e26c2={},_0x3bb471){for(const {isAnchor:_0x2312b3,cellHeight:_0x54bf84,cellWidth:_0x2b2178}of _0x3bb471['createTableWalker'](_0x2a0272,{'includeAllSlots':!0x0,..._0x2e26c2}))if(!_0x2312b3||0x1!=_0x54bf84||0x1!=_0x2b2178)return!0x1;return!0x0;}class Nt extends _0x101975{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x26708a=this['editor']['plugins']['get']('TrackChangesEditing');_0x26708a['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x26708a['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x26708a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x26708a['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x26708a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x26708a['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x4f17d7,_0x2aa52d){const _0x51823b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x35bd07=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x2fe48f=_0x2aa52d['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x1ff24c=_0x35bd07['getColumnGroupElement'](_0x2fe48f);let _0x5add17=_0x1ff24c?_0x35bd07['getTableColumnsWidths'](_0x1ff24c):null,_0x7d0ea2=_0x2fe48f['getAttribute']('tableWidth')||null;const _0x5ae917=_0x2aa52d['tableWidth']||_0x7d0ea2,_0x1005a8=_0x2aa52d['columnWidths']||_0x5add17,_0x3cc5ea=this['editor']['plugins']['get']('Users')['me'];for(const _0x50c6d1 of _0x51823b['getSuggestions']()){const _0x3da6de=_0x50c6d1['getContainedElement']();if('resizeTable'===_0x50c6d1['subType']&&_0x3da6de===_0x2fe48f){_0x50c6d1['author']!==_0x3cc5ea&&_0x50c6d1['discard']();const _0x35eb92=_0x50c6d1['data']['commandParams'];_0x7d0ea2=_0x35eb92[0x0]['tableWidth'],_0x5add17=_0x35eb92[0x0]['columnWidths'];break;}}_0x4f17d7({'table':_0x2fe48f,'tableWidth':_0x5ae917,'columnWidths':_0x1005a8}),_0x51823b['markBlockFormat'](_0x2fe48f,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x7d0ea2,'columnWidths':_0x5add17}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5141b1){if('formatBlock'!=_0x5141b1['type']&&'formatInline'!=_0x5141b1['type'])return;const {data:_0x59d13c}=_0x5141b1;if(_0x59d13c&&'resizeTable'===_0x59d13c['formatGroupId']){const _0x348f92='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x348f92)};}}}class Dt extends _0x101975{['afterInit'](){const _0x15de82=this['editor'];_0x15de82['plugins']['has']('Template')&&_0x15de82['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x101975{['afterInit'](){const _0x156550=this['editor'];if(!_0x156550['commands']['get']('insertTableOfContents'))return;_0x156550['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3c4fa9=_0x156550['plugins']['get']('TrackChangesEditing'),_0x498557=_0x156550['locale'];_0x3c4fa9['descriptionFactory']['registerElementLabel']('tableOfContents',_0x40a853=>o(_0x498557,'ELEMENT_TABLE_OF_CONTENTS',_0x40a853));}}class $t extends _0x101975{['afterInit'](){const _0x2ff04c=this['editor'];if(!_0x2ff04c['plugins']['has']('Title'))return;const _0x13051b=_0x2ff04c['plugins']['get']('TrackChangesEditing');_0x13051b['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2ff04c['locale'],'ELEMENT_TITLE')),_0x2ff04c['model']['document']['registerPostFixer'](_0x102857=>{let _0x322215=!0x1;const _0x1b389f=Array['from'](_0x2ff04c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5e7557,data:_0x263bc2}of _0x1b389f){const {group:_0x390ede}=_0x13051b['_splitMarkerName'](_0x5e7557);if('suggestion'!==_0x390ede||!_0x263bc2['newRange'])continue;const _0xf146b1=_0x263bc2['newRange'],_0x91ae6f=_0xf146b1['end']['nodeBefore'];if(!_0x91ae6f||!_0x91ae6f['is']('element','title-content'))continue;if(!_0xf146b1['start']['isTouching'](_0xf146b1['end']))continue;const _0x14ddba=_0x2ff04c['model']['schema']['getNearestSelectionRange'](_0xf146b1['end'],'forward');if(_0x14ddba&&_0x14ddba['isCollapsed']){const _0x3440fb=_0x102857['createRange'](_0xf146b1['start'],_0x14ddba['start']);_0x3440fb['isEqual'](_0xf146b1)||(_0x102857['updateMarker'](_0x5e7557,{'range':_0x3440fb}),_0x322215=!0x0);}_0x322215||(_0x102857['removeMarker'](_0x5e7557),_0x322215=!0x0);}return _0x322215;});}}class Bt extends _0x101975{['afterInit'](){const _0x58b585=this['editor'],_0x45f080=_0x58b585['plugins']['get']('TrackChangesEditing');_0x58b585['plugins']['has']('UndoEditing')&&(_0x45f080['enableCommand']('undo'),_0x45f080['enableCommand']('redo'));}}class xt extends _0x101975{static get['requires'](){return[It];}['afterInit'](){const _0x19d71f=this['editor'];if(!_0x19d71f['plugins']['has']('TableCaptionEditing'))return;_0x19d71f['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x101975{['tableProperties'];['tableCellProperties'];constructor(_0x18102b){super(_0x18102b),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';}['afterInit'](){const _0x10d17c=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x1ad591 of this['tableProperties'])_0x10d17c['enableCommand'](_0x1ad591,(_0x3c3ad0,_0x6f4536)=>{const _0x245141=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x1ad591,[_0x245141],this['tableProperties'],'tableProperties',_0x3c3ad0,_0x6f4536);});_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x10d17c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x2ac793,_0x40b1a3)=>this['handleDiscardAction'](this['tableProperties'],_0x2ac793,_0x40b1a3)),_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x32e074 of this['tableCellProperties'])_0x10d17c['enableCommand'](_0x32e074,(_0x4d0fa0,_0x2bb085)=>{const _0x2e2e75=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x32e074,_0x2e2e75,this['tableCellProperties'],'tableCellProperties',_0x4d0fa0,_0x2bb085);});_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x10d17c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x326a14,_0xa7cc0)=>this['handleDiscardAction'](this['tableCellProperties'],_0x326a14,_0xa7cc0)),_0x10d17c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x10d17c['descriptionFactory']['registerDescriptionCallback'](_0x57ea3a=>this['handleSuggestionDescription'](_0x57ea3a));}['_handlePropertyChange'](_0x175b0f,_0x1a46ca,_0x31e652,_0x56538b,_0x28844,_0x3ffe14){const _0x1544ee=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3ffe14['batch'],()=>{for(const _0x362900 of _0x1a46ca){if(this['_getSuggestion'](_0x362900,_0x56538b))_0x28844(_0x3ffe14);else{const _0x4390d5={};for(const _0x3b7ae1 of _0x31e652){const _0x507787=_0x362900['getAttribute'](_0x3b7ae1);void 0x0!==_0x507787&&(_0x4390d5[_0x3b7ae1]=_0x507787);}_0x28844(_0x3ffe14),_0x1544ee['markBlockFormat'](_0x362900,{'commandParams':[_0x4390d5]},[],_0x56538b);}}});}['handleDiscardAction'](_0x1a16dc,_0x53a458,_0x52282c){const _0x4ac872=_0x53a458[0x0]['start']['nodeAfter'],_0x370e17=_0x52282c['commandParams'][0x0];this['editor']['model']['change'](_0xd284e9=>{for(const _0x5c9ba7 of _0x1a16dc)void 0x0!==_0x370e17[_0x5c9ba7]?_0xd284e9['setAttribute'](_0x5c9ba7,_0x370e17[_0x5c9ba7],_0x4ac872):_0xd284e9['removeAttribute'](_0x5c9ba7,_0x4ac872);});}['handleSuggestionDescription'](_0x56ce7d){if(_0x56ce7d['data'])switch(_0x56ce7d['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'](_0x1c91fc,_0x54d561){const _0x3374e4=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1a5cc7 of _0x3374e4['getSuggestions']({'skipNotAttached':!0x0})){const _0x1e108f=_0x1a5cc7['getContainedElement']();if(_0x1a5cc7['subType']===_0x54d561&&_0x1e108f===_0x1c91fc)return _0x1a5cc7;}return null;}}const m='$elementName';class p extends _0x101975{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0xf792e2,_0x4eef1e,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x539fa7){function _0x3b6f88(_0x5d4f3a){return _0x5d4f3a['map'](_0x33891=>String['fromCharCode'](_0x33891))['join']('');}super(_0x539fa7),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x1297e4,_0x7f109e,_0x470118,_0x3611d5)=>{this['_model']['change'](()=>{for(const _0x2c6700 of[..._0x3611d5,..._0x470118])this['_model']['markers']['has'](_0x2c6700)&&_0x539fa7['editing']['reconvertMarker'](_0x2c6700);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x539fa7['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(),_0x539fa7['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x539fa7['config']['get']('trackChanges.trackFormatChanges'),_0x539fa7['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x539fa7['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x539fa7,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x3b6f88([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3b6f88([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x38]);}['init'](){const _0x2359f6=this['editor'],_0x5ec5f4=(_0x26d6cf,_0x3e18b4)=>{if('attribute'!=_0x26d6cf)return'ck-suggestion-marker-'+_0x26d6cf;const _0x57786f=_0x3e18b4['split']('|')[0x0];return this['_isBlockAttribute'](_0x57786f)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x2359f6['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x4e9e30=>{const {id:_0x46b588,type:_0x3d535d,subType:_0x3b3358}=this['_splitMarkerName'](_0x4e9e30['markerName']),_0x5c168d=['ck-suggestion-marker',_0x5ec5f4(_0x3d535d,_0x3b3358)];let _0x125643=0xbb8;return this['activeMarkers']['includes'](_0x4e9e30['markerName'])&&(_0x5c168d['push']('ck-suggestion-marker--active'),_0x125643=0xbc2),'deletion'==_0x3d535d&&(_0x125643+=0x5),{'classes':_0x5c168d,'attributes':{'data-suggestion':_0x46b588},'priority':_0x125643};}}),_0x2359f6['conversion']['for']('dataDowncast')['add'](_0x4502d9=>{_0x4502d9['on']('addMarker:suggestion',(_0x4e95b1,_0x264176,_0x2b1a1f)=>{if(!_0x2b1a1f['options']['showSuggestionHighlights'])return;const _0xecaf3b=_0x264176['item'];if(!_0xecaf3b)return;const _0x4766b5=_0x2b1a1f['mapper']['toViewElement'](_0xecaf3b);_0x2359f6['model']['schema']['isObject'](_0xecaf3b)&&_0x4766b5&&!_0x4766b5['getCustomProperty']('widget')&&_0x4766b5['is']('containerElement')&&_0x112b44(_0x4766b5,_0x2b1a1f['writer']);},{'priority':'high'});}),_0x2359f6['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x55545e,_0x3e13c5)=>{if(!_0x3e13c5['options']['showSuggestionHighlights'])return null;const {type:_0x38b7e5,subType:_0x544a22}=this['_splitMarkerName'](_0x55545e['markerName']);return{'classes':['ck-suggestion-marker',_0x5ec5f4(_0x38b7e5,_0x544a22)],'priority':0xbb8};}});const _0x4013a3=({showActiveMarkers:_0x4f03a8=!0x0,isAttributeSuggestion:_0x38a87c=!0x1}={})=>(_0x132746,_0x4a6f1d,_0x161be7)=>{if(!_0x4a6f1d['item'])return;const {id:_0x46b684}=this['_splitMarkerName'](_0x4a6f1d['markerName']);if(_0x38a87c){const _0x1503e4=this['_suggestions']['get'](_0x46b684),_0x370b91=this['_getAttributeKey'](_0x1503e4);if(!this['_isBlockAttribute'](_0x370b91))return;}if(_0x4a6f1d['item']['is']('selection'))return void _0x161be7['consumable']['consume'](_0x4a6f1d['item'],_0x132746['name']);const _0x125672=_0x161be7['mapper']['toViewElement'](_0x4a6f1d['item']);if(_0x4a6f1d['item']['is']('element')&&_0x2359f6['model']['schema']['isBlock'](_0x4a6f1d['item'])&&!_0x125672['getCustomProperty']('addHighlight')){_0x161be7['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x125672),_0x161be7['writer']['setAttribute']('data-suggestion',_0x46b684,_0x125672),_0x161be7['mapper']['bindElementToMarker'](_0x125672,_0x4a6f1d['markerName']),_0x4f03a8&&(this['activeMarkers']['includes'](_0x4a6f1d['markerName'])?_0x161be7['writer']['addClass']('ck-suggestion-marker--active',_0x125672):_0x161be7['writer']['removeClass']('ck-suggestion-marker--active',_0x125672));for(const _0xa45f41 of _0x2359f6['model']['createRangeIn'](_0x4a6f1d['item'])['getItems']())_0x161be7['consumable']['consume'](_0xa45f41,_0x132746['name']);_0x161be7['consumable']['consume'](_0x4a6f1d['item'],_0x132746['name']);}};_0x2359f6['conversion']['for']('dataDowncast')['add'](_0x414f9=>{_0x414f9['on']('addMarker:suggestion:formatBlock',(_0x3e8b71,_0x571ce8,_0x2dc194)=>{_0x2dc194['options']['showSuggestionHighlights']&&_0x4013a3({'showActiveMarkers':!0x1})(_0x3e8b71,_0x571ce8,_0x2dc194);},{'priority':'highest'});}),_0x2359f6['conversion']['for']('dataDowncast')['add'](_0x1847f5=>{_0x1847f5['on']('addMarker:suggestion:attribute',(_0x19ea5d,_0x1c39d0,_0x37eb03)=>{_0x37eb03['options']['showSuggestionHighlights']&&_0x4013a3({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x19ea5d,_0x1c39d0,_0x37eb03);},{'priority':'highest'});}),_0x2359f6['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x13733f,_0x5c3cea)=>_0x5c3cea['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x13733f['substr'](0xb)}}),_0x2359f6['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1b28c8,{writer:_0x544025})=>{let _0x1fab7c='suggestion:'+_0x1b28c8['getAttribute']('suggestion-type')+':'+_0x1b28c8['getAttribute']('id');return _0x1b28c8['getAttribute']('marker-count')&&(_0x1fab7c+=':'+_0x1b28c8['getAttribute']('marker-count')),_0x544025['createElement']('$marker',{'data-name':_0x1fab7c});}}),_0x2359f6['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x2359f6['conversion']['for']('editingDowncast')['add'](_0x31c2fc=>{_0x31c2fc['on']('addMarker:suggestion:formatBlock',_0x4013a3(),{'priority':'high'});}),_0x2359f6['conversion']['for']('editingDowncast')['add'](_0x4fd202=>{_0x4fd202['on']('addMarker:suggestion:attribute',_0x4013a3({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x2359f6['conversion']['for']('editingDowncast')['add'](_0x4fe0da=>{_0x4fe0da['on']('removeMarker:suggestion:formatBlock',(_0x1502b7,_0x1dc56b,_0x120263)=>{const _0x3dd5fe=_0x120263['mapper']['markerNameToElements'](_0x1dc56b['markerName']);if(_0x3dd5fe){for(const _0x19b808 of _0x3dd5fe)_0x19b808['getCustomProperty']('addHighlight')||(_0x120263['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x19b808),_0x120263['writer']['removeAttribute']('data-suggestion',_0x19b808),_0x120263['mapper']['unbindElementFromMarkerName'](_0x19b808,_0x1dc56b['markerName']));}},{'priority':'high'});}),_0x2359f6['conversion']['for']('editingDowncast')['add'](_0x409dc=>{_0x409dc['on']('removeMarker:suggestion:attribute',(_0x25baab,_0x14f183,_0x197cc2)=>{const _0x5370aa=_0x197cc2['mapper']['markerNameToElements'](_0x14f183['markerName']);if(!_0x5370aa)return;const {id:_0x6b0de0}=this['_splitMarkerName'](_0x14f183['markerName']),_0x4d8abe=this['_suggestions']['get'](_0x6b0de0),_0x3228a8=this['_getAttributeKey'](_0x4d8abe);if(this['_isBlockAttribute'](_0x3228a8)){for(const _0x20596f of _0x5370aa)_0x20596f['getCustomProperty']('addHighlight')||(_0x197cc2['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x20596f),_0x197cc2['writer']['removeAttribute']('data-suggestion',_0x20596f),_0x197cc2['mapper']['unbindElementFromMarkerName'](_0x20596f,_0x14f183['markerName']));}},{'priority':'high'});}),_0x2359f6['model']['document']['registerPostFixer'](_0x354028=>{let _0x4acc4f=!0x1;const _0x3b0118=Array['from'](_0x2359f6['model']['document']['differ']['getChangedMarkers']()),_0x565f28=new Set();for(const {name:_0x5e6589,data:_0xbbd97c}of _0x3b0118){const {group:_0xa41c62,type:_0x33641c,subType:_0x329fcd,id:_0x3467b3}=this['_splitMarkerName'](_0x5e6589);if('suggestion'!==_0xa41c62)continue;const _0x2a0186=this['_suggestions']['get'](_0x3467b3);if(null!=_0xbbd97c['newRange']){'formatInline'==_0x33641c&&(_0x4acc4f=_0x4acc4f||Ut(_0xbbd97c['newRange'],_0x5e6589,_0x354028,_0x2359f6['model']['schema']));const _0x5d92eb='attribute'==_0x33641c&&this['_isBlockAttribute'](_0x329fcd['split']('|')[0x0]);if(_0xbbd97c['newRange']['isCollapsed']||'$graveyard'==_0xbbd97c['newRange']['root']['rootName']||'formatBlock'==_0x33641c&&!Ft(_0xbbd97c['newRange'])||_0x5d92eb&&!Ft(_0xbbd97c['newRange'])||'deletion'==_0x33641c&&!(!Vt(_0x4a21bc=_0xbbd97c['newRange'])&&!function(_0x44c65e){return _0x44c65e['start']['parent']==_0x44c65e['end']['nodeBefore']&&_0x44c65e['start']['isAtEnd'];}(_0x4a21bc)))_0x354028['removeMarker'](_0x5e6589),_0x4acc4f=!0x0;else{if(!_0x2a0186||!_0x2a0186['isInContent'])continue;if(_0xbbd97c['newRange']&&_0xbbd97c['oldRange']&&_0xbbd97c['newRange']['isEqual'](_0xbbd97c['oldRange']))continue;_0x565f28['add'](_0x2a0186);}}}var _0x4a21bc;return _0x565f28['size']>0x0&&(_0x4acc4f=!!this['_joinWithAdjacentSuggestions'](_0x565f28)||_0x4acc4f),_0x4acc4f;}),_0x2359f6['model']['document']['registerPostFixer'](_0x5bc531=>{let _0x142d5a=!0x1;for(const _0x39e112 of _0x2359f6['model']['document']['differ']['getChanges']())if('insert'==_0x39e112['type'])for(const _0x515431 of this['_suggestions']['values']()){if(_0x515431['isMultiRange']||!_0x515431['isInContent'])continue;const _0x5e3bc3='formatBlock'==_0x515431['type'],_0x3bfc3e=this['_getAttributeKey'](_0x515431),_0x41c2f3=_0x3bfc3e&&this['_isBlockAttribute'](_0x3bfc3e);if(!_0x5e3bc3&&!_0x41c2f3)continue;const _0x822a30=_0x515431['getFirstRange']();if(_0x822a30['start']['parent']!=_0x822a30['end']['parent']&&!_0x822a30['end']['isAtEnd']){const _0x1d4ac9=_0x2359f6['model']['createPositionAt'](_0x822a30['start']['nodeAfter'],'end'),_0x34ffc5=_0x2359f6['model']['createRange'](_0x822a30['start'],_0x1d4ac9);_0x5bc531['updateMarker'](_0x515431['getFirstMarker'](),{'range':_0x34ffc5}),_0x142d5a=!0x0;}}return _0x142d5a;}),_0x2359f6['model']['document']['registerPostFixer'](_0x2fca08=>this['_processAttributeChanges'](_0x2fca08)),_0x2359f6['model']['document']['registerPostFixer'](_0x13c42d=>!_0x13c42d['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x13c42d)),_0x2359f6['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x2359f6['model']['document']['on']('change:data',(_0x4da5ab,_0x3f26af)=>{if(!_0x3f26af['isLocal']||_0x3f26af['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x23d7ba=_0x2359f6['model']['document']['differ']['getChanges']();if(0x0==_0x23d7ba['length'])return;const _0x4ddd2d=[],_0x136e2f=_0x23d7ba['filter'](_0x286be5=>'attribute'==_0x286be5['type']),_0x5be97b=_0x23d7ba['filter'](_0x5f4437=>'insert'==_0x5f4437['type']&&'$text'!=_0x5f4437['name']);for(const _0x4e2452 of _0x136e2f)this['_isRegisteredAttribute'](_0x4e2452['attributeKey'])&&_0x4ddd2d['push']({'key':_0x4e2452['attributeKey'],'newValue':_0x4e2452['attributeNewValue'],'oldValue':_0x4e2452['attributeOldValue'],'range':Pt(_0x4e2452['range'],_0x2359f6['model'])});for(const _0x4c95f9 of _0x5be97b){if('rename'!=_0x4c95f9['action']&&'refresh'!=_0x4c95f9['action'])continue;const _0x164bd5=Lt(_0x4c95f9['position']['nodeAfter'],_0x2359f6['model']),_0x4a9b5c=_0x4c95f9['before'];'rename'==_0x4c95f9['action']&&_0x4ddd2d['push']({'key':m,'newValue':_0x4c95f9['name'],'oldValue':_0x4a9b5c['name'],'range':_0x164bd5});for(const [_0x3240f0,_0x5f3afa]of _0x4a9b5c['attributes']){if(!this['_isRegisteredAttribute'](_0x3240f0))continue;const _0x474f64=_0x4c95f9['attributes']['get'](_0x3240f0);_0x5f3afa!==_0x474f64&&_0x4ddd2d['push']({'key':_0x3240f0,'newValue':_0x474f64,'oldValue':_0x5f3afa,'range':_0x164bd5});}for(const [_0x4fa97c,_0x31e319]of _0x4c95f9['attributes'])this['_isRegisteredAttribute'](_0x4fa97c)&&(_0x4a9b5c['attributes']['has'](_0x4fa97c)||_0x4ddd2d['push']({'key':_0x4fa97c,'newValue':_0x31e319,'oldValue':null,'range':_0x164bd5}));}0x0!=_0x4ddd2d['length']&&_0x2359f6['model']['enqueueChange'](_0x3f26af,_0x1df429=>{const _0x4df35=_0x4600fb();for(const {range:_0x2387e7,key:_0x2ba970,oldValue:_0x55ab35,newValue:_0x4b1cef}of _0x4ddd2d)this['markAttributeChange'](_0x2387e7,_0x2ba970,_0x55ab35,_0x4b1cef,{'groupId':_0x4df35});this['_reduceExistingSuggestions'](_0x1df429,_0x4ddd2d);});},{'priority':'lowest'}),_0x2359f6['model']['markers']['on']('update:suggestion',(_0x395548,_0x3e3c0a,_0x44bc2b)=>{if(null==_0x44bc2b){const {id:_0xd37370}=this['_splitMarkerName'](_0x3e3c0a['name']),_0x38dd2d=this['_suggestions']['get'](_0xd37370);_0x38dd2d&&_0x38dd2d['addMarkerName'](_0x3e3c0a['name']);}}),_0x2359f6['model']['document']['on']('change:data',()=>{const _0x495515=Array['from'](_0x2359f6['model']['document']['differ']['getChangedMarkers']())['filter'](_0x443075=>'suggestion'===this['_splitMarkerName'](_0x443075['name'])['group']);if(0x0===_0x495515['length'])return;_0x495515['sort']((_0x16d802,_0x3f997b)=>{const _0x42e3d2=_0x16d802['data']['oldRange'],_0x1cec9a=_0x3f997b['data']['oldRange'];return null===_0x42e3d2&&null===_0x1cec9a?0x0:null===_0x42e3d2&&null!==_0x1cec9a?-0x1:null!==_0x42e3d2&&null===_0x1cec9a?0x1:_0x42e3d2['start']['isBefore'](_0x1cec9a['start'])?-0x1:0x1;});const _0x4b0ef2=new Set(),_0x23954f=new Set();for(const {name:_0x564c22,data:_0x1ff401}of _0x495515){const {id:_0x5c3833}=this['_splitMarkerName'](_0x564c22);if(null===_0x1ff401['oldRange']){const _0x186c59=this['_handleNewSuggestionMarker'](_0x564c22);_0x23954f['add'](_0x186c59);}else{const _0x49b874=this['_suggestions']['get'](_0x5c3833);null!==_0x1ff401['newRange']||_0x49b874['isInContent']?(_0x4b0ef2['add'](_0x49b874['head']),_0x23954f['add'](_0x49b874)):this['_removeSuggestion'](_0x49b874);}}_0x23954f['size']>0x0&&this['_refreshSuggestionsChain'](_0x23954f);for(const _0x7c22a4 of _0x4b0ef2)this['fire']('suggestionChanged',_0x7c22a4);}),_0x2359f6['model']['on']('applyOperation',(_0x21dd94,_0x45f0e2)=>{const _0x8c0b0e=_0x45f0e2[0x0];if(!this['_suggestions']['size'])return;if(!_0x8c0b0e['isDocumentOperation'])return;if(_0x8c0b0e['batch']['isUndo']||!_0x8c0b0e['batch']['isLocal'])return;let _0x1b9704,_0x3b0aa8;switch(_0x8c0b0e['type']){case'insert':_0x1b9704=_0x2359f6['model']['createPositionAt'](_0x8c0b0e['position']),_0x3b0aa8=_0x1b9704['getShiftedBy'](_0x8c0b0e['howMany']);break;case'split':_0x1b9704=_0x2359f6['model']['createPositionAt'](_0x8c0b0e['splitPosition']),_0x3b0aa8=_0x2359f6['model']['createPositionAt'](_0x8c0b0e['moveTargetPosition']);break;case'move':_0x1b9704=_0x2359f6['model']['createPositionAt'](_0x8c0b0e['targetPosition']),_0x3b0aa8=_0x1b9704['getShiftedBy'](_0x8c0b0e['howMany']);break;default:return;}const _0x26a847=_0x2359f6['model']['createRange'](_0x1b9704,_0x3b0aa8);_0x2359f6['model']['change'](()=>{for(const {suggestion:_0x4f1663,meta:_0x247fad}of this['_findSuggestions'](_0x26a847)){if(_0x4f1663['isMultiRange'])continue;if('formatInline'==_0x4f1663['type'])continue;const _0x2a2600=this['_getAttributeKey'](_0x4f1663);if(_0x2a2600&&this['_isBlockAttribute'](_0x2a2600)&&'split'!=_0x8c0b0e['type'])continue;const _0x159163=_0x4f1663['data']&&_0x4f1663['data']['multipleBlocks'];('formatBlock'!=_0x4f1663['type']||'split'==_0x8c0b0e['type']&&!_0x159163)&&(_0x247fad['containsRangeInObject']||'insertion'==_0x4f1663['type']&&_0x247fad['isOwn']||_0x4f1663['getFirstRange']()['containsRange'](_0x26a847)&&this['_breakSuggestionMarker'](_0x4f1663,_0x1b9704,_0x3b0aa8));}});},{'priority':'lowest'}),_0x2359f6['model']['on']('deleteContent',(_0x5e53ab,_0x335f2d)=>{const _0x8c665a=_0x335f2d[0x0],_0x4e10a7=_0x335f2d[0x1];if(_0x4e10a7&&_0x4e10a7['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x8c665a['isCollapsed'])return;const _0x4c8a10=_0x2359f6['model']['schema'],{start:_0xd4c0ec,end:_0x1d9901}=_0x8c665a['getFirstRange'](),_0x45602a=_0xd4c0ec['nodeAfter']&&_0x4c8a10['isLimit'](_0xd4c0ec['nodeAfter'])?null:_0x4c8a10['getNearestSelectionRange'](_0xd4c0ec,'forward'),_0x5c0af6=_0x1d9901['nodeBefore']&&_0x4c8a10['isLimit'](_0x1d9901['nodeBefore'])?null:_0x4c8a10['getNearestSelectionRange'](_0x1d9901,'backward'),_0x219370=_0x2359f6['model']['createRange'](_0x45602a?_0x45602a['start']:_0xd4c0ec,_0x5c0af6?_0x5c0af6['end']:_0x1d9901);_0x2359f6['model']['change'](_0x41a63b=>{this['markDeletion'](_0x219370);const _0x2913ab=_0x2359f6['model']['schema']['getNearestSelectionRange'](_0x219370['start']);_0x8c665a['is']('documentSelection')?_0x41a63b['setSelection'](_0x2913ab):_0x8c665a['setTo'](_0x2913ab);}),_0x5e53ab['stop']();},{'priority':_0x436881['normal']+0xa}),_0x2359f6['model']['on']('insertContent',(_0x455124,_0x1db14e)=>{const _0x11372a=_0x1db14e[_0x1db14e['length']-0x1];_0x11372a&&_0x11372a['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x2359f6['model']['change'](()=>{let _0x191785=_0x2359f6['model']['insertContent'](_0x1db14e[0x0],_0x1db14e[0x1],_0x1db14e[0x2],{'forceDefaultExecution':!0x0});if(!_0x191785)return;_0x455124['return']=_0x191785['clone']();const _0x5e16c0=_0x191785['end']['nodeBefore'],_0xc48a36=_0x2359f6['model']['schema'];_0x5e16c0&&_0xc48a36['isBlock'](_0x5e16c0)&&!_0xc48a36['isObject'](_0x5e16c0)&&(_0x191785=_0x2359f6['model']['createRange'](_0x191785['start'],_0x2359f6['model']['createPositionAt'](_0x5e16c0,'end'))),this['markInsertion'](_0x191785);}),_0x455124['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x117c53=new x(_0x2359f6,this['_suggestions']);_0x2359f6['commands']['add']('acceptSuggestion',_0x117c53),this['enableCommand']('acceptSuggestion');const _0x2192ef=new R(_0x2359f6,this['_suggestions']);_0x2359f6['commands']['add']('discardSuggestion',_0x2192ef),this['enableCommand']('discardSuggestion'),_0x2359f6['commands']['add']('acceptAllSuggestions',new E(_0x2359f6,_0x117c53,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x2359f6['commands']['add']('discardAllSuggestions',new E(_0x2359f6,_0x2192ef,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x2359f6['commands']['add']('acceptSelectedSuggestions',new O(_0x2359f6,_0x117c53,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x2359f6['commands']['add']('discardSelectedSuggestions',new O(_0x2359f6,_0x2192ef,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x350a11=_0x2359f6['plugins']['get']('CommentsRepository');this['listenTo'](_0x350a11,'addComment',(_0x34c9ee,{threadId:_0x44707b})=>{const _0x3a4621=this['_suggestions']['get'](_0x44707b);_0x3a4621&&_0x3a4621['commentThread']&&0x1===_0x3a4621['commentThread']['length']&&this['_updateSuggestionData'](_0x44707b,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x350a11,'removeComment',(_0x5815ef,{threadId:_0x4e4bb0})=>{const _0x22e505=this['_suggestions']['get'](_0x4e4bb0);_0x22e505&&_0x22e505['commentThread']&&!_0x22e505['commentThread']['length']&&this['_updateSuggestionData'](_0x4e4bb0,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x109f16){if(this['_adapter'])throw new _0xa4d2dc('track-changes-adapter-already-set',this);this['_adapter']=_0x109f16;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2f4c5d=!0x1,toJSON:_0x4ca64f=!0x1}={}){const _0x3688ef=[];for(const _0x4668f0 of this['_suggestions']['values']())_0x2f4c5d&&!_0x4668f0['isInContent']||_0x3688ef['push'](_0x4668f0);return _0x4ca64f?_0x3688ef['map'](_0xa9190c=>_0xa9190c['toJSON']()):_0x3688ef;}['getSuggestion'](_0x1714e1){const _0x13abaa=this['_suggestions']['get'](_0x1714e1);if(!_0x13abaa)throw new _0xa4d2dc('track-changes-suggestion-not-found',this);return _0x13abaa;}['hasSuggestion'](_0x5dfd4f){return this['_suggestions']['has'](_0x5dfd4f);}['addSuggestionData'](_0x2de3b3){const {authorId:_0x5c829f,id:_0x36a406,attributes:_0x199a52}=_0x2de3b3,[_0x1dcc15,_0x32c35d]=_0x2de3b3['type']['split'](':'),_0x1fcace=this['_suggestions']['get'](_0x36a406)||this['_createSuggestion'](_0x1dcc15,_0x32c35d,_0x36a406,_0x5c829f,_0x199a52);if(this['_addThreadToSuggestion'](_0x1fcace),this['_checkSuggestionCorrectness'](_0x1fcace,_0x1dcc15,_0x32c35d||null,_0x5c829f),_0x1fcace['createdAt']=_0x2de3b3['createdAt'],_0x1fcace['_isDataLoaded']=!0x0,_0x199a52&&_0x199a52['@external']){const _0x2be4de=_0x199a52['@external'],_0x478050=this['_getExternalAuthor'](_0x2be4de['authorName']);_0x1fcace['authoredAt']=_0x2be4de['createdAt'],_0x1fcace['author']=_0x478050,_0x1fcace['isExternal']=!0x0;}else _0x1fcace['authoredAt']=_0x2de3b3['createdAt'];switch(_0x2de3b3['data']&&(_0x1fcace['data']=_0x2de3b3['data']),_0x2de3b3['attributes']&&(_0x1fcace['attributes']=_0x2de3b3['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x1fcace['_saved']=!0x0),this['_suggestionState']['get'](_0x1fcace)){case'notReady':this['_suggestionState']['set'](_0x1fcace,'dataReady');break;case'markerReady':_0x1fcace['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x1fcace])),this['_refreshSuggestionsChain'](new Set([_0x1fcace])),this['_suggestionState']['set'](_0x1fcace,'ready'),this['fire']('suggestionLoaded',_0x1fcace)):this['_suggestionState']['set'](_0x1fcace,'removed');}return _0x1fcace;}['acceptSuggestion'](_0x4c86a8){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5252ab of _0x4c86a8['getAllAdjacentSuggestions']())_0x5252ab['accept']();});});}['discardSuggestion'](_0x3606a5){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1c937c of _0x3606a5['getAllAdjacentSuggestions']())_0x1c937c['discard']();});});}['enableCommand'](_0x55fbfd,_0x5a1a8b){const _0x51e99a=this['editor']['commands']['get'](_0x55fbfd);if(!_0x51e99a)throw new _0xa4d2dc('track-changes-command-not-found',this,{'commandName':_0x55fbfd});if(this['_enabledCommands']['has'](_0x51e99a))throw new _0xa4d2dc('track-changes-enable-command-twice',this,{'commandName':_0x55fbfd});this['_enabledCommands']['add'](_0x51e99a),_0x5a1a8b&&_0x51e99a['on']('execute',(_0x20edab,_0x547225)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x547225['length']>0x0&&_0x547225[_0x547225['length']-0x1]&&_0x547225[_0x547225['length']-0x1]['forceDefaultExecution']?_0x547225['pop']():(_0x20edab['return']=_0x5a1a8b((..._0x4da282)=>_0x51e99a['execute'](..._0x4da282,{'forceDefaultExecution':!0x0}),..._0x547225),_0x20edab['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x560ebd){let _0x10e432,_0x27c743;const _0xd02d4f=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x10e432=_0x560ebd();}catch(_0x5ddd9e){_0x27c743=_0x5ddd9e;}return _0xd02d4f||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x27c743&&_0xa4d2dc['rethrowUnexpectedError'](_0x27c743,this),_0x10e432;}['markInsertion'](_0x564af7,_0x471192=null,_0x483521={}){if(_0x564af7['isCollapsed'])return null;const _0x4af14a=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x242e5c,meta:_0x2928fe}of this['_findSuggestions'](_0x564af7,'insertion'))if(_0x2928fe['isOwn']){if(!_0x2928fe['isNextTo']){if(_0x2928fe['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x242e5c,_0x483521))continue;return _0x242e5c;}if(qt(_0x242e5c,_0x483521))return _0x242e5c;this['_breakSuggestionMarker'](_0x242e5c,_0x564af7['start'],_0x564af7['end']);break;}if(_0x471192==_0x242e5c['subType']&&qt(_0x242e5c,_0x483521)){const _0xd141ec=_0x242e5c['getFirstRange']();return _0xd141ec['start']['isEqual'](_0x564af7['end'])?this['_setSuggestionRange'](_0x242e5c,this['_model']['createRange'](_0x564af7['start'],_0xd141ec['end'])):this['_setSuggestionRange'](_0x242e5c,this['_model']['createRange'](_0xd141ec['start'],_0x564af7['end'])),_0x242e5c;}}const _0x2a08cc=_0x4600fb(),_0x3c7538=_0x4af14a['id'],_0x1c03ec=_0x471192?'insertion:'+_0x471192:'insertion',_0x52a9b1=this['_setSuggestionData']({'id':_0x2a08cc,'type':_0x1c03ec,'createdAt':new Date(),'authorId':_0x3c7538,'attributes':_0x483521});return this['_addSuggestionMarker'](_0x1c03ec,_0x2a08cc,_0x3c7538,_0x564af7),_0x52a9b1;}['markMultiRangeInsertion'](_0x15e4cb,_0x27fa18='multi',_0x4c81ca={}){const _0x5cc87e=this['editor']['plugins']['get']('Users')['me'],_0x538c23=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x27fa18,'join');for(const _0x4575be of this['getSuggestions']())if(_0x4575be['author']['id']==_0x5cc87e['id']&&'insertion'==_0x4575be['type']&&_0x4575be['subType']==_0x27fa18&&qt(_0x4575be,_0x4c81ca)&&(_0x538c23(_0x4575be['getRanges'](),_0x15e4cb)||_0x538c23(_0x15e4cb,_0x4575be['getRanges']()))){for(const _0x40bc5d of _0x15e4cb)_0x4575be['addRange'](_0x40bc5d);return _0x4575be;}for(const {suggestion:_0x533174,meta:_0x525fd9}of this['_findSuggestions'](_0x15e4cb,'insertion')){if(!_0x525fd9['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x525fd9['containsRangeInObject'])continue;if(!qt(_0x533174,_0x4c81ca))continue;let _0x156aff=!0x0;for(const _0x3a73c6 of _0x533174['getRanges']())for(const _0x1d5d45 of _0x15e4cb)if(!_0x3a73c6['containsRange'](_0x1d5d45)){_0x156aff=!0x1;break;}if(_0x156aff)return _0x533174;}const _0x3b3fa2=_0x4600fb(),_0x158a11=_0x5cc87e['id'],_0x4e1fc5='insertion:'+_0x27fa18,_0x3dbee9=this['_setSuggestionData']({'id':_0x3b3fa2,'type':_0x4e1fc5,'createdAt':new Date(),'authorId':_0x158a11,'attributes':_0x4c81ca});for(const _0x13b84a of _0x15e4cb)this['_addSuggestionMarker'](_0x4e1fc5,_0x3b3fa2,_0x158a11,_0x13b84a,u['getMultiRangeId']());return _0x3dbee9;}['markInlineFormat'](_0x400c2f,_0x3ce77c,_0xea8a9e=null,_0x5247ce={}){if(_0xea8a9e=_0xea8a9e||Gt(_0x3ce77c),_0x400c2f['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x56ef96=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0xea8a9e,'accept');return this['forceDefaultExecution'](()=>_0x56ef96([_0x400c2f],_0x3ce77c,_0x5247ce)),null;}const _0x26bd28=this['editor']['plugins']['get']('Users')['me'],_0x4d6ed9=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x454936,meta:_0x965caa}of this['_findSuggestions'](_0x400c2f,'insertion'))_0x965caa['isOwn']&&!_0x965caa['isInsideObject']&&_0x4d6ed9['push'](..._0x454936['getRanges']());}const _0x30bac0=function(_0x468135,_0x4018f9){const _0x2e4382=[];for(const _0x145644 of _0x4018f9){const _0x2fc027=_0x468135['getIntersection'](_0x145644);_0x2fc027&&_0x2e4382['push'](_0x2fc027);}return _0x2e4382;}(_0x400c2f,_0x4d6ed9),_0x86b745=function(_0x411eec,_0x152ab8){const _0x3ffe44=[_0x411eec];for(const _0x3528b7 of _0x152ab8){let _0x111db4=0x0;for(;_0x111db4<_0x3ffe44['length'];){const _0x5bd60a=_0x3ffe44[_0x111db4]['getDifference'](_0x3528b7);_0x3ffe44['splice'](_0x111db4,0x1,..._0x5bd60a),_0x111db4+=_0x5bd60a['length'];}}return _0x3ffe44;}(_0x400c2f,_0x4d6ed9);_0x30bac0['length']&&this['_model']['change'](()=>{for(const _0x386b32 of _0x30bac0){const _0x47f18c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0xea8a9e,'accept');this['forceDefaultExecution'](()=>_0x47f18c([_0x386b32],_0x3ce77c,_0x5247ce));}});for(const _0x1ead52 of _0x86b745){let _0x4ab006=null,_0xf42d3d=_0x1ead52['start'],_0x2b1f3c=_0x1ead52['end'];for(const {suggestion:_0x476d12,meta:_0x1b8f63}of this['_findSuggestions'](_0x1ead52,'formatInline')){if(!_0x1b8f63['isOwn'])continue;if(_0x476d12['subType']!=_0xea8a9e)continue;if(!qt(_0x476d12,_0x5247ce))continue;const _0x4f4675=_0x476d12['getFirstRange']();if(_0x4f4675['containsRange'](_0x1ead52,!0x0))return null;_0xf42d3d=_0xf42d3d['isBefore'](_0x4f4675['start'])?_0xf42d3d:_0x4f4675['start'],_0x2b1f3c=_0x2b1f3c['isAfter'](_0x4f4675['end'])?_0x2b1f3c:_0x4f4675['end'],_0x4ab006?_0x4f4675['start']['isBefore'](_0x4ab006['getFirstRange']()['start'])?(_0x4ab006['removeMarkers'](),_0x4ab006=_0x476d12):_0x476d12['removeMarkers']():_0x4ab006=_0x476d12;}const _0x456220=this['_model']['createRange'](_0xf42d3d,_0x2b1f3c);if(_0x4ab006)this['_setSuggestionRange'](_0x4ab006,_0x456220);else{const _0x58b1fb=_0x4600fb(),_0x47d904=_0x26bd28['id'];this['_setSuggestionData']({'id':_0x58b1fb,'type':'formatInline:'+_0xea8a9e,'data':_0x3ce77c,'createdAt':new Date(),'authorId':_0x47d904,'attributes':_0x5247ce}),this['_addSuggestionMarker']('formatInline:'+_0xea8a9e,_0x58b1fb,_0x47d904,_0x456220);}}return null;}['markBlockFormat'](_0x15ca97,_0x3ea294,_0x1cf747=[],_0x23ad89=null,_0x531295={}){_0x3ea294['formatGroupId']||(_0x3ea294['formatGroupId']=_0x3ea294['commandName']),_0x3ea294['multipleBlocks']=_0x15ca97['is']('range'),_0x23ad89=_0x23ad89||Gt(_0x3ea294);const _0x2aa902=_0x1cf747['map'](_0x441326=>Lt(_0x441326,this['_model'])),_0x37b03b=_0x15ca97['is']('range')?_0x15ca97:Lt(_0x15ca97,this['_model']);if('never'===this['_trackFormatChanges']){const _0x27e0f2=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x23ad89,'accept');return this['forceDefaultExecution'](()=>_0x27e0f2([_0x37b03b],_0x3ea294,_0x531295)),null;}_0x2aa902['push'](_0x37b03b);let _0x492f4f=!0x0;for(const _0x15eedb of _0x2aa902)if(!this['_rangeIsInLocalUserInsertion'](_0x15eedb)){_0x492f4f=!0x1;break;}if(_0x492f4f&&'always'!==this['_trackFormatChanges']){const _0x4a9efd=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x23ad89,'accept');return this['forceDefaultExecution'](()=>_0x4a9efd([_0x37b03b],_0x3ea294,_0x531295)),null;}let _0x325fa0=null,_0x564b39=_0x37b03b['start'],_0x35c14d=_0x37b03b['end'];for(const {suggestion:_0x139dc5,meta:_0x212c11}of this['_findSuggestions'](_0x37b03b,'formatBlock')){if(!_0x212c11['isOwn'])continue;if(_0x212c11['isNextTo']||_0x212c11['containsRangeInObject']||_0x212c11['isInsideObject'])continue;if(_0x139dc5['data']['formatGroupId']!=_0x3ea294['formatGroupId'])continue;if(!qt(_0x139dc5,_0x531295))continue;const _0x390d91=_0x139dc5['getFirstRange']();if(_0x139dc5['subType']==_0x23ad89){if(_0x390d91['containsRange'](_0x37b03b,!0x0))return null;_0x564b39=_0x564b39['isBefore'](_0x390d91['start'])?_0x564b39:_0x390d91['start'],_0x35c14d=_0x35c14d['isAfter'](_0x390d91['end'])?_0x35c14d:_0x390d91['end'],_0x325fa0?_0x390d91['start']['isBefore'](_0x325fa0['getFirstRange']()['start'])?(_0x325fa0['removeMarkers'](),_0x325fa0=_0x139dc5):_0x139dc5['removeMarkers']():_0x325fa0=_0x139dc5;}else{const _0x70e2f2=_0x37b03b['getIntersection'](_0x390d91);this['_cutOutSuggestionMarker'](_0x139dc5,_0x70e2f2);}}const _0x1ab454=this['editor']['plugins']['get']('Users')['me'],_0x48d236=_0x4600fb(),_0x3cbea9=_0x1ab454['id'];if(_0x325fa0)return this['_setSuggestionRange'](_0x325fa0,this['_model']['createRange'](_0x564b39,_0x35c14d)),_0x325fa0;{const _0x197422=this['_setSuggestionData']({'id':_0x48d236,'type':'formatBlock:'+_0x23ad89,'data':_0x3ea294,'createdAt':new Date(),'authorId':_0x3cbea9,'attributes':_0x531295});return this['_addSuggestionMarker']('formatBlock:'+_0x23ad89,_0x48d236,_0x3cbea9,this['_model']['createRange'](_0x564b39,_0x35c14d)),_0x197422;}}['markMultiRangeBlockFormat'](_0x2ead24,_0x140810,_0x2795d3=[],_0x43bc37=null,_0x30d612={}){_0x140810['formatGroupId']||(_0x140810['formatGroupId']=_0x140810['commandName']);const _0x493faf=_0x2ead24[0x0];_0x140810['multipleBlocks']=_0x493faf['is']('range'),_0x43bc37=_0x43bc37||Gt(_0x140810);const _0x1d3518=_0x2795d3['map'](_0x42913d=>Lt(_0x42913d,this['_model'])),_0x1c2399=_0x493faf['is']('range')?_0x2ead24:_0x2ead24['map'](_0x38de8e=>Lt(_0x38de8e,this['_model']));if('never'===this['_trackFormatChanges']){const _0x18c4ad=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43bc37,'accept');return this['forceDefaultExecution'](()=>_0x18c4ad(_0x1c2399,_0x140810,_0x30d612)),null;}_0x1d3518['push'](..._0x1c2399);let _0x3b8087=!0x0;for(const _0x2d56d9 of _0x1d3518)if(!this['_rangeIsInLocalUserInsertion'](_0x2d56d9)){_0x3b8087=!0x1;break;}if(_0x3b8087&&'always'!==this['_trackFormatChanges']){const _0x214658=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43bc37,'accept');return this['forceDefaultExecution'](()=>_0x214658(_0x1c2399,_0x140810,_0x30d612)),null;}const _0x474aa1=this['editor']['plugins']['get']('Users')['me'];for(const _0x4a9a16 of this['getSuggestions']()){if(_0x4a9a16['author']['id']!=_0x474aa1['id'])continue;if('formatBlock'!=_0x4a9a16['type']||_0x4a9a16['data']['formatGroupId']!=_0x140810['formatGroupId'])continue;if(!qt(_0x4a9a16,_0x30d612))continue;const _0x4e25a0=_0x4a9a16['subType']==_0x43bc37;for(let _0xef0e52=0x0;_0xef0e52<_0x1c2399['length'];_0xef0e52++){const _0x437517=_0x1c2399[_0xef0e52];for(const _0x5305e2 of _0x4a9a16['getMarkers']()){const _0x2162f8=_0x5305e2['getRange']();if(_0x437517['isEqual'](_0x2162f8)){_0x4e25a0?(_0x1c2399['splice'](_0xef0e52,0x1),_0xef0e52--):_0x4a9a16['removeMarker'](_0x5305e2['name']);break;}}}}if(0x0==_0x1c2399['length'])return null;const _0x42be97=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x43bc37,'join');for(const _0x48509f of this['getSuggestions']())if(_0x48509f['author']['id']==_0x474aa1['id']&&'formatBlock'==_0x48509f['type']&&_0x48509f['data']['formatGroupId']==_0x140810['formatGroupId']&&_0x48509f['subType']==_0x43bc37&&qt(_0x48509f,_0x30d612)&&(_0x42be97(_0x48509f['getRanges'](),_0x1c2399)||_0x42be97(_0x1c2399,_0x48509f['getRanges']()))){for(const _0x32564e of _0x1c2399)_0x48509f['addRange'](_0x32564e);return _0x48509f;}const _0x4dd11c=_0x4600fb(),_0x4f1e32=_0x474aa1['id'],_0x4f633e='formatBlock:'+_0x43bc37,_0x5b83ba=this['_setSuggestionData']({'id':_0x4dd11c,'type':_0x4f633e,'data':_0x140810,'createdAt':new Date(),'authorId':_0x4f1e32,'attributes':_0x30d612});for(const _0x186ac8 of _0x1c2399)this['_addSuggestionMarker'](_0x4f633e,_0x4dd11c,_0x4f1e32,_0x186ac8,u['getMultiRangeId']());return _0x5b83ba;}['markDeletion'](_0x391d1c,_0x3b8470=null,_0x2abd96={}){if(_0x391d1c['isCollapsed'])return null;const _0x30f925=this['editor']['plugins']['get']('Users')['me'],_0x4c2f99=new _0x1fbd79(_0x391d1c['start'],_0x391d1c['end']);for(const {suggestion:_0x5d4249,meta:_0x44a817}of this['_findSuggestions'](_0x4c2f99,'insertion'))if(_0x44a817['isOwn']&&!_0x44a817['isNextTo']){if(_0x5d4249['isMultiRange']){const _0x4b236b=_0x5d4249['getRanges']()['filter'](_0x29aec7=>'$graveyard'!=_0x29aec7['root']['rootName']);_0x4b236b['every'](_0x43a048=>_0x4c2f99['containsRange'](_0x43a048,!0x0))&&_0x5d4249['discard']();if(_0x4b236b['some'](_0x1a395d=>_0x1a395d['containsRange'](_0x4c2f99,!0x0))){const _0x309db7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3b8470,'accept');return this['forceDefaultExecution'](()=>_0x309db7([_0x4c2f99],null,_0x2abd96)),null;}}else{const _0x30f4b7=_0x4c2f99['getIntersection'](_0x5d4249['getFirstRange']());null!==_0x30f4b7&&_0x5d4249['_onDiscard']([_0x30f4b7],null,_0x2abd96);}}if(_0x4c2f99['detach'](),_0x4c2f99['isCollapsed']||'$graveyard'==_0x4c2f99['root']['rootName'])return null;let _0xe3087c=null,_0x4536f3=_0x4c2f99['start'],_0x389faa=_0x4c2f99['end'];const _0x5ac92c=this['_findSuggestions'](_0x4c2f99,'deletion');for(const {suggestion:_0x13be27,meta:_0x4aead4}of _0x5ac92c){const _0x56cfe1=this['_model']['createRange'](_0x4536f3,_0x389faa);if(_0x4aead4['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4aead4['containsRangeInObject']&&!_0x4aead4['isInsideObject'])){if(_0x13be27['isMultiRange']){if(!qt(_0x13be27,_0x2abd96))continue;let _0x59122e=!0x0;for(const _0x747b39 of _0x13be27['getRanges']()){if(_0x747b39['containsRange'](_0x56cfe1,!0x0))return _0x13be27;_0x56cfe1['containsRange'](_0x747b39)||(_0x59122e=!0x1);}_0x59122e&&_0x13be27['discard']();}else{const _0x3cf07e=_0x13be27['getFirstRange']();if(_0x3cf07e['containsRange'](_0x56cfe1,!0x0))return _0x13be27;if(!qt(_0x13be27,_0x2abd96)){_0x56cfe1['containsRange'](_0x3cf07e)?_0x13be27['removeMarkers']():_0x3cf07e['containsPosition'](_0x4536f3)?_0x4536f3=_0x3cf07e['end']:_0x3cf07e['containsPosition'](_0x389faa)&&(_0x389faa=_0x3cf07e['start']);continue;}_0x4536f3=_0x4536f3['isBefore'](_0x3cf07e['start'])?_0x4536f3:_0x3cf07e['start'],_0x389faa=_0x389faa['isAfter'](_0x3cf07e['end'])?_0x389faa:_0x3cf07e['end'],_0x2abd96=Object['assign']({},_0x13be27['attributes']),_0xe3087c?_0x3cf07e['start']['isBefore'](_0xe3087c['getFirstRange']()['start'])?(_0xe3087c['removeMarkers'](),_0xe3087c=_0x13be27):_0x13be27['removeMarkers']():_0xe3087c=_0x13be27;}}}if(_0xe3087c)return this['_setSuggestionRange'](_0xe3087c,this['_model']['createRange'](_0x4536f3,_0x389faa)),_0xe3087c;{const _0xc83e59=_0x4600fb(),_0x31f348=this['_model']['createRange'](_0x4536f3,_0x389faa),_0x3f0e6d=_0x30f925['id'],_0x3ae643=_0x3b8470?'deletion:'+_0x3b8470:'deletion',_0x49843c=this['_setSuggestionData']({'id':_0xc83e59,'type':_0x3ae643,'createdAt':new Date(),'authorId':_0x3f0e6d,'attributes':_0x2abd96});return this['_addSuggestionMarker'](_0x3ae643,_0xc83e59,_0x3f0e6d,_0x31f348),_0x49843c;}}['markMultiRangeDeletion'](_0x3b4fb4,_0x56a1d2='multi',_0x3377d3={}){const _0x57802e=this['editor']['plugins']['get']('Users')['me'],_0x9e5d46=_0x3b4fb4['map'](_0x311607=>new _0x1fbd79(_0x311607['start'],_0x311607['end'])),_0x1ce82f=new Set();for(const {suggestion:_0x2a57b7,meta:_0x3a5607}of this['_findSuggestions'](_0x9e5d46,'insertion'))_0x3a5607['isOwn']&&!_0x3a5607['isNextTo']&&_0x1ce82f['add'](_0x2a57b7);for(const _0x3d9b4c of _0x1ce82f)if(_0x3d9b4c['isMultiRange']){const _0x51bb45=_0x3d9b4c['getRanges']();(!_0x3d9b4c['attributes']||!_0x3d9b4c['attributes']['skipNestingCheck'])&&(_0x51bb45['every'](_0x2ec871=>_0x9e5d46['some'](_0x4ec2ea=>_0x4ec2ea['containsRange'](_0x2ec871,!0x0)))&&_0x3d9b4c['discard']());if(_0x9e5d46['every'](_0x4dc9db=>_0x51bb45['some'](_0x3fe799=>_0x3fe799['containsRange'](_0x4dc9db,!0x0)))){const _0x544a3e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x56a1d2,'accept');return this['forceDefaultExecution'](()=>_0x544a3e(_0x3b4fb4,null,_0x3377d3)),null;}}else{const _0x470058=_0x3d9b4c['getFirstRange']();_0x9e5d46['some'](_0x22ae64=>_0x22ae64['containsRange'](_0x470058,!0x0))&&_0x3d9b4c['discard']();if(_0x9e5d46['every'](_0x34c910=>_0x470058['containsRange'](_0x34c910,!0x0))){const _0x2cc94d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x56a1d2,'accept');return this['forceDefaultExecution'](()=>_0x2cc94d(_0x9e5d46,null,_0x3377d3)),null;}}const _0x2f1aea=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x56a1d2,'join');let _0x221b8d=null;for(const _0x7259d of this['getSuggestions']())if(_0x7259d['author']['id']==_0x57802e['id']&&_0x7259d['isInContent']&&'deletion'==_0x7259d['type']&&_0x7259d['subType']==_0x56a1d2&&qt(_0x7259d,_0x3377d3)&&(_0x2f1aea(_0x7259d['getRanges'](),_0x9e5d46)||_0x2f1aea(_0x9e5d46,_0x7259d['getRanges']()))){if(_0x221b8d){if(_0x7259d['commentThread']&&_0x7259d['commentThread']['length'])continue;for(const _0x45f6f3 of _0x7259d['getRanges']())_0x221b8d['isIntersectingWithRange'](_0x45f6f3)||_0x221b8d['addRange'](_0x45f6f3);_0x7259d['removeMarkers']();}else{_0x221b8d=_0x7259d;for(const _0x2db395 of _0x9e5d46)_0x7259d['isIntersectingWithRange'](_0x2db395)||_0x7259d['addRange'](_0x2db395);}}if(_0x221b8d)return _0x221b8d;_0x1ce82f['clear']();for(const {suggestion:_0x1c3f93,meta:_0x3341a3}of this['_findSuggestions'](_0x9e5d46,'deletion'))_0x3341a3['isOwn']&&(this['_mergeNestedSuggestions']||!_0x3341a3['containsRangeInObject']&&!_0x3341a3['isInsideObject'])&&qt(_0x1c3f93,_0x3377d3)&&_0x1ce82f['add'](_0x1c3f93);for(const _0x487566 of _0x1ce82f){const _0x4e1c0d=_0x487566['getRanges']();if(!_0x3377d3||!_0x3377d3['skipNestingCheck']){if(_0x9e5d46['every'](_0x787dd9=>_0x4e1c0d['some'](_0x3d4415=>_0x3d4415['containsRange'](_0x787dd9,!0x0))))return _0x487566;}(!_0x487566['attributes']||!_0x487566['attributes']['skipNestingCheck'])&&(_0x4e1c0d['every'](_0x33671f=>_0x9e5d46['some'](_0x5e26af=>_0x5e26af['containsRange'](_0x33671f,!0x0)))&&_0x487566['discard']());}const _0x311eab=_0x4600fb(),_0x47087a=_0x57802e['id'],_0x457f31='deletion:'+_0x56a1d2,_0x48ea5c=this['_setSuggestionData']({'id':_0x311eab,'type':_0x457f31,'createdAt':new Date(),'authorId':_0x47087a,'attributes':_0x3377d3});for(const _0x2e816e of _0x9e5d46)_0x2e816e['detach'](),_0x2e816e['isCollapsed']||'$graveyard'==_0x2e816e['root']['rootName']||this['_addSuggestionMarker'](_0x457f31,_0x311eab,_0x47087a,_0x2e816e,u['getMultiRangeId']());return _0x48ea5c;}['markAttributeChange'](_0x13dc68,_0x410508,_0x51c9fe,_0x4eb220,_0x20c9fe){if(_0x13dc68['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x40a953=this['editor']['plugins']['get']('Users')['me']['id'],_0x551e1d=Array['from'](this['_suggestions']['values']())['filter'](_0x3513a7=>'attribute'==_0x3513a7['type']&&_0x3513a7['data']['key']==_0x410508&&_0x3513a7['isIntersectingWithRange'](_0x13dc68));if('default'===this['_trackFormatChanges']){const _0x213529=this['_findSuggestions'](_0x13dc68,'insertion')['filter'](({meta:_0x1f6c22})=>_0x1f6c22['isOwn']&&!_0x1f6c22['isInsideObject']&&!_0x1f6c22['isNextTo'])['map'](({suggestion:_0x13af4b})=>_0x13af4b);_0x551e1d['unshift'](..._0x213529);}const _0x137f8f=new Map([[_0x13dc68,_0x51c9fe]]);for(const _0x1b3f4a of _0x551e1d){const _0x234bcd='attribute'==_0x1b3f4a['type']?_0x1b3f4a['data']['oldValue']:void 0x0,_0x4c4555=_0x1b3f4a['getFirstRange'](),_0xff3967=Array['from'](_0x137f8f['keys']())['find'](_0x902107=>_0x902107['isIntersecting'](_0x4c4555));if(!_0xff3967)continue;const _0x448752=_0xff3967['getDifference'](_0x4c4555);this['_isBlockAttribute'](_0x410508)&&'insertion'==_0x1b3f4a['type']&&0x0!=_0x448752['length']||(_0x137f8f['delete'](_0xff3967),_0x448752['forEach'](_0x31fb38=>{_0x137f8f['set'](_0x31fb38,_0x51c9fe);}),'insertion'!=_0x1b3f4a['type']&&_0x234bcd!=_0x4eb220&&_0x137f8f['set'](_0xff3967['getIntersection'](_0x4c4555),_0x234bcd));}const _0x1d8c37=[];for(const [_0x1932d1,_0xbb1e5a]of _0x137f8f){const _0x39325=_0x4600fb(),_0x6dd4c0={'key':_0x410508,'oldValue':_0xbb1e5a,'newValue':_0x4eb220};_0x410508['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':_0x410508});const _0x1e28f4=('attribute:'+(_0x410508+'|'+Gt({'newValue':_0x4eb220})))['substring'](0x0,0x3c),_0x39d2e2=this['_setSuggestionData']({'id':_0x39325,'type':_0x1e28f4,'data':_0x6dd4c0,'createdAt':new Date(),'authorId':_0x40a953,'attributes':_0x20c9fe});_0x1d8c37['push'](_0x39d2e2),this['_addSuggestionMarker'](_0x1e28f4,_0x39325,_0x40a953,_0x1932d1);}return _0x1d8c37;}['enableDefaultAttributesIntegration'](_0x2b44e8){this['enableCommand'](_0x2b44e8,(_0x109e55,..._0x5d599f)=>{this['_recordAttributeChanges'](()=>{_0x109e55(..._0x5d599f);});});}['registerBlockAttribute'](_0x225430){this['_blockAttributeKeys']['add'](_0x225430);}['registerInlineAttribute'](_0x2c315c){this['_inlineAttributeKeys']['add'](_0x2c315c);}['_getAttributeKey'](_0x4b8582){return'attribute'==_0x4b8582['type']?_0x4b8582['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3563fe,_0x20cee0){const _0x3e7bc9=_0x3563fe['getFirstMarker']();this['_model']['change'](_0x3761e7=>{_0x3761e7['updateMarker'](_0x3e7bc9,{'range':_0x20cee0});});}['_addThreadToSuggestion'](_0xa22d70){const _0x89c45e=_0xa22d70['id'],_0x13dce2=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x89c45e)||this['_commentsRepository']['addCommentThread']({'channelId':_0x13dce2,'threadId':_0x89c45e,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x34fae3=this['_commentsRepository']['getCommentThread'](_0x89c45e);_0x34fae3['unbind']('isRemovable'),_0x34fae3['isRemovable']=!0x1,_0xa22d70['commentThread']=_0x34fae3;}['_checkSuggestionCorrectness'](_0x2ef7b3,_0x34901f,_0x43a743,_0x224c6c){if(_0x2ef7b3['type']!=_0x34901f||_0x2ef7b3['subType']!=_0x43a743||_0x2ef7b3['creator']['id']!=_0x224c6c)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0xa4d2dc('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x54c6a7,_0x1255b7){const _0x388c94=_0x54c6a7['getFirstRange']();if(_0x1255b7['isEqual'](_0x388c94))_0x54c6a7['removeMarkers']();else{if(_0x388c94['containsRange'](_0x1255b7)){const _0x524fd8=this['_model']['createPositionAt'](_0x1255b7['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x54c6a7,this['_model']['createRange'](_0x388c94['start'],_0x524fd8));const _0x459b82=_0x4600fb(),_0x4da034=_0x54c6a7['creator']['id'],_0x3ba3e4=_0x54c6a7['type']+':'+_0x54c6a7['subType'];this['_setSuggestionData']({'id':_0x459b82,'type':_0x3ba3e4,'createdAt':new Date(),'authorId':_0x4da034,'data':_0x54c6a7['data'],'attributes':_0x54c6a7['attributes']});const _0x2aa67e=this['_model']['createPositionAt'](_0x1255b7['end']['parent'],'after'),_0x20d558=this['_model']['createRange'](_0x2aa67e,_0x388c94['end']);this['_addSuggestionMarker'](_0x3ba3e4,_0x459b82,_0x4da034,_0x20d558);}else{if(_0x388c94['containsPosition'](_0x1255b7['start'])){const _0x545936=this['_model']['createPositionAt'](_0x1255b7['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x54c6a7,this['_model']['createRange'](_0x388c94['start'],_0x545936));}else{const _0x5b32c9=this['_model']['createPositionAt'](_0x1255b7['end']['parent'],'after');this['_setSuggestionRange'](_0x54c6a7,this['_model']['createRange'](_0x5b32c9,_0x388c94['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x37a65c){for(const {suggestion:_0x4d6fb7,meta:_0x262604}of this['_findSuggestions'](_0x37a65c,'insertion')){if(!_0x262604['isOwn'])continue;const _0x34b9d2=_0x4d6fb7['getRanges']();for(const _0x3ec4df of _0x34b9d2)if(!_0x37a65c['getDifference'](_0x3ec4df)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x302bc1){const _0xdf4b83=this['editor']['plugins']['get']('Users')['getUser'](_0x302bc1);if(!_0xdf4b83)throw new _0xa4d2dc('track-changes-user-not-found',this);return _0xdf4b83;}['_getExternalAuthor'](_0x5e321a){const _0xdbadb0=this['editor']['plugins']['get']('Users'),_0x4b3569=_0x3ec661('external:'+_0x5e321a),_0x5c6a48=_0xdbadb0['getUser'](_0x4b3569);return _0x5c6a48||_0xdbadb0['addUser']({'id':_0x4b3569,'name':_0x5e321a});}['_createSuggestion'](_0x533812,_0x1f92fb,_0x1cabc7,_0x520133,_0x1a1b26){const _0x282153=this['_getAuthorFromId'](_0x520133),_0x279c1d=this['_suggestionFactory']['buildSuggestion'](_0x533812,_0x1f92fb,_0x1cabc7,_0x282153,_0x1a1b26,_0x4dd02d=>{this['_updateSuggestionData'](_0x1cabc7,{'attributes':_0x4dd02d});const _0x3b4200=this['getSuggestion'](_0x1cabc7);this['_joinWithAdjacentSuggestions'](new Set([_0x3b4200])),this['_refreshSuggestionsChain'](new Set([_0x3b4200]));});return this['listenTo'](_0x279c1d,'accept',()=>{this['_updateSuggestionData'](_0x1cabc7,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x279c1d,'discard',()=>{this['_updateSuggestionData'](_0x1cabc7,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x1cabc7,_0x279c1d),this['_suggestionState']['set'](_0x279c1d,'notReady'),_0x279c1d;}['_splitMarkerName'](_0x39671d){const _0x63693e=_0x39671d['split'](':');return{'group':_0x63693e[0x0],'type':_0x63693e[0x1],'subType':_0x63693e['length']>=0x5?_0x63693e[0x2]:null,'id':_0x63693e['length']<0x5?_0x63693e[0x2]:_0x63693e[0x3],'authorId':_0x63693e['length']<0x5?_0x63693e[0x3]:_0x63693e[0x4],'markerCount':0x6==_0x63693e['length']?_0x63693e[0x5]:null};}['_breakSuggestionMarker'](_0x42c449,_0x20c825,_0x2d6003){const _0x228a5c=_0x42c449['getFirstRange'](),_0x374523=_0x228a5c['start'],_0x4e0e05=_0x228a5c['end'];this['_setSuggestionRange'](_0x42c449,this['_model']['createRange'](_0x374523,_0x20c825));const _0x5524fe=_0x4600fb(),_0x5aacd1=_0x42c449['creator']['id'],_0x4e5996=_0x42c449['type']+(_0x42c449['subType']?':'+_0x42c449['subType']:'');this['_setSuggestionData']({'id':_0x5524fe,'type':_0x4e5996,'createdAt':new Date(),'authorId':_0x5aacd1,'originalSuggestionId':_0x42c449['id'],'attributes':_0x42c449['attributes'],'data':_0x42c449['data']});const _0x3bf61b=this['_getAttributeKey'](_0x42c449);('formatBlock'==_0x42c449['type']||_0x3bf61b&&this['_isBlockAttribute'](_0x3bf61b))&&(_0x2d6003=this['_model']['createPositionBefore'](_0x2d6003['parent'])),this['_addSuggestionMarker'](_0x4e5996,_0x5524fe,_0x5aacd1,this['_model']['createRange'](_0x2d6003,_0x4e0e05));}['_findSuggestions'](_0x5314f8,_0x5d1e67=null){const _0x12bb4d=[],_0x5d3e8b=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x5314f8)||(_0x5314f8=[_0x5314f8]);for(const _0x12998e of this['getSuggestions']()){if(!_0x12998e['isInContent'])continue;if(_0x5d1e67&&_0x12998e['type']!=_0x5d1e67)continue;let _0x19f147=!0x1;for(const _0x113523 of _0x12998e['getRanges']()){for(const _0x5792f7 of _0x5314f8){const _0x553c83=_0x5792f7['start']['isEqual'](_0x113523['end'])||_0x5792f7['end']['isEqual'](_0x113523['start']);if(_0x553c83||_0x5792f7['getIntersection'](_0x113523)){const _0x180a0f=_0x5792f7['containsRange'](_0x113523)&&Ot(this['_model']['schema'],_0x113523['start'],_0x5792f7),_0x2163cc=_0x113523['containsRange'](_0x5792f7)&&Ot(this['_model']['schema'],_0x5792f7['start'],_0x113523);_0x12bb4d['push']({'suggestion':_0x12998e,'meta':{'isOwn':_0x5d3e8b==_0x12998e['author'],'isNextTo':_0x553c83,'isInsideObject':_0x180a0f,'containsRangeInObject':_0x2163cc}}),_0x19f147=!0x0;break;}}if(_0x19f147)break;}}return _0x12bb4d;}['_addSuggestionMarker'](_0x1a4a91,_0x279df9,_0x3730fe,_0x1902a1,_0x10d6f2){this['_model']['change'](_0x26f4e3=>{let _0x391555='suggestion:'+_0x1a4a91+':'+_0x279df9+':'+_0x3730fe;_0x10d6f2&&(_0x391555=_0x391555+':'+_0x10d6f2),_0x26f4e3['addMarker'](_0x391555,{'range':_0x1902a1,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x89279a){const _0x445b00=_0x89279a['previous'],_0x390ab5=_0x89279a['next'];_0x89279a['previous']=null,_0x89279a['next']=null,null!=_0x445b00&&_0x445b00['next']==_0x89279a&&(_0x445b00['next']=_0x390ab5),null!=_0x390ab5&&_0x390ab5['previous']==_0x89279a&&(_0x390ab5['previous']=_0x445b00),'ready'==this['_suggestionState']['get'](_0x89279a)&&(this['_suggestionState']['set'](_0x89279a,'removed'),this['fire']('suggestionUnloaded',_0x89279a,_0x445b00,_0x390ab5));}['_setSuggestionData'](_0x17629a){const _0x4bea00=_0x17629a['id'],_0x3bf448=this['addSuggestionData'](_0x17629a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1af891=this['editor']['plugins']['get']('PendingActions'),_0x26cd93=_0x3bf448['hasComments'],_0x16e8a=_0x3bf448['subType']?_0x3bf448['type']+':'+_0x3bf448['subType']:_0x3bf448['type'],_0x4beab0=this['editor']['locale'],_0x3d9f4b=_0x1af891['add'](o(_0x4beab0,'PENDING_ACTION_SUGGESTION')),_0x5a02d4={'id':_0x4bea00,'type':_0x16e8a,'hasComments':_0x26cd93,'data':_0x17629a['data']||null,'originalSuggestionId':_0x17629a['originalSuggestionId']||null,'attributes':_0x3bf448['attributes']};this['_adapter']['addSuggestion'](_0x5a02d4)['then'](_0x467710=>{_0x3bf448['_saved']=!0x0,_0x1af891['remove'](_0x3d9f4b),_0x467710&&_0x467710['createdAt']&&(this['_suggestions']['get'](_0x4bea00)['createdAt']=_0x467710['createdAt']);})['catch'](_0x11c9aa=>{throw _0x46c6cb('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3bf448['discard']();}),_0x3bf448['stopListening'](),this['_suggestions']['delete'](_0x3bf448['id']),this['_suggestionState']['delete'](_0x3bf448),_0x11c9aa;});}return _0x3bf448;}['_isBlockAttribute'](_0x5566be){return this['_blockAttributeKeys']['has'](_0x5566be);}['_updateSuggestionData'](_0x581a0f,_0x848f35){const _0x421314=this['editor']['plugins']['get']('PendingActions'),_0x20e858=this['getSuggestion'](_0x581a0f);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x20e858['_saved']){const _0x28e4f2=_0x421314['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x581a0f,_0x848f35)['then'](()=>{_0x421314['remove'](_0x28e4f2);});}else _0x20e858['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x581a0f,_0x848f35);});}}['_getSuggestionData'](_0x3725bd){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0xa4d2dc('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x3725bd);}['_handleNewSuggestionMarker'](_0x346de0){const {id:_0x1b1c7d,type:_0x267557,subType:_0x19fffa,authorId:_0x126cfb}=this['_splitMarkerName'](_0x346de0),_0x131ef3=this['_suggestions']['get'](_0x1b1c7d)||this['_createSuggestion'](_0x267557,_0x19fffa,_0x1b1c7d,_0x126cfb,{});switch(this['_checkSuggestionCorrectness'](_0x131ef3,_0x267557,_0x19fffa,_0x126cfb),this['_suggestionState']['get'](_0x131ef3)){case'notReady':this['_getSuggestionData'](_0x1b1c7d)['then'](_0x4d7dad=>{let _0x469dee=Promise['resolve']();_0x4d7dad['hasComments']&&(_0x469dee=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1b1c7d})),_0x469dee['then'](()=>{this['addSuggestionData'](_0x4d7dad)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x131ef3,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1b1c7d,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x131ef3,'ready'),this['fire']('suggestionLoaded',_0x131ef3);break;case'ready':this['fire']('suggestionChanged',_0x131ef3);}return _0x131ef3['addMarkerName'](_0x346de0),_0x131ef3;}['_refreshSuggestionsChain'](_0x343cfa){const _0x87535=Array['from'](_0x343cfa),_0x1b943c=_0x87535['filter'](_0x2bb78b=>'attribute'==_0x2bb78b['type']);this['_refreshAttributeSuggestionsChain'](_0x1b943c);const _0x261e3b=_0x87535['filter'](_0x530cbd=>!_0x530cbd['isMultiRange']&&'attribute'!=_0x530cbd['type']),_0x528611=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5f1a68=>!_0x5f1a68['isMultiRange']&&'attribute'!=_0x5f1a68['type']),_0x2930ae=_0x528611['filter'](_0x2b2bdf=>!_0x343cfa['has'](_0x2b2bdf)),_0x5f2209=new Map(_0x528611['map'](_0x30c71d=>[_0x30c71d,this['_suggestionFactory']['getSuggestionCallback'](_0x30c71d['type'],_0x30c71d['subType'],'chain')])),_0x6c7bc8=new Map(_0x528611['map'](_0x3247de=>[_0x3247de,_0x3247de['getFirstRange']()])),_0x2f0188=new Set(),_0x480a4d=new Set();for(let _0x2d8c20=0x0;_0x2d8c20<_0x261e3b['length'];_0x2d8c20++)_0x235821(_0x261e3b[_0x2d8c20],_0x261e3b,_0x2d8c20+0x1);for(let _0x52c400=0x0;_0x52c400<_0x261e3b['length'];_0x52c400++)_0x235821(_0x261e3b[_0x52c400],_0x2930ae,0x0);const _0x48c344=new Set();for(let _0x2c243a=0x0;_0x2c243a<_0x261e3b['length'];_0x2c243a++){const _0x17a5b0=_0x261e3b[_0x2c243a];!_0x480a4d['has'](_0x17a5b0)&&_0x17a5b0['previous']&&(_0x48c344['add'](_0x17a5b0['previous']),_0x17a5b0['previous']['next']===_0x17a5b0&&(_0x17a5b0['previous']['next']=null),_0x17a5b0['previous']=null),!_0x2f0188['has'](_0x17a5b0)&&_0x17a5b0['next']&&(_0x48c344['add'](_0x17a5b0['next']),_0x17a5b0['next']['previous']===_0x17a5b0&&(_0x17a5b0['next']['previous']=null),_0x17a5b0['next']=null);}function _0x235821(_0x4a64b4,_0x5571ff,_0x132309){for(let _0x256c3d=_0x132309;_0x256c3d<_0x5571ff['length'];_0x256c3d++){const _0x54d9e6=_0x34fc9f(_0x4a64b4,_0x5571ff[_0x256c3d]);_0x54d9e6&&(_0x54d9e6[0x0]['next']=_0x54d9e6[0x1],_0x54d9e6[0x1]['previous']=_0x54d9e6[0x0],_0x2f0188['add'](_0x54d9e6[0x0]),_0x480a4d['add'](_0x54d9e6[0x1]));}}function _0x34fc9f(_0x16d456,_0x40636d){if(_0x16d456['author']['id']!==_0x40636d['author']['id'])return null;const _0x2bb280=_0x5f2209['get'](_0x16d456)(_0x16d456,_0x40636d,_0x6c7bc8['get'](_0x16d456),_0x6c7bc8['get'](_0x40636d));if(!_0x2bb280)return null;return _0x5f2209['get'](_0x40636d)(_0x16d456,_0x40636d,_0x6c7bc8['get'](_0x16d456),_0x6c7bc8['get'](_0x40636d))?_0x2bb280[0x1]['commentThread']&&_0x2bb280[0x1]['commentThread']['length']?null:_0x2bb280:null;}_0x48c344['size']&&this['_refreshSuggestionsChain'](_0x48c344);}['_refreshAttributeSuggestionsChain'](_0x32f88e){if(0x0==_0x32f88e['length'])return;const _0x1e8f49=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1d4b91=>'attribute'==_0x1d4b91['type']&&_0x1d4b91['_isDataLoaded']),_0x3aff13=[],_0xf6bcac=new Map();for(const _0x54e82a of _0x1e8f49){const _0x1e290a=_0x3ec661(_0x54e82a['attributes']);_0xf6bcac['has'](_0x1e290a)||(_0xf6bcac['set'](_0x1e290a,_0x3aff13['length']),_0x3aff13['push']([]));const _0x16d676=_0xf6bcac['get'](_0x1e290a);_0x3aff13[_0x16d676]['push'](_0x54e82a);}!(function(){_0x3aff13['sort']((_0x26d901,_0x31f4b0)=>{const _0x37d96e=_0x26d901[0x0]['createdAt'],_0x585369=_0x31f4b0[0x0]['createdAt'];return _0x37d96e==_0x585369?_0x26d901[0x0]['attributes']['groupId']<_0x31f4b0[0x0]['attributes']['groupId']?-0x1:0x1:_0x37d96e<_0x585369?-0x1:0x1;});for(const _0x51de64 of _0x3aff13)_0x51de64['sort']((_0xad666,_0x17d299)=>_0xad666['id']<_0x17d299['id']?-0x1:0x1);}());for(let _0x2d9f2f=0x0;_0x2d9f2f<_0x3aff13['length'];_0x2d9f2f++){if(0x0==_0x3aff13[_0x2d9f2f]['length'])continue;const _0x20356f=[];for(let _0x562d6e=_0x2d9f2f+0x1;_0x562d6e<_0x3aff13['length'];_0x562d6e++)0x0!=_0x3aff13[_0x562d6e]['length']&&_0x1f78b3(_0x3aff13[_0x2d9f2f],_0x3aff13[_0x562d6e])&&_0x20356f['push'](_0x562d6e);for(const _0x2205f9 of _0x20356f)_0x3aff13[_0x2d9f2f]=_0x3aff13[_0x2d9f2f]['concat'](_0x3aff13[_0x2205f9]),_0x3aff13[_0x2205f9]=[];}for(const _0x54a4c6 of _0x3aff13)for(let _0x1eeeb2=0x0;_0x1eeeb2<_0x54a4c6['length'];_0x1eeeb2++){const _0x3716b6=_0x54a4c6[_0x1eeeb2+0x1]||null;_0x54a4c6[_0x1eeeb2]['next']!==_0x3716b6&&(_0x54a4c6[_0x1eeeb2]['next']=_0x3716b6);}for(const _0x246d7e of _0x3aff13)for(let _0x4d85b4=0x0;_0x4d85b4<_0x246d7e['length'];_0x4d85b4++){const _0x157d84=_0x246d7e[_0x4d85b4-0x1]||null;_0x246d7e[_0x4d85b4]['previous']!==_0x157d84&&(_0x246d7e[_0x4d85b4]['previous']=_0x157d84);}function _0x1f78b3(_0x92603b,_0x3f0e1c){if(_0x92603b[0x0]['attributes']['groupId']!==_0x3f0e1c[0x0]['attributes']['groupId']&&_0x92603b[0x0]['author']!==_0x3f0e1c[0x0]['author'])return!0x1;if(!function(_0x2a15c1,_0x534341){if(!_0x2a15c1['hasComments']&&!_0x534341['hasComments'])return!0x0;if(_0x2a15c1['hasComments']&&_0x534341['hasComments'])return!0x1;if(_0x2a15c1['hasComments']&&_0x534341['createdAt']<_0x2a15c1['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x534341['hasComments']&&_0x2a15c1['createdAt']<_0x534341['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x92603b[0x0],_0x3f0e1c[0x0]))return!0x1;const _0x1cf016=Tt(_0x92603b[0x0]['attributes'],'groupId'),_0x3e0dd2=Tt(_0x3f0e1c[0x0]['attributes'],'groupId');if(!_0x4edce7(_0x1cf016,_0x3e0dd2))return!0x1;return!!_0x92603b['every'](_0x419b4b=>_0x3f0e1c['some'](_0x2a3f0b=>_0x419b4b['getFirstRange']()['isEqual'](_0x2a3f0b['getFirstRange']())))&&_0x3f0e1c['every'](_0x20daf6=>_0x92603b['some'](_0x4d3813=>_0x20daf6['getFirstRange']()['isEqual'](_0x4d3813['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x5242da){const _0xd040c1=Array['from'](_0x5242da),_0x3deb03=this['getSuggestions']({'skipNotAttached':!0x0}),_0x374ca4=_0x3deb03['filter'](_0xbc921b=>!_0x5242da['has'](_0xbc921b)),_0x283b35=new Map(_0xd040c1['map'](_0x1b94f8=>[_0x1b94f8,this['_suggestionFactory']['getSuggestionCallback'](_0x1b94f8['type'],_0x1b94f8['subType'],'join')])),_0x278d46=new Map(_0x3deb03['map'](_0x588eb2=>[_0x588eb2,_0x588eb2['getRanges']()]));for(let _0x2f504d=0x0;_0x2f504d<_0xd040c1['length'];_0x2f504d++){if(_0x5a5b06(this,_0xd040c1[_0x2f504d],_0xd040c1,_0x2f504d+0x1))return!0x0;}for(let _0x31a50c=0x0;_0x31a50c<_0xd040c1['length'];_0x31a50c++){if(_0x5a5b06(this,_0xd040c1[_0x31a50c],_0x374ca4,0x0))return!0x0;}return!0x1;function _0x5a5b06(_0x2444ba,_0xcd82e2,_0x5035fc,_0x5ba578){for(let _0x3af737=_0x5ba578;_0x3af737<_0x5035fc['length'];_0x3af737++){const _0x4a9a84=_0x5035fc[_0x3af737];if(_0x4a9a84['type']!==_0xcd82e2['type']||_0x4a9a84['author']['id']!==_0xcd82e2['author']['id']||_0x4a9a84['subType']!==_0xcd82e2['subType'])continue;if(!Jt(_0xcd82e2,_0x4a9a84))continue;if('attribute'==_0xcd82e2['type']&&_0xcd82e2['data']['oldValue']!=_0x4a9a84['data']['oldValue'])continue;if('attribute'==_0xcd82e2['type']&&_0x2444ba['_isBlockAttribute'](_0xcd82e2['data']['key']))continue;if('formatBlock'==_0xcd82e2['type']){const _0x28daac=_0x2444ba['editor']['model'],_0x360080=_0xcd82e2['getContainedElement']();if(_0x360080&&(_0x28daac['schema']['isObject'](_0x360080)||_0x28daac['schema']['isLimit'](_0x360080)))continue;}const _0x3cceae=_0x283b35['get'](_0xcd82e2),_0x272a3d=_0x278d46['get'](_0xcd82e2),_0xb4d49d=_0x278d46['get'](_0x4a9a84),_0x32292a=_0xcd82e2['commentThread']&&_0xcd82e2['commentThread']['length'],_0x3abe43=_0x4a9a84['commentThread']&&_0x4a9a84['commentThread']['length'];if(!_0x32292a&&_0x3cceae(_0xb4d49d,_0x272a3d))return _0x2444ba['_joinSuggestions'](_0x4a9a84,_0xcd82e2),_0x278d46['delete'](_0xcd82e2),!0x0;if(!_0x3abe43&&_0x3cceae(_0x272a3d,_0xb4d49d))return _0x2444ba['_joinSuggestions'](_0xcd82e2,_0x4a9a84),_0x278d46['delete'](_0x4a9a84),!0x0;}return!0x1;}}['_joinSuggestions'](_0x1432c4,_0x530654){if(_0x1432c4['isMultiRange']){for(const _0x4a9f13 of _0x530654['getRanges']())_0x1432c4['addRange'](_0x4a9f13);}else{const _0x42560a=_0x530654['getFirstRange']()['end'];this['_setSuggestionRange'](_0x1432c4,this['_model']['createRange'](_0x1432c4['getFirstRange']()['start'],_0x42560a));}_0x530654['removeMarkers']();}['_getMarkerAnnouncementText'](_0x39459a,_0x49a2b4,_0x2d7f5f){const _0x3ba5a7=_0x39459a['startsWith']('format')||_0x39459a['startsWith']('attribute')?'FORMATTING':_0x39459a['toUpperCase']();return o(this['editor']['locale'],_0x49a2b4+'_'+_0x3ba5a7+'_SUGGESTION_ANNOUNCEMENT',_0x2d7f5f);}['_initAriaMarkerChangeAnnouncements'](){const _0x503e3d=this['editor'];if(!_0x503e3d['ui'])return;const {ariaLiveAnnouncer:_0x39f2bd}=_0x503e3d['ui'];_0xde0f23(this['_model'],({left:_0x39a068,entered:_0x39f677})=>{for(const _0x27ff5c of _0x39a068){const {group:_0x147bfe,type:_0x51551c}=this['_splitMarkerName'](_0x27ff5c['name']);if('suggestion'===_0x147bfe){_0x39f2bd['announce'](this['_getMarkerAnnouncementText'](_0x51551c,'LEAVE'));break;}}for(const _0x2e2b31 of _0x39f677){const {group:_0x4f1101,type:_0x3c4b08}=this['_splitMarkerName'](_0x2e2b31['name']);if('suggestion'===_0x4f1101){_0x39f2bd['announce'](this['_getMarkerAnnouncementText'](_0x3c4b08,'ENTER',_0x5349d5(_0x1c777e)));break;}}});}['_processAttributeChanges'](_0x21ba30){if(this['_recordAttributeSuggestions'])return!0x1;const _0x339024=this['editor'],_0x5d958c=_0x339024['model']['document']['differ']['getChanges']();if(0x0==_0x5d958c['length'])return!0x1;const _0x2744db=[],_0x5c3d72=_0x5d958c['filter'](_0x56472a=>'attribute'==_0x56472a['type']),_0x5b27cb=_0x5d958c['filter'](_0x79b4d4=>'insert'==_0x79b4d4['type']&&'$text'!=_0x79b4d4['name']),_0x2aa700=_0x5d958c['filter'](_0x4b9c00=>'remove'==_0x4b9c00['type']&&'$text'!=_0x4b9c00['name']);for(const _0x2e1783 of _0x5c3d72)_0x2744db['push']({'key':_0x2e1783['attributeKey'],'newValue':_0x2e1783['attributeNewValue'],'oldValue':_0x2e1783['attributeOldValue'],'range':Pt(_0x2e1783['range'],_0x339024['model'])});for(const _0xc39139 of _0x5b27cb){const _0x314056=_0x2aa700['find'](_0x561ed3=>_0x561ed3['position']['isEqual'](_0xc39139['position']));_0x314056&&_0x2744db['push']({'key':m,'newValue':_0xc39139['name'],'oldValue':_0x314056['name'],'range':_0x339024['model']['createRangeOn'](_0xc39139['position']['nodeAfter'])});}return 0x0!=_0x2744db['length']&&this['_reduceExistingSuggestions'](_0x21ba30,_0x2744db);}['_processAttributeSuggestions'](_0x538fc7){let _0x5948e6=!0x1;const _0x1b342e=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x569734=>_0x569734['data']['newRange']&&_0x569734['name']['startsWith']('suggestion:attribute:'));for(const _0x527c97 of _0x1b342e){const {subType:_0x308f7e,id:_0x5a364d}=this['_splitMarkerName'](_0x527c97['name']),_0x65d06d=_0x308f7e['split']('|')[0x0];for(const _0x15467f of this['getSuggestions']({'skipNotAttached':!0x0}))_0x15467f['id']!=_0x5a364d&&'attribute'==_0x15467f['type']&&_0x15467f['data']&&_0x15467f['data']['key']==_0x65d06d&&_0x15467f['getFirstRange']()['isIntersecting'](_0x527c97['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x15467f,_0x527c97['data']['newRange'],_0x538fc7),_0x5948e6=!0x0);}return _0x5948e6;}['_recordAttributeChanges'](_0x1022cd){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x1022cd();}['_isRegisteredAttribute'](_0x12db5c){const _0x11b2c9=this['_isBlockAttribute'](_0x12db5c),_0x134084=this['_inlineAttributeKeys']['has'](_0x12db5c);return _0x11b2c9||_0x134084;}['_reduceExistingSuggestions'](_0x16d083,_0x4a0725){if(0x0==_0x4a0725['length'])return!0x1;let _0x4d4847=!0x1;for(const _0x5ccf4d of _0x4a0725){const _0x4ee4d1=this['_findSuggestions'](_0x5ccf4d['range'],'attribute')['filter'](_0x419684=>!_0x419684['meta']['isNextTo'])['map'](_0x219d9b=>_0x219d9b['suggestion']),_0x1ba2a4=_0x3ec661({'newValue':_0x5ccf4d['newValue']});_0x4ee4d1['filter'](_0x4a9d08=>{const [_0x99df00,_0x45391c]=_0x4a9d08['subType']['split']('|');return _0x99df00==_0x5ccf4d['key']&&_0x45391c!=_0x1ba2a4;})['forEach'](_0x4efbf7=>{this['_reduceSuggestionAttributeRange'](_0x4efbf7,_0x5ccf4d['range'],_0x16d083),_0x4d4847=!0x0;});}return _0x4d4847;}['_reduceSuggestionAttributeRange'](_0x57adb2,_0x29e22b,_0xb04191){const _0x4807d3=_0x57adb2['getFirstRange']()['getDifference'](_0x29e22b);0x0!==_0x4807d3['length']?0x1!==_0x4807d3['length']?this['_breakSuggestionMarker'](_0x57adb2,_0x29e22b['start'],_0x29e22b['end']):this['_setSuggestionRange'](_0x57adb2,_0x4807d3[0x0]):_0xb04191['removeMarker'](_0x57adb2['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0xb57b12){this['_editor']=_0xb57b12,this['_model']=_0xb57b12['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x4b5a5e,_0x3fb484,_0x1b1705,_0x5741ad,_0x56694c,_0x4d5203){return new u(this['_model'],{'type':_0x4b5a5e,'subType':_0x3fb484,'id':_0x1b1705,'author':_0x5741ad,'creator':_0x5741ad,'attributes':_0x56694c,'onAttributesChange':_0x4d5203,'onAccept':(..._0x525112)=>this['getSuggestionCallback'](_0x4b5a5e,_0x3fb484,'accept')(..._0x525112),'onDiscard':(..._0x47e309)=>this['getSuggestionCallback'](_0x4b5a5e,_0x3fb484,'discard')(..._0x47e309)});}['registerCustomCallback'](_0x5645c6,_0xd445a7,_0x30a525,_0xaee24d){const _0x352601=_0x5645c6+':'+_0xd445a7+':'+_0x30a525;this['_customCallbacks']['set'](_0x352601,_0xaee24d);}['getSuggestionCallback'](_0x3f63fb,_0x45a35a,_0xebc425){const _0x3c3cd7=_0x3f63fb+':'+_0x45a35a+':'+_0xebc425;return this['_customCallbacks']['get'](_0x3c3cd7)||this['_defaultCallbacks']['get'](_0x3f63fb+':'+_0xebc425);}['_registerDefaultCallbacks'](){const _0x417cc7=()=>!0x1,_0x29606b=_0x2c4bc6=>{_0x2c4bc6['sort']((_0x131da5,_0x4cbbc5)=>_0x131da5['start']['isBefore'](_0x4cbbc5['start'])?0x1:-0x1),this['_model']['change'](_0x3a66a9=>{for(const _0xa00bd7 of _0x2c4bc6){let _0x49202f;_0x49202f=_0xa00bd7['end']['isAtEnd']&&_0xa00bd7['end']['parent']==_0xa00bd7['start']['nodeAfter']?_0x3a66a9['createSelection'](_0xa00bd7['start']['nodeAfter'],'on'):_0x3a66a9['createSelection'](_0xa00bd7),this['_model']['deleteContent'](_0x49202f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4d82ef=(_0x1b1a07,_0x55bef9)=>{_0x55bef9&&this['_model']['change'](_0x31a55c=>{const {commandName:_0x4da578,commandParams:_0x56bb46=[]}=_0x55bef9,_0x207f98=_0x1b1a07['map'](_0x50f456=>(Vt(_0x50f456)&&(_0x50f456=this['_model']['createRange'](_0x50f456['end'])),_0x50f456))['filter'](_0x5a9463=>'$graveyard'!==_0x5a9463['root']['rootName']);if(_0x207f98['length']<0x1)return;const _0x1e93a2=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x73d2fb=>_0x1fbd79['fromRange'](_0x73d2fb));_0x31a55c['setSelection'](_0x207f98);for(const _0x319cae of this['_editor']['commands']['commands']())_0x319cae['refresh']();_0x56bb46['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4da578,..._0x56bb46);const _0x18be2f=_0x1e93a2['filter'](_0x111d63=>'$graveyard'!=_0x111d63['root']['rootName']);_0x18be2f['length']>0x0&&_0x31a55c['setSelection'](_0x18be2f);for(const _0x1e249d of _0x1e93a2)_0x1e249d['detach']();});},_0x251a9a=(_0x2e3645,_0x473f74)=>0x1==_0x2e3645['length']&&0x1==_0x473f74['length']&&_0x2e3645[0x0]['end']['isEqual'](_0x473f74[0x0]['start']),_0x7fb130=(_0x5018bf,_0x4dc364,_0x9a293e,_0x47405c)=>Ht(_0x5018bf,_0x4dc364,_0x9a293e,_0x47405c,this['_model'])?[_0x5018bf,_0x4dc364]:Ht(_0x4dc364,_0x5018bf,_0x47405c,_0x9a293e,this['_model'])?[_0x4dc364,_0x5018bf]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x417cc7),this['_defaultCallbacks']['set']('insertion:discard',_0x29606b),this['_defaultCallbacks']['set']('insertion:join',_0x251a9a),this['_defaultCallbacks']['set']('insertion:chain',_0x7fb130),this['_defaultCallbacks']['set']('deletion:accept',_0x29606b),this['_defaultCallbacks']['set']('deletion:discard',_0x417cc7),this['_defaultCallbacks']['set']('deletion:join',_0x251a9a),this['_defaultCallbacks']['set']('deletion:chain',_0x7fb130),this['_defaultCallbacks']['set']('formatInline:accept',_0x4d82ef),this['_defaultCallbacks']['set']('formatInline:discard',_0x417cc7),this['_defaultCallbacks']['set']('formatInline:join',_0x251a9a),this['_defaultCallbacks']['set']('formatInline:chain',_0x417cc7),this['_defaultCallbacks']['set']('formatBlock:accept',_0x4d82ef),this['_defaultCallbacks']['set']('formatBlock:discard',_0x417cc7),this['_defaultCallbacks']['set']('formatBlock:join',_0x251a9a),this['_defaultCallbacks']['set']('formatBlock:chain',_0x417cc7),this['_defaultCallbacks']['set']('attribute:accept',_0x417cc7),this['_defaultCallbacks']['set']('attribute:discard',(_0x5dc658,_0x1a8366)=>{if(!_0x1a8366)return;const _0x8232f3=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x484125=>{if(_0x1a8366['key']==m)for(const _0x593be7 of _0x5dc658){const _0x4556cf=_0x593be7['start']['nodeAfter'],_0x247658=_0x1a8366['oldValue'];_0x484125['rename'](_0x4556cf,_0x247658);}else{if(_0x8232f3['_isBlockAttribute'](_0x1a8366['key'])){for(const _0x4e8e79 of _0x5dc658)void 0x0!==_0x1a8366['oldValue']?_0x484125['setAttribute'](_0x1a8366['key'],_0x1a8366['oldValue'],_0x4e8e79['start']['nodeAfter']):_0x484125['removeAttribute'](_0x1a8366['key'],_0x4e8e79['start']['nodeAfter']);}else{for(const _0x27e617 of _0x5dc658)_0x1a8366['oldValue']?_0x484125['setAttribute'](_0x1a8366['key'],_0x1a8366['oldValue'],_0x27e617):_0x484125['removeAttribute'](_0x1a8366['key'],_0x27e617);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x251a9a);}}function Ot(_0x3ba538,_0x1f99d1,_0x53c00){for(const _0x5d80ba of _0x1f99d1['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5d80ba['root']==_0x5d80ba)return!0x1;if(!_0x53c00['containsItem'](_0x5d80ba))return!0x1;if(_0x3ba538['isObject'](_0x5d80ba)||_0x3ba538['isLimit'](_0x5d80ba))return!0x0;}return!0x1;}function Vt(_0x480518){return _0x480518['end']['parent']==_0x480518['start']['nodeAfter']&&_0x480518['end']['isAtStart'];}function Ut(_0x3f6451,_0x32b965,_0x35ed2d,_0x3503fb){const _0x25df5=_0x48c72e=>!_0x48c72e['item']['is']('$textProxy')&&!_0x3503fb['isObject'](_0x48c72e['item']),_0xac7315=_0x3f6451['start']['getLastMatchingPosition'](_0x25df5),_0x1321e3=_0x3f6451['end']['getLastMatchingPosition'](_0x25df5,{'direction':'backward'});return(!_0x3f6451['start']['isEqual'](_0xac7315)||!_0x3f6451['end']['isEqual'](_0x1321e3))&&(_0xac7315['isBefore'](_0x1321e3)?_0x35ed2d['updateMarker'](_0x32b965,{'range':_0x35ed2d['createRange'](_0xac7315,_0x1321e3)}):_0x35ed2d['removeMarker'](_0x32b965),!0x0);}function Gt(_0x3962ef){return _0x3ec661(_0x3962ef);}function Ft(_0x7f4c5e){const _0xc680ef=_0x7f4c5e['start']['nodeAfter'];return _0xc680ef&&_0xc680ef['is']('element');}function Pt(_0xab17a8,_0x2d2d98){return null==_0xab17a8['end']['nodeBefore']&&_0xab17a8['end']['parent']==_0xab17a8['start']['nodeAfter']?Lt(_0xab17a8['start']['nodeAfter'],_0x2d2d98):_0xab17a8;}function Lt(_0xfbbcc9,_0x2ff04f){const _0x5cbd1b=_0x2ff04f['schema']['isObject'](_0xfbbcc9)||_0x2ff04f['schema']['isSelectable'](_0xfbbcc9);return _0x2ff04f['createRange'](_0x2ff04f['createPositionAt'](_0xfbbcc9,'before'),_0x5cbd1b?_0x2ff04f['createPositionAfter'](_0xfbbcc9):_0x2ff04f['createPositionAt'](_0xfbbcc9,'end'));}function Ht(_0x3dfd36,_0xed81f5,_0x1941ff,_0x3afaee,_0x325b16){if(_0x3dfd36['next'])return!0x1;if(!Jt(_0x3dfd36,_0xed81f5))return!0x1;if(_0x1941ff['end']['isEqual'](_0x3afaee['start']))return!0x0;if(_0x3dfd36['type']!=_0xed81f5['type'])return!0x1;if(!_0x1941ff['end']['isTouching'](_0x3afaee['start']))return!0x1;const _0x1edde8=_0x325b16['createRange'](_0x1941ff['end'],_0x3afaee['start'])['getWalker']();for(const _0x37d7af of _0x1edde8)if(['elementStart','elementEnd']['includes'](_0x37d7af['type'])&&_0x325b16['schema']['isLimit'](_0x37d7af['item']))return!0x1;return!0x0;}function Jt(_0x5430db,_0x212441){if(!_0x5430db['_isDataLoaded']||!_0x212441['_isDataLoaded'])return!0x1;const _0x4a3f50=new Set(Object['keys'](_0x5430db['attributes'])),_0x357bd6=new Set(Object['keys'](_0x212441['attributes']));if(_0x4a3f50['delete']('groupId'),_0x357bd6['delete']('groupId'),0x0==_0x4a3f50['size']&&0x0==_0x357bd6['size'])return!0x0;if(_0x4a3f50['size']!=_0x357bd6['size'])return!0x1;const _0x31fec2={..._0x5430db['attributes']},_0x52d143={..._0x212441['attributes']};return delete _0x31fec2['groupId'],delete _0x52d143['groupId'],JSON['stringify'](_0x31fec2)==JSON['stringify'](_0x52d143);}function qt(_0x3a3d0b,_0x53869d){const _0xf6ac69=zt(_0x3a3d0b['attributes']),_0x271fc8=zt(_0x53869d);if(!_0x3a3d0b['_isDataLoaded'])return!0x1;for(const _0x48d52c of Object['keys'](_0x271fc8))if(!_0x4edce7(_0xf6ac69[_0x48d52c],_0x271fc8[_0x48d52c]))return!0x1;return!0x0;}function zt(_0x3c8e11){const _0xcdf8ea=Object['assign']({},_0x3c8e11);return delete _0xcdf8ea['skipNestingCheck'],delete _0xcdf8ea['tablePasteChainId'],_0xcdf8ea;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x24174f(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0xe97ff6,_0x27756e,_0x477729,_0x18cc9d){super(),this['model']=_0x27756e,this['view']=_0x477729,this['commentThreadController']=_0x18cc9d,this['_editor']=_0xe97ff6,this['_acceptCommand']=_0xe97ff6['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0xe97ff6['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x8ff59b,_0x6efa62)=>_0x8ff59b||_0x6efa62),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x42ed8f=>_0x42ed8f&&this['_editor']['model']['canEditAt'](_0x27756e['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xe4370b=>_0xe4370b&&this['_editor']['model']['canEditAt'](_0x27756e['getRanges']())),this['_pendingAction']=null,_0x477729['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x477729,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x477729,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x477729,'change:isDirty',()=>{_0x477729['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 _0x2be9d9=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2be9d9);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x4a74ba{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x7a7883,_0x43bbbe,_0xf24579,_0xffb417){super(_0x7a7883),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x46d568(_0x7a7883,o(_0x7a7883,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x43bbbe['authoredAt']),this['bind']('authoredAt')['to'](_0x43bbbe),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',_0x43bbbe,'authoredAt',this,'descriptionParts',(_0x73f27c,_0x12e98a,_0x2c5eb3)=>{const _0x28793c=_0x2c5eb3['map'](_0x18785a=>ls(_0x18785a['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x73f27c-0x1,_0x43bbbe['author']['name'],_0x12e98a?_0xffb417['formatDateTime'](_0x12e98a):'',new DOMParser()['parseFromString'](_0x28793c,'text/html')['body']['textContent']]);}),this['focusables']=new _0x56c140(),this['focusTracker']=new _0x5acfca(),this['keystrokes']=new _0x419468(),this['focusCycler']=new _0x12fd38({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x56ee94=>_0x56ee94['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x43bbbe,this['_localUser']=_0xf24579,this['_config']=_0xffb417,_0xffb417['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x394bf0(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x31a024}=this['_config'];this['commentsListView']=new _0x31a024(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',_0x31816a=>_0x31816a+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x3a1000,_0x4efc0f)=>_0x3a1000||!!_0x4efc0f);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0xdf9ac}=this['_config'],_0x2f5eb0=new _0xdf9ac(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x408546=_0x2f5eb0['commentInputView'];return _0x2f5eb0['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x408546,'value',(_0x523a55,_0x1a6d7c,_0x441278)=>!!_0x441278||_0x523a55&&!_0x1a6d7c),_0x408546['on']('submit',(_0x51914f,_0x34cde1)=>{this['fire']('addComment',_0x34cde1),_0x408546['editor']['setData']('');}),_0x408546['on']('cancel',()=>this['focus']()),_0x408546['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2f5eb0;}}class re extends us{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x3606ea,_0xf0c95c,_0x2855d6,_0x1cdde8){super(_0x3606ea,_0xf0c95c,_0x2855d6,_0x1cdde8),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x42fb3d=>_0x42fb3d&&_0x42fb3d[0x0]?_0x42fb3d[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x5305a6,_0x4f286a)=>{let _0x3d081f='';for(const _0x299fe7 of _0x5305a6)_0x3d081f+='<p>'+ls(_0x299fe7['content'],_0x299fe7['color'])+'</p>';return _0x4f286a?_0x3d081f:_0xe051a3(_0x3d081f,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x3606ea,'Accept\x20suggestion'),_0x5b1e85['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x3606ea,'Discard\x20suggestion'),_0x5b1e85['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x3e737d(_0x3606ea,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']['addMany']([this['acceptButton'],this['discardButton']]),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x2a284b=this['bindTemplate'],_0x40aa6a=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x2a284b['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2a284b['to']('authoredAt',_0x3abbfa=>this['_config']['formatDateTime'](_0x3abbfa))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x40aa6a['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x39eba6={'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x2a284b['if']('isActive','ck-suggestion-wrapper--active'),_0x2a284b['to']('type',_0x2e83b7=>'ck-suggestion-'+_0x2e83b7),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':_0x2a284b['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x40aa6a},this['ariaDescriptionView']]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x39eba6['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x39eba6;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x1b3614,_0x5159a3,_0x12046e)=>{this['_descriptionElement']['innerHTML']=_0x12046e;});}['_createButton'](_0x24f0e1,_0x2b792f,_0x3e72fc,_0x490b8e,_0x1a20f1){const _0x27999d=new _0x39269e(this['locale']);return _0x27999d['set']({'label':_0x24f0e1,'icon':_0x2b792f,'tooltip':!0x0,'tooltipPosition':_0x1a20f1}),_0x27999d['extendTemplate']({'attributes':{'class':_0x3e72fc}}),_0x27999d['on']('execute',()=>{this['fire'](_0x490b8e,this['_model']['id']);}),_0x27999d;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['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;}}var ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x101975{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0xf792e2,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x11fefb){super(_0x11fefb),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3184e0=this['editor']['config'];_0x3184e0['define']('trackChanges.SuggestionThreadView',re),_0x3184e0['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3184e0['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x585552,_0x5d7a2c){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x2e766f,_0x2c06dc]of this['_handleControllerBuffer']){const _0x5cb561=this['_suggestionToController']['has'](_0x2e766f);_0x5cb561||_0x2c06dc?_0x5cb561&&_0x2c06dc&&this['_destroyController'](_0x2e766f):this['_initializeController'](_0x2e766f);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x585552,_0x5d7a2c);}['init'](){const _0x4db417=this['editor'],_0x3b9151=_0x4db417['plugins']['get']('TrackChangesEditing'),_0x29c0f0=_0x4db417['plugins']['get']('Annotations'),_0x4bb588=_0x4db417['plugins']['get']('EditorAnnotations'),_0x4711cd=_0x4db417['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x4bb588['addSourceCollector'](()=>{const _0x3d29f5=[];for(const [_0x308d27,_0x35162b]of Array['from'](this['_suggestionToController'])){const _0x1c0d63=_0x308d27['getAllAdjacentSuggestions'](),_0x78ab95=[];for(const _0x424413 of _0x1c0d63){if(!_0x424413['isInContent'])continue;if(_0x424413['isMultiRange']){_0x78ab95['push'](..._0x424413['getRanges']());continue;}const _0x5eb474=_0x424413['getFirstRange']();if(_0x78ab95['length']>0x0){const _0x100a8c=_0x78ab95[0x0]['getJoined'](_0x5eb474);if(_0x100a8c){_0x78ab95[0x0]=_0x100a8c;continue;}}_0x78ab95['push'](_0x5eb474);}_0x3d29f5['push']([_0x35162b['view'],_0x78ab95]);}return _0x3d29f5;}),this['listenTo'](_0x3b9151,'suggestionLoaded',(_0x577f35,_0x3cfe5b)=>{this['listenTo'](_0x3cfe5b,'change:previous',(_0x541937,_0x12ea81,_0x46c501,_0x22bf11)=>{_0x3cfe5b['isInContent']&&(null==_0x46c501?(this['_updateController'](_0x22bf11['head']),this['_handleSuggestionControllerDelayed'](_0x3cfe5b,!0x1)):(this['_updateController'](_0x46c501['head']),null==_0x22bf11&&this['_handleSuggestionControllerDelayed'](_0x3cfe5b,!0x0)));}),null!==_0x3cfe5b['previous']?this['_updateController'](_0x3cfe5b['head']):this['_handleSuggestionControllerDelayed'](_0x3cfe5b,!0x1);}),this['listenTo'](_0x3b9151,'suggestionUnloaded',(_0x5900b1,_0x4cf6c6,_0x308eda)=>{this['stopListening'](_0x4cf6c6,'change:previous'),this['_handleControllerBuffer']['delete'](_0x4cf6c6),this['_suggestionToController']['has'](_0x4cf6c6)&&this['_destroyController'](_0x4cf6c6),_0x308eda&&this['_updateController'](_0x308eda['head']);}),this['listenTo'](_0x3b9151,'suggestionChanged',(_0x3b0cdd,_0x93108a)=>{this['_updateController'](_0x93108a);}),this['listenTo'](_0x29c0f0,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4711cd,'addComment',(_0x3227c1,{threadId:_0x4952e6,isFromAdapter:_0x1a8b24})=>{if(_0x1a8b24||!_0x3b9151['hasSuggestion'](_0x4952e6))return;const _0x26a818=_0x3b9151['getSuggestion'](_0x4952e6);this['_suggestionToController']['get'](_0x26a818)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x2f3601=this['editor']['plugins']['get']('Annotations'),_0x2e68eb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x15302f=Array['from'](_0x2f3601['activeAnnotations'],_0x8f6205=>_0x8f6205['innerView'])['filter'](_0x2e780c=>this['_viewToController']['has'](_0x2e780c)),_0x5c3445=[];for(const _0x3df1c6 of _0x15302f){const _0x36e45e=this['_viewToController']['get'](_0x3df1c6)['model']['getAllAdjacentSuggestions']();_0x5c3445['push'](..._0x36e45e['reduce']((_0x26267c,_0x6c51)=>[..._0x26267c,..._0x6c51['getMarkerNames']()],[]));}_0x2e68eb['activeMarkers']=_0x5c3445;}['_addUIComponentsToFactory'](){const _0x52138b=this['editor'],_0x22f8b5=_0x52138b['locale'],_0x4f34e9=o(_0x22f8b5,'Track\x20changes'),_0x224030=new Wt([{'type':'switchbutton','model':new _0x9bda13({'withText':!0x0,'isToggleable':!0x0,'label':_0x4f34e9,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x9bda13({'withText':!0x0,'label':o(_0x22f8b5,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x9bda13({'withText':!0x0,'label':o(_0x22f8b5,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x9bda13({'withText':!0x0,'label':o(_0x22f8b5,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x9bda13({'withText':!0x0,'label':o(_0x22f8b5,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2d6a79 of _0x224030)if(he(_0x2d6a79)){const _0x5061f8=_0x52138b['commands']['get'](_0x2d6a79['model']['commandName']);_0x2d6a79['model']['bind']('isOn','isEnabled')['to'](_0x5061f8,'value','isEnabled');}_0x52138b['ui']['componentFactory']['add']('trackChanges',_0x26e9bf=>this['_createToolbarButton'](_0x26e9bf,_0x224030,_0x4f34e9)),_0x52138b['ui']['componentFactory']['add']('menuBar:trackChanges',_0x2bbfa5=>this['_createMenuBarMenu'](_0x2bbfa5,_0x224030,_0x4f34e9));}['_createToolbarButton'](_0x36cb66,_0x39ab71,_0xebcdac){const _0x37bb60=Qt(_0x36cb66,_0x1dd54e),_0x237a22=this['editor']['commands']['get']('trackChanges');_0x37bb60['buttonView']['set']({'tooltip':_0xebcdac,'label':_0xebcdac,'icon':ce}),_0x37bb60['buttonView']['bind']('isOn')['to'](_0x237a22,'value'),_0x37bb60['buttonView']['on']('execute',()=>{_0x237a22['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x37bb60,_0x39ab71,{'role':'menu'});const _0x545edb=[];for(const _0x5a4524 of _0x39ab71)he(_0x5a4524)&&_0x545edb['push'](this['editor']['commands']['get'](_0x5a4524['model']['commandName']));const _0x386a21=_0x37bb60['buttonView'];return _0x386a21['actionView']['unbind']('isEnabled'),_0x386a21['arrowView']['unbind']('isEnabled'),_0x386a21['actionView']['bind']('isEnabled')['to'](_0x237a22,'isEnabled'),_0x386a21['arrowView']['bind']('isEnabled')['toMany'](_0x545edb,'isEnabled',(..._0x4d6aa1)=>_0x4d6aa1['some'](_0x1ef7d5=>_0x1ef7d5)),_0x37bb60['on']('execute',_0x1069be=>{this['editor']['execute'](_0x1069be['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x37bb60;}['_createMenuBarMenu'](_0x273cb1,_0x48e4e8,_0x44de68){const _0x2a2baa=new Yt(_0x273cb1),_0x5783ac=this['editor']['commands']['get']('trackChanges');_0x2a2baa['buttonView']['set']({'label':_0x44de68,'icon':ce});const _0x266511=new Zt(_0x273cb1);for(const _0x27b60b of _0x48e4e8){if('separator'==_0x27b60b['type']){_0x266511['items']['add'](new Xt(_0x273cb1));continue;}const _0x29b716=new te(_0x273cb1,_0x2a2baa),_0x277364=new _0x4fe3de(_0x273cb1),_0xf449fa=_0x27b60b['model'];_0x277364['bind'](...Object['keys'](_0xf449fa))['to'](_0xf449fa),_0x277364['delegate']('execute')['to'](_0x2a2baa),_0x277364['on']('execute',()=>{this['editor']['execute'](_0xf449fa['commandName']),this['editor']['editing']['view']['focus']();}),_0x29b716['children']['add'](_0x277364),_0x266511['items']['add'](_0x29b716);}return _0x2a2baa['bind']('isEnabled')['to'](_0x5783ac,'isEnabled'),_0x2a2baa['panelView']['children']['add'](_0x266511),_0x2a2baa;}['_initializeController'](_0x200189){const _0x276fbc=this['editor'],_0x5e4556=_0x276fbc['config'],_0x198848=_0x276fbc['plugins']['get']('Annotations'),_0xddd367=_0x276fbc['plugins']['get']('CommentsRepository'),_0x1e6139=_0x276fbc['plugins']['get']('EditorAnnotations'),_0x537460=_0x276fbc['plugins']['get'](_0xf792e2)['me'],_0x5f09a6=_0x5e4556['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x1c589a,CommentThreadInputView:_0x36be24}=_0x276fbc['plugins']['get']('CommentsUI');let _0x12d53c,_0x3c9357;this['_annotationViews']['has'](_0x200189['id'])?(_0x3c9357=this['_annotationViews']['get'](_0x200189['id']),_0x12d53c=_0x3c9357['mainView']):(_0x12d53c=new _0x5f09a6(_0x276fbc['locale'],_0x200189,_0x537460,{'disableComments':this['_disableComments'],'editorConfig':_0x5e4556['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5e4556['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5e4556['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5e4556['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4d2b75(_0x5e4556['get']('locale')),'CommentView':_0x5e4556['get']('comments')['CommentView'],'CommentsListView':_0x1c589a,'CommentThreadInputView':_0x36be24}),_0x12d53c['acceptButton']['on']('execute',()=>{_0x276fbc['editing']['view']['focus']();}),_0x12d53c['discardButton']['on']('execute',()=>{_0x276fbc['editing']['view']['focus']();}),_0x3c9357=_0x198848['createAnnotationView'](this['editor']['locale'],_0x12d53c),_0x3c9357['bind']('isDirty')['to'](_0x12d53c,'isDirty'),_0x3c9357['bind']('length')['to'](_0x12d53c),_0x3c9357['bind']('type')['to'](_0x12d53c,'type',_0x1aa3bc=>'suggestion-'+_0x1aa3bc),this['listenTo'](_0x12d53c,'escape',()=>{_0x276fbc['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x200189['id'],_0x3c9357));const _0x37e06b=_0xddd367['createCommentThreadController'](_0x200189['commentThread'],_0x12d53c),_0x220a6c=new ae(_0x276fbc,_0x200189,_0x12d53c,_0x37e06b),_0x2340ba=_0x200189['getAllAdjacentSuggestions']()['filter'](_0x48d537=>_0x48d537['isInContent']);_0x12d53c['descriptionParts']=_0x276fbc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2340ba),this['_suggestionToController']['set'](_0x200189,_0x220a6c),this['_viewToController']['set'](_0x12d53c,_0x220a6c);const _0x41debc=_0x198848['createAnnotation']({'view':_0x3c9357,'target':()=>{const _0x1a6e8a=[],_0x17a2eb=_0x200189['getAllAdjacentSuggestions']()['filter'](_0x134661=>_0x134661['isInContent']);for(const _0x264d72 of _0x17a2eb)_0x1a6e8a['push'](..._0x264d72['getMarkers']());return _0x21c46e(_0x276fbc['editing'],_0x1a6e8a);},'type':()=>'suggestion-'+_0x220a6c['view']['type']});_0xddd367['_bindAnnotationToEditors'](_0x12d53c,_0x41debc),_0x198848['add'](_0x41debc),_0x1e6139['registerAnnotation'](_0x41debc);}['_destroyController'](_0x1a6c6a){const _0x15a95e=this['editor']['plugins']['get']('CommentsRepository'),_0x2d3e6a=this['editor']['plugins']['get']('Annotations'),_0x3273ea=this['_suggestionToController']['get'](_0x1a6c6a),_0x43b105=_0x3273ea['view'],_0x2e6e3b=_0x2d3e6a['getByInnerView'](_0x43b105);_0x15a95e['_unbindEditors'](_0x43b105),_0x2e6e3b&&_0x2d3e6a['remove'](_0x2e6e3b),this['_suggestionToController']['delete'](_0x1a6c6a),this['_viewToController']['delete'](_0x43b105),_0x3273ea['destroy']();}['_updateController'](_0x4afda3){if(!_0x4afda3['isInContent']||!this['_suggestionToController']['has'](_0x4afda3))return;const _0x3718df=this['editor']['plugins']['get']('TrackChangesEditing'),_0x15117f=this['_suggestionToController']['get'](_0x4afda3),_0x13bfe9=_0x4afda3['getAllAdjacentSuggestions']();_0x15117f['view']['descriptionParts']=_0x3718df['descriptionFactory']['getDescriptions'](_0x13bfe9);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0x1c777e,(_0x1abb85,_0x112567)=>{const _0x146bf2=this['editor']['plugins']['get'](k),_0x1bb350=this['editor']['plugins']['get'](p);if(!_0x1bb350['activeMarkers']['length'])return;const {id:_0x3b6823}=_0x1bb350['_splitMarkerName'](_0x1bb350['activeMarkers'][0x0]),_0x5d79a7=_0x146bf2['getSuggestion'](_0x3b6823);_0x5d79a7&&(this['_suggestionToController']['get'](_0x5d79a7)['view']['focus'](),_0x112567());});}['destroy'](){for(const _0x189a2f of this['_suggestionToController']['keys']())this['_destroyController'](_0x189a2f);for(const _0x3c5d06 of this['_annotationViews']['values']())_0x3c5d06['mainView']['destroy']();super['destroy']();}}function he(_0x5ef6eb){return'model'in _0x5ef6eb;}class k extends _0x101975{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x45be6f){this['editor']['plugins']['get'](p)['adapter']=_0x45be6f;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x480768){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x480768);}['getSuggestions']({skipNotAttached:_0x2b2c9e=!0x1,toJSON:_0x22f357=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2b2c9e,'toJSON':_0x22f357});}['getSuggestion'](_0x17f2df){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x17f2df);}}const T=['Pagination'];class P extends _0x101975{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x41ac3a=this['editor'];if(_0x41ac3a['config']['define']('trackChangesData.editorCreator',_0xfb55d6=>{const _0x44347d=_0x41ac3a['model']['document']['getRootNames']()['reduce']((_0x1c8b8c,_0x21be65)=>(_0x1c8b8c[_0x21be65]='',_0x1c8b8c),{});return _0x41ac3a['constructor']['create'](_0x44347d,_0xfb55d6);}),'function'!=typeof _0x41ac3a['config']['get']('trackChangesData')['editorCreator'])throw new _0xa4d2dc('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4685c6){return N(this['editor'],!0x0,_0x4685c6);}['getDataWithDiscardedSuggestions'](_0x254840){return N(this['editor'],!0x1,_0x254840);}}class D extends _0x101975{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x295260){super(_0x295260),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x4766e6){return void 0x0!==_0x4766e6['getRootsAttributes'];}async function N(_0x239fa3,_0x505893,_0x482092){const _0x17d8e0=_0x3fc406(_0x239fa3,T);_0x17d8e0['plugins']['push'](p,D),_0x17d8e0['rootsAttributes']=v(_0x239fa3)?_0x239fa3['getRootsAttributes']():void 0x0;const _0x190bf5=document['createDocumentFragment'](),_0x5701cb=_0x239fa3['config']['get']('trackChangesData')['editorCreator'],_0x40cbef=await _0x5701cb(_0x17d8e0,()=>function(_0x2ccc72){const _0x1b8b2d=document['createElement']('div');return _0x2ccc72['appendChild'](_0x1b8b2d),_0x1b8b2d;}(_0x190bf5));!function(_0x1f1976,_0x4ca284){const _0x25b77=_0x1f1976['model']['document']['getRootNames']()['reduce']((_0xc7a394,_0x20dd8c)=>(_0xc7a394[_0x20dd8c]=_0x1f1976['data']['get']({'rootName':_0x20dd8c}),_0xc7a394),{}),_0x2248df=_0x1f1976['plugins']['get']('Users')['users']['map'](_0x428a99=>({'id':_0x428a99['id'],'name':_0x428a99['name']})),_0xfb486d=_0x1f1976['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x10f07d=_0x1f1976['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x707948=_0x4ca284['plugins']['get']('Users'),_0x404b63=_0x4ca284['plugins']['get']('TrackChangesEditing'),_0x5ec206=_0x4ca284['plugins']['get']('CommentsRepository');for(const _0x5e90bf of _0x5ec206['getCommentThreads']())_0x5e90bf['remove']();for(const _0xd704e3 of _0x2248df)_0x707948['getUser'](_0xd704e3['id'])||_0x707948['addUser'](_0xd704e3);_0x707948['me']||_0x707948['useAnonymousUser']();for(const _0x29f040 of _0x10f07d)_0x5ec206['addCommentThread'](_0x29f040);for(const _0x1d23af of _0xfb486d)_0x404b63['addSuggestionData'](_0x1d23af);_0x4ca284['data']['set'](_0x25b77);}(_0x239fa3,_0x40cbef),_0x40cbef['execute'](_0x505893?'acceptAllSuggestions':'discardAllSuggestions');const _0x27ba5d=v(_0x40cbef)?_0x40cbef['getFullData'](_0x482092):_0x40cbef['data']['get'](_0x482092);return await _0x40cbef['destroy'](),_0x27ba5d;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x1d551a,PendingActions as _0x53c3ea,icons as _0x32292f}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x163961,ObservableMixin as _0x3f91ad,uid as _0x1c37d5,insertToPriorityArray as _0x4a0745,priorities as _0x20dbe8,logWarning as _0x1a1941,getEnvKeystrokeText as _0x2d997f,FocusTracker as _0x5ec906,KeystrokeHandler as _0x58d683,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x250441,View as _0xdeb836,ViewCollection as _0x3d1041,FocusCycler as _0xde61b1,ViewModel as _0x1982c1,createDropdown as Qt,SplitButtonView as _0x3775c4,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x167501}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x431352,hashObject as _0x297eb3,surroundingMarkersDetector as _0x5bbb09,ENTER_THREAD_KEYSTROKE as _0xcf8285,AriaDescriptionView as _0x1182e9,setupThreadKeyboardNavigation as _0x1570f6,trimHtml as _0x46b8bb,UserView as _0xfc9558,LateFocusButtonView as _0x4b8906,getDateTimeFormatter as _0x2a28e3,getAllMarkersDomElementsSorted as _0x955e66,sanitizeEditorConfig as _0xfa1896}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x5eb29d,LiveRange as _0x96ebea,LivePosition as _0x4e058f}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0xc887e9,toWidget as _0x3173ea}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x3c1057,set as _0x5c26ba,isEqual as _0x2707fe,unset as _0x52aa10,omit as Tt}from'lodash-es';import{Delete as _0x20ee88,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x16315b,ShiftEnter as _0x147e01}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x4a5621,_0x14b1bd){super(_0x4a5621),this['_enabledCommands']=_0x14b1bd,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 _0x3aeeb8 of this['editor']['commands']['commands']())_0x3aeeb8['affectsData']&&!this['_enabledCommands']['has'](_0x3aeeb8)&&_0x3aeeb8['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x561977 of this['editor']['commands']['commands']())_0x561977['affectsData']&&!this['_enabledCommands']['has'](_0x561977)&&_0x561977['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x48cd1c,_0x5651ca){super(_0x48cd1c),this['_suggestions']=_0x5651ca,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x352f75){const _0x17282a=this['_suggestions']['get'](_0x352f75);if(!_0x17282a)throw new _0x163961('track-changes-accept-suggestion-not-found',this);const _0x32ecdb=_0x17282a['getRanges']();this['editor']['model']['canEditAt'](_0x32ecdb)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x17282a);}}class R extends ts{['_suggestions'];constructor(_0x59354e,_0x3f273b){super(_0x59354e),this['_suggestions']=_0x3f273b,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4e80dd){const _0x42497f=this['_suggestions']['get'](_0x4e80dd);if(!_0x42497f)throw new _0x163961('track-changes-discard-suggestion-not-found',this);const _0x3a2baf=_0x42497f['getRanges']();this['editor']['model']['canEditAt'](_0x3a2baf)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x42497f);}}function ls(_0x1499f4,_0x4488dd){let _0x4125d1='';return _0x4125d1+=_0x1499f4['split']('*')['map']((_0x5c6ee8,_0x2c2d67)=>_0x2c2d67%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x5c6ee8)+'</span>':nn(_0x5c6ee8))['join'](''),_0x4488dd&&(_0x4125d1+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x4488dd['value']+'\x22\x20title=\x22'+_0x4488dd['title']+'\x22></span>'),_0x4125d1;}function nn(_0x2b27d0){const _0x44aa0c=document['createElement']('span');return _0x44aa0c['innerText']=_0x2b27d0,_0x44aa0c['innerHTML'];}function ss(_0x31a487){return _0x31a487['sort']((_0x50383e,_0x45f1ba)=>'deletion'==_0x50383e['type']&&'deletion'!=_0x45f1ba['type']?-0x1:'deletion'!=_0x50383e['type']&&'deletion'==_0x45f1ba['type']?0x1:0x0);}function to(_0x102ad6,_0x2b65ea){let _0x2288f2,_0x4a77e2=0x0;const _0xb286f7=[],_0x240499=_0x2b65ea['schema'];for(;_0x4a77e2<_0x102ad6['length'];){const _0x3f52ea=_0x102ad6[_0x4a77e2],_0x5d430a=_0x102ad6[_0x4a77e2+0x1];_0x2288f2||(_0x2288f2=_0x2b65ea['createPositionBefore'](_0x3f52ea)),on(_0x2b65ea,_0x3f52ea,_0x5d430a)||(_0xb286f7['push'](_0x2b65ea['createRange'](_0x2288f2,_0x240499['isObject'](_0x3f52ea)?_0x2b65ea['createPositionAfter'](_0x3f52ea):_0x2b65ea['createPositionAt'](_0x3f52ea,'end'))),_0x2288f2=null),_0x4a77e2++;}return _0xb286f7;}function on(_0x361cf4,_0x58799b,_0x476abb){if(!_0x476abb)return!0x1;const _0x57908b=_0x361cf4['createPositionAfter'](_0x58799b),_0x149cbd=_0x361cf4['createPositionBefore'](_0x476abb);return _0x57908b['isTouching'](_0x149cbd);}function rs(_0x6d320a,_0x2011d5,_0x22b1e7){for(;_0x22b1e7['length'];){const _0x974388=_0x22b1e7['splice'](0x0,0x64);_0x6d320a['change'](()=>{for(const _0x25bfe5 of _0x974388)_0x25bfe5['isInContent']&&_0x2011d5['execute'](_0x25bfe5['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x20ec88,_0x2b9e85,_0x2209ae){super(_0x20ec88),this['_command']=_0x2b9e85,this['_suggestions']=_0x2209ae,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2cc9ef=Array['from'](this['_suggestions']['values']())['some'](_0x3ab73b=>_0x3ab73b['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x2cc9ef;}['execute'](){const _0x361e9c=ss(Array['from'](this['_suggestions']['values']()));for(const _0x14e149 of _0x361e9c){const _0x2365cc=_0x14e149['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2365cc))return;}rs(this['editor']['model'],this['_command'],_0x361e9c);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x589616,_0x429209,_0x1f6eac){super(_0x589616),this['_command']=_0x429209,this['_suggestions']=_0x1f6eac,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x14995a=this['editor']['model']['document']['selection'],_0x4ce37f=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x59dd38,_0x157aed){const _0x42ca7b=Array['from'](_0x59dd38['getRanges']()),_0x5296b9=new Set();for(const _0x482117 of _0x157aed)if(_0x482117['isInContent']){for(const _0x39a854 of _0x42ca7b)for(const _0x21626b of _0x482117['getRanges']())(_0x39a854['isIntersecting'](_0x21626b)||_0x59dd38['isCollapsed']&&!_0x482117['isMultiRange']&&_0x482117['next']&&_0x21626b['end']['isTouching'](_0x39a854['start']))&&_0x5296b9['add'](_0x482117);}return _0x5296b9;}(_0x14995a,_0x4ce37f),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x13e75b=ss(Array['from'](this['_selectedSuggestions']));for(const _0x195225 of _0x13e75b){const _0x2986ff=_0x195225['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2986ff))return;}rs(this['editor']['model'],this['_command'],_0x13e75b);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x3f91ad(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x245bf6,_0x315b24){super(),this['id']=_0x315b24['id'],this['type']=_0x315b24['type'],this['subType']=_0x315b24['subType']||null,this['author']=_0x315b24['author'],this['creator']=_0x315b24['creator']||_0x315b24['author'],this['isExternal']=Boolean(_0x315b24['attributes']&&_0x315b24['attributes']['@external']),this['data']=null,this['_model']=_0x245bf6,this['_onAccept']=_0x315b24['onAccept'],this['_onDiscard']=_0x315b24['onDiscard'],this['_onAttributesChange']=_0x315b24['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x315b24['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 _0x2f5d83=this;for(;_0x2f5d83['previous'];)_0x2f5d83=_0x2f5d83['previous'];return _0x2f5d83;}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'](_0xa3bd49){this['_markerNames']['add'](_0xa3bd49);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x9cb3b1=>this['_model']['markers']['get'](_0x9cb3b1))['filter'](_0x11b4e9=>_0x11b4e9);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x5e6b27=>{for(const _0x1a281f of this['getMarkers']())_0x5e6b27['removeMarker'](_0x1a281f);}),this['_markerNames']['clear']();}['removeMarker'](_0x1ac52b){this['_model']['change'](_0x9efbf8=>{_0x9efbf8['removeMarker'](_0x1ac52b);}),this['_markerNames']['delete'](_0x1ac52b);}['addRange'](_0x2a473e){const _0x5af11a='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x5af11a),this['_model']['change'](_0xa49891=>{_0xa49891['addMarker'](_0x5af11a,{'range':_0x2a473e,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x4ac2ed){for(const _0x217f9d of this['getRanges']())if(_0x217f9d['isIntersecting'](_0x4ac2ed))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x2e4496=>_0x2e4496['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0xd56be,_0x5b2309)=>[..._0xd56be,..._0x5b2309['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1d93db=this['getRanges']();if(0x1!=_0x1d93db['length'])return null;const _0x382386=_0x1d93db[0x0],_0x32e559=_0x382386['start']['nodeAfter'],_0x195db7=_0x382386['end']['nodeBefore'];return _0x32e559 instanceof _0x5eb29d?_0x32e559!=_0x195db7?null:_0x32e559: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 _0x2f5a48=[];let _0x524309=this['head'];for(;_0x524309;)_0x2f5a48['push'](_0x524309),_0x524309=_0x524309['next'];return _0x2f5a48;}['setAttribute'](_0x248dd9,_0x483f5c){const _0x2e76fc=_0x3c1057(this['attributes']);_0x5c26ba(_0x2e76fc,_0x248dd9,_0x483f5c),_0x2707fe(_0x2e76fc,this['attributes'])||(this['attributes']=_0x2e76fc,this['_onAttributesChange'](_0x2e76fc));}['removeAttribute'](_0x436ed4){const _0x3ebf57=_0x3c1057(this['attributes']);_0x52aa10(_0x3ebf57,_0x436ed4),_0x2707fe(_0x3ebf57,this['attributes'])||(this['attributes']=_0x3ebf57,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 _0x1c37d5()['substr'](0x1,0x5);}}function o(_0x4b6c43,_0x10af91,_0x369a74){const t=_0x4b6c43['t'];switch(_0x10af91){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x369a74);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x369a74);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x369a74);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x369a74);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x369a74);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',_0x369a74);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x369a74);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x369a74);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x369a74);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x369a74);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x369a74);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x369a74);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x369a74);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x369a74);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x369a74);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x369a74);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x369a74);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x369a74);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x369a74);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x369a74);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x369a74);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x369a74);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x369a74);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'},_0x369a74);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x369a74);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x369a74);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x369a74);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x369a74);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x369a74);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'},_0x369a74);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x369a74);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x369a74);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x369a74);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x369a74);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'},_0x369a74);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x369a74);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'},_0x369a74);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'},_0x369a74);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x369a74);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'},_0x369a74);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x369a74);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'},_0x369a74);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x369a74);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x369a74);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'},_0x369a74);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 t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x369a74);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x369a74);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x369a74);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'},_0x369a74);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'},_0x369a74);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'},_0x369a74);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x10af91;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5dca1e,_0x10c8cc){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5dca1e,this['_locale']=_0x10c8cc;}['getDescriptions'](_0x2ea8ca){const _0x10ff9f=[],_0x4344f9=new Set(),_0x355549=new Set();for(let _0x527092=0x0;_0x527092<_0x2ea8ca['length'];_0x527092++){const _0xb6072d=_0x2ea8ca[_0x527092];if(!_0xb6072d['isInContent'])continue;const _0x41c437=this['_handleCustomCallbackDescription'](_0xb6072d);if(_0x41c437){if(null!=_0xb6072d['subType']){if(_0x4344f9['has'](_0xb6072d['subType']))continue;_0x4344f9['add'](_0xb6072d['subType']);}_0x10ff9f['push'](_0x41c437);}else{if('attribute'!=_0xb6072d['type'])'insertion'!=_0xb6072d['type']&&'deletion'!=_0xb6072d['type']||this['_handleInsertRemoveSuggestionDescription'](_0x10ff9f,_0xb6072d,_0x2ea8ca[_0x527092+0x1]);else{const _0x82c62e=_0xb6072d['data']['key'];if(_0x355549['has'](_0x82c62e))continue;_0x355549['add'](_0xb6072d['data']['key']),_0x82c62e==m?this['_handleRenameSuggestionDescription'](_0x10ff9f,_0xb6072d):this['_handleAttributeSuggestionDescription'](_0x10ff9f,_0xb6072d);}}}return this['_resolveDescriptionItems'](_0x10ff9f);}['registerDescriptionCallback'](_0x221d97){this['_customCallbacks']['push'](_0x221d97);}['registerElementLabel'](_0x126164,_0xe87636,_0x3d87c3=_0x20dbe8['normal']){'function'==typeof _0x126164?_0x4a0745(this['_itemLabelsCallbacks'],{'matchingCallback':_0x126164,'label':_0xe87636,'priority':_0x3d87c3}):this['_itemLabels']['set'](_0x126164,_0xe87636);}['registerAttributeLabel'](_0x2ed735,_0x304629){this['_attributeLabels']['set'](_0x2ed735,_0x304629);}['getItemLabel'](_0x4fa943,_0x1d870f=0x1){let _0x340f51;for(const _0x1b2a92 of this['_itemLabelsCallbacks'])if(_0x1b2a92['matchingCallback'](_0x4fa943)){_0x340f51=_0x1b2a92['label'];break;}return _0x340f51||(_0x340f51=this['_itemLabels']['get'](_0x4fa943['name'])),_0x340f51?_0x340f51(_0x1d870f):0x1!==_0x1d870f?_0x1d870f+'\x20'+_0x4fa943['name']+'s':''+_0x4fa943['name'];}['_addDescriptionItems'](_0x23e688,_0x494e92){const _0x35eddd=_0x494e92['getFirstRange']()['getWalker'](),_0x3a3d3e='insertion'==_0x494e92['type']?'add':'remove';for(const _0x11c466 of _0x35eddd){const _0x41b272=_0x11c466['item'],_0x96183b=_0x23e688[_0x23e688['length']-0x1];if(_0x41b272['is']('$textProxy'))_0x96183b&&_0x96183b['type']['indexOf']('Container')>-0x1&&_0x23e688['pop'](),_0x96183b&&'text'==_0x96183b['type']?_0x96183b[_0x3a3d3e]+=_0x41b272['data']:_0x23e688['push']({'type':'text','add':'add'==_0x3a3d3e?_0x41b272['data']:'','remove':'remove'==_0x3a3d3e?_0x41b272['data']:''});else{if(this['_schema']['isObject'](_0x41b272)){const _0x119342=_0x41b272;if(_0x96183b&&_0x96183b['type']['indexOf']('Container')>-0x1&&_0x23e688['pop'](),'elementEnd'==_0x11c466['type'])continue;_0x96183b&&_0x96183b['type']==_0x3a3d3e+'Object'&&_0x96183b['element']['name']==_0x119342['name']?_0x96183b['quantity']++:_0x23e688['push']({'type':_0x3a3d3e+'Object','element':_0x119342,'quantity':0x1}),_0x35eddd['skip'](_0x47258f=>!('elementEnd'==_0x47258f['type']&&_0x47258f['item']==_0x41b272));}else{if(this['_schema']['checkChild'](_0x41b272,'$text')||_0x41b272['is']('element','softBreak')){const _0x10bd23=_0x41b272;if('add'==_0x3a3d3e&&'elementStart'==_0x11c466['type']||'remove'==_0x3a3d3e&&'elementEnd'==_0x11c466['type'])continue;if(_0x96183b&&-0x1==_0x96183b['type']['indexOf']('Container')){'text'==_0x96183b['type']&&(_0x96183b[_0x3a3d3e]+='\x0a');continue;}let _0x1b5a86;if(_0x1b5a86='add'==_0x3a3d3e?_0x10bd23['nextSibling']&&!this['_schema']['isObject'](_0x10bd23['nextSibling'])?_0x10bd23['nextSibling']:null:_0x10bd23['previousSibling']&&!this['_schema']['isObject'](_0x10bd23['previousSibling'])?_0x10bd23['previousSibling']:null,_0x10bd23['isEmpty']||_0x1b5a86&&_0x1b5a86['isEmpty']){const _0x30e9cb=_0x1b5a86&&_0x1b5a86['isEmpty']?_0x1b5a86:_0x10bd23;_0x96183b&&_0x96183b['type']==_0x3a3d3e+'EmptyContainer'&&_0x96183b['element']['name']==_0x30e9cb['name']?_0x96183b['quantity']++:_0x23e688['push']({'type':_0x3a3d3e+'EmptyContainer','element':_0x30e9cb,'quantity':0x1});}else _0x23e688['push']({'type':_0x3a3d3e+'Container','element':_0x10bd23});}}}}}['_resolveDescriptionItems'](_0x2478e6){const _0x370adb=this['_locale'],_0x275a63=[],_0x1e6384=[],_0x5ee24b=[];for(const _0x4ebec3 of _0x2478e6)switch(_0x4ebec3['type']){case'text':if(_0x4ebec3['add']=_0x4ebec3['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x4ebec3['remove']=_0x4ebec3['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x4ebec3['add']&&''!=_0x4ebec3['remove']){_0x275a63['push']({'type':'replace','content':o(_0x370adb,'REPLACE_TEXT',['\x22'+_0x4ebec3['remove']+'\x22','\x22'+_0x4ebec3['add']+'\x22'])});continue;}if(null!=_0x4ebec3['add']['match'](/^ +$/)){_0x275a63['push']({'type':'insertion','content':o(_0x370adb,'*Insert:*\x20%0',o(_0x370adb,'ELEMENT_SPACE',_0x4ebec3['add']['length']))});continue;}if(null!=_0x4ebec3['remove']['match'](/^ +$/)){_0x275a63['push']({'type':'deletion','content':o(_0x370adb,'*Remove:*\x20%0',o(_0x370adb,'ELEMENT_SPACE',_0x4ebec3['remove']['length']))});continue;}if(''!=_0x4ebec3['add']){_0x275a63['push']({'type':'insertion','content':o(_0x370adb,'*Insert:*\x20%0','\x22'+_0x4ebec3['add']+'\x22')});continue;}_0x275a63['push']({'type':'deletion','content':o(_0x370adb,'*Remove:*\x20%0','\x22'+_0x4ebec3['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x275a63['push']({'type':'insertion','content':o(_0x370adb,'*Insert:*\x20%0',this['getItemLabel'](_0x4ebec3['element'],_0x4ebec3['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x275a63['push']({'type':'deletion','content':o(_0x370adb,'*Remove:*\x20%0',this['getItemLabel'](_0x4ebec3['element'],_0x4ebec3['quantity']))});continue;case'addContainer':_0x275a63['push']({'type':'insertion','content':o(_0x370adb,'*Split:*\x20%0',this['getItemLabel'](_0x4ebec3['element'],_0x4ebec3['quantity']))});continue;case'removeContainer':_0x275a63['push']({'type':'deletion','content':o(_0x370adb,'*Merge:*\x20%0',this['getItemLabel'](_0x4ebec3['element'],_0x4ebec3['quantity']))});continue;case'addFormat':_0x1e6384['push'](_0x4ebec3['key']);continue;case'removeFormat':_0x5ee24b['push'](_0x4ebec3['key']);continue;default:_0x275a63['push'](_0x4ebec3);}if(_0x1e6384['length']){const _0x24f4fd=_0x1e6384['map'](_0x1e7901=>this['_attributeLabels']['has'](_0x1e7901)?this['_attributeLabels']['get'](_0x1e7901):_0x1e7901)['join'](',\x20');_0x275a63['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x24f4fd)});}if(_0x5ee24b['length']){const _0xe31c50=_0x5ee24b['map'](_0x38b649=>this['_attributeLabels']['has'](_0x38b649)?this['_attributeLabels']['get'](_0x38b649):_0x38b649)['join'](',\x20');_0x275a63['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0xe31c50)});}return _0x275a63;}['_handleCustomCallbackDescription'](_0x65eb6f){for(const _0x45e817 of this['_customCallbacks']){const _0x499942=_0x45e817(_0x65eb6f);if(_0x499942&&'type'in _0x499942)return _0x499942;}}['_handleAttributeSuggestionDescription'](_0x2f2392,_0x3b54a1){const _0x3afece=_0x3b54a1['data'],_0x25e0d5=void 0x0===_0x3afece['newValue']?'removeFormat':'addFormat';_0x2f2392['push']({'type':_0x25e0d5,'key':_0x3afece['key']});}['_handleRenameSuggestionDescription'](_0x10331e,_0x384b2b){_0x10331e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x384b2b['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3a9578,_0x1831f8,_0x316639){if(this['_addDescriptionItems'](_0x3a9578,_0x1831f8),_0x316639&&_0x316639['getFirstRange']()&&!_0x1831f8['getFirstRange']()['end']['isEqual'](_0x316639['getFirstRange']()['start'])){const _0x3715d1=_0x3a9578[_0x3a9578['length']-0x1],_0x3bccf5='insertion'==_0x1831f8['type']?'add':'remove';_0x3715d1&&'text'==_0x3715d1['type']&&(_0x3715d1[_0x3bccf5]+='\x0a');}}}class V extends _0x1d551a{['afterInit'](){const _0x5077bd=this['editor'],_0x65b823=_0x5077bd['plugins']['get']('TrackChangesEditing');_0x5077bd['commands']['get']('showAIAssistant')&&_0x65b823['enableCommand']('showAIAssistant');}}class U extends _0x1d551a{['afterInit'](){const _0x1038b6=this['editor'],_0x34375f=_0x1038b6['locale'];if(!_0x1038b6['plugins']['has']('AlignmentEditing'))return;const _0x56823a=_0x1038b6['plugins']['get']('TrackChangesEditing');_0x56823a['enableDefaultAttributesIntegration']('alignment'),_0x56823a['registerBlockAttribute']('alignment'),_0x56823a['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x34375f,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x295576=this['editor'],_0x2719be=_0x295576['locale'];_0x295576['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e7f61=>{if('formatBlock'!=_0x2e7f61['type'])return;const {data:_0x3e054b}=_0x2e7f61;if(_0x3e054b&&'alignment'==_0x3e054b['commandName']){const _0x55d06c=_0x3e054b['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x2719be,'*Format:*\x20%0',function(_0x24588b){switch(_0x24588b){case'left':return o(_0x2719be,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x2719be,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x2719be,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x2719be,'FORMAT_JUSTIFY_TEXT');}}(_0x55d06c))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x1d551a{['afterInit'](){const _0x1843db=this['editor'],_0x572f7e=_0x1843db['plugins']['get']('TrackChangesEditing'),_0xfc437=_0x1843db['locale'];for(const _0x49f456 of ti){if(!_0x1843db['plugins']['has'](_0x49f456))continue;const _0x5e84aa=_0x49f456['slice'](0x0,-0x7)['toLowerCase'](),_0xd1009b='FORMAT_'+_0x5e84aa['toUpperCase']();_0x572f7e['enableDefaultAttributesIntegration'](_0x5e84aa),_0x572f7e['registerInlineAttribute'](_0x5e84aa),_0x572f7e['descriptionFactory']['registerAttributeLabel'](_0x5e84aa,o(_0xfc437,_0xd1009b));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x233a62=this['editor'],_0x2dde44=_0x233a62['locale'],_0x32d756=_0x233a62['plugins']['get']('TrackChangesEditing');function _0x508468(_0x345f08,_0x278fc3){_0x32d756['descriptionFactory']['registerDescriptionCallback'](_0x5aed96=>{if('formatInline'!=_0x5aed96['type'])return;const {data:_0x5136a4}=_0x5aed96;return _0x5136a4&&_0x5136a4['commandName']===_0x345f08?_0x5136a4['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2dde44,'*Format:*\x20%0',_0x278fc3)}:{'type':'format','content':o(_0x2dde44,'*Remove\x20format:*\x20%0',_0x278fc3)}:void 0x0;});}_0x508468('bold',o(_0x2dde44,'FORMAT_BOLD')),_0x508468('italic',o(_0x2dde44,'FORMAT_ITALIC')),_0x508468('underline',o(_0x2dde44,'FORMAT_UNDERLINE')),_0x508468('code',o(_0x2dde44,'FORMAT_CODE')),_0x508468('strikethrough',o(_0x2dde44,'FORMAT_STRIKETHROUGH')),_0x508468('subscript',o(_0x2dde44,'FORMAT_SUBSCRIPT')),_0x508468('superscript',o(_0x2dde44,'FORMAT_SUPERSCRIPT'));}}class F extends _0x1d551a{['afterInit'](){const _0x21e0ad=this['editor'],_0x1c3636=_0x21e0ad['locale'];if(!_0x21e0ad['plugins']['has']('BlockQuoteEditing'))return;const _0x40047a=_0x21e0ad['plugins']['get']('TrackChangesEditing'),_0xacb1e8=this['editor']['commands']['get']('blockQuote');_0x40047a['enableCommand']('blockQuote',(_0x33741c,_0x448e93={})=>{const _0xd3aa61=this['editor']['model']['document']['selection'],_0x9ce58=_0x448e93&&void 0x0!==_0x448e93['forceValue']?_0x448e93['forceValue']:!_0xacb1e8['value'];let _0x1a9bc8=[];if(_0x9ce58){const _0x317bdd=Array['from'](_0xd3aa61['getSelectedBlocks']())['filter'](_0x4b2202=>oo(_0x4b2202)||function(_0x2aa48e,_0x332c2b){const _0x327193=_0x332c2b['checkChild'](_0x2aa48e['parent'],'blockQuote'),_0xc4eead=_0x332c2b['checkChild'](['$root','blockQuote'],_0x2aa48e);return _0x327193&&_0xc4eead;}(_0x4b2202,this['editor']['model']['schema']));_0x1a9bc8=to(_0x317bdd,_0x21e0ad['model']);}else{const _0x2a7f2d=Array['from'](_0xd3aa61['getSelectedBlocks']())['filter'](_0x329ca1=>oo(_0x329ca1));_0x1a9bc8=to(_0x2a7f2d,_0x21e0ad['model']);}_0x21e0ad['model']['change'](()=>{for(const _0x49cef7 of _0x1a9bc8)_0x40047a['markBlockFormat'](_0x49cef7,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x9ce58}]});});}),_0x40047a['descriptionFactory']['registerDescriptionCallback'](_0x4de7a0=>{const {data:_0x13e5cc}=_0x4de7a0;if(_0x13e5cc&&'blockQuote'==_0x13e5cc['commandName']){const _0x566960=o(_0x1c3636,'ELEMENT_BLOCK_QUOTE');return _0x13e5cc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1c3636,'*Set\x20format:*\x20%0',_0x566960)}:{'type':'format','content':o(_0x1c3636,'*Remove\x20format:*\x20%0',_0x566960)};}});}}function oo(_0x48fbb1){return'blockQuote'==_0x48fbb1['parent']['name'];}class L extends _0x1d551a{['afterInit'](){const _0x3aa598=this['editor'];_0x3aa598['plugins']['has']('CaseChange')&&(_0x3aa598['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3aa598['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3aa598['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x1d551a{['afterInit'](){const _0xdc9f0d=this['editor'];_0xdc9f0d['commands']['get']('ckbox')&&_0xdc9f0d['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x1d551a{['afterInit'](){const _0x2bed19=this['editor'];if(!_0x2bed19['plugins']['has']('CodeBlock'))return;const _0x3bd462=_0x2bed19['plugins']['get']('TrackChangesEditing'),_0x1b7b34=_0x2bed19['locale'],_0x33b471=_0x2bed19['config']['get']('codeBlock')['languages'],_0x1c057b=_0x2bed19['commands']['get']('codeBlock');_0x3bd462['enableCommand']('indentCodeBlock'),_0x3bd462['enableCommand']('outdentCodeBlock'),_0x3bd462['enableCommand']('codeBlock',(_0x1d885a,_0x30cb69={})=>{const _0x57f5d1=_0x2bed19['model'],_0x322732=_0x2bed19['model']['document']['selection'],_0x1d9991=_0x30cb69&&void 0x0!==_0x30cb69['forceValue']?_0x30cb69['forceValue']:!_0x1c057b['value'];let _0x1eadeb;_0x30cb69['language']||(_0x30cb69['language']=_0x33b471[0x0]['language']),_0x1eadeb=_0x1d9991?Array['from'](_0x322732['getSelectedBlocks']())['filter'](_0x66538f=>eo(_0x66538f)||function(_0xaf7a1,_0x4f84af){if(_0xaf7a1['is']('rootElement')||_0x4f84af['isLimit'](_0xaf7a1))return!0x1;return _0x4f84af['checkChild'](_0xaf7a1['parent'],'codeBlock');}(_0x66538f,_0x57f5d1['schema'])):Array['from'](_0x322732['getSelectedBlocks']())['filter'](_0x91d814=>eo(_0x91d814));const _0x311c8e=to(_0x1eadeb,_0x57f5d1);_0x57f5d1['change'](()=>{for(const _0x4ee13d of _0x311c8e)_0x3bd462['markBlockFormat'](_0x4ee13d,{'commandName':'codeBlock','commandParams':[{..._0x30cb69,'forceValue':_0x1d9991}],'formatGroupId':'blockName'});});}),(_0x3bd462['descriptionFactory']['registerElementLabel']('codeBlock',_0x4caf2a=>o(_0x1b7b34,'ELEMENT_CODE_BLOCK',_0x4caf2a)),_0x3bd462['descriptionFactory']['registerDescriptionCallback'](_0x27a1da=>{if('formatBlock'!=_0x27a1da['type'])return;const _0x224799=_0x1b7b34['t'],{data:_0x32dfde}=_0x27a1da;if(!_0x32dfde||'codeBlock'!=_0x32dfde['commandName'])return;const _0x4dafdd=_0x32dfde['commandParams'][0x0]['language'],_0x159fbb=_0x224799(_0x33b471['find'](_0x102456=>_0x102456['language']===_0x4dafdd)['label'])['toLowerCase']();return _0x32dfde['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1b7b34,'*Set\x20format:*\x20%0',o(_0x1b7b34,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x159fbb+')')}:{'type':'format','content':o(_0x1b7b34,'*Remove\x20format:*\x20%0',o(_0x1b7b34,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x38e92f){return'codeBlock'==_0x38e92f['name'];}class q extends _0x1d551a{['afterInit'](){const _0xf28497=this['editor'];if(!_0xf28497['plugins']['has']('CommentsEditing'))return;_0xf28497['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x146fef,_0x3d7efc,_0x1754db){const _0x5868d4=[];for(const _0x12de84 of _0x3d7efc['getItems']())_0x12de84['hasAttribute'](_0x146fef)&&_0x5868d4['push'](_0x1754db['createRangeOn'](_0x12de84));return _0x5868d4;}function _e(_0x27fce5,_0x5422de,{showActiveMarker:_0x1fd83c=!0x0}={}){const _0xc6d4a4=_0x27fce5['plugins']['get']('TrackChangesEditing');return(_0x2cbe86,_0x172e58,_0x1d0126)=>{if(!_0x1d0126['consumable']['test'](_0x172e58['markerRange'],_0x2cbe86['name']))return;const _0x180e92=_0x172e58['markerRange']['getWalker'](),_0x1769ca=_0x172e58['markerRange']['start'],_0x53ab33=_0x27fce5['model']['schema'];let _0x40e44f=null,_0x355233=null,_0x4a08da=!0x1,_0x532ec8=!0x1;for(const _0x37ae7a of _0x180e92){const _0x2a79d5=_0x37ae7a['item'];_0x4a08da=_0x4a08da||_0x53ab33['isContent'](_0x2a79d5);const _0x2c3301=_0x1d0126['mapper']['toViewElement'](_0x2a79d5);if(_0x2c3301&&_0x2c3301['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x37ae7a['type']&&(_0x53ab33['isBlock'](_0x2a79d5)&&!_0x53ab33['isLimit'](_0x2a79d5)&&(_0x2a79d5['nextSibling']||_0x1769ca['isAtEnd']?_0x40e44f&&_0x40e44f['parent']==_0x2a79d5||(_0x40e44f=_0x2a79d5,_0x286d45(_0x37ae7a['previousPosition']),_0x532ec8=!0x0):_0x355233=_0x355233||_0x37ae7a['previousPosition']));}function _0x286d45(_0x541a52){const _0x16886f=_0x1d0126['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x5422de}),_0x135183=_0x1d0126['mapper']['toViewPosition'](_0x541a52);_0x1fd83c&&_0xc6d4a4['activeMarkers']['includes'](_0x172e58['markerName'])&&_0x1d0126['writer']['addClass']('ck-suggestion-marker--active',_0x16886f),_0x1d0126['writer']['insert'](_0x135183,_0x16886f),_0x1d0126['mapper']['bindElementToMarker'](_0x16886f,_0x172e58['markerName']);}_0x4a08da||_0x532ec8||!_0x355233||_0x286d45(_0x355233);};}class z extends _0x1d551a{static get['requires'](){return[_0x20ee88];}['init'](){const _0x5b47b0=this['editor'],_0x123d36=_0x5b47b0['plugins']['get']('TrackChangesEditing');_0x123d36['enableCommand']('delete');const _0x50f7b3=_0x5b47b0['commands']['get']('deleteForward');_0x123d36['enableCommand']('deleteForward',(_0x528b76,_0x21b827={})=>{const _0x5a9b07=_0x5b47b0['model']['createSelection'](_0x5b47b0['model']['document']['selection']);_0x5a9b07['isCollapsed']&&_0x5b47b0['model']['modifySelection'](_0x5a9b07,{'direction':'forward','unit':_0x21b827['unit']});const _0x7fc22f=_0x5a9b07['getFirstRange'](),_0x3e44ef=_0x96ebea['fromRange'](_0x7fc22f);let _0x470250;_0x528b76(_0x21b827),_0x470250='$graveyard'==_0x3e44ef['root']['rootName']?_0x5b47b0['model']['createRange'](_0x7fc22f['start']):_0x5b47b0['model']['createRange'](_0x3e44ef['start'],_0x3e44ef['end']),_0x3e44ef['detach'](),_0x5b47b0['model']['enqueueChange'](_0x50f7b3['buffer']['batch'],_0x5b53c0=>{_0x50f7b3['buffer']['lock'](),_0x5b53c0['setSelection'](_0x5b53c0['createRange'](_0x470250['end'])),_0x50f7b3['buffer']['unlock']();});}),_0x5b47b0['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x5b47b0,'merge'),{'priority':'high'}),_0x5b47b0['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x138b7f,_0x451fe9,_0x3e2d9b)=>{_0x3e2d9b['options']['showSuggestionHighlights']&&_e(_0x5b47b0,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x138b7f,_0x451fe9,_0x3e2d9b);},{'priority':'high'}),_0x5b47b0['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x186087,_0x2ca435,_0x5ef81b)=>{const _0x48faa0=_0x5ef81b['mapper']['markerNameToElements'](_0x2ca435['markerName']);if(_0x48faa0){for(const _0x2e8b55 of _0x48faa0)_0x2e8b55['is']('uiElement')&&(_0x5ef81b['mapper']['unbindElementFromMarkerName'](_0x2e8b55,_0x2ca435['markerName']),_0x5ef81b['writer']['remove'](_0x2e8b55));}},{'priority':'high'});}}class K extends _0x1d551a{['afterInit'](){const _0x3f8326=this['editor'];if(!_0x3f8326['plugins']['has']('ListEditing'))return;const _0x1ed0fe=_0x3f8326['locale'],_0xefc7d4=_0x3f8326['plugins']['get']('TrackChangesEditing'),_0x3653d0=_0x3f8326['plugins']['has']('TodoListEditing'),_0x32dad9=!!_0x3f8326['config']['get']('list.multiBlock');function _0x1b25c1(_0x1b46a3){return{'type':'format','content':''+o(_0x1ed0fe,'*Set\x20format:*\x20%0',_0x1b46a3)};}function _0x328c43(_0x1b378c){return{'type':'format','content':''+o(_0x1ed0fe,'*Remove\x20format:*\x20%0',_0x1b378c)};}_0xefc7d4['enableDefaultAttributesIntegration']('numberedList'),_0xefc7d4['enableDefaultAttributesIntegration']('bulletedList'),_0xefc7d4['enableDefaultAttributesIntegration']('customNumberedList'),_0xefc7d4['enableDefaultAttributesIntegration']('customBulletedList'),_0xefc7d4['enableDefaultAttributesIntegration']('indentList'),_0xefc7d4['enableDefaultAttributesIntegration']('outdentList'),_0xefc7d4['enableDefaultAttributesIntegration']('splitListItemAfter'),_0xefc7d4['enableDefaultAttributesIntegration']('splitListItemBefore'),_0xefc7d4['registerBlockAttribute']('listItemId'),_0xefc7d4['registerBlockAttribute']('listType'),_0xefc7d4['registerBlockAttribute']('listIndent'),_0x32dad9&&(_0xefc7d4['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0xefc7d4['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3653d0&&(_0xefc7d4['enableDefaultAttributesIntegration']('todoList'),_0xefc7d4['enableDefaultAttributesIntegration']('checkTodoList'),_0xefc7d4['registerBlockAttribute']('todoListChecked'),_0xefc7d4['descriptionFactory']['registerDescriptionCallback'](_0x3c79bf=>{const {data:_0x7cf5c2}=_0x3c79bf;if(_0x7cf5c2&&'todoListChecked'==_0x7cf5c2['key'])return{'type':'format','content':_0x7cf5c2['newValue']?o(_0x1ed0fe,'*Check\x20item*'):o(_0x1ed0fe,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x371b4e=>{if(_0x371b4e['batch']['isUndo'])return!0x1;let _0xb6932f=!0x1;const _0x1eb15a=_0xefc7d4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x34bc51=>'todoListChecked'===_0xefc7d4['_getAttributeKey'](_0x34bc51));for(const _0x1bb698 of _0x1eb15a){'todo'!=_0x1bb698['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0xefc7d4['_findSuggestions'](_0x1bb698['getFirstRange'](),'attribute')['find'](_0x10b79f=>'listType'===_0xefc7d4['_getAttributeKey'](_0x10b79f['suggestion']))||(_0x371b4e['removeMarker'](_0x1bb698['getFirstMarker']()),_0xb6932f=!0x0));}return _0xb6932f;})),_0xefc7d4['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x1ed0fe,'FORMAT_INDENT'));const _0x50fbad={'type':'format','content':''};_0xefc7d4['descriptionFactory']['registerDescriptionCallback'](_0x2f7fca=>{const {data:_0x7e6ec1}=_0x2f7fca;if(!_0x7e6ec1||'listType'!=_0x7e6ec1['key'])return;let _0x320681=_0x2f7fca['head'];for(;_0x320681;){if(_0x320681['data']&&(('listStyle'==_0x320681['data']['key']||'listMarkerStyle'==_0x320681['data']['key'])&&(_0x320681['data']['newValue']&&'default'!=_0x320681['data']['newValue']||'default'!=_0x320681['data']['oldValue']&&!_0x7e6ec1['newValue'])||!_0x32dad9&&_0x320681['data']['key']==m))return _0x50fbad;_0x320681=_0x320681['next'];}if(null==_0x7e6ec1['newValue'])switch(_0x7e6ec1['oldValue']){case'bulleted':return _0x328c43(o(_0x1ed0fe,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x328c43(o(_0x1ed0fe,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x328c43(o(_0x1ed0fe,'ELEMENT_TODO_LIST'));}switch(_0x7e6ec1['newValue']){case'bulleted':return _0x1b25c1(o(_0x1ed0fe,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1b25c1(o(_0x1ed0fe,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1b25c1(o(_0x1ed0fe,'ELEMENT_TODO_LIST'));}}),_0xefc7d4['descriptionFactory']['registerDescriptionCallback'](_0x131fce=>{const {data:_0x13f4ae}=_0x131fce;if(_0x13f4ae&&'listIndent'==_0x13f4ae['key'])return null==_0x13f4ae['newValue']||null==_0x13f4ae['oldValue']&&0x0==_0x13f4ae['newValue']?_0x50fbad:void 0x0;}),_0xefc7d4['descriptionFactory']['registerDescriptionCallback'](_0x47e954=>{if('attribute'!=_0x47e954['type'])return;const {data:_0x424dc1}=_0x47e954;if(!_0x424dc1||'listItemId'!=_0x424dc1['key'])return;const _0x44be47=le(_0x47e954);return'newValue'==_0x44be47?{'type':'format','content':o(_0x1ed0fe,'*Merge:*\x20list\x20item')}:'oldValue'==_0x44be47?{'type':'format','content':o(_0x1ed0fe,'*Split:*\x20list\x20item')}:_0x50fbad;}),_0x3f8326['model']['document']['registerPostFixer'](_0x37e44c=>this['listItemIdFixer'](_0x37e44c)),_0x3f8326['model']['document']['registerPostFixer'](_0x40c7be=>this['noTrackChangesFixer'](_0x40c7be)),_0x3f8326['model']['document']['on']('change:data',(_0x5a1917,_0x38def2)=>{if(_0x38def2['isUndo']||!_0x38def2['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x18b877){if(_0x18b877['batch']['isUndo']||!_0x18b877['batch']['isLocal'])return!0x1;let _0x4749c2=!0x1;const _0x46a975=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x22a4f1=>_0x22a4f1['data']&&'listItemId'==_0x22a4f1['data']['key'])['filter'](_0x4bd92e=>_0x4bd92e['data']['newValue']&&_0x4bd92e['data']['oldValue']);for(const _0x3134e6 of _0x46a975)le(_0x3134e6)||(_0x18b877['removeMarker'](_0x3134e6['getFirstMarker']()),_0x4749c2=!0x0);return _0x4749c2;}['noTrackChangesFixer'](_0x2e4c73){if(_0x2e4c73['batch']['isUndo']||!_0x2e4c73['batch']['isLocal'])return!0x1;const _0x5cca0e=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x5cca0e['trackChangesCommand']['value'])return!0x1;let _0x3a0056=!0x1;const _0x398f29=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x4a0d8=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x3a6345=>'attribute'==_0x3a6345['type'])['filter'](_0x3ae7e5=>_0x398f29['includes'](_0x3ae7e5['attributeKey']));if(0x0==_0x4a0d8['length'])return _0x3a0056;for(const _0x4457b8 of _0x4a0d8){const _0x2c515f=_0x5cca0e['_findSuggestions'](_0x4457b8['range'],'attribute')['filter'](_0x336617=>!_0x336617['meta']['isNextTo'])['map'](_0xe77bc4=>_0xe77bc4['suggestion'])['filter'](_0x3ad994=>{const _0x56e15b=_0x5cca0e['_getAttributeKey'](_0x3ad994);return _0x398f29['includes'](_0x56e15b);});if(_0x2c515f['length']){for(const _0x2cb5c5 of _0x2c515f)_0x2e4c73['removeMarker'](_0x2cb5c5['getFirstMarker']());_0x3a0056=!0x0;}}return _0x3a0056;}['assureChains'](){const _0x25e412=this['editor']['plugins']['get']('TrackChangesEditing'),_0x418fc7=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x399a40;const _0x204d88=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x46e383=>{if(_0x46e383['data']['oldRange']||!_0x46e383['data']['newRange'])return null;if(!_0x46e383['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x175b41}=_0x25e412['_splitMarkerName'](_0x46e383['name']);if(!_0x25e412['hasSuggestion'](_0x175b41))return null;const _0x1bd31d=_0x25e412['getSuggestion'](_0x175b41);return _0x418fc7['includes'](_0x1bd31d['data']['key']);})['map'](_0x5ea250=>{const {id:_0x1f9096}=_0x25e412['_splitMarkerName'](_0x5ea250['name']),_0x1cba7b=_0x25e412['getSuggestion'](_0x1f9096);return _0x399a40=_0x1cba7b['attributes']['groupId'],_0x1cba7b['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x204d88['size'])return;const _0x1af517=_0x25e412['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1e603e=>'attribute'==_0x1e603e['type']&&_0x1e603e['data']&&_0x418fc7['includes'](_0x1e603e['data']['key'])&&_0x1e603e['attributes']['groupId']!=_0x399a40)['map'](_0x4a4cbf=>({'listItem':_0x4a4cbf['getFirstRange']()['start']['nodeAfter'],'groupId':_0x4a4cbf['attributes']['groupId']})),_0x4608e4=new Set();for(const {groupId:_0x31befa,listItem:_0x40e770}of _0x1af517)_0x204d88['has'](_0x40e770)&&_0x4608e4['add'](_0x31befa);for(const _0x481d36 of _0x25e412['getSuggestions']())_0x4608e4['has'](_0x481d36['attributes']['groupId'])&&_0x481d36['setAttribute']('groupId',_0x399a40);}['_supportLegacySuggestions'](){const _0x507875=this['editor'],_0x1f16e0=_0x507875['locale'],_0x36b79b=_0x507875['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x36b79b['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x58c3f6,_0x41ed63){const _0x2cb877=[];for(let _0x2933d6 of _0x58c3f6)_0x2933d6['start']['nodeAfter']===_0x2933d6['end']['parent']&&(_0x2933d6=_0x507875['model']['createRange'](_0x507875['model']['createPositionAt'](_0x2933d6['start']['nodeAfter'],0x0))),_0x2cb877['push'](_0x2933d6);_0x507875['model']['change'](_0x6fa67c=>{const _0x4c2df9=_0x507875['model']['document']['selection'],_0x409f44=Array['from'](_0x4c2df9['getRanges']())['map'](_0xc962e5=>_0x96ebea['fromRange'](_0xc962e5));_0x6fa67c['setSelection'](_0x2cb877),_0x507875['commands']['get'](_0x41ed63['commandName'])['refresh'](),_0x41ed63['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x507875['execute'](_0x41ed63['commandName'],..._0x41ed63['commandParams']),_0x6fa67c['setSelection'](_0x409f44);for(const _0x20564a of _0x409f44)_0x20564a['detach']();});}),_0x36b79b['descriptionFactory']['registerElementLabel'](function(_0x1ec7d4){const _0x5c3824=!_0x507875['model']['schema']['isObject'](_0x1ec7d4),_0x3967ce=_0x1ec7d4['previousSibling'],_0x5c884b=_0x1ec7d4['nextSibling'],_0x2b5dc4=_0x1ec7d4['getAttribute']('listItemId'),_0x1a45fc=!_0x3967ce||_0x3967ce['getAttribute']('listItemId')!==_0x2b5dc4,_0x3a4271=!_0x5c884b||_0x5c884b['getAttribute']('listItemId')!==_0x2b5dc4;return _0x5c3824&&Boolean(_0x2b5dc4)&&_0x1a45fc&&_0x3a4271;},_0x420335=>o(_0x1f16e0,'ELEMENT_LIST_ITEM',_0x420335));}['_registerLegacyDescription'](){const _0x21df46=this['editor'],_0x262961=_0x21df46['locale'];function _0x3b8792(_0x634663){const _0x16c4a3=_0x21df46['commands']['get']('bulletedList')['value'],_0x2087c0=_0x21df46['commands']['get']('numberedList')['value'];return'numberedList'===_0x634663?_0x16c4a3:_0x2087c0;}_0x21df46['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x495964){if('formatBlock'!=_0x495964['type'])return;const {data:_0x4cbc79}=_0x495964;if(!_0x4cbc79)return;let _0x34fd9a,_0x35e02f,_0x3dfe6d,_0xc8c6f3;switch(_0x4cbc79['commandName']){case'bulletedList':_0x3dfe6d=_0x4cbc79['commandParams'][0x0]['forceValue'],_0xc8c6f3=_0x3b8792(_0x4cbc79['commandName']),_0x34fd9a=_0x3dfe6d?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xc8c6f3&&_0x21df46['config']['get']('list.multiBlock')||(_0x34fd9a='*Change\x20to:*\x20%0'),_0x35e02f={'type':'format','content':o(_0x262961,_0x34fd9a,o(_0x262961,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x3dfe6d=_0x4cbc79['commandParams'][0x0]['forceValue'],_0xc8c6f3=_0x3b8792(_0x4cbc79['commandName']),_0x34fd9a=_0x3dfe6d?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xc8c6f3&&_0x21df46['config']['get']('list.multiBlock')||(_0x34fd9a='*Change\x20to:*\x20%0'),_0x35e02f={'type':'format','content':o(_0x262961,_0x34fd9a,o(_0x262961,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x34fd9a='*Indent:*\x20%0',_0x35e02f={'type':'format','content':o(_0x262961,_0x34fd9a,o(_0x262961,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x34fd9a=function(_0x4f50f4){const _0x49af23=_0x4f50f4['getFirstRange']();let _0x3e11de=_0x49af23['start']['nodeAfter'];for(;_0x3e11de&&_0x49af23['containsItem'](_0x3e11de);){if(_0x3e11de['getAttribute']('listIndent')>0x0)return!0x1;_0x3e11de=_0x3e11de['nextSibling'];}return!0x0;}(_0x495964)?o(_0x262961,'*Format:*\x20remove\x20from\x20%0',o(_0x262961,function(_0x4529f7){return'ELEMENT_'+_0x4529f7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x495964))):o(_0x262961,'*Outdent:*\x20%0',o(_0x262961,'ELEMENT_LIST_ITEM')),_0x35e02f={'type':'format','content':_0x34fd9a};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4cbc79['multipleBlocks']&&(_0x34fd9a='*Merge:*\x20%0',_0x35e02f={'type':'deletion','content':o(_0x262961,_0x34fd9a,o(_0x262961,'ELEMENT_LIST_ITEM'))});}return _0x35e02f;});}}function le(_0x5a2b53){let _0x4dadb9=_0x5a2b53['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4dadb9;){const _0x5f30fe=_0x4dadb9['getAttribute']('listItemId');if(!_0x5f30fe)return!0x1;if(_0x5f30fe==_0x5a2b53['data']['newValue'])return'newValue';if(_0x5f30fe==_0x5a2b53['data']['oldValue'])return'oldValue';_0x4dadb9=_0x4dadb9['previousSibling'];}return!0x1;}class pe extends _0x1d551a{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1ca117=this['editor']['config']['get']('list.properties'),_0x5c233c=this['editor']['plugins']['get']('TrackChangesEditing');_0x1ca117['styles']&&(_0x5c233c['enableDefaultAttributesIntegration']('listStyle'),_0x5c233c['registerBlockAttribute']('listStyle')),_0x1ca117['reversed']&&(_0x5c233c['enableDefaultAttributesIntegration']('listReversed'),_0x5c233c['registerBlockAttribute']('listReversed')),_0x1ca117['startIndex']&&(_0x5c233c['enableDefaultAttributesIntegration']('listStart'),_0x5c233c['registerBlockAttribute']('listStart'));const _0x56ffaa={'type':'format','content':''};_0x5c233c['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x224805=this['editor']['locale'];_0x5c233c['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x224805,'FORMAT_LIST_REVERSED')),_0x5c233c['descriptionFactory']['registerDescriptionCallback'](_0x5c2cb9=>{const {data:_0x1c401b}=_0x5c2cb9;if(_0x1c401b&&'listReversed'==_0x1c401b['key'])return null==_0x1c401b['newValue']||0x0==_0x1c401b['newValue']&&null==_0x1c401b['oldValue']?_0x56ffaa:void 0x0;}),_0x5c233c['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x224805,'FORMAT_LIST_START')),_0x5c233c['descriptionFactory']['registerDescriptionCallback'](_0x5deb69=>{const {data:_0x29238d}=_0x5deb69;if(_0x29238d&&'listStart'==_0x29238d['key'])return null==_0x29238d['newValue']||0x1==_0x29238d['newValue']&&null==_0x29238d['oldValue']?_0x56ffaa:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4de7f9=>{if(_0x4de7f9['batch']['isUndo'])return!0x1;let _0x3064d1=!0x1;const _0x1a662e=_0x5c233c['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x506203=>{const _0x4e985e=_0x5c233c['_getAttributeKey'](_0x506203);return'listStart'==_0x4e985e||'listReversed'==_0x4e985e;});for(const _0x440f73 of _0x1a662e){const _0x485976=_0x440f73['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x485976||'customNumbered'==_0x485976)continue;_0x5c233c['_findSuggestions'](_0x440f73['getFirstRange'](),'attribute')['find'](_0x36cda6=>'listType'==_0x5c233c['_getAttributeKey'](_0x36cda6['suggestion']))||(_0x4de7f9['removeMarker'](_0x440f73['getFirstMarker']()),_0x3064d1=!0x0);}return _0x3064d1;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x6f9d7f){const _0x50fba0=this['editor']['locale'],{data:_0x2dc6a8}=_0x6f9d7f,_0x25bed2={'type':'format','content':''};if(!_0x2dc6a8||'listStyle'!=_0x2dc6a8['key'])return;if(!_0x2dc6a8['oldValue'])return'default'==_0x2dc6a8['newValue']?_0x25bed2:{'type':'format','content':''+o(_0x50fba0,'*Set\x20format:*\x20%0',o(_0x50fba0,this['_getTranslationKeyForListStyle'](_0x2dc6a8['newValue'])))};if(!_0x2dc6a8['newValue']){if('default'==_0x2dc6a8['oldValue'])return _0x25bed2;let _0x4ba27b=_0x6f9d7f['head'];for(;_0x4ba27b;){if(_0x4ba27b['data']&&'listType'==_0x4ba27b['data']['key']&&_0x4ba27b['data']['newValue'])return _0x25bed2;_0x4ba27b=_0x4ba27b['next'];}return{'type':'format','content':''+o(_0x50fba0,'*Remove\x20format:*\x20%0',o(_0x50fba0,this['_getTranslationKeyForListStyle'](_0x2dc6a8['oldValue'])))};}if('default'!=_0x2dc6a8['newValue'])return{'type':'format','content':''+o(_0x50fba0,'*Set\x20format:*\x20%0',o(_0x50fba0,this['_getTranslationKeyForListStyle'](_0x2dc6a8['newValue'])))};let _0x12610c=_0x6f9d7f['head'];for(;_0x12610c;){if(_0x12610c['data']&&'listType'==_0x12610c['data']['key']&&_0x12610c['data']['newValue']&&_0x12610c['data']['oldValue'])return _0x25bed2;_0x12610c=_0x12610c['next'];}return{'type':'format','content':o(_0x50fba0,'*Set\x20format:*\x20%0',o(_0x50fba0,'ELEMENT_'+_0x6f9d7f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x19ef0a=this['editor'],_0x22acbd=_0x19ef0a['locale'];_0x19ef0a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4b0a74=>{if('formatBlock'!=_0x4b0a74['type'])return;const {data:_0x3f1140}=_0x4b0a74;if(!_0x3f1140)return;let _0x5e969d,_0x452b52;switch(_0x3f1140['commandName']){case'listStyle':_0x5e969d='*Change\x20to:*\x20%0',_0x452b52={'type':'format','content':o(_0x22acbd,_0x5e969d,o(_0x22acbd,this['_getTranslationKeyForListStyle'](_0x3f1140['commandParams'][0x0]['type'])))};break;case'listReversed':_0x5e969d=_0x3f1140['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x452b52={'type':'format','content':o(_0x22acbd,_0x5e969d)};break;case'listStart':_0x5e969d='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x452b52={'type':'format','content':o(_0x22acbd,_0x5e969d,_0x3f1140['commandParams'][0x0]['startIndex'])};}return _0x452b52;});}['_getTranslationKeyForListStyle'](_0x4d2cbe){return'ELEMENT_'+function(_0x3a29fa){if(ye['includes'](_0x3a29fa))return'bulleted';if(Se['includes'](_0x3a29fa))return'numbered';return null;}(_0x4d2cbe)['toUpperCase']()+'_LIST_'+_0x4d2cbe['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x1d551a{static get['requires'](){return[_0x16315b];}['init'](){const _0x1af9cb=this['editor'],_0x21b030=_0x1af9cb['plugins']['get']('TrackChangesEditing'),_0x2e8b3e=_0x1af9cb['commands']['get']('enter');_0x21b030['enableCommand']('enter',()=>{_0x1af9cb['model']['change'](_0x46ee8c=>{const _0x36aefe=_0x1af9cb['model']['document']['selection'],_0x390b1f=_0x36aefe['getFirstPosition'](),_0xd1cd1f=_0x96ebea['fromRange'](_0x36aefe['getFirstRange']());if(_0x2e8b3e['enterBlock'](_0x46ee8c)){const _0x100e44=_0x1af9cb['model']['createPositionAt'](_0x390b1f['parent']['nextSibling'],0x0),_0x597ced=_0x46ee8c['createRange'](_0x390b1f,_0x100e44);_0x21b030['markInsertion'](_0x597ced);}else _0x46ee8c['setSelection'](_0x46ee8c['createRange'](_0xd1cd1f['end']));_0xd1cd1f['detach'](),_0x2e8b3e['fire']('afterExecute',{'writer':_0x46ee8c});});}),_0x1af9cb['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x1af9cb,'split'),{'priority':'high'}),_0x1af9cb['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x442e23,_0x24df92,_0x498cae)=>{const _0x3caeb7=_0x498cae['mapper']['markerNameToElements'](_0x24df92['markerName']);if(_0x3caeb7){for(const _0x482a9f of _0x3caeb7)_0x482a9f['hasClass']('ck-suggestion-marker-split')&&(_0x498cae['mapper']['unbindElementFromMarkerName'](_0x482a9f,_0x24df92['markerName']),_0x498cae['writer']['remove'](_0x482a9f));}},{'priority':'high'}),_0x1af9cb['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1b8573,_0x27c2c1,_0x17f29c)=>{_0x17f29c['options']['showSuggestionHighlights']&&_e(_0x1af9cb,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1b8573,_0x27c2c1,_0x17f29c);},{'priority':'high'});}}class X extends _0x1d551a{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x323e97=this['editor']['plugins']['get']('TrackChangesEditing');_0x323e97['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x323e97['enableCommand']('findNext'),_0x323e97['enableCommand']('findPrevious'),_0x323e97['enableCommand']('replace'),_0x323e97['enableCommand']('replaceAll');}['handleFindCommand'](_0x36cb71,_0x3280f2,_0x310104={}){const _0x1b5c6f=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x36cb71(_0x5f0db9=>{let _0x2f1874=('string'==typeof _0x3280f2?_0x1b5c6f['findByTextCallback'](_0x3280f2,_0x310104):_0x3280f2)(_0x5f0db9);Array['isArray'](_0x2f1874)&&(_0x2f1874={'results':_0x2f1874,'searchText':'string'==typeof _0x3280f2?_0x3280f2:''});const _0x5b30be=_0x2f1874['results']['filter'](_0x220786=>!0x1===this['_isInDeletionRange'](_0x220786,_0x5f0db9['item']));return{..._0x2f1874,'results':_0x5b30be};},_0x310104);}['_isInDeletionRange'](_0x1b40f2,_0x470ff0){const _0x3a91a4=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x470ff0,_0x1b40f2['start']),this['editor']['model']['createPositionAt'](_0x470ff0,_0x1b40f2['end']));for(const _0x242fa4 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x3a91a4['getIntersection'](_0x242fa4['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x1d551a{['afterInit'](){const _0x1aa6ee=this['editor']['locale'],_0x42e574=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x20083a,commandName:_0x2cc0f8}of ro)this['editor']['plugins']['has'](_0x20083a)&&(_0x42e574['enableDefaultAttributesIntegration'](_0x2cc0f8),_0x42e574['registerInlineAttribute'](_0x2cc0f8));_0x42e574['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x1aa6ee,'FORMAT_FONT_SIZE')),_0x42e574['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x1aa6ee,'FORMAT_FONT_FAMILY')),_0x42e574['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x1aa6ee,'FORMAT_FONT_COLOR')),_0x42e574['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x1aa6ee,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d1923=this['editor'],_0x8da0ac=_0x2d1923['locale'];_0x2d1923['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c59f8=>{const _0x4f6a65=_0x8da0ac['t'];if('formatInline'!=_0x1c59f8['type'])return;const {data:_0xe4a498}=_0x1c59f8;if(null!=_0xe4a498){if('fontSize'==_0xe4a498['commandName']){const _0x147dc5=_0xe4a498['commandParams'][0x0]['value'];if(_0x147dc5){const _0x419266=_0x4f6a65(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x7e7a7e=>_0x7e7a7e['model']==_0x147dc5)['title'])['toLowerCase']();return{'type':'format','content':o(_0x8da0ac,'*Set\x20font\x20size:*\x20%0',_0x419266)};}return{'type':'format','content':o(_0x8da0ac,'*Reset\x20font\x20size*')};}if('fontFamily'==_0xe4a498['commandName']){const _0xc677cc=_0xe4a498['commandParams'][0x0]['value'];return _0xc677cc?{'type':'format','content':o(_0x8da0ac,'*Set\x20font\x20family:*\x20%0',_0xc677cc)}:{'type':'format','content':o(_0x8da0ac,'*Reset\x20font\x20family*')};}if('fontColor'==_0xe4a498['commandName']){const _0x293f90=_0xe4a498['commandParams'][0x0]['value'];if(_0x293f90){const _0x3f9076=_0x250441(this['editor']['config']['get']('fontColor.colors'))['find'](_0x337eb8=>_0x337eb8['model']==_0x293f90);let _0x2b4f42=_0x293f90,_0x38faac='';return _0x3f9076&&(_0x2b4f42=_0x3f9076['label'],_0x38faac=_0x4f6a65(_0x2b4f42)['toLowerCase']()),{'type':'format','content':o(_0x8da0ac,'*Set\x20font\x20color:*\x20%0',_0x38faac)['trim'](),'color':{'value':_0x293f90,'title':_0x38faac||_0x2b4f42}};}return{'type':'format','content':o(_0x8da0ac,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0xe4a498['commandName']){const _0x535cd4=_0xe4a498['commandParams'][0x0]['value'];if(_0x535cd4){const _0x4e0032=_0x250441(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0xafeb0b=>_0xafeb0b['model']==_0x535cd4);let _0x44065f=_0x535cd4,_0x106702='';return _0x4e0032&&(_0x44065f=_0x4e0032['label'],_0x106702=_0x4f6a65(_0x44065f)['toLowerCase']()),{'type':'format','content':o(_0x8da0ac,'*Set\x20font\x20background\x20color:*\x20%0',_0x106702)['trim'](),'color':{'value':_0x535cd4,'title':_0x106702||_0x44065f}};}return{'type':'format','content':o(_0x8da0ac,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x1d551a{['afterInit'](){const _0x4ed72e=this['editor'],_0x2862e0=_0x4ed72e['plugins']['get']('TrackChangesEditing'),_0x2bbc6f=_0x4ed72e['commands']['get']('copyFormat'),_0x2dbf91=_0x4ed72e['commands']['get']('pasteFormat');_0x2bbc6f&&_0x2dbf91&&(_0x2862e0['enableDefaultAttributesIntegration']('pasteFormat'),_0x2862e0['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x3f93ff=this['editor'],_0x2c4865=_0x3f93ff['locale'];_0x3f93ff['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f38bd=>{if('formatBlock'!=_0x5f38bd['type']&&'formatInline'!=_0x5f38bd['type'])return;const {data:_0xd70ec6}=_0x5f38bd;if(_0xd70ec6&&'pasteFormat'===_0xd70ec6['commandName']){const _0x231566=[],_0x20eca9=_0xd70ec6['commandParams'][0x0];for(const [_0x5b60d2,_0x46907c]of Object['entries'](_0x20eca9))_0x231566['push'](so(_0x3f93ff,_0x5b60d2,_0x46907c));return _0x231566['length']?{'type':'format','content':o(_0x2c4865,'*Set\x20format\x20to:*\x20%0',_0x231566['join'](',\x20'))}:{'type':'format','content':o(_0x2c4865,'*Remove\x20all\x20formatting*')};}});}}function so(_0xd89688,_0x556156,_0x3d8df2){const _0x5a14f6=_0xd89688['locale']['t'],_0x583a01=_0x556156['split'](/(?=[A-Z])/)['join']('\x20'),_0xa7122b=_0x5a14f6(_0x583a01['charAt'](0x0)['toUpperCase']()+_0x583a01['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x3d8df2)return _0xa7122b;if('fontColor'===_0x556156||'fontBackgroundColor'===_0x556156){const _0x21e38e=_0x250441(_0xd89688['config']['get']('fontColor.colors'))['find'](_0x37d909=>_0x37d909['model']==_0x3d8df2);return _0xa7122b+'\x20('+(_0x21e38e?_0x5a14f6(_0x21e38e['label'])['toLowerCase']():_0x3d8df2)+')';}if('fontSize'===_0x556156&&isNaN(parseFloat(_0x3d8df2))){const _0x283998=_0xd89688['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xd89688['config']['get']('fontSize.options'))['find'](_0x502a4a=>_0x502a4a['model']==_0x3d8df2);return _0xa7122b+'\x20('+(_0x283998?_0x5a14f6(_0x283998['title'])['toLowerCase']():_0x3d8df2)+')';}return _0xa7122b+'\x20('+_0x3d8df2+')';}class tt extends _0x1d551a{['_headingOptions'];['afterInit'](){const _0x5dd9a2=this['editor'];if(!_0x5dd9a2['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x5dd9a2['config']['get']('heading.options');const _0x515f8b=_0x5dd9a2['locale'],_0x290b76=_0x5dd9a2['plugins']['get']('TrackChangesEditing');_0x290b76['enableDefaultAttributesIntegration']('heading');for(const _0xeade7e of this['_headingOptions'])'paragraph'!=_0xeade7e['model']&&_0x290b76['descriptionFactory']['registerElementLabel'](_0xeade7e['model'],_0x426038=>{const _0x4860cf=this['_getHeadingLevel'](_0xeade7e['model']);return null!==_0x4860cf?_0x261e23(_0x426038,_0x4860cf):_0x2142e3(_0x426038,_0xeade7e['title']);});function _0x261e23(_0x2e6c56,_0x5bd7a8){return o(_0x515f8b,'ELEMENT_HEADING',[_0x2e6c56,_0x5bd7a8]);}function _0x2142e3(_0x382a06,_0x14834f){return o(_0x515f8b,'ELEMENT_HEADING_CUSTOM',[_0x382a06,_0x14834f]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x47199d=this['editor'],_0x3f507d=_0x47199d['locale'];function _0xc38ab5(_0x5652ed,_0x26ad16){return o(_0x3f507d,'ELEMENT_HEADING_CUSTOM',[_0x5652ed,_0x26ad16]);}_0x47199d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x368ea9=>{if('formatBlock'!=_0x368ea9['type'])return;const {data:_0x835f06}=_0x368ea9;if(_0x835f06&&'heading'==_0x835f06['commandName']){const _0x446080=_0x835f06['commandParams'][0x0]['value'],_0x1a7aee=this['_getHeadingLevel'](_0x446080);if(null!==_0x1a7aee)return{'type':'format','content':o(_0x3f507d,'*Change\x20to:*\x20%0',(_0x3bc58e=0x1,_0x2f3123=_0x1a7aee,o(_0x3f507d,'ELEMENT_HEADING',[_0x3bc58e,_0x2f3123])))};const _0x2d7e16=this['_headingOptions']['find'](_0x5aa198=>_0x5aa198['model']===_0x446080)['title'];return{'type':'format','content':o(_0x3f507d,'*Change\x20to:*\x20%0',_0xc38ab5(0x1,_0x2d7e16))};}var _0x3bc58e,_0x2f3123;});}['_getHeadingLevel'](_0x16c52f){const _0x111ced=_0x16c52f['match'](/^heading(\d+)/);if(_0x111ced)return _0x111ced[0x1];const _0x49ac67=this['_headingOptions']?.['find'](_0x4edf77=>_0x4edf77['model']==_0x16c52f);if(_0x49ac67&&_0x49ac67['view']){const _0x203f3b=_0x49ac67['view'],_0xc33bf6=(_0x203f3b['name']??_0x203f3b)['match'](/^h(\d+)/);if(_0xc33bf6)return _0xc33bf6[0x1];}return null;}}class et extends _0x1d551a{['afterInit'](){const _0x2dac56=this['editor'];if(!_0x2dac56['plugins']['has']('HighlightEditing'))return;const _0xcfd30f=_0x2dac56['plugins']['get']('TrackChangesEditing'),_0x11f2e0=_0x2dac56['locale'];_0xcfd30f['enableDefaultAttributesIntegration']('highlight'),_0xcfd30f['registerInlineAttribute']('highlight'),_0xcfd30f['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x11f2e0,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50e21e=this['editor'],_0x4e6eeb=_0x50e21e['locale'];_0x50e21e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ffc56=>{if('formatInline'!=_0x2ffc56['type'])return;const {data:_0x5f2dfc}=_0x2ffc56;if(_0x5f2dfc&&'highlight'==_0x5f2dfc['commandName']){const _0x30dbca=_0x4e6eeb['t'],_0x28e1f1=_0x5f2dfc['commandParams'][0x0]['value'];if(_0x28e1f1){const _0x342a61=_0x50e21e['config']['get']('highlight.options')['find'](_0x3e694e=>_0x3e694e['model']==_0x28e1f1),_0x3d5662=_0x30dbca(_0x342a61['title'])['toLowerCase']();return{'type':'format','content':o(_0x4e6eeb,'*Set\x20highlight:*\x20%0',_0x3d5662),'color':{'value':_0x342a61['color'],'title':_0x342a61['title']}};}return{'type':'format','content':o(_0x4e6eeb,'*Remove\x20highlight*',o(_0x4e6eeb,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x1d551a{['afterInit'](){const _0x34107a=this['editor'];if(!_0x34107a['plugins']['has']('HorizontalLineEditing'))return;_0x34107a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0xd65779=_0x34107a['plugins']['get']('TrackChangesEditing'),_0x4318c0=_0x34107a['locale'];_0xd65779['descriptionFactory']['registerElementLabel']('horizontalLine',_0x45697f=>o(_0x4318c0,'ELEMENT_HORIZONTAL_LINE',_0x45697f)),_0x34107a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x1233ad,{writer:_0x22ed45,options:_0x12e56d})=>{if(!_0x12e56d['showSuggestionHighlights'])return null;const _0xe263ea=_0x22ed45['createContainerElement']('div'),_0x13e799=_0x22ed45['createEmptyElement']('hr');return _0x22ed45['addClass']('ck-horizontal-line',_0xe263ea),_0x22ed45['insert'](_0x22ed45['createPositionAt'](_0xe263ea,0x0),_0x13e799),_0xe263ea;},'converterPriority':'high'});}}class st extends _0x1d551a{['afterInit'](){const _0x4e0851=this['editor'];if(!_0x4e0851['plugins']['has']('HtmlEmbed'))return;const _0x283e88=_0x4e0851['plugins']['get']('TrackChangesEditing'),_0x275f8e=_0x4e0851['locale'];_0x283e88['descriptionFactory']['registerElementLabel']('rawHtml',_0x44f0be=>o(_0x275f8e,'ELEMENT_HTML_EMBED',_0x44f0be)),_0x283e88['enableDefaultAttributesIntegration']('htmlEmbed'),_0x283e88['registerBlockAttribute']('value'),_0x283e88['descriptionFactory']['registerDescriptionCallback'](_0x40f26f=>{if('attribute'!=_0x40f26f['type'])return;const {data:_0x1f177f}=_0x40f26f;if(_0x1f177f&&'value'==_0x1f177f['key']&&_0x40f26f['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x32b100=o(_0x275f8e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x275f8e,'*Change\x20%0\x20content*',_0x32b100)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48f714=this['editor'],_0x532aae=_0x48f714['locale'];_0x48f714['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b57df=>{if('formatBlock'!=_0x3b57df['type'])return;const {data:_0x952a11}=_0x3b57df;if(_0x952a11&&'htmlEmbed'==_0x952a11['commandName']){const _0x2f2604=o(_0x532aae,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x532aae,'*Change\x20%0\x20content*',_0x2f2604)};}});}}class nt extends _0x1d551a{['afterInit'](){const _0x2cba84=this['editor'];if(!_0x2cba84['plugins']['has']('ImageEditing'))return;const _0x91d82c=_0x2cba84['plugins']['get']('TrackChangesEditing'),_0x31a919=_0x2cba84['plugins']['get']('ImageUtils'),_0x3858f3=_0x2cba84['locale'];_0x91d82c['enableCommand']('insertImage'),_0x91d82c['descriptionFactory']['registerElementLabel']('imageBlock',_0x42649d=>o(_0x3858f3,'ELEMENT_IMAGE',_0x42649d)),_0x91d82c['descriptionFactory']['registerElementLabel']('imageInline',_0x131572=>o(_0x3858f3,'ELEMENT_INLINE_IMAGE',_0x131572)),_0x91d82c['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x3858f3,'ELEMENT_CAPTION')),_0x2cba84['plugins']['has']('ImageUploadEditing')&&_0x91d82c['enableCommand']('uploadImage'),_0x2cba84['plugins']['has']('ImageBlockEditing')&&_0x2cba84['plugins']['has']('ImageInlineEditing')&&(_0x91d82c['enableCommand']('imageTypeInline',(_0x40b40b,_0x209e50)=>{const _0x3c8324=_0x31a919['getClosestSelectedImageElement'](_0x2cba84['model']['document']['selection']);_0x2cba84['model']['change'](()=>{_0x91d82c['markBlockFormat'](_0x3c8324,{'commandName':'imageTypeInline','commandParams':[_0x209e50]},[],'convertBlockImageToInline');});}),_0x91d82c['enableCommand']('imageTypeBlock',(_0x525ce1,_0x4f70c7)=>{_0x2cba84['model']['change'](_0x572060=>{let _0x4d872b=_0x31a919['getClosestSelectedImageElement'](_0x2cba84['model']['document']['selection']),_0x35f8b9=_0x572060['createRangeOn'](_0x4d872b);const _0x13e23b=_0x4e058f['fromPosition'](_0x35f8b9['start'],'toPrevious'),_0xe4fc8=_0x4e058f['fromPosition'](_0x35f8b9['end'],'toNext');_0x91d82c['forceDefaultExecution'](()=>_0x525ce1(_0x4f70c7)),_0x4d872b=_0x31a919['getClosestSelectedImageElement'](_0x2cba84['model']['document']['selection']),_0x35f8b9=_0x572060['createRangeOn'](_0x4d872b);const _0x28f4db=_0x572060['createRange'](_0x13e23b,_0xe4fc8);_0x13e23b['detach'](),_0xe4fc8['detach'](),_0x91d82c['markBlockFormat'](_0x4d872b,{'commandName':'imageTypeInline','commandParams':[_0x4f70c7]},[],'convertInlineImageToBlock'),_0x28f4db['start']['isBefore'](_0x35f8b9['start'])&&_0x91d82c['markInsertion'](_0x572060['createRange'](_0x28f4db['start'],_0x35f8b9['start']),'convertInlineImageToBlock'),_0x35f8b9['end']['isBefore'](_0x28f4db['end'])&&_0x91d82c['markInsertion'](_0x572060['createRange'](_0x35f8b9['end'],_0x28f4db['end']),'convertInlineImageToBlock');});}),_0x91d82c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x91d82c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x91d82c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x91d82c['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x91d82c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x91d82c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x480eef])=>{const _0x17390e=_0x91d82c['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x320124=_0x480eef['start'],_0x34487c=_0x480eef['end'];const _0x34150d=_0x2cba84['model']['schema']['getNearestSelectionRange'](_0x320124,'backward'),_0x1e266c=_0x2cba84['model']['schema']['getNearestSelectionRange'](_0x34487c,'forward');_0x34150d['isCollapsed']&&(_0x320124=_0x34150d['start']),_0x1e266c['isCollapsed']&&(_0x34487c=_0x1e266c['end']),_0x17390e([_0x2cba84['model']['createRange'](_0x320124,_0x34487c)]);}),_0x91d82c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x28ad2c),_0x91d82c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x28ad2c)),_0x2cba84['plugins']['has']('ImageCaptionEditing')&&(_0x91d82c['enableCommand']('toggleImageCaption',(_0x3dba77,_0x4f5653)=>{const _0xa5c47=_0x2cba84['plugins']['get']('ImageCaptionUtils');let _0x4b022a=_0x31a919['getClosestSelectedImageElement'](_0x2cba84['model']['document']['selection']),_0x179157=_0xa5c47['getCaptionFromImageModelElement'](_0x4b022a);_0x2cba84['model']['change'](()=>{if(_0x179157)return void _0x91d82c['markDeletion'](_0x2cba84['model']['createRangeOn'](_0x179157));const _0x57da4f=_0x31a919['isBlockImage'](_0x4b022a);_0x3dba77(_0x4f5653),_0x4b022a=_0x31a919['getClosestSelectedImageElement'](_0x2cba84['model']['document']['selection']),_0x179157=_0xa5c47['getCaptionFromImageModelElement'](_0x4b022a),_0x91d82c['markInsertion'](_0x2cba84['model']['createRangeOn'](_0x179157),_0x57da4f?null:'imageCaption');});}),_0x91d82c['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x28ad2c));const _0x3ce9da=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x337395(_0x291fdc,_0x2a45b2){const _0x184a93=_0x3ce9da['findIndex'](({type:_0x5715c6,subType:_0x1f6c78})=>_0x291fdc['type']==_0x5715c6&&_0x291fdc['subType']==_0x1f6c78),_0xb3451c=_0x3ce9da['findIndex'](({type:_0x121f54,subType:_0x509af7})=>_0x2a45b2['type']==_0x121f54&&_0x2a45b2['subType']==_0x509af7);if(_0x184a93<0x0||_0xb3451c<0x0)return!0x1;const _0x69590d=_0x291fdc['getFirstRange'](),_0x3346e6=_0x2a45b2['getFirstRange']();if((0x0==_0x184a93||0x1==_0x184a93)&&0x2==_0xb3451c&&_0x69590d['isIntersecting'](_0x3346e6))return!0x0;if(0x2==_0x184a93&&0x3==_0xb3451c){const _0x486738=_0x91d82c['_findSuggestions'](_0x69590d,'insertion')['filter'](({suggestion:_0x38fd93,meta:_0x196528})=>_0x196528['isOwn']&&'convertInlineImageToBlock'==_0x38fd93['subType']);if(_0x486738['length']>0x1&&_0x3346e6['end']['isEqual'](_0x69590d['start']))return!0x0;if(0x1==_0x486738['length']&&(_0x69590d['start']['isEqual'](_0x3346e6['end'])||_0x69590d['end']['isEqual'](_0x3346e6['start'])))return!0x0;}if(0x3==_0x184a93&&0x3==_0xb3451c&&_0x69590d['start']['isBefore'](_0x3346e6['start'])){const _0x4d4865=_0x69590d['end']['nodeAfter'],_0x30529b=_0x3346e6['start']['nodeBefore'];return _0x31a919['isBlockImage'](_0x4d4865)&&_0x4d4865===_0x30529b;}return!0x1;}function _0x28ad2c(_0x3007e2,_0x5a2ac1){return _0x337395(_0x3007e2,_0x5a2ac1)?[_0x3007e2,_0x5a2ac1]:_0x337395(_0x5a2ac1,_0x3007e2)?[_0x5a2ac1,_0x3007e2]:null;}_0x2cba84['plugins']['has']('ImageResize')&&(_0x91d82c['enableDefaultAttributesIntegration']('resizeImage'),_0x91d82c['registerBlockAttribute']('resizedWidth'),_0x91d82c['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x3858f3,'FORMAT_IMAGE_SIZE'))),_0x2cba84['plugins']['has']('ImageTextAlternativeEditing')&&(_0x91d82c['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x91d82c['registerBlockAttribute']('alt')),_0x91d82c['descriptionFactory']['registerDescriptionCallback'](_0x150ff7=>{if(!!_0x3ce9da['find'](({type:_0x5c1590,subType:_0x351aeb})=>_0x150ff7['type']==_0x5c1590&&_0x150ff7['subType']==_0x351aeb))return _0x150ff7['previous']?{}:void 0x0;}),_0x91d82c['descriptionFactory']['registerDescriptionCallback'](_0xf176b1=>{if('insertion'==_0xf176b1['type']||'deletion'==_0xf176b1['type']){const _0xa70d4a=_0xf176b1['getContainedElement']();if(_0xa70d4a&&_0xa70d4a['is']('element','caption'))return{'type':'insertion'==_0xf176b1['type']?'addObject':'removeObject','element':_0xa70d4a,'quantity':0x1};}}),_0x91d82c['descriptionFactory']['registerDescriptionCallback'](_0xf775b5=>'formatBlock'==_0xf775b5['type']&&'convertInlineImageToBlock'==_0xf775b5['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0xf775b5['type']&&'convertBlockImageToInline'==_0xf775b5['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x91d82c['descriptionFactory']['registerDescriptionCallback'](_0xd97da2=>{if('attribute'!=_0xd97da2['type'])return;const {data:_0x1d8f09}=_0xd97da2;if(!_0x1d8f09||'alt'!=_0x1d8f09['key'])return;const _0x1ec20c=_0x1d8f09['newValue'];return _0x1ec20c?{'type':'format','content':o(_0x3858f3,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1ec20c+'\x22')}:{'type':'format','content':o(_0x3858f3,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x9b1fcb=this['editor'],_0x402495=_0x9b1fcb['locale'];_0x9b1fcb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4b86c1=>{if('formatBlock'!=_0x4b86c1['type']&&'formatInline'!=_0x4b86c1['type'])return;const {data:_0x5064ef}=_0x4b86c1;if(_0x5064ef){if('imageTextAlternative'==_0x5064ef['commandName']){const _0x4d5a3e=_0x5064ef['commandParams'][0x0]['newValue'];return _0x4d5a3e?{'type':'format','content':o(_0x402495,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4d5a3e+'\x22')}:{'type':'format','content':o(_0x402495,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5064ef['commandName']){const _0x4e89ea=_0x5064ef['commandParams'][0x0]['width'];return _0x4e89ea?{'type':'format','content':o(_0x402495,'*Set\x20image\x20width:*\x20%0',_0x4e89ea)}:{'type':'format','content':o(_0x402495,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x1d551a{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x15dff1=this['editor']['locale'],_0x5abc4e=this['editor']['plugins']['get']('TrackChangesEditing');_0x5abc4e['enableDefaultAttributesIntegration']('replaceImageSource'),_0x5abc4e['registerBlockAttribute']('src'),_0x5abc4e['descriptionFactory']['registerDescriptionCallback'](_0x291001=>{if('attribute'!=_0x291001['type'])return;const {data:_0x47f447}=_0x291001;return _0x47f447&&'src'==_0x47f447['key']?_0x47f447['newValue']&&_0x47f447['oldValue']?{'type':'format','content':o(_0x15dff1,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x542b95=this['editor']['plugins']['get']('TrackChangesEditing');_0x542b95['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x542b95['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x542b95['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x542b95['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1c7da6=this['editor'],_0x39892d=_0x1c7da6['locale'];_0x1c7da6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35ff22=>{if('formatBlock'!=_0x35ff22['type']&&'formatInline'!=_0x35ff22['type'])return;const {data:_0x3f4b97}=_0x35ff22;if(!_0x3f4b97||'replaceImageSource'!=_0x3f4b97['commandName'])return;return{'type':'format','content':o(_0x39892d,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x1d551a{['afterInit'](){const _0x239620=this['editor'];if(!_0x239620['plugins']['has']('ImageStyleEditing'))return;const _0x40d932=_0x239620['plugins']['get']('TrackChangesEditing'),_0x423538=_0x239620['plugins']['get']('ImageUtils'),_0x1b7374={};_0x40d932['enableCommand']('imageStyle',(_0x3aaabb,_0x23be20)=>{const _0x4bbcd7=_0x239620['plugins']['get']('Users')['me'],_0x6bfbca=_0x239620['commands']['get']('imageStyle');let _0x502ec0=_0x423538['getClosestSelectedImageElement'](_0x239620['model']['document']['selection']),_0xbdc61=_0x239620['model']['createRangeOn'](_0x502ec0),_0x1514de=_0x6bfbca['value'];if(_0x1514de==_0x23be20['value'])return;const _0xa827ce={'commandName':'imageStyle','commandParams':[_0x23be20],'formatGroupId':_0x1c37d5()};_0x239620['model']['change'](()=>{if(_0x40d932['getSuggestions']()['filter'](_0xb73daf=>_0xb73daf['isInContent']&&_0x4bbcd7==_0xb73daf['author']&&('formatBlock'==_0xb73daf['type']||'formatInline'==_0xb73daf['type'])&&('imageStylePreApply'==_0xb73daf['subType']||'imageStylePostApply'==_0xb73daf['subType'])&&_0xb73daf['getFirstRange']()['isEqual'](_0xbdc61))['forEach'](_0x15af55=>_0x40d932['discardSuggestion'](_0x15af55['head'])),_0x502ec0=_0x423538['getClosestSelectedImageElement'](_0x239620['model']['document']['selection']),_0xbdc61=_0x239620['model']['createRangeOn'](_0x502ec0),_0x6bfbca['refresh'](),_0x239620['commands']['get']('imageTypeInline')['refresh'](),_0x239620['commands']['get']('imageTypeBlock')['refresh'](),_0x1514de=_0x6bfbca['value'],_0x1514de!=_0x23be20['value'])return _0x423538['isInlineImage'](_0x502ec0)&&_0x6bfbca['shouldConvertImageType'](_0x23be20['value'],_0x502ec0)?(_0x3aaabb({..._0x23be20,'setImageSizes':!0x1}),_0x502ec0=_0x423538['getClosestSelectedImageElement'](_0x239620['model']['document']['selection']),void _0x40d932['markBlockFormat'](_0x502ec0,{..._0xa827ce,'commandReversedParams':[{'value':_0x1514de||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x423538['isBlockImage'](_0x502ec0)?_0x40d932['markBlockFormat'](_0x502ec0,_0xa827ce,[],'imageStylePostApply'):_0x40d932['markInlineFormat'](_0xbdc61,_0xa827ce,'imageStylePostApply'));});});for(const _0xd89ac3 of _0x239620['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1b7374[_0xd89ac3['name']]=_0xd89ac3['title']['toLowerCase']();_0x40d932['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x40d932['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x40d932['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x40d932['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4081ff])=>{_0x423538['setImageNaturalSizeAttributes'](_0x4081ff['getContainedElement']());}),_0x40d932['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x40336f,_0x548d04)=>{_0x40d932['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x40336f,{'commandName':_0x548d04['commandName'],'commandParams':_0x548d04['commandReversedParams']});}),_0x40d932['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x135163,_0x27562b){if(_0x4a113c(_0x135163,_0x27562b))return[_0x135163,_0x27562b];if(_0x4a113c(_0x27562b,_0x135163))return[_0x27562b,_0x135163];return null;});const _0x13d945=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4a113c(_0x531703,_0x42c52e){const _0x44ee15=_0x13d945['findIndex'](({type:_0x5deb9d,subType:_0x5d05e7})=>_0x531703['type']==_0x5deb9d&&_0x531703['subType']==_0x5d05e7),_0x87e357=_0x13d945['findIndex'](({type:_0xb12f95,subType:_0x4dd7d4})=>_0x42c52e['type']==_0xb12f95&&_0x42c52e['subType']==_0x4dd7d4);if(_0x44ee15<0x0||_0x87e357<0x0)return!0x1;const _0x26e537=_0x531703['getFirstRange'](),_0x31fb14=_0x42c52e['getFirstRange']();if((0x0==_0x44ee15||0x1==_0x44ee15)&&0x2==_0x87e357&&_0x26e537['isIntersecting'](_0x31fb14))return!0x0;if(0x2==_0x44ee15&&0x3==_0x87e357){const _0x1272e4=_0x40d932['_findSuggestions'](_0x26e537,'insertion')['filter'](({suggestion:_0x23772c,meta:_0xe2a15b})=>_0xe2a15b['isOwn']&&'convertInlineImageToBlock'==_0x23772c['subType']);if(_0x1272e4['length']>0x1&&_0x31fb14['end']['isEqual'](_0x26e537['start']))return!0x0;if(0x1==_0x1272e4['length']&&(_0x26e537['start']['isEqual'](_0x31fb14['end'])||_0x26e537['end']['isEqual'](_0x31fb14['start'])))return!0x0;}if(0x3==_0x44ee15&&0x3==_0x87e357&&_0x26e537['start']['isBefore'](_0x31fb14['start'])){const _0x238e19=_0x26e537['end']['nodeAfter'],_0x209406=_0x31fb14['start']['nodeBefore'];return _0x423538['isBlockImage'](_0x238e19)&&_0x238e19===_0x209406;}return!0x1;}_0x239620['model']['document']['registerPostFixer'](()=>{let _0x42cbf3=!0x1;const _0x224f5b=Array['from'](_0x239620['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3385f2,data:_0x54d2b5}of _0x224f5b){const {group:_0x4d4b25,type:_0x13252b,subType:_0x4ed2ee,id:_0x57db50}=_0x40d932['_splitMarkerName'](_0x3385f2);if('suggestion'==_0x4d4b25&&_0x40d932['hasSuggestion'](_0x57db50)){if('formatBlock'==_0x13252b&&('imageStylePreApply'==_0x4ed2ee||'imageStylePostApply'==_0x4ed2ee)){const _0x4a9386=_0x40d932['getSuggestion'](_0x57db50);if(_0x54d2b5['newRange']){const _0x2835a7=_0x4a9386['getFirstRange']()['getContainedElement']();if(_0x423538['isBlockImage'](_0x2835a7))continue;_0x40d932['discardSuggestion'](_0x4a9386),_0x42cbf3=!0x0;}}if('insertion'==_0x13252b&&'imageCaption'==_0x4ed2ee&&!_0x54d2b5['newRange']){const _0x16e517=_0x40d932['getSuggestion'](_0x57db50);_0x16e517['next']&&_0x16e517['next']['isInContent']&&(_0x40d932['discardSuggestion'](_0x16e517['next']),_0x42cbf3=!0x0);}}}return _0x42cbf3;}),this['_registerLegacyDescription'](_0x1b7374);}['_registerLegacyDescription'](_0x40be98){const _0x349394=this['editor'],_0x3fa0b0=_0x349394['locale'];_0x349394['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21e981=>{if('formatBlock'!=_0x21e981['type']&&'formatInline'!=_0x21e981['type'])return;const {data:_0x15c041}=_0x21e981;if(!_0x15c041||'imageStyle'!=_0x15c041['commandName'])return;const _0x14a8de=_0x15c041['commandParams'][0x0]['value'];return _0x32ea9b('side'===_0x14a8de?o(_0x3fa0b0,'FORMAT_SIDE_IMAGE'):_0x40be98[_0x14a8de]||_0x14a8de);function _0x32ea9b(_0x404415){return{'type':'format','content':o(_0x3fa0b0,'*Format:*\x20%0',_0x404415)};}});}}class at extends _0x1d551a{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x40d135){super(_0x40d135),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x38eeab=this['editor'],_0x318ce1=_0x38eeab['commands']['get']('importWord'),_0x8603fa=_0x38eeab['commands']['get']('trackChanges');_0x318ce1&&(_0x318ce1['on']('execute',(_0x13e146,[,_0xbe32c8])=>{this['_trackChangesValueDuringImport']=_0x8603fa['value'],_0xbe32c8['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x318ce1,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x318ce1,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x8603fa['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x38eeab['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x1f67e1,_0x1af327){const {suggestions:_0x50fe2d}=_0x1af327,_0x5ae0d3=this['editor']['commands']['get']('trackChanges'),_0x431157=_0x5ae0d3['value'];this['_trackChangesValueDuringImport']!==_0x431157&&(_0x5ae0d3['execute'](),this['_trackChangesExecuted']=!0x0),_0x50fe2d&&_0x50fe2d['forEach'](({id:_0x45b0f7,type:_0x3b9415,author:_0x38d8c0,created_at:_0x1ffee2})=>{const _0x4c92c5={'id':_0x45b0f7,'type':_0x3b9415,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x38d8c0,'createdAt':_0x1ffee2?new Date(_0x1ffee2):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x4c92c5);});}}class ct extends _0x1d551a{['afterInit'](){const _0x1346be=this['editor'],_0x113c7b=_0x1346be['plugins']['get']('TrackChangesEditing');if(_0x1346be['plugins']['has']('IndentEditing')&&(_0x113c7b['enableCommand']('indent'),_0x113c7b['enableCommand']('outdent')),_0x1346be['plugins']['has']('IndentBlock')){for(const _0x126417 of['indentBlock','outdentBlock'])_0x113c7b['enableDefaultAttributesIntegration'](_0x126417);}const _0xf21dd3=_0x1346be['locale'];_0x113c7b['registerBlockAttribute']('blockIndent'),_0x113c7b['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0xf21dd3,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2e11d6=this['editor'],_0x5c494c=_0x2e11d6['locale'],_0x44489e=_0x2e11d6['plugins']['get']('TrackChangesEditing');_0x44489e['descriptionFactory']['registerDescriptionCallback'](_0x1a86e9=>{if('formatBlock'!=_0x1a86e9['type'])return;const {data:_0x34621d}=_0x1a86e9;if(!_0x34621d)return;if('indentBlock'!=_0x34621d['commandName']&&'outdentBlock'!=_0x34621d['commandName'])return;const _0x256c9a=_0x1a86e9['getItems']()[0x0],_0x237181=_0x44489e['descriptionFactory']['getItemLabel'](_0x256c9a);return'indentBlock'==_0x34621d['commandName']?{'type':'format','content':o(_0x5c494c,'*Indent:*\x20%0',_0x237181)}:'outdentBlock'==_0x34621d['commandName']?{'type':'format','content':o(_0x5c494c,'*Outdent:*\x20%0',_0x237181)}:void 0x0;});}}class ut extends _0x1d551a{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x1d551a{['afterInit'](){const _0x36dcd5=this['editor'];if(!_0x36dcd5['plugins']['has']('LinkEditing'))return;const _0x31dabd=_0x36dcd5['plugins']['get']('TrackChangesEditing'),_0x5a06d4=_0x36dcd5['commands']['get']('link');_0x31dabd['enableDefaultAttributesIntegration']('link'),_0x31dabd['enableDefaultAttributesIntegration']('unlink'),_0x31dabd['registerInlineAttribute']('linkHref');for(const _0x1d19a2 of _0x5a06d4['manualDecorators'])_0x31dabd['registerInlineAttribute'](_0x1d19a2['id']),_0x31dabd['descriptionFactory']['registerAttributeLabel'](_0x1d19a2['id'],'link\x20('+_0x1d19a2['label']['toLowerCase']()+')');_0x31dabd['descriptionFactory']['registerDescriptionCallback'](_0x47870c=>{if('attribute'!=_0x47870c['type'])return;const {data:_0x1b049f}=_0x47870c;if(!_0x1b049f||'linkHref'!=_0x1b049f['key'])return;const _0x3eb876=_0x1b049f['newValue'],_0x5bacfc=_0x36dcd5['locale'];return{'type':'format','content':null==_0x3eb876?o(_0x5bacfc,'*Remove\x20link*'):o(_0x5bacfc,'*Set\x20link:*\x20%0','\x22'+_0x3eb876+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x392f61=this['editor'],_0x58ae7b=_0x392f61['locale'];_0x392f61['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28c3b9=>{if('formatInline'!=_0x28c3b9['type'])return;const {data:_0x426be7}=_0x28c3b9;if(_0x426be7){if('link'==_0x426be7['commandName']){const _0x381b53=_0x426be7['commandParams'][0x0];return{'type':'format','content':o(_0x58ae7b,'*Set\x20link:*\x20%0','\x22'+_0x381b53+'\x22')};}return'unlink'==_0x426be7['commandName']?{'type':'format','content':o(_0x58ae7b,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x1d551a{['afterInit'](){const _0x1331c0=this['editor'],_0x33c3e2=_0x1331c0['locale'];if(!_0x1331c0['plugins']['has']('LegacyListEditing'))return;const _0x4f3d7c=_0x1331c0['plugins']['get']('TrackChangesEditing'),_0x85669c=_0x1331c0['plugins']['has']('LegacyTodoListEditing');function _0x3688e5(_0x5119d5){return()=>{const _0x586e93=_0x1331c0['model']['document']['selection'],_0x596bf4=_0x1331c0['commands']['get'](_0x5119d5);if(_0x596bf4['value'])return void _0x1331c0['execute']('paragraph',{});const _0xcbb61c=_0x5119d5['slice'](0x0,-0x4),_0x4d5a12=function(_0x13ff1b,_0x1b7b6e,_0x35fc0b){let _0x452ce0=Array['from'](_0x13ff1b)['filter'](_0x1323df=>function(_0x3fe91,_0x25aac7){return _0x25aac7['checkChild'](_0x3fe91['parent'],'listItem')&&!_0x25aac7['isObject'](_0x3fe91);}(_0x1323df,_0x35fc0b));_0x452ce0=_0x452ce0['filter'](_0x4c1bab=>!_0x4c1bab['is']('element','listItem')||_0x4c1bab['getAttribute']('listType')!=_0x1b7b6e);const _0x11a315=new Set();for(const _0x56879f of _0x452ce0)_0x56879f['is']('element','listItem')?_0x11a315['add'](fe(_0x56879f)):_0x11a315['add'](_0x56879f);return Array['from'](_0x11a315);}(_0x586e93['getSelectedBlocks'](),_0xcbb61c,_0x1331c0['model']['schema']);_0x1331c0['model']['change'](()=>{for(const _0x3c5f02 of _0x4d5a12)_0x4f3d7c['markBlockFormat'](_0x3c5f02,{'commandName':_0x5119d5,'commandParams':[{'forceValue':!_0x596bf4['value']}],'formatGroupId':'blockName'},ue(_0x3c5f02));});};}function _0x4bf924(_0xd81f1b){return()=>{const _0x3dfc88=function(_0x164fbb){let _0x205b13=Array['from'](_0x164fbb);const _0x53fe9a=_0x205b13['findIndex'](_0x115faf=>'listItem'!=_0x115faf['name']);return _0x53fe9a>-0x1&&(_0x205b13=_0x205b13['slice'](0x0,_0x53fe9a)),_0x205b13;}(_0x1331c0['model']['document']['selection']['getSelectedBlocks']()),_0x1d9e91=_0x1331c0['model']['createRange'](_0x1331c0['model']['createPositionAt'](_0x3dfc88[0x0],'before'),_0x1331c0['model']['createPositionAt'](_0x3dfc88[_0x3dfc88['length']-0x1],'end'));_0x1331c0['model']['change'](()=>{_0x4f3d7c['markBlockFormat'](_0x1d9e91,{'commandName':_0xd81f1b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2a2ced){const _0x5752b8=new Set();for(const _0x1e8217 of _0x2a2ced){let _0x4e8ec7=_0x1e8217['nextSibling'];for(;_0x4e8ec7&&_0x4e8ec7['getAttribute']('listIndent')>_0x1e8217['getAttribute']('listIndent');)_0x5752b8['add'](_0x4e8ec7),_0x4e8ec7=_0x4e8ec7['nextSibling'];}return Array['from'](_0x5752b8);}(_0x3dfc88));});};}_0x4f3d7c['enableCommand']('numberedList',_0x3688e5('numberedList')),_0x4f3d7c['enableCommand']('bulletedList',_0x3688e5('bulletedList')),_0x85669c&&_0x4f3d7c['enableCommand']('todoList',_0x3688e5('todoList')),_0x4f3d7c['enableCommand']('indentList',_0x4bf924('indentList')),_0x4f3d7c['enableCommand']('outdentList',_0x4bf924('outdentList')),_0x85669c&&_0x4f3d7c['enableCommand']('checkTodoList',()=>{const _0x40d763=_0x1331c0['commands']['get']('checkTodoList'),_0x38ea85=Array['from'](_0x40d763['_selectedElements']);_0x38ea85['filter'](_0xec56f3=>_0xec56f3['getAttribute']('todoListChecked')!=_0x40d763['value']),_0x1331c0['model']['change'](()=>{for(const _0x55ff68 of _0x38ea85)_0x4f3d7c['markBlockFormat'](_0x55ff68,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x40d763['value']}]});});}),_0x4f3d7c['descriptionFactory']['registerElementLabel']('listItem',_0x445cab=>o(_0x33c3e2,'ELEMENT_LIST_ITEM',_0x445cab)),_0x4f3d7c['descriptionFactory']['registerDescriptionCallback'](_0x2d8849=>{if('formatBlock'!=_0x2d8849['type']&&'formatInline'!=_0x2d8849['type'])return;const {data:_0x1ea061}=_0x2d8849;if(_0x1ea061){if('numberedList'==_0x1ea061['commandName']||'bulletedList'==_0x1ea061['commandName']||'todoList'==_0x1ea061['commandName'])switch(_0x1ea061['commandName']['replace']('List','')){case'bulleted':return _0x4abe06(o(_0x33c3e2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4abe06(o(_0x33c3e2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4abe06(o(_0x33c3e2,'ELEMENT_TODO_LIST'));}if('indentList'==_0x1ea061['commandName'])return{'type':'format','content':o(_0x33c3e2,'*Indent:*\x20%0',o(_0x33c3e2,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x1ea061['commandName'])return{'type':'format','content':o(_0x33c3e2,'*Outdent:*\x20%0',o(_0x33c3e2,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x1ea061['commandName'])return _0x1ea061['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x33c3e2,'*Check\x20item*')}:{'type':'format','content':o(_0x33c3e2,'*Uncheck\x20item*')};}function _0x4abe06(_0x39bde9){return{'type':'format','content':o(_0x33c3e2,'*Change\x20to:*\x20%0',_0x39bde9)};}});}}function fe(_0x22f623){const _0x3e527f=_0x22f623['getAttribute']('listIndent');if(0x0==_0x3e527f)return _0x22f623;let _0xee8971=_0x22f623;for(;_0x22f623['previousSibling']&&_0x22f623['previousSibling']['is']('element','listItem');){const _0x5423b7=_0x22f623['previousSibling']['getAttribute']('listIndent');if(_0x5423b7==_0x3e527f)_0xee8971=_0x22f623['previousSibling'];else{if(_0x5423b7<_0x3e527f)break;}_0x22f623=_0x22f623['previousSibling'];}return _0xee8971;}function ue(_0x20d517){const _0x5295d4=[];if(_0x20d517['is']('element','listItem')&&_0x20d517['getAttribute']('listIndent')>0x0){let _0x42ff0a=_0x20d517['nextSibling'];for(;_0x42ff0a&&'listItem'==_0x42ff0a['name']&&_0x42ff0a['getAttribute']('listIndent')==_0x20d517['getAttribute']('listIndent');)_0x5295d4['push'](_0x42ff0a),_0x42ff0a=_0x42ff0a['nextSibling'];}return _0x5295d4;}class W extends _0x1d551a{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x382eba=this['editor']['config']['get']('list.properties'),_0x2cae33=this['editor']['plugins']['get']('TrackChangesEditing');_0x382eba['styles']&&_0x2cae33['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x382eba['reversed']&&_0x2cae33['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x382eba['startIndex']&&_0x2cae33['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x2cae33['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x433611,_0x138511={}){const _0x53f4ae=this['editor']['plugins']['get']('TrackChangesEditing'),_0x553494=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x53f4ae['markMultiRangeBlockFormat'](_0x553494,{'commandName':'listStyle','commandParams':[{'type':_0x138511['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x162be6,_0x250a14={}){const _0x33a5b2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x143633=this['_getSuggestionBlocks'](_0x1a333e=>_0x1a333e['is']('element','listItem')&&'numbered'===_0x1a333e['getAttribute']('listType'));if(_0x143633['length']<0x1)return;const _0x582378=_0x143633['map'](_0x357e2a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x357e2a,'before'),this['editor']['model']['createPositionAt'](_0x357e2a,0x0)));this['editor']['model']['change'](()=>{_0x33a5b2['markMultiRangeBlockFormat'](_0x582378,{'commandName':'listReversed','commandParams':[{'reversed':_0x250a14['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x44ae7f,_0x268d25={}){const _0x15297d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4fced7=this['_getSuggestionBlocks'](_0x12b4c8=>_0x12b4c8['is']('element','listItem')&&'numbered'===_0x12b4c8['getAttribute']('listType'));if(_0x4fced7['length']<0x1)return;const _0x2ee853=_0x4fced7['map'](_0x2d573c=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2d573c,'before'),this['editor']['model']['createPositionAt'](_0x2d573c,0x0)));this['editor']['model']['change'](()=>{_0x15297d['markMultiRangeBlockFormat'](_0x2ee853,{'commandName':'listStart','commandParams':[{'startIndex':_0x268d25['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x21602b){if('formatBlock'!=_0x21602b['type']&&'formatInline'!=_0x21602b['type'])return;const _0x170697=this['editor']['locale'],{data:_0x2fd943}=_0x21602b;if(!_0x2fd943)return;let _0x556085,_0x5d027e;switch(_0x2fd943['commandName']){case'listStyle':_0x556085='*Change\x20to:*\x20%0',_0x5d027e={'type':'format','content':o(_0x170697,_0x556085,o(_0x170697,this['_getTranslationKeyForListStyle'](_0x2fd943['commandParams'][0x0]['type'])))};break;case'listReversed':_0x556085=_0x2fd943['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5d027e={'type':'format','content':o(_0x170697,_0x556085)};break;case'listStart':_0x556085='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5d027e={'type':'format','content':o(_0x170697,_0x556085,_0x2fd943['commandParams'][0x0]['startIndex'])};}return _0x5d027e;}['_getSuggestionBlocksForListStyle'](){const _0x8cc59e=this['editor']['plugins']['get']('LegacyListUtils');let _0x2aea7d=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2aea7d[0x0]?.['is']('element','listItem')&&_0x2aea7d['unshift'](..._0x8cc59e['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2aea7d[_0x2aea7d['length']-0x1]?.['is']('element','listItem')&&_0x2aea7d['push'](..._0x8cc59e['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2aea7d=[...new Set(_0x2aea7d)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2aea7d=_0x2aea7d['filter'](_0x33c91b=>_0x33c91b['is']('element','listItem'))),_0x2aea7d;}['_getSuggestionBlocks'](_0x520f89){const _0x270f05=this['editor']['plugins']['get']('LegacyListUtils');let _0x474089=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x520f89)['map'](_0x3b1140=>{const _0x39a8ca=this['editor']['model']['createPositionAt'](_0x3b1140,0x0);return[..._0x270f05['getSiblingNodes'](_0x39a8ca,'backward'),..._0x270f05['getSiblingNodes'](_0x39a8ca,'forward')];})['flat']();return _0x474089=[...new Set(_0x474089)],_0x474089;}['_getTranslationKeyForListStyle'](_0x43962a){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x43962a)||'default')['toUpperCase']()+'_LIST_'+_0x43962a['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x1d551a{['afterInit'](){const _0x24690d=this['editor'];if(!_0x24690d['plugins']['has']('MediaEmbedEditing'))return;const _0x4d0c68=_0x24690d['plugins']['get']('TrackChangesEditing'),_0x498040=_0x24690d['locale'];_0x4d0c68['enableCommand']('mediaEmbed'),_0x4d0c68['descriptionFactory']['registerElementLabel']('media',_0x63791f=>o(_0x498040,'ELEMENT_MEDIA',_0x63791f)),_0x24690d['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x387690,{writer:_0x2fc9f4,options:_0x3c4368})=>{if(_0x3c4368['showSuggestionHighlights'])return _0x2fc9f4['createEmptyElement']('div');},'converterPriority':'high'}),_0x24690d['data']['downcastDispatcher']['on']('attribute:url:media',(_0xb28a94,_0x2c5fde,_0x7cafba)=>{_0x7cafba['options']['showSuggestionHighlights']&&_0xb28a94['stop']();},{'priority':'high'});}}class mt extends _0x1d551a{['afterInit'](){const _0x3a74fa=this['editor'];_0x3a74fa['plugins']['has']('MentionEditing')&&_0x3a74fa['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x1d551a{['afterInit'](){const _0x4564ee=this['editor'];if(!_0x4564ee['commands']['get']('insertMergeField'))return;_0x4564ee['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0x5cf909=_0x4564ee['plugins']['get']('TrackChangesEditing'),_0x11b1bd=_0x4564ee['locale'];_0x5cf909['descriptionFactory']['registerElementLabel']('mergeField',_0x76796c=>o(_0x11b1bd,'ELEMENT_MERGE_FIELD',_0x76796c)),_0x5cf909['descriptionFactory']['registerDescriptionCallback'](_0x41d6b9=>{if('insertion'!=_0x41d6b9['type']&&'deletion'!=_0x41d6b9['type'])return;const _0x1b8793=_0x41d6b9['getContainedElement']();if(null==_0x1b8793)return;if(!_0x1b8793['is']('element','mergeField'))return;const _0x203299=_0x4564ee['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x1b8793['getAttribute']('id'));return'insertion'==_0x41d6b9['type']?{'type':'insertion','content':o(_0x11b1bd,'*Insert:*\x20%0','\x22'+_0x203299+'\x22\x20'+o(_0x11b1bd,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x11b1bd,'*Remove:*\x20%0','\x22'+_0x203299+'\x22\x20'+o(_0x11b1bd,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x1d551a{['afterInit'](){const _0x49a8cd=this['editor'],_0x2ad917=_0x49a8cd['plugins']['get']('TrackChangesEditing');_0x49a8cd['plugins']['has']('MultiLevelList')&&(_0x2ad917['enableDefaultAttributesIntegration']('multiLevelList'),_0x2ad917['registerBlockAttribute']('listMarkerStyle'),_0x2ad917['descriptionFactory']['registerDescriptionCallback'](_0x57353c=>this['handleDescriptions'](_0x57353c)));}['handleDescriptions'](_0x5ea64b){const _0x4a65b0=this['editor']['locale'],{data:_0x729c2a}=_0x5ea64b,_0x2db3f9={'type':'format','content':''};if(_0x729c2a&&'listMarkerStyle'==_0x729c2a['key']){if(!_0x729c2a['oldValue'])return{'type':'format','content':o(_0x4a65b0,'*Set\x20format:*\x20%0',o(_0x4a65b0,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x729c2a['newValue']+')'};if(!_0x729c2a['newValue']){let _0x5414df=_0x5ea64b['head'];for(;_0x5414df;){if(_0x5414df['data']&&'listType'==_0x5414df['data']['key']&&_0x5414df['data']['newValue'])return _0x2db3f9;_0x5414df=_0x5414df['next'];}return{'type':'format','content':o(_0x4a65b0,'*Remove\x20format:*\x20%0',o(_0x4a65b0,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x729c2a['oldValue']+')'};}}}}class kt extends _0x1d551a{['afterInit'](){const _0x46b8b2=this['editor'];if(!_0x46b8b2['plugins']['has']('PageBreakEditing'))return;_0x46b8b2['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x5e3226=_0x46b8b2['plugins']['get']('TrackChangesEditing'),_0x27c7b8=_0x46b8b2['locale'];_0x5e3226['descriptionFactory']['registerElementLabel']('pageBreak',_0x1d2ce6=>o(_0x27c7b8,'ELEMENT_PAGE_BREAK',_0x1d2ce6));}}class bt extends _0x1d551a{['afterInit'](){const _0x393753=this['editor'];if(!_0x393753['plugins']['has']('Paragraph'))return;const _0x3006fd=_0x393753['locale'],_0x3ffeb5=_0x393753['plugins']['get']('TrackChangesEditing');_0x3ffeb5['descriptionFactory']['registerElementLabel']('paragraph',_0x59a563=>o(_0x3006fd,'ELEMENT_PARAGRAPH',_0x59a563)),_0x3ffeb5['enableDefaultAttributesIntegration']('paragraph'),_0x3ffeb5['enableCommand']('insertParagraph'),_0x393753['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x393753),{'priority':'highest'}),_0x393753['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x300ef0,_0x4016d2,_0x10aa1f)=>{_0x10aa1f['options']['showSuggestionHighlights']&&nr(_0x393753,{'showActiveMarker':!0x1})(_0x300ef0,_0x4016d2,_0x10aa1f);},{'priority':'highest'});const _0x39c742=_0x3ffeb5['descriptionFactory'];_0x39c742['registerDescriptionCallback'](_0x2c9dd5=>{if('insertion'!==_0x2c9dd5['type'])return;const {start:_0x27ae48,end:_0xf20c9d}=_0x2c9dd5['getFirstRange']();if(!_0x27ae48['isTouching'](_0xf20c9d)||!_0x27ae48['nodeAfter'])return;const _0x4fe370=_0x393753['model']['schema'],_0xa14ef1=_0x27ae48['nodeAfter'];return _0x4fe370['isBlock'](_0xa14ef1)&&!_0x4fe370['isLimit'](_0xa14ef1)&&_0x4fe370['checkChild'](_0xa14ef1,'$text')?{'type':'insertion','content':o(_0x3006fd,'*Insert:*\x20%0',_0x39c742['getItemLabel'](_0xa14ef1,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x80111d=this['editor'],_0x5f3c68=_0x80111d['locale'];_0x80111d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f064d=>{if('formatBlock'!=_0x1f064d['type'])return;const {data:_0x5dfdcd}=_0x1f064d;return _0x5dfdcd&&'paragraph'==_0x5dfdcd['commandName']?{'type':'format','content':o(_0x5f3c68,'*Change\x20to:*\x20%0',o(_0x5f3c68,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x2d78ba,{showActiveMarker:_0x537c63=!0x0}={}){return(_0x3201e3,_0x53d9ae,_0x4ffc93)=>{const _0x2f90a6=_0x2d78ba['plugins']['get']('TrackChangesEditing'),_0x2d823b=_0x53d9ae['markerRange']['start'],_0x510f9c=_0x53d9ae['markerRange']['end'],_0xba58f5=_0x2d78ba['model']['schema'];if(!_0x2d823b['isTouching'](_0x510f9c)||!_0x2d823b['nodeAfter'])return;const _0x1bef1d=_0x2d823b['nodeAfter'];if(_0xba58f5['isBlock'](_0x1bef1d)&&!_0xba58f5['isLimit'](_0x1bef1d)&&_0xba58f5['checkChild'](_0x1bef1d,'$text')){if(!_0x4ffc93['consumable']['consume'](_0x53d9ae['markerRange'],_0x3201e3['name']))return;const _0x1e139a=_0x4ffc93['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x16cf07=_0x4ffc93['mapper']['toViewPosition'](_0x510f9c);_0x537c63&&_0x2f90a6['activeMarkers']['includes'](_0x53d9ae['markerName'])&&_0x4ffc93['writer']['addClass']('ck-suggestion-marker--active',_0x1e139a),_0x4ffc93['writer']['insert'](_0x16cf07,_0x1e139a),_0x4ffc93['mapper']['bindElementToMarker'](_0x1e139a,_0x53d9ae['markerName']);}};}class wt extends _0x1d551a{['afterInit'](){const _0x5b7160=this['editor'];if(!_0x5b7160['plugins']['has']('RemoveFormatEditing'))return;_0x5b7160['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x565fbf=this['editor'];_0x565fbf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x17da36=>{if('formatBlock'!=_0x17da36['type']&&'formatInline'!=_0x17da36['type'])return;const {data:_0x3e7c9f}=_0x17da36;return _0x3e7c9f&&'removeFormat'==_0x3e7c9f['commandName']?{'type':'format','content':o(_0x565fbf['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x1d551a{['afterInit'](){const _0x2d8807=this['editor'];if(!_0x2d8807['plugins']['has']('RestrictedEditingModeEditing'))return;const _0xabf64=_0x2d8807['plugins']['get']('TrackChangesEditing');_0xabf64['enableCommand']('goToPreviousRestrictedEditingException'),_0xabf64['enableCommand']('goToNextRestrictedEditingException');const _0x26e91e=_0x2d8807['plugins']['get']('RestrictedEditingModeEditing');_0x26e91e['enableCommand']('trackChanges'),_0x26e91e['enableCommand']('acceptSuggestion'),_0x26e91e['enableCommand']('discardSuggestion'),_0x26e91e['enableCommand']('acceptAllSuggestions'),_0x26e91e['enableCommand']('discardAllSuggestions'),_0x26e91e['enableCommand']('acceptSelectedSuggestions'),_0x26e91e['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x1d551a{static get['requires'](){return[_0x147e01];}['init'](){const _0x1be8dd=this['editor'],_0x1161ad=_0x1be8dd['plugins']['get']('TrackChangesEditing');_0x1161ad['enableCommand']('shiftEnter'),_0x1be8dd['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x1be8dd),{'priority':'high'}),_0x1be8dd['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x1be8dd),{'priority':'high'}),_0x1be8dd['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x17b265,_0x30c547,_0x481e7d)=>{_0x481e7d['options']['showSuggestionHighlights']&&ge(_0x1be8dd,{'showActiveMarker':!0x1})(_0x17b265,_0x30c547,_0x481e7d);}),_0x1161ad['descriptionFactory']['registerElementLabel']('softBreak',_0x1d75e3=>o(_0x1be8dd['locale'],'ELEMENT_LINE_BREAK',_0x1d75e3));}}function ge(_0x3ee70f,{showActiveMarker:_0x4d0192=!0x0}={}){return(_0x38628f,_0x5c992a,_0x39f250)=>{const _0x1347b7=_0x3ee70f['plugins']['get']('TrackChangesEditing');if(!_0x39f250['consumable']['test'](_0x5c992a['markerRange'],_0x38628f['name']))return;const _0x72e0df=_0x3ee70f['model'];for(const _0x246cd1 of _0x5c992a['markerRange']['getItems']()){if(!_0x246cd1['is']('element','softBreak'))continue;const _0x4dfd4f='deletion'==_0x5c992a['markerName']['split'](':')[0x1]?'merge':'split',_0x3d3a95=_0x39f250['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4dfd4f}),_0x1571e2=_0x39f250['mapper']['toViewPosition'](_0x72e0df['createPositionBefore'](_0x246cd1));_0x4d0192&&_0x1347b7['activeMarkers']['includes'](_0x5c992a['markerName'])&&_0x39f250['writer']['addClass']('ck-suggestion-marker--active',_0x3d3a95),_0x39f250['writer']['insert'](_0x1571e2,_0x3d3a95),_0x39f250['mapper']['bindElementToMarker'](_0x3d3a95,_0x5c992a['markerName']);}};}class St extends _0x1d551a{['afterInit'](){const _0x5e0de9=this['editor'],_0x15251d=_0x5e0de9['model'],_0x2e2aa9=_0x5e0de9['locale'];if(!_0x5e0de9['plugins']['has']('StandardEditingModeEditing'))return;const _0x337361=_0x5e0de9['plugins']['get']('TrackChangesEditing'),_0x54ed2d='restrictedEditingException',_0x596ab4=_0x5e0de9['commands']['get'](_0x54ed2d);_0x337361['enableCommand'](_0x54ed2d,(_0xedfdef,_0x58d923={})=>{const _0x308dd5=_0x15251d['document']['selection'];if(_0x308dd5['isCollapsed'])return void _0xedfdef(_0x58d923);const _0x21a2b6=void 0x0!==_0x58d923['forceValue']?_0x58d923['forceValue']:!_0x596ab4['value'];_0x15251d['change'](()=>{const _0x3c9dcb=Array['from'](_0x308dd5['getRanges']());for(const _0x237208 of _0x3c9dcb){const _0x219527=_0x21a2b6?[_0x237208]:io(_0x54ed2d,_0x237208,_0x15251d);for(const _0x5e99ad of _0x219527)_0x337361['markInlineFormat'](_0x5e99ad,{'commandName':_0x54ed2d,'commandParams':[{'forceValue':_0x21a2b6}]});}});}),_0x337361['descriptionFactory']['registerDescriptionCallback'](_0x49149b=>{if('formatBlock'!=_0x49149b['type']&&'formatInline'!=_0x49149b['type'])return;const {data:_0x17a20c}=_0x49149b;return _0x17a20c&&_0x17a20c['commandName']==_0x54ed2d?_0x17a20c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2e2aa9,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x2e2aa9,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x1d551a{['afterInit'](){const _0x1fc6cc=this['editor'];if(!_0x1fc6cc['plugins']['has']('Style')||!_0x1fc6cc['plugins']['has']('DataSchema'))return;const _0x57b90b=_0x1fc6cc['plugins']['get']('TrackChangesEditing'),_0x41f40a=_0x1fc6cc['locale'],_0x2c0fe8=_0x1fc6cc['config']['get']('style')||{},_0x512f17=_0x1fc6cc['plugins']['get']('GeneralHtmlSupport'),_0x3190b0=_0x1fc6cc['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1fc6cc['plugins']['get']('DataSchema'),_0x2c0fe8['definitions']);_0x57b90b['enableDefaultAttributesIntegration']('style');const _0x5691ac=new Set();for(const _0x398aa6 of _0x3190b0['block']){const _0x477bfc=_0x512f17['getGhsAttributeNameForElement'](_0x398aa6['element']);_0x5691ac['add'](_0x477bfc);}const _0x1ec5b5=new Set();for(const _0x303000 of _0x3190b0['inline']){const _0x1a8967=_0x512f17['getGhsAttributeNameForElement'](_0x303000['element']);_0x1ec5b5['add'](_0x1a8967);for(const _0x134f35 of _0x303000['ghsAttributes'])_0x1ec5b5['add'](_0x134f35);}for(const _0x4ab770 of _0x5691ac)_0x57b90b['registerBlockAttribute'](_0x4ab770),_0x57b90b['descriptionFactory']['registerAttributeLabel'](_0x4ab770,o(_0x41f40a,'FORMAT_STYLE'));for(const _0x1cb678 of _0x1ec5b5)_0x57b90b['registerInlineAttribute'](_0x1cb678),_0x57b90b['descriptionFactory']['registerAttributeLabel'](_0x1cb678,o(_0x41f40a,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa2c39d=this['editor'],_0x4a1f3b=_0xa2c39d['locale'];_0xa2c39d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b7286=>{if('formatBlock'!=_0x5b7286['type']&&'formatInline'!=_0x5b7286['type'])return;const {data:_0x187561}=_0x5b7286;return _0x187561&&'style'===_0x187561['commandName']?_0x187561['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a1f3b,'*Set\x20format:*\x20%0',_0x187561['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4a1f3b,'*Remove\x20format:*\x20%0',_0x187561['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x1d551a{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4c398e){super(_0x4c398e),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5d97ec=this['editor'],_0x283317=_0x5d97ec['model']['document']['selection'];if(!_0x5d97ec['plugins']['has']('TableEditing'))return;const _0x436680=_0x5d97ec['locale'],_0x50b4c2=_0x5d97ec['plugins']['get']('TrackChangesEditing'),_0x18729b=_0x5d97ec['plugins']['get']('TableUtils');_0x50b4c2['descriptionFactory']['registerElementLabel']('table',_0x139caa=>o(_0x436680,'ELEMENT_TABLE',_0x139caa)),this['_setupColumnsRowsFixing'](),_0x50b4c2['enableCommand']('insertTable'),_0x50b4c2['enableCommand']('selectTableRow'),_0x50b4c2['enableCommand']('selectTableColumn');for(const _0xe48a of['insertTableRowAbove','insertTableRowBelow']){const _0x38f30d=_0x5d97ec['commands']['get'](_0xe48a);_0x50b4c2['enableCommand'](_0xe48a,_0x13c026=>{_0x5d97ec['model']['change'](_0x1fe461=>{_0x13c026();const _0x22a6ad='above'===_0x38f30d['order'],_0x2344e3=_0x18729b['getSelectionAffectedTableCells'](_0x283317),_0x400fda=_0x18729b['getRowIndexes'](_0x2344e3),_0x355ed5=_0x22a6ad?_0x400fda['first']-0x1:_0x400fda['last']+0x1,_0x2ff334=_0x2344e3[0x0]['findAncestor']('table'),_0x22f23a=_0x18729b['createTableWalker'](_0x2ff334,{'startRow':_0x355ed5,'endRow':_0x355ed5}),_0x38f643=Array['from'](_0x22f23a)['map'](_0x3826e2=>_0x1fe461['createRangeOn'](_0x3826e2['cell']));_0x50b4c2['markMultiRangeInsertion'](_0x38f643,'tableRow');});});}for(const _0x7c8a3a of['insertTableColumnLeft','insertTableColumnRight']){const _0x4af07b=_0x5d97ec['commands']['get'](_0x7c8a3a);_0x50b4c2['enableCommand'](_0x7c8a3a,_0x19c1de=>{_0x5d97ec['model']['change'](_0x25941f=>{_0x19c1de();const _0x2d776d='left'===_0x4af07b['order'],_0x58e0e7=_0x18729b['getSelectionAffectedTableCells'](_0x283317),_0x3531b4=_0x18729b['getColumnIndexes'](_0x58e0e7),_0x4beb0f=_0x2d776d?_0x3531b4['first']-0x1:_0x3531b4['last']+0x1,_0x31df51=_0x58e0e7[0x0]['findAncestor']('table'),_0x649d6b=_0x18729b['createTableWalker'](_0x31df51,{'startRow':0x0,'column':_0x4beb0f,'includeAllSlots':!0x1}),_0x39dc23=Array['from'](_0x649d6b)['map'](_0x3ed18f=>_0x25941f['createRangeOn'](_0x3ed18f['cell']));_0x50b4c2['markMultiRangeInsertion'](_0x39dc23,'tableColumn');});});}for(const _0x57b2be of['removeTableRow','removeTableColumn']){const _0x5524d1=_0x57b2be['substr'](0xb),_0x47e14f=_0x5524d1['toLowerCase'](),_0x25fd9a=_0x47e14f['substr'](0x0,0x3)+'span',_0x20ec22='table'+_0x5524d1,_0x3afed7='min'+_0x5524d1,_0x4f059e='max'+_0x5524d1;_0x50b4c2['enableCommand'](_0x57b2be,()=>{_0x5d97ec['model']['change'](_0x59c299=>{const _0x4d2e92=_0x18729b['getSelectionAffectedTableCells'](_0x283317),_0x1960ca=_0x4d2e92[0x0]['findAncestor']('table');let _0x3c1765;if('removeTableRow'==_0x57b2be){const _0x7ca1a3=_0x18729b['getRowIndexes'](_0x4d2e92);_0x3c1765={'startRow':_0x7ca1a3['first'],'endRow':_0x7ca1a3['last'],'includeAllSlots':!0x0};}else{const _0x4c16a9=_0x18729b['getColumnIndexes'](_0x4d2e92);_0x3c1765={'startColumn':_0x4c16a9['first'],'endColumn':_0x4c16a9['last'],'includeAllSlots':!0x0};}const _0x18d7d7=_0x18729b['createTableWalker'](_0x1960ca,_0x3c1765),_0x9c8759=Array['from'](_0x18d7d7)['map'](({cell:_0x22abcf})=>_0x22abcf),_0x27176d=Ee(_0x9c8759['filter'](_0x479c21=>_0x479c21['hasAttribute'](_0x25fd9a))),_0x9bc297=Ee(_0x9c8759['filter'](_0x11316b=>!_0x11316b['hasAttribute'](_0x25fd9a)))['map'](_0x2895e3=>_0x59c299['createRangeOn'](_0x2895e3)),_0x3e6ed4=_0x50b4c2['markMultiRangeDeletion'](_0x9bc297,_0x20ec22);if(_0x3e6ed4&&('tableRow'==_0x3e6ed4['subType']||'tableColumn'==_0x3e6ed4['subType'])){const _0x36fc92=this['_getSuggestionCoords'](_0x3e6ed4);for(const _0x8f21be of _0x27176d){const _0xf90a86=_0x59c299['createRangeOn'](_0x8f21be),_0x1e94ac=_0x18729b['getCellLocation'](_0x8f21be),_0x25c026=_0x8f21be['getAttribute'](_0x25fd9a)-0x1,_0x47f086=_0x36fc92[_0x3afed7],_0x2f877f=_0x36fc92[_0x4f059e];_0x47f086<=_0x1e94ac[_0x47e14f]&&_0x1e94ac[_0x47e14f]+_0x25c026<=_0x2f877f&&_0x3e6ed4['addRange'](_0xf90a86);}}});});}function _0x5035b8(_0x1a6231){const _0x31527a=Array['from'](_0x283317['getRanges']())['map'](_0x550d06=>_0x96ebea['fromRange'](_0x550d06));_0x5d97ec['model']['change'](_0x51623c=>{const _0xcdea5=_0x51623c['batch'];_0x1a6231=_0x1a6231['filter'](_0x356948=>'$graveyard'!=_0x356948['root']['rootName']),_0x51623c['setSelection'](_0x1a6231),_0x5d97ec['commands']['get']('removeTableRow')['refresh'](),_0x5d97ec['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5d97ec['model']['enqueueChange'](()=>{_0x5d97ec['model']['enqueueChange'](_0xcdea5,_0x45a4bf=>{const _0x2eabcb=_0x31527a['filter'](_0xffeec0=>'$graveyard'!=_0xffeec0['root']['rootName']);_0x2eabcb['length']>0x0&&_0x45a4bf['setSelection'](_0x2eabcb);for(const _0x289aaf of _0x31527a)_0x289aaf['detach']();});});});}function _0x3594d1(_0x3c21d4){_0x5d97ec['model']['change'](_0x2fe21e=>{const _0x34eec1=Array['from'](_0x283317['getRanges']())['map'](_0xd74c8e=>_0x96ebea['fromRange'](_0xd74c8e)),_0x1523af=[];for(const _0x114445 of _0x3c21d4)for(const _0x446c90 of _0x114445['getItems']({'shallow':!0x0}))_0x1523af['push'](_0x446c90);for(const _0x288ae1 of _0x1523af)'$graveyard'!=_0x288ae1['root']['rootName']&&(_0x2fe21e['setSelection'](_0x2fe21e['createPositionAt'](_0x288ae1,0x0)),_0x5d97ec['commands']['get']('removeTableColumn')['refresh'](),_0x5d97ec['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x553e55=_0x34eec1['filter'](_0x3c8823=>'$graveyard'!=_0x3c8823['root']['rootName']);_0x553e55['length']>0x0&&_0x2fe21e['setSelection'](_0x553e55);for(const _0x1414c2 of _0x34eec1)_0x1414c2['detach']();});}function _0x9df125(_0x23cf7d,_0x2a8130){return _0x2a8130['every'](_0x1f2acc=>_0x23cf7d['some'](_0x101dd9=>_0x101dd9['end']['isEqual'](_0x1f2acc['start'])||_0x1f2acc['end']['isEqual'](_0x101dd9['start'])));}function _0x29173a(_0x3a079d,_0x6979e6){return!_0x3a079d['some'](_0x424962=>_0x6979e6['some'](_0x3c1b97=>_0x424962['isIntersecting'](_0x3c1b97)))&&_0x3a079d['some'](_0x43ac61=>_0x6979e6['some'](_0x26821f=>_0x43ac61['end']['isTouching'](_0x26821f['start'])));}_0x5d97ec['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3290ca,_0x1becf6,_0x1065a9)=>{if(!_0x1065a9['options']['showSuggestionHighlights'])return;const _0x3f5cb7=_0x1becf6['item'];if(!_0x3f5cb7)return;const _0x860bbd=_0x1065a9['mapper']['toViewElement'](_0x3f5cb7);function _0x467125(_0x49a49a){return Array['isArray'](_0x49a49a)?_0x49a49a:[_0x49a49a];}_0x860bbd&&'tableCell'===_0x3f5cb7['name']&&_0xc887e9(_0x860bbd,_0x1065a9['writer'],(_0x1af24f,_0x498ae7,_0x1efa9d)=>_0x1efa9d['addClass'](_0x467125(_0x498ae7['classes']),_0x1af24f),(_0x4c4034,_0x244f5f,_0x814c78)=>_0x814c78['removeClass'](_0x467125(_0x244f5f['classes']),_0x4c4034));},{'priority':'highest'}),_0x50b4c2['descriptionFactory']['registerDescriptionCallback'](_0x2a575c=>{if('insertion'!=_0x2a575c['type']&&'deletion'!=_0x2a575c['type'])return;const _0x403f58=_0x2a575c['getContainedElement']();if(null!=_0x403f58&&_0x403f58['is']('element','table')){if('insertion'==_0x2a575c['type']){const _0x47a04=_0x2a575c['getItems']()['filter'](_0x4d9906=>_0x4d9906['is']('$textProxy'))['map'](_0x3efbfa=>_0x3efbfa['data']);if(_0x47a04['length'])return{'type':'insertion','content':o(_0x436680,'*Insert:*\x20%0',o(_0x436680,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x47a04['join']('\x20')+'\x22'))};}if('deletion'==_0x2a575c['type']){const _0x1b4e18=_0x2a575c['getItems']()['filter'](_0x1ff97c=>_0x1ff97c['is']('$textProxy'))['map'](_0x5af2ee=>_0x5af2ee['data']);if(_0x1b4e18['length'])return{'type':'deletion','content':o(_0x436680,'*Remove:*\x20%0',o(_0x436680,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1b4e18['join']('\x20')+'\x22'))};}}}),_0x50b4c2['descriptionFactory']['registerDescriptionCallback'](_0x581fcf=>{if('tableRow'==_0x581fcf['subType']){const _0x24e44c=_0x581fcf['getItems']()['filter'](_0x1aa1db=>_0x1aa1db['is']('$textProxy'))['map'](_0x1f48c4=>_0x1f48c4['data']),_0x38bb83=this['_getSuggestionCoords'](_0x581fcf),_0xa1aeb9=_0x38bb83['maxRow']-_0x38bb83['minRow']+0x1;if('insertion'==_0x581fcf['type'])return _0x24e44c['length']?{'type':'insertion','content':o(_0x436680,'*Insert:*\x20%0',o(_0x436680,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0xa1aeb9,'\x22'+_0x24e44c['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x436680,'*Insert:*\x20%0',o(_0x436680,'ELEMENT_TABLE_ROW',_0xa1aeb9))};if('deletion'==_0x581fcf['type'])return _0x24e44c['length']?{'type':'deletion','content':o(_0x436680,'*Remove:*\x20%0',o(_0x436680,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0xa1aeb9,'\x22'+_0x24e44c['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x436680,'*Remove:*\x20%0',o(_0x436680,'ELEMENT_TABLE_ROW',_0xa1aeb9))};}if('tableColumn'==_0x581fcf['subType']){const _0x183a3f=_0x581fcf['getItems']()['filter'](_0x51838b=>_0x51838b['is']('$textProxy'))['map'](_0x172351=>_0x172351['data']),_0x53a992=this['_getSuggestionCoords'](_0x581fcf),_0x1a6794=_0x53a992['maxColumn']-_0x53a992['minColumn']+0x1;if('insertion'==_0x581fcf['type'])return _0x183a3f['length']?{'type':'insertion','content':o(_0x436680,'*Insert:*\x20%0',o(_0x436680,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1a6794,'\x22'+_0x183a3f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x436680,'*Insert:*\x20%0',o(_0x436680,'ELEMENT_TABLE_COLUMN',_0x1a6794))};if('deletion'==_0x581fcf['type'])return _0x183a3f['length']?{'type':'deletion','content':o(_0x436680,'*Remove:*\x20%0',o(_0x436680,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1a6794,'\x22'+_0x183a3f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x436680,'*Remove:*\x20%0',o(_0x436680,'ELEMENT_TABLE_COLUMN',_0x1a6794))};}}),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5035b8),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5035b8),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3594d1),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3594d1),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x9df125),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x9df125),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x29173a),_0x50b4c2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x29173a);}['_acceptFormatSuggestionCallbackFactory'](){const _0x384fcc=this['editor'],_0x20847d=_0x384fcc['model']['document']['selection'];return(_0x4af5dd,_0x15eece)=>{_0x384fcc['model']['change'](_0x2325cc=>{const {commandName:_0x25be8d,commandParams:_0x82cadc}=_0x15eece;let _0x3f2f00=_0x4af5dd[0x0]['end']['nodeBefore'];_0x82cadc&&_0x82cadc[0x0]&&!0x1===_0x82cadc[0x0]['forceValue']&&(_0x3f2f00=_0x4af5dd[0x0]['start']['nodeAfter']);const _0x508a7c=_0x2325cc['createRangeIn'](_0x3f2f00);if('$graveyard'==_0x508a7c['root']['rootName'])return;const _0x1d45bb=Array['from'](_0x20847d['getRanges']())['map'](_0x568f72=>_0x96ebea['fromRange'](_0x568f72));_0x2325cc['setSelection'](_0x508a7c),_0x384fcc['commands']['get'](_0x25be8d)['refresh'](),_0x82cadc['push']({'forceDefaultExecution':!0x0}),_0x384fcc['execute'](_0x25be8d,..._0x82cadc);const _0x736660=_0x1d45bb['filter'](_0xc707d8=>'$graveyard'!=_0xc707d8['root']['rootName']);_0x736660['length']>0x0&&_0x2325cc['setSelection'](_0x736660);for(const _0x4f1096 of _0x1d45bb)_0x4f1096['detach']();});};}['_getCoordsForCells'](_0x3fb79d){const _0x245f62=this['editor']['plugins']['get']('TableUtils');let _0x500483=Number['MAX_SAFE_INTEGER'],_0xed5798=Number['MIN_SAFE_INTEGER'],_0x2e633c=Number['MAX_SAFE_INTEGER'],_0x74625d=Number['MIN_SAFE_INTEGER'];for(const _0x1f022f of _0x3fb79d){if('$graveyard'==_0x1f022f['root']['rootName'])continue;const {row:_0x4ea252,column:_0x162c74}=_0x245f62['getCellLocation'](_0x1f022f),_0x5ab409=_0x1f022f['hasAttribute']('rowspan')?_0x1f022f['getAttribute']('rowspan')-0x1:0x0,_0x401565=_0x1f022f['hasAttribute']('colspan')?_0x1f022f['getAttribute']('colspan')-0x1:0x0;_0x500483=_0x4ea252<_0x500483?_0x4ea252:_0x500483,_0xed5798=_0x4ea252+_0x5ab409>_0xed5798?_0x4ea252+_0x5ab409:_0xed5798,_0x2e633c=_0x162c74<_0x2e633c?_0x162c74:_0x2e633c,_0x74625d=_0x162c74+_0x401565>_0x74625d?_0x162c74+_0x401565:_0x74625d;}return{'minRow':_0x500483,'maxRow':_0xed5798,'minColumn':_0x2e633c,'maxColumn':_0x74625d};}['_setupColumnsRowsFixing'](){const _0x5c2202=this['editor'],_0x20d36c=_0x5c2202['plugins']['get']('TrackChangesEditing'),_0xfe8825=_0x5c2202['plugins']['get']('TableUtils');_0x5c2202['model']['document']['on']('change:data',()=>{const _0x1a48c0=Array['from'](_0x5c2202['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x24700b,data:_0x2e98ca}of _0x1a48c0){const {group:_0x5cbeae,id:_0x4b2ced,subType:_0x4fd730}=_0x20d36c['_splitMarkerName'](_0x24700b);if('suggestion'!=_0x5cbeae)continue;if(null!=_0x2e98ca['oldRange'])continue;const _0x1c532d=_0x20d36c['getSuggestion'](_0x4b2ced);this['_tablePostFixingSubtypes']['includes'](_0x4fd730)&&this['_tableSuggestions']['add'](_0x1c532d);}},{'priority':'low'});const _0x33f88a=(_0x3b2f64,_0x560d08)=>{let _0x840bcf=!0x1;const _0x492a53=_0x560d08['createRangeOn'](_0x3b2f64),_0x25630b=_0x3b2f64['findAncestor']('table'),_0x5109c2=_0xfe8825['getCellLocation'](_0x3b2f64);for(const _0x2cae2b of this['_tableSuggestions']){const _0x460da8=_0x2cae2b['subType'],_0x386e65=_0x460da8['startsWith']('tablePaste'),_0x32f892=_0x460da8['substr'](_0x386e65?0xa:0x5),_0x239226=_0x32f892['toLowerCase'](),_0x3fa6c3=_0x239226['substr'](0x0,0x3)+'span',_0x96144a='min'+_0x32f892,_0x59911c='max'+_0x32f892;if(!_0x2cae2b['isInContent'])continue;if(_0x25630b!=_0x2cae2b['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2cae2b['isIntersectingWithRange'](_0x492a53))continue;const _0x52109f=_0x3b2f64['hasAttribute'](_0x3fa6c3)?_0x3b2f64['getAttribute'](_0x3fa6c3)-0x1:0x0,_0x4f38b6=this['_getSuggestionCoords'](_0x2cae2b),_0xc13860=_0x4f38b6[_0x96144a],_0x4a409f=_0x4f38b6[_0x59911c];_0xc13860<=_0x5109c2[_0x239226]&&_0x5109c2[_0x239226]+_0x52109f<=_0x4a409f&&(_0x2cae2b['addRange'](_0x492a53),_0x840bcf=!0x0);}return _0x840bcf;};_0x5c2202['model']['document']['registerPostFixer'](_0x38f334=>{let _0xc0ce0=!0x1;for(const _0x458c88 of _0x5c2202['model']['document']['differ']['getChanges']())if('insert'==_0x458c88['type']){if('tableRow'==_0x458c88['name']){for(const _0xfc5e14 of _0x458c88['position']['nodeAfter']['getChildren']())_0xc0ce0=_0xc0ce0||_0x33f88a(_0xfc5e14,_0x38f334);}else'tableCell'==_0x458c88['name']&&(_0xc0ce0=_0xc0ce0||_0x33f88a(_0x458c88['position']['nodeAfter'],_0x38f334));}return _0xc0ce0;});}['_getSuggestionCoords'](_0x421bc1){return this['_getCoordsForCells'](_0x421bc1['getRanges']()['map'](_0x39efd9=>_0x39efd9['start']['nodeAfter']));}}function Ee(_0x3774b9){return Array['from'](new Set(_0x3774b9)['values']());}class vt extends _0x1d551a{static get['requires'](){return[It];}['afterInit'](){const _0x11e2d3=this['editor'],_0x5ca5a6=_0x11e2d3['model']['document']['selection'],_0x3e6dc2=_0x11e2d3['locale'];if(!_0x11e2d3['plugins']['has']('TableEditing'))return;const _0x22d793=_0x11e2d3['plugins']['get']('TrackChangesEditing'),_0xc857b4=_0x11e2d3['plugins']['get']('TableUtils'),_0x409b09=_0x11e2d3['plugins']['get'](It);_0x409b09['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x22d793['enableCommand']('mergeTableCells',()=>{const _0x4c697b=_0xc857b4['getSelectionAffectedTableCells'](_0x11e2d3['model']['document']['selection']);_0x11e2d3['model']['change'](()=>{_0x22d793['markMultiRangeBlockFormat'](_0x4c697b,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x11e2d3['commands']['get']('mergeTableCells')['on']('execute',(_0x3b655e,_0x197962)=>{_0x11e2d3['commands']['get']('trackChanges')['value']&&(_0x197962['length']>0x0&&_0x197962[_0x197962['length']-0x1]&&_0x197962[_0x197962['length']-0x1]['forceDefaultExecution']||_0x22d793['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3b655e['stop']());},{'priority':'highest'});for(const _0x5c37e9 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x5e9817=_0x11e2d3['commands']['get'](_0x5c37e9);_0x22d793['enableCommand'](_0x5c37e9,()=>{const _0x3874e1=_0x11e2d3['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x33fb31=>_0x33fb31['is']('element','tableCell')),_0x3ef7ed=_0x5e9817['value'];_0x11e2d3['model']['change'](()=>{_0x22d793['markMultiRangeBlockFormat']([_0x3874e1,_0x3ef7ed],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3e357e of['splitTableCellVertically','splitTableCellHorizontally']){const _0x37edb1=_0x11e2d3['commands']['get'](_0x3e357e);_0x22d793['enableCommand'](_0x3e357e,()=>{const _0x7ff876=_0xc857b4['getSelectionAffectedTableCells'](_0x11e2d3['model']['document']['selection'])[0x0],_0x2d4fcb=_0x7ff876['findAncestor']('table'),{column:_0x35c23f,row:_0x3915cf}=_0xc857b4['getCellLocation'](_0x7ff876);let _0x7c273f=[];if('horizontally'==_0x37edb1['direction']){const _0x2d49c3=_0xc857b4['createTableWalker'](_0x2d4fcb,{'startRow':_0x3915cf,'endRow':_0x3915cf,'includeAllSlots':!0x0});_0x7c273f=Array['from'](_0x2d49c3)['map'](_0xab5f6b=>_0xab5f6b['cell']);}else{const _0xc1abc5=_0xc857b4['createTableWalker'](_0x2d4fcb,{'column':_0x35c23f,'includeAllSlots':!0x0});_0x7c273f=Array['from'](_0xc1abc5)['map'](_0x1cc9b6=>_0x1cc9b6['cell']);}_0x11e2d3['model']['change'](_0x43e5f8=>{_0x22d793['markBlockFormat'](_0x43e5f8['createRangeOn'](_0x7ff876),{'commandName':_0x3e357e,'commandParams':[]},_0x7c273f,_0x3e357e);});});}_0x22d793['descriptionFactory']['registerDescriptionCallback'](_0x4894d1=>{if('formatBlock'!=_0x4894d1['type']&&'formatInline'!=_0x4894d1['type'])return;const {data:_0x593bc9}=_0x4894d1;return _0x593bc9&&'mergeTableCells'==_0x593bc9['commandName']?{'type':'format','content':o(_0x3e6dc2,'*Merge\x20cells*')}:void 0x0;}),_0x22d793['descriptionFactory']['registerDescriptionCallback'](_0x1f6113=>{if('formatBlock'!=_0x1f6113['type']&&'formatInline'!=_0x1f6113['type'])return;const {data:_0x5eed9e}=_0x1f6113;return _0x5eed9e?'splitTableCellVertically'==_0x5eed9e['commandName']?{'type':'format','content':o(_0x3e6dc2,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5eed9e['commandName']?{'type':'format','content':o(_0x3e6dc2,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x1d7b9e=_0x409b09['_acceptFormatSuggestionCallbackFactory']();for(const _0x28e133 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x22d793['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x28e133,'accept',_0x1d7b9e);for(const _0x5394f8 of['splitTableCellVertically','splitTableCellHorizontally'])_0x22d793['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5394f8,'accept',_0x1d7b9e);_0x22d793['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3bb1ef=>{_0x11e2d3['model']['change'](_0x35727d=>{const _0xff023a=Array['from'](_0x5ca5a6['getRanges']())['map'](_0x15f83a=>_0x96ebea['fromRange'](_0x15f83a));_0x35727d['setSelection'](_0x3bb1ef),_0x11e2d3['commands']['get']('mergeTableCells')['refresh'](),_0x11e2d3['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3ab30f=_0xff023a['filter'](_0x2b4047=>'$graveyard'!=_0x2b4047['root']['rootName']);_0x3ab30f['length']>0x0&&_0x35727d['setSelection'](_0x3ab30f);for(const _0x3d7232 of _0xff023a)_0x3d7232['detach']();});});for(const _0x38d980 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x316ca4=_0x11e2d3['commands']['get'](_0x38d980);_0x316ca4['on']('set:isEnabled',(_0xe5bae0,_0x587ff4,_0x59dab9)=>{if(_0x59dab9){const _0x29b0cd=_0x11e2d3['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x166e1b=>_0x166e1b['is']('element','tableCell'));this['_areMergableCells'](_0x316ca4['value'],_0x29b0cd)||(_0xe5bae0['return']=!0x1,_0xe5bae0['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3c766=this['editor']['commands']['get']('mergeTableCells'),_0x2dfd=this['editor']['plugins']['get']('TableUtils');if(!_0x3c766['isEnabled'])return!0x1;const _0x52fa5c=_0x2dfd['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0xb2f78d of _0x52fa5c)for(const _0x2a2b0c of _0x52fa5c)if(_0xb2f78d!=_0x2a2b0c&&!this['_areMergableCells'](_0xb2f78d,_0x2a2b0c))return!0x1;return!0x0;}['_areMergableCells'](_0x571836,_0x4dd515){const _0x117114=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4ec533=this['editor']['model']['createRangeOn'](_0x571836),_0xda2b51=this['editor']['model']['createRangeOn'](_0x4dd515),_0x23fcaf=new Set(),_0x42d13d=new Set();for(const _0x3ad165 of _0x117114['getSuggestions']())if(('insertion'==_0x3ad165['type']||'deletion'==_0x3ad165['type']||'mergeTableCells'==_0x3ad165['subType'])&&_0x3ad165['isInContent']){for(const _0x41731a of _0x3ad165['getRanges']())_0x41731a['containsRange'](_0x4ec533,!0x0)&&_0x23fcaf['add'](_0x3ad165['type']+':'+_0x3ad165['author']['id']),_0x41731a['containsRange'](_0xda2b51,!0x0)&&_0x42d13d['add'](_0x3ad165['type']+':'+_0x3ad165['author']['id']);}if(_0x23fcaf['size']!=_0x42d13d['size'])return!0x1;for(const _0x3b42b6 of _0x23fcaf)if(!_0x42d13d['has'](_0x3b42b6))return!0x1;return!0x0;}}class Ct extends _0x1d551a{static get['requires'](){return[It];}['afterInit'](){const _0xefd66c=this['editor'];if(!_0xefd66c['plugins']['has']('TableEditing'))return;const _0x27b328=_0xefd66c['locale'],_0x5e8003=_0xefd66c['plugins']['get']('TrackChangesEditing');_0x5e8003['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x5e8003['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x5e8003['registerBlockAttribute']('headingRows'),_0x5e8003['registerBlockAttribute']('headingColumns'),_0x5e8003['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x27b328,'FORMAT_HEADER_ROW')),_0x5e8003['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x27b328,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x51c439=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1863e9=this['editor']['plugins']['get']('TableUtils'),_0x51c04b=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x3f839f({showActiveMarker:_0x28b6f7=!0x0,setDataAttribute:_0x338734=!0x0}={}){return(_0x2cc3f0,_0x4cf79e,_0x32e00c)=>{const {type:_0x132b93,id:_0x450d9a}=_0x51c439['_splitMarkerName'](_0x4cf79e['markerName']),_0x4d7851=_0x51c439['getSuggestion'](_0x450d9a),_0x149b5d=_0x4d7851['data'];if('formatBlock'!=_0x4d7851['type']||!_0x149b5d||'setTableColumnHeader'!=_0x149b5d['commandName'])return;if(_0x4cf79e['item'])return void _0x2cc3f0['stop']();if(!_0x32e00c['consumable']['consume'](_0x4cf79e['markerRange'],_0x2cc3f0['name']))return;const _0x22662d=_0x4cf79e['markerRange']['start']['nodeAfter'],_0x342d05=_0x4cf79e['markerRange']['end']['nodeBefore'],_0x5eff7a=_0x22662d['parent']['parent'],{column:_0x2be344}=_0x1863e9['getCellLocation'](_0x22662d),{column:_0x3b48d5}=_0x1863e9['getCellLocation'](_0x342d05);for(let _0x33eb0e=_0x2be344;_0x33eb0e<=_0x3b48d5;_0x33eb0e++){const _0x5175ab=_0x1863e9['createTableWalker'](_0x5eff7a,{'column':_0x33eb0e,'includeAllSlots':!0x1});for(const _0x20cd4a of _0x5175ab){const _0x21acd3=_0x20cd4a['cell'],_0x1ecaf9=_0x32e00c['mapper']['toViewElement'](_0x21acd3);_0x32e00c['writer']['addClass']('ck-suggestion-marker-'+_0x132b93,_0x1ecaf9),_0x338734&&_0x32e00c['writer']['setAttribute']('data-suggestion',_0x450d9a,_0x1ecaf9),_0x32e00c['mapper']['bindElementToMarker'](_0x1ecaf9,_0x4cf79e['markerName']),_0x28b6f7&&(_0x51c439['activeMarkers']['includes'](_0x4cf79e['markerName'])?_0x32e00c['writer']['addClass']('ck-suggestion-marker--active',_0x1ecaf9):_0x32e00c['writer']['removeClass']('ck-suggestion-marker--active',_0x1ecaf9));}}};}_0x51c439['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x51c04b),_0x51c439['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x51c04b),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x3f839f(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4d7905,_0x2ce103,_0x1a3ab8)=>{_0x1a3ab8['options']['showSuggestionHighlights']&&_0x3f839f({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4d7905,_0x2ce103,_0x1a3ab8);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x258f3e,_0x50c387,_0x281f24)=>{const {type:_0x5608da,id:_0x2f170d}=_0x51c439['_splitMarkerName'](_0x50c387['markerName']),_0x408c2e=_0x51c439['getSuggestion'](_0x2f170d),_0x535e5b=_0x408c2e['data'];if('formatBlock'!=_0x408c2e['type']||!_0x535e5b||'setTableColumnHeader'!=_0x535e5b['commandName'])return;const _0x5e8c9a=_0x281f24['mapper']['markerNameToElements'](_0x50c387['markerName']);if(_0x5e8c9a){for(const _0x5bad2b of _0x5e8c9a)_0x281f24['writer']['removeClass']('ck-suggestion-marker-'+_0x5608da,_0x5bad2b),_0x281f24['writer']['removeClass']('ck-suggestion-marker--active',_0x5bad2b),_0x281f24['writer']['removeAttribute']('data-suggestion',_0x5bad2b),_0x281f24['mapper']['unbindElementFromMarkerName'](_0x5bad2b,_0x50c387['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x21c039=this['editor'],_0x437222=_0x21c039['locale'];function _0x36f389(_0x5967ac){return{'type':'format','content':o(_0x437222,'*Format:*\x20%0',_0x5967ac)};}_0x21c039['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c7596=>{if('formatBlock'!=_0x1c7596['type'])return;const {data:_0x5cf78f}=_0x1c7596;if(_0x5cf78f){if('setTableRowHeader'==_0x5cf78f['commandName']){const _0x475e19=_0x5cf78f['commandParams'][0x0]['forceValue'];return _0x36f389(o(_0x437222,_0x475e19?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x5cf78f['commandName']){const _0x3af4c7=_0x5cf78f['commandParams'][0x0]['forceValue'];return _0x36f389(o(_0x437222,_0x3af4c7?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Ce=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Pe=Object['fromEntries'](Ce['map'](_0x5709c9=>[_0x5709c9,null]));class _t extends _0x1d551a{static get['requires'](){return[It];}['afterInit'](){const _0x3a0db7=this['editor'];if(!_0x3a0db7['plugins']['has']('TableClipboard'))return;const _0x5a2beb=_0x3a0db7['plugins']['get']('TrackChangesEditing'),_0x49e69b=_0x3a0db7['plugins']['get']('TableUtils'),_0xf2960a=_0x3a0db7['plugins']['get'](It),_0x880c88=_0x3a0db7['plugins']['get']('TableClipboard');_0xf2960a['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x3a0db7['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x3a0db7['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x22ba7f=null;_0x3a0db7['model']['on']('insertContent',(_0x3948c2,_0xb79c8f)=>{const [_0x354f75,_0x425dcc]=_0xb79c8f,_0x53d9c7=_0xb79c8f[_0xb79c8f['length']-0x1];_0x53d9c7&&_0x53d9c7['forceDefaultExecution']||_0x5a2beb['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x30ad6c,_0x4a4ea7,_0x1a83da,_0x303f97,_0x5b5335){if(_0x4a4ea7&&!_0x4a4ea7['is']('documentSelection'))return!0x1;const _0x17cf2d=_0x5b5335['getTableIfOnlyTableInContent'](_0x30ad6c,_0x1a83da);if(!_0x17cf2d||!ke(_0x17cf2d,void 0x0,_0x303f97))return!0x1;const _0x46513f=_0x303f97['getSelectionAffectedTableCells'](_0x1a83da['document']['selection']);if(!_0x46513f['length'])return!0x1;const _0x566458=_0x46513f[0x0]['findAncestor']('table'),_0x4f9584=_0x303f97['getRowIndexes'](_0x46513f),_0x24b16f=_0x303f97['getColumnIndexes'](_0x46513f),_0x12143b={'startRow':_0x4f9584['first'],'endRow':_0x4f9584['last'],'startColumn':_0x24b16f['first'],'endColumn':_0x24b16f['last']};return 0x1==_0x46513f['length']&&(_0x12143b['endRow']+=_0x303f97['getRows'](_0x17cf2d)-0x1,_0x12143b['endColumn']+=_0x303f97['getColumns'](_0x17cf2d)-0x1),ke(_0x566458,_0x12143b,_0x303f97);}(_0x354f75,_0x425dcc,_0x3a0db7['model'],_0x49e69b,_0x880c88)&&(_0x3948c2['stop'](),_0x22ba7f={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x3a0db7['model']['change'](()=>{_0x3a0db7['model']['insertContent'](_0xb79c8f[0x0],_0xb79c8f[0x1],_0xb79c8f[0x2],{'forceDefaultExecution':!0x0});const _0x30196d=_0x1c37d5(),{rowInsertionRanges:_0x19f1da,columnInsertionRanges:_0x559d3f,insertionRanges:_0x5a7e76,deletionRanges:_0x120cde,cells:_0x56409e}=_0x22ba7f;_0x19f1da['length']&&_0x5a2beb['markMultiRangeInsertion'](_0x19f1da,'tablePasteRow',{'tablePasteChainId':_0x30196d}),_0x559d3f['length']&&_0x5a2beb['markMultiRangeInsertion'](_0x559d3f,'tablePasteColumn',{'tablePasteChainId':_0x30196d}),_0x5a7e76['length']&&(_0x5a2beb['markMultiRangeInsertion'](_0x5a7e76,'tablePaste',{'tablePasteChainId':_0x30196d,'skipNestingCheck':!0x0}),_0x5a7e76['forEach'](_0x2e6dbe=>_0x2e6dbe['detach']?.())),_0x120cde['length']&&(_0x5a2beb['markMultiRangeDeletion'](_0x120cde,'tablePaste',{'tablePasteChainId':_0x30196d,'skipNestingCheck':!0x0}),_0x120cde['forEach'](_0xcd1dfb=>_0xcd1dfb['detach']?.()));const _0x224e04=_0x5a2beb['markMultiRangeBlockFormat'](_0x56409e['map'](({element:_0x6d5d95})=>_0x6d5d95),{'formatGroupId':_0x1c37d5()},[],'tablePasteCell',{'tablePasteChainId':_0x30196d});if(_0x224e04){const _0x14496e=_0x224e04['getMarkers'](),_0x5914d0=[];for(const {element:_0x34ab38,attributes:_0x592c06}of _0x56409e){if(!_0x592c06)continue;const _0x18110f=_0x3a0db7['model']['createRangeOn'](_0x34ab38),_0x2416bd=_0x14496e['find'](_0x5ddf1a=>_0x5ddf1a['getRange']()['isEqual'](_0x18110f));_0x2416bd&&_0x5914d0['push']([_0x2416bd['name'],_0x592c06]);}_0x5914d0['length']&&_0x224e04['setAttribute']('markerAttributes',Object['fromEntries'](_0x5914d0));}_0x22ba7f=null;}));},{'priority':_0x20dbe8['high']+0xa}),_0x3a0db7['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x56700b,_0x3d583b)=>{const [_0x697e0f,_0x35d105,,_0x316934]=_0x3d583b;if(!_0x22ba7f)return;_0x56700b['stop']();const _0x19fea2=_0x697e0f['cell'],_0x5cfc79=_0x35d105,_0x45e70b=we(_0x19fea2),_0x135873=we(_0x5cfc79);_0x56700b['return']=_0x19fea2;let _0x338e00=null,_0xad56d6=null;if(_0x135873||_0x45e70b){if(_0x45e70b&&!_0x135873){_0x316934['remove'](_0x19fea2['getChild'](0x0));for(const _0x480ecf of Array['from'](_0x5cfc79['getChildren']()))_0x316934['insert'](_0x480ecf,_0x19fea2,'end');const _0x5951f3=_0x22ba7f['rowInsertionIndexes']['includes'](_0x697e0f['row']),_0x56eaf2=_0x22ba7f['columnInsertionIndexes']['includes'](_0x697e0f['column']);_0x5951f3||_0x56eaf2||(_0x338e00=_0x96ebea['fromRange'](_0x316934['createRangeIn'](_0x19fea2)));}else _0x135873&&!_0x45e70b&&(_0xad56d6=_0x316934['createRangeIn'](_0x19fea2));}else{const _0x2abf21=_0x316934['createElement']('tableCellSuggestion'),_0x5cf855=_0x316934['createElement']('tableCellSuggestion');_0x316934['wrap'](_0x316934['createRangeIn'](_0x19fea2),_0x5cf855),_0x316934['insert'](_0x2abf21,_0x19fea2,0x0);for(const _0xc8e17c of Array['from'](_0x5cfc79['getChildren']()))_0x316934['insert'](_0xc8e17c,_0x2abf21,'end');_0x338e00=_0x96ebea['fromRange'](_0x316934['createRangeOn'](_0x2abf21)),_0xad56d6=_0x96ebea['fromRange'](_0x316934['createRangeOn'](_0x5cf855));}const _0x3ca45e=Array['from'](_0x5cfc79['getAttributes']())['filter'](([_0x42454c])=>Ce['includes'](_0x42454c));_0x22ba7f['cells']['push']({'element':_0x19fea2,'attributes':_0x3ca45e['length']?Object['fromEntries'](_0x3ca45e):null}),_0x338e00&&_0x22ba7f['insertionRanges']['push'](_0x338e00),_0xad56d6&&_0x22ba7f['deletionRanges']['push'](_0xad56d6);},{'priority':'high'}),_0x49e69b['on']('insertColumns',(_0x2b4474,_0x4042d8)=>{const [_0x298eb2,_0x2bc7fa={}]=_0x4042d8;if(!_0x22ba7f)return;const _0x12c9ca=_0x2bc7fa['at']||0x0,_0x23c5ed=_0x2bc7fa['columns']||0x1;_0x22ba7f['columnInsertionIndexes']=new Array(_0x23c5ed)['fill'](_0x12c9ca)['map']((_0x4a3f8b,_0x208bee)=>_0x4a3f8b+_0x208bee);for(const {cell:_0x1b2304}of _0x49e69b['createTableWalker'](_0x298eb2,{'startColumn':_0x12c9ca,'endColumn':_0x12c9ca+_0x23c5ed-0x1}))_0x22ba7f['columnInsertionRanges']['push'](_0x3a0db7['model']['createRangeOn'](_0x1b2304));},{'priority':'low'}),_0x49e69b['on']('insertRows',(_0x49086c,_0xbe7dc5)=>{const [_0x3c1be2,_0x291d3a={}]=_0xbe7dc5;if(!_0x22ba7f)return;const _0x36a0b6=_0x291d3a['at']||0x0,_0x551040=_0x291d3a['rows']||0x1;_0x22ba7f['rowInsertionIndexes']=new Array(_0x551040)['fill'](_0x36a0b6)['map']((_0x477762,_0x2082bc)=>_0x477762+_0x2082bc);for(const {cell:_0x58706f}of _0x49e69b['createTableWalker'](_0x3c1be2,{'startRow':_0x36a0b6,'endRow':_0x36a0b6+_0x551040-0x1}))_0x22ba7f['rowInsertionRanges']['push'](_0x3a0db7['model']['createRangeOn'](_0x58706f));},{'priority':'low'}),_0x5a2beb['descriptionFactory']['registerDescriptionCallback'](_0x429f56=>{if(_0x429f56['subType']&&_0x429f56['subType']['startsWith']('tablePaste'))return _0x429f56['previous']?{}:{'type':'insertion','content':o(_0x3a0db7['locale'],'*Replace\x20table\x20cells*')};});const _0x1004bc=()=>!0x1;for(const _0x3bcf7a of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x5a2beb['_suggestionFactory']['registerCustomCallback']('insertion',_0x3bcf7a,'join',_0x1004bc),_0x5a2beb['_suggestionFactory']['registerCustomCallback']('deletion',_0x3bcf7a,'join',_0x1004bc),_0x5a2beb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3bcf7a,'join',_0x1004bc);_0x5a2beb['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x1004bc),_0x5a2beb['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5684c8,_0xf7fb58,_0x1c4fee)=>{const _0x3a23f8=_0x5684c8['map'](_0x336012=>_0x336012['getContainedElement']())['filter'](_0x125e5e=>_0x125e5e),_0x5d2688=new Map(_0x3a23f8['map'](_0x4dfb26=>[_0x4dfb26,null]));if(_0x22ba7f){for(const {element:_0x3beaed,attributes:_0x349838}of _0x22ba7f['cells'])_0x349838&&_0x5d2688['set'](_0x3beaed,_0x349838);}else{if(_0x1c4fee&&_0x1c4fee['markerAttributes'])for(const [_0x3094ab,_0x5047fb]of Object['entries'](_0x1c4fee['markerAttributes'])){const _0xdfb363=_0x3a0db7['model']['markers']['get'](_0x3094ab),_0x1ca383=_0xdfb363?_0xdfb363['getRange']()['getContainedElement']():null;_0x1ca383&&_0x5d2688['set'](_0x1ca383,_0x5047fb);}}_0x3a0db7['model']['change'](_0x1c3cdf=>{for(const [_0x6606ef,_0x5e8385]of _0x5d2688)_0x1c3cdf['setAttributes']({...Pe,..._0x5e8385},_0x6606ef);});});const _0x3623cf=(_0x12b0f1,_0x19e3d9)=>{_0x5a2beb['_suggestionFactory']['registerCustomCallback'](_0x12b0f1,'tablePaste',_0x19e3d9,(_0x242738,_0x27838c,_0x1fa589)=>{_0x3a0db7['model']['change'](_0x3172de=>{const _0xca8c8c=[];for(const _0x152a79 of _0x242738){const _0x2e8e7a=_0x152a79['start']['nodeAfter'];_0x2e8e7a['is']('element','tableCellSuggestion')&&_0xca8c8c['push'](_0x2e8e7a);}_0x5a2beb['_suggestionFactory']['getSuggestionCallback'](_0x12b0f1,null,_0x19e3d9)(_0x242738,_0x27838c,_0x1fa589);for(const _0x5cc0cb of _0xca8c8c)'$graveyard'!=_0x5cc0cb['root']['rootName']&&_0x3172de['unwrap'](_0x5cc0cb);});});};_0x3623cf('insertion','accept'),_0x3623cf('insertion','discard'),_0x3623cf('deletion','accept'),_0x3623cf('deletion','discard'),_0x5a2beb['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x5839f6=>{const _0x1af6f7=_0x5839f6['map'](_0x4fab1e=>_0x4fab1e['getContainedElement']()),_0x1f0f62=_0x1af6f7[0x0]['findAncestor']('table'),{minRow:_0x116d3b,maxRow:_0x20ae08}=_0xf2960a['_getCoordsForCells'](_0x1af6f7);_0x49e69b['removeRows'](_0x1f0f62,{'at':_0x116d3b,'rows':_0x20ae08-_0x116d3b+0x1});}),_0x5a2beb['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x496b73=>{const _0x162066=_0x496b73['map'](_0x208823=>_0x208823['getContainedElement']()),_0x31cee8=_0x162066[0x0]['findAncestor']('table'),{minColumn:_0x105683,maxColumn:_0x49691c}=_0xf2960a['_getCoordsForCells'](_0x162066);_0x49e69b['removeColumns'](_0x31cee8,{'at':_0x105683,'columns':_0x49691c-_0x105683+0x1});});const _0x14d593=(_0x11842b,_0x2d825d)=>{if(!_0x2d825d['subType']||!_0x2d825d['subType']['startsWith']('tablePaste'))return;const _0x404015=_0x2d825d['attributes']['tablePasteChainId'],_0x390cbd=_0x5a2beb['getSuggestions']()['filter'](_0x248ee5=>_0x248ee5['isInContent']&&_0x248ee5['attributes']&&_0x248ee5['attributes']['tablePasteChainId']==_0x404015);_0x390cbd['length']&&_0x2d825d['getAllAdjacentSuggestions']()['length']!=_0x390cbd['length']&&_0x390cbd['reduce']((_0x4f04a4,_0x7fd588)=>(_0x4f04a4['next']=_0x7fd588,_0x7fd588['previous']=_0x4f04a4,_0x7fd588));};function _0x538a2d(_0x4cee06,_0x4af7f6=!0x0){const {id:_0x1696c9}=_0x5a2beb['_splitMarkerName'](_0x4cee06['markerName']),_0x4d8c90=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x29e399=_0x5a2beb['activeMarkers']['includes'](_0x4cee06['markerName']);return _0x29e399&&_0x4d8c90['push']('ck-suggestion-marker--active'),{'classes':_0x4d8c90,'attributes':{'data-suggestion':_0x1696c9},'priority':_0x29e399&&_0x4af7f6?0xbc2:0xbb8};}_0x5a2beb['on']('suggestionLoaded',_0x14d593,{'priority':'high'}),_0x5a2beb['on']('suggestionUnloaded',_0x14d593,{'priority':'high'}),_0x3a0db7['model']['document']['registerPostFixer'](()=>{let _0x566e46=!0x1;const _0x2e3dab=Array['from'](_0x3a0db7['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5ac73a,data:_0x34a69e}of _0x2e3dab){const {group:_0x123cfb,type:_0xbaf20d,id:_0x2bea13}=_0x5a2beb['_splitMarkerName'](_0x5ac73a);if('suggestion'!=_0x123cfb||'deletion'!=_0xbaf20d||_0x34a69e['oldRange'])continue;if(!_0x5a2beb['hasSuggestion'](_0x2bea13))continue;const _0x1125d7=_0x5a2beb['getSuggestion'](_0x2bea13)['getRanges'](),_0x10f739=_0x3a0db7['plugins']['get']('Users')['me'];for(const _0x4c85dc of _0x5a2beb['getSuggestions']()){if(!_0x4c85dc['isInContent']||_0x4c85dc['author']!=_0x10f739)continue;if('formatBlock'!=_0x4c85dc['type']||'tablePasteCell'!=_0x4c85dc['subType'])continue;if(_0x4c85dc['getRanges']()['every'](_0x295409=>_0x1125d7['some'](_0x2eb2e4=>_0x2eb2e4['containsRange'](_0x295409,!0x0)))){for(const _0xe9adf3 of _0x4c85dc['getAllAdjacentSuggestions']())_0xe9adf3['isInContent']&&(_0xe9adf3['discard'](),_0x566e46=!0x0);}}}return _0x566e46;}),_0x3a0db7['model']['document']['registerPostFixer'](_0x3b30a3=>{const _0x40a81a=_0x3a0db7['commands']['get']('redo');if(!_0x40a81a||!_0x40a81a['_createdBatches']['has'](_0x3b30a3['batch']))return!0x1;let _0x163f6d=!0x1;const _0x23cbb3=_0x3a0db7['plugins']['get']('Users')['me'],_0x1321e7=_0x3a0db7['model']['document']['differ']['getChanges'](),_0xd683e9=Array['from'](_0x3a0db7['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x118e73,data:_0x4723c9})=>{const {group:_0x2c49ca,subType:_0x5152b4,authorId:_0x41e082}=_0x5a2beb['_splitMarkerName'](_0x118e73);return'suggestion'==_0x2c49ca&&'tablePaste'==_0x5152b4&&_0x41e082==_0x23cbb3['id']&&!_0x4723c9['oldRange'];});for(const _0x55f5f2 of _0x1321e7){if('insert'!=_0x55f5f2['type']||'tableCellSuggestion'!=_0x55f5f2['name']||0x1!=_0x55f5f2['length'])continue;const _0x4f49ff=_0x3b30a3['createRange'](_0x55f5f2['position'],_0x55f5f2['position']['getShiftedBy'](0x1));if(!_0xd683e9['find'](({data:_0x2e555f})=>_0x2e555f['newRange']['isEqual'](_0x4f49ff))){for(const {name:_0x83f746,data:_0x4d2310}of _0xd683e9)if(_0x4f49ff['containsRange'](_0x4d2310['newRange'])){_0x3b30a3['updateMarker'](_0x83f746,{'range':_0x4f49ff}),_0x163f6d=!0x0;break;}}}return _0x163f6d;}),_0x3a0db7['model']['document']['registerPostFixer'](_0x3dbd7a=>{let _0x183004=!0x1;const _0x512d36=_0x3a0db7['plugins']['get']('Users')['me'],_0x2e4af8=_0x5a2beb['getSuggestions']()['filter'](_0x414f10=>_0x414f10['isInContent']&&_0x414f10['author']==_0x512d36),_0xf01f73=new Set(),_0x189eae=new Set();for(const _0x7f3ab7 of _0x2e4af8)if('tablePaste'==_0x7f3ab7['subType'])for(const _0x3c11f9 of _0x7f3ab7['getMarkers']()){const _0x24ea4e=_0x3c11f9['getRange']()['getContainedElement']();if(_0x24ea4e){if(_0x24ea4e['is']('element','tableCellSuggestion')&&we(_0x24ea4e)){_0x7f3ab7['removeMarker'](_0x3c11f9['name']),_0xf01f73['add'](_0x24ea4e),_0x183004=!0x0;const _0x5483a4=_0x24ea4e['nextSibling'],_0x2dbcdc=_0x24ea4e['previousSibling'],_0x394c83=_0x5483a4&&_0x5483a4['is']('element','tableCellSuggestion'),_0x323cc7=_0x2dbcdc&&_0x2dbcdc['is']('element','tableCellSuggestion');_0x394c83&&!_0xf01f73['has'](_0x5483a4)&&_0x189eae['add'](_0x5483a4),_0x323cc7&&!_0xf01f73['has'](_0x2dbcdc)&&_0x189eae['add'](_0x2dbcdc);}else _0x24ea4e['is']('element','paragraph')&&_0x24ea4e['isEmpty']&&(_0x7f3ab7['removeMarker'](_0x3c11f9['name']),_0x183004=!0x0);}}else{if('tablePasteCell'==_0x7f3ab7['subType']){if(!_0x7f3ab7['attributes']||!_0x7f3ab7['attributes']['tablePasteChainId'])continue;const _0x1177e7=_0x7f3ab7['attributes']['markerAttributes'];if(_0x1177e7&&Object['keys'](_0x1177e7)['length'])continue;const _0x445cf5=_0x7f3ab7['attributes']['tablePasteChainId'];let _0x5a1744=!0x0,_0x317001=!0x0;for(const _0x20f2f0 of _0x2e4af8)if(_0x20f2f0['subType']&&_0x20f2f0['subType']['startsWith']('tablePaste')){if(!_0x20f2f0['attributes']['tablePasteChainId']){_0x317001=!0x1;break;}if(_0x20f2f0['id']!=_0x7f3ab7['id']&&_0x20f2f0['attributes']['tablePasteChainId']==_0x445cf5){_0x5a1744=!0x1;break;}}_0x317001&&_0x5a1744&&(_0x7f3ab7['removeMarkers'](),_0x183004=!0x0);}}for(const _0x334ad9 of _0xf01f73)_0x3dbd7a['remove'](_0x334ad9);for(const _0x16d494 of _0x189eae)_0x3dbd7a['unwrap'](_0x16d494);return _0x183004;}),_0x3a0db7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x5b9224,_0x3d9c5c)=>_0x538a2d(_0x5b9224),'converterPriority':'high'}),_0x3a0db7['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4d37b1,_0x1d54ba)=>_0x1d54ba['options']['showSuggestionHighlights']?_0x538a2d(_0x4d37b1,!0x1):null,'converterPriority':'high'});const _0x3a3f83=_0x3a0db7['editing']['view'];this['listenTo'](_0x3a3f83['document'],'clipboardOutput',(_0x405c42,_0x8c3e53)=>{const _0x415dc8=[];for(const _0x24749b of _0x3a3f83['createRangeIn'](_0x8c3e53['content'])['getItems']())_0x24749b['is']('element','suggestion-td')&&_0x415dc8['push'](_0x24749b);_0x3a3f83['change'](_0x9428cd=>{for(const _0x5aeff3 of _0x415dc8)_0x9428cd['move'](_0x9428cd['createRangeIn'](_0x5aeff3),_0x9428cd['createPositionBefore'](_0x5aeff3)),_0x9428cd['remove'](_0x5aeff3);});});}}function we(_0x4ef0c1){if(_0x4ef0c1['isEmpty'])return!0x0;const _0x4e0d0b=_0x4ef0c1['getChild'](0x0);return _0x4e0d0b['is']('element','paragraph')&&_0x4e0d0b['isEmpty'];}function ke(_0x5c37e8,_0x55f0fa={},_0x2129f4){for(const {isAnchor:_0x3801a5,cellHeight:_0x10637a,cellWidth:_0x45532c}of _0x2129f4['createTableWalker'](_0x5c37e8,{'includeAllSlots':!0x0,..._0x55f0fa}))if(!_0x3801a5||0x1!=_0x10637a||0x1!=_0x45532c)return!0x1;return!0x0;}class Nt extends _0x1d551a{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x4823a4=this['editor']['plugins']['get']('TrackChangesEditing');_0x4823a4['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x4823a4['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x4823a4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4823a4['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x4823a4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x4823a4['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x13fa87,_0x5a4afe){const _0x166c32=this['editor']['plugins']['get']('TrackChangesEditing'),_0x33f422=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x118281=_0x5a4afe['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x371f9b=_0x33f422['getColumnGroupElement'](_0x118281);let _0x42772b=_0x371f9b?_0x33f422['getTableColumnsWidths'](_0x371f9b):null,_0x5abdbb=_0x118281['getAttribute']('tableWidth')||null;const _0x37df40=_0x5a4afe['tableWidth']||_0x5abdbb,_0x2eb006=_0x5a4afe['columnWidths']||_0x42772b,_0x42421e=this['editor']['plugins']['get']('Users')['me'];for(const _0x551dae of _0x166c32['getSuggestions']()){const _0x143802=_0x551dae['getContainedElement']();if('resizeTable'===_0x551dae['subType']&&_0x143802===_0x118281){_0x551dae['author']!==_0x42421e&&_0x551dae['discard']();const _0x465c54=_0x551dae['data']['commandParams'];_0x5abdbb=_0x465c54[0x0]['tableWidth'],_0x42772b=_0x465c54[0x0]['columnWidths'];break;}}_0x13fa87({'table':_0x118281,'tableWidth':_0x37df40,'columnWidths':_0x2eb006}),_0x166c32['markBlockFormat'](_0x118281,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x5abdbb,'columnWidths':_0x42772b}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3b7afb){if('formatBlock'!=_0x3b7afb['type']&&'formatInline'!=_0x3b7afb['type'])return;const {data:_0x4127aa}=_0x3b7afb;if(_0x4127aa&&'resizeTable'===_0x4127aa['formatGroupId']){const _0x4d4568='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x4d4568)};}}}class Dt extends _0x1d551a{['afterInit'](){const _0xac0d0a=this['editor'];_0xac0d0a['plugins']['has']('Template')&&_0xac0d0a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x1d551a{['afterInit'](){const _0x4f4015=this['editor'];if(!_0x4f4015['commands']['get']('insertTableOfContents'))return;_0x4f4015['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x120a6a=_0x4f4015['plugins']['get']('TrackChangesEditing'),_0x4ea9e9=_0x4f4015['locale'];_0x120a6a['descriptionFactory']['registerElementLabel']('tableOfContents',_0x23e7e8=>o(_0x4ea9e9,'ELEMENT_TABLE_OF_CONTENTS',_0x23e7e8));}}class $t extends _0x1d551a{['afterInit'](){const _0x2bd980=this['editor'];if(!_0x2bd980['plugins']['has']('Title'))return;const _0x1ce906=_0x2bd980['plugins']['get']('TrackChangesEditing');_0x1ce906['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2bd980['locale'],'ELEMENT_TITLE')),_0x2bd980['model']['document']['registerPostFixer'](_0x299638=>{let _0x5ebec9=!0x1;const _0x22884e=Array['from'](_0x2bd980['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2f5f35,data:_0x1a9210}of _0x22884e){const {group:_0x1e6b17}=_0x1ce906['_splitMarkerName'](_0x2f5f35);if('suggestion'!==_0x1e6b17||!_0x1a9210['newRange'])continue;const _0x1c3240=_0x1a9210['newRange'],_0x2e64d9=_0x1c3240['end']['nodeBefore'];if(!_0x2e64d9||!_0x2e64d9['is']('element','title-content'))continue;if(!_0x1c3240['start']['isTouching'](_0x1c3240['end']))continue;const _0x50b976=_0x2bd980['model']['schema']['getNearestSelectionRange'](_0x1c3240['end'],'forward');if(_0x50b976&&_0x50b976['isCollapsed']){const _0x46be34=_0x299638['createRange'](_0x1c3240['start'],_0x50b976['start']);_0x46be34['isEqual'](_0x1c3240)||(_0x299638['updateMarker'](_0x2f5f35,{'range':_0x46be34}),_0x5ebec9=!0x0);}_0x5ebec9||(_0x299638['removeMarker'](_0x2f5f35),_0x5ebec9=!0x0);}return _0x5ebec9;});}}class Bt extends _0x1d551a{['afterInit'](){const _0x3c13c3=this['editor'],_0x257bbb=_0x3c13c3['plugins']['get']('TrackChangesEditing');_0x3c13c3['plugins']['has']('UndoEditing')&&(_0x257bbb['enableCommand']('undo'),_0x257bbb['enableCommand']('redo'));}}class xt extends _0x1d551a{static get['requires'](){return[It];}['afterInit'](){const _0x4dbcb8=this['editor'];if(!_0x4dbcb8['plugins']['has']('TableCaptionEditing'))return;_0x4dbcb8['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x1d551a{['tableProperties'];['tableCellProperties'];constructor(_0x99cba9){super(_0x99cba9),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';}['afterInit'](){const _0x262baa=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x4774ad of this['tableProperties'])_0x262baa['enableCommand'](_0x4774ad,(_0x930e3a,_0x3c3b02)=>{const _0x425f4e=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x4774ad,[_0x425f4e],this['tableProperties'],'tableProperties',_0x930e3a,_0x3c3b02);});_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x262baa['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x46d7bd,_0x5b3310)=>this['handleDiscardAction'](this['tableProperties'],_0x46d7bd,_0x5b3310)),_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5ac54d of this['tableCellProperties'])_0x262baa['enableCommand'](_0x5ac54d,(_0x9c2acd,_0x9acf42)=>{const _0x22cb9c=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5ac54d,_0x22cb9c,this['tableCellProperties'],'tableCellProperties',_0x9c2acd,_0x9acf42);});_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x262baa['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x5d7543,_0x3e2150)=>this['handleDiscardAction'](this['tableCellProperties'],_0x5d7543,_0x3e2150)),_0x262baa['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x262baa['descriptionFactory']['registerDescriptionCallback'](_0x30df47=>this['handleSuggestionDescription'](_0x30df47));}['_handlePropertyChange'](_0x4218ac,_0x3a3542,_0x35f7a2,_0xa32677,_0x515fa6,_0x405224){const _0x53fdf4=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x405224['batch'],()=>{for(const _0x445f9e of _0x3a3542){if(this['_getSuggestion'](_0x445f9e,_0xa32677))_0x515fa6(_0x405224);else{const _0xe44e44={};for(const _0x588b19 of _0x35f7a2){const _0x159707=_0x445f9e['getAttribute'](_0x588b19);void 0x0!==_0x159707&&(_0xe44e44[_0x588b19]=_0x159707);}_0x515fa6(_0x405224),_0x53fdf4['markBlockFormat'](_0x445f9e,{'commandParams':[_0xe44e44]},[],_0xa32677);}}});}['handleDiscardAction'](_0x1d0792,_0x155a99,_0x234dc3){const _0x278b9a=_0x155a99[0x0]['start']['nodeAfter'],_0x1b014d=_0x234dc3['commandParams'][0x0];this['editor']['model']['change'](_0x5f22de=>{for(const _0x3813e9 of _0x1d0792)void 0x0!==_0x1b014d[_0x3813e9]?_0x5f22de['setAttribute'](_0x3813e9,_0x1b014d[_0x3813e9],_0x278b9a):_0x5f22de['removeAttribute'](_0x3813e9,_0x278b9a);});}['handleSuggestionDescription'](_0x2ffc1b){if(_0x2ffc1b['data'])switch(_0x2ffc1b['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'](_0x24ee37,_0x170251){const _0x2e2d58=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1f9c7c of _0x2e2d58['getSuggestions']({'skipNotAttached':!0x0})){const _0x48fffc=_0x1f9c7c['getContainedElement']();if(_0x1f9c7c['subType']===_0x170251&&_0x48fffc===_0x24ee37)return _0x1f9c7c;}return null;}}const m='$elementName';class p extends _0x1d551a{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x431352,_0x53c3ea,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x20cd86){function _0x16856c(_0x948e5d){return _0x948e5d['map'](_0x8e14bd=>String['fromCharCode'](_0x8e14bd))['join']('');}super(_0x20cd86),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x4d5ae0,_0x505b33,_0x32ff78,_0x5a2d75)=>{this['_model']['change'](()=>{for(const _0x304ac7 of[..._0x5a2d75,..._0x32ff78])this['_model']['markers']['has'](_0x304ac7)&&_0x20cd86['editing']['reconvertMarker'](_0x304ac7);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x20cd86['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(),_0x20cd86['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x20cd86['config']['get']('trackChanges.trackFormatChanges'),_0x20cd86['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x20cd86['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x20cd86,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x16856c([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x16856c([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x30]);}['init'](){const _0x152162=this['editor'],_0x434b8a=(_0x44912c,_0x507414)=>{if('attribute'!=_0x44912c)return'ck-suggestion-marker-'+_0x44912c;const _0x41af3c=_0x507414['split']('|')[0x0];return this['_isBlockAttribute'](_0x41af3c)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x152162['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x3037dd=>{const {id:_0x4f0a65,type:_0x2cb2e3,subType:_0x3b571d}=this['_splitMarkerName'](_0x3037dd['markerName']),_0x409914=['ck-suggestion-marker',_0x434b8a(_0x2cb2e3,_0x3b571d)];let _0x9ab355=0xbb8;return this['activeMarkers']['includes'](_0x3037dd['markerName'])&&(_0x409914['push']('ck-suggestion-marker--active'),_0x9ab355=0xbc2),'deletion'==_0x2cb2e3&&(_0x9ab355+=0x5),{'classes':_0x409914,'attributes':{'data-suggestion':_0x4f0a65},'priority':_0x9ab355};}}),_0x152162['conversion']['for']('dataDowncast')['add'](_0x51de4d=>{_0x51de4d['on']('addMarker:suggestion',(_0xdabe7,_0x34598c,_0x2c727b)=>{if(!_0x2c727b['options']['showSuggestionHighlights'])return;const _0x392ffa=_0x34598c['item'];if(!_0x392ffa)return;const _0x272b71=_0x2c727b['mapper']['toViewElement'](_0x392ffa);_0x152162['model']['schema']['isObject'](_0x392ffa)&&_0x272b71&&!_0x272b71['getCustomProperty']('widget')&&_0x272b71['is']('containerElement')&&_0x3173ea(_0x272b71,_0x2c727b['writer']);},{'priority':'high'});}),_0x152162['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xab8274,_0x2b489e)=>{if(!_0x2b489e['options']['showSuggestionHighlights'])return null;const {type:_0x2babea,subType:_0x5cc92d}=this['_splitMarkerName'](_0xab8274['markerName']);return{'classes':['ck-suggestion-marker',_0x434b8a(_0x2babea,_0x5cc92d)],'priority':0xbb8};}});const _0x27035f=({showActiveMarkers:_0x5b7664=!0x0,isAttributeSuggestion:_0x15b7a3=!0x1}={})=>(_0x1b6212,_0x340f54,_0x2a827f)=>{if(!_0x340f54['item'])return;const {id:_0x1c6c65}=this['_splitMarkerName'](_0x340f54['markerName']);if(_0x15b7a3){const _0x11e76a=this['_suggestions']['get'](_0x1c6c65),_0x3c244e=this['_getAttributeKey'](_0x11e76a);if(!this['_isBlockAttribute'](_0x3c244e))return;}if(_0x340f54['item']['is']('selection'))return void _0x2a827f['consumable']['consume'](_0x340f54['item'],_0x1b6212['name']);const _0x255430=_0x2a827f['mapper']['toViewElement'](_0x340f54['item']);if(_0x340f54['item']['is']('element')&&_0x152162['model']['schema']['isBlock'](_0x340f54['item'])&&!_0x255430['getCustomProperty']('addHighlight')){_0x2a827f['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x255430),_0x2a827f['writer']['setAttribute']('data-suggestion',_0x1c6c65,_0x255430),_0x2a827f['mapper']['bindElementToMarker'](_0x255430,_0x340f54['markerName']),_0x5b7664&&(this['activeMarkers']['includes'](_0x340f54['markerName'])?_0x2a827f['writer']['addClass']('ck-suggestion-marker--active',_0x255430):_0x2a827f['writer']['removeClass']('ck-suggestion-marker--active',_0x255430));for(const _0x326e28 of _0x152162['model']['createRangeIn'](_0x340f54['item'])['getItems']())_0x2a827f['consumable']['consume'](_0x326e28,_0x1b6212['name']);_0x2a827f['consumable']['consume'](_0x340f54['item'],_0x1b6212['name']);}};_0x152162['conversion']['for']('dataDowncast')['add'](_0x427cad=>{_0x427cad['on']('addMarker:suggestion:formatBlock',(_0x4159ed,_0x3ee474,_0x4db29a)=>{_0x4db29a['options']['showSuggestionHighlights']&&_0x27035f({'showActiveMarkers':!0x1})(_0x4159ed,_0x3ee474,_0x4db29a);},{'priority':'highest'});}),_0x152162['conversion']['for']('dataDowncast')['add'](_0x570d56=>{_0x570d56['on']('addMarker:suggestion:attribute',(_0x53e300,_0x409f5f,_0x5efe74)=>{_0x5efe74['options']['showSuggestionHighlights']&&_0x27035f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x53e300,_0x409f5f,_0x5efe74);},{'priority':'highest'});}),_0x152162['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x371295,_0x26f8f4)=>_0x26f8f4['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x371295['substr'](0xb)}}),_0x152162['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4e7bdb,{writer:_0x17d64f})=>{let _0x399f29='suggestion:'+_0x4e7bdb['getAttribute']('suggestion-type')+':'+_0x4e7bdb['getAttribute']('id');return _0x4e7bdb['getAttribute']('marker-count')&&(_0x399f29+=':'+_0x4e7bdb['getAttribute']('marker-count')),_0x17d64f['createElement']('$marker',{'data-name':_0x399f29});}}),_0x152162['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x152162['conversion']['for']('editingDowncast')['add'](_0x3f94b4=>{_0x3f94b4['on']('addMarker:suggestion:formatBlock',_0x27035f(),{'priority':'high'});}),_0x152162['conversion']['for']('editingDowncast')['add'](_0x550e2b=>{_0x550e2b['on']('addMarker:suggestion:attribute',_0x27035f({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x152162['conversion']['for']('editingDowncast')['add'](_0x23d383=>{_0x23d383['on']('removeMarker:suggestion:formatBlock',(_0x51a74a,_0x285e4e,_0x2a48b9)=>{const _0x18ab1a=_0x2a48b9['mapper']['markerNameToElements'](_0x285e4e['markerName']);if(_0x18ab1a){for(const _0x43fa2a of _0x18ab1a)_0x43fa2a['getCustomProperty']('addHighlight')||(_0x2a48b9['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x43fa2a),_0x2a48b9['writer']['removeAttribute']('data-suggestion',_0x43fa2a),_0x2a48b9['mapper']['unbindElementFromMarkerName'](_0x43fa2a,_0x285e4e['markerName']));}},{'priority':'high'});}),_0x152162['conversion']['for']('editingDowncast')['add'](_0x27735a=>{_0x27735a['on']('removeMarker:suggestion:attribute',(_0x9085,_0x1937b8,_0x52babc)=>{const _0x2e214d=_0x52babc['mapper']['markerNameToElements'](_0x1937b8['markerName']);if(!_0x2e214d)return;const {id:_0x1e1643}=this['_splitMarkerName'](_0x1937b8['markerName']),_0x380b5a=this['_suggestions']['get'](_0x1e1643),_0x3b62f3=this['_getAttributeKey'](_0x380b5a);if(this['_isBlockAttribute'](_0x3b62f3)){for(const _0x2e1e16 of _0x2e214d)_0x2e1e16['getCustomProperty']('addHighlight')||(_0x52babc['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2e1e16),_0x52babc['writer']['removeAttribute']('data-suggestion',_0x2e1e16),_0x52babc['mapper']['unbindElementFromMarkerName'](_0x2e1e16,_0x1937b8['markerName']));}},{'priority':'high'});}),_0x152162['model']['document']['registerPostFixer'](_0x2d0b7d=>{let _0x325c6d=!0x1;const _0x24d1ae=Array['from'](_0x152162['model']['document']['differ']['getChangedMarkers']()),_0x3ebc86=new Set();for(const {name:_0x55361b,data:_0xb17200}of _0x24d1ae){const {group:_0x31998d,type:_0x14b2e0,subType:_0x5f0368,id:_0x326945}=this['_splitMarkerName'](_0x55361b);if('suggestion'!==_0x31998d)continue;const _0x204864=this['_suggestions']['get'](_0x326945);if(null!=_0xb17200['newRange']){'formatInline'==_0x14b2e0&&(_0x325c6d=_0x325c6d||Ut(_0xb17200['newRange'],_0x55361b,_0x2d0b7d,_0x152162['model']['schema']));const _0x117fc0='attribute'==_0x14b2e0&&this['_isBlockAttribute'](_0x5f0368['split']('|')[0x0]);if(_0xb17200['newRange']['isCollapsed']||'$graveyard'==_0xb17200['newRange']['root']['rootName']||'formatBlock'==_0x14b2e0&&!Ft(_0xb17200['newRange'])||_0x117fc0&&!Ft(_0xb17200['newRange'])||'deletion'==_0x14b2e0&&!(!Vt(_0x2e4524=_0xb17200['newRange'])&&!function(_0x45fbab){return _0x45fbab['start']['parent']==_0x45fbab['end']['nodeBefore']&&_0x45fbab['start']['isAtEnd'];}(_0x2e4524)))_0x2d0b7d['removeMarker'](_0x55361b),_0x325c6d=!0x0;else{if(!_0x204864||!_0x204864['isInContent'])continue;if(_0xb17200['newRange']&&_0xb17200['oldRange']&&_0xb17200['newRange']['isEqual'](_0xb17200['oldRange']))continue;_0x3ebc86['add'](_0x204864);}}}var _0x2e4524;return _0x3ebc86['size']>0x0&&(_0x325c6d=!!this['_joinWithAdjacentSuggestions'](_0x3ebc86)||_0x325c6d),_0x325c6d;}),_0x152162['model']['document']['registerPostFixer'](_0x250375=>{let _0x436f1f=!0x1;for(const _0x2be36d of _0x152162['model']['document']['differ']['getChanges']())if('insert'==_0x2be36d['type'])for(const _0x2aeba9 of this['_suggestions']['values']()){if(_0x2aeba9['isMultiRange']||!_0x2aeba9['isInContent'])continue;const _0x3e758b='formatBlock'==_0x2aeba9['type'],_0x12dafe=this['_getAttributeKey'](_0x2aeba9),_0x4fc067=_0x12dafe&&this['_isBlockAttribute'](_0x12dafe);if(!_0x3e758b&&!_0x4fc067)continue;const _0x7603df=_0x2aeba9['getFirstRange']();if(_0x7603df['start']['parent']!=_0x7603df['end']['parent']&&!_0x7603df['end']['isAtEnd']){const _0x7af9d0=_0x152162['model']['createPositionAt'](_0x7603df['start']['nodeAfter'],'end'),_0x29cea9=_0x152162['model']['createRange'](_0x7603df['start'],_0x7af9d0);_0x250375['updateMarker'](_0x2aeba9['getFirstMarker'](),{'range':_0x29cea9}),_0x436f1f=!0x0;}}return _0x436f1f;}),_0x152162['model']['document']['registerPostFixer'](_0x34fb74=>this['_processAttributeChanges'](_0x34fb74)),_0x152162['model']['document']['registerPostFixer'](_0x278dde=>!_0x278dde['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x278dde)),_0x152162['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x152162['model']['document']['on']('change:data',(_0x283873,_0x48934d)=>{if(!_0x48934d['isLocal']||_0x48934d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x3d4238=_0x152162['model']['document']['differ']['getChanges']();if(0x0==_0x3d4238['length'])return;const _0x14e5ab=[],_0x37d0d2=_0x3d4238['filter'](_0xe8a1a0=>'attribute'==_0xe8a1a0['type']),_0x258555=_0x3d4238['filter'](_0x2c812b=>'insert'==_0x2c812b['type']&&'$text'!=_0x2c812b['name']);for(const _0x57a692 of _0x37d0d2)this['_isRegisteredAttribute'](_0x57a692['attributeKey'])&&_0x14e5ab['push']({'key':_0x57a692['attributeKey'],'newValue':_0x57a692['attributeNewValue'],'oldValue':_0x57a692['attributeOldValue'],'range':Pt(_0x57a692['range'],_0x152162['model'])});for(const _0x36bbe8 of _0x258555){if('rename'!=_0x36bbe8['action']&&'refresh'!=_0x36bbe8['action'])continue;const _0x342e15=Lt(_0x36bbe8['position']['nodeAfter'],_0x152162['model']),_0x451a38=_0x36bbe8['before'];'rename'==_0x36bbe8['action']&&_0x14e5ab['push']({'key':m,'newValue':_0x36bbe8['name'],'oldValue':_0x451a38['name'],'range':_0x342e15});for(const [_0x34b663,_0x4a24ef]of _0x451a38['attributes']){if(!this['_isRegisteredAttribute'](_0x34b663))continue;const _0x376e89=_0x36bbe8['attributes']['get'](_0x34b663);_0x4a24ef!==_0x376e89&&_0x14e5ab['push']({'key':_0x34b663,'newValue':_0x376e89,'oldValue':_0x4a24ef,'range':_0x342e15});}for(const [_0x1e53d7,_0x34da02]of _0x36bbe8['attributes'])this['_isRegisteredAttribute'](_0x1e53d7)&&(_0x451a38['attributes']['has'](_0x1e53d7)||_0x14e5ab['push']({'key':_0x1e53d7,'newValue':_0x34da02,'oldValue':null,'range':_0x342e15}));}0x0!=_0x14e5ab['length']&&_0x152162['model']['enqueueChange'](_0x48934d,_0x410b04=>{const _0x236710=_0x1c37d5();for(const {range:_0x4c8be4,key:_0x1f0f64,oldValue:_0x525a00,newValue:_0xa25b1b}of _0x14e5ab)this['markAttributeChange'](_0x4c8be4,_0x1f0f64,_0x525a00,_0xa25b1b,{'groupId':_0x236710});this['_reduceExistingSuggestions'](_0x410b04,_0x14e5ab);});},{'priority':'lowest'}),_0x152162['model']['markers']['on']('update:suggestion',(_0x16e7ae,_0x4fa7f6,_0x5e4564)=>{if(null==_0x5e4564){const {id:_0x1a54db}=this['_splitMarkerName'](_0x4fa7f6['name']),_0x323a8b=this['_suggestions']['get'](_0x1a54db);_0x323a8b&&_0x323a8b['addMarkerName'](_0x4fa7f6['name']);}}),_0x152162['model']['document']['on']('change:data',()=>{const _0x235e88=Array['from'](_0x152162['model']['document']['differ']['getChangedMarkers']())['filter'](_0x541c31=>'suggestion'===this['_splitMarkerName'](_0x541c31['name'])['group']);if(0x0===_0x235e88['length'])return;_0x235e88['sort']((_0x3ffbc2,_0xb2f84a)=>{const _0x5cee9e=_0x3ffbc2['data']['oldRange'],_0x143331=_0xb2f84a['data']['oldRange'];return null===_0x5cee9e&&null===_0x143331?0x0:null===_0x5cee9e&&null!==_0x143331?-0x1:null!==_0x5cee9e&&null===_0x143331?0x1:_0x5cee9e['start']['isBefore'](_0x143331['start'])?-0x1:0x1;});const _0x660e9e=new Set(),_0xe6fa4=new Set();for(const {name:_0x39b5a6,data:_0x4bcb07}of _0x235e88){const {id:_0x335482}=this['_splitMarkerName'](_0x39b5a6);if(null===_0x4bcb07['oldRange']){const _0x290b6c=this['_handleNewSuggestionMarker'](_0x39b5a6);_0xe6fa4['add'](_0x290b6c);}else{const _0x3978bf=this['_suggestions']['get'](_0x335482);null!==_0x4bcb07['newRange']||_0x3978bf['isInContent']?(_0x660e9e['add'](_0x3978bf['head']),_0xe6fa4['add'](_0x3978bf)):this['_removeSuggestion'](_0x3978bf);}}_0xe6fa4['size']>0x0&&this['_refreshSuggestionsChain'](_0xe6fa4);for(const _0x102a64 of _0x660e9e)this['fire']('suggestionChanged',_0x102a64);}),_0x152162['model']['on']('applyOperation',(_0xe37480,_0xf1ce7)=>{const _0x82b23=_0xf1ce7[0x0];if(!this['_suggestions']['size'])return;if(!_0x82b23['isDocumentOperation'])return;if(_0x82b23['batch']['isUndo']||!_0x82b23['batch']['isLocal'])return;let _0xc93dfb,_0x1ffaef;switch(_0x82b23['type']){case'insert':_0xc93dfb=_0x152162['model']['createPositionAt'](_0x82b23['position']),_0x1ffaef=_0xc93dfb['getShiftedBy'](_0x82b23['howMany']);break;case'split':_0xc93dfb=_0x152162['model']['createPositionAt'](_0x82b23['splitPosition']),_0x1ffaef=_0x152162['model']['createPositionAt'](_0x82b23['moveTargetPosition']);break;case'move':_0xc93dfb=_0x152162['model']['createPositionAt'](_0x82b23['targetPosition']),_0x1ffaef=_0xc93dfb['getShiftedBy'](_0x82b23['howMany']);break;default:return;}const _0x2b452e=_0x152162['model']['createRange'](_0xc93dfb,_0x1ffaef);_0x152162['model']['change'](()=>{for(const {suggestion:_0x5df04a,meta:_0x1b425d}of this['_findSuggestions'](_0x2b452e)){if(_0x5df04a['isMultiRange'])continue;if('formatInline'==_0x5df04a['type'])continue;const _0x5567c7=this['_getAttributeKey'](_0x5df04a);if(_0x5567c7&&this['_isBlockAttribute'](_0x5567c7)&&'split'!=_0x82b23['type'])continue;const _0x4c1638=_0x5df04a['data']&&_0x5df04a['data']['multipleBlocks'];('formatBlock'!=_0x5df04a['type']||'split'==_0x82b23['type']&&!_0x4c1638)&&(_0x1b425d['containsRangeInObject']||'insertion'==_0x5df04a['type']&&_0x1b425d['isOwn']||_0x5df04a['getFirstRange']()['containsRange'](_0x2b452e)&&this['_breakSuggestionMarker'](_0x5df04a,_0xc93dfb,_0x1ffaef));}});},{'priority':'lowest'}),_0x152162['model']['on']('deleteContent',(_0x595e6e,_0x21da17)=>{const _0x273f41=_0x21da17[0x0],_0x322c30=_0x21da17[0x1];if(_0x322c30&&_0x322c30['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x273f41['isCollapsed'])return;const _0x345dc3=_0x152162['model']['schema'],{start:_0x46e2fa,end:_0x45c002}=_0x273f41['getFirstRange'](),_0x36ee9d=_0x46e2fa['nodeAfter']&&_0x345dc3['isLimit'](_0x46e2fa['nodeAfter'])?null:_0x345dc3['getNearestSelectionRange'](_0x46e2fa,'forward'),_0x51f623=_0x45c002['nodeBefore']&&_0x345dc3['isLimit'](_0x45c002['nodeBefore'])?null:_0x345dc3['getNearestSelectionRange'](_0x45c002,'backward'),_0x4e2e8e=_0x152162['model']['createRange'](_0x36ee9d?_0x36ee9d['start']:_0x46e2fa,_0x51f623?_0x51f623['end']:_0x45c002);_0x152162['model']['change'](_0xcf0827=>{this['markDeletion'](_0x4e2e8e);const _0x2eb108=_0x152162['model']['schema']['getNearestSelectionRange'](_0x4e2e8e['start']);_0x273f41['is']('documentSelection')?_0xcf0827['setSelection'](_0x2eb108):_0x273f41['setTo'](_0x2eb108);}),_0x595e6e['stop']();},{'priority':_0x20dbe8['normal']+0xa}),_0x152162['model']['on']('insertContent',(_0x20d01b,_0x115862)=>{const _0x4ef0c0=_0x115862[_0x115862['length']-0x1];_0x4ef0c0&&_0x4ef0c0['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x152162['model']['change'](()=>{let _0x1e66be=_0x152162['model']['insertContent'](_0x115862[0x0],_0x115862[0x1],_0x115862[0x2],{'forceDefaultExecution':!0x0});if(!_0x1e66be)return;_0x20d01b['return']=_0x1e66be['clone']();const _0x39b926=_0x1e66be['end']['nodeBefore'],_0x12f0e2=_0x152162['model']['schema'];_0x39b926&&_0x12f0e2['isBlock'](_0x39b926)&&!_0x12f0e2['isObject'](_0x39b926)&&(_0x1e66be=_0x152162['model']['createRange'](_0x1e66be['start'],_0x152162['model']['createPositionAt'](_0x39b926,'end'))),this['markInsertion'](_0x1e66be);}),_0x20d01b['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x24f689=new x(_0x152162,this['_suggestions']);_0x152162['commands']['add']('acceptSuggestion',_0x24f689),this['enableCommand']('acceptSuggestion');const _0x345381=new R(_0x152162,this['_suggestions']);_0x152162['commands']['add']('discardSuggestion',_0x345381),this['enableCommand']('discardSuggestion'),_0x152162['commands']['add']('acceptAllSuggestions',new E(_0x152162,_0x24f689,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x152162['commands']['add']('discardAllSuggestions',new E(_0x152162,_0x345381,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x152162['commands']['add']('acceptSelectedSuggestions',new O(_0x152162,_0x24f689,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x152162['commands']['add']('discardSelectedSuggestions',new O(_0x152162,_0x345381,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x2a9142=_0x152162['plugins']['get']('CommentsRepository');this['listenTo'](_0x2a9142,'addComment',(_0x4fb069,{threadId:_0x1468ab})=>{const _0x54647a=this['_suggestions']['get'](_0x1468ab);_0x54647a&&_0x54647a['commentThread']&&0x1===_0x54647a['commentThread']['length']&&this['_updateSuggestionData'](_0x1468ab,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x2a9142,'removeComment',(_0x4205a6,{threadId:_0x1ca65f})=>{const _0x56439d=this['_suggestions']['get'](_0x1ca65f);_0x56439d&&_0x56439d['commentThread']&&!_0x56439d['commentThread']['length']&&this['_updateSuggestionData'](_0x1ca65f,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x39d7da){if(this['_adapter'])throw new _0x163961('track-changes-adapter-already-set',this);this['_adapter']=_0x39d7da;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x51375f=!0x1,toJSON:_0x496d9b=!0x1}={}){const _0x58c953=[];for(const _0x483bec of this['_suggestions']['values']())_0x51375f&&!_0x483bec['isInContent']||_0x58c953['push'](_0x483bec);return _0x496d9b?_0x58c953['map'](_0x3e3b0e=>_0x3e3b0e['toJSON']()):_0x58c953;}['getSuggestion'](_0x74194c){const _0x26eb28=this['_suggestions']['get'](_0x74194c);if(!_0x26eb28)throw new _0x163961('track-changes-suggestion-not-found',this);return _0x26eb28;}['hasSuggestion'](_0x3aa66a){return this['_suggestions']['has'](_0x3aa66a);}['addSuggestionData'](_0x295d6a){const {authorId:_0x2b8693,id:_0x8830de,attributes:_0x5ae4ac}=_0x295d6a,[_0x189064,_0xfafd91]=_0x295d6a['type']['split'](':'),_0x11d4a9=this['_suggestions']['get'](_0x8830de)||this['_createSuggestion'](_0x189064,_0xfafd91,_0x8830de,_0x2b8693,_0x5ae4ac);if(this['_addThreadToSuggestion'](_0x11d4a9),this['_checkSuggestionCorrectness'](_0x11d4a9,_0x189064,_0xfafd91||null,_0x2b8693),_0x11d4a9['createdAt']=_0x295d6a['createdAt'],_0x11d4a9['_isDataLoaded']=!0x0,_0x5ae4ac&&_0x5ae4ac['@external']){const _0x455139=_0x5ae4ac['@external'],_0x106153=this['_getExternalAuthor'](_0x455139['authorName']);_0x11d4a9['authoredAt']=_0x455139['createdAt'],_0x11d4a9['author']=_0x106153,_0x11d4a9['isExternal']=!0x0;}else _0x11d4a9['authoredAt']=_0x295d6a['createdAt'];switch(_0x295d6a['data']&&(_0x11d4a9['data']=_0x295d6a['data']),_0x295d6a['attributes']&&(_0x11d4a9['attributes']=_0x295d6a['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x11d4a9['_saved']=!0x0),this['_suggestionState']['get'](_0x11d4a9)){case'notReady':this['_suggestionState']['set'](_0x11d4a9,'dataReady');break;case'markerReady':_0x11d4a9['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x11d4a9])),this['_refreshSuggestionsChain'](new Set([_0x11d4a9])),this['_suggestionState']['set'](_0x11d4a9,'ready'),this['fire']('suggestionLoaded',_0x11d4a9)):this['_suggestionState']['set'](_0x11d4a9,'removed');}return _0x11d4a9;}['acceptSuggestion'](_0x48e78e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x318978 of _0x48e78e['getAllAdjacentSuggestions']())_0x318978['accept']();});});}['discardSuggestion'](_0xcb251){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x561905 of _0xcb251['getAllAdjacentSuggestions']())_0x561905['discard']();});});}['enableCommand'](_0x533fe7,_0x41e988){const _0x129bac=this['editor']['commands']['get'](_0x533fe7);if(!_0x129bac)throw new _0x163961('track-changes-command-not-found',this,{'commandName':_0x533fe7});if(this['_enabledCommands']['has'](_0x129bac))throw new _0x163961('track-changes-enable-command-twice',this,{'commandName':_0x533fe7});this['_enabledCommands']['add'](_0x129bac),_0x41e988&&_0x129bac['on']('execute',(_0x4901ce,_0xd7d5c8)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0xd7d5c8['length']>0x0&&_0xd7d5c8[_0xd7d5c8['length']-0x1]&&_0xd7d5c8[_0xd7d5c8['length']-0x1]['forceDefaultExecution']?_0xd7d5c8['pop']():(_0x4901ce['return']=_0x41e988((..._0xf1a974)=>_0x129bac['execute'](..._0xf1a974,{'forceDefaultExecution':!0x0}),..._0xd7d5c8),_0x4901ce['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x18b17c){let _0x47f020,_0x600a4f;const _0x255ffc=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x47f020=_0x18b17c();}catch(_0x67e4f6){_0x600a4f=_0x67e4f6;}return _0x255ffc||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x600a4f&&_0x163961['rethrowUnexpectedError'](_0x600a4f,this),_0x47f020;}['markInsertion'](_0xaa7b6a,_0x1f8162=null,_0x143d8b={}){if(_0xaa7b6a['isCollapsed'])return null;const _0x309b14=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x26b99d,meta:_0xc1d6b8}of this['_findSuggestions'](_0xaa7b6a,'insertion'))if(_0xc1d6b8['isOwn']){if(!_0xc1d6b8['isNextTo']){if(_0xc1d6b8['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x26b99d,_0x143d8b))continue;return _0x26b99d;}if(qt(_0x26b99d,_0x143d8b))return _0x26b99d;this['_breakSuggestionMarker'](_0x26b99d,_0xaa7b6a['start'],_0xaa7b6a['end']);break;}if(_0x1f8162==_0x26b99d['subType']&&qt(_0x26b99d,_0x143d8b)){const _0x1dd20d=_0x26b99d['getFirstRange']();return _0x1dd20d['start']['isEqual'](_0xaa7b6a['end'])?this['_setSuggestionRange'](_0x26b99d,this['_model']['createRange'](_0xaa7b6a['start'],_0x1dd20d['end'])):this['_setSuggestionRange'](_0x26b99d,this['_model']['createRange'](_0x1dd20d['start'],_0xaa7b6a['end'])),_0x26b99d;}}const _0x196523=_0x1c37d5(),_0x3211e3=_0x309b14['id'],_0x1c62c4=_0x1f8162?'insertion:'+_0x1f8162:'insertion',_0x30a074=this['_setSuggestionData']({'id':_0x196523,'type':_0x1c62c4,'createdAt':new Date(),'authorId':_0x3211e3,'attributes':_0x143d8b});return this['_addSuggestionMarker'](_0x1c62c4,_0x196523,_0x3211e3,_0xaa7b6a),_0x30a074;}['markMultiRangeInsertion'](_0x2e9749,_0xd4d87e='multi',_0x30b164={}){const _0x29c0d1=this['editor']['plugins']['get']('Users')['me'],_0x2a6cc0=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xd4d87e,'join');for(const _0x2db865 of this['getSuggestions']())if(_0x2db865['author']['id']==_0x29c0d1['id']&&'insertion'==_0x2db865['type']&&_0x2db865['subType']==_0xd4d87e&&qt(_0x2db865,_0x30b164)&&(_0x2a6cc0(_0x2db865['getRanges'](),_0x2e9749)||_0x2a6cc0(_0x2e9749,_0x2db865['getRanges']()))){for(const _0x542bd5 of _0x2e9749)_0x2db865['addRange'](_0x542bd5);return _0x2db865;}for(const {suggestion:_0x39709b,meta:_0x4246ac}of this['_findSuggestions'](_0x2e9749,'insertion')){if(!_0x4246ac['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x4246ac['containsRangeInObject'])continue;if(!qt(_0x39709b,_0x30b164))continue;let _0x1364de=!0x0;for(const _0x5ee02f of _0x39709b['getRanges']())for(const _0x382b89 of _0x2e9749)if(!_0x5ee02f['containsRange'](_0x382b89)){_0x1364de=!0x1;break;}if(_0x1364de)return _0x39709b;}const _0x5205fb=_0x1c37d5(),_0x360591=_0x29c0d1['id'],_0x5babf6='insertion:'+_0xd4d87e,_0x26b436=this['_setSuggestionData']({'id':_0x5205fb,'type':_0x5babf6,'createdAt':new Date(),'authorId':_0x360591,'attributes':_0x30b164});for(const _0x1684cc of _0x2e9749)this['_addSuggestionMarker'](_0x5babf6,_0x5205fb,_0x360591,_0x1684cc,u['getMultiRangeId']());return _0x26b436;}['markInlineFormat'](_0x37c1f4,_0x2ff4f7,_0x5e01b0=null,_0x4b4fa2={}){if(_0x5e01b0=_0x5e01b0||Gt(_0x2ff4f7),_0x37c1f4['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x9665a5=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5e01b0,'accept');return this['forceDefaultExecution'](()=>_0x9665a5([_0x37c1f4],_0x2ff4f7,_0x4b4fa2)),null;}const _0x14051b=this['editor']['plugins']['get']('Users')['me'],_0x3f88b8=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x39312e,meta:_0x3bf778}of this['_findSuggestions'](_0x37c1f4,'insertion'))_0x3bf778['isOwn']&&!_0x3bf778['isInsideObject']&&_0x3f88b8['push'](..._0x39312e['getRanges']());}const _0x592069=function(_0x43f211,_0x23a97f){const _0x57a6f8=[];for(const _0x135b6c of _0x23a97f){const _0x2493da=_0x43f211['getIntersection'](_0x135b6c);_0x2493da&&_0x57a6f8['push'](_0x2493da);}return _0x57a6f8;}(_0x37c1f4,_0x3f88b8),_0x536ab4=function(_0x10783d,_0x599043){const _0x158d42=[_0x10783d];for(const _0x507180 of _0x599043){let _0x5c4bd5=0x0;for(;_0x5c4bd5<_0x158d42['length'];){const _0xf8b804=_0x158d42[_0x5c4bd5]['getDifference'](_0x507180);_0x158d42['splice'](_0x5c4bd5,0x1,..._0xf8b804),_0x5c4bd5+=_0xf8b804['length'];}}return _0x158d42;}(_0x37c1f4,_0x3f88b8);_0x592069['length']&&this['_model']['change'](()=>{for(const _0x4ed192 of _0x592069){const _0x40f06a=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5e01b0,'accept');this['forceDefaultExecution'](()=>_0x40f06a([_0x4ed192],_0x2ff4f7,_0x4b4fa2));}});for(const _0x55092a of _0x536ab4){let _0x3b0988=null,_0xf8c344=_0x55092a['start'],_0x255ec7=_0x55092a['end'];for(const {suggestion:_0x321589,meta:_0x5a36e0}of this['_findSuggestions'](_0x55092a,'formatInline')){if(!_0x5a36e0['isOwn'])continue;if(_0x321589['subType']!=_0x5e01b0)continue;if(!qt(_0x321589,_0x4b4fa2))continue;const _0x120f55=_0x321589['getFirstRange']();if(_0x120f55['containsRange'](_0x55092a,!0x0))return null;_0xf8c344=_0xf8c344['isBefore'](_0x120f55['start'])?_0xf8c344:_0x120f55['start'],_0x255ec7=_0x255ec7['isAfter'](_0x120f55['end'])?_0x255ec7:_0x120f55['end'],_0x3b0988?_0x120f55['start']['isBefore'](_0x3b0988['getFirstRange']()['start'])?(_0x3b0988['removeMarkers'](),_0x3b0988=_0x321589):_0x321589['removeMarkers']():_0x3b0988=_0x321589;}const _0x5a49b5=this['_model']['createRange'](_0xf8c344,_0x255ec7);if(_0x3b0988)this['_setSuggestionRange'](_0x3b0988,_0x5a49b5);else{const _0x1bd7e0=_0x1c37d5(),_0x1c962a=_0x14051b['id'];this['_setSuggestionData']({'id':_0x1bd7e0,'type':'formatInline:'+_0x5e01b0,'data':_0x2ff4f7,'createdAt':new Date(),'authorId':_0x1c962a,'attributes':_0x4b4fa2}),this['_addSuggestionMarker']('formatInline:'+_0x5e01b0,_0x1bd7e0,_0x1c962a,_0x5a49b5);}}return null;}['markBlockFormat'](_0x4eda92,_0x41437f,_0x4d5f6b=[],_0x4cde66=null,_0x3c1aa0={}){_0x41437f['formatGroupId']||(_0x41437f['formatGroupId']=_0x41437f['commandName']),_0x41437f['multipleBlocks']=_0x4eda92['is']('range'),_0x4cde66=_0x4cde66||Gt(_0x41437f);const _0x5b647d=_0x4d5f6b['map'](_0x2c6abf=>Lt(_0x2c6abf,this['_model'])),_0x2a5b82=_0x4eda92['is']('range')?_0x4eda92:Lt(_0x4eda92,this['_model']);if('never'===this['_trackFormatChanges']){const _0x110342=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4cde66,'accept');return this['forceDefaultExecution'](()=>_0x110342([_0x2a5b82],_0x41437f,_0x3c1aa0)),null;}_0x5b647d['push'](_0x2a5b82);let _0x229c46=!0x0;for(const _0x30c447 of _0x5b647d)if(!this['_rangeIsInLocalUserInsertion'](_0x30c447)){_0x229c46=!0x1;break;}if(_0x229c46&&'always'!==this['_trackFormatChanges']){const _0x3bf7ee=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4cde66,'accept');return this['forceDefaultExecution'](()=>_0x3bf7ee([_0x2a5b82],_0x41437f,_0x3c1aa0)),null;}let _0x206f45=null,_0x228d3a=_0x2a5b82['start'],_0x57930c=_0x2a5b82['end'];for(const {suggestion:_0x1085b6,meta:_0x1bc0df}of this['_findSuggestions'](_0x2a5b82,'formatBlock')){if(!_0x1bc0df['isOwn'])continue;if(_0x1bc0df['isNextTo']||_0x1bc0df['containsRangeInObject']||_0x1bc0df['isInsideObject'])continue;if(_0x1085b6['data']['formatGroupId']!=_0x41437f['formatGroupId'])continue;if(!qt(_0x1085b6,_0x3c1aa0))continue;const _0x4b9aeb=_0x1085b6['getFirstRange']();if(_0x1085b6['subType']==_0x4cde66){if(_0x4b9aeb['containsRange'](_0x2a5b82,!0x0))return null;_0x228d3a=_0x228d3a['isBefore'](_0x4b9aeb['start'])?_0x228d3a:_0x4b9aeb['start'],_0x57930c=_0x57930c['isAfter'](_0x4b9aeb['end'])?_0x57930c:_0x4b9aeb['end'],_0x206f45?_0x4b9aeb['start']['isBefore'](_0x206f45['getFirstRange']()['start'])?(_0x206f45['removeMarkers'](),_0x206f45=_0x1085b6):_0x1085b6['removeMarkers']():_0x206f45=_0x1085b6;}else{const _0x29cb01=_0x2a5b82['getIntersection'](_0x4b9aeb);this['_cutOutSuggestionMarker'](_0x1085b6,_0x29cb01);}}const _0x35cf10=this['editor']['plugins']['get']('Users')['me'],_0x493254=_0x1c37d5(),_0x2ac334=_0x35cf10['id'];if(_0x206f45)return this['_setSuggestionRange'](_0x206f45,this['_model']['createRange'](_0x228d3a,_0x57930c)),_0x206f45;{const _0x1dce0e=this['_setSuggestionData']({'id':_0x493254,'type':'formatBlock:'+_0x4cde66,'data':_0x41437f,'createdAt':new Date(),'authorId':_0x2ac334,'attributes':_0x3c1aa0});return this['_addSuggestionMarker']('formatBlock:'+_0x4cde66,_0x493254,_0x2ac334,this['_model']['createRange'](_0x228d3a,_0x57930c)),_0x1dce0e;}}['markMultiRangeBlockFormat'](_0x403df7,_0x2d7cca,_0x135579=[],_0x52dfab=null,_0x1a7ba2={}){_0x2d7cca['formatGroupId']||(_0x2d7cca['formatGroupId']=_0x2d7cca['commandName']);const _0x2c3691=_0x403df7[0x0];_0x2d7cca['multipleBlocks']=_0x2c3691['is']('range'),_0x52dfab=_0x52dfab||Gt(_0x2d7cca);const _0x30ebc1=_0x135579['map'](_0xc1ffc9=>Lt(_0xc1ffc9,this['_model'])),_0x48749d=_0x2c3691['is']('range')?_0x403df7:_0x403df7['map'](_0x30285f=>Lt(_0x30285f,this['_model']));if('never'===this['_trackFormatChanges']){const _0x317f48=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x52dfab,'accept');return this['forceDefaultExecution'](()=>_0x317f48(_0x48749d,_0x2d7cca,_0x1a7ba2)),null;}_0x30ebc1['push'](..._0x48749d);let _0x3a9796=!0x0;for(const _0x125189 of _0x30ebc1)if(!this['_rangeIsInLocalUserInsertion'](_0x125189)){_0x3a9796=!0x1;break;}if(_0x3a9796&&'always'!==this['_trackFormatChanges']){const _0x146acb=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x52dfab,'accept');return this['forceDefaultExecution'](()=>_0x146acb(_0x48749d,_0x2d7cca,_0x1a7ba2)),null;}const _0xed4f0b=this['editor']['plugins']['get']('Users')['me'];for(const _0x41ca2b of this['getSuggestions']()){if(_0x41ca2b['author']['id']!=_0xed4f0b['id'])continue;if('formatBlock'!=_0x41ca2b['type']||_0x41ca2b['data']['formatGroupId']!=_0x2d7cca['formatGroupId'])continue;if(!qt(_0x41ca2b,_0x1a7ba2))continue;const _0x43f3b3=_0x41ca2b['subType']==_0x52dfab;for(let _0x3dd749=0x0;_0x3dd749<_0x48749d['length'];_0x3dd749++){const _0x2f4332=_0x48749d[_0x3dd749];for(const _0x27738e of _0x41ca2b['getMarkers']()){const _0x34b211=_0x27738e['getRange']();if(_0x2f4332['isEqual'](_0x34b211)){_0x43f3b3?(_0x48749d['splice'](_0x3dd749,0x1),_0x3dd749--):_0x41ca2b['removeMarker'](_0x27738e['name']);break;}}}}if(0x0==_0x48749d['length'])return null;const _0x95c18a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x52dfab,'join');for(const _0x451939 of this['getSuggestions']())if(_0x451939['author']['id']==_0xed4f0b['id']&&'formatBlock'==_0x451939['type']&&_0x451939['data']['formatGroupId']==_0x2d7cca['formatGroupId']&&_0x451939['subType']==_0x52dfab&&qt(_0x451939,_0x1a7ba2)&&(_0x95c18a(_0x451939['getRanges'](),_0x48749d)||_0x95c18a(_0x48749d,_0x451939['getRanges']()))){for(const _0x589459 of _0x48749d)_0x451939['addRange'](_0x589459);return _0x451939;}const _0x4e7922=_0x1c37d5(),_0x28b5c3=_0xed4f0b['id'],_0x1621e8='formatBlock:'+_0x52dfab,_0x2ff272=this['_setSuggestionData']({'id':_0x4e7922,'type':_0x1621e8,'data':_0x2d7cca,'createdAt':new Date(),'authorId':_0x28b5c3,'attributes':_0x1a7ba2});for(const _0x1d1d2f of _0x48749d)this['_addSuggestionMarker'](_0x1621e8,_0x4e7922,_0x28b5c3,_0x1d1d2f,u['getMultiRangeId']());return _0x2ff272;}['markDeletion'](_0x2aed90,_0x1c8010=null,_0x1b4b78={}){if(_0x2aed90['isCollapsed'])return null;const _0x4b86b2=this['editor']['plugins']['get']('Users')['me'],_0x1293c9=new _0x96ebea(_0x2aed90['start'],_0x2aed90['end']);for(const {suggestion:_0x61db51,meta:_0x11eecb}of this['_findSuggestions'](_0x1293c9,'insertion'))if(_0x11eecb['isOwn']&&!_0x11eecb['isNextTo']){if(_0x61db51['isMultiRange']){const _0x3e4dc7=_0x61db51['getRanges']()['filter'](_0x22e1d7=>'$graveyard'!=_0x22e1d7['root']['rootName']);_0x3e4dc7['every'](_0x5972a3=>_0x1293c9['containsRange'](_0x5972a3,!0x0))&&_0x61db51['discard']();if(_0x3e4dc7['some'](_0x575d96=>_0x575d96['containsRange'](_0x1293c9,!0x0))){const _0x4769a8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1c8010,'accept');return this['forceDefaultExecution'](()=>_0x4769a8([_0x1293c9],null,_0x1b4b78)),null;}}else{const _0x2f8022=_0x1293c9['getIntersection'](_0x61db51['getFirstRange']());null!==_0x2f8022&&_0x61db51['_onDiscard']([_0x2f8022],null,_0x1b4b78);}}if(_0x1293c9['detach'](),_0x1293c9['isCollapsed']||'$graveyard'==_0x1293c9['root']['rootName'])return null;let _0x26f1bc=null,_0x2f89fc=_0x1293c9['start'],_0x4fbbb8=_0x1293c9['end'];const _0x453b94=this['_findSuggestions'](_0x1293c9,'deletion');for(const {suggestion:_0x27e6b7,meta:_0x152999}of _0x453b94){const _0x5bacda=this['_model']['createRange'](_0x2f89fc,_0x4fbbb8);if(_0x152999['isOwn']&&(this['_mergeNestedSuggestions']||!_0x152999['containsRangeInObject']&&!_0x152999['isInsideObject'])){if(_0x27e6b7['isMultiRange']){if(!qt(_0x27e6b7,_0x1b4b78))continue;let _0x263a8c=!0x0;for(const _0x361af4 of _0x27e6b7['getRanges']()){if(_0x361af4['containsRange'](_0x5bacda,!0x0))return _0x27e6b7;_0x5bacda['containsRange'](_0x361af4)||(_0x263a8c=!0x1);}_0x263a8c&&_0x27e6b7['discard']();}else{const _0x599737=_0x27e6b7['getFirstRange']();if(_0x599737['containsRange'](_0x5bacda,!0x0))return _0x27e6b7;if(!qt(_0x27e6b7,_0x1b4b78)){_0x5bacda['containsRange'](_0x599737)?_0x27e6b7['removeMarkers']():_0x599737['containsPosition'](_0x2f89fc)?_0x2f89fc=_0x599737['end']:_0x599737['containsPosition'](_0x4fbbb8)&&(_0x4fbbb8=_0x599737['start']);continue;}_0x2f89fc=_0x2f89fc['isBefore'](_0x599737['start'])?_0x2f89fc:_0x599737['start'],_0x4fbbb8=_0x4fbbb8['isAfter'](_0x599737['end'])?_0x4fbbb8:_0x599737['end'],_0x1b4b78=Object['assign']({},_0x27e6b7['attributes']),_0x26f1bc?_0x599737['start']['isBefore'](_0x26f1bc['getFirstRange']()['start'])?(_0x26f1bc['removeMarkers'](),_0x26f1bc=_0x27e6b7):_0x27e6b7['removeMarkers']():_0x26f1bc=_0x27e6b7;}}}if(_0x26f1bc)return this['_setSuggestionRange'](_0x26f1bc,this['_model']['createRange'](_0x2f89fc,_0x4fbbb8)),_0x26f1bc;{const _0x18ba90=_0x1c37d5(),_0x31067f=this['_model']['createRange'](_0x2f89fc,_0x4fbbb8),_0x219d39=_0x4b86b2['id'],_0xc1764e=_0x1c8010?'deletion:'+_0x1c8010:'deletion',_0x39a622=this['_setSuggestionData']({'id':_0x18ba90,'type':_0xc1764e,'createdAt':new Date(),'authorId':_0x219d39,'attributes':_0x1b4b78});return this['_addSuggestionMarker'](_0xc1764e,_0x18ba90,_0x219d39,_0x31067f),_0x39a622;}}['markMultiRangeDeletion'](_0x1dedf0,_0x417b5a='multi',_0x47f7f5={}){const _0x445616=this['editor']['plugins']['get']('Users')['me'],_0x476f1f=_0x1dedf0['map'](_0x2e95fc=>new _0x96ebea(_0x2e95fc['start'],_0x2e95fc['end'])),_0x4675ea=new Set();for(const {suggestion:_0x585d4c,meta:_0x1aeef8}of this['_findSuggestions'](_0x476f1f,'insertion'))_0x1aeef8['isOwn']&&!_0x1aeef8['isNextTo']&&_0x4675ea['add'](_0x585d4c);for(const _0x148c24 of _0x4675ea)if(_0x148c24['isMultiRange']){const _0x410156=_0x148c24['getRanges']();(!_0x148c24['attributes']||!_0x148c24['attributes']['skipNestingCheck'])&&(_0x410156['every'](_0x354410=>_0x476f1f['some'](_0x265965=>_0x265965['containsRange'](_0x354410,!0x0)))&&_0x148c24['discard']());if(_0x476f1f['every'](_0x5cb5f3=>_0x410156['some'](_0x3a0599=>_0x3a0599['containsRange'](_0x5cb5f3,!0x0)))){const _0x46433c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x417b5a,'accept');return this['forceDefaultExecution'](()=>_0x46433c(_0x1dedf0,null,_0x47f7f5)),null;}}else{const _0x19f925=_0x148c24['getFirstRange']();_0x476f1f['some'](_0xcbd61e=>_0xcbd61e['containsRange'](_0x19f925,!0x0))&&_0x148c24['discard']();if(_0x476f1f['every'](_0x3f4210=>_0x19f925['containsRange'](_0x3f4210,!0x0))){const _0x4b7818=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x417b5a,'accept');return this['forceDefaultExecution'](()=>_0x4b7818(_0x476f1f,null,_0x47f7f5)),null;}}const _0xc6b1c3=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x417b5a,'join');let _0x2709cb=null;for(const _0x225799 of this['getSuggestions']())if(_0x225799['author']['id']==_0x445616['id']&&_0x225799['isInContent']&&'deletion'==_0x225799['type']&&_0x225799['subType']==_0x417b5a&&qt(_0x225799,_0x47f7f5)&&(_0xc6b1c3(_0x225799['getRanges'](),_0x476f1f)||_0xc6b1c3(_0x476f1f,_0x225799['getRanges']()))){if(_0x2709cb){if(_0x225799['commentThread']&&_0x225799['commentThread']['length'])continue;for(const _0x56c998 of _0x225799['getRanges']())_0x2709cb['isIntersectingWithRange'](_0x56c998)||_0x2709cb['addRange'](_0x56c998);_0x225799['removeMarkers']();}else{_0x2709cb=_0x225799;for(const _0x49e757 of _0x476f1f)_0x225799['isIntersectingWithRange'](_0x49e757)||_0x225799['addRange'](_0x49e757);}}if(_0x2709cb)return _0x2709cb;_0x4675ea['clear']();for(const {suggestion:_0x50a068,meta:_0x266160}of this['_findSuggestions'](_0x476f1f,'deletion'))_0x266160['isOwn']&&(this['_mergeNestedSuggestions']||!_0x266160['containsRangeInObject']&&!_0x266160['isInsideObject'])&&qt(_0x50a068,_0x47f7f5)&&_0x4675ea['add'](_0x50a068);for(const _0x55fc17 of _0x4675ea){const _0x4a396e=_0x55fc17['getRanges']();if(!_0x47f7f5||!_0x47f7f5['skipNestingCheck']){if(_0x476f1f['every'](_0x126a8f=>_0x4a396e['some'](_0x33807e=>_0x33807e['containsRange'](_0x126a8f,!0x0))))return _0x55fc17;}(!_0x55fc17['attributes']||!_0x55fc17['attributes']['skipNestingCheck'])&&(_0x4a396e['every'](_0x55328f=>_0x476f1f['some'](_0xd84c23=>_0xd84c23['containsRange'](_0x55328f,!0x0)))&&_0x55fc17['discard']());}const _0x5d0dfb=_0x1c37d5(),_0x7cc6c2=_0x445616['id'],_0x214df0='deletion:'+_0x417b5a,_0x341dde=this['_setSuggestionData']({'id':_0x5d0dfb,'type':_0x214df0,'createdAt':new Date(),'authorId':_0x7cc6c2,'attributes':_0x47f7f5});for(const _0x9dec3a of _0x476f1f)_0x9dec3a['detach'](),_0x9dec3a['isCollapsed']||'$graveyard'==_0x9dec3a['root']['rootName']||this['_addSuggestionMarker'](_0x214df0,_0x5d0dfb,_0x7cc6c2,_0x9dec3a,u['getMultiRangeId']());return _0x341dde;}['markAttributeChange'](_0x53eaad,_0x5557ad,_0x10ee09,_0x31c912,_0x10a8e3){if(_0x53eaad['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x47857e=this['editor']['plugins']['get']('Users')['me']['id'],_0x42399d=Array['from'](this['_suggestions']['values']())['filter'](_0x17516e=>'attribute'==_0x17516e['type']&&_0x17516e['data']['key']==_0x5557ad&&_0x17516e['isIntersectingWithRange'](_0x53eaad));if('default'===this['_trackFormatChanges']){const _0x54e87b=this['_findSuggestions'](_0x53eaad,'insertion')['filter'](({meta:_0x33fd75})=>_0x33fd75['isOwn']&&!_0x33fd75['isInsideObject']&&!_0x33fd75['isNextTo'])['map'](({suggestion:_0x50848c})=>_0x50848c);_0x42399d['unshift'](..._0x54e87b);}const _0x5a6efa=new Map([[_0x53eaad,_0x10ee09]]);for(const _0x8c9c28 of _0x42399d){const _0x17bd8b='attribute'==_0x8c9c28['type']?_0x8c9c28['data']['oldValue']:void 0x0,_0x4ae910=_0x8c9c28['getFirstRange'](),_0x2d5713=Array['from'](_0x5a6efa['keys']())['find'](_0x18a1df=>_0x18a1df['isIntersecting'](_0x4ae910));if(!_0x2d5713)continue;const _0x23267f=_0x2d5713['getDifference'](_0x4ae910);this['_isBlockAttribute'](_0x5557ad)&&'insertion'==_0x8c9c28['type']&&0x0!=_0x23267f['length']||(_0x5a6efa['delete'](_0x2d5713),_0x23267f['forEach'](_0x3210a=>{_0x5a6efa['set'](_0x3210a,_0x10ee09);}),'insertion'!=_0x8c9c28['type']&&_0x17bd8b!=_0x31c912&&_0x5a6efa['set'](_0x2d5713['getIntersection'](_0x4ae910),_0x17bd8b));}const _0x5fe6b8=[];for(const [_0x374fd2,_0xfdbb76]of _0x5a6efa){const _0x30495f=_0x1c37d5(),_0x2898b0={'key':_0x5557ad,'oldValue':_0xfdbb76,'newValue':_0x31c912};_0x5557ad['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':_0x5557ad});const _0x1a345c=('attribute:'+(_0x5557ad+'|'+Gt({'newValue':_0x31c912})))['substring'](0x0,0x3c),_0xac222c=this['_setSuggestionData']({'id':_0x30495f,'type':_0x1a345c,'data':_0x2898b0,'createdAt':new Date(),'authorId':_0x47857e,'attributes':_0x10a8e3});_0x5fe6b8['push'](_0xac222c),this['_addSuggestionMarker'](_0x1a345c,_0x30495f,_0x47857e,_0x374fd2);}return _0x5fe6b8;}['enableDefaultAttributesIntegration'](_0x71686f){this['enableCommand'](_0x71686f,(_0x590d95,..._0x3f758e)=>{this['_recordAttributeChanges'](()=>{_0x590d95(..._0x3f758e);});});}['registerBlockAttribute'](_0x5de507){this['_blockAttributeKeys']['add'](_0x5de507);}['registerInlineAttribute'](_0x1981b6){this['_inlineAttributeKeys']['add'](_0x1981b6);}['_getAttributeKey'](_0x390cbb){return'attribute'==_0x390cbb['type']?_0x390cbb['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x41808c,_0x3782fe){const _0x4645eb=_0x41808c['getFirstMarker']();this['_model']['change'](_0x1ae813=>{_0x1ae813['updateMarker'](_0x4645eb,{'range':_0x3782fe});});}['_addThreadToSuggestion'](_0x3ff17d){const _0x346ee6=_0x3ff17d['id'],_0xbf0370=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x346ee6)||this['_commentsRepository']['addCommentThread']({'channelId':_0xbf0370,'threadId':_0x346ee6,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x80f484=this['_commentsRepository']['getCommentThread'](_0x346ee6);_0x80f484['unbind']('isRemovable'),_0x80f484['isRemovable']=!0x1,_0x3ff17d['commentThread']=_0x80f484;}['_checkSuggestionCorrectness'](_0x368f81,_0x4e7d00,_0x3869d8,_0x5b6f0a){if(_0x368f81['type']!=_0x4e7d00||_0x368f81['subType']!=_0x3869d8||_0x368f81['creator']['id']!=_0x5b6f0a)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x163961('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x38d442,_0x3e7b7d){const _0x384f2f=_0x38d442['getFirstRange']();if(_0x3e7b7d['isEqual'](_0x384f2f))_0x38d442['removeMarkers']();else{if(_0x384f2f['containsRange'](_0x3e7b7d)){const _0x531f30=this['_model']['createPositionAt'](_0x3e7b7d['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x38d442,this['_model']['createRange'](_0x384f2f['start'],_0x531f30));const _0x5ecbe8=_0x1c37d5(),_0x3bae11=_0x38d442['creator']['id'],_0x9cfad0=_0x38d442['type']+':'+_0x38d442['subType'];this['_setSuggestionData']({'id':_0x5ecbe8,'type':_0x9cfad0,'createdAt':new Date(),'authorId':_0x3bae11,'data':_0x38d442['data'],'attributes':_0x38d442['attributes']});const _0x28bfc9=this['_model']['createPositionAt'](_0x3e7b7d['end']['parent'],'after'),_0x451dd2=this['_model']['createRange'](_0x28bfc9,_0x384f2f['end']);this['_addSuggestionMarker'](_0x9cfad0,_0x5ecbe8,_0x3bae11,_0x451dd2);}else{if(_0x384f2f['containsPosition'](_0x3e7b7d['start'])){const _0x586e80=this['_model']['createPositionAt'](_0x3e7b7d['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x38d442,this['_model']['createRange'](_0x384f2f['start'],_0x586e80));}else{const _0x5da64b=this['_model']['createPositionAt'](_0x3e7b7d['end']['parent'],'after');this['_setSuggestionRange'](_0x38d442,this['_model']['createRange'](_0x5da64b,_0x384f2f['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x348a8b){for(const {suggestion:_0x44f94e,meta:_0x543e8d}of this['_findSuggestions'](_0x348a8b,'insertion')){if(!_0x543e8d['isOwn'])continue;const _0x330180=_0x44f94e['getRanges']();for(const _0x315d34 of _0x330180)if(!_0x348a8b['getDifference'](_0x315d34)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x404368){const _0x50473d=this['editor']['plugins']['get']('Users')['getUser'](_0x404368);if(!_0x50473d)throw new _0x163961('track-changes-user-not-found',this);return _0x50473d;}['_getExternalAuthor'](_0x4de6ec){const _0x42fffb=this['editor']['plugins']['get']('Users'),_0xfc46b6=_0x297eb3('external:'+_0x4de6ec),_0x783c44=_0x42fffb['getUser'](_0xfc46b6);return _0x783c44||_0x42fffb['addUser']({'id':_0xfc46b6,'name':_0x4de6ec});}['_createSuggestion'](_0x5d85c8,_0x393d81,_0x221043,_0x5c31e8,_0x22cb57){const _0x26b5c0=this['_getAuthorFromId'](_0x5c31e8),_0x4cf29e=this['_suggestionFactory']['buildSuggestion'](_0x5d85c8,_0x393d81,_0x221043,_0x26b5c0,_0x22cb57,_0xb1ee5b=>{this['_updateSuggestionData'](_0x221043,{'attributes':_0xb1ee5b});const _0x34410a=this['getSuggestion'](_0x221043);this['_joinWithAdjacentSuggestions'](new Set([_0x34410a])),this['_refreshSuggestionsChain'](new Set([_0x34410a]));});return this['listenTo'](_0x4cf29e,'accept',()=>{this['_updateSuggestionData'](_0x221043,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x4cf29e,'discard',()=>{this['_updateSuggestionData'](_0x221043,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x221043,_0x4cf29e),this['_suggestionState']['set'](_0x4cf29e,'notReady'),_0x4cf29e;}['_splitMarkerName'](_0x5a57ca){const _0x28adb0=_0x5a57ca['split'](':');return{'group':_0x28adb0[0x0],'type':_0x28adb0[0x1],'subType':_0x28adb0['length']>=0x5?_0x28adb0[0x2]:null,'id':_0x28adb0['length']<0x5?_0x28adb0[0x2]:_0x28adb0[0x3],'authorId':_0x28adb0['length']<0x5?_0x28adb0[0x3]:_0x28adb0[0x4],'markerCount':0x6==_0x28adb0['length']?_0x28adb0[0x5]:null};}['_breakSuggestionMarker'](_0x478736,_0x43fbaa,_0x25811c){const _0x15400e=_0x478736['getFirstRange'](),_0x3e575a=_0x15400e['start'],_0x18d1c2=_0x15400e['end'];this['_setSuggestionRange'](_0x478736,this['_model']['createRange'](_0x3e575a,_0x43fbaa));const _0x44a38a=_0x1c37d5(),_0x4b2377=_0x478736['creator']['id'],_0x17ac90=_0x478736['type']+(_0x478736['subType']?':'+_0x478736['subType']:'');this['_setSuggestionData']({'id':_0x44a38a,'type':_0x17ac90,'createdAt':new Date(),'authorId':_0x4b2377,'originalSuggestionId':_0x478736['id'],'attributes':_0x478736['attributes'],'data':_0x478736['data']});const _0x23bf68=this['_getAttributeKey'](_0x478736);('formatBlock'==_0x478736['type']||_0x23bf68&&this['_isBlockAttribute'](_0x23bf68))&&(_0x25811c=this['_model']['createPositionBefore'](_0x25811c['parent'])),this['_addSuggestionMarker'](_0x17ac90,_0x44a38a,_0x4b2377,this['_model']['createRange'](_0x25811c,_0x18d1c2));}['_findSuggestions'](_0x219afa,_0x1a8188=null){const _0x777007=[],_0x4d184d=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x219afa)||(_0x219afa=[_0x219afa]);for(const _0x3ef561 of this['getSuggestions']()){if(!_0x3ef561['isInContent'])continue;if(_0x1a8188&&_0x3ef561['type']!=_0x1a8188)continue;let _0x131aa7=!0x1;for(const _0x48a009 of _0x3ef561['getRanges']()){for(const _0x5df5ac of _0x219afa){const _0x4c98b4=_0x5df5ac['start']['isEqual'](_0x48a009['end'])||_0x5df5ac['end']['isEqual'](_0x48a009['start']);if(_0x4c98b4||_0x5df5ac['getIntersection'](_0x48a009)){const _0x57b4c7=_0x5df5ac['containsRange'](_0x48a009)&&Ot(this['_model']['schema'],_0x48a009['start'],_0x5df5ac),_0x50ce11=_0x48a009['containsRange'](_0x5df5ac)&&Ot(this['_model']['schema'],_0x5df5ac['start'],_0x48a009);_0x777007['push']({'suggestion':_0x3ef561,'meta':{'isOwn':_0x4d184d==_0x3ef561['author'],'isNextTo':_0x4c98b4,'isInsideObject':_0x57b4c7,'containsRangeInObject':_0x50ce11}}),_0x131aa7=!0x0;break;}}if(_0x131aa7)break;}}return _0x777007;}['_addSuggestionMarker'](_0x430e5a,_0x914350,_0xc97003,_0xd39cf5,_0xf0fccc){this['_model']['change'](_0x4ce0e4=>{let _0xb474be='suggestion:'+_0x430e5a+':'+_0x914350+':'+_0xc97003;_0xf0fccc&&(_0xb474be=_0xb474be+':'+_0xf0fccc),_0x4ce0e4['addMarker'](_0xb474be,{'range':_0xd39cf5,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x466697){const _0x19ac2d=_0x466697['previous'],_0x4ed678=_0x466697['next'];_0x466697['previous']=null,_0x466697['next']=null,null!=_0x19ac2d&&_0x19ac2d['next']==_0x466697&&(_0x19ac2d['next']=_0x4ed678),null!=_0x4ed678&&_0x4ed678['previous']==_0x466697&&(_0x4ed678['previous']=_0x19ac2d),'ready'==this['_suggestionState']['get'](_0x466697)&&(this['_suggestionState']['set'](_0x466697,'removed'),this['fire']('suggestionUnloaded',_0x466697,_0x19ac2d,_0x4ed678));}['_setSuggestionData'](_0x4ee53a){const _0x5eaf30=_0x4ee53a['id'],_0x561da5=this['addSuggestionData'](_0x4ee53a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x20d068=this['editor']['plugins']['get']('PendingActions'),_0xc0d04=_0x561da5['hasComments'],_0x544974=_0x561da5['subType']?_0x561da5['type']+':'+_0x561da5['subType']:_0x561da5['type'],_0x4856ed=this['editor']['locale'],_0x117cd7=_0x20d068['add'](o(_0x4856ed,'PENDING_ACTION_SUGGESTION')),_0x4a5d3c={'id':_0x5eaf30,'type':_0x544974,'hasComments':_0xc0d04,'data':_0x4ee53a['data']||null,'originalSuggestionId':_0x4ee53a['originalSuggestionId']||null,'attributes':_0x561da5['attributes']};this['_adapter']['addSuggestion'](_0x4a5d3c)['then'](_0xd575a2=>{_0x561da5['_saved']=!0x0,_0x20d068['remove'](_0x117cd7),_0xd575a2&&_0xd575a2['createdAt']&&(this['_suggestions']['get'](_0x5eaf30)['createdAt']=_0xd575a2['createdAt']);})['catch'](_0x14065e=>{throw _0x1a1941('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x561da5['discard']();}),_0x561da5['stopListening'](),this['_suggestions']['delete'](_0x561da5['id']),this['_suggestionState']['delete'](_0x561da5),_0x14065e;});}return _0x561da5;}['_isBlockAttribute'](_0x4e3fdd){return this['_blockAttributeKeys']['has'](_0x4e3fdd);}['_updateSuggestionData'](_0x459901,_0x2e1c25){const _0x3c87f9=this['editor']['plugins']['get']('PendingActions'),_0x2654f9=this['getSuggestion'](_0x459901);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x2654f9['_saved']){const _0x11f602=_0x3c87f9['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x459901,_0x2e1c25)['then'](()=>{_0x3c87f9['remove'](_0x11f602);});}else _0x2654f9['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x459901,_0x2e1c25);});}}['_getSuggestionData'](_0x23ecf4){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x163961('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x23ecf4);}['_handleNewSuggestionMarker'](_0x5acee3){const {id:_0x3baebd,type:_0x2ecc2f,subType:_0x51d247,authorId:_0x4b1a75}=this['_splitMarkerName'](_0x5acee3),_0x1f053f=this['_suggestions']['get'](_0x3baebd)||this['_createSuggestion'](_0x2ecc2f,_0x51d247,_0x3baebd,_0x4b1a75,{});switch(this['_checkSuggestionCorrectness'](_0x1f053f,_0x2ecc2f,_0x51d247,_0x4b1a75),this['_suggestionState']['get'](_0x1f053f)){case'notReady':this['_getSuggestionData'](_0x3baebd)['then'](_0x5cc137=>{let _0x4c482f=Promise['resolve']();_0x5cc137['hasComments']&&(_0x4c482f=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3baebd})),_0x4c482f['then'](()=>{this['addSuggestionData'](_0x5cc137)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1f053f,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3baebd,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1f053f,'ready'),this['fire']('suggestionLoaded',_0x1f053f);break;case'ready':this['fire']('suggestionChanged',_0x1f053f);}return _0x1f053f['addMarkerName'](_0x5acee3),_0x1f053f;}['_refreshSuggestionsChain'](_0x300a40){const _0x2cfcd3=Array['from'](_0x300a40),_0x3d0c2d=_0x2cfcd3['filter'](_0x5a7a18=>'attribute'==_0x5a7a18['type']);this['_refreshAttributeSuggestionsChain'](_0x3d0c2d);const _0x5a36a0=_0x2cfcd3['filter'](_0xd58a18=>!_0xd58a18['isMultiRange']&&'attribute'!=_0xd58a18['type']),_0x311562=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2aa150=>!_0x2aa150['isMultiRange']&&'attribute'!=_0x2aa150['type']),_0x34a2d1=_0x311562['filter'](_0x1ca701=>!_0x300a40['has'](_0x1ca701)),_0x17b462=new Map(_0x311562['map'](_0x481782=>[_0x481782,this['_suggestionFactory']['getSuggestionCallback'](_0x481782['type'],_0x481782['subType'],'chain')])),_0xa5238d=new Map(_0x311562['map'](_0x108bea=>[_0x108bea,_0x108bea['getFirstRange']()])),_0x48f409=new Set(),_0x22b6e6=new Set();for(let _0x279fea=0x0;_0x279fea<_0x5a36a0['length'];_0x279fea++)_0x197e43(_0x5a36a0[_0x279fea],_0x5a36a0,_0x279fea+0x1);for(let _0x5ba57c=0x0;_0x5ba57c<_0x5a36a0['length'];_0x5ba57c++)_0x197e43(_0x5a36a0[_0x5ba57c],_0x34a2d1,0x0);const _0x343392=new Set();for(let _0x2bb5f5=0x0;_0x2bb5f5<_0x5a36a0['length'];_0x2bb5f5++){const _0x542461=_0x5a36a0[_0x2bb5f5];!_0x22b6e6['has'](_0x542461)&&_0x542461['previous']&&(_0x343392['add'](_0x542461['previous']),_0x542461['previous']['next']===_0x542461&&(_0x542461['previous']['next']=null),_0x542461['previous']=null),!_0x48f409['has'](_0x542461)&&_0x542461['next']&&(_0x343392['add'](_0x542461['next']),_0x542461['next']['previous']===_0x542461&&(_0x542461['next']['previous']=null),_0x542461['next']=null);}function _0x197e43(_0x3f1818,_0x2a641a,_0x28b2e0){for(let _0x23c734=_0x28b2e0;_0x23c734<_0x2a641a['length'];_0x23c734++){const _0x43b171=_0x331e6a(_0x3f1818,_0x2a641a[_0x23c734]);_0x43b171&&(_0x43b171[0x0]['next']=_0x43b171[0x1],_0x43b171[0x1]['previous']=_0x43b171[0x0],_0x48f409['add'](_0x43b171[0x0]),_0x22b6e6['add'](_0x43b171[0x1]));}}function _0x331e6a(_0x530f4e,_0x3ebe6e){if(_0x530f4e['author']['id']!==_0x3ebe6e['author']['id'])return null;const _0x2c3b88=_0x17b462['get'](_0x530f4e)(_0x530f4e,_0x3ebe6e,_0xa5238d['get'](_0x530f4e),_0xa5238d['get'](_0x3ebe6e));if(!_0x2c3b88)return null;return _0x17b462['get'](_0x3ebe6e)(_0x530f4e,_0x3ebe6e,_0xa5238d['get'](_0x530f4e),_0xa5238d['get'](_0x3ebe6e))?_0x2c3b88[0x1]['commentThread']&&_0x2c3b88[0x1]['commentThread']['length']?null:_0x2c3b88:null;}_0x343392['size']&&this['_refreshSuggestionsChain'](_0x343392);}['_refreshAttributeSuggestionsChain'](_0x3ca2c9){if(0x0==_0x3ca2c9['length'])return;const _0x3664d4=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4b69e1=>'attribute'==_0x4b69e1['type']&&_0x4b69e1['_isDataLoaded']),_0x122df9=[],_0x5e496d=new Map();for(const _0x572492 of _0x3664d4){const _0x4e1774=_0x297eb3(_0x572492['attributes']);_0x5e496d['has'](_0x4e1774)||(_0x5e496d['set'](_0x4e1774,_0x122df9['length']),_0x122df9['push']([]));const _0x310796=_0x5e496d['get'](_0x4e1774);_0x122df9[_0x310796]['push'](_0x572492);}!(function(){_0x122df9['sort']((_0x3def11,_0x34793b)=>{const _0x5d3d7c=_0x3def11[0x0]['createdAt'],_0x1e0ff6=_0x34793b[0x0]['createdAt'];return _0x5d3d7c==_0x1e0ff6?_0x3def11[0x0]['attributes']['groupId']<_0x34793b[0x0]['attributes']['groupId']?-0x1:0x1:_0x5d3d7c<_0x1e0ff6?-0x1:0x1;});for(const _0x160105 of _0x122df9)_0x160105['sort']((_0x570476,_0x5a6fa5)=>_0x570476['id']<_0x5a6fa5['id']?-0x1:0x1);}());for(let _0x354672=0x0;_0x354672<_0x122df9['length'];_0x354672++){if(0x0==_0x122df9[_0x354672]['length'])continue;const _0x3e7eb3=[];for(let _0x20341c=_0x354672+0x1;_0x20341c<_0x122df9['length'];_0x20341c++)0x0!=_0x122df9[_0x20341c]['length']&&_0x1847f8(_0x122df9[_0x354672],_0x122df9[_0x20341c])&&_0x3e7eb3['push'](_0x20341c);for(const _0xe7cf10 of _0x3e7eb3)_0x122df9[_0x354672]=_0x122df9[_0x354672]['concat'](_0x122df9[_0xe7cf10]),_0x122df9[_0xe7cf10]=[];}for(const _0x50130d of _0x122df9)for(let _0x5d8693=0x0;_0x5d8693<_0x50130d['length'];_0x5d8693++){const _0x188a1c=_0x50130d[_0x5d8693+0x1]||null;_0x50130d[_0x5d8693]['next']!==_0x188a1c&&(_0x50130d[_0x5d8693]['next']=_0x188a1c);}for(const _0x13ed7e of _0x122df9)for(let _0x3c50ac=0x0;_0x3c50ac<_0x13ed7e['length'];_0x3c50ac++){const _0x22e0ac=_0x13ed7e[_0x3c50ac-0x1]||null;_0x13ed7e[_0x3c50ac]['previous']!==_0x22e0ac&&(_0x13ed7e[_0x3c50ac]['previous']=_0x22e0ac);}function _0x1847f8(_0x64a007,_0x43d3d1){if(_0x64a007[0x0]['attributes']['groupId']!==_0x43d3d1[0x0]['attributes']['groupId']&&_0x64a007[0x0]['author']!==_0x43d3d1[0x0]['author'])return!0x1;if(!function(_0x368089,_0x54f0d2){if(!_0x368089['hasComments']&&!_0x54f0d2['hasComments'])return!0x0;if(_0x368089['hasComments']&&_0x54f0d2['hasComments'])return!0x1;if(_0x368089['hasComments']&&_0x54f0d2['createdAt']<_0x368089['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x54f0d2['hasComments']&&_0x368089['createdAt']<_0x54f0d2['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x64a007[0x0],_0x43d3d1[0x0]))return!0x1;const _0x5e371b=Tt(_0x64a007[0x0]['attributes'],'groupId'),_0x459555=Tt(_0x43d3d1[0x0]['attributes'],'groupId');if(!_0x2707fe(_0x5e371b,_0x459555))return!0x1;return!!_0x64a007['every'](_0x2a524e=>_0x43d3d1['some'](_0x17e9f5=>_0x2a524e['getFirstRange']()['isEqual'](_0x17e9f5['getFirstRange']())))&&_0x43d3d1['every'](_0x31d382=>_0x64a007['some'](_0x11cb1a=>_0x31d382['getFirstRange']()['isEqual'](_0x11cb1a['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4ed05b){const _0x9db958=Array['from'](_0x4ed05b),_0x2a6744=this['getSuggestions']({'skipNotAttached':!0x0}),_0x5c7e8c=_0x2a6744['filter'](_0x236d6a=>!_0x4ed05b['has'](_0x236d6a)),_0x1466ef=new Map(_0x9db958['map'](_0x5a67d7=>[_0x5a67d7,this['_suggestionFactory']['getSuggestionCallback'](_0x5a67d7['type'],_0x5a67d7['subType'],'join')])),_0x2d031f=new Map(_0x2a6744['map'](_0x203dce=>[_0x203dce,_0x203dce['getRanges']()]));for(let _0x58113e=0x0;_0x58113e<_0x9db958['length'];_0x58113e++){if(_0x7058ee(this,_0x9db958[_0x58113e],_0x9db958,_0x58113e+0x1))return!0x0;}for(let _0x4d4d9b=0x0;_0x4d4d9b<_0x9db958['length'];_0x4d4d9b++){if(_0x7058ee(this,_0x9db958[_0x4d4d9b],_0x5c7e8c,0x0))return!0x0;}return!0x1;function _0x7058ee(_0x2ad0d7,_0x5013f6,_0x4e8c06,_0x10732b){for(let _0x53ac42=_0x10732b;_0x53ac42<_0x4e8c06['length'];_0x53ac42++){const _0x249e6f=_0x4e8c06[_0x53ac42];if(_0x249e6f['type']!==_0x5013f6['type']||_0x249e6f['author']['id']!==_0x5013f6['author']['id']||_0x249e6f['subType']!==_0x5013f6['subType'])continue;if(!Jt(_0x5013f6,_0x249e6f))continue;if('attribute'==_0x5013f6['type']&&_0x5013f6['data']['oldValue']!=_0x249e6f['data']['oldValue'])continue;if('attribute'==_0x5013f6['type']&&_0x2ad0d7['_isBlockAttribute'](_0x5013f6['data']['key']))continue;if('formatBlock'==_0x5013f6['type']){const _0x559fb6=_0x2ad0d7['editor']['model'],_0x3a6edb=_0x5013f6['getContainedElement']();if(_0x3a6edb&&(_0x559fb6['schema']['isObject'](_0x3a6edb)||_0x559fb6['schema']['isLimit'](_0x3a6edb)))continue;}const _0x3e4600=_0x1466ef['get'](_0x5013f6),_0x218fac=_0x2d031f['get'](_0x5013f6),_0x328e18=_0x2d031f['get'](_0x249e6f),_0x42d7db=_0x5013f6['commentThread']&&_0x5013f6['commentThread']['length'],_0xb635ff=_0x249e6f['commentThread']&&_0x249e6f['commentThread']['length'];if(!_0x42d7db&&_0x3e4600(_0x328e18,_0x218fac))return _0x2ad0d7['_joinSuggestions'](_0x249e6f,_0x5013f6),_0x2d031f['delete'](_0x5013f6),!0x0;if(!_0xb635ff&&_0x3e4600(_0x218fac,_0x328e18))return _0x2ad0d7['_joinSuggestions'](_0x5013f6,_0x249e6f),_0x2d031f['delete'](_0x249e6f),!0x0;}return!0x1;}}['_joinSuggestions'](_0x4f2f41,_0x2bb670){if(_0x4f2f41['isMultiRange']){for(const _0x48e3ab of _0x2bb670['getRanges']())_0x4f2f41['addRange'](_0x48e3ab);}else{const _0x185fb3=_0x2bb670['getFirstRange']()['end'];this['_setSuggestionRange'](_0x4f2f41,this['_model']['createRange'](_0x4f2f41['getFirstRange']()['start'],_0x185fb3));}_0x2bb670['removeMarkers']();}['_getMarkerAnnouncementText'](_0x16ea13,_0xf3365a,_0x58975e){const _0x6f88f=_0x16ea13['startsWith']('format')||_0x16ea13['startsWith']('attribute')?'FORMATTING':_0x16ea13['toUpperCase']();return o(this['editor']['locale'],_0xf3365a+'_'+_0x6f88f+'_SUGGESTION_ANNOUNCEMENT',_0x58975e);}['_initAriaMarkerChangeAnnouncements'](){const _0x1b8048=this['editor'];if(!_0x1b8048['ui'])return;const {ariaLiveAnnouncer:_0xee7ba1}=_0x1b8048['ui'];_0x5bbb09(this['_model'],({left:_0x15795c,entered:_0x644542})=>{for(const _0x583b99 of _0x15795c){const {group:_0x559fa7,type:_0x3fce70}=this['_splitMarkerName'](_0x583b99['name']);if('suggestion'===_0x559fa7){_0xee7ba1['announce'](this['_getMarkerAnnouncementText'](_0x3fce70,'LEAVE'));break;}}for(const _0x22d900 of _0x644542){const {group:_0x4fa105,type:_0x11c4de}=this['_splitMarkerName'](_0x22d900['name']);if('suggestion'===_0x4fa105){_0xee7ba1['announce'](this['_getMarkerAnnouncementText'](_0x11c4de,'ENTER',_0x2d997f(_0xcf8285)));break;}}});}['_processAttributeChanges'](_0x244ac7){if(this['_recordAttributeSuggestions'])return!0x1;const _0x1b43e1=this['editor'],_0x551f65=_0x1b43e1['model']['document']['differ']['getChanges']();if(0x0==_0x551f65['length'])return!0x1;const _0x54f205=[],_0x22e3ea=_0x551f65['filter'](_0x16c348=>'attribute'==_0x16c348['type']),_0x14cd4e=_0x551f65['filter'](_0x56f697=>'insert'==_0x56f697['type']&&'$text'!=_0x56f697['name']),_0x207c32=_0x551f65['filter'](_0x5b6c95=>'remove'==_0x5b6c95['type']&&'$text'!=_0x5b6c95['name']);for(const _0x5ccdcc of _0x22e3ea)_0x54f205['push']({'key':_0x5ccdcc['attributeKey'],'newValue':_0x5ccdcc['attributeNewValue'],'oldValue':_0x5ccdcc['attributeOldValue'],'range':Pt(_0x5ccdcc['range'],_0x1b43e1['model'])});for(const _0x4fead4 of _0x14cd4e){const _0x2efe2a=_0x207c32['find'](_0x3c9bce=>_0x3c9bce['position']['isEqual'](_0x4fead4['position']));_0x2efe2a&&_0x54f205['push']({'key':m,'newValue':_0x4fead4['name'],'oldValue':_0x2efe2a['name'],'range':_0x1b43e1['model']['createRangeOn'](_0x4fead4['position']['nodeAfter'])});}return 0x0!=_0x54f205['length']&&this['_reduceExistingSuggestions'](_0x244ac7,_0x54f205);}['_processAttributeSuggestions'](_0x5e86e8){let _0x48635c=!0x1;const _0x25f14f=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xbdfca1=>_0xbdfca1['data']['newRange']&&_0xbdfca1['name']['startsWith']('suggestion:attribute:'));for(const _0x970149 of _0x25f14f){const {subType:_0x5e37a8,id:_0x2dce0f}=this['_splitMarkerName'](_0x970149['name']),_0x2b61c4=_0x5e37a8['split']('|')[0x0];for(const _0x55f5f0 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x55f5f0['id']!=_0x2dce0f&&'attribute'==_0x55f5f0['type']&&_0x55f5f0['data']&&_0x55f5f0['data']['key']==_0x2b61c4&&_0x55f5f0['getFirstRange']()['isIntersecting'](_0x970149['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x55f5f0,_0x970149['data']['newRange'],_0x5e86e8),_0x48635c=!0x0);}return _0x48635c;}['_recordAttributeChanges'](_0x3bf6aa){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x3bf6aa();}['_isRegisteredAttribute'](_0x24dbce){const _0x310aac=this['_isBlockAttribute'](_0x24dbce),_0x2b7a16=this['_inlineAttributeKeys']['has'](_0x24dbce);return _0x310aac||_0x2b7a16;}['_reduceExistingSuggestions'](_0x1696b2,_0x5b241f){if(0x0==_0x5b241f['length'])return!0x1;let _0x37effa=!0x1;for(const _0xa71575 of _0x5b241f){const _0x7bddba=this['_findSuggestions'](_0xa71575['range'],'attribute')['filter'](_0x4aaf7e=>!_0x4aaf7e['meta']['isNextTo'])['map'](_0x3462c7=>_0x3462c7['suggestion']),_0x3a3d5d=_0x297eb3({'newValue':_0xa71575['newValue']});_0x7bddba['filter'](_0x20149a=>{const [_0x53f1fd,_0xea67d5]=_0x20149a['subType']['split']('|');return _0x53f1fd==_0xa71575['key']&&_0xea67d5!=_0x3a3d5d;})['forEach'](_0x6f033c=>{this['_reduceSuggestionAttributeRange'](_0x6f033c,_0xa71575['range'],_0x1696b2),_0x37effa=!0x0;});}return _0x37effa;}['_reduceSuggestionAttributeRange'](_0x2facee,_0x27e0f0,_0x39fe1f){const _0x3cef7c=_0x2facee['getFirstRange']()['getDifference'](_0x27e0f0);0x0!==_0x3cef7c['length']?0x1!==_0x3cef7c['length']?this['_breakSuggestionMarker'](_0x2facee,_0x27e0f0['start'],_0x27e0f0['end']):this['_setSuggestionRange'](_0x2facee,_0x3cef7c[0x0]):_0x39fe1f['removeMarker'](_0x2facee['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x509c82){this['_editor']=_0x509c82,this['_model']=_0x509c82['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x452933,_0x15ad40,_0x5f094d,_0x42af52,_0x36a91c,_0x4e5fbe){return new u(this['_model'],{'type':_0x452933,'subType':_0x15ad40,'id':_0x5f094d,'author':_0x42af52,'creator':_0x42af52,'attributes':_0x36a91c,'onAttributesChange':_0x4e5fbe,'onAccept':(..._0x19253e)=>this['getSuggestionCallback'](_0x452933,_0x15ad40,'accept')(..._0x19253e),'onDiscard':(..._0x3bed5c)=>this['getSuggestionCallback'](_0x452933,_0x15ad40,'discard')(..._0x3bed5c)});}['registerCustomCallback'](_0x3db12d,_0x4a32c1,_0x263a56,_0x2e148f){const _0xf7f88c=_0x3db12d+':'+_0x4a32c1+':'+_0x263a56;this['_customCallbacks']['set'](_0xf7f88c,_0x2e148f);}['getSuggestionCallback'](_0x3f6fbf,_0x265521,_0x141bd7){const _0x59692a=_0x3f6fbf+':'+_0x265521+':'+_0x141bd7;return this['_customCallbacks']['get'](_0x59692a)||this['_defaultCallbacks']['get'](_0x3f6fbf+':'+_0x141bd7);}['_registerDefaultCallbacks'](){const _0x5961f8=()=>!0x1,_0x5bf2d8=_0x4d6b67=>{_0x4d6b67['sort']((_0x3906fe,_0x831130)=>_0x3906fe['start']['isBefore'](_0x831130['start'])?0x1:-0x1),this['_model']['change'](_0x182356=>{for(const _0xd2275 of _0x4d6b67){let _0x4c9a06;_0x4c9a06=_0xd2275['end']['isAtEnd']&&_0xd2275['end']['parent']==_0xd2275['start']['nodeAfter']?_0x182356['createSelection'](_0xd2275['start']['nodeAfter'],'on'):_0x182356['createSelection'](_0xd2275),this['_model']['deleteContent'](_0x4c9a06,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x279c8d=(_0x225a44,_0x5dfd82)=>{_0x5dfd82&&this['_model']['change'](_0x3a6ff1=>{const {commandName:_0x404584,commandParams:_0x11a59e=[]}=_0x5dfd82,_0x3b9e69=_0x225a44['map'](_0x3e3e7e=>(Vt(_0x3e3e7e)&&(_0x3e3e7e=this['_model']['createRange'](_0x3e3e7e['end'])),_0x3e3e7e))['filter'](_0x4b4152=>'$graveyard'!==_0x4b4152['root']['rootName']);if(_0x3b9e69['length']<0x1)return;const _0x579e48=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1727a6=>_0x96ebea['fromRange'](_0x1727a6));_0x3a6ff1['setSelection'](_0x3b9e69);for(const _0x12b0f7 of this['_editor']['commands']['commands']())_0x12b0f7['refresh']();_0x11a59e['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x404584,..._0x11a59e);const _0xd21d05=_0x579e48['filter'](_0x34a695=>'$graveyard'!=_0x34a695['root']['rootName']);_0xd21d05['length']>0x0&&_0x3a6ff1['setSelection'](_0xd21d05);for(const _0x232a26 of _0x579e48)_0x232a26['detach']();});},_0x3cfe6d=(_0x552e67,_0x545b77)=>0x1==_0x552e67['length']&&0x1==_0x545b77['length']&&_0x552e67[0x0]['end']['isEqual'](_0x545b77[0x0]['start']),_0x4be26f=(_0x4fc61b,_0x330d57,_0x2dfdcf,_0x40e767)=>Ht(_0x4fc61b,_0x330d57,_0x2dfdcf,_0x40e767,this['_model'])?[_0x4fc61b,_0x330d57]:Ht(_0x330d57,_0x4fc61b,_0x40e767,_0x2dfdcf,this['_model'])?[_0x330d57,_0x4fc61b]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5961f8),this['_defaultCallbacks']['set']('insertion:discard',_0x5bf2d8),this['_defaultCallbacks']['set']('insertion:join',_0x3cfe6d),this['_defaultCallbacks']['set']('insertion:chain',_0x4be26f),this['_defaultCallbacks']['set']('deletion:accept',_0x5bf2d8),this['_defaultCallbacks']['set']('deletion:discard',_0x5961f8),this['_defaultCallbacks']['set']('deletion:join',_0x3cfe6d),this['_defaultCallbacks']['set']('deletion:chain',_0x4be26f),this['_defaultCallbacks']['set']('formatInline:accept',_0x279c8d),this['_defaultCallbacks']['set']('formatInline:discard',_0x5961f8),this['_defaultCallbacks']['set']('formatInline:join',_0x3cfe6d),this['_defaultCallbacks']['set']('formatInline:chain',_0x5961f8),this['_defaultCallbacks']['set']('formatBlock:accept',_0x279c8d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5961f8),this['_defaultCallbacks']['set']('formatBlock:join',_0x3cfe6d),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5961f8),this['_defaultCallbacks']['set']('attribute:accept',_0x5961f8),this['_defaultCallbacks']['set']('attribute:discard',(_0x2b5982,_0xfedf08)=>{if(!_0xfedf08)return;const _0x357062=this['_editor']['plugins']['get'](p);this['_model']['change'](_0xa76b68=>{if(_0xfedf08['key']==m)for(const _0x316efe of _0x2b5982){const _0x3d932d=_0x316efe['start']['nodeAfter'],_0x51b417=_0xfedf08['oldValue'];_0xa76b68['rename'](_0x3d932d,_0x51b417);}else{if(_0x357062['_isBlockAttribute'](_0xfedf08['key'])){for(const _0x1e667f of _0x2b5982)void 0x0!==_0xfedf08['oldValue']?_0xa76b68['setAttribute'](_0xfedf08['key'],_0xfedf08['oldValue'],_0x1e667f['start']['nodeAfter']):_0xa76b68['removeAttribute'](_0xfedf08['key'],_0x1e667f['start']['nodeAfter']);}else{for(const _0x496d94 of _0x2b5982)_0xfedf08['oldValue']?_0xa76b68['setAttribute'](_0xfedf08['key'],_0xfedf08['oldValue'],_0x496d94):_0xa76b68['removeAttribute'](_0xfedf08['key'],_0x496d94);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x3cfe6d);}}function Ot(_0x245903,_0x36f659,_0x2257b3){for(const _0x507b8e of _0x36f659['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x507b8e['root']==_0x507b8e)return!0x1;if(!_0x2257b3['containsItem'](_0x507b8e))return!0x1;if(_0x245903['isObject'](_0x507b8e)||_0x245903['isLimit'](_0x507b8e))return!0x0;}return!0x1;}function Vt(_0x23a83c){return _0x23a83c['end']['parent']==_0x23a83c['start']['nodeAfter']&&_0x23a83c['end']['isAtStart'];}function Ut(_0x204695,_0x2665fd,_0x5a896e,_0x5e0ee9){const _0x4d9c1b=_0x5d1112=>!_0x5d1112['item']['is']('$textProxy')&&!_0x5e0ee9['isObject'](_0x5d1112['item']),_0x4c9467=_0x204695['start']['getLastMatchingPosition'](_0x4d9c1b),_0x37cb03=_0x204695['end']['getLastMatchingPosition'](_0x4d9c1b,{'direction':'backward'});return(!_0x204695['start']['isEqual'](_0x4c9467)||!_0x204695['end']['isEqual'](_0x37cb03))&&(_0x4c9467['isBefore'](_0x37cb03)?_0x5a896e['updateMarker'](_0x2665fd,{'range':_0x5a896e['createRange'](_0x4c9467,_0x37cb03)}):_0x5a896e['removeMarker'](_0x2665fd),!0x0);}function Gt(_0x296c94){return _0x297eb3(_0x296c94);}function Ft(_0x389cfa){const _0x4c00ff=_0x389cfa['start']['nodeAfter'];return _0x4c00ff&&_0x4c00ff['is']('element');}function Pt(_0x414a19,_0x17c47d){return null==_0x414a19['end']['nodeBefore']&&_0x414a19['end']['parent']==_0x414a19['start']['nodeAfter']?Lt(_0x414a19['start']['nodeAfter'],_0x17c47d):_0x414a19;}function Lt(_0x415085,_0xdf6599){const _0x1012e8=_0xdf6599['schema']['isObject'](_0x415085)||_0xdf6599['schema']['isSelectable'](_0x415085);return _0xdf6599['createRange'](_0xdf6599['createPositionAt'](_0x415085,'before'),_0x1012e8?_0xdf6599['createPositionAfter'](_0x415085):_0xdf6599['createPositionAt'](_0x415085,'end'));}function Ht(_0x56576a,_0x400f6a,_0x2e9ae9,_0x543be1,_0x168b60){if(_0x56576a['next'])return!0x1;if(!Jt(_0x56576a,_0x400f6a))return!0x1;if(_0x2e9ae9['end']['isEqual'](_0x543be1['start']))return!0x0;if(_0x56576a['type']!=_0x400f6a['type'])return!0x1;if(!_0x2e9ae9['end']['isTouching'](_0x543be1['start']))return!0x1;const _0x1133e2=_0x168b60['createRange'](_0x2e9ae9['end'],_0x543be1['start'])['getWalker']();for(const _0x18e520 of _0x1133e2)if(['elementStart','elementEnd']['includes'](_0x18e520['type'])&&_0x168b60['schema']['isLimit'](_0x18e520['item']))return!0x1;return!0x0;}function Jt(_0x56ec4e,_0x4127e2){if(!_0x56ec4e['_isDataLoaded']||!_0x4127e2['_isDataLoaded'])return!0x1;const _0x32bc19=new Set(Object['keys'](_0x56ec4e['attributes'])),_0x48d10a=new Set(Object['keys'](_0x4127e2['attributes']));if(_0x32bc19['delete']('groupId'),_0x48d10a['delete']('groupId'),0x0==_0x32bc19['size']&&0x0==_0x48d10a['size'])return!0x0;if(_0x32bc19['size']!=_0x48d10a['size'])return!0x1;const _0x5e9107={..._0x56ec4e['attributes']},_0xf9138f={..._0x4127e2['attributes']};return delete _0x5e9107['groupId'],delete _0xf9138f['groupId'],JSON['stringify'](_0x5e9107)==JSON['stringify'](_0xf9138f);}function qt(_0x5b523a,_0x1f22ce){const _0xee1632=zt(_0x5b523a['attributes']),_0x38219a=zt(_0x1f22ce);if(!_0x5b523a['_isDataLoaded'])return!0x1;for(const _0x14ab16 of Object['keys'](_0x38219a))if(!_0x2707fe(_0xee1632[_0x14ab16],_0x38219a[_0x14ab16]))return!0x1;return!0x0;}function zt(_0x88c493){const _0x247a15=Object['assign']({},_0x88c493);return delete _0x247a15['skipNestingCheck'],delete _0x247a15['tablePasteChainId'],_0x247a15;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x3f91ad(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x1c919b,_0x20dc13,_0x46c8c4,_0x5775e9){super(),this['model']=_0x20dc13,this['view']=_0x46c8c4,this['commentThreadController']=_0x5775e9,this['_editor']=_0x1c919b,this['_acceptCommand']=_0x1c919b['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x1c919b['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x43ffa1,_0x4e8f49)=>_0x43ffa1||_0x4e8f49),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x3c1db2=>_0x3c1db2&&this['_editor']['model']['canEditAt'](_0x20dc13['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4f4ac4=>_0x4f4ac4&&this['_editor']['model']['canEditAt'](_0x20dc13['getRanges']())),this['_pendingAction']=null,_0x46c8c4['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x46c8c4,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x46c8c4,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x46c8c4,'change:isDirty',()=>{_0x46c8c4['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 _0x14a8ac=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x14a8ac);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0xdeb836{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5543a5,_0x433c34,_0x46e3c,_0x1ed24f){super(_0x5543a5),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x1182e9(_0x5543a5,o(_0x5543a5,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x433c34['authoredAt']),this['bind']('authoredAt')['to'](_0x433c34),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',_0x433c34,'authoredAt',this,'descriptionParts',(_0x41705c,_0x4e6156,_0x1710aa)=>{const _0x565345=_0x1710aa['map'](_0x3882b2=>ls(_0x3882b2['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x41705c-0x1,_0x433c34['author']['name'],_0x4e6156?_0x1ed24f['formatDateTime'](_0x4e6156):'',new DOMParser()['parseFromString'](_0x565345,'text/html')['body']['textContent']]);}),this['focusables']=new _0x3d1041(),this['focusTracker']=new _0x5ec906(),this['keystrokes']=new _0x58d683(),this['focusCycler']=new _0xde61b1({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x40c834=>_0x40c834['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x433c34,this['_localUser']=_0x46e3c,this['_config']=_0x1ed24f,_0x1ed24f['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x1570f6(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x2a0395}=this['_config'];this['commentsListView']=new _0x2a0395(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',_0x180687=>_0x180687+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xca5ffe,_0x5b1e34)=>_0xca5ffe||!!_0x5b1e34);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x5df15d}=this['_config'],_0x2f84d0=new _0x5df15d(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3be83c=_0x2f84d0['commentInputView'];return _0x2f84d0['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3be83c,'value',(_0x31e825,_0x5b1dcb,_0x280cbe)=>!!_0x280cbe||_0x31e825&&!_0x5b1dcb),_0x3be83c['on']('submit',(_0x319860,_0x4a9d74)=>{this['fire']('addComment',_0x4a9d74),_0x3be83c['editor']['setData']('');}),_0x3be83c['on']('cancel',()=>this['focus']()),_0x3be83c['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2f84d0;}}class re extends us{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x2a98a3,_0x2d4e11,_0x5c31fe,_0x1b1d4d){super(_0x2a98a3,_0x2d4e11,_0x5c31fe,_0x1b1d4d),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x51a2f7=>_0x51a2f7&&_0x51a2f7[0x0]?_0x51a2f7[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x29966a,_0x5a1bff)=>{let _0x5951e8='';for(const _0x47b5b3 of _0x29966a)_0x5951e8+='<p>'+ls(_0x47b5b3['content'],_0x47b5b3['color'])+'</p>';return _0x5a1bff?_0x5951e8:_0x46b8bb(_0x5951e8,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x2a98a3,'Accept\x20suggestion'),_0x32292f['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x2a98a3,'Discard\x20suggestion'),_0x32292f['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0xfc9558(_0x2a98a3,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']['addMany']([this['acceptButton'],this['discardButton']]),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x15177e=this['bindTemplate'],_0x173b62=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x15177e['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x15177e['to']('authoredAt',_0x118b2d=>this['_config']['formatDateTime'](_0x118b2d))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x173b62['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x11277e={'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x15177e['if']('isActive','ck-suggestion-wrapper--active'),_0x15177e['to']('type',_0x33482d=>'ck-suggestion-'+_0x33482d),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':_0x15177e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x173b62},this['ariaDescriptionView']]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x11277e['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x11277e;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x3bf906,_0x18e998,_0x185b9d)=>{this['_descriptionElement']['innerHTML']=_0x185b9d;});}['_createButton'](_0x579e78,_0x12a9a8,_0x2bd639,_0x3419a8,_0x42559a){const _0xb525aa=new _0x4b8906(this['locale']);return _0xb525aa['set']({'label':_0x579e78,'icon':_0x12a9a8,'tooltip':!0x0,'tooltipPosition':_0x42559a}),_0xb525aa['extendTemplate']({'attributes':{'class':_0x2bd639}}),_0xb525aa['on']('execute',()=>{this['fire'](_0x3419a8,this['_model']['id']);}),_0xb525aa;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['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;}}var ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x1d551a{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x431352,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x10ac18){super(_0x10ac18),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x24f0f9=this['editor']['config'];_0x24f0f9['define']('trackChanges.SuggestionThreadView',re),_0x24f0f9['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x24f0f9['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x3a5e1a,_0x171fc5){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x30fe10,_0x4d8f46]of this['_handleControllerBuffer']){const _0x4879ef=this['_suggestionToController']['has'](_0x30fe10);_0x4879ef||_0x4d8f46?_0x4879ef&&_0x4d8f46&&this['_destroyController'](_0x30fe10):this['_initializeController'](_0x30fe10);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x3a5e1a,_0x171fc5);}['init'](){const _0x3a0182=this['editor'],_0x38d85f=_0x3a0182['plugins']['get']('TrackChangesEditing'),_0x467cbe=_0x3a0182['plugins']['get']('Annotations'),_0x474e0b=_0x3a0182['plugins']['get']('EditorAnnotations'),_0x4ca43c=_0x3a0182['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x474e0b['addSourceCollector'](()=>{const _0x47f782=[];for(const [_0x48a5ea,_0x3635df]of Array['from'](this['_suggestionToController'])){const _0x4e8566=_0x48a5ea['getAllAdjacentSuggestions'](),_0x5d60d4=[];for(const _0x1fedeb of _0x4e8566){if(!_0x1fedeb['isInContent'])continue;if(_0x1fedeb['isMultiRange']){_0x5d60d4['push'](..._0x1fedeb['getRanges']());continue;}const _0x281363=_0x1fedeb['getFirstRange']();if(_0x5d60d4['length']>0x0){const _0x3318f=_0x5d60d4[0x0]['getJoined'](_0x281363);if(_0x3318f){_0x5d60d4[0x0]=_0x3318f;continue;}}_0x5d60d4['push'](_0x281363);}_0x47f782['push']([_0x3635df['view'],_0x5d60d4]);}return _0x47f782;}),this['listenTo'](_0x38d85f,'suggestionLoaded',(_0x243aaa,_0x338b66)=>{this['listenTo'](_0x338b66,'change:previous',(_0x1f5665,_0x266d03,_0x4045a6,_0x3fdf14)=>{_0x338b66['isInContent']&&(null==_0x4045a6?(this['_updateController'](_0x3fdf14['head']),this['_handleSuggestionControllerDelayed'](_0x338b66,!0x1)):(this['_updateController'](_0x4045a6['head']),null==_0x3fdf14&&this['_handleSuggestionControllerDelayed'](_0x338b66,!0x0)));}),null!==_0x338b66['previous']?this['_updateController'](_0x338b66['head']):this['_handleSuggestionControllerDelayed'](_0x338b66,!0x1);}),this['listenTo'](_0x38d85f,'suggestionUnloaded',(_0x561bbb,_0x40c74d,_0x2fcc6f)=>{this['stopListening'](_0x40c74d,'change:previous'),this['_handleControllerBuffer']['delete'](_0x40c74d),this['_suggestionToController']['has'](_0x40c74d)&&this['_destroyController'](_0x40c74d),_0x2fcc6f&&this['_updateController'](_0x2fcc6f['head']);}),this['listenTo'](_0x38d85f,'suggestionChanged',(_0xe45ae7,_0x399ed8)=>{this['_updateController'](_0x399ed8);}),this['listenTo'](_0x467cbe,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4ca43c,'addComment',(_0x438cbb,{threadId:_0x2fb987,isFromAdapter:_0x38ce36})=>{if(_0x38ce36||!_0x38d85f['hasSuggestion'](_0x2fb987))return;const _0x50a314=_0x38d85f['getSuggestion'](_0x2fb987);this['_suggestionToController']['get'](_0x50a314)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x350290=this['editor']['plugins']['get']('Annotations'),_0x166945=this['editor']['plugins']['get']('TrackChangesEditing'),_0x778c03=Array['from'](_0x350290['activeAnnotations'],_0x49ee2f=>_0x49ee2f['innerView'])['filter'](_0x510c69=>this['_viewToController']['has'](_0x510c69)),_0x433094=[];for(const _0x336cc1 of _0x778c03){const _0x1375b9=this['_viewToController']['get'](_0x336cc1)['model']['getAllAdjacentSuggestions']();_0x433094['push'](..._0x1375b9['reduce']((_0x13699b,_0x54c2dd)=>[..._0x13699b,..._0x54c2dd['getMarkerNames']()],[]));}_0x166945['activeMarkers']=_0x433094;}['_addUIComponentsToFactory'](){const _0x370893=this['editor'],_0x4393a5=_0x370893['locale'],_0x2cf2e4=o(_0x4393a5,'Track\x20changes'),_0x16a78d=new Wt([{'type':'switchbutton','model':new _0x1982c1({'withText':!0x0,'isToggleable':!0x0,'label':_0x2cf2e4,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x1982c1({'withText':!0x0,'label':o(_0x4393a5,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1982c1({'withText':!0x0,'label':o(_0x4393a5,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1982c1({'withText':!0x0,'label':o(_0x4393a5,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1982c1({'withText':!0x0,'label':o(_0x4393a5,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x4d0af2 of _0x16a78d)if(he(_0x4d0af2)){const _0x4dbea2=_0x370893['commands']['get'](_0x4d0af2['model']['commandName']);_0x4d0af2['model']['bind']('isOn','isEnabled')['to'](_0x4dbea2,'value','isEnabled');}_0x370893['ui']['componentFactory']['add']('trackChanges',_0x16efb6=>this['_createToolbarButton'](_0x16efb6,_0x16a78d,_0x2cf2e4)),_0x370893['ui']['componentFactory']['add']('menuBar:trackChanges',_0x5a388e=>this['_createMenuBarMenu'](_0x5a388e,_0x16a78d,_0x2cf2e4));}['_createToolbarButton'](_0x10ef78,_0x3f0305,_0x1df2b6){const _0x124f20=Qt(_0x10ef78,_0x3775c4),_0xa4c93a=this['editor']['commands']['get']('trackChanges');_0x124f20['buttonView']['set']({'tooltip':_0x1df2b6,'label':_0x1df2b6,'icon':ce}),_0x124f20['buttonView']['bind']('isOn')['to'](_0xa4c93a,'value'),_0x124f20['buttonView']['on']('execute',()=>{_0xa4c93a['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x124f20,_0x3f0305,{'role':'menu'});const _0x308dee=[];for(const _0x4bfeca of _0x3f0305)he(_0x4bfeca)&&_0x308dee['push'](this['editor']['commands']['get'](_0x4bfeca['model']['commandName']));const _0x4bfa28=_0x124f20['buttonView'];return _0x4bfa28['actionView']['unbind']('isEnabled'),_0x4bfa28['arrowView']['unbind']('isEnabled'),_0x4bfa28['actionView']['bind']('isEnabled')['to'](_0xa4c93a,'isEnabled'),_0x4bfa28['arrowView']['bind']('isEnabled')['toMany'](_0x308dee,'isEnabled',(..._0x41c4f5)=>_0x41c4f5['some'](_0x139bf7=>_0x139bf7)),_0x124f20['on']('execute',_0x204d91=>{this['editor']['execute'](_0x204d91['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x124f20;}['_createMenuBarMenu'](_0x1ad6bd,_0x15fb13,_0x257f2d){const _0x389e6d=new Yt(_0x1ad6bd),_0x1a6d20=this['editor']['commands']['get']('trackChanges');_0x389e6d['buttonView']['set']({'label':_0x257f2d,'icon':ce});const _0x459ef3=new Zt(_0x1ad6bd);for(const _0x8dc58 of _0x15fb13){if('separator'==_0x8dc58['type']){_0x459ef3['items']['add'](new Xt(_0x1ad6bd));continue;}const _0x789c2f=new te(_0x1ad6bd,_0x389e6d),_0xfb2623=new _0x167501(_0x1ad6bd),_0xdda0b2=_0x8dc58['model'];_0xfb2623['bind'](...Object['keys'](_0xdda0b2))['to'](_0xdda0b2),_0xfb2623['delegate']('execute')['to'](_0x389e6d),_0xfb2623['on']('execute',()=>{this['editor']['execute'](_0xdda0b2['commandName']),this['editor']['editing']['view']['focus']();}),_0x789c2f['children']['add'](_0xfb2623),_0x459ef3['items']['add'](_0x789c2f);}return _0x389e6d['bind']('isEnabled')['to'](_0x1a6d20,'isEnabled'),_0x389e6d['panelView']['children']['add'](_0x459ef3),_0x389e6d;}['_initializeController'](_0x39101d){const _0x58b3ce=this['editor'],_0x2951ed=_0x58b3ce['config'],_0x2fd01a=_0x58b3ce['plugins']['get']('Annotations'),_0x1f1c6c=_0x58b3ce['plugins']['get']('CommentsRepository'),_0x486a95=_0x58b3ce['plugins']['get']('EditorAnnotations'),_0x94de26=_0x58b3ce['plugins']['get'](_0x431352)['me'],_0x12e118=_0x2951ed['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x11db35,CommentThreadInputView:_0x55c4ad}=_0x58b3ce['plugins']['get']('CommentsUI');let _0x4bafe3,_0x39ce46;this['_annotationViews']['has'](_0x39101d['id'])?(_0x39ce46=this['_annotationViews']['get'](_0x39101d['id']),_0x4bafe3=_0x39ce46['mainView']):(_0x4bafe3=new _0x12e118(_0x58b3ce['locale'],_0x39101d,_0x94de26,{'disableComments':this['_disableComments'],'editorConfig':_0x2951ed['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x2951ed['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2951ed['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2951ed['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2a28e3(_0x2951ed['get']('locale')),'CommentView':_0x2951ed['get']('comments')['CommentView'],'CommentsListView':_0x11db35,'CommentThreadInputView':_0x55c4ad}),_0x4bafe3['acceptButton']['on']('execute',()=>{_0x58b3ce['editing']['view']['focus']();}),_0x4bafe3['discardButton']['on']('execute',()=>{_0x58b3ce['editing']['view']['focus']();}),_0x39ce46=_0x2fd01a['createAnnotationView'](this['editor']['locale'],_0x4bafe3),_0x39ce46['bind']('isDirty')['to'](_0x4bafe3,'isDirty'),_0x39ce46['bind']('length')['to'](_0x4bafe3),_0x39ce46['bind']('type')['to'](_0x4bafe3,'type',_0x407f56=>'suggestion-'+_0x407f56),this['listenTo'](_0x4bafe3,'escape',()=>{_0x58b3ce['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x39101d['id'],_0x39ce46));const _0x1d7817=_0x1f1c6c['createCommentThreadController'](_0x39101d['commentThread'],_0x4bafe3),_0x274ef6=new ae(_0x58b3ce,_0x39101d,_0x4bafe3,_0x1d7817),_0x32adc6=_0x39101d['getAllAdjacentSuggestions']()['filter'](_0x339c2f=>_0x339c2f['isInContent']);_0x4bafe3['descriptionParts']=_0x58b3ce['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x32adc6),this['_suggestionToController']['set'](_0x39101d,_0x274ef6),this['_viewToController']['set'](_0x4bafe3,_0x274ef6);const _0x21ebef=_0x2fd01a['createAnnotation']({'view':_0x39ce46,'target':()=>{const _0x49dfbe=[],_0x4c0dd4=_0x39101d['getAllAdjacentSuggestions']()['filter'](_0x13f01b=>_0x13f01b['isInContent']);for(const _0xd2081e of _0x4c0dd4)_0x49dfbe['push'](..._0xd2081e['getMarkers']());return _0x955e66(_0x58b3ce['editing'],_0x49dfbe);},'type':()=>'suggestion-'+_0x274ef6['view']['type']});_0x1f1c6c['_bindAnnotationToEditors'](_0x4bafe3,_0x21ebef),_0x2fd01a['add'](_0x21ebef),_0x486a95['registerAnnotation'](_0x21ebef);}['_destroyController'](_0x41a738){const _0x1e592c=this['editor']['plugins']['get']('CommentsRepository'),_0x35fbe8=this['editor']['plugins']['get']('Annotations'),_0x10187d=this['_suggestionToController']['get'](_0x41a738),_0x461ca6=_0x10187d['view'],_0x55091a=_0x35fbe8['getByInnerView'](_0x461ca6);_0x1e592c['_unbindEditors'](_0x461ca6),_0x55091a&&_0x35fbe8['remove'](_0x55091a),this['_suggestionToController']['delete'](_0x41a738),this['_viewToController']['delete'](_0x461ca6),_0x10187d['destroy']();}['_updateController'](_0x599ac7){if(!_0x599ac7['isInContent']||!this['_suggestionToController']['has'](_0x599ac7))return;const _0x5e37f2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x43e549=this['_suggestionToController']['get'](_0x599ac7),_0x4192d0=_0x599ac7['getAllAdjacentSuggestions']();_0x43e549['view']['descriptionParts']=_0x5e37f2['descriptionFactory']['getDescriptions'](_0x4192d0);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0xcf8285,(_0x22f324,_0x2bf368)=>{const _0x47c53e=this['editor']['plugins']['get'](k),_0xb91ba9=this['editor']['plugins']['get'](p);if(!_0xb91ba9['activeMarkers']['length'])return;const {id:_0x5a2c1b}=_0xb91ba9['_splitMarkerName'](_0xb91ba9['activeMarkers'][0x0]),_0x32c506=_0x47c53e['getSuggestion'](_0x5a2c1b);_0x32c506&&(this['_suggestionToController']['get'](_0x32c506)['view']['focus'](),_0x2bf368());});}['destroy'](){for(const _0x176e38 of this['_suggestionToController']['keys']())this['_destroyController'](_0x176e38);for(const _0x49d462 of this['_annotationViews']['values']())_0x49d462['mainView']['destroy']();super['destroy']();}}function he(_0x31488b){return'model'in _0x31488b;}class k extends _0x1d551a{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x52b9a0){this['editor']['plugins']['get'](p)['adapter']=_0x52b9a0;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3b6560){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3b6560);}['getSuggestions']({skipNotAttached:_0x2df4f6=!0x1,toJSON:_0x5e0e79=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2df4f6,'toJSON':_0x5e0e79});}['getSuggestion'](_0x49e88b){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x49e88b);}}const T=['Pagination'];class P extends _0x1d551a{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0xfcbec7=this['editor'];if(_0xfcbec7['config']['define']('trackChangesData.editorCreator',_0x168451=>{const _0x43fa86=_0xfcbec7['model']['document']['getRootNames']()['reduce']((_0x5eed2d,_0x2f90be)=>(_0x5eed2d[_0x2f90be]='',_0x5eed2d),{});return _0xfcbec7['constructor']['create'](_0x43fa86,_0x168451);}),'function'!=typeof _0xfcbec7['config']['get']('trackChangesData')['editorCreator'])throw new _0x163961('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x491812){return N(this['editor'],!0x0,_0x491812);}['getDataWithDiscardedSuggestions'](_0xbceadc){return N(this['editor'],!0x1,_0xbceadc);}}class D extends _0x1d551a{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x1fef21){super(_0x1fef21),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x5e354a){return void 0x0!==_0x5e354a['getRootsAttributes'];}async function N(_0x23ad0e,_0x51d911,_0x478bbf){const _0x26118e=_0xfa1896(_0x23ad0e,T);_0x26118e['plugins']['push'](p,D),_0x26118e['rootsAttributes']=v(_0x23ad0e)?_0x23ad0e['getRootsAttributes']():void 0x0;const _0x3c2f02=document['createDocumentFragment'](),_0x293877=_0x23ad0e['config']['get']('trackChangesData')['editorCreator'],_0x5d6563=await _0x293877(_0x26118e,()=>function(_0x591546){const _0x354706=document['createElement']('div');return _0x591546['appendChild'](_0x354706),_0x354706;}(_0x3c2f02));!function(_0x4f8fd6,_0x1b24a5){const _0xfd3cc3=_0x4f8fd6['model']['document']['getRootNames']()['reduce']((_0xce41c1,_0xe7ff43)=>(_0xce41c1[_0xe7ff43]=_0x4f8fd6['data']['get']({'rootName':_0xe7ff43}),_0xce41c1),{}),_0x497e67=_0x4f8fd6['plugins']['get']('Users')['users']['map'](_0x1cb688=>({'id':_0x1cb688['id'],'name':_0x1cb688['name']})),_0x300164=_0x4f8fd6['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x5ea430=_0x4f8fd6['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4b2523=_0x1b24a5['plugins']['get']('Users'),_0x108089=_0x1b24a5['plugins']['get']('TrackChangesEditing'),_0x45ddc3=_0x1b24a5['plugins']['get']('CommentsRepository');for(const _0x12e153 of _0x45ddc3['getCommentThreads']())_0x12e153['remove']();for(const _0x464a5d of _0x497e67)_0x4b2523['getUser'](_0x464a5d['id'])||_0x4b2523['addUser'](_0x464a5d);_0x4b2523['me']||_0x4b2523['useAnonymousUser']();for(const _0xe3a0f8 of _0x5ea430)_0x45ddc3['addCommentThread'](_0xe3a0f8);for(const _0x3a1217 of _0x300164)_0x108089['addSuggestionData'](_0x3a1217);_0x1b24a5['data']['set'](_0xfd3cc3);}(_0x23ad0e,_0x5d6563),_0x5d6563['execute'](_0x51d911?'acceptAllSuggestions':'discardAllSuggestions');const _0x5bd3f8=v(_0x5d6563)?_0x5d6563['getFullData'](_0x478bbf):_0x5d6563['data']['get'](_0x478bbf);return await _0x5d6563['destroy'](),_0x5bd3f8;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|