@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240710.0 → 0.0.0-nightly-20240712.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as ts,Plugin as
|
|
24
|
-
_0x51fa88(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x5e15ed,_0x40b7a9){super(),this['id']=_0x40b7a9['id'],this['type']=_0x40b7a9['type'],this['subType']=_0x40b7a9['subType']||null,this['author']=_0x40b7a9['author'],this['creator']=_0x40b7a9['creator']||_0x40b7a9['author'],this['isExternal']=Boolean(_0x40b7a9['attributes']&&_0x40b7a9['attributes']['@external']),this['data']=null,this['_model']=_0x5e15ed,this['_onAccept']=_0x40b7a9['onAccept'],this['_onDiscard']=_0x40b7a9['onDiscard'],this['_onAttributesChange']=_0x40b7a9['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x40b7a9['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 _0x2b6a26=this;for(;_0x2b6a26['previous'];)_0x2b6a26=_0x2b6a26['previous'];return _0x2b6a26;}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'](_0x4b2f33){this['_markerNames']['add'](_0x4b2f33);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x377dda=>this['_model']['markers']['get'](_0x377dda))['filter'](_0x5ddd26=>_0x5ddd26);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x2518c3=>{for(const _0x648bef of this['getMarkers']())_0x2518c3['removeMarker'](_0x648bef);}),this['_markerNames']['clear']();}['removeMarker'](_0x45b903){this['_model']['change'](_0x2d5c97=>{_0x2d5c97['removeMarker'](_0x45b903);}),this['_markerNames']['delete'](_0x45b903);}['addRange'](_0x4c9d95){const _0x3b6174='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x3b6174),this['_model']['change'](_0xd2675d=>{_0xd2675d['addMarker'](_0x3b6174,{'range':_0x4c9d95,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x13ae15){for(const _0x5a0fd0 of this['getRanges']())if(_0x5a0fd0['isIntersecting'](_0x13ae15))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x3cfa1a=>_0x3cfa1a['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x57d44b,_0x437e6d)=>[..._0x57d44b,..._0x437e6d['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x14a84e=this['getRanges']();if(0x1!=_0x14a84e['length'])return null;const _0x56863a=_0x14a84e[0x0],_0x6eaaf8=_0x56863a['start']['nodeAfter'],_0xf29b4b=_0x56863a['end']['nodeBefore'];return _0x6eaaf8 instanceof _0x376fe0?_0x6eaaf8!=_0xf29b4b?null:_0x6eaaf8: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 _0x527a2b=[];let _0x196692=this['head'];for(;_0x196692;)_0x527a2b['push'](_0x196692),_0x196692=_0x196692['next'];return _0x527a2b;}['setAttribute'](_0x1e7674,_0x58c114){const _0x239ff5=_0x4c1037(this['attributes']);_0x198b68(_0x239ff5,_0x1e7674,_0x58c114),_0x5e988c(_0x239ff5,this['attributes'])||(this['attributes']=_0x239ff5,this['_onAttributesChange'](_0x239ff5));}['removeAttribute'](_0x4d3c51){const _0x407ae6=_0x4c1037(this['attributes']);_0x4663aa(_0x407ae6,_0x4d3c51),_0x5e988c(_0x407ae6,this['attributes'])||(this['attributes']=_0x407ae6,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 _0x572f80()['substr'](0x1,0x5);}}function o(_0x543a83,_0x3929bc,_0x135b53){const t=_0x543a83['t'];switch(_0x3929bc){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',_0x135b53);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x135b53);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x135b53);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x135b53);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x135b53);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',_0x135b53);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x135b53);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',_0x135b53);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x135b53);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x135b53);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x135b53);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x135b53);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x135b53);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x135b53);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x135b53);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x135b53);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x135b53);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x135b53);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x135b53);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x135b53);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x135b53);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x135b53);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x135b53);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'},_0x135b53);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x135b53);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x135b53);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x135b53);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x135b53);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x135b53);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'},_0x135b53);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x135b53);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x135b53);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x135b53);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x135b53);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'},_0x135b53);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x135b53);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'},_0x135b53);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'},_0x135b53);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x135b53);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'},_0x135b53);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x135b53);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'},_0x135b53);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x135b53);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x135b53);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'},_0x135b53);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'},_0x135b53);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 _0x3929bc;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x38a38e,_0x657fd7){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x38a38e,this['_locale']=_0x657fd7;}['getDescriptions'](_0x5db297){const _0x2732d6=[],_0xe2835a=new Set(),_0x213ccc=new Set();for(let _0x45cd58=0x0;_0x45cd58<_0x5db297['length'];_0x45cd58++){const _0x22936f=_0x5db297[_0x45cd58];if(!_0x22936f['isInContent'])continue;const _0x5239b2=this['_handleCustomCallbackDescription'](_0x22936f);if(_0x5239b2){if(null!=_0x22936f['subType']){if(_0xe2835a['has'](_0x22936f['subType']))continue;_0xe2835a['add'](_0x22936f['subType']);}_0x2732d6['push'](_0x5239b2);}else{if('attribute'!=_0x22936f['type'])'insertion'!=_0x22936f['type']&&'deletion'!=_0x22936f['type']||this['_handleInsertRemoveSuggestionDescription'](_0x2732d6,_0x22936f,_0x5db297[_0x45cd58+0x1]);else{const _0x46f6f6=_0x22936f['data']['key'];if(_0x213ccc['has'](_0x46f6f6))continue;_0x213ccc['add'](_0x22936f['data']['key']),_0x46f6f6==m?this['_handleRenameSuggestionDescription'](_0x2732d6,_0x22936f):this['_handleAttributeSuggestionDescription'](_0x2732d6,_0x22936f);}}}return this['_resolveDescriptionItems'](_0x2732d6);}['registerDescriptionCallback'](_0xf0aea4){this['_customCallbacks']['push'](_0xf0aea4);}['registerElementLabel'](_0x2a88fc,_0x410c85,_0x1f2fec=_0x52fe0a['normal']){'function'==typeof _0x2a88fc?_0x6a6fb3(this['_itemLabelsCallbacks'],{'matchingCallback':_0x2a88fc,'label':_0x410c85,'priority':_0x1f2fec}):this['_itemLabels']['set'](_0x2a88fc,_0x410c85);}['registerAttributeLabel'](_0x3440f0,_0x3c6cbd){this['_attributeLabels']['set'](_0x3440f0,_0x3c6cbd);}['getItemLabel'](_0x4e9cd4,_0x5cfa91=0x1){let _0x427612;for(const _0x690dde of this['_itemLabelsCallbacks'])if(_0x690dde['matchingCallback'](_0x4e9cd4)){_0x427612=_0x690dde['label'];break;}return _0x427612||(_0x427612=this['_itemLabels']['get'](_0x4e9cd4['name'])),_0x427612?_0x427612(_0x5cfa91):0x1!==_0x5cfa91?_0x5cfa91+'\x20'+_0x4e9cd4['name']+'s':''+_0x4e9cd4['name'];}['_addDescriptionItems'](_0x509693,_0x4ddaa3){const _0x21ce46=_0x4ddaa3['getFirstRange']()['getWalker'](),_0x489ffc='insertion'==_0x4ddaa3['type']?'add':'remove';for(const _0x573cb6 of _0x21ce46){const _0x47b5eb=_0x573cb6['item'],_0x586e4b=_0x509693[_0x509693['length']-0x1];if(_0x47b5eb['is']('$textProxy'))_0x586e4b&&_0x586e4b['type']['indexOf']('Container')>-0x1&&_0x509693['pop'](),_0x586e4b&&'text'==_0x586e4b['type']?_0x586e4b[_0x489ffc]+=_0x47b5eb['data']:_0x509693['push']({'type':'text','add':'add'==_0x489ffc?_0x47b5eb['data']:'','remove':'remove'==_0x489ffc?_0x47b5eb['data']:''});else{if(this['_schema']['isObject'](_0x47b5eb)){const _0x12f6b4=_0x47b5eb;if(_0x586e4b&&_0x586e4b['type']['indexOf']('Container')>-0x1&&_0x509693['pop'](),'elementEnd'==_0x573cb6['type'])continue;_0x586e4b&&_0x586e4b['type']==_0x489ffc+'Object'&&_0x586e4b['element']['name']==_0x12f6b4['name']?_0x586e4b['quantity']++:_0x509693['push']({'type':_0x489ffc+'Object','element':_0x12f6b4,'quantity':0x1}),_0x21ce46['skip'](_0x36413c=>!('elementEnd'==_0x36413c['type']&&_0x36413c['item']==_0x47b5eb));}else{if(this['_schema']['checkChild'](_0x47b5eb,'$text')||_0x47b5eb['is']('element','softBreak')){const _0x299f52=_0x47b5eb;if('add'==_0x489ffc&&'elementStart'==_0x573cb6['type']||'remove'==_0x489ffc&&'elementEnd'==_0x573cb6['type'])continue;if(_0x586e4b&&-0x1==_0x586e4b['type']['indexOf']('Container')){'text'==_0x586e4b['type']&&(_0x586e4b[_0x489ffc]+='\x0a');continue;}let _0x87ff27;if(_0x87ff27='add'==_0x489ffc?_0x299f52['nextSibling']&&!this['_schema']['isObject'](_0x299f52['nextSibling'])?_0x299f52['nextSibling']:null:_0x299f52['previousSibling']&&!this['_schema']['isObject'](_0x299f52['previousSibling'])?_0x299f52['previousSibling']:null,_0x299f52['isEmpty']||_0x87ff27&&_0x87ff27['isEmpty']){const _0x491695=_0x87ff27&&_0x87ff27['isEmpty']?_0x87ff27:_0x299f52;_0x586e4b&&_0x586e4b['type']==_0x489ffc+'EmptyContainer'&&_0x586e4b['element']['name']==_0x491695['name']?_0x586e4b['quantity']++:_0x509693['push']({'type':_0x489ffc+'EmptyContainer','element':_0x491695,'quantity':0x1});}else _0x509693['push']({'type':_0x489ffc+'Container','element':_0x299f52});}}}}}['_resolveDescriptionItems'](_0x51e394){const _0x402a44=this['_locale'],_0x3e85de=[],_0x1361af=[],_0x18f55f=[];for(const _0x4c97e8 of _0x51e394)switch(_0x4c97e8['type']){case'text':if(_0x4c97e8['add']=_0x4c97e8['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x4c97e8['remove']=_0x4c97e8['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x4c97e8['add']&&''!=_0x4c97e8['remove']){_0x3e85de['push']({'type':'replace','content':o(_0x402a44,'REPLACE_TEXT',['\x22'+_0x4c97e8['remove']+'\x22','\x22'+_0x4c97e8['add']+'\x22'])});continue;}if(null!=_0x4c97e8['add']['match'](/^ +$/)){_0x3e85de['push']({'type':'insertion','content':o(_0x402a44,'*Insert:*\x20%0',o(_0x402a44,'ELEMENT_SPACE',_0x4c97e8['add']['length']))});continue;}if(null!=_0x4c97e8['remove']['match'](/^ +$/)){_0x3e85de['push']({'type':'deletion','content':o(_0x402a44,'*Remove:*\x20%0',o(_0x402a44,'ELEMENT_SPACE',_0x4c97e8['remove']['length']))});continue;}if(''!=_0x4c97e8['add']){_0x3e85de['push']({'type':'insertion','content':o(_0x402a44,'*Insert:*\x20%0','\x22'+_0x4c97e8['add']+'\x22')});continue;}_0x3e85de['push']({'type':'deletion','content':o(_0x402a44,'*Remove:*\x20%0','\x22'+_0x4c97e8['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x3e85de['push']({'type':'insertion','content':o(_0x402a44,'*Insert:*\x20%0',this['getItemLabel'](_0x4c97e8['element'],_0x4c97e8['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x3e85de['push']({'type':'deletion','content':o(_0x402a44,'*Remove:*\x20%0',this['getItemLabel'](_0x4c97e8['element'],_0x4c97e8['quantity']))});continue;case'addContainer':_0x3e85de['push']({'type':'insertion','content':o(_0x402a44,'*Split:*\x20%0',this['getItemLabel'](_0x4c97e8['element'],_0x4c97e8['quantity']))});continue;case'removeContainer':_0x3e85de['push']({'type':'deletion','content':o(_0x402a44,'*Merge:*\x20%0',this['getItemLabel'](_0x4c97e8['element'],_0x4c97e8['quantity']))});continue;case'addFormat':_0x1361af['push'](_0x4c97e8['key']);continue;case'removeFormat':_0x18f55f['push'](_0x4c97e8['key']);continue;default:_0x3e85de['push'](_0x4c97e8);}if(_0x1361af['length']){const _0x2f345f=_0x1361af['map'](_0x1361ca=>this['_attributeLabels']['has'](_0x1361ca)?this['_attributeLabels']['get'](_0x1361ca):_0x1361ca)['join'](',\x20');_0x3e85de['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2f345f)});}if(_0x18f55f['length']){const _0x4fe148=_0x18f55f['map'](_0x50ebf3=>this['_attributeLabels']['has'](_0x50ebf3)?this['_attributeLabels']['get'](_0x50ebf3):_0x50ebf3)['join'](',\x20');_0x3e85de['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x4fe148)});}return _0x3e85de;}['_handleCustomCallbackDescription'](_0x2a5fc7){for(const _0x2f2b8e of this['_customCallbacks']){const _0x463791=_0x2f2b8e(_0x2a5fc7);if(_0x463791&&'type'in _0x463791)return _0x463791;}}['_handleAttributeSuggestionDescription'](_0x18973e,_0xf10e85){const _0x1aa83e=_0xf10e85['data'],_0x1d44b7=void 0x0===_0x1aa83e['newValue']?'removeFormat':'addFormat';_0x18973e['push']({'type':_0x1d44b7,'key':_0x1aa83e['key']});}['_handleRenameSuggestionDescription'](_0x1c30eb,_0x592dbb){_0x1c30eb['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x592dbb['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x4e8b04,_0x559c93,_0x13efc0){if(this['_addDescriptionItems'](_0x4e8b04,_0x559c93),_0x13efc0&&_0x13efc0['getFirstRange']()&&!_0x559c93['getFirstRange']()['end']['isEqual'](_0x13efc0['getFirstRange']()['start'])){const _0xdbcedf=_0x4e8b04[_0x4e8b04['length']-0x1],_0x3b3d72='insertion'==_0x559c93['type']?'add':'remove';_0xdbcedf&&'text'==_0xdbcedf['type']&&(_0xdbcedf[_0x3b3d72]+='\x0a');}}}class E extends _0x59c88b{['afterInit'](){const _0xb1a22b=this['editor'],_0x1f437=_0xb1a22b['plugins']['get']('TrackChangesEditing');_0xb1a22b['commands']['get']('showAIAssistant')&&_0x1f437['enableCommand']('showAIAssistant');}}class V extends _0x59c88b{['afterInit'](){const _0x55fc82=this['editor'],_0x332717=_0x55fc82['locale'];if(!_0x55fc82['plugins']['has']('AlignmentEditing'))return;const _0x3f9bc2=_0x55fc82['plugins']['get']('TrackChangesEditing');_0x3f9bc2['enableDefaultAttributesIntegration']('alignment'),_0x3f9bc2['registerBlockAttribute']('alignment'),_0x3f9bc2['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x332717,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5c6eb1=this['editor'],_0x11d9d1=_0x5c6eb1['locale'];_0x5c6eb1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3326d4=>{if('formatBlock'!=_0x3326d4['type'])return;const {data:_0x24a1cb}=_0x3326d4;if(_0x24a1cb&&'alignment'==_0x24a1cb['commandName']){const _0x4d148a=_0x24a1cb['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x11d9d1,'*Format:*\x20%0',function(_0x36c81f){switch(_0x36c81f){case'left':return o(_0x11d9d1,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x11d9d1,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x11d9d1,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x11d9d1,'FORMAT_JUSTIFY_TEXT');}}(_0x4d148a))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x59c88b{['afterInit'](){const _0x2004f1=this['editor'],_0x39e339=_0x2004f1['plugins']['get']('TrackChangesEditing'),_0x529040=_0x2004f1['locale'];for(const _0x572eb2 of ti){if(!_0x2004f1['plugins']['has'](_0x572eb2))continue;const _0x4820d5=_0x572eb2['slice'](0x0,-0x7)['toLowerCase'](),_0x2c6365='FORMAT_'+_0x4820d5['toUpperCase']();_0x39e339['enableDefaultAttributesIntegration'](_0x4820d5),_0x39e339['registerInlineAttribute'](_0x4820d5),_0x39e339['descriptionFactory']['registerAttributeLabel'](_0x4820d5,o(_0x529040,_0x2c6365));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3571ea=this['editor'],_0x44edd4=_0x3571ea['locale'],_0x1765dc=_0x3571ea['plugins']['get']('TrackChangesEditing');function _0x5aeef3(_0x3b5ec6,_0x38c282){_0x1765dc['descriptionFactory']['registerDescriptionCallback'](_0x4bced3=>{if('formatInline'!=_0x4bced3['type'])return;const {data:_0x349b78}=_0x4bced3;return _0x349b78&&_0x349b78['commandName']===_0x3b5ec6?_0x349b78['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x44edd4,'*Format:*\x20%0',_0x38c282)}:{'type':'format','content':o(_0x44edd4,'*Remove\x20format:*\x20%0',_0x38c282)}:void 0x0;});}_0x5aeef3('bold',o(_0x44edd4,'FORMAT_BOLD')),_0x5aeef3('italic',o(_0x44edd4,'FORMAT_ITALIC')),_0x5aeef3('underline',o(_0x44edd4,'FORMAT_UNDERLINE')),_0x5aeef3('code',o(_0x44edd4,'FORMAT_CODE')),_0x5aeef3('strikethrough',o(_0x44edd4,'FORMAT_STRIKETHROUGH')),_0x5aeef3('subscript',o(_0x44edd4,'FORMAT_SUBSCRIPT')),_0x5aeef3('superscript',o(_0x44edd4,'FORMAT_SUPERSCRIPT'));}}class O extends _0x59c88b{['afterInit'](){const _0x537fad=this['editor'],_0x1f498f=_0x537fad['locale'];if(!_0x537fad['plugins']['has']('BlockQuoteEditing'))return;const _0xd5920f=_0x537fad['plugins']['get']('TrackChangesEditing'),_0x59badd=this['editor']['commands']['get']('blockQuote');_0xd5920f['enableCommand']('blockQuote',(_0x33e897,_0x2df801={})=>{const _0x54759e=this['editor']['model']['document']['selection'],_0x171344=_0x2df801&&void 0x0!==_0x2df801['forceValue']?_0x2df801['forceValue']:!_0x59badd['value'];let _0x4f34ab=[];if(_0x171344){const _0x51acc0=Array['from'](_0x54759e['getSelectedBlocks']())['filter'](_0x8499cd=>oo(_0x8499cd)||function(_0x1c9b63,_0x513787){const _0x27da88=_0x513787['checkChild'](_0x1c9b63['parent'],'blockQuote'),_0x4ccdac=_0x513787['checkChild'](['$root','blockQuote'],_0x1c9b63);return _0x27da88&&_0x4ccdac;}(_0x8499cd,this['editor']['model']['schema']));_0x4f34ab=to(_0x51acc0,_0x537fad['model']);}else{const _0xb4a246=Array['from'](_0x54759e['getSelectedBlocks']())['filter'](_0x3b42ea=>oo(_0x3b42ea));_0x4f34ab=to(_0xb4a246,_0x537fad['model']);}_0x537fad['model']['change'](()=>{for(const _0x5b9997 of _0x4f34ab)_0xd5920f['markBlockFormat'](_0x5b9997,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x171344}]});});}),_0xd5920f['descriptionFactory']['registerDescriptionCallback'](_0x58ca5d=>{const {data:_0x18bbbf}=_0x58ca5d;if(_0x18bbbf&&'blockQuote'==_0x18bbbf['commandName']){const _0x56e025=o(_0x1f498f,'ELEMENT_BLOCK_QUOTE');return _0x18bbbf['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1f498f,'*Set\x20format:*\x20%0',_0x56e025)}:{'type':'format','content':o(_0x1f498f,'*Remove\x20format:*\x20%0',_0x56e025)};}});}}function oo(_0x361394){return'blockQuote'==_0x361394['parent']['name'];}class G extends _0x59c88b{['afterInit'](){const _0x472688=this['editor'];_0x472688['plugins']['has']('CaseChange')&&(_0x472688['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x472688['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x472688['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x59c88b{['afterInit'](){const _0x49fa4f=this['editor'];_0x49fa4f['commands']['get']('ckbox')&&_0x49fa4f['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x59c88b{['afterInit'](){const _0x4ddddd=this['editor'];if(!_0x4ddddd['plugins']['has']('CodeBlock'))return;const _0x5d79da=_0x4ddddd['plugins']['get']('TrackChangesEditing'),_0x218ab0=_0x4ddddd['locale'],_0x1ea794=_0x4ddddd['config']['get']('codeBlock')['languages'],_0x48d7f1=_0x4ddddd['commands']['get']('codeBlock');_0x5d79da['enableCommand']('indentCodeBlock'),_0x5d79da['enableCommand']('outdentCodeBlock'),_0x5d79da['enableCommand']('codeBlock',(_0x3866d9,_0x37cd27={})=>{const _0x256dcd=_0x4ddddd['model'],_0x2cba44=_0x4ddddd['model']['document']['selection'],_0xba46c=_0x37cd27&&void 0x0!==_0x37cd27['forceValue']?_0x37cd27['forceValue']:!_0x48d7f1['value'];let _0x27d9ce;_0x37cd27['language']||(_0x37cd27['language']=_0x1ea794[0x0]['language']),_0x27d9ce=_0xba46c?Array['from'](_0x2cba44['getSelectedBlocks']())['filter'](_0x347a2b=>eo(_0x347a2b)||function(_0x4bd409,_0x506c88){if(_0x4bd409['is']('rootElement')||_0x506c88['isLimit'](_0x4bd409))return!0x1;return _0x506c88['checkChild'](_0x4bd409['parent'],'codeBlock');}(_0x347a2b,_0x256dcd['schema'])):Array['from'](_0x2cba44['getSelectedBlocks']())['filter'](_0x55a664=>eo(_0x55a664));const _0x1157c6=to(_0x27d9ce,_0x256dcd);_0x256dcd['change'](()=>{for(const _0x32a541 of _0x1157c6)_0x5d79da['markBlockFormat'](_0x32a541,{'commandName':'codeBlock','commandParams':[{..._0x37cd27,'forceValue':_0xba46c}],'formatGroupId':'blockName'});});}),(_0x5d79da['descriptionFactory']['registerElementLabel']('codeBlock',_0x106af6=>o(_0x218ab0,'ELEMENT_CODE_BLOCK',_0x106af6)),_0x5d79da['descriptionFactory']['registerDescriptionCallback'](_0x9bcdc7=>{if('formatBlock'!=_0x9bcdc7['type'])return;const _0x422897=_0x218ab0['t'],{data:_0x589f08}=_0x9bcdc7;if(!_0x589f08||'codeBlock'!=_0x589f08['commandName'])return;const _0x3a0a6e=_0x589f08['commandParams'][0x0]['language'],_0x3ad279=_0x422897(_0x1ea794['find'](_0x1c64e5=>_0x1c64e5['language']===_0x3a0a6e)['label'])['toLowerCase']();return _0x589f08['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x218ab0,'*Set\x20format:*\x20%0',o(_0x218ab0,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3ad279+')')}:{'type':'format','content':o(_0x218ab0,'*Remove\x20format:*\x20%0',o(_0x218ab0,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x284861){return'codeBlock'==_0x284861['name'];}class H extends _0x59c88b{['afterInit'](){const _0x41fb79=this['editor'];if(!_0x41fb79['plugins']['has']('CommentsEditing'))return;_0x41fb79['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x4a9554,_0x31f911,_0x383ee0){const _0x9e9841=[];for(const _0x1f6895 of _0x31f911['getItems']())_0x1f6895['hasAttribute'](_0x4a9554)&&_0x9e9841['push'](_0x383ee0['createRangeOn'](_0x1f6895));return _0x9e9841;}function _e(_0x2678b2,_0x45e39d,{showActiveMarker:_0xbebd0a=!0x0}={}){const _0x5eedfe=_0x2678b2['plugins']['get']('TrackChangesEditing');return(_0x5caba2,_0x526016,_0xc07a66)=>{if(!_0xc07a66['consumable']['test'](_0x526016['markerRange'],_0x5caba2['name']))return;const _0x4ab76b=_0x526016['markerRange']['getWalker'](),_0x8c027b=_0x526016['markerRange']['start'],_0x275339=_0x2678b2['model']['schema'];let _0x2b6b5c=null,_0xa72363=null,_0x27c036=!0x1,_0x3ab36e=!0x1;for(const _0x3891a9 of _0x4ab76b){const _0x583a4d=_0x3891a9['item'];_0x27c036=_0x27c036||_0x275339['isContent'](_0x583a4d);const _0x1999f2=_0xc07a66['mapper']['toViewElement'](_0x583a4d);if(_0x1999f2&&_0x1999f2['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x3891a9['type']&&(_0x275339['isBlock'](_0x583a4d)&&!_0x275339['isLimit'](_0x583a4d)&&(_0x583a4d['nextSibling']||_0x8c027b['isAtEnd']?_0x2b6b5c&&_0x2b6b5c['parent']==_0x583a4d||(_0x2b6b5c=_0x583a4d,_0x343b0b(_0x3891a9['previousPosition']),_0x3ab36e=!0x0):_0xa72363=_0xa72363||_0x3891a9['previousPosition']));}function _0x343b0b(_0x464e95){const _0xa0b0a1=_0xc07a66['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x45e39d}),_0x101f7e=_0xc07a66['mapper']['toViewPosition'](_0x464e95);_0xbebd0a&&_0x5eedfe['activeMarkers']['includes'](_0x526016['markerName'])&&_0xc07a66['writer']['addClass']('ck-suggestion-marker--active',_0xa0b0a1),_0xc07a66['writer']['insert'](_0x101f7e,_0xa0b0a1),_0xc07a66['mapper']['bindElementToMarker'](_0xa0b0a1,_0x526016['markerName']);}_0x27c036||_0x3ab36e||!_0xa72363||_0x343b0b(_0xa72363);};}class q extends _0x59c88b{static get['requires'](){return[_0x3cf1b2];}['init'](){const _0x38412f=this['editor'],_0x46abd4=_0x38412f['plugins']['get']('TrackChangesEditing');_0x46abd4['enableCommand']('delete');const _0x403474=_0x38412f['commands']['get']('deleteForward');_0x46abd4['enableCommand']('deleteForward',(_0x56467e,_0x1bb5e9={})=>{const _0x4e851a=_0x38412f['model']['createSelection'](_0x38412f['model']['document']['selection']);_0x4e851a['isCollapsed']&&_0x38412f['model']['modifySelection'](_0x4e851a,{'direction':'forward','unit':_0x1bb5e9['unit']});const _0x56ae05=_0x4e851a['getFirstRange'](),_0x1601de=_0x273003['fromRange'](_0x56ae05);let _0x3d9e56;_0x56467e(_0x1bb5e9),_0x3d9e56='$graveyard'==_0x1601de['root']['rootName']?_0x38412f['model']['createRange'](_0x56ae05['start']):_0x38412f['model']['createRange'](_0x1601de['start'],_0x1601de['end']),_0x1601de['detach'](),_0x38412f['model']['enqueueChange'](_0x403474['buffer']['batch'],_0x216810=>{_0x403474['buffer']['lock'](),_0x216810['setSelection'](_0x216810['createRange'](_0x3d9e56['end'])),_0x403474['buffer']['unlock']();});}),_0x38412f['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x38412f,'merge'),{'priority':'high'}),_0x38412f['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0xb8dac9,_0x16f3c4,_0x22b525)=>{_0x22b525['options']['showSuggestionHighlights']&&_e(_0x38412f,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0xb8dac9,_0x16f3c4,_0x22b525);},{'priority':'high'}),_0x38412f['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x26a6ab,_0x134ae5,_0x3307f7)=>{const _0x4c0307=_0x3307f7['mapper']['markerNameToElements'](_0x134ae5['markerName']);if(_0x4c0307){for(const _0x592f80 of _0x4c0307)_0x592f80['is']('uiElement')&&(_0x3307f7['mapper']['unbindElementFromMarkerName'](_0x592f80,_0x134ae5['markerName']),_0x3307f7['writer']['remove'](_0x592f80));}},{'priority':'high'});}}class z extends _0x59c88b{['afterInit'](){const _0x3e91d9=this['editor'];if(!_0x3e91d9['plugins']['has']('ListEditing'))return;const _0x384dfd=_0x3e91d9['locale'],_0xb10033=_0x3e91d9['plugins']['get']('TrackChangesEditing'),_0x24f010=_0x3e91d9['plugins']['has']('TodoListEditing'),_0x24d5c3=!!_0x3e91d9['config']['get']('list.multiBlock');function _0x2abc57(_0x337548){return{'type':'format','content':''+o(_0x384dfd,'*Set\x20format:*\x20%0',_0x337548)};}function _0x13f1aa(_0x4f47cc){return{'type':'format','content':''+o(_0x384dfd,'*Remove\x20format:*\x20%0',_0x4f47cc)};}_0xb10033['enableDefaultAttributesIntegration']('numberedList'),_0xb10033['enableDefaultAttributesIntegration']('bulletedList'),_0xb10033['enableDefaultAttributesIntegration']('customNumberedList'),_0xb10033['enableDefaultAttributesIntegration']('customBulletedList'),_0xb10033['enableDefaultAttributesIntegration']('indentList'),_0xb10033['enableDefaultAttributesIntegration']('outdentList'),_0xb10033['enableDefaultAttributesIntegration']('splitListItemAfter'),_0xb10033['enableDefaultAttributesIntegration']('splitListItemBefore'),_0xb10033['registerBlockAttribute']('listItemId'),_0xb10033['registerBlockAttribute']('listType'),_0xb10033['registerBlockAttribute']('listIndent'),_0x24d5c3&&(_0xb10033['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0xb10033['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x24f010&&(_0xb10033['enableDefaultAttributesIntegration']('todoList'),_0xb10033['enableDefaultAttributesIntegration']('checkTodoList'),_0xb10033['registerBlockAttribute']('todoListChecked'),_0xb10033['descriptionFactory']['registerDescriptionCallback'](_0x1adcf2=>{const {data:_0x26133a}=_0x1adcf2;if(_0x26133a&&'todoListChecked'==_0x26133a['key'])return{'type':'format','content':_0x26133a['newValue']?o(_0x384dfd,'*Check\x20item*'):o(_0x384dfd,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5a5000=>{if(_0x5a5000['batch']['isUndo'])return!0x1;let _0x4372af=!0x1;const _0x11dadb=_0xb10033['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x42698e=>'todoListChecked'===_0xb10033['_getAttributeKey'](_0x42698e));for(const _0x40782d of _0x11dadb){'todo'!=_0x40782d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0xb10033['_findSuggestions'](_0x40782d['getFirstRange'](),'attribute')['find'](_0x15efc2=>'listType'===_0xb10033['_getAttributeKey'](_0x15efc2['suggestion']))||(_0x5a5000['removeMarker'](_0x40782d['getFirstMarker']()),_0x4372af=!0x0));}return _0x4372af;})),_0xb10033['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x384dfd,'FORMAT_INDENT'));const _0x6c984c={'type':'format','content':''};_0xb10033['descriptionFactory']['registerDescriptionCallback'](_0x50a656=>{const {data:_0xef743a}=_0x50a656;if(!_0xef743a||'listType'!=_0xef743a['key'])return;let _0x51becb=_0x50a656['head'];for(;_0x51becb;){if(_0x51becb['data']&&(('listStyle'==_0x51becb['data']['key']||'listMarkerStyle'==_0x51becb['data']['key'])&&(_0x51becb['data']['newValue']&&'default'!=_0x51becb['data']['newValue']||'default'!=_0x51becb['data']['oldValue']&&!_0xef743a['newValue'])||!_0x24d5c3&&_0x51becb['data']['key']==m))return _0x6c984c;_0x51becb=_0x51becb['next'];}if(null==_0xef743a['newValue'])switch(_0xef743a['oldValue']){case'bulleted':return _0x13f1aa(o(_0x384dfd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x13f1aa(o(_0x384dfd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x13f1aa(o(_0x384dfd,'ELEMENT_TODO_LIST'));}switch(_0xef743a['newValue']){case'bulleted':return _0x2abc57(o(_0x384dfd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2abc57(o(_0x384dfd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2abc57(o(_0x384dfd,'ELEMENT_TODO_LIST'));}}),_0xb10033['descriptionFactory']['registerDescriptionCallback'](_0x7bf0ed=>{const {data:_0x2f5e7a}=_0x7bf0ed;if(_0x2f5e7a&&'listIndent'==_0x2f5e7a['key'])return null==_0x2f5e7a['newValue']||null==_0x2f5e7a['oldValue']&&0x0==_0x2f5e7a['newValue']?_0x6c984c:void 0x0;}),_0xb10033['descriptionFactory']['registerDescriptionCallback'](_0x1d35f6=>{if('attribute'!=_0x1d35f6['type'])return;const {data:_0x3b6641}=_0x1d35f6;if(!_0x3b6641||'listItemId'!=_0x3b6641['key'])return;const _0x3ae9ff=le(_0x1d35f6);return'newValue'==_0x3ae9ff?{'type':'format','content':o(_0x384dfd,'*Merge:*\x20list\x20item')}:'oldValue'==_0x3ae9ff?{'type':'format','content':o(_0x384dfd,'*Split:*\x20list\x20item')}:_0x6c984c;}),_0x3e91d9['model']['document']['registerPostFixer'](_0xb3793b=>this['listItemIdFixer'](_0xb3793b)),_0x3e91d9['model']['document']['registerPostFixer'](_0x478970=>this['noTrackChangesFixer'](_0x478970)),_0x3e91d9['model']['document']['registerPostFixer'](_0x2b3f1b=>this['assureChains'](_0x2b3f1b)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0xa75ef3){if(_0xa75ef3['batch']['isUndo']||!_0xa75ef3['batch']['isLocal'])return!0x1;let _0x13dcb7=!0x1;const _0x532014=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xd5a72d=>_0xd5a72d['data']&&'listItemId'==_0xd5a72d['data']['key'])['filter'](_0x5e6ebf=>_0x5e6ebf['data']['newValue']&&_0x5e6ebf['data']['oldValue']);for(const _0x1647fc of _0x532014)le(_0x1647fc)||(_0xa75ef3['removeMarker'](_0x1647fc['getFirstMarker']()),_0x13dcb7=!0x0);return _0x13dcb7;}['noTrackChangesFixer'](_0x2ab7a6){if(_0x2ab7a6['batch']['isUndo']||!_0x2ab7a6['batch']['isLocal'])return!0x1;const _0x3d963a=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3d963a['trackChangesCommand']['value'])return!0x1;let _0x45dc5d=!0x1;const _0x198025=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x535574=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x4efcf1=>'attribute'==_0x4efcf1['type'])['filter'](_0x7311e8=>_0x198025['includes'](_0x7311e8['attributeKey']));if(0x0==_0x535574['length'])return _0x45dc5d;for(const _0xfa30d8 of _0x535574){const _0x58dfa7=_0x3d963a['_findSuggestions'](_0xfa30d8['range'],'attribute')['filter'](_0x15ad35=>!_0x15ad35['meta']['isNextTo'])['map'](_0x16cd8d=>_0x16cd8d['suggestion'])['filter'](_0x19207f=>{const _0x508f69=_0x3d963a['_getAttributeKey'](_0x19207f);return _0x198025['includes'](_0x508f69);});if(_0x58dfa7['length']){for(const _0x1b0794 of _0x58dfa7)_0x2ab7a6['removeMarker'](_0x1b0794['getFirstMarker']());_0x45dc5d=!0x0;}}return _0x45dc5d;}['assureChains'](_0x18eb33){if(_0x18eb33['batch']['isUndo']||!_0x18eb33['batch']['isLocal'])return!0x1;const _0x5ad3b9=this['editor']['plugins']['get']('TrackChangesEditing');let _0x59c611=!0x1;const _0x1dbce4=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x1d5f76 of _0x5ad3b9['getSuggestions']({'skipNotAttached':!0x0})){const _0x2c49ca=_0x5ad3b9['_findSuggestions'](_0x1d5f76['getFirstRange'](),'attribute')['map'](_0xa9b3b=>_0xa9b3b['suggestion'])['filter'](_0x5f1ea5=>_0x5f1ea5['data']&&_0x1dbce4['includes'](_0x5f1ea5['data']['key']));if(!_0x2c49ca['length'])continue;const _0x4a0904=_0x2c49ca[0x0]['head']['attributes']['groupId'];if(!_0x2c49ca['every'](_0x1610b4=>_0x1610b4['attributes']['groupId']===_0x4a0904)){for(const _0x267e43 of _0x2c49ca)_0x4f1ca2(_0x267e43,_0x4a0904)&&(_0x59c611=!0x0);}}return _0x59c611;function _0x1b81cc(_0x3f818f,_0x3493fb){for(const _0x50f84a of _0x5ad3b9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f6b26=>'attribute'==_0x4f6b26['type']&&_0x4f6b26['attributes']['groupId']==_0x3f818f))_0x50f84a['setAttribute']('groupId',_0x3493fb);}function _0x4f1ca2(_0x391f42,_0x3b0702){let _0x1e249e=_0x391f42['head'],_0x1cded0=!0x1;for(;_0x1e249e;)_0x1e249e['attributes']['groupId']!=_0x3b0702&&(_0x1b81cc(_0x1e249e['attributes']['groupId'],_0x3b0702),_0x1e249e['setAttribute']('groupId',_0x3b0702),_0x1cded0=!0x0),_0x1e249e=_0x1e249e['next'];return _0x1cded0;}}['_supportLegacySuggestions'](){const _0x401481=this['editor'],_0x46a1a7=_0x401481['locale'],_0x32d7f7=_0x401481['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x32d7f7['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x18fc47,_0x39affd){const _0x5514ae=[];for(let _0x2b2f8c of _0x18fc47)_0x2b2f8c['start']['nodeAfter']===_0x2b2f8c['end']['parent']&&(_0x2b2f8c=_0x401481['model']['createRange'](_0x401481['model']['createPositionAt'](_0x2b2f8c['start']['nodeAfter'],0x0))),_0x5514ae['push'](_0x2b2f8c);_0x401481['model']['change'](_0x49ecc9=>{const _0x40e076=_0x401481['model']['document']['selection'],_0x84395f=Array['from'](_0x40e076['getRanges']())['map'](_0x1ddadf=>_0x273003['fromRange'](_0x1ddadf));_0x49ecc9['setSelection'](_0x5514ae),_0x401481['commands']['get'](_0x39affd['commandName'])['refresh'](),_0x39affd['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x401481['execute'](_0x39affd['commandName'],..._0x39affd['commandParams']),_0x49ecc9['setSelection'](_0x84395f);for(const _0x3a1745 of _0x84395f)_0x3a1745['detach']();});}),_0x32d7f7['descriptionFactory']['registerElementLabel'](function(_0x472c4c){const _0x59f0c0=!_0x401481['model']['schema']['isObject'](_0x472c4c),_0x4cdc8e=_0x472c4c['previousSibling'],_0x1134b1=_0x472c4c['nextSibling'],_0x19c3be=_0x472c4c['getAttribute']('listItemId'),_0x1d8561=!_0x4cdc8e||_0x4cdc8e['getAttribute']('listItemId')!==_0x19c3be,_0x29f125=!_0x1134b1||_0x1134b1['getAttribute']('listItemId')!==_0x19c3be;return _0x59f0c0&&Boolean(_0x19c3be)&&_0x1d8561&&_0x29f125;},_0x5a4810=>o(_0x46a1a7,'ELEMENT_LIST_ITEM',_0x5a4810));}['_registerLegacyDescription'](){const _0x30df4b=this['editor'],_0x563a61=_0x30df4b['locale'];function _0x57c17b(_0x3f646f){const _0x197b79=_0x30df4b['commands']['get']('bulletedList')['value'],_0x3b257b=_0x30df4b['commands']['get']('numberedList')['value'];return'numberedList'===_0x3f646f?_0x197b79:_0x3b257b;}_0x30df4b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4a6dc8){if('formatBlock'!=_0x4a6dc8['type'])return;const {data:_0x439071}=_0x4a6dc8;if(!_0x439071)return;let _0x4f98d4,_0x5eb20a,_0x148ebe,_0x32735a;switch(_0x439071['commandName']){case'bulletedList':_0x148ebe=_0x439071['commandParams'][0x0]['forceValue'],_0x32735a=_0x57c17b(_0x439071['commandName']),_0x4f98d4=_0x148ebe?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32735a&&_0x30df4b['config']['get']('list.multiBlock')||(_0x4f98d4='*Change\x20to:*\x20%0'),_0x5eb20a={'type':'format','content':o(_0x563a61,_0x4f98d4,o(_0x563a61,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x148ebe=_0x439071['commandParams'][0x0]['forceValue'],_0x32735a=_0x57c17b(_0x439071['commandName']),_0x4f98d4=_0x148ebe?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32735a&&_0x30df4b['config']['get']('list.multiBlock')||(_0x4f98d4='*Change\x20to:*\x20%0'),_0x5eb20a={'type':'format','content':o(_0x563a61,_0x4f98d4,o(_0x563a61,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x4f98d4='*Indent:*\x20%0',_0x5eb20a={'type':'format','content':o(_0x563a61,_0x4f98d4,o(_0x563a61,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x4f98d4=function(_0xfa3425){const _0x30c002=_0xfa3425['getFirstRange']();let _0x232888=_0x30c002['start']['nodeAfter'];for(;_0x232888&&_0x30c002['containsItem'](_0x232888);){if(_0x232888['getAttribute']('listIndent')>0x0)return!0x1;_0x232888=_0x232888['nextSibling'];}return!0x0;}(_0x4a6dc8)?o(_0x563a61,'*Format:*\x20remove\x20from\x20%0',o(_0x563a61,function(_0x9c3c9){return'ELEMENT_'+_0x9c3c9['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4a6dc8))):o(_0x563a61,'*Outdent:*\x20%0',o(_0x563a61,'ELEMENT_LIST_ITEM')),_0x5eb20a={'type':'format','content':_0x4f98d4};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x439071['multipleBlocks']&&(_0x4f98d4='*Merge:*\x20%0',_0x5eb20a={'type':'deletion','content':o(_0x563a61,_0x4f98d4,o(_0x563a61,'ELEMENT_LIST_ITEM'))});}return _0x5eb20a;});}}function le(_0x1bc761){let _0x103326=_0x1bc761['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x103326;){const _0x278437=_0x103326['getAttribute']('listItemId');if(!_0x278437)return!0x1;if(_0x278437==_0x1bc761['data']['newValue'])return'newValue';if(_0x278437==_0x1bc761['data']['oldValue'])return'oldValue';_0x103326=_0x103326['previousSibling'];}return!0x1;}class ue extends _0x59c88b{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1860d8=this['editor']['config']['get']('list.properties'),_0xf5539=this['editor']['plugins']['get']('TrackChangesEditing');_0x1860d8['styles']&&(_0xf5539['enableDefaultAttributesIntegration']('listStyle'),_0xf5539['registerBlockAttribute']('listStyle')),_0x1860d8['reversed']&&(_0xf5539['enableDefaultAttributesIntegration']('listReversed'),_0xf5539['registerBlockAttribute']('listReversed')),_0x1860d8['startIndex']&&(_0xf5539['enableDefaultAttributesIntegration']('listStart'),_0xf5539['registerBlockAttribute']('listStart'));const _0x5048ef={'type':'format','content':''};_0xf5539['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x5e367f=this['editor']['locale'];_0xf5539['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x5e367f,'FORMAT_LIST_REVERSED')),_0xf5539['descriptionFactory']['registerDescriptionCallback'](_0xd95d28=>{const {data:_0x44f5fe}=_0xd95d28;if(_0x44f5fe&&'listReversed'==_0x44f5fe['key'])return null==_0x44f5fe['newValue']||0x0==_0x44f5fe['newValue']&&null==_0x44f5fe['oldValue']?_0x5048ef:void 0x0;}),_0xf5539['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x5e367f,'FORMAT_LIST_START')),_0xf5539['descriptionFactory']['registerDescriptionCallback'](_0x57600e=>{const {data:_0x40d376}=_0x57600e;if(_0x40d376&&'listStart'==_0x40d376['key'])return null==_0x40d376['newValue']||0x1==_0x40d376['newValue']&&null==_0x40d376['oldValue']?_0x5048ef:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5478da=>{if(_0x5478da['batch']['isUndo'])return!0x1;let _0x377a58=!0x1;const _0x523a6e=_0xf5539['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x38e534=>{const _0xf4fd8b=_0xf5539['_getAttributeKey'](_0x38e534);return'listStart'==_0xf4fd8b||'listReversed'==_0xf4fd8b;});for(const _0x722b0c of _0x523a6e){const _0x2a837f=_0x722b0c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x2a837f||'customNumbered'==_0x2a837f)continue;_0xf5539['_findSuggestions'](_0x722b0c['getFirstRange'](),'attribute')['find'](_0x3500b4=>'listType'==_0xf5539['_getAttributeKey'](_0x3500b4['suggestion']))||(_0x5478da['removeMarker'](_0x722b0c['getFirstMarker']()),_0x377a58=!0x0);}return _0x377a58;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x14f553){const _0x557b9c=this['editor']['locale'],{data:_0x4211a7}=_0x14f553,_0x200779={'type':'format','content':''};if(!_0x4211a7||'listStyle'!=_0x4211a7['key'])return;if(!_0x4211a7['oldValue'])return'default'==_0x4211a7['newValue']?_0x200779:{'type':'format','content':''+o(_0x557b9c,'*Set\x20format:*\x20%0',o(_0x557b9c,this['_getTranslationKeyForListStyle'](_0x4211a7['newValue'])))};if(!_0x4211a7['newValue']){if('default'==_0x4211a7['oldValue'])return _0x200779;let _0x3d04f8=_0x14f553['head'];for(;_0x3d04f8;){if(_0x3d04f8['data']&&'listType'==_0x3d04f8['data']['key']&&_0x3d04f8['data']['newValue'])return _0x200779;_0x3d04f8=_0x3d04f8['next'];}return{'type':'format','content':''+o(_0x557b9c,'*Remove\x20format:*\x20%0',o(_0x557b9c,this['_getTranslationKeyForListStyle'](_0x4211a7['oldValue'])))};}if('default'!=_0x4211a7['newValue'])return{'type':'format','content':''+o(_0x557b9c,'*Set\x20format:*\x20%0',o(_0x557b9c,this['_getTranslationKeyForListStyle'](_0x4211a7['newValue'])))};let _0x4921a6=_0x14f553['head'];for(;_0x4921a6;){if(_0x4921a6['data']&&'listType'==_0x4921a6['data']['key']&&_0x4921a6['data']['newValue']&&_0x4921a6['data']['oldValue'])return _0x200779;_0x4921a6=_0x4921a6['next'];}return{'type':'format','content':o(_0x557b9c,'*Set\x20format:*\x20%0',o(_0x557b9c,'ELEMENT_'+_0x14f553['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x1befc1=this['editor'],_0x364137=_0x1befc1['locale'];_0x1befc1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ef74b=>{if('formatBlock'!=_0x5ef74b['type'])return;const {data:_0x236c2a}=_0x5ef74b;if(!_0x236c2a)return;let _0x248207,_0x1233a7;switch(_0x236c2a['commandName']){case'listStyle':_0x248207='*Change\x20to:*\x20%0',_0x1233a7={'type':'format','content':o(_0x364137,_0x248207,o(_0x364137,this['_getTranslationKeyForListStyle'](_0x236c2a['commandParams'][0x0]['type'])))};break;case'listReversed':_0x248207=_0x236c2a['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1233a7={'type':'format','content':o(_0x364137,_0x248207)};break;case'listStart':_0x248207='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1233a7={'type':'format','content':o(_0x364137,_0x248207,_0x236c2a['commandParams'][0x0]['startIndex'])};}return _0x1233a7;});}['_getTranslationKeyForListStyle'](_0x3e67ab){return'ELEMENT_'+function(_0x5dbe28){if(pe['includes'](_0x5dbe28))return'bulleted';if(ye['includes'](_0x5dbe28))return'numbered';return null;}(_0x3e67ab)['toUpperCase']()+'_LIST_'+_0x3e67ab['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x59c88b{static get['requires'](){return[_0x326c5d];}['init'](){const _0x3fc078=this['editor'],_0xde276d=_0x3fc078['plugins']['get']('TrackChangesEditing'),_0x527e15=_0x3fc078['commands']['get']('enter');_0xde276d['enableCommand']('enter',()=>{_0x3fc078['model']['change'](_0x83181=>{const _0x1296e9=_0x3fc078['model']['document']['selection'],_0x2966bf=_0x1296e9['getFirstPosition'](),_0x16674c=_0x273003['fromRange'](_0x1296e9['getFirstRange']());if(_0x527e15['enterBlock'](_0x83181)){const _0x51d9ba=_0x3fc078['model']['createPositionAt'](_0x2966bf['parent']['nextSibling'],0x0),_0x477205=_0x83181['createRange'](_0x2966bf,_0x51d9ba);_0xde276d['markInsertion'](_0x477205);}else _0x83181['setSelection'](_0x83181['createRange'](_0x16674c['end']));_0x16674c['detach'](),_0x527e15['fire']('afterExecute',{'writer':_0x83181});});}),_0x3fc078['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x3fc078,'split'),{'priority':'high'}),_0x3fc078['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x36c5b4,_0x302a6f,_0x5e89ee)=>{const _0xb14b59=_0x5e89ee['mapper']['markerNameToElements'](_0x302a6f['markerName']);if(_0xb14b59){for(const _0x3a084a of _0xb14b59)_0x3a084a['hasClass']('ck-suggestion-marker-split')&&(_0x5e89ee['mapper']['unbindElementFromMarkerName'](_0x3a084a,_0x302a6f['markerName']),_0x5e89ee['writer']['remove'](_0x3a084a));}},{'priority':'high'}),_0x3fc078['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x12aa87,_0x43eb8a,_0xf18cdf)=>{_0xf18cdf['options']['showSuggestionHighlights']&&_e(_0x3fc078,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x12aa87,_0x43eb8a,_0xf18cdf);},{'priority':'high'});}}class J extends _0x59c88b{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x27b8e2=this['editor']['plugins']['get']('TrackChangesEditing');_0x27b8e2['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x27b8e2['enableCommand']('findNext'),_0x27b8e2['enableCommand']('findPrevious'),_0x27b8e2['enableCommand']('replace'),_0x27b8e2['enableCommand']('replaceAll');}['handleFindCommand'](_0x333bc1,_0x3e22c3,_0x35ecd6={}){const _0x4f1715=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x333bc1(_0x39396a=>{let _0x375783=('string'==typeof _0x3e22c3?_0x4f1715['findByTextCallback'](_0x3e22c3,_0x35ecd6):_0x3e22c3)(_0x39396a);Array['isArray'](_0x375783)&&(_0x375783={'results':_0x375783,'searchText':'string'==typeof _0x3e22c3?_0x3e22c3:''});const _0x5a77df=_0x375783['results']['filter'](_0x14b0db=>!0x1===this['_isInDeletionRange'](_0x14b0db,_0x39396a['item']));return{..._0x375783,'results':_0x5a77df};},_0x35ecd6);}['_isInDeletionRange'](_0x5e36d1,_0x227052){const _0x404265=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x227052,_0x5e36d1['start']),this['editor']['model']['createPositionAt'](_0x227052,_0x5e36d1['end']));for(const _0x2f7829 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x404265['getIntersection'](_0x2f7829['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 _0x59c88b{['afterInit'](){const _0xbe512d=this['editor']['locale'],_0x2ce971=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x50cab2,commandName:_0x194474}of ro)this['editor']['plugins']['has'](_0x50cab2)&&(_0x2ce971['enableDefaultAttributesIntegration'](_0x194474),_0x2ce971['registerInlineAttribute'](_0x194474));_0x2ce971['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0xbe512d,'FORMAT_FONT_SIZE')),_0x2ce971['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0xbe512d,'FORMAT_FONT_FAMILY')),_0x2ce971['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0xbe512d,'FORMAT_FONT_COLOR')),_0x2ce971['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0xbe512d,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x34c307=this['editor'],_0x3da3a3=_0x34c307['locale'];_0x34c307['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3f0d24=>{const _0x356f6e=_0x3da3a3['t'];if('formatInline'!=_0x3f0d24['type'])return;const {data:_0x56a07f}=_0x3f0d24;if(null!=_0x56a07f){if('fontSize'==_0x56a07f['commandName']){const _0x5e8ed4=_0x56a07f['commandParams'][0x0]['value'];if(_0x5e8ed4){const _0x240f53=_0x356f6e(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x340c78=>_0x340c78['model']==_0x5e8ed4)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3da3a3,'*Set\x20font\x20size:*\x20%0',_0x240f53)};}return{'type':'format','content':o(_0x3da3a3,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x56a07f['commandName']){const _0x511c74=_0x56a07f['commandParams'][0x0]['value'];return _0x511c74?{'type':'format','content':o(_0x3da3a3,'*Set\x20font\x20family:*\x20%0',_0x511c74)}:{'type':'format','content':o(_0x3da3a3,'*Reset\x20font\x20family*')};}if('fontColor'==_0x56a07f['commandName']){const _0x9705aa=_0x56a07f['commandParams'][0x0]['value'];if(_0x9705aa){const _0x2506e6=_0x57f3d7(this['editor']['config']['get']('fontColor.colors'))['find'](_0x57ddc=>_0x57ddc['model']==_0x9705aa);let _0x1ca24a=_0x9705aa,_0x2f7322='';return _0x2506e6&&(_0x1ca24a=_0x2506e6['label'],_0x2f7322=_0x356f6e(_0x1ca24a)['toLowerCase']()),{'type':'format','content':o(_0x3da3a3,'*Set\x20font\x20color:*\x20%0',_0x2f7322)['trim'](),'color':{'value':_0x9705aa,'title':_0x2f7322||_0x1ca24a}};}return{'type':'format','content':o(_0x3da3a3,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x56a07f['commandName']){const _0x49b77e=_0x56a07f['commandParams'][0x0]['value'];if(_0x49b77e){const _0x54198c=_0x57f3d7(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4be5ad=>_0x4be5ad['model']==_0x49b77e);let _0x5a14ee=_0x49b77e,_0x4c9e22='';return _0x54198c&&(_0x5a14ee=_0x54198c['label'],_0x4c9e22=_0x356f6e(_0x5a14ee)['toLowerCase']()),{'type':'format','content':o(_0x3da3a3,'*Set\x20font\x20background\x20color:*\x20%0',_0x4c9e22)['trim'](),'color':{'value':_0x49b77e,'title':_0x4c9e22||_0x5a14ee}};}return{'type':'format','content':o(_0x3da3a3,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x59c88b{['afterInit'](){const _0x43a051=this['editor'],_0x2c051e=_0x43a051['plugins']['get']('TrackChangesEditing'),_0x59ac49=_0x43a051['commands']['get']('copyFormat'),_0x132461=_0x43a051['commands']['get']('pasteFormat');_0x59ac49&&_0x132461&&(_0x2c051e['enableDefaultAttributesIntegration']('pasteFormat'),_0x2c051e['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x50c4e7=this['editor'],_0x4d6c0e=_0x50c4e7['locale'];_0x50c4e7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3195e3=>{if('formatBlock'!=_0x3195e3['type']&&'formatInline'!=_0x3195e3['type'])return;const {data:_0x5193cf}=_0x3195e3;if(_0x5193cf&&'pasteFormat'===_0x5193cf['commandName']){const _0x1d5d3c=[],_0x4fdf28=_0x5193cf['commandParams'][0x0];for(const [_0x1026ef,_0x5d0caa]of Object['entries'](_0x4fdf28))_0x1d5d3c['push'](so(_0x50c4e7,_0x1026ef,_0x5d0caa));return _0x1d5d3c['length']?{'type':'format','content':o(_0x4d6c0e,'*Set\x20format\x20to:*\x20%0',_0x1d5d3c['join'](',\x20'))}:{'type':'format','content':o(_0x4d6c0e,'*Remove\x20all\x20formatting*')};}});}}function so(_0x691ff1,_0x4ac0be,_0x2c9b4c){const _0x2564b2=_0x691ff1['locale']['t'],_0x47b7ad=_0x4ac0be['split'](/(?=[A-Z])/)['join']('\x20'),_0xa5f482=_0x2564b2(_0x47b7ad['charAt'](0x0)['toUpperCase']()+_0x47b7ad['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2c9b4c)return _0xa5f482;if('fontColor'===_0x4ac0be||'fontBackgroundColor'===_0x4ac0be){const _0x503fe8=_0x57f3d7(_0x691ff1['config']['get']('fontColor.colors'))['find'](_0x1b17e0=>_0x1b17e0['model']==_0x2c9b4c);return _0xa5f482+'\x20('+(_0x503fe8?_0x2564b2(_0x503fe8['label'])['toLowerCase']():_0x2c9b4c)+')';}if('fontSize'===_0x4ac0be&&isNaN(parseFloat(_0x2c9b4c))){const _0x49e118=_0x691ff1['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x691ff1['config']['get']('fontSize.options'))['find'](_0x44712e=>_0x44712e['model']==_0x2c9b4c);return _0xa5f482+'\x20('+(_0x49e118?_0x2564b2(_0x49e118['title'])['toLowerCase']():_0x2c9b4c)+')';}return _0xa5f482+'\x20('+_0x2c9b4c+')';}class Y extends _0x59c88b{['_headingOptions'];['afterInit'](){const _0x39d52d=this['editor'];if(!_0x39d52d['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x39d52d['config']['get']('heading.options');const _0x1eb30c=_0x39d52d['locale'],_0x5891df=_0x39d52d['plugins']['get']('TrackChangesEditing');_0x5891df['enableDefaultAttributesIntegration']('heading');for(const _0x228ffe of this['_headingOptions'])'paragraph'!=_0x228ffe['model']&&_0x5891df['descriptionFactory']['registerElementLabel'](_0x228ffe['model'],_0x5e32b7=>{const _0x280c88=this['_getHeadingLevel'](_0x228ffe['model']);return null!==_0x280c88?_0x2b7777(_0x5e32b7,_0x280c88):_0x2ab5d6(_0x5e32b7,_0x228ffe['title']);});function _0x2b7777(_0x2045f3,_0x5af785){return o(_0x1eb30c,'ELEMENT_HEADING',[_0x2045f3,_0x5af785]);}function _0x2ab5d6(_0x252bc3,_0x35862e){return o(_0x1eb30c,'ELEMENT_HEADING_CUSTOM',[_0x252bc3,_0x35862e]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x9e46c8=this['editor'],_0x3d2051=_0x9e46c8['locale'];function _0x58d432(_0x3f6922,_0x1fa71e){return o(_0x3d2051,'ELEMENT_HEADING_CUSTOM',[_0x3f6922,_0x1fa71e]);}_0x9e46c8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3d8d56=>{if('formatBlock'!=_0x3d8d56['type'])return;const {data:_0x39ad0b}=_0x3d8d56;if(_0x39ad0b&&'heading'==_0x39ad0b['commandName']){const _0x1efebb=_0x39ad0b['commandParams'][0x0]['value'],_0x297246=this['_getHeadingLevel'](_0x1efebb);if(null!==_0x297246)return{'type':'format','content':o(_0x3d2051,'*Change\x20to:*\x20%0',(_0x1751eb=0x1,_0xc40de3=_0x297246,o(_0x3d2051,'ELEMENT_HEADING',[_0x1751eb,_0xc40de3])))};const _0x44058b=this['_headingOptions']['find'](_0x317279=>_0x317279['model']===_0x1efebb)['title'];return{'type':'format','content':o(_0x3d2051,'*Change\x20to:*\x20%0',_0x58d432(0x1,_0x44058b))};}var _0x1751eb,_0xc40de3;});}['_getHeadingLevel'](_0x5084ea){const _0x123880=_0x5084ea['match'](/^heading(\d+)/);if(_0x123880)return _0x123880[0x1];const _0x4fa892=this['_headingOptions']?.['find'](_0x3e577e=>_0x3e577e['model']==_0x5084ea);if(_0x4fa892&&_0x4fa892['view']){const _0x33d51e=_0x4fa892['view'],_0x4199dd=(_0x33d51e['name']??_0x33d51e)['match'](/^h(\d+)/);if(_0x4199dd)return _0x4199dd[0x1];}return null;}}class Z extends _0x59c88b{['afterInit'](){const _0x5cd2f3=this['editor'];if(!_0x5cd2f3['plugins']['has']('HighlightEditing'))return;const _0x10ac04=_0x5cd2f3['plugins']['get']('TrackChangesEditing'),_0x2b2c01=_0x5cd2f3['locale'];_0x10ac04['enableDefaultAttributesIntegration']('highlight'),_0x10ac04['registerInlineAttribute']('highlight'),_0x10ac04['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2b2c01,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2db5d5=this['editor'],_0x4ae435=_0x2db5d5['locale'];_0x2db5d5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x569ee5=>{if('formatInline'!=_0x569ee5['type'])return;const {data:_0x38fc99}=_0x569ee5;if(_0x38fc99&&'highlight'==_0x38fc99['commandName']){const _0x39e595=_0x4ae435['t'],_0x5c25fa=_0x38fc99['commandParams'][0x0]['value'];if(_0x5c25fa){const _0x1b7b39=_0x2db5d5['config']['get']('highlight.options')['find'](_0x1143e6=>_0x1143e6['model']==_0x5c25fa),_0x593076=_0x39e595(_0x1b7b39['title'])['toLowerCase']();return{'type':'format','content':o(_0x4ae435,'*Set\x20highlight:*\x20%0',_0x593076),'color':{'value':_0x1b7b39['color'],'title':_0x1b7b39['title']}};}return{'type':'format','content':o(_0x4ae435,'*Remove\x20highlight*',o(_0x4ae435,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x59c88b{['afterInit'](){const _0x4190e9=this['editor'];if(!_0x4190e9['plugins']['has']('HorizontalLineEditing'))return;_0x4190e9['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4cf511=_0x4190e9['plugins']['get']('TrackChangesEditing'),_0x48bca8=_0x4190e9['locale'];_0x4cf511['descriptionFactory']['registerElementLabel']('horizontalLine',_0x523b48=>o(_0x48bca8,'ELEMENT_HORIZONTAL_LINE',_0x523b48)),_0x4190e9['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x212678,{writer:_0x92835c,options:_0x4c3884})=>{if(!_0x4c3884['showSuggestionHighlights'])return null;const _0x1643c6=_0x92835c['createContainerElement']('div'),_0x2e008c=_0x92835c['createEmptyElement']('hr');return _0x92835c['addClass']('ck-horizontal-line',_0x1643c6),_0x92835c['insert'](_0x92835c['createPositionAt'](_0x1643c6,0x0),_0x2e008c),_0x1643c6;},'converterPriority':'high'});}}class et extends _0x59c88b{['afterInit'](){const _0x504029=this['editor'];if(!_0x504029['plugins']['has']('HtmlEmbed'))return;const _0x4e92d2=_0x504029['plugins']['get']('TrackChangesEditing'),_0x587066=_0x504029['locale'];_0x4e92d2['descriptionFactory']['registerElementLabel']('rawHtml',_0x319a92=>o(_0x587066,'ELEMENT_HTML_EMBED',_0x319a92)),_0x4e92d2['enableDefaultAttributesIntegration']('htmlEmbed'),_0x4e92d2['registerBlockAttribute']('value'),_0x4e92d2['descriptionFactory']['registerDescriptionCallback'](_0x66aafe=>{if('attribute'!=_0x66aafe['type'])return;const {data:_0x5206d9}=_0x66aafe;if(_0x5206d9&&'value'==_0x5206d9['key']&&_0x66aafe['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x277136=o(_0x587066,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x587066,'*Change\x20%0\x20content*',_0x277136)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe9e2f8=this['editor'],_0x19d437=_0xe9e2f8['locale'];_0xe9e2f8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xb225dc=>{if('formatBlock'!=_0xb225dc['type'])return;const {data:_0x4a04ac}=_0xb225dc;if(_0x4a04ac&&'htmlEmbed'==_0x4a04ac['commandName']){const _0x4ea99c=o(_0x19d437,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x19d437,'*Change\x20%0\x20content*',_0x4ea99c)};}});}}class it extends _0x59c88b{['afterInit'](){const _0x14a602=this['editor'];if(!_0x14a602['plugins']['has']('ImageEditing'))return;const _0x52b042=_0x14a602['plugins']['get']('TrackChangesEditing'),_0x104575=_0x14a602['plugins']['get']('ImageUtils'),_0x25dbd5=_0x14a602['locale'];_0x52b042['enableCommand']('insertImage'),_0x52b042['descriptionFactory']['registerElementLabel']('imageBlock',_0x25887e=>o(_0x25dbd5,'ELEMENT_IMAGE',_0x25887e)),_0x52b042['descriptionFactory']['registerElementLabel']('imageInline',_0x1ee4e7=>o(_0x25dbd5,'ELEMENT_INLINE_IMAGE',_0x1ee4e7)),_0x52b042['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x25dbd5,'ELEMENT_CAPTION')),_0x14a602['plugins']['has']('ImageUploadEditing')&&_0x52b042['enableCommand']('uploadImage'),_0x14a602['plugins']['has']('ImageBlockEditing')&&_0x14a602['plugins']['has']('ImageInlineEditing')&&(_0x52b042['enableCommand']('imageTypeInline',(_0x197310,_0x267e29)=>{const _0x551ef3=_0x104575['getClosestSelectedImageElement'](_0x14a602['model']['document']['selection']);_0x14a602['model']['change'](()=>{_0x52b042['markBlockFormat'](_0x551ef3,{'commandName':'imageTypeInline','commandParams':[_0x267e29]},[],'convertBlockImageToInline');});}),_0x52b042['enableCommand']('imageTypeBlock',(_0x5542e1,_0x527bda)=>{_0x14a602['model']['change'](_0xdbbd7c=>{let _0x5c582b=_0x104575['getClosestSelectedImageElement'](_0x14a602['model']['document']['selection']),_0x538542=_0xdbbd7c['createRangeOn'](_0x5c582b);const _0x5e90c0=_0x4e84c3['fromPosition'](_0x538542['start'],'toPrevious'),_0x3c7042=_0x4e84c3['fromPosition'](_0x538542['end'],'toNext');_0x52b042['forceDefaultExecution'](()=>_0x5542e1(_0x527bda)),_0x5c582b=_0x104575['getClosestSelectedImageElement'](_0x14a602['model']['document']['selection']),_0x538542=_0xdbbd7c['createRangeOn'](_0x5c582b);const _0x32c21e=_0xdbbd7c['createRange'](_0x5e90c0,_0x3c7042);_0x5e90c0['detach'](),_0x3c7042['detach'](),_0x52b042['markBlockFormat'](_0x5c582b,{'commandName':'imageTypeInline','commandParams':[_0x527bda]},[],'convertInlineImageToBlock'),_0x32c21e['start']['isBefore'](_0x538542['start'])&&_0x52b042['markInsertion'](_0xdbbd7c['createRange'](_0x32c21e['start'],_0x538542['start']),'convertInlineImageToBlock'),_0x538542['end']['isBefore'](_0x32c21e['end'])&&_0x52b042['markInsertion'](_0xdbbd7c['createRange'](_0x538542['end'],_0x32c21e['end']),'convertInlineImageToBlock');});}),_0x52b042['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x52b042['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x52b042['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x52b042['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x52b042['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x52b042['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x161115])=>{const _0x4d72ce=_0x52b042['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x28808c=_0x161115['start'],_0x2c4dfa=_0x161115['end'];const _0x250c5e=_0x14a602['model']['schema']['getNearestSelectionRange'](_0x28808c,'backward'),_0xbb902d=_0x14a602['model']['schema']['getNearestSelectionRange'](_0x2c4dfa,'forward');_0x250c5e['isCollapsed']&&(_0x28808c=_0x250c5e['start']),_0xbb902d['isCollapsed']&&(_0x2c4dfa=_0xbb902d['end']),_0x4d72ce([_0x14a602['model']['createRange'](_0x28808c,_0x2c4dfa)]);}),_0x52b042['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5e4c51),_0x52b042['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5e4c51)),_0x14a602['plugins']['has']('ImageCaptionEditing')&&(_0x52b042['enableCommand']('toggleImageCaption',(_0x49ad63,_0x4ce571)=>{const _0x7746ab=_0x14a602['plugins']['get']('ImageCaptionUtils');let _0x253abd=_0x104575['getClosestSelectedImageElement'](_0x14a602['model']['document']['selection']),_0x4bcf3b=_0x7746ab['getCaptionFromImageModelElement'](_0x253abd);_0x14a602['model']['change'](()=>{if(_0x4bcf3b)return void _0x52b042['markDeletion'](_0x14a602['model']['createRangeOn'](_0x4bcf3b));const _0x2fcd14=_0x104575['isBlockImage'](_0x253abd);_0x49ad63(_0x4ce571),_0x253abd=_0x104575['getClosestSelectedImageElement'](_0x14a602['model']['document']['selection']),_0x4bcf3b=_0x7746ab['getCaptionFromImageModelElement'](_0x253abd),_0x52b042['markInsertion'](_0x14a602['model']['createRangeOn'](_0x4bcf3b),_0x2fcd14?null:'imageCaption');});}),_0x52b042['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5e4c51));const _0x637d9e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3d6eba(_0x3fd14a,_0x193aba){const _0x823a9e=_0x637d9e['findIndex'](({type:_0x1c98da,subType:_0x2e116c})=>_0x3fd14a['type']==_0x1c98da&&_0x3fd14a['subType']==_0x2e116c),_0x2abe96=_0x637d9e['findIndex'](({type:_0x5b9754,subType:_0x6f6d69})=>_0x193aba['type']==_0x5b9754&&_0x193aba['subType']==_0x6f6d69);if(_0x823a9e<0x0||_0x2abe96<0x0)return!0x1;const _0x3e72d4=_0x3fd14a['getFirstRange'](),_0xb3af0b=_0x193aba['getFirstRange']();if((0x0==_0x823a9e||0x1==_0x823a9e)&&0x2==_0x2abe96&&_0x3e72d4['isIntersecting'](_0xb3af0b))return!0x0;if(0x2==_0x823a9e&&0x3==_0x2abe96){const _0x27c4bc=_0x52b042['_findSuggestions'](_0x3e72d4,'insertion')['filter'](({suggestion:_0x48edd6,meta:_0x2640d9})=>_0x2640d9['isOwn']&&'convertInlineImageToBlock'==_0x48edd6['subType']);if(_0x27c4bc['length']>0x1&&_0xb3af0b['end']['isEqual'](_0x3e72d4['start']))return!0x0;if(0x1==_0x27c4bc['length']&&(_0x3e72d4['start']['isEqual'](_0xb3af0b['end'])||_0x3e72d4['end']['isEqual'](_0xb3af0b['start'])))return!0x0;}if(0x3==_0x823a9e&&0x3==_0x2abe96&&_0x3e72d4['start']['isBefore'](_0xb3af0b['start'])){const _0x47ab37=_0x3e72d4['end']['nodeAfter'],_0x52d141=_0xb3af0b['start']['nodeBefore'];return _0x104575['isBlockImage'](_0x47ab37)&&_0x47ab37===_0x52d141;}return!0x1;}function _0x5e4c51(_0xe4fd93,_0x532052){return _0x3d6eba(_0xe4fd93,_0x532052)?[_0xe4fd93,_0x532052]:_0x3d6eba(_0x532052,_0xe4fd93)?[_0x532052,_0xe4fd93]:null;}_0x14a602['plugins']['has']('ImageResize')&&(_0x52b042['enableDefaultAttributesIntegration']('resizeImage'),_0x52b042['registerBlockAttribute']('resizedWidth'),_0x52b042['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x25dbd5,'FORMAT_IMAGE_SIZE'))),_0x14a602['plugins']['has']('ImageTextAlternativeEditing')&&(_0x52b042['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x52b042['registerBlockAttribute']('alt')),_0x52b042['descriptionFactory']['registerDescriptionCallback'](_0x1dd55a=>{if(!!_0x637d9e['find'](({type:_0x4deece,subType:_0x173a8d})=>_0x1dd55a['type']==_0x4deece&&_0x1dd55a['subType']==_0x173a8d))return _0x1dd55a['previous']?{}:void 0x0;}),_0x52b042['descriptionFactory']['registerDescriptionCallback'](_0x521731=>{if('insertion'==_0x521731['type']||'deletion'==_0x521731['type']){const _0x4ca11a=_0x521731['getContainedElement']();if(_0x4ca11a&&_0x4ca11a['is']('element','caption'))return{'type':'insertion'==_0x521731['type']?'addObject':'removeObject','element':_0x4ca11a,'quantity':0x1};}}),_0x52b042['descriptionFactory']['registerDescriptionCallback'](_0x24330e=>'formatBlock'==_0x24330e['type']&&'convertInlineImageToBlock'==_0x24330e['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x24330e['type']&&'convertBlockImageToInline'==_0x24330e['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x52b042['descriptionFactory']['registerDescriptionCallback'](_0x4afc42=>{if('attribute'!=_0x4afc42['type'])return;const {data:_0x114ed1}=_0x4afc42;if(!_0x114ed1||'alt'!=_0x114ed1['key'])return;const _0x4d7bed=_0x114ed1['newValue'];return _0x4d7bed?{'type':'format','content':o(_0x25dbd5,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4d7bed+'\x22')}:{'type':'format','content':o(_0x25dbd5,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd58149=this['editor'],_0x44ec3d=_0xd58149['locale'];_0xd58149['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x300cd4=>{if('formatBlock'!=_0x300cd4['type']&&'formatInline'!=_0x300cd4['type'])return;const {data:_0x19b62f}=_0x300cd4;if(_0x19b62f){if('imageTextAlternative'==_0x19b62f['commandName']){const _0x1b71b8=_0x19b62f['commandParams'][0x0]['newValue'];return _0x1b71b8?{'type':'format','content':o(_0x44ec3d,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1b71b8+'\x22')}:{'type':'format','content':o(_0x44ec3d,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x19b62f['commandName']){const _0x7d6bb3=_0x19b62f['commandParams'][0x0]['width'];return _0x7d6bb3?{'type':'format','content':o(_0x44ec3d,'*Set\x20image\x20width:*\x20%0',_0x7d6bb3)}:{'type':'format','content':o(_0x44ec3d,'*Reset\x20image\x20width*')};}}});}}class st extends _0x59c88b{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0xac3881=this['editor']['locale'],_0x232bad=this['editor']['plugins']['get']('TrackChangesEditing');_0x232bad['enableDefaultAttributesIntegration']('replaceImageSource'),_0x232bad['registerBlockAttribute']('src'),_0x232bad['descriptionFactory']['registerDescriptionCallback'](_0x3aa051=>{if('attribute'!=_0x3aa051['type'])return;const {data:_0x292377}=_0x3aa051;return _0x292377&&'src'==_0x292377['key']?_0x292377['newValue']&&_0x292377['oldValue']?{'type':'format','content':o(_0xac3881,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x17e37d=this['editor']['plugins']['get']('TrackChangesEditing');_0x17e37d['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x17e37d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x17e37d['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x17e37d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3eec95=this['editor'],_0x192c6f=_0x3eec95['locale'];_0x3eec95['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c5885=>{if('formatBlock'!=_0x3c5885['type']&&'formatInline'!=_0x3c5885['type'])return;const {data:_0x430630}=_0x3c5885;if(!_0x430630||'replaceImageSource'!=_0x430630['commandName'])return;return{'type':'format','content':o(_0x192c6f,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x59c88b{['afterInit'](){const _0x3dd38b=this['editor'];if(!_0x3dd38b['plugins']['has']('ImageStyleEditing'))return;const _0xa193f1=_0x3dd38b['plugins']['get']('TrackChangesEditing'),_0x4f0573=_0x3dd38b['plugins']['get']('ImageUtils'),_0x951637={};_0xa193f1['enableCommand']('imageStyle',(_0x5260c4,_0x247810)=>{const _0x3ac367=_0x3dd38b['plugins']['get']('Users')['me'],_0x382a68=_0x3dd38b['commands']['get']('imageStyle');let _0x1556ec=_0x4f0573['getClosestSelectedImageElement'](_0x3dd38b['model']['document']['selection']),_0x1b1795=_0x3dd38b['model']['createRangeOn'](_0x1556ec),_0x5ebfcb=_0x382a68['value'];if(_0x5ebfcb==_0x247810['value'])return;const _0x3de92e={'commandName':'imageStyle','commandParams':[_0x247810],'formatGroupId':_0x572f80()};_0x3dd38b['model']['change'](()=>{if(_0xa193f1['getSuggestions']()['filter'](_0x16f4af=>_0x16f4af['isInContent']&&_0x3ac367==_0x16f4af['author']&&('formatBlock'==_0x16f4af['type']||'formatInline'==_0x16f4af['type'])&&('imageStylePreApply'==_0x16f4af['subType']||'imageStylePostApply'==_0x16f4af['subType'])&&_0x16f4af['getFirstRange']()['isEqual'](_0x1b1795))['forEach'](_0x5e4ddc=>_0xa193f1['discardSuggestion'](_0x5e4ddc['head'])),_0x1556ec=_0x4f0573['getClosestSelectedImageElement'](_0x3dd38b['model']['document']['selection']),_0x1b1795=_0x3dd38b['model']['createRangeOn'](_0x1556ec),_0x382a68['refresh'](),_0x3dd38b['commands']['get']('imageTypeInline')['refresh'](),_0x3dd38b['commands']['get']('imageTypeBlock')['refresh'](),_0x5ebfcb=_0x382a68['value'],_0x5ebfcb!=_0x247810['value'])return _0x4f0573['isInlineImage'](_0x1556ec)&&_0x382a68['shouldConvertImageType'](_0x247810['value'],_0x1556ec)?(_0x5260c4({..._0x247810,'setImageSizes':!0x1}),_0x1556ec=_0x4f0573['getClosestSelectedImageElement'](_0x3dd38b['model']['document']['selection']),void _0xa193f1['markBlockFormat'](_0x1556ec,{..._0x3de92e,'commandReversedParams':[{'value':_0x5ebfcb||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4f0573['isBlockImage'](_0x1556ec)?_0xa193f1['markBlockFormat'](_0x1556ec,_0x3de92e,[],'imageStylePostApply'):_0xa193f1['markInlineFormat'](_0x1b1795,_0x3de92e,'imageStylePostApply'));});});for(const _0x4434d0 of _0x3dd38b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x951637[_0x4434d0['name']]=_0x4434d0['title']['toLowerCase']();_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x34d9fc])=>{_0x4f0573['setImageNaturalSizeAttributes'](_0x34d9fc['getContainedElement']());}),_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x5b7aa3,_0x32ccba)=>{_0xa193f1['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x5b7aa3,{'commandName':_0x32ccba['commandName'],'commandParams':_0x32ccba['commandReversedParams']});}),_0xa193f1['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x47e968,_0x2a495c){if(_0x1c61a5(_0x47e968,_0x2a495c))return[_0x47e968,_0x2a495c];if(_0x1c61a5(_0x2a495c,_0x47e968))return[_0x2a495c,_0x47e968];return null;});const _0x550c02=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1c61a5(_0x525437,_0x3cdb81){const _0x2044ed=_0x550c02['findIndex'](({type:_0x5cec1a,subType:_0x18812b})=>_0x525437['type']==_0x5cec1a&&_0x525437['subType']==_0x18812b),_0x1ef4c6=_0x550c02['findIndex'](({type:_0x4527cf,subType:_0x51e17c})=>_0x3cdb81['type']==_0x4527cf&&_0x3cdb81['subType']==_0x51e17c);if(_0x2044ed<0x0||_0x1ef4c6<0x0)return!0x1;const _0x28d789=_0x525437['getFirstRange'](),_0x12f77e=_0x3cdb81['getFirstRange']();if((0x0==_0x2044ed||0x1==_0x2044ed)&&0x2==_0x1ef4c6&&_0x28d789['isIntersecting'](_0x12f77e))return!0x0;if(0x2==_0x2044ed&&0x3==_0x1ef4c6){const _0x149295=_0xa193f1['_findSuggestions'](_0x28d789,'insertion')['filter'](({suggestion:_0x36bf23,meta:_0x344ab1})=>_0x344ab1['isOwn']&&'convertInlineImageToBlock'==_0x36bf23['subType']);if(_0x149295['length']>0x1&&_0x12f77e['end']['isEqual'](_0x28d789['start']))return!0x0;if(0x1==_0x149295['length']&&(_0x28d789['start']['isEqual'](_0x12f77e['end'])||_0x28d789['end']['isEqual'](_0x12f77e['start'])))return!0x0;}if(0x3==_0x2044ed&&0x3==_0x1ef4c6&&_0x28d789['start']['isBefore'](_0x12f77e['start'])){const _0x39307f=_0x28d789['end']['nodeAfter'],_0x61235c=_0x12f77e['start']['nodeBefore'];return _0x4f0573['isBlockImage'](_0x39307f)&&_0x39307f===_0x61235c;}return!0x1;}_0x3dd38b['model']['document']['registerPostFixer'](()=>{let _0x39a4c6=!0x1;const _0x65f6e6=Array['from'](_0x3dd38b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x28b81a,data:_0x2465e4}of _0x65f6e6){const {group:_0x21d752,type:_0x29ad9c,subType:_0x566e71,id:_0x447795}=_0xa193f1['_splitMarkerName'](_0x28b81a);if('suggestion'==_0x21d752&&_0xa193f1['hasSuggestion'](_0x447795)){if('formatBlock'==_0x29ad9c&&('imageStylePreApply'==_0x566e71||'imageStylePostApply'==_0x566e71)){const _0xbddb1a=_0xa193f1['getSuggestion'](_0x447795);if(_0x2465e4['newRange']){const _0x34d414=_0xbddb1a['getFirstRange']()['getContainedElement']();if(_0x4f0573['isBlockImage'](_0x34d414))continue;_0xa193f1['discardSuggestion'](_0xbddb1a),_0x39a4c6=!0x0;}}if('insertion'==_0x29ad9c&&'imageCaption'==_0x566e71&&!_0x2465e4['newRange']){const _0x46bb44=_0xa193f1['getSuggestion'](_0x447795);_0x46bb44['next']&&_0x46bb44['next']['isInContent']&&(_0xa193f1['discardSuggestion'](_0x46bb44['next']),_0x39a4c6=!0x0);}}}return _0x39a4c6;}),this['_registerLegacyDescription'](_0x951637);}['_registerLegacyDescription'](_0xf60940){const _0x1f90c6=this['editor'],_0x4375e2=_0x1f90c6['locale'];_0x1f90c6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x346dc8=>{if('formatBlock'!=_0x346dc8['type']&&'formatInline'!=_0x346dc8['type'])return;const {data:_0x5bd7ec}=_0x346dc8;if(!_0x5bd7ec||'imageStyle'!=_0x5bd7ec['commandName'])return;const _0x59dd40=_0x5bd7ec['commandParams'][0x0]['value'];return _0x4394f8('side'===_0x59dd40?o(_0x4375e2,'FORMAT_SIDE_IMAGE'):_0xf60940[_0x59dd40]||_0x59dd40);function _0x4394f8(_0x24eded){return{'type':'format','content':o(_0x4375e2,'*Format:*\x20%0',_0x24eded)};}});}}class ot extends _0x59c88b{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x104121){super(_0x104121),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0xe61f16=this['editor'],_0x4f07cd=_0xe61f16['commands']['get']('importWord'),_0x203ff6=_0xe61f16['commands']['get']('trackChanges');_0x4f07cd&&(_0x4f07cd['on']('execute',(_0x247e1e,[,_0x24d223])=>{this['_trackChangesValueDuringImport']=_0x203ff6['value'],_0x24d223['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4f07cd,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4f07cd,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x203ff6['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0xe61f16['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x445052,_0x335386){const {suggestions:_0x3336eb}=_0x335386,_0x248274=this['editor']['commands']['get']('trackChanges'),_0x34ece4=_0x248274['value'];this['_trackChangesValueDuringImport']!==_0x34ece4&&(_0x248274['execute'](),this['_trackChangesExecuted']=!0x0),_0x3336eb&&_0x3336eb['forEach'](({id:_0x233ed3,type:_0xbd1682,author:_0x48bfd8,created_at:_0x59e819})=>{const _0x2ec1c0={'id':_0x233ed3,'type':_0xbd1682,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x48bfd8,'createdAt':_0x59e819?new Date(_0x59e819):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x2ec1c0);});}}class rt extends _0x59c88b{['afterInit'](){const _0x180e9f=this['editor'],_0x41f581=_0x180e9f['plugins']['get']('TrackChangesEditing');if(_0x180e9f['plugins']['has']('IndentEditing')&&(_0x41f581['enableCommand']('indent'),_0x41f581['enableCommand']('outdent')),_0x180e9f['plugins']['has']('IndentBlock')){for(const _0x42b41d of['indentBlock','outdentBlock'])_0x41f581['enableDefaultAttributesIntegration'](_0x42b41d);}const _0x570baa=_0x180e9f['locale'];_0x41f581['registerBlockAttribute']('blockIndent'),_0x41f581['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x570baa,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4fcd34=this['editor'],_0x5296f4=_0x4fcd34['locale'],_0x2b4ddd=_0x4fcd34['plugins']['get']('TrackChangesEditing');_0x2b4ddd['descriptionFactory']['registerDescriptionCallback'](_0x497995=>{if('formatBlock'!=_0x497995['type'])return;const {data:_0x4857ff}=_0x497995;if(!_0x4857ff)return;if('indentBlock'!=_0x4857ff['commandName']&&'outdentBlock'!=_0x4857ff['commandName'])return;const _0x52db65=_0x497995['getItems']()[0x0],_0x59c5e3=_0x2b4ddd['descriptionFactory']['getItemLabel'](_0x52db65);return'indentBlock'==_0x4857ff['commandName']?{'type':'format','content':o(_0x5296f4,'*Indent:*\x20%0',_0x59c5e3)}:'outdentBlock'==_0x4857ff['commandName']?{'type':'format','content':o(_0x5296f4,'*Outdent:*\x20%0',_0x59c5e3)}:void 0x0;});}}class at extends _0x59c88b{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x59c88b{['afterInit'](){const _0x340f4c=this['editor'];if(!_0x340f4c['plugins']['has']('LinkEditing'))return;const _0x464242=_0x340f4c['plugins']['get']('TrackChangesEditing'),_0x341c40=_0x340f4c['commands']['get']('link');_0x464242['enableDefaultAttributesIntegration']('link'),_0x464242['enableDefaultAttributesIntegration']('unlink'),_0x464242['registerInlineAttribute']('linkHref');for(const _0x44f8ed of _0x341c40['manualDecorators'])_0x464242['registerInlineAttribute'](_0x44f8ed['id']),_0x464242['descriptionFactory']['registerAttributeLabel'](_0x44f8ed['id'],'link\x20('+_0x44f8ed['label']['toLowerCase']()+')');_0x464242['descriptionFactory']['registerDescriptionCallback'](_0x404802=>{if('attribute'!=_0x404802['type'])return;const {data:_0x3c5105}=_0x404802;if(!_0x3c5105||'linkHref'!=_0x3c5105['key'])return;const _0x4685b5=_0x3c5105['newValue'],_0x64480=_0x340f4c['locale'];return{'type':'format','content':null==_0x4685b5?o(_0x64480,'*Remove\x20link*'):o(_0x64480,'*Set\x20link:*\x20%0','\x22'+_0x4685b5+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d8422=this['editor'],_0x406d18=_0x4d8422['locale'];_0x4d8422['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a52ce=>{if('formatInline'!=_0x1a52ce['type'])return;const {data:_0x2fd8a5}=_0x1a52ce;if(_0x2fd8a5){if('link'==_0x2fd8a5['commandName']){const _0x5e5bd7=_0x2fd8a5['commandParams'][0x0];return{'type':'format','content':o(_0x406d18,'*Set\x20link:*\x20%0','\x22'+_0x5e5bd7+'\x22')};}return'unlink'==_0x2fd8a5['commandName']?{'type':'format','content':o(_0x406d18,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x59c88b{['afterInit'](){const _0x5635a2=this['editor'],_0x540186=_0x5635a2['locale'];if(!_0x5635a2['plugins']['has']('LegacyListEditing'))return;const _0x333bda=_0x5635a2['plugins']['get']('TrackChangesEditing'),_0x70ba0d=_0x5635a2['plugins']['has']('LegacyTodoListEditing');function _0x777db3(_0x1fc0d7){return()=>{const _0x160be3=_0x5635a2['model']['document']['selection'],_0x3a5c66=_0x5635a2['commands']['get'](_0x1fc0d7);if(_0x3a5c66['value'])return void _0x5635a2['execute']('paragraph',{});const _0x26831d=_0x1fc0d7['slice'](0x0,-0x4),_0x53e143=function(_0x3d7fcb,_0x51e9f7,_0x514362){let _0x5cd7b0=Array['from'](_0x3d7fcb)['filter'](_0x5cab1a=>function(_0x1a89f1,_0x4343fc){return _0x4343fc['checkChild'](_0x1a89f1['parent'],'listItem')&&!_0x4343fc['isObject'](_0x1a89f1);}(_0x5cab1a,_0x514362));_0x5cd7b0=_0x5cd7b0['filter'](_0x2f3046=>!_0x2f3046['is']('element','listItem')||_0x2f3046['getAttribute']('listType')!=_0x51e9f7);const _0x51dcfa=new Set();for(const _0x11c6aa of _0x5cd7b0)_0x11c6aa['is']('element','listItem')?_0x51dcfa['add'](me(_0x11c6aa)):_0x51dcfa['add'](_0x11c6aa);return Array['from'](_0x51dcfa);}(_0x160be3['getSelectedBlocks'](),_0x26831d,_0x5635a2['model']['schema']);_0x5635a2['model']['change'](()=>{for(const _0x4124be of _0x53e143)_0x333bda['markBlockFormat'](_0x4124be,{'commandName':_0x1fc0d7,'commandParams':[{'forceValue':!_0x3a5c66['value']}],'formatGroupId':'blockName'},fe(_0x4124be));});};}function _0x1547de(_0x4d9272){return()=>{const _0x38cf4b=function(_0xc6652e){let _0x1d93db=Array['from'](_0xc6652e);const _0x5aed2e=_0x1d93db['findIndex'](_0x1a56df=>'listItem'!=_0x1a56df['name']);return _0x5aed2e>-0x1&&(_0x1d93db=_0x1d93db['slice'](0x0,_0x5aed2e)),_0x1d93db;}(_0x5635a2['model']['document']['selection']['getSelectedBlocks']()),_0x43b240=_0x5635a2['model']['createRange'](_0x5635a2['model']['createPositionAt'](_0x38cf4b[0x0],'before'),_0x5635a2['model']['createPositionAt'](_0x38cf4b[_0x38cf4b['length']-0x1],'end'));_0x5635a2['model']['change'](()=>{_0x333bda['markBlockFormat'](_0x43b240,{'commandName':_0x4d9272,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2fde36){const _0x2dbca2=new Set();for(const _0x1ebb32 of _0x2fde36){let _0x4ce815=_0x1ebb32['nextSibling'];for(;_0x4ce815&&_0x4ce815['getAttribute']('listIndent')>_0x1ebb32['getAttribute']('listIndent');)_0x2dbca2['add'](_0x4ce815),_0x4ce815=_0x4ce815['nextSibling'];}return Array['from'](_0x2dbca2);}(_0x38cf4b));});};}_0x333bda['enableCommand']('numberedList',_0x777db3('numberedList')),_0x333bda['enableCommand']('bulletedList',_0x777db3('bulletedList')),_0x70ba0d&&_0x333bda['enableCommand']('todoList',_0x777db3('todoList')),_0x333bda['enableCommand']('indentList',_0x1547de('indentList')),_0x333bda['enableCommand']('outdentList',_0x1547de('outdentList')),_0x70ba0d&&_0x333bda['enableCommand']('checkTodoList',()=>{const _0x158dc4=_0x5635a2['commands']['get']('checkTodoList'),_0x472876=Array['from'](_0x158dc4['_selectedElements']);_0x472876['filter'](_0x49bf55=>_0x49bf55['getAttribute']('todoListChecked')!=_0x158dc4['value']),_0x5635a2['model']['change'](()=>{for(const _0x31246a of _0x472876)_0x333bda['markBlockFormat'](_0x31246a,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x158dc4['value']}]});});}),_0x333bda['descriptionFactory']['registerElementLabel']('listItem',_0x3f3fce=>o(_0x540186,'ELEMENT_LIST_ITEM',_0x3f3fce)),_0x333bda['descriptionFactory']['registerDescriptionCallback'](_0x589a73=>{if('formatBlock'!=_0x589a73['type']&&'formatInline'!=_0x589a73['type'])return;const {data:_0x377500}=_0x589a73;if(_0x377500){if('numberedList'==_0x377500['commandName']||'bulletedList'==_0x377500['commandName']||'todoList'==_0x377500['commandName'])switch(_0x377500['commandName']['replace']('List','')){case'bulleted':return _0x22dc8b(o(_0x540186,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x22dc8b(o(_0x540186,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x22dc8b(o(_0x540186,'ELEMENT_TODO_LIST'));}if('indentList'==_0x377500['commandName'])return{'type':'format','content':o(_0x540186,'*Indent:*\x20%0',o(_0x540186,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x377500['commandName'])return{'type':'format','content':o(_0x540186,'*Outdent:*\x20%0',o(_0x540186,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x377500['commandName'])return _0x377500['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x540186,'*Check\x20item*')}:{'type':'format','content':o(_0x540186,'*Uncheck\x20item*')};}function _0x22dc8b(_0x581672){return{'type':'format','content':o(_0x540186,'*Change\x20to:*\x20%0',_0x581672)};}});}}function me(_0x39aa8b){const _0x52893b=_0x39aa8b['getAttribute']('listIndent');if(0x0==_0x52893b)return _0x39aa8b;let _0x5a61bb=_0x39aa8b;for(;_0x39aa8b['previousSibling']&&_0x39aa8b['previousSibling']['is']('element','listItem');){const _0x2d5eb8=_0x39aa8b['previousSibling']['getAttribute']('listIndent');if(_0x2d5eb8==_0x52893b)_0x5a61bb=_0x39aa8b['previousSibling'];else{if(_0x2d5eb8<_0x52893b)break;}_0x39aa8b=_0x39aa8b['previousSibling'];}return _0x5a61bb;}function fe(_0xb84f60){const _0x462cfa=[];if(_0xb84f60['is']('element','listItem')&&_0xb84f60['getAttribute']('listIndent')>0x0){let _0x2c7c31=_0xb84f60['nextSibling'];for(;_0x2c7c31&&'listItem'==_0x2c7c31['name']&&_0x2c7c31['getAttribute']('listIndent')==_0xb84f60['getAttribute']('listIndent');)_0x462cfa['push'](_0x2c7c31),_0x2c7c31=_0x2c7c31['nextSibling'];}return _0x462cfa;}class K extends _0x59c88b{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x4129bd=this['editor']['config']['get']('list.properties'),_0x139df3=this['editor']['plugins']['get']('TrackChangesEditing');_0x4129bd['styles']&&_0x139df3['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x4129bd['reversed']&&_0x139df3['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x4129bd['startIndex']&&_0x139df3['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x139df3['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x3c1826,_0x315384={}){const _0x49bda9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4667df=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x49bda9['markMultiRangeBlockFormat'](_0x4667df,{'commandName':'listStyle','commandParams':[{'type':_0x315384['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x35b8aa,_0x5f15ca={}){const _0x9ae734=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4b88b1=this['_getSuggestionBlocks'](_0x38ce8a=>_0x38ce8a['is']('element','listItem')&&'numbered'===_0x38ce8a['getAttribute']('listType'));if(_0x4b88b1['length']<0x1)return;const _0x3e6c39=_0x4b88b1['map'](_0x7216dd=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x7216dd,'before'),this['editor']['model']['createPositionAt'](_0x7216dd,0x0)));this['editor']['model']['change'](()=>{_0x9ae734['markMultiRangeBlockFormat'](_0x3e6c39,{'commandName':'listReversed','commandParams':[{'reversed':_0x5f15ca['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x50f9b8,_0x5647c1={}){const _0x5ccc19=this['editor']['plugins']['get']('TrackChangesEditing'),_0x53f54f=this['_getSuggestionBlocks'](_0x21afa0=>_0x21afa0['is']('element','listItem')&&'numbered'===_0x21afa0['getAttribute']('listType'));if(_0x53f54f['length']<0x1)return;const _0x375422=_0x53f54f['map'](_0x463965=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x463965,'before'),this['editor']['model']['createPositionAt'](_0x463965,0x0)));this['editor']['model']['change'](()=>{_0x5ccc19['markMultiRangeBlockFormat'](_0x375422,{'commandName':'listStart','commandParams':[{'startIndex':_0x5647c1['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x20293a){if('formatBlock'!=_0x20293a['type']&&'formatInline'!=_0x20293a['type'])return;const _0x4ffcd2=this['editor']['locale'],{data:_0x214bd4}=_0x20293a;if(!_0x214bd4)return;let _0x262b7c,_0x580b0d;switch(_0x214bd4['commandName']){case'listStyle':_0x262b7c='*Change\x20to:*\x20%0',_0x580b0d={'type':'format','content':o(_0x4ffcd2,_0x262b7c,o(_0x4ffcd2,this['_getTranslationKeyForListStyle'](_0x214bd4['commandParams'][0x0]['type'])))};break;case'listReversed':_0x262b7c=_0x214bd4['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x580b0d={'type':'format','content':o(_0x4ffcd2,_0x262b7c)};break;case'listStart':_0x262b7c='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x580b0d={'type':'format','content':o(_0x4ffcd2,_0x262b7c,_0x214bd4['commandParams'][0x0]['startIndex'])};}return _0x580b0d;}['_getSuggestionBlocksForListStyle'](){const _0x3068be=this['editor']['plugins']['get']('LegacyListUtils');let _0x477242=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x477242[0x0]?.['is']('element','listItem')&&_0x477242['unshift'](..._0x3068be['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x477242[_0x477242['length']-0x1]?.['is']('element','listItem')&&_0x477242['push'](..._0x3068be['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x477242=[...new Set(_0x477242)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x477242=_0x477242['filter'](_0xcae459=>_0xcae459['is']('element','listItem'))),_0x477242;}['_getSuggestionBlocks'](_0x165a16){const _0x53ea69=this['editor']['plugins']['get']('LegacyListUtils');let _0xe8c921=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x165a16)['map'](_0x46f9b9=>{const _0x1f0b75=this['editor']['model']['createPositionAt'](_0x46f9b9,0x0);return[..._0x53ea69['getSiblingNodes'](_0x1f0b75,'backward'),..._0x53ea69['getSiblingNodes'](_0x1f0b75,'forward')];})['flat']();return _0xe8c921=[...new Set(_0xe8c921)],_0xe8c921;}['_getTranslationKeyForListStyle'](_0x8f6e97){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x8f6e97)||'default')['toUpperCase']()+'_LIST_'+_0x8f6e97['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x59c88b{['afterInit'](){const _0x4b1ad9=this['editor'];if(!_0x4b1ad9['plugins']['has']('MediaEmbedEditing'))return;const _0x4e705c=_0x4b1ad9['plugins']['get']('TrackChangesEditing'),_0x36a2a2=_0x4b1ad9['locale'];_0x4e705c['enableCommand']('mediaEmbed'),_0x4e705c['descriptionFactory']['registerElementLabel']('media',_0x3b54da=>o(_0x36a2a2,'ELEMENT_MEDIA',_0x3b54da)),_0x4b1ad9['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4baf1a,{writer:_0x1ebec0,options:_0x56d016})=>{if(_0x56d016['showSuggestionHighlights'])return _0x1ebec0['createEmptyElement']('div');},'converterPriority':'high'}),_0x4b1ad9['data']['downcastDispatcher']['on']('attribute:url:media',(_0x10f0d1,_0x1d7a8b,_0x482d37)=>{_0x482d37['options']['showSuggestionHighlights']&&_0x10f0d1['stop']();},{'priority':'high'});}}class gt extends _0x59c88b{['afterInit'](){const _0x3af4f1=this['editor'];_0x3af4f1['plugins']['has']('MentionEditing')&&_0x3af4f1['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x59c88b{['afterInit'](){const _0x10861b=this['editor'],_0x132bf9=_0x10861b['plugins']['get']('TrackChangesEditing');_0x10861b['plugins']['has']('MultiLevelList')&&(_0x132bf9['enableDefaultAttributesIntegration']('multiLevelList'),_0x132bf9['registerBlockAttribute']('listMarkerStyle'),_0x132bf9['descriptionFactory']['registerDescriptionCallback'](_0xc14bc8=>this['handleDescriptions'](_0xc14bc8)));}['handleDescriptions'](_0x3cb39b){const _0x3a119f=this['editor']['locale'],{data:_0x1b135}=_0x3cb39b,_0x46b505={'type':'format','content':''};if(_0x1b135&&'listMarkerStyle'==_0x1b135['key']){if(!_0x1b135['oldValue'])return{'type':'format','content':o(_0x3a119f,'*Set\x20format:*\x20%0',o(_0x3a119f,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1b135['newValue']+')'};if(!_0x1b135['newValue']){let _0x8a9d3e=_0x3cb39b['head'];for(;_0x8a9d3e;){if(_0x8a9d3e['data']&&'listType'==_0x8a9d3e['data']['key']&&_0x8a9d3e['data']['newValue'])return _0x46b505;_0x8a9d3e=_0x8a9d3e['next'];}return{'type':'format','content':o(_0x3a119f,'*Remove\x20format:*\x20%0',o(_0x3a119f,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1b135['oldValue']+')'};}}}}class mt extends _0x59c88b{['afterInit'](){const _0x470943=this['editor'];if(!_0x470943['plugins']['has']('PageBreakEditing'))return;_0x470943['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x3ee7cd=_0x470943['plugins']['get']('TrackChangesEditing'),_0x39b6c1=_0x470943['locale'];_0x3ee7cd['descriptionFactory']['registerElementLabel']('pageBreak',_0x55e57c=>o(_0x39b6c1,'ELEMENT_PAGE_BREAK',_0x55e57c));}}class dt extends _0x59c88b{['afterInit'](){const _0x328a12=this['editor'];if(!_0x328a12['plugins']['has']('Paragraph'))return;const _0x417002=_0x328a12['locale'],_0x1d39bb=_0x328a12['plugins']['get']('TrackChangesEditing');_0x1d39bb['descriptionFactory']['registerElementLabel']('paragraph',_0x3ca1b3=>o(_0x417002,'ELEMENT_PARAGRAPH',_0x3ca1b3)),_0x1d39bb['enableDefaultAttributesIntegration']('paragraph'),_0x1d39bb['enableCommand']('insertParagraph'),_0x328a12['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x328a12),{'priority':'highest'}),_0x328a12['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x34ef03,_0x1cf5e9,_0x27aad2)=>{_0x27aad2['options']['showSuggestionHighlights']&&nr(_0x328a12,{'showActiveMarker':!0x1})(_0x34ef03,_0x1cf5e9,_0x27aad2);},{'priority':'highest'});const _0x1f4bf6=_0x1d39bb['descriptionFactory'];_0x1f4bf6['registerDescriptionCallback'](_0x2f2c5c=>{if('insertion'!==_0x2f2c5c['type'])return;const {start:_0x1cf766,end:_0x179412}=_0x2f2c5c['getFirstRange']();if(!_0x1cf766['isTouching'](_0x179412)||!_0x1cf766['nodeAfter'])return;const _0x46663c=_0x328a12['model']['schema'],_0x5a2a32=_0x1cf766['nodeAfter'];return _0x46663c['isBlock'](_0x5a2a32)&&!_0x46663c['isLimit'](_0x5a2a32)&&_0x46663c['checkChild'](_0x5a2a32,'$text')?{'type':'insertion','content':o(_0x417002,'*Insert:*\x20%0',_0x1f4bf6['getItemLabel'](_0x5a2a32,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe1dd21=this['editor'],_0x2c1b01=_0xe1dd21['locale'];_0xe1dd21['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xcc741a=>{if('formatBlock'!=_0xcc741a['type'])return;const {data:_0x2f75e4}=_0xcc741a;return _0x2f75e4&&'paragraph'==_0x2f75e4['commandName']?{'type':'format','content':o(_0x2c1b01,'*Change\x20to:*\x20%0',o(_0x2c1b01,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x180760,{showActiveMarker:_0x2c3235=!0x0}={}){return(_0x2cb125,_0x307104,_0x21a341)=>{const _0x3c322b=_0x180760['plugins']['get']('TrackChangesEditing'),_0x6ea29c=_0x307104['markerRange']['start'],_0x515a73=_0x307104['markerRange']['end'],_0x32d72e=_0x180760['model']['schema'];if(!_0x6ea29c['isTouching'](_0x515a73)||!_0x6ea29c['nodeAfter'])return;const _0x21fde6=_0x6ea29c['nodeAfter'];if(_0x32d72e['isBlock'](_0x21fde6)&&!_0x32d72e['isLimit'](_0x21fde6)&&_0x32d72e['checkChild'](_0x21fde6,'$text')){if(!_0x21a341['consumable']['consume'](_0x307104['markerRange'],_0x2cb125['name']))return;const _0x3c004d=_0x21a341['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x12658d=_0x21a341['mapper']['toViewPosition'](_0x515a73);_0x2c3235&&_0x3c322b['activeMarkers']['includes'](_0x307104['markerName'])&&_0x21a341['writer']['addClass']('ck-suggestion-marker--active',_0x3c004d),_0x21a341['writer']['insert'](_0x12658d,_0x3c004d),_0x21a341['mapper']['bindElementToMarker'](_0x3c004d,_0x307104['markerName']);}};}class pt extends _0x59c88b{['afterInit'](){const _0x1da867=this['editor'];if(!_0x1da867['plugins']['has']('RemoveFormatEditing'))return;_0x1da867['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x55bf81=this['editor'];_0x55bf81['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5832ea=>{if('formatBlock'!=_0x5832ea['type']&&'formatInline'!=_0x5832ea['type'])return;const {data:_0x719812}=_0x5832ea;return _0x719812&&'removeFormat'==_0x719812['commandName']?{'type':'format','content':o(_0x55bf81['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x59c88b{['afterInit'](){const _0x2cc9c8=this['editor'];if(!_0x2cc9c8['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x2b090a=_0x2cc9c8['plugins']['get']('TrackChangesEditing');_0x2b090a['enableCommand']('goToPreviousRestrictedEditingException'),_0x2b090a['enableCommand']('goToNextRestrictedEditingException');const _0x225da8=_0x2cc9c8['plugins']['get']('RestrictedEditingModeEditing');_0x225da8['enableCommand']('trackChanges'),_0x225da8['enableCommand']('acceptSuggestion'),_0x225da8['enableCommand']('discardSuggestion'),_0x225da8['enableCommand']('acceptAllSuggestions'),_0x225da8['enableCommand']('discardAllSuggestions'),_0x225da8['enableCommand']('acceptSelectedSuggestions'),_0x225da8['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x59c88b{static get['requires'](){return[_0x2411e6];}['init'](){const _0x2eca89=this['editor'],_0x40b971=_0x2eca89['plugins']['get']('TrackChangesEditing');_0x40b971['enableCommand']('shiftEnter'),_0x2eca89['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x2eca89),{'priority':'high'}),_0x2eca89['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x2eca89),{'priority':'high'}),_0x2eca89['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x32e06a,_0x3c6e2e,_0x3f3a90)=>{_0x3f3a90['options']['showSuggestionHighlights']&&de(_0x2eca89,{'showActiveMarker':!0x1})(_0x32e06a,_0x3c6e2e,_0x3f3a90);}),_0x40b971['descriptionFactory']['registerElementLabel']('softBreak',_0x419642=>o(_0x2eca89['locale'],'ELEMENT_LINE_BREAK',_0x419642));}}function de(_0x219db9,{showActiveMarker:_0x19c0b6=!0x0}={}){return(_0x542ffc,_0x4951e7,_0x4e2e9c)=>{const _0x187da8=_0x219db9['plugins']['get']('TrackChangesEditing');if(!_0x4e2e9c['consumable']['test'](_0x4951e7['markerRange'],_0x542ffc['name']))return;const _0x36f79e=_0x219db9['model'];for(const _0x589ab0 of _0x4951e7['markerRange']['getItems']()){if(!_0x589ab0['is']('element','softBreak'))continue;const _0x24d269='deletion'==_0x4951e7['markerName']['split'](':')[0x1]?'merge':'split',_0x5a121e=_0x4e2e9c['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x24d269}),_0x562a17=_0x4e2e9c['mapper']['toViewPosition'](_0x36f79e['createPositionBefore'](_0x589ab0));_0x19c0b6&&_0x187da8['activeMarkers']['includes'](_0x4951e7['markerName'])&&_0x4e2e9c['writer']['addClass']('ck-suggestion-marker--active',_0x5a121e),_0x4e2e9c['writer']['insert'](_0x562a17,_0x5a121e),_0x4e2e9c['mapper']['bindElementToMarker'](_0x5a121e,_0x4951e7['markerName']);}};}class wt extends _0x59c88b{['afterInit'](){const _0x30f53f=this['editor'],_0x5eb9f9=_0x30f53f['model'],_0x78cac=_0x30f53f['locale'];if(!_0x30f53f['plugins']['has']('StandardEditingModeEditing'))return;const _0x3c0426=_0x30f53f['plugins']['get']('TrackChangesEditing'),_0x2697ef='restrictedEditingException',_0x24d2fd=_0x30f53f['commands']['get'](_0x2697ef);_0x3c0426['enableCommand'](_0x2697ef,(_0x3f98d3,_0x5c8fb6={})=>{const _0x3cf47c=_0x5eb9f9['document']['selection'];if(_0x3cf47c['isCollapsed'])return void _0x3f98d3(_0x5c8fb6);const _0x335dec=void 0x0!==_0x5c8fb6['forceValue']?_0x5c8fb6['forceValue']:!_0x24d2fd['value'];_0x5eb9f9['change'](()=>{const _0x52bcc1=Array['from'](_0x3cf47c['getRanges']());for(const _0x1e360d of _0x52bcc1){const _0x5af52a=_0x335dec?[_0x1e360d]:io(_0x2697ef,_0x1e360d,_0x5eb9f9);for(const _0x247655 of _0x5af52a)_0x3c0426['markInlineFormat'](_0x247655,{'commandName':_0x2697ef,'commandParams':[{'forceValue':_0x335dec}]});}});}),_0x3c0426['descriptionFactory']['registerDescriptionCallback'](_0x111dbf=>{if('formatBlock'!=_0x111dbf['type']&&'formatInline'!=_0x111dbf['type'])return;const {data:_0x57dcf8}=_0x111dbf;return _0x57dcf8&&_0x57dcf8['commandName']==_0x2697ef?_0x57dcf8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x78cac,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x78cac,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x59c88b{['afterInit'](){const _0x494a9b=this['editor'];if(!_0x494a9b['plugins']['has']('Style')||!_0x494a9b['plugins']['has']('DataSchema'))return;const _0x3a931b=_0x494a9b['plugins']['get']('TrackChangesEditing'),_0x107a01=_0x494a9b['locale'],_0x28a6c0=_0x494a9b['config']['get']('style')||{},_0x265871=_0x494a9b['plugins']['get']('GeneralHtmlSupport'),_0x5c1824=_0x494a9b['plugins']['get']('StyleUtils')['normalizeConfig'](_0x494a9b['plugins']['get']('DataSchema'),_0x28a6c0['definitions']);_0x3a931b['enableDefaultAttributesIntegration']('style');const _0x3ba4fc=new Set();for(const _0x141a04 of _0x5c1824['block']){const _0x51e109=_0x265871['getGhsAttributeNameForElement'](_0x141a04['element']);_0x3ba4fc['add'](_0x51e109);}const _0x539720=new Set();for(const _0x2ff446 of _0x5c1824['inline']){const _0x3408f1=_0x265871['getGhsAttributeNameForElement'](_0x2ff446['element']);_0x539720['add'](_0x3408f1);for(const _0x367a32 of _0x2ff446['ghsAttributes'])_0x539720['add'](_0x367a32);}for(const _0x9fced5 of _0x3ba4fc)_0x3a931b['registerBlockAttribute'](_0x9fced5),_0x3a931b['descriptionFactory']['registerAttributeLabel'](_0x9fced5,o(_0x107a01,'FORMAT_STYLE'));for(const _0x4952f4 of _0x539720)_0x3a931b['registerInlineAttribute'](_0x4952f4),_0x3a931b['descriptionFactory']['registerAttributeLabel'](_0x4952f4,o(_0x107a01,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5ec255=this['editor'],_0x598748=_0x5ec255['locale'];_0x5ec255['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18cbae=>{if('formatBlock'!=_0x18cbae['type']&&'formatInline'!=_0x18cbae['type'])return;const {data:_0x3f4809}=_0x18cbae;return _0x3f4809&&'style'===_0x3f4809['commandName']?_0x3f4809['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x598748,'*Set\x20format:*\x20%0',_0x3f4809['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x598748,'*Remove\x20format:*\x20%0',_0x3f4809['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x59c88b{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x1821e6){super(_0x1821e6),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x2dca7e=this['editor'],_0xb67757=_0x2dca7e['model']['document']['selection'];if(!_0x2dca7e['plugins']['has']('TableEditing'))return;const _0x27c25a=_0x2dca7e['locale'],_0x2e74ad=_0x2dca7e['plugins']['get']('TrackChangesEditing'),_0x3f6506=_0x2dca7e['plugins']['get']('TableUtils');_0x2e74ad['descriptionFactory']['registerElementLabel']('table',_0x4d0e47=>o(_0x27c25a,'ELEMENT_TABLE',_0x4d0e47)),this['_setupColumnsRowsFixing'](),_0x2e74ad['enableCommand']('insertTable'),_0x2e74ad['enableCommand']('selectTableRow'),_0x2e74ad['enableCommand']('selectTableColumn');for(const _0x56620c of['insertTableRowAbove','insertTableRowBelow']){const _0xda8d54=_0x2dca7e['commands']['get'](_0x56620c);_0x2e74ad['enableCommand'](_0x56620c,_0x5bc140=>{_0x2dca7e['model']['change'](_0x3708f6=>{_0x5bc140();const _0x417ddd='above'===_0xda8d54['order'],_0x1fb256=_0x3f6506['getSelectionAffectedTableCells'](_0xb67757),_0x449a01=_0x3f6506['getRowIndexes'](_0x1fb256),_0x5565a2=_0x417ddd?_0x449a01['first']-0x1:_0x449a01['last']+0x1,_0x548fa4=_0x1fb256[0x0]['findAncestor']('table'),_0x1a9be6=_0x3f6506['createTableWalker'](_0x548fa4,{'startRow':_0x5565a2,'endRow':_0x5565a2}),_0x355453=Array['from'](_0x1a9be6)['map'](_0x1b4c9a=>_0x3708f6['createRangeOn'](_0x1b4c9a['cell']));_0x2e74ad['markMultiRangeInsertion'](_0x355453,'tableRow');});});}for(const _0x5e74d1 of['insertTableColumnLeft','insertTableColumnRight']){const _0x56fae9=_0x2dca7e['commands']['get'](_0x5e74d1);_0x2e74ad['enableCommand'](_0x5e74d1,_0x5981f0=>{_0x2dca7e['model']['change'](_0x408482=>{_0x5981f0();const _0x5f4962='left'===_0x56fae9['order'],_0xdc1537=_0x3f6506['getSelectionAffectedTableCells'](_0xb67757),_0xc2e5b0=_0x3f6506['getColumnIndexes'](_0xdc1537),_0x416ef8=_0x5f4962?_0xc2e5b0['first']-0x1:_0xc2e5b0['last']+0x1,_0x5cd7f6=_0xdc1537[0x0]['findAncestor']('table'),_0x1f69fb=_0x3f6506['createTableWalker'](_0x5cd7f6,{'startRow':0x0,'column':_0x416ef8,'includeAllSlots':!0x1}),_0x34ca20=Array['from'](_0x1f69fb)['map'](_0xe51527=>_0x408482['createRangeOn'](_0xe51527['cell']));_0x2e74ad['markMultiRangeInsertion'](_0x34ca20,'tableColumn');});});}for(const _0x51db0f of['removeTableRow','removeTableColumn']){const _0x4ad02c=_0x51db0f['substr'](0xb),_0x344798=_0x4ad02c['toLowerCase'](),_0x10b4db=_0x344798['substr'](0x0,0x3)+'span',_0x2dd5d7='table'+_0x4ad02c,_0xad04e5='min'+_0x4ad02c,_0x52ef69='max'+_0x4ad02c;_0x2e74ad['enableCommand'](_0x51db0f,()=>{_0x2dca7e['model']['change'](_0x124c09=>{const _0x32c8c7=_0x3f6506['getSelectionAffectedTableCells'](_0xb67757),_0x51450f=_0x32c8c7[0x0]['findAncestor']('table');let _0x20b795;if('removeTableRow'==_0x51db0f){const _0x594878=_0x3f6506['getRowIndexes'](_0x32c8c7);_0x20b795={'startRow':_0x594878['first'],'endRow':_0x594878['last'],'includeAllSlots':!0x0};}else{const _0x7dd368=_0x3f6506['getColumnIndexes'](_0x32c8c7);_0x20b795={'startColumn':_0x7dd368['first'],'endColumn':_0x7dd368['last'],'includeAllSlots':!0x0};}const _0x12fe63=_0x3f6506['createTableWalker'](_0x51450f,_0x20b795),_0x2d3a93=Array['from'](_0x12fe63)['map'](({cell:_0x3a5f8a})=>_0x3a5f8a),_0x33e88b=Ee(_0x2d3a93['filter'](_0x24e3e5=>_0x24e3e5['hasAttribute'](_0x10b4db))),_0x22703a=Ee(_0x2d3a93['filter'](_0x28691e=>!_0x28691e['hasAttribute'](_0x10b4db)))['map'](_0x430656=>_0x124c09['createRangeOn'](_0x430656)),_0x4a17af=_0x2e74ad['markMultiRangeDeletion'](_0x22703a,_0x2dd5d7);if(_0x4a17af&&('tableRow'==_0x4a17af['subType']||'tableColumn'==_0x4a17af['subType'])){const _0x2ede53=this['_getSuggestionCoords'](_0x4a17af);for(const _0xeb4b2f of _0x33e88b){const _0x210ab9=_0x124c09['createRangeOn'](_0xeb4b2f),_0x407984=_0x3f6506['getCellLocation'](_0xeb4b2f),_0x175379=_0xeb4b2f['getAttribute'](_0x10b4db)-0x1,_0x3e5223=_0x2ede53[_0xad04e5],_0x525925=_0x2ede53[_0x52ef69];_0x3e5223<=_0x407984[_0x344798]&&_0x407984[_0x344798]+_0x175379<=_0x525925&&_0x4a17af['addRange'](_0x210ab9);}}});});}function _0x472880(_0x4f73f4){const _0x15cad9=Array['from'](_0xb67757['getRanges']())['map'](_0x16bcfd=>_0x273003['fromRange'](_0x16bcfd));_0x2dca7e['model']['change'](_0x17fc66=>{const _0x26664c=_0x17fc66['batch'];_0x4f73f4=_0x4f73f4['filter'](_0x4cc3b1=>'$graveyard'!=_0x4cc3b1['root']['rootName']),_0x17fc66['setSelection'](_0x4f73f4),_0x2dca7e['commands']['get']('removeTableRow')['refresh'](),_0x2dca7e['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x2dca7e['model']['enqueueChange'](()=>{_0x2dca7e['model']['enqueueChange'](_0x26664c,_0x1d377d=>{const _0x2d5af1=_0x15cad9['filter'](_0x52b9d3=>'$graveyard'!=_0x52b9d3['root']['rootName']);_0x2d5af1['length']>0x0&&_0x1d377d['setSelection'](_0x2d5af1);for(const _0x5c83d3 of _0x15cad9)_0x5c83d3['detach']();});});});}function _0x52896b(_0x214780){_0x2dca7e['model']['change'](_0xdec7ce=>{const _0x1717d2=Array['from'](_0xb67757['getRanges']())['map'](_0x2da4cf=>_0x273003['fromRange'](_0x2da4cf)),_0x51611d=[];for(const _0xfbf288 of _0x214780)for(const _0x3231d1 of _0xfbf288['getItems']({'shallow':!0x0}))_0x51611d['push'](_0x3231d1);for(const _0x1389d0 of _0x51611d)'$graveyard'!=_0x1389d0['root']['rootName']&&(_0xdec7ce['setSelection'](_0xdec7ce['createPositionAt'](_0x1389d0,0x0)),_0x2dca7e['commands']['get']('removeTableColumn')['refresh'](),_0x2dca7e['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x297991=_0x1717d2['filter'](_0x4c1b3d=>'$graveyard'!=_0x4c1b3d['root']['rootName']);_0x297991['length']>0x0&&_0xdec7ce['setSelection'](_0x297991);for(const _0x3abe22 of _0x1717d2)_0x3abe22['detach']();});}function _0x32a08c(_0x48c32b,_0x1363d3){return _0x1363d3['every'](_0x26fbbb=>_0x48c32b['some'](_0x3cb24d=>_0x3cb24d['end']['isEqual'](_0x26fbbb['start'])||_0x26fbbb['end']['isEqual'](_0x3cb24d['start'])));}function _0x2112f1(_0x5a42da,_0xabf140){return!_0x5a42da['some'](_0x571aa5=>_0xabf140['some'](_0x2c98cf=>_0x571aa5['isIntersecting'](_0x2c98cf)))&&_0x5a42da['some'](_0x4242f1=>_0xabf140['some'](_0x44c03a=>_0x4242f1['end']['isTouching'](_0x44c03a['start'])));}_0x2dca7e['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x42f0ed,_0x1ea582,_0x238730)=>{if(!_0x238730['options']['showSuggestionHighlights'])return;const _0x57c7d6=_0x1ea582['item'];if(!_0x57c7d6)return;const _0x3bbd34=_0x238730['mapper']['toViewElement'](_0x57c7d6);function _0x1fb23f(_0x3b5f10){return Array['isArray'](_0x3b5f10)?_0x3b5f10:[_0x3b5f10];}_0x3bbd34&&'tableCell'===_0x57c7d6['name']&&_0x4c2da7(_0x3bbd34,_0x238730['writer'],(_0x28d15a,_0x290f78,_0x42b892)=>_0x42b892['addClass'](_0x1fb23f(_0x290f78['classes']),_0x28d15a),(_0x2f7d9f,_0x3e837e,_0x536347)=>_0x536347['removeClass'](_0x1fb23f(_0x3e837e['classes']),_0x2f7d9f));},{'priority':'highest'}),_0x2e74ad['descriptionFactory']['registerDescriptionCallback'](_0xdb268a=>{if('insertion'!=_0xdb268a['type']&&'deletion'!=_0xdb268a['type'])return;const _0xf47210=_0xdb268a['getContainedElement']();if(null!=_0xf47210&&_0xf47210['is']('element','table')){if('insertion'==_0xdb268a['type']){const _0x55b25b=_0xdb268a['getItems']()['filter'](_0x294c41=>_0x294c41['is']('$textProxy'))['map'](_0x27f9a2=>_0x27f9a2['data']);if(_0x55b25b['length'])return{'type':'insertion','content':o(_0x27c25a,'*Insert:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x55b25b['join']('\x20')+'\x22'))};}if('deletion'==_0xdb268a['type']){const _0x4e8671=_0xdb268a['getItems']()['filter'](_0x4e0a48=>_0x4e0a48['is']('$textProxy'))['map'](_0x502939=>_0x502939['data']);if(_0x4e8671['length'])return{'type':'deletion','content':o(_0x27c25a,'*Remove:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4e8671['join']('\x20')+'\x22'))};}}}),_0x2e74ad['descriptionFactory']['registerDescriptionCallback'](_0x236aea=>{if('tableRow'==_0x236aea['subType']){const _0x158c1f=_0x236aea['getItems']()['filter'](_0x69d987=>_0x69d987['is']('$textProxy'))['map'](_0x4edadd=>_0x4edadd['data']),_0x1ecf2c=this['_getSuggestionCoords'](_0x236aea),_0x1f6814=_0x1ecf2c['maxRow']-_0x1ecf2c['minRow']+0x1;if('insertion'==_0x236aea['type'])return _0x158c1f['length']?{'type':'insertion','content':o(_0x27c25a,'*Insert:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1f6814,'\x22'+_0x158c1f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27c25a,'*Insert:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_ROW',_0x1f6814))};if('deletion'==_0x236aea['type'])return _0x158c1f['length']?{'type':'deletion','content':o(_0x27c25a,'*Remove:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1f6814,'\x22'+_0x158c1f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27c25a,'*Remove:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_ROW',_0x1f6814))};}if('tableColumn'==_0x236aea['subType']){const _0x4c52bb=_0x236aea['getItems']()['filter'](_0x32963f=>_0x32963f['is']('$textProxy'))['map'](_0x55acaa=>_0x55acaa['data']),_0x19b666=this['_getSuggestionCoords'](_0x236aea),_0x178ea1=_0x19b666['maxColumn']-_0x19b666['minColumn']+0x1;if('insertion'==_0x236aea['type'])return _0x4c52bb['length']?{'type':'insertion','content':o(_0x27c25a,'*Insert:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x178ea1,'\x22'+_0x4c52bb['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27c25a,'*Insert:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_COLUMN',_0x178ea1))};if('deletion'==_0x236aea['type'])return _0x4c52bb['length']?{'type':'deletion','content':o(_0x27c25a,'*Remove:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x178ea1,'\x22'+_0x4c52bb['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27c25a,'*Remove:*\x20%0',o(_0x27c25a,'ELEMENT_TABLE_COLUMN',_0x178ea1))};}}),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x472880),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x472880),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x52896b),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x52896b),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x32a08c),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x32a08c),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x2112f1),_0x2e74ad['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x2112f1);}['_acceptFormatSuggestionCallbackFactory'](){const _0x257951=this['editor'],_0x792227=_0x257951['model']['document']['selection'];return(_0x493fe1,_0x1b90e7)=>{_0x257951['model']['change'](_0x30215f=>{const {commandName:_0x57c784,commandParams:_0x52b7f9}=_0x1b90e7;let _0x45c462=_0x493fe1[0x0]['end']['nodeBefore'];_0x52b7f9&&_0x52b7f9[0x0]&&!0x1===_0x52b7f9[0x0]['forceValue']&&(_0x45c462=_0x493fe1[0x0]['start']['nodeAfter']);const _0xeac8ea=_0x30215f['createRangeIn'](_0x45c462);if('$graveyard'==_0xeac8ea['root']['rootName'])return;const _0x3cac73=Array['from'](_0x792227['getRanges']())['map'](_0x2713ec=>_0x273003['fromRange'](_0x2713ec));_0x30215f['setSelection'](_0xeac8ea),_0x257951['commands']['get'](_0x57c784)['refresh'](),_0x52b7f9['push']({'forceDefaultExecution':!0x0}),_0x257951['execute'](_0x57c784,..._0x52b7f9);const _0x47aa1c=_0x3cac73['filter'](_0x174112=>'$graveyard'!=_0x174112['root']['rootName']);_0x47aa1c['length']>0x0&&_0x30215f['setSelection'](_0x47aa1c);for(const _0x1584e7 of _0x3cac73)_0x1584e7['detach']();});};}['_getCoordsForCells'](_0x3876c0){const _0x3c3183=this['editor']['plugins']['get']('TableUtils');let _0x536014=Number['MAX_SAFE_INTEGER'],_0x1c630a=Number['MIN_SAFE_INTEGER'],_0x36cc76=Number['MAX_SAFE_INTEGER'],_0x16916f=Number['MIN_SAFE_INTEGER'];for(const _0x1fb1ee of _0x3876c0){if('$graveyard'==_0x1fb1ee['root']['rootName'])continue;const {row:_0x58c376,column:_0xef82f4}=_0x3c3183['getCellLocation'](_0x1fb1ee),_0x1a0ee3=_0x1fb1ee['hasAttribute']('rowspan')?_0x1fb1ee['getAttribute']('rowspan')-0x1:0x0,_0x1931ec=_0x1fb1ee['hasAttribute']('colspan')?_0x1fb1ee['getAttribute']('colspan')-0x1:0x0;_0x536014=_0x58c376<_0x536014?_0x58c376:_0x536014,_0x1c630a=_0x58c376+_0x1a0ee3>_0x1c630a?_0x58c376+_0x1a0ee3:_0x1c630a,_0x36cc76=_0xef82f4<_0x36cc76?_0xef82f4:_0x36cc76,_0x16916f=_0xef82f4+_0x1931ec>_0x16916f?_0xef82f4+_0x1931ec:_0x16916f;}return{'minRow':_0x536014,'maxRow':_0x1c630a,'minColumn':_0x36cc76,'maxColumn':_0x16916f};}['_setupColumnsRowsFixing'](){const _0x476a8c=this['editor'],_0x2095eb=_0x476a8c['plugins']['get']('TrackChangesEditing'),_0x2a0ce1=_0x476a8c['plugins']['get']('TableUtils');_0x476a8c['model']['document']['on']('change:data',()=>{const _0x4be616=Array['from'](_0x476a8c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4cd1f0,data:_0x2c5537}of _0x4be616){const {group:_0x3085ed,id:_0x442a5c,subType:_0x3e58c5}=_0x2095eb['_splitMarkerName'](_0x4cd1f0);if('suggestion'!=_0x3085ed)continue;if(null!=_0x2c5537['oldRange'])continue;const _0x5b7b94=_0x2095eb['getSuggestion'](_0x442a5c);this['_tablePostFixingSubtypes']['includes'](_0x3e58c5)&&this['_tableSuggestions']['add'](_0x5b7b94);}},{'priority':'low'});const _0x83b90f=(_0x36356c,_0x9b4dc)=>{let _0x3b8074=!0x1;const _0x153b79=_0x9b4dc['createRangeOn'](_0x36356c),_0x411a2b=_0x36356c['findAncestor']('table'),_0xe836c0=_0x2a0ce1['getCellLocation'](_0x36356c);for(const _0x4e7cba of this['_tableSuggestions']){const _0x4027cf=_0x4e7cba['subType'],_0x5d02f1=_0x4027cf['startsWith']('tablePaste'),_0x5ec607=_0x4027cf['substr'](_0x5d02f1?0xa:0x5),_0xd0a805=_0x5ec607['toLowerCase'](),_0x3b452b=_0xd0a805['substr'](0x0,0x3)+'span',_0x5618a6='min'+_0x5ec607,_0x46071b='max'+_0x5ec607;if(!_0x4e7cba['isInContent'])continue;if(_0x411a2b!=_0x4e7cba['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4e7cba['isIntersectingWithRange'](_0x153b79))continue;const _0x493008=_0x36356c['hasAttribute'](_0x3b452b)?_0x36356c['getAttribute'](_0x3b452b)-0x1:0x0,_0x1bd0f8=this['_getSuggestionCoords'](_0x4e7cba),_0x4dac12=_0x1bd0f8[_0x5618a6],_0x2911e0=_0x1bd0f8[_0x46071b];_0x4dac12<=_0xe836c0[_0xd0a805]&&_0xe836c0[_0xd0a805]+_0x493008<=_0x2911e0&&(_0x4e7cba['addRange'](_0x153b79),_0x3b8074=!0x0);}return _0x3b8074;};_0x476a8c['model']['document']['registerPostFixer'](_0x199359=>{let _0x4ec667=!0x1;for(const _0x2f2b79 of _0x476a8c['model']['document']['differ']['getChanges']())if('insert'==_0x2f2b79['type']){if('tableRow'==_0x2f2b79['name']){for(const _0x91729d of _0x2f2b79['position']['nodeAfter']['getChildren']())_0x4ec667=_0x4ec667||_0x83b90f(_0x91729d,_0x199359);}else'tableCell'==_0x2f2b79['name']&&(_0x4ec667=_0x4ec667||_0x83b90f(_0x2f2b79['position']['nodeAfter'],_0x199359));}return _0x4ec667;});}['_getSuggestionCoords'](_0x5a41db){return this['_getCoordsForCells'](_0x5a41db['getRanges']()['map'](_0x5f1dfa=>_0x5f1dfa['start']['nodeAfter']));}}function Ee(_0x165441){return Array['from'](new Set(_0x165441)['values']());}class St extends _0x59c88b{static get['requires'](){return[jt];}['afterInit'](){const _0x216ac1=this['editor'],_0x480c93=_0x216ac1['model']['document']['selection'],_0x5804f1=_0x216ac1['locale'];if(!_0x216ac1['plugins']['has']('TableEditing'))return;const _0x350cf3=_0x216ac1['plugins']['get']('TrackChangesEditing'),_0x5c6089=_0x216ac1['plugins']['get']('TableUtils'),_0x3ff3bb=_0x216ac1['plugins']['get'](jt);_0x3ff3bb['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x350cf3['enableCommand']('mergeTableCells',()=>{const _0x1aae3a=_0x5c6089['getSelectionAffectedTableCells'](_0x216ac1['model']['document']['selection']);_0x216ac1['model']['change'](()=>{_0x350cf3['markMultiRangeBlockFormat'](_0x1aae3a,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x216ac1['commands']['get']('mergeTableCells')['on']('execute',(_0x5ef7a4,_0x5f1bfc)=>{_0x216ac1['commands']['get']('trackChanges')['value']&&(_0x5f1bfc['length']>0x0&&_0x5f1bfc[_0x5f1bfc['length']-0x1]&&_0x5f1bfc[_0x5f1bfc['length']-0x1]['forceDefaultExecution']||_0x350cf3['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x5ef7a4['stop']());},{'priority':'highest'});for(const _0x2e20d1 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x21f13f=_0x216ac1['commands']['get'](_0x2e20d1);_0x350cf3['enableCommand'](_0x2e20d1,()=>{const _0x5ed807=_0x216ac1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1a0759=>_0x1a0759['is']('element','tableCell')),_0x329e49=_0x21f13f['value'];_0x216ac1['model']['change'](()=>{_0x350cf3['markMultiRangeBlockFormat']([_0x5ed807,_0x329e49],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x43ba6a of['splitTableCellVertically','splitTableCellHorizontally']){const _0x758a2e=_0x216ac1['commands']['get'](_0x43ba6a);_0x350cf3['enableCommand'](_0x43ba6a,()=>{const _0x15abbf=_0x5c6089['getSelectionAffectedTableCells'](_0x216ac1['model']['document']['selection'])[0x0],_0x5627bb=_0x15abbf['findAncestor']('table'),{column:_0x87cd9b,row:_0x1ca5d0}=_0x5c6089['getCellLocation'](_0x15abbf);let _0x2eb231=[];if('horizontally'==_0x758a2e['direction']){const _0x1bbe94=_0x5c6089['createTableWalker'](_0x5627bb,{'startRow':_0x1ca5d0,'endRow':_0x1ca5d0,'includeAllSlots':!0x0});_0x2eb231=Array['from'](_0x1bbe94)['map'](_0x4b3bd2=>_0x4b3bd2['cell']);}else{const _0x5c0869=_0x5c6089['createTableWalker'](_0x5627bb,{'column':_0x87cd9b,'includeAllSlots':!0x0});_0x2eb231=Array['from'](_0x5c0869)['map'](_0x31d9ac=>_0x31d9ac['cell']);}_0x216ac1['model']['change'](_0x2605c3=>{_0x350cf3['markBlockFormat'](_0x2605c3['createRangeOn'](_0x15abbf),{'commandName':_0x43ba6a,'commandParams':[]},_0x2eb231,_0x43ba6a);});});}_0x350cf3['descriptionFactory']['registerDescriptionCallback'](_0x1be17e=>{if('formatBlock'!=_0x1be17e['type']&&'formatInline'!=_0x1be17e['type'])return;const {data:_0x2dd550}=_0x1be17e;return _0x2dd550&&'mergeTableCells'==_0x2dd550['commandName']?{'type':'format','content':o(_0x5804f1,'*Merge\x20cells*')}:void 0x0;}),_0x350cf3['descriptionFactory']['registerDescriptionCallback'](_0x18b977=>{if('formatBlock'!=_0x18b977['type']&&'formatInline'!=_0x18b977['type'])return;const {data:_0x12a49a}=_0x18b977;return _0x12a49a?'splitTableCellVertically'==_0x12a49a['commandName']?{'type':'format','content':o(_0x5804f1,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x12a49a['commandName']?{'type':'format','content':o(_0x5804f1,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x51208f=_0x3ff3bb['_acceptFormatSuggestionCallbackFactory']();for(const _0x576a4e of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x350cf3['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x576a4e,'accept',_0x51208f);for(const _0x511bd1 of['splitTableCellVertically','splitTableCellHorizontally'])_0x350cf3['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x511bd1,'accept',_0x51208f);_0x350cf3['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x9697e7=>{_0x216ac1['model']['change'](_0x55ff05=>{const _0x147500=Array['from'](_0x480c93['getRanges']())['map'](_0x4be682=>_0x273003['fromRange'](_0x4be682));_0x55ff05['setSelection'](_0x9697e7),_0x216ac1['commands']['get']('mergeTableCells')['refresh'](),_0x216ac1['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1de6ef=_0x147500['filter'](_0x33ce29=>'$graveyard'!=_0x33ce29['root']['rootName']);_0x1de6ef['length']>0x0&&_0x55ff05['setSelection'](_0x1de6ef);for(const _0x26a851 of _0x147500)_0x26a851['detach']();});});for(const _0x106c52 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x44f3f0=_0x216ac1['commands']['get'](_0x106c52);_0x44f3f0['on']('set:isEnabled',(_0x1ebe04,_0x2d398c,_0xebfc4b)=>{if(_0xebfc4b){const _0x574842=_0x216ac1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1011a1=>_0x1011a1['is']('element','tableCell'));this['_areMergableCells'](_0x44f3f0['value'],_0x574842)||(_0x1ebe04['return']=!0x1,_0x1ebe04['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x12b2b5=this['editor']['commands']['get']('mergeTableCells'),_0x2e4500=this['editor']['plugins']['get']('TableUtils');if(!_0x12b2b5['isEnabled'])return!0x1;const _0x31b02e=_0x2e4500['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x665eb3 of _0x31b02e)for(const _0x376bb2 of _0x31b02e)if(_0x665eb3!=_0x376bb2&&!this['_areMergableCells'](_0x665eb3,_0x376bb2))return!0x1;return!0x0;}['_areMergableCells'](_0x59722f,_0x44ac45){const _0x28e8dd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x16ce66=this['editor']['model']['createRangeOn'](_0x59722f),_0x247769=this['editor']['model']['createRangeOn'](_0x44ac45),_0x1783cb=new Set(),_0x58b641=new Set();for(const _0x43e861 of _0x28e8dd['getSuggestions']())if(('insertion'==_0x43e861['type']||'deletion'==_0x43e861['type']||'mergeTableCells'==_0x43e861['subType'])&&_0x43e861['isInContent']){for(const _0x340496 of _0x43e861['getRanges']())_0x340496['containsRange'](_0x16ce66,!0x0)&&_0x1783cb['add'](_0x43e861['type']+':'+_0x43e861['author']['id']),_0x340496['containsRange'](_0x247769,!0x0)&&_0x58b641['add'](_0x43e861['type']+':'+_0x43e861['author']['id']);}if(_0x1783cb['size']!=_0x58b641['size'])return!0x1;for(const _0x383e9c of _0x1783cb)if(!_0x58b641['has'](_0x383e9c))return!0x1;return!0x0;}}class At extends _0x59c88b{static get['requires'](){return[jt];}['afterInit'](){const _0x4f74b1=this['editor'];if(!_0x4f74b1['plugins']['has']('TableEditing'))return;const _0x2e2ea0=_0x4f74b1['locale'],_0x2a6551=_0x4f74b1['plugins']['get']('TrackChangesEditing');_0x2a6551['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2a6551['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2a6551['registerBlockAttribute']('headingRows'),_0x2a6551['registerBlockAttribute']('headingColumns'),_0x2a6551['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x2e2ea0,'FORMAT_HEADER_ROW')),_0x2a6551['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x2e2ea0,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3d0200=this['editor']['plugins']['get']('TrackChangesEditing'),_0xc880d8=this['editor']['plugins']['get']('TableUtils'),_0x281069=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x3de6cd({showActiveMarker:_0x13b43c=!0x0,setDataAttribute:_0x51a772=!0x0}={}){return(_0x5e15e8,_0x3b9a55,_0x2df4ae)=>{const {type:_0x5f059c,id:_0x44a5c6}=_0x3d0200['_splitMarkerName'](_0x3b9a55['markerName']),_0x122905=_0x3d0200['getSuggestion'](_0x44a5c6),_0x5abd84=_0x122905['data'];if('formatBlock'!=_0x122905['type']||!_0x5abd84||'setTableColumnHeader'!=_0x5abd84['commandName'])return;if(_0x3b9a55['item'])return void _0x5e15e8['stop']();if(!_0x2df4ae['consumable']['consume'](_0x3b9a55['markerRange'],_0x5e15e8['name']))return;const _0x9d3027=_0x3b9a55['markerRange']['start']['nodeAfter'],_0x561b8b=_0x3b9a55['markerRange']['end']['nodeBefore'],_0x3388a8=_0x9d3027['parent']['parent'],{column:_0x4b969e}=_0xc880d8['getCellLocation'](_0x9d3027),{column:_0x5c71c0}=_0xc880d8['getCellLocation'](_0x561b8b);for(let _0x52b53a=_0x4b969e;_0x52b53a<=_0x5c71c0;_0x52b53a++){const _0x377ec8=_0xc880d8['createTableWalker'](_0x3388a8,{'column':_0x52b53a,'includeAllSlots':!0x1});for(const _0x49124b of _0x377ec8){const _0x5f440b=_0x49124b['cell'],_0x8a6d39=_0x2df4ae['mapper']['toViewElement'](_0x5f440b);_0x2df4ae['writer']['addClass']('ck-suggestion-marker-'+_0x5f059c,_0x8a6d39),_0x51a772&&_0x2df4ae['writer']['setAttribute']('data-suggestion',_0x44a5c6,_0x8a6d39),_0x2df4ae['mapper']['bindElementToMarker'](_0x8a6d39,_0x3b9a55['markerName']),_0x13b43c&&(_0x3d0200['activeMarkers']['includes'](_0x3b9a55['markerName'])?_0x2df4ae['writer']['addClass']('ck-suggestion-marker--active',_0x8a6d39):_0x2df4ae['writer']['removeClass']('ck-suggestion-marker--active',_0x8a6d39));}}};}_0x3d0200['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x281069),_0x3d0200['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x281069),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x3de6cd(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5aceec,_0x6268c2,_0x3236e1)=>{_0x3236e1['options']['showSuggestionHighlights']&&_0x3de6cd({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5aceec,_0x6268c2,_0x3236e1);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x31deb8,_0x31d235,_0xa31a29)=>{const {type:_0x5a575b,id:_0x3a5186}=_0x3d0200['_splitMarkerName'](_0x31d235['markerName']),_0x50e8b7=_0x3d0200['getSuggestion'](_0x3a5186),_0x59ea0c=_0x50e8b7['data'];if('formatBlock'!=_0x50e8b7['type']||!_0x59ea0c||'setTableColumnHeader'!=_0x59ea0c['commandName'])return;const _0x568568=_0xa31a29['mapper']['markerNameToElements'](_0x31d235['markerName']);if(_0x568568){for(const _0x813028 of _0x568568)_0xa31a29['writer']['removeClass']('ck-suggestion-marker-'+_0x5a575b,_0x813028),_0xa31a29['writer']['removeClass']('ck-suggestion-marker--active',_0x813028),_0xa31a29['writer']['removeAttribute']('data-suggestion',_0x813028),_0xa31a29['mapper']['unbindElementFromMarkerName'](_0x813028,_0x31d235['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x301fe5=this['editor'],_0x5950fc=_0x301fe5['locale'];function _0x4a7d1b(_0x39ce35){return{'type':'format','content':o(_0x5950fc,'*Format:*\x20%0',_0x39ce35)};}_0x301fe5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35b8a4=>{if('formatBlock'!=_0x35b8a4['type'])return;const {data:_0x430ce1}=_0x35b8a4;if(_0x430ce1){if('setTableRowHeader'==_0x430ce1['commandName']){const _0xe75033=_0x430ce1['commandParams'][0x0]['forceValue'];return _0x4a7d1b(o(_0x5950fc,_0xe75033?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x430ce1['commandName']){const _0x36ec23=_0x430ce1['commandParams'][0x0]['forceValue'];return _0x4a7d1b(o(_0x5950fc,_0x36ec23?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x38782d=>[_0x38782d,null]));class It extends _0x59c88b{static get['requires'](){return[jt];}['afterInit'](){const _0x171f85=this['editor'];if(!_0x171f85['plugins']['has']('TableClipboard'))return;const _0x4459e9=_0x171f85['plugins']['get']('TrackChangesEditing'),_0xdbc524=_0x171f85['plugins']['get']('TableUtils'),_0x529e3f=_0x171f85['plugins']['get'](jt),_0x31b61f=_0x171f85['plugins']['get']('TableClipboard');_0x529e3f['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x171f85['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x171f85['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x48b3a9=null;_0x171f85['model']['on']('insertContent',(_0x57e362,_0x38150d)=>{const [_0x31d858,_0x24b667]=_0x38150d,_0x169655=_0x38150d[_0x38150d['length']-0x1];_0x169655&&_0x169655['forceDefaultExecution']||_0x4459e9['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x1bfc5e,_0x5c33cb,_0x51f760,_0x365f85,_0x41deff){if(_0x5c33cb&&!_0x5c33cb['is']('documentSelection'))return!0x1;const _0x2bc9b7=_0x41deff['getTableIfOnlyTableInContent'](_0x1bfc5e,_0x51f760);if(!_0x2bc9b7||!he(_0x2bc9b7,void 0x0,_0x365f85))return!0x1;const _0x1104e5=_0x365f85['getSelectionAffectedTableCells'](_0x51f760['document']['selection']);if(!_0x1104e5['length'])return!0x1;const _0x1b649e=_0x1104e5[0x0]['findAncestor']('table'),_0x1014fd=_0x365f85['getRowIndexes'](_0x1104e5),_0x2913b4=_0x365f85['getColumnIndexes'](_0x1104e5),_0x1c831a={'startRow':_0x1014fd['first'],'endRow':_0x1014fd['last'],'startColumn':_0x2913b4['first'],'endColumn':_0x2913b4['last']};return 0x1==_0x1104e5['length']&&(_0x1c831a['endRow']+=_0x365f85['getRows'](_0x2bc9b7)-0x1,_0x1c831a['endColumn']+=_0x365f85['getColumns'](_0x2bc9b7)-0x1),he(_0x1b649e,_0x1c831a,_0x365f85);}(_0x31d858,_0x24b667,_0x171f85['model'],_0xdbc524,_0x31b61f)&&(_0x57e362['stop'](),_0x48b3a9={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x171f85['model']['change'](()=>{_0x171f85['model']['insertContent'](_0x38150d[0x0],_0x38150d[0x1],_0x38150d[0x2],{'forceDefaultExecution':!0x0});const _0x37f202=_0x572f80(),{rowInsertionRanges:_0x19a60d,columnInsertionRanges:_0x59e866,insertionRanges:_0x33d3ea,deletionRanges:_0x39a69d,cells:_0x3b9831}=_0x48b3a9;_0x19a60d['length']&&_0x4459e9['markMultiRangeInsertion'](_0x19a60d,'tablePasteRow',{'tablePasteChainId':_0x37f202}),_0x59e866['length']&&_0x4459e9['markMultiRangeInsertion'](_0x59e866,'tablePasteColumn',{'tablePasteChainId':_0x37f202}),_0x33d3ea['length']&&(_0x4459e9['markMultiRangeInsertion'](_0x33d3ea,'tablePaste',{'tablePasteChainId':_0x37f202,'skipNestingCheck':!0x0}),_0x33d3ea['forEach'](_0x5dd253=>_0x5dd253['detach']?.())),_0x39a69d['length']&&(_0x4459e9['markMultiRangeDeletion'](_0x39a69d,'tablePaste',{'tablePasteChainId':_0x37f202,'skipNestingCheck':!0x0}),_0x39a69d['forEach'](_0xf8e319=>_0xf8e319['detach']?.()));const _0x2ce98e=_0x4459e9['markMultiRangeBlockFormat'](_0x3b9831['map'](({element:_0x3e2c25})=>_0x3e2c25),{'formatGroupId':_0x572f80()},[],'tablePasteCell',{'tablePasteChainId':_0x37f202});if(_0x2ce98e){const _0x587651=_0x2ce98e['getMarkers'](),_0x5b901d=[];for(const {element:_0x4c251a,attributes:_0x4c3bde}of _0x3b9831){if(!_0x4c3bde)continue;const _0x5890cd=_0x171f85['model']['createRangeOn'](_0x4c251a),_0x55d773=_0x587651['find'](_0xa2e968=>_0xa2e968['getRange']()['isEqual'](_0x5890cd));_0x55d773&&_0x5b901d['push']([_0x55d773['name'],_0x4c3bde]);}_0x5b901d['length']&&_0x2ce98e['setAttribute']('markerAttributes',Object['fromEntries'](_0x5b901d));}_0x48b3a9=null;}));},{'priority':_0x52fe0a['high']+0xa}),_0x171f85['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x16c572,_0x3151ac)=>{const [_0x4ad24e,_0x37ab5c,,_0x412192]=_0x3151ac;if(!_0x48b3a9)return;_0x16c572['stop']();const _0x56c68b=_0x4ad24e['cell'],_0x3c5f38=_0x37ab5c,_0x36c409=Pe(_0x56c68b),_0x5de189=Pe(_0x3c5f38);_0x16c572['return']=_0x56c68b;let _0x3448b3=null,_0x2ea8df=null;if(_0x5de189||_0x36c409){if(_0x36c409&&!_0x5de189){_0x412192['remove'](_0x56c68b['getChild'](0x0));for(const _0x1f8192 of Array['from'](_0x3c5f38['getChildren']()))_0x412192['insert'](_0x1f8192,_0x56c68b,'end');const _0xc2ea8b=_0x48b3a9['rowInsertionIndexes']['includes'](_0x4ad24e['row']),_0x5358ae=_0x48b3a9['columnInsertionIndexes']['includes'](_0x4ad24e['column']);_0xc2ea8b||_0x5358ae||(_0x3448b3=_0x273003['fromRange'](_0x412192['createRangeIn'](_0x56c68b)));}else _0x5de189&&!_0x36c409&&(_0x2ea8df=_0x412192['createRangeIn'](_0x56c68b));}else{const _0x53de23=_0x412192['createElement']('tableCellSuggestion'),_0x5506c2=_0x412192['createElement']('tableCellSuggestion');_0x412192['wrap'](_0x412192['createRangeIn'](_0x56c68b),_0x5506c2),_0x412192['insert'](_0x53de23,_0x56c68b,0x0);for(const _0x2d17d0 of Array['from'](_0x3c5f38['getChildren']()))_0x412192['insert'](_0x2d17d0,_0x53de23,'end');_0x3448b3=_0x273003['fromRange'](_0x412192['createRangeOn'](_0x53de23)),_0x2ea8df=_0x273003['fromRange'](_0x412192['createRangeOn'](_0x5506c2));}const _0x3db4e6=Array['from'](_0x3c5f38['getAttributes']())['filter'](([_0x35505f])=>ge['includes'](_0x35505f));_0x48b3a9['cells']['push']({'element':_0x56c68b,'attributes':_0x3db4e6['length']?Object['fromEntries'](_0x3db4e6):null}),_0x3448b3&&_0x48b3a9['insertionRanges']['push'](_0x3448b3),_0x2ea8df&&_0x48b3a9['deletionRanges']['push'](_0x2ea8df);},{'priority':'high'}),_0xdbc524['on']('insertColumns',(_0x512d35,_0x22c432)=>{const [_0x4374a8,_0x16735c={}]=_0x22c432;if(!_0x48b3a9)return;const _0x54862e=_0x16735c['at']||0x0,_0x39d269=_0x16735c['columns']||0x1;_0x48b3a9['columnInsertionIndexes']=new Array(_0x39d269)['fill'](_0x54862e)['map']((_0x3553da,_0x5a6c89)=>_0x3553da+_0x5a6c89);for(const {cell:_0x4ae930}of _0xdbc524['createTableWalker'](_0x4374a8,{'startColumn':_0x54862e,'endColumn':_0x54862e+_0x39d269-0x1}))_0x48b3a9['columnInsertionRanges']['push'](_0x171f85['model']['createRangeOn'](_0x4ae930));},{'priority':'low'}),_0xdbc524['on']('insertRows',(_0x393e9b,_0x36f7b9)=>{const [_0xf8ae9d,_0x45dbe8={}]=_0x36f7b9;if(!_0x48b3a9)return;const _0x595515=_0x45dbe8['at']||0x0,_0x7c0580=_0x45dbe8['rows']||0x1;_0x48b3a9['rowInsertionIndexes']=new Array(_0x7c0580)['fill'](_0x595515)['map']((_0x570796,_0x26b73c)=>_0x570796+_0x26b73c);for(const {cell:_0x25b6e7}of _0xdbc524['createTableWalker'](_0xf8ae9d,{'startRow':_0x595515,'endRow':_0x595515+_0x7c0580-0x1}))_0x48b3a9['rowInsertionRanges']['push'](_0x171f85['model']['createRangeOn'](_0x25b6e7));},{'priority':'low'}),_0x4459e9['descriptionFactory']['registerDescriptionCallback'](_0x2435bd=>{if(_0x2435bd['subType']&&_0x2435bd['subType']['startsWith']('tablePaste'))return _0x2435bd['previous']?{}:{'type':'insertion','content':o(_0x171f85['locale'],'*Replace\x20table\x20cells*')};});const _0xd58cc1=()=>!0x1;for(const _0x14c039 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4459e9['_suggestionFactory']['registerCustomCallback']('insertion',_0x14c039,'join',_0xd58cc1),_0x4459e9['_suggestionFactory']['registerCustomCallback']('deletion',_0x14c039,'join',_0xd58cc1),_0x4459e9['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x14c039,'join',_0xd58cc1);_0x4459e9['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xd58cc1),_0x4459e9['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x1d3cf3,_0x3bacbf,_0x48d137)=>{const _0x5b0200=_0x1d3cf3['map'](_0x563d7c=>_0x563d7c['getContainedElement']())['filter'](_0x5cce77=>_0x5cce77),_0x541046=new Map(_0x5b0200['map'](_0x561cac=>[_0x561cac,null]));if(_0x48b3a9){for(const {element:_0x412066,attributes:_0x316037}of _0x48b3a9['cells'])_0x316037&&_0x541046['set'](_0x412066,_0x316037);}else{if(_0x48d137&&_0x48d137['markerAttributes'])for(const [_0x110a0c,_0x2553a9]of Object['entries'](_0x48d137['markerAttributes'])){const _0x425c48=_0x171f85['model']['markers']['get'](_0x110a0c),_0x4ea7b7=_0x425c48?_0x425c48['getRange']()['getContainedElement']():null;_0x4ea7b7&&_0x541046['set'](_0x4ea7b7,_0x2553a9);}}_0x171f85['model']['change'](_0x2cc931=>{for(const [_0x14e3a1,_0x152907]of _0x541046)_0x2cc931['setAttributes']({...Ce,..._0x152907},_0x14e3a1);});});const _0x587158=(_0x455782,_0x5b898a)=>{_0x4459e9['_suggestionFactory']['registerCustomCallback'](_0x455782,'tablePaste',_0x5b898a,(_0x3dea6b,_0x339c87,_0x2d1c60)=>{_0x171f85['model']['change'](_0x284549=>{const _0x2bc48b=[];for(const _0x2a9313 of _0x3dea6b){const _0x41672b=_0x2a9313['start']['nodeAfter'];_0x41672b['is']('element','tableCellSuggestion')&&_0x2bc48b['push'](_0x41672b);}_0x4459e9['_suggestionFactory']['getSuggestionCallback'](_0x455782,null,_0x5b898a)(_0x3dea6b,_0x339c87,_0x2d1c60);for(const _0xebc5f of _0x2bc48b)'$graveyard'!=_0xebc5f['root']['rootName']&&_0x284549['unwrap'](_0xebc5f);});});};_0x587158('insertion','accept'),_0x587158('insertion','discard'),_0x587158('deletion','accept'),_0x587158('deletion','discard'),_0x4459e9['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x2a2e9e=>{const _0x33952d=_0x2a2e9e['map'](_0x4b26c6=>_0x4b26c6['getContainedElement']()),_0x55d94e=_0x33952d[0x0]['findAncestor']('table'),{minRow:_0x487748,maxRow:_0xaf6663}=_0x529e3f['_getCoordsForCells'](_0x33952d);_0xdbc524['removeRows'](_0x55d94e,{'at':_0x487748,'rows':_0xaf6663-_0x487748+0x1});}),_0x4459e9['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x10c544=>{const _0x54eff1=_0x10c544['map'](_0x958822=>_0x958822['getContainedElement']()),_0x1a8749=_0x54eff1[0x0]['findAncestor']('table'),{minColumn:_0x5eb542,maxColumn:_0x2f3d8e}=_0x529e3f['_getCoordsForCells'](_0x54eff1);_0xdbc524['removeColumns'](_0x1a8749,{'at':_0x5eb542,'columns':_0x2f3d8e-_0x5eb542+0x1});});const _0x36797f=(_0x5b95c0,_0x2b7e00)=>{if(!_0x2b7e00['subType']||!_0x2b7e00['subType']['startsWith']('tablePaste'))return;const _0x454393=_0x2b7e00['attributes']['tablePasteChainId'],_0x137580=_0x4459e9['getSuggestions']()['filter'](_0x17a94a=>_0x17a94a['isInContent']&&_0x17a94a['attributes']&&_0x17a94a['attributes']['tablePasteChainId']==_0x454393);_0x137580['length']&&_0x2b7e00['getAllAdjacentSuggestions']()['length']!=_0x137580['length']&&_0x137580['reduce']((_0x4e37f4,_0x23c7cd)=>(_0x4e37f4['next']=_0x23c7cd,_0x23c7cd['previous']=_0x4e37f4,_0x23c7cd));};function _0x2d156e(_0x4f325b,_0x3fea5a=!0x0){const {id:_0x32e810}=_0x4459e9['_splitMarkerName'](_0x4f325b['markerName']),_0x126ec8=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xadd955=_0x4459e9['activeMarkers']['includes'](_0x4f325b['markerName']);return _0xadd955&&_0x126ec8['push']('ck-suggestion-marker--active'),{'classes':_0x126ec8,'attributes':{'data-suggestion':_0x32e810},'priority':_0xadd955&&_0x3fea5a?0xbc2:0xbb8};}_0x4459e9['on']('suggestionLoaded',_0x36797f,{'priority':'high'}),_0x4459e9['on']('suggestionUnloaded',_0x36797f,{'priority':'high'}),_0x171f85['model']['document']['registerPostFixer'](()=>{let _0x1720a4=!0x1;const _0x5af1dc=Array['from'](_0x171f85['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x41208d,data:_0xe9b542}of _0x5af1dc){const {group:_0x49745b,type:_0x294852,id:_0x21f122}=_0x4459e9['_splitMarkerName'](_0x41208d);if('suggestion'!=_0x49745b||'deletion'!=_0x294852||_0xe9b542['oldRange'])continue;if(!_0x4459e9['hasSuggestion'](_0x21f122))continue;const _0x485714=_0x4459e9['getSuggestion'](_0x21f122)['getRanges'](),_0x1df0b6=_0x171f85['plugins']['get']('Users')['me'];for(const _0xdfa652 of _0x4459e9['getSuggestions']()){if(!_0xdfa652['isInContent']||_0xdfa652['author']!=_0x1df0b6)continue;if('formatBlock'!=_0xdfa652['type']||'tablePasteCell'!=_0xdfa652['subType'])continue;if(_0xdfa652['getRanges']()['every'](_0x5936c0=>_0x485714['some'](_0x2def49=>_0x2def49['containsRange'](_0x5936c0,!0x0)))){for(const _0x54fb66 of _0xdfa652['getAllAdjacentSuggestions']())_0x54fb66['isInContent']&&(_0x54fb66['discard'](),_0x1720a4=!0x0);}}}return _0x1720a4;}),_0x171f85['model']['document']['registerPostFixer'](_0x1eb97f=>{const _0x4b019a=_0x171f85['commands']['get']('redo');if(!_0x4b019a||!_0x4b019a['_createdBatches']['has'](_0x1eb97f['batch']))return!0x1;let _0x3eaec5=!0x1;const _0x4c8061=_0x171f85['plugins']['get']('Users')['me'],_0x278703=_0x171f85['model']['document']['differ']['getChanges'](),_0x7d2de9=Array['from'](_0x171f85['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x48a7d9,data:_0x345905})=>{const {group:_0x3ae696,subType:_0xbabaf,authorId:_0xaadc7a}=_0x4459e9['_splitMarkerName'](_0x48a7d9);return'suggestion'==_0x3ae696&&'tablePaste'==_0xbabaf&&_0xaadc7a==_0x4c8061['id']&&!_0x345905['oldRange'];});for(const _0x55a082 of _0x278703){if('insert'!=_0x55a082['type']||'tableCellSuggestion'!=_0x55a082['name']||0x1!=_0x55a082['length'])continue;const _0x88e524=_0x1eb97f['createRange'](_0x55a082['position'],_0x55a082['position']['getShiftedBy'](0x1));if(!_0x7d2de9['find'](({data:_0xfb2e95})=>_0xfb2e95['newRange']['isEqual'](_0x88e524))){for(const {name:_0xf6647b,data:_0x374a62}of _0x7d2de9)if(_0x88e524['containsRange'](_0x374a62['newRange'])){_0x1eb97f['updateMarker'](_0xf6647b,{'range':_0x88e524}),_0x3eaec5=!0x0;break;}}}return _0x3eaec5;}),_0x171f85['model']['document']['registerPostFixer'](_0x374417=>{let _0x498fcb=!0x1;const _0x35cca5=_0x171f85['plugins']['get']('Users')['me'],_0xaaa52c=_0x4459e9['getSuggestions']()['filter'](_0x1dff2b=>_0x1dff2b['isInContent']&&_0x1dff2b['author']==_0x35cca5),_0x433b7f=new Set(),_0x25fe46=new Set();for(const _0x54c54c of _0xaaa52c)if('tablePaste'==_0x54c54c['subType'])for(const _0x217c12 of _0x54c54c['getMarkers']()){const _0x3c0ad3=_0x217c12['getRange']()['getContainedElement']();if(_0x3c0ad3){if(_0x3c0ad3['is']('element','tableCellSuggestion')&&Pe(_0x3c0ad3)){_0x54c54c['removeMarker'](_0x217c12['name']),_0x433b7f['add'](_0x3c0ad3),_0x498fcb=!0x0;const _0x490442=_0x3c0ad3['nextSibling'],_0x55963f=_0x3c0ad3['previousSibling'],_0x23f7b2=_0x490442&&_0x490442['is']('element','tableCellSuggestion'),_0x41ea06=_0x55963f&&_0x55963f['is']('element','tableCellSuggestion');_0x23f7b2&&!_0x433b7f['has'](_0x490442)&&_0x25fe46['add'](_0x490442),_0x41ea06&&!_0x433b7f['has'](_0x55963f)&&_0x25fe46['add'](_0x55963f);}else _0x3c0ad3['is']('element','paragraph')&&_0x3c0ad3['isEmpty']&&(_0x54c54c['removeMarker'](_0x217c12['name']),_0x498fcb=!0x0);}}else{if('tablePasteCell'==_0x54c54c['subType']){if(!_0x54c54c['attributes']||!_0x54c54c['attributes']['tablePasteChainId'])continue;const _0x3a22a5=_0x54c54c['attributes']['markerAttributes'];if(_0x3a22a5&&Object['keys'](_0x3a22a5)['length'])continue;const _0x3dc997=_0x54c54c['attributes']['tablePasteChainId'];let _0xb22b5f=!0x0,_0x3b63ec=!0x0;for(const _0x49f3bd of _0xaaa52c)if(_0x49f3bd['subType']&&_0x49f3bd['subType']['startsWith']('tablePaste')){if(!_0x49f3bd['attributes']['tablePasteChainId']){_0x3b63ec=!0x1;break;}if(_0x49f3bd['id']!=_0x54c54c['id']&&_0x49f3bd['attributes']['tablePasteChainId']==_0x3dc997){_0xb22b5f=!0x1;break;}}_0x3b63ec&&_0xb22b5f&&(_0x54c54c['removeMarkers'](),_0x498fcb=!0x0);}}for(const _0x133d7c of _0x433b7f)_0x374417['remove'](_0x133d7c);for(const _0x4a00a8 of _0x25fe46)_0x374417['unwrap'](_0x4a00a8);return _0x498fcb;}),_0x171f85['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x6cebd,_0x39282d)=>_0x2d156e(_0x6cebd),'converterPriority':'high'}),_0x171f85['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3ad44b,_0x262a55)=>_0x262a55['options']['showSuggestionHighlights']?_0x2d156e(_0x3ad44b,!0x1):null,'converterPriority':'high'});const _0x13c3c8=_0x171f85['editing']['view'];this['listenTo'](_0x13c3c8['document'],'clipboardOutput',(_0x1a313a,_0x59f7fd)=>{const _0x5d7f52=[];for(const _0x3e860a of _0x13c3c8['createRangeIn'](_0x59f7fd['content'])['getItems']())_0x3e860a['is']('element','suggestion-td')&&_0x5d7f52['push'](_0x3e860a);_0x13c3c8['change'](_0x4b5a95=>{for(const _0x2b3ff4 of _0x5d7f52)_0x4b5a95['move'](_0x4b5a95['createRangeIn'](_0x2b3ff4),_0x4b5a95['createPositionBefore'](_0x2b3ff4)),_0x4b5a95['remove'](_0x2b3ff4);});});}}function Pe(_0x578058){if(_0x578058['isEmpty'])return!0x0;const _0x1ee0b4=_0x578058['getChild'](0x0);return _0x1ee0b4['is']('element','paragraph')&&_0x1ee0b4['isEmpty'];}function he(_0x1a1ebb,_0x579610={},_0x3b3996){for(const {isAnchor:_0x454e1d,cellHeight:_0x4e06ca,cellWidth:_0x4bdf7b}of _0x3b3996['createTableWalker'](_0x1a1ebb,{'includeAllSlots':!0x0,..._0x579610}))if(!_0x454e1d||0x1!=_0x4e06ca||0x1!=_0x4bdf7b)return!0x1;return!0x0;}class vt extends _0x59c88b{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x4425b2=this['editor']['plugins']['get']('TrackChangesEditing');_0x4425b2['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x4425b2['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x4425b2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4425b2['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x4425b2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x4425b2['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x3710b0,_0x23448a){const _0x3cf45a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1b217a=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x6108c4=_0x23448a['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x54ff56=_0x1b217a['getColumnGroupElement'](_0x6108c4);let _0x30715d=_0x54ff56?_0x1b217a['getTableColumnsWidths'](_0x54ff56):null,_0x557a65=_0x6108c4['getAttribute']('tableWidth')||null;const _0x49a46a=_0x23448a['tableWidth']||_0x557a65,_0x2fa435=_0x23448a['columnWidths']||_0x30715d,_0x70273b=this['editor']['plugins']['get']('Users')['me'];for(const _0x263cfc of _0x3cf45a['getSuggestions']()){const _0x487192=_0x263cfc['getContainedElement']();if('resizeTable'===_0x263cfc['subType']&&_0x487192===_0x6108c4){_0x263cfc['author']!==_0x70273b&&_0x263cfc['discard']();const _0x498d7b=_0x263cfc['data']['commandParams'];_0x557a65=_0x498d7b[0x0]['tableWidth'],_0x30715d=_0x498d7b[0x0]['columnWidths'];break;}}_0x3710b0({'table':_0x6108c4,'tableWidth':_0x49a46a,'columnWidths':_0x2fa435}),_0x3cf45a['markBlockFormat'](_0x6108c4,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x557a65,'columnWidths':_0x30715d}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x8df26){if('formatBlock'!=_0x8df26['type']&&'formatInline'!=_0x8df26['type'])return;const {data:_0x272767}=_0x8df26;if(_0x272767&&'resizeTable'===_0x272767['formatGroupId']){const _0x8b43d3='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x8b43d3)};}}}class Ct extends _0x59c88b{['afterInit'](){const _0x620121=this['editor'];_0x620121['plugins']['has']('Template')&&_0x620121['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x59c88b{['afterInit'](){const _0x3531c7=this['editor'];if(!_0x3531c7['commands']['get']('insertTableOfContents'))return;_0x3531c7['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x56d554=_0x3531c7['plugins']['get']('TrackChangesEditing'),_0x12dc06=_0x3531c7['locale'];_0x56d554['descriptionFactory']['registerElementLabel']('tableOfContents',_0x500926=>o(_0x12dc06,'ELEMENT_TABLE_OF_CONTENTS',_0x500926));}}class Dt extends _0x59c88b{['afterInit'](){const _0x23fbba=this['editor'];if(!_0x23fbba['plugins']['has']('Title'))return;const _0x54d316=_0x23fbba['plugins']['get']('TrackChangesEditing');_0x54d316['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x23fbba['locale'],'ELEMENT_TITLE')),_0x23fbba['model']['document']['registerPostFixer'](_0x3b6aa0=>{let _0x44dead=!0x1;const _0x211358=Array['from'](_0x23fbba['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1f05f1,data:_0x550e12}of _0x211358){const {group:_0x5c3536}=_0x54d316['_splitMarkerName'](_0x1f05f1);if('suggestion'!==_0x5c3536||!_0x550e12['newRange'])continue;const _0x33ac04=_0x550e12['newRange'],_0x11ad57=_0x33ac04['end']['nodeBefore'];if(!_0x11ad57||!_0x11ad57['is']('element','title-content'))continue;if(!_0x33ac04['start']['isTouching'](_0x33ac04['end']))continue;const _0x580c52=_0x23fbba['model']['schema']['getNearestSelectionRange'](_0x33ac04['end'],'forward');if(_0x580c52&&_0x580c52['isCollapsed']){const _0x2db47f=_0x3b6aa0['createRange'](_0x33ac04['start'],_0x580c52['start']);_0x2db47f['isEqual'](_0x33ac04)||(_0x3b6aa0['updateMarker'](_0x1f05f1,{'range':_0x2db47f}),_0x44dead=!0x0);}_0x44dead||(_0x3b6aa0['removeMarker'](_0x1f05f1),_0x44dead=!0x0);}return _0x44dead;});}}class Nt extends _0x59c88b{['afterInit'](){const _0x347628=this['editor'],_0x3e8a03=_0x347628['plugins']['get']('TrackChangesEditing');_0x347628['plugins']['has']('UndoEditing')&&(_0x3e8a03['enableCommand']('undo'),_0x3e8a03['enableCommand']('redo'));}}class Mt extends _0x59c88b{static get['requires'](){return[jt];}['afterInit'](){const _0x3df803=this['editor'];if(!_0x3df803['plugins']['has']('TableCaptionEditing'))return;_0x3df803['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x59c88b{['tableProperties'];['tableCellProperties'];constructor(_0x33e2d2){super(_0x33e2d2),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 _0x4faa79=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x2a5ebe of this['tableProperties'])_0x4faa79['enableCommand'](_0x2a5ebe,(_0xcb12a4,_0x31c39e)=>{const _0x5bbb85=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x2a5ebe,[_0x5bbb85],this['tableProperties'],'tableProperties',_0xcb12a4,_0x31c39e);});_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4faa79['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x5d5667,_0x54033e)=>this['handleDiscardAction'](this['tableProperties'],_0x5d5667,_0x54033e)),_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5f5370 of this['tableCellProperties'])_0x4faa79['enableCommand'](_0x5f5370,(_0x4b03f7,_0x52a9c6)=>{const _0x57308d=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5f5370,_0x57308d,this['tableCellProperties'],'tableCellProperties',_0x4b03f7,_0x52a9c6);});_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4faa79['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xd4cda2,_0x4ac551)=>this['handleDiscardAction'](this['tableCellProperties'],_0xd4cda2,_0x4ac551)),_0x4faa79['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4faa79['descriptionFactory']['registerDescriptionCallback'](_0x13f408=>this['handleSuggestionDescription'](_0x13f408));}['_handlePropertyChange'](_0x5604cc,_0x436c37,_0x32fb91,_0x413afd,_0x339e42,_0x1dd0a2){const _0x44e286=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1dd0a2['batch'],()=>{for(const _0x2eaa99 of _0x436c37){if(this['_getSuggestion'](_0x2eaa99,_0x413afd))_0x339e42(_0x1dd0a2);else{const _0xcad776={};for(const _0x5ea818 of _0x32fb91){const _0x31ddef=_0x2eaa99['getAttribute'](_0x5ea818);void 0x0!==_0x31ddef&&(_0xcad776[_0x5ea818]=_0x31ddef);}_0x339e42(_0x1dd0a2),_0x44e286['markBlockFormat'](_0x2eaa99,{'commandParams':[_0xcad776]},[],_0x413afd);}}});}['handleDiscardAction'](_0x3f6c99,_0x377904,_0x4fb079){const _0x2dcf13=_0x377904[0x0]['start']['nodeAfter'],_0x59f618=_0x4fb079['commandParams'][0x0];this['editor']['model']['change'](_0x232b36=>{for(const _0x41109f of _0x3f6c99)void 0x0!==_0x59f618[_0x41109f]?_0x232b36['setAttribute'](_0x41109f,_0x59f618[_0x41109f],_0x2dcf13):_0x232b36['removeAttribute'](_0x41109f,_0x2dcf13);});}['handleSuggestionDescription'](_0x1efaff){if(_0x1efaff['data'])switch(_0x1efaff['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'](_0x5db04d,_0x291066){const _0x92bb8=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x378988 of _0x92bb8['getSuggestions']({'skipNotAttached':!0x0})){const _0x275d4c=_0x378988['getContainedElement']();if(_0x378988['subType']===_0x291066&&_0x275d4c===_0x5db04d)return _0x378988;}return null;}}const m='$elementName';class p extends _0x59c88b{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x33ac0f,_0x547ed1,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(_0x5ed23a){function _0x24cb9a(_0x17c456){return _0x17c456['map'](_0xb74af9=>String['fromCharCode'](_0xb74af9))['join']('');}super(_0x5ed23a),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x3e8c11,_0x474f34,_0x356c0a,_0x3774c3)=>{this['_model']['change'](()=>{for(const _0x3c9f3d of[..._0x3774c3,..._0x356c0a])this['_model']['markers']['has'](_0x3c9f3d)&&_0x5ed23a['editing']['reconvertMarker'](_0x3c9f3d);});}),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']=_0x5ed23a['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(),_0x5ed23a['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x5ed23a['config']['get']('trackChanges.trackFormatChanges'),_0x5ed23a['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x5ed23a['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x5ed23a,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x24cb9a([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x24cb9a([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x30]);}['init'](){const _0xe127ad=this['editor'],_0x55997e=(_0x216787,_0x396471)=>{if('attribute'!=_0x216787)return'ck-suggestion-marker-'+_0x216787;const _0x4851e4=_0x396471['split']('|')[0x0];return this['_isBlockAttribute'](_0x4851e4)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xe127ad['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xba9a45=>{const {id:_0xbfa88f,type:_0x2d99d1,subType:_0x4b1300}=this['_splitMarkerName'](_0xba9a45['markerName']),_0x1ce089=['ck-suggestion-marker',_0x55997e(_0x2d99d1,_0x4b1300)];let _0x5631ac=0xbb8;return this['activeMarkers']['includes'](_0xba9a45['markerName'])&&(_0x1ce089['push']('ck-suggestion-marker--active'),_0x5631ac=0xbc2),'deletion'==_0x2d99d1&&(_0x5631ac+=0x5),{'classes':_0x1ce089,'attributes':{'data-suggestion':_0xbfa88f},'priority':_0x5631ac};}}),_0xe127ad['conversion']['for']('dataDowncast')['add'](_0x2d7a70=>{_0x2d7a70['on']('addMarker:suggestion',(_0x58df5d,_0xf796ca,_0x3232df)=>{if(!_0x3232df['options']['showSuggestionHighlights'])return;const _0x4978b5=_0xf796ca['item'];if(!_0x4978b5)return;const _0x31bd5d=_0x3232df['mapper']['toViewElement'](_0x4978b5);_0xe127ad['model']['schema']['isObject'](_0x4978b5)&&_0x31bd5d&&!_0x31bd5d['getCustomProperty']('widget')&&_0x31bd5d['is']('containerElement')&&_0xffa378(_0x31bd5d,_0x3232df['writer']);},{'priority':'high'});}),_0xe127ad['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x199333,_0x52d0a8)=>{if(!_0x52d0a8['options']['showSuggestionHighlights'])return null;const {type:_0xdb3e09,subType:_0x1d9f0f}=this['_splitMarkerName'](_0x199333['markerName']);return{'classes':['ck-suggestion-marker',_0x55997e(_0xdb3e09,_0x1d9f0f)],'priority':0xbb8};}});const _0x4984e4=({showActiveMarkers:_0x432697=!0x0,isAttributeSuggestion:_0x597bb7=!0x1}={})=>(_0x1b2a14,_0x98283c,_0x5152fa)=>{if(!_0x98283c['item'])return;const {id:_0x3bc603}=this['_splitMarkerName'](_0x98283c['markerName']);if(_0x597bb7){const _0x683082=this['_suggestions']['get'](_0x3bc603),_0x1ee540=this['_getAttributeKey'](_0x683082);if(!this['_isBlockAttribute'](_0x1ee540))return;}if(_0x98283c['item']['is']('selection'))return void _0x5152fa['consumable']['consume'](_0x98283c['item'],_0x1b2a14['name']);const _0x588941=_0x5152fa['mapper']['toViewElement'](_0x98283c['item']);if(_0x98283c['item']['is']('element')&&_0xe127ad['model']['schema']['isBlock'](_0x98283c['item'])&&!_0x588941['getCustomProperty']('addHighlight')){_0x5152fa['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x588941),_0x5152fa['writer']['setAttribute']('data-suggestion',_0x3bc603,_0x588941),_0x5152fa['mapper']['bindElementToMarker'](_0x588941,_0x98283c['markerName']),_0x432697&&(this['activeMarkers']['includes'](_0x98283c['markerName'])?_0x5152fa['writer']['addClass']('ck-suggestion-marker--active',_0x588941):_0x5152fa['writer']['removeClass']('ck-suggestion-marker--active',_0x588941));for(const _0x102b6d of _0xe127ad['model']['createRangeIn'](_0x98283c['item'])['getItems']())_0x5152fa['consumable']['consume'](_0x102b6d,_0x1b2a14['name']);_0x5152fa['consumable']['consume'](_0x98283c['item'],_0x1b2a14['name']);}};_0xe127ad['conversion']['for']('dataDowncast')['add'](_0x4d2e85=>{_0x4d2e85['on']('addMarker:suggestion:formatBlock',(_0x260841,_0x1cef08,_0x145fb5)=>{_0x145fb5['options']['showSuggestionHighlights']&&_0x4984e4({'showActiveMarkers':!0x1})(_0x260841,_0x1cef08,_0x145fb5);},{'priority':'highest'});}),_0xe127ad['conversion']['for']('dataDowncast')['add'](_0x42e8e3=>{_0x42e8e3['on']('addMarker:suggestion:attribute',(_0x3249d0,_0xe8f718,_0x49a295)=>{_0x49a295['options']['showSuggestionHighlights']&&_0x4984e4({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3249d0,_0xe8f718,_0x49a295);},{'priority':'highest'});}),_0xe127ad['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x287e75,_0x1f042e)=>_0x1f042e['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x287e75['substr'](0xb)}}),_0xe127ad['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x293640,{writer:_0x568760})=>{let _0x3194a5='suggestion:'+_0x293640['getAttribute']('suggestion-type')+':'+_0x293640['getAttribute']('id');return _0x293640['getAttribute']('marker-count')&&(_0x3194a5+=':'+_0x293640['getAttribute']('marker-count')),_0x568760['createElement']('$marker',{'data-name':_0x3194a5});}}),_0xe127ad['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xe127ad['conversion']['for']('editingDowncast')['add'](_0x42224b=>{_0x42224b['on']('addMarker:suggestion:formatBlock',_0x4984e4(),{'priority':'high'});}),_0xe127ad['conversion']['for']('editingDowncast')['add'](_0x2dd279=>{_0x2dd279['on']('addMarker:suggestion:attribute',_0x4984e4({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xe127ad['conversion']['for']('editingDowncast')['add'](_0x244238=>{_0x244238['on']('removeMarker:suggestion:formatBlock',(_0x4ad6a7,_0x2646f6,_0x183187)=>{const _0xb24114=_0x183187['mapper']['markerNameToElements'](_0x2646f6['markerName']);if(_0xb24114){for(const _0x51536d of _0xb24114)_0x51536d['getCustomProperty']('addHighlight')||(_0x183187['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x51536d),_0x183187['writer']['removeAttribute']('data-suggestion',_0x51536d),_0x183187['mapper']['unbindElementFromMarkerName'](_0x51536d,_0x2646f6['markerName']));}},{'priority':'high'});}),_0xe127ad['conversion']['for']('editingDowncast')['add'](_0x1628b9=>{_0x1628b9['on']('removeMarker:suggestion:attribute',(_0x55c9e3,_0x23eba2,_0x26b3b7)=>{const _0x1d1cdc=_0x26b3b7['mapper']['markerNameToElements'](_0x23eba2['markerName']);if(!_0x1d1cdc)return;const {id:_0x1472a3}=this['_splitMarkerName'](_0x23eba2['markerName']),_0xe1804e=this['_suggestions']['get'](_0x1472a3),_0x2e8e77=this['_getAttributeKey'](_0xe1804e);if(this['_isBlockAttribute'](_0x2e8e77)){for(const _0x2c29f7 of _0x1d1cdc)_0x2c29f7['getCustomProperty']('addHighlight')||(_0x26b3b7['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2c29f7),_0x26b3b7['writer']['removeAttribute']('data-suggestion',_0x2c29f7),_0x26b3b7['mapper']['unbindElementFromMarkerName'](_0x2c29f7,_0x23eba2['markerName']));}},{'priority':'high'});}),_0xe127ad['model']['document']['registerPostFixer'](_0x5caa32=>{let _0x444cf9=!0x1;const _0x43ef59=Array['from'](_0xe127ad['model']['document']['differ']['getChangedMarkers']()),_0x3b8c5e=new Set();for(const {name:_0x589a39,data:_0x366667}of _0x43ef59){const {group:_0x100142,type:_0x43235b,subType:_0x4b4276,id:_0x896572}=this['_splitMarkerName'](_0x589a39);if('suggestion'!==_0x100142)continue;const _0x429306=this['_suggestions']['get'](_0x896572);if(null!=_0x366667['newRange']){'formatInline'==_0x43235b&&(_0x444cf9=_0x444cf9||Et(_0x366667['newRange'],_0x589a39,_0x5caa32,_0xe127ad['model']['schema']));const _0xf9f56a='attribute'==_0x43235b&&this['_isBlockAttribute'](_0x4b4276['split']('|')[0x0]);if(_0x366667['newRange']['isCollapsed']||'$graveyard'==_0x366667['newRange']['root']['rootName']||'formatBlock'==_0x43235b&&!Ut(_0x366667['newRange'])||_0xf9f56a&&!Ut(_0x366667['newRange'])||'deletion'==_0x43235b&&!(!Tt(_0x5cd110=_0x366667['newRange'])&&!function(_0x3c0c85){return _0x3c0c85['start']['parent']==_0x3c0c85['end']['nodeBefore']&&_0x3c0c85['start']['isAtEnd'];}(_0x5cd110)))_0x5caa32['removeMarker'](_0x589a39),_0x444cf9=!0x0;else{if(!_0x429306||!_0x429306['isInContent'])continue;_0x3b8c5e['add'](_0x429306);}}}var _0x5cd110;return _0x3b8c5e['size']>0x0&&(_0x444cf9=!!this['_joinWithAdjacentSuggestions'](_0x3b8c5e)||_0x444cf9),_0x444cf9;}),_0xe127ad['model']['document']['registerPostFixer'](_0x2aee3f=>{let _0xb53ed5=!0x1;for(const _0x11d094 of _0xe127ad['model']['document']['differ']['getChanges']())if('insert'==_0x11d094['type'])for(const _0x3cb8c1 of this['_suggestions']['values']()){if(_0x3cb8c1['isMultiRange']||!_0x3cb8c1['isInContent'])continue;const _0xfc64f5='formatBlock'==_0x3cb8c1['type'],_0x2364d6=this['_getAttributeKey'](_0x3cb8c1),_0x3def1e=_0x2364d6&&this['_isBlockAttribute'](_0x2364d6);if(!_0xfc64f5&&!_0x3def1e)continue;const _0x180783=_0x3cb8c1['getFirstRange']();if(_0x180783['start']['parent']!=_0x180783['end']['parent']&&!_0x180783['end']['isAtEnd']){const _0x1457ed=_0xe127ad['model']['createPositionAt'](_0x180783['start']['nodeAfter'],'end'),_0x433607=_0xe127ad['model']['createRange'](_0x180783['start'],_0x1457ed);_0x2aee3f['updateMarker'](_0x3cb8c1['getFirstMarker'](),{'range':_0x433607}),_0xb53ed5=!0x0;}}return _0xb53ed5;}),_0xe127ad['model']['document']['registerPostFixer'](_0x1789a5=>this['_processAttributeChanges'](_0x1789a5)),_0xe127ad['model']['document']['registerPostFixer'](_0x3ace33=>!_0x3ace33['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x3ace33)),_0xe127ad['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xe127ad['model']['document']['on']('change:data',(_0x296b6e,_0x54c3b0)=>{if(!_0x54c3b0['isLocal']||_0x54c3b0['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x4ad2a2=_0xe127ad['model']['document']['differ']['getChanges']();if(0x0==_0x4ad2a2['length'])return;const _0x537f1f=[],_0xb234bf=_0x4ad2a2['filter'](_0x13b420=>'attribute'==_0x13b420['type']),_0x36c6f9=_0x4ad2a2['filter'](_0x4cbba3=>'insert'==_0x4cbba3['type']&&'$text'!=_0x4cbba3['name']);for(const _0x499d2b of _0xb234bf)this['_isRegisteredAttribute'](_0x499d2b['attributeKey'])&&_0x537f1f['push']({'key':_0x499d2b['attributeKey'],'newValue':_0x499d2b['attributeNewValue'],'oldValue':_0x499d2b['attributeOldValue'],'range':Ot(_0x499d2b['range'],_0xe127ad['model'])});for(const _0x49bec1 of _0x36c6f9){if('rename'!=_0x49bec1['action']&&'refresh'!=_0x49bec1['action'])continue;const _0x28804d=Gt(_0x49bec1['position']['nodeAfter'],_0xe127ad['model']),_0x441b48=_0x49bec1['before'];'rename'==_0x49bec1['action']&&_0x537f1f['push']({'key':m,'newValue':_0x49bec1['name'],'oldValue':_0x441b48['name'],'range':_0x28804d});for(const [_0x53e1c2,_0x5cb50d]of _0x441b48['attributes']){if(!this['_isRegisteredAttribute'](_0x53e1c2))continue;const _0x5687f6=_0x49bec1['attributes']['get'](_0x53e1c2);_0x5cb50d!==_0x5687f6&&_0x537f1f['push']({'key':_0x53e1c2,'newValue':_0x5687f6,'oldValue':_0x5cb50d,'range':_0x28804d});}for(const [_0x71bb1d,_0x15304b]of _0x49bec1['attributes'])this['_isRegisteredAttribute'](_0x71bb1d)&&(_0x441b48['attributes']['has'](_0x71bb1d)||_0x537f1f['push']({'key':_0x71bb1d,'newValue':_0x15304b,'oldValue':null,'range':_0x28804d}));}0x0!=_0x537f1f['length']&&_0xe127ad['model']['enqueueChange'](_0x54c3b0,_0x1c4d12=>{const _0x271218=_0x572f80();for(const {range:_0xc688b9,key:_0x5e96d0,oldValue:_0x36a04c,newValue:_0x779ad2}of _0x537f1f)this['markAttributeChange'](_0xc688b9,_0x5e96d0,_0x36a04c,_0x779ad2,{'groupId':_0x271218});this['_reduceExistingSuggestions'](_0x1c4d12,_0x537f1f);});},{'priority':'lowest'}),_0xe127ad['model']['markers']['on']('update:suggestion',(_0x2d0cb2,_0x106f71,_0x3bec89)=>{if(null==_0x3bec89){const {id:_0x55fe55}=this['_splitMarkerName'](_0x106f71['name']),_0x102917=this['_suggestions']['get'](_0x55fe55);_0x102917&&_0x102917['addMarkerName'](_0x106f71['name']);}}),_0xe127ad['model']['document']['on']('change:data',()=>{const _0x372ea5=Array['from'](_0xe127ad['model']['document']['differ']['getChangedMarkers']())['filter'](_0x4a4494=>'suggestion'===this['_splitMarkerName'](_0x4a4494['name'])['group']);if(0x0===_0x372ea5['length'])return;_0x372ea5['sort']((_0x5211a9,_0x16627c)=>{const _0x107d13=_0x5211a9['data']['oldRange'],_0x18a9dc=_0x16627c['data']['oldRange'];return null===_0x107d13&&null===_0x18a9dc?0x0:null===_0x107d13&&null!==_0x18a9dc?-0x1:null!==_0x107d13&&null===_0x18a9dc?0x1:_0x107d13['start']['isBefore'](_0x18a9dc['start'])?-0x1:0x1;});const _0x54b750=new Set(),_0x39d722=new Set();for(const {name:_0x2a7e80,data:_0x583b86}of _0x372ea5){const {id:_0x5e8743}=this['_splitMarkerName'](_0x2a7e80);if(null===_0x583b86['oldRange']){const _0x2460bc=this['_handleNewSuggestionMarker'](_0x2a7e80);_0x39d722['add'](_0x2460bc);}else{const _0x1370dd=this['_suggestions']['get'](_0x5e8743);null!==_0x583b86['newRange']||_0x1370dd['isInContent']?(_0x54b750['add'](_0x1370dd['head']),_0x39d722['add'](_0x1370dd)):this['_removeSuggestion'](_0x1370dd);}}_0x39d722['size']>0x0&&this['_refreshSuggestionsChain'](_0x39d722);for(const _0x24fd22 of _0x54b750)this['fire']('suggestionChanged',_0x24fd22);}),_0xe127ad['model']['on']('applyOperation',(_0x424030,_0x217c80)=>{const _0x55add5=_0x217c80[0x0];if(!this['_suggestions']['size'])return;if(!_0x55add5['isDocumentOperation'])return;if(_0x55add5['batch']['isUndo']||!_0x55add5['batch']['isLocal'])return;let _0x35510a,_0x40514b;switch(_0x55add5['type']){case'insert':_0x35510a=_0xe127ad['model']['createPositionAt'](_0x55add5['position']),_0x40514b=_0x35510a['getShiftedBy'](_0x55add5['howMany']);break;case'split':_0x35510a=_0xe127ad['model']['createPositionAt'](_0x55add5['splitPosition']),_0x40514b=_0xe127ad['model']['createPositionAt'](_0x55add5['moveTargetPosition']);break;case'move':_0x35510a=_0xe127ad['model']['createPositionAt'](_0x55add5['targetPosition']),_0x40514b=_0x35510a['getShiftedBy'](_0x55add5['howMany']);break;default:return;}const _0x3cbf94=_0xe127ad['model']['createRange'](_0x35510a,_0x40514b);_0xe127ad['model']['change'](()=>{for(const {suggestion:_0xd1f863,meta:_0x3f73e1}of this['_findSuggestions'](_0x3cbf94)){if(_0xd1f863['isMultiRange'])continue;if('formatInline'==_0xd1f863['type'])continue;const _0x27f2f0=this['_getAttributeKey'](_0xd1f863);if(_0x27f2f0&&this['_isBlockAttribute'](_0x27f2f0)&&'split'!=_0x55add5['type'])continue;const _0xe40a97=_0xd1f863['data']&&_0xd1f863['data']['multipleBlocks'];('formatBlock'!=_0xd1f863['type']||'split'==_0x55add5['type']&&!_0xe40a97)&&(_0x3f73e1['containsRangeInObject']||'insertion'==_0xd1f863['type']&&_0x3f73e1['isOwn']||_0xd1f863['getFirstRange']()['containsRange'](_0x3cbf94)&&this['_breakSuggestionMarker'](_0xd1f863,_0x35510a,_0x40514b));}});},{'priority':'lowest'}),_0xe127ad['model']['on']('deleteContent',(_0x55072a,_0x3435f0)=>{const _0x57d988=_0x3435f0[0x0],_0x483482=_0x3435f0[0x1];if(_0x483482&&_0x483482['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x57d988['isCollapsed'])return;const _0x508527=_0xe127ad['model']['schema'],{start:_0x3bd4ae,end:_0x1dd6c8}=_0x57d988['getFirstRange'](),_0x6e6e27=_0x3bd4ae['nodeAfter']&&_0x508527['isLimit'](_0x3bd4ae['nodeAfter'])?null:_0x508527['getNearestSelectionRange'](_0x3bd4ae,'forward'),_0x2ad489=_0x1dd6c8['nodeBefore']&&_0x508527['isLimit'](_0x1dd6c8['nodeBefore'])?null:_0x508527['getNearestSelectionRange'](_0x1dd6c8,'backward'),_0x1d3e6b=_0xe127ad['model']['createRange'](_0x6e6e27?_0x6e6e27['start']:_0x3bd4ae,_0x2ad489?_0x2ad489['end']:_0x1dd6c8);_0xe127ad['model']['change'](_0x3dd581=>{this['markDeletion'](_0x1d3e6b);const _0xf44322=_0xe127ad['model']['schema']['getNearestSelectionRange'](_0x1d3e6b['start']);_0x57d988['is']('documentSelection')?_0x3dd581['setSelection'](_0xf44322):_0x57d988['setTo'](_0xf44322);}),_0x55072a['stop']();},{'priority':_0x52fe0a['normal']+0xa}),_0xe127ad['model']['on']('insertContent',(_0x3e8a67,_0x1ac054)=>{const _0x46defc=_0x1ac054[_0x1ac054['length']-0x1];_0x46defc&&_0x46defc['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xe127ad['model']['change'](()=>{let _0x3ae870=_0xe127ad['model']['insertContent'](_0x1ac054[0x0],_0x1ac054[0x1],_0x1ac054[0x2],{'forceDefaultExecution':!0x0});if(!_0x3ae870)return;_0x3e8a67['return']=_0x3ae870['clone']();const _0x26d478=_0x3ae870['end']['nodeBefore'],_0x446339=_0xe127ad['model']['schema'];_0x26d478&&_0x446339['isBlock'](_0x26d478)&&!_0x446339['isObject'](_0x26d478)&&(_0x3ae870=_0xe127ad['model']['createRange'](_0x3ae870['start'],_0xe127ad['model']['createPositionAt'](_0x26d478,'end'))),this['markInsertion'](_0x3ae870);}),_0x3e8a67['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x2cae79=new $(_0xe127ad,this['_suggestions']);_0xe127ad['commands']['add']('acceptSuggestion',_0x2cae79),this['enableCommand']('acceptSuggestion');const _0x239f8b=new B(_0xe127ad,this['_suggestions']);_0xe127ad['commands']['add']('discardSuggestion',_0x239f8b),this['enableCommand']('discardSuggestion'),_0xe127ad['commands']['add']('acceptAllSuggestions',new x(_0xe127ad,_0x2cae79,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xe127ad['commands']['add']('discardAllSuggestions',new x(_0xe127ad,_0x239f8b,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xe127ad['commands']['add']('acceptSelectedSuggestions',new R(_0xe127ad,_0x2cae79,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xe127ad['commands']['add']('discardSelectedSuggestions',new R(_0xe127ad,_0x239f8b,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x169552=_0xe127ad['plugins']['get']('CommentsRepository');this['listenTo'](_0x169552,'addComment',(_0x18dc9c,{threadId:_0x47aaa2})=>{const _0x220ee9=this['_suggestions']['get'](_0x47aaa2);_0x220ee9&&_0x220ee9['commentThread']&&0x1===_0x220ee9['commentThread']['length']&&this['_updateSuggestionData'](_0x47aaa2,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x169552,'removeComment',(_0x2e6b32,{threadId:_0x5c4836})=>{const _0x559acc=this['_suggestions']['get'](_0x5c4836);_0x559acc&&_0x559acc['commentThread']&&!_0x559acc['commentThread']['length']&&this['_updateSuggestionData'](_0x5c4836,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x223be5){if(this['_adapter'])throw new _0x4e76c6('track-changes-adapter-already-set',this);this['_adapter']=_0x223be5;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0xaa3cf5=!0x1,toJSON:_0x29f538=!0x1}={}){const _0x2f93a2=[];for(const _0x5d5c99 of this['_suggestions']['values']())_0xaa3cf5&&!_0x5d5c99['isInContent']||_0x2f93a2['push'](_0x5d5c99);return _0x29f538?_0x2f93a2['map'](_0x52731d=>_0x52731d['toJSON']()):_0x2f93a2;}['getSuggestion'](_0x208858){const _0x324218=this['_suggestions']['get'](_0x208858);if(!_0x324218)throw new _0x4e76c6('track-changes-suggestion-not-found',this);return _0x324218;}['hasSuggestion'](_0x4704c6){return this['_suggestions']['has'](_0x4704c6);}['addSuggestionData'](_0x4c6eae){const {authorId:_0xfdab99,id:_0x49585d,attributes:_0x2f95a8}=_0x4c6eae,[_0x2ea71b,_0x45e23f]=_0x4c6eae['type']['split'](':'),_0x43008c=this['_suggestions']['get'](_0x49585d)||this['_createSuggestion'](_0x2ea71b,_0x45e23f,_0x49585d,_0xfdab99,_0x2f95a8);if(this['_addThreadToSuggestion'](_0x43008c),this['_checkSuggestionCorrectness'](_0x43008c,_0x2ea71b,_0x45e23f||null,_0xfdab99),_0x43008c['createdAt']=_0x4c6eae['createdAt'],_0x43008c['_isDataLoaded']=!0x0,_0x2f95a8&&_0x2f95a8['@external']){const _0x57dea7=_0x2f95a8['@external'],_0xa08fb=this['_getExternalAuthor'](_0x57dea7['authorName']);_0x43008c['authoredAt']=_0x57dea7['createdAt'],_0x43008c['author']=_0xa08fb,_0x43008c['isExternal']=!0x0;}else _0x43008c['authoredAt']=_0x4c6eae['createdAt'];switch(_0x4c6eae['data']&&(_0x43008c['data']=_0x4c6eae['data']),_0x4c6eae['attributes']&&(_0x43008c['attributes']=_0x4c6eae['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x43008c['_saved']=!0x0),this['_suggestionState']['get'](_0x43008c)){case'notReady':this['_suggestionState']['set'](_0x43008c,'dataReady');break;case'markerReady':_0x43008c['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x43008c])),this['_refreshSuggestionsChain'](new Set([_0x43008c])),this['_suggestionState']['set'](_0x43008c,'ready'),this['fire']('suggestionLoaded',_0x43008c)):this['_suggestionState']['set'](_0x43008c,'removed');}return _0x43008c;}['acceptSuggestion'](_0x229f40){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x288738 of _0x229f40['getAllAdjacentSuggestions']())_0x288738['accept']();});});}['discardSuggestion'](_0x3e2168){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x375a03 of _0x3e2168['getAllAdjacentSuggestions']())_0x375a03['discard']();});});}['enableCommand'](_0x437019,_0x449c7e){const _0x421289=this['editor']['commands']['get'](_0x437019);if(!_0x421289)throw new _0x4e76c6('track-changes-command-not-found',this,{'commandName':_0x437019});if(this['_enabledCommands']['has'](_0x421289))throw new _0x4e76c6('track-changes-enable-command-twice',this,{'commandName':_0x437019});this['_enabledCommands']['add'](_0x421289),_0x449c7e&&_0x421289['on']('execute',(_0x4635b9,_0x52652d)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x52652d['length']>0x0&&_0x52652d[_0x52652d['length']-0x1]&&_0x52652d[_0x52652d['length']-0x1]['forceDefaultExecution']?_0x52652d['pop']():(_0x4635b9['return']=_0x449c7e((..._0x474414)=>_0x421289['execute'](..._0x474414,{'forceDefaultExecution':!0x0}),..._0x52652d),_0x4635b9['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x16101e){let _0x3fc27b,_0x42c37d;const _0x3fd29c=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3fc27b=_0x16101e();}catch(_0x38a690){_0x42c37d=_0x38a690;}return _0x3fd29c||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x42c37d&&_0x4e76c6['rethrowUnexpectedError'](_0x42c37d,this),_0x3fc27b;}['markInsertion'](_0xfee4e7,_0x4146af=null,_0x507d7a={}){if(_0xfee4e7['isCollapsed'])return null;const _0x31634c=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x425f37,meta:_0x119018}of this['_findSuggestions'](_0xfee4e7,'insertion'))if(_0x119018['isOwn']){if(!_0x119018['isNextTo']){if(_0x119018['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x425f37,_0x507d7a))continue;return _0x425f37;}if(Lt(_0x425f37,_0x507d7a))return _0x425f37;this['_breakSuggestionMarker'](_0x425f37,_0xfee4e7['start'],_0xfee4e7['end']);break;}if(_0x4146af==_0x425f37['subType']&&Lt(_0x425f37,_0x507d7a)){const _0x5ee510=_0x425f37['getFirstRange']();return _0x5ee510['start']['isEqual'](_0xfee4e7['end'])?this['_setSuggestionRange'](_0x425f37,this['_model']['createRange'](_0xfee4e7['start'],_0x5ee510['end'])):this['_setSuggestionRange'](_0x425f37,this['_model']['createRange'](_0x5ee510['start'],_0xfee4e7['end'])),_0x425f37;}}const _0x18004b=_0x572f80(),_0x17936e=_0x31634c['id'],_0x441561=_0x4146af?'insertion:'+_0x4146af:'insertion',_0x334a16=this['_setSuggestionData']({'id':_0x18004b,'type':_0x441561,'createdAt':new Date(),'authorId':_0x17936e,'attributes':_0x507d7a});return this['_addSuggestionMarker'](_0x441561,_0x18004b,_0x17936e,_0xfee4e7),_0x334a16;}['markMultiRangeInsertion'](_0x556370,_0x2d7810='multi',_0xb3f7d={}){const _0x140863=this['editor']['plugins']['get']('Users')['me'],_0x25ec35=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x2d7810,'join');for(const _0x4ac42c of this['getSuggestions']())if(_0x4ac42c['author']['id']==_0x140863['id']&&'insertion'==_0x4ac42c['type']&&_0x4ac42c['subType']==_0x2d7810&&Lt(_0x4ac42c,_0xb3f7d)&&(_0x25ec35(_0x4ac42c['getRanges'](),_0x556370)||_0x25ec35(_0x556370,_0x4ac42c['getRanges']()))){for(const _0x4187ed of _0x556370)_0x4ac42c['addRange'](_0x4187ed);return _0x4ac42c;}for(const {suggestion:_0x2503a3,meta:_0x15eab1}of this['_findSuggestions'](_0x556370,'insertion')){if(!_0x15eab1['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x15eab1['containsRangeInObject'])continue;if(!Lt(_0x2503a3,_0xb3f7d))continue;let _0x41da57=!0x0;for(const _0x58d5e6 of _0x2503a3['getRanges']())for(const _0x14fefc of _0x556370)if(!_0x58d5e6['containsRange'](_0x14fefc)){_0x41da57=!0x1;break;}if(_0x41da57)return _0x2503a3;}const _0x17e393=_0x572f80(),_0x11f904=_0x140863['id'],_0x3dc4ed='insertion:'+_0x2d7810,_0x1efddd=this['_setSuggestionData']({'id':_0x17e393,'type':_0x3dc4ed,'createdAt':new Date(),'authorId':_0x11f904,'attributes':_0xb3f7d});for(const _0x17a3ff of _0x556370)this['_addSuggestionMarker'](_0x3dc4ed,_0x17e393,_0x11f904,_0x17a3ff,u['getMultiRangeId']());return _0x1efddd;}['markInlineFormat'](_0x3a534a,_0x564953,_0x15d9bc=null,_0x145c3d={}){if(_0x15d9bc=_0x15d9bc||Vt(_0x564953),_0x3a534a['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x2e5831=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x15d9bc,'accept');return this['forceDefaultExecution'](()=>_0x2e5831([_0x3a534a],_0x564953,_0x145c3d)),null;}const _0x15951a=this['editor']['plugins']['get']('Users')['me'],_0x42754a=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x2b3945,meta:_0x3dc129}of this['_findSuggestions'](_0x3a534a,'insertion'))_0x3dc129['isOwn']&&!_0x3dc129['isInsideObject']&&_0x42754a['push'](..._0x2b3945['getRanges']());}const _0x18886a=function(_0x21e0b2,_0x3152eb){const _0x31c7e4=[];for(const _0x40472b of _0x3152eb){const _0x5ba466=_0x21e0b2['getIntersection'](_0x40472b);_0x5ba466&&_0x31c7e4['push'](_0x5ba466);}return _0x31c7e4;}(_0x3a534a,_0x42754a),_0x280a1b=function(_0x4501b4,_0x106a90){const _0x4a3790=[_0x4501b4];for(const _0x299a6a of _0x106a90){let _0x3cc183=0x0;for(;_0x3cc183<_0x4a3790['length'];){const _0x1349a8=_0x4a3790[_0x3cc183]['getDifference'](_0x299a6a);_0x4a3790['splice'](_0x3cc183,0x1,..._0x1349a8),_0x3cc183+=_0x1349a8['length'];}}return _0x4a3790;}(_0x3a534a,_0x42754a);_0x18886a['length']&&this['_model']['change'](()=>{for(const _0x153daa of _0x18886a){const _0x85ec4=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x15d9bc,'accept');this['forceDefaultExecution'](()=>_0x85ec4([_0x153daa],_0x564953,_0x145c3d));}});for(const _0x34f37a of _0x280a1b){let _0x471488=null,_0x143813=_0x34f37a['start'],_0x30f930=_0x34f37a['end'];for(const {suggestion:_0x9de276,meta:_0x116418}of this['_findSuggestions'](_0x34f37a,'formatInline')){if(!_0x116418['isOwn'])continue;if(_0x9de276['subType']!=_0x15d9bc)continue;if(!Lt(_0x9de276,_0x145c3d))continue;const _0x51de4d=_0x9de276['getFirstRange']();if(_0x51de4d['containsRange'](_0x34f37a,!0x0))return null;_0x143813=_0x143813['isBefore'](_0x51de4d['start'])?_0x143813:_0x51de4d['start'],_0x30f930=_0x30f930['isAfter'](_0x51de4d['end'])?_0x30f930:_0x51de4d['end'],_0x471488?_0x51de4d['start']['isBefore'](_0x471488['getFirstRange']()['start'])?(_0x471488['removeMarkers'](),_0x471488=_0x9de276):_0x9de276['removeMarkers']():_0x471488=_0x9de276;}const _0x1bc771=this['_model']['createRange'](_0x143813,_0x30f930);if(_0x471488)this['_setSuggestionRange'](_0x471488,_0x1bc771);else{const _0x3d7e41=_0x572f80(),_0x1f8743=_0x15951a['id'];this['_setSuggestionData']({'id':_0x3d7e41,'type':'formatInline:'+_0x15d9bc,'data':_0x564953,'createdAt':new Date(),'authorId':_0x1f8743,'attributes':_0x145c3d}),this['_addSuggestionMarker']('formatInline:'+_0x15d9bc,_0x3d7e41,_0x1f8743,_0x1bc771);}}return null;}['markBlockFormat'](_0x5d09d0,_0x554546,_0x10e557=[],_0x342318=null,_0x4ac502={}){_0x554546['formatGroupId']||(_0x554546['formatGroupId']=_0x554546['commandName']),_0x554546['multipleBlocks']=_0x5d09d0['is']('range'),_0x342318=_0x342318||Vt(_0x554546);const _0x5273a7=_0x10e557['map'](_0x2cb3bb=>Gt(_0x2cb3bb,this['_model'])),_0x1d0593=_0x5d09d0['is']('range')?_0x5d09d0:Gt(_0x5d09d0,this['_model']);if('never'===this['_trackFormatChanges']){const _0x2cb743=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x342318,'accept');return this['forceDefaultExecution'](()=>_0x2cb743([_0x1d0593],_0x554546,_0x4ac502)),null;}_0x5273a7['push'](_0x1d0593);let _0x99f9a7=!0x0;for(const _0x1be096 of _0x5273a7)if(!this['_rangeIsInLocalUserInsertion'](_0x1be096)){_0x99f9a7=!0x1;break;}if(_0x99f9a7&&'always'!==this['_trackFormatChanges']){const _0x3a8d08=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x342318,'accept');return this['forceDefaultExecution'](()=>_0x3a8d08([_0x1d0593],_0x554546,_0x4ac502)),null;}let _0x1b516d=null,_0x41573a=_0x1d0593['start'],_0x2ff594=_0x1d0593['end'];for(const {suggestion:_0x184511,meta:_0x3787b7}of this['_findSuggestions'](_0x1d0593,'formatBlock')){if(!_0x3787b7['isOwn'])continue;if(_0x3787b7['isNextTo']||_0x3787b7['containsRangeInObject']||_0x3787b7['isInsideObject'])continue;if(_0x184511['data']['formatGroupId']!=_0x554546['formatGroupId'])continue;if(!Lt(_0x184511,_0x4ac502))continue;const _0x19bf5c=_0x184511['getFirstRange']();if(_0x184511['subType']==_0x342318){if(_0x19bf5c['containsRange'](_0x1d0593,!0x0))return null;_0x41573a=_0x41573a['isBefore'](_0x19bf5c['start'])?_0x41573a:_0x19bf5c['start'],_0x2ff594=_0x2ff594['isAfter'](_0x19bf5c['end'])?_0x2ff594:_0x19bf5c['end'],_0x1b516d?_0x19bf5c['start']['isBefore'](_0x1b516d['getFirstRange']()['start'])?(_0x1b516d['removeMarkers'](),_0x1b516d=_0x184511):_0x184511['removeMarkers']():_0x1b516d=_0x184511;}else{const _0x5811cb=_0x1d0593['getIntersection'](_0x19bf5c);this['_cutOutSuggestionMarker'](_0x184511,_0x5811cb);}}const _0x5f3ae8=this['editor']['plugins']['get']('Users')['me'],_0x18ccf2=_0x572f80(),_0x44543e=_0x5f3ae8['id'];if(_0x1b516d)return this['_setSuggestionRange'](_0x1b516d,this['_model']['createRange'](_0x41573a,_0x2ff594)),_0x1b516d;{const _0x5525e8=this['_setSuggestionData']({'id':_0x18ccf2,'type':'formatBlock:'+_0x342318,'data':_0x554546,'createdAt':new Date(),'authorId':_0x44543e,'attributes':_0x4ac502});return this['_addSuggestionMarker']('formatBlock:'+_0x342318,_0x18ccf2,_0x44543e,this['_model']['createRange'](_0x41573a,_0x2ff594)),_0x5525e8;}}['markMultiRangeBlockFormat'](_0x515e2b,_0x3bb611,_0x3afc23=[],_0x33ab33=null,_0x5aee89={}){_0x3bb611['formatGroupId']||(_0x3bb611['formatGroupId']=_0x3bb611['commandName']);const _0x2038b3=_0x515e2b[0x0];_0x3bb611['multipleBlocks']=_0x2038b3['is']('range'),_0x33ab33=_0x33ab33||Vt(_0x3bb611);const _0x1c196c=_0x3afc23['map'](_0x25974d=>Gt(_0x25974d,this['_model'])),_0x357e89=_0x2038b3['is']('range')?_0x515e2b:_0x515e2b['map'](_0x239e23=>Gt(_0x239e23,this['_model']));if('never'===this['_trackFormatChanges']){const _0x225ec5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33ab33,'accept');return this['forceDefaultExecution'](()=>_0x225ec5(_0x357e89,_0x3bb611,_0x5aee89)),null;}_0x1c196c['push'](..._0x357e89);let _0x15b250=!0x0;for(const _0x1539f4 of _0x1c196c)if(!this['_rangeIsInLocalUserInsertion'](_0x1539f4)){_0x15b250=!0x1;break;}if(_0x15b250&&'always'!==this['_trackFormatChanges']){const _0x33def3=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33ab33,'accept');return this['forceDefaultExecution'](()=>_0x33def3(_0x357e89,_0x3bb611,_0x5aee89)),null;}const _0x18922e=this['editor']['plugins']['get']('Users')['me'];for(const _0x21854d of this['getSuggestions']()){if(_0x21854d['author']['id']!=_0x18922e['id'])continue;if('formatBlock'!=_0x21854d['type']||_0x21854d['data']['formatGroupId']!=_0x3bb611['formatGroupId'])continue;if(!Lt(_0x21854d,_0x5aee89))continue;const _0xd0d41f=_0x21854d['subType']==_0x33ab33;for(let _0x501d09=0x0;_0x501d09<_0x357e89['length'];_0x501d09++){const _0x187f6e=_0x357e89[_0x501d09];for(const _0x4ee19f of _0x21854d['getMarkers']()){const _0x102e2c=_0x4ee19f['getRange']();if(_0x187f6e['isEqual'](_0x102e2c)){_0xd0d41f?(_0x357e89['splice'](_0x501d09,0x1),_0x501d09--):_0x21854d['removeMarker'](_0x4ee19f['name']);break;}}}}if(0x0==_0x357e89['length'])return null;const _0x198add=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33ab33,'join');for(const _0x342887 of this['getSuggestions']())if(_0x342887['author']['id']==_0x18922e['id']&&'formatBlock'==_0x342887['type']&&_0x342887['data']['formatGroupId']==_0x3bb611['formatGroupId']&&_0x342887['subType']==_0x33ab33&&Lt(_0x342887,_0x5aee89)&&(_0x198add(_0x342887['getRanges'](),_0x357e89)||_0x198add(_0x357e89,_0x342887['getRanges']()))){for(const _0x5485c3 of _0x357e89)_0x342887['addRange'](_0x5485c3);return _0x342887;}const _0x12c1c1=_0x572f80(),_0x4a65a2=_0x18922e['id'],_0x19b189='formatBlock:'+_0x33ab33,_0xe932d4=this['_setSuggestionData']({'id':_0x12c1c1,'type':_0x19b189,'data':_0x3bb611,'createdAt':new Date(),'authorId':_0x4a65a2,'attributes':_0x5aee89});for(const _0x46cbeb of _0x357e89)this['_addSuggestionMarker'](_0x19b189,_0x12c1c1,_0x4a65a2,_0x46cbeb,u['getMultiRangeId']());return _0xe932d4;}['markDeletion'](_0x334067,_0x272c94=null,_0x545792={}){if(_0x334067['isCollapsed'])return null;const _0x1259e6=this['editor']['plugins']['get']('Users')['me'],_0x5c4356=new _0x273003(_0x334067['start'],_0x334067['end']);for(const {suggestion:_0x2afb2a,meta:_0x16d789}of this['_findSuggestions'](_0x5c4356,'insertion'))if(_0x16d789['isOwn']&&!_0x16d789['isNextTo']){if(_0x2afb2a['isMultiRange']){const _0x154848=_0x2afb2a['getRanges']()['filter'](_0x30ce47=>'$graveyard'!=_0x30ce47['root']['rootName']);_0x154848['every'](_0x4f2e01=>_0x5c4356['containsRange'](_0x4f2e01,!0x0))&&_0x2afb2a['discard']();if(_0x154848['some'](_0x55c62f=>_0x55c62f['containsRange'](_0x5c4356,!0x0))){const _0x3331f2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x272c94,'accept');return this['forceDefaultExecution'](()=>_0x3331f2([_0x5c4356],null,_0x545792)),null;}}else{const _0x1f290e=_0x5c4356['getIntersection'](_0x2afb2a['getFirstRange']());null!==_0x1f290e&&_0x2afb2a['_onDiscard']([_0x1f290e],null,_0x545792);}}if(_0x5c4356['detach'](),_0x5c4356['isCollapsed']||'$graveyard'==_0x5c4356['root']['rootName'])return null;let _0x245574=null,_0x29cdaf=_0x5c4356['start'],_0x53007a=_0x5c4356['end'];const _0x2005ee=this['_findSuggestions'](_0x5c4356,'deletion');for(const {suggestion:_0x1c8124,meta:_0x39095d}of _0x2005ee){const _0x467481=this['_model']['createRange'](_0x29cdaf,_0x53007a);if(_0x39095d['isOwn']&&(this['_mergeNestedSuggestions']||!_0x39095d['containsRangeInObject']&&!_0x39095d['isInsideObject'])){if(_0x1c8124['isMultiRange']){if(!Lt(_0x1c8124,_0x545792))continue;let _0x19e88d=!0x0;for(const _0x2852e5 of _0x1c8124['getRanges']()){if(_0x2852e5['containsRange'](_0x467481,!0x0))return _0x1c8124;_0x467481['containsRange'](_0x2852e5)||(_0x19e88d=!0x1);}_0x19e88d&&_0x1c8124['discard']();}else{const _0x151b91=_0x1c8124['getFirstRange']();if(_0x151b91['containsRange'](_0x467481,!0x0))return _0x1c8124;if(!Lt(_0x1c8124,_0x545792)){_0x467481['containsRange'](_0x151b91)?_0x1c8124['removeMarkers']():_0x151b91['containsPosition'](_0x29cdaf)?_0x29cdaf=_0x151b91['end']:_0x151b91['containsPosition'](_0x53007a)&&(_0x53007a=_0x151b91['start']);continue;}_0x29cdaf=_0x29cdaf['isBefore'](_0x151b91['start'])?_0x29cdaf:_0x151b91['start'],_0x53007a=_0x53007a['isAfter'](_0x151b91['end'])?_0x53007a:_0x151b91['end'],_0x545792=Object['assign']({},_0x1c8124['attributes']),_0x245574?_0x151b91['start']['isBefore'](_0x245574['getFirstRange']()['start'])?(_0x245574['removeMarkers'](),_0x245574=_0x1c8124):_0x1c8124['removeMarkers']():_0x245574=_0x1c8124;}}}if(_0x245574)return this['_setSuggestionRange'](_0x245574,this['_model']['createRange'](_0x29cdaf,_0x53007a)),_0x245574;{const _0x110f95=_0x572f80(),_0x1cee39=this['_model']['createRange'](_0x29cdaf,_0x53007a),_0x5494bb=_0x1259e6['id'],_0x50f600=_0x272c94?'deletion:'+_0x272c94:'deletion',_0x123ecc=this['_setSuggestionData']({'id':_0x110f95,'type':_0x50f600,'createdAt':new Date(),'authorId':_0x5494bb,'attributes':_0x545792});return this['_addSuggestionMarker'](_0x50f600,_0x110f95,_0x5494bb,_0x1cee39),_0x123ecc;}}['markMultiRangeDeletion'](_0x22aacd,_0xc649db='multi',_0x4a4cee={}){const _0x4c48b2=this['editor']['plugins']['get']('Users')['me'],_0x1d8fe1=_0x22aacd['map'](_0x1633e4=>new _0x273003(_0x1633e4['start'],_0x1633e4['end'])),_0x76c0df=new Set();for(const {suggestion:_0x2029ea,meta:_0x53414b}of this['_findSuggestions'](_0x1d8fe1,'insertion'))_0x53414b['isOwn']&&!_0x53414b['isNextTo']&&_0x76c0df['add'](_0x2029ea);for(const _0x271086 of _0x76c0df)if(_0x271086['isMultiRange']){const _0x38dca5=_0x271086['getRanges']();(!_0x271086['attributes']||!_0x271086['attributes']['skipNestingCheck'])&&(_0x38dca5['every'](_0x230650=>_0x1d8fe1['some'](_0x48c3cb=>_0x48c3cb['containsRange'](_0x230650,!0x0)))&&_0x271086['discard']());if(_0x1d8fe1['every'](_0x32f785=>_0x38dca5['some'](_0x3a8888=>_0x3a8888['containsRange'](_0x32f785,!0x0)))){const _0x281461=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xc649db,'accept');return this['forceDefaultExecution'](()=>_0x281461(_0x22aacd,null,_0x4a4cee)),null;}}else{const _0x303693=_0x271086['getFirstRange']();_0x1d8fe1['some'](_0x3a2e5c=>_0x3a2e5c['containsRange'](_0x303693,!0x0))&&_0x271086['discard']();if(_0x1d8fe1['every'](_0x21ff5e=>_0x303693['containsRange'](_0x21ff5e,!0x0))){const _0x51d9cd=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xc649db,'accept');return this['forceDefaultExecution'](()=>_0x51d9cd(_0x1d8fe1,null,_0x4a4cee)),null;}}const _0x55ec34=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xc649db,'join');let _0x1229db=null;for(const _0x5d4a16 of this['getSuggestions']())if(_0x5d4a16['author']['id']==_0x4c48b2['id']&&_0x5d4a16['isInContent']&&'deletion'==_0x5d4a16['type']&&_0x5d4a16['subType']==_0xc649db&&Lt(_0x5d4a16,_0x4a4cee)&&(_0x55ec34(_0x5d4a16['getRanges'](),_0x1d8fe1)||_0x55ec34(_0x1d8fe1,_0x5d4a16['getRanges']()))){if(_0x1229db){if(_0x5d4a16['commentThread']&&_0x5d4a16['commentThread']['length'])continue;for(const _0x47b218 of _0x5d4a16['getRanges']())_0x1229db['isIntersectingWithRange'](_0x47b218)||_0x1229db['addRange'](_0x47b218);_0x5d4a16['removeMarkers']();}else{_0x1229db=_0x5d4a16;for(const _0x3c5120 of _0x1d8fe1)_0x5d4a16['isIntersectingWithRange'](_0x3c5120)||_0x5d4a16['addRange'](_0x3c5120);}}if(_0x1229db)return _0x1229db;_0x76c0df['clear']();for(const {suggestion:_0x32dc5d,meta:_0x4a253f}of this['_findSuggestions'](_0x1d8fe1,'deletion'))_0x4a253f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4a253f['containsRangeInObject']&&!_0x4a253f['isInsideObject'])&&Lt(_0x32dc5d,_0x4a4cee)&&_0x76c0df['add'](_0x32dc5d);for(const _0x5d14f3 of _0x76c0df){const _0x7143bf=_0x5d14f3['getRanges']();if(!_0x4a4cee||!_0x4a4cee['skipNestingCheck']){if(_0x1d8fe1['every'](_0x48c8b8=>_0x7143bf['some'](_0x3a86bd=>_0x3a86bd['containsRange'](_0x48c8b8,!0x0))))return _0x5d14f3;}(!_0x5d14f3['attributes']||!_0x5d14f3['attributes']['skipNestingCheck'])&&(_0x7143bf['every'](_0x48a49a=>_0x1d8fe1['some'](_0x196566=>_0x196566['containsRange'](_0x48a49a,!0x0)))&&_0x5d14f3['discard']());}const _0x5916be=_0x572f80(),_0xf0a512=_0x4c48b2['id'],_0x55bbc4='deletion:'+_0xc649db,_0xc77298=this['_setSuggestionData']({'id':_0x5916be,'type':_0x55bbc4,'createdAt':new Date(),'authorId':_0xf0a512,'attributes':_0x4a4cee});for(const _0xe4222a of _0x1d8fe1)_0xe4222a['detach'](),_0xe4222a['isCollapsed']||'$graveyard'==_0xe4222a['root']['rootName']||this['_addSuggestionMarker'](_0x55bbc4,_0x5916be,_0xf0a512,_0xe4222a,u['getMultiRangeId']());return _0xc77298;}['markAttributeChange'](_0x5cb4fc,_0x5ec091,_0xa64455,_0x471cd3,_0x2d1b0f){if(_0x5cb4fc['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x4b7fda=this['editor']['plugins']['get']('Users')['me']['id'],_0x7c0111=Array['from'](this['_suggestions']['values']())['filter'](_0x1154d9=>'attribute'==_0x1154d9['type']&&_0x1154d9['data']['key']==_0x5ec091&&_0x1154d9['isIntersectingWithRange'](_0x5cb4fc));if('default'===this['_trackFormatChanges']){const _0x1d97c6=this['_findSuggestions'](_0x5cb4fc,'insertion')['filter'](({meta:_0xfdf6e7})=>_0xfdf6e7['isOwn']&&!_0xfdf6e7['isInsideObject']&&!_0xfdf6e7['isNextTo'])['map'](({suggestion:_0x4f7229})=>_0x4f7229);_0x7c0111['unshift'](..._0x1d97c6);}const _0x346c15=new Map([[_0x5cb4fc,_0xa64455]]);for(const _0x5d59bb of _0x7c0111){const _0xaf5533='attribute'==_0x5d59bb['type']?_0x5d59bb['data']['oldValue']:void 0x0,_0x49dbc0=_0x5d59bb['getFirstRange'](),_0x5a3609=Array['from'](_0x346c15['keys']())['find'](_0x763cb2=>_0x763cb2['isIntersecting'](_0x49dbc0));if(!_0x5a3609)continue;const _0x41eb30=_0x5a3609['getDifference'](_0x49dbc0);this['_isBlockAttribute'](_0x5ec091)&&'insertion'==_0x5d59bb['type']&&0x0!=_0x41eb30['length']||(_0x346c15['delete'](_0x5a3609),_0x41eb30['forEach'](_0x4a2164=>{_0x346c15['set'](_0x4a2164,_0xa64455);}),'insertion'!=_0x5d59bb['type']&&_0xaf5533!=_0x471cd3&&_0x346c15['set'](_0x5a3609['getIntersection'](_0x49dbc0),_0xaf5533));}const _0x4c431f=[];for(const [_0x49fbc4,_0x392c5e]of _0x346c15){const _0x4897f5=_0x572f80(),_0x4e8ae6={'key':_0x5ec091,'oldValue':_0x392c5e,'newValue':_0x471cd3};_0x5ec091['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':_0x5ec091});const _0x13ef2f=('attribute:'+(_0x5ec091+'|'+Vt({'newValue':_0x471cd3})))['substring'](0x0,0x3c),_0x2380f0=this['_setSuggestionData']({'id':_0x4897f5,'type':_0x13ef2f,'data':_0x4e8ae6,'createdAt':new Date(),'authorId':_0x4b7fda,'attributes':_0x2d1b0f});_0x4c431f['push'](_0x2380f0),this['_addSuggestionMarker'](_0x13ef2f,_0x4897f5,_0x4b7fda,_0x49fbc4);}return _0x4c431f;}['enableDefaultAttributesIntegration'](_0x434914){this['enableCommand'](_0x434914,(_0x511347,..._0x59faea)=>{this['_recordAttributeChanges'](()=>{_0x511347(..._0x59faea);});});}['registerBlockAttribute'](_0x805b77){this['_blockAttributeKeys']['add'](_0x805b77);}['registerInlineAttribute'](_0x3c9acd){this['_inlineAttributeKeys']['add'](_0x3c9acd);}['_getAttributeKey'](_0x40defe){return'attribute'==_0x40defe['type']?_0x40defe['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x214d3a,_0x14c806){const _0x3180e1=_0x214d3a['getFirstMarker']();this['_model']['change'](_0x14621c=>{_0x14621c['updateMarker'](_0x3180e1,{'range':_0x14c806});});}['_addThreadToSuggestion'](_0x13d6ec){const _0x584d07=_0x13d6ec['id'],_0x285937=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x584d07)||this['_commentsRepository']['addCommentThread']({'channelId':_0x285937,'threadId':_0x584d07,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5daca1=this['_commentsRepository']['getCommentThread'](_0x584d07);_0x5daca1['unbind']('isRemovable'),_0x5daca1['isRemovable']=!0x1,_0x13d6ec['commentThread']=_0x5daca1;}['_checkSuggestionCorrectness'](_0xf4c8a5,_0x30bfbc,_0x1a12b5,_0x1bebb7){if(_0xf4c8a5['type']!=_0x30bfbc||_0xf4c8a5['subType']!=_0x1a12b5||_0xf4c8a5['creator']['id']!=_0x1bebb7)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x4e76c6('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x156047,_0x1586b1){const _0x286e89=_0x156047['getFirstRange']();if(_0x1586b1['isEqual'](_0x286e89))_0x156047['removeMarkers']();else{if(_0x286e89['containsRange'](_0x1586b1)){const _0x361d43=this['_model']['createPositionAt'](_0x1586b1['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x156047,this['_model']['createRange'](_0x286e89['start'],_0x361d43));const _0x4b7670=_0x572f80(),_0x443187=_0x156047['creator']['id'],_0x134ec3=_0x156047['type']+':'+_0x156047['subType'];this['_setSuggestionData']({'id':_0x4b7670,'type':_0x134ec3,'createdAt':new Date(),'authorId':_0x443187,'data':_0x156047['data'],'attributes':_0x156047['attributes']});const _0x63303f=this['_model']['createPositionAt'](_0x1586b1['end']['parent'],'after'),_0x50a844=this['_model']['createRange'](_0x63303f,_0x286e89['end']);this['_addSuggestionMarker'](_0x134ec3,_0x4b7670,_0x443187,_0x50a844);}else{if(_0x286e89['containsPosition'](_0x1586b1['start'])){const _0x40e6f1=this['_model']['createPositionAt'](_0x1586b1['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x156047,this['_model']['createRange'](_0x286e89['start'],_0x40e6f1));}else{const _0x5f6013=this['_model']['createPositionAt'](_0x1586b1['end']['parent'],'after');this['_setSuggestionRange'](_0x156047,this['_model']['createRange'](_0x5f6013,_0x286e89['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x47a010){for(const {suggestion:_0x1f0ed4,meta:_0x44efa3}of this['_findSuggestions'](_0x47a010,'insertion')){if(!_0x44efa3['isOwn'])continue;const _0x387597=_0x1f0ed4['getRanges']();for(const _0x58913c of _0x387597)if(!_0x47a010['getDifference'](_0x58913c)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1d4644){const _0x34c4d6=this['editor']['plugins']['get']('Users')['getUser'](_0x1d4644);if(!_0x34c4d6)throw new _0x4e76c6('track-changes-user-not-found',this);return _0x34c4d6;}['_getExternalAuthor'](_0x4ab46c){const _0x3b9283=this['editor']['plugins']['get']('Users'),_0x2c41ad=_0x1e0dcb('external:'+_0x4ab46c),_0x2c27e6=_0x3b9283['getUser'](_0x2c41ad);return _0x2c27e6||_0x3b9283['addUser']({'id':_0x2c41ad,'name':_0x4ab46c});}['_createSuggestion'](_0x529c55,_0x9bab1f,_0x2321c6,_0x3cd15a,_0x8527a6){const _0x3aa5d3=this['_getAuthorFromId'](_0x3cd15a),_0x27349b=this['_suggestionFactory']['buildSuggestion'](_0x529c55,_0x9bab1f,_0x2321c6,_0x3aa5d3,_0x8527a6,_0x13c4d7=>{this['_updateSuggestionData'](_0x2321c6,{'attributes':_0x13c4d7});const _0x47c0a6=this['getSuggestion'](_0x2321c6);this['_joinWithAdjacentSuggestions'](new Set([_0x47c0a6])),this['_refreshSuggestionsChain'](new Set([_0x47c0a6]));});return this['listenTo'](_0x27349b,'accept',()=>{this['_updateSuggestionData'](_0x2321c6,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x27349b,'discard',()=>{this['_updateSuggestionData'](_0x2321c6,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2321c6,_0x27349b),this['_suggestionState']['set'](_0x27349b,'notReady'),_0x27349b;}['_splitMarkerName'](_0x2dfaa9){const _0x3c5d9c=_0x2dfaa9['split'](':');return{'group':_0x3c5d9c[0x0],'type':_0x3c5d9c[0x1],'subType':_0x3c5d9c['length']>=0x5?_0x3c5d9c[0x2]:null,'id':_0x3c5d9c['length']<0x5?_0x3c5d9c[0x2]:_0x3c5d9c[0x3],'authorId':_0x3c5d9c['length']<0x5?_0x3c5d9c[0x3]:_0x3c5d9c[0x4],'markerCount':0x6==_0x3c5d9c['length']?_0x3c5d9c[0x5]:null};}['_breakSuggestionMarker'](_0x441b65,_0x2d779a,_0xcb92b0){const _0x2c01c9=_0x441b65['getFirstRange'](),_0x55e392=_0x2c01c9['start'],_0x1958ab=_0x2c01c9['end'];this['_setSuggestionRange'](_0x441b65,this['_model']['createRange'](_0x55e392,_0x2d779a));const _0x908352=_0x572f80(),_0x4a58f6=_0x441b65['creator']['id'],_0x345510=_0x441b65['type']+(_0x441b65['subType']?':'+_0x441b65['subType']:'');this['_setSuggestionData']({'id':_0x908352,'type':_0x345510,'createdAt':new Date(),'authorId':_0x4a58f6,'originalSuggestionId':_0x441b65['id'],'attributes':_0x441b65['attributes'],'data':_0x441b65['data']});const _0xf3cb1d=this['_getAttributeKey'](_0x441b65);('formatBlock'==_0x441b65['type']||_0xf3cb1d&&this['_isBlockAttribute'](_0xf3cb1d))&&(_0xcb92b0=this['_model']['createPositionBefore'](_0xcb92b0['parent'])),this['_addSuggestionMarker'](_0x345510,_0x908352,_0x4a58f6,this['_model']['createRange'](_0xcb92b0,_0x1958ab));}['_findSuggestions'](_0x264044,_0x2c428f=null){const _0x36dff5=[],_0x4ae718=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x264044)||(_0x264044=[_0x264044]);for(const _0xbe1069 of this['getSuggestions']()){if(!_0xbe1069['isInContent'])continue;if(_0x2c428f&&_0xbe1069['type']!=_0x2c428f)continue;let _0x512f11=!0x1;for(const _0x1e2d0f of _0xbe1069['getRanges']()){for(const _0x32698d of _0x264044){const _0x118e26=_0x32698d['start']['isEqual'](_0x1e2d0f['end'])||_0x32698d['end']['isEqual'](_0x1e2d0f['start']);if(_0x118e26||_0x32698d['getIntersection'](_0x1e2d0f)){const _0x2c0cc5=_0x32698d['containsRange'](_0x1e2d0f)&&Rt(this['_model']['schema'],_0x1e2d0f['start'],_0x32698d),_0x4c84bd=_0x1e2d0f['containsRange'](_0x32698d)&&Rt(this['_model']['schema'],_0x32698d['start'],_0x1e2d0f);_0x36dff5['push']({'suggestion':_0xbe1069,'meta':{'isOwn':_0x4ae718==_0xbe1069['author'],'isNextTo':_0x118e26,'isInsideObject':_0x2c0cc5,'containsRangeInObject':_0x4c84bd}}),_0x512f11=!0x0;break;}}if(_0x512f11)break;}}return _0x36dff5;}['_addSuggestionMarker'](_0x22eec9,_0x399b56,_0x1ceb79,_0x1a112d,_0x4dca2d){this['_model']['change'](_0x4c62fd=>{let _0x19ba5c='suggestion:'+_0x22eec9+':'+_0x399b56+':'+_0x1ceb79;_0x4dca2d&&(_0x19ba5c=_0x19ba5c+':'+_0x4dca2d),_0x4c62fd['addMarker'](_0x19ba5c,{'range':_0x1a112d,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1f214c){const _0x51aa21=_0x1f214c['previous'],_0x21d3ee=_0x1f214c['next'];_0x1f214c['previous']=null,_0x1f214c['next']=null,null!=_0x51aa21&&_0x51aa21['next']==_0x1f214c&&(_0x51aa21['next']=_0x21d3ee),null!=_0x21d3ee&&_0x21d3ee['previous']==_0x1f214c&&(_0x21d3ee['previous']=_0x51aa21),'ready'==this['_suggestionState']['get'](_0x1f214c)&&(this['_suggestionState']['set'](_0x1f214c,'removed'),this['fire']('suggestionUnloaded',_0x1f214c,_0x51aa21,_0x21d3ee));}['_setSuggestionData'](_0x1aa237){const _0x50795d=_0x1aa237['id'],_0xf1eab7=this['addSuggestionData'](_0x1aa237);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x3ccbae=this['editor']['plugins']['get']('PendingActions'),_0x56a6a2=_0xf1eab7['hasComments'],_0x56a75b=_0xf1eab7['subType']?_0xf1eab7['type']+':'+_0xf1eab7['subType']:_0xf1eab7['type'],_0x5eeb36=this['editor']['locale'],_0x5ea5be=_0x3ccbae['add'](o(_0x5eeb36,'PENDING_ACTION_SUGGESTION')),_0x4e5594={'id':_0x50795d,'type':_0x56a75b,'hasComments':_0x56a6a2,'data':_0x1aa237['data']||null,'originalSuggestionId':_0x1aa237['originalSuggestionId']||null,'attributes':_0xf1eab7['attributes']};this['_adapter']['addSuggestion'](_0x4e5594)['then'](_0x1a70b6=>{_0xf1eab7['_saved']=!0x0,_0x3ccbae['remove'](_0x5ea5be),_0x1a70b6&&_0x1a70b6['createdAt']&&(this['_suggestions']['get'](_0x50795d)['createdAt']=_0x1a70b6['createdAt']);})['catch'](_0x36213b=>{throw _0x42bf5c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xf1eab7['discard']();}),_0xf1eab7['stopListening'](),this['_suggestions']['delete'](_0xf1eab7['id']),this['_suggestionState']['delete'](_0xf1eab7),_0x36213b;});}return _0xf1eab7;}['_isBlockAttribute'](_0x2e9af2){return this['_blockAttributeKeys']['has'](_0x2e9af2);}['_updateSuggestionData'](_0x4cf6b2,_0x598350){const _0x5b7a4a=this['editor']['plugins']['get']('PendingActions'),_0x544561=this['getSuggestion'](_0x4cf6b2);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x544561['_saved']){const _0xdb4421=_0x5b7a4a['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x4cf6b2,_0x598350)['then'](()=>{_0x5b7a4a['remove'](_0xdb4421);});}else _0x544561['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x4cf6b2,_0x598350);});}}['_getSuggestionData'](_0x47d4ab){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x4e76c6('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x47d4ab);}['_handleNewSuggestionMarker'](_0x150d81){const {id:_0x2bb73c,type:_0x162f31,subType:_0x3228ac,authorId:_0x2b6599}=this['_splitMarkerName'](_0x150d81),_0x28ccdd=this['_suggestions']['get'](_0x2bb73c)||this['_createSuggestion'](_0x162f31,_0x3228ac,_0x2bb73c,_0x2b6599,{});switch(this['_checkSuggestionCorrectness'](_0x28ccdd,_0x162f31,_0x3228ac,_0x2b6599),this['_suggestionState']['get'](_0x28ccdd)){case'notReady':this['_getSuggestionData'](_0x2bb73c)['then'](_0x11cd52=>{let _0x511c84=Promise['resolve']();_0x11cd52['hasComments']&&(_0x511c84=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x2bb73c})),_0x511c84['then'](()=>{this['addSuggestionData'](_0x11cd52)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x28ccdd,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x2bb73c,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x28ccdd,'ready'),this['fire']('suggestionLoaded',_0x28ccdd);break;case'ready':this['fire']('suggestionChanged',_0x28ccdd);}return _0x28ccdd['addMarkerName'](_0x150d81),_0x28ccdd;}['_refreshSuggestionsChain'](_0x1ecd92){const _0x3b3280=Array['from'](_0x1ecd92),_0x3d1680=_0x3b3280['filter'](_0x4ed1b1=>'attribute'==_0x4ed1b1['type']);this['_refreshAttributeSuggestionsChain'](_0x3d1680);const _0x38df43=_0x3b3280['filter'](_0x3d27d8=>!_0x3d27d8['isMultiRange']&&'attribute'!=_0x3d27d8['type']),_0x25df40=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2e0d07=>!_0x2e0d07['isMultiRange']&&'attribute'!=_0x2e0d07['type']),_0x21acce=_0x25df40['filter'](_0x3ead60=>!_0x1ecd92['has'](_0x3ead60)),_0x429a35=new Map(_0x25df40['map'](_0xc3be23=>[_0xc3be23,this['_suggestionFactory']['getSuggestionCallback'](_0xc3be23['type'],_0xc3be23['subType'],'chain')])),_0x400fef=new Map(_0x25df40['map'](_0x480abf=>[_0x480abf,_0x480abf['getFirstRange']()])),_0x1e0c9b=new Set(),_0x260112=new Set();for(let _0x4d39c7=0x0;_0x4d39c7<_0x38df43['length'];_0x4d39c7++)_0x4dcdd4(_0x38df43[_0x4d39c7],_0x38df43,_0x4d39c7+0x1);for(let _0xb38dd1=0x0;_0xb38dd1<_0x38df43['length'];_0xb38dd1++)_0x4dcdd4(_0x38df43[_0xb38dd1],_0x21acce,0x0);const _0x1da68a=new Set();for(let _0x3c020b=0x0;_0x3c020b<_0x38df43['length'];_0x3c020b++){const _0x360811=_0x38df43[_0x3c020b];!_0x260112['has'](_0x360811)&&_0x360811['previous']&&(_0x1da68a['add'](_0x360811['previous']),_0x360811['previous']['next']===_0x360811&&(_0x360811['previous']['next']=null),_0x360811['previous']=null),!_0x1e0c9b['has'](_0x360811)&&_0x360811['next']&&(_0x1da68a['add'](_0x360811['next']),_0x360811['next']['previous']===_0x360811&&(_0x360811['next']['previous']=null),_0x360811['next']=null);}function _0x4dcdd4(_0x5b3e34,_0x10c321,_0x41e574){for(let _0x30a483=_0x41e574;_0x30a483<_0x10c321['length'];_0x30a483++){const _0x5c9938=_0x37a684(_0x5b3e34,_0x10c321[_0x30a483]);_0x5c9938&&(_0x5c9938[0x0]['next']=_0x5c9938[0x1],_0x5c9938[0x1]['previous']=_0x5c9938[0x0],_0x1e0c9b['add'](_0x5c9938[0x0]),_0x260112['add'](_0x5c9938[0x1]));}}function _0x37a684(_0x12948f,_0x1b4acc){if(_0x12948f['author']['id']!==_0x1b4acc['author']['id'])return null;const _0x329049=_0x429a35['get'](_0x12948f)(_0x12948f,_0x1b4acc,_0x400fef['get'](_0x12948f),_0x400fef['get'](_0x1b4acc));if(!_0x329049)return null;return _0x429a35['get'](_0x1b4acc)(_0x12948f,_0x1b4acc,_0x400fef['get'](_0x12948f),_0x400fef['get'](_0x1b4acc))?_0x329049[0x1]['commentThread']&&_0x329049[0x1]['commentThread']['length']?null:_0x329049:null;}_0x1da68a['size']&&this['_refreshSuggestionsChain'](_0x1da68a);}['_refreshAttributeSuggestionsChain'](_0x53b96b){if(0x0==_0x53b96b['length'])return;const _0x3e4c9b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2ee472=>'attribute'==_0x2ee472['type']&&_0x2ee472['_isDataLoaded']),_0x495122=[],_0x56a680=new Map();for(const _0x5d4651 of _0x3e4c9b){const _0x244af4=_0x1e0dcb(_0x5d4651['attributes']);_0x56a680['has'](_0x244af4)||(_0x56a680['set'](_0x244af4,_0x495122['length']),_0x495122['push']([]));const _0x1b80d8=_0x56a680['get'](_0x244af4);_0x495122[_0x1b80d8]['push'](_0x5d4651);}!(function(){_0x495122['sort']((_0x13c6cf,_0x148744)=>{const _0x583152=_0x13c6cf[0x0]['createdAt'],_0x191c1d=_0x148744[0x0]['createdAt'];return _0x583152==_0x191c1d?_0x13c6cf[0x0]['attributes']['groupId']<_0x148744[0x0]['attributes']['groupId']?-0x1:0x1:_0x583152<_0x191c1d?-0x1:0x1;});for(const _0x3a0864 of _0x495122)_0x3a0864['sort']((_0x2fb373,_0x51383b)=>_0x2fb373['id']<_0x51383b['id']?-0x1:0x1);}());for(let _0x261f82=0x0;_0x261f82<_0x495122['length'];_0x261f82++){if(0x0==_0x495122[_0x261f82]['length'])continue;const _0x2371e7=[];for(let _0x7d3f90=_0x261f82+0x1;_0x7d3f90<_0x495122['length'];_0x7d3f90++)0x0!=_0x495122[_0x7d3f90]['length']&&_0x46fade(_0x495122[_0x261f82],_0x495122[_0x7d3f90])&&_0x2371e7['push'](_0x7d3f90);for(const _0x153189 of _0x2371e7)_0x495122[_0x261f82]=_0x495122[_0x261f82]['concat'](_0x495122[_0x153189]),_0x495122[_0x153189]=[];}for(const _0x7c3a27 of _0x495122)for(let _0x521130=0x0;_0x521130<_0x7c3a27['length'];_0x521130++)_0x7c3a27[_0x521130]['next']=_0x7c3a27[_0x521130+0x1]||null;for(const _0x3fbdac of _0x495122)for(let _0x40c185=0x0;_0x40c185<_0x3fbdac['length'];_0x40c185++)_0x3fbdac[_0x40c185]['previous']=_0x3fbdac[_0x40c185-0x1]||null;function _0x46fade(_0x50550f,_0x29c3fe){if(_0x50550f[0x0]['attributes']['groupId']!==_0x29c3fe[0x0]['attributes']['groupId']&&_0x50550f[0x0]['author']!==_0x29c3fe[0x0]['author'])return!0x1;if(!function(_0x3fa2d1,_0x3d6f24){if(!_0x3fa2d1['hasComments']&&!_0x3d6f24['hasComments'])return!0x0;if(_0x3fa2d1['hasComments']&&_0x3d6f24['hasComments'])return!0x1;if(_0x3fa2d1['hasComments']&&_0x3d6f24['createdAt']<_0x3fa2d1['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x3d6f24['hasComments']&&_0x3fa2d1['createdAt']<_0x3d6f24['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x50550f[0x0],_0x29c3fe[0x0]))return!0x1;const _0x437b42=Bt(_0x50550f[0x0]['attributes'],'groupId'),_0x5c1bcf=Bt(_0x29c3fe[0x0]['attributes'],'groupId');if(!_0x5e988c(_0x437b42,_0x5c1bcf))return!0x1;return!!_0x50550f['every'](_0xdb118a=>_0x29c3fe['some'](_0x4747a6=>_0xdb118a['getFirstRange']()['isEqual'](_0x4747a6['getFirstRange']())))&&_0x29c3fe['every'](_0x33a74d=>_0x50550f['some'](_0x406645=>_0x33a74d['getFirstRange']()['isEqual'](_0x406645['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x145a39){const _0x47350a=Array['from'](_0x145a39),_0x2b2c22=this['getSuggestions']({'skipNotAttached':!0x0}),_0x410470=_0x2b2c22['filter'](_0x1d8ca9=>!_0x145a39['has'](_0x1d8ca9)),_0x1c5da2=new Map(_0x47350a['map'](_0x2677e2=>[_0x2677e2,this['_suggestionFactory']['getSuggestionCallback'](_0x2677e2['type'],_0x2677e2['subType'],'join')])),_0x477282=new Map(_0x2b2c22['map'](_0x49e9a3=>[_0x49e9a3,_0x49e9a3['getRanges']()]));for(let _0xa753bf=0x0;_0xa753bf<_0x47350a['length'];_0xa753bf++){if(_0x193c90(this,_0x47350a[_0xa753bf],_0x47350a,_0xa753bf+0x1))return!0x0;}for(let _0x299ce3=0x0;_0x299ce3<_0x47350a['length'];_0x299ce3++){if(_0x193c90(this,_0x47350a[_0x299ce3],_0x410470,0x0))return!0x0;}return!0x1;function _0x193c90(_0x5da78a,_0x2f7e2,_0x22b7cd,_0x12e8a2){for(let _0x1198ae=_0x12e8a2;_0x1198ae<_0x22b7cd['length'];_0x1198ae++){const _0x45f345=_0x22b7cd[_0x1198ae];if(_0x45f345['type']!==_0x2f7e2['type']||_0x45f345['author']['id']!==_0x2f7e2['author']['id']||_0x45f345['subType']!==_0x2f7e2['subType'])continue;if(!Pt(_0x2f7e2,_0x45f345,['groupId']))continue;if('attribute'==_0x2f7e2['type']&&_0x2f7e2['data']['oldValue']!=_0x45f345['data']['oldValue'])continue;if('attribute'==_0x2f7e2['type']&&_0x5da78a['_isBlockAttribute'](_0x2f7e2['data']['key']))continue;if('formatBlock'==_0x2f7e2['type']){const _0x160728=_0x5da78a['editor']['model'],_0x17a679=_0x2f7e2['getContainedElement']();if(_0x17a679&&(_0x160728['schema']['isObject'](_0x17a679)||_0x160728['schema']['isLimit'](_0x17a679)))continue;}const _0x4e80d2=_0x1c5da2['get'](_0x2f7e2),_0x2a97a9=_0x477282['get'](_0x2f7e2),_0x30a577=_0x477282['get'](_0x45f345),_0x1b2e27=_0x2f7e2['commentThread']&&_0x2f7e2['commentThread']['length'],_0x5d0190=_0x45f345['commentThread']&&_0x45f345['commentThread']['length'];if(!_0x1b2e27&&_0x4e80d2(_0x30a577,_0x2a97a9))return _0x5da78a['_joinSuggestions'](_0x45f345,_0x2f7e2),_0x477282['delete'](_0x2f7e2),!0x0;if(!_0x5d0190&&_0x4e80d2(_0x2a97a9,_0x30a577))return _0x5da78a['_joinSuggestions'](_0x2f7e2,_0x45f345),_0x477282['delete'](_0x45f345),!0x0;}return!0x1;}}['_joinSuggestions'](_0xd1d304,_0x40ff16){if(_0xd1d304['isMultiRange']){for(const _0x56cd96 of _0x40ff16['getRanges']())_0xd1d304['addRange'](_0x56cd96);}else{const _0x5ba1d1=_0x40ff16['getFirstRange']()['end'];this['_setSuggestionRange'](_0xd1d304,this['_model']['createRange'](_0xd1d304['getFirstRange']()['start'],_0x5ba1d1));}_0x40ff16['removeMarkers']();}['_getMarkerAnnouncementText'](_0x319f4c,_0x180bf5){const _0x54e482=_0x319f4c['startsWith']('format')||_0x319f4c['startsWith']('attribute')?'FORMATTING':_0x319f4c['toUpperCase']();return o(this['editor']['locale'],_0x180bf5+'_'+_0x54e482+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0xa519dd=this['editor'];if(!_0xa519dd['ui'])return;const {ariaLiveAnnouncer:_0x526d94}=_0xa519dd['ui'];_0x5ba890(this['_model'],({left:_0x502ff6,entered:_0x5b1ec3})=>{for(const _0x1ad487 of _0x502ff6){const {group:_0x36dec6,type:_0x44d82c}=this['_splitMarkerName'](_0x1ad487['name']);if('suggestion'===_0x36dec6){_0x526d94['announce'](this['_getMarkerAnnouncementText'](_0x44d82c,'LEAVE'));break;}}for(const _0xc8189a of _0x5b1ec3){const {group:_0x14275e,type:_0x4640a6}=this['_splitMarkerName'](_0xc8189a['name']);if('suggestion'===_0x14275e){_0x526d94['announce'](this['_getMarkerAnnouncementText'](_0x4640a6,'ENTER'));break;}}});}['_processAttributeChanges'](_0x357f66){if(this['_recordAttributeSuggestions'])return!0x1;const _0x5d63b0=this['editor'],_0x351066=_0x5d63b0['model']['document']['differ']['getChanges']();if(0x0==_0x351066['length'])return!0x1;const _0x41d6c1=[],_0x3e6064=_0x351066['filter'](_0x401582=>'attribute'==_0x401582['type']),_0x548d6f=_0x351066['filter'](_0x95c1c1=>'insert'==_0x95c1c1['type']&&'$text'!=_0x95c1c1['name']),_0xbd0195=_0x351066['filter'](_0x529ade=>'remove'==_0x529ade['type']&&'$text'!=_0x529ade['name']);for(const _0xb72744 of _0x3e6064)_0x41d6c1['push']({'key':_0xb72744['attributeKey'],'newValue':_0xb72744['attributeNewValue'],'oldValue':_0xb72744['attributeOldValue'],'range':Ot(_0xb72744['range'],_0x5d63b0['model'])});for(const _0x39eff1 of _0x548d6f){const _0x4e5b5e=_0xbd0195['find'](_0x458378=>_0x458378['position']['isEqual'](_0x39eff1['position']));_0x4e5b5e&&_0x41d6c1['push']({'key':m,'newValue':_0x39eff1['name'],'oldValue':_0x4e5b5e['name'],'range':_0x5d63b0['model']['createRangeOn'](_0x39eff1['position']['nodeAfter'])});}return 0x0!=_0x41d6c1['length']&&this['_reduceExistingSuggestions'](_0x357f66,_0x41d6c1);}['_processAttributeSuggestions'](_0x3f0bc8){let _0x4207cd=!0x1;const _0x6bd8ab=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x55fd71=>_0x55fd71['data']['newRange']&&_0x55fd71['name']['startsWith']('suggestion:attribute:'));for(const _0x432c8d of _0x6bd8ab){const {subType:_0xa865ce,id:_0x5dd1f6}=this['_splitMarkerName'](_0x432c8d['name']),_0x3ffd6a=_0xa865ce['split']('|')[0x0];for(const _0x333d3d of this['getSuggestions']({'skipNotAttached':!0x0}))_0x333d3d['id']!=_0x5dd1f6&&'attribute'==_0x333d3d['type']&&_0x333d3d['data']&&_0x333d3d['data']['key']==_0x3ffd6a&&_0x333d3d['getFirstRange']()['isIntersecting'](_0x432c8d['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x333d3d,_0x432c8d['data']['newRange'],_0x3f0bc8),_0x4207cd=!0x0);}return _0x4207cd;}['_recordAttributeChanges'](_0x31861a){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x31861a();}['_isRegisteredAttribute'](_0x522b5f){const _0x592468=this['_isBlockAttribute'](_0x522b5f),_0x4a31e1=this['_inlineAttributeKeys']['has'](_0x522b5f);return _0x592468||_0x4a31e1;}['_reduceExistingSuggestions'](_0x1107c8,_0x12ad8a){if(0x0==_0x12ad8a['length'])return!0x1;let _0x280460=!0x1;for(const _0x1fda7b of _0x12ad8a){const _0x5d6fec=this['_findSuggestions'](_0x1fda7b['range'],'attribute')['filter'](_0x556b3a=>!_0x556b3a['meta']['isNextTo'])['map'](_0x4aecf6=>_0x4aecf6['suggestion']),_0x57bab0=_0x1e0dcb({'newValue':_0x1fda7b['newValue']});_0x5d6fec['filter'](_0x4283de=>{const [_0x4164fe,_0x5682c8]=_0x4283de['subType']['split']('|');return _0x4164fe==_0x1fda7b['key']&&_0x5682c8!=_0x57bab0;})['forEach'](_0x49517d=>{this['_reduceSuggestionAttributeRange'](_0x49517d,_0x1fda7b['range'],_0x1107c8),_0x280460=!0x0;});}return _0x280460;}['_reduceSuggestionAttributeRange'](_0x1515d5,_0x214c27,_0x8ad5c){const _0x2a3b3b=_0x1515d5['getFirstRange']()['getDifference'](_0x214c27);0x0!==_0x2a3b3b['length']?0x1!==_0x2a3b3b['length']?this['_breakSuggestionMarker'](_0x1515d5,_0x214c27['start'],_0x214c27['end']):this['_setSuggestionRange'](_0x1515d5,_0x2a3b3b[0x0]):_0x8ad5c['removeMarker'](_0x1515d5['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x275e51){this['_editor']=_0x275e51,this['_model']=_0x275e51['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3c81a2,_0x161d5b,_0x2e88bf,_0xaa91b0,_0x3c47a0,_0x1c5751){return new u(this['_model'],{'type':_0x3c81a2,'subType':_0x161d5b,'id':_0x2e88bf,'author':_0xaa91b0,'creator':_0xaa91b0,'attributes':_0x3c47a0,'onAttributesChange':_0x1c5751,'onAccept':(..._0x10e547)=>this['getSuggestionCallback'](_0x3c81a2,_0x161d5b,'accept')(..._0x10e547),'onDiscard':(..._0x374269)=>this['getSuggestionCallback'](_0x3c81a2,_0x161d5b,'discard')(..._0x374269)});}['registerCustomCallback'](_0x179658,_0x5ba4f5,_0x239481,_0x526fc5){const _0x551aea=_0x179658+':'+_0x5ba4f5+':'+_0x239481;this['_customCallbacks']['set'](_0x551aea,_0x526fc5);}['getSuggestionCallback'](_0x881db5,_0x149324,_0x6397fb){const _0x5785c7=_0x881db5+':'+_0x149324+':'+_0x6397fb;return this['_customCallbacks']['get'](_0x5785c7)||this['_defaultCallbacks']['get'](_0x881db5+':'+_0x6397fb);}['_registerDefaultCallbacks'](){const _0x43d421=()=>!0x1,_0x4f51cc=_0x56ad85=>{_0x56ad85['sort']((_0x3c7623,_0x2ad60b)=>_0x3c7623['start']['isBefore'](_0x2ad60b['start'])?0x1:-0x1),this['_model']['change'](_0x155598=>{for(const _0x40efd9 of _0x56ad85){let _0x6f34f1;_0x6f34f1=_0x40efd9['end']['isAtEnd']&&_0x40efd9['end']['parent']==_0x40efd9['start']['nodeAfter']?_0x155598['createSelection'](_0x40efd9['start']['nodeAfter'],'on'):_0x155598['createSelection'](_0x40efd9),this['_model']['deleteContent'](_0x6f34f1,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3e73ed=(_0x2204b1,_0x3cd804)=>{_0x3cd804&&this['_model']['change'](_0x4be078=>{const {commandName:_0x52856f,commandParams:_0xc91d6c=[]}=_0x3cd804,_0x15f657=_0x2204b1['map'](_0x364b5f=>(Tt(_0x364b5f)&&(_0x364b5f=this['_model']['createRange'](_0x364b5f['end'])),_0x364b5f))['filter'](_0x29e0b1=>'$graveyard'!==_0x29e0b1['root']['rootName']);if(_0x15f657['length']<0x1)return;const _0x2a666b=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x30eb59=>_0x273003['fromRange'](_0x30eb59));_0x4be078['setSelection'](_0x15f657);for(const _0x4a2eba of this['_editor']['commands']['commands']())_0x4a2eba['refresh']();_0xc91d6c['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x52856f,..._0xc91d6c);const _0x369c97=_0x2a666b['filter'](_0x19f5a6=>'$graveyard'!=_0x19f5a6['root']['rootName']);_0x369c97['length']>0x0&&_0x4be078['setSelection'](_0x369c97);for(const _0x40adc2 of _0x2a666b)_0x40adc2['detach']();});},_0x2247bb=(_0x35d86d,_0x54c604)=>0x1==_0x35d86d['length']&&0x1==_0x54c604['length']&&_0x35d86d[0x0]['end']['isEqual'](_0x54c604[0x0]['start']),_0x5d7d5e=(_0x51a2a0,_0x5228b9,_0x323f37,_0x569899)=>Ft(_0x51a2a0,_0x5228b9,_0x323f37,_0x569899,this['_model'])?[_0x51a2a0,_0x5228b9]:Ft(_0x5228b9,_0x51a2a0,_0x569899,_0x323f37,this['_model'])?[_0x5228b9,_0x51a2a0]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x43d421),this['_defaultCallbacks']['set']('insertion:discard',_0x4f51cc),this['_defaultCallbacks']['set']('insertion:join',_0x2247bb),this['_defaultCallbacks']['set']('insertion:chain',_0x5d7d5e),this['_defaultCallbacks']['set']('deletion:accept',_0x4f51cc),this['_defaultCallbacks']['set']('deletion:discard',_0x43d421),this['_defaultCallbacks']['set']('deletion:join',_0x2247bb),this['_defaultCallbacks']['set']('deletion:chain',_0x5d7d5e),this['_defaultCallbacks']['set']('formatInline:accept',_0x3e73ed),this['_defaultCallbacks']['set']('formatInline:discard',_0x43d421),this['_defaultCallbacks']['set']('formatInline:join',_0x2247bb),this['_defaultCallbacks']['set']('formatInline:chain',_0x43d421),this['_defaultCallbacks']['set']('formatBlock:accept',_0x3e73ed),this['_defaultCallbacks']['set']('formatBlock:discard',_0x43d421),this['_defaultCallbacks']['set']('formatBlock:join',_0x2247bb),this['_defaultCallbacks']['set']('formatBlock:chain',_0x43d421),this['_defaultCallbacks']['set']('attribute:accept',_0x43d421),this['_defaultCallbacks']['set']('attribute:discard',(_0x102466,_0x10d28b)=>{if(!_0x10d28b)return;const _0x579849=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x45c40=>{if(_0x10d28b['key']==m)for(const _0x59e5b9 of _0x102466){const _0x584f59=_0x59e5b9['start']['nodeAfter'],_0x4605f5=_0x10d28b['oldValue'];_0x45c40['rename'](_0x584f59,_0x4605f5);}else{if(_0x579849['_isBlockAttribute'](_0x10d28b['key'])){for(const _0x120576 of _0x102466)void 0x0!==_0x10d28b['oldValue']?_0x45c40['setAttribute'](_0x10d28b['key'],_0x10d28b['oldValue'],_0x120576['start']['nodeAfter']):_0x45c40['removeAttribute'](_0x10d28b['key'],_0x120576['start']['nodeAfter']);}else{for(const _0x3f0c22 of _0x102466)_0x10d28b['oldValue']?_0x45c40['setAttribute'](_0x10d28b['key'],_0x10d28b['oldValue'],_0x3f0c22):_0x45c40['removeAttribute'](_0x10d28b['key'],_0x3f0c22);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2247bb);}}function Rt(_0x5456aa,_0x2fa799,_0x941d42){for(const _0x50df84 of _0x2fa799['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x50df84['root']==_0x50df84)return!0x1;if(!_0x941d42['containsItem'](_0x50df84))return!0x1;if(_0x5456aa['isObject'](_0x50df84)||_0x5456aa['isLimit'](_0x50df84))return!0x0;}return!0x1;}function Tt(_0x200e6b){return _0x200e6b['end']['parent']==_0x200e6b['start']['nodeAfter']&&_0x200e6b['end']['isAtStart'];}function Et(_0x37adda,_0x4e3a06,_0x4f4f7b,_0x498391){const _0x271d9f=_0x2ffb89=>!_0x2ffb89['item']['is']('$textProxy')&&!_0x498391['isObject'](_0x2ffb89['item']),_0x113b4c=_0x37adda['start']['getLastMatchingPosition'](_0x271d9f),_0x36591c=_0x37adda['end']['getLastMatchingPosition'](_0x271d9f,{'direction':'backward'});return(!_0x37adda['start']['isEqual'](_0x113b4c)||!_0x37adda['end']['isEqual'](_0x36591c))&&(_0x113b4c['isBefore'](_0x36591c)?_0x4f4f7b['updateMarker'](_0x4e3a06,{'range':_0x4f4f7b['createRange'](_0x113b4c,_0x36591c)}):_0x4f4f7b['removeMarker'](_0x4e3a06),!0x0);}function Vt(_0x1eb903){return _0x1e0dcb(_0x1eb903);}function Ut(_0x1cdb48){const _0x245d20=_0x1cdb48['start']['nodeAfter'];return _0x245d20&&_0x245d20['is']('element');}function Ot(_0x5de03e,_0x202f12){return null==_0x5de03e['end']['nodeBefore']&&_0x5de03e['end']['parent']==_0x5de03e['start']['nodeAfter']?Gt(_0x5de03e['start']['nodeAfter'],_0x202f12):_0x5de03e;}function Gt(_0x378946,_0x312e33){const _0xf51b63=_0x312e33['schema']['isObject'](_0x378946)||_0x312e33['schema']['isSelectable'](_0x378946);return _0x312e33['createRange'](_0x312e33['createPositionAt'](_0x378946,'before'),_0xf51b63?_0x312e33['createPositionAfter'](_0x378946):_0x312e33['createPositionAt'](_0x378946,'end'));}function Ft(_0x1dc804,_0x5c2ff1,_0x2ceac7,_0x3a15a7,_0x2aa8d1){if(!Pt(_0x1dc804,_0x5c2ff1))return!0x1;if(_0x2ceac7['end']['isEqual'](_0x3a15a7['start']))return!0x0;if(_0x1dc804['type']!=_0x5c2ff1['type'])return!0x1;if(!_0x2ceac7['end']['isTouching'](_0x3a15a7['start']))return!0x1;const _0x79bb37=_0x2aa8d1['createRange'](_0x2ceac7['end'],_0x3a15a7['start'])['getWalker']();for(const _0x12cde0 of _0x79bb37)if(['elementStart','elementEnd']['includes'](_0x12cde0['type'])&&_0x2aa8d1['schema']['isLimit'](_0x12cde0['item']))return!0x1;return!0x0;}function Pt(_0x5e141f,_0x13a4ec,_0x26c628=[]){return!(!_0x5e141f['_isDataLoaded']||!_0x13a4ec['_isDataLoaded'])&&_0x5e988c(Bt(_0x5e141f['attributes'],_0x26c628),Bt(_0x13a4ec['attributes'],_0x26c628));}function Lt(_0x52b660,_0x151dde){const _0x3903fc=Ht(_0x52b660['attributes']),_0x19503f=Ht(_0x151dde);if(!_0x52b660['_isDataLoaded'])return!0x1;for(const _0x13c17e of Object['keys'](_0x19503f))if(!_0x5e988c(_0x3903fc[_0x13c17e],_0x19503f[_0x13c17e]))return!0x1;return!0x0;}function Ht(_0x2398eb){const _0x283d43=Object['assign']({},_0x2398eb);return delete _0x283d43['skipNestingCheck'],delete _0x283d43['tablePasteChainId'],_0x283d43;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x51fa88(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x28bfe6,_0x50c7f3,_0x17d5f5,_0x2456de){super(),this['model']=_0x50c7f3,this['view']=_0x17d5f5,this['commentThreadController']=_0x2456de,this['_editor']=_0x28bfe6,this['_acceptCommand']=_0x28bfe6['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x28bfe6['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x1941c0,_0x335f43)=>_0x1941c0||_0x335f43),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x352f8c=>_0x352f8c&&this['_editor']['model']['canEditAt'](_0x50c7f3['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x114273=>_0x114273&&this['_editor']['model']['canEditAt'](_0x50c7f3['getRanges']())),this['_pendingAction']=null,_0x17d5f5['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x17d5f5,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x17d5f5,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x17d5f5,'change:isDirty',()=>{_0x17d5f5['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 _0xc83bb7=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0xc83bb7);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x29370c{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x5c9d6b,_0x5324dd,_0x41ee29,_0x49fd84){super(_0x5c9d6b),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x5324dd['authoredAt']),this['bind']('authoredAt')['to'](_0x5324dd),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x5324dd,this['_localUser']=_0x41ee29,this['_config']=_0x49fd84,_0x49fd84['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:_0x5d1f22}=this['_config'];this['commentsListView']=new _0x5d1f22(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',_0x1c5628=>_0x1c5628+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x573a90,_0x41d59f)=>_0x573a90||!!_0x41d59f);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x59fa24}=this['_config'],_0x4e75ad=new _0x59fa24(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x401cfe=_0x4e75ad['commentInputView'];return _0x4e75ad['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x401cfe,'value',(_0x5e962d,_0x4dbbe6,_0x774eca)=>!!_0x774eca||_0x5e962d&&!_0x4dbbe6),_0x401cfe['on']('submit',(_0x3a191e,_0x321916)=>{this['fire']('addComment',_0x321916),_0x401cfe['editor']['setData']('');}),_0x401cfe['on']('cancel',()=>this['focus']()),_0x401cfe['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4e75ad;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x36ba70,_0x1b563c,_0x2f9b98,_0x179aea){super(_0x36ba70,_0x1b563c,_0x2f9b98,_0x179aea),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x14095d=>_0x14095d&&_0x14095d[0x0]?_0x14095d[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3cb696,_0x554ded)=>{let _0x373030='';for(const _0x21b841 of _0x3cb696)_0x373030+='<p>'+ds(_0x21b841['content'],_0x21b841['color'])+'</p>';return _0x554ded?_0x373030:_0x1e825e(_0x373030,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x36ba70,'Accept\x20suggestion'),_0x1b14e5['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x36ba70,'Discard\x20suggestion'),_0x1b14e5['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0xec90f(_0x36ba70,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x249ffd=this['bindTemplate'],_0x48da14=[{'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':_0x249ffd['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x249ffd['to']('authoredAt',_0xb40e42=>this['_config']['formatDateTime'](_0xb40e42))}]}]},{'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']&&_0x48da14['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0xf81f10={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x249ffd['if']('isActive','ck-suggestion-wrapper--active'),_0x249ffd['to']('type',_0x65cf86=>'ck-suggestion-'+_0x65cf86),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':_0x48da14}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0xf81f10['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)),_0xf81f10;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x255aef,_0xa6a5f6,_0x3bdc10)=>{this['_descriptionElement']['innerHTML']=_0x3bdc10;});}['_createButton'](_0x14608f,_0x42af19,_0x378b85,_0x3a4bd4,_0x57f8e1){const _0x1e4305=new _0x101247(this['locale']);return _0x1e4305['set']({'label':_0x14608f,'icon':_0x42af19,'tooltip':!0x0,'tooltipPosition':_0x57f8e1}),_0x1e4305['extendTemplate']({'attributes':{'class':_0x378b85}}),_0x1e4305['on']('execute',()=>{this['fire'](_0x3a4bd4,this['_model']['id']);}),_0x1e4305;}['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(_0x2c84e5,_0x1222e8){let _0x4180c8='';return _0x4180c8+=_0x2c84e5['split']('*')['map']((_0x508c7d,_0x3b07de)=>_0x3b07de%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x508c7d)+'</span>':us(_0x508c7d))['join'](''),_0x1222e8&&(_0x4180c8+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x1222e8['value']+'\x22\x20title=\x22'+_0x1222e8['title']+'\x22></span>'),_0x4180c8;}function us(_0x38e100){const _0x1fc49c=document['createElement']('span');return _0x1fc49c['innerText']=_0x38e100,_0x1fc49c['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 _0x59c88b{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x33ac0f,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x44dff4){super(_0x44dff4),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1379a3=this['editor']['config'];_0x1379a3['define']('trackChanges.SuggestionThreadView',ne),_0x1379a3['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1379a3['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x40632a,_0x1ff2d9){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4bd3a0,_0x335264]of this['_handleControllerBuffer']){const _0x52fee4=this['_suggestionToController']['has'](_0x4bd3a0);_0x52fee4||_0x335264?_0x52fee4&&_0x335264&&this['_destroyController'](_0x4bd3a0):this['_initializeController'](_0x4bd3a0);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x40632a,_0x1ff2d9);}['init'](){const _0x5c80df=this['editor'],_0xd6b022=_0x5c80df['plugins']['get']('TrackChangesEditing'),_0x305918=_0x5c80df['plugins']['get']('Annotations'),_0x5924d4=_0x5c80df['plugins']['get']('EditorAnnotations'),_0x4a2cf0=_0x5c80df['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x5924d4['addSourceCollector'](()=>{const _0x5b2a5b=[];for(const [_0x2b6b3d,_0x5dedc2]of Array['from'](this['_suggestionToController'])){const _0x3b7193=_0x2b6b3d['getAllAdjacentSuggestions'](),_0x275511=[];for(const _0x54f8ef of _0x3b7193){if(!_0x54f8ef['isInContent'])continue;if(_0x54f8ef['isMultiRange']){_0x275511['push'](..._0x54f8ef['getRanges']());continue;}const _0x4a05cd=_0x54f8ef['getFirstRange']();if(_0x275511['length']>0x0){const _0x5dc37e=_0x275511[0x0]['getJoined'](_0x4a05cd);if(_0x5dc37e){_0x275511[0x0]=_0x5dc37e;continue;}}_0x275511['push'](_0x4a05cd);}_0x5b2a5b['push']([_0x5dedc2['view'],_0x275511]);}return _0x5b2a5b;}),this['listenTo'](_0xd6b022,'suggestionLoaded',(_0x275ff3,_0x4f57d4)=>{this['listenTo'](_0x4f57d4,'change:previous',(_0x59f1b0,_0xae58ff,_0x12e54a,_0x53d287)=>{_0x4f57d4['isInContent']&&(null==_0x12e54a?(this['_updateController'](_0x53d287['head']),this['_handleSuggestionControllerDelayed'](_0x4f57d4,!0x1)):(this['_updateController'](_0x12e54a['head']),null==_0x53d287&&this['_handleSuggestionControllerDelayed'](_0x4f57d4,!0x0)));}),null!==_0x4f57d4['previous']?this['_updateController'](_0x4f57d4['head']):this['_handleSuggestionControllerDelayed'](_0x4f57d4,!0x1);}),this['listenTo'](_0xd6b022,'suggestionUnloaded',(_0x7867a5,_0x41ce56,_0x3d6f8d)=>{this['stopListening'](_0x41ce56,'change:previous'),this['_handleControllerBuffer']['delete'](_0x41ce56),this['_suggestionToController']['has'](_0x41ce56)&&this['_destroyController'](_0x41ce56),_0x3d6f8d&&this['_updateController'](_0x3d6f8d['head']);}),this['listenTo'](_0xd6b022,'suggestionChanged',(_0x12db26,_0x2a62d2)=>{this['_updateController'](_0x2a62d2);}),this['listenTo'](_0x305918,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4a2cf0,'addComment',(_0x519a6e,{threadId:_0x42a3e5,isFromAdapter:_0x5cc65a})=>{if(_0x5cc65a||!_0xd6b022['hasSuggestion'](_0x42a3e5))return;const _0x5aaa9c=_0xd6b022['getSuggestion'](_0x42a3e5);this['_suggestionToController']['get'](_0x5aaa9c)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x3a5a43=this['editor']['plugins']['get']('Annotations'),_0x44a5b5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2b2088=Array['from'](_0x3a5a43['activeAnnotations'],_0x406c38=>_0x406c38['innerView'])['filter'](_0x2964a7=>this['_viewToController']['has'](_0x2964a7)),_0x3599a0=[];for(const _0x1e3e9c of _0x2b2088){const _0x26b652=this['_viewToController']['get'](_0x1e3e9c)['model']['getAllAdjacentSuggestions']();_0x3599a0['push'](..._0x26b652['reduce']((_0x1fd295,_0x28f558)=>[..._0x1fd295,..._0x28f558['getMarkerNames']()],[]));}_0x44a5b5['activeMarkers']=_0x3599a0;}['_addUIComponentsToFactory'](){const _0x5748e2=this['editor'],_0x202a74=_0x5748e2['locale'],_0xf4f30f=o(_0x202a74,'Track\x20changes'),_0x5093a5=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0xf4f30f,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x202a74,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x202a74,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x202a74,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x202a74,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x106360 of _0x5093a5)if(ae(_0x106360)){const _0x4b9068=_0x5748e2['commands']['get'](_0x106360['model']['commandName']);_0x106360['model']['bind']('isOn','isEnabled')['to'](_0x4b9068,'value','isEnabled');}_0x5748e2['ui']['componentFactory']['add']('trackChanges',_0x114617=>this['_createToolbarButton'](_0x114617,_0x5093a5,_0xf4f30f)),_0x5748e2['ui']['componentFactory']['add']('menuBar:trackChanges',_0x57dd60=>this['_createMenuBarMenu'](_0x57dd60,_0x5093a5,_0xf4f30f));}['_createToolbarButton'](_0x19a532,_0x3611c3,_0x583588){const _0x1440ce=zt(_0x19a532,Zt),_0x5788f6=this['editor']['commands']['get']('trackChanges');_0x1440ce['buttonView']['set']({'tooltip':_0x583588,'label':_0x583588,'icon':ie}),_0x1440ce['buttonView']['bind']('isOn')['to'](_0x5788f6,'value'),_0x1440ce['buttonView']['on']('execute',()=>{_0x5788f6['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x1440ce,_0x3611c3,{'role':'menu'});const _0x2134be=[];for(const _0x11dd23 of _0x3611c3)ae(_0x11dd23)&&_0x2134be['push'](this['editor']['commands']['get'](_0x11dd23['model']['commandName']));const _0x36b1ab=_0x1440ce['buttonView'];return _0x36b1ab['actionView']['unbind']('isEnabled'),_0x36b1ab['arrowView']['unbind']('isEnabled'),_0x36b1ab['actionView']['bind']('isEnabled')['to'](_0x5788f6,'isEnabled'),_0x36b1ab['arrowView']['bind']('isEnabled')['toMany'](_0x2134be,'isEnabled',(..._0x49a16f)=>_0x49a16f['some'](_0x67748b=>_0x67748b)),_0x1440ce['on']('execute',_0x204324=>{this['editor']['execute'](_0x204324['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x1440ce;}['_createMenuBarMenu'](_0x5209db,_0x2e48b3,_0x21923f){const _0x4ea243=new Kt(_0x5209db),_0x3b63b5=this['editor']['commands']['get']('trackChanges');_0x4ea243['buttonView']['set']({'label':_0x21923f,'icon':ie});const _0x2f97be=new Qt(_0x5209db);for(const _0x4e9505 of _0x2e48b3){if('separator'==_0x4e9505['type']){_0x2f97be['items']['add'](new Jt(_0x5209db));continue;}const _0x2f9b16=new Xt(_0x5209db,_0x4ea243),_0x317ecc=new Yt(_0x5209db),_0x1b9b10=_0x4e9505['model'];_0x317ecc['bind'](...Object['keys'](_0x1b9b10))['to'](_0x1b9b10),_0x317ecc['delegate']('execute')['to'](_0x4ea243),_0x317ecc['on']('execute',()=>{this['editor']['execute'](_0x1b9b10['commandName']),this['editor']['editing']['view']['focus']();}),_0x2f9b16['children']['add'](_0x317ecc),_0x2f97be['items']['add'](_0x2f9b16);}return _0x4ea243['bind']('isEnabled')['to'](_0x3b63b5,'isEnabled'),_0x4ea243['panelView']['children']['add'](_0x2f97be),_0x4ea243;}['_initializeController'](_0x32c2fd){const _0x42ea30=this['editor'],_0xedfc58=_0x42ea30['config'],_0x1a7488=_0x42ea30['plugins']['get']('Annotations'),_0x211832=_0x42ea30['plugins']['get']('CommentsRepository'),_0xac9283=_0x42ea30['plugins']['get']('EditorAnnotations'),_0xa6e14d=_0x42ea30['plugins']['get'](_0x33ac0f)['me'],_0x350827=_0xedfc58['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x841418,CommentThreadInputView:_0x25d55a}=_0x42ea30['plugins']['get']('CommentsUI');let _0x21aacc,_0x27fd4e;this['_annotationViews']['has'](_0x32c2fd['id'])?(_0x27fd4e=this['_annotationViews']['get'](_0x32c2fd['id']),_0x21aacc=_0x27fd4e['mainView']):(_0x21aacc=new _0x350827(_0x42ea30['locale'],_0x32c2fd,_0xa6e14d,{'disableComments':this['_disableComments'],'editorConfig':_0xedfc58['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0xedfc58['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xedfc58['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xedfc58['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2f0187(_0xedfc58['get']('locale')),'CommentView':_0xedfc58['get']('comments')['CommentView'],'CommentsListView':_0x841418,'CommentThreadInputView':_0x25d55a}),_0x21aacc['acceptButton']['on']('execute',()=>{_0x42ea30['editing']['view']['focus']();}),_0x21aacc['discardButton']['on']('execute',()=>{_0x42ea30['editing']['view']['focus']();}),_0x27fd4e=_0x1a7488['createAnnotationView'](this['editor']['locale'],_0x21aacc),_0x27fd4e['bind']('isDirty')['to'](_0x21aacc,'isDirty'),_0x27fd4e['bind']('length')['to'](_0x21aacc),_0x27fd4e['bind']('type')['to'](_0x21aacc,'type',_0x5ba805=>'suggestion-'+_0x5ba805),this['_annotationViews']['set'](_0x32c2fd['id'],_0x27fd4e));const _0x1ede95=_0x211832['createCommentThreadController'](_0x32c2fd['commentThread'],_0x21aacc),_0xba61b=new oe(_0x42ea30,_0x32c2fd,_0x21aacc,_0x1ede95),_0x233d93=_0x32c2fd['getAllAdjacentSuggestions']()['filter'](_0x48ae0b=>_0x48ae0b['isInContent']);_0x21aacc['descriptionParts']=_0x42ea30['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x233d93),this['_suggestionToController']['set'](_0x32c2fd,_0xba61b),this['_viewToController']['set'](_0x21aacc,_0xba61b);const _0x355d21=_0x1a7488['createAnnotation']({'view':_0x27fd4e,'target':()=>{const _0x30e048=[],_0x903608=_0x32c2fd['getAllAdjacentSuggestions']()['filter'](_0xfb7a3b=>_0xfb7a3b['isInContent']);for(const _0x3a03a7 of _0x903608)_0x30e048['push'](..._0x3a03a7['getMarkers']());return _0x299e40(_0x42ea30['editing'],_0x30e048);},'type':()=>'suggestion-'+_0xba61b['view']['type']});_0x211832['_bindAnnotationToEditors'](_0x21aacc,_0x355d21),_0x1a7488['add'](_0x355d21),_0xac9283['registerAnnotation'](_0x355d21);}['_destroyController'](_0x514b3b){const _0x549271=this['editor']['plugins']['get']('CommentsRepository'),_0x174d63=this['editor']['plugins']['get']('Annotations'),_0xd7b0cd=this['_suggestionToController']['get'](_0x514b3b),_0x133129=_0xd7b0cd['view'],_0x552995=_0x174d63['getByInnerView'](_0x133129);_0x549271['_unbindEditors'](_0x133129),_0x552995&&_0x174d63['remove'](_0x552995),this['_suggestionToController']['delete'](_0x514b3b),this['_viewToController']['delete'](_0x133129),_0xd7b0cd['destroy']();}['_updateController'](_0x335dd5){if(!_0x335dd5['isInContent']||!this['_suggestionToController']['has'](_0x335dd5))return;const _0x4ee26a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3474f1=this['_suggestionToController']['get'](_0x335dd5),_0x3af8b4=_0x335dd5['getAllAdjacentSuggestions']();_0x3474f1['view']['descriptionParts']=_0x4ee26a['descriptionFactory']['getDescriptions'](_0x3af8b4);}['destroy'](){for(const _0x31cee3 of this['_suggestionToController']['keys']())this['_destroyController'](_0x31cee3);for(const _0x27a4c6 of this['_annotationViews']['values']())_0x27a4c6['mainView']['destroy']();super['destroy']();}}function ae(_0x1c4975){return'model'in _0x1c4975;}class k extends _0x59c88b{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x34b61c){this['editor']['plugins']['get'](p)['adapter']=_0x34b61c;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x5caf25){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x5caf25);}['getSuggestions']({skipNotAttached:_0x3e3e60=!0x1,toJSON:_0x307c3f=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x3e3e60,'toJSON':_0x307c3f});}['getSuggestion'](_0x1136d9){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x1136d9);}}const T=['Pagination'];class P extends _0x59c88b{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x14a4b6=this['editor'];if(_0x14a4b6['config']['define']('trackChangesData.editorCreator',_0x2c2b1e=>{const _0x1233d5=_0x14a4b6['model']['document']['getRootNames']()['reduce']((_0x2e554c,_0x30caed)=>(_0x2e554c[_0x30caed]='',_0x2e554c),{});return _0x14a4b6['constructor']['create'](_0x1233d5,_0x2c2b1e);}),'function'!=typeof _0x14a4b6['config']['get']('trackChangesData')['editorCreator'])throw new _0x4e76c6('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4f7126){return N(this['editor'],!0x0,_0x4f7126);}['getDataWithDiscardedSuggestions'](_0x3a44bf){return N(this['editor'],!0x1,_0x3a44bf);}}class D extends _0x59c88b{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x390e53){super(_0x390e53),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(_0x216ab9){return void 0x0!==_0x216ab9['getRootsAttributes'];}async function N(_0x48c2a9,_0x2f40ca,_0x11f4ca){const _0x1d3aca=_0x2abe92(_0x48c2a9,T);_0x1d3aca['plugins']['push'](p,D),_0x1d3aca['rootsAttributes']=v(_0x48c2a9)?_0x48c2a9['getRootsAttributes']():void 0x0;const _0x16ae61=document['createDocumentFragment'](),_0x19821f=_0x48c2a9['config']['get']('trackChangesData')['editorCreator'],_0x44b784=await _0x19821f(_0x1d3aca,()=>function(_0x1be4ef){const _0x2b5daa=document['createElement']('div');return _0x1be4ef['appendChild'](_0x2b5daa),_0x2b5daa;}(_0x16ae61));!function(_0x13840c,_0x5490ac){const _0x11a268=_0x13840c['model']['document']['getRootNames']()['reduce']((_0x2d57c9,_0x24b183)=>(_0x2d57c9[_0x24b183]=_0x13840c['data']['get']({'rootName':_0x24b183}),_0x2d57c9),{}),_0x45dd1e=_0x13840c['plugins']['get']('Users')['users']['map'](_0x335a05=>({'id':_0x335a05['id'],'name':_0x335a05['name']})),_0x58a614=_0x13840c['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xb78cdd=_0x13840c['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1f8711=_0x5490ac['plugins']['get']('Users'),_0x3ca622=_0x5490ac['plugins']['get']('TrackChangesEditing'),_0x11fffb=_0x5490ac['plugins']['get']('CommentsRepository');for(const _0xf0ac95 of _0x45dd1e)_0x1f8711['getUser'](_0xf0ac95['id'])||_0x1f8711['addUser'](_0xf0ac95);_0x1f8711['me']||_0x1f8711['useAnonymousUser']();for(const _0x2fde31 of _0xb78cdd)_0x11fffb['addCommentThread'](_0x2fde31);for(const _0x10525f of _0x58a614)_0x3ca622['addSuggestionData'](_0x10525f);_0x5490ac['data']['set'](_0x11a268);}(_0x48c2a9,_0x44b784),_0x44b784['execute'](_0x2f40ca?'acceptAllSuggestions':'discardAllSuggestions');const _0x2635e8=v(_0x44b784)?_0x44b784['getFullData'](_0x11f4ca):_0x44b784['data']['get'](_0x11f4ca);return await _0x44b784['destroy'](),_0x2635e8;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x1c3a28,PendingActions as _0x389de3,icons as _0x37f5d0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x445205,ObservableMixin as _0x96933,uid as _0x15362b,insertToPriorityArray as _0x91b52,priorities as _0x3304ea,logWarning as _0x56812c,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0xa8c042,View as _0x197ffd,ButtonView as _0x2b8a83,ViewModel as te,createDropdown as zt,SplitButtonView as Zt,addListToDropdown as qt,MenuBarMenuView as Kt,MenuBarMenuListView as Qt,ListSeparatorView as Jt,MenuBarMenuListItemView as Xt,MenuBarMenuListItemButtonView as Yt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x5f159e,hashObject as _0x3bec44,surroundingMarkersDetector as _0x271149,trimHtml as _0x5fbeb,UserView as _0x53c264,getDateTimeFormatter as _0x9e07be,getAllMarkersDomElementsSorted as _0x15ed0a,sanitizeEditorConfig as _0x2ce83d}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x289fed,LiveRange as _0x5b9e67,LivePosition as _0x4c9fc9}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x518311,toWidget as _0x2b8909}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x4208fc,set as _0x5e8480,isEqual as _0x4c16cf,unset as _0x332e3e,omit as Bt}from'lodash-es';import{Delete as _0x339f2f,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x203d9b,ShiftEnter as _0x16fabb}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x5d4213,_0x407c72){super(_0x5d4213),this['_enabledCommands']=_0x407c72,this['value']=!0x1,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){this['value']=!this['value'],this['value']?this['_disableUnsupportedCommands']():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x489b67 of this['editor']['commands']['commands']())_0x489b67['affectsData']&&!this['_enabledCommands']['has'](_0x489b67)&&_0x489b67['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x38d45e of this['editor']['commands']['commands']())_0x38d45e['affectsData']&&!this['_enabledCommands']['has'](_0x38d45e)&&_0x38d45e['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x62f0e8,_0xca91c8){super(_0x62f0e8),this['_suggestions']=_0xca91c8,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x2f1650){const _0x45e93a=this['_suggestions']['get'](_0x2f1650);if(!_0x45e93a)throw new _0x445205('track-changes-accept-suggestion-not-found',this);const _0x3893de=_0x45e93a['getRanges']();this['editor']['model']['canEditAt'](_0x3893de)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x45e93a);}}class B extends ts{['_suggestions'];constructor(_0x542783,_0x48324a){super(_0x542783),this['_suggestions']=_0x48324a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x50dea0){const _0x368e2e=this['_suggestions']['get'](_0x50dea0);if(!_0x368e2e)throw new _0x445205('track-changes-discard-suggestion-not-found',this);const _0x2696b2=_0x368e2e['getRanges']();this['editor']['model']['canEditAt'](_0x2696b2)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x368e2e);}}function ss(_0x21ad1d){return _0x21ad1d['sort']((_0x517a90,_0x41813a)=>'deletion'==_0x517a90['type']&&'deletion'!=_0x41813a['type']?-0x1:'deletion'!=_0x517a90['type']&&'deletion'==_0x41813a['type']?0x1:0x0);}function to(_0x4200ca,_0x381522){let _0x4773e1,_0x5790cd=0x0;const _0x31ae2c=[],_0x182cf9=_0x381522['schema'];for(;_0x5790cd<_0x4200ca['length'];){const _0x3cbd93=_0x4200ca[_0x5790cd],_0x404059=_0x4200ca[_0x5790cd+0x1];_0x4773e1||(_0x4773e1=_0x381522['createPositionBefore'](_0x3cbd93)),co(_0x381522,_0x3cbd93,_0x404059)||(_0x31ae2c['push'](_0x381522['createRange'](_0x4773e1,_0x182cf9['isObject'](_0x3cbd93)?_0x381522['createPositionAfter'](_0x3cbd93):_0x381522['createPositionAt'](_0x3cbd93,'end'))),_0x4773e1=null),_0x5790cd++;}return _0x31ae2c;}function co(_0x2ace5d,_0x52aac3,_0x1ab2f1){if(!_0x1ab2f1)return!0x1;const _0x1d3d4=_0x2ace5d['createPositionAfter'](_0x52aac3),_0x27857d=_0x2ace5d['createPositionBefore'](_0x1ab2f1);return _0x1d3d4['isTouching'](_0x27857d);}function rs(_0x52a085,_0x52b6a6,_0x2b1250){for(;_0x2b1250['length'];){const _0x113dda=_0x2b1250['splice'](0x0,0x64);_0x52a085['change'](()=>{for(const _0x1f0a2d of _0x113dda)_0x1f0a2d['isInContent']&&_0x52b6a6['execute'](_0x1f0a2d['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x40fcf1,_0x2421bb,_0x211281){super(_0x40fcf1),this['_command']=_0x2421bb,this['_suggestions']=_0x211281,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x366a09=Array['from'](this['_suggestions']['values']())['some'](_0x521efb=>_0x521efb['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x366a09;}['execute'](){const _0x39b4d9=ss(Array['from'](this['_suggestions']['values']()));for(const _0x164dd5 of _0x39b4d9){const _0x309050=_0x164dd5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x309050))return;}rs(this['editor']['model'],this['_command'],_0x39b4d9);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x11fc96,_0x227363,_0x1d447b){super(_0x11fc96),this['_command']=_0x227363,this['_suggestions']=_0x1d447b,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0xf603ec=this['editor']['model']['document']['selection'],_0x943b9b=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x57932a,_0x519d53){const _0x42b690=Array['from'](_0x57932a['getRanges']()),_0x47ce09=new Set();for(const _0x1eac90 of _0x519d53)if(_0x1eac90['isInContent']){for(const _0x287761 of _0x42b690)for(const _0x179d42 of _0x1eac90['getRanges']())(_0x287761['isIntersecting'](_0x179d42)||_0x57932a['isCollapsed']&&!_0x1eac90['isMultiRange']&&_0x1eac90['next']&&_0x179d42['end']['isTouching'](_0x287761['start']))&&_0x47ce09['add'](_0x1eac90);}return _0x47ce09;}(_0xf603ec,_0x943b9b),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x3c4a41=ss(Array['from'](this['_selectedSuggestions']));for(const _0x5161f3 of _0x3c4a41){const _0x2d2916=_0x5161f3['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2d2916))return;}rs(this['editor']['model'],this['_command'],_0x3c4a41);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x96933(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x2e064a,_0x4ee39d){super(),this['id']=_0x4ee39d['id'],this['type']=_0x4ee39d['type'],this['subType']=_0x4ee39d['subType']||null,this['author']=_0x4ee39d['author'],this['creator']=_0x4ee39d['creator']||_0x4ee39d['author'],this['isExternal']=Boolean(_0x4ee39d['attributes']&&_0x4ee39d['attributes']['@external']),this['data']=null,this['_model']=_0x2e064a,this['_onAccept']=_0x4ee39d['onAccept'],this['_onDiscard']=_0x4ee39d['onDiscard'],this['_onAttributesChange']=_0x4ee39d['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x4ee39d['attributes']||{}),this['set']('previous',null),this['set']('next',null),this['set']('commentThread',null),this['set']('_saved',!0x1),this['decorate']('accept'),this['decorate']('discard');}get['head'](){let _0x148667=this;for(;_0x148667['previous'];)_0x148667=_0x148667['previous'];return _0x148667;}get['hasComments'](){return!!this['commentThread']&&this['commentThread']['length']>0x0;}get['isMultiRange'](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array['from'](this['_markerNames'])[0x0]['split'](':')['length'];}get['isInContent'](){return null!==this['getFirstMarker']();}['addMarkerName'](_0x70a287){this['_markerNames']['add'](_0x70a287);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x26bcf1=>this['_model']['markers']['get'](_0x26bcf1))['filter'](_0x12b9eb=>_0x12b9eb);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x45a4d2=>{for(const _0x5f3035 of this['getMarkers']())_0x45a4d2['removeMarker'](_0x5f3035);}),this['_markerNames']['clear']();}['removeMarker'](_0x37052e){this['_model']['change'](_0x4dc036=>{_0x4dc036['removeMarker'](_0x37052e);}),this['_markerNames']['delete'](_0x37052e);}['addRange'](_0x2aa888){const _0xf898='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xf898),this['_model']['change'](_0x19bb77=>{_0x19bb77['addMarker'](_0xf898,{'range':_0x2aa888,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x302939){for(const _0x96a9b2 of this['getRanges']())if(_0x96a9b2['isIntersecting'](_0x302939))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x22a8bb=>_0x22a8bb['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2dd61d,_0x1e4e3c)=>[..._0x2dd61d,..._0x1e4e3c['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x2d4e92=this['getRanges']();if(0x1!=_0x2d4e92['length'])return null;const _0x412c36=_0x2d4e92[0x0],_0x3f20e1=_0x412c36['start']['nodeAfter'],_0x3d6151=_0x412c36['end']['nodeBefore'];return _0x3f20e1 instanceof _0x289fed?_0x3f20e1!=_0x3d6151?null:_0x3f20e1:null;}['accept'](){this['_onAccept'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['discard'](){this['_onDiscard'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['getAllAdjacentSuggestions'](){const _0x15e63e=[];let _0x1bee91=this['head'];for(;_0x1bee91;)_0x15e63e['push'](_0x1bee91),_0x1bee91=_0x1bee91['next'];return _0x15e63e;}['setAttribute'](_0x523f20,_0x5a052f){const _0x19d4b3=_0x4208fc(this['attributes']);_0x5e8480(_0x19d4b3,_0x523f20,_0x5a052f),_0x4c16cf(_0x19d4b3,this['attributes'])||(this['attributes']=_0x19d4b3,this['_onAttributesChange'](_0x19d4b3));}['removeAttribute'](_0x21ff7d){const _0x13ae03=_0x4208fc(this['attributes']);_0x332e3e(_0x13ae03,_0x21ff7d),_0x4c16cf(_0x13ae03,this['attributes'])||(this['attributes']=_0x13ae03,this['_onAttributesChange'](this['attributes']));}['toJSON'](){return{'id':this['id'],'type':this['subType']?this['type']+':'+this['subType']:this['type'],'authorId':this['creator']['id'],'createdAt':this['createdAt'],'hasComments':this['hasComments'],'data':this['data'],'attributes':this['attributes']};}static['getMultiRangeId'](){return _0x15362b()['substr'](0x1,0x5);}}function o(_0x51b411,_0x5e8d65,_0x558290){const t=_0x51b411['t'];switch(_0x5e8d65){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x558290);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x558290);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x558290);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x558290);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x558290);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x558290);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x558290);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x558290);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x558290);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x558290);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x558290);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x558290);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x558290);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x558290);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x558290);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x558290);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x558290);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x558290);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x558290);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x558290);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x558290);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x558290);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x558290);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x558290);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x558290);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x558290);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x558290);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x558290);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x558290);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x558290);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x558290);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x558290);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x558290);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x558290);case'ELEMENT_DEFAULT_LIST_DEFAULT':return t({'string':'default\x20list\x20style','id':'ELEMENT_DEFAULT_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x558290);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x558290);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x558290);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x558290);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x558290);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x558290);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x558290);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x558290);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x558290);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x558290);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x558290);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x558290);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x5e8d65;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4a1ee5,_0x365760){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4a1ee5,this['_locale']=_0x365760;}['getDescriptions'](_0x8a0499){const _0x4b167a=[],_0xaaeee2=new Set(),_0x57672d=new Set();for(let _0x5ad888=0x0;_0x5ad888<_0x8a0499['length'];_0x5ad888++){const _0x52a7b3=_0x8a0499[_0x5ad888];if(!_0x52a7b3['isInContent'])continue;const _0x4e21ef=this['_handleCustomCallbackDescription'](_0x52a7b3);if(_0x4e21ef){if(null!=_0x52a7b3['subType']){if(_0xaaeee2['has'](_0x52a7b3['subType']))continue;_0xaaeee2['add'](_0x52a7b3['subType']);}_0x4b167a['push'](_0x4e21ef);}else{if('attribute'!=_0x52a7b3['type'])'insertion'!=_0x52a7b3['type']&&'deletion'!=_0x52a7b3['type']||this['_handleInsertRemoveSuggestionDescription'](_0x4b167a,_0x52a7b3,_0x8a0499[_0x5ad888+0x1]);else{const _0x57efef=_0x52a7b3['data']['key'];if(_0x57672d['has'](_0x57efef))continue;_0x57672d['add'](_0x52a7b3['data']['key']),_0x57efef==m?this['_handleRenameSuggestionDescription'](_0x4b167a,_0x52a7b3):this['_handleAttributeSuggestionDescription'](_0x4b167a,_0x52a7b3);}}}return this['_resolveDescriptionItems'](_0x4b167a);}['registerDescriptionCallback'](_0x4de5b0){this['_customCallbacks']['push'](_0x4de5b0);}['registerElementLabel'](_0x30be5b,_0x1608d4,_0x5db94f=_0x3304ea['normal']){'function'==typeof _0x30be5b?_0x91b52(this['_itemLabelsCallbacks'],{'matchingCallback':_0x30be5b,'label':_0x1608d4,'priority':_0x5db94f}):this['_itemLabels']['set'](_0x30be5b,_0x1608d4);}['registerAttributeLabel'](_0x45a872,_0x3bca83){this['_attributeLabels']['set'](_0x45a872,_0x3bca83);}['getItemLabel'](_0x538e62,_0x5cf883=0x1){let _0x968216;for(const _0x452a7c of this['_itemLabelsCallbacks'])if(_0x452a7c['matchingCallback'](_0x538e62)){_0x968216=_0x452a7c['label'];break;}return _0x968216||(_0x968216=this['_itemLabels']['get'](_0x538e62['name'])),_0x968216?_0x968216(_0x5cf883):0x1!==_0x5cf883?_0x5cf883+'\x20'+_0x538e62['name']+'s':''+_0x538e62['name'];}['_addDescriptionItems'](_0x23a7e0,_0xcc9bc4){const _0x3f7741=_0xcc9bc4['getFirstRange']()['getWalker'](),_0x2c2382='insertion'==_0xcc9bc4['type']?'add':'remove';for(const _0x30906c of _0x3f7741){const _0x28b6f8=_0x30906c['item'],_0x23ac12=_0x23a7e0[_0x23a7e0['length']-0x1];if(_0x28b6f8['is']('$textProxy'))_0x23ac12&&_0x23ac12['type']['indexOf']('Container')>-0x1&&_0x23a7e0['pop'](),_0x23ac12&&'text'==_0x23ac12['type']?_0x23ac12[_0x2c2382]+=_0x28b6f8['data']:_0x23a7e0['push']({'type':'text','add':'add'==_0x2c2382?_0x28b6f8['data']:'','remove':'remove'==_0x2c2382?_0x28b6f8['data']:''});else{if(this['_schema']['isObject'](_0x28b6f8)){const _0x52413c=_0x28b6f8;if(_0x23ac12&&_0x23ac12['type']['indexOf']('Container')>-0x1&&_0x23a7e0['pop'](),'elementEnd'==_0x30906c['type'])continue;_0x23ac12&&_0x23ac12['type']==_0x2c2382+'Object'&&_0x23ac12['element']['name']==_0x52413c['name']?_0x23ac12['quantity']++:_0x23a7e0['push']({'type':_0x2c2382+'Object','element':_0x52413c,'quantity':0x1}),_0x3f7741['skip'](_0x56da25=>!('elementEnd'==_0x56da25['type']&&_0x56da25['item']==_0x28b6f8));}else{if(this['_schema']['checkChild'](_0x28b6f8,'$text')||_0x28b6f8['is']('element','softBreak')){const _0x520f7d=_0x28b6f8;if('add'==_0x2c2382&&'elementStart'==_0x30906c['type']||'remove'==_0x2c2382&&'elementEnd'==_0x30906c['type'])continue;if(_0x23ac12&&-0x1==_0x23ac12['type']['indexOf']('Container')){'text'==_0x23ac12['type']&&(_0x23ac12[_0x2c2382]+='\x0a');continue;}let _0x36b03a;if(_0x36b03a='add'==_0x2c2382?_0x520f7d['nextSibling']&&!this['_schema']['isObject'](_0x520f7d['nextSibling'])?_0x520f7d['nextSibling']:null:_0x520f7d['previousSibling']&&!this['_schema']['isObject'](_0x520f7d['previousSibling'])?_0x520f7d['previousSibling']:null,_0x520f7d['isEmpty']||_0x36b03a&&_0x36b03a['isEmpty']){const _0x42a716=_0x36b03a&&_0x36b03a['isEmpty']?_0x36b03a:_0x520f7d;_0x23ac12&&_0x23ac12['type']==_0x2c2382+'EmptyContainer'&&_0x23ac12['element']['name']==_0x42a716['name']?_0x23ac12['quantity']++:_0x23a7e0['push']({'type':_0x2c2382+'EmptyContainer','element':_0x42a716,'quantity':0x1});}else _0x23a7e0['push']({'type':_0x2c2382+'Container','element':_0x520f7d});}}}}}['_resolveDescriptionItems'](_0x78ed1c){const _0xfd9be5=this['_locale'],_0x38dccb=[],_0x2d7c1c=[],_0x504d3e=[];for(const _0x3a2c8b of _0x78ed1c)switch(_0x3a2c8b['type']){case'text':if(_0x3a2c8b['add']=_0x3a2c8b['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3a2c8b['remove']=_0x3a2c8b['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3a2c8b['add']&&''!=_0x3a2c8b['remove']){_0x38dccb['push']({'type':'replace','content':o(_0xfd9be5,'REPLACE_TEXT',['\x22'+_0x3a2c8b['remove']+'\x22','\x22'+_0x3a2c8b['add']+'\x22'])});continue;}if(null!=_0x3a2c8b['add']['match'](/^ +$/)){_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0',o(_0xfd9be5,'ELEMENT_SPACE',_0x3a2c8b['add']['length']))});continue;}if(null!=_0x3a2c8b['remove']['match'](/^ +$/)){_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0',o(_0xfd9be5,'ELEMENT_SPACE',_0x3a2c8b['remove']['length']))});continue;}if(''!=_0x3a2c8b['add']){_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0','\x22'+_0x3a2c8b['add']+'\x22')});continue;}_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0','\x22'+_0x3a2c8b['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Insert:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Remove:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'addContainer':_0x38dccb['push']({'type':'insertion','content':o(_0xfd9be5,'*Split:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'removeContainer':_0x38dccb['push']({'type':'deletion','content':o(_0xfd9be5,'*Merge:*\x20%0',this['getItemLabel'](_0x3a2c8b['element'],_0x3a2c8b['quantity']))});continue;case'addFormat':_0x2d7c1c['push'](_0x3a2c8b['key']);continue;case'removeFormat':_0x504d3e['push'](_0x3a2c8b['key']);continue;default:_0x38dccb['push'](_0x3a2c8b);}if(_0x2d7c1c['length']){const _0x278ea3=_0x2d7c1c['map'](_0x44ac6b=>this['_attributeLabels']['has'](_0x44ac6b)?this['_attributeLabels']['get'](_0x44ac6b):_0x44ac6b)['join'](',\x20');_0x38dccb['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x278ea3)});}if(_0x504d3e['length']){const _0x4b5c79=_0x504d3e['map'](_0x55b426=>this['_attributeLabels']['has'](_0x55b426)?this['_attributeLabels']['get'](_0x55b426):_0x55b426)['join'](',\x20');_0x38dccb['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x4b5c79)});}return _0x38dccb;}['_handleCustomCallbackDescription'](_0x2f2eb8){for(const _0x532e0f of this['_customCallbacks']){const _0x21f227=_0x532e0f(_0x2f2eb8);if(_0x21f227&&'type'in _0x21f227)return _0x21f227;}}['_handleAttributeSuggestionDescription'](_0x246594,_0x1862b4){const _0x24add0=_0x1862b4['data'],_0x1b5733=void 0x0===_0x24add0['newValue']?'removeFormat':'addFormat';_0x246594['push']({'type':_0x1b5733,'key':_0x24add0['key']});}['_handleRenameSuggestionDescription'](_0x3b4662,_0x3b9c4d){_0x3b4662['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x3b9c4d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x1a4e03,_0x251d8b,_0x3f99b6){if(this['_addDescriptionItems'](_0x1a4e03,_0x251d8b),_0x3f99b6&&_0x3f99b6['getFirstRange']()&&!_0x251d8b['getFirstRange']()['end']['isEqual'](_0x3f99b6['getFirstRange']()['start'])){const _0x9b3b49=_0x1a4e03[_0x1a4e03['length']-0x1],_0x34330e='insertion'==_0x251d8b['type']?'add':'remove';_0x9b3b49&&'text'==_0x9b3b49['type']&&(_0x9b3b49[_0x34330e]+='\x0a');}}}class E extends _0x1c3a28{['afterInit'](){const _0x3e816e=this['editor'],_0x3ab7b7=_0x3e816e['plugins']['get']('TrackChangesEditing');_0x3e816e['commands']['get']('showAIAssistant')&&_0x3ab7b7['enableCommand']('showAIAssistant');}}class V extends _0x1c3a28{['afterInit'](){const _0x121a53=this['editor'],_0x2a969b=_0x121a53['locale'];if(!_0x121a53['plugins']['has']('AlignmentEditing'))return;const _0x529754=_0x121a53['plugins']['get']('TrackChangesEditing');_0x529754['enableDefaultAttributesIntegration']('alignment'),_0x529754['registerBlockAttribute']('alignment'),_0x529754['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2a969b,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x394098=this['editor'],_0xf1f6a6=_0x394098['locale'];_0x394098['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2d70d6=>{if('formatBlock'!=_0x2d70d6['type'])return;const {data:_0x1c67a9}=_0x2d70d6;if(_0x1c67a9&&'alignment'==_0x1c67a9['commandName']){const _0x393a70=_0x1c67a9['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xf1f6a6,'*Format:*\x20%0',function(_0x5e6af3){switch(_0x5e6af3){case'left':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xf1f6a6,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xf1f6a6,'FORMAT_JUSTIFY_TEXT');}}(_0x393a70))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x1c3a28{['afterInit'](){const _0x45c67c=this['editor'],_0x2029eb=_0x45c67c['plugins']['get']('TrackChangesEditing'),_0x398370=_0x45c67c['locale'];for(const _0x2c0534 of ti){if(!_0x45c67c['plugins']['has'](_0x2c0534))continue;const _0xdce06=_0x2c0534['slice'](0x0,-0x7)['toLowerCase'](),_0x5915a1='FORMAT_'+_0xdce06['toUpperCase']();_0x2029eb['enableDefaultAttributesIntegration'](_0xdce06),_0x2029eb['registerInlineAttribute'](_0xdce06),_0x2029eb['descriptionFactory']['registerAttributeLabel'](_0xdce06,o(_0x398370,_0x5915a1));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x460494=this['editor'],_0x309eaa=_0x460494['locale'],_0x5bb83c=_0x460494['plugins']['get']('TrackChangesEditing');function _0x44d9b4(_0x456e82,_0x312357){_0x5bb83c['descriptionFactory']['registerDescriptionCallback'](_0x194d88=>{if('formatInline'!=_0x194d88['type'])return;const {data:_0x73c9f}=_0x194d88;return _0x73c9f&&_0x73c9f['commandName']===_0x456e82?_0x73c9f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x309eaa,'*Format:*\x20%0',_0x312357)}:{'type':'format','content':o(_0x309eaa,'*Remove\x20format:*\x20%0',_0x312357)}:void 0x0;});}_0x44d9b4('bold',o(_0x309eaa,'FORMAT_BOLD')),_0x44d9b4('italic',o(_0x309eaa,'FORMAT_ITALIC')),_0x44d9b4('underline',o(_0x309eaa,'FORMAT_UNDERLINE')),_0x44d9b4('code',o(_0x309eaa,'FORMAT_CODE')),_0x44d9b4('strikethrough',o(_0x309eaa,'FORMAT_STRIKETHROUGH')),_0x44d9b4('subscript',o(_0x309eaa,'FORMAT_SUBSCRIPT')),_0x44d9b4('superscript',o(_0x309eaa,'FORMAT_SUPERSCRIPT'));}}class O extends _0x1c3a28{['afterInit'](){const _0x46d24a=this['editor'],_0x4e89f2=_0x46d24a['locale'];if(!_0x46d24a['plugins']['has']('BlockQuoteEditing'))return;const _0x28c84e=_0x46d24a['plugins']['get']('TrackChangesEditing'),_0x2a38ff=this['editor']['commands']['get']('blockQuote');_0x28c84e['enableCommand']('blockQuote',(_0x467c4d,_0x9f0145={})=>{const _0x57b7a6=this['editor']['model']['document']['selection'],_0x1a9744=_0x9f0145&&void 0x0!==_0x9f0145['forceValue']?_0x9f0145['forceValue']:!_0x2a38ff['value'];let _0x195155=[];if(_0x1a9744){const _0x540b48=Array['from'](_0x57b7a6['getSelectedBlocks']())['filter'](_0x3acfb1=>oo(_0x3acfb1)||function(_0x22da06,_0x5b6f6e){const _0x8689b=_0x5b6f6e['checkChild'](_0x22da06['parent'],'blockQuote'),_0x16c3ae=_0x5b6f6e['checkChild'](['$root','blockQuote'],_0x22da06);return _0x8689b&&_0x16c3ae;}(_0x3acfb1,this['editor']['model']['schema']));_0x195155=to(_0x540b48,_0x46d24a['model']);}else{const _0x167e2d=Array['from'](_0x57b7a6['getSelectedBlocks']())['filter'](_0x64097c=>oo(_0x64097c));_0x195155=to(_0x167e2d,_0x46d24a['model']);}_0x46d24a['model']['change'](()=>{for(const _0x1a03f6 of _0x195155)_0x28c84e['markBlockFormat'](_0x1a03f6,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1a9744}]});});}),_0x28c84e['descriptionFactory']['registerDescriptionCallback'](_0x1a225c=>{const {data:_0x1369bd}=_0x1a225c;if(_0x1369bd&&'blockQuote'==_0x1369bd['commandName']){const _0x31c78e=o(_0x4e89f2,'ELEMENT_BLOCK_QUOTE');return _0x1369bd['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4e89f2,'*Set\x20format:*\x20%0',_0x31c78e)}:{'type':'format','content':o(_0x4e89f2,'*Remove\x20format:*\x20%0',_0x31c78e)};}});}}function oo(_0x282b0d){return'blockQuote'==_0x282b0d['parent']['name'];}class G extends _0x1c3a28{['afterInit'](){const _0x186c64=this['editor'];_0x186c64['plugins']['has']('CaseChange')&&(_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x186c64['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x1c3a28{['afterInit'](){const _0x2c52bc=this['editor'];_0x2c52bc['commands']['get']('ckbox')&&_0x2c52bc['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x1c3a28{['afterInit'](){const _0x3e9794=this['editor'];if(!_0x3e9794['plugins']['has']('CodeBlock'))return;const _0x2b209e=_0x3e9794['plugins']['get']('TrackChangesEditing'),_0x4a5564=_0x3e9794['locale'],_0x50cb90=_0x3e9794['config']['get']('codeBlock')['languages'],_0x51a1ca=_0x3e9794['commands']['get']('codeBlock');_0x2b209e['enableCommand']('indentCodeBlock'),_0x2b209e['enableCommand']('outdentCodeBlock'),_0x2b209e['enableCommand']('codeBlock',(_0x3ec536,_0x2867a8={})=>{const _0x210403=_0x3e9794['model'],_0x5c8d07=_0x3e9794['model']['document']['selection'],_0x23f7b6=_0x2867a8&&void 0x0!==_0x2867a8['forceValue']?_0x2867a8['forceValue']:!_0x51a1ca['value'];let _0x4874d1;_0x2867a8['language']||(_0x2867a8['language']=_0x50cb90[0x0]['language']),_0x4874d1=_0x23f7b6?Array['from'](_0x5c8d07['getSelectedBlocks']())['filter'](_0x283f28=>eo(_0x283f28)||function(_0xb16b70,_0x4d941f){if(_0xb16b70['is']('rootElement')||_0x4d941f['isLimit'](_0xb16b70))return!0x1;return _0x4d941f['checkChild'](_0xb16b70['parent'],'codeBlock');}(_0x283f28,_0x210403['schema'])):Array['from'](_0x5c8d07['getSelectedBlocks']())['filter'](_0x25ecd9=>eo(_0x25ecd9));const _0x416fd1=to(_0x4874d1,_0x210403);_0x210403['change'](()=>{for(const _0x24e448 of _0x416fd1)_0x2b209e['markBlockFormat'](_0x24e448,{'commandName':'codeBlock','commandParams':[{..._0x2867a8,'forceValue':_0x23f7b6}],'formatGroupId':'blockName'});});}),(_0x2b209e['descriptionFactory']['registerElementLabel']('codeBlock',_0x19b045=>o(_0x4a5564,'ELEMENT_CODE_BLOCK',_0x19b045)),_0x2b209e['descriptionFactory']['registerDescriptionCallback'](_0x47f3db=>{if('formatBlock'!=_0x47f3db['type'])return;const _0x4df88a=_0x4a5564['t'],{data:_0x8522d3}=_0x47f3db;if(!_0x8522d3||'codeBlock'!=_0x8522d3['commandName'])return;const _0x28e450=_0x8522d3['commandParams'][0x0]['language'],_0x4d2961=_0x4df88a(_0x50cb90['find'](_0x97743e=>_0x97743e['language']===_0x28e450)['label'])['toLowerCase']();return _0x8522d3['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a5564,'*Set\x20format:*\x20%0',o(_0x4a5564,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4d2961+')')}:{'type':'format','content':o(_0x4a5564,'*Remove\x20format:*\x20%0',o(_0x4a5564,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x2b4974){return'codeBlock'==_0x2b4974['name'];}class H extends _0x1c3a28{['afterInit'](){const _0x2adb28=this['editor'];if(!_0x2adb28['plugins']['has']('CommentsEditing'))return;_0x2adb28['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x12f109,_0x1a867b,_0x51218c){const _0x43bf7f=[];for(const _0x5b5143 of _0x1a867b['getItems']())_0x5b5143['hasAttribute'](_0x12f109)&&_0x43bf7f['push'](_0x51218c['createRangeOn'](_0x5b5143));return _0x43bf7f;}function _e(_0x547c20,_0x17ca5e,{showActiveMarker:_0x10509c=!0x0}={}){const _0x5bd781=_0x547c20['plugins']['get']('TrackChangesEditing');return(_0x2bcf80,_0x26d23e,_0x3e411a)=>{if(!_0x3e411a['consumable']['test'](_0x26d23e['markerRange'],_0x2bcf80['name']))return;const _0x233654=_0x26d23e['markerRange']['getWalker'](),_0x111e54=_0x26d23e['markerRange']['start'],_0x28c323=_0x547c20['model']['schema'];let _0x3b2b37=null,_0x2ad16e=null,_0x206376=!0x1,_0x4b9390=!0x1;for(const _0x2c955 of _0x233654){const _0x5a1923=_0x2c955['item'];_0x206376=_0x206376||_0x28c323['isContent'](_0x5a1923);const _0x4fa22a=_0x3e411a['mapper']['toViewElement'](_0x5a1923);if(_0x4fa22a&&_0x4fa22a['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x2c955['type']&&(_0x28c323['isBlock'](_0x5a1923)&&!_0x28c323['isLimit'](_0x5a1923)&&(_0x5a1923['nextSibling']||_0x111e54['isAtEnd']?_0x3b2b37&&_0x3b2b37['parent']==_0x5a1923||(_0x3b2b37=_0x5a1923,_0x312e1b(_0x2c955['previousPosition']),_0x4b9390=!0x0):_0x2ad16e=_0x2ad16e||_0x2c955['previousPosition']));}function _0x312e1b(_0x1df47b){const _0x19cd1e=_0x3e411a['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x17ca5e}),_0x286f9e=_0x3e411a['mapper']['toViewPosition'](_0x1df47b);_0x10509c&&_0x5bd781['activeMarkers']['includes'](_0x26d23e['markerName'])&&_0x3e411a['writer']['addClass']('ck-suggestion-marker--active',_0x19cd1e),_0x3e411a['writer']['insert'](_0x286f9e,_0x19cd1e),_0x3e411a['mapper']['bindElementToMarker'](_0x19cd1e,_0x26d23e['markerName']);}_0x206376||_0x4b9390||!_0x2ad16e||_0x312e1b(_0x2ad16e);};}class q extends _0x1c3a28{static get['requires'](){return[_0x339f2f];}['init'](){const _0x4427b7=this['editor'],_0x368fa6=_0x4427b7['plugins']['get']('TrackChangesEditing');_0x368fa6['enableCommand']('delete');const _0x1c6ced=_0x4427b7['commands']['get']('deleteForward');_0x368fa6['enableCommand']('deleteForward',(_0x31202e,_0xcb77d1={})=>{const _0x40dda6=_0x4427b7['model']['createSelection'](_0x4427b7['model']['document']['selection']);_0x40dda6['isCollapsed']&&_0x4427b7['model']['modifySelection'](_0x40dda6,{'direction':'forward','unit':_0xcb77d1['unit']});const _0x5d9fa6=_0x40dda6['getFirstRange'](),_0x592062=_0x5b9e67['fromRange'](_0x5d9fa6);let _0x432f42;_0x31202e(_0xcb77d1),_0x432f42='$graveyard'==_0x592062['root']['rootName']?_0x4427b7['model']['createRange'](_0x5d9fa6['start']):_0x4427b7['model']['createRange'](_0x592062['start'],_0x592062['end']),_0x592062['detach'](),_0x4427b7['model']['enqueueChange'](_0x1c6ced['buffer']['batch'],_0x430af4=>{_0x1c6ced['buffer']['lock'](),_0x430af4['setSelection'](_0x430af4['createRange'](_0x432f42['end'])),_0x1c6ced['buffer']['unlock']();});}),_0x4427b7['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x4427b7,'merge'),{'priority':'high'}),_0x4427b7['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x42a63e,_0x19308d,_0x493e9c)=>{_0x493e9c['options']['showSuggestionHighlights']&&_e(_0x4427b7,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x42a63e,_0x19308d,_0x493e9c);},{'priority':'high'}),_0x4427b7['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x591416,_0x14b544,_0x73c628)=>{const _0x7e6fc2=_0x73c628['mapper']['markerNameToElements'](_0x14b544['markerName']);if(_0x7e6fc2){for(const _0x1b6908 of _0x7e6fc2)_0x1b6908['is']('uiElement')&&(_0x73c628['mapper']['unbindElementFromMarkerName'](_0x1b6908,_0x14b544['markerName']),_0x73c628['writer']['remove'](_0x1b6908));}},{'priority':'high'});}}class z extends _0x1c3a28{['afterInit'](){const _0x580835=this['editor'];if(!_0x580835['plugins']['has']('ListEditing'))return;const _0x40f897=_0x580835['locale'],_0x53ecb7=_0x580835['plugins']['get']('TrackChangesEditing'),_0x3f7a0e=_0x580835['plugins']['has']('TodoListEditing'),_0x24ea44=!!_0x580835['config']['get']('list.multiBlock');function _0xac1e6(_0x5e16db){return{'type':'format','content':''+o(_0x40f897,'*Set\x20format:*\x20%0',_0x5e16db)};}function _0x12ff0c(_0x426140){return{'type':'format','content':''+o(_0x40f897,'*Remove\x20format:*\x20%0',_0x426140)};}_0x53ecb7['enableDefaultAttributesIntegration']('numberedList'),_0x53ecb7['enableDefaultAttributesIntegration']('bulletedList'),_0x53ecb7['enableDefaultAttributesIntegration']('customNumberedList'),_0x53ecb7['enableDefaultAttributesIntegration']('customBulletedList'),_0x53ecb7['enableDefaultAttributesIntegration']('indentList'),_0x53ecb7['enableDefaultAttributesIntegration']('outdentList'),_0x53ecb7['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x53ecb7['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x53ecb7['registerBlockAttribute']('listItemId'),_0x53ecb7['registerBlockAttribute']('listType'),_0x53ecb7['registerBlockAttribute']('listIndent'),_0x24ea44&&(_0x53ecb7['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x53ecb7['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3f7a0e&&(_0x53ecb7['enableDefaultAttributesIntegration']('todoList'),_0x53ecb7['enableDefaultAttributesIntegration']('checkTodoList'),_0x53ecb7['registerBlockAttribute']('todoListChecked'),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x2fce26=>{const {data:_0x5e70ba}=_0x2fce26;if(_0x5e70ba&&'todoListChecked'==_0x5e70ba['key'])return{'type':'format','content':_0x5e70ba['newValue']?o(_0x40f897,'*Check\x20item*'):o(_0x40f897,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x33ec65=>{if(_0x33ec65['batch']['isUndo'])return!0x1;let _0x408136=!0x1;const _0x663a50=_0x53ecb7['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x355316=>'todoListChecked'===_0x53ecb7['_getAttributeKey'](_0x355316));for(const _0x1e3697 of _0x663a50){'todo'!=_0x1e3697['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x53ecb7['_findSuggestions'](_0x1e3697['getFirstRange'](),'attribute')['find'](_0xcfccee=>'listType'===_0x53ecb7['_getAttributeKey'](_0xcfccee['suggestion']))||(_0x33ec65['removeMarker'](_0x1e3697['getFirstMarker']()),_0x408136=!0x0));}return _0x408136;})),_0x53ecb7['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x40f897,'FORMAT_INDENT'));const _0x4d17a7={'type':'format','content':''};_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x10852f=>{const {data:_0x141bff}=_0x10852f;if(!_0x141bff||'listType'!=_0x141bff['key'])return;let _0x2f9b8c=_0x10852f['head'];for(;_0x2f9b8c;){if(_0x2f9b8c['data']&&(('listStyle'==_0x2f9b8c['data']['key']||'listMarkerStyle'==_0x2f9b8c['data']['key'])&&(_0x2f9b8c['data']['newValue']&&'default'!=_0x2f9b8c['data']['newValue']||'default'!=_0x2f9b8c['data']['oldValue']&&!_0x141bff['newValue'])||!_0x24ea44&&_0x2f9b8c['data']['key']==m))return _0x4d17a7;_0x2f9b8c=_0x2f9b8c['next'];}if(null==_0x141bff['newValue'])switch(_0x141bff['oldValue']){case'bulleted':return _0x12ff0c(o(_0x40f897,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x12ff0c(o(_0x40f897,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x12ff0c(o(_0x40f897,'ELEMENT_TODO_LIST'));}switch(_0x141bff['newValue']){case'bulleted':return _0xac1e6(o(_0x40f897,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xac1e6(o(_0x40f897,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xac1e6(o(_0x40f897,'ELEMENT_TODO_LIST'));}}),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x3b3011=>{const {data:_0x4eee9d}=_0x3b3011;if(_0x4eee9d&&'listIndent'==_0x4eee9d['key'])return null==_0x4eee9d['newValue']||null==_0x4eee9d['oldValue']&&0x0==_0x4eee9d['newValue']?_0x4d17a7:void 0x0;}),_0x53ecb7['descriptionFactory']['registerDescriptionCallback'](_0x5bad62=>{if('attribute'!=_0x5bad62['type'])return;const {data:_0x208f27}=_0x5bad62;if(!_0x208f27||'listItemId'!=_0x208f27['key'])return;const _0x56b97e=le(_0x5bad62);return'newValue'==_0x56b97e?{'type':'format','content':o(_0x40f897,'*Merge:*\x20list\x20item')}:'oldValue'==_0x56b97e?{'type':'format','content':o(_0x40f897,'*Split:*\x20list\x20item')}:_0x4d17a7;}),_0x580835['model']['document']['registerPostFixer'](_0x51568b=>this['listItemIdFixer'](_0x51568b)),_0x580835['model']['document']['registerPostFixer'](_0x204c49=>this['noTrackChangesFixer'](_0x204c49)),_0x580835['model']['document']['registerPostFixer'](_0xf1f40a=>this['assureChains'](_0xf1f40a)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x39942e){if(_0x39942e['batch']['isUndo']||!_0x39942e['batch']['isLocal'])return!0x1;let _0x29e247=!0x1;const _0x5056aa=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d9a5b=>_0x4d9a5b['data']&&'listItemId'==_0x4d9a5b['data']['key'])['filter'](_0x1b68f4=>_0x1b68f4['data']['newValue']&&_0x1b68f4['data']['oldValue']);for(const _0x2d28aa of _0x5056aa)le(_0x2d28aa)||(_0x39942e['removeMarker'](_0x2d28aa['getFirstMarker']()),_0x29e247=!0x0);return _0x29e247;}['noTrackChangesFixer'](_0x29d24b){if(_0x29d24b['batch']['isUndo']||!_0x29d24b['batch']['isLocal'])return!0x1;const _0x1b0aaa=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1b0aaa['trackChangesCommand']['value'])return!0x1;let _0x1d18f2=!0x1;const _0x5b8d1d=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x348c43=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x495a94=>'attribute'==_0x495a94['type'])['filter'](_0x5668a3=>_0x5b8d1d['includes'](_0x5668a3['attributeKey']));if(0x0==_0x348c43['length'])return _0x1d18f2;for(const _0x38bda7 of _0x348c43){const _0x12f2e0=_0x1b0aaa['_findSuggestions'](_0x38bda7['range'],'attribute')['filter'](_0x44ffa0=>!_0x44ffa0['meta']['isNextTo'])['map'](_0x5c5c5c=>_0x5c5c5c['suggestion'])['filter'](_0x4451f6=>{const _0x4f923d=_0x1b0aaa['_getAttributeKey'](_0x4451f6);return _0x5b8d1d['includes'](_0x4f923d);});if(_0x12f2e0['length']){for(const _0x5a7500 of _0x12f2e0)_0x29d24b['removeMarker'](_0x5a7500['getFirstMarker']());_0x1d18f2=!0x0;}}return _0x1d18f2;}['assureChains'](_0x3dca63){if(_0x3dca63['batch']['isUndo']||!_0x3dca63['batch']['isLocal'])return!0x1;const _0x592d6a=this['editor']['plugins']['get']('TrackChangesEditing');let _0x355fb6=!0x1;const _0xe4e3e3=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x5a5802 of _0x592d6a['getSuggestions']({'skipNotAttached':!0x0})){const _0x5613e2=_0x592d6a['_findSuggestions'](_0x5a5802['getFirstRange'](),'attribute')['map'](_0x59012f=>_0x59012f['suggestion'])['filter'](_0x4efae4=>_0x4efae4['data']&&_0xe4e3e3['includes'](_0x4efae4['data']['key']));if(!_0x5613e2['length'])continue;const _0x23b1a4=_0x5613e2[0x0]['head']['attributes']['groupId'];if(!_0x5613e2['every'](_0x216187=>_0x216187['attributes']['groupId']===_0x23b1a4)){for(const _0x462fa4 of _0x5613e2)_0x47e0e8(_0x462fa4,_0x23b1a4)&&(_0x355fb6=!0x0);}}return _0x355fb6;function _0x3709e6(_0x1b54e8,_0x5d6dc9){for(const _0x31fd64 of _0x592d6a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x55953b=>'attribute'==_0x55953b['type']&&_0x55953b['attributes']['groupId']==_0x1b54e8))_0x31fd64['setAttribute']('groupId',_0x5d6dc9);}function _0x47e0e8(_0x26ea6b,_0x55331d){let _0xed6d66=_0x26ea6b['head'],_0x59ad36=!0x1;for(;_0xed6d66;)_0xed6d66['attributes']['groupId']!=_0x55331d&&(_0x3709e6(_0xed6d66['attributes']['groupId'],_0x55331d),_0xed6d66['setAttribute']('groupId',_0x55331d),_0x59ad36=!0x0),_0xed6d66=_0xed6d66['next'];return _0x59ad36;}}['_supportLegacySuggestions'](){const _0x3b5e57=this['editor'],_0x7781f0=_0x3b5e57['locale'],_0x182a0f=_0x3b5e57['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x182a0f['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0xa1fee3,_0x4e4173){const _0x545b32=[];for(let _0x1e580b of _0xa1fee3)_0x1e580b['start']['nodeAfter']===_0x1e580b['end']['parent']&&(_0x1e580b=_0x3b5e57['model']['createRange'](_0x3b5e57['model']['createPositionAt'](_0x1e580b['start']['nodeAfter'],0x0))),_0x545b32['push'](_0x1e580b);_0x3b5e57['model']['change'](_0x46f1a2=>{const _0x2fe159=_0x3b5e57['model']['document']['selection'],_0x2b996d=Array['from'](_0x2fe159['getRanges']())['map'](_0x23f4c3=>_0x5b9e67['fromRange'](_0x23f4c3));_0x46f1a2['setSelection'](_0x545b32),_0x3b5e57['commands']['get'](_0x4e4173['commandName'])['refresh'](),_0x4e4173['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3b5e57['execute'](_0x4e4173['commandName'],..._0x4e4173['commandParams']),_0x46f1a2['setSelection'](_0x2b996d);for(const _0x31181b of _0x2b996d)_0x31181b['detach']();});}),_0x182a0f['descriptionFactory']['registerElementLabel'](function(_0x68abfb){const _0x5136a6=!_0x3b5e57['model']['schema']['isObject'](_0x68abfb),_0x519be6=_0x68abfb['previousSibling'],_0x802612=_0x68abfb['nextSibling'],_0x3b0e=_0x68abfb['getAttribute']('listItemId'),_0x447f9c=!_0x519be6||_0x519be6['getAttribute']('listItemId')!==_0x3b0e,_0x5b7fa0=!_0x802612||_0x802612['getAttribute']('listItemId')!==_0x3b0e;return _0x5136a6&&Boolean(_0x3b0e)&&_0x447f9c&&_0x5b7fa0;},_0x2e4166=>o(_0x7781f0,'ELEMENT_LIST_ITEM',_0x2e4166));}['_registerLegacyDescription'](){const _0x2cb1d5=this['editor'],_0x19bf12=_0x2cb1d5['locale'];function _0x280785(_0x4d8cd1){const _0x4ebdf2=_0x2cb1d5['commands']['get']('bulletedList')['value'],_0x33640e=_0x2cb1d5['commands']['get']('numberedList')['value'];return'numberedList'===_0x4d8cd1?_0x4ebdf2:_0x33640e;}_0x2cb1d5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4c47f7){if('formatBlock'!=_0x4c47f7['type'])return;const {data:_0x55777f}=_0x4c47f7;if(!_0x55777f)return;let _0x1966dc,_0x52fe2,_0x2fdd72,_0x2291bd;switch(_0x55777f['commandName']){case'bulletedList':_0x2fdd72=_0x55777f['commandParams'][0x0]['forceValue'],_0x2291bd=_0x280785(_0x55777f['commandName']),_0x1966dc=_0x2fdd72?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2291bd&&_0x2cb1d5['config']['get']('list.multiBlock')||(_0x1966dc='*Change\x20to:*\x20%0'),_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x2fdd72=_0x55777f['commandParams'][0x0]['forceValue'],_0x2291bd=_0x280785(_0x55777f['commandName']),_0x1966dc=_0x2fdd72?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2291bd&&_0x2cb1d5['config']['get']('list.multiBlock')||(_0x1966dc='*Change\x20to:*\x20%0'),_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x1966dc='*Indent:*\x20%0',_0x52fe2={'type':'format','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x1966dc=function(_0x4540b2){const _0xda2808=_0x4540b2['getFirstRange']();let _0x2ac75b=_0xda2808['start']['nodeAfter'];for(;_0x2ac75b&&_0xda2808['containsItem'](_0x2ac75b);){if(_0x2ac75b['getAttribute']('listIndent')>0x0)return!0x1;_0x2ac75b=_0x2ac75b['nextSibling'];}return!0x0;}(_0x4c47f7)?o(_0x19bf12,'*Format:*\x20remove\x20from\x20%0',o(_0x19bf12,function(_0x16a744){return'ELEMENT_'+_0x16a744['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4c47f7))):o(_0x19bf12,'*Outdent:*\x20%0',o(_0x19bf12,'ELEMENT_LIST_ITEM')),_0x52fe2={'type':'format','content':_0x1966dc};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x55777f['multipleBlocks']&&(_0x1966dc='*Merge:*\x20%0',_0x52fe2={'type':'deletion','content':o(_0x19bf12,_0x1966dc,o(_0x19bf12,'ELEMENT_LIST_ITEM'))});}return _0x52fe2;});}}function le(_0x5687e4){let _0x1a35db=_0x5687e4['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1a35db;){const _0x330745=_0x1a35db['getAttribute']('listItemId');if(!_0x330745)return!0x1;if(_0x330745==_0x5687e4['data']['newValue'])return'newValue';if(_0x330745==_0x5687e4['data']['oldValue'])return'oldValue';_0x1a35db=_0x1a35db['previousSibling'];}return!0x1;}class ue extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x4d4431=this['editor']['config']['get']('list.properties'),_0x5f4cb9=this['editor']['plugins']['get']('TrackChangesEditing');_0x4d4431['styles']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listStyle'),_0x5f4cb9['registerBlockAttribute']('listStyle')),_0x4d4431['reversed']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listReversed'),_0x5f4cb9['registerBlockAttribute']('listReversed')),_0x4d4431['startIndex']&&(_0x5f4cb9['enableDefaultAttributesIntegration']('listStart'),_0x5f4cb9['registerBlockAttribute']('listStart'));const _0x10be3a={'type':'format','content':''};_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3d164f=this['editor']['locale'];_0x5f4cb9['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x3d164f,'FORMAT_LIST_REVERSED')),_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](_0x4902cc=>{const {data:_0x52492d}=_0x4902cc;if(_0x52492d&&'listReversed'==_0x52492d['key'])return null==_0x52492d['newValue']||0x0==_0x52492d['newValue']&&null==_0x52492d['oldValue']?_0x10be3a:void 0x0;}),_0x5f4cb9['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x3d164f,'FORMAT_LIST_START')),_0x5f4cb9['descriptionFactory']['registerDescriptionCallback'](_0x23be91=>{const {data:_0x2cee74}=_0x23be91;if(_0x2cee74&&'listStart'==_0x2cee74['key'])return null==_0x2cee74['newValue']||0x1==_0x2cee74['newValue']&&null==_0x2cee74['oldValue']?_0x10be3a:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x30aa7b=>{if(_0x30aa7b['batch']['isUndo'])return!0x1;let _0x2dcaae=!0x1;const _0x3e2165=_0x5f4cb9['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3a127f=>{const _0x4f1d80=_0x5f4cb9['_getAttributeKey'](_0x3a127f);return'listStart'==_0x4f1d80||'listReversed'==_0x4f1d80;});for(const _0x307400 of _0x3e2165){const _0x1efff5=_0x307400['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1efff5||'customNumbered'==_0x1efff5)continue;_0x5f4cb9['_findSuggestions'](_0x307400['getFirstRange'](),'attribute')['find'](_0x1af937=>'listType'==_0x5f4cb9['_getAttributeKey'](_0x1af937['suggestion']))||(_0x30aa7b['removeMarker'](_0x307400['getFirstMarker']()),_0x2dcaae=!0x0);}return _0x2dcaae;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x273c7e){const _0x449398=this['editor']['locale'],{data:_0x42d2f1}=_0x273c7e,_0x151afa={'type':'format','content':''};if(!_0x42d2f1||'listStyle'!=_0x42d2f1['key'])return;if(!_0x42d2f1['oldValue'])return'default'==_0x42d2f1['newValue']?_0x151afa:{'type':'format','content':''+o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['newValue'])))};if(!_0x42d2f1['newValue']){if('default'==_0x42d2f1['oldValue'])return _0x151afa;let _0x44e2d5=_0x273c7e['head'];for(;_0x44e2d5;){if(_0x44e2d5['data']&&'listType'==_0x44e2d5['data']['key']&&_0x44e2d5['data']['newValue'])return _0x151afa;_0x44e2d5=_0x44e2d5['next'];}return{'type':'format','content':''+o(_0x449398,'*Remove\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['oldValue'])))};}if('default'!=_0x42d2f1['newValue'])return{'type':'format','content':''+o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,this['_getTranslationKeyForListStyle'](_0x42d2f1['newValue'])))};let _0x365443=_0x273c7e['head'];for(;_0x365443;){if(_0x365443['data']&&'listType'==_0x365443['data']['key']&&_0x365443['data']['newValue']&&_0x365443['data']['oldValue'])return _0x151afa;_0x365443=_0x365443['next'];}return{'type':'format','content':o(_0x449398,'*Set\x20format:*\x20%0',o(_0x449398,'ELEMENT_'+_0x273c7e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x331ad3=this['editor'],_0x26b898=_0x331ad3['locale'];_0x331ad3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x446763=>{if('formatBlock'!=_0x446763['type'])return;const {data:_0x553379}=_0x446763;if(!_0x553379)return;let _0x365175,_0x1b5315;switch(_0x553379['commandName']){case'listStyle':_0x365175='*Change\x20to:*\x20%0',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175,o(_0x26b898,this['_getTranslationKeyForListStyle'](_0x553379['commandParams'][0x0]['type'])))};break;case'listReversed':_0x365175=_0x553379['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175)};break;case'listStart':_0x365175='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1b5315={'type':'format','content':o(_0x26b898,_0x365175,_0x553379['commandParams'][0x0]['startIndex'])};}return _0x1b5315;});}['_getTranslationKeyForListStyle'](_0x3b86d7){return'ELEMENT_'+function(_0x30bc10){if(pe['includes'](_0x30bc10))return'bulleted';if(ye['includes'](_0x30bc10))return'numbered';return null;}(_0x3b86d7)['toUpperCase']()+'_LIST_'+_0x3b86d7['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x1c3a28{static get['requires'](){return[_0x203d9b];}['init'](){const _0x3a8a90=this['editor'],_0x139494=_0x3a8a90['plugins']['get']('TrackChangesEditing'),_0x20ba60=_0x3a8a90['commands']['get']('enter');_0x139494['enableCommand']('enter',()=>{_0x3a8a90['model']['change'](_0x186a5b=>{const _0xe86663=_0x3a8a90['model']['document']['selection'],_0x23016d=_0xe86663['getFirstPosition'](),_0x15a766=_0x5b9e67['fromRange'](_0xe86663['getFirstRange']());if(_0x20ba60['enterBlock'](_0x186a5b)){const _0xa90ebd=_0x3a8a90['model']['createPositionAt'](_0x23016d['parent']['nextSibling'],0x0),_0x42405a=_0x186a5b['createRange'](_0x23016d,_0xa90ebd);_0x139494['markInsertion'](_0x42405a);}else _0x186a5b['setSelection'](_0x186a5b['createRange'](_0x15a766['end']));_0x15a766['detach'](),_0x20ba60['fire']('afterExecute',{'writer':_0x186a5b});});}),_0x3a8a90['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x3a8a90,'split'),{'priority':'high'}),_0x3a8a90['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0xbd79fc,_0x58950c,_0x4c138d)=>{const _0x519692=_0x4c138d['mapper']['markerNameToElements'](_0x58950c['markerName']);if(_0x519692){for(const _0x2ec4e8 of _0x519692)_0x2ec4e8['hasClass']('ck-suggestion-marker-split')&&(_0x4c138d['mapper']['unbindElementFromMarkerName'](_0x2ec4e8,_0x58950c['markerName']),_0x4c138d['writer']['remove'](_0x2ec4e8));}},{'priority':'high'}),_0x3a8a90['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x54021c,_0xef7397,_0x1f451b)=>{_0x1f451b['options']['showSuggestionHighlights']&&_e(_0x3a8a90,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x54021c,_0xef7397,_0x1f451b);},{'priority':'high'});}}class J extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x57bf92=this['editor']['plugins']['get']('TrackChangesEditing');_0x57bf92['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x57bf92['enableCommand']('findNext'),_0x57bf92['enableCommand']('findPrevious'),_0x57bf92['enableCommand']('replace'),_0x57bf92['enableCommand']('replaceAll');}['handleFindCommand'](_0xc3cad9,_0x2cec1a,_0x3803ad={}){const _0x14f2e6=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0xc3cad9(_0x33eda5=>{let _0x498628=('string'==typeof _0x2cec1a?_0x14f2e6['findByTextCallback'](_0x2cec1a,_0x3803ad):_0x2cec1a)(_0x33eda5);Array['isArray'](_0x498628)&&(_0x498628={'results':_0x498628,'searchText':'string'==typeof _0x2cec1a?_0x2cec1a:''});const _0x2c93d2=_0x498628['results']['filter'](_0x576250=>!0x1===this['_isInDeletionRange'](_0x576250,_0x33eda5['item']));return{..._0x498628,'results':_0x2c93d2};},_0x3803ad);}['_isInDeletionRange'](_0x4102c1,_0x178409){const _0x3bc404=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x178409,_0x4102c1['start']),this['editor']['model']['createPositionAt'](_0x178409,_0x4102c1['end']));for(const _0xe3ab3d of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x3bc404['getIntersection'](_0xe3ab3d['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Q extends _0x1c3a28{['afterInit'](){const _0x525bd5=this['editor']['locale'],_0x39ad80=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x853674,commandName:_0xe45b41}of ro)this['editor']['plugins']['has'](_0x853674)&&(_0x39ad80['enableDefaultAttributesIntegration'](_0xe45b41),_0x39ad80['registerInlineAttribute'](_0xe45b41));_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x525bd5,'FORMAT_FONT_SIZE')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x525bd5,'FORMAT_FONT_FAMILY')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x525bd5,'FORMAT_FONT_COLOR')),_0x39ad80['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x525bd5,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x29786=this['editor'],_0x2252b1=_0x29786['locale'];_0x29786['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xadb8aa=>{const _0x417a7b=_0x2252b1['t'];if('formatInline'!=_0xadb8aa['type'])return;const {data:_0x5402a0}=_0xadb8aa;if(null!=_0x5402a0){if('fontSize'==_0x5402a0['commandName']){const _0x3a9829=_0x5402a0['commandParams'][0x0]['value'];if(_0x3a9829){const _0x1c1a35=_0x417a7b(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0xeefb80=>_0xeefb80['model']==_0x3a9829)['title'])['toLowerCase']();return{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20size:*\x20%0',_0x1c1a35)};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x5402a0['commandName']){const _0x827bd2=_0x5402a0['commandParams'][0x0]['value'];return _0x827bd2?{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20family:*\x20%0',_0x827bd2)}:{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20family*')};}if('fontColor'==_0x5402a0['commandName']){const _0x475d73=_0x5402a0['commandParams'][0x0]['value'];if(_0x475d73){const _0x41aae6=_0xa8c042(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3fc943=>_0x3fc943['model']==_0x475d73);let _0x2571ee=_0x475d73,_0x35637f='';return _0x41aae6&&(_0x2571ee=_0x41aae6['label'],_0x35637f=_0x417a7b(_0x2571ee)['toLowerCase']()),{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20color:*\x20%0',_0x35637f)['trim'](),'color':{'value':_0x475d73,'title':_0x35637f||_0x2571ee}};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x5402a0['commandName']){const _0x509077=_0x5402a0['commandParams'][0x0]['value'];if(_0x509077){const _0x59c592=_0xa8c042(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x37649b=>_0x37649b['model']==_0x509077);let _0x34161d=_0x509077,_0x22fe68='';return _0x59c592&&(_0x34161d=_0x59c592['label'],_0x22fe68=_0x417a7b(_0x34161d)['toLowerCase']()),{'type':'format','content':o(_0x2252b1,'*Set\x20font\x20background\x20color:*\x20%0',_0x22fe68)['trim'](),'color':{'value':_0x509077,'title':_0x22fe68||_0x34161d}};}return{'type':'format','content':o(_0x2252b1,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x1c3a28{['afterInit'](){const _0x4ee5dd=this['editor'],_0x207b79=_0x4ee5dd['plugins']['get']('TrackChangesEditing'),_0x50f3bc=_0x4ee5dd['commands']['get']('copyFormat'),_0x49499e=_0x4ee5dd['commands']['get']('pasteFormat');_0x50f3bc&&_0x49499e&&(_0x207b79['enableDefaultAttributesIntegration']('pasteFormat'),_0x207b79['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x527ce5=this['editor'],_0x5e7226=_0x527ce5['locale'];_0x527ce5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37815d=>{if('formatBlock'!=_0x37815d['type']&&'formatInline'!=_0x37815d['type'])return;const {data:_0x6ff81f}=_0x37815d;if(_0x6ff81f&&'pasteFormat'===_0x6ff81f['commandName']){const _0x39b903=[],_0xfb9cca=_0x6ff81f['commandParams'][0x0];for(const [_0x58df0c,_0x248229]of Object['entries'](_0xfb9cca))_0x39b903['push'](so(_0x527ce5,_0x58df0c,_0x248229));return _0x39b903['length']?{'type':'format','content':o(_0x5e7226,'*Set\x20format\x20to:*\x20%0',_0x39b903['join'](',\x20'))}:{'type':'format','content':o(_0x5e7226,'*Remove\x20all\x20formatting*')};}});}}function so(_0xfe1247,_0x10b243,_0x26b6d5){const _0x2c54ce=_0xfe1247['locale']['t'],_0x1de63a=_0x10b243['split'](/(?=[A-Z])/)['join']('\x20'),_0x1e4025=_0x2c54ce(_0x1de63a['charAt'](0x0)['toUpperCase']()+_0x1de63a['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x26b6d5)return _0x1e4025;if('fontColor'===_0x10b243||'fontBackgroundColor'===_0x10b243){const _0x52a326=_0xa8c042(_0xfe1247['config']['get']('fontColor.colors'))['find'](_0xe2dfb3=>_0xe2dfb3['model']==_0x26b6d5);return _0x1e4025+'\x20('+(_0x52a326?_0x2c54ce(_0x52a326['label'])['toLowerCase']():_0x26b6d5)+')';}if('fontSize'===_0x10b243&&isNaN(parseFloat(_0x26b6d5))){const _0x4c85d2=_0xfe1247['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xfe1247['config']['get']('fontSize.options'))['find'](_0x321602=>_0x321602['model']==_0x26b6d5);return _0x1e4025+'\x20('+(_0x4c85d2?_0x2c54ce(_0x4c85d2['title'])['toLowerCase']():_0x26b6d5)+')';}return _0x1e4025+'\x20('+_0x26b6d5+')';}class Y extends _0x1c3a28{['_headingOptions'];['afterInit'](){const _0x401f5f=this['editor'];if(!_0x401f5f['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x401f5f['config']['get']('heading.options');const _0x383d8f=_0x401f5f['locale'],_0x54287d=_0x401f5f['plugins']['get']('TrackChangesEditing');_0x54287d['enableDefaultAttributesIntegration']('heading');for(const _0x936931 of this['_headingOptions'])'paragraph'!=_0x936931['model']&&_0x54287d['descriptionFactory']['registerElementLabel'](_0x936931['model'],_0x518292=>{const _0x3df199=this['_getHeadingLevel'](_0x936931['model']);return null!==_0x3df199?_0x27427c(_0x518292,_0x3df199):_0x1c17a2(_0x518292,_0x936931['title']);});function _0x27427c(_0x45d7a5,_0x529416){return o(_0x383d8f,'ELEMENT_HEADING',[_0x45d7a5,_0x529416]);}function _0x1c17a2(_0x21f630,_0x22bda4){return o(_0x383d8f,'ELEMENT_HEADING_CUSTOM',[_0x21f630,_0x22bda4]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x361f79=this['editor'],_0x504864=_0x361f79['locale'];function _0x17c2bd(_0x2d25b2,_0x414133){return o(_0x504864,'ELEMENT_HEADING_CUSTOM',[_0x2d25b2,_0x414133]);}_0x361f79['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e8d46=>{if('formatBlock'!=_0x4e8d46['type'])return;const {data:_0xae542c}=_0x4e8d46;if(_0xae542c&&'heading'==_0xae542c['commandName']){const _0x54268e=_0xae542c['commandParams'][0x0]['value'],_0x17dff8=this['_getHeadingLevel'](_0x54268e);if(null!==_0x17dff8)return{'type':'format','content':o(_0x504864,'*Change\x20to:*\x20%0',(_0x384337=0x1,_0x114081=_0x17dff8,o(_0x504864,'ELEMENT_HEADING',[_0x384337,_0x114081])))};const _0x1058cb=this['_headingOptions']['find'](_0x212837=>_0x212837['model']===_0x54268e)['title'];return{'type':'format','content':o(_0x504864,'*Change\x20to:*\x20%0',_0x17c2bd(0x1,_0x1058cb))};}var _0x384337,_0x114081;});}['_getHeadingLevel'](_0x13a4c0){const _0x5eb751=_0x13a4c0['match'](/^heading(\d+)/);if(_0x5eb751)return _0x5eb751[0x1];const _0x4a6599=this['_headingOptions']?.['find'](_0x6be339=>_0x6be339['model']==_0x13a4c0);if(_0x4a6599&&_0x4a6599['view']){const _0x292e71=_0x4a6599['view'],_0x292d33=(_0x292e71['name']??_0x292e71)['match'](/^h(\d+)/);if(_0x292d33)return _0x292d33[0x1];}return null;}}class Z extends _0x1c3a28{['afterInit'](){const _0x154646=this['editor'];if(!_0x154646['plugins']['has']('HighlightEditing'))return;const _0x11d29f=_0x154646['plugins']['get']('TrackChangesEditing'),_0x2b6bce=_0x154646['locale'];_0x11d29f['enableDefaultAttributesIntegration']('highlight'),_0x11d29f['registerInlineAttribute']('highlight'),_0x11d29f['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2b6bce,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1112df=this['editor'],_0x23ab7b=_0x1112df['locale'];_0x1112df['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe18d0e=>{if('formatInline'!=_0xe18d0e['type'])return;const {data:_0xc1781d}=_0xe18d0e;if(_0xc1781d&&'highlight'==_0xc1781d['commandName']){const _0x1cbff3=_0x23ab7b['t'],_0x5db755=_0xc1781d['commandParams'][0x0]['value'];if(_0x5db755){const _0x5aeee4=_0x1112df['config']['get']('highlight.options')['find'](_0x3faa34=>_0x3faa34['model']==_0x5db755),_0x49f8b0=_0x1cbff3(_0x5aeee4['title'])['toLowerCase']();return{'type':'format','content':o(_0x23ab7b,'*Set\x20highlight:*\x20%0',_0x49f8b0),'color':{'value':_0x5aeee4['color'],'title':_0x5aeee4['title']}};}return{'type':'format','content':o(_0x23ab7b,'*Remove\x20highlight*',o(_0x23ab7b,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x1c3a28{['afterInit'](){const _0xd65bea=this['editor'];if(!_0xd65bea['plugins']['has']('HorizontalLineEditing'))return;_0xd65bea['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5e7662=_0xd65bea['plugins']['get']('TrackChangesEditing'),_0x51a626=_0xd65bea['locale'];_0x5e7662['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3b3789=>o(_0x51a626,'ELEMENT_HORIZONTAL_LINE',_0x3b3789)),_0xd65bea['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x153018,{writer:_0x36cd40,options:_0x2bc4c5})=>{if(!_0x2bc4c5['showSuggestionHighlights'])return null;const _0x543d55=_0x36cd40['createContainerElement']('div'),_0x7eece=_0x36cd40['createEmptyElement']('hr');return _0x36cd40['addClass']('ck-horizontal-line',_0x543d55),_0x36cd40['insert'](_0x36cd40['createPositionAt'](_0x543d55,0x0),_0x7eece),_0x543d55;},'converterPriority':'high'});}}class et extends _0x1c3a28{['afterInit'](){const _0x2f8ebc=this['editor'];if(!_0x2f8ebc['plugins']['has']('HtmlEmbed'))return;const _0x476d6f=_0x2f8ebc['plugins']['get']('TrackChangesEditing'),_0x60ee61=_0x2f8ebc['locale'];_0x476d6f['descriptionFactory']['registerElementLabel']('rawHtml',_0x2303b3=>o(_0x60ee61,'ELEMENT_HTML_EMBED',_0x2303b3)),_0x476d6f['enableDefaultAttributesIntegration']('htmlEmbed'),_0x476d6f['registerBlockAttribute']('value'),_0x476d6f['descriptionFactory']['registerDescriptionCallback'](_0x19ea78=>{if('attribute'!=_0x19ea78['type'])return;const {data:_0x3502ec}=_0x19ea78;if(_0x3502ec&&'value'==_0x3502ec['key']&&_0x19ea78['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x2776c4=o(_0x60ee61,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x60ee61,'*Change\x20%0\x20content*',_0x2776c4)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c2cc0=this['editor'],_0x219a9f=_0x2c2cc0['locale'];_0x2c2cc0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4400df=>{if('formatBlock'!=_0x4400df['type'])return;const {data:_0x3454de}=_0x4400df;if(_0x3454de&&'htmlEmbed'==_0x3454de['commandName']){const _0xfe90cf=o(_0x219a9f,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x219a9f,'*Change\x20%0\x20content*',_0xfe90cf)};}});}}class it extends _0x1c3a28{['afterInit'](){const _0x57b2f4=this['editor'];if(!_0x57b2f4['plugins']['has']('ImageEditing'))return;const _0x1d3950=_0x57b2f4['plugins']['get']('TrackChangesEditing'),_0x25dc7b=_0x57b2f4['plugins']['get']('ImageUtils'),_0x10e67f=_0x57b2f4['locale'];_0x1d3950['enableCommand']('insertImage'),_0x1d3950['descriptionFactory']['registerElementLabel']('imageBlock',_0x788c0e=>o(_0x10e67f,'ELEMENT_IMAGE',_0x788c0e)),_0x1d3950['descriptionFactory']['registerElementLabel']('imageInline',_0xff790e=>o(_0x10e67f,'ELEMENT_INLINE_IMAGE',_0xff790e)),_0x1d3950['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x10e67f,'ELEMENT_CAPTION')),_0x57b2f4['plugins']['has']('ImageUploadEditing')&&_0x1d3950['enableCommand']('uploadImage'),_0x57b2f4['plugins']['has']('ImageBlockEditing')&&_0x57b2f4['plugins']['has']('ImageInlineEditing')&&(_0x1d3950['enableCommand']('imageTypeInline',(_0x4ea14e,_0x4e62a2)=>{const _0x3cd799=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']);_0x57b2f4['model']['change'](()=>{_0x1d3950['markBlockFormat'](_0x3cd799,{'commandName':'imageTypeInline','commandParams':[_0x4e62a2]},[],'convertBlockImageToInline');});}),_0x1d3950['enableCommand']('imageTypeBlock',(_0x350383,_0x3802dc)=>{_0x57b2f4['model']['change'](_0x2f9bf6=>{let _0x182f31=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x218d7e=_0x2f9bf6['createRangeOn'](_0x182f31);const _0x39dd02=_0x4c9fc9['fromPosition'](_0x218d7e['start'],'toPrevious'),_0x4da098=_0x4c9fc9['fromPosition'](_0x218d7e['end'],'toNext');_0x1d3950['forceDefaultExecution'](()=>_0x350383(_0x3802dc)),_0x182f31=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x218d7e=_0x2f9bf6['createRangeOn'](_0x182f31);const _0x426de4=_0x2f9bf6['createRange'](_0x39dd02,_0x4da098);_0x39dd02['detach'](),_0x4da098['detach'](),_0x1d3950['markBlockFormat'](_0x182f31,{'commandName':'imageTypeInline','commandParams':[_0x3802dc]},[],'convertInlineImageToBlock'),_0x426de4['start']['isBefore'](_0x218d7e['start'])&&_0x1d3950['markInsertion'](_0x2f9bf6['createRange'](_0x426de4['start'],_0x218d7e['start']),'convertInlineImageToBlock'),_0x218d7e['end']['isBefore'](_0x426de4['end'])&&_0x1d3950['markInsertion'](_0x2f9bf6['createRange'](_0x218d7e['end'],_0x426de4['end']),'convertInlineImageToBlock');});}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x1d3950['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4c8b7d])=>{const _0x141893=_0x1d3950['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x21b3e2=_0x4c8b7d['start'],_0x501027=_0x4c8b7d['end'];const _0x3a2257=_0x57b2f4['model']['schema']['getNearestSelectionRange'](_0x21b3e2,'backward'),_0x72736d=_0x57b2f4['model']['schema']['getNearestSelectionRange'](_0x501027,'forward');_0x3a2257['isCollapsed']&&(_0x21b3e2=_0x3a2257['start']),_0x72736d['isCollapsed']&&(_0x501027=_0x72736d['end']),_0x141893([_0x57b2f4['model']['createRange'](_0x21b3e2,_0x501027)]);}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xb2021f),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xb2021f)),_0x57b2f4['plugins']['has']('ImageCaptionEditing')&&(_0x1d3950['enableCommand']('toggleImageCaption',(_0x16ad88,_0x11500b)=>{const _0x375ec8=_0x57b2f4['plugins']['get']('ImageCaptionUtils');let _0x18a1fb=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x53e65b=_0x375ec8['getCaptionFromImageModelElement'](_0x18a1fb);_0x57b2f4['model']['change'](()=>{if(_0x53e65b)return void _0x1d3950['markDeletion'](_0x57b2f4['model']['createRangeOn'](_0x53e65b));const _0x18753e=_0x25dc7b['isBlockImage'](_0x18a1fb);_0x16ad88(_0x11500b),_0x18a1fb=_0x25dc7b['getClosestSelectedImageElement'](_0x57b2f4['model']['document']['selection']),_0x53e65b=_0x375ec8['getCaptionFromImageModelElement'](_0x18a1fb),_0x1d3950['markInsertion'](_0x57b2f4['model']['createRangeOn'](_0x53e65b),_0x18753e?null:'imageCaption');});}),_0x1d3950['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xb2021f));const _0x46a41c=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x28a7b2(_0x1f992a,_0x3f33eb){const _0x3a3945=_0x46a41c['findIndex'](({type:_0x2c27ce,subType:_0x47daa5})=>_0x1f992a['type']==_0x2c27ce&&_0x1f992a['subType']==_0x47daa5),_0x34b242=_0x46a41c['findIndex'](({type:_0x5536b3,subType:_0x560e25})=>_0x3f33eb['type']==_0x5536b3&&_0x3f33eb['subType']==_0x560e25);if(_0x3a3945<0x0||_0x34b242<0x0)return!0x1;const _0x555187=_0x1f992a['getFirstRange'](),_0x251184=_0x3f33eb['getFirstRange']();if((0x0==_0x3a3945||0x1==_0x3a3945)&&0x2==_0x34b242&&_0x555187['isIntersecting'](_0x251184))return!0x0;if(0x2==_0x3a3945&&0x3==_0x34b242){const _0x2410a2=_0x1d3950['_findSuggestions'](_0x555187,'insertion')['filter'](({suggestion:_0x2d933f,meta:_0x4ae53d})=>_0x4ae53d['isOwn']&&'convertInlineImageToBlock'==_0x2d933f['subType']);if(_0x2410a2['length']>0x1&&_0x251184['end']['isEqual'](_0x555187['start']))return!0x0;if(0x1==_0x2410a2['length']&&(_0x555187['start']['isEqual'](_0x251184['end'])||_0x555187['end']['isEqual'](_0x251184['start'])))return!0x0;}if(0x3==_0x3a3945&&0x3==_0x34b242&&_0x555187['start']['isBefore'](_0x251184['start'])){const _0x584c0a=_0x555187['end']['nodeAfter'],_0x383246=_0x251184['start']['nodeBefore'];return _0x25dc7b['isBlockImage'](_0x584c0a)&&_0x584c0a===_0x383246;}return!0x1;}function _0xb2021f(_0x5e86e9,_0x47edf8){return _0x28a7b2(_0x5e86e9,_0x47edf8)?[_0x5e86e9,_0x47edf8]:_0x28a7b2(_0x47edf8,_0x5e86e9)?[_0x47edf8,_0x5e86e9]:null;}_0x57b2f4['plugins']['has']('ImageResize')&&(_0x1d3950['enableDefaultAttributesIntegration']('resizeImage'),_0x1d3950['registerBlockAttribute']('resizedWidth'),_0x1d3950['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x10e67f,'FORMAT_IMAGE_SIZE'))),_0x57b2f4['plugins']['has']('ImageTextAlternativeEditing')&&(_0x1d3950['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x1d3950['registerBlockAttribute']('alt')),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x23b484=>{if(!!_0x46a41c['find'](({type:_0x4a2236,subType:_0x35ed0f})=>_0x23b484['type']==_0x4a2236&&_0x23b484['subType']==_0x35ed0f))return _0x23b484['previous']?{}:void 0x0;}),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x4995e6=>{if('insertion'==_0x4995e6['type']||'deletion'==_0x4995e6['type']){const _0x2122e9=_0x4995e6['getContainedElement']();if(_0x2122e9&&_0x2122e9['is']('element','caption'))return{'type':'insertion'==_0x4995e6['type']?'addObject':'removeObject','element':_0x2122e9,'quantity':0x1};}}),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x2d6391=>'formatBlock'==_0x2d6391['type']&&'convertInlineImageToBlock'==_0x2d6391['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x2d6391['type']&&'convertBlockImageToInline'==_0x2d6391['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x1d3950['descriptionFactory']['registerDescriptionCallback'](_0x16a6b9=>{if('attribute'!=_0x16a6b9['type'])return;const {data:_0x567ed3}=_0x16a6b9;if(!_0x567ed3||'alt'!=_0x567ed3['key'])return;const _0x336da3=_0x567ed3['newValue'];return _0x336da3?{'type':'format','content':o(_0x10e67f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x336da3+'\x22')}:{'type':'format','content':o(_0x10e67f,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2bedf4=this['editor'],_0x53f222=_0x2bedf4['locale'];_0x2bedf4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x393e19=>{if('formatBlock'!=_0x393e19['type']&&'formatInline'!=_0x393e19['type'])return;const {data:_0x5547b2}=_0x393e19;if(_0x5547b2){if('imageTextAlternative'==_0x5547b2['commandName']){const _0x2844c0=_0x5547b2['commandParams'][0x0]['newValue'];return _0x2844c0?{'type':'format','content':o(_0x53f222,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2844c0+'\x22')}:{'type':'format','content':o(_0x53f222,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5547b2['commandName']){const _0x1f4f57=_0x5547b2['commandParams'][0x0]['width'];return _0x1f4f57?{'type':'format','content':o(_0x53f222,'*Set\x20image\x20width:*\x20%0',_0x1f4f57)}:{'type':'format','content':o(_0x53f222,'*Reset\x20image\x20width*')};}}});}}class st extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x3ac50d=this['editor']['locale'],_0x29fe2d=this['editor']['plugins']['get']('TrackChangesEditing');_0x29fe2d['enableDefaultAttributesIntegration']('replaceImageSource'),_0x29fe2d['registerBlockAttribute']('src'),_0x29fe2d['descriptionFactory']['registerDescriptionCallback'](_0x483b8d=>{if('attribute'!=_0x483b8d['type'])return;const {data:_0x294a89}=_0x483b8d;return _0x294a89&&'src'==_0x294a89['key']?_0x294a89['newValue']&&_0x294a89['oldValue']?{'type':'format','content':o(_0x3ac50d,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x203b71=this['editor']['plugins']['get']('TrackChangesEditing');_0x203b71['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x203b71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x203b71['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x203b71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x46bd7d=this['editor'],_0x22d58f=_0x46bd7d['locale'];_0x46bd7d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2bd6ee=>{if('formatBlock'!=_0x2bd6ee['type']&&'formatInline'!=_0x2bd6ee['type'])return;const {data:_0x533b20}=_0x2bd6ee;if(!_0x533b20||'replaceImageSource'!=_0x533b20['commandName'])return;return{'type':'format','content':o(_0x22d58f,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x1c3a28{['afterInit'](){const _0x505b7a=this['editor'];if(!_0x505b7a['plugins']['has']('ImageStyleEditing'))return;const _0x565961=_0x505b7a['plugins']['get']('TrackChangesEditing'),_0x11e938=_0x505b7a['plugins']['get']('ImageUtils'),_0x724bbf={};_0x565961['enableCommand']('imageStyle',(_0x592f4a,_0x1db71a)=>{const _0x25fdf6=_0x505b7a['plugins']['get']('Users')['me'],_0x1ae5f7=_0x505b7a['commands']['get']('imageStyle');let _0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),_0x1189c0=_0x505b7a['model']['createRangeOn'](_0x1172cc),_0x597d03=_0x1ae5f7['value'];if(_0x597d03==_0x1db71a['value'])return;const _0x287b6f={'commandName':'imageStyle','commandParams':[_0x1db71a],'formatGroupId':_0x15362b()};_0x505b7a['model']['change'](()=>{if(_0x565961['getSuggestions']()['filter'](_0x1a4c53=>_0x1a4c53['isInContent']&&_0x25fdf6==_0x1a4c53['author']&&('formatBlock'==_0x1a4c53['type']||'formatInline'==_0x1a4c53['type'])&&('imageStylePreApply'==_0x1a4c53['subType']||'imageStylePostApply'==_0x1a4c53['subType'])&&_0x1a4c53['getFirstRange']()['isEqual'](_0x1189c0))['forEach'](_0x444574=>_0x565961['discardSuggestion'](_0x444574['head'])),_0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),_0x1189c0=_0x505b7a['model']['createRangeOn'](_0x1172cc),_0x1ae5f7['refresh'](),_0x505b7a['commands']['get']('imageTypeInline')['refresh'](),_0x505b7a['commands']['get']('imageTypeBlock')['refresh'](),_0x597d03=_0x1ae5f7['value'],_0x597d03!=_0x1db71a['value'])return _0x11e938['isInlineImage'](_0x1172cc)&&_0x1ae5f7['shouldConvertImageType'](_0x1db71a['value'],_0x1172cc)?(_0x592f4a({..._0x1db71a,'setImageSizes':!0x1}),_0x1172cc=_0x11e938['getClosestSelectedImageElement'](_0x505b7a['model']['document']['selection']),void _0x565961['markBlockFormat'](_0x1172cc,{..._0x287b6f,'commandReversedParams':[{'value':_0x597d03||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x11e938['isBlockImage'](_0x1172cc)?_0x565961['markBlockFormat'](_0x1172cc,_0x287b6f,[],'imageStylePostApply'):_0x565961['markInlineFormat'](_0x1189c0,_0x287b6f,'imageStylePostApply'));});});for(const _0x4caa82 of _0x505b7a['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x724bbf[_0x4caa82['name']]=_0x4caa82['title']['toLowerCase']();_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4ff975])=>{_0x11e938['setImageNaturalSizeAttributes'](_0x4ff975['getContainedElement']());}),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x37b483,_0x5e77c9)=>{_0x565961['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x37b483,{'commandName':_0x5e77c9['commandName'],'commandParams':_0x5e77c9['commandReversedParams']});}),_0x565961['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x396c65,_0xd908cc){if(_0x3df4a9(_0x396c65,_0xd908cc))return[_0x396c65,_0xd908cc];if(_0x3df4a9(_0xd908cc,_0x396c65))return[_0xd908cc,_0x396c65];return null;});const _0x682331=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3df4a9(_0xa27586,_0x1f31cc){const _0x513d29=_0x682331['findIndex'](({type:_0x2caefa,subType:_0x3e5069})=>_0xa27586['type']==_0x2caefa&&_0xa27586['subType']==_0x3e5069),_0x1c8af0=_0x682331['findIndex'](({type:_0x314d2d,subType:_0x25d4c4})=>_0x1f31cc['type']==_0x314d2d&&_0x1f31cc['subType']==_0x25d4c4);if(_0x513d29<0x0||_0x1c8af0<0x0)return!0x1;const _0x48da6e=_0xa27586['getFirstRange'](),_0x1ed9b7=_0x1f31cc['getFirstRange']();if((0x0==_0x513d29||0x1==_0x513d29)&&0x2==_0x1c8af0&&_0x48da6e['isIntersecting'](_0x1ed9b7))return!0x0;if(0x2==_0x513d29&&0x3==_0x1c8af0){const _0x310aed=_0x565961['_findSuggestions'](_0x48da6e,'insertion')['filter'](({suggestion:_0x53b506,meta:_0xd191b5})=>_0xd191b5['isOwn']&&'convertInlineImageToBlock'==_0x53b506['subType']);if(_0x310aed['length']>0x1&&_0x1ed9b7['end']['isEqual'](_0x48da6e['start']))return!0x0;if(0x1==_0x310aed['length']&&(_0x48da6e['start']['isEqual'](_0x1ed9b7['end'])||_0x48da6e['end']['isEqual'](_0x1ed9b7['start'])))return!0x0;}if(0x3==_0x513d29&&0x3==_0x1c8af0&&_0x48da6e['start']['isBefore'](_0x1ed9b7['start'])){const _0x12f4ea=_0x48da6e['end']['nodeAfter'],_0x1cecbf=_0x1ed9b7['start']['nodeBefore'];return _0x11e938['isBlockImage'](_0x12f4ea)&&_0x12f4ea===_0x1cecbf;}return!0x1;}_0x505b7a['model']['document']['registerPostFixer'](()=>{let _0x37eaca=!0x1;const _0x1ab252=Array['from'](_0x505b7a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2c42a8,data:_0x4843e9}of _0x1ab252){const {group:_0x306fca,type:_0x2a1f44,subType:_0x833a43,id:_0x9e229f}=_0x565961['_splitMarkerName'](_0x2c42a8);if('suggestion'==_0x306fca&&_0x565961['hasSuggestion'](_0x9e229f)){if('formatBlock'==_0x2a1f44&&('imageStylePreApply'==_0x833a43||'imageStylePostApply'==_0x833a43)){const _0x3be68c=_0x565961['getSuggestion'](_0x9e229f);if(_0x4843e9['newRange']){const _0xc6315=_0x3be68c['getFirstRange']()['getContainedElement']();if(_0x11e938['isBlockImage'](_0xc6315))continue;_0x565961['discardSuggestion'](_0x3be68c),_0x37eaca=!0x0;}}if('insertion'==_0x2a1f44&&'imageCaption'==_0x833a43&&!_0x4843e9['newRange']){const _0x2499a1=_0x565961['getSuggestion'](_0x9e229f);_0x2499a1['next']&&_0x2499a1['next']['isInContent']&&(_0x565961['discardSuggestion'](_0x2499a1['next']),_0x37eaca=!0x0);}}}return _0x37eaca;}),this['_registerLegacyDescription'](_0x724bbf);}['_registerLegacyDescription'](_0x3ea5fe){const _0x4bc2bf=this['editor'],_0x224fae=_0x4bc2bf['locale'];_0x4bc2bf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x56ae69=>{if('formatBlock'!=_0x56ae69['type']&&'formatInline'!=_0x56ae69['type'])return;const {data:_0x26ff88}=_0x56ae69;if(!_0x26ff88||'imageStyle'!=_0x26ff88['commandName'])return;const _0x192072=_0x26ff88['commandParams'][0x0]['value'];return _0x17b031('side'===_0x192072?o(_0x224fae,'FORMAT_SIDE_IMAGE'):_0x3ea5fe[_0x192072]||_0x192072);function _0x17b031(_0x6e9505){return{'type':'format','content':o(_0x224fae,'*Format:*\x20%0',_0x6e9505)};}});}}class ot extends _0x1c3a28{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x47331d){super(_0x47331d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x23a8a1=this['editor'],_0x47af03=_0x23a8a1['commands']['get']('importWord'),_0x5fb5af=_0x23a8a1['commands']['get']('trackChanges');_0x47af03&&(_0x47af03['on']('execute',(_0x3a1dea,[,_0xfe93a9])=>{this['_trackChangesValueDuringImport']=_0x5fb5af['value'],_0xfe93a9['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x47af03,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x47af03,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x5fb5af['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x23a8a1['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x123165,_0x2dd348){const {suggestions:_0x131c6f}=_0x2dd348,_0x416f20=this['editor']['commands']['get']('trackChanges'),_0x2e2e4a=_0x416f20['value'];this['_trackChangesValueDuringImport']!==_0x2e2e4a&&(_0x416f20['execute'](),this['_trackChangesExecuted']=!0x0),_0x131c6f&&_0x131c6f['forEach'](({id:_0x2e35d7,type:_0x337d47,author:_0x4bb5a0,created_at:_0x1e09bc})=>{const _0x2ddf18={'id':_0x2e35d7,'type':_0x337d47,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4bb5a0,'createdAt':_0x1e09bc?new Date(_0x1e09bc):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x2ddf18);});}}class rt extends _0x1c3a28{['afterInit'](){const _0x3074e4=this['editor'],_0xc78fa=_0x3074e4['plugins']['get']('TrackChangesEditing');if(_0x3074e4['plugins']['has']('IndentEditing')&&(_0xc78fa['enableCommand']('indent'),_0xc78fa['enableCommand']('outdent')),_0x3074e4['plugins']['has']('IndentBlock')){for(const _0x1f978f of['indentBlock','outdentBlock'])_0xc78fa['enableDefaultAttributesIntegration'](_0x1f978f);}const _0x5772b7=_0x3074e4['locale'];_0xc78fa['registerBlockAttribute']('blockIndent'),_0xc78fa['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5772b7,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26bd27=this['editor'],_0x369d30=_0x26bd27['locale'],_0xae0578=_0x26bd27['plugins']['get']('TrackChangesEditing');_0xae0578['descriptionFactory']['registerDescriptionCallback'](_0x5cb78e=>{if('formatBlock'!=_0x5cb78e['type'])return;const {data:_0x45ad5d}=_0x5cb78e;if(!_0x45ad5d)return;if('indentBlock'!=_0x45ad5d['commandName']&&'outdentBlock'!=_0x45ad5d['commandName'])return;const _0x46de87=_0x5cb78e['getItems']()[0x0],_0x9e6722=_0xae0578['descriptionFactory']['getItemLabel'](_0x46de87);return'indentBlock'==_0x45ad5d['commandName']?{'type':'format','content':o(_0x369d30,'*Indent:*\x20%0',_0x9e6722)}:'outdentBlock'==_0x45ad5d['commandName']?{'type':'format','content':o(_0x369d30,'*Outdent:*\x20%0',_0x9e6722)}:void 0x0;});}}class at extends _0x1c3a28{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x1c3a28{['afterInit'](){const _0x59fb3e=this['editor'];if(!_0x59fb3e['plugins']['has']('LinkEditing'))return;const _0x5e53e9=_0x59fb3e['plugins']['get']('TrackChangesEditing'),_0x1e3f45=_0x59fb3e['commands']['get']('link');_0x5e53e9['enableDefaultAttributesIntegration']('link'),_0x5e53e9['enableDefaultAttributesIntegration']('unlink'),_0x5e53e9['registerInlineAttribute']('linkHref');for(const _0x4f95a1 of _0x1e3f45['manualDecorators'])_0x5e53e9['registerInlineAttribute'](_0x4f95a1['id']),_0x5e53e9['descriptionFactory']['registerAttributeLabel'](_0x4f95a1['id'],'link\x20('+_0x4f95a1['label']['toLowerCase']()+')');_0x5e53e9['descriptionFactory']['registerDescriptionCallback'](_0x372e81=>{if('attribute'!=_0x372e81['type'])return;const {data:_0x34a2e3}=_0x372e81;if(!_0x34a2e3||'linkHref'!=_0x34a2e3['key'])return;const _0x15d23c=_0x34a2e3['newValue'],_0x35e0e2=_0x59fb3e['locale'];return{'type':'format','content':null==_0x15d23c?o(_0x35e0e2,'*Remove\x20link*'):o(_0x35e0e2,'*Set\x20link:*\x20%0','\x22'+_0x15d23c+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x31476d=this['editor'],_0x3a4760=_0x31476d['locale'];_0x31476d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4084ce=>{if('formatInline'!=_0x4084ce['type'])return;const {data:_0x1902f9}=_0x4084ce;if(_0x1902f9){if('link'==_0x1902f9['commandName']){const _0x3a6523=_0x1902f9['commandParams'][0x0];return{'type':'format','content':o(_0x3a4760,'*Set\x20link:*\x20%0','\x22'+_0x3a6523+'\x22')};}return'unlink'==_0x1902f9['commandName']?{'type':'format','content':o(_0x3a4760,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x1c3a28{['afterInit'](){const _0x5aad8a=this['editor'],_0x4b4ac4=_0x5aad8a['locale'];if(!_0x5aad8a['plugins']['has']('LegacyListEditing'))return;const _0x5ea7f7=_0x5aad8a['plugins']['get']('TrackChangesEditing'),_0x374f1b=_0x5aad8a['plugins']['has']('LegacyTodoListEditing');function _0x34b6dc(_0x1c35da){return()=>{const _0x36e269=_0x5aad8a['model']['document']['selection'],_0xf59b20=_0x5aad8a['commands']['get'](_0x1c35da);if(_0xf59b20['value'])return void _0x5aad8a['execute']('paragraph',{});const _0x44d783=_0x1c35da['slice'](0x0,-0x4),_0x3c0e7b=function(_0x18ff26,_0x31e41a,_0x287590){let _0x4333e7=Array['from'](_0x18ff26)['filter'](_0x5d987f=>function(_0xbd142e,_0x37ea44){return _0x37ea44['checkChild'](_0xbd142e['parent'],'listItem')&&!_0x37ea44['isObject'](_0xbd142e);}(_0x5d987f,_0x287590));_0x4333e7=_0x4333e7['filter'](_0x541007=>!_0x541007['is']('element','listItem')||_0x541007['getAttribute']('listType')!=_0x31e41a);const _0x312cd6=new Set();for(const _0x431fd4 of _0x4333e7)_0x431fd4['is']('element','listItem')?_0x312cd6['add'](me(_0x431fd4)):_0x312cd6['add'](_0x431fd4);return Array['from'](_0x312cd6);}(_0x36e269['getSelectedBlocks'](),_0x44d783,_0x5aad8a['model']['schema']);_0x5aad8a['model']['change'](()=>{for(const _0x18be32 of _0x3c0e7b)_0x5ea7f7['markBlockFormat'](_0x18be32,{'commandName':_0x1c35da,'commandParams':[{'forceValue':!_0xf59b20['value']}],'formatGroupId':'blockName'},fe(_0x18be32));});};}function _0x15c2b3(_0x202d86){return()=>{const _0x1a0751=function(_0x23c26b){let _0x4576a0=Array['from'](_0x23c26b);const _0x586570=_0x4576a0['findIndex'](_0x3ce221=>'listItem'!=_0x3ce221['name']);return _0x586570>-0x1&&(_0x4576a0=_0x4576a0['slice'](0x0,_0x586570)),_0x4576a0;}(_0x5aad8a['model']['document']['selection']['getSelectedBlocks']()),_0x59abbd=_0x5aad8a['model']['createRange'](_0x5aad8a['model']['createPositionAt'](_0x1a0751[0x0],'before'),_0x5aad8a['model']['createPositionAt'](_0x1a0751[_0x1a0751['length']-0x1],'end'));_0x5aad8a['model']['change'](()=>{_0x5ea7f7['markBlockFormat'](_0x59abbd,{'commandName':_0x202d86,'commandParams':[],'formatGroupId':'listIndent'},function(_0x559bc1){const _0x563346=new Set();for(const _0x2fb6f5 of _0x559bc1){let _0x49da37=_0x2fb6f5['nextSibling'];for(;_0x49da37&&_0x49da37['getAttribute']('listIndent')>_0x2fb6f5['getAttribute']('listIndent');)_0x563346['add'](_0x49da37),_0x49da37=_0x49da37['nextSibling'];}return Array['from'](_0x563346);}(_0x1a0751));});};}_0x5ea7f7['enableCommand']('numberedList',_0x34b6dc('numberedList')),_0x5ea7f7['enableCommand']('bulletedList',_0x34b6dc('bulletedList')),_0x374f1b&&_0x5ea7f7['enableCommand']('todoList',_0x34b6dc('todoList')),_0x5ea7f7['enableCommand']('indentList',_0x15c2b3('indentList')),_0x5ea7f7['enableCommand']('outdentList',_0x15c2b3('outdentList')),_0x374f1b&&_0x5ea7f7['enableCommand']('checkTodoList',()=>{const _0x4f80fb=_0x5aad8a['commands']['get']('checkTodoList'),_0x40e75f=Array['from'](_0x4f80fb['_selectedElements']);_0x40e75f['filter'](_0x1abd81=>_0x1abd81['getAttribute']('todoListChecked')!=_0x4f80fb['value']),_0x5aad8a['model']['change'](()=>{for(const _0x2ff667 of _0x40e75f)_0x5ea7f7['markBlockFormat'](_0x2ff667,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x4f80fb['value']}]});});}),_0x5ea7f7['descriptionFactory']['registerElementLabel']('listItem',_0x3293d0=>o(_0x4b4ac4,'ELEMENT_LIST_ITEM',_0x3293d0)),_0x5ea7f7['descriptionFactory']['registerDescriptionCallback'](_0x1add44=>{if('formatBlock'!=_0x1add44['type']&&'formatInline'!=_0x1add44['type'])return;const {data:_0x4c25c8}=_0x1add44;if(_0x4c25c8){if('numberedList'==_0x4c25c8['commandName']||'bulletedList'==_0x4c25c8['commandName']||'todoList'==_0x4c25c8['commandName'])switch(_0x4c25c8['commandName']['replace']('List','')){case'bulleted':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x22e4d1(o(_0x4b4ac4,'ELEMENT_TODO_LIST'));}if('indentList'==_0x4c25c8['commandName'])return{'type':'format','content':o(_0x4b4ac4,'*Indent:*\x20%0',o(_0x4b4ac4,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x4c25c8['commandName'])return{'type':'format','content':o(_0x4b4ac4,'*Outdent:*\x20%0',o(_0x4b4ac4,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x4c25c8['commandName'])return _0x4c25c8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4b4ac4,'*Check\x20item*')}:{'type':'format','content':o(_0x4b4ac4,'*Uncheck\x20item*')};}function _0x22e4d1(_0x2b4e12){return{'type':'format','content':o(_0x4b4ac4,'*Change\x20to:*\x20%0',_0x2b4e12)};}});}}function me(_0x5a580b){const _0x32e74e=_0x5a580b['getAttribute']('listIndent');if(0x0==_0x32e74e)return _0x5a580b;let _0x2b9de6=_0x5a580b;for(;_0x5a580b['previousSibling']&&_0x5a580b['previousSibling']['is']('element','listItem');){const _0x57275a=_0x5a580b['previousSibling']['getAttribute']('listIndent');if(_0x57275a==_0x32e74e)_0x2b9de6=_0x5a580b['previousSibling'];else{if(_0x57275a<_0x32e74e)break;}_0x5a580b=_0x5a580b['previousSibling'];}return _0x2b9de6;}function fe(_0x16fc5c){const _0x313324=[];if(_0x16fc5c['is']('element','listItem')&&_0x16fc5c['getAttribute']('listIndent')>0x0){let _0x24e29e=_0x16fc5c['nextSibling'];for(;_0x24e29e&&'listItem'==_0x24e29e['name']&&_0x24e29e['getAttribute']('listIndent')==_0x16fc5c['getAttribute']('listIndent');)_0x313324['push'](_0x24e29e),_0x24e29e=_0x24e29e['nextSibling'];}return _0x313324;}class K extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x272970=this['editor']['config']['get']('list.properties'),_0x1eec02=this['editor']['plugins']['get']('TrackChangesEditing');_0x272970['styles']&&_0x1eec02['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x272970['reversed']&&_0x1eec02['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x272970['startIndex']&&_0x1eec02['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1eec02['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x50abf7,_0x271ca4={}){const _0x55e22c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e38a1=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x55e22c['markMultiRangeBlockFormat'](_0x1e38a1,{'commandName':'listStyle','commandParams':[{'type':_0x271ca4['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x303d02,_0x4eddc0={}){const _0x3a06bb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x148171=this['_getSuggestionBlocks'](_0x2ab865=>_0x2ab865['is']('element','listItem')&&'numbered'===_0x2ab865['getAttribute']('listType'));if(_0x148171['length']<0x1)return;const _0x52fa28=_0x148171['map'](_0xf1782b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xf1782b,'before'),this['editor']['model']['createPositionAt'](_0xf1782b,0x0)));this['editor']['model']['change'](()=>{_0x3a06bb['markMultiRangeBlockFormat'](_0x52fa28,{'commandName':'listReversed','commandParams':[{'reversed':_0x4eddc0['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x192443,_0x416b8a={}){const _0x14da19=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11512e=this['_getSuggestionBlocks'](_0x1eeeaa=>_0x1eeeaa['is']('element','listItem')&&'numbered'===_0x1eeeaa['getAttribute']('listType'));if(_0x11512e['length']<0x1)return;const _0x43177d=_0x11512e['map'](_0x1631ac=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1631ac,'before'),this['editor']['model']['createPositionAt'](_0x1631ac,0x0)));this['editor']['model']['change'](()=>{_0x14da19['markMultiRangeBlockFormat'](_0x43177d,{'commandName':'listStart','commandParams':[{'startIndex':_0x416b8a['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x12b074){if('formatBlock'!=_0x12b074['type']&&'formatInline'!=_0x12b074['type'])return;const _0x1c089f=this['editor']['locale'],{data:_0x155bec}=_0x12b074;if(!_0x155bec)return;let _0x648b9f,_0x428154;switch(_0x155bec['commandName']){case'listStyle':_0x648b9f='*Change\x20to:*\x20%0',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f,o(_0x1c089f,this['_getTranslationKeyForListStyle'](_0x155bec['commandParams'][0x0]['type'])))};break;case'listReversed':_0x648b9f=_0x155bec['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f)};break;case'listStart':_0x648b9f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x428154={'type':'format','content':o(_0x1c089f,_0x648b9f,_0x155bec['commandParams'][0x0]['startIndex'])};}return _0x428154;}['_getSuggestionBlocksForListStyle'](){const _0x34f27c=this['editor']['plugins']['get']('LegacyListUtils');let _0x2c4d85=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2c4d85[0x0]?.['is']('element','listItem')&&_0x2c4d85['unshift'](..._0x34f27c['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2c4d85[_0x2c4d85['length']-0x1]?.['is']('element','listItem')&&_0x2c4d85['push'](..._0x34f27c['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2c4d85=[...new Set(_0x2c4d85)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2c4d85=_0x2c4d85['filter'](_0x374a8e=>_0x374a8e['is']('element','listItem'))),_0x2c4d85;}['_getSuggestionBlocks'](_0x445d5a){const _0x54f9f0=this['editor']['plugins']['get']('LegacyListUtils');let _0xb807d2=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x445d5a)['map'](_0x3f4c03=>{const _0x3d0cd8=this['editor']['model']['createPositionAt'](_0x3f4c03,0x0);return[..._0x54f9f0['getSiblingNodes'](_0x3d0cd8,'backward'),..._0x54f9f0['getSiblingNodes'](_0x3d0cd8,'forward')];})['flat']();return _0xb807d2=[...new Set(_0xb807d2)],_0xb807d2;}['_getTranslationKeyForListStyle'](_0xfc7a63){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xfc7a63)||'default')['toUpperCase']()+'_LIST_'+_0xfc7a63['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x1c3a28{['afterInit'](){const _0x4075ff=this['editor'];if(!_0x4075ff['plugins']['has']('MediaEmbedEditing'))return;const _0x32fc7e=_0x4075ff['plugins']['get']('TrackChangesEditing'),_0x56249e=_0x4075ff['locale'];_0x32fc7e['enableCommand']('mediaEmbed'),_0x32fc7e['descriptionFactory']['registerElementLabel']('media',_0x4077eb=>o(_0x56249e,'ELEMENT_MEDIA',_0x4077eb)),_0x4075ff['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1dfba8,{writer:_0x5a96e7,options:_0x215ce1})=>{if(_0x215ce1['showSuggestionHighlights'])return _0x5a96e7['createEmptyElement']('div');},'converterPriority':'high'}),_0x4075ff['data']['downcastDispatcher']['on']('attribute:url:media',(_0x565293,_0x3134fc,_0x2eef04)=>{_0x2eef04['options']['showSuggestionHighlights']&&_0x565293['stop']();},{'priority':'high'});}}class gt extends _0x1c3a28{['afterInit'](){const _0x1ae235=this['editor'];_0x1ae235['plugins']['has']('MentionEditing')&&_0x1ae235['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x1c3a28{['afterInit'](){const _0x9a2f0=this['editor'],_0x3f3b88=_0x9a2f0['plugins']['get']('TrackChangesEditing');_0x9a2f0['plugins']['has']('MultiLevelList')&&(_0x3f3b88['enableDefaultAttributesIntegration']('multiLevelList'),_0x3f3b88['registerBlockAttribute']('listMarkerStyle'),_0x3f3b88['descriptionFactory']['registerDescriptionCallback'](_0xc3063c=>this['handleDescriptions'](_0xc3063c)));}['handleDescriptions'](_0x1c30a4){const _0x48043d=this['editor']['locale'],{data:_0x186446}=_0x1c30a4,_0xba8370={'type':'format','content':''};if(_0x186446&&'listMarkerStyle'==_0x186446['key']){if(!_0x186446['oldValue'])return{'type':'format','content':o(_0x48043d,'*Set\x20format:*\x20%0',o(_0x48043d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x186446['newValue']+')'};if(!_0x186446['newValue']){let _0x5ab0b8=_0x1c30a4['head'];for(;_0x5ab0b8;){if(_0x5ab0b8['data']&&'listType'==_0x5ab0b8['data']['key']&&_0x5ab0b8['data']['newValue'])return _0xba8370;_0x5ab0b8=_0x5ab0b8['next'];}return{'type':'format','content':o(_0x48043d,'*Remove\x20format:*\x20%0',o(_0x48043d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x186446['oldValue']+')'};}}}}class mt extends _0x1c3a28{['afterInit'](){const _0x298c9c=this['editor'];if(!_0x298c9c['plugins']['has']('PageBreakEditing'))return;_0x298c9c['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x28f269=_0x298c9c['plugins']['get']('TrackChangesEditing'),_0xb1b27a=_0x298c9c['locale'];_0x28f269['descriptionFactory']['registerElementLabel']('pageBreak',_0xa56dad=>o(_0xb1b27a,'ELEMENT_PAGE_BREAK',_0xa56dad));}}class dt extends _0x1c3a28{['afterInit'](){const _0x5dfa8e=this['editor'];if(!_0x5dfa8e['plugins']['has']('Paragraph'))return;const _0x4af563=_0x5dfa8e['locale'],_0xad6c3b=_0x5dfa8e['plugins']['get']('TrackChangesEditing');_0xad6c3b['descriptionFactory']['registerElementLabel']('paragraph',_0x146f56=>o(_0x4af563,'ELEMENT_PARAGRAPH',_0x146f56)),_0xad6c3b['enableDefaultAttributesIntegration']('paragraph'),_0xad6c3b['enableCommand']('insertParagraph'),_0x5dfa8e['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5dfa8e),{'priority':'highest'}),_0x5dfa8e['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4f81dd,_0x39c80a,_0x4d08e0)=>{_0x4d08e0['options']['showSuggestionHighlights']&&nr(_0x5dfa8e,{'showActiveMarker':!0x1})(_0x4f81dd,_0x39c80a,_0x4d08e0);},{'priority':'highest'});const _0x2db6e3=_0xad6c3b['descriptionFactory'];_0x2db6e3['registerDescriptionCallback'](_0x1887b7=>{if('insertion'!==_0x1887b7['type'])return;const {start:_0x50aaf8,end:_0x24c957}=_0x1887b7['getFirstRange']();if(!_0x50aaf8['isTouching'](_0x24c957)||!_0x50aaf8['nodeAfter'])return;const _0x1be08=_0x5dfa8e['model']['schema'],_0x3fd942=_0x50aaf8['nodeAfter'];return _0x1be08['isBlock'](_0x3fd942)&&!_0x1be08['isLimit'](_0x3fd942)&&_0x1be08['checkChild'](_0x3fd942,'$text')?{'type':'insertion','content':o(_0x4af563,'*Insert:*\x20%0',_0x2db6e3['getItemLabel'](_0x3fd942,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x32141d=this['editor'],_0x3bb82f=_0x32141d['locale'];_0x32141d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4d02d9=>{if('formatBlock'!=_0x4d02d9['type'])return;const {data:_0x3926d3}=_0x4d02d9;return _0x3926d3&&'paragraph'==_0x3926d3['commandName']?{'type':'format','content':o(_0x3bb82f,'*Change\x20to:*\x20%0',o(_0x3bb82f,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x42f8dc,{showActiveMarker:_0x584f80=!0x0}={}){return(_0x1ae3de,_0x117b02,_0x4179ad)=>{const _0x1f1e91=_0x42f8dc['plugins']['get']('TrackChangesEditing'),_0x32378f=_0x117b02['markerRange']['start'],_0x36d26f=_0x117b02['markerRange']['end'],_0x2e635d=_0x42f8dc['model']['schema'];if(!_0x32378f['isTouching'](_0x36d26f)||!_0x32378f['nodeAfter'])return;const _0x2b993c=_0x32378f['nodeAfter'];if(_0x2e635d['isBlock'](_0x2b993c)&&!_0x2e635d['isLimit'](_0x2b993c)&&_0x2e635d['checkChild'](_0x2b993c,'$text')){if(!_0x4179ad['consumable']['consume'](_0x117b02['markerRange'],_0x1ae3de['name']))return;const _0x5ee820=_0x4179ad['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x139753=_0x4179ad['mapper']['toViewPosition'](_0x36d26f);_0x584f80&&_0x1f1e91['activeMarkers']['includes'](_0x117b02['markerName'])&&_0x4179ad['writer']['addClass']('ck-suggestion-marker--active',_0x5ee820),_0x4179ad['writer']['insert'](_0x139753,_0x5ee820),_0x4179ad['mapper']['bindElementToMarker'](_0x5ee820,_0x117b02['markerName']);}};}class pt extends _0x1c3a28{['afterInit'](){const _0x56f9dc=this['editor'];if(!_0x56f9dc['plugins']['has']('RemoveFormatEditing'))return;_0x56f9dc['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x205f71=this['editor'];_0x205f71['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x535f50=>{if('formatBlock'!=_0x535f50['type']&&'formatInline'!=_0x535f50['type'])return;const {data:_0x44801a}=_0x535f50;return _0x44801a&&'removeFormat'==_0x44801a['commandName']?{'type':'format','content':o(_0x205f71['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x1c3a28{['afterInit'](){const _0x4b6f5b=this['editor'];if(!_0x4b6f5b['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x14d19d=_0x4b6f5b['plugins']['get']('TrackChangesEditing');_0x14d19d['enableCommand']('goToPreviousRestrictedEditingException'),_0x14d19d['enableCommand']('goToNextRestrictedEditingException');const _0x4ae7a2=_0x4b6f5b['plugins']['get']('RestrictedEditingModeEditing');_0x4ae7a2['enableCommand']('trackChanges'),_0x4ae7a2['enableCommand']('acceptSuggestion'),_0x4ae7a2['enableCommand']('discardSuggestion'),_0x4ae7a2['enableCommand']('acceptAllSuggestions'),_0x4ae7a2['enableCommand']('discardAllSuggestions'),_0x4ae7a2['enableCommand']('acceptSelectedSuggestions'),_0x4ae7a2['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x1c3a28{static get['requires'](){return[_0x16fabb];}['init'](){const _0x52d1a8=this['editor'],_0xe22633=_0x52d1a8['plugins']['get']('TrackChangesEditing');_0xe22633['enableCommand']('shiftEnter'),_0x52d1a8['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x52d1a8),{'priority':'high'}),_0x52d1a8['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x52d1a8),{'priority':'high'}),_0x52d1a8['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x128f8b,_0x583288,_0x289889)=>{_0x289889['options']['showSuggestionHighlights']&&de(_0x52d1a8,{'showActiveMarker':!0x1})(_0x128f8b,_0x583288,_0x289889);}),_0xe22633['descriptionFactory']['registerElementLabel']('softBreak',_0x22820c=>o(_0x52d1a8['locale'],'ELEMENT_LINE_BREAK',_0x22820c));}}function de(_0x36b100,{showActiveMarker:_0x1ec4c8=!0x0}={}){return(_0x1175b9,_0x2d21fe,_0x581404)=>{const _0x254bdf=_0x36b100['plugins']['get']('TrackChangesEditing');if(!_0x581404['consumable']['test'](_0x2d21fe['markerRange'],_0x1175b9['name']))return;const _0x308d6d=_0x36b100['model'];for(const _0x3ef143 of _0x2d21fe['markerRange']['getItems']()){if(!_0x3ef143['is']('element','softBreak'))continue;const _0x4a30f9='deletion'==_0x2d21fe['markerName']['split'](':')[0x1]?'merge':'split',_0x1dce4c=_0x581404['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4a30f9}),_0x44aa64=_0x581404['mapper']['toViewPosition'](_0x308d6d['createPositionBefore'](_0x3ef143));_0x1ec4c8&&_0x254bdf['activeMarkers']['includes'](_0x2d21fe['markerName'])&&_0x581404['writer']['addClass']('ck-suggestion-marker--active',_0x1dce4c),_0x581404['writer']['insert'](_0x44aa64,_0x1dce4c),_0x581404['mapper']['bindElementToMarker'](_0x1dce4c,_0x2d21fe['markerName']);}};}class wt extends _0x1c3a28{['afterInit'](){const _0x1a29a3=this['editor'],_0xeb96bd=_0x1a29a3['model'],_0x490c8a=_0x1a29a3['locale'];if(!_0x1a29a3['plugins']['has']('StandardEditingModeEditing'))return;const _0x477899=_0x1a29a3['plugins']['get']('TrackChangesEditing'),_0xfb2f09='restrictedEditingException',_0x30a37d=_0x1a29a3['commands']['get'](_0xfb2f09);_0x477899['enableCommand'](_0xfb2f09,(_0x50d9ff,_0x4fbe06={})=>{const _0x32e668=_0xeb96bd['document']['selection'];if(_0x32e668['isCollapsed'])return void _0x50d9ff(_0x4fbe06);const _0x4080d0=void 0x0!==_0x4fbe06['forceValue']?_0x4fbe06['forceValue']:!_0x30a37d['value'];_0xeb96bd['change'](()=>{const _0x25848d=Array['from'](_0x32e668['getRanges']());for(const _0x173acd of _0x25848d){const _0x3dbdb4=_0x4080d0?[_0x173acd]:io(_0xfb2f09,_0x173acd,_0xeb96bd);for(const _0x371fe1 of _0x3dbdb4)_0x477899['markInlineFormat'](_0x371fe1,{'commandName':_0xfb2f09,'commandParams':[{'forceValue':_0x4080d0}]});}});}),_0x477899['descriptionFactory']['registerDescriptionCallback'](_0x105891=>{if('formatBlock'!=_0x105891['type']&&'formatInline'!=_0x105891['type'])return;const {data:_0x57d9ae}=_0x105891;return _0x57d9ae&&_0x57d9ae['commandName']==_0xfb2f09?_0x57d9ae['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x490c8a,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x490c8a,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x1c3a28{['afterInit'](){const _0x1aa482=this['editor'];if(!_0x1aa482['plugins']['has']('Style')||!_0x1aa482['plugins']['has']('DataSchema'))return;const _0x3a3299=_0x1aa482['plugins']['get']('TrackChangesEditing'),_0xaf4e15=_0x1aa482['locale'],_0x38cb34=_0x1aa482['config']['get']('style')||{},_0x5df615=_0x1aa482['plugins']['get']('GeneralHtmlSupport'),_0x730213=_0x1aa482['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1aa482['plugins']['get']('DataSchema'),_0x38cb34['definitions']);_0x3a3299['enableDefaultAttributesIntegration']('style');const _0x24d82e=new Set();for(const _0x51f25b of _0x730213['block']){const _0x4425c8=_0x5df615['getGhsAttributeNameForElement'](_0x51f25b['element']);_0x24d82e['add'](_0x4425c8);}const _0x50cbb5=new Set();for(const _0x3d0e81 of _0x730213['inline']){const _0x587c2e=_0x5df615['getGhsAttributeNameForElement'](_0x3d0e81['element']);_0x50cbb5['add'](_0x587c2e);for(const _0x24fb9f of _0x3d0e81['ghsAttributes'])_0x50cbb5['add'](_0x24fb9f);}for(const _0x47e899 of _0x24d82e)_0x3a3299['registerBlockAttribute'](_0x47e899),_0x3a3299['descriptionFactory']['registerAttributeLabel'](_0x47e899,o(_0xaf4e15,'FORMAT_STYLE'));for(const _0x4ca931 of _0x50cbb5)_0x3a3299['registerInlineAttribute'](_0x4ca931),_0x3a3299['descriptionFactory']['registerAttributeLabel'](_0x4ca931,o(_0xaf4e15,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b51ad=this['editor'],_0x26942f=_0x2b51ad['locale'];_0x2b51ad['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x12c203=>{if('formatBlock'!=_0x12c203['type']&&'formatInline'!=_0x12c203['type'])return;const {data:_0x41044d}=_0x12c203;return _0x41044d&&'style'===_0x41044d['commandName']?_0x41044d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x26942f,'*Set\x20format:*\x20%0',_0x41044d['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x26942f,'*Remove\x20format:*\x20%0',_0x41044d['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x1c3a28{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2cc3b6){super(_0x2cc3b6),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x373ef7=this['editor'],_0x596e30=_0x373ef7['model']['document']['selection'];if(!_0x373ef7['plugins']['has']('TableEditing'))return;const _0x27fcc2=_0x373ef7['locale'],_0x4aab56=_0x373ef7['plugins']['get']('TrackChangesEditing'),_0x5ae086=_0x373ef7['plugins']['get']('TableUtils');_0x4aab56['descriptionFactory']['registerElementLabel']('table',_0x1f4098=>o(_0x27fcc2,'ELEMENT_TABLE',_0x1f4098)),this['_setupColumnsRowsFixing'](),_0x4aab56['enableCommand']('insertTable'),_0x4aab56['enableCommand']('selectTableRow'),_0x4aab56['enableCommand']('selectTableColumn');for(const _0x40c074 of['insertTableRowAbove','insertTableRowBelow']){const _0xcd334=_0x373ef7['commands']['get'](_0x40c074);_0x4aab56['enableCommand'](_0x40c074,_0x300d5a=>{_0x373ef7['model']['change'](_0x1bc587=>{_0x300d5a();const _0x4ffc28='above'===_0xcd334['order'],_0x12521f=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x5c9ea8=_0x5ae086['getRowIndexes'](_0x12521f),_0x22a4ab=_0x4ffc28?_0x5c9ea8['first']-0x1:_0x5c9ea8['last']+0x1,_0x5238fd=_0x12521f[0x0]['findAncestor']('table'),_0x5d859a=_0x5ae086['createTableWalker'](_0x5238fd,{'startRow':_0x22a4ab,'endRow':_0x22a4ab}),_0x29db83=Array['from'](_0x5d859a)['map'](_0x1bc47a=>_0x1bc587['createRangeOn'](_0x1bc47a['cell']));_0x4aab56['markMultiRangeInsertion'](_0x29db83,'tableRow');});});}for(const _0x39f9dc of['insertTableColumnLeft','insertTableColumnRight']){const _0x4f561a=_0x373ef7['commands']['get'](_0x39f9dc);_0x4aab56['enableCommand'](_0x39f9dc,_0x409cca=>{_0x373ef7['model']['change'](_0x1ae486=>{_0x409cca();const _0x487a67='left'===_0x4f561a['order'],_0x4e8d41=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x50fbec=_0x5ae086['getColumnIndexes'](_0x4e8d41),_0x5b407b=_0x487a67?_0x50fbec['first']-0x1:_0x50fbec['last']+0x1,_0xcc4496=_0x4e8d41[0x0]['findAncestor']('table'),_0x3f26e3=_0x5ae086['createTableWalker'](_0xcc4496,{'startRow':0x0,'column':_0x5b407b,'includeAllSlots':!0x1}),_0x2a1578=Array['from'](_0x3f26e3)['map'](_0x1d411c=>_0x1ae486['createRangeOn'](_0x1d411c['cell']));_0x4aab56['markMultiRangeInsertion'](_0x2a1578,'tableColumn');});});}for(const _0x25abe1 of['removeTableRow','removeTableColumn']){const _0x43593a=_0x25abe1['substr'](0xb),_0x40ec76=_0x43593a['toLowerCase'](),_0x2be06a=_0x40ec76['substr'](0x0,0x3)+'span',_0x17bf69='table'+_0x43593a,_0x67127e='min'+_0x43593a,_0x17a744='max'+_0x43593a;_0x4aab56['enableCommand'](_0x25abe1,()=>{_0x373ef7['model']['change'](_0x3cf735=>{const _0x2a4cae=_0x5ae086['getSelectionAffectedTableCells'](_0x596e30),_0x259a45=_0x2a4cae[0x0]['findAncestor']('table');let _0x11e5f7;if('removeTableRow'==_0x25abe1){const _0x5b8cad=_0x5ae086['getRowIndexes'](_0x2a4cae);_0x11e5f7={'startRow':_0x5b8cad['first'],'endRow':_0x5b8cad['last'],'includeAllSlots':!0x0};}else{const _0xfb576c=_0x5ae086['getColumnIndexes'](_0x2a4cae);_0x11e5f7={'startColumn':_0xfb576c['first'],'endColumn':_0xfb576c['last'],'includeAllSlots':!0x0};}const _0xe29d5a=_0x5ae086['createTableWalker'](_0x259a45,_0x11e5f7),_0x9fada3=Array['from'](_0xe29d5a)['map'](({cell:_0x37a574})=>_0x37a574),_0x2cddef=Ee(_0x9fada3['filter'](_0x138e89=>_0x138e89['hasAttribute'](_0x2be06a))),_0x243729=Ee(_0x9fada3['filter'](_0x154162=>!_0x154162['hasAttribute'](_0x2be06a)))['map'](_0x3516aa=>_0x3cf735['createRangeOn'](_0x3516aa)),_0x134c0c=_0x4aab56['markMultiRangeDeletion'](_0x243729,_0x17bf69);if(_0x134c0c&&('tableRow'==_0x134c0c['subType']||'tableColumn'==_0x134c0c['subType'])){const _0xf59532=this['_getSuggestionCoords'](_0x134c0c);for(const _0x5736f5 of _0x2cddef){const _0x397861=_0x3cf735['createRangeOn'](_0x5736f5),_0x1e6eb1=_0x5ae086['getCellLocation'](_0x5736f5),_0x20ff73=_0x5736f5['getAttribute'](_0x2be06a)-0x1,_0x9e3e35=_0xf59532[_0x67127e],_0x4af800=_0xf59532[_0x17a744];_0x9e3e35<=_0x1e6eb1[_0x40ec76]&&_0x1e6eb1[_0x40ec76]+_0x20ff73<=_0x4af800&&_0x134c0c['addRange'](_0x397861);}}});});}function _0x24ba0f(_0x5f35ab){const _0x4d2589=Array['from'](_0x596e30['getRanges']())['map'](_0x8028ea=>_0x5b9e67['fromRange'](_0x8028ea));_0x373ef7['model']['change'](_0x4980df=>{const _0x29fbda=_0x4980df['batch'];_0x5f35ab=_0x5f35ab['filter'](_0x30eae0=>'$graveyard'!=_0x30eae0['root']['rootName']),_0x4980df['setSelection'](_0x5f35ab),_0x373ef7['commands']['get']('removeTableRow')['refresh'](),_0x373ef7['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x373ef7['model']['enqueueChange'](()=>{_0x373ef7['model']['enqueueChange'](_0x29fbda,_0x1cd8ae=>{const _0x5d6038=_0x4d2589['filter'](_0x5419a0=>'$graveyard'!=_0x5419a0['root']['rootName']);_0x5d6038['length']>0x0&&_0x1cd8ae['setSelection'](_0x5d6038);for(const _0x192849 of _0x4d2589)_0x192849['detach']();});});});}function _0x164142(_0xfebbaa){_0x373ef7['model']['change'](_0xe7617a=>{const _0x5de841=Array['from'](_0x596e30['getRanges']())['map'](_0x3b7f85=>_0x5b9e67['fromRange'](_0x3b7f85)),_0x261461=[];for(const _0x35c242 of _0xfebbaa)for(const _0x297ff8 of _0x35c242['getItems']({'shallow':!0x0}))_0x261461['push'](_0x297ff8);for(const _0x4eef03 of _0x261461)'$graveyard'!=_0x4eef03['root']['rootName']&&(_0xe7617a['setSelection'](_0xe7617a['createPositionAt'](_0x4eef03,0x0)),_0x373ef7['commands']['get']('removeTableColumn')['refresh'](),_0x373ef7['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x508cb5=_0x5de841['filter'](_0x230f8f=>'$graveyard'!=_0x230f8f['root']['rootName']);_0x508cb5['length']>0x0&&_0xe7617a['setSelection'](_0x508cb5);for(const _0x2c7106 of _0x5de841)_0x2c7106['detach']();});}function _0x558e28(_0x2f0d84,_0x547971){return _0x547971['every'](_0x8c2274=>_0x2f0d84['some'](_0x1a8747=>_0x1a8747['end']['isEqual'](_0x8c2274['start'])||_0x8c2274['end']['isEqual'](_0x1a8747['start'])));}function _0x3323f5(_0x4f4bde,_0x5e6ade){return!_0x4f4bde['some'](_0x1bdc1c=>_0x5e6ade['some'](_0x4200d5=>_0x1bdc1c['isIntersecting'](_0x4200d5)))&&_0x4f4bde['some'](_0x310989=>_0x5e6ade['some'](_0x5bd7c0=>_0x310989['end']['isTouching'](_0x5bd7c0['start'])));}_0x373ef7['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x132fa6,_0x294164,_0x12741a)=>{if(!_0x12741a['options']['showSuggestionHighlights'])return;const _0x4dc875=_0x294164['item'];if(!_0x4dc875)return;const _0x570d90=_0x12741a['mapper']['toViewElement'](_0x4dc875);function _0x433134(_0x203193){return Array['isArray'](_0x203193)?_0x203193:[_0x203193];}_0x570d90&&'tableCell'===_0x4dc875['name']&&_0x518311(_0x570d90,_0x12741a['writer'],(_0x3ca120,_0x329ead,_0x516119)=>_0x516119['addClass'](_0x433134(_0x329ead['classes']),_0x3ca120),(_0x79009a,_0x2400f4,_0x1fef71)=>_0x1fef71['removeClass'](_0x433134(_0x2400f4['classes']),_0x79009a));},{'priority':'highest'}),_0x4aab56['descriptionFactory']['registerDescriptionCallback'](_0x14cbf6=>{if('insertion'!=_0x14cbf6['type']&&'deletion'!=_0x14cbf6['type'])return;const _0x90cfff=_0x14cbf6['getContainedElement']();if(null!=_0x90cfff&&_0x90cfff['is']('element','table')){if('insertion'==_0x14cbf6['type']){const _0x3d21bc=_0x14cbf6['getItems']()['filter'](_0x17471a=>_0x17471a['is']('$textProxy'))['map'](_0x2c2454=>_0x2c2454['data']);if(_0x3d21bc['length'])return{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3d21bc['join']('\x20')+'\x22'))};}if('deletion'==_0x14cbf6['type']){const _0x5d3268=_0x14cbf6['getItems']()['filter'](_0xedd5bd=>_0xedd5bd['is']('$textProxy'))['map'](_0x12af9d=>_0x12af9d['data']);if(_0x5d3268['length'])return{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5d3268['join']('\x20')+'\x22'))};}}}),_0x4aab56['descriptionFactory']['registerDescriptionCallback'](_0x3cada2=>{if('tableRow'==_0x3cada2['subType']){const _0x20ccb5=_0x3cada2['getItems']()['filter'](_0x4acf5b=>_0x4acf5b['is']('$textProxy'))['map'](_0x14cb87=>_0x14cb87['data']),_0x575bd1=this['_getSuggestionCoords'](_0x3cada2),_0x47ed36=_0x575bd1['maxRow']-_0x575bd1['minRow']+0x1;if('insertion'==_0x3cada2['type'])return _0x20ccb5['length']?{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x47ed36,'\x22'+_0x20ccb5['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW',_0x47ed36))};if('deletion'==_0x3cada2['type'])return _0x20ccb5['length']?{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x47ed36,'\x22'+_0x20ccb5['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_ROW',_0x47ed36))};}if('tableColumn'==_0x3cada2['subType']){const _0x4621fa=_0x3cada2['getItems']()['filter'](_0x10fc12=>_0x10fc12['is']('$textProxy'))['map'](_0x35b3c8=>_0x35b3c8['data']),_0x5b1e3c=this['_getSuggestionCoords'](_0x3cada2),_0x54769f=_0x5b1e3c['maxColumn']-_0x5b1e3c['minColumn']+0x1;if('insertion'==_0x3cada2['type'])return _0x4621fa['length']?{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54769f,'\x22'+_0x4621fa['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x27fcc2,'*Insert:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN',_0x54769f))};if('deletion'==_0x3cada2['type'])return _0x4621fa['length']?{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54769f,'\x22'+_0x4621fa['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x27fcc2,'*Remove:*\x20%0',o(_0x27fcc2,'ELEMENT_TABLE_COLUMN',_0x54769f))};}}),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x24ba0f),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x24ba0f),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x164142),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x164142),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x558e28),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x558e28),_0x4aab56['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3323f5),_0x4aab56['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3323f5);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4b9afc=this['editor'],_0x1e82dd=_0x4b9afc['model']['document']['selection'];return(_0x4bc85b,_0x45b3ba)=>{_0x4b9afc['model']['change'](_0x545459=>{const {commandName:_0x3d8ca9,commandParams:_0x3be600}=_0x45b3ba;let _0x308b51=_0x4bc85b[0x0]['end']['nodeBefore'];_0x3be600&&_0x3be600[0x0]&&!0x1===_0x3be600[0x0]['forceValue']&&(_0x308b51=_0x4bc85b[0x0]['start']['nodeAfter']);const _0x3d3d06=_0x545459['createRangeIn'](_0x308b51);if('$graveyard'==_0x3d3d06['root']['rootName'])return;const _0x2a4968=Array['from'](_0x1e82dd['getRanges']())['map'](_0x22c137=>_0x5b9e67['fromRange'](_0x22c137));_0x545459['setSelection'](_0x3d3d06),_0x4b9afc['commands']['get'](_0x3d8ca9)['refresh'](),_0x3be600['push']({'forceDefaultExecution':!0x0}),_0x4b9afc['execute'](_0x3d8ca9,..._0x3be600);const _0x11cea0=_0x2a4968['filter'](_0x504c2a=>'$graveyard'!=_0x504c2a['root']['rootName']);_0x11cea0['length']>0x0&&_0x545459['setSelection'](_0x11cea0);for(const _0x503ab3 of _0x2a4968)_0x503ab3['detach']();});};}['_getCoordsForCells'](_0x1b3875){const _0x3d4111=this['editor']['plugins']['get']('TableUtils');let _0x23a509=Number['MAX_SAFE_INTEGER'],_0x25fd6e=Number['MIN_SAFE_INTEGER'],_0x4366dd=Number['MAX_SAFE_INTEGER'],_0xb72b58=Number['MIN_SAFE_INTEGER'];for(const _0xc8945c of _0x1b3875){if('$graveyard'==_0xc8945c['root']['rootName'])continue;const {row:_0x389b9c,column:_0x263a0e}=_0x3d4111['getCellLocation'](_0xc8945c),_0x4962ac=_0xc8945c['hasAttribute']('rowspan')?_0xc8945c['getAttribute']('rowspan')-0x1:0x0,_0xa5c037=_0xc8945c['hasAttribute']('colspan')?_0xc8945c['getAttribute']('colspan')-0x1:0x0;_0x23a509=_0x389b9c<_0x23a509?_0x389b9c:_0x23a509,_0x25fd6e=_0x389b9c+_0x4962ac>_0x25fd6e?_0x389b9c+_0x4962ac:_0x25fd6e,_0x4366dd=_0x263a0e<_0x4366dd?_0x263a0e:_0x4366dd,_0xb72b58=_0x263a0e+_0xa5c037>_0xb72b58?_0x263a0e+_0xa5c037:_0xb72b58;}return{'minRow':_0x23a509,'maxRow':_0x25fd6e,'minColumn':_0x4366dd,'maxColumn':_0xb72b58};}['_setupColumnsRowsFixing'](){const _0x1562e4=this['editor'],_0x185c2c=_0x1562e4['plugins']['get']('TrackChangesEditing'),_0x4bb038=_0x1562e4['plugins']['get']('TableUtils');_0x1562e4['model']['document']['on']('change:data',()=>{const _0x1fd70c=Array['from'](_0x1562e4['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xa6bcaa,data:_0x2c7580}of _0x1fd70c){const {group:_0x4c5bfe,id:_0x3e3a92,subType:_0x3c53f0}=_0x185c2c['_splitMarkerName'](_0xa6bcaa);if('suggestion'!=_0x4c5bfe)continue;if(null!=_0x2c7580['oldRange'])continue;const _0x423ebf=_0x185c2c['getSuggestion'](_0x3e3a92);this['_tablePostFixingSubtypes']['includes'](_0x3c53f0)&&this['_tableSuggestions']['add'](_0x423ebf);}},{'priority':'low'});const _0x4a68d2=(_0x4ad702,_0x4fc7a3)=>{let _0x40486c=!0x1;const _0x36c8d2=_0x4fc7a3['createRangeOn'](_0x4ad702),_0x3d943c=_0x4ad702['findAncestor']('table'),_0x214b41=_0x4bb038['getCellLocation'](_0x4ad702);for(const _0x2ac037 of this['_tableSuggestions']){const _0x3571ff=_0x2ac037['subType'],_0x30722a=_0x3571ff['startsWith']('tablePaste'),_0x4942e8=_0x3571ff['substr'](_0x30722a?0xa:0x5),_0x3b7b04=_0x4942e8['toLowerCase'](),_0x27dc24=_0x3b7b04['substr'](0x0,0x3)+'span',_0x5a7f3f='min'+_0x4942e8,_0x3b9775='max'+_0x4942e8;if(!_0x2ac037['isInContent'])continue;if(_0x3d943c!=_0x2ac037['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2ac037['isIntersectingWithRange'](_0x36c8d2))continue;const _0x3643ec=_0x4ad702['hasAttribute'](_0x27dc24)?_0x4ad702['getAttribute'](_0x27dc24)-0x1:0x0,_0x1b07fa=this['_getSuggestionCoords'](_0x2ac037),_0x56efcf=_0x1b07fa[_0x5a7f3f],_0x211623=_0x1b07fa[_0x3b9775];_0x56efcf<=_0x214b41[_0x3b7b04]&&_0x214b41[_0x3b7b04]+_0x3643ec<=_0x211623&&(_0x2ac037['addRange'](_0x36c8d2),_0x40486c=!0x0);}return _0x40486c;};_0x1562e4['model']['document']['registerPostFixer'](_0x31bf62=>{let _0x58647f=!0x1;for(const _0x286e77 of _0x1562e4['model']['document']['differ']['getChanges']())if('insert'==_0x286e77['type']){if('tableRow'==_0x286e77['name']){for(const _0x16b5d9 of _0x286e77['position']['nodeAfter']['getChildren']())_0x58647f=_0x58647f||_0x4a68d2(_0x16b5d9,_0x31bf62);}else'tableCell'==_0x286e77['name']&&(_0x58647f=_0x58647f||_0x4a68d2(_0x286e77['position']['nodeAfter'],_0x31bf62));}return _0x58647f;});}['_getSuggestionCoords'](_0xe33f60){return this['_getCoordsForCells'](_0xe33f60['getRanges']()['map'](_0x4ba819=>_0x4ba819['start']['nodeAfter']));}}function Ee(_0x3118ed){return Array['from'](new Set(_0x3118ed)['values']());}class St extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x133de9=this['editor'],_0xe5483d=_0x133de9['model']['document']['selection'],_0x8eb8d=_0x133de9['locale'];if(!_0x133de9['plugins']['has']('TableEditing'))return;const _0x9639cf=_0x133de9['plugins']['get']('TrackChangesEditing'),_0x4c9554=_0x133de9['plugins']['get']('TableUtils'),_0x120eaa=_0x133de9['plugins']['get'](jt);_0x120eaa['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x9639cf['enableCommand']('mergeTableCells',()=>{const _0x4f295b=_0x4c9554['getSelectionAffectedTableCells'](_0x133de9['model']['document']['selection']);_0x133de9['model']['change'](()=>{_0x9639cf['markMultiRangeBlockFormat'](_0x4f295b,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x133de9['commands']['get']('mergeTableCells')['on']('execute',(_0x1cdd1f,_0x537555)=>{_0x133de9['commands']['get']('trackChanges')['value']&&(_0x537555['length']>0x0&&_0x537555[_0x537555['length']-0x1]&&_0x537555[_0x537555['length']-0x1]['forceDefaultExecution']||_0x9639cf['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1cdd1f['stop']());},{'priority':'highest'});for(const _0x48c675 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x303d25=_0x133de9['commands']['get'](_0x48c675);_0x9639cf['enableCommand'](_0x48c675,()=>{const _0x365bb2=_0x133de9['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x52f8df=>_0x52f8df['is']('element','tableCell')),_0x2361fd=_0x303d25['value'];_0x133de9['model']['change'](()=>{_0x9639cf['markMultiRangeBlockFormat']([_0x365bb2,_0x2361fd],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4cc51b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4af667=_0x133de9['commands']['get'](_0x4cc51b);_0x9639cf['enableCommand'](_0x4cc51b,()=>{const _0x3e7a9c=_0x4c9554['getSelectionAffectedTableCells'](_0x133de9['model']['document']['selection'])[0x0],_0x136fa2=_0x3e7a9c['findAncestor']('table'),{column:_0x485764,row:_0x2f95d6}=_0x4c9554['getCellLocation'](_0x3e7a9c);let _0x507147=[];if('horizontally'==_0x4af667['direction']){const _0x134abd=_0x4c9554['createTableWalker'](_0x136fa2,{'startRow':_0x2f95d6,'endRow':_0x2f95d6,'includeAllSlots':!0x0});_0x507147=Array['from'](_0x134abd)['map'](_0x5ba020=>_0x5ba020['cell']);}else{const _0x4a0fdf=_0x4c9554['createTableWalker'](_0x136fa2,{'column':_0x485764,'includeAllSlots':!0x0});_0x507147=Array['from'](_0x4a0fdf)['map'](_0x21ea9a=>_0x21ea9a['cell']);}_0x133de9['model']['change'](_0x74b9ab=>{_0x9639cf['markBlockFormat'](_0x74b9ab['createRangeOn'](_0x3e7a9c),{'commandName':_0x4cc51b,'commandParams':[]},_0x507147,_0x4cc51b);});});}_0x9639cf['descriptionFactory']['registerDescriptionCallback'](_0x3c2842=>{if('formatBlock'!=_0x3c2842['type']&&'formatInline'!=_0x3c2842['type'])return;const {data:_0x106aab}=_0x3c2842;return _0x106aab&&'mergeTableCells'==_0x106aab['commandName']?{'type':'format','content':o(_0x8eb8d,'*Merge\x20cells*')}:void 0x0;}),_0x9639cf['descriptionFactory']['registerDescriptionCallback'](_0x3cc1d8=>{if('formatBlock'!=_0x3cc1d8['type']&&'formatInline'!=_0x3cc1d8['type'])return;const {data:_0x54160b}=_0x3cc1d8;return _0x54160b?'splitTableCellVertically'==_0x54160b['commandName']?{'type':'format','content':o(_0x8eb8d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x54160b['commandName']?{'type':'format','content':o(_0x8eb8d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x50a847=_0x120eaa['_acceptFormatSuggestionCallbackFactory']();for(const _0x1ae111 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1ae111,'accept',_0x50a847);for(const _0x53655d of['splitTableCellVertically','splitTableCellHorizontally'])_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x53655d,'accept',_0x50a847);_0x9639cf['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x168aea=>{_0x133de9['model']['change'](_0x4c34f6=>{const _0x5b7be4=Array['from'](_0xe5483d['getRanges']())['map'](_0xe512a4=>_0x5b9e67['fromRange'](_0xe512a4));_0x4c34f6['setSelection'](_0x168aea),_0x133de9['commands']['get']('mergeTableCells')['refresh'](),_0x133de9['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x22a7c0=_0x5b7be4['filter'](_0x296e0b=>'$graveyard'!=_0x296e0b['root']['rootName']);_0x22a7c0['length']>0x0&&_0x4c34f6['setSelection'](_0x22a7c0);for(const _0x43cf92 of _0x5b7be4)_0x43cf92['detach']();});});for(const _0x479842 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3d5775=_0x133de9['commands']['get'](_0x479842);_0x3d5775['on']('set:isEnabled',(_0x266738,_0x2dfc30,_0x482ebc)=>{if(_0x482ebc){const _0x1c5794=_0x133de9['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x99df3d=>_0x99df3d['is']('element','tableCell'));this['_areMergableCells'](_0x3d5775['value'],_0x1c5794)||(_0x266738['return']=!0x1,_0x266738['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x27c352=this['editor']['commands']['get']('mergeTableCells'),_0x17c8e8=this['editor']['plugins']['get']('TableUtils');if(!_0x27c352['isEnabled'])return!0x1;const _0x5764e2=_0x17c8e8['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x51fc69 of _0x5764e2)for(const _0x358230 of _0x5764e2)if(_0x51fc69!=_0x358230&&!this['_areMergableCells'](_0x51fc69,_0x358230))return!0x1;return!0x0;}['_areMergableCells'](_0xbeb88e,_0x5d7978){const _0x59f212=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ccba0=this['editor']['model']['createRangeOn'](_0xbeb88e),_0x224060=this['editor']['model']['createRangeOn'](_0x5d7978),_0x302bea=new Set(),_0x459648=new Set();for(const _0x15e402 of _0x59f212['getSuggestions']())if(('insertion'==_0x15e402['type']||'deletion'==_0x15e402['type']||'mergeTableCells'==_0x15e402['subType'])&&_0x15e402['isInContent']){for(const _0x308e75 of _0x15e402['getRanges']())_0x308e75['containsRange'](_0x2ccba0,!0x0)&&_0x302bea['add'](_0x15e402['type']+':'+_0x15e402['author']['id']),_0x308e75['containsRange'](_0x224060,!0x0)&&_0x459648['add'](_0x15e402['type']+':'+_0x15e402['author']['id']);}if(_0x302bea['size']!=_0x459648['size'])return!0x1;for(const _0x3751e7 of _0x302bea)if(!_0x459648['has'](_0x3751e7))return!0x1;return!0x0;}}class At extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x40d68c=this['editor'];if(!_0x40d68c['plugins']['has']('TableEditing'))return;const _0x33b159=_0x40d68c['locale'],_0x4d82c9=_0x40d68c['plugins']['get']('TrackChangesEditing');_0x4d82c9['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4d82c9['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4d82c9['registerBlockAttribute']('headingRows'),_0x4d82c9['registerBlockAttribute']('headingColumns'),_0x4d82c9['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x33b159,'FORMAT_HEADER_ROW')),_0x4d82c9['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x33b159,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x43d0f0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1c2a6b=this['editor']['plugins']['get']('TableUtils'),_0x10a01f=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x23152d({showActiveMarker:_0x569eca=!0x0,setDataAttribute:_0x463573=!0x0}={}){return(_0x361649,_0x272b95,_0x41ecb3)=>{const {type:_0x2fe547,id:_0x4c4f4e}=_0x43d0f0['_splitMarkerName'](_0x272b95['markerName']),_0x344bb3=_0x43d0f0['getSuggestion'](_0x4c4f4e),_0x3bc399=_0x344bb3['data'];if('formatBlock'!=_0x344bb3['type']||!_0x3bc399||'setTableColumnHeader'!=_0x3bc399['commandName'])return;if(_0x272b95['item'])return void _0x361649['stop']();if(!_0x41ecb3['consumable']['consume'](_0x272b95['markerRange'],_0x361649['name']))return;const _0x17fc24=_0x272b95['markerRange']['start']['nodeAfter'],_0x38aa73=_0x272b95['markerRange']['end']['nodeBefore'],_0x429db6=_0x17fc24['parent']['parent'],{column:_0x26bc85}=_0x1c2a6b['getCellLocation'](_0x17fc24),{column:_0x5d6f2a}=_0x1c2a6b['getCellLocation'](_0x38aa73);for(let _0x178b9c=_0x26bc85;_0x178b9c<=_0x5d6f2a;_0x178b9c++){const _0x54399d=_0x1c2a6b['createTableWalker'](_0x429db6,{'column':_0x178b9c,'includeAllSlots':!0x1});for(const _0x1cc80c of _0x54399d){const _0x426d6f=_0x1cc80c['cell'],_0x5cb4aa=_0x41ecb3['mapper']['toViewElement'](_0x426d6f);_0x41ecb3['writer']['addClass']('ck-suggestion-marker-'+_0x2fe547,_0x5cb4aa),_0x463573&&_0x41ecb3['writer']['setAttribute']('data-suggestion',_0x4c4f4e,_0x5cb4aa),_0x41ecb3['mapper']['bindElementToMarker'](_0x5cb4aa,_0x272b95['markerName']),_0x569eca&&(_0x43d0f0['activeMarkers']['includes'](_0x272b95['markerName'])?_0x41ecb3['writer']['addClass']('ck-suggestion-marker--active',_0x5cb4aa):_0x41ecb3['writer']['removeClass']('ck-suggestion-marker--active',_0x5cb4aa));}}};}_0x43d0f0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x10a01f),_0x43d0f0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x10a01f),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x23152d(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x22c815,_0x1c2c08,_0x44240a)=>{_0x44240a['options']['showSuggestionHighlights']&&_0x23152d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x22c815,_0x1c2c08,_0x44240a);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x24b5ef,_0x3a2112,_0x7eee5a)=>{const {type:_0x5eaa7a,id:_0x1b8a15}=_0x43d0f0['_splitMarkerName'](_0x3a2112['markerName']),_0x4b39af=_0x43d0f0['getSuggestion'](_0x1b8a15),_0x564a81=_0x4b39af['data'];if('formatBlock'!=_0x4b39af['type']||!_0x564a81||'setTableColumnHeader'!=_0x564a81['commandName'])return;const _0x3ec0a7=_0x7eee5a['mapper']['markerNameToElements'](_0x3a2112['markerName']);if(_0x3ec0a7){for(const _0xacf9c of _0x3ec0a7)_0x7eee5a['writer']['removeClass']('ck-suggestion-marker-'+_0x5eaa7a,_0xacf9c),_0x7eee5a['writer']['removeClass']('ck-suggestion-marker--active',_0xacf9c),_0x7eee5a['writer']['removeAttribute']('data-suggestion',_0xacf9c),_0x7eee5a['mapper']['unbindElementFromMarkerName'](_0xacf9c,_0x3a2112['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59058f=this['editor'],_0x18eeed=_0x59058f['locale'];function _0x472abf(_0x21a3f9){return{'type':'format','content':o(_0x18eeed,'*Format:*\x20%0',_0x21a3f9)};}_0x59058f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xcc9099=>{if('formatBlock'!=_0xcc9099['type'])return;const {data:_0x53dafc}=_0xcc9099;if(_0x53dafc){if('setTableRowHeader'==_0x53dafc['commandName']){const _0x179dbd=_0x53dafc['commandParams'][0x0]['forceValue'];return _0x472abf(o(_0x18eeed,_0x179dbd?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x53dafc['commandName']){const _0x2adb06=_0x53dafc['commandParams'][0x0]['forceValue'];return _0x472abf(o(_0x18eeed,_0x2adb06?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x5d2236=>[_0x5d2236,null]));class It extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0x1415c1=this['editor'];if(!_0x1415c1['plugins']['has']('TableClipboard'))return;const _0xdcefc1=_0x1415c1['plugins']['get']('TrackChangesEditing'),_0x2f0f36=_0x1415c1['plugins']['get']('TableUtils'),_0x3116da=_0x1415c1['plugins']['get'](jt),_0x3caee6=_0x1415c1['plugins']['get']('TableClipboard');_0x3116da['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1415c1['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1415c1['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xf3f97d=null;_0x1415c1['model']['on']('insertContent',(_0x13467b,_0x284f3a)=>{const [_0x305335,_0x3265c8]=_0x284f3a,_0x39ca19=_0x284f3a[_0x284f3a['length']-0x1];_0x39ca19&&_0x39ca19['forceDefaultExecution']||_0xdcefc1['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x117c22,_0x4c9be4,_0x17429a,_0x476b4e,_0x210787){if(_0x4c9be4&&!_0x4c9be4['is']('documentSelection'))return!0x1;const _0x23de88=_0x210787['getTableIfOnlyTableInContent'](_0x117c22,_0x17429a);if(!_0x23de88||!he(_0x23de88,void 0x0,_0x476b4e))return!0x1;const _0x4f6d37=_0x476b4e['getSelectionAffectedTableCells'](_0x17429a['document']['selection']);if(!_0x4f6d37['length'])return!0x1;const _0x323f60=_0x4f6d37[0x0]['findAncestor']('table'),_0x587c2c=_0x476b4e['getRowIndexes'](_0x4f6d37),_0x2d5af0=_0x476b4e['getColumnIndexes'](_0x4f6d37),_0x66444e={'startRow':_0x587c2c['first'],'endRow':_0x587c2c['last'],'startColumn':_0x2d5af0['first'],'endColumn':_0x2d5af0['last']};return 0x1==_0x4f6d37['length']&&(_0x66444e['endRow']+=_0x476b4e['getRows'](_0x23de88)-0x1,_0x66444e['endColumn']+=_0x476b4e['getColumns'](_0x23de88)-0x1),he(_0x323f60,_0x66444e,_0x476b4e);}(_0x305335,_0x3265c8,_0x1415c1['model'],_0x2f0f36,_0x3caee6)&&(_0x13467b['stop'](),_0xf3f97d={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1415c1['model']['change'](()=>{_0x1415c1['model']['insertContent'](_0x284f3a[0x0],_0x284f3a[0x1],_0x284f3a[0x2],{'forceDefaultExecution':!0x0});const _0x54b4a3=_0x15362b(),{rowInsertionRanges:_0x4658c4,columnInsertionRanges:_0x1df327,insertionRanges:_0x320e52,deletionRanges:_0x58d73b,cells:_0x18f227}=_0xf3f97d;_0x4658c4['length']&&_0xdcefc1['markMultiRangeInsertion'](_0x4658c4,'tablePasteRow',{'tablePasteChainId':_0x54b4a3}),_0x1df327['length']&&_0xdcefc1['markMultiRangeInsertion'](_0x1df327,'tablePasteColumn',{'tablePasteChainId':_0x54b4a3}),_0x320e52['length']&&(_0xdcefc1['markMultiRangeInsertion'](_0x320e52,'tablePaste',{'tablePasteChainId':_0x54b4a3,'skipNestingCheck':!0x0}),_0x320e52['forEach'](_0x531beb=>_0x531beb['detach']?.())),_0x58d73b['length']&&(_0xdcefc1['markMultiRangeDeletion'](_0x58d73b,'tablePaste',{'tablePasteChainId':_0x54b4a3,'skipNestingCheck':!0x0}),_0x58d73b['forEach'](_0x1ae685=>_0x1ae685['detach']?.()));const _0x2c2846=_0xdcefc1['markMultiRangeBlockFormat'](_0x18f227['map'](({element:_0x953f97})=>_0x953f97),{'formatGroupId':_0x15362b()},[],'tablePasteCell',{'tablePasteChainId':_0x54b4a3});if(_0x2c2846){const _0x219772=_0x2c2846['getMarkers'](),_0x19d186=[];for(const {element:_0x3aff8c,attributes:_0x1ca437}of _0x18f227){if(!_0x1ca437)continue;const _0xb62465=_0x1415c1['model']['createRangeOn'](_0x3aff8c),_0x1d7c4b=_0x219772['find'](_0x9d3eb4=>_0x9d3eb4['getRange']()['isEqual'](_0xb62465));_0x1d7c4b&&_0x19d186['push']([_0x1d7c4b['name'],_0x1ca437]);}_0x19d186['length']&&_0x2c2846['setAttribute']('markerAttributes',Object['fromEntries'](_0x19d186));}_0xf3f97d=null;}));},{'priority':_0x3304ea['high']+0xa}),_0x1415c1['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2dd30d,_0x62d2b4)=>{const [_0x5511f9,_0x13b768,,_0xae2549]=_0x62d2b4;if(!_0xf3f97d)return;_0x2dd30d['stop']();const _0x2926d5=_0x5511f9['cell'],_0x49ddd4=_0x13b768,_0x43a580=Pe(_0x2926d5),_0x3cecf6=Pe(_0x49ddd4);_0x2dd30d['return']=_0x2926d5;let _0x15ea2d=null,_0x4d1379=null;if(_0x3cecf6||_0x43a580){if(_0x43a580&&!_0x3cecf6){_0xae2549['remove'](_0x2926d5['getChild'](0x0));for(const _0x907136 of Array['from'](_0x49ddd4['getChildren']()))_0xae2549['insert'](_0x907136,_0x2926d5,'end');const _0x564cd7=_0xf3f97d['rowInsertionIndexes']['includes'](_0x5511f9['row']),_0x3ef8db=_0xf3f97d['columnInsertionIndexes']['includes'](_0x5511f9['column']);_0x564cd7||_0x3ef8db||(_0x15ea2d=_0x5b9e67['fromRange'](_0xae2549['createRangeIn'](_0x2926d5)));}else _0x3cecf6&&!_0x43a580&&(_0x4d1379=_0xae2549['createRangeIn'](_0x2926d5));}else{const _0x4b564c=_0xae2549['createElement']('tableCellSuggestion'),_0x57a04a=_0xae2549['createElement']('tableCellSuggestion');_0xae2549['wrap'](_0xae2549['createRangeIn'](_0x2926d5),_0x57a04a),_0xae2549['insert'](_0x4b564c,_0x2926d5,0x0);for(const _0x324cdf of Array['from'](_0x49ddd4['getChildren']()))_0xae2549['insert'](_0x324cdf,_0x4b564c,'end');_0x15ea2d=_0x5b9e67['fromRange'](_0xae2549['createRangeOn'](_0x4b564c)),_0x4d1379=_0x5b9e67['fromRange'](_0xae2549['createRangeOn'](_0x57a04a));}const _0x4dbb6=Array['from'](_0x49ddd4['getAttributes']())['filter'](([_0x149885])=>ge['includes'](_0x149885));_0xf3f97d['cells']['push']({'element':_0x2926d5,'attributes':_0x4dbb6['length']?Object['fromEntries'](_0x4dbb6):null}),_0x15ea2d&&_0xf3f97d['insertionRanges']['push'](_0x15ea2d),_0x4d1379&&_0xf3f97d['deletionRanges']['push'](_0x4d1379);},{'priority':'high'}),_0x2f0f36['on']('insertColumns',(_0x2418ca,_0x37682f)=>{const [_0x4c8eab,_0x38ab2d={}]=_0x37682f;if(!_0xf3f97d)return;const _0xe8992d=_0x38ab2d['at']||0x0,_0xe0f7ef=_0x38ab2d['columns']||0x1;_0xf3f97d['columnInsertionIndexes']=new Array(_0xe0f7ef)['fill'](_0xe8992d)['map']((_0x5e9820,_0x12fab6)=>_0x5e9820+_0x12fab6);for(const {cell:_0x376ed4}of _0x2f0f36['createTableWalker'](_0x4c8eab,{'startColumn':_0xe8992d,'endColumn':_0xe8992d+_0xe0f7ef-0x1}))_0xf3f97d['columnInsertionRanges']['push'](_0x1415c1['model']['createRangeOn'](_0x376ed4));},{'priority':'low'}),_0x2f0f36['on']('insertRows',(_0x3a7ddf,_0x69b901)=>{const [_0x31b439,_0x4d6ab7={}]=_0x69b901;if(!_0xf3f97d)return;const _0x1bf71f=_0x4d6ab7['at']||0x0,_0x48bab3=_0x4d6ab7['rows']||0x1;_0xf3f97d['rowInsertionIndexes']=new Array(_0x48bab3)['fill'](_0x1bf71f)['map']((_0x337e5b,_0x5e82c8)=>_0x337e5b+_0x5e82c8);for(const {cell:_0x28e22f}of _0x2f0f36['createTableWalker'](_0x31b439,{'startRow':_0x1bf71f,'endRow':_0x1bf71f+_0x48bab3-0x1}))_0xf3f97d['rowInsertionRanges']['push'](_0x1415c1['model']['createRangeOn'](_0x28e22f));},{'priority':'low'}),_0xdcefc1['descriptionFactory']['registerDescriptionCallback'](_0x2d7517=>{if(_0x2d7517['subType']&&_0x2d7517['subType']['startsWith']('tablePaste'))return _0x2d7517['previous']?{}:{'type':'insertion','content':o(_0x1415c1['locale'],'*Replace\x20table\x20cells*')};});const _0x43b784=()=>!0x1;for(const _0x12bc48 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion',_0x12bc48,'join',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('deletion',_0x12bc48,'join',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x12bc48,'join',_0x43b784);_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x43b784),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x224746,_0x3b40cf,_0x298cdc)=>{const _0x41863c=_0x224746['map'](_0x176680=>_0x176680['getContainedElement']())['filter'](_0x46d218=>_0x46d218),_0x1140a5=new Map(_0x41863c['map'](_0x3e563e=>[_0x3e563e,null]));if(_0xf3f97d){for(const {element:_0x56c505,attributes:_0x5890ca}of _0xf3f97d['cells'])_0x5890ca&&_0x1140a5['set'](_0x56c505,_0x5890ca);}else{if(_0x298cdc&&_0x298cdc['markerAttributes'])for(const [_0x277606,_0x104f5a]of Object['entries'](_0x298cdc['markerAttributes'])){const _0x544467=_0x1415c1['model']['markers']['get'](_0x277606),_0x5358e3=_0x544467?_0x544467['getRange']()['getContainedElement']():null;_0x5358e3&&_0x1140a5['set'](_0x5358e3,_0x104f5a);}}_0x1415c1['model']['change'](_0xfe8dbc=>{for(const [_0x3ad221,_0x193361]of _0x1140a5)_0xfe8dbc['setAttributes']({...Ce,..._0x193361},_0x3ad221);});});const _0x455dbb=(_0xf47234,_0xc710e1)=>{_0xdcefc1['_suggestionFactory']['registerCustomCallback'](_0xf47234,'tablePaste',_0xc710e1,(_0x7b4d4b,_0x14c9a9,_0x3ef6b8)=>{_0x1415c1['model']['change'](_0xc966=>{const _0x4db59e=[];for(const _0x2f1732 of _0x7b4d4b){const _0x2ca2ac=_0x2f1732['start']['nodeAfter'];_0x2ca2ac['is']('element','tableCellSuggestion')&&_0x4db59e['push'](_0x2ca2ac);}_0xdcefc1['_suggestionFactory']['getSuggestionCallback'](_0xf47234,null,_0xc710e1)(_0x7b4d4b,_0x14c9a9,_0x3ef6b8);for(const _0xb5ac97 of _0x4db59e)'$graveyard'!=_0xb5ac97['root']['rootName']&&_0xc966['unwrap'](_0xb5ac97);});});};_0x455dbb('insertion','accept'),_0x455dbb('insertion','discard'),_0x455dbb('deletion','accept'),_0x455dbb('deletion','discard'),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x239cb3=>{const _0x7ec2ed=_0x239cb3['map'](_0x31c64b=>_0x31c64b['getContainedElement']()),_0x4c29b6=_0x7ec2ed[0x0]['findAncestor']('table'),{minRow:_0x1d84a7,maxRow:_0x212ddb}=_0x3116da['_getCoordsForCells'](_0x7ec2ed);_0x2f0f36['removeRows'](_0x4c29b6,{'at':_0x1d84a7,'rows':_0x212ddb-_0x1d84a7+0x1});}),_0xdcefc1['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3cd888=>{const _0x2a6413=_0x3cd888['map'](_0x7bbfe0=>_0x7bbfe0['getContainedElement']()),_0x2ba328=_0x2a6413[0x0]['findAncestor']('table'),{minColumn:_0x42de96,maxColumn:_0x4a0a92}=_0x3116da['_getCoordsForCells'](_0x2a6413);_0x2f0f36['removeColumns'](_0x2ba328,{'at':_0x42de96,'columns':_0x4a0a92-_0x42de96+0x1});});const _0x3f151b=(_0x3422e8,_0x8820ea)=>{if(!_0x8820ea['subType']||!_0x8820ea['subType']['startsWith']('tablePaste'))return;const _0x12dd71=_0x8820ea['attributes']['tablePasteChainId'],_0x52d20a=_0xdcefc1['getSuggestions']()['filter'](_0x49e6ae=>_0x49e6ae['isInContent']&&_0x49e6ae['attributes']&&_0x49e6ae['attributes']['tablePasteChainId']==_0x12dd71);_0x52d20a['length']&&_0x8820ea['getAllAdjacentSuggestions']()['length']!=_0x52d20a['length']&&_0x52d20a['reduce']((_0x86761b,_0x17d595)=>(_0x86761b['next']=_0x17d595,_0x17d595['previous']=_0x86761b,_0x17d595));};function _0x3d5edc(_0x13d2c1,_0x35a75b=!0x0){const {id:_0x52b87f}=_0xdcefc1['_splitMarkerName'](_0x13d2c1['markerName']),_0x264f8d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4554d4=_0xdcefc1['activeMarkers']['includes'](_0x13d2c1['markerName']);return _0x4554d4&&_0x264f8d['push']('ck-suggestion-marker--active'),{'classes':_0x264f8d,'attributes':{'data-suggestion':_0x52b87f},'priority':_0x4554d4&&_0x35a75b?0xbc2:0xbb8};}_0xdcefc1['on']('suggestionLoaded',_0x3f151b,{'priority':'high'}),_0xdcefc1['on']('suggestionUnloaded',_0x3f151b,{'priority':'high'}),_0x1415c1['model']['document']['registerPostFixer'](()=>{let _0x10538a=!0x1;const _0x2bb68e=Array['from'](_0x1415c1['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1f1948,data:_0x11d34}of _0x2bb68e){const {group:_0xefd93d,type:_0x24f772,id:_0x575c73}=_0xdcefc1['_splitMarkerName'](_0x1f1948);if('suggestion'!=_0xefd93d||'deletion'!=_0x24f772||_0x11d34['oldRange'])continue;if(!_0xdcefc1['hasSuggestion'](_0x575c73))continue;const _0x32b1ff=_0xdcefc1['getSuggestion'](_0x575c73)['getRanges'](),_0x3554a6=_0x1415c1['plugins']['get']('Users')['me'];for(const _0x35958d of _0xdcefc1['getSuggestions']()){if(!_0x35958d['isInContent']||_0x35958d['author']!=_0x3554a6)continue;if('formatBlock'!=_0x35958d['type']||'tablePasteCell'!=_0x35958d['subType'])continue;if(_0x35958d['getRanges']()['every'](_0x3b0877=>_0x32b1ff['some'](_0x5302b6=>_0x5302b6['containsRange'](_0x3b0877,!0x0)))){for(const _0x5d0216 of _0x35958d['getAllAdjacentSuggestions']())_0x5d0216['isInContent']&&(_0x5d0216['discard'](),_0x10538a=!0x0);}}}return _0x10538a;}),_0x1415c1['model']['document']['registerPostFixer'](_0x56c171=>{const _0x2aebac=_0x1415c1['commands']['get']('redo');if(!_0x2aebac||!_0x2aebac['_createdBatches']['has'](_0x56c171['batch']))return!0x1;let _0x1b463d=!0x1;const _0x583025=_0x1415c1['plugins']['get']('Users')['me'],_0x23c4da=_0x1415c1['model']['document']['differ']['getChanges'](),_0x4c8cd9=Array['from'](_0x1415c1['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x4f4451,data:_0x532df9})=>{const {group:_0x52db7c,subType:_0x425d6a,authorId:_0x4e233a}=_0xdcefc1['_splitMarkerName'](_0x4f4451);return'suggestion'==_0x52db7c&&'tablePaste'==_0x425d6a&&_0x4e233a==_0x583025['id']&&!_0x532df9['oldRange'];});for(const _0x21133e of _0x23c4da){if('insert'!=_0x21133e['type']||'tableCellSuggestion'!=_0x21133e['name']||0x1!=_0x21133e['length'])continue;const _0x944df6=_0x56c171['createRange'](_0x21133e['position'],_0x21133e['position']['getShiftedBy'](0x1));if(!_0x4c8cd9['find'](({data:_0x473130})=>_0x473130['newRange']['isEqual'](_0x944df6))){for(const {name:_0xe2d5f8,data:_0x39a7ea}of _0x4c8cd9)if(_0x944df6['containsRange'](_0x39a7ea['newRange'])){_0x56c171['updateMarker'](_0xe2d5f8,{'range':_0x944df6}),_0x1b463d=!0x0;break;}}}return _0x1b463d;}),_0x1415c1['model']['document']['registerPostFixer'](_0x226132=>{let _0x30fc12=!0x1;const _0x19958a=_0x1415c1['plugins']['get']('Users')['me'],_0x52bb29=_0xdcefc1['getSuggestions']()['filter'](_0x2d10e8=>_0x2d10e8['isInContent']&&_0x2d10e8['author']==_0x19958a),_0x226a15=new Set(),_0x3f9c52=new Set();for(const _0x532481 of _0x52bb29)if('tablePaste'==_0x532481['subType'])for(const _0x1c15a1 of _0x532481['getMarkers']()){const _0x200134=_0x1c15a1['getRange']()['getContainedElement']();if(_0x200134){if(_0x200134['is']('element','tableCellSuggestion')&&Pe(_0x200134)){_0x532481['removeMarker'](_0x1c15a1['name']),_0x226a15['add'](_0x200134),_0x30fc12=!0x0;const _0x2ef834=_0x200134['nextSibling'],_0x37ce92=_0x200134['previousSibling'],_0xd43b7f=_0x2ef834&&_0x2ef834['is']('element','tableCellSuggestion'),_0x6969af=_0x37ce92&&_0x37ce92['is']('element','tableCellSuggestion');_0xd43b7f&&!_0x226a15['has'](_0x2ef834)&&_0x3f9c52['add'](_0x2ef834),_0x6969af&&!_0x226a15['has'](_0x37ce92)&&_0x3f9c52['add'](_0x37ce92);}else _0x200134['is']('element','paragraph')&&_0x200134['isEmpty']&&(_0x532481['removeMarker'](_0x1c15a1['name']),_0x30fc12=!0x0);}}else{if('tablePasteCell'==_0x532481['subType']){if(!_0x532481['attributes']||!_0x532481['attributes']['tablePasteChainId'])continue;const _0x588aa9=_0x532481['attributes']['markerAttributes'];if(_0x588aa9&&Object['keys'](_0x588aa9)['length'])continue;const _0x420223=_0x532481['attributes']['tablePasteChainId'];let _0x4afcf7=!0x0,_0xf55983=!0x0;for(const _0xcbfdb2 of _0x52bb29)if(_0xcbfdb2['subType']&&_0xcbfdb2['subType']['startsWith']('tablePaste')){if(!_0xcbfdb2['attributes']['tablePasteChainId']){_0xf55983=!0x1;break;}if(_0xcbfdb2['id']!=_0x532481['id']&&_0xcbfdb2['attributes']['tablePasteChainId']==_0x420223){_0x4afcf7=!0x1;break;}}_0xf55983&&_0x4afcf7&&(_0x532481['removeMarkers'](),_0x30fc12=!0x0);}}for(const _0x1343cd of _0x226a15)_0x226132['remove'](_0x1343cd);for(const _0x1305f4 of _0x3f9c52)_0x226132['unwrap'](_0x1305f4);return _0x30fc12;}),_0x1415c1['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x452e1c,_0xa6c0e8)=>_0x3d5edc(_0x452e1c),'converterPriority':'high'}),_0x1415c1['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x45eceb,_0x183704)=>_0x183704['options']['showSuggestionHighlights']?_0x3d5edc(_0x45eceb,!0x1):null,'converterPriority':'high'});const _0x132508=_0x1415c1['editing']['view'];this['listenTo'](_0x132508['document'],'clipboardOutput',(_0x448900,_0x141e1e)=>{const _0x28330b=[];for(const _0x5bc8de of _0x132508['createRangeIn'](_0x141e1e['content'])['getItems']())_0x5bc8de['is']('element','suggestion-td')&&_0x28330b['push'](_0x5bc8de);_0x132508['change'](_0x7bd17e=>{for(const _0x2c4b8b of _0x28330b)_0x7bd17e['move'](_0x7bd17e['createRangeIn'](_0x2c4b8b),_0x7bd17e['createPositionBefore'](_0x2c4b8b)),_0x7bd17e['remove'](_0x2c4b8b);});});}}function Pe(_0x1513db){if(_0x1513db['isEmpty'])return!0x0;const _0xcd0736=_0x1513db['getChild'](0x0);return _0xcd0736['is']('element','paragraph')&&_0xcd0736['isEmpty'];}function he(_0xa4960,_0x3764d1={},_0x40dd09){for(const {isAnchor:_0xd3a768,cellHeight:_0xf656ca,cellWidth:_0x513de3}of _0x40dd09['createTableWalker'](_0xa4960,{'includeAllSlots':!0x0,..._0x3764d1}))if(!_0xd3a768||0x1!=_0xf656ca||0x1!=_0x513de3)return!0x1;return!0x0;}class vt extends _0x1c3a28{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2fb275=this['editor']['plugins']['get']('TrackChangesEditing');_0x2fb275['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2fb275['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2fb275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2fb275['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2fb275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2fb275['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x442d71,_0xa21682){const _0x213383=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2d4ce9=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x42229a=_0xa21682['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x386149=_0x2d4ce9['getColumnGroupElement'](_0x42229a);let _0x3b9c47=_0x386149?_0x2d4ce9['getTableColumnsWidths'](_0x386149):null,_0x4d24a5=_0x42229a['getAttribute']('tableWidth')||null;const _0x38870a=_0xa21682['tableWidth']||_0x4d24a5,_0x2c90d1=_0xa21682['columnWidths']||_0x3b9c47,_0x592a8b=this['editor']['plugins']['get']('Users')['me'];for(const _0x126440 of _0x213383['getSuggestions']()){const _0x40e803=_0x126440['getContainedElement']();if('resizeTable'===_0x126440['subType']&&_0x40e803===_0x42229a){_0x126440['author']!==_0x592a8b&&_0x126440['discard']();const _0x4fae12=_0x126440['data']['commandParams'];_0x4d24a5=_0x4fae12[0x0]['tableWidth'],_0x3b9c47=_0x4fae12[0x0]['columnWidths'];break;}}_0x442d71({'table':_0x42229a,'tableWidth':_0x38870a,'columnWidths':_0x2c90d1}),_0x213383['markBlockFormat'](_0x42229a,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4d24a5,'columnWidths':_0x3b9c47}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x166a6a){if('formatBlock'!=_0x166a6a['type']&&'formatInline'!=_0x166a6a['type'])return;const {data:_0xf7fb68}=_0x166a6a;if(_0xf7fb68&&'resizeTable'===_0xf7fb68['formatGroupId']){const _0x59224c='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x59224c)};}}}class Ct extends _0x1c3a28{['afterInit'](){const _0x1c1aa6=this['editor'];_0x1c1aa6['plugins']['has']('Template')&&_0x1c1aa6['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x1c3a28{['afterInit'](){const _0x2479ce=this['editor'];if(!_0x2479ce['commands']['get']('insertTableOfContents'))return;_0x2479ce['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x379b8f=_0x2479ce['plugins']['get']('TrackChangesEditing'),_0x2a3dc8=_0x2479ce['locale'];_0x379b8f['descriptionFactory']['registerElementLabel']('tableOfContents',_0x52b68a=>o(_0x2a3dc8,'ELEMENT_TABLE_OF_CONTENTS',_0x52b68a));}}class Dt extends _0x1c3a28{['afterInit'](){const _0x57ae43=this['editor'];if(!_0x57ae43['plugins']['has']('Title'))return;const _0x455be5=_0x57ae43['plugins']['get']('TrackChangesEditing');_0x455be5['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x57ae43['locale'],'ELEMENT_TITLE')),_0x57ae43['model']['document']['registerPostFixer'](_0x232c51=>{let _0x145eae=!0x1;const _0x4430c=Array['from'](_0x57ae43['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5d23aa,data:_0x4ca792}of _0x4430c){const {group:_0x1f521a}=_0x455be5['_splitMarkerName'](_0x5d23aa);if('suggestion'!==_0x1f521a||!_0x4ca792['newRange'])continue;const _0x37c4f7=_0x4ca792['newRange'],_0x31dd8b=_0x37c4f7['end']['nodeBefore'];if(!_0x31dd8b||!_0x31dd8b['is']('element','title-content'))continue;if(!_0x37c4f7['start']['isTouching'](_0x37c4f7['end']))continue;const _0x48f5dd=_0x57ae43['model']['schema']['getNearestSelectionRange'](_0x37c4f7['end'],'forward');if(_0x48f5dd&&_0x48f5dd['isCollapsed']){const _0x1cf5a2=_0x232c51['createRange'](_0x37c4f7['start'],_0x48f5dd['start']);_0x1cf5a2['isEqual'](_0x37c4f7)||(_0x232c51['updateMarker'](_0x5d23aa,{'range':_0x1cf5a2}),_0x145eae=!0x0);}_0x145eae||(_0x232c51['removeMarker'](_0x5d23aa),_0x145eae=!0x0);}return _0x145eae;});}}class Nt extends _0x1c3a28{['afterInit'](){const _0x7aced1=this['editor'],_0x35aac5=_0x7aced1['plugins']['get']('TrackChangesEditing');_0x7aced1['plugins']['has']('UndoEditing')&&(_0x35aac5['enableCommand']('undo'),_0x35aac5['enableCommand']('redo'));}}class Mt extends _0x1c3a28{static get['requires'](){return[jt];}['afterInit'](){const _0xaeb512=this['editor'];if(!_0xaeb512['plugins']['has']('TableCaptionEditing'))return;_0xaeb512['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x1c3a28{['tableProperties'];['tableCellProperties'];constructor(_0x975ab0){super(_0x975ab0),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}['afterInit'](){const _0x776997=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x14f689 of this['tableProperties'])_0x776997['enableCommand'](_0x14f689,(_0x46948,_0x4f0a9a)=>{const _0x35e9ac=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x14f689,[_0x35e9ac],this['tableProperties'],'tableProperties',_0x46948,_0x4f0a9a);});_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x776997['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x291e90,_0x1c9081)=>this['handleDiscardAction'](this['tableProperties'],_0x291e90,_0x1c9081)),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x3e492f of this['tableCellProperties'])_0x776997['enableCommand'](_0x3e492f,(_0x4e5ded,_0x1fea6f)=>{const _0x44969a=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x3e492f,_0x44969a,this['tableCellProperties'],'tableCellProperties',_0x4e5ded,_0x1fea6f);});_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x776997['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3e1c1a,_0x5aa6c3)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3e1c1a,_0x5aa6c3)),_0x776997['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x776997['descriptionFactory']['registerDescriptionCallback'](_0x2bc8d7=>this['handleSuggestionDescription'](_0x2bc8d7));}['_handlePropertyChange'](_0x3fbd5f,_0x3d0a06,_0x3da50c,_0x32fda1,_0x195094,_0x329a10){const _0x30b8bc=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x329a10['batch'],()=>{for(const _0x5b5a68 of _0x3d0a06){if(this['_getSuggestion'](_0x5b5a68,_0x32fda1))_0x195094(_0x329a10);else{const _0xf9fca2={};for(const _0x21bcf2 of _0x3da50c){const _0x166572=_0x5b5a68['getAttribute'](_0x21bcf2);void 0x0!==_0x166572&&(_0xf9fca2[_0x21bcf2]=_0x166572);}_0x195094(_0x329a10),_0x30b8bc['markBlockFormat'](_0x5b5a68,{'commandParams':[_0xf9fca2]},[],_0x32fda1);}}});}['handleDiscardAction'](_0x3b59da,_0x4d0f02,_0x2c53a5){const _0x51e741=_0x4d0f02[0x0]['start']['nodeAfter'],_0x3fe0ae=_0x2c53a5['commandParams'][0x0];this['editor']['model']['change'](_0x511805=>{for(const _0xda5d97 of _0x3b59da)void 0x0!==_0x3fe0ae[_0xda5d97]?_0x511805['setAttribute'](_0xda5d97,_0x3fe0ae[_0xda5d97],_0x51e741):_0x511805['removeAttribute'](_0xda5d97,_0x51e741);});}['handleSuggestionDescription'](_0x37e254){if(_0x37e254['data'])switch(_0x37e254['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x4c15f7,_0x207d9a){const _0x2dbf23=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1a1956 of _0x2dbf23['getSuggestions']({'skipNotAttached':!0x0})){const _0x54e87a=_0x1a1956['getContainedElement']();if(_0x1a1956['subType']===_0x207d9a&&_0x54e87a===_0x4c15f7)return _0x1a1956;}return null;}}const m='$elementName';class p extends _0x1c3a28{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x5f159e,_0x389de3,E,V,U,O,F,G,L,H,q,W,J,Q,X,Y,Z,tt,et,it,nt,st,ot,rt,at,ut,K,lt,ct,z,ue,ft,gt,mt,dt,pt,kt,bt,wt,yt,jt,St,At,Mt,It,vt,_t,$t,Ct,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x29d179){function _0x16f1fb(_0x1c2eab){return _0x1c2eab['map'](_0x12213a=>String['fromCharCode'](_0x12213a))['join']('');}super(_0x29d179),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2215e3,_0x4e9feb,_0x4199ac,_0x4931bf)=>{this['_model']['change'](()=>{for(const _0x209e1d of[..._0x4931bf,..._0x4199ac])this['_model']['markers']['has'](_0x209e1d)&&_0x29d179['editing']['reconvertMarker'](_0x209e1d);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new xt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x29d179['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x29d179['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x29d179['config']['get']('trackChanges.trackFormatChanges'),_0x29d179['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x29d179['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x29d179,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x16f1fb([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x16f1fb([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x34]);}['init'](){const _0x59eb6c=this['editor'],_0x1989e6=(_0x2401f9,_0xe434d7)=>{if('attribute'!=_0x2401f9)return'ck-suggestion-marker-'+_0x2401f9;const _0x5738c0=_0xe434d7['split']('|')[0x0];return this['_isBlockAttribute'](_0x5738c0)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x59eb6c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2f8c8=>{const {id:_0x41609c,type:_0x3c5673,subType:_0x4d6fda}=this['_splitMarkerName'](_0x2f8c8['markerName']),_0x20c76e=['ck-suggestion-marker',_0x1989e6(_0x3c5673,_0x4d6fda)];let _0x2424aa=0xbb8;return this['activeMarkers']['includes'](_0x2f8c8['markerName'])&&(_0x20c76e['push']('ck-suggestion-marker--active'),_0x2424aa=0xbc2),'deletion'==_0x3c5673&&(_0x2424aa+=0x5),{'classes':_0x20c76e,'attributes':{'data-suggestion':_0x41609c},'priority':_0x2424aa};}}),_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x1b9452=>{_0x1b9452['on']('addMarker:suggestion',(_0x530c1f,_0x532ef6,_0x567cb9)=>{if(!_0x567cb9['options']['showSuggestionHighlights'])return;const _0x4c023d=_0x532ef6['item'];if(!_0x4c023d)return;const _0x33b901=_0x567cb9['mapper']['toViewElement'](_0x4c023d);_0x59eb6c['model']['schema']['isObject'](_0x4c023d)&&_0x33b901&&!_0x33b901['getCustomProperty']('widget')&&_0x33b901['is']('containerElement')&&_0x2b8909(_0x33b901,_0x567cb9['writer']);},{'priority':'high'});}),_0x59eb6c['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xd27f25,_0x558e82)=>{if(!_0x558e82['options']['showSuggestionHighlights'])return null;const {type:_0x1b482d,subType:_0x593531}=this['_splitMarkerName'](_0xd27f25['markerName']);return{'classes':['ck-suggestion-marker',_0x1989e6(_0x1b482d,_0x593531)],'priority':0xbb8};}});const _0x5e7ba0=({showActiveMarkers:_0x37415b=!0x0,isAttributeSuggestion:_0x4ede87=!0x1}={})=>(_0x355f0f,_0x4c5656,_0x379545)=>{if(!_0x4c5656['item'])return;const {id:_0x153a9b}=this['_splitMarkerName'](_0x4c5656['markerName']);if(_0x4ede87){const _0x1f18e2=this['_suggestions']['get'](_0x153a9b),_0x12329a=this['_getAttributeKey'](_0x1f18e2);if(!this['_isBlockAttribute'](_0x12329a))return;}if(_0x4c5656['item']['is']('selection'))return void _0x379545['consumable']['consume'](_0x4c5656['item'],_0x355f0f['name']);const _0x748a8a=_0x379545['mapper']['toViewElement'](_0x4c5656['item']);if(_0x4c5656['item']['is']('element')&&_0x59eb6c['model']['schema']['isBlock'](_0x4c5656['item'])&&!_0x748a8a['getCustomProperty']('addHighlight')){_0x379545['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x748a8a),_0x379545['writer']['setAttribute']('data-suggestion',_0x153a9b,_0x748a8a),_0x379545['mapper']['bindElementToMarker'](_0x748a8a,_0x4c5656['markerName']),_0x37415b&&(this['activeMarkers']['includes'](_0x4c5656['markerName'])?_0x379545['writer']['addClass']('ck-suggestion-marker--active',_0x748a8a):_0x379545['writer']['removeClass']('ck-suggestion-marker--active',_0x748a8a));for(const _0x35539a of _0x59eb6c['model']['createRangeIn'](_0x4c5656['item'])['getItems']())_0x379545['consumable']['consume'](_0x35539a,_0x355f0f['name']);_0x379545['consumable']['consume'](_0x4c5656['item'],_0x355f0f['name']);}};_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x527645=>{_0x527645['on']('addMarker:suggestion:formatBlock',(_0x288c7c,_0x588a56,_0x5f72f1)=>{_0x5f72f1['options']['showSuggestionHighlights']&&_0x5e7ba0({'showActiveMarkers':!0x1})(_0x288c7c,_0x588a56,_0x5f72f1);},{'priority':'highest'});}),_0x59eb6c['conversion']['for']('dataDowncast')['add'](_0x4debb1=>{_0x4debb1['on']('addMarker:suggestion:attribute',(_0x2be68c,_0x3c693d,_0x173403)=>{_0x173403['options']['showSuggestionHighlights']&&_0x5e7ba0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2be68c,_0x3c693d,_0x173403);},{'priority':'highest'});}),_0x59eb6c['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x440437,_0x498801)=>_0x498801['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x440437['substr'](0xb)}}),_0x59eb6c['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xad5936,{writer:_0x30b97e})=>{let _0x123256='suggestion:'+_0xad5936['getAttribute']('suggestion-type')+':'+_0xad5936['getAttribute']('id');return _0xad5936['getAttribute']('marker-count')&&(_0x123256+=':'+_0xad5936['getAttribute']('marker-count')),_0x30b97e['createElement']('$marker',{'data-name':_0x123256});}}),_0x59eb6c['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x30e1af=>{_0x30e1af['on']('addMarker:suggestion:formatBlock',_0x5e7ba0(),{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x159ecc=>{_0x159ecc['on']('addMarker:suggestion:attribute',_0x5e7ba0({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0xeec72=>{_0xeec72['on']('removeMarker:suggestion:formatBlock',(_0x112818,_0x48b078,_0x21f236)=>{const _0x574fc7=_0x21f236['mapper']['markerNameToElements'](_0x48b078['markerName']);if(_0x574fc7){for(const _0x10bed2 of _0x574fc7)_0x10bed2['getCustomProperty']('addHighlight')||(_0x21f236['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x10bed2),_0x21f236['writer']['removeAttribute']('data-suggestion',_0x10bed2),_0x21f236['mapper']['unbindElementFromMarkerName'](_0x10bed2,_0x48b078['markerName']));}},{'priority':'high'});}),_0x59eb6c['conversion']['for']('editingDowncast')['add'](_0x26a17b=>{_0x26a17b['on']('removeMarker:suggestion:attribute',(_0x4364d1,_0x49bb2c,_0x26d940)=>{const _0x24972f=_0x26d940['mapper']['markerNameToElements'](_0x49bb2c['markerName']);if(!_0x24972f)return;const {id:_0x51bf4a}=this['_splitMarkerName'](_0x49bb2c['markerName']),_0x12f0dd=this['_suggestions']['get'](_0x51bf4a),_0x397ec9=this['_getAttributeKey'](_0x12f0dd);if(this['_isBlockAttribute'](_0x397ec9)){for(const _0x4a7765 of _0x24972f)_0x4a7765['getCustomProperty']('addHighlight')||(_0x26d940['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4a7765),_0x26d940['writer']['removeAttribute']('data-suggestion',_0x4a7765),_0x26d940['mapper']['unbindElementFromMarkerName'](_0x4a7765,_0x49bb2c['markerName']));}},{'priority':'high'});}),_0x59eb6c['model']['document']['registerPostFixer'](_0x268312=>{let _0x1a3f93=!0x1;const _0x5a98f8=Array['from'](_0x59eb6c['model']['document']['differ']['getChangedMarkers']()),_0x4311fa=new Set();for(const {name:_0x340542,data:_0x6e7b3b}of _0x5a98f8){const {group:_0x5709b2,type:_0x571fb8,subType:_0xdd5c1e,id:_0x5d7af5}=this['_splitMarkerName'](_0x340542);if('suggestion'!==_0x5709b2)continue;const _0x4acc12=this['_suggestions']['get'](_0x5d7af5);if(null!=_0x6e7b3b['newRange']){'formatInline'==_0x571fb8&&(_0x1a3f93=_0x1a3f93||Et(_0x6e7b3b['newRange'],_0x340542,_0x268312,_0x59eb6c['model']['schema']));const _0x2f929a='attribute'==_0x571fb8&&this['_isBlockAttribute'](_0xdd5c1e['split']('|')[0x0]);if(_0x6e7b3b['newRange']['isCollapsed']||'$graveyard'==_0x6e7b3b['newRange']['root']['rootName']||'formatBlock'==_0x571fb8&&!Ut(_0x6e7b3b['newRange'])||_0x2f929a&&!Ut(_0x6e7b3b['newRange'])||'deletion'==_0x571fb8&&!(!Tt(_0x579048=_0x6e7b3b['newRange'])&&!function(_0x44bcdf){return _0x44bcdf['start']['parent']==_0x44bcdf['end']['nodeBefore']&&_0x44bcdf['start']['isAtEnd'];}(_0x579048)))_0x268312['removeMarker'](_0x340542),_0x1a3f93=!0x0;else{if(!_0x4acc12||!_0x4acc12['isInContent'])continue;_0x4311fa['add'](_0x4acc12);}}}var _0x579048;return _0x4311fa['size']>0x0&&(_0x1a3f93=!!this['_joinWithAdjacentSuggestions'](_0x4311fa)||_0x1a3f93),_0x1a3f93;}),_0x59eb6c['model']['document']['registerPostFixer'](_0x6a3639=>{let _0x374e80=!0x1;for(const _0x583f54 of _0x59eb6c['model']['document']['differ']['getChanges']())if('insert'==_0x583f54['type'])for(const _0x471f92 of this['_suggestions']['values']()){if(_0x471f92['isMultiRange']||!_0x471f92['isInContent'])continue;const _0x5897b1='formatBlock'==_0x471f92['type'],_0x37d2ef=this['_getAttributeKey'](_0x471f92),_0x301207=_0x37d2ef&&this['_isBlockAttribute'](_0x37d2ef);if(!_0x5897b1&&!_0x301207)continue;const _0x2147bb=_0x471f92['getFirstRange']();if(_0x2147bb['start']['parent']!=_0x2147bb['end']['parent']&&!_0x2147bb['end']['isAtEnd']){const _0x17d8c8=_0x59eb6c['model']['createPositionAt'](_0x2147bb['start']['nodeAfter'],'end'),_0x2bafc8=_0x59eb6c['model']['createRange'](_0x2147bb['start'],_0x17d8c8);_0x6a3639['updateMarker'](_0x471f92['getFirstMarker'](),{'range':_0x2bafc8}),_0x374e80=!0x0;}}return _0x374e80;}),_0x59eb6c['model']['document']['registerPostFixer'](_0x50900f=>this['_processAttributeChanges'](_0x50900f)),_0x59eb6c['model']['document']['registerPostFixer'](_0x4c230c=>!_0x4c230c['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x4c230c)),_0x59eb6c['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x59eb6c['model']['document']['on']('change:data',(_0x312bd6,_0x5d94b9)=>{if(!_0x5d94b9['isLocal']||_0x5d94b9['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x369d68=_0x59eb6c['model']['document']['differ']['getChanges']();if(0x0==_0x369d68['length'])return;const _0x1cafd8=[],_0x103b08=_0x369d68['filter'](_0x303219=>'attribute'==_0x303219['type']),_0x30ab2e=_0x369d68['filter'](_0x3d7bcb=>'insert'==_0x3d7bcb['type']&&'$text'!=_0x3d7bcb['name']);for(const _0x4db8c4 of _0x103b08)this['_isRegisteredAttribute'](_0x4db8c4['attributeKey'])&&_0x1cafd8['push']({'key':_0x4db8c4['attributeKey'],'newValue':_0x4db8c4['attributeNewValue'],'oldValue':_0x4db8c4['attributeOldValue'],'range':Ot(_0x4db8c4['range'],_0x59eb6c['model'])});for(const _0x4bc1bb of _0x30ab2e){if('rename'!=_0x4bc1bb['action']&&'refresh'!=_0x4bc1bb['action'])continue;const _0xd83f08=Gt(_0x4bc1bb['position']['nodeAfter'],_0x59eb6c['model']),_0x423565=_0x4bc1bb['before'];'rename'==_0x4bc1bb['action']&&_0x1cafd8['push']({'key':m,'newValue':_0x4bc1bb['name'],'oldValue':_0x423565['name'],'range':_0xd83f08});for(const [_0x4fb80a,_0x4939a2]of _0x423565['attributes']){if(!this['_isRegisteredAttribute'](_0x4fb80a))continue;const _0x47f4e6=_0x4bc1bb['attributes']['get'](_0x4fb80a);_0x4939a2!==_0x47f4e6&&_0x1cafd8['push']({'key':_0x4fb80a,'newValue':_0x47f4e6,'oldValue':_0x4939a2,'range':_0xd83f08});}for(const [_0x24e6a3,_0x4a9d0c]of _0x4bc1bb['attributes'])this['_isRegisteredAttribute'](_0x24e6a3)&&(_0x423565['attributes']['has'](_0x24e6a3)||_0x1cafd8['push']({'key':_0x24e6a3,'newValue':_0x4a9d0c,'oldValue':null,'range':_0xd83f08}));}0x0!=_0x1cafd8['length']&&_0x59eb6c['model']['enqueueChange'](_0x5d94b9,_0x1655d6=>{const _0x516e78=_0x15362b();for(const {range:_0x357d3b,key:_0xeb500b,oldValue:_0x465952,newValue:_0x28ced7}of _0x1cafd8)this['markAttributeChange'](_0x357d3b,_0xeb500b,_0x465952,_0x28ced7,{'groupId':_0x516e78});this['_reduceExistingSuggestions'](_0x1655d6,_0x1cafd8);});},{'priority':'lowest'}),_0x59eb6c['model']['markers']['on']('update:suggestion',(_0x4f3c14,_0x1f1898,_0x227792)=>{if(null==_0x227792){const {id:_0x10186e}=this['_splitMarkerName'](_0x1f1898['name']),_0x47f9a1=this['_suggestions']['get'](_0x10186e);_0x47f9a1&&_0x47f9a1['addMarkerName'](_0x1f1898['name']);}}),_0x59eb6c['model']['document']['on']('change:data',()=>{const _0x4c4d5f=Array['from'](_0x59eb6c['model']['document']['differ']['getChangedMarkers']())['filter'](_0x3ac780=>'suggestion'===this['_splitMarkerName'](_0x3ac780['name'])['group']);if(0x0===_0x4c4d5f['length'])return;_0x4c4d5f['sort']((_0x4c0e44,_0x3e2139)=>{const _0x159049=_0x4c0e44['data']['oldRange'],_0x29cb47=_0x3e2139['data']['oldRange'];return null===_0x159049&&null===_0x29cb47?0x0:null===_0x159049&&null!==_0x29cb47?-0x1:null!==_0x159049&&null===_0x29cb47?0x1:_0x159049['start']['isBefore'](_0x29cb47['start'])?-0x1:0x1;});const _0x5dc582=new Set(),_0x4fdd3d=new Set();for(const {name:_0x476219,data:_0x170d06}of _0x4c4d5f){const {id:_0x2c1883}=this['_splitMarkerName'](_0x476219);if(null===_0x170d06['oldRange']){const _0x55d7c3=this['_handleNewSuggestionMarker'](_0x476219);_0x4fdd3d['add'](_0x55d7c3);}else{const _0x468347=this['_suggestions']['get'](_0x2c1883);null!==_0x170d06['newRange']||_0x468347['isInContent']?(_0x5dc582['add'](_0x468347['head']),_0x4fdd3d['add'](_0x468347)):this['_removeSuggestion'](_0x468347);}}_0x4fdd3d['size']>0x0&&this['_refreshSuggestionsChain'](_0x4fdd3d);for(const _0x18436 of _0x5dc582)this['fire']('suggestionChanged',_0x18436);}),_0x59eb6c['model']['on']('applyOperation',(_0x5f29d1,_0xd5384c)=>{const _0x53fce6=_0xd5384c[0x0];if(!this['_suggestions']['size'])return;if(!_0x53fce6['isDocumentOperation'])return;if(_0x53fce6['batch']['isUndo']||!_0x53fce6['batch']['isLocal'])return;let _0xeee532,_0x1e808e;switch(_0x53fce6['type']){case'insert':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['position']),_0x1e808e=_0xeee532['getShiftedBy'](_0x53fce6['howMany']);break;case'split':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['splitPosition']),_0x1e808e=_0x59eb6c['model']['createPositionAt'](_0x53fce6['moveTargetPosition']);break;case'move':_0xeee532=_0x59eb6c['model']['createPositionAt'](_0x53fce6['targetPosition']),_0x1e808e=_0xeee532['getShiftedBy'](_0x53fce6['howMany']);break;default:return;}const _0x285e8b=_0x59eb6c['model']['createRange'](_0xeee532,_0x1e808e);_0x59eb6c['model']['change'](()=>{for(const {suggestion:_0x37daa1,meta:_0x4c7a76}of this['_findSuggestions'](_0x285e8b)){if(_0x37daa1['isMultiRange'])continue;if('formatInline'==_0x37daa1['type'])continue;const _0x5e7f69=this['_getAttributeKey'](_0x37daa1);if(_0x5e7f69&&this['_isBlockAttribute'](_0x5e7f69)&&'split'!=_0x53fce6['type'])continue;const _0x48e0ce=_0x37daa1['data']&&_0x37daa1['data']['multipleBlocks'];('formatBlock'!=_0x37daa1['type']||'split'==_0x53fce6['type']&&!_0x48e0ce)&&(_0x4c7a76['containsRangeInObject']||'insertion'==_0x37daa1['type']&&_0x4c7a76['isOwn']||_0x37daa1['getFirstRange']()['containsRange'](_0x285e8b)&&this['_breakSuggestionMarker'](_0x37daa1,_0xeee532,_0x1e808e));}});},{'priority':'lowest'}),_0x59eb6c['model']['on']('deleteContent',(_0x16fdf2,_0x154955)=>{const _0x4cd8cc=_0x154955[0x0],_0x1503cf=_0x154955[0x1];if(_0x1503cf&&_0x1503cf['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4cd8cc['isCollapsed'])return;const _0xfaa0e1=_0x59eb6c['model']['schema'],{start:_0x2a5468,end:_0x1873c6}=_0x4cd8cc['getFirstRange'](),_0x2d02a5=_0x2a5468['nodeAfter']&&_0xfaa0e1['isLimit'](_0x2a5468['nodeAfter'])?null:_0xfaa0e1['getNearestSelectionRange'](_0x2a5468,'forward'),_0x59d937=_0x1873c6['nodeBefore']&&_0xfaa0e1['isLimit'](_0x1873c6['nodeBefore'])?null:_0xfaa0e1['getNearestSelectionRange'](_0x1873c6,'backward'),_0x2c61a3=_0x59eb6c['model']['createRange'](_0x2d02a5?_0x2d02a5['start']:_0x2a5468,_0x59d937?_0x59d937['end']:_0x1873c6);_0x59eb6c['model']['change'](_0x1af51a=>{this['markDeletion'](_0x2c61a3);const _0x1066f1=_0x59eb6c['model']['schema']['getNearestSelectionRange'](_0x2c61a3['start']);_0x4cd8cc['is']('documentSelection')?_0x1af51a['setSelection'](_0x1066f1):_0x4cd8cc['setTo'](_0x1066f1);}),_0x16fdf2['stop']();},{'priority':_0x3304ea['normal']+0xa}),_0x59eb6c['model']['on']('insertContent',(_0x167e32,_0x4b3e2a)=>{const _0x338b9a=_0x4b3e2a[_0x4b3e2a['length']-0x1];_0x338b9a&&_0x338b9a['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x59eb6c['model']['change'](()=>{let _0x2e9c47=_0x59eb6c['model']['insertContent'](_0x4b3e2a[0x0],_0x4b3e2a[0x1],_0x4b3e2a[0x2],{'forceDefaultExecution':!0x0});if(!_0x2e9c47)return;_0x167e32['return']=_0x2e9c47['clone']();const _0x1465a8=_0x2e9c47['end']['nodeBefore'],_0x109c4d=_0x59eb6c['model']['schema'];_0x1465a8&&_0x109c4d['isBlock'](_0x1465a8)&&!_0x109c4d['isObject'](_0x1465a8)&&(_0x2e9c47=_0x59eb6c['model']['createRange'](_0x2e9c47['start'],_0x59eb6c['model']['createPositionAt'](_0x1465a8,'end'))),this['markInsertion'](_0x2e9c47);}),_0x167e32['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5b31cc=new $(_0x59eb6c,this['_suggestions']);_0x59eb6c['commands']['add']('acceptSuggestion',_0x5b31cc),this['enableCommand']('acceptSuggestion');const _0x310bbb=new B(_0x59eb6c,this['_suggestions']);_0x59eb6c['commands']['add']('discardSuggestion',_0x310bbb),this['enableCommand']('discardSuggestion'),_0x59eb6c['commands']['add']('acceptAllSuggestions',new x(_0x59eb6c,_0x5b31cc,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x59eb6c['commands']['add']('discardAllSuggestions',new x(_0x59eb6c,_0x310bbb,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x59eb6c['commands']['add']('acceptSelectedSuggestions',new R(_0x59eb6c,_0x5b31cc,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x59eb6c['commands']['add']('discardSelectedSuggestions',new R(_0x59eb6c,_0x310bbb,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x3d731c=_0x59eb6c['plugins']['get']('CommentsRepository');this['listenTo'](_0x3d731c,'addComment',(_0x4a2706,{threadId:_0x20a3b3})=>{const _0x53a8af=this['_suggestions']['get'](_0x20a3b3);_0x53a8af&&_0x53a8af['commentThread']&&0x1===_0x53a8af['commentThread']['length']&&this['_updateSuggestionData'](_0x20a3b3,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x3d731c,'removeComment',(_0x9dd529,{threadId:_0x5b0b3d})=>{const _0x566c5b=this['_suggestions']['get'](_0x5b0b3d);_0x566c5b&&_0x566c5b['commentThread']&&!_0x566c5b['commentThread']['length']&&this['_updateSuggestionData'](_0x5b0b3d,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x4e65a4){if(this['_adapter'])throw new _0x445205('track-changes-adapter-already-set',this);this['_adapter']=_0x4e65a4;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3f597a=!0x1,toJSON:_0x25cd9a=!0x1}={}){const _0x59289d=[];for(const _0x37520a of this['_suggestions']['values']())_0x3f597a&&!_0x37520a['isInContent']||_0x59289d['push'](_0x37520a);return _0x25cd9a?_0x59289d['map'](_0xeeaec=>_0xeeaec['toJSON']()):_0x59289d;}['getSuggestion'](_0x29a635){const _0x2dd7a3=this['_suggestions']['get'](_0x29a635);if(!_0x2dd7a3)throw new _0x445205('track-changes-suggestion-not-found',this);return _0x2dd7a3;}['hasSuggestion'](_0x1f82bc){return this['_suggestions']['has'](_0x1f82bc);}['addSuggestionData'](_0x50467c){const {authorId:_0x37e77,id:_0x1be694,attributes:_0x43fd1e}=_0x50467c,[_0x5c231d,_0x864206]=_0x50467c['type']['split'](':'),_0x140ff4=this['_suggestions']['get'](_0x1be694)||this['_createSuggestion'](_0x5c231d,_0x864206,_0x1be694,_0x37e77,_0x43fd1e);if(this['_addThreadToSuggestion'](_0x140ff4),this['_checkSuggestionCorrectness'](_0x140ff4,_0x5c231d,_0x864206||null,_0x37e77),_0x140ff4['createdAt']=_0x50467c['createdAt'],_0x140ff4['_isDataLoaded']=!0x0,_0x43fd1e&&_0x43fd1e['@external']){const _0x67ca93=_0x43fd1e['@external'],_0x37b5dd=this['_getExternalAuthor'](_0x67ca93['authorName']);_0x140ff4['authoredAt']=_0x67ca93['createdAt'],_0x140ff4['author']=_0x37b5dd,_0x140ff4['isExternal']=!0x0;}else _0x140ff4['authoredAt']=_0x50467c['createdAt'];switch(_0x50467c['data']&&(_0x140ff4['data']=_0x50467c['data']),_0x50467c['attributes']&&(_0x140ff4['attributes']=_0x50467c['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x140ff4['_saved']=!0x0),this['_suggestionState']['get'](_0x140ff4)){case'notReady':this['_suggestionState']['set'](_0x140ff4,'dataReady');break;case'markerReady':_0x140ff4['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x140ff4])),this['_refreshSuggestionsChain'](new Set([_0x140ff4])),this['_suggestionState']['set'](_0x140ff4,'ready'),this['fire']('suggestionLoaded',_0x140ff4)):this['_suggestionState']['set'](_0x140ff4,'removed');}return _0x140ff4;}['acceptSuggestion'](_0x49be4e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3b3751 of _0x49be4e['getAllAdjacentSuggestions']())_0x3b3751['accept']();});});}['discardSuggestion'](_0x483786){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2fa02f of _0x483786['getAllAdjacentSuggestions']())_0x2fa02f['discard']();});});}['enableCommand'](_0x589eb8,_0x274860){const _0x285e0e=this['editor']['commands']['get'](_0x589eb8);if(!_0x285e0e)throw new _0x445205('track-changes-command-not-found',this,{'commandName':_0x589eb8});if(this['_enabledCommands']['has'](_0x285e0e))throw new _0x445205('track-changes-enable-command-twice',this,{'commandName':_0x589eb8});this['_enabledCommands']['add'](_0x285e0e),_0x274860&&_0x285e0e['on']('execute',(_0x32a64e,_0x401cd5)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x401cd5['length']>0x0&&_0x401cd5[_0x401cd5['length']-0x1]&&_0x401cd5[_0x401cd5['length']-0x1]['forceDefaultExecution']?_0x401cd5['pop']():(_0x32a64e['return']=_0x274860((..._0x5f3898)=>_0x285e0e['execute'](..._0x5f3898,{'forceDefaultExecution':!0x0}),..._0x401cd5),_0x32a64e['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4a7718){let _0x46ffe3,_0x17c4b9;const _0x4c9d57=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x46ffe3=_0x4a7718();}catch(_0x1fea3b){_0x17c4b9=_0x1fea3b;}return _0x4c9d57||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x17c4b9&&_0x445205['rethrowUnexpectedError'](_0x17c4b9,this),_0x46ffe3;}['markInsertion'](_0x3585a0,_0x2a061a=null,_0x3a8748={}){if(_0x3585a0['isCollapsed'])return null;const _0xd02cc6=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x1a5358,meta:_0x2e60bf}of this['_findSuggestions'](_0x3585a0,'insertion'))if(_0x2e60bf['isOwn']){if(!_0x2e60bf['isNextTo']){if(_0x2e60bf['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x1a5358,_0x3a8748))continue;return _0x1a5358;}if(Lt(_0x1a5358,_0x3a8748))return _0x1a5358;this['_breakSuggestionMarker'](_0x1a5358,_0x3585a0['start'],_0x3585a0['end']);break;}if(_0x2a061a==_0x1a5358['subType']&&Lt(_0x1a5358,_0x3a8748)){const _0x5c6c0c=_0x1a5358['getFirstRange']();return _0x5c6c0c['start']['isEqual'](_0x3585a0['end'])?this['_setSuggestionRange'](_0x1a5358,this['_model']['createRange'](_0x3585a0['start'],_0x5c6c0c['end'])):this['_setSuggestionRange'](_0x1a5358,this['_model']['createRange'](_0x5c6c0c['start'],_0x3585a0['end'])),_0x1a5358;}}const _0x2e1396=_0x15362b(),_0x1a5dfb=_0xd02cc6['id'],_0x1a65e9=_0x2a061a?'insertion:'+_0x2a061a:'insertion',_0x3ab066=this['_setSuggestionData']({'id':_0x2e1396,'type':_0x1a65e9,'createdAt':new Date(),'authorId':_0x1a5dfb,'attributes':_0x3a8748});return this['_addSuggestionMarker'](_0x1a65e9,_0x2e1396,_0x1a5dfb,_0x3585a0),_0x3ab066;}['markMultiRangeInsertion'](_0x40d1dd,_0x5e6823='multi',_0x92e327={}){const _0x310f4f=this['editor']['plugins']['get']('Users')['me'],_0x45ee86=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5e6823,'join');for(const _0x5321bb of this['getSuggestions']())if(_0x5321bb['author']['id']==_0x310f4f['id']&&'insertion'==_0x5321bb['type']&&_0x5321bb['subType']==_0x5e6823&&Lt(_0x5321bb,_0x92e327)&&(_0x45ee86(_0x5321bb['getRanges'](),_0x40d1dd)||_0x45ee86(_0x40d1dd,_0x5321bb['getRanges']()))){for(const _0x2930d7 of _0x40d1dd)_0x5321bb['addRange'](_0x2930d7);return _0x5321bb;}for(const {suggestion:_0x30d967,meta:_0x3fd738}of this['_findSuggestions'](_0x40d1dd,'insertion')){if(!_0x3fd738['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x3fd738['containsRangeInObject'])continue;if(!Lt(_0x30d967,_0x92e327))continue;let _0xd6741=!0x0;for(const _0x46e0a5 of _0x30d967['getRanges']())for(const _0x2c8a2e of _0x40d1dd)if(!_0x46e0a5['containsRange'](_0x2c8a2e)){_0xd6741=!0x1;break;}if(_0xd6741)return _0x30d967;}const _0x198b0d=_0x15362b(),_0x58cb26=_0x310f4f['id'],_0x4248aa='insertion:'+_0x5e6823,_0x18dd00=this['_setSuggestionData']({'id':_0x198b0d,'type':_0x4248aa,'createdAt':new Date(),'authorId':_0x58cb26,'attributes':_0x92e327});for(const _0x40e15a of _0x40d1dd)this['_addSuggestionMarker'](_0x4248aa,_0x198b0d,_0x58cb26,_0x40e15a,u['getMultiRangeId']());return _0x18dd00;}['markInlineFormat'](_0x3ffb28,_0x49376b,_0x16770e=null,_0x3568a6={}){if(_0x16770e=_0x16770e||Vt(_0x49376b),_0x3ffb28['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x2d8545=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16770e,'accept');return this['forceDefaultExecution'](()=>_0x2d8545([_0x3ffb28],_0x49376b,_0x3568a6)),null;}const _0x467d7a=this['editor']['plugins']['get']('Users')['me'],_0x3ddaff=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1008fc,meta:_0x2fafe9}of this['_findSuggestions'](_0x3ffb28,'insertion'))_0x2fafe9['isOwn']&&!_0x2fafe9['isInsideObject']&&_0x3ddaff['push'](..._0x1008fc['getRanges']());}const _0x95d197=function(_0x5eb8f7,_0x51fd0f){const _0x2ca224=[];for(const _0x5b1671 of _0x51fd0f){const _0x8830ac=_0x5eb8f7['getIntersection'](_0x5b1671);_0x8830ac&&_0x2ca224['push'](_0x8830ac);}return _0x2ca224;}(_0x3ffb28,_0x3ddaff),_0x2a0c3f=function(_0x5a7fe9,_0x544c04){const _0x146afc=[_0x5a7fe9];for(const _0x371580 of _0x544c04){let _0x259c14=0x0;for(;_0x259c14<_0x146afc['length'];){const _0x329cdf=_0x146afc[_0x259c14]['getDifference'](_0x371580);_0x146afc['splice'](_0x259c14,0x1,..._0x329cdf),_0x259c14+=_0x329cdf['length'];}}return _0x146afc;}(_0x3ffb28,_0x3ddaff);_0x95d197['length']&&this['_model']['change'](()=>{for(const _0x1d6bca of _0x95d197){const _0x403857=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16770e,'accept');this['forceDefaultExecution'](()=>_0x403857([_0x1d6bca],_0x49376b,_0x3568a6));}});for(const _0x2314f7 of _0x2a0c3f){let _0x4a645d=null,_0x42ef04=_0x2314f7['start'],_0x21c61d=_0x2314f7['end'];for(const {suggestion:_0x5d9a61,meta:_0x2daea1}of this['_findSuggestions'](_0x2314f7,'formatInline')){if(!_0x2daea1['isOwn'])continue;if(_0x5d9a61['subType']!=_0x16770e)continue;if(!Lt(_0x5d9a61,_0x3568a6))continue;const _0xef2588=_0x5d9a61['getFirstRange']();if(_0xef2588['containsRange'](_0x2314f7,!0x0))return null;_0x42ef04=_0x42ef04['isBefore'](_0xef2588['start'])?_0x42ef04:_0xef2588['start'],_0x21c61d=_0x21c61d['isAfter'](_0xef2588['end'])?_0x21c61d:_0xef2588['end'],_0x4a645d?_0xef2588['start']['isBefore'](_0x4a645d['getFirstRange']()['start'])?(_0x4a645d['removeMarkers'](),_0x4a645d=_0x5d9a61):_0x5d9a61['removeMarkers']():_0x4a645d=_0x5d9a61;}const _0x38a5f3=this['_model']['createRange'](_0x42ef04,_0x21c61d);if(_0x4a645d)this['_setSuggestionRange'](_0x4a645d,_0x38a5f3);else{const _0xbd2f6c=_0x15362b(),_0x79baaa=_0x467d7a['id'];this['_setSuggestionData']({'id':_0xbd2f6c,'type':'formatInline:'+_0x16770e,'data':_0x49376b,'createdAt':new Date(),'authorId':_0x79baaa,'attributes':_0x3568a6}),this['_addSuggestionMarker']('formatInline:'+_0x16770e,_0xbd2f6c,_0x79baaa,_0x38a5f3);}}return null;}['markBlockFormat'](_0x4e3016,_0x278820,_0x5e5756=[],_0x29600b=null,_0x55b9c4={}){_0x278820['formatGroupId']||(_0x278820['formatGroupId']=_0x278820['commandName']),_0x278820['multipleBlocks']=_0x4e3016['is']('range'),_0x29600b=_0x29600b||Vt(_0x278820);const _0x2f3533=_0x5e5756['map'](_0x89078d=>Gt(_0x89078d,this['_model'])),_0x6f99cc=_0x4e3016['is']('range')?_0x4e3016:Gt(_0x4e3016,this['_model']);if('never'===this['_trackFormatChanges']){const _0x38e2d6=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29600b,'accept');return this['forceDefaultExecution'](()=>_0x38e2d6([_0x6f99cc],_0x278820,_0x55b9c4)),null;}_0x2f3533['push'](_0x6f99cc);let _0x25387a=!0x0;for(const _0x10cd57 of _0x2f3533)if(!this['_rangeIsInLocalUserInsertion'](_0x10cd57)){_0x25387a=!0x1;break;}if(_0x25387a&&'always'!==this['_trackFormatChanges']){const _0x3f1728=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29600b,'accept');return this['forceDefaultExecution'](()=>_0x3f1728([_0x6f99cc],_0x278820,_0x55b9c4)),null;}let _0x38ff03=null,_0x5306c0=_0x6f99cc['start'],_0x3bea3b=_0x6f99cc['end'];for(const {suggestion:_0x5638f8,meta:_0x1b26a8}of this['_findSuggestions'](_0x6f99cc,'formatBlock')){if(!_0x1b26a8['isOwn'])continue;if(_0x1b26a8['isNextTo']||_0x1b26a8['containsRangeInObject']||_0x1b26a8['isInsideObject'])continue;if(_0x5638f8['data']['formatGroupId']!=_0x278820['formatGroupId'])continue;if(!Lt(_0x5638f8,_0x55b9c4))continue;const _0x540d0f=_0x5638f8['getFirstRange']();if(_0x5638f8['subType']==_0x29600b){if(_0x540d0f['containsRange'](_0x6f99cc,!0x0))return null;_0x5306c0=_0x5306c0['isBefore'](_0x540d0f['start'])?_0x5306c0:_0x540d0f['start'],_0x3bea3b=_0x3bea3b['isAfter'](_0x540d0f['end'])?_0x3bea3b:_0x540d0f['end'],_0x38ff03?_0x540d0f['start']['isBefore'](_0x38ff03['getFirstRange']()['start'])?(_0x38ff03['removeMarkers'](),_0x38ff03=_0x5638f8):_0x5638f8['removeMarkers']():_0x38ff03=_0x5638f8;}else{const _0x102e01=_0x6f99cc['getIntersection'](_0x540d0f);this['_cutOutSuggestionMarker'](_0x5638f8,_0x102e01);}}const _0x50061a=this['editor']['plugins']['get']('Users')['me'],_0x30a78b=_0x15362b(),_0x1a6e28=_0x50061a['id'];if(_0x38ff03)return this['_setSuggestionRange'](_0x38ff03,this['_model']['createRange'](_0x5306c0,_0x3bea3b)),_0x38ff03;{const _0x10b1e9=this['_setSuggestionData']({'id':_0x30a78b,'type':'formatBlock:'+_0x29600b,'data':_0x278820,'createdAt':new Date(),'authorId':_0x1a6e28,'attributes':_0x55b9c4});return this['_addSuggestionMarker']('formatBlock:'+_0x29600b,_0x30a78b,_0x1a6e28,this['_model']['createRange'](_0x5306c0,_0x3bea3b)),_0x10b1e9;}}['markMultiRangeBlockFormat'](_0x127027,_0x1eaab4,_0x835b70=[],_0x56f844=null,_0xf54cc6={}){_0x1eaab4['formatGroupId']||(_0x1eaab4['formatGroupId']=_0x1eaab4['commandName']);const _0x36933f=_0x127027[0x0];_0x1eaab4['multipleBlocks']=_0x36933f['is']('range'),_0x56f844=_0x56f844||Vt(_0x1eaab4);const _0x1bc25e=_0x835b70['map'](_0x46ec0d=>Gt(_0x46ec0d,this['_model'])),_0x3b9a70=_0x36933f['is']('range')?_0x127027:_0x127027['map'](_0x52814e=>Gt(_0x52814e,this['_model']));if('never'===this['_trackFormatChanges']){const _0x31b443=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'accept');return this['forceDefaultExecution'](()=>_0x31b443(_0x3b9a70,_0x1eaab4,_0xf54cc6)),null;}_0x1bc25e['push'](..._0x3b9a70);let _0x549b1c=!0x0;for(const _0x42d00a of _0x1bc25e)if(!this['_rangeIsInLocalUserInsertion'](_0x42d00a)){_0x549b1c=!0x1;break;}if(_0x549b1c&&'always'!==this['_trackFormatChanges']){const _0x12d237=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'accept');return this['forceDefaultExecution'](()=>_0x12d237(_0x3b9a70,_0x1eaab4,_0xf54cc6)),null;}const _0x526e13=this['editor']['plugins']['get']('Users')['me'];for(const _0x33e362 of this['getSuggestions']()){if(_0x33e362['author']['id']!=_0x526e13['id'])continue;if('formatBlock'!=_0x33e362['type']||_0x33e362['data']['formatGroupId']!=_0x1eaab4['formatGroupId'])continue;if(!Lt(_0x33e362,_0xf54cc6))continue;const _0x2328d0=_0x33e362['subType']==_0x56f844;for(let _0x5bd8f5=0x0;_0x5bd8f5<_0x3b9a70['length'];_0x5bd8f5++){const _0x503a4a=_0x3b9a70[_0x5bd8f5];for(const _0x483471 of _0x33e362['getMarkers']()){const _0x11fbba=_0x483471['getRange']();if(_0x503a4a['isEqual'](_0x11fbba)){_0x2328d0?(_0x3b9a70['splice'](_0x5bd8f5,0x1),_0x5bd8f5--):_0x33e362['removeMarker'](_0x483471['name']);break;}}}}if(0x0==_0x3b9a70['length'])return null;const _0x3dfc04=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x56f844,'join');for(const _0x4bf1c0 of this['getSuggestions']())if(_0x4bf1c0['author']['id']==_0x526e13['id']&&'formatBlock'==_0x4bf1c0['type']&&_0x4bf1c0['data']['formatGroupId']==_0x1eaab4['formatGroupId']&&_0x4bf1c0['subType']==_0x56f844&&Lt(_0x4bf1c0,_0xf54cc6)&&(_0x3dfc04(_0x4bf1c0['getRanges'](),_0x3b9a70)||_0x3dfc04(_0x3b9a70,_0x4bf1c0['getRanges']()))){for(const _0x365c8d of _0x3b9a70)_0x4bf1c0['addRange'](_0x365c8d);return _0x4bf1c0;}const _0x5612fc=_0x15362b(),_0x221611=_0x526e13['id'],_0x3fa463='formatBlock:'+_0x56f844,_0x52b0d0=this['_setSuggestionData']({'id':_0x5612fc,'type':_0x3fa463,'data':_0x1eaab4,'createdAt':new Date(),'authorId':_0x221611,'attributes':_0xf54cc6});for(const _0x2bc5fe of _0x3b9a70)this['_addSuggestionMarker'](_0x3fa463,_0x5612fc,_0x221611,_0x2bc5fe,u['getMultiRangeId']());return _0x52b0d0;}['markDeletion'](_0x425847,_0x3536d4=null,_0x13ab73={}){if(_0x425847['isCollapsed'])return null;const _0x2166e1=this['editor']['plugins']['get']('Users')['me'],_0x33ae28=new _0x5b9e67(_0x425847['start'],_0x425847['end']);for(const {suggestion:_0x16164b,meta:_0x12f80d}of this['_findSuggestions'](_0x33ae28,'insertion'))if(_0x12f80d['isOwn']&&!_0x12f80d['isNextTo']){if(_0x16164b['isMultiRange']){const _0x573c18=_0x16164b['getRanges']()['filter'](_0xdf027b=>'$graveyard'!=_0xdf027b['root']['rootName']);_0x573c18['every'](_0x51618d=>_0x33ae28['containsRange'](_0x51618d,!0x0))&&_0x16164b['discard']();if(_0x573c18['some'](_0x4b90de=>_0x4b90de['containsRange'](_0x33ae28,!0x0))){const _0x33a95b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3536d4,'accept');return this['forceDefaultExecution'](()=>_0x33a95b([_0x33ae28],null,_0x13ab73)),null;}}else{const _0x163a0c=_0x33ae28['getIntersection'](_0x16164b['getFirstRange']());null!==_0x163a0c&&_0x16164b['_onDiscard']([_0x163a0c],null,_0x13ab73);}}if(_0x33ae28['detach'](),_0x33ae28['isCollapsed']||'$graveyard'==_0x33ae28['root']['rootName'])return null;let _0x48c76c=null,_0x47b343=_0x33ae28['start'],_0x365fc4=_0x33ae28['end'];const _0xd9f67=this['_findSuggestions'](_0x33ae28,'deletion');for(const {suggestion:_0x262ad1,meta:_0x37ee2a}of _0xd9f67){const _0x535440=this['_model']['createRange'](_0x47b343,_0x365fc4);if(_0x37ee2a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x37ee2a['containsRangeInObject']&&!_0x37ee2a['isInsideObject'])){if(_0x262ad1['isMultiRange']){if(!Lt(_0x262ad1,_0x13ab73))continue;let _0x554336=!0x0;for(const _0xab974b of _0x262ad1['getRanges']()){if(_0xab974b['containsRange'](_0x535440,!0x0))return _0x262ad1;_0x535440['containsRange'](_0xab974b)||(_0x554336=!0x1);}_0x554336&&_0x262ad1['discard']();}else{const _0x215785=_0x262ad1['getFirstRange']();if(_0x215785['containsRange'](_0x535440,!0x0))return _0x262ad1;if(!Lt(_0x262ad1,_0x13ab73)){_0x535440['containsRange'](_0x215785)?_0x262ad1['removeMarkers']():_0x215785['containsPosition'](_0x47b343)?_0x47b343=_0x215785['end']:_0x215785['containsPosition'](_0x365fc4)&&(_0x365fc4=_0x215785['start']);continue;}_0x47b343=_0x47b343['isBefore'](_0x215785['start'])?_0x47b343:_0x215785['start'],_0x365fc4=_0x365fc4['isAfter'](_0x215785['end'])?_0x365fc4:_0x215785['end'],_0x13ab73=Object['assign']({},_0x262ad1['attributes']),_0x48c76c?_0x215785['start']['isBefore'](_0x48c76c['getFirstRange']()['start'])?(_0x48c76c['removeMarkers'](),_0x48c76c=_0x262ad1):_0x262ad1['removeMarkers']():_0x48c76c=_0x262ad1;}}}if(_0x48c76c)return this['_setSuggestionRange'](_0x48c76c,this['_model']['createRange'](_0x47b343,_0x365fc4)),_0x48c76c;{const _0x5b16da=_0x15362b(),_0x4074f9=this['_model']['createRange'](_0x47b343,_0x365fc4),_0xd44e8=_0x2166e1['id'],_0x1c31db=_0x3536d4?'deletion:'+_0x3536d4:'deletion',_0x2addac=this['_setSuggestionData']({'id':_0x5b16da,'type':_0x1c31db,'createdAt':new Date(),'authorId':_0xd44e8,'attributes':_0x13ab73});return this['_addSuggestionMarker'](_0x1c31db,_0x5b16da,_0xd44e8,_0x4074f9),_0x2addac;}}['markMultiRangeDeletion'](_0x385e37,_0x12e1d3='multi',_0x3cd43f={}){const _0x46f6bf=this['editor']['plugins']['get']('Users')['me'],_0x59f2d8=_0x385e37['map'](_0x8a4f54=>new _0x5b9e67(_0x8a4f54['start'],_0x8a4f54['end'])),_0x5257d3=new Set();for(const {suggestion:_0xae9424,meta:_0xbe137c}of this['_findSuggestions'](_0x59f2d8,'insertion'))_0xbe137c['isOwn']&&!_0xbe137c['isNextTo']&&_0x5257d3['add'](_0xae9424);for(const _0x187c71 of _0x5257d3)if(_0x187c71['isMultiRange']){const _0x523d2d=_0x187c71['getRanges']();(!_0x187c71['attributes']||!_0x187c71['attributes']['skipNestingCheck'])&&(_0x523d2d['every'](_0x2defb6=>_0x59f2d8['some'](_0x1ea793=>_0x1ea793['containsRange'](_0x2defb6,!0x0)))&&_0x187c71['discard']());if(_0x59f2d8['every'](_0x57dded=>_0x523d2d['some'](_0x3ff3b5=>_0x3ff3b5['containsRange'](_0x57dded,!0x0)))){const _0x452a60=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'accept');return this['forceDefaultExecution'](()=>_0x452a60(_0x385e37,null,_0x3cd43f)),null;}}else{const _0x282191=_0x187c71['getFirstRange']();_0x59f2d8['some'](_0x319eca=>_0x319eca['containsRange'](_0x282191,!0x0))&&_0x187c71['discard']();if(_0x59f2d8['every'](_0x28b4ff=>_0x282191['containsRange'](_0x28b4ff,!0x0))){const _0x26db35=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'accept');return this['forceDefaultExecution'](()=>_0x26db35(_0x59f2d8,null,_0x3cd43f)),null;}}const _0xdb026c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x12e1d3,'join');let _0x50f765=null;for(const _0x595b09 of this['getSuggestions']())if(_0x595b09['author']['id']==_0x46f6bf['id']&&_0x595b09['isInContent']&&'deletion'==_0x595b09['type']&&_0x595b09['subType']==_0x12e1d3&&Lt(_0x595b09,_0x3cd43f)&&(_0xdb026c(_0x595b09['getRanges'](),_0x59f2d8)||_0xdb026c(_0x59f2d8,_0x595b09['getRanges']()))){if(_0x50f765){if(_0x595b09['commentThread']&&_0x595b09['commentThread']['length'])continue;for(const _0x2da950 of _0x595b09['getRanges']())_0x50f765['isIntersectingWithRange'](_0x2da950)||_0x50f765['addRange'](_0x2da950);_0x595b09['removeMarkers']();}else{_0x50f765=_0x595b09;for(const _0x1e1242 of _0x59f2d8)_0x595b09['isIntersectingWithRange'](_0x1e1242)||_0x595b09['addRange'](_0x1e1242);}}if(_0x50f765)return _0x50f765;_0x5257d3['clear']();for(const {suggestion:_0x75279d,meta:_0x434d67}of this['_findSuggestions'](_0x59f2d8,'deletion'))_0x434d67['isOwn']&&(this['_mergeNestedSuggestions']||!_0x434d67['containsRangeInObject']&&!_0x434d67['isInsideObject'])&&Lt(_0x75279d,_0x3cd43f)&&_0x5257d3['add'](_0x75279d);for(const _0x5c5493 of _0x5257d3){const _0x4241a1=_0x5c5493['getRanges']();if(!_0x3cd43f||!_0x3cd43f['skipNestingCheck']){if(_0x59f2d8['every'](_0x177738=>_0x4241a1['some'](_0x115814=>_0x115814['containsRange'](_0x177738,!0x0))))return _0x5c5493;}(!_0x5c5493['attributes']||!_0x5c5493['attributes']['skipNestingCheck'])&&(_0x4241a1['every'](_0x434d8d=>_0x59f2d8['some'](_0x227924=>_0x227924['containsRange'](_0x434d8d,!0x0)))&&_0x5c5493['discard']());}const _0x4a57b5=_0x15362b(),_0x12e348=_0x46f6bf['id'],_0xfac7c0='deletion:'+_0x12e1d3,_0x1c7cb1=this['_setSuggestionData']({'id':_0x4a57b5,'type':_0xfac7c0,'createdAt':new Date(),'authorId':_0x12e348,'attributes':_0x3cd43f});for(const _0x2cb034 of _0x59f2d8)_0x2cb034['detach'](),_0x2cb034['isCollapsed']||'$graveyard'==_0x2cb034['root']['rootName']||this['_addSuggestionMarker'](_0xfac7c0,_0x4a57b5,_0x12e348,_0x2cb034,u['getMultiRangeId']());return _0x1c7cb1;}['markAttributeChange'](_0x207de7,_0x3cbaa6,_0x378b62,_0x13f139,_0x552337){if(_0x207de7['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x38ad93=this['editor']['plugins']['get']('Users')['me']['id'],_0x5b3162=Array['from'](this['_suggestions']['values']())['filter'](_0x453c0f=>'attribute'==_0x453c0f['type']&&_0x453c0f['data']['key']==_0x3cbaa6&&_0x453c0f['isIntersectingWithRange'](_0x207de7));if('default'===this['_trackFormatChanges']){const _0x26c139=this['_findSuggestions'](_0x207de7,'insertion')['filter'](({meta:_0xe390a8})=>_0xe390a8['isOwn']&&!_0xe390a8['isInsideObject']&&!_0xe390a8['isNextTo'])['map'](({suggestion:_0x32d785})=>_0x32d785);_0x5b3162['unshift'](..._0x26c139);}const _0x3e3ae0=new Map([[_0x207de7,_0x378b62]]);for(const _0x3805a7 of _0x5b3162){const _0x4b87cb='attribute'==_0x3805a7['type']?_0x3805a7['data']['oldValue']:void 0x0,_0x59dd3a=_0x3805a7['getFirstRange'](),_0x26f958=Array['from'](_0x3e3ae0['keys']())['find'](_0x24048b=>_0x24048b['isIntersecting'](_0x59dd3a));if(!_0x26f958)continue;const _0x2c8845=_0x26f958['getDifference'](_0x59dd3a);this['_isBlockAttribute'](_0x3cbaa6)&&'insertion'==_0x3805a7['type']&&0x0!=_0x2c8845['length']||(_0x3e3ae0['delete'](_0x26f958),_0x2c8845['forEach'](_0x427626=>{_0x3e3ae0['set'](_0x427626,_0x378b62);}),'insertion'!=_0x3805a7['type']&&_0x4b87cb!=_0x13f139&&_0x3e3ae0['set'](_0x26f958['getIntersection'](_0x59dd3a),_0x4b87cb));}const _0x3a8657=[];for(const [_0x26e922,_0xc783df]of _0x3e3ae0){const _0x35b166=_0x15362b(),_0x103c71={'key':_0x3cbaa6,'oldValue':_0xc783df,'newValue':_0x13f139};_0x3cbaa6['length']>0x25&&console['warn']('Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.',{'key':_0x3cbaa6});const _0x5e6886=('attribute:'+(_0x3cbaa6+'|'+Vt({'newValue':_0x13f139})))['substring'](0x0,0x3c),_0x562be4=this['_setSuggestionData']({'id':_0x35b166,'type':_0x5e6886,'data':_0x103c71,'createdAt':new Date(),'authorId':_0x38ad93,'attributes':_0x552337});_0x3a8657['push'](_0x562be4),this['_addSuggestionMarker'](_0x5e6886,_0x35b166,_0x38ad93,_0x26e922);}return _0x3a8657;}['enableDefaultAttributesIntegration'](_0x59b844){this['enableCommand'](_0x59b844,(_0x1197af,..._0x41f091)=>{this['_recordAttributeChanges'](()=>{_0x1197af(..._0x41f091);});});}['registerBlockAttribute'](_0x193c57){this['_blockAttributeKeys']['add'](_0x193c57);}['registerInlineAttribute'](_0xa981a1){this['_inlineAttributeKeys']['add'](_0xa981a1);}['_getAttributeKey'](_0x21675d){return'attribute'==_0x21675d['type']?_0x21675d['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3a18c3,_0x3ddeb8){const _0x214194=_0x3a18c3['getFirstMarker']();this['_model']['change'](_0x20b05f=>{_0x20b05f['updateMarker'](_0x214194,{'range':_0x3ddeb8});});}['_addThreadToSuggestion'](_0x377e13){const _0x284fb5=_0x377e13['id'],_0xe095e3=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x284fb5)||this['_commentsRepository']['addCommentThread']({'channelId':_0xe095e3,'threadId':_0x284fb5,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x401ca3=this['_commentsRepository']['getCommentThread'](_0x284fb5);_0x401ca3['unbind']('isRemovable'),_0x401ca3['isRemovable']=!0x1,_0x377e13['commentThread']=_0x401ca3;}['_checkSuggestionCorrectness'](_0x38e3ed,_0x2daf59,_0x255229,_0x51a11f){if(_0x38e3ed['type']!=_0x2daf59||_0x38e3ed['subType']!=_0x255229||_0x38e3ed['creator']['id']!=_0x51a11f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x445205('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x23a701,_0x2797f4){const _0x2bdcb4=_0x23a701['getFirstRange']();if(_0x2797f4['isEqual'](_0x2bdcb4))_0x23a701['removeMarkers']();else{if(_0x2bdcb4['containsRange'](_0x2797f4)){const _0x212be5=this['_model']['createPositionAt'](_0x2797f4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x2bdcb4['start'],_0x212be5));const _0x3daf3a=_0x15362b(),_0x360f4b=_0x23a701['creator']['id'],_0x2fba5f=_0x23a701['type']+':'+_0x23a701['subType'];this['_setSuggestionData']({'id':_0x3daf3a,'type':_0x2fba5f,'createdAt':new Date(),'authorId':_0x360f4b,'data':_0x23a701['data'],'attributes':_0x23a701['attributes']});const _0x11468d=this['_model']['createPositionAt'](_0x2797f4['end']['parent'],'after'),_0x225d80=this['_model']['createRange'](_0x11468d,_0x2bdcb4['end']);this['_addSuggestionMarker'](_0x2fba5f,_0x3daf3a,_0x360f4b,_0x225d80);}else{if(_0x2bdcb4['containsPosition'](_0x2797f4['start'])){const _0x4d0dc0=this['_model']['createPositionAt'](_0x2797f4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x2bdcb4['start'],_0x4d0dc0));}else{const _0x569b51=this['_model']['createPositionAt'](_0x2797f4['end']['parent'],'after');this['_setSuggestionRange'](_0x23a701,this['_model']['createRange'](_0x569b51,_0x2bdcb4['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x57a3f0){for(const {suggestion:_0x2b6e85,meta:_0x2267e6}of this['_findSuggestions'](_0x57a3f0,'insertion')){if(!_0x2267e6['isOwn'])continue;const _0x428402=_0x2b6e85['getRanges']();for(const _0x58fccd of _0x428402)if(!_0x57a3f0['getDifference'](_0x58fccd)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4254a0){const _0x587b94=this['editor']['plugins']['get']('Users')['getUser'](_0x4254a0);if(!_0x587b94)throw new _0x445205('track-changes-user-not-found',this);return _0x587b94;}['_getExternalAuthor'](_0x5847ad){const _0x5154f4=this['editor']['plugins']['get']('Users'),_0x97e407=_0x3bec44('external:'+_0x5847ad),_0x25e927=_0x5154f4['getUser'](_0x97e407);return _0x25e927||_0x5154f4['addUser']({'id':_0x97e407,'name':_0x5847ad});}['_createSuggestion'](_0x5b9917,_0x3182b1,_0x2160b8,_0x1c7bab,_0x54ebfa){const _0xd791cd=this['_getAuthorFromId'](_0x1c7bab),_0x276427=this['_suggestionFactory']['buildSuggestion'](_0x5b9917,_0x3182b1,_0x2160b8,_0xd791cd,_0x54ebfa,_0x3100b9=>{this['_updateSuggestionData'](_0x2160b8,{'attributes':_0x3100b9});const _0x10f5f8=this['getSuggestion'](_0x2160b8);this['_joinWithAdjacentSuggestions'](new Set([_0x10f5f8])),this['_refreshSuggestionsChain'](new Set([_0x10f5f8]));});return this['listenTo'](_0x276427,'accept',()=>{this['_updateSuggestionData'](_0x2160b8,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x276427,'discard',()=>{this['_updateSuggestionData'](_0x2160b8,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2160b8,_0x276427),this['_suggestionState']['set'](_0x276427,'notReady'),_0x276427;}['_splitMarkerName'](_0x884eed){const _0xf05d4=_0x884eed['split'](':');return{'group':_0xf05d4[0x0],'type':_0xf05d4[0x1],'subType':_0xf05d4['length']>=0x5?_0xf05d4[0x2]:null,'id':_0xf05d4['length']<0x5?_0xf05d4[0x2]:_0xf05d4[0x3],'authorId':_0xf05d4['length']<0x5?_0xf05d4[0x3]:_0xf05d4[0x4],'markerCount':0x6==_0xf05d4['length']?_0xf05d4[0x5]:null};}['_breakSuggestionMarker'](_0x53d3e6,_0x47aeb5,_0x193069){const _0x24854c=_0x53d3e6['getFirstRange'](),_0x36ed31=_0x24854c['start'],_0x33aa29=_0x24854c['end'];this['_setSuggestionRange'](_0x53d3e6,this['_model']['createRange'](_0x36ed31,_0x47aeb5));const _0x360433=_0x15362b(),_0x444ce1=_0x53d3e6['creator']['id'],_0x559260=_0x53d3e6['type']+(_0x53d3e6['subType']?':'+_0x53d3e6['subType']:'');this['_setSuggestionData']({'id':_0x360433,'type':_0x559260,'createdAt':new Date(),'authorId':_0x444ce1,'originalSuggestionId':_0x53d3e6['id'],'attributes':_0x53d3e6['attributes'],'data':_0x53d3e6['data']});const _0x2c0750=this['_getAttributeKey'](_0x53d3e6);('formatBlock'==_0x53d3e6['type']||_0x2c0750&&this['_isBlockAttribute'](_0x2c0750))&&(_0x193069=this['_model']['createPositionBefore'](_0x193069['parent'])),this['_addSuggestionMarker'](_0x559260,_0x360433,_0x444ce1,this['_model']['createRange'](_0x193069,_0x33aa29));}['_findSuggestions'](_0xf20db2,_0x166560=null){const _0x2da1b9=[],_0x2c5dee=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xf20db2)||(_0xf20db2=[_0xf20db2]);for(const _0x5960d7 of this['getSuggestions']()){if(!_0x5960d7['isInContent'])continue;if(_0x166560&&_0x5960d7['type']!=_0x166560)continue;let _0x222b0b=!0x1;for(const _0xee6ba4 of _0x5960d7['getRanges']()){for(const _0x240cbb of _0xf20db2){const _0x1d0579=_0x240cbb['start']['isEqual'](_0xee6ba4['end'])||_0x240cbb['end']['isEqual'](_0xee6ba4['start']);if(_0x1d0579||_0x240cbb['getIntersection'](_0xee6ba4)){const _0x13ca55=_0x240cbb['containsRange'](_0xee6ba4)&&Rt(this['_model']['schema'],_0xee6ba4['start'],_0x240cbb),_0x59f39e=_0xee6ba4['containsRange'](_0x240cbb)&&Rt(this['_model']['schema'],_0x240cbb['start'],_0xee6ba4);_0x2da1b9['push']({'suggestion':_0x5960d7,'meta':{'isOwn':_0x2c5dee==_0x5960d7['author'],'isNextTo':_0x1d0579,'isInsideObject':_0x13ca55,'containsRangeInObject':_0x59f39e}}),_0x222b0b=!0x0;break;}}if(_0x222b0b)break;}}return _0x2da1b9;}['_addSuggestionMarker'](_0x58f8e1,_0x2b5bb5,_0x576dc1,_0x34770c,_0x63a031){this['_model']['change'](_0x36f890=>{let _0x370239='suggestion:'+_0x58f8e1+':'+_0x2b5bb5+':'+_0x576dc1;_0x63a031&&(_0x370239=_0x370239+':'+_0x63a031),_0x36f890['addMarker'](_0x370239,{'range':_0x34770c,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5e65d2){const _0x1245e=_0x5e65d2['previous'],_0xe69257=_0x5e65d2['next'];_0x5e65d2['previous']=null,_0x5e65d2['next']=null,null!=_0x1245e&&_0x1245e['next']==_0x5e65d2&&(_0x1245e['next']=_0xe69257),null!=_0xe69257&&_0xe69257['previous']==_0x5e65d2&&(_0xe69257['previous']=_0x1245e),'ready'==this['_suggestionState']['get'](_0x5e65d2)&&(this['_suggestionState']['set'](_0x5e65d2,'removed'),this['fire']('suggestionUnloaded',_0x5e65d2,_0x1245e,_0xe69257));}['_setSuggestionData'](_0x353bdc){const _0x2fec0f=_0x353bdc['id'],_0x5e3022=this['addSuggestionData'](_0x353bdc);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x6aeba3=this['editor']['plugins']['get']('PendingActions'),_0x5ddb3d=_0x5e3022['hasComments'],_0x3d0e5e=_0x5e3022['subType']?_0x5e3022['type']+':'+_0x5e3022['subType']:_0x5e3022['type'],_0x5aea64=this['editor']['locale'],_0x45e8af=_0x6aeba3['add'](o(_0x5aea64,'PENDING_ACTION_SUGGESTION')),_0xd58e79={'id':_0x2fec0f,'type':_0x3d0e5e,'hasComments':_0x5ddb3d,'data':_0x353bdc['data']||null,'originalSuggestionId':_0x353bdc['originalSuggestionId']||null,'attributes':_0x5e3022['attributes']};this['_adapter']['addSuggestion'](_0xd58e79)['then'](_0x212fff=>{_0x5e3022['_saved']=!0x0,_0x6aeba3['remove'](_0x45e8af),_0x212fff&&_0x212fff['createdAt']&&(this['_suggestions']['get'](_0x2fec0f)['createdAt']=_0x212fff['createdAt']);})['catch'](_0x34b267=>{throw _0x56812c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x5e3022['discard']();}),_0x5e3022['stopListening'](),this['_suggestions']['delete'](_0x5e3022['id']),this['_suggestionState']['delete'](_0x5e3022),_0x34b267;});}return _0x5e3022;}['_isBlockAttribute'](_0x304a14){return this['_blockAttributeKeys']['has'](_0x304a14);}['_updateSuggestionData'](_0x472705,_0x19e52a){const _0x8a9be6=this['editor']['plugins']['get']('PendingActions'),_0x56314d=this['getSuggestion'](_0x472705);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x56314d['_saved']){const _0x2f522a=_0x8a9be6['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x472705,_0x19e52a)['then'](()=>{_0x8a9be6['remove'](_0x2f522a);});}else _0x56314d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x472705,_0x19e52a);});}}['_getSuggestionData'](_0x256cec){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x445205('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x256cec);}['_handleNewSuggestionMarker'](_0xd2ae5d){const {id:_0x13e742,type:_0x55d16e,subType:_0x3b9ca2,authorId:_0x335807}=this['_splitMarkerName'](_0xd2ae5d),_0x5b681e=this['_suggestions']['get'](_0x13e742)||this['_createSuggestion'](_0x55d16e,_0x3b9ca2,_0x13e742,_0x335807,{});switch(this['_checkSuggestionCorrectness'](_0x5b681e,_0x55d16e,_0x3b9ca2,_0x335807),this['_suggestionState']['get'](_0x5b681e)){case'notReady':this['_getSuggestionData'](_0x13e742)['then'](_0x16ee70=>{let _0x5a2c2a=Promise['resolve']();_0x16ee70['hasComments']&&(_0x5a2c2a=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x13e742})),_0x5a2c2a['then'](()=>{this['addSuggestionData'](_0x16ee70)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x5b681e,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x13e742,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x5b681e,'ready'),this['fire']('suggestionLoaded',_0x5b681e);break;case'ready':this['fire']('suggestionChanged',_0x5b681e);}return _0x5b681e['addMarkerName'](_0xd2ae5d),_0x5b681e;}['_refreshSuggestionsChain'](_0x54a51c){const _0x48f2a2=Array['from'](_0x54a51c),_0x46202d=_0x48f2a2['filter'](_0xb3fc43=>'attribute'==_0xb3fc43['type']);this['_refreshAttributeSuggestionsChain'](_0x46202d);const _0x466f8f=_0x48f2a2['filter'](_0x42f75c=>!_0x42f75c['isMultiRange']&&'attribute'!=_0x42f75c['type']),_0x5655b8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b043c=>!_0x2b043c['isMultiRange']&&'attribute'!=_0x2b043c['type']),_0x5333b1=_0x5655b8['filter'](_0x374862=>!_0x54a51c['has'](_0x374862)),_0x7182f8=new Map(_0x5655b8['map'](_0x739389=>[_0x739389,this['_suggestionFactory']['getSuggestionCallback'](_0x739389['type'],_0x739389['subType'],'chain')])),_0x797187=new Map(_0x5655b8['map'](_0x3ba0ae=>[_0x3ba0ae,_0x3ba0ae['getFirstRange']()])),_0x520070=new Set(),_0x34b016=new Set();for(let _0x231588=0x0;_0x231588<_0x466f8f['length'];_0x231588++)_0xff0245(_0x466f8f[_0x231588],_0x466f8f,_0x231588+0x1);for(let _0x40eb30=0x0;_0x40eb30<_0x466f8f['length'];_0x40eb30++)_0xff0245(_0x466f8f[_0x40eb30],_0x5333b1,0x0);const _0x33c1b4=new Set();for(let _0x49adfc=0x0;_0x49adfc<_0x466f8f['length'];_0x49adfc++){const _0x5aadcd=_0x466f8f[_0x49adfc];!_0x34b016['has'](_0x5aadcd)&&_0x5aadcd['previous']&&(_0x33c1b4['add'](_0x5aadcd['previous']),_0x5aadcd['previous']['next']===_0x5aadcd&&(_0x5aadcd['previous']['next']=null),_0x5aadcd['previous']=null),!_0x520070['has'](_0x5aadcd)&&_0x5aadcd['next']&&(_0x33c1b4['add'](_0x5aadcd['next']),_0x5aadcd['next']['previous']===_0x5aadcd&&(_0x5aadcd['next']['previous']=null),_0x5aadcd['next']=null);}function _0xff0245(_0x235c5c,_0x201a04,_0x4f7625){for(let _0x30455d=_0x4f7625;_0x30455d<_0x201a04['length'];_0x30455d++){const _0x3f5bee=_0x122670(_0x235c5c,_0x201a04[_0x30455d]);_0x3f5bee&&(_0x3f5bee[0x0]['next']=_0x3f5bee[0x1],_0x3f5bee[0x1]['previous']=_0x3f5bee[0x0],_0x520070['add'](_0x3f5bee[0x0]),_0x34b016['add'](_0x3f5bee[0x1]));}}function _0x122670(_0xe339d,_0x4d2217){if(_0xe339d['author']['id']!==_0x4d2217['author']['id'])return null;const _0x43ad27=_0x7182f8['get'](_0xe339d)(_0xe339d,_0x4d2217,_0x797187['get'](_0xe339d),_0x797187['get'](_0x4d2217));if(!_0x43ad27)return null;return _0x7182f8['get'](_0x4d2217)(_0xe339d,_0x4d2217,_0x797187['get'](_0xe339d),_0x797187['get'](_0x4d2217))?_0x43ad27[0x1]['commentThread']&&_0x43ad27[0x1]['commentThread']['length']?null:_0x43ad27:null;}_0x33c1b4['size']&&this['_refreshSuggestionsChain'](_0x33c1b4);}['_refreshAttributeSuggestionsChain'](_0x314b31){if(0x0==_0x314b31['length'])return;const _0x43ed32=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x30d49e=>'attribute'==_0x30d49e['type']&&_0x30d49e['_isDataLoaded']),_0x3a3daf=[],_0x4ae2df=new Map();for(const _0x39a973 of _0x43ed32){const _0x32f1cd=_0x3bec44(_0x39a973['attributes']);_0x4ae2df['has'](_0x32f1cd)||(_0x4ae2df['set'](_0x32f1cd,_0x3a3daf['length']),_0x3a3daf['push']([]));const _0x508694=_0x4ae2df['get'](_0x32f1cd);_0x3a3daf[_0x508694]['push'](_0x39a973);}!(function(){_0x3a3daf['sort']((_0x5096f0,_0x32d90e)=>{const _0x59233a=_0x5096f0[0x0]['createdAt'],_0x2d2c27=_0x32d90e[0x0]['createdAt'];return _0x59233a==_0x2d2c27?_0x5096f0[0x0]['attributes']['groupId']<_0x32d90e[0x0]['attributes']['groupId']?-0x1:0x1:_0x59233a<_0x2d2c27?-0x1:0x1;});for(const _0x54cfab of _0x3a3daf)_0x54cfab['sort']((_0x36a86d,_0x9a257a)=>_0x36a86d['id']<_0x9a257a['id']?-0x1:0x1);}());for(let _0x28e867=0x0;_0x28e867<_0x3a3daf['length'];_0x28e867++){if(0x0==_0x3a3daf[_0x28e867]['length'])continue;const _0x263d5a=[];for(let _0x3f7b5b=_0x28e867+0x1;_0x3f7b5b<_0x3a3daf['length'];_0x3f7b5b++)0x0!=_0x3a3daf[_0x3f7b5b]['length']&&_0x517864(_0x3a3daf[_0x28e867],_0x3a3daf[_0x3f7b5b])&&_0x263d5a['push'](_0x3f7b5b);for(const _0x410e22 of _0x263d5a)_0x3a3daf[_0x28e867]=_0x3a3daf[_0x28e867]['concat'](_0x3a3daf[_0x410e22]),_0x3a3daf[_0x410e22]=[];}for(const _0x2316e8 of _0x3a3daf)for(let _0x463df5=0x0;_0x463df5<_0x2316e8['length'];_0x463df5++)_0x2316e8[_0x463df5]['next']=_0x2316e8[_0x463df5+0x1]||null;for(const _0x102da0 of _0x3a3daf)for(let _0x3580ca=0x0;_0x3580ca<_0x102da0['length'];_0x3580ca++)_0x102da0[_0x3580ca]['previous']=_0x102da0[_0x3580ca-0x1]||null;function _0x517864(_0x204085,_0x55db83){if(_0x204085[0x0]['attributes']['groupId']!==_0x55db83[0x0]['attributes']['groupId']&&_0x204085[0x0]['author']!==_0x55db83[0x0]['author'])return!0x1;if(!function(_0x40724a,_0x688c01){if(!_0x40724a['hasComments']&&!_0x688c01['hasComments'])return!0x0;if(_0x40724a['hasComments']&&_0x688c01['hasComments'])return!0x1;if(_0x40724a['hasComments']&&_0x688c01['createdAt']<_0x40724a['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x688c01['hasComments']&&_0x40724a['createdAt']<_0x688c01['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x204085[0x0],_0x55db83[0x0]))return!0x1;const _0x3d577f=Bt(_0x204085[0x0]['attributes'],'groupId'),_0x3fa29b=Bt(_0x55db83[0x0]['attributes'],'groupId');if(!_0x4c16cf(_0x3d577f,_0x3fa29b))return!0x1;return!!_0x204085['every'](_0x2b3003=>_0x55db83['some'](_0x7b1f05=>_0x2b3003['getFirstRange']()['isEqual'](_0x7b1f05['getFirstRange']())))&&_0x55db83['every'](_0x23f916=>_0x204085['some'](_0x32559f=>_0x23f916['getFirstRange']()['isEqual'](_0x32559f['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x2fb3a0){const _0x534daf=Array['from'](_0x2fb3a0),_0x47fef3=this['getSuggestions']({'skipNotAttached':!0x0}),_0x20ac10=_0x47fef3['filter'](_0x3a89de=>!_0x2fb3a0['has'](_0x3a89de)),_0x35e217=new Map(_0x534daf['map'](_0x583e41=>[_0x583e41,this['_suggestionFactory']['getSuggestionCallback'](_0x583e41['type'],_0x583e41['subType'],'join')])),_0x3a3268=new Map(_0x47fef3['map'](_0x1ec2a2=>[_0x1ec2a2,_0x1ec2a2['getRanges']()]));for(let _0x44c071=0x0;_0x44c071<_0x534daf['length'];_0x44c071++){if(_0x223a4f(this,_0x534daf[_0x44c071],_0x534daf,_0x44c071+0x1))return!0x0;}for(let _0x3ea897=0x0;_0x3ea897<_0x534daf['length'];_0x3ea897++){if(_0x223a4f(this,_0x534daf[_0x3ea897],_0x20ac10,0x0))return!0x0;}return!0x1;function _0x223a4f(_0x5690e2,_0xcf86ad,_0x89ef3d,_0x561d72){for(let _0x1a9ec7=_0x561d72;_0x1a9ec7<_0x89ef3d['length'];_0x1a9ec7++){const _0x4dd1d4=_0x89ef3d[_0x1a9ec7];if(_0x4dd1d4['type']!==_0xcf86ad['type']||_0x4dd1d4['author']['id']!==_0xcf86ad['author']['id']||_0x4dd1d4['subType']!==_0xcf86ad['subType'])continue;if(!Pt(_0xcf86ad,_0x4dd1d4,['groupId']))continue;if('attribute'==_0xcf86ad['type']&&_0xcf86ad['data']['oldValue']!=_0x4dd1d4['data']['oldValue'])continue;if('attribute'==_0xcf86ad['type']&&_0x5690e2['_isBlockAttribute'](_0xcf86ad['data']['key']))continue;if('formatBlock'==_0xcf86ad['type']){const _0x11b031=_0x5690e2['editor']['model'],_0x44cb39=_0xcf86ad['getContainedElement']();if(_0x44cb39&&(_0x11b031['schema']['isObject'](_0x44cb39)||_0x11b031['schema']['isLimit'](_0x44cb39)))continue;}const _0x11d3b3=_0x35e217['get'](_0xcf86ad),_0x303f2c=_0x3a3268['get'](_0xcf86ad),_0x418044=_0x3a3268['get'](_0x4dd1d4),_0xedfa13=_0xcf86ad['commentThread']&&_0xcf86ad['commentThread']['length'],_0x4ee68a=_0x4dd1d4['commentThread']&&_0x4dd1d4['commentThread']['length'];if(!_0xedfa13&&_0x11d3b3(_0x418044,_0x303f2c))return _0x5690e2['_joinSuggestions'](_0x4dd1d4,_0xcf86ad),_0x3a3268['delete'](_0xcf86ad),!0x0;if(!_0x4ee68a&&_0x11d3b3(_0x303f2c,_0x418044))return _0x5690e2['_joinSuggestions'](_0xcf86ad,_0x4dd1d4),_0x3a3268['delete'](_0x4dd1d4),!0x0;}return!0x1;}}['_joinSuggestions'](_0x46527a,_0x41cffa){if(_0x46527a['isMultiRange']){for(const _0x55f248 of _0x41cffa['getRanges']())_0x46527a['addRange'](_0x55f248);}else{const _0x12ffac=_0x41cffa['getFirstRange']()['end'];this['_setSuggestionRange'](_0x46527a,this['_model']['createRange'](_0x46527a['getFirstRange']()['start'],_0x12ffac));}_0x41cffa['removeMarkers']();}['_getMarkerAnnouncementText'](_0x323fc4,_0x1d2fca){const _0x1259e0=_0x323fc4['startsWith']('format')||_0x323fc4['startsWith']('attribute')?'FORMATTING':_0x323fc4['toUpperCase']();return o(this['editor']['locale'],_0x1d2fca+'_'+_0x1259e0+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x2d9240=this['editor'];if(!_0x2d9240['ui'])return;const {ariaLiveAnnouncer:_0x30efd8}=_0x2d9240['ui'];_0x271149(this['_model'],({left:_0x4658e7,entered:_0x563e5c})=>{for(const _0x668b89 of _0x4658e7){const {group:_0x4e6b08,type:_0xee50dd}=this['_splitMarkerName'](_0x668b89['name']);if('suggestion'===_0x4e6b08){_0x30efd8['announce'](this['_getMarkerAnnouncementText'](_0xee50dd,'LEAVE'));break;}}for(const _0x2c16ea of _0x563e5c){const {group:_0x39b528,type:_0x5d23ae}=this['_splitMarkerName'](_0x2c16ea['name']);if('suggestion'===_0x39b528){_0x30efd8['announce'](this['_getMarkerAnnouncementText'](_0x5d23ae,'ENTER'));break;}}});}['_processAttributeChanges'](_0x5805b0){if(this['_recordAttributeSuggestions'])return!0x1;const _0x280a4d=this['editor'],_0x13ee91=_0x280a4d['model']['document']['differ']['getChanges']();if(0x0==_0x13ee91['length'])return!0x1;const _0x464332=[],_0x52c6e9=_0x13ee91['filter'](_0x2b7c93=>'attribute'==_0x2b7c93['type']),_0x2c5305=_0x13ee91['filter'](_0x194ec2=>'insert'==_0x194ec2['type']&&'$text'!=_0x194ec2['name']),_0x3e4455=_0x13ee91['filter'](_0x39b2dd=>'remove'==_0x39b2dd['type']&&'$text'!=_0x39b2dd['name']);for(const _0x37be2f of _0x52c6e9)_0x464332['push']({'key':_0x37be2f['attributeKey'],'newValue':_0x37be2f['attributeNewValue'],'oldValue':_0x37be2f['attributeOldValue'],'range':Ot(_0x37be2f['range'],_0x280a4d['model'])});for(const _0x266932 of _0x2c5305){const _0x3dbd4b=_0x3e4455['find'](_0xa44a29=>_0xa44a29['position']['isEqual'](_0x266932['position']));_0x3dbd4b&&_0x464332['push']({'key':m,'newValue':_0x266932['name'],'oldValue':_0x3dbd4b['name'],'range':_0x280a4d['model']['createRangeOn'](_0x266932['position']['nodeAfter'])});}return 0x0!=_0x464332['length']&&this['_reduceExistingSuggestions'](_0x5805b0,_0x464332);}['_processAttributeSuggestions'](_0x78fb39){let _0x1f0b5e=!0x1;const _0x5469e1=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x5d3c6c=>_0x5d3c6c['data']['newRange']&&_0x5d3c6c['name']['startsWith']('suggestion:attribute:'));for(const _0x3f0a7c of _0x5469e1){const {subType:_0x3b684f,id:_0x4a9835}=this['_splitMarkerName'](_0x3f0a7c['name']),_0xc6cde2=_0x3b684f['split']('|')[0x0];for(const _0x578d37 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x578d37['id']!=_0x4a9835&&'attribute'==_0x578d37['type']&&_0x578d37['data']&&_0x578d37['data']['key']==_0xc6cde2&&_0x578d37['getFirstRange']()['isIntersecting'](_0x3f0a7c['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x578d37,_0x3f0a7c['data']['newRange'],_0x78fb39),_0x1f0b5e=!0x0);}return _0x1f0b5e;}['_recordAttributeChanges'](_0x541bce){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x541bce();}['_isRegisteredAttribute'](_0xb8cb5b){const _0x37028=this['_isBlockAttribute'](_0xb8cb5b),_0x5421bf=this['_inlineAttributeKeys']['has'](_0xb8cb5b);return _0x37028||_0x5421bf;}['_reduceExistingSuggestions'](_0x939ed1,_0x4a46fc){if(0x0==_0x4a46fc['length'])return!0x1;let _0x2b234f=!0x1;for(const _0x506114 of _0x4a46fc){const _0x37ad6d=this['_findSuggestions'](_0x506114['range'],'attribute')['filter'](_0x5e8645=>!_0x5e8645['meta']['isNextTo'])['map'](_0x14a7af=>_0x14a7af['suggestion']),_0x55a7f0=_0x3bec44({'newValue':_0x506114['newValue']});_0x37ad6d['filter'](_0x44995d=>{const [_0x329388,_0x1a67d8]=_0x44995d['subType']['split']('|');return _0x329388==_0x506114['key']&&_0x1a67d8!=_0x55a7f0;})['forEach'](_0x26eb1a=>{this['_reduceSuggestionAttributeRange'](_0x26eb1a,_0x506114['range'],_0x939ed1),_0x2b234f=!0x0;});}return _0x2b234f;}['_reduceSuggestionAttributeRange'](_0x5feaae,_0x33089e,_0x3d4597){const _0x5a2340=_0x5feaae['getFirstRange']()['getDifference'](_0x33089e);0x0!==_0x5a2340['length']?0x1!==_0x5a2340['length']?this['_breakSuggestionMarker'](_0x5feaae,_0x33089e['start'],_0x33089e['end']):this['_setSuggestionRange'](_0x5feaae,_0x5a2340[0x0]):_0x3d4597['removeMarker'](_0x5feaae['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4eb619){this['_editor']=_0x4eb619,this['_model']=_0x4eb619['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x221e55,_0x530124,_0x47efe5,_0x516949,_0x5c4f27,_0x2a4e61){return new u(this['_model'],{'type':_0x221e55,'subType':_0x530124,'id':_0x47efe5,'author':_0x516949,'creator':_0x516949,'attributes':_0x5c4f27,'onAttributesChange':_0x2a4e61,'onAccept':(..._0x5bab06)=>this['getSuggestionCallback'](_0x221e55,_0x530124,'accept')(..._0x5bab06),'onDiscard':(..._0x46a507)=>this['getSuggestionCallback'](_0x221e55,_0x530124,'discard')(..._0x46a507)});}['registerCustomCallback'](_0xe6de84,_0x95f153,_0x6a805c,_0x101597){const _0x5792dd=_0xe6de84+':'+_0x95f153+':'+_0x6a805c;this['_customCallbacks']['set'](_0x5792dd,_0x101597);}['getSuggestionCallback'](_0x42580d,_0x4f5fe6,_0x38bf30){const _0x120e48=_0x42580d+':'+_0x4f5fe6+':'+_0x38bf30;return this['_customCallbacks']['get'](_0x120e48)||this['_defaultCallbacks']['get'](_0x42580d+':'+_0x38bf30);}['_registerDefaultCallbacks'](){const _0x4c0610=()=>!0x1,_0x24aea1=_0x52160c=>{_0x52160c['sort']((_0x11c56d,_0x471d94)=>_0x11c56d['start']['isBefore'](_0x471d94['start'])?0x1:-0x1),this['_model']['change'](_0x3777fe=>{for(const _0x1d86b3 of _0x52160c){let _0x467ac8;_0x467ac8=_0x1d86b3['end']['isAtEnd']&&_0x1d86b3['end']['parent']==_0x1d86b3['start']['nodeAfter']?_0x3777fe['createSelection'](_0x1d86b3['start']['nodeAfter'],'on'):_0x3777fe['createSelection'](_0x1d86b3),this['_model']['deleteContent'](_0x467ac8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5703fb=(_0x3ed7a2,_0x2935a1)=>{_0x2935a1&&this['_model']['change'](_0x3a4a3d=>{const {commandName:_0x944dea,commandParams:_0x2135bf=[]}=_0x2935a1,_0xdd088=_0x3ed7a2['map'](_0x4dbd00=>(Tt(_0x4dbd00)&&(_0x4dbd00=this['_model']['createRange'](_0x4dbd00['end'])),_0x4dbd00))['filter'](_0x25cad8=>'$graveyard'!==_0x25cad8['root']['rootName']);if(_0xdd088['length']<0x1)return;const _0x54018e=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1678bc=>_0x5b9e67['fromRange'](_0x1678bc));_0x3a4a3d['setSelection'](_0xdd088);for(const _0x2ac5a6 of this['_editor']['commands']['commands']())_0x2ac5a6['refresh']();_0x2135bf['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x944dea,..._0x2135bf);const _0x3c78a0=_0x54018e['filter'](_0x3db616=>'$graveyard'!=_0x3db616['root']['rootName']);_0x3c78a0['length']>0x0&&_0x3a4a3d['setSelection'](_0x3c78a0);for(const _0x3e30c3 of _0x54018e)_0x3e30c3['detach']();});},_0x12b643=(_0x4c05ad,_0x301d87)=>0x1==_0x4c05ad['length']&&0x1==_0x301d87['length']&&_0x4c05ad[0x0]['end']['isEqual'](_0x301d87[0x0]['start']),_0x595a2e=(_0x5cfe06,_0x253bc4,_0x50a2c2,_0x438ef8)=>Ft(_0x5cfe06,_0x253bc4,_0x50a2c2,_0x438ef8,this['_model'])?[_0x5cfe06,_0x253bc4]:Ft(_0x253bc4,_0x5cfe06,_0x438ef8,_0x50a2c2,this['_model'])?[_0x253bc4,_0x5cfe06]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x4c0610),this['_defaultCallbacks']['set']('insertion:discard',_0x24aea1),this['_defaultCallbacks']['set']('insertion:join',_0x12b643),this['_defaultCallbacks']['set']('insertion:chain',_0x595a2e),this['_defaultCallbacks']['set']('deletion:accept',_0x24aea1),this['_defaultCallbacks']['set']('deletion:discard',_0x4c0610),this['_defaultCallbacks']['set']('deletion:join',_0x12b643),this['_defaultCallbacks']['set']('deletion:chain',_0x595a2e),this['_defaultCallbacks']['set']('formatInline:accept',_0x5703fb),this['_defaultCallbacks']['set']('formatInline:discard',_0x4c0610),this['_defaultCallbacks']['set']('formatInline:join',_0x12b643),this['_defaultCallbacks']['set']('formatInline:chain',_0x4c0610),this['_defaultCallbacks']['set']('formatBlock:accept',_0x5703fb),this['_defaultCallbacks']['set']('formatBlock:discard',_0x4c0610),this['_defaultCallbacks']['set']('formatBlock:join',_0x12b643),this['_defaultCallbacks']['set']('formatBlock:chain',_0x4c0610),this['_defaultCallbacks']['set']('attribute:accept',_0x4c0610),this['_defaultCallbacks']['set']('attribute:discard',(_0x3acc75,_0x3a5d43)=>{if(!_0x3a5d43)return;const _0x48f5f7=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x36117a=>{if(_0x3a5d43['key']==m)for(const _0x4f9d55 of _0x3acc75){const _0xe1e46c=_0x4f9d55['start']['nodeAfter'],_0x50ab0e=_0x3a5d43['oldValue'];_0x36117a['rename'](_0xe1e46c,_0x50ab0e);}else{if(_0x48f5f7['_isBlockAttribute'](_0x3a5d43['key'])){for(const _0x5e4bcc of _0x3acc75)void 0x0!==_0x3a5d43['oldValue']?_0x36117a['setAttribute'](_0x3a5d43['key'],_0x3a5d43['oldValue'],_0x5e4bcc['start']['nodeAfter']):_0x36117a['removeAttribute'](_0x3a5d43['key'],_0x5e4bcc['start']['nodeAfter']);}else{for(const _0x3b90fe of _0x3acc75)_0x3a5d43['oldValue']?_0x36117a['setAttribute'](_0x3a5d43['key'],_0x3a5d43['oldValue'],_0x3b90fe):_0x36117a['removeAttribute'](_0x3a5d43['key'],_0x3b90fe);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x12b643);}}function Rt(_0x1d0aa4,_0x33e00d,_0x56ba55){for(const _0x14fa8c of _0x33e00d['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x14fa8c['root']==_0x14fa8c)return!0x1;if(!_0x56ba55['containsItem'](_0x14fa8c))return!0x1;if(_0x1d0aa4['isObject'](_0x14fa8c)||_0x1d0aa4['isLimit'](_0x14fa8c))return!0x0;}return!0x1;}function Tt(_0x22ae7a){return _0x22ae7a['end']['parent']==_0x22ae7a['start']['nodeAfter']&&_0x22ae7a['end']['isAtStart'];}function Et(_0x190026,_0x3d30c2,_0x1e9841,_0x5a9703){const _0x1b015b=_0x238d36=>!_0x238d36['item']['is']('$textProxy')&&!_0x5a9703['isObject'](_0x238d36['item']),_0x4b75dc=_0x190026['start']['getLastMatchingPosition'](_0x1b015b),_0x1103be=_0x190026['end']['getLastMatchingPosition'](_0x1b015b,{'direction':'backward'});return(!_0x190026['start']['isEqual'](_0x4b75dc)||!_0x190026['end']['isEqual'](_0x1103be))&&(_0x4b75dc['isBefore'](_0x1103be)?_0x1e9841['updateMarker'](_0x3d30c2,{'range':_0x1e9841['createRange'](_0x4b75dc,_0x1103be)}):_0x1e9841['removeMarker'](_0x3d30c2),!0x0);}function Vt(_0x54ae59){return _0x3bec44(_0x54ae59);}function Ut(_0x584825){const _0x402608=_0x584825['start']['nodeAfter'];return _0x402608&&_0x402608['is']('element');}function Ot(_0x10d689,_0x10fd97){return null==_0x10d689['end']['nodeBefore']&&_0x10d689['end']['parent']==_0x10d689['start']['nodeAfter']?Gt(_0x10d689['start']['nodeAfter'],_0x10fd97):_0x10d689;}function Gt(_0x5343a4,_0x56c87a){const _0x53c0de=_0x56c87a['schema']['isObject'](_0x5343a4)||_0x56c87a['schema']['isSelectable'](_0x5343a4);return _0x56c87a['createRange'](_0x56c87a['createPositionAt'](_0x5343a4,'before'),_0x53c0de?_0x56c87a['createPositionAfter'](_0x5343a4):_0x56c87a['createPositionAt'](_0x5343a4,'end'));}function Ft(_0x4ee1e5,_0x1330da,_0x537de2,_0x3350e1,_0x5ee86d){if(!Pt(_0x4ee1e5,_0x1330da))return!0x1;if(_0x537de2['end']['isEqual'](_0x3350e1['start']))return!0x0;if(_0x4ee1e5['type']!=_0x1330da['type'])return!0x1;if(!_0x537de2['end']['isTouching'](_0x3350e1['start']))return!0x1;const _0x574bf5=_0x5ee86d['createRange'](_0x537de2['end'],_0x3350e1['start'])['getWalker']();for(const _0x1d90de of _0x574bf5)if(['elementStart','elementEnd']['includes'](_0x1d90de['type'])&&_0x5ee86d['schema']['isLimit'](_0x1d90de['item']))return!0x1;return!0x0;}function Pt(_0x172ba8,_0x25d362,_0x358ffb=[]){return!(!_0x172ba8['_isDataLoaded']||!_0x25d362['_isDataLoaded'])&&_0x4c16cf(Bt(_0x172ba8['attributes'],_0x358ffb),Bt(_0x25d362['attributes'],_0x358ffb));}function Lt(_0x52a74c,_0x3cfdf4){const _0x4857bb=Ht(_0x52a74c['attributes']),_0x310be3=Ht(_0x3cfdf4);if(!_0x52a74c['_isDataLoaded'])return!0x1;for(const _0x710e32 of Object['keys'](_0x310be3))if(!_0x4c16cf(_0x4857bb[_0x710e32],_0x310be3[_0x710e32]))return!0x1;return!0x0;}function Ht(_0x9c1ac1){const _0x500873=Object['assign']({},_0x9c1ac1);return delete _0x500873['skipNestingCheck'],delete _0x500873['tablePasteChainId'],_0x500873;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x96933(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x4d690d,_0x899d5b,_0x2448a2,_0x3359ce){super(),this['model']=_0x899d5b,this['view']=_0x2448a2,this['commentThreadController']=_0x3359ce,this['_editor']=_0x4d690d,this['_acceptCommand']=_0x4d690d['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x4d690d['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x22c8e7,_0x189a02)=>_0x22c8e7||_0x189a02),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x263ee9=>_0x263ee9&&this['_editor']['model']['canEditAt'](_0x899d5b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4137e2=>_0x4137e2&&this['_editor']['model']['canEditAt'](_0x899d5b['getRanges']())),this['_pendingAction']=null,_0x2448a2['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x2448a2,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x2448a2,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x2448a2,'change:isDirty',()=>{_0x2448a2['isDirty']?this['_setPendingAction']():this['_removePendingAction']();});}['acceptSuggestion'](){this['_acceptCommand']['execute'](this['model']['id']);}['discardSuggestion'](){this['_discardCommand']['execute'](this['model']['id']);}['destroy'](){this['view']['unbind']('isEnabled'),this['view']['unbind']('canAccept'),this['view']['unbind']('canDiscard'),this['stopListening'](),this['commentThreadController']['destroy'](),this['_pendingAction']&&this['_removePendingAction']();}['_setPendingAction'](){const _0x4b6555=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x4b6555);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x197ffd{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x399901,_0x5c0626,_0x167738,_0xaa870c){super(_0x399901),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x5c0626['authoredAt']),this['bind']('authoredAt')['to'](_0x5c0626),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x5c0626,this['_localUser']=_0x167738,this['_config']=_0xaa870c,_0xaa870c['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x8dcb78}=this['_config'];this['commentsListView']=new _0x8dcb78(this['locale'],this['_model']['commentThread'],Object['assign']({'CommentView':this['_config']['CommentView']},this['_config'])),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['set']('length',this['commentsListView']['length']+0x1),this['bind']('length')['to'](this['commentsListView'],'length',_0x2686ed=>_0x2686ed+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x566f2a,_0x189b2c)=>_0x566f2a||!!_0x189b2c);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x42ca95}=this['_config'],_0x3505ed=new _0x42ca95(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x35ef32=_0x3505ed['commentInputView'];return _0x3505ed['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x35ef32,'value',(_0x17c965,_0x54edc7,_0x2c2a3c)=>!!_0x2c2a3c||_0x17c965&&!_0x54edc7),_0x35ef32['on']('submit',(_0x1b21f4,_0x4966bd)=>{this['fire']('addComment',_0x4966bd),_0x35ef32['editor']['setData']('');}),_0x35ef32['on']('cancel',()=>this['focus']()),_0x35ef32['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x3505ed;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x2225d4,_0x341054,_0x2ef3f3,_0x677f86){super(_0x2225d4,_0x341054,_0x2ef3f3,_0x677f86),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x1221ae=>_0x1221ae&&_0x1221ae[0x0]?_0x1221ae[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3c010c,_0x557f4f)=>{let _0x5c500d='';for(const _0x5a0354 of _0x3c010c)_0x5c500d+='<p>'+ds(_0x5a0354['content'],_0x5a0354['color'])+'</p>';return _0x557f4f?_0x5c500d:_0x5fbeb(_0x5c500d,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x2225d4,'Accept\x20suggestion'),_0x37f5d0['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x2225d4,'Discard\x20suggestion'),_0x37f5d0['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x53c264(_0x2225d4,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x18b0a8=this['bindTemplate'],_0x59af2f=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x18b0a8['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x18b0a8['to']('authoredAt',_0x4fda9f=>this['_config']['formatDateTime'](_0x4fda9f))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x59af2f['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x162ddc={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x18b0a8['if']('isActive','ck-suggestion-wrapper--active'),_0x18b0a8['to']('type',_0x4725f1=>'ck-suggestion-'+_0x4725f1),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x59af2f}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x162ddc['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x162ddc;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x2be84e,_0x34952c,_0x37bd7f)=>{this['_descriptionElement']['innerHTML']=_0x37bd7f;});}['_createButton'](_0x1fe25d,_0x503fb2,_0x34bca3,_0x36a29f,_0x1e27a3){const _0x345a80=new _0x2b8a83(this['locale']);return _0x345a80['set']({'label':_0x1fe25d,'icon':_0x503fb2,'tooltip':!0x0,'tooltipPosition':_0x1e27a3}),_0x345a80['extendTemplate']({'attributes':{'class':_0x34bca3}}),_0x345a80['on']('execute',()=>{this['fire'](_0x36a29f,this['_model']['id']);}),_0x345a80;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}}function ds(_0x2e3742,_0x2c5e99){let _0x2bcd1e='';return _0x2bcd1e+=_0x2e3742['split']('*')['map']((_0x35d508,_0xab5fa5)=>_0xab5fa5%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x35d508)+'</span>':us(_0x35d508))['join'](''),_0x2c5e99&&(_0x2bcd1e+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x2c5e99['value']+'\x22\x20title=\x22'+_0x2c5e99['title']+'\x22></span>'),_0x2bcd1e;}function us(_0x406270){const _0x561399=document['createElement']('span');return _0x561399['innerText']=_0x406270,_0x561399['innerHTML'];}var ie='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x1c3a28{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x5f159e,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x58af50){super(_0x58af50),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3f1e5d=this['editor']['config'];_0x3f1e5d['define']('trackChanges.SuggestionThreadView',ne),_0x3f1e5d['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3f1e5d['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x26336d,_0x260c97){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4e51c8,_0x532c88]of this['_handleControllerBuffer']){const _0xdcab99=this['_suggestionToController']['has'](_0x4e51c8);_0xdcab99||_0x532c88?_0xdcab99&&_0x532c88&&this['_destroyController'](_0x4e51c8):this['_initializeController'](_0x4e51c8);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x26336d,_0x260c97);}['init'](){const _0x393b19=this['editor'],_0x5ef320=_0x393b19['plugins']['get']('TrackChangesEditing'),_0x4b4937=_0x393b19['plugins']['get']('Annotations'),_0x118c3a=_0x393b19['plugins']['get']('EditorAnnotations'),_0x1b8aba=_0x393b19['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x118c3a['addSourceCollector'](()=>{const _0x2a34f0=[];for(const [_0x3af39a,_0x53f6d1]of Array['from'](this['_suggestionToController'])){const _0x88c982=_0x3af39a['getAllAdjacentSuggestions'](),_0x55137a=[];for(const _0x4949f1 of _0x88c982){if(!_0x4949f1['isInContent'])continue;if(_0x4949f1['isMultiRange']){_0x55137a['push'](..._0x4949f1['getRanges']());continue;}const _0x5121d4=_0x4949f1['getFirstRange']();if(_0x55137a['length']>0x0){const _0xfbfe1f=_0x55137a[0x0]['getJoined'](_0x5121d4);if(_0xfbfe1f){_0x55137a[0x0]=_0xfbfe1f;continue;}}_0x55137a['push'](_0x5121d4);}_0x2a34f0['push']([_0x53f6d1['view'],_0x55137a]);}return _0x2a34f0;}),this['listenTo'](_0x5ef320,'suggestionLoaded',(_0x14219e,_0x3941f5)=>{this['listenTo'](_0x3941f5,'change:previous',(_0x405644,_0x10780a,_0x5ad761,_0x4501a0)=>{_0x3941f5['isInContent']&&(null==_0x5ad761?(this['_updateController'](_0x4501a0['head']),this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x1)):(this['_updateController'](_0x5ad761['head']),null==_0x4501a0&&this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x0)));}),null!==_0x3941f5['previous']?this['_updateController'](_0x3941f5['head']):this['_handleSuggestionControllerDelayed'](_0x3941f5,!0x1);}),this['listenTo'](_0x5ef320,'suggestionUnloaded',(_0xfeaeef,_0x2ea0c8,_0x155fdc)=>{this['stopListening'](_0x2ea0c8,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2ea0c8),this['_suggestionToController']['has'](_0x2ea0c8)&&this['_destroyController'](_0x2ea0c8),_0x155fdc&&this['_updateController'](_0x155fdc['head']);}),this['listenTo'](_0x5ef320,'suggestionChanged',(_0x4a8e94,_0x3a637)=>{this['_updateController'](_0x3a637);}),this['listenTo'](_0x4b4937,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1b8aba,'addComment',(_0xa65355,{threadId:_0x1f2a62,isFromAdapter:_0x54e864})=>{if(_0x54e864||!_0x5ef320['hasSuggestion'](_0x1f2a62))return;const _0xe006d0=_0x5ef320['getSuggestion'](_0x1f2a62);this['_suggestionToController']['get'](_0xe006d0)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x4e19c5=this['editor']['plugins']['get']('Annotations'),_0x228f12=this['editor']['plugins']['get']('TrackChangesEditing'),_0x56aff8=Array['from'](_0x4e19c5['activeAnnotations'],_0x270045=>_0x270045['innerView'])['filter'](_0x45b74f=>this['_viewToController']['has'](_0x45b74f)),_0x4ec558=[];for(const _0x53452e of _0x56aff8){const _0x327474=this['_viewToController']['get'](_0x53452e)['model']['getAllAdjacentSuggestions']();_0x4ec558['push'](..._0x327474['reduce']((_0x5daefd,_0x2da54e)=>[..._0x5daefd,..._0x2da54e['getMarkerNames']()],[]));}_0x228f12['activeMarkers']=_0x4ec558;}['_addUIComponentsToFactory'](){const _0x2710d0=this['editor'],_0x5987dd=_0x2710d0['locale'],_0x20767b=o(_0x5987dd,'Track\x20changes'),_0x2f2137=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x20767b,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5987dd,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x4fd0b1 of _0x2f2137)if(ae(_0x4fd0b1)){const _0x182a26=_0x2710d0['commands']['get'](_0x4fd0b1['model']['commandName']);_0x4fd0b1['model']['bind']('isOn','isEnabled')['to'](_0x182a26,'value','isEnabled');}_0x2710d0['ui']['componentFactory']['add']('trackChanges',_0xc117f1=>this['_createToolbarButton'](_0xc117f1,_0x2f2137,_0x20767b)),_0x2710d0['ui']['componentFactory']['add']('menuBar:trackChanges',_0x21939f=>this['_createMenuBarMenu'](_0x21939f,_0x2f2137,_0x20767b));}['_createToolbarButton'](_0x46f5eb,_0x2677a5,_0x28c3bc){const _0x4a9ad7=zt(_0x46f5eb,Zt),_0x5af570=this['editor']['commands']['get']('trackChanges');_0x4a9ad7['buttonView']['set']({'tooltip':_0x28c3bc,'label':_0x28c3bc,'icon':ie}),_0x4a9ad7['buttonView']['bind']('isOn')['to'](_0x5af570,'value'),_0x4a9ad7['buttonView']['on']('execute',()=>{_0x5af570['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x4a9ad7,_0x2677a5,{'role':'menu'});const _0x2132b5=[];for(const _0x493bfe of _0x2677a5)ae(_0x493bfe)&&_0x2132b5['push'](this['editor']['commands']['get'](_0x493bfe['model']['commandName']));const _0x50b1a2=_0x4a9ad7['buttonView'];return _0x50b1a2['actionView']['unbind']('isEnabled'),_0x50b1a2['arrowView']['unbind']('isEnabled'),_0x50b1a2['actionView']['bind']('isEnabled')['to'](_0x5af570,'isEnabled'),_0x50b1a2['arrowView']['bind']('isEnabled')['toMany'](_0x2132b5,'isEnabled',(..._0x15f234)=>_0x15f234['some'](_0x3c78e6=>_0x3c78e6)),_0x4a9ad7['on']('execute',_0x3c2b5a=>{this['editor']['execute'](_0x3c2b5a['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4a9ad7;}['_createMenuBarMenu'](_0x150f27,_0x33b27e,_0x3b207f){const _0x143fe2=new Kt(_0x150f27),_0x2cf9d4=this['editor']['commands']['get']('trackChanges');_0x143fe2['buttonView']['set']({'label':_0x3b207f,'icon':ie});const _0x4b3fe5=new Qt(_0x150f27);for(const _0x5423c5 of _0x33b27e){if('separator'==_0x5423c5['type']){_0x4b3fe5['items']['add'](new Jt(_0x150f27));continue;}const _0x355571=new Xt(_0x150f27,_0x143fe2),_0x1f4907=new Yt(_0x150f27),_0x14ec6d=_0x5423c5['model'];_0x1f4907['bind'](...Object['keys'](_0x14ec6d))['to'](_0x14ec6d),_0x1f4907['delegate']('execute')['to'](_0x143fe2),_0x1f4907['on']('execute',()=>{this['editor']['execute'](_0x14ec6d['commandName']),this['editor']['editing']['view']['focus']();}),_0x355571['children']['add'](_0x1f4907),_0x4b3fe5['items']['add'](_0x355571);}return _0x143fe2['bind']('isEnabled')['to'](_0x2cf9d4,'isEnabled'),_0x143fe2['panelView']['children']['add'](_0x4b3fe5),_0x143fe2;}['_initializeController'](_0x29ada6){const _0xfac7bb=this['editor'],_0x298f54=_0xfac7bb['config'],_0x4224e5=_0xfac7bb['plugins']['get']('Annotations'),_0x47e86d=_0xfac7bb['plugins']['get']('CommentsRepository'),_0x5e724f=_0xfac7bb['plugins']['get']('EditorAnnotations'),_0x35c85b=_0xfac7bb['plugins']['get'](_0x5f159e)['me'],_0x35ea35=_0x298f54['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x355400,CommentThreadInputView:_0x2e9c1c}=_0xfac7bb['plugins']['get']('CommentsUI');let _0x448431,_0x3e73dd;this['_annotationViews']['has'](_0x29ada6['id'])?(_0x3e73dd=this['_annotationViews']['get'](_0x29ada6['id']),_0x448431=_0x3e73dd['mainView']):(_0x448431=new _0x35ea35(_0xfac7bb['locale'],_0x29ada6,_0x35c85b,{'disableComments':this['_disableComments'],'editorConfig':_0x298f54['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x298f54['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x298f54['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x298f54['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x9e07be(_0x298f54['get']('locale')),'CommentView':_0x298f54['get']('comments')['CommentView'],'CommentsListView':_0x355400,'CommentThreadInputView':_0x2e9c1c}),_0x448431['acceptButton']['on']('execute',()=>{_0xfac7bb['editing']['view']['focus']();}),_0x448431['discardButton']['on']('execute',()=>{_0xfac7bb['editing']['view']['focus']();}),_0x3e73dd=_0x4224e5['createAnnotationView'](this['editor']['locale'],_0x448431),_0x3e73dd['bind']('isDirty')['to'](_0x448431,'isDirty'),_0x3e73dd['bind']('length')['to'](_0x448431),_0x3e73dd['bind']('type')['to'](_0x448431,'type',_0x445eb5=>'suggestion-'+_0x445eb5),this['_annotationViews']['set'](_0x29ada6['id'],_0x3e73dd));const _0x99bfef=_0x47e86d['createCommentThreadController'](_0x29ada6['commentThread'],_0x448431),_0x3141fa=new oe(_0xfac7bb,_0x29ada6,_0x448431,_0x99bfef),_0x5cb27f=_0x29ada6['getAllAdjacentSuggestions']()['filter'](_0x2a0b7a=>_0x2a0b7a['isInContent']);_0x448431['descriptionParts']=_0xfac7bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x5cb27f),this['_suggestionToController']['set'](_0x29ada6,_0x3141fa),this['_viewToController']['set'](_0x448431,_0x3141fa);const _0x5913bc=_0x4224e5['createAnnotation']({'view':_0x3e73dd,'target':()=>{const _0x51855c=[],_0x50b7cc=_0x29ada6['getAllAdjacentSuggestions']()['filter'](_0x3b3f4f=>_0x3b3f4f['isInContent']);for(const _0x1e5a66 of _0x50b7cc)_0x51855c['push'](..._0x1e5a66['getMarkers']());return _0x15ed0a(_0xfac7bb['editing'],_0x51855c);},'type':()=>'suggestion-'+_0x3141fa['view']['type']});_0x47e86d['_bindAnnotationToEditors'](_0x448431,_0x5913bc),_0x4224e5['add'](_0x5913bc),_0x5e724f['registerAnnotation'](_0x5913bc);}['_destroyController'](_0xe2126d){const _0x141c75=this['editor']['plugins']['get']('CommentsRepository'),_0x2e170a=this['editor']['plugins']['get']('Annotations'),_0x36de69=this['_suggestionToController']['get'](_0xe2126d),_0x509620=_0x36de69['view'],_0x370a92=_0x2e170a['getByInnerView'](_0x509620);_0x141c75['_unbindEditors'](_0x509620),_0x370a92&&_0x2e170a['remove'](_0x370a92),this['_suggestionToController']['delete'](_0xe2126d),this['_viewToController']['delete'](_0x509620),_0x36de69['destroy']();}['_updateController'](_0xa487b6){if(!_0xa487b6['isInContent']||!this['_suggestionToController']['has'](_0xa487b6))return;const _0x4fd4e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x672153=this['_suggestionToController']['get'](_0xa487b6),_0x2f6100=_0xa487b6['getAllAdjacentSuggestions']();_0x672153['view']['descriptionParts']=_0x4fd4e1['descriptionFactory']['getDescriptions'](_0x2f6100);}['destroy'](){for(const _0x40b2e9 of this['_suggestionToController']['keys']())this['_destroyController'](_0x40b2e9);for(const _0x59ccf3 of this['_annotationViews']['values']())_0x59ccf3['mainView']['destroy']();super['destroy']();}}function ae(_0x5a22f9){return'model'in _0x5a22f9;}class k extends _0x1c3a28{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x39a9a7){this['editor']['plugins']['get'](p)['adapter']=_0x39a9a7;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3af967){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3af967);}['getSuggestions']({skipNotAttached:_0x2067ba=!0x1,toJSON:_0x20e904=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2067ba,'toJSON':_0x20e904});}['getSuggestion'](_0x323918){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x323918);}}const T=['Pagination'];class P extends _0x1c3a28{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x45e3ea=this['editor'];if(_0x45e3ea['config']['define']('trackChangesData.editorCreator',_0x402a9f=>{const _0x3e11b8=_0x45e3ea['model']['document']['getRootNames']()['reduce']((_0x473f47,_0x566689)=>(_0x473f47[_0x566689]='',_0x473f47),{});return _0x45e3ea['constructor']['create'](_0x3e11b8,_0x402a9f);}),'function'!=typeof _0x45e3ea['config']['get']('trackChangesData')['editorCreator'])throw new _0x445205('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5b379e){return N(this['editor'],!0x0,_0x5b379e);}['getDataWithDiscardedSuggestions'](_0x5433af){return N(this['editor'],!0x1,_0x5433af);}}class D extends _0x1c3a28{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x525c36){super(_0x525c36),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0xd3068b){return void 0x0!==_0xd3068b['getRootsAttributes'];}async function N(_0x405c36,_0x1f54fc,_0x1ec0a9){const _0x3d5454=_0x2ce83d(_0x405c36,T);_0x3d5454['plugins']['push'](p,D),_0x3d5454['rootsAttributes']=v(_0x405c36)?_0x405c36['getRootsAttributes']():void 0x0;const _0x1f2ff6=document['createDocumentFragment'](),_0x401353=_0x405c36['config']['get']('trackChangesData')['editorCreator'],_0x387e5d=await _0x401353(_0x3d5454,()=>function(_0x23aed6){const _0x2f9f00=document['createElement']('div');return _0x23aed6['appendChild'](_0x2f9f00),_0x2f9f00;}(_0x1f2ff6));!function(_0x805ae2,_0x40215){const _0x11863a=_0x805ae2['model']['document']['getRootNames']()['reduce']((_0x3d48f2,_0x5bd78c)=>(_0x3d48f2[_0x5bd78c]=_0x805ae2['data']['get']({'rootName':_0x5bd78c}),_0x3d48f2),{}),_0x3be78a=_0x805ae2['plugins']['get']('Users')['users']['map'](_0x43af5a=>({'id':_0x43af5a['id'],'name':_0x43af5a['name']})),_0x1a25e4=_0x805ae2['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1ed3d2=_0x805ae2['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xfe0b9b=_0x40215['plugins']['get']('Users'),_0x1f75d7=_0x40215['plugins']['get']('TrackChangesEditing'),_0x34edbb=_0x40215['plugins']['get']('CommentsRepository');for(const _0x670b9d of _0x3be78a)_0xfe0b9b['getUser'](_0x670b9d['id'])||_0xfe0b9b['addUser'](_0x670b9d);_0xfe0b9b['me']||_0xfe0b9b['useAnonymousUser']();for(const _0x1c4c28 of _0x1ed3d2)_0x34edbb['addCommentThread'](_0x1c4c28);for(const _0x4662cf of _0x1a25e4)_0x1f75d7['addSuggestionData'](_0x4662cf);_0x40215['data']['set'](_0x11863a);}(_0x405c36,_0x387e5d),_0x387e5d['execute'](_0x1f54fc?'acceptAllSuggestions':'discardAllSuggestions');const _0x43a758=v(_0x387e5d)?_0x387e5d['getFullData'](_0x1ec0a9):_0x387e5d['data']['get'](_0x1ec0a9);return await _0x387e5d['destroy'](),_0x43a758;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|