@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240711.0 → 0.0.0-nightly-20240712.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/LICENSE.md +1 -1
- 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
|
-
_0x302a97(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x1bcbd8,_0x1e8bd1){super(),this['id']=_0x1e8bd1['id'],this['type']=_0x1e8bd1['type'],this['subType']=_0x1e8bd1['subType']||null,this['author']=_0x1e8bd1['author'],this['creator']=_0x1e8bd1['creator']||_0x1e8bd1['author'],this['isExternal']=Boolean(_0x1e8bd1['attributes']&&_0x1e8bd1['attributes']['@external']),this['data']=null,this['_model']=_0x1bcbd8,this['_onAccept']=_0x1e8bd1['onAccept'],this['_onDiscard']=_0x1e8bd1['onDiscard'],this['_onAttributesChange']=_0x1e8bd1['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x1e8bd1['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 _0x5354e6=this;for(;_0x5354e6['previous'];)_0x5354e6=_0x5354e6['previous'];return _0x5354e6;}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'](_0x26cb17){this['_markerNames']['add'](_0x26cb17);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x3da4af=>this['_model']['markers']['get'](_0x3da4af))['filter'](_0x52dfb7=>_0x52dfb7);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4954c8=>{for(const _0x443e6e of this['getMarkers']())_0x4954c8['removeMarker'](_0x443e6e);}),this['_markerNames']['clear']();}['removeMarker'](_0x31327d){this['_model']['change'](_0x28df65=>{_0x28df65['removeMarker'](_0x31327d);}),this['_markerNames']['delete'](_0x31327d);}['addRange'](_0x1d9ecf){const _0xb7daaa='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xb7daaa),this['_model']['change'](_0x357bd5=>{_0x357bd5['addMarker'](_0xb7daaa,{'range':_0x1d9ecf,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x234719){for(const _0x47b98e of this['getRanges']())if(_0x47b98e['isIntersecting'](_0x234719))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x462161=>_0x462161['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x1a0222,_0x260927)=>[..._0x1a0222,..._0x260927['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x613ab5=this['getRanges']();if(0x1!=_0x613ab5['length'])return null;const _0x40076d=_0x613ab5[0x0],_0x2e7c24=_0x40076d['start']['nodeAfter'],_0x57a9d4=_0x40076d['end']['nodeBefore'];return _0x2e7c24 instanceof _0xadedd0?_0x2e7c24!=_0x57a9d4?null:_0x2e7c24: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 _0x5ae22e=[];let _0x20f7d7=this['head'];for(;_0x20f7d7;)_0x5ae22e['push'](_0x20f7d7),_0x20f7d7=_0x20f7d7['next'];return _0x5ae22e;}['setAttribute'](_0x523ad6,_0x1708d2){const _0x3063e6=_0x118084(this['attributes']);_0x465172(_0x3063e6,_0x523ad6,_0x1708d2),_0x5b7b57(_0x3063e6,this['attributes'])||(this['attributes']=_0x3063e6,this['_onAttributesChange'](_0x3063e6));}['removeAttribute'](_0x34b4a5){const _0xd8e6ee=_0x118084(this['attributes']);_0xa6725d(_0xd8e6ee,_0x34b4a5),_0x5b7b57(_0xd8e6ee,this['attributes'])||(this['attributes']=_0xd8e6ee,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 _0x282b27()['substr'](0x1,0x5);}}function o(_0x474e8d,_0x1d4c24,_0x393c9b){const t=_0x474e8d['t'];switch(_0x1d4c24){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',_0x393c9b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x393c9b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x393c9b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x393c9b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x393c9b);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',_0x393c9b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x393c9b);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',_0x393c9b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x393c9b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x393c9b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x393c9b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x393c9b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x393c9b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x393c9b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x393c9b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x393c9b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x393c9b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x393c9b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x393c9b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x393c9b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x393c9b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x393c9b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x393c9b);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'},_0x393c9b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x393c9b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x393c9b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x393c9b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x393c9b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x393c9b);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'},_0x393c9b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x393c9b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x393c9b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x393c9b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x393c9b);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'},_0x393c9b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x393c9b);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'},_0x393c9b);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'},_0x393c9b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x393c9b);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'},_0x393c9b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x393c9b);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'},_0x393c9b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x393c9b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x393c9b);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'},_0x393c9b);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'},_0x393c9b);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 _0x1d4c24;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x3aa118,_0x34954d){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x3aa118,this['_locale']=_0x34954d;}['getDescriptions'](_0x4e430f){const _0x493ee5=[],_0x1dbf18=new Set(),_0x317947=new Set();for(let _0x846829=0x0;_0x846829<_0x4e430f['length'];_0x846829++){const _0x2ba660=_0x4e430f[_0x846829];if(!_0x2ba660['isInContent'])continue;const _0x5d3fe1=this['_handleCustomCallbackDescription'](_0x2ba660);if(_0x5d3fe1){if(null!=_0x2ba660['subType']){if(_0x1dbf18['has'](_0x2ba660['subType']))continue;_0x1dbf18['add'](_0x2ba660['subType']);}_0x493ee5['push'](_0x5d3fe1);}else{if('attribute'!=_0x2ba660['type'])'insertion'!=_0x2ba660['type']&&'deletion'!=_0x2ba660['type']||this['_handleInsertRemoveSuggestionDescription'](_0x493ee5,_0x2ba660,_0x4e430f[_0x846829+0x1]);else{const _0x39c131=_0x2ba660['data']['key'];if(_0x317947['has'](_0x39c131))continue;_0x317947['add'](_0x2ba660['data']['key']),_0x39c131==m?this['_handleRenameSuggestionDescription'](_0x493ee5,_0x2ba660):this['_handleAttributeSuggestionDescription'](_0x493ee5,_0x2ba660);}}}return this['_resolveDescriptionItems'](_0x493ee5);}['registerDescriptionCallback'](_0x3c187c){this['_customCallbacks']['push'](_0x3c187c);}['registerElementLabel'](_0x1ed3f5,_0x279a82,_0xf88b93=_0x521d0d['normal']){'function'==typeof _0x1ed3f5?_0x21e515(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1ed3f5,'label':_0x279a82,'priority':_0xf88b93}):this['_itemLabels']['set'](_0x1ed3f5,_0x279a82);}['registerAttributeLabel'](_0x2af8f5,_0x50b320){this['_attributeLabels']['set'](_0x2af8f5,_0x50b320);}['getItemLabel'](_0x5d5ad9,_0xfab564=0x1){let _0x506bf7;for(const _0x56d7f0 of this['_itemLabelsCallbacks'])if(_0x56d7f0['matchingCallback'](_0x5d5ad9)){_0x506bf7=_0x56d7f0['label'];break;}return _0x506bf7||(_0x506bf7=this['_itemLabels']['get'](_0x5d5ad9['name'])),_0x506bf7?_0x506bf7(_0xfab564):0x1!==_0xfab564?_0xfab564+'\x20'+_0x5d5ad9['name']+'s':''+_0x5d5ad9['name'];}['_addDescriptionItems'](_0x1f092a,_0x53738d){const _0x544688=_0x53738d['getFirstRange']()['getWalker'](),_0x13908b='insertion'==_0x53738d['type']?'add':'remove';for(const _0x5d5923 of _0x544688){const _0x440081=_0x5d5923['item'],_0x4cab5e=_0x1f092a[_0x1f092a['length']-0x1];if(_0x440081['is']('$textProxy'))_0x4cab5e&&_0x4cab5e['type']['indexOf']('Container')>-0x1&&_0x1f092a['pop'](),_0x4cab5e&&'text'==_0x4cab5e['type']?_0x4cab5e[_0x13908b]+=_0x440081['data']:_0x1f092a['push']({'type':'text','add':'add'==_0x13908b?_0x440081['data']:'','remove':'remove'==_0x13908b?_0x440081['data']:''});else{if(this['_schema']['isObject'](_0x440081)){const _0x37cefa=_0x440081;if(_0x4cab5e&&_0x4cab5e['type']['indexOf']('Container')>-0x1&&_0x1f092a['pop'](),'elementEnd'==_0x5d5923['type'])continue;_0x4cab5e&&_0x4cab5e['type']==_0x13908b+'Object'&&_0x4cab5e['element']['name']==_0x37cefa['name']?_0x4cab5e['quantity']++:_0x1f092a['push']({'type':_0x13908b+'Object','element':_0x37cefa,'quantity':0x1}),_0x544688['skip'](_0x2d9f40=>!('elementEnd'==_0x2d9f40['type']&&_0x2d9f40['item']==_0x440081));}else{if(this['_schema']['checkChild'](_0x440081,'$text')||_0x440081['is']('element','softBreak')){const _0x22f5d2=_0x440081;if('add'==_0x13908b&&'elementStart'==_0x5d5923['type']||'remove'==_0x13908b&&'elementEnd'==_0x5d5923['type'])continue;if(_0x4cab5e&&-0x1==_0x4cab5e['type']['indexOf']('Container')){'text'==_0x4cab5e['type']&&(_0x4cab5e[_0x13908b]+='\x0a');continue;}let _0x57ff7e;if(_0x57ff7e='add'==_0x13908b?_0x22f5d2['nextSibling']&&!this['_schema']['isObject'](_0x22f5d2['nextSibling'])?_0x22f5d2['nextSibling']:null:_0x22f5d2['previousSibling']&&!this['_schema']['isObject'](_0x22f5d2['previousSibling'])?_0x22f5d2['previousSibling']:null,_0x22f5d2['isEmpty']||_0x57ff7e&&_0x57ff7e['isEmpty']){const _0x1ed955=_0x57ff7e&&_0x57ff7e['isEmpty']?_0x57ff7e:_0x22f5d2;_0x4cab5e&&_0x4cab5e['type']==_0x13908b+'EmptyContainer'&&_0x4cab5e['element']['name']==_0x1ed955['name']?_0x4cab5e['quantity']++:_0x1f092a['push']({'type':_0x13908b+'EmptyContainer','element':_0x1ed955,'quantity':0x1});}else _0x1f092a['push']({'type':_0x13908b+'Container','element':_0x22f5d2});}}}}}['_resolveDescriptionItems'](_0x9631b1){const _0x2e2a06=this['_locale'],_0x4073f1=[],_0xc4f943=[],_0x1ef5c0=[];for(const _0x3ab973 of _0x9631b1)switch(_0x3ab973['type']){case'text':if(_0x3ab973['add']=_0x3ab973['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3ab973['remove']=_0x3ab973['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3ab973['add']&&''!=_0x3ab973['remove']){_0x4073f1['push']({'type':'replace','content':o(_0x2e2a06,'REPLACE_TEXT',['\x22'+_0x3ab973['remove']+'\x22','\x22'+_0x3ab973['add']+'\x22'])});continue;}if(null!=_0x3ab973['add']['match'](/^ +$/)){_0x4073f1['push']({'type':'insertion','content':o(_0x2e2a06,'*Insert:*\x20%0',o(_0x2e2a06,'ELEMENT_SPACE',_0x3ab973['add']['length']))});continue;}if(null!=_0x3ab973['remove']['match'](/^ +$/)){_0x4073f1['push']({'type':'deletion','content':o(_0x2e2a06,'*Remove:*\x20%0',o(_0x2e2a06,'ELEMENT_SPACE',_0x3ab973['remove']['length']))});continue;}if(''!=_0x3ab973['add']){_0x4073f1['push']({'type':'insertion','content':o(_0x2e2a06,'*Insert:*\x20%0','\x22'+_0x3ab973['add']+'\x22')});continue;}_0x4073f1['push']({'type':'deletion','content':o(_0x2e2a06,'*Remove:*\x20%0','\x22'+_0x3ab973['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4073f1['push']({'type':'insertion','content':o(_0x2e2a06,'*Insert:*\x20%0',this['getItemLabel'](_0x3ab973['element'],_0x3ab973['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4073f1['push']({'type':'deletion','content':o(_0x2e2a06,'*Remove:*\x20%0',this['getItemLabel'](_0x3ab973['element'],_0x3ab973['quantity']))});continue;case'addContainer':_0x4073f1['push']({'type':'insertion','content':o(_0x2e2a06,'*Split:*\x20%0',this['getItemLabel'](_0x3ab973['element'],_0x3ab973['quantity']))});continue;case'removeContainer':_0x4073f1['push']({'type':'deletion','content':o(_0x2e2a06,'*Merge:*\x20%0',this['getItemLabel'](_0x3ab973['element'],_0x3ab973['quantity']))});continue;case'addFormat':_0xc4f943['push'](_0x3ab973['key']);continue;case'removeFormat':_0x1ef5c0['push'](_0x3ab973['key']);continue;default:_0x4073f1['push'](_0x3ab973);}if(_0xc4f943['length']){const _0x3869d4=_0xc4f943['map'](_0x2520ac=>this['_attributeLabels']['has'](_0x2520ac)?this['_attributeLabels']['get'](_0x2520ac):_0x2520ac)['join'](',\x20');_0x4073f1['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x3869d4)});}if(_0x1ef5c0['length']){const _0xb844b2=_0x1ef5c0['map'](_0x2d90bd=>this['_attributeLabels']['has'](_0x2d90bd)?this['_attributeLabels']['get'](_0x2d90bd):_0x2d90bd)['join'](',\x20');_0x4073f1['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0xb844b2)});}return _0x4073f1;}['_handleCustomCallbackDescription'](_0x503095){for(const _0x54011a of this['_customCallbacks']){const _0x5482f6=_0x54011a(_0x503095);if(_0x5482f6&&'type'in _0x5482f6)return _0x5482f6;}}['_handleAttributeSuggestionDescription'](_0x31b380,_0x1a7597){const _0x1f2453=_0x1a7597['data'],_0xeb001d=void 0x0===_0x1f2453['newValue']?'removeFormat':'addFormat';_0x31b380['push']({'type':_0xeb001d,'key':_0x1f2453['key']});}['_handleRenameSuggestionDescription'](_0x1d94fb,_0x956e66){_0x1d94fb['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x956e66['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x205f13,_0xdff340,_0x52526c){if(this['_addDescriptionItems'](_0x205f13,_0xdff340),_0x52526c&&_0x52526c['getFirstRange']()&&!_0xdff340['getFirstRange']()['end']['isEqual'](_0x52526c['getFirstRange']()['start'])){const _0x2e5acc=_0x205f13[_0x205f13['length']-0x1],_0xccbdc6='insertion'==_0xdff340['type']?'add':'remove';_0x2e5acc&&'text'==_0x2e5acc['type']&&(_0x2e5acc[_0xccbdc6]+='\x0a');}}}class E extends _0x4c8a1d{['afterInit'](){const _0x55fa85=this['editor'],_0x4b2434=_0x55fa85['plugins']['get']('TrackChangesEditing');_0x55fa85['commands']['get']('showAIAssistant')&&_0x4b2434['enableCommand']('showAIAssistant');}}class V extends _0x4c8a1d{['afterInit'](){const _0x2ac16f=this['editor'],_0x300382=_0x2ac16f['locale'];if(!_0x2ac16f['plugins']['has']('AlignmentEditing'))return;const _0x3d8249=_0x2ac16f['plugins']['get']('TrackChangesEditing');_0x3d8249['enableDefaultAttributesIntegration']('alignment'),_0x3d8249['registerBlockAttribute']('alignment'),_0x3d8249['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x300382,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4b3a3a=this['editor'],_0x4a84a5=_0x4b3a3a['locale'];_0x4b3a3a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x31da78=>{if('formatBlock'!=_0x31da78['type'])return;const {data:_0x306cb1}=_0x31da78;if(_0x306cb1&&'alignment'==_0x306cb1['commandName']){const _0x1b7299=_0x306cb1['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x4a84a5,'*Format:*\x20%0',function(_0x3901d4){switch(_0x3901d4){case'left':return o(_0x4a84a5,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x4a84a5,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x4a84a5,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x4a84a5,'FORMAT_JUSTIFY_TEXT');}}(_0x1b7299))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x4c8a1d{['afterInit'](){const _0x251ffa=this['editor'],_0x4ba79b=_0x251ffa['plugins']['get']('TrackChangesEditing'),_0x3ceeae=_0x251ffa['locale'];for(const _0x5a4973 of ti){if(!_0x251ffa['plugins']['has'](_0x5a4973))continue;const _0x4847de=_0x5a4973['slice'](0x0,-0x7)['toLowerCase'](),_0x535adf='FORMAT_'+_0x4847de['toUpperCase']();_0x4ba79b['enableDefaultAttributesIntegration'](_0x4847de),_0x4ba79b['registerInlineAttribute'](_0x4847de),_0x4ba79b['descriptionFactory']['registerAttributeLabel'](_0x4847de,o(_0x3ceeae,_0x535adf));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x21c66c=this['editor'],_0x1bb290=_0x21c66c['locale'],_0x3c6ece=_0x21c66c['plugins']['get']('TrackChangesEditing');function _0x218c5e(_0x2adf27,_0x2546cb){_0x3c6ece['descriptionFactory']['registerDescriptionCallback'](_0x2b0444=>{if('formatInline'!=_0x2b0444['type'])return;const {data:_0x288cbb}=_0x2b0444;return _0x288cbb&&_0x288cbb['commandName']===_0x2adf27?_0x288cbb['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1bb290,'*Format:*\x20%0',_0x2546cb)}:{'type':'format','content':o(_0x1bb290,'*Remove\x20format:*\x20%0',_0x2546cb)}:void 0x0;});}_0x218c5e('bold',o(_0x1bb290,'FORMAT_BOLD')),_0x218c5e('italic',o(_0x1bb290,'FORMAT_ITALIC')),_0x218c5e('underline',o(_0x1bb290,'FORMAT_UNDERLINE')),_0x218c5e('code',o(_0x1bb290,'FORMAT_CODE')),_0x218c5e('strikethrough',o(_0x1bb290,'FORMAT_STRIKETHROUGH')),_0x218c5e('subscript',o(_0x1bb290,'FORMAT_SUBSCRIPT')),_0x218c5e('superscript',o(_0x1bb290,'FORMAT_SUPERSCRIPT'));}}class O extends _0x4c8a1d{['afterInit'](){const _0x25811c=this['editor'],_0x2ad78b=_0x25811c['locale'];if(!_0x25811c['plugins']['has']('BlockQuoteEditing'))return;const _0x3bc238=_0x25811c['plugins']['get']('TrackChangesEditing'),_0xd30216=this['editor']['commands']['get']('blockQuote');_0x3bc238['enableCommand']('blockQuote',(_0x25f980,_0x45ff5a={})=>{const _0x397dd1=this['editor']['model']['document']['selection'],_0x1f1be1=_0x45ff5a&&void 0x0!==_0x45ff5a['forceValue']?_0x45ff5a['forceValue']:!_0xd30216['value'];let _0x4f9166=[];if(_0x1f1be1){const _0xdda8bb=Array['from'](_0x397dd1['getSelectedBlocks']())['filter'](_0x2df363=>oo(_0x2df363)||function(_0x1dbdda,_0x5e6ed9){const _0x3aca74=_0x5e6ed9['checkChild'](_0x1dbdda['parent'],'blockQuote'),_0x1893de=_0x5e6ed9['checkChild'](['$root','blockQuote'],_0x1dbdda);return _0x3aca74&&_0x1893de;}(_0x2df363,this['editor']['model']['schema']));_0x4f9166=to(_0xdda8bb,_0x25811c['model']);}else{const _0x22aa64=Array['from'](_0x397dd1['getSelectedBlocks']())['filter'](_0x331135=>oo(_0x331135));_0x4f9166=to(_0x22aa64,_0x25811c['model']);}_0x25811c['model']['change'](()=>{for(const _0x4c97f2 of _0x4f9166)_0x3bc238['markBlockFormat'](_0x4c97f2,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1f1be1}]});});}),_0x3bc238['descriptionFactory']['registerDescriptionCallback'](_0xa25b7f=>{const {data:_0x12c452}=_0xa25b7f;if(_0x12c452&&'blockQuote'==_0x12c452['commandName']){const _0x4fac6d=o(_0x2ad78b,'ELEMENT_BLOCK_QUOTE');return _0x12c452['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2ad78b,'*Set\x20format:*\x20%0',_0x4fac6d)}:{'type':'format','content':o(_0x2ad78b,'*Remove\x20format:*\x20%0',_0x4fac6d)};}});}}function oo(_0x2083de){return'blockQuote'==_0x2083de['parent']['name'];}class G extends _0x4c8a1d{['afterInit'](){const _0x5998af=this['editor'];_0x5998af['plugins']['has']('CaseChange')&&(_0x5998af['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x5998af['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x5998af['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x4c8a1d{['afterInit'](){const _0x3e877e=this['editor'];_0x3e877e['commands']['get']('ckbox')&&_0x3e877e['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x4c8a1d{['afterInit'](){const _0x3d407a=this['editor'];if(!_0x3d407a['plugins']['has']('CodeBlock'))return;const _0x2e286f=_0x3d407a['plugins']['get']('TrackChangesEditing'),_0x491497=_0x3d407a['locale'],_0x5260a7=_0x3d407a['config']['get']('codeBlock')['languages'],_0x372c6b=_0x3d407a['commands']['get']('codeBlock');_0x2e286f['enableCommand']('indentCodeBlock'),_0x2e286f['enableCommand']('outdentCodeBlock'),_0x2e286f['enableCommand']('codeBlock',(_0x49d6f7,_0x4d610b={})=>{const _0x39ee76=_0x3d407a['model'],_0x9b8e68=_0x3d407a['model']['document']['selection'],_0x1fbaab=_0x4d610b&&void 0x0!==_0x4d610b['forceValue']?_0x4d610b['forceValue']:!_0x372c6b['value'];let _0x335166;_0x4d610b['language']||(_0x4d610b['language']=_0x5260a7[0x0]['language']),_0x335166=_0x1fbaab?Array['from'](_0x9b8e68['getSelectedBlocks']())['filter'](_0x5febec=>eo(_0x5febec)||function(_0xf4a86f,_0x4b9377){if(_0xf4a86f['is']('rootElement')||_0x4b9377['isLimit'](_0xf4a86f))return!0x1;return _0x4b9377['checkChild'](_0xf4a86f['parent'],'codeBlock');}(_0x5febec,_0x39ee76['schema'])):Array['from'](_0x9b8e68['getSelectedBlocks']())['filter'](_0x243725=>eo(_0x243725));const _0x12895d=to(_0x335166,_0x39ee76);_0x39ee76['change'](()=>{for(const _0xae4bdf of _0x12895d)_0x2e286f['markBlockFormat'](_0xae4bdf,{'commandName':'codeBlock','commandParams':[{..._0x4d610b,'forceValue':_0x1fbaab}],'formatGroupId':'blockName'});});}),(_0x2e286f['descriptionFactory']['registerElementLabel']('codeBlock',_0x5d464f=>o(_0x491497,'ELEMENT_CODE_BLOCK',_0x5d464f)),_0x2e286f['descriptionFactory']['registerDescriptionCallback'](_0x23c8f5=>{if('formatBlock'!=_0x23c8f5['type'])return;const _0x38f95e=_0x491497['t'],{data:_0x37b2b9}=_0x23c8f5;if(!_0x37b2b9||'codeBlock'!=_0x37b2b9['commandName'])return;const _0x353801=_0x37b2b9['commandParams'][0x0]['language'],_0x149845=_0x38f95e(_0x5260a7['find'](_0x1c6c9d=>_0x1c6c9d['language']===_0x353801)['label'])['toLowerCase']();return _0x37b2b9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x491497,'*Set\x20format:*\x20%0',o(_0x491497,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x149845+')')}:{'type':'format','content':o(_0x491497,'*Remove\x20format:*\x20%0',o(_0x491497,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x39ea7a){return'codeBlock'==_0x39ea7a['name'];}class H extends _0x4c8a1d{['afterInit'](){const _0x296442=this['editor'];if(!_0x296442['plugins']['has']('CommentsEditing'))return;_0x296442['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x485d98,_0x247b15,_0x88e63f){const _0x1d7fae=[];for(const _0x558d68 of _0x247b15['getItems']())_0x558d68['hasAttribute'](_0x485d98)&&_0x1d7fae['push'](_0x88e63f['createRangeOn'](_0x558d68));return _0x1d7fae;}function _e(_0x355d8b,_0x556491,{showActiveMarker:_0x5d822=!0x0}={}){const _0x20195c=_0x355d8b['plugins']['get']('TrackChangesEditing');return(_0x32159b,_0x5132be,_0x54a5c9)=>{if(!_0x54a5c9['consumable']['test'](_0x5132be['markerRange'],_0x32159b['name']))return;const _0x43f720=_0x5132be['markerRange']['getWalker'](),_0x44939d=_0x5132be['markerRange']['start'],_0x1d28b4=_0x355d8b['model']['schema'];let _0x92699d=null,_0x4c792d=null,_0x695f25=!0x1,_0x425dcf=!0x1;for(const _0xd231f6 of _0x43f720){const _0x13f79e=_0xd231f6['item'];_0x695f25=_0x695f25||_0x1d28b4['isContent'](_0x13f79e);const _0x2e2e6d=_0x54a5c9['mapper']['toViewElement'](_0x13f79e);if(_0x2e2e6d&&_0x2e2e6d['getCustomProperty']('addHighlight'))return;'elementEnd'==_0xd231f6['type']&&(_0x1d28b4['isBlock'](_0x13f79e)&&!_0x1d28b4['isLimit'](_0x13f79e)&&(_0x13f79e['nextSibling']||_0x44939d['isAtEnd']?_0x92699d&&_0x92699d['parent']==_0x13f79e||(_0x92699d=_0x13f79e,_0x4fe3d7(_0xd231f6['previousPosition']),_0x425dcf=!0x0):_0x4c792d=_0x4c792d||_0xd231f6['previousPosition']));}function _0x4fe3d7(_0x8c07a9){const _0x3619f8=_0x54a5c9['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x556491}),_0x428757=_0x54a5c9['mapper']['toViewPosition'](_0x8c07a9);_0x5d822&&_0x20195c['activeMarkers']['includes'](_0x5132be['markerName'])&&_0x54a5c9['writer']['addClass']('ck-suggestion-marker--active',_0x3619f8),_0x54a5c9['writer']['insert'](_0x428757,_0x3619f8),_0x54a5c9['mapper']['bindElementToMarker'](_0x3619f8,_0x5132be['markerName']);}_0x695f25||_0x425dcf||!_0x4c792d||_0x4fe3d7(_0x4c792d);};}class q extends _0x4c8a1d{static get['requires'](){return[_0x1b66ea];}['init'](){const _0x1ce6bd=this['editor'],_0x10c1ba=_0x1ce6bd['plugins']['get']('TrackChangesEditing');_0x10c1ba['enableCommand']('delete');const _0x5dd890=_0x1ce6bd['commands']['get']('deleteForward');_0x10c1ba['enableCommand']('deleteForward',(_0x2528a3,_0x14fb5f={})=>{const _0x297ce9=_0x1ce6bd['model']['createSelection'](_0x1ce6bd['model']['document']['selection']);_0x297ce9['isCollapsed']&&_0x1ce6bd['model']['modifySelection'](_0x297ce9,{'direction':'forward','unit':_0x14fb5f['unit']});const _0xcfca43=_0x297ce9['getFirstRange'](),_0x33fa5d=_0x4a275c['fromRange'](_0xcfca43);let _0x5e5eee;_0x2528a3(_0x14fb5f),_0x5e5eee='$graveyard'==_0x33fa5d['root']['rootName']?_0x1ce6bd['model']['createRange'](_0xcfca43['start']):_0x1ce6bd['model']['createRange'](_0x33fa5d['start'],_0x33fa5d['end']),_0x33fa5d['detach'](),_0x1ce6bd['model']['enqueueChange'](_0x5dd890['buffer']['batch'],_0x2b8a59=>{_0x5dd890['buffer']['lock'](),_0x2b8a59['setSelection'](_0x2b8a59['createRange'](_0x5e5eee['end'])),_0x5dd890['buffer']['unlock']();});}),_0x1ce6bd['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x1ce6bd,'merge'),{'priority':'high'}),_0x1ce6bd['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x2f4c3a,_0x274291,_0xe7ea8a)=>{_0xe7ea8a['options']['showSuggestionHighlights']&&_e(_0x1ce6bd,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x2f4c3a,_0x274291,_0xe7ea8a);},{'priority':'high'}),_0x1ce6bd['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5ec348,_0x16c56d,_0x4e433d)=>{const _0x4b78fd=_0x4e433d['mapper']['markerNameToElements'](_0x16c56d['markerName']);if(_0x4b78fd){for(const _0x3fe9dd of _0x4b78fd)_0x3fe9dd['is']('uiElement')&&(_0x4e433d['mapper']['unbindElementFromMarkerName'](_0x3fe9dd,_0x16c56d['markerName']),_0x4e433d['writer']['remove'](_0x3fe9dd));}},{'priority':'high'});}}class z extends _0x4c8a1d{['afterInit'](){const _0x193487=this['editor'];if(!_0x193487['plugins']['has']('ListEditing'))return;const _0x38de63=_0x193487['locale'],_0x127dab=_0x193487['plugins']['get']('TrackChangesEditing'),_0x203fd3=_0x193487['plugins']['has']('TodoListEditing'),_0x1f87ec=!!_0x193487['config']['get']('list.multiBlock');function _0x378968(_0x44df89){return{'type':'format','content':''+o(_0x38de63,'*Set\x20format:*\x20%0',_0x44df89)};}function _0x2f702a(_0x112aaf){return{'type':'format','content':''+o(_0x38de63,'*Remove\x20format:*\x20%0',_0x112aaf)};}_0x127dab['enableDefaultAttributesIntegration']('numberedList'),_0x127dab['enableDefaultAttributesIntegration']('bulletedList'),_0x127dab['enableDefaultAttributesIntegration']('customNumberedList'),_0x127dab['enableDefaultAttributesIntegration']('customBulletedList'),_0x127dab['enableDefaultAttributesIntegration']('indentList'),_0x127dab['enableDefaultAttributesIntegration']('outdentList'),_0x127dab['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x127dab['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x127dab['registerBlockAttribute']('listItemId'),_0x127dab['registerBlockAttribute']('listType'),_0x127dab['registerBlockAttribute']('listIndent'),_0x1f87ec&&(_0x127dab['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x127dab['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x203fd3&&(_0x127dab['enableDefaultAttributesIntegration']('todoList'),_0x127dab['enableDefaultAttributesIntegration']('checkTodoList'),_0x127dab['registerBlockAttribute']('todoListChecked'),_0x127dab['descriptionFactory']['registerDescriptionCallback'](_0x4c4ea3=>{const {data:_0x30fe08}=_0x4c4ea3;if(_0x30fe08&&'todoListChecked'==_0x30fe08['key'])return{'type':'format','content':_0x30fe08['newValue']?o(_0x38de63,'*Check\x20item*'):o(_0x38de63,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x180487=>{if(_0x180487['batch']['isUndo'])return!0x1;let _0x5e0735=!0x1;const _0x65b24=_0x127dab['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xc22790=>'todoListChecked'===_0x127dab['_getAttributeKey'](_0xc22790));for(const _0xdf9fe0 of _0x65b24){'todo'!=_0xdf9fe0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x127dab['_findSuggestions'](_0xdf9fe0['getFirstRange'](),'attribute')['find'](_0x5e9402=>'listType'===_0x127dab['_getAttributeKey'](_0x5e9402['suggestion']))||(_0x180487['removeMarker'](_0xdf9fe0['getFirstMarker']()),_0x5e0735=!0x0));}return _0x5e0735;})),_0x127dab['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x38de63,'FORMAT_INDENT'));const _0xc8d817={'type':'format','content':''};_0x127dab['descriptionFactory']['registerDescriptionCallback'](_0x2d860d=>{const {data:_0x17df51}=_0x2d860d;if(!_0x17df51||'listType'!=_0x17df51['key'])return;let _0x3c613d=_0x2d860d['head'];for(;_0x3c613d;){if(_0x3c613d['data']&&(('listStyle'==_0x3c613d['data']['key']||'listMarkerStyle'==_0x3c613d['data']['key'])&&(_0x3c613d['data']['newValue']&&'default'!=_0x3c613d['data']['newValue']||'default'!=_0x3c613d['data']['oldValue']&&!_0x17df51['newValue'])||!_0x1f87ec&&_0x3c613d['data']['key']==m))return _0xc8d817;_0x3c613d=_0x3c613d['next'];}if(null==_0x17df51['newValue'])switch(_0x17df51['oldValue']){case'bulleted':return _0x2f702a(o(_0x38de63,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2f702a(o(_0x38de63,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2f702a(o(_0x38de63,'ELEMENT_TODO_LIST'));}switch(_0x17df51['newValue']){case'bulleted':return _0x378968(o(_0x38de63,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x378968(o(_0x38de63,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x378968(o(_0x38de63,'ELEMENT_TODO_LIST'));}}),_0x127dab['descriptionFactory']['registerDescriptionCallback'](_0x110d1b=>{const {data:_0x3f6a60}=_0x110d1b;if(_0x3f6a60&&'listIndent'==_0x3f6a60['key'])return null==_0x3f6a60['newValue']||null==_0x3f6a60['oldValue']&&0x0==_0x3f6a60['newValue']?_0xc8d817:void 0x0;}),_0x127dab['descriptionFactory']['registerDescriptionCallback'](_0x53062a=>{if('attribute'!=_0x53062a['type'])return;const {data:_0x1e4644}=_0x53062a;if(!_0x1e4644||'listItemId'!=_0x1e4644['key'])return;const _0xaab262=le(_0x53062a);return'newValue'==_0xaab262?{'type':'format','content':o(_0x38de63,'*Merge:*\x20list\x20item')}:'oldValue'==_0xaab262?{'type':'format','content':o(_0x38de63,'*Split:*\x20list\x20item')}:_0xc8d817;}),_0x193487['model']['document']['registerPostFixer'](_0x8997b9=>this['listItemIdFixer'](_0x8997b9)),_0x193487['model']['document']['registerPostFixer'](_0xb2795a=>this['noTrackChangesFixer'](_0xb2795a)),_0x193487['model']['document']['registerPostFixer'](_0x4688f6=>this['assureChains'](_0x4688f6)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x15c946){if(_0x15c946['batch']['isUndo']||!_0x15c946['batch']['isLocal'])return!0x1;let _0x4a1a95=!0x1;const _0x35c462=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2db035=>_0x2db035['data']&&'listItemId'==_0x2db035['data']['key'])['filter'](_0x50fe25=>_0x50fe25['data']['newValue']&&_0x50fe25['data']['oldValue']);for(const _0x59db72 of _0x35c462)le(_0x59db72)||(_0x15c946['removeMarker'](_0x59db72['getFirstMarker']()),_0x4a1a95=!0x0);return _0x4a1a95;}['noTrackChangesFixer'](_0x33ddce){if(_0x33ddce['batch']['isUndo']||!_0x33ddce['batch']['isLocal'])return!0x1;const _0x308de9=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x308de9['trackChangesCommand']['value'])return!0x1;let _0x4a9a8f=!0x1;const _0x5c49dc=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x55c8d2=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x401780=>'attribute'==_0x401780['type'])['filter'](_0x215071=>_0x5c49dc['includes'](_0x215071['attributeKey']));if(0x0==_0x55c8d2['length'])return _0x4a9a8f;for(const _0x38ac3e of _0x55c8d2){const _0x5eba51=_0x308de9['_findSuggestions'](_0x38ac3e['range'],'attribute')['filter'](_0x23436f=>!_0x23436f['meta']['isNextTo'])['map'](_0x4d8b1a=>_0x4d8b1a['suggestion'])['filter'](_0x2d2c23=>{const _0xe7dd9b=_0x308de9['_getAttributeKey'](_0x2d2c23);return _0x5c49dc['includes'](_0xe7dd9b);});if(_0x5eba51['length']){for(const _0x888f7d of _0x5eba51)_0x33ddce['removeMarker'](_0x888f7d['getFirstMarker']());_0x4a9a8f=!0x0;}}return _0x4a9a8f;}['assureChains'](_0x23dacf){if(_0x23dacf['batch']['isUndo']||!_0x23dacf['batch']['isLocal'])return!0x1;const _0x3ca211=this['editor']['plugins']['get']('TrackChangesEditing');let _0x36846e=!0x1;const _0x74b08=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x5dafe8 of _0x3ca211['getSuggestions']({'skipNotAttached':!0x0})){const _0x5b2ed4=_0x3ca211['_findSuggestions'](_0x5dafe8['getFirstRange'](),'attribute')['map'](_0x4750db=>_0x4750db['suggestion'])['filter'](_0x4b64b2=>_0x4b64b2['data']&&_0x74b08['includes'](_0x4b64b2['data']['key']));if(!_0x5b2ed4['length'])continue;const _0x6d261=_0x5b2ed4[0x0]['head']['attributes']['groupId'];if(!_0x5b2ed4['every'](_0x1ef452=>_0x1ef452['attributes']['groupId']===_0x6d261)){for(const _0x491796 of _0x5b2ed4)_0xa062c2(_0x491796,_0x6d261)&&(_0x36846e=!0x0);}}return _0x36846e;function _0x56d9aa(_0x5bc2d7,_0x4f8fa1){for(const _0x4beb93 of _0x3ca211['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3e02c7=>'attribute'==_0x3e02c7['type']&&_0x3e02c7['attributes']['groupId']==_0x5bc2d7))_0x4beb93['setAttribute']('groupId',_0x4f8fa1);}function _0xa062c2(_0x52f138,_0x1d0568){let _0x332285=_0x52f138['head'],_0x1a1a64=!0x1;for(;_0x332285;)_0x332285['attributes']['groupId']!=_0x1d0568&&(_0x56d9aa(_0x332285['attributes']['groupId'],_0x1d0568),_0x332285['setAttribute']('groupId',_0x1d0568),_0x1a1a64=!0x0),_0x332285=_0x332285['next'];return _0x1a1a64;}}['_supportLegacySuggestions'](){const _0x54ea33=this['editor'],_0x4eddd4=_0x54ea33['locale'],_0x3b65a9=_0x54ea33['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3b65a9['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2976a5,_0x43d5){const _0x4f6c59=[];for(let _0x10733a of _0x2976a5)_0x10733a['start']['nodeAfter']===_0x10733a['end']['parent']&&(_0x10733a=_0x54ea33['model']['createRange'](_0x54ea33['model']['createPositionAt'](_0x10733a['start']['nodeAfter'],0x0))),_0x4f6c59['push'](_0x10733a);_0x54ea33['model']['change'](_0x8c2397=>{const _0x109782=_0x54ea33['model']['document']['selection'],_0x59aba7=Array['from'](_0x109782['getRanges']())['map'](_0x5f56c1=>_0x4a275c['fromRange'](_0x5f56c1));_0x8c2397['setSelection'](_0x4f6c59),_0x54ea33['commands']['get'](_0x43d5['commandName'])['refresh'](),_0x43d5['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x54ea33['execute'](_0x43d5['commandName'],..._0x43d5['commandParams']),_0x8c2397['setSelection'](_0x59aba7);for(const _0x423dfe of _0x59aba7)_0x423dfe['detach']();});}),_0x3b65a9['descriptionFactory']['registerElementLabel'](function(_0x4ec66d){const _0x5c77f3=!_0x54ea33['model']['schema']['isObject'](_0x4ec66d),_0x2431d3=_0x4ec66d['previousSibling'],_0x4f7fee=_0x4ec66d['nextSibling'],_0x52a243=_0x4ec66d['getAttribute']('listItemId'),_0x3af57d=!_0x2431d3||_0x2431d3['getAttribute']('listItemId')!==_0x52a243,_0x4587a5=!_0x4f7fee||_0x4f7fee['getAttribute']('listItemId')!==_0x52a243;return _0x5c77f3&&Boolean(_0x52a243)&&_0x3af57d&&_0x4587a5;},_0x4eac66=>o(_0x4eddd4,'ELEMENT_LIST_ITEM',_0x4eac66));}['_registerLegacyDescription'](){const _0x6c4b44=this['editor'],_0x5836e9=_0x6c4b44['locale'];function _0x24c823(_0x59b677){const _0xf01c08=_0x6c4b44['commands']['get']('bulletedList')['value'],_0x4a7bc3=_0x6c4b44['commands']['get']('numberedList')['value'];return'numberedList'===_0x59b677?_0xf01c08:_0x4a7bc3;}_0x6c4b44['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x440dfe){if('formatBlock'!=_0x440dfe['type'])return;const {data:_0x2a1423}=_0x440dfe;if(!_0x2a1423)return;let _0x542c71,_0x500295,_0x25fb6c,_0x152ef7;switch(_0x2a1423['commandName']){case'bulletedList':_0x25fb6c=_0x2a1423['commandParams'][0x0]['forceValue'],_0x152ef7=_0x24c823(_0x2a1423['commandName']),_0x542c71=_0x25fb6c?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x152ef7&&_0x6c4b44['config']['get']('list.multiBlock')||(_0x542c71='*Change\x20to:*\x20%0'),_0x500295={'type':'format','content':o(_0x5836e9,_0x542c71,o(_0x5836e9,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x25fb6c=_0x2a1423['commandParams'][0x0]['forceValue'],_0x152ef7=_0x24c823(_0x2a1423['commandName']),_0x542c71=_0x25fb6c?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x152ef7&&_0x6c4b44['config']['get']('list.multiBlock')||(_0x542c71='*Change\x20to:*\x20%0'),_0x500295={'type':'format','content':o(_0x5836e9,_0x542c71,o(_0x5836e9,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x542c71='*Indent:*\x20%0',_0x500295={'type':'format','content':o(_0x5836e9,_0x542c71,o(_0x5836e9,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x542c71=function(_0x4437fe){const _0x18bb90=_0x4437fe['getFirstRange']();let _0x3ba375=_0x18bb90['start']['nodeAfter'];for(;_0x3ba375&&_0x18bb90['containsItem'](_0x3ba375);){if(_0x3ba375['getAttribute']('listIndent')>0x0)return!0x1;_0x3ba375=_0x3ba375['nextSibling'];}return!0x0;}(_0x440dfe)?o(_0x5836e9,'*Format:*\x20remove\x20from\x20%0',o(_0x5836e9,function(_0x3f7f44){return'ELEMENT_'+_0x3f7f44['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x440dfe))):o(_0x5836e9,'*Outdent:*\x20%0',o(_0x5836e9,'ELEMENT_LIST_ITEM')),_0x500295={'type':'format','content':_0x542c71};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x2a1423['multipleBlocks']&&(_0x542c71='*Merge:*\x20%0',_0x500295={'type':'deletion','content':o(_0x5836e9,_0x542c71,o(_0x5836e9,'ELEMENT_LIST_ITEM'))});}return _0x500295;});}}function le(_0x42370f){let _0x2cf038=_0x42370f['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2cf038;){const _0x1d2354=_0x2cf038['getAttribute']('listItemId');if(!_0x1d2354)return!0x1;if(_0x1d2354==_0x42370f['data']['newValue'])return'newValue';if(_0x1d2354==_0x42370f['data']['oldValue'])return'oldValue';_0x2cf038=_0x2cf038['previousSibling'];}return!0x1;}class ue extends _0x4c8a1d{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1d549b=this['editor']['config']['get']('list.properties'),_0x2bc4b9=this['editor']['plugins']['get']('TrackChangesEditing');_0x1d549b['styles']&&(_0x2bc4b9['enableDefaultAttributesIntegration']('listStyle'),_0x2bc4b9['registerBlockAttribute']('listStyle')),_0x1d549b['reversed']&&(_0x2bc4b9['enableDefaultAttributesIntegration']('listReversed'),_0x2bc4b9['registerBlockAttribute']('listReversed')),_0x1d549b['startIndex']&&(_0x2bc4b9['enableDefaultAttributesIntegration']('listStart'),_0x2bc4b9['registerBlockAttribute']('listStart'));const _0x4fbe09={'type':'format','content':''};_0x2bc4b9['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x198b75=this['editor']['locale'];_0x2bc4b9['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x198b75,'FORMAT_LIST_REVERSED')),_0x2bc4b9['descriptionFactory']['registerDescriptionCallback'](_0x2805e8=>{const {data:_0xf94e3f}=_0x2805e8;if(_0xf94e3f&&'listReversed'==_0xf94e3f['key'])return null==_0xf94e3f['newValue']||0x0==_0xf94e3f['newValue']&&null==_0xf94e3f['oldValue']?_0x4fbe09:void 0x0;}),_0x2bc4b9['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x198b75,'FORMAT_LIST_START')),_0x2bc4b9['descriptionFactory']['registerDescriptionCallback'](_0x1a28a3=>{const {data:_0x566514}=_0x1a28a3;if(_0x566514&&'listStart'==_0x566514['key'])return null==_0x566514['newValue']||0x1==_0x566514['newValue']&&null==_0x566514['oldValue']?_0x4fbe09:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x54cc19=>{if(_0x54cc19['batch']['isUndo'])return!0x1;let _0x8b703e=!0x1;const _0x32dfb0=_0x2bc4b9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x511288=>{const _0x894e97=_0x2bc4b9['_getAttributeKey'](_0x511288);return'listStart'==_0x894e97||'listReversed'==_0x894e97;});for(const _0x132b11 of _0x32dfb0){const _0x4f6ff9=_0x132b11['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4f6ff9||'customNumbered'==_0x4f6ff9)continue;_0x2bc4b9['_findSuggestions'](_0x132b11['getFirstRange'](),'attribute')['find'](_0x1b702d=>'listType'==_0x2bc4b9['_getAttributeKey'](_0x1b702d['suggestion']))||(_0x54cc19['removeMarker'](_0x132b11['getFirstMarker']()),_0x8b703e=!0x0);}return _0x8b703e;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x35be97){const _0x310972=this['editor']['locale'],{data:_0x1567f8}=_0x35be97,_0x42a26c={'type':'format','content':''};if(!_0x1567f8||'listStyle'!=_0x1567f8['key'])return;if(!_0x1567f8['oldValue'])return'default'==_0x1567f8['newValue']?_0x42a26c:{'type':'format','content':''+o(_0x310972,'*Set\x20format:*\x20%0',o(_0x310972,this['_getTranslationKeyForListStyle'](_0x1567f8['newValue'])))};if(!_0x1567f8['newValue']){if('default'==_0x1567f8['oldValue'])return _0x42a26c;let _0x43ade4=_0x35be97['head'];for(;_0x43ade4;){if(_0x43ade4['data']&&'listType'==_0x43ade4['data']['key']&&_0x43ade4['data']['newValue'])return _0x42a26c;_0x43ade4=_0x43ade4['next'];}return{'type':'format','content':''+o(_0x310972,'*Remove\x20format:*\x20%0',o(_0x310972,this['_getTranslationKeyForListStyle'](_0x1567f8['oldValue'])))};}if('default'!=_0x1567f8['newValue'])return{'type':'format','content':''+o(_0x310972,'*Set\x20format:*\x20%0',o(_0x310972,this['_getTranslationKeyForListStyle'](_0x1567f8['newValue'])))};let _0x5bab27=_0x35be97['head'];for(;_0x5bab27;){if(_0x5bab27['data']&&'listType'==_0x5bab27['data']['key']&&_0x5bab27['data']['newValue']&&_0x5bab27['data']['oldValue'])return _0x42a26c;_0x5bab27=_0x5bab27['next'];}return{'type':'format','content':o(_0x310972,'*Set\x20format:*\x20%0',o(_0x310972,'ELEMENT_'+_0x35be97['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x115331=this['editor'],_0x914e05=_0x115331['locale'];_0x115331['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x161839=>{if('formatBlock'!=_0x161839['type'])return;const {data:_0x25799b}=_0x161839;if(!_0x25799b)return;let _0x69daca,_0x59fa70;switch(_0x25799b['commandName']){case'listStyle':_0x69daca='*Change\x20to:*\x20%0',_0x59fa70={'type':'format','content':o(_0x914e05,_0x69daca,o(_0x914e05,this['_getTranslationKeyForListStyle'](_0x25799b['commandParams'][0x0]['type'])))};break;case'listReversed':_0x69daca=_0x25799b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x59fa70={'type':'format','content':o(_0x914e05,_0x69daca)};break;case'listStart':_0x69daca='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x59fa70={'type':'format','content':o(_0x914e05,_0x69daca,_0x25799b['commandParams'][0x0]['startIndex'])};}return _0x59fa70;});}['_getTranslationKeyForListStyle'](_0x59ee3e){return'ELEMENT_'+function(_0x1a81e6){if(pe['includes'](_0x1a81e6))return'bulleted';if(ye['includes'](_0x1a81e6))return'numbered';return null;}(_0x59ee3e)['toUpperCase']()+'_LIST_'+_0x59ee3e['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x4c8a1d{static get['requires'](){return[_0x1a3e3a];}['init'](){const _0xd3686d=this['editor'],_0x3aeeeb=_0xd3686d['plugins']['get']('TrackChangesEditing'),_0x3a136a=_0xd3686d['commands']['get']('enter');_0x3aeeeb['enableCommand']('enter',()=>{_0xd3686d['model']['change'](_0x529872=>{const _0x545c22=_0xd3686d['model']['document']['selection'],_0xd1948c=_0x545c22['getFirstPosition'](),_0x2bf5a9=_0x4a275c['fromRange'](_0x545c22['getFirstRange']());if(_0x3a136a['enterBlock'](_0x529872)){const _0x5b600b=_0xd3686d['model']['createPositionAt'](_0xd1948c['parent']['nextSibling'],0x0),_0xc8807=_0x529872['createRange'](_0xd1948c,_0x5b600b);_0x3aeeeb['markInsertion'](_0xc8807);}else _0x529872['setSelection'](_0x529872['createRange'](_0x2bf5a9['end']));_0x2bf5a9['detach'](),_0x3a136a['fire']('afterExecute',{'writer':_0x529872});});}),_0xd3686d['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0xd3686d,'split'),{'priority':'high'}),_0xd3686d['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x15758c,_0x35948f,_0x203bfc)=>{const _0x309232=_0x203bfc['mapper']['markerNameToElements'](_0x35948f['markerName']);if(_0x309232){for(const _0x395cc8 of _0x309232)_0x395cc8['hasClass']('ck-suggestion-marker-split')&&(_0x203bfc['mapper']['unbindElementFromMarkerName'](_0x395cc8,_0x35948f['markerName']),_0x203bfc['writer']['remove'](_0x395cc8));}},{'priority':'high'}),_0xd3686d['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xa7a83a,_0x424599,_0x5d1e6d)=>{_0x5d1e6d['options']['showSuggestionHighlights']&&_e(_0xd3686d,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xa7a83a,_0x424599,_0x5d1e6d);},{'priority':'high'});}}class J extends _0x4c8a1d{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x507002=this['editor']['plugins']['get']('TrackChangesEditing');_0x507002['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x507002['enableCommand']('findNext'),_0x507002['enableCommand']('findPrevious'),_0x507002['enableCommand']('replace'),_0x507002['enableCommand']('replaceAll');}['handleFindCommand'](_0x587b20,_0x4249ea,_0x2be6ce={}){const _0x85aba7=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x587b20(_0x1b8200=>{let _0x1ced38=('string'==typeof _0x4249ea?_0x85aba7['findByTextCallback'](_0x4249ea,_0x2be6ce):_0x4249ea)(_0x1b8200);Array['isArray'](_0x1ced38)&&(_0x1ced38={'results':_0x1ced38,'searchText':'string'==typeof _0x4249ea?_0x4249ea:''});const _0x31c003=_0x1ced38['results']['filter'](_0x17ff1f=>!0x1===this['_isInDeletionRange'](_0x17ff1f,_0x1b8200['item']));return{..._0x1ced38,'results':_0x31c003};},_0x2be6ce);}['_isInDeletionRange'](_0x3dad0d,_0x526815){const _0x30d2e8=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x526815,_0x3dad0d['start']),this['editor']['model']['createPositionAt'](_0x526815,_0x3dad0d['end']));for(const _0x44f29f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x30d2e8['getIntersection'](_0x44f29f['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 _0x4c8a1d{['afterInit'](){const _0x2d4ddf=this['editor']['locale'],_0x4b4f6d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x344c8e,commandName:_0x23d9df}of ro)this['editor']['plugins']['has'](_0x344c8e)&&(_0x4b4f6d['enableDefaultAttributesIntegration'](_0x23d9df),_0x4b4f6d['registerInlineAttribute'](_0x23d9df));_0x4b4f6d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x2d4ddf,'FORMAT_FONT_SIZE')),_0x4b4f6d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x2d4ddf,'FORMAT_FONT_FAMILY')),_0x4b4f6d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x2d4ddf,'FORMAT_FONT_COLOR')),_0x4b4f6d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x2d4ddf,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1cb56a=this['editor'],_0x1ae029=_0x1cb56a['locale'];_0x1cb56a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1fded0=>{const _0x3a83ad=_0x1ae029['t'];if('formatInline'!=_0x1fded0['type'])return;const {data:_0x285eeb}=_0x1fded0;if(null!=_0x285eeb){if('fontSize'==_0x285eeb['commandName']){const _0x547d09=_0x285eeb['commandParams'][0x0]['value'];if(_0x547d09){const _0x4ced92=_0x3a83ad(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x467bba=>_0x467bba['model']==_0x547d09)['title'])['toLowerCase']();return{'type':'format','content':o(_0x1ae029,'*Set\x20font\x20size:*\x20%0',_0x4ced92)};}return{'type':'format','content':o(_0x1ae029,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x285eeb['commandName']){const _0x2de26d=_0x285eeb['commandParams'][0x0]['value'];return _0x2de26d?{'type':'format','content':o(_0x1ae029,'*Set\x20font\x20family:*\x20%0',_0x2de26d)}:{'type':'format','content':o(_0x1ae029,'*Reset\x20font\x20family*')};}if('fontColor'==_0x285eeb['commandName']){const _0x11948b=_0x285eeb['commandParams'][0x0]['value'];if(_0x11948b){const _0x4e2c39=_0x15806b(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5ab2e8=>_0x5ab2e8['model']==_0x11948b);let _0x23985a=_0x11948b,_0x370197='';return _0x4e2c39&&(_0x23985a=_0x4e2c39['label'],_0x370197=_0x3a83ad(_0x23985a)['toLowerCase']()),{'type':'format','content':o(_0x1ae029,'*Set\x20font\x20color:*\x20%0',_0x370197)['trim'](),'color':{'value':_0x11948b,'title':_0x370197||_0x23985a}};}return{'type':'format','content':o(_0x1ae029,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x285eeb['commandName']){const _0x4af982=_0x285eeb['commandParams'][0x0]['value'];if(_0x4af982){const _0x139fd6=_0x15806b(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2fa9b5=>_0x2fa9b5['model']==_0x4af982);let _0x5ae33e=_0x4af982,_0x3f56ac='';return _0x139fd6&&(_0x5ae33e=_0x139fd6['label'],_0x3f56ac=_0x3a83ad(_0x5ae33e)['toLowerCase']()),{'type':'format','content':o(_0x1ae029,'*Set\x20font\x20background\x20color:*\x20%0',_0x3f56ac)['trim'](),'color':{'value':_0x4af982,'title':_0x3f56ac||_0x5ae33e}};}return{'type':'format','content':o(_0x1ae029,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x4c8a1d{['afterInit'](){const _0x28d02c=this['editor'],_0x1e34db=_0x28d02c['plugins']['get']('TrackChangesEditing'),_0x2f93a7=_0x28d02c['commands']['get']('copyFormat'),_0x2262be=_0x28d02c['commands']['get']('pasteFormat');_0x2f93a7&&_0x2262be&&(_0x1e34db['enableDefaultAttributesIntegration']('pasteFormat'),_0x1e34db['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x2014c1=this['editor'],_0x19270d=_0x2014c1['locale'];_0x2014c1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x13da2f=>{if('formatBlock'!=_0x13da2f['type']&&'formatInline'!=_0x13da2f['type'])return;const {data:_0x49c30b}=_0x13da2f;if(_0x49c30b&&'pasteFormat'===_0x49c30b['commandName']){const _0x3a71ea=[],_0xd078e0=_0x49c30b['commandParams'][0x0];for(const [_0x50f98a,_0x6a9349]of Object['entries'](_0xd078e0))_0x3a71ea['push'](so(_0x2014c1,_0x50f98a,_0x6a9349));return _0x3a71ea['length']?{'type':'format','content':o(_0x19270d,'*Set\x20format\x20to:*\x20%0',_0x3a71ea['join'](',\x20'))}:{'type':'format','content':o(_0x19270d,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3166f3,_0x2ac67d,_0x2b7649){const _0x4fc8dd=_0x3166f3['locale']['t'],_0x308cdf=_0x2ac67d['split'](/(?=[A-Z])/)['join']('\x20'),_0x40b987=_0x4fc8dd(_0x308cdf['charAt'](0x0)['toUpperCase']()+_0x308cdf['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2b7649)return _0x40b987;if('fontColor'===_0x2ac67d||'fontBackgroundColor'===_0x2ac67d){const _0xa24838=_0x15806b(_0x3166f3['config']['get']('fontColor.colors'))['find'](_0xa556be=>_0xa556be['model']==_0x2b7649);return _0x40b987+'\x20('+(_0xa24838?_0x4fc8dd(_0xa24838['label'])['toLowerCase']():_0x2b7649)+')';}if('fontSize'===_0x2ac67d&&isNaN(parseFloat(_0x2b7649))){const _0x2f63af=_0x3166f3['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3166f3['config']['get']('fontSize.options'))['find'](_0x5a5eed=>_0x5a5eed['model']==_0x2b7649);return _0x40b987+'\x20('+(_0x2f63af?_0x4fc8dd(_0x2f63af['title'])['toLowerCase']():_0x2b7649)+')';}return _0x40b987+'\x20('+_0x2b7649+')';}class Y extends _0x4c8a1d{['_headingOptions'];['afterInit'](){const _0x473936=this['editor'];if(!_0x473936['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x473936['config']['get']('heading.options');const _0x2f688f=_0x473936['locale'],_0x40100c=_0x473936['plugins']['get']('TrackChangesEditing');_0x40100c['enableDefaultAttributesIntegration']('heading');for(const _0x4b1f1a of this['_headingOptions'])'paragraph'!=_0x4b1f1a['model']&&_0x40100c['descriptionFactory']['registerElementLabel'](_0x4b1f1a['model'],_0x4a74b1=>{const _0x23328e=this['_getHeadingLevel'](_0x4b1f1a['model']);return null!==_0x23328e?_0x3dfbd0(_0x4a74b1,_0x23328e):_0x2f5fa1(_0x4a74b1,_0x4b1f1a['title']);});function _0x3dfbd0(_0x262aac,_0x5331ff){return o(_0x2f688f,'ELEMENT_HEADING',[_0x262aac,_0x5331ff]);}function _0x2f5fa1(_0x336828,_0x4bcdfb){return o(_0x2f688f,'ELEMENT_HEADING_CUSTOM',[_0x336828,_0x4bcdfb]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2f8330=this['editor'],_0x2f24fa=_0x2f8330['locale'];function _0x322f07(_0x2eba13,_0x48e05f){return o(_0x2f24fa,'ELEMENT_HEADING_CUSTOM',[_0x2eba13,_0x48e05f]);}_0x2f8330['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x66f7b6=>{if('formatBlock'!=_0x66f7b6['type'])return;const {data:_0x1a033c}=_0x66f7b6;if(_0x1a033c&&'heading'==_0x1a033c['commandName']){const _0x314fae=_0x1a033c['commandParams'][0x0]['value'],_0x25fec8=this['_getHeadingLevel'](_0x314fae);if(null!==_0x25fec8)return{'type':'format','content':o(_0x2f24fa,'*Change\x20to:*\x20%0',(_0x19254d=0x1,_0x58a31a=_0x25fec8,o(_0x2f24fa,'ELEMENT_HEADING',[_0x19254d,_0x58a31a])))};const _0x3ba90b=this['_headingOptions']['find'](_0x3534ea=>_0x3534ea['model']===_0x314fae)['title'];return{'type':'format','content':o(_0x2f24fa,'*Change\x20to:*\x20%0',_0x322f07(0x1,_0x3ba90b))};}var _0x19254d,_0x58a31a;});}['_getHeadingLevel'](_0x4f71b4){const _0x55657b=_0x4f71b4['match'](/^heading(\d+)/);if(_0x55657b)return _0x55657b[0x1];const _0x4f10bf=this['_headingOptions']?.['find'](_0x19ce4f=>_0x19ce4f['model']==_0x4f71b4);if(_0x4f10bf&&_0x4f10bf['view']){const _0x5e67e4=_0x4f10bf['view'],_0x10bf5f=(_0x5e67e4['name']??_0x5e67e4)['match'](/^h(\d+)/);if(_0x10bf5f)return _0x10bf5f[0x1];}return null;}}class Z extends _0x4c8a1d{['afterInit'](){const _0x2a5401=this['editor'];if(!_0x2a5401['plugins']['has']('HighlightEditing'))return;const _0xc6241b=_0x2a5401['plugins']['get']('TrackChangesEditing'),_0x1af973=_0x2a5401['locale'];_0xc6241b['enableDefaultAttributesIntegration']('highlight'),_0xc6241b['registerInlineAttribute']('highlight'),_0xc6241b['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x1af973,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2507a6=this['editor'],_0x2e3911=_0x2507a6['locale'];_0x2507a6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40c824=>{if('formatInline'!=_0x40c824['type'])return;const {data:_0x21e27d}=_0x40c824;if(_0x21e27d&&'highlight'==_0x21e27d['commandName']){const _0x52f586=_0x2e3911['t'],_0x111df4=_0x21e27d['commandParams'][0x0]['value'];if(_0x111df4){const _0x268de5=_0x2507a6['config']['get']('highlight.options')['find'](_0x4db83c=>_0x4db83c['model']==_0x111df4),_0x136969=_0x52f586(_0x268de5['title'])['toLowerCase']();return{'type':'format','content':o(_0x2e3911,'*Set\x20highlight:*\x20%0',_0x136969),'color':{'value':_0x268de5['color'],'title':_0x268de5['title']}};}return{'type':'format','content':o(_0x2e3911,'*Remove\x20highlight*',o(_0x2e3911,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x4c8a1d{['afterInit'](){const _0x2fa07f=this['editor'];if(!_0x2fa07f['plugins']['has']('HorizontalLineEditing'))return;_0x2fa07f['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x537938=_0x2fa07f['plugins']['get']('TrackChangesEditing'),_0x4f9fea=_0x2fa07f['locale'];_0x537938['descriptionFactory']['registerElementLabel']('horizontalLine',_0x4436b9=>o(_0x4f9fea,'ELEMENT_HORIZONTAL_LINE',_0x4436b9)),_0x2fa07f['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x35f675,{writer:_0x3e6424,options:_0x3c5c46})=>{if(!_0x3c5c46['showSuggestionHighlights'])return null;const _0x2d4952=_0x3e6424['createContainerElement']('div'),_0x55cb8d=_0x3e6424['createEmptyElement']('hr');return _0x3e6424['addClass']('ck-horizontal-line',_0x2d4952),_0x3e6424['insert'](_0x3e6424['createPositionAt'](_0x2d4952,0x0),_0x55cb8d),_0x2d4952;},'converterPriority':'high'});}}class et extends _0x4c8a1d{['afterInit'](){const _0x4eaeed=this['editor'];if(!_0x4eaeed['plugins']['has']('HtmlEmbed'))return;const _0x729f4=_0x4eaeed['plugins']['get']('TrackChangesEditing'),_0x49ed98=_0x4eaeed['locale'];_0x729f4['descriptionFactory']['registerElementLabel']('rawHtml',_0x3ca331=>o(_0x49ed98,'ELEMENT_HTML_EMBED',_0x3ca331)),_0x729f4['enableDefaultAttributesIntegration']('htmlEmbed'),_0x729f4['registerBlockAttribute']('value'),_0x729f4['descriptionFactory']['registerDescriptionCallback'](_0x49dd84=>{if('attribute'!=_0x49dd84['type'])return;const {data:_0x453371}=_0x49dd84;if(_0x453371&&'value'==_0x453371['key']&&_0x49dd84['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xf76a93=o(_0x49ed98,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x49ed98,'*Change\x20%0\x20content*',_0xf76a93)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x180833=this['editor'],_0x5c73d9=_0x180833['locale'];_0x180833['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x42d7e8=>{if('formatBlock'!=_0x42d7e8['type'])return;const {data:_0x5e4da2}=_0x42d7e8;if(_0x5e4da2&&'htmlEmbed'==_0x5e4da2['commandName']){const _0x1e31b7=o(_0x5c73d9,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5c73d9,'*Change\x20%0\x20content*',_0x1e31b7)};}});}}class it extends _0x4c8a1d{['afterInit'](){const _0xb176bf=this['editor'];if(!_0xb176bf['plugins']['has']('ImageEditing'))return;const _0x220bd7=_0xb176bf['plugins']['get']('TrackChangesEditing'),_0x474ae8=_0xb176bf['plugins']['get']('ImageUtils'),_0x342353=_0xb176bf['locale'];_0x220bd7['enableCommand']('insertImage'),_0x220bd7['descriptionFactory']['registerElementLabel']('imageBlock',_0x1d4286=>o(_0x342353,'ELEMENT_IMAGE',_0x1d4286)),_0x220bd7['descriptionFactory']['registerElementLabel']('imageInline',_0x382ca9=>o(_0x342353,'ELEMENT_INLINE_IMAGE',_0x382ca9)),_0x220bd7['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x342353,'ELEMENT_CAPTION')),_0xb176bf['plugins']['has']('ImageUploadEditing')&&_0x220bd7['enableCommand']('uploadImage'),_0xb176bf['plugins']['has']('ImageBlockEditing')&&_0xb176bf['plugins']['has']('ImageInlineEditing')&&(_0x220bd7['enableCommand']('imageTypeInline',(_0x2f9648,_0x157dd7)=>{const _0x537615=_0x474ae8['getClosestSelectedImageElement'](_0xb176bf['model']['document']['selection']);_0xb176bf['model']['change'](()=>{_0x220bd7['markBlockFormat'](_0x537615,{'commandName':'imageTypeInline','commandParams':[_0x157dd7]},[],'convertBlockImageToInline');});}),_0x220bd7['enableCommand']('imageTypeBlock',(_0x2abaa4,_0x42b993)=>{_0xb176bf['model']['change'](_0x282529=>{let _0x5f019a=_0x474ae8['getClosestSelectedImageElement'](_0xb176bf['model']['document']['selection']),_0x2908d4=_0x282529['createRangeOn'](_0x5f019a);const _0x5d5f23=_0x149349['fromPosition'](_0x2908d4['start'],'toPrevious'),_0xae0369=_0x149349['fromPosition'](_0x2908d4['end'],'toNext');_0x220bd7['forceDefaultExecution'](()=>_0x2abaa4(_0x42b993)),_0x5f019a=_0x474ae8['getClosestSelectedImageElement'](_0xb176bf['model']['document']['selection']),_0x2908d4=_0x282529['createRangeOn'](_0x5f019a);const _0xb8520d=_0x282529['createRange'](_0x5d5f23,_0xae0369);_0x5d5f23['detach'](),_0xae0369['detach'](),_0x220bd7['markBlockFormat'](_0x5f019a,{'commandName':'imageTypeInline','commandParams':[_0x42b993]},[],'convertInlineImageToBlock'),_0xb8520d['start']['isBefore'](_0x2908d4['start'])&&_0x220bd7['markInsertion'](_0x282529['createRange'](_0xb8520d['start'],_0x2908d4['start']),'convertInlineImageToBlock'),_0x2908d4['end']['isBefore'](_0xb8520d['end'])&&_0x220bd7['markInsertion'](_0x282529['createRange'](_0x2908d4['end'],_0xb8520d['end']),'convertInlineImageToBlock');});}),_0x220bd7['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x220bd7['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x220bd7['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x220bd7['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x220bd7['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x220bd7['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x17aa19])=>{const _0x62aec1=_0x220bd7['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x50938c=_0x17aa19['start'],_0xa6ad71=_0x17aa19['end'];const _0x632a15=_0xb176bf['model']['schema']['getNearestSelectionRange'](_0x50938c,'backward'),_0x313b59=_0xb176bf['model']['schema']['getNearestSelectionRange'](_0xa6ad71,'forward');_0x632a15['isCollapsed']&&(_0x50938c=_0x632a15['start']),_0x313b59['isCollapsed']&&(_0xa6ad71=_0x313b59['end']),_0x62aec1([_0xb176bf['model']['createRange'](_0x50938c,_0xa6ad71)]);}),_0x220bd7['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xc40589),_0x220bd7['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xc40589)),_0xb176bf['plugins']['has']('ImageCaptionEditing')&&(_0x220bd7['enableCommand']('toggleImageCaption',(_0x1ca31d,_0x609e7b)=>{const _0x23f821=_0xb176bf['plugins']['get']('ImageCaptionUtils');let _0x378cbf=_0x474ae8['getClosestSelectedImageElement'](_0xb176bf['model']['document']['selection']),_0x1f9a57=_0x23f821['getCaptionFromImageModelElement'](_0x378cbf);_0xb176bf['model']['change'](()=>{if(_0x1f9a57)return void _0x220bd7['markDeletion'](_0xb176bf['model']['createRangeOn'](_0x1f9a57));const _0x207e9f=_0x474ae8['isBlockImage'](_0x378cbf);_0x1ca31d(_0x609e7b),_0x378cbf=_0x474ae8['getClosestSelectedImageElement'](_0xb176bf['model']['document']['selection']),_0x1f9a57=_0x23f821['getCaptionFromImageModelElement'](_0x378cbf),_0x220bd7['markInsertion'](_0xb176bf['model']['createRangeOn'](_0x1f9a57),_0x207e9f?null:'imageCaption');});}),_0x220bd7['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xc40589));const _0x1ba40f=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5efb2b(_0x1fd234,_0x165a23){const _0x3e492c=_0x1ba40f['findIndex'](({type:_0x3603ea,subType:_0x1d4cf9})=>_0x1fd234['type']==_0x3603ea&&_0x1fd234['subType']==_0x1d4cf9),_0x5518b2=_0x1ba40f['findIndex'](({type:_0x12f95c,subType:_0x3def80})=>_0x165a23['type']==_0x12f95c&&_0x165a23['subType']==_0x3def80);if(_0x3e492c<0x0||_0x5518b2<0x0)return!0x1;const _0x591a55=_0x1fd234['getFirstRange'](),_0x500da1=_0x165a23['getFirstRange']();if((0x0==_0x3e492c||0x1==_0x3e492c)&&0x2==_0x5518b2&&_0x591a55['isIntersecting'](_0x500da1))return!0x0;if(0x2==_0x3e492c&&0x3==_0x5518b2){const _0xb147b5=_0x220bd7['_findSuggestions'](_0x591a55,'insertion')['filter'](({suggestion:_0x1f28e0,meta:_0x777055})=>_0x777055['isOwn']&&'convertInlineImageToBlock'==_0x1f28e0['subType']);if(_0xb147b5['length']>0x1&&_0x500da1['end']['isEqual'](_0x591a55['start']))return!0x0;if(0x1==_0xb147b5['length']&&(_0x591a55['start']['isEqual'](_0x500da1['end'])||_0x591a55['end']['isEqual'](_0x500da1['start'])))return!0x0;}if(0x3==_0x3e492c&&0x3==_0x5518b2&&_0x591a55['start']['isBefore'](_0x500da1['start'])){const _0x565f4d=_0x591a55['end']['nodeAfter'],_0xe39d47=_0x500da1['start']['nodeBefore'];return _0x474ae8['isBlockImage'](_0x565f4d)&&_0x565f4d===_0xe39d47;}return!0x1;}function _0xc40589(_0x2231b1,_0x1ceb43){return _0x5efb2b(_0x2231b1,_0x1ceb43)?[_0x2231b1,_0x1ceb43]:_0x5efb2b(_0x1ceb43,_0x2231b1)?[_0x1ceb43,_0x2231b1]:null;}_0xb176bf['plugins']['has']('ImageResize')&&(_0x220bd7['enableDefaultAttributesIntegration']('resizeImage'),_0x220bd7['registerBlockAttribute']('resizedWidth'),_0x220bd7['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x342353,'FORMAT_IMAGE_SIZE'))),_0xb176bf['plugins']['has']('ImageTextAlternativeEditing')&&(_0x220bd7['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x220bd7['registerBlockAttribute']('alt')),_0x220bd7['descriptionFactory']['registerDescriptionCallback'](_0x164d96=>{if(!!_0x1ba40f['find'](({type:_0x2aac9f,subType:_0x2b2066})=>_0x164d96['type']==_0x2aac9f&&_0x164d96['subType']==_0x2b2066))return _0x164d96['previous']?{}:void 0x0;}),_0x220bd7['descriptionFactory']['registerDescriptionCallback'](_0xf5033d=>{if('insertion'==_0xf5033d['type']||'deletion'==_0xf5033d['type']){const _0xb8eeb9=_0xf5033d['getContainedElement']();if(_0xb8eeb9&&_0xb8eeb9['is']('element','caption'))return{'type':'insertion'==_0xf5033d['type']?'addObject':'removeObject','element':_0xb8eeb9,'quantity':0x1};}}),_0x220bd7['descriptionFactory']['registerDescriptionCallback'](_0x33b9f8=>'formatBlock'==_0x33b9f8['type']&&'convertInlineImageToBlock'==_0x33b9f8['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x33b9f8['type']&&'convertBlockImageToInline'==_0x33b9f8['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x220bd7['descriptionFactory']['registerDescriptionCallback'](_0x462fe0=>{if('attribute'!=_0x462fe0['type'])return;const {data:_0x3ae457}=_0x462fe0;if(!_0x3ae457||'alt'!=_0x3ae457['key'])return;const _0x2beadb=_0x3ae457['newValue'];return _0x2beadb?{'type':'format','content':o(_0x342353,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2beadb+'\x22')}:{'type':'format','content':o(_0x342353,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x499860=this['editor'],_0x41a6d8=_0x499860['locale'];_0x499860['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ac65f=>{if('formatBlock'!=_0x3ac65f['type']&&'formatInline'!=_0x3ac65f['type'])return;const {data:_0x5f33c2}=_0x3ac65f;if(_0x5f33c2){if('imageTextAlternative'==_0x5f33c2['commandName']){const _0x5ea1c6=_0x5f33c2['commandParams'][0x0]['newValue'];return _0x5ea1c6?{'type':'format','content':o(_0x41a6d8,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5ea1c6+'\x22')}:{'type':'format','content':o(_0x41a6d8,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5f33c2['commandName']){const _0x523773=_0x5f33c2['commandParams'][0x0]['width'];return _0x523773?{'type':'format','content':o(_0x41a6d8,'*Set\x20image\x20width:*\x20%0',_0x523773)}:{'type':'format','content':o(_0x41a6d8,'*Reset\x20image\x20width*')};}}});}}class st extends _0x4c8a1d{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2247e3=this['editor']['locale'],_0x49b4ff=this['editor']['plugins']['get']('TrackChangesEditing');_0x49b4ff['enableDefaultAttributesIntegration']('replaceImageSource'),_0x49b4ff['registerBlockAttribute']('src'),_0x49b4ff['descriptionFactory']['registerDescriptionCallback'](_0x5e7877=>{if('attribute'!=_0x5e7877['type'])return;const {data:_0x1cf189}=_0x5e7877;return _0x1cf189&&'src'==_0x1cf189['key']?_0x1cf189['newValue']&&_0x1cf189['oldValue']?{'type':'format','content':o(_0x2247e3,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3e44bc=this['editor']['plugins']['get']('TrackChangesEditing');_0x3e44bc['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x3e44bc['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3e44bc['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x3e44bc['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4129a2=this['editor'],_0x2df865=_0x4129a2['locale'];_0x4129a2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x22b7e7=>{if('formatBlock'!=_0x22b7e7['type']&&'formatInline'!=_0x22b7e7['type'])return;const {data:_0x229b1c}=_0x22b7e7;if(!_0x229b1c||'replaceImageSource'!=_0x229b1c['commandName'])return;return{'type':'format','content':o(_0x2df865,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x4c8a1d{['afterInit'](){const _0x287267=this['editor'];if(!_0x287267['plugins']['has']('ImageStyleEditing'))return;const _0x18e8e0=_0x287267['plugins']['get']('TrackChangesEditing'),_0x381c6d=_0x287267['plugins']['get']('ImageUtils'),_0x20b901={};_0x18e8e0['enableCommand']('imageStyle',(_0x562955,_0x4b76f7)=>{const _0x2c195f=_0x287267['plugins']['get']('Users')['me'],_0x547bd9=_0x287267['commands']['get']('imageStyle');let _0x41d1fd=_0x381c6d['getClosestSelectedImageElement'](_0x287267['model']['document']['selection']),_0x540363=_0x287267['model']['createRangeOn'](_0x41d1fd),_0x5972a3=_0x547bd9['value'];if(_0x5972a3==_0x4b76f7['value'])return;const _0x51f1ae={'commandName':'imageStyle','commandParams':[_0x4b76f7],'formatGroupId':_0x282b27()};_0x287267['model']['change'](()=>{if(_0x18e8e0['getSuggestions']()['filter'](_0x33449c=>_0x33449c['isInContent']&&_0x2c195f==_0x33449c['author']&&('formatBlock'==_0x33449c['type']||'formatInline'==_0x33449c['type'])&&('imageStylePreApply'==_0x33449c['subType']||'imageStylePostApply'==_0x33449c['subType'])&&_0x33449c['getFirstRange']()['isEqual'](_0x540363))['forEach'](_0x1077c7=>_0x18e8e0['discardSuggestion'](_0x1077c7['head'])),_0x41d1fd=_0x381c6d['getClosestSelectedImageElement'](_0x287267['model']['document']['selection']),_0x540363=_0x287267['model']['createRangeOn'](_0x41d1fd),_0x547bd9['refresh'](),_0x287267['commands']['get']('imageTypeInline')['refresh'](),_0x287267['commands']['get']('imageTypeBlock')['refresh'](),_0x5972a3=_0x547bd9['value'],_0x5972a3!=_0x4b76f7['value'])return _0x381c6d['isInlineImage'](_0x41d1fd)&&_0x547bd9['shouldConvertImageType'](_0x4b76f7['value'],_0x41d1fd)?(_0x562955({..._0x4b76f7,'setImageSizes':!0x1}),_0x41d1fd=_0x381c6d['getClosestSelectedImageElement'](_0x287267['model']['document']['selection']),void _0x18e8e0['markBlockFormat'](_0x41d1fd,{..._0x51f1ae,'commandReversedParams':[{'value':_0x5972a3||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x381c6d['isBlockImage'](_0x41d1fd)?_0x18e8e0['markBlockFormat'](_0x41d1fd,_0x51f1ae,[],'imageStylePostApply'):_0x18e8e0['markInlineFormat'](_0x540363,_0x51f1ae,'imageStylePostApply'));});});for(const _0x436747 of _0x287267['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x20b901[_0x436747['name']]=_0x436747['title']['toLowerCase']();_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x25e983])=>{_0x381c6d['setImageNaturalSizeAttributes'](_0x25e983['getContainedElement']());}),_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3ce981,_0x5a6fb9)=>{_0x18e8e0['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3ce981,{'commandName':_0x5a6fb9['commandName'],'commandParams':_0x5a6fb9['commandReversedParams']});}),_0x18e8e0['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x42f06f,_0x47be3f){if(_0x49a814(_0x42f06f,_0x47be3f))return[_0x42f06f,_0x47be3f];if(_0x49a814(_0x47be3f,_0x42f06f))return[_0x47be3f,_0x42f06f];return null;});const _0xf13b60=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x49a814(_0x8dcc26,_0x1b046d){const _0x4df779=_0xf13b60['findIndex'](({type:_0x18fef5,subType:_0x267c48})=>_0x8dcc26['type']==_0x18fef5&&_0x8dcc26['subType']==_0x267c48),_0x3eca80=_0xf13b60['findIndex'](({type:_0x40b437,subType:_0x89ab91})=>_0x1b046d['type']==_0x40b437&&_0x1b046d['subType']==_0x89ab91);if(_0x4df779<0x0||_0x3eca80<0x0)return!0x1;const _0x140aaa=_0x8dcc26['getFirstRange'](),_0x2d62ad=_0x1b046d['getFirstRange']();if((0x0==_0x4df779||0x1==_0x4df779)&&0x2==_0x3eca80&&_0x140aaa['isIntersecting'](_0x2d62ad))return!0x0;if(0x2==_0x4df779&&0x3==_0x3eca80){const _0x13d81c=_0x18e8e0['_findSuggestions'](_0x140aaa,'insertion')['filter'](({suggestion:_0x1de5cf,meta:_0x587ff5})=>_0x587ff5['isOwn']&&'convertInlineImageToBlock'==_0x1de5cf['subType']);if(_0x13d81c['length']>0x1&&_0x2d62ad['end']['isEqual'](_0x140aaa['start']))return!0x0;if(0x1==_0x13d81c['length']&&(_0x140aaa['start']['isEqual'](_0x2d62ad['end'])||_0x140aaa['end']['isEqual'](_0x2d62ad['start'])))return!0x0;}if(0x3==_0x4df779&&0x3==_0x3eca80&&_0x140aaa['start']['isBefore'](_0x2d62ad['start'])){const _0x4f3a69=_0x140aaa['end']['nodeAfter'],_0x47dcdc=_0x2d62ad['start']['nodeBefore'];return _0x381c6d['isBlockImage'](_0x4f3a69)&&_0x4f3a69===_0x47dcdc;}return!0x1;}_0x287267['model']['document']['registerPostFixer'](()=>{let _0x39af18=!0x1;const _0x4ebfcd=Array['from'](_0x287267['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x41beb4,data:_0x2d78db}of _0x4ebfcd){const {group:_0x333166,type:_0x86df58,subType:_0x37d15a,id:_0x3dc390}=_0x18e8e0['_splitMarkerName'](_0x41beb4);if('suggestion'==_0x333166&&_0x18e8e0['hasSuggestion'](_0x3dc390)){if('formatBlock'==_0x86df58&&('imageStylePreApply'==_0x37d15a||'imageStylePostApply'==_0x37d15a)){const _0x4513bb=_0x18e8e0['getSuggestion'](_0x3dc390);if(_0x2d78db['newRange']){const _0x54e977=_0x4513bb['getFirstRange']()['getContainedElement']();if(_0x381c6d['isBlockImage'](_0x54e977))continue;_0x18e8e0['discardSuggestion'](_0x4513bb),_0x39af18=!0x0;}}if('insertion'==_0x86df58&&'imageCaption'==_0x37d15a&&!_0x2d78db['newRange']){const _0x41b46e=_0x18e8e0['getSuggestion'](_0x3dc390);_0x41b46e['next']&&_0x41b46e['next']['isInContent']&&(_0x18e8e0['discardSuggestion'](_0x41b46e['next']),_0x39af18=!0x0);}}}return _0x39af18;}),this['_registerLegacyDescription'](_0x20b901);}['_registerLegacyDescription'](_0x3202a4){const _0x542d97=this['editor'],_0x594ff0=_0x542d97['locale'];_0x542d97['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x38ef14=>{if('formatBlock'!=_0x38ef14['type']&&'formatInline'!=_0x38ef14['type'])return;const {data:_0x3e5f28}=_0x38ef14;if(!_0x3e5f28||'imageStyle'!=_0x3e5f28['commandName'])return;const _0x4bfc76=_0x3e5f28['commandParams'][0x0]['value'];return _0xcc22da('side'===_0x4bfc76?o(_0x594ff0,'FORMAT_SIDE_IMAGE'):_0x3202a4[_0x4bfc76]||_0x4bfc76);function _0xcc22da(_0xfce72d){return{'type':'format','content':o(_0x594ff0,'*Format:*\x20%0',_0xfce72d)};}});}}class ot extends _0x4c8a1d{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x4345e1){super(_0x4345e1),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x5c97cf=this['editor'],_0x557267=_0x5c97cf['commands']['get']('importWord'),_0xdcaa15=_0x5c97cf['commands']['get']('trackChanges');_0x557267&&(_0x557267['on']('execute',(_0x179d09,[,_0x328a8d])=>{this['_trackChangesValueDuringImport']=_0xdcaa15['value'],_0x328a8d['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x557267,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x557267,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0xdcaa15['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x5c97cf['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x490cb1,_0x5a603b){const {suggestions:_0x40d7dd}=_0x5a603b,_0x2b4127=this['editor']['commands']['get']('trackChanges'),_0x1b1270=_0x2b4127['value'];this['_trackChangesValueDuringImport']!==_0x1b1270&&(_0x2b4127['execute'](),this['_trackChangesExecuted']=!0x0),_0x40d7dd&&_0x40d7dd['forEach'](({id:_0x479e73,type:_0x116b0b,author:_0x1477ab,created_at:_0x35298f})=>{const _0x7813c2={'id':_0x479e73,'type':_0x116b0b,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x1477ab,'createdAt':_0x35298f?new Date(_0x35298f):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x7813c2);});}}class rt extends _0x4c8a1d{['afterInit'](){const _0x468060=this['editor'],_0x57d8ce=_0x468060['plugins']['get']('TrackChangesEditing');if(_0x468060['plugins']['has']('IndentEditing')&&(_0x57d8ce['enableCommand']('indent'),_0x57d8ce['enableCommand']('outdent')),_0x468060['plugins']['has']('IndentBlock')){for(const _0x573ec2 of['indentBlock','outdentBlock'])_0x57d8ce['enableDefaultAttributesIntegration'](_0x573ec2);}const _0x489d14=_0x468060['locale'];_0x57d8ce['registerBlockAttribute']('blockIndent'),_0x57d8ce['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x489d14,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x456c6c=this['editor'],_0x59cef0=_0x456c6c['locale'],_0x44982b=_0x456c6c['plugins']['get']('TrackChangesEditing');_0x44982b['descriptionFactory']['registerDescriptionCallback'](_0xb64e6d=>{if('formatBlock'!=_0xb64e6d['type'])return;const {data:_0x592b43}=_0xb64e6d;if(!_0x592b43)return;if('indentBlock'!=_0x592b43['commandName']&&'outdentBlock'!=_0x592b43['commandName'])return;const _0x44cf2c=_0xb64e6d['getItems']()[0x0],_0x4c3387=_0x44982b['descriptionFactory']['getItemLabel'](_0x44cf2c);return'indentBlock'==_0x592b43['commandName']?{'type':'format','content':o(_0x59cef0,'*Indent:*\x20%0',_0x4c3387)}:'outdentBlock'==_0x592b43['commandName']?{'type':'format','content':o(_0x59cef0,'*Outdent:*\x20%0',_0x4c3387)}:void 0x0;});}}class at extends _0x4c8a1d{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x4c8a1d{['afterInit'](){const _0x1588ee=this['editor'];if(!_0x1588ee['plugins']['has']('LinkEditing'))return;const _0xca4a92=_0x1588ee['plugins']['get']('TrackChangesEditing'),_0x5effcb=_0x1588ee['commands']['get']('link');_0xca4a92['enableDefaultAttributesIntegration']('link'),_0xca4a92['enableDefaultAttributesIntegration']('unlink'),_0xca4a92['registerInlineAttribute']('linkHref');for(const _0x54c006 of _0x5effcb['manualDecorators'])_0xca4a92['registerInlineAttribute'](_0x54c006['id']),_0xca4a92['descriptionFactory']['registerAttributeLabel'](_0x54c006['id'],'link\x20('+_0x54c006['label']['toLowerCase']()+')');_0xca4a92['descriptionFactory']['registerDescriptionCallback'](_0x5a2885=>{if('attribute'!=_0x5a2885['type'])return;const {data:_0x25c79b}=_0x5a2885;if(!_0x25c79b||'linkHref'!=_0x25c79b['key'])return;const _0xc73932=_0x25c79b['newValue'],_0x271fd6=_0x1588ee['locale'];return{'type':'format','content':null==_0xc73932?o(_0x271fd6,'*Remove\x20link*'):o(_0x271fd6,'*Set\x20link:*\x20%0','\x22'+_0xc73932+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3afc96=this['editor'],_0x2fe026=_0x3afc96['locale'];_0x3afc96['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1e8112=>{if('formatInline'!=_0x1e8112['type'])return;const {data:_0x55b054}=_0x1e8112;if(_0x55b054){if('link'==_0x55b054['commandName']){const _0x2a190c=_0x55b054['commandParams'][0x0];return{'type':'format','content':o(_0x2fe026,'*Set\x20link:*\x20%0','\x22'+_0x2a190c+'\x22')};}return'unlink'==_0x55b054['commandName']?{'type':'format','content':o(_0x2fe026,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x4c8a1d{['afterInit'](){const _0x5bc2a1=this['editor'],_0x2b22c7=_0x5bc2a1['locale'];if(!_0x5bc2a1['plugins']['has']('LegacyListEditing'))return;const _0x43ad4c=_0x5bc2a1['plugins']['get']('TrackChangesEditing'),_0x5dbde9=_0x5bc2a1['plugins']['has']('LegacyTodoListEditing');function _0x2abb82(_0x301dd4){return()=>{const _0x5cd8d5=_0x5bc2a1['model']['document']['selection'],_0x56585b=_0x5bc2a1['commands']['get'](_0x301dd4);if(_0x56585b['value'])return void _0x5bc2a1['execute']('paragraph',{});const _0x10e6df=_0x301dd4['slice'](0x0,-0x4),_0x372d07=function(_0x28f39a,_0x4b465b,_0x54301e){let _0x5bafb4=Array['from'](_0x28f39a)['filter'](_0x26e1e8=>function(_0x4f459c,_0x62c39b){return _0x62c39b['checkChild'](_0x4f459c['parent'],'listItem')&&!_0x62c39b['isObject'](_0x4f459c);}(_0x26e1e8,_0x54301e));_0x5bafb4=_0x5bafb4['filter'](_0x9d2489=>!_0x9d2489['is']('element','listItem')||_0x9d2489['getAttribute']('listType')!=_0x4b465b);const _0x2f9845=new Set();for(const _0x4ce858 of _0x5bafb4)_0x4ce858['is']('element','listItem')?_0x2f9845['add'](me(_0x4ce858)):_0x2f9845['add'](_0x4ce858);return Array['from'](_0x2f9845);}(_0x5cd8d5['getSelectedBlocks'](),_0x10e6df,_0x5bc2a1['model']['schema']);_0x5bc2a1['model']['change'](()=>{for(const _0x11c939 of _0x372d07)_0x43ad4c['markBlockFormat'](_0x11c939,{'commandName':_0x301dd4,'commandParams':[{'forceValue':!_0x56585b['value']}],'formatGroupId':'blockName'},fe(_0x11c939));});};}function _0x4072d9(_0x5a06d8){return()=>{const _0x1b5cab=function(_0x4d3e21){let _0x2286ac=Array['from'](_0x4d3e21);const _0x5381c2=_0x2286ac['findIndex'](_0x35a78c=>'listItem'!=_0x35a78c['name']);return _0x5381c2>-0x1&&(_0x2286ac=_0x2286ac['slice'](0x0,_0x5381c2)),_0x2286ac;}(_0x5bc2a1['model']['document']['selection']['getSelectedBlocks']()),_0x3f6bf2=_0x5bc2a1['model']['createRange'](_0x5bc2a1['model']['createPositionAt'](_0x1b5cab[0x0],'before'),_0x5bc2a1['model']['createPositionAt'](_0x1b5cab[_0x1b5cab['length']-0x1],'end'));_0x5bc2a1['model']['change'](()=>{_0x43ad4c['markBlockFormat'](_0x3f6bf2,{'commandName':_0x5a06d8,'commandParams':[],'formatGroupId':'listIndent'},function(_0x179cea){const _0x5b10d1=new Set();for(const _0x3360ae of _0x179cea){let _0x4b7e71=_0x3360ae['nextSibling'];for(;_0x4b7e71&&_0x4b7e71['getAttribute']('listIndent')>_0x3360ae['getAttribute']('listIndent');)_0x5b10d1['add'](_0x4b7e71),_0x4b7e71=_0x4b7e71['nextSibling'];}return Array['from'](_0x5b10d1);}(_0x1b5cab));});};}_0x43ad4c['enableCommand']('numberedList',_0x2abb82('numberedList')),_0x43ad4c['enableCommand']('bulletedList',_0x2abb82('bulletedList')),_0x5dbde9&&_0x43ad4c['enableCommand']('todoList',_0x2abb82('todoList')),_0x43ad4c['enableCommand']('indentList',_0x4072d9('indentList')),_0x43ad4c['enableCommand']('outdentList',_0x4072d9('outdentList')),_0x5dbde9&&_0x43ad4c['enableCommand']('checkTodoList',()=>{const _0x290a0b=_0x5bc2a1['commands']['get']('checkTodoList'),_0x39f815=Array['from'](_0x290a0b['_selectedElements']);_0x39f815['filter'](_0x2ce9c4=>_0x2ce9c4['getAttribute']('todoListChecked')!=_0x290a0b['value']),_0x5bc2a1['model']['change'](()=>{for(const _0x27cdc4 of _0x39f815)_0x43ad4c['markBlockFormat'](_0x27cdc4,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x290a0b['value']}]});});}),_0x43ad4c['descriptionFactory']['registerElementLabel']('listItem',_0x349fdf=>o(_0x2b22c7,'ELEMENT_LIST_ITEM',_0x349fdf)),_0x43ad4c['descriptionFactory']['registerDescriptionCallback'](_0x4eb15e=>{if('formatBlock'!=_0x4eb15e['type']&&'formatInline'!=_0x4eb15e['type'])return;const {data:_0x263bf6}=_0x4eb15e;if(_0x263bf6){if('numberedList'==_0x263bf6['commandName']||'bulletedList'==_0x263bf6['commandName']||'todoList'==_0x263bf6['commandName'])switch(_0x263bf6['commandName']['replace']('List','')){case'bulleted':return _0x1382bc(o(_0x2b22c7,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1382bc(o(_0x2b22c7,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1382bc(o(_0x2b22c7,'ELEMENT_TODO_LIST'));}if('indentList'==_0x263bf6['commandName'])return{'type':'format','content':o(_0x2b22c7,'*Indent:*\x20%0',o(_0x2b22c7,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x263bf6['commandName'])return{'type':'format','content':o(_0x2b22c7,'*Outdent:*\x20%0',o(_0x2b22c7,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x263bf6['commandName'])return _0x263bf6['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2b22c7,'*Check\x20item*')}:{'type':'format','content':o(_0x2b22c7,'*Uncheck\x20item*')};}function _0x1382bc(_0x59426a){return{'type':'format','content':o(_0x2b22c7,'*Change\x20to:*\x20%0',_0x59426a)};}});}}function me(_0x497d93){const _0x4acb43=_0x497d93['getAttribute']('listIndent');if(0x0==_0x4acb43)return _0x497d93;let _0x57946f=_0x497d93;for(;_0x497d93['previousSibling']&&_0x497d93['previousSibling']['is']('element','listItem');){const _0x546f05=_0x497d93['previousSibling']['getAttribute']('listIndent');if(_0x546f05==_0x4acb43)_0x57946f=_0x497d93['previousSibling'];else{if(_0x546f05<_0x4acb43)break;}_0x497d93=_0x497d93['previousSibling'];}return _0x57946f;}function fe(_0x3326d3){const _0x478a39=[];if(_0x3326d3['is']('element','listItem')&&_0x3326d3['getAttribute']('listIndent')>0x0){let _0x1375ef=_0x3326d3['nextSibling'];for(;_0x1375ef&&'listItem'==_0x1375ef['name']&&_0x1375ef['getAttribute']('listIndent')==_0x3326d3['getAttribute']('listIndent');)_0x478a39['push'](_0x1375ef),_0x1375ef=_0x1375ef['nextSibling'];}return _0x478a39;}class K extends _0x4c8a1d{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x410b2a=this['editor']['config']['get']('list.properties'),_0x43c40f=this['editor']['plugins']['get']('TrackChangesEditing');_0x410b2a['styles']&&_0x43c40f['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x410b2a['reversed']&&_0x43c40f['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x410b2a['startIndex']&&_0x43c40f['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x43c40f['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x335a57,_0x228523={}){const _0x2ed35b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x375ac7=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x2ed35b['markMultiRangeBlockFormat'](_0x375ac7,{'commandName':'listStyle','commandParams':[{'type':_0x228523['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x2572ea,_0x1b7ac6={}){const _0x2965e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0xd90416=this['_getSuggestionBlocks'](_0x35e667=>_0x35e667['is']('element','listItem')&&'numbered'===_0x35e667['getAttribute']('listType'));if(_0xd90416['length']<0x1)return;const _0x2e39d0=_0xd90416['map'](_0x584068=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x584068,'before'),this['editor']['model']['createPositionAt'](_0x584068,0x0)));this['editor']['model']['change'](()=>{_0x2965e1['markMultiRangeBlockFormat'](_0x2e39d0,{'commandName':'listReversed','commandParams':[{'reversed':_0x1b7ac6['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3f01a3,_0x525db3={}){const _0x103b3a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5d6fa4=this['_getSuggestionBlocks'](_0x19c579=>_0x19c579['is']('element','listItem')&&'numbered'===_0x19c579['getAttribute']('listType'));if(_0x5d6fa4['length']<0x1)return;const _0x16d8e4=_0x5d6fa4['map'](_0x2ad7ee=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2ad7ee,'before'),this['editor']['model']['createPositionAt'](_0x2ad7ee,0x0)));this['editor']['model']['change'](()=>{_0x103b3a['markMultiRangeBlockFormat'](_0x16d8e4,{'commandName':'listStart','commandParams':[{'startIndex':_0x525db3['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x2006df){if('formatBlock'!=_0x2006df['type']&&'formatInline'!=_0x2006df['type'])return;const _0x33eba4=this['editor']['locale'],{data:_0x2c73fd}=_0x2006df;if(!_0x2c73fd)return;let _0x35817a,_0x11cea0;switch(_0x2c73fd['commandName']){case'listStyle':_0x35817a='*Change\x20to:*\x20%0',_0x11cea0={'type':'format','content':o(_0x33eba4,_0x35817a,o(_0x33eba4,this['_getTranslationKeyForListStyle'](_0x2c73fd['commandParams'][0x0]['type'])))};break;case'listReversed':_0x35817a=_0x2c73fd['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x11cea0={'type':'format','content':o(_0x33eba4,_0x35817a)};break;case'listStart':_0x35817a='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x11cea0={'type':'format','content':o(_0x33eba4,_0x35817a,_0x2c73fd['commandParams'][0x0]['startIndex'])};}return _0x11cea0;}['_getSuggestionBlocksForListStyle'](){const _0x27549f=this['editor']['plugins']['get']('LegacyListUtils');let _0x152087=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x152087[0x0]?.['is']('element','listItem')&&_0x152087['unshift'](..._0x27549f['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x152087[_0x152087['length']-0x1]?.['is']('element','listItem')&&_0x152087['push'](..._0x27549f['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x152087=[...new Set(_0x152087)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x152087=_0x152087['filter'](_0x1fa722=>_0x1fa722['is']('element','listItem'))),_0x152087;}['_getSuggestionBlocks'](_0x3ebc07){const _0x3c8c61=this['editor']['plugins']['get']('LegacyListUtils');let _0x4b2065=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3ebc07)['map'](_0x15439f=>{const _0x3c9cc4=this['editor']['model']['createPositionAt'](_0x15439f,0x0);return[..._0x3c8c61['getSiblingNodes'](_0x3c9cc4,'backward'),..._0x3c8c61['getSiblingNodes'](_0x3c9cc4,'forward')];})['flat']();return _0x4b2065=[...new Set(_0x4b2065)],_0x4b2065;}['_getTranslationKeyForListStyle'](_0x54a001){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x54a001)||'default')['toUpperCase']()+'_LIST_'+_0x54a001['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x4c8a1d{['afterInit'](){const _0x1fbd87=this['editor'];if(!_0x1fbd87['plugins']['has']('MediaEmbedEditing'))return;const _0x5a73c5=_0x1fbd87['plugins']['get']('TrackChangesEditing'),_0x254139=_0x1fbd87['locale'];_0x5a73c5['enableCommand']('mediaEmbed'),_0x5a73c5['descriptionFactory']['registerElementLabel']('media',_0x56e0d8=>o(_0x254139,'ELEMENT_MEDIA',_0x56e0d8)),_0x1fbd87['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x10d473,{writer:_0x55d072,options:_0x562b16})=>{if(_0x562b16['showSuggestionHighlights'])return _0x55d072['createEmptyElement']('div');},'converterPriority':'high'}),_0x1fbd87['data']['downcastDispatcher']['on']('attribute:url:media',(_0x433aa9,_0x2bda7d,_0x48ff5b)=>{_0x48ff5b['options']['showSuggestionHighlights']&&_0x433aa9['stop']();},{'priority':'high'});}}class gt extends _0x4c8a1d{['afterInit'](){const _0x416fc6=this['editor'];_0x416fc6['plugins']['has']('MentionEditing')&&_0x416fc6['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x4c8a1d{['afterInit'](){const _0x513efe=this['editor'],_0x53e312=_0x513efe['plugins']['get']('TrackChangesEditing');_0x513efe['plugins']['has']('MultiLevelList')&&(_0x53e312['enableDefaultAttributesIntegration']('multiLevelList'),_0x53e312['registerBlockAttribute']('listMarkerStyle'),_0x53e312['descriptionFactory']['registerDescriptionCallback'](_0x34af14=>this['handleDescriptions'](_0x34af14)));}['handleDescriptions'](_0x2872a8){const _0x2d5098=this['editor']['locale'],{data:_0x4e7b93}=_0x2872a8,_0x1adf25={'type':'format','content':''};if(_0x4e7b93&&'listMarkerStyle'==_0x4e7b93['key']){if(!_0x4e7b93['oldValue'])return{'type':'format','content':o(_0x2d5098,'*Set\x20format:*\x20%0',o(_0x2d5098,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4e7b93['newValue']+')'};if(!_0x4e7b93['newValue']){let _0x4040e6=_0x2872a8['head'];for(;_0x4040e6;){if(_0x4040e6['data']&&'listType'==_0x4040e6['data']['key']&&_0x4040e6['data']['newValue'])return _0x1adf25;_0x4040e6=_0x4040e6['next'];}return{'type':'format','content':o(_0x2d5098,'*Remove\x20format:*\x20%0',o(_0x2d5098,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4e7b93['oldValue']+')'};}}}}class mt extends _0x4c8a1d{['afterInit'](){const _0x5d3cb1=this['editor'];if(!_0x5d3cb1['plugins']['has']('PageBreakEditing'))return;_0x5d3cb1['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x1b024d=_0x5d3cb1['plugins']['get']('TrackChangesEditing'),_0x14ace1=_0x5d3cb1['locale'];_0x1b024d['descriptionFactory']['registerElementLabel']('pageBreak',_0x544bae=>o(_0x14ace1,'ELEMENT_PAGE_BREAK',_0x544bae));}}class dt extends _0x4c8a1d{['afterInit'](){const _0x3720ac=this['editor'];if(!_0x3720ac['plugins']['has']('Paragraph'))return;const _0x183c48=_0x3720ac['locale'],_0xc364d1=_0x3720ac['plugins']['get']('TrackChangesEditing');_0xc364d1['descriptionFactory']['registerElementLabel']('paragraph',_0x120bb1=>o(_0x183c48,'ELEMENT_PARAGRAPH',_0x120bb1)),_0xc364d1['enableDefaultAttributesIntegration']('paragraph'),_0xc364d1['enableCommand']('insertParagraph'),_0x3720ac['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3720ac),{'priority':'highest'}),_0x3720ac['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5c287f,_0x232797,_0x3a21f2)=>{_0x3a21f2['options']['showSuggestionHighlights']&&nr(_0x3720ac,{'showActiveMarker':!0x1})(_0x5c287f,_0x232797,_0x3a21f2);},{'priority':'highest'});const _0x5167b0=_0xc364d1['descriptionFactory'];_0x5167b0['registerDescriptionCallback'](_0x244427=>{if('insertion'!==_0x244427['type'])return;const {start:_0x401843,end:_0x247459}=_0x244427['getFirstRange']();if(!_0x401843['isTouching'](_0x247459)||!_0x401843['nodeAfter'])return;const _0x43ddc9=_0x3720ac['model']['schema'],_0x7585d5=_0x401843['nodeAfter'];return _0x43ddc9['isBlock'](_0x7585d5)&&!_0x43ddc9['isLimit'](_0x7585d5)&&_0x43ddc9['checkChild'](_0x7585d5,'$text')?{'type':'insertion','content':o(_0x183c48,'*Insert:*\x20%0',_0x5167b0['getItemLabel'](_0x7585d5,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c6dd1=this['editor'],_0x4abef1=_0x2c6dd1['locale'];_0x2c6dd1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4b9acb=>{if('formatBlock'!=_0x4b9acb['type'])return;const {data:_0x39ccfe}=_0x4b9acb;return _0x39ccfe&&'paragraph'==_0x39ccfe['commandName']?{'type':'format','content':o(_0x4abef1,'*Change\x20to:*\x20%0',o(_0x4abef1,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4913b9,{showActiveMarker:_0x7a1937=!0x0}={}){return(_0x41da76,_0x15bd19,_0x5d5198)=>{const _0x5eeac4=_0x4913b9['plugins']['get']('TrackChangesEditing'),_0x28def8=_0x15bd19['markerRange']['start'],_0x1fe60f=_0x15bd19['markerRange']['end'],_0x1d539e=_0x4913b9['model']['schema'];if(!_0x28def8['isTouching'](_0x1fe60f)||!_0x28def8['nodeAfter'])return;const _0x18e1c3=_0x28def8['nodeAfter'];if(_0x1d539e['isBlock'](_0x18e1c3)&&!_0x1d539e['isLimit'](_0x18e1c3)&&_0x1d539e['checkChild'](_0x18e1c3,'$text')){if(!_0x5d5198['consumable']['consume'](_0x15bd19['markerRange'],_0x41da76['name']))return;const _0x6aefa9=_0x5d5198['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x2605ae=_0x5d5198['mapper']['toViewPosition'](_0x1fe60f);_0x7a1937&&_0x5eeac4['activeMarkers']['includes'](_0x15bd19['markerName'])&&_0x5d5198['writer']['addClass']('ck-suggestion-marker--active',_0x6aefa9),_0x5d5198['writer']['insert'](_0x2605ae,_0x6aefa9),_0x5d5198['mapper']['bindElementToMarker'](_0x6aefa9,_0x15bd19['markerName']);}};}class pt extends _0x4c8a1d{['afterInit'](){const _0x1e6ce8=this['editor'];if(!_0x1e6ce8['plugins']['has']('RemoveFormatEditing'))return;_0x1e6ce8['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54e594=this['editor'];_0x54e594['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3006ea=>{if('formatBlock'!=_0x3006ea['type']&&'formatInline'!=_0x3006ea['type'])return;const {data:_0x4c6eab}=_0x3006ea;return _0x4c6eab&&'removeFormat'==_0x4c6eab['commandName']?{'type':'format','content':o(_0x54e594['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x4c8a1d{['afterInit'](){const _0x252749=this['editor'];if(!_0x252749['plugins']['has']('RestrictedEditingModeEditing'))return;const _0xcedfd5=_0x252749['plugins']['get']('TrackChangesEditing');_0xcedfd5['enableCommand']('goToPreviousRestrictedEditingException'),_0xcedfd5['enableCommand']('goToNextRestrictedEditingException');const _0x3c8377=_0x252749['plugins']['get']('RestrictedEditingModeEditing');_0x3c8377['enableCommand']('trackChanges'),_0x3c8377['enableCommand']('acceptSuggestion'),_0x3c8377['enableCommand']('discardSuggestion'),_0x3c8377['enableCommand']('acceptAllSuggestions'),_0x3c8377['enableCommand']('discardAllSuggestions'),_0x3c8377['enableCommand']('acceptSelectedSuggestions'),_0x3c8377['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x4c8a1d{static get['requires'](){return[_0x30fbb6];}['init'](){const _0x5dc2bf=this['editor'],_0x1f788d=_0x5dc2bf['plugins']['get']('TrackChangesEditing');_0x1f788d['enableCommand']('shiftEnter'),_0x5dc2bf['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x5dc2bf),{'priority':'high'}),_0x5dc2bf['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x5dc2bf),{'priority':'high'}),_0x5dc2bf['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x261f24,_0x4f029c,_0x271ecc)=>{_0x271ecc['options']['showSuggestionHighlights']&&de(_0x5dc2bf,{'showActiveMarker':!0x1})(_0x261f24,_0x4f029c,_0x271ecc);}),_0x1f788d['descriptionFactory']['registerElementLabel']('softBreak',_0xbeacf7=>o(_0x5dc2bf['locale'],'ELEMENT_LINE_BREAK',_0xbeacf7));}}function de(_0x11137b,{showActiveMarker:_0x10e37f=!0x0}={}){return(_0x449f3f,_0x4cb390,_0x4f330d)=>{const _0x2423c7=_0x11137b['plugins']['get']('TrackChangesEditing');if(!_0x4f330d['consumable']['test'](_0x4cb390['markerRange'],_0x449f3f['name']))return;const _0x10ef73=_0x11137b['model'];for(const _0x414b41 of _0x4cb390['markerRange']['getItems']()){if(!_0x414b41['is']('element','softBreak'))continue;const _0x33da42='deletion'==_0x4cb390['markerName']['split'](':')[0x1]?'merge':'split',_0x2a1afc=_0x4f330d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x33da42}),_0x2a63f7=_0x4f330d['mapper']['toViewPosition'](_0x10ef73['createPositionBefore'](_0x414b41));_0x10e37f&&_0x2423c7['activeMarkers']['includes'](_0x4cb390['markerName'])&&_0x4f330d['writer']['addClass']('ck-suggestion-marker--active',_0x2a1afc),_0x4f330d['writer']['insert'](_0x2a63f7,_0x2a1afc),_0x4f330d['mapper']['bindElementToMarker'](_0x2a1afc,_0x4cb390['markerName']);}};}class wt extends _0x4c8a1d{['afterInit'](){const _0x50d6d8=this['editor'],_0x1313e7=_0x50d6d8['model'],_0x1ab464=_0x50d6d8['locale'];if(!_0x50d6d8['plugins']['has']('StandardEditingModeEditing'))return;const _0x2b183f=_0x50d6d8['plugins']['get']('TrackChangesEditing'),_0x28f6f8='restrictedEditingException',_0x41bd3a=_0x50d6d8['commands']['get'](_0x28f6f8);_0x2b183f['enableCommand'](_0x28f6f8,(_0x1ea564,_0x2b455e={})=>{const _0x2fbe37=_0x1313e7['document']['selection'];if(_0x2fbe37['isCollapsed'])return void _0x1ea564(_0x2b455e);const _0x5237b1=void 0x0!==_0x2b455e['forceValue']?_0x2b455e['forceValue']:!_0x41bd3a['value'];_0x1313e7['change'](()=>{const _0x1c3fd6=Array['from'](_0x2fbe37['getRanges']());for(const _0x5d9716 of _0x1c3fd6){const _0x2ef935=_0x5237b1?[_0x5d9716]:io(_0x28f6f8,_0x5d9716,_0x1313e7);for(const _0x9b58d0 of _0x2ef935)_0x2b183f['markInlineFormat'](_0x9b58d0,{'commandName':_0x28f6f8,'commandParams':[{'forceValue':_0x5237b1}]});}});}),_0x2b183f['descriptionFactory']['registerDescriptionCallback'](_0xab54b5=>{if('formatBlock'!=_0xab54b5['type']&&'formatInline'!=_0xab54b5['type'])return;const {data:_0x3b8353}=_0xab54b5;return _0x3b8353&&_0x3b8353['commandName']==_0x28f6f8?_0x3b8353['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1ab464,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x1ab464,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x4c8a1d{['afterInit'](){const _0xea6f13=this['editor'];if(!_0xea6f13['plugins']['has']('Style')||!_0xea6f13['plugins']['has']('DataSchema'))return;const _0xc72a67=_0xea6f13['plugins']['get']('TrackChangesEditing'),_0xe1c73e=_0xea6f13['locale'],_0x34417d=_0xea6f13['config']['get']('style')||{},_0x55bed0=_0xea6f13['plugins']['get']('GeneralHtmlSupport'),_0x943bb9=_0xea6f13['plugins']['get']('StyleUtils')['normalizeConfig'](_0xea6f13['plugins']['get']('DataSchema'),_0x34417d['definitions']);_0xc72a67['enableDefaultAttributesIntegration']('style');const _0x25afd6=new Set();for(const _0x148c64 of _0x943bb9['block']){const _0x65306d=_0x55bed0['getGhsAttributeNameForElement'](_0x148c64['element']);_0x25afd6['add'](_0x65306d);}const _0x19e960=new Set();for(const _0x49b90a of _0x943bb9['inline']){const _0x104d49=_0x55bed0['getGhsAttributeNameForElement'](_0x49b90a['element']);_0x19e960['add'](_0x104d49);for(const _0x476dd4 of _0x49b90a['ghsAttributes'])_0x19e960['add'](_0x476dd4);}for(const _0x3297ee of _0x25afd6)_0xc72a67['registerBlockAttribute'](_0x3297ee),_0xc72a67['descriptionFactory']['registerAttributeLabel'](_0x3297ee,o(_0xe1c73e,'FORMAT_STYLE'));for(const _0x65be30 of _0x19e960)_0xc72a67['registerInlineAttribute'](_0x65be30),_0xc72a67['descriptionFactory']['registerAttributeLabel'](_0x65be30,o(_0xe1c73e,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x471ec5=this['editor'],_0x429ab2=_0x471ec5['locale'];_0x471ec5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xbe9dad=>{if('formatBlock'!=_0xbe9dad['type']&&'formatInline'!=_0xbe9dad['type'])return;const {data:_0x3eba99}=_0xbe9dad;return _0x3eba99&&'style'===_0x3eba99['commandName']?_0x3eba99['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x429ab2,'*Set\x20format:*\x20%0',_0x3eba99['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x429ab2,'*Remove\x20format:*\x20%0',_0x3eba99['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x4c8a1d{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x1ff2db){super(_0x1ff2db),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5dbbc2=this['editor'],_0x56cf73=_0x5dbbc2['model']['document']['selection'];if(!_0x5dbbc2['plugins']['has']('TableEditing'))return;const _0x5795b5=_0x5dbbc2['locale'],_0x36cc3a=_0x5dbbc2['plugins']['get']('TrackChangesEditing'),_0x4b394a=_0x5dbbc2['plugins']['get']('TableUtils');_0x36cc3a['descriptionFactory']['registerElementLabel']('table',_0x318616=>o(_0x5795b5,'ELEMENT_TABLE',_0x318616)),this['_setupColumnsRowsFixing'](),_0x36cc3a['enableCommand']('insertTable'),_0x36cc3a['enableCommand']('selectTableRow'),_0x36cc3a['enableCommand']('selectTableColumn');for(const _0x37408c of['insertTableRowAbove','insertTableRowBelow']){const _0x4ddc35=_0x5dbbc2['commands']['get'](_0x37408c);_0x36cc3a['enableCommand'](_0x37408c,_0x37ccca=>{_0x5dbbc2['model']['change'](_0x21cd4f=>{_0x37ccca();const _0x4a583f='above'===_0x4ddc35['order'],_0xcca4ef=_0x4b394a['getSelectionAffectedTableCells'](_0x56cf73),_0x440fce=_0x4b394a['getRowIndexes'](_0xcca4ef),_0x307458=_0x4a583f?_0x440fce['first']-0x1:_0x440fce['last']+0x1,_0x23ea45=_0xcca4ef[0x0]['findAncestor']('table'),_0x2d2ded=_0x4b394a['createTableWalker'](_0x23ea45,{'startRow':_0x307458,'endRow':_0x307458}),_0x1904c3=Array['from'](_0x2d2ded)['map'](_0x472b54=>_0x21cd4f['createRangeOn'](_0x472b54['cell']));_0x36cc3a['markMultiRangeInsertion'](_0x1904c3,'tableRow');});});}for(const _0x2df292 of['insertTableColumnLeft','insertTableColumnRight']){const _0x53551c=_0x5dbbc2['commands']['get'](_0x2df292);_0x36cc3a['enableCommand'](_0x2df292,_0x46e307=>{_0x5dbbc2['model']['change'](_0x50a627=>{_0x46e307();const _0xf91ff2='left'===_0x53551c['order'],_0xecce95=_0x4b394a['getSelectionAffectedTableCells'](_0x56cf73),_0x14b862=_0x4b394a['getColumnIndexes'](_0xecce95),_0x4c56ef=_0xf91ff2?_0x14b862['first']-0x1:_0x14b862['last']+0x1,_0x273f93=_0xecce95[0x0]['findAncestor']('table'),_0x19cd4b=_0x4b394a['createTableWalker'](_0x273f93,{'startRow':0x0,'column':_0x4c56ef,'includeAllSlots':!0x1}),_0x5d194f=Array['from'](_0x19cd4b)['map'](_0x25dc98=>_0x50a627['createRangeOn'](_0x25dc98['cell']));_0x36cc3a['markMultiRangeInsertion'](_0x5d194f,'tableColumn');});});}for(const _0x3b5f55 of['removeTableRow','removeTableColumn']){const _0x3ccb8b=_0x3b5f55['substr'](0xb),_0x1a9c23=_0x3ccb8b['toLowerCase'](),_0x3863c4=_0x1a9c23['substr'](0x0,0x3)+'span',_0x1162bc='table'+_0x3ccb8b,_0xaef4e7='min'+_0x3ccb8b,_0x626328='max'+_0x3ccb8b;_0x36cc3a['enableCommand'](_0x3b5f55,()=>{_0x5dbbc2['model']['change'](_0x1bb9fb=>{const _0x592548=_0x4b394a['getSelectionAffectedTableCells'](_0x56cf73),_0x5e0657=_0x592548[0x0]['findAncestor']('table');let _0x1a968e;if('removeTableRow'==_0x3b5f55){const _0x42e0d1=_0x4b394a['getRowIndexes'](_0x592548);_0x1a968e={'startRow':_0x42e0d1['first'],'endRow':_0x42e0d1['last'],'includeAllSlots':!0x0};}else{const _0x5b910f=_0x4b394a['getColumnIndexes'](_0x592548);_0x1a968e={'startColumn':_0x5b910f['first'],'endColumn':_0x5b910f['last'],'includeAllSlots':!0x0};}const _0x2b76d5=_0x4b394a['createTableWalker'](_0x5e0657,_0x1a968e),_0x3a060f=Array['from'](_0x2b76d5)['map'](({cell:_0x17dce9})=>_0x17dce9),_0x51ce3f=Ee(_0x3a060f['filter'](_0x146f33=>_0x146f33['hasAttribute'](_0x3863c4))),_0x4d527d=Ee(_0x3a060f['filter'](_0x1701ee=>!_0x1701ee['hasAttribute'](_0x3863c4)))['map'](_0xc02f07=>_0x1bb9fb['createRangeOn'](_0xc02f07)),_0x33e7d8=_0x36cc3a['markMultiRangeDeletion'](_0x4d527d,_0x1162bc);if(_0x33e7d8&&('tableRow'==_0x33e7d8['subType']||'tableColumn'==_0x33e7d8['subType'])){const _0x3dc134=this['_getSuggestionCoords'](_0x33e7d8);for(const _0x37b0c8 of _0x51ce3f){const _0x4a2768=_0x1bb9fb['createRangeOn'](_0x37b0c8),_0x470b89=_0x4b394a['getCellLocation'](_0x37b0c8),_0x16c517=_0x37b0c8['getAttribute'](_0x3863c4)-0x1,_0x16b709=_0x3dc134[_0xaef4e7],_0x43b653=_0x3dc134[_0x626328];_0x16b709<=_0x470b89[_0x1a9c23]&&_0x470b89[_0x1a9c23]+_0x16c517<=_0x43b653&&_0x33e7d8['addRange'](_0x4a2768);}}});});}function _0x1d3f20(_0x5ed364){const _0x3e5b79=Array['from'](_0x56cf73['getRanges']())['map'](_0x1044aa=>_0x4a275c['fromRange'](_0x1044aa));_0x5dbbc2['model']['change'](_0x65577c=>{const _0x5569bc=_0x65577c['batch'];_0x5ed364=_0x5ed364['filter'](_0x3d0c69=>'$graveyard'!=_0x3d0c69['root']['rootName']),_0x65577c['setSelection'](_0x5ed364),_0x5dbbc2['commands']['get']('removeTableRow')['refresh'](),_0x5dbbc2['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5dbbc2['model']['enqueueChange'](()=>{_0x5dbbc2['model']['enqueueChange'](_0x5569bc,_0x6a0f39=>{const _0x3a4aa1=_0x3e5b79['filter'](_0x5885d2=>'$graveyard'!=_0x5885d2['root']['rootName']);_0x3a4aa1['length']>0x0&&_0x6a0f39['setSelection'](_0x3a4aa1);for(const _0x1217a1 of _0x3e5b79)_0x1217a1['detach']();});});});}function _0x5f1c7c(_0x49a531){_0x5dbbc2['model']['change'](_0x5ef94e=>{const _0x5b41c4=Array['from'](_0x56cf73['getRanges']())['map'](_0x4c5c77=>_0x4a275c['fromRange'](_0x4c5c77)),_0x100c89=[];for(const _0x307ba4 of _0x49a531)for(const _0x1adb11 of _0x307ba4['getItems']({'shallow':!0x0}))_0x100c89['push'](_0x1adb11);for(const _0x2f9332 of _0x100c89)'$graveyard'!=_0x2f9332['root']['rootName']&&(_0x5ef94e['setSelection'](_0x5ef94e['createPositionAt'](_0x2f9332,0x0)),_0x5dbbc2['commands']['get']('removeTableColumn')['refresh'](),_0x5dbbc2['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x587afb=_0x5b41c4['filter'](_0x122fd2=>'$graveyard'!=_0x122fd2['root']['rootName']);_0x587afb['length']>0x0&&_0x5ef94e['setSelection'](_0x587afb);for(const _0x10c201 of _0x5b41c4)_0x10c201['detach']();});}function _0x1ab579(_0x26cdf4,_0xe2d107){return _0xe2d107['every'](_0x509b9e=>_0x26cdf4['some'](_0x59fad4=>_0x59fad4['end']['isEqual'](_0x509b9e['start'])||_0x509b9e['end']['isEqual'](_0x59fad4['start'])));}function _0x409a39(_0x4b31af,_0x2b19ba){return!_0x4b31af['some'](_0x374a87=>_0x2b19ba['some'](_0x3c871d=>_0x374a87['isIntersecting'](_0x3c871d)))&&_0x4b31af['some'](_0x1459a6=>_0x2b19ba['some'](_0xbac2d8=>_0x1459a6['end']['isTouching'](_0xbac2d8['start'])));}_0x5dbbc2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x507053,_0x4f45ce,_0x1171f6)=>{if(!_0x1171f6['options']['showSuggestionHighlights'])return;const _0x55a1b3=_0x4f45ce['item'];if(!_0x55a1b3)return;const _0x1cfec9=_0x1171f6['mapper']['toViewElement'](_0x55a1b3);function _0x4d9892(_0x377ef3){return Array['isArray'](_0x377ef3)?_0x377ef3:[_0x377ef3];}_0x1cfec9&&'tableCell'===_0x55a1b3['name']&&_0x1c61ba(_0x1cfec9,_0x1171f6['writer'],(_0x342de6,_0x3d6477,_0x65073)=>_0x65073['addClass'](_0x4d9892(_0x3d6477['classes']),_0x342de6),(_0x10538b,_0x22f551,_0x465c23)=>_0x465c23['removeClass'](_0x4d9892(_0x22f551['classes']),_0x10538b));},{'priority':'highest'}),_0x36cc3a['descriptionFactory']['registerDescriptionCallback'](_0x3a8f7b=>{if('insertion'!=_0x3a8f7b['type']&&'deletion'!=_0x3a8f7b['type'])return;const _0x3ee778=_0x3a8f7b['getContainedElement']();if(null!=_0x3ee778&&_0x3ee778['is']('element','table')){if('insertion'==_0x3a8f7b['type']){const _0x43993e=_0x3a8f7b['getItems']()['filter'](_0x18950d=>_0x18950d['is']('$textProxy'))['map'](_0x2d18b4=>_0x2d18b4['data']);if(_0x43993e['length'])return{'type':'insertion','content':o(_0x5795b5,'*Insert:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x43993e['join']('\x20')+'\x22'))};}if('deletion'==_0x3a8f7b['type']){const _0x3e079e=_0x3a8f7b['getItems']()['filter'](_0x5b4845=>_0x5b4845['is']('$textProxy'))['map'](_0x41b178=>_0x41b178['data']);if(_0x3e079e['length'])return{'type':'deletion','content':o(_0x5795b5,'*Remove:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3e079e['join']('\x20')+'\x22'))};}}}),_0x36cc3a['descriptionFactory']['registerDescriptionCallback'](_0x34c793=>{if('tableRow'==_0x34c793['subType']){const _0x2afdd2=_0x34c793['getItems']()['filter'](_0x15a1a0=>_0x15a1a0['is']('$textProxy'))['map'](_0x2ab46a=>_0x2ab46a['data']),_0x2ea889=this['_getSuggestionCoords'](_0x34c793),_0x4eb41b=_0x2ea889['maxRow']-_0x2ea889['minRow']+0x1;if('insertion'==_0x34c793['type'])return _0x2afdd2['length']?{'type':'insertion','content':o(_0x5795b5,'*Insert:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4eb41b,'\x22'+_0x2afdd2['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5795b5,'*Insert:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_ROW',_0x4eb41b))};if('deletion'==_0x34c793['type'])return _0x2afdd2['length']?{'type':'deletion','content':o(_0x5795b5,'*Remove:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4eb41b,'\x22'+_0x2afdd2['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5795b5,'*Remove:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_ROW',_0x4eb41b))};}if('tableColumn'==_0x34c793['subType']){const _0x28560f=_0x34c793['getItems']()['filter'](_0x2da791=>_0x2da791['is']('$textProxy'))['map'](_0x4488bd=>_0x4488bd['data']),_0x2da354=this['_getSuggestionCoords'](_0x34c793),_0x2ff2b0=_0x2da354['maxColumn']-_0x2da354['minColumn']+0x1;if('insertion'==_0x34c793['type'])return _0x28560f['length']?{'type':'insertion','content':o(_0x5795b5,'*Insert:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2ff2b0,'\x22'+_0x28560f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5795b5,'*Insert:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_COLUMN',_0x2ff2b0))};if('deletion'==_0x34c793['type'])return _0x28560f['length']?{'type':'deletion','content':o(_0x5795b5,'*Remove:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2ff2b0,'\x22'+_0x28560f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5795b5,'*Remove:*\x20%0',o(_0x5795b5,'ELEMENT_TABLE_COLUMN',_0x2ff2b0))};}}),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1d3f20),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1d3f20),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x5f1c7c),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x5f1c7c),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1ab579),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1ab579),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x409a39),_0x36cc3a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x409a39);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4d150c=this['editor'],_0x4177f1=_0x4d150c['model']['document']['selection'];return(_0x39d97a,_0x3cb04f)=>{_0x4d150c['model']['change'](_0x5cebea=>{const {commandName:_0x4ee53f,commandParams:_0x556af0}=_0x3cb04f;let _0x49518d=_0x39d97a[0x0]['end']['nodeBefore'];_0x556af0&&_0x556af0[0x0]&&!0x1===_0x556af0[0x0]['forceValue']&&(_0x49518d=_0x39d97a[0x0]['start']['nodeAfter']);const _0x5eb0e5=_0x5cebea['createRangeIn'](_0x49518d);if('$graveyard'==_0x5eb0e5['root']['rootName'])return;const _0x2ed5da=Array['from'](_0x4177f1['getRanges']())['map'](_0x5c8fe9=>_0x4a275c['fromRange'](_0x5c8fe9));_0x5cebea['setSelection'](_0x5eb0e5),_0x4d150c['commands']['get'](_0x4ee53f)['refresh'](),_0x556af0['push']({'forceDefaultExecution':!0x0}),_0x4d150c['execute'](_0x4ee53f,..._0x556af0);const _0x445e37=_0x2ed5da['filter'](_0x4a0864=>'$graveyard'!=_0x4a0864['root']['rootName']);_0x445e37['length']>0x0&&_0x5cebea['setSelection'](_0x445e37);for(const _0x4ed019 of _0x2ed5da)_0x4ed019['detach']();});};}['_getCoordsForCells'](_0x4d01b5){const _0x2d1040=this['editor']['plugins']['get']('TableUtils');let _0x573f09=Number['MAX_SAFE_INTEGER'],_0x26c84f=Number['MIN_SAFE_INTEGER'],_0x590d33=Number['MAX_SAFE_INTEGER'],_0x46b206=Number['MIN_SAFE_INTEGER'];for(const _0x5e6a0f of _0x4d01b5){if('$graveyard'==_0x5e6a0f['root']['rootName'])continue;const {row:_0x303f7f,column:_0x4dd7f7}=_0x2d1040['getCellLocation'](_0x5e6a0f),_0x90996b=_0x5e6a0f['hasAttribute']('rowspan')?_0x5e6a0f['getAttribute']('rowspan')-0x1:0x0,_0x23ae62=_0x5e6a0f['hasAttribute']('colspan')?_0x5e6a0f['getAttribute']('colspan')-0x1:0x0;_0x573f09=_0x303f7f<_0x573f09?_0x303f7f:_0x573f09,_0x26c84f=_0x303f7f+_0x90996b>_0x26c84f?_0x303f7f+_0x90996b:_0x26c84f,_0x590d33=_0x4dd7f7<_0x590d33?_0x4dd7f7:_0x590d33,_0x46b206=_0x4dd7f7+_0x23ae62>_0x46b206?_0x4dd7f7+_0x23ae62:_0x46b206;}return{'minRow':_0x573f09,'maxRow':_0x26c84f,'minColumn':_0x590d33,'maxColumn':_0x46b206};}['_setupColumnsRowsFixing'](){const _0x6474ba=this['editor'],_0x14c5c5=_0x6474ba['plugins']['get']('TrackChangesEditing'),_0xfc55d2=_0x6474ba['plugins']['get']('TableUtils');_0x6474ba['model']['document']['on']('change:data',()=>{const _0x3c1090=Array['from'](_0x6474ba['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x499b1f,data:_0xe03e9d}of _0x3c1090){const {group:_0x5b88bb,id:_0x349fa4,subType:_0x144e2e}=_0x14c5c5['_splitMarkerName'](_0x499b1f);if('suggestion'!=_0x5b88bb)continue;if(null!=_0xe03e9d['oldRange'])continue;const _0x12a3e2=_0x14c5c5['getSuggestion'](_0x349fa4);this['_tablePostFixingSubtypes']['includes'](_0x144e2e)&&this['_tableSuggestions']['add'](_0x12a3e2);}},{'priority':'low'});const _0x54e4ba=(_0x12eb30,_0x4f8715)=>{let _0x4f6dc8=!0x1;const _0x3a7a0c=_0x4f8715['createRangeOn'](_0x12eb30),_0x1e72be=_0x12eb30['findAncestor']('table'),_0x266df5=_0xfc55d2['getCellLocation'](_0x12eb30);for(const _0x5fe666 of this['_tableSuggestions']){const _0x231abd=_0x5fe666['subType'],_0x5fd599=_0x231abd['startsWith']('tablePaste'),_0x11ef57=_0x231abd['substr'](_0x5fd599?0xa:0x5),_0x557a9a=_0x11ef57['toLowerCase'](),_0x476228=_0x557a9a['substr'](0x0,0x3)+'span',_0x58bdce='min'+_0x11ef57,_0x2e94b1='max'+_0x11ef57;if(!_0x5fe666['isInContent'])continue;if(_0x1e72be!=_0x5fe666['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5fe666['isIntersectingWithRange'](_0x3a7a0c))continue;const _0x230a72=_0x12eb30['hasAttribute'](_0x476228)?_0x12eb30['getAttribute'](_0x476228)-0x1:0x0,_0x582762=this['_getSuggestionCoords'](_0x5fe666),_0xb5dcf7=_0x582762[_0x58bdce],_0x243809=_0x582762[_0x2e94b1];_0xb5dcf7<=_0x266df5[_0x557a9a]&&_0x266df5[_0x557a9a]+_0x230a72<=_0x243809&&(_0x5fe666['addRange'](_0x3a7a0c),_0x4f6dc8=!0x0);}return _0x4f6dc8;};_0x6474ba['model']['document']['registerPostFixer'](_0x4d8fec=>{let _0x48cd37=!0x1;for(const _0x17b797 of _0x6474ba['model']['document']['differ']['getChanges']())if('insert'==_0x17b797['type']){if('tableRow'==_0x17b797['name']){for(const _0x5d6bc0 of _0x17b797['position']['nodeAfter']['getChildren']())_0x48cd37=_0x48cd37||_0x54e4ba(_0x5d6bc0,_0x4d8fec);}else'tableCell'==_0x17b797['name']&&(_0x48cd37=_0x48cd37||_0x54e4ba(_0x17b797['position']['nodeAfter'],_0x4d8fec));}return _0x48cd37;});}['_getSuggestionCoords'](_0x2e4d81){return this['_getCoordsForCells'](_0x2e4d81['getRanges']()['map'](_0x3e0108=>_0x3e0108['start']['nodeAfter']));}}function Ee(_0x22344f){return Array['from'](new Set(_0x22344f)['values']());}class St extends _0x4c8a1d{static get['requires'](){return[jt];}['afterInit'](){const _0x34f9c4=this['editor'],_0x3fd31b=_0x34f9c4['model']['document']['selection'],_0x1085db=_0x34f9c4['locale'];if(!_0x34f9c4['plugins']['has']('TableEditing'))return;const _0x28d6b2=_0x34f9c4['plugins']['get']('TrackChangesEditing'),_0xc0f751=_0x34f9c4['plugins']['get']('TableUtils'),_0x1b4b12=_0x34f9c4['plugins']['get'](jt);_0x1b4b12['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x28d6b2['enableCommand']('mergeTableCells',()=>{const _0x2e2fe4=_0xc0f751['getSelectionAffectedTableCells'](_0x34f9c4['model']['document']['selection']);_0x34f9c4['model']['change'](()=>{_0x28d6b2['markMultiRangeBlockFormat'](_0x2e2fe4,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x34f9c4['commands']['get']('mergeTableCells')['on']('execute',(_0x43b944,_0x1f75a6)=>{_0x34f9c4['commands']['get']('trackChanges')['value']&&(_0x1f75a6['length']>0x0&&_0x1f75a6[_0x1f75a6['length']-0x1]&&_0x1f75a6[_0x1f75a6['length']-0x1]['forceDefaultExecution']||_0x28d6b2['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x43b944['stop']());},{'priority':'highest'});for(const _0x1fccc7 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x903d79=_0x34f9c4['commands']['get'](_0x1fccc7);_0x28d6b2['enableCommand'](_0x1fccc7,()=>{const _0x40e0b6=_0x34f9c4['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x693117=>_0x693117['is']('element','tableCell')),_0x2d1947=_0x903d79['value'];_0x34f9c4['model']['change'](()=>{_0x28d6b2['markMultiRangeBlockFormat']([_0x40e0b6,_0x2d1947],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x249e43 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x46d5d2=_0x34f9c4['commands']['get'](_0x249e43);_0x28d6b2['enableCommand'](_0x249e43,()=>{const _0x47c41e=_0xc0f751['getSelectionAffectedTableCells'](_0x34f9c4['model']['document']['selection'])[0x0],_0x4aa134=_0x47c41e['findAncestor']('table'),{column:_0x39ca02,row:_0x3ccd01}=_0xc0f751['getCellLocation'](_0x47c41e);let _0x34bc86=[];if('horizontally'==_0x46d5d2['direction']){const _0x158cef=_0xc0f751['createTableWalker'](_0x4aa134,{'startRow':_0x3ccd01,'endRow':_0x3ccd01,'includeAllSlots':!0x0});_0x34bc86=Array['from'](_0x158cef)['map'](_0x1b1bf3=>_0x1b1bf3['cell']);}else{const _0x5ed495=_0xc0f751['createTableWalker'](_0x4aa134,{'column':_0x39ca02,'includeAllSlots':!0x0});_0x34bc86=Array['from'](_0x5ed495)['map'](_0x294016=>_0x294016['cell']);}_0x34f9c4['model']['change'](_0x24158b=>{_0x28d6b2['markBlockFormat'](_0x24158b['createRangeOn'](_0x47c41e),{'commandName':_0x249e43,'commandParams':[]},_0x34bc86,_0x249e43);});});}_0x28d6b2['descriptionFactory']['registerDescriptionCallback'](_0x18cef3=>{if('formatBlock'!=_0x18cef3['type']&&'formatInline'!=_0x18cef3['type'])return;const {data:_0x15b1e3}=_0x18cef3;return _0x15b1e3&&'mergeTableCells'==_0x15b1e3['commandName']?{'type':'format','content':o(_0x1085db,'*Merge\x20cells*')}:void 0x0;}),_0x28d6b2['descriptionFactory']['registerDescriptionCallback'](_0x425bb7=>{if('formatBlock'!=_0x425bb7['type']&&'formatInline'!=_0x425bb7['type'])return;const {data:_0x4837cb}=_0x425bb7;return _0x4837cb?'splitTableCellVertically'==_0x4837cb['commandName']?{'type':'format','content':o(_0x1085db,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x4837cb['commandName']?{'type':'format','content':o(_0x1085db,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x104d10=_0x1b4b12['_acceptFormatSuggestionCallbackFactory']();for(const _0x3dcfd7 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x28d6b2['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3dcfd7,'accept',_0x104d10);for(const _0x388ec2 of['splitTableCellVertically','splitTableCellHorizontally'])_0x28d6b2['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x388ec2,'accept',_0x104d10);_0x28d6b2['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x33590b=>{_0x34f9c4['model']['change'](_0x3ba9f1=>{const _0x2712a3=Array['from'](_0x3fd31b['getRanges']())['map'](_0x1de3b9=>_0x4a275c['fromRange'](_0x1de3b9));_0x3ba9f1['setSelection'](_0x33590b),_0x34f9c4['commands']['get']('mergeTableCells')['refresh'](),_0x34f9c4['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x237ee0=_0x2712a3['filter'](_0x421f8e=>'$graveyard'!=_0x421f8e['root']['rootName']);_0x237ee0['length']>0x0&&_0x3ba9f1['setSelection'](_0x237ee0);for(const _0x3e261b of _0x2712a3)_0x3e261b['detach']();});});for(const _0x485783 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x4247d2=_0x34f9c4['commands']['get'](_0x485783);_0x4247d2['on']('set:isEnabled',(_0x429f65,_0x150da4,_0x3a51a9)=>{if(_0x3a51a9){const _0x4ccfda=_0x34f9c4['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x182b78=>_0x182b78['is']('element','tableCell'));this['_areMergableCells'](_0x4247d2['value'],_0x4ccfda)||(_0x429f65['return']=!0x1,_0x429f65['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x4e1df8=this['editor']['commands']['get']('mergeTableCells'),_0x399ff2=this['editor']['plugins']['get']('TableUtils');if(!_0x4e1df8['isEnabled'])return!0x1;const _0x465cf0=_0x399ff2['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2b371e of _0x465cf0)for(const _0x1969b1 of _0x465cf0)if(_0x2b371e!=_0x1969b1&&!this['_areMergableCells'](_0x2b371e,_0x1969b1))return!0x1;return!0x0;}['_areMergableCells'](_0x375449,_0x16b178){const _0x464588=this['editor']['plugins']['get']('TrackChangesEditing'),_0x35b3b0=this['editor']['model']['createRangeOn'](_0x375449),_0x415307=this['editor']['model']['createRangeOn'](_0x16b178),_0x317c8b=new Set(),_0x4d3249=new Set();for(const _0x37da28 of _0x464588['getSuggestions']())if(('insertion'==_0x37da28['type']||'deletion'==_0x37da28['type']||'mergeTableCells'==_0x37da28['subType'])&&_0x37da28['isInContent']){for(const _0x5e21dc of _0x37da28['getRanges']())_0x5e21dc['containsRange'](_0x35b3b0,!0x0)&&_0x317c8b['add'](_0x37da28['type']+':'+_0x37da28['author']['id']),_0x5e21dc['containsRange'](_0x415307,!0x0)&&_0x4d3249['add'](_0x37da28['type']+':'+_0x37da28['author']['id']);}if(_0x317c8b['size']!=_0x4d3249['size'])return!0x1;for(const _0x162131 of _0x317c8b)if(!_0x4d3249['has'](_0x162131))return!0x1;return!0x0;}}class At extends _0x4c8a1d{static get['requires'](){return[jt];}['afterInit'](){const _0x4f2e69=this['editor'];if(!_0x4f2e69['plugins']['has']('TableEditing'))return;const _0x57dee8=_0x4f2e69['locale'],_0x2e9f66=_0x4f2e69['plugins']['get']('TrackChangesEditing');_0x2e9f66['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2e9f66['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2e9f66['registerBlockAttribute']('headingRows'),_0x2e9f66['registerBlockAttribute']('headingColumns'),_0x2e9f66['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x57dee8,'FORMAT_HEADER_ROW')),_0x2e9f66['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x57dee8,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1bc5de=this['editor']['plugins']['get']('TrackChangesEditing'),_0x27b01c=this['editor']['plugins']['get']('TableUtils'),_0x126de7=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x1bee1b({showActiveMarker:_0x140611=!0x0,setDataAttribute:_0x3e6319=!0x0}={}){return(_0x604b23,_0x564ea9,_0x10aafe)=>{const {type:_0x1771d2,id:_0x35da86}=_0x1bc5de['_splitMarkerName'](_0x564ea9['markerName']),_0x320f4b=_0x1bc5de['getSuggestion'](_0x35da86),_0x44312c=_0x320f4b['data'];if('formatBlock'!=_0x320f4b['type']||!_0x44312c||'setTableColumnHeader'!=_0x44312c['commandName'])return;if(_0x564ea9['item'])return void _0x604b23['stop']();if(!_0x10aafe['consumable']['consume'](_0x564ea9['markerRange'],_0x604b23['name']))return;const _0x5c35e4=_0x564ea9['markerRange']['start']['nodeAfter'],_0x5dd6e3=_0x564ea9['markerRange']['end']['nodeBefore'],_0x1491ab=_0x5c35e4['parent']['parent'],{column:_0x323695}=_0x27b01c['getCellLocation'](_0x5c35e4),{column:_0x525298}=_0x27b01c['getCellLocation'](_0x5dd6e3);for(let _0x2da571=_0x323695;_0x2da571<=_0x525298;_0x2da571++){const _0xb1884c=_0x27b01c['createTableWalker'](_0x1491ab,{'column':_0x2da571,'includeAllSlots':!0x1});for(const _0x5206e4 of _0xb1884c){const _0x19a048=_0x5206e4['cell'],_0x4b728f=_0x10aafe['mapper']['toViewElement'](_0x19a048);_0x10aafe['writer']['addClass']('ck-suggestion-marker-'+_0x1771d2,_0x4b728f),_0x3e6319&&_0x10aafe['writer']['setAttribute']('data-suggestion',_0x35da86,_0x4b728f),_0x10aafe['mapper']['bindElementToMarker'](_0x4b728f,_0x564ea9['markerName']),_0x140611&&(_0x1bc5de['activeMarkers']['includes'](_0x564ea9['markerName'])?_0x10aafe['writer']['addClass']('ck-suggestion-marker--active',_0x4b728f):_0x10aafe['writer']['removeClass']('ck-suggestion-marker--active',_0x4b728f));}}};}_0x1bc5de['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x126de7),_0x1bc5de['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x126de7),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x1bee1b(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x587901,_0x537c1b,_0x3cf019)=>{_0x3cf019['options']['showSuggestionHighlights']&&_0x1bee1b({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x587901,_0x537c1b,_0x3cf019);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x25e2f8,_0x41ff43,_0x506f2f)=>{const {type:_0x14f985,id:_0x189e62}=_0x1bc5de['_splitMarkerName'](_0x41ff43['markerName']),_0x1e7073=_0x1bc5de['getSuggestion'](_0x189e62),_0x213226=_0x1e7073['data'];if('formatBlock'!=_0x1e7073['type']||!_0x213226||'setTableColumnHeader'!=_0x213226['commandName'])return;const _0xcaa6ff=_0x506f2f['mapper']['markerNameToElements'](_0x41ff43['markerName']);if(_0xcaa6ff){for(const _0x2d1fe3 of _0xcaa6ff)_0x506f2f['writer']['removeClass']('ck-suggestion-marker-'+_0x14f985,_0x2d1fe3),_0x506f2f['writer']['removeClass']('ck-suggestion-marker--active',_0x2d1fe3),_0x506f2f['writer']['removeAttribute']('data-suggestion',_0x2d1fe3),_0x506f2f['mapper']['unbindElementFromMarkerName'](_0x2d1fe3,_0x41ff43['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15af13=this['editor'],_0x30e1c2=_0x15af13['locale'];function _0x49b990(_0x5381ed){return{'type':'format','content':o(_0x30e1c2,'*Format:*\x20%0',_0x5381ed)};}_0x15af13['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e6641=>{if('formatBlock'!=_0x3e6641['type'])return;const {data:_0x32122e}=_0x3e6641;if(_0x32122e){if('setTableRowHeader'==_0x32122e['commandName']){const _0x332f14=_0x32122e['commandParams'][0x0]['forceValue'];return _0x49b990(o(_0x30e1c2,_0x332f14?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x32122e['commandName']){const _0xcda29d=_0x32122e['commandParams'][0x0]['forceValue'];return _0x49b990(o(_0x30e1c2,_0xcda29d?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x38ba38=>[_0x38ba38,null]));class It extends _0x4c8a1d{static get['requires'](){return[jt];}['afterInit'](){const _0x511d99=this['editor'];if(!_0x511d99['plugins']['has']('TableClipboard'))return;const _0x1de5cc=_0x511d99['plugins']['get']('TrackChangesEditing'),_0x36e38a=_0x511d99['plugins']['get']('TableUtils'),_0x52e198=_0x511d99['plugins']['get'](jt),_0x536add=_0x511d99['plugins']['get']('TableClipboard');_0x52e198['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x511d99['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x511d99['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x53c430=null;_0x511d99['model']['on']('insertContent',(_0x562ca4,_0x555275)=>{const [_0x22e4c8,_0x524104]=_0x555275,_0x30edca=_0x555275[_0x555275['length']-0x1];_0x30edca&&_0x30edca['forceDefaultExecution']||_0x1de5cc['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x27f11f,_0x130009,_0x224e20,_0x2a917f,_0x6a58f9){if(_0x130009&&!_0x130009['is']('documentSelection'))return!0x1;const _0x4cb1ed=_0x6a58f9['getTableIfOnlyTableInContent'](_0x27f11f,_0x224e20);if(!_0x4cb1ed||!he(_0x4cb1ed,void 0x0,_0x2a917f))return!0x1;const _0x2d6c54=_0x2a917f['getSelectionAffectedTableCells'](_0x224e20['document']['selection']);if(!_0x2d6c54['length'])return!0x1;const _0x487777=_0x2d6c54[0x0]['findAncestor']('table'),_0x535618=_0x2a917f['getRowIndexes'](_0x2d6c54),_0xafc888=_0x2a917f['getColumnIndexes'](_0x2d6c54),_0x543a6f={'startRow':_0x535618['first'],'endRow':_0x535618['last'],'startColumn':_0xafc888['first'],'endColumn':_0xafc888['last']};return 0x1==_0x2d6c54['length']&&(_0x543a6f['endRow']+=_0x2a917f['getRows'](_0x4cb1ed)-0x1,_0x543a6f['endColumn']+=_0x2a917f['getColumns'](_0x4cb1ed)-0x1),he(_0x487777,_0x543a6f,_0x2a917f);}(_0x22e4c8,_0x524104,_0x511d99['model'],_0x36e38a,_0x536add)&&(_0x562ca4['stop'](),_0x53c430={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x511d99['model']['change'](()=>{_0x511d99['model']['insertContent'](_0x555275[0x0],_0x555275[0x1],_0x555275[0x2],{'forceDefaultExecution':!0x0});const _0x496241=_0x282b27(),{rowInsertionRanges:_0x5dfbed,columnInsertionRanges:_0x3fc48e,insertionRanges:_0x302984,deletionRanges:_0x12f459,cells:_0x53b48e}=_0x53c430;_0x5dfbed['length']&&_0x1de5cc['markMultiRangeInsertion'](_0x5dfbed,'tablePasteRow',{'tablePasteChainId':_0x496241}),_0x3fc48e['length']&&_0x1de5cc['markMultiRangeInsertion'](_0x3fc48e,'tablePasteColumn',{'tablePasteChainId':_0x496241}),_0x302984['length']&&(_0x1de5cc['markMultiRangeInsertion'](_0x302984,'tablePaste',{'tablePasteChainId':_0x496241,'skipNestingCheck':!0x0}),_0x302984['forEach'](_0x3f3636=>_0x3f3636['detach']?.())),_0x12f459['length']&&(_0x1de5cc['markMultiRangeDeletion'](_0x12f459,'tablePaste',{'tablePasteChainId':_0x496241,'skipNestingCheck':!0x0}),_0x12f459['forEach'](_0x4b326d=>_0x4b326d['detach']?.()));const _0xcf2ef5=_0x1de5cc['markMultiRangeBlockFormat'](_0x53b48e['map'](({element:_0x40b8fc})=>_0x40b8fc),{'formatGroupId':_0x282b27()},[],'tablePasteCell',{'tablePasteChainId':_0x496241});if(_0xcf2ef5){const _0x219e7b=_0xcf2ef5['getMarkers'](),_0x29a6f2=[];for(const {element:_0x2aa392,attributes:_0x5a6c0d}of _0x53b48e){if(!_0x5a6c0d)continue;const _0x37ab2a=_0x511d99['model']['createRangeOn'](_0x2aa392),_0x513a68=_0x219e7b['find'](_0xb78dbb=>_0xb78dbb['getRange']()['isEqual'](_0x37ab2a));_0x513a68&&_0x29a6f2['push']([_0x513a68['name'],_0x5a6c0d]);}_0x29a6f2['length']&&_0xcf2ef5['setAttribute']('markerAttributes',Object['fromEntries'](_0x29a6f2));}_0x53c430=null;}));},{'priority':_0x521d0d['high']+0xa}),_0x511d99['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x4cc9a6,_0x8cbbcf)=>{const [_0x3f5bd8,_0x5a646c,,_0x135a9f]=_0x8cbbcf;if(!_0x53c430)return;_0x4cc9a6['stop']();const _0x486771=_0x3f5bd8['cell'],_0x421752=_0x5a646c,_0x10c5aa=Pe(_0x486771),_0x46ed6a=Pe(_0x421752);_0x4cc9a6['return']=_0x486771;let _0x1e4345=null,_0x55692a=null;if(_0x46ed6a||_0x10c5aa){if(_0x10c5aa&&!_0x46ed6a){_0x135a9f['remove'](_0x486771['getChild'](0x0));for(const _0x4cf1b1 of Array['from'](_0x421752['getChildren']()))_0x135a9f['insert'](_0x4cf1b1,_0x486771,'end');const _0x151527=_0x53c430['rowInsertionIndexes']['includes'](_0x3f5bd8['row']),_0x5b67af=_0x53c430['columnInsertionIndexes']['includes'](_0x3f5bd8['column']);_0x151527||_0x5b67af||(_0x1e4345=_0x4a275c['fromRange'](_0x135a9f['createRangeIn'](_0x486771)));}else _0x46ed6a&&!_0x10c5aa&&(_0x55692a=_0x135a9f['createRangeIn'](_0x486771));}else{const _0x2dae62=_0x135a9f['createElement']('tableCellSuggestion'),_0x4328a2=_0x135a9f['createElement']('tableCellSuggestion');_0x135a9f['wrap'](_0x135a9f['createRangeIn'](_0x486771),_0x4328a2),_0x135a9f['insert'](_0x2dae62,_0x486771,0x0);for(const _0x208d66 of Array['from'](_0x421752['getChildren']()))_0x135a9f['insert'](_0x208d66,_0x2dae62,'end');_0x1e4345=_0x4a275c['fromRange'](_0x135a9f['createRangeOn'](_0x2dae62)),_0x55692a=_0x4a275c['fromRange'](_0x135a9f['createRangeOn'](_0x4328a2));}const _0x3172a3=Array['from'](_0x421752['getAttributes']())['filter'](([_0x52066e])=>ge['includes'](_0x52066e));_0x53c430['cells']['push']({'element':_0x486771,'attributes':_0x3172a3['length']?Object['fromEntries'](_0x3172a3):null}),_0x1e4345&&_0x53c430['insertionRanges']['push'](_0x1e4345),_0x55692a&&_0x53c430['deletionRanges']['push'](_0x55692a);},{'priority':'high'}),_0x36e38a['on']('insertColumns',(_0x427774,_0x56678b)=>{const [_0x6d6051,_0x4770a6={}]=_0x56678b;if(!_0x53c430)return;const _0x128fcb=_0x4770a6['at']||0x0,_0x195fec=_0x4770a6['columns']||0x1;_0x53c430['columnInsertionIndexes']=new Array(_0x195fec)['fill'](_0x128fcb)['map']((_0x41c088,_0x49584)=>_0x41c088+_0x49584);for(const {cell:_0xb612cb}of _0x36e38a['createTableWalker'](_0x6d6051,{'startColumn':_0x128fcb,'endColumn':_0x128fcb+_0x195fec-0x1}))_0x53c430['columnInsertionRanges']['push'](_0x511d99['model']['createRangeOn'](_0xb612cb));},{'priority':'low'}),_0x36e38a['on']('insertRows',(_0x26578e,_0x5eb213)=>{const [_0x11fa5a,_0x53436b={}]=_0x5eb213;if(!_0x53c430)return;const _0x3bc001=_0x53436b['at']||0x0,_0x2f803a=_0x53436b['rows']||0x1;_0x53c430['rowInsertionIndexes']=new Array(_0x2f803a)['fill'](_0x3bc001)['map']((_0x2c9252,_0x2122e2)=>_0x2c9252+_0x2122e2);for(const {cell:_0x5cbb85}of _0x36e38a['createTableWalker'](_0x11fa5a,{'startRow':_0x3bc001,'endRow':_0x3bc001+_0x2f803a-0x1}))_0x53c430['rowInsertionRanges']['push'](_0x511d99['model']['createRangeOn'](_0x5cbb85));},{'priority':'low'}),_0x1de5cc['descriptionFactory']['registerDescriptionCallback'](_0x50ab8a=>{if(_0x50ab8a['subType']&&_0x50ab8a['subType']['startsWith']('tablePaste'))return _0x50ab8a['previous']?{}:{'type':'insertion','content':o(_0x511d99['locale'],'*Replace\x20table\x20cells*')};});const _0x18251e=()=>!0x1;for(const _0x968a51 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1de5cc['_suggestionFactory']['registerCustomCallback']('insertion',_0x968a51,'join',_0x18251e),_0x1de5cc['_suggestionFactory']['registerCustomCallback']('deletion',_0x968a51,'join',_0x18251e),_0x1de5cc['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x968a51,'join',_0x18251e);_0x1de5cc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x18251e),_0x1de5cc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x6879b9,_0x248a04,_0x19f806)=>{const _0x3bd523=_0x6879b9['map'](_0x51cd16=>_0x51cd16['getContainedElement']())['filter'](_0x23bf58=>_0x23bf58),_0x174835=new Map(_0x3bd523['map'](_0x324140=>[_0x324140,null]));if(_0x53c430){for(const {element:_0x5f280a,attributes:_0x235780}of _0x53c430['cells'])_0x235780&&_0x174835['set'](_0x5f280a,_0x235780);}else{if(_0x19f806&&_0x19f806['markerAttributes'])for(const [_0x5233ce,_0x187b1b]of Object['entries'](_0x19f806['markerAttributes'])){const _0x4b1fa1=_0x511d99['model']['markers']['get'](_0x5233ce),_0x201b8d=_0x4b1fa1?_0x4b1fa1['getRange']()['getContainedElement']():null;_0x201b8d&&_0x174835['set'](_0x201b8d,_0x187b1b);}}_0x511d99['model']['change'](_0x42eff0=>{for(const [_0x1e28cf,_0xff0d57]of _0x174835)_0x42eff0['setAttributes']({...Ce,..._0xff0d57},_0x1e28cf);});});const _0x13dfbb=(_0x4273d8,_0x26ade3)=>{_0x1de5cc['_suggestionFactory']['registerCustomCallback'](_0x4273d8,'tablePaste',_0x26ade3,(_0x3d76e6,_0x26eaf8,_0x2a0c56)=>{_0x511d99['model']['change'](_0x317989=>{const _0x54df82=[];for(const _0x53ce69 of _0x3d76e6){const _0x3d236d=_0x53ce69['start']['nodeAfter'];_0x3d236d['is']('element','tableCellSuggestion')&&_0x54df82['push'](_0x3d236d);}_0x1de5cc['_suggestionFactory']['getSuggestionCallback'](_0x4273d8,null,_0x26ade3)(_0x3d76e6,_0x26eaf8,_0x2a0c56);for(const _0x211a7d of _0x54df82)'$graveyard'!=_0x211a7d['root']['rootName']&&_0x317989['unwrap'](_0x211a7d);});});};_0x13dfbb('insertion','accept'),_0x13dfbb('insertion','discard'),_0x13dfbb('deletion','accept'),_0x13dfbb('deletion','discard'),_0x1de5cc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x451c27=>{const _0x4c3697=_0x451c27['map'](_0x5acbb5=>_0x5acbb5['getContainedElement']()),_0x49f842=_0x4c3697[0x0]['findAncestor']('table'),{minRow:_0x2eb04e,maxRow:_0x455b2c}=_0x52e198['_getCoordsForCells'](_0x4c3697);_0x36e38a['removeRows'](_0x49f842,{'at':_0x2eb04e,'rows':_0x455b2c-_0x2eb04e+0x1});}),_0x1de5cc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xa575c8=>{const _0x5178f7=_0xa575c8['map'](_0x439059=>_0x439059['getContainedElement']()),_0x1b54fe=_0x5178f7[0x0]['findAncestor']('table'),{minColumn:_0x56387a,maxColumn:_0xc0f485}=_0x52e198['_getCoordsForCells'](_0x5178f7);_0x36e38a['removeColumns'](_0x1b54fe,{'at':_0x56387a,'columns':_0xc0f485-_0x56387a+0x1});});const _0x8938c4=(_0x58108b,_0x4569ad)=>{if(!_0x4569ad['subType']||!_0x4569ad['subType']['startsWith']('tablePaste'))return;const _0x42eed2=_0x4569ad['attributes']['tablePasteChainId'],_0x413def=_0x1de5cc['getSuggestions']()['filter'](_0x36cac0=>_0x36cac0['isInContent']&&_0x36cac0['attributes']&&_0x36cac0['attributes']['tablePasteChainId']==_0x42eed2);_0x413def['length']&&_0x4569ad['getAllAdjacentSuggestions']()['length']!=_0x413def['length']&&_0x413def['reduce']((_0x38c49a,_0x53d817)=>(_0x38c49a['next']=_0x53d817,_0x53d817['previous']=_0x38c49a,_0x53d817));};function _0xf5570a(_0x48f7d3,_0x4bb37c=!0x0){const {id:_0x3cbb9c}=_0x1de5cc['_splitMarkerName'](_0x48f7d3['markerName']),_0x225078=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x13555e=_0x1de5cc['activeMarkers']['includes'](_0x48f7d3['markerName']);return _0x13555e&&_0x225078['push']('ck-suggestion-marker--active'),{'classes':_0x225078,'attributes':{'data-suggestion':_0x3cbb9c},'priority':_0x13555e&&_0x4bb37c?0xbc2:0xbb8};}_0x1de5cc['on']('suggestionLoaded',_0x8938c4,{'priority':'high'}),_0x1de5cc['on']('suggestionUnloaded',_0x8938c4,{'priority':'high'}),_0x511d99['model']['document']['registerPostFixer'](()=>{let _0x3559d8=!0x1;const _0x347544=Array['from'](_0x511d99['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x14e6db,data:_0x3c3bd0}of _0x347544){const {group:_0x3344af,type:_0x4a029b,id:_0x235913}=_0x1de5cc['_splitMarkerName'](_0x14e6db);if('suggestion'!=_0x3344af||'deletion'!=_0x4a029b||_0x3c3bd0['oldRange'])continue;if(!_0x1de5cc['hasSuggestion'](_0x235913))continue;const _0x12cab3=_0x1de5cc['getSuggestion'](_0x235913)['getRanges'](),_0x5d112d=_0x511d99['plugins']['get']('Users')['me'];for(const _0x475121 of _0x1de5cc['getSuggestions']()){if(!_0x475121['isInContent']||_0x475121['author']!=_0x5d112d)continue;if('formatBlock'!=_0x475121['type']||'tablePasteCell'!=_0x475121['subType'])continue;if(_0x475121['getRanges']()['every'](_0xa9b09e=>_0x12cab3['some'](_0x54bcae=>_0x54bcae['containsRange'](_0xa9b09e,!0x0)))){for(const _0xc4a8f2 of _0x475121['getAllAdjacentSuggestions']())_0xc4a8f2['isInContent']&&(_0xc4a8f2['discard'](),_0x3559d8=!0x0);}}}return _0x3559d8;}),_0x511d99['model']['document']['registerPostFixer'](_0x1e6cbb=>{const _0x30a3e9=_0x511d99['commands']['get']('redo');if(!_0x30a3e9||!_0x30a3e9['_createdBatches']['has'](_0x1e6cbb['batch']))return!0x1;let _0x3a3b82=!0x1;const _0x3bc676=_0x511d99['plugins']['get']('Users')['me'],_0x2ea9c6=_0x511d99['model']['document']['differ']['getChanges'](),_0x539d0a=Array['from'](_0x511d99['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x9ce3b2,data:_0x195f7c})=>{const {group:_0xd220d1,subType:_0x166648,authorId:_0x4fafa9}=_0x1de5cc['_splitMarkerName'](_0x9ce3b2);return'suggestion'==_0xd220d1&&'tablePaste'==_0x166648&&_0x4fafa9==_0x3bc676['id']&&!_0x195f7c['oldRange'];});for(const _0x220265 of _0x2ea9c6){if('insert'!=_0x220265['type']||'tableCellSuggestion'!=_0x220265['name']||0x1!=_0x220265['length'])continue;const _0x251bb8=_0x1e6cbb['createRange'](_0x220265['position'],_0x220265['position']['getShiftedBy'](0x1));if(!_0x539d0a['find'](({data:_0x2a03d4})=>_0x2a03d4['newRange']['isEqual'](_0x251bb8))){for(const {name:_0x429889,data:_0x2b7ba1}of _0x539d0a)if(_0x251bb8['containsRange'](_0x2b7ba1['newRange'])){_0x1e6cbb['updateMarker'](_0x429889,{'range':_0x251bb8}),_0x3a3b82=!0x0;break;}}}return _0x3a3b82;}),_0x511d99['model']['document']['registerPostFixer'](_0x38110e=>{let _0x1a7d97=!0x1;const _0x5caa52=_0x511d99['plugins']['get']('Users')['me'],_0x35beb3=_0x1de5cc['getSuggestions']()['filter'](_0x4e39b3=>_0x4e39b3['isInContent']&&_0x4e39b3['author']==_0x5caa52),_0x587eac=new Set(),_0x5bbc50=new Set();for(const _0x72efc2 of _0x35beb3)if('tablePaste'==_0x72efc2['subType'])for(const _0x4aa545 of _0x72efc2['getMarkers']()){const _0x277690=_0x4aa545['getRange']()['getContainedElement']();if(_0x277690){if(_0x277690['is']('element','tableCellSuggestion')&&Pe(_0x277690)){_0x72efc2['removeMarker'](_0x4aa545['name']),_0x587eac['add'](_0x277690),_0x1a7d97=!0x0;const _0x5ce649=_0x277690['nextSibling'],_0x303639=_0x277690['previousSibling'],_0x2a64b8=_0x5ce649&&_0x5ce649['is']('element','tableCellSuggestion'),_0x1d20a7=_0x303639&&_0x303639['is']('element','tableCellSuggestion');_0x2a64b8&&!_0x587eac['has'](_0x5ce649)&&_0x5bbc50['add'](_0x5ce649),_0x1d20a7&&!_0x587eac['has'](_0x303639)&&_0x5bbc50['add'](_0x303639);}else _0x277690['is']('element','paragraph')&&_0x277690['isEmpty']&&(_0x72efc2['removeMarker'](_0x4aa545['name']),_0x1a7d97=!0x0);}}else{if('tablePasteCell'==_0x72efc2['subType']){if(!_0x72efc2['attributes']||!_0x72efc2['attributes']['tablePasteChainId'])continue;const _0x27a57d=_0x72efc2['attributes']['markerAttributes'];if(_0x27a57d&&Object['keys'](_0x27a57d)['length'])continue;const _0x5b1a2b=_0x72efc2['attributes']['tablePasteChainId'];let _0x3197ef=!0x0,_0x5878e6=!0x0;for(const _0x4dfb9a of _0x35beb3)if(_0x4dfb9a['subType']&&_0x4dfb9a['subType']['startsWith']('tablePaste')){if(!_0x4dfb9a['attributes']['tablePasteChainId']){_0x5878e6=!0x1;break;}if(_0x4dfb9a['id']!=_0x72efc2['id']&&_0x4dfb9a['attributes']['tablePasteChainId']==_0x5b1a2b){_0x3197ef=!0x1;break;}}_0x5878e6&&_0x3197ef&&(_0x72efc2['removeMarkers'](),_0x1a7d97=!0x0);}}for(const _0x519b48 of _0x587eac)_0x38110e['remove'](_0x519b48);for(const _0x5eda04 of _0x5bbc50)_0x38110e['unwrap'](_0x5eda04);return _0x1a7d97;}),_0x511d99['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x8f531e,_0x4af6c5)=>_0xf5570a(_0x8f531e),'converterPriority':'high'}),_0x511d99['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2437ab,_0x439379)=>_0x439379['options']['showSuggestionHighlights']?_0xf5570a(_0x2437ab,!0x1):null,'converterPriority':'high'});const _0x4185cf=_0x511d99['editing']['view'];this['listenTo'](_0x4185cf['document'],'clipboardOutput',(_0x4de436,_0x3c99ac)=>{const _0x55ad6d=[];for(const _0x16f0ee of _0x4185cf['createRangeIn'](_0x3c99ac['content'])['getItems']())_0x16f0ee['is']('element','suggestion-td')&&_0x55ad6d['push'](_0x16f0ee);_0x4185cf['change'](_0x5bfcde=>{for(const _0x3a69c1 of _0x55ad6d)_0x5bfcde['move'](_0x5bfcde['createRangeIn'](_0x3a69c1),_0x5bfcde['createPositionBefore'](_0x3a69c1)),_0x5bfcde['remove'](_0x3a69c1);});});}}function Pe(_0x58c96e){if(_0x58c96e['isEmpty'])return!0x0;const _0x2d7044=_0x58c96e['getChild'](0x0);return _0x2d7044['is']('element','paragraph')&&_0x2d7044['isEmpty'];}function he(_0x3a5cd7,_0x1b4aba={},_0x369191){for(const {isAnchor:_0x3a6b30,cellHeight:_0x287a24,cellWidth:_0x542eff}of _0x369191['createTableWalker'](_0x3a5cd7,{'includeAllSlots':!0x0,..._0x1b4aba}))if(!_0x3a6b30||0x1!=_0x287a24||0x1!=_0x542eff)return!0x1;return!0x0;}class vt extends _0x4c8a1d{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x4e0b3b=this['editor']['plugins']['get']('TrackChangesEditing');_0x4e0b3b['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x4e0b3b['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x4e0b3b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4e0b3b['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x4e0b3b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x4e0b3b['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x2ded32,_0x4a6fef){const _0x37fb53=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4a1ef5=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x288283=_0x4a6fef['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x241583=_0x4a1ef5['getColumnGroupElement'](_0x288283);let _0x48bea9=_0x241583?_0x4a1ef5['getTableColumnsWidths'](_0x241583):null,_0x2a8769=_0x288283['getAttribute']('tableWidth')||null;const _0x42618b=_0x4a6fef['tableWidth']||_0x2a8769,_0x20113c=_0x4a6fef['columnWidths']||_0x48bea9,_0x4f66e2=this['editor']['plugins']['get']('Users')['me'];for(const _0x6fb926 of _0x37fb53['getSuggestions']()){const _0x4f2eaa=_0x6fb926['getContainedElement']();if('resizeTable'===_0x6fb926['subType']&&_0x4f2eaa===_0x288283){_0x6fb926['author']!==_0x4f66e2&&_0x6fb926['discard']();const _0x298dae=_0x6fb926['data']['commandParams'];_0x2a8769=_0x298dae[0x0]['tableWidth'],_0x48bea9=_0x298dae[0x0]['columnWidths'];break;}}_0x2ded32({'table':_0x288283,'tableWidth':_0x42618b,'columnWidths':_0x20113c}),_0x37fb53['markBlockFormat'](_0x288283,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x2a8769,'columnWidths':_0x48bea9}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x168042){if('formatBlock'!=_0x168042['type']&&'formatInline'!=_0x168042['type'])return;const {data:_0x4e5be5}=_0x168042;if(_0x4e5be5&&'resizeTable'===_0x4e5be5['formatGroupId']){const _0x1f923d='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x1f923d)};}}}class Ct extends _0x4c8a1d{['afterInit'](){const _0x51ff1b=this['editor'];_0x51ff1b['plugins']['has']('Template')&&_0x51ff1b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x4c8a1d{['afterInit'](){const _0x4d4468=this['editor'];if(!_0x4d4468['commands']['get']('insertTableOfContents'))return;_0x4d4468['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x500f97=_0x4d4468['plugins']['get']('TrackChangesEditing'),_0xb420c8=_0x4d4468['locale'];_0x500f97['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3509ac=>o(_0xb420c8,'ELEMENT_TABLE_OF_CONTENTS',_0x3509ac));}}class Dt extends _0x4c8a1d{['afterInit'](){const _0x1c95c6=this['editor'];if(!_0x1c95c6['plugins']['has']('Title'))return;const _0x558caa=_0x1c95c6['plugins']['get']('TrackChangesEditing');_0x558caa['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x1c95c6['locale'],'ELEMENT_TITLE')),_0x1c95c6['model']['document']['registerPostFixer'](_0x46152d=>{let _0x14d39e=!0x1;const _0x491414=Array['from'](_0x1c95c6['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x11e544,data:_0x554700}of _0x491414){const {group:_0x2ee59b}=_0x558caa['_splitMarkerName'](_0x11e544);if('suggestion'!==_0x2ee59b||!_0x554700['newRange'])continue;const _0x2004e8=_0x554700['newRange'],_0x108f90=_0x2004e8['end']['nodeBefore'];if(!_0x108f90||!_0x108f90['is']('element','title-content'))continue;if(!_0x2004e8['start']['isTouching'](_0x2004e8['end']))continue;const _0x524b76=_0x1c95c6['model']['schema']['getNearestSelectionRange'](_0x2004e8['end'],'forward');if(_0x524b76&&_0x524b76['isCollapsed']){const _0x316fee=_0x46152d['createRange'](_0x2004e8['start'],_0x524b76['start']);_0x316fee['isEqual'](_0x2004e8)||(_0x46152d['updateMarker'](_0x11e544,{'range':_0x316fee}),_0x14d39e=!0x0);}_0x14d39e||(_0x46152d['removeMarker'](_0x11e544),_0x14d39e=!0x0);}return _0x14d39e;});}}class Nt extends _0x4c8a1d{['afterInit'](){const _0x555790=this['editor'],_0x361820=_0x555790['plugins']['get']('TrackChangesEditing');_0x555790['plugins']['has']('UndoEditing')&&(_0x361820['enableCommand']('undo'),_0x361820['enableCommand']('redo'));}}class Mt extends _0x4c8a1d{static get['requires'](){return[jt];}['afterInit'](){const _0x5b968b=this['editor'];if(!_0x5b968b['plugins']['has']('TableCaptionEditing'))return;_0x5b968b['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x4c8a1d{['tableProperties'];['tableCellProperties'];constructor(_0x57e936){super(_0x57e936),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 _0x405871=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x5e8126 of this['tableProperties'])_0x405871['enableCommand'](_0x5e8126,(_0x418cfe,_0x6c1ab3)=>{const _0x57c3de=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x5e8126,[_0x57c3de],this['tableProperties'],'tableProperties',_0x418cfe,_0x6c1ab3);});_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x405871['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x270d62,_0x3139c0)=>this['handleDiscardAction'](this['tableProperties'],_0x270d62,_0x3139c0)),_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x32e2f8 of this['tableCellProperties'])_0x405871['enableCommand'](_0x32e2f8,(_0x296550,_0x23d894)=>{const _0x56ee6b=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x32e2f8,_0x56ee6b,this['tableCellProperties'],'tableCellProperties',_0x296550,_0x23d894);});_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x405871['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x239df5,_0x25e2f0)=>this['handleDiscardAction'](this['tableCellProperties'],_0x239df5,_0x25e2f0)),_0x405871['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x405871['descriptionFactory']['registerDescriptionCallback'](_0x56fe7f=>this['handleSuggestionDescription'](_0x56fe7f));}['_handlePropertyChange'](_0x4d2854,_0x3c9ff7,_0x6ad0a0,_0x185920,_0x344e64,_0x14ddcf){const _0xd6d3f4=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x14ddcf['batch'],()=>{for(const _0x112522 of _0x3c9ff7){if(this['_getSuggestion'](_0x112522,_0x185920))_0x344e64(_0x14ddcf);else{const _0x22c25f={};for(const _0x428508 of _0x6ad0a0){const _0x2d379c=_0x112522['getAttribute'](_0x428508);void 0x0!==_0x2d379c&&(_0x22c25f[_0x428508]=_0x2d379c);}_0x344e64(_0x14ddcf),_0xd6d3f4['markBlockFormat'](_0x112522,{'commandParams':[_0x22c25f]},[],_0x185920);}}});}['handleDiscardAction'](_0x548882,_0x78a364,_0x5898e2){const _0x18ff96=_0x78a364[0x0]['start']['nodeAfter'],_0xe3fb77=_0x5898e2['commandParams'][0x0];this['editor']['model']['change'](_0x3db6f7=>{for(const _0x2bba66 of _0x548882)void 0x0!==_0xe3fb77[_0x2bba66]?_0x3db6f7['setAttribute'](_0x2bba66,_0xe3fb77[_0x2bba66],_0x18ff96):_0x3db6f7['removeAttribute'](_0x2bba66,_0x18ff96);});}['handleSuggestionDescription'](_0x596113){if(_0x596113['data'])switch(_0x596113['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'](_0x401301,_0x3e4962){const _0x531185=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x46176e of _0x531185['getSuggestions']({'skipNotAttached':!0x0})){const _0x21eab9=_0x46176e['getContainedElement']();if(_0x46176e['subType']===_0x3e4962&&_0x21eab9===_0x401301)return _0x46176e;}return null;}}const m='$elementName';class p extends _0x4c8a1d{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x2ef3b4,_0x491129,E,V,U,O,F,G,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,_t,$t,Ct,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x2a5b77){function _0x3bfcbd(_0x3a7536){return _0x3a7536['map'](_0x4e87f3=>String['fromCharCode'](_0x4e87f3))['join']('');}super(_0x2a5b77),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x110242,_0x28252f,_0x269fa2,_0x480a48)=>{this['_model']['change'](()=>{for(const _0x161e0e of[..._0x480a48,..._0x269fa2])this['_model']['markers']['has'](_0x161e0e)&&_0x2a5b77['editing']['reconvertMarker'](_0x161e0e);});}),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']=_0x2a5b77['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(),_0x2a5b77['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x2a5b77['config']['get']('trackChanges.trackFormatChanges'),_0x2a5b77['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x2a5b77['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x2a5b77,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x3bfcbd([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3bfcbd([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x32]);}['init'](){const _0x24e160=this['editor'],_0xaad7f6=(_0x2bff15,_0x16bd83)=>{if('attribute'!=_0x2bff15)return'ck-suggestion-marker-'+_0x2bff15;const _0x3bd7b1=_0x16bd83['split']('|')[0x0];return this['_isBlockAttribute'](_0x3bd7b1)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x24e160['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xe2cf13=>{const {id:_0x15564d,type:_0x2cafcd,subType:_0x1ab142}=this['_splitMarkerName'](_0xe2cf13['markerName']),_0x5a2b80=['ck-suggestion-marker',_0xaad7f6(_0x2cafcd,_0x1ab142)];let _0x2296e4=0xbb8;return this['activeMarkers']['includes'](_0xe2cf13['markerName'])&&(_0x5a2b80['push']('ck-suggestion-marker--active'),_0x2296e4=0xbc2),'deletion'==_0x2cafcd&&(_0x2296e4+=0x5),{'classes':_0x5a2b80,'attributes':{'data-suggestion':_0x15564d},'priority':_0x2296e4};}}),_0x24e160['conversion']['for']('dataDowncast')['add'](_0x2c4a76=>{_0x2c4a76['on']('addMarker:suggestion',(_0xec1468,_0x15dfb2,_0x5e8a0f)=>{if(!_0x5e8a0f['options']['showSuggestionHighlights'])return;const _0x2945d5=_0x15dfb2['item'];if(!_0x2945d5)return;const _0x21a31e=_0x5e8a0f['mapper']['toViewElement'](_0x2945d5);_0x24e160['model']['schema']['isObject'](_0x2945d5)&&_0x21a31e&&!_0x21a31e['getCustomProperty']('widget')&&_0x21a31e['is']('containerElement')&&_0xa8d8d0(_0x21a31e,_0x5e8a0f['writer']);},{'priority':'high'});}),_0x24e160['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x4f0cb1,_0x7d5183)=>{if(!_0x7d5183['options']['showSuggestionHighlights'])return null;const {type:_0x122e5b,subType:_0x313aba}=this['_splitMarkerName'](_0x4f0cb1['markerName']);return{'classes':['ck-suggestion-marker',_0xaad7f6(_0x122e5b,_0x313aba)],'priority':0xbb8};}});const _0xbad009=({showActiveMarkers:_0x231e91=!0x0,isAttributeSuggestion:_0x4b4716=!0x1}={})=>(_0x5bcaf2,_0xae6107,_0x2b6206)=>{if(!_0xae6107['item'])return;const {id:_0x4b8195}=this['_splitMarkerName'](_0xae6107['markerName']);if(_0x4b4716){const _0x30fa57=this['_suggestions']['get'](_0x4b8195),_0x527732=this['_getAttributeKey'](_0x30fa57);if(!this['_isBlockAttribute'](_0x527732))return;}if(_0xae6107['item']['is']('selection'))return void _0x2b6206['consumable']['consume'](_0xae6107['item'],_0x5bcaf2['name']);const _0x45c227=_0x2b6206['mapper']['toViewElement'](_0xae6107['item']);if(_0xae6107['item']['is']('element')&&_0x24e160['model']['schema']['isBlock'](_0xae6107['item'])&&!_0x45c227['getCustomProperty']('addHighlight')){_0x2b6206['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x45c227),_0x2b6206['writer']['setAttribute']('data-suggestion',_0x4b8195,_0x45c227),_0x2b6206['mapper']['bindElementToMarker'](_0x45c227,_0xae6107['markerName']),_0x231e91&&(this['activeMarkers']['includes'](_0xae6107['markerName'])?_0x2b6206['writer']['addClass']('ck-suggestion-marker--active',_0x45c227):_0x2b6206['writer']['removeClass']('ck-suggestion-marker--active',_0x45c227));for(const _0x27d654 of _0x24e160['model']['createRangeIn'](_0xae6107['item'])['getItems']())_0x2b6206['consumable']['consume'](_0x27d654,_0x5bcaf2['name']);_0x2b6206['consumable']['consume'](_0xae6107['item'],_0x5bcaf2['name']);}};_0x24e160['conversion']['for']('dataDowncast')['add'](_0x4ce424=>{_0x4ce424['on']('addMarker:suggestion:formatBlock',(_0xbf0481,_0x2b1d6e,_0x31a5a8)=>{_0x31a5a8['options']['showSuggestionHighlights']&&_0xbad009({'showActiveMarkers':!0x1})(_0xbf0481,_0x2b1d6e,_0x31a5a8);},{'priority':'highest'});}),_0x24e160['conversion']['for']('dataDowncast')['add'](_0x6b8b83=>{_0x6b8b83['on']('addMarker:suggestion:attribute',(_0x4fa879,_0x5becd7,_0x547256)=>{_0x547256['options']['showSuggestionHighlights']&&_0xbad009({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4fa879,_0x5becd7,_0x547256);},{'priority':'highest'});}),_0x24e160['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5d0857,_0x3de915)=>_0x3de915['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5d0857['substr'](0xb)}}),_0x24e160['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4618d4,{writer:_0xb557d9})=>{let _0x512bfd='suggestion:'+_0x4618d4['getAttribute']('suggestion-type')+':'+_0x4618d4['getAttribute']('id');return _0x4618d4['getAttribute']('marker-count')&&(_0x512bfd+=':'+_0x4618d4['getAttribute']('marker-count')),_0xb557d9['createElement']('$marker',{'data-name':_0x512bfd});}}),_0x24e160['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x24e160['conversion']['for']('editingDowncast')['add'](_0x5d039e=>{_0x5d039e['on']('addMarker:suggestion:formatBlock',_0xbad009(),{'priority':'high'});}),_0x24e160['conversion']['for']('editingDowncast')['add'](_0xbfa989=>{_0xbfa989['on']('addMarker:suggestion:attribute',_0xbad009({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x24e160['conversion']['for']('editingDowncast')['add'](_0x1fe6c4=>{_0x1fe6c4['on']('removeMarker:suggestion:formatBlock',(_0x18d783,_0x5aaaa8,_0x5df101)=>{const _0x32a352=_0x5df101['mapper']['markerNameToElements'](_0x5aaaa8['markerName']);if(_0x32a352){for(const _0x19928f of _0x32a352)_0x19928f['getCustomProperty']('addHighlight')||(_0x5df101['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x19928f),_0x5df101['writer']['removeAttribute']('data-suggestion',_0x19928f),_0x5df101['mapper']['unbindElementFromMarkerName'](_0x19928f,_0x5aaaa8['markerName']));}},{'priority':'high'});}),_0x24e160['conversion']['for']('editingDowncast')['add'](_0x218bd7=>{_0x218bd7['on']('removeMarker:suggestion:attribute',(_0x52a388,_0x216654,_0x273e53)=>{const _0x581975=_0x273e53['mapper']['markerNameToElements'](_0x216654['markerName']);if(!_0x581975)return;const {id:_0x573a1f}=this['_splitMarkerName'](_0x216654['markerName']),_0xffd03=this['_suggestions']['get'](_0x573a1f),_0x5c5449=this['_getAttributeKey'](_0xffd03);if(this['_isBlockAttribute'](_0x5c5449)){for(const _0x3afce2 of _0x581975)_0x3afce2['getCustomProperty']('addHighlight')||(_0x273e53['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3afce2),_0x273e53['writer']['removeAttribute']('data-suggestion',_0x3afce2),_0x273e53['mapper']['unbindElementFromMarkerName'](_0x3afce2,_0x216654['markerName']));}},{'priority':'high'});}),_0x24e160['model']['document']['registerPostFixer'](_0x1d3c9f=>{let _0x20962e=!0x1;const _0x15a8d0=Array['from'](_0x24e160['model']['document']['differ']['getChangedMarkers']()),_0x2b6443=new Set();for(const {name:_0x3b86a8,data:_0x37c719}of _0x15a8d0){const {group:_0x5095ef,type:_0x253be6,subType:_0x67192d,id:_0x1015c3}=this['_splitMarkerName'](_0x3b86a8);if('suggestion'!==_0x5095ef)continue;const _0x40e24e=this['_suggestions']['get'](_0x1015c3);if(null!=_0x37c719['newRange']){'formatInline'==_0x253be6&&(_0x20962e=_0x20962e||Et(_0x37c719['newRange'],_0x3b86a8,_0x1d3c9f,_0x24e160['model']['schema']));const _0xbf7624='attribute'==_0x253be6&&this['_isBlockAttribute'](_0x67192d['split']('|')[0x0]);if(_0x37c719['newRange']['isCollapsed']||'$graveyard'==_0x37c719['newRange']['root']['rootName']||'formatBlock'==_0x253be6&&!Ut(_0x37c719['newRange'])||_0xbf7624&&!Ut(_0x37c719['newRange'])||'deletion'==_0x253be6&&!(!Tt(_0x1dcaef=_0x37c719['newRange'])&&!function(_0xb46826){return _0xb46826['start']['parent']==_0xb46826['end']['nodeBefore']&&_0xb46826['start']['isAtEnd'];}(_0x1dcaef)))_0x1d3c9f['removeMarker'](_0x3b86a8),_0x20962e=!0x0;else{if(!_0x40e24e||!_0x40e24e['isInContent'])continue;_0x2b6443['add'](_0x40e24e);}}}var _0x1dcaef;return _0x2b6443['size']>0x0&&(_0x20962e=!!this['_joinWithAdjacentSuggestions'](_0x2b6443)||_0x20962e),_0x20962e;}),_0x24e160['model']['document']['registerPostFixer'](_0x55ce7f=>{let _0x4d3376=!0x1;for(const _0x325fab of _0x24e160['model']['document']['differ']['getChanges']())if('insert'==_0x325fab['type'])for(const _0x32741b of this['_suggestions']['values']()){if(_0x32741b['isMultiRange']||!_0x32741b['isInContent'])continue;const _0x446341='formatBlock'==_0x32741b['type'],_0x4e8dd9=this['_getAttributeKey'](_0x32741b),_0x39d637=_0x4e8dd9&&this['_isBlockAttribute'](_0x4e8dd9);if(!_0x446341&&!_0x39d637)continue;const _0x4f37e7=_0x32741b['getFirstRange']();if(_0x4f37e7['start']['parent']!=_0x4f37e7['end']['parent']&&!_0x4f37e7['end']['isAtEnd']){const _0x1d9909=_0x24e160['model']['createPositionAt'](_0x4f37e7['start']['nodeAfter'],'end'),_0x40d8b3=_0x24e160['model']['createRange'](_0x4f37e7['start'],_0x1d9909);_0x55ce7f['updateMarker'](_0x32741b['getFirstMarker'](),{'range':_0x40d8b3}),_0x4d3376=!0x0;}}return _0x4d3376;}),_0x24e160['model']['document']['registerPostFixer'](_0x462039=>this['_processAttributeChanges'](_0x462039)),_0x24e160['model']['document']['registerPostFixer'](_0x158a1f=>!_0x158a1f['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x158a1f)),_0x24e160['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x24e160['model']['document']['on']('change:data',(_0x942ffe,_0x29adf2)=>{if(!_0x29adf2['isLocal']||_0x29adf2['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0xf2f09=_0x24e160['model']['document']['differ']['getChanges']();if(0x0==_0xf2f09['length'])return;const _0x54ca0b=[],_0x129306=_0xf2f09['filter'](_0x430564=>'attribute'==_0x430564['type']),_0x564eac=_0xf2f09['filter'](_0x480a0f=>'insert'==_0x480a0f['type']&&'$text'!=_0x480a0f['name']);for(const _0x17a494 of _0x129306)this['_isRegisteredAttribute'](_0x17a494['attributeKey'])&&_0x54ca0b['push']({'key':_0x17a494['attributeKey'],'newValue':_0x17a494['attributeNewValue'],'oldValue':_0x17a494['attributeOldValue'],'range':Ot(_0x17a494['range'],_0x24e160['model'])});for(const _0x2e8117 of _0x564eac){if('rename'!=_0x2e8117['action']&&'refresh'!=_0x2e8117['action'])continue;const _0x3aceba=Gt(_0x2e8117['position']['nodeAfter'],_0x24e160['model']),_0x54c038=_0x2e8117['before'];'rename'==_0x2e8117['action']&&_0x54ca0b['push']({'key':m,'newValue':_0x2e8117['name'],'oldValue':_0x54c038['name'],'range':_0x3aceba});for(const [_0x3c2238,_0x164f9a]of _0x54c038['attributes']){if(!this['_isRegisteredAttribute'](_0x3c2238))continue;const _0x593a93=_0x2e8117['attributes']['get'](_0x3c2238);_0x164f9a!==_0x593a93&&_0x54ca0b['push']({'key':_0x3c2238,'newValue':_0x593a93,'oldValue':_0x164f9a,'range':_0x3aceba});}for(const [_0x5c65da,_0x441e16]of _0x2e8117['attributes'])this['_isRegisteredAttribute'](_0x5c65da)&&(_0x54c038['attributes']['has'](_0x5c65da)||_0x54ca0b['push']({'key':_0x5c65da,'newValue':_0x441e16,'oldValue':null,'range':_0x3aceba}));}0x0!=_0x54ca0b['length']&&_0x24e160['model']['enqueueChange'](_0x29adf2,_0x5127d7=>{const _0x7278d0=_0x282b27();for(const {range:_0x322538,key:_0x4a62d9,oldValue:_0x368534,newValue:_0x1991df}of _0x54ca0b)this['markAttributeChange'](_0x322538,_0x4a62d9,_0x368534,_0x1991df,{'groupId':_0x7278d0});this['_reduceExistingSuggestions'](_0x5127d7,_0x54ca0b);});},{'priority':'lowest'}),_0x24e160['model']['markers']['on']('update:suggestion',(_0x3a6f30,_0x12f795,_0x484f70)=>{if(null==_0x484f70){const {id:_0x30f390}=this['_splitMarkerName'](_0x12f795['name']),_0x1fe91f=this['_suggestions']['get'](_0x30f390);_0x1fe91f&&_0x1fe91f['addMarkerName'](_0x12f795['name']);}}),_0x24e160['model']['document']['on']('change:data',()=>{const _0x4bcbe4=Array['from'](_0x24e160['model']['document']['differ']['getChangedMarkers']())['filter'](_0x11fe4d=>'suggestion'===this['_splitMarkerName'](_0x11fe4d['name'])['group']);if(0x0===_0x4bcbe4['length'])return;_0x4bcbe4['sort']((_0x2eba88,_0x3b08bc)=>{const _0x2f92b9=_0x2eba88['data']['oldRange'],_0xe5fae0=_0x3b08bc['data']['oldRange'];return null===_0x2f92b9&&null===_0xe5fae0?0x0:null===_0x2f92b9&&null!==_0xe5fae0?-0x1:null!==_0x2f92b9&&null===_0xe5fae0?0x1:_0x2f92b9['start']['isBefore'](_0xe5fae0['start'])?-0x1:0x1;});const _0x202e3c=new Set(),_0x32c351=new Set();for(const {name:_0x4b623d,data:_0xdfe63f}of _0x4bcbe4){const {id:_0x346a52}=this['_splitMarkerName'](_0x4b623d);if(null===_0xdfe63f['oldRange']){const _0x2ea39e=this['_handleNewSuggestionMarker'](_0x4b623d);_0x32c351['add'](_0x2ea39e);}else{const _0x5cf262=this['_suggestions']['get'](_0x346a52);null!==_0xdfe63f['newRange']||_0x5cf262['isInContent']?(_0x202e3c['add'](_0x5cf262['head']),_0x32c351['add'](_0x5cf262)):this['_removeSuggestion'](_0x5cf262);}}_0x32c351['size']>0x0&&this['_refreshSuggestionsChain'](_0x32c351);for(const _0x4b562b of _0x202e3c)this['fire']('suggestionChanged',_0x4b562b);}),_0x24e160['model']['on']('applyOperation',(_0x395dca,_0x4b379a)=>{const _0x46d273=_0x4b379a[0x0];if(!this['_suggestions']['size'])return;if(!_0x46d273['isDocumentOperation'])return;if(_0x46d273['batch']['isUndo']||!_0x46d273['batch']['isLocal'])return;let _0x8360cb,_0x1c083e;switch(_0x46d273['type']){case'insert':_0x8360cb=_0x24e160['model']['createPositionAt'](_0x46d273['position']),_0x1c083e=_0x8360cb['getShiftedBy'](_0x46d273['howMany']);break;case'split':_0x8360cb=_0x24e160['model']['createPositionAt'](_0x46d273['splitPosition']),_0x1c083e=_0x24e160['model']['createPositionAt'](_0x46d273['moveTargetPosition']);break;case'move':_0x8360cb=_0x24e160['model']['createPositionAt'](_0x46d273['targetPosition']),_0x1c083e=_0x8360cb['getShiftedBy'](_0x46d273['howMany']);break;default:return;}const _0x6434dd=_0x24e160['model']['createRange'](_0x8360cb,_0x1c083e);_0x24e160['model']['change'](()=>{for(const {suggestion:_0x3b456a,meta:_0x2832ab}of this['_findSuggestions'](_0x6434dd)){if(_0x3b456a['isMultiRange'])continue;if('formatInline'==_0x3b456a['type'])continue;const _0x5287f8=this['_getAttributeKey'](_0x3b456a);if(_0x5287f8&&this['_isBlockAttribute'](_0x5287f8)&&'split'!=_0x46d273['type'])continue;const _0x224716=_0x3b456a['data']&&_0x3b456a['data']['multipleBlocks'];('formatBlock'!=_0x3b456a['type']||'split'==_0x46d273['type']&&!_0x224716)&&(_0x2832ab['containsRangeInObject']||'insertion'==_0x3b456a['type']&&_0x2832ab['isOwn']||_0x3b456a['getFirstRange']()['containsRange'](_0x6434dd)&&this['_breakSuggestionMarker'](_0x3b456a,_0x8360cb,_0x1c083e));}});},{'priority':'lowest'}),_0x24e160['model']['on']('deleteContent',(_0x115313,_0x43b589)=>{const _0xd64ec4=_0x43b589[0x0],_0x3500b9=_0x43b589[0x1];if(_0x3500b9&&_0x3500b9['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0xd64ec4['isCollapsed'])return;const _0x46b935=_0x24e160['model']['schema'],{start:_0x35d280,end:_0x492779}=_0xd64ec4['getFirstRange'](),_0x45d09e=_0x35d280['nodeAfter']&&_0x46b935['isLimit'](_0x35d280['nodeAfter'])?null:_0x46b935['getNearestSelectionRange'](_0x35d280,'forward'),_0x222313=_0x492779['nodeBefore']&&_0x46b935['isLimit'](_0x492779['nodeBefore'])?null:_0x46b935['getNearestSelectionRange'](_0x492779,'backward'),_0x4c918d=_0x24e160['model']['createRange'](_0x45d09e?_0x45d09e['start']:_0x35d280,_0x222313?_0x222313['end']:_0x492779);_0x24e160['model']['change'](_0x4af365=>{this['markDeletion'](_0x4c918d);const _0x5a17fd=_0x24e160['model']['schema']['getNearestSelectionRange'](_0x4c918d['start']);_0xd64ec4['is']('documentSelection')?_0x4af365['setSelection'](_0x5a17fd):_0xd64ec4['setTo'](_0x5a17fd);}),_0x115313['stop']();},{'priority':_0x521d0d['normal']+0xa}),_0x24e160['model']['on']('insertContent',(_0xdd3df4,_0x516ad4)=>{const _0x2631eb=_0x516ad4[_0x516ad4['length']-0x1];_0x2631eb&&_0x2631eb['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x24e160['model']['change'](()=>{let _0x13a839=_0x24e160['model']['insertContent'](_0x516ad4[0x0],_0x516ad4[0x1],_0x516ad4[0x2],{'forceDefaultExecution':!0x0});if(!_0x13a839)return;_0xdd3df4['return']=_0x13a839['clone']();const _0x5ede9e=_0x13a839['end']['nodeBefore'],_0x388c77=_0x24e160['model']['schema'];_0x5ede9e&&_0x388c77['isBlock'](_0x5ede9e)&&!_0x388c77['isObject'](_0x5ede9e)&&(_0x13a839=_0x24e160['model']['createRange'](_0x13a839['start'],_0x24e160['model']['createPositionAt'](_0x5ede9e,'end'))),this['markInsertion'](_0x13a839);}),_0xdd3df4['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0xe94843=new $(_0x24e160,this['_suggestions']);_0x24e160['commands']['add']('acceptSuggestion',_0xe94843),this['enableCommand']('acceptSuggestion');const _0x1bc7be=new B(_0x24e160,this['_suggestions']);_0x24e160['commands']['add']('discardSuggestion',_0x1bc7be),this['enableCommand']('discardSuggestion'),_0x24e160['commands']['add']('acceptAllSuggestions',new x(_0x24e160,_0xe94843,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x24e160['commands']['add']('discardAllSuggestions',new x(_0x24e160,_0x1bc7be,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x24e160['commands']['add']('acceptSelectedSuggestions',new R(_0x24e160,_0xe94843,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x24e160['commands']['add']('discardSelectedSuggestions',new R(_0x24e160,_0x1bc7be,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x770b65=_0x24e160['plugins']['get']('CommentsRepository');this['listenTo'](_0x770b65,'addComment',(_0x5c26ee,{threadId:_0x3ddd3f})=>{const _0x40b98e=this['_suggestions']['get'](_0x3ddd3f);_0x40b98e&&_0x40b98e['commentThread']&&0x1===_0x40b98e['commentThread']['length']&&this['_updateSuggestionData'](_0x3ddd3f,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x770b65,'removeComment',(_0x4aa46a,{threadId:_0x5967d7})=>{const _0x598b1a=this['_suggestions']['get'](_0x5967d7);_0x598b1a&&_0x598b1a['commentThread']&&!_0x598b1a['commentThread']['length']&&this['_updateSuggestionData'](_0x5967d7,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x20a5e1){if(this['_adapter'])throw new _0x130dd5('track-changes-adapter-already-set',this);this['_adapter']=_0x20a5e1;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3fd81e=!0x1,toJSON:_0x433520=!0x1}={}){const _0x2981fe=[];for(const _0x496018 of this['_suggestions']['values']())_0x3fd81e&&!_0x496018['isInContent']||_0x2981fe['push'](_0x496018);return _0x433520?_0x2981fe['map'](_0x372913=>_0x372913['toJSON']()):_0x2981fe;}['getSuggestion'](_0x438d41){const _0xf512a5=this['_suggestions']['get'](_0x438d41);if(!_0xf512a5)throw new _0x130dd5('track-changes-suggestion-not-found',this);return _0xf512a5;}['hasSuggestion'](_0x114f0f){return this['_suggestions']['has'](_0x114f0f);}['addSuggestionData'](_0x2bfd47){const {authorId:_0x545747,id:_0x10f68a,attributes:_0x27f53a}=_0x2bfd47,[_0x567ddf,_0x5a18a4]=_0x2bfd47['type']['split'](':'),_0x5acf2c=this['_suggestions']['get'](_0x10f68a)||this['_createSuggestion'](_0x567ddf,_0x5a18a4,_0x10f68a,_0x545747,_0x27f53a);if(this['_addThreadToSuggestion'](_0x5acf2c),this['_checkSuggestionCorrectness'](_0x5acf2c,_0x567ddf,_0x5a18a4||null,_0x545747),_0x5acf2c['createdAt']=_0x2bfd47['createdAt'],_0x5acf2c['_isDataLoaded']=!0x0,_0x27f53a&&_0x27f53a['@external']){const _0xd7f9e6=_0x27f53a['@external'],_0x24c156=this['_getExternalAuthor'](_0xd7f9e6['authorName']);_0x5acf2c['authoredAt']=_0xd7f9e6['createdAt'],_0x5acf2c['author']=_0x24c156,_0x5acf2c['isExternal']=!0x0;}else _0x5acf2c['authoredAt']=_0x2bfd47['createdAt'];switch(_0x2bfd47['data']&&(_0x5acf2c['data']=_0x2bfd47['data']),_0x2bfd47['attributes']&&(_0x5acf2c['attributes']=_0x2bfd47['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x5acf2c['_saved']=!0x0),this['_suggestionState']['get'](_0x5acf2c)){case'notReady':this['_suggestionState']['set'](_0x5acf2c,'dataReady');break;case'markerReady':_0x5acf2c['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x5acf2c])),this['_refreshSuggestionsChain'](new Set([_0x5acf2c])),this['_suggestionState']['set'](_0x5acf2c,'ready'),this['fire']('suggestionLoaded',_0x5acf2c)):this['_suggestionState']['set'](_0x5acf2c,'removed');}return _0x5acf2c;}['acceptSuggestion'](_0x4ebe4d){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x41048f of _0x4ebe4d['getAllAdjacentSuggestions']())_0x41048f['accept']();});});}['discardSuggestion'](_0x3989cb){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2cf7a6 of _0x3989cb['getAllAdjacentSuggestions']())_0x2cf7a6['discard']();});});}['enableCommand'](_0x3ab682,_0x246c40){const _0x8ac0a5=this['editor']['commands']['get'](_0x3ab682);if(!_0x8ac0a5)throw new _0x130dd5('track-changes-command-not-found',this,{'commandName':_0x3ab682});if(this['_enabledCommands']['has'](_0x8ac0a5))throw new _0x130dd5('track-changes-enable-command-twice',this,{'commandName':_0x3ab682});this['_enabledCommands']['add'](_0x8ac0a5),_0x246c40&&_0x8ac0a5['on']('execute',(_0x970d28,_0x25aa7b)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x25aa7b['length']>0x0&&_0x25aa7b[_0x25aa7b['length']-0x1]&&_0x25aa7b[_0x25aa7b['length']-0x1]['forceDefaultExecution']?_0x25aa7b['pop']():(_0x970d28['return']=_0x246c40((..._0x27b146)=>_0x8ac0a5['execute'](..._0x27b146,{'forceDefaultExecution':!0x0}),..._0x25aa7b),_0x970d28['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5a266b){let _0x3c6480,_0x58d3de;const _0x3d6de2=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3c6480=_0x5a266b();}catch(_0x1e7185){_0x58d3de=_0x1e7185;}return _0x3d6de2||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x58d3de&&_0x130dd5['rethrowUnexpectedError'](_0x58d3de,this),_0x3c6480;}['markInsertion'](_0x2686b8,_0x96f4ef=null,_0x112aab={}){if(_0x2686b8['isCollapsed'])return null;const _0x2148f7=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x418cc1,meta:_0x46634e}of this['_findSuggestions'](_0x2686b8,'insertion'))if(_0x46634e['isOwn']){if(!_0x46634e['isNextTo']){if(_0x46634e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x418cc1,_0x112aab))continue;return _0x418cc1;}if(Lt(_0x418cc1,_0x112aab))return _0x418cc1;this['_breakSuggestionMarker'](_0x418cc1,_0x2686b8['start'],_0x2686b8['end']);break;}if(_0x96f4ef==_0x418cc1['subType']&&Lt(_0x418cc1,_0x112aab)){const _0x4cccd7=_0x418cc1['getFirstRange']();return _0x4cccd7['start']['isEqual'](_0x2686b8['end'])?this['_setSuggestionRange'](_0x418cc1,this['_model']['createRange'](_0x2686b8['start'],_0x4cccd7['end'])):this['_setSuggestionRange'](_0x418cc1,this['_model']['createRange'](_0x4cccd7['start'],_0x2686b8['end'])),_0x418cc1;}}const _0x58dc28=_0x282b27(),_0x5150ed=_0x2148f7['id'],_0x18c7da=_0x96f4ef?'insertion:'+_0x96f4ef:'insertion',_0x14a5d3=this['_setSuggestionData']({'id':_0x58dc28,'type':_0x18c7da,'createdAt':new Date(),'authorId':_0x5150ed,'attributes':_0x112aab});return this['_addSuggestionMarker'](_0x18c7da,_0x58dc28,_0x5150ed,_0x2686b8),_0x14a5d3;}['markMultiRangeInsertion'](_0x4632ec,_0x4d05c5='multi',_0x411836={}){const _0x12b493=this['editor']['plugins']['get']('Users')['me'],_0x4dd971=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4d05c5,'join');for(const _0x106e86 of this['getSuggestions']())if(_0x106e86['author']['id']==_0x12b493['id']&&'insertion'==_0x106e86['type']&&_0x106e86['subType']==_0x4d05c5&&Lt(_0x106e86,_0x411836)&&(_0x4dd971(_0x106e86['getRanges'](),_0x4632ec)||_0x4dd971(_0x4632ec,_0x106e86['getRanges']()))){for(const _0x4beea4 of _0x4632ec)_0x106e86['addRange'](_0x4beea4);return _0x106e86;}for(const {suggestion:_0x3fbe31,meta:_0x8d5dba}of this['_findSuggestions'](_0x4632ec,'insertion')){if(!_0x8d5dba['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x8d5dba['containsRangeInObject'])continue;if(!Lt(_0x3fbe31,_0x411836))continue;let _0x4f3599=!0x0;for(const _0x3b0f4c of _0x3fbe31['getRanges']())for(const _0x83d28 of _0x4632ec)if(!_0x3b0f4c['containsRange'](_0x83d28)){_0x4f3599=!0x1;break;}if(_0x4f3599)return _0x3fbe31;}const _0x360694=_0x282b27(),_0x108a92=_0x12b493['id'],_0x3c0509='insertion:'+_0x4d05c5,_0x102ccc=this['_setSuggestionData']({'id':_0x360694,'type':_0x3c0509,'createdAt':new Date(),'authorId':_0x108a92,'attributes':_0x411836});for(const _0x4e74f0 of _0x4632ec)this['_addSuggestionMarker'](_0x3c0509,_0x360694,_0x108a92,_0x4e74f0,u['getMultiRangeId']());return _0x102ccc;}['markInlineFormat'](_0x28b991,_0x2f254e,_0x2f39c9=null,_0x5022e4={}){if(_0x2f39c9=_0x2f39c9||Vt(_0x2f254e),_0x28b991['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x3b4f1d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2f39c9,'accept');return this['forceDefaultExecution'](()=>_0x3b4f1d([_0x28b991],_0x2f254e,_0x5022e4)),null;}const _0xe8cb8f=this['editor']['plugins']['get']('Users')['me'],_0x45c60b=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x478354,meta:_0x540842}of this['_findSuggestions'](_0x28b991,'insertion'))_0x540842['isOwn']&&!_0x540842['isInsideObject']&&_0x45c60b['push'](..._0x478354['getRanges']());}const _0x538d76=function(_0x1ca23c,_0x4aee37){const _0x48c413=[];for(const _0x5c63a5 of _0x4aee37){const _0x47d1cb=_0x1ca23c['getIntersection'](_0x5c63a5);_0x47d1cb&&_0x48c413['push'](_0x47d1cb);}return _0x48c413;}(_0x28b991,_0x45c60b),_0x3dc1f3=function(_0x38e3cc,_0x165393){const _0x3f3f19=[_0x38e3cc];for(const _0x3b3999 of _0x165393){let _0x48eec1=0x0;for(;_0x48eec1<_0x3f3f19['length'];){const _0x1c0c7c=_0x3f3f19[_0x48eec1]['getDifference'](_0x3b3999);_0x3f3f19['splice'](_0x48eec1,0x1,..._0x1c0c7c),_0x48eec1+=_0x1c0c7c['length'];}}return _0x3f3f19;}(_0x28b991,_0x45c60b);_0x538d76['length']&&this['_model']['change'](()=>{for(const _0x5bcf8e of _0x538d76){const _0x32ac5e=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2f39c9,'accept');this['forceDefaultExecution'](()=>_0x32ac5e([_0x5bcf8e],_0x2f254e,_0x5022e4));}});for(const _0x2a6900 of _0x3dc1f3){let _0x526b0a=null,_0xcfecc3=_0x2a6900['start'],_0xb5b53f=_0x2a6900['end'];for(const {suggestion:_0x2850b9,meta:_0x57080d}of this['_findSuggestions'](_0x2a6900,'formatInline')){if(!_0x57080d['isOwn'])continue;if(_0x2850b9['subType']!=_0x2f39c9)continue;if(!Lt(_0x2850b9,_0x5022e4))continue;const _0x1f6f51=_0x2850b9['getFirstRange']();if(_0x1f6f51['containsRange'](_0x2a6900,!0x0))return null;_0xcfecc3=_0xcfecc3['isBefore'](_0x1f6f51['start'])?_0xcfecc3:_0x1f6f51['start'],_0xb5b53f=_0xb5b53f['isAfter'](_0x1f6f51['end'])?_0xb5b53f:_0x1f6f51['end'],_0x526b0a?_0x1f6f51['start']['isBefore'](_0x526b0a['getFirstRange']()['start'])?(_0x526b0a['removeMarkers'](),_0x526b0a=_0x2850b9):_0x2850b9['removeMarkers']():_0x526b0a=_0x2850b9;}const _0x4d5cf1=this['_model']['createRange'](_0xcfecc3,_0xb5b53f);if(_0x526b0a)this['_setSuggestionRange'](_0x526b0a,_0x4d5cf1);else{const _0x4e3c3e=_0x282b27(),_0x505d5b=_0xe8cb8f['id'];this['_setSuggestionData']({'id':_0x4e3c3e,'type':'formatInline:'+_0x2f39c9,'data':_0x2f254e,'createdAt':new Date(),'authorId':_0x505d5b,'attributes':_0x5022e4}),this['_addSuggestionMarker']('formatInline:'+_0x2f39c9,_0x4e3c3e,_0x505d5b,_0x4d5cf1);}}return null;}['markBlockFormat'](_0x2dd0d3,_0x3f4b19,_0x2de7a0=[],_0xe692b5=null,_0x476cd6={}){_0x3f4b19['formatGroupId']||(_0x3f4b19['formatGroupId']=_0x3f4b19['commandName']),_0x3f4b19['multipleBlocks']=_0x2dd0d3['is']('range'),_0xe692b5=_0xe692b5||Vt(_0x3f4b19);const _0x4d44bb=_0x2de7a0['map'](_0x4a9dbb=>Gt(_0x4a9dbb,this['_model'])),_0xbae8c3=_0x2dd0d3['is']('range')?_0x2dd0d3:Gt(_0x2dd0d3,this['_model']);if('never'===this['_trackFormatChanges']){const _0x4efdab=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe692b5,'accept');return this['forceDefaultExecution'](()=>_0x4efdab([_0xbae8c3],_0x3f4b19,_0x476cd6)),null;}_0x4d44bb['push'](_0xbae8c3);let _0xbcdf30=!0x0;for(const _0x11cd53 of _0x4d44bb)if(!this['_rangeIsInLocalUserInsertion'](_0x11cd53)){_0xbcdf30=!0x1;break;}if(_0xbcdf30&&'always'!==this['_trackFormatChanges']){const _0x28991a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe692b5,'accept');return this['forceDefaultExecution'](()=>_0x28991a([_0xbae8c3],_0x3f4b19,_0x476cd6)),null;}let _0x47d026=null,_0x3749be=_0xbae8c3['start'],_0x4412fb=_0xbae8c3['end'];for(const {suggestion:_0x407ab4,meta:_0x4a226d}of this['_findSuggestions'](_0xbae8c3,'formatBlock')){if(!_0x4a226d['isOwn'])continue;if(_0x4a226d['isNextTo']||_0x4a226d['containsRangeInObject']||_0x4a226d['isInsideObject'])continue;if(_0x407ab4['data']['formatGroupId']!=_0x3f4b19['formatGroupId'])continue;if(!Lt(_0x407ab4,_0x476cd6))continue;const _0x2f0b4c=_0x407ab4['getFirstRange']();if(_0x407ab4['subType']==_0xe692b5){if(_0x2f0b4c['containsRange'](_0xbae8c3,!0x0))return null;_0x3749be=_0x3749be['isBefore'](_0x2f0b4c['start'])?_0x3749be:_0x2f0b4c['start'],_0x4412fb=_0x4412fb['isAfter'](_0x2f0b4c['end'])?_0x4412fb:_0x2f0b4c['end'],_0x47d026?_0x2f0b4c['start']['isBefore'](_0x47d026['getFirstRange']()['start'])?(_0x47d026['removeMarkers'](),_0x47d026=_0x407ab4):_0x407ab4['removeMarkers']():_0x47d026=_0x407ab4;}else{const _0xc7cc44=_0xbae8c3['getIntersection'](_0x2f0b4c);this['_cutOutSuggestionMarker'](_0x407ab4,_0xc7cc44);}}const _0x67ccc9=this['editor']['plugins']['get']('Users')['me'],_0x29acae=_0x282b27(),_0x5e05ac=_0x67ccc9['id'];if(_0x47d026)return this['_setSuggestionRange'](_0x47d026,this['_model']['createRange'](_0x3749be,_0x4412fb)),_0x47d026;{const _0x4fd7f7=this['_setSuggestionData']({'id':_0x29acae,'type':'formatBlock:'+_0xe692b5,'data':_0x3f4b19,'createdAt':new Date(),'authorId':_0x5e05ac,'attributes':_0x476cd6});return this['_addSuggestionMarker']('formatBlock:'+_0xe692b5,_0x29acae,_0x5e05ac,this['_model']['createRange'](_0x3749be,_0x4412fb)),_0x4fd7f7;}}['markMultiRangeBlockFormat'](_0x4524a3,_0x4d5ef8,_0x323237=[],_0x105cc8=null,_0x28d0ac={}){_0x4d5ef8['formatGroupId']||(_0x4d5ef8['formatGroupId']=_0x4d5ef8['commandName']);const _0x329412=_0x4524a3[0x0];_0x4d5ef8['multipleBlocks']=_0x329412['is']('range'),_0x105cc8=_0x105cc8||Vt(_0x4d5ef8);const _0x235ec5=_0x323237['map'](_0x1f881a=>Gt(_0x1f881a,this['_model'])),_0x2bfad1=_0x329412['is']('range')?_0x4524a3:_0x4524a3['map'](_0x2e701e=>Gt(_0x2e701e,this['_model']));if('never'===this['_trackFormatChanges']){const _0x30b02a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x105cc8,'accept');return this['forceDefaultExecution'](()=>_0x30b02a(_0x2bfad1,_0x4d5ef8,_0x28d0ac)),null;}_0x235ec5['push'](..._0x2bfad1);let _0x2c52ce=!0x0;for(const _0x37e7bd of _0x235ec5)if(!this['_rangeIsInLocalUserInsertion'](_0x37e7bd)){_0x2c52ce=!0x1;break;}if(_0x2c52ce&&'always'!==this['_trackFormatChanges']){const _0x47108f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x105cc8,'accept');return this['forceDefaultExecution'](()=>_0x47108f(_0x2bfad1,_0x4d5ef8,_0x28d0ac)),null;}const _0x57d99b=this['editor']['plugins']['get']('Users')['me'];for(const _0x6a3937 of this['getSuggestions']()){if(_0x6a3937['author']['id']!=_0x57d99b['id'])continue;if('formatBlock'!=_0x6a3937['type']||_0x6a3937['data']['formatGroupId']!=_0x4d5ef8['formatGroupId'])continue;if(!Lt(_0x6a3937,_0x28d0ac))continue;const _0x5ef249=_0x6a3937['subType']==_0x105cc8;for(let _0x332eaa=0x0;_0x332eaa<_0x2bfad1['length'];_0x332eaa++){const _0x2aa390=_0x2bfad1[_0x332eaa];for(const _0x1e0d21 of _0x6a3937['getMarkers']()){const _0x4f4894=_0x1e0d21['getRange']();if(_0x2aa390['isEqual'](_0x4f4894)){_0x5ef249?(_0x2bfad1['splice'](_0x332eaa,0x1),_0x332eaa--):_0x6a3937['removeMarker'](_0x1e0d21['name']);break;}}}}if(0x0==_0x2bfad1['length'])return null;const _0x351107=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x105cc8,'join');for(const _0x3364ec of this['getSuggestions']())if(_0x3364ec['author']['id']==_0x57d99b['id']&&'formatBlock'==_0x3364ec['type']&&_0x3364ec['data']['formatGroupId']==_0x4d5ef8['formatGroupId']&&_0x3364ec['subType']==_0x105cc8&&Lt(_0x3364ec,_0x28d0ac)&&(_0x351107(_0x3364ec['getRanges'](),_0x2bfad1)||_0x351107(_0x2bfad1,_0x3364ec['getRanges']()))){for(const _0x5c20d3 of _0x2bfad1)_0x3364ec['addRange'](_0x5c20d3);return _0x3364ec;}const _0x159146=_0x282b27(),_0x3fcb15=_0x57d99b['id'],_0x219b2d='formatBlock:'+_0x105cc8,_0x2874d6=this['_setSuggestionData']({'id':_0x159146,'type':_0x219b2d,'data':_0x4d5ef8,'createdAt':new Date(),'authorId':_0x3fcb15,'attributes':_0x28d0ac});for(const _0x18f368 of _0x2bfad1)this['_addSuggestionMarker'](_0x219b2d,_0x159146,_0x3fcb15,_0x18f368,u['getMultiRangeId']());return _0x2874d6;}['markDeletion'](_0x42fd14,_0x2c0468=null,_0x2097cf={}){if(_0x42fd14['isCollapsed'])return null;const _0x41c5b2=this['editor']['plugins']['get']('Users')['me'],_0x288b26=new _0x4a275c(_0x42fd14['start'],_0x42fd14['end']);for(const {suggestion:_0x54d8dd,meta:_0x37ae78}of this['_findSuggestions'](_0x288b26,'insertion'))if(_0x37ae78['isOwn']&&!_0x37ae78['isNextTo']){if(_0x54d8dd['isMultiRange']){const _0x4ad5be=_0x54d8dd['getRanges']()['filter'](_0x4a06a2=>'$graveyard'!=_0x4a06a2['root']['rootName']);_0x4ad5be['every'](_0x3100fa=>_0x288b26['containsRange'](_0x3100fa,!0x0))&&_0x54d8dd['discard']();if(_0x4ad5be['some'](_0x3c95f9=>_0x3c95f9['containsRange'](_0x288b26,!0x0))){const _0x2f5e13=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2c0468,'accept');return this['forceDefaultExecution'](()=>_0x2f5e13([_0x288b26],null,_0x2097cf)),null;}}else{const _0x243b47=_0x288b26['getIntersection'](_0x54d8dd['getFirstRange']());null!==_0x243b47&&_0x54d8dd['_onDiscard']([_0x243b47],null,_0x2097cf);}}if(_0x288b26['detach'](),_0x288b26['isCollapsed']||'$graveyard'==_0x288b26['root']['rootName'])return null;let _0x5a7683=null,_0x286144=_0x288b26['start'],_0xd3636c=_0x288b26['end'];const _0x57c406=this['_findSuggestions'](_0x288b26,'deletion');for(const {suggestion:_0x3c31fa,meta:_0xc5490c}of _0x57c406){const _0x2843a3=this['_model']['createRange'](_0x286144,_0xd3636c);if(_0xc5490c['isOwn']&&(this['_mergeNestedSuggestions']||!_0xc5490c['containsRangeInObject']&&!_0xc5490c['isInsideObject'])){if(_0x3c31fa['isMultiRange']){if(!Lt(_0x3c31fa,_0x2097cf))continue;let _0x3ef46=!0x0;for(const _0x5454de of _0x3c31fa['getRanges']()){if(_0x5454de['containsRange'](_0x2843a3,!0x0))return _0x3c31fa;_0x2843a3['containsRange'](_0x5454de)||(_0x3ef46=!0x1);}_0x3ef46&&_0x3c31fa['discard']();}else{const _0xb5b091=_0x3c31fa['getFirstRange']();if(_0xb5b091['containsRange'](_0x2843a3,!0x0))return _0x3c31fa;if(!Lt(_0x3c31fa,_0x2097cf)){_0x2843a3['containsRange'](_0xb5b091)?_0x3c31fa['removeMarkers']():_0xb5b091['containsPosition'](_0x286144)?_0x286144=_0xb5b091['end']:_0xb5b091['containsPosition'](_0xd3636c)&&(_0xd3636c=_0xb5b091['start']);continue;}_0x286144=_0x286144['isBefore'](_0xb5b091['start'])?_0x286144:_0xb5b091['start'],_0xd3636c=_0xd3636c['isAfter'](_0xb5b091['end'])?_0xd3636c:_0xb5b091['end'],_0x2097cf=Object['assign']({},_0x3c31fa['attributes']),_0x5a7683?_0xb5b091['start']['isBefore'](_0x5a7683['getFirstRange']()['start'])?(_0x5a7683['removeMarkers'](),_0x5a7683=_0x3c31fa):_0x3c31fa['removeMarkers']():_0x5a7683=_0x3c31fa;}}}if(_0x5a7683)return this['_setSuggestionRange'](_0x5a7683,this['_model']['createRange'](_0x286144,_0xd3636c)),_0x5a7683;{const _0x4af511=_0x282b27(),_0x2ef864=this['_model']['createRange'](_0x286144,_0xd3636c),_0x26e205=_0x41c5b2['id'],_0x275720=_0x2c0468?'deletion:'+_0x2c0468:'deletion',_0x380bc5=this['_setSuggestionData']({'id':_0x4af511,'type':_0x275720,'createdAt':new Date(),'authorId':_0x26e205,'attributes':_0x2097cf});return this['_addSuggestionMarker'](_0x275720,_0x4af511,_0x26e205,_0x2ef864),_0x380bc5;}}['markMultiRangeDeletion'](_0x4505b7,_0x55a349='multi',_0x2a8e92={}){const _0x1a078e=this['editor']['plugins']['get']('Users')['me'],_0x565afd=_0x4505b7['map'](_0x2e9431=>new _0x4a275c(_0x2e9431['start'],_0x2e9431['end'])),_0x323704=new Set();for(const {suggestion:_0x2bfe4b,meta:_0x5d2f83}of this['_findSuggestions'](_0x565afd,'insertion'))_0x5d2f83['isOwn']&&!_0x5d2f83['isNextTo']&&_0x323704['add'](_0x2bfe4b);for(const _0x3d9a75 of _0x323704)if(_0x3d9a75['isMultiRange']){const _0x44477f=_0x3d9a75['getRanges']();(!_0x3d9a75['attributes']||!_0x3d9a75['attributes']['skipNestingCheck'])&&(_0x44477f['every'](_0x534929=>_0x565afd['some'](_0x38c931=>_0x38c931['containsRange'](_0x534929,!0x0)))&&_0x3d9a75['discard']());if(_0x565afd['every'](_0x162dd6=>_0x44477f['some'](_0x90b2c6=>_0x90b2c6['containsRange'](_0x162dd6,!0x0)))){const _0x2cbf1e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x55a349,'accept');return this['forceDefaultExecution'](()=>_0x2cbf1e(_0x4505b7,null,_0x2a8e92)),null;}}else{const _0x47f7d8=_0x3d9a75['getFirstRange']();_0x565afd['some'](_0xf0dfaa=>_0xf0dfaa['containsRange'](_0x47f7d8,!0x0))&&_0x3d9a75['discard']();if(_0x565afd['every'](_0x16e49f=>_0x47f7d8['containsRange'](_0x16e49f,!0x0))){const _0x10a09e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x55a349,'accept');return this['forceDefaultExecution'](()=>_0x10a09e(_0x565afd,null,_0x2a8e92)),null;}}const _0x2492a7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x55a349,'join');let _0x36b1a8=null;for(const _0x440c9a of this['getSuggestions']())if(_0x440c9a['author']['id']==_0x1a078e['id']&&_0x440c9a['isInContent']&&'deletion'==_0x440c9a['type']&&_0x440c9a['subType']==_0x55a349&&Lt(_0x440c9a,_0x2a8e92)&&(_0x2492a7(_0x440c9a['getRanges'](),_0x565afd)||_0x2492a7(_0x565afd,_0x440c9a['getRanges']()))){if(_0x36b1a8){if(_0x440c9a['commentThread']&&_0x440c9a['commentThread']['length'])continue;for(const _0x62fa7a of _0x440c9a['getRanges']())_0x36b1a8['isIntersectingWithRange'](_0x62fa7a)||_0x36b1a8['addRange'](_0x62fa7a);_0x440c9a['removeMarkers']();}else{_0x36b1a8=_0x440c9a;for(const _0xeaefe2 of _0x565afd)_0x440c9a['isIntersectingWithRange'](_0xeaefe2)||_0x440c9a['addRange'](_0xeaefe2);}}if(_0x36b1a8)return _0x36b1a8;_0x323704['clear']();for(const {suggestion:_0x314bd8,meta:_0x457eef}of this['_findSuggestions'](_0x565afd,'deletion'))_0x457eef['isOwn']&&(this['_mergeNestedSuggestions']||!_0x457eef['containsRangeInObject']&&!_0x457eef['isInsideObject'])&&Lt(_0x314bd8,_0x2a8e92)&&_0x323704['add'](_0x314bd8);for(const _0x2ba3fa of _0x323704){const _0x4c6194=_0x2ba3fa['getRanges']();if(!_0x2a8e92||!_0x2a8e92['skipNestingCheck']){if(_0x565afd['every'](_0x11a932=>_0x4c6194['some'](_0x2e63e9=>_0x2e63e9['containsRange'](_0x11a932,!0x0))))return _0x2ba3fa;}(!_0x2ba3fa['attributes']||!_0x2ba3fa['attributes']['skipNestingCheck'])&&(_0x4c6194['every'](_0x5180f5=>_0x565afd['some'](_0x29780a=>_0x29780a['containsRange'](_0x5180f5,!0x0)))&&_0x2ba3fa['discard']());}const _0x3b2d77=_0x282b27(),_0x75fff0=_0x1a078e['id'],_0x25f4fc='deletion:'+_0x55a349,_0x1b98db=this['_setSuggestionData']({'id':_0x3b2d77,'type':_0x25f4fc,'createdAt':new Date(),'authorId':_0x75fff0,'attributes':_0x2a8e92});for(const _0x41c8eb of _0x565afd)_0x41c8eb['detach'](),_0x41c8eb['isCollapsed']||'$graveyard'==_0x41c8eb['root']['rootName']||this['_addSuggestionMarker'](_0x25f4fc,_0x3b2d77,_0x75fff0,_0x41c8eb,u['getMultiRangeId']());return _0x1b98db;}['markAttributeChange'](_0x5a46d5,_0x24816d,_0x372711,_0x2bbca2,_0x2b12f8){if(_0x5a46d5['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2919c1=this['editor']['plugins']['get']('Users')['me']['id'],_0x1b722d=Array['from'](this['_suggestions']['values']())['filter'](_0x559480=>'attribute'==_0x559480['type']&&_0x559480['data']['key']==_0x24816d&&_0x559480['isIntersectingWithRange'](_0x5a46d5));if('default'===this['_trackFormatChanges']){const _0x2fbb1c=this['_findSuggestions'](_0x5a46d5,'insertion')['filter'](({meta:_0x43dfb0})=>_0x43dfb0['isOwn']&&!_0x43dfb0['isInsideObject']&&!_0x43dfb0['isNextTo'])['map'](({suggestion:_0x8598ac})=>_0x8598ac);_0x1b722d['unshift'](..._0x2fbb1c);}const _0x14211c=new Map([[_0x5a46d5,_0x372711]]);for(const _0x25d627 of _0x1b722d){const _0x51ab6a='attribute'==_0x25d627['type']?_0x25d627['data']['oldValue']:void 0x0,_0x5ee0f1=_0x25d627['getFirstRange'](),_0x5653e4=Array['from'](_0x14211c['keys']())['find'](_0x95f08a=>_0x95f08a['isIntersecting'](_0x5ee0f1));if(!_0x5653e4)continue;const _0x460038=_0x5653e4['getDifference'](_0x5ee0f1);this['_isBlockAttribute'](_0x24816d)&&'insertion'==_0x25d627['type']&&0x0!=_0x460038['length']||(_0x14211c['delete'](_0x5653e4),_0x460038['forEach'](_0xb70d90=>{_0x14211c['set'](_0xb70d90,_0x372711);}),'insertion'!=_0x25d627['type']&&_0x51ab6a!=_0x2bbca2&&_0x14211c['set'](_0x5653e4['getIntersection'](_0x5ee0f1),_0x51ab6a));}const _0x141af5=[];for(const [_0xebbdff,_0x1bfe20]of _0x14211c){const _0x1cb356=_0x282b27(),_0x6a3ac4={'key':_0x24816d,'oldValue':_0x1bfe20,'newValue':_0x2bbca2};_0x24816d['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':_0x24816d});const _0x332620=('attribute:'+(_0x24816d+'|'+Vt({'newValue':_0x2bbca2})))['substring'](0x0,0x3c),_0x2931e9=this['_setSuggestionData']({'id':_0x1cb356,'type':_0x332620,'data':_0x6a3ac4,'createdAt':new Date(),'authorId':_0x2919c1,'attributes':_0x2b12f8});_0x141af5['push'](_0x2931e9),this['_addSuggestionMarker'](_0x332620,_0x1cb356,_0x2919c1,_0xebbdff);}return _0x141af5;}['enableDefaultAttributesIntegration'](_0x2c6704){this['enableCommand'](_0x2c6704,(_0x117596,..._0x3649d3)=>{this['_recordAttributeChanges'](()=>{_0x117596(..._0x3649d3);});});}['registerBlockAttribute'](_0x19e9be){this['_blockAttributeKeys']['add'](_0x19e9be);}['registerInlineAttribute'](_0x5f06f5){this['_inlineAttributeKeys']['add'](_0x5f06f5);}['_getAttributeKey'](_0x52c4d8){return'attribute'==_0x52c4d8['type']?_0x52c4d8['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x249e16,_0x3d26b4){const _0x513217=_0x249e16['getFirstMarker']();this['_model']['change'](_0x25e6e0=>{_0x25e6e0['updateMarker'](_0x513217,{'range':_0x3d26b4});});}['_addThreadToSuggestion'](_0x4ee63c){const _0x4fe97d=_0x4ee63c['id'],_0x4ba400=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x4fe97d)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4ba400,'threadId':_0x4fe97d,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5e8759=this['_commentsRepository']['getCommentThread'](_0x4fe97d);_0x5e8759['unbind']('isRemovable'),_0x5e8759['isRemovable']=!0x1,_0x4ee63c['commentThread']=_0x5e8759;}['_checkSuggestionCorrectness'](_0x4d542d,_0x2c616d,_0x4d5b3a,_0x1b2aa1){if(_0x4d542d['type']!=_0x2c616d||_0x4d542d['subType']!=_0x4d5b3a||_0x4d542d['creator']['id']!=_0x1b2aa1)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x130dd5('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3e11ce,_0x4f1714){const _0x19af70=_0x3e11ce['getFirstRange']();if(_0x4f1714['isEqual'](_0x19af70))_0x3e11ce['removeMarkers']();else{if(_0x19af70['containsRange'](_0x4f1714)){const _0x12e683=this['_model']['createPositionAt'](_0x4f1714['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3e11ce,this['_model']['createRange'](_0x19af70['start'],_0x12e683));const _0x276d42=_0x282b27(),_0x2a3756=_0x3e11ce['creator']['id'],_0x4cedf2=_0x3e11ce['type']+':'+_0x3e11ce['subType'];this['_setSuggestionData']({'id':_0x276d42,'type':_0x4cedf2,'createdAt':new Date(),'authorId':_0x2a3756,'data':_0x3e11ce['data'],'attributes':_0x3e11ce['attributes']});const _0x3d3a5b=this['_model']['createPositionAt'](_0x4f1714['end']['parent'],'after'),_0x7ce006=this['_model']['createRange'](_0x3d3a5b,_0x19af70['end']);this['_addSuggestionMarker'](_0x4cedf2,_0x276d42,_0x2a3756,_0x7ce006);}else{if(_0x19af70['containsPosition'](_0x4f1714['start'])){const _0x293124=this['_model']['createPositionAt'](_0x4f1714['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3e11ce,this['_model']['createRange'](_0x19af70['start'],_0x293124));}else{const _0x2bb90e=this['_model']['createPositionAt'](_0x4f1714['end']['parent'],'after');this['_setSuggestionRange'](_0x3e11ce,this['_model']['createRange'](_0x2bb90e,_0x19af70['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x209f31){for(const {suggestion:_0x524834,meta:_0x23c7e8}of this['_findSuggestions'](_0x209f31,'insertion')){if(!_0x23c7e8['isOwn'])continue;const _0x45b8e0=_0x524834['getRanges']();for(const _0x1ec08a of _0x45b8e0)if(!_0x209f31['getDifference'](_0x1ec08a)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1068ee){const _0x2f77c2=this['editor']['plugins']['get']('Users')['getUser'](_0x1068ee);if(!_0x2f77c2)throw new _0x130dd5('track-changes-user-not-found',this);return _0x2f77c2;}['_getExternalAuthor'](_0x178c0b){const _0x400bee=this['editor']['plugins']['get']('Users'),_0x16156d=_0x458b6b('external:'+_0x178c0b),_0x1b5968=_0x400bee['getUser'](_0x16156d);return _0x1b5968||_0x400bee['addUser']({'id':_0x16156d,'name':_0x178c0b});}['_createSuggestion'](_0x1c9c44,_0x3723ba,_0x3b3349,_0x587f34,_0x1a8d8c){const _0x52cb15=this['_getAuthorFromId'](_0x587f34),_0x2cdc42=this['_suggestionFactory']['buildSuggestion'](_0x1c9c44,_0x3723ba,_0x3b3349,_0x52cb15,_0x1a8d8c,_0x5726e1=>{this['_updateSuggestionData'](_0x3b3349,{'attributes':_0x5726e1});const _0x39445d=this['getSuggestion'](_0x3b3349);this['_joinWithAdjacentSuggestions'](new Set([_0x39445d])),this['_refreshSuggestionsChain'](new Set([_0x39445d]));});return this['listenTo'](_0x2cdc42,'accept',()=>{this['_updateSuggestionData'](_0x3b3349,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x2cdc42,'discard',()=>{this['_updateSuggestionData'](_0x3b3349,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x3b3349,_0x2cdc42),this['_suggestionState']['set'](_0x2cdc42,'notReady'),_0x2cdc42;}['_splitMarkerName'](_0x2b5c11){const _0x1eafa4=_0x2b5c11['split'](':');return{'group':_0x1eafa4[0x0],'type':_0x1eafa4[0x1],'subType':_0x1eafa4['length']>=0x5?_0x1eafa4[0x2]:null,'id':_0x1eafa4['length']<0x5?_0x1eafa4[0x2]:_0x1eafa4[0x3],'authorId':_0x1eafa4['length']<0x5?_0x1eafa4[0x3]:_0x1eafa4[0x4],'markerCount':0x6==_0x1eafa4['length']?_0x1eafa4[0x5]:null};}['_breakSuggestionMarker'](_0x6dda58,_0x34e35c,_0x53ec9d){const _0x39f8c1=_0x6dda58['getFirstRange'](),_0x5c20aa=_0x39f8c1['start'],_0x5df662=_0x39f8c1['end'];this['_setSuggestionRange'](_0x6dda58,this['_model']['createRange'](_0x5c20aa,_0x34e35c));const _0x9ba903=_0x282b27(),_0x479992=_0x6dda58['creator']['id'],_0x5efac9=_0x6dda58['type']+(_0x6dda58['subType']?':'+_0x6dda58['subType']:'');this['_setSuggestionData']({'id':_0x9ba903,'type':_0x5efac9,'createdAt':new Date(),'authorId':_0x479992,'originalSuggestionId':_0x6dda58['id'],'attributes':_0x6dda58['attributes'],'data':_0x6dda58['data']});const _0x5dbd3c=this['_getAttributeKey'](_0x6dda58);('formatBlock'==_0x6dda58['type']||_0x5dbd3c&&this['_isBlockAttribute'](_0x5dbd3c))&&(_0x53ec9d=this['_model']['createPositionBefore'](_0x53ec9d['parent'])),this['_addSuggestionMarker'](_0x5efac9,_0x9ba903,_0x479992,this['_model']['createRange'](_0x53ec9d,_0x5df662));}['_findSuggestions'](_0x58e465,_0x5d1abf=null){const _0x3bd029=[],_0x4fb910=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x58e465)||(_0x58e465=[_0x58e465]);for(const _0x2776a0 of this['getSuggestions']()){if(!_0x2776a0['isInContent'])continue;if(_0x5d1abf&&_0x2776a0['type']!=_0x5d1abf)continue;let _0x45cbb4=!0x1;for(const _0x512ffa of _0x2776a0['getRanges']()){for(const _0x508082 of _0x58e465){const _0x2d3ee2=_0x508082['start']['isEqual'](_0x512ffa['end'])||_0x508082['end']['isEqual'](_0x512ffa['start']);if(_0x2d3ee2||_0x508082['getIntersection'](_0x512ffa)){const _0x2fcfb1=_0x508082['containsRange'](_0x512ffa)&&Rt(this['_model']['schema'],_0x512ffa['start'],_0x508082),_0x27f492=_0x512ffa['containsRange'](_0x508082)&&Rt(this['_model']['schema'],_0x508082['start'],_0x512ffa);_0x3bd029['push']({'suggestion':_0x2776a0,'meta':{'isOwn':_0x4fb910==_0x2776a0['author'],'isNextTo':_0x2d3ee2,'isInsideObject':_0x2fcfb1,'containsRangeInObject':_0x27f492}}),_0x45cbb4=!0x0;break;}}if(_0x45cbb4)break;}}return _0x3bd029;}['_addSuggestionMarker'](_0xa76115,_0x1893dc,_0x376830,_0x24e962,_0x366151){this['_model']['change'](_0x7cd0ef=>{let _0x33d7d9='suggestion:'+_0xa76115+':'+_0x1893dc+':'+_0x376830;_0x366151&&(_0x33d7d9=_0x33d7d9+':'+_0x366151),_0x7cd0ef['addMarker'](_0x33d7d9,{'range':_0x24e962,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1fc697){const _0x5e8ee1=_0x1fc697['previous'],_0x216466=_0x1fc697['next'];_0x1fc697['previous']=null,_0x1fc697['next']=null,null!=_0x5e8ee1&&_0x5e8ee1['next']==_0x1fc697&&(_0x5e8ee1['next']=_0x216466),null!=_0x216466&&_0x216466['previous']==_0x1fc697&&(_0x216466['previous']=_0x5e8ee1),'ready'==this['_suggestionState']['get'](_0x1fc697)&&(this['_suggestionState']['set'](_0x1fc697,'removed'),this['fire']('suggestionUnloaded',_0x1fc697,_0x5e8ee1,_0x216466));}['_setSuggestionData'](_0x43f445){const _0x18838e=_0x43f445['id'],_0x500106=this['addSuggestionData'](_0x43f445);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1db18b=this['editor']['plugins']['get']('PendingActions'),_0x90609f=_0x500106['hasComments'],_0x575646=_0x500106['subType']?_0x500106['type']+':'+_0x500106['subType']:_0x500106['type'],_0x1e9f3e=this['editor']['locale'],_0x1086d5=_0x1db18b['add'](o(_0x1e9f3e,'PENDING_ACTION_SUGGESTION')),_0x3c1c07={'id':_0x18838e,'type':_0x575646,'hasComments':_0x90609f,'data':_0x43f445['data']||null,'originalSuggestionId':_0x43f445['originalSuggestionId']||null,'attributes':_0x500106['attributes']};this['_adapter']['addSuggestion'](_0x3c1c07)['then'](_0x192ea8=>{_0x500106['_saved']=!0x0,_0x1db18b['remove'](_0x1086d5),_0x192ea8&&_0x192ea8['createdAt']&&(this['_suggestions']['get'](_0x18838e)['createdAt']=_0x192ea8['createdAt']);})['catch'](_0x307499=>{throw _0x2166bc('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x500106['discard']();}),_0x500106['stopListening'](),this['_suggestions']['delete'](_0x500106['id']),this['_suggestionState']['delete'](_0x500106),_0x307499;});}return _0x500106;}['_isBlockAttribute'](_0x38e8b3){return this['_blockAttributeKeys']['has'](_0x38e8b3);}['_updateSuggestionData'](_0x5b0a40,_0x5f400a){const _0x35098f=this['editor']['plugins']['get']('PendingActions'),_0x1068d0=this['getSuggestion'](_0x5b0a40);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x1068d0['_saved']){const _0x380051=_0x35098f['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x5b0a40,_0x5f400a)['then'](()=>{_0x35098f['remove'](_0x380051);});}else _0x1068d0['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x5b0a40,_0x5f400a);});}}['_getSuggestionData'](_0x22205e){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x130dd5('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x22205e);}['_handleNewSuggestionMarker'](_0x1bf2d0){const {id:_0xe51405,type:_0x3d07db,subType:_0x58ec12,authorId:_0x492eca}=this['_splitMarkerName'](_0x1bf2d0),_0x52d752=this['_suggestions']['get'](_0xe51405)||this['_createSuggestion'](_0x3d07db,_0x58ec12,_0xe51405,_0x492eca,{});switch(this['_checkSuggestionCorrectness'](_0x52d752,_0x3d07db,_0x58ec12,_0x492eca),this['_suggestionState']['get'](_0x52d752)){case'notReady':this['_getSuggestionData'](_0xe51405)['then'](_0x190605=>{let _0x4e86bc=Promise['resolve']();_0x190605['hasComments']&&(_0x4e86bc=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0xe51405})),_0x4e86bc['then'](()=>{this['addSuggestionData'](_0x190605)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x52d752,'markerReady');break;case'removed':this['_updateSuggestionData'](_0xe51405,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x52d752,'ready'),this['fire']('suggestionLoaded',_0x52d752);break;case'ready':this['fire']('suggestionChanged',_0x52d752);}return _0x52d752['addMarkerName'](_0x1bf2d0),_0x52d752;}['_refreshSuggestionsChain'](_0x54d68e){const _0x4c6a88=Array['from'](_0x54d68e),_0x2bc3c4=_0x4c6a88['filter'](_0x43a100=>'attribute'==_0x43a100['type']);this['_refreshAttributeSuggestionsChain'](_0x2bc3c4);const _0x514d15=_0x4c6a88['filter'](_0x505e1e=>!_0x505e1e['isMultiRange']&&'attribute'!=_0x505e1e['type']),_0x39e023=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x584a21=>!_0x584a21['isMultiRange']&&'attribute'!=_0x584a21['type']),_0x186253=_0x39e023['filter'](_0x20f0b7=>!_0x54d68e['has'](_0x20f0b7)),_0x3041fd=new Map(_0x39e023['map'](_0x594432=>[_0x594432,this['_suggestionFactory']['getSuggestionCallback'](_0x594432['type'],_0x594432['subType'],'chain')])),_0x43a3a8=new Map(_0x39e023['map'](_0x471009=>[_0x471009,_0x471009['getFirstRange']()])),_0x1f8b1b=new Set(),_0x4886fb=new Set();for(let _0x1eacd1=0x0;_0x1eacd1<_0x514d15['length'];_0x1eacd1++)_0x43e8dc(_0x514d15[_0x1eacd1],_0x514d15,_0x1eacd1+0x1);for(let _0x32177b=0x0;_0x32177b<_0x514d15['length'];_0x32177b++)_0x43e8dc(_0x514d15[_0x32177b],_0x186253,0x0);const _0x475fad=new Set();for(let _0x178d96=0x0;_0x178d96<_0x514d15['length'];_0x178d96++){const _0x1f1515=_0x514d15[_0x178d96];!_0x4886fb['has'](_0x1f1515)&&_0x1f1515['previous']&&(_0x475fad['add'](_0x1f1515['previous']),_0x1f1515['previous']['next']===_0x1f1515&&(_0x1f1515['previous']['next']=null),_0x1f1515['previous']=null),!_0x1f8b1b['has'](_0x1f1515)&&_0x1f1515['next']&&(_0x475fad['add'](_0x1f1515['next']),_0x1f1515['next']['previous']===_0x1f1515&&(_0x1f1515['next']['previous']=null),_0x1f1515['next']=null);}function _0x43e8dc(_0x19c089,_0x118e16,_0x217181){for(let _0x4964a7=_0x217181;_0x4964a7<_0x118e16['length'];_0x4964a7++){const _0x12f891=_0x12a1ff(_0x19c089,_0x118e16[_0x4964a7]);_0x12f891&&(_0x12f891[0x0]['next']=_0x12f891[0x1],_0x12f891[0x1]['previous']=_0x12f891[0x0],_0x1f8b1b['add'](_0x12f891[0x0]),_0x4886fb['add'](_0x12f891[0x1]));}}function _0x12a1ff(_0x581b28,_0x3b8e9f){if(_0x581b28['author']['id']!==_0x3b8e9f['author']['id'])return null;const _0x22d716=_0x3041fd['get'](_0x581b28)(_0x581b28,_0x3b8e9f,_0x43a3a8['get'](_0x581b28),_0x43a3a8['get'](_0x3b8e9f));if(!_0x22d716)return null;return _0x3041fd['get'](_0x3b8e9f)(_0x581b28,_0x3b8e9f,_0x43a3a8['get'](_0x581b28),_0x43a3a8['get'](_0x3b8e9f))?_0x22d716[0x1]['commentThread']&&_0x22d716[0x1]['commentThread']['length']?null:_0x22d716:null;}_0x475fad['size']&&this['_refreshSuggestionsChain'](_0x475fad);}['_refreshAttributeSuggestionsChain'](_0x2859a6){if(0x0==_0x2859a6['length'])return;const _0x27725c=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x9dc482=>'attribute'==_0x9dc482['type']&&_0x9dc482['_isDataLoaded']),_0x21ffdb=[],_0x2213e4=new Map();for(const _0x30ef0b of _0x27725c){const _0x3a919b=_0x458b6b(_0x30ef0b['attributes']);_0x2213e4['has'](_0x3a919b)||(_0x2213e4['set'](_0x3a919b,_0x21ffdb['length']),_0x21ffdb['push']([]));const _0x22ee63=_0x2213e4['get'](_0x3a919b);_0x21ffdb[_0x22ee63]['push'](_0x30ef0b);}!(function(){_0x21ffdb['sort']((_0x4f37c5,_0x23474c)=>{const _0x56efba=_0x4f37c5[0x0]['createdAt'],_0xf9edd4=_0x23474c[0x0]['createdAt'];return _0x56efba==_0xf9edd4?_0x4f37c5[0x0]['attributes']['groupId']<_0x23474c[0x0]['attributes']['groupId']?-0x1:0x1:_0x56efba<_0xf9edd4?-0x1:0x1;});for(const _0x421377 of _0x21ffdb)_0x421377['sort']((_0x49ef31,_0x2a0e89)=>_0x49ef31['id']<_0x2a0e89['id']?-0x1:0x1);}());for(let _0x5836d5=0x0;_0x5836d5<_0x21ffdb['length'];_0x5836d5++){if(0x0==_0x21ffdb[_0x5836d5]['length'])continue;const _0x360162=[];for(let _0xb70e58=_0x5836d5+0x1;_0xb70e58<_0x21ffdb['length'];_0xb70e58++)0x0!=_0x21ffdb[_0xb70e58]['length']&&_0x49914c(_0x21ffdb[_0x5836d5],_0x21ffdb[_0xb70e58])&&_0x360162['push'](_0xb70e58);for(const _0x3d1196 of _0x360162)_0x21ffdb[_0x5836d5]=_0x21ffdb[_0x5836d5]['concat'](_0x21ffdb[_0x3d1196]),_0x21ffdb[_0x3d1196]=[];}for(const _0xacfd46 of _0x21ffdb)for(let _0x305e8e=0x0;_0x305e8e<_0xacfd46['length'];_0x305e8e++)_0xacfd46[_0x305e8e]['next']=_0xacfd46[_0x305e8e+0x1]||null;for(const _0xbf5399 of _0x21ffdb)for(let _0xc6bfa5=0x0;_0xc6bfa5<_0xbf5399['length'];_0xc6bfa5++)_0xbf5399[_0xc6bfa5]['previous']=_0xbf5399[_0xc6bfa5-0x1]||null;function _0x49914c(_0x3c6d54,_0x33cd37){if(_0x3c6d54[0x0]['attributes']['groupId']!==_0x33cd37[0x0]['attributes']['groupId']&&_0x3c6d54[0x0]['author']!==_0x33cd37[0x0]['author'])return!0x1;if(!function(_0x1eb63f,_0x1038d5){if(!_0x1eb63f['hasComments']&&!_0x1038d5['hasComments'])return!0x0;if(_0x1eb63f['hasComments']&&_0x1038d5['hasComments'])return!0x1;if(_0x1eb63f['hasComments']&&_0x1038d5['createdAt']<_0x1eb63f['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x1038d5['hasComments']&&_0x1eb63f['createdAt']<_0x1038d5['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x3c6d54[0x0],_0x33cd37[0x0]))return!0x1;const _0xf0282f=Bt(_0x3c6d54[0x0]['attributes'],'groupId'),_0xf31b41=Bt(_0x33cd37[0x0]['attributes'],'groupId');if(!_0x5b7b57(_0xf0282f,_0xf31b41))return!0x1;return!!_0x3c6d54['every'](_0x5b47e2=>_0x33cd37['some'](_0x5daf07=>_0x5b47e2['getFirstRange']()['isEqual'](_0x5daf07['getFirstRange']())))&&_0x33cd37['every'](_0x5654dd=>_0x3c6d54['some'](_0xba42a6=>_0x5654dd['getFirstRange']()['isEqual'](_0xba42a6['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x3ec6e3){const _0x155e62=Array['from'](_0x3ec6e3),_0x5c7c40=this['getSuggestions']({'skipNotAttached':!0x0}),_0x329280=_0x5c7c40['filter'](_0x567eaf=>!_0x3ec6e3['has'](_0x567eaf)),_0x882688=new Map(_0x155e62['map'](_0x9bb5c4=>[_0x9bb5c4,this['_suggestionFactory']['getSuggestionCallback'](_0x9bb5c4['type'],_0x9bb5c4['subType'],'join')])),_0x3ad767=new Map(_0x5c7c40['map'](_0x485187=>[_0x485187,_0x485187['getRanges']()]));for(let _0x388d85=0x0;_0x388d85<_0x155e62['length'];_0x388d85++){if(_0x14365e(this,_0x155e62[_0x388d85],_0x155e62,_0x388d85+0x1))return!0x0;}for(let _0x2e0b46=0x0;_0x2e0b46<_0x155e62['length'];_0x2e0b46++){if(_0x14365e(this,_0x155e62[_0x2e0b46],_0x329280,0x0))return!0x0;}return!0x1;function _0x14365e(_0x425cda,_0x54af0a,_0x102013,_0x13ad0c){for(let _0x2725f7=_0x13ad0c;_0x2725f7<_0x102013['length'];_0x2725f7++){const _0x49f232=_0x102013[_0x2725f7];if(_0x49f232['type']!==_0x54af0a['type']||_0x49f232['author']['id']!==_0x54af0a['author']['id']||_0x49f232['subType']!==_0x54af0a['subType'])continue;if(!Pt(_0x54af0a,_0x49f232,['groupId']))continue;if('attribute'==_0x54af0a['type']&&_0x54af0a['data']['oldValue']!=_0x49f232['data']['oldValue'])continue;if('attribute'==_0x54af0a['type']&&_0x425cda['_isBlockAttribute'](_0x54af0a['data']['key']))continue;if('formatBlock'==_0x54af0a['type']){const _0x529077=_0x425cda['editor']['model'],_0x444a2d=_0x54af0a['getContainedElement']();if(_0x444a2d&&(_0x529077['schema']['isObject'](_0x444a2d)||_0x529077['schema']['isLimit'](_0x444a2d)))continue;}const _0x4fd18e=_0x882688['get'](_0x54af0a),_0x37596e=_0x3ad767['get'](_0x54af0a),_0x50bb77=_0x3ad767['get'](_0x49f232),_0x4ffd40=_0x54af0a['commentThread']&&_0x54af0a['commentThread']['length'],_0x467a30=_0x49f232['commentThread']&&_0x49f232['commentThread']['length'];if(!_0x4ffd40&&_0x4fd18e(_0x50bb77,_0x37596e))return _0x425cda['_joinSuggestions'](_0x49f232,_0x54af0a),_0x3ad767['delete'](_0x54af0a),!0x0;if(!_0x467a30&&_0x4fd18e(_0x37596e,_0x50bb77))return _0x425cda['_joinSuggestions'](_0x54af0a,_0x49f232),_0x3ad767['delete'](_0x49f232),!0x0;}return!0x1;}}['_joinSuggestions'](_0x1b639c,_0x1ec00e){if(_0x1b639c['isMultiRange']){for(const _0x98b2b7 of _0x1ec00e['getRanges']())_0x1b639c['addRange'](_0x98b2b7);}else{const _0x24bad5=_0x1ec00e['getFirstRange']()['end'];this['_setSuggestionRange'](_0x1b639c,this['_model']['createRange'](_0x1b639c['getFirstRange']()['start'],_0x24bad5));}_0x1ec00e['removeMarkers']();}['_getMarkerAnnouncementText'](_0x65bb1f,_0x1a5135){const _0x2e4150=_0x65bb1f['startsWith']('format')||_0x65bb1f['startsWith']('attribute')?'FORMATTING':_0x65bb1f['toUpperCase']();return o(this['editor']['locale'],_0x1a5135+'_'+_0x2e4150+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x37d257=this['editor'];if(!_0x37d257['ui'])return;const {ariaLiveAnnouncer:_0x434957}=_0x37d257['ui'];_0x50c4fa(this['_model'],({left:_0xe74c5,entered:_0x5b01df})=>{for(const _0x1a6aff of _0xe74c5){const {group:_0x3239d9,type:_0x173e8d}=this['_splitMarkerName'](_0x1a6aff['name']);if('suggestion'===_0x3239d9){_0x434957['announce'](this['_getMarkerAnnouncementText'](_0x173e8d,'LEAVE'));break;}}for(const _0x220905 of _0x5b01df){const {group:_0x294c80,type:_0x1972a7}=this['_splitMarkerName'](_0x220905['name']);if('suggestion'===_0x294c80){_0x434957['announce'](this['_getMarkerAnnouncementText'](_0x1972a7,'ENTER'));break;}}});}['_processAttributeChanges'](_0x1716de){if(this['_recordAttributeSuggestions'])return!0x1;const _0x24f994=this['editor'],_0x6e018d=_0x24f994['model']['document']['differ']['getChanges']();if(0x0==_0x6e018d['length'])return!0x1;const _0x574aa2=[],_0x38ab75=_0x6e018d['filter'](_0x328763=>'attribute'==_0x328763['type']),_0x36b9b6=_0x6e018d['filter'](_0x47fc15=>'insert'==_0x47fc15['type']&&'$text'!=_0x47fc15['name']),_0xe5d779=_0x6e018d['filter'](_0x4569c2=>'remove'==_0x4569c2['type']&&'$text'!=_0x4569c2['name']);for(const _0xc86051 of _0x38ab75)_0x574aa2['push']({'key':_0xc86051['attributeKey'],'newValue':_0xc86051['attributeNewValue'],'oldValue':_0xc86051['attributeOldValue'],'range':Ot(_0xc86051['range'],_0x24f994['model'])});for(const _0x569431 of _0x36b9b6){const _0x3e63e8=_0xe5d779['find'](_0x583791=>_0x583791['position']['isEqual'](_0x569431['position']));_0x3e63e8&&_0x574aa2['push']({'key':m,'newValue':_0x569431['name'],'oldValue':_0x3e63e8['name'],'range':_0x24f994['model']['createRangeOn'](_0x569431['position']['nodeAfter'])});}return 0x0!=_0x574aa2['length']&&this['_reduceExistingSuggestions'](_0x1716de,_0x574aa2);}['_processAttributeSuggestions'](_0x383c28){let _0xc20264=!0x1;const _0x4dc477=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2d2da3=>_0x2d2da3['data']['newRange']&&_0x2d2da3['name']['startsWith']('suggestion:attribute:'));for(const _0xf7009 of _0x4dc477){const {subType:_0x463295,id:_0x33af9a}=this['_splitMarkerName'](_0xf7009['name']),_0x38a26f=_0x463295['split']('|')[0x0];for(const _0x218cbf of this['getSuggestions']({'skipNotAttached':!0x0}))_0x218cbf['id']!=_0x33af9a&&'attribute'==_0x218cbf['type']&&_0x218cbf['data']&&_0x218cbf['data']['key']==_0x38a26f&&_0x218cbf['getFirstRange']()['isIntersecting'](_0xf7009['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x218cbf,_0xf7009['data']['newRange'],_0x383c28),_0xc20264=!0x0);}return _0xc20264;}['_recordAttributeChanges'](_0xad1d55){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0xad1d55();}['_isRegisteredAttribute'](_0x42815e){const _0x4f641e=this['_isBlockAttribute'](_0x42815e),_0x46303d=this['_inlineAttributeKeys']['has'](_0x42815e);return _0x4f641e||_0x46303d;}['_reduceExistingSuggestions'](_0x1578f2,_0x5b70f9){if(0x0==_0x5b70f9['length'])return!0x1;let _0x49995a=!0x1;for(const _0x3bf05b of _0x5b70f9){const _0x25bdab=this['_findSuggestions'](_0x3bf05b['range'],'attribute')['filter'](_0x3e3668=>!_0x3e3668['meta']['isNextTo'])['map'](_0x8f23da=>_0x8f23da['suggestion']),_0x2e5521=_0x458b6b({'newValue':_0x3bf05b['newValue']});_0x25bdab['filter'](_0x58e950=>{const [_0x52c001,_0x43defb]=_0x58e950['subType']['split']('|');return _0x52c001==_0x3bf05b['key']&&_0x43defb!=_0x2e5521;})['forEach'](_0x19019f=>{this['_reduceSuggestionAttributeRange'](_0x19019f,_0x3bf05b['range'],_0x1578f2),_0x49995a=!0x0;});}return _0x49995a;}['_reduceSuggestionAttributeRange'](_0x470735,_0x55e2ff,_0x289519){const _0x1e8b47=_0x470735['getFirstRange']()['getDifference'](_0x55e2ff);0x0!==_0x1e8b47['length']?0x1!==_0x1e8b47['length']?this['_breakSuggestionMarker'](_0x470735,_0x55e2ff['start'],_0x55e2ff['end']):this['_setSuggestionRange'](_0x470735,_0x1e8b47[0x0]):_0x289519['removeMarker'](_0x470735['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x1d84e4){this['_editor']=_0x1d84e4,this['_model']=_0x1d84e4['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3c93c0,_0x242e99,_0x30f5f3,_0x14f53f,_0x35eb0e,_0x2d3cf0){return new u(this['_model'],{'type':_0x3c93c0,'subType':_0x242e99,'id':_0x30f5f3,'author':_0x14f53f,'creator':_0x14f53f,'attributes':_0x35eb0e,'onAttributesChange':_0x2d3cf0,'onAccept':(..._0x3c1e61)=>this['getSuggestionCallback'](_0x3c93c0,_0x242e99,'accept')(..._0x3c1e61),'onDiscard':(..._0x4ea626)=>this['getSuggestionCallback'](_0x3c93c0,_0x242e99,'discard')(..._0x4ea626)});}['registerCustomCallback'](_0x4b8c0c,_0x1c7e62,_0x2765ab,_0xb2bf8c){const _0x489b55=_0x4b8c0c+':'+_0x1c7e62+':'+_0x2765ab;this['_customCallbacks']['set'](_0x489b55,_0xb2bf8c);}['getSuggestionCallback'](_0x179677,_0x5a91b8,_0x23d1d2){const _0x2fd691=_0x179677+':'+_0x5a91b8+':'+_0x23d1d2;return this['_customCallbacks']['get'](_0x2fd691)||this['_defaultCallbacks']['get'](_0x179677+':'+_0x23d1d2);}['_registerDefaultCallbacks'](){const _0x4dcfef=()=>!0x1,_0x1a18cf=_0x348086=>{_0x348086['sort']((_0x42dce2,_0x9ccb82)=>_0x42dce2['start']['isBefore'](_0x9ccb82['start'])?0x1:-0x1),this['_model']['change'](_0x2c3b63=>{for(const _0x40a901 of _0x348086){let _0x5ab6c3;_0x5ab6c3=_0x40a901['end']['isAtEnd']&&_0x40a901['end']['parent']==_0x40a901['start']['nodeAfter']?_0x2c3b63['createSelection'](_0x40a901['start']['nodeAfter'],'on'):_0x2c3b63['createSelection'](_0x40a901),this['_model']['deleteContent'](_0x5ab6c3,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1acbbe=(_0x338904,_0x549f81)=>{_0x549f81&&this['_model']['change'](_0x37d893=>{const {commandName:_0x4213d4,commandParams:_0xca8bcc=[]}=_0x549f81,_0x542662=_0x338904['map'](_0x263399=>(Tt(_0x263399)&&(_0x263399=this['_model']['createRange'](_0x263399['end'])),_0x263399))['filter'](_0xab5b9f=>'$graveyard'!==_0xab5b9f['root']['rootName']);if(_0x542662['length']<0x1)return;const _0x30b16e=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x29313b=>_0x4a275c['fromRange'](_0x29313b));_0x37d893['setSelection'](_0x542662);for(const _0x398270 of this['_editor']['commands']['commands']())_0x398270['refresh']();_0xca8bcc['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4213d4,..._0xca8bcc);const _0x36c363=_0x30b16e['filter'](_0x4ecf6d=>'$graveyard'!=_0x4ecf6d['root']['rootName']);_0x36c363['length']>0x0&&_0x37d893['setSelection'](_0x36c363);for(const _0x36402f of _0x30b16e)_0x36402f['detach']();});},_0x2ce9e8=(_0x35785b,_0x19a8ad)=>0x1==_0x35785b['length']&&0x1==_0x19a8ad['length']&&_0x35785b[0x0]['end']['isEqual'](_0x19a8ad[0x0]['start']),_0x591841=(_0x4e8589,_0x23b9f7,_0x170d20,_0x4933e5)=>Ft(_0x4e8589,_0x23b9f7,_0x170d20,_0x4933e5,this['_model'])?[_0x4e8589,_0x23b9f7]:Ft(_0x23b9f7,_0x4e8589,_0x4933e5,_0x170d20,this['_model'])?[_0x23b9f7,_0x4e8589]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x4dcfef),this['_defaultCallbacks']['set']('insertion:discard',_0x1a18cf),this['_defaultCallbacks']['set']('insertion:join',_0x2ce9e8),this['_defaultCallbacks']['set']('insertion:chain',_0x591841),this['_defaultCallbacks']['set']('deletion:accept',_0x1a18cf),this['_defaultCallbacks']['set']('deletion:discard',_0x4dcfef),this['_defaultCallbacks']['set']('deletion:join',_0x2ce9e8),this['_defaultCallbacks']['set']('deletion:chain',_0x591841),this['_defaultCallbacks']['set']('formatInline:accept',_0x1acbbe),this['_defaultCallbacks']['set']('formatInline:discard',_0x4dcfef),this['_defaultCallbacks']['set']('formatInline:join',_0x2ce9e8),this['_defaultCallbacks']['set']('formatInline:chain',_0x4dcfef),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1acbbe),this['_defaultCallbacks']['set']('formatBlock:discard',_0x4dcfef),this['_defaultCallbacks']['set']('formatBlock:join',_0x2ce9e8),this['_defaultCallbacks']['set']('formatBlock:chain',_0x4dcfef),this['_defaultCallbacks']['set']('attribute:accept',_0x4dcfef),this['_defaultCallbacks']['set']('attribute:discard',(_0x2fa11d,_0x5e0bb1)=>{if(!_0x5e0bb1)return;const _0x404bf2=this['_editor']['plugins']['get'](p);this['_model']['change'](_0xb3e4f2=>{if(_0x5e0bb1['key']==m)for(const _0x46f5c3 of _0x2fa11d){const _0x331a9e=_0x46f5c3['start']['nodeAfter'],_0x359a08=_0x5e0bb1['oldValue'];_0xb3e4f2['rename'](_0x331a9e,_0x359a08);}else{if(_0x404bf2['_isBlockAttribute'](_0x5e0bb1['key'])){for(const _0xb52947 of _0x2fa11d)void 0x0!==_0x5e0bb1['oldValue']?_0xb3e4f2['setAttribute'](_0x5e0bb1['key'],_0x5e0bb1['oldValue'],_0xb52947['start']['nodeAfter']):_0xb3e4f2['removeAttribute'](_0x5e0bb1['key'],_0xb52947['start']['nodeAfter']);}else{for(const _0x3f0ba7 of _0x2fa11d)_0x5e0bb1['oldValue']?_0xb3e4f2['setAttribute'](_0x5e0bb1['key'],_0x5e0bb1['oldValue'],_0x3f0ba7):_0xb3e4f2['removeAttribute'](_0x5e0bb1['key'],_0x3f0ba7);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2ce9e8);}}function Rt(_0x631b03,_0x21c21e,_0x4a8e80){for(const _0xf418fc of _0x21c21e['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xf418fc['root']==_0xf418fc)return!0x1;if(!_0x4a8e80['containsItem'](_0xf418fc))return!0x1;if(_0x631b03['isObject'](_0xf418fc)||_0x631b03['isLimit'](_0xf418fc))return!0x0;}return!0x1;}function Tt(_0x35a65f){return _0x35a65f['end']['parent']==_0x35a65f['start']['nodeAfter']&&_0x35a65f['end']['isAtStart'];}function Et(_0x1aab56,_0x34bf92,_0x4d18a0,_0x18e10f){const _0x5cb546=_0x3927d1=>!_0x3927d1['item']['is']('$textProxy')&&!_0x18e10f['isObject'](_0x3927d1['item']),_0x40974f=_0x1aab56['start']['getLastMatchingPosition'](_0x5cb546),_0x1aae1a=_0x1aab56['end']['getLastMatchingPosition'](_0x5cb546,{'direction':'backward'});return(!_0x1aab56['start']['isEqual'](_0x40974f)||!_0x1aab56['end']['isEqual'](_0x1aae1a))&&(_0x40974f['isBefore'](_0x1aae1a)?_0x4d18a0['updateMarker'](_0x34bf92,{'range':_0x4d18a0['createRange'](_0x40974f,_0x1aae1a)}):_0x4d18a0['removeMarker'](_0x34bf92),!0x0);}function Vt(_0x49d78c){return _0x458b6b(_0x49d78c);}function Ut(_0x50eddf){const _0x5dec00=_0x50eddf['start']['nodeAfter'];return _0x5dec00&&_0x5dec00['is']('element');}function Ot(_0x320750,_0x3c9cd3){return null==_0x320750['end']['nodeBefore']&&_0x320750['end']['parent']==_0x320750['start']['nodeAfter']?Gt(_0x320750['start']['nodeAfter'],_0x3c9cd3):_0x320750;}function Gt(_0x117b05,_0x2fc24f){const _0x1e5a7f=_0x2fc24f['schema']['isObject'](_0x117b05)||_0x2fc24f['schema']['isSelectable'](_0x117b05);return _0x2fc24f['createRange'](_0x2fc24f['createPositionAt'](_0x117b05,'before'),_0x1e5a7f?_0x2fc24f['createPositionAfter'](_0x117b05):_0x2fc24f['createPositionAt'](_0x117b05,'end'));}function Ft(_0x49eca0,_0xbf2402,_0x170951,_0x4b58b2,_0x39ece2){if(!Pt(_0x49eca0,_0xbf2402))return!0x1;if(_0x170951['end']['isEqual'](_0x4b58b2['start']))return!0x0;if(_0x49eca0['type']!=_0xbf2402['type'])return!0x1;if(!_0x170951['end']['isTouching'](_0x4b58b2['start']))return!0x1;const _0x27707d=_0x39ece2['createRange'](_0x170951['end'],_0x4b58b2['start'])['getWalker']();for(const _0x25f212 of _0x27707d)if(['elementStart','elementEnd']['includes'](_0x25f212['type'])&&_0x39ece2['schema']['isLimit'](_0x25f212['item']))return!0x1;return!0x0;}function Pt(_0x13702b,_0x55c1b5,_0x57d2a5=[]){return!(!_0x13702b['_isDataLoaded']||!_0x55c1b5['_isDataLoaded'])&&_0x5b7b57(Bt(_0x13702b['attributes'],_0x57d2a5),Bt(_0x55c1b5['attributes'],_0x57d2a5));}function Lt(_0x334bd7,_0x385ea6){const _0x986ce6=Ht(_0x334bd7['attributes']),_0x5b5d2a=Ht(_0x385ea6);if(!_0x334bd7['_isDataLoaded'])return!0x1;for(const _0x3d6654 of Object['keys'](_0x5b5d2a))if(!_0x5b7b57(_0x986ce6[_0x3d6654],_0x5b5d2a[_0x3d6654]))return!0x1;return!0x0;}function Ht(_0x186883){const _0x2ba32a=Object['assign']({},_0x186883);return delete _0x2ba32a['skipNestingCheck'],delete _0x2ba32a['tablePasteChainId'],_0x2ba32a;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x302a97(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x22af79,_0x16ef9d,_0x1eb7a5,_0x392d40){super(),this['model']=_0x16ef9d,this['view']=_0x1eb7a5,this['commentThreadController']=_0x392d40,this['_editor']=_0x22af79,this['_acceptCommand']=_0x22af79['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x22af79['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2f7f0c,_0x1ebdfa)=>_0x2f7f0c||_0x1ebdfa),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x275fc6=>_0x275fc6&&this['_editor']['model']['canEditAt'](_0x16ef9d['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x543938=>_0x543938&&this['_editor']['model']['canEditAt'](_0x16ef9d['getRanges']())),this['_pendingAction']=null,_0x1eb7a5['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x1eb7a5,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x1eb7a5,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x1eb7a5,'change:isDirty',()=>{_0x1eb7a5['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 _0x2f7edd=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2f7edd);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x467aa5{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0xbbc287,_0x37bf98,_0x1c2ff1,_0x22a5f3){super(_0xbbc287),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x37bf98['authoredAt']),this['bind']('authoredAt')['to'](_0x37bf98),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x37bf98,this['_localUser']=_0x1c2ff1,this['_config']=_0x22a5f3,_0x22a5f3['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:_0x496ff4}=this['_config'];this['commentsListView']=new _0x496ff4(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',_0x255aea=>_0x255aea+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x16c63d,_0x4758b8)=>_0x16c63d||!!_0x4758b8);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x4a3f97}=this['_config'],_0xfd4497=new _0x4a3f97(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5d1d8f=_0xfd4497['commentInputView'];return _0xfd4497['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x5d1d8f,'value',(_0x219088,_0x52c50c,_0x4a78f0)=>!!_0x4a78f0||_0x219088&&!_0x52c50c),_0x5d1d8f['on']('submit',(_0x2233cf,_0x370052)=>{this['fire']('addComment',_0x370052),_0x5d1d8f['editor']['setData']('');}),_0x5d1d8f['on']('cancel',()=>this['focus']()),_0x5d1d8f['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0xfd4497;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0xb642c3,_0x26402b,_0x4bf961,_0x200ddf){super(_0xb642c3,_0x26402b,_0x4bf961,_0x200ddf),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x287dde=>_0x287dde&&_0x287dde[0x0]?_0x287dde[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0xa6be05,_0x550641)=>{let _0x453571='';for(const _0x24d416 of _0xa6be05)_0x453571+='<p>'+ds(_0x24d416['content'],_0x24d416['color'])+'</p>';return _0x550641?_0x453571:_0x54eb76(_0x453571,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0xb642c3,'Accept\x20suggestion'),_0x285fdb['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0xb642c3,'Discard\x20suggestion'),_0x285fdb['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x209c63(_0xb642c3,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x280722=this['bindTemplate'],_0x32d785=[{'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':_0x280722['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x280722['to']('authoredAt',_0x2c9b31=>this['_config']['formatDateTime'](_0x2c9b31))}]}]},{'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']&&_0x32d785['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x4f170d={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x280722['if']('isActive','ck-suggestion-wrapper--active'),_0x280722['to']('type',_0xd23df=>'ck-suggestion-'+_0xd23df),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':_0x32d785}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x4f170d['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)),_0x4f170d;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x506f9c,_0x3d49e3,_0x1c434f)=>{this['_descriptionElement']['innerHTML']=_0x1c434f;});}['_createButton'](_0x49c459,_0x24fa2c,_0x40b021,_0x3c64c0,_0x8a0aca){const _0x47798d=new _0x401646(this['locale']);return _0x47798d['set']({'label':_0x49c459,'icon':_0x24fa2c,'tooltip':!0x0,'tooltipPosition':_0x8a0aca}),_0x47798d['extendTemplate']({'attributes':{'class':_0x40b021}}),_0x47798d['on']('execute',()=>{this['fire'](_0x3c64c0,this['_model']['id']);}),_0x47798d;}['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(_0x3297a2,_0x16bd11){let _0x4e7551='';return _0x4e7551+=_0x3297a2['split']('*')['map']((_0x39ac81,_0x45570a)=>_0x45570a%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x39ac81)+'</span>':us(_0x39ac81))['join'](''),_0x16bd11&&(_0x4e7551+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x16bd11['value']+'\x22\x20title=\x22'+_0x16bd11['title']+'\x22></span>'),_0x4e7551;}function us(_0x5cf131){const _0x301edb=document['createElement']('span');return _0x301edb['innerText']=_0x5cf131,_0x301edb['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 _0x4c8a1d{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x2ef3b4,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x240352){super(_0x240352),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3c6732=this['editor']['config'];_0x3c6732['define']('trackChanges.SuggestionThreadView',ne),_0x3c6732['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3c6732['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x39908b,_0xafcfa1){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x514b4f,_0x1b757f]of this['_handleControllerBuffer']){const _0x35989d=this['_suggestionToController']['has'](_0x514b4f);_0x35989d||_0x1b757f?_0x35989d&&_0x1b757f&&this['_destroyController'](_0x514b4f):this['_initializeController'](_0x514b4f);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x39908b,_0xafcfa1);}['init'](){const _0x2b410a=this['editor'],_0x41c22a=_0x2b410a['plugins']['get']('TrackChangesEditing'),_0x24bbda=_0x2b410a['plugins']['get']('Annotations'),_0x477b5d=_0x2b410a['plugins']['get']('EditorAnnotations'),_0x359d9e=_0x2b410a['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x477b5d['addSourceCollector'](()=>{const _0x3b16b9=[];for(const [_0x1b08d3,_0x447586]of Array['from'](this['_suggestionToController'])){const _0x2f826f=_0x1b08d3['getAllAdjacentSuggestions'](),_0x211e9c=[];for(const _0x265fcb of _0x2f826f){if(!_0x265fcb['isInContent'])continue;if(_0x265fcb['isMultiRange']){_0x211e9c['push'](..._0x265fcb['getRanges']());continue;}const _0x4d2956=_0x265fcb['getFirstRange']();if(_0x211e9c['length']>0x0){const _0x3770f1=_0x211e9c[0x0]['getJoined'](_0x4d2956);if(_0x3770f1){_0x211e9c[0x0]=_0x3770f1;continue;}}_0x211e9c['push'](_0x4d2956);}_0x3b16b9['push']([_0x447586['view'],_0x211e9c]);}return _0x3b16b9;}),this['listenTo'](_0x41c22a,'suggestionLoaded',(_0x6f6844,_0xf10641)=>{this['listenTo'](_0xf10641,'change:previous',(_0xe654b8,_0x4a749c,_0x434f0c,_0x27902c)=>{_0xf10641['isInContent']&&(null==_0x434f0c?(this['_updateController'](_0x27902c['head']),this['_handleSuggestionControllerDelayed'](_0xf10641,!0x1)):(this['_updateController'](_0x434f0c['head']),null==_0x27902c&&this['_handleSuggestionControllerDelayed'](_0xf10641,!0x0)));}),null!==_0xf10641['previous']?this['_updateController'](_0xf10641['head']):this['_handleSuggestionControllerDelayed'](_0xf10641,!0x1);}),this['listenTo'](_0x41c22a,'suggestionUnloaded',(_0x574711,_0x66da19,_0x4c6245)=>{this['stopListening'](_0x66da19,'change:previous'),this['_handleControllerBuffer']['delete'](_0x66da19),this['_suggestionToController']['has'](_0x66da19)&&this['_destroyController'](_0x66da19),_0x4c6245&&this['_updateController'](_0x4c6245['head']);}),this['listenTo'](_0x41c22a,'suggestionChanged',(_0x291d77,_0x318556)=>{this['_updateController'](_0x318556);}),this['listenTo'](_0x24bbda,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x359d9e,'addComment',(_0x3d66f3,{threadId:_0x173aa7,isFromAdapter:_0x16d16a})=>{if(_0x16d16a||!_0x41c22a['hasSuggestion'](_0x173aa7))return;const _0x335181=_0x41c22a['getSuggestion'](_0x173aa7);this['_suggestionToController']['get'](_0x335181)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x5daf42=this['editor']['plugins']['get']('Annotations'),_0x4d4da8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2a1ace=Array['from'](_0x5daf42['activeAnnotations'],_0xbe113b=>_0xbe113b['innerView'])['filter'](_0x14713c=>this['_viewToController']['has'](_0x14713c)),_0x4322bf=[];for(const _0x45cce7 of _0x2a1ace){const _0x31f2f1=this['_viewToController']['get'](_0x45cce7)['model']['getAllAdjacentSuggestions']();_0x4322bf['push'](..._0x31f2f1['reduce']((_0x7b0a3e,_0x3bfc78)=>[..._0x7b0a3e,..._0x3bfc78['getMarkerNames']()],[]));}_0x4d4da8['activeMarkers']=_0x4322bf;}['_addUIComponentsToFactory'](){const _0x368261=this['editor'],_0x442ebd=_0x368261['locale'],_0x4d358a=o(_0x442ebd,'Track\x20changes'),_0x6c7cdd=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x4d358a,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x442ebd,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x442ebd,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x442ebd,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x442ebd,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2a0ac3 of _0x6c7cdd)if(ae(_0x2a0ac3)){const _0x2f9fb1=_0x368261['commands']['get'](_0x2a0ac3['model']['commandName']);_0x2a0ac3['model']['bind']('isOn','isEnabled')['to'](_0x2f9fb1,'value','isEnabled');}_0x368261['ui']['componentFactory']['add']('trackChanges',_0x43b9aa=>this['_createToolbarButton'](_0x43b9aa,_0x6c7cdd,_0x4d358a)),_0x368261['ui']['componentFactory']['add']('menuBar:trackChanges',_0x55fadd=>this['_createMenuBarMenu'](_0x55fadd,_0x6c7cdd,_0x4d358a));}['_createToolbarButton'](_0x5e61dc,_0x32a4e8,_0x344b09){const _0x170fc9=zt(_0x5e61dc,Zt),_0x18120e=this['editor']['commands']['get']('trackChanges');_0x170fc9['buttonView']['set']({'tooltip':_0x344b09,'label':_0x344b09,'icon':ie}),_0x170fc9['buttonView']['bind']('isOn')['to'](_0x18120e,'value'),_0x170fc9['buttonView']['on']('execute',()=>{_0x18120e['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x170fc9,_0x32a4e8,{'role':'menu'});const _0xbbf978=[];for(const _0x1e81f5 of _0x32a4e8)ae(_0x1e81f5)&&_0xbbf978['push'](this['editor']['commands']['get'](_0x1e81f5['model']['commandName']));const _0x4cfd04=_0x170fc9['buttonView'];return _0x4cfd04['actionView']['unbind']('isEnabled'),_0x4cfd04['arrowView']['unbind']('isEnabled'),_0x4cfd04['actionView']['bind']('isEnabled')['to'](_0x18120e,'isEnabled'),_0x4cfd04['arrowView']['bind']('isEnabled')['toMany'](_0xbbf978,'isEnabled',(..._0xb7bbf2)=>_0xb7bbf2['some'](_0x596d7b=>_0x596d7b)),_0x170fc9['on']('execute',_0xd0467e=>{this['editor']['execute'](_0xd0467e['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x170fc9;}['_createMenuBarMenu'](_0x3cc864,_0x971d4e,_0x9f1a5d){const _0x346f53=new Kt(_0x3cc864),_0x43ec78=this['editor']['commands']['get']('trackChanges');_0x346f53['buttonView']['set']({'label':_0x9f1a5d,'icon':ie});const _0x545f62=new Qt(_0x3cc864);for(const _0x143e7f of _0x971d4e){if('separator'==_0x143e7f['type']){_0x545f62['items']['add'](new Jt(_0x3cc864));continue;}const _0x472378=new Xt(_0x3cc864,_0x346f53),_0x3cae2f=new Yt(_0x3cc864),_0x6bab4a=_0x143e7f['model'];_0x3cae2f['bind'](...Object['keys'](_0x6bab4a))['to'](_0x6bab4a),_0x3cae2f['delegate']('execute')['to'](_0x346f53),_0x3cae2f['on']('execute',()=>{this['editor']['execute'](_0x6bab4a['commandName']),this['editor']['editing']['view']['focus']();}),_0x472378['children']['add'](_0x3cae2f),_0x545f62['items']['add'](_0x472378);}return _0x346f53['bind']('isEnabled')['to'](_0x43ec78,'isEnabled'),_0x346f53['panelView']['children']['add'](_0x545f62),_0x346f53;}['_initializeController'](_0x2beb9a){const _0x35776d=this['editor'],_0x30f12c=_0x35776d['config'],_0x57c3be=_0x35776d['plugins']['get']('Annotations'),_0x5ee12c=_0x35776d['plugins']['get']('CommentsRepository'),_0x26c46f=_0x35776d['plugins']['get']('EditorAnnotations'),_0x16b1f8=_0x35776d['plugins']['get'](_0x2ef3b4)['me'],_0x528098=_0x30f12c['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x171a6c,CommentThreadInputView:_0x41ae3f}=_0x35776d['plugins']['get']('CommentsUI');let _0x16a2c1,_0x107523;this['_annotationViews']['has'](_0x2beb9a['id'])?(_0x107523=this['_annotationViews']['get'](_0x2beb9a['id']),_0x16a2c1=_0x107523['mainView']):(_0x16a2c1=new _0x528098(_0x35776d['locale'],_0x2beb9a,_0x16b1f8,{'disableComments':this['_disableComments'],'editorConfig':_0x30f12c['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x30f12c['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x30f12c['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x30f12c['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x23f537(_0x30f12c['get']('locale')),'CommentView':_0x30f12c['get']('comments')['CommentView'],'CommentsListView':_0x171a6c,'CommentThreadInputView':_0x41ae3f}),_0x16a2c1['acceptButton']['on']('execute',()=>{_0x35776d['editing']['view']['focus']();}),_0x16a2c1['discardButton']['on']('execute',()=>{_0x35776d['editing']['view']['focus']();}),_0x107523=_0x57c3be['createAnnotationView'](this['editor']['locale'],_0x16a2c1),_0x107523['bind']('isDirty')['to'](_0x16a2c1,'isDirty'),_0x107523['bind']('length')['to'](_0x16a2c1),_0x107523['bind']('type')['to'](_0x16a2c1,'type',_0x1e6731=>'suggestion-'+_0x1e6731),this['_annotationViews']['set'](_0x2beb9a['id'],_0x107523));const _0xefbb91=_0x5ee12c['createCommentThreadController'](_0x2beb9a['commentThread'],_0x16a2c1),_0x3805e7=new oe(_0x35776d,_0x2beb9a,_0x16a2c1,_0xefbb91),_0x5e263a=_0x2beb9a['getAllAdjacentSuggestions']()['filter'](_0x552b4d=>_0x552b4d['isInContent']);_0x16a2c1['descriptionParts']=_0x35776d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x5e263a),this['_suggestionToController']['set'](_0x2beb9a,_0x3805e7),this['_viewToController']['set'](_0x16a2c1,_0x3805e7);const _0xc09144=_0x57c3be['createAnnotation']({'view':_0x107523,'target':()=>{const _0x55a455=[],_0x408560=_0x2beb9a['getAllAdjacentSuggestions']()['filter'](_0x4a9251=>_0x4a9251['isInContent']);for(const _0x1ee2f3 of _0x408560)_0x55a455['push'](..._0x1ee2f3['getMarkers']());return _0x378d9f(_0x35776d['editing'],_0x55a455);},'type':()=>'suggestion-'+_0x3805e7['view']['type']});_0x5ee12c['_bindAnnotationToEditors'](_0x16a2c1,_0xc09144),_0x57c3be['add'](_0xc09144),_0x26c46f['registerAnnotation'](_0xc09144);}['_destroyController'](_0x1b29d5){const _0x4fca83=this['editor']['plugins']['get']('CommentsRepository'),_0xffa6d4=this['editor']['plugins']['get']('Annotations'),_0x4e84bf=this['_suggestionToController']['get'](_0x1b29d5),_0x1ad48c=_0x4e84bf['view'],_0x351567=_0xffa6d4['getByInnerView'](_0x1ad48c);_0x4fca83['_unbindEditors'](_0x1ad48c),_0x351567&&_0xffa6d4['remove'](_0x351567),this['_suggestionToController']['delete'](_0x1b29d5),this['_viewToController']['delete'](_0x1ad48c),_0x4e84bf['destroy']();}['_updateController'](_0x157579){if(!_0x157579['isInContent']||!this['_suggestionToController']['has'](_0x157579))return;const _0x40040a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2fa81e=this['_suggestionToController']['get'](_0x157579),_0x2980f2=_0x157579['getAllAdjacentSuggestions']();_0x2fa81e['view']['descriptionParts']=_0x40040a['descriptionFactory']['getDescriptions'](_0x2980f2);}['destroy'](){for(const _0x5c34f2 of this['_suggestionToController']['keys']())this['_destroyController'](_0x5c34f2);for(const _0x5e3b68 of this['_annotationViews']['values']())_0x5e3b68['mainView']['destroy']();super['destroy']();}}function ae(_0x2cede1){return'model'in _0x2cede1;}class k extends _0x4c8a1d{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x1c507c){this['editor']['plugins']['get'](p)['adapter']=_0x1c507c;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x32b9d1){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x32b9d1);}['getSuggestions']({skipNotAttached:_0x136919=!0x1,toJSON:_0x29fa1c=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x136919,'toJSON':_0x29fa1c});}['getSuggestion'](_0x4ad7da){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x4ad7da);}}const T=['Pagination'];class P extends _0x4c8a1d{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x46f1a6=this['editor'];if(_0x46f1a6['config']['define']('trackChangesData.editorCreator',_0x41dfcf=>{const _0xa78255=_0x46f1a6['model']['document']['getRootNames']()['reduce']((_0x109d42,_0x560133)=>(_0x109d42[_0x560133]='',_0x109d42),{});return _0x46f1a6['constructor']['create'](_0xa78255,_0x41dfcf);}),'function'!=typeof _0x46f1a6['config']['get']('trackChangesData')['editorCreator'])throw new _0x130dd5('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3884d6){return N(this['editor'],!0x0,_0x3884d6);}['getDataWithDiscardedSuggestions'](_0x47c2af){return N(this['editor'],!0x1,_0x47c2af);}}class D extends _0x4c8a1d{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x30d926){super(_0x30d926),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(_0x18436f){return void 0x0!==_0x18436f['getRootsAttributes'];}async function N(_0x331d94,_0x7105ce,_0x4a66ff){const _0x38af24=_0x27dcb8(_0x331d94,T);_0x38af24['plugins']['push'](p,D),_0x38af24['rootsAttributes']=v(_0x331d94)?_0x331d94['getRootsAttributes']():void 0x0;const _0x5bbf73=document['createDocumentFragment'](),_0x3a1553=_0x331d94['config']['get']('trackChangesData')['editorCreator'],_0x13b95f=await _0x3a1553(_0x38af24,()=>function(_0x206f35){const _0x411af5=document['createElement']('div');return _0x206f35['appendChild'](_0x411af5),_0x411af5;}(_0x5bbf73));!function(_0x3379e1,_0x4dcd82){const _0x39cb60=_0x3379e1['model']['document']['getRootNames']()['reduce']((_0x30d40a,_0x4fdc54)=>(_0x30d40a[_0x4fdc54]=_0x3379e1['data']['get']({'rootName':_0x4fdc54}),_0x30d40a),{}),_0x59537b=_0x3379e1['plugins']['get']('Users')['users']['map'](_0xac3609=>({'id':_0xac3609['id'],'name':_0xac3609['name']})),_0x7ae8d1=_0x3379e1['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x335ca8=_0x3379e1['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4311e9=_0x4dcd82['plugins']['get']('Users'),_0x26e506=_0x4dcd82['plugins']['get']('TrackChangesEditing'),_0x114290=_0x4dcd82['plugins']['get']('CommentsRepository');for(const _0x5cad7c of _0x59537b)_0x4311e9['getUser'](_0x5cad7c['id'])||_0x4311e9['addUser'](_0x5cad7c);_0x4311e9['me']||_0x4311e9['useAnonymousUser']();for(const _0x371962 of _0x335ca8)_0x114290['addCommentThread'](_0x371962);for(const _0x5cff31 of _0x7ae8d1)_0x26e506['addSuggestionData'](_0x5cff31);_0x4dcd82['data']['set'](_0x39cb60);}(_0x331d94,_0x13b95f),_0x13b95f['execute'](_0x7105ce?'acceptAllSuggestions':'discardAllSuggestions');const _0x89403a=v(_0x13b95f)?_0x13b95f['getFullData'](_0x4a66ff):_0x13b95f['data']['get'](_0x4a66ff);return await _0x13b95f['destroy'](),_0x89403a;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x1c3a28,PendingActions as _0x389de3,icons as _0x37f5d0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x445205,ObservableMixin as _0x96933,uid as _0x15362b,insertToPriorityArray as _0x91b52,priorities as _0x3304ea,logWarning as _0x56812c,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0xa8c042,View as _0x197ffd,ButtonView as _0x2b8a83,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 _0x5f159e,hashObject as _0x3bec44,surroundingMarkersDetector as _0x271149,trimHtml as _0x5fbeb,UserView as _0x53c264,getDateTimeFormatter as _0x9e07be,getAllMarkersDomElementsSorted as _0x15ed0a,sanitizeEditorConfig as _0x2ce83d}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x289fed,LiveRange as _0x5b9e67,LivePosition as _0x4c9fc9}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x518311,toWidget as _0x2b8909}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x4208fc,set as _0x5e8480,isEqual as _0x4c16cf,unset as _0x332e3e,omit as Bt}from'lodash-es';import{Delete as _0x339f2f,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x203d9b,ShiftEnter as _0x16fabb}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x5d4213,_0x407c72){super(_0x5d4213),this['_enabledCommands']=_0x407c72,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 _0x489b67 of this['editor']['commands']['commands']())_0x489b67['affectsData']&&!this['_enabledCommands']['has'](_0x489b67)&&_0x489b67['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x38d45e of this['editor']['commands']['commands']())_0x38d45e['affectsData']&&!this['_enabledCommands']['has'](_0x38d45e)&&_0x38d45e['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x62f0e8,_0xca91c8){super(_0x62f0e8),this['_suggestions']=_0xca91c8,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x2f1650){const _0x45e93a=this['_suggestions']['get'](_0x2f1650);if(!_0x45e93a)throw new _0x445205('track-changes-accept-suggestion-not-found',this);const _0x3893de=_0x45e93a['getRanges']();this['editor']['model']['canEditAt'](_0x3893de)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x45e93a);}}class B extends ts{['_suggestions'];constructor(_0x542783,_0x48324a){super(_0x542783),this['_suggestions']=_0x48324a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x50dea0){const _0x368e2e=this['_suggestions']['get'](_0x50dea0);if(!_0x368e2e)throw new _0x445205('track-changes-discard-suggestion-not-found',this);const _0x2696b2=_0x368e2e['getRanges']();this['editor']['model']['canEditAt'](_0x2696b2)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x368e2e);}}function ss(_0x21ad1d){return _0x21ad1d['sort']((_0x517a90,_0x41813a)=>'deletion'==_0x517a90['type']&&'deletion'!=_0x41813a['type']?-0x1:'deletion'!=_0x517a90['type']&&'deletion'==_0x41813a['type']?0x1:0x0);}function to(_0x4200ca,_0x381522){let _0x4773e1,_0x5790cd=0x0;const _0x31ae2c=[],_0x182cf9=_0x381522['schema'];for(;_0x5790cd<_0x4200ca['length'];){const _0x3cbd93=_0x4200ca[_0x5790cd],_0x404059=_0x4200ca[_0x5790cd+0x1];_0x4773e1||(_0x4773e1=_0x381522['createPositionBefore'](_0x3cbd93)),co(_0x381522,_0x3cbd93,_0x404059)||(_0x31ae2c['push'](_0x381522['createRange'](_0x4773e1,_0x182cf9['isObject'](_0x3cbd93)?_0x381522['createPositionAfter'](_0x3cbd93):_0x381522['createPositionAt'](_0x3cbd93,'end'))),_0x4773e1=null),_0x5790cd++;}return _0x31ae2c;}function co(_0x2ace5d,_0x52aac3,_0x1ab2f1){if(!_0x1ab2f1)return!0x1;const _0x1d3d4=_0x2ace5d['createPositionAfter'](_0x52aac3),_0x27857d=_0x2ace5d['createPositionBefore'](_0x1ab2f1);return _0x1d3d4['isTouching'](_0x27857d);}function rs(_0x52a085,_0x52b6a6,_0x2b1250){for(;_0x2b1250['length'];){const _0x113dda=_0x2b1250['splice'](0x0,0x64);_0x52a085['change'](()=>{for(const _0x1f0a2d of _0x113dda)_0x1f0a2d['isInContent']&&_0x52b6a6['execute'](_0x1f0a2d['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x40fcf1,_0x2421bb,_0x211281){super(_0x40fcf1),this['_command']=_0x2421bb,this['_suggestions']=_0x211281,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x366a09=Array['from'](this['_suggestions']['values']())['some'](_0x521efb=>_0x521efb['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x366a09;}['execute'](){const _0x39b4d9=ss(Array['from'](this['_suggestions']['values']()));for(const _0x164dd5 of _0x39b4d9){const _0x309050=_0x164dd5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x309050))return;}rs(this['editor']['model'],this['_command'],_0x39b4d9);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x11fc96,_0x227363,_0x1d447b){super(_0x11fc96),this['_command']=_0x227363,this['_suggestions']=_0x1d447b,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0xf603ec=this['editor']['model']['document']['selection'],_0x943b9b=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x57932a,_0x519d53){const _0x42b690=Array['from'](_0x57932a['getRanges']()),_0x47ce09=new Set();for(const _0x1eac90 of _0x519d53)if(_0x1eac90['isInContent']){for(const _0x287761 of _0x42b690)for(const _0x179d42 of _0x1eac90['getRanges']())(_0x287761['isIntersecting'](_0x179d42)||_0x57932a['isCollapsed']&&!_0x1eac90['isMultiRange']&&_0x1eac90['next']&&_0x179d42['end']['isTouching'](_0x287761['start']))&&_0x47ce09['add'](_0x1eac90);}return _0x47ce09;}(_0xf603ec,_0x943b9b),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x3c4a41=ss(Array['from'](this['_selectedSuggestions']));for(const _0x5161f3 of _0x3c4a41){const _0x2d2916=_0x5161f3['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2d2916))return;}rs(this['editor']['model'],this['_command'],_0x3c4a41);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x96933(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x2e064a,_0x4ee39d){super(),this['id']=_0x4ee39d['id'],this['type']=_0x4ee39d['type'],this['subType']=_0x4ee39d['subType']||null,this['author']=_0x4ee39d['author'],this['creator']=_0x4ee39d['creator']||_0x4ee39d['author'],this['isExternal']=Boolean(_0x4ee39d['attributes']&&_0x4ee39d['attributes']['@external']),this['data']=null,this['_model']=_0x2e064a,this['_onAccept']=_0x4ee39d['onAccept'],this['_onDiscard']=_0x4ee39d['onDiscard'],this['_onAttributesChange']=_0x4ee39d['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x4ee39d['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 _0x148667=this;for(;_0x148667['previous'];)_0x148667=_0x148667['previous'];return _0x148667;}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'](_0x70a287){this['_markerNames']['add'](_0x70a287);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x26bcf1=>this['_model']['markers']['get'](_0x26bcf1))['filter'](_0x12b9eb=>_0x12b9eb);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x45a4d2=>{for(const _0x5f3035 of this['getMarkers']())_0x45a4d2['removeMarker'](_0x5f3035);}),this['_markerNames']['clear']();}['removeMarker'](_0x37052e){this['_model']['change'](_0x4dc036=>{_0x4dc036['removeMarker'](_0x37052e);}),this['_markerNames']['delete'](_0x37052e);}['addRange'](_0x2aa888){const _0xf898='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xf898),this['_model']['change'](_0x19bb77=>{_0x19bb77['addMarker'](_0xf898,{'range':_0x2aa888,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x302939){for(const _0x96a9b2 of this['getRanges']())if(_0x96a9b2['isIntersecting'](_0x302939))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x22a8bb=>_0x22a8bb['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2dd61d,_0x1e4e3c)=>[..._0x2dd61d,..._0x1e4e3c['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x2d4e92=this['getRanges']();if(0x1!=_0x2d4e92['length'])return null;const _0x412c36=_0x2d4e92[0x0],_0x3f20e1=_0x412c36['start']['nodeAfter'],_0x3d6151=_0x412c36['end']['nodeBefore'];return _0x3f20e1 instanceof _0x289fed?_0x3f20e1!=_0x3d6151?null:_0x3f20e1: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 _0x15e63e=[];let _0x1bee91=this['head'];for(;_0x1bee91;)_0x15e63e['push'](_0x1bee91),_0x1bee91=_0x1bee91['next'];return _0x15e63e;}['setAttribute'](_0x523f20,_0x5a052f){const _0x19d4b3=_0x4208fc(this['attributes']);_0x5e8480(_0x19d4b3,_0x523f20,_0x5a052f),_0x4c16cf(_0x19d4b3,this['attributes'])||(this['attributes']=_0x19d4b3,this['_onAttributesChange'](_0x19d4b3));}['removeAttribute'](_0x21ff7d){const _0x13ae03=_0x4208fc(this['attributes']);_0x332e3e(_0x13ae03,_0x21ff7d),_0x4c16cf(_0x13ae03,this['attributes'])||(this['attributes']=_0x13ae03,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 _0x15362b()['substr'](0x1,0x5);}}function o(_0x51b411,_0x5e8d65,_0x558290){const t=_0x51b411['t'];switch(_0x5e8d65){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',_0x558290);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x558290);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x558290);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x558290);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x558290);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',_0x558290);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x558290);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',_0x558290);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x558290);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x558290);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x558290);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x558290);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x558290);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x558290);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x558290);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x558290);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x558290);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x558290);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x558290);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x558290);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x558290);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x558290);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x558290);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'},_0x558290);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x558290);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x558290);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x558290);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x558290);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x558290);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'},_0x558290);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x558290);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x558290);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x558290);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x558290);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'},_0x558290);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x558290);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'},_0x558290);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'},_0x558290);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x558290);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'},_0x558290);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x558290);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'},_0x558290);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x558290);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x558290);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'},_0x558290);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'},_0x558290);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 _0x5e8d65;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4a1ee5,_0x365760){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4a1ee5,this['_locale']=_0x365760;}['getDescriptions'](_0x8a0499){const _0x4b167a=[],_0xaaeee2=new Set(),_0x57672d=new Set();for(let _0x5ad888=0x0;_0x5ad888<_0x8a0499['length'];_0x5ad888++){const _0x52a7b3=_0x8a0499[_0x5ad888];if(!_0x52a7b3['isInContent'])continue;const _0x4e21ef=this['_handleCustomCallbackDescription'](_0x52a7b3);if(_0x4e21ef){if(null!=_0x52a7b3['subType']){if(_0xaaeee2['has'](_0x52a7b3['subType']))continue;_0xaaeee2['add'](_0x52a7b3['subType']);}_0x4b167a['push'](_0x4e21ef);}else{if('attribute'!=_0x52a7b3['type'])'insertion'!=_0x52a7b3['type']&&'deletion'!=_0x52a7b3['type']||this['_handleInsertRemoveSuggestionDescription'](_0x4b167a,_0x52a7b3,_0x8a0499[_0x5ad888+0x1]);else{const _0x57efef=_0x52a7b3['data']['key'];if(_0x57672d['has'](_0x57efef))continue;_0x57672d['add'](_0x52a7b3['data']['key']),_0x57efef==m?this['_handleRenameSuggestionDescription'](_0x4b167a,_0x52a7b3):this['_handleAttributeSuggestionDescription'](_0x4b167a,_0x52a7b3);}}}return this['_resolveDescriptionItems'](_0x4b167a);}['registerDescriptionCallback'](_0x4de5b0){this['_customCallbacks']['push'](_0x4de5b0);}['registerElementLabel'](_0x30be5b,_0x1608d4,_0x5db94f=_0x3304ea['normal']){'function'==typeof _0x30be5b?_0x91b52(this['_itemLabelsCallbacks'],{'matchingCallback':_0x30be5b,'label':_0x1608d4,'priority':_0x5db94f}):this['_itemLabels']['set'](_0x30be5b,_0x1608d4);}['registerAttributeLabel'](_0x45a872,_0x3bca83){this['_attributeLabels']['set'](_0x45a872,_0x3bca83);}['getItemLabel'](_0x538e62,_0x5cf883=0x1){let _0x968216;for(const _0x452a7c of this['_itemLabelsCallbacks'])if(_0x452a7c['matchingCallback'](_0x538e62)){_0x968216=_0x452a7c['label'];break;}return _0x968216||(_0x968216=this['_itemLabels']['get'](_0x538e62['name'])),_0x968216?_0x968216(_0x5cf883):0x1!==_0x5cf883?_0x5cf883+'\x20'+_0x538e62['name']+'s':''+_0x538e62['name'];}['_addDescriptionItems'](_0x23a7e0,_0xcc9bc4){const _0x3f7741=_0xcc9bc4['getFirstRange']()['getWalker'](),_0x2c2382='insertion'==_0xcc9bc4['type']?'add':'remove';for(const _0x30906c of _0x3f7741){const _0x28b6f8=_0x30906c['item'],_0x23ac12=_0x23a7e0[_0x23a7e0['length']-0x1];if(_0x28b6f8['is']('$textProxy'))_0x23ac12&&_0x23ac12['type']['indexOf']('Container')>-0x1&&_0x23a7e0['pop'](),_0x23ac12&&'text'==_0x23ac12['type']?_0x23ac12[_0x2c2382]+=_0x28b6f8['data']:_0x23a7e0['push']({'type':'text','add':'add'==_0x2c2382?_0x28b6f8['data']:'','remove':'remove'==_0x2c2382?_0x28b6f8['data']:''});else{if(this['_schema']['isObject'](_0x28b6f8)){const _0x52413c=_0x28b6f8;if(_0x23ac12&&_0x23ac12['type']['indexOf']('Container')>-0x1&&_0x23a7e0['pop'](),'elementEnd'==_0x30906c['type'])continue;_0x23ac12&&_0x23ac12['type']==_0x2c2382+'Object'&&_0x23ac12['element']['name']==_0x52413c['name']?_0x23ac12['quantity']++:_0x23a7e0['push']({'type':_0x2c2382+'Object','element':_0x52413c,'quantity':0x1}),_0x3f7741['skip'](_0x56da25=>!('elementEnd'==_0x56da25['type']&&_0x56da25['item']==_0x28b6f8));}else{if(this['_schema']['checkChild'](_0x28b6f8,'$text')||_0x28b6f8['is']('element','softBreak')){const _0x520f7d=_0x28b6f8;if('add'==_0x2c2382&&'elementStart'==_0x30906c['type']||'remove'==_0x2c2382&&'elementEnd'==_0x30906c['type'])continue;if(_0x23ac12&&-0x1==_0x23ac12['type']['indexOf']('Container')){'text'==_0x23ac12['type']&&(_0x23ac12[_0x2c2382]+='\x0a');continue;}let _0x36b03a;if(_0x36b03a='add'==_0x2c2382?_0x520f7d['nextSibling']&&!this['_schema']['isObject'](_0x520f7d['nextSibling'])?_0x520f7d['nextSibling']:null:_0x520f7d['previousSibling']&&!this['_schema']['isObject'](_0x520f7d['previousSibling'])?_0x520f7d['previousSibling']:null,_0x520f7d['isEmpty']||_0x36b03a&&_0x36b03a['isEmpty']){const _0x42a716=_0x36b03a&&_0x36b03a['isEmpty']?_0x36b03a:_0x520f7d;_0x23ac12&&_0x23ac12['type']==_0x2c2382+'EmptyContainer'&&_0x23ac12['element']['name']==_0x42a716['name']?_0x23ac12['quantity']++:_0x23a7e0['push']({'type':_0x2c2382+'EmptyContainer','element':_0x42a716,'quantity':0x1});}else _0x23a7e0['push']({'type':_0x2c2382+'Container','element':_0x520f7d});}}}}}['_resolveDescriptionItems'](_0x78ed1c){const _0xfd9be5=this['_locale'],_0x38dccb=[],_0x2d7c1c=[],_0x504d3e=[];for(const _0x3a2c8b of _0x78ed1c)switch(_0x3a2c8b['type']){case'text':if(_0x3a2c8b['add']=_0x3a2c8b['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3a2c8b['remove']=_0x3a2c8b['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3a2c8b['add']&&''!=_0x3a2c8b['remove']){_0x38dccb['push']({'type':'replace','content':o(_0xfd9be5,'REPLACE_TEXT',['\x22'+_0x3a2c8b['remove']+'\x22','\x22'+_0x3a2c8b['add']+'\x22'])});continue;}if(null!=_0x3a2c8b['add']['match'](/^ +$/)){_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0',o(_0xfd9be5,'ELEMENT_SPACE',_0x3a2c8b['add']['length']))});continue;}if(null!=_0x3a2c8b['remove']['match'](/^ +$/)){_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0',o(_0xfd9be5,'ELEMENT_SPACE',_0x3a2c8b['remove']['length']))});continue;}if(''!=_0x3a2c8b['add']){_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0','\x22'+_0x3a2c8b['add']+'\x22')});continue;}_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0','\x22'+_0x3a2c8b['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'addContainer':_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Split:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'removeContainer':_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Merge:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'addFormat':_0x2d7c1c['push'](_0x3a2c8b['key']);continue;case'removeFormat':_0x504d3e['push'](_0x3a2c8b['key']);continue;default:_0x38dccb['push'](_0x3a2c8b);}if(_0x2d7c1c['length']){const _0x278ea3=_0x2d7c1c['map'](_0x44ac6b=>this['_attributeLabels']['has'](_0x44ac6b)?this['_attributeLabels']['get'](_0x44ac6b):_0x44ac6b)['join'](',\x20');_0x38dccb['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x278ea3)});}if(_0x504d3e['length']){const _0x4b5c79=_0x504d3e['map'](_0x55b426=>this['_attributeLabels']['has'](_0x55b426)?this['_attributeLabels']['get'](_0x55b426):_0x55b426)['join'](',\x20');_0x38dccb['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x4b5c79)});}return _0x38dccb;}['_handleCustomCallbackDescription'](_0x2f2eb8){for(const _0x532e0f of this['_customCallbacks']){const _0x21f227=_0x532e0f(_0x2f2eb8);if(_0x21f227&&'type'in _0x21f227)return _0x21f227;}}['_handleAttributeSuggestionDescription'](_0x246594,_0x1862b4){const _0x24add0=_0x1862b4['data'],_0x1b5733=void 0x0===_0x24add0['newValue']?'removeFormat':'addFormat';_0x246594['push']({'type':_0x1b5733,'key':_0x24add0['key']});}['_handleRenameSuggestionDescription'](_0x3b4662,_0x3b9c4d){_0x3b4662['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x3b9c4d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x1a4e03,_0x251d8b,_0x3f99b6){if(this['_addDescriptionItems'](_0x1a4e03,_0x251d8b),_0x3f99b6&&_0x3f99b6['getFirstRange']()&&!_0x251d8b['getFirstRange']()['end']['isEqual'](_0x3f99b6['getFirstRange']()['start'])){const _0x9b3b49=_0x1a4e03[_0x1a4e03['length']-0x1],_0x34330e='insertion'==_0x251d8b['type']?'add':'remove';_0x9b3b49&&'text'==_0x9b3b49['type']&&(_0x9b3b49[_0x34330e]+='\x0a');}}}class E extends _0x1c3a28{['afterInit'](){const _0x3e816e=this['editor'],_0x3ab7b7=_0x3e816e['plugins']['get']('TrackChangesEditing');_0x3e816e['commands']['get']('showAIAssistant')&&_0x3ab7b7['enableCommand']('showAIAssistant');}}class V extends _0x1c3a28{['afterInit'](){const _0x121a53=this['editor'],_0x2a969b=_0x121a53['locale'];if(!_0x121a53['plugins']['has']('AlignmentEditing'))return;const _0x529754=_0x121a53['plugins']['get']('TrackChangesEditing');_0x529754['enableDefaultAttributesIntegration']('alignment'),_0x529754['registerBlockAttribute']('alignment'),_0x529754['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2a969b,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x394098=this['editor'],_0xf1f6a6=_0x394098['locale'];_0x394098['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2d70d6=>{if('formatBlock'!=_0x2d70d6['type'])return;const {data:_0x1c67a9}=_0x2d70d6;if(_0x1c67a9&&'alignment'==_0x1c67a9['commandName']){const _0x393a70=_0x1c67a9['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xf1f6a6,'*Format:*\x20%0',function(_0x5e6af3){switch(_0x5e6af3){case'left':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xf1f6a6,'FORMAT_JUSTIFY_TEXT');}}(_0x393a70))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x1c3a28{['afterInit'](){const _0x45c67c=this['editor'],_0x2029eb=_0x45c67c['plugins']['get']('TrackChangesEditing'),_0x398370=_0x45c67c['locale'];for(const _0x2c0534 of ti){if(!_0x45c67c['plugins']['has'](_0x2c0534))continue;const _0xdce06=_0x2c0534['slice'](0x0,-0x7)['toLowerCase'](),_0x5915a1='FORMAT_'+_0xdce06['toUpperCase']();_0x2029eb['enableDefaultAttributesIntegration'](_0xdce06),_0x2029eb['registerInlineAttribute'](_0xdce06),_0x2029eb['descriptionFactory']['registerAttributeLabel'](_0xdce06,o(_0x398370,_0x5915a1));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x460494=this['editor'],_0x309eaa=_0x460494['locale'],_0x5bb83c=_0x460494['plugins']['get']('TrackChangesEditing');function _0x44d9b4(_0x456e82,_0x312357){_0x5bb83c['descriptionFactory']['registerDescriptionCallback'](_0x194d88=>{if('formatInline'!=_0x194d88['type'])return;const {data:_0x73c9f}=_0x194d88;return _0x73c9f&&_0x73c9f['commandName']===_0x456e82?_0x73c9f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x309eaa,'*Format:*\x20%0',_0x312357)}:{'type':'format','content':o(_0x309eaa,'*Remove\x20format:*\x20%0',_0x312357)}:void 0x0;});}_0x44d9b4('bold',o(_0x309eaa,'FORMAT_BOLD')),_0x44d9b4('italic',o(_0x309eaa,'FORMAT_ITALIC')),_0x44d9b4('underline',o(_0x309eaa,'FORMAT_UNDERLINE')),_0x44d9b4('code',o(_0x309eaa,'FORMAT_CODE')),_0x44d9b4('strikethrough',o(_0x309eaa,'FORMAT_STRIKETHROUGH')),_0x44d9b4('subscript',o(_0x309eaa,'FORMAT_SUBSCRIPT')),_0x44d9b4('superscript',o(_0x309eaa,'FORMAT_SUPERSCRIPT'));}}class O extends _0x1c3a28{['afterInit'](){const _0x46d24a=this['editor'],_0x4e89f2=_0x46d24a['locale'];if(!_0x46d24a['plugins']['has']('BlockQuoteEditing'))return;const _0x28c84e=_0x46d24a['plugins']['get']('TrackChangesEditing'),_0x2a38ff=this['editor']['commands']['get']('blockQuote');_0x28c84e['enableCommand']('blockQuote',(_0x467c4d,_0x9f0145={})=>{const _0x57b7a6=this['editor']['model']['document']['selection'],_0x1a9744=_0x9f0145&&void 0x0!==_0x9f0145['forceValue']?_0x9f0145['forceValue']:!_0x2a38ff['value'];let _0x195155=[];if(_0x1a9744){const _0x540b48=Array['from'](_0x57b7a6['getSelectedBlocks']())['filter'](_0x3acfb1=>oo(_0x3acfb1)||function(_0x22da06,_0x5b6f6e){const _0x8689b=_0x5b6f6e['checkChild'](_0x22da06['parent'],'blockQuote'),_0x16c3ae=_0x5b6f6e['checkChild'](['$root','blockQuote'],_0x22da06);return _0x8689b&&_0x16c3ae;}(_0x3acfb1,this['editor']['model']['schema']));_0x195155=to(_0x540b48,_0x46d24a['model']);}else{const _0x167e2d=Array['from'](_0x57b7a6['getSelectedBlocks']())['filter'](_0x64097c=>oo(_0x64097c));_0x195155=to(_0x167e2d,_0x46d24a['model']);}_0x46d24a['model']['change'](()=>{for(const _0x1a03f6 of _0x195155)_0x28c84e['markBlockFormat'](_0x1a03f6,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1a9744}]});});}),_0x28c84e['descriptionFactory']['registerDescriptionCallback'](_0x1a225c=>{const {data:_0x1369bd}=_0x1a225c;if(_0x1369bd&&'blockQuote'==_0x1369bd['commandName']){const _0x31c78e=o(_0x4e89f2,'ELEMENT_BLOCK_QUOTE');return _0x1369bd['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4e89f2,'*Set\x20format:*\x20%0',_0x31c78e)}:{'type':'format','content':o(_0x4e89f2,'*Remove\x20format:*\x20%0',_0x31c78e)};}});}}function oo(_0x282b0d){return'blockQuote'==_0x282b0d['parent']['name'];}class G extends _0x1c3a28{['afterInit'](){const _0x186c64=this['editor'];_0x186c64['plugins']['has']('CaseChange')&&(_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x1c3a28{['afterInit'](){const _0x2c52bc=this['editor'];_0x2c52bc['commands']['get']('ckbox')&&_0x2c52bc['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x1c3a28{['afterInit'](){const _0x3e9794=this['editor'];if(!_0x3e9794['plugins']['has']('CodeBlock'))return;const _0x2b209e=_0x3e9794['plugins']['get']('TrackChangesEditing'),_0x4a5564=_0x3e9794['locale'],_0x50cb90=_0x3e9794['config']['get']('codeBlock')['languages'],_0x51a1ca=_0x3e9794['commands']['get']('codeBlock');_0x2b209e['enableCommand']('indentCodeBlock'),_0x2b209e['enableCommand']('outdentCodeBlock'),_0x2b209e['enableCommand']('codeBlock',(_0x3ec536,_0x2867a8={})=>{const _0x210403=_0x3e9794['model'],_0x5c8d07=_0x3e9794['model']['document']['selection'],_0x23f7b6=_0x2867a8&&void 0x0!==_0x2867a8['forceValue']?_0x2867a8['forceValue']:!_0x51a1ca['value'];let _0x4874d1;_0x2867a8['language']||(_0x2867a8['language']=_0x50cb90[0x0]['language']),_0x4874d1=_0x23f7b6?Array['from'](_0x5c8d07['getSelectedBlocks']())['filter'](_0x283f28=>eo(_0x283f28)||function(_0xb16b70,_0x4d941f){if(_0xb16b70['is']('rootElement')||_0x4d941f['isLimit'](_0xb16b70))return!0x1;return _0x4d941f['checkChild'](_0xb16b70['parent'],'codeBlock');}(_0x283f28,_0x210403['schema'])):Array['from'](_0x5c8d07['getSelectedBlocks']())['filter'](_0x25ecd9=>eo(_0x25ecd9));const _0x416fd1=to(_0x4874d1,_0x210403);_0x210403['change'](()=>{for(const _0x24e448 of _0x416fd1)_0x2b209e['markBlockFormat'](_0x24e448,{'commandName':'codeBlock','commandParams':[{..._0x2867a8,'forceValue':_0x23f7b6}],'formatGroupId':'blockName'});});}),(_0x2b209e['descriptionFactory']['registerElementLabel']('codeBlock',_0x19b045=>o(_0x4a5564,'ELEMENT_CODE_BLOCK',_0x19b045)),_0x2b209e['descriptionFactory']['registerDescriptionCallback'](_0x47f3db=>{if('formatBlock'!=_0x47f3db['type'])return;const _0x4df88a=_0x4a5564['t'],{data:_0x8522d3}=_0x47f3db;if(!_0x8522d3||'codeBlock'!=_0x8522d3['commandName'])return;const _0x28e450=_0x8522d3['commandParams'][0x0]['language'],_0x4d2961=_0x4df88a(_0x50cb90['find'](_0x97743e=>_0x97743e['language']===_0x28e450)['label'])['toLowerCase']();return _0x8522d3['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a5564,'*Set\x20format:*\x20%0',o(_0x4a5564,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4d2961+')')}:{'type':'format','content':o(_0x4a5564,'*Remove\x20format:*\x20%0',o(_0x4a5564,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x2b4974){return'codeBlock'==_0x2b4974['name'];}class H extends _0x1c3a28{['afterInit'](){const _0x2adb28=this['editor'];if(!_0x2adb28['plugins']['has']('CommentsEditing'))return;_0x2adb28['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x12f109,_0x1a867b,_0x51218c){const _0x43bf7f=[];for(const _0x5b5143 of _0x1a867b['getItems']())_0x5b5143['hasAttribute'](_0x12f109)&&_0x43bf7f['push'](_0x51218c['createRangeOn'](_0x5b5143));return _0x43bf7f;}function _e(_0x547c20,_0x17ca5e,{showActiveMarker:_0x10509c=!0x0}={}){const _0x5bd781=_0x547c20['plugins']['get']('TrackChangesEditing');return(_0x2bcf80,_0x26d23e,_0x3e411a)=>{if(!_0x3e411a['consumable']['test'](_0x26d23e['markerRange'],_0x2bcf80['name']))return;const _0x233654=_0x26d23e['markerRange']['getWalker'](),_0x111e54=_0x26d23e['markerRange']['start'],_0x28c323=_0x547c20['model']['schema'];let _0x3b2b37=null,_0x2ad16e=null,_0x206376=!0x1,_0x4b9390=!0x1;for(const _0x2c955 of _0x233654){const _0x5a1923=_0x2c955['item'];_0x206376=_0x206376||_0x28c323['isContent'](_0x5a1923);const _0x4fa22a=_0x3e411a['mapper']['toViewElement'](_0x5a1923);if(_0x4fa22a&&_0x4fa22a['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x2c955['type']&&(_0x28c323['isBlock'](_0x5a1923)&&!_0x28c323['isLimit'](_0x5a1923)&&(_0x5a1923['nextSibling']||_0x111e54['isAtEnd']?_0x3b2b37&&_0x3b2b37['parent']==_0x5a1923||(_0x3b2b37=_0x5a1923,_0x312e1b(_0x2c955['previousPosition']),_0x4b9390=!0x0):_0x2ad16e=_0x2ad16e||_0x2c955['previousPosition']));}function _0x312e1b(_0x1df47b){const _0x19cd1e=_0x3e411a['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x17ca5e}),_0x286f9e=_0x3e411a['mapper']['toViewPosition'](_0x1df47b);_0x10509c&&_0x5bd781['activeMarkers']['includes'](_0x26d23e['markerName'])&&_0x3e411a['writer']['addClass']('ck-suggestion-marker--active',_0x19cd1e),_0x3e411a['writer']['insert'](_0x286f9e,_0x19cd1e),_0x3e411a['mapper']['bindElementToMarker'](_0x19cd1e,_0x26d23e['markerName']);}_0x206376||_0x4b9390||!_0x2ad16e||_0x312e1b(_0x2ad16e);};}class q extends _0x1c3a28{static get['requires'](){return[_0x339f2f];}['init'](){const _0x4427b7=this['editor'],_0x368fa6=_0x4427b7['plugins']['get']('TrackChangesEditing');_0x368fa6['enableCommand']('delete');const _0x1c6ced=_0x4427b7['commands']['get']('deleteForward');_0x368fa6['enableCommand']('deleteForward',(_0x31202e,_0xcb77d1={})=>{const _0x40dda6=_0x4427b7['model']['createSelection'](_0x4427b7['model']['document']['selection']);_0x40dda6['isCollapsed']&&_0x4427b7['model']['modifySelection'](_0x40dda6,{'direction':'forward','unit':_0xcb77d1['unit']});const _0x5d9fa6=_0x40dda6['getFirstRange'](),_0x592062=_0x5b9e67['fromRange'](_0x5d9fa6);let _0x432f42;_0x31202e(_0xcb77d1),_0x432f42='$graveyard'==_0x592062['root']['rootName']?_0x4427b7['model']['createRange'](_0x5d9fa6['start']):_0x4427b7['model']['createRange'](_0x592062['start'],_0x592062['end']),_0x592062['detach'](),_0x4427b7['model']['enqueueChange'](_0x1c6ced['buffer']['batch'],_0x430af4=>{_0x1c6ced['buffer']['lock'](),_0x430af4['setSelection'](_0x430af4['createRange'](_0x432f42['end'])),_0x1c6ced['buffer']['unlock']();});}),_0x4427b7['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x4427b7,'merge'),{'priority':'high'}),_0x4427b7['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x42a63e,_0x19308d,_0x493e9c)=>{_0x493e9c['options']['showSuggestionHighlights']&&_e(_0x4427b7,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x42a63e,_0x19308d,_0x493e9c);},{'priority':'high'}),_0x4427b7['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x591416,_0x14b544,_0x73c628)=>{const _0x7e6fc2=_0x73c628['mapper']['markerNameToElements'](_0x14b544['markerName']);if(_0x7e6fc2){for(const _0x1b6908 of _0x7e6fc2)_0x1b6908['is']('uiElement')&&(_0x73c628['mapper']['unbindElementFromMarkerName'](_0x1b6908,_0x14b544['markerName']),_0x73c628['writer']['remove'](_0x1b6908));}},{'priority':'high'});}}class z extends _0x1c3a28{['afterInit'](){const _0x580835=this['editor'];if(!_0x580835['plugins']['has']('ListEditing'))return;const _0x40f897=_0x580835['locale'],_0x53ecb7=_0x580835['plugins']['get']('TrackChangesEditing'),_0x3f7a0e=_0x580835['plugins']['has']('TodoListEditing'),_0x24ea44=!!_0x580835['config']['get']('list.multiBlock');function _0xac1e6(_0x5e16db){return{'type':'format','content':''+o(_0x40f897,'*Set\x20format:*\x20%0',_0x5e16db)};}function _0x12ff0c(_0x426140){return{'type':'format','content':''+o(_0x40f897,'*Remove\x20format:*\x20%0',_0x426140)};}_0x53ecb7['enableDefaultAttributesIntegration']('numberedList'),_0x53ecb7['enableDefaultAttributesIntegration']('bulletedList'),_0x53ecb7['enableDefaultAttributesIntegration']('customNumberedList'),_0x53ecb7['enableDefaultAttributesIntegration']('customBulletedList'),_0x53ecb7['enableDefaultAttributesIntegration']('indentList'),_0x53ecb7['enableDefaultAttributesIntegration']('outdentList'),_0x53ecb7['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x53ecb7['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x53ecb7['registerBlockAttribute']('listItemId'),_0x53ecb7['registerBlockAttribute']('listType'),_0x53ecb7['registerBlockAttribute']('listIndent'),_0x24ea44&&(_0x53ecb7['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x53ecb7['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3f7a0e&&(_0x53ecb7['enableDefaultAttributesIntegration']('todoList'),_0x53ecb7['enableDefaultAttributesIntegration']('checkTodoList'),_0x53ecb7['registerBlockAttribute']('todoListChecked'),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x2fce26=>{const {data:_0x5e70ba}=_0x2fce26;if(_0x5e70ba&&'todoListChecked'==_0x5e70ba['key'])return{'type':'format','content':_0x5e70ba['newValue']?o(_0x40f897,'*Check\x20item*'):o(_0x40f897,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x33ec65=>{if(_0x33ec65['batch']['isUndo'])return!0x1;let _0x408136=!0x1;const _0x663a50=_0x53ecb7['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x355316=>'todoListChecked'===_0x53ecb7['_getAttributeKey'](_0x355316));for(const _0x1e3697 of _0x663a50){'todo'!=_0x1e3697['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x53ecb7['_findSuggestions'](_0x1e3697['getFirstRange'](),'attribute')['find'](_0xcfccee=>'listType'===_0x53ecb7['_getAttributeKey'](_0xcfccee['suggestion']))||(_0x33ec65['removeMarker'](_0x1e3697['getFirstMarker']()),_0x408136=!0x0));}return _0x408136;})),_0x53ecb7['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x40f897,'FORMAT_INDENT'));const _0x4d17a7={'type':'format','content':''};_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x10852f=>{const {data:_0x141bff}=_0x10852f;if(!_0x141bff||'listType'!=_0x141bff['key'])return;let _0x2f9b8c=_0x10852f['head'];for(;_0x2f9b8c;){if(_0x2f9b8c['data']&&(('listStyle'==_0x2f9b8c['data']['key']||'listMarkerStyle'==_0x2f9b8c['data']['key'])&&(_0x2f9b8c['data']['newValue']&&'default'!=_0x2f9b8c['data']['newValue']||'default'!=_0x2f9b8c['data']['oldValue']&&!_0x141bff['newValue'])||!_0x24ea44&&_0x2f9b8c['data']['key']==m))return _0x4d17a7;_0x2f9b8c=_0x2f9b8c['next'];}if(null==_0x141bff['newValue'])switch(_0x141bff['oldValue']){case'bulleted':return _0x12ff0c(o(_0x40f897,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x12ff0c(o(_0x40f897,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x12ff0c(o(_0x40f897,'ELEMENT_TODO_LIST'));}switch(_0x141bff['newValue']){case'bulleted':return _0xac1e6(o(_0x40f897,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xac1e6(o(_0x40f897,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xac1e6(o(_0x40f897,'ELEMENT_TODO_LIST'));}}),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x3b3011=>{const {data:_0x4eee9d}=_0x3b3011;if(_0x4eee9d&&'listIndent'==_0x4eee9d['key'])return null==_0x4eee9d['newValue']||null==_0x4eee9d['oldValue']&&0x0==_0x4eee9d['newValue']?_0x4d17a7:void 0x0;}),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x5bad62=>{if('attribute'!=_0x5bad62['type'])return;const {data:_0x208f27}=_0x5bad62;if(!_0x208f27||'listItemId'!=_0x208f27['key'])return;const _0x56b97e=le(_0x5bad62);return'newValue'==_0x56b97e?{'type':'format','content':o(_0x40f897,'*Merge:*\x20list\x20item')}:'oldValue'==_0x56b97e?{'type':'format','content':o(_0x40f897,'*Split:*\x20list\x20item')}:_0x4d17a7;}),_0x580835['model']['document']['registerPostFixer'](_0x51568b=>this['listItemIdFixer'](_0x51568b)),_0x580835['model']['document']['registerPostFixer'](_0x204c49=>this['noTrackChangesFixer'](_0x204c49)),_0x580835['model']['document']['registerPostFixer'](_0xf1f40a=>this['assureChains'](_0xf1f40a)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x39942e){if(_0x39942e['batch']['isUndo']||!_0x39942e['batch']['isLocal'])return!0x1;let _0x29e247=!0x1;const _0x5056aa=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d9a5b=>_0x4d9a5b['data']&&'listItemId'==_0x4d9a5b['data']['key'])['filter'](_0x1b68f4=>_0x1b68f4['data']['newValue']&&_0x1b68f4['data']['oldValue']);for(const _0x2d28aa of _0x5056aa)le(_0x2d28aa)||(_0x39942e['removeMarker'](_0x2d28aa['getFirstMarker']()),_0x29e247=!0x0);return _0x29e247;}['noTrackChangesFixer'](_0x29d24b){if(_0x29d24b['batch']['isUndo']||!_0x29d24b['batch']['isLocal'])return!0x1;const _0x1b0aaa=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1b0aaa['trackChangesCommand']['value'])return!0x1;let _0x1d18f2=!0x1;const _0x5b8d1d=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x348c43=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x495a94=>'attribute'==_0x495a94['type'])['filter'](_0x5668a3=>_0x5b8d1d['includes'](_0x5668a3['attributeKey']));if(0x0==_0x348c43['length'])return _0x1d18f2;for(const _0x38bda7 of _0x348c43){const _0x12f2e0=_0x1b0aaa['_findSuggestions'](_0x38bda7['range'],'attribute')['filter'](_0x44ffa0=>!_0x44ffa0['meta']['isNextTo'])['map'](_0x5c5c5c=>_0x5c5c5c['suggestion'])['filter'](_0x4451f6=>{const _0x4f923d=_0x1b0aaa['_getAttributeKey'](_0x4451f6);return _0x5b8d1d['includes'](_0x4f923d);});if(_0x12f2e0['length']){for(const _0x5a7500 of _0x12f2e0)_0x29d24b['removeMarker'](_0x5a7500['getFirstMarker']());_0x1d18f2=!0x0;}}return _0x1d18f2;}['assureChains'](_0x3dca63){if(_0x3dca63['batch']['isUndo']||!_0x3dca63['batch']['isLocal'])return!0x1;const _0x592d6a=this['editor']['plugins']['get']('TrackChangesEditing');let _0x355fb6=!0x1;const _0xe4e3e3=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x5a5802 of _0x592d6a['getSuggestions']({'skipNotAttached':!0x0})){const _0x5613e2=_0x592d6a['_findSuggestions'](_0x5a5802['getFirstRange'](),'attribute')['map'](_0x59012f=>_0x59012f['suggestion'])['filter'](_0x4efae4=>_0x4efae4['data']&&_0xe4e3e3['includes'](_0x4efae4['data']['key']));if(!_0x5613e2['length'])continue;const _0x23b1a4=_0x5613e2[0x0]['head']['attributes']['groupId'];if(!_0x5613e2['every'](_0x216187=>_0x216187['attributes']['groupId']===_0x23b1a4)){for(const _0x462fa4 of _0x5613e2)_0x47e0e8(_0x462fa4,_0x23b1a4)&&(_0x355fb6=!0x0);}}return _0x355fb6;function _0x3709e6(_0x1b54e8,_0x5d6dc9){for(const _0x31fd64 of _0x592d6a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x55953b=>'attribute'==_0x55953b['type']&&_0x55953b['attributes']['groupId']==_0x1b54e8))_0x31fd64['setAttribute']('groupId',_0x5d6dc9);}function _0x47e0e8(_0x26ea6b,_0x55331d){let _0xed6d66=_0x26ea6b['head'],_0x59ad36=!0x1;for(;_0xed6d66;)_0xed6d66['attributes']['groupId']!=_0x55331d&&(_0x3709e6(_0xed6d66['attributes']['groupId'],_0x55331d),_0xed6d66['setAttribute']('groupId',_0x55331d),_0x59ad36=!0x0),_0xed6d66=_0xed6d66['next'];return _0x59ad36;}}['_supportLegacySuggestions'](){const _0x3b5e57=this['editor'],_0x7781f0=_0x3b5e57['locale'],_0x182a0f=_0x3b5e57['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x182a0f['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0xa1fee3,_0x4e4173){const _0x545b32=[];for(let _0x1e580b of _0xa1fee3)_0x1e580b['start']['nodeAfter']===_0x1e580b['end']['parent']&&(_0x1e580b=_0x3b5e57['model']['createRange'](_0x3b5e57['model']['createPositionAt'](_0x1e580b['start']['nodeAfter'],0x0))),_0x545b32['push'](_0x1e580b);_0x3b5e57['model']['change'](_0x46f1a2=>{const _0x2fe159=_0x3b5e57['model']['document']['selection'],_0x2b996d=Array['from'](_0x2fe159['getRanges']())['map'](_0x23f4c3=>_0x5b9e67['fromRange'](_0x23f4c3));_0x46f1a2['setSelection'](_0x545b32),_0x3b5e57['commands']['get'](_0x4e4173['commandName'])['refresh'](),_0x4e4173['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3b5e57['execute'](_0x4e4173['commandName'],..._0x4e4173['commandParams']),_0x46f1a2['setSelection'](_0x2b996d);for(const _0x31181b of _0x2b996d)_0x31181b['detach']();});}),_0x182a0f['descriptionFactory']['registerElementLabel'](function(_0x68abfb){const _0x5136a6=!_0x3b5e57['model']['schema']['isObject'](_0x68abfb),_0x519be6=_0x68abfb['previousSibling'],_0x802612=_0x68abfb['nextSibling'],_0x3b0e=_0x68abfb['getAttribute']('listItemId'),_0x447f9c=!_0x519be6||_0x519be6['getAttribute']('listItemId')!==_0x3b0e,_0x5b7fa0=!_0x802612||_0x802612['getAttribute']('listItemId')!==_0x3b0e;return _0x5136a6&&Boolean(_0x3b0e)&&_0x447f9c&&_0x5b7fa0;},_0x2e4166=>o(_0x7781f0,'ELEMENT_LIST_ITEM',_0x2e4166));}['_registerLegacyDescription'](){const _0x2cb1d5=this['editor'],_0x19bf12=_0x2cb1d5['locale'];function _0x280785(_0x4d8cd1){const _0x4ebdf2=_0x2cb1d5['commands']['get']('bulletedList')['value'],_0x33640e=_0x2cb1d5['commands']['get']('numberedList')['value'];return'numberedList'===_0x4d8cd1?_0x4ebdf2:_0x33640e;}_0x2cb1d5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4c47f7){if('formatBlock'!=_0x4c47f7['type'])return;const {data:_0x55777f}=_0x4c47f7;if(!_0x55777f)return;let _0x1966dc,_0x52fe2,_0x2fdd72,_0x2291bd;switch(_0x55777f['commandName']){case'bulletedList':_0x2fdd72=_0x55777f['commandParams'][0x0]['forceValue'],_0x2291bd=_0x280785(_0x55777f['commandName']),_0x1966dc=_0x2fdd72?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2291bd&&_0x2cb1d5['config']['get']('list.multiBlock')||(_0x1966dc='*Change\x20to:*\x20%0'),_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x2fdd72=_0x55777f['commandParams'][0x0]['forceValue'],_0x2291bd=_0x280785(_0x55777f['commandName']),_0x1966dc=_0x2fdd72?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2291bd&&_0x2cb1d5['config']['get']('list.multiBlock')||(_0x1966dc='*Change\x20to:*\x20%0'),_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x1966dc='*Indent:*\x20%0',_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x1966dc=function(_0x4540b2){const _0xda2808=_0x4540b2['getFirstRange']();let _0x2ac75b=_0xda2808['start']['nodeAfter'];for(;_0x2ac75b&&_0xda2808['containsItem'](_0x2ac75b);){if(_0x2ac75b['getAttribute']('listIndent')>0x0)return!0x1;_0x2ac75b=_0x2ac75b['nextSibling'];}return!0x0;}(_0x4c47f7)?o(_0x19bf12,'*Format:*\x20remove\x20from\x20%0',o(_0x19bf12,function(_0x16a744){return'ELEMENT_'+_0x16a744['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4c47f7))):o(_0x19bf12,'*Outdent:*\x20%0',o(_0x19bf12,'ELEMENT_LIST_ITEM')),_0x52fe2={'type':'format','content':_0x1966dc};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x55777f['multipleBlocks']&&(_0x1966dc='*Merge:*\x20%0',_0x52fe2={'type':'deletion','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_LIST_ITEM'))});}return _0x52fe2;});}}function le(_0x5687e4){let _0x1a35db=_0x5687e4['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1a35db;){const _0x330745=_0x1a35db['getAttribute']('listItemId');if(!_0x330745)return!0x1;if(_0x330745==_0x5687e4['data']['newValue'])return'newValue';if(_0x330745==_0x5687e4['data']['oldValue'])return'oldValue';_0x1a35db=_0x1a35db['previousSibling'];}return!0x1;}class ue extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x4d4431=this['editor']['config']['get']('list.properties'),_0x5f4cb9=this['editor']['plugins']['get']('TrackChangesEditing');_0x4d4431['styles']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listStyle'),_0x5f4cb9['registerBlockAttribute']('listStyle')),_0x4d4431['reversed']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listReversed'),_0x5f4cb9['registerBlockAttribute']('listReversed')),_0x4d4431['startIndex']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listStart'),_0x5f4cb9['registerBlockAttribute']('listStart'));const _0x10be3a={'type':'format','content':''};_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3d164f=this['editor']['locale'];_0x5f4cb9['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x3d164f,'FORMAT_LIST_REVERSED')),_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](_0x4902cc=>{const {data:_0x52492d}=_0x4902cc;if(_0x52492d&&'listReversed'==_0x52492d['key'])return null==_0x52492d['newValue']||0x0==_0x52492d['newValue']&&null==_0x52492d['oldValue']?_0x10be3a:void 0x0;}),_0x5f4cb9['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x3d164f,'FORMAT_LIST_START')),_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](_0x23be91=>{const {data:_0x2cee74}=_0x23be91;if(_0x2cee74&&'listStart'==_0x2cee74['key'])return null==_0x2cee74['newValue']||0x1==_0x2cee74['newValue']&&null==_0x2cee74['oldValue']?_0x10be3a:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x30aa7b=>{if(_0x30aa7b['batch']['isUndo'])return!0x1;let _0x2dcaae=!0x1;const _0x3e2165=_0x5f4cb9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3a127f=>{const _0x4f1d80=_0x5f4cb9['_getAttributeKey'](_0x3a127f);return'listStart'==_0x4f1d80||'listReversed'==_0x4f1d80;});for(const _0x307400 of _0x3e2165){const _0x1efff5=_0x307400['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1efff5||'customNumbered'==_0x1efff5)continue;_0x5f4cb9['_findSuggestions'](_0x307400['getFirstRange'](),'attribute')['find'](_0x1af937=>'listType'==_0x5f4cb9['_getAttributeKey'](_0x1af937['suggestion']))||(_0x30aa7b['removeMarker'](_0x307400['getFirstMarker']()),_0x2dcaae=!0x0);}return _0x2dcaae;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x273c7e){const _0x449398=this['editor']['locale'],{data:_0x42d2f1}=_0x273c7e,_0x151afa={'type':'format','content':''};if(!_0x42d2f1||'listStyle'!=_0x42d2f1['key'])return;if(!_0x42d2f1['oldValue'])return'default'==_0x42d2f1['newValue']?_0x151afa:{'type':'format','content':''+o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['newValue'])))};if(!_0x42d2f1['newValue']){if('default'==_0x42d2f1['oldValue'])return _0x151afa;let _0x44e2d5=_0x273c7e['head'];for(;_0x44e2d5;){if(_0x44e2d5['data']&&'listType'==_0x44e2d5['data']['key']&&_0x44e2d5['data']['newValue'])return _0x151afa;_0x44e2d5=_0x44e2d5['next'];}return{'type':'format','content':''+o(_0x449398,'*Remove\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['oldValue'])))};}if('default'!=_0x42d2f1['newValue'])return{'type':'format','content':''+o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['newValue'])))};let _0x365443=_0x273c7e['head'];for(;_0x365443;){if(_0x365443['data']&&'listType'==_0x365443['data']['key']&&_0x365443['data']['newValue']&&_0x365443['data']['oldValue'])return _0x151afa;_0x365443=_0x365443['next'];}return{'type':'format','content':o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,'ELEMENT_'+_0x273c7e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x331ad3=this['editor'],_0x26b898=_0x331ad3['locale'];_0x331ad3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x446763=>{if('formatBlock'!=_0x446763['type'])return;const {data:_0x553379}=_0x446763;if(!_0x553379)return;let _0x365175,_0x1b5315;switch(_0x553379['commandName']){case'listStyle':_0x365175='*Change\x20to:*\x20%0',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175,o(_0x26b898,this['_getTranslationKeyForListStyle'](_0x553379['commandParams'][0x0]['type'])))};break;case'listReversed':_0x365175=_0x553379['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175)};break;case'listStart':_0x365175='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175,_0x553379['commandParams'][0x0]['startIndex'])};}return _0x1b5315;});}['_getTranslationKeyForListStyle'](_0x3b86d7){return'ELEMENT_'+function(_0x30bc10){if(pe['includes'](_0x30bc10))return'bulleted';if(ye['includes'](_0x30bc10))return'numbered';return null;}(_0x3b86d7)['toUpperCase']()+'_LIST_'+_0x3b86d7['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x1c3a28{static get['requires'](){return[_0x203d9b];}['init'](){const _0x3a8a90=this['editor'],_0x139494=_0x3a8a90['plugins']['get']('TrackChangesEditing'),_0x20ba60=_0x3a8a90['commands']['get']('enter');_0x139494['enableCommand']('enter',()=>{_0x3a8a90['model']['change'](_0x186a5b=>{const _0xe86663=_0x3a8a90['model']['document']['selection'],_0x23016d=_0xe86663['getFirstPosition'](),_0x15a766=_0x5b9e67['fromRange'](_0xe86663['getFirstRange']());if(_0x20ba60['enterBlock'](_0x186a5b)){const _0xa90ebd=_0x3a8a90['model']['createPositionAt'](_0x23016d['parent']['nextSibling'],0x0),_0x42405a=_0x186a5b['createRange'](_0x23016d,_0xa90ebd);_0x139494['markInsertion'](_0x42405a);}else _0x186a5b['setSelection'](_0x186a5b['createRange'](_0x15a766['end']));_0x15a766['detach'](),_0x20ba60['fire']('afterExecute',{'writer':_0x186a5b});});}),_0x3a8a90['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x3a8a90,'split'),{'priority':'high'}),_0x3a8a90['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0xbd79fc,_0x58950c,_0x4c138d)=>{const _0x519692=_0x4c138d['mapper']['markerNameToElements'](_0x58950c['markerName']);if(_0x519692){for(const _0x2ec4e8 of _0x519692)_0x2ec4e8['hasClass']('ck-suggestion-marker-split')&&(_0x4c138d['mapper']['unbindElementFromMarkerName'](_0x2ec4e8,_0x58950c['markerName']),_0x4c138d['writer']['remove'](_0x2ec4e8));}},{'priority':'high'}),_0x3a8a90['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x54021c,_0xef7397,_0x1f451b)=>{_0x1f451b['options']['showSuggestionHighlights']&&_e(_0x3a8a90,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x54021c,_0xef7397,_0x1f451b);},{'priority':'high'});}}class J extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x57bf92=this['editor']['plugins']['get']('TrackChangesEditing');_0x57bf92['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x57bf92['enableCommand']('findNext'),_0x57bf92['enableCommand']('findPrevious'),_0x57bf92['enableCommand']('replace'),_0x57bf92['enableCommand']('replaceAll');}['handleFindCommand'](_0xc3cad9,_0x2cec1a,_0x3803ad={}){const _0x14f2e6=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0xc3cad9(_0x33eda5=>{let _0x498628=('string'==typeof _0x2cec1a?_0x14f2e6['findByTextCallback'](_0x2cec1a,_0x3803ad):_0x2cec1a)(_0x33eda5);Array['isArray'](_0x498628)&&(_0x498628={'results':_0x498628,'searchText':'string'==typeof _0x2cec1a?_0x2cec1a:''});const _0x2c93d2=_0x498628['results']['filter'](_0x576250=>!0x1===this['_isInDeletionRange'](_0x576250,_0x33eda5['item']));return{..._0x498628,'results':_0x2c93d2};},_0x3803ad);}['_isInDeletionRange'](_0x4102c1,_0x178409){const _0x3bc404=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x178409,_0x4102c1['start']),this['editor']['model']['createPositionAt'](_0x178409,_0x4102c1['end']));for(const _0xe3ab3d of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x3bc404['getIntersection'](_0xe3ab3d['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 _0x1c3a28{['afterInit'](){const _0x525bd5=this['editor']['locale'],_0x39ad80=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x853674,commandName:_0xe45b41}of ro)this['editor']['plugins']['has'](_0x853674)&&(_0x39ad80['enableDefaultAttributesIntegration'](_0xe45b41),_0x39ad80['registerInlineAttribute'](_0xe45b41));_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x525bd5,'FORMAT_FONT_SIZE')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x525bd5,'FORMAT_FONT_FAMILY')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x525bd5,'FORMAT_FONT_COLOR')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x525bd5,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x29786=this['editor'],_0x2252b1=_0x29786['locale'];_0x29786['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xadb8aa=>{const _0x417a7b=_0x2252b1['t'];if('formatInline'!=_0xadb8aa['type'])return;const {data:_0x5402a0}=_0xadb8aa;if(null!=_0x5402a0){if('fontSize'==_0x5402a0['commandName']){const _0x3a9829=_0x5402a0['commandParams'][0x0]['value'];if(_0x3a9829){const _0x1c1a35=_0x417a7b(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0xeefb80=>_0xeefb80['model']==_0x3a9829)['title'])['toLowerCase']();return{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20size:*\x20%0',_0x1c1a35)};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x5402a0['commandName']){const _0x827bd2=_0x5402a0['commandParams'][0x0]['value'];return _0x827bd2?{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20family:*\x20%0',_0x827bd2)}:{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20family*')};}if('fontColor'==_0x5402a0['commandName']){const _0x475d73=_0x5402a0['commandParams'][0x0]['value'];if(_0x475d73){const _0x41aae6=_0xa8c042(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3fc943=>_0x3fc943['model']==_0x475d73);let _0x2571ee=_0x475d73,_0x35637f='';return _0x41aae6&&(_0x2571ee=_0x41aae6['label'],_0x35637f=_0x417a7b(_0x2571ee)['toLowerCase']()),{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20color:*\x20%0',_0x35637f)['trim'](),'color':{'value':_0x475d73,'title':_0x35637f||_0x2571ee}};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x5402a0['commandName']){const _0x509077=_0x5402a0['commandParams'][0x0]['value'];if(_0x509077){const _0x59c592=_0xa8c042(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x37649b=>_0x37649b['model']==_0x509077);let _0x34161d=_0x509077,_0x22fe68='';return _0x59c592&&(_0x34161d=_0x59c592['label'],_0x22fe68=_0x417a7b(_0x34161d)['toLowerCase']()),{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20background\x20color:*\x20%0',_0x22fe68)['trim'](),'color':{'value':_0x509077,'title':_0x22fe68||_0x34161d}};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x1c3a28{['afterInit'](){const _0x4ee5dd=this['editor'],_0x207b79=_0x4ee5dd['plugins']['get']('TrackChangesEditing'),_0x50f3bc=_0x4ee5dd['commands']['get']('copyFormat'),_0x49499e=_0x4ee5dd['commands']['get']('pasteFormat');_0x50f3bc&&_0x49499e&&(_0x207b79['enableDefaultAttributesIntegration']('pasteFormat'),_0x207b79['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x527ce5=this['editor'],_0x5e7226=_0x527ce5['locale'];_0x527ce5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37815d=>{if('formatBlock'!=_0x37815d['type']&&'formatInline'!=_0x37815d['type'])return;const {data:_0x6ff81f}=_0x37815d;if(_0x6ff81f&&'pasteFormat'===_0x6ff81f['commandName']){const _0x39b903=[],_0xfb9cca=_0x6ff81f['commandParams'][0x0];for(const [_0x58df0c,_0x248229]of Object['entries'](_0xfb9cca))_0x39b903['push'](so(_0x527ce5,_0x58df0c,_0x248229));return _0x39b903['length']?{'type':'format','content':o(_0x5e7226,'*Set\x20format\x20to:*\x20%0',_0x39b903['join'](',\x20'))}:{'type':'format','content':o(_0x5e7226,'*Remove\x20all\x20formatting*')};}});}}function so(_0xfe1247,_0x10b243,_0x26b6d5){const _0x2c54ce=_0xfe1247['locale']['t'],_0x1de63a=_0x10b243['split'](/(?=[A-Z])/)['join']('\x20'),_0x1e4025=_0x2c54ce(_0x1de63a['charAt'](0x0)['toUpperCase']()+_0x1de63a['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x26b6d5)return _0x1e4025;if('fontColor'===_0x10b243||'fontBackgroundColor'===_0x10b243){const _0x52a326=_0xa8c042(_0xfe1247['config']['get']('fontColor.colors'))['find'](_0xe2dfb3=>_0xe2dfb3['model']==_0x26b6d5);return _0x1e4025+'\x20('+(_0x52a326?_0x2c54ce(_0x52a326['label'])['toLowerCase']():_0x26b6d5)+')';}if('fontSize'===_0x10b243&&isNaN(parseFloat(_0x26b6d5))){const _0x4c85d2=_0xfe1247['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xfe1247['config']['get']('fontSize.options'))['find'](_0x321602=>_0x321602['model']==_0x26b6d5);return _0x1e4025+'\x20('+(_0x4c85d2?_0x2c54ce(_0x4c85d2['title'])['toLowerCase']():_0x26b6d5)+')';}return _0x1e4025+'\x20('+_0x26b6d5+')';}class Y extends _0x1c3a28{['_headingOptions'];['afterInit'](){const _0x401f5f=this['editor'];if(!_0x401f5f['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x401f5f['config']['get']('heading.options');const _0x383d8f=_0x401f5f['locale'],_0x54287d=_0x401f5f['plugins']['get']('TrackChangesEditing');_0x54287d['enableDefaultAttributesIntegration']('heading');for(const _0x936931 of this['_headingOptions'])'paragraph'!=_0x936931['model']&&_0x54287d['descriptionFactory']['registerElementLabel'](_0x936931['model'],_0x518292=>{const _0x3df199=this['_getHeadingLevel'](_0x936931['model']);return null!==_0x3df199?_0x27427c(_0x518292,_0x3df199):_0x1c17a2(_0x518292,_0x936931['title']);});function _0x27427c(_0x45d7a5,_0x529416){return o(_0x383d8f,'ELEMENT_HEADING',[_0x45d7a5,_0x529416]);}function _0x1c17a2(_0x21f630,_0x22bda4){return o(_0x383d8f,'ELEMENT_HEADING_CUSTOM',[_0x21f630,_0x22bda4]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x361f79=this['editor'],_0x504864=_0x361f79['locale'];function _0x17c2bd(_0x2d25b2,_0x414133){return o(_0x504864,'ELEMENT_HEADING_CUSTOM',[_0x2d25b2,_0x414133]);}_0x361f79['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e8d46=>{if('formatBlock'!=_0x4e8d46['type'])return;const {data:_0xae542c}=_0x4e8d46;if(_0xae542c&&'heading'==_0xae542c['commandName']){const _0x54268e=_0xae542c['commandParams'][0x0]['value'],_0x17dff8=this['_getHeadingLevel'](_0x54268e);if(null!==_0x17dff8)return{'type':'format','content':o(_0x504864,'*Change\x20to:*\x20%0',(_0x384337=0x1,_0x114081=_0x17dff8,o(_0x504864,'ELEMENT_HEADING',[_0x384337,_0x114081])))};const _0x1058cb=this['_headingOptions']['find'](_0x212837=>_0x212837['model']===_0x54268e)['title'];return{'type':'format','content':o(_0x504864,'*Change\x20to:*\x20%0',_0x17c2bd(0x1,_0x1058cb))};}var _0x384337,_0x114081;});}['_getHeadingLevel'](_0x13a4c0){const _0x5eb751=_0x13a4c0['match'](/^heading(\d+)/);if(_0x5eb751)return _0x5eb751[0x1];const _0x4a6599=this['_headingOptions']?.['find'](_0x6be339=>_0x6be339['model']==_0x13a4c0);if(_0x4a6599&&_0x4a6599['view']){const _0x292e71=_0x4a6599['view'],_0x292d33=(_0x292e71['name']??_0x292e71)['match'](/^h(\d+)/);if(_0x292d33)return _0x292d33[0x1];}return null;}}class Z extends _0x1c3a28{['afterInit'](){const _0x154646=this['editor'];if(!_0x154646['plugins']['has']('HighlightEditing'))return;const _0x11d29f=_0x154646['plugins']['get']('TrackChangesEditing'),_0x2b6bce=_0x154646['locale'];_0x11d29f['enableDefaultAttributesIntegration']('highlight'),_0x11d29f['registerInlineAttribute']('highlight'),_0x11d29f['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2b6bce,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1112df=this['editor'],_0x23ab7b=_0x1112df['locale'];_0x1112df['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe18d0e=>{if('formatInline'!=_0xe18d0e['type'])return;const {data:_0xc1781d}=_0xe18d0e;if(_0xc1781d&&'highlight'==_0xc1781d['commandName']){const _0x1cbff3=_0x23ab7b['t'],_0x5db755=_0xc1781d['commandParams'][0x0]['value'];if(_0x5db755){const _0x5aeee4=_0x1112df['config']['get']('highlight.options')['find'](_0x3faa34=>_0x3faa34['model']==_0x5db755),_0x49f8b0=_0x1cbff3(_0x5aeee4['title'])['toLowerCase']();return{'type':'format','content':o(_0x23ab7b,'*Set\x20highlight:*\x20%0',_0x49f8b0),'color':{'value':_0x5aeee4['color'],'title':_0x5aeee4['title']}};}return{'type':'format','content':o(_0x23ab7b,'*Remove\x20highlight*',o(_0x23ab7b,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x1c3a28{['afterInit'](){const _0xd65bea=this['editor'];if(!_0xd65bea['plugins']['has']('HorizontalLineEditing'))return;_0xd65bea['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5e7662=_0xd65bea['plugins']['get']('TrackChangesEditing'),_0x51a626=_0xd65bea['locale'];_0x5e7662['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3b3789=>o(_0x51a626,'ELEMENT_HORIZONTAL_LINE',_0x3b3789)),_0xd65bea['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x153018,{writer:_0x36cd40,options:_0x2bc4c5})=>{if(!_0x2bc4c5['showSuggestionHighlights'])return null;const _0x543d55=_0x36cd40['createContainerElement']('div'),_0x7eece=_0x36cd40['createEmptyElement']('hr');return _0x36cd40['addClass']('ck-horizontal-line',_0x543d55),_0x36cd40['insert'](_0x36cd40['createPositionAt'](_0x543d55,0x0),_0x7eece),_0x543d55;},'converterPriority':'high'});}}class et extends _0x1c3a28{['afterInit'](){const _0x2f8ebc=this['editor'];if(!_0x2f8ebc['plugins']['has']('HtmlEmbed'))return;const _0x476d6f=_0x2f8ebc['plugins']['get']('TrackChangesEditing'),_0x60ee61=_0x2f8ebc['locale'];_0x476d6f['descriptionFactory']['registerElementLabel']('rawHtml',_0x2303b3=>o(_0x60ee61,'ELEMENT_HTML_EMBED',_0x2303b3)),_0x476d6f['enableDefaultAttributesIntegration']('htmlEmbed'),_0x476d6f['registerBlockAttribute']('value'),_0x476d6f['descriptionFactory']['registerDescriptionCallback'](_0x19ea78=>{if('attribute'!=_0x19ea78['type'])return;const {data:_0x3502ec}=_0x19ea78;if(_0x3502ec&&'value'==_0x3502ec['key']&&_0x19ea78['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x2776c4=o(_0x60ee61,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x60ee61,'*Change\x20%0\x20content*',_0x2776c4)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c2cc0=this['editor'],_0x219a9f=_0x2c2cc0['locale'];_0x2c2cc0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4400df=>{if('formatBlock'!=_0x4400df['type'])return;const {data:_0x3454de}=_0x4400df;if(_0x3454de&&'htmlEmbed'==_0x3454de['commandName']){const _0xfe90cf=o(_0x219a9f,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x219a9f,'*Change\x20%0\x20content*',_0xfe90cf)};}});}}class it extends _0x1c3a28{['afterInit'](){const _0x57b2f4=this['editor'];if(!_0x57b2f4['plugins']['has']('ImageEditing'))return;const _0x1d3950=_0x57b2f4['plugins']['get']('TrackChangesEditing'),_0x25dc7b=_0x57b2f4['plugins']['get']('ImageUtils'),_0x10e67f=_0x57b2f4['locale'];_0x1d3950['enableCommand']('insertImage'),_0x1d3950['descriptionFactory']['registerElementLabel']('imageBlock',_0x788c0e=>o(_0x10e67f,'ELEMENT_IMAGE',_0x788c0e)),_0x1d3950['descriptionFactory']['registerElementLabel']('imageInline',_0xff790e=>o(_0x10e67f,'ELEMENT_INLINE_IMAGE',_0xff790e)),_0x1d3950['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x10e67f,'ELEMENT_CAPTION')),_0x57b2f4['plugins']['has']('ImageUploadEditing')&&_0x1d3950['enableCommand']('uploadImage'),_0x57b2f4['plugins']['has']('ImageBlockEditing')&&_0x57b2f4['plugins']['has']('ImageInlineEditing')&&(_0x1d3950['enableCommand']('imageTypeInline',(_0x4ea14e,_0x4e62a2)=>{const _0x3cd799=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']);_0x57b2f4['model']['change'](()=>{_0x1d3950['markBlockFormat'](_0x3cd799,{'commandName':'imageTypeInline','commandParams':[_0x4e62a2]},[],'convertBlockImageToInline');});}),_0x1d3950['enableCommand']('imageTypeBlock',(_0x350383,_0x3802dc)=>{_0x57b2f4['model']['change'](_0x2f9bf6=>{let _0x182f31=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x218d7e=_0x2f9bf6['createRangeOn'](_0x182f31);const _0x39dd02=_0x4c9fc9['fromPosition'](_0x218d7e['start'],'toPrevious'),_0x4da098=_0x4c9fc9['fromPosition'](_0x218d7e['end'],'toNext');_0x1d3950['forceDefaultExecution'](()=>_0x350383(_0x3802dc)),_0x182f31=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x218d7e=_0x2f9bf6['createRangeOn'](_0x182f31);const _0x426de4=_0x2f9bf6['createRange'](_0x39dd02,_0x4da098);_0x39dd02['detach'](),_0x4da098['detach'](),_0x1d3950['markBlockFormat'](_0x182f31,{'commandName':'imageTypeInline','commandParams':[_0x3802dc]},[],'convertInlineImageToBlock'),_0x426de4['start']['isBefore'](_0x218d7e['start'])&&_0x1d3950['markInsertion'](_0x2f9bf6['createRange'](_0x426de4['start'],_0x218d7e['start']),'convertInlineImageToBlock'),_0x218d7e['end']['isBefore'](_0x426de4['end'])&&_0x1d3950['markInsertion'](_0x2f9bf6['createRange'](_0x218d7e['end'],_0x426de4['end']),'convertInlineImageToBlock');});}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x1d3950['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4c8b7d])=>{const _0x141893=_0x1d3950['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x21b3e2=_0x4c8b7d['start'],_0x501027=_0x4c8b7d['end'];const _0x3a2257=_0x57b2f4['model']['schema']['getNearestSelectionRange'](_0x21b3e2,'backward'),_0x72736d=_0x57b2f4['model']['schema']['getNearestSelectionRange'](_0x501027,'forward');_0x3a2257['isCollapsed']&&(_0x21b3e2=_0x3a2257['start']),_0x72736d['isCollapsed']&&(_0x501027=_0x72736d['end']),_0x141893([_0x57b2f4['model']['createRange'](_0x21b3e2,_0x501027)]);}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xb2021f),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xb2021f)),_0x57b2f4['plugins']['has']('ImageCaptionEditing')&&(_0x1d3950['enableCommand']('toggleImageCaption',(_0x16ad88,_0x11500b)=>{const _0x375ec8=_0x57b2f4['plugins']['get']('ImageCaptionUtils');let _0x18a1fb=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x53e65b=_0x375ec8['getCaptionFromImageModelElement'](_0x18a1fb);_0x57b2f4['model']['change'](()=>{if(_0x53e65b)return void _0x1d3950['markDeletion'](_0x57b2f4['model']['createRangeOn'](_0x53e65b));const _0x18753e=_0x25dc7b['isBlockImage'](_0x18a1fb);_0x16ad88(_0x11500b),_0x18a1fb=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x53e65b=_0x375ec8['getCaptionFromImageModelElement'](_0x18a1fb),_0x1d3950['markInsertion'](_0x57b2f4['model']['createRangeOn'](_0x53e65b),_0x18753e?null:'imageCaption');});}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xb2021f));const _0x46a41c=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x28a7b2(_0x1f992a,_0x3f33eb){const _0x3a3945=_0x46a41c['findIndex'](({type:_0x2c27ce,subType:_0x47daa5})=>_0x1f992a['type']==_0x2c27ce&&_0x1f992a['subType']==_0x47daa5),_0x34b242=_0x46a41c['findIndex'](({type:_0x5536b3,subType:_0x560e25})=>_0x3f33eb['type']==_0x5536b3&&_0x3f33eb['subType']==_0x560e25);if(_0x3a3945<0x0||_0x34b242<0x0)return!0x1;const _0x555187=_0x1f992a['getFirstRange'](),_0x251184=_0x3f33eb['getFirstRange']();if((0x0==_0x3a3945||0x1==_0x3a3945)&&0x2==_0x34b242&&_0x555187['isIntersecting'](_0x251184))return!0x0;if(0x2==_0x3a3945&&0x3==_0x34b242){const _0x2410a2=_0x1d3950['_findSuggestions'](_0x555187,'insertion')['filter'](({suggestion:_0x2d933f,meta:_0x4ae53d})=>_0x4ae53d['isOwn']&&'convertInlineImageToBlock'==_0x2d933f['subType']);if(_0x2410a2['length']>0x1&&_0x251184['end']['isEqual'](_0x555187['start']))return!0x0;if(0x1==_0x2410a2['length']&&(_0x555187['start']['isEqual'](_0x251184['end'])||_0x555187['end']['isEqual'](_0x251184['start'])))return!0x0;}if(0x3==_0x3a3945&&0x3==_0x34b242&&_0x555187['start']['isBefore'](_0x251184['start'])){const _0x584c0a=_0x555187['end']['nodeAfter'],_0x383246=_0x251184['start']['nodeBefore'];return _0x25dc7b['isBlockImage'](_0x584c0a)&&_0x584c0a===_0x383246;}return!0x1;}function _0xb2021f(_0x5e86e9,_0x47edf8){return _0x28a7b2(_0x5e86e9,_0x47edf8)?[_0x5e86e9,_0x47edf8]:_0x28a7b2(_0x47edf8,_0x5e86e9)?[_0x47edf8,_0x5e86e9]:null;}_0x57b2f4['plugins']['has']('ImageResize')&&(_0x1d3950['enableDefaultAttributesIntegration']('resizeImage'),_0x1d3950['registerBlockAttribute']('resizedWidth'),_0x1d3950['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x10e67f,'FORMAT_IMAGE_SIZE'))),_0x57b2f4['plugins']['has']('ImageTextAlternativeEditing')&&(_0x1d3950['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x1d3950['registerBlockAttribute']('alt')),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x23b484=>{if(!!_0x46a41c['find'](({type:_0x4a2236,subType:_0x35ed0f})=>_0x23b484['type']==_0x4a2236&&_0x23b484['subType']==_0x35ed0f))return _0x23b484['previous']?{}:void 0x0;}),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x4995e6=>{if('insertion'==_0x4995e6['type']||'deletion'==_0x4995e6['type']){const _0x2122e9=_0x4995e6['getContainedElement']();if(_0x2122e9&&_0x2122e9['is']('element','caption'))return{'type':'insertion'==_0x4995e6['type']?'addObject':'removeObject','element':_0x2122e9,'quantity':0x1};}}),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x2d6391=>'formatBlock'==_0x2d6391['type']&&'convertInlineImageToBlock'==_0x2d6391['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x2d6391['type']&&'convertBlockImageToInline'==_0x2d6391['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x16a6b9=>{if('attribute'!=_0x16a6b9['type'])return;const {data:_0x567ed3}=_0x16a6b9;if(!_0x567ed3||'alt'!=_0x567ed3['key'])return;const _0x336da3=_0x567ed3['newValue'];return _0x336da3?{'type':'format','content':o(_0x10e67f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x336da3+'\x22')}:{'type':'format','content':o(_0x10e67f,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2bedf4=this['editor'],_0x53f222=_0x2bedf4['locale'];_0x2bedf4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x393e19=>{if('formatBlock'!=_0x393e19['type']&&'formatInline'!=_0x393e19['type'])return;const {data:_0x5547b2}=_0x393e19;if(_0x5547b2){if('imageTextAlternative'==_0x5547b2['commandName']){const _0x2844c0=_0x5547b2['commandParams'][0x0]['newValue'];return _0x2844c0?{'type':'format','content':o(_0x53f222,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2844c0+'\x22')}:{'type':'format','content':o(_0x53f222,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5547b2['commandName']){const _0x1f4f57=_0x5547b2['commandParams'][0x0]['width'];return _0x1f4f57?{'type':'format','content':o(_0x53f222,'*Set\x20image\x20width:*\x20%0',_0x1f4f57)}:{'type':'format','content':o(_0x53f222,'*Reset\x20image\x20width*')};}}});}}class st extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x3ac50d=this['editor']['locale'],_0x29fe2d=this['editor']['plugins']['get']('TrackChangesEditing');_0x29fe2d['enableDefaultAttributesIntegration']('replaceImageSource'),_0x29fe2d['registerBlockAttribute']('src'),_0x29fe2d['descriptionFactory']['registerDescriptionCallback'](_0x483b8d=>{if('attribute'!=_0x483b8d['type'])return;const {data:_0x294a89}=_0x483b8d;return _0x294a89&&'src'==_0x294a89['key']?_0x294a89['newValue']&&_0x294a89['oldValue']?{'type':'format','content':o(_0x3ac50d,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x203b71=this['editor']['plugins']['get']('TrackChangesEditing');_0x203b71['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x203b71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x203b71['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x203b71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x46bd7d=this['editor'],_0x22d58f=_0x46bd7d['locale'];_0x46bd7d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2bd6ee=>{if('formatBlock'!=_0x2bd6ee['type']&&'formatInline'!=_0x2bd6ee['type'])return;const {data:_0x533b20}=_0x2bd6ee;if(!_0x533b20||'replaceImageSource'!=_0x533b20['commandName'])return;return{'type':'format','content':o(_0x22d58f,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x1c3a28{['afterInit'](){const _0x505b7a=this['editor'];if(!_0x505b7a['plugins']['has']('ImageStyleEditing'))return;const _0x565961=_0x505b7a['plugins']['get']('TrackChangesEditing'),_0x11e938=_0x505b7a['plugins']['get']('ImageUtils'),_0x724bbf={};_0x565961['enableCommand']('imageStyle',(_0x592f4a,_0x1db71a)=>{const _0x25fdf6=_0x505b7a['plugins']['get']('Users')['me'],_0x1ae5f7=_0x505b7a['commands']['get']('imageStyle');let _0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),_0x1189c0=_0x505b7a['model']['createRangeOn'](_0x1172cc),_0x597d03=_0x1ae5f7['value'];if(_0x597d03==_0x1db71a['value'])return;const _0x287b6f={'commandName':'imageStyle','commandParams':[_0x1db71a],'formatGroupId':_0x15362b()};_0x505b7a['model']['change'](()=>{if(_0x565961['getSuggestions']()['filter'](_0x1a4c53=>_0x1a4c53['isInContent']&&_0x25fdf6==_0x1a4c53['author']&&('formatBlock'==_0x1a4c53['type']||'formatInline'==_0x1a4c53['type'])&&('imageStylePreApply'==_0x1a4c53['subType']||'imageStylePostApply'==_0x1a4c53['subType'])&&_0x1a4c53['getFirstRange']()['isEqual'](_0x1189c0))['forEach'](_0x444574=>_0x565961['discardSuggestion'](_0x444574['head'])),_0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),_0x1189c0=_0x505b7a['model']['createRangeOn'](_0x1172cc),_0x1ae5f7['refresh'](),_0x505b7a['commands']['get']('imageTypeInline')['refresh'](),_0x505b7a['commands']['get']('imageTypeBlock')['refresh'](),_0x597d03=_0x1ae5f7['value'],_0x597d03!=_0x1db71a['value'])return _0x11e938['isInlineImage'](_0x1172cc)&&_0x1ae5f7['shouldConvertImageType'](_0x1db71a['value'],_0x1172cc)?(_0x592f4a({..._0x1db71a,'setImageSizes':!0x1}),_0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),void _0x565961['markBlockFormat'](_0x1172cc,{..._0x287b6f,'commandReversedParams':[{'value':_0x597d03||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x11e938['isBlockImage'](_0x1172cc)?_0x565961['markBlockFormat'](_0x1172cc,_0x287b6f,[],'imageStylePostApply'):_0x565961['markInlineFormat'](_0x1189c0,_0x287b6f,'imageStylePostApply'));});});for(const _0x4caa82 of _0x505b7a['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x724bbf[_0x4caa82['name']]=_0x4caa82['title']['toLowerCase']();_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4ff975])=>{_0x11e938['setImageNaturalSizeAttributes'](_0x4ff975['getContainedElement']());}),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x37b483,_0x5e77c9)=>{_0x565961['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x37b483,{'commandName':_0x5e77c9['commandName'],'commandParams':_0x5e77c9['commandReversedParams']});}),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x396c65,_0xd908cc){if(_0x3df4a9(_0x396c65,_0xd908cc))return[_0x396c65,_0xd908cc];if(_0x3df4a9(_0xd908cc,_0x396c65))return[_0xd908cc,_0x396c65];return null;});const _0x682331=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3df4a9(_0xa27586,_0x1f31cc){const _0x513d29=_0x682331['findIndex'](({type:_0x2caefa,subType:_0x3e5069})=>_0xa27586['type']==_0x2caefa&&_0xa27586['subType']==_0x3e5069),_0x1c8af0=_0x682331['findIndex'](({type:_0x314d2d,subType:_0x25d4c4})=>_0x1f31cc['type']==_0x314d2d&&_0x1f31cc['subType']==_0x25d4c4);if(_0x513d29<0x0||_0x1c8af0<0x0)return!0x1;const _0x48da6e=_0xa27586['getFirstRange'](),_0x1ed9b7=_0x1f31cc['getFirstRange']();if((0x0==_0x513d29||0x1==_0x513d29)&&0x2==_0x1c8af0&&_0x48da6e['isIntersecting'](_0x1ed9b7))return!0x0;if(0x2==_0x513d29&&0x3==_0x1c8af0){const _0x310aed=_0x565961['_findSuggestions'](_0x48da6e,'insertion')['filter'](({suggestion:_0x53b506,meta:_0xd191b5})=>_0xd191b5['isOwn']&&'convertInlineImageToBlock'==_0x53b506['subType']);if(_0x310aed['length']>0x1&&_0x1ed9b7['end']['isEqual'](_0x48da6e['start']))return!0x0;if(0x1==_0x310aed['length']&&(_0x48da6e['start']['isEqual'](_0x1ed9b7['end'])||_0x48da6e['end']['isEqual'](_0x1ed9b7['start'])))return!0x0;}if(0x3==_0x513d29&&0x3==_0x1c8af0&&_0x48da6e['start']['isBefore'](_0x1ed9b7['start'])){const _0x12f4ea=_0x48da6e['end']['nodeAfter'],_0x1cecbf=_0x1ed9b7['start']['nodeBefore'];return _0x11e938['isBlockImage'](_0x12f4ea)&&_0x12f4ea===_0x1cecbf;}return!0x1;}_0x505b7a['model']['document']['registerPostFixer'](()=>{let _0x37eaca=!0x1;const _0x1ab252=Array['from'](_0x505b7a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2c42a8,data:_0x4843e9}of _0x1ab252){const {group:_0x306fca,type:_0x2a1f44,subType:_0x833a43,id:_0x9e229f}=_0x565961['_splitMarkerName'](_0x2c42a8);if('suggestion'==_0x306fca&&_0x565961['hasSuggestion'](_0x9e229f)){if('formatBlock'==_0x2a1f44&&('imageStylePreApply'==_0x833a43||'imageStylePostApply'==_0x833a43)){const _0x3be68c=_0x565961['getSuggestion'](_0x9e229f);if(_0x4843e9['newRange']){const _0xc6315=_0x3be68c['getFirstRange']()['getContainedElement']();if(_0x11e938['isBlockImage'](_0xc6315))continue;_0x565961['discardSuggestion'](_0x3be68c),_0x37eaca=!0x0;}}if('insertion'==_0x2a1f44&&'imageCaption'==_0x833a43&&!_0x4843e9['newRange']){const _0x2499a1=_0x565961['getSuggestion'](_0x9e229f);_0x2499a1['next']&&_0x2499a1['next']['isInContent']&&(_0x565961['discardSuggestion'](_0x2499a1['next']),_0x37eaca=!0x0);}}}return _0x37eaca;}),this['_registerLegacyDescription'](_0x724bbf);}['_registerLegacyDescription'](_0x3ea5fe){const _0x4bc2bf=this['editor'],_0x224fae=_0x4bc2bf['locale'];_0x4bc2bf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x56ae69=>{if('formatBlock'!=_0x56ae69['type']&&'formatInline'!=_0x56ae69['type'])return;const {data:_0x26ff88}=_0x56ae69;if(!_0x26ff88||'imageStyle'!=_0x26ff88['commandName'])return;const _0x192072=_0x26ff88['commandParams'][0x0]['value'];return _0x17b031('side'===_0x192072?o(_0x224fae,'FORMAT_SIDE_IMAGE'):_0x3ea5fe[_0x192072]||_0x192072);function _0x17b031(_0x6e9505){return{'type':'format','content':o(_0x224fae,'*Format:*\x20%0',_0x6e9505)};}});}}class ot extends _0x1c3a28{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x47331d){super(_0x47331d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x23a8a1=this['editor'],_0x47af03=_0x23a8a1['commands']['get']('importWord'),_0x5fb5af=_0x23a8a1['commands']['get']('trackChanges');_0x47af03&&(_0x47af03['on']('execute',(_0x3a1dea,[,_0xfe93a9])=>{this['_trackChangesValueDuringImport']=_0x5fb5af['value'],_0xfe93a9['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x47af03,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x47af03,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x5fb5af['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x23a8a1['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x123165,_0x2dd348){const {suggestions:_0x131c6f}=_0x2dd348,_0x416f20=this['editor']['commands']['get']('trackChanges'),_0x2e2e4a=_0x416f20['value'];this['_trackChangesValueDuringImport']!==_0x2e2e4a&&(_0x416f20['execute'](),this['_trackChangesExecuted']=!0x0),_0x131c6f&&_0x131c6f['forEach'](({id:_0x2e35d7,type:_0x337d47,author:_0x4bb5a0,created_at:_0x1e09bc})=>{const _0x2ddf18={'id':_0x2e35d7,'type':_0x337d47,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4bb5a0,'createdAt':_0x1e09bc?new Date(_0x1e09bc):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x2ddf18);});}}class rt extends _0x1c3a28{['afterInit'](){const _0x3074e4=this['editor'],_0xc78fa=_0x3074e4['plugins']['get']('TrackChangesEditing');if(_0x3074e4['plugins']['has']('IndentEditing')&&(_0xc78fa['enableCommand']('indent'),_0xc78fa['enableCommand']('outdent')),_0x3074e4['plugins']['has']('IndentBlock')){for(const _0x1f978f of['indentBlock','outdentBlock'])_0xc78fa['enableDefaultAttributesIntegration'](_0x1f978f);}const _0x5772b7=_0x3074e4['locale'];_0xc78fa['registerBlockAttribute']('blockIndent'),_0xc78fa['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5772b7,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26bd27=this['editor'],_0x369d30=_0x26bd27['locale'],_0xae0578=_0x26bd27['plugins']['get']('TrackChangesEditing');_0xae0578['descriptionFactory']['registerDescriptionCallback'](_0x5cb78e=>{if('formatBlock'!=_0x5cb78e['type'])return;const {data:_0x45ad5d}=_0x5cb78e;if(!_0x45ad5d)return;if('indentBlock'!=_0x45ad5d['commandName']&&'outdentBlock'!=_0x45ad5d['commandName'])return;const _0x46de87=_0x5cb78e['getItems']()[0x0],_0x9e6722=_0xae0578['descriptionFactory']['getItemLabel'](_0x46de87);return'indentBlock'==_0x45ad5d['commandName']?{'type':'format','content':o(_0x369d30,'*Indent:*\x20%0',_0x9e6722)}:'outdentBlock'==_0x45ad5d['commandName']?{'type':'format','content':o(_0x369d30,'*Outdent:*\x20%0',_0x9e6722)}:void 0x0;});}}class at extends _0x1c3a28{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x1c3a28{['afterInit'](){const _0x59fb3e=this['editor'];if(!_0x59fb3e['plugins']['has']('LinkEditing'))return;const _0x5e53e9=_0x59fb3e['plugins']['get']('TrackChangesEditing'),_0x1e3f45=_0x59fb3e['commands']['get']('link');_0x5e53e9['enableDefaultAttributesIntegration']('link'),_0x5e53e9['enableDefaultAttributesIntegration']('unlink'),_0x5e53e9['registerInlineAttribute']('linkHref');for(const _0x4f95a1 of _0x1e3f45['manualDecorators'])_0x5e53e9['registerInlineAttribute'](_0x4f95a1['id']),_0x5e53e9['descriptionFactory']['registerAttributeLabel'](_0x4f95a1['id'],'link\x20('+_0x4f95a1['label']['toLowerCase']()+')');_0x5e53e9['descriptionFactory']['registerDescriptionCallback'](_0x372e81=>{if('attribute'!=_0x372e81['type'])return;const {data:_0x34a2e3}=_0x372e81;if(!_0x34a2e3||'linkHref'!=_0x34a2e3['key'])return;const _0x15d23c=_0x34a2e3['newValue'],_0x35e0e2=_0x59fb3e['locale'];return{'type':'format','content':null==_0x15d23c?o(_0x35e0e2,'*Remove\x20link*'):o(_0x35e0e2,'*Set\x20link:*\x20%0','\x22'+_0x15d23c+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x31476d=this['editor'],_0x3a4760=_0x31476d['locale'];_0x31476d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4084ce=>{if('formatInline'!=_0x4084ce['type'])return;const {data:_0x1902f9}=_0x4084ce;if(_0x1902f9){if('link'==_0x1902f9['commandName']){const _0x3a6523=_0x1902f9['commandParams'][0x0];return{'type':'format','content':o(_0x3a4760,'*Set\x20link:*\x20%0','\x22'+_0x3a6523+'\x22')};}return'unlink'==_0x1902f9['commandName']?{'type':'format','content':o(_0x3a4760,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x1c3a28{['afterInit'](){const _0x5aad8a=this['editor'],_0x4b4ac4=_0x5aad8a['locale'];if(!_0x5aad8a['plugins']['has']('LegacyListEditing'))return;const _0x5ea7f7=_0x5aad8a['plugins']['get']('TrackChangesEditing'),_0x374f1b=_0x5aad8a['plugins']['has']('LegacyTodoListEditing');function _0x34b6dc(_0x1c35da){return()=>{const _0x36e269=_0x5aad8a['model']['document']['selection'],_0xf59b20=_0x5aad8a['commands']['get'](_0x1c35da);if(_0xf59b20['value'])return void _0x5aad8a['execute']('paragraph',{});const _0x44d783=_0x1c35da['slice'](0x0,-0x4),_0x3c0e7b=function(_0x18ff26,_0x31e41a,_0x287590){let _0x4333e7=Array['from'](_0x18ff26)['filter'](_0x5d987f=>function(_0xbd142e,_0x37ea44){return _0x37ea44['checkChild'](_0xbd142e['parent'],'listItem')&&!_0x37ea44['isObject'](_0xbd142e);}(_0x5d987f,_0x287590));_0x4333e7=_0x4333e7['filter'](_0x541007=>!_0x541007['is']('element','listItem')||_0x541007['getAttribute']('listType')!=_0x31e41a);const _0x312cd6=new Set();for(const _0x431fd4 of _0x4333e7)_0x431fd4['is']('element','listItem')?_0x312cd6['add'](me(_0x431fd4)):_0x312cd6['add'](_0x431fd4);return Array['from'](_0x312cd6);}(_0x36e269['getSelectedBlocks'](),_0x44d783,_0x5aad8a['model']['schema']);_0x5aad8a['model']['change'](()=>{for(const _0x18be32 of _0x3c0e7b)_0x5ea7f7['markBlockFormat'](_0x18be32,{'commandName':_0x1c35da,'commandParams':[{'forceValue':!_0xf59b20['value']}],'formatGroupId':'blockName'},fe(_0x18be32));});};}function _0x15c2b3(_0x202d86){return()=>{const _0x1a0751=function(_0x23c26b){let _0x4576a0=Array['from'](_0x23c26b);const _0x586570=_0x4576a0['findIndex'](_0x3ce221=>'listItem'!=_0x3ce221['name']);return _0x586570>-0x1&&(_0x4576a0=_0x4576a0['slice'](0x0,_0x586570)),_0x4576a0;}(_0x5aad8a['model']['document']['selection']['getSelectedBlocks']()),_0x59abbd=_0x5aad8a['model']['createRange'](_0x5aad8a['model']['createPositionAt'](_0x1a0751[0x0],'before'),_0x5aad8a['model']['createPositionAt'](_0x1a0751[_0x1a0751['length']-0x1],'end'));_0x5aad8a['model']['change'](()=>{_0x5ea7f7['markBlockFormat'](_0x59abbd,{'commandName':_0x202d86,'commandParams':[],'formatGroupId':'listIndent'},function(_0x559bc1){const _0x563346=new Set();for(const _0x2fb6f5 of _0x559bc1){let _0x49da37=_0x2fb6f5['nextSibling'];for(;_0x49da37&&_0x49da37['getAttribute']('listIndent')>_0x2fb6f5['getAttribute']('listIndent');)_0x563346['add'](_0x49da37),_0x49da37=_0x49da37['nextSibling'];}return Array['from'](_0x563346);}(_0x1a0751));});};}_0x5ea7f7['enableCommand']('numberedList',_0x34b6dc('numberedList')),_0x5ea7f7['enableCommand']('bulletedList',_0x34b6dc('bulletedList')),_0x374f1b&&_0x5ea7f7['enableCommand']('todoList',_0x34b6dc('todoList')),_0x5ea7f7['enableCommand']('indentList',_0x15c2b3('indentList')),_0x5ea7f7['enableCommand']('outdentList',_0x15c2b3('outdentList')),_0x374f1b&&_0x5ea7f7['enableCommand']('checkTodoList',()=>{const _0x4f80fb=_0x5aad8a['commands']['get']('checkTodoList'),_0x40e75f=Array['from'](_0x4f80fb['_selectedElements']);_0x40e75f['filter'](_0x1abd81=>_0x1abd81['getAttribute']('todoListChecked')!=_0x4f80fb['value']),_0x5aad8a['model']['change'](()=>{for(const _0x2ff667 of _0x40e75f)_0x5ea7f7['markBlockFormat'](_0x2ff667,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x4f80fb['value']}]});});}),_0x5ea7f7['descriptionFactory']['registerElementLabel']('listItem',_0x3293d0=>o(_0x4b4ac4,'ELEMENT_LIST_ITEM',_0x3293d0)),_0x5ea7f7['descriptionFactory']['registerDescriptionCallback'](_0x1add44=>{if('formatBlock'!=_0x1add44['type']&&'formatInline'!=_0x1add44['type'])return;const {data:_0x4c25c8}=_0x1add44;if(_0x4c25c8){if('numberedList'==_0x4c25c8['commandName']||'bulletedList'==_0x4c25c8['commandName']||'todoList'==_0x4c25c8['commandName'])switch(_0x4c25c8['commandName']['replace']('List','')){case'bulleted':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_TODO_LIST'));}if('indentList'==_0x4c25c8['commandName'])return{'type':'format','content':o(_0x4b4ac4,'*Indent:*\x20%0',o(_0x4b4ac4,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x4c25c8['commandName'])return{'type':'format','content':o(_0x4b4ac4,'*Outdent:*\x20%0',o(_0x4b4ac4,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x4c25c8['commandName'])return _0x4c25c8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4b4ac4,'*Check\x20item*')}:{'type':'format','content':o(_0x4b4ac4,'*Uncheck\x20item*')};}function _0x22e4d1(_0x2b4e12){return{'type':'format','content':o(_0x4b4ac4,'*Change\x20to:*\x20%0',_0x2b4e12)};}});}}function me(_0x5a580b){const _0x32e74e=_0x5a580b['getAttribute']('listIndent');if(0x0==_0x32e74e)return _0x5a580b;let _0x2b9de6=_0x5a580b;for(;_0x5a580b['previousSibling']&&_0x5a580b['previousSibling']['is']('element','listItem');){const _0x57275a=_0x5a580b['previousSibling']['getAttribute']('listIndent');if(_0x57275a==_0x32e74e)_0x2b9de6=_0x5a580b['previousSibling'];else{if(_0x57275a<_0x32e74e)break;}_0x5a580b=_0x5a580b['previousSibling'];}return _0x2b9de6;}function fe(_0x16fc5c){const _0x313324=[];if(_0x16fc5c['is']('element','listItem')&&_0x16fc5c['getAttribute']('listIndent')>0x0){let _0x24e29e=_0x16fc5c['nextSibling'];for(;_0x24e29e&&'listItem'==_0x24e29e['name']&&_0x24e29e['getAttribute']('listIndent')==_0x16fc5c['getAttribute']('listIndent');)_0x313324['push'](_0x24e29e),_0x24e29e=_0x24e29e['nextSibling'];}return _0x313324;}class K extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x272970=this['editor']['config']['get']('list.properties'),_0x1eec02=this['editor']['plugins']['get']('TrackChangesEditing');_0x272970['styles']&&_0x1eec02['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x272970['reversed']&&_0x1eec02['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x272970['startIndex']&&_0x1eec02['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1eec02['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x50abf7,_0x271ca4={}){const _0x55e22c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e38a1=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x55e22c['markMultiRangeBlockFormat'](_0x1e38a1,{'commandName':'listStyle','commandParams':[{'type':_0x271ca4['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x303d02,_0x4eddc0={}){const _0x3a06bb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x148171=this['_getSuggestionBlocks'](_0x2ab865=>_0x2ab865['is']('element','listItem')&&'numbered'===_0x2ab865['getAttribute']('listType'));if(_0x148171['length']<0x1)return;const _0x52fa28=_0x148171['map'](_0xf1782b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xf1782b,'before'),this['editor']['model']['createPositionAt'](_0xf1782b,0x0)));this['editor']['model']['change'](()=>{_0x3a06bb['markMultiRangeBlockFormat'](_0x52fa28,{'commandName':'listReversed','commandParams':[{'reversed':_0x4eddc0['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x192443,_0x416b8a={}){const _0x14da19=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11512e=this['_getSuggestionBlocks'](_0x1eeeaa=>_0x1eeeaa['is']('element','listItem')&&'numbered'===_0x1eeeaa['getAttribute']('listType'));if(_0x11512e['length']<0x1)return;const _0x43177d=_0x11512e['map'](_0x1631ac=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1631ac,'before'),this['editor']['model']['createPositionAt'](_0x1631ac,0x0)));this['editor']['model']['change'](()=>{_0x14da19['markMultiRangeBlockFormat'](_0x43177d,{'commandName':'listStart','commandParams':[{'startIndex':_0x416b8a['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x12b074){if('formatBlock'!=_0x12b074['type']&&'formatInline'!=_0x12b074['type'])return;const _0x1c089f=this['editor']['locale'],{data:_0x155bec}=_0x12b074;if(!_0x155bec)return;let _0x648b9f,_0x428154;switch(_0x155bec['commandName']){case'listStyle':_0x648b9f='*Change\x20to:*\x20%0',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f,o(_0x1c089f,this['_getTranslationKeyForListStyle'](_0x155bec['commandParams'][0x0]['type'])))};break;case'listReversed':_0x648b9f=_0x155bec['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f)};break;case'listStart':_0x648b9f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f,_0x155bec['commandParams'][0x0]['startIndex'])};}return _0x428154;}['_getSuggestionBlocksForListStyle'](){const _0x34f27c=this['editor']['plugins']['get']('LegacyListUtils');let _0x2c4d85=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2c4d85[0x0]?.['is']('element','listItem')&&_0x2c4d85['unshift'](..._0x34f27c['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2c4d85[_0x2c4d85['length']-0x1]?.['is']('element','listItem')&&_0x2c4d85['push'](..._0x34f27c['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2c4d85=[...new Set(_0x2c4d85)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2c4d85=_0x2c4d85['filter'](_0x374a8e=>_0x374a8e['is']('element','listItem'))),_0x2c4d85;}['_getSuggestionBlocks'](_0x445d5a){const _0x54f9f0=this['editor']['plugins']['get']('LegacyListUtils');let _0xb807d2=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x445d5a)['map'](_0x3f4c03=>{const _0x3d0cd8=this['editor']['model']['createPositionAt'](_0x3f4c03,0x0);return[..._0x54f9f0['getSiblingNodes'](_0x3d0cd8,'backward'),..._0x54f9f0['getSiblingNodes'](_0x3d0cd8,'forward')];})['flat']();return _0xb807d2=[...new Set(_0xb807d2)],_0xb807d2;}['_getTranslationKeyForListStyle'](_0xfc7a63){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xfc7a63)||'default')['toUpperCase']()+'_LIST_'+_0xfc7a63['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x1c3a28{['afterInit'](){const _0x4075ff=this['editor'];if(!_0x4075ff['plugins']['has']('MediaEmbedEditing'))return;const _0x32fc7e=_0x4075ff['plugins']['get']('TrackChangesEditing'),_0x56249e=_0x4075ff['locale'];_0x32fc7e['enableCommand']('mediaEmbed'),_0x32fc7e['descriptionFactory']['registerElementLabel']('media',_0x4077eb=>o(_0x56249e,'ELEMENT_MEDIA',_0x4077eb)),_0x4075ff['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1dfba8,{writer:_0x5a96e7,options:_0x215ce1})=>{if(_0x215ce1['showSuggestionHighlights'])return _0x5a96e7['createEmptyElement']('div');},'converterPriority':'high'}),_0x4075ff['data']['downcastDispatcher']['on']('attribute:url:media',(_0x565293,_0x3134fc,_0x2eef04)=>{_0x2eef04['options']['showSuggestionHighlights']&&_0x565293['stop']();},{'priority':'high'});}}class gt extends _0x1c3a28{['afterInit'](){const _0x1ae235=this['editor'];_0x1ae235['plugins']['has']('MentionEditing')&&_0x1ae235['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x1c3a28{['afterInit'](){const _0x9a2f0=this['editor'],_0x3f3b88=_0x9a2f0['plugins']['get']('TrackChangesEditing');_0x9a2f0['plugins']['has']('MultiLevelList')&&(_0x3f3b88['enableDefaultAttributesIntegration']('multiLevelList'),_0x3f3b88['registerBlockAttribute']('listMarkerStyle'),_0x3f3b88['descriptionFactory']['registerDescriptionCallback'](_0xc3063c=>this['handleDescriptions'](_0xc3063c)));}['handleDescriptions'](_0x1c30a4){const _0x48043d=this['editor']['locale'],{data:_0x186446}=_0x1c30a4,_0xba8370={'type':'format','content':''};if(_0x186446&&'listMarkerStyle'==_0x186446['key']){if(!_0x186446['oldValue'])return{'type':'format','content':o(_0x48043d,'*Set\x20format:*\x20%0',o(_0x48043d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x186446['newValue']+')'};if(!_0x186446['newValue']){let _0x5ab0b8=_0x1c30a4['head'];for(;_0x5ab0b8;){if(_0x5ab0b8['data']&&'listType'==_0x5ab0b8['data']['key']&&_0x5ab0b8['data']['newValue'])return _0xba8370;_0x5ab0b8=_0x5ab0b8['next'];}return{'type':'format','content':o(_0x48043d,'*Remove\x20format:*\x20%0',o(_0x48043d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x186446['oldValue']+')'};}}}}class mt extends _0x1c3a28{['afterInit'](){const _0x298c9c=this['editor'];if(!_0x298c9c['plugins']['has']('PageBreakEditing'))return;_0x298c9c['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x28f269=_0x298c9c['plugins']['get']('TrackChangesEditing'),_0xb1b27a=_0x298c9c['locale'];_0x28f269['descriptionFactory']['registerElementLabel']('pageBreak',_0xa56dad=>o(_0xb1b27a,'ELEMENT_PAGE_BREAK',_0xa56dad));}}class dt extends _0x1c3a28{['afterInit'](){const _0x5dfa8e=this['editor'];if(!_0x5dfa8e['plugins']['has']('Paragraph'))return;const _0x4af563=_0x5dfa8e['locale'],_0xad6c3b=_0x5dfa8e['plugins']['get']('TrackChangesEditing');_0xad6c3b['descriptionFactory']['registerElementLabel']('paragraph',_0x146f56=>o(_0x4af563,'ELEMENT_PARAGRAPH',_0x146f56)),_0xad6c3b['enableDefaultAttributesIntegration']('paragraph'),_0xad6c3b['enableCommand']('insertParagraph'),_0x5dfa8e['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5dfa8e),{'priority':'highest'}),_0x5dfa8e['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4f81dd,_0x39c80a,_0x4d08e0)=>{_0x4d08e0['options']['showSuggestionHighlights']&&nr(_0x5dfa8e,{'showActiveMarker':!0x1})(_0x4f81dd,_0x39c80a,_0x4d08e0);},{'priority':'highest'});const _0x2db6e3=_0xad6c3b['descriptionFactory'];_0x2db6e3['registerDescriptionCallback'](_0x1887b7=>{if('insertion'!==_0x1887b7['type'])return;const {start:_0x50aaf8,end:_0x24c957}=_0x1887b7['getFirstRange']();if(!_0x50aaf8['isTouching'](_0x24c957)||!_0x50aaf8['nodeAfter'])return;const _0x1be08=_0x5dfa8e['model']['schema'],_0x3fd942=_0x50aaf8['nodeAfter'];return _0x1be08['isBlock'](_0x3fd942)&&!_0x1be08['isLimit'](_0x3fd942)&&_0x1be08['checkChild'](_0x3fd942,'$text')?{'type':'insertion','content':o(_0x4af563,'*Insert:*\x20%0',_0x2db6e3['getItemLabel'](_0x3fd942,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x32141d=this['editor'],_0x3bb82f=_0x32141d['locale'];_0x32141d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4d02d9=>{if('formatBlock'!=_0x4d02d9['type'])return;const {data:_0x3926d3}=_0x4d02d9;return _0x3926d3&&'paragraph'==_0x3926d3['commandName']?{'type':'format','content':o(_0x3bb82f,'*Change\x20to:*\x20%0',o(_0x3bb82f,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x42f8dc,{showActiveMarker:_0x584f80=!0x0}={}){return(_0x1ae3de,_0x117b02,_0x4179ad)=>{const _0x1f1e91=_0x42f8dc['plugins']['get']('TrackChangesEditing'),_0x32378f=_0x117b02['markerRange']['start'],_0x36d26f=_0x117b02['markerRange']['end'],_0x2e635d=_0x42f8dc['model']['schema'];if(!_0x32378f['isTouching'](_0x36d26f)||!_0x32378f['nodeAfter'])return;const _0x2b993c=_0x32378f['nodeAfter'];if(_0x2e635d['isBlock'](_0x2b993c)&&!_0x2e635d['isLimit'](_0x2b993c)&&_0x2e635d['checkChild'](_0x2b993c,'$text')){if(!_0x4179ad['consumable']['consume'](_0x117b02['markerRange'],_0x1ae3de['name']))return;const _0x5ee820=_0x4179ad['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x139753=_0x4179ad['mapper']['toViewPosition'](_0x36d26f);_0x584f80&&_0x1f1e91['activeMarkers']['includes'](_0x117b02['markerName'])&&_0x4179ad['writer']['addClass']('ck-suggestion-marker--active',_0x5ee820),_0x4179ad['writer']['insert'](_0x139753,_0x5ee820),_0x4179ad['mapper']['bindElementToMarker'](_0x5ee820,_0x117b02['markerName']);}};}class pt extends _0x1c3a28{['afterInit'](){const _0x56f9dc=this['editor'];if(!_0x56f9dc['plugins']['has']('RemoveFormatEditing'))return;_0x56f9dc['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x205f71=this['editor'];_0x205f71['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x535f50=>{if('formatBlock'!=_0x535f50['type']&&'formatInline'!=_0x535f50['type'])return;const {data:_0x44801a}=_0x535f50;return _0x44801a&&'removeFormat'==_0x44801a['commandName']?{'type':'format','content':o(_0x205f71['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x1c3a28{['afterInit'](){const _0x4b6f5b=this['editor'];if(!_0x4b6f5b['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x14d19d=_0x4b6f5b['plugins']['get']('TrackChangesEditing');_0x14d19d['enableCommand']('goToPreviousRestrictedEditingException'),_0x14d19d['enableCommand']('goToNextRestrictedEditingException');const _0x4ae7a2=_0x4b6f5b['plugins']['get']('RestrictedEditingModeEditing');_0x4ae7a2['enableCommand']('trackChanges'),_0x4ae7a2['enableCommand']('acceptSuggestion'),_0x4ae7a2['enableCommand']('discardSuggestion'),_0x4ae7a2['enableCommand']('acceptAllSuggestions'),_0x4ae7a2['enableCommand']('discardAllSuggestions'),_0x4ae7a2['enableCommand']('acceptSelectedSuggestions'),_0x4ae7a2['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x1c3a28{static get['requires'](){return[_0x16fabb];}['init'](){const _0x52d1a8=this['editor'],_0xe22633=_0x52d1a8['plugins']['get']('TrackChangesEditing');_0xe22633['enableCommand']('shiftEnter'),_0x52d1a8['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x52d1a8),{'priority':'high'}),_0x52d1a8['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x52d1a8),{'priority':'high'}),_0x52d1a8['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x128f8b,_0x583288,_0x289889)=>{_0x289889['options']['showSuggestionHighlights']&&de(_0x52d1a8,{'showActiveMarker':!0x1})(_0x128f8b,_0x583288,_0x289889);}),_0xe22633['descriptionFactory']['registerElementLabel']('softBreak',_0x22820c=>o(_0x52d1a8['locale'],'ELEMENT_LINE_BREAK',_0x22820c));}}function de(_0x36b100,{showActiveMarker:_0x1ec4c8=!0x0}={}){return(_0x1175b9,_0x2d21fe,_0x581404)=>{const _0x254bdf=_0x36b100['plugins']['get']('TrackChangesEditing');if(!_0x581404['consumable']['test'](_0x2d21fe['markerRange'],_0x1175b9['name']))return;const _0x308d6d=_0x36b100['model'];for(const _0x3ef143 of _0x2d21fe['markerRange']['getItems']()){if(!_0x3ef143['is']('element','softBreak'))continue;const _0x4a30f9='deletion'==_0x2d21fe['markerName']['split'](':')[0x1]?'merge':'split',_0x1dce4c=_0x581404['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4a30f9}),_0x44aa64=_0x581404['mapper']['toViewPosition'](_0x308d6d['createPositionBefore'](_0x3ef143));_0x1ec4c8&&_0x254bdf['activeMarkers']['includes'](_0x2d21fe['markerName'])&&_0x581404['writer']['addClass']('ck-suggestion-marker--active',_0x1dce4c),_0x581404['writer']['insert'](_0x44aa64,_0x1dce4c),_0x581404['mapper']['bindElementToMarker'](_0x1dce4c,_0x2d21fe['markerName']);}};}class wt extends _0x1c3a28{['afterInit'](){const _0x1a29a3=this['editor'],_0xeb96bd=_0x1a29a3['model'],_0x490c8a=_0x1a29a3['locale'];if(!_0x1a29a3['plugins']['has']('StandardEditingModeEditing'))return;const _0x477899=_0x1a29a3['plugins']['get']('TrackChangesEditing'),_0xfb2f09='restrictedEditingException',_0x30a37d=_0x1a29a3['commands']['get'](_0xfb2f09);_0x477899['enableCommand'](_0xfb2f09,(_0x50d9ff,_0x4fbe06={})=>{const _0x32e668=_0xeb96bd['document']['selection'];if(_0x32e668['isCollapsed'])return void _0x50d9ff(_0x4fbe06);const _0x4080d0=void 0x0!==_0x4fbe06['forceValue']?_0x4fbe06['forceValue']:!_0x30a37d['value'];_0xeb96bd['change'](()=>{const _0x25848d=Array['from'](_0x32e668['getRanges']());for(const _0x173acd of _0x25848d){const _0x3dbdb4=_0x4080d0?[_0x173acd]:io(_0xfb2f09,_0x173acd,_0xeb96bd);for(const _0x371fe1 of _0x3dbdb4)_0x477899['markInlineFormat'](_0x371fe1,{'commandName':_0xfb2f09,'commandParams':[{'forceValue':_0x4080d0}]});}});}),_0x477899['descriptionFactory']['registerDescriptionCallback'](_0x105891=>{if('formatBlock'!=_0x105891['type']&&'formatInline'!=_0x105891['type'])return;const {data:_0x57d9ae}=_0x105891;return _0x57d9ae&&_0x57d9ae['commandName']==_0xfb2f09?_0x57d9ae['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x490c8a,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x490c8a,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x1c3a28{['afterInit'](){const _0x1aa482=this['editor'];if(!_0x1aa482['plugins']['has']('Style')||!_0x1aa482['plugins']['has']('DataSchema'))return;const _0x3a3299=_0x1aa482['plugins']['get']('TrackChangesEditing'),_0xaf4e15=_0x1aa482['locale'],_0x38cb34=_0x1aa482['config']['get']('style')||{},_0x5df615=_0x1aa482['plugins']['get']('GeneralHtmlSupport'),_0x730213=_0x1aa482['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1aa482['plugins']['get']('DataSchema'),_0x38cb34['definitions']);_0x3a3299['enableDefaultAttributesIntegration']('style');const _0x24d82e=new Set();for(const _0x51f25b of _0x730213['block']){const _0x4425c8=_0x5df615['getGhsAttributeNameForElement'](_0x51f25b['element']);_0x24d82e['add'](_0x4425c8);}const _0x50cbb5=new Set();for(const _0x3d0e81 of _0x730213['inline']){const _0x587c2e=_0x5df615['getGhsAttributeNameForElement'](_0x3d0e81['element']);_0x50cbb5['add'](_0x587c2e);for(const _0x24fb9f of _0x3d0e81['ghsAttributes'])_0x50cbb5['add'](_0x24fb9f);}for(const _0x47e899 of _0x24d82e)_0x3a3299['registerBlockAttribute'](_0x47e899),_0x3a3299['descriptionFactory']['registerAttributeLabel'](_0x47e899,o(_0xaf4e15,'FORMAT_STYLE'));for(const _0x4ca931 of _0x50cbb5)_0x3a3299['registerInlineAttribute'](_0x4ca931),_0x3a3299['descriptionFactory']['registerAttributeLabel'](_0x4ca931,o(_0xaf4e15,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b51ad=this['editor'],_0x26942f=_0x2b51ad['locale'];_0x2b51ad['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x12c203=>{if('formatBlock'!=_0x12c203['type']&&'formatInline'!=_0x12c203['type'])return;const {data:_0x41044d}=_0x12c203;return _0x41044d&&'style'===_0x41044d['commandName']?_0x41044d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x26942f,'*Set\x20format:*\x20%0',_0x41044d['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x26942f,'*Remove\x20format:*\x20%0',_0x41044d['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x1c3a28{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2cc3b6){super(_0x2cc3b6),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x373ef7=this['editor'],_0x596e30=_0x373ef7['model']['document']['selection'];if(!_0x373ef7['plugins']['has']('TableEditing'))return;const _0x27fcc2=_0x373ef7['locale'],_0x4aab56=_0x373ef7['plugins']['get']('TrackChangesEditing'),_0x5ae086=_0x373ef7['plugins']['get']('TableUtils');_0x4aab56['descriptionFactory']['registerElementLabel']('table',_0x1f4098=>o(_0x27fcc2,'ELEMENT_TABLE',_0x1f4098)),this['_setupColumnsRowsFixing'](),_0x4aab56['enableCommand']('insertTable'),_0x4aab56['enableCommand']('selectTableRow'),_0x4aab56['enableCommand']('selectTableColumn');for(const _0x40c074 of['insertTableRowAbove','insertTableRowBelow']){const _0xcd334=_0x373ef7['commands']['get'](_0x40c074);_0x4aab56['enableCommand'](_0x40c074,_0x300d5a=>{_0x373ef7['model']['change'](_0x1bc587=>{_0x300d5a();const _0x4ffc28='above'===_0xcd334['order'],_0x12521f=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x5c9ea8=_0x5ae086['getRowIndexes'](_0x12521f),_0x22a4ab=_0x4ffc28?_0x5c9ea8['first']-0x1:_0x5c9ea8['last']+0x1,_0x5238fd=_0x12521f[0x0]['findAncestor']('table'),_0x5d859a=_0x5ae086['createTableWalker'](_0x5238fd,{'startRow':_0x22a4ab,'endRow':_0x22a4ab}),_0x29db83=Array['from'](_0x5d859a)['map'](_0x1bc47a=>_0x1bc587['createRangeOn'](_0x1bc47a['cell']));_0x4aab56['markMultiRangeInsertion'](_0x29db83,'tableRow');});});}for(const _0x39f9dc of['insertTableColumnLeft','insertTableColumnRight']){const _0x4f561a=_0x373ef7['commands']['get'](_0x39f9dc);_0x4aab56['enableCommand'](_0x39f9dc,_0x409cca=>{_0x373ef7['model']['change'](_0x1ae486=>{_0x409cca();const _0x487a67='left'===_0x4f561a['order'],_0x4e8d41=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x50fbec=_0x5ae086['getColumnIndexes'](_0x4e8d41),_0x5b407b=_0x487a67?_0x50fbec['first']-0x1:_0x50fbec['last']+0x1,_0xcc4496=_0x4e8d41[0x0]['findAncestor']('table'),_0x3f26e3=_0x5ae086['createTableWalker'](_0xcc4496,{'startRow':0x0,'column':_0x5b407b,'includeAllSlots':!0x1}),_0x2a1578=Array['from'](_0x3f26e3)['map'](_0x1d411c=>_0x1ae486['createRangeOn'](_0x1d411c['cell']));_0x4aab56['markMultiRangeInsertion'](_0x2a1578,'tableColumn');});});}for(const _0x25abe1 of['removeTableRow','removeTableColumn']){const _0x43593a=_0x25abe1['substr'](0xb),_0x40ec76=_0x43593a['toLowerCase'](),_0x2be06a=_0x40ec76['substr'](0x0,0x3)+'span',_0x17bf69='table'+_0x43593a,_0x67127e='min'+_0x43593a,_0x17a744='max'+_0x43593a;_0x4aab56['enableCommand'](_0x25abe1,()=>{_0x373ef7['model']['change'](_0x3cf735=>{const _0x2a4cae=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x259a45=_0x2a4cae[0x0]['findAncestor']('table');let _0x11e5f7;if('removeTableRow'==_0x25abe1){const _0x5b8cad=_0x5ae086['getRowIndexes'](_0x2a4cae);_0x11e5f7={'startRow':_0x5b8cad['first'],'endRow':_0x5b8cad['last'],'includeAllSlots':!0x0};}else{const _0xfb576c=_0x5ae086['getColumnIndexes'](_0x2a4cae);_0x11e5f7={'startColumn':_0xfb576c['first'],'endColumn':_0xfb576c['last'],'includeAllSlots':!0x0};}const _0xe29d5a=_0x5ae086['createTableWalker'](_0x259a45,_0x11e5f7),_0x9fada3=Array['from'](_0xe29d5a)['map'](({cell:_0x37a574})=>_0x37a574),_0x2cddef=Ee(_0x9fada3['filter'](_0x138e89=>_0x138e89['hasAttribute'](_0x2be06a))),_0x243729=Ee(_0x9fada3['filter'](_0x154162=>!_0x154162['hasAttribute'](_0x2be06a)))['map'](_0x3516aa=>_0x3cf735['createRangeOn'](_0x3516aa)),_0x134c0c=_0x4aab56['markMultiRangeDeletion'](_0x243729,_0x17bf69);if(_0x134c0c&&('tableRow'==_0x134c0c['subType']||'tableColumn'==_0x134c0c['subType'])){const _0xf59532=this['_getSuggestionCoords'](_0x134c0c);for(const _0x5736f5 of _0x2cddef){const _0x397861=_0x3cf735['createRangeOn'](_0x5736f5),_0x1e6eb1=_0x5ae086['getCellLocation'](_0x5736f5),_0x20ff73=_0x5736f5['getAttribute'](_0x2be06a)-0x1,_0x9e3e35=_0xf59532[_0x67127e],_0x4af800=_0xf59532[_0x17a744];_0x9e3e35<=_0x1e6eb1[_0x40ec76]&&_0x1e6eb1[_0x40ec76]+_0x20ff73<=_0x4af800&&_0x134c0c['addRange'](_0x397861);}}});});}function _0x24ba0f(_0x5f35ab){const _0x4d2589=Array['from'](_0x596e30['getRanges']())['map'](_0x8028ea=>_0x5b9e67['fromRange'](_0x8028ea));_0x373ef7['model']['change'](_0x4980df=>{const _0x29fbda=_0x4980df['batch'];_0x5f35ab=_0x5f35ab['filter'](_0x30eae0=>'$graveyard'!=_0x30eae0['root']['rootName']),_0x4980df['setSelection'](_0x5f35ab),_0x373ef7['commands']['get']('removeTableRow')['refresh'](),_0x373ef7['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x373ef7['model']['enqueueChange'](()=>{_0x373ef7['model']['enqueueChange'](_0x29fbda,_0x1cd8ae=>{const _0x5d6038=_0x4d2589['filter'](_0x5419a0=>'$graveyard'!=_0x5419a0['root']['rootName']);_0x5d6038['length']>0x0&&_0x1cd8ae['setSelection'](_0x5d6038);for(const _0x192849 of _0x4d2589)_0x192849['detach']();});});});}function _0x164142(_0xfebbaa){_0x373ef7['model']['change'](_0xe7617a=>{const _0x5de841=Array['from'](_0x596e30['getRanges']())['map'](_0x3b7f85=>_0x5b9e67['fromRange'](_0x3b7f85)),_0x261461=[];for(const _0x35c242 of _0xfebbaa)for(const _0x297ff8 of _0x35c242['getItems']({'shallow':!0x0}))_0x261461['push'](_0x297ff8);for(const _0x4eef03 of _0x261461)'$graveyard'!=_0x4eef03['root']['rootName']&&(_0xe7617a['setSelection'](_0xe7617a['createPositionAt'](_0x4eef03,0x0)),_0x373ef7['commands']['get']('removeTableColumn')['refresh'](),_0x373ef7['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x508cb5=_0x5de841['filter'](_0x230f8f=>'$graveyard'!=_0x230f8f['root']['rootName']);_0x508cb5['length']>0x0&&_0xe7617a['setSelection'](_0x508cb5);for(const _0x2c7106 of _0x5de841)_0x2c7106['detach']();});}function _0x558e28(_0x2f0d84,_0x547971){return _0x547971['every'](_0x8c2274=>_0x2f0d84['some'](_0x1a8747=>_0x1a8747['end']['isEqual'](_0x8c2274['start'])||_0x8c2274['end']['isEqual'](_0x1a8747['start'])));}function _0x3323f5(_0x4f4bde,_0x5e6ade){return!_0x4f4bde['some'](_0x1bdc1c=>_0x5e6ade['some'](_0x4200d5=>_0x1bdc1c['isIntersecting'](_0x4200d5)))&&_0x4f4bde['some'](_0x310989=>_0x5e6ade['some'](_0x5bd7c0=>_0x310989['end']['isTouching'](_0x5bd7c0['start'])));}_0x373ef7['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x132fa6,_0x294164,_0x12741a)=>{if(!_0x12741a['options']['showSuggestionHighlights'])return;const _0x4dc875=_0x294164['item'];if(!_0x4dc875)return;const _0x570d90=_0x12741a['mapper']['toViewElement'](_0x4dc875);function _0x433134(_0x203193){return Array['isArray'](_0x203193)?_0x203193:[_0x203193];}_0x570d90&&'tableCell'===_0x4dc875['name']&&_0x518311(_0x570d90,_0x12741a['writer'],(_0x3ca120,_0x329ead,_0x516119)=>_0x516119['addClass'](_0x433134(_0x329ead['classes']),_0x3ca120),(_0x79009a,_0x2400f4,_0x1fef71)=>_0x1fef71['removeClass'](_0x433134(_0x2400f4['classes']),_0x79009a));},{'priority':'highest'}),_0x4aab56['descriptionFactory']['registerDescriptionCallback'](_0x14cbf6=>{if('insertion'!=_0x14cbf6['type']&&'deletion'!=_0x14cbf6['type'])return;const _0x90cfff=_0x14cbf6['getContainedElement']();if(null!=_0x90cfff&&_0x90cfff['is']('element','table')){if('insertion'==_0x14cbf6['type']){const _0x3d21bc=_0x14cbf6['getItems']()['filter'](_0x17471a=>_0x17471a['is']('$textProxy'))['map'](_0x2c2454=>_0x2c2454['data']);if(_0x3d21bc['length'])return{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3d21bc['join']('\x20')+'\x22'))};}if('deletion'==_0x14cbf6['type']){const _0x5d3268=_0x14cbf6['getItems']()['filter'](_0xedd5bd=>_0xedd5bd['is']('$textProxy'))['map'](_0x12af9d=>_0x12af9d['data']);if(_0x5d3268['length'])return{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5d3268['join']('\x20')+'\x22'))};}}}),_0x4aab56['descriptionFactory']['registerDescriptionCallback'](_0x3cada2=>{if('tableRow'==_0x3cada2['subType']){const _0x20ccb5=_0x3cada2['getItems']()['filter'](_0x4acf5b=>_0x4acf5b['is']('$textProxy'))['map'](_0x14cb87=>_0x14cb87['data']),_0x575bd1=this['_getSuggestionCoords'](_0x3cada2),_0x47ed36=_0x575bd1['maxRow']-_0x575bd1['minRow']+0x1;if('insertion'==_0x3cada2['type'])return _0x20ccb5['length']?{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x47ed36,'\x22'+_0x20ccb5['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW',_0x47ed36))};if('deletion'==_0x3cada2['type'])return _0x20ccb5['length']?{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x47ed36,'\x22'+_0x20ccb5['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW',_0x47ed36))};}if('tableColumn'==_0x3cada2['subType']){const _0x4621fa=_0x3cada2['getItems']()['filter'](_0x10fc12=>_0x10fc12['is']('$textProxy'))['map'](_0x35b3c8=>_0x35b3c8['data']),_0x5b1e3c=this['_getSuggestionCoords'](_0x3cada2),_0x54769f=_0x5b1e3c['maxColumn']-_0x5b1e3c['minColumn']+0x1;if('insertion'==_0x3cada2['type'])return _0x4621fa['length']?{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54769f,'\x22'+_0x4621fa['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN',_0x54769f))};if('deletion'==_0x3cada2['type'])return _0x4621fa['length']?{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54769f,'\x22'+_0x4621fa['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN',_0x54769f))};}}),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x24ba0f),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x24ba0f),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x164142),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x164142),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x558e28),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x558e28),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3323f5),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3323f5);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4b9afc=this['editor'],_0x1e82dd=_0x4b9afc['model']['document']['selection'];return(_0x4bc85b,_0x45b3ba)=>{_0x4b9afc['model']['change'](_0x545459=>{const {commandName:_0x3d8ca9,commandParams:_0x3be600}=_0x45b3ba;let _0x308b51=_0x4bc85b[0x0]['end']['nodeBefore'];_0x3be600&&_0x3be600[0x0]&&!0x1===_0x3be600[0x0]['forceValue']&&(_0x308b51=_0x4bc85b[0x0]['start']['nodeAfter']);const _0x3d3d06=_0x545459['createRangeIn'](_0x308b51);if('$graveyard'==_0x3d3d06['root']['rootName'])return;const _0x2a4968=Array['from'](_0x1e82dd['getRanges']())['map'](_0x22c137=>_0x5b9e67['fromRange'](_0x22c137));_0x545459['setSelection'](_0x3d3d06),_0x4b9afc['commands']['get'](_0x3d8ca9)['refresh'](),_0x3be600['push']({'forceDefaultExecution':!0x0}),_0x4b9afc['execute'](_0x3d8ca9,..._0x3be600);const _0x11cea0=_0x2a4968['filter'](_0x504c2a=>'$graveyard'!=_0x504c2a['root']['rootName']);_0x11cea0['length']>0x0&&_0x545459['setSelection'](_0x11cea0);for(const _0x503ab3 of _0x2a4968)_0x503ab3['detach']();});};}['_getCoordsForCells'](_0x1b3875){const _0x3d4111=this['editor']['plugins']['get']('TableUtils');let _0x23a509=Number['MAX_SAFE_INTEGER'],_0x25fd6e=Number['MIN_SAFE_INTEGER'],_0x4366dd=Number['MAX_SAFE_INTEGER'],_0xb72b58=Number['MIN_SAFE_INTEGER'];for(const _0xc8945c of _0x1b3875){if('$graveyard'==_0xc8945c['root']['rootName'])continue;const {row:_0x389b9c,column:_0x263a0e}=_0x3d4111['getCellLocation'](_0xc8945c),_0x4962ac=_0xc8945c['hasAttribute']('rowspan')?_0xc8945c['getAttribute']('rowspan')-0x1:0x0,_0xa5c037=_0xc8945c['hasAttribute']('colspan')?_0xc8945c['getAttribute']('colspan')-0x1:0x0;_0x23a509=_0x389b9c<_0x23a509?_0x389b9c:_0x23a509,_0x25fd6e=_0x389b9c+_0x4962ac>_0x25fd6e?_0x389b9c+_0x4962ac:_0x25fd6e,_0x4366dd=_0x263a0e<_0x4366dd?_0x263a0e:_0x4366dd,_0xb72b58=_0x263a0e+_0xa5c037>_0xb72b58?_0x263a0e+_0xa5c037:_0xb72b58;}return{'minRow':_0x23a509,'maxRow':_0x25fd6e,'minColumn':_0x4366dd,'maxColumn':_0xb72b58};}['_setupColumnsRowsFixing'](){const _0x1562e4=this['editor'],_0x185c2c=_0x1562e4['plugins']['get']('TrackChangesEditing'),_0x4bb038=_0x1562e4['plugins']['get']('TableUtils');_0x1562e4['model']['document']['on']('change:data',()=>{const _0x1fd70c=Array['from'](_0x1562e4['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xa6bcaa,data:_0x2c7580}of _0x1fd70c){const {group:_0x4c5bfe,id:_0x3e3a92,subType:_0x3c53f0}=_0x185c2c['_splitMarkerName'](_0xa6bcaa);if('suggestion'!=_0x4c5bfe)continue;if(null!=_0x2c7580['oldRange'])continue;const _0x423ebf=_0x185c2c['getSuggestion'](_0x3e3a92);this['_tablePostFixingSubtypes']['includes'](_0x3c53f0)&&this['_tableSuggestions']['add'](_0x423ebf);}},{'priority':'low'});const _0x4a68d2=(_0x4ad702,_0x4fc7a3)=>{let _0x40486c=!0x1;const _0x36c8d2=_0x4fc7a3['createRangeOn'](_0x4ad702),_0x3d943c=_0x4ad702['findAncestor']('table'),_0x214b41=_0x4bb038['getCellLocation'](_0x4ad702);for(const _0x2ac037 of this['_tableSuggestions']){const _0x3571ff=_0x2ac037['subType'],_0x30722a=_0x3571ff['startsWith']('tablePaste'),_0x4942e8=_0x3571ff['substr'](_0x30722a?0xa:0x5),_0x3b7b04=_0x4942e8['toLowerCase'](),_0x27dc24=_0x3b7b04['substr'](0x0,0x3)+'span',_0x5a7f3f='min'+_0x4942e8,_0x3b9775='max'+_0x4942e8;if(!_0x2ac037['isInContent'])continue;if(_0x3d943c!=_0x2ac037['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2ac037['isIntersectingWithRange'](_0x36c8d2))continue;const _0x3643ec=_0x4ad702['hasAttribute'](_0x27dc24)?_0x4ad702['getAttribute'](_0x27dc24)-0x1:0x0,_0x1b07fa=this['_getSuggestionCoords'](_0x2ac037),_0x56efcf=_0x1b07fa[_0x5a7f3f],_0x211623=_0x1b07fa[_0x3b9775];_0x56efcf<=_0x214b41[_0x3b7b04]&&_0x214b41[_0x3b7b04]+_0x3643ec<=_0x211623&&(_0x2ac037['addRange'](_0x36c8d2),_0x40486c=!0x0);}return _0x40486c;};_0x1562e4['model']['document']['registerPostFixer'](_0x31bf62=>{let _0x58647f=!0x1;for(const _0x286e77 of _0x1562e4['model']['document']['differ']['getChanges']())if('insert'==_0x286e77['type']){if('tableRow'==_0x286e77['name']){for(const _0x16b5d9 of _0x286e77['position']['nodeAfter']['getChildren']())_0x58647f=_0x58647f||_0x4a68d2(_0x16b5d9,_0x31bf62);}else'tableCell'==_0x286e77['name']&&(_0x58647f=_0x58647f||_0x4a68d2(_0x286e77['position']['nodeAfter'],_0x31bf62));}return _0x58647f;});}['_getSuggestionCoords'](_0xe33f60){return this['_getCoordsForCells'](_0xe33f60['getRanges']()['map'](_0x4ba819=>_0x4ba819['start']['nodeAfter']));}}function Ee(_0x3118ed){return Array['from'](new Set(_0x3118ed)['values']());}class St extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x133de9=this['editor'],_0xe5483d=_0x133de9['model']['document']['selection'],_0x8eb8d=_0x133de9['locale'];if(!_0x133de9['plugins']['has']('TableEditing'))return;const _0x9639cf=_0x133de9['plugins']['get']('TrackChangesEditing'),_0x4c9554=_0x133de9['plugins']['get']('TableUtils'),_0x120eaa=_0x133de9['plugins']['get'](jt);_0x120eaa['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x9639cf['enableCommand']('mergeTableCells',()=>{const _0x4f295b=_0x4c9554['getSelectionAffectedTableCells'](_0x133de9['model']['document']['selection']);_0x133de9['model']['change'](()=>{_0x9639cf['markMultiRangeBlockFormat'](_0x4f295b,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x133de9['commands']['get']('mergeTableCells')['on']('execute',(_0x1cdd1f,_0x537555)=>{_0x133de9['commands']['get']('trackChanges')['value']&&(_0x537555['length']>0x0&&_0x537555[_0x537555['length']-0x1]&&_0x537555[_0x537555['length']-0x1]['forceDefaultExecution']||_0x9639cf['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1cdd1f['stop']());},{'priority':'highest'});for(const _0x48c675 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x303d25=_0x133de9['commands']['get'](_0x48c675);_0x9639cf['enableCommand'](_0x48c675,()=>{const _0x365bb2=_0x133de9['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x52f8df=>_0x52f8df['is']('element','tableCell')),_0x2361fd=_0x303d25['value'];_0x133de9['model']['change'](()=>{_0x9639cf['markMultiRangeBlockFormat']([_0x365bb2,_0x2361fd],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4cc51b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4af667=_0x133de9['commands']['get'](_0x4cc51b);_0x9639cf['enableCommand'](_0x4cc51b,()=>{const _0x3e7a9c=_0x4c9554['getSelectionAffectedTableCells'](_0x133de9['model']['document']['selection'])[0x0],_0x136fa2=_0x3e7a9c['findAncestor']('table'),{column:_0x485764,row:_0x2f95d6}=_0x4c9554['getCellLocation'](_0x3e7a9c);let _0x507147=[];if('horizontally'==_0x4af667['direction']){const _0x134abd=_0x4c9554['createTableWalker'](_0x136fa2,{'startRow':_0x2f95d6,'endRow':_0x2f95d6,'includeAllSlots':!0x0});_0x507147=Array['from'](_0x134abd)['map'](_0x5ba020=>_0x5ba020['cell']);}else{const _0x4a0fdf=_0x4c9554['createTableWalker'](_0x136fa2,{'column':_0x485764,'includeAllSlots':!0x0});_0x507147=Array['from'](_0x4a0fdf)['map'](_0x21ea9a=>_0x21ea9a['cell']);}_0x133de9['model']['change'](_0x74b9ab=>{_0x9639cf['markBlockFormat'](_0x74b9ab['createRangeOn'](_0x3e7a9c),{'commandName':_0x4cc51b,'commandParams':[]},_0x507147,_0x4cc51b);});});}_0x9639cf['descriptionFactory']['registerDescriptionCallback'](_0x3c2842=>{if('formatBlock'!=_0x3c2842['type']&&'formatInline'!=_0x3c2842['type'])return;const {data:_0x106aab}=_0x3c2842;return _0x106aab&&'mergeTableCells'==_0x106aab['commandName']?{'type':'format','content':o(_0x8eb8d,'*Merge\x20cells*')}:void 0x0;}),_0x9639cf['descriptionFactory']['registerDescriptionCallback'](_0x3cc1d8=>{if('formatBlock'!=_0x3cc1d8['type']&&'formatInline'!=_0x3cc1d8['type'])return;const {data:_0x54160b}=_0x3cc1d8;return _0x54160b?'splitTableCellVertically'==_0x54160b['commandName']?{'type':'format','content':o(_0x8eb8d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x54160b['commandName']?{'type':'format','content':o(_0x8eb8d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x50a847=_0x120eaa['_acceptFormatSuggestionCallbackFactory']();for(const _0x1ae111 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1ae111,'accept',_0x50a847);for(const _0x53655d of['splitTableCellVertically','splitTableCellHorizontally'])_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x53655d,'accept',_0x50a847);_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x168aea=>{_0x133de9['model']['change'](_0x4c34f6=>{const _0x5b7be4=Array['from'](_0xe5483d['getRanges']())['map'](_0xe512a4=>_0x5b9e67['fromRange'](_0xe512a4));_0x4c34f6['setSelection'](_0x168aea),_0x133de9['commands']['get']('mergeTableCells')['refresh'](),_0x133de9['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x22a7c0=_0x5b7be4['filter'](_0x296e0b=>'$graveyard'!=_0x296e0b['root']['rootName']);_0x22a7c0['length']>0x0&&_0x4c34f6['setSelection'](_0x22a7c0);for(const _0x43cf92 of _0x5b7be4)_0x43cf92['detach']();});});for(const _0x479842 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3d5775=_0x133de9['commands']['get'](_0x479842);_0x3d5775['on']('set:isEnabled',(_0x266738,_0x2dfc30,_0x482ebc)=>{if(_0x482ebc){const _0x1c5794=_0x133de9['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x99df3d=>_0x99df3d['is']('element','tableCell'));this['_areMergableCells'](_0x3d5775['value'],_0x1c5794)||(_0x266738['return']=!0x1,_0x266738['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x27c352=this['editor']['commands']['get']('mergeTableCells'),_0x17c8e8=this['editor']['plugins']['get']('TableUtils');if(!_0x27c352['isEnabled'])return!0x1;const _0x5764e2=_0x17c8e8['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x51fc69 of _0x5764e2)for(const _0x358230 of _0x5764e2)if(_0x51fc69!=_0x358230&&!this['_areMergableCells'](_0x51fc69,_0x358230))return!0x1;return!0x0;}['_areMergableCells'](_0xbeb88e,_0x5d7978){const _0x59f212=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ccba0=this['editor']['model']['createRangeOn'](_0xbeb88e),_0x224060=this['editor']['model']['createRangeOn'](_0x5d7978),_0x302bea=new Set(),_0x459648=new Set();for(const _0x15e402 of _0x59f212['getSuggestions']())if(('insertion'==_0x15e402['type']||'deletion'==_0x15e402['type']||'mergeTableCells'==_0x15e402['subType'])&&_0x15e402['isInContent']){for(const _0x308e75 of _0x15e402['getRanges']())_0x308e75['containsRange'](_0x2ccba0,!0x0)&&_0x302bea['add'](_0x15e402['type']+':'+_0x15e402['author']['id']),_0x308e75['containsRange'](_0x224060,!0x0)&&_0x459648['add'](_0x15e402['type']+':'+_0x15e402['author']['id']);}if(_0x302bea['size']!=_0x459648['size'])return!0x1;for(const _0x3751e7 of _0x302bea)if(!_0x459648['has'](_0x3751e7))return!0x1;return!0x0;}}class At extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x40d68c=this['editor'];if(!_0x40d68c['plugins']['has']('TableEditing'))return;const _0x33b159=_0x40d68c['locale'],_0x4d82c9=_0x40d68c['plugins']['get']('TrackChangesEditing');_0x4d82c9['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4d82c9['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4d82c9['registerBlockAttribute']('headingRows'),_0x4d82c9['registerBlockAttribute']('headingColumns'),_0x4d82c9['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x33b159,'FORMAT_HEADER_ROW')),_0x4d82c9['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x33b159,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x43d0f0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1c2a6b=this['editor']['plugins']['get']('TableUtils'),_0x10a01f=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x23152d({showActiveMarker:_0x569eca=!0x0,setDataAttribute:_0x463573=!0x0}={}){return(_0x361649,_0x272b95,_0x41ecb3)=>{const {type:_0x2fe547,id:_0x4c4f4e}=_0x43d0f0['_splitMarkerName'](_0x272b95['markerName']),_0x344bb3=_0x43d0f0['getSuggestion'](_0x4c4f4e),_0x3bc399=_0x344bb3['data'];if('formatBlock'!=_0x344bb3['type']||!_0x3bc399||'setTableColumnHeader'!=_0x3bc399['commandName'])return;if(_0x272b95['item'])return void _0x361649['stop']();if(!_0x41ecb3['consumable']['consume'](_0x272b95['markerRange'],_0x361649['name']))return;const _0x17fc24=_0x272b95['markerRange']['start']['nodeAfter'],_0x38aa73=_0x272b95['markerRange']['end']['nodeBefore'],_0x429db6=_0x17fc24['parent']['parent'],{column:_0x26bc85}=_0x1c2a6b['getCellLocation'](_0x17fc24),{column:_0x5d6f2a}=_0x1c2a6b['getCellLocation'](_0x38aa73);for(let _0x178b9c=_0x26bc85;_0x178b9c<=_0x5d6f2a;_0x178b9c++){const _0x54399d=_0x1c2a6b['createTableWalker'](_0x429db6,{'column':_0x178b9c,'includeAllSlots':!0x1});for(const _0x1cc80c of _0x54399d){const _0x426d6f=_0x1cc80c['cell'],_0x5cb4aa=_0x41ecb3['mapper']['toViewElement'](_0x426d6f);_0x41ecb3['writer']['addClass']('ck-suggestion-marker-'+_0x2fe547,_0x5cb4aa),_0x463573&&_0x41ecb3['writer']['setAttribute']('data-suggestion',_0x4c4f4e,_0x5cb4aa),_0x41ecb3['mapper']['bindElementToMarker'](_0x5cb4aa,_0x272b95['markerName']),_0x569eca&&(_0x43d0f0['activeMarkers']['includes'](_0x272b95['markerName'])?_0x41ecb3['writer']['addClass']('ck-suggestion-marker--active',_0x5cb4aa):_0x41ecb3['writer']['removeClass']('ck-suggestion-marker--active',_0x5cb4aa));}}};}_0x43d0f0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x10a01f),_0x43d0f0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x10a01f),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x23152d(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x22c815,_0x1c2c08,_0x44240a)=>{_0x44240a['options']['showSuggestionHighlights']&&_0x23152d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x22c815,_0x1c2c08,_0x44240a);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x24b5ef,_0x3a2112,_0x7eee5a)=>{const {type:_0x5eaa7a,id:_0x1b8a15}=_0x43d0f0['_splitMarkerName'](_0x3a2112['markerName']),_0x4b39af=_0x43d0f0['getSuggestion'](_0x1b8a15),_0x564a81=_0x4b39af['data'];if('formatBlock'!=_0x4b39af['type']||!_0x564a81||'setTableColumnHeader'!=_0x564a81['commandName'])return;const _0x3ec0a7=_0x7eee5a['mapper']['markerNameToElements'](_0x3a2112['markerName']);if(_0x3ec0a7){for(const _0xacf9c of _0x3ec0a7)_0x7eee5a['writer']['removeClass']('ck-suggestion-marker-'+_0x5eaa7a,_0xacf9c),_0x7eee5a['writer']['removeClass']('ck-suggestion-marker--active',_0xacf9c),_0x7eee5a['writer']['removeAttribute']('data-suggestion',_0xacf9c),_0x7eee5a['mapper']['unbindElementFromMarkerName'](_0xacf9c,_0x3a2112['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59058f=this['editor'],_0x18eeed=_0x59058f['locale'];function _0x472abf(_0x21a3f9){return{'type':'format','content':o(_0x18eeed,'*Format:*\x20%0',_0x21a3f9)};}_0x59058f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xcc9099=>{if('formatBlock'!=_0xcc9099['type'])return;const {data:_0x53dafc}=_0xcc9099;if(_0x53dafc){if('setTableRowHeader'==_0x53dafc['commandName']){const _0x179dbd=_0x53dafc['commandParams'][0x0]['forceValue'];return _0x472abf(o(_0x18eeed,_0x179dbd?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x53dafc['commandName']){const _0x2adb06=_0x53dafc['commandParams'][0x0]['forceValue'];return _0x472abf(o(_0x18eeed,_0x2adb06?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x5d2236=>[_0x5d2236,null]));class It extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x1415c1=this['editor'];if(!_0x1415c1['plugins']['has']('TableClipboard'))return;const _0xdcefc1=_0x1415c1['plugins']['get']('TrackChangesEditing'),_0x2f0f36=_0x1415c1['plugins']['get']('TableUtils'),_0x3116da=_0x1415c1['plugins']['get'](jt),_0x3caee6=_0x1415c1['plugins']['get']('TableClipboard');_0x3116da['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1415c1['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1415c1['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xf3f97d=null;_0x1415c1['model']['on']('insertContent',(_0x13467b,_0x284f3a)=>{const [_0x305335,_0x3265c8]=_0x284f3a,_0x39ca19=_0x284f3a[_0x284f3a['length']-0x1];_0x39ca19&&_0x39ca19['forceDefaultExecution']||_0xdcefc1['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x117c22,_0x4c9be4,_0x17429a,_0x476b4e,_0x210787){if(_0x4c9be4&&!_0x4c9be4['is']('documentSelection'))return!0x1;const _0x23de88=_0x210787['getTableIfOnlyTableInContent'](_0x117c22,_0x17429a);if(!_0x23de88||!he(_0x23de88,void 0x0,_0x476b4e))return!0x1;const _0x4f6d37=_0x476b4e['getSelectionAffectedTableCells'](_0x17429a['document']['selection']);if(!_0x4f6d37['length'])return!0x1;const _0x323f60=_0x4f6d37[0x0]['findAncestor']('table'),_0x587c2c=_0x476b4e['getRowIndexes'](_0x4f6d37),_0x2d5af0=_0x476b4e['getColumnIndexes'](_0x4f6d37),_0x66444e={'startRow':_0x587c2c['first'],'endRow':_0x587c2c['last'],'startColumn':_0x2d5af0['first'],'endColumn':_0x2d5af0['last']};return 0x1==_0x4f6d37['length']&&(_0x66444e['endRow']+=_0x476b4e['getRows'](_0x23de88)-0x1,_0x66444e['endColumn']+=_0x476b4e['getColumns'](_0x23de88)-0x1),he(_0x323f60,_0x66444e,_0x476b4e);}(_0x305335,_0x3265c8,_0x1415c1['model'],_0x2f0f36,_0x3caee6)&&(_0x13467b['stop'](),_0xf3f97d={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1415c1['model']['change'](()=>{_0x1415c1['model']['insertContent'](_0x284f3a[0x0],_0x284f3a[0x1],_0x284f3a[0x2],{'forceDefaultExecution':!0x0});const _0x54b4a3=_0x15362b(),{rowInsertionRanges:_0x4658c4,columnInsertionRanges:_0x1df327,insertionRanges:_0x320e52,deletionRanges:_0x58d73b,cells:_0x18f227}=_0xf3f97d;_0x4658c4['length']&&_0xdcefc1['markMultiRangeInsertion'](_0x4658c4,'tablePasteRow',{'tablePasteChainId':_0x54b4a3}),_0x1df327['length']&&_0xdcefc1['markMultiRangeInsertion'](_0x1df327,'tablePasteColumn',{'tablePasteChainId':_0x54b4a3}),_0x320e52['length']&&(_0xdcefc1['markMultiRangeInsertion'](_0x320e52,'tablePaste',{'tablePasteChainId':_0x54b4a3,'skipNestingCheck':!0x0}),_0x320e52['forEach'](_0x531beb=>_0x531beb['detach']?.())),_0x58d73b['length']&&(_0xdcefc1['markMultiRangeDeletion'](_0x58d73b,'tablePaste',{'tablePasteChainId':_0x54b4a3,'skipNestingCheck':!0x0}),_0x58d73b['forEach'](_0x1ae685=>_0x1ae685['detach']?.()));const _0x2c2846=_0xdcefc1['markMultiRangeBlockFormat'](_0x18f227['map'](({element:_0x953f97})=>_0x953f97),{'formatGroupId':_0x15362b()},[],'tablePasteCell',{'tablePasteChainId':_0x54b4a3});if(_0x2c2846){const _0x219772=_0x2c2846['getMarkers'](),_0x19d186=[];for(const {element:_0x3aff8c,attributes:_0x1ca437}of _0x18f227){if(!_0x1ca437)continue;const _0xb62465=_0x1415c1['model']['createRangeOn'](_0x3aff8c),_0x1d7c4b=_0x219772['find'](_0x9d3eb4=>_0x9d3eb4['getRange']()['isEqual'](_0xb62465));_0x1d7c4b&&_0x19d186['push']([_0x1d7c4b['name'],_0x1ca437]);}_0x19d186['length']&&_0x2c2846['setAttribute']('markerAttributes',Object['fromEntries'](_0x19d186));}_0xf3f97d=null;}));},{'priority':_0x3304ea['high']+0xa}),_0x1415c1['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2dd30d,_0x62d2b4)=>{const [_0x5511f9,_0x13b768,,_0xae2549]=_0x62d2b4;if(!_0xf3f97d)return;_0x2dd30d['stop']();const _0x2926d5=_0x5511f9['cell'],_0x49ddd4=_0x13b768,_0x43a580=Pe(_0x2926d5),_0x3cecf6=Pe(_0x49ddd4);_0x2dd30d['return']=_0x2926d5;let _0x15ea2d=null,_0x4d1379=null;if(_0x3cecf6||_0x43a580){if(_0x43a580&&!_0x3cecf6){_0xae2549['remove'](_0x2926d5['getChild'](0x0));for(const _0x907136 of Array['from'](_0x49ddd4['getChildren']()))_0xae2549['insert'](_0x907136,_0x2926d5,'end');const _0x564cd7=_0xf3f97d['rowInsertionIndexes']['includes'](_0x5511f9['row']),_0x3ef8db=_0xf3f97d['columnInsertionIndexes']['includes'](_0x5511f9['column']);_0x564cd7||_0x3ef8db||(_0x15ea2d=_0x5b9e67['fromRange'](_0xae2549['createRangeIn'](_0x2926d5)));}else _0x3cecf6&&!_0x43a580&&(_0x4d1379=_0xae2549['createRangeIn'](_0x2926d5));}else{const _0x4b564c=_0xae2549['createElement']('tableCellSuggestion'),_0x57a04a=_0xae2549['createElement']('tableCellSuggestion');_0xae2549['wrap'](_0xae2549['createRangeIn'](_0x2926d5),_0x57a04a),_0xae2549['insert'](_0x4b564c,_0x2926d5,0x0);for(const _0x324cdf of Array['from'](_0x49ddd4['getChildren']()))_0xae2549['insert'](_0x324cdf,_0x4b564c,'end');_0x15ea2d=_0x5b9e67['fromRange'](_0xae2549['createRangeOn'](_0x4b564c)),_0x4d1379=_0x5b9e67['fromRange'](_0xae2549['createRangeOn'](_0x57a04a));}const _0x4dbb6=Array['from'](_0x49ddd4['getAttributes']())['filter'](([_0x149885])=>ge['includes'](_0x149885));_0xf3f97d['cells']['push']({'element':_0x2926d5,'attributes':_0x4dbb6['length']?Object['fromEntries'](_0x4dbb6):null}),_0x15ea2d&&_0xf3f97d['insertionRanges']['push'](_0x15ea2d),_0x4d1379&&_0xf3f97d['deletionRanges']['push'](_0x4d1379);},{'priority':'high'}),_0x2f0f36['on']('insertColumns',(_0x2418ca,_0x37682f)=>{const [_0x4c8eab,_0x38ab2d={}]=_0x37682f;if(!_0xf3f97d)return;const _0xe8992d=_0x38ab2d['at']||0x0,_0xe0f7ef=_0x38ab2d['columns']||0x1;_0xf3f97d['columnInsertionIndexes']=new Array(_0xe0f7ef)['fill'](_0xe8992d)['map']((_0x5e9820,_0x12fab6)=>_0x5e9820+_0x12fab6);for(const {cell:_0x376ed4}of _0x2f0f36['createTableWalker'](_0x4c8eab,{'startColumn':_0xe8992d,'endColumn':_0xe8992d+_0xe0f7ef-0x1}))_0xf3f97d['columnInsertionRanges']['push'](_0x1415c1['model']['createRangeOn'](_0x376ed4));},{'priority':'low'}),_0x2f0f36['on']('insertRows',(_0x3a7ddf,_0x69b901)=>{const [_0x31b439,_0x4d6ab7={}]=_0x69b901;if(!_0xf3f97d)return;const _0x1bf71f=_0x4d6ab7['at']||0x0,_0x48bab3=_0x4d6ab7['rows']||0x1;_0xf3f97d['rowInsertionIndexes']=new Array(_0x48bab3)['fill'](_0x1bf71f)['map']((_0x337e5b,_0x5e82c8)=>_0x337e5b+_0x5e82c8);for(const {cell:_0x28e22f}of _0x2f0f36['createTableWalker'](_0x31b439,{'startRow':_0x1bf71f,'endRow':_0x1bf71f+_0x48bab3-0x1}))_0xf3f97d['rowInsertionRanges']['push'](_0x1415c1['model']['createRangeOn'](_0x28e22f));},{'priority':'low'}),_0xdcefc1['descriptionFactory']['registerDescriptionCallback'](_0x2d7517=>{if(_0x2d7517['subType']&&_0x2d7517['subType']['startsWith']('tablePaste'))return _0x2d7517['previous']?{}:{'type':'insertion','content':o(_0x1415c1['locale'],'*Replace\x20table\x20cells*')};});const _0x43b784=()=>!0x1;for(const _0x12bc48 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion',_0x12bc48,'join',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('deletion',_0x12bc48,'join',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x12bc48,'join',_0x43b784);_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x224746,_0x3b40cf,_0x298cdc)=>{const _0x41863c=_0x224746['map'](_0x176680=>_0x176680['getContainedElement']())['filter'](_0x46d218=>_0x46d218),_0x1140a5=new Map(_0x41863c['map'](_0x3e563e=>[_0x3e563e,null]));if(_0xf3f97d){for(const {element:_0x56c505,attributes:_0x5890ca}of _0xf3f97d['cells'])_0x5890ca&&_0x1140a5['set'](_0x56c505,_0x5890ca);}else{if(_0x298cdc&&_0x298cdc['markerAttributes'])for(const [_0x277606,_0x104f5a]of Object['entries'](_0x298cdc['markerAttributes'])){const _0x544467=_0x1415c1['model']['markers']['get'](_0x277606),_0x5358e3=_0x544467?_0x544467['getRange']()['getContainedElement']():null;_0x5358e3&&_0x1140a5['set'](_0x5358e3,_0x104f5a);}}_0x1415c1['model']['change'](_0xfe8dbc=>{for(const [_0x3ad221,_0x193361]of _0x1140a5)_0xfe8dbc['setAttributes']({...Ce,..._0x193361},_0x3ad221);});});const _0x455dbb=(_0xf47234,_0xc710e1)=>{_0xdcefc1['_suggestionFactory']['registerCustomCallback'](_0xf47234,'tablePaste',_0xc710e1,(_0x7b4d4b,_0x14c9a9,_0x3ef6b8)=>{_0x1415c1['model']['change'](_0xc966=>{const _0x4db59e=[];for(const _0x2f1732 of _0x7b4d4b){const _0x2ca2ac=_0x2f1732['start']['nodeAfter'];_0x2ca2ac['is']('element','tableCellSuggestion')&&_0x4db59e['push'](_0x2ca2ac);}_0xdcefc1['_suggestionFactory']['getSuggestionCallback'](_0xf47234,null,_0xc710e1)(_0x7b4d4b,_0x14c9a9,_0x3ef6b8);for(const _0xb5ac97 of _0x4db59e)'$graveyard'!=_0xb5ac97['root']['rootName']&&_0xc966['unwrap'](_0xb5ac97);});});};_0x455dbb('insertion','accept'),_0x455dbb('insertion','discard'),_0x455dbb('deletion','accept'),_0x455dbb('deletion','discard'),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x239cb3=>{const _0x7ec2ed=_0x239cb3['map'](_0x31c64b=>_0x31c64b['getContainedElement']()),_0x4c29b6=_0x7ec2ed[0x0]['findAncestor']('table'),{minRow:_0x1d84a7,maxRow:_0x212ddb}=_0x3116da['_getCoordsForCells'](_0x7ec2ed);_0x2f0f36['removeRows'](_0x4c29b6,{'at':_0x1d84a7,'rows':_0x212ddb-_0x1d84a7+0x1});}),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3cd888=>{const _0x2a6413=_0x3cd888['map'](_0x7bbfe0=>_0x7bbfe0['getContainedElement']()),_0x2ba328=_0x2a6413[0x0]['findAncestor']('table'),{minColumn:_0x42de96,maxColumn:_0x4a0a92}=_0x3116da['_getCoordsForCells'](_0x2a6413);_0x2f0f36['removeColumns'](_0x2ba328,{'at':_0x42de96,'columns':_0x4a0a92-_0x42de96+0x1});});const _0x3f151b=(_0x3422e8,_0x8820ea)=>{if(!_0x8820ea['subType']||!_0x8820ea['subType']['startsWith']('tablePaste'))return;const _0x12dd71=_0x8820ea['attributes']['tablePasteChainId'],_0x52d20a=_0xdcefc1['getSuggestions']()['filter'](_0x49e6ae=>_0x49e6ae['isInContent']&&_0x49e6ae['attributes']&&_0x49e6ae['attributes']['tablePasteChainId']==_0x12dd71);_0x52d20a['length']&&_0x8820ea['getAllAdjacentSuggestions']()['length']!=_0x52d20a['length']&&_0x52d20a['reduce']((_0x86761b,_0x17d595)=>(_0x86761b['next']=_0x17d595,_0x17d595['previous']=_0x86761b,_0x17d595));};function _0x3d5edc(_0x13d2c1,_0x35a75b=!0x0){const {id:_0x52b87f}=_0xdcefc1['_splitMarkerName'](_0x13d2c1['markerName']),_0x264f8d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4554d4=_0xdcefc1['activeMarkers']['includes'](_0x13d2c1['markerName']);return _0x4554d4&&_0x264f8d['push']('ck-suggestion-marker--active'),{'classes':_0x264f8d,'attributes':{'data-suggestion':_0x52b87f},'priority':_0x4554d4&&_0x35a75b?0xbc2:0xbb8};}_0xdcefc1['on']('suggestionLoaded',_0x3f151b,{'priority':'high'}),_0xdcefc1['on']('suggestionUnloaded',_0x3f151b,{'priority':'high'}),_0x1415c1['model']['document']['registerPostFixer'](()=>{let _0x10538a=!0x1;const _0x2bb68e=Array['from'](_0x1415c1['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1f1948,data:_0x11d34}of _0x2bb68e){const {group:_0xefd93d,type:_0x24f772,id:_0x575c73}=_0xdcefc1['_splitMarkerName'](_0x1f1948);if('suggestion'!=_0xefd93d||'deletion'!=_0x24f772||_0x11d34['oldRange'])continue;if(!_0xdcefc1['hasSuggestion'](_0x575c73))continue;const _0x32b1ff=_0xdcefc1['getSuggestion'](_0x575c73)['getRanges'](),_0x3554a6=_0x1415c1['plugins']['get']('Users')['me'];for(const _0x35958d of _0xdcefc1['getSuggestions']()){if(!_0x35958d['isInContent']||_0x35958d['author']!=_0x3554a6)continue;if('formatBlock'!=_0x35958d['type']||'tablePasteCell'!=_0x35958d['subType'])continue;if(_0x35958d['getRanges']()['every'](_0x3b0877=>_0x32b1ff['some'](_0x5302b6=>_0x5302b6['containsRange'](_0x3b0877,!0x0)))){for(const _0x5d0216 of _0x35958d['getAllAdjacentSuggestions']())_0x5d0216['isInContent']&&(_0x5d0216['discard'](),_0x10538a=!0x0);}}}return _0x10538a;}),_0x1415c1['model']['document']['registerPostFixer'](_0x56c171=>{const _0x2aebac=_0x1415c1['commands']['get']('redo');if(!_0x2aebac||!_0x2aebac['_createdBatches']['has'](_0x56c171['batch']))return!0x1;let _0x1b463d=!0x1;const _0x583025=_0x1415c1['plugins']['get']('Users')['me'],_0x23c4da=_0x1415c1['model']['document']['differ']['getChanges'](),_0x4c8cd9=Array['from'](_0x1415c1['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x4f4451,data:_0x532df9})=>{const {group:_0x52db7c,subType:_0x425d6a,authorId:_0x4e233a}=_0xdcefc1['_splitMarkerName'](_0x4f4451);return'suggestion'==_0x52db7c&&'tablePaste'==_0x425d6a&&_0x4e233a==_0x583025['id']&&!_0x532df9['oldRange'];});for(const _0x21133e of _0x23c4da){if('insert'!=_0x21133e['type']||'tableCellSuggestion'!=_0x21133e['name']||0x1!=_0x21133e['length'])continue;const _0x944df6=_0x56c171['createRange'](_0x21133e['position'],_0x21133e['position']['getShiftedBy'](0x1));if(!_0x4c8cd9['find'](({data:_0x473130})=>_0x473130['newRange']['isEqual'](_0x944df6))){for(const {name:_0xe2d5f8,data:_0x39a7ea}of _0x4c8cd9)if(_0x944df6['containsRange'](_0x39a7ea['newRange'])){_0x56c171['updateMarker'](_0xe2d5f8,{'range':_0x944df6}),_0x1b463d=!0x0;break;}}}return _0x1b463d;}),_0x1415c1['model']['document']['registerPostFixer'](_0x226132=>{let _0x30fc12=!0x1;const _0x19958a=_0x1415c1['plugins']['get']('Users')['me'],_0x52bb29=_0xdcefc1['getSuggestions']()['filter'](_0x2d10e8=>_0x2d10e8['isInContent']&&_0x2d10e8['author']==_0x19958a),_0x226a15=new Set(),_0x3f9c52=new Set();for(const _0x532481 of _0x52bb29)if('tablePaste'==_0x532481['subType'])for(const _0x1c15a1 of _0x532481['getMarkers']()){const _0x200134=_0x1c15a1['getRange']()['getContainedElement']();if(_0x200134){if(_0x200134['is']('element','tableCellSuggestion')&&Pe(_0x200134)){_0x532481['removeMarker'](_0x1c15a1['name']),_0x226a15['add'](_0x200134),_0x30fc12=!0x0;const _0x2ef834=_0x200134['nextSibling'],_0x37ce92=_0x200134['previousSibling'],_0xd43b7f=_0x2ef834&&_0x2ef834['is']('element','tableCellSuggestion'),_0x6969af=_0x37ce92&&_0x37ce92['is']('element','tableCellSuggestion');_0xd43b7f&&!_0x226a15['has'](_0x2ef834)&&_0x3f9c52['add'](_0x2ef834),_0x6969af&&!_0x226a15['has'](_0x37ce92)&&_0x3f9c52['add'](_0x37ce92);}else _0x200134['is']('element','paragraph')&&_0x200134['isEmpty']&&(_0x532481['removeMarker'](_0x1c15a1['name']),_0x30fc12=!0x0);}}else{if('tablePasteCell'==_0x532481['subType']){if(!_0x532481['attributes']||!_0x532481['attributes']['tablePasteChainId'])continue;const _0x588aa9=_0x532481['attributes']['markerAttributes'];if(_0x588aa9&&Object['keys'](_0x588aa9)['length'])continue;const _0x420223=_0x532481['attributes']['tablePasteChainId'];let _0x4afcf7=!0x0,_0xf55983=!0x0;for(const _0xcbfdb2 of _0x52bb29)if(_0xcbfdb2['subType']&&_0xcbfdb2['subType']['startsWith']('tablePaste')){if(!_0xcbfdb2['attributes']['tablePasteChainId']){_0xf55983=!0x1;break;}if(_0xcbfdb2['id']!=_0x532481['id']&&_0xcbfdb2['attributes']['tablePasteChainId']==_0x420223){_0x4afcf7=!0x1;break;}}_0xf55983&&_0x4afcf7&&(_0x532481['removeMarkers'](),_0x30fc12=!0x0);}}for(const _0x1343cd of _0x226a15)_0x226132['remove'](_0x1343cd);for(const _0x1305f4 of _0x3f9c52)_0x226132['unwrap'](_0x1305f4);return _0x30fc12;}),_0x1415c1['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x452e1c,_0xa6c0e8)=>_0x3d5edc(_0x452e1c),'converterPriority':'high'}),_0x1415c1['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x45eceb,_0x183704)=>_0x183704['options']['showSuggestionHighlights']?_0x3d5edc(_0x45eceb,!0x1):null,'converterPriority':'high'});const _0x132508=_0x1415c1['editing']['view'];this['listenTo'](_0x132508['document'],'clipboardOutput',(_0x448900,_0x141e1e)=>{const _0x28330b=[];for(const _0x5bc8de of _0x132508['createRangeIn'](_0x141e1e['content'])['getItems']())_0x5bc8de['is']('element','suggestion-td')&&_0x28330b['push'](_0x5bc8de);_0x132508['change'](_0x7bd17e=>{for(const _0x2c4b8b of _0x28330b)_0x7bd17e['move'](_0x7bd17e['createRangeIn'](_0x2c4b8b),_0x7bd17e['createPositionBefore'](_0x2c4b8b)),_0x7bd17e['remove'](_0x2c4b8b);});});}}function Pe(_0x1513db){if(_0x1513db['isEmpty'])return!0x0;const _0xcd0736=_0x1513db['getChild'](0x0);return _0xcd0736['is']('element','paragraph')&&_0xcd0736['isEmpty'];}function he(_0xa4960,_0x3764d1={},_0x40dd09){for(const {isAnchor:_0xd3a768,cellHeight:_0xf656ca,cellWidth:_0x513de3}of _0x40dd09['createTableWalker'](_0xa4960,{'includeAllSlots':!0x0,..._0x3764d1}))if(!_0xd3a768||0x1!=_0xf656ca||0x1!=_0x513de3)return!0x1;return!0x0;}class vt extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2fb275=this['editor']['plugins']['get']('TrackChangesEditing');_0x2fb275['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2fb275['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2fb275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2fb275['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2fb275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2fb275['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x442d71,_0xa21682){const _0x213383=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2d4ce9=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x42229a=_0xa21682['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x386149=_0x2d4ce9['getColumnGroupElement'](_0x42229a);let _0x3b9c47=_0x386149?_0x2d4ce9['getTableColumnsWidths'](_0x386149):null,_0x4d24a5=_0x42229a['getAttribute']('tableWidth')||null;const _0x38870a=_0xa21682['tableWidth']||_0x4d24a5,_0x2c90d1=_0xa21682['columnWidths']||_0x3b9c47,_0x592a8b=this['editor']['plugins']['get']('Users')['me'];for(const _0x126440 of _0x213383['getSuggestions']()){const _0x40e803=_0x126440['getContainedElement']();if('resizeTable'===_0x126440['subType']&&_0x40e803===_0x42229a){_0x126440['author']!==_0x592a8b&&_0x126440['discard']();const _0x4fae12=_0x126440['data']['commandParams'];_0x4d24a5=_0x4fae12[0x0]['tableWidth'],_0x3b9c47=_0x4fae12[0x0]['columnWidths'];break;}}_0x442d71({'table':_0x42229a,'tableWidth':_0x38870a,'columnWidths':_0x2c90d1}),_0x213383['markBlockFormat'](_0x42229a,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4d24a5,'columnWidths':_0x3b9c47}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x166a6a){if('formatBlock'!=_0x166a6a['type']&&'formatInline'!=_0x166a6a['type'])return;const {data:_0xf7fb68}=_0x166a6a;if(_0xf7fb68&&'resizeTable'===_0xf7fb68['formatGroupId']){const _0x59224c='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x59224c)};}}}class Ct extends _0x1c3a28{['afterInit'](){const _0x1c1aa6=this['editor'];_0x1c1aa6['plugins']['has']('Template')&&_0x1c1aa6['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x1c3a28{['afterInit'](){const _0x2479ce=this['editor'];if(!_0x2479ce['commands']['get']('insertTableOfContents'))return;_0x2479ce['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x379b8f=_0x2479ce['plugins']['get']('TrackChangesEditing'),_0x2a3dc8=_0x2479ce['locale'];_0x379b8f['descriptionFactory']['registerElementLabel']('tableOfContents',_0x52b68a=>o(_0x2a3dc8,'ELEMENT_TABLE_OF_CONTENTS',_0x52b68a));}}class Dt extends _0x1c3a28{['afterInit'](){const _0x57ae43=this['editor'];if(!_0x57ae43['plugins']['has']('Title'))return;const _0x455be5=_0x57ae43['plugins']['get']('TrackChangesEditing');_0x455be5['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x57ae43['locale'],'ELEMENT_TITLE')),_0x57ae43['model']['document']['registerPostFixer'](_0x232c51=>{let _0x145eae=!0x1;const _0x4430c=Array['from'](_0x57ae43['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5d23aa,data:_0x4ca792}of _0x4430c){const {group:_0x1f521a}=_0x455be5['_splitMarkerName'](_0x5d23aa);if('suggestion'!==_0x1f521a||!_0x4ca792['newRange'])continue;const _0x37c4f7=_0x4ca792['newRange'],_0x31dd8b=_0x37c4f7['end']['nodeBefore'];if(!_0x31dd8b||!_0x31dd8b['is']('element','title-content'))continue;if(!_0x37c4f7['start']['isTouching'](_0x37c4f7['end']))continue;const _0x48f5dd=_0x57ae43['model']['schema']['getNearestSelectionRange'](_0x37c4f7['end'],'forward');if(_0x48f5dd&&_0x48f5dd['isCollapsed']){const _0x1cf5a2=_0x232c51['createRange'](_0x37c4f7['start'],_0x48f5dd['start']);_0x1cf5a2['isEqual'](_0x37c4f7)||(_0x232c51['updateMarker'](_0x5d23aa,{'range':_0x1cf5a2}),_0x145eae=!0x0);}_0x145eae||(_0x232c51['removeMarker'](_0x5d23aa),_0x145eae=!0x0);}return _0x145eae;});}}class Nt extends _0x1c3a28{['afterInit'](){const _0x7aced1=this['editor'],_0x35aac5=_0x7aced1['plugins']['get']('TrackChangesEditing');_0x7aced1['plugins']['has']('UndoEditing')&&(_0x35aac5['enableCommand']('undo'),_0x35aac5['enableCommand']('redo'));}}class Mt extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0xaeb512=this['editor'];if(!_0xaeb512['plugins']['has']('TableCaptionEditing'))return;_0xaeb512['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x1c3a28{['tableProperties'];['tableCellProperties'];constructor(_0x975ab0){super(_0x975ab0),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 _0x776997=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x14f689 of this['tableProperties'])_0x776997['enableCommand'](_0x14f689,(_0x46948,_0x4f0a9a)=>{const _0x35e9ac=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x14f689,[_0x35e9ac],this['tableProperties'],'tableProperties',_0x46948,_0x4f0a9a);});_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x776997['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x291e90,_0x1c9081)=>this['handleDiscardAction'](this['tableProperties'],_0x291e90,_0x1c9081)),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x3e492f of this['tableCellProperties'])_0x776997['enableCommand'](_0x3e492f,(_0x4e5ded,_0x1fea6f)=>{const _0x44969a=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x3e492f,_0x44969a,this['tableCellProperties'],'tableCellProperties',_0x4e5ded,_0x1fea6f);});_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x776997['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3e1c1a,_0x5aa6c3)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3e1c1a,_0x5aa6c3)),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x776997['descriptionFactory']['registerDescriptionCallback'](_0x2bc8d7=>this['handleSuggestionDescription'](_0x2bc8d7));}['_handlePropertyChange'](_0x3fbd5f,_0x3d0a06,_0x3da50c,_0x32fda1,_0x195094,_0x329a10){const _0x30b8bc=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x329a10['batch'],()=>{for(const _0x5b5a68 of _0x3d0a06){if(this['_getSuggestion'](_0x5b5a68,_0x32fda1))_0x195094(_0x329a10);else{const _0xf9fca2={};for(const _0x21bcf2 of _0x3da50c){const _0x166572=_0x5b5a68['getAttribute'](_0x21bcf2);void 0x0!==_0x166572&&(_0xf9fca2[_0x21bcf2]=_0x166572);}_0x195094(_0x329a10),_0x30b8bc['markBlockFormat'](_0x5b5a68,{'commandParams':[_0xf9fca2]},[],_0x32fda1);}}});}['handleDiscardAction'](_0x3b59da,_0x4d0f02,_0x2c53a5){const _0x51e741=_0x4d0f02[0x0]['start']['nodeAfter'],_0x3fe0ae=_0x2c53a5['commandParams'][0x0];this['editor']['model']['change'](_0x511805=>{for(const _0xda5d97 of _0x3b59da)void 0x0!==_0x3fe0ae[_0xda5d97]?_0x511805['setAttribute'](_0xda5d97,_0x3fe0ae[_0xda5d97],_0x51e741):_0x511805['removeAttribute'](_0xda5d97,_0x51e741);});}['handleSuggestionDescription'](_0x37e254){if(_0x37e254['data'])switch(_0x37e254['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'](_0x4c15f7,_0x207d9a){const _0x2dbf23=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1a1956 of _0x2dbf23['getSuggestions']({'skipNotAttached':!0x0})){const _0x54e87a=_0x1a1956['getContainedElement']();if(_0x1a1956['subType']===_0x207d9a&&_0x54e87a===_0x4c15f7)return _0x1a1956;}return null;}}const m='$elementName';class p extends _0x1c3a28{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x5f159e,_0x389de3,E,V,U,O,F,G,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,_t,$t,Ct,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x29d179){function _0x16f1fb(_0x1c2eab){return _0x1c2eab['map'](_0x12213a=>String['fromCharCode'](_0x12213a))['join']('');}super(_0x29d179),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2215e3,_0x4e9feb,_0x4199ac,_0x4931bf)=>{this['_model']['change'](()=>{for(const _0x209e1d of[..._0x4931bf,..._0x4199ac])this['_model']['markers']['has'](_0x209e1d)&&_0x29d179['editing']['reconvertMarker'](_0x209e1d);});}),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']=_0x29d179['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(),_0x29d179['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x29d179['config']['get']('trackChanges.trackFormatChanges'),_0x29d179['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x29d179['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x29d179,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x16f1fb([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x16f1fb([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x34]);}['init'](){const _0x59eb6c=this['editor'],_0x1989e6=(_0x2401f9,_0xe434d7)=>{if('attribute'!=_0x2401f9)return'ck-suggestion-marker-'+_0x2401f9;const _0x5738c0=_0xe434d7['split']('|')[0x0];return this['_isBlockAttribute'](_0x5738c0)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x59eb6c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2f8c8=>{const {id:_0x41609c,type:_0x3c5673,subType:_0x4d6fda}=this['_splitMarkerName'](_0x2f8c8['markerName']),_0x20c76e=['ck-suggestion-marker',_0x1989e6(_0x3c5673,_0x4d6fda)];let _0x2424aa=0xbb8;return this['activeMarkers']['includes'](_0x2f8c8['markerName'])&&(_0x20c76e['push']('ck-suggestion-marker--active'),_0x2424aa=0xbc2),'deletion'==_0x3c5673&&(_0x2424aa+=0x5),{'classes':_0x20c76e,'attributes':{'data-suggestion':_0x41609c},'priority':_0x2424aa};}}),_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x1b9452=>{_0x1b9452['on']('addMarker:suggestion',(_0x530c1f,_0x532ef6,_0x567cb9)=>{if(!_0x567cb9['options']['showSuggestionHighlights'])return;const _0x4c023d=_0x532ef6['item'];if(!_0x4c023d)return;const _0x33b901=_0x567cb9['mapper']['toViewElement'](_0x4c023d);_0x59eb6c['model']['schema']['isObject'](_0x4c023d)&&_0x33b901&&!_0x33b901['getCustomProperty']('widget')&&_0x33b901['is']('containerElement')&&_0x2b8909(_0x33b901,_0x567cb9['writer']);},{'priority':'high'});}),_0x59eb6c['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xd27f25,_0x558e82)=>{if(!_0x558e82['options']['showSuggestionHighlights'])return null;const {type:_0x1b482d,subType:_0x593531}=this['_splitMarkerName'](_0xd27f25['markerName']);return{'classes':['ck-suggestion-marker',_0x1989e6(_0x1b482d,_0x593531)],'priority':0xbb8};}});const _0x5e7ba0=({showActiveMarkers:_0x37415b=!0x0,isAttributeSuggestion:_0x4ede87=!0x1}={})=>(_0x355f0f,_0x4c5656,_0x379545)=>{if(!_0x4c5656['item'])return;const {id:_0x153a9b}=this['_splitMarkerName'](_0x4c5656['markerName']);if(_0x4ede87){const _0x1f18e2=this['_suggestions']['get'](_0x153a9b),_0x12329a=this['_getAttributeKey'](_0x1f18e2);if(!this['_isBlockAttribute'](_0x12329a))return;}if(_0x4c5656['item']['is']('selection'))return void _0x379545['consumable']['consume'](_0x4c5656['item'],_0x355f0f['name']);const _0x748a8a=_0x379545['mapper']['toViewElement'](_0x4c5656['item']);if(_0x4c5656['item']['is']('element')&&_0x59eb6c['model']['schema']['isBlock'](_0x4c5656['item'])&&!_0x748a8a['getCustomProperty']('addHighlight')){_0x379545['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x748a8a),_0x379545['writer']['setAttribute']('data-suggestion',_0x153a9b,_0x748a8a),_0x379545['mapper']['bindElementToMarker'](_0x748a8a,_0x4c5656['markerName']),_0x37415b&&(this['activeMarkers']['includes'](_0x4c5656['markerName'])?_0x379545['writer']['addClass']('ck-suggestion-marker--active',_0x748a8a):_0x379545['writer']['removeClass']('ck-suggestion-marker--active',_0x748a8a));for(const _0x35539a of _0x59eb6c['model']['createRangeIn'](_0x4c5656['item'])['getItems']())_0x379545['consumable']['consume'](_0x35539a,_0x355f0f['name']);_0x379545['consumable']['consume'](_0x4c5656['item'],_0x355f0f['name']);}};_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x527645=>{_0x527645['on']('addMarker:suggestion:formatBlock',(_0x288c7c,_0x588a56,_0x5f72f1)=>{_0x5f72f1['options']['showSuggestionHighlights']&&_0x5e7ba0({'showActiveMarkers':!0x1})(_0x288c7c,_0x588a56,_0x5f72f1);},{'priority':'highest'});}),_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x4debb1=>{_0x4debb1['on']('addMarker:suggestion:attribute',(_0x2be68c,_0x3c693d,_0x173403)=>{_0x173403['options']['showSuggestionHighlights']&&_0x5e7ba0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2be68c,_0x3c693d,_0x173403);},{'priority':'highest'});}),_0x59eb6c['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x440437,_0x498801)=>_0x498801['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x440437['substr'](0xb)}}),_0x59eb6c['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xad5936,{writer:_0x30b97e})=>{let _0x123256='suggestion:'+_0xad5936['getAttribute']('suggestion-type')+':'+_0xad5936['getAttribute']('id');return _0xad5936['getAttribute']('marker-count')&&(_0x123256+=':'+_0xad5936['getAttribute']('marker-count')),_0x30b97e['createElement']('$marker',{'data-name':_0x123256});}}),_0x59eb6c['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x30e1af=>{_0x30e1af['on']('addMarker:suggestion:formatBlock',_0x5e7ba0(),{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x159ecc=>{_0x159ecc['on']('addMarker:suggestion:attribute',_0x5e7ba0({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0xeec72=>{_0xeec72['on']('removeMarker:suggestion:formatBlock',(_0x112818,_0x48b078,_0x21f236)=>{const _0x574fc7=_0x21f236['mapper']['markerNameToElements'](_0x48b078['markerName']);if(_0x574fc7){for(const _0x10bed2 of _0x574fc7)_0x10bed2['getCustomProperty']('addHighlight')||(_0x21f236['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x10bed2),_0x21f236['writer']['removeAttribute']('data-suggestion',_0x10bed2),_0x21f236['mapper']['unbindElementFromMarkerName'](_0x10bed2,_0x48b078['markerName']));}},{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x26a17b=>{_0x26a17b['on']('removeMarker:suggestion:attribute',(_0x4364d1,_0x49bb2c,_0x26d940)=>{const _0x24972f=_0x26d940['mapper']['markerNameToElements'](_0x49bb2c['markerName']);if(!_0x24972f)return;const {id:_0x51bf4a}=this['_splitMarkerName'](_0x49bb2c['markerName']),_0x12f0dd=this['_suggestions']['get'](_0x51bf4a),_0x397ec9=this['_getAttributeKey'](_0x12f0dd);if(this['_isBlockAttribute'](_0x397ec9)){for(const _0x4a7765 of _0x24972f)_0x4a7765['getCustomProperty']('addHighlight')||(_0x26d940['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4a7765),_0x26d940['writer']['removeAttribute']('data-suggestion',_0x4a7765),_0x26d940['mapper']['unbindElementFromMarkerName'](_0x4a7765,_0x49bb2c['markerName']));}},{'priority':'high'});}),_0x59eb6c['model']['document']['registerPostFixer'](_0x268312=>{let _0x1a3f93=!0x1;const _0x5a98f8=Array['from'](_0x59eb6c['model']['document']['differ']['getChangedMarkers']()),_0x4311fa=new Set();for(const {name:_0x340542,data:_0x6e7b3b}of _0x5a98f8){const {group:_0x5709b2,type:_0x571fb8,subType:_0xdd5c1e,id:_0x5d7af5}=this['_splitMarkerName'](_0x340542);if('suggestion'!==_0x5709b2)continue;const _0x4acc12=this['_suggestions']['get'](_0x5d7af5);if(null!=_0x6e7b3b['newRange']){'formatInline'==_0x571fb8&&(_0x1a3f93=_0x1a3f93||Et(_0x6e7b3b['newRange'],_0x340542,_0x268312,_0x59eb6c['model']['schema']));const _0x2f929a='attribute'==_0x571fb8&&this['_isBlockAttribute'](_0xdd5c1e['split']('|')[0x0]);if(_0x6e7b3b['newRange']['isCollapsed']||'$graveyard'==_0x6e7b3b['newRange']['root']['rootName']||'formatBlock'==_0x571fb8&&!Ut(_0x6e7b3b['newRange'])||_0x2f929a&&!Ut(_0x6e7b3b['newRange'])||'deletion'==_0x571fb8&&!(!Tt(_0x579048=_0x6e7b3b['newRange'])&&!function(_0x44bcdf){return _0x44bcdf['start']['parent']==_0x44bcdf['end']['nodeBefore']&&_0x44bcdf['start']['isAtEnd'];}(_0x579048)))_0x268312['removeMarker'](_0x340542),_0x1a3f93=!0x0;else{if(!_0x4acc12||!_0x4acc12['isInContent'])continue;_0x4311fa['add'](_0x4acc12);}}}var _0x579048;return _0x4311fa['size']>0x0&&(_0x1a3f93=!!this['_joinWithAdjacentSuggestions'](_0x4311fa)||_0x1a3f93),_0x1a3f93;}),_0x59eb6c['model']['document']['registerPostFixer'](_0x6a3639=>{let _0x374e80=!0x1;for(const _0x583f54 of _0x59eb6c['model']['document']['differ']['getChanges']())if('insert'==_0x583f54['type'])for(const _0x471f92 of this['_suggestions']['values']()){if(_0x471f92['isMultiRange']||!_0x471f92['isInContent'])continue;const _0x5897b1='formatBlock'==_0x471f92['type'],_0x37d2ef=this['_getAttributeKey'](_0x471f92),_0x301207=_0x37d2ef&&this['_isBlockAttribute'](_0x37d2ef);if(!_0x5897b1&&!_0x301207)continue;const _0x2147bb=_0x471f92['getFirstRange']();if(_0x2147bb['start']['parent']!=_0x2147bb['end']['parent']&&!_0x2147bb['end']['isAtEnd']){const _0x17d8c8=_0x59eb6c['model']['createPositionAt'](_0x2147bb['start']['nodeAfter'],'end'),_0x2bafc8=_0x59eb6c['model']['createRange'](_0x2147bb['start'],_0x17d8c8);_0x6a3639['updateMarker'](_0x471f92['getFirstMarker'](),{'range':_0x2bafc8}),_0x374e80=!0x0;}}return _0x374e80;}),_0x59eb6c['model']['document']['registerPostFixer'](_0x50900f=>this['_processAttributeChanges'](_0x50900f)),_0x59eb6c['model']['document']['registerPostFixer'](_0x4c230c=>!_0x4c230c['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x4c230c)),_0x59eb6c['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x59eb6c['model']['document']['on']('change:data',(_0x312bd6,_0x5d94b9)=>{if(!_0x5d94b9['isLocal']||_0x5d94b9['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x369d68=_0x59eb6c['model']['document']['differ']['getChanges']();if(0x0==_0x369d68['length'])return;const _0x1cafd8=[],_0x103b08=_0x369d68['filter'](_0x303219=>'attribute'==_0x303219['type']),_0x30ab2e=_0x369d68['filter'](_0x3d7bcb=>'insert'==_0x3d7bcb['type']&&'$text'!=_0x3d7bcb['name']);for(const _0x4db8c4 of _0x103b08)this['_isRegisteredAttribute'](_0x4db8c4['attributeKey'])&&_0x1cafd8['push']({'key':_0x4db8c4['attributeKey'],'newValue':_0x4db8c4['attributeNewValue'],'oldValue':_0x4db8c4['attributeOldValue'],'range':Ot(_0x4db8c4['range'],_0x59eb6c['model'])});for(const _0x4bc1bb of _0x30ab2e){if('rename'!=_0x4bc1bb['action']&&'refresh'!=_0x4bc1bb['action'])continue;const _0xd83f08=Gt(_0x4bc1bb['position']['nodeAfter'],_0x59eb6c['model']),_0x423565=_0x4bc1bb['before'];'rename'==_0x4bc1bb['action']&&_0x1cafd8['push']({'key':m,'newValue':_0x4bc1bb['name'],'oldValue':_0x423565['name'],'range':_0xd83f08});for(const [_0x4fb80a,_0x4939a2]of _0x423565['attributes']){if(!this['_isRegisteredAttribute'](_0x4fb80a))continue;const _0x47f4e6=_0x4bc1bb['attributes']['get'](_0x4fb80a);_0x4939a2!==_0x47f4e6&&_0x1cafd8['push']({'key':_0x4fb80a,'newValue':_0x47f4e6,'oldValue':_0x4939a2,'range':_0xd83f08});}for(const [_0x24e6a3,_0x4a9d0c]of _0x4bc1bb['attributes'])this['_isRegisteredAttribute'](_0x24e6a3)&&(_0x423565['attributes']['has'](_0x24e6a3)||_0x1cafd8['push']({'key':_0x24e6a3,'newValue':_0x4a9d0c,'oldValue':null,'range':_0xd83f08}));}0x0!=_0x1cafd8['length']&&_0x59eb6c['model']['enqueueChange'](_0x5d94b9,_0x1655d6=>{const _0x516e78=_0x15362b();for(const {range:_0x357d3b,key:_0xeb500b,oldValue:_0x465952,newValue:_0x28ced7}of _0x1cafd8)this['markAttributeChange'](_0x357d3b,_0xeb500b,_0x465952,_0x28ced7,{'groupId':_0x516e78});this['_reduceExistingSuggestions'](_0x1655d6,_0x1cafd8);});},{'priority':'lowest'}),_0x59eb6c['model']['markers']['on']('update:suggestion',(_0x4f3c14,_0x1f1898,_0x227792)=>{if(null==_0x227792){const {id:_0x10186e}=this['_splitMarkerName'](_0x1f1898['name']),_0x47f9a1=this['_suggestions']['get'](_0x10186e);_0x47f9a1&&_0x47f9a1['addMarkerName'](_0x1f1898['name']);}}),_0x59eb6c['model']['document']['on']('change:data',()=>{const _0x4c4d5f=Array['from'](_0x59eb6c['model']['document']['differ']['getChangedMarkers']())['filter'](_0x3ac780=>'suggestion'===this['_splitMarkerName'](_0x3ac780['name'])['group']);if(0x0===_0x4c4d5f['length'])return;_0x4c4d5f['sort']((_0x4c0e44,_0x3e2139)=>{const _0x159049=_0x4c0e44['data']['oldRange'],_0x29cb47=_0x3e2139['data']['oldRange'];return null===_0x159049&&null===_0x29cb47?0x0:null===_0x159049&&null!==_0x29cb47?-0x1:null!==_0x159049&&null===_0x29cb47?0x1:_0x159049['start']['isBefore'](_0x29cb47['start'])?-0x1:0x1;});const _0x5dc582=new Set(),_0x4fdd3d=new Set();for(const {name:_0x476219,data:_0x170d06}of _0x4c4d5f){const {id:_0x2c1883}=this['_splitMarkerName'](_0x476219);if(null===_0x170d06['oldRange']){const _0x55d7c3=this['_handleNewSuggestionMarker'](_0x476219);_0x4fdd3d['add'](_0x55d7c3);}else{const _0x468347=this['_suggestions']['get'](_0x2c1883);null!==_0x170d06['newRange']||_0x468347['isInContent']?(_0x5dc582['add'](_0x468347['head']),_0x4fdd3d['add'](_0x468347)):this['_removeSuggestion'](_0x468347);}}_0x4fdd3d['size']>0x0&&this['_refreshSuggestionsChain'](_0x4fdd3d);for(const _0x18436 of _0x5dc582)this['fire']('suggestionChanged',_0x18436);}),_0x59eb6c['model']['on']('applyOperation',(_0x5f29d1,_0xd5384c)=>{const _0x53fce6=_0xd5384c[0x0];if(!this['_suggestions']['size'])return;if(!_0x53fce6['isDocumentOperation'])return;if(_0x53fce6['batch']['isUndo']||!_0x53fce6['batch']['isLocal'])return;let _0xeee532,_0x1e808e;switch(_0x53fce6['type']){case'insert':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['position']),_0x1e808e=_0xeee532['getShiftedBy'](_0x53fce6['howMany']);break;case'split':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['splitPosition']),_0x1e808e=_0x59eb6c['model']['createPositionAt'](_0x53fce6['moveTargetPosition']);break;case'move':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['targetPosition']),_0x1e808e=_0xeee532['getShiftedBy'](_0x53fce6['howMany']);break;default:return;}const _0x285e8b=_0x59eb6c['model']['createRange'](_0xeee532,_0x1e808e);_0x59eb6c['model']['change'](()=>{for(const {suggestion:_0x37daa1,meta:_0x4c7a76}of this['_findSuggestions'](_0x285e8b)){if(_0x37daa1['isMultiRange'])continue;if('formatInline'==_0x37daa1['type'])continue;const _0x5e7f69=this['_getAttributeKey'](_0x37daa1);if(_0x5e7f69&&this['_isBlockAttribute'](_0x5e7f69)&&'split'!=_0x53fce6['type'])continue;const _0x48e0ce=_0x37daa1['data']&&_0x37daa1['data']['multipleBlocks'];('formatBlock'!=_0x37daa1['type']||'split'==_0x53fce6['type']&&!_0x48e0ce)&&(_0x4c7a76['containsRangeInObject']||'insertion'==_0x37daa1['type']&&_0x4c7a76['isOwn']||_0x37daa1['getFirstRange']()['containsRange'](_0x285e8b)&&this['_breakSuggestionMarker'](_0x37daa1,_0xeee532,_0x1e808e));}});},{'priority':'lowest'}),_0x59eb6c['model']['on']('deleteContent',(_0x16fdf2,_0x154955)=>{const _0x4cd8cc=_0x154955[0x0],_0x1503cf=_0x154955[0x1];if(_0x1503cf&&_0x1503cf['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4cd8cc['isCollapsed'])return;const _0xfaa0e1=_0x59eb6c['model']['schema'],{start:_0x2a5468,end:_0x1873c6}=_0x4cd8cc['getFirstRange'](),_0x2d02a5=_0x2a5468['nodeAfter']&&_0xfaa0e1['isLimit'](_0x2a5468['nodeAfter'])?null:_0xfaa0e1['getNearestSelectionRange'](_0x2a5468,'forward'),_0x59d937=_0x1873c6['nodeBefore']&&_0xfaa0e1['isLimit'](_0x1873c6['nodeBefore'])?null:_0xfaa0e1['getNearestSelectionRange'](_0x1873c6,'backward'),_0x2c61a3=_0x59eb6c['model']['createRange'](_0x2d02a5?_0x2d02a5['start']:_0x2a5468,_0x59d937?_0x59d937['end']:_0x1873c6);_0x59eb6c['model']['change'](_0x1af51a=>{this['markDeletion'](_0x2c61a3);const _0x1066f1=_0x59eb6c['model']['schema']['getNearestSelectionRange'](_0x2c61a3['start']);_0x4cd8cc['is']('documentSelection')?_0x1af51a['setSelection'](_0x1066f1):_0x4cd8cc['setTo'](_0x1066f1);}),_0x16fdf2['stop']();},{'priority':_0x3304ea['normal']+0xa}),_0x59eb6c['model']['on']('insertContent',(_0x167e32,_0x4b3e2a)=>{const _0x338b9a=_0x4b3e2a[_0x4b3e2a['length']-0x1];_0x338b9a&&_0x338b9a['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x59eb6c['model']['change'](()=>{let _0x2e9c47=_0x59eb6c['model']['insertContent'](_0x4b3e2a[0x0],_0x4b3e2a[0x1],_0x4b3e2a[0x2],{'forceDefaultExecution':!0x0});if(!_0x2e9c47)return;_0x167e32['return']=_0x2e9c47['clone']();const _0x1465a8=_0x2e9c47['end']['nodeBefore'],_0x109c4d=_0x59eb6c['model']['schema'];_0x1465a8&&_0x109c4d['isBlock'](_0x1465a8)&&!_0x109c4d['isObject'](_0x1465a8)&&(_0x2e9c47=_0x59eb6c['model']['createRange'](_0x2e9c47['start'],_0x59eb6c['model']['createPositionAt'](_0x1465a8,'end'))),this['markInsertion'](_0x2e9c47);}),_0x167e32['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5b31cc=new $(_0x59eb6c,this['_suggestions']);_0x59eb6c['commands']['add']('acceptSuggestion',_0x5b31cc),this['enableCommand']('acceptSuggestion');const _0x310bbb=new B(_0x59eb6c,this['_suggestions']);_0x59eb6c['commands']['add']('discardSuggestion',_0x310bbb),this['enableCommand']('discardSuggestion'),_0x59eb6c['commands']['add']('acceptAllSuggestions',new x(_0x59eb6c,_0x5b31cc,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x59eb6c['commands']['add']('discardAllSuggestions',new x(_0x59eb6c,_0x310bbb,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x59eb6c['commands']['add']('acceptSelectedSuggestions',new R(_0x59eb6c,_0x5b31cc,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x59eb6c['commands']['add']('discardSelectedSuggestions',new R(_0x59eb6c,_0x310bbb,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x3d731c=_0x59eb6c['plugins']['get']('CommentsRepository');this['listenTo'](_0x3d731c,'addComment',(_0x4a2706,{threadId:_0x20a3b3})=>{const _0x53a8af=this['_suggestions']['get'](_0x20a3b3);_0x53a8af&&_0x53a8af['commentThread']&&0x1===_0x53a8af['commentThread']['length']&&this['_updateSuggestionData'](_0x20a3b3,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x3d731c,'removeComment',(_0x9dd529,{threadId:_0x5b0b3d})=>{const _0x566c5b=this['_suggestions']['get'](_0x5b0b3d);_0x566c5b&&_0x566c5b['commentThread']&&!_0x566c5b['commentThread']['length']&&this['_updateSuggestionData'](_0x5b0b3d,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x4e65a4){if(this['_adapter'])throw new _0x445205('track-changes-adapter-already-set',this);this['_adapter']=_0x4e65a4;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3f597a=!0x1,toJSON:_0x25cd9a=!0x1}={}){const _0x59289d=[];for(const _0x37520a of this['_suggestions']['values']())_0x3f597a&&!_0x37520a['isInContent']||_0x59289d['push'](_0x37520a);return _0x25cd9a?_0x59289d['map'](_0xeeaec=>_0xeeaec['toJSON']()):_0x59289d;}['getSuggestion'](_0x29a635){const _0x2dd7a3=this['_suggestions']['get'](_0x29a635);if(!_0x2dd7a3)throw new _0x445205('track-changes-suggestion-not-found',this);return _0x2dd7a3;}['hasSuggestion'](_0x1f82bc){return this['_suggestions']['has'](_0x1f82bc);}['addSuggestionData'](_0x50467c){const {authorId:_0x37e77,id:_0x1be694,attributes:_0x43fd1e}=_0x50467c,[_0x5c231d,_0x864206]=_0x50467c['type']['split'](':'),_0x140ff4=this['_suggestions']['get'](_0x1be694)||this['_createSuggestion'](_0x5c231d,_0x864206,_0x1be694,_0x37e77,_0x43fd1e);if(this['_addThreadToSuggestion'](_0x140ff4),this['_checkSuggestionCorrectness'](_0x140ff4,_0x5c231d,_0x864206||null,_0x37e77),_0x140ff4['createdAt']=_0x50467c['createdAt'],_0x140ff4['_isDataLoaded']=!0x0,_0x43fd1e&&_0x43fd1e['@external']){const _0x67ca93=_0x43fd1e['@external'],_0x37b5dd=this['_getExternalAuthor'](_0x67ca93['authorName']);_0x140ff4['authoredAt']=_0x67ca93['createdAt'],_0x140ff4['author']=_0x37b5dd,_0x140ff4['isExternal']=!0x0;}else _0x140ff4['authoredAt']=_0x50467c['createdAt'];switch(_0x50467c['data']&&(_0x140ff4['data']=_0x50467c['data']),_0x50467c['attributes']&&(_0x140ff4['attributes']=_0x50467c['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x140ff4['_saved']=!0x0),this['_suggestionState']['get'](_0x140ff4)){case'notReady':this['_suggestionState']['set'](_0x140ff4,'dataReady');break;case'markerReady':_0x140ff4['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x140ff4])),this['_refreshSuggestionsChain'](new Set([_0x140ff4])),this['_suggestionState']['set'](_0x140ff4,'ready'),this['fire']('suggestionLoaded',_0x140ff4)):this['_suggestionState']['set'](_0x140ff4,'removed');}return _0x140ff4;}['acceptSuggestion'](_0x49be4e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3b3751 of _0x49be4e['getAllAdjacentSuggestions']())_0x3b3751['accept']();});});}['discardSuggestion'](_0x483786){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2fa02f of _0x483786['getAllAdjacentSuggestions']())_0x2fa02f['discard']();});});}['enableCommand'](_0x589eb8,_0x274860){const _0x285e0e=this['editor']['commands']['get'](_0x589eb8);if(!_0x285e0e)throw new _0x445205('track-changes-command-not-found',this,{'commandName':_0x589eb8});if(this['_enabledCommands']['has'](_0x285e0e))throw new _0x445205('track-changes-enable-command-twice',this,{'commandName':_0x589eb8});this['_enabledCommands']['add'](_0x285e0e),_0x274860&&_0x285e0e['on']('execute',(_0x32a64e,_0x401cd5)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x401cd5['length']>0x0&&_0x401cd5[_0x401cd5['length']-0x1]&&_0x401cd5[_0x401cd5['length']-0x1]['forceDefaultExecution']?_0x401cd5['pop']():(_0x32a64e['return']=_0x274860((..._0x5f3898)=>_0x285e0e['execute'](..._0x5f3898,{'forceDefaultExecution':!0x0}),..._0x401cd5),_0x32a64e['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4a7718){let _0x46ffe3,_0x17c4b9;const _0x4c9d57=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x46ffe3=_0x4a7718();}catch(_0x1fea3b){_0x17c4b9=_0x1fea3b;}return _0x4c9d57||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x17c4b9&&_0x445205['rethrowUnexpectedError'](_0x17c4b9,this),_0x46ffe3;}['markInsertion'](_0x3585a0,_0x2a061a=null,_0x3a8748={}){if(_0x3585a0['isCollapsed'])return null;const _0xd02cc6=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x1a5358,meta:_0x2e60bf}of this['_findSuggestions'](_0x3585a0,'insertion'))if(_0x2e60bf['isOwn']){if(!_0x2e60bf['isNextTo']){if(_0x2e60bf['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x1a5358,_0x3a8748))continue;return _0x1a5358;}if(Lt(_0x1a5358,_0x3a8748))return _0x1a5358;this['_breakSuggestionMarker'](_0x1a5358,_0x3585a0['start'],_0x3585a0['end']);break;}if(_0x2a061a==_0x1a5358['subType']&&Lt(_0x1a5358,_0x3a8748)){const _0x5c6c0c=_0x1a5358['getFirstRange']();return _0x5c6c0c['start']['isEqual'](_0x3585a0['end'])?this['_setSuggestionRange'](_0x1a5358,this['_model']['createRange'](_0x3585a0['start'],_0x5c6c0c['end'])):this['_setSuggestionRange'](_0x1a5358,this['_model']['createRange'](_0x5c6c0c['start'],_0x3585a0['end'])),_0x1a5358;}}const _0x2e1396=_0x15362b(),_0x1a5dfb=_0xd02cc6['id'],_0x1a65e9=_0x2a061a?'insertion:'+_0x2a061a:'insertion',_0x3ab066=this['_setSuggestionData']({'id':_0x2e1396,'type':_0x1a65e9,'createdAt':new Date(),'authorId':_0x1a5dfb,'attributes':_0x3a8748});return this['_addSuggestionMarker'](_0x1a65e9,_0x2e1396,_0x1a5dfb,_0x3585a0),_0x3ab066;}['markMultiRangeInsertion'](_0x40d1dd,_0x5e6823='multi',_0x92e327={}){const _0x310f4f=this['editor']['plugins']['get']('Users')['me'],_0x45ee86=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5e6823,'join');for(const _0x5321bb of this['getSuggestions']())if(_0x5321bb['author']['id']==_0x310f4f['id']&&'insertion'==_0x5321bb['type']&&_0x5321bb['subType']==_0x5e6823&&Lt(_0x5321bb,_0x92e327)&&(_0x45ee86(_0x5321bb['getRanges'](),_0x40d1dd)||_0x45ee86(_0x40d1dd,_0x5321bb['getRanges']()))){for(const _0x2930d7 of _0x40d1dd)_0x5321bb['addRange'](_0x2930d7);return _0x5321bb;}for(const {suggestion:_0x30d967,meta:_0x3fd738}of this['_findSuggestions'](_0x40d1dd,'insertion')){if(!_0x3fd738['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x3fd738['containsRangeInObject'])continue;if(!Lt(_0x30d967,_0x92e327))continue;let _0xd6741=!0x0;for(const _0x46e0a5 of _0x30d967['getRanges']())for(const _0x2c8a2e of _0x40d1dd)if(!_0x46e0a5['containsRange'](_0x2c8a2e)){_0xd6741=!0x1;break;}if(_0xd6741)return _0x30d967;}const _0x198b0d=_0x15362b(),_0x58cb26=_0x310f4f['id'],_0x4248aa='insertion:'+_0x5e6823,_0x18dd00=this['_setSuggestionData']({'id':_0x198b0d,'type':_0x4248aa,'createdAt':new Date(),'authorId':_0x58cb26,'attributes':_0x92e327});for(const _0x40e15a of _0x40d1dd)this['_addSuggestionMarker'](_0x4248aa,_0x198b0d,_0x58cb26,_0x40e15a,u['getMultiRangeId']());return _0x18dd00;}['markInlineFormat'](_0x3ffb28,_0x49376b,_0x16770e=null,_0x3568a6={}){if(_0x16770e=_0x16770e||Vt(_0x49376b),_0x3ffb28['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x2d8545=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16770e,'accept');return this['forceDefaultExecution'](()=>_0x2d8545([_0x3ffb28],_0x49376b,_0x3568a6)),null;}const _0x467d7a=this['editor']['plugins']['get']('Users')['me'],_0x3ddaff=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1008fc,meta:_0x2fafe9}of this['_findSuggestions'](_0x3ffb28,'insertion'))_0x2fafe9['isOwn']&&!_0x2fafe9['isInsideObject']&&_0x3ddaff['push'](..._0x1008fc['getRanges']());}const _0x95d197=function(_0x5eb8f7,_0x51fd0f){const _0x2ca224=[];for(const _0x5b1671 of _0x51fd0f){const _0x8830ac=_0x5eb8f7['getIntersection'](_0x5b1671);_0x8830ac&&_0x2ca224['push'](_0x8830ac);}return _0x2ca224;}(_0x3ffb28,_0x3ddaff),_0x2a0c3f=function(_0x5a7fe9,_0x544c04){const _0x146afc=[_0x5a7fe9];for(const _0x371580 of _0x544c04){let _0x259c14=0x0;for(;_0x259c14<_0x146afc['length'];){const _0x329cdf=_0x146afc[_0x259c14]['getDifference'](_0x371580);_0x146afc['splice'](_0x259c14,0x1,..._0x329cdf),_0x259c14+=_0x329cdf['length'];}}return _0x146afc;}(_0x3ffb28,_0x3ddaff);_0x95d197['length']&&this['_model']['change'](()=>{for(const _0x1d6bca of _0x95d197){const _0x403857=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16770e,'accept');this['forceDefaultExecution'](()=>_0x403857([_0x1d6bca],_0x49376b,_0x3568a6));}});for(const _0x2314f7 of _0x2a0c3f){let _0x4a645d=null,_0x42ef04=_0x2314f7['start'],_0x21c61d=_0x2314f7['end'];for(const {suggestion:_0x5d9a61,meta:_0x2daea1}of this['_findSuggestions'](_0x2314f7,'formatInline')){if(!_0x2daea1['isOwn'])continue;if(_0x5d9a61['subType']!=_0x16770e)continue;if(!Lt(_0x5d9a61,_0x3568a6))continue;const _0xef2588=_0x5d9a61['getFirstRange']();if(_0xef2588['containsRange'](_0x2314f7,!0x0))return null;_0x42ef04=_0x42ef04['isBefore'](_0xef2588['start'])?_0x42ef04:_0xef2588['start'],_0x21c61d=_0x21c61d['isAfter'](_0xef2588['end'])?_0x21c61d:_0xef2588['end'],_0x4a645d?_0xef2588['start']['isBefore'](_0x4a645d['getFirstRange']()['start'])?(_0x4a645d['removeMarkers'](),_0x4a645d=_0x5d9a61):_0x5d9a61['removeMarkers']():_0x4a645d=_0x5d9a61;}const _0x38a5f3=this['_model']['createRange'](_0x42ef04,_0x21c61d);if(_0x4a645d)this['_setSuggestionRange'](_0x4a645d,_0x38a5f3);else{const _0xbd2f6c=_0x15362b(),_0x79baaa=_0x467d7a['id'];this['_setSuggestionData']({'id':_0xbd2f6c,'type':'formatInline:'+_0x16770e,'data':_0x49376b,'createdAt':new Date(),'authorId':_0x79baaa,'attributes':_0x3568a6}),this['_addSuggestionMarker']('formatInline:'+_0x16770e,_0xbd2f6c,_0x79baaa,_0x38a5f3);}}return null;}['markBlockFormat'](_0x4e3016,_0x278820,_0x5e5756=[],_0x29600b=null,_0x55b9c4={}){_0x278820['formatGroupId']||(_0x278820['formatGroupId']=_0x278820['commandName']),_0x278820['multipleBlocks']=_0x4e3016['is']('range'),_0x29600b=_0x29600b||Vt(_0x278820);const _0x2f3533=_0x5e5756['map'](_0x89078d=>Gt(_0x89078d,this['_model'])),_0x6f99cc=_0x4e3016['is']('range')?_0x4e3016:Gt(_0x4e3016,this['_model']);if('never'===this['_trackFormatChanges']){const _0x38e2d6=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29600b,'accept');return this['forceDefaultExecution'](()=>_0x38e2d6([_0x6f99cc],_0x278820,_0x55b9c4)),null;}_0x2f3533['push'](_0x6f99cc);let _0x25387a=!0x0;for(const _0x10cd57 of _0x2f3533)if(!this['_rangeIsInLocalUserInsertion'](_0x10cd57)){_0x25387a=!0x1;break;}if(_0x25387a&&'always'!==this['_trackFormatChanges']){const _0x3f1728=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29600b,'accept');return this['forceDefaultExecution'](()=>_0x3f1728([_0x6f99cc],_0x278820,_0x55b9c4)),null;}let _0x38ff03=null,_0x5306c0=_0x6f99cc['start'],_0x3bea3b=_0x6f99cc['end'];for(const {suggestion:_0x5638f8,meta:_0x1b26a8}of this['_findSuggestions'](_0x6f99cc,'formatBlock')){if(!_0x1b26a8['isOwn'])continue;if(_0x1b26a8['isNextTo']||_0x1b26a8['containsRangeInObject']||_0x1b26a8['isInsideObject'])continue;if(_0x5638f8['data']['formatGroupId']!=_0x278820['formatGroupId'])continue;if(!Lt(_0x5638f8,_0x55b9c4))continue;const _0x540d0f=_0x5638f8['getFirstRange']();if(_0x5638f8['subType']==_0x29600b){if(_0x540d0f['containsRange'](_0x6f99cc,!0x0))return null;_0x5306c0=_0x5306c0['isBefore'](_0x540d0f['start'])?_0x5306c0:_0x540d0f['start'],_0x3bea3b=_0x3bea3b['isAfter'](_0x540d0f['end'])?_0x3bea3b:_0x540d0f['end'],_0x38ff03?_0x540d0f['start']['isBefore'](_0x38ff03['getFirstRange']()['start'])?(_0x38ff03['removeMarkers'](),_0x38ff03=_0x5638f8):_0x5638f8['removeMarkers']():_0x38ff03=_0x5638f8;}else{const _0x102e01=_0x6f99cc['getIntersection'](_0x540d0f);this['_cutOutSuggestionMarker'](_0x5638f8,_0x102e01);}}const _0x50061a=this['editor']['plugins']['get']('Users')['me'],_0x30a78b=_0x15362b(),_0x1a6e28=_0x50061a['id'];if(_0x38ff03)return this['_setSuggestionRange'](_0x38ff03,this['_model']['createRange'](_0x5306c0,_0x3bea3b)),_0x38ff03;{const _0x10b1e9=this['_setSuggestionData']({'id':_0x30a78b,'type':'formatBlock:'+_0x29600b,'data':_0x278820,'createdAt':new Date(),'authorId':_0x1a6e28,'attributes':_0x55b9c4});return this['_addSuggestionMarker']('formatBlock:'+_0x29600b,_0x30a78b,_0x1a6e28,this['_model']['createRange'](_0x5306c0,_0x3bea3b)),_0x10b1e9;}}['markMultiRangeBlockFormat'](_0x127027,_0x1eaab4,_0x835b70=[],_0x56f844=null,_0xf54cc6={}){_0x1eaab4['formatGroupId']||(_0x1eaab4['formatGroupId']=_0x1eaab4['commandName']);const _0x36933f=_0x127027[0x0];_0x1eaab4['multipleBlocks']=_0x36933f['is']('range'),_0x56f844=_0x56f844||Vt(_0x1eaab4);const _0x1bc25e=_0x835b70['map'](_0x46ec0d=>Gt(_0x46ec0d,this['_model'])),_0x3b9a70=_0x36933f['is']('range')?_0x127027:_0x127027['map'](_0x52814e=>Gt(_0x52814e,this['_model']));if('never'===this['_trackFormatChanges']){const _0x31b443=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'accept');return this['forceDefaultExecution'](()=>_0x31b443(_0x3b9a70,_0x1eaab4,_0xf54cc6)),null;}_0x1bc25e['push'](..._0x3b9a70);let _0x549b1c=!0x0;for(const _0x42d00a of _0x1bc25e)if(!this['_rangeIsInLocalUserInsertion'](_0x42d00a)){_0x549b1c=!0x1;break;}if(_0x549b1c&&'always'!==this['_trackFormatChanges']){const _0x12d237=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'accept');return this['forceDefaultExecution'](()=>_0x12d237(_0x3b9a70,_0x1eaab4,_0xf54cc6)),null;}const _0x526e13=this['editor']['plugins']['get']('Users')['me'];for(const _0x33e362 of this['getSuggestions']()){if(_0x33e362['author']['id']!=_0x526e13['id'])continue;if('formatBlock'!=_0x33e362['type']||_0x33e362['data']['formatGroupId']!=_0x1eaab4['formatGroupId'])continue;if(!Lt(_0x33e362,_0xf54cc6))continue;const _0x2328d0=_0x33e362['subType']==_0x56f844;for(let _0x5bd8f5=0x0;_0x5bd8f5<_0x3b9a70['length'];_0x5bd8f5++){const _0x503a4a=_0x3b9a70[_0x5bd8f5];for(const _0x483471 of _0x33e362['getMarkers']()){const _0x11fbba=_0x483471['getRange']();if(_0x503a4a['isEqual'](_0x11fbba)){_0x2328d0?(_0x3b9a70['splice'](_0x5bd8f5,0x1),_0x5bd8f5--):_0x33e362['removeMarker'](_0x483471['name']);break;}}}}if(0x0==_0x3b9a70['length'])return null;const _0x3dfc04=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'join');for(const _0x4bf1c0 of this['getSuggestions']())if(_0x4bf1c0['author']['id']==_0x526e13['id']&&'formatBlock'==_0x4bf1c0['type']&&_0x4bf1c0['data']['formatGroupId']==_0x1eaab4['formatGroupId']&&_0x4bf1c0['subType']==_0x56f844&&Lt(_0x4bf1c0,_0xf54cc6)&&(_0x3dfc04(_0x4bf1c0['getRanges'](),_0x3b9a70)||_0x3dfc04(_0x3b9a70,_0x4bf1c0['getRanges']()))){for(const _0x365c8d of _0x3b9a70)_0x4bf1c0['addRange'](_0x365c8d);return _0x4bf1c0;}const _0x5612fc=_0x15362b(),_0x221611=_0x526e13['id'],_0x3fa463='formatBlock:'+_0x56f844,_0x52b0d0=this['_setSuggestionData']({'id':_0x5612fc,'type':_0x3fa463,'data':_0x1eaab4,'createdAt':new Date(),'authorId':_0x221611,'attributes':_0xf54cc6});for(const _0x2bc5fe of _0x3b9a70)this['_addSuggestionMarker'](_0x3fa463,_0x5612fc,_0x221611,_0x2bc5fe,u['getMultiRangeId']());return _0x52b0d0;}['markDeletion'](_0x425847,_0x3536d4=null,_0x13ab73={}){if(_0x425847['isCollapsed'])return null;const _0x2166e1=this['editor']['plugins']['get']('Users')['me'],_0x33ae28=new _0x5b9e67(_0x425847['start'],_0x425847['end']);for(const {suggestion:_0x16164b,meta:_0x12f80d}of this['_findSuggestions'](_0x33ae28,'insertion'))if(_0x12f80d['isOwn']&&!_0x12f80d['isNextTo']){if(_0x16164b['isMultiRange']){const _0x573c18=_0x16164b['getRanges']()['filter'](_0xdf027b=>'$graveyard'!=_0xdf027b['root']['rootName']);_0x573c18['every'](_0x51618d=>_0x33ae28['containsRange'](_0x51618d,!0x0))&&_0x16164b['discard']();if(_0x573c18['some'](_0x4b90de=>_0x4b90de['containsRange'](_0x33ae28,!0x0))){const _0x33a95b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3536d4,'accept');return this['forceDefaultExecution'](()=>_0x33a95b([_0x33ae28],null,_0x13ab73)),null;}}else{const _0x163a0c=_0x33ae28['getIntersection'](_0x16164b['getFirstRange']());null!==_0x163a0c&&_0x16164b['_onDiscard']([_0x163a0c],null,_0x13ab73);}}if(_0x33ae28['detach'](),_0x33ae28['isCollapsed']||'$graveyard'==_0x33ae28['root']['rootName'])return null;let _0x48c76c=null,_0x47b343=_0x33ae28['start'],_0x365fc4=_0x33ae28['end'];const _0xd9f67=this['_findSuggestions'](_0x33ae28,'deletion');for(const {suggestion:_0x262ad1,meta:_0x37ee2a}of _0xd9f67){const _0x535440=this['_model']['createRange'](_0x47b343,_0x365fc4);if(_0x37ee2a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x37ee2a['containsRangeInObject']&&!_0x37ee2a['isInsideObject'])){if(_0x262ad1['isMultiRange']){if(!Lt(_0x262ad1,_0x13ab73))continue;let _0x554336=!0x0;for(const _0xab974b of _0x262ad1['getRanges']()){if(_0xab974b['containsRange'](_0x535440,!0x0))return _0x262ad1;_0x535440['containsRange'](_0xab974b)||(_0x554336=!0x1);}_0x554336&&_0x262ad1['discard']();}else{const _0x215785=_0x262ad1['getFirstRange']();if(_0x215785['containsRange'](_0x535440,!0x0))return _0x262ad1;if(!Lt(_0x262ad1,_0x13ab73)){_0x535440['containsRange'](_0x215785)?_0x262ad1['removeMarkers']():_0x215785['containsPosition'](_0x47b343)?_0x47b343=_0x215785['end']:_0x215785['containsPosition'](_0x365fc4)&&(_0x365fc4=_0x215785['start']);continue;}_0x47b343=_0x47b343['isBefore'](_0x215785['start'])?_0x47b343:_0x215785['start'],_0x365fc4=_0x365fc4['isAfter'](_0x215785['end'])?_0x365fc4:_0x215785['end'],_0x13ab73=Object['assign']({},_0x262ad1['attributes']),_0x48c76c?_0x215785['start']['isBefore'](_0x48c76c['getFirstRange']()['start'])?(_0x48c76c['removeMarkers'](),_0x48c76c=_0x262ad1):_0x262ad1['removeMarkers']():_0x48c76c=_0x262ad1;}}}if(_0x48c76c)return this['_setSuggestionRange'](_0x48c76c,this['_model']['createRange'](_0x47b343,_0x365fc4)),_0x48c76c;{const _0x5b16da=_0x15362b(),_0x4074f9=this['_model']['createRange'](_0x47b343,_0x365fc4),_0xd44e8=_0x2166e1['id'],_0x1c31db=_0x3536d4?'deletion:'+_0x3536d4:'deletion',_0x2addac=this['_setSuggestionData']({'id':_0x5b16da,'type':_0x1c31db,'createdAt':new Date(),'authorId':_0xd44e8,'attributes':_0x13ab73});return this['_addSuggestionMarker'](_0x1c31db,_0x5b16da,_0xd44e8,_0x4074f9),_0x2addac;}}['markMultiRangeDeletion'](_0x385e37,_0x12e1d3='multi',_0x3cd43f={}){const _0x46f6bf=this['editor']['plugins']['get']('Users')['me'],_0x59f2d8=_0x385e37['map'](_0x8a4f54=>new _0x5b9e67(_0x8a4f54['start'],_0x8a4f54['end'])),_0x5257d3=new Set();for(const {suggestion:_0xae9424,meta:_0xbe137c}of this['_findSuggestions'](_0x59f2d8,'insertion'))_0xbe137c['isOwn']&&!_0xbe137c['isNextTo']&&_0x5257d3['add'](_0xae9424);for(const _0x187c71 of _0x5257d3)if(_0x187c71['isMultiRange']){const _0x523d2d=_0x187c71['getRanges']();(!_0x187c71['attributes']||!_0x187c71['attributes']['skipNestingCheck'])&&(_0x523d2d['every'](_0x2defb6=>_0x59f2d8['some'](_0x1ea793=>_0x1ea793['containsRange'](_0x2defb6,!0x0)))&&_0x187c71['discard']());if(_0x59f2d8['every'](_0x57dded=>_0x523d2d['some'](_0x3ff3b5=>_0x3ff3b5['containsRange'](_0x57dded,!0x0)))){const _0x452a60=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'accept');return this['forceDefaultExecution'](()=>_0x452a60(_0x385e37,null,_0x3cd43f)),null;}}else{const _0x282191=_0x187c71['getFirstRange']();_0x59f2d8['some'](_0x319eca=>_0x319eca['containsRange'](_0x282191,!0x0))&&_0x187c71['discard']();if(_0x59f2d8['every'](_0x28b4ff=>_0x282191['containsRange'](_0x28b4ff,!0x0))){const _0x26db35=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'accept');return this['forceDefaultExecution'](()=>_0x26db35(_0x59f2d8,null,_0x3cd43f)),null;}}const _0xdb026c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'join');let _0x50f765=null;for(const _0x595b09 of this['getSuggestions']())if(_0x595b09['author']['id']==_0x46f6bf['id']&&_0x595b09['isInContent']&&'deletion'==_0x595b09['type']&&_0x595b09['subType']==_0x12e1d3&&Lt(_0x595b09,_0x3cd43f)&&(_0xdb026c(_0x595b09['getRanges'](),_0x59f2d8)||_0xdb026c(_0x59f2d8,_0x595b09['getRanges']()))){if(_0x50f765){if(_0x595b09['commentThread']&&_0x595b09['commentThread']['length'])continue;for(const _0x2da950 of _0x595b09['getRanges']())_0x50f765['isIntersectingWithRange'](_0x2da950)||_0x50f765['addRange'](_0x2da950);_0x595b09['removeMarkers']();}else{_0x50f765=_0x595b09;for(const _0x1e1242 of _0x59f2d8)_0x595b09['isIntersectingWithRange'](_0x1e1242)||_0x595b09['addRange'](_0x1e1242);}}if(_0x50f765)return _0x50f765;_0x5257d3['clear']();for(const {suggestion:_0x75279d,meta:_0x434d67}of this['_findSuggestions'](_0x59f2d8,'deletion'))_0x434d67['isOwn']&&(this['_mergeNestedSuggestions']||!_0x434d67['containsRangeInObject']&&!_0x434d67['isInsideObject'])&&Lt(_0x75279d,_0x3cd43f)&&_0x5257d3['add'](_0x75279d);for(const _0x5c5493 of _0x5257d3){const _0x4241a1=_0x5c5493['getRanges']();if(!_0x3cd43f||!_0x3cd43f['skipNestingCheck']){if(_0x59f2d8['every'](_0x177738=>_0x4241a1['some'](_0x115814=>_0x115814['containsRange'](_0x177738,!0x0))))return _0x5c5493;}(!_0x5c5493['attributes']||!_0x5c5493['attributes']['skipNestingCheck'])&&(_0x4241a1['every'](_0x434d8d=>_0x59f2d8['some'](_0x227924=>_0x227924['containsRange'](_0x434d8d,!0x0)))&&_0x5c5493['discard']());}const _0x4a57b5=_0x15362b(),_0x12e348=_0x46f6bf['id'],_0xfac7c0='deletion:'+_0x12e1d3,_0x1c7cb1=this['_setSuggestionData']({'id':_0x4a57b5,'type':_0xfac7c0,'createdAt':new Date(),'authorId':_0x12e348,'attributes':_0x3cd43f});for(const _0x2cb034 of _0x59f2d8)_0x2cb034['detach'](),_0x2cb034['isCollapsed']||'$graveyard'==_0x2cb034['root']['rootName']||this['_addSuggestionMarker'](_0xfac7c0,_0x4a57b5,_0x12e348,_0x2cb034,u['getMultiRangeId']());return _0x1c7cb1;}['markAttributeChange'](_0x207de7,_0x3cbaa6,_0x378b62,_0x13f139,_0x552337){if(_0x207de7['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x38ad93=this['editor']['plugins']['get']('Users')['me']['id'],_0x5b3162=Array['from'](this['_suggestions']['values']())['filter'](_0x453c0f=>'attribute'==_0x453c0f['type']&&_0x453c0f['data']['key']==_0x3cbaa6&&_0x453c0f['isIntersectingWithRange'](_0x207de7));if('default'===this['_trackFormatChanges']){const _0x26c139=this['_findSuggestions'](_0x207de7,'insertion')['filter'](({meta:_0xe390a8})=>_0xe390a8['isOwn']&&!_0xe390a8['isInsideObject']&&!_0xe390a8['isNextTo'])['map'](({suggestion:_0x32d785})=>_0x32d785);_0x5b3162['unshift'](..._0x26c139);}const _0x3e3ae0=new Map([[_0x207de7,_0x378b62]]);for(const _0x3805a7 of _0x5b3162){const _0x4b87cb='attribute'==_0x3805a7['type']?_0x3805a7['data']['oldValue']:void 0x0,_0x59dd3a=_0x3805a7['getFirstRange'](),_0x26f958=Array['from'](_0x3e3ae0['keys']())['find'](_0x24048b=>_0x24048b['isIntersecting'](_0x59dd3a));if(!_0x26f958)continue;const _0x2c8845=_0x26f958['getDifference'](_0x59dd3a);this['_isBlockAttribute'](_0x3cbaa6)&&'insertion'==_0x3805a7['type']&&0x0!=_0x2c8845['length']||(_0x3e3ae0['delete'](_0x26f958),_0x2c8845['forEach'](_0x427626=>{_0x3e3ae0['set'](_0x427626,_0x378b62);}),'insertion'!=_0x3805a7['type']&&_0x4b87cb!=_0x13f139&&_0x3e3ae0['set'](_0x26f958['getIntersection'](_0x59dd3a),_0x4b87cb));}const _0x3a8657=[];for(const [_0x26e922,_0xc783df]of _0x3e3ae0){const _0x35b166=_0x15362b(),_0x103c71={'key':_0x3cbaa6,'oldValue':_0xc783df,'newValue':_0x13f139};_0x3cbaa6['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':_0x3cbaa6});const _0x5e6886=('attribute:'+(_0x3cbaa6+'|'+Vt({'newValue':_0x13f139})))['substring'](0x0,0x3c),_0x562be4=this['_setSuggestionData']({'id':_0x35b166,'type':_0x5e6886,'data':_0x103c71,'createdAt':new Date(),'authorId':_0x38ad93,'attributes':_0x552337});_0x3a8657['push'](_0x562be4),this['_addSuggestionMarker'](_0x5e6886,_0x35b166,_0x38ad93,_0x26e922);}return _0x3a8657;}['enableDefaultAttributesIntegration'](_0x59b844){this['enableCommand'](_0x59b844,(_0x1197af,..._0x41f091)=>{this['_recordAttributeChanges'](()=>{_0x1197af(..._0x41f091);});});}['registerBlockAttribute'](_0x193c57){this['_blockAttributeKeys']['add'](_0x193c57);}['registerInlineAttribute'](_0xa981a1){this['_inlineAttributeKeys']['add'](_0xa981a1);}['_getAttributeKey'](_0x21675d){return'attribute'==_0x21675d['type']?_0x21675d['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3a18c3,_0x3ddeb8){const _0x214194=_0x3a18c3['getFirstMarker']();this['_model']['change'](_0x20b05f=>{_0x20b05f['updateMarker'](_0x214194,{'range':_0x3ddeb8});});}['_addThreadToSuggestion'](_0x377e13){const _0x284fb5=_0x377e13['id'],_0xe095e3=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x284fb5)||this['_commentsRepository']['addCommentThread']({'channelId':_0xe095e3,'threadId':_0x284fb5,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x401ca3=this['_commentsRepository']['getCommentThread'](_0x284fb5);_0x401ca3['unbind']('isRemovable'),_0x401ca3['isRemovable']=!0x1,_0x377e13['commentThread']=_0x401ca3;}['_checkSuggestionCorrectness'](_0x38e3ed,_0x2daf59,_0x255229,_0x51a11f){if(_0x38e3ed['type']!=_0x2daf59||_0x38e3ed['subType']!=_0x255229||_0x38e3ed['creator']['id']!=_0x51a11f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x445205('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x23a701,_0x2797f4){const _0x2bdcb4=_0x23a701['getFirstRange']();if(_0x2797f4['isEqual'](_0x2bdcb4))_0x23a701['removeMarkers']();else{if(_0x2bdcb4['containsRange'](_0x2797f4)){const _0x212be5=this['_model']['createPositionAt'](_0x2797f4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x2bdcb4['start'],_0x212be5));const _0x3daf3a=_0x15362b(),_0x360f4b=_0x23a701['creator']['id'],_0x2fba5f=_0x23a701['type']+':'+_0x23a701['subType'];this['_setSuggestionData']({'id':_0x3daf3a,'type':_0x2fba5f,'createdAt':new Date(),'authorId':_0x360f4b,'data':_0x23a701['data'],'attributes':_0x23a701['attributes']});const _0x11468d=this['_model']['createPositionAt'](_0x2797f4['end']['parent'],'after'),_0x225d80=this['_model']['createRange'](_0x11468d,_0x2bdcb4['end']);this['_addSuggestionMarker'](_0x2fba5f,_0x3daf3a,_0x360f4b,_0x225d80);}else{if(_0x2bdcb4['containsPosition'](_0x2797f4['start'])){const _0x4d0dc0=this['_model']['createPositionAt'](_0x2797f4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x2bdcb4['start'],_0x4d0dc0));}else{const _0x569b51=this['_model']['createPositionAt'](_0x2797f4['end']['parent'],'after');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x569b51,_0x2bdcb4['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x57a3f0){for(const {suggestion:_0x2b6e85,meta:_0x2267e6}of this['_findSuggestions'](_0x57a3f0,'insertion')){if(!_0x2267e6['isOwn'])continue;const _0x428402=_0x2b6e85['getRanges']();for(const _0x58fccd of _0x428402)if(!_0x57a3f0['getDifference'](_0x58fccd)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4254a0){const _0x587b94=this['editor']['plugins']['get']('Users')['getUser'](_0x4254a0);if(!_0x587b94)throw new _0x445205('track-changes-user-not-found',this);return _0x587b94;}['_getExternalAuthor'](_0x5847ad){const _0x5154f4=this['editor']['plugins']['get']('Users'),_0x97e407=_0x3bec44('external:'+_0x5847ad),_0x25e927=_0x5154f4['getUser'](_0x97e407);return _0x25e927||_0x5154f4['addUser']({'id':_0x97e407,'name':_0x5847ad});}['_createSuggestion'](_0x5b9917,_0x3182b1,_0x2160b8,_0x1c7bab,_0x54ebfa){const _0xd791cd=this['_getAuthorFromId'](_0x1c7bab),_0x276427=this['_suggestionFactory']['buildSuggestion'](_0x5b9917,_0x3182b1,_0x2160b8,_0xd791cd,_0x54ebfa,_0x3100b9=>{this['_updateSuggestionData'](_0x2160b8,{'attributes':_0x3100b9});const _0x10f5f8=this['getSuggestion'](_0x2160b8);this['_joinWithAdjacentSuggestions'](new Set([_0x10f5f8])),this['_refreshSuggestionsChain'](new Set([_0x10f5f8]));});return this['listenTo'](_0x276427,'accept',()=>{this['_updateSuggestionData'](_0x2160b8,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x276427,'discard',()=>{this['_updateSuggestionData'](_0x2160b8,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2160b8,_0x276427),this['_suggestionState']['set'](_0x276427,'notReady'),_0x276427;}['_splitMarkerName'](_0x884eed){const _0xf05d4=_0x884eed['split'](':');return{'group':_0xf05d4[0x0],'type':_0xf05d4[0x1],'subType':_0xf05d4['length']>=0x5?_0xf05d4[0x2]:null,'id':_0xf05d4['length']<0x5?_0xf05d4[0x2]:_0xf05d4[0x3],'authorId':_0xf05d4['length']<0x5?_0xf05d4[0x3]:_0xf05d4[0x4],'markerCount':0x6==_0xf05d4['length']?_0xf05d4[0x5]:null};}['_breakSuggestionMarker'](_0x53d3e6,_0x47aeb5,_0x193069){const _0x24854c=_0x53d3e6['getFirstRange'](),_0x36ed31=_0x24854c['start'],_0x33aa29=_0x24854c['end'];this['_setSuggestionRange'](_0x53d3e6,this['_model']['createRange'](_0x36ed31,_0x47aeb5));const _0x360433=_0x15362b(),_0x444ce1=_0x53d3e6['creator']['id'],_0x559260=_0x53d3e6['type']+(_0x53d3e6['subType']?':'+_0x53d3e6['subType']:'');this['_setSuggestionData']({'id':_0x360433,'type':_0x559260,'createdAt':new Date(),'authorId':_0x444ce1,'originalSuggestionId':_0x53d3e6['id'],'attributes':_0x53d3e6['attributes'],'data':_0x53d3e6['data']});const _0x2c0750=this['_getAttributeKey'](_0x53d3e6);('formatBlock'==_0x53d3e6['type']||_0x2c0750&&this['_isBlockAttribute'](_0x2c0750))&&(_0x193069=this['_model']['createPositionBefore'](_0x193069['parent'])),this['_addSuggestionMarker'](_0x559260,_0x360433,_0x444ce1,this['_model']['createRange'](_0x193069,_0x33aa29));}['_findSuggestions'](_0xf20db2,_0x166560=null){const _0x2da1b9=[],_0x2c5dee=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xf20db2)||(_0xf20db2=[_0xf20db2]);for(const _0x5960d7 of this['getSuggestions']()){if(!_0x5960d7['isInContent'])continue;if(_0x166560&&_0x5960d7['type']!=_0x166560)continue;let _0x222b0b=!0x1;for(const _0xee6ba4 of _0x5960d7['getRanges']()){for(const _0x240cbb of _0xf20db2){const _0x1d0579=_0x240cbb['start']['isEqual'](_0xee6ba4['end'])||_0x240cbb['end']['isEqual'](_0xee6ba4['start']);if(_0x1d0579||_0x240cbb['getIntersection'](_0xee6ba4)){const _0x13ca55=_0x240cbb['containsRange'](_0xee6ba4)&&Rt(this['_model']['schema'],_0xee6ba4['start'],_0x240cbb),_0x59f39e=_0xee6ba4['containsRange'](_0x240cbb)&&Rt(this['_model']['schema'],_0x240cbb['start'],_0xee6ba4);_0x2da1b9['push']({'suggestion':_0x5960d7,'meta':{'isOwn':_0x2c5dee==_0x5960d7['author'],'isNextTo':_0x1d0579,'isInsideObject':_0x13ca55,'containsRangeInObject':_0x59f39e}}),_0x222b0b=!0x0;break;}}if(_0x222b0b)break;}}return _0x2da1b9;}['_addSuggestionMarker'](_0x58f8e1,_0x2b5bb5,_0x576dc1,_0x34770c,_0x63a031){this['_model']['change'](_0x36f890=>{let _0x370239='suggestion:'+_0x58f8e1+':'+_0x2b5bb5+':'+_0x576dc1;_0x63a031&&(_0x370239=_0x370239+':'+_0x63a031),_0x36f890['addMarker'](_0x370239,{'range':_0x34770c,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5e65d2){const _0x1245e=_0x5e65d2['previous'],_0xe69257=_0x5e65d2['next'];_0x5e65d2['previous']=null,_0x5e65d2['next']=null,null!=_0x1245e&&_0x1245e['next']==_0x5e65d2&&(_0x1245e['next']=_0xe69257),null!=_0xe69257&&_0xe69257['previous']==_0x5e65d2&&(_0xe69257['previous']=_0x1245e),'ready'==this['_suggestionState']['get'](_0x5e65d2)&&(this['_suggestionState']['set'](_0x5e65d2,'removed'),this['fire']('suggestionUnloaded',_0x5e65d2,_0x1245e,_0xe69257));}['_setSuggestionData'](_0x353bdc){const _0x2fec0f=_0x353bdc['id'],_0x5e3022=this['addSuggestionData'](_0x353bdc);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x6aeba3=this['editor']['plugins']['get']('PendingActions'),_0x5ddb3d=_0x5e3022['hasComments'],_0x3d0e5e=_0x5e3022['subType']?_0x5e3022['type']+':'+_0x5e3022['subType']:_0x5e3022['type'],_0x5aea64=this['editor']['locale'],_0x45e8af=_0x6aeba3['add'](o(_0x5aea64,'PENDING_ACTION_SUGGESTION')),_0xd58e79={'id':_0x2fec0f,'type':_0x3d0e5e,'hasComments':_0x5ddb3d,'data':_0x353bdc['data']||null,'originalSuggestionId':_0x353bdc['originalSuggestionId']||null,'attributes':_0x5e3022['attributes']};this['_adapter']['addSuggestion'](_0xd58e79)['then'](_0x212fff=>{_0x5e3022['_saved']=!0x0,_0x6aeba3['remove'](_0x45e8af),_0x212fff&&_0x212fff['createdAt']&&(this['_suggestions']['get'](_0x2fec0f)['createdAt']=_0x212fff['createdAt']);})['catch'](_0x34b267=>{throw _0x56812c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x5e3022['discard']();}),_0x5e3022['stopListening'](),this['_suggestions']['delete'](_0x5e3022['id']),this['_suggestionState']['delete'](_0x5e3022),_0x34b267;});}return _0x5e3022;}['_isBlockAttribute'](_0x304a14){return this['_blockAttributeKeys']['has'](_0x304a14);}['_updateSuggestionData'](_0x472705,_0x19e52a){const _0x8a9be6=this['editor']['plugins']['get']('PendingActions'),_0x56314d=this['getSuggestion'](_0x472705);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x56314d['_saved']){const _0x2f522a=_0x8a9be6['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x472705,_0x19e52a)['then'](()=>{_0x8a9be6['remove'](_0x2f522a);});}else _0x56314d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x472705,_0x19e52a);});}}['_getSuggestionData'](_0x256cec){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x445205('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x256cec);}['_handleNewSuggestionMarker'](_0xd2ae5d){const {id:_0x13e742,type:_0x55d16e,subType:_0x3b9ca2,authorId:_0x335807}=this['_splitMarkerName'](_0xd2ae5d),_0x5b681e=this['_suggestions']['get'](_0x13e742)||this['_createSuggestion'](_0x55d16e,_0x3b9ca2,_0x13e742,_0x335807,{});switch(this['_checkSuggestionCorrectness'](_0x5b681e,_0x55d16e,_0x3b9ca2,_0x335807),this['_suggestionState']['get'](_0x5b681e)){case'notReady':this['_getSuggestionData'](_0x13e742)['then'](_0x16ee70=>{let _0x5a2c2a=Promise['resolve']();_0x16ee70['hasComments']&&(_0x5a2c2a=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x13e742})),_0x5a2c2a['then'](()=>{this['addSuggestionData'](_0x16ee70)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x5b681e,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x13e742,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x5b681e,'ready'),this['fire']('suggestionLoaded',_0x5b681e);break;case'ready':this['fire']('suggestionChanged',_0x5b681e);}return _0x5b681e['addMarkerName'](_0xd2ae5d),_0x5b681e;}['_refreshSuggestionsChain'](_0x54a51c){const _0x48f2a2=Array['from'](_0x54a51c),_0x46202d=_0x48f2a2['filter'](_0xb3fc43=>'attribute'==_0xb3fc43['type']);this['_refreshAttributeSuggestionsChain'](_0x46202d);const _0x466f8f=_0x48f2a2['filter'](_0x42f75c=>!_0x42f75c['isMultiRange']&&'attribute'!=_0x42f75c['type']),_0x5655b8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b043c=>!_0x2b043c['isMultiRange']&&'attribute'!=_0x2b043c['type']),_0x5333b1=_0x5655b8['filter'](_0x374862=>!_0x54a51c['has'](_0x374862)),_0x7182f8=new Map(_0x5655b8['map'](_0x739389=>[_0x739389,this['_suggestionFactory']['getSuggestionCallback'](_0x739389['type'],_0x739389['subType'],'chain')])),_0x797187=new Map(_0x5655b8['map'](_0x3ba0ae=>[_0x3ba0ae,_0x3ba0ae['getFirstRange']()])),_0x520070=new Set(),_0x34b016=new Set();for(let _0x231588=0x0;_0x231588<_0x466f8f['length'];_0x231588++)_0xff0245(_0x466f8f[_0x231588],_0x466f8f,_0x231588+0x1);for(let _0x40eb30=0x0;_0x40eb30<_0x466f8f['length'];_0x40eb30++)_0xff0245(_0x466f8f[_0x40eb30],_0x5333b1,0x0);const _0x33c1b4=new Set();for(let _0x49adfc=0x0;_0x49adfc<_0x466f8f['length'];_0x49adfc++){const _0x5aadcd=_0x466f8f[_0x49adfc];!_0x34b016['has'](_0x5aadcd)&&_0x5aadcd['previous']&&(_0x33c1b4['add'](_0x5aadcd['previous']),_0x5aadcd['previous']['next']===_0x5aadcd&&(_0x5aadcd['previous']['next']=null),_0x5aadcd['previous']=null),!_0x520070['has'](_0x5aadcd)&&_0x5aadcd['next']&&(_0x33c1b4['add'](_0x5aadcd['next']),_0x5aadcd['next']['previous']===_0x5aadcd&&(_0x5aadcd['next']['previous']=null),_0x5aadcd['next']=null);}function _0xff0245(_0x235c5c,_0x201a04,_0x4f7625){for(let _0x30455d=_0x4f7625;_0x30455d<_0x201a04['length'];_0x30455d++){const _0x3f5bee=_0x122670(_0x235c5c,_0x201a04[_0x30455d]);_0x3f5bee&&(_0x3f5bee[0x0]['next']=_0x3f5bee[0x1],_0x3f5bee[0x1]['previous']=_0x3f5bee[0x0],_0x520070['add'](_0x3f5bee[0x0]),_0x34b016['add'](_0x3f5bee[0x1]));}}function _0x122670(_0xe339d,_0x4d2217){if(_0xe339d['author']['id']!==_0x4d2217['author']['id'])return null;const _0x43ad27=_0x7182f8['get'](_0xe339d)(_0xe339d,_0x4d2217,_0x797187['get'](_0xe339d),_0x797187['get'](_0x4d2217));if(!_0x43ad27)return null;return _0x7182f8['get'](_0x4d2217)(_0xe339d,_0x4d2217,_0x797187['get'](_0xe339d),_0x797187['get'](_0x4d2217))?_0x43ad27[0x1]['commentThread']&&_0x43ad27[0x1]['commentThread']['length']?null:_0x43ad27:null;}_0x33c1b4['size']&&this['_refreshSuggestionsChain'](_0x33c1b4);}['_refreshAttributeSuggestionsChain'](_0x314b31){if(0x0==_0x314b31['length'])return;const _0x43ed32=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x30d49e=>'attribute'==_0x30d49e['type']&&_0x30d49e['_isDataLoaded']),_0x3a3daf=[],_0x4ae2df=new Map();for(const _0x39a973 of _0x43ed32){const _0x32f1cd=_0x3bec44(_0x39a973['attributes']);_0x4ae2df['has'](_0x32f1cd)||(_0x4ae2df['set'](_0x32f1cd,_0x3a3daf['length']),_0x3a3daf['push']([]));const _0x508694=_0x4ae2df['get'](_0x32f1cd);_0x3a3daf[_0x508694]['push'](_0x39a973);}!(function(){_0x3a3daf['sort']((_0x5096f0,_0x32d90e)=>{const _0x59233a=_0x5096f0[0x0]['createdAt'],_0x2d2c27=_0x32d90e[0x0]['createdAt'];return _0x59233a==_0x2d2c27?_0x5096f0[0x0]['attributes']['groupId']<_0x32d90e[0x0]['attributes']['groupId']?-0x1:0x1:_0x59233a<_0x2d2c27?-0x1:0x1;});for(const _0x54cfab of _0x3a3daf)_0x54cfab['sort']((_0x36a86d,_0x9a257a)=>_0x36a86d['id']<_0x9a257a['id']?-0x1:0x1);}());for(let _0x28e867=0x0;_0x28e867<_0x3a3daf['length'];_0x28e867++){if(0x0==_0x3a3daf[_0x28e867]['length'])continue;const _0x263d5a=[];for(let _0x3f7b5b=_0x28e867+0x1;_0x3f7b5b<_0x3a3daf['length'];_0x3f7b5b++)0x0!=_0x3a3daf[_0x3f7b5b]['length']&&_0x517864(_0x3a3daf[_0x28e867],_0x3a3daf[_0x3f7b5b])&&_0x263d5a['push'](_0x3f7b5b);for(const _0x410e22 of _0x263d5a)_0x3a3daf[_0x28e867]=_0x3a3daf[_0x28e867]['concat'](_0x3a3daf[_0x410e22]),_0x3a3daf[_0x410e22]=[];}for(const _0x2316e8 of _0x3a3daf)for(let _0x463df5=0x0;_0x463df5<_0x2316e8['length'];_0x463df5++)_0x2316e8[_0x463df5]['next']=_0x2316e8[_0x463df5+0x1]||null;for(const _0x102da0 of _0x3a3daf)for(let _0x3580ca=0x0;_0x3580ca<_0x102da0['length'];_0x3580ca++)_0x102da0[_0x3580ca]['previous']=_0x102da0[_0x3580ca-0x1]||null;function _0x517864(_0x204085,_0x55db83){if(_0x204085[0x0]['attributes']['groupId']!==_0x55db83[0x0]['attributes']['groupId']&&_0x204085[0x0]['author']!==_0x55db83[0x0]['author'])return!0x1;if(!function(_0x40724a,_0x688c01){if(!_0x40724a['hasComments']&&!_0x688c01['hasComments'])return!0x0;if(_0x40724a['hasComments']&&_0x688c01['hasComments'])return!0x1;if(_0x40724a['hasComments']&&_0x688c01['createdAt']<_0x40724a['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x688c01['hasComments']&&_0x40724a['createdAt']<_0x688c01['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x204085[0x0],_0x55db83[0x0]))return!0x1;const _0x3d577f=Bt(_0x204085[0x0]['attributes'],'groupId'),_0x3fa29b=Bt(_0x55db83[0x0]['attributes'],'groupId');if(!_0x4c16cf(_0x3d577f,_0x3fa29b))return!0x1;return!!_0x204085['every'](_0x2b3003=>_0x55db83['some'](_0x7b1f05=>_0x2b3003['getFirstRange']()['isEqual'](_0x7b1f05['getFirstRange']())))&&_0x55db83['every'](_0x23f916=>_0x204085['some'](_0x32559f=>_0x23f916['getFirstRange']()['isEqual'](_0x32559f['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x2fb3a0){const _0x534daf=Array['from'](_0x2fb3a0),_0x47fef3=this['getSuggestions']({'skipNotAttached':!0x0}),_0x20ac10=_0x47fef3['filter'](_0x3a89de=>!_0x2fb3a0['has'](_0x3a89de)),_0x35e217=new Map(_0x534daf['map'](_0x583e41=>[_0x583e41,this['_suggestionFactory']['getSuggestionCallback'](_0x583e41['type'],_0x583e41['subType'],'join')])),_0x3a3268=new Map(_0x47fef3['map'](_0x1ec2a2=>[_0x1ec2a2,_0x1ec2a2['getRanges']()]));for(let _0x44c071=0x0;_0x44c071<_0x534daf['length'];_0x44c071++){if(_0x223a4f(this,_0x534daf[_0x44c071],_0x534daf,_0x44c071+0x1))return!0x0;}for(let _0x3ea897=0x0;_0x3ea897<_0x534daf['length'];_0x3ea897++){if(_0x223a4f(this,_0x534daf[_0x3ea897],_0x20ac10,0x0))return!0x0;}return!0x1;function _0x223a4f(_0x5690e2,_0xcf86ad,_0x89ef3d,_0x561d72){for(let _0x1a9ec7=_0x561d72;_0x1a9ec7<_0x89ef3d['length'];_0x1a9ec7++){const _0x4dd1d4=_0x89ef3d[_0x1a9ec7];if(_0x4dd1d4['type']!==_0xcf86ad['type']||_0x4dd1d4['author']['id']!==_0xcf86ad['author']['id']||_0x4dd1d4['subType']!==_0xcf86ad['subType'])continue;if(!Pt(_0xcf86ad,_0x4dd1d4,['groupId']))continue;if('attribute'==_0xcf86ad['type']&&_0xcf86ad['data']['oldValue']!=_0x4dd1d4['data']['oldValue'])continue;if('attribute'==_0xcf86ad['type']&&_0x5690e2['_isBlockAttribute'](_0xcf86ad['data']['key']))continue;if('formatBlock'==_0xcf86ad['type']){const _0x11b031=_0x5690e2['editor']['model'],_0x44cb39=_0xcf86ad['getContainedElement']();if(_0x44cb39&&(_0x11b031['schema']['isObject'](_0x44cb39)||_0x11b031['schema']['isLimit'](_0x44cb39)))continue;}const _0x11d3b3=_0x35e217['get'](_0xcf86ad),_0x303f2c=_0x3a3268['get'](_0xcf86ad),_0x418044=_0x3a3268['get'](_0x4dd1d4),_0xedfa13=_0xcf86ad['commentThread']&&_0xcf86ad['commentThread']['length'],_0x4ee68a=_0x4dd1d4['commentThread']&&_0x4dd1d4['commentThread']['length'];if(!_0xedfa13&&_0x11d3b3(_0x418044,_0x303f2c))return _0x5690e2['_joinSuggestions'](_0x4dd1d4,_0xcf86ad),_0x3a3268['delete'](_0xcf86ad),!0x0;if(!_0x4ee68a&&_0x11d3b3(_0x303f2c,_0x418044))return _0x5690e2['_joinSuggestions'](_0xcf86ad,_0x4dd1d4),_0x3a3268['delete'](_0x4dd1d4),!0x0;}return!0x1;}}['_joinSuggestions'](_0x46527a,_0x41cffa){if(_0x46527a['isMultiRange']){for(const _0x55f248 of _0x41cffa['getRanges']())_0x46527a['addRange'](_0x55f248);}else{const _0x12ffac=_0x41cffa['getFirstRange']()['end'];this['_setSuggestionRange'](_0x46527a,this['_model']['createRange'](_0x46527a['getFirstRange']()['start'],_0x12ffac));}_0x41cffa['removeMarkers']();}['_getMarkerAnnouncementText'](_0x323fc4,_0x1d2fca){const _0x1259e0=_0x323fc4['startsWith']('format')||_0x323fc4['startsWith']('attribute')?'FORMATTING':_0x323fc4['toUpperCase']();return o(this['editor']['locale'],_0x1d2fca+'_'+_0x1259e0+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x2d9240=this['editor'];if(!_0x2d9240['ui'])return;const {ariaLiveAnnouncer:_0x30efd8}=_0x2d9240['ui'];_0x271149(this['_model'],({left:_0x4658e7,entered:_0x563e5c})=>{for(const _0x668b89 of _0x4658e7){const {group:_0x4e6b08,type:_0xee50dd}=this['_splitMarkerName'](_0x668b89['name']);if('suggestion'===_0x4e6b08){_0x30efd8['announce'](this['_getMarkerAnnouncementText'](_0xee50dd,'LEAVE'));break;}}for(const _0x2c16ea of _0x563e5c){const {group:_0x39b528,type:_0x5d23ae}=this['_splitMarkerName'](_0x2c16ea['name']);if('suggestion'===_0x39b528){_0x30efd8['announce'](this['_getMarkerAnnouncementText'](_0x5d23ae,'ENTER'));break;}}});}['_processAttributeChanges'](_0x5805b0){if(this['_recordAttributeSuggestions'])return!0x1;const _0x280a4d=this['editor'],_0x13ee91=_0x280a4d['model']['document']['differ']['getChanges']();if(0x0==_0x13ee91['length'])return!0x1;const _0x464332=[],_0x52c6e9=_0x13ee91['filter'](_0x2b7c93=>'attribute'==_0x2b7c93['type']),_0x2c5305=_0x13ee91['filter'](_0x194ec2=>'insert'==_0x194ec2['type']&&'$text'!=_0x194ec2['name']),_0x3e4455=_0x13ee91['filter'](_0x39b2dd=>'remove'==_0x39b2dd['type']&&'$text'!=_0x39b2dd['name']);for(const _0x37be2f of _0x52c6e9)_0x464332['push']({'key':_0x37be2f['attributeKey'],'newValue':_0x37be2f['attributeNewValue'],'oldValue':_0x37be2f['attributeOldValue'],'range':Ot(_0x37be2f['range'],_0x280a4d['model'])});for(const _0x266932 of _0x2c5305){const _0x3dbd4b=_0x3e4455['find'](_0xa44a29=>_0xa44a29['position']['isEqual'](_0x266932['position']));_0x3dbd4b&&_0x464332['push']({'key':m,'newValue':_0x266932['name'],'oldValue':_0x3dbd4b['name'],'range':_0x280a4d['model']['createRangeOn'](_0x266932['position']['nodeAfter'])});}return 0x0!=_0x464332['length']&&this['_reduceExistingSuggestions'](_0x5805b0,_0x464332);}['_processAttributeSuggestions'](_0x78fb39){let _0x1f0b5e=!0x1;const _0x5469e1=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x5d3c6c=>_0x5d3c6c['data']['newRange']&&_0x5d3c6c['name']['startsWith']('suggestion:attribute:'));for(const _0x3f0a7c of _0x5469e1){const {subType:_0x3b684f,id:_0x4a9835}=this['_splitMarkerName'](_0x3f0a7c['name']),_0xc6cde2=_0x3b684f['split']('|')[0x0];for(const _0x578d37 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x578d37['id']!=_0x4a9835&&'attribute'==_0x578d37['type']&&_0x578d37['data']&&_0x578d37['data']['key']==_0xc6cde2&&_0x578d37['getFirstRange']()['isIntersecting'](_0x3f0a7c['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x578d37,_0x3f0a7c['data']['newRange'],_0x78fb39),_0x1f0b5e=!0x0);}return _0x1f0b5e;}['_recordAttributeChanges'](_0x541bce){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x541bce();}['_isRegisteredAttribute'](_0xb8cb5b){const _0x37028=this['_isBlockAttribute'](_0xb8cb5b),_0x5421bf=this['_inlineAttributeKeys']['has'](_0xb8cb5b);return _0x37028||_0x5421bf;}['_reduceExistingSuggestions'](_0x939ed1,_0x4a46fc){if(0x0==_0x4a46fc['length'])return!0x1;let _0x2b234f=!0x1;for(const _0x506114 of _0x4a46fc){const _0x37ad6d=this['_findSuggestions'](_0x506114['range'],'attribute')['filter'](_0x5e8645=>!_0x5e8645['meta']['isNextTo'])['map'](_0x14a7af=>_0x14a7af['suggestion']),_0x55a7f0=_0x3bec44({'newValue':_0x506114['newValue']});_0x37ad6d['filter'](_0x44995d=>{const [_0x329388,_0x1a67d8]=_0x44995d['subType']['split']('|');return _0x329388==_0x506114['key']&&_0x1a67d8!=_0x55a7f0;})['forEach'](_0x26eb1a=>{this['_reduceSuggestionAttributeRange'](_0x26eb1a,_0x506114['range'],_0x939ed1),_0x2b234f=!0x0;});}return _0x2b234f;}['_reduceSuggestionAttributeRange'](_0x5feaae,_0x33089e,_0x3d4597){const _0x5a2340=_0x5feaae['getFirstRange']()['getDifference'](_0x33089e);0x0!==_0x5a2340['length']?0x1!==_0x5a2340['length']?this['_breakSuggestionMarker'](_0x5feaae,_0x33089e['start'],_0x33089e['end']):this['_setSuggestionRange'](_0x5feaae,_0x5a2340[0x0]):_0x3d4597['removeMarker'](_0x5feaae['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4eb619){this['_editor']=_0x4eb619,this['_model']=_0x4eb619['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x221e55,_0x530124,_0x47efe5,_0x516949,_0x5c4f27,_0x2a4e61){return new u(this['_model'],{'type':_0x221e55,'subType':_0x530124,'id':_0x47efe5,'author':_0x516949,'creator':_0x516949,'attributes':_0x5c4f27,'onAttributesChange':_0x2a4e61,'onAccept':(..._0x5bab06)=>this['getSuggestionCallback'](_0x221e55,_0x530124,'accept')(..._0x5bab06),'onDiscard':(..._0x46a507)=>this['getSuggestionCallback'](_0x221e55,_0x530124,'discard')(..._0x46a507)});}['registerCustomCallback'](_0xe6de84,_0x95f153,_0x6a805c,_0x101597){const _0x5792dd=_0xe6de84+':'+_0x95f153+':'+_0x6a805c;this['_customCallbacks']['set'](_0x5792dd,_0x101597);}['getSuggestionCallback'](_0x42580d,_0x4f5fe6,_0x38bf30){const _0x120e48=_0x42580d+':'+_0x4f5fe6+':'+_0x38bf30;return this['_customCallbacks']['get'](_0x120e48)||this['_defaultCallbacks']['get'](_0x42580d+':'+_0x38bf30);}['_registerDefaultCallbacks'](){const _0x4c0610=()=>!0x1,_0x24aea1=_0x52160c=>{_0x52160c['sort']((_0x11c56d,_0x471d94)=>_0x11c56d['start']['isBefore'](_0x471d94['start'])?0x1:-0x1),this['_model']['change'](_0x3777fe=>{for(const _0x1d86b3 of _0x52160c){let _0x467ac8;_0x467ac8=_0x1d86b3['end']['isAtEnd']&&_0x1d86b3['end']['parent']==_0x1d86b3['start']['nodeAfter']?_0x3777fe['createSelection'](_0x1d86b3['start']['nodeAfter'],'on'):_0x3777fe['createSelection'](_0x1d86b3),this['_model']['deleteContent'](_0x467ac8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5703fb=(_0x3ed7a2,_0x2935a1)=>{_0x2935a1&&this['_model']['change'](_0x3a4a3d=>{const {commandName:_0x944dea,commandParams:_0x2135bf=[]}=_0x2935a1,_0xdd088=_0x3ed7a2['map'](_0x4dbd00=>(Tt(_0x4dbd00)&&(_0x4dbd00=this['_model']['createRange'](_0x4dbd00['end'])),_0x4dbd00))['filter'](_0x25cad8=>'$graveyard'!==_0x25cad8['root']['rootName']);if(_0xdd088['length']<0x1)return;const _0x54018e=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1678bc=>_0x5b9e67['fromRange'](_0x1678bc));_0x3a4a3d['setSelection'](_0xdd088);for(const _0x2ac5a6 of this['_editor']['commands']['commands']())_0x2ac5a6['refresh']();_0x2135bf['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x944dea,..._0x2135bf);const _0x3c78a0=_0x54018e['filter'](_0x3db616=>'$graveyard'!=_0x3db616['root']['rootName']);_0x3c78a0['length']>0x0&&_0x3a4a3d['setSelection'](_0x3c78a0);for(const _0x3e30c3 of _0x54018e)_0x3e30c3['detach']();});},_0x12b643=(_0x4c05ad,_0x301d87)=>0x1==_0x4c05ad['length']&&0x1==_0x301d87['length']&&_0x4c05ad[0x0]['end']['isEqual'](_0x301d87[0x0]['start']),_0x595a2e=(_0x5cfe06,_0x253bc4,_0x50a2c2,_0x438ef8)=>Ft(_0x5cfe06,_0x253bc4,_0x50a2c2,_0x438ef8,this['_model'])?[_0x5cfe06,_0x253bc4]:Ft(_0x253bc4,_0x5cfe06,_0x438ef8,_0x50a2c2,this['_model'])?[_0x253bc4,_0x5cfe06]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x4c0610),this['_defaultCallbacks']['set']('insertion:discard',_0x24aea1),this['_defaultCallbacks']['set']('insertion:join',_0x12b643),this['_defaultCallbacks']['set']('insertion:chain',_0x595a2e),this['_defaultCallbacks']['set']('deletion:accept',_0x24aea1),this['_defaultCallbacks']['set']('deletion:discard',_0x4c0610),this['_defaultCallbacks']['set']('deletion:join',_0x12b643),this['_defaultCallbacks']['set']('deletion:chain',_0x595a2e),this['_defaultCallbacks']['set']('formatInline:accept',_0x5703fb),this['_defaultCallbacks']['set']('formatInline:discard',_0x4c0610),this['_defaultCallbacks']['set']('formatInline:join',_0x12b643),this['_defaultCallbacks']['set']('formatInline:chain',_0x4c0610),this['_defaultCallbacks']['set']('formatBlock:accept',_0x5703fb),this['_defaultCallbacks']['set']('formatBlock:discard',_0x4c0610),this['_defaultCallbacks']['set']('formatBlock:join',_0x12b643),this['_defaultCallbacks']['set']('formatBlock:chain',_0x4c0610),this['_defaultCallbacks']['set']('attribute:accept',_0x4c0610),this['_defaultCallbacks']['set']('attribute:discard',(_0x3acc75,_0x3a5d43)=>{if(!_0x3a5d43)return;const _0x48f5f7=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x36117a=>{if(_0x3a5d43['key']==m)for(const _0x4f9d55 of _0x3acc75){const _0xe1e46c=_0x4f9d55['start']['nodeAfter'],_0x50ab0e=_0x3a5d43['oldValue'];_0x36117a['rename'](_0xe1e46c,_0x50ab0e);}else{if(_0x48f5f7['_isBlockAttribute'](_0x3a5d43['key'])){for(const _0x5e4bcc of _0x3acc75)void 0x0!==_0x3a5d43['oldValue']?_0x36117a['setAttribute'](_0x3a5d43['key'],_0x3a5d43['oldValue'],_0x5e4bcc['start']['nodeAfter']):_0x36117a['removeAttribute'](_0x3a5d43['key'],_0x5e4bcc['start']['nodeAfter']);}else{for(const _0x3b90fe of _0x3acc75)_0x3a5d43['oldValue']?_0x36117a['setAttribute'](_0x3a5d43['key'],_0x3a5d43['oldValue'],_0x3b90fe):_0x36117a['removeAttribute'](_0x3a5d43['key'],_0x3b90fe);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x12b643);}}function Rt(_0x1d0aa4,_0x33e00d,_0x56ba55){for(const _0x14fa8c of _0x33e00d['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x14fa8c['root']==_0x14fa8c)return!0x1;if(!_0x56ba55['containsItem'](_0x14fa8c))return!0x1;if(_0x1d0aa4['isObject'](_0x14fa8c)||_0x1d0aa4['isLimit'](_0x14fa8c))return!0x0;}return!0x1;}function Tt(_0x22ae7a){return _0x22ae7a['end']['parent']==_0x22ae7a['start']['nodeAfter']&&_0x22ae7a['end']['isAtStart'];}function Et(_0x190026,_0x3d30c2,_0x1e9841,_0x5a9703){const _0x1b015b=_0x238d36=>!_0x238d36['item']['is']('$textProxy')&&!_0x5a9703['isObject'](_0x238d36['item']),_0x4b75dc=_0x190026['start']['getLastMatchingPosition'](_0x1b015b),_0x1103be=_0x190026['end']['getLastMatchingPosition'](_0x1b015b,{'direction':'backward'});return(!_0x190026['start']['isEqual'](_0x4b75dc)||!_0x190026['end']['isEqual'](_0x1103be))&&(_0x4b75dc['isBefore'](_0x1103be)?_0x1e9841['updateMarker'](_0x3d30c2,{'range':_0x1e9841['createRange'](_0x4b75dc,_0x1103be)}):_0x1e9841['removeMarker'](_0x3d30c2),!0x0);}function Vt(_0x54ae59){return _0x3bec44(_0x54ae59);}function Ut(_0x584825){const _0x402608=_0x584825['start']['nodeAfter'];return _0x402608&&_0x402608['is']('element');}function Ot(_0x10d689,_0x10fd97){return null==_0x10d689['end']['nodeBefore']&&_0x10d689['end']['parent']==_0x10d689['start']['nodeAfter']?Gt(_0x10d689['start']['nodeAfter'],_0x10fd97):_0x10d689;}function Gt(_0x5343a4,_0x56c87a){const _0x53c0de=_0x56c87a['schema']['isObject'](_0x5343a4)||_0x56c87a['schema']['isSelectable'](_0x5343a4);return _0x56c87a['createRange'](_0x56c87a['createPositionAt'](_0x5343a4,'before'),_0x53c0de?_0x56c87a['createPositionAfter'](_0x5343a4):_0x56c87a['createPositionAt'](_0x5343a4,'end'));}function Ft(_0x4ee1e5,_0x1330da,_0x537de2,_0x3350e1,_0x5ee86d){if(!Pt(_0x4ee1e5,_0x1330da))return!0x1;if(_0x537de2['end']['isEqual'](_0x3350e1['start']))return!0x0;if(_0x4ee1e5['type']!=_0x1330da['type'])return!0x1;if(!_0x537de2['end']['isTouching'](_0x3350e1['start']))return!0x1;const _0x574bf5=_0x5ee86d['createRange'](_0x537de2['end'],_0x3350e1['start'])['getWalker']();for(const _0x1d90de of _0x574bf5)if(['elementStart','elementEnd']['includes'](_0x1d90de['type'])&&_0x5ee86d['schema']['isLimit'](_0x1d90de['item']))return!0x1;return!0x0;}function Pt(_0x172ba8,_0x25d362,_0x358ffb=[]){return!(!_0x172ba8['_isDataLoaded']||!_0x25d362['_isDataLoaded'])&&_0x4c16cf(Bt(_0x172ba8['attributes'],_0x358ffb),Bt(_0x25d362['attributes'],_0x358ffb));}function Lt(_0x52a74c,_0x3cfdf4){const _0x4857bb=Ht(_0x52a74c['attributes']),_0x310be3=Ht(_0x3cfdf4);if(!_0x52a74c['_isDataLoaded'])return!0x1;for(const _0x710e32 of Object['keys'](_0x310be3))if(!_0x4c16cf(_0x4857bb[_0x710e32],_0x310be3[_0x710e32]))return!0x1;return!0x0;}function Ht(_0x9c1ac1){const _0x500873=Object['assign']({},_0x9c1ac1);return delete _0x500873['skipNestingCheck'],delete _0x500873['tablePasteChainId'],_0x500873;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x96933(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x4d690d,_0x899d5b,_0x2448a2,_0x3359ce){super(),this['model']=_0x899d5b,this['view']=_0x2448a2,this['commentThreadController']=_0x3359ce,this['_editor']=_0x4d690d,this['_acceptCommand']=_0x4d690d['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x4d690d['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x22c8e7,_0x189a02)=>_0x22c8e7||_0x189a02),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x263ee9=>_0x263ee9&&this['_editor']['model']['canEditAt'](_0x899d5b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4137e2=>_0x4137e2&&this['_editor']['model']['canEditAt'](_0x899d5b['getRanges']())),this['_pendingAction']=null,_0x2448a2['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x2448a2,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x2448a2,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x2448a2,'change:isDirty',()=>{_0x2448a2['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 _0x4b6555=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x4b6555);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x197ffd{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x399901,_0x5c0626,_0x167738,_0xaa870c){super(_0x399901),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x5c0626['authoredAt']),this['bind']('authoredAt')['to'](_0x5c0626),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x5c0626,this['_localUser']=_0x167738,this['_config']=_0xaa870c,_0xaa870c['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:_0x8dcb78}=this['_config'];this['commentsListView']=new _0x8dcb78(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',_0x2686ed=>_0x2686ed+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x566f2a,_0x189b2c)=>_0x566f2a||!!_0x189b2c);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x42ca95}=this['_config'],_0x3505ed=new _0x42ca95(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x35ef32=_0x3505ed['commentInputView'];return _0x3505ed['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x35ef32,'value',(_0x17c965,_0x54edc7,_0x2c2a3c)=>!!_0x2c2a3c||_0x17c965&&!_0x54edc7),_0x35ef32['on']('submit',(_0x1b21f4,_0x4966bd)=>{this['fire']('addComment',_0x4966bd),_0x35ef32['editor']['setData']('');}),_0x35ef32['on']('cancel',()=>this['focus']()),_0x35ef32['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x3505ed;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x2225d4,_0x341054,_0x2ef3f3,_0x677f86){super(_0x2225d4,_0x341054,_0x2ef3f3,_0x677f86),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x1221ae=>_0x1221ae&&_0x1221ae[0x0]?_0x1221ae[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3c010c,_0x557f4f)=>{let _0x5c500d='';for(const _0x5a0354 of _0x3c010c)_0x5c500d+='<p>'+ds(_0x5a0354['content'],_0x5a0354['color'])+'</p>';return _0x557f4f?_0x5c500d:_0x5fbeb(_0x5c500d,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x2225d4,'Accept\x20suggestion'),_0x37f5d0['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x2225d4,'Discard\x20suggestion'),_0x37f5d0['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x53c264(_0x2225d4,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x18b0a8=this['bindTemplate'],_0x59af2f=[{'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':_0x18b0a8['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x18b0a8['to']('authoredAt',_0x4fda9f=>this['_config']['formatDateTime'](_0x4fda9f))}]}]},{'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']&&_0x59af2f['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x162ddc={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x18b0a8['if']('isActive','ck-suggestion-wrapper--active'),_0x18b0a8['to']('type',_0x4725f1=>'ck-suggestion-'+_0x4725f1),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':_0x59af2f}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x162ddc['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)),_0x162ddc;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x2be84e,_0x34952c,_0x37bd7f)=>{this['_descriptionElement']['innerHTML']=_0x37bd7f;});}['_createButton'](_0x1fe25d,_0x503fb2,_0x34bca3,_0x36a29f,_0x1e27a3){const _0x345a80=new _0x2b8a83(this['locale']);return _0x345a80['set']({'label':_0x1fe25d,'icon':_0x503fb2,'tooltip':!0x0,'tooltipPosition':_0x1e27a3}),_0x345a80['extendTemplate']({'attributes':{'class':_0x34bca3}}),_0x345a80['on']('execute',()=>{this['fire'](_0x36a29f,this['_model']['id']);}),_0x345a80;}['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(_0x2e3742,_0x2c5e99){let _0x2bcd1e='';return _0x2bcd1e+=_0x2e3742['split']('*')['map']((_0x35d508,_0xab5fa5)=>_0xab5fa5%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x35d508)+'</span>':us(_0x35d508))['join'](''),_0x2c5e99&&(_0x2bcd1e+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x2c5e99['value']+'\x22\x20title=\x22'+_0x2c5e99['title']+'\x22></span>'),_0x2bcd1e;}function us(_0x406270){const _0x561399=document['createElement']('span');return _0x561399['innerText']=_0x406270,_0x561399['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 _0x1c3a28{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x5f159e,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x58af50){super(_0x58af50),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3f1e5d=this['editor']['config'];_0x3f1e5d['define']('trackChanges.SuggestionThreadView',ne),_0x3f1e5d['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3f1e5d['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x26336d,_0x260c97){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4e51c8,_0x532c88]of this['_handleControllerBuffer']){const _0xdcab99=this['_suggestionToController']['has'](_0x4e51c8);_0xdcab99||_0x532c88?_0xdcab99&&_0x532c88&&this['_destroyController'](_0x4e51c8):this['_initializeController'](_0x4e51c8);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x26336d,_0x260c97);}['init'](){const _0x393b19=this['editor'],_0x5ef320=_0x393b19['plugins']['get']('TrackChangesEditing'),_0x4b4937=_0x393b19['plugins']['get']('Annotations'),_0x118c3a=_0x393b19['plugins']['get']('EditorAnnotations'),_0x1b8aba=_0x393b19['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x118c3a['addSourceCollector'](()=>{const _0x2a34f0=[];for(const [_0x3af39a,_0x53f6d1]of Array['from'](this['_suggestionToController'])){const _0x88c982=_0x3af39a['getAllAdjacentSuggestions'](),_0x55137a=[];for(const _0x4949f1 of _0x88c982){if(!_0x4949f1['isInContent'])continue;if(_0x4949f1['isMultiRange']){_0x55137a['push'](..._0x4949f1['getRanges']());continue;}const _0x5121d4=_0x4949f1['getFirstRange']();if(_0x55137a['length']>0x0){const _0xfbfe1f=_0x55137a[0x0]['getJoined'](_0x5121d4);if(_0xfbfe1f){_0x55137a[0x0]=_0xfbfe1f;continue;}}_0x55137a['push'](_0x5121d4);}_0x2a34f0['push']([_0x53f6d1['view'],_0x55137a]);}return _0x2a34f0;}),this['listenTo'](_0x5ef320,'suggestionLoaded',(_0x14219e,_0x3941f5)=>{this['listenTo'](_0x3941f5,'change:previous',(_0x405644,_0x10780a,_0x5ad761,_0x4501a0)=>{_0x3941f5['isInContent']&&(null==_0x5ad761?(this['_updateController'](_0x4501a0['head']),this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x1)):(this['_updateController'](_0x5ad761['head']),null==_0x4501a0&&this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x0)));}),null!==_0x3941f5['previous']?this['_updateController'](_0x3941f5['head']):this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x1);}),this['listenTo'](_0x5ef320,'suggestionUnloaded',(_0xfeaeef,_0x2ea0c8,_0x155fdc)=>{this['stopListening'](_0x2ea0c8,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2ea0c8),this['_suggestionToController']['has'](_0x2ea0c8)&&this['_destroyController'](_0x2ea0c8),_0x155fdc&&this['_updateController'](_0x155fdc['head']);}),this['listenTo'](_0x5ef320,'suggestionChanged',(_0x4a8e94,_0x3a637)=>{this['_updateController'](_0x3a637);}),this['listenTo'](_0x4b4937,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1b8aba,'addComment',(_0xa65355,{threadId:_0x1f2a62,isFromAdapter:_0x54e864})=>{if(_0x54e864||!_0x5ef320['hasSuggestion'](_0x1f2a62))return;const _0xe006d0=_0x5ef320['getSuggestion'](_0x1f2a62);this['_suggestionToController']['get'](_0xe006d0)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x4e19c5=this['editor']['plugins']['get']('Annotations'),_0x228f12=this['editor']['plugins']['get']('TrackChangesEditing'),_0x56aff8=Array['from'](_0x4e19c5['activeAnnotations'],_0x270045=>_0x270045['innerView'])['filter'](_0x45b74f=>this['_viewToController']['has'](_0x45b74f)),_0x4ec558=[];for(const _0x53452e of _0x56aff8){const _0x327474=this['_viewToController']['get'](_0x53452e)['model']['getAllAdjacentSuggestions']();_0x4ec558['push'](..._0x327474['reduce']((_0x5daefd,_0x2da54e)=>[..._0x5daefd,..._0x2da54e['getMarkerNames']()],[]));}_0x228f12['activeMarkers']=_0x4ec558;}['_addUIComponentsToFactory'](){const _0x2710d0=this['editor'],_0x5987dd=_0x2710d0['locale'],_0x20767b=o(_0x5987dd,'Track\x20changes'),_0x2f2137=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x20767b,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x4fd0b1 of _0x2f2137)if(ae(_0x4fd0b1)){const _0x182a26=_0x2710d0['commands']['get'](_0x4fd0b1['model']['commandName']);_0x4fd0b1['model']['bind']('isOn','isEnabled')['to'](_0x182a26,'value','isEnabled');}_0x2710d0['ui']['componentFactory']['add']('trackChanges',_0xc117f1=>this['_createToolbarButton'](_0xc117f1,_0x2f2137,_0x20767b)),_0x2710d0['ui']['componentFactory']['add']('menuBar:trackChanges',_0x21939f=>this['_createMenuBarMenu'](_0x21939f,_0x2f2137,_0x20767b));}['_createToolbarButton'](_0x46f5eb,_0x2677a5,_0x28c3bc){const _0x4a9ad7=zt(_0x46f5eb,Zt),_0x5af570=this['editor']['commands']['get']('trackChanges');_0x4a9ad7['buttonView']['set']({'tooltip':_0x28c3bc,'label':_0x28c3bc,'icon':ie}),_0x4a9ad7['buttonView']['bind']('isOn')['to'](_0x5af570,'value'),_0x4a9ad7['buttonView']['on']('execute',()=>{_0x5af570['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x4a9ad7,_0x2677a5,{'role':'menu'});const _0x2132b5=[];for(const _0x493bfe of _0x2677a5)ae(_0x493bfe)&&_0x2132b5['push'](this['editor']['commands']['get'](_0x493bfe['model']['commandName']));const _0x50b1a2=_0x4a9ad7['buttonView'];return _0x50b1a2['actionView']['unbind']('isEnabled'),_0x50b1a2['arrowView']['unbind']('isEnabled'),_0x50b1a2['actionView']['bind']('isEnabled')['to'](_0x5af570,'isEnabled'),_0x50b1a2['arrowView']['bind']('isEnabled')['toMany'](_0x2132b5,'isEnabled',(..._0x15f234)=>_0x15f234['some'](_0x3c78e6=>_0x3c78e6)),_0x4a9ad7['on']('execute',_0x3c2b5a=>{this['editor']['execute'](_0x3c2b5a['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4a9ad7;}['_createMenuBarMenu'](_0x150f27,_0x33b27e,_0x3b207f){const _0x143fe2=new Kt(_0x150f27),_0x2cf9d4=this['editor']['commands']['get']('trackChanges');_0x143fe2['buttonView']['set']({'label':_0x3b207f,'icon':ie});const _0x4b3fe5=new Qt(_0x150f27);for(const _0x5423c5 of _0x33b27e){if('separator'==_0x5423c5['type']){_0x4b3fe5['items']['add'](new Jt(_0x150f27));continue;}const _0x355571=new Xt(_0x150f27,_0x143fe2),_0x1f4907=new Yt(_0x150f27),_0x14ec6d=_0x5423c5['model'];_0x1f4907['bind'](...Object['keys'](_0x14ec6d))['to'](_0x14ec6d),_0x1f4907['delegate']('execute')['to'](_0x143fe2),_0x1f4907['on']('execute',()=>{this['editor']['execute'](_0x14ec6d['commandName']),this['editor']['editing']['view']['focus']();}),_0x355571['children']['add'](_0x1f4907),_0x4b3fe5['items']['add'](_0x355571);}return _0x143fe2['bind']('isEnabled')['to'](_0x2cf9d4,'isEnabled'),_0x143fe2['panelView']['children']['add'](_0x4b3fe5),_0x143fe2;}['_initializeController'](_0x29ada6){const _0xfac7bb=this['editor'],_0x298f54=_0xfac7bb['config'],_0x4224e5=_0xfac7bb['plugins']['get']('Annotations'),_0x47e86d=_0xfac7bb['plugins']['get']('CommentsRepository'),_0x5e724f=_0xfac7bb['plugins']['get']('EditorAnnotations'),_0x35c85b=_0xfac7bb['plugins']['get'](_0x5f159e)['me'],_0x35ea35=_0x298f54['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x355400,CommentThreadInputView:_0x2e9c1c}=_0xfac7bb['plugins']['get']('CommentsUI');let _0x448431,_0x3e73dd;this['_annotationViews']['has'](_0x29ada6['id'])?(_0x3e73dd=this['_annotationViews']['get'](_0x29ada6['id']),_0x448431=_0x3e73dd['mainView']):(_0x448431=new _0x35ea35(_0xfac7bb['locale'],_0x29ada6,_0x35c85b,{'disableComments':this['_disableComments'],'editorConfig':_0x298f54['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x298f54['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x298f54['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x298f54['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x9e07be(_0x298f54['get']('locale')),'CommentView':_0x298f54['get']('comments')['CommentView'],'CommentsListView':_0x355400,'CommentThreadInputView':_0x2e9c1c}),_0x448431['acceptButton']['on']('execute',()=>{_0xfac7bb['editing']['view']['focus']();}),_0x448431['discardButton']['on']('execute',()=>{_0xfac7bb['editing']['view']['focus']();}),_0x3e73dd=_0x4224e5['createAnnotationView'](this['editor']['locale'],_0x448431),_0x3e73dd['bind']('isDirty')['to'](_0x448431,'isDirty'),_0x3e73dd['bind']('length')['to'](_0x448431),_0x3e73dd['bind']('type')['to'](_0x448431,'type',_0x445eb5=>'suggestion-'+_0x445eb5),this['_annotationViews']['set'](_0x29ada6['id'],_0x3e73dd));const _0x99bfef=_0x47e86d['createCommentThreadController'](_0x29ada6['commentThread'],_0x448431),_0x3141fa=new oe(_0xfac7bb,_0x29ada6,_0x448431,_0x99bfef),_0x5cb27f=_0x29ada6['getAllAdjacentSuggestions']()['filter'](_0x2a0b7a=>_0x2a0b7a['isInContent']);_0x448431['descriptionParts']=_0xfac7bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x5cb27f),this['_suggestionToController']['set'](_0x29ada6,_0x3141fa),this['_viewToController']['set'](_0x448431,_0x3141fa);const _0x5913bc=_0x4224e5['createAnnotation']({'view':_0x3e73dd,'target':()=>{const _0x51855c=[],_0x50b7cc=_0x29ada6['getAllAdjacentSuggestions']()['filter'](_0x3b3f4f=>_0x3b3f4f['isInContent']);for(const _0x1e5a66 of _0x50b7cc)_0x51855c['push'](..._0x1e5a66['getMarkers']());return _0x15ed0a(_0xfac7bb['editing'],_0x51855c);},'type':()=>'suggestion-'+_0x3141fa['view']['type']});_0x47e86d['_bindAnnotationToEditors'](_0x448431,_0x5913bc),_0x4224e5['add'](_0x5913bc),_0x5e724f['registerAnnotation'](_0x5913bc);}['_destroyController'](_0xe2126d){const _0x141c75=this['editor']['plugins']['get']('CommentsRepository'),_0x2e170a=this['editor']['plugins']['get']('Annotations'),_0x36de69=this['_suggestionToController']['get'](_0xe2126d),_0x509620=_0x36de69['view'],_0x370a92=_0x2e170a['getByInnerView'](_0x509620);_0x141c75['_unbindEditors'](_0x509620),_0x370a92&&_0x2e170a['remove'](_0x370a92),this['_suggestionToController']['delete'](_0xe2126d),this['_viewToController']['delete'](_0x509620),_0x36de69['destroy']();}['_updateController'](_0xa487b6){if(!_0xa487b6['isInContent']||!this['_suggestionToController']['has'](_0xa487b6))return;const _0x4fd4e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x672153=this['_suggestionToController']['get'](_0xa487b6),_0x2f6100=_0xa487b6['getAllAdjacentSuggestions']();_0x672153['view']['descriptionParts']=_0x4fd4e1['descriptionFactory']['getDescriptions'](_0x2f6100);}['destroy'](){for(const _0x40b2e9 of this['_suggestionToController']['keys']())this['_destroyController'](_0x40b2e9);for(const _0x59ccf3 of this['_annotationViews']['values']())_0x59ccf3['mainView']['destroy']();super['destroy']();}}function ae(_0x5a22f9){return'model'in _0x5a22f9;}class k extends _0x1c3a28{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x39a9a7){this['editor']['plugins']['get'](p)['adapter']=_0x39a9a7;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3af967){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3af967);}['getSuggestions']({skipNotAttached:_0x2067ba=!0x1,toJSON:_0x20e904=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2067ba,'toJSON':_0x20e904});}['getSuggestion'](_0x323918){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x323918);}}const T=['Pagination'];class P extends _0x1c3a28{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x45e3ea=this['editor'];if(_0x45e3ea['config']['define']('trackChangesData.editorCreator',_0x402a9f=>{const _0x3e11b8=_0x45e3ea['model']['document']['getRootNames']()['reduce']((_0x473f47,_0x566689)=>(_0x473f47[_0x566689]='',_0x473f47),{});return _0x45e3ea['constructor']['create'](_0x3e11b8,_0x402a9f);}),'function'!=typeof _0x45e3ea['config']['get']('trackChangesData')['editorCreator'])throw new _0x445205('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5b379e){return N(this['editor'],!0x0,_0x5b379e);}['getDataWithDiscardedSuggestions'](_0x5433af){return N(this['editor'],!0x1,_0x5433af);}}class D extends _0x1c3a28{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x525c36){super(_0x525c36),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(_0xd3068b){return void 0x0!==_0xd3068b['getRootsAttributes'];}async function N(_0x405c36,_0x1f54fc,_0x1ec0a9){const _0x3d5454=_0x2ce83d(_0x405c36,T);_0x3d5454['plugins']['push'](p,D),_0x3d5454['rootsAttributes']=v(_0x405c36)?_0x405c36['getRootsAttributes']():void 0x0;const _0x1f2ff6=document['createDocumentFragment'](),_0x401353=_0x405c36['config']['get']('trackChangesData')['editorCreator'],_0x387e5d=await _0x401353(_0x3d5454,()=>function(_0x23aed6){const _0x2f9f00=document['createElement']('div');return _0x23aed6['appendChild'](_0x2f9f00),_0x2f9f00;}(_0x1f2ff6));!function(_0x805ae2,_0x40215){const _0x11863a=_0x805ae2['model']['document']['getRootNames']()['reduce']((_0x3d48f2,_0x5bd78c)=>(_0x3d48f2[_0x5bd78c]=_0x805ae2['data']['get']({'rootName':_0x5bd78c}),_0x3d48f2),{}),_0x3be78a=_0x805ae2['plugins']['get']('Users')['users']['map'](_0x43af5a=>({'id':_0x43af5a['id'],'name':_0x43af5a['name']})),_0x1a25e4=_0x805ae2['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1ed3d2=_0x805ae2['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xfe0b9b=_0x40215['plugins']['get']('Users'),_0x1f75d7=_0x40215['plugins']['get']('TrackChangesEditing'),_0x34edbb=_0x40215['plugins']['get']('CommentsRepository');for(const _0x670b9d of _0x3be78a)_0xfe0b9b['getUser'](_0x670b9d['id'])||_0xfe0b9b['addUser'](_0x670b9d);_0xfe0b9b['me']||_0xfe0b9b['useAnonymousUser']();for(const _0x1c4c28 of _0x1ed3d2)_0x34edbb['addCommentThread'](_0x1c4c28);for(const _0x4662cf of _0x1a25e4)_0x1f75d7['addSuggestionData'](_0x4662cf);_0x40215['data']['set'](_0x11863a);}(_0x405c36,_0x387e5d),_0x387e5d['execute'](_0x1f54fc?'acceptAllSuggestions':'discardAllSuggestions');const _0x43a758=v(_0x387e5d)?_0x387e5d['getFullData'](_0x1ec0a9):_0x387e5d['data']['get'](_0x1ec0a9);return await _0x387e5d['destroy'](),_0x43a758;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|