@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240522.0 → 0.0.0-nightly-20240524.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.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
|
-
_0x3e5667(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0xef96b0,_0xf3f55e){super(),this['id']=_0xf3f55e['id'],this['type']=_0xf3f55e['type'],this['subType']=_0xf3f55e['subType']||null,this['author']=_0xf3f55e['author'],this['creator']=_0xf3f55e['creator']||_0xf3f55e['author'],this['isExternal']=Boolean(_0xf3f55e['attributes']&&_0xf3f55e['attributes']['@external']),this['data']=null,this['_model']=_0xef96b0,this['_onAccept']=_0xf3f55e['onAccept'],this['_onDiscard']=_0xf3f55e['onDiscard'],this['_onAttributesChange']=_0xf3f55e['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0xf3f55e['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 _0x54da2d=this;for(;_0x54da2d['previous'];)_0x54da2d=_0x54da2d['previous'];return _0x54da2d;}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'](_0x4f4548){this['_markerNames']['add'](_0x4f4548);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2b1750=>this['_model']['markers']['get'](_0x2b1750))['filter'](_0x121558=>_0x121558);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x1b61f3=>{for(const _0x51bfdb of this['getMarkers']())_0x1b61f3['removeMarker'](_0x51bfdb);}),this['_markerNames']['clear']();}['removeMarker'](_0x482126){this['_model']['change'](_0x259e7b=>{_0x259e7b['removeMarker'](_0x482126);}),this['_markerNames']['delete'](_0x482126);}['addRange'](_0x4e8e6a){const _0x5dd83b='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x5dd83b),this['_model']['change'](_0x231cdd=>{_0x231cdd['addMarker'](_0x5dd83b,{'range':_0x4e8e6a,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x353525){for(const _0x3d546f of this['getRanges']())if(_0x3d546f['isIntersecting'](_0x353525))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x208cd2=>_0x208cd2['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x5ec16a,_0x10afb2)=>[..._0x5ec16a,..._0x10afb2['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x30431=this['getRanges']();if(0x1!=_0x30431['length'])return null;const _0x44351b=_0x30431[0x0],_0x24bea6=_0x44351b['start']['nodeAfter'],_0x4dc82a=_0x44351b['end']['nodeBefore'];return _0x24bea6 instanceof _0x5d3157?_0x24bea6!=_0x4dc82a?null:_0x24bea6: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 _0x1807a4=[];let _0x1ec125=this['head'];for(;_0x1ec125;)_0x1807a4['push'](_0x1ec125),_0x1ec125=_0x1ec125['next'];return _0x1807a4;}['setAttribute'](_0x3a333b,_0x1934f1){const _0x10fc5c=_0x2703d8(this['attributes']);_0x29c5e0(_0x10fc5c,_0x3a333b,_0x1934f1),_0x277e2e(_0x10fc5c,this['attributes'])||(this['attributes']=_0x10fc5c,this['_onAttributesChange'](_0x10fc5c));}['removeAttribute'](_0xfd752c){const _0xe3e305=_0x2703d8(this['attributes']);_0x54c237(_0xe3e305,_0xfd752c),_0x277e2e(_0xe3e305,this['attributes'])||(this['attributes']=_0xe3e305,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 _0x245371()['substr'](0x1,0x5);}}function o(_0x46f331,_0x437eda,_0x589919){const t=_0x46f331['t'];switch(_0x437eda){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',_0x589919);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x589919);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x589919);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x589919);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x589919);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',_0x589919);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x589919);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',_0x589919);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x589919);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x589919);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x589919);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x589919);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x589919);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x589919);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x589919);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x589919);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x589919);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x589919);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x589919);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x589919);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x589919);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x589919);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x589919);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'},_0x589919);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x589919);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x589919);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x589919);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x589919);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x589919);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'},_0x589919);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x589919);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x589919);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x589919);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x589919);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'},_0x589919);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x589919);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'},_0x589919);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'},_0x589919);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x589919);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'},_0x589919);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x589919);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'},_0x589919);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x589919);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x589919);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});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'},_0x589919);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'},_0x589919);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x437eda;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5c511,_0x4d6ca1){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5c511,this['_locale']=_0x4d6ca1;}['getDescriptions'](_0x429890){const _0x10f47c=[],_0x374154=new Set(),_0x57685e=new Set();for(let _0x2073c7=0x0;_0x2073c7<_0x429890['length'];_0x2073c7++){const _0x488b7b=_0x429890[_0x2073c7];if(!_0x488b7b['isInContent'])continue;const _0x2851b9=this['_handleCustomCallbackDescription'](_0x488b7b);if(_0x2851b9){if(null!=_0x488b7b['subType']){if(_0x374154['has'](_0x488b7b['subType']))continue;_0x374154['add'](_0x488b7b['subType']);}_0x10f47c['push'](_0x2851b9);}else{if('attribute'!=_0x488b7b['type'])'insertion'!=_0x488b7b['type']&&'deletion'!=_0x488b7b['type']||this['_handleInsertRemoveSuggestionDescription'](_0x10f47c,_0x488b7b,_0x429890[_0x2073c7+0x1]);else{const _0x1db6d5=_0x488b7b['data']['key'];if(_0x57685e['has'](_0x1db6d5))continue;_0x57685e['add'](_0x488b7b['data']['key']),_0x1db6d5==m?this['_handleRenameSuggestionDescription'](_0x10f47c,_0x488b7b):this['_handleAttributeSuggestionDescription'](_0x10f47c,_0x488b7b);}}}return this['_resolveDescriptionItems'](_0x10f47c);}['registerDescriptionCallback'](_0x725cd8){this['_customCallbacks']['push'](_0x725cd8);}['registerElementLabel'](_0x32ccc4,_0x406131,_0x5599f6=_0x48fe90['normal']){'function'==typeof _0x32ccc4?_0x27a2a2(this['_itemLabelsCallbacks'],{'matchingCallback':_0x32ccc4,'label':_0x406131,'priority':_0x5599f6}):this['_itemLabels']['set'](_0x32ccc4,_0x406131);}['registerAttributeLabel'](_0x4e05c9,_0x3034d4){this['_attributeLabels']['set'](_0x4e05c9,_0x3034d4);}['getItemLabel'](_0xd0c62b,_0x535a6a=0x1){let _0x32e4e4;for(const _0xcbf1be of this['_itemLabelsCallbacks'])if(_0xcbf1be['matchingCallback'](_0xd0c62b)){_0x32e4e4=_0xcbf1be['label'];break;}return _0x32e4e4||(_0x32e4e4=this['_itemLabels']['get'](_0xd0c62b['name'])),_0x32e4e4?_0x32e4e4(_0x535a6a):0x1!==_0x535a6a?_0x535a6a+'\x20'+_0xd0c62b['name']+'s':''+_0xd0c62b['name'];}['_addDescriptionItems'](_0x4216b8,_0x3b3f1d){const _0x57ddaa=_0x3b3f1d['getFirstRange']()['getWalker'](),_0x135581='insertion'==_0x3b3f1d['type']?'add':'remove';for(const _0x3990f7 of _0x57ddaa){const _0x156636=_0x3990f7['item'],_0x215d83=_0x4216b8[_0x4216b8['length']-0x1];if(_0x156636['is']('$textProxy'))_0x215d83&&_0x215d83['type']['indexOf']('Container')>-0x1&&_0x4216b8['pop'](),_0x215d83&&'text'==_0x215d83['type']?_0x215d83[_0x135581]+=_0x156636['data']:_0x4216b8['push']({'type':'text','add':'add'==_0x135581?_0x156636['data']:'','remove':'remove'==_0x135581?_0x156636['data']:''});else{if(this['_schema']['isObject'](_0x156636)){const _0x2e380c=_0x156636;if(_0x215d83&&_0x215d83['type']['indexOf']('Container')>-0x1&&_0x4216b8['pop'](),'elementEnd'==_0x3990f7['type'])continue;_0x215d83&&_0x215d83['type']==_0x135581+'Object'&&_0x215d83['element']['name']==_0x2e380c['name']?_0x215d83['quantity']++:_0x4216b8['push']({'type':_0x135581+'Object','element':_0x2e380c,'quantity':0x1}),_0x57ddaa['skip'](_0x4e3673=>!('elementEnd'==_0x4e3673['type']&&_0x4e3673['item']==_0x156636));}else{if(this['_schema']['checkChild'](_0x156636,'$text')||_0x156636['is']('element','softBreak')){const _0x15cd8c=_0x156636;if('add'==_0x135581&&'elementStart'==_0x3990f7['type']||'remove'==_0x135581&&'elementEnd'==_0x3990f7['type'])continue;if(_0x215d83&&-0x1==_0x215d83['type']['indexOf']('Container')){'text'==_0x215d83['type']&&(_0x215d83[_0x135581]+='\x0a');continue;}let _0x3af862;if(_0x3af862='add'==_0x135581?_0x15cd8c['nextSibling']&&!this['_schema']['isObject'](_0x15cd8c['nextSibling'])?_0x15cd8c['nextSibling']:null:_0x15cd8c['previousSibling']&&!this['_schema']['isObject'](_0x15cd8c['previousSibling'])?_0x15cd8c['previousSibling']:null,_0x15cd8c['isEmpty']||_0x3af862&&_0x3af862['isEmpty']){const _0x2679ee=_0x3af862&&_0x3af862['isEmpty']?_0x3af862:_0x15cd8c;_0x215d83&&_0x215d83['type']==_0x135581+'EmptyContainer'&&_0x215d83['element']['name']==_0x2679ee['name']?_0x215d83['quantity']++:_0x4216b8['push']({'type':_0x135581+'EmptyContainer','element':_0x2679ee,'quantity':0x1});}else _0x4216b8['push']({'type':_0x135581+'Container','element':_0x15cd8c});}}}}}['_resolveDescriptionItems'](_0x301a46){const _0x5a897c=this['_locale'],_0x4087fc=[],_0x156c9b=[],_0x469af2=[];for(const _0x2e1e18 of _0x301a46)switch(_0x2e1e18['type']){case'text':if(_0x2e1e18['add']=_0x2e1e18['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2e1e18['remove']=_0x2e1e18['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2e1e18['add']&&''!=_0x2e1e18['remove']){_0x4087fc['push']({'type':'replace','content':o(_0x5a897c,'REPLACE_TEXT',['\x22'+_0x2e1e18['remove']+'\x22','\x22'+_0x2e1e18['add']+'\x22'])});continue;}if(null!=_0x2e1e18['add']['match'](/^ +$/)){_0x4087fc['push']({'type':'insertion','content':o(_0x5a897c,'*Insert:*\x20%0',o(_0x5a897c,'ELEMENT_SPACE',_0x2e1e18['add']['length']))});continue;}if(null!=_0x2e1e18['remove']['match'](/^ +$/)){_0x4087fc['push']({'type':'deletion','content':o(_0x5a897c,'*Remove:*\x20%0',o(_0x5a897c,'ELEMENT_SPACE',_0x2e1e18['remove']['length']))});continue;}if(''!=_0x2e1e18['add']){_0x4087fc['push']({'type':'insertion','content':o(_0x5a897c,'*Insert:*\x20%0','\x22'+_0x2e1e18['add']+'\x22')});continue;}_0x4087fc['push']({'type':'deletion','content':o(_0x5a897c,'*Remove:*\x20%0','\x22'+_0x2e1e18['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4087fc['push']({'type':'insertion','content':o(_0x5a897c,'*Insert:*\x20%0',this['getItemLabel'](_0x2e1e18['element'],_0x2e1e18['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4087fc['push']({'type':'deletion','content':o(_0x5a897c,'*Remove:*\x20%0',this['getItemLabel'](_0x2e1e18['element'],_0x2e1e18['quantity']))});continue;case'addContainer':_0x4087fc['push']({'type':'insertion','content':o(_0x5a897c,'*Split:*\x20%0',this['getItemLabel'](_0x2e1e18['element'],_0x2e1e18['quantity']))});continue;case'removeContainer':_0x4087fc['push']({'type':'deletion','content':o(_0x5a897c,'*Merge:*\x20%0',this['getItemLabel'](_0x2e1e18['element'],_0x2e1e18['quantity']))});continue;case'addFormat':_0x156c9b['push'](_0x2e1e18['key']);continue;case'removeFormat':_0x469af2['push'](_0x2e1e18['key']);continue;default:_0x4087fc['push'](_0x2e1e18);}if(_0x156c9b['length']){const _0x5bedd3=_0x156c9b['map'](_0x3875af=>this['_attributeLabels']['has'](_0x3875af)?this['_attributeLabels']['get'](_0x3875af):_0x3875af)['join'](',\x20');_0x4087fc['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x5bedd3)});}if(_0x469af2['length']){const _0x5939eb=_0x469af2['map'](_0x134563=>this['_attributeLabels']['has'](_0x134563)?this['_attributeLabels']['get'](_0x134563):_0x134563)['join'](',\x20');_0x4087fc['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x5939eb)});}return _0x4087fc;}['_handleCustomCallbackDescription'](_0x859c16){for(const _0x40dc99 of this['_customCallbacks']){const _0x31fb98=_0x40dc99(_0x859c16);if(_0x31fb98&&'type'in _0x31fb98)return _0x31fb98;}}['_handleAttributeSuggestionDescription'](_0x175b81,_0x5f1446){const _0xc2a8bb=_0x5f1446['data'],_0x38b660=void 0x0===_0xc2a8bb['newValue']?'removeFormat':'addFormat';_0x175b81['push']({'type':_0x38b660,'key':_0xc2a8bb['key']});}['_handleRenameSuggestionDescription'](_0xe68053,_0x524db1){_0xe68053['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x524db1['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x412059,_0x390413,_0x4f0191){if(this['_addDescriptionItems'](_0x412059,_0x390413),_0x4f0191&&_0x4f0191['getFirstRange']()&&!_0x390413['getFirstRange']()['end']['isEqual'](_0x4f0191['getFirstRange']()['start'])){const _0x4b405a=_0x412059[_0x412059['length']-0x1],_0x54f051='insertion'==_0x390413['type']?'add':'remove';_0x4b405a&&'text'==_0x4b405a['type']&&(_0x4b405a[_0x54f051]+='\x0a');}}}class E extends _0x2196b4{['afterInit'](){const _0x4f93f5=this['editor'],_0x38cbb6=_0x4f93f5['plugins']['get']('TrackChangesEditing');_0x4f93f5['commands']['get']('showAIAssistant')&&_0x38cbb6['enableCommand']('showAIAssistant');}}class V extends _0x2196b4{['afterInit'](){const _0x28f87c=this['editor'],_0x222227=_0x28f87c['locale'];if(!_0x28f87c['plugins']['has']('AlignmentEditing'))return;const _0x5e4563=_0x28f87c['plugins']['get']('TrackChangesEditing');_0x5e4563['enableDefaultAttributesIntegration']('alignment'),_0x5e4563['registerBlockAttribute']('alignment'),_0x5e4563['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x222227,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5d4d59=this['editor'],_0x5ae6e8=_0x5d4d59['locale'];_0x5d4d59['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28851=>{if('formatBlock'!=_0x28851['type'])return;const {data:_0x264918}=_0x28851;if(_0x264918&&'alignment'==_0x264918['commandName']){const _0x31fada=_0x264918['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x5ae6e8,'*Format:*\x20%0',function(_0x423594){switch(_0x423594){case'left':return o(_0x5ae6e8,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x5ae6e8,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x5ae6e8,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x5ae6e8,'FORMAT_JUSTIFY_TEXT');}}(_0x31fada))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x2196b4{['afterInit'](){const _0x19d956=this['editor'],_0x55799d=_0x19d956['plugins']['get']('TrackChangesEditing'),_0x4c330f=_0x19d956['locale'];for(const _0x344970 of ti){if(!_0x19d956['plugins']['has'](_0x344970))continue;const _0x202e49=_0x344970['slice'](0x0,-0x7)['toLowerCase'](),_0x44d4b1='FORMAT_'+_0x202e49['toUpperCase']();_0x55799d['enableDefaultAttributesIntegration'](_0x202e49),_0x55799d['registerInlineAttribute'](_0x202e49),_0x55799d['descriptionFactory']['registerAttributeLabel'](_0x202e49,o(_0x4c330f,_0x44d4b1));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ed0d5=this['editor'],_0x5f299d=_0x2ed0d5['locale'],_0x2df4b5=_0x2ed0d5['plugins']['get']('TrackChangesEditing');function _0x19e8f8(_0x100f1e,_0x4ff7a8){_0x2df4b5['descriptionFactory']['registerDescriptionCallback'](_0xc45975=>{if('formatInline'!=_0xc45975['type'])return;const {data:_0x5a049e}=_0xc45975;return _0x5a049e&&_0x5a049e['commandName']===_0x100f1e?_0x5a049e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5f299d,'*Format:*\x20%0',_0x4ff7a8)}:{'type':'format','content':o(_0x5f299d,'*Remove\x20format:*\x20%0',_0x4ff7a8)}:void 0x0;});}_0x19e8f8('bold',o(_0x5f299d,'FORMAT_BOLD')),_0x19e8f8('italic',o(_0x5f299d,'FORMAT_ITALIC')),_0x19e8f8('underline',o(_0x5f299d,'FORMAT_UNDERLINE')),_0x19e8f8('code',o(_0x5f299d,'FORMAT_CODE')),_0x19e8f8('strikethrough',o(_0x5f299d,'FORMAT_STRIKETHROUGH')),_0x19e8f8('subscript',o(_0x5f299d,'FORMAT_SUBSCRIPT')),_0x19e8f8('superscript',o(_0x5f299d,'FORMAT_SUPERSCRIPT'));}}class O extends _0x2196b4{['afterInit'](){const _0x291a44=this['editor'],_0x2d9b12=_0x291a44['locale'];if(!_0x291a44['plugins']['has']('BlockQuoteEditing'))return;const _0x299f4a=_0x291a44['plugins']['get']('TrackChangesEditing'),_0x255240=this['editor']['commands']['get']('blockQuote');_0x299f4a['enableCommand']('blockQuote',(_0x259084,_0x50f97d={})=>{const _0x434a58=this['editor']['model']['document']['selection'],_0xe757ca=_0x50f97d&&void 0x0!==_0x50f97d['forceValue']?_0x50f97d['forceValue']:!_0x255240['value'];let _0x4fd2ab=[];if(_0xe757ca){const _0x53f87b=Array['from'](_0x434a58['getSelectedBlocks']())['filter'](_0x332aee=>oo(_0x332aee)||function(_0x27f2c0,_0x42bd86){const _0x4b485e=_0x42bd86['checkChild'](_0x27f2c0['parent'],'blockQuote'),_0x278e7f=_0x42bd86['checkChild'](['$root','blockQuote'],_0x27f2c0);return _0x4b485e&&_0x278e7f;}(_0x332aee,this['editor']['model']['schema']));_0x4fd2ab=to(_0x53f87b,_0x291a44['model']);}else{const _0x559603=Array['from'](_0x434a58['getSelectedBlocks']())['filter'](_0x83b9d9=>oo(_0x83b9d9));_0x4fd2ab=to(_0x559603,_0x291a44['model']);}_0x291a44['model']['change'](()=>{for(const _0x4e7075 of _0x4fd2ab)_0x299f4a['markBlockFormat'](_0x4e7075,{'commandName':'blockQuote','commandParams':[{'forceValue':_0xe757ca}]});});}),_0x299f4a['descriptionFactory']['registerDescriptionCallback'](_0x266b99=>{const {data:_0x48a7b8}=_0x266b99;if(_0x48a7b8&&'blockQuote'==_0x48a7b8['commandName']){const _0x42a785=o(_0x2d9b12,'ELEMENT_BLOCK_QUOTE');return _0x48a7b8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2d9b12,'*Set\x20format:*\x20%0',_0x42a785)}:{'type':'format','content':o(_0x2d9b12,'*Remove\x20format:*\x20%0',_0x42a785)};}});}}function oo(_0x4ad1c0){return'blockQuote'==_0x4ad1c0['parent']['name'];}class F extends _0x2196b4{['afterInit'](){const _0x263668=this['editor'];_0x263668['plugins']['has']('CaseChange')&&(_0x263668['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x263668['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x263668['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class G extends _0x2196b4{['afterInit'](){const _0x9660fc=this['editor'];_0x9660fc['commands']['get']('ckbox')&&_0x9660fc['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x2196b4{['afterInit'](){const _0x4b091c=this['editor'];if(!_0x4b091c['plugins']['has']('CodeBlock'))return;const _0x93e711=_0x4b091c['plugins']['get']('TrackChangesEditing'),_0xe69e4a=_0x4b091c['locale'],_0x19a381=_0x4b091c['config']['get']('codeBlock')['languages'],_0x21934d=_0x4b091c['commands']['get']('codeBlock');_0x93e711['enableCommand']('indentCodeBlock'),_0x93e711['enableCommand']('outdentCodeBlock'),_0x93e711['enableCommand']('codeBlock',(_0x4fa7bb,_0x4351cb={})=>{const _0x5a13c8=_0x4b091c['model'],_0x5f123f=_0x4b091c['model']['document']['selection'],_0x34413a=_0x4351cb&&void 0x0!==_0x4351cb['forceValue']?_0x4351cb['forceValue']:!_0x21934d['value'];let _0x3b3ebb;_0x4351cb['language']||(_0x4351cb['language']=_0x19a381[0x0]['language']),_0x3b3ebb=_0x34413a?Array['from'](_0x5f123f['getSelectedBlocks']())['filter'](_0x145010=>eo(_0x145010)||function(_0x2696ff,_0x4a80de){if(_0x2696ff['is']('rootElement')||_0x4a80de['isLimit'](_0x2696ff))return!0x1;return _0x4a80de['checkChild'](_0x2696ff['parent'],'codeBlock');}(_0x145010,_0x5a13c8['schema'])):Array['from'](_0x5f123f['getSelectedBlocks']())['filter'](_0x1baf8d=>eo(_0x1baf8d));const _0xbac92d=to(_0x3b3ebb,_0x5a13c8);_0x5a13c8['change'](()=>{for(const _0x12b4c6 of _0xbac92d)_0x93e711['markBlockFormat'](_0x12b4c6,{'commandName':'codeBlock','commandParams':[{..._0x4351cb,'forceValue':_0x34413a}],'formatGroupId':'blockName'});});}),(_0x93e711['descriptionFactory']['registerElementLabel']('codeBlock',_0x2c8036=>o(_0xe69e4a,'ELEMENT_CODE_BLOCK',_0x2c8036)),_0x93e711['descriptionFactory']['registerDescriptionCallback'](_0x1d798c=>{if('formatBlock'!=_0x1d798c['type'])return;const _0x14d7a2=_0xe69e4a['t'],{data:_0x3ce9da}=_0x1d798c;if(!_0x3ce9da||'codeBlock'!=_0x3ce9da['commandName'])return;const _0x1f74ef=_0x3ce9da['commandParams'][0x0]['language'],_0x5170ea=_0x14d7a2(_0x19a381['find'](_0x588c28=>_0x588c28['language']===_0x1f74ef)['label'])['toLowerCase']();return _0x3ce9da['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xe69e4a,'*Set\x20format:*\x20%0',o(_0xe69e4a,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x5170ea+')')}:{'type':'format','content':o(_0xe69e4a,'*Remove\x20format:*\x20%0',o(_0xe69e4a,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3f0f64){return'codeBlock'==_0x3f0f64['name'];}class H extends _0x2196b4{['afterInit'](){const _0x89585d=this['editor'];if(!_0x89585d['plugins']['has']('CommentsEditing'))return;_0x89585d['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x4caf15,_0x22c645,_0x53b5f3){const _0x585456=[];for(const _0x3045bf of _0x22c645['getItems']())_0x3045bf['hasAttribute'](_0x4caf15)&&_0x585456['push'](_0x53b5f3['createRangeOn'](_0x3045bf));return _0x585456;}function _e(_0x3570a8,_0x33b87f,{showActiveMarker:_0x182d1c=!0x0}={}){const _0x273209=_0x3570a8['plugins']['get']('TrackChangesEditing');return(_0x28b646,_0x8652b0,_0xc2d947)=>{if(!_0xc2d947['consumable']['test'](_0x8652b0['markerRange'],_0x28b646['name']))return;const _0x4b9209=_0x8652b0['markerRange']['getWalker'](),_0x1a3aeb=_0x8652b0['markerRange']['start'],_0x29fbe6=_0x3570a8['model']['schema'];let _0x55194c=null,_0x12d30c=null,_0x4448a6=!0x1,_0x137f8b=!0x1;for(const _0x564141 of _0x4b9209){const _0x1bb4ce=_0x564141['item'];_0x4448a6=_0x4448a6||_0x29fbe6['isContent'](_0x1bb4ce);const _0xba4411=_0xc2d947['mapper']['toViewElement'](_0x1bb4ce);if(_0xba4411&&_0xba4411['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x564141['type']&&(_0x29fbe6['isBlock'](_0x1bb4ce)&&!_0x29fbe6['isLimit'](_0x1bb4ce)&&(_0x1bb4ce['nextSibling']||_0x1a3aeb['isAtEnd']?_0x55194c&&_0x55194c['parent']==_0x1bb4ce||(_0x55194c=_0x1bb4ce,_0x212cba(_0x564141['previousPosition']),_0x137f8b=!0x0):_0x12d30c=_0x12d30c||_0x564141['previousPosition']));}function _0x212cba(_0x47f67b){const _0x3f70e2=_0xc2d947['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x33b87f}),_0x5e7103=_0xc2d947['mapper']['toViewPosition'](_0x47f67b);_0x182d1c&&_0x273209['activeMarkers']['includes'](_0x8652b0['markerName'])&&_0xc2d947['writer']['addClass']('ck-suggestion-marker--active',_0x3f70e2),_0xc2d947['writer']['insert'](_0x5e7103,_0x3f70e2),_0xc2d947['mapper']['bindElementToMarker'](_0x3f70e2,_0x8652b0['markerName']);}_0x4448a6||_0x137f8b||!_0x12d30c||_0x212cba(_0x12d30c);};}class q extends _0x2196b4{static get['requires'](){return[_0x4b2b9a];}['init'](){const _0x4c5753=this['editor'],_0x289407=_0x4c5753['plugins']['get']('TrackChangesEditing');_0x289407['enableCommand']('delete');const _0x291dc4=_0x4c5753['commands']['get']('deleteForward');_0x289407['enableCommand']('deleteForward',(_0x37d4e7,_0x49d18d={})=>{const _0x599e6f=_0x4c5753['model']['createSelection'](_0x4c5753['model']['document']['selection']);_0x599e6f['isCollapsed']&&_0x4c5753['model']['modifySelection'](_0x599e6f,{'direction':'forward','unit':_0x49d18d['unit']});const _0x47599a=_0x599e6f['getFirstRange'](),_0x3d735c=_0x186ef9['fromRange'](_0x47599a);let _0x385319;_0x37d4e7(_0x49d18d),_0x385319='$graveyard'==_0x3d735c['root']['rootName']?_0x4c5753['model']['createRange'](_0x47599a['start']):_0x4c5753['model']['createRange'](_0x3d735c['start'],_0x3d735c['end']),_0x3d735c['detach'](),_0x4c5753['model']['enqueueChange'](_0x291dc4['buffer']['batch'],_0x214dd7=>{_0x291dc4['buffer']['lock'](),_0x214dd7['setSelection'](_0x214dd7['createRange'](_0x385319['end'])),_0x291dc4['buffer']['unlock']();});}),_0x4c5753['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x4c5753,'merge'),{'priority':'high'}),_0x4c5753['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0xa8f7ed,_0x1af987,_0x199926)=>{_0x199926['options']['showSuggestionHighlights']&&_e(_0x4c5753,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0xa8f7ed,_0x1af987,_0x199926);},{'priority':'high'}),_0x4c5753['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4953e1,_0xd75123,_0x123908)=>{const _0x807c05=_0x123908['mapper']['markerNameToElements'](_0xd75123['markerName']);if(_0x807c05){for(const _0x1047e5 of _0x807c05)_0x1047e5['is']('uiElement')&&(_0x123908['mapper']['unbindElementFromMarkerName'](_0x1047e5,_0xd75123['markerName']),_0x123908['writer']['remove'](_0x1047e5));}},{'priority':'high'});}}class z extends _0x2196b4{['afterInit'](){const _0x4368df=this['editor'];if(!_0x4368df['plugins']['has']('ListEditing'))return;const _0x25352a=_0x4368df['locale'],_0x132b47=_0x4368df['plugins']['get']('TrackChangesEditing'),_0x1e33df=_0x4368df['plugins']['has']('TodoListEditing'),_0x3973f8=!!_0x4368df['config']['get']('list.multiBlock');function _0x5f1b5f(_0x974e3a){return{'type':'format','content':''+o(_0x25352a,'*Set\x20format:*\x20%0',_0x974e3a)};}function _0x283c4c(_0x23bc30){return{'type':'format','content':''+o(_0x25352a,'*Remove\x20format:*\x20%0',_0x23bc30)};}_0x132b47['enableDefaultAttributesIntegration']('numberedList'),_0x132b47['enableDefaultAttributesIntegration']('bulletedList'),_0x132b47['enableDefaultAttributesIntegration']('customNumberedList'),_0x132b47['enableDefaultAttributesIntegration']('customBulletedList'),_0x132b47['enableDefaultAttributesIntegration']('indentList'),_0x132b47['enableDefaultAttributesIntegration']('outdentList'),_0x132b47['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x132b47['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x132b47['registerBlockAttribute']('listItemId'),_0x132b47['registerBlockAttribute']('listType'),_0x132b47['registerBlockAttribute']('listIndent'),_0x3973f8&&(_0x132b47['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x132b47['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x1e33df&&(_0x132b47['enableDefaultAttributesIntegration']('todoList'),_0x132b47['enableDefaultAttributesIntegration']('checkTodoList'),_0x132b47['registerBlockAttribute']('todoListChecked'),_0x132b47['descriptionFactory']['registerDescriptionCallback'](_0x4ccc51=>{const {data:_0x57a53a}=_0x4ccc51;if(_0x57a53a&&'todoListChecked'==_0x57a53a['key'])return{'type':'format','content':_0x57a53a['newValue']?o(_0x25352a,'*Check\x20item*'):o(_0x25352a,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0xa3c934=>{if(_0xa3c934['batch']['isUndo'])return!0x1;let _0x1e9cd9=!0x1;const _0x1b0bbf=_0x132b47['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4a7003=>'todoListChecked'===_0x132b47['_getAttributeKey'](_0x4a7003));for(const _0x427c1e of _0x1b0bbf){'todo'!=_0x427c1e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x132b47['_findSuggestions'](_0x427c1e['getFirstRange'](),'attribute')['find'](_0x3db8fa=>'listType'===_0x132b47['_getAttributeKey'](_0x3db8fa['suggestion']))||(_0xa3c934['removeMarker'](_0x427c1e['getFirstMarker']()),_0x1e9cd9=!0x0));}return _0x1e9cd9;})),_0x132b47['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x25352a,'FORMAT_INDENT'));const _0x3930da={'type':'format','content':''};_0x132b47['descriptionFactory']['registerDescriptionCallback'](_0x27c171=>{const {data:_0x40867d}=_0x27c171;if(!_0x40867d||'listType'!=_0x40867d['key'])return;let _0x262ebb=_0x27c171['head'];for(;_0x262ebb;){if(_0x262ebb['data']&&(('listStyle'==_0x262ebb['data']['key']||'listMarkerStyle'==_0x262ebb['data']['key'])&&(_0x262ebb['data']['newValue']&&'default'!=_0x262ebb['data']['newValue']||'default'!=_0x262ebb['data']['oldValue']&&!_0x40867d['newValue'])||!_0x3973f8&&_0x262ebb['data']['key']==m))return _0x3930da;_0x262ebb=_0x262ebb['next'];}if(null==_0x40867d['newValue'])switch(_0x40867d['oldValue']){case'bulleted':return _0x283c4c(o(_0x25352a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x283c4c(o(_0x25352a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x283c4c(o(_0x25352a,'ELEMENT_TODO_LIST'));}switch(_0x40867d['newValue']){case'bulleted':return _0x5f1b5f(o(_0x25352a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5f1b5f(o(_0x25352a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5f1b5f(o(_0x25352a,'ELEMENT_TODO_LIST'));}}),_0x132b47['descriptionFactory']['registerDescriptionCallback'](_0x2f2e7d=>{const {data:_0x194f8b}=_0x2f2e7d;if(_0x194f8b&&'listIndent'==_0x194f8b['key'])return null==_0x194f8b['newValue']||null==_0x194f8b['oldValue']&&0x0==_0x194f8b['newValue']?_0x3930da:void 0x0;}),_0x132b47['descriptionFactory']['registerDescriptionCallback'](_0x50c007=>{if('attribute'!=_0x50c007['type'])return;const {data:_0x39c1ad}=_0x50c007;if(!_0x39c1ad||'listItemId'!=_0x39c1ad['key'])return;const _0x363276=le(_0x50c007);return'newValue'==_0x363276?{'type':'format','content':o(_0x25352a,'*Merge:*\x20list\x20item')}:'oldValue'==_0x363276?{'type':'format','content':o(_0x25352a,'*Split:*\x20list\x20item')}:_0x3930da;}),_0x4368df['model']['document']['registerPostFixer'](_0x3c957f=>this['listItemIdFixer'](_0x3c957f)),_0x4368df['model']['document']['registerPostFixer'](_0x5298b6=>this['noTrackChangesFixer'](_0x5298b6)),_0x4368df['model']['document']['registerPostFixer'](_0x2a44cf=>this['assureChains'](_0x2a44cf)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x16c9e2){if(_0x16c9e2['batch']['isUndo']||!_0x16c9e2['batch']['isLocal'])return!0x1;let _0x1be884=!0x1;const _0x1f6825=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x505bb3=>_0x505bb3['data']&&'listItemId'==_0x505bb3['data']['key'])['filter'](_0x5d749b=>_0x5d749b['data']['newValue']&&_0x5d749b['data']['oldValue']);for(const _0x7dfdec of _0x1f6825)le(_0x7dfdec)||(_0x16c9e2['removeMarker'](_0x7dfdec['getFirstMarker']()),_0x1be884=!0x0);return _0x1be884;}['noTrackChangesFixer'](_0x1811a5){if(_0x1811a5['batch']['isUndo']||!_0x1811a5['batch']['isLocal'])return!0x1;const _0x29fdc2=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x29fdc2['trackChangesCommand']['value'])return!0x1;let _0x4dda65=!0x1;const _0x51ba9a=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x41a734=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0xffee6e=>'attribute'==_0xffee6e['type'])['filter'](_0x2eca71=>_0x51ba9a['includes'](_0x2eca71['attributeKey']));if(0x0==_0x41a734['length'])return _0x4dda65;for(const _0x21ed6a of _0x41a734){const _0x3be4f7=_0x29fdc2['_findSuggestions'](_0x21ed6a['range'],'attribute')['filter'](_0xb44216=>!_0xb44216['meta']['isNextTo'])['map'](_0x53ccf3=>_0x53ccf3['suggestion'])['filter'](_0x4d3951=>{const _0x264159=_0x29fdc2['_getAttributeKey'](_0x4d3951);return _0x51ba9a['includes'](_0x264159);});if(_0x3be4f7['length']){for(const _0x1ac2dc of _0x3be4f7)_0x1811a5['removeMarker'](_0x1ac2dc['getFirstMarker']());_0x4dda65=!0x0;}}return _0x4dda65;}['assureChains'](_0x322f1f){if(_0x322f1f['batch']['isUndo']||!_0x322f1f['batch']['isLocal'])return!0x1;const _0xb19439=this['editor']['plugins']['get']('TrackChangesEditing');let _0x2051dd=!0x1;const _0x43c638=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x3e9c62 of _0xb19439['getSuggestions']({'skipNotAttached':!0x0})){const _0x2c6f40=_0xb19439['_findSuggestions'](_0x3e9c62['getFirstRange'](),'attribute')['map'](_0x1f9685=>_0x1f9685['suggestion'])['filter'](_0x2c21b3=>_0x2c21b3['data']&&_0x43c638['includes'](_0x2c21b3['data']['key']));if(!_0x2c6f40['length'])continue;const _0x5caf96=_0x2c6f40[0x0]['head']['attributes']['groupId'];if(!_0x2c6f40['every'](_0x19e184=>_0x19e184['attributes']['groupId']===_0x5caf96)){for(const _0x16ad2d of _0x2c6f40)_0x151acc(_0x16ad2d,_0x5caf96)&&(_0x2051dd=!0x0);}}return _0x2051dd;function _0x2209ec(_0x211923,_0x1f26c5){for(const _0xc0532e of _0xb19439['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4599d0=>'attribute'==_0x4599d0['type']&&_0x4599d0['attributes']['groupId']==_0x211923))_0xc0532e['setAttribute']('groupId',_0x1f26c5);}function _0x151acc(_0x53f485,_0x433002){let _0x23fa8f=_0x53f485['head'],_0x5adf93=!0x1;for(;_0x23fa8f;)_0x23fa8f['attributes']['groupId']!=_0x433002&&(_0x2209ec(_0x23fa8f['attributes']['groupId'],_0x433002),_0x23fa8f['setAttribute']('groupId',_0x433002),_0x5adf93=!0x0),_0x23fa8f=_0x23fa8f['next'];return _0x5adf93;}}['_supportLegacySuggestions'](){const _0x16eccb=this['editor'],_0x239801=_0x16eccb['locale'],_0x16dd5b=_0x16eccb['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x16dd5b['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2f609c,_0x415352){const _0x3678e9=[];for(let _0x4bd573 of _0x2f609c)_0x4bd573['start']['nodeAfter']===_0x4bd573['end']['parent']&&(_0x4bd573=_0x16eccb['model']['createRange'](_0x16eccb['model']['createPositionAt'](_0x4bd573['start']['nodeAfter'],0x0))),_0x3678e9['push'](_0x4bd573);_0x16eccb['model']['change'](_0x42ca90=>{const _0x444571=_0x16eccb['model']['document']['selection'],_0xdd5898=Array['from'](_0x444571['getRanges']())['map'](_0x3e7b35=>_0x186ef9['fromRange'](_0x3e7b35));_0x42ca90['setSelection'](_0x3678e9),_0x16eccb['commands']['get'](_0x415352['commandName'])['refresh'](),_0x415352['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x16eccb['execute'](_0x415352['commandName'],..._0x415352['commandParams']),_0x42ca90['setSelection'](_0xdd5898);for(const _0x26ed7b of _0xdd5898)_0x26ed7b['detach']();});}),_0x16dd5b['descriptionFactory']['registerElementLabel'](function(_0x175aee){const _0x200e75=!_0x16eccb['model']['schema']['isObject'](_0x175aee),_0x34be20=_0x175aee['previousSibling'],_0x1ed0db=_0x175aee['nextSibling'],_0x3decf5=_0x175aee['getAttribute']('listItemId'),_0x28b226=!_0x34be20||_0x34be20['getAttribute']('listItemId')!==_0x3decf5,_0x21314c=!_0x1ed0db||_0x1ed0db['getAttribute']('listItemId')!==_0x3decf5;return _0x200e75&&Boolean(_0x3decf5)&&_0x28b226&&_0x21314c;},_0xfb4b9=>o(_0x239801,'ELEMENT_LIST_ITEM',_0xfb4b9));}['_registerLegacyDescription'](){const _0xf4ed55=this['editor'],_0x565a24=_0xf4ed55['locale'];function _0xbb4a05(_0xc6a18c){const _0xb63158=_0xf4ed55['commands']['get']('bulletedList')['value'],_0x19236b=_0xf4ed55['commands']['get']('numberedList')['value'];return'numberedList'===_0xc6a18c?_0xb63158:_0x19236b;}_0xf4ed55['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x259e2c){if('formatBlock'!=_0x259e2c['type'])return;const {data:_0x4da06c}=_0x259e2c;if(!_0x4da06c)return;let _0x3eeffc,_0x3192c8,_0x5bfe11,_0x3f09ba;switch(_0x4da06c['commandName']){case'bulletedList':_0x5bfe11=_0x4da06c['commandParams'][0x0]['forceValue'],_0x3f09ba=_0xbb4a05(_0x4da06c['commandName']),_0x3eeffc=_0x5bfe11?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x3f09ba&&_0xf4ed55['config']['get']('list.multiBlock')||(_0x3eeffc='*Change\x20to:*\x20%0'),_0x3192c8={'type':'format','content':o(_0x565a24,_0x3eeffc,o(_0x565a24,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x5bfe11=_0x4da06c['commandParams'][0x0]['forceValue'],_0x3f09ba=_0xbb4a05(_0x4da06c['commandName']),_0x3eeffc=_0x5bfe11?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x3f09ba&&_0xf4ed55['config']['get']('list.multiBlock')||(_0x3eeffc='*Change\x20to:*\x20%0'),_0x3192c8={'type':'format','content':o(_0x565a24,_0x3eeffc,o(_0x565a24,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x3eeffc='*Indent:*\x20%0',_0x3192c8={'type':'format','content':o(_0x565a24,_0x3eeffc,o(_0x565a24,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x3eeffc=function(_0x519f47){const _0x5997f4=_0x519f47['getFirstRange']();let _0x86a20c=_0x5997f4['start']['nodeAfter'];for(;_0x86a20c&&_0x5997f4['containsItem'](_0x86a20c);){if(_0x86a20c['getAttribute']('listIndent')>0x0)return!0x1;_0x86a20c=_0x86a20c['nextSibling'];}return!0x0;}(_0x259e2c)?o(_0x565a24,'*Format:*\x20remove\x20from\x20%0',o(_0x565a24,function(_0x1a8c22){return'ELEMENT_'+_0x1a8c22['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x259e2c))):o(_0x565a24,'*Outdent:*\x20%0',o(_0x565a24,'ELEMENT_LIST_ITEM')),_0x3192c8={'type':'format','content':_0x3eeffc};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4da06c['multipleBlocks']&&(_0x3eeffc='*Merge:*\x20%0',_0x3192c8={'type':'deletion','content':o(_0x565a24,_0x3eeffc,o(_0x565a24,'ELEMENT_LIST_ITEM'))});}return _0x3192c8;});}}function le(_0x1c9ece){let _0x47f531=_0x1c9ece['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x47f531;){const _0x49930d=_0x47f531['getAttribute']('listItemId');if(!_0x49930d)return!0x1;if(_0x49930d==_0x1c9ece['data']['newValue'])return'newValue';if(_0x49930d==_0x1c9ece['data']['oldValue'])return'oldValue';_0x47f531=_0x47f531['previousSibling'];}return!0x1;}class ue extends _0x2196b4{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x3b0c2d=this['editor']['config']['get']('list.properties'),_0x5577e9=this['editor']['plugins']['get']('TrackChangesEditing');_0x3b0c2d['styles']&&(_0x5577e9['enableDefaultAttributesIntegration']('listStyle'),_0x5577e9['registerBlockAttribute']('listStyle')),_0x3b0c2d['reversed']&&(_0x5577e9['enableDefaultAttributesIntegration']('listReversed'),_0x5577e9['registerBlockAttribute']('listReversed')),_0x3b0c2d['startIndex']&&(_0x5577e9['enableDefaultAttributesIntegration']('listStart'),_0x5577e9['registerBlockAttribute']('listStart'));const _0x308d5c={'type':'format','content':''};_0x5577e9['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x219fa8=this['editor']['locale'];_0x5577e9['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x219fa8,'FORMAT_LIST_REVERSED')),_0x5577e9['descriptionFactory']['registerDescriptionCallback'](_0x4857dd=>{const {data:_0x37296e}=_0x4857dd;if(_0x37296e&&'listReversed'==_0x37296e['key'])return null==_0x37296e['newValue']||0x0==_0x37296e['newValue']&&null==_0x37296e['oldValue']?_0x308d5c:void 0x0;}),_0x5577e9['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x219fa8,'FORMAT_LIST_START')),_0x5577e9['descriptionFactory']['registerDescriptionCallback'](_0x56b68e=>{const {data:_0x299307}=_0x56b68e;if(_0x299307&&'listStart'==_0x299307['key'])return null==_0x299307['newValue']||0x1==_0x299307['newValue']&&null==_0x299307['oldValue']?_0x308d5c:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x3a6916=>{if(_0x3a6916['batch']['isUndo'])return!0x1;let _0x56a214=!0x1;const _0x4b0e2e=_0x5577e9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2244bd=>{const _0x10b72d=_0x5577e9['_getAttributeKey'](_0x2244bd);return'listStart'==_0x10b72d||'listReversed'==_0x10b72d;});for(const _0xc5cd99 of _0x4b0e2e){const _0x1a0f7b=_0xc5cd99['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1a0f7b||'customNumbered'==_0x1a0f7b)continue;_0x5577e9['_findSuggestions'](_0xc5cd99['getFirstRange'](),'attribute')['find'](_0xb61ea0=>'listType'==_0x5577e9['_getAttributeKey'](_0xb61ea0['suggestion']))||(_0x3a6916['removeMarker'](_0xc5cd99['getFirstMarker']()),_0x56a214=!0x0);}return _0x56a214;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x18c06e){const _0x329d30=this['editor']['locale'],{data:_0x1e48fd}=_0x18c06e,_0x2c5310={'type':'format','content':''};if(!_0x1e48fd||'listStyle'!=_0x1e48fd['key'])return;if(!_0x1e48fd['oldValue'])return'default'==_0x1e48fd['newValue']?_0x2c5310:{'type':'format','content':''+o(_0x329d30,'*Set\x20format:*\x20%0',o(_0x329d30,this['_getTranslationKeyForListStyle'](_0x1e48fd['newValue'])))};if(!_0x1e48fd['newValue']){if('default'==_0x1e48fd['oldValue'])return _0x2c5310;let _0x44da2b=_0x18c06e['head'];for(;_0x44da2b;){if(_0x44da2b['data']&&'listType'==_0x44da2b['data']['key']&&_0x44da2b['data']['newValue'])return _0x2c5310;_0x44da2b=_0x44da2b['next'];}return{'type':'format','content':''+o(_0x329d30,'*Remove\x20format:*\x20%0',o(_0x329d30,this['_getTranslationKeyForListStyle'](_0x1e48fd['oldValue'])))};}if('default'!=_0x1e48fd['newValue'])return{'type':'format','content':''+o(_0x329d30,'*Set\x20format:*\x20%0',o(_0x329d30,this['_getTranslationKeyForListStyle'](_0x1e48fd['newValue'])))};let _0x1b8b3c=_0x18c06e['head'];for(;_0x1b8b3c;){if(_0x1b8b3c['data']&&'listType'==_0x1b8b3c['data']['key']&&_0x1b8b3c['data']['newValue']&&_0x1b8b3c['data']['oldValue'])return _0x2c5310;_0x1b8b3c=_0x1b8b3c['next'];}return{'type':'format','content':o(_0x329d30,'*Set\x20format:*\x20%0',o(_0x329d30,'ELEMENT_'+_0x18c06e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x34dc43=this['editor'],_0x2989f5=_0x34dc43['locale'];_0x34dc43['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf8ee3e=>{if('formatBlock'!=_0xf8ee3e['type'])return;const {data:_0x4770ac}=_0xf8ee3e;if(!_0x4770ac)return;let _0x39272a,_0x310872;switch(_0x4770ac['commandName']){case'listStyle':_0x39272a='*Change\x20to:*\x20%0',_0x310872={'type':'format','content':o(_0x2989f5,_0x39272a,o(_0x2989f5,this['_getTranslationKeyForListStyle'](_0x4770ac['commandParams'][0x0]['type'])))};break;case'listReversed':_0x39272a=_0x4770ac['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x310872={'type':'format','content':o(_0x2989f5,_0x39272a)};break;case'listStart':_0x39272a='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x310872={'type':'format','content':o(_0x2989f5,_0x39272a,_0x4770ac['commandParams'][0x0]['startIndex'])};}return _0x310872;});}['_getTranslationKeyForListStyle'](_0x52ee0d){return'ELEMENT_'+function(_0x365fea){if(pe['includes'](_0x365fea))return'bulleted';if(ye['includes'](_0x365fea))return'numbered';return null;}(_0x52ee0d)['toUpperCase']()+'_LIST_'+_0x52ee0d['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x2196b4{static get['requires'](){return[_0x63b7bd];}['init'](){const _0x9cd71a=this['editor'],_0x280694=_0x9cd71a['plugins']['get']('TrackChangesEditing'),_0x128764=_0x9cd71a['commands']['get']('enter');_0x280694['enableCommand']('enter',()=>{_0x9cd71a['model']['change'](_0x73ab2b=>{const _0x3b2e41=_0x9cd71a['model']['document']['selection'],_0x5d3bc0=_0x3b2e41['getFirstPosition'](),_0x39ea19=_0x186ef9['fromRange'](_0x3b2e41['getFirstRange']());if(_0x128764['enterBlock'](_0x73ab2b)){const _0x5cd261=_0x9cd71a['model']['createPositionAt'](_0x5d3bc0['parent']['nextSibling'],0x0),_0x284239=_0x73ab2b['createRange'](_0x5d3bc0,_0x5cd261);_0x280694['markInsertion'](_0x284239);}else _0x73ab2b['setSelection'](_0x73ab2b['createRange'](_0x39ea19['end']));_0x39ea19['detach'](),_0x128764['fire']('afterExecute',{'writer':_0x73ab2b});});}),_0x9cd71a['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x9cd71a,'split'),{'priority':'high'}),_0x9cd71a['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0xdf6e91,_0x4ceef3,_0x3146a4)=>{const _0x4645ca=_0x3146a4['mapper']['markerNameToElements'](_0x4ceef3['markerName']);if(_0x4645ca){for(const _0x4c7cab of _0x4645ca)_0x4c7cab['hasClass']('ck-suggestion-marker-split')&&(_0x3146a4['mapper']['unbindElementFromMarkerName'](_0x4c7cab,_0x4ceef3['markerName']),_0x3146a4['writer']['remove'](_0x4c7cab));}},{'priority':'high'}),_0x9cd71a['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xafae,_0x27e063,_0x21eb8b)=>{_0x21eb8b['options']['showSuggestionHighlights']&&_e(_0x9cd71a,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xafae,_0x27e063,_0x21eb8b);},{'priority':'high'});}}class J extends _0x2196b4{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x4480b9=this['editor']['plugins']['get']('TrackChangesEditing');_0x4480b9['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x4480b9['enableCommand']('findNext'),_0x4480b9['enableCommand']('findPrevious'),_0x4480b9['enableCommand']('replace'),_0x4480b9['enableCommand']('replaceAll');}['handleFindCommand'](_0x433d5d,_0x1e4b39,_0x56ccec={}){const _0x57bba7=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x433d5d(_0x5d6314=>('string'==typeof _0x1e4b39?_0x57bba7['findByTextCallback'](_0x1e4b39,_0x56ccec):_0x1e4b39)(_0x5d6314)['filter'](_0x3ecb20=>!0x1===this['_isInDeletionRange'](_0x3ecb20,_0x5d6314['item'])),_0x56ccec);}['_isInDeletionRange'](_0x395fad,_0x57cc1b){const _0xdbcfe6=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x57cc1b,_0x395fad['start']),this['editor']['model']['createPositionAt'](_0x57cc1b,_0x395fad['end']));for(const _0x57c2e4 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0xdbcfe6['getIntersection'](_0x57c2e4['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Q extends _0x2196b4{['afterInit'](){const _0x31a8df=this['editor']['locale'],_0x5c613f=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x5f5633,commandName:_0x4b54ad}of ro)this['editor']['plugins']['has'](_0x5f5633)&&(_0x5c613f['enableDefaultAttributesIntegration'](_0x4b54ad),_0x5c613f['registerInlineAttribute'](_0x4b54ad));_0x31a8df['t'],_0x5c613f['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x31a8df,'FORMAT_FONT_SIZE')),_0x5c613f['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x31a8df,'FORMAT_FONT_FAMILY')),_0x5c613f['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x31a8df,'FORMAT_FONT_COLOR')),_0x5c613f['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x31a8df,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a3202=this['editor'],_0xb53d5d=_0x2a3202['locale'];_0x2a3202['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x625860=>{const _0x5666d1=_0xb53d5d['t'];if('formatInline'!=_0x625860['type'])return;const {data:_0x4c7c09}=_0x625860;if(null!=_0x4c7c09){if('fontSize'==_0x4c7c09['commandName']){const _0x360a8c=_0x4c7c09['commandParams'][0x0]['value'];if(_0x360a8c){const _0x1eaeb1=_0x5666d1(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x37661b=>_0x37661b['model']==_0x360a8c)['title'])['toLowerCase']();return{'type':'format','content':o(_0xb53d5d,'*Set\x20font\x20size:*\x20%0',_0x1eaeb1)};}return{'type':'format','content':o(_0xb53d5d,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x4c7c09['commandName']){const _0x3a18a9=_0x4c7c09['commandParams'][0x0]['value'];return _0x3a18a9?{'type':'format','content':o(_0xb53d5d,'*Set\x20font\x20family:*\x20%0',_0x3a18a9)}:{'type':'format','content':o(_0xb53d5d,'*Reset\x20font\x20family*')};}if('fontColor'==_0x4c7c09['commandName']){const _0x4ac4a5=_0x4c7c09['commandParams'][0x0]['value'];if(_0x4ac4a5){const _0xc5916c=_0x415cac(this['editor']['config']['get']('fontColor.colors'))['find'](_0x399f64=>_0x399f64['model']==_0x4ac4a5);let _0x40cb4e=_0x4ac4a5,_0x331cbb='';return _0xc5916c&&(_0x40cb4e=_0xc5916c['label'],_0x331cbb=_0x5666d1(_0x40cb4e)['toLowerCase']()),{'type':'format','content':o(_0xb53d5d,'*Set\x20font\x20color:*\x20%0',_0x331cbb)['trim'](),'color':{'value':_0x4ac4a5,'title':_0x331cbb||_0x40cb4e}};}return{'type':'format','content':o(_0xb53d5d,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x4c7c09['commandName']){const _0x58e5d2=_0x4c7c09['commandParams'][0x0]['value'];if(_0x58e5d2){const _0x50d9c4=_0x415cac(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x5d9c02=>_0x5d9c02['model']==_0x58e5d2);let _0x441c25=_0x58e5d2,_0x1b8eea='';return _0x50d9c4&&(_0x441c25=_0x50d9c4['label'],_0x1b8eea=_0x5666d1(_0x441c25)['toLowerCase']()),{'type':'format','content':o(_0xb53d5d,'*Set\x20font\x20background\x20color:*\x20%0',_0x1b8eea)['trim'](),'color':{'value':_0x58e5d2,'title':_0x1b8eea||_0x441c25}};}return{'type':'format','content':o(_0xb53d5d,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x2196b4{['afterInit'](){const _0x493c1c=this['editor'],_0x449954=_0x493c1c['plugins']['get']('TrackChangesEditing'),_0x5db2f8=_0x493c1c['commands']['get']('copyFormat'),_0x36bea4=_0x493c1c['commands']['get']('pasteFormat');_0x5db2f8&&_0x36bea4&&(_0x449954['enableDefaultAttributesIntegration']('pasteFormat'),_0x449954['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x39ebde=this['editor'],_0x4dbc60=_0x39ebde['locale'];_0x39ebde['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b4aa8=>{if('formatBlock'!=_0x3b4aa8['type']&&'formatInline'!=_0x3b4aa8['type'])return;const {data:_0x244eba}=_0x3b4aa8;if(_0x244eba&&'pasteFormat'===_0x244eba['commandName']){const _0xfad57e=[],_0x5dfd3a=_0x244eba['commandParams'][0x0];for(const [_0x573a2e,_0xfae709]of Object['entries'](_0x5dfd3a))_0xfad57e['push'](so(_0x39ebde,_0x573a2e,_0xfae709));return _0xfad57e['length']?{'type':'format','content':o(_0x4dbc60,'*Set\x20format\x20to:*\x20%0',_0xfad57e['join'](',\x20'))}:{'type':'format','content':o(_0x4dbc60,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3f200a,_0x18ba78,_0x378ea5){const _0x590745=_0x3f200a['locale']['t'],_0x263d53=_0x18ba78['split'](/(?=[A-Z])/)['join']('\x20'),_0x596d98=_0x590745(_0x263d53['charAt'](0x0)['toUpperCase']()+_0x263d53['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x378ea5)return _0x596d98;if('fontColor'===_0x18ba78||'fontBackgroundColor'===_0x18ba78){const _0xcb89c9=_0x415cac(_0x3f200a['config']['get']('fontColor.colors'))['find'](_0x49240d=>_0x49240d['model']==_0x378ea5);return _0x596d98+'\x20('+(_0xcb89c9?_0x590745(_0xcb89c9['label'])['toLowerCase']():_0x378ea5)+')';}if('fontSize'===_0x18ba78&&isNaN(parseFloat(_0x378ea5))){const _0x5140a2=_0x3f200a['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3f200a['config']['get']('fontSize.options'))['find'](_0x24d146=>_0x24d146['model']==_0x378ea5);return _0x596d98+'\x20('+(_0x5140a2?_0x590745(_0x5140a2['title'])['toLowerCase']():_0x378ea5)+')';}return _0x596d98+'\x20('+_0x378ea5+')';}class Y extends _0x2196b4{['_headingOptions'];['afterInit'](){const _0x126d47=this['editor'];if(!_0x126d47['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x126d47['config']['get']('heading.options');const _0x46ca8a=_0x126d47['locale'],_0xbdb90c=_0x126d47['plugins']['get']('TrackChangesEditing');_0xbdb90c['enableDefaultAttributesIntegration']('heading');for(const _0x253d08 of this['_headingOptions'])'paragraph'!=_0x253d08['model']&&_0xbdb90c['descriptionFactory']['registerElementLabel'](_0x253d08['model'],_0x555082=>{const _0x457274=this['_getHeadingLevel'](_0x253d08['model']);return null!==_0x457274?_0x49b234(_0x555082,_0x457274):_0x560710(_0x555082,_0x253d08['title']);});function _0x49b234(_0x15a685,_0x391194){return o(_0x46ca8a,'ELEMENT_HEADING',[_0x15a685,_0x391194]);}function _0x560710(_0x3ace44,_0x290362){return o(_0x46ca8a,'ELEMENT_HEADING_CUSTOM',[_0x3ace44,_0x290362]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x122c97=this['editor'],_0x2b7786=_0x122c97['locale'];function _0xe433e9(_0x446897,_0x19973f){return o(_0x2b7786,'ELEMENT_HEADING_CUSTOM',[_0x446897,_0x19973f]);}_0x122c97['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x354e1b=>{if('formatBlock'!=_0x354e1b['type'])return;const {data:_0x56df61}=_0x354e1b;if(_0x56df61&&'heading'==_0x56df61['commandName']){const _0x2a4eeb=_0x56df61['commandParams'][0x0]['value'],_0x22c53b=this['_getHeadingLevel'](_0x2a4eeb);if(null!==_0x22c53b)return{'type':'format','content':o(_0x2b7786,'*Change\x20to:*\x20%0',(_0x1577aa=0x1,_0x5134d3=_0x22c53b,o(_0x2b7786,'ELEMENT_HEADING',[_0x1577aa,_0x5134d3])))};const _0x2aecba=this['_headingOptions']['find'](_0x4e3b30=>_0x4e3b30['model']===_0x2a4eeb)['title'];return{'type':'format','content':o(_0x2b7786,'*Change\x20to:*\x20%0',_0xe433e9(0x1,_0x2aecba))};}var _0x1577aa,_0x5134d3;});}['_getHeadingLevel'](_0x175f5e){const _0x1b001f=_0x175f5e['match'](/^heading(\d+)/);if(_0x1b001f)return _0x1b001f[0x1];const _0x1001a9=this['_headingOptions']?.['find'](_0x49f8fa=>_0x49f8fa['model']==_0x175f5e);if(_0x1001a9&&_0x1001a9['view']){const _0x2ce39f=_0x1001a9['view'],_0x4335e9=(_0x2ce39f['name']??_0x2ce39f)['match'](/^h(\d+)/);if(_0x4335e9)return _0x4335e9[0x1];}return null;}}class Z extends _0x2196b4{['afterInit'](){const _0x1b7b25=this['editor'];if(!_0x1b7b25['plugins']['has']('HighlightEditing'))return;const _0x1eff19=_0x1b7b25['plugins']['get']('TrackChangesEditing'),_0x5a8c9c=_0x1b7b25['locale'];_0x1eff19['enableDefaultAttributesIntegration']('highlight'),_0x1eff19['registerInlineAttribute']('highlight'),_0x1eff19['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x5a8c9c,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b7883=this['editor'],_0x19bb79=_0x2b7883['locale'];_0x2b7883['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x550ec8=>{if('formatInline'!=_0x550ec8['type'])return;const {data:_0x2d3641}=_0x550ec8;if(_0x2d3641&&'highlight'==_0x2d3641['commandName']){const _0x9ab286=_0x19bb79['t'],_0x1d41b3=_0x2d3641['commandParams'][0x0]['value'];if(_0x1d41b3){const _0xeb98f4=_0x2b7883['config']['get']('highlight.options')['find'](_0x4c7ef1=>_0x4c7ef1['model']==_0x1d41b3),_0x51fd05=_0x9ab286(_0xeb98f4['title'])['toLowerCase']();return{'type':'format','content':o(_0x19bb79,'*Set\x20highlight:*\x20%0',_0x51fd05),'color':{'value':_0xeb98f4['color'],'title':_0xeb98f4['title']}};}return{'type':'format','content':o(_0x19bb79,'*Remove\x20highlight*',o(_0x19bb79,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x2196b4{['afterInit'](){const _0x9b918a=this['editor'];if(!_0x9b918a['plugins']['has']('HorizontalLineEditing'))return;_0x9b918a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5de1a2=_0x9b918a['plugins']['get']('TrackChangesEditing'),_0x3fa1c0=_0x9b918a['locale'];_0x5de1a2['descriptionFactory']['registerElementLabel']('horizontalLine',_0x46f057=>o(_0x3fa1c0,'ELEMENT_HORIZONTAL_LINE',_0x46f057)),_0x9b918a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x269bb6,{writer:_0x268aa0,options:_0x4ed9ac})=>{if(!_0x4ed9ac['showSuggestionHighlights'])return null;const _0xcc8556=_0x268aa0['createContainerElement']('div'),_0x438c44=_0x268aa0['createEmptyElement']('hr');return _0x268aa0['addClass']('ck-horizontal-line',_0xcc8556),_0x268aa0['insert'](_0x268aa0['createPositionAt'](_0xcc8556,0x0),_0x438c44),_0xcc8556;},'converterPriority':'high'});}}class et extends _0x2196b4{['afterInit'](){const _0x5f0d7c=this['editor'];if(!_0x5f0d7c['plugins']['has']('HtmlEmbed'))return;const _0x1bdcdf=_0x5f0d7c['plugins']['get']('TrackChangesEditing'),_0x35fc06=_0x5f0d7c['locale'];_0x1bdcdf['descriptionFactory']['registerElementLabel']('rawHtml',_0x594c78=>o(_0x35fc06,'ELEMENT_HTML_EMBED',_0x594c78)),_0x1bdcdf['enableDefaultAttributesIntegration']('htmlEmbed'),_0x1bdcdf['registerBlockAttribute']('value'),_0x1bdcdf['descriptionFactory']['registerDescriptionCallback'](_0x22b480=>{if('attribute'!=_0x22b480['type'])return;const {data:_0x3d0342}=_0x22b480;if(_0x3d0342&&'value'==_0x3d0342['key']&&_0x22b480['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1e0a8c=o(_0x35fc06,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x35fc06,'*Change\x20%0\x20content*',_0x1e0a8c)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3f8f3c=this['editor'],_0x117400=_0x3f8f3c['locale'];_0x3f8f3c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x178bb1=>{if('formatBlock'!=_0x178bb1['type'])return;const {data:_0x548013}=_0x178bb1;if(_0x548013&&'htmlEmbed'==_0x548013['commandName']){const _0x1b91bf=o(_0x117400,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x117400,'*Change\x20%0\x20content*',_0x1b91bf)};}});}}class it extends _0x2196b4{['afterInit'](){const _0x44cf2b=this['editor'];if(!_0x44cf2b['plugins']['has']('ImageEditing'))return;const _0x112756=_0x44cf2b['plugins']['get']('TrackChangesEditing'),_0x4164bf=_0x44cf2b['plugins']['get']('ImageUtils'),_0xcd02ad=_0x44cf2b['locale'];_0x112756['enableCommand']('insertImage'),_0x112756['descriptionFactory']['registerElementLabel']('imageBlock',_0x116217=>o(_0xcd02ad,'ELEMENT_IMAGE',_0x116217)),_0x112756['descriptionFactory']['registerElementLabel']('imageInline',_0x5786d7=>o(_0xcd02ad,'ELEMENT_INLINE_IMAGE',_0x5786d7)),_0x112756['descriptionFactory']['registerElementLabel']('caption',()=>o(_0xcd02ad,'ELEMENT_CAPTION')),_0x44cf2b['plugins']['has']('ImageUploadEditing')&&_0x112756['enableCommand']('uploadImage'),_0x44cf2b['plugins']['has']('ImageBlockEditing')&&_0x44cf2b['plugins']['has']('ImageInlineEditing')&&(_0x112756['enableCommand']('imageTypeInline',(_0x4029c9,_0x45f229)=>{const _0xeea3ab=_0x4164bf['getClosestSelectedImageElement'](_0x44cf2b['model']['document']['selection']);_0x44cf2b['model']['change'](()=>{_0x112756['markBlockFormat'](_0xeea3ab,{'commandName':'imageTypeInline','commandParams':[_0x45f229]},[],'convertBlockImageToInline');});}),_0x112756['enableCommand']('imageTypeBlock',(_0x30a693,_0xbeb172)=>{_0x44cf2b['model']['change'](_0x5c23b9=>{let _0x5f3bd8=_0x4164bf['getClosestSelectedImageElement'](_0x44cf2b['model']['document']['selection']),_0x1b4329=_0x5c23b9['createRangeOn'](_0x5f3bd8);const _0xf58a30=_0x38d3d9['fromPosition'](_0x1b4329['start'],'toPrevious'),_0x47ef0d=_0x38d3d9['fromPosition'](_0x1b4329['end'],'toNext');_0x112756['forceDefaultExecution'](()=>_0x30a693(_0xbeb172)),_0x5f3bd8=_0x4164bf['getClosestSelectedImageElement'](_0x44cf2b['model']['document']['selection']),_0x1b4329=_0x5c23b9['createRangeOn'](_0x5f3bd8);const _0x49fb44=_0x5c23b9['createRange'](_0xf58a30,_0x47ef0d);_0xf58a30['detach'](),_0x47ef0d['detach'](),_0x112756['markBlockFormat'](_0x5f3bd8,{'commandName':'imageTypeInline','commandParams':[_0xbeb172]},[],'convertInlineImageToBlock'),_0x49fb44['start']['isBefore'](_0x1b4329['start'])&&_0x112756['markInsertion'](_0x5c23b9['createRange'](_0x49fb44['start'],_0x1b4329['start']),'convertInlineImageToBlock'),_0x1b4329['end']['isBefore'](_0x49fb44['end'])&&_0x112756['markInsertion'](_0x5c23b9['createRange'](_0x1b4329['end'],_0x49fb44['end']),'convertInlineImageToBlock');});}),_0x112756['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x112756['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x112756['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x112756['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x112756['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x112756['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x36374b])=>{const _0x54a436=_0x112756['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5c33dc=_0x36374b['start'],_0x1a8c4a=_0x36374b['end'];const _0x3d9888=_0x44cf2b['model']['schema']['getNearestSelectionRange'](_0x5c33dc,'backward'),_0xa20569=_0x44cf2b['model']['schema']['getNearestSelectionRange'](_0x1a8c4a,'forward');_0x3d9888['isCollapsed']&&(_0x5c33dc=_0x3d9888['start']),_0xa20569['isCollapsed']&&(_0x1a8c4a=_0xa20569['end']),_0x54a436([_0x44cf2b['model']['createRange'](_0x5c33dc,_0x1a8c4a)]);}),_0x112756['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x266df9),_0x112756['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x266df9)),_0x44cf2b['plugins']['has']('ImageCaptionEditing')&&(_0x112756['enableCommand']('toggleImageCaption',(_0x5252dc,_0x32f3d7)=>{const _0x18eff7=_0x44cf2b['plugins']['get']('ImageCaptionUtils');let _0x2f1394=_0x4164bf['getClosestSelectedImageElement'](_0x44cf2b['model']['document']['selection']),_0x1d7317=_0x18eff7['getCaptionFromImageModelElement'](_0x2f1394);_0x44cf2b['model']['change'](()=>{if(_0x1d7317)return void _0x112756['markDeletion'](_0x44cf2b['model']['createRangeOn'](_0x1d7317));const _0x370312=_0x4164bf['isBlockImage'](_0x2f1394);_0x5252dc(_0x32f3d7),_0x2f1394=_0x4164bf['getClosestSelectedImageElement'](_0x44cf2b['model']['document']['selection']),_0x1d7317=_0x18eff7['getCaptionFromImageModelElement'](_0x2f1394),_0x112756['markInsertion'](_0x44cf2b['model']['createRangeOn'](_0x1d7317),_0x370312?null:'imageCaption');});}),_0x112756['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x266df9));const _0x2fb7c6=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2b39dc(_0x5113bd,_0x32958b){const _0x27e49c=_0x2fb7c6['findIndex'](({type:_0x582586,subType:_0x4d1a32})=>_0x5113bd['type']==_0x582586&&_0x5113bd['subType']==_0x4d1a32),_0x3a4636=_0x2fb7c6['findIndex'](({type:_0x1b58a8,subType:_0x38b9ca})=>_0x32958b['type']==_0x1b58a8&&_0x32958b['subType']==_0x38b9ca);if(_0x27e49c<0x0||_0x3a4636<0x0)return!0x1;const _0xf311c1=_0x5113bd['getFirstRange'](),_0x38a6f1=_0x32958b['getFirstRange']();if((0x0==_0x27e49c||0x1==_0x27e49c)&&0x2==_0x3a4636&&_0xf311c1['isIntersecting'](_0x38a6f1))return!0x0;if(0x2==_0x27e49c&&0x3==_0x3a4636){const _0x414019=_0x112756['_findSuggestions'](_0xf311c1,'insertion')['filter'](({suggestion:_0x301876,meta:_0x28c7b4})=>_0x28c7b4['isOwn']&&'convertInlineImageToBlock'==_0x301876['subType']);if(_0x414019['length']>0x1&&_0x38a6f1['end']['isEqual'](_0xf311c1['start']))return!0x0;if(0x1==_0x414019['length']&&(_0xf311c1['start']['isEqual'](_0x38a6f1['end'])||_0xf311c1['end']['isEqual'](_0x38a6f1['start'])))return!0x0;}if(0x3==_0x27e49c&&0x3==_0x3a4636&&_0xf311c1['start']['isBefore'](_0x38a6f1['start'])){const _0x40ab71=_0xf311c1['end']['nodeAfter'],_0x36682c=_0x38a6f1['start']['nodeBefore'];return _0x4164bf['isBlockImage'](_0x40ab71)&&_0x40ab71===_0x36682c;}return!0x1;}function _0x266df9(_0x4a7f60,_0x5bf2e7){return _0x2b39dc(_0x4a7f60,_0x5bf2e7)?[_0x4a7f60,_0x5bf2e7]:_0x2b39dc(_0x5bf2e7,_0x4a7f60)?[_0x5bf2e7,_0x4a7f60]:null;}_0x44cf2b['plugins']['has']('ImageResize')&&(_0x112756['enableDefaultAttributesIntegration']('resizeImage'),_0x112756['registerBlockAttribute']('resizedWidth'),_0x112756['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0xcd02ad,'FORMAT_IMAGE_SIZE'))),_0x44cf2b['plugins']['has']('ImageTextAlternativeEditing')&&(_0x112756['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x112756['registerBlockAttribute']('alt')),_0x112756['descriptionFactory']['registerDescriptionCallback'](_0x103af4=>{if(!!_0x2fb7c6['find'](({type:_0x372950,subType:_0x493668})=>_0x103af4['type']==_0x372950&&_0x103af4['subType']==_0x493668))return _0x103af4['previous']?{}:void 0x0;}),_0x112756['descriptionFactory']['registerDescriptionCallback'](_0x351625=>{if('insertion'==_0x351625['type']||'deletion'==_0x351625['type']){const _0x4b69cf=_0x351625['getContainedElement']();if(_0x4b69cf&&_0x4b69cf['is']('element','caption'))return{'type':'insertion'==_0x351625['type']?'addObject':'removeObject','element':_0x4b69cf,'quantity':0x1};}}),_0x112756['descriptionFactory']['registerDescriptionCallback'](_0xa3a376=>'formatBlock'==_0xa3a376['type']&&'convertInlineImageToBlock'==_0xa3a376['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0xa3a376['type']&&'convertBlockImageToInline'==_0xa3a376['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x112756['descriptionFactory']['registerDescriptionCallback'](_0x1826ef=>{if('attribute'!=_0x1826ef['type'])return;const {data:_0x2dddf9}=_0x1826ef;if(!_0x2dddf9||'alt'!=_0x2dddf9['key'])return;const _0x1b4b50=_0x2dddf9['newValue'];return _0x1b4b50?{'type':'format','content':o(_0xcd02ad,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1b4b50+'\x22')}:{'type':'format','content':o(_0xcd02ad,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x285a41=this['editor'],_0x27524c=_0x285a41['locale'];_0x285a41['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37f4d7=>{if('formatBlock'!=_0x37f4d7['type']&&'formatInline'!=_0x37f4d7['type'])return;const {data:_0x47c485}=_0x37f4d7;if(_0x47c485){if('imageTextAlternative'==_0x47c485['commandName']){const _0xc8cfe5=_0x47c485['commandParams'][0x0]['newValue'];return _0xc8cfe5?{'type':'format','content':o(_0x27524c,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xc8cfe5+'\x22')}:{'type':'format','content':o(_0x27524c,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x47c485['commandName']){const _0x2012cf=_0x47c485['commandParams'][0x0]['width'];return _0x2012cf?{'type':'format','content':o(_0x27524c,'*Set\x20image\x20width:*\x20%0',_0x2012cf)}:{'type':'format','content':o(_0x27524c,'*Reset\x20image\x20width*')};}}});}}class st extends _0x2196b4{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x552d3d=this['editor']['locale'],_0x30a7fb=this['editor']['plugins']['get']('TrackChangesEditing');_0x30a7fb['enableDefaultAttributesIntegration']('replaceImageSource'),_0x30a7fb['registerBlockAttribute']('src'),_0x30a7fb['descriptionFactory']['registerDescriptionCallback'](_0x4c3058=>{if('attribute'!=_0x4c3058['type'])return;const {data:_0x11b222}=_0x4c3058;return _0x11b222&&'src'==_0x11b222['key']?_0x11b222['newValue']&&_0x11b222['oldValue']?{'type':'format','content':o(_0x552d3d,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2ac888=this['editor']['plugins']['get']('TrackChangesEditing');_0x2ac888['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x2ac888['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2ac888['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x2ac888['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3f10a5=this['editor'],_0x476a34=_0x3f10a5['locale'];_0x3f10a5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x571eab=>{if('formatBlock'!=_0x571eab['type']&&'formatInline'!=_0x571eab['type'])return;const {data:_0x4911ee}=_0x571eab;if(!_0x4911ee||'replaceImageSource'!=_0x4911ee['commandName'])return;return{'type':'format','content':o(_0x476a34,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x2196b4{['afterInit'](){const _0x2806f1=this['editor'];if(!_0x2806f1['plugins']['has']('ImageStyleEditing'))return;const _0x139a17=_0x2806f1['plugins']['get']('TrackChangesEditing'),_0x2c8eb2=_0x2806f1['plugins']['get']('ImageUtils'),_0x1b8fa5={};_0x139a17['enableCommand']('imageStyle',(_0x32539d,_0x31907d)=>{const _0x21cc65=_0x2806f1['plugins']['get']('Users')['me'],_0x41ca98=_0x2806f1['commands']['get']('imageStyle');let _0x247a19=_0x2c8eb2['getClosestSelectedImageElement'](_0x2806f1['model']['document']['selection']),_0x46c142=_0x2806f1['model']['createRangeOn'](_0x247a19),_0x9ec1a3=_0x41ca98['value'];if(_0x9ec1a3==_0x31907d['value'])return;const _0x2d4da9={'commandName':'imageStyle','commandParams':[_0x31907d],'formatGroupId':_0x245371()};_0x2806f1['model']['change'](()=>{if(_0x139a17['getSuggestions']()['filter'](_0x21b3f6=>_0x21b3f6['isInContent']&&_0x21cc65==_0x21b3f6['author']&&('formatBlock'==_0x21b3f6['type']||'formatInline'==_0x21b3f6['type'])&&('imageStylePreApply'==_0x21b3f6['subType']||'imageStylePostApply'==_0x21b3f6['subType'])&&_0x21b3f6['getFirstRange']()['isEqual'](_0x46c142))['forEach'](_0x20592b=>_0x139a17['discardSuggestion'](_0x20592b['head'])),_0x247a19=_0x2c8eb2['getClosestSelectedImageElement'](_0x2806f1['model']['document']['selection']),_0x46c142=_0x2806f1['model']['createRangeOn'](_0x247a19),_0x41ca98['refresh'](),_0x2806f1['commands']['get']('imageTypeInline')['refresh'](),_0x2806f1['commands']['get']('imageTypeBlock')['refresh'](),_0x9ec1a3=_0x41ca98['value'],_0x9ec1a3!=_0x31907d['value'])return _0x2c8eb2['isInlineImage'](_0x247a19)&&_0x41ca98['shouldConvertImageType'](_0x31907d['value'],_0x247a19)?(_0x32539d({..._0x31907d,'setImageSizes':!0x1}),_0x247a19=_0x2c8eb2['getClosestSelectedImageElement'](_0x2806f1['model']['document']['selection']),void _0x139a17['markBlockFormat'](_0x247a19,{..._0x2d4da9,'commandReversedParams':[{'value':_0x9ec1a3||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x2c8eb2['isBlockImage'](_0x247a19)?_0x139a17['markBlockFormat'](_0x247a19,_0x2d4da9,[],'imageStylePostApply'):_0x139a17['markInlineFormat'](_0x46c142,_0x2d4da9,'imageStylePostApply'));});});for(const _0x6d605a of _0x2806f1['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1b8fa5[_0x6d605a['name']]=_0x6d605a['title']['toLowerCase']();_0x139a17['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x139a17['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x139a17['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x139a17['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x377824])=>{_0x2c8eb2['setImageNaturalSizeAttributes'](_0x377824['getContainedElement']());}),_0x139a17['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x9c51b9,_0xdf52c6)=>{_0x139a17['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x9c51b9,{'commandName':_0xdf52c6['commandName'],'commandParams':_0xdf52c6['commandReversedParams']});}),_0x139a17['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5c539e,_0x178351){if(_0x408996(_0x5c539e,_0x178351))return[_0x5c539e,_0x178351];if(_0x408996(_0x178351,_0x5c539e))return[_0x178351,_0x5c539e];return null;});const _0x133f3c=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x408996(_0x11a074,_0x117109){const _0x29d305=_0x133f3c['findIndex'](({type:_0x3d62ca,subType:_0x5531c1})=>_0x11a074['type']==_0x3d62ca&&_0x11a074['subType']==_0x5531c1),_0x3521ec=_0x133f3c['findIndex'](({type:_0x245393,subType:_0xe3da22})=>_0x117109['type']==_0x245393&&_0x117109['subType']==_0xe3da22);if(_0x29d305<0x0||_0x3521ec<0x0)return!0x1;const _0x40adf0=_0x11a074['getFirstRange'](),_0x5a6a93=_0x117109['getFirstRange']();if((0x0==_0x29d305||0x1==_0x29d305)&&0x2==_0x3521ec&&_0x40adf0['isIntersecting'](_0x5a6a93))return!0x0;if(0x2==_0x29d305&&0x3==_0x3521ec){const _0x432bd6=_0x139a17['_findSuggestions'](_0x40adf0,'insertion')['filter'](({suggestion:_0x4b09e3,meta:_0x20a103})=>_0x20a103['isOwn']&&'convertInlineImageToBlock'==_0x4b09e3['subType']);if(_0x432bd6['length']>0x1&&_0x5a6a93['end']['isEqual'](_0x40adf0['start']))return!0x0;if(0x1==_0x432bd6['length']&&(_0x40adf0['start']['isEqual'](_0x5a6a93['end'])||_0x40adf0['end']['isEqual'](_0x5a6a93['start'])))return!0x0;}if(0x3==_0x29d305&&0x3==_0x3521ec&&_0x40adf0['start']['isBefore'](_0x5a6a93['start'])){const _0x12eb68=_0x40adf0['end']['nodeAfter'],_0x4b70a0=_0x5a6a93['start']['nodeBefore'];return _0x2c8eb2['isBlockImage'](_0x12eb68)&&_0x12eb68===_0x4b70a0;}return!0x1;}_0x2806f1['model']['document']['registerPostFixer'](()=>{let _0x4ba418=!0x1;const _0x3d482b=Array['from'](_0x2806f1['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xac69ef,data:_0x185094}of _0x3d482b){const {group:_0x454687,type:_0x58d0a7,subType:_0x2aa64d,id:_0x2dd1b4}=_0x139a17['_splitMarkerName'](_0xac69ef);if('suggestion'==_0x454687&&_0x139a17['hasSuggestion'](_0x2dd1b4)){if('formatBlock'==_0x58d0a7&&('imageStylePreApply'==_0x2aa64d||'imageStylePostApply'==_0x2aa64d)){const _0x5337fd=_0x139a17['getSuggestion'](_0x2dd1b4);if(_0x185094['newRange']){const _0x54e901=_0x5337fd['getFirstRange']()['getContainedElement']();if(_0x2c8eb2['isBlockImage'](_0x54e901))continue;_0x139a17['discardSuggestion'](_0x5337fd),_0x4ba418=!0x0;}}if('insertion'==_0x58d0a7&&'imageCaption'==_0x2aa64d&&!_0x185094['newRange']){const _0x2caed9=_0x139a17['getSuggestion'](_0x2dd1b4);_0x2caed9['next']&&_0x2caed9['next']['isInContent']&&(_0x139a17['discardSuggestion'](_0x2caed9['next']),_0x4ba418=!0x0);}}}return _0x4ba418;}),this['_registerLegacyDescription'](_0x1b8fa5);}['_registerLegacyDescription'](_0x247d68){const _0x53853e=this['editor'],_0x488577=_0x53853e['locale'];_0x53853e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3027fe=>{if('formatBlock'!=_0x3027fe['type']&&'formatInline'!=_0x3027fe['type'])return;const {data:_0x532698}=_0x3027fe;if(!_0x532698||'imageStyle'!=_0x532698['commandName'])return;const _0x50df8f=_0x532698['commandParams'][0x0]['value'];return _0x14dc08('side'===_0x50df8f?o(_0x488577,'FORMAT_SIDE_IMAGE'):_0x247d68[_0x50df8f]||_0x50df8f);function _0x14dc08(_0x4577e6){return{'type':'format','content':o(_0x488577,'*Format:*\x20%0',_0x4577e6)};}});}}class ot extends _0x2196b4{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x458520){super(_0x458520),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x1c3bc7=this['editor'],_0x32314a=_0x1c3bc7['commands']['get']('importWord'),_0x5ea05d=_0x1c3bc7['commands']['get']('trackChanges');_0x32314a&&(_0x32314a['on']('execute',(_0x1c2ffe,[,_0x5805e7])=>{this['_trackChangesValueDuringImport']=_0x5ea05d['value'],_0x5805e7['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x32314a,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x32314a,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x5ea05d['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x1c3bc7['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x5838c7,_0x28f935){const {suggestions:_0x21c504}=_0x28f935,_0x3339ff=this['editor']['commands']['get']('trackChanges'),_0x3a3cf2=_0x3339ff['value'];this['_trackChangesValueDuringImport']!==_0x3a3cf2&&(_0x3339ff['execute'](),this['_trackChangesExecuted']=!0x0),_0x21c504&&_0x21c504['forEach'](({id:_0x7bafe9,type:_0x52a982,author:_0x5ebb76,created_at:_0x3ea7b6})=>{const _0x3171bb={'id':_0x7bafe9,'type':_0x52a982,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5ebb76,'createdAt':_0x3ea7b6?new Date(_0x3ea7b6):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x3171bb);});}}class rt extends _0x2196b4{['afterInit'](){const _0x53c7e5=this['editor'],_0x4a0f4a=_0x53c7e5['plugins']['get']('TrackChangesEditing');if(_0x53c7e5['plugins']['has']('IndentEditing')&&(_0x4a0f4a['enableCommand']('indent'),_0x4a0f4a['enableCommand']('outdent')),_0x53c7e5['plugins']['has']('IndentBlock')){for(const _0x184db4 of['indentBlock','outdentBlock'])_0x4a0f4a['enableDefaultAttributesIntegration'](_0x184db4);}const _0x56f314=_0x53c7e5['locale'];_0x4a0f4a['registerBlockAttribute']('blockIndent'),_0x4a0f4a['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x56f314,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x23439f=this['editor'],_0x1fad75=_0x23439f['locale'],_0x8ddd23=_0x23439f['plugins']['get']('TrackChangesEditing');_0x8ddd23['descriptionFactory']['registerDescriptionCallback'](_0x4d9466=>{if('formatBlock'!=_0x4d9466['type'])return;const {data:_0x4b8afd}=_0x4d9466;if(!_0x4b8afd)return;if('indentBlock'!=_0x4b8afd['commandName']&&'outdentBlock'!=_0x4b8afd['commandName'])return;const _0x3696a9=_0x4d9466['getItems']()[0x0],_0x1a4b0a=_0x8ddd23['descriptionFactory']['getItemLabel'](_0x3696a9);return'indentBlock'==_0x4b8afd['commandName']?{'type':'format','content':o(_0x1fad75,'*Indent:*\x20%0',_0x1a4b0a)}:'outdentBlock'==_0x4b8afd['commandName']?{'type':'format','content':o(_0x1fad75,'*Outdent:*\x20%0',_0x1a4b0a)}:void 0x0;});}}class at extends _0x2196b4{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x2196b4{['afterInit'](){const _0x294c7a=this['editor'];if(!_0x294c7a['plugins']['has']('LinkEditing'))return;const _0x3d00c1=_0x294c7a['plugins']['get']('TrackChangesEditing'),_0x2a2f32=_0x294c7a['commands']['get']('link');_0x3d00c1['enableDefaultAttributesIntegration']('link'),_0x3d00c1['enableDefaultAttributesIntegration']('unlink'),_0x3d00c1['registerInlineAttribute']('linkHref');for(const _0x155988 of _0x2a2f32['manualDecorators'])_0x3d00c1['registerInlineAttribute'](_0x155988['id']),_0x3d00c1['descriptionFactory']['registerAttributeLabel'](_0x155988['id'],'link\x20('+_0x155988['label']['toLowerCase']()+')');_0x3d00c1['descriptionFactory']['registerDescriptionCallback'](_0x7ffbf8=>{if('attribute'!=_0x7ffbf8['type'])return;const {data:_0xb7e917}=_0x7ffbf8;if(!_0xb7e917||'linkHref'!=_0xb7e917['key'])return;const _0x46a3c0=_0xb7e917['newValue'],_0x227876=_0x294c7a['locale'];return{'type':'format','content':null==_0x46a3c0?o(_0x227876,'*Remove\x20link*'):o(_0x227876,'*Set\x20link:*\x20%0','\x22'+_0x46a3c0+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x203bc7=this['editor'],_0x2010df=_0x203bc7['locale'];_0x203bc7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x582d81=>{if('formatInline'!=_0x582d81['type'])return;const {data:_0x5f0232}=_0x582d81;if(_0x5f0232){if('link'==_0x5f0232['commandName']){const _0x10ac68=_0x5f0232['commandParams'][0x0];return{'type':'format','content':o(_0x2010df,'*Set\x20link:*\x20%0','\x22'+_0x10ac68+'\x22')};}return'unlink'==_0x5f0232['commandName']?{'type':'format','content':o(_0x2010df,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x2196b4{['afterInit'](){const _0x4631a3=this['editor'],_0xd7af93=_0x4631a3['locale'];if(!_0x4631a3['plugins']['has']('LegacyListEditing'))return;const _0x58804d=_0x4631a3['plugins']['get']('TrackChangesEditing'),_0x23f5e5=_0x4631a3['plugins']['has']('LegacyTodoListEditing');function _0x468956(_0x2595a7){return()=>{const _0x580745=_0x4631a3['model']['document']['selection'],_0x56086d=_0x4631a3['commands']['get'](_0x2595a7);if(_0x56086d['value'])return void _0x4631a3['execute']('paragraph',{});const _0x2a6eac=_0x2595a7['slice'](0x0,-0x4),_0x2deb75=function(_0x587d1e,_0xdd6ef8,_0xfba628){let _0x8fc140=Array['from'](_0x587d1e)['filter'](_0x16bdb0=>function(_0x19fe30,_0x1872dd){return _0x1872dd['checkChild'](_0x19fe30['parent'],'listItem')&&!_0x1872dd['isObject'](_0x19fe30);}(_0x16bdb0,_0xfba628));_0x8fc140=_0x8fc140['filter'](_0x546cbd=>!_0x546cbd['is']('element','listItem')||_0x546cbd['getAttribute']('listType')!=_0xdd6ef8);const _0x48957f=new Set();for(const _0x4d87bf of _0x8fc140)_0x4d87bf['is']('element','listItem')?_0x48957f['add'](me(_0x4d87bf)):_0x48957f['add'](_0x4d87bf);return Array['from'](_0x48957f);}(_0x580745['getSelectedBlocks'](),_0x2a6eac,_0x4631a3['model']['schema']);_0x4631a3['model']['change'](()=>{for(const _0x1b5925 of _0x2deb75)_0x58804d['markBlockFormat'](_0x1b5925,{'commandName':_0x2595a7,'commandParams':[{'forceValue':!_0x56086d['value']}],'formatGroupId':'blockName'},fe(_0x1b5925));});};}function _0x8fe774(_0x128347){return()=>{const _0x566833=function(_0x433bfc){let _0x215b6e=Array['from'](_0x433bfc);const _0x5dadf0=_0x215b6e['findIndex'](_0x340921=>'listItem'!=_0x340921['name']);return _0x5dadf0>-0x1&&(_0x215b6e=_0x215b6e['slice'](0x0,_0x5dadf0)),_0x215b6e;}(_0x4631a3['model']['document']['selection']['getSelectedBlocks']()),_0x5700f3=_0x4631a3['model']['createRange'](_0x4631a3['model']['createPositionAt'](_0x566833[0x0],'before'),_0x4631a3['model']['createPositionAt'](_0x566833[_0x566833['length']-0x1],'end'));_0x4631a3['model']['change'](()=>{_0x58804d['markBlockFormat'](_0x5700f3,{'commandName':_0x128347,'commandParams':[],'formatGroupId':'listIndent'},function(_0x4c8506){const _0x3ce43b=new Set();for(const _0x58d95d of _0x4c8506){let _0x158fc8=_0x58d95d['nextSibling'];for(;_0x158fc8&&_0x158fc8['getAttribute']('listIndent')>_0x58d95d['getAttribute']('listIndent');)_0x3ce43b['add'](_0x158fc8),_0x158fc8=_0x158fc8['nextSibling'];}return Array['from'](_0x3ce43b);}(_0x566833));});};}_0x58804d['enableCommand']('numberedList',_0x468956('numberedList')),_0x58804d['enableCommand']('bulletedList',_0x468956('bulletedList')),_0x23f5e5&&_0x58804d['enableCommand']('todoList',_0x468956('todoList')),_0x58804d['enableCommand']('indentList',_0x8fe774('indentList')),_0x58804d['enableCommand']('outdentList',_0x8fe774('outdentList')),_0x23f5e5&&_0x58804d['enableCommand']('checkTodoList',()=>{const _0x38076e=_0x4631a3['commands']['get']('checkTodoList'),_0x3f1a9b=Array['from'](_0x38076e['_selectedElements']);_0x3f1a9b['filter'](_0x4dd905=>_0x4dd905['getAttribute']('todoListChecked')!=_0x38076e['value']),_0x4631a3['model']['change'](()=>{for(const _0x4cd28d of _0x3f1a9b)_0x58804d['markBlockFormat'](_0x4cd28d,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x38076e['value']}]});});}),_0x58804d['descriptionFactory']['registerElementLabel']('listItem',_0x5c6886=>o(_0xd7af93,'ELEMENT_LIST_ITEM',_0x5c6886)),_0x58804d['descriptionFactory']['registerDescriptionCallback'](_0x46515d=>{if('formatBlock'!=_0x46515d['type']&&'formatInline'!=_0x46515d['type'])return;const {data:_0x35734f}=_0x46515d;if(_0x35734f){if('numberedList'==_0x35734f['commandName']||'bulletedList'==_0x35734f['commandName']||'todoList'==_0x35734f['commandName'])switch(_0x35734f['commandName']['replace']('List','')){case'bulleted':return _0x39bf26(o(_0xd7af93,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x39bf26(o(_0xd7af93,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x39bf26(o(_0xd7af93,'ELEMENT_TODO_LIST'));}if('indentList'==_0x35734f['commandName'])return{'type':'format','content':o(_0xd7af93,'*Indent:*\x20%0',o(_0xd7af93,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x35734f['commandName'])return{'type':'format','content':o(_0xd7af93,'*Outdent:*\x20%0',o(_0xd7af93,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x35734f['commandName'])return _0x35734f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xd7af93,'*Check\x20item*')}:{'type':'format','content':o(_0xd7af93,'*Uncheck\x20item*')};}function _0x39bf26(_0x36e865){return{'type':'format','content':o(_0xd7af93,'*Change\x20to:*\x20%0',_0x36e865)};}});}}function me(_0x114797){const _0x3898d5=_0x114797['getAttribute']('listIndent');if(0x0==_0x3898d5)return _0x114797;let _0x25787b=_0x114797;for(;_0x114797['previousSibling']&&_0x114797['previousSibling']['is']('element','listItem');){const _0x3a016a=_0x114797['previousSibling']['getAttribute']('listIndent');if(_0x3a016a==_0x3898d5)_0x25787b=_0x114797['previousSibling'];else{if(_0x3a016a<_0x3898d5)break;}_0x114797=_0x114797['previousSibling'];}return _0x25787b;}function fe(_0x1f06ee){const _0x12a16b=[];if(_0x1f06ee['is']('element','listItem')&&_0x1f06ee['getAttribute']('listIndent')>0x0){let _0x276fe5=_0x1f06ee['nextSibling'];for(;_0x276fe5&&'listItem'==_0x276fe5['name']&&_0x276fe5['getAttribute']('listIndent')==_0x1f06ee['getAttribute']('listIndent');)_0x12a16b['push'](_0x276fe5),_0x276fe5=_0x276fe5['nextSibling'];}return _0x12a16b;}class K extends _0x2196b4{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x45011d=this['editor']['config']['get']('list.properties'),_0x4497dd=this['editor']['plugins']['get']('TrackChangesEditing');_0x45011d['styles']&&_0x4497dd['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x45011d['reversed']&&_0x4497dd['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x45011d['startIndex']&&_0x4497dd['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x4497dd['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0xcb9bc7,_0x2f6ec8={}){const _0x476683=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5b0979=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x476683['markMultiRangeBlockFormat'](_0x5b0979,{'commandName':'listStyle','commandParams':[{'type':_0x2f6ec8['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x38a311,_0x140621={}){const _0x2800c8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x50f515=this['_getSuggestionBlocks'](_0x3129be=>_0x3129be['is']('element','listItem')&&'numbered'===_0x3129be['getAttribute']('listType'));if(_0x50f515['length']<0x1)return;const _0x394bb7=_0x50f515['map'](_0x432987=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x432987,'before'),this['editor']['model']['createPositionAt'](_0x432987,0x0)));this['editor']['model']['change'](()=>{_0x2800c8['markMultiRangeBlockFormat'](_0x394bb7,{'commandName':'listReversed','commandParams':[{'reversed':_0x140621['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x1c8c98,_0x1f2f48={}){const _0x27cacf=this['editor']['plugins']['get']('TrackChangesEditing'),_0x32e973=this['_getSuggestionBlocks'](_0x56fd42=>_0x56fd42['is']('element','listItem')&&'numbered'===_0x56fd42['getAttribute']('listType'));if(_0x32e973['length']<0x1)return;const _0x48bed4=_0x32e973['map'](_0x11bb31=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x11bb31,'before'),this['editor']['model']['createPositionAt'](_0x11bb31,0x0)));this['editor']['model']['change'](()=>{_0x27cacf['markMultiRangeBlockFormat'](_0x48bed4,{'commandName':'listStart','commandParams':[{'startIndex':_0x1f2f48['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4d9ad6){if('formatBlock'!=_0x4d9ad6['type']&&'formatInline'!=_0x4d9ad6['type'])return;const _0x5d6f15=this['editor']['locale'],{data:_0x50c6b7}=_0x4d9ad6;if(!_0x50c6b7)return;let _0x3c6953,_0x2a5354;switch(_0x50c6b7['commandName']){case'listStyle':_0x3c6953='*Change\x20to:*\x20%0',_0x2a5354={'type':'format','content':o(_0x5d6f15,_0x3c6953,o(_0x5d6f15,this['_getTranslationKeyForListStyle'](_0x50c6b7['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3c6953=_0x50c6b7['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2a5354={'type':'format','content':o(_0x5d6f15,_0x3c6953)};break;case'listStart':_0x3c6953='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2a5354={'type':'format','content':o(_0x5d6f15,_0x3c6953,_0x50c6b7['commandParams'][0x0]['startIndex'])};}return _0x2a5354;}['_getSuggestionBlocksForListStyle'](){const _0x48ae41=this['editor']['plugins']['get']('LegacyListUtils');let _0x32c447=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x32c447[0x0]?.['is']('element','listItem')&&_0x32c447['unshift'](..._0x48ae41['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x32c447[_0x32c447['length']-0x1]?.['is']('element','listItem')&&_0x32c447['push'](..._0x48ae41['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x32c447=[...new Set(_0x32c447)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x32c447=_0x32c447['filter'](_0x260b24=>_0x260b24['is']('element','listItem'))),_0x32c447;}['_getSuggestionBlocks'](_0x172ab2){const _0x13c9ec=this['editor']['plugins']['get']('LegacyListUtils');let _0x29dbeb=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x172ab2)['map'](_0xc89278=>{const _0x4ccb69=this['editor']['model']['createPositionAt'](_0xc89278,0x0);return[..._0x13c9ec['getSiblingNodes'](_0x4ccb69,'backward'),..._0x13c9ec['getSiblingNodes'](_0x4ccb69,'forward')];})['flat']();return _0x29dbeb=[...new Set(_0x29dbeb)],_0x29dbeb;}['_getTranslationKeyForListStyle'](_0x25c85d){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x25c85d)||'default')['toUpperCase']()+'_LIST_'+_0x25c85d['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x2196b4{['afterInit'](){const _0x51e09a=this['editor'];if(!_0x51e09a['plugins']['has']('MediaEmbedEditing'))return;const _0x4c053c=_0x51e09a['plugins']['get']('TrackChangesEditing'),_0x487ac9=_0x51e09a['locale'];_0x4c053c['enableCommand']('mediaEmbed'),_0x4c053c['descriptionFactory']['registerElementLabel']('media',_0x3e75e3=>o(_0x487ac9,'ELEMENT_MEDIA',_0x3e75e3)),_0x51e09a['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4eeb57,{writer:_0x285d54,options:_0x49ad3f})=>{if(_0x49ad3f['showSuggestionHighlights'])return _0x285d54['createEmptyElement']('div');},'converterPriority':'high'}),_0x51e09a['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2843ef,_0xfb12d0,_0x234183)=>{_0x234183['options']['showSuggestionHighlights']&&_0x2843ef['stop']();},{'priority':'high'});}}class gt extends _0x2196b4{['afterInit'](){const _0x37d658=this['editor'];_0x37d658['plugins']['has']('MentionEditing')&&_0x37d658['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x2196b4{['afterInit'](){const _0x4bcf20=this['editor'],_0xb44fd3=_0x4bcf20['plugins']['get']('TrackChangesEditing');_0x4bcf20['plugins']['has']('MultiLevelList')&&(_0xb44fd3['enableDefaultAttributesIntegration']('multiLevelList'),_0xb44fd3['registerBlockAttribute']('listMarkerStyle'),_0xb44fd3['descriptionFactory']['registerDescriptionCallback'](_0x2239ba=>this['handleDescriptions'](_0x2239ba)));}['handleDescriptions'](_0x53c2b3){const _0x31940d=this['editor']['locale'],{data:_0x5372e2}=_0x53c2b3,_0x1925d2={'type':'format','content':''};if(_0x5372e2&&'listMarkerStyle'==_0x5372e2['key']){if(!_0x5372e2['oldValue'])return{'type':'format','content':o(_0x31940d,'*Set\x20format:*\x20%0',o(_0x31940d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5372e2['newValue']+')'};if(!_0x5372e2['newValue']){let _0xe15db=_0x53c2b3['head'];for(;_0xe15db;){if(_0xe15db['data']&&'listType'==_0xe15db['data']['key']&&_0xe15db['data']['newValue'])return _0x1925d2;_0xe15db=_0xe15db['next'];}return{'type':'format','content':o(_0x31940d,'*Remove\x20format:*\x20%0',o(_0x31940d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5372e2['oldValue']+')'};}}}}class mt extends _0x2196b4{['afterInit'](){const _0x30fb1c=this['editor'];if(!_0x30fb1c['plugins']['has']('PageBreakEditing'))return;_0x30fb1c['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x50ae09=_0x30fb1c['plugins']['get']('TrackChangesEditing'),_0x1b8dc3=_0x30fb1c['locale'];_0x50ae09['descriptionFactory']['registerElementLabel']('pageBreak',_0x455627=>o(_0x1b8dc3,'ELEMENT_PAGE_BREAK',_0x455627));}}class dt extends _0x2196b4{['afterInit'](){const _0x3ad15f=this['editor'];if(!_0x3ad15f['plugins']['has']('Paragraph'))return;const _0x3b57af=_0x3ad15f['locale'],_0x3da28e=_0x3ad15f['plugins']['get']('TrackChangesEditing');_0x3da28e['descriptionFactory']['registerElementLabel']('paragraph',_0x28446c=>o(_0x3b57af,'ELEMENT_PARAGRAPH',_0x28446c)),_0x3da28e['enableDefaultAttributesIntegration']('paragraph'),_0x3da28e['enableCommand']('insertParagraph'),_0x3ad15f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3ad15f),{'priority':'highest'}),_0x3ad15f['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x159bcb,_0x4fb6c3,_0x11b516)=>{_0x11b516['options']['showSuggestionHighlights']&&nr(_0x3ad15f,{'showActiveMarker':!0x1})(_0x159bcb,_0x4fb6c3,_0x11b516);},{'priority':'highest'});const _0x3baaf8=_0x3da28e['descriptionFactory'];_0x3baaf8['registerDescriptionCallback'](_0x37ef37=>{if('insertion'!==_0x37ef37['type'])return;const {start:_0x5e6866,end:_0x101951}=_0x37ef37['getFirstRange']();if(!_0x5e6866['isTouching'](_0x101951)||!_0x5e6866['nodeAfter'])return;const _0x17ea17=_0x3ad15f['model']['schema'],_0x8d1b52=_0x5e6866['nodeAfter'];return _0x17ea17['isBlock'](_0x8d1b52)&&!_0x17ea17['isLimit'](_0x8d1b52)&&_0x17ea17['checkChild'](_0x8d1b52,'$text')?{'type':'insertion','content':o(_0x3b57af,'*Insert:*\x20%0',_0x3baaf8['getItemLabel'](_0x8d1b52,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbbbf0f=this['editor'],_0x56aba5=_0xbbbf0f['locale'];_0xbbbf0f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3111bc=>{if('formatBlock'!=_0x3111bc['type'])return;const {data:_0x44ef28}=_0x3111bc;return _0x44ef28&&'paragraph'==_0x44ef28['commandName']?{'type':'format','content':o(_0x56aba5,'*Change\x20to:*\x20%0',o(_0x56aba5,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x970174,{showActiveMarker:_0x593ddc=!0x0}={}){return(_0x69e7dd,_0x351921,_0x23d697)=>{const _0x2b9918=_0x970174['plugins']['get']('TrackChangesEditing'),_0x2f7990=_0x351921['markerRange']['start'],_0x12445e=_0x351921['markerRange']['end'],_0x47be9b=_0x970174['model']['schema'];if(!_0x2f7990['isTouching'](_0x12445e)||!_0x2f7990['nodeAfter'])return;const _0x15dbd9=_0x2f7990['nodeAfter'];if(_0x47be9b['isBlock'](_0x15dbd9)&&!_0x47be9b['isLimit'](_0x15dbd9)&&_0x47be9b['checkChild'](_0x15dbd9,'$text')){if(!_0x23d697['consumable']['consume'](_0x351921['markerRange'],_0x69e7dd['name']))return;const _0x29c041=_0x23d697['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x1b08f5=_0x23d697['mapper']['toViewPosition'](_0x12445e);_0x593ddc&&_0x2b9918['activeMarkers']['includes'](_0x351921['markerName'])&&_0x23d697['writer']['addClass']('ck-suggestion-marker--active',_0x29c041),_0x23d697['writer']['insert'](_0x1b08f5,_0x29c041),_0x23d697['mapper']['bindElementToMarker'](_0x29c041,_0x351921['markerName']);}};}class pt extends _0x2196b4{['afterInit'](){const _0x192d69=this['editor'];if(!_0x192d69['plugins']['has']('RemoveFormatEditing'))return;_0x192d69['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b7d6d=this['editor'];_0x5b7d6d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x48383b=>{if('formatBlock'!=_0x48383b['type']&&'formatInline'!=_0x48383b['type'])return;const {data:_0x1d6d66}=_0x48383b;return _0x1d6d66&&'removeFormat'==_0x1d6d66['commandName']?{'type':'format','content':o(_0x5b7d6d['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x2196b4{['afterInit'](){const _0x47626f=this['editor'];if(!_0x47626f['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x95302f=_0x47626f['plugins']['get']('TrackChangesEditing');_0x95302f['enableCommand']('goToPreviousRestrictedEditingException'),_0x95302f['enableCommand']('goToNextRestrictedEditingException');const _0x3833fb=_0x47626f['plugins']['get']('RestrictedEditingModeEditing');_0x3833fb['enableCommand']('trackChanges'),_0x3833fb['enableCommand']('acceptSuggestion'),_0x3833fb['enableCommand']('discardSuggestion'),_0x3833fb['enableCommand']('acceptAllSuggestions'),_0x3833fb['enableCommand']('discardAllSuggestions'),_0x3833fb['enableCommand']('acceptSelectedSuggestions'),_0x3833fb['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x2196b4{static get['requires'](){return[_0x3f2195];}['init'](){const _0x5c3079=this['editor'],_0x55ecba=_0x5c3079['plugins']['get']('TrackChangesEditing');_0x55ecba['enableCommand']('shiftEnter'),_0x5c3079['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x5c3079),{'priority':'high'}),_0x5c3079['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x5c3079),{'priority':'high'}),_0x5c3079['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x35ad81,_0x43e3e4,_0x5c7a19)=>{_0x5c7a19['options']['showSuggestionHighlights']&&de(_0x5c3079,{'showActiveMarker':!0x1})(_0x35ad81,_0x43e3e4,_0x5c7a19);}),_0x55ecba['descriptionFactory']['registerElementLabel']('softBreak',_0x46b87c=>o(_0x5c3079['locale'],'ELEMENT_LINE_BREAK',_0x46b87c));}}function de(_0x5bb15e,{showActiveMarker:_0x5c7810=!0x0}={}){return(_0x586027,_0x3e77a9,_0x137ae2)=>{const _0x182857=_0x5bb15e['plugins']['get']('TrackChangesEditing');if(!_0x137ae2['consumable']['test'](_0x3e77a9['markerRange'],_0x586027['name']))return;const _0x17fac8=_0x5bb15e['model'];for(const _0x1274d5 of _0x3e77a9['markerRange']['getItems']()){if(!_0x1274d5['is']('element','softBreak'))continue;const _0x582bcb='deletion'==_0x3e77a9['markerName']['split'](':')[0x1]?'merge':'split',_0x5d2246=_0x137ae2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x582bcb}),_0x2d16bc=_0x137ae2['mapper']['toViewPosition'](_0x17fac8['createPositionBefore'](_0x1274d5));_0x5c7810&&_0x182857['activeMarkers']['includes'](_0x3e77a9['markerName'])&&_0x137ae2['writer']['addClass']('ck-suggestion-marker--active',_0x5d2246),_0x137ae2['writer']['insert'](_0x2d16bc,_0x5d2246),_0x137ae2['mapper']['bindElementToMarker'](_0x5d2246,_0x3e77a9['markerName']);}};}class wt extends _0x2196b4{['afterInit'](){const _0x1bbac1=this['editor'],_0x3826be=_0x1bbac1['model'],_0x33f1a8=_0x1bbac1['locale'];if(!_0x1bbac1['plugins']['has']('StandardEditingModeEditing'))return;const _0xf0f6ca=_0x1bbac1['plugins']['get']('TrackChangesEditing'),_0x57b54b='restrictedEditingException',_0x4ae69d=_0x1bbac1['commands']['get'](_0x57b54b);_0xf0f6ca['enableCommand'](_0x57b54b,(_0x366cab,_0x262e4f={})=>{const _0x5ff21d=_0x3826be['document']['selection'];if(_0x5ff21d['isCollapsed'])return void _0x366cab(_0x262e4f);const _0x56a661=void 0x0!==_0x262e4f['forceValue']?_0x262e4f['forceValue']:!_0x4ae69d['value'];_0x3826be['change'](()=>{const _0x44e233=Array['from'](_0x5ff21d['getRanges']());for(const _0x41eba1 of _0x44e233){const _0x1b70f2=_0x56a661?[_0x41eba1]:io(_0x57b54b,_0x41eba1,_0x3826be);for(const _0x2236b5 of _0x1b70f2)_0xf0f6ca['markInlineFormat'](_0x2236b5,{'commandName':_0x57b54b,'commandParams':[{'forceValue':_0x56a661}]});}});}),_0xf0f6ca['descriptionFactory']['registerDescriptionCallback'](_0x1fcb62=>{if('formatBlock'!=_0x1fcb62['type']&&'formatInline'!=_0x1fcb62['type'])return;const {data:_0x4b495c}=_0x1fcb62;return _0x4b495c&&_0x4b495c['commandName']==_0x57b54b?_0x4b495c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x33f1a8,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x33f1a8,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x2196b4{['afterInit'](){const _0x1fc4df=this['editor'];if(!_0x1fc4df['plugins']['has']('Style')||!_0x1fc4df['plugins']['has']('DataSchema'))return;const _0x2b4526=_0x1fc4df['plugins']['get']('TrackChangesEditing'),_0x4f0fce=_0x1fc4df['locale'],_0x33baf6=_0x1fc4df['config']['get']('style')||{},_0x31ee3b=_0x1fc4df['plugins']['get']('GeneralHtmlSupport'),_0x276703=_0x1fc4df['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1fc4df['plugins']['get']('DataSchema'),_0x33baf6['definitions']);_0x2b4526['enableDefaultAttributesIntegration']('style');const _0x41d882=new Set();for(const _0x24fb18 of _0x276703['block']){const _0x5cb9ca=_0x31ee3b['getGhsAttributeNameForElement'](_0x24fb18['element']);_0x41d882['add'](_0x5cb9ca);}const _0x13e125=new Set();for(const _0x3df2e6 of _0x276703['inline']){const _0x134fe1=_0x31ee3b['getGhsAttributeNameForElement'](_0x3df2e6['element']);_0x13e125['add'](_0x134fe1);for(const _0x5719cd of _0x3df2e6['ghsAttributes'])_0x13e125['add'](_0x5719cd);}for(const _0x505ec7 of _0x41d882)_0x2b4526['registerBlockAttribute'](_0x505ec7),_0x2b4526['descriptionFactory']['registerAttributeLabel'](_0x505ec7,o(_0x4f0fce,'FORMAT_STYLE'));for(const _0x3bfba6 of _0x13e125)_0x2b4526['registerInlineAttribute'](_0x3bfba6),_0x2b4526['descriptionFactory']['registerAttributeLabel'](_0x3bfba6,o(_0x4f0fce,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5ba863=this['editor'],_0x44ad7f=_0x5ba863['locale'];_0x5ba863['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x252a0a=>{if('formatBlock'!=_0x252a0a['type']&&'formatInline'!=_0x252a0a['type'])return;const {data:_0x59a129}=_0x252a0a;return _0x59a129&&'style'===_0x59a129['commandName']?_0x59a129['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x44ad7f,'*Set\x20format:*\x20%0',_0x59a129['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x44ad7f,'*Remove\x20format:*\x20%0',_0x59a129['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x2196b4{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0xe244b1){super(_0xe244b1),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x56205d=this['editor'],_0x233b74=_0x56205d['model']['document']['selection'];if(!_0x56205d['plugins']['has']('TableEditing'))return;const _0x101b2b=_0x56205d['locale'],_0x4bc7bd=_0x56205d['plugins']['get']('TrackChangesEditing'),_0x400895=_0x56205d['plugins']['get']('TableUtils');_0x4bc7bd['descriptionFactory']['registerElementLabel']('table',_0x3d32cd=>o(_0x101b2b,'ELEMENT_TABLE',_0x3d32cd)),this['_setupColumnsRowsFixing'](),_0x4bc7bd['enableCommand']('insertTable'),_0x4bc7bd['enableCommand']('selectTableRow'),_0x4bc7bd['enableCommand']('selectTableColumn');for(const _0x5b87b9 of['insertTableRowAbove','insertTableRowBelow']){const _0x31ab73=_0x56205d['commands']['get'](_0x5b87b9);_0x4bc7bd['enableCommand'](_0x5b87b9,_0x33d293=>{_0x56205d['model']['change'](_0x4fc4e8=>{_0x33d293();const _0x5c5d7b='above'===_0x31ab73['order'],_0x336278=_0x400895['getSelectionAffectedTableCells'](_0x233b74),_0x25ba92=_0x400895['getRowIndexes'](_0x336278),_0x5345ef=_0x5c5d7b?_0x25ba92['first']-0x1:_0x25ba92['last']+0x1,_0x35eed4=_0x336278[0x0]['findAncestor']('table'),_0x511cf4=_0x400895['createTableWalker'](_0x35eed4,{'startRow':_0x5345ef,'endRow':_0x5345ef}),_0x10543a=Array['from'](_0x511cf4)['map'](_0x51124f=>_0x4fc4e8['createRangeOn'](_0x51124f['cell']));_0x4bc7bd['markMultiRangeInsertion'](_0x10543a,'tableRow');});});}for(const _0x4034af of['insertTableColumnLeft','insertTableColumnRight']){const _0x1e6a4a=_0x56205d['commands']['get'](_0x4034af);_0x4bc7bd['enableCommand'](_0x4034af,_0x21c9b1=>{_0x56205d['model']['change'](_0x2f6eb2=>{_0x21c9b1();const _0x250486='left'===_0x1e6a4a['order'],_0xfaa45e=_0x400895['getSelectionAffectedTableCells'](_0x233b74),_0x293a23=_0x400895['getColumnIndexes'](_0xfaa45e),_0x14042b=_0x250486?_0x293a23['first']-0x1:_0x293a23['last']+0x1,_0x184dde=_0xfaa45e[0x0]['findAncestor']('table'),_0x2dbeec=_0x400895['createTableWalker'](_0x184dde,{'startRow':0x0,'column':_0x14042b,'includeAllSlots':!0x1}),_0x3fa540=Array['from'](_0x2dbeec)['map'](_0x168cea=>_0x2f6eb2['createRangeOn'](_0x168cea['cell']));_0x4bc7bd['markMultiRangeInsertion'](_0x3fa540,'tableColumn');});});}for(const _0x5d1224 of['removeTableRow','removeTableColumn']){const _0x2b31bf=_0x5d1224['substr'](0xb),_0x37d1ed=_0x2b31bf['toLowerCase'](),_0x4c09b0=_0x37d1ed['substr'](0x0,0x3)+'span',_0x237bef='table'+_0x2b31bf,_0x5661ee='min'+_0x2b31bf,_0x4726d3='max'+_0x2b31bf;_0x4bc7bd['enableCommand'](_0x5d1224,()=>{_0x56205d['model']['change'](_0x43b500=>{const _0x4174a9=_0x400895['getSelectionAffectedTableCells'](_0x233b74),_0x14fee1=_0x4174a9[0x0]['findAncestor']('table');let _0x11bc0f;if('removeTableRow'==_0x5d1224){const _0x18b9e8=_0x400895['getRowIndexes'](_0x4174a9);_0x11bc0f={'startRow':_0x18b9e8['first'],'endRow':_0x18b9e8['last'],'includeAllSlots':!0x0};}else{const _0x53c4dc=_0x400895['getColumnIndexes'](_0x4174a9);_0x11bc0f={'startColumn':_0x53c4dc['first'],'endColumn':_0x53c4dc['last'],'includeAllSlots':!0x0};}const _0x4679c9=_0x400895['createTableWalker'](_0x14fee1,_0x11bc0f),_0x291b7a=Array['from'](_0x4679c9)['map'](({cell:_0x9457fe})=>_0x9457fe),_0x4581dc=Ee(_0x291b7a['filter'](_0x4156b7=>_0x4156b7['hasAttribute'](_0x4c09b0))),_0x23942f=Ee(_0x291b7a['filter'](_0x46db27=>!_0x46db27['hasAttribute'](_0x4c09b0)))['map'](_0x4577f3=>_0x43b500['createRangeOn'](_0x4577f3)),_0x2452bf=_0x4bc7bd['markMultiRangeDeletion'](_0x23942f,_0x237bef);if(_0x2452bf&&('tableRow'==_0x2452bf['subType']||'tableColumn'==_0x2452bf['subType'])){const _0x410ee5=this['_getSuggestionCoords'](_0x2452bf);for(const _0x4e5812 of _0x4581dc){const _0x304659=_0x43b500['createRangeOn'](_0x4e5812),_0x10bb55=_0x400895['getCellLocation'](_0x4e5812),_0xc98edf=_0x4e5812['getAttribute'](_0x4c09b0)-0x1,_0x427fc7=_0x410ee5[_0x5661ee],_0x5e7f14=_0x410ee5[_0x4726d3];_0x427fc7<=_0x10bb55[_0x37d1ed]&&_0x10bb55[_0x37d1ed]+_0xc98edf<=_0x5e7f14&&_0x2452bf['addRange'](_0x304659);}}});});}function _0x718b35(_0x3c956d){const _0x16ec4b=Array['from'](_0x233b74['getRanges']())['map'](_0x14326a=>_0x186ef9['fromRange'](_0x14326a));_0x56205d['model']['change'](_0x2edee7=>{const _0x67ac72=_0x2edee7['batch'];_0x3c956d=_0x3c956d['filter'](_0x4d7001=>'$graveyard'!=_0x4d7001['root']['rootName']),_0x2edee7['setSelection'](_0x3c956d),_0x56205d['commands']['get']('removeTableRow')['refresh'](),_0x56205d['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x56205d['model']['enqueueChange'](()=>{_0x56205d['model']['enqueueChange'](_0x67ac72,_0x1d5f9c=>{const _0x4270ce=_0x16ec4b['filter'](_0x1c4491=>'$graveyard'!=_0x1c4491['root']['rootName']);_0x4270ce['length']>0x0&&_0x1d5f9c['setSelection'](_0x4270ce);for(const _0x44259b of _0x16ec4b)_0x44259b['detach']();});});});}function _0x15ad89(_0x382367){_0x56205d['model']['change'](_0x1388c1=>{const _0xae5cc4=Array['from'](_0x233b74['getRanges']())['map'](_0x5ee1e5=>_0x186ef9['fromRange'](_0x5ee1e5)),_0x3fc0d3=[];for(const _0x3039fd of _0x382367)for(const _0x23eb18 of _0x3039fd['getItems']({'shallow':!0x0}))_0x3fc0d3['push'](_0x23eb18);for(const _0x2011e0 of _0x3fc0d3)'$graveyard'!=_0x2011e0['root']['rootName']&&(_0x1388c1['setSelection'](_0x1388c1['createPositionAt'](_0x2011e0,0x0)),_0x56205d['commands']['get']('removeTableColumn')['refresh'](),_0x56205d['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x2ec857=_0xae5cc4['filter'](_0x5dac50=>'$graveyard'!=_0x5dac50['root']['rootName']);_0x2ec857['length']>0x0&&_0x1388c1['setSelection'](_0x2ec857);for(const _0x5c0cd0 of _0xae5cc4)_0x5c0cd0['detach']();});}function _0x797029(_0x452d0a,_0x4c7469){return _0x4c7469['every'](_0x2ed49a=>_0x452d0a['some'](_0x2ab17d=>_0x2ab17d['end']['isEqual'](_0x2ed49a['start'])||_0x2ed49a['end']['isEqual'](_0x2ab17d['start'])));}function _0x28abe8(_0x36b12a,_0x48f412){return _0x36b12a['some'](_0xe25b41=>_0x48f412['some'](_0x2c5345=>_0xe25b41['end']['isTouching'](_0x2c5345['start'])));}_0x56205d['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3c1611,_0xac966e,_0x110948)=>{if(!_0x110948['options']['showSuggestionHighlights'])return;const _0x2fdd90=_0xac966e['item'];if(!_0x2fdd90)return;const _0xac21b1=_0x110948['mapper']['toViewElement'](_0x2fdd90);function _0x49c1f7(_0x457a32){return Array['isArray'](_0x457a32)?_0x457a32:[_0x457a32];}_0xac21b1&&'tableCell'===_0x2fdd90['name']&&_0xb72897(_0xac21b1,_0x110948['writer'],(_0x149ccc,_0x5ac3ed,_0x2dabc5)=>_0x2dabc5['addClass'](_0x49c1f7(_0x5ac3ed['classes']),_0x149ccc),(_0x5937f1,_0x3a809f,_0x1c78b8)=>_0x1c78b8['removeClass'](_0x49c1f7(_0x3a809f['classes']),_0x5937f1));},{'priority':'highest'}),_0x4bc7bd['descriptionFactory']['registerDescriptionCallback'](_0x1e97a7=>{if('insertion'!=_0x1e97a7['type']&&'deletion'!=_0x1e97a7['type'])return;const _0x12b330=_0x1e97a7['getContainedElement']();if(null!=_0x12b330&&_0x12b330['is']('element','table')){if('insertion'==_0x1e97a7['type']){const _0xbef59c=_0x1e97a7['getItems']()['filter'](_0x46e882=>_0x46e882['is']('$textProxy'))['map'](_0xa1603d=>_0xa1603d['data']);if(_0xbef59c['length'])return{'type':'insertion','content':o(_0x101b2b,'*Insert:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xbef59c['join']('\x20')+'\x22'))};}if('deletion'==_0x1e97a7['type']){const _0x2aa1fe=_0x1e97a7['getItems']()['filter'](_0x18ff75=>_0x18ff75['is']('$textProxy'))['map'](_0x375fbb=>_0x375fbb['data']);if(_0x2aa1fe['length'])return{'type':'deletion','content':o(_0x101b2b,'*Remove:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2aa1fe['join']('\x20')+'\x22'))};}}}),_0x4bc7bd['descriptionFactory']['registerDescriptionCallback'](_0x4a292e=>{if('tableRow'==_0x4a292e['subType']){const _0x302a26=_0x4a292e['getItems']()['filter'](_0x470622=>_0x470622['is']('$textProxy'))['map'](_0x2d5490=>_0x2d5490['data']),_0x3f7e59=this['_getSuggestionCoords'](_0x4a292e),_0x43d205=_0x3f7e59['maxRow']-_0x3f7e59['minRow']+0x1;if('insertion'==_0x4a292e['type'])return _0x302a26['length']?{'type':'insertion','content':o(_0x101b2b,'*Insert:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x43d205,'\x22'+_0x302a26['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x101b2b,'*Insert:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_ROW',_0x43d205))};if('deletion'==_0x4a292e['type'])return _0x302a26['length']?{'type':'deletion','content':o(_0x101b2b,'*Remove:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x43d205,'\x22'+_0x302a26['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x101b2b,'*Remove:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_ROW',_0x43d205))};}if('tableColumn'==_0x4a292e['subType']){const _0x13e174=_0x4a292e['getItems']()['filter'](_0xd0ffb4=>_0xd0ffb4['is']('$textProxy'))['map'](_0x17b983=>_0x17b983['data']),_0x3cfc92=this['_getSuggestionCoords'](_0x4a292e),_0x32d58e=_0x3cfc92['maxColumn']-_0x3cfc92['minColumn']+0x1;if('insertion'==_0x4a292e['type'])return _0x13e174['length']?{'type':'insertion','content':o(_0x101b2b,'*Insert:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x32d58e,'\x22'+_0x13e174['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x101b2b,'*Insert:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_COLUMN',_0x32d58e))};if('deletion'==_0x4a292e['type'])return _0x13e174['length']?{'type':'deletion','content':o(_0x101b2b,'*Remove:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x32d58e,'\x22'+_0x13e174['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x101b2b,'*Remove:*\x20%0',o(_0x101b2b,'ELEMENT_TABLE_COLUMN',_0x32d58e))};}}),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x718b35),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x718b35),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x15ad89),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x15ad89),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x797029),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x797029),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x28abe8),_0x4bc7bd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x28abe8);}['_acceptFormatSuggestionCallbackFactory'](){const _0x1e3e6c=this['editor'],_0x2960a9=_0x1e3e6c['model']['document']['selection'];return(_0x4bc378,_0x2a2da6)=>{_0x1e3e6c['model']['change'](_0x58b250=>{const {commandName:_0x374166,commandParams:_0x816d61}=_0x2a2da6;let _0x5b6b71=_0x4bc378[0x0]['end']['nodeBefore'];_0x816d61&&_0x816d61[0x0]&&!0x1===_0x816d61[0x0]['forceValue']&&(_0x5b6b71=_0x4bc378[0x0]['start']['nodeAfter']);const _0x5e2d4b=_0x58b250['createRangeIn'](_0x5b6b71);if('$graveyard'==_0x5e2d4b['root']['rootName'])return;const _0x20328b=Array['from'](_0x2960a9['getRanges']())['map'](_0x551cb0=>_0x186ef9['fromRange'](_0x551cb0));_0x58b250['setSelection'](_0x5e2d4b),_0x1e3e6c['commands']['get'](_0x374166)['refresh'](),_0x816d61['push']({'forceDefaultExecution':!0x0}),_0x1e3e6c['execute'](_0x374166,..._0x816d61);const _0x42b56d=_0x20328b['filter'](_0x8fa480=>'$graveyard'!=_0x8fa480['root']['rootName']);_0x42b56d['length']>0x0&&_0x58b250['setSelection'](_0x42b56d);for(const _0xcb6532 of _0x20328b)_0xcb6532['detach']();});};}['_getCoordsForCells'](_0x2c4a6e){const _0x577115=this['editor']['plugins']['get']('TableUtils');let _0x510f05=Number['MAX_SAFE_INTEGER'],_0x95174d=Number['MIN_SAFE_INTEGER'],_0x3959d0=Number['MAX_SAFE_INTEGER'],_0x393f30=Number['MIN_SAFE_INTEGER'];for(const _0x2e4f56 of _0x2c4a6e){if('$graveyard'==_0x2e4f56['root']['rootName'])continue;const {row:_0xe8a922,column:_0x280cd8}=_0x577115['getCellLocation'](_0x2e4f56),_0x571dec=_0x2e4f56['hasAttribute']('rowspan')?_0x2e4f56['getAttribute']('rowspan')-0x1:0x0,_0x5b98fd=_0x2e4f56['hasAttribute']('colspan')?_0x2e4f56['getAttribute']('colspan')-0x1:0x0;_0x510f05=_0xe8a922<_0x510f05?_0xe8a922:_0x510f05,_0x95174d=_0xe8a922+_0x571dec>_0x95174d?_0xe8a922+_0x571dec:_0x95174d,_0x3959d0=_0x280cd8<_0x3959d0?_0x280cd8:_0x3959d0,_0x393f30=_0x280cd8+_0x5b98fd>_0x393f30?_0x280cd8+_0x5b98fd:_0x393f30;}return{'minRow':_0x510f05,'maxRow':_0x95174d,'minColumn':_0x3959d0,'maxColumn':_0x393f30};}['_setupColumnsRowsFixing'](){const _0x259bd8=this['editor'],_0x11431c=_0x259bd8['plugins']['get']('TrackChangesEditing'),_0x2e9dea=_0x259bd8['plugins']['get']('TableUtils');_0x259bd8['model']['document']['on']('change:data',()=>{const _0x3a634c=Array['from'](_0x259bd8['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x328287,data:_0x143d5b}of _0x3a634c){const {group:_0x4c8b4f,id:_0xa5d0a2,subType:_0x359e03}=_0x11431c['_splitMarkerName'](_0x328287);if('suggestion'!=_0x4c8b4f)continue;if(null!=_0x143d5b['oldRange'])continue;const _0x2fc861=_0x11431c['getSuggestion'](_0xa5d0a2);this['_tablePostFixingSubtypes']['includes'](_0x359e03)&&this['_tableSuggestions']['add'](_0x2fc861);}},{'priority':'low'});const _0xe5a13b=(_0x1646c4,_0x5641c4)=>{let _0x43f587=!0x1;const _0xd6f4dd=_0x5641c4['createRangeOn'](_0x1646c4),_0x106a6c=_0x1646c4['findAncestor']('table'),_0x3da9d7=_0x2e9dea['getCellLocation'](_0x1646c4);for(const _0x29e7b4 of this['_tableSuggestions']){const _0x26ef6f=_0x29e7b4['subType'],_0xde418f=_0x26ef6f['startsWith']('tablePaste'),_0x1c0674=_0x26ef6f['substr'](_0xde418f?0xa:0x5),_0x78c2a0=_0x1c0674['toLowerCase'](),_0x4076d0=_0x78c2a0['substr'](0x0,0x3)+'span',_0xb65d21='min'+_0x1c0674,_0x82213c='max'+_0x1c0674;if(!_0x29e7b4['isInContent'])continue;if(_0x106a6c!=_0x29e7b4['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x29e7b4['isIntersectingWithRange'](_0xd6f4dd))continue;const _0x379899=_0x1646c4['hasAttribute'](_0x4076d0)?_0x1646c4['getAttribute'](_0x4076d0)-0x1:0x0,_0x164b22=this['_getSuggestionCoords'](_0x29e7b4),_0x1e68f0=_0x164b22[_0xb65d21],_0x28363e=_0x164b22[_0x82213c];_0x1e68f0<=_0x3da9d7[_0x78c2a0]&&_0x3da9d7[_0x78c2a0]+_0x379899<=_0x28363e&&(_0x29e7b4['addRange'](_0xd6f4dd),_0x43f587=!0x0);}return _0x43f587;};_0x259bd8['model']['document']['registerPostFixer'](_0x271d97=>{let _0x50d404=!0x1;for(const _0x5848ed of _0x259bd8['model']['document']['differ']['getChanges']())if('insert'==_0x5848ed['type']){if('tableRow'==_0x5848ed['name']){for(const _0x966891 of _0x5848ed['position']['nodeAfter']['getChildren']())_0x50d404=_0x50d404||_0xe5a13b(_0x966891,_0x271d97);}else'tableCell'==_0x5848ed['name']&&(_0x50d404=_0x50d404||_0xe5a13b(_0x5848ed['position']['nodeAfter'],_0x271d97));}return _0x50d404;});}['_getSuggestionCoords'](_0x10476d){return this['_getCoordsForCells'](_0x10476d['getRanges']()['map'](_0x11c076=>_0x11c076['start']['nodeAfter']));}}function Ee(_0x4902d4){return Array['from'](new Set(_0x4902d4)['values']());}class St extends _0x2196b4{static get['requires'](){return[jt];}['afterInit'](){const _0xc007a8=this['editor'],_0x121a7f=_0xc007a8['model']['document']['selection'],_0x323049=_0xc007a8['locale'];if(!_0xc007a8['plugins']['has']('TableEditing'))return;const _0x4a31fd=_0xc007a8['plugins']['get']('TrackChangesEditing'),_0xb985e8=_0xc007a8['plugins']['get']('TableUtils'),_0x28ad74=_0xc007a8['plugins']['get'](jt);_0x28ad74['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4a31fd['enableCommand']('mergeTableCells',()=>{const _0x29ed9e=_0xb985e8['getSelectionAffectedTableCells'](_0xc007a8['model']['document']['selection']);_0xc007a8['model']['change'](()=>{_0x4a31fd['markMultiRangeBlockFormat'](_0x29ed9e,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0xc007a8['commands']['get']('mergeTableCells')['on']('execute',(_0x459d3b,_0x47f008)=>{_0xc007a8['commands']['get']('trackChanges')['value']&&(_0x47f008['length']>0x0&&_0x47f008[_0x47f008['length']-0x1]&&_0x47f008[_0x47f008['length']-0x1]['forceDefaultExecution']||_0x4a31fd['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x459d3b['stop']());},{'priority':'highest'});for(const _0x7e3dd5 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x3a58db=_0xc007a8['commands']['get'](_0x7e3dd5);_0x4a31fd['enableCommand'](_0x7e3dd5,()=>{const _0x1faee6=_0xc007a8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x10e189=>_0x10e189['is']('element','tableCell')),_0x4dfb1c=_0x3a58db['value'];_0xc007a8['model']['change'](()=>{_0x4a31fd['markMultiRangeBlockFormat']([_0x1faee6,_0x4dfb1c],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x21b4c3 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x5db9bb=_0xc007a8['commands']['get'](_0x21b4c3);_0x4a31fd['enableCommand'](_0x21b4c3,()=>{const _0x2aa6cd=_0xb985e8['getSelectionAffectedTableCells'](_0xc007a8['model']['document']['selection'])[0x0],_0x436909=_0x2aa6cd['findAncestor']('table'),{column:_0x460678,row:_0x31bf2a}=_0xb985e8['getCellLocation'](_0x2aa6cd);let _0x2728b6=[];if('horizontally'==_0x5db9bb['direction']){const _0x48b7fd=_0xb985e8['createTableWalker'](_0x436909,{'startRow':_0x31bf2a,'endRow':_0x31bf2a,'includeAllSlots':!0x0});_0x2728b6=Array['from'](_0x48b7fd)['map'](_0x33a21e=>_0x33a21e['cell']);}else{const _0x29d534=_0xb985e8['createTableWalker'](_0x436909,{'column':_0x460678,'includeAllSlots':!0x0});_0x2728b6=Array['from'](_0x29d534)['map'](_0x36880c=>_0x36880c['cell']);}_0xc007a8['model']['change'](_0x134f81=>{_0x4a31fd['markBlockFormat'](_0x134f81['createRangeOn'](_0x2aa6cd),{'commandName':_0x21b4c3,'commandParams':[]},_0x2728b6,_0x21b4c3);});});}_0x4a31fd['descriptionFactory']['registerDescriptionCallback'](_0x6f0739=>{if('formatBlock'!=_0x6f0739['type']&&'formatInline'!=_0x6f0739['type'])return;const {data:_0x35b19c}=_0x6f0739;return _0x35b19c&&'mergeTableCells'==_0x35b19c['commandName']?{'type':'format','content':o(_0x323049,'*Merge\x20cells*')}:void 0x0;}),_0x4a31fd['descriptionFactory']['registerDescriptionCallback'](_0x3aab13=>{if('formatBlock'!=_0x3aab13['type']&&'formatInline'!=_0x3aab13['type'])return;const {data:_0x288f7b}=_0x3aab13;return _0x288f7b?'splitTableCellVertically'==_0x288f7b['commandName']?{'type':'format','content':o(_0x323049,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x288f7b['commandName']?{'type':'format','content':o(_0x323049,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x5a5cc3=_0x28ad74['_acceptFormatSuggestionCallbackFactory']();for(const _0x1bbabc of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4a31fd['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1bbabc,'accept',_0x5a5cc3);for(const _0x246c22 of['splitTableCellVertically','splitTableCellHorizontally'])_0x4a31fd['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x246c22,'accept',_0x5a5cc3);_0x4a31fd['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x2b8cc3=>{_0xc007a8['model']['change'](_0x3c0f34=>{const _0x14e439=Array['from'](_0x121a7f['getRanges']())['map'](_0x1b80b9=>_0x186ef9['fromRange'](_0x1b80b9));_0x3c0f34['setSelection'](_0x2b8cc3),_0xc007a8['commands']['get']('mergeTableCells')['refresh'](),_0xc007a8['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x58a866=_0x14e439['filter'](_0x16f78b=>'$graveyard'!=_0x16f78b['root']['rootName']);_0x58a866['length']>0x0&&_0x3c0f34['setSelection'](_0x58a866);for(const _0xfd5995 of _0x14e439)_0xfd5995['detach']();});});for(const _0x2afb68 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x195b4a=_0xc007a8['commands']['get'](_0x2afb68);_0x195b4a['on']('set:isEnabled',(_0x2111bc,_0x501ed1,_0x5aa39d)=>{if(_0x5aa39d){const _0x10e85f=_0xc007a8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x45f055=>_0x45f055['is']('element','tableCell'));this['_areMergableCells'](_0x195b4a['value'],_0x10e85f)||(_0x2111bc['return']=!0x1,_0x2111bc['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x321bf6=this['editor']['commands']['get']('mergeTableCells'),_0x491174=this['editor']['plugins']['get']('TableUtils');if(!_0x321bf6['isEnabled'])return!0x1;const _0x1bd20b=_0x491174['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x41bc62 of _0x1bd20b)for(const _0x3c3da1 of _0x1bd20b)if(_0x41bc62!=_0x3c3da1&&!this['_areMergableCells'](_0x41bc62,_0x3c3da1))return!0x1;return!0x0;}['_areMergableCells'](_0x45c183,_0x4cdb33){const _0x4d97f1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x28efc6=this['editor']['model']['createRangeOn'](_0x45c183),_0x250faa=this['editor']['model']['createRangeOn'](_0x4cdb33),_0x2682f8=new Set(),_0x5cfcf3=new Set();for(const _0xca856a of _0x4d97f1['getSuggestions']())if(('insertion'==_0xca856a['type']||'deletion'==_0xca856a['type']||'mergeTableCells'==_0xca856a['subType'])&&_0xca856a['isInContent']){for(const _0x4d0625 of _0xca856a['getRanges']())_0x4d0625['containsRange'](_0x28efc6,!0x0)&&_0x2682f8['add'](_0xca856a['type']+':'+_0xca856a['author']['id']),_0x4d0625['containsRange'](_0x250faa,!0x0)&&_0x5cfcf3['add'](_0xca856a['type']+':'+_0xca856a['author']['id']);}if(_0x2682f8['size']!=_0x5cfcf3['size'])return!0x1;for(const _0x4dacac of _0x2682f8)if(!_0x5cfcf3['has'](_0x4dacac))return!0x1;return!0x0;}}class At extends _0x2196b4{static get['requires'](){return[jt];}['afterInit'](){const _0x4b1e38=this['editor'];if(!_0x4b1e38['plugins']['has']('TableEditing'))return;const _0x29e360=_0x4b1e38['locale'],_0xb16e8a=_0x4b1e38['plugins']['get']('TrackChangesEditing');_0xb16e8a['enableDefaultAttributesIntegration']('setTableRowHeader'),_0xb16e8a['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0xb16e8a['registerBlockAttribute']('headingRows'),_0xb16e8a['registerBlockAttribute']('headingColumns'),_0xb16e8a['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x29e360,'FORMAT_HEADER_ROW')),_0xb16e8a['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x29e360,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1c6281=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1a5129=this['editor']['plugins']['get']('TableUtils'),_0x5b1a80=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x35d8c9({showActiveMarker:_0x57fde1=!0x0,setDataAttribute:_0x586504=!0x0}={}){return(_0x1a62bd,_0x4457af,_0x41987c)=>{const {type:_0x259903,id:_0x2ee982}=_0x1c6281['_splitMarkerName'](_0x4457af['markerName']),_0x19fd73=_0x1c6281['getSuggestion'](_0x2ee982),_0xf2c50b=_0x19fd73['data'];if('formatBlock'!=_0x19fd73['type']||!_0xf2c50b||'setTableColumnHeader'!=_0xf2c50b['commandName'])return;if(_0x4457af['item'])return void _0x1a62bd['stop']();if(!_0x41987c['consumable']['consume'](_0x4457af['markerRange'],_0x1a62bd['name']))return;const _0x2e0220=_0x4457af['markerRange']['start']['nodeAfter'],_0x5f5dcc=_0x4457af['markerRange']['end']['nodeBefore'],_0xe569c1=_0x2e0220['parent']['parent'],{column:_0x21d82d}=_0x1a5129['getCellLocation'](_0x2e0220),{column:_0x5c2b35}=_0x1a5129['getCellLocation'](_0x5f5dcc);for(let _0x320cf7=_0x21d82d;_0x320cf7<=_0x5c2b35;_0x320cf7++){const _0x58dca8=_0x1a5129['createTableWalker'](_0xe569c1,{'column':_0x320cf7,'includeAllSlots':!0x1});for(const _0x33409f of _0x58dca8){const _0x3811a6=_0x33409f['cell'],_0x35b4ea=_0x41987c['mapper']['toViewElement'](_0x3811a6);_0x41987c['writer']['addClass']('ck-suggestion-marker-'+_0x259903,_0x35b4ea),_0x586504&&_0x41987c['writer']['setAttribute']('data-suggestion',_0x2ee982,_0x35b4ea),_0x41987c['mapper']['bindElementToMarker'](_0x35b4ea,_0x4457af['markerName']),_0x57fde1&&(_0x1c6281['activeMarkers']['includes'](_0x4457af['markerName'])?_0x41987c['writer']['addClass']('ck-suggestion-marker--active',_0x35b4ea):_0x41987c['writer']['removeClass']('ck-suggestion-marker--active',_0x35b4ea));}}};}_0x1c6281['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x5b1a80),_0x1c6281['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x5b1a80),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x35d8c9(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xcdba14,_0x20a271,_0xda07d4)=>{_0xda07d4['options']['showSuggestionHighlights']&&_0x35d8c9({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0xcdba14,_0x20a271,_0xda07d4);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x2e82f6,_0x2c4735,_0x3b4591)=>{const {type:_0x6e0928,id:_0x5b0a85}=_0x1c6281['_splitMarkerName'](_0x2c4735['markerName']),_0x12cb29=_0x1c6281['getSuggestion'](_0x5b0a85),_0x6806e9=_0x12cb29['data'];if('formatBlock'!=_0x12cb29['type']||!_0x6806e9||'setTableColumnHeader'!=_0x6806e9['commandName'])return;const _0x36bd47=_0x3b4591['mapper']['markerNameToElements'](_0x2c4735['markerName']);if(_0x36bd47){for(const _0x416fa4 of _0x36bd47)_0x3b4591['writer']['removeClass']('ck-suggestion-marker-'+_0x6e0928,_0x416fa4),_0x3b4591['writer']['removeClass']('ck-suggestion-marker--active',_0x416fa4),_0x3b4591['writer']['removeAttribute']('data-suggestion',_0x416fa4),_0x3b4591['mapper']['unbindElementFromMarkerName'](_0x416fa4,_0x2c4735['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5480ee=this['editor'],_0x44a96e=_0x5480ee['locale'];function _0x27240f(_0x354dba){return{'type':'format','content':o(_0x44a96e,'*Format:*\x20%0',_0x354dba)};}_0x5480ee['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b52a8=>{if('formatBlock'!=_0x3b52a8['type'])return;const {data:_0x1fc276}=_0x3b52a8;if(_0x1fc276){if('setTableRowHeader'==_0x1fc276['commandName']){const _0x3b8a8b=_0x1fc276['commandParams'][0x0]['forceValue'];return _0x27240f(o(_0x44a96e,_0x3b8a8b?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x1fc276['commandName']){const _0x28b8d7=_0x1fc276['commandParams'][0x0]['forceValue'];return _0x27240f(o(_0x44a96e,_0x28b8d7?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x4d3768=>[_0x4d3768,null]));class It extends _0x2196b4{static get['requires'](){return[jt];}['afterInit'](){const _0x5da2dc=this['editor'];if(!_0x5da2dc['plugins']['has']('TableClipboard'))return;const _0xbe3677=_0x5da2dc['plugins']['get']('TrackChangesEditing'),_0x5229a5=_0x5da2dc['plugins']['get']('TableUtils'),_0x1d93e4=_0x5da2dc['plugins']['get'](jt),_0x1e055b=_0x5da2dc['plugins']['get']('TableClipboard');_0x1d93e4['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x5da2dc['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x5da2dc['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x43ff18=null;_0x5da2dc['model']['on']('insertContent',(_0x4c1e52,_0x2161d4)=>{const [_0xdcd6f9,_0xcb01b9]=_0x2161d4,_0x5de6f6=_0x2161d4[_0x2161d4['length']-0x1];_0x5de6f6&&_0x5de6f6['forceDefaultExecution']||_0xbe3677['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x15e58c,_0x38a5e2,_0x1b6731,_0x4b03e2,_0x5a1fb6){if(_0x38a5e2&&!_0x38a5e2['is']('documentSelection'))return!0x1;const _0xe8a536=_0x5a1fb6['getTableIfOnlyTableInContent'](_0x15e58c,_0x1b6731);if(!_0xe8a536||!he(_0xe8a536,void 0x0,_0x4b03e2))return!0x1;const _0x1c4153=_0x4b03e2['getSelectionAffectedTableCells'](_0x1b6731['document']['selection']);if(!_0x1c4153['length'])return!0x1;const _0x15bbc0=_0x1c4153[0x0]['findAncestor']('table'),_0x156c0f=_0x4b03e2['getRowIndexes'](_0x1c4153),_0x53a386=_0x4b03e2['getColumnIndexes'](_0x1c4153),_0x10698b={'startRow':_0x156c0f['first'],'endRow':_0x156c0f['last'],'startColumn':_0x53a386['first'],'endColumn':_0x53a386['last']};return 0x1==_0x1c4153['length']&&(_0x10698b['endRow']+=_0x4b03e2['getRows'](_0xe8a536)-0x1,_0x10698b['endColumn']+=_0x4b03e2['getColumns'](_0xe8a536)-0x1),he(_0x15bbc0,_0x10698b,_0x4b03e2);}(_0xdcd6f9,_0xcb01b9,_0x5da2dc['model'],_0x5229a5,_0x1e055b)&&(_0x4c1e52['stop'](),_0x43ff18={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x5da2dc['model']['change'](()=>{_0x5da2dc['model']['insertContent'](_0x2161d4[0x0],_0x2161d4[0x1],_0x2161d4[0x2],{'forceDefaultExecution':!0x0});const _0x25c7f3=_0x245371(),{rowInsertionRanges:_0x231614,columnInsertionRanges:_0x9c6905,insertionRanges:_0x324beb,deletionRanges:_0x346e11,cells:_0x185b84}=_0x43ff18;_0x231614['length']&&_0xbe3677['markMultiRangeInsertion'](_0x231614,'tablePasteRow',{'tablePasteChainId':_0x25c7f3}),_0x9c6905['length']&&_0xbe3677['markMultiRangeInsertion'](_0x9c6905,'tablePasteColumn',{'tablePasteChainId':_0x25c7f3}),_0x324beb['length']&&(_0xbe3677['markMultiRangeInsertion'](_0x324beb,'tablePaste',{'tablePasteChainId':_0x25c7f3,'skipNestingCheck':!0x0}),_0x324beb['forEach'](_0x255a1e=>_0x255a1e['detach']?.())),_0x346e11['length']&&(_0xbe3677['markMultiRangeDeletion'](_0x346e11,'tablePaste',{'tablePasteChainId':_0x25c7f3,'skipNestingCheck':!0x0}),_0x346e11['forEach'](_0x5b6968=>_0x5b6968['detach']?.()));const _0x379b1e=_0xbe3677['markMultiRangeBlockFormat'](_0x185b84['map'](({element:_0x1cbe29})=>_0x1cbe29),{'formatGroupId':_0x245371()},[],'tablePasteCell',{'tablePasteChainId':_0x25c7f3});if(_0x379b1e){const _0x540e06=_0x379b1e['getMarkers'](),_0x50ff33=[];for(const {element:_0x2adaf5,attributes:_0x35f364}of _0x185b84){if(!_0x35f364)continue;const _0x56f6e3=_0x5da2dc['model']['createRangeOn'](_0x2adaf5),_0x21cb8f=_0x540e06['find'](_0x3a4ba3=>_0x3a4ba3['getRange']()['isEqual'](_0x56f6e3));_0x21cb8f&&_0x50ff33['push']([_0x21cb8f['name'],_0x35f364]);}_0x50ff33['length']&&_0x379b1e['setAttribute']('markerAttributes',Object['fromEntries'](_0x50ff33));}_0x43ff18=null;}));},{'priority':_0x48fe90['high']+0xa}),_0x5da2dc['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x4be97e,_0x179954)=>{const [_0x2d7cc3,_0x41dea0,,_0x2c351b]=_0x179954;if(!_0x43ff18)return;_0x4be97e['stop']();const _0x2917c6=_0x2d7cc3['cell'],_0x86a2dd=_0x41dea0,_0x4a5201=Pe(_0x2917c6),_0x2a4219=Pe(_0x86a2dd);_0x4be97e['return']=_0x2917c6;let _0x537287=null,_0x1d023c=null;if(_0x2a4219||_0x4a5201){if(_0x4a5201&&!_0x2a4219){_0x2c351b['remove'](_0x2917c6['getChild'](0x0));for(const _0x5213a8 of Array['from'](_0x86a2dd['getChildren']()))_0x2c351b['insert'](_0x5213a8,_0x2917c6,'end');const _0x2d4010=_0x43ff18['rowInsertionIndexes']['includes'](_0x2d7cc3['row']),_0x31a296=_0x43ff18['columnInsertionIndexes']['includes'](_0x2d7cc3['column']);_0x2d4010||_0x31a296||(_0x537287=_0x186ef9['fromRange'](_0x2c351b['createRangeIn'](_0x2917c6)));}else _0x2a4219&&!_0x4a5201&&(_0x1d023c=_0x2c351b['createRangeIn'](_0x2917c6));}else{const _0x4ddab8=_0x2c351b['createElement']('tableCellSuggestion'),_0x3ed494=_0x2c351b['createElement']('tableCellSuggestion');_0x2c351b['wrap'](_0x2c351b['createRangeIn'](_0x2917c6),_0x3ed494),_0x2c351b['insert'](_0x4ddab8,_0x2917c6,0x0);for(const _0x2e594f of Array['from'](_0x86a2dd['getChildren']()))_0x2c351b['insert'](_0x2e594f,_0x4ddab8,'end');_0x537287=_0x186ef9['fromRange'](_0x2c351b['createRangeOn'](_0x4ddab8)),_0x1d023c=_0x186ef9['fromRange'](_0x2c351b['createRangeOn'](_0x3ed494));}const _0x3d95ea=Array['from'](_0x86a2dd['getAttributes']())['filter'](([_0x516b32])=>ge['includes'](_0x516b32));_0x43ff18['cells']['push']({'element':_0x2917c6,'attributes':_0x3d95ea['length']?Object['fromEntries'](_0x3d95ea):null}),_0x537287&&_0x43ff18['insertionRanges']['push'](_0x537287),_0x1d023c&&_0x43ff18['deletionRanges']['push'](_0x1d023c);},{'priority':'high'}),_0x5229a5['on']('insertColumns',(_0x142673,_0x206dc7)=>{const [_0x4bf650,_0x13bc1f={}]=_0x206dc7;if(!_0x43ff18)return;const _0x3d27d9=_0x13bc1f['at']||0x0,_0x6580d4=_0x13bc1f['columns']||0x1;_0x43ff18['columnInsertionIndexes']=new Array(_0x6580d4)['fill'](_0x3d27d9)['map']((_0x55144a,_0x27360a)=>_0x55144a+_0x27360a);for(const {cell:_0x5d72db}of _0x5229a5['createTableWalker'](_0x4bf650,{'startColumn':_0x3d27d9,'endColumn':_0x3d27d9+_0x6580d4-0x1}))_0x43ff18['columnInsertionRanges']['push'](_0x5da2dc['model']['createRangeOn'](_0x5d72db));},{'priority':'low'}),_0x5229a5['on']('insertRows',(_0x4a44af,_0x9467e3)=>{const [_0x4ec627,_0x2b45e7={}]=_0x9467e3;if(!_0x43ff18)return;const _0x3732bb=_0x2b45e7['at']||0x0,_0x230727=_0x2b45e7['rows']||0x1;_0x43ff18['rowInsertionIndexes']=new Array(_0x230727)['fill'](_0x3732bb)['map']((_0x43d026,_0x47a486)=>_0x43d026+_0x47a486);for(const {cell:_0x1c9267}of _0x5229a5['createTableWalker'](_0x4ec627,{'startRow':_0x3732bb,'endRow':_0x3732bb+_0x230727-0x1}))_0x43ff18['rowInsertionRanges']['push'](_0x5da2dc['model']['createRangeOn'](_0x1c9267));},{'priority':'low'}),_0xbe3677['descriptionFactory']['registerDescriptionCallback'](_0x5451f2=>{if(_0x5451f2['subType']&&_0x5451f2['subType']['startsWith']('tablePaste'))return _0x5451f2['previous']?{}:{'type':'insertion','content':o(_0x5da2dc['locale'],'*Replace\x20table\x20cells*')};});const _0x2179a9=()=>!0x1;for(const _0x5877d4 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xbe3677['_suggestionFactory']['registerCustomCallback']('insertion',_0x5877d4,'join',_0x2179a9),_0xbe3677['_suggestionFactory']['registerCustomCallback']('deletion',_0x5877d4,'join',_0x2179a9),_0xbe3677['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5877d4,'join',_0x2179a9);_0xbe3677['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2179a9),_0xbe3677['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xdbd1f1,_0x24aea9,_0x256b4a)=>{const _0x2ad6f0=_0xdbd1f1['map'](_0xe9967e=>_0xe9967e['getContainedElement']())['filter'](_0x5c480c=>_0x5c480c),_0x24d55a=new Map(_0x2ad6f0['map'](_0x4c6aab=>[_0x4c6aab,null]));if(_0x43ff18){for(const {element:_0x4c0db0,attributes:_0x28d229}of _0x43ff18['cells'])_0x28d229&&_0x24d55a['set'](_0x4c0db0,_0x28d229);}else{if(_0x256b4a&&_0x256b4a['markerAttributes'])for(const [_0xf8cce5,_0x1d2fc3]of Object['entries'](_0x256b4a['markerAttributes'])){const _0x118ec7=_0x5da2dc['model']['markers']['get'](_0xf8cce5),_0x49feed=_0x118ec7?_0x118ec7['getRange']()['getContainedElement']():null;_0x49feed&&_0x24d55a['set'](_0x49feed,_0x1d2fc3);}}_0x5da2dc['model']['change'](_0x2d304a=>{for(const [_0x159220,_0x15b38c]of _0x24d55a)_0x2d304a['setAttributes']({...Ce,..._0x15b38c},_0x159220);});});const _0x3a5ed7=(_0xf6305d,_0x1a7457)=>{_0xbe3677['_suggestionFactory']['registerCustomCallback'](_0xf6305d,'tablePaste',_0x1a7457,(_0x4398e8,_0x58bf45,_0x3745d2)=>{_0x5da2dc['model']['change'](_0x4a7a44=>{const _0x222ec7=[];for(const _0x34bfea of _0x4398e8){const _0x522903=_0x34bfea['start']['nodeAfter'];_0x522903['is']('element','tableCellSuggestion')&&_0x222ec7['push'](_0x522903);}_0xbe3677['_suggestionFactory']['getSuggestionCallback'](_0xf6305d,null,_0x1a7457)(_0x4398e8,_0x58bf45,_0x3745d2);for(const _0x151693 of _0x222ec7)'$graveyard'!=_0x151693['root']['rootName']&&_0x4a7a44['unwrap'](_0x151693);});});};_0x3a5ed7('insertion','accept'),_0x3a5ed7('insertion','discard'),_0x3a5ed7('deletion','accept'),_0x3a5ed7('deletion','discard'),_0xbe3677['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x7d753d=>{const _0x310177=_0x7d753d['map'](_0xbf0ecf=>_0xbf0ecf['getContainedElement']()),_0x5402ce=_0x310177[0x0]['findAncestor']('table'),{minRow:_0x53418d,maxRow:_0x22b64d}=_0x1d93e4['_getCoordsForCells'](_0x310177);_0x5229a5['removeRows'](_0x5402ce,{'at':_0x53418d,'rows':_0x22b64d-_0x53418d+0x1});}),_0xbe3677['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x9d9937=>{const _0x1342f9=_0x9d9937['map'](_0x12bceb=>_0x12bceb['getContainedElement']()),_0x5e35fe=_0x1342f9[0x0]['findAncestor']('table'),{minColumn:_0x52ba46,maxColumn:_0x49ae32}=_0x1d93e4['_getCoordsForCells'](_0x1342f9);_0x5229a5['removeColumns'](_0x5e35fe,{'at':_0x52ba46,'columns':_0x49ae32-_0x52ba46+0x1});});const _0x6ffa72=(_0x1b3e10,_0x15b95d)=>{if(!_0x15b95d['subType']||!_0x15b95d['subType']['startsWith']('tablePaste'))return;const _0x2f8810=_0x15b95d['attributes']['tablePasteChainId'],_0x4ac3f9=_0xbe3677['getSuggestions']()['filter'](_0xcedddf=>_0xcedddf['isInContent']&&_0xcedddf['attributes']&&_0xcedddf['attributes']['tablePasteChainId']==_0x2f8810);_0x4ac3f9['length']&&_0x15b95d['getAllAdjacentSuggestions']()['length']!=_0x4ac3f9['length']&&_0x4ac3f9['reduce']((_0x576065,_0x13b58a)=>(_0x576065['next']=_0x13b58a,_0x13b58a['previous']=_0x576065,_0x13b58a));};function _0x3183c4(_0x369228,_0x1035f2=!0x0){const {id:_0xad93de}=_0xbe3677['_splitMarkerName'](_0x369228['markerName']),_0x2f6f84=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4e7351=_0xbe3677['activeMarkers']['includes'](_0x369228['markerName']);return _0x4e7351&&_0x2f6f84['push']('ck-suggestion-marker--active'),{'classes':_0x2f6f84,'attributes':{'data-suggestion':_0xad93de},'priority':_0x4e7351&&_0x1035f2?0xbc2:0xbb8};}_0xbe3677['on']('suggestionLoaded',_0x6ffa72,{'priority':'high'}),_0xbe3677['on']('suggestionUnloaded',_0x6ffa72,{'priority':'high'}),_0x5da2dc['model']['document']['registerPostFixer'](()=>{let _0x3790a8=!0x1;const _0x1d6b52=Array['from'](_0x5da2dc['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x489183,data:_0x196403}of _0x1d6b52){const {group:_0x280360,type:_0x2c2e45,id:_0x38a2d3}=_0xbe3677['_splitMarkerName'](_0x489183);if('suggestion'!=_0x280360||'deletion'!=_0x2c2e45||_0x196403['oldRange'])continue;if(!_0xbe3677['hasSuggestion'](_0x38a2d3))continue;const _0x419eab=_0xbe3677['getSuggestion'](_0x38a2d3)['getRanges'](),_0x11ff6e=_0x5da2dc['plugins']['get']('Users')['me'];for(const _0x3d3d58 of _0xbe3677['getSuggestions']()){if(!_0x3d3d58['isInContent']||_0x3d3d58['author']!=_0x11ff6e)continue;if('formatBlock'!=_0x3d3d58['type']||'tablePasteCell'!=_0x3d3d58['subType'])continue;if(_0x3d3d58['getRanges']()['every'](_0x58d3ec=>_0x419eab['some'](_0x4490af=>_0x4490af['containsRange'](_0x58d3ec,!0x0)))){for(const _0x2e7053 of _0x3d3d58['getAllAdjacentSuggestions']())_0x2e7053['isInContent']&&(_0x2e7053['discard'](),_0x3790a8=!0x0);}}}return _0x3790a8;}),_0x5da2dc['model']['document']['registerPostFixer'](_0x3b04d1=>{const _0x4c46b8=_0x5da2dc['commands']['get']('redo');if(!_0x4c46b8||!_0x4c46b8['_createdBatches']['has'](_0x3b04d1['batch']))return!0x1;let _0x4c0ff0=!0x1;const _0x498df6=_0x5da2dc['plugins']['get']('Users')['me'],_0x217d56=_0x5da2dc['model']['document']['differ']['getChanges'](),_0x54d5b0=Array['from'](_0x5da2dc['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x50b1c2,data:_0x312224})=>{const {group:_0x346e1b,subType:_0x27371a,authorId:_0x12a429}=_0xbe3677['_splitMarkerName'](_0x50b1c2);return'suggestion'==_0x346e1b&&'tablePaste'==_0x27371a&&_0x12a429==_0x498df6['id']&&!_0x312224['oldRange'];});for(const _0x3587d8 of _0x217d56){if('insert'!=_0x3587d8['type']||'tableCellSuggestion'!=_0x3587d8['name']||0x1!=_0x3587d8['length'])continue;const _0xc0a4ca=_0x3b04d1['createRange'](_0x3587d8['position'],_0x3587d8['position']['getShiftedBy'](0x1));if(!_0x54d5b0['find'](({data:_0x3457a5})=>_0x3457a5['newRange']['isEqual'](_0xc0a4ca))){for(const {name:_0x156596,data:_0x535f08}of _0x54d5b0)if(_0xc0a4ca['containsRange'](_0x535f08['newRange'])){_0x3b04d1['updateMarker'](_0x156596,{'range':_0xc0a4ca}),_0x4c0ff0=!0x0;break;}}}return _0x4c0ff0;}),_0x5da2dc['model']['document']['registerPostFixer'](_0x3d2dc5=>{let _0xf91b71=!0x1;const _0x33d518=_0x5da2dc['plugins']['get']('Users')['me'],_0xc67627=_0xbe3677['getSuggestions']()['filter'](_0x56d401=>_0x56d401['isInContent']&&_0x56d401['author']==_0x33d518),_0x863e72=new Set(),_0x1e006f=new Set();for(const _0x15ecfb of _0xc67627)if('tablePaste'==_0x15ecfb['subType'])for(const _0x155c25 of _0x15ecfb['getMarkers']()){const _0x539ee0=_0x155c25['getRange']()['getContainedElement']();if(_0x539ee0){if(_0x539ee0['is']('element','tableCellSuggestion')&&Pe(_0x539ee0)){_0x15ecfb['removeMarker'](_0x155c25['name']),_0x863e72['add'](_0x539ee0),_0xf91b71=!0x0;const _0x1cddf7=_0x539ee0['nextSibling'],_0x2324d7=_0x539ee0['previousSibling'],_0x17c82d=_0x1cddf7&&_0x1cddf7['is']('element','tableCellSuggestion'),_0x3ca5d3=_0x2324d7&&_0x2324d7['is']('element','tableCellSuggestion');_0x17c82d&&!_0x863e72['has'](_0x1cddf7)&&_0x1e006f['add'](_0x1cddf7),_0x3ca5d3&&!_0x863e72['has'](_0x2324d7)&&_0x1e006f['add'](_0x2324d7);}else _0x539ee0['is']('element','paragraph')&&_0x539ee0['isEmpty']&&(_0x15ecfb['removeMarker'](_0x155c25['name']),_0xf91b71=!0x0);}}else{if('tablePasteCell'==_0x15ecfb['subType']){if(!_0x15ecfb['attributes']||!_0x15ecfb['attributes']['tablePasteChainId'])continue;const _0x23613a=_0x15ecfb['attributes']['markerAttributes'];if(_0x23613a&&Object['keys'](_0x23613a)['length'])continue;const _0x4e5df0=_0x15ecfb['attributes']['tablePasteChainId'];let _0x5280da=!0x0,_0x535e05=!0x0;for(const _0x32748f of _0xc67627)if(_0x32748f['subType']&&_0x32748f['subType']['startsWith']('tablePaste')){if(!_0x32748f['attributes']['tablePasteChainId']){_0x535e05=!0x1;break;}if(_0x32748f['id']!=_0x15ecfb['id']&&_0x32748f['attributes']['tablePasteChainId']==_0x4e5df0){_0x5280da=!0x1;break;}}_0x535e05&&_0x5280da&&(_0x15ecfb['removeMarkers'](),_0xf91b71=!0x0);}}for(const _0x63d0b7 of _0x863e72)_0x3d2dc5['remove'](_0x63d0b7);for(const _0x5dea2 of _0x1e006f)_0x3d2dc5['unwrap'](_0x5dea2);return _0xf91b71;}),_0x5da2dc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x100229,_0x23924d)=>_0x3183c4(_0x100229),'converterPriority':'high'}),_0x5da2dc['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2dadca,_0x1a5b0d)=>_0x1a5b0d['options']['showSuggestionHighlights']?_0x3183c4(_0x2dadca,!0x1):null,'converterPriority':'high'});const _0x1bf837=_0x5da2dc['editing']['view'];this['listenTo'](_0x1bf837['document'],'clipboardOutput',(_0x48c16c,_0x2948e3)=>{const _0x234661=[];for(const _0x482b2a of _0x1bf837['createRangeIn'](_0x2948e3['content'])['getItems']())_0x482b2a['is']('element','suggestion-td')&&_0x234661['push'](_0x482b2a);_0x1bf837['change'](_0x387a3b=>{for(const _0x5f266f of _0x234661)_0x387a3b['move'](_0x387a3b['createRangeIn'](_0x5f266f),_0x387a3b['createPositionBefore'](_0x5f266f)),_0x387a3b['remove'](_0x5f266f);});});}}function Pe(_0x58b567){if(_0x58b567['isEmpty'])return!0x0;const _0x4d87a8=_0x58b567['getChild'](0x0);return _0x4d87a8['is']('element','paragraph')&&_0x4d87a8['isEmpty'];}function he(_0x233823,_0x37a3cd={},_0x4eec0d){for(const {isAnchor:_0x4b4587,cellHeight:_0x5d451b,cellWidth:_0x4cf054}of _0x4eec0d['createTableWalker'](_0x233823,{'includeAllSlots':!0x0,..._0x37a3cd}))if(!_0x4b4587||0x1!=_0x5d451b||0x1!=_0x4cf054)return!0x1;return!0x0;}class vt extends _0x2196b4{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x263f2c=this['editor']['plugins']['get']('TrackChangesEditing');_0x263f2c['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x263f2c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x263f2c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x263f2c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x263f2c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x263f2c['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0xa5b3e4,_0x53ee20){const _0x476a1d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5e7b6f=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x514707=_0x53ee20['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x51d0b7=_0x5e7b6f['getColumnGroupElement'](_0x514707);let _0x34123a=_0x51d0b7?_0x5e7b6f['getTableColumnsWidths'](_0x51d0b7):null,_0x30f72c=_0x514707['getAttribute']('tableWidth')||null;const _0x47de75=_0x53ee20['tableWidth']||_0x30f72c,_0x5309f8=_0x53ee20['columnWidths']||_0x34123a,_0x168190=this['editor']['plugins']['get']('Users')['me'];for(const _0x3d76a0 of _0x476a1d['getSuggestions']()){const _0x665a22=_0x3d76a0['getContainedElement']();if('resizeTable'===_0x3d76a0['subType']&&_0x665a22===_0x514707){_0x3d76a0['author']!==_0x168190&&_0x3d76a0['discard']();const _0x5b2711=_0x3d76a0['data']['commandParams'];_0x30f72c=_0x5b2711[0x0]['tableWidth'],_0x34123a=_0x5b2711[0x0]['columnWidths'];break;}}_0xa5b3e4({'table':_0x514707,'tableWidth':_0x47de75,'columnWidths':_0x5309f8}),_0x476a1d['markBlockFormat'](_0x514707,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x30f72c,'columnWidths':_0x34123a}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x34f80e){if('formatBlock'!=_0x34f80e['type']&&'formatInline'!=_0x34f80e['type'])return;const {data:_0x58848f}=_0x34f80e;if(_0x58848f&&'resizeTable'===_0x58848f['formatGroupId']){const _0xb66043='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0xb66043)};}}}class _t extends _0x2196b4{['afterInit'](){const _0x3ffe7a=this['editor'];_0x3ffe7a['plugins']['has']('Template')&&_0x3ffe7a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ct extends _0x2196b4{['afterInit'](){const _0x104470=this['editor'];if(!_0x104470['commands']['get']('insertTableOfContents'))return;_0x104470['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3d065e=_0x104470['plugins']['get']('TrackChangesEditing'),_0x3b1934=_0x104470['locale'];_0x3d065e['descriptionFactory']['registerElementLabel']('tableOfContents',_0x4a31c0=>o(_0x3b1934,'ELEMENT_TABLE_OF_CONTENTS',_0x4a31c0));}}class Dt extends _0x2196b4{['afterInit'](){const _0xec6906=this['editor'];if(!_0xec6906['plugins']['has']('Title'))return;const _0x1e902d=_0xec6906['plugins']['get']('TrackChangesEditing');_0x1e902d['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0xec6906['locale'],'ELEMENT_TITLE')),_0xec6906['model']['document']['registerPostFixer'](_0x456026=>{let _0x92d5c2=!0x1;const _0xb9b695=Array['from'](_0xec6906['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x54925c,data:_0x273e5e}of _0xb9b695){const {group:_0x49a5c9}=_0x1e902d['_splitMarkerName'](_0x54925c);if('suggestion'!==_0x49a5c9||!_0x273e5e['newRange'])continue;const _0x1f7963=_0x273e5e['newRange'],_0x1a48e5=_0x1f7963['end']['nodeBefore'];if(!_0x1a48e5||!_0x1a48e5['is']('element','title-content'))continue;if(!_0x1f7963['start']['isTouching'](_0x1f7963['end']))continue;const _0x1bb321=_0xec6906['model']['schema']['getNearestSelectionRange'](_0x1f7963['end'],'forward');if(_0x1bb321&&_0x1bb321['isCollapsed']){const _0x2989e7=_0x456026['createRange'](_0x1f7963['start'],_0x1bb321['start']);_0x2989e7['isEqual'](_0x1f7963)||(_0x456026['updateMarker'](_0x54925c,{'range':_0x2989e7}),_0x92d5c2=!0x0);}_0x92d5c2||(_0x456026['removeMarker'](_0x54925c),_0x92d5c2=!0x0);}return _0x92d5c2;});}}class Nt extends _0x2196b4{['afterInit'](){const _0x27851f=this['editor'],_0x14d13e=_0x27851f['plugins']['get']('TrackChangesEditing');_0x27851f['plugins']['has']('UndoEditing')&&(_0x14d13e['enableCommand']('undo'),_0x14d13e['enableCommand']('redo'));}}class Mt extends _0x2196b4{static get['requires'](){return[jt];}['afterInit'](){const _0x1c8167=this['editor'];if(!_0x1c8167['plugins']['has']('TableCaptionEditing'))return;_0x1c8167['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x2196b4{['tableProperties'];['tableCellProperties'];constructor(_0x1af972){super(_0x1af972),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 _0x4a36ce=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x55975b of this['tableProperties'])_0x4a36ce['enableCommand'](_0x55975b,(_0x3a9a26,_0x5a56d7)=>{const _0xdd74ef=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x55975b,[_0xdd74ef],this['tableProperties'],'tableProperties',_0x3a9a26,_0x5a56d7);});_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4a36ce['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x4007d0,_0x12989b)=>this['handleDiscardAction'](this['tableProperties'],_0x4007d0,_0x12989b)),_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x55c548 of this['tableCellProperties'])_0x4a36ce['enableCommand'](_0x55c548,(_0x300761,_0x4bbeba)=>{const _0x428785=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x55c548,_0x428785,this['tableCellProperties'],'tableCellProperties',_0x300761,_0x4bbeba);});_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4a36ce['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x38756f,_0x2e747)=>this['handleDiscardAction'](this['tableCellProperties'],_0x38756f,_0x2e747)),_0x4a36ce['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4a36ce['descriptionFactory']['registerDescriptionCallback'](_0x586f3c=>this['handleSuggestionDescription'](_0x586f3c));}['_handlePropertyChange'](_0x45f16b,_0x25ee59,_0x1dbce3,_0x142bdf,_0x4c835b,_0x3e7563){const _0x26227c=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3e7563['batch'],()=>{for(const _0x2f625f of _0x25ee59){if(this['_getSuggestion'](_0x2f625f,_0x142bdf))_0x4c835b(_0x3e7563);else{const _0x92f20c={};for(const _0xb19078 of _0x1dbce3){const _0x24d8fd=_0x2f625f['getAttribute'](_0xb19078);void 0x0!==_0x24d8fd&&(_0x92f20c[_0xb19078]=_0x24d8fd);}_0x4c835b(_0x3e7563),_0x26227c['markBlockFormat'](_0x2f625f,{'commandParams':[_0x92f20c]},[],_0x142bdf);}}});}['handleDiscardAction'](_0x4f6a71,_0x321dd0,_0x49a209){const _0x27e33b=_0x321dd0[0x0]['start']['nodeAfter'],_0xf6efba=_0x49a209['commandParams'][0x0];this['editor']['model']['change'](_0x550d8e=>{for(const _0x4cebf9 of _0x4f6a71)void 0x0!==_0xf6efba[_0x4cebf9]?_0x550d8e['setAttribute'](_0x4cebf9,_0xf6efba[_0x4cebf9],_0x27e33b):_0x550d8e['removeAttribute'](_0x4cebf9,_0x27e33b);});}['handleSuggestionDescription'](_0x156f9a){if(_0x156f9a['data'])switch(_0x156f9a['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'](_0x1629a0,_0x2f82cb){const _0x58dad8=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x327287 of _0x58dad8['getSuggestions']({'skipNotAttached':!0x0})){const _0xec3158=_0x327287['getContainedElement']();if(_0x327287['subType']===_0x2f82cb&&_0xec3158===_0x1629a0)return _0x327287;}return null;}}const m='$elementName';class p extends _0x2196b4{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x306231,_0x29f340,E,V,U,O,G,F,L,H,q,W,J,Q,X,Y,Z,tt,et,it,nt,st,ot,rt,at,ut,K,lt,ct,z,ue,ft,gt,mt,dt,pt,kt,bt,wt,yt,jt,St,At,Mt,It,vt,Ct,$t,_t,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}get['_descriptionFactory'](){return this['descriptionFactory'];}constructor(_0x118b27){function _0x13cc53(_0x1ee55a){return _0x1ee55a['map'](_0x36857f=>String['fromCharCode'](_0x36857f))['join']('');}super(_0x118b27),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2808a8,_0x2f80fc,_0x59408d,_0x4f7b80)=>{this['_model']['change'](()=>{for(const _0x4a2cb3 of[..._0x4f7b80,..._0x59408d])this['_model']['markers']['has'](_0x4a2cb3)&&_0x118b27['editing']['reconvertMarker'](_0x4a2cb3);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new xt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x118b27['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(),_0x118b27['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x118b27['config']['get']('trackChanges.trackFormatChanges'),_0x118b27['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x118b27['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x118b27,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x13cc53([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x13cc53([0x34,0x30,0x34,0x38,0x31,0x30,0x34,0x34]);}['init'](){const _0x2ec268=this['editor'],_0x203632=(_0x526004,_0x2badd9)=>{if('attribute'!=_0x526004)return'ck-suggestion-marker-'+_0x526004;const _0xc41369=_0x2badd9['split']('|')[0x0];return this['_isBlockAttribute'](_0xc41369)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x2ec268['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x27eb91=>{const {id:_0x1ff3e2,type:_0x247325,subType:_0x2b1363}=this['_splitMarkerName'](_0x27eb91['markerName']),_0xd2a501=['ck-suggestion-marker',_0x203632(_0x247325,_0x2b1363)];let _0x26719f=0xbb8;return this['activeMarkers']['includes'](_0x27eb91['markerName'])&&(_0xd2a501['push']('ck-suggestion-marker--active'),_0x26719f=0xbc2),'deletion'==_0x247325&&(_0x26719f+=0x5),{'classes':_0xd2a501,'attributes':{'data-suggestion':_0x1ff3e2},'priority':_0x26719f};}}),_0x2ec268['conversion']['for']('dataDowncast')['add'](_0x7f735a=>{_0x7f735a['on']('addMarker:suggestion',(_0xf717f,_0x3c96ac,_0x35c1f6)=>{if(!_0x35c1f6['options']['showSuggestionHighlights'])return;const _0x1a0c59=_0x3c96ac['item'];if(!_0x1a0c59)return;const _0x12aad0=_0x35c1f6['mapper']['toViewElement'](_0x1a0c59);_0x2ec268['model']['schema']['isObject'](_0x1a0c59)&&_0x12aad0&&!_0x12aad0['getCustomProperty']('widget')&&_0x12aad0['is']('containerElement')&&_0x3bf34d(_0x12aad0,_0x35c1f6['writer']);},{'priority':'high'});}),_0x2ec268['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x373c52,_0x3b2f93)=>{if(!_0x3b2f93['options']['showSuggestionHighlights'])return null;const {type:_0xbdac63,subType:_0x18c37e}=this['_splitMarkerName'](_0x373c52['markerName']);return{'classes':['ck-suggestion-marker',_0x203632(_0xbdac63,_0x18c37e)],'priority':0xbb8};}});const _0x387c9b=({showActiveMarkers:_0x48e0b3=!0x0,isAttributeSuggestion:_0x35b6cd=!0x1}={})=>(_0x2ef95c,_0x7fda30,_0x183ace)=>{if(!_0x7fda30['item'])return;const {id:_0x5ac5fe}=this['_splitMarkerName'](_0x7fda30['markerName']);if(_0x35b6cd){const _0x33873c=this['_suggestions']['get'](_0x5ac5fe),_0x2ee282=this['_getAttributeKey'](_0x33873c);if(!this['_isBlockAttribute'](_0x2ee282))return;}if(_0x7fda30['item']['is']('selection'))return void _0x183ace['consumable']['consume'](_0x7fda30['item'],_0x2ef95c['name']);const _0x1ee2b9=_0x183ace['mapper']['toViewElement'](_0x7fda30['item']);if(_0x7fda30['item']['is']('element')&&_0x2ec268['model']['schema']['isBlock'](_0x7fda30['item'])&&!_0x1ee2b9['getCustomProperty']('addHighlight')){_0x183ace['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1ee2b9),_0x183ace['writer']['setAttribute']('data-suggestion',_0x5ac5fe,_0x1ee2b9),_0x183ace['mapper']['bindElementToMarker'](_0x1ee2b9,_0x7fda30['markerName']),_0x48e0b3&&(this['activeMarkers']['includes'](_0x7fda30['markerName'])?_0x183ace['writer']['addClass']('ck-suggestion-marker--active',_0x1ee2b9):_0x183ace['writer']['removeClass']('ck-suggestion-marker--active',_0x1ee2b9));for(const _0x23acb9 of _0x2ec268['model']['createRangeIn'](_0x7fda30['item'])['getItems']())_0x183ace['consumable']['consume'](_0x23acb9,_0x2ef95c['name']);_0x183ace['consumable']['consume'](_0x7fda30['item'],_0x2ef95c['name']);}};_0x2ec268['conversion']['for']('dataDowncast')['add'](_0x419d3a=>{_0x419d3a['on']('addMarker:suggestion:formatBlock',(_0xd8a4d4,_0x387166,_0x5255ed)=>{_0x5255ed['options']['showSuggestionHighlights']&&_0x387c9b({'showActiveMarkers':!0x1})(_0xd8a4d4,_0x387166,_0x5255ed);},{'priority':'highest'});}),_0x2ec268['conversion']['for']('dataDowncast')['add'](_0x9c0ce3=>{_0x9c0ce3['on']('addMarker:suggestion:attribute',(_0x2368c6,_0xd2bb3d,_0x4b52ae)=>{_0x4b52ae['options']['showSuggestionHighlights']&&_0x387c9b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2368c6,_0xd2bb3d,_0x4b52ae);},{'priority':'highest'});}),_0x2ec268['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x1b4442,_0xefa14f)=>_0xefa14f['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x1b4442['substr'](0xb)}}),_0x2ec268['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xf482c5,{writer:_0x9862ac})=>{let _0x54353e='suggestion:'+_0xf482c5['getAttribute']('suggestion-type')+':'+_0xf482c5['getAttribute']('id');return _0xf482c5['getAttribute']('marker-count')&&(_0x54353e+=':'+_0xf482c5['getAttribute']('marker-count')),_0x9862ac['createElement']('$marker',{'data-name':_0x54353e});}}),_0x2ec268['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x2ec268['conversion']['for']('editingDowncast')['add'](_0x1ba0ef=>{_0x1ba0ef['on']('addMarker:suggestion:formatBlock',_0x387c9b(),{'priority':'high'});}),_0x2ec268['conversion']['for']('editingDowncast')['add'](_0x56e952=>{_0x56e952['on']('addMarker:suggestion:attribute',_0x387c9b({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x2ec268['conversion']['for']('editingDowncast')['add'](_0x53b750=>{_0x53b750['on']('removeMarker:suggestion:formatBlock',(_0x111b3b,_0x4b9767,_0x341553)=>{const _0x31def9=_0x341553['mapper']['markerNameToElements'](_0x4b9767['markerName']);if(_0x31def9){for(const _0x55d950 of _0x31def9)_0x55d950['getCustomProperty']('addHighlight')||(_0x341553['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x55d950),_0x341553['writer']['removeAttribute']('data-suggestion',_0x55d950),_0x341553['mapper']['unbindElementFromMarkerName'](_0x55d950,_0x4b9767['markerName']));}},{'priority':'high'});}),_0x2ec268['conversion']['for']('editingDowncast')['add'](_0x861c54=>{_0x861c54['on']('removeMarker:suggestion:attribute',(_0xda7f7a,_0x49039e,_0x19f0ac)=>{const _0x4809ce=_0x19f0ac['mapper']['markerNameToElements'](_0x49039e['markerName']);if(!_0x4809ce)return;const {id:_0x4f20f6}=this['_splitMarkerName'](_0x49039e['markerName']),_0x54cbf5=this['_suggestions']['get'](_0x4f20f6),_0x382ad5=this['_getAttributeKey'](_0x54cbf5);if(this['_isBlockAttribute'](_0x382ad5)){for(const _0x1cf0ec of _0x4809ce)_0x1cf0ec['getCustomProperty']('addHighlight')||(_0x19f0ac['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1cf0ec),_0x19f0ac['writer']['removeAttribute']('data-suggestion',_0x1cf0ec),_0x19f0ac['mapper']['unbindElementFromMarkerName'](_0x1cf0ec,_0x49039e['markerName']));}},{'priority':'high'});}),_0x2ec268['model']['document']['registerPostFixer'](_0x53ef7a=>{let _0x119463=!0x1;const _0x2980de=Array['from'](_0x2ec268['model']['document']['differ']['getChangedMarkers']()),_0x563662=new Set();for(const {name:_0x59c4a7,data:_0x395071}of _0x2980de){const {group:_0x1d499d,type:_0x39dd50,subType:_0x2cb50a,id:_0x477456}=this['_splitMarkerName'](_0x59c4a7);if('suggestion'!==_0x1d499d)continue;const _0xb3371f=this['_suggestions']['get'](_0x477456);if(null!=_0x395071['newRange']){'formatInline'==_0x39dd50&&(_0x119463=_0x119463||Et(_0x395071['newRange'],_0x59c4a7,_0x53ef7a,_0x2ec268['model']['schema']));const _0x1b5de2='attribute'==_0x39dd50&&this['_isBlockAttribute'](_0x2cb50a['split']('|')[0x0]);if(_0x395071['newRange']['isCollapsed']||'$graveyard'==_0x395071['newRange']['root']['rootName']||'formatBlock'==_0x39dd50&&!Ut(_0x395071['newRange'])||_0x1b5de2&&!Ut(_0x395071['newRange'])||'deletion'==_0x39dd50&&!(!Tt(_0x119349=_0x395071['newRange'])&&!function(_0x12348a){return _0x12348a['start']['parent']==_0x12348a['end']['nodeBefore']&&_0x12348a['start']['isAtEnd'];}(_0x119349)))_0x53ef7a['removeMarker'](_0x59c4a7),_0x119463=!0x0;else{if(!_0xb3371f||!_0xb3371f['isInContent'])continue;_0x563662['add'](_0xb3371f);}}}var _0x119349;return _0x563662['size']>0x0&&(_0x119463=!!this['_joinWithAdjacentSuggestions'](_0x563662)||_0x119463),_0x119463;}),_0x2ec268['model']['document']['registerPostFixer'](_0x4e9152=>{let _0x484e58=!0x1;for(const _0x4ccfda of _0x2ec268['model']['document']['differ']['getChanges']())if('insert'==_0x4ccfda['type'])for(const _0x572f8c of this['_suggestions']['values']()){if(_0x572f8c['isMultiRange']||!_0x572f8c['isInContent'])continue;const _0x382b39='formatBlock'==_0x572f8c['type'],_0x7d12bd=this['_getAttributeKey'](_0x572f8c),_0x3b9a44=_0x7d12bd&&this['_isBlockAttribute'](_0x7d12bd);if(!_0x382b39&&!_0x3b9a44)continue;const _0x4b9f9a=_0x572f8c['getFirstRange']();if(_0x4b9f9a['start']['parent']!=_0x4b9f9a['end']['parent']&&!_0x4b9f9a['end']['isAtEnd']){const _0x569c33=_0x2ec268['model']['createPositionAt'](_0x4b9f9a['start']['nodeAfter'],'end'),_0x3df140=_0x2ec268['model']['createRange'](_0x4b9f9a['start'],_0x569c33);_0x4e9152['updateMarker'](_0x572f8c['getFirstMarker'](),{'range':_0x3df140}),_0x484e58=!0x0;}}return _0x484e58;}),_0x2ec268['model']['document']['registerPostFixer'](_0x1347d5=>this['_processAttributeChanges'](_0x1347d5)),_0x2ec268['model']['document']['registerPostFixer'](_0x23d9a9=>!_0x23d9a9['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x23d9a9)),_0x2ec268['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x2ec268['model']['document']['on']('change:data',(_0xe38559,_0x5c835e)=>{if(!_0x5c835e['isLocal']||_0x5c835e['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x5b839f=_0x2ec268['model']['document']['differ']['getChanges']();if(0x0==_0x5b839f['length'])return;const _0x1bfd77=[],_0x31abc3=_0x5b839f['filter'](_0x1849f4=>'attribute'==_0x1849f4['type']),_0x4f1aa3=_0x5b839f['filter'](_0x5812fc=>'insert'==_0x5812fc['type']&&'$text'!=_0x5812fc['name']),_0x1c3962=_0x5b839f['filter'](_0x597fbc=>'remove'==_0x597fbc['type']&&'$text'!=_0x597fbc['name']);for(const _0x4f3ec4 of _0x31abc3)this['_isRegisteredAttribute'](_0x4f3ec4['attributeKey'])&&_0x1bfd77['push']({'key':_0x4f3ec4['attributeKey'],'newValue':_0x4f3ec4['attributeNewValue'],'oldValue':_0x4f3ec4['attributeOldValue'],'range':Ot(_0x4f3ec4['range'],_0x2ec268['model'])});for(const _0x3b0c86 of _0x4f1aa3){const _0x355e78=_0x1c3962['find'](_0x2fe037=>_0x2fe037['_element']===_0x3b0c86['_element']);if(_0x355e78){const _0x2ea28e=Ft(_0x3b0c86['position']['nodeAfter'],_0x2ec268['model']);_0x355e78['name']!==_0x3b0c86['name']&&_0x1bfd77['push']({'key':m,'newValue':_0x3b0c86['name'],'oldValue':_0x355e78['name'],'range':_0x2ea28e});for(const [_0x391770,_0x59997f]of _0x355e78['attributes']){if(!this['_isRegisteredAttribute'](_0x391770))continue;const _0x5edee4=_0x3b0c86['attributes']['get'](_0x391770);_0x59997f!==_0x5edee4&&_0x1bfd77['push']({'key':_0x391770,'newValue':_0x5edee4,'oldValue':_0x59997f,'range':_0x2ea28e});}for(const [_0x5b6bd7,_0x44e95a]of _0x3b0c86['attributes'])this['_isRegisteredAttribute'](_0x5b6bd7)&&(_0x355e78['attributes']['has'](_0x5b6bd7)||_0x1bfd77['push']({'key':_0x5b6bd7,'newValue':_0x44e95a,'oldValue':null,'range':_0x2ea28e}));}}0x0!=_0x1bfd77['length']&&_0x2ec268['model']['enqueueChange'](_0x5c835e,_0x4b39d3=>{const _0x3a0f35=_0x245371();for(const {range:_0x192229,key:_0x455303,oldValue:_0x23d7df,newValue:_0x1c76ba}of _0x1bfd77)this['markAttributeChange'](_0x192229,_0x455303,_0x23d7df,_0x1c76ba,{'groupId':_0x3a0f35});this['_reduceExistingSuggestions'](_0x4b39d3,_0x1bfd77);});},{'priority':'lowest'}),_0x2ec268['model']['markers']['on']('update:suggestion',(_0x413d4e,_0x4f692a,_0x3cea10)=>{if(null==_0x3cea10){const {id:_0x260c67}=this['_splitMarkerName'](_0x4f692a['name']),_0x547d63=this['_suggestions']['get'](_0x260c67);_0x547d63&&_0x547d63['addMarkerName'](_0x4f692a['name']);}}),_0x2ec268['model']['document']['on']('change:data',()=>{const _0x1b1805=Array['from'](_0x2ec268['model']['document']['differ']['getChangedMarkers']())['filter'](_0x11c047=>'suggestion'===this['_splitMarkerName'](_0x11c047['name'])['group']);if(0x0===_0x1b1805['length'])return;_0x1b1805['sort']((_0x564061,_0x27288f)=>{const _0x105907=_0x564061['data']['oldRange'],_0x1de1eb=_0x27288f['data']['oldRange'];return null===_0x105907&&null===_0x1de1eb?0x0:null===_0x105907&&null!==_0x1de1eb?-0x1:null!==_0x105907&&null===_0x1de1eb?0x1:_0x105907['start']['isBefore'](_0x1de1eb['start'])?-0x1:0x1;});const _0x4d3bbd=new Set(),_0x17c2bd=new Set();for(const {name:_0x20887a,data:_0x42b1c4}of _0x1b1805){const {id:_0x3cff77}=this['_splitMarkerName'](_0x20887a);if(null===_0x42b1c4['oldRange']){const _0x30004c=this['_handleNewSuggestionMarker'](_0x20887a);_0x17c2bd['add'](_0x30004c);}else{const _0x396ffc=this['_suggestions']['get'](_0x3cff77);null!==_0x42b1c4['newRange']||_0x396ffc['isInContent']?(_0x4d3bbd['add'](_0x396ffc['head']),_0x17c2bd['add'](_0x396ffc)):this['_removeSuggestion'](_0x396ffc);}}_0x17c2bd['size']>0x0&&this['_refreshSuggestionsChain'](_0x17c2bd);for(const _0x1936d1 of _0x4d3bbd)this['fire']('suggestionChanged',_0x1936d1);}),_0x2ec268['model']['on']('applyOperation',(_0x3484e5,_0x200581)=>{const _0x16f37b=_0x200581[0x0];if(!this['_suggestions']['size'])return;if(!_0x16f37b['isDocumentOperation'])return;if(_0x16f37b['batch']['isUndo']||!_0x16f37b['batch']['isLocal'])return;let _0x488aaa,_0x2d123a;switch(_0x16f37b['type']){case'insert':_0x488aaa=_0x2ec268['model']['createPositionAt'](_0x16f37b['position']),_0x2d123a=_0x488aaa['getShiftedBy'](_0x16f37b['howMany']);break;case'split':_0x488aaa=_0x2ec268['model']['createPositionAt'](_0x16f37b['splitPosition']),_0x2d123a=_0x2ec268['model']['createPositionAt'](_0x16f37b['moveTargetPosition']);break;case'move':_0x488aaa=_0x2ec268['model']['createPositionAt'](_0x16f37b['targetPosition']),_0x2d123a=_0x488aaa['getShiftedBy'](_0x16f37b['howMany']);break;default:return;}const _0x28ae18=_0x2ec268['model']['createRange'](_0x488aaa,_0x2d123a);_0x2ec268['model']['change'](()=>{for(const {suggestion:_0x4f3f6c,meta:_0x2fc6fa}of this['_findSuggestions'](_0x28ae18)){if(_0x4f3f6c['isMultiRange'])continue;if('formatInline'==_0x4f3f6c['type'])continue;const _0xcd62e9=this['_getAttributeKey'](_0x4f3f6c);if(_0xcd62e9&&this['_isBlockAttribute'](_0xcd62e9)&&'split'!=_0x16f37b['type'])continue;const _0x1147f8=_0x4f3f6c['data']&&_0x4f3f6c['data']['multipleBlocks'];('formatBlock'!=_0x4f3f6c['type']||'split'==_0x16f37b['type']&&!_0x1147f8)&&(_0x2fc6fa['containsRangeInObject']||'insertion'==_0x4f3f6c['type']&&_0x2fc6fa['isOwn']||_0x4f3f6c['getFirstRange']()['containsRange'](_0x28ae18)&&this['_breakSuggestionMarker'](_0x4f3f6c,_0x488aaa,_0x2d123a));}});},{'priority':'lowest'}),_0x2ec268['model']['on']('deleteContent',(_0x1adfb5,_0x1f121e)=>{const _0x3bb4dc=_0x1f121e[0x0],_0x567bc0=_0x1f121e[0x1];if(_0x567bc0&&_0x567bc0['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x3bb4dc['isCollapsed'])return;const _0x17ef40=_0x2ec268['model']['schema'],{start:_0xbd3718,end:_0x2e2065}=_0x3bb4dc['getFirstRange'](),_0x1b1b1f=_0xbd3718['nodeAfter']&&_0x17ef40['isLimit'](_0xbd3718['nodeAfter'])?null:_0x17ef40['getNearestSelectionRange'](_0xbd3718,'forward'),_0x53364d=_0x2e2065['nodeBefore']&&_0x17ef40['isLimit'](_0x2e2065['nodeBefore'])?null:_0x17ef40['getNearestSelectionRange'](_0x2e2065,'backward'),_0xe7dd95=_0x2ec268['model']['createRange'](_0x1b1b1f?_0x1b1b1f['start']:_0xbd3718,_0x53364d?_0x53364d['end']:_0x2e2065);_0x2ec268['model']['change'](_0x3e251c=>{this['markDeletion'](_0xe7dd95);const _0x136427=_0x2ec268['model']['schema']['getNearestSelectionRange'](_0xe7dd95['start']);_0x3bb4dc['is']('documentSelection')?_0x3e251c['setSelection'](_0x136427):_0x3bb4dc['setTo'](_0x136427);}),_0x1adfb5['stop']();},{'priority':_0x48fe90['normal']+0xa}),_0x2ec268['model']['on']('insertContent',(_0x566696,_0x3cce06)=>{const _0x894f3c=_0x3cce06[_0x3cce06['length']-0x1];_0x894f3c&&_0x894f3c['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x2ec268['model']['change'](()=>{let _0x1094f0=_0x2ec268['model']['insertContent'](_0x3cce06[0x0],_0x3cce06[0x1],_0x3cce06[0x2],{'forceDefaultExecution':!0x0});if(!_0x1094f0)return;_0x566696['return']=_0x1094f0['clone']();const _0x3bb366=_0x1094f0['end']['nodeBefore'],_0x12ed40=_0x2ec268['model']['schema'];_0x3bb366&&_0x12ed40['isBlock'](_0x3bb366)&&!_0x12ed40['isObject'](_0x3bb366)&&(_0x1094f0=_0x2ec268['model']['createRange'](_0x1094f0['start'],_0x2ec268['model']['createPositionAt'](_0x3bb366,'end'))),this['markInsertion'](_0x1094f0);}),_0x566696['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x267e07=new $(_0x2ec268,this['_suggestions']);_0x2ec268['commands']['add']('acceptSuggestion',_0x267e07),this['enableCommand']('acceptSuggestion');const _0x246bd7=new B(_0x2ec268,this['_suggestions']);_0x2ec268['commands']['add']('discardSuggestion',_0x246bd7),this['enableCommand']('discardSuggestion'),_0x2ec268['commands']['add']('acceptAllSuggestions',new x(_0x2ec268,_0x267e07,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x2ec268['commands']['add']('discardAllSuggestions',new x(_0x2ec268,_0x246bd7,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x2ec268['commands']['add']('acceptSelectedSuggestions',new R(_0x2ec268,_0x267e07,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x2ec268['commands']['add']('discardSelectedSuggestions',new R(_0x2ec268,_0x246bd7,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x683834=_0x2ec268['plugins']['get']('CommentsRepository');this['listenTo'](_0x683834,'addComment',(_0x4a8dd0,{threadId:_0x3770d4})=>{const _0x458405=this['_suggestions']['get'](_0x3770d4);_0x458405&&_0x458405['commentThread']&&0x1===_0x458405['commentThread']['length']&&this['_updateSuggestionData'](_0x3770d4,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x683834,'removeComment',(_0x4c7776,{threadId:_0x54e4e0})=>{const _0x48c726=this['_suggestions']['get'](_0x54e4e0);_0x48c726&&_0x48c726['commentThread']&&!_0x48c726['commentThread']['length']&&this['_updateSuggestionData'](_0x54e4e0,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x1b0eef){if(this['_adapter'])throw new _0x4a2b29('track-changes-adapter-already-set',this);this['_adapter']=_0x1b0eef;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2cbb52=!0x1,toJSON:_0x5e429e=!0x1}={}){const _0x1d8cb8=[];for(const _0x4da0fd of this['_suggestions']['values']())_0x2cbb52&&!_0x4da0fd['isInContent']||_0x1d8cb8['push'](_0x4da0fd);return _0x5e429e?_0x1d8cb8['map'](_0x307713=>_0x307713['toJSON']()):_0x1d8cb8;}['getSuggestion'](_0x34a512){const _0x19587b=this['_suggestions']['get'](_0x34a512);if(!_0x19587b)throw new _0x4a2b29('track-changes-suggestion-not-found',this);return _0x19587b;}['hasSuggestion'](_0x6bd9f1){return this['_suggestions']['has'](_0x6bd9f1);}['addSuggestionData'](_0x50a45d){const {authorId:_0xabc4b6,id:_0x51355c,attributes:_0x4d128f}=_0x50a45d,[_0x62dc2d,_0x6ea50b]=_0x50a45d['type']['split'](':'),_0x40852f=this['_suggestions']['get'](_0x51355c)||this['_createSuggestion'](_0x62dc2d,_0x6ea50b,_0x51355c,_0xabc4b6,_0x4d128f);if(this['_addThreadToSuggestion'](_0x40852f),this['_checkSuggestionCorrectness'](_0x40852f,_0x62dc2d,_0x6ea50b||null,_0xabc4b6),_0x40852f['createdAt']=_0x50a45d['createdAt'],_0x40852f['_isDataLoaded']=!0x0,_0x4d128f&&_0x4d128f['@external']){const _0x5ef644=_0x4d128f['@external'],_0x2928ef=this['_getExternalAuthor'](_0x5ef644['authorName']);_0x40852f['authoredAt']=_0x5ef644['createdAt'],_0x40852f['author']=_0x2928ef,_0x40852f['isExternal']=!0x0;}else _0x40852f['authoredAt']=_0x50a45d['createdAt'];switch(_0x50a45d['data']&&(_0x40852f['data']=_0x50a45d['data']),_0x50a45d['attributes']&&(_0x40852f['attributes']=_0x50a45d['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x40852f['_saved']=!0x0),this['_suggestionState']['get'](_0x40852f)){case'notReady':this['_suggestionState']['set'](_0x40852f,'dataReady');break;case'markerReady':_0x40852f['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x40852f])),this['_refreshSuggestionsChain'](new Set([_0x40852f])),this['_suggestionState']['set'](_0x40852f,'ready'),this['fire']('suggestionLoaded',_0x40852f)):this['_suggestionState']['set'](_0x40852f,'removed');}return _0x40852f;}['acceptSuggestion'](_0x171253){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5d6a0f of _0x171253['getAllAdjacentSuggestions']())_0x5d6a0f['accept']();});});}['discardSuggestion'](_0x342d81){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x364326 of _0x342d81['getAllAdjacentSuggestions']())_0x364326['discard']();});});}['enableCommand'](_0x4ef161,_0x4b823f){const _0x2eb8d3=this['editor']['commands']['get'](_0x4ef161);if(!_0x2eb8d3)throw new _0x4a2b29('track-changes-command-not-found',this,{'commandName':_0x4ef161});if(this['_enabledCommands']['has'](_0x2eb8d3))throw new _0x4a2b29('track-changes-enable-command-twice',this,{'commandName':_0x4ef161});this['_enabledCommands']['add'](_0x2eb8d3),_0x4b823f&&_0x2eb8d3['on']('execute',(_0x539ea7,_0x5d395f)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x5d395f['length']>0x0&&_0x5d395f[_0x5d395f['length']-0x1]&&_0x5d395f[_0x5d395f['length']-0x1]['forceDefaultExecution']?_0x5d395f['pop']():(_0x539ea7['return']=_0x4b823f((..._0x49d443)=>_0x2eb8d3['execute'](..._0x49d443,{'forceDefaultExecution':!0x0}),..._0x5d395f),_0x539ea7['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x1d5f1a){let _0x487370,_0x58c858;const _0x14e788=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x487370=_0x1d5f1a();}catch(_0x552326){_0x58c858=_0x552326;}return _0x14e788||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x58c858&&_0x4a2b29['rethrowUnexpectedError'](_0x58c858,this),_0x487370;}['markInsertion'](_0x2bb30c,_0x23228b=null,_0x55c2fb={}){if(_0x2bb30c['isCollapsed'])return null;const _0x2b679f=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3a8d2c,meta:_0x5a3386}of this['_findSuggestions'](_0x2bb30c,'insertion'))if(_0x5a3386['isOwn']){if(!_0x5a3386['isNextTo']){if(_0x5a3386['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x3a8d2c,_0x55c2fb))continue;return _0x3a8d2c;}if(Lt(_0x3a8d2c,_0x55c2fb))return _0x3a8d2c;this['_breakSuggestionMarker'](_0x3a8d2c,_0x2bb30c['start'],_0x2bb30c['end']);break;}if(_0x23228b==_0x3a8d2c['subType']&&Lt(_0x3a8d2c,_0x55c2fb)){const _0x146f01=_0x3a8d2c['getFirstRange']();return _0x146f01['start']['isEqual'](_0x2bb30c['end'])?this['_setSuggestionRange'](_0x3a8d2c,this['_model']['createRange'](_0x2bb30c['start'],_0x146f01['end'])):this['_setSuggestionRange'](_0x3a8d2c,this['_model']['createRange'](_0x146f01['start'],_0x2bb30c['end'])),_0x3a8d2c;}}const _0x33afa0=_0x245371(),_0x598fb6=_0x2b679f['id'],_0x2a2323=_0x23228b?'insertion:'+_0x23228b:'insertion',_0x1e2207=this['_setSuggestionData']({'id':_0x33afa0,'type':_0x2a2323,'createdAt':new Date(),'authorId':_0x598fb6,'attributes':_0x55c2fb});return this['_addSuggestionMarker'](_0x2a2323,_0x33afa0,_0x598fb6,_0x2bb30c),_0x1e2207;}['markMultiRangeInsertion'](_0x1854a9,_0xdcc7c4='multi',_0x102a40={}){const _0x3c3f10=this['editor']['plugins']['get']('Users')['me'],_0x332247=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xdcc7c4,'join');for(const _0x108cb0 of this['getSuggestions']())if(_0x108cb0['author']['id']==_0x3c3f10['id']&&'insertion'==_0x108cb0['type']&&_0x108cb0['subType']==_0xdcc7c4&&Lt(_0x108cb0,_0x102a40)&&(_0x332247(_0x108cb0['getRanges'](),_0x1854a9)||_0x332247(_0x1854a9,_0x108cb0['getRanges']()))){for(const _0x119c64 of _0x1854a9)_0x108cb0['addRange'](_0x119c64);return _0x108cb0;}for(const {suggestion:_0x3cd6f2,meta:_0x30df27}of this['_findSuggestions'](_0x1854a9,'insertion')){if(!_0x30df27['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x30df27['containsRangeInObject'])continue;if(!Lt(_0x3cd6f2,_0x102a40))continue;let _0x49f7fd=!0x0;for(const _0x543ba7 of _0x3cd6f2['getRanges']())for(const _0x1ae15e of _0x1854a9)if(!_0x543ba7['containsRange'](_0x1ae15e)){_0x49f7fd=!0x1;break;}if(_0x49f7fd)return _0x3cd6f2;}const _0x40058d=_0x245371(),_0x51d94a=_0x3c3f10['id'],_0x17584f='insertion:'+_0xdcc7c4,_0x11acf1=this['_setSuggestionData']({'id':_0x40058d,'type':_0x17584f,'createdAt':new Date(),'authorId':_0x51d94a,'attributes':_0x102a40});for(const _0x2b7e1f of _0x1854a9)this['_addSuggestionMarker'](_0x17584f,_0x40058d,_0x51d94a,_0x2b7e1f,u['getMultiRangeId']());return _0x11acf1;}['markInlineFormat'](_0x23e1ca,_0x2b515e,_0x45d9cc=null,_0x4a600d={}){if(_0x45d9cc=_0x45d9cc||Vt(_0x2b515e),_0x23e1ca['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5067f9=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x45d9cc,'accept');return this['forceDefaultExecution'](()=>_0x5067f9([_0x23e1ca],_0x2b515e,_0x4a600d)),null;}const _0x45c71f=this['editor']['plugins']['get']('Users')['me'],_0xca896d=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x476cdd,meta:_0x391b4c}of this['_findSuggestions'](_0x23e1ca,'insertion'))_0x391b4c['isOwn']&&!_0x391b4c['isInsideObject']&&_0xca896d['push'](..._0x476cdd['getRanges']());}const _0xe9bae0=function(_0x3f25d5,_0xecac41){const _0x41cc19=[];for(const _0x260def of _0xecac41){const _0x2cd31a=_0x3f25d5['getIntersection'](_0x260def);_0x2cd31a&&_0x41cc19['push'](_0x2cd31a);}return _0x41cc19;}(_0x23e1ca,_0xca896d),_0x6e2194=function(_0x4904e7,_0x13d769){const _0x2c63bd=[_0x4904e7];for(const _0x530f5b of _0x13d769){let _0x5e2d38=0x0;for(;_0x5e2d38<_0x2c63bd['length'];){const _0x3ad37c=_0x2c63bd[_0x5e2d38]['getDifference'](_0x530f5b);_0x2c63bd['splice'](_0x5e2d38,0x1,..._0x3ad37c),_0x5e2d38+=_0x3ad37c['length'];}}return _0x2c63bd;}(_0x23e1ca,_0xca896d);_0xe9bae0['length']&&this['_model']['change'](()=>{for(const _0x48ff7b of _0xe9bae0){const _0x11897c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x45d9cc,'accept');this['forceDefaultExecution'](()=>_0x11897c([_0x48ff7b],_0x2b515e,_0x4a600d));}});for(const _0x38727d of _0x6e2194){let _0x1032cc=null,_0x1d9188=_0x38727d['start'],_0x352242=_0x38727d['end'];for(const {suggestion:_0x2d1f9d,meta:_0x2d5fff}of this['_findSuggestions'](_0x38727d,'formatInline')){if(!_0x2d5fff['isOwn'])continue;if(_0x2d1f9d['subType']!=_0x45d9cc)continue;if(!Lt(_0x2d1f9d,_0x4a600d))continue;const _0x97cfab=_0x2d1f9d['getFirstRange']();if(_0x97cfab['containsRange'](_0x38727d,!0x0))return null;_0x1d9188=_0x1d9188['isBefore'](_0x97cfab['start'])?_0x1d9188:_0x97cfab['start'],_0x352242=_0x352242['isAfter'](_0x97cfab['end'])?_0x352242:_0x97cfab['end'],_0x1032cc?_0x97cfab['start']['isBefore'](_0x1032cc['getFirstRange']()['start'])?(_0x1032cc['removeMarkers'](),_0x1032cc=_0x2d1f9d):_0x2d1f9d['removeMarkers']():_0x1032cc=_0x2d1f9d;}const _0x358efc=this['_model']['createRange'](_0x1d9188,_0x352242);if(_0x1032cc)this['_setSuggestionRange'](_0x1032cc,_0x358efc);else{const _0x2b6d65=_0x245371(),_0x4ad810=_0x45c71f['id'];this['_setSuggestionData']({'id':_0x2b6d65,'type':'formatInline:'+_0x45d9cc,'data':_0x2b515e,'createdAt':new Date(),'authorId':_0x4ad810,'attributes':_0x4a600d}),this['_addSuggestionMarker']('formatInline:'+_0x45d9cc,_0x2b6d65,_0x4ad810,_0x358efc);}}return null;}['markBlockFormat'](_0x460f90,_0x109f20,_0x513681=[],_0x37be53=null,_0x5cdfb4={}){_0x109f20['formatGroupId']||(_0x109f20['formatGroupId']=_0x109f20['commandName']),_0x109f20['multipleBlocks']=_0x460f90['is']('range'),_0x37be53=_0x37be53||Vt(_0x109f20);const _0x236029=_0x513681['map'](_0x36aee2=>Ft(_0x36aee2,this['_model'])),_0x53c913=_0x460f90['is']('range')?_0x460f90:Ft(_0x460f90,this['_model']);if('never'===this['_trackFormatChanges']){const _0x235416=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x37be53,'accept');return this['forceDefaultExecution'](()=>_0x235416([_0x53c913],_0x109f20,_0x5cdfb4)),null;}_0x236029['push'](_0x53c913);let _0xfba71=!0x0;for(const _0x1f17a5 of _0x236029)if(!this['_rangeIsInLocalUserInsertion'](_0x1f17a5)){_0xfba71=!0x1;break;}if(_0xfba71&&'always'!==this['_trackFormatChanges']){const _0x3fa69e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x37be53,'accept');return this['forceDefaultExecution'](()=>_0x3fa69e([_0x53c913],_0x109f20,_0x5cdfb4)),null;}let _0x2fba4d=null,_0x2f8428=_0x53c913['start'],_0x3873c4=_0x53c913['end'];for(const {suggestion:_0x25e8f4,meta:_0x3ed247}of this['_findSuggestions'](_0x53c913,'formatBlock')){if(!_0x3ed247['isOwn'])continue;if(_0x3ed247['isNextTo']||_0x3ed247['containsRangeInObject']||_0x3ed247['isInsideObject'])continue;if(_0x25e8f4['data']['formatGroupId']!=_0x109f20['formatGroupId'])continue;if(!Lt(_0x25e8f4,_0x5cdfb4))continue;const _0x2e8c8a=_0x25e8f4['getFirstRange']();if(_0x25e8f4['subType']==_0x37be53){if(_0x2e8c8a['containsRange'](_0x53c913,!0x0))return null;_0x2f8428=_0x2f8428['isBefore'](_0x2e8c8a['start'])?_0x2f8428:_0x2e8c8a['start'],_0x3873c4=_0x3873c4['isAfter'](_0x2e8c8a['end'])?_0x3873c4:_0x2e8c8a['end'],_0x2fba4d?_0x2e8c8a['start']['isBefore'](_0x2fba4d['getFirstRange']()['start'])?(_0x2fba4d['removeMarkers'](),_0x2fba4d=_0x25e8f4):_0x25e8f4['removeMarkers']():_0x2fba4d=_0x25e8f4;}else{const _0x24d675=_0x53c913['getIntersection'](_0x2e8c8a);this['_cutOutSuggestionMarker'](_0x25e8f4,_0x24d675);}}const _0x50947b=this['editor']['plugins']['get']('Users')['me'],_0x5f36f5=_0x245371(),_0x129bb2=_0x50947b['id'];if(_0x2fba4d)return this['_setSuggestionRange'](_0x2fba4d,this['_model']['createRange'](_0x2f8428,_0x3873c4)),_0x2fba4d;{const _0x4a73fa=this['_setSuggestionData']({'id':_0x5f36f5,'type':'formatBlock:'+_0x37be53,'data':_0x109f20,'createdAt':new Date(),'authorId':_0x129bb2,'attributes':_0x5cdfb4});return this['_addSuggestionMarker']('formatBlock:'+_0x37be53,_0x5f36f5,_0x129bb2,this['_model']['createRange'](_0x2f8428,_0x3873c4)),_0x4a73fa;}}['markMultiRangeBlockFormat'](_0x2d2565,_0x441253,_0x43e5f1=[],_0x292e8b=null,_0x2b8d46={}){_0x441253['formatGroupId']||(_0x441253['formatGroupId']=_0x441253['commandName']);const _0x34bf7e=_0x2d2565[0x0];_0x441253['multipleBlocks']=_0x34bf7e['is']('range'),_0x292e8b=_0x292e8b||Vt(_0x441253);const _0x40b760=_0x43e5f1['map'](_0xb93533=>Ft(_0xb93533,this['_model'])),_0x337d91=_0x34bf7e['is']('range')?_0x2d2565:_0x2d2565['map'](_0x19c022=>Ft(_0x19c022,this['_model']));if('never'===this['_trackFormatChanges']){const _0x142f26=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x292e8b,'accept');return this['forceDefaultExecution'](()=>_0x142f26(_0x337d91,_0x441253,_0x2b8d46)),null;}_0x40b760['push'](..._0x337d91);let _0x393a06=!0x0;for(const _0x3efe5e of _0x40b760)if(!this['_rangeIsInLocalUserInsertion'](_0x3efe5e)){_0x393a06=!0x1;break;}if(_0x393a06&&'always'!==this['_trackFormatChanges']){const _0x30b9a3=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x292e8b,'accept');return this['forceDefaultExecution'](()=>_0x30b9a3(_0x337d91,_0x441253,_0x2b8d46)),null;}const _0x2c78bf=this['editor']['plugins']['get']('Users')['me'];for(const _0x40c93f of this['getSuggestions']()){if(_0x40c93f['author']['id']!=_0x2c78bf['id'])continue;if('formatBlock'!=_0x40c93f['type']||_0x40c93f['data']['formatGroupId']!=_0x441253['formatGroupId'])continue;if(!Lt(_0x40c93f,_0x2b8d46))continue;const _0x2b70ca=_0x40c93f['subType']==_0x292e8b;for(let _0x616164=0x0;_0x616164<_0x337d91['length'];_0x616164++){const _0x2c39f4=_0x337d91[_0x616164];for(const _0x24b931 of _0x40c93f['getMarkers']()){const _0x7ea9ba=_0x24b931['getRange']();if(_0x2c39f4['isEqual'](_0x7ea9ba)){_0x2b70ca?(_0x337d91['splice'](_0x616164,0x1),_0x616164--):_0x40c93f['removeMarker'](_0x24b931['name']);break;}}}}if(0x0==_0x337d91['length'])return null;const _0x559e81=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x292e8b,'join');for(const _0x24f6e9 of this['getSuggestions']())if(_0x24f6e9['author']['id']==_0x2c78bf['id']&&'formatBlock'==_0x24f6e9['type']&&_0x24f6e9['data']['formatGroupId']==_0x441253['formatGroupId']&&_0x24f6e9['subType']==_0x292e8b&&Lt(_0x24f6e9,_0x2b8d46)&&(_0x559e81(_0x24f6e9['getRanges'](),_0x337d91)||_0x559e81(_0x337d91,_0x24f6e9['getRanges']()))){for(const _0x85069d of _0x337d91)_0x24f6e9['addRange'](_0x85069d);return _0x24f6e9;}const _0x18864e=_0x245371(),_0x10a5a2=_0x2c78bf['id'],_0x47fe3c='formatBlock:'+_0x292e8b,_0x58dbb9=this['_setSuggestionData']({'id':_0x18864e,'type':_0x47fe3c,'data':_0x441253,'createdAt':new Date(),'authorId':_0x10a5a2,'attributes':_0x2b8d46});for(const _0x5451cf of _0x337d91)this['_addSuggestionMarker'](_0x47fe3c,_0x18864e,_0x10a5a2,_0x5451cf,u['getMultiRangeId']());return _0x58dbb9;}['markDeletion'](_0x21cd64,_0x5cead8=null,_0x26547d={}){if(_0x21cd64['isCollapsed'])return null;const _0x422583=this['editor']['plugins']['get']('Users')['me'],_0x5a488c=new _0x186ef9(_0x21cd64['start'],_0x21cd64['end']);for(const {suggestion:_0x19c48d,meta:_0x4a7d01}of this['_findSuggestions'](_0x5a488c,'insertion'))if(_0x4a7d01['isOwn']&&!_0x4a7d01['isNextTo']){if(_0x19c48d['isMultiRange']){const _0x111998=_0x19c48d['getRanges']()['filter'](_0x2cda80=>'$graveyard'!=_0x2cda80['root']['rootName']);_0x111998['every'](_0xa1d595=>_0x5a488c['containsRange'](_0xa1d595,!0x0))&&_0x19c48d['discard']();if(_0x111998['some'](_0x263080=>_0x263080['containsRange'](_0x5a488c,!0x0))){const _0x16429b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x5cead8,'accept');return this['forceDefaultExecution'](()=>_0x16429b([_0x5a488c],null,_0x26547d)),null;}}else{const _0xfabd9d=_0x5a488c['getIntersection'](_0x19c48d['getFirstRange']());null!==_0xfabd9d&&_0x19c48d['_onDiscard']([_0xfabd9d],null,_0x26547d);}}if(_0x5a488c['detach'](),_0x5a488c['isCollapsed']||'$graveyard'==_0x5a488c['root']['rootName'])return null;let _0x51285e=null,_0x4a2409=_0x5a488c['start'],_0x36503c=_0x5a488c['end'];const _0x48f8f4=this['_findSuggestions'](_0x5a488c,'deletion');for(const {suggestion:_0x308d4a,meta:_0x2d08bf}of _0x48f8f4){const _0x3e9548=this['_model']['createRange'](_0x4a2409,_0x36503c);if(_0x2d08bf['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2d08bf['containsRangeInObject']&&!_0x2d08bf['isInsideObject'])){if(_0x308d4a['isMultiRange']){if(!Lt(_0x308d4a,_0x26547d))continue;let _0x50f914=!0x0;for(const _0x19dc00 of _0x308d4a['getRanges']()){if(_0x19dc00['containsRange'](_0x3e9548,!0x0))return _0x308d4a;_0x3e9548['containsRange'](_0x19dc00)||(_0x50f914=!0x1);}_0x50f914&&_0x308d4a['discard']();}else{const _0x206d15=_0x308d4a['getFirstRange']();if(_0x206d15['containsRange'](_0x3e9548,!0x0))return _0x308d4a;if(!Lt(_0x308d4a,_0x26547d)){_0x3e9548['containsRange'](_0x206d15)?_0x308d4a['removeMarkers']():_0x206d15['containsPosition'](_0x4a2409)?_0x4a2409=_0x206d15['end']:_0x206d15['containsPosition'](_0x36503c)&&(_0x36503c=_0x206d15['start']);continue;}_0x4a2409=_0x4a2409['isBefore'](_0x206d15['start'])?_0x4a2409:_0x206d15['start'],_0x36503c=_0x36503c['isAfter'](_0x206d15['end'])?_0x36503c:_0x206d15['end'],_0x26547d=Object['assign']({},_0x308d4a['attributes']),_0x51285e?_0x206d15['start']['isBefore'](_0x51285e['getFirstRange']()['start'])?(_0x51285e['removeMarkers'](),_0x51285e=_0x308d4a):_0x308d4a['removeMarkers']():_0x51285e=_0x308d4a;}}}if(_0x51285e)return this['_setSuggestionRange'](_0x51285e,this['_model']['createRange'](_0x4a2409,_0x36503c)),_0x51285e;{const _0xef134a=_0x245371(),_0x97300c=this['_model']['createRange'](_0x4a2409,_0x36503c),_0xa9845e=_0x422583['id'],_0x508033=_0x5cead8?'deletion:'+_0x5cead8:'deletion',_0x4dbc88=this['_setSuggestionData']({'id':_0xef134a,'type':_0x508033,'createdAt':new Date(),'authorId':_0xa9845e,'attributes':_0x26547d});return this['_addSuggestionMarker'](_0x508033,_0xef134a,_0xa9845e,_0x97300c),_0x4dbc88;}}['markMultiRangeDeletion'](_0x1cb589,_0x1748b8='multi',_0x53b22c={}){const _0x43c65d=this['editor']['plugins']['get']('Users')['me'],_0x407f07=_0x1cb589['map'](_0x44f7e7=>new _0x186ef9(_0x44f7e7['start'],_0x44f7e7['end'])),_0x136125=new Set();for(const {suggestion:_0x434dd2,meta:_0x2a1d57}of this['_findSuggestions'](_0x407f07,'insertion'))_0x2a1d57['isOwn']&&!_0x2a1d57['isNextTo']&&_0x136125['add'](_0x434dd2);for(const _0xf66695 of _0x136125)if(_0xf66695['isMultiRange']){const _0x129ce8=_0xf66695['getRanges']();(!_0xf66695['attributes']||!_0xf66695['attributes']['skipNestingCheck'])&&(_0x129ce8['every'](_0x40aa9c=>_0x407f07['some'](_0x36a845=>_0x36a845['containsRange'](_0x40aa9c,!0x0)))&&_0xf66695['discard']());if(_0x407f07['every'](_0x33298e=>_0x129ce8['some'](_0x2f2340=>_0x2f2340['containsRange'](_0x33298e,!0x0)))){const _0x2a9d34=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1748b8,'accept');return this['forceDefaultExecution'](()=>_0x2a9d34(_0x1cb589,null,_0x53b22c)),null;}}else{const _0x270d47=_0xf66695['getFirstRange']();_0x407f07['some'](_0x32c548=>_0x32c548['containsRange'](_0x270d47,!0x0))&&_0xf66695['discard']();if(_0x407f07['every'](_0x18c17c=>_0x270d47['containsRange'](_0x18c17c,!0x0))){const _0x543c26=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1748b8,'accept');return this['forceDefaultExecution'](()=>_0x543c26(_0x407f07,null,_0x53b22c)),null;}}const _0x2e8274=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1748b8,'join');let _0x33a303=null;for(const _0xc8885f of this['getSuggestions']())if(_0xc8885f['author']['id']==_0x43c65d['id']&&_0xc8885f['isInContent']&&'deletion'==_0xc8885f['type']&&_0xc8885f['subType']==_0x1748b8&&Lt(_0xc8885f,_0x53b22c)&&(_0x2e8274(_0xc8885f['getRanges'](),_0x407f07)||_0x2e8274(_0x407f07,_0xc8885f['getRanges']()))){if(_0x33a303){if(_0xc8885f['commentThread']&&_0xc8885f['commentThread']['length'])continue;for(const _0x2b604c of _0xc8885f['getRanges']())_0x33a303['isIntersectingWithRange'](_0x2b604c)||_0x33a303['addRange'](_0x2b604c);_0xc8885f['removeMarkers']();}else{_0x33a303=_0xc8885f;for(const _0x42aa26 of _0x407f07)_0xc8885f['isIntersectingWithRange'](_0x42aa26)||_0xc8885f['addRange'](_0x42aa26);}}if(_0x33a303)return _0x33a303;_0x136125['clear']();for(const {suggestion:_0x128f4e,meta:_0x214398}of this['_findSuggestions'](_0x407f07,'deletion'))_0x214398['isOwn']&&(this['_mergeNestedSuggestions']||!_0x214398['containsRangeInObject']&&!_0x214398['isInsideObject'])&&Lt(_0x128f4e,_0x53b22c)&&_0x136125['add'](_0x128f4e);for(const _0x53a2d2 of _0x136125){const _0x355339=_0x53a2d2['getRanges']();if(!_0x53b22c||!_0x53b22c['skipNestingCheck']){if(_0x407f07['every'](_0x23ab21=>_0x355339['some'](_0x15feed=>_0x15feed['containsRange'](_0x23ab21,!0x0))))return _0x53a2d2;}(!_0x53a2d2['attributes']||!_0x53a2d2['attributes']['skipNestingCheck'])&&(_0x355339['every'](_0xee5fd1=>_0x407f07['some'](_0x45a976=>_0x45a976['containsRange'](_0xee5fd1,!0x0)))&&_0x53a2d2['discard']());}const _0x3714b3=_0x245371(),_0x36d027=_0x43c65d['id'],_0x53bf3d='deletion:'+_0x1748b8,_0x27ea92=this['_setSuggestionData']({'id':_0x3714b3,'type':_0x53bf3d,'createdAt':new Date(),'authorId':_0x36d027,'attributes':_0x53b22c});for(const _0x13f95c of _0x407f07)_0x13f95c['detach'](),_0x13f95c['isCollapsed']||'$graveyard'==_0x13f95c['root']['rootName']||this['_addSuggestionMarker'](_0x53bf3d,_0x3714b3,_0x36d027,_0x13f95c,u['getMultiRangeId']());return _0x27ea92;}['markAttributeChange'](_0xb44397,_0x478112,_0x40eef3,_0x47f553,_0x158afe){if(_0xb44397['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x22094e=this['editor']['plugins']['get']('Users')['me']['id'],_0x2707bb=Array['from'](this['_suggestions']['values']())['filter'](_0x5faced=>'attribute'==_0x5faced['type']&&_0x5faced['data']['key']==_0x478112&&_0x5faced['isIntersectingWithRange'](_0xb44397));if('default'===this['_trackFormatChanges']){const _0x25e6c5=this['_findSuggestions'](_0xb44397,'insertion')['filter'](({meta:_0x5ae889})=>_0x5ae889['isOwn']&&!_0x5ae889['isInsideObject']&&!_0x5ae889['isNextTo'])['map'](({suggestion:_0x48d8ea})=>_0x48d8ea);_0x2707bb['unshift'](..._0x25e6c5);}const _0x48b1ba=new Map([[_0xb44397,_0x40eef3]]);for(const _0x299a8f of _0x2707bb){const _0x47d92b='attribute'==_0x299a8f['type']?_0x299a8f['data']['oldValue']:void 0x0,_0x505fab=_0x299a8f['getFirstRange'](),_0x21f08b=Array['from'](_0x48b1ba['keys']())['find'](_0x7a237e=>_0x7a237e['isIntersecting'](_0x505fab));if(!_0x21f08b)continue;const _0x2ef4b1=_0x21f08b['getDifference'](_0x505fab);this['_isBlockAttribute'](_0x478112)&&'insertion'==_0x299a8f['type']&&0x0!=_0x2ef4b1['length']||(_0x48b1ba['delete'](_0x21f08b),_0x2ef4b1['forEach'](_0x55dce4=>{_0x48b1ba['set'](_0x55dce4,_0x40eef3);}),'insertion'!=_0x299a8f['type']&&_0x47d92b!=_0x47f553&&_0x48b1ba['set'](_0x21f08b['getIntersection'](_0x505fab),_0x47d92b));}const _0x315db7=[];for(const [_0x509fbf,_0x24d72a]of _0x48b1ba){const _0x57b632=_0x245371(),_0x5a1a58={'key':_0x478112,'oldValue':_0x24d72a,'newValue':_0x47f553};_0x478112['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':_0x478112});const _0x20cf1d=('attribute:'+(_0x478112+'|'+Vt({'newValue':_0x47f553})))['substring'](0x0,0x3c),_0x65672d=this['_setSuggestionData']({'id':_0x57b632,'type':_0x20cf1d,'data':_0x5a1a58,'createdAt':new Date(),'authorId':_0x22094e,'attributes':_0x158afe});_0x315db7['push'](_0x65672d),this['_addSuggestionMarker'](_0x20cf1d,_0x57b632,_0x22094e,_0x509fbf);}return _0x315db7;}['enableDefaultAttributesIntegration'](_0x524139){this['enableCommand'](_0x524139,(_0x4c0a86,..._0x669d50)=>{this['_recordAttributeChanges'](()=>{_0x4c0a86(..._0x669d50);});});}['registerBlockAttribute'](_0x194b7c){this['_blockAttributeKeys']['add'](_0x194b7c);}['registerInlineAttribute'](_0x146311){this['_inlineAttributeKeys']['add'](_0x146311);}['_getAttributeKey'](_0x471b8b){return'attribute'==_0x471b8b['type']?_0x471b8b['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x2a735e,_0x17d2e7){const _0x13cd8d=_0x2a735e['getFirstMarker']();this['_model']['change'](_0x5603fb=>{_0x5603fb['updateMarker'](_0x13cd8d,{'range':_0x17d2e7});});}['_addThreadToSuggestion'](_0x180974){const _0x2018e6=_0x180974['id'],_0x58d0b8=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2018e6)||this['_commentsRepository']['addCommentThread']({'channelId':_0x58d0b8,'threadId':_0x2018e6,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x140e74=this['_commentsRepository']['getCommentThread'](_0x2018e6);_0x140e74['unbind']('isRemovable'),_0x140e74['isRemovable']=!0x1,_0x180974['commentThread']=_0x140e74;}['_checkSuggestionCorrectness'](_0x3db30f,_0x2e0272,_0x5dbefb,_0x4cdf26){if(_0x3db30f['type']!=_0x2e0272||_0x3db30f['subType']!=_0x5dbefb||_0x3db30f['creator']['id']!=_0x4cdf26)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x4a2b29('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2c06e1,_0x215578){const _0x5eb42c=_0x2c06e1['getFirstRange']();if(_0x215578['isEqual'](_0x5eb42c))_0x2c06e1['removeMarkers']();else{if(_0x5eb42c['containsRange'](_0x215578)){const _0x1c7951=this['_model']['createPositionAt'](_0x215578['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2c06e1,this['_model']['createRange'](_0x5eb42c['start'],_0x1c7951));const _0x5d7c64=_0x245371(),_0x569f59=_0x2c06e1['creator']['id'],_0x10617d=_0x2c06e1['type']+':'+_0x2c06e1['subType'];this['_setSuggestionData']({'id':_0x5d7c64,'type':_0x10617d,'createdAt':new Date(),'authorId':_0x569f59,'data':_0x2c06e1['data'],'attributes':_0x2c06e1['attributes']});const _0x374660=this['_model']['createPositionAt'](_0x215578['end']['parent'],'after'),_0x90923f=this['_model']['createRange'](_0x374660,_0x5eb42c['end']);this['_addSuggestionMarker'](_0x10617d,_0x5d7c64,_0x569f59,_0x90923f);}else{if(_0x5eb42c['containsPosition'](_0x215578['start'])){const _0x1cc63d=this['_model']['createPositionAt'](_0x215578['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2c06e1,this['_model']['createRange'](_0x5eb42c['start'],_0x1cc63d));}else{const _0x40cf39=this['_model']['createPositionAt'](_0x215578['end']['parent'],'after');this['_setSuggestionRange'](_0x2c06e1,this['_model']['createRange'](_0x40cf39,_0x5eb42c['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x508dd3){for(const {suggestion:_0x1aab59,meta:_0x1fdc59}of this['_findSuggestions'](_0x508dd3,'insertion')){if(!_0x1fdc59['isOwn'])continue;const _0x35c57f=_0x1aab59['getRanges']();for(const _0x5a8b36 of _0x35c57f)if(!_0x508dd3['getDifference'](_0x5a8b36)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1427c5){const _0x3ee12a=this['editor']['plugins']['get']('Users')['getUser'](_0x1427c5);if(!_0x3ee12a)throw new _0x4a2b29('track-changes-user-not-found',this);return _0x3ee12a;}['_getExternalAuthor'](_0x3d138f){const _0x41dfbc=this['editor']['plugins']['get']('Users'),_0x78bb9a=_0x1e5c82('external:'+_0x3d138f),_0x519787=_0x41dfbc['getUser'](_0x78bb9a);return _0x519787||_0x41dfbc['addUser']({'id':_0x78bb9a,'name':_0x3d138f});}['_createSuggestion'](_0x4a26df,_0x7286e8,_0x254e90,_0x14ad4c,_0x4b7c83){const _0x2d1711=this['_getAuthorFromId'](_0x14ad4c),_0x3e1006=this['_suggestionFactory']['buildSuggestion'](_0x4a26df,_0x7286e8,_0x254e90,_0x2d1711,_0x4b7c83,_0x431d66=>{this['_updateSuggestionData'](_0x254e90,{'attributes':_0x431d66});const _0x29226c=this['getSuggestion'](_0x254e90);this['_joinWithAdjacentSuggestions'](new Set([_0x29226c])),this['_refreshSuggestionsChain'](new Set([_0x29226c]));});return this['listenTo'](_0x3e1006,'accept',()=>{this['_updateSuggestionData'](_0x254e90,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3e1006,'discard',()=>{this['_updateSuggestionData'](_0x254e90,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x254e90,_0x3e1006),this['_suggestionState']['set'](_0x3e1006,'notReady'),_0x3e1006;}['_splitMarkerName'](_0x44d2b4){const _0xdd9e68=_0x44d2b4['split'](':');return{'group':_0xdd9e68[0x0],'type':_0xdd9e68[0x1],'subType':_0xdd9e68['length']>=0x5?_0xdd9e68[0x2]:null,'id':_0xdd9e68['length']<0x5?_0xdd9e68[0x2]:_0xdd9e68[0x3],'authorId':_0xdd9e68['length']<0x5?_0xdd9e68[0x3]:_0xdd9e68[0x4],'markerCount':0x6==_0xdd9e68['length']?_0xdd9e68[0x5]:null};}['_breakSuggestionMarker'](_0x5ecaca,_0x406bb9,_0x59ef57){const _0x2b4ab4=_0x5ecaca['getFirstRange'](),_0x50495e=_0x2b4ab4['start'],_0x2c8ccf=_0x2b4ab4['end'];this['_setSuggestionRange'](_0x5ecaca,this['_model']['createRange'](_0x50495e,_0x406bb9));const _0x2d050e=_0x245371(),_0x421ab6=_0x5ecaca['creator']['id'],_0x3b8499=_0x5ecaca['type']+(_0x5ecaca['subType']?':'+_0x5ecaca['subType']:'');this['_setSuggestionData']({'id':_0x2d050e,'type':_0x3b8499,'createdAt':new Date(),'authorId':_0x421ab6,'originalSuggestionId':_0x5ecaca['id'],'attributes':_0x5ecaca['attributes'],'data':_0x5ecaca['data']});const _0x15602c=this['_getAttributeKey'](_0x5ecaca);('formatBlock'==_0x5ecaca['type']||_0x15602c&&this['_isBlockAttribute'](_0x15602c))&&(_0x59ef57=this['_model']['createPositionBefore'](_0x59ef57['parent'])),this['_addSuggestionMarker'](_0x3b8499,_0x2d050e,_0x421ab6,this['_model']['createRange'](_0x59ef57,_0x2c8ccf));}['_findSuggestions'](_0x25e08b,_0x20adc9=null){const _0x39d826=[],_0x462295=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x25e08b)||(_0x25e08b=[_0x25e08b]);for(const _0x1141bd of this['getSuggestions']()){if(!_0x1141bd['isInContent'])continue;if(_0x20adc9&&_0x1141bd['type']!=_0x20adc9)continue;let _0x5799d7=!0x1;for(const _0x2bcfe5 of _0x1141bd['getRanges']()){for(const _0x4a2779 of _0x25e08b){const _0x3a1da0=_0x4a2779['start']['isEqual'](_0x2bcfe5['end'])||_0x4a2779['end']['isEqual'](_0x2bcfe5['start']);if(_0x3a1da0||_0x4a2779['getIntersection'](_0x2bcfe5)){const _0x2f971c=_0x4a2779['containsRange'](_0x2bcfe5)&&Rt(this['_model']['schema'],_0x2bcfe5['start'],_0x4a2779),_0x1806a8=_0x2bcfe5['containsRange'](_0x4a2779)&&Rt(this['_model']['schema'],_0x4a2779['start'],_0x2bcfe5);_0x39d826['push']({'suggestion':_0x1141bd,'meta':{'isOwn':_0x462295==_0x1141bd['author'],'isNextTo':_0x3a1da0,'isInsideObject':_0x2f971c,'containsRangeInObject':_0x1806a8}}),_0x5799d7=!0x0;break;}}if(_0x5799d7)break;}}return _0x39d826;}['_addSuggestionMarker'](_0x4ef9f7,_0x280393,_0x152539,_0x225269,_0x424125){this['_model']['change'](_0xe02f37=>{let _0x6a3044='suggestion:'+_0x4ef9f7+':'+_0x280393+':'+_0x152539;_0x424125&&(_0x6a3044=_0x6a3044+':'+_0x424125),_0xe02f37['addMarker'](_0x6a3044,{'range':_0x225269,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x444265){const _0x49f209=_0x444265['previous'],_0xaf82c6=_0x444265['next'];_0x444265['previous']=null,_0x444265['next']=null,null!=_0x49f209&&_0x49f209['next']==_0x444265&&(_0x49f209['next']=_0xaf82c6),null!=_0xaf82c6&&_0xaf82c6['previous']==_0x444265&&(_0xaf82c6['previous']=_0x49f209),'ready'==this['_suggestionState']['get'](_0x444265)&&(this['_suggestionState']['set'](_0x444265,'removed'),this['fire']('suggestionUnloaded',_0x444265,_0x49f209,_0xaf82c6));}['_setSuggestionData'](_0x2556f5){const _0xd4c8f2=_0x2556f5['id'],_0x33f3e9=this['addSuggestionData'](_0x2556f5);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x34621a=this['editor']['plugins']['get']('PendingActions'),_0xf848b7=_0x33f3e9['hasComments'],_0x5469e1=_0x33f3e9['subType']?_0x33f3e9['type']+':'+_0x33f3e9['subType']:_0x33f3e9['type'],_0x58eb54=this['editor']['locale'],_0xe1bfa0=_0x34621a['add'](o(_0x58eb54,'PENDING_ACTION_SUGGESTION')),_0x522410={'id':_0xd4c8f2,'type':_0x5469e1,'hasComments':_0xf848b7,'data':_0x2556f5['data']||null,'originalSuggestionId':_0x2556f5['originalSuggestionId']||null,'attributes':_0x33f3e9['attributes']};this['_adapter']['addSuggestion'](_0x522410)['then'](_0x35d827=>{_0x33f3e9['_saved']=!0x0,_0x34621a['remove'](_0xe1bfa0),_0x35d827&&_0x35d827['createdAt']&&(this['_suggestions']['get'](_0xd4c8f2)['createdAt']=_0x35d827['createdAt']);})['catch'](_0x315c0b=>{throw _0x224652('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x33f3e9['discard']();}),_0x33f3e9['stopListening'](),this['_suggestions']['delete'](_0x33f3e9['id']),this['_suggestionState']['delete'](_0x33f3e9),_0x315c0b;});}return _0x33f3e9;}['_isBlockAttribute'](_0x2fc529){return this['_blockAttributeKeys']['has'](_0x2fc529);}['_updateSuggestionData'](_0x120b39,_0x2fd3b1){const _0x18e9f9=this['editor']['plugins']['get']('PendingActions'),_0x180109=this['getSuggestion'](_0x120b39);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x180109['_saved']){const _0x75e6dc=_0x18e9f9['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x120b39,_0x2fd3b1)['then'](()=>{_0x18e9f9['remove'](_0x75e6dc);});}else _0x180109['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x120b39,_0x2fd3b1);});}}['_getSuggestionData'](_0x104f56){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x4a2b29('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x104f56);}['_handleNewSuggestionMarker'](_0x575f26){const {id:_0x43a726,type:_0x34b890,subType:_0xe0d513,authorId:_0x1cde13}=this['_splitMarkerName'](_0x575f26),_0x1617f4=this['_suggestions']['get'](_0x43a726)||this['_createSuggestion'](_0x34b890,_0xe0d513,_0x43a726,_0x1cde13,{});switch(this['_checkSuggestionCorrectness'](_0x1617f4,_0x34b890,_0xe0d513,_0x1cde13),this['_suggestionState']['get'](_0x1617f4)){case'notReady':this['_getSuggestionData'](_0x43a726)['then'](_0x32c27f=>{let _0x3bc2ec=Promise['resolve']();_0x32c27f['hasComments']&&(_0x3bc2ec=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x43a726})),_0x3bc2ec['then'](()=>{this['addSuggestionData'](_0x32c27f)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1617f4,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x43a726,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1617f4,'ready'),this['fire']('suggestionLoaded',_0x1617f4);break;case'ready':this['fire']('suggestionChanged',_0x1617f4);}return _0x1617f4['addMarkerName'](_0x575f26),_0x1617f4;}['_refreshSuggestionsChain'](_0x2b8290){const _0x1a31db=Array['from'](_0x2b8290),_0xf1c7c9=_0x1a31db['filter'](_0x503568=>'attribute'==_0x503568['type']);this['_refreshAttributeSuggestionsChain'](_0xf1c7c9);const _0x17790e=_0x1a31db['filter'](_0xc4f9d6=>!_0xc4f9d6['isMultiRange']&&'attribute'!=_0xc4f9d6['type']),_0x4a00e0=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x26808a=>!_0x26808a['isMultiRange']&&'attribute'!=_0x26808a['type']),_0x505dfe=_0x4a00e0['filter'](_0x15c130=>!_0x2b8290['has'](_0x15c130)),_0x546686=new Map(_0x4a00e0['map'](_0x411adb=>[_0x411adb,this['_suggestionFactory']['getSuggestionCallback'](_0x411adb['type'],_0x411adb['subType'],'chain')])),_0x3d2fb8=new Map(_0x4a00e0['map'](_0x4e13d2=>[_0x4e13d2,_0x4e13d2['getFirstRange']()])),_0x3c9f7f=new Set(),_0x341268=new Set();for(let _0x3d1dcb=0x0;_0x3d1dcb<_0x17790e['length'];_0x3d1dcb++)_0x5a2e71(_0x17790e[_0x3d1dcb],_0x17790e,_0x3d1dcb+0x1);for(let _0x3e36bb=0x0;_0x3e36bb<_0x17790e['length'];_0x3e36bb++)_0x5a2e71(_0x17790e[_0x3e36bb],_0x505dfe,0x0);const _0x5abbf9=new Set();for(let _0x503aa3=0x0;_0x503aa3<_0x17790e['length'];_0x503aa3++){const _0x333283=_0x17790e[_0x503aa3];!_0x341268['has'](_0x333283)&&_0x333283['previous']&&(_0x5abbf9['add'](_0x333283['previous']),_0x333283['previous']['next']===_0x333283&&(_0x333283['previous']['next']=null),_0x333283['previous']=null),!_0x3c9f7f['has'](_0x333283)&&_0x333283['next']&&(_0x5abbf9['add'](_0x333283['next']),_0x333283['next']['previous']===_0x333283&&(_0x333283['next']['previous']=null),_0x333283['next']=null);}function _0x5a2e71(_0x35722b,_0x5d0237,_0x391d84){for(let _0x5901e3=_0x391d84;_0x5901e3<_0x5d0237['length'];_0x5901e3++){const _0x1eb827=_0x4df262(_0x35722b,_0x5d0237[_0x5901e3]);_0x1eb827&&(_0x1eb827[0x0]['next']=_0x1eb827[0x1],_0x1eb827[0x1]['previous']=_0x1eb827[0x0],_0x3c9f7f['add'](_0x1eb827[0x0]),_0x341268['add'](_0x1eb827[0x1]));}}function _0x4df262(_0x129538,_0x52066e){if(_0x129538['author']['id']!==_0x52066e['author']['id'])return null;const _0x5cde4d=_0x546686['get'](_0x129538)(_0x129538,_0x52066e,_0x3d2fb8['get'](_0x129538),_0x3d2fb8['get'](_0x52066e));if(!_0x5cde4d)return null;return _0x546686['get'](_0x52066e)(_0x129538,_0x52066e,_0x3d2fb8['get'](_0x129538),_0x3d2fb8['get'](_0x52066e))?_0x5cde4d[0x1]['commentThread']&&_0x5cde4d[0x1]['commentThread']['length']?null:_0x5cde4d:null;}_0x5abbf9['size']&&this['_refreshSuggestionsChain'](_0x5abbf9);}['_refreshAttributeSuggestionsChain'](_0x394d29){if(0x0==_0x394d29['length'])return;const _0x259a67=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x17df60=>'attribute'==_0x17df60['type']&&_0x17df60['_isDataLoaded']),_0x3dcba4=[],_0x217fde=new Map();for(const _0x352fbe of _0x259a67){const _0x315ae2=_0x1e5c82(_0x352fbe['attributes']);_0x217fde['has'](_0x315ae2)||(_0x217fde['set'](_0x315ae2,_0x3dcba4['length']),_0x3dcba4['push']([]));const _0x35ecd9=_0x217fde['get'](_0x315ae2);_0x3dcba4[_0x35ecd9]['push'](_0x352fbe);}!(function(){_0x3dcba4['sort']((_0x468a98,_0x4c0756)=>{const _0x547e48=_0x468a98[0x0]['createdAt'],_0x14ef5b=_0x4c0756[0x0]['createdAt'];return _0x547e48==_0x14ef5b?_0x468a98[0x0]['attributes']['groupId']<_0x4c0756[0x0]['attributes']['groupId']?-0x1:0x1:_0x547e48<_0x14ef5b?-0x1:0x1;});for(const _0x344ccc of _0x3dcba4)_0x344ccc['sort']((_0x5146df,_0x156094)=>_0x5146df['id']<_0x156094['id']?-0x1:0x1);}());for(let _0x2afe9e=0x0;_0x2afe9e<_0x3dcba4['length'];_0x2afe9e++){if(0x0==_0x3dcba4[_0x2afe9e]['length'])continue;const _0xbfe53=[];for(let _0x1f54dd=_0x2afe9e+0x1;_0x1f54dd<_0x3dcba4['length'];_0x1f54dd++)0x0!=_0x3dcba4[_0x1f54dd]['length']&&_0x3b2cce(_0x3dcba4[_0x2afe9e],_0x3dcba4[_0x1f54dd])&&_0xbfe53['push'](_0x1f54dd);for(const _0x558666 of _0xbfe53)_0x3dcba4[_0x2afe9e]=_0x3dcba4[_0x2afe9e]['concat'](_0x3dcba4[_0x558666]),_0x3dcba4[_0x558666]=[];}for(const _0x2b0471 of _0x3dcba4)for(let _0x211400=0x0;_0x211400<_0x2b0471['length'];_0x211400++)_0x2b0471[_0x211400]['next']=_0x2b0471[_0x211400+0x1]||null;for(const _0x69e3af of _0x3dcba4)for(let _0x1685bc=0x0;_0x1685bc<_0x69e3af['length'];_0x1685bc++)_0x69e3af[_0x1685bc]['previous']=_0x69e3af[_0x1685bc-0x1]||null;function _0x3b2cce(_0x2aa150,_0x383a06){if(_0x2aa150[0x0]['attributes']['groupId']!==_0x383a06[0x0]['attributes']['groupId']&&_0x2aa150[0x0]['author']!==_0x383a06[0x0]['author'])return!0x1;if(!function(_0x4882f0,_0x2e9ac0){if(!_0x4882f0['hasComments']&&!_0x2e9ac0['hasComments'])return!0x0;if(_0x4882f0['hasComments']&&_0x2e9ac0['hasComments'])return!0x1;if(_0x4882f0['hasComments']&&_0x2e9ac0['createdAt']<_0x4882f0['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x2e9ac0['hasComments']&&_0x4882f0['createdAt']<_0x2e9ac0['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x2aa150[0x0],_0x383a06[0x0]))return!0x1;const _0x56af58=Bt(_0x2aa150[0x0]['attributes'],'groupId'),_0x478985=Bt(_0x383a06[0x0]['attributes'],'groupId');if(!_0x277e2e(_0x56af58,_0x478985))return!0x1;return!!_0x2aa150['every'](_0x7fb522=>_0x383a06['some'](_0x4df7f0=>_0x7fb522['getFirstRange']()['isEqual'](_0x4df7f0['getFirstRange']())))&&_0x383a06['every'](_0x50ab1d=>_0x2aa150['some'](_0x387326=>_0x50ab1d['getFirstRange']()['isEqual'](_0x387326['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x1a8ae9){const _0xeead8e=Array['from'](_0x1a8ae9),_0x5543b7=this['getSuggestions']({'skipNotAttached':!0x0}),_0x16d36a=_0x5543b7['filter'](_0x1faa50=>!_0x1a8ae9['has'](_0x1faa50)),_0xaa5909=new Map(_0xeead8e['map'](_0x5a9539=>[_0x5a9539,this['_suggestionFactory']['getSuggestionCallback'](_0x5a9539['type'],_0x5a9539['subType'],'join')])),_0x2d5851=new Map(_0x5543b7['map'](_0x22a27d=>[_0x22a27d,_0x22a27d['getRanges']()]));for(let _0x2c6312=0x0;_0x2c6312<_0xeead8e['length'];_0x2c6312++){if(_0x4bdcb0(this,_0xeead8e[_0x2c6312],_0xeead8e,_0x2c6312+0x1))return!0x0;}for(let _0x1386e8=0x0;_0x1386e8<_0xeead8e['length'];_0x1386e8++){if(_0x4bdcb0(this,_0xeead8e[_0x1386e8],_0x16d36a,0x0))return!0x0;}return!0x1;function _0x4bdcb0(_0x47d10f,_0x4095ce,_0x1b228c,_0x2efa1c){for(let _0x8039d6=_0x2efa1c;_0x8039d6<_0x1b228c['length'];_0x8039d6++){const _0x2eda16=_0x1b228c[_0x8039d6];if(_0x2eda16['type']!==_0x4095ce['type']||_0x2eda16['author']['id']!==_0x4095ce['author']['id']||_0x2eda16['subType']!==_0x4095ce['subType'])continue;if(!Pt(_0x4095ce,_0x2eda16,['groupId']))continue;if('attribute'==_0x4095ce['type']&&_0x4095ce['data']['oldValue']!=_0x2eda16['data']['oldValue'])continue;if('attribute'==_0x4095ce['type']&&_0x47d10f['_isBlockAttribute'](_0x4095ce['data']['key']))continue;if('formatBlock'==_0x4095ce['type']){const _0x411311=_0x47d10f['editor']['model'],_0x43d92d=_0x4095ce['getContainedElement']();if(_0x43d92d&&(_0x411311['schema']['isObject'](_0x43d92d)||_0x411311['schema']['isLimit'](_0x43d92d)))continue;}const _0x4a31ca=_0xaa5909['get'](_0x4095ce),_0x1f8fda=_0x2d5851['get'](_0x4095ce),_0xe90bfd=_0x2d5851['get'](_0x2eda16),_0x3e1db0=_0x4095ce['commentThread']&&_0x4095ce['commentThread']['length'],_0x10c7ae=_0x2eda16['commentThread']&&_0x2eda16['commentThread']['length'];if(!_0x3e1db0&&_0x4a31ca(_0xe90bfd,_0x1f8fda))return _0x47d10f['_joinSuggestions'](_0x2eda16,_0x4095ce),_0x2d5851['delete'](_0x4095ce),!0x0;if(!_0x10c7ae&&_0x4a31ca(_0x1f8fda,_0xe90bfd))return _0x47d10f['_joinSuggestions'](_0x4095ce,_0x2eda16),_0x2d5851['delete'](_0x2eda16),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3ac3cd,_0x549bf5){if(_0x3ac3cd['isMultiRange']){for(const _0x2bdff4 of _0x549bf5['getRanges']())_0x3ac3cd['addRange'](_0x2bdff4);}else{const _0x1bb68d=_0x549bf5['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3ac3cd,this['_model']['createRange'](_0x3ac3cd['getFirstRange']()['start'],_0x1bb68d));}_0x549bf5['removeMarkers']();}['_getMarkerAnnouncementText'](_0x12dd8b,_0x9223a0){const _0x205bbe=_0x12dd8b['startsWith']('format')||_0x12dd8b['startsWith']('attribute')?'FORMATTING':_0x12dd8b['toUpperCase']();return o(this['editor']['locale'],_0x9223a0+'_'+_0x205bbe+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x253c62=this['editor'];if(!_0x253c62['ui'])return;const {ariaLiveAnnouncer:_0x586631}=_0x253c62['ui'];_0x5667a6(this['_model'],({left:_0xa029e,entered:_0x14fac9})=>{for(const _0x9daeaa of _0xa029e){const {group:_0x32dd65,type:_0x111d10}=this['_splitMarkerName'](_0x9daeaa['name']);if('suggestion'===_0x32dd65){_0x586631['announce'](this['_getMarkerAnnouncementText'](_0x111d10,'LEAVE'));break;}}for(const _0x260f9b of _0x14fac9){const {group:_0x462c00,type:_0x3764fe}=this['_splitMarkerName'](_0x260f9b['name']);if('suggestion'===_0x462c00){_0x586631['announce'](this['_getMarkerAnnouncementText'](_0x3764fe,'ENTER'));break;}}});}['_processAttributeChanges'](_0x4c7c96){if(this['_recordAttributeSuggestions'])return!0x1;const _0x5492d7=this['editor'],_0xa00493=_0x5492d7['model']['document']['differ']['getChanges']();if(0x0==_0xa00493['length'])return!0x1;const _0xf47638=[],_0x39ea68=_0xa00493['filter'](_0xc63639=>'attribute'==_0xc63639['type']),_0x2888e4=_0xa00493['filter'](_0x11519e=>'insert'==_0x11519e['type']&&'$text'!=_0x11519e['name']),_0x2cb7f0=_0xa00493['filter'](_0x1fbd89=>'remove'==_0x1fbd89['type']&&'$text'!=_0x1fbd89['name']);for(const _0x218cda of _0x39ea68)_0xf47638['push']({'key':_0x218cda['attributeKey'],'newValue':_0x218cda['attributeNewValue'],'oldValue':_0x218cda['attributeOldValue'],'range':Ot(_0x218cda['range'],_0x5492d7['model'])});for(const _0x2014c3 of _0x2888e4){const _0x30bc7f=_0x2cb7f0['find'](_0x6a523c=>_0x6a523c['position']['isEqual'](_0x2014c3['position']));_0x30bc7f&&_0xf47638['push']({'key':m,'newValue':_0x2014c3['name'],'oldValue':_0x30bc7f['name'],'range':_0x5492d7['model']['createRangeOn'](_0x2014c3['position']['nodeAfter'])});}return 0x0!=_0xf47638['length']&&this['_reduceExistingSuggestions'](_0x4c7c96,_0xf47638);}['_processAttributeSuggestions'](_0x2a8d38){let _0x20a02c=!0x1;const _0xaf42ba=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xa323af=>_0xa323af['data']['newRange']&&_0xa323af['name']['startsWith']('suggestion:attribute:'));for(const _0x2841ad of _0xaf42ba){const {subType:_0x4cf2c7,id:_0x4157e1}=this['_splitMarkerName'](_0x2841ad['name']),_0x5647f1=_0x4cf2c7['split']('|')[0x0];for(const _0x53a7c5 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x53a7c5['id']!=_0x4157e1&&'attribute'==_0x53a7c5['type']&&_0x53a7c5['data']&&_0x53a7c5['data']['key']==_0x5647f1&&_0x53a7c5['getFirstRange']()['isIntersecting'](_0x2841ad['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x53a7c5,_0x2841ad['data']['newRange'],_0x2a8d38),_0x20a02c=!0x0);}return _0x20a02c;}['_recordAttributeChanges'](_0x36cbb6){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x36cbb6();}['_isRegisteredAttribute'](_0x22f060){const _0x467dd0=this['_isBlockAttribute'](_0x22f060),_0x5ee905=this['_inlineAttributeKeys']['has'](_0x22f060);return _0x467dd0||_0x5ee905;}['_reduceExistingSuggestions'](_0x129c99,_0x581f3f){if(0x0==_0x581f3f['length'])return!0x1;let _0x38f2cf=!0x1;for(const _0x50ffe9 of _0x581f3f){const _0x30fbe7=this['_findSuggestions'](_0x50ffe9['range'],'attribute')['filter'](_0x451924=>!_0x451924['meta']['isNextTo'])['map'](_0x28bda5=>_0x28bda5['suggestion']),_0x5cd313=_0x1e5c82({'newValue':_0x50ffe9['newValue']});_0x30fbe7['filter'](_0x513e4b=>{const [_0x22141d,_0x1b107d]=_0x513e4b['subType']['split']('|');return _0x22141d==_0x50ffe9['key']&&_0x1b107d!=_0x5cd313;})['forEach'](_0x1c3de3=>{this['_reduceSuggestionAttributeRange'](_0x1c3de3,_0x50ffe9['range'],_0x129c99),_0x38f2cf=!0x0;});}return _0x38f2cf;}['_reduceSuggestionAttributeRange'](_0x232c17,_0x15c7ab,_0x1254f7){const _0x37d350=_0x232c17['getFirstRange']()['getDifference'](_0x15c7ab);0x0!==_0x37d350['length']?0x1!==_0x37d350['length']?this['_breakSuggestionMarker'](_0x232c17,_0x15c7ab['start'],_0x15c7ab['end']):this['_setSuggestionRange'](_0x232c17,_0x37d350[0x0]):_0x1254f7['removeMarker'](_0x232c17['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x294515){this['_editor']=_0x294515,this['_model']=_0x294515['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x2d5464,_0xe5c4ab,_0x4c0129,_0x34dd13,_0x54e2fc,_0x217435){return new u(this['_model'],{'type':_0x2d5464,'subType':_0xe5c4ab,'id':_0x4c0129,'author':_0x34dd13,'creator':_0x34dd13,'attributes':_0x54e2fc,'onAttributesChange':_0x217435,'onAccept':(..._0x1288e0)=>this['getSuggestionCallback'](_0x2d5464,_0xe5c4ab,'accept')(..._0x1288e0),'onDiscard':(..._0x1a02cd)=>this['getSuggestionCallback'](_0x2d5464,_0xe5c4ab,'discard')(..._0x1a02cd)});}['registerCustomCallback'](_0x453804,_0x582d87,_0x204a3e,_0x2208d6){const _0x4be18e=_0x453804+':'+_0x582d87+':'+_0x204a3e;this['_customCallbacks']['set'](_0x4be18e,_0x2208d6);}['getSuggestionCallback'](_0x8d6ff9,_0x313895,_0x1013f2){const _0x1d6e67=_0x8d6ff9+':'+_0x313895+':'+_0x1013f2;return this['_customCallbacks']['get'](_0x1d6e67)||this['_defaultCallbacks']['get'](_0x8d6ff9+':'+_0x1013f2);}['_registerDefaultCallbacks'](){const _0x49c58a=()=>!0x1,_0x254dba=_0x3d90b7=>{_0x3d90b7['sort']((_0x4d8d4e,_0x24ef36)=>_0x4d8d4e['start']['isBefore'](_0x24ef36['start'])?0x1:-0x1),this['_model']['change'](_0x4ca44f=>{for(const _0x2bd446 of _0x3d90b7){let _0x179b5c;_0x179b5c=_0x2bd446['end']['isAtEnd']&&_0x2bd446['end']['parent']==_0x2bd446['start']['nodeAfter']?_0x4ca44f['createSelection'](_0x2bd446['start']['nodeAfter'],'on'):_0x4ca44f['createSelection'](_0x2bd446),this['_model']['deleteContent'](_0x179b5c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x158414=(_0x290fa6,_0xdbaf3a)=>{_0xdbaf3a&&this['_model']['change'](_0x11a310=>{const {commandName:_0x8b20e4,commandParams:_0x5a30f3=[]}=_0xdbaf3a,_0x5943f1=_0x290fa6['map'](_0x3c03ef=>(Tt(_0x3c03ef)&&(_0x3c03ef=this['_model']['createRange'](_0x3c03ef['end'])),_0x3c03ef))['filter'](_0x35b42b=>'$graveyard'!==_0x35b42b['root']['rootName']);if(_0x5943f1['length']<0x1)return;const _0x393307=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x5c6c8c=>_0x186ef9['fromRange'](_0x5c6c8c));_0x11a310['setSelection'](_0x5943f1);for(const _0x204a79 of this['_editor']['commands']['commands']())_0x204a79['refresh']();_0x5a30f3['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x8b20e4,..._0x5a30f3);const _0x52ecb9=_0x393307['filter'](_0x1d5647=>'$graveyard'!=_0x1d5647['root']['rootName']);_0x52ecb9['length']>0x0&&_0x11a310['setSelection'](_0x52ecb9);for(const _0x241458 of _0x393307)_0x241458['detach']();});},_0x5179f8=(_0x30be1e,_0x49c00a)=>0x1==_0x30be1e['length']&&0x1==_0x49c00a['length']&&_0x30be1e[0x0]['end']['isEqual'](_0x49c00a[0x0]['start']),_0xb9ba3=(_0x22471c,_0x33c63c,_0x30f729,_0x476f40)=>Gt(_0x22471c,_0x33c63c,_0x30f729,_0x476f40,this['_model'])?[_0x22471c,_0x33c63c]:Gt(_0x33c63c,_0x22471c,_0x476f40,_0x30f729,this['_model'])?[_0x33c63c,_0x22471c]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x49c58a),this['_defaultCallbacks']['set']('insertion:discard',_0x254dba),this['_defaultCallbacks']['set']('insertion:join',_0x5179f8),this['_defaultCallbacks']['set']('insertion:chain',_0xb9ba3),this['_defaultCallbacks']['set']('deletion:accept',_0x254dba),this['_defaultCallbacks']['set']('deletion:discard',_0x49c58a),this['_defaultCallbacks']['set']('deletion:join',_0x5179f8),this['_defaultCallbacks']['set']('deletion:chain',_0xb9ba3),this['_defaultCallbacks']['set']('formatInline:accept',_0x158414),this['_defaultCallbacks']['set']('formatInline:discard',_0x49c58a),this['_defaultCallbacks']['set']('formatInline:join',_0x5179f8),this['_defaultCallbacks']['set']('formatInline:chain',_0x49c58a),this['_defaultCallbacks']['set']('formatBlock:accept',_0x158414),this['_defaultCallbacks']['set']('formatBlock:discard',_0x49c58a),this['_defaultCallbacks']['set']('formatBlock:join',_0x5179f8),this['_defaultCallbacks']['set']('formatBlock:chain',_0x49c58a),this['_defaultCallbacks']['set']('attribute:accept',_0x49c58a),this['_defaultCallbacks']['set']('attribute:discard',(_0x52a52d,_0x44d5fe)=>{if(!_0x44d5fe)return;const _0x3c14a9=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x1321a3=>{if(_0x44d5fe['key']==m)for(const _0x7f3009 of _0x52a52d){const _0x3932c7=_0x7f3009['start']['nodeAfter'],_0xe58911=_0x44d5fe['oldValue'];_0x1321a3['rename'](_0x3932c7,_0xe58911);}else{if(_0x3c14a9['_isBlockAttribute'](_0x44d5fe['key'])){for(const _0x480fad of _0x52a52d)void 0x0!==_0x44d5fe['oldValue']?_0x1321a3['setAttribute'](_0x44d5fe['key'],_0x44d5fe['oldValue'],_0x480fad['start']['nodeAfter']):_0x1321a3['removeAttribute'](_0x44d5fe['key'],_0x480fad['start']['nodeAfter']);}else{for(const _0x4350f5 of _0x52a52d)_0x44d5fe['oldValue']?_0x1321a3['setAttribute'](_0x44d5fe['key'],_0x44d5fe['oldValue'],_0x4350f5):_0x1321a3['removeAttribute'](_0x44d5fe['key'],_0x4350f5);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x5179f8);}}function Rt(_0x13cf4c,_0x89600f,_0x21b6f9){for(const _0x2965d8 of _0x89600f['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2965d8['root']==_0x2965d8)return!0x1;if(!_0x21b6f9['containsItem'](_0x2965d8))return!0x1;if(_0x13cf4c['isObject'](_0x2965d8)||_0x13cf4c['isLimit'](_0x2965d8))return!0x0;}return!0x1;}function Tt(_0x441fe5){return _0x441fe5['end']['parent']==_0x441fe5['start']['nodeAfter']&&_0x441fe5['end']['isAtStart'];}function Et(_0x3b4e3f,_0x24b40b,_0x2b2211,_0x138809){const _0x3c643f=_0x57754e=>!_0x57754e['item']['is']('$textProxy')&&!_0x138809['isObject'](_0x57754e['item']),_0x473592=_0x3b4e3f['start']['getLastMatchingPosition'](_0x3c643f),_0x19b307=_0x3b4e3f['end']['getLastMatchingPosition'](_0x3c643f,{'direction':'backward'});return(!_0x3b4e3f['start']['isEqual'](_0x473592)||!_0x3b4e3f['end']['isEqual'](_0x19b307))&&(_0x473592['isBefore'](_0x19b307)?_0x2b2211['updateMarker'](_0x24b40b,{'range':_0x2b2211['createRange'](_0x473592,_0x19b307)}):_0x2b2211['removeMarker'](_0x24b40b),!0x0);}function Vt(_0x5ca02f){return _0x1e5c82(_0x5ca02f);}function Ut(_0x5c4f6f){const _0xfa1758=_0x5c4f6f['start']['nodeAfter'];return _0xfa1758&&_0xfa1758['is']('element');}function Ot(_0x285057,_0x81e000){return null==_0x285057['end']['nodeBefore']&&_0x285057['end']['parent']==_0x285057['start']['nodeAfter']?Ft(_0x285057['start']['nodeAfter'],_0x81e000):_0x285057;}function Ft(_0x33e54c,_0x349c5e){const _0x3ffc36=_0x349c5e['schema']['isObject'](_0x33e54c)||_0x349c5e['schema']['isSelectable'](_0x33e54c);return _0x349c5e['createRange'](_0x349c5e['createPositionAt'](_0x33e54c,'before'),_0x3ffc36?_0x349c5e['createPositionAfter'](_0x33e54c):_0x349c5e['createPositionAt'](_0x33e54c,'end'));}function Gt(_0x4735a7,_0x499d1b,_0x4a091d,_0xa62a97,_0x591974){if(!Pt(_0x4735a7,_0x499d1b))return!0x1;if(_0x4a091d['end']['isEqual'](_0xa62a97['start']))return!0x0;if(_0x4735a7['type']!=_0x499d1b['type'])return!0x1;if(!_0x4a091d['end']['isTouching'](_0xa62a97['start']))return!0x1;const _0x32a4fa=_0x591974['createRange'](_0x4a091d['end'],_0xa62a97['start'])['getWalker']();for(const _0x303124 of _0x32a4fa)if(['elementStart','elementEnd']['includes'](_0x303124['type'])&&_0x591974['schema']['isLimit'](_0x303124['item']))return!0x1;return!0x0;}function Pt(_0x4af0f8,_0x16bb34,_0x1b8f6f=[]){return!(!_0x4af0f8['_isDataLoaded']||!_0x16bb34['_isDataLoaded'])&&_0x277e2e(Bt(_0x4af0f8['attributes'],_0x1b8f6f),Bt(_0x16bb34['attributes'],_0x1b8f6f));}function Lt(_0x10dd5d,_0x3f03f0){const _0x453c4f=Ht(_0x10dd5d['attributes']),_0x58fc6e=Ht(_0x3f03f0);if(!_0x10dd5d['_isDataLoaded'])return!0x1;for(const _0x3d9483 of Object['keys'](_0x58fc6e))if(!_0x277e2e(_0x453c4f[_0x3d9483],_0x58fc6e[_0x3d9483]))return!0x1;return!0x0;}function Ht(_0x4cd89e){const _0xc1c613=Object['assign']({},_0x4cd89e);return delete _0xc1c613['skipNestingCheck'],delete _0xc1c613['tablePasteChainId'],_0xc1c613;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x3e5667(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x327de3,_0x580ea5,_0x15a723,_0x12e62e){super(),this['model']=_0x580ea5,this['view']=_0x15a723,this['commentThreadController']=_0x12e62e,this['_editor']=_0x327de3,this['_acceptCommand']=_0x327de3['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x327de3['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x4a2c36,_0x34d2cd)=>_0x4a2c36||_0x34d2cd),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x27b201=>_0x27b201&&this['_editor']['model']['canEditAt'](_0x580ea5['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x598b93=>_0x598b93&&this['_editor']['model']['canEditAt'](_0x580ea5['getRanges']())),this['_pendingAction']=null,_0x15a723['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x15a723,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x15a723,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x15a723,'change:isDirty',()=>{_0x15a723['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 _0x27471f=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x27471f);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x5624ca{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x5fd4bf,_0x2370ef,_0x2be53e,_0x24689){super(_0x5fd4bf),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x2370ef['authoredAt']),this['bind']('authoredAt')['to'](_0x2370ef),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x2370ef,this['_localUser']=_0x2be53e,this['_config']=_0x24689,_0x24689['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x25f6af}=this['_config'];this['commentsListView']=new _0x25f6af(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',_0x533616=>_0x533616+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x1d69d2,_0x4d9fce)=>_0x1d69d2||!!_0x4d9fce);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1e0663}=this['_config'],_0x2ee2ee=new _0x1e0663(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3f8e1a=_0x2ee2ee['commentInputView'];return _0x2ee2ee['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3f8e1a,'value',(_0x2728bf,_0x191fc8,_0x205035)=>!!_0x205035||_0x2728bf&&!_0x191fc8),_0x3f8e1a['on']('submit',(_0x3ddfe7,_0x2f2ae4)=>{this['fire']('addComment',_0x2f2ae4),_0x3f8e1a['editor']['setData']('');}),_0x3f8e1a['on']('cancel',()=>this['focus']()),_0x3f8e1a['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2ee2ee;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x4da8d6,_0x472878,_0x2a2392,_0x5e8066){super(_0x4da8d6,_0x472878,_0x2a2392,_0x5e8066),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3ba1b1=>_0x3ba1b1&&_0x3ba1b1[0x0]?_0x3ba1b1[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x56fb2a,_0x2572e1)=>{let _0x3593eb='';for(const _0x5eb09b of _0x56fb2a)_0x3593eb+='<p>'+ds(_0x5eb09b['content'],_0x5eb09b['color'])+'</p>';return _0x2572e1?_0x3593eb:_0x594178(_0x3593eb,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x4da8d6,'Accept\x20suggestion'),_0x45c073['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x4da8d6,'Discard\x20suggestion'),_0x45c073['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x2a29bd(_0x4da8d6,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5ebd35=this['bindTemplate'],_0x392679=[{'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':_0x5ebd35['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5ebd35['to']('authoredAt',_0x37486a=>this['_config']['formatDateTime'](_0x37486a))}]}]},{'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']&&_0x392679['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x2e1682={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x5ebd35['if']('isActive','ck-suggestion-wrapper--active'),_0x5ebd35['to']('type',_0x81bbf2=>'ck-suggestion-'+_0x81bbf2),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':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x392679}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x2e1682['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)),_0x2e1682;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x1d93a7,_0x1ff987,_0x32a50a)=>{this['_descriptionElement']['innerHTML']=_0x32a50a;});}['_createButton'](_0x1f99e5,_0x5111d8,_0x3a7769,_0xad1bb9,_0x4de1be){const _0x5973ac=new _0x2b0fae(this['locale']);return _0x5973ac['set']({'label':_0x1f99e5,'icon':_0x5111d8,'tooltip':!0x0,'tooltipPosition':_0x4de1be}),_0x5973ac['extendTemplate']({'attributes':{'class':_0x3a7769}}),_0x5973ac['on']('execute',()=>{this['fire'](_0xad1bb9,this['_model']['id']);}),_0x5973ac;}['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;}}function ds(_0x38fa74,_0x190e34){let _0x493127='';return _0x493127+=_0x38fa74['split']('*')['map']((_0x36f235,_0x139e8a)=>_0x139e8a%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x36f235)+'</span>':us(_0x36f235))['join'](''),_0x190e34&&(_0x493127+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x190e34['value']+'\x22\x20title=\x22'+_0x190e34['title']+'\x22></span>'),_0x493127;}function us(_0x751630){const _0x26e621=document['createElement']('span');return _0x26e621['innerText']=_0x751630,_0x26e621['innerHTML'];}var ie='<!--\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 _0x2196b4{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x306231,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x1667af){super(_0x1667af),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x376e01=this['editor']['config'];_0x376e01['define']('trackChanges.SuggestionThreadView',ne),_0x376e01['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x376e01['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1c896c,_0x482f8a){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x54c840,_0x15c827]of this['_handleControllerBuffer']){const _0x4df84a=this['_suggestionToController']['has'](_0x54c840);_0x4df84a||_0x15c827?_0x4df84a&&_0x15c827&&this['_destroyController'](_0x54c840):this['_initializeController'](_0x54c840);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1c896c,_0x482f8a);}['init'](){const _0x4a4c39=this['editor'],_0x36ef88=_0x4a4c39['plugins']['get']('TrackChangesEditing'),_0x233d00=_0x4a4c39['plugins']['get']('Annotations'),_0x319753=_0x4a4c39['plugins']['get']('EditorAnnotations'),_0x5e335e=_0x4a4c39['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x319753['addSourceCollector'](()=>{const _0x1e2165=[];for(const [_0x522141,_0x4b9736]of Array['from'](this['_suggestionToController'])){const _0x15fd80=_0x522141['getAllAdjacentSuggestions'](),_0x24f8d4=[];for(const _0x54899e of _0x15fd80){if(!_0x54899e['isInContent'])continue;if(_0x54899e['isMultiRange']){_0x24f8d4['push'](..._0x54899e['getRanges']());continue;}const _0x43842a=_0x54899e['getFirstRange']();if(_0x24f8d4['length']>0x0){const _0x7a9ad6=_0x24f8d4[0x0]['getJoined'](_0x43842a);if(_0x7a9ad6){_0x24f8d4[0x0]=_0x7a9ad6;continue;}}_0x24f8d4['push'](_0x43842a);}_0x1e2165['push']([_0x4b9736['view'],_0x24f8d4]);}return _0x1e2165;}),this['listenTo'](_0x36ef88,'suggestionLoaded',(_0x1e44be,_0x3861e9)=>{this['listenTo'](_0x3861e9,'change:previous',(_0x6a1d4c,_0x447813,_0x4f2734,_0x4de6df)=>{_0x3861e9['isInContent']&&(null==_0x4f2734?(this['_updateController'](_0x4de6df['head']),this['_handleSuggestionControllerDelayed'](_0x3861e9,!0x1)):(this['_updateController'](_0x4f2734['head']),null==_0x4de6df&&this['_handleSuggestionControllerDelayed'](_0x3861e9,!0x0)));}),null!==_0x3861e9['previous']?this['_updateController'](_0x3861e9['head']):this['_handleSuggestionControllerDelayed'](_0x3861e9,!0x1);}),this['listenTo'](_0x36ef88,'suggestionUnloaded',(_0x32f4c8,_0x45f91d,_0x1db0cf)=>{this['stopListening'](_0x45f91d,'change:previous'),this['_handleControllerBuffer']['delete'](_0x45f91d),this['_suggestionToController']['has'](_0x45f91d)&&this['_destroyController'](_0x45f91d),_0x1db0cf&&this['_updateController'](_0x1db0cf['head']);}),this['listenTo'](_0x36ef88,'suggestionChanged',(_0x467e98,_0x4e5680)=>{this['_updateController'](_0x4e5680);}),this['listenTo'](_0x233d00,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x5e335e,'addComment',(_0x24dd7a,{threadId:_0xf9b6d2,isFromAdapter:_0x4c9263})=>{if(_0x4c9263||!_0x36ef88['hasSuggestion'](_0xf9b6d2))return;const _0x2d8462=_0x36ef88['getSuggestion'](_0xf9b6d2);this['_suggestionToController']['get'](_0x2d8462)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x2ec82c=this['editor']['plugins']['get']('Annotations'),_0x42b40b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x367f63=Array['from'](_0x2ec82c['activeAnnotations'],_0x5e6eac=>_0x5e6eac['innerView'])['filter'](_0x1583d6=>this['_viewToController']['has'](_0x1583d6)),_0x325b0c=[];for(const _0x1283a6 of _0x367f63){const _0x1b8bc4=this['_viewToController']['get'](_0x1283a6)['model']['getAllAdjacentSuggestions']();_0x325b0c['push'](..._0x1b8bc4['reduce']((_0x317b64,_0x479cf8)=>[..._0x317b64,..._0x479cf8['getMarkerNames']()],[]));}_0x42b40b['activeMarkers']=_0x325b0c;}['_addUIComponentsToFactory'](){const _0x1bda19=this['editor'],_0x531dbf=_0x1bda19['locale'],_0x27f379=o(_0x531dbf,'Track\x20changes'),_0xb9be66=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'label':_0x27f379,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x531dbf,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x531dbf,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x531dbf,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x531dbf,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x40db04 of _0xb9be66)if(ae(_0x40db04)){const _0x493284=_0x1bda19['commands']['get'](_0x40db04['model']['commandName']);_0x40db04['model']['bind']('isOn','isEnabled')['to'](_0x493284,'value','isEnabled');}_0x1bda19['ui']['componentFactory']['add']('trackChanges',_0x1f609f=>this['_createToolbarButton'](_0x1f609f,_0xb9be66,_0x27f379)),_0x1bda19['ui']['componentFactory']['add']('menuBar:trackChanges',_0x190397=>this['_createMenuBarMenu'](_0x190397,_0xb9be66,_0x27f379));}['_createToolbarButton'](_0x2794a5,_0x15af27,_0x5a7555){const _0x1fc94e=zt(_0x2794a5,Zt),_0x432a86=this['editor']['commands']['get']('trackChanges');_0x1fc94e['buttonView']['set']({'tooltip':_0x5a7555,'label':_0x5a7555,'icon':ie}),_0x1fc94e['buttonView']['bind']('isOn')['to'](_0x432a86,'value'),_0x1fc94e['buttonView']['on']('execute',()=>{_0x432a86['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x1fc94e,_0x15af27,{'role':'menu'});const _0x53e71d=[];for(const _0xe6b5fc of _0x15af27)ae(_0xe6b5fc)&&_0x53e71d['push'](this['editor']['commands']['get'](_0xe6b5fc['model']['commandName']));const _0x5a85a5=_0x1fc94e['buttonView'];return _0x5a85a5['actionView']['unbind']('isEnabled'),_0x5a85a5['arrowView']['unbind']('isEnabled'),_0x5a85a5['actionView']['bind']('isEnabled')['to'](_0x432a86,'isEnabled'),_0x5a85a5['arrowView']['bind']('isEnabled')['toMany'](_0x53e71d,'isEnabled',(..._0x2382eb)=>_0x2382eb['some'](_0x14c784=>_0x14c784)),_0x1fc94e['on']('execute',_0x4e8e8f=>{this['editor']['execute'](_0x4e8e8f['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x1fc94e;}['_createMenuBarMenu'](_0x48c3e0,_0xb56697,_0x1ba52f){const _0x3a5a74=new Kt(_0x48c3e0),_0x4f29c6=this['editor']['commands']['get']('trackChanges');_0x3a5a74['buttonView']['set']({'label':_0x1ba52f,'icon':ie});const _0x1e72b8=new Qt(_0x48c3e0);for(const _0x53bd6a of _0xb56697){if('separator'==_0x53bd6a['type']){_0x1e72b8['items']['add'](new Jt(_0x48c3e0));continue;}const _0x365431=new Xt(_0x48c3e0,_0x3a5a74),_0x391264=new Yt(_0x48c3e0),_0x4a3e13=_0x53bd6a['model'];_0x391264['bind'](...Object['keys'](_0x4a3e13))['to'](_0x4a3e13),_0x391264['delegate']('execute')['to'](_0x3a5a74),_0x391264['on']('execute',()=>{this['editor']['execute'](_0x4a3e13['commandName']),this['editor']['editing']['view']['focus']();}),_0x365431['children']['add'](_0x391264),_0x1e72b8['items']['add'](_0x365431);}return _0x3a5a74['bind']('isEnabled')['to'](_0x4f29c6,'isEnabled'),_0x3a5a74['panelView']['children']['add'](_0x1e72b8),_0x3a5a74;}['_initializeController'](_0x1439ed){const _0x4a61e2=this['editor'],_0x324720=_0x4a61e2['config'],_0x40ffbe=_0x4a61e2['plugins']['get']('Annotations'),_0x132a87=_0x4a61e2['plugins']['get']('CommentsRepository'),_0x1c1b76=_0x4a61e2['plugins']['get']('EditorAnnotations'),_0x154c13=_0x4a61e2['plugins']['get'](_0x306231)['me'],_0x4ed767=_0x324720['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x3b966f,CommentThreadInputView:_0x4517a0}=_0x4a61e2['plugins']['get']('CommentsUI');let _0x5bc422,_0xa6ff21;this['_annotationViews']['has'](_0x1439ed['id'])?(_0xa6ff21=this['_annotationViews']['get'](_0x1439ed['id']),_0x5bc422=_0xa6ff21['mainView']):(_0x5bc422=new _0x4ed767(_0x4a61e2['locale'],_0x1439ed,_0x154c13,{'disableComments':this['_disableComments'],'editorConfig':_0x324720['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x324720['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x324720['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x324720['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x19f402(_0x324720['get']('locale')),'CommentView':_0x324720['get']('comments')['CommentView'],'CommentsListView':_0x3b966f,'CommentThreadInputView':_0x4517a0}),_0x5bc422['acceptButton']['on']('execute',()=>{_0x4a61e2['editing']['view']['focus']();}),_0x5bc422['discardButton']['on']('execute',()=>{_0x4a61e2['editing']['view']['focus']();}),_0xa6ff21=_0x40ffbe['createAnnotationView'](this['editor']['locale'],_0x5bc422),_0xa6ff21['bind']('isDirty')['to'](_0x5bc422,'isDirty'),_0xa6ff21['bind']('length')['to'](_0x5bc422),_0xa6ff21['bind']('type')['to'](_0x5bc422,'type',_0x3b9e74=>'suggestion-'+_0x3b9e74),this['_annotationViews']['set'](_0x1439ed['id'],_0xa6ff21));const _0x6595d6=_0x132a87['createCommentThreadController'](_0x1439ed['commentThread'],_0x5bc422),_0x511ffd=new oe(_0x4a61e2,_0x1439ed,_0x5bc422,_0x6595d6),_0x28904c=_0x1439ed['getAllAdjacentSuggestions']()['filter'](_0x2f6c56=>_0x2f6c56['isInContent']);_0x5bc422['descriptionParts']=_0x4a61e2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x28904c),this['_suggestionToController']['set'](_0x1439ed,_0x511ffd),this['_viewToController']['set'](_0x5bc422,_0x511ffd);const _0x3dccfb=_0x40ffbe['createAnnotation']({'view':_0xa6ff21,'target':()=>{const _0x1c36b1=[],_0x81c706=_0x1439ed['getAllAdjacentSuggestions']()['filter'](_0x18348b=>_0x18348b['isInContent']);for(const _0x44ab0d of _0x81c706)_0x1c36b1['push'](..._0x44ab0d['getMarkers']());return _0x590fd1(_0x4a61e2['editing'],_0x1c36b1);},'type':()=>'suggestion-'+_0x511ffd['view']['type']});_0x132a87['_bindAnnotationToEditors'](_0x5bc422,_0x3dccfb),_0x40ffbe['add'](_0x3dccfb),_0x1c1b76['registerAnnotation'](_0x3dccfb);}['_destroyController'](_0x23c54a){const _0x1457a3=this['editor']['plugins']['get']('CommentsRepository'),_0x3e0653=this['editor']['plugins']['get']('Annotations'),_0x4fac40=this['_suggestionToController']['get'](_0x23c54a),_0xc7a1c=_0x4fac40['view'],_0x5800ba=_0x3e0653['getByInnerView'](_0xc7a1c);_0x1457a3['_unbindEditors'](_0xc7a1c),_0x5800ba&&_0x3e0653['remove'](_0x5800ba),this['_suggestionToController']['delete'](_0x23c54a),this['_viewToController']['delete'](_0xc7a1c),_0x4fac40['destroy']();}['_updateController'](_0x5eccce){if(!_0x5eccce['isInContent']||!this['_suggestionToController']['has'](_0x5eccce))return;const _0x4e88c5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x50dfae=this['_suggestionToController']['get'](_0x5eccce),_0x4d5ec2=_0x5eccce['getAllAdjacentSuggestions']();_0x50dfae['view']['descriptionParts']=_0x4e88c5['descriptionFactory']['getDescriptions'](_0x4d5ec2);}['destroy'](){for(const _0x557324 of this['_suggestionToController']['keys']())this['_destroyController'](_0x557324);for(const _0x39bf08 of this['_annotationViews']['values']())_0x39bf08['mainView']['destroy']();super['destroy']();}}function ae(_0xaab43f){return'model'in _0xaab43f;}class k extends _0x2196b4{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x4b32bc){this['editor']['plugins']['get'](p)['adapter']=_0x4b32bc;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x1ba83c){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x1ba83c);}['getSuggestions']({skipNotAttached:_0x2fee27=!0x1,toJSON:_0x3b61bd=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2fee27,'toJSON':_0x3b61bd});}['getSuggestion'](_0x22b422){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x22b422);}}const T=['Pagination'];class P extends _0x2196b4{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x2cf0f4=this['editor'];if(_0x2cf0f4['config']['define']('trackChangesData.editorCreator',_0x29f4da=>{const _0x116e89=_0x2cf0f4['model']['document']['getRootNames']()['reduce']((_0xd998d2,_0x4811e8)=>(_0xd998d2[_0x4811e8]='',_0xd998d2),{});return _0x2cf0f4['constructor']['create'](_0x116e89,_0x29f4da);}),'function'!=typeof _0x2cf0f4['config']['get']('trackChangesData')['editorCreator'])throw new _0x4a2b29('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x54a67d){return N(this['editor'],!0x0,_0x54a67d);}['getDataWithDiscardedSuggestions'](_0x1ebe97){return N(this['editor'],!0x1,_0x1ebe97);}}class D extends _0x2196b4{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x3944c7){super(_0x3944c7),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(_0x4b1822){return void 0x0!==_0x4b1822['getRootsAttributes'];}async function N(_0x400194,_0x3954b2,_0x3d0ab9){const _0x2b192f=_0x5a403f(_0x400194,T);_0x2b192f['plugins']['push'](p,D),_0x2b192f['rootsAttributes']=v(_0x400194)?_0x400194['getRootsAttributes']():void 0x0;const _0x318fe2=document['createDocumentFragment'](),_0x2bcb92=_0x400194['config']['get']('trackChangesData')['editorCreator'],_0x2a26e1=await _0x2bcb92(_0x2b192f,()=>function(_0x12d27c){const _0x909a0b=document['createElement']('div');return _0x12d27c['appendChild'](_0x909a0b),_0x909a0b;}(_0x318fe2));!function(_0x228f0e,_0x493a9f){const _0x34326d=_0x228f0e['model']['document']['getRootNames']()['reduce']((_0x5cb1eb,_0x599a9e)=>(_0x5cb1eb[_0x599a9e]=_0x228f0e['data']['get']({'rootName':_0x599a9e}),_0x5cb1eb),{}),_0x24c2fb=_0x228f0e['plugins']['get']('Users')['users']['map'](_0x2a5ca8=>({'id':_0x2a5ca8['id'],'name':_0x2a5ca8['name']})),_0x8636b3=_0x228f0e['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4501b0=_0x228f0e['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x513153=_0x493a9f['plugins']['get']('Users'),_0x2fd43e=_0x493a9f['plugins']['get']('TrackChangesEditing'),_0x468236=_0x493a9f['plugins']['get']('CommentsRepository');for(const _0x582339 of _0x24c2fb)_0x513153['getUser'](_0x582339['id'])||_0x513153['addUser'](_0x582339);_0x513153['me']||_0x513153['useAnonymousUser']();for(const _0x33566f of _0x8636b3)_0x2fd43e['addSuggestionData'](_0x33566f);for(const _0x6858c2 of _0x4501b0)_0x468236['addCommentThread'](_0x6858c2);_0x493a9f['data']['set'](_0x34326d);}(_0x400194,_0x2a26e1),_0x2a26e1['execute'](_0x3954b2?'acceptAllSuggestions':'discardAllSuggestions');const _0x6d62b8=v(_0x2a26e1)?_0x2a26e1['getFullData'](_0x3d0ab9):_0x2a26e1['data']['get'](_0x3d0ab9);return await _0x2a26e1['destroy'](),_0x6d62b8;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x2c17ec,PendingActions as _0x52fa42,icons as _0x1871cd}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4e6b6c,ObservableMixin as _0x14c229,uid as _0x3d4fba,insertToPriorityArray as _0x2ca2c4,priorities as _0x65bfcf,logWarning as _0x3abf77,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x4403fe,View as _0x1939ef,ButtonView as _0x5d0d42,ViewModel as te,createDropdown as zt,SplitButtonView as Zt,addListToDropdown as qt,MenuBarMenuView as Kt,MenuBarMenuListView as Qt,ListSeparatorView as Jt,MenuBarMenuListItemView as Xt,MenuBarMenuListItemButtonView as Yt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x23520c,hashObject as _0x5bf6d4,surroundingMarkersDetector as _0x34dbc9,trimHtml as _0x18f9c2,UserView as _0x1131fd,getDateTimeFormatter as _0x2f71d7,getAllMarkersDomElementsSorted as _0x2b9914,sanitizeEditorConfig as _0x5813f8}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x274ccb,LiveRange as _0x24b6fa,LivePosition as _0xb812aa}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x12e0bb,toWidget as _0x14861c}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x18bdb4,set as _0x3f13c9,isEqual as _0x456ee3,unset as _0x56bdbc,omit as Bt}from'lodash-es';import{Delete as _0x26dd9f,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x34e1f7,ShiftEnter as _0x3b6ddb}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x154b14,_0x4d407d){super(_0x154b14),this['_enabledCommands']=_0x4d407d,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 _0x3b850e of this['editor']['commands']['commands']())_0x3b850e['affectsData']&&!this['_enabledCommands']['has'](_0x3b850e)&&_0x3b850e['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x320fb9 of this['editor']['commands']['commands']())_0x320fb9['affectsData']&&!this['_enabledCommands']['has'](_0x320fb9)&&_0x320fb9['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x216ee2,_0x2009a5){super(_0x216ee2),this['_suggestions']=_0x2009a5,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x2dc690){const _0x333c8d=this['_suggestions']['get'](_0x2dc690);if(!_0x333c8d)throw new _0x4e6b6c('track-changes-accept-suggestion-not-found',this);const _0xf5b46a=_0x333c8d['getRanges']();this['editor']['model']['canEditAt'](_0xf5b46a)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x333c8d);}}class B extends ts{['_suggestions'];constructor(_0x2c7f58,_0x56fb6e){super(_0x2c7f58),this['_suggestions']=_0x56fb6e,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x3d56fe){const _0x414f7b=this['_suggestions']['get'](_0x3d56fe);if(!_0x414f7b)throw new _0x4e6b6c('track-changes-discard-suggestion-not-found',this);const _0x636861=_0x414f7b['getRanges']();this['editor']['model']['canEditAt'](_0x636861)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x414f7b);}}function ss(_0x5462aa){return _0x5462aa['sort']((_0x166261,_0x30e5df)=>'deletion'==_0x166261['type']&&'deletion'!=_0x30e5df['type']?-0x1:'deletion'!=_0x166261['type']&&'deletion'==_0x30e5df['type']?0x1:0x0);}function to(_0x109e1b,_0x21ee01){let _0x73c5c,_0x35a1ca=0x0;const _0x5b273d=[],_0x1e0ef1=_0x21ee01['schema'];for(;_0x35a1ca<_0x109e1b['length'];){const _0x856e99=_0x109e1b[_0x35a1ca],_0x47cdca=_0x109e1b[_0x35a1ca+0x1];_0x73c5c||(_0x73c5c=_0x21ee01['createPositionBefore'](_0x856e99)),co(_0x21ee01,_0x856e99,_0x47cdca)||(_0x5b273d['push'](_0x21ee01['createRange'](_0x73c5c,_0x1e0ef1['isObject'](_0x856e99)?_0x21ee01['createPositionAfter'](_0x856e99):_0x21ee01['createPositionAt'](_0x856e99,'end'))),_0x73c5c=null),_0x35a1ca++;}return _0x5b273d;}function co(_0x2965c7,_0x37c368,_0x389993){if(!_0x389993)return!0x1;const _0xb1fa28=_0x2965c7['createPositionAfter'](_0x37c368),_0x2319a0=_0x2965c7['createPositionBefore'](_0x389993);return _0xb1fa28['isTouching'](_0x2319a0);}function rs(_0x21c99d,_0x4afe6c,_0x5aeb57){for(;_0x5aeb57['length'];){const _0x38523a=_0x5aeb57['splice'](0x0,0x64);_0x21c99d['change'](()=>{for(const _0x4cabcb of _0x38523a)_0x4cabcb['isInContent']&&_0x4afe6c['execute'](_0x4cabcb['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x5ba267,_0xcc7869,_0xbedb76){super(_0x5ba267),this['_command']=_0xcc7869,this['_suggestions']=_0xbedb76,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0xfdb147=Array['from'](this['_suggestions']['values']())['some'](_0x13efbd=>_0x13efbd['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0xfdb147;}['execute'](){const _0x541eef=ss(Array['from'](this['_suggestions']['values']()));for(const _0x5d4a98 of _0x541eef){const _0x13054a=_0x5d4a98['getRanges']();if(!this['editor']['model']['canEditAt'](_0x13054a))return;}rs(this['editor']['model'],this['_command'],_0x541eef);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x1c5564,_0x435c72,_0x38b62d){super(_0x1c5564),this['_command']=_0x435c72,this['_suggestions']=_0x38b62d,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1752b6=this['editor']['model']['document']['selection'],_0x4b5fd3=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0xf3e0f5,_0x2e757b){const _0x2be959=Array['from'](_0xf3e0f5['getRanges']()),_0x3374cd=new Set();for(const _0x393d44 of _0x2e757b)if(_0x393d44['isInContent']){for(const _0x345d73 of _0x2be959)for(const _0x4c95ec of _0x393d44['getRanges']())(_0x345d73['isIntersecting'](_0x4c95ec)||_0xf3e0f5['isCollapsed']&&!_0x393d44['isMultiRange']&&_0x393d44['next']&&_0x4c95ec['end']['isTouching'](_0x345d73['start']))&&_0x3374cd['add'](_0x393d44);}return _0x3374cd;}(_0x1752b6,_0x4b5fd3),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x34652e=ss(Array['from'](this['_selectedSuggestions']));for(const _0x17861f of _0x34652e){const _0x5f3393=_0x17861f['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5f3393))return;}rs(this['editor']['model'],this['_command'],_0x34652e);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x14c229(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x4e8a43,_0x22eb50){super(),this['id']=_0x22eb50['id'],this['type']=_0x22eb50['type'],this['subType']=_0x22eb50['subType']||null,this['author']=_0x22eb50['author'],this['creator']=_0x22eb50['creator']||_0x22eb50['author'],this['isExternal']=Boolean(_0x22eb50['attributes']&&_0x22eb50['attributes']['@external']),this['data']=null,this['_model']=_0x4e8a43,this['_onAccept']=_0x22eb50['onAccept'],this['_onDiscard']=_0x22eb50['onDiscard'],this['_onAttributesChange']=_0x22eb50['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x22eb50['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 _0x42dbf0=this;for(;_0x42dbf0['previous'];)_0x42dbf0=_0x42dbf0['previous'];return _0x42dbf0;}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'](_0x1d94f6){this['_markerNames']['add'](_0x1d94f6);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2a7573=>this['_model']['markers']['get'](_0x2a7573))['filter'](_0xa25de0=>_0xa25de0);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x2bf630=>{for(const _0x44befe of this['getMarkers']())_0x2bf630['removeMarker'](_0x44befe);}),this['_markerNames']['clear']();}['removeMarker'](_0x306a04){this['_model']['change'](_0x57852e=>{_0x57852e['removeMarker'](_0x306a04);}),this['_markerNames']['delete'](_0x306a04);}['addRange'](_0x238f86){const _0x10dc40='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x10dc40),this['_model']['change'](_0x1c5903=>{_0x1c5903['addMarker'](_0x10dc40,{'range':_0x238f86,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x4a7d41){for(const _0x39f452 of this['getRanges']())if(_0x39f452['isIntersecting'](_0x4a7d41))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xa8b953=>_0xa8b953['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x394b37,_0x4d489d)=>[..._0x394b37,..._0x4d489d['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x5d9b35=this['getRanges']();if(0x1!=_0x5d9b35['length'])return null;const _0x21fc2d=_0x5d9b35[0x0],_0x843982=_0x21fc2d['start']['nodeAfter'],_0x3ade8f=_0x21fc2d['end']['nodeBefore'];return _0x843982 instanceof _0x274ccb?_0x843982!=_0x3ade8f?null:_0x843982: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 _0x4c1de0=[];let _0x2c1027=this['head'];for(;_0x2c1027;)_0x4c1de0['push'](_0x2c1027),_0x2c1027=_0x2c1027['next'];return _0x4c1de0;}['setAttribute'](_0x423cfe,_0x200fa6){const _0x490595=_0x18bdb4(this['attributes']);_0x3f13c9(_0x490595,_0x423cfe,_0x200fa6),_0x456ee3(_0x490595,this['attributes'])||(this['attributes']=_0x490595,this['_onAttributesChange'](_0x490595));}['removeAttribute'](_0xa8b64e){const _0x4c5aa4=_0x18bdb4(this['attributes']);_0x56bdbc(_0x4c5aa4,_0xa8b64e),_0x456ee3(_0x4c5aa4,this['attributes'])||(this['attributes']=_0x4c5aa4,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 _0x3d4fba()['substr'](0x1,0x5);}}function o(_0x37caa8,_0x4e9f12,_0x655e13){const t=_0x37caa8['t'];switch(_0x4e9f12){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',_0x655e13);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x655e13);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x655e13);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x655e13);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x655e13);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',_0x655e13);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x655e13);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',_0x655e13);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x655e13);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x655e13);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x655e13);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x655e13);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x655e13);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x655e13);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x655e13);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x655e13);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x655e13);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x655e13);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x655e13);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x655e13);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x655e13);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x655e13);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x655e13);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'},_0x655e13);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x655e13);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x655e13);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x655e13);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x655e13);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x655e13);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'},_0x655e13);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x655e13);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x655e13);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x655e13);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x655e13);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'},_0x655e13);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x655e13);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'},_0x655e13);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'},_0x655e13);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x655e13);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'},_0x655e13);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x655e13);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'},_0x655e13);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x655e13);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x655e13);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});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'},_0x655e13);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'},_0x655e13);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x4e9f12;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5ae463,_0x541e0a){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5ae463,this['_locale']=_0x541e0a;}['getDescriptions'](_0x48ad1f){const _0x3e30fb=[],_0xdac0d=new Set(),_0x1ad379=new Set();for(let _0x9cf8b9=0x0;_0x9cf8b9<_0x48ad1f['length'];_0x9cf8b9++){const _0x49fc84=_0x48ad1f[_0x9cf8b9];if(!_0x49fc84['isInContent'])continue;const _0x545154=this['_handleCustomCallbackDescription'](_0x49fc84);if(_0x545154){if(null!=_0x49fc84['subType']){if(_0xdac0d['has'](_0x49fc84['subType']))continue;_0xdac0d['add'](_0x49fc84['subType']);}_0x3e30fb['push'](_0x545154);}else{if('attribute'!=_0x49fc84['type'])'insertion'!=_0x49fc84['type']&&'deletion'!=_0x49fc84['type']||this['_handleInsertRemoveSuggestionDescription'](_0x3e30fb,_0x49fc84,_0x48ad1f[_0x9cf8b9+0x1]);else{const _0x87026a=_0x49fc84['data']['key'];if(_0x1ad379['has'](_0x87026a))continue;_0x1ad379['add'](_0x49fc84['data']['key']),_0x87026a==m?this['_handleRenameSuggestionDescription'](_0x3e30fb,_0x49fc84):this['_handleAttributeSuggestionDescription'](_0x3e30fb,_0x49fc84);}}}return this['_resolveDescriptionItems'](_0x3e30fb);}['registerDescriptionCallback'](_0x31f1a0){this['_customCallbacks']['push'](_0x31f1a0);}['registerElementLabel'](_0x4a4d9e,_0x282e9b,_0x240385=_0x65bfcf['normal']){'function'==typeof _0x4a4d9e?_0x2ca2c4(this['_itemLabelsCallbacks'],{'matchingCallback':_0x4a4d9e,'label':_0x282e9b,'priority':_0x240385}):this['_itemLabels']['set'](_0x4a4d9e,_0x282e9b);}['registerAttributeLabel'](_0x2e4fa6,_0x5d5e81){this['_attributeLabels']['set'](_0x2e4fa6,_0x5d5e81);}['getItemLabel'](_0x3fa423,_0x19d146=0x1){let _0x125be5;for(const _0x13b1fd of this['_itemLabelsCallbacks'])if(_0x13b1fd['matchingCallback'](_0x3fa423)){_0x125be5=_0x13b1fd['label'];break;}return _0x125be5||(_0x125be5=this['_itemLabels']['get'](_0x3fa423['name'])),_0x125be5?_0x125be5(_0x19d146):0x1!==_0x19d146?_0x19d146+'\x20'+_0x3fa423['name']+'s':''+_0x3fa423['name'];}['_addDescriptionItems'](_0xd7233e,_0x1e602a){const _0x2595f3=_0x1e602a['getFirstRange']()['getWalker'](),_0xeecb1b='insertion'==_0x1e602a['type']?'add':'remove';for(const _0x45c40b of _0x2595f3){const _0x2db2fc=_0x45c40b['item'],_0x79b272=_0xd7233e[_0xd7233e['length']-0x1];if(_0x2db2fc['is']('$textProxy'))_0x79b272&&_0x79b272['type']['indexOf']('Container')>-0x1&&_0xd7233e['pop'](),_0x79b272&&'text'==_0x79b272['type']?_0x79b272[_0xeecb1b]+=_0x2db2fc['data']:_0xd7233e['push']({'type':'text','add':'add'==_0xeecb1b?_0x2db2fc['data']:'','remove':'remove'==_0xeecb1b?_0x2db2fc['data']:''});else{if(this['_schema']['isObject'](_0x2db2fc)){const _0x461a36=_0x2db2fc;if(_0x79b272&&_0x79b272['type']['indexOf']('Container')>-0x1&&_0xd7233e['pop'](),'elementEnd'==_0x45c40b['type'])continue;_0x79b272&&_0x79b272['type']==_0xeecb1b+'Object'&&_0x79b272['element']['name']==_0x461a36['name']?_0x79b272['quantity']++:_0xd7233e['push']({'type':_0xeecb1b+'Object','element':_0x461a36,'quantity':0x1}),_0x2595f3['skip'](_0x2b1901=>!('elementEnd'==_0x2b1901['type']&&_0x2b1901['item']==_0x2db2fc));}else{if(this['_schema']['checkChild'](_0x2db2fc,'$text')||_0x2db2fc['is']('element','softBreak')){const _0xe43cb9=_0x2db2fc;if('add'==_0xeecb1b&&'elementStart'==_0x45c40b['type']||'remove'==_0xeecb1b&&'elementEnd'==_0x45c40b['type'])continue;if(_0x79b272&&-0x1==_0x79b272['type']['indexOf']('Container')){'text'==_0x79b272['type']&&(_0x79b272[_0xeecb1b]+='\x0a');continue;}let _0x11ea2a;if(_0x11ea2a='add'==_0xeecb1b?_0xe43cb9['nextSibling']&&!this['_schema']['isObject'](_0xe43cb9['nextSibling'])?_0xe43cb9['nextSibling']:null:_0xe43cb9['previousSibling']&&!this['_schema']['isObject'](_0xe43cb9['previousSibling'])?_0xe43cb9['previousSibling']:null,_0xe43cb9['isEmpty']||_0x11ea2a&&_0x11ea2a['isEmpty']){const _0x4ceedf=_0x11ea2a&&_0x11ea2a['isEmpty']?_0x11ea2a:_0xe43cb9;_0x79b272&&_0x79b272['type']==_0xeecb1b+'EmptyContainer'&&_0x79b272['element']['name']==_0x4ceedf['name']?_0x79b272['quantity']++:_0xd7233e['push']({'type':_0xeecb1b+'EmptyContainer','element':_0x4ceedf,'quantity':0x1});}else _0xd7233e['push']({'type':_0xeecb1b+'Container','element':_0xe43cb9});}}}}}['_resolveDescriptionItems'](_0x335cf3){const _0x1a5b2a=this['_locale'],_0x24fff3=[],_0x2eca10=[],_0x2c91ec=[];for(const _0xeb54f4 of _0x335cf3)switch(_0xeb54f4['type']){case'text':if(_0xeb54f4['add']=_0xeb54f4['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0xeb54f4['remove']=_0xeb54f4['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0xeb54f4['add']&&''!=_0xeb54f4['remove']){_0x24fff3['push']({'type':'replace','content':o(_0x1a5b2a,'REPLACE_TEXT',['\x22'+_0xeb54f4['remove']+'\x22','\x22'+_0xeb54f4['add']+'\x22'])});continue;}if(null!=_0xeb54f4['add']['match'](/^ +$/)){_0x24fff3['push']({'type':'insertion','content':o(_0x1a5b2a,'*Insert:*\x20%0',o(_0x1a5b2a,'ELEMENT_SPACE',_0xeb54f4['add']['length']))});continue;}if(null!=_0xeb54f4['remove']['match'](/^ +$/)){_0x24fff3['push']({'type':'deletion','content':o(_0x1a5b2a,'*Remove:*\x20%0',o(_0x1a5b2a,'ELEMENT_SPACE',_0xeb54f4['remove']['length']))});continue;}if(''!=_0xeb54f4['add']){_0x24fff3['push']({'type':'insertion','content':o(_0x1a5b2a,'*Insert:*\x20%0','\x22'+_0xeb54f4['add']+'\x22')});continue;}_0x24fff3['push']({'type':'deletion','content':o(_0x1a5b2a,'*Remove:*\x20%0','\x22'+_0xeb54f4['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x24fff3['push']({'type':'insertion','content':o(_0x1a5b2a,'*Insert:*\x20%0',this['getItemLabel'](_0xeb54f4['element'],_0xeb54f4['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x24fff3['push']({'type':'deletion','content':o(_0x1a5b2a,'*Remove:*\x20%0',this['getItemLabel'](_0xeb54f4['element'],_0xeb54f4['quantity']))});continue;case'addContainer':_0x24fff3['push']({'type':'insertion','content':o(_0x1a5b2a,'*Split:*\x20%0',this['getItemLabel'](_0xeb54f4['element'],_0xeb54f4['quantity']))});continue;case'removeContainer':_0x24fff3['push']({'type':'deletion','content':o(_0x1a5b2a,'*Merge:*\x20%0',this['getItemLabel'](_0xeb54f4['element'],_0xeb54f4['quantity']))});continue;case'addFormat':_0x2eca10['push'](_0xeb54f4['key']);continue;case'removeFormat':_0x2c91ec['push'](_0xeb54f4['key']);continue;default:_0x24fff3['push'](_0xeb54f4);}if(_0x2eca10['length']){const _0x1d3f38=_0x2eca10['map'](_0x1c84f6=>this['_attributeLabels']['has'](_0x1c84f6)?this['_attributeLabels']['get'](_0x1c84f6):_0x1c84f6)['join'](',\x20');_0x24fff3['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x1d3f38)});}if(_0x2c91ec['length']){const _0x3b370a=_0x2c91ec['map'](_0x3356e0=>this['_attributeLabels']['has'](_0x3356e0)?this['_attributeLabels']['get'](_0x3356e0):_0x3356e0)['join'](',\x20');_0x24fff3['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3b370a)});}return _0x24fff3;}['_handleCustomCallbackDescription'](_0xb396b9){for(const _0x1fba7b of this['_customCallbacks']){const _0x366a89=_0x1fba7b(_0xb396b9);if(_0x366a89&&'type'in _0x366a89)return _0x366a89;}}['_handleAttributeSuggestionDescription'](_0x2c4fad,_0x19213f){const _0x3d9b58=_0x19213f['data'],_0x1d3cf5=void 0x0===_0x3d9b58['newValue']?'removeFormat':'addFormat';_0x2c4fad['push']({'type':_0x1d3cf5,'key':_0x3d9b58['key']});}['_handleRenameSuggestionDescription'](_0x1696b6,_0x52f542){_0x1696b6['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x52f542['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x218243,_0x5e4c77,_0x36cc8f){if(this['_addDescriptionItems'](_0x218243,_0x5e4c77),_0x36cc8f&&_0x36cc8f['getFirstRange']()&&!_0x5e4c77['getFirstRange']()['end']['isEqual'](_0x36cc8f['getFirstRange']()['start'])){const _0x509e8a=_0x218243[_0x218243['length']-0x1],_0x2f2396='insertion'==_0x5e4c77['type']?'add':'remove';_0x509e8a&&'text'==_0x509e8a['type']&&(_0x509e8a[_0x2f2396]+='\x0a');}}}class E extends _0x2c17ec{['afterInit'](){const _0x53547c=this['editor'],_0x3257c8=_0x53547c['plugins']['get']('TrackChangesEditing');_0x53547c['commands']['get']('showAIAssistant')&&_0x3257c8['enableCommand']('showAIAssistant');}}class V extends _0x2c17ec{['afterInit'](){const _0x284da8=this['editor'],_0x47a082=_0x284da8['locale'];if(!_0x284da8['plugins']['has']('AlignmentEditing'))return;const _0x50d095=_0x284da8['plugins']['get']('TrackChangesEditing');_0x50d095['enableDefaultAttributesIntegration']('alignment'),_0x50d095['registerBlockAttribute']('alignment'),_0x50d095['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x47a082,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3722dc=this['editor'],_0x10e5ee=_0x3722dc['locale'];_0x3722dc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x51e751=>{if('formatBlock'!=_0x51e751['type'])return;const {data:_0x304bd1}=_0x51e751;if(_0x304bd1&&'alignment'==_0x304bd1['commandName']){const _0xefac62=_0x304bd1['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x10e5ee,'*Format:*\x20%0',function(_0x4e9933){switch(_0x4e9933){case'left':return o(_0x10e5ee,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x10e5ee,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x10e5ee,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x10e5ee,'FORMAT_JUSTIFY_TEXT');}}(_0xefac62))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x2c17ec{['afterInit'](){const _0x1a18f4=this['editor'],_0x474859=_0x1a18f4['plugins']['get']('TrackChangesEditing'),_0x560f99=_0x1a18f4['locale'];for(const _0x2f41d5 of ti){if(!_0x1a18f4['plugins']['has'](_0x2f41d5))continue;const _0x115527=_0x2f41d5['slice'](0x0,-0x7)['toLowerCase'](),_0x3ea7a7='FORMAT_'+_0x115527['toUpperCase']();_0x474859['enableDefaultAttributesIntegration'](_0x115527),_0x474859['registerInlineAttribute'](_0x115527),_0x474859['descriptionFactory']['registerAttributeLabel'](_0x115527,o(_0x560f99,_0x3ea7a7));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x32770f=this['editor'],_0x336d48=_0x32770f['locale'],_0x6fe9a=_0x32770f['plugins']['get']('TrackChangesEditing');function _0x1ef46c(_0x4335d9,_0x339a25){_0x6fe9a['descriptionFactory']['registerDescriptionCallback'](_0x205b32=>{if('formatInline'!=_0x205b32['type'])return;const {data:_0x1c5785}=_0x205b32;return _0x1c5785&&_0x1c5785['commandName']===_0x4335d9?_0x1c5785['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x336d48,'*Format:*\x20%0',_0x339a25)}:{'type':'format','content':o(_0x336d48,'*Remove\x20format:*\x20%0',_0x339a25)}:void 0x0;});}_0x1ef46c('bold',o(_0x336d48,'FORMAT_BOLD')),_0x1ef46c('italic',o(_0x336d48,'FORMAT_ITALIC')),_0x1ef46c('underline',o(_0x336d48,'FORMAT_UNDERLINE')),_0x1ef46c('code',o(_0x336d48,'FORMAT_CODE')),_0x1ef46c('strikethrough',o(_0x336d48,'FORMAT_STRIKETHROUGH')),_0x1ef46c('subscript',o(_0x336d48,'FORMAT_SUBSCRIPT')),_0x1ef46c('superscript',o(_0x336d48,'FORMAT_SUPERSCRIPT'));}}class O extends _0x2c17ec{['afterInit'](){const _0x313e5f=this['editor'],_0x4d9d34=_0x313e5f['locale'];if(!_0x313e5f['plugins']['has']('BlockQuoteEditing'))return;const _0x44d607=_0x313e5f['plugins']['get']('TrackChangesEditing'),_0x4f2dc8=this['editor']['commands']['get']('blockQuote');_0x44d607['enableCommand']('blockQuote',(_0x4133c3,_0x5b312f={})=>{const _0x12d989=this['editor']['model']['document']['selection'],_0x1446e0=_0x5b312f&&void 0x0!==_0x5b312f['forceValue']?_0x5b312f['forceValue']:!_0x4f2dc8['value'];let _0x72abf5=[];if(_0x1446e0){const _0xea3fd4=Array['from'](_0x12d989['getSelectedBlocks']())['filter'](_0x5622ef=>oo(_0x5622ef)||function(_0x5d2ccf,_0x2bd34b){const _0x460a79=_0x2bd34b['checkChild'](_0x5d2ccf['parent'],'blockQuote'),_0x1687e3=_0x2bd34b['checkChild'](['$root','blockQuote'],_0x5d2ccf);return _0x460a79&&_0x1687e3;}(_0x5622ef,this['editor']['model']['schema']));_0x72abf5=to(_0xea3fd4,_0x313e5f['model']);}else{const _0x3f1ad0=Array['from'](_0x12d989['getSelectedBlocks']())['filter'](_0x49ff34=>oo(_0x49ff34));_0x72abf5=to(_0x3f1ad0,_0x313e5f['model']);}_0x313e5f['model']['change'](()=>{for(const _0x12bce9 of _0x72abf5)_0x44d607['markBlockFormat'](_0x12bce9,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1446e0}]});});}),_0x44d607['descriptionFactory']['registerDescriptionCallback'](_0x27be3b=>{const {data:_0x2bb71e}=_0x27be3b;if(_0x2bb71e&&'blockQuote'==_0x2bb71e['commandName']){const _0x958362=o(_0x4d9d34,'ELEMENT_BLOCK_QUOTE');return _0x2bb71e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4d9d34,'*Set\x20format:*\x20%0',_0x958362)}:{'type':'format','content':o(_0x4d9d34,'*Remove\x20format:*\x20%0',_0x958362)};}});}}function oo(_0xf4a651){return'blockQuote'==_0xf4a651['parent']['name'];}class F extends _0x2c17ec{['afterInit'](){const _0x2da1f8=this['editor'];_0x2da1f8['plugins']['has']('CaseChange')&&(_0x2da1f8['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x2da1f8['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x2da1f8['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class G extends _0x2c17ec{['afterInit'](){const _0x5717aa=this['editor'];_0x5717aa['commands']['get']('ckbox')&&_0x5717aa['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x2c17ec{['afterInit'](){const _0x384ab1=this['editor'];if(!_0x384ab1['plugins']['has']('CodeBlock'))return;const _0x1ef18e=_0x384ab1['plugins']['get']('TrackChangesEditing'),_0x5c1e17=_0x384ab1['locale'],_0x3b4619=_0x384ab1['config']['get']('codeBlock')['languages'],_0x17cbe1=_0x384ab1['commands']['get']('codeBlock');_0x1ef18e['enableCommand']('indentCodeBlock'),_0x1ef18e['enableCommand']('outdentCodeBlock'),_0x1ef18e['enableCommand']('codeBlock',(_0x4479fe,_0x38aadb={})=>{const _0x207327=_0x384ab1['model'],_0x598e7e=_0x384ab1['model']['document']['selection'],_0x28dea5=_0x38aadb&&void 0x0!==_0x38aadb['forceValue']?_0x38aadb['forceValue']:!_0x17cbe1['value'];let _0x27979f;_0x38aadb['language']||(_0x38aadb['language']=_0x3b4619[0x0]['language']),_0x27979f=_0x28dea5?Array['from'](_0x598e7e['getSelectedBlocks']())['filter'](_0x49748d=>eo(_0x49748d)||function(_0x50c1dc,_0x44a1f5){if(_0x50c1dc['is']('rootElement')||_0x44a1f5['isLimit'](_0x50c1dc))return!0x1;return _0x44a1f5['checkChild'](_0x50c1dc['parent'],'codeBlock');}(_0x49748d,_0x207327['schema'])):Array['from'](_0x598e7e['getSelectedBlocks']())['filter'](_0x111835=>eo(_0x111835));const _0x4aab88=to(_0x27979f,_0x207327);_0x207327['change'](()=>{for(const _0xd278d6 of _0x4aab88)_0x1ef18e['markBlockFormat'](_0xd278d6,{'commandName':'codeBlock','commandParams':[{..._0x38aadb,'forceValue':_0x28dea5}],'formatGroupId':'blockName'});});}),(_0x1ef18e['descriptionFactory']['registerElementLabel']('codeBlock',_0x360601=>o(_0x5c1e17,'ELEMENT_CODE_BLOCK',_0x360601)),_0x1ef18e['descriptionFactory']['registerDescriptionCallback'](_0x116df0=>{if('formatBlock'!=_0x116df0['type'])return;const _0x21515d=_0x5c1e17['t'],{data:_0x374ebc}=_0x116df0;if(!_0x374ebc||'codeBlock'!=_0x374ebc['commandName'])return;const _0x1130d4=_0x374ebc['commandParams'][0x0]['language'],_0x14befa=_0x21515d(_0x3b4619['find'](_0x5bfd47=>_0x5bfd47['language']===_0x1130d4)['label'])['toLowerCase']();return _0x374ebc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5c1e17,'*Set\x20format:*\x20%0',o(_0x5c1e17,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x14befa+')')}:{'type':'format','content':o(_0x5c1e17,'*Remove\x20format:*\x20%0',o(_0x5c1e17,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x2f30b9){return'codeBlock'==_0x2f30b9['name'];}class H extends _0x2c17ec{['afterInit'](){const _0x3abcd7=this['editor'];if(!_0x3abcd7['plugins']['has']('CommentsEditing'))return;_0x3abcd7['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x402cc4,_0x145e9d,_0x54af7c){const _0x11fdfa=[];for(const _0x50787a of _0x145e9d['getItems']())_0x50787a['hasAttribute'](_0x402cc4)&&_0x11fdfa['push'](_0x54af7c['createRangeOn'](_0x50787a));return _0x11fdfa;}function _e(_0x46a621,_0x15be1e,{showActiveMarker:_0x374293=!0x0}={}){const _0x3534b3=_0x46a621['plugins']['get']('TrackChangesEditing');return(_0x2bbc1c,_0x1d1d29,_0x1c78ab)=>{if(!_0x1c78ab['consumable']['test'](_0x1d1d29['markerRange'],_0x2bbc1c['name']))return;const _0x25082e=_0x1d1d29['markerRange']['getWalker'](),_0x2adaf3=_0x1d1d29['markerRange']['start'],_0x243789=_0x46a621['model']['schema'];let _0x5892f8=null,_0x40b848=null,_0x13d05a=!0x1,_0x47942b=!0x1;for(const _0x50a0c4 of _0x25082e){const _0x338508=_0x50a0c4['item'];_0x13d05a=_0x13d05a||_0x243789['isContent'](_0x338508);const _0x34d0e7=_0x1c78ab['mapper']['toViewElement'](_0x338508);if(_0x34d0e7&&_0x34d0e7['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x50a0c4['type']&&(_0x243789['isBlock'](_0x338508)&&!_0x243789['isLimit'](_0x338508)&&(_0x338508['nextSibling']||_0x2adaf3['isAtEnd']?_0x5892f8&&_0x5892f8['parent']==_0x338508||(_0x5892f8=_0x338508,_0x4d85d9(_0x50a0c4['previousPosition']),_0x47942b=!0x0):_0x40b848=_0x40b848||_0x50a0c4['previousPosition']));}function _0x4d85d9(_0x63d674){const _0x4ddd89=_0x1c78ab['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x15be1e}),_0x2aa4e0=_0x1c78ab['mapper']['toViewPosition'](_0x63d674);_0x374293&&_0x3534b3['activeMarkers']['includes'](_0x1d1d29['markerName'])&&_0x1c78ab['writer']['addClass']('ck-suggestion-marker--active',_0x4ddd89),_0x1c78ab['writer']['insert'](_0x2aa4e0,_0x4ddd89),_0x1c78ab['mapper']['bindElementToMarker'](_0x4ddd89,_0x1d1d29['markerName']);}_0x13d05a||_0x47942b||!_0x40b848||_0x4d85d9(_0x40b848);};}class q extends _0x2c17ec{static get['requires'](){return[_0x26dd9f];}['init'](){const _0x534fab=this['editor'],_0x22cde0=_0x534fab['plugins']['get']('TrackChangesEditing');_0x22cde0['enableCommand']('delete');const _0x345e7f=_0x534fab['commands']['get']('deleteForward');_0x22cde0['enableCommand']('deleteForward',(_0x206018,_0xa0fa75={})=>{const _0x8c63cd=_0x534fab['model']['createSelection'](_0x534fab['model']['document']['selection']);_0x8c63cd['isCollapsed']&&_0x534fab['model']['modifySelection'](_0x8c63cd,{'direction':'forward','unit':_0xa0fa75['unit']});const _0x51dc9a=_0x8c63cd['getFirstRange'](),_0x21afea=_0x24b6fa['fromRange'](_0x51dc9a);let _0x15ecdc;_0x206018(_0xa0fa75),_0x15ecdc='$graveyard'==_0x21afea['root']['rootName']?_0x534fab['model']['createRange'](_0x51dc9a['start']):_0x534fab['model']['createRange'](_0x21afea['start'],_0x21afea['end']),_0x21afea['detach'](),_0x534fab['model']['enqueueChange'](_0x345e7f['buffer']['batch'],_0x141294=>{_0x345e7f['buffer']['lock'](),_0x141294['setSelection'](_0x141294['createRange'](_0x15ecdc['end'])),_0x345e7f['buffer']['unlock']();});}),_0x534fab['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x534fab,'merge'),{'priority':'high'}),_0x534fab['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x5e36a6,_0x4afe3e,_0x5670f3)=>{_0x5670f3['options']['showSuggestionHighlights']&&_e(_0x534fab,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x5e36a6,_0x4afe3e,_0x5670f3);},{'priority':'high'}),_0x534fab['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x28d80b,_0x4a8d10,_0x369792)=>{const _0x4d9074=_0x369792['mapper']['markerNameToElements'](_0x4a8d10['markerName']);if(_0x4d9074){for(const _0x349c31 of _0x4d9074)_0x349c31['is']('uiElement')&&(_0x369792['mapper']['unbindElementFromMarkerName'](_0x349c31,_0x4a8d10['markerName']),_0x369792['writer']['remove'](_0x349c31));}},{'priority':'high'});}}class z extends _0x2c17ec{['afterInit'](){const _0x154a6f=this['editor'];if(!_0x154a6f['plugins']['has']('ListEditing'))return;const _0x3555f9=_0x154a6f['locale'],_0x1f7ea9=_0x154a6f['plugins']['get']('TrackChangesEditing'),_0x1921a3=_0x154a6f['plugins']['has']('TodoListEditing'),_0x258dd9=!!_0x154a6f['config']['get']('list.multiBlock');function _0x56f886(_0x4714f1){return{'type':'format','content':''+o(_0x3555f9,'*Set\x20format:*\x20%0',_0x4714f1)};}function _0x1567f8(_0x188cc8){return{'type':'format','content':''+o(_0x3555f9,'*Remove\x20format:*\x20%0',_0x188cc8)};}_0x1f7ea9['enableDefaultAttributesIntegration']('numberedList'),_0x1f7ea9['enableDefaultAttributesIntegration']('bulletedList'),_0x1f7ea9['enableDefaultAttributesIntegration']('customNumberedList'),_0x1f7ea9['enableDefaultAttributesIntegration']('customBulletedList'),_0x1f7ea9['enableDefaultAttributesIntegration']('indentList'),_0x1f7ea9['enableDefaultAttributesIntegration']('outdentList'),_0x1f7ea9['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1f7ea9['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1f7ea9['registerBlockAttribute']('listItemId'),_0x1f7ea9['registerBlockAttribute']('listType'),_0x1f7ea9['registerBlockAttribute']('listIndent'),_0x258dd9&&(_0x1f7ea9['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1f7ea9['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x1921a3&&(_0x1f7ea9['enableDefaultAttributesIntegration']('todoList'),_0x1f7ea9['enableDefaultAttributesIntegration']('checkTodoList'),_0x1f7ea9['registerBlockAttribute']('todoListChecked'),_0x1f7ea9['descriptionFactory']['registerDescriptionCallback'](_0x2b76a8=>{const {data:_0x47864b}=_0x2b76a8;if(_0x47864b&&'todoListChecked'==_0x47864b['key'])return{'type':'format','content':_0x47864b['newValue']?o(_0x3555f9,'*Check\x20item*'):o(_0x3555f9,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3e61e2=>{if(_0x3e61e2['batch']['isUndo'])return!0x1;let _0xa42cf7=!0x1;const _0xaa60e=_0x1f7ea9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x18194e=>'todoListChecked'===_0x1f7ea9['_getAttributeKey'](_0x18194e));for(const _0x5f51c6 of _0xaa60e){'todo'!=_0x5f51c6['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1f7ea9['_findSuggestions'](_0x5f51c6['getFirstRange'](),'attribute')['find'](_0x1299df=>'listType'===_0x1f7ea9['_getAttributeKey'](_0x1299df['suggestion']))||(_0x3e61e2['removeMarker'](_0x5f51c6['getFirstMarker']()),_0xa42cf7=!0x0));}return _0xa42cf7;})),_0x1f7ea9['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x3555f9,'FORMAT_INDENT'));const _0x20e64d={'type':'format','content':''};_0x1f7ea9['descriptionFactory']['registerDescriptionCallback'](_0xd5d20f=>{const {data:_0x301745}=_0xd5d20f;if(!_0x301745||'listType'!=_0x301745['key'])return;let _0x14f401=_0xd5d20f['head'];for(;_0x14f401;){if(_0x14f401['data']&&(('listStyle'==_0x14f401['data']['key']||'listMarkerStyle'==_0x14f401['data']['key'])&&(_0x14f401['data']['newValue']&&'default'!=_0x14f401['data']['newValue']||'default'!=_0x14f401['data']['oldValue']&&!_0x301745['newValue'])||!_0x258dd9&&_0x14f401['data']['key']==m))return _0x20e64d;_0x14f401=_0x14f401['next'];}if(null==_0x301745['newValue'])switch(_0x301745['oldValue']){case'bulleted':return _0x1567f8(o(_0x3555f9,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1567f8(o(_0x3555f9,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1567f8(o(_0x3555f9,'ELEMENT_TODO_LIST'));}switch(_0x301745['newValue']){case'bulleted':return _0x56f886(o(_0x3555f9,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x56f886(o(_0x3555f9,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x56f886(o(_0x3555f9,'ELEMENT_TODO_LIST'));}}),_0x1f7ea9['descriptionFactory']['registerDescriptionCallback'](_0x491263=>{const {data:_0x1ce6e4}=_0x491263;if(_0x1ce6e4&&'listIndent'==_0x1ce6e4['key'])return null==_0x1ce6e4['newValue']||null==_0x1ce6e4['oldValue']&&0x0==_0x1ce6e4['newValue']?_0x20e64d:void 0x0;}),_0x1f7ea9['descriptionFactory']['registerDescriptionCallback'](_0xcdd221=>{if('attribute'!=_0xcdd221['type'])return;const {data:_0x29d7c2}=_0xcdd221;if(!_0x29d7c2||'listItemId'!=_0x29d7c2['key'])return;const _0x2b6a77=le(_0xcdd221);return'newValue'==_0x2b6a77?{'type':'format','content':o(_0x3555f9,'*Merge:*\x20list\x20item')}:'oldValue'==_0x2b6a77?{'type':'format','content':o(_0x3555f9,'*Split:*\x20list\x20item')}:_0x20e64d;}),_0x154a6f['model']['document']['registerPostFixer'](_0x1e8af7=>this['listItemIdFixer'](_0x1e8af7)),_0x154a6f['model']['document']['registerPostFixer'](_0x2db8f4=>this['noTrackChangesFixer'](_0x2db8f4)),_0x154a6f['model']['document']['registerPostFixer'](_0x4b08ac=>this['assureChains'](_0x4b08ac)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x1fb4dc){if(_0x1fb4dc['batch']['isUndo']||!_0x1fb4dc['batch']['isLocal'])return!0x1;let _0x9c1a27=!0x1;const _0x2cd51b=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3ab3dc=>_0x3ab3dc['data']&&'listItemId'==_0x3ab3dc['data']['key'])['filter'](_0x19018b=>_0x19018b['data']['newValue']&&_0x19018b['data']['oldValue']);for(const _0x5aa326 of _0x2cd51b)le(_0x5aa326)||(_0x1fb4dc['removeMarker'](_0x5aa326['getFirstMarker']()),_0x9c1a27=!0x0);return _0x9c1a27;}['noTrackChangesFixer'](_0x4e0004){if(_0x4e0004['batch']['isUndo']||!_0x4e0004['batch']['isLocal'])return!0x1;const _0x2936c0=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x2936c0['trackChangesCommand']['value'])return!0x1;let _0xa2d437=!0x1;const _0x222e44=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x327ebf=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x256960=>'attribute'==_0x256960['type'])['filter'](_0x46e884=>_0x222e44['includes'](_0x46e884['attributeKey']));if(0x0==_0x327ebf['length'])return _0xa2d437;for(const _0x39c14d of _0x327ebf){const _0x5f595b=_0x2936c0['_findSuggestions'](_0x39c14d['range'],'attribute')['filter'](_0x4ade43=>!_0x4ade43['meta']['isNextTo'])['map'](_0x647c86=>_0x647c86['suggestion'])['filter'](_0x301f88=>{const _0x56e05e=_0x2936c0['_getAttributeKey'](_0x301f88);return _0x222e44['includes'](_0x56e05e);});if(_0x5f595b['length']){for(const _0x5daaf6 of _0x5f595b)_0x4e0004['removeMarker'](_0x5daaf6['getFirstMarker']());_0xa2d437=!0x0;}}return _0xa2d437;}['assureChains'](_0x1ec085){if(_0x1ec085['batch']['isUndo']||!_0x1ec085['batch']['isLocal'])return!0x1;const _0x43ace9=this['editor']['plugins']['get']('TrackChangesEditing');let _0x196b34=!0x1;const _0x15fbcf=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x33f198 of _0x43ace9['getSuggestions']({'skipNotAttached':!0x0})){const _0x20eac9=_0x43ace9['_findSuggestions'](_0x33f198['getFirstRange'](),'attribute')['map'](_0x32e767=>_0x32e767['suggestion'])['filter'](_0x4a817c=>_0x4a817c['data']&&_0x15fbcf['includes'](_0x4a817c['data']['key']));if(!_0x20eac9['length'])continue;const _0x10211f=_0x20eac9[0x0]['head']['attributes']['groupId'];if(!_0x20eac9['every'](_0x48c49a=>_0x48c49a['attributes']['groupId']===_0x10211f)){for(const _0x36982c of _0x20eac9)_0x380e59(_0x36982c,_0x10211f)&&(_0x196b34=!0x0);}}return _0x196b34;function _0x242236(_0xbb03ef,_0x3ad4fa){for(const _0x105484 of _0x43ace9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x252519=>'attribute'==_0x252519['type']&&_0x252519['attributes']['groupId']==_0xbb03ef))_0x105484['setAttribute']('groupId',_0x3ad4fa);}function _0x380e59(_0x473734,_0x23875b){let _0x5baf8b=_0x473734['head'],_0x524134=!0x1;for(;_0x5baf8b;)_0x5baf8b['attributes']['groupId']!=_0x23875b&&(_0x242236(_0x5baf8b['attributes']['groupId'],_0x23875b),_0x5baf8b['setAttribute']('groupId',_0x23875b),_0x524134=!0x0),_0x5baf8b=_0x5baf8b['next'];return _0x524134;}}['_supportLegacySuggestions'](){const _0x3dcbcc=this['editor'],_0x13c990=_0x3dcbcc['locale'],_0x1828e5=_0x3dcbcc['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x1828e5['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x5e77a2,_0xcf8881){const _0x216512=[];for(let _0x385083 of _0x5e77a2)_0x385083['start']['nodeAfter']===_0x385083['end']['parent']&&(_0x385083=_0x3dcbcc['model']['createRange'](_0x3dcbcc['model']['createPositionAt'](_0x385083['start']['nodeAfter'],0x0))),_0x216512['push'](_0x385083);_0x3dcbcc['model']['change'](_0x5379a2=>{const _0x292951=_0x3dcbcc['model']['document']['selection'],_0x1a6315=Array['from'](_0x292951['getRanges']())['map'](_0x5a5422=>_0x24b6fa['fromRange'](_0x5a5422));_0x5379a2['setSelection'](_0x216512),_0x3dcbcc['commands']['get'](_0xcf8881['commandName'])['refresh'](),_0xcf8881['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3dcbcc['execute'](_0xcf8881['commandName'],..._0xcf8881['commandParams']),_0x5379a2['setSelection'](_0x1a6315);for(const _0x4ca83e of _0x1a6315)_0x4ca83e['detach']();});}),_0x1828e5['descriptionFactory']['registerElementLabel'](function(_0x20ee2e){const _0x2ae5ef=!_0x3dcbcc['model']['schema']['isObject'](_0x20ee2e),_0x3ffa97=_0x20ee2e['previousSibling'],_0x384b54=_0x20ee2e['nextSibling'],_0x31693d=_0x20ee2e['getAttribute']('listItemId'),_0x134c15=!_0x3ffa97||_0x3ffa97['getAttribute']('listItemId')!==_0x31693d,_0x31d455=!_0x384b54||_0x384b54['getAttribute']('listItemId')!==_0x31693d;return _0x2ae5ef&&Boolean(_0x31693d)&&_0x134c15&&_0x31d455;},_0x4c7e81=>o(_0x13c990,'ELEMENT_LIST_ITEM',_0x4c7e81));}['_registerLegacyDescription'](){const _0x2c69cc=this['editor'],_0x51b418=_0x2c69cc['locale'];function _0x584fbc(_0x325a46){const _0x5ecf5a=_0x2c69cc['commands']['get']('bulletedList')['value'],_0x4afaf7=_0x2c69cc['commands']['get']('numberedList')['value'];return'numberedList'===_0x325a46?_0x5ecf5a:_0x4afaf7;}_0x2c69cc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4b2672){if('formatBlock'!=_0x4b2672['type'])return;const {data:_0x5c34e7}=_0x4b2672;if(!_0x5c34e7)return;let _0x3e90e5,_0x2456f6,_0x368f2e,_0x4c78c7;switch(_0x5c34e7['commandName']){case'bulletedList':_0x368f2e=_0x5c34e7['commandParams'][0x0]['forceValue'],_0x4c78c7=_0x584fbc(_0x5c34e7['commandName']),_0x3e90e5=_0x368f2e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4c78c7&&_0x2c69cc['config']['get']('list.multiBlock')||(_0x3e90e5='*Change\x20to:*\x20%0'),_0x2456f6={'type':'format','content':o(_0x51b418,_0x3e90e5,o(_0x51b418,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x368f2e=_0x5c34e7['commandParams'][0x0]['forceValue'],_0x4c78c7=_0x584fbc(_0x5c34e7['commandName']),_0x3e90e5=_0x368f2e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4c78c7&&_0x2c69cc['config']['get']('list.multiBlock')||(_0x3e90e5='*Change\x20to:*\x20%0'),_0x2456f6={'type':'format','content':o(_0x51b418,_0x3e90e5,o(_0x51b418,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x3e90e5='*Indent:*\x20%0',_0x2456f6={'type':'format','content':o(_0x51b418,_0x3e90e5,o(_0x51b418,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x3e90e5=function(_0x1d2091){const _0xa6e109=_0x1d2091['getFirstRange']();let _0xdc9894=_0xa6e109['start']['nodeAfter'];for(;_0xdc9894&&_0xa6e109['containsItem'](_0xdc9894);){if(_0xdc9894['getAttribute']('listIndent')>0x0)return!0x1;_0xdc9894=_0xdc9894['nextSibling'];}return!0x0;}(_0x4b2672)?o(_0x51b418,'*Format:*\x20remove\x20from\x20%0',o(_0x51b418,function(_0x415214){return'ELEMENT_'+_0x415214['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4b2672))):o(_0x51b418,'*Outdent:*\x20%0',o(_0x51b418,'ELEMENT_LIST_ITEM')),_0x2456f6={'type':'format','content':_0x3e90e5};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x5c34e7['multipleBlocks']&&(_0x3e90e5='*Merge:*\x20%0',_0x2456f6={'type':'deletion','content':o(_0x51b418,_0x3e90e5,o(_0x51b418,'ELEMENT_LIST_ITEM'))});}return _0x2456f6;});}}function le(_0x2f538a){let _0x416a7b=_0x2f538a['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x416a7b;){const _0x1fc8d4=_0x416a7b['getAttribute']('listItemId');if(!_0x1fc8d4)return!0x1;if(_0x1fc8d4==_0x2f538a['data']['newValue'])return'newValue';if(_0x1fc8d4==_0x2f538a['data']['oldValue'])return'oldValue';_0x416a7b=_0x416a7b['previousSibling'];}return!0x1;}class ue extends _0x2c17ec{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x50c130=this['editor']['config']['get']('list.properties'),_0x5a88dc=this['editor']['plugins']['get']('TrackChangesEditing');_0x50c130['styles']&&(_0x5a88dc['enableDefaultAttributesIntegration']('listStyle'),_0x5a88dc['registerBlockAttribute']('listStyle')),_0x50c130['reversed']&&(_0x5a88dc['enableDefaultAttributesIntegration']('listReversed'),_0x5a88dc['registerBlockAttribute']('listReversed')),_0x50c130['startIndex']&&(_0x5a88dc['enableDefaultAttributesIntegration']('listStart'),_0x5a88dc['registerBlockAttribute']('listStart'));const _0x32e074={'type':'format','content':''};_0x5a88dc['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x199c1f=this['editor']['locale'];_0x5a88dc['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x199c1f,'FORMAT_LIST_REVERSED')),_0x5a88dc['descriptionFactory']['registerDescriptionCallback'](_0xaf0ed1=>{const {data:_0xd1d12a}=_0xaf0ed1;if(_0xd1d12a&&'listReversed'==_0xd1d12a['key'])return null==_0xd1d12a['newValue']||0x0==_0xd1d12a['newValue']&&null==_0xd1d12a['oldValue']?_0x32e074:void 0x0;}),_0x5a88dc['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x199c1f,'FORMAT_LIST_START')),_0x5a88dc['descriptionFactory']['registerDescriptionCallback'](_0x117a76=>{const {data:_0x24e4ac}=_0x117a76;if(_0x24e4ac&&'listStart'==_0x24e4ac['key'])return null==_0x24e4ac['newValue']||0x1==_0x24e4ac['newValue']&&null==_0x24e4ac['oldValue']?_0x32e074:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x47f3c7=>{if(_0x47f3c7['batch']['isUndo'])return!0x1;let _0x37a6a2=!0x1;const _0x145342=_0x5a88dc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5aafad=>{const _0x128642=_0x5a88dc['_getAttributeKey'](_0x5aafad);return'listStart'==_0x128642||'listReversed'==_0x128642;});for(const _0x3e1bb7 of _0x145342){const _0xf9c7e8=_0x3e1bb7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0xf9c7e8||'customNumbered'==_0xf9c7e8)continue;_0x5a88dc['_findSuggestions'](_0x3e1bb7['getFirstRange'](),'attribute')['find'](_0x1038d9=>'listType'==_0x5a88dc['_getAttributeKey'](_0x1038d9['suggestion']))||(_0x47f3c7['removeMarker'](_0x3e1bb7['getFirstMarker']()),_0x37a6a2=!0x0);}return _0x37a6a2;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x95063b){const _0x3e3e5b=this['editor']['locale'],{data:_0xafd55f}=_0x95063b,_0x2834e0={'type':'format','content':''};if(!_0xafd55f||'listStyle'!=_0xafd55f['key'])return;if(!_0xafd55f['oldValue'])return'default'==_0xafd55f['newValue']?_0x2834e0:{'type':'format','content':''+o(_0x3e3e5b,'*Set\x20format:*\x20%0',o(_0x3e3e5b,this['_getTranslationKeyForListStyle'](_0xafd55f['newValue'])))};if(!_0xafd55f['newValue']){if('default'==_0xafd55f['oldValue'])return _0x2834e0;let _0x15b06c=_0x95063b['head'];for(;_0x15b06c;){if(_0x15b06c['data']&&'listType'==_0x15b06c['data']['key']&&_0x15b06c['data']['newValue'])return _0x2834e0;_0x15b06c=_0x15b06c['next'];}return{'type':'format','content':''+o(_0x3e3e5b,'*Remove\x20format:*\x20%0',o(_0x3e3e5b,this['_getTranslationKeyForListStyle'](_0xafd55f['oldValue'])))};}if('default'!=_0xafd55f['newValue'])return{'type':'format','content':''+o(_0x3e3e5b,'*Set\x20format:*\x20%0',o(_0x3e3e5b,this['_getTranslationKeyForListStyle'](_0xafd55f['newValue'])))};let _0x13e453=_0x95063b['head'];for(;_0x13e453;){if(_0x13e453['data']&&'listType'==_0x13e453['data']['key']&&_0x13e453['data']['newValue']&&_0x13e453['data']['oldValue'])return _0x2834e0;_0x13e453=_0x13e453['next'];}return{'type':'format','content':o(_0x3e3e5b,'*Set\x20format:*\x20%0',o(_0x3e3e5b,'ELEMENT_'+_0x95063b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x41657d=this['editor'],_0x7d4655=_0x41657d['locale'];_0x41657d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x367c3e=>{if('formatBlock'!=_0x367c3e['type'])return;const {data:_0x142c6d}=_0x367c3e;if(!_0x142c6d)return;let _0x253fb6,_0x4412b3;switch(_0x142c6d['commandName']){case'listStyle':_0x253fb6='*Change\x20to:*\x20%0',_0x4412b3={'type':'format','content':o(_0x7d4655,_0x253fb6,o(_0x7d4655,this['_getTranslationKeyForListStyle'](_0x142c6d['commandParams'][0x0]['type'])))};break;case'listReversed':_0x253fb6=_0x142c6d['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4412b3={'type':'format','content':o(_0x7d4655,_0x253fb6)};break;case'listStart':_0x253fb6='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4412b3={'type':'format','content':o(_0x7d4655,_0x253fb6,_0x142c6d['commandParams'][0x0]['startIndex'])};}return _0x4412b3;});}['_getTranslationKeyForListStyle'](_0x3997b2){return'ELEMENT_'+function(_0x2689fa){if(pe['includes'](_0x2689fa))return'bulleted';if(ye['includes'](_0x2689fa))return'numbered';return null;}(_0x3997b2)['toUpperCase']()+'_LIST_'+_0x3997b2['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x2c17ec{static get['requires'](){return[_0x34e1f7];}['init'](){const _0x2b9b56=this['editor'],_0x4a8060=_0x2b9b56['plugins']['get']('TrackChangesEditing'),_0x4a4142=_0x2b9b56['commands']['get']('enter');_0x4a8060['enableCommand']('enter',()=>{_0x2b9b56['model']['change'](_0x405a51=>{const _0x5ba671=_0x2b9b56['model']['document']['selection'],_0x1a8cbc=_0x5ba671['getFirstPosition'](),_0x35253f=_0x24b6fa['fromRange'](_0x5ba671['getFirstRange']());if(_0x4a4142['enterBlock'](_0x405a51)){const _0x417d1f=_0x2b9b56['model']['createPositionAt'](_0x1a8cbc['parent']['nextSibling'],0x0),_0x4b0826=_0x405a51['createRange'](_0x1a8cbc,_0x417d1f);_0x4a8060['markInsertion'](_0x4b0826);}else _0x405a51['setSelection'](_0x405a51['createRange'](_0x35253f['end']));_0x35253f['detach'](),_0x4a4142['fire']('afterExecute',{'writer':_0x405a51});});}),_0x2b9b56['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x2b9b56,'split'),{'priority':'high'}),_0x2b9b56['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x13af12,_0xc2cb6a,_0x1a403f)=>{const _0x28f7b1=_0x1a403f['mapper']['markerNameToElements'](_0xc2cb6a['markerName']);if(_0x28f7b1){for(const _0x59a83a of _0x28f7b1)_0x59a83a['hasClass']('ck-suggestion-marker-split')&&(_0x1a403f['mapper']['unbindElementFromMarkerName'](_0x59a83a,_0xc2cb6a['markerName']),_0x1a403f['writer']['remove'](_0x59a83a));}},{'priority':'high'}),_0x2b9b56['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1da4cd,_0x1e00f6,_0x173d7a)=>{_0x173d7a['options']['showSuggestionHighlights']&&_e(_0x2b9b56,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1da4cd,_0x1e00f6,_0x173d7a);},{'priority':'high'});}}class J extends _0x2c17ec{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x4e2ded=this['editor']['plugins']['get']('TrackChangesEditing');_0x4e2ded['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x4e2ded['enableCommand']('findNext'),_0x4e2ded['enableCommand']('findPrevious'),_0x4e2ded['enableCommand']('replace'),_0x4e2ded['enableCommand']('replaceAll');}['handleFindCommand'](_0x2e1f2a,_0xe98a01,_0x63e7f2={}){const _0x5375b2=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x2e1f2a(_0x14564d=>('string'==typeof _0xe98a01?_0x5375b2['findByTextCallback'](_0xe98a01,_0x63e7f2):_0xe98a01)(_0x14564d)['filter'](_0x1101db=>!0x1===this['_isInDeletionRange'](_0x1101db,_0x14564d['item'])),_0x63e7f2);}['_isInDeletionRange'](_0x202e34,_0x38607d){const _0x2f8330=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x38607d,_0x202e34['start']),this['editor']['model']['createPositionAt'](_0x38607d,_0x202e34['end']));for(const _0x28915b of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2f8330['getIntersection'](_0x28915b['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Q extends _0x2c17ec{['afterInit'](){const _0x4e233c=this['editor']['locale'],_0x5416af=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3f4188,commandName:_0x3e9be1}of ro)this['editor']['plugins']['has'](_0x3f4188)&&(_0x5416af['enableDefaultAttributesIntegration'](_0x3e9be1),_0x5416af['registerInlineAttribute'](_0x3e9be1));_0x4e233c['t'],_0x5416af['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x4e233c,'FORMAT_FONT_SIZE')),_0x5416af['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x4e233c,'FORMAT_FONT_FAMILY')),_0x5416af['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x4e233c,'FORMAT_FONT_COLOR')),_0x5416af['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x4e233c,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5bf983=this['editor'],_0x36b6be=_0x5bf983['locale'];_0x5bf983['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x196858=>{const _0x71e8a0=_0x36b6be['t'];if('formatInline'!=_0x196858['type'])return;const {data:_0x4a5718}=_0x196858;if(null!=_0x4a5718){if('fontSize'==_0x4a5718['commandName']){const _0x504926=_0x4a5718['commandParams'][0x0]['value'];if(_0x504926){const _0x5b8a84=_0x71e8a0(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1e639e=>_0x1e639e['model']==_0x504926)['title'])['toLowerCase']();return{'type':'format','content':o(_0x36b6be,'*Set\x20font\x20size:*\x20%0',_0x5b8a84)};}return{'type':'format','content':o(_0x36b6be,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x4a5718['commandName']){const _0x3f55fc=_0x4a5718['commandParams'][0x0]['value'];return _0x3f55fc?{'type':'format','content':o(_0x36b6be,'*Set\x20font\x20family:*\x20%0',_0x3f55fc)}:{'type':'format','content':o(_0x36b6be,'*Reset\x20font\x20family*')};}if('fontColor'==_0x4a5718['commandName']){const _0x186077=_0x4a5718['commandParams'][0x0]['value'];if(_0x186077){const _0xdac496=_0x4403fe(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5b3f94=>_0x5b3f94['model']==_0x186077);let _0x2b4d7b=_0x186077,_0x38988c='';return _0xdac496&&(_0x2b4d7b=_0xdac496['label'],_0x38988c=_0x71e8a0(_0x2b4d7b)['toLowerCase']()),{'type':'format','content':o(_0x36b6be,'*Set\x20font\x20color:*\x20%0',_0x38988c)['trim'](),'color':{'value':_0x186077,'title':_0x38988c||_0x2b4d7b}};}return{'type':'format','content':o(_0x36b6be,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x4a5718['commandName']){const _0x35a36b=_0x4a5718['commandParams'][0x0]['value'];if(_0x35a36b){const _0x10b09e=_0x4403fe(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1780fe=>_0x1780fe['model']==_0x35a36b);let _0x157709=_0x35a36b,_0x410bd9='';return _0x10b09e&&(_0x157709=_0x10b09e['label'],_0x410bd9=_0x71e8a0(_0x157709)['toLowerCase']()),{'type':'format','content':o(_0x36b6be,'*Set\x20font\x20background\x20color:*\x20%0',_0x410bd9)['trim'](),'color':{'value':_0x35a36b,'title':_0x410bd9||_0x157709}};}return{'type':'format','content':o(_0x36b6be,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x2c17ec{['afterInit'](){const _0x5ae28b=this['editor'],_0x393464=_0x5ae28b['plugins']['get']('TrackChangesEditing'),_0xa4ef00=_0x5ae28b['commands']['get']('copyFormat'),_0xf53938=_0x5ae28b['commands']['get']('pasteFormat');_0xa4ef00&&_0xf53938&&(_0x393464['enableDefaultAttributesIntegration']('pasteFormat'),_0x393464['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x2be361=this['editor'],_0x163f73=_0x2be361['locale'];_0x2be361['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x54819f=>{if('formatBlock'!=_0x54819f['type']&&'formatInline'!=_0x54819f['type'])return;const {data:_0x23a86c}=_0x54819f;if(_0x23a86c&&'pasteFormat'===_0x23a86c['commandName']){const _0x41ff00=[],_0xf6d65=_0x23a86c['commandParams'][0x0];for(const [_0x3c4f47,_0x3afd0c]of Object['entries'](_0xf6d65))_0x41ff00['push'](so(_0x2be361,_0x3c4f47,_0x3afd0c));return _0x41ff00['length']?{'type':'format','content':o(_0x163f73,'*Set\x20format\x20to:*\x20%0',_0x41ff00['join'](',\x20'))}:{'type':'format','content':o(_0x163f73,'*Remove\x20all\x20formatting*')};}});}}function so(_0x23fc2c,_0x25a168,_0x67c0a){const _0x421603=_0x23fc2c['locale']['t'],_0x19dd11=_0x25a168['split'](/(?=[A-Z])/)['join']('\x20'),_0x20ce66=_0x421603(_0x19dd11['charAt'](0x0)['toUpperCase']()+_0x19dd11['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x67c0a)return _0x20ce66;if('fontColor'===_0x25a168||'fontBackgroundColor'===_0x25a168){const _0x155ec7=_0x4403fe(_0x23fc2c['config']['get']('fontColor.colors'))['find'](_0x587d3c=>_0x587d3c['model']==_0x67c0a);return _0x20ce66+'\x20('+(_0x155ec7?_0x421603(_0x155ec7['label'])['toLowerCase']():_0x67c0a)+')';}if('fontSize'===_0x25a168&&isNaN(parseFloat(_0x67c0a))){const _0x3b1ac0=_0x23fc2c['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x23fc2c['config']['get']('fontSize.options'))['find'](_0x1140a2=>_0x1140a2['model']==_0x67c0a);return _0x20ce66+'\x20('+(_0x3b1ac0?_0x421603(_0x3b1ac0['title'])['toLowerCase']():_0x67c0a)+')';}return _0x20ce66+'\x20('+_0x67c0a+')';}class Y extends _0x2c17ec{['_headingOptions'];['afterInit'](){const _0xdc2dd5=this['editor'];if(!_0xdc2dd5['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0xdc2dd5['config']['get']('heading.options');const _0x57e39f=_0xdc2dd5['locale'],_0x274349=_0xdc2dd5['plugins']['get']('TrackChangesEditing');_0x274349['enableDefaultAttributesIntegration']('heading');for(const _0x240897 of this['_headingOptions'])'paragraph'!=_0x240897['model']&&_0x274349['descriptionFactory']['registerElementLabel'](_0x240897['model'],_0x4407d5=>{const _0x494af8=this['_getHeadingLevel'](_0x240897['model']);return null!==_0x494af8?_0x52f253(_0x4407d5,_0x494af8):_0x23e256(_0x4407d5,_0x240897['title']);});function _0x52f253(_0x5e356c,_0x4cfeaf){return o(_0x57e39f,'ELEMENT_HEADING',[_0x5e356c,_0x4cfeaf]);}function _0x23e256(_0xe7526e,_0x15d5dd){return o(_0x57e39f,'ELEMENT_HEADING_CUSTOM',[_0xe7526e,_0x15d5dd]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x35f407=this['editor'],_0x2b8b3c=_0x35f407['locale'];function _0x5e1a52(_0x2f2d10,_0x443e68){return o(_0x2b8b3c,'ELEMENT_HEADING_CUSTOM',[_0x2f2d10,_0x443e68]);}_0x35f407['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18ed43=>{if('formatBlock'!=_0x18ed43['type'])return;const {data:_0x48f9e8}=_0x18ed43;if(_0x48f9e8&&'heading'==_0x48f9e8['commandName']){const _0xdb5358=_0x48f9e8['commandParams'][0x0]['value'],_0x43d508=this['_getHeadingLevel'](_0xdb5358);if(null!==_0x43d508)return{'type':'format','content':o(_0x2b8b3c,'*Change\x20to:*\x20%0',(_0x148a0d=0x1,_0x16ec37=_0x43d508,o(_0x2b8b3c,'ELEMENT_HEADING',[_0x148a0d,_0x16ec37])))};const _0x123646=this['_headingOptions']['find'](_0x41d665=>_0x41d665['model']===_0xdb5358)['title'];return{'type':'format','content':o(_0x2b8b3c,'*Change\x20to:*\x20%0',_0x5e1a52(0x1,_0x123646))};}var _0x148a0d,_0x16ec37;});}['_getHeadingLevel'](_0x3745ee){const _0x5a43dc=_0x3745ee['match'](/^heading(\d+)/);if(_0x5a43dc)return _0x5a43dc[0x1];const _0xd5f8b9=this['_headingOptions']?.['find'](_0x1bcee0=>_0x1bcee0['model']==_0x3745ee);if(_0xd5f8b9&&_0xd5f8b9['view']){const _0x40a32b=_0xd5f8b9['view'],_0x3977fd=(_0x40a32b['name']??_0x40a32b)['match'](/^h(\d+)/);if(_0x3977fd)return _0x3977fd[0x1];}return null;}}class Z extends _0x2c17ec{['afterInit'](){const _0x226e03=this['editor'];if(!_0x226e03['plugins']['has']('HighlightEditing'))return;const _0x212034=_0x226e03['plugins']['get']('TrackChangesEditing'),_0x38c266=_0x226e03['locale'];_0x212034['enableDefaultAttributesIntegration']('highlight'),_0x212034['registerInlineAttribute']('highlight'),_0x212034['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x38c266,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x144cd2=this['editor'],_0x13adc4=_0x144cd2['locale'];_0x144cd2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3357bd=>{if('formatInline'!=_0x3357bd['type'])return;const {data:_0x125a64}=_0x3357bd;if(_0x125a64&&'highlight'==_0x125a64['commandName']){const _0x11ff90=_0x13adc4['t'],_0x471d4e=_0x125a64['commandParams'][0x0]['value'];if(_0x471d4e){const _0x414092=_0x144cd2['config']['get']('highlight.options')['find'](_0x2a6b9f=>_0x2a6b9f['model']==_0x471d4e),_0x1f9d3d=_0x11ff90(_0x414092['title'])['toLowerCase']();return{'type':'format','content':o(_0x13adc4,'*Set\x20highlight:*\x20%0',_0x1f9d3d),'color':{'value':_0x414092['color'],'title':_0x414092['title']}};}return{'type':'format','content':o(_0x13adc4,'*Remove\x20highlight*',o(_0x13adc4,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x2c17ec{['afterInit'](){const _0x541011=this['editor'];if(!_0x541011['plugins']['has']('HorizontalLineEditing'))return;_0x541011['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x51f1fa=_0x541011['plugins']['get']('TrackChangesEditing'),_0xf70515=_0x541011['locale'];_0x51f1fa['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2da49c=>o(_0xf70515,'ELEMENT_HORIZONTAL_LINE',_0x2da49c)),_0x541011['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x319a3b,{writer:_0x415e6d,options:_0x3f8659})=>{if(!_0x3f8659['showSuggestionHighlights'])return null;const _0x1106b4=_0x415e6d['createContainerElement']('div'),_0x198a4d=_0x415e6d['createEmptyElement']('hr');return _0x415e6d['addClass']('ck-horizontal-line',_0x1106b4),_0x415e6d['insert'](_0x415e6d['createPositionAt'](_0x1106b4,0x0),_0x198a4d),_0x1106b4;},'converterPriority':'high'});}}class et extends _0x2c17ec{['afterInit'](){const _0x213b8f=this['editor'];if(!_0x213b8f['plugins']['has']('HtmlEmbed'))return;const _0x1a509c=_0x213b8f['plugins']['get']('TrackChangesEditing'),_0x203fc9=_0x213b8f['locale'];_0x1a509c['descriptionFactory']['registerElementLabel']('rawHtml',_0x5ba226=>o(_0x203fc9,'ELEMENT_HTML_EMBED',_0x5ba226)),_0x1a509c['enableDefaultAttributesIntegration']('htmlEmbed'),_0x1a509c['registerBlockAttribute']('value'),_0x1a509c['descriptionFactory']['registerDescriptionCallback'](_0x299ebe=>{if('attribute'!=_0x299ebe['type'])return;const {data:_0x5dd40f}=_0x299ebe;if(_0x5dd40f&&'value'==_0x5dd40f['key']&&_0x299ebe['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3bd355=o(_0x203fc9,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x203fc9,'*Change\x20%0\x20content*',_0x3bd355)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5e9bc4=this['editor'],_0x235413=_0x5e9bc4['locale'];_0x5e9bc4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4a0161=>{if('formatBlock'!=_0x4a0161['type'])return;const {data:_0x57af14}=_0x4a0161;if(_0x57af14&&'htmlEmbed'==_0x57af14['commandName']){const _0x2b2793=o(_0x235413,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x235413,'*Change\x20%0\x20content*',_0x2b2793)};}});}}class it extends _0x2c17ec{['afterInit'](){const _0x18ff95=this['editor'];if(!_0x18ff95['plugins']['has']('ImageEditing'))return;const _0x19883c=_0x18ff95['plugins']['get']('TrackChangesEditing'),_0x3afc69=_0x18ff95['plugins']['get']('ImageUtils'),_0x150caf=_0x18ff95['locale'];_0x19883c['enableCommand']('insertImage'),_0x19883c['descriptionFactory']['registerElementLabel']('imageBlock',_0x9c2b4c=>o(_0x150caf,'ELEMENT_IMAGE',_0x9c2b4c)),_0x19883c['descriptionFactory']['registerElementLabel']('imageInline',_0x32ece7=>o(_0x150caf,'ELEMENT_INLINE_IMAGE',_0x32ece7)),_0x19883c['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x150caf,'ELEMENT_CAPTION')),_0x18ff95['plugins']['has']('ImageUploadEditing')&&_0x19883c['enableCommand']('uploadImage'),_0x18ff95['plugins']['has']('ImageBlockEditing')&&_0x18ff95['plugins']['has']('ImageInlineEditing')&&(_0x19883c['enableCommand']('imageTypeInline',(_0x73f3c,_0x4d3951)=>{const _0x1eb12c=_0x3afc69['getClosestSelectedImageElement'](_0x18ff95['model']['document']['selection']);_0x18ff95['model']['change'](()=>{_0x19883c['markBlockFormat'](_0x1eb12c,{'commandName':'imageTypeInline','commandParams':[_0x4d3951]},[],'convertBlockImageToInline');});}),_0x19883c['enableCommand']('imageTypeBlock',(_0x3e4fbf,_0x3772ea)=>{_0x18ff95['model']['change'](_0x5e383e=>{let _0xbc8f7f=_0x3afc69['getClosestSelectedImageElement'](_0x18ff95['model']['document']['selection']),_0x3ea6fb=_0x5e383e['createRangeOn'](_0xbc8f7f);const _0x3fe209=_0xb812aa['fromPosition'](_0x3ea6fb['start'],'toPrevious'),_0x14735f=_0xb812aa['fromPosition'](_0x3ea6fb['end'],'toNext');_0x19883c['forceDefaultExecution'](()=>_0x3e4fbf(_0x3772ea)),_0xbc8f7f=_0x3afc69['getClosestSelectedImageElement'](_0x18ff95['model']['document']['selection']),_0x3ea6fb=_0x5e383e['createRangeOn'](_0xbc8f7f);const _0x3731b0=_0x5e383e['createRange'](_0x3fe209,_0x14735f);_0x3fe209['detach'](),_0x14735f['detach'](),_0x19883c['markBlockFormat'](_0xbc8f7f,{'commandName':'imageTypeInline','commandParams':[_0x3772ea]},[],'convertInlineImageToBlock'),_0x3731b0['start']['isBefore'](_0x3ea6fb['start'])&&_0x19883c['markInsertion'](_0x5e383e['createRange'](_0x3731b0['start'],_0x3ea6fb['start']),'convertInlineImageToBlock'),_0x3ea6fb['end']['isBefore'](_0x3731b0['end'])&&_0x19883c['markInsertion'](_0x5e383e['createRange'](_0x3ea6fb['end'],_0x3731b0['end']),'convertInlineImageToBlock');});}),_0x19883c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x19883c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x19883c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x19883c['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x19883c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x19883c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3c9af9])=>{const _0xb01b56=_0x19883c['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x1f7b17=_0x3c9af9['start'],_0x3749ee=_0x3c9af9['end'];const _0x46cc0f=_0x18ff95['model']['schema']['getNearestSelectionRange'](_0x1f7b17,'backward'),_0x6bffef=_0x18ff95['model']['schema']['getNearestSelectionRange'](_0x3749ee,'forward');_0x46cc0f['isCollapsed']&&(_0x1f7b17=_0x46cc0f['start']),_0x6bffef['isCollapsed']&&(_0x3749ee=_0x6bffef['end']),_0xb01b56([_0x18ff95['model']['createRange'](_0x1f7b17,_0x3749ee)]);}),_0x19883c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x1fa572),_0x19883c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x1fa572)),_0x18ff95['plugins']['has']('ImageCaptionEditing')&&(_0x19883c['enableCommand']('toggleImageCaption',(_0x314f9d,_0x1f526b)=>{const _0x5d52f8=_0x18ff95['plugins']['get']('ImageCaptionUtils');let _0x43546d=_0x3afc69['getClosestSelectedImageElement'](_0x18ff95['model']['document']['selection']),_0x42f64b=_0x5d52f8['getCaptionFromImageModelElement'](_0x43546d);_0x18ff95['model']['change'](()=>{if(_0x42f64b)return void _0x19883c['markDeletion'](_0x18ff95['model']['createRangeOn'](_0x42f64b));const _0x59d55c=_0x3afc69['isBlockImage'](_0x43546d);_0x314f9d(_0x1f526b),_0x43546d=_0x3afc69['getClosestSelectedImageElement'](_0x18ff95['model']['document']['selection']),_0x42f64b=_0x5d52f8['getCaptionFromImageModelElement'](_0x43546d),_0x19883c['markInsertion'](_0x18ff95['model']['createRangeOn'](_0x42f64b),_0x59d55c?null:'imageCaption');});}),_0x19883c['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x1fa572));const _0x146642=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3ef85f(_0x9c23b3,_0x4fa880){const _0x175df1=_0x146642['findIndex'](({type:_0x6daa12,subType:_0x2e7087})=>_0x9c23b3['type']==_0x6daa12&&_0x9c23b3['subType']==_0x2e7087),_0x52fd84=_0x146642['findIndex'](({type:_0x14be5b,subType:_0x36726b})=>_0x4fa880['type']==_0x14be5b&&_0x4fa880['subType']==_0x36726b);if(_0x175df1<0x0||_0x52fd84<0x0)return!0x1;const _0x33e7d0=_0x9c23b3['getFirstRange'](),_0x144dc0=_0x4fa880['getFirstRange']();if((0x0==_0x175df1||0x1==_0x175df1)&&0x2==_0x52fd84&&_0x33e7d0['isIntersecting'](_0x144dc0))return!0x0;if(0x2==_0x175df1&&0x3==_0x52fd84){const _0x53bcdc=_0x19883c['_findSuggestions'](_0x33e7d0,'insertion')['filter'](({suggestion:_0xfc2ad0,meta:_0x60d213})=>_0x60d213['isOwn']&&'convertInlineImageToBlock'==_0xfc2ad0['subType']);if(_0x53bcdc['length']>0x1&&_0x144dc0['end']['isEqual'](_0x33e7d0['start']))return!0x0;if(0x1==_0x53bcdc['length']&&(_0x33e7d0['start']['isEqual'](_0x144dc0['end'])||_0x33e7d0['end']['isEqual'](_0x144dc0['start'])))return!0x0;}if(0x3==_0x175df1&&0x3==_0x52fd84&&_0x33e7d0['start']['isBefore'](_0x144dc0['start'])){const _0x23a801=_0x33e7d0['end']['nodeAfter'],_0x5a0549=_0x144dc0['start']['nodeBefore'];return _0x3afc69['isBlockImage'](_0x23a801)&&_0x23a801===_0x5a0549;}return!0x1;}function _0x1fa572(_0x37bf8c,_0x4ab763){return _0x3ef85f(_0x37bf8c,_0x4ab763)?[_0x37bf8c,_0x4ab763]:_0x3ef85f(_0x4ab763,_0x37bf8c)?[_0x4ab763,_0x37bf8c]:null;}_0x18ff95['plugins']['has']('ImageResize')&&(_0x19883c['enableDefaultAttributesIntegration']('resizeImage'),_0x19883c['registerBlockAttribute']('resizedWidth'),_0x19883c['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x150caf,'FORMAT_IMAGE_SIZE'))),_0x18ff95['plugins']['has']('ImageTextAlternativeEditing')&&(_0x19883c['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x19883c['registerBlockAttribute']('alt')),_0x19883c['descriptionFactory']['registerDescriptionCallback'](_0x6cd486=>{if(!!_0x146642['find'](({type:_0x193179,subType:_0x287c5a})=>_0x6cd486['type']==_0x193179&&_0x6cd486['subType']==_0x287c5a))return _0x6cd486['previous']?{}:void 0x0;}),_0x19883c['descriptionFactory']['registerDescriptionCallback'](_0x3dcea0=>{if('insertion'==_0x3dcea0['type']||'deletion'==_0x3dcea0['type']){const _0x30d852=_0x3dcea0['getContainedElement']();if(_0x30d852&&_0x30d852['is']('element','caption'))return{'type':'insertion'==_0x3dcea0['type']?'addObject':'removeObject','element':_0x30d852,'quantity':0x1};}}),_0x19883c['descriptionFactory']['registerDescriptionCallback'](_0x4bbf02=>'formatBlock'==_0x4bbf02['type']&&'convertInlineImageToBlock'==_0x4bbf02['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x4bbf02['type']&&'convertBlockImageToInline'==_0x4bbf02['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x19883c['descriptionFactory']['registerDescriptionCallback'](_0x58e18e=>{if('attribute'!=_0x58e18e['type'])return;const {data:_0x45f011}=_0x58e18e;if(!_0x45f011||'alt'!=_0x45f011['key'])return;const _0x18810b=_0x45f011['newValue'];return _0x18810b?{'type':'format','content':o(_0x150caf,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x18810b+'\x22')}:{'type':'format','content':o(_0x150caf,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x531b30=this['editor'],_0x34f9b1=_0x531b30['locale'];_0x531b30['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58bcdf=>{if('formatBlock'!=_0x58bcdf['type']&&'formatInline'!=_0x58bcdf['type'])return;const {data:_0x2c2548}=_0x58bcdf;if(_0x2c2548){if('imageTextAlternative'==_0x2c2548['commandName']){const _0x1c3974=_0x2c2548['commandParams'][0x0]['newValue'];return _0x1c3974?{'type':'format','content':o(_0x34f9b1,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1c3974+'\x22')}:{'type':'format','content':o(_0x34f9b1,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x2c2548['commandName']){const _0x5ec20d=_0x2c2548['commandParams'][0x0]['width'];return _0x5ec20d?{'type':'format','content':o(_0x34f9b1,'*Set\x20image\x20width:*\x20%0',_0x5ec20d)}:{'type':'format','content':o(_0x34f9b1,'*Reset\x20image\x20width*')};}}});}}class st extends _0x2c17ec{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x28e284=this['editor']['locale'],_0x3fbd1b=this['editor']['plugins']['get']('TrackChangesEditing');_0x3fbd1b['enableDefaultAttributesIntegration']('replaceImageSource'),_0x3fbd1b['registerBlockAttribute']('src'),_0x3fbd1b['descriptionFactory']['registerDescriptionCallback'](_0x1b297b=>{if('attribute'!=_0x1b297b['type'])return;const {data:_0x5d7dc5}=_0x1b297b;return _0x5d7dc5&&'src'==_0x5d7dc5['key']?_0x5d7dc5['newValue']&&_0x5d7dc5['oldValue']?{'type':'format','content':o(_0x28e284,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4d7191=this['editor']['plugins']['get']('TrackChangesEditing');_0x4d7191['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x4d7191['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4d7191['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x4d7191['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x725653=this['editor'],_0x2ef703=_0x725653['locale'];_0x725653['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19f2d0=>{if('formatBlock'!=_0x19f2d0['type']&&'formatInline'!=_0x19f2d0['type'])return;const {data:_0x1f6cb8}=_0x19f2d0;if(!_0x1f6cb8||'replaceImageSource'!=_0x1f6cb8['commandName'])return;return{'type':'format','content':o(_0x2ef703,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x2c17ec{['afterInit'](){const _0xa30499=this['editor'];if(!_0xa30499['plugins']['has']('ImageStyleEditing'))return;const _0xcde2b=_0xa30499['plugins']['get']('TrackChangesEditing'),_0x31b8be=_0xa30499['plugins']['get']('ImageUtils'),_0x25750c={};_0xcde2b['enableCommand']('imageStyle',(_0x15c630,_0x5ba338)=>{const _0x182b1d=_0xa30499['plugins']['get']('Users')['me'],_0x4b302c=_0xa30499['commands']['get']('imageStyle');let _0x2832bd=_0x31b8be['getClosestSelectedImageElement'](_0xa30499['model']['document']['selection']),_0x457fb5=_0xa30499['model']['createRangeOn'](_0x2832bd),_0x140060=_0x4b302c['value'];if(_0x140060==_0x5ba338['value'])return;const _0x492842={'commandName':'imageStyle','commandParams':[_0x5ba338],'formatGroupId':_0x3d4fba()};_0xa30499['model']['change'](()=>{if(_0xcde2b['getSuggestions']()['filter'](_0x41425c=>_0x41425c['isInContent']&&_0x182b1d==_0x41425c['author']&&('formatBlock'==_0x41425c['type']||'formatInline'==_0x41425c['type'])&&('imageStylePreApply'==_0x41425c['subType']||'imageStylePostApply'==_0x41425c['subType'])&&_0x41425c['getFirstRange']()['isEqual'](_0x457fb5))['forEach'](_0xfa5fdf=>_0xcde2b['discardSuggestion'](_0xfa5fdf['head'])),_0x2832bd=_0x31b8be['getClosestSelectedImageElement'](_0xa30499['model']['document']['selection']),_0x457fb5=_0xa30499['model']['createRangeOn'](_0x2832bd),_0x4b302c['refresh'](),_0xa30499['commands']['get']('imageTypeInline')['refresh'](),_0xa30499['commands']['get']('imageTypeBlock')['refresh'](),_0x140060=_0x4b302c['value'],_0x140060!=_0x5ba338['value'])return _0x31b8be['isInlineImage'](_0x2832bd)&&_0x4b302c['shouldConvertImageType'](_0x5ba338['value'],_0x2832bd)?(_0x15c630({..._0x5ba338,'setImageSizes':!0x1}),_0x2832bd=_0x31b8be['getClosestSelectedImageElement'](_0xa30499['model']['document']['selection']),void _0xcde2b['markBlockFormat'](_0x2832bd,{..._0x492842,'commandReversedParams':[{'value':_0x140060||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x31b8be['isBlockImage'](_0x2832bd)?_0xcde2b['markBlockFormat'](_0x2832bd,_0x492842,[],'imageStylePostApply'):_0xcde2b['markInlineFormat'](_0x457fb5,_0x492842,'imageStylePostApply'));});});for(const _0x49c184 of _0xa30499['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x25750c[_0x49c184['name']]=_0x49c184['title']['toLowerCase']();_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x53fc37])=>{_0x31b8be['setImageNaturalSizeAttributes'](_0x53fc37['getContainedElement']());}),_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x23a5c4,_0x22602f)=>{_0xcde2b['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x23a5c4,{'commandName':_0x22602f['commandName'],'commandParams':_0x22602f['commandReversedParams']});}),_0xcde2b['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x3f00b2,_0x5d5d00){if(_0x2ba286(_0x3f00b2,_0x5d5d00))return[_0x3f00b2,_0x5d5d00];if(_0x2ba286(_0x5d5d00,_0x3f00b2))return[_0x5d5d00,_0x3f00b2];return null;});const _0x1ea44a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2ba286(_0x1aec14,_0x53423){const _0x18c5e4=_0x1ea44a['findIndex'](({type:_0x63dcee,subType:_0x54c06c})=>_0x1aec14['type']==_0x63dcee&&_0x1aec14['subType']==_0x54c06c),_0x2412c2=_0x1ea44a['findIndex'](({type:_0x2f6f7d,subType:_0x34bb44})=>_0x53423['type']==_0x2f6f7d&&_0x53423['subType']==_0x34bb44);if(_0x18c5e4<0x0||_0x2412c2<0x0)return!0x1;const _0x335e36=_0x1aec14['getFirstRange'](),_0x5bad61=_0x53423['getFirstRange']();if((0x0==_0x18c5e4||0x1==_0x18c5e4)&&0x2==_0x2412c2&&_0x335e36['isIntersecting'](_0x5bad61))return!0x0;if(0x2==_0x18c5e4&&0x3==_0x2412c2){const _0x1d4d59=_0xcde2b['_findSuggestions'](_0x335e36,'insertion')['filter'](({suggestion:_0x57f2c0,meta:_0x36a162})=>_0x36a162['isOwn']&&'convertInlineImageToBlock'==_0x57f2c0['subType']);if(_0x1d4d59['length']>0x1&&_0x5bad61['end']['isEqual'](_0x335e36['start']))return!0x0;if(0x1==_0x1d4d59['length']&&(_0x335e36['start']['isEqual'](_0x5bad61['end'])||_0x335e36['end']['isEqual'](_0x5bad61['start'])))return!0x0;}if(0x3==_0x18c5e4&&0x3==_0x2412c2&&_0x335e36['start']['isBefore'](_0x5bad61['start'])){const _0x1ee0e0=_0x335e36['end']['nodeAfter'],_0x563f9d=_0x5bad61['start']['nodeBefore'];return _0x31b8be['isBlockImage'](_0x1ee0e0)&&_0x1ee0e0===_0x563f9d;}return!0x1;}_0xa30499['model']['document']['registerPostFixer'](()=>{let _0x2f6752=!0x1;const _0x46e942=Array['from'](_0xa30499['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x708d30,data:_0x366db9}of _0x46e942){const {group:_0x975e9c,type:_0x41e365,subType:_0x1af9cc,id:_0x1d7939}=_0xcde2b['_splitMarkerName'](_0x708d30);if('suggestion'==_0x975e9c&&_0xcde2b['hasSuggestion'](_0x1d7939)){if('formatBlock'==_0x41e365&&('imageStylePreApply'==_0x1af9cc||'imageStylePostApply'==_0x1af9cc)){const _0x24a82f=_0xcde2b['getSuggestion'](_0x1d7939);if(_0x366db9['newRange']){const _0x49f086=_0x24a82f['getFirstRange']()['getContainedElement']();if(_0x31b8be['isBlockImage'](_0x49f086))continue;_0xcde2b['discardSuggestion'](_0x24a82f),_0x2f6752=!0x0;}}if('insertion'==_0x41e365&&'imageCaption'==_0x1af9cc&&!_0x366db9['newRange']){const _0x3d5520=_0xcde2b['getSuggestion'](_0x1d7939);_0x3d5520['next']&&_0x3d5520['next']['isInContent']&&(_0xcde2b['discardSuggestion'](_0x3d5520['next']),_0x2f6752=!0x0);}}}return _0x2f6752;}),this['_registerLegacyDescription'](_0x25750c);}['_registerLegacyDescription'](_0x2cb2f7){const _0x250c80=this['editor'],_0x4b11a6=_0x250c80['locale'];_0x250c80['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a76ab=>{if('formatBlock'!=_0x5a76ab['type']&&'formatInline'!=_0x5a76ab['type'])return;const {data:_0x4e4c99}=_0x5a76ab;if(!_0x4e4c99||'imageStyle'!=_0x4e4c99['commandName'])return;const _0x154317=_0x4e4c99['commandParams'][0x0]['value'];return _0x268b08('side'===_0x154317?o(_0x4b11a6,'FORMAT_SIDE_IMAGE'):_0x2cb2f7[_0x154317]||_0x154317);function _0x268b08(_0x238322){return{'type':'format','content':o(_0x4b11a6,'*Format:*\x20%0',_0x238322)};}});}}class ot extends _0x2c17ec{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x9042e6){super(_0x9042e6),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x268594=this['editor'],_0x34c866=_0x268594['commands']['get']('importWord'),_0x2f4361=_0x268594['commands']['get']('trackChanges');_0x34c866&&(_0x34c866['on']('execute',(_0x24b4fc,[,_0x5404aa])=>{this['_trackChangesValueDuringImport']=_0x2f4361['value'],_0x5404aa['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x34c866,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x34c866,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x2f4361['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x268594['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x2786fe,_0x5311f2){const {suggestions:_0x402d2d}=_0x5311f2,_0x232959=this['editor']['commands']['get']('trackChanges'),_0x13e2f8=_0x232959['value'];this['_trackChangesValueDuringImport']!==_0x13e2f8&&(_0x232959['execute'](),this['_trackChangesExecuted']=!0x0),_0x402d2d&&_0x402d2d['forEach'](({id:_0xa48be6,type:_0x4009cd,author:_0x488b5c,created_at:_0x51d252})=>{const _0xbcf095={'id':_0xa48be6,'type':_0x4009cd,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x488b5c,'createdAt':_0x51d252?new Date(_0x51d252):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0xbcf095);});}}class rt extends _0x2c17ec{['afterInit'](){const _0x15a172=this['editor'],_0x2ad02c=_0x15a172['plugins']['get']('TrackChangesEditing');if(_0x15a172['plugins']['has']('IndentEditing')&&(_0x2ad02c['enableCommand']('indent'),_0x2ad02c['enableCommand']('outdent')),_0x15a172['plugins']['has']('IndentBlock')){for(const _0x4f28ee of['indentBlock','outdentBlock'])_0x2ad02c['enableDefaultAttributesIntegration'](_0x4f28ee);}const _0x227e1f=_0x15a172['locale'];_0x2ad02c['registerBlockAttribute']('blockIndent'),_0x2ad02c['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x227e1f,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5f4e19=this['editor'],_0x336790=_0x5f4e19['locale'],_0x439f50=_0x5f4e19['plugins']['get']('TrackChangesEditing');_0x439f50['descriptionFactory']['registerDescriptionCallback'](_0x415541=>{if('formatBlock'!=_0x415541['type'])return;const {data:_0x306086}=_0x415541;if(!_0x306086)return;if('indentBlock'!=_0x306086['commandName']&&'outdentBlock'!=_0x306086['commandName'])return;const _0x29d52e=_0x415541['getItems']()[0x0],_0x597062=_0x439f50['descriptionFactory']['getItemLabel'](_0x29d52e);return'indentBlock'==_0x306086['commandName']?{'type':'format','content':o(_0x336790,'*Indent:*\x20%0',_0x597062)}:'outdentBlock'==_0x306086['commandName']?{'type':'format','content':o(_0x336790,'*Outdent:*\x20%0',_0x597062)}:void 0x0;});}}class at extends _0x2c17ec{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x2c17ec{['afterInit'](){const _0x255dc6=this['editor'];if(!_0x255dc6['plugins']['has']('LinkEditing'))return;const _0x326ac0=_0x255dc6['plugins']['get']('TrackChangesEditing'),_0x2d8215=_0x255dc6['commands']['get']('link');_0x326ac0['enableDefaultAttributesIntegration']('link'),_0x326ac0['enableDefaultAttributesIntegration']('unlink'),_0x326ac0['registerInlineAttribute']('linkHref');for(const _0x4f1304 of _0x2d8215['manualDecorators'])_0x326ac0['registerInlineAttribute'](_0x4f1304['id']),_0x326ac0['descriptionFactory']['registerAttributeLabel'](_0x4f1304['id'],'link\x20('+_0x4f1304['label']['toLowerCase']()+')');_0x326ac0['descriptionFactory']['registerDescriptionCallback'](_0x352048=>{if('attribute'!=_0x352048['type'])return;const {data:_0x1fb2bd}=_0x352048;if(!_0x1fb2bd||'linkHref'!=_0x1fb2bd['key'])return;const _0x1fc52f=_0x1fb2bd['newValue'],_0x3ddddf=_0x255dc6['locale'];return{'type':'format','content':null==_0x1fc52f?o(_0x3ddddf,'*Remove\x20link*'):o(_0x3ddddf,'*Set\x20link:*\x20%0','\x22'+_0x1fc52f+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x534fe2=this['editor'],_0x482ba6=_0x534fe2['locale'];_0x534fe2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x326a88=>{if('formatInline'!=_0x326a88['type'])return;const {data:_0x7160ec}=_0x326a88;if(_0x7160ec){if('link'==_0x7160ec['commandName']){const _0x1d0d2c=_0x7160ec['commandParams'][0x0];return{'type':'format','content':o(_0x482ba6,'*Set\x20link:*\x20%0','\x22'+_0x1d0d2c+'\x22')};}return'unlink'==_0x7160ec['commandName']?{'type':'format','content':o(_0x482ba6,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x2c17ec{['afterInit'](){const _0x139d87=this['editor'],_0x382c4b=_0x139d87['locale'];if(!_0x139d87['plugins']['has']('LegacyListEditing'))return;const _0x481b47=_0x139d87['plugins']['get']('TrackChangesEditing'),_0x165817=_0x139d87['plugins']['has']('LegacyTodoListEditing');function _0x3534c7(_0x4d9b20){return()=>{const _0x2984a0=_0x139d87['model']['document']['selection'],_0x20bbc6=_0x139d87['commands']['get'](_0x4d9b20);if(_0x20bbc6['value'])return void _0x139d87['execute']('paragraph',{});const _0x492999=_0x4d9b20['slice'](0x0,-0x4),_0xe5567b=function(_0x5c5ec8,_0x280abd,_0x178870){let _0x28b936=Array['from'](_0x5c5ec8)['filter'](_0x2ecfee=>function(_0x2e401d,_0x400ae2){return _0x400ae2['checkChild'](_0x2e401d['parent'],'listItem')&&!_0x400ae2['isObject'](_0x2e401d);}(_0x2ecfee,_0x178870));_0x28b936=_0x28b936['filter'](_0x55f182=>!_0x55f182['is']('element','listItem')||_0x55f182['getAttribute']('listType')!=_0x280abd);const _0xc9dbd3=new Set();for(const _0x51e774 of _0x28b936)_0x51e774['is']('element','listItem')?_0xc9dbd3['add'](me(_0x51e774)):_0xc9dbd3['add'](_0x51e774);return Array['from'](_0xc9dbd3);}(_0x2984a0['getSelectedBlocks'](),_0x492999,_0x139d87['model']['schema']);_0x139d87['model']['change'](()=>{for(const _0xf9311 of _0xe5567b)_0x481b47['markBlockFormat'](_0xf9311,{'commandName':_0x4d9b20,'commandParams':[{'forceValue':!_0x20bbc6['value']}],'formatGroupId':'blockName'},fe(_0xf9311));});};}function _0x364399(_0x6c7311){return()=>{const _0x423902=function(_0x5cca34){let _0x4be40f=Array['from'](_0x5cca34);const _0x4d6ff9=_0x4be40f['findIndex'](_0x1fafda=>'listItem'!=_0x1fafda['name']);return _0x4d6ff9>-0x1&&(_0x4be40f=_0x4be40f['slice'](0x0,_0x4d6ff9)),_0x4be40f;}(_0x139d87['model']['document']['selection']['getSelectedBlocks']()),_0x2e37f9=_0x139d87['model']['createRange'](_0x139d87['model']['createPositionAt'](_0x423902[0x0],'before'),_0x139d87['model']['createPositionAt'](_0x423902[_0x423902['length']-0x1],'end'));_0x139d87['model']['change'](()=>{_0x481b47['markBlockFormat'](_0x2e37f9,{'commandName':_0x6c7311,'commandParams':[],'formatGroupId':'listIndent'},function(_0x53f883){const _0x3d0810=new Set();for(const _0x1eb847 of _0x53f883){let _0x44f662=_0x1eb847['nextSibling'];for(;_0x44f662&&_0x44f662['getAttribute']('listIndent')>_0x1eb847['getAttribute']('listIndent');)_0x3d0810['add'](_0x44f662),_0x44f662=_0x44f662['nextSibling'];}return Array['from'](_0x3d0810);}(_0x423902));});};}_0x481b47['enableCommand']('numberedList',_0x3534c7('numberedList')),_0x481b47['enableCommand']('bulletedList',_0x3534c7('bulletedList')),_0x165817&&_0x481b47['enableCommand']('todoList',_0x3534c7('todoList')),_0x481b47['enableCommand']('indentList',_0x364399('indentList')),_0x481b47['enableCommand']('outdentList',_0x364399('outdentList')),_0x165817&&_0x481b47['enableCommand']('checkTodoList',()=>{const _0x2c6052=_0x139d87['commands']['get']('checkTodoList'),_0x4322c9=Array['from'](_0x2c6052['_selectedElements']);_0x4322c9['filter'](_0x413240=>_0x413240['getAttribute']('todoListChecked')!=_0x2c6052['value']),_0x139d87['model']['change'](()=>{for(const _0x19a528 of _0x4322c9)_0x481b47['markBlockFormat'](_0x19a528,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x2c6052['value']}]});});}),_0x481b47['descriptionFactory']['registerElementLabel']('listItem',_0x36cf47=>o(_0x382c4b,'ELEMENT_LIST_ITEM',_0x36cf47)),_0x481b47['descriptionFactory']['registerDescriptionCallback'](_0x51ba39=>{if('formatBlock'!=_0x51ba39['type']&&'formatInline'!=_0x51ba39['type'])return;const {data:_0x286981}=_0x51ba39;if(_0x286981){if('numberedList'==_0x286981['commandName']||'bulletedList'==_0x286981['commandName']||'todoList'==_0x286981['commandName'])switch(_0x286981['commandName']['replace']('List','')){case'bulleted':return _0xb1c3d6(o(_0x382c4b,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xb1c3d6(o(_0x382c4b,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xb1c3d6(o(_0x382c4b,'ELEMENT_TODO_LIST'));}if('indentList'==_0x286981['commandName'])return{'type':'format','content':o(_0x382c4b,'*Indent:*\x20%0',o(_0x382c4b,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x286981['commandName'])return{'type':'format','content':o(_0x382c4b,'*Outdent:*\x20%0',o(_0x382c4b,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x286981['commandName'])return _0x286981['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x382c4b,'*Check\x20item*')}:{'type':'format','content':o(_0x382c4b,'*Uncheck\x20item*')};}function _0xb1c3d6(_0x4412dc){return{'type':'format','content':o(_0x382c4b,'*Change\x20to:*\x20%0',_0x4412dc)};}});}}function me(_0x208850){const _0x4c08e3=_0x208850['getAttribute']('listIndent');if(0x0==_0x4c08e3)return _0x208850;let _0x4aee14=_0x208850;for(;_0x208850['previousSibling']&&_0x208850['previousSibling']['is']('element','listItem');){const _0x5e37d2=_0x208850['previousSibling']['getAttribute']('listIndent');if(_0x5e37d2==_0x4c08e3)_0x4aee14=_0x208850['previousSibling'];else{if(_0x5e37d2<_0x4c08e3)break;}_0x208850=_0x208850['previousSibling'];}return _0x4aee14;}function fe(_0x2ca79d){const _0x23bb17=[];if(_0x2ca79d['is']('element','listItem')&&_0x2ca79d['getAttribute']('listIndent')>0x0){let _0x47c6b8=_0x2ca79d['nextSibling'];for(;_0x47c6b8&&'listItem'==_0x47c6b8['name']&&_0x47c6b8['getAttribute']('listIndent')==_0x2ca79d['getAttribute']('listIndent');)_0x23bb17['push'](_0x47c6b8),_0x47c6b8=_0x47c6b8['nextSibling'];}return _0x23bb17;}class K extends _0x2c17ec{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x2089c3=this['editor']['config']['get']('list.properties'),_0x2c5139=this['editor']['plugins']['get']('TrackChangesEditing');_0x2089c3['styles']&&_0x2c5139['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x2089c3['reversed']&&_0x2c5139['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x2089c3['startIndex']&&_0x2c5139['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x2c5139['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x42796b,_0x325054={}){const _0x524d94=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3bf889=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x524d94['markMultiRangeBlockFormat'](_0x3bf889,{'commandName':'listStyle','commandParams':[{'type':_0x325054['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x23f588,_0x4e1586={}){const _0x545512=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5522ae=this['_getSuggestionBlocks'](_0x2b517f=>_0x2b517f['is']('element','listItem')&&'numbered'===_0x2b517f['getAttribute']('listType'));if(_0x5522ae['length']<0x1)return;const _0x4d836e=_0x5522ae['map'](_0x5f6dde=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5f6dde,'before'),this['editor']['model']['createPositionAt'](_0x5f6dde,0x0)));this['editor']['model']['change'](()=>{_0x545512['markMultiRangeBlockFormat'](_0x4d836e,{'commandName':'listReversed','commandParams':[{'reversed':_0x4e1586['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x59cc74,_0x1f984f={}){const _0xdd2499=this['editor']['plugins']['get']('TrackChangesEditing'),_0x196ada=this['_getSuggestionBlocks'](_0x114c96=>_0x114c96['is']('element','listItem')&&'numbered'===_0x114c96['getAttribute']('listType'));if(_0x196ada['length']<0x1)return;const _0x1aedfb=_0x196ada['map'](_0x5d6e6a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5d6e6a,'before'),this['editor']['model']['createPositionAt'](_0x5d6e6a,0x0)));this['editor']['model']['change'](()=>{_0xdd2499['markMultiRangeBlockFormat'](_0x1aedfb,{'commandName':'listStart','commandParams':[{'startIndex':_0x1f984f['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x2a3da0){if('formatBlock'!=_0x2a3da0['type']&&'formatInline'!=_0x2a3da0['type'])return;const _0x399b77=this['editor']['locale'],{data:_0x2999fc}=_0x2a3da0;if(!_0x2999fc)return;let _0xcf3a84,_0x3d6aef;switch(_0x2999fc['commandName']){case'listStyle':_0xcf3a84='*Change\x20to:*\x20%0',_0x3d6aef={'type':'format','content':o(_0x399b77,_0xcf3a84,o(_0x399b77,this['_getTranslationKeyForListStyle'](_0x2999fc['commandParams'][0x0]['type'])))};break;case'listReversed':_0xcf3a84=_0x2999fc['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3d6aef={'type':'format','content':o(_0x399b77,_0xcf3a84)};break;case'listStart':_0xcf3a84='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3d6aef={'type':'format','content':o(_0x399b77,_0xcf3a84,_0x2999fc['commandParams'][0x0]['startIndex'])};}return _0x3d6aef;}['_getSuggestionBlocksForListStyle'](){const _0x52914f=this['editor']['plugins']['get']('LegacyListUtils');let _0xcf0455=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0xcf0455[0x0]?.['is']('element','listItem')&&_0xcf0455['unshift'](..._0x52914f['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0xcf0455[_0xcf0455['length']-0x1]?.['is']('element','listItem')&&_0xcf0455['push'](..._0x52914f['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0xcf0455=[...new Set(_0xcf0455)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0xcf0455=_0xcf0455['filter'](_0x61a26a=>_0x61a26a['is']('element','listItem'))),_0xcf0455;}['_getSuggestionBlocks'](_0x271090){const _0x5dc1ba=this['editor']['plugins']['get']('LegacyListUtils');let _0x1837bc=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x271090)['map'](_0xb45ad6=>{const _0x39626c=this['editor']['model']['createPositionAt'](_0xb45ad6,0x0);return[..._0x5dc1ba['getSiblingNodes'](_0x39626c,'backward'),..._0x5dc1ba['getSiblingNodes'](_0x39626c,'forward')];})['flat']();return _0x1837bc=[...new Set(_0x1837bc)],_0x1837bc;}['_getTranslationKeyForListStyle'](_0x1666bb){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1666bb)||'default')['toUpperCase']()+'_LIST_'+_0x1666bb['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x2c17ec{['afterInit'](){const _0x336781=this['editor'];if(!_0x336781['plugins']['has']('MediaEmbedEditing'))return;const _0xbd832c=_0x336781['plugins']['get']('TrackChangesEditing'),_0x45dbc0=_0x336781['locale'];_0xbd832c['enableCommand']('mediaEmbed'),_0xbd832c['descriptionFactory']['registerElementLabel']('media',_0x298a07=>o(_0x45dbc0,'ELEMENT_MEDIA',_0x298a07)),_0x336781['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3e7574,{writer:_0x2ee0b0,options:_0x35aa1c})=>{if(_0x35aa1c['showSuggestionHighlights'])return _0x2ee0b0['createEmptyElement']('div');},'converterPriority':'high'}),_0x336781['data']['downcastDispatcher']['on']('attribute:url:media',(_0x5036b0,_0x10e9c0,_0x5aa99c)=>{_0x5aa99c['options']['showSuggestionHighlights']&&_0x5036b0['stop']();},{'priority':'high'});}}class gt extends _0x2c17ec{['afterInit'](){const _0x5b335f=this['editor'];_0x5b335f['plugins']['has']('MentionEditing')&&_0x5b335f['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x2c17ec{['afterInit'](){const _0x53143c=this['editor'],_0xb45850=_0x53143c['plugins']['get']('TrackChangesEditing');_0x53143c['plugins']['has']('MultiLevelList')&&(_0xb45850['enableDefaultAttributesIntegration']('multiLevelList'),_0xb45850['registerBlockAttribute']('listMarkerStyle'),_0xb45850['descriptionFactory']['registerDescriptionCallback'](_0x23dca3=>this['handleDescriptions'](_0x23dca3)));}['handleDescriptions'](_0x59a9e8){const _0x54034a=this['editor']['locale'],{data:_0x532fbd}=_0x59a9e8,_0x2b494={'type':'format','content':''};if(_0x532fbd&&'listMarkerStyle'==_0x532fbd['key']){if(!_0x532fbd['oldValue'])return{'type':'format','content':o(_0x54034a,'*Set\x20format:*\x20%0',o(_0x54034a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x532fbd['newValue']+')'};if(!_0x532fbd['newValue']){let _0x2c9477=_0x59a9e8['head'];for(;_0x2c9477;){if(_0x2c9477['data']&&'listType'==_0x2c9477['data']['key']&&_0x2c9477['data']['newValue'])return _0x2b494;_0x2c9477=_0x2c9477['next'];}return{'type':'format','content':o(_0x54034a,'*Remove\x20format:*\x20%0',o(_0x54034a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x532fbd['oldValue']+')'};}}}}class mt extends _0x2c17ec{['afterInit'](){const _0x5743d0=this['editor'];if(!_0x5743d0['plugins']['has']('PageBreakEditing'))return;_0x5743d0['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x44252f=_0x5743d0['plugins']['get']('TrackChangesEditing'),_0x456e3a=_0x5743d0['locale'];_0x44252f['descriptionFactory']['registerElementLabel']('pageBreak',_0x102321=>o(_0x456e3a,'ELEMENT_PAGE_BREAK',_0x102321));}}class dt extends _0x2c17ec{['afterInit'](){const _0x25908c=this['editor'];if(!_0x25908c['plugins']['has']('Paragraph'))return;const _0x24dcad=_0x25908c['locale'],_0x4d4e06=_0x25908c['plugins']['get']('TrackChangesEditing');_0x4d4e06['descriptionFactory']['registerElementLabel']('paragraph',_0xb61e0d=>o(_0x24dcad,'ELEMENT_PARAGRAPH',_0xb61e0d)),_0x4d4e06['enableDefaultAttributesIntegration']('paragraph'),_0x4d4e06['enableCommand']('insertParagraph'),_0x25908c['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x25908c),{'priority':'highest'}),_0x25908c['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x538c91,_0x3887b6,_0xac0f15)=>{_0xac0f15['options']['showSuggestionHighlights']&&nr(_0x25908c,{'showActiveMarker':!0x1})(_0x538c91,_0x3887b6,_0xac0f15);},{'priority':'highest'});const _0x499833=_0x4d4e06['descriptionFactory'];_0x499833['registerDescriptionCallback'](_0x2eb6c8=>{if('insertion'!==_0x2eb6c8['type'])return;const {start:_0x12f2e8,end:_0x5a6377}=_0x2eb6c8['getFirstRange']();if(!_0x12f2e8['isTouching'](_0x5a6377)||!_0x12f2e8['nodeAfter'])return;const _0x25ff59=_0x25908c['model']['schema'],_0x5bfb11=_0x12f2e8['nodeAfter'];return _0x25ff59['isBlock'](_0x5bfb11)&&!_0x25ff59['isLimit'](_0x5bfb11)&&_0x25ff59['checkChild'](_0x5bfb11,'$text')?{'type':'insertion','content':o(_0x24dcad,'*Insert:*\x20%0',_0x499833['getItemLabel'](_0x5bfb11,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1acb24=this['editor'],_0x37ce9d=_0x1acb24['locale'];_0x1acb24['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x219de1=>{if('formatBlock'!=_0x219de1['type'])return;const {data:_0xb9c734}=_0x219de1;return _0xb9c734&&'paragraph'==_0xb9c734['commandName']?{'type':'format','content':o(_0x37ce9d,'*Change\x20to:*\x20%0',o(_0x37ce9d,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0xf8ea73,{showActiveMarker:_0x77df41=!0x0}={}){return(_0x3506f3,_0x56d9a9,_0xe9c87)=>{const _0x13e51c=_0xf8ea73['plugins']['get']('TrackChangesEditing'),_0x5f3c6c=_0x56d9a9['markerRange']['start'],_0x52f713=_0x56d9a9['markerRange']['end'],_0x9defa1=_0xf8ea73['model']['schema'];if(!_0x5f3c6c['isTouching'](_0x52f713)||!_0x5f3c6c['nodeAfter'])return;const _0xce030c=_0x5f3c6c['nodeAfter'];if(_0x9defa1['isBlock'](_0xce030c)&&!_0x9defa1['isLimit'](_0xce030c)&&_0x9defa1['checkChild'](_0xce030c,'$text')){if(!_0xe9c87['consumable']['consume'](_0x56d9a9['markerRange'],_0x3506f3['name']))return;const _0x90c05a=_0xe9c87['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x174bb8=_0xe9c87['mapper']['toViewPosition'](_0x52f713);_0x77df41&&_0x13e51c['activeMarkers']['includes'](_0x56d9a9['markerName'])&&_0xe9c87['writer']['addClass']('ck-suggestion-marker--active',_0x90c05a),_0xe9c87['writer']['insert'](_0x174bb8,_0x90c05a),_0xe9c87['mapper']['bindElementToMarker'](_0x90c05a,_0x56d9a9['markerName']);}};}class pt extends _0x2c17ec{['afterInit'](){const _0x14a307=this['editor'];if(!_0x14a307['plugins']['has']('RemoveFormatEditing'))return;_0x14a307['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x39de5e=this['editor'];_0x39de5e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x150d5a=>{if('formatBlock'!=_0x150d5a['type']&&'formatInline'!=_0x150d5a['type'])return;const {data:_0x2acd64}=_0x150d5a;return _0x2acd64&&'removeFormat'==_0x2acd64['commandName']?{'type':'format','content':o(_0x39de5e['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x2c17ec{['afterInit'](){const _0x4a400a=this['editor'];if(!_0x4a400a['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x20bfb5=_0x4a400a['plugins']['get']('TrackChangesEditing');_0x20bfb5['enableCommand']('goToPreviousRestrictedEditingException'),_0x20bfb5['enableCommand']('goToNextRestrictedEditingException');const _0x2e1b74=_0x4a400a['plugins']['get']('RestrictedEditingModeEditing');_0x2e1b74['enableCommand']('trackChanges'),_0x2e1b74['enableCommand']('acceptSuggestion'),_0x2e1b74['enableCommand']('discardSuggestion'),_0x2e1b74['enableCommand']('acceptAllSuggestions'),_0x2e1b74['enableCommand']('discardAllSuggestions'),_0x2e1b74['enableCommand']('acceptSelectedSuggestions'),_0x2e1b74['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x2c17ec{static get['requires'](){return[_0x3b6ddb];}['init'](){const _0x4d4dad=this['editor'],_0x3b24dd=_0x4d4dad['plugins']['get']('TrackChangesEditing');_0x3b24dd['enableCommand']('shiftEnter'),_0x4d4dad['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x4d4dad),{'priority':'high'}),_0x4d4dad['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x4d4dad),{'priority':'high'}),_0x4d4dad['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xabf410,_0x122897,_0x533dc3)=>{_0x533dc3['options']['showSuggestionHighlights']&&de(_0x4d4dad,{'showActiveMarker':!0x1})(_0xabf410,_0x122897,_0x533dc3);}),_0x3b24dd['descriptionFactory']['registerElementLabel']('softBreak',_0x1ebb2c=>o(_0x4d4dad['locale'],'ELEMENT_LINE_BREAK',_0x1ebb2c));}}function de(_0x26edb3,{showActiveMarker:_0x3a8a43=!0x0}={}){return(_0x936e54,_0x55a0af,_0x4001cf)=>{const _0x4c79c5=_0x26edb3['plugins']['get']('TrackChangesEditing');if(!_0x4001cf['consumable']['test'](_0x55a0af['markerRange'],_0x936e54['name']))return;const _0x5027e2=_0x26edb3['model'];for(const _0x2c9bca of _0x55a0af['markerRange']['getItems']()){if(!_0x2c9bca['is']('element','softBreak'))continue;const _0x230b0f='deletion'==_0x55a0af['markerName']['split'](':')[0x1]?'merge':'split',_0x43be0b=_0x4001cf['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x230b0f}),_0x966422=_0x4001cf['mapper']['toViewPosition'](_0x5027e2['createPositionBefore'](_0x2c9bca));_0x3a8a43&&_0x4c79c5['activeMarkers']['includes'](_0x55a0af['markerName'])&&_0x4001cf['writer']['addClass']('ck-suggestion-marker--active',_0x43be0b),_0x4001cf['writer']['insert'](_0x966422,_0x43be0b),_0x4001cf['mapper']['bindElementToMarker'](_0x43be0b,_0x55a0af['markerName']);}};}class wt extends _0x2c17ec{['afterInit'](){const _0x4512c1=this['editor'],_0x15a621=_0x4512c1['model'],_0x32e6ea=_0x4512c1['locale'];if(!_0x4512c1['plugins']['has']('StandardEditingModeEditing'))return;const _0x501f24=_0x4512c1['plugins']['get']('TrackChangesEditing'),_0x34d35f='restrictedEditingException',_0x2e3ecd=_0x4512c1['commands']['get'](_0x34d35f);_0x501f24['enableCommand'](_0x34d35f,(_0x3b5302,_0x28fcd2={})=>{const _0x243f90=_0x15a621['document']['selection'];if(_0x243f90['isCollapsed'])return void _0x3b5302(_0x28fcd2);const _0x20e667=void 0x0!==_0x28fcd2['forceValue']?_0x28fcd2['forceValue']:!_0x2e3ecd['value'];_0x15a621['change'](()=>{const _0x324dd7=Array['from'](_0x243f90['getRanges']());for(const _0x3a69b1 of _0x324dd7){const _0x477d4d=_0x20e667?[_0x3a69b1]:io(_0x34d35f,_0x3a69b1,_0x15a621);for(const _0x109cc0 of _0x477d4d)_0x501f24['markInlineFormat'](_0x109cc0,{'commandName':_0x34d35f,'commandParams':[{'forceValue':_0x20e667}]});}});}),_0x501f24['descriptionFactory']['registerDescriptionCallback'](_0x955899=>{if('formatBlock'!=_0x955899['type']&&'formatInline'!=_0x955899['type'])return;const {data:_0x4b1ed0}=_0x955899;return _0x4b1ed0&&_0x4b1ed0['commandName']==_0x34d35f?_0x4b1ed0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x32e6ea,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x32e6ea,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x2c17ec{['afterInit'](){const _0x3921ad=this['editor'];if(!_0x3921ad['plugins']['has']('Style')||!_0x3921ad['plugins']['has']('DataSchema'))return;const _0x3ff500=_0x3921ad['plugins']['get']('TrackChangesEditing'),_0x1be8f4=_0x3921ad['locale'],_0xbf6d24=_0x3921ad['config']['get']('style')||{},_0x496c9c=_0x3921ad['plugins']['get']('GeneralHtmlSupport'),_0x1245bc=_0x3921ad['plugins']['get']('StyleUtils')['normalizeConfig'](_0x3921ad['plugins']['get']('DataSchema'),_0xbf6d24['definitions']);_0x3ff500['enableDefaultAttributesIntegration']('style');const _0x3f2182=new Set();for(const _0x5ccc10 of _0x1245bc['block']){const _0x1fadd1=_0x496c9c['getGhsAttributeNameForElement'](_0x5ccc10['element']);_0x3f2182['add'](_0x1fadd1);}const _0x4f6e3d=new Set();for(const _0x2d55b9 of _0x1245bc['inline']){const _0x2ed887=_0x496c9c['getGhsAttributeNameForElement'](_0x2d55b9['element']);_0x4f6e3d['add'](_0x2ed887);for(const _0x5c3788 of _0x2d55b9['ghsAttributes'])_0x4f6e3d['add'](_0x5c3788);}for(const _0x3c2fc8 of _0x3f2182)_0x3ff500['registerBlockAttribute'](_0x3c2fc8),_0x3ff500['descriptionFactory']['registerAttributeLabel'](_0x3c2fc8,o(_0x1be8f4,'FORMAT_STYLE'));for(const _0x5dc980 of _0x4f6e3d)_0x3ff500['registerInlineAttribute'](_0x5dc980),_0x3ff500['descriptionFactory']['registerAttributeLabel'](_0x5dc980,o(_0x1be8f4,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5c28de=this['editor'],_0x504a1d=_0x5c28de['locale'];_0x5c28de['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x352232=>{if('formatBlock'!=_0x352232['type']&&'formatInline'!=_0x352232['type'])return;const {data:_0x16e20b}=_0x352232;return _0x16e20b&&'style'===_0x16e20b['commandName']?_0x16e20b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x504a1d,'*Set\x20format:*\x20%0',_0x16e20b['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x504a1d,'*Remove\x20format:*\x20%0',_0x16e20b['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x2c17ec{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3e803a){super(_0x3e803a),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x288bc2=this['editor'],_0x30574a=_0x288bc2['model']['document']['selection'];if(!_0x288bc2['plugins']['has']('TableEditing'))return;const _0x34fc9d=_0x288bc2['locale'],_0x2a1be7=_0x288bc2['plugins']['get']('TrackChangesEditing'),_0x16e18d=_0x288bc2['plugins']['get']('TableUtils');_0x2a1be7['descriptionFactory']['registerElementLabel']('table',_0x414149=>o(_0x34fc9d,'ELEMENT_TABLE',_0x414149)),this['_setupColumnsRowsFixing'](),_0x2a1be7['enableCommand']('insertTable'),_0x2a1be7['enableCommand']('selectTableRow'),_0x2a1be7['enableCommand']('selectTableColumn');for(const _0x5c0920 of['insertTableRowAbove','insertTableRowBelow']){const _0x473b39=_0x288bc2['commands']['get'](_0x5c0920);_0x2a1be7['enableCommand'](_0x5c0920,_0x15f203=>{_0x288bc2['model']['change'](_0x49ffae=>{_0x15f203();const _0x58dbf2='above'===_0x473b39['order'],_0x423586=_0x16e18d['getSelectionAffectedTableCells'](_0x30574a),_0x36bc8b=_0x16e18d['getRowIndexes'](_0x423586),_0x124d5a=_0x58dbf2?_0x36bc8b['first']-0x1:_0x36bc8b['last']+0x1,_0x3dfea1=_0x423586[0x0]['findAncestor']('table'),_0x702d65=_0x16e18d['createTableWalker'](_0x3dfea1,{'startRow':_0x124d5a,'endRow':_0x124d5a}),_0x856e2a=Array['from'](_0x702d65)['map'](_0x4cfa73=>_0x49ffae['createRangeOn'](_0x4cfa73['cell']));_0x2a1be7['markMultiRangeInsertion'](_0x856e2a,'tableRow');});});}for(const _0x297ca8 of['insertTableColumnLeft','insertTableColumnRight']){const _0x918ca9=_0x288bc2['commands']['get'](_0x297ca8);_0x2a1be7['enableCommand'](_0x297ca8,_0x1c6498=>{_0x288bc2['model']['change'](_0x44fcfc=>{_0x1c6498();const _0x2de21c='left'===_0x918ca9['order'],_0x38fa2c=_0x16e18d['getSelectionAffectedTableCells'](_0x30574a),_0x4a15bc=_0x16e18d['getColumnIndexes'](_0x38fa2c),_0x43b26a=_0x2de21c?_0x4a15bc['first']-0x1:_0x4a15bc['last']+0x1,_0x2722f3=_0x38fa2c[0x0]['findAncestor']('table'),_0x16539e=_0x16e18d['createTableWalker'](_0x2722f3,{'startRow':0x0,'column':_0x43b26a,'includeAllSlots':!0x1}),_0x5ade05=Array['from'](_0x16539e)['map'](_0x4eaf4=>_0x44fcfc['createRangeOn'](_0x4eaf4['cell']));_0x2a1be7['markMultiRangeInsertion'](_0x5ade05,'tableColumn');});});}for(const _0x37aa78 of['removeTableRow','removeTableColumn']){const _0x39cb75=_0x37aa78['substr'](0xb),_0x372d85=_0x39cb75['toLowerCase'](),_0x1485dc=_0x372d85['substr'](0x0,0x3)+'span',_0x31dc05='table'+_0x39cb75,_0x461548='min'+_0x39cb75,_0x1d1be7='max'+_0x39cb75;_0x2a1be7['enableCommand'](_0x37aa78,()=>{_0x288bc2['model']['change'](_0x14dadc=>{const _0x38542a=_0x16e18d['getSelectionAffectedTableCells'](_0x30574a),_0x599662=_0x38542a[0x0]['findAncestor']('table');let _0x1d977a;if('removeTableRow'==_0x37aa78){const _0x4ae556=_0x16e18d['getRowIndexes'](_0x38542a);_0x1d977a={'startRow':_0x4ae556['first'],'endRow':_0x4ae556['last'],'includeAllSlots':!0x0};}else{const _0x2aab63=_0x16e18d['getColumnIndexes'](_0x38542a);_0x1d977a={'startColumn':_0x2aab63['first'],'endColumn':_0x2aab63['last'],'includeAllSlots':!0x0};}const _0x4d0df1=_0x16e18d['createTableWalker'](_0x599662,_0x1d977a),_0x150e53=Array['from'](_0x4d0df1)['map'](({cell:_0x5a2369})=>_0x5a2369),_0x40528d=Ee(_0x150e53['filter'](_0x382975=>_0x382975['hasAttribute'](_0x1485dc))),_0x5aa1bd=Ee(_0x150e53['filter'](_0x2e1562=>!_0x2e1562['hasAttribute'](_0x1485dc)))['map'](_0x585e57=>_0x14dadc['createRangeOn'](_0x585e57)),_0x2d5477=_0x2a1be7['markMultiRangeDeletion'](_0x5aa1bd,_0x31dc05);if(_0x2d5477&&('tableRow'==_0x2d5477['subType']||'tableColumn'==_0x2d5477['subType'])){const _0x499f68=this['_getSuggestionCoords'](_0x2d5477);for(const _0x44e850 of _0x40528d){const _0x2c40cc=_0x14dadc['createRangeOn'](_0x44e850),_0x464b13=_0x16e18d['getCellLocation'](_0x44e850),_0x402ad8=_0x44e850['getAttribute'](_0x1485dc)-0x1,_0x4f8760=_0x499f68[_0x461548],_0x49a112=_0x499f68[_0x1d1be7];_0x4f8760<=_0x464b13[_0x372d85]&&_0x464b13[_0x372d85]+_0x402ad8<=_0x49a112&&_0x2d5477['addRange'](_0x2c40cc);}}});});}function _0x5bd9d8(_0x2185ce){const _0x1644dd=Array['from'](_0x30574a['getRanges']())['map'](_0xb5ac97=>_0x24b6fa['fromRange'](_0xb5ac97));_0x288bc2['model']['change'](_0x303b01=>{const _0x3ccc65=_0x303b01['batch'];_0x2185ce=_0x2185ce['filter'](_0x233dba=>'$graveyard'!=_0x233dba['root']['rootName']),_0x303b01['setSelection'](_0x2185ce),_0x288bc2['commands']['get']('removeTableRow')['refresh'](),_0x288bc2['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x288bc2['model']['enqueueChange'](()=>{_0x288bc2['model']['enqueueChange'](_0x3ccc65,_0x439e1a=>{const _0x4382f9=_0x1644dd['filter'](_0x3a91b6=>'$graveyard'!=_0x3a91b6['root']['rootName']);_0x4382f9['length']>0x0&&_0x439e1a['setSelection'](_0x4382f9);for(const _0x22a3ee of _0x1644dd)_0x22a3ee['detach']();});});});}function _0x2408b9(_0x193076){_0x288bc2['model']['change'](_0xe5f10a=>{const _0x590970=Array['from'](_0x30574a['getRanges']())['map'](_0x2017ab=>_0x24b6fa['fromRange'](_0x2017ab)),_0x1c283f=[];for(const _0x5cc9c6 of _0x193076)for(const _0xf46cf6 of _0x5cc9c6['getItems']({'shallow':!0x0}))_0x1c283f['push'](_0xf46cf6);for(const _0x9d2549 of _0x1c283f)'$graveyard'!=_0x9d2549['root']['rootName']&&(_0xe5f10a['setSelection'](_0xe5f10a['createPositionAt'](_0x9d2549,0x0)),_0x288bc2['commands']['get']('removeTableColumn')['refresh'](),_0x288bc2['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x283fe4=_0x590970['filter'](_0x248cf6=>'$graveyard'!=_0x248cf6['root']['rootName']);_0x283fe4['length']>0x0&&_0xe5f10a['setSelection'](_0x283fe4);for(const _0x1175b1 of _0x590970)_0x1175b1['detach']();});}function _0x1c5700(_0x9e01d2,_0x303e7d){return _0x303e7d['every'](_0x2561e3=>_0x9e01d2['some'](_0x2b7246=>_0x2b7246['end']['isEqual'](_0x2561e3['start'])||_0x2561e3['end']['isEqual'](_0x2b7246['start'])));}function _0x599a32(_0x37122c,_0x4125fc){return _0x37122c['some'](_0x1665e8=>_0x4125fc['some'](_0x54d673=>_0x1665e8['end']['isTouching'](_0x54d673['start'])));}_0x288bc2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xc12294,_0x2857a4,_0x5ec4f5)=>{if(!_0x5ec4f5['options']['showSuggestionHighlights'])return;const _0x2e1037=_0x2857a4['item'];if(!_0x2e1037)return;const _0x2efa53=_0x5ec4f5['mapper']['toViewElement'](_0x2e1037);function _0x1fb38d(_0x4c0616){return Array['isArray'](_0x4c0616)?_0x4c0616:[_0x4c0616];}_0x2efa53&&'tableCell'===_0x2e1037['name']&&_0x12e0bb(_0x2efa53,_0x5ec4f5['writer'],(_0x3905e1,_0x23d2ba,_0x1a06cb)=>_0x1a06cb['addClass'](_0x1fb38d(_0x23d2ba['classes']),_0x3905e1),(_0x3ad254,_0x3deea9,_0x52551b)=>_0x52551b['removeClass'](_0x1fb38d(_0x3deea9['classes']),_0x3ad254));},{'priority':'highest'}),_0x2a1be7['descriptionFactory']['registerDescriptionCallback'](_0x4b6b8e=>{if('insertion'!=_0x4b6b8e['type']&&'deletion'!=_0x4b6b8e['type'])return;const _0x5aa52e=_0x4b6b8e['getContainedElement']();if(null!=_0x5aa52e&&_0x5aa52e['is']('element','table')){if('insertion'==_0x4b6b8e['type']){const _0x506927=_0x4b6b8e['getItems']()['filter'](_0x4813e7=>_0x4813e7['is']('$textProxy'))['map'](_0x18ba10=>_0x18ba10['data']);if(_0x506927['length'])return{'type':'insertion','content':o(_0x34fc9d,'*Insert:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x506927['join']('\x20')+'\x22'))};}if('deletion'==_0x4b6b8e['type']){const _0x3c2f4b=_0x4b6b8e['getItems']()['filter'](_0x46bb6b=>_0x46bb6b['is']('$textProxy'))['map'](_0x480e5e=>_0x480e5e['data']);if(_0x3c2f4b['length'])return{'type':'deletion','content':o(_0x34fc9d,'*Remove:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3c2f4b['join']('\x20')+'\x22'))};}}}),_0x2a1be7['descriptionFactory']['registerDescriptionCallback'](_0x1a20a1=>{if('tableRow'==_0x1a20a1['subType']){const _0x5673e5=_0x1a20a1['getItems']()['filter'](_0x17fe16=>_0x17fe16['is']('$textProxy'))['map'](_0x3061ab=>_0x3061ab['data']),_0x297aa6=this['_getSuggestionCoords'](_0x1a20a1),_0x123861=_0x297aa6['maxRow']-_0x297aa6['minRow']+0x1;if('insertion'==_0x1a20a1['type'])return _0x5673e5['length']?{'type':'insertion','content':o(_0x34fc9d,'*Insert:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x123861,'\x22'+_0x5673e5['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x34fc9d,'*Insert:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_ROW',_0x123861))};if('deletion'==_0x1a20a1['type'])return _0x5673e5['length']?{'type':'deletion','content':o(_0x34fc9d,'*Remove:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x123861,'\x22'+_0x5673e5['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x34fc9d,'*Remove:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_ROW',_0x123861))};}if('tableColumn'==_0x1a20a1['subType']){const _0x4a61e0=_0x1a20a1['getItems']()['filter'](_0x5e2df6=>_0x5e2df6['is']('$textProxy'))['map'](_0x18f996=>_0x18f996['data']),_0x4d19ef=this['_getSuggestionCoords'](_0x1a20a1),_0x4c7aa4=_0x4d19ef['maxColumn']-_0x4d19ef['minColumn']+0x1;if('insertion'==_0x1a20a1['type'])return _0x4a61e0['length']?{'type':'insertion','content':o(_0x34fc9d,'*Insert:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4c7aa4,'\x22'+_0x4a61e0['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x34fc9d,'*Insert:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_COLUMN',_0x4c7aa4))};if('deletion'==_0x1a20a1['type'])return _0x4a61e0['length']?{'type':'deletion','content':o(_0x34fc9d,'*Remove:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4c7aa4,'\x22'+_0x4a61e0['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x34fc9d,'*Remove:*\x20%0',o(_0x34fc9d,'ELEMENT_TABLE_COLUMN',_0x4c7aa4))};}}),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5bd9d8),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5bd9d8),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x2408b9),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x2408b9),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1c5700),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1c5700),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x599a32),_0x2a1be7['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x599a32);}['_acceptFormatSuggestionCallbackFactory'](){const _0x303508=this['editor'],_0x5ef4aa=_0x303508['model']['document']['selection'];return(_0x337706,_0x511d52)=>{_0x303508['model']['change'](_0x339c54=>{const {commandName:_0x48eb07,commandParams:_0x354a11}=_0x511d52;let _0x3270b4=_0x337706[0x0]['end']['nodeBefore'];_0x354a11&&_0x354a11[0x0]&&!0x1===_0x354a11[0x0]['forceValue']&&(_0x3270b4=_0x337706[0x0]['start']['nodeAfter']);const _0x358ea1=_0x339c54['createRangeIn'](_0x3270b4);if('$graveyard'==_0x358ea1['root']['rootName'])return;const _0x5004d1=Array['from'](_0x5ef4aa['getRanges']())['map'](_0x8694f6=>_0x24b6fa['fromRange'](_0x8694f6));_0x339c54['setSelection'](_0x358ea1),_0x303508['commands']['get'](_0x48eb07)['refresh'](),_0x354a11['push']({'forceDefaultExecution':!0x0}),_0x303508['execute'](_0x48eb07,..._0x354a11);const _0x15822e=_0x5004d1['filter'](_0x164b2a=>'$graveyard'!=_0x164b2a['root']['rootName']);_0x15822e['length']>0x0&&_0x339c54['setSelection'](_0x15822e);for(const _0x3d1618 of _0x5004d1)_0x3d1618['detach']();});};}['_getCoordsForCells'](_0x48b213){const _0x1e8d02=this['editor']['plugins']['get']('TableUtils');let _0x45d8a2=Number['MAX_SAFE_INTEGER'],_0x31ae92=Number['MIN_SAFE_INTEGER'],_0x102a18=Number['MAX_SAFE_INTEGER'],_0x151975=Number['MIN_SAFE_INTEGER'];for(const _0x624666 of _0x48b213){if('$graveyard'==_0x624666['root']['rootName'])continue;const {row:_0x59fe83,column:_0x27e9a7}=_0x1e8d02['getCellLocation'](_0x624666),_0x34d3a5=_0x624666['hasAttribute']('rowspan')?_0x624666['getAttribute']('rowspan')-0x1:0x0,_0x7acfbf=_0x624666['hasAttribute']('colspan')?_0x624666['getAttribute']('colspan')-0x1:0x0;_0x45d8a2=_0x59fe83<_0x45d8a2?_0x59fe83:_0x45d8a2,_0x31ae92=_0x59fe83+_0x34d3a5>_0x31ae92?_0x59fe83+_0x34d3a5:_0x31ae92,_0x102a18=_0x27e9a7<_0x102a18?_0x27e9a7:_0x102a18,_0x151975=_0x27e9a7+_0x7acfbf>_0x151975?_0x27e9a7+_0x7acfbf:_0x151975;}return{'minRow':_0x45d8a2,'maxRow':_0x31ae92,'minColumn':_0x102a18,'maxColumn':_0x151975};}['_setupColumnsRowsFixing'](){const _0x49052c=this['editor'],_0xcc700f=_0x49052c['plugins']['get']('TrackChangesEditing'),_0x3a8032=_0x49052c['plugins']['get']('TableUtils');_0x49052c['model']['document']['on']('change:data',()=>{const _0x593505=Array['from'](_0x49052c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x316f23,data:_0x39c56f}of _0x593505){const {group:_0x4d79c7,id:_0x51b178,subType:_0x11c951}=_0xcc700f['_splitMarkerName'](_0x316f23);if('suggestion'!=_0x4d79c7)continue;if(null!=_0x39c56f['oldRange'])continue;const _0x3dc1cd=_0xcc700f['getSuggestion'](_0x51b178);this['_tablePostFixingSubtypes']['includes'](_0x11c951)&&this['_tableSuggestions']['add'](_0x3dc1cd);}},{'priority':'low'});const _0x5b458c=(_0x5b1f89,_0x5d9e53)=>{let _0x1a3648=!0x1;const _0xb875ec=_0x5d9e53['createRangeOn'](_0x5b1f89),_0x3c7a97=_0x5b1f89['findAncestor']('table'),_0x185304=_0x3a8032['getCellLocation'](_0x5b1f89);for(const _0x1bedc8 of this['_tableSuggestions']){const _0x10d622=_0x1bedc8['subType'],_0x1ff5c7=_0x10d622['startsWith']('tablePaste'),_0x310e82=_0x10d622['substr'](_0x1ff5c7?0xa:0x5),_0x140daa=_0x310e82['toLowerCase'](),_0x44d535=_0x140daa['substr'](0x0,0x3)+'span',_0x40113b='min'+_0x310e82,_0x4d1ba8='max'+_0x310e82;if(!_0x1bedc8['isInContent'])continue;if(_0x3c7a97!=_0x1bedc8['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x1bedc8['isIntersectingWithRange'](_0xb875ec))continue;const _0x3173a9=_0x5b1f89['hasAttribute'](_0x44d535)?_0x5b1f89['getAttribute'](_0x44d535)-0x1:0x0,_0x39478a=this['_getSuggestionCoords'](_0x1bedc8),_0x5bc2aa=_0x39478a[_0x40113b],_0x2986ea=_0x39478a[_0x4d1ba8];_0x5bc2aa<=_0x185304[_0x140daa]&&_0x185304[_0x140daa]+_0x3173a9<=_0x2986ea&&(_0x1bedc8['addRange'](_0xb875ec),_0x1a3648=!0x0);}return _0x1a3648;};_0x49052c['model']['document']['registerPostFixer'](_0x5e6a53=>{let _0x5f1f4d=!0x1;for(const _0x1d27fc of _0x49052c['model']['document']['differ']['getChanges']())if('insert'==_0x1d27fc['type']){if('tableRow'==_0x1d27fc['name']){for(const _0x56a31e of _0x1d27fc['position']['nodeAfter']['getChildren']())_0x5f1f4d=_0x5f1f4d||_0x5b458c(_0x56a31e,_0x5e6a53);}else'tableCell'==_0x1d27fc['name']&&(_0x5f1f4d=_0x5f1f4d||_0x5b458c(_0x1d27fc['position']['nodeAfter'],_0x5e6a53));}return _0x5f1f4d;});}['_getSuggestionCoords'](_0x5e5c35){return this['_getCoordsForCells'](_0x5e5c35['getRanges']()['map'](_0x5242a8=>_0x5242a8['start']['nodeAfter']));}}function Ee(_0x43bd0e){return Array['from'](new Set(_0x43bd0e)['values']());}class St extends _0x2c17ec{static get['requires'](){return[jt];}['afterInit'](){const _0x1ccef2=this['editor'],_0x2c503f=_0x1ccef2['model']['document']['selection'],_0x444ac5=_0x1ccef2['locale'];if(!_0x1ccef2['plugins']['has']('TableEditing'))return;const _0x4b5e5e=_0x1ccef2['plugins']['get']('TrackChangesEditing'),_0x3c563c=_0x1ccef2['plugins']['get']('TableUtils'),_0x18080c=_0x1ccef2['plugins']['get'](jt);_0x18080c['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4b5e5e['enableCommand']('mergeTableCells',()=>{const _0x2ed3aa=_0x3c563c['getSelectionAffectedTableCells'](_0x1ccef2['model']['document']['selection']);_0x1ccef2['model']['change'](()=>{_0x4b5e5e['markMultiRangeBlockFormat'](_0x2ed3aa,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x1ccef2['commands']['get']('mergeTableCells')['on']('execute',(_0x324943,_0x266450)=>{_0x1ccef2['commands']['get']('trackChanges')['value']&&(_0x266450['length']>0x0&&_0x266450[_0x266450['length']-0x1]&&_0x266450[_0x266450['length']-0x1]['forceDefaultExecution']||_0x4b5e5e['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x324943['stop']());},{'priority':'highest'});for(const _0xcdb547 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2b9ce2=_0x1ccef2['commands']['get'](_0xcdb547);_0x4b5e5e['enableCommand'](_0xcdb547,()=>{const _0x3f1b28=_0x1ccef2['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x539a08=>_0x539a08['is']('element','tableCell')),_0x253718=_0x2b9ce2['value'];_0x1ccef2['model']['change'](()=>{_0x4b5e5e['markMultiRangeBlockFormat']([_0x3f1b28,_0x253718],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0xc25f96 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x19ae5a=_0x1ccef2['commands']['get'](_0xc25f96);_0x4b5e5e['enableCommand'](_0xc25f96,()=>{const _0x3fb25e=_0x3c563c['getSelectionAffectedTableCells'](_0x1ccef2['model']['document']['selection'])[0x0],_0x5c3b3c=_0x3fb25e['findAncestor']('table'),{column:_0x579a21,row:_0x4490b4}=_0x3c563c['getCellLocation'](_0x3fb25e);let _0x30b9db=[];if('horizontally'==_0x19ae5a['direction']){const _0x34a686=_0x3c563c['createTableWalker'](_0x5c3b3c,{'startRow':_0x4490b4,'endRow':_0x4490b4,'includeAllSlots':!0x0});_0x30b9db=Array['from'](_0x34a686)['map'](_0x51ae09=>_0x51ae09['cell']);}else{const _0x3b4548=_0x3c563c['createTableWalker'](_0x5c3b3c,{'column':_0x579a21,'includeAllSlots':!0x0});_0x30b9db=Array['from'](_0x3b4548)['map'](_0x5dd115=>_0x5dd115['cell']);}_0x1ccef2['model']['change'](_0x409c73=>{_0x4b5e5e['markBlockFormat'](_0x409c73['createRangeOn'](_0x3fb25e),{'commandName':_0xc25f96,'commandParams':[]},_0x30b9db,_0xc25f96);});});}_0x4b5e5e['descriptionFactory']['registerDescriptionCallback'](_0x1a58c3=>{if('formatBlock'!=_0x1a58c3['type']&&'formatInline'!=_0x1a58c3['type'])return;const {data:_0x6dcc56}=_0x1a58c3;return _0x6dcc56&&'mergeTableCells'==_0x6dcc56['commandName']?{'type':'format','content':o(_0x444ac5,'*Merge\x20cells*')}:void 0x0;}),_0x4b5e5e['descriptionFactory']['registerDescriptionCallback'](_0x4c2ab2=>{if('formatBlock'!=_0x4c2ab2['type']&&'formatInline'!=_0x4c2ab2['type'])return;const {data:_0x247562}=_0x4c2ab2;return _0x247562?'splitTableCellVertically'==_0x247562['commandName']?{'type':'format','content':o(_0x444ac5,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x247562['commandName']?{'type':'format','content':o(_0x444ac5,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x3dffd4=_0x18080c['_acceptFormatSuggestionCallbackFactory']();for(const _0x4bdf98 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4b5e5e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4bdf98,'accept',_0x3dffd4);for(const _0x1d1b09 of['splitTableCellVertically','splitTableCellHorizontally'])_0x4b5e5e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1d1b09,'accept',_0x3dffd4);_0x4b5e5e['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x2f5e34=>{_0x1ccef2['model']['change'](_0x258d3b=>{const _0x346635=Array['from'](_0x2c503f['getRanges']())['map'](_0x48dc0c=>_0x24b6fa['fromRange'](_0x48dc0c));_0x258d3b['setSelection'](_0x2f5e34),_0x1ccef2['commands']['get']('mergeTableCells')['refresh'](),_0x1ccef2['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x474ff2=_0x346635['filter'](_0x2c9851=>'$graveyard'!=_0x2c9851['root']['rootName']);_0x474ff2['length']>0x0&&_0x258d3b['setSelection'](_0x474ff2);for(const _0x40c725 of _0x346635)_0x40c725['detach']();});});for(const _0x12a366 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x8c403=_0x1ccef2['commands']['get'](_0x12a366);_0x8c403['on']('set:isEnabled',(_0x5ada4d,_0x56043e,_0x181b83)=>{if(_0x181b83){const _0x30555e=_0x1ccef2['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x721dcc=>_0x721dcc['is']('element','tableCell'));this['_areMergableCells'](_0x8c403['value'],_0x30555e)||(_0x5ada4d['return']=!0x1,_0x5ada4d['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x154232=this['editor']['commands']['get']('mergeTableCells'),_0x36d73f=this['editor']['plugins']['get']('TableUtils');if(!_0x154232['isEnabled'])return!0x1;const _0x2d266b=_0x36d73f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1401c9 of _0x2d266b)for(const _0x5121ad of _0x2d266b)if(_0x1401c9!=_0x5121ad&&!this['_areMergableCells'](_0x1401c9,_0x5121ad))return!0x1;return!0x0;}['_areMergableCells'](_0x41abdf,_0x568ea6){const _0x1c8fe4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x6bcf21=this['editor']['model']['createRangeOn'](_0x41abdf),_0x4a908f=this['editor']['model']['createRangeOn'](_0x568ea6),_0x3c839c=new Set(),_0x26a428=new Set();for(const _0x3805eb of _0x1c8fe4['getSuggestions']())if(('insertion'==_0x3805eb['type']||'deletion'==_0x3805eb['type']||'mergeTableCells'==_0x3805eb['subType'])&&_0x3805eb['isInContent']){for(const _0x2ca0db of _0x3805eb['getRanges']())_0x2ca0db['containsRange'](_0x6bcf21,!0x0)&&_0x3c839c['add'](_0x3805eb['type']+':'+_0x3805eb['author']['id']),_0x2ca0db['containsRange'](_0x4a908f,!0x0)&&_0x26a428['add'](_0x3805eb['type']+':'+_0x3805eb['author']['id']);}if(_0x3c839c['size']!=_0x26a428['size'])return!0x1;for(const _0xaa809f of _0x3c839c)if(!_0x26a428['has'](_0xaa809f))return!0x1;return!0x0;}}class At extends _0x2c17ec{static get['requires'](){return[jt];}['afterInit'](){const _0x5473bc=this['editor'];if(!_0x5473bc['plugins']['has']('TableEditing'))return;const _0x104568=_0x5473bc['locale'],_0x2dc23c=_0x5473bc['plugins']['get']('TrackChangesEditing');_0x2dc23c['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2dc23c['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2dc23c['registerBlockAttribute']('headingRows'),_0x2dc23c['registerBlockAttribute']('headingColumns'),_0x2dc23c['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x104568,'FORMAT_HEADER_ROW')),_0x2dc23c['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x104568,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x108e0c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1d9060=this['editor']['plugins']['get']('TableUtils'),_0x343101=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x5d4bf3({showActiveMarker:_0xa88b94=!0x0,setDataAttribute:_0x5304ed=!0x0}={}){return(_0x5e4571,_0x59ff8d,_0x8a4a5)=>{const {type:_0x2bc0e0,id:_0x37eb12}=_0x108e0c['_splitMarkerName'](_0x59ff8d['markerName']),_0x278c18=_0x108e0c['getSuggestion'](_0x37eb12),_0x24f4be=_0x278c18['data'];if('formatBlock'!=_0x278c18['type']||!_0x24f4be||'setTableColumnHeader'!=_0x24f4be['commandName'])return;if(_0x59ff8d['item'])return void _0x5e4571['stop']();if(!_0x8a4a5['consumable']['consume'](_0x59ff8d['markerRange'],_0x5e4571['name']))return;const _0x16e131=_0x59ff8d['markerRange']['start']['nodeAfter'],_0x1619c6=_0x59ff8d['markerRange']['end']['nodeBefore'],_0x54e475=_0x16e131['parent']['parent'],{column:_0x1f5a8e}=_0x1d9060['getCellLocation'](_0x16e131),{column:_0x433008}=_0x1d9060['getCellLocation'](_0x1619c6);for(let _0x141ac0=_0x1f5a8e;_0x141ac0<=_0x433008;_0x141ac0++){const _0x3535b6=_0x1d9060['createTableWalker'](_0x54e475,{'column':_0x141ac0,'includeAllSlots':!0x1});for(const _0x356ef3 of _0x3535b6){const _0x4a2804=_0x356ef3['cell'],_0x4a09f0=_0x8a4a5['mapper']['toViewElement'](_0x4a2804);_0x8a4a5['writer']['addClass']('ck-suggestion-marker-'+_0x2bc0e0,_0x4a09f0),_0x5304ed&&_0x8a4a5['writer']['setAttribute']('data-suggestion',_0x37eb12,_0x4a09f0),_0x8a4a5['mapper']['bindElementToMarker'](_0x4a09f0,_0x59ff8d['markerName']),_0xa88b94&&(_0x108e0c['activeMarkers']['includes'](_0x59ff8d['markerName'])?_0x8a4a5['writer']['addClass']('ck-suggestion-marker--active',_0x4a09f0):_0x8a4a5['writer']['removeClass']('ck-suggestion-marker--active',_0x4a09f0));}}};}_0x108e0c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x343101),_0x108e0c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x343101),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5d4bf3(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1ca2af,_0x18eb2e,_0x120851)=>{_0x120851['options']['showSuggestionHighlights']&&_0x5d4bf3({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1ca2af,_0x18eb2e,_0x120851);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x42934f,_0x4008fb,_0x341f5c)=>{const {type:_0x83e781,id:_0x51862c}=_0x108e0c['_splitMarkerName'](_0x4008fb['markerName']),_0x327bf9=_0x108e0c['getSuggestion'](_0x51862c),_0x26ead1=_0x327bf9['data'];if('formatBlock'!=_0x327bf9['type']||!_0x26ead1||'setTableColumnHeader'!=_0x26ead1['commandName'])return;const _0x4cce29=_0x341f5c['mapper']['markerNameToElements'](_0x4008fb['markerName']);if(_0x4cce29){for(const _0x1ef9ca of _0x4cce29)_0x341f5c['writer']['removeClass']('ck-suggestion-marker-'+_0x83e781,_0x1ef9ca),_0x341f5c['writer']['removeClass']('ck-suggestion-marker--active',_0x1ef9ca),_0x341f5c['writer']['removeAttribute']('data-suggestion',_0x1ef9ca),_0x341f5c['mapper']['unbindElementFromMarkerName'](_0x1ef9ca,_0x4008fb['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x263e6a=this['editor'],_0x3ef4b0=_0x263e6a['locale'];function _0x373436(_0x3df0da){return{'type':'format','content':o(_0x3ef4b0,'*Format:*\x20%0',_0x3df0da)};}_0x263e6a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1761ed=>{if('formatBlock'!=_0x1761ed['type'])return;const {data:_0x5808b6}=_0x1761ed;if(_0x5808b6){if('setTableRowHeader'==_0x5808b6['commandName']){const _0x23a134=_0x5808b6['commandParams'][0x0]['forceValue'];return _0x373436(o(_0x3ef4b0,_0x23a134?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x5808b6['commandName']){const _0x1e859d=_0x5808b6['commandParams'][0x0]['forceValue'];return _0x373436(o(_0x3ef4b0,_0x1e859d?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x3b3917=>[_0x3b3917,null]));class It extends _0x2c17ec{static get['requires'](){return[jt];}['afterInit'](){const _0x1aba1b=this['editor'];if(!_0x1aba1b['plugins']['has']('TableClipboard'))return;const _0x1bb579=_0x1aba1b['plugins']['get']('TrackChangesEditing'),_0x51eb10=_0x1aba1b['plugins']['get']('TableUtils'),_0x190367=_0x1aba1b['plugins']['get'](jt),_0x56d21d=_0x1aba1b['plugins']['get']('TableClipboard');_0x190367['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1aba1b['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1aba1b['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x575f5c=null;_0x1aba1b['model']['on']('insertContent',(_0x43c748,_0x1dc278)=>{const [_0x40ed0b,_0x428cc2]=_0x1dc278,_0x1c5d01=_0x1dc278[_0x1dc278['length']-0x1];_0x1c5d01&&_0x1c5d01['forceDefaultExecution']||_0x1bb579['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x3b9c6d,_0x4acf97,_0x2346f8,_0xe1e45c,_0x55940e){if(_0x4acf97&&!_0x4acf97['is']('documentSelection'))return!0x1;const _0x11fced=_0x55940e['getTableIfOnlyTableInContent'](_0x3b9c6d,_0x2346f8);if(!_0x11fced||!he(_0x11fced,void 0x0,_0xe1e45c))return!0x1;const _0x231e03=_0xe1e45c['getSelectionAffectedTableCells'](_0x2346f8['document']['selection']);if(!_0x231e03['length'])return!0x1;const _0xaefd2c=_0x231e03[0x0]['findAncestor']('table'),_0x5a6471=_0xe1e45c['getRowIndexes'](_0x231e03),_0x15a618=_0xe1e45c['getColumnIndexes'](_0x231e03),_0x4f5846={'startRow':_0x5a6471['first'],'endRow':_0x5a6471['last'],'startColumn':_0x15a618['first'],'endColumn':_0x15a618['last']};return 0x1==_0x231e03['length']&&(_0x4f5846['endRow']+=_0xe1e45c['getRows'](_0x11fced)-0x1,_0x4f5846['endColumn']+=_0xe1e45c['getColumns'](_0x11fced)-0x1),he(_0xaefd2c,_0x4f5846,_0xe1e45c);}(_0x40ed0b,_0x428cc2,_0x1aba1b['model'],_0x51eb10,_0x56d21d)&&(_0x43c748['stop'](),_0x575f5c={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1aba1b['model']['change'](()=>{_0x1aba1b['model']['insertContent'](_0x1dc278[0x0],_0x1dc278[0x1],_0x1dc278[0x2],{'forceDefaultExecution':!0x0});const _0x213d8b=_0x3d4fba(),{rowInsertionRanges:_0x24eb94,columnInsertionRanges:_0x57b02f,insertionRanges:_0x1e9531,deletionRanges:_0x5cfbf5,cells:_0x433fb5}=_0x575f5c;_0x24eb94['length']&&_0x1bb579['markMultiRangeInsertion'](_0x24eb94,'tablePasteRow',{'tablePasteChainId':_0x213d8b}),_0x57b02f['length']&&_0x1bb579['markMultiRangeInsertion'](_0x57b02f,'tablePasteColumn',{'tablePasteChainId':_0x213d8b}),_0x1e9531['length']&&(_0x1bb579['markMultiRangeInsertion'](_0x1e9531,'tablePaste',{'tablePasteChainId':_0x213d8b,'skipNestingCheck':!0x0}),_0x1e9531['forEach'](_0x4bcad7=>_0x4bcad7['detach']?.())),_0x5cfbf5['length']&&(_0x1bb579['markMultiRangeDeletion'](_0x5cfbf5,'tablePaste',{'tablePasteChainId':_0x213d8b,'skipNestingCheck':!0x0}),_0x5cfbf5['forEach'](_0x5184a4=>_0x5184a4['detach']?.()));const _0x27f493=_0x1bb579['markMultiRangeBlockFormat'](_0x433fb5['map'](({element:_0x5cca0a})=>_0x5cca0a),{'formatGroupId':_0x3d4fba()},[],'tablePasteCell',{'tablePasteChainId':_0x213d8b});if(_0x27f493){const _0x23da74=_0x27f493['getMarkers'](),_0x2521c6=[];for(const {element:_0x279cfd,attributes:_0x113f6f}of _0x433fb5){if(!_0x113f6f)continue;const _0x5b223e=_0x1aba1b['model']['createRangeOn'](_0x279cfd),_0x23a61d=_0x23da74['find'](_0x4b854b=>_0x4b854b['getRange']()['isEqual'](_0x5b223e));_0x23a61d&&_0x2521c6['push']([_0x23a61d['name'],_0x113f6f]);}_0x2521c6['length']&&_0x27f493['setAttribute']('markerAttributes',Object['fromEntries'](_0x2521c6));}_0x575f5c=null;}));},{'priority':_0x65bfcf['high']+0xa}),_0x1aba1b['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x510ee4,_0x5bcc06)=>{const [_0x10de62,_0xda10c5,,_0x43a2b7]=_0x5bcc06;if(!_0x575f5c)return;_0x510ee4['stop']();const _0x2559e3=_0x10de62['cell'],_0x4820fa=_0xda10c5,_0x4ba8f6=Pe(_0x2559e3),_0x22f62c=Pe(_0x4820fa);_0x510ee4['return']=_0x2559e3;let _0x16a69b=null,_0x49afdd=null;if(_0x22f62c||_0x4ba8f6){if(_0x4ba8f6&&!_0x22f62c){_0x43a2b7['remove'](_0x2559e3['getChild'](0x0));for(const _0x2e2eb2 of Array['from'](_0x4820fa['getChildren']()))_0x43a2b7['insert'](_0x2e2eb2,_0x2559e3,'end');const _0x524839=_0x575f5c['rowInsertionIndexes']['includes'](_0x10de62['row']),_0x1a77bc=_0x575f5c['columnInsertionIndexes']['includes'](_0x10de62['column']);_0x524839||_0x1a77bc||(_0x16a69b=_0x24b6fa['fromRange'](_0x43a2b7['createRangeIn'](_0x2559e3)));}else _0x22f62c&&!_0x4ba8f6&&(_0x49afdd=_0x43a2b7['createRangeIn'](_0x2559e3));}else{const _0x24e440=_0x43a2b7['createElement']('tableCellSuggestion'),_0xd7b04e=_0x43a2b7['createElement']('tableCellSuggestion');_0x43a2b7['wrap'](_0x43a2b7['createRangeIn'](_0x2559e3),_0xd7b04e),_0x43a2b7['insert'](_0x24e440,_0x2559e3,0x0);for(const _0x9f3491 of Array['from'](_0x4820fa['getChildren']()))_0x43a2b7['insert'](_0x9f3491,_0x24e440,'end');_0x16a69b=_0x24b6fa['fromRange'](_0x43a2b7['createRangeOn'](_0x24e440)),_0x49afdd=_0x24b6fa['fromRange'](_0x43a2b7['createRangeOn'](_0xd7b04e));}const _0x4c8dc5=Array['from'](_0x4820fa['getAttributes']())['filter'](([_0x3644b3])=>ge['includes'](_0x3644b3));_0x575f5c['cells']['push']({'element':_0x2559e3,'attributes':_0x4c8dc5['length']?Object['fromEntries'](_0x4c8dc5):null}),_0x16a69b&&_0x575f5c['insertionRanges']['push'](_0x16a69b),_0x49afdd&&_0x575f5c['deletionRanges']['push'](_0x49afdd);},{'priority':'high'}),_0x51eb10['on']('insertColumns',(_0x12142c,_0x2bbc61)=>{const [_0x36e10c,_0x4fb232={}]=_0x2bbc61;if(!_0x575f5c)return;const _0x5ebe48=_0x4fb232['at']||0x0,_0x454f08=_0x4fb232['columns']||0x1;_0x575f5c['columnInsertionIndexes']=new Array(_0x454f08)['fill'](_0x5ebe48)['map']((_0x18ccba,_0x308d3b)=>_0x18ccba+_0x308d3b);for(const {cell:_0x8047f2}of _0x51eb10['createTableWalker'](_0x36e10c,{'startColumn':_0x5ebe48,'endColumn':_0x5ebe48+_0x454f08-0x1}))_0x575f5c['columnInsertionRanges']['push'](_0x1aba1b['model']['createRangeOn'](_0x8047f2));},{'priority':'low'}),_0x51eb10['on']('insertRows',(_0x3e5840,_0x94c4b3)=>{const [_0x2ba3d3,_0x1fff24={}]=_0x94c4b3;if(!_0x575f5c)return;const _0xdf0400=_0x1fff24['at']||0x0,_0x3978d5=_0x1fff24['rows']||0x1;_0x575f5c['rowInsertionIndexes']=new Array(_0x3978d5)['fill'](_0xdf0400)['map']((_0x49b902,_0x2e7910)=>_0x49b902+_0x2e7910);for(const {cell:_0x3f5c8c}of _0x51eb10['createTableWalker'](_0x2ba3d3,{'startRow':_0xdf0400,'endRow':_0xdf0400+_0x3978d5-0x1}))_0x575f5c['rowInsertionRanges']['push'](_0x1aba1b['model']['createRangeOn'](_0x3f5c8c));},{'priority':'low'}),_0x1bb579['descriptionFactory']['registerDescriptionCallback'](_0x74c172=>{if(_0x74c172['subType']&&_0x74c172['subType']['startsWith']('tablePaste'))return _0x74c172['previous']?{}:{'type':'insertion','content':o(_0x1aba1b['locale'],'*Replace\x20table\x20cells*')};});const _0x2ed12e=()=>!0x1;for(const _0x3f1884 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1bb579['_suggestionFactory']['registerCustomCallback']('insertion',_0x3f1884,'join',_0x2ed12e),_0x1bb579['_suggestionFactory']['registerCustomCallback']('deletion',_0x3f1884,'join',_0x2ed12e),_0x1bb579['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3f1884,'join',_0x2ed12e);_0x1bb579['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2ed12e),_0x1bb579['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x9cc49c,_0x592930,_0x2b4a68)=>{const _0x13336c=_0x9cc49c['map'](_0xd3a1bb=>_0xd3a1bb['getContainedElement']())['filter'](_0x48be0e=>_0x48be0e),_0x41cde7=new Map(_0x13336c['map'](_0x5457e3=>[_0x5457e3,null]));if(_0x575f5c){for(const {element:_0x26d64d,attributes:_0x593752}of _0x575f5c['cells'])_0x593752&&_0x41cde7['set'](_0x26d64d,_0x593752);}else{if(_0x2b4a68&&_0x2b4a68['markerAttributes'])for(const [_0x15b92e,_0x28dbcd]of Object['entries'](_0x2b4a68['markerAttributes'])){const _0xabcb27=_0x1aba1b['model']['markers']['get'](_0x15b92e),_0x28913a=_0xabcb27?_0xabcb27['getRange']()['getContainedElement']():null;_0x28913a&&_0x41cde7['set'](_0x28913a,_0x28dbcd);}}_0x1aba1b['model']['change'](_0x472ae9=>{for(const [_0x3d2eb9,_0x2a8db7]of _0x41cde7)_0x472ae9['setAttributes']({...Ce,..._0x2a8db7},_0x3d2eb9);});});const _0x16ead0=(_0x32fa17,_0x582ddf)=>{_0x1bb579['_suggestionFactory']['registerCustomCallback'](_0x32fa17,'tablePaste',_0x582ddf,(_0x37fcc4,_0xbc1673,_0x2f1a72)=>{_0x1aba1b['model']['change'](_0x1d52fb=>{const _0xa2cdf4=[];for(const _0x3ef117 of _0x37fcc4){const _0x3b294b=_0x3ef117['start']['nodeAfter'];_0x3b294b['is']('element','tableCellSuggestion')&&_0xa2cdf4['push'](_0x3b294b);}_0x1bb579['_suggestionFactory']['getSuggestionCallback'](_0x32fa17,null,_0x582ddf)(_0x37fcc4,_0xbc1673,_0x2f1a72);for(const _0x3a6c7e of _0xa2cdf4)'$graveyard'!=_0x3a6c7e['root']['rootName']&&_0x1d52fb['unwrap'](_0x3a6c7e);});});};_0x16ead0('insertion','accept'),_0x16ead0('insertion','discard'),_0x16ead0('deletion','accept'),_0x16ead0('deletion','discard'),_0x1bb579['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x325224=>{const _0x326bf3=_0x325224['map'](_0x42255f=>_0x42255f['getContainedElement']()),_0x5209d7=_0x326bf3[0x0]['findAncestor']('table'),{minRow:_0x40ab54,maxRow:_0x5816cb}=_0x190367['_getCoordsForCells'](_0x326bf3);_0x51eb10['removeRows'](_0x5209d7,{'at':_0x40ab54,'rows':_0x5816cb-_0x40ab54+0x1});}),_0x1bb579['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x190133=>{const _0x5843c0=_0x190133['map'](_0x438c8c=>_0x438c8c['getContainedElement']()),_0x37a40f=_0x5843c0[0x0]['findAncestor']('table'),{minColumn:_0x20f8c2,maxColumn:_0x1375a0}=_0x190367['_getCoordsForCells'](_0x5843c0);_0x51eb10['removeColumns'](_0x37a40f,{'at':_0x20f8c2,'columns':_0x1375a0-_0x20f8c2+0x1});});const _0x382f09=(_0x5ee705,_0x3e27f1)=>{if(!_0x3e27f1['subType']||!_0x3e27f1['subType']['startsWith']('tablePaste'))return;const _0x4c6e0d=_0x3e27f1['attributes']['tablePasteChainId'],_0x35c0fe=_0x1bb579['getSuggestions']()['filter'](_0x323895=>_0x323895['isInContent']&&_0x323895['attributes']&&_0x323895['attributes']['tablePasteChainId']==_0x4c6e0d);_0x35c0fe['length']&&_0x3e27f1['getAllAdjacentSuggestions']()['length']!=_0x35c0fe['length']&&_0x35c0fe['reduce']((_0xc6d12f,_0x2d3a9a)=>(_0xc6d12f['next']=_0x2d3a9a,_0x2d3a9a['previous']=_0xc6d12f,_0x2d3a9a));};function _0x52eea8(_0x49eb07,_0x5a87e5=!0x0){const {id:_0x21469a}=_0x1bb579['_splitMarkerName'](_0x49eb07['markerName']),_0x365e87=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x16908e=_0x1bb579['activeMarkers']['includes'](_0x49eb07['markerName']);return _0x16908e&&_0x365e87['push']('ck-suggestion-marker--active'),{'classes':_0x365e87,'attributes':{'data-suggestion':_0x21469a},'priority':_0x16908e&&_0x5a87e5?0xbc2:0xbb8};}_0x1bb579['on']('suggestionLoaded',_0x382f09,{'priority':'high'}),_0x1bb579['on']('suggestionUnloaded',_0x382f09,{'priority':'high'}),_0x1aba1b['model']['document']['registerPostFixer'](()=>{let _0x59e0c3=!0x1;const _0x1db81a=Array['from'](_0x1aba1b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x268359,data:_0x40c895}of _0x1db81a){const {group:_0xd796f6,type:_0x49feb2,id:_0x3b8760}=_0x1bb579['_splitMarkerName'](_0x268359);if('suggestion'!=_0xd796f6||'deletion'!=_0x49feb2||_0x40c895['oldRange'])continue;if(!_0x1bb579['hasSuggestion'](_0x3b8760))continue;const _0x2a5e77=_0x1bb579['getSuggestion'](_0x3b8760)['getRanges'](),_0x3684a8=_0x1aba1b['plugins']['get']('Users')['me'];for(const _0x3076be of _0x1bb579['getSuggestions']()){if(!_0x3076be['isInContent']||_0x3076be['author']!=_0x3684a8)continue;if('formatBlock'!=_0x3076be['type']||'tablePasteCell'!=_0x3076be['subType'])continue;if(_0x3076be['getRanges']()['every'](_0x1402fe=>_0x2a5e77['some'](_0x5b3b62=>_0x5b3b62['containsRange'](_0x1402fe,!0x0)))){for(const _0x53b420 of _0x3076be['getAllAdjacentSuggestions']())_0x53b420['isInContent']&&(_0x53b420['discard'](),_0x59e0c3=!0x0);}}}return _0x59e0c3;}),_0x1aba1b['model']['document']['registerPostFixer'](_0x132f27=>{const _0x5acc91=_0x1aba1b['commands']['get']('redo');if(!_0x5acc91||!_0x5acc91['_createdBatches']['has'](_0x132f27['batch']))return!0x1;let _0x4513ee=!0x1;const _0x50a629=_0x1aba1b['plugins']['get']('Users')['me'],_0x1dec7e=_0x1aba1b['model']['document']['differ']['getChanges'](),_0x1b926f=Array['from'](_0x1aba1b['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x462fc8,data:_0xe7fe73})=>{const {group:_0x3bd20a,subType:_0x46773d,authorId:_0x43bdd6}=_0x1bb579['_splitMarkerName'](_0x462fc8);return'suggestion'==_0x3bd20a&&'tablePaste'==_0x46773d&&_0x43bdd6==_0x50a629['id']&&!_0xe7fe73['oldRange'];});for(const _0x3f95dd of _0x1dec7e){if('insert'!=_0x3f95dd['type']||'tableCellSuggestion'!=_0x3f95dd['name']||0x1!=_0x3f95dd['length'])continue;const _0x3dc8db=_0x132f27['createRange'](_0x3f95dd['position'],_0x3f95dd['position']['getShiftedBy'](0x1));if(!_0x1b926f['find'](({data:_0x4ba3af})=>_0x4ba3af['newRange']['isEqual'](_0x3dc8db))){for(const {name:_0x36b61e,data:_0x660198}of _0x1b926f)if(_0x3dc8db['containsRange'](_0x660198['newRange'])){_0x132f27['updateMarker'](_0x36b61e,{'range':_0x3dc8db}),_0x4513ee=!0x0;break;}}}return _0x4513ee;}),_0x1aba1b['model']['document']['registerPostFixer'](_0x2b31a8=>{let _0xc36d0=!0x1;const _0xf3d999=_0x1aba1b['plugins']['get']('Users')['me'],_0x56189b=_0x1bb579['getSuggestions']()['filter'](_0x794f69=>_0x794f69['isInContent']&&_0x794f69['author']==_0xf3d999),_0x2cc7ed=new Set(),_0x13de10=new Set();for(const _0x5da164 of _0x56189b)if('tablePaste'==_0x5da164['subType'])for(const _0xdc9c47 of _0x5da164['getMarkers']()){const _0x10ac06=_0xdc9c47['getRange']()['getContainedElement']();if(_0x10ac06){if(_0x10ac06['is']('element','tableCellSuggestion')&&Pe(_0x10ac06)){_0x5da164['removeMarker'](_0xdc9c47['name']),_0x2cc7ed['add'](_0x10ac06),_0xc36d0=!0x0;const _0x167b52=_0x10ac06['nextSibling'],_0x1a18da=_0x10ac06['previousSibling'],_0x389545=_0x167b52&&_0x167b52['is']('element','tableCellSuggestion'),_0x398a31=_0x1a18da&&_0x1a18da['is']('element','tableCellSuggestion');_0x389545&&!_0x2cc7ed['has'](_0x167b52)&&_0x13de10['add'](_0x167b52),_0x398a31&&!_0x2cc7ed['has'](_0x1a18da)&&_0x13de10['add'](_0x1a18da);}else _0x10ac06['is']('element','paragraph')&&_0x10ac06['isEmpty']&&(_0x5da164['removeMarker'](_0xdc9c47['name']),_0xc36d0=!0x0);}}else{if('tablePasteCell'==_0x5da164['subType']){if(!_0x5da164['attributes']||!_0x5da164['attributes']['tablePasteChainId'])continue;const _0x53c2b7=_0x5da164['attributes']['markerAttributes'];if(_0x53c2b7&&Object['keys'](_0x53c2b7)['length'])continue;const _0x2543c6=_0x5da164['attributes']['tablePasteChainId'];let _0x4921c1=!0x0,_0xde1c92=!0x0;for(const _0x362793 of _0x56189b)if(_0x362793['subType']&&_0x362793['subType']['startsWith']('tablePaste')){if(!_0x362793['attributes']['tablePasteChainId']){_0xde1c92=!0x1;break;}if(_0x362793['id']!=_0x5da164['id']&&_0x362793['attributes']['tablePasteChainId']==_0x2543c6){_0x4921c1=!0x1;break;}}_0xde1c92&&_0x4921c1&&(_0x5da164['removeMarkers'](),_0xc36d0=!0x0);}}for(const _0x2ab3bd of _0x2cc7ed)_0x2b31a8['remove'](_0x2ab3bd);for(const _0x901224 of _0x13de10)_0x2b31a8['unwrap'](_0x901224);return _0xc36d0;}),_0x1aba1b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x140f0d,_0x1b131c)=>_0x52eea8(_0x140f0d),'converterPriority':'high'}),_0x1aba1b['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x47fe5a,_0x4f109d)=>_0x4f109d['options']['showSuggestionHighlights']?_0x52eea8(_0x47fe5a,!0x1):null,'converterPriority':'high'});const _0x36ba1c=_0x1aba1b['editing']['view'];this['listenTo'](_0x36ba1c['document'],'clipboardOutput',(_0x4baf3e,_0x2a3544)=>{const _0x383d3b=[];for(const _0x2016a5 of _0x36ba1c['createRangeIn'](_0x2a3544['content'])['getItems']())_0x2016a5['is']('element','suggestion-td')&&_0x383d3b['push'](_0x2016a5);_0x36ba1c['change'](_0x93bce4=>{for(const _0x392bf7 of _0x383d3b)_0x93bce4['move'](_0x93bce4['createRangeIn'](_0x392bf7),_0x93bce4['createPositionBefore'](_0x392bf7)),_0x93bce4['remove'](_0x392bf7);});});}}function Pe(_0x3f68e6){if(_0x3f68e6['isEmpty'])return!0x0;const _0x5a03ed=_0x3f68e6['getChild'](0x0);return _0x5a03ed['is']('element','paragraph')&&_0x5a03ed['isEmpty'];}function he(_0x4d03f2,_0x82fadf={},_0x2779e1){for(const {isAnchor:_0x4c794f,cellHeight:_0x180c13,cellWidth:_0xdd21b8}of _0x2779e1['createTableWalker'](_0x4d03f2,{'includeAllSlots':!0x0,..._0x82fadf}))if(!_0x4c794f||0x1!=_0x180c13||0x1!=_0xdd21b8)return!0x1;return!0x0;}class vt extends _0x2c17ec{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x15bbef=this['editor']['plugins']['get']('TrackChangesEditing');_0x15bbef['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x15bbef['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x15bbef['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x15bbef['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x15bbef['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x15bbef['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x41bfdb,_0x32af45){const _0x30012c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4db7fa=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x56c7b8=_0x32af45['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x1042cf=_0x4db7fa['getColumnGroupElement'](_0x56c7b8);let _0xa1cd1b=_0x1042cf?_0x4db7fa['getTableColumnsWidths'](_0x1042cf):null,_0x489ddc=_0x56c7b8['getAttribute']('tableWidth')||null;const _0x547985=_0x32af45['tableWidth']||_0x489ddc,_0x44edff=_0x32af45['columnWidths']||_0xa1cd1b,_0x5d3d0e=this['editor']['plugins']['get']('Users')['me'];for(const _0x59f740 of _0x30012c['getSuggestions']()){const _0x4d31ed=_0x59f740['getContainedElement']();if('resizeTable'===_0x59f740['subType']&&_0x4d31ed===_0x56c7b8){_0x59f740['author']!==_0x5d3d0e&&_0x59f740['discard']();const _0x5f32b5=_0x59f740['data']['commandParams'];_0x489ddc=_0x5f32b5[0x0]['tableWidth'],_0xa1cd1b=_0x5f32b5[0x0]['columnWidths'];break;}}_0x41bfdb({'table':_0x56c7b8,'tableWidth':_0x547985,'columnWidths':_0x44edff}),_0x30012c['markBlockFormat'](_0x56c7b8,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x489ddc,'columnWidths':_0xa1cd1b}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x34fd20){if('formatBlock'!=_0x34fd20['type']&&'formatInline'!=_0x34fd20['type'])return;const {data:_0x3d93c6}=_0x34fd20;if(_0x3d93c6&&'resizeTable'===_0x3d93c6['formatGroupId']){const _0x519a7f='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x519a7f)};}}}class _t extends _0x2c17ec{['afterInit'](){const _0x42c4ec=this['editor'];_0x42c4ec['plugins']['has']('Template')&&_0x42c4ec['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ct extends _0x2c17ec{['afterInit'](){const _0x5b299e=this['editor'];if(!_0x5b299e['commands']['get']('insertTableOfContents'))return;_0x5b299e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x359e9c=_0x5b299e['plugins']['get']('TrackChangesEditing'),_0x26f1cc=_0x5b299e['locale'];_0x359e9c['descriptionFactory']['registerElementLabel']('tableOfContents',_0x4920fe=>o(_0x26f1cc,'ELEMENT_TABLE_OF_CONTENTS',_0x4920fe));}}class Dt extends _0x2c17ec{['afterInit'](){const _0x3e2b0c=this['editor'];if(!_0x3e2b0c['plugins']['has']('Title'))return;const _0xe029d7=_0x3e2b0c['plugins']['get']('TrackChangesEditing');_0xe029d7['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x3e2b0c['locale'],'ELEMENT_TITLE')),_0x3e2b0c['model']['document']['registerPostFixer'](_0x12aec9=>{let _0x42d0ed=!0x1;const _0x5a39cc=Array['from'](_0x3e2b0c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x180bd7,data:_0xd3b077}of _0x5a39cc){const {group:_0x6ce1ee}=_0xe029d7['_splitMarkerName'](_0x180bd7);if('suggestion'!==_0x6ce1ee||!_0xd3b077['newRange'])continue;const _0x23c335=_0xd3b077['newRange'],_0x5e82fb=_0x23c335['end']['nodeBefore'];if(!_0x5e82fb||!_0x5e82fb['is']('element','title-content'))continue;if(!_0x23c335['start']['isTouching'](_0x23c335['end']))continue;const _0x113baa=_0x3e2b0c['model']['schema']['getNearestSelectionRange'](_0x23c335['end'],'forward');if(_0x113baa&&_0x113baa['isCollapsed']){const _0x37a5d8=_0x12aec9['createRange'](_0x23c335['start'],_0x113baa['start']);_0x37a5d8['isEqual'](_0x23c335)||(_0x12aec9['updateMarker'](_0x180bd7,{'range':_0x37a5d8}),_0x42d0ed=!0x0);}_0x42d0ed||(_0x12aec9['removeMarker'](_0x180bd7),_0x42d0ed=!0x0);}return _0x42d0ed;});}}class Nt extends _0x2c17ec{['afterInit'](){const _0x22a55f=this['editor'],_0x9809ba=_0x22a55f['plugins']['get']('TrackChangesEditing');_0x22a55f['plugins']['has']('UndoEditing')&&(_0x9809ba['enableCommand']('undo'),_0x9809ba['enableCommand']('redo'));}}class Mt extends _0x2c17ec{static get['requires'](){return[jt];}['afterInit'](){const _0xe256f1=this['editor'];if(!_0xe256f1['plugins']['has']('TableCaptionEditing'))return;_0xe256f1['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x2c17ec{['tableProperties'];['tableCellProperties'];constructor(_0x3d520d){super(_0x3d520d),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 _0x5ab4be=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x4e7459 of this['tableProperties'])_0x5ab4be['enableCommand'](_0x4e7459,(_0x2478eb,_0x3e19d2)=>{const _0x40784c=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x4e7459,[_0x40784c],this['tableProperties'],'tableProperties',_0x2478eb,_0x3e19d2);});_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x5ab4be['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x324c50,_0x5f4e8c)=>this['handleDiscardAction'](this['tableProperties'],_0x324c50,_0x5f4e8c)),_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x518dbe of this['tableCellProperties'])_0x5ab4be['enableCommand'](_0x518dbe,(_0x279c88,_0x488da2)=>{const _0x4c2ccd=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x518dbe,_0x4c2ccd,this['tableCellProperties'],'tableCellProperties',_0x279c88,_0x488da2);});_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x5ab4be['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3db05f,_0xa35b77)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3db05f,_0xa35b77)),_0x5ab4be['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x5ab4be['descriptionFactory']['registerDescriptionCallback'](_0xe05b1a=>this['handleSuggestionDescription'](_0xe05b1a));}['_handlePropertyChange'](_0x2d0279,_0x268c05,_0x988238,_0x3cd9d2,_0x1f2501,_0x16509f){const _0xc9eb1d=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x16509f['batch'],()=>{for(const _0x386f02 of _0x268c05){if(this['_getSuggestion'](_0x386f02,_0x3cd9d2))_0x1f2501(_0x16509f);else{const _0x5e2e5b={};for(const _0x13da04 of _0x988238){const _0xfcd602=_0x386f02['getAttribute'](_0x13da04);void 0x0!==_0xfcd602&&(_0x5e2e5b[_0x13da04]=_0xfcd602);}_0x1f2501(_0x16509f),_0xc9eb1d['markBlockFormat'](_0x386f02,{'commandParams':[_0x5e2e5b]},[],_0x3cd9d2);}}});}['handleDiscardAction'](_0x19402c,_0x3168e7,_0x5ee0f2){const _0x8de9d2=_0x3168e7[0x0]['start']['nodeAfter'],_0x143f98=_0x5ee0f2['commandParams'][0x0];this['editor']['model']['change'](_0x3e71db=>{for(const _0x51cbdb of _0x19402c)void 0x0!==_0x143f98[_0x51cbdb]?_0x3e71db['setAttribute'](_0x51cbdb,_0x143f98[_0x51cbdb],_0x8de9d2):_0x3e71db['removeAttribute'](_0x51cbdb,_0x8de9d2);});}['handleSuggestionDescription'](_0x3c77de){if(_0x3c77de['data'])switch(_0x3c77de['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'](_0x288887,_0x331f0f){const _0xc99099=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x8eec81 of _0xc99099['getSuggestions']({'skipNotAttached':!0x0})){const _0x214d51=_0x8eec81['getContainedElement']();if(_0x8eec81['subType']===_0x331f0f&&_0x214d51===_0x288887)return _0x8eec81;}return null;}}const m='$elementName';class p extends _0x2c17ec{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x23520c,_0x52fa42,E,V,U,O,G,F,L,H,q,W,J,Q,X,Y,Z,tt,et,it,nt,st,ot,rt,at,ut,K,lt,ct,z,ue,ft,gt,mt,dt,pt,kt,bt,wt,yt,jt,St,At,Mt,It,vt,Ct,$t,_t,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}get['_descriptionFactory'](){return this['descriptionFactory'];}constructor(_0x130283){function _0x149306(_0x1b4a93){return _0x1b4a93['map'](_0x449e44=>String['fromCharCode'](_0x449e44))['join']('');}super(_0x130283),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x1cc166,_0x3e86dc,_0x31cc54,_0x28f02f)=>{this['_model']['change'](()=>{for(const _0x23f6e0 of[..._0x28f02f,..._0x31cc54])this['_model']['markers']['has'](_0x23f6e0)&&_0x130283['editing']['reconvertMarker'](_0x23f6e0);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new xt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x130283['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(),_0x130283['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x130283['config']['get']('trackChanges.trackFormatChanges'),_0x130283['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x130283['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x130283,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x149306([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x149306([0x34,0x30,0x34,0x38,0x31,0x30,0x34,0x38]);}['init'](){const _0xbe7e68=this['editor'],_0x261693=(_0x555c88,_0x368bc8)=>{if('attribute'!=_0x555c88)return'ck-suggestion-marker-'+_0x555c88;const _0x260de2=_0x368bc8['split']('|')[0x0];return this['_isBlockAttribute'](_0x260de2)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xbe7e68['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x12a914=>{const {id:_0x228605,type:_0x50b80e,subType:_0x57a9b4}=this['_splitMarkerName'](_0x12a914['markerName']),_0xb34624=['ck-suggestion-marker',_0x261693(_0x50b80e,_0x57a9b4)];let _0x3da307=0xbb8;return this['activeMarkers']['includes'](_0x12a914['markerName'])&&(_0xb34624['push']('ck-suggestion-marker--active'),_0x3da307=0xbc2),'deletion'==_0x50b80e&&(_0x3da307+=0x5),{'classes':_0xb34624,'attributes':{'data-suggestion':_0x228605},'priority':_0x3da307};}}),_0xbe7e68['conversion']['for']('dataDowncast')['add'](_0x236a45=>{_0x236a45['on']('addMarker:suggestion',(_0x5e834f,_0x4d2d6d,_0x31ec09)=>{if(!_0x31ec09['options']['showSuggestionHighlights'])return;const _0x12d475=_0x4d2d6d['item'];if(!_0x12d475)return;const _0x50da5b=_0x31ec09['mapper']['toViewElement'](_0x12d475);_0xbe7e68['model']['schema']['isObject'](_0x12d475)&&_0x50da5b&&!_0x50da5b['getCustomProperty']('widget')&&_0x50da5b['is']('containerElement')&&_0x14861c(_0x50da5b,_0x31ec09['writer']);},{'priority':'high'});}),_0xbe7e68['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x37290e,_0x5070ae)=>{if(!_0x5070ae['options']['showSuggestionHighlights'])return null;const {type:_0xf79c0e,subType:_0x29e6cf}=this['_splitMarkerName'](_0x37290e['markerName']);return{'classes':['ck-suggestion-marker',_0x261693(_0xf79c0e,_0x29e6cf)],'priority':0xbb8};}});const _0x2e2b31=({showActiveMarkers:_0x3f6c01=!0x0,isAttributeSuggestion:_0x43af50=!0x1}={})=>(_0x492a08,_0x68337d,_0x26de9f)=>{if(!_0x68337d['item'])return;const {id:_0x16f989}=this['_splitMarkerName'](_0x68337d['markerName']);if(_0x43af50){const _0x180b80=this['_suggestions']['get'](_0x16f989),_0xfdc09e=this['_getAttributeKey'](_0x180b80);if(!this['_isBlockAttribute'](_0xfdc09e))return;}if(_0x68337d['item']['is']('selection'))return void _0x26de9f['consumable']['consume'](_0x68337d['item'],_0x492a08['name']);const _0x5adfa4=_0x26de9f['mapper']['toViewElement'](_0x68337d['item']);if(_0x68337d['item']['is']('element')&&_0xbe7e68['model']['schema']['isBlock'](_0x68337d['item'])&&!_0x5adfa4['getCustomProperty']('addHighlight')){_0x26de9f['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x5adfa4),_0x26de9f['writer']['setAttribute']('data-suggestion',_0x16f989,_0x5adfa4),_0x26de9f['mapper']['bindElementToMarker'](_0x5adfa4,_0x68337d['markerName']),_0x3f6c01&&(this['activeMarkers']['includes'](_0x68337d['markerName'])?_0x26de9f['writer']['addClass']('ck-suggestion-marker--active',_0x5adfa4):_0x26de9f['writer']['removeClass']('ck-suggestion-marker--active',_0x5adfa4));for(const _0x133d81 of _0xbe7e68['model']['createRangeIn'](_0x68337d['item'])['getItems']())_0x26de9f['consumable']['consume'](_0x133d81,_0x492a08['name']);_0x26de9f['consumable']['consume'](_0x68337d['item'],_0x492a08['name']);}};_0xbe7e68['conversion']['for']('dataDowncast')['add'](_0x21276d=>{_0x21276d['on']('addMarker:suggestion:formatBlock',(_0x896369,_0x54e90a,_0x408686)=>{_0x408686['options']['showSuggestionHighlights']&&_0x2e2b31({'showActiveMarkers':!0x1})(_0x896369,_0x54e90a,_0x408686);},{'priority':'highest'});}),_0xbe7e68['conversion']['for']('dataDowncast')['add'](_0x50efb2=>{_0x50efb2['on']('addMarker:suggestion:attribute',(_0x2f4396,_0x176fa1,_0x133ace)=>{_0x133ace['options']['showSuggestionHighlights']&&_0x2e2b31({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2f4396,_0x176fa1,_0x133ace);},{'priority':'highest'});}),_0xbe7e68['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x592ebc,_0x518fba)=>_0x518fba['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x592ebc['substr'](0xb)}}),_0xbe7e68['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x542875,{writer:_0xda28c9})=>{let _0x1ead6e='suggestion:'+_0x542875['getAttribute']('suggestion-type')+':'+_0x542875['getAttribute']('id');return _0x542875['getAttribute']('marker-count')&&(_0x1ead6e+=':'+_0x542875['getAttribute']('marker-count')),_0xda28c9['createElement']('$marker',{'data-name':_0x1ead6e});}}),_0xbe7e68['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xbe7e68['conversion']['for']('editingDowncast')['add'](_0x148da0=>{_0x148da0['on']('addMarker:suggestion:formatBlock',_0x2e2b31(),{'priority':'high'});}),_0xbe7e68['conversion']['for']('editingDowncast')['add'](_0x28273b=>{_0x28273b['on']('addMarker:suggestion:attribute',_0x2e2b31({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xbe7e68['conversion']['for']('editingDowncast')['add'](_0x1d1afa=>{_0x1d1afa['on']('removeMarker:suggestion:formatBlock',(_0x17cdc0,_0x57079d,_0x3dd185)=>{const _0x83a4a9=_0x3dd185['mapper']['markerNameToElements'](_0x57079d['markerName']);if(_0x83a4a9){for(const _0x29a606 of _0x83a4a9)_0x29a606['getCustomProperty']('addHighlight')||(_0x3dd185['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x29a606),_0x3dd185['writer']['removeAttribute']('data-suggestion',_0x29a606),_0x3dd185['mapper']['unbindElementFromMarkerName'](_0x29a606,_0x57079d['markerName']));}},{'priority':'high'});}),_0xbe7e68['conversion']['for']('editingDowncast')['add'](_0x3cb51f=>{_0x3cb51f['on']('removeMarker:suggestion:attribute',(_0x31f029,_0x139da2,_0x16fd73)=>{const _0x2659da=_0x16fd73['mapper']['markerNameToElements'](_0x139da2['markerName']);if(!_0x2659da)return;const {id:_0x3c1bbc}=this['_splitMarkerName'](_0x139da2['markerName']),_0x3c92ec=this['_suggestions']['get'](_0x3c1bbc),_0x41e847=this['_getAttributeKey'](_0x3c92ec);if(this['_isBlockAttribute'](_0x41e847)){for(const _0x2c060a of _0x2659da)_0x2c060a['getCustomProperty']('addHighlight')||(_0x16fd73['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2c060a),_0x16fd73['writer']['removeAttribute']('data-suggestion',_0x2c060a),_0x16fd73['mapper']['unbindElementFromMarkerName'](_0x2c060a,_0x139da2['markerName']));}},{'priority':'high'});}),_0xbe7e68['model']['document']['registerPostFixer'](_0x532111=>{let _0x1a55db=!0x1;const _0xa9bbc8=Array['from'](_0xbe7e68['model']['document']['differ']['getChangedMarkers']()),_0x10c11e=new Set();for(const {name:_0x3710a2,data:_0x102fab}of _0xa9bbc8){const {group:_0xe52e9a,type:_0x57d263,subType:_0x484790,id:_0x245040}=this['_splitMarkerName'](_0x3710a2);if('suggestion'!==_0xe52e9a)continue;const _0x807f4d=this['_suggestions']['get'](_0x245040);if(null!=_0x102fab['newRange']){'formatInline'==_0x57d263&&(_0x1a55db=_0x1a55db||Et(_0x102fab['newRange'],_0x3710a2,_0x532111,_0xbe7e68['model']['schema']));const _0x53eddb='attribute'==_0x57d263&&this['_isBlockAttribute'](_0x484790['split']('|')[0x0]);if(_0x102fab['newRange']['isCollapsed']||'$graveyard'==_0x102fab['newRange']['root']['rootName']||'formatBlock'==_0x57d263&&!Ut(_0x102fab['newRange'])||_0x53eddb&&!Ut(_0x102fab['newRange'])||'deletion'==_0x57d263&&!(!Tt(_0x62621b=_0x102fab['newRange'])&&!function(_0x291974){return _0x291974['start']['parent']==_0x291974['end']['nodeBefore']&&_0x291974['start']['isAtEnd'];}(_0x62621b)))_0x532111['removeMarker'](_0x3710a2),_0x1a55db=!0x0;else{if(!_0x807f4d||!_0x807f4d['isInContent'])continue;_0x10c11e['add'](_0x807f4d);}}}var _0x62621b;return _0x10c11e['size']>0x0&&(_0x1a55db=!!this['_joinWithAdjacentSuggestions'](_0x10c11e)||_0x1a55db),_0x1a55db;}),_0xbe7e68['model']['document']['registerPostFixer'](_0x420d90=>{let _0x403851=!0x1;for(const _0x33af1f of _0xbe7e68['model']['document']['differ']['getChanges']())if('insert'==_0x33af1f['type'])for(const _0x352b96 of this['_suggestions']['values']()){if(_0x352b96['isMultiRange']||!_0x352b96['isInContent'])continue;const _0xf1cd60='formatBlock'==_0x352b96['type'],_0x9d704b=this['_getAttributeKey'](_0x352b96),_0x2b3061=_0x9d704b&&this['_isBlockAttribute'](_0x9d704b);if(!_0xf1cd60&&!_0x2b3061)continue;const _0x455147=_0x352b96['getFirstRange']();if(_0x455147['start']['parent']!=_0x455147['end']['parent']&&!_0x455147['end']['isAtEnd']){const _0x1c54e7=_0xbe7e68['model']['createPositionAt'](_0x455147['start']['nodeAfter'],'end'),_0x5bd595=_0xbe7e68['model']['createRange'](_0x455147['start'],_0x1c54e7);_0x420d90['updateMarker'](_0x352b96['getFirstMarker'](),{'range':_0x5bd595}),_0x403851=!0x0;}}return _0x403851;}),_0xbe7e68['model']['document']['registerPostFixer'](_0x3c2a9c=>this['_processAttributeChanges'](_0x3c2a9c)),_0xbe7e68['model']['document']['registerPostFixer'](_0x43cf7b=>!_0x43cf7b['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x43cf7b)),_0xbe7e68['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xbe7e68['model']['document']['on']('change:data',(_0xfa6934,_0x274c48)=>{if(!_0x274c48['isLocal']||_0x274c48['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x1cda5e=_0xbe7e68['model']['document']['differ']['getChanges']();if(0x0==_0x1cda5e['length'])return;const _0x206cfd=[],_0x363766=_0x1cda5e['filter'](_0x4cb05a=>'attribute'==_0x4cb05a['type']),_0x23e369=_0x1cda5e['filter'](_0x4ecd1d=>'insert'==_0x4ecd1d['type']&&'$text'!=_0x4ecd1d['name']),_0x54b829=_0x1cda5e['filter'](_0x4a6493=>'remove'==_0x4a6493['type']&&'$text'!=_0x4a6493['name']);for(const _0xdf2785 of _0x363766)this['_isRegisteredAttribute'](_0xdf2785['attributeKey'])&&_0x206cfd['push']({'key':_0xdf2785['attributeKey'],'newValue':_0xdf2785['attributeNewValue'],'oldValue':_0xdf2785['attributeOldValue'],'range':Ot(_0xdf2785['range'],_0xbe7e68['model'])});for(const _0x1e61fb of _0x23e369){const _0x2ed019=_0x54b829['find'](_0x3c5c19=>_0x3c5c19['_element']===_0x1e61fb['_element']);if(_0x2ed019){const _0xa2c196=Ft(_0x1e61fb['position']['nodeAfter'],_0xbe7e68['model']);_0x2ed019['name']!==_0x1e61fb['name']&&_0x206cfd['push']({'key':m,'newValue':_0x1e61fb['name'],'oldValue':_0x2ed019['name'],'range':_0xa2c196});for(const [_0x49ca05,_0x3577fe]of _0x2ed019['attributes']){if(!this['_isRegisteredAttribute'](_0x49ca05))continue;const _0x496ffa=_0x1e61fb['attributes']['get'](_0x49ca05);_0x3577fe!==_0x496ffa&&_0x206cfd['push']({'key':_0x49ca05,'newValue':_0x496ffa,'oldValue':_0x3577fe,'range':_0xa2c196});}for(const [_0x2c9ecd,_0x3aa026]of _0x1e61fb['attributes'])this['_isRegisteredAttribute'](_0x2c9ecd)&&(_0x2ed019['attributes']['has'](_0x2c9ecd)||_0x206cfd['push']({'key':_0x2c9ecd,'newValue':_0x3aa026,'oldValue':null,'range':_0xa2c196}));}}0x0!=_0x206cfd['length']&&_0xbe7e68['model']['enqueueChange'](_0x274c48,_0x162881=>{const _0x590051=_0x3d4fba();for(const {range:_0x5738dc,key:_0x23b269,oldValue:_0x34bc8e,newValue:_0x3766e9}of _0x206cfd)this['markAttributeChange'](_0x5738dc,_0x23b269,_0x34bc8e,_0x3766e9,{'groupId':_0x590051});this['_reduceExistingSuggestions'](_0x162881,_0x206cfd);});},{'priority':'lowest'}),_0xbe7e68['model']['markers']['on']('update:suggestion',(_0x200cff,_0x291f81,_0x5d4904)=>{if(null==_0x5d4904){const {id:_0x5e9428}=this['_splitMarkerName'](_0x291f81['name']),_0x1d054c=this['_suggestions']['get'](_0x5e9428);_0x1d054c&&_0x1d054c['addMarkerName'](_0x291f81['name']);}}),_0xbe7e68['model']['document']['on']('change:data',()=>{const _0x4580a8=Array['from'](_0xbe7e68['model']['document']['differ']['getChangedMarkers']())['filter'](_0x2aa40e=>'suggestion'===this['_splitMarkerName'](_0x2aa40e['name'])['group']);if(0x0===_0x4580a8['length'])return;_0x4580a8['sort']((_0x548019,_0x491dd2)=>{const _0xf143ac=_0x548019['data']['oldRange'],_0x351357=_0x491dd2['data']['oldRange'];return null===_0xf143ac&&null===_0x351357?0x0:null===_0xf143ac&&null!==_0x351357?-0x1:null!==_0xf143ac&&null===_0x351357?0x1:_0xf143ac['start']['isBefore'](_0x351357['start'])?-0x1:0x1;});const _0x17503f=new Set(),_0x5ccd28=new Set();for(const {name:_0x2195ae,data:_0x50fb50}of _0x4580a8){const {id:_0x203568}=this['_splitMarkerName'](_0x2195ae);if(null===_0x50fb50['oldRange']){const _0x2d6d01=this['_handleNewSuggestionMarker'](_0x2195ae);_0x5ccd28['add'](_0x2d6d01);}else{const _0x25e791=this['_suggestions']['get'](_0x203568);null!==_0x50fb50['newRange']||_0x25e791['isInContent']?(_0x17503f['add'](_0x25e791['head']),_0x5ccd28['add'](_0x25e791)):this['_removeSuggestion'](_0x25e791);}}_0x5ccd28['size']>0x0&&this['_refreshSuggestionsChain'](_0x5ccd28);for(const _0x1eeb7b of _0x17503f)this['fire']('suggestionChanged',_0x1eeb7b);}),_0xbe7e68['model']['on']('applyOperation',(_0xbb5fbf,_0x4d79e7)=>{const _0x22d7ee=_0x4d79e7[0x0];if(!this['_suggestions']['size'])return;if(!_0x22d7ee['isDocumentOperation'])return;if(_0x22d7ee['batch']['isUndo']||!_0x22d7ee['batch']['isLocal'])return;let _0x3ee7c0,_0xae38f5;switch(_0x22d7ee['type']){case'insert':_0x3ee7c0=_0xbe7e68['model']['createPositionAt'](_0x22d7ee['position']),_0xae38f5=_0x3ee7c0['getShiftedBy'](_0x22d7ee['howMany']);break;case'split':_0x3ee7c0=_0xbe7e68['model']['createPositionAt'](_0x22d7ee['splitPosition']),_0xae38f5=_0xbe7e68['model']['createPositionAt'](_0x22d7ee['moveTargetPosition']);break;case'move':_0x3ee7c0=_0xbe7e68['model']['createPositionAt'](_0x22d7ee['targetPosition']),_0xae38f5=_0x3ee7c0['getShiftedBy'](_0x22d7ee['howMany']);break;default:return;}const _0x4eff97=_0xbe7e68['model']['createRange'](_0x3ee7c0,_0xae38f5);_0xbe7e68['model']['change'](()=>{for(const {suggestion:_0x19d777,meta:_0x5a25ae}of this['_findSuggestions'](_0x4eff97)){if(_0x19d777['isMultiRange'])continue;if('formatInline'==_0x19d777['type'])continue;const _0x189c96=this['_getAttributeKey'](_0x19d777);if(_0x189c96&&this['_isBlockAttribute'](_0x189c96)&&'split'!=_0x22d7ee['type'])continue;const _0x379b1e=_0x19d777['data']&&_0x19d777['data']['multipleBlocks'];('formatBlock'!=_0x19d777['type']||'split'==_0x22d7ee['type']&&!_0x379b1e)&&(_0x5a25ae['containsRangeInObject']||'insertion'==_0x19d777['type']&&_0x5a25ae['isOwn']||_0x19d777['getFirstRange']()['containsRange'](_0x4eff97)&&this['_breakSuggestionMarker'](_0x19d777,_0x3ee7c0,_0xae38f5));}});},{'priority':'lowest'}),_0xbe7e68['model']['on']('deleteContent',(_0x1594ef,_0x14b7cb)=>{const _0x28237b=_0x14b7cb[0x0],_0x9fd10c=_0x14b7cb[0x1];if(_0x9fd10c&&_0x9fd10c['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x28237b['isCollapsed'])return;const _0x458fc4=_0xbe7e68['model']['schema'],{start:_0x9b78ab,end:_0x1fb692}=_0x28237b['getFirstRange'](),_0x1f6095=_0x9b78ab['nodeAfter']&&_0x458fc4['isLimit'](_0x9b78ab['nodeAfter'])?null:_0x458fc4['getNearestSelectionRange'](_0x9b78ab,'forward'),_0x3464f9=_0x1fb692['nodeBefore']&&_0x458fc4['isLimit'](_0x1fb692['nodeBefore'])?null:_0x458fc4['getNearestSelectionRange'](_0x1fb692,'backward'),_0x13da6d=_0xbe7e68['model']['createRange'](_0x1f6095?_0x1f6095['start']:_0x9b78ab,_0x3464f9?_0x3464f9['end']:_0x1fb692);_0xbe7e68['model']['change'](_0x921aeb=>{this['markDeletion'](_0x13da6d);const _0x206364=_0xbe7e68['model']['schema']['getNearestSelectionRange'](_0x13da6d['start']);_0x28237b['is']('documentSelection')?_0x921aeb['setSelection'](_0x206364):_0x28237b['setTo'](_0x206364);}),_0x1594ef['stop']();},{'priority':_0x65bfcf['normal']+0xa}),_0xbe7e68['model']['on']('insertContent',(_0x3f7ce7,_0x4b21d9)=>{const _0x1c1bf4=_0x4b21d9[_0x4b21d9['length']-0x1];_0x1c1bf4&&_0x1c1bf4['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xbe7e68['model']['change'](()=>{let _0x25e2fd=_0xbe7e68['model']['insertContent'](_0x4b21d9[0x0],_0x4b21d9[0x1],_0x4b21d9[0x2],{'forceDefaultExecution':!0x0});if(!_0x25e2fd)return;_0x3f7ce7['return']=_0x25e2fd['clone']();const _0xccc50b=_0x25e2fd['end']['nodeBefore'],_0x79ab3c=_0xbe7e68['model']['schema'];_0xccc50b&&_0x79ab3c['isBlock'](_0xccc50b)&&!_0x79ab3c['isObject'](_0xccc50b)&&(_0x25e2fd=_0xbe7e68['model']['createRange'](_0x25e2fd['start'],_0xbe7e68['model']['createPositionAt'](_0xccc50b,'end'))),this['markInsertion'](_0x25e2fd);}),_0x3f7ce7['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x2be009=new $(_0xbe7e68,this['_suggestions']);_0xbe7e68['commands']['add']('acceptSuggestion',_0x2be009),this['enableCommand']('acceptSuggestion');const _0x4c6b63=new B(_0xbe7e68,this['_suggestions']);_0xbe7e68['commands']['add']('discardSuggestion',_0x4c6b63),this['enableCommand']('discardSuggestion'),_0xbe7e68['commands']['add']('acceptAllSuggestions',new x(_0xbe7e68,_0x2be009,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xbe7e68['commands']['add']('discardAllSuggestions',new x(_0xbe7e68,_0x4c6b63,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xbe7e68['commands']['add']('acceptSelectedSuggestions',new R(_0xbe7e68,_0x2be009,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xbe7e68['commands']['add']('discardSelectedSuggestions',new R(_0xbe7e68,_0x4c6b63,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0xcd6e67=_0xbe7e68['plugins']['get']('CommentsRepository');this['listenTo'](_0xcd6e67,'addComment',(_0xcedf9d,{threadId:_0x2387fe})=>{const _0x35c1e6=this['_suggestions']['get'](_0x2387fe);_0x35c1e6&&_0x35c1e6['commentThread']&&0x1===_0x35c1e6['commentThread']['length']&&this['_updateSuggestionData'](_0x2387fe,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0xcd6e67,'removeComment',(_0x33fe3e,{threadId:_0x164437})=>{const _0x874027=this['_suggestions']['get'](_0x164437);_0x874027&&_0x874027['commentThread']&&!_0x874027['commentThread']['length']&&this['_updateSuggestionData'](_0x164437,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x588ee0){if(this['_adapter'])throw new _0x4e6b6c('track-changes-adapter-already-set',this);this['_adapter']=_0x588ee0;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2ceadb=!0x1,toJSON:_0x4ffebc=!0x1}={}){const _0xc9b699=[];for(const _0x8c587 of this['_suggestions']['values']())_0x2ceadb&&!_0x8c587['isInContent']||_0xc9b699['push'](_0x8c587);return _0x4ffebc?_0xc9b699['map'](_0x54252d=>_0x54252d['toJSON']()):_0xc9b699;}['getSuggestion'](_0x5d6238){const _0x5b3a76=this['_suggestions']['get'](_0x5d6238);if(!_0x5b3a76)throw new _0x4e6b6c('track-changes-suggestion-not-found',this);return _0x5b3a76;}['hasSuggestion'](_0xa0dcba){return this['_suggestions']['has'](_0xa0dcba);}['addSuggestionData'](_0x2058af){const {authorId:_0x1035e3,id:_0x235321,attributes:_0x6a8bb}=_0x2058af,[_0x52145d,_0x267b1d]=_0x2058af['type']['split'](':'),_0x314fc4=this['_suggestions']['get'](_0x235321)||this['_createSuggestion'](_0x52145d,_0x267b1d,_0x235321,_0x1035e3,_0x6a8bb);if(this['_addThreadToSuggestion'](_0x314fc4),this['_checkSuggestionCorrectness'](_0x314fc4,_0x52145d,_0x267b1d||null,_0x1035e3),_0x314fc4['createdAt']=_0x2058af['createdAt'],_0x314fc4['_isDataLoaded']=!0x0,_0x6a8bb&&_0x6a8bb['@external']){const _0x2e3aa5=_0x6a8bb['@external'],_0x2d4df5=this['_getExternalAuthor'](_0x2e3aa5['authorName']);_0x314fc4['authoredAt']=_0x2e3aa5['createdAt'],_0x314fc4['author']=_0x2d4df5,_0x314fc4['isExternal']=!0x0;}else _0x314fc4['authoredAt']=_0x2058af['createdAt'];switch(_0x2058af['data']&&(_0x314fc4['data']=_0x2058af['data']),_0x2058af['attributes']&&(_0x314fc4['attributes']=_0x2058af['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x314fc4['_saved']=!0x0),this['_suggestionState']['get'](_0x314fc4)){case'notReady':this['_suggestionState']['set'](_0x314fc4,'dataReady');break;case'markerReady':_0x314fc4['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x314fc4])),this['_refreshSuggestionsChain'](new Set([_0x314fc4])),this['_suggestionState']['set'](_0x314fc4,'ready'),this['fire']('suggestionLoaded',_0x314fc4)):this['_suggestionState']['set'](_0x314fc4,'removed');}return _0x314fc4;}['acceptSuggestion'](_0x538617){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xbb6efd of _0x538617['getAllAdjacentSuggestions']())_0xbb6efd['accept']();});});}['discardSuggestion'](_0x363dcf){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xf3bc39 of _0x363dcf['getAllAdjacentSuggestions']())_0xf3bc39['discard']();});});}['enableCommand'](_0xafe75b,_0x21dedd){const _0x20a971=this['editor']['commands']['get'](_0xafe75b);if(!_0x20a971)throw new _0x4e6b6c('track-changes-command-not-found',this,{'commandName':_0xafe75b});if(this['_enabledCommands']['has'](_0x20a971))throw new _0x4e6b6c('track-changes-enable-command-twice',this,{'commandName':_0xafe75b});this['_enabledCommands']['add'](_0x20a971),_0x21dedd&&_0x20a971['on']('execute',(_0x5cbe4a,_0x2ab2c9)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x2ab2c9['length']>0x0&&_0x2ab2c9[_0x2ab2c9['length']-0x1]&&_0x2ab2c9[_0x2ab2c9['length']-0x1]['forceDefaultExecution']?_0x2ab2c9['pop']():(_0x5cbe4a['return']=_0x21dedd((..._0x59e556)=>_0x20a971['execute'](..._0x59e556,{'forceDefaultExecution':!0x0}),..._0x2ab2c9),_0x5cbe4a['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x348f6b){let _0x213f70,_0x588173;const _0x1f16a0=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x213f70=_0x348f6b();}catch(_0x4b26f7){_0x588173=_0x4b26f7;}return _0x1f16a0||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x588173&&_0x4e6b6c['rethrowUnexpectedError'](_0x588173,this),_0x213f70;}['markInsertion'](_0x118b03,_0x1c2cea=null,_0x28f13d={}){if(_0x118b03['isCollapsed'])return null;const _0xe8f064=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x13fbf6,meta:_0x4f3711}of this['_findSuggestions'](_0x118b03,'insertion'))if(_0x4f3711['isOwn']){if(!_0x4f3711['isNextTo']){if(_0x4f3711['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x13fbf6,_0x28f13d))continue;return _0x13fbf6;}if(Lt(_0x13fbf6,_0x28f13d))return _0x13fbf6;this['_breakSuggestionMarker'](_0x13fbf6,_0x118b03['start'],_0x118b03['end']);break;}if(_0x1c2cea==_0x13fbf6['subType']&&Lt(_0x13fbf6,_0x28f13d)){const _0x398c83=_0x13fbf6['getFirstRange']();return _0x398c83['start']['isEqual'](_0x118b03['end'])?this['_setSuggestionRange'](_0x13fbf6,this['_model']['createRange'](_0x118b03['start'],_0x398c83['end'])):this['_setSuggestionRange'](_0x13fbf6,this['_model']['createRange'](_0x398c83['start'],_0x118b03['end'])),_0x13fbf6;}}const _0x55d230=_0x3d4fba(),_0x5f086b=_0xe8f064['id'],_0x57560b=_0x1c2cea?'insertion:'+_0x1c2cea:'insertion',_0x2922b0=this['_setSuggestionData']({'id':_0x55d230,'type':_0x57560b,'createdAt':new Date(),'authorId':_0x5f086b,'attributes':_0x28f13d});return this['_addSuggestionMarker'](_0x57560b,_0x55d230,_0x5f086b,_0x118b03),_0x2922b0;}['markMultiRangeInsertion'](_0x5c3989,_0x6aa5b1='multi',_0x300a28={}){const _0x471f21=this['editor']['plugins']['get']('Users')['me'],_0x233a13=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x6aa5b1,'join');for(const _0xe47123 of this['getSuggestions']())if(_0xe47123['author']['id']==_0x471f21['id']&&'insertion'==_0xe47123['type']&&_0xe47123['subType']==_0x6aa5b1&&Lt(_0xe47123,_0x300a28)&&(_0x233a13(_0xe47123['getRanges'](),_0x5c3989)||_0x233a13(_0x5c3989,_0xe47123['getRanges']()))){for(const _0x52820e of _0x5c3989)_0xe47123['addRange'](_0x52820e);return _0xe47123;}for(const {suggestion:_0x570592,meta:_0x151c2c}of this['_findSuggestions'](_0x5c3989,'insertion')){if(!_0x151c2c['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x151c2c['containsRangeInObject'])continue;if(!Lt(_0x570592,_0x300a28))continue;let _0x569759=!0x0;for(const _0x3f8f71 of _0x570592['getRanges']())for(const _0x176eb5 of _0x5c3989)if(!_0x3f8f71['containsRange'](_0x176eb5)){_0x569759=!0x1;break;}if(_0x569759)return _0x570592;}const _0x4aace6=_0x3d4fba(),_0x37463c=_0x471f21['id'],_0x13d076='insertion:'+_0x6aa5b1,_0x1a6f94=this['_setSuggestionData']({'id':_0x4aace6,'type':_0x13d076,'createdAt':new Date(),'authorId':_0x37463c,'attributes':_0x300a28});for(const _0x1fdec8 of _0x5c3989)this['_addSuggestionMarker'](_0x13d076,_0x4aace6,_0x37463c,_0x1fdec8,u['getMultiRangeId']());return _0x1a6f94;}['markInlineFormat'](_0x5e2ed3,_0x85fcdf,_0x4b4458=null,_0x4179d4={}){if(_0x4b4458=_0x4b4458||Vt(_0x85fcdf),_0x5e2ed3['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0xb4a01=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4b4458,'accept');return this['forceDefaultExecution'](()=>_0xb4a01([_0x5e2ed3],_0x85fcdf,_0x4179d4)),null;}const _0xfa93d4=this['editor']['plugins']['get']('Users')['me'],_0xe97068=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x15a9e8,meta:_0x4cbb9e}of this['_findSuggestions'](_0x5e2ed3,'insertion'))_0x4cbb9e['isOwn']&&!_0x4cbb9e['isInsideObject']&&_0xe97068['push'](..._0x15a9e8['getRanges']());}const _0x148d84=function(_0x308ee6,_0x3a4f38){const _0x254b4e=[];for(const _0xefab7b of _0x3a4f38){const _0x398836=_0x308ee6['getIntersection'](_0xefab7b);_0x398836&&_0x254b4e['push'](_0x398836);}return _0x254b4e;}(_0x5e2ed3,_0xe97068),_0x4fe021=function(_0x175e56,_0xeb91cc){const _0xa4926d=[_0x175e56];for(const _0x457bb7 of _0xeb91cc){let _0x5b30ad=0x0;for(;_0x5b30ad<_0xa4926d['length'];){const _0x77470=_0xa4926d[_0x5b30ad]['getDifference'](_0x457bb7);_0xa4926d['splice'](_0x5b30ad,0x1,..._0x77470),_0x5b30ad+=_0x77470['length'];}}return _0xa4926d;}(_0x5e2ed3,_0xe97068);_0x148d84['length']&&this['_model']['change'](()=>{for(const _0x3f76fb of _0x148d84){const _0xadf999=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4b4458,'accept');this['forceDefaultExecution'](()=>_0xadf999([_0x3f76fb],_0x85fcdf,_0x4179d4));}});for(const _0xaf3ff2 of _0x4fe021){let _0x15fb05=null,_0x49e6f2=_0xaf3ff2['start'],_0x42a19f=_0xaf3ff2['end'];for(const {suggestion:_0x2c4f43,meta:_0x4574af}of this['_findSuggestions'](_0xaf3ff2,'formatInline')){if(!_0x4574af['isOwn'])continue;if(_0x2c4f43['subType']!=_0x4b4458)continue;if(!Lt(_0x2c4f43,_0x4179d4))continue;const _0x491d10=_0x2c4f43['getFirstRange']();if(_0x491d10['containsRange'](_0xaf3ff2,!0x0))return null;_0x49e6f2=_0x49e6f2['isBefore'](_0x491d10['start'])?_0x49e6f2:_0x491d10['start'],_0x42a19f=_0x42a19f['isAfter'](_0x491d10['end'])?_0x42a19f:_0x491d10['end'],_0x15fb05?_0x491d10['start']['isBefore'](_0x15fb05['getFirstRange']()['start'])?(_0x15fb05['removeMarkers'](),_0x15fb05=_0x2c4f43):_0x2c4f43['removeMarkers']():_0x15fb05=_0x2c4f43;}const _0x339431=this['_model']['createRange'](_0x49e6f2,_0x42a19f);if(_0x15fb05)this['_setSuggestionRange'](_0x15fb05,_0x339431);else{const _0x220aba=_0x3d4fba(),_0x1bdd1e=_0xfa93d4['id'];this['_setSuggestionData']({'id':_0x220aba,'type':'formatInline:'+_0x4b4458,'data':_0x85fcdf,'createdAt':new Date(),'authorId':_0x1bdd1e,'attributes':_0x4179d4}),this['_addSuggestionMarker']('formatInline:'+_0x4b4458,_0x220aba,_0x1bdd1e,_0x339431);}}return null;}['markBlockFormat'](_0x53123a,_0x5efc8c,_0x4d9811=[],_0x3bc32b=null,_0x589e6c={}){_0x5efc8c['formatGroupId']||(_0x5efc8c['formatGroupId']=_0x5efc8c['commandName']),_0x5efc8c['multipleBlocks']=_0x53123a['is']('range'),_0x3bc32b=_0x3bc32b||Vt(_0x5efc8c);const _0x38cf99=_0x4d9811['map'](_0x54f99c=>Ft(_0x54f99c,this['_model'])),_0x5e74fa=_0x53123a['is']('range')?_0x53123a:Ft(_0x53123a,this['_model']);if('never'===this['_trackFormatChanges']){const _0x8d42d5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3bc32b,'accept');return this['forceDefaultExecution'](()=>_0x8d42d5([_0x5e74fa],_0x5efc8c,_0x589e6c)),null;}_0x38cf99['push'](_0x5e74fa);let _0x27d4a3=!0x0;for(const _0x3b023e of _0x38cf99)if(!this['_rangeIsInLocalUserInsertion'](_0x3b023e)){_0x27d4a3=!0x1;break;}if(_0x27d4a3&&'always'!==this['_trackFormatChanges']){const _0x463aba=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3bc32b,'accept');return this['forceDefaultExecution'](()=>_0x463aba([_0x5e74fa],_0x5efc8c,_0x589e6c)),null;}let _0x54a4f5=null,_0x144ed5=_0x5e74fa['start'],_0x42c228=_0x5e74fa['end'];for(const {suggestion:_0x1c1708,meta:_0x4b3056}of this['_findSuggestions'](_0x5e74fa,'formatBlock')){if(!_0x4b3056['isOwn'])continue;if(_0x4b3056['isNextTo']||_0x4b3056['containsRangeInObject']||_0x4b3056['isInsideObject'])continue;if(_0x1c1708['data']['formatGroupId']!=_0x5efc8c['formatGroupId'])continue;if(!Lt(_0x1c1708,_0x589e6c))continue;const _0x5e2443=_0x1c1708['getFirstRange']();if(_0x1c1708['subType']==_0x3bc32b){if(_0x5e2443['containsRange'](_0x5e74fa,!0x0))return null;_0x144ed5=_0x144ed5['isBefore'](_0x5e2443['start'])?_0x144ed5:_0x5e2443['start'],_0x42c228=_0x42c228['isAfter'](_0x5e2443['end'])?_0x42c228:_0x5e2443['end'],_0x54a4f5?_0x5e2443['start']['isBefore'](_0x54a4f5['getFirstRange']()['start'])?(_0x54a4f5['removeMarkers'](),_0x54a4f5=_0x1c1708):_0x1c1708['removeMarkers']():_0x54a4f5=_0x1c1708;}else{const _0x11fde5=_0x5e74fa['getIntersection'](_0x5e2443);this['_cutOutSuggestionMarker'](_0x1c1708,_0x11fde5);}}const _0xe734b8=this['editor']['plugins']['get']('Users')['me'],_0x2e272a=_0x3d4fba(),_0x527251=_0xe734b8['id'];if(_0x54a4f5)return this['_setSuggestionRange'](_0x54a4f5,this['_model']['createRange'](_0x144ed5,_0x42c228)),_0x54a4f5;{const _0x557344=this['_setSuggestionData']({'id':_0x2e272a,'type':'formatBlock:'+_0x3bc32b,'data':_0x5efc8c,'createdAt':new Date(),'authorId':_0x527251,'attributes':_0x589e6c});return this['_addSuggestionMarker']('formatBlock:'+_0x3bc32b,_0x2e272a,_0x527251,this['_model']['createRange'](_0x144ed5,_0x42c228)),_0x557344;}}['markMultiRangeBlockFormat'](_0x325f34,_0x8771b2,_0x338e39=[],_0x1f2894=null,_0x20234d={}){_0x8771b2['formatGroupId']||(_0x8771b2['formatGroupId']=_0x8771b2['commandName']);const _0x2582d0=_0x325f34[0x0];_0x8771b2['multipleBlocks']=_0x2582d0['is']('range'),_0x1f2894=_0x1f2894||Vt(_0x8771b2);const _0x24c0c1=_0x338e39['map'](_0x5b5ead=>Ft(_0x5b5ead,this['_model'])),_0x3a2c95=_0x2582d0['is']('range')?_0x325f34:_0x325f34['map'](_0x2a9d41=>Ft(_0x2a9d41,this['_model']));if('never'===this['_trackFormatChanges']){const _0x5a1355=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1f2894,'accept');return this['forceDefaultExecution'](()=>_0x5a1355(_0x3a2c95,_0x8771b2,_0x20234d)),null;}_0x24c0c1['push'](..._0x3a2c95);let _0x216f15=!0x0;for(const _0x19836f of _0x24c0c1)if(!this['_rangeIsInLocalUserInsertion'](_0x19836f)){_0x216f15=!0x1;break;}if(_0x216f15&&'always'!==this['_trackFormatChanges']){const _0x582a6f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1f2894,'accept');return this['forceDefaultExecution'](()=>_0x582a6f(_0x3a2c95,_0x8771b2,_0x20234d)),null;}const _0x154a84=this['editor']['plugins']['get']('Users')['me'];for(const _0x11d02f of this['getSuggestions']()){if(_0x11d02f['author']['id']!=_0x154a84['id'])continue;if('formatBlock'!=_0x11d02f['type']||_0x11d02f['data']['formatGroupId']!=_0x8771b2['formatGroupId'])continue;if(!Lt(_0x11d02f,_0x20234d))continue;const _0x408f9e=_0x11d02f['subType']==_0x1f2894;for(let _0x3a80fe=0x0;_0x3a80fe<_0x3a2c95['length'];_0x3a80fe++){const _0x1bd9ba=_0x3a2c95[_0x3a80fe];for(const _0xabad70 of _0x11d02f['getMarkers']()){const _0x1c91e5=_0xabad70['getRange']();if(_0x1bd9ba['isEqual'](_0x1c91e5)){_0x408f9e?(_0x3a2c95['splice'](_0x3a80fe,0x1),_0x3a80fe--):_0x11d02f['removeMarker'](_0xabad70['name']);break;}}}}if(0x0==_0x3a2c95['length'])return null;const _0x10eaa2=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1f2894,'join');for(const _0x22acd6 of this['getSuggestions']())if(_0x22acd6['author']['id']==_0x154a84['id']&&'formatBlock'==_0x22acd6['type']&&_0x22acd6['data']['formatGroupId']==_0x8771b2['formatGroupId']&&_0x22acd6['subType']==_0x1f2894&&Lt(_0x22acd6,_0x20234d)&&(_0x10eaa2(_0x22acd6['getRanges'](),_0x3a2c95)||_0x10eaa2(_0x3a2c95,_0x22acd6['getRanges']()))){for(const _0x2438b1 of _0x3a2c95)_0x22acd6['addRange'](_0x2438b1);return _0x22acd6;}const _0x14bbc8=_0x3d4fba(),_0x1214a1=_0x154a84['id'],_0xf61ce0='formatBlock:'+_0x1f2894,_0xa2b926=this['_setSuggestionData']({'id':_0x14bbc8,'type':_0xf61ce0,'data':_0x8771b2,'createdAt':new Date(),'authorId':_0x1214a1,'attributes':_0x20234d});for(const _0x3e3eae of _0x3a2c95)this['_addSuggestionMarker'](_0xf61ce0,_0x14bbc8,_0x1214a1,_0x3e3eae,u['getMultiRangeId']());return _0xa2b926;}['markDeletion'](_0x138cbc,_0x1e61c6=null,_0x295c4e={}){if(_0x138cbc['isCollapsed'])return null;const _0x83aaae=this['editor']['plugins']['get']('Users')['me'],_0x503a3d=new _0x24b6fa(_0x138cbc['start'],_0x138cbc['end']);for(const {suggestion:_0x363c5e,meta:_0x3c8837}of this['_findSuggestions'](_0x503a3d,'insertion'))if(_0x3c8837['isOwn']&&!_0x3c8837['isNextTo']){if(_0x363c5e['isMultiRange']){const _0x4ea091=_0x363c5e['getRanges']()['filter'](_0xd5213c=>'$graveyard'!=_0xd5213c['root']['rootName']);_0x4ea091['every'](_0x4dbe84=>_0x503a3d['containsRange'](_0x4dbe84,!0x0))&&_0x363c5e['discard']();if(_0x4ea091['some'](_0x191425=>_0x191425['containsRange'](_0x503a3d,!0x0))){const _0x5ca0d8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1e61c6,'accept');return this['forceDefaultExecution'](()=>_0x5ca0d8([_0x503a3d],null,_0x295c4e)),null;}}else{const _0x240995=_0x503a3d['getIntersection'](_0x363c5e['getFirstRange']());null!==_0x240995&&_0x363c5e['_onDiscard']([_0x240995],null,_0x295c4e);}}if(_0x503a3d['detach'](),_0x503a3d['isCollapsed']||'$graveyard'==_0x503a3d['root']['rootName'])return null;let _0x244281=null,_0xa34f83=_0x503a3d['start'],_0x23b6da=_0x503a3d['end'];const _0x54ed4f=this['_findSuggestions'](_0x503a3d,'deletion');for(const {suggestion:_0x3bb16a,meta:_0x4d9362}of _0x54ed4f){const _0x423bcd=this['_model']['createRange'](_0xa34f83,_0x23b6da);if(_0x4d9362['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4d9362['containsRangeInObject']&&!_0x4d9362['isInsideObject'])){if(_0x3bb16a['isMultiRange']){if(!Lt(_0x3bb16a,_0x295c4e))continue;let _0x4696b6=!0x0;for(const _0xff7c82 of _0x3bb16a['getRanges']()){if(_0xff7c82['containsRange'](_0x423bcd,!0x0))return _0x3bb16a;_0x423bcd['containsRange'](_0xff7c82)||(_0x4696b6=!0x1);}_0x4696b6&&_0x3bb16a['discard']();}else{const _0x52566c=_0x3bb16a['getFirstRange']();if(_0x52566c['containsRange'](_0x423bcd,!0x0))return _0x3bb16a;if(!Lt(_0x3bb16a,_0x295c4e)){_0x423bcd['containsRange'](_0x52566c)?_0x3bb16a['removeMarkers']():_0x52566c['containsPosition'](_0xa34f83)?_0xa34f83=_0x52566c['end']:_0x52566c['containsPosition'](_0x23b6da)&&(_0x23b6da=_0x52566c['start']);continue;}_0xa34f83=_0xa34f83['isBefore'](_0x52566c['start'])?_0xa34f83:_0x52566c['start'],_0x23b6da=_0x23b6da['isAfter'](_0x52566c['end'])?_0x23b6da:_0x52566c['end'],_0x295c4e=Object['assign']({},_0x3bb16a['attributes']),_0x244281?_0x52566c['start']['isBefore'](_0x244281['getFirstRange']()['start'])?(_0x244281['removeMarkers'](),_0x244281=_0x3bb16a):_0x3bb16a['removeMarkers']():_0x244281=_0x3bb16a;}}}if(_0x244281)return this['_setSuggestionRange'](_0x244281,this['_model']['createRange'](_0xa34f83,_0x23b6da)),_0x244281;{const _0x3f61e3=_0x3d4fba(),_0x1f361c=this['_model']['createRange'](_0xa34f83,_0x23b6da),_0x35acc4=_0x83aaae['id'],_0x12a418=_0x1e61c6?'deletion:'+_0x1e61c6:'deletion',_0x22690d=this['_setSuggestionData']({'id':_0x3f61e3,'type':_0x12a418,'createdAt':new Date(),'authorId':_0x35acc4,'attributes':_0x295c4e});return this['_addSuggestionMarker'](_0x12a418,_0x3f61e3,_0x35acc4,_0x1f361c),_0x22690d;}}['markMultiRangeDeletion'](_0x1db3ab,_0x4d6a20='multi',_0x16520f={}){const _0xf55407=this['editor']['plugins']['get']('Users')['me'],_0x406117=_0x1db3ab['map'](_0x44f7e2=>new _0x24b6fa(_0x44f7e2['start'],_0x44f7e2['end'])),_0x33e432=new Set();for(const {suggestion:_0x18c77f,meta:_0x4671b1}of this['_findSuggestions'](_0x406117,'insertion'))_0x4671b1['isOwn']&&!_0x4671b1['isNextTo']&&_0x33e432['add'](_0x18c77f);for(const _0x13063b of _0x33e432)if(_0x13063b['isMultiRange']){const _0x28e729=_0x13063b['getRanges']();(!_0x13063b['attributes']||!_0x13063b['attributes']['skipNestingCheck'])&&(_0x28e729['every'](_0x275bef=>_0x406117['some'](_0x5ec9fd=>_0x5ec9fd['containsRange'](_0x275bef,!0x0)))&&_0x13063b['discard']());if(_0x406117['every'](_0x124e4a=>_0x28e729['some'](_0x509918=>_0x509918['containsRange'](_0x124e4a,!0x0)))){const _0x3540fe=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4d6a20,'accept');return this['forceDefaultExecution'](()=>_0x3540fe(_0x1db3ab,null,_0x16520f)),null;}}else{const _0x306574=_0x13063b['getFirstRange']();_0x406117['some'](_0xba092b=>_0xba092b['containsRange'](_0x306574,!0x0))&&_0x13063b['discard']();if(_0x406117['every'](_0x160b8c=>_0x306574['containsRange'](_0x160b8c,!0x0))){const _0x2e7992=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4d6a20,'accept');return this['forceDefaultExecution'](()=>_0x2e7992(_0x406117,null,_0x16520f)),null;}}const _0x15ec99=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4d6a20,'join');let _0x5db1e4=null;for(const _0x2f9e0f of this['getSuggestions']())if(_0x2f9e0f['author']['id']==_0xf55407['id']&&_0x2f9e0f['isInContent']&&'deletion'==_0x2f9e0f['type']&&_0x2f9e0f['subType']==_0x4d6a20&&Lt(_0x2f9e0f,_0x16520f)&&(_0x15ec99(_0x2f9e0f['getRanges'](),_0x406117)||_0x15ec99(_0x406117,_0x2f9e0f['getRanges']()))){if(_0x5db1e4){if(_0x2f9e0f['commentThread']&&_0x2f9e0f['commentThread']['length'])continue;for(const _0x15288f of _0x2f9e0f['getRanges']())_0x5db1e4['isIntersectingWithRange'](_0x15288f)||_0x5db1e4['addRange'](_0x15288f);_0x2f9e0f['removeMarkers']();}else{_0x5db1e4=_0x2f9e0f;for(const _0x7b5502 of _0x406117)_0x2f9e0f['isIntersectingWithRange'](_0x7b5502)||_0x2f9e0f['addRange'](_0x7b5502);}}if(_0x5db1e4)return _0x5db1e4;_0x33e432['clear']();for(const {suggestion:_0x2ddf7a,meta:_0x504c46}of this['_findSuggestions'](_0x406117,'deletion'))_0x504c46['isOwn']&&(this['_mergeNestedSuggestions']||!_0x504c46['containsRangeInObject']&&!_0x504c46['isInsideObject'])&&Lt(_0x2ddf7a,_0x16520f)&&_0x33e432['add'](_0x2ddf7a);for(const _0x4d9a19 of _0x33e432){const _0x18be96=_0x4d9a19['getRanges']();if(!_0x16520f||!_0x16520f['skipNestingCheck']){if(_0x406117['every'](_0x432b66=>_0x18be96['some'](_0x2bbce6=>_0x2bbce6['containsRange'](_0x432b66,!0x0))))return _0x4d9a19;}(!_0x4d9a19['attributes']||!_0x4d9a19['attributes']['skipNestingCheck'])&&(_0x18be96['every'](_0x446281=>_0x406117['some'](_0x3b9a1c=>_0x3b9a1c['containsRange'](_0x446281,!0x0)))&&_0x4d9a19['discard']());}const _0x2f5cd6=_0x3d4fba(),_0x58318f=_0xf55407['id'],_0x57a3e8='deletion:'+_0x4d6a20,_0x28165a=this['_setSuggestionData']({'id':_0x2f5cd6,'type':_0x57a3e8,'createdAt':new Date(),'authorId':_0x58318f,'attributes':_0x16520f});for(const _0x33c2a4 of _0x406117)_0x33c2a4['detach'](),_0x33c2a4['isCollapsed']||'$graveyard'==_0x33c2a4['root']['rootName']||this['_addSuggestionMarker'](_0x57a3e8,_0x2f5cd6,_0x58318f,_0x33c2a4,u['getMultiRangeId']());return _0x28165a;}['markAttributeChange'](_0x3fd17d,_0x2d0652,_0x335e7e,_0x595aa7,_0x4823d7){if(_0x3fd17d['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x15c668=this['editor']['plugins']['get']('Users')['me']['id'],_0x457ed7=Array['from'](this['_suggestions']['values']())['filter'](_0x3886be=>'attribute'==_0x3886be['type']&&_0x3886be['data']['key']==_0x2d0652&&_0x3886be['isIntersectingWithRange'](_0x3fd17d));if('default'===this['_trackFormatChanges']){const _0x5ef8f7=this['_findSuggestions'](_0x3fd17d,'insertion')['filter'](({meta:_0x4bdf43})=>_0x4bdf43['isOwn']&&!_0x4bdf43['isInsideObject']&&!_0x4bdf43['isNextTo'])['map'](({suggestion:_0x3cfb41})=>_0x3cfb41);_0x457ed7['unshift'](..._0x5ef8f7);}const _0x4c4856=new Map([[_0x3fd17d,_0x335e7e]]);for(const _0x597bfb of _0x457ed7){const _0x2acf56='attribute'==_0x597bfb['type']?_0x597bfb['data']['oldValue']:void 0x0,_0x43ae9e=_0x597bfb['getFirstRange'](),_0x4df3df=Array['from'](_0x4c4856['keys']())['find'](_0x47b705=>_0x47b705['isIntersecting'](_0x43ae9e));if(!_0x4df3df)continue;const _0x3a2560=_0x4df3df['getDifference'](_0x43ae9e);this['_isBlockAttribute'](_0x2d0652)&&'insertion'==_0x597bfb['type']&&0x0!=_0x3a2560['length']||(_0x4c4856['delete'](_0x4df3df),_0x3a2560['forEach'](_0x1f91cd=>{_0x4c4856['set'](_0x1f91cd,_0x335e7e);}),'insertion'!=_0x597bfb['type']&&_0x2acf56!=_0x595aa7&&_0x4c4856['set'](_0x4df3df['getIntersection'](_0x43ae9e),_0x2acf56));}const _0x29b108=[];for(const [_0x35963e,_0x135ebd]of _0x4c4856){const _0x37ffc6=_0x3d4fba(),_0x5bf269={'key':_0x2d0652,'oldValue':_0x135ebd,'newValue':_0x595aa7};_0x2d0652['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':_0x2d0652});const _0x27f911=('attribute:'+(_0x2d0652+'|'+Vt({'newValue':_0x595aa7})))['substring'](0x0,0x3c),_0x1487be=this['_setSuggestionData']({'id':_0x37ffc6,'type':_0x27f911,'data':_0x5bf269,'createdAt':new Date(),'authorId':_0x15c668,'attributes':_0x4823d7});_0x29b108['push'](_0x1487be),this['_addSuggestionMarker'](_0x27f911,_0x37ffc6,_0x15c668,_0x35963e);}return _0x29b108;}['enableDefaultAttributesIntegration'](_0x14458b){this['enableCommand'](_0x14458b,(_0xa046f7,..._0x420e6f)=>{this['_recordAttributeChanges'](()=>{_0xa046f7(..._0x420e6f);});});}['registerBlockAttribute'](_0xa55b73){this['_blockAttributeKeys']['add'](_0xa55b73);}['registerInlineAttribute'](_0x23758b){this['_inlineAttributeKeys']['add'](_0x23758b);}['_getAttributeKey'](_0x4bbce8){return'attribute'==_0x4bbce8['type']?_0x4bbce8['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1ac85b,_0x1c1548){const _0x111597=_0x1ac85b['getFirstMarker']();this['_model']['change'](_0x134f5d=>{_0x134f5d['updateMarker'](_0x111597,{'range':_0x1c1548});});}['_addThreadToSuggestion'](_0x1d4893){const _0x1b2e8f=_0x1d4893['id'],_0x5d15a8=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x1b2e8f)||this['_commentsRepository']['addCommentThread']({'channelId':_0x5d15a8,'threadId':_0x1b2e8f,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x246caf=this['_commentsRepository']['getCommentThread'](_0x1b2e8f);_0x246caf['unbind']('isRemovable'),_0x246caf['isRemovable']=!0x1,_0x1d4893['commentThread']=_0x246caf;}['_checkSuggestionCorrectness'](_0x14f44f,_0x4648a6,_0x3c2470,_0x431e31){if(_0x14f44f['type']!=_0x4648a6||_0x14f44f['subType']!=_0x3c2470||_0x14f44f['creator']['id']!=_0x431e31)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x4e6b6c('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5ccf3f,_0x26df5c){const _0x1dbdd7=_0x5ccf3f['getFirstRange']();if(_0x26df5c['isEqual'](_0x1dbdd7))_0x5ccf3f['removeMarkers']();else{if(_0x1dbdd7['containsRange'](_0x26df5c)){const _0x28dcc5=this['_model']['createPositionAt'](_0x26df5c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5ccf3f,this['_model']['createRange'](_0x1dbdd7['start'],_0x28dcc5));const _0x4e9696=_0x3d4fba(),_0x159820=_0x5ccf3f['creator']['id'],_0x369c1d=_0x5ccf3f['type']+':'+_0x5ccf3f['subType'];this['_setSuggestionData']({'id':_0x4e9696,'type':_0x369c1d,'createdAt':new Date(),'authorId':_0x159820,'data':_0x5ccf3f['data'],'attributes':_0x5ccf3f['attributes']});const _0x2eeb16=this['_model']['createPositionAt'](_0x26df5c['end']['parent'],'after'),_0x4f5575=this['_model']['createRange'](_0x2eeb16,_0x1dbdd7['end']);this['_addSuggestionMarker'](_0x369c1d,_0x4e9696,_0x159820,_0x4f5575);}else{if(_0x1dbdd7['containsPosition'](_0x26df5c['start'])){const _0x5cc086=this['_model']['createPositionAt'](_0x26df5c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5ccf3f,this['_model']['createRange'](_0x1dbdd7['start'],_0x5cc086));}else{const _0x3c72e6=this['_model']['createPositionAt'](_0x26df5c['end']['parent'],'after');this['_setSuggestionRange'](_0x5ccf3f,this['_model']['createRange'](_0x3c72e6,_0x1dbdd7['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x5b1176){for(const {suggestion:_0x2109d4,meta:_0x1ac4f7}of this['_findSuggestions'](_0x5b1176,'insertion')){if(!_0x1ac4f7['isOwn'])continue;const _0x598dd1=_0x2109d4['getRanges']();for(const _0x4ec549 of _0x598dd1)if(!_0x5b1176['getDifference'](_0x4ec549)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3db379){const _0x1da009=this['editor']['plugins']['get']('Users')['getUser'](_0x3db379);if(!_0x1da009)throw new _0x4e6b6c('track-changes-user-not-found',this);return _0x1da009;}['_getExternalAuthor'](_0x46fa47){const _0x4e3c5f=this['editor']['plugins']['get']('Users'),_0x36ac85=_0x5bf6d4('external:'+_0x46fa47),_0x5e474c=_0x4e3c5f['getUser'](_0x36ac85);return _0x5e474c||_0x4e3c5f['addUser']({'id':_0x36ac85,'name':_0x46fa47});}['_createSuggestion'](_0x59c5e3,_0x2e42a3,_0x3cd696,_0x3cec4b,_0x3b130f){const _0x440943=this['_getAuthorFromId'](_0x3cec4b),_0x1970a0=this['_suggestionFactory']['buildSuggestion'](_0x59c5e3,_0x2e42a3,_0x3cd696,_0x440943,_0x3b130f,_0x304d02=>{this['_updateSuggestionData'](_0x3cd696,{'attributes':_0x304d02});const _0x4e313d=this['getSuggestion'](_0x3cd696);this['_joinWithAdjacentSuggestions'](new Set([_0x4e313d])),this['_refreshSuggestionsChain'](new Set([_0x4e313d]));});return this['listenTo'](_0x1970a0,'accept',()=>{this['_updateSuggestionData'](_0x3cd696,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1970a0,'discard',()=>{this['_updateSuggestionData'](_0x3cd696,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x3cd696,_0x1970a0),this['_suggestionState']['set'](_0x1970a0,'notReady'),_0x1970a0;}['_splitMarkerName'](_0x2d55c3){const _0x226a00=_0x2d55c3['split'](':');return{'group':_0x226a00[0x0],'type':_0x226a00[0x1],'subType':_0x226a00['length']>=0x5?_0x226a00[0x2]:null,'id':_0x226a00['length']<0x5?_0x226a00[0x2]:_0x226a00[0x3],'authorId':_0x226a00['length']<0x5?_0x226a00[0x3]:_0x226a00[0x4],'markerCount':0x6==_0x226a00['length']?_0x226a00[0x5]:null};}['_breakSuggestionMarker'](_0xdb35ad,_0x190f00,_0x555653){const _0x1efaba=_0xdb35ad['getFirstRange'](),_0x12625a=_0x1efaba['start'],_0x155474=_0x1efaba['end'];this['_setSuggestionRange'](_0xdb35ad,this['_model']['createRange'](_0x12625a,_0x190f00));const _0x196c4f=_0x3d4fba(),_0x4dcd96=_0xdb35ad['creator']['id'],_0x516d80=_0xdb35ad['type']+(_0xdb35ad['subType']?':'+_0xdb35ad['subType']:'');this['_setSuggestionData']({'id':_0x196c4f,'type':_0x516d80,'createdAt':new Date(),'authorId':_0x4dcd96,'originalSuggestionId':_0xdb35ad['id'],'attributes':_0xdb35ad['attributes'],'data':_0xdb35ad['data']});const _0x436398=this['_getAttributeKey'](_0xdb35ad);('formatBlock'==_0xdb35ad['type']||_0x436398&&this['_isBlockAttribute'](_0x436398))&&(_0x555653=this['_model']['createPositionBefore'](_0x555653['parent'])),this['_addSuggestionMarker'](_0x516d80,_0x196c4f,_0x4dcd96,this['_model']['createRange'](_0x555653,_0x155474));}['_findSuggestions'](_0xcfb158,_0x557500=null){const _0x40e6b2=[],_0x280f21=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xcfb158)||(_0xcfb158=[_0xcfb158]);for(const _0x16565d of this['getSuggestions']()){if(!_0x16565d['isInContent'])continue;if(_0x557500&&_0x16565d['type']!=_0x557500)continue;let _0x5b4700=!0x1;for(const _0x295426 of _0x16565d['getRanges']()){for(const _0x19d78d of _0xcfb158){const _0x5769bb=_0x19d78d['start']['isEqual'](_0x295426['end'])||_0x19d78d['end']['isEqual'](_0x295426['start']);if(_0x5769bb||_0x19d78d['getIntersection'](_0x295426)){const _0x12827b=_0x19d78d['containsRange'](_0x295426)&&Rt(this['_model']['schema'],_0x295426['start'],_0x19d78d),_0x3c3f7b=_0x295426['containsRange'](_0x19d78d)&&Rt(this['_model']['schema'],_0x19d78d['start'],_0x295426);_0x40e6b2['push']({'suggestion':_0x16565d,'meta':{'isOwn':_0x280f21==_0x16565d['author'],'isNextTo':_0x5769bb,'isInsideObject':_0x12827b,'containsRangeInObject':_0x3c3f7b}}),_0x5b4700=!0x0;break;}}if(_0x5b4700)break;}}return _0x40e6b2;}['_addSuggestionMarker'](_0x148423,_0x6869d,_0x2affe4,_0x4c3038,_0x5ec584){this['_model']['change'](_0x2d134d=>{let _0x20f34c='suggestion:'+_0x148423+':'+_0x6869d+':'+_0x2affe4;_0x5ec584&&(_0x20f34c=_0x20f34c+':'+_0x5ec584),_0x2d134d['addMarker'](_0x20f34c,{'range':_0x4c3038,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x167f63){const _0x555301=_0x167f63['previous'],_0x44195c=_0x167f63['next'];_0x167f63['previous']=null,_0x167f63['next']=null,null!=_0x555301&&_0x555301['next']==_0x167f63&&(_0x555301['next']=_0x44195c),null!=_0x44195c&&_0x44195c['previous']==_0x167f63&&(_0x44195c['previous']=_0x555301),'ready'==this['_suggestionState']['get'](_0x167f63)&&(this['_suggestionState']['set'](_0x167f63,'removed'),this['fire']('suggestionUnloaded',_0x167f63,_0x555301,_0x44195c));}['_setSuggestionData'](_0x35233c){const _0x30c5d7=_0x35233c['id'],_0x5dc388=this['addSuggestionData'](_0x35233c);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x460ca2=this['editor']['plugins']['get']('PendingActions'),_0x336ccf=_0x5dc388['hasComments'],_0x2b70e6=_0x5dc388['subType']?_0x5dc388['type']+':'+_0x5dc388['subType']:_0x5dc388['type'],_0x4d9b33=this['editor']['locale'],_0x39db91=_0x460ca2['add'](o(_0x4d9b33,'PENDING_ACTION_SUGGESTION')),_0x3caeff={'id':_0x30c5d7,'type':_0x2b70e6,'hasComments':_0x336ccf,'data':_0x35233c['data']||null,'originalSuggestionId':_0x35233c['originalSuggestionId']||null,'attributes':_0x5dc388['attributes']};this['_adapter']['addSuggestion'](_0x3caeff)['then'](_0x100142=>{_0x5dc388['_saved']=!0x0,_0x460ca2['remove'](_0x39db91),_0x100142&&_0x100142['createdAt']&&(this['_suggestions']['get'](_0x30c5d7)['createdAt']=_0x100142['createdAt']);})['catch'](_0x177232=>{throw _0x3abf77('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x5dc388['discard']();}),_0x5dc388['stopListening'](),this['_suggestions']['delete'](_0x5dc388['id']),this['_suggestionState']['delete'](_0x5dc388),_0x177232;});}return _0x5dc388;}['_isBlockAttribute'](_0x5e3f6b){return this['_blockAttributeKeys']['has'](_0x5e3f6b);}['_updateSuggestionData'](_0x3bebac,_0x560973){const _0x1cd118=this['editor']['plugins']['get']('PendingActions'),_0xbf12c5=this['getSuggestion'](_0x3bebac);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0xbf12c5['_saved']){const _0x5eb33b=_0x1cd118['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x3bebac,_0x560973)['then'](()=>{_0x1cd118['remove'](_0x5eb33b);});}else _0xbf12c5['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x3bebac,_0x560973);});}}['_getSuggestionData'](_0x2f239f){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x4e6b6c('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2f239f);}['_handleNewSuggestionMarker'](_0x42d40c){const {id:_0x5578a6,type:_0x54db77,subType:_0x597b46,authorId:_0x323241}=this['_splitMarkerName'](_0x42d40c),_0x116781=this['_suggestions']['get'](_0x5578a6)||this['_createSuggestion'](_0x54db77,_0x597b46,_0x5578a6,_0x323241,{});switch(this['_checkSuggestionCorrectness'](_0x116781,_0x54db77,_0x597b46,_0x323241),this['_suggestionState']['get'](_0x116781)){case'notReady':this['_getSuggestionData'](_0x5578a6)['then'](_0x1c229a=>{let _0x1e5ed4=Promise['resolve']();_0x1c229a['hasComments']&&(_0x1e5ed4=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x5578a6})),_0x1e5ed4['then'](()=>{this['addSuggestionData'](_0x1c229a)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x116781,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x5578a6,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x116781,'ready'),this['fire']('suggestionLoaded',_0x116781);break;case'ready':this['fire']('suggestionChanged',_0x116781);}return _0x116781['addMarkerName'](_0x42d40c),_0x116781;}['_refreshSuggestionsChain'](_0x26196e){const _0x41798a=Array['from'](_0x26196e),_0xc30615=_0x41798a['filter'](_0x1814d6=>'attribute'==_0x1814d6['type']);this['_refreshAttributeSuggestionsChain'](_0xc30615);const _0x1d1768=_0x41798a['filter'](_0x19f07e=>!_0x19f07e['isMultiRange']&&'attribute'!=_0x19f07e['type']),_0x10b440=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x32424d=>!_0x32424d['isMultiRange']&&'attribute'!=_0x32424d['type']),_0x40853d=_0x10b440['filter'](_0x306aec=>!_0x26196e['has'](_0x306aec)),_0x2166ae=new Map(_0x10b440['map'](_0x36811a=>[_0x36811a,this['_suggestionFactory']['getSuggestionCallback'](_0x36811a['type'],_0x36811a['subType'],'chain')])),_0x56c6ab=new Map(_0x10b440['map'](_0x41eb04=>[_0x41eb04,_0x41eb04['getFirstRange']()])),_0x448856=new Set(),_0x8a610e=new Set();for(let _0x42e39f=0x0;_0x42e39f<_0x1d1768['length'];_0x42e39f++)_0x430f38(_0x1d1768[_0x42e39f],_0x1d1768,_0x42e39f+0x1);for(let _0x3cbe74=0x0;_0x3cbe74<_0x1d1768['length'];_0x3cbe74++)_0x430f38(_0x1d1768[_0x3cbe74],_0x40853d,0x0);const _0x6a049e=new Set();for(let _0x14e668=0x0;_0x14e668<_0x1d1768['length'];_0x14e668++){const _0x223523=_0x1d1768[_0x14e668];!_0x8a610e['has'](_0x223523)&&_0x223523['previous']&&(_0x6a049e['add'](_0x223523['previous']),_0x223523['previous']['next']===_0x223523&&(_0x223523['previous']['next']=null),_0x223523['previous']=null),!_0x448856['has'](_0x223523)&&_0x223523['next']&&(_0x6a049e['add'](_0x223523['next']),_0x223523['next']['previous']===_0x223523&&(_0x223523['next']['previous']=null),_0x223523['next']=null);}function _0x430f38(_0x2a5b3d,_0x3c567e,_0xc489db){for(let _0x5351ec=_0xc489db;_0x5351ec<_0x3c567e['length'];_0x5351ec++){const _0x2fd5ed=_0x489bb3(_0x2a5b3d,_0x3c567e[_0x5351ec]);_0x2fd5ed&&(_0x2fd5ed[0x0]['next']=_0x2fd5ed[0x1],_0x2fd5ed[0x1]['previous']=_0x2fd5ed[0x0],_0x448856['add'](_0x2fd5ed[0x0]),_0x8a610e['add'](_0x2fd5ed[0x1]));}}function _0x489bb3(_0x3721b1,_0x8e8d0d){if(_0x3721b1['author']['id']!==_0x8e8d0d['author']['id'])return null;const _0xa6040b=_0x2166ae['get'](_0x3721b1)(_0x3721b1,_0x8e8d0d,_0x56c6ab['get'](_0x3721b1),_0x56c6ab['get'](_0x8e8d0d));if(!_0xa6040b)return null;return _0x2166ae['get'](_0x8e8d0d)(_0x3721b1,_0x8e8d0d,_0x56c6ab['get'](_0x3721b1),_0x56c6ab['get'](_0x8e8d0d))?_0xa6040b[0x1]['commentThread']&&_0xa6040b[0x1]['commentThread']['length']?null:_0xa6040b:null;}_0x6a049e['size']&&this['_refreshSuggestionsChain'](_0x6a049e);}['_refreshAttributeSuggestionsChain'](_0x9c66de){if(0x0==_0x9c66de['length'])return;const _0x475995=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3437e3=>'attribute'==_0x3437e3['type']&&_0x3437e3['_isDataLoaded']),_0x193b99=[],_0x2b84d6=new Map();for(const _0x4b423f of _0x475995){const _0x1e680e=_0x5bf6d4(_0x4b423f['attributes']);_0x2b84d6['has'](_0x1e680e)||(_0x2b84d6['set'](_0x1e680e,_0x193b99['length']),_0x193b99['push']([]));const _0x1c8c69=_0x2b84d6['get'](_0x1e680e);_0x193b99[_0x1c8c69]['push'](_0x4b423f);}!(function(){_0x193b99['sort']((_0xfe7c8,_0x44eea4)=>{const _0x3630f=_0xfe7c8[0x0]['createdAt'],_0xbf337a=_0x44eea4[0x0]['createdAt'];return _0x3630f==_0xbf337a?_0xfe7c8[0x0]['attributes']['groupId']<_0x44eea4[0x0]['attributes']['groupId']?-0x1:0x1:_0x3630f<_0xbf337a?-0x1:0x1;});for(const _0x3ba3b8 of _0x193b99)_0x3ba3b8['sort']((_0x52777c,_0x1379e7)=>_0x52777c['id']<_0x1379e7['id']?-0x1:0x1);}());for(let _0x45e995=0x0;_0x45e995<_0x193b99['length'];_0x45e995++){if(0x0==_0x193b99[_0x45e995]['length'])continue;const _0x3c8036=[];for(let _0x4f5b8d=_0x45e995+0x1;_0x4f5b8d<_0x193b99['length'];_0x4f5b8d++)0x0!=_0x193b99[_0x4f5b8d]['length']&&_0x1e4001(_0x193b99[_0x45e995],_0x193b99[_0x4f5b8d])&&_0x3c8036['push'](_0x4f5b8d);for(const _0xec272d of _0x3c8036)_0x193b99[_0x45e995]=_0x193b99[_0x45e995]['concat'](_0x193b99[_0xec272d]),_0x193b99[_0xec272d]=[];}for(const _0x19fc33 of _0x193b99)for(let _0x51aa12=0x0;_0x51aa12<_0x19fc33['length'];_0x51aa12++)_0x19fc33[_0x51aa12]['next']=_0x19fc33[_0x51aa12+0x1]||null;for(const _0x4837ac of _0x193b99)for(let _0x57649e=0x0;_0x57649e<_0x4837ac['length'];_0x57649e++)_0x4837ac[_0x57649e]['previous']=_0x4837ac[_0x57649e-0x1]||null;function _0x1e4001(_0x644e1,_0x1cdcd7){if(_0x644e1[0x0]['attributes']['groupId']!==_0x1cdcd7[0x0]['attributes']['groupId']&&_0x644e1[0x0]['author']!==_0x1cdcd7[0x0]['author'])return!0x1;if(!function(_0xa8cc44,_0x401c93){if(!_0xa8cc44['hasComments']&&!_0x401c93['hasComments'])return!0x0;if(_0xa8cc44['hasComments']&&_0x401c93['hasComments'])return!0x1;if(_0xa8cc44['hasComments']&&_0x401c93['createdAt']<_0xa8cc44['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x401c93['hasComments']&&_0xa8cc44['createdAt']<_0x401c93['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x644e1[0x0],_0x1cdcd7[0x0]))return!0x1;const _0x3b6b6e=Bt(_0x644e1[0x0]['attributes'],'groupId'),_0x22593d=Bt(_0x1cdcd7[0x0]['attributes'],'groupId');if(!_0x456ee3(_0x3b6b6e,_0x22593d))return!0x1;return!!_0x644e1['every'](_0x5bd6c3=>_0x1cdcd7['some'](_0x243f52=>_0x5bd6c3['getFirstRange']()['isEqual'](_0x243f52['getFirstRange']())))&&_0x1cdcd7['every'](_0x37fdb0=>_0x644e1['some'](_0x1409ad=>_0x37fdb0['getFirstRange']()['isEqual'](_0x1409ad['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x27489a){const _0x59c1da=Array['from'](_0x27489a),_0x1b5122=this['getSuggestions']({'skipNotAttached':!0x0}),_0x5b691b=_0x1b5122['filter'](_0x4c0489=>!_0x27489a['has'](_0x4c0489)),_0x417794=new Map(_0x59c1da['map'](_0x5e6348=>[_0x5e6348,this['_suggestionFactory']['getSuggestionCallback'](_0x5e6348['type'],_0x5e6348['subType'],'join')])),_0x170848=new Map(_0x1b5122['map'](_0x1720af=>[_0x1720af,_0x1720af['getRanges']()]));for(let _0xff881a=0x0;_0xff881a<_0x59c1da['length'];_0xff881a++){if(_0x4404e6(this,_0x59c1da[_0xff881a],_0x59c1da,_0xff881a+0x1))return!0x0;}for(let _0xf5bc22=0x0;_0xf5bc22<_0x59c1da['length'];_0xf5bc22++){if(_0x4404e6(this,_0x59c1da[_0xf5bc22],_0x5b691b,0x0))return!0x0;}return!0x1;function _0x4404e6(_0x424a89,_0xf065e7,_0xe51426,_0x612d6){for(let _0x3c551e=_0x612d6;_0x3c551e<_0xe51426['length'];_0x3c551e++){const _0x1b33af=_0xe51426[_0x3c551e];if(_0x1b33af['type']!==_0xf065e7['type']||_0x1b33af['author']['id']!==_0xf065e7['author']['id']||_0x1b33af['subType']!==_0xf065e7['subType'])continue;if(!Pt(_0xf065e7,_0x1b33af,['groupId']))continue;if('attribute'==_0xf065e7['type']&&_0xf065e7['data']['oldValue']!=_0x1b33af['data']['oldValue'])continue;if('attribute'==_0xf065e7['type']&&_0x424a89['_isBlockAttribute'](_0xf065e7['data']['key']))continue;if('formatBlock'==_0xf065e7['type']){const _0x4d7de0=_0x424a89['editor']['model'],_0x5f3f6c=_0xf065e7['getContainedElement']();if(_0x5f3f6c&&(_0x4d7de0['schema']['isObject'](_0x5f3f6c)||_0x4d7de0['schema']['isLimit'](_0x5f3f6c)))continue;}const _0x182227=_0x417794['get'](_0xf065e7),_0x191ef5=_0x170848['get'](_0xf065e7),_0x40950d=_0x170848['get'](_0x1b33af),_0x626e1d=_0xf065e7['commentThread']&&_0xf065e7['commentThread']['length'],_0x42b825=_0x1b33af['commentThread']&&_0x1b33af['commentThread']['length'];if(!_0x626e1d&&_0x182227(_0x40950d,_0x191ef5))return _0x424a89['_joinSuggestions'](_0x1b33af,_0xf065e7),_0x170848['delete'](_0xf065e7),!0x0;if(!_0x42b825&&_0x182227(_0x191ef5,_0x40950d))return _0x424a89['_joinSuggestions'](_0xf065e7,_0x1b33af),_0x170848['delete'](_0x1b33af),!0x0;}return!0x1;}}['_joinSuggestions'](_0x242e72,_0x200fc0){if(_0x242e72['isMultiRange']){for(const _0xa07049 of _0x200fc0['getRanges']())_0x242e72['addRange'](_0xa07049);}else{const _0x567771=_0x200fc0['getFirstRange']()['end'];this['_setSuggestionRange'](_0x242e72,this['_model']['createRange'](_0x242e72['getFirstRange']()['start'],_0x567771));}_0x200fc0['removeMarkers']();}['_getMarkerAnnouncementText'](_0x1f3f60,_0xaf6c93){const _0x1fe005=_0x1f3f60['startsWith']('format')||_0x1f3f60['startsWith']('attribute')?'FORMATTING':_0x1f3f60['toUpperCase']();return o(this['editor']['locale'],_0xaf6c93+'_'+_0x1fe005+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x327f08=this['editor'];if(!_0x327f08['ui'])return;const {ariaLiveAnnouncer:_0x46e2b6}=_0x327f08['ui'];_0x34dbc9(this['_model'],({left:_0x23e3fe,entered:_0x2a646c})=>{for(const _0x2f9ea8 of _0x23e3fe){const {group:_0x2dfb0e,type:_0x4d7ba7}=this['_splitMarkerName'](_0x2f9ea8['name']);if('suggestion'===_0x2dfb0e){_0x46e2b6['announce'](this['_getMarkerAnnouncementText'](_0x4d7ba7,'LEAVE'));break;}}for(const _0x3f663d of _0x2a646c){const {group:_0x182da4,type:_0x387019}=this['_splitMarkerName'](_0x3f663d['name']);if('suggestion'===_0x182da4){_0x46e2b6['announce'](this['_getMarkerAnnouncementText'](_0x387019,'ENTER'));break;}}});}['_processAttributeChanges'](_0x4e5ab0){if(this['_recordAttributeSuggestions'])return!0x1;const _0x33eb6a=this['editor'],_0xe3dce8=_0x33eb6a['model']['document']['differ']['getChanges']();if(0x0==_0xe3dce8['length'])return!0x1;const _0x3a8632=[],_0x4b0f95=_0xe3dce8['filter'](_0x45a544=>'attribute'==_0x45a544['type']),_0xef96ba=_0xe3dce8['filter'](_0x319ef3=>'insert'==_0x319ef3['type']&&'$text'!=_0x319ef3['name']),_0x54ce90=_0xe3dce8['filter'](_0x35a9a3=>'remove'==_0x35a9a3['type']&&'$text'!=_0x35a9a3['name']);for(const _0x1d19ec of _0x4b0f95)_0x3a8632['push']({'key':_0x1d19ec['attributeKey'],'newValue':_0x1d19ec['attributeNewValue'],'oldValue':_0x1d19ec['attributeOldValue'],'range':Ot(_0x1d19ec['range'],_0x33eb6a['model'])});for(const _0x9ac2b6 of _0xef96ba){const _0x365a19=_0x54ce90['find'](_0x43d370=>_0x43d370['position']['isEqual'](_0x9ac2b6['position']));_0x365a19&&_0x3a8632['push']({'key':m,'newValue':_0x9ac2b6['name'],'oldValue':_0x365a19['name'],'range':_0x33eb6a['model']['createRangeOn'](_0x9ac2b6['position']['nodeAfter'])});}return 0x0!=_0x3a8632['length']&&this['_reduceExistingSuggestions'](_0x4e5ab0,_0x3a8632);}['_processAttributeSuggestions'](_0x59ff6d){let _0x5eeb70=!0x1;const _0x2e4207=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x932d06=>_0x932d06['data']['newRange']&&_0x932d06['name']['startsWith']('suggestion:attribute:'));for(const _0x13d325 of _0x2e4207){const {subType:_0x51df46,id:_0x54d632}=this['_splitMarkerName'](_0x13d325['name']),_0x40872d=_0x51df46['split']('|')[0x0];for(const _0x467188 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x467188['id']!=_0x54d632&&'attribute'==_0x467188['type']&&_0x467188['data']&&_0x467188['data']['key']==_0x40872d&&_0x467188['getFirstRange']()['isIntersecting'](_0x13d325['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x467188,_0x13d325['data']['newRange'],_0x59ff6d),_0x5eeb70=!0x0);}return _0x5eeb70;}['_recordAttributeChanges'](_0x1c65db){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x1c65db();}['_isRegisteredAttribute'](_0x4bd383){const _0x24255c=this['_isBlockAttribute'](_0x4bd383),_0x5dd2e0=this['_inlineAttributeKeys']['has'](_0x4bd383);return _0x24255c||_0x5dd2e0;}['_reduceExistingSuggestions'](_0x1ca02c,_0x3a34ed){if(0x0==_0x3a34ed['length'])return!0x1;let _0xa5d93d=!0x1;for(const _0x4474dd of _0x3a34ed){const _0x19edc9=this['_findSuggestions'](_0x4474dd['range'],'attribute')['filter'](_0x485638=>!_0x485638['meta']['isNextTo'])['map'](_0x436e80=>_0x436e80['suggestion']),_0x3d14af=_0x5bf6d4({'newValue':_0x4474dd['newValue']});_0x19edc9['filter'](_0x4bde46=>{const [_0x3614f0,_0x374611]=_0x4bde46['subType']['split']('|');return _0x3614f0==_0x4474dd['key']&&_0x374611!=_0x3d14af;})['forEach'](_0x116cb2=>{this['_reduceSuggestionAttributeRange'](_0x116cb2,_0x4474dd['range'],_0x1ca02c),_0xa5d93d=!0x0;});}return _0xa5d93d;}['_reduceSuggestionAttributeRange'](_0x124f4d,_0x39c293,_0x5762cc){const _0xb272ca=_0x124f4d['getFirstRange']()['getDifference'](_0x39c293);0x0!==_0xb272ca['length']?0x1!==_0xb272ca['length']?this['_breakSuggestionMarker'](_0x124f4d,_0x39c293['start'],_0x39c293['end']):this['_setSuggestionRange'](_0x124f4d,_0xb272ca[0x0]):_0x5762cc['removeMarker'](_0x124f4d['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4e9193){this['_editor']=_0x4e9193,this['_model']=_0x4e9193['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x431b0a,_0x3111c5,_0x3dba79,_0x23a0a7,_0x33774d,_0x16d947){return new u(this['_model'],{'type':_0x431b0a,'subType':_0x3111c5,'id':_0x3dba79,'author':_0x23a0a7,'creator':_0x23a0a7,'attributes':_0x33774d,'onAttributesChange':_0x16d947,'onAccept':(..._0x1ea4ff)=>this['getSuggestionCallback'](_0x431b0a,_0x3111c5,'accept')(..._0x1ea4ff),'onDiscard':(..._0x3befb9)=>this['getSuggestionCallback'](_0x431b0a,_0x3111c5,'discard')(..._0x3befb9)});}['registerCustomCallback'](_0x3a3121,_0x494b0e,_0x4650b0,_0x31e8cc){const _0x315b3b=_0x3a3121+':'+_0x494b0e+':'+_0x4650b0;this['_customCallbacks']['set'](_0x315b3b,_0x31e8cc);}['getSuggestionCallback'](_0xffe92a,_0x9f3082,_0x19728c){const _0x4b0b94=_0xffe92a+':'+_0x9f3082+':'+_0x19728c;return this['_customCallbacks']['get'](_0x4b0b94)||this['_defaultCallbacks']['get'](_0xffe92a+':'+_0x19728c);}['_registerDefaultCallbacks'](){const _0x5a70d0=()=>!0x1,_0x27c7ac=_0x1ef15d=>{_0x1ef15d['sort']((_0x3e013f,_0x574b77)=>_0x3e013f['start']['isBefore'](_0x574b77['start'])?0x1:-0x1),this['_model']['change'](_0x73f7e9=>{for(const _0x1069e6 of _0x1ef15d){let _0x49eb3c;_0x49eb3c=_0x1069e6['end']['isAtEnd']&&_0x1069e6['end']['parent']==_0x1069e6['start']['nodeAfter']?_0x73f7e9['createSelection'](_0x1069e6['start']['nodeAfter'],'on'):_0x73f7e9['createSelection'](_0x1069e6),this['_model']['deleteContent'](_0x49eb3c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x18de45=(_0x258985,_0x619035)=>{_0x619035&&this['_model']['change'](_0x542b3d=>{const {commandName:_0x2f8216,commandParams:_0x1021aa=[]}=_0x619035,_0x559b74=_0x258985['map'](_0x589dcb=>(Tt(_0x589dcb)&&(_0x589dcb=this['_model']['createRange'](_0x589dcb['end'])),_0x589dcb))['filter'](_0x4f10dd=>'$graveyard'!==_0x4f10dd['root']['rootName']);if(_0x559b74['length']<0x1)return;const _0x5ab22f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x8d6687=>_0x24b6fa['fromRange'](_0x8d6687));_0x542b3d['setSelection'](_0x559b74);for(const _0x446536 of this['_editor']['commands']['commands']())_0x446536['refresh']();_0x1021aa['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x2f8216,..._0x1021aa);const _0x1f0b7f=_0x5ab22f['filter'](_0x57803e=>'$graveyard'!=_0x57803e['root']['rootName']);_0x1f0b7f['length']>0x0&&_0x542b3d['setSelection'](_0x1f0b7f);for(const _0x37b4d3 of _0x5ab22f)_0x37b4d3['detach']();});},_0x579e0b=(_0x106e88,_0x51f35d)=>0x1==_0x106e88['length']&&0x1==_0x51f35d['length']&&_0x106e88[0x0]['end']['isEqual'](_0x51f35d[0x0]['start']),_0x469a4c=(_0x11255f,_0x4f0aed,_0x1c07f2,_0x2fdbb5)=>Gt(_0x11255f,_0x4f0aed,_0x1c07f2,_0x2fdbb5,this['_model'])?[_0x11255f,_0x4f0aed]:Gt(_0x4f0aed,_0x11255f,_0x2fdbb5,_0x1c07f2,this['_model'])?[_0x4f0aed,_0x11255f]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5a70d0),this['_defaultCallbacks']['set']('insertion:discard',_0x27c7ac),this['_defaultCallbacks']['set']('insertion:join',_0x579e0b),this['_defaultCallbacks']['set']('insertion:chain',_0x469a4c),this['_defaultCallbacks']['set']('deletion:accept',_0x27c7ac),this['_defaultCallbacks']['set']('deletion:discard',_0x5a70d0),this['_defaultCallbacks']['set']('deletion:join',_0x579e0b),this['_defaultCallbacks']['set']('deletion:chain',_0x469a4c),this['_defaultCallbacks']['set']('formatInline:accept',_0x18de45),this['_defaultCallbacks']['set']('formatInline:discard',_0x5a70d0),this['_defaultCallbacks']['set']('formatInline:join',_0x579e0b),this['_defaultCallbacks']['set']('formatInline:chain',_0x5a70d0),this['_defaultCallbacks']['set']('formatBlock:accept',_0x18de45),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5a70d0),this['_defaultCallbacks']['set']('formatBlock:join',_0x579e0b),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5a70d0),this['_defaultCallbacks']['set']('attribute:accept',_0x5a70d0),this['_defaultCallbacks']['set']('attribute:discard',(_0x491421,_0x5a680a)=>{if(!_0x5a680a)return;const _0x1dfabf=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x283ce6=>{if(_0x5a680a['key']==m)for(const _0x5859af of _0x491421){const _0x2d80bd=_0x5859af['start']['nodeAfter'],_0x28fce4=_0x5a680a['oldValue'];_0x283ce6['rename'](_0x2d80bd,_0x28fce4);}else{if(_0x1dfabf['_isBlockAttribute'](_0x5a680a['key'])){for(const _0x1cbfab of _0x491421)void 0x0!==_0x5a680a['oldValue']?_0x283ce6['setAttribute'](_0x5a680a['key'],_0x5a680a['oldValue'],_0x1cbfab['start']['nodeAfter']):_0x283ce6['removeAttribute'](_0x5a680a['key'],_0x1cbfab['start']['nodeAfter']);}else{for(const _0x15cded of _0x491421)_0x5a680a['oldValue']?_0x283ce6['setAttribute'](_0x5a680a['key'],_0x5a680a['oldValue'],_0x15cded):_0x283ce6['removeAttribute'](_0x5a680a['key'],_0x15cded);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x579e0b);}}function Rt(_0x4a2e19,_0x1ed23d,_0x4a6198){for(const _0x121077 of _0x1ed23d['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x121077['root']==_0x121077)return!0x1;if(!_0x4a6198['containsItem'](_0x121077))return!0x1;if(_0x4a2e19['isObject'](_0x121077)||_0x4a2e19['isLimit'](_0x121077))return!0x0;}return!0x1;}function Tt(_0x1476c4){return _0x1476c4['end']['parent']==_0x1476c4['start']['nodeAfter']&&_0x1476c4['end']['isAtStart'];}function Et(_0x4c85ca,_0x54d7b5,_0x216157,_0x27fec7){const _0x5b1fde=_0x2288a8=>!_0x2288a8['item']['is']('$textProxy')&&!_0x27fec7['isObject'](_0x2288a8['item']),_0x10005d=_0x4c85ca['start']['getLastMatchingPosition'](_0x5b1fde),_0x19ee61=_0x4c85ca['end']['getLastMatchingPosition'](_0x5b1fde,{'direction':'backward'});return(!_0x4c85ca['start']['isEqual'](_0x10005d)||!_0x4c85ca['end']['isEqual'](_0x19ee61))&&(_0x10005d['isBefore'](_0x19ee61)?_0x216157['updateMarker'](_0x54d7b5,{'range':_0x216157['createRange'](_0x10005d,_0x19ee61)}):_0x216157['removeMarker'](_0x54d7b5),!0x0);}function Vt(_0x5f17f4){return _0x5bf6d4(_0x5f17f4);}function Ut(_0x30b030){const _0x4a5427=_0x30b030['start']['nodeAfter'];return _0x4a5427&&_0x4a5427['is']('element');}function Ot(_0x51170b,_0x37fc44){return null==_0x51170b['end']['nodeBefore']&&_0x51170b['end']['parent']==_0x51170b['start']['nodeAfter']?Ft(_0x51170b['start']['nodeAfter'],_0x37fc44):_0x51170b;}function Ft(_0x3f680c,_0x4f1e09){const _0x523f3e=_0x4f1e09['schema']['isObject'](_0x3f680c)||_0x4f1e09['schema']['isSelectable'](_0x3f680c);return _0x4f1e09['createRange'](_0x4f1e09['createPositionAt'](_0x3f680c,'before'),_0x523f3e?_0x4f1e09['createPositionAfter'](_0x3f680c):_0x4f1e09['createPositionAt'](_0x3f680c,'end'));}function Gt(_0x3886bb,_0x448131,_0x49c326,_0xe7d01f,_0x32d59b){if(!Pt(_0x3886bb,_0x448131))return!0x1;if(_0x49c326['end']['isEqual'](_0xe7d01f['start']))return!0x0;if(_0x3886bb['type']!=_0x448131['type'])return!0x1;if(!_0x49c326['end']['isTouching'](_0xe7d01f['start']))return!0x1;const _0x164960=_0x32d59b['createRange'](_0x49c326['end'],_0xe7d01f['start'])['getWalker']();for(const _0x3f95a7 of _0x164960)if(['elementStart','elementEnd']['includes'](_0x3f95a7['type'])&&_0x32d59b['schema']['isLimit'](_0x3f95a7['item']))return!0x1;return!0x0;}function Pt(_0x83ff3c,_0x2735e7,_0x437276=[]){return!(!_0x83ff3c['_isDataLoaded']||!_0x2735e7['_isDataLoaded'])&&_0x456ee3(Bt(_0x83ff3c['attributes'],_0x437276),Bt(_0x2735e7['attributes'],_0x437276));}function Lt(_0x58f277,_0x4f9ab9){const _0x2371e1=Ht(_0x58f277['attributes']),_0x131382=Ht(_0x4f9ab9);if(!_0x58f277['_isDataLoaded'])return!0x1;for(const _0x10f807 of Object['keys'](_0x131382))if(!_0x456ee3(_0x2371e1[_0x10f807],_0x131382[_0x10f807]))return!0x1;return!0x0;}function Ht(_0x18de88){const _0x2f9e20=Object['assign']({},_0x18de88);return delete _0x2f9e20['skipNestingCheck'],delete _0x2f9e20['tablePasteChainId'],_0x2f9e20;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x14c229(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x27aafa,_0x3313a3,_0x3e331f,_0x4ee71f){super(),this['model']=_0x3313a3,this['view']=_0x3e331f,this['commentThreadController']=_0x4ee71f,this['_editor']=_0x27aafa,this['_acceptCommand']=_0x27aafa['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x27aafa['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x761f7f,_0x765ad7)=>_0x761f7f||_0x765ad7),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x4a63a1=>_0x4a63a1&&this['_editor']['model']['canEditAt'](_0x3313a3['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x3e3f71=>_0x3e3f71&&this['_editor']['model']['canEditAt'](_0x3313a3['getRanges']())),this['_pendingAction']=null,_0x3e331f['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3e331f,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3e331f,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3e331f,'change:isDirty',()=>{_0x3e331f['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 _0x152c1a=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x152c1a);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x1939ef{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x794be8,_0x104248,_0x5af220,_0x1ec4c1){super(_0x794be8),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x104248['authoredAt']),this['bind']('authoredAt')['to'](_0x104248),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x104248,this['_localUser']=_0x5af220,this['_config']=_0x1ec4c1,_0x1ec4c1['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x3c6ea9}=this['_config'];this['commentsListView']=new _0x3c6ea9(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',_0x3c7a54=>_0x3c7a54+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x395083,_0x500f4c)=>_0x395083||!!_0x500f4c);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x14a9ea}=this['_config'],_0x29a9a5=new _0x14a9ea(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3dbccc=_0x29a9a5['commentInputView'];return _0x29a9a5['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3dbccc,'value',(_0x3e05e8,_0x3f8db6,_0x29acb6)=>!!_0x29acb6||_0x3e05e8&&!_0x3f8db6),_0x3dbccc['on']('submit',(_0x24a03a,_0x171d35)=>{this['fire']('addComment',_0x171d35),_0x3dbccc['editor']['setData']('');}),_0x3dbccc['on']('cancel',()=>this['focus']()),_0x3dbccc['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x29a9a5;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x38a1d9,_0x3a552f,_0x461e3d,_0x2ec9db){super(_0x38a1d9,_0x3a552f,_0x461e3d,_0x2ec9db),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xa65d1e=>_0xa65d1e&&_0xa65d1e[0x0]?_0xa65d1e[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x58eb19,_0x2a88db)=>{let _0x476f65='';for(const _0x13d614 of _0x58eb19)_0x476f65+='<p>'+ds(_0x13d614['content'],_0x13d614['color'])+'</p>';return _0x2a88db?_0x476f65:_0x18f9c2(_0x476f65,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x38a1d9,'Accept\x20suggestion'),_0x1871cd['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x38a1d9,'Discard\x20suggestion'),_0x1871cd['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x1131fd(_0x38a1d9,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x177133=this['bindTemplate'],_0x17c0f0=[{'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':_0x177133['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x177133['to']('authoredAt',_0x145114=>this['_config']['formatDateTime'](_0x145114))}]}]},{'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']&&_0x17c0f0['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x500e22={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x177133['if']('isActive','ck-suggestion-wrapper--active'),_0x177133['to']('type',_0x3def5f=>'ck-suggestion-'+_0x3def5f),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':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x17c0f0}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x500e22['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)),_0x500e22;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x5709f3,_0x2b0b7e,_0xb510b4)=>{this['_descriptionElement']['innerHTML']=_0xb510b4;});}['_createButton'](_0x3e37c3,_0x76bc53,_0x1d1ba7,_0x3b9a4d,_0x24c86f){const _0xe54035=new _0x5d0d42(this['locale']);return _0xe54035['set']({'label':_0x3e37c3,'icon':_0x76bc53,'tooltip':!0x0,'tooltipPosition':_0x24c86f}),_0xe54035['extendTemplate']({'attributes':{'class':_0x1d1ba7}}),_0xe54035['on']('execute',()=>{this['fire'](_0x3b9a4d,this['_model']['id']);}),_0xe54035;}['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;}}function ds(_0x59baa9,_0x22b012){let _0x35da12='';return _0x35da12+=_0x59baa9['split']('*')['map']((_0x3354e5,_0x5a588e)=>_0x5a588e%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x3354e5)+'</span>':us(_0x3354e5))['join'](''),_0x22b012&&(_0x35da12+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x22b012['value']+'\x22\x20title=\x22'+_0x22b012['title']+'\x22></span>'),_0x35da12;}function us(_0x3f6398){const _0x1c4214=document['createElement']('span');return _0x1c4214['innerText']=_0x3f6398,_0x1c4214['innerHTML'];}var ie='<!--\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 _0x2c17ec{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x23520c,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x53769a){super(_0x53769a),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x5274da=this['editor']['config'];_0x5274da['define']('trackChanges.SuggestionThreadView',ne),_0x5274da['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x5274da['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x2c3e67,_0x20ba11){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x12780,_0x34a069]of this['_handleControllerBuffer']){const _0x246e3d=this['_suggestionToController']['has'](_0x12780);_0x246e3d||_0x34a069?_0x246e3d&&_0x34a069&&this['_destroyController'](_0x12780):this['_initializeController'](_0x12780);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x2c3e67,_0x20ba11);}['init'](){const _0x1fca6f=this['editor'],_0x4c43cf=_0x1fca6f['plugins']['get']('TrackChangesEditing'),_0x44f569=_0x1fca6f['plugins']['get']('Annotations'),_0x363755=_0x1fca6f['plugins']['get']('EditorAnnotations'),_0x186cd6=_0x1fca6f['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x363755['addSourceCollector'](()=>{const _0x23232d=[];for(const [_0x650552,_0x335b06]of Array['from'](this['_suggestionToController'])){const _0x174455=_0x650552['getAllAdjacentSuggestions'](),_0x59ad58=[];for(const _0xdc2ba4 of _0x174455){if(!_0xdc2ba4['isInContent'])continue;if(_0xdc2ba4['isMultiRange']){_0x59ad58['push'](..._0xdc2ba4['getRanges']());continue;}const _0x31c42f=_0xdc2ba4['getFirstRange']();if(_0x59ad58['length']>0x0){const _0x9ef45a=_0x59ad58[0x0]['getJoined'](_0x31c42f);if(_0x9ef45a){_0x59ad58[0x0]=_0x9ef45a;continue;}}_0x59ad58['push'](_0x31c42f);}_0x23232d['push']([_0x335b06['view'],_0x59ad58]);}return _0x23232d;}),this['listenTo'](_0x4c43cf,'suggestionLoaded',(_0x1ec0b1,_0x1a30a7)=>{this['listenTo'](_0x1a30a7,'change:previous',(_0x3303cb,_0x5b974b,_0x1550e0,_0x294509)=>{_0x1a30a7['isInContent']&&(null==_0x1550e0?(this['_updateController'](_0x294509['head']),this['_handleSuggestionControllerDelayed'](_0x1a30a7,!0x1)):(this['_updateController'](_0x1550e0['head']),null==_0x294509&&this['_handleSuggestionControllerDelayed'](_0x1a30a7,!0x0)));}),null!==_0x1a30a7['previous']?this['_updateController'](_0x1a30a7['head']):this['_handleSuggestionControllerDelayed'](_0x1a30a7,!0x1);}),this['listenTo'](_0x4c43cf,'suggestionUnloaded',(_0x19b99f,_0x371e4a,_0x4c551d)=>{this['stopListening'](_0x371e4a,'change:previous'),this['_handleControllerBuffer']['delete'](_0x371e4a),this['_suggestionToController']['has'](_0x371e4a)&&this['_destroyController'](_0x371e4a),_0x4c551d&&this['_updateController'](_0x4c551d['head']);}),this['listenTo'](_0x4c43cf,'suggestionChanged',(_0x12c594,_0x14299d)=>{this['_updateController'](_0x14299d);}),this['listenTo'](_0x44f569,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x186cd6,'addComment',(_0x54b223,{threadId:_0x147795,isFromAdapter:_0x144e0a})=>{if(_0x144e0a||!_0x4c43cf['hasSuggestion'](_0x147795))return;const _0x3856d3=_0x4c43cf['getSuggestion'](_0x147795);this['_suggestionToController']['get'](_0x3856d3)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x54fab9=this['editor']['plugins']['get']('Annotations'),_0x4be863=this['editor']['plugins']['get']('TrackChangesEditing'),_0x15e543=Array['from'](_0x54fab9['activeAnnotations'],_0x10a6bc=>_0x10a6bc['innerView'])['filter'](_0x4bbed2=>this['_viewToController']['has'](_0x4bbed2)),_0x4b412d=[];for(const _0x1dd885 of _0x15e543){const _0x296daa=this['_viewToController']['get'](_0x1dd885)['model']['getAllAdjacentSuggestions']();_0x4b412d['push'](..._0x296daa['reduce']((_0x8758df,_0x24480c)=>[..._0x8758df,..._0x24480c['getMarkerNames']()],[]));}_0x4be863['activeMarkers']=_0x4b412d;}['_addUIComponentsToFactory'](){const _0x455940=this['editor'],_0x3d550e=_0x455940['locale'],_0xa28b6e=o(_0x3d550e,'Track\x20changes'),_0x435fbd=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'label':_0xa28b6e,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x3d550e,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x3d550e,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x3d550e,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x3d550e,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x4d8249 of _0x435fbd)if(ae(_0x4d8249)){const _0x49365f=_0x455940['commands']['get'](_0x4d8249['model']['commandName']);_0x4d8249['model']['bind']('isOn','isEnabled')['to'](_0x49365f,'value','isEnabled');}_0x455940['ui']['componentFactory']['add']('trackChanges',_0x49f60f=>this['_createToolbarButton'](_0x49f60f,_0x435fbd,_0xa28b6e)),_0x455940['ui']['componentFactory']['add']('menuBar:trackChanges',_0x3a3443=>this['_createMenuBarMenu'](_0x3a3443,_0x435fbd,_0xa28b6e));}['_createToolbarButton'](_0x131ed4,_0x3dc8be,_0x599a33){const _0x4eb9f3=zt(_0x131ed4,Zt),_0x43b7ef=this['editor']['commands']['get']('trackChanges');_0x4eb9f3['buttonView']['set']({'tooltip':_0x599a33,'label':_0x599a33,'icon':ie}),_0x4eb9f3['buttonView']['bind']('isOn')['to'](_0x43b7ef,'value'),_0x4eb9f3['buttonView']['on']('execute',()=>{_0x43b7ef['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x4eb9f3,_0x3dc8be,{'role':'menu'});const _0x46659c=[];for(const _0x4785a6 of _0x3dc8be)ae(_0x4785a6)&&_0x46659c['push'](this['editor']['commands']['get'](_0x4785a6['model']['commandName']));const _0x5463af=_0x4eb9f3['buttonView'];return _0x5463af['actionView']['unbind']('isEnabled'),_0x5463af['arrowView']['unbind']('isEnabled'),_0x5463af['actionView']['bind']('isEnabled')['to'](_0x43b7ef,'isEnabled'),_0x5463af['arrowView']['bind']('isEnabled')['toMany'](_0x46659c,'isEnabled',(..._0x5ed978)=>_0x5ed978['some'](_0x51b3a1=>_0x51b3a1)),_0x4eb9f3['on']('execute',_0x28b1ce=>{this['editor']['execute'](_0x28b1ce['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4eb9f3;}['_createMenuBarMenu'](_0x18f63d,_0x4d26bc,_0x16f478){const _0x5512e4=new Kt(_0x18f63d),_0x5aa963=this['editor']['commands']['get']('trackChanges');_0x5512e4['buttonView']['set']({'label':_0x16f478,'icon':ie});const _0x232923=new Qt(_0x18f63d);for(const _0x59e2c1 of _0x4d26bc){if('separator'==_0x59e2c1['type']){_0x232923['items']['add'](new Jt(_0x18f63d));continue;}const _0x1f61dc=new Xt(_0x18f63d,_0x5512e4),_0x5d9a2d=new Yt(_0x18f63d),_0x5bfeac=_0x59e2c1['model'];_0x5d9a2d['bind'](...Object['keys'](_0x5bfeac))['to'](_0x5bfeac),_0x5d9a2d['delegate']('execute')['to'](_0x5512e4),_0x5d9a2d['on']('execute',()=>{this['editor']['execute'](_0x5bfeac['commandName']),this['editor']['editing']['view']['focus']();}),_0x1f61dc['children']['add'](_0x5d9a2d),_0x232923['items']['add'](_0x1f61dc);}return _0x5512e4['bind']('isEnabled')['to'](_0x5aa963,'isEnabled'),_0x5512e4['panelView']['children']['add'](_0x232923),_0x5512e4;}['_initializeController'](_0x4d38f6){const _0x1b64a9=this['editor'],_0x3dd3fd=_0x1b64a9['config'],_0x3fd985=_0x1b64a9['plugins']['get']('Annotations'),_0x27eaf1=_0x1b64a9['plugins']['get']('CommentsRepository'),_0x5e72dc=_0x1b64a9['plugins']['get']('EditorAnnotations'),_0x2bcaa0=_0x1b64a9['plugins']['get'](_0x23520c)['me'],_0x6239ca=_0x3dd3fd['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x186527,CommentThreadInputView:_0x113e7a}=_0x1b64a9['plugins']['get']('CommentsUI');let _0x5ae7b2,_0x2549f7;this['_annotationViews']['has'](_0x4d38f6['id'])?(_0x2549f7=this['_annotationViews']['get'](_0x4d38f6['id']),_0x5ae7b2=_0x2549f7['mainView']):(_0x5ae7b2=new _0x6239ca(_0x1b64a9['locale'],_0x4d38f6,_0x2bcaa0,{'disableComments':this['_disableComments'],'editorConfig':_0x3dd3fd['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x3dd3fd['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3dd3fd['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3dd3fd['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2f71d7(_0x3dd3fd['get']('locale')),'CommentView':_0x3dd3fd['get']('comments')['CommentView'],'CommentsListView':_0x186527,'CommentThreadInputView':_0x113e7a}),_0x5ae7b2['acceptButton']['on']('execute',()=>{_0x1b64a9['editing']['view']['focus']();}),_0x5ae7b2['discardButton']['on']('execute',()=>{_0x1b64a9['editing']['view']['focus']();}),_0x2549f7=_0x3fd985['createAnnotationView'](this['editor']['locale'],_0x5ae7b2),_0x2549f7['bind']('isDirty')['to'](_0x5ae7b2,'isDirty'),_0x2549f7['bind']('length')['to'](_0x5ae7b2),_0x2549f7['bind']('type')['to'](_0x5ae7b2,'type',_0x39c7c5=>'suggestion-'+_0x39c7c5),this['_annotationViews']['set'](_0x4d38f6['id'],_0x2549f7));const _0x4f54f7=_0x27eaf1['createCommentThreadController'](_0x4d38f6['commentThread'],_0x5ae7b2),_0x2e43fd=new oe(_0x1b64a9,_0x4d38f6,_0x5ae7b2,_0x4f54f7),_0x4c04c9=_0x4d38f6['getAllAdjacentSuggestions']()['filter'](_0x3a91f1=>_0x3a91f1['isInContent']);_0x5ae7b2['descriptionParts']=_0x1b64a9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x4c04c9),this['_suggestionToController']['set'](_0x4d38f6,_0x2e43fd),this['_viewToController']['set'](_0x5ae7b2,_0x2e43fd);const _0x9d2118=_0x3fd985['createAnnotation']({'view':_0x2549f7,'target':()=>{const _0x73659f=[],_0x5d9daa=_0x4d38f6['getAllAdjacentSuggestions']()['filter'](_0x1d378c=>_0x1d378c['isInContent']);for(const _0x4faa27 of _0x5d9daa)_0x73659f['push'](..._0x4faa27['getMarkers']());return _0x2b9914(_0x1b64a9['editing'],_0x73659f);},'type':()=>'suggestion-'+_0x2e43fd['view']['type']});_0x27eaf1['_bindAnnotationToEditors'](_0x5ae7b2,_0x9d2118),_0x3fd985['add'](_0x9d2118),_0x5e72dc['registerAnnotation'](_0x9d2118);}['_destroyController'](_0x29d537){const _0x311ba0=this['editor']['plugins']['get']('CommentsRepository'),_0x299d81=this['editor']['plugins']['get']('Annotations'),_0x54d282=this['_suggestionToController']['get'](_0x29d537),_0x132eb6=_0x54d282['view'],_0x23d229=_0x299d81['getByInnerView'](_0x132eb6);_0x311ba0['_unbindEditors'](_0x132eb6),_0x23d229&&_0x299d81['remove'](_0x23d229),this['_suggestionToController']['delete'](_0x29d537),this['_viewToController']['delete'](_0x132eb6),_0x54d282['destroy']();}['_updateController'](_0x56eb0a){if(!_0x56eb0a['isInContent']||!this['_suggestionToController']['has'](_0x56eb0a))return;const _0x270c2d=this['editor']['plugins']['get']('TrackChangesEditing'),_0xe9320f=this['_suggestionToController']['get'](_0x56eb0a),_0x32058a=_0x56eb0a['getAllAdjacentSuggestions']();_0xe9320f['view']['descriptionParts']=_0x270c2d['descriptionFactory']['getDescriptions'](_0x32058a);}['destroy'](){for(const _0x366c5f of this['_suggestionToController']['keys']())this['_destroyController'](_0x366c5f);for(const _0x59d258 of this['_annotationViews']['values']())_0x59d258['mainView']['destroy']();super['destroy']();}}function ae(_0x5475c8){return'model'in _0x5475c8;}class k extends _0x2c17ec{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x7f292d){this['editor']['plugins']['get'](p)['adapter']=_0x7f292d;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x504e24){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x504e24);}['getSuggestions']({skipNotAttached:_0x5de5eb=!0x1,toJSON:_0x3e1569=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x5de5eb,'toJSON':_0x3e1569});}['getSuggestion'](_0x13c2a6){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x13c2a6);}}const T=['Pagination'];class P extends _0x2c17ec{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0xb26ab0=this['editor'];if(_0xb26ab0['config']['define']('trackChangesData.editorCreator',_0x2affca=>{const _0x24dd07=_0xb26ab0['model']['document']['getRootNames']()['reduce']((_0x27b673,_0x1cf094)=>(_0x27b673[_0x1cf094]='',_0x27b673),{});return _0xb26ab0['constructor']['create'](_0x24dd07,_0x2affca);}),'function'!=typeof _0xb26ab0['config']['get']('trackChangesData')['editorCreator'])throw new _0x4e6b6c('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x46883f){return N(this['editor'],!0x0,_0x46883f);}['getDataWithDiscardedSuggestions'](_0x77b909){return N(this['editor'],!0x1,_0x77b909);}}class D extends _0x2c17ec{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x2dc2a9){super(_0x2dc2a9),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(_0x3d8ce9){return void 0x0!==_0x3d8ce9['getRootsAttributes'];}async function N(_0x26428a,_0x149944,_0x5a655f){const _0x806a66=_0x5813f8(_0x26428a,T);_0x806a66['plugins']['push'](p,D),_0x806a66['rootsAttributes']=v(_0x26428a)?_0x26428a['getRootsAttributes']():void 0x0;const _0x401a39=document['createDocumentFragment'](),_0x5d686b=_0x26428a['config']['get']('trackChangesData')['editorCreator'],_0x37cd48=await _0x5d686b(_0x806a66,()=>function(_0x4909ef){const _0x4ebb9d=document['createElement']('div');return _0x4909ef['appendChild'](_0x4ebb9d),_0x4ebb9d;}(_0x401a39));!function(_0x5b2dd6,_0x5f5c74){const _0xbd3135=_0x5b2dd6['model']['document']['getRootNames']()['reduce']((_0x88be3e,_0x4857e6)=>(_0x88be3e[_0x4857e6]=_0x5b2dd6['data']['get']({'rootName':_0x4857e6}),_0x88be3e),{}),_0x17f4bd=_0x5b2dd6['plugins']['get']('Users')['users']['map'](_0x17d801=>({'id':_0x17d801['id'],'name':_0x17d801['name']})),_0x575166=_0x5b2dd6['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4f4438=_0x5b2dd6['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x187e22=_0x5f5c74['plugins']['get']('Users'),_0x1618f3=_0x5f5c74['plugins']['get']('TrackChangesEditing'),_0x35b714=_0x5f5c74['plugins']['get']('CommentsRepository');for(const _0xe7cd2f of _0x17f4bd)_0x187e22['getUser'](_0xe7cd2f['id'])||_0x187e22['addUser'](_0xe7cd2f);_0x187e22['me']||_0x187e22['useAnonymousUser']();for(const _0x17fa45 of _0x575166)_0x1618f3['addSuggestionData'](_0x17fa45);for(const _0x5b9e38 of _0x4f4438)_0x35b714['addCommentThread'](_0x5b9e38);_0x5f5c74['data']['set'](_0xbd3135);}(_0x26428a,_0x37cd48),_0x37cd48['execute'](_0x149944?'acceptAllSuggestions':'discardAllSuggestions');const _0x24d318=v(_0x37cd48)?_0x37cd48['getFullData'](_0x5a655f):_0x37cd48['data']['get'](_0x5a655f);return await _0x37cd48['destroy'](),_0x24d318;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|