@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240711.0 → 0.0.0-nightly-20240713.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 _0x4104d6,PendingActions as _0x2fa12b,icons as _0x4d5335}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x274ec5,ObservableMixin as _0x29d385,uid as _0x5ed2a0,insertToPriorityArray as _0x1e2438,priorities as _0x2ff03c,logWarning as _0x54a9b3,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x9e5829,View as _0xb5144,ButtonView as _0x548b51,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 _0xc2c087,hashObject as _0x478958,surroundingMarkersDetector as _0x31dd0a,trimHtml as _0x5a6ffe,UserView as _0x5c4290,getDateTimeFormatter as _0x227821,getAllMarkersDomElementsSorted as _0x2ce1e8,sanitizeEditorConfig as _0xbb1dc2}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x11180d,LiveRange as _0xe90ba7,LivePosition as _0x37ad9c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x51a40e,toWidget as _0x5f3b3a}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x574e51,set as _0x3d1f8a,isEqual as _0x7f9970,unset as _0x541f6c,omit as Bt}from'lodash-es';import{Delete as _0x296bb7,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x501866,ShiftEnter as _0x291438}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0xf13909,_0x388f7a){super(_0xf13909),this['_enabledCommands']=_0x388f7a,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 _0x4c143b of this['editor']['commands']['commands']())_0x4c143b['affectsData']&&!this['_enabledCommands']['has'](_0x4c143b)&&_0x4c143b['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0xdb57f4 of this['editor']['commands']['commands']())_0xdb57f4['affectsData']&&!this['_enabledCommands']['has'](_0xdb57f4)&&_0xdb57f4['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x299027,_0x1823b2){super(_0x299027),this['_suggestions']=_0x1823b2,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4b1aeb){const _0xe30089=this['_suggestions']['get'](_0x4b1aeb);if(!_0xe30089)throw new _0x274ec5('track-changes-accept-suggestion-not-found',this);const _0x56b8b5=_0xe30089['getRanges']();this['editor']['model']['canEditAt'](_0x56b8b5)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0xe30089);}}class B extends ts{['_suggestions'];constructor(_0x24feac,_0x52f4cf){super(_0x24feac),this['_suggestions']=_0x52f4cf,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x5c7287){const _0x31820a=this['_suggestions']['get'](_0x5c7287);if(!_0x31820a)throw new _0x274ec5('track-changes-discard-suggestion-not-found',this);const _0xf7e1ed=_0x31820a['getRanges']();this['editor']['model']['canEditAt'](_0xf7e1ed)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x31820a);}}function ss(_0x435fd3){return _0x435fd3['sort']((_0x37b506,_0x456568)=>'deletion'==_0x37b506['type']&&'deletion'!=_0x456568['type']?-0x1:'deletion'!=_0x37b506['type']&&'deletion'==_0x456568['type']?0x1:0x0);}function to(_0x30050a,_0x33cbab){let _0x2387fc,_0x3a170a=0x0;const _0x145730=[],_0x5685f8=_0x33cbab['schema'];for(;_0x3a170a<_0x30050a['length'];){const _0x4c80b7=_0x30050a[_0x3a170a],_0x3a2fee=_0x30050a[_0x3a170a+0x1];_0x2387fc||(_0x2387fc=_0x33cbab['createPositionBefore'](_0x4c80b7)),co(_0x33cbab,_0x4c80b7,_0x3a2fee)||(_0x145730['push'](_0x33cbab['createRange'](_0x2387fc,_0x5685f8['isObject'](_0x4c80b7)?_0x33cbab['createPositionAfter'](_0x4c80b7):_0x33cbab['createPositionAt'](_0x4c80b7,'end'))),_0x2387fc=null),_0x3a170a++;}return _0x145730;}function co(_0x1eb94b,_0x219c38,_0x5d7394){if(!_0x5d7394)return!0x1;const _0x1c6b7c=_0x1eb94b['createPositionAfter'](_0x219c38),_0x2cf64b=_0x1eb94b['createPositionBefore'](_0x5d7394);return _0x1c6b7c['isTouching'](_0x2cf64b);}function rs(_0x46b8e5,_0x6c06ab,_0xd745df){for(;_0xd745df['length'];){const _0x459e7b=_0xd745df['splice'](0x0,0x64);_0x46b8e5['change'](()=>{for(const _0x1f5a33 of _0x459e7b)_0x1f5a33['isInContent']&&_0x6c06ab['execute'](_0x1f5a33['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x5c079a,_0x40f5f3,_0x1ce85a){super(_0x5c079a),this['_command']=_0x40f5f3,this['_suggestions']=_0x1ce85a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x14bf9f=Array['from'](this['_suggestions']['values']())['some'](_0x3f3747=>_0x3f3747['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x14bf9f;}['execute'](){const _0xcbf4c3=ss(Array['from'](this['_suggestions']['values']()));for(const _0x1da8ff of _0xcbf4c3){const _0x324ecb=_0x1da8ff['getRanges']();if(!this['editor']['model']['canEditAt'](_0x324ecb))return;}rs(this['editor']['model'],this['_command'],_0xcbf4c3);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x5a6116,_0xc715cc,_0x681a6c){super(_0x5a6116),this['_command']=_0xc715cc,this['_suggestions']=_0x681a6c,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x401aff=this['editor']['model']['document']['selection'],_0x90fdc5=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x571a8a,_0x19db53){const _0x505feb=Array['from'](_0x571a8a['getRanges']()),_0x38f32c=new Set();for(const _0x16bcca of _0x19db53)if(_0x16bcca['isInContent']){for(const _0x43760 of _0x505feb)for(const _0x400fb6 of _0x16bcca['getRanges']())(_0x43760['isIntersecting'](_0x400fb6)||_0x571a8a['isCollapsed']&&!_0x16bcca['isMultiRange']&&_0x16bcca['next']&&_0x400fb6['end']['isTouching'](_0x43760['start']))&&_0x38f32c['add'](_0x16bcca);}return _0x38f32c;}(_0x401aff,_0x90fdc5),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xe04d6e=ss(Array['from'](this['_selectedSuggestions']));for(const _0x492f7f of _0xe04d6e){const _0x6dcbe8=_0x492f7f['getRanges']();if(!this['editor']['model']['canEditAt'](_0x6dcbe8))return;}rs(this['editor']['model'],this['_command'],_0xe04d6e);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x29d385(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x2040b2,_0x28f9e6){super(),this['id']=_0x28f9e6['id'],this['type']=_0x28f9e6['type'],this['subType']=_0x28f9e6['subType']||null,this['author']=_0x28f9e6['author'],this['creator']=_0x28f9e6['creator']||_0x28f9e6['author'],this['isExternal']=Boolean(_0x28f9e6['attributes']&&_0x28f9e6['attributes']['@external']),this['data']=null,this['_model']=_0x2040b2,this['_onAccept']=_0x28f9e6['onAccept'],this['_onDiscard']=_0x28f9e6['onDiscard'],this['_onAttributesChange']=_0x28f9e6['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x28f9e6['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 _0x244001=this;for(;_0x244001['previous'];)_0x244001=_0x244001['previous'];return _0x244001;}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'](_0x10d109){this['_markerNames']['add'](_0x10d109);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x5a3925=>this['_model']['markers']['get'](_0x5a3925))['filter'](_0x1899fa=>_0x1899fa);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x2b56ba=>{for(const _0x2a9644 of this['getMarkers']())_0x2b56ba['removeMarker'](_0x2a9644);}),this['_markerNames']['clear']();}['removeMarker'](_0x15a6a9){this['_model']['change'](_0x302483=>{_0x302483['removeMarker'](_0x15a6a9);}),this['_markerNames']['delete'](_0x15a6a9);}['addRange'](_0x166abf){const _0x36f0ca='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x36f0ca),this['_model']['change'](_0x1a7b26=>{_0x1a7b26['addMarker'](_0x36f0ca,{'range':_0x166abf,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x28a1b0){for(const _0x13f664 of this['getRanges']())if(_0x13f664['isIntersecting'](_0x28a1b0))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x4ffebb=>_0x4ffebb['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x3be996,_0x4e7961)=>[..._0x3be996,..._0x4e7961['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x108da0=this['getRanges']();if(0x1!=_0x108da0['length'])return null;const _0x50199c=_0x108da0[0x0],_0x54da1d=_0x50199c['start']['nodeAfter'],_0x252071=_0x50199c['end']['nodeBefore'];return _0x54da1d instanceof _0x11180d?_0x54da1d!=_0x252071?null:_0x54da1d: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 _0x59a88e=[];let _0x52f184=this['head'];for(;_0x52f184;)_0x59a88e['push'](_0x52f184),_0x52f184=_0x52f184['next'];return _0x59a88e;}['setAttribute'](_0x295d9a,_0x546919){const _0x5e9b4c=_0x574e51(this['attributes']);_0x3d1f8a(_0x5e9b4c,_0x295d9a,_0x546919),_0x7f9970(_0x5e9b4c,this['attributes'])||(this['attributes']=_0x5e9b4c,this['_onAttributesChange'](_0x5e9b4c));}['removeAttribute'](_0x31a881){const _0x4a8a83=_0x574e51(this['attributes']);_0x541f6c(_0x4a8a83,_0x31a881),_0x7f9970(_0x4a8a83,this['attributes'])||(this['attributes']=_0x4a8a83,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 _0x5ed2a0()['substr'](0x1,0x5);}}function o(_0x38fb52,_0x231a0d,_0x1d6e8f){const t=_0x38fb52['t'];switch(_0x231a0d){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',_0x1d6e8f);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x1d6e8f);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x1d6e8f);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x1d6e8f);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x1d6e8f);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',_0x1d6e8f);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x1d6e8f);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',_0x1d6e8f);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x1d6e8f);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x1d6e8f);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x1d6e8f);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x1d6e8f);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x1d6e8f);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x1d6e8f);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x1d6e8f);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x1d6e8f);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x1d6e8f);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x1d6e8f);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x1d6e8f);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x1d6e8f);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x1d6e8f);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x1d6e8f);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x1d6e8f);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x1d6e8f);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x1d6e8f);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x1d6e8f);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x1d6e8f);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x1d6e8f);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x1d6e8f);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x1d6e8f);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'},_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x1d6e8f);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'},_0x1d6e8f);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x1d6e8f);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x1d6e8f);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'},_0x1d6e8f);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'},_0x1d6e8f);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 _0x231a0d;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x470fb6,_0x58f1ad){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x470fb6,this['_locale']=_0x58f1ad;}['getDescriptions'](_0x46f920){const _0x42737f=[],_0x21e4be=new Set(),_0x333d7f=new Set();for(let _0x98655e=0x0;_0x98655e<_0x46f920['length'];_0x98655e++){const _0x43dc7c=_0x46f920[_0x98655e];if(!_0x43dc7c['isInContent'])continue;const _0x24eb90=this['_handleCustomCallbackDescription'](_0x43dc7c);if(_0x24eb90){if(null!=_0x43dc7c['subType']){if(_0x21e4be['has'](_0x43dc7c['subType']))continue;_0x21e4be['add'](_0x43dc7c['subType']);}_0x42737f['push'](_0x24eb90);}else{if('attribute'!=_0x43dc7c['type'])'insertion'!=_0x43dc7c['type']&&'deletion'!=_0x43dc7c['type']||this['_handleInsertRemoveSuggestionDescription'](_0x42737f,_0x43dc7c,_0x46f920[_0x98655e+0x1]);else{const _0x8f596d=_0x43dc7c['data']['key'];if(_0x333d7f['has'](_0x8f596d))continue;_0x333d7f['add'](_0x43dc7c['data']['key']),_0x8f596d==m?this['_handleRenameSuggestionDescription'](_0x42737f,_0x43dc7c):this['_handleAttributeSuggestionDescription'](_0x42737f,_0x43dc7c);}}}return this['_resolveDescriptionItems'](_0x42737f);}['registerDescriptionCallback'](_0x28c694){this['_customCallbacks']['push'](_0x28c694);}['registerElementLabel'](_0x1e74ad,_0x2e889d,_0x34cf75=_0x2ff03c['normal']){'function'==typeof _0x1e74ad?_0x1e2438(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1e74ad,'label':_0x2e889d,'priority':_0x34cf75}):this['_itemLabels']['set'](_0x1e74ad,_0x2e889d);}['registerAttributeLabel'](_0x4c7deb,_0x2e9b16){this['_attributeLabels']['set'](_0x4c7deb,_0x2e9b16);}['getItemLabel'](_0x2c1262,_0x1ef808=0x1){let _0x2c69a6;for(const _0x213210 of this['_itemLabelsCallbacks'])if(_0x213210['matchingCallback'](_0x2c1262)){_0x2c69a6=_0x213210['label'];break;}return _0x2c69a6||(_0x2c69a6=this['_itemLabels']['get'](_0x2c1262['name'])),_0x2c69a6?_0x2c69a6(_0x1ef808):0x1!==_0x1ef808?_0x1ef808+'\x20'+_0x2c1262['name']+'s':''+_0x2c1262['name'];}['_addDescriptionItems'](_0x336ea4,_0x7fb429){const _0xf32622=_0x7fb429['getFirstRange']()['getWalker'](),_0x3194ee='insertion'==_0x7fb429['type']?'add':'remove';for(const _0x25de6f of _0xf32622){const _0x3e6cf7=_0x25de6f['item'],_0x399eb3=_0x336ea4[_0x336ea4['length']-0x1];if(_0x3e6cf7['is']('$textProxy'))_0x399eb3&&_0x399eb3['type']['indexOf']('Container')>-0x1&&_0x336ea4['pop'](),_0x399eb3&&'text'==_0x399eb3['type']?_0x399eb3[_0x3194ee]+=_0x3e6cf7['data']:_0x336ea4['push']({'type':'text','add':'add'==_0x3194ee?_0x3e6cf7['data']:'','remove':'remove'==_0x3194ee?_0x3e6cf7['data']:''});else{if(this['_schema']['isObject'](_0x3e6cf7)){const _0x107e1c=_0x3e6cf7;if(_0x399eb3&&_0x399eb3['type']['indexOf']('Container')>-0x1&&_0x336ea4['pop'](),'elementEnd'==_0x25de6f['type'])continue;_0x399eb3&&_0x399eb3['type']==_0x3194ee+'Object'&&_0x399eb3['element']['name']==_0x107e1c['name']?_0x399eb3['quantity']++:_0x336ea4['push']({'type':_0x3194ee+'Object','element':_0x107e1c,'quantity':0x1}),_0xf32622['skip'](_0x556a2d=>!('elementEnd'==_0x556a2d['type']&&_0x556a2d['item']==_0x3e6cf7));}else{if(this['_schema']['checkChild'](_0x3e6cf7,'$text')||_0x3e6cf7['is']('element','softBreak')){const _0xbcb57f=_0x3e6cf7;if('add'==_0x3194ee&&'elementStart'==_0x25de6f['type']||'remove'==_0x3194ee&&'elementEnd'==_0x25de6f['type'])continue;if(_0x399eb3&&-0x1==_0x399eb3['type']['indexOf']('Container')){'text'==_0x399eb3['type']&&(_0x399eb3[_0x3194ee]+='\x0a');continue;}let _0x23efaf;if(_0x23efaf='add'==_0x3194ee?_0xbcb57f['nextSibling']&&!this['_schema']['isObject'](_0xbcb57f['nextSibling'])?_0xbcb57f['nextSibling']:null:_0xbcb57f['previousSibling']&&!this['_schema']['isObject'](_0xbcb57f['previousSibling'])?_0xbcb57f['previousSibling']:null,_0xbcb57f['isEmpty']||_0x23efaf&&_0x23efaf['isEmpty']){const _0x382bc2=_0x23efaf&&_0x23efaf['isEmpty']?_0x23efaf:_0xbcb57f;_0x399eb3&&_0x399eb3['type']==_0x3194ee+'EmptyContainer'&&_0x399eb3['element']['name']==_0x382bc2['name']?_0x399eb3['quantity']++:_0x336ea4['push']({'type':_0x3194ee+'EmptyContainer','element':_0x382bc2,'quantity':0x1});}else _0x336ea4['push']({'type':_0x3194ee+'Container','element':_0xbcb57f});}}}}}['_resolveDescriptionItems'](_0x371c5f){const _0x5130c4=this['_locale'],_0x44bbd9=[],_0x55f0f3=[],_0x205249=[];for(const _0x33c4ea of _0x371c5f)switch(_0x33c4ea['type']){case'text':if(_0x33c4ea['add']=_0x33c4ea['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x33c4ea['remove']=_0x33c4ea['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x33c4ea['add']&&''!=_0x33c4ea['remove']){_0x44bbd9['push']({'type':'replace','content':o(_0x5130c4,'REPLACE_TEXT',['\x22'+_0x33c4ea['remove']+'\x22','\x22'+_0x33c4ea['add']+'\x22'])});continue;}if(null!=_0x33c4ea['add']['match'](/^ +$/)){_0x44bbd9['push']({'type':'insertion','content':o(_0x5130c4,'*Insert:*\x20%0',o(_0x5130c4,'ELEMENT_SPACE',_0x33c4ea['add']['length']))});continue;}if(null!=_0x33c4ea['remove']['match'](/^ +$/)){_0x44bbd9['push']({'type':'deletion','content':o(_0x5130c4,'*Remove:*\x20%0',o(_0x5130c4,'ELEMENT_SPACE',_0x33c4ea['remove']['length']))});continue;}if(''!=_0x33c4ea['add']){_0x44bbd9['push']({'type':'insertion','content':o(_0x5130c4,'*Insert:*\x20%0','\x22'+_0x33c4ea['add']+'\x22')});continue;}_0x44bbd9['push']({'type':'deletion','content':o(_0x5130c4,'*Remove:*\x20%0','\x22'+_0x33c4ea['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x44bbd9['push']({'type':'insertion','content':o(_0x5130c4,'*Insert:*\x20%0',this['getItemLabel'](_0x33c4ea['element'],_0x33c4ea['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x44bbd9['push']({'type':'deletion','content':o(_0x5130c4,'*Remove:*\x20%0',this['getItemLabel'](_0x33c4ea['element'],_0x33c4ea['quantity']))});continue;case'addContainer':_0x44bbd9['push']({'type':'insertion','content':o(_0x5130c4,'*Split:*\x20%0',this['getItemLabel'](_0x33c4ea['element'],_0x33c4ea['quantity']))});continue;case'removeContainer':_0x44bbd9['push']({'type':'deletion','content':o(_0x5130c4,'*Merge:*\x20%0',this['getItemLabel'](_0x33c4ea['element'],_0x33c4ea['quantity']))});continue;case'addFormat':_0x55f0f3['push'](_0x33c4ea['key']);continue;case'removeFormat':_0x205249['push'](_0x33c4ea['key']);continue;default:_0x44bbd9['push'](_0x33c4ea);}if(_0x55f0f3['length']){const _0x43a6aa=_0x55f0f3['map'](_0x1a4cab=>this['_attributeLabels']['has'](_0x1a4cab)?this['_attributeLabels']['get'](_0x1a4cab):_0x1a4cab)['join'](',\x20');_0x44bbd9['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x43a6aa)});}if(_0x205249['length']){const _0xe210e=_0x205249['map'](_0x3e60d4=>this['_attributeLabels']['has'](_0x3e60d4)?this['_attributeLabels']['get'](_0x3e60d4):_0x3e60d4)['join'](',\x20');_0x44bbd9['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0xe210e)});}return _0x44bbd9;}['_handleCustomCallbackDescription'](_0x577a00){for(const _0x4ef14c of this['_customCallbacks']){const _0x111dd9=_0x4ef14c(_0x577a00);if(_0x111dd9&&'type'in _0x111dd9)return _0x111dd9;}}['_handleAttributeSuggestionDescription'](_0x3e5467,_0xf1ec1a){const _0x17a350=_0xf1ec1a['data'],_0x552484=void 0x0===_0x17a350['newValue']?'removeFormat':'addFormat';_0x3e5467['push']({'type':_0x552484,'key':_0x17a350['key']});}['_handleRenameSuggestionDescription'](_0x461a41,_0x241925){_0x461a41['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x241925['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x48ea42,_0x531d98,_0x2ff63d){if(this['_addDescriptionItems'](_0x48ea42,_0x531d98),_0x2ff63d&&_0x2ff63d['getFirstRange']()&&!_0x531d98['getFirstRange']()['end']['isEqual'](_0x2ff63d['getFirstRange']()['start'])){const _0x152d22=_0x48ea42[_0x48ea42['length']-0x1],_0x3e5158='insertion'==_0x531d98['type']?'add':'remove';_0x152d22&&'text'==_0x152d22['type']&&(_0x152d22[_0x3e5158]+='\x0a');}}}class E extends _0x4104d6{['afterInit'](){const _0x4dae69=this['editor'],_0x5e6d36=_0x4dae69['plugins']['get']('TrackChangesEditing');_0x4dae69['commands']['get']('showAIAssistant')&&_0x5e6d36['enableCommand']('showAIAssistant');}}class V extends _0x4104d6{['afterInit'](){const _0x1dcc19=this['editor'],_0x22bda1=_0x1dcc19['locale'];if(!_0x1dcc19['plugins']['has']('AlignmentEditing'))return;const _0x41aa01=_0x1dcc19['plugins']['get']('TrackChangesEditing');_0x41aa01['enableDefaultAttributesIntegration']('alignment'),_0x41aa01['registerBlockAttribute']('alignment'),_0x41aa01['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x22bda1,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2290b4=this['editor'],_0x1ab500=_0x2290b4['locale'];_0x2290b4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x38c184=>{if('formatBlock'!=_0x38c184['type'])return;const {data:_0x41fa17}=_0x38c184;if(_0x41fa17&&'alignment'==_0x41fa17['commandName']){const _0x36cb3a=_0x41fa17['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x1ab500,'*Format:*\x20%0',function(_0x28f32a){switch(_0x28f32a){case'left':return o(_0x1ab500,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x1ab500,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x1ab500,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x1ab500,'FORMAT_JUSTIFY_TEXT');}}(_0x36cb3a))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x4104d6{['afterInit'](){const _0x3a9f6d=this['editor'],_0x4356ad=_0x3a9f6d['plugins']['get']('TrackChangesEditing'),_0xb130=_0x3a9f6d['locale'];for(const _0x1c0f7f of ti){if(!_0x3a9f6d['plugins']['has'](_0x1c0f7f))continue;const _0x1a2ecc=_0x1c0f7f['slice'](0x0,-0x7)['toLowerCase'](),_0x14fad8='FORMAT_'+_0x1a2ecc['toUpperCase']();_0x4356ad['enableDefaultAttributesIntegration'](_0x1a2ecc),_0x4356ad['registerInlineAttribute'](_0x1a2ecc),_0x4356ad['descriptionFactory']['registerAttributeLabel'](_0x1a2ecc,o(_0xb130,_0x14fad8));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2693f6=this['editor'],_0x2094ef=_0x2693f6['locale'],_0x5f2c96=_0x2693f6['plugins']['get']('TrackChangesEditing');function _0x879a13(_0x2016dc,_0x171c92){_0x5f2c96['descriptionFactory']['registerDescriptionCallback'](_0x4e5e09=>{if('formatInline'!=_0x4e5e09['type'])return;const {data:_0x159225}=_0x4e5e09;return _0x159225&&_0x159225['commandName']===_0x2016dc?_0x159225['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2094ef,'*Format:*\x20%0',_0x171c92)}:{'type':'format','content':o(_0x2094ef,'*Remove\x20format:*\x20%0',_0x171c92)}:void 0x0;});}_0x879a13('bold',o(_0x2094ef,'FORMAT_BOLD')),_0x879a13('italic',o(_0x2094ef,'FORMAT_ITALIC')),_0x879a13('underline',o(_0x2094ef,'FORMAT_UNDERLINE')),_0x879a13('code',o(_0x2094ef,'FORMAT_CODE')),_0x879a13('strikethrough',o(_0x2094ef,'FORMAT_STRIKETHROUGH')),_0x879a13('subscript',o(_0x2094ef,'FORMAT_SUBSCRIPT')),_0x879a13('superscript',o(_0x2094ef,'FORMAT_SUPERSCRIPT'));}}class O extends _0x4104d6{['afterInit'](){const _0x5eb804=this['editor'],_0xc6e06=_0x5eb804['locale'];if(!_0x5eb804['plugins']['has']('BlockQuoteEditing'))return;const _0x276962=_0x5eb804['plugins']['get']('TrackChangesEditing'),_0x4cd8ca=this['editor']['commands']['get']('blockQuote');_0x276962['enableCommand']('blockQuote',(_0x8e32f0,_0x3e1167={})=>{const _0x2c5836=this['editor']['model']['document']['selection'],_0x560fb1=_0x3e1167&&void 0x0!==_0x3e1167['forceValue']?_0x3e1167['forceValue']:!_0x4cd8ca['value'];let _0x3a5535=[];if(_0x560fb1){const _0x5315e8=Array['from'](_0x2c5836['getSelectedBlocks']())['filter'](_0x4e2f34=>oo(_0x4e2f34)||function(_0x1d1e80,_0x48b404){const _0x531893=_0x48b404['checkChild'](_0x1d1e80['parent'],'blockQuote'),_0x1495e0=_0x48b404['checkChild'](['$root','blockQuote'],_0x1d1e80);return _0x531893&&_0x1495e0;}(_0x4e2f34,this['editor']['model']['schema']));_0x3a5535=to(_0x5315e8,_0x5eb804['model']);}else{const _0x5b9e11=Array['from'](_0x2c5836['getSelectedBlocks']())['filter'](_0x372ee5=>oo(_0x372ee5));_0x3a5535=to(_0x5b9e11,_0x5eb804['model']);}_0x5eb804['model']['change'](()=>{for(const _0x3cec1b of _0x3a5535)_0x276962['markBlockFormat'](_0x3cec1b,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x560fb1}]});});}),_0x276962['descriptionFactory']['registerDescriptionCallback'](_0x7009e2=>{const {data:_0x1edd73}=_0x7009e2;if(_0x1edd73&&'blockQuote'==_0x1edd73['commandName']){const _0x45b7b1=o(_0xc6e06,'ELEMENT_BLOCK_QUOTE');return _0x1edd73['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xc6e06,'*Set\x20format:*\x20%0',_0x45b7b1)}:{'type':'format','content':o(_0xc6e06,'*Remove\x20format:*\x20%0',_0x45b7b1)};}});}}function oo(_0xd159ff){return'blockQuote'==_0xd159ff['parent']['name'];}class G extends _0x4104d6{['afterInit'](){const _0x51f2e6=this['editor'];_0x51f2e6['plugins']['has']('CaseChange')&&(_0x51f2e6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x51f2e6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x51f2e6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x4104d6{['afterInit'](){const _0xed0e6b=this['editor'];_0xed0e6b['commands']['get']('ckbox')&&_0xed0e6b['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x4104d6{['afterInit'](){const _0x5656ef=this['editor'];if(!_0x5656ef['plugins']['has']('CodeBlock'))return;const _0x2e2b59=_0x5656ef['plugins']['get']('TrackChangesEditing'),_0x57672c=_0x5656ef['locale'],_0x15bd4e=_0x5656ef['config']['get']('codeBlock')['languages'],_0x2a1cc7=_0x5656ef['commands']['get']('codeBlock');_0x2e2b59['enableCommand']('indentCodeBlock'),_0x2e2b59['enableCommand']('outdentCodeBlock'),_0x2e2b59['enableCommand']('codeBlock',(_0x80b2d2,_0xec639a={})=>{const _0x22ea71=_0x5656ef['model'],_0x32c6d4=_0x5656ef['model']['document']['selection'],_0x1f1660=_0xec639a&&void 0x0!==_0xec639a['forceValue']?_0xec639a['forceValue']:!_0x2a1cc7['value'];let _0x12c590;_0xec639a['language']||(_0xec639a['language']=_0x15bd4e[0x0]['language']),_0x12c590=_0x1f1660?Array['from'](_0x32c6d4['getSelectedBlocks']())['filter'](_0x2d49a4=>eo(_0x2d49a4)||function(_0x771c66,_0x52bc73){if(_0x771c66['is']('rootElement')||_0x52bc73['isLimit'](_0x771c66))return!0x1;return _0x52bc73['checkChild'](_0x771c66['parent'],'codeBlock');}(_0x2d49a4,_0x22ea71['schema'])):Array['from'](_0x32c6d4['getSelectedBlocks']())['filter'](_0x4dde1e=>eo(_0x4dde1e));const _0x13d34b=to(_0x12c590,_0x22ea71);_0x22ea71['change'](()=>{for(const _0x156bac of _0x13d34b)_0x2e2b59['markBlockFormat'](_0x156bac,{'commandName':'codeBlock','commandParams':[{..._0xec639a,'forceValue':_0x1f1660}],'formatGroupId':'blockName'});});}),(_0x2e2b59['descriptionFactory']['registerElementLabel']('codeBlock',_0x129ec4=>o(_0x57672c,'ELEMENT_CODE_BLOCK',_0x129ec4)),_0x2e2b59['descriptionFactory']['registerDescriptionCallback'](_0x3f7244=>{if('formatBlock'!=_0x3f7244['type'])return;const _0x5748d8=_0x57672c['t'],{data:_0x16a0e7}=_0x3f7244;if(!_0x16a0e7||'codeBlock'!=_0x16a0e7['commandName'])return;const _0xfe9df5=_0x16a0e7['commandParams'][0x0]['language'],_0x27d049=_0x5748d8(_0x15bd4e['find'](_0x317539=>_0x317539['language']===_0xfe9df5)['label'])['toLowerCase']();return _0x16a0e7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x57672c,'*Set\x20format:*\x20%0',o(_0x57672c,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x27d049+')')}:{'type':'format','content':o(_0x57672c,'*Remove\x20format:*\x20%0',o(_0x57672c,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x398bfd){return'codeBlock'==_0x398bfd['name'];}class H extends _0x4104d6{['afterInit'](){const _0x1ab87b=this['editor'];if(!_0x1ab87b['plugins']['has']('CommentsEditing'))return;_0x1ab87b['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x45717f,_0x5de7af,_0xa067fe){const _0x3f253d=[];for(const _0x3c965a of _0x5de7af['getItems']())_0x3c965a['hasAttribute'](_0x45717f)&&_0x3f253d['push'](_0xa067fe['createRangeOn'](_0x3c965a));return _0x3f253d;}function _e(_0x27bdd2,_0x104719,{showActiveMarker:_0x4f6b4a=!0x0}={}){const _0x565fce=_0x27bdd2['plugins']['get']('TrackChangesEditing');return(_0x5b1b12,_0x52c14b,_0x5b331e)=>{if(!_0x5b331e['consumable']['test'](_0x52c14b['markerRange'],_0x5b1b12['name']))return;const _0x2f2ef1=_0x52c14b['markerRange']['getWalker'](),_0x443dec=_0x52c14b['markerRange']['start'],_0x5249ff=_0x27bdd2['model']['schema'];let _0x3e1dd5=null,_0x3f1157=null,_0x2d0d31=!0x1,_0x1a8a1f=!0x1;for(const _0x2d78e9 of _0x2f2ef1){const _0x5a3caa=_0x2d78e9['item'];_0x2d0d31=_0x2d0d31||_0x5249ff['isContent'](_0x5a3caa);const _0xb5fbf6=_0x5b331e['mapper']['toViewElement'](_0x5a3caa);if(_0xb5fbf6&&_0xb5fbf6['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x2d78e9['type']&&(_0x5249ff['isBlock'](_0x5a3caa)&&!_0x5249ff['isLimit'](_0x5a3caa)&&(_0x5a3caa['nextSibling']||_0x443dec['isAtEnd']?_0x3e1dd5&&_0x3e1dd5['parent']==_0x5a3caa||(_0x3e1dd5=_0x5a3caa,_0x3a6e95(_0x2d78e9['previousPosition']),_0x1a8a1f=!0x0):_0x3f1157=_0x3f1157||_0x2d78e9['previousPosition']));}function _0x3a6e95(_0x4542c9){const _0x537684=_0x5b331e['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x104719}),_0x30bc8b=_0x5b331e['mapper']['toViewPosition'](_0x4542c9);_0x4f6b4a&&_0x565fce['activeMarkers']['includes'](_0x52c14b['markerName'])&&_0x5b331e['writer']['addClass']('ck-suggestion-marker--active',_0x537684),_0x5b331e['writer']['insert'](_0x30bc8b,_0x537684),_0x5b331e['mapper']['bindElementToMarker'](_0x537684,_0x52c14b['markerName']);}_0x2d0d31||_0x1a8a1f||!_0x3f1157||_0x3a6e95(_0x3f1157);};}class q extends _0x4104d6{static get['requires'](){return[_0x296bb7];}['init'](){const _0x31a715=this['editor'],_0x41a494=_0x31a715['plugins']['get']('TrackChangesEditing');_0x41a494['enableCommand']('delete');const _0x4b174f=_0x31a715['commands']['get']('deleteForward');_0x41a494['enableCommand']('deleteForward',(_0x59cf97,_0x342c70={})=>{const _0x17b5c3=_0x31a715['model']['createSelection'](_0x31a715['model']['document']['selection']);_0x17b5c3['isCollapsed']&&_0x31a715['model']['modifySelection'](_0x17b5c3,{'direction':'forward','unit':_0x342c70['unit']});const _0x5bb654=_0x17b5c3['getFirstRange'](),_0x1f9bb5=_0xe90ba7['fromRange'](_0x5bb654);let _0x327112;_0x59cf97(_0x342c70),_0x327112='$graveyard'==_0x1f9bb5['root']['rootName']?_0x31a715['model']['createRange'](_0x5bb654['start']):_0x31a715['model']['createRange'](_0x1f9bb5['start'],_0x1f9bb5['end']),_0x1f9bb5['detach'](),_0x31a715['model']['enqueueChange'](_0x4b174f['buffer']['batch'],_0xfc38c8=>{_0x4b174f['buffer']['lock'](),_0xfc38c8['setSelection'](_0xfc38c8['createRange'](_0x327112['end'])),_0x4b174f['buffer']['unlock']();});}),_0x31a715['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x31a715,'merge'),{'priority':'high'}),_0x31a715['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3573fe,_0x37f369,_0x496d0c)=>{_0x496d0c['options']['showSuggestionHighlights']&&_e(_0x31a715,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x3573fe,_0x37f369,_0x496d0c);},{'priority':'high'}),_0x31a715['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x50a512,_0x4474a4,_0x1098f3)=>{const _0x2cceec=_0x1098f3['mapper']['markerNameToElements'](_0x4474a4['markerName']);if(_0x2cceec){for(const _0x371f87 of _0x2cceec)_0x371f87['is']('uiElement')&&(_0x1098f3['mapper']['unbindElementFromMarkerName'](_0x371f87,_0x4474a4['markerName']),_0x1098f3['writer']['remove'](_0x371f87));}},{'priority':'high'});}}class z extends _0x4104d6{['afterInit'](){const _0x52c8d9=this['editor'];if(!_0x52c8d9['plugins']['has']('ListEditing'))return;const _0x1be5c9=_0x52c8d9['locale'],_0x345eb4=_0x52c8d9['plugins']['get']('TrackChangesEditing'),_0x446854=_0x52c8d9['plugins']['has']('TodoListEditing'),_0x2a453d=!!_0x52c8d9['config']['get']('list.multiBlock');function _0x425ad3(_0x5eb896){return{'type':'format','content':''+o(_0x1be5c9,'*Set\x20format:*\x20%0',_0x5eb896)};}function _0x478cad(_0x4e4514){return{'type':'format','content':''+o(_0x1be5c9,'*Remove\x20format:*\x20%0',_0x4e4514)};}_0x345eb4['enableDefaultAttributesIntegration']('numberedList'),_0x345eb4['enableDefaultAttributesIntegration']('bulletedList'),_0x345eb4['enableDefaultAttributesIntegration']('customNumberedList'),_0x345eb4['enableDefaultAttributesIntegration']('customBulletedList'),_0x345eb4['enableDefaultAttributesIntegration']('indentList'),_0x345eb4['enableDefaultAttributesIntegration']('outdentList'),_0x345eb4['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x345eb4['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x345eb4['registerBlockAttribute']('listItemId'),_0x345eb4['registerBlockAttribute']('listType'),_0x345eb4['registerBlockAttribute']('listIndent'),_0x2a453d&&(_0x345eb4['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x345eb4['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x446854&&(_0x345eb4['enableDefaultAttributesIntegration']('todoList'),_0x345eb4['enableDefaultAttributesIntegration']('checkTodoList'),_0x345eb4['registerBlockAttribute']('todoListChecked'),_0x345eb4['descriptionFactory']['registerDescriptionCallback'](_0xa2d69a=>{const {data:_0x25d1d9}=_0xa2d69a;if(_0x25d1d9&&'todoListChecked'==_0x25d1d9['key'])return{'type':'format','content':_0x25d1d9['newValue']?o(_0x1be5c9,'*Check\x20item*'):o(_0x1be5c9,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5170f=>{if(_0x5170f['batch']['isUndo'])return!0x1;let _0x1154a1=!0x1;const _0x49e9bb=_0x345eb4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x375933=>'todoListChecked'===_0x345eb4['_getAttributeKey'](_0x375933));for(const _0x26bbd7 of _0x49e9bb){'todo'!=_0x26bbd7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x345eb4['_findSuggestions'](_0x26bbd7['getFirstRange'](),'attribute')['find'](_0x45716=>'listType'===_0x345eb4['_getAttributeKey'](_0x45716['suggestion']))||(_0x5170f['removeMarker'](_0x26bbd7['getFirstMarker']()),_0x1154a1=!0x0));}return _0x1154a1;})),_0x345eb4['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x1be5c9,'FORMAT_INDENT'));const _0x533b3d={'type':'format','content':''};_0x345eb4['descriptionFactory']['registerDescriptionCallback'](_0x1ae24e=>{const {data:_0x141a9b}=_0x1ae24e;if(!_0x141a9b||'listType'!=_0x141a9b['key'])return;let _0x426b8d=_0x1ae24e['head'];for(;_0x426b8d;){if(_0x426b8d['data']&&(('listStyle'==_0x426b8d['data']['key']||'listMarkerStyle'==_0x426b8d['data']['key'])&&(_0x426b8d['data']['newValue']&&'default'!=_0x426b8d['data']['newValue']||'default'!=_0x426b8d['data']['oldValue']&&!_0x141a9b['newValue'])||!_0x2a453d&&_0x426b8d['data']['key']==m))return _0x533b3d;_0x426b8d=_0x426b8d['next'];}if(null==_0x141a9b['newValue'])switch(_0x141a9b['oldValue']){case'bulleted':return _0x478cad(o(_0x1be5c9,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x478cad(o(_0x1be5c9,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x478cad(o(_0x1be5c9,'ELEMENT_TODO_LIST'));}switch(_0x141a9b['newValue']){case'bulleted':return _0x425ad3(o(_0x1be5c9,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x425ad3(o(_0x1be5c9,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x425ad3(o(_0x1be5c9,'ELEMENT_TODO_LIST'));}}),_0x345eb4['descriptionFactory']['registerDescriptionCallback'](_0x258963=>{const {data:_0x16f789}=_0x258963;if(_0x16f789&&'listIndent'==_0x16f789['key'])return null==_0x16f789['newValue']||null==_0x16f789['oldValue']&&0x0==_0x16f789['newValue']?_0x533b3d:void 0x0;}),_0x345eb4['descriptionFactory']['registerDescriptionCallback'](_0xe8449a=>{if('attribute'!=_0xe8449a['type'])return;const {data:_0x4e3f1a}=_0xe8449a;if(!_0x4e3f1a||'listItemId'!=_0x4e3f1a['key'])return;const _0x43d7c0=le(_0xe8449a);return'newValue'==_0x43d7c0?{'type':'format','content':o(_0x1be5c9,'*Merge:*\x20list\x20item')}:'oldValue'==_0x43d7c0?{'type':'format','content':o(_0x1be5c9,'*Split:*\x20list\x20item')}:_0x533b3d;}),_0x52c8d9['model']['document']['registerPostFixer'](_0x476363=>this['listItemIdFixer'](_0x476363)),_0x52c8d9['model']['document']['registerPostFixer'](_0x15f595=>this['noTrackChangesFixer'](_0x15f595)),_0x52c8d9['model']['document']['registerPostFixer'](_0x131e67=>this['assureChains'](_0x131e67)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x4f613b){if(_0x4f613b['batch']['isUndo']||!_0x4f613b['batch']['isLocal'])return!0x1;let _0xbc839e=!0x1;const _0x23d987=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x7c781d=>_0x7c781d['data']&&'listItemId'==_0x7c781d['data']['key'])['filter'](_0x22592a=>_0x22592a['data']['newValue']&&_0x22592a['data']['oldValue']);for(const _0x3a83d9 of _0x23d987)le(_0x3a83d9)||(_0x4f613b['removeMarker'](_0x3a83d9['getFirstMarker']()),_0xbc839e=!0x0);return _0xbc839e;}['noTrackChangesFixer'](_0x3ad870){if(_0x3ad870['batch']['isUndo']||!_0x3ad870['batch']['isLocal'])return!0x1;const _0x241e7d=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x241e7d['trackChangesCommand']['value'])return!0x1;let _0x32e33a=!0x1;const _0x486770=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x41237a=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x5cec26=>'attribute'==_0x5cec26['type'])['filter'](_0x5c099f=>_0x486770['includes'](_0x5c099f['attributeKey']));if(0x0==_0x41237a['length'])return _0x32e33a;for(const _0x10b198 of _0x41237a){const _0x4993e0=_0x241e7d['_findSuggestions'](_0x10b198['range'],'attribute')['filter'](_0x4f26ef=>!_0x4f26ef['meta']['isNextTo'])['map'](_0x406754=>_0x406754['suggestion'])['filter'](_0x4fbd24=>{const _0x12cecd=_0x241e7d['_getAttributeKey'](_0x4fbd24);return _0x486770['includes'](_0x12cecd);});if(_0x4993e0['length']){for(const _0x38c017 of _0x4993e0)_0x3ad870['removeMarker'](_0x38c017['getFirstMarker']());_0x32e33a=!0x0;}}return _0x32e33a;}['assureChains'](_0x412c74){if(_0x412c74['batch']['isUndo']||!_0x412c74['batch']['isLocal'])return!0x1;const _0x398208=this['editor']['plugins']['get']('TrackChangesEditing');let _0xf80d2d=!0x1;const _0x4fb523=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x413c46 of _0x398208['getSuggestions']({'skipNotAttached':!0x0})){const _0x2e48e1=_0x398208['_findSuggestions'](_0x413c46['getFirstRange'](),'attribute')['map'](_0x4feec2=>_0x4feec2['suggestion'])['filter'](_0x114b49=>_0x114b49['data']&&_0x4fb523['includes'](_0x114b49['data']['key']));if(!_0x2e48e1['length'])continue;const _0x572d72=_0x2e48e1[0x0]['head']['attributes']['groupId'];if(!_0x2e48e1['every'](_0x2ee309=>_0x2ee309['attributes']['groupId']===_0x572d72)){for(const _0x15dbd3 of _0x2e48e1)_0x2a7c87(_0x15dbd3,_0x572d72)&&(_0xf80d2d=!0x0);}}return _0xf80d2d;function _0x10fd63(_0x3d7e71,_0x29429c){for(const _0x533760 of _0x398208['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x11faab=>'attribute'==_0x11faab['type']&&_0x11faab['attributes']['groupId']==_0x3d7e71))_0x533760['setAttribute']('groupId',_0x29429c);}function _0x2a7c87(_0x23538a,_0x4eb876){let _0x2b6ead=_0x23538a['head'],_0x461e84=!0x1;for(;_0x2b6ead;)_0x2b6ead['attributes']['groupId']!=_0x4eb876&&(_0x10fd63(_0x2b6ead['attributes']['groupId'],_0x4eb876),_0x2b6ead['setAttribute']('groupId',_0x4eb876),_0x461e84=!0x0),_0x2b6ead=_0x2b6ead['next'];return _0x461e84;}}['_supportLegacySuggestions'](){const _0x459141=this['editor'],_0xbd483c=_0x459141['locale'],_0x404064=_0x459141['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x404064['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x4b6ace,_0x475b7d){const _0x470934=[];for(let _0x1c1e82 of _0x4b6ace)_0x1c1e82['start']['nodeAfter']===_0x1c1e82['end']['parent']&&(_0x1c1e82=_0x459141['model']['createRange'](_0x459141['model']['createPositionAt'](_0x1c1e82['start']['nodeAfter'],0x0))),_0x470934['push'](_0x1c1e82);_0x459141['model']['change'](_0x3b4e54=>{const _0x1cea6a=_0x459141['model']['document']['selection'],_0x1d1f86=Array['from'](_0x1cea6a['getRanges']())['map'](_0x3e4172=>_0xe90ba7['fromRange'](_0x3e4172));_0x3b4e54['setSelection'](_0x470934),_0x459141['commands']['get'](_0x475b7d['commandName'])['refresh'](),_0x475b7d['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x459141['execute'](_0x475b7d['commandName'],..._0x475b7d['commandParams']),_0x3b4e54['setSelection'](_0x1d1f86);for(const _0x461b52 of _0x1d1f86)_0x461b52['detach']();});}),_0x404064['descriptionFactory']['registerElementLabel'](function(_0x6c1de0){const _0x576c11=!_0x459141['model']['schema']['isObject'](_0x6c1de0),_0x35e8f6=_0x6c1de0['previousSibling'],_0x34a47a=_0x6c1de0['nextSibling'],_0x1c6f86=_0x6c1de0['getAttribute']('listItemId'),_0x95c050=!_0x35e8f6||_0x35e8f6['getAttribute']('listItemId')!==_0x1c6f86,_0x406839=!_0x34a47a||_0x34a47a['getAttribute']('listItemId')!==_0x1c6f86;return _0x576c11&&Boolean(_0x1c6f86)&&_0x95c050&&_0x406839;},_0x3aa7f8=>o(_0xbd483c,'ELEMENT_LIST_ITEM',_0x3aa7f8));}['_registerLegacyDescription'](){const _0x168af0=this['editor'],_0xe3f778=_0x168af0['locale'];function _0xffcbac(_0x1487cb){const _0x5e20da=_0x168af0['commands']['get']('bulletedList')['value'],_0x5f328a=_0x168af0['commands']['get']('numberedList')['value'];return'numberedList'===_0x1487cb?_0x5e20da:_0x5f328a;}_0x168af0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x217615){if('formatBlock'!=_0x217615['type'])return;const {data:_0x7ec6ae}=_0x217615;if(!_0x7ec6ae)return;let _0x3f80b6,_0x1c3f0f,_0x397d61,_0x29acd3;switch(_0x7ec6ae['commandName']){case'bulletedList':_0x397d61=_0x7ec6ae['commandParams'][0x0]['forceValue'],_0x29acd3=_0xffcbac(_0x7ec6ae['commandName']),_0x3f80b6=_0x397d61?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x29acd3&&_0x168af0['config']['get']('list.multiBlock')||(_0x3f80b6='*Change\x20to:*\x20%0'),_0x1c3f0f={'type':'format','content':o(_0xe3f778,_0x3f80b6,o(_0xe3f778,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x397d61=_0x7ec6ae['commandParams'][0x0]['forceValue'],_0x29acd3=_0xffcbac(_0x7ec6ae['commandName']),_0x3f80b6=_0x397d61?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x29acd3&&_0x168af0['config']['get']('list.multiBlock')||(_0x3f80b6='*Change\x20to:*\x20%0'),_0x1c3f0f={'type':'format','content':o(_0xe3f778,_0x3f80b6,o(_0xe3f778,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x3f80b6='*Indent:*\x20%0',_0x1c3f0f={'type':'format','content':o(_0xe3f778,_0x3f80b6,o(_0xe3f778,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x3f80b6=function(_0x264f1f){const _0xb91d6=_0x264f1f['getFirstRange']();let _0x4191cc=_0xb91d6['start']['nodeAfter'];for(;_0x4191cc&&_0xb91d6['containsItem'](_0x4191cc);){if(_0x4191cc['getAttribute']('listIndent')>0x0)return!0x1;_0x4191cc=_0x4191cc['nextSibling'];}return!0x0;}(_0x217615)?o(_0xe3f778,'*Format:*\x20remove\x20from\x20%0',o(_0xe3f778,function(_0x3b8e08){return'ELEMENT_'+_0x3b8e08['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x217615))):o(_0xe3f778,'*Outdent:*\x20%0',o(_0xe3f778,'ELEMENT_LIST_ITEM')),_0x1c3f0f={'type':'format','content':_0x3f80b6};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x7ec6ae['multipleBlocks']&&(_0x3f80b6='*Merge:*\x20%0',_0x1c3f0f={'type':'deletion','content':o(_0xe3f778,_0x3f80b6,o(_0xe3f778,'ELEMENT_LIST_ITEM'))});}return _0x1c3f0f;});}}function le(_0x1d1a79){let _0x215230=_0x1d1a79['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x215230;){const _0x59288e=_0x215230['getAttribute']('listItemId');if(!_0x59288e)return!0x1;if(_0x59288e==_0x1d1a79['data']['newValue'])return'newValue';if(_0x59288e==_0x1d1a79['data']['oldValue'])return'oldValue';_0x215230=_0x215230['previousSibling'];}return!0x1;}class ue extends _0x4104d6{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1d46f5=this['editor']['config']['get']('list.properties'),_0x1a3b62=this['editor']['plugins']['get']('TrackChangesEditing');_0x1d46f5['styles']&&(_0x1a3b62['enableDefaultAttributesIntegration']('listStyle'),_0x1a3b62['registerBlockAttribute']('listStyle')),_0x1d46f5['reversed']&&(_0x1a3b62['enableDefaultAttributesIntegration']('listReversed'),_0x1a3b62['registerBlockAttribute']('listReversed')),_0x1d46f5['startIndex']&&(_0x1a3b62['enableDefaultAttributesIntegration']('listStart'),_0x1a3b62['registerBlockAttribute']('listStart'));const _0x524191={'type':'format','content':''};_0x1a3b62['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x552713=this['editor']['locale'];_0x1a3b62['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x552713,'FORMAT_LIST_REVERSED')),_0x1a3b62['descriptionFactory']['registerDescriptionCallback'](_0x3861a8=>{const {data:_0x193dc2}=_0x3861a8;if(_0x193dc2&&'listReversed'==_0x193dc2['key'])return null==_0x193dc2['newValue']||0x0==_0x193dc2['newValue']&&null==_0x193dc2['oldValue']?_0x524191:void 0x0;}),_0x1a3b62['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x552713,'FORMAT_LIST_START')),_0x1a3b62['descriptionFactory']['registerDescriptionCallback'](_0xabe819=>{const {data:_0x4f6350}=_0xabe819;if(_0x4f6350&&'listStart'==_0x4f6350['key'])return null==_0x4f6350['newValue']||0x1==_0x4f6350['newValue']&&null==_0x4f6350['oldValue']?_0x524191:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x2ebe4a=>{if(_0x2ebe4a['batch']['isUndo'])return!0x1;let _0x321565=!0x1;const _0xc91377=_0x1a3b62['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x18db32=>{const _0x15617f=_0x1a3b62['_getAttributeKey'](_0x18db32);return'listStart'==_0x15617f||'listReversed'==_0x15617f;});for(const _0x39fd5e of _0xc91377){const _0x35121c=_0x39fd5e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x35121c||'customNumbered'==_0x35121c)continue;_0x1a3b62['_findSuggestions'](_0x39fd5e['getFirstRange'](),'attribute')['find'](_0x38648c=>'listType'==_0x1a3b62['_getAttributeKey'](_0x38648c['suggestion']))||(_0x2ebe4a['removeMarker'](_0x39fd5e['getFirstMarker']()),_0x321565=!0x0);}return _0x321565;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x1b82b8){const _0x16fd22=this['editor']['locale'],{data:_0x9c37ea}=_0x1b82b8,_0x1ce68a={'type':'format','content':''};if(!_0x9c37ea||'listStyle'!=_0x9c37ea['key'])return;if(!_0x9c37ea['oldValue'])return'default'==_0x9c37ea['newValue']?_0x1ce68a:{'type':'format','content':''+o(_0x16fd22,'*Set\x20format:*\x20%0',o(_0x16fd22,this['_getTranslationKeyForListStyle'](_0x9c37ea['newValue'])))};if(!_0x9c37ea['newValue']){if('default'==_0x9c37ea['oldValue'])return _0x1ce68a;let _0x29a747=_0x1b82b8['head'];for(;_0x29a747;){if(_0x29a747['data']&&'listType'==_0x29a747['data']['key']&&_0x29a747['data']['newValue'])return _0x1ce68a;_0x29a747=_0x29a747['next'];}return{'type':'format','content':''+o(_0x16fd22,'*Remove\x20format:*\x20%0',o(_0x16fd22,this['_getTranslationKeyForListStyle'](_0x9c37ea['oldValue'])))};}if('default'!=_0x9c37ea['newValue'])return{'type':'format','content':''+o(_0x16fd22,'*Set\x20format:*\x20%0',o(_0x16fd22,this['_getTranslationKeyForListStyle'](_0x9c37ea['newValue'])))};let _0x42f29=_0x1b82b8['head'];for(;_0x42f29;){if(_0x42f29['data']&&'listType'==_0x42f29['data']['key']&&_0x42f29['data']['newValue']&&_0x42f29['data']['oldValue'])return _0x1ce68a;_0x42f29=_0x42f29['next'];}return{'type':'format','content':o(_0x16fd22,'*Set\x20format:*\x20%0',o(_0x16fd22,'ELEMENT_'+_0x1b82b8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x507c2c=this['editor'],_0x2a9be5=_0x507c2c['locale'];_0x507c2c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c2943=>{if('formatBlock'!=_0x3c2943['type'])return;const {data:_0xc300fb}=_0x3c2943;if(!_0xc300fb)return;let _0x4ce1fc,_0x7c17ab;switch(_0xc300fb['commandName']){case'listStyle':_0x4ce1fc='*Change\x20to:*\x20%0',_0x7c17ab={'type':'format','content':o(_0x2a9be5,_0x4ce1fc,o(_0x2a9be5,this['_getTranslationKeyForListStyle'](_0xc300fb['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4ce1fc=_0xc300fb['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x7c17ab={'type':'format','content':o(_0x2a9be5,_0x4ce1fc)};break;case'listStart':_0x4ce1fc='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x7c17ab={'type':'format','content':o(_0x2a9be5,_0x4ce1fc,_0xc300fb['commandParams'][0x0]['startIndex'])};}return _0x7c17ab;});}['_getTranslationKeyForListStyle'](_0x1cc1e8){return'ELEMENT_'+function(_0x5936b6){if(pe['includes'](_0x5936b6))return'bulleted';if(ye['includes'](_0x5936b6))return'numbered';return null;}(_0x1cc1e8)['toUpperCase']()+'_LIST_'+_0x1cc1e8['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x4104d6{static get['requires'](){return[_0x501866];}['init'](){const _0x29e2e3=this['editor'],_0x450e3c=_0x29e2e3['plugins']['get']('TrackChangesEditing'),_0xc2f372=_0x29e2e3['commands']['get']('enter');_0x450e3c['enableCommand']('enter',()=>{_0x29e2e3['model']['change'](_0x541b5e=>{const _0x4abae0=_0x29e2e3['model']['document']['selection'],_0x1db5af=_0x4abae0['getFirstPosition'](),_0x5ad335=_0xe90ba7['fromRange'](_0x4abae0['getFirstRange']());if(_0xc2f372['enterBlock'](_0x541b5e)){const _0x4cf06e=_0x29e2e3['model']['createPositionAt'](_0x1db5af['parent']['nextSibling'],0x0),_0x349087=_0x541b5e['createRange'](_0x1db5af,_0x4cf06e);_0x450e3c['markInsertion'](_0x349087);}else _0x541b5e['setSelection'](_0x541b5e['createRange'](_0x5ad335['end']));_0x5ad335['detach'](),_0xc2f372['fire']('afterExecute',{'writer':_0x541b5e});});}),_0x29e2e3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x29e2e3,'split'),{'priority':'high'}),_0x29e2e3['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x321eee,_0x53bb98,_0x491f2d)=>{const _0x59b38d=_0x491f2d['mapper']['markerNameToElements'](_0x53bb98['markerName']);if(_0x59b38d){for(const _0x5a95ff of _0x59b38d)_0x5a95ff['hasClass']('ck-suggestion-marker-split')&&(_0x491f2d['mapper']['unbindElementFromMarkerName'](_0x5a95ff,_0x53bb98['markerName']),_0x491f2d['writer']['remove'](_0x5a95ff));}},{'priority':'high'}),_0x29e2e3['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x180af2,_0x130f3e,_0x49935d)=>{_0x49935d['options']['showSuggestionHighlights']&&_e(_0x29e2e3,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x180af2,_0x130f3e,_0x49935d);},{'priority':'high'});}}class J extends _0x4104d6{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x2db2cd=this['editor']['plugins']['get']('TrackChangesEditing');_0x2db2cd['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x2db2cd['enableCommand']('findNext'),_0x2db2cd['enableCommand']('findPrevious'),_0x2db2cd['enableCommand']('replace'),_0x2db2cd['enableCommand']('replaceAll');}['handleFindCommand'](_0x50fc02,_0xbf3b67,_0x191619={}){const _0x4acb64=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x50fc02(_0x410bd8=>{let _0x23012c=('string'==typeof _0xbf3b67?_0x4acb64['findByTextCallback'](_0xbf3b67,_0x191619):_0xbf3b67)(_0x410bd8);Array['isArray'](_0x23012c)&&(_0x23012c={'results':_0x23012c,'searchText':'string'==typeof _0xbf3b67?_0xbf3b67:''});const _0x4c206a=_0x23012c['results']['filter'](_0xdd392f=>!0x1===this['_isInDeletionRange'](_0xdd392f,_0x410bd8['item']));return{..._0x23012c,'results':_0x4c206a};},_0x191619);}['_isInDeletionRange'](_0x4926a4,_0x414fa1){const _0x4d7c60=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x414fa1,_0x4926a4['start']),this['editor']['model']['createPositionAt'](_0x414fa1,_0x4926a4['end']));for(const _0x54ac50 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x4d7c60['getIntersection'](_0x54ac50['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 _0x4104d6{['afterInit'](){const _0x532f27=this['editor']['locale'],_0x15ab55=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x5b4509,commandName:_0x1e16c5}of ro)this['editor']['plugins']['has'](_0x5b4509)&&(_0x15ab55['enableDefaultAttributesIntegration'](_0x1e16c5),_0x15ab55['registerInlineAttribute'](_0x1e16c5));_0x15ab55['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x532f27,'FORMAT_FONT_SIZE')),_0x15ab55['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x532f27,'FORMAT_FONT_FAMILY')),_0x15ab55['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x532f27,'FORMAT_FONT_COLOR')),_0x15ab55['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x532f27,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4cd3d4=this['editor'],_0x54ae1d=_0x4cd3d4['locale'];_0x4cd3d4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x492519=>{const _0x35c519=_0x54ae1d['t'];if('formatInline'!=_0x492519['type'])return;const {data:_0x5f4e8e}=_0x492519;if(null!=_0x5f4e8e){if('fontSize'==_0x5f4e8e['commandName']){const _0x579997=_0x5f4e8e['commandParams'][0x0]['value'];if(_0x579997){const _0x534a9e=_0x35c519(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x35ee20=>_0x35ee20['model']==_0x579997)['title'])['toLowerCase']();return{'type':'format','content':o(_0x54ae1d,'*Set\x20font\x20size:*\x20%0',_0x534a9e)};}return{'type':'format','content':o(_0x54ae1d,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x5f4e8e['commandName']){const _0x28997e=_0x5f4e8e['commandParams'][0x0]['value'];return _0x28997e?{'type':'format','content':o(_0x54ae1d,'*Set\x20font\x20family:*\x20%0',_0x28997e)}:{'type':'format','content':o(_0x54ae1d,'*Reset\x20font\x20family*')};}if('fontColor'==_0x5f4e8e['commandName']){const _0x5c03fe=_0x5f4e8e['commandParams'][0x0]['value'];if(_0x5c03fe){const _0x47f4d9=_0x9e5829(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3f1599=>_0x3f1599['model']==_0x5c03fe);let _0x3d93a6=_0x5c03fe,_0x3fcb30='';return _0x47f4d9&&(_0x3d93a6=_0x47f4d9['label'],_0x3fcb30=_0x35c519(_0x3d93a6)['toLowerCase']()),{'type':'format','content':o(_0x54ae1d,'*Set\x20font\x20color:*\x20%0',_0x3fcb30)['trim'](),'color':{'value':_0x5c03fe,'title':_0x3fcb30||_0x3d93a6}};}return{'type':'format','content':o(_0x54ae1d,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x5f4e8e['commandName']){const _0x21fe52=_0x5f4e8e['commandParams'][0x0]['value'];if(_0x21fe52){const _0x2d7321=_0x9e5829(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x10d541=>_0x10d541['model']==_0x21fe52);let _0x2a66ab=_0x21fe52,_0x5e2183='';return _0x2d7321&&(_0x2a66ab=_0x2d7321['label'],_0x5e2183=_0x35c519(_0x2a66ab)['toLowerCase']()),{'type':'format','content':o(_0x54ae1d,'*Set\x20font\x20background\x20color:*\x20%0',_0x5e2183)['trim'](),'color':{'value':_0x21fe52,'title':_0x5e2183||_0x2a66ab}};}return{'type':'format','content':o(_0x54ae1d,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x4104d6{['afterInit'](){const _0x2b7030=this['editor'],_0x4d58ba=_0x2b7030['plugins']['get']('TrackChangesEditing'),_0x1726d6=_0x2b7030['commands']['get']('copyFormat'),_0x2e47ca=_0x2b7030['commands']['get']('pasteFormat');_0x1726d6&&_0x2e47ca&&(_0x4d58ba['enableDefaultAttributesIntegration']('pasteFormat'),_0x4d58ba['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x3f16fc=this['editor'],_0x22ab14=_0x3f16fc['locale'];_0x3f16fc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e8cd0=>{if('formatBlock'!=_0x4e8cd0['type']&&'formatInline'!=_0x4e8cd0['type'])return;const {data:_0x57c360}=_0x4e8cd0;if(_0x57c360&&'pasteFormat'===_0x57c360['commandName']){const _0x3903dc=[],_0x319412=_0x57c360['commandParams'][0x0];for(const [_0xfdcff5,_0x1376fb]of Object['entries'](_0x319412))_0x3903dc['push'](so(_0x3f16fc,_0xfdcff5,_0x1376fb));return _0x3903dc['length']?{'type':'format','content':o(_0x22ab14,'*Set\x20format\x20to:*\x20%0',_0x3903dc['join'](',\x20'))}:{'type':'format','content':o(_0x22ab14,'*Remove\x20all\x20formatting*')};}});}}function so(_0x5f2abd,_0x5b6123,_0x2e2df0){const _0x4db857=_0x5f2abd['locale']['t'],_0x2a078f=_0x5b6123['split'](/(?=[A-Z])/)['join']('\x20'),_0x9f8dcf=_0x4db857(_0x2a078f['charAt'](0x0)['toUpperCase']()+_0x2a078f['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2e2df0)return _0x9f8dcf;if('fontColor'===_0x5b6123||'fontBackgroundColor'===_0x5b6123){const _0x221699=_0x9e5829(_0x5f2abd['config']['get']('fontColor.colors'))['find'](_0x5d738b=>_0x5d738b['model']==_0x2e2df0);return _0x9f8dcf+'\x20('+(_0x221699?_0x4db857(_0x221699['label'])['toLowerCase']():_0x2e2df0)+')';}if('fontSize'===_0x5b6123&&isNaN(parseFloat(_0x2e2df0))){const _0x4567f8=_0x5f2abd['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x5f2abd['config']['get']('fontSize.options'))['find'](_0x5cb206=>_0x5cb206['model']==_0x2e2df0);return _0x9f8dcf+'\x20('+(_0x4567f8?_0x4db857(_0x4567f8['title'])['toLowerCase']():_0x2e2df0)+')';}return _0x9f8dcf+'\x20('+_0x2e2df0+')';}class Y extends _0x4104d6{['_headingOptions'];['afterInit'](){const _0x473a84=this['editor'];if(!_0x473a84['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x473a84['config']['get']('heading.options');const _0x5c3b66=_0x473a84['locale'],_0x57ad33=_0x473a84['plugins']['get']('TrackChangesEditing');_0x57ad33['enableDefaultAttributesIntegration']('heading');for(const _0x5b3078 of this['_headingOptions'])'paragraph'!=_0x5b3078['model']&&_0x57ad33['descriptionFactory']['registerElementLabel'](_0x5b3078['model'],_0x50de3f=>{const _0x517a0a=this['_getHeadingLevel'](_0x5b3078['model']);return null!==_0x517a0a?_0x4d15cf(_0x50de3f,_0x517a0a):_0x2c27ca(_0x50de3f,_0x5b3078['title']);});function _0x4d15cf(_0x46a66a,_0x3b06b8){return o(_0x5c3b66,'ELEMENT_HEADING',[_0x46a66a,_0x3b06b8]);}function _0x2c27ca(_0x46c99f,_0x2e92bb){return o(_0x5c3b66,'ELEMENT_HEADING_CUSTOM',[_0x46c99f,_0x2e92bb]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5f4525=this['editor'],_0x12d2b6=_0x5f4525['locale'];function _0x2f7a52(_0x56f54d,_0xc6aa7e){return o(_0x12d2b6,'ELEMENT_HEADING_CUSTOM',[_0x56f54d,_0xc6aa7e]);}_0x5f4525['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3fca70=>{if('formatBlock'!=_0x3fca70['type'])return;const {data:_0x30a1fd}=_0x3fca70;if(_0x30a1fd&&'heading'==_0x30a1fd['commandName']){const _0x220317=_0x30a1fd['commandParams'][0x0]['value'],_0xbc421c=this['_getHeadingLevel'](_0x220317);if(null!==_0xbc421c)return{'type':'format','content':o(_0x12d2b6,'*Change\x20to:*\x20%0',(_0x254724=0x1,_0x292ad6=_0xbc421c,o(_0x12d2b6,'ELEMENT_HEADING',[_0x254724,_0x292ad6])))};const _0x2fb13f=this['_headingOptions']['find'](_0x334fdf=>_0x334fdf['model']===_0x220317)['title'];return{'type':'format','content':o(_0x12d2b6,'*Change\x20to:*\x20%0',_0x2f7a52(0x1,_0x2fb13f))};}var _0x254724,_0x292ad6;});}['_getHeadingLevel'](_0x1e810b){const _0xcc5db0=_0x1e810b['match'](/^heading(\d+)/);if(_0xcc5db0)return _0xcc5db0[0x1];const _0x17f877=this['_headingOptions']?.['find'](_0x2f904f=>_0x2f904f['model']==_0x1e810b);if(_0x17f877&&_0x17f877['view']){const _0x2495c1=_0x17f877['view'],_0x26f28e=(_0x2495c1['name']??_0x2495c1)['match'](/^h(\d+)/);if(_0x26f28e)return _0x26f28e[0x1];}return null;}}class Z extends _0x4104d6{['afterInit'](){const _0x1ff250=this['editor'];if(!_0x1ff250['plugins']['has']('HighlightEditing'))return;const _0x508301=_0x1ff250['plugins']['get']('TrackChangesEditing'),_0x22436d=_0x1ff250['locale'];_0x508301['enableDefaultAttributesIntegration']('highlight'),_0x508301['registerInlineAttribute']('highlight'),_0x508301['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x22436d,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x23faad=this['editor'],_0x5721c9=_0x23faad['locale'];_0x23faad['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd51b52=>{if('formatInline'!=_0xd51b52['type'])return;const {data:_0x1b74e2}=_0xd51b52;if(_0x1b74e2&&'highlight'==_0x1b74e2['commandName']){const _0x772587=_0x5721c9['t'],_0xdb68c0=_0x1b74e2['commandParams'][0x0]['value'];if(_0xdb68c0){const _0x1f4394=_0x23faad['config']['get']('highlight.options')['find'](_0x2924cf=>_0x2924cf['model']==_0xdb68c0),_0x3147ff=_0x772587(_0x1f4394['title'])['toLowerCase']();return{'type':'format','content':o(_0x5721c9,'*Set\x20highlight:*\x20%0',_0x3147ff),'color':{'value':_0x1f4394['color'],'title':_0x1f4394['title']}};}return{'type':'format','content':o(_0x5721c9,'*Remove\x20highlight*',o(_0x5721c9,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x4104d6{['afterInit'](){const _0xff45e5=this['editor'];if(!_0xff45e5['plugins']['has']('HorizontalLineEditing'))return;_0xff45e5['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0xad465e=_0xff45e5['plugins']['get']('TrackChangesEditing'),_0x3d098c=_0xff45e5['locale'];_0xad465e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x4efd99=>o(_0x3d098c,'ELEMENT_HORIZONTAL_LINE',_0x4efd99)),_0xff45e5['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2d3fb0,{writer:_0x41fa20,options:_0x547bba})=>{if(!_0x547bba['showSuggestionHighlights'])return null;const _0x5622f3=_0x41fa20['createContainerElement']('div'),_0x5648cf=_0x41fa20['createEmptyElement']('hr');return _0x41fa20['addClass']('ck-horizontal-line',_0x5622f3),_0x41fa20['insert'](_0x41fa20['createPositionAt'](_0x5622f3,0x0),_0x5648cf),_0x5622f3;},'converterPriority':'high'});}}class et extends _0x4104d6{['afterInit'](){const _0x29a5b7=this['editor'];if(!_0x29a5b7['plugins']['has']('HtmlEmbed'))return;const _0xe521d3=_0x29a5b7['plugins']['get']('TrackChangesEditing'),_0xe8e57b=_0x29a5b7['locale'];_0xe521d3['descriptionFactory']['registerElementLabel']('rawHtml',_0x31ec4c=>o(_0xe8e57b,'ELEMENT_HTML_EMBED',_0x31ec4c)),_0xe521d3['enableDefaultAttributesIntegration']('htmlEmbed'),_0xe521d3['registerBlockAttribute']('value'),_0xe521d3['descriptionFactory']['registerDescriptionCallback'](_0x35eb4b=>{if('attribute'!=_0x35eb4b['type'])return;const {data:_0x18ff85}=_0x35eb4b;if(_0x18ff85&&'value'==_0x18ff85['key']&&_0x35eb4b['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1dded6=o(_0xe8e57b,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0xe8e57b,'*Change\x20%0\x20content*',_0x1dded6)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1629eb=this['editor'],_0x1b2503=_0x1629eb['locale'];_0x1629eb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a65d7=>{if('formatBlock'!=_0x5a65d7['type'])return;const {data:_0x4e445d}=_0x5a65d7;if(_0x4e445d&&'htmlEmbed'==_0x4e445d['commandName']){const _0x572ba7=o(_0x1b2503,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1b2503,'*Change\x20%0\x20content*',_0x572ba7)};}});}}class it extends _0x4104d6{['afterInit'](){const _0x113cfe=this['editor'];if(!_0x113cfe['plugins']['has']('ImageEditing'))return;const _0x5e7514=_0x113cfe['plugins']['get']('TrackChangesEditing'),_0x55629c=_0x113cfe['plugins']['get']('ImageUtils'),_0x54581f=_0x113cfe['locale'];_0x5e7514['enableCommand']('insertImage'),_0x5e7514['descriptionFactory']['registerElementLabel']('imageBlock',_0x14b5b2=>o(_0x54581f,'ELEMENT_IMAGE',_0x14b5b2)),_0x5e7514['descriptionFactory']['registerElementLabel']('imageInline',_0x40f08=>o(_0x54581f,'ELEMENT_INLINE_IMAGE',_0x40f08)),_0x5e7514['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x54581f,'ELEMENT_CAPTION')),_0x113cfe['plugins']['has']('ImageUploadEditing')&&_0x5e7514['enableCommand']('uploadImage'),_0x113cfe['plugins']['has']('ImageBlockEditing')&&_0x113cfe['plugins']['has']('ImageInlineEditing')&&(_0x5e7514['enableCommand']('imageTypeInline',(_0x22b0e2,_0x2a6c1f)=>{const _0x4f6a48=_0x55629c['getClosestSelectedImageElement'](_0x113cfe['model']['document']['selection']);_0x113cfe['model']['change'](()=>{_0x5e7514['markBlockFormat'](_0x4f6a48,{'commandName':'imageTypeInline','commandParams':[_0x2a6c1f]},[],'convertBlockImageToInline');});}),_0x5e7514['enableCommand']('imageTypeBlock',(_0x5eb170,_0x4cd567)=>{_0x113cfe['model']['change'](_0xb2b820=>{let _0x5866b0=_0x55629c['getClosestSelectedImageElement'](_0x113cfe['model']['document']['selection']),_0x210624=_0xb2b820['createRangeOn'](_0x5866b0);const _0x35efd1=_0x37ad9c['fromPosition'](_0x210624['start'],'toPrevious'),_0x2dc814=_0x37ad9c['fromPosition'](_0x210624['end'],'toNext');_0x5e7514['forceDefaultExecution'](()=>_0x5eb170(_0x4cd567)),_0x5866b0=_0x55629c['getClosestSelectedImageElement'](_0x113cfe['model']['document']['selection']),_0x210624=_0xb2b820['createRangeOn'](_0x5866b0);const _0x3e2712=_0xb2b820['createRange'](_0x35efd1,_0x2dc814);_0x35efd1['detach'](),_0x2dc814['detach'](),_0x5e7514['markBlockFormat'](_0x5866b0,{'commandName':'imageTypeInline','commandParams':[_0x4cd567]},[],'convertInlineImageToBlock'),_0x3e2712['start']['isBefore'](_0x210624['start'])&&_0x5e7514['markInsertion'](_0xb2b820['createRange'](_0x3e2712['start'],_0x210624['start']),'convertInlineImageToBlock'),_0x210624['end']['isBefore'](_0x3e2712['end'])&&_0x5e7514['markInsertion'](_0xb2b820['createRange'](_0x210624['end'],_0x3e2712['end']),'convertInlineImageToBlock');});}),_0x5e7514['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5e7514['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5e7514['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5e7514['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5e7514['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5e7514['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x1d690e])=>{const _0x78cb81=_0x5e7514['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2a6aa5=_0x1d690e['start'],_0x523611=_0x1d690e['end'];const _0x509aea=_0x113cfe['model']['schema']['getNearestSelectionRange'](_0x2a6aa5,'backward'),_0x547ae6=_0x113cfe['model']['schema']['getNearestSelectionRange'](_0x523611,'forward');_0x509aea['isCollapsed']&&(_0x2a6aa5=_0x509aea['start']),_0x547ae6['isCollapsed']&&(_0x523611=_0x547ae6['end']),_0x78cb81([_0x113cfe['model']['createRange'](_0x2a6aa5,_0x523611)]);}),_0x5e7514['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xef48c9),_0x5e7514['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xef48c9)),_0x113cfe['plugins']['has']('ImageCaptionEditing')&&(_0x5e7514['enableCommand']('toggleImageCaption',(_0x390d79,_0x296109)=>{const _0x4b7b00=_0x113cfe['plugins']['get']('ImageCaptionUtils');let _0x505471=_0x55629c['getClosestSelectedImageElement'](_0x113cfe['model']['document']['selection']),_0x4b002a=_0x4b7b00['getCaptionFromImageModelElement'](_0x505471);_0x113cfe['model']['change'](()=>{if(_0x4b002a)return void _0x5e7514['markDeletion'](_0x113cfe['model']['createRangeOn'](_0x4b002a));const _0x3f6e7e=_0x55629c['isBlockImage'](_0x505471);_0x390d79(_0x296109),_0x505471=_0x55629c['getClosestSelectedImageElement'](_0x113cfe['model']['document']['selection']),_0x4b002a=_0x4b7b00['getCaptionFromImageModelElement'](_0x505471),_0x5e7514['markInsertion'](_0x113cfe['model']['createRangeOn'](_0x4b002a),_0x3f6e7e?null:'imageCaption');});}),_0x5e7514['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xef48c9));const _0x201417=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x268521(_0x13a211,_0x91eb7f){const _0x240403=_0x201417['findIndex'](({type:_0x39691f,subType:_0x261e2b})=>_0x13a211['type']==_0x39691f&&_0x13a211['subType']==_0x261e2b),_0x1feb63=_0x201417['findIndex'](({type:_0x3a8869,subType:_0x1ec51e})=>_0x91eb7f['type']==_0x3a8869&&_0x91eb7f['subType']==_0x1ec51e);if(_0x240403<0x0||_0x1feb63<0x0)return!0x1;const _0x124c81=_0x13a211['getFirstRange'](),_0x552876=_0x91eb7f['getFirstRange']();if((0x0==_0x240403||0x1==_0x240403)&&0x2==_0x1feb63&&_0x124c81['isIntersecting'](_0x552876))return!0x0;if(0x2==_0x240403&&0x3==_0x1feb63){const _0x1af2fd=_0x5e7514['_findSuggestions'](_0x124c81,'insertion')['filter'](({suggestion:_0x54ede2,meta:_0x26a7f2})=>_0x26a7f2['isOwn']&&'convertInlineImageToBlock'==_0x54ede2['subType']);if(_0x1af2fd['length']>0x1&&_0x552876['end']['isEqual'](_0x124c81['start']))return!0x0;if(0x1==_0x1af2fd['length']&&(_0x124c81['start']['isEqual'](_0x552876['end'])||_0x124c81['end']['isEqual'](_0x552876['start'])))return!0x0;}if(0x3==_0x240403&&0x3==_0x1feb63&&_0x124c81['start']['isBefore'](_0x552876['start'])){const _0x443c8c=_0x124c81['end']['nodeAfter'],_0x3b255d=_0x552876['start']['nodeBefore'];return _0x55629c['isBlockImage'](_0x443c8c)&&_0x443c8c===_0x3b255d;}return!0x1;}function _0xef48c9(_0x532f0f,_0x40d79f){return _0x268521(_0x532f0f,_0x40d79f)?[_0x532f0f,_0x40d79f]:_0x268521(_0x40d79f,_0x532f0f)?[_0x40d79f,_0x532f0f]:null;}_0x113cfe['plugins']['has']('ImageResize')&&(_0x5e7514['enableDefaultAttributesIntegration']('resizeImage'),_0x5e7514['registerBlockAttribute']('resizedWidth'),_0x5e7514['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x54581f,'FORMAT_IMAGE_SIZE'))),_0x113cfe['plugins']['has']('ImageTextAlternativeEditing')&&(_0x5e7514['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x5e7514['registerBlockAttribute']('alt')),_0x5e7514['descriptionFactory']['registerDescriptionCallback'](_0x26d3c3=>{if(!!_0x201417['find'](({type:_0x2465ab,subType:_0x47c0af})=>_0x26d3c3['type']==_0x2465ab&&_0x26d3c3['subType']==_0x47c0af))return _0x26d3c3['previous']?{}:void 0x0;}),_0x5e7514['descriptionFactory']['registerDescriptionCallback'](_0x348edb=>{if('insertion'==_0x348edb['type']||'deletion'==_0x348edb['type']){const _0x92d9c=_0x348edb['getContainedElement']();if(_0x92d9c&&_0x92d9c['is']('element','caption'))return{'type':'insertion'==_0x348edb['type']?'addObject':'removeObject','element':_0x92d9c,'quantity':0x1};}}),_0x5e7514['descriptionFactory']['registerDescriptionCallback'](_0x5c86c5=>'formatBlock'==_0x5c86c5['type']&&'convertInlineImageToBlock'==_0x5c86c5['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x5c86c5['type']&&'convertBlockImageToInline'==_0x5c86c5['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5e7514['descriptionFactory']['registerDescriptionCallback'](_0x2d3596=>{if('attribute'!=_0x2d3596['type'])return;const {data:_0x5deb86}=_0x2d3596;if(!_0x5deb86||'alt'!=_0x5deb86['key'])return;const _0x32f7ce=_0x5deb86['newValue'];return _0x32f7ce?{'type':'format','content':o(_0x54581f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x32f7ce+'\x22')}:{'type':'format','content':o(_0x54581f,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ca211=this['editor'],_0x192c16=_0x2ca211['locale'];_0x2ca211['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd2cd61=>{if('formatBlock'!=_0xd2cd61['type']&&'formatInline'!=_0xd2cd61['type'])return;const {data:_0x565648}=_0xd2cd61;if(_0x565648){if('imageTextAlternative'==_0x565648['commandName']){const _0x44f68e=_0x565648['commandParams'][0x0]['newValue'];return _0x44f68e?{'type':'format','content':o(_0x192c16,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x44f68e+'\x22')}:{'type':'format','content':o(_0x192c16,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x565648['commandName']){const _0x496f49=_0x565648['commandParams'][0x0]['width'];return _0x496f49?{'type':'format','content':o(_0x192c16,'*Set\x20image\x20width:*\x20%0',_0x496f49)}:{'type':'format','content':o(_0x192c16,'*Reset\x20image\x20width*')};}}});}}class st extends _0x4104d6{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1babb8=this['editor']['locale'],_0x3f9ad6=this['editor']['plugins']['get']('TrackChangesEditing');_0x3f9ad6['enableDefaultAttributesIntegration']('replaceImageSource'),_0x3f9ad6['registerBlockAttribute']('src'),_0x3f9ad6['descriptionFactory']['registerDescriptionCallback'](_0x477dc0=>{if('attribute'!=_0x477dc0['type'])return;const {data:_0x371d6a}=_0x477dc0;return _0x371d6a&&'src'==_0x371d6a['key']?_0x371d6a['newValue']&&_0x371d6a['oldValue']?{'type':'format','content':o(_0x1babb8,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x563822=this['editor']['plugins']['get']('TrackChangesEditing');_0x563822['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x563822['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x563822['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x563822['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x459d90=this['editor'],_0x2b03a9=_0x459d90['locale'];_0x459d90['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x29474f=>{if('formatBlock'!=_0x29474f['type']&&'formatInline'!=_0x29474f['type'])return;const {data:_0x1e127e}=_0x29474f;if(!_0x1e127e||'replaceImageSource'!=_0x1e127e['commandName'])return;return{'type':'format','content':o(_0x2b03a9,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x4104d6{['afterInit'](){const _0x2f4246=this['editor'];if(!_0x2f4246['plugins']['has']('ImageStyleEditing'))return;const _0x2e0716=_0x2f4246['plugins']['get']('TrackChangesEditing'),_0x369304=_0x2f4246['plugins']['get']('ImageUtils'),_0x5c6d0f={};_0x2e0716['enableCommand']('imageStyle',(_0x43ea65,_0xb5107)=>{const _0x349da3=_0x2f4246['plugins']['get']('Users')['me'],_0x3c5e36=_0x2f4246['commands']['get']('imageStyle');let _0x590a25=_0x369304['getClosestSelectedImageElement'](_0x2f4246['model']['document']['selection']),_0x206c33=_0x2f4246['model']['createRangeOn'](_0x590a25),_0x304e74=_0x3c5e36['value'];if(_0x304e74==_0xb5107['value'])return;const _0x243eca={'commandName':'imageStyle','commandParams':[_0xb5107],'formatGroupId':_0x5ed2a0()};_0x2f4246['model']['change'](()=>{if(_0x2e0716['getSuggestions']()['filter'](_0x451db1=>_0x451db1['isInContent']&&_0x349da3==_0x451db1['author']&&('formatBlock'==_0x451db1['type']||'formatInline'==_0x451db1['type'])&&('imageStylePreApply'==_0x451db1['subType']||'imageStylePostApply'==_0x451db1['subType'])&&_0x451db1['getFirstRange']()['isEqual'](_0x206c33))['forEach'](_0x3f0414=>_0x2e0716['discardSuggestion'](_0x3f0414['head'])),_0x590a25=_0x369304['getClosestSelectedImageElement'](_0x2f4246['model']['document']['selection']),_0x206c33=_0x2f4246['model']['createRangeOn'](_0x590a25),_0x3c5e36['refresh'](),_0x2f4246['commands']['get']('imageTypeInline')['refresh'](),_0x2f4246['commands']['get']('imageTypeBlock')['refresh'](),_0x304e74=_0x3c5e36['value'],_0x304e74!=_0xb5107['value'])return _0x369304['isInlineImage'](_0x590a25)&&_0x3c5e36['shouldConvertImageType'](_0xb5107['value'],_0x590a25)?(_0x43ea65({..._0xb5107,'setImageSizes':!0x1}),_0x590a25=_0x369304['getClosestSelectedImageElement'](_0x2f4246['model']['document']['selection']),void _0x2e0716['markBlockFormat'](_0x590a25,{..._0x243eca,'commandReversedParams':[{'value':_0x304e74||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x369304['isBlockImage'](_0x590a25)?_0x2e0716['markBlockFormat'](_0x590a25,_0x243eca,[],'imageStylePostApply'):_0x2e0716['markInlineFormat'](_0x206c33,_0x243eca,'imageStylePostApply'));});});for(const _0x1b0362 of _0x2f4246['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x5c6d0f[_0x1b0362['name']]=_0x1b0362['title']['toLowerCase']();_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x8b795b])=>{_0x369304['setImageNaturalSizeAttributes'](_0x8b795b['getContainedElement']());}),_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x56d829,_0x456e56)=>{_0x2e0716['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x56d829,{'commandName':_0x456e56['commandName'],'commandParams':_0x456e56['commandReversedParams']});}),_0x2e0716['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x4b7f65,_0x4824b4){if(_0x474303(_0x4b7f65,_0x4824b4))return[_0x4b7f65,_0x4824b4];if(_0x474303(_0x4824b4,_0x4b7f65))return[_0x4824b4,_0x4b7f65];return null;});const _0x3c376f=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x474303(_0x5a1c37,_0x1b3f73){const _0x2e9776=_0x3c376f['findIndex'](({type:_0x4a3a75,subType:_0x4e4930})=>_0x5a1c37['type']==_0x4a3a75&&_0x5a1c37['subType']==_0x4e4930),_0x4a8824=_0x3c376f['findIndex'](({type:_0x5bf738,subType:_0x3abf0c})=>_0x1b3f73['type']==_0x5bf738&&_0x1b3f73['subType']==_0x3abf0c);if(_0x2e9776<0x0||_0x4a8824<0x0)return!0x1;const _0x2a9da1=_0x5a1c37['getFirstRange'](),_0x2d0046=_0x1b3f73['getFirstRange']();if((0x0==_0x2e9776||0x1==_0x2e9776)&&0x2==_0x4a8824&&_0x2a9da1['isIntersecting'](_0x2d0046))return!0x0;if(0x2==_0x2e9776&&0x3==_0x4a8824){const _0x575105=_0x2e0716['_findSuggestions'](_0x2a9da1,'insertion')['filter'](({suggestion:_0x3c6799,meta:_0x1db68c})=>_0x1db68c['isOwn']&&'convertInlineImageToBlock'==_0x3c6799['subType']);if(_0x575105['length']>0x1&&_0x2d0046['end']['isEqual'](_0x2a9da1['start']))return!0x0;if(0x1==_0x575105['length']&&(_0x2a9da1['start']['isEqual'](_0x2d0046['end'])||_0x2a9da1['end']['isEqual'](_0x2d0046['start'])))return!0x0;}if(0x3==_0x2e9776&&0x3==_0x4a8824&&_0x2a9da1['start']['isBefore'](_0x2d0046['start'])){const _0x1df013=_0x2a9da1['end']['nodeAfter'],_0x2874be=_0x2d0046['start']['nodeBefore'];return _0x369304['isBlockImage'](_0x1df013)&&_0x1df013===_0x2874be;}return!0x1;}_0x2f4246['model']['document']['registerPostFixer'](()=>{let _0x17fe75=!0x1;const _0x5e2f03=Array['from'](_0x2f4246['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x110bb6,data:_0x1159f6}of _0x5e2f03){const {group:_0xc6ff19,type:_0x76e770,subType:_0x29d59c,id:_0x3c6225}=_0x2e0716['_splitMarkerName'](_0x110bb6);if('suggestion'==_0xc6ff19&&_0x2e0716['hasSuggestion'](_0x3c6225)){if('formatBlock'==_0x76e770&&('imageStylePreApply'==_0x29d59c||'imageStylePostApply'==_0x29d59c)){const _0x13b9c6=_0x2e0716['getSuggestion'](_0x3c6225);if(_0x1159f6['newRange']){const _0x34b7ca=_0x13b9c6['getFirstRange']()['getContainedElement']();if(_0x369304['isBlockImage'](_0x34b7ca))continue;_0x2e0716['discardSuggestion'](_0x13b9c6),_0x17fe75=!0x0;}}if('insertion'==_0x76e770&&'imageCaption'==_0x29d59c&&!_0x1159f6['newRange']){const _0x11d0bb=_0x2e0716['getSuggestion'](_0x3c6225);_0x11d0bb['next']&&_0x11d0bb['next']['isInContent']&&(_0x2e0716['discardSuggestion'](_0x11d0bb['next']),_0x17fe75=!0x0);}}}return _0x17fe75;}),this['_registerLegacyDescription'](_0x5c6d0f);}['_registerLegacyDescription'](_0x51958c){const _0x558a01=this['editor'],_0x1bb5b9=_0x558a01['locale'];_0x558a01['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x313971=>{if('formatBlock'!=_0x313971['type']&&'formatInline'!=_0x313971['type'])return;const {data:_0x35501f}=_0x313971;if(!_0x35501f||'imageStyle'!=_0x35501f['commandName'])return;const _0x162e51=_0x35501f['commandParams'][0x0]['value'];return _0x540fa7('side'===_0x162e51?o(_0x1bb5b9,'FORMAT_SIDE_IMAGE'):_0x51958c[_0x162e51]||_0x162e51);function _0x540fa7(_0x18899b){return{'type':'format','content':o(_0x1bb5b9,'*Format:*\x20%0',_0x18899b)};}});}}class ot extends _0x4104d6{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x39f916){super(_0x39f916),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4bb7a6=this['editor'],_0x184d76=_0x4bb7a6['commands']['get']('importWord'),_0x2f9e6d=_0x4bb7a6['commands']['get']('trackChanges');_0x184d76&&(_0x184d76['on']('execute',(_0x369688,[,_0x2b6a7b])=>{this['_trackChangesValueDuringImport']=_0x2f9e6d['value'],_0x2b6a7b['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x184d76,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x184d76,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x2f9e6d['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4bb7a6['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x1be97a,_0x4a363f){const {suggestions:_0x121bb4}=_0x4a363f,_0x482368=this['editor']['commands']['get']('trackChanges'),_0x17510b=_0x482368['value'];this['_trackChangesValueDuringImport']!==_0x17510b&&(_0x482368['execute'](),this['_trackChangesExecuted']=!0x0),_0x121bb4&&_0x121bb4['forEach'](({id:_0x3d15a2,type:_0x1e2749,author:_0x40e6ec,created_at:_0x2f956a})=>{const _0x5442cb={'id':_0x3d15a2,'type':_0x1e2749,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x40e6ec,'createdAt':_0x2f956a?new Date(_0x2f956a):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5442cb);});}}class rt extends _0x4104d6{['afterInit'](){const _0x2c185f=this['editor'],_0x55d5ff=_0x2c185f['plugins']['get']('TrackChangesEditing');if(_0x2c185f['plugins']['has']('IndentEditing')&&(_0x55d5ff['enableCommand']('indent'),_0x55d5ff['enableCommand']('outdent')),_0x2c185f['plugins']['has']('IndentBlock')){for(const _0xfd0180 of['indentBlock','outdentBlock'])_0x55d5ff['enableDefaultAttributesIntegration'](_0xfd0180);}const _0x11eb33=_0x2c185f['locale'];_0x55d5ff['registerBlockAttribute']('blockIndent'),_0x55d5ff['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x11eb33,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1e1e01=this['editor'],_0x4169c7=_0x1e1e01['locale'],_0x68bebd=_0x1e1e01['plugins']['get']('TrackChangesEditing');_0x68bebd['descriptionFactory']['registerDescriptionCallback'](_0x6423df=>{if('formatBlock'!=_0x6423df['type'])return;const {data:_0xb48f89}=_0x6423df;if(!_0xb48f89)return;if('indentBlock'!=_0xb48f89['commandName']&&'outdentBlock'!=_0xb48f89['commandName'])return;const _0x342925=_0x6423df['getItems']()[0x0],_0xbe3266=_0x68bebd['descriptionFactory']['getItemLabel'](_0x342925);return'indentBlock'==_0xb48f89['commandName']?{'type':'format','content':o(_0x4169c7,'*Indent:*\x20%0',_0xbe3266)}:'outdentBlock'==_0xb48f89['commandName']?{'type':'format','content':o(_0x4169c7,'*Outdent:*\x20%0',_0xbe3266)}:void 0x0;});}}class at extends _0x4104d6{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x4104d6{['afterInit'](){const _0x1c3fdc=this['editor'];if(!_0x1c3fdc['plugins']['has']('LinkEditing'))return;const _0xd393c2=_0x1c3fdc['plugins']['get']('TrackChangesEditing'),_0x5bafc2=_0x1c3fdc['commands']['get']('link');_0xd393c2['enableDefaultAttributesIntegration']('link'),_0xd393c2['enableDefaultAttributesIntegration']('unlink'),_0xd393c2['registerInlineAttribute']('linkHref');for(const _0x6b6821 of _0x5bafc2['manualDecorators'])_0xd393c2['registerInlineAttribute'](_0x6b6821['id']),_0xd393c2['descriptionFactory']['registerAttributeLabel'](_0x6b6821['id'],'link\x20('+_0x6b6821['label']['toLowerCase']()+')');_0xd393c2['descriptionFactory']['registerDescriptionCallback'](_0x51cff6=>{if('attribute'!=_0x51cff6['type'])return;const {data:_0x3ab8d9}=_0x51cff6;if(!_0x3ab8d9||'linkHref'!=_0x3ab8d9['key'])return;const _0x1d5426=_0x3ab8d9['newValue'],_0x49ccd3=_0x1c3fdc['locale'];return{'type':'format','content':null==_0x1d5426?o(_0x49ccd3,'*Remove\x20link*'):o(_0x49ccd3,'*Set\x20link:*\x20%0','\x22'+_0x1d5426+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1d01a1=this['editor'],_0x4dcaa7=_0x1d01a1['locale'];_0x1d01a1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x479571=>{if('formatInline'!=_0x479571['type'])return;const {data:_0x39c113}=_0x479571;if(_0x39c113){if('link'==_0x39c113['commandName']){const _0x4aee56=_0x39c113['commandParams'][0x0];return{'type':'format','content':o(_0x4dcaa7,'*Set\x20link:*\x20%0','\x22'+_0x4aee56+'\x22')};}return'unlink'==_0x39c113['commandName']?{'type':'format','content':o(_0x4dcaa7,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x4104d6{['afterInit'](){const _0x2ad8b7=this['editor'],_0x9c2cb3=_0x2ad8b7['locale'];if(!_0x2ad8b7['plugins']['has']('LegacyListEditing'))return;const _0x3af6a5=_0x2ad8b7['plugins']['get']('TrackChangesEditing'),_0x4bae29=_0x2ad8b7['plugins']['has']('LegacyTodoListEditing');function _0x430377(_0x45b5ba){return()=>{const _0x5c0de4=_0x2ad8b7['model']['document']['selection'],_0x29f8a1=_0x2ad8b7['commands']['get'](_0x45b5ba);if(_0x29f8a1['value'])return void _0x2ad8b7['execute']('paragraph',{});const _0x10b228=_0x45b5ba['slice'](0x0,-0x4),_0x42a664=function(_0x1eadb2,_0x4a8810,_0x24f15d){let _0x3d3cd0=Array['from'](_0x1eadb2)['filter'](_0xc26849=>function(_0x416172,_0x582a5b){return _0x582a5b['checkChild'](_0x416172['parent'],'listItem')&&!_0x582a5b['isObject'](_0x416172);}(_0xc26849,_0x24f15d));_0x3d3cd0=_0x3d3cd0['filter'](_0x115686=>!_0x115686['is']('element','listItem')||_0x115686['getAttribute']('listType')!=_0x4a8810);const _0x335174=new Set();for(const _0xb3ac62 of _0x3d3cd0)_0xb3ac62['is']('element','listItem')?_0x335174['add'](me(_0xb3ac62)):_0x335174['add'](_0xb3ac62);return Array['from'](_0x335174);}(_0x5c0de4['getSelectedBlocks'](),_0x10b228,_0x2ad8b7['model']['schema']);_0x2ad8b7['model']['change'](()=>{for(const _0x1c4d5a of _0x42a664)_0x3af6a5['markBlockFormat'](_0x1c4d5a,{'commandName':_0x45b5ba,'commandParams':[{'forceValue':!_0x29f8a1['value']}],'formatGroupId':'blockName'},fe(_0x1c4d5a));});};}function _0x12589a(_0x36609b){return()=>{const _0x48f068=function(_0x43d749){let _0x1f17d8=Array['from'](_0x43d749);const _0x18f889=_0x1f17d8['findIndex'](_0x5c2a39=>'listItem'!=_0x5c2a39['name']);return _0x18f889>-0x1&&(_0x1f17d8=_0x1f17d8['slice'](0x0,_0x18f889)),_0x1f17d8;}(_0x2ad8b7['model']['document']['selection']['getSelectedBlocks']()),_0x511242=_0x2ad8b7['model']['createRange'](_0x2ad8b7['model']['createPositionAt'](_0x48f068[0x0],'before'),_0x2ad8b7['model']['createPositionAt'](_0x48f068[_0x48f068['length']-0x1],'end'));_0x2ad8b7['model']['change'](()=>{_0x3af6a5['markBlockFormat'](_0x511242,{'commandName':_0x36609b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x329b17){const _0x4ca292=new Set();for(const _0x1e1db9 of _0x329b17){let _0x321c09=_0x1e1db9['nextSibling'];for(;_0x321c09&&_0x321c09['getAttribute']('listIndent')>_0x1e1db9['getAttribute']('listIndent');)_0x4ca292['add'](_0x321c09),_0x321c09=_0x321c09['nextSibling'];}return Array['from'](_0x4ca292);}(_0x48f068));});};}_0x3af6a5['enableCommand']('numberedList',_0x430377('numberedList')),_0x3af6a5['enableCommand']('bulletedList',_0x430377('bulletedList')),_0x4bae29&&_0x3af6a5['enableCommand']('todoList',_0x430377('todoList')),_0x3af6a5['enableCommand']('indentList',_0x12589a('indentList')),_0x3af6a5['enableCommand']('outdentList',_0x12589a('outdentList')),_0x4bae29&&_0x3af6a5['enableCommand']('checkTodoList',()=>{const _0x3178b0=_0x2ad8b7['commands']['get']('checkTodoList'),_0x332ea2=Array['from'](_0x3178b0['_selectedElements']);_0x332ea2['filter'](_0x1b1940=>_0x1b1940['getAttribute']('todoListChecked')!=_0x3178b0['value']),_0x2ad8b7['model']['change'](()=>{for(const _0x171adf of _0x332ea2)_0x3af6a5['markBlockFormat'](_0x171adf,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x3178b0['value']}]});});}),_0x3af6a5['descriptionFactory']['registerElementLabel']('listItem',_0xf07770=>o(_0x9c2cb3,'ELEMENT_LIST_ITEM',_0xf07770)),_0x3af6a5['descriptionFactory']['registerDescriptionCallback'](_0x5e28e3=>{if('formatBlock'!=_0x5e28e3['type']&&'formatInline'!=_0x5e28e3['type'])return;const {data:_0x470db0}=_0x5e28e3;if(_0x470db0){if('numberedList'==_0x470db0['commandName']||'bulletedList'==_0x470db0['commandName']||'todoList'==_0x470db0['commandName'])switch(_0x470db0['commandName']['replace']('List','')){case'bulleted':return _0x1dec63(o(_0x9c2cb3,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1dec63(o(_0x9c2cb3,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1dec63(o(_0x9c2cb3,'ELEMENT_TODO_LIST'));}if('indentList'==_0x470db0['commandName'])return{'type':'format','content':o(_0x9c2cb3,'*Indent:*\x20%0',o(_0x9c2cb3,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x470db0['commandName'])return{'type':'format','content':o(_0x9c2cb3,'*Outdent:*\x20%0',o(_0x9c2cb3,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x470db0['commandName'])return _0x470db0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x9c2cb3,'*Check\x20item*')}:{'type':'format','content':o(_0x9c2cb3,'*Uncheck\x20item*')};}function _0x1dec63(_0x330ede){return{'type':'format','content':o(_0x9c2cb3,'*Change\x20to:*\x20%0',_0x330ede)};}});}}function me(_0x335c71){const _0x2da9fa=_0x335c71['getAttribute']('listIndent');if(0x0==_0x2da9fa)return _0x335c71;let _0x1b493a=_0x335c71;for(;_0x335c71['previousSibling']&&_0x335c71['previousSibling']['is']('element','listItem');){const _0x49157c=_0x335c71['previousSibling']['getAttribute']('listIndent');if(_0x49157c==_0x2da9fa)_0x1b493a=_0x335c71['previousSibling'];else{if(_0x49157c<_0x2da9fa)break;}_0x335c71=_0x335c71['previousSibling'];}return _0x1b493a;}function fe(_0x223a86){const _0x4ea781=[];if(_0x223a86['is']('element','listItem')&&_0x223a86['getAttribute']('listIndent')>0x0){let _0x198c58=_0x223a86['nextSibling'];for(;_0x198c58&&'listItem'==_0x198c58['name']&&_0x198c58['getAttribute']('listIndent')==_0x223a86['getAttribute']('listIndent');)_0x4ea781['push'](_0x198c58),_0x198c58=_0x198c58['nextSibling'];}return _0x4ea781;}class K extends _0x4104d6{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x333495=this['editor']['config']['get']('list.properties'),_0x3a6461=this['editor']['plugins']['get']('TrackChangesEditing');_0x333495['styles']&&_0x3a6461['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x333495['reversed']&&_0x3a6461['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x333495['startIndex']&&_0x3a6461['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3a6461['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0xf21574,_0x134f24={}){const _0x2cc2f0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2938ff=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x2cc2f0['markMultiRangeBlockFormat'](_0x2938ff,{'commandName':'listStyle','commandParams':[{'type':_0x134f24['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x53a3a3,_0x134d7b={}){const _0x598fdb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x224ea4=this['_getSuggestionBlocks'](_0x5691f9=>_0x5691f9['is']('element','listItem')&&'numbered'===_0x5691f9['getAttribute']('listType'));if(_0x224ea4['length']<0x1)return;const _0x9a649f=_0x224ea4['map'](_0x281bb7=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x281bb7,'before'),this['editor']['model']['createPositionAt'](_0x281bb7,0x0)));this['editor']['model']['change'](()=>{_0x598fdb['markMultiRangeBlockFormat'](_0x9a649f,{'commandName':'listReversed','commandParams':[{'reversed':_0x134d7b['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x173b9d,_0x5792a0={}){const _0x2644e8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5543a2=this['_getSuggestionBlocks'](_0x587131=>_0x587131['is']('element','listItem')&&'numbered'===_0x587131['getAttribute']('listType'));if(_0x5543a2['length']<0x1)return;const _0x44d018=_0x5543a2['map'](_0x180699=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x180699,'before'),this['editor']['model']['createPositionAt'](_0x180699,0x0)));this['editor']['model']['change'](()=>{_0x2644e8['markMultiRangeBlockFormat'](_0x44d018,{'commandName':'listStart','commandParams':[{'startIndex':_0x5792a0['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x90f9fc){if('formatBlock'!=_0x90f9fc['type']&&'formatInline'!=_0x90f9fc['type'])return;const _0x4fb09d=this['editor']['locale'],{data:_0x527d88}=_0x90f9fc;if(!_0x527d88)return;let _0x2659c2,_0x252cf1;switch(_0x527d88['commandName']){case'listStyle':_0x2659c2='*Change\x20to:*\x20%0',_0x252cf1={'type':'format','content':o(_0x4fb09d,_0x2659c2,o(_0x4fb09d,this['_getTranslationKeyForListStyle'](_0x527d88['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2659c2=_0x527d88['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x252cf1={'type':'format','content':o(_0x4fb09d,_0x2659c2)};break;case'listStart':_0x2659c2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x252cf1={'type':'format','content':o(_0x4fb09d,_0x2659c2,_0x527d88['commandParams'][0x0]['startIndex'])};}return _0x252cf1;}['_getSuggestionBlocksForListStyle'](){const _0x24ab80=this['editor']['plugins']['get']('LegacyListUtils');let _0x54e4ac=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x54e4ac[0x0]?.['is']('element','listItem')&&_0x54e4ac['unshift'](..._0x24ab80['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x54e4ac[_0x54e4ac['length']-0x1]?.['is']('element','listItem')&&_0x54e4ac['push'](..._0x24ab80['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x54e4ac=[...new Set(_0x54e4ac)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x54e4ac=_0x54e4ac['filter'](_0x32c433=>_0x32c433['is']('element','listItem'))),_0x54e4ac;}['_getSuggestionBlocks'](_0x4f2fae){const _0x3d1fad=this['editor']['plugins']['get']('LegacyListUtils');let _0x524ff6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x4f2fae)['map'](_0xbd59a8=>{const _0x4dbbe0=this['editor']['model']['createPositionAt'](_0xbd59a8,0x0);return[..._0x3d1fad['getSiblingNodes'](_0x4dbbe0,'backward'),..._0x3d1fad['getSiblingNodes'](_0x4dbbe0,'forward')];})['flat']();return _0x524ff6=[...new Set(_0x524ff6)],_0x524ff6;}['_getTranslationKeyForListStyle'](_0x3fdd33){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x3fdd33)||'default')['toUpperCase']()+'_LIST_'+_0x3fdd33['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x4104d6{['afterInit'](){const _0x42b400=this['editor'];if(!_0x42b400['plugins']['has']('MediaEmbedEditing'))return;const _0x4ee8ff=_0x42b400['plugins']['get']('TrackChangesEditing'),_0x4cde29=_0x42b400['locale'];_0x4ee8ff['enableCommand']('mediaEmbed'),_0x4ee8ff['descriptionFactory']['registerElementLabel']('media',_0x2674a0=>o(_0x4cde29,'ELEMENT_MEDIA',_0x2674a0)),_0x42b400['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x490b6d,{writer:_0x15c911,options:_0x38d121})=>{if(_0x38d121['showSuggestionHighlights'])return _0x15c911['createEmptyElement']('div');},'converterPriority':'high'}),_0x42b400['data']['downcastDispatcher']['on']('attribute:url:media',(_0x4047fa,_0x3c0218,_0x58b9b9)=>{_0x58b9b9['options']['showSuggestionHighlights']&&_0x4047fa['stop']();},{'priority':'high'});}}class gt extends _0x4104d6{['afterInit'](){const _0x1bbec4=this['editor'];_0x1bbec4['plugins']['has']('MentionEditing')&&_0x1bbec4['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x4104d6{['afterInit'](){const _0xca56e9=this['editor'],_0x6b196=_0xca56e9['plugins']['get']('TrackChangesEditing');_0xca56e9['plugins']['has']('MultiLevelList')&&(_0x6b196['enableDefaultAttributesIntegration']('multiLevelList'),_0x6b196['registerBlockAttribute']('listMarkerStyle'),_0x6b196['descriptionFactory']['registerDescriptionCallback'](_0x2dce08=>this['handleDescriptions'](_0x2dce08)));}['handleDescriptions'](_0x3b94d1){const _0xe89e5b=this['editor']['locale'],{data:_0x5f1eab}=_0x3b94d1,_0x15f017={'type':'format','content':''};if(_0x5f1eab&&'listMarkerStyle'==_0x5f1eab['key']){if(!_0x5f1eab['oldValue'])return{'type':'format','content':o(_0xe89e5b,'*Set\x20format:*\x20%0',o(_0xe89e5b,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5f1eab['newValue']+')'};if(!_0x5f1eab['newValue']){let _0x504c77=_0x3b94d1['head'];for(;_0x504c77;){if(_0x504c77['data']&&'listType'==_0x504c77['data']['key']&&_0x504c77['data']['newValue'])return _0x15f017;_0x504c77=_0x504c77['next'];}return{'type':'format','content':o(_0xe89e5b,'*Remove\x20format:*\x20%0',o(_0xe89e5b,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5f1eab['oldValue']+')'};}}}}class mt extends _0x4104d6{['afterInit'](){const _0xed0c62=this['editor'];if(!_0xed0c62['plugins']['has']('PageBreakEditing'))return;_0xed0c62['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x5cb40a=_0xed0c62['plugins']['get']('TrackChangesEditing'),_0x4f1da6=_0xed0c62['locale'];_0x5cb40a['descriptionFactory']['registerElementLabel']('pageBreak',_0x195489=>o(_0x4f1da6,'ELEMENT_PAGE_BREAK',_0x195489));}}class dt extends _0x4104d6{['afterInit'](){const _0x38d1a8=this['editor'];if(!_0x38d1a8['plugins']['has']('Paragraph'))return;const _0x227235=_0x38d1a8['locale'],_0x5a8cfb=_0x38d1a8['plugins']['get']('TrackChangesEditing');_0x5a8cfb['descriptionFactory']['registerElementLabel']('paragraph',_0xbeb8b3=>o(_0x227235,'ELEMENT_PARAGRAPH',_0xbeb8b3)),_0x5a8cfb['enableDefaultAttributesIntegration']('paragraph'),_0x5a8cfb['enableCommand']('insertParagraph'),_0x38d1a8['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x38d1a8),{'priority':'highest'}),_0x38d1a8['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x173d49,_0x6b1a4d,_0x260214)=>{_0x260214['options']['showSuggestionHighlights']&&nr(_0x38d1a8,{'showActiveMarker':!0x1})(_0x173d49,_0x6b1a4d,_0x260214);},{'priority':'highest'});const _0x4bef5d=_0x5a8cfb['descriptionFactory'];_0x4bef5d['registerDescriptionCallback'](_0x5dc11e=>{if('insertion'!==_0x5dc11e['type'])return;const {start:_0x1b2bc6,end:_0x4b71c5}=_0x5dc11e['getFirstRange']();if(!_0x1b2bc6['isTouching'](_0x4b71c5)||!_0x1b2bc6['nodeAfter'])return;const _0x470ac8=_0x38d1a8['model']['schema'],_0x47af75=_0x1b2bc6['nodeAfter'];return _0x470ac8['isBlock'](_0x47af75)&&!_0x470ac8['isLimit'](_0x47af75)&&_0x470ac8['checkChild'](_0x47af75,'$text')?{'type':'insertion','content':o(_0x227235,'*Insert:*\x20%0',_0x4bef5d['getItemLabel'](_0x47af75,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4230fc=this['editor'],_0x2318e6=_0x4230fc['locale'];_0x4230fc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58d264=>{if('formatBlock'!=_0x58d264['type'])return;const {data:_0x4589f3}=_0x58d264;return _0x4589f3&&'paragraph'==_0x4589f3['commandName']?{'type':'format','content':o(_0x2318e6,'*Change\x20to:*\x20%0',o(_0x2318e6,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x242da2,{showActiveMarker:_0x514d7f=!0x0}={}){return(_0x2595e3,_0x2ca8b9,_0x111074)=>{const _0x29cc43=_0x242da2['plugins']['get']('TrackChangesEditing'),_0xb6cfd9=_0x2ca8b9['markerRange']['start'],_0x3e8786=_0x2ca8b9['markerRange']['end'],_0x118258=_0x242da2['model']['schema'];if(!_0xb6cfd9['isTouching'](_0x3e8786)||!_0xb6cfd9['nodeAfter'])return;const _0x3e473d=_0xb6cfd9['nodeAfter'];if(_0x118258['isBlock'](_0x3e473d)&&!_0x118258['isLimit'](_0x3e473d)&&_0x118258['checkChild'](_0x3e473d,'$text')){if(!_0x111074['consumable']['consume'](_0x2ca8b9['markerRange'],_0x2595e3['name']))return;const _0x1e0a1a=_0x111074['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x2d4ada=_0x111074['mapper']['toViewPosition'](_0x3e8786);_0x514d7f&&_0x29cc43['activeMarkers']['includes'](_0x2ca8b9['markerName'])&&_0x111074['writer']['addClass']('ck-suggestion-marker--active',_0x1e0a1a),_0x111074['writer']['insert'](_0x2d4ada,_0x1e0a1a),_0x111074['mapper']['bindElementToMarker'](_0x1e0a1a,_0x2ca8b9['markerName']);}};}class pt extends _0x4104d6{['afterInit'](){const _0x5ccd72=this['editor'];if(!_0x5ccd72['plugins']['has']('RemoveFormatEditing'))return;_0x5ccd72['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54d5f1=this['editor'];_0x54d5f1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a1c1f=>{if('formatBlock'!=_0x1a1c1f['type']&&'formatInline'!=_0x1a1c1f['type'])return;const {data:_0x5b51b1}=_0x1a1c1f;return _0x5b51b1&&'removeFormat'==_0x5b51b1['commandName']?{'type':'format','content':o(_0x54d5f1['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x4104d6{['afterInit'](){const _0x11c4d0=this['editor'];if(!_0x11c4d0['plugins']['has']('RestrictedEditingModeEditing'))return;const _0xa988a1=_0x11c4d0['plugins']['get']('TrackChangesEditing');_0xa988a1['enableCommand']('goToPreviousRestrictedEditingException'),_0xa988a1['enableCommand']('goToNextRestrictedEditingException');const _0x2bbcd4=_0x11c4d0['plugins']['get']('RestrictedEditingModeEditing');_0x2bbcd4['enableCommand']('trackChanges'),_0x2bbcd4['enableCommand']('acceptSuggestion'),_0x2bbcd4['enableCommand']('discardSuggestion'),_0x2bbcd4['enableCommand']('acceptAllSuggestions'),_0x2bbcd4['enableCommand']('discardAllSuggestions'),_0x2bbcd4['enableCommand']('acceptSelectedSuggestions'),_0x2bbcd4['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x4104d6{static get['requires'](){return[_0x291438];}['init'](){const _0x4d02af=this['editor'],_0x3f84b6=_0x4d02af['plugins']['get']('TrackChangesEditing');_0x3f84b6['enableCommand']('shiftEnter'),_0x4d02af['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x4d02af),{'priority':'high'}),_0x4d02af['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x4d02af),{'priority':'high'}),_0x4d02af['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x595609,_0x4de6f4,_0x2e8ae5)=>{_0x2e8ae5['options']['showSuggestionHighlights']&&de(_0x4d02af,{'showActiveMarker':!0x1})(_0x595609,_0x4de6f4,_0x2e8ae5);}),_0x3f84b6['descriptionFactory']['registerElementLabel']('softBreak',_0x3d3de3=>o(_0x4d02af['locale'],'ELEMENT_LINE_BREAK',_0x3d3de3));}}function de(_0x46ab62,{showActiveMarker:_0x5d4045=!0x0}={}){return(_0x4d01bb,_0x47f832,_0x194826)=>{const _0x3de751=_0x46ab62['plugins']['get']('TrackChangesEditing');if(!_0x194826['consumable']['test'](_0x47f832['markerRange'],_0x4d01bb['name']))return;const _0x3f0dc7=_0x46ab62['model'];for(const _0x39bbc3 of _0x47f832['markerRange']['getItems']()){if(!_0x39bbc3['is']('element','softBreak'))continue;const _0x5aff15='deletion'==_0x47f832['markerName']['split'](':')[0x1]?'merge':'split',_0x4742d4=_0x194826['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x5aff15}),_0x43d849=_0x194826['mapper']['toViewPosition'](_0x3f0dc7['createPositionBefore'](_0x39bbc3));_0x5d4045&&_0x3de751['activeMarkers']['includes'](_0x47f832['markerName'])&&_0x194826['writer']['addClass']('ck-suggestion-marker--active',_0x4742d4),_0x194826['writer']['insert'](_0x43d849,_0x4742d4),_0x194826['mapper']['bindElementToMarker'](_0x4742d4,_0x47f832['markerName']);}};}class wt extends _0x4104d6{['afterInit'](){const _0x399a89=this['editor'],_0x19022=_0x399a89['model'],_0x1c5775=_0x399a89['locale'];if(!_0x399a89['plugins']['has']('StandardEditingModeEditing'))return;const _0x2acd73=_0x399a89['plugins']['get']('TrackChangesEditing'),_0xfc146d='restrictedEditingException',_0x4fba31=_0x399a89['commands']['get'](_0xfc146d);_0x2acd73['enableCommand'](_0xfc146d,(_0x2d27e4,_0x1c0aed={})=>{const _0xafd260=_0x19022['document']['selection'];if(_0xafd260['isCollapsed'])return void _0x2d27e4(_0x1c0aed);const _0x24189c=void 0x0!==_0x1c0aed['forceValue']?_0x1c0aed['forceValue']:!_0x4fba31['value'];_0x19022['change'](()=>{const _0x578468=Array['from'](_0xafd260['getRanges']());for(const _0x52eb4e of _0x578468){const _0x23eff4=_0x24189c?[_0x52eb4e]:io(_0xfc146d,_0x52eb4e,_0x19022);for(const _0x570425 of _0x23eff4)_0x2acd73['markInlineFormat'](_0x570425,{'commandName':_0xfc146d,'commandParams':[{'forceValue':_0x24189c}]});}});}),_0x2acd73['descriptionFactory']['registerDescriptionCallback'](_0x39b889=>{if('formatBlock'!=_0x39b889['type']&&'formatInline'!=_0x39b889['type'])return;const {data:_0x20ea46}=_0x39b889;return _0x20ea46&&_0x20ea46['commandName']==_0xfc146d?_0x20ea46['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1c5775,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x1c5775,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x4104d6{['afterInit'](){const _0x2da116=this['editor'];if(!_0x2da116['plugins']['has']('Style')||!_0x2da116['plugins']['has']('DataSchema'))return;const _0x1e3c1b=_0x2da116['plugins']['get']('TrackChangesEditing'),_0x8e91af=_0x2da116['locale'],_0x473fe=_0x2da116['config']['get']('style')||{},_0xec482c=_0x2da116['plugins']['get']('GeneralHtmlSupport'),_0x4e2c9f=_0x2da116['plugins']['get']('StyleUtils')['normalizeConfig'](_0x2da116['plugins']['get']('DataSchema'),_0x473fe['definitions']);_0x1e3c1b['enableDefaultAttributesIntegration']('style');const _0x1fd7df=new Set();for(const _0x511ad1 of _0x4e2c9f['block']){const _0x488823=_0xec482c['getGhsAttributeNameForElement'](_0x511ad1['element']);_0x1fd7df['add'](_0x488823);}const _0x2494cc=new Set();for(const _0x550770 of _0x4e2c9f['inline']){const _0x19da0a=_0xec482c['getGhsAttributeNameForElement'](_0x550770['element']);_0x2494cc['add'](_0x19da0a);for(const _0x6b63a1 of _0x550770['ghsAttributes'])_0x2494cc['add'](_0x6b63a1);}for(const _0x539971 of _0x1fd7df)_0x1e3c1b['registerBlockAttribute'](_0x539971),_0x1e3c1b['descriptionFactory']['registerAttributeLabel'](_0x539971,o(_0x8e91af,'FORMAT_STYLE'));for(const _0x4d4bdd of _0x2494cc)_0x1e3c1b['registerInlineAttribute'](_0x4d4bdd),_0x1e3c1b['descriptionFactory']['registerAttributeLabel'](_0x4d4bdd,o(_0x8e91af,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27c720=this['editor'],_0xc1ef67=_0x27c720['locale'];_0x27c720['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x6f6eea=>{if('formatBlock'!=_0x6f6eea['type']&&'formatInline'!=_0x6f6eea['type'])return;const {data:_0xcc2e47}=_0x6f6eea;return _0xcc2e47&&'style'===_0xcc2e47['commandName']?_0xcc2e47['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xc1ef67,'*Set\x20format:*\x20%0',_0xcc2e47['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0xc1ef67,'*Remove\x20format:*\x20%0',_0xcc2e47['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x4104d6{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x35196f){super(_0x35196f),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x1a457b=this['editor'],_0x13e98f=_0x1a457b['model']['document']['selection'];if(!_0x1a457b['plugins']['has']('TableEditing'))return;const _0x120aa4=_0x1a457b['locale'],_0x91d880=_0x1a457b['plugins']['get']('TrackChangesEditing'),_0x289501=_0x1a457b['plugins']['get']('TableUtils');_0x91d880['descriptionFactory']['registerElementLabel']('table',_0x131ac5=>o(_0x120aa4,'ELEMENT_TABLE',_0x131ac5)),this['_setupColumnsRowsFixing'](),_0x91d880['enableCommand']('insertTable'),_0x91d880['enableCommand']('selectTableRow'),_0x91d880['enableCommand']('selectTableColumn');for(const _0x327af9 of['insertTableRowAbove','insertTableRowBelow']){const _0x5c4af8=_0x1a457b['commands']['get'](_0x327af9);_0x91d880['enableCommand'](_0x327af9,_0x107701=>{_0x1a457b['model']['change'](_0x3dce05=>{_0x107701();const _0x2732f1='above'===_0x5c4af8['order'],_0x6e87e4=_0x289501['getSelectionAffectedTableCells'](_0x13e98f),_0x26e72a=_0x289501['getRowIndexes'](_0x6e87e4),_0x5957bb=_0x2732f1?_0x26e72a['first']-0x1:_0x26e72a['last']+0x1,_0x145dd4=_0x6e87e4[0x0]['findAncestor']('table'),_0x34e4e2=_0x289501['createTableWalker'](_0x145dd4,{'startRow':_0x5957bb,'endRow':_0x5957bb}),_0x504075=Array['from'](_0x34e4e2)['map'](_0x472490=>_0x3dce05['createRangeOn'](_0x472490['cell']));_0x91d880['markMultiRangeInsertion'](_0x504075,'tableRow');});});}for(const _0x7794b6 of['insertTableColumnLeft','insertTableColumnRight']){const _0xaf0a9f=_0x1a457b['commands']['get'](_0x7794b6);_0x91d880['enableCommand'](_0x7794b6,_0x3ef804=>{_0x1a457b['model']['change'](_0x591e43=>{_0x3ef804();const _0x46c6f9='left'===_0xaf0a9f['order'],_0x3067e4=_0x289501['getSelectionAffectedTableCells'](_0x13e98f),_0x161833=_0x289501['getColumnIndexes'](_0x3067e4),_0x2cd9a6=_0x46c6f9?_0x161833['first']-0x1:_0x161833['last']+0x1,_0x297cac=_0x3067e4[0x0]['findAncestor']('table'),_0x39891b=_0x289501['createTableWalker'](_0x297cac,{'startRow':0x0,'column':_0x2cd9a6,'includeAllSlots':!0x1}),_0x3cc9b5=Array['from'](_0x39891b)['map'](_0x2b4cb7=>_0x591e43['createRangeOn'](_0x2b4cb7['cell']));_0x91d880['markMultiRangeInsertion'](_0x3cc9b5,'tableColumn');});});}for(const _0xe5d89d of['removeTableRow','removeTableColumn']){const _0x23131c=_0xe5d89d['substr'](0xb),_0x1da058=_0x23131c['toLowerCase'](),_0x1aec82=_0x1da058['substr'](0x0,0x3)+'span',_0x4323b8='table'+_0x23131c,_0x48f100='min'+_0x23131c,_0x46692b='max'+_0x23131c;_0x91d880['enableCommand'](_0xe5d89d,()=>{_0x1a457b['model']['change'](_0x2745d7=>{const _0x29379e=_0x289501['getSelectionAffectedTableCells'](_0x13e98f),_0x3fb6f0=_0x29379e[0x0]['findAncestor']('table');let _0x1344b2;if('removeTableRow'==_0xe5d89d){const _0x266a43=_0x289501['getRowIndexes'](_0x29379e);_0x1344b2={'startRow':_0x266a43['first'],'endRow':_0x266a43['last'],'includeAllSlots':!0x0};}else{const _0x4c340d=_0x289501['getColumnIndexes'](_0x29379e);_0x1344b2={'startColumn':_0x4c340d['first'],'endColumn':_0x4c340d['last'],'includeAllSlots':!0x0};}const _0x1cee4a=_0x289501['createTableWalker'](_0x3fb6f0,_0x1344b2),_0x1d1f0e=Array['from'](_0x1cee4a)['map'](({cell:_0x1713f6})=>_0x1713f6),_0x52510d=Ee(_0x1d1f0e['filter'](_0x1de3dc=>_0x1de3dc['hasAttribute'](_0x1aec82))),_0x555e72=Ee(_0x1d1f0e['filter'](_0x3be64f=>!_0x3be64f['hasAttribute'](_0x1aec82)))['map'](_0x4b7d4d=>_0x2745d7['createRangeOn'](_0x4b7d4d)),_0xf06f2=_0x91d880['markMultiRangeDeletion'](_0x555e72,_0x4323b8);if(_0xf06f2&&('tableRow'==_0xf06f2['subType']||'tableColumn'==_0xf06f2['subType'])){const _0x52be2c=this['_getSuggestionCoords'](_0xf06f2);for(const _0x380ed2 of _0x52510d){const _0x1de5e3=_0x2745d7['createRangeOn'](_0x380ed2),_0xbd7e05=_0x289501['getCellLocation'](_0x380ed2),_0x557631=_0x380ed2['getAttribute'](_0x1aec82)-0x1,_0x563dcb=_0x52be2c[_0x48f100],_0x54ae2a=_0x52be2c[_0x46692b];_0x563dcb<=_0xbd7e05[_0x1da058]&&_0xbd7e05[_0x1da058]+_0x557631<=_0x54ae2a&&_0xf06f2['addRange'](_0x1de5e3);}}});});}function _0x108234(_0x1ce55b){const _0x2101e0=Array['from'](_0x13e98f['getRanges']())['map'](_0x5d55cd=>_0xe90ba7['fromRange'](_0x5d55cd));_0x1a457b['model']['change'](_0x33f631=>{const _0x498c6d=_0x33f631['batch'];_0x1ce55b=_0x1ce55b['filter'](_0x42e007=>'$graveyard'!=_0x42e007['root']['rootName']),_0x33f631['setSelection'](_0x1ce55b),_0x1a457b['commands']['get']('removeTableRow')['refresh'](),_0x1a457b['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x1a457b['model']['enqueueChange'](()=>{_0x1a457b['model']['enqueueChange'](_0x498c6d,_0x646c55=>{const _0x46a36c=_0x2101e0['filter'](_0x470c09=>'$graveyard'!=_0x470c09['root']['rootName']);_0x46a36c['length']>0x0&&_0x646c55['setSelection'](_0x46a36c);for(const _0x1015c2 of _0x2101e0)_0x1015c2['detach']();});});});}function _0x26064a(_0x2a4def){_0x1a457b['model']['change'](_0xfba3c5=>{const _0x289f5a=Array['from'](_0x13e98f['getRanges']())['map'](_0x12b211=>_0xe90ba7['fromRange'](_0x12b211)),_0x435cca=[];for(const _0x146c2b of _0x2a4def)for(const _0x4b68ff of _0x146c2b['getItems']({'shallow':!0x0}))_0x435cca['push'](_0x4b68ff);for(const _0xe17c26 of _0x435cca)'$graveyard'!=_0xe17c26['root']['rootName']&&(_0xfba3c5['setSelection'](_0xfba3c5['createPositionAt'](_0xe17c26,0x0)),_0x1a457b['commands']['get']('removeTableColumn')['refresh'](),_0x1a457b['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x3e86dd=_0x289f5a['filter'](_0x1d04c4=>'$graveyard'!=_0x1d04c4['root']['rootName']);_0x3e86dd['length']>0x0&&_0xfba3c5['setSelection'](_0x3e86dd);for(const _0x422a47 of _0x289f5a)_0x422a47['detach']();});}function _0x1f2e41(_0x85051c,_0x2eb2ff){return _0x2eb2ff['every'](_0x192e6c=>_0x85051c['some'](_0x1fc29e=>_0x1fc29e['end']['isEqual'](_0x192e6c['start'])||_0x192e6c['end']['isEqual'](_0x1fc29e['start'])));}function _0x152388(_0x18a7ee,_0x24df8d){return!_0x18a7ee['some'](_0x476a78=>_0x24df8d['some'](_0x12fa59=>_0x476a78['isIntersecting'](_0x12fa59)))&&_0x18a7ee['some'](_0x3da2f6=>_0x24df8d['some'](_0x3c2c60=>_0x3da2f6['end']['isTouching'](_0x3c2c60['start'])));}_0x1a457b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1e17d4,_0xa6c1d8,_0x5aea9c)=>{if(!_0x5aea9c['options']['showSuggestionHighlights'])return;const _0x5be8d1=_0xa6c1d8['item'];if(!_0x5be8d1)return;const _0x26acd5=_0x5aea9c['mapper']['toViewElement'](_0x5be8d1);function _0x457227(_0x4a5552){return Array['isArray'](_0x4a5552)?_0x4a5552:[_0x4a5552];}_0x26acd5&&'tableCell'===_0x5be8d1['name']&&_0x51a40e(_0x26acd5,_0x5aea9c['writer'],(_0x350b38,_0x36262a,_0x393ee0)=>_0x393ee0['addClass'](_0x457227(_0x36262a['classes']),_0x350b38),(_0x3ad175,_0x167f69,_0x31a11d)=>_0x31a11d['removeClass'](_0x457227(_0x167f69['classes']),_0x3ad175));},{'priority':'highest'}),_0x91d880['descriptionFactory']['registerDescriptionCallback'](_0x2a720f=>{if('insertion'!=_0x2a720f['type']&&'deletion'!=_0x2a720f['type'])return;const _0x56af57=_0x2a720f['getContainedElement']();if(null!=_0x56af57&&_0x56af57['is']('element','table')){if('insertion'==_0x2a720f['type']){const _0x4cf95f=_0x2a720f['getItems']()['filter'](_0x340bd1=>_0x340bd1['is']('$textProxy'))['map'](_0x51c29d=>_0x51c29d['data']);if(_0x4cf95f['length'])return{'type':'insertion','content':o(_0x120aa4,'*Insert:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4cf95f['join']('\x20')+'\x22'))};}if('deletion'==_0x2a720f['type']){const _0x67c8eb=_0x2a720f['getItems']()['filter'](_0x3115d6=>_0x3115d6['is']('$textProxy'))['map'](_0x228d9c=>_0x228d9c['data']);if(_0x67c8eb['length'])return{'type':'deletion','content':o(_0x120aa4,'*Remove:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x67c8eb['join']('\x20')+'\x22'))};}}}),_0x91d880['descriptionFactory']['registerDescriptionCallback'](_0x3cc6d0=>{if('tableRow'==_0x3cc6d0['subType']){const _0x3381d2=_0x3cc6d0['getItems']()['filter'](_0x32d499=>_0x32d499['is']('$textProxy'))['map'](_0x580a72=>_0x580a72['data']),_0x3faa6f=this['_getSuggestionCoords'](_0x3cc6d0),_0x2e538d=_0x3faa6f['maxRow']-_0x3faa6f['minRow']+0x1;if('insertion'==_0x3cc6d0['type'])return _0x3381d2['length']?{'type':'insertion','content':o(_0x120aa4,'*Insert:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2e538d,'\x22'+_0x3381d2['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x120aa4,'*Insert:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_ROW',_0x2e538d))};if('deletion'==_0x3cc6d0['type'])return _0x3381d2['length']?{'type':'deletion','content':o(_0x120aa4,'*Remove:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2e538d,'\x22'+_0x3381d2['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x120aa4,'*Remove:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_ROW',_0x2e538d))};}if('tableColumn'==_0x3cc6d0['subType']){const _0x188e30=_0x3cc6d0['getItems']()['filter'](_0x13d014=>_0x13d014['is']('$textProxy'))['map'](_0x38a375=>_0x38a375['data']),_0x146d26=this['_getSuggestionCoords'](_0x3cc6d0),_0x4b9626=_0x146d26['maxColumn']-_0x146d26['minColumn']+0x1;if('insertion'==_0x3cc6d0['type'])return _0x188e30['length']?{'type':'insertion','content':o(_0x120aa4,'*Insert:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4b9626,'\x22'+_0x188e30['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x120aa4,'*Insert:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_COLUMN',_0x4b9626))};if('deletion'==_0x3cc6d0['type'])return _0x188e30['length']?{'type':'deletion','content':o(_0x120aa4,'*Remove:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4b9626,'\x22'+_0x188e30['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x120aa4,'*Remove:*\x20%0',o(_0x120aa4,'ELEMENT_TABLE_COLUMN',_0x4b9626))};}}),_0x91d880['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x108234),_0x91d880['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x108234),_0x91d880['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x26064a),_0x91d880['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x26064a),_0x91d880['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1f2e41),_0x91d880['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1f2e41),_0x91d880['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x152388),_0x91d880['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x152388);}['_acceptFormatSuggestionCallbackFactory'](){const _0x3c0d09=this['editor'],_0xff6af2=_0x3c0d09['model']['document']['selection'];return(_0x23029b,_0x47869c)=>{_0x3c0d09['model']['change'](_0x13ef17=>{const {commandName:_0x2b1af6,commandParams:_0x447426}=_0x47869c;let _0x46b5a9=_0x23029b[0x0]['end']['nodeBefore'];_0x447426&&_0x447426[0x0]&&!0x1===_0x447426[0x0]['forceValue']&&(_0x46b5a9=_0x23029b[0x0]['start']['nodeAfter']);const _0x2e6b93=_0x13ef17['createRangeIn'](_0x46b5a9);if('$graveyard'==_0x2e6b93['root']['rootName'])return;const _0x177e82=Array['from'](_0xff6af2['getRanges']())['map'](_0x539d76=>_0xe90ba7['fromRange'](_0x539d76));_0x13ef17['setSelection'](_0x2e6b93),_0x3c0d09['commands']['get'](_0x2b1af6)['refresh'](),_0x447426['push']({'forceDefaultExecution':!0x0}),_0x3c0d09['execute'](_0x2b1af6,..._0x447426);const _0x1f85c4=_0x177e82['filter'](_0x127872=>'$graveyard'!=_0x127872['root']['rootName']);_0x1f85c4['length']>0x0&&_0x13ef17['setSelection'](_0x1f85c4);for(const _0x28eb9c of _0x177e82)_0x28eb9c['detach']();});};}['_getCoordsForCells'](_0x374b7a){const _0x4422c7=this['editor']['plugins']['get']('TableUtils');let _0x284eef=Number['MAX_SAFE_INTEGER'],_0x41e62d=Number['MIN_SAFE_INTEGER'],_0x154af6=Number['MAX_SAFE_INTEGER'],_0x1affb2=Number['MIN_SAFE_INTEGER'];for(const _0x166283 of _0x374b7a){if('$graveyard'==_0x166283['root']['rootName'])continue;const {row:_0x2ea082,column:_0x3c7621}=_0x4422c7['getCellLocation'](_0x166283),_0x6a1a77=_0x166283['hasAttribute']('rowspan')?_0x166283['getAttribute']('rowspan')-0x1:0x0,_0x5afe24=_0x166283['hasAttribute']('colspan')?_0x166283['getAttribute']('colspan')-0x1:0x0;_0x284eef=_0x2ea082<_0x284eef?_0x2ea082:_0x284eef,_0x41e62d=_0x2ea082+_0x6a1a77>_0x41e62d?_0x2ea082+_0x6a1a77:_0x41e62d,_0x154af6=_0x3c7621<_0x154af6?_0x3c7621:_0x154af6,_0x1affb2=_0x3c7621+_0x5afe24>_0x1affb2?_0x3c7621+_0x5afe24:_0x1affb2;}return{'minRow':_0x284eef,'maxRow':_0x41e62d,'minColumn':_0x154af6,'maxColumn':_0x1affb2};}['_setupColumnsRowsFixing'](){const _0xa0331c=this['editor'],_0x4900df=_0xa0331c['plugins']['get']('TrackChangesEditing'),_0x39d684=_0xa0331c['plugins']['get']('TableUtils');_0xa0331c['model']['document']['on']('change:data',()=>{const _0x598314=Array['from'](_0xa0331c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x24a4f2,data:_0x3267c4}of _0x598314){const {group:_0x41ddb0,id:_0x3dcfb9,subType:_0x18ed45}=_0x4900df['_splitMarkerName'](_0x24a4f2);if('suggestion'!=_0x41ddb0)continue;if(null!=_0x3267c4['oldRange'])continue;const _0x52e9ff=_0x4900df['getSuggestion'](_0x3dcfb9);this['_tablePostFixingSubtypes']['includes'](_0x18ed45)&&this['_tableSuggestions']['add'](_0x52e9ff);}},{'priority':'low'});const _0x4f89e3=(_0x260770,_0x44871b)=>{let _0x5db9ba=!0x1;const _0x41a07a=_0x44871b['createRangeOn'](_0x260770),_0x4f7da6=_0x260770['findAncestor']('table'),_0x43ea56=_0x39d684['getCellLocation'](_0x260770);for(const _0x5770d5 of this['_tableSuggestions']){const _0x4ad45a=_0x5770d5['subType'],_0x4b0747=_0x4ad45a['startsWith']('tablePaste'),_0x43a707=_0x4ad45a['substr'](_0x4b0747?0xa:0x5),_0x2a8044=_0x43a707['toLowerCase'](),_0x463661=_0x2a8044['substr'](0x0,0x3)+'span',_0x519636='min'+_0x43a707,_0x578b94='max'+_0x43a707;if(!_0x5770d5['isInContent'])continue;if(_0x4f7da6!=_0x5770d5['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5770d5['isIntersectingWithRange'](_0x41a07a))continue;const _0x331801=_0x260770['hasAttribute'](_0x463661)?_0x260770['getAttribute'](_0x463661)-0x1:0x0,_0xa1306d=this['_getSuggestionCoords'](_0x5770d5),_0x3d7ddd=_0xa1306d[_0x519636],_0x3f5531=_0xa1306d[_0x578b94];_0x3d7ddd<=_0x43ea56[_0x2a8044]&&_0x43ea56[_0x2a8044]+_0x331801<=_0x3f5531&&(_0x5770d5['addRange'](_0x41a07a),_0x5db9ba=!0x0);}return _0x5db9ba;};_0xa0331c['model']['document']['registerPostFixer'](_0x73767e=>{let _0x26b878=!0x1;for(const _0xc4a03a of _0xa0331c['model']['document']['differ']['getChanges']())if('insert'==_0xc4a03a['type']){if('tableRow'==_0xc4a03a['name']){for(const _0x202d54 of _0xc4a03a['position']['nodeAfter']['getChildren']())_0x26b878=_0x26b878||_0x4f89e3(_0x202d54,_0x73767e);}else'tableCell'==_0xc4a03a['name']&&(_0x26b878=_0x26b878||_0x4f89e3(_0xc4a03a['position']['nodeAfter'],_0x73767e));}return _0x26b878;});}['_getSuggestionCoords'](_0x4a3296){return this['_getCoordsForCells'](_0x4a3296['getRanges']()['map'](_0x41bb26=>_0x41bb26['start']['nodeAfter']));}}function Ee(_0xef91ff){return Array['from'](new Set(_0xef91ff)['values']());}class St extends _0x4104d6{static get['requires'](){return[jt];}['afterInit'](){const _0x502c8b=this['editor'],_0x29c53f=_0x502c8b['model']['document']['selection'],_0x2acf89=_0x502c8b['locale'];if(!_0x502c8b['plugins']['has']('TableEditing'))return;const _0x5da756=_0x502c8b['plugins']['get']('TrackChangesEditing'),_0x20b166=_0x502c8b['plugins']['get']('TableUtils'),_0x4375de=_0x502c8b['plugins']['get'](jt);_0x4375de['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x5da756['enableCommand']('mergeTableCells',()=>{const _0x6cb5b5=_0x20b166['getSelectionAffectedTableCells'](_0x502c8b['model']['document']['selection']);_0x502c8b['model']['change'](()=>{_0x5da756['markMultiRangeBlockFormat'](_0x6cb5b5,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x502c8b['commands']['get']('mergeTableCells')['on']('execute',(_0x53cf4f,_0x28eb4c)=>{_0x502c8b['commands']['get']('trackChanges')['value']&&(_0x28eb4c['length']>0x0&&_0x28eb4c[_0x28eb4c['length']-0x1]&&_0x28eb4c[_0x28eb4c['length']-0x1]['forceDefaultExecution']||_0x5da756['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x53cf4f['stop']());},{'priority':'highest'});for(const _0x1c00cc of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x5a734d=_0x502c8b['commands']['get'](_0x1c00cc);_0x5da756['enableCommand'](_0x1c00cc,()=>{const _0x584d2f=_0x502c8b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x29ce8b=>_0x29ce8b['is']('element','tableCell')),_0x4b2663=_0x5a734d['value'];_0x502c8b['model']['change'](()=>{_0x5da756['markMultiRangeBlockFormat']([_0x584d2f,_0x4b2663],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x56f32d of['splitTableCellVertically','splitTableCellHorizontally']){const _0x56d0f5=_0x502c8b['commands']['get'](_0x56f32d);_0x5da756['enableCommand'](_0x56f32d,()=>{const _0x57fd74=_0x20b166['getSelectionAffectedTableCells'](_0x502c8b['model']['document']['selection'])[0x0],_0x2fe099=_0x57fd74['findAncestor']('table'),{column:_0x5545d7,row:_0x398664}=_0x20b166['getCellLocation'](_0x57fd74);let _0x3c9109=[];if('horizontally'==_0x56d0f5['direction']){const _0x11059d=_0x20b166['createTableWalker'](_0x2fe099,{'startRow':_0x398664,'endRow':_0x398664,'includeAllSlots':!0x0});_0x3c9109=Array['from'](_0x11059d)['map'](_0x285481=>_0x285481['cell']);}else{const _0x35487f=_0x20b166['createTableWalker'](_0x2fe099,{'column':_0x5545d7,'includeAllSlots':!0x0});_0x3c9109=Array['from'](_0x35487f)['map'](_0x4e6a8a=>_0x4e6a8a['cell']);}_0x502c8b['model']['change'](_0x3ddc50=>{_0x5da756['markBlockFormat'](_0x3ddc50['createRangeOn'](_0x57fd74),{'commandName':_0x56f32d,'commandParams':[]},_0x3c9109,_0x56f32d);});});}_0x5da756['descriptionFactory']['registerDescriptionCallback'](_0x12b9a8=>{if('formatBlock'!=_0x12b9a8['type']&&'formatInline'!=_0x12b9a8['type'])return;const {data:_0x47535b}=_0x12b9a8;return _0x47535b&&'mergeTableCells'==_0x47535b['commandName']?{'type':'format','content':o(_0x2acf89,'*Merge\x20cells*')}:void 0x0;}),_0x5da756['descriptionFactory']['registerDescriptionCallback'](_0x33634b=>{if('formatBlock'!=_0x33634b['type']&&'formatInline'!=_0x33634b['type'])return;const {data:_0x5cba90}=_0x33634b;return _0x5cba90?'splitTableCellVertically'==_0x5cba90['commandName']?{'type':'format','content':o(_0x2acf89,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5cba90['commandName']?{'type':'format','content':o(_0x2acf89,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x3572b3=_0x4375de['_acceptFormatSuggestionCallbackFactory']();for(const _0x4e5cf4 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x5da756['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4e5cf4,'accept',_0x3572b3);for(const _0x5a1637 of['splitTableCellVertically','splitTableCellHorizontally'])_0x5da756['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5a1637,'accept',_0x3572b3);_0x5da756['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3fbd55=>{_0x502c8b['model']['change'](_0x3ce229=>{const _0x47054a=Array['from'](_0x29c53f['getRanges']())['map'](_0x2f5fe0=>_0xe90ba7['fromRange'](_0x2f5fe0));_0x3ce229['setSelection'](_0x3fbd55),_0x502c8b['commands']['get']('mergeTableCells')['refresh'](),_0x502c8b['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x5dae7f=_0x47054a['filter'](_0x41f295=>'$graveyard'!=_0x41f295['root']['rootName']);_0x5dae7f['length']>0x0&&_0x3ce229['setSelection'](_0x5dae7f);for(const _0x1a9619 of _0x47054a)_0x1a9619['detach']();});});for(const _0x56538f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0xbd8fcc=_0x502c8b['commands']['get'](_0x56538f);_0xbd8fcc['on']('set:isEnabled',(_0x2c8f28,_0x183aec,_0x1ed305)=>{if(_0x1ed305){const _0x487e91=_0x502c8b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x436afe=>_0x436afe['is']('element','tableCell'));this['_areMergableCells'](_0xbd8fcc['value'],_0x487e91)||(_0x2c8f28['return']=!0x1,_0x2c8f28['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x31f066=this['editor']['commands']['get']('mergeTableCells'),_0x59e933=this['editor']['plugins']['get']('TableUtils');if(!_0x31f066['isEnabled'])return!0x1;const _0x9516ab=_0x59e933['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3d650a of _0x9516ab)for(const _0x447e40 of _0x9516ab)if(_0x3d650a!=_0x447e40&&!this['_areMergableCells'](_0x3d650a,_0x447e40))return!0x1;return!0x0;}['_areMergableCells'](_0xe9aba5,_0x4f7c56){const _0x4709f3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3b07f8=this['editor']['model']['createRangeOn'](_0xe9aba5),_0x173cbf=this['editor']['model']['createRangeOn'](_0x4f7c56),_0x2edf07=new Set(),_0x16459e=new Set();for(const _0x4d2b5b of _0x4709f3['getSuggestions']())if(('insertion'==_0x4d2b5b['type']||'deletion'==_0x4d2b5b['type']||'mergeTableCells'==_0x4d2b5b['subType'])&&_0x4d2b5b['isInContent']){for(const _0x30c728 of _0x4d2b5b['getRanges']())_0x30c728['containsRange'](_0x3b07f8,!0x0)&&_0x2edf07['add'](_0x4d2b5b['type']+':'+_0x4d2b5b['author']['id']),_0x30c728['containsRange'](_0x173cbf,!0x0)&&_0x16459e['add'](_0x4d2b5b['type']+':'+_0x4d2b5b['author']['id']);}if(_0x2edf07['size']!=_0x16459e['size'])return!0x1;for(const _0x515f58 of _0x2edf07)if(!_0x16459e['has'](_0x515f58))return!0x1;return!0x0;}}class At extends _0x4104d6{static get['requires'](){return[jt];}['afterInit'](){const _0x306620=this['editor'];if(!_0x306620['plugins']['has']('TableEditing'))return;const _0x53af63=_0x306620['locale'],_0xc19e21=_0x306620['plugins']['get']('TrackChangesEditing');_0xc19e21['enableDefaultAttributesIntegration']('setTableRowHeader'),_0xc19e21['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0xc19e21['registerBlockAttribute']('headingRows'),_0xc19e21['registerBlockAttribute']('headingColumns'),_0xc19e21['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x53af63,'FORMAT_HEADER_ROW')),_0xc19e21['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x53af63,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1f22c5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e161b=this['editor']['plugins']['get']('TableUtils'),_0x203546=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x2c9a77({showActiveMarker:_0x3b6fc0=!0x0,setDataAttribute:_0x15c6e8=!0x0}={}){return(_0x3faf35,_0x38aae5,_0x50a90d)=>{const {type:_0x27b19f,id:_0x2490d5}=_0x1f22c5['_splitMarkerName'](_0x38aae5['markerName']),_0xf66105=_0x1f22c5['getSuggestion'](_0x2490d5),_0x2a74b0=_0xf66105['data'];if('formatBlock'!=_0xf66105['type']||!_0x2a74b0||'setTableColumnHeader'!=_0x2a74b0['commandName'])return;if(_0x38aae5['item'])return void _0x3faf35['stop']();if(!_0x50a90d['consumable']['consume'](_0x38aae5['markerRange'],_0x3faf35['name']))return;const _0x10b3ab=_0x38aae5['markerRange']['start']['nodeAfter'],_0x65616e=_0x38aae5['markerRange']['end']['nodeBefore'],_0x5bf54b=_0x10b3ab['parent']['parent'],{column:_0x1183ae}=_0x1e161b['getCellLocation'](_0x10b3ab),{column:_0x24ec12}=_0x1e161b['getCellLocation'](_0x65616e);for(let _0x4d8a87=_0x1183ae;_0x4d8a87<=_0x24ec12;_0x4d8a87++){const _0x1d269d=_0x1e161b['createTableWalker'](_0x5bf54b,{'column':_0x4d8a87,'includeAllSlots':!0x1});for(const _0x5c95ea of _0x1d269d){const _0x2db28c=_0x5c95ea['cell'],_0x1cf00d=_0x50a90d['mapper']['toViewElement'](_0x2db28c);_0x50a90d['writer']['addClass']('ck-suggestion-marker-'+_0x27b19f,_0x1cf00d),_0x15c6e8&&_0x50a90d['writer']['setAttribute']('data-suggestion',_0x2490d5,_0x1cf00d),_0x50a90d['mapper']['bindElementToMarker'](_0x1cf00d,_0x38aae5['markerName']),_0x3b6fc0&&(_0x1f22c5['activeMarkers']['includes'](_0x38aae5['markerName'])?_0x50a90d['writer']['addClass']('ck-suggestion-marker--active',_0x1cf00d):_0x50a90d['writer']['removeClass']('ck-suggestion-marker--active',_0x1cf00d));}}};}_0x1f22c5['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x203546),_0x1f22c5['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x203546),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x2c9a77(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4d6719,_0x16e560,_0xba1eae)=>{_0xba1eae['options']['showSuggestionHighlights']&&_0x2c9a77({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4d6719,_0x16e560,_0xba1eae);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x234a0a,_0x299d0e,_0x37c08e)=>{const {type:_0x5409c2,id:_0x1fcedc}=_0x1f22c5['_splitMarkerName'](_0x299d0e['markerName']),_0x284deb=_0x1f22c5['getSuggestion'](_0x1fcedc),_0x574b31=_0x284deb['data'];if('formatBlock'!=_0x284deb['type']||!_0x574b31||'setTableColumnHeader'!=_0x574b31['commandName'])return;const _0x4647fd=_0x37c08e['mapper']['markerNameToElements'](_0x299d0e['markerName']);if(_0x4647fd){for(const _0x3f1c2a of _0x4647fd)_0x37c08e['writer']['removeClass']('ck-suggestion-marker-'+_0x5409c2,_0x3f1c2a),_0x37c08e['writer']['removeClass']('ck-suggestion-marker--active',_0x3f1c2a),_0x37c08e['writer']['removeAttribute']('data-suggestion',_0x3f1c2a),_0x37c08e['mapper']['unbindElementFromMarkerName'](_0x3f1c2a,_0x299d0e['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1214c5=this['editor'],_0x3aece3=_0x1214c5['locale'];function _0x51dc36(_0x2840d6){return{'type':'format','content':o(_0x3aece3,'*Format:*\x20%0',_0x2840d6)};}_0x1214c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x42b165=>{if('formatBlock'!=_0x42b165['type'])return;const {data:_0x569e41}=_0x42b165;if(_0x569e41){if('setTableRowHeader'==_0x569e41['commandName']){const _0x5b8865=_0x569e41['commandParams'][0x0]['forceValue'];return _0x51dc36(o(_0x3aece3,_0x5b8865?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x569e41['commandName']){const _0x5e8927=_0x569e41['commandParams'][0x0]['forceValue'];return _0x51dc36(o(_0x3aece3,_0x5e8927?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x1b5f1a=>[_0x1b5f1a,null]));class It extends _0x4104d6{static get['requires'](){return[jt];}['afterInit'](){const _0x2c4e40=this['editor'];if(!_0x2c4e40['plugins']['has']('TableClipboard'))return;const _0x591597=_0x2c4e40['plugins']['get']('TrackChangesEditing'),_0xff45f=_0x2c4e40['plugins']['get']('TableUtils'),_0x40d093=_0x2c4e40['plugins']['get'](jt),_0x424caf=_0x2c4e40['plugins']['get']('TableClipboard');_0x40d093['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2c4e40['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2c4e40['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x186c32=null;_0x2c4e40['model']['on']('insertContent',(_0x3324bc,_0x5b6f33)=>{const [_0x58d92e,_0x4455fd]=_0x5b6f33,_0x14d0f3=_0x5b6f33[_0x5b6f33['length']-0x1];_0x14d0f3&&_0x14d0f3['forceDefaultExecution']||_0x591597['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x53c635,_0xe91c07,_0x14a3db,_0x452772,_0x340f7c){if(_0xe91c07&&!_0xe91c07['is']('documentSelection'))return!0x1;const _0x153852=_0x340f7c['getTableIfOnlyTableInContent'](_0x53c635,_0x14a3db);if(!_0x153852||!he(_0x153852,void 0x0,_0x452772))return!0x1;const _0x179ad0=_0x452772['getSelectionAffectedTableCells'](_0x14a3db['document']['selection']);if(!_0x179ad0['length'])return!0x1;const _0x266fda=_0x179ad0[0x0]['findAncestor']('table'),_0x2fe6fa=_0x452772['getRowIndexes'](_0x179ad0),_0x3dc187=_0x452772['getColumnIndexes'](_0x179ad0),_0x59b592={'startRow':_0x2fe6fa['first'],'endRow':_0x2fe6fa['last'],'startColumn':_0x3dc187['first'],'endColumn':_0x3dc187['last']};return 0x1==_0x179ad0['length']&&(_0x59b592['endRow']+=_0x452772['getRows'](_0x153852)-0x1,_0x59b592['endColumn']+=_0x452772['getColumns'](_0x153852)-0x1),he(_0x266fda,_0x59b592,_0x452772);}(_0x58d92e,_0x4455fd,_0x2c4e40['model'],_0xff45f,_0x424caf)&&(_0x3324bc['stop'](),_0x186c32={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2c4e40['model']['change'](()=>{_0x2c4e40['model']['insertContent'](_0x5b6f33[0x0],_0x5b6f33[0x1],_0x5b6f33[0x2],{'forceDefaultExecution':!0x0});const _0x1a89ab=_0x5ed2a0(),{rowInsertionRanges:_0x14b0e6,columnInsertionRanges:_0x40541f,insertionRanges:_0x2f7970,deletionRanges:_0x452da1,cells:_0x3ad7c2}=_0x186c32;_0x14b0e6['length']&&_0x591597['markMultiRangeInsertion'](_0x14b0e6,'tablePasteRow',{'tablePasteChainId':_0x1a89ab}),_0x40541f['length']&&_0x591597['markMultiRangeInsertion'](_0x40541f,'tablePasteColumn',{'tablePasteChainId':_0x1a89ab}),_0x2f7970['length']&&(_0x591597['markMultiRangeInsertion'](_0x2f7970,'tablePaste',{'tablePasteChainId':_0x1a89ab,'skipNestingCheck':!0x0}),_0x2f7970['forEach'](_0x4a2235=>_0x4a2235['detach']?.())),_0x452da1['length']&&(_0x591597['markMultiRangeDeletion'](_0x452da1,'tablePaste',{'tablePasteChainId':_0x1a89ab,'skipNestingCheck':!0x0}),_0x452da1['forEach'](_0x5bffde=>_0x5bffde['detach']?.()));const _0x5825ec=_0x591597['markMultiRangeBlockFormat'](_0x3ad7c2['map'](({element:_0x2d3c04})=>_0x2d3c04),{'formatGroupId':_0x5ed2a0()},[],'tablePasteCell',{'tablePasteChainId':_0x1a89ab});if(_0x5825ec){const _0xe56f62=_0x5825ec['getMarkers'](),_0x3bda8a=[];for(const {element:_0x432a4b,attributes:_0x42e73a}of _0x3ad7c2){if(!_0x42e73a)continue;const _0x50c2f1=_0x2c4e40['model']['createRangeOn'](_0x432a4b),_0x1d1a67=_0xe56f62['find'](_0x290c2b=>_0x290c2b['getRange']()['isEqual'](_0x50c2f1));_0x1d1a67&&_0x3bda8a['push']([_0x1d1a67['name'],_0x42e73a]);}_0x3bda8a['length']&&_0x5825ec['setAttribute']('markerAttributes',Object['fromEntries'](_0x3bda8a));}_0x186c32=null;}));},{'priority':_0x2ff03c['high']+0xa}),_0x2c4e40['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x4d8114,_0x37e04d)=>{const [_0x49c9bf,_0x17dc36,,_0x172e6c]=_0x37e04d;if(!_0x186c32)return;_0x4d8114['stop']();const _0x5b087a=_0x49c9bf['cell'],_0x200d9a=_0x17dc36,_0x1a2564=Pe(_0x5b087a),_0x43b7cb=Pe(_0x200d9a);_0x4d8114['return']=_0x5b087a;let _0x29b144=null,_0x5ef113=null;if(_0x43b7cb||_0x1a2564){if(_0x1a2564&&!_0x43b7cb){_0x172e6c['remove'](_0x5b087a['getChild'](0x0));for(const _0x4bbbcd of Array['from'](_0x200d9a['getChildren']()))_0x172e6c['insert'](_0x4bbbcd,_0x5b087a,'end');const _0x1732dc=_0x186c32['rowInsertionIndexes']['includes'](_0x49c9bf['row']),_0x26afa1=_0x186c32['columnInsertionIndexes']['includes'](_0x49c9bf['column']);_0x1732dc||_0x26afa1||(_0x29b144=_0xe90ba7['fromRange'](_0x172e6c['createRangeIn'](_0x5b087a)));}else _0x43b7cb&&!_0x1a2564&&(_0x5ef113=_0x172e6c['createRangeIn'](_0x5b087a));}else{const _0x2d094e=_0x172e6c['createElement']('tableCellSuggestion'),_0x3cc51c=_0x172e6c['createElement']('tableCellSuggestion');_0x172e6c['wrap'](_0x172e6c['createRangeIn'](_0x5b087a),_0x3cc51c),_0x172e6c['insert'](_0x2d094e,_0x5b087a,0x0);for(const _0x5296c6 of Array['from'](_0x200d9a['getChildren']()))_0x172e6c['insert'](_0x5296c6,_0x2d094e,'end');_0x29b144=_0xe90ba7['fromRange'](_0x172e6c['createRangeOn'](_0x2d094e)),_0x5ef113=_0xe90ba7['fromRange'](_0x172e6c['createRangeOn'](_0x3cc51c));}const _0x4f10ed=Array['from'](_0x200d9a['getAttributes']())['filter'](([_0x2b3d33])=>ge['includes'](_0x2b3d33));_0x186c32['cells']['push']({'element':_0x5b087a,'attributes':_0x4f10ed['length']?Object['fromEntries'](_0x4f10ed):null}),_0x29b144&&_0x186c32['insertionRanges']['push'](_0x29b144),_0x5ef113&&_0x186c32['deletionRanges']['push'](_0x5ef113);},{'priority':'high'}),_0xff45f['on']('insertColumns',(_0x49a374,_0x221a68)=>{const [_0x17d6b4,_0x52ba0e={}]=_0x221a68;if(!_0x186c32)return;const _0x2fc687=_0x52ba0e['at']||0x0,_0x4c7749=_0x52ba0e['columns']||0x1;_0x186c32['columnInsertionIndexes']=new Array(_0x4c7749)['fill'](_0x2fc687)['map']((_0x596ebe,_0x4a355d)=>_0x596ebe+_0x4a355d);for(const {cell:_0x3ee559}of _0xff45f['createTableWalker'](_0x17d6b4,{'startColumn':_0x2fc687,'endColumn':_0x2fc687+_0x4c7749-0x1}))_0x186c32['columnInsertionRanges']['push'](_0x2c4e40['model']['createRangeOn'](_0x3ee559));},{'priority':'low'}),_0xff45f['on']('insertRows',(_0x290bd3,_0x4b4e57)=>{const [_0xd26695,_0x42694f={}]=_0x4b4e57;if(!_0x186c32)return;const _0x144abd=_0x42694f['at']||0x0,_0x42f588=_0x42694f['rows']||0x1;_0x186c32['rowInsertionIndexes']=new Array(_0x42f588)['fill'](_0x144abd)['map']((_0x2c4de0,_0x1607c3)=>_0x2c4de0+_0x1607c3);for(const {cell:_0x32417c}of _0xff45f['createTableWalker'](_0xd26695,{'startRow':_0x144abd,'endRow':_0x144abd+_0x42f588-0x1}))_0x186c32['rowInsertionRanges']['push'](_0x2c4e40['model']['createRangeOn'](_0x32417c));},{'priority':'low'}),_0x591597['descriptionFactory']['registerDescriptionCallback'](_0x31c5b8=>{if(_0x31c5b8['subType']&&_0x31c5b8['subType']['startsWith']('tablePaste'))return _0x31c5b8['previous']?{}:{'type':'insertion','content':o(_0x2c4e40['locale'],'*Replace\x20table\x20cells*')};});const _0x3e8574=()=>!0x1;for(const _0x400a52 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x591597['_suggestionFactory']['registerCustomCallback']('insertion',_0x400a52,'join',_0x3e8574),_0x591597['_suggestionFactory']['registerCustomCallback']('deletion',_0x400a52,'join',_0x3e8574),_0x591597['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x400a52,'join',_0x3e8574);_0x591597['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x3e8574),_0x591597['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x38277b,_0x22302a,_0x5d3d12)=>{const _0x1ea877=_0x38277b['map'](_0x381466=>_0x381466['getContainedElement']())['filter'](_0x5ba569=>_0x5ba569),_0x19b462=new Map(_0x1ea877['map'](_0xd95a00=>[_0xd95a00,null]));if(_0x186c32){for(const {element:_0x25b51b,attributes:_0x228447}of _0x186c32['cells'])_0x228447&&_0x19b462['set'](_0x25b51b,_0x228447);}else{if(_0x5d3d12&&_0x5d3d12['markerAttributes'])for(const [_0x1ad102,_0x1519e5]of Object['entries'](_0x5d3d12['markerAttributes'])){const _0x1a963d=_0x2c4e40['model']['markers']['get'](_0x1ad102),_0x32c3ac=_0x1a963d?_0x1a963d['getRange']()['getContainedElement']():null;_0x32c3ac&&_0x19b462['set'](_0x32c3ac,_0x1519e5);}}_0x2c4e40['model']['change'](_0xf5e6d3=>{for(const [_0x174f11,_0x1dc3ba]of _0x19b462)_0xf5e6d3['setAttributes']({...Ce,..._0x1dc3ba},_0x174f11);});});const _0x4b6721=(_0x406862,_0x1d6a20)=>{_0x591597['_suggestionFactory']['registerCustomCallback'](_0x406862,'tablePaste',_0x1d6a20,(_0x5489a0,_0x4612e0,_0x13cff9)=>{_0x2c4e40['model']['change'](_0x4f1035=>{const _0x331e27=[];for(const _0x274d07 of _0x5489a0){const _0x3d1b9b=_0x274d07['start']['nodeAfter'];_0x3d1b9b['is']('element','tableCellSuggestion')&&_0x331e27['push'](_0x3d1b9b);}_0x591597['_suggestionFactory']['getSuggestionCallback'](_0x406862,null,_0x1d6a20)(_0x5489a0,_0x4612e0,_0x13cff9);for(const _0x73f2cf of _0x331e27)'$graveyard'!=_0x73f2cf['root']['rootName']&&_0x4f1035['unwrap'](_0x73f2cf);});});};_0x4b6721('insertion','accept'),_0x4b6721('insertion','discard'),_0x4b6721('deletion','accept'),_0x4b6721('deletion','discard'),_0x591597['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x369799=>{const _0x3c65e5=_0x369799['map'](_0x511233=>_0x511233['getContainedElement']()),_0xebe819=_0x3c65e5[0x0]['findAncestor']('table'),{minRow:_0x2348eb,maxRow:_0x4fbc87}=_0x40d093['_getCoordsForCells'](_0x3c65e5);_0xff45f['removeRows'](_0xebe819,{'at':_0x2348eb,'rows':_0x4fbc87-_0x2348eb+0x1});}),_0x591597['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xe7fb04=>{const _0x4ec9b0=_0xe7fb04['map'](_0x5a3f93=>_0x5a3f93['getContainedElement']()),_0x322a50=_0x4ec9b0[0x0]['findAncestor']('table'),{minColumn:_0xd21a7d,maxColumn:_0x268198}=_0x40d093['_getCoordsForCells'](_0x4ec9b0);_0xff45f['removeColumns'](_0x322a50,{'at':_0xd21a7d,'columns':_0x268198-_0xd21a7d+0x1});});const _0x4437ca=(_0x54454b,_0x580abe)=>{if(!_0x580abe['subType']||!_0x580abe['subType']['startsWith']('tablePaste'))return;const _0x1a05ab=_0x580abe['attributes']['tablePasteChainId'],_0x4619c0=_0x591597['getSuggestions']()['filter'](_0x1dcfb7=>_0x1dcfb7['isInContent']&&_0x1dcfb7['attributes']&&_0x1dcfb7['attributes']['tablePasteChainId']==_0x1a05ab);_0x4619c0['length']&&_0x580abe['getAllAdjacentSuggestions']()['length']!=_0x4619c0['length']&&_0x4619c0['reduce']((_0x2ed556,_0x379c02)=>(_0x2ed556['next']=_0x379c02,_0x379c02['previous']=_0x2ed556,_0x379c02));};function _0x1adb9d(_0x43dfcc,_0x3bc135=!0x0){const {id:_0x2be2a6}=_0x591597['_splitMarkerName'](_0x43dfcc['markerName']),_0x2a82ab=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x38a570=_0x591597['activeMarkers']['includes'](_0x43dfcc['markerName']);return _0x38a570&&_0x2a82ab['push']('ck-suggestion-marker--active'),{'classes':_0x2a82ab,'attributes':{'data-suggestion':_0x2be2a6},'priority':_0x38a570&&_0x3bc135?0xbc2:0xbb8};}_0x591597['on']('suggestionLoaded',_0x4437ca,{'priority':'high'}),_0x591597['on']('suggestionUnloaded',_0x4437ca,{'priority':'high'}),_0x2c4e40['model']['document']['registerPostFixer'](()=>{let _0x253684=!0x1;const _0xe84a6e=Array['from'](_0x2c4e40['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3b668a,data:_0x2912d8}of _0xe84a6e){const {group:_0x1d0a7c,type:_0x367232,id:_0x4f9de8}=_0x591597['_splitMarkerName'](_0x3b668a);if('suggestion'!=_0x1d0a7c||'deletion'!=_0x367232||_0x2912d8['oldRange'])continue;if(!_0x591597['hasSuggestion'](_0x4f9de8))continue;const _0x446a70=_0x591597['getSuggestion'](_0x4f9de8)['getRanges'](),_0x1c3c54=_0x2c4e40['plugins']['get']('Users')['me'];for(const _0x4d4ca7 of _0x591597['getSuggestions']()){if(!_0x4d4ca7['isInContent']||_0x4d4ca7['author']!=_0x1c3c54)continue;if('formatBlock'!=_0x4d4ca7['type']||'tablePasteCell'!=_0x4d4ca7['subType'])continue;if(_0x4d4ca7['getRanges']()['every'](_0x1131f2=>_0x446a70['some'](_0x3b94bb=>_0x3b94bb['containsRange'](_0x1131f2,!0x0)))){for(const _0x2aabfa of _0x4d4ca7['getAllAdjacentSuggestions']())_0x2aabfa['isInContent']&&(_0x2aabfa['discard'](),_0x253684=!0x0);}}}return _0x253684;}),_0x2c4e40['model']['document']['registerPostFixer'](_0x524e35=>{const _0x3b12fe=_0x2c4e40['commands']['get']('redo');if(!_0x3b12fe||!_0x3b12fe['_createdBatches']['has'](_0x524e35['batch']))return!0x1;let _0x3d5ce0=!0x1;const _0x247210=_0x2c4e40['plugins']['get']('Users')['me'],_0x1b44e7=_0x2c4e40['model']['document']['differ']['getChanges'](),_0x31ec6c=Array['from'](_0x2c4e40['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x32db1d,data:_0x5be06d})=>{const {group:_0x2264e9,subType:_0x45a0dc,authorId:_0x254450}=_0x591597['_splitMarkerName'](_0x32db1d);return'suggestion'==_0x2264e9&&'tablePaste'==_0x45a0dc&&_0x254450==_0x247210['id']&&!_0x5be06d['oldRange'];});for(const _0xd9a2e0 of _0x1b44e7){if('insert'!=_0xd9a2e0['type']||'tableCellSuggestion'!=_0xd9a2e0['name']||0x1!=_0xd9a2e0['length'])continue;const _0x253a2b=_0x524e35['createRange'](_0xd9a2e0['position'],_0xd9a2e0['position']['getShiftedBy'](0x1));if(!_0x31ec6c['find'](({data:_0xd32a9})=>_0xd32a9['newRange']['isEqual'](_0x253a2b))){for(const {name:_0x2ba2a8,data:_0x28fc33}of _0x31ec6c)if(_0x253a2b['containsRange'](_0x28fc33['newRange'])){_0x524e35['updateMarker'](_0x2ba2a8,{'range':_0x253a2b}),_0x3d5ce0=!0x0;break;}}}return _0x3d5ce0;}),_0x2c4e40['model']['document']['registerPostFixer'](_0x497c15=>{let _0x13add2=!0x1;const _0x1f6761=_0x2c4e40['plugins']['get']('Users')['me'],_0x41d15d=_0x591597['getSuggestions']()['filter'](_0x2106e5=>_0x2106e5['isInContent']&&_0x2106e5['author']==_0x1f6761),_0x315a99=new Set(),_0x111398=new Set();for(const _0x3b6162 of _0x41d15d)if('tablePaste'==_0x3b6162['subType'])for(const _0x5d6983 of _0x3b6162['getMarkers']()){const _0x2f935e=_0x5d6983['getRange']()['getContainedElement']();if(_0x2f935e){if(_0x2f935e['is']('element','tableCellSuggestion')&&Pe(_0x2f935e)){_0x3b6162['removeMarker'](_0x5d6983['name']),_0x315a99['add'](_0x2f935e),_0x13add2=!0x0;const _0x510285=_0x2f935e['nextSibling'],_0x1339c5=_0x2f935e['previousSibling'],_0x375deb=_0x510285&&_0x510285['is']('element','tableCellSuggestion'),_0x1db635=_0x1339c5&&_0x1339c5['is']('element','tableCellSuggestion');_0x375deb&&!_0x315a99['has'](_0x510285)&&_0x111398['add'](_0x510285),_0x1db635&&!_0x315a99['has'](_0x1339c5)&&_0x111398['add'](_0x1339c5);}else _0x2f935e['is']('element','paragraph')&&_0x2f935e['isEmpty']&&(_0x3b6162['removeMarker'](_0x5d6983['name']),_0x13add2=!0x0);}}else{if('tablePasteCell'==_0x3b6162['subType']){if(!_0x3b6162['attributes']||!_0x3b6162['attributes']['tablePasteChainId'])continue;const _0x1e655c=_0x3b6162['attributes']['markerAttributes'];if(_0x1e655c&&Object['keys'](_0x1e655c)['length'])continue;const _0x407bfa=_0x3b6162['attributes']['tablePasteChainId'];let _0x4d16fd=!0x0,_0x50cc74=!0x0;for(const _0x43ed24 of _0x41d15d)if(_0x43ed24['subType']&&_0x43ed24['subType']['startsWith']('tablePaste')){if(!_0x43ed24['attributes']['tablePasteChainId']){_0x50cc74=!0x1;break;}if(_0x43ed24['id']!=_0x3b6162['id']&&_0x43ed24['attributes']['tablePasteChainId']==_0x407bfa){_0x4d16fd=!0x1;break;}}_0x50cc74&&_0x4d16fd&&(_0x3b6162['removeMarkers'](),_0x13add2=!0x0);}}for(const _0x55dfc3 of _0x315a99)_0x497c15['remove'](_0x55dfc3);for(const _0x3aadf3 of _0x111398)_0x497c15['unwrap'](_0x3aadf3);return _0x13add2;}),_0x2c4e40['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x34e1ca,_0x3e30a5)=>_0x1adb9d(_0x34e1ca),'converterPriority':'high'}),_0x2c4e40['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x38bbbe,_0x563fcc)=>_0x563fcc['options']['showSuggestionHighlights']?_0x1adb9d(_0x38bbbe,!0x1):null,'converterPriority':'high'});const _0x353837=_0x2c4e40['editing']['view'];this['listenTo'](_0x353837['document'],'clipboardOutput',(_0x26a76c,_0x253d9e)=>{const _0x5b4e45=[];for(const _0x4433d6 of _0x353837['createRangeIn'](_0x253d9e['content'])['getItems']())_0x4433d6['is']('element','suggestion-td')&&_0x5b4e45['push'](_0x4433d6);_0x353837['change'](_0x403618=>{for(const _0x3b47db of _0x5b4e45)_0x403618['move'](_0x403618['createRangeIn'](_0x3b47db),_0x403618['createPositionBefore'](_0x3b47db)),_0x403618['remove'](_0x3b47db);});});}}function Pe(_0x11dd91){if(_0x11dd91['isEmpty'])return!0x0;const _0x2dbeae=_0x11dd91['getChild'](0x0);return _0x2dbeae['is']('element','paragraph')&&_0x2dbeae['isEmpty'];}function he(_0x21d5a7,_0x581df4={},_0x5b801f){for(const {isAnchor:_0x1695b4,cellHeight:_0x9b063,cellWidth:_0x248339}of _0x5b801f['createTableWalker'](_0x21d5a7,{'includeAllSlots':!0x0,..._0x581df4}))if(!_0x1695b4||0x1!=_0x9b063||0x1!=_0x248339)return!0x1;return!0x0;}class vt extends _0x4104d6{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x23becc=this['editor']['plugins']['get']('TrackChangesEditing');_0x23becc['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x23becc['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x23becc['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x23becc['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x23becc['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x23becc['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x7c37af,_0x5abe77){const _0x2ee95a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2202cc=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1bdf25=_0x5abe77['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0xee2678=_0x2202cc['getColumnGroupElement'](_0x1bdf25);let _0x5ebc5c=_0xee2678?_0x2202cc['getTableColumnsWidths'](_0xee2678):null,_0x245f32=_0x1bdf25['getAttribute']('tableWidth')||null;const _0x2297c0=_0x5abe77['tableWidth']||_0x245f32,_0x1c936a=_0x5abe77['columnWidths']||_0x5ebc5c,_0x281892=this['editor']['plugins']['get']('Users')['me'];for(const _0x50db09 of _0x2ee95a['getSuggestions']()){const _0x289f9e=_0x50db09['getContainedElement']();if('resizeTable'===_0x50db09['subType']&&_0x289f9e===_0x1bdf25){_0x50db09['author']!==_0x281892&&_0x50db09['discard']();const _0x4379f6=_0x50db09['data']['commandParams'];_0x245f32=_0x4379f6[0x0]['tableWidth'],_0x5ebc5c=_0x4379f6[0x0]['columnWidths'];break;}}_0x7c37af({'table':_0x1bdf25,'tableWidth':_0x2297c0,'columnWidths':_0x1c936a}),_0x2ee95a['markBlockFormat'](_0x1bdf25,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x245f32,'columnWidths':_0x5ebc5c}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x16b233){if('formatBlock'!=_0x16b233['type']&&'formatInline'!=_0x16b233['type'])return;const {data:_0x3f5da2}=_0x16b233;if(_0x3f5da2&&'resizeTable'===_0x3f5da2['formatGroupId']){const _0xf9bc6f='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0xf9bc6f)};}}}class Ct extends _0x4104d6{['afterInit'](){const _0x3b2a04=this['editor'];_0x3b2a04['plugins']['has']('Template')&&_0x3b2a04['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x4104d6{['afterInit'](){const _0x54c1f7=this['editor'];if(!_0x54c1f7['commands']['get']('insertTableOfContents'))return;_0x54c1f7['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x435712=_0x54c1f7['plugins']['get']('TrackChangesEditing'),_0x46d521=_0x54c1f7['locale'];_0x435712['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3764d8=>o(_0x46d521,'ELEMENT_TABLE_OF_CONTENTS',_0x3764d8));}}class Dt extends _0x4104d6{['afterInit'](){const _0x1282a2=this['editor'];if(!_0x1282a2['plugins']['has']('Title'))return;const _0x5673fd=_0x1282a2['plugins']['get']('TrackChangesEditing');_0x5673fd['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x1282a2['locale'],'ELEMENT_TITLE')),_0x1282a2['model']['document']['registerPostFixer'](_0x14cfe1=>{let _0x421313=!0x1;const _0x300589=Array['from'](_0x1282a2['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x79589b,data:_0x56db02}of _0x300589){const {group:_0x393bb4}=_0x5673fd['_splitMarkerName'](_0x79589b);if('suggestion'!==_0x393bb4||!_0x56db02['newRange'])continue;const _0x3c4c1f=_0x56db02['newRange'],_0x1d9cc3=_0x3c4c1f['end']['nodeBefore'];if(!_0x1d9cc3||!_0x1d9cc3['is']('element','title-content'))continue;if(!_0x3c4c1f['start']['isTouching'](_0x3c4c1f['end']))continue;const _0x38b416=_0x1282a2['model']['schema']['getNearestSelectionRange'](_0x3c4c1f['end'],'forward');if(_0x38b416&&_0x38b416['isCollapsed']){const _0x47d13f=_0x14cfe1['createRange'](_0x3c4c1f['start'],_0x38b416['start']);_0x47d13f['isEqual'](_0x3c4c1f)||(_0x14cfe1['updateMarker'](_0x79589b,{'range':_0x47d13f}),_0x421313=!0x0);}_0x421313||(_0x14cfe1['removeMarker'](_0x79589b),_0x421313=!0x0);}return _0x421313;});}}class Nt extends _0x4104d6{['afterInit'](){const _0x382fb3=this['editor'],_0x26d2fc=_0x382fb3['plugins']['get']('TrackChangesEditing');_0x382fb3['plugins']['has']('UndoEditing')&&(_0x26d2fc['enableCommand']('undo'),_0x26d2fc['enableCommand']('redo'));}}class Mt extends _0x4104d6{static get['requires'](){return[jt];}['afterInit'](){const _0x1ef780=this['editor'];if(!_0x1ef780['plugins']['has']('TableCaptionEditing'))return;_0x1ef780['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x4104d6{['tableProperties'];['tableCellProperties'];constructor(_0x329f54){super(_0x329f54),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 _0x2010c8=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x17f843 of this['tableProperties'])_0x2010c8['enableCommand'](_0x17f843,(_0x5d06a4,_0x34b5d3)=>{const _0x28424b=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x17f843,[_0x28424b],this['tableProperties'],'tableProperties',_0x5d06a4,_0x34b5d3);});_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x2010c8['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x343b12,_0x23db3d)=>this['handleDiscardAction'](this['tableProperties'],_0x343b12,_0x23db3d)),_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x2af99e of this['tableCellProperties'])_0x2010c8['enableCommand'](_0x2af99e,(_0xa16a58,_0x2694fe)=>{const _0x21fd8a=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x2af99e,_0x21fd8a,this['tableCellProperties'],'tableCellProperties',_0xa16a58,_0x2694fe);});_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x2010c8['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x5d29be,_0x14cc0f)=>this['handleDiscardAction'](this['tableCellProperties'],_0x5d29be,_0x14cc0f)),_0x2010c8['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x2010c8['descriptionFactory']['registerDescriptionCallback'](_0x43beca=>this['handleSuggestionDescription'](_0x43beca));}['_handlePropertyChange'](_0x3aef6b,_0x4f31ce,_0x166f31,_0x3e29de,_0x48ee30,_0x188d55){const _0x421d08=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x188d55['batch'],()=>{for(const _0x3fc3f2 of _0x4f31ce){if(this['_getSuggestion'](_0x3fc3f2,_0x3e29de))_0x48ee30(_0x188d55);else{const _0x57d1f2={};for(const _0x3cd1b1 of _0x166f31){const _0x1c6e25=_0x3fc3f2['getAttribute'](_0x3cd1b1);void 0x0!==_0x1c6e25&&(_0x57d1f2[_0x3cd1b1]=_0x1c6e25);}_0x48ee30(_0x188d55),_0x421d08['markBlockFormat'](_0x3fc3f2,{'commandParams':[_0x57d1f2]},[],_0x3e29de);}}});}['handleDiscardAction'](_0x2bfab4,_0x25841c,_0x330c7a){const _0x200312=_0x25841c[0x0]['start']['nodeAfter'],_0x125708=_0x330c7a['commandParams'][0x0];this['editor']['model']['change'](_0x463a05=>{for(const _0x16db1 of _0x2bfab4)void 0x0!==_0x125708[_0x16db1]?_0x463a05['setAttribute'](_0x16db1,_0x125708[_0x16db1],_0x200312):_0x463a05['removeAttribute'](_0x16db1,_0x200312);});}['handleSuggestionDescription'](_0x8356ae){if(_0x8356ae['data'])switch(_0x8356ae['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'](_0x22ac31,_0x23c280){const _0x2bd1a8=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4c4422 of _0x2bd1a8['getSuggestions']({'skipNotAttached':!0x0})){const _0x5e5513=_0x4c4422['getContainedElement']();if(_0x4c4422['subType']===_0x23c280&&_0x5e5513===_0x22ac31)return _0x4c4422;}return null;}}const m='$elementName';class p extends _0x4104d6{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0xc2c087,_0x2fa12b,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(_0x16788c){function _0x57a47b(_0x151868){return _0x151868['map'](_0x34028c=>String['fromCharCode'](_0x34028c))['join']('');}super(_0x16788c),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x55e4b9,_0x28c710,_0x178b1d,_0x414413)=>{this['_model']['change'](()=>{for(const _0x5d6d6a of[..._0x414413,..._0x178b1d])this['_model']['markers']['has'](_0x5d6d6a)&&_0x16788c['editing']['reconvertMarker'](_0x5d6d6a);});}),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']=_0x16788c['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(),_0x16788c['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x16788c['config']['get']('trackChanges.trackFormatChanges'),_0x16788c['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x16788c['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x16788c,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x57a47b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x57a47b([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x36]);}['init'](){const _0x307f20=this['editor'],_0x273c6f=(_0x53526c,_0x32ef88)=>{if('attribute'!=_0x53526c)return'ck-suggestion-marker-'+_0x53526c;const _0x8a95c1=_0x32ef88['split']('|')[0x0];return this['_isBlockAttribute'](_0x8a95c1)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x307f20['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2789b6=>{const {id:_0xdd9142,type:_0xb88523,subType:_0x53cc48}=this['_splitMarkerName'](_0x2789b6['markerName']),_0x2b30a9=['ck-suggestion-marker',_0x273c6f(_0xb88523,_0x53cc48)];let _0x5c6158=0xbb8;return this['activeMarkers']['includes'](_0x2789b6['markerName'])&&(_0x2b30a9['push']('ck-suggestion-marker--active'),_0x5c6158=0xbc2),'deletion'==_0xb88523&&(_0x5c6158+=0x5),{'classes':_0x2b30a9,'attributes':{'data-suggestion':_0xdd9142},'priority':_0x5c6158};}}),_0x307f20['conversion']['for']('dataDowncast')['add'](_0x2aa024=>{_0x2aa024['on']('addMarker:suggestion',(_0x1edd9e,_0x98a80c,_0x5d9cbf)=>{if(!_0x5d9cbf['options']['showSuggestionHighlights'])return;const _0x3c8e3c=_0x98a80c['item'];if(!_0x3c8e3c)return;const _0x41abae=_0x5d9cbf['mapper']['toViewElement'](_0x3c8e3c);_0x307f20['model']['schema']['isObject'](_0x3c8e3c)&&_0x41abae&&!_0x41abae['getCustomProperty']('widget')&&_0x41abae['is']('containerElement')&&_0x5f3b3a(_0x41abae,_0x5d9cbf['writer']);},{'priority':'high'});}),_0x307f20['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x427fd4,_0x422af1)=>{if(!_0x422af1['options']['showSuggestionHighlights'])return null;const {type:_0xd15ba6,subType:_0xca0a41}=this['_splitMarkerName'](_0x427fd4['markerName']);return{'classes':['ck-suggestion-marker',_0x273c6f(_0xd15ba6,_0xca0a41)],'priority':0xbb8};}});const _0x298f30=({showActiveMarkers:_0x13fa12=!0x0,isAttributeSuggestion:_0x275268=!0x1}={})=>(_0x5c6d53,_0x1d3578,_0x26d18b)=>{if(!_0x1d3578['item'])return;const {id:_0x1a0245}=this['_splitMarkerName'](_0x1d3578['markerName']);if(_0x275268){const _0x4809b7=this['_suggestions']['get'](_0x1a0245),_0x23766f=this['_getAttributeKey'](_0x4809b7);if(!this['_isBlockAttribute'](_0x23766f))return;}if(_0x1d3578['item']['is']('selection'))return void _0x26d18b['consumable']['consume'](_0x1d3578['item'],_0x5c6d53['name']);const _0x3ce81a=_0x26d18b['mapper']['toViewElement'](_0x1d3578['item']);if(_0x1d3578['item']['is']('element')&&_0x307f20['model']['schema']['isBlock'](_0x1d3578['item'])&&!_0x3ce81a['getCustomProperty']('addHighlight')){_0x26d18b['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x3ce81a),_0x26d18b['writer']['setAttribute']('data-suggestion',_0x1a0245,_0x3ce81a),_0x26d18b['mapper']['bindElementToMarker'](_0x3ce81a,_0x1d3578['markerName']),_0x13fa12&&(this['activeMarkers']['includes'](_0x1d3578['markerName'])?_0x26d18b['writer']['addClass']('ck-suggestion-marker--active',_0x3ce81a):_0x26d18b['writer']['removeClass']('ck-suggestion-marker--active',_0x3ce81a));for(const _0x3fa73c of _0x307f20['model']['createRangeIn'](_0x1d3578['item'])['getItems']())_0x26d18b['consumable']['consume'](_0x3fa73c,_0x5c6d53['name']);_0x26d18b['consumable']['consume'](_0x1d3578['item'],_0x5c6d53['name']);}};_0x307f20['conversion']['for']('dataDowncast')['add'](_0x2ab66e=>{_0x2ab66e['on']('addMarker:suggestion:formatBlock',(_0xe11d8f,_0xf2de95,_0x37f0fd)=>{_0x37f0fd['options']['showSuggestionHighlights']&&_0x298f30({'showActiveMarkers':!0x1})(_0xe11d8f,_0xf2de95,_0x37f0fd);},{'priority':'highest'});}),_0x307f20['conversion']['for']('dataDowncast')['add'](_0x24811b=>{_0x24811b['on']('addMarker:suggestion:attribute',(_0x4a60d1,_0x48b45a,_0x495de6)=>{_0x495de6['options']['showSuggestionHighlights']&&_0x298f30({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4a60d1,_0x48b45a,_0x495de6);},{'priority':'highest'});}),_0x307f20['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xeb6acd,_0x3d5c99)=>_0x3d5c99['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xeb6acd['substr'](0xb)}}),_0x307f20['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5c2999,{writer:_0x2382d1})=>{let _0x38efb7='suggestion:'+_0x5c2999['getAttribute']('suggestion-type')+':'+_0x5c2999['getAttribute']('id');return _0x5c2999['getAttribute']('marker-count')&&(_0x38efb7+=':'+_0x5c2999['getAttribute']('marker-count')),_0x2382d1['createElement']('$marker',{'data-name':_0x38efb7});}}),_0x307f20['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x307f20['conversion']['for']('editingDowncast')['add'](_0x2b0e44=>{_0x2b0e44['on']('addMarker:suggestion:formatBlock',_0x298f30(),{'priority':'high'});}),_0x307f20['conversion']['for']('editingDowncast')['add'](_0x14f071=>{_0x14f071['on']('addMarker:suggestion:attribute',_0x298f30({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x307f20['conversion']['for']('editingDowncast')['add'](_0x5bf0e2=>{_0x5bf0e2['on']('removeMarker:suggestion:formatBlock',(_0x402f13,_0x5d8176,_0x58e649)=>{const _0x1f5b9c=_0x58e649['mapper']['markerNameToElements'](_0x5d8176['markerName']);if(_0x1f5b9c){for(const _0x5a7ee7 of _0x1f5b9c)_0x5a7ee7['getCustomProperty']('addHighlight')||(_0x58e649['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5a7ee7),_0x58e649['writer']['removeAttribute']('data-suggestion',_0x5a7ee7),_0x58e649['mapper']['unbindElementFromMarkerName'](_0x5a7ee7,_0x5d8176['markerName']));}},{'priority':'high'});}),_0x307f20['conversion']['for']('editingDowncast')['add'](_0x4cc7b8=>{_0x4cc7b8['on']('removeMarker:suggestion:attribute',(_0x315c64,_0x4bc62a,_0x309d67)=>{const _0x433888=_0x309d67['mapper']['markerNameToElements'](_0x4bc62a['markerName']);if(!_0x433888)return;const {id:_0x21cacc}=this['_splitMarkerName'](_0x4bc62a['markerName']),_0x291101=this['_suggestions']['get'](_0x21cacc),_0x32cbab=this['_getAttributeKey'](_0x291101);if(this['_isBlockAttribute'](_0x32cbab)){for(const _0x44c124 of _0x433888)_0x44c124['getCustomProperty']('addHighlight')||(_0x309d67['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x44c124),_0x309d67['writer']['removeAttribute']('data-suggestion',_0x44c124),_0x309d67['mapper']['unbindElementFromMarkerName'](_0x44c124,_0x4bc62a['markerName']));}},{'priority':'high'});}),_0x307f20['model']['document']['registerPostFixer'](_0x56435b=>{let _0x27856b=!0x1;const _0x41fcef=Array['from'](_0x307f20['model']['document']['differ']['getChangedMarkers']()),_0x2a4f07=new Set();for(const {name:_0x29b7aa,data:_0x2be092}of _0x41fcef){const {group:_0x283207,type:_0x2c79fb,subType:_0x2e4fa3,id:_0x4102f5}=this['_splitMarkerName'](_0x29b7aa);if('suggestion'!==_0x283207)continue;const _0xda5b2d=this['_suggestions']['get'](_0x4102f5);if(null!=_0x2be092['newRange']){'formatInline'==_0x2c79fb&&(_0x27856b=_0x27856b||Et(_0x2be092['newRange'],_0x29b7aa,_0x56435b,_0x307f20['model']['schema']));const _0x475761='attribute'==_0x2c79fb&&this['_isBlockAttribute'](_0x2e4fa3['split']('|')[0x0]);if(_0x2be092['newRange']['isCollapsed']||'$graveyard'==_0x2be092['newRange']['root']['rootName']||'formatBlock'==_0x2c79fb&&!Ut(_0x2be092['newRange'])||_0x475761&&!Ut(_0x2be092['newRange'])||'deletion'==_0x2c79fb&&!(!Tt(_0x390684=_0x2be092['newRange'])&&!function(_0x12a0fc){return _0x12a0fc['start']['parent']==_0x12a0fc['end']['nodeBefore']&&_0x12a0fc['start']['isAtEnd'];}(_0x390684)))_0x56435b['removeMarker'](_0x29b7aa),_0x27856b=!0x0;else{if(!_0xda5b2d||!_0xda5b2d['isInContent'])continue;_0x2a4f07['add'](_0xda5b2d);}}}var _0x390684;return _0x2a4f07['size']>0x0&&(_0x27856b=!!this['_joinWithAdjacentSuggestions'](_0x2a4f07)||_0x27856b),_0x27856b;}),_0x307f20['model']['document']['registerPostFixer'](_0x4bd947=>{let _0x448fce=!0x1;for(const _0x5b9bc6 of _0x307f20['model']['document']['differ']['getChanges']())if('insert'==_0x5b9bc6['type'])for(const _0x1caec3 of this['_suggestions']['values']()){if(_0x1caec3['isMultiRange']||!_0x1caec3['isInContent'])continue;const _0x41bb7d='formatBlock'==_0x1caec3['type'],_0x46bf54=this['_getAttributeKey'](_0x1caec3),_0x578316=_0x46bf54&&this['_isBlockAttribute'](_0x46bf54);if(!_0x41bb7d&&!_0x578316)continue;const _0x1cfc80=_0x1caec3['getFirstRange']();if(_0x1cfc80['start']['parent']!=_0x1cfc80['end']['parent']&&!_0x1cfc80['end']['isAtEnd']){const _0x2f8e21=_0x307f20['model']['createPositionAt'](_0x1cfc80['start']['nodeAfter'],'end'),_0x33dce7=_0x307f20['model']['createRange'](_0x1cfc80['start'],_0x2f8e21);_0x4bd947['updateMarker'](_0x1caec3['getFirstMarker'](),{'range':_0x33dce7}),_0x448fce=!0x0;}}return _0x448fce;}),_0x307f20['model']['document']['registerPostFixer'](_0x1092b6=>this['_processAttributeChanges'](_0x1092b6)),_0x307f20['model']['document']['registerPostFixer'](_0x454e14=>!_0x454e14['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x454e14)),_0x307f20['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x307f20['model']['document']['on']('change:data',(_0x4a6ac8,_0x28bc33)=>{if(!_0x28bc33['isLocal']||_0x28bc33['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x54fe4d=_0x307f20['model']['document']['differ']['getChanges']();if(0x0==_0x54fe4d['length'])return;const _0x7d9006=[],_0xa8c3a6=_0x54fe4d['filter'](_0x8d6a71=>'attribute'==_0x8d6a71['type']),_0x4af324=_0x54fe4d['filter'](_0x3af7f6=>'insert'==_0x3af7f6['type']&&'$text'!=_0x3af7f6['name']);for(const _0x5811f2 of _0xa8c3a6)this['_isRegisteredAttribute'](_0x5811f2['attributeKey'])&&_0x7d9006['push']({'key':_0x5811f2['attributeKey'],'newValue':_0x5811f2['attributeNewValue'],'oldValue':_0x5811f2['attributeOldValue'],'range':Ot(_0x5811f2['range'],_0x307f20['model'])});for(const _0x514f56 of _0x4af324){if('rename'!=_0x514f56['action']&&'refresh'!=_0x514f56['action'])continue;const _0x254ed6=Gt(_0x514f56['position']['nodeAfter'],_0x307f20['model']),_0xc0434=_0x514f56['before'];'rename'==_0x514f56['action']&&_0x7d9006['push']({'key':m,'newValue':_0x514f56['name'],'oldValue':_0xc0434['name'],'range':_0x254ed6});for(const [_0x44f5d4,_0x5e0c99]of _0xc0434['attributes']){if(!this['_isRegisteredAttribute'](_0x44f5d4))continue;const _0x3c039b=_0x514f56['attributes']['get'](_0x44f5d4);_0x5e0c99!==_0x3c039b&&_0x7d9006['push']({'key':_0x44f5d4,'newValue':_0x3c039b,'oldValue':_0x5e0c99,'range':_0x254ed6});}for(const [_0x239b3f,_0x2ed62a]of _0x514f56['attributes'])this['_isRegisteredAttribute'](_0x239b3f)&&(_0xc0434['attributes']['has'](_0x239b3f)||_0x7d9006['push']({'key':_0x239b3f,'newValue':_0x2ed62a,'oldValue':null,'range':_0x254ed6}));}0x0!=_0x7d9006['length']&&_0x307f20['model']['enqueueChange'](_0x28bc33,_0x50ad9b=>{const _0x378591=_0x5ed2a0();for(const {range:_0x3207c5,key:_0x119ab9,oldValue:_0x37f87e,newValue:_0x49fdf4}of _0x7d9006)this['markAttributeChange'](_0x3207c5,_0x119ab9,_0x37f87e,_0x49fdf4,{'groupId':_0x378591});this['_reduceExistingSuggestions'](_0x50ad9b,_0x7d9006);});},{'priority':'lowest'}),_0x307f20['model']['markers']['on']('update:suggestion',(_0x33301c,_0x28eb65,_0x35f799)=>{if(null==_0x35f799){const {id:_0x8204b6}=this['_splitMarkerName'](_0x28eb65['name']),_0x2eb594=this['_suggestions']['get'](_0x8204b6);_0x2eb594&&_0x2eb594['addMarkerName'](_0x28eb65['name']);}}),_0x307f20['model']['document']['on']('change:data',()=>{const _0x59bc45=Array['from'](_0x307f20['model']['document']['differ']['getChangedMarkers']())['filter'](_0x29b425=>'suggestion'===this['_splitMarkerName'](_0x29b425['name'])['group']);if(0x0===_0x59bc45['length'])return;_0x59bc45['sort']((_0x551abb,_0x5f7562)=>{const _0x23cbdb=_0x551abb['data']['oldRange'],_0x105d94=_0x5f7562['data']['oldRange'];return null===_0x23cbdb&&null===_0x105d94?0x0:null===_0x23cbdb&&null!==_0x105d94?-0x1:null!==_0x23cbdb&&null===_0x105d94?0x1:_0x23cbdb['start']['isBefore'](_0x105d94['start'])?-0x1:0x1;});const _0x28c029=new Set(),_0x216206=new Set();for(const {name:_0xd2bf3b,data:_0x52fd1a}of _0x59bc45){const {id:_0x1b90c1}=this['_splitMarkerName'](_0xd2bf3b);if(null===_0x52fd1a['oldRange']){const _0x4a22e5=this['_handleNewSuggestionMarker'](_0xd2bf3b);_0x216206['add'](_0x4a22e5);}else{const _0x153728=this['_suggestions']['get'](_0x1b90c1);null!==_0x52fd1a['newRange']||_0x153728['isInContent']?(_0x28c029['add'](_0x153728['head']),_0x216206['add'](_0x153728)):this['_removeSuggestion'](_0x153728);}}_0x216206['size']>0x0&&this['_refreshSuggestionsChain'](_0x216206);for(const _0x3e3f14 of _0x28c029)this['fire']('suggestionChanged',_0x3e3f14);}),_0x307f20['model']['on']('applyOperation',(_0x4da63e,_0x562e30)=>{const _0x2d1cd1=_0x562e30[0x0];if(!this['_suggestions']['size'])return;if(!_0x2d1cd1['isDocumentOperation'])return;if(_0x2d1cd1['batch']['isUndo']||!_0x2d1cd1['batch']['isLocal'])return;let _0x49be26,_0x4ef1e5;switch(_0x2d1cd1['type']){case'insert':_0x49be26=_0x307f20['model']['createPositionAt'](_0x2d1cd1['position']),_0x4ef1e5=_0x49be26['getShiftedBy'](_0x2d1cd1['howMany']);break;case'split':_0x49be26=_0x307f20['model']['createPositionAt'](_0x2d1cd1['splitPosition']),_0x4ef1e5=_0x307f20['model']['createPositionAt'](_0x2d1cd1['moveTargetPosition']);break;case'move':_0x49be26=_0x307f20['model']['createPositionAt'](_0x2d1cd1['targetPosition']),_0x4ef1e5=_0x49be26['getShiftedBy'](_0x2d1cd1['howMany']);break;default:return;}const _0x5149af=_0x307f20['model']['createRange'](_0x49be26,_0x4ef1e5);_0x307f20['model']['change'](()=>{for(const {suggestion:_0x2f4fec,meta:_0x3338e2}of this['_findSuggestions'](_0x5149af)){if(_0x2f4fec['isMultiRange'])continue;if('formatInline'==_0x2f4fec['type'])continue;const _0x1d0d8b=this['_getAttributeKey'](_0x2f4fec);if(_0x1d0d8b&&this['_isBlockAttribute'](_0x1d0d8b)&&'split'!=_0x2d1cd1['type'])continue;const _0x30f098=_0x2f4fec['data']&&_0x2f4fec['data']['multipleBlocks'];('formatBlock'!=_0x2f4fec['type']||'split'==_0x2d1cd1['type']&&!_0x30f098)&&(_0x3338e2['containsRangeInObject']||'insertion'==_0x2f4fec['type']&&_0x3338e2['isOwn']||_0x2f4fec['getFirstRange']()['containsRange'](_0x5149af)&&this['_breakSuggestionMarker'](_0x2f4fec,_0x49be26,_0x4ef1e5));}});},{'priority':'lowest'}),_0x307f20['model']['on']('deleteContent',(_0x518c2c,_0x5f0c5f)=>{const _0xd11e6b=_0x5f0c5f[0x0],_0xe47cc2=_0x5f0c5f[0x1];if(_0xe47cc2&&_0xe47cc2['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0xd11e6b['isCollapsed'])return;const _0x94e875=_0x307f20['model']['schema'],{start:_0x1d16b3,end:_0x36b172}=_0xd11e6b['getFirstRange'](),_0x22b6f6=_0x1d16b3['nodeAfter']&&_0x94e875['isLimit'](_0x1d16b3['nodeAfter'])?null:_0x94e875['getNearestSelectionRange'](_0x1d16b3,'forward'),_0xbd8c66=_0x36b172['nodeBefore']&&_0x94e875['isLimit'](_0x36b172['nodeBefore'])?null:_0x94e875['getNearestSelectionRange'](_0x36b172,'backward'),_0x22b624=_0x307f20['model']['createRange'](_0x22b6f6?_0x22b6f6['start']:_0x1d16b3,_0xbd8c66?_0xbd8c66['end']:_0x36b172);_0x307f20['model']['change'](_0x34a7c4=>{this['markDeletion'](_0x22b624);const _0x161938=_0x307f20['model']['schema']['getNearestSelectionRange'](_0x22b624['start']);_0xd11e6b['is']('documentSelection')?_0x34a7c4['setSelection'](_0x161938):_0xd11e6b['setTo'](_0x161938);}),_0x518c2c['stop']();},{'priority':_0x2ff03c['normal']+0xa}),_0x307f20['model']['on']('insertContent',(_0x4d3a2b,_0x2abf23)=>{const _0x290780=_0x2abf23[_0x2abf23['length']-0x1];_0x290780&&_0x290780['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x307f20['model']['change'](()=>{let _0x2a174a=_0x307f20['model']['insertContent'](_0x2abf23[0x0],_0x2abf23[0x1],_0x2abf23[0x2],{'forceDefaultExecution':!0x0});if(!_0x2a174a)return;_0x4d3a2b['return']=_0x2a174a['clone']();const _0x542bfc=_0x2a174a['end']['nodeBefore'],_0xc363f4=_0x307f20['model']['schema'];_0x542bfc&&_0xc363f4['isBlock'](_0x542bfc)&&!_0xc363f4['isObject'](_0x542bfc)&&(_0x2a174a=_0x307f20['model']['createRange'](_0x2a174a['start'],_0x307f20['model']['createPositionAt'](_0x542bfc,'end'))),this['markInsertion'](_0x2a174a);}),_0x4d3a2b['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x21fb90=new $(_0x307f20,this['_suggestions']);_0x307f20['commands']['add']('acceptSuggestion',_0x21fb90),this['enableCommand']('acceptSuggestion');const _0x880497=new B(_0x307f20,this['_suggestions']);_0x307f20['commands']['add']('discardSuggestion',_0x880497),this['enableCommand']('discardSuggestion'),_0x307f20['commands']['add']('acceptAllSuggestions',new x(_0x307f20,_0x21fb90,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x307f20['commands']['add']('discardAllSuggestions',new x(_0x307f20,_0x880497,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x307f20['commands']['add']('acceptSelectedSuggestions',new R(_0x307f20,_0x21fb90,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x307f20['commands']['add']('discardSelectedSuggestions',new R(_0x307f20,_0x880497,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1ec242=_0x307f20['plugins']['get']('CommentsRepository');this['listenTo'](_0x1ec242,'addComment',(_0xc8501f,{threadId:_0x443106})=>{const _0x168264=this['_suggestions']['get'](_0x443106);_0x168264&&_0x168264['commentThread']&&0x1===_0x168264['commentThread']['length']&&this['_updateSuggestionData'](_0x443106,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1ec242,'removeComment',(_0x526553,{threadId:_0x45e8ba})=>{const _0x32cba6=this['_suggestions']['get'](_0x45e8ba);_0x32cba6&&_0x32cba6['commentThread']&&!_0x32cba6['commentThread']['length']&&this['_updateSuggestionData'](_0x45e8ba,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x178775){if(this['_adapter'])throw new _0x274ec5('track-changes-adapter-already-set',this);this['_adapter']=_0x178775;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x4bbe00=!0x1,toJSON:_0x4dcc4c=!0x1}={}){const _0x16ca44=[];for(const _0x108fbf of this['_suggestions']['values']())_0x4bbe00&&!_0x108fbf['isInContent']||_0x16ca44['push'](_0x108fbf);return _0x4dcc4c?_0x16ca44['map'](_0x571450=>_0x571450['toJSON']()):_0x16ca44;}['getSuggestion'](_0x34bd34){const _0x2fb04d=this['_suggestions']['get'](_0x34bd34);if(!_0x2fb04d)throw new _0x274ec5('track-changes-suggestion-not-found',this);return _0x2fb04d;}['hasSuggestion'](_0x17b42f){return this['_suggestions']['has'](_0x17b42f);}['addSuggestionData'](_0x28b8d0){const {authorId:_0x1480b,id:_0xae23a5,attributes:_0x5af6e4}=_0x28b8d0,[_0x31da28,_0x5b0e7a]=_0x28b8d0['type']['split'](':'),_0x11effc=this['_suggestions']['get'](_0xae23a5)||this['_createSuggestion'](_0x31da28,_0x5b0e7a,_0xae23a5,_0x1480b,_0x5af6e4);if(this['_addThreadToSuggestion'](_0x11effc),this['_checkSuggestionCorrectness'](_0x11effc,_0x31da28,_0x5b0e7a||null,_0x1480b),_0x11effc['createdAt']=_0x28b8d0['createdAt'],_0x11effc['_isDataLoaded']=!0x0,_0x5af6e4&&_0x5af6e4['@external']){const _0x239a0f=_0x5af6e4['@external'],_0x563cf8=this['_getExternalAuthor'](_0x239a0f['authorName']);_0x11effc['authoredAt']=_0x239a0f['createdAt'],_0x11effc['author']=_0x563cf8,_0x11effc['isExternal']=!0x0;}else _0x11effc['authoredAt']=_0x28b8d0['createdAt'];switch(_0x28b8d0['data']&&(_0x11effc['data']=_0x28b8d0['data']),_0x28b8d0['attributes']&&(_0x11effc['attributes']=_0x28b8d0['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x11effc['_saved']=!0x0),this['_suggestionState']['get'](_0x11effc)){case'notReady':this['_suggestionState']['set'](_0x11effc,'dataReady');break;case'markerReady':_0x11effc['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x11effc])),this['_refreshSuggestionsChain'](new Set([_0x11effc])),this['_suggestionState']['set'](_0x11effc,'ready'),this['fire']('suggestionLoaded',_0x11effc)):this['_suggestionState']['set'](_0x11effc,'removed');}return _0x11effc;}['acceptSuggestion'](_0x1cbf55){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2559cc of _0x1cbf55['getAllAdjacentSuggestions']())_0x2559cc['accept']();});});}['discardSuggestion'](_0x376de6){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2bb587 of _0x376de6['getAllAdjacentSuggestions']())_0x2bb587['discard']();});});}['enableCommand'](_0x3bab6e,_0x176451){const _0x545c58=this['editor']['commands']['get'](_0x3bab6e);if(!_0x545c58)throw new _0x274ec5('track-changes-command-not-found',this,{'commandName':_0x3bab6e});if(this['_enabledCommands']['has'](_0x545c58))throw new _0x274ec5('track-changes-enable-command-twice',this,{'commandName':_0x3bab6e});this['_enabledCommands']['add'](_0x545c58),_0x176451&&_0x545c58['on']('execute',(_0x115236,_0x5f19e7)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x5f19e7['length']>0x0&&_0x5f19e7[_0x5f19e7['length']-0x1]&&_0x5f19e7[_0x5f19e7['length']-0x1]['forceDefaultExecution']?_0x5f19e7['pop']():(_0x115236['return']=_0x176451((..._0x127022)=>_0x545c58['execute'](..._0x127022,{'forceDefaultExecution':!0x0}),..._0x5f19e7),_0x115236['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x224c21){let _0x50e5ab,_0x9ee2b1;const _0x17059e=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x50e5ab=_0x224c21();}catch(_0x45d04f){_0x9ee2b1=_0x45d04f;}return _0x17059e||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x9ee2b1&&_0x274ec5['rethrowUnexpectedError'](_0x9ee2b1,this),_0x50e5ab;}['markInsertion'](_0x3aa4e6,_0x5370bf=null,_0x3489b={}){if(_0x3aa4e6['isCollapsed'])return null;const _0x50fdd1=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x20352c,meta:_0x49df70}of this['_findSuggestions'](_0x3aa4e6,'insertion'))if(_0x49df70['isOwn']){if(!_0x49df70['isNextTo']){if(_0x49df70['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x20352c,_0x3489b))continue;return _0x20352c;}if(Lt(_0x20352c,_0x3489b))return _0x20352c;this['_breakSuggestionMarker'](_0x20352c,_0x3aa4e6['start'],_0x3aa4e6['end']);break;}if(_0x5370bf==_0x20352c['subType']&&Lt(_0x20352c,_0x3489b)){const _0x38603c=_0x20352c['getFirstRange']();return _0x38603c['start']['isEqual'](_0x3aa4e6['end'])?this['_setSuggestionRange'](_0x20352c,this['_model']['createRange'](_0x3aa4e6['start'],_0x38603c['end'])):this['_setSuggestionRange'](_0x20352c,this['_model']['createRange'](_0x38603c['start'],_0x3aa4e6['end'])),_0x20352c;}}const _0x37136e=_0x5ed2a0(),_0xf7a5e5=_0x50fdd1['id'],_0x11af72=_0x5370bf?'insertion:'+_0x5370bf:'insertion',_0x45f5f4=this['_setSuggestionData']({'id':_0x37136e,'type':_0x11af72,'createdAt':new Date(),'authorId':_0xf7a5e5,'attributes':_0x3489b});return this['_addSuggestionMarker'](_0x11af72,_0x37136e,_0xf7a5e5,_0x3aa4e6),_0x45f5f4;}['markMultiRangeInsertion'](_0x32992c,_0x4e8fdd='multi',_0x409704={}){const _0x47207f=this['editor']['plugins']['get']('Users')['me'],_0x350685=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4e8fdd,'join');for(const _0x4e927f of this['getSuggestions']())if(_0x4e927f['author']['id']==_0x47207f['id']&&'insertion'==_0x4e927f['type']&&_0x4e927f['subType']==_0x4e8fdd&&Lt(_0x4e927f,_0x409704)&&(_0x350685(_0x4e927f['getRanges'](),_0x32992c)||_0x350685(_0x32992c,_0x4e927f['getRanges']()))){for(const _0x5dcbf5 of _0x32992c)_0x4e927f['addRange'](_0x5dcbf5);return _0x4e927f;}for(const {suggestion:_0x37e221,meta:_0x971257}of this['_findSuggestions'](_0x32992c,'insertion')){if(!_0x971257['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x971257['containsRangeInObject'])continue;if(!Lt(_0x37e221,_0x409704))continue;let _0x44fdc8=!0x0;for(const _0x18bdcd of _0x37e221['getRanges']())for(const _0x5ab787 of _0x32992c)if(!_0x18bdcd['containsRange'](_0x5ab787)){_0x44fdc8=!0x1;break;}if(_0x44fdc8)return _0x37e221;}const _0x333e06=_0x5ed2a0(),_0xaa2269=_0x47207f['id'],_0x30d1c7='insertion:'+_0x4e8fdd,_0x5c3f9d=this['_setSuggestionData']({'id':_0x333e06,'type':_0x30d1c7,'createdAt':new Date(),'authorId':_0xaa2269,'attributes':_0x409704});for(const _0xb232c2 of _0x32992c)this['_addSuggestionMarker'](_0x30d1c7,_0x333e06,_0xaa2269,_0xb232c2,u['getMultiRangeId']());return _0x5c3f9d;}['markInlineFormat'](_0x5df9df,_0x3f5b67,_0x5e28dd=null,_0x58ce08={}){if(_0x5e28dd=_0x5e28dd||Vt(_0x3f5b67),_0x5df9df['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x57f163=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5e28dd,'accept');return this['forceDefaultExecution'](()=>_0x57f163([_0x5df9df],_0x3f5b67,_0x58ce08)),null;}const _0x248169=this['editor']['plugins']['get']('Users')['me'],_0x669506=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4b1319,meta:_0xa8692f}of this['_findSuggestions'](_0x5df9df,'insertion'))_0xa8692f['isOwn']&&!_0xa8692f['isInsideObject']&&_0x669506['push'](..._0x4b1319['getRanges']());}const _0x54ddc1=function(_0x470289,_0xf982f6){const _0x279c70=[];for(const _0x1ce730 of _0xf982f6){const _0x3bd5a0=_0x470289['getIntersection'](_0x1ce730);_0x3bd5a0&&_0x279c70['push'](_0x3bd5a0);}return _0x279c70;}(_0x5df9df,_0x669506),_0x25bd70=function(_0x195dc7,_0x3f6de8){const _0x39c7f3=[_0x195dc7];for(const _0x5bb397 of _0x3f6de8){let _0x5ae881=0x0;for(;_0x5ae881<_0x39c7f3['length'];){const _0x27d9e9=_0x39c7f3[_0x5ae881]['getDifference'](_0x5bb397);_0x39c7f3['splice'](_0x5ae881,0x1,..._0x27d9e9),_0x5ae881+=_0x27d9e9['length'];}}return _0x39c7f3;}(_0x5df9df,_0x669506);_0x54ddc1['length']&&this['_model']['change'](()=>{for(const _0x2a10c7 of _0x54ddc1){const _0x4fcb6c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5e28dd,'accept');this['forceDefaultExecution'](()=>_0x4fcb6c([_0x2a10c7],_0x3f5b67,_0x58ce08));}});for(const _0x412969 of _0x25bd70){let _0x10c17e=null,_0x120636=_0x412969['start'],_0x3a323b=_0x412969['end'];for(const {suggestion:_0x474eff,meta:_0x13fbea}of this['_findSuggestions'](_0x412969,'formatInline')){if(!_0x13fbea['isOwn'])continue;if(_0x474eff['subType']!=_0x5e28dd)continue;if(!Lt(_0x474eff,_0x58ce08))continue;const _0x1292a3=_0x474eff['getFirstRange']();if(_0x1292a3['containsRange'](_0x412969,!0x0))return null;_0x120636=_0x120636['isBefore'](_0x1292a3['start'])?_0x120636:_0x1292a3['start'],_0x3a323b=_0x3a323b['isAfter'](_0x1292a3['end'])?_0x3a323b:_0x1292a3['end'],_0x10c17e?_0x1292a3['start']['isBefore'](_0x10c17e['getFirstRange']()['start'])?(_0x10c17e['removeMarkers'](),_0x10c17e=_0x474eff):_0x474eff['removeMarkers']():_0x10c17e=_0x474eff;}const _0x3dbe8f=this['_model']['createRange'](_0x120636,_0x3a323b);if(_0x10c17e)this['_setSuggestionRange'](_0x10c17e,_0x3dbe8f);else{const _0x12a87a=_0x5ed2a0(),_0x8163b=_0x248169['id'];this['_setSuggestionData']({'id':_0x12a87a,'type':'formatInline:'+_0x5e28dd,'data':_0x3f5b67,'createdAt':new Date(),'authorId':_0x8163b,'attributes':_0x58ce08}),this['_addSuggestionMarker']('formatInline:'+_0x5e28dd,_0x12a87a,_0x8163b,_0x3dbe8f);}}return null;}['markBlockFormat'](_0x1d181b,_0x45d1fe,_0x1bb0f5=[],_0x3a6997=null,_0x3c5700={}){_0x45d1fe['formatGroupId']||(_0x45d1fe['formatGroupId']=_0x45d1fe['commandName']),_0x45d1fe['multipleBlocks']=_0x1d181b['is']('range'),_0x3a6997=_0x3a6997||Vt(_0x45d1fe);const _0x1685f9=_0x1bb0f5['map'](_0xbd7663=>Gt(_0xbd7663,this['_model'])),_0x18dcb3=_0x1d181b['is']('range')?_0x1d181b:Gt(_0x1d181b,this['_model']);if('never'===this['_trackFormatChanges']){const _0x3d2914=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3a6997,'accept');return this['forceDefaultExecution'](()=>_0x3d2914([_0x18dcb3],_0x45d1fe,_0x3c5700)),null;}_0x1685f9['push'](_0x18dcb3);let _0x245e21=!0x0;for(const _0x37b4c2 of _0x1685f9)if(!this['_rangeIsInLocalUserInsertion'](_0x37b4c2)){_0x245e21=!0x1;break;}if(_0x245e21&&'always'!==this['_trackFormatChanges']){const _0x47f006=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3a6997,'accept');return this['forceDefaultExecution'](()=>_0x47f006([_0x18dcb3],_0x45d1fe,_0x3c5700)),null;}let _0x177f37=null,_0x328f37=_0x18dcb3['start'],_0x12ec23=_0x18dcb3['end'];for(const {suggestion:_0x4217b,meta:_0x205bb9}of this['_findSuggestions'](_0x18dcb3,'formatBlock')){if(!_0x205bb9['isOwn'])continue;if(_0x205bb9['isNextTo']||_0x205bb9['containsRangeInObject']||_0x205bb9['isInsideObject'])continue;if(_0x4217b['data']['formatGroupId']!=_0x45d1fe['formatGroupId'])continue;if(!Lt(_0x4217b,_0x3c5700))continue;const _0x97b266=_0x4217b['getFirstRange']();if(_0x4217b['subType']==_0x3a6997){if(_0x97b266['containsRange'](_0x18dcb3,!0x0))return null;_0x328f37=_0x328f37['isBefore'](_0x97b266['start'])?_0x328f37:_0x97b266['start'],_0x12ec23=_0x12ec23['isAfter'](_0x97b266['end'])?_0x12ec23:_0x97b266['end'],_0x177f37?_0x97b266['start']['isBefore'](_0x177f37['getFirstRange']()['start'])?(_0x177f37['removeMarkers'](),_0x177f37=_0x4217b):_0x4217b['removeMarkers']():_0x177f37=_0x4217b;}else{const _0x2281a6=_0x18dcb3['getIntersection'](_0x97b266);this['_cutOutSuggestionMarker'](_0x4217b,_0x2281a6);}}const _0x652f5a=this['editor']['plugins']['get']('Users')['me'],_0x4c298a=_0x5ed2a0(),_0x434ed3=_0x652f5a['id'];if(_0x177f37)return this['_setSuggestionRange'](_0x177f37,this['_model']['createRange'](_0x328f37,_0x12ec23)),_0x177f37;{const _0xeb4838=this['_setSuggestionData']({'id':_0x4c298a,'type':'formatBlock:'+_0x3a6997,'data':_0x45d1fe,'createdAt':new Date(),'authorId':_0x434ed3,'attributes':_0x3c5700});return this['_addSuggestionMarker']('formatBlock:'+_0x3a6997,_0x4c298a,_0x434ed3,this['_model']['createRange'](_0x328f37,_0x12ec23)),_0xeb4838;}}['markMultiRangeBlockFormat'](_0x2dc643,_0x1a6028,_0x2acc3d=[],_0x309fcb=null,_0x2a1282={}){_0x1a6028['formatGroupId']||(_0x1a6028['formatGroupId']=_0x1a6028['commandName']);const _0x137564=_0x2dc643[0x0];_0x1a6028['multipleBlocks']=_0x137564['is']('range'),_0x309fcb=_0x309fcb||Vt(_0x1a6028);const _0x1ff185=_0x2acc3d['map'](_0x4da8f1=>Gt(_0x4da8f1,this['_model'])),_0x4564e7=_0x137564['is']('range')?_0x2dc643:_0x2dc643['map'](_0x23ac6f=>Gt(_0x23ac6f,this['_model']));if('never'===this['_trackFormatChanges']){const _0x291c72=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x309fcb,'accept');return this['forceDefaultExecution'](()=>_0x291c72(_0x4564e7,_0x1a6028,_0x2a1282)),null;}_0x1ff185['push'](..._0x4564e7);let _0x4c5fc4=!0x0;for(const _0x3b224f of _0x1ff185)if(!this['_rangeIsInLocalUserInsertion'](_0x3b224f)){_0x4c5fc4=!0x1;break;}if(_0x4c5fc4&&'always'!==this['_trackFormatChanges']){const _0x2ba1f8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x309fcb,'accept');return this['forceDefaultExecution'](()=>_0x2ba1f8(_0x4564e7,_0x1a6028,_0x2a1282)),null;}const _0xbc4dbc=this['editor']['plugins']['get']('Users')['me'];for(const _0x30a748 of this['getSuggestions']()){if(_0x30a748['author']['id']!=_0xbc4dbc['id'])continue;if('formatBlock'!=_0x30a748['type']||_0x30a748['data']['formatGroupId']!=_0x1a6028['formatGroupId'])continue;if(!Lt(_0x30a748,_0x2a1282))continue;const _0x22b735=_0x30a748['subType']==_0x309fcb;for(let _0x1168c1=0x0;_0x1168c1<_0x4564e7['length'];_0x1168c1++){const _0x233edc=_0x4564e7[_0x1168c1];for(const _0x27295e of _0x30a748['getMarkers']()){const _0x3de7e1=_0x27295e['getRange']();if(_0x233edc['isEqual'](_0x3de7e1)){_0x22b735?(_0x4564e7['splice'](_0x1168c1,0x1),_0x1168c1--):_0x30a748['removeMarker'](_0x27295e['name']);break;}}}}if(0x0==_0x4564e7['length'])return null;const _0x4dbb83=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x309fcb,'join');for(const _0x860542 of this['getSuggestions']())if(_0x860542['author']['id']==_0xbc4dbc['id']&&'formatBlock'==_0x860542['type']&&_0x860542['data']['formatGroupId']==_0x1a6028['formatGroupId']&&_0x860542['subType']==_0x309fcb&&Lt(_0x860542,_0x2a1282)&&(_0x4dbb83(_0x860542['getRanges'](),_0x4564e7)||_0x4dbb83(_0x4564e7,_0x860542['getRanges']()))){for(const _0x3e846f of _0x4564e7)_0x860542['addRange'](_0x3e846f);return _0x860542;}const _0xd31f4a=_0x5ed2a0(),_0x4be06e=_0xbc4dbc['id'],_0x266ed1='formatBlock:'+_0x309fcb,_0x402907=this['_setSuggestionData']({'id':_0xd31f4a,'type':_0x266ed1,'data':_0x1a6028,'createdAt':new Date(),'authorId':_0x4be06e,'attributes':_0x2a1282});for(const _0x1abd14 of _0x4564e7)this['_addSuggestionMarker'](_0x266ed1,_0xd31f4a,_0x4be06e,_0x1abd14,u['getMultiRangeId']());return _0x402907;}['markDeletion'](_0x1e5fe0,_0x57b27b=null,_0x211a5b={}){if(_0x1e5fe0['isCollapsed'])return null;const _0xcf863c=this['editor']['plugins']['get']('Users')['me'],_0x2ddf56=new _0xe90ba7(_0x1e5fe0['start'],_0x1e5fe0['end']);for(const {suggestion:_0x19314e,meta:_0x196b72}of this['_findSuggestions'](_0x2ddf56,'insertion'))if(_0x196b72['isOwn']&&!_0x196b72['isNextTo']){if(_0x19314e['isMultiRange']){const _0x466b6b=_0x19314e['getRanges']()['filter'](_0x415976=>'$graveyard'!=_0x415976['root']['rootName']);_0x466b6b['every'](_0x24d56d=>_0x2ddf56['containsRange'](_0x24d56d,!0x0))&&_0x19314e['discard']();if(_0x466b6b['some'](_0x17e07d=>_0x17e07d['containsRange'](_0x2ddf56,!0x0))){const _0xd2ed37=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x57b27b,'accept');return this['forceDefaultExecution'](()=>_0xd2ed37([_0x2ddf56],null,_0x211a5b)),null;}}else{const _0x171ac9=_0x2ddf56['getIntersection'](_0x19314e['getFirstRange']());null!==_0x171ac9&&_0x19314e['_onDiscard']([_0x171ac9],null,_0x211a5b);}}if(_0x2ddf56['detach'](),_0x2ddf56['isCollapsed']||'$graveyard'==_0x2ddf56['root']['rootName'])return null;let _0x1368a4=null,_0x5edddb=_0x2ddf56['start'],_0x393366=_0x2ddf56['end'];const _0x85e8b4=this['_findSuggestions'](_0x2ddf56,'deletion');for(const {suggestion:_0x58ed0a,meta:_0x4b4dcf}of _0x85e8b4){const _0x87672f=this['_model']['createRange'](_0x5edddb,_0x393366);if(_0x4b4dcf['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4b4dcf['containsRangeInObject']&&!_0x4b4dcf['isInsideObject'])){if(_0x58ed0a['isMultiRange']){if(!Lt(_0x58ed0a,_0x211a5b))continue;let _0x266c20=!0x0;for(const _0x1c3669 of _0x58ed0a['getRanges']()){if(_0x1c3669['containsRange'](_0x87672f,!0x0))return _0x58ed0a;_0x87672f['containsRange'](_0x1c3669)||(_0x266c20=!0x1);}_0x266c20&&_0x58ed0a['discard']();}else{const _0x472cf6=_0x58ed0a['getFirstRange']();if(_0x472cf6['containsRange'](_0x87672f,!0x0))return _0x58ed0a;if(!Lt(_0x58ed0a,_0x211a5b)){_0x87672f['containsRange'](_0x472cf6)?_0x58ed0a['removeMarkers']():_0x472cf6['containsPosition'](_0x5edddb)?_0x5edddb=_0x472cf6['end']:_0x472cf6['containsPosition'](_0x393366)&&(_0x393366=_0x472cf6['start']);continue;}_0x5edddb=_0x5edddb['isBefore'](_0x472cf6['start'])?_0x5edddb:_0x472cf6['start'],_0x393366=_0x393366['isAfter'](_0x472cf6['end'])?_0x393366:_0x472cf6['end'],_0x211a5b=Object['assign']({},_0x58ed0a['attributes']),_0x1368a4?_0x472cf6['start']['isBefore'](_0x1368a4['getFirstRange']()['start'])?(_0x1368a4['removeMarkers'](),_0x1368a4=_0x58ed0a):_0x58ed0a['removeMarkers']():_0x1368a4=_0x58ed0a;}}}if(_0x1368a4)return this['_setSuggestionRange'](_0x1368a4,this['_model']['createRange'](_0x5edddb,_0x393366)),_0x1368a4;{const _0x4b3c59=_0x5ed2a0(),_0x5d1faa=this['_model']['createRange'](_0x5edddb,_0x393366),_0x53b0b2=_0xcf863c['id'],_0x4b134f=_0x57b27b?'deletion:'+_0x57b27b:'deletion',_0x52ec5d=this['_setSuggestionData']({'id':_0x4b3c59,'type':_0x4b134f,'createdAt':new Date(),'authorId':_0x53b0b2,'attributes':_0x211a5b});return this['_addSuggestionMarker'](_0x4b134f,_0x4b3c59,_0x53b0b2,_0x5d1faa),_0x52ec5d;}}['markMultiRangeDeletion'](_0x4faa14,_0x25f81c='multi',_0x34c680={}){const _0xe0cade=this['editor']['plugins']['get']('Users')['me'],_0x5186b4=_0x4faa14['map'](_0x3fecbd=>new _0xe90ba7(_0x3fecbd['start'],_0x3fecbd['end'])),_0xa63b14=new Set();for(const {suggestion:_0x2e67c6,meta:_0x4673ff}of this['_findSuggestions'](_0x5186b4,'insertion'))_0x4673ff['isOwn']&&!_0x4673ff['isNextTo']&&_0xa63b14['add'](_0x2e67c6);for(const _0x499bce of _0xa63b14)if(_0x499bce['isMultiRange']){const _0x5ad8be=_0x499bce['getRanges']();(!_0x499bce['attributes']||!_0x499bce['attributes']['skipNestingCheck'])&&(_0x5ad8be['every'](_0x3f313e=>_0x5186b4['some'](_0x5665c3=>_0x5665c3['containsRange'](_0x3f313e,!0x0)))&&_0x499bce['discard']());if(_0x5186b4['every'](_0x495421=>_0x5ad8be['some'](_0x43ef26=>_0x43ef26['containsRange'](_0x495421,!0x0)))){const _0x364591=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x25f81c,'accept');return this['forceDefaultExecution'](()=>_0x364591(_0x4faa14,null,_0x34c680)),null;}}else{const _0x1befd4=_0x499bce['getFirstRange']();_0x5186b4['some'](_0x6a2478=>_0x6a2478['containsRange'](_0x1befd4,!0x0))&&_0x499bce['discard']();if(_0x5186b4['every'](_0x541be0=>_0x1befd4['containsRange'](_0x541be0,!0x0))){const _0x18ee6a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x25f81c,'accept');return this['forceDefaultExecution'](()=>_0x18ee6a(_0x5186b4,null,_0x34c680)),null;}}const _0x55e4d9=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x25f81c,'join');let _0x251cec=null;for(const _0x109fd6 of this['getSuggestions']())if(_0x109fd6['author']['id']==_0xe0cade['id']&&_0x109fd6['isInContent']&&'deletion'==_0x109fd6['type']&&_0x109fd6['subType']==_0x25f81c&&Lt(_0x109fd6,_0x34c680)&&(_0x55e4d9(_0x109fd6['getRanges'](),_0x5186b4)||_0x55e4d9(_0x5186b4,_0x109fd6['getRanges']()))){if(_0x251cec){if(_0x109fd6['commentThread']&&_0x109fd6['commentThread']['length'])continue;for(const _0x450f5c of _0x109fd6['getRanges']())_0x251cec['isIntersectingWithRange'](_0x450f5c)||_0x251cec['addRange'](_0x450f5c);_0x109fd6['removeMarkers']();}else{_0x251cec=_0x109fd6;for(const _0x4021ce of _0x5186b4)_0x109fd6['isIntersectingWithRange'](_0x4021ce)||_0x109fd6['addRange'](_0x4021ce);}}if(_0x251cec)return _0x251cec;_0xa63b14['clear']();for(const {suggestion:_0x115317,meta:_0x1f1376}of this['_findSuggestions'](_0x5186b4,'deletion'))_0x1f1376['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1f1376['containsRangeInObject']&&!_0x1f1376['isInsideObject'])&&Lt(_0x115317,_0x34c680)&&_0xa63b14['add'](_0x115317);for(const _0x56870c of _0xa63b14){const _0x546ab6=_0x56870c['getRanges']();if(!_0x34c680||!_0x34c680['skipNestingCheck']){if(_0x5186b4['every'](_0x288bea=>_0x546ab6['some'](_0xfe9b4d=>_0xfe9b4d['containsRange'](_0x288bea,!0x0))))return _0x56870c;}(!_0x56870c['attributes']||!_0x56870c['attributes']['skipNestingCheck'])&&(_0x546ab6['every'](_0x38f95b=>_0x5186b4['some'](_0x540da0=>_0x540da0['containsRange'](_0x38f95b,!0x0)))&&_0x56870c['discard']());}const _0x7783c3=_0x5ed2a0(),_0x2c037c=_0xe0cade['id'],_0x546fab='deletion:'+_0x25f81c,_0x1e6476=this['_setSuggestionData']({'id':_0x7783c3,'type':_0x546fab,'createdAt':new Date(),'authorId':_0x2c037c,'attributes':_0x34c680});for(const _0x3ee4e8 of _0x5186b4)_0x3ee4e8['detach'](),_0x3ee4e8['isCollapsed']||'$graveyard'==_0x3ee4e8['root']['rootName']||this['_addSuggestionMarker'](_0x546fab,_0x7783c3,_0x2c037c,_0x3ee4e8,u['getMultiRangeId']());return _0x1e6476;}['markAttributeChange'](_0x19d0a7,_0xda8f94,_0x473869,_0x5d114,_0x20e3f5){if(_0x19d0a7['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2237c2=this['editor']['plugins']['get']('Users')['me']['id'],_0x4e3ba5=Array['from'](this['_suggestions']['values']())['filter'](_0x13886a=>'attribute'==_0x13886a['type']&&_0x13886a['data']['key']==_0xda8f94&&_0x13886a['isIntersectingWithRange'](_0x19d0a7));if('default'===this['_trackFormatChanges']){const _0x3168be=this['_findSuggestions'](_0x19d0a7,'insertion')['filter'](({meta:_0xf8323c})=>_0xf8323c['isOwn']&&!_0xf8323c['isInsideObject']&&!_0xf8323c['isNextTo'])['map'](({suggestion:_0x214ae6})=>_0x214ae6);_0x4e3ba5['unshift'](..._0x3168be);}const _0x3694cc=new Map([[_0x19d0a7,_0x473869]]);for(const _0x3135fa of _0x4e3ba5){const _0x4a7ce3='attribute'==_0x3135fa['type']?_0x3135fa['data']['oldValue']:void 0x0,_0x495cd1=_0x3135fa['getFirstRange'](),_0x59e8c5=Array['from'](_0x3694cc['keys']())['find'](_0x7643e2=>_0x7643e2['isIntersecting'](_0x495cd1));if(!_0x59e8c5)continue;const _0x219d0e=_0x59e8c5['getDifference'](_0x495cd1);this['_isBlockAttribute'](_0xda8f94)&&'insertion'==_0x3135fa['type']&&0x0!=_0x219d0e['length']||(_0x3694cc['delete'](_0x59e8c5),_0x219d0e['forEach'](_0x5b8959=>{_0x3694cc['set'](_0x5b8959,_0x473869);}),'insertion'!=_0x3135fa['type']&&_0x4a7ce3!=_0x5d114&&_0x3694cc['set'](_0x59e8c5['getIntersection'](_0x495cd1),_0x4a7ce3));}const _0x14b0d3=[];for(const [_0x349f79,_0x269ab2]of _0x3694cc){const _0x313d84=_0x5ed2a0(),_0x578a4d={'key':_0xda8f94,'oldValue':_0x269ab2,'newValue':_0x5d114};_0xda8f94['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':_0xda8f94});const _0x5db289=('attribute:'+(_0xda8f94+'|'+Vt({'newValue':_0x5d114})))['substring'](0x0,0x3c),_0x1d6524=this['_setSuggestionData']({'id':_0x313d84,'type':_0x5db289,'data':_0x578a4d,'createdAt':new Date(),'authorId':_0x2237c2,'attributes':_0x20e3f5});_0x14b0d3['push'](_0x1d6524),this['_addSuggestionMarker'](_0x5db289,_0x313d84,_0x2237c2,_0x349f79);}return _0x14b0d3;}['enableDefaultAttributesIntegration'](_0x1a0346){this['enableCommand'](_0x1a0346,(_0x470635,..._0x31ff6b)=>{this['_recordAttributeChanges'](()=>{_0x470635(..._0x31ff6b);});});}['registerBlockAttribute'](_0x1b5cfd){this['_blockAttributeKeys']['add'](_0x1b5cfd);}['registerInlineAttribute'](_0x2adee3){this['_inlineAttributeKeys']['add'](_0x2adee3);}['_getAttributeKey'](_0x2c9f96){return'attribute'==_0x2c9f96['type']?_0x2c9f96['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x56e76f,_0x368331){const _0x5aebae=_0x56e76f['getFirstMarker']();this['_model']['change'](_0x2e2241=>{_0x2e2241['updateMarker'](_0x5aebae,{'range':_0x368331});});}['_addThreadToSuggestion'](_0x2a6948){const _0x5e9e33=_0x2a6948['id'],_0x4bbcfe=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5e9e33)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4bbcfe,'threadId':_0x5e9e33,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x141851=this['_commentsRepository']['getCommentThread'](_0x5e9e33);_0x141851['unbind']('isRemovable'),_0x141851['isRemovable']=!0x1,_0x2a6948['commentThread']=_0x141851;}['_checkSuggestionCorrectness'](_0xe15fa2,_0x7ef263,_0x1098a8,_0x472ebb){if(_0xe15fa2['type']!=_0x7ef263||_0xe15fa2['subType']!=_0x1098a8||_0xe15fa2['creator']['id']!=_0x472ebb)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x274ec5('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x534c31,_0x5cea04){const _0x55bc31=_0x534c31['getFirstRange']();if(_0x5cea04['isEqual'](_0x55bc31))_0x534c31['removeMarkers']();else{if(_0x55bc31['containsRange'](_0x5cea04)){const _0x5439ef=this['_model']['createPositionAt'](_0x5cea04['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x534c31,this['_model']['createRange'](_0x55bc31['start'],_0x5439ef));const _0x56306d=_0x5ed2a0(),_0x508d97=_0x534c31['creator']['id'],_0x4f6d64=_0x534c31['type']+':'+_0x534c31['subType'];this['_setSuggestionData']({'id':_0x56306d,'type':_0x4f6d64,'createdAt':new Date(),'authorId':_0x508d97,'data':_0x534c31['data'],'attributes':_0x534c31['attributes']});const _0x166b3c=this['_model']['createPositionAt'](_0x5cea04['end']['parent'],'after'),_0x8e62d2=this['_model']['createRange'](_0x166b3c,_0x55bc31['end']);this['_addSuggestionMarker'](_0x4f6d64,_0x56306d,_0x508d97,_0x8e62d2);}else{if(_0x55bc31['containsPosition'](_0x5cea04['start'])){const _0x253c4c=this['_model']['createPositionAt'](_0x5cea04['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x534c31,this['_model']['createRange'](_0x55bc31['start'],_0x253c4c));}else{const _0x12da94=this['_model']['createPositionAt'](_0x5cea04['end']['parent'],'after');this['_setSuggestionRange'](_0x534c31,this['_model']['createRange'](_0x12da94,_0x55bc31['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x410a77){for(const {suggestion:_0x277eb3,meta:_0x463682}of this['_findSuggestions'](_0x410a77,'insertion')){if(!_0x463682['isOwn'])continue;const _0x4629e3=_0x277eb3['getRanges']();for(const _0x198b07 of _0x4629e3)if(!_0x410a77['getDifference'](_0x198b07)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4b8fa6){const _0x44f8b0=this['editor']['plugins']['get']('Users')['getUser'](_0x4b8fa6);if(!_0x44f8b0)throw new _0x274ec5('track-changes-user-not-found',this);return _0x44f8b0;}['_getExternalAuthor'](_0x31a50c){const _0x24dd94=this['editor']['plugins']['get']('Users'),_0x739811=_0x478958('external:'+_0x31a50c),_0x4bb625=_0x24dd94['getUser'](_0x739811);return _0x4bb625||_0x24dd94['addUser']({'id':_0x739811,'name':_0x31a50c});}['_createSuggestion'](_0x1da901,_0x338120,_0x13eb0c,_0x49c2ab,_0x566d36){const _0x109b0c=this['_getAuthorFromId'](_0x49c2ab),_0xa5810f=this['_suggestionFactory']['buildSuggestion'](_0x1da901,_0x338120,_0x13eb0c,_0x109b0c,_0x566d36,_0xebfe05=>{this['_updateSuggestionData'](_0x13eb0c,{'attributes':_0xebfe05});const _0x42459c=this['getSuggestion'](_0x13eb0c);this['_joinWithAdjacentSuggestions'](new Set([_0x42459c])),this['_refreshSuggestionsChain'](new Set([_0x42459c]));});return this['listenTo'](_0xa5810f,'accept',()=>{this['_updateSuggestionData'](_0x13eb0c,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xa5810f,'discard',()=>{this['_updateSuggestionData'](_0x13eb0c,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x13eb0c,_0xa5810f),this['_suggestionState']['set'](_0xa5810f,'notReady'),_0xa5810f;}['_splitMarkerName'](_0x2763f4){const _0x486df1=_0x2763f4['split'](':');return{'group':_0x486df1[0x0],'type':_0x486df1[0x1],'subType':_0x486df1['length']>=0x5?_0x486df1[0x2]:null,'id':_0x486df1['length']<0x5?_0x486df1[0x2]:_0x486df1[0x3],'authorId':_0x486df1['length']<0x5?_0x486df1[0x3]:_0x486df1[0x4],'markerCount':0x6==_0x486df1['length']?_0x486df1[0x5]:null};}['_breakSuggestionMarker'](_0x33ac97,_0x72ef97,_0x80a398){const _0x97c079=_0x33ac97['getFirstRange'](),_0x5301c3=_0x97c079['start'],_0x4704a0=_0x97c079['end'];this['_setSuggestionRange'](_0x33ac97,this['_model']['createRange'](_0x5301c3,_0x72ef97));const _0x1ccf1d=_0x5ed2a0(),_0x4fec17=_0x33ac97['creator']['id'],_0x30901e=_0x33ac97['type']+(_0x33ac97['subType']?':'+_0x33ac97['subType']:'');this['_setSuggestionData']({'id':_0x1ccf1d,'type':_0x30901e,'createdAt':new Date(),'authorId':_0x4fec17,'originalSuggestionId':_0x33ac97['id'],'attributes':_0x33ac97['attributes'],'data':_0x33ac97['data']});const _0x3a731f=this['_getAttributeKey'](_0x33ac97);('formatBlock'==_0x33ac97['type']||_0x3a731f&&this['_isBlockAttribute'](_0x3a731f))&&(_0x80a398=this['_model']['createPositionBefore'](_0x80a398['parent'])),this['_addSuggestionMarker'](_0x30901e,_0x1ccf1d,_0x4fec17,this['_model']['createRange'](_0x80a398,_0x4704a0));}['_findSuggestions'](_0x8f837e,_0x7d4b2a=null){const _0xbe0723=[],_0x4fefbb=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x8f837e)||(_0x8f837e=[_0x8f837e]);for(const _0x34a307 of this['getSuggestions']()){if(!_0x34a307['isInContent'])continue;if(_0x7d4b2a&&_0x34a307['type']!=_0x7d4b2a)continue;let _0xdb3a77=!0x1;for(const _0x3f0ff5 of _0x34a307['getRanges']()){for(const _0x416346 of _0x8f837e){const _0xf5675c=_0x416346['start']['isEqual'](_0x3f0ff5['end'])||_0x416346['end']['isEqual'](_0x3f0ff5['start']);if(_0xf5675c||_0x416346['getIntersection'](_0x3f0ff5)){const _0x370dc6=_0x416346['containsRange'](_0x3f0ff5)&&Rt(this['_model']['schema'],_0x3f0ff5['start'],_0x416346),_0x16da92=_0x3f0ff5['containsRange'](_0x416346)&&Rt(this['_model']['schema'],_0x416346['start'],_0x3f0ff5);_0xbe0723['push']({'suggestion':_0x34a307,'meta':{'isOwn':_0x4fefbb==_0x34a307['author'],'isNextTo':_0xf5675c,'isInsideObject':_0x370dc6,'containsRangeInObject':_0x16da92}}),_0xdb3a77=!0x0;break;}}if(_0xdb3a77)break;}}return _0xbe0723;}['_addSuggestionMarker'](_0x1a0844,_0x27de87,_0x3e3b92,_0x2e9f72,_0x3d0b0d){this['_model']['change'](_0x7e8e63=>{let _0x9b3248='suggestion:'+_0x1a0844+':'+_0x27de87+':'+_0x3e3b92;_0x3d0b0d&&(_0x9b3248=_0x9b3248+':'+_0x3d0b0d),_0x7e8e63['addMarker'](_0x9b3248,{'range':_0x2e9f72,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x335070){const _0x464b91=_0x335070['previous'],_0x4ffe91=_0x335070['next'];_0x335070['previous']=null,_0x335070['next']=null,null!=_0x464b91&&_0x464b91['next']==_0x335070&&(_0x464b91['next']=_0x4ffe91),null!=_0x4ffe91&&_0x4ffe91['previous']==_0x335070&&(_0x4ffe91['previous']=_0x464b91),'ready'==this['_suggestionState']['get'](_0x335070)&&(this['_suggestionState']['set'](_0x335070,'removed'),this['fire']('suggestionUnloaded',_0x335070,_0x464b91,_0x4ffe91));}['_setSuggestionData'](_0x289b7a){const _0x458edc=_0x289b7a['id'],_0x4737dc=this['addSuggestionData'](_0x289b7a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0xd31575=this['editor']['plugins']['get']('PendingActions'),_0x3256a0=_0x4737dc['hasComments'],_0x331bf1=_0x4737dc['subType']?_0x4737dc['type']+':'+_0x4737dc['subType']:_0x4737dc['type'],_0x184b5d=this['editor']['locale'],_0x51f580=_0xd31575['add'](o(_0x184b5d,'PENDING_ACTION_SUGGESTION')),_0x1c1c63={'id':_0x458edc,'type':_0x331bf1,'hasComments':_0x3256a0,'data':_0x289b7a['data']||null,'originalSuggestionId':_0x289b7a['originalSuggestionId']||null,'attributes':_0x4737dc['attributes']};this['_adapter']['addSuggestion'](_0x1c1c63)['then'](_0x4b95eb=>{_0x4737dc['_saved']=!0x0,_0xd31575['remove'](_0x51f580),_0x4b95eb&&_0x4b95eb['createdAt']&&(this['_suggestions']['get'](_0x458edc)['createdAt']=_0x4b95eb['createdAt']);})['catch'](_0x1b0607=>{throw _0x54a9b3('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x4737dc['discard']();}),_0x4737dc['stopListening'](),this['_suggestions']['delete'](_0x4737dc['id']),this['_suggestionState']['delete'](_0x4737dc),_0x1b0607;});}return _0x4737dc;}['_isBlockAttribute'](_0x4bd8c7){return this['_blockAttributeKeys']['has'](_0x4bd8c7);}['_updateSuggestionData'](_0x59e6b3,_0x5110db){const _0x2f81b6=this['editor']['plugins']['get']('PendingActions'),_0x69e359=this['getSuggestion'](_0x59e6b3);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x69e359['_saved']){const _0x437121=_0x2f81b6['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x59e6b3,_0x5110db)['then'](()=>{_0x2f81b6['remove'](_0x437121);});}else _0x69e359['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x59e6b3,_0x5110db);});}}['_getSuggestionData'](_0x47b76c){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x274ec5('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x47b76c);}['_handleNewSuggestionMarker'](_0xb8c0d0){const {id:_0x486773,type:_0x574c5c,subType:_0x485e7f,authorId:_0x53cff2}=this['_splitMarkerName'](_0xb8c0d0),_0x32a5fd=this['_suggestions']['get'](_0x486773)||this['_createSuggestion'](_0x574c5c,_0x485e7f,_0x486773,_0x53cff2,{});switch(this['_checkSuggestionCorrectness'](_0x32a5fd,_0x574c5c,_0x485e7f,_0x53cff2),this['_suggestionState']['get'](_0x32a5fd)){case'notReady':this['_getSuggestionData'](_0x486773)['then'](_0x2068bd=>{let _0x42d9f8=Promise['resolve']();_0x2068bd['hasComments']&&(_0x42d9f8=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x486773})),_0x42d9f8['then'](()=>{this['addSuggestionData'](_0x2068bd)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x32a5fd,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x486773,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x32a5fd,'ready'),this['fire']('suggestionLoaded',_0x32a5fd);break;case'ready':this['fire']('suggestionChanged',_0x32a5fd);}return _0x32a5fd['addMarkerName'](_0xb8c0d0),_0x32a5fd;}['_refreshSuggestionsChain'](_0x85a39d){const _0x10b722=Array['from'](_0x85a39d),_0x95d6f3=_0x10b722['filter'](_0x3fdb7e=>'attribute'==_0x3fdb7e['type']);this['_refreshAttributeSuggestionsChain'](_0x95d6f3);const _0x49756c=_0x10b722['filter'](_0x3038bd=>!_0x3038bd['isMultiRange']&&'attribute'!=_0x3038bd['type']),_0x56d3c0=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3acd95=>!_0x3acd95['isMultiRange']&&'attribute'!=_0x3acd95['type']),_0x54c8af=_0x56d3c0['filter'](_0xd9beda=>!_0x85a39d['has'](_0xd9beda)),_0xb91924=new Map(_0x56d3c0['map'](_0x532b41=>[_0x532b41,this['_suggestionFactory']['getSuggestionCallback'](_0x532b41['type'],_0x532b41['subType'],'chain')])),_0x326b8d=new Map(_0x56d3c0['map'](_0x27e89d=>[_0x27e89d,_0x27e89d['getFirstRange']()])),_0x352f0b=new Set(),_0x4b44b8=new Set();for(let _0x46172d=0x0;_0x46172d<_0x49756c['length'];_0x46172d++)_0x4e62c5(_0x49756c[_0x46172d],_0x49756c,_0x46172d+0x1);for(let _0xd40057=0x0;_0xd40057<_0x49756c['length'];_0xd40057++)_0x4e62c5(_0x49756c[_0xd40057],_0x54c8af,0x0);const _0x285ad4=new Set();for(let _0x30681d=0x0;_0x30681d<_0x49756c['length'];_0x30681d++){const _0x44f324=_0x49756c[_0x30681d];!_0x4b44b8['has'](_0x44f324)&&_0x44f324['previous']&&(_0x285ad4['add'](_0x44f324['previous']),_0x44f324['previous']['next']===_0x44f324&&(_0x44f324['previous']['next']=null),_0x44f324['previous']=null),!_0x352f0b['has'](_0x44f324)&&_0x44f324['next']&&(_0x285ad4['add'](_0x44f324['next']),_0x44f324['next']['previous']===_0x44f324&&(_0x44f324['next']['previous']=null),_0x44f324['next']=null);}function _0x4e62c5(_0x18d1e8,_0x341d03,_0x40e591){for(let _0xedea03=_0x40e591;_0xedea03<_0x341d03['length'];_0xedea03++){const _0xb5ce05=_0x474242(_0x18d1e8,_0x341d03[_0xedea03]);_0xb5ce05&&(_0xb5ce05[0x0]['next']=_0xb5ce05[0x1],_0xb5ce05[0x1]['previous']=_0xb5ce05[0x0],_0x352f0b['add'](_0xb5ce05[0x0]),_0x4b44b8['add'](_0xb5ce05[0x1]));}}function _0x474242(_0x576b90,_0x45a762){if(_0x576b90['author']['id']!==_0x45a762['author']['id'])return null;const _0x2acc3c=_0xb91924['get'](_0x576b90)(_0x576b90,_0x45a762,_0x326b8d['get'](_0x576b90),_0x326b8d['get'](_0x45a762));if(!_0x2acc3c)return null;return _0xb91924['get'](_0x45a762)(_0x576b90,_0x45a762,_0x326b8d['get'](_0x576b90),_0x326b8d['get'](_0x45a762))?_0x2acc3c[0x1]['commentThread']&&_0x2acc3c[0x1]['commentThread']['length']?null:_0x2acc3c:null;}_0x285ad4['size']&&this['_refreshSuggestionsChain'](_0x285ad4);}['_refreshAttributeSuggestionsChain'](_0x44bea6){if(0x0==_0x44bea6['length'])return;const _0x30d3f3=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f0660=>'attribute'==_0x4f0660['type']&&_0x4f0660['_isDataLoaded']),_0xcbb2e3=[],_0x182093=new Map();for(const _0x3592a1 of _0x30d3f3){const _0x20a4ab=_0x478958(_0x3592a1['attributes']);_0x182093['has'](_0x20a4ab)||(_0x182093['set'](_0x20a4ab,_0xcbb2e3['length']),_0xcbb2e3['push']([]));const _0x4b61aa=_0x182093['get'](_0x20a4ab);_0xcbb2e3[_0x4b61aa]['push'](_0x3592a1);}!(function(){_0xcbb2e3['sort']((_0x5068f4,_0x88bf5e)=>{const _0x21dd78=_0x5068f4[0x0]['createdAt'],_0x516885=_0x88bf5e[0x0]['createdAt'];return _0x21dd78==_0x516885?_0x5068f4[0x0]['attributes']['groupId']<_0x88bf5e[0x0]['attributes']['groupId']?-0x1:0x1:_0x21dd78<_0x516885?-0x1:0x1;});for(const _0x32e949 of _0xcbb2e3)_0x32e949['sort']((_0x2a6e48,_0x4daf24)=>_0x2a6e48['id']<_0x4daf24['id']?-0x1:0x1);}());for(let _0x4d5cac=0x0;_0x4d5cac<_0xcbb2e3['length'];_0x4d5cac++){if(0x0==_0xcbb2e3[_0x4d5cac]['length'])continue;const _0x2e0db2=[];for(let _0xc1946f=_0x4d5cac+0x1;_0xc1946f<_0xcbb2e3['length'];_0xc1946f++)0x0!=_0xcbb2e3[_0xc1946f]['length']&&_0xeaa73(_0xcbb2e3[_0x4d5cac],_0xcbb2e3[_0xc1946f])&&_0x2e0db2['push'](_0xc1946f);for(const _0x5b457a of _0x2e0db2)_0xcbb2e3[_0x4d5cac]=_0xcbb2e3[_0x4d5cac]['concat'](_0xcbb2e3[_0x5b457a]),_0xcbb2e3[_0x5b457a]=[];}for(const _0x3054ab of _0xcbb2e3)for(let _0x2d72ee=0x0;_0x2d72ee<_0x3054ab['length'];_0x2d72ee++)_0x3054ab[_0x2d72ee]['next']=_0x3054ab[_0x2d72ee+0x1]||null;for(const _0x286c1a of _0xcbb2e3)for(let _0x220410=0x0;_0x220410<_0x286c1a['length'];_0x220410++)_0x286c1a[_0x220410]['previous']=_0x286c1a[_0x220410-0x1]||null;function _0xeaa73(_0x116fd0,_0x642c79){if(_0x116fd0[0x0]['attributes']['groupId']!==_0x642c79[0x0]['attributes']['groupId']&&_0x116fd0[0x0]['author']!==_0x642c79[0x0]['author'])return!0x1;if(!function(_0x12766e,_0x456092){if(!_0x12766e['hasComments']&&!_0x456092['hasComments'])return!0x0;if(_0x12766e['hasComments']&&_0x456092['hasComments'])return!0x1;if(_0x12766e['hasComments']&&_0x456092['createdAt']<_0x12766e['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x456092['hasComments']&&_0x12766e['createdAt']<_0x456092['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x116fd0[0x0],_0x642c79[0x0]))return!0x1;const _0x4d0300=Bt(_0x116fd0[0x0]['attributes'],'groupId'),_0x525030=Bt(_0x642c79[0x0]['attributes'],'groupId');if(!_0x7f9970(_0x4d0300,_0x525030))return!0x1;return!!_0x116fd0['every'](_0x3d2c22=>_0x642c79['some'](_0x80da6e=>_0x3d2c22['getFirstRange']()['isEqual'](_0x80da6e['getFirstRange']())))&&_0x642c79['every'](_0x1a1d6e=>_0x116fd0['some'](_0x52100d=>_0x1a1d6e['getFirstRange']()['isEqual'](_0x52100d['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0xd22c92){const _0x26ea4d=Array['from'](_0xd22c92),_0x38ee69=this['getSuggestions']({'skipNotAttached':!0x0}),_0x4a71ab=_0x38ee69['filter'](_0x52985b=>!_0xd22c92['has'](_0x52985b)),_0x3fbf6e=new Map(_0x26ea4d['map'](_0x1b6d98=>[_0x1b6d98,this['_suggestionFactory']['getSuggestionCallback'](_0x1b6d98['type'],_0x1b6d98['subType'],'join')])),_0x3779ab=new Map(_0x38ee69['map'](_0x5a89ce=>[_0x5a89ce,_0x5a89ce['getRanges']()]));for(let _0x448013=0x0;_0x448013<_0x26ea4d['length'];_0x448013++){if(_0x49563a(this,_0x26ea4d[_0x448013],_0x26ea4d,_0x448013+0x1))return!0x0;}for(let _0x24e135=0x0;_0x24e135<_0x26ea4d['length'];_0x24e135++){if(_0x49563a(this,_0x26ea4d[_0x24e135],_0x4a71ab,0x0))return!0x0;}return!0x1;function _0x49563a(_0x1ed6fb,_0x19b54f,_0x51e184,_0x2f95af){for(let _0x1fb51a=_0x2f95af;_0x1fb51a<_0x51e184['length'];_0x1fb51a++){const _0x12d002=_0x51e184[_0x1fb51a];if(_0x12d002['type']!==_0x19b54f['type']||_0x12d002['author']['id']!==_0x19b54f['author']['id']||_0x12d002['subType']!==_0x19b54f['subType'])continue;if(!Pt(_0x19b54f,_0x12d002,['groupId']))continue;if('attribute'==_0x19b54f['type']&&_0x19b54f['data']['oldValue']!=_0x12d002['data']['oldValue'])continue;if('attribute'==_0x19b54f['type']&&_0x1ed6fb['_isBlockAttribute'](_0x19b54f['data']['key']))continue;if('formatBlock'==_0x19b54f['type']){const _0x195e55=_0x1ed6fb['editor']['model'],_0xfe8326=_0x19b54f['getContainedElement']();if(_0xfe8326&&(_0x195e55['schema']['isObject'](_0xfe8326)||_0x195e55['schema']['isLimit'](_0xfe8326)))continue;}const _0x2c3635=_0x3fbf6e['get'](_0x19b54f),_0x45530d=_0x3779ab['get'](_0x19b54f),_0x2d394d=_0x3779ab['get'](_0x12d002),_0x3456ab=_0x19b54f['commentThread']&&_0x19b54f['commentThread']['length'],_0xf96e64=_0x12d002['commentThread']&&_0x12d002['commentThread']['length'];if(!_0x3456ab&&_0x2c3635(_0x2d394d,_0x45530d))return _0x1ed6fb['_joinSuggestions'](_0x12d002,_0x19b54f),_0x3779ab['delete'](_0x19b54f),!0x0;if(!_0xf96e64&&_0x2c3635(_0x45530d,_0x2d394d))return _0x1ed6fb['_joinSuggestions'](_0x19b54f,_0x12d002),_0x3779ab['delete'](_0x12d002),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2618c3,_0x1637f8){if(_0x2618c3['isMultiRange']){for(const _0x1c03f4 of _0x1637f8['getRanges']())_0x2618c3['addRange'](_0x1c03f4);}else{const _0x40297d=_0x1637f8['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2618c3,this['_model']['createRange'](_0x2618c3['getFirstRange']()['start'],_0x40297d));}_0x1637f8['removeMarkers']();}['_getMarkerAnnouncementText'](_0x427318,_0x1ed516){const _0x2b769a=_0x427318['startsWith']('format')||_0x427318['startsWith']('attribute')?'FORMATTING':_0x427318['toUpperCase']();return o(this['editor']['locale'],_0x1ed516+'_'+_0x2b769a+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x49cf09=this['editor'];if(!_0x49cf09['ui'])return;const {ariaLiveAnnouncer:_0x5c44c7}=_0x49cf09['ui'];_0x31dd0a(this['_model'],({left:_0x16ae5b,entered:_0x11b92b})=>{for(const _0x4c9899 of _0x16ae5b){const {group:_0x19ef80,type:_0x5b20e0}=this['_splitMarkerName'](_0x4c9899['name']);if('suggestion'===_0x19ef80){_0x5c44c7['announce'](this['_getMarkerAnnouncementText'](_0x5b20e0,'LEAVE'));break;}}for(const _0x4ec730 of _0x11b92b){const {group:_0x298fdd,type:_0x30471b}=this['_splitMarkerName'](_0x4ec730['name']);if('suggestion'===_0x298fdd){_0x5c44c7['announce'](this['_getMarkerAnnouncementText'](_0x30471b,'ENTER'));break;}}});}['_processAttributeChanges'](_0x1e6b6b){if(this['_recordAttributeSuggestions'])return!0x1;const _0x489200=this['editor'],_0x39df82=_0x489200['model']['document']['differ']['getChanges']();if(0x0==_0x39df82['length'])return!0x1;const _0x3b99fa=[],_0x5e16d7=_0x39df82['filter'](_0x522dbd=>'attribute'==_0x522dbd['type']),_0x41ad22=_0x39df82['filter'](_0x1aae45=>'insert'==_0x1aae45['type']&&'$text'!=_0x1aae45['name']),_0x623c4c=_0x39df82['filter'](_0x5ecc86=>'remove'==_0x5ecc86['type']&&'$text'!=_0x5ecc86['name']);for(const _0xf63a63 of _0x5e16d7)_0x3b99fa['push']({'key':_0xf63a63['attributeKey'],'newValue':_0xf63a63['attributeNewValue'],'oldValue':_0xf63a63['attributeOldValue'],'range':Ot(_0xf63a63['range'],_0x489200['model'])});for(const _0x173d85 of _0x41ad22){const _0x3ba83f=_0x623c4c['find'](_0x3ee7be=>_0x3ee7be['position']['isEqual'](_0x173d85['position']));_0x3ba83f&&_0x3b99fa['push']({'key':m,'newValue':_0x173d85['name'],'oldValue':_0x3ba83f['name'],'range':_0x489200['model']['createRangeOn'](_0x173d85['position']['nodeAfter'])});}return 0x0!=_0x3b99fa['length']&&this['_reduceExistingSuggestions'](_0x1e6b6b,_0x3b99fa);}['_processAttributeSuggestions'](_0x771c63){let _0x438116=!0x1;const _0x336ab3=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x473f7f=>_0x473f7f['data']['newRange']&&_0x473f7f['name']['startsWith']('suggestion:attribute:'));for(const _0x27b224 of _0x336ab3){const {subType:_0x283342,id:_0xff8188}=this['_splitMarkerName'](_0x27b224['name']),_0x157837=_0x283342['split']('|')[0x0];for(const _0x333570 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x333570['id']!=_0xff8188&&'attribute'==_0x333570['type']&&_0x333570['data']&&_0x333570['data']['key']==_0x157837&&_0x333570['getFirstRange']()['isIntersecting'](_0x27b224['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x333570,_0x27b224['data']['newRange'],_0x771c63),_0x438116=!0x0);}return _0x438116;}['_recordAttributeChanges'](_0x284213){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x284213();}['_isRegisteredAttribute'](_0x4d12ed){const _0x43fa84=this['_isBlockAttribute'](_0x4d12ed),_0x1d2ad2=this['_inlineAttributeKeys']['has'](_0x4d12ed);return _0x43fa84||_0x1d2ad2;}['_reduceExistingSuggestions'](_0x2c6d4f,_0x2517e5){if(0x0==_0x2517e5['length'])return!0x1;let _0x255644=!0x1;for(const _0x144c83 of _0x2517e5){const _0x319d58=this['_findSuggestions'](_0x144c83['range'],'attribute')['filter'](_0x592e19=>!_0x592e19['meta']['isNextTo'])['map'](_0x58ddf8=>_0x58ddf8['suggestion']),_0x2acf17=_0x478958({'newValue':_0x144c83['newValue']});_0x319d58['filter'](_0x2e8136=>{const [_0x4c11ab,_0x4d0114]=_0x2e8136['subType']['split']('|');return _0x4c11ab==_0x144c83['key']&&_0x4d0114!=_0x2acf17;})['forEach'](_0x23688e=>{this['_reduceSuggestionAttributeRange'](_0x23688e,_0x144c83['range'],_0x2c6d4f),_0x255644=!0x0;});}return _0x255644;}['_reduceSuggestionAttributeRange'](_0x25ac82,_0x33ee2f,_0x1b3501){const _0x4f936a=_0x25ac82['getFirstRange']()['getDifference'](_0x33ee2f);0x0!==_0x4f936a['length']?0x1!==_0x4f936a['length']?this['_breakSuggestionMarker'](_0x25ac82,_0x33ee2f['start'],_0x33ee2f['end']):this['_setSuggestionRange'](_0x25ac82,_0x4f936a[0x0]):_0x1b3501['removeMarker'](_0x25ac82['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x467e96){this['_editor']=_0x467e96,this['_model']=_0x467e96['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x2403be,_0x1b2ce6,_0x4017f5,_0xefede4,_0xb5a904,_0x11ae04){return new u(this['_model'],{'type':_0x2403be,'subType':_0x1b2ce6,'id':_0x4017f5,'author':_0xefede4,'creator':_0xefede4,'attributes':_0xb5a904,'onAttributesChange':_0x11ae04,'onAccept':(..._0x4ccc74)=>this['getSuggestionCallback'](_0x2403be,_0x1b2ce6,'accept')(..._0x4ccc74),'onDiscard':(..._0x11e1b3)=>this['getSuggestionCallback'](_0x2403be,_0x1b2ce6,'discard')(..._0x11e1b3)});}['registerCustomCallback'](_0x34a086,_0x5893ad,_0x487ada,_0x322fc5){const _0x1d5dd6=_0x34a086+':'+_0x5893ad+':'+_0x487ada;this['_customCallbacks']['set'](_0x1d5dd6,_0x322fc5);}['getSuggestionCallback'](_0x27590a,_0x4e7267,_0x1b2cad){const _0x122112=_0x27590a+':'+_0x4e7267+':'+_0x1b2cad;return this['_customCallbacks']['get'](_0x122112)||this['_defaultCallbacks']['get'](_0x27590a+':'+_0x1b2cad);}['_registerDefaultCallbacks'](){const _0x5d1685=()=>!0x1,_0x5af012=_0x4ce496=>{_0x4ce496['sort']((_0x33b40a,_0x212fe8)=>_0x33b40a['start']['isBefore'](_0x212fe8['start'])?0x1:-0x1),this['_model']['change'](_0xbcbd90=>{for(const _0x71f8 of _0x4ce496){let _0x39d9a7;_0x39d9a7=_0x71f8['end']['isAtEnd']&&_0x71f8['end']['parent']==_0x71f8['start']['nodeAfter']?_0xbcbd90['createSelection'](_0x71f8['start']['nodeAfter'],'on'):_0xbcbd90['createSelection'](_0x71f8),this['_model']['deleteContent'](_0x39d9a7,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2f6dc1=(_0x3e76a8,_0x2ca5f5)=>{_0x2ca5f5&&this['_model']['change'](_0x41cb48=>{const {commandName:_0x414014,commandParams:_0x367795=[]}=_0x2ca5f5,_0x1acee3=_0x3e76a8['map'](_0x566756=>(Tt(_0x566756)&&(_0x566756=this['_model']['createRange'](_0x566756['end'])),_0x566756))['filter'](_0x5c8017=>'$graveyard'!==_0x5c8017['root']['rootName']);if(_0x1acee3['length']<0x1)return;const _0x603366=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x5bdbfe=>_0xe90ba7['fromRange'](_0x5bdbfe));_0x41cb48['setSelection'](_0x1acee3);for(const _0x435fb5 of this['_editor']['commands']['commands']())_0x435fb5['refresh']();_0x367795['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x414014,..._0x367795);const _0x394c8b=_0x603366['filter'](_0x440917=>'$graveyard'!=_0x440917['root']['rootName']);_0x394c8b['length']>0x0&&_0x41cb48['setSelection'](_0x394c8b);for(const _0xf1835b of _0x603366)_0xf1835b['detach']();});},_0x2b055f=(_0x3e3bc7,_0x4f946a)=>0x1==_0x3e3bc7['length']&&0x1==_0x4f946a['length']&&_0x3e3bc7[0x0]['end']['isEqual'](_0x4f946a[0x0]['start']),_0x36f65a=(_0x4e6131,_0x23ec56,_0x7b12c3,_0x197eb8)=>Ft(_0x4e6131,_0x23ec56,_0x7b12c3,_0x197eb8,this['_model'])?[_0x4e6131,_0x23ec56]:Ft(_0x23ec56,_0x4e6131,_0x197eb8,_0x7b12c3,this['_model'])?[_0x23ec56,_0x4e6131]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5d1685),this['_defaultCallbacks']['set']('insertion:discard',_0x5af012),this['_defaultCallbacks']['set']('insertion:join',_0x2b055f),this['_defaultCallbacks']['set']('insertion:chain',_0x36f65a),this['_defaultCallbacks']['set']('deletion:accept',_0x5af012),this['_defaultCallbacks']['set']('deletion:discard',_0x5d1685),this['_defaultCallbacks']['set']('deletion:join',_0x2b055f),this['_defaultCallbacks']['set']('deletion:chain',_0x36f65a),this['_defaultCallbacks']['set']('formatInline:accept',_0x2f6dc1),this['_defaultCallbacks']['set']('formatInline:discard',_0x5d1685),this['_defaultCallbacks']['set']('formatInline:join',_0x2b055f),this['_defaultCallbacks']['set']('formatInline:chain',_0x5d1685),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2f6dc1),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5d1685),this['_defaultCallbacks']['set']('formatBlock:join',_0x2b055f),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5d1685),this['_defaultCallbacks']['set']('attribute:accept',_0x5d1685),this['_defaultCallbacks']['set']('attribute:discard',(_0x3bbf3f,_0x5e2637)=>{if(!_0x5e2637)return;const _0x33a76c=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x18dc6f=>{if(_0x5e2637['key']==m)for(const _0x5eae5e of _0x3bbf3f){const _0x4e3512=_0x5eae5e['start']['nodeAfter'],_0x34129b=_0x5e2637['oldValue'];_0x18dc6f['rename'](_0x4e3512,_0x34129b);}else{if(_0x33a76c['_isBlockAttribute'](_0x5e2637['key'])){for(const _0x155874 of _0x3bbf3f)void 0x0!==_0x5e2637['oldValue']?_0x18dc6f['setAttribute'](_0x5e2637['key'],_0x5e2637['oldValue'],_0x155874['start']['nodeAfter']):_0x18dc6f['removeAttribute'](_0x5e2637['key'],_0x155874['start']['nodeAfter']);}else{for(const _0x27f506 of _0x3bbf3f)_0x5e2637['oldValue']?_0x18dc6f['setAttribute'](_0x5e2637['key'],_0x5e2637['oldValue'],_0x27f506):_0x18dc6f['removeAttribute'](_0x5e2637['key'],_0x27f506);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2b055f);}}function Rt(_0x3749c3,_0x156a1f,_0x21a85a){for(const _0x188794 of _0x156a1f['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x188794['root']==_0x188794)return!0x1;if(!_0x21a85a['containsItem'](_0x188794))return!0x1;if(_0x3749c3['isObject'](_0x188794)||_0x3749c3['isLimit'](_0x188794))return!0x0;}return!0x1;}function Tt(_0x4a482d){return _0x4a482d['end']['parent']==_0x4a482d['start']['nodeAfter']&&_0x4a482d['end']['isAtStart'];}function Et(_0x5e3a27,_0xe65ed,_0x57f335,_0x4cea49){const _0x27dc05=_0x41edf2=>!_0x41edf2['item']['is']('$textProxy')&&!_0x4cea49['isObject'](_0x41edf2['item']),_0x4adb2b=_0x5e3a27['start']['getLastMatchingPosition'](_0x27dc05),_0x158484=_0x5e3a27['end']['getLastMatchingPosition'](_0x27dc05,{'direction':'backward'});return(!_0x5e3a27['start']['isEqual'](_0x4adb2b)||!_0x5e3a27['end']['isEqual'](_0x158484))&&(_0x4adb2b['isBefore'](_0x158484)?_0x57f335['updateMarker'](_0xe65ed,{'range':_0x57f335['createRange'](_0x4adb2b,_0x158484)}):_0x57f335['removeMarker'](_0xe65ed),!0x0);}function Vt(_0xf8e840){return _0x478958(_0xf8e840);}function Ut(_0x5cfbad){const _0x4ca886=_0x5cfbad['start']['nodeAfter'];return _0x4ca886&&_0x4ca886['is']('element');}function Ot(_0x161d7d,_0x4c6321){return null==_0x161d7d['end']['nodeBefore']&&_0x161d7d['end']['parent']==_0x161d7d['start']['nodeAfter']?Gt(_0x161d7d['start']['nodeAfter'],_0x4c6321):_0x161d7d;}function Gt(_0x195a86,_0x21102d){const _0x4ddd00=_0x21102d['schema']['isObject'](_0x195a86)||_0x21102d['schema']['isSelectable'](_0x195a86);return _0x21102d['createRange'](_0x21102d['createPositionAt'](_0x195a86,'before'),_0x4ddd00?_0x21102d['createPositionAfter'](_0x195a86):_0x21102d['createPositionAt'](_0x195a86,'end'));}function Ft(_0x436010,_0x519b0a,_0x16dbec,_0x2238b8,_0x5f35ac){if(!Pt(_0x436010,_0x519b0a))return!0x1;if(_0x16dbec['end']['isEqual'](_0x2238b8['start']))return!0x0;if(_0x436010['type']!=_0x519b0a['type'])return!0x1;if(!_0x16dbec['end']['isTouching'](_0x2238b8['start']))return!0x1;const _0x3a1218=_0x5f35ac['createRange'](_0x16dbec['end'],_0x2238b8['start'])['getWalker']();for(const _0x24c91f of _0x3a1218)if(['elementStart','elementEnd']['includes'](_0x24c91f['type'])&&_0x5f35ac['schema']['isLimit'](_0x24c91f['item']))return!0x1;return!0x0;}function Pt(_0x43fd59,_0x55d519,_0x4da7dd=[]){return!(!_0x43fd59['_isDataLoaded']||!_0x55d519['_isDataLoaded'])&&_0x7f9970(Bt(_0x43fd59['attributes'],_0x4da7dd),Bt(_0x55d519['attributes'],_0x4da7dd));}function Lt(_0x2b36f0,_0xe52f9c){const _0x3abb13=Ht(_0x2b36f0['attributes']),_0x5985d9=Ht(_0xe52f9c);if(!_0x2b36f0['_isDataLoaded'])return!0x1;for(const _0x18a394 of Object['keys'](_0x5985d9))if(!_0x7f9970(_0x3abb13[_0x18a394],_0x5985d9[_0x18a394]))return!0x1;return!0x0;}function Ht(_0x253aa3){const _0x364e9f=Object['assign']({},_0x253aa3);return delete _0x364e9f['skipNestingCheck'],delete _0x364e9f['tablePasteChainId'],_0x364e9f;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x29d385(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x1c9377,_0x105139,_0x3f749e,_0x147535){super(),this['model']=_0x105139,this['view']=_0x3f749e,this['commentThreadController']=_0x147535,this['_editor']=_0x1c9377,this['_acceptCommand']=_0x1c9377['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x1c9377['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x375f3c,_0x508e2)=>_0x375f3c||_0x508e2),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x546f72=>_0x546f72&&this['_editor']['model']['canEditAt'](_0x105139['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x40fa1f=>_0x40fa1f&&this['_editor']['model']['canEditAt'](_0x105139['getRanges']())),this['_pendingAction']=null,_0x3f749e['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3f749e,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3f749e,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3f749e,'change:isDirty',()=>{_0x3f749e['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 _0x137be9=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x137be9);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0xb5144{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x2f421a,_0x2a8f68,_0x4f8181,_0x249389){super(_0x2f421a),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x2a8f68['authoredAt']),this['bind']('authoredAt')['to'](_0x2a8f68),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x2a8f68,this['_localUser']=_0x4f8181,this['_config']=_0x249389,_0x249389['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:_0x3e047a}=this['_config'];this['commentsListView']=new _0x3e047a(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',_0x537e61=>_0x537e61+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x1669c9,_0x222972)=>_0x1669c9||!!_0x222972);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x499dfa}=this['_config'],_0x1aeebd=new _0x499dfa(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1ff2f6=_0x1aeebd['commentInputView'];return _0x1aeebd['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1ff2f6,'value',(_0x1ba899,_0x2a7fdb,_0x20533e)=>!!_0x20533e||_0x1ba899&&!_0x2a7fdb),_0x1ff2f6['on']('submit',(_0x3decb2,_0x7d821d)=>{this['fire']('addComment',_0x7d821d),_0x1ff2f6['editor']['setData']('');}),_0x1ff2f6['on']('cancel',()=>this['focus']()),_0x1ff2f6['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x1aeebd;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x5762de,_0x38f2b5,_0x3c29c8,_0x23de76){super(_0x5762de,_0x38f2b5,_0x3c29c8,_0x23de76),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x4da914=>_0x4da914&&_0x4da914[0x0]?_0x4da914[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x515364,_0x2ad3a8)=>{let _0x35e2a9='';for(const _0x221012 of _0x515364)_0x35e2a9+='<p>'+ds(_0x221012['content'],_0x221012['color'])+'</p>';return _0x2ad3a8?_0x35e2a9:_0x5a6ffe(_0x35e2a9,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x5762de,'Accept\x20suggestion'),_0x4d5335['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x5762de,'Discard\x20suggestion'),_0x4d5335['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x5c4290(_0x5762de,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xca6441=this['bindTemplate'],_0x23b2ad=[{'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':_0xca6441['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xca6441['to']('authoredAt',_0x34dbe4=>this['_config']['formatDateTime'](_0x34dbe4))}]}]},{'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']&&_0x23b2ad['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x3f6dc9={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0xca6441['if']('isActive','ck-suggestion-wrapper--active'),_0xca6441['to']('type',_0x32ce6b=>'ck-suggestion-'+_0x32ce6b),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':_0x23b2ad}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x3f6dc9['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)),_0x3f6dc9;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x2afea5,_0x43ca9b,_0x227b29)=>{this['_descriptionElement']['innerHTML']=_0x227b29;});}['_createButton'](_0x823b85,_0x56c78d,_0x299869,_0x111919,_0x417f62){const _0x2f8d3a=new _0x548b51(this['locale']);return _0x2f8d3a['set']({'label':_0x823b85,'icon':_0x56c78d,'tooltip':!0x0,'tooltipPosition':_0x417f62}),_0x2f8d3a['extendTemplate']({'attributes':{'class':_0x299869}}),_0x2f8d3a['on']('execute',()=>{this['fire'](_0x111919,this['_model']['id']);}),_0x2f8d3a;}['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(_0x2e2746,_0x89fee5){let _0x165487='';return _0x165487+=_0x2e2746['split']('*')['map']((_0x3baec4,_0x328080)=>_0x328080%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x3baec4)+'</span>':us(_0x3baec4))['join'](''),_0x89fee5&&(_0x165487+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x89fee5['value']+'\x22\x20title=\x22'+_0x89fee5['title']+'\x22></span>'),_0x165487;}function us(_0x6e7f9c){const _0x24c450=document['createElement']('span');return _0x24c450['innerText']=_0x6e7f9c,_0x24c450['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 _0x4104d6{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0xc2c087,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x18c626){super(_0x18c626),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x35ac4c=this['editor']['config'];_0x35ac4c['define']('trackChanges.SuggestionThreadView',ne),_0x35ac4c['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x35ac4c['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x19bd06,_0x46777a){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x39959c,_0x170178]of this['_handleControllerBuffer']){const _0x57cb9a=this['_suggestionToController']['has'](_0x39959c);_0x57cb9a||_0x170178?_0x57cb9a&&_0x170178&&this['_destroyController'](_0x39959c):this['_initializeController'](_0x39959c);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x19bd06,_0x46777a);}['init'](){const _0x39af92=this['editor'],_0x22df7e=_0x39af92['plugins']['get']('TrackChangesEditing'),_0x3cec31=_0x39af92['plugins']['get']('Annotations'),_0x507693=_0x39af92['plugins']['get']('EditorAnnotations'),_0x3fa91c=_0x39af92['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x507693['addSourceCollector'](()=>{const _0x4ba9c6=[];for(const [_0x174299,_0x58b644]of Array['from'](this['_suggestionToController'])){const _0x1c9af0=_0x174299['getAllAdjacentSuggestions'](),_0x480554=[];for(const _0x403576 of _0x1c9af0){if(!_0x403576['isInContent'])continue;if(_0x403576['isMultiRange']){_0x480554['push'](..._0x403576['getRanges']());continue;}const _0x47146c=_0x403576['getFirstRange']();if(_0x480554['length']>0x0){const _0x19c8ca=_0x480554[0x0]['getJoined'](_0x47146c);if(_0x19c8ca){_0x480554[0x0]=_0x19c8ca;continue;}}_0x480554['push'](_0x47146c);}_0x4ba9c6['push']([_0x58b644['view'],_0x480554]);}return _0x4ba9c6;}),this['listenTo'](_0x22df7e,'suggestionLoaded',(_0x39344b,_0x357806)=>{this['listenTo'](_0x357806,'change:previous',(_0x2002c9,_0x4bc623,_0x187705,_0xf577bd)=>{_0x357806['isInContent']&&(null==_0x187705?(this['_updateController'](_0xf577bd['head']),this['_handleSuggestionControllerDelayed'](_0x357806,!0x1)):(this['_updateController'](_0x187705['head']),null==_0xf577bd&&this['_handleSuggestionControllerDelayed'](_0x357806,!0x0)));}),null!==_0x357806['previous']?this['_updateController'](_0x357806['head']):this['_handleSuggestionControllerDelayed'](_0x357806,!0x1);}),this['listenTo'](_0x22df7e,'suggestionUnloaded',(_0xcbf7f0,_0x1a6a61,_0x1a1dd0)=>{this['stopListening'](_0x1a6a61,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1a6a61),this['_suggestionToController']['has'](_0x1a6a61)&&this['_destroyController'](_0x1a6a61),_0x1a1dd0&&this['_updateController'](_0x1a1dd0['head']);}),this['listenTo'](_0x22df7e,'suggestionChanged',(_0xa10dfb,_0x3a9200)=>{this['_updateController'](_0x3a9200);}),this['listenTo'](_0x3cec31,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3fa91c,'addComment',(_0x283724,{threadId:_0xf03e4f,isFromAdapter:_0x3ff816})=>{if(_0x3ff816||!_0x22df7e['hasSuggestion'](_0xf03e4f))return;const _0x46ba23=_0x22df7e['getSuggestion'](_0xf03e4f);this['_suggestionToController']['get'](_0x46ba23)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x23c45a=this['editor']['plugins']['get']('Annotations'),_0x29a3e4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5c28be=Array['from'](_0x23c45a['activeAnnotations'],_0x5480d5=>_0x5480d5['innerView'])['filter'](_0x3a43f5=>this['_viewToController']['has'](_0x3a43f5)),_0x572eca=[];for(const _0x2e1a0d of _0x5c28be){const _0x13c921=this['_viewToController']['get'](_0x2e1a0d)['model']['getAllAdjacentSuggestions']();_0x572eca['push'](..._0x13c921['reduce']((_0x38c17b,_0x29a726)=>[..._0x38c17b,..._0x29a726['getMarkerNames']()],[]));}_0x29a3e4['activeMarkers']=_0x572eca;}['_addUIComponentsToFactory'](){const _0xefa9ec=this['editor'],_0x30985f=_0xefa9ec['locale'],_0x4de372=o(_0x30985f,'Track\x20changes'),_0x44855d=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x4de372,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x30985f,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x30985f,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x30985f,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x30985f,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x1ab4d9 of _0x44855d)if(ae(_0x1ab4d9)){const _0x4f29d4=_0xefa9ec['commands']['get'](_0x1ab4d9['model']['commandName']);_0x1ab4d9['model']['bind']('isOn','isEnabled')['to'](_0x4f29d4,'value','isEnabled');}_0xefa9ec['ui']['componentFactory']['add']('trackChanges',_0x596ec7=>this['_createToolbarButton'](_0x596ec7,_0x44855d,_0x4de372)),_0xefa9ec['ui']['componentFactory']['add']('menuBar:trackChanges',_0x2a3896=>this['_createMenuBarMenu'](_0x2a3896,_0x44855d,_0x4de372));}['_createToolbarButton'](_0x2eaef4,_0x3cd243,_0x41e524){const _0x1240ff=zt(_0x2eaef4,Zt),_0x564d3c=this['editor']['commands']['get']('trackChanges');_0x1240ff['buttonView']['set']({'tooltip':_0x41e524,'label':_0x41e524,'icon':ie}),_0x1240ff['buttonView']['bind']('isOn')['to'](_0x564d3c,'value'),_0x1240ff['buttonView']['on']('execute',()=>{_0x564d3c['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x1240ff,_0x3cd243,{'role':'menu'});const _0x474756=[];for(const _0x253e06 of _0x3cd243)ae(_0x253e06)&&_0x474756['push'](this['editor']['commands']['get'](_0x253e06['model']['commandName']));const _0x2bf98c=_0x1240ff['buttonView'];return _0x2bf98c['actionView']['unbind']('isEnabled'),_0x2bf98c['arrowView']['unbind']('isEnabled'),_0x2bf98c['actionView']['bind']('isEnabled')['to'](_0x564d3c,'isEnabled'),_0x2bf98c['arrowView']['bind']('isEnabled')['toMany'](_0x474756,'isEnabled',(..._0x49c421)=>_0x49c421['some'](_0x242b72=>_0x242b72)),_0x1240ff['on']('execute',_0x506f39=>{this['editor']['execute'](_0x506f39['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x1240ff;}['_createMenuBarMenu'](_0x2e2e96,_0x373c44,_0xcb0d87){const _0x361e51=new Kt(_0x2e2e96),_0x2e66b2=this['editor']['commands']['get']('trackChanges');_0x361e51['buttonView']['set']({'label':_0xcb0d87,'icon':ie});const _0x54f154=new Qt(_0x2e2e96);for(const _0x3c80ce of _0x373c44){if('separator'==_0x3c80ce['type']){_0x54f154['items']['add'](new Jt(_0x2e2e96));continue;}const _0x4f71e9=new Xt(_0x2e2e96,_0x361e51),_0x3e3ee2=new Yt(_0x2e2e96),_0x529333=_0x3c80ce['model'];_0x3e3ee2['bind'](...Object['keys'](_0x529333))['to'](_0x529333),_0x3e3ee2['delegate']('execute')['to'](_0x361e51),_0x3e3ee2['on']('execute',()=>{this['editor']['execute'](_0x529333['commandName']),this['editor']['editing']['view']['focus']();}),_0x4f71e9['children']['add'](_0x3e3ee2),_0x54f154['items']['add'](_0x4f71e9);}return _0x361e51['bind']('isEnabled')['to'](_0x2e66b2,'isEnabled'),_0x361e51['panelView']['children']['add'](_0x54f154),_0x361e51;}['_initializeController'](_0x530ca7){const _0x2638f5=this['editor'],_0xf8a8e6=_0x2638f5['config'],_0x38ff7c=_0x2638f5['plugins']['get']('Annotations'),_0x14d362=_0x2638f5['plugins']['get']('CommentsRepository'),_0xa93ef1=_0x2638f5['plugins']['get']('EditorAnnotations'),_0x422660=_0x2638f5['plugins']['get'](_0xc2c087)['me'],_0x548090=_0xf8a8e6['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x1e08b3,CommentThreadInputView:_0x444eac}=_0x2638f5['plugins']['get']('CommentsUI');let _0x15e9fa,_0x45c2db;this['_annotationViews']['has'](_0x530ca7['id'])?(_0x45c2db=this['_annotationViews']['get'](_0x530ca7['id']),_0x15e9fa=_0x45c2db['mainView']):(_0x15e9fa=new _0x548090(_0x2638f5['locale'],_0x530ca7,_0x422660,{'disableComments':this['_disableComments'],'editorConfig':_0xf8a8e6['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0xf8a8e6['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xf8a8e6['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xf8a8e6['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x227821(_0xf8a8e6['get']('locale')),'CommentView':_0xf8a8e6['get']('comments')['CommentView'],'CommentsListView':_0x1e08b3,'CommentThreadInputView':_0x444eac}),_0x15e9fa['acceptButton']['on']('execute',()=>{_0x2638f5['editing']['view']['focus']();}),_0x15e9fa['discardButton']['on']('execute',()=>{_0x2638f5['editing']['view']['focus']();}),_0x45c2db=_0x38ff7c['createAnnotationView'](this['editor']['locale'],_0x15e9fa),_0x45c2db['bind']('isDirty')['to'](_0x15e9fa,'isDirty'),_0x45c2db['bind']('length')['to'](_0x15e9fa),_0x45c2db['bind']('type')['to'](_0x15e9fa,'type',_0x1f93ca=>'suggestion-'+_0x1f93ca),this['_annotationViews']['set'](_0x530ca7['id'],_0x45c2db));const _0x36e7a4=_0x14d362['createCommentThreadController'](_0x530ca7['commentThread'],_0x15e9fa),_0x2eb3a2=new oe(_0x2638f5,_0x530ca7,_0x15e9fa,_0x36e7a4),_0x29dbee=_0x530ca7['getAllAdjacentSuggestions']()['filter'](_0x3df3a8=>_0x3df3a8['isInContent']);_0x15e9fa['descriptionParts']=_0x2638f5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x29dbee),this['_suggestionToController']['set'](_0x530ca7,_0x2eb3a2),this['_viewToController']['set'](_0x15e9fa,_0x2eb3a2);const _0xf82e5b=_0x38ff7c['createAnnotation']({'view':_0x45c2db,'target':()=>{const _0x11e477=[],_0x30cf59=_0x530ca7['getAllAdjacentSuggestions']()['filter'](_0x497364=>_0x497364['isInContent']);for(const _0x54a969 of _0x30cf59)_0x11e477['push'](..._0x54a969['getMarkers']());return _0x2ce1e8(_0x2638f5['editing'],_0x11e477);},'type':()=>'suggestion-'+_0x2eb3a2['view']['type']});_0x14d362['_bindAnnotationToEditors'](_0x15e9fa,_0xf82e5b),_0x38ff7c['add'](_0xf82e5b),_0xa93ef1['registerAnnotation'](_0xf82e5b);}['_destroyController'](_0x1d35af){const _0x5072e0=this['editor']['plugins']['get']('CommentsRepository'),_0x3f6317=this['editor']['plugins']['get']('Annotations'),_0x424460=this['_suggestionToController']['get'](_0x1d35af),_0x2a2dda=_0x424460['view'],_0x320d4f=_0x3f6317['getByInnerView'](_0x2a2dda);_0x5072e0['_unbindEditors'](_0x2a2dda),_0x320d4f&&_0x3f6317['remove'](_0x320d4f),this['_suggestionToController']['delete'](_0x1d35af),this['_viewToController']['delete'](_0x2a2dda),_0x424460['destroy']();}['_updateController'](_0xc0707c){if(!_0xc0707c['isInContent']||!this['_suggestionToController']['has'](_0xc0707c))return;const _0xa7c332=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11a294=this['_suggestionToController']['get'](_0xc0707c),_0x40a8e3=_0xc0707c['getAllAdjacentSuggestions']();_0x11a294['view']['descriptionParts']=_0xa7c332['descriptionFactory']['getDescriptions'](_0x40a8e3);}['destroy'](){for(const _0x26698c of this['_suggestionToController']['keys']())this['_destroyController'](_0x26698c);for(const _0x1b7bac of this['_annotationViews']['values']())_0x1b7bac['mainView']['destroy']();super['destroy']();}}function ae(_0x4724fd){return'model'in _0x4724fd;}class k extends _0x4104d6{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x3bd022){this['editor']['plugins']['get'](p)['adapter']=_0x3bd022;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x1d1d45){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x1d1d45);}['getSuggestions']({skipNotAttached:_0xe36eaf=!0x1,toJSON:_0x4565d9=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0xe36eaf,'toJSON':_0x4565d9});}['getSuggestion'](_0x2c1b5c){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2c1b5c);}}const T=['Pagination'];class P extends _0x4104d6{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x402e83=this['editor'];if(_0x402e83['config']['define']('trackChangesData.editorCreator',_0xf7fe4=>{const _0xd4697c=_0x402e83['model']['document']['getRootNames']()['reduce']((_0x39dba9,_0x3e0727)=>(_0x39dba9[_0x3e0727]='',_0x39dba9),{});return _0x402e83['constructor']['create'](_0xd4697c,_0xf7fe4);}),'function'!=typeof _0x402e83['config']['get']('trackChangesData')['editorCreator'])throw new _0x274ec5('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3c5b7e){return N(this['editor'],!0x0,_0x3c5b7e);}['getDataWithDiscardedSuggestions'](_0x51ede5){return N(this['editor'],!0x1,_0x51ede5);}}class D extends _0x4104d6{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x36a903){super(_0x36a903),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(_0x5a409c){return void 0x0!==_0x5a409c['getRootsAttributes'];}async function N(_0x4dc90f,_0x430637,_0x465993){const _0x126815=_0xbb1dc2(_0x4dc90f,T);_0x126815['plugins']['push'](p,D),_0x126815['rootsAttributes']=v(_0x4dc90f)?_0x4dc90f['getRootsAttributes']():void 0x0;const _0x44c0c1=document['createDocumentFragment'](),_0x19fcc3=_0x4dc90f['config']['get']('trackChangesData')['editorCreator'],_0x39cf12=await _0x19fcc3(_0x126815,()=>function(_0x273268){const _0x3276f6=document['createElement']('div');return _0x273268['appendChild'](_0x3276f6),_0x3276f6;}(_0x44c0c1));!function(_0x2a933b,_0x2426b9){const _0xf5ff61=_0x2a933b['model']['document']['getRootNames']()['reduce']((_0x35bbc5,_0x742051)=>(_0x35bbc5[_0x742051]=_0x2a933b['data']['get']({'rootName':_0x742051}),_0x35bbc5),{}),_0x1753f4=_0x2a933b['plugins']['get']('Users')['users']['map'](_0x130669=>({'id':_0x130669['id'],'name':_0x130669['name']})),_0x58594f=_0x2a933b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3667ee=_0x2a933b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x28d824=_0x2426b9['plugins']['get']('Users'),_0x2e3c5c=_0x2426b9['plugins']['get']('TrackChangesEditing'),_0xe05ff5=_0x2426b9['plugins']['get']('CommentsRepository');for(const _0x11b0e8 of _0x1753f4)_0x28d824['getUser'](_0x11b0e8['id'])||_0x28d824['addUser'](_0x11b0e8);_0x28d824['me']||_0x28d824['useAnonymousUser']();for(const _0x32d646 of _0x3667ee)_0xe05ff5['addCommentThread'](_0x32d646);for(const _0x4eb65c of _0x58594f)_0x2e3c5c['addSuggestionData'](_0x4eb65c);_0x2426b9['data']['set'](_0xf5ff61);}(_0x4dc90f,_0x39cf12),_0x39cf12['execute'](_0x430637?'acceptAllSuggestions':'discardAllSuggestions');const _0x50b115=v(_0x39cf12)?_0x39cf12['getFullData'](_0x465993):_0x39cf12['data']['get'](_0x465993);return await _0x39cf12['destroy'](),_0x50b115;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|