@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- 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/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- 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/mergefields.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/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- 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
|
-
_0x13b011(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0xb3fddb,_0x5869af){super(),this['id']=_0x5869af['id'],this['type']=_0x5869af['type'],this['subType']=_0x5869af['subType']||null,this['author']=_0x5869af['author'],this['creator']=_0x5869af['creator']||_0x5869af['author'],this['isExternal']=Boolean(_0x5869af['attributes']&&_0x5869af['attributes']['@external']),this['data']=null,this['_model']=_0xb3fddb,this['_onAccept']=_0x5869af['onAccept'],this['_onDiscard']=_0x5869af['onDiscard'],this['_onAttributesChange']=_0x5869af['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x5869af['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 _0x3928eb=this;for(;_0x3928eb['previous'];)_0x3928eb=_0x3928eb['previous'];return _0x3928eb;}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'](_0x5c0bc2){this['_markerNames']['add'](_0x5c0bc2);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x11508e=>this['_model']['markers']['get'](_0x11508e))['filter'](_0x3eff18=>_0x3eff18);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x41c3ad=>{for(const _0x6f2403 of this['getMarkers']())_0x41c3ad['removeMarker'](_0x6f2403);}),this['_markerNames']['clear']();}['removeMarker'](_0x1c731d){this['_model']['change'](_0x531579=>{_0x531579['removeMarker'](_0x1c731d);}),this['_markerNames']['delete'](_0x1c731d);}['addRange'](_0x22e304){const _0x59d658='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x59d658),this['_model']['change'](_0x1ba5b0=>{_0x1ba5b0['addMarker'](_0x59d658,{'range':_0x22e304,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0xc0aca9){for(const _0x38a756 of this['getRanges']())if(_0x38a756['isIntersecting'](_0xc0aca9))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x4c8479=>_0x4c8479['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x4231e0,_0x3c875f)=>[..._0x4231e0,..._0x3c875f['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x17a616=this['getRanges']();if(0x1!=_0x17a616['length'])return null;const _0x800e68=_0x17a616[0x0],_0x496cfa=_0x800e68['start']['nodeAfter'],_0x42c7e2=_0x800e68['end']['nodeBefore'];return _0x496cfa instanceof _0x4320f2?_0x496cfa!=_0x42c7e2?null:_0x496cfa: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 _0x5cc24a=[];let _0x504a58=this['head'];for(;_0x504a58;)_0x5cc24a['push'](_0x504a58),_0x504a58=_0x504a58['next'];return _0x5cc24a;}['setAttribute'](_0x283433,_0x3b9fb5){const _0x375744=_0x17a888(this['attributes']);_0x1eb5b2(_0x375744,_0x283433,_0x3b9fb5),_0x49fb27(_0x375744,this['attributes'])||(this['attributes']=_0x375744,this['_onAttributesChange'](_0x375744));}['removeAttribute'](_0x71b03a){const _0x338cb1=_0x17a888(this['attributes']);_0x27b5b4(_0x338cb1,_0x71b03a),_0x49fb27(_0x338cb1,this['attributes'])||(this['attributes']=_0x338cb1,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 _0x49822d()['substr'](0x1,0x5);}}function o(_0x55702c,_0x353d94,_0x3b255b){const t=_0x55702c['t'];switch(_0x353d94){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',_0x3b255b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x3b255b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x3b255b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x3b255b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x3b255b);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',_0x3b255b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x3b255b);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',_0x3b255b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x3b255b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x3b255b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x3b255b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x3b255b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x3b255b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x3b255b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x3b255b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x3b255b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x3b255b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x3b255b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x3b255b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x3b255b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x3b255b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x3b255b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x3b255b);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'},_0x3b255b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x3b255b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x3b255b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x3b255b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x3b255b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x3b255b);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'},_0x3b255b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x3b255b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x3b255b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x3b255b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x3b255b);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'},_0x3b255b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x3b255b);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'},_0x3b255b);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'},_0x3b255b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x3b255b);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'},_0x3b255b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x3b255b);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'},_0x3b255b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x3b255b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x3b255b);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x3b255b);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'},_0x3b255b);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'},_0x3b255b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x3b255b);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x3b255b);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x3b255b);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x3b255b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x353d94;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x312a6e,_0x40d027){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x312a6e,this['_locale']=_0x40d027;}['getDescriptions'](_0x432914){const _0x436f92=[],_0x5d4609=new Set(),_0x10265b=new Set();for(let _0x5c08bd=0x0;_0x5c08bd<_0x432914['length'];_0x5c08bd++){const _0x469222=_0x432914[_0x5c08bd];if(!_0x469222['isInContent'])continue;const _0x946875=this['_handleCustomCallbackDescription'](_0x469222);if(_0x946875){if(null!=_0x469222['subType']){if(_0x5d4609['has'](_0x469222['subType']))continue;_0x5d4609['add'](_0x469222['subType']);}_0x436f92['push'](_0x946875);}else{if('attribute'!=_0x469222['type'])'insertion'!=_0x469222['type']&&'deletion'!=_0x469222['type']||this['_handleInsertRemoveSuggestionDescription'](_0x436f92,_0x469222,_0x432914[_0x5c08bd+0x1]);else{const _0x38e794=_0x469222['data']['key'];if(_0x10265b['has'](_0x38e794))continue;_0x10265b['add'](_0x469222['data']['key']),_0x38e794==m?this['_handleRenameSuggestionDescription'](_0x436f92,_0x469222):this['_handleAttributeSuggestionDescription'](_0x436f92,_0x469222);}}}return this['_resolveDescriptionItems'](_0x436f92);}['registerDescriptionCallback'](_0x2369e3){this['_customCallbacks']['push'](_0x2369e3);}['registerElementLabel'](_0x33e8db,_0x37a6f7,_0x235728=_0x504bb7['normal']){'function'==typeof _0x33e8db?_0x5c7ba4(this['_itemLabelsCallbacks'],{'matchingCallback':_0x33e8db,'label':_0x37a6f7,'priority':_0x235728}):this['_itemLabels']['set'](_0x33e8db,_0x37a6f7);}['registerAttributeLabel'](_0x13d5f3,_0x1f30cd){this['_attributeLabels']['set'](_0x13d5f3,_0x1f30cd);}['getItemLabel'](_0x27a7ce,_0x1d1082=0x1){let _0x910ae8;for(const _0x1123fc of this['_itemLabelsCallbacks'])if(_0x1123fc['matchingCallback'](_0x27a7ce)){_0x910ae8=_0x1123fc['label'];break;}return _0x910ae8||(_0x910ae8=this['_itemLabels']['get'](_0x27a7ce['name'])),_0x910ae8?_0x910ae8(_0x1d1082):0x1!==_0x1d1082?_0x1d1082+'\x20'+_0x27a7ce['name']+'s':''+_0x27a7ce['name'];}['_addDescriptionItems'](_0x38c812,_0xe6f184){const _0x3089db=_0xe6f184['getFirstRange']()['getWalker'](),_0x3d98f4='insertion'==_0xe6f184['type']?'add':'remove';for(const _0x2a7d1f of _0x3089db){const _0x195510=_0x2a7d1f['item'],_0x1b86e1=_0x38c812[_0x38c812['length']-0x1];if(_0x195510['is']('$textProxy'))_0x1b86e1&&_0x1b86e1['type']['indexOf']('Container')>-0x1&&_0x38c812['pop'](),_0x1b86e1&&'text'==_0x1b86e1['type']?_0x1b86e1[_0x3d98f4]+=_0x195510['data']:_0x38c812['push']({'type':'text','add':'add'==_0x3d98f4?_0x195510['data']:'','remove':'remove'==_0x3d98f4?_0x195510['data']:''});else{if(this['_schema']['isObject'](_0x195510)){const _0x4ab7c8=_0x195510;if(_0x1b86e1&&_0x1b86e1['type']['indexOf']('Container')>-0x1&&_0x38c812['pop'](),'elementEnd'==_0x2a7d1f['type'])continue;_0x1b86e1&&_0x1b86e1['type']==_0x3d98f4+'Object'&&_0x1b86e1['element']['name']==_0x4ab7c8['name']?_0x1b86e1['quantity']++:_0x38c812['push']({'type':_0x3d98f4+'Object','element':_0x4ab7c8,'quantity':0x1}),_0x3089db['skip'](_0x3678bd=>!('elementEnd'==_0x3678bd['type']&&_0x3678bd['item']==_0x195510));}else{if(this['_schema']['checkChild'](_0x195510,'$text')||_0x195510['is']('element','softBreak')){const _0x1a0ef6=_0x195510;if('add'==_0x3d98f4&&'elementStart'==_0x2a7d1f['type']||'remove'==_0x3d98f4&&'elementEnd'==_0x2a7d1f['type'])continue;if(_0x1b86e1&&-0x1==_0x1b86e1['type']['indexOf']('Container')){'text'==_0x1b86e1['type']&&(_0x1b86e1[_0x3d98f4]+='\x0a');continue;}let _0x24fe79;if(_0x24fe79='add'==_0x3d98f4?_0x1a0ef6['nextSibling']&&!this['_schema']['isObject'](_0x1a0ef6['nextSibling'])?_0x1a0ef6['nextSibling']:null:_0x1a0ef6['previousSibling']&&!this['_schema']['isObject'](_0x1a0ef6['previousSibling'])?_0x1a0ef6['previousSibling']:null,_0x1a0ef6['isEmpty']||_0x24fe79&&_0x24fe79['isEmpty']){const _0x805573=_0x24fe79&&_0x24fe79['isEmpty']?_0x24fe79:_0x1a0ef6;_0x1b86e1&&_0x1b86e1['type']==_0x3d98f4+'EmptyContainer'&&_0x1b86e1['element']['name']==_0x805573['name']?_0x1b86e1['quantity']++:_0x38c812['push']({'type':_0x3d98f4+'EmptyContainer','element':_0x805573,'quantity':0x1});}else _0x38c812['push']({'type':_0x3d98f4+'Container','element':_0x1a0ef6});}}}}}['_resolveDescriptionItems'](_0x51864b){const _0x30a99a=this['_locale'],_0x40f5f2=[],_0x2f3f93=[],_0x3569f6=[];for(const _0x557abd of _0x51864b)switch(_0x557abd['type']){case'text':if(_0x557abd['add']=_0x557abd['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x557abd['remove']=_0x557abd['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x557abd['add']&&''!=_0x557abd['remove']){_0x40f5f2['push']({'type':'replace','content':o(_0x30a99a,'REPLACE_TEXT',['\x22'+_0x557abd['remove']+'\x22','\x22'+_0x557abd['add']+'\x22'])});continue;}if(null!=_0x557abd['add']['match'](/^ +$/)){_0x40f5f2['push']({'type':'insertion','content':o(_0x30a99a,'*Insert:*\x20%0',o(_0x30a99a,'ELEMENT_SPACE',_0x557abd['add']['length']))});continue;}if(null!=_0x557abd['remove']['match'](/^ +$/)){_0x40f5f2['push']({'type':'deletion','content':o(_0x30a99a,'*Remove:*\x20%0',o(_0x30a99a,'ELEMENT_SPACE',_0x557abd['remove']['length']))});continue;}if(''!=_0x557abd['add']){_0x40f5f2['push']({'type':'insertion','content':o(_0x30a99a,'*Insert:*\x20%0','\x22'+_0x557abd['add']+'\x22')});continue;}_0x40f5f2['push']({'type':'deletion','content':o(_0x30a99a,'*Remove:*\x20%0','\x22'+_0x557abd['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x40f5f2['push']({'type':'insertion','content':o(_0x30a99a,'*Insert:*\x20%0',this['getItemLabel'](_0x557abd['element'],_0x557abd['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x40f5f2['push']({'type':'deletion','content':o(_0x30a99a,'*Remove:*\x20%0',this['getItemLabel'](_0x557abd['element'],_0x557abd['quantity']))});continue;case'addContainer':_0x40f5f2['push']({'type':'insertion','content':o(_0x30a99a,'*Split:*\x20%0',this['getItemLabel'](_0x557abd['element'],_0x557abd['quantity']))});continue;case'removeContainer':_0x40f5f2['push']({'type':'deletion','content':o(_0x30a99a,'*Merge:*\x20%0',this['getItemLabel'](_0x557abd['element'],_0x557abd['quantity']))});continue;case'addFormat':_0x2f3f93['push'](_0x557abd['key']);continue;case'removeFormat':_0x3569f6['push'](_0x557abd['key']);continue;default:_0x40f5f2['push'](_0x557abd);}if(_0x2f3f93['length']){const _0x476431=_0x2f3f93['map'](_0x2dced0=>this['_attributeLabels']['has'](_0x2dced0)?this['_attributeLabels']['get'](_0x2dced0):_0x2dced0)['join'](',\x20');_0x40f5f2['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x476431)});}if(_0x3569f6['length']){const _0x40bb6b=_0x3569f6['map'](_0x5077f7=>this['_attributeLabels']['has'](_0x5077f7)?this['_attributeLabels']['get'](_0x5077f7):_0x5077f7)['join'](',\x20');_0x40f5f2['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x40bb6b)});}return _0x40f5f2;}['_handleCustomCallbackDescription'](_0xf220d5){for(const _0x5af612 of this['_customCallbacks']){const _0x357631=_0x5af612(_0xf220d5);if(_0x357631&&'type'in _0x357631)return _0x357631;}}['_handleAttributeSuggestionDescription'](_0x560d0d,_0x59e731){const _0x5280a7=_0x59e731['data'],_0xc3fe68=void 0x0===_0x5280a7['newValue']?'removeFormat':'addFormat';_0x560d0d['push']({'type':_0xc3fe68,'key':_0x5280a7['key']});}['_handleRenameSuggestionDescription'](_0x5d029d,_0x20a7fe){_0x5d029d['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x20a7fe['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3d546d,_0x5423b7,_0x184527){if(this['_addDescriptionItems'](_0x3d546d,_0x5423b7),_0x184527&&_0x184527['getFirstRange']()&&!_0x5423b7['getFirstRange']()['end']['isEqual'](_0x184527['getFirstRange']()['start'])){const _0x39ff1a=_0x3d546d[_0x3d546d['length']-0x1],_0x5012e0='insertion'==_0x5423b7['type']?'add':'remove';_0x39ff1a&&'text'==_0x39ff1a['type']&&(_0x39ff1a[_0x5012e0]+='\x0a');}}}class V extends _0x266c89{['afterInit'](){const _0x493d15=this['editor'],_0x226f73=_0x493d15['plugins']['get']('TrackChangesEditing');_0x493d15['commands']['get']('showAIAssistant')&&_0x226f73['enableCommand']('showAIAssistant');}}class U extends _0x266c89{['afterInit'](){const _0x5c7b27=this['editor'],_0x4eb3da=_0x5c7b27['locale'];if(!_0x5c7b27['plugins']['has']('AlignmentEditing'))return;const _0x19056d=_0x5c7b27['plugins']['get']('TrackChangesEditing');_0x19056d['enableDefaultAttributesIntegration']('alignment'),_0x19056d['registerBlockAttribute']('alignment'),_0x19056d['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x4eb3da,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5cd659=this['editor'],_0x353a97=_0x5cd659['locale'];_0x5cd659['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c3729=>{if('formatBlock'!=_0x3c3729['type'])return;const {data:_0x395fa1}=_0x3c3729;if(_0x395fa1&&'alignment'==_0x395fa1['commandName']){const _0x5ab2a0=_0x395fa1['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x353a97,'*Format:*\x20%0',function(_0x496418){switch(_0x496418){case'left':return o(_0x353a97,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x353a97,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x353a97,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x353a97,'FORMAT_JUSTIFY_TEXT');}}(_0x5ab2a0))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x266c89{['afterInit'](){const _0x275624=this['editor'],_0x1efafe=_0x275624['plugins']['get']('TrackChangesEditing'),_0x2a74a2=_0x275624['locale'];for(const _0x2f17e2 of ti){if(!_0x275624['plugins']['has'](_0x2f17e2))continue;const _0x5b80c0=_0x2f17e2['slice'](0x0,-0x7)['toLowerCase'](),_0x589499='FORMAT_'+_0x5b80c0['toUpperCase']();_0x1efafe['enableDefaultAttributesIntegration'](_0x5b80c0),_0x1efafe['registerInlineAttribute'](_0x5b80c0),_0x1efafe['descriptionFactory']['registerAttributeLabel'](_0x5b80c0,o(_0x2a74a2,_0x589499));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ffd9b=this['editor'],_0x4e9cc1=_0x4ffd9b['locale'],_0x16a43a=_0x4ffd9b['plugins']['get']('TrackChangesEditing');function _0x15e9e3(_0x7d0dbf,_0x3e9d8f){_0x16a43a['descriptionFactory']['registerDescriptionCallback'](_0x244898=>{if('formatInline'!=_0x244898['type'])return;const {data:_0x252751}=_0x244898;return _0x252751&&_0x252751['commandName']===_0x7d0dbf?_0x252751['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4e9cc1,'*Format:*\x20%0',_0x3e9d8f)}:{'type':'format','content':o(_0x4e9cc1,'*Remove\x20format:*\x20%0',_0x3e9d8f)}:void 0x0;});}_0x15e9e3('bold',o(_0x4e9cc1,'FORMAT_BOLD')),_0x15e9e3('italic',o(_0x4e9cc1,'FORMAT_ITALIC')),_0x15e9e3('underline',o(_0x4e9cc1,'FORMAT_UNDERLINE')),_0x15e9e3('code',o(_0x4e9cc1,'FORMAT_CODE')),_0x15e9e3('strikethrough',o(_0x4e9cc1,'FORMAT_STRIKETHROUGH')),_0x15e9e3('subscript',o(_0x4e9cc1,'FORMAT_SUBSCRIPT')),_0x15e9e3('superscript',o(_0x4e9cc1,'FORMAT_SUPERSCRIPT'));}}class F extends _0x266c89{['afterInit'](){const _0x1c6c9f=this['editor'],_0x4392c2=_0x1c6c9f['locale'];if(!_0x1c6c9f['plugins']['has']('BlockQuoteEditing'))return;const _0x5e8435=_0x1c6c9f['plugins']['get']('TrackChangesEditing'),_0x129049=this['editor']['commands']['get']('blockQuote');_0x5e8435['enableCommand']('blockQuote',(_0x3398d3,_0x41f7db={})=>{const _0x3240cd=this['editor']['model']['document']['selection'],_0x126f0b=_0x41f7db&&void 0x0!==_0x41f7db['forceValue']?_0x41f7db['forceValue']:!_0x129049['value'];let _0xb8f6d9=[];if(_0x126f0b){const _0x3630c0=Array['from'](_0x3240cd['getSelectedBlocks']())['filter'](_0x43a252=>oo(_0x43a252)||function(_0x402b2f,_0x667795){const _0x4cc966=_0x667795['checkChild'](_0x402b2f['parent'],'blockQuote'),_0x2e7989=_0x667795['checkChild'](['$root','blockQuote'],_0x402b2f);return _0x4cc966&&_0x2e7989;}(_0x43a252,this['editor']['model']['schema']));_0xb8f6d9=to(_0x3630c0,_0x1c6c9f['model']);}else{const _0x3f26da=Array['from'](_0x3240cd['getSelectedBlocks']())['filter'](_0x1a72e8=>oo(_0x1a72e8));_0xb8f6d9=to(_0x3f26da,_0x1c6c9f['model']);}_0x1c6c9f['model']['change'](()=>{for(const _0x1a95d8 of _0xb8f6d9)_0x5e8435['markBlockFormat'](_0x1a95d8,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x126f0b}]});});}),_0x5e8435['descriptionFactory']['registerDescriptionCallback'](_0x4714a9=>{const {data:_0x4b9c4a}=_0x4714a9;if(_0x4b9c4a&&'blockQuote'==_0x4b9c4a['commandName']){const _0x45f3a9=o(_0x4392c2,'ELEMENT_BLOCK_QUOTE');return _0x4b9c4a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4392c2,'*Set\x20format:*\x20%0',_0x45f3a9)}:{'type':'format','content':o(_0x4392c2,'*Remove\x20format:*\x20%0',_0x45f3a9)};}});}}function oo(_0x1c82e8){return'blockQuote'==_0x1c82e8['parent']['name'];}class L extends _0x266c89{['afterInit'](){const _0x326cbd=this['editor'];_0x326cbd['plugins']['has']('CaseChange')&&(_0x326cbd['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x326cbd['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x326cbd['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x266c89{['afterInit'](){const _0x3b718a=this['editor'];_0x3b718a['commands']['get']('ckbox')&&_0x3b718a['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x266c89{['afterInit'](){const _0x588e21=this['editor'];if(!_0x588e21['plugins']['has']('CodeBlock'))return;const _0x59cf0f=_0x588e21['plugins']['get']('TrackChangesEditing'),_0x4a83d3=_0x588e21['locale'],_0x43fcb0=_0x588e21['config']['get']('codeBlock')['languages'],_0x3ab7f0=_0x588e21['commands']['get']('codeBlock');_0x59cf0f['enableCommand']('indentCodeBlock'),_0x59cf0f['enableCommand']('outdentCodeBlock'),_0x59cf0f['enableCommand']('codeBlock',(_0x52619c,_0x2c8de={})=>{const _0xdbe6fd=_0x588e21['model'],_0xdea977=_0x588e21['model']['document']['selection'],_0x1e456a=_0x2c8de&&void 0x0!==_0x2c8de['forceValue']?_0x2c8de['forceValue']:!_0x3ab7f0['value'];let _0x7d219a;_0x2c8de['language']||(_0x2c8de['language']=_0x43fcb0[0x0]['language']),_0x7d219a=_0x1e456a?Array['from'](_0xdea977['getSelectedBlocks']())['filter'](_0x48c874=>eo(_0x48c874)||function(_0x239e33,_0x3b9baf){if(_0x239e33['is']('rootElement')||_0x3b9baf['isLimit'](_0x239e33))return!0x1;return _0x3b9baf['checkChild'](_0x239e33['parent'],'codeBlock');}(_0x48c874,_0xdbe6fd['schema'])):Array['from'](_0xdea977['getSelectedBlocks']())['filter'](_0x28b283=>eo(_0x28b283));const _0x38f0ed=to(_0x7d219a,_0xdbe6fd);_0xdbe6fd['change'](()=>{for(const _0x40c5f5 of _0x38f0ed)_0x59cf0f['markBlockFormat'](_0x40c5f5,{'commandName':'codeBlock','commandParams':[{..._0x2c8de,'forceValue':_0x1e456a}],'formatGroupId':'blockName'});});}),(_0x59cf0f['descriptionFactory']['registerElementLabel']('codeBlock',_0x445842=>o(_0x4a83d3,'ELEMENT_CODE_BLOCK',_0x445842)),_0x59cf0f['descriptionFactory']['registerDescriptionCallback'](_0x4bd8ad=>{if('formatBlock'!=_0x4bd8ad['type'])return;const _0x2f374a=_0x4a83d3['t'],{data:_0x1fbfda}=_0x4bd8ad;if(!_0x1fbfda||'codeBlock'!=_0x1fbfda['commandName'])return;const _0x4b5967=_0x1fbfda['commandParams'][0x0]['language'],_0x2adcf5=_0x2f374a(_0x43fcb0['find'](_0x52d3e2=>_0x52d3e2['language']===_0x4b5967)['label'])['toLowerCase']();return _0x1fbfda['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a83d3,'*Set\x20format:*\x20%0',o(_0x4a83d3,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x2adcf5+')')}:{'type':'format','content':o(_0x4a83d3,'*Remove\x20format:*\x20%0',o(_0x4a83d3,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x542fd4){return'codeBlock'==_0x542fd4['name'];}class q extends _0x266c89{['afterInit'](){const _0x4380e4=this['editor'];if(!_0x4380e4['plugins']['has']('CommentsEditing'))return;_0x4380e4['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0xdbd481,_0x197ebc,_0x3b5ce3){const _0x51c6ad=[];for(const _0x2dfa13 of _0x197ebc['getItems']())_0x2dfa13['hasAttribute'](_0xdbd481)&&_0x51c6ad['push'](_0x3b5ce3['createRangeOn'](_0x2dfa13));return _0x51c6ad;}function _e(_0x2f29ea,_0x341376,{showActiveMarker:_0xc21aa0=!0x0}={}){const _0x3211b8=_0x2f29ea['plugins']['get']('TrackChangesEditing');return(_0x179524,_0x17944e,_0x4b5c67)=>{if(!_0x4b5c67['consumable']['test'](_0x17944e['markerRange'],_0x179524['name']))return;const _0x3cc991=_0x17944e['markerRange']['getWalker'](),_0x3c76d5=_0x17944e['markerRange']['start'],_0xe3d656=_0x2f29ea['model']['schema'];let _0x318f44=null,_0x40a7d9=null,_0x265803=!0x1,_0x374057=!0x1;for(const _0x264286 of _0x3cc991){const _0x506a69=_0x264286['item'];_0x265803=_0x265803||_0xe3d656['isContent'](_0x506a69);const _0x2159e7=_0x4b5c67['mapper']['toViewElement'](_0x506a69);if(_0x2159e7&&_0x2159e7['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x264286['type']&&(_0xe3d656['isBlock'](_0x506a69)&&!_0xe3d656['isLimit'](_0x506a69)&&(_0x506a69['nextSibling']||_0x3c76d5['isAtEnd']?_0x318f44&&_0x318f44['parent']==_0x506a69||(_0x318f44=_0x506a69,_0x156a0e(_0x264286['previousPosition']),_0x374057=!0x0):_0x40a7d9=_0x40a7d9||_0x264286['previousPosition']));}function _0x156a0e(_0x5d670d){const _0x218ed8=_0x4b5c67['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x341376}),_0x4607cc=_0x4b5c67['mapper']['toViewPosition'](_0x5d670d);_0xc21aa0&&_0x3211b8['activeMarkers']['includes'](_0x17944e['markerName'])&&_0x4b5c67['writer']['addClass']('ck-suggestion-marker--active',_0x218ed8),_0x4b5c67['writer']['insert'](_0x4607cc,_0x218ed8),_0x4b5c67['mapper']['bindElementToMarker'](_0x218ed8,_0x17944e['markerName']);}_0x265803||_0x374057||!_0x40a7d9||_0x156a0e(_0x40a7d9);};}class z extends _0x266c89{static get['requires'](){return[_0x231f45];}['init'](){const _0x10c1fa=this['editor'],_0x38c6cc=_0x10c1fa['plugins']['get']('TrackChangesEditing');_0x38c6cc['enableCommand']('delete');const _0xa723bc=_0x10c1fa['commands']['get']('deleteForward');_0x38c6cc['enableCommand']('deleteForward',(_0x1df755,_0x567949={})=>{const _0x3d751a=_0x10c1fa['model']['createSelection'](_0x10c1fa['model']['document']['selection']);_0x3d751a['isCollapsed']&&_0x10c1fa['model']['modifySelection'](_0x3d751a,{'direction':'forward','unit':_0x567949['unit']});const _0x46b3b9=_0x3d751a['getFirstRange'](),_0x75bb9f=_0x542340['fromRange'](_0x46b3b9);let _0x5123a5;_0x1df755(_0x567949),_0x5123a5='$graveyard'==_0x75bb9f['root']['rootName']?_0x10c1fa['model']['createRange'](_0x46b3b9['start']):_0x10c1fa['model']['createRange'](_0x75bb9f['start'],_0x75bb9f['end']),_0x75bb9f['detach'](),_0x10c1fa['model']['enqueueChange'](_0xa723bc['buffer']['batch'],_0x51f01e=>{_0xa723bc['buffer']['lock'](),_0x51f01e['setSelection'](_0x51f01e['createRange'](_0x5123a5['end'])),_0xa723bc['buffer']['unlock']();});}),_0x10c1fa['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x10c1fa,'merge'),{'priority':'high'}),_0x10c1fa['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x2c9cbc,_0x623fde,_0x17de13)=>{_0x17de13['options']['showSuggestionHighlights']&&_e(_0x10c1fa,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x2c9cbc,_0x623fde,_0x17de13);},{'priority':'high'}),_0x10c1fa['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x55b16b,_0x5ae9a5,_0x5e8e48)=>{const _0x14ed94=_0x5e8e48['mapper']['markerNameToElements'](_0x5ae9a5['markerName']);if(_0x14ed94){for(const _0x55dd07 of _0x14ed94)_0x55dd07['is']('uiElement')&&(_0x5e8e48['mapper']['unbindElementFromMarkerName'](_0x55dd07,_0x5ae9a5['markerName']),_0x5e8e48['writer']['remove'](_0x55dd07));}},{'priority':'high'});}}class K extends _0x266c89{['afterInit'](){const _0x206ca3=this['editor'];if(!_0x206ca3['plugins']['has']('ListEditing'))return;const _0x8b36cc=_0x206ca3['locale'],_0x45b52f=_0x206ca3['plugins']['get']('TrackChangesEditing'),_0x5cafa2=_0x206ca3['plugins']['has']('TodoListEditing'),_0x3d123d=!!_0x206ca3['config']['get']('list.multiBlock');function _0x2edfd3(_0x5aa604){return{'type':'format','content':''+o(_0x8b36cc,'*Set\x20format:*\x20%0',_0x5aa604)};}function _0x3dae71(_0x4e57d4){return{'type':'format','content':''+o(_0x8b36cc,'*Remove\x20format:*\x20%0',_0x4e57d4)};}_0x45b52f['enableDefaultAttributesIntegration']('numberedList'),_0x45b52f['enableDefaultAttributesIntegration']('bulletedList'),_0x45b52f['enableDefaultAttributesIntegration']('customNumberedList'),_0x45b52f['enableDefaultAttributesIntegration']('customBulletedList'),_0x45b52f['enableDefaultAttributesIntegration']('indentList'),_0x45b52f['enableDefaultAttributesIntegration']('outdentList'),_0x45b52f['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x45b52f['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x45b52f['registerBlockAttribute']('listItemId'),_0x45b52f['registerBlockAttribute']('listType'),_0x45b52f['registerBlockAttribute']('listIndent'),_0x3d123d&&(_0x45b52f['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x45b52f['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x5cafa2&&(_0x45b52f['enableDefaultAttributesIntegration']('todoList'),_0x45b52f['enableDefaultAttributesIntegration']('checkTodoList'),_0x45b52f['registerBlockAttribute']('todoListChecked'),_0x45b52f['descriptionFactory']['registerDescriptionCallback'](_0x4e68d3=>{const {data:_0x19d9c1}=_0x4e68d3;if(_0x19d9c1&&'todoListChecked'==_0x19d9c1['key'])return{'type':'format','content':_0x19d9c1['newValue']?o(_0x8b36cc,'*Check\x20item*'):o(_0x8b36cc,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x94eb6=>{if(_0x94eb6['batch']['isUndo'])return!0x1;let _0x505b6a=!0x1;const _0x4fd00d=_0x45b52f['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2010d4=>'todoListChecked'===_0x45b52f['_getAttributeKey'](_0x2010d4));for(const _0x5e4e9a of _0x4fd00d){'todo'!=_0x5e4e9a['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x45b52f['_findSuggestions'](_0x5e4e9a['getFirstRange'](),'attribute')['find'](_0x2f19d2=>'listType'===_0x45b52f['_getAttributeKey'](_0x2f19d2['suggestion']))||(_0x94eb6['removeMarker'](_0x5e4e9a['getFirstMarker']()),_0x505b6a=!0x0));}return _0x505b6a;})),_0x45b52f['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x8b36cc,'FORMAT_INDENT'));const _0x11d738={'type':'format','content':''};_0x45b52f['descriptionFactory']['registerDescriptionCallback'](_0x30c768=>{const {data:_0x1fe2bf}=_0x30c768;if(!_0x1fe2bf||'listType'!=_0x1fe2bf['key'])return;let _0x54dcbd=_0x30c768['head'];for(;_0x54dcbd;){if(_0x54dcbd['data']&&(('listStyle'==_0x54dcbd['data']['key']||'listMarkerStyle'==_0x54dcbd['data']['key'])&&(_0x54dcbd['data']['newValue']&&'default'!=_0x54dcbd['data']['newValue']||'default'!=_0x54dcbd['data']['oldValue']&&!_0x1fe2bf['newValue'])||!_0x3d123d&&_0x54dcbd['data']['key']==m))return _0x11d738;_0x54dcbd=_0x54dcbd['next'];}if(null==_0x1fe2bf['newValue'])switch(_0x1fe2bf['oldValue']){case'bulleted':return _0x3dae71(o(_0x8b36cc,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3dae71(o(_0x8b36cc,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3dae71(o(_0x8b36cc,'ELEMENT_TODO_LIST'));}switch(_0x1fe2bf['newValue']){case'bulleted':return _0x2edfd3(o(_0x8b36cc,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2edfd3(o(_0x8b36cc,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2edfd3(o(_0x8b36cc,'ELEMENT_TODO_LIST'));}}),_0x45b52f['descriptionFactory']['registerDescriptionCallback'](_0x14c074=>{const {data:_0x239257}=_0x14c074;if(_0x239257&&'listIndent'==_0x239257['key'])return null==_0x239257['newValue']||null==_0x239257['oldValue']&&0x0==_0x239257['newValue']?_0x11d738:void 0x0;}),_0x45b52f['descriptionFactory']['registerDescriptionCallback'](_0xe1bea2=>{if('attribute'!=_0xe1bea2['type'])return;const {data:_0x3cb003}=_0xe1bea2;if(!_0x3cb003||'listItemId'!=_0x3cb003['key'])return;const _0x3915ac=le(_0xe1bea2);return'newValue'==_0x3915ac?{'type':'format','content':o(_0x8b36cc,'*Merge:*\x20list\x20item')}:'oldValue'==_0x3915ac?{'type':'format','content':o(_0x8b36cc,'*Split:*\x20list\x20item')}:_0x11d738;}),_0x206ca3['model']['document']['registerPostFixer'](_0x41afb8=>this['listItemIdFixer'](_0x41afb8)),_0x206ca3['model']['document']['registerPostFixer'](_0x48b475=>this['noTrackChangesFixer'](_0x48b475)),_0x206ca3['model']['document']['on']('change:data',(_0x1a9f43,_0x2697a2)=>{if(_0x2697a2['isUndo']||!_0x2697a2['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2faa14){if(_0x2faa14['batch']['isUndo']||!_0x2faa14['batch']['isLocal'])return!0x1;let _0x1263d5=!0x1;const _0x58544a=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2ecd21=>_0x2ecd21['data']&&'listItemId'==_0x2ecd21['data']['key'])['filter'](_0x11d9d1=>_0x11d9d1['data']['newValue']&&_0x11d9d1['data']['oldValue']);for(const _0x1f550f of _0x58544a)le(_0x1f550f)||(_0x2faa14['removeMarker'](_0x1f550f['getFirstMarker']()),_0x1263d5=!0x0);return _0x1263d5;}['noTrackChangesFixer'](_0x1cefae){if(_0x1cefae['batch']['isUndo']||!_0x1cefae['batch']['isLocal'])return!0x1;const _0x4699c1=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x4699c1['trackChangesCommand']['value'])return!0x1;let _0x1ee56c=!0x1;const _0x1fcddc=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x5a5e01=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x43bab3=>'attribute'==_0x43bab3['type'])['filter'](_0x400e74=>_0x1fcddc['includes'](_0x400e74['attributeKey']));if(0x0==_0x5a5e01['length'])return _0x1ee56c;for(const _0x34884f of _0x5a5e01){const _0x4b5339=_0x4699c1['_findSuggestions'](_0x34884f['range'],'attribute')['filter'](_0x1735db=>!_0x1735db['meta']['isNextTo'])['map'](_0x45f920=>_0x45f920['suggestion'])['filter'](_0x269712=>{const _0x35f46a=_0x4699c1['_getAttributeKey'](_0x269712);return _0x1fcddc['includes'](_0x35f46a);});if(_0x4b5339['length']){for(const _0x4be63e of _0x4b5339)_0x1cefae['removeMarker'](_0x4be63e['getFirstMarker']());_0x1ee56c=!0x0;}}return _0x1ee56c;}['assureChains'](){const _0x502afc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x531d52=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x4a40e3;const _0x7d6294=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x11d7ba=>{if(_0x11d7ba['data']['oldRange']||!_0x11d7ba['data']['newRange'])return null;if(!_0x11d7ba['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x43ad47}=_0x502afc['_splitMarkerName'](_0x11d7ba['name']);if(!_0x502afc['hasSuggestion'](_0x43ad47))return null;const _0x38193f=_0x502afc['getSuggestion'](_0x43ad47);return _0x531d52['includes'](_0x38193f['data']['key']);})['map'](_0x338925=>{const {id:_0x18e315}=_0x502afc['_splitMarkerName'](_0x338925['name']),_0x1e4a8a=_0x502afc['getSuggestion'](_0x18e315);return _0x4a40e3=_0x1e4a8a['attributes']['groupId'],_0x1e4a8a['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x7d6294['size'])return;const _0x34ed67=_0x502afc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3366a9=>'attribute'==_0x3366a9['type']&&_0x3366a9['data']&&_0x531d52['includes'](_0x3366a9['data']['key'])&&_0x3366a9['attributes']['groupId']!=_0x4a40e3)['map'](_0xcbedbd=>({'listItem':_0xcbedbd['getFirstRange']()['start']['nodeAfter'],'groupId':_0xcbedbd['attributes']['groupId']})),_0x54ac36=new Set();for(const {groupId:_0x1cfe3d,listItem:_0x176e4f}of _0x34ed67)_0x7d6294['has'](_0x176e4f)&&_0x54ac36['add'](_0x1cfe3d);for(const _0x2ce115 of _0x502afc['getSuggestions']())_0x54ac36['has'](_0x2ce115['attributes']['groupId'])&&_0x2ce115['setAttribute']('groupId',_0x4a40e3);}['_supportLegacySuggestions'](){const _0x1b8430=this['editor'],_0x1b1809=_0x1b8430['locale'],_0xb2dc05=_0x1b8430['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0xb2dc05['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x5d1a2b,_0xfebb9c){const _0x3a841a=[];for(let _0xb051 of _0x5d1a2b)_0xb051['start']['nodeAfter']===_0xb051['end']['parent']&&(_0xb051=_0x1b8430['model']['createRange'](_0x1b8430['model']['createPositionAt'](_0xb051['start']['nodeAfter'],0x0))),_0x3a841a['push'](_0xb051);_0x1b8430['model']['change'](_0x4e9f2a=>{const _0x46f1f9=_0x1b8430['model']['document']['selection'],_0x25499c=Array['from'](_0x46f1f9['getRanges']())['map'](_0x57ee16=>_0x542340['fromRange'](_0x57ee16));_0x4e9f2a['setSelection'](_0x3a841a),_0x1b8430['commands']['get'](_0xfebb9c['commandName'])['refresh'](),_0xfebb9c['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x1b8430['execute'](_0xfebb9c['commandName'],..._0xfebb9c['commandParams']),_0x4e9f2a['setSelection'](_0x25499c);for(const _0x34a0ba of _0x25499c)_0x34a0ba['detach']();});}),_0xb2dc05['descriptionFactory']['registerElementLabel'](function(_0x291c9d){const _0x343bfa=!_0x1b8430['model']['schema']['isObject'](_0x291c9d),_0x3c8808=_0x291c9d['previousSibling'],_0x51b2bf=_0x291c9d['nextSibling'],_0x378fe8=_0x291c9d['getAttribute']('listItemId'),_0x2f88c6=!_0x3c8808||_0x3c8808['getAttribute']('listItemId')!==_0x378fe8,_0x4957ed=!_0x51b2bf||_0x51b2bf['getAttribute']('listItemId')!==_0x378fe8;return _0x343bfa&&Boolean(_0x378fe8)&&_0x2f88c6&&_0x4957ed;},_0x2ed85e=>o(_0x1b1809,'ELEMENT_LIST_ITEM',_0x2ed85e));}['_registerLegacyDescription'](){const _0x258a53=this['editor'],_0x457b0d=_0x258a53['locale'];function _0x3518c4(_0x570534){const _0x33d451=_0x258a53['commands']['get']('bulletedList')['value'],_0x2f73f6=_0x258a53['commands']['get']('numberedList')['value'];return'numberedList'===_0x570534?_0x33d451:_0x2f73f6;}_0x258a53['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x18d156){if('formatBlock'!=_0x18d156['type'])return;const {data:_0x4e3181}=_0x18d156;if(!_0x4e3181)return;let _0x13876d,_0x42fee4,_0x3f3ab1,_0x496bca;switch(_0x4e3181['commandName']){case'bulletedList':_0x3f3ab1=_0x4e3181['commandParams'][0x0]['forceValue'],_0x496bca=_0x3518c4(_0x4e3181['commandName']),_0x13876d=_0x3f3ab1?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x496bca&&_0x258a53['config']['get']('list.multiBlock')||(_0x13876d='*Change\x20to:*\x20%0'),_0x42fee4={'type':'format','content':o(_0x457b0d,_0x13876d,o(_0x457b0d,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x3f3ab1=_0x4e3181['commandParams'][0x0]['forceValue'],_0x496bca=_0x3518c4(_0x4e3181['commandName']),_0x13876d=_0x3f3ab1?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x496bca&&_0x258a53['config']['get']('list.multiBlock')||(_0x13876d='*Change\x20to:*\x20%0'),_0x42fee4={'type':'format','content':o(_0x457b0d,_0x13876d,o(_0x457b0d,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x13876d='*Indent:*\x20%0',_0x42fee4={'type':'format','content':o(_0x457b0d,_0x13876d,o(_0x457b0d,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x13876d=function(_0x1e6c1e){const _0x2898cb=_0x1e6c1e['getFirstRange']();let _0x148594=_0x2898cb['start']['nodeAfter'];for(;_0x148594&&_0x2898cb['containsItem'](_0x148594);){if(_0x148594['getAttribute']('listIndent')>0x0)return!0x1;_0x148594=_0x148594['nextSibling'];}return!0x0;}(_0x18d156)?o(_0x457b0d,'*Format:*\x20remove\x20from\x20%0',o(_0x457b0d,function(_0x1e0e11){return'ELEMENT_'+_0x1e0e11['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x18d156))):o(_0x457b0d,'*Outdent:*\x20%0',o(_0x457b0d,'ELEMENT_LIST_ITEM')),_0x42fee4={'type':'format','content':_0x13876d};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4e3181['multipleBlocks']&&(_0x13876d='*Merge:*\x20%0',_0x42fee4={'type':'deletion','content':o(_0x457b0d,_0x13876d,o(_0x457b0d,'ELEMENT_LIST_ITEM'))});}return _0x42fee4;});}}function le(_0x138152){let _0xcb2160=_0x138152['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0xcb2160;){const _0x39c64b=_0xcb2160['getAttribute']('listItemId');if(!_0x39c64b)return!0x1;if(_0x39c64b==_0x138152['data']['newValue'])return'newValue';if(_0x39c64b==_0x138152['data']['oldValue'])return'oldValue';_0xcb2160=_0xcb2160['previousSibling'];}return!0x1;}class pe extends _0x266c89{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x4db6a3=this['editor']['config']['get']('list.properties'),_0x205cf8=this['editor']['plugins']['get']('TrackChangesEditing');_0x4db6a3['styles']&&(_0x205cf8['enableDefaultAttributesIntegration']('listStyle'),_0x205cf8['registerBlockAttribute']('listStyle')),_0x4db6a3['reversed']&&(_0x205cf8['enableDefaultAttributesIntegration']('listReversed'),_0x205cf8['registerBlockAttribute']('listReversed')),_0x4db6a3['startIndex']&&(_0x205cf8['enableDefaultAttributesIntegration']('listStart'),_0x205cf8['registerBlockAttribute']('listStart'));const _0x4dd8fe={'type':'format','content':''};_0x205cf8['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x179ae6=this['editor']['locale'];_0x205cf8['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x179ae6,'FORMAT_LIST_REVERSED')),_0x205cf8['descriptionFactory']['registerDescriptionCallback'](_0x19e0a8=>{const {data:_0xb6396a}=_0x19e0a8;if(_0xb6396a&&'listReversed'==_0xb6396a['key'])return null==_0xb6396a['newValue']||0x0==_0xb6396a['newValue']&&null==_0xb6396a['oldValue']?_0x4dd8fe:void 0x0;}),_0x205cf8['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x179ae6,'FORMAT_LIST_START')),_0x205cf8['descriptionFactory']['registerDescriptionCallback'](_0x3f1e1c=>{const {data:_0x50cc14}=_0x3f1e1c;if(_0x50cc14&&'listStart'==_0x50cc14['key'])return null==_0x50cc14['newValue']||0x1==_0x50cc14['newValue']&&null==_0x50cc14['oldValue']?_0x4dd8fe:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x22d957=>{if(_0x22d957['batch']['isUndo'])return!0x1;let _0x17b0a6=!0x1;const _0x4ed2fb=_0x205cf8['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x45563d=>{const _0x2fc3c5=_0x205cf8['_getAttributeKey'](_0x45563d);return'listStart'==_0x2fc3c5||'listReversed'==_0x2fc3c5;});for(const _0x3d3b3b of _0x4ed2fb){const _0x2e3c85=_0x3d3b3b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x2e3c85||'customNumbered'==_0x2e3c85)continue;_0x205cf8['_findSuggestions'](_0x3d3b3b['getFirstRange'](),'attribute')['find'](_0x1a47e5=>'listType'==_0x205cf8['_getAttributeKey'](_0x1a47e5['suggestion']))||(_0x22d957['removeMarker'](_0x3d3b3b['getFirstMarker']()),_0x17b0a6=!0x0);}return _0x17b0a6;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x5df7a7){const _0x5d22ef=this['editor']['locale'],{data:_0x59999d}=_0x5df7a7,_0xa7a2b6={'type':'format','content':''};if(!_0x59999d||'listStyle'!=_0x59999d['key'])return;if(!_0x59999d['oldValue'])return'default'==_0x59999d['newValue']?_0xa7a2b6:{'type':'format','content':''+o(_0x5d22ef,'*Set\x20format:*\x20%0',o(_0x5d22ef,this['_getTranslationKeyForListStyle'](_0x59999d['newValue'])))};if(!_0x59999d['newValue']){if('default'==_0x59999d['oldValue'])return _0xa7a2b6;let _0x4c6052=_0x5df7a7['head'];for(;_0x4c6052;){if(_0x4c6052['data']&&'listType'==_0x4c6052['data']['key']&&_0x4c6052['data']['newValue'])return _0xa7a2b6;_0x4c6052=_0x4c6052['next'];}return{'type':'format','content':''+o(_0x5d22ef,'*Remove\x20format:*\x20%0',o(_0x5d22ef,this['_getTranslationKeyForListStyle'](_0x59999d['oldValue'])))};}if('default'!=_0x59999d['newValue'])return{'type':'format','content':''+o(_0x5d22ef,'*Set\x20format:*\x20%0',o(_0x5d22ef,this['_getTranslationKeyForListStyle'](_0x59999d['newValue'])))};let _0x3dd6ca=_0x5df7a7['head'];for(;_0x3dd6ca;){if(_0x3dd6ca['data']&&'listType'==_0x3dd6ca['data']['key']&&_0x3dd6ca['data']['newValue']&&_0x3dd6ca['data']['oldValue'])return _0xa7a2b6;_0x3dd6ca=_0x3dd6ca['next'];}return{'type':'format','content':o(_0x5d22ef,'*Set\x20format:*\x20%0',o(_0x5d22ef,'ELEMENT_'+_0x5df7a7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x4d6759=this['editor'],_0x29a192=_0x4d6759['locale'];_0x4d6759['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xbd4f57=>{if('formatBlock'!=_0xbd4f57['type'])return;const {data:_0x29d515}=_0xbd4f57;if(!_0x29d515)return;let _0x358f20,_0x30b289;switch(_0x29d515['commandName']){case'listStyle':_0x358f20='*Change\x20to:*\x20%0',_0x30b289={'type':'format','content':o(_0x29a192,_0x358f20,o(_0x29a192,this['_getTranslationKeyForListStyle'](_0x29d515['commandParams'][0x0]['type'])))};break;case'listReversed':_0x358f20=_0x29d515['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x30b289={'type':'format','content':o(_0x29a192,_0x358f20)};break;case'listStart':_0x358f20='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x30b289={'type':'format','content':o(_0x29a192,_0x358f20,_0x29d515['commandParams'][0x0]['startIndex'])};}return _0x30b289;});}['_getTranslationKeyForListStyle'](_0x2b950d){return'ELEMENT_'+function(_0x233c22){if(ye['includes'](_0x233c22))return'bulleted';if(Se['includes'](_0x233c22))return'numbered';return null;}(_0x2b950d)['toUpperCase']()+'_LIST_'+_0x2b950d['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x266c89{static get['requires'](){return[_0xeb11a3];}['init'](){const _0x32abbc=this['editor'],_0x31ee7f=_0x32abbc['plugins']['get']('TrackChangesEditing'),_0x15540b=_0x32abbc['commands']['get']('enter');_0x31ee7f['enableCommand']('enter',()=>{_0x32abbc['model']['change'](_0x404c0=>{const _0x2b2eea=_0x32abbc['model']['document']['selection'],_0xb36a41=_0x2b2eea['getFirstPosition'](),_0x228bcb=_0x542340['fromRange'](_0x2b2eea['getFirstRange']());if(_0x15540b['enterBlock'](_0x404c0)){const _0x3ed024=_0x32abbc['model']['createPositionAt'](_0xb36a41['parent']['nextSibling'],0x0),_0x346fba=_0x404c0['createRange'](_0xb36a41,_0x3ed024);_0x31ee7f['markInsertion'](_0x346fba);}else _0x404c0['setSelection'](_0x404c0['createRange'](_0x228bcb['end']));_0x228bcb['detach'](),_0x15540b['fire']('afterExecute',{'writer':_0x404c0});});}),_0x32abbc['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x32abbc,'split'),{'priority':'high'}),_0x32abbc['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x20f84a,_0x112385,_0x48cac8)=>{const _0x364bbd=_0x48cac8['mapper']['markerNameToElements'](_0x112385['markerName']);if(_0x364bbd){for(const _0x182f76 of _0x364bbd)_0x182f76['hasClass']('ck-suggestion-marker-split')&&(_0x48cac8['mapper']['unbindElementFromMarkerName'](_0x182f76,_0x112385['markerName']),_0x48cac8['writer']['remove'](_0x182f76));}},{'priority':'high'}),_0x32abbc['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5bf350,_0x31e033,_0x5f2cb4)=>{_0x5f2cb4['options']['showSuggestionHighlights']&&_e(_0x32abbc,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5bf350,_0x31e033,_0x5f2cb4);},{'priority':'high'});}}class X extends _0x266c89{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x59742b=this['editor']['plugins']['get']('TrackChangesEditing');_0x59742b['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x59742b['enableCommand']('findNext'),_0x59742b['enableCommand']('findPrevious'),_0x59742b['enableCommand']('replace'),_0x59742b['enableCommand']('replaceAll');}['handleFindCommand'](_0x1a4268,_0x9a4ade,_0x519768={}){const _0x4e8f33=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x1a4268(_0x108087=>{let _0x2a79ac=('string'==typeof _0x9a4ade?_0x4e8f33['findByTextCallback'](_0x9a4ade,_0x519768):_0x9a4ade)(_0x108087);Array['isArray'](_0x2a79ac)&&(_0x2a79ac={'results':_0x2a79ac,'searchText':'string'==typeof _0x9a4ade?_0x9a4ade:''});const _0x50e9eb=_0x2a79ac['results']['filter'](_0x5871ea=>!0x1===this['_isInDeletionRange'](_0x5871ea,_0x108087['item']));return{..._0x2a79ac,'results':_0x50e9eb};},_0x519768);}['_isInDeletionRange'](_0x1aed37,_0x493b99){const _0x3651fc=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x493b99,_0x1aed37['start']),this['editor']['model']['createPositionAt'](_0x493b99,_0x1aed37['end']));for(const _0x424b80 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x3651fc['getIntersection'](_0x424b80['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x266c89{['afterInit'](){const _0x44c9d2=this['editor']['locale'],_0x3a0a2e=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x256f92,commandName:_0xdbde2d}of ro)this['editor']['plugins']['has'](_0x256f92)&&(_0x3a0a2e['enableDefaultAttributesIntegration'](_0xdbde2d),_0x3a0a2e['registerInlineAttribute'](_0xdbde2d));_0x3a0a2e['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x44c9d2,'FORMAT_FONT_SIZE')),_0x3a0a2e['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x44c9d2,'FORMAT_FONT_FAMILY')),_0x3a0a2e['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x44c9d2,'FORMAT_FONT_COLOR')),_0x3a0a2e['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x44c9d2,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f3fc4=this['editor'],_0x3c5b74=_0x1f3fc4['locale'];_0x1f3fc4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5be38f=>{const _0x42bd61=_0x3c5b74['t'];if('formatInline'!=_0x5be38f['type'])return;const {data:_0x1aea56}=_0x5be38f;if(null!=_0x1aea56){if('fontSize'==_0x1aea56['commandName']){const _0x104f12=_0x1aea56['commandParams'][0x0]['value'];if(_0x104f12){const _0x4feba3=_0x42bd61(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x466f0c=>_0x466f0c['model']==_0x104f12)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3c5b74,'*Set\x20font\x20size:*\x20%0',_0x4feba3)};}return{'type':'format','content':o(_0x3c5b74,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x1aea56['commandName']){const _0x51eacc=_0x1aea56['commandParams'][0x0]['value'];return _0x51eacc?{'type':'format','content':o(_0x3c5b74,'*Set\x20font\x20family:*\x20%0',_0x51eacc)}:{'type':'format','content':o(_0x3c5b74,'*Reset\x20font\x20family*')};}if('fontColor'==_0x1aea56['commandName']){const _0x5ed848=_0x1aea56['commandParams'][0x0]['value'];if(_0x5ed848){const _0x2d96b4=_0x21a271(this['editor']['config']['get']('fontColor.colors'))['find'](_0x127843=>_0x127843['model']==_0x5ed848);let _0x59b326=_0x5ed848,_0x95ca94='';return _0x2d96b4&&(_0x59b326=_0x2d96b4['label'],_0x95ca94=_0x42bd61(_0x59b326)['toLowerCase']()),{'type':'format','content':o(_0x3c5b74,'*Set\x20font\x20color:*\x20%0',_0x95ca94)['trim'](),'color':{'value':_0x5ed848,'title':_0x95ca94||_0x59b326}};}return{'type':'format','content':o(_0x3c5b74,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x1aea56['commandName']){const _0x59b365=_0x1aea56['commandParams'][0x0]['value'];if(_0x59b365){const _0x29bdcb=_0x21a271(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x579eb2=>_0x579eb2['model']==_0x59b365);let _0x4659d8=_0x59b365,_0x4677bc='';return _0x29bdcb&&(_0x4659d8=_0x29bdcb['label'],_0x4677bc=_0x42bd61(_0x4659d8)['toLowerCase']()),{'type':'format','content':o(_0x3c5b74,'*Set\x20font\x20background\x20color:*\x20%0',_0x4677bc)['trim'](),'color':{'value':_0x59b365,'title':_0x4677bc||_0x4659d8}};}return{'type':'format','content':o(_0x3c5b74,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x266c89{['afterInit'](){const _0x22df5a=this['editor'],_0x87484e=_0x22df5a['plugins']['get']('TrackChangesEditing'),_0x35a37d=_0x22df5a['commands']['get']('copyFormat'),_0x733027=_0x22df5a['commands']['get']('pasteFormat');_0x35a37d&&_0x733027&&(_0x87484e['enableDefaultAttributesIntegration']('pasteFormat'),_0x87484e['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x481d61=this['editor'],_0x49ca3a=_0x481d61['locale'];_0x481d61['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2937f5=>{if('formatBlock'!=_0x2937f5['type']&&'formatInline'!=_0x2937f5['type'])return;const {data:_0x1b1a8a}=_0x2937f5;if(_0x1b1a8a&&'pasteFormat'===_0x1b1a8a['commandName']){const _0x4d9125=[],_0x17f14e=_0x1b1a8a['commandParams'][0x0];for(const [_0x449a2a,_0x19c29e]of Object['entries'](_0x17f14e))_0x4d9125['push'](so(_0x481d61,_0x449a2a,_0x19c29e));return _0x4d9125['length']?{'type':'format','content':o(_0x49ca3a,'*Set\x20format\x20to:*\x20%0',_0x4d9125['join'](',\x20'))}:{'type':'format','content':o(_0x49ca3a,'*Remove\x20all\x20formatting*')};}});}}function so(_0x128e90,_0x3fd362,_0x47f05e){const _0x343fdd=_0x128e90['locale']['t'],_0x99ebf9=_0x3fd362['split'](/(?=[A-Z])/)['join']('\x20'),_0x30b97e=_0x343fdd(_0x99ebf9['charAt'](0x0)['toUpperCase']()+_0x99ebf9['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x47f05e)return _0x30b97e;if('fontColor'===_0x3fd362||'fontBackgroundColor'===_0x3fd362){const _0x447dc9=_0x21a271(_0x128e90['config']['get']('fontColor.colors'))['find'](_0x21da3e=>_0x21da3e['model']==_0x47f05e);return _0x30b97e+'\x20('+(_0x447dc9?_0x343fdd(_0x447dc9['label'])['toLowerCase']():_0x47f05e)+')';}if('fontSize'===_0x3fd362&&isNaN(parseFloat(_0x47f05e))){const _0x3429af=_0x128e90['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x128e90['config']['get']('fontSize.options'))['find'](_0x5272ae=>_0x5272ae['model']==_0x47f05e);return _0x30b97e+'\x20('+(_0x3429af?_0x343fdd(_0x3429af['title'])['toLowerCase']():_0x47f05e)+')';}return _0x30b97e+'\x20('+_0x47f05e+')';}class tt extends _0x266c89{['_headingOptions'];['afterInit'](){const _0x511983=this['editor'];if(!_0x511983['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x511983['config']['get']('heading.options');const _0x12471e=_0x511983['locale'],_0x32040b=_0x511983['plugins']['get']('TrackChangesEditing');_0x32040b['enableDefaultAttributesIntegration']('heading');for(const _0x6aa0e8 of this['_headingOptions'])'paragraph'!=_0x6aa0e8['model']&&_0x32040b['descriptionFactory']['registerElementLabel'](_0x6aa0e8['model'],_0x127d31=>{const _0x3f1a36=this['_getHeadingLevel'](_0x6aa0e8['model']);return null!==_0x3f1a36?_0x43503e(_0x127d31,_0x3f1a36):_0x100a62(_0x127d31,_0x6aa0e8['title']);});function _0x43503e(_0x5e55d3,_0x3b7096){return o(_0x12471e,'ELEMENT_HEADING',[_0x5e55d3,_0x3b7096]);}function _0x100a62(_0x3094cd,_0xbd4dbc){return o(_0x12471e,'ELEMENT_HEADING_CUSTOM',[_0x3094cd,_0xbd4dbc]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5a06d9=this['editor'],_0x476c73=_0x5a06d9['locale'];function _0x181040(_0xdec0bc,_0x101e84){return o(_0x476c73,'ELEMENT_HEADING_CUSTOM',[_0xdec0bc,_0x101e84]);}_0x5a06d9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20181d=>{if('formatBlock'!=_0x20181d['type'])return;const {data:_0x189aad}=_0x20181d;if(_0x189aad&&'heading'==_0x189aad['commandName']){const _0x57a3fa=_0x189aad['commandParams'][0x0]['value'],_0x553289=this['_getHeadingLevel'](_0x57a3fa);if(null!==_0x553289)return{'type':'format','content':o(_0x476c73,'*Change\x20to:*\x20%0',(_0xf38826=0x1,_0x2b2063=_0x553289,o(_0x476c73,'ELEMENT_HEADING',[_0xf38826,_0x2b2063])))};const _0x54c191=this['_headingOptions']['find'](_0x26089b=>_0x26089b['model']===_0x57a3fa)['title'];return{'type':'format','content':o(_0x476c73,'*Change\x20to:*\x20%0',_0x181040(0x1,_0x54c191))};}var _0xf38826,_0x2b2063;});}['_getHeadingLevel'](_0x23e013){const _0x1e8c14=_0x23e013['match'](/^heading(\d+)/);if(_0x1e8c14)return _0x1e8c14[0x1];const _0x5505b3=this['_headingOptions']?.['find'](_0x216d8f=>_0x216d8f['model']==_0x23e013);if(_0x5505b3&&_0x5505b3['view']){const _0x45a4e2=_0x5505b3['view'],_0x1a4654=(_0x45a4e2['name']??_0x45a4e2)['match'](/^h(\d+)/);if(_0x1a4654)return _0x1a4654[0x1];}return null;}}class et extends _0x266c89{['afterInit'](){const _0x538a46=this['editor'];if(!_0x538a46['plugins']['has']('HighlightEditing'))return;const _0x398694=_0x538a46['plugins']['get']('TrackChangesEditing'),_0xfc480e=_0x538a46['locale'];_0x398694['enableDefaultAttributesIntegration']('highlight'),_0x398694['registerInlineAttribute']('highlight'),_0x398694['descriptionFactory']['registerAttributeLabel']('highlight',o(_0xfc480e,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x13d11c=this['editor'],_0x1bb639=_0x13d11c['locale'];_0x13d11c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2082e8=>{if('formatInline'!=_0x2082e8['type'])return;const {data:_0x3dcd01}=_0x2082e8;if(_0x3dcd01&&'highlight'==_0x3dcd01['commandName']){const _0x5517fd=_0x1bb639['t'],_0x2b4da3=_0x3dcd01['commandParams'][0x0]['value'];if(_0x2b4da3){const _0xf72d0a=_0x13d11c['config']['get']('highlight.options')['find'](_0x4dd65d=>_0x4dd65d['model']==_0x2b4da3),_0x3e4ef4=_0x5517fd(_0xf72d0a['title'])['toLowerCase']();return{'type':'format','content':o(_0x1bb639,'*Set\x20highlight:*\x20%0',_0x3e4ef4),'color':{'value':_0xf72d0a['color'],'title':_0xf72d0a['title']}};}return{'type':'format','content':o(_0x1bb639,'*Remove\x20highlight*',o(_0x1bb639,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x266c89{['afterInit'](){const _0x470010=this['editor'];if(!_0x470010['plugins']['has']('HorizontalLineEditing'))return;_0x470010['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4f6340=_0x470010['plugins']['get']('TrackChangesEditing'),_0x1bce18=_0x470010['locale'];_0x4f6340['descriptionFactory']['registerElementLabel']('horizontalLine',_0x50c2ea=>o(_0x1bce18,'ELEMENT_HORIZONTAL_LINE',_0x50c2ea)),_0x470010['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0xc0a11b,{writer:_0x493e40,options:_0x2a8e9b})=>{if(!_0x2a8e9b['showSuggestionHighlights'])return null;const _0x41844b=_0x493e40['createContainerElement']('div'),_0x53f2b6=_0x493e40['createEmptyElement']('hr');return _0x493e40['addClass']('ck-horizontal-line',_0x41844b),_0x493e40['insert'](_0x493e40['createPositionAt'](_0x41844b,0x0),_0x53f2b6),_0x41844b;},'converterPriority':'high'});}}class st extends _0x266c89{['afterInit'](){const _0x3384a4=this['editor'];if(!_0x3384a4['plugins']['has']('HtmlEmbed'))return;const _0x2b5315=_0x3384a4['plugins']['get']('TrackChangesEditing'),_0x4f777f=_0x3384a4['locale'];_0x2b5315['descriptionFactory']['registerElementLabel']('rawHtml',_0x446ba5=>o(_0x4f777f,'ELEMENT_HTML_EMBED',_0x446ba5)),_0x2b5315['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2b5315['registerBlockAttribute']('value'),_0x2b5315['descriptionFactory']['registerDescriptionCallback'](_0x4359b9=>{if('attribute'!=_0x4359b9['type'])return;const {data:_0x31fa42}=_0x4359b9;if(_0x31fa42&&'value'==_0x31fa42['key']&&_0x4359b9['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x521d40=o(_0x4f777f,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4f777f,'*Change\x20%0\x20content*',_0x521d40)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x21aed2=this['editor'],_0x2923a4=_0x21aed2['locale'];_0x21aed2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x50ce9f=>{if('formatBlock'!=_0x50ce9f['type'])return;const {data:_0x5a5170}=_0x50ce9f;if(_0x5a5170&&'htmlEmbed'==_0x5a5170['commandName']){const _0x2c36f3=o(_0x2923a4,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2923a4,'*Change\x20%0\x20content*',_0x2c36f3)};}});}}class nt extends _0x266c89{['afterInit'](){const _0x1f0632=this['editor'];if(!_0x1f0632['plugins']['has']('ImageEditing'))return;const _0x39ed87=_0x1f0632['plugins']['get']('TrackChangesEditing'),_0xc9574f=_0x1f0632['plugins']['get']('ImageUtils'),_0x9ba577=_0x1f0632['locale'];_0x39ed87['enableCommand']('insertImage'),_0x39ed87['descriptionFactory']['registerElementLabel']('imageBlock',_0x2981fe=>o(_0x9ba577,'ELEMENT_IMAGE',_0x2981fe)),_0x39ed87['descriptionFactory']['registerElementLabel']('imageInline',_0x402e21=>o(_0x9ba577,'ELEMENT_INLINE_IMAGE',_0x402e21)),_0x39ed87['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x9ba577,'ELEMENT_CAPTION')),_0x1f0632['plugins']['has']('ImageUploadEditing')&&_0x39ed87['enableCommand']('uploadImage'),_0x1f0632['plugins']['has']('ImageBlockEditing')&&_0x1f0632['plugins']['has']('ImageInlineEditing')&&(_0x39ed87['enableCommand']('imageTypeInline',(_0xfc2963,_0x13a638)=>{const _0x7740c0=_0xc9574f['getClosestSelectedImageElement'](_0x1f0632['model']['document']['selection']);_0x1f0632['model']['change'](()=>{_0x39ed87['markBlockFormat'](_0x7740c0,{'commandName':'imageTypeInline','commandParams':[_0x13a638]},[],'convertBlockImageToInline');});}),_0x39ed87['enableCommand']('imageTypeBlock',(_0x4d738b,_0x230a19)=>{_0x1f0632['model']['change'](_0x50ec7a=>{let _0x1bcf5a=_0xc9574f['getClosestSelectedImageElement'](_0x1f0632['model']['document']['selection']),_0xa65b67=_0x50ec7a['createRangeOn'](_0x1bcf5a);const _0xb36726=_0x363aaa['fromPosition'](_0xa65b67['start'],'toPrevious'),_0x1bd5db=_0x363aaa['fromPosition'](_0xa65b67['end'],'toNext');_0x39ed87['forceDefaultExecution'](()=>_0x4d738b(_0x230a19)),_0x1bcf5a=_0xc9574f['getClosestSelectedImageElement'](_0x1f0632['model']['document']['selection']),_0xa65b67=_0x50ec7a['createRangeOn'](_0x1bcf5a);const _0x52384f=_0x50ec7a['createRange'](_0xb36726,_0x1bd5db);_0xb36726['detach'](),_0x1bd5db['detach'](),_0x39ed87['markBlockFormat'](_0x1bcf5a,{'commandName':'imageTypeInline','commandParams':[_0x230a19]},[],'convertInlineImageToBlock'),_0x52384f['start']['isBefore'](_0xa65b67['start'])&&_0x39ed87['markInsertion'](_0x50ec7a['createRange'](_0x52384f['start'],_0xa65b67['start']),'convertInlineImageToBlock'),_0xa65b67['end']['isBefore'](_0x52384f['end'])&&_0x39ed87['markInsertion'](_0x50ec7a['createRange'](_0xa65b67['end'],_0x52384f['end']),'convertInlineImageToBlock');});}),_0x39ed87['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x39ed87['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x39ed87['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x39ed87['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x39ed87['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x39ed87['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x21edd5])=>{const _0x652239=_0x39ed87['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x4c30e4=_0x21edd5['start'],_0xbeaa7a=_0x21edd5['end'];const _0x5a32b6=_0x1f0632['model']['schema']['getNearestSelectionRange'](_0x4c30e4,'backward'),_0x2fd96b=_0x1f0632['model']['schema']['getNearestSelectionRange'](_0xbeaa7a,'forward');_0x5a32b6['isCollapsed']&&(_0x4c30e4=_0x5a32b6['start']),_0x2fd96b['isCollapsed']&&(_0xbeaa7a=_0x2fd96b['end']),_0x652239([_0x1f0632['model']['createRange'](_0x4c30e4,_0xbeaa7a)]);}),_0x39ed87['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x3694a6),_0x39ed87['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x3694a6)),_0x1f0632['plugins']['has']('ImageCaptionEditing')&&(_0x39ed87['enableCommand']('toggleImageCaption',(_0x4fcc3e,_0x2ff3c7)=>{const _0x26378b=_0x1f0632['plugins']['get']('ImageCaptionUtils');let _0x283738=_0xc9574f['getClosestSelectedImageElement'](_0x1f0632['model']['document']['selection']),_0x47bb5e=_0x26378b['getCaptionFromImageModelElement'](_0x283738);_0x1f0632['model']['change'](()=>{if(_0x47bb5e)return void _0x39ed87['markDeletion'](_0x1f0632['model']['createRangeOn'](_0x47bb5e));const _0x11fb77=_0xc9574f['isBlockImage'](_0x283738);_0x4fcc3e(_0x2ff3c7),_0x283738=_0xc9574f['getClosestSelectedImageElement'](_0x1f0632['model']['document']['selection']),_0x47bb5e=_0x26378b['getCaptionFromImageModelElement'](_0x283738),_0x39ed87['markInsertion'](_0x1f0632['model']['createRangeOn'](_0x47bb5e),_0x11fb77?null:'imageCaption');});}),_0x39ed87['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x3694a6));const _0x495e0e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4a04a8(_0x38355f,_0x5ebcb4){const _0x23978d=_0x495e0e['findIndex'](({type:_0x38063a,subType:_0x519fd9})=>_0x38355f['type']==_0x38063a&&_0x38355f['subType']==_0x519fd9),_0x1ccc04=_0x495e0e['findIndex'](({type:_0x533529,subType:_0x14273f})=>_0x5ebcb4['type']==_0x533529&&_0x5ebcb4['subType']==_0x14273f);if(_0x23978d<0x0||_0x1ccc04<0x0)return!0x1;const _0x18dceb=_0x38355f['getFirstRange'](),_0x571b95=_0x5ebcb4['getFirstRange']();if((0x0==_0x23978d||0x1==_0x23978d)&&0x2==_0x1ccc04&&_0x18dceb['isIntersecting'](_0x571b95))return!0x0;if(0x2==_0x23978d&&0x3==_0x1ccc04){const _0x4afa3e=_0x39ed87['_findSuggestions'](_0x18dceb,'insertion')['filter'](({suggestion:_0x45070e,meta:_0x122bf0})=>_0x122bf0['isOwn']&&'convertInlineImageToBlock'==_0x45070e['subType']);if(_0x4afa3e['length']>0x1&&_0x571b95['end']['isEqual'](_0x18dceb['start']))return!0x0;if(0x1==_0x4afa3e['length']&&(_0x18dceb['start']['isEqual'](_0x571b95['end'])||_0x18dceb['end']['isEqual'](_0x571b95['start'])))return!0x0;}if(0x3==_0x23978d&&0x3==_0x1ccc04&&_0x18dceb['start']['isBefore'](_0x571b95['start'])){const _0x5aead8=_0x18dceb['end']['nodeAfter'],_0x288901=_0x571b95['start']['nodeBefore'];return _0xc9574f['isBlockImage'](_0x5aead8)&&_0x5aead8===_0x288901;}return!0x1;}function _0x3694a6(_0x8591a5,_0x5cf18e){return _0x4a04a8(_0x8591a5,_0x5cf18e)?[_0x8591a5,_0x5cf18e]:_0x4a04a8(_0x5cf18e,_0x8591a5)?[_0x5cf18e,_0x8591a5]:null;}_0x1f0632['plugins']['has']('ImageResize')&&(_0x39ed87['enableDefaultAttributesIntegration']('resizeImage'),_0x39ed87['registerBlockAttribute']('resizedWidth'),_0x39ed87['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x9ba577,'FORMAT_IMAGE_SIZE'))),_0x1f0632['plugins']['has']('ImageTextAlternativeEditing')&&(_0x39ed87['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x39ed87['registerBlockAttribute']('alt')),_0x39ed87['descriptionFactory']['registerDescriptionCallback'](_0x59f803=>{if(!!_0x495e0e['find'](({type:_0x2e2887,subType:_0x124441})=>_0x59f803['type']==_0x2e2887&&_0x59f803['subType']==_0x124441))return _0x59f803['previous']?{}:void 0x0;}),_0x39ed87['descriptionFactory']['registerDescriptionCallback'](_0x4e0f72=>{if('insertion'==_0x4e0f72['type']||'deletion'==_0x4e0f72['type']){const _0x4ca2d5=_0x4e0f72['getContainedElement']();if(_0x4ca2d5&&_0x4ca2d5['is']('element','caption'))return{'type':'insertion'==_0x4e0f72['type']?'addObject':'removeObject','element':_0x4ca2d5,'quantity':0x1};}}),_0x39ed87['descriptionFactory']['registerDescriptionCallback'](_0x4772a7=>'formatBlock'==_0x4772a7['type']&&'convertInlineImageToBlock'==_0x4772a7['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x4772a7['type']&&'convertBlockImageToInline'==_0x4772a7['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x39ed87['descriptionFactory']['registerDescriptionCallback'](_0x226032=>{if('attribute'!=_0x226032['type'])return;const {data:_0x327fa7}=_0x226032;if(!_0x327fa7||'alt'!=_0x327fa7['key'])return;const _0xf1c886=_0x327fa7['newValue'];return _0xf1c886?{'type':'format','content':o(_0x9ba577,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xf1c886+'\x22')}:{'type':'format','content':o(_0x9ba577,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x452ce2=this['editor'],_0x263bbf=_0x452ce2['locale'];_0x452ce2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2d2b8c=>{if('formatBlock'!=_0x2d2b8c['type']&&'formatInline'!=_0x2d2b8c['type'])return;const {data:_0x194b8d}=_0x2d2b8c;if(_0x194b8d){if('imageTextAlternative'==_0x194b8d['commandName']){const _0x4b262f=_0x194b8d['commandParams'][0x0]['newValue'];return _0x4b262f?{'type':'format','content':o(_0x263bbf,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4b262f+'\x22')}:{'type':'format','content':o(_0x263bbf,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x194b8d['commandName']){const _0x387027=_0x194b8d['commandParams'][0x0]['width'];return _0x387027?{'type':'format','content':o(_0x263bbf,'*Set\x20image\x20width:*\x20%0',_0x387027)}:{'type':'format','content':o(_0x263bbf,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x266c89{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x40a967=this['editor']['locale'],_0x14eff7=this['editor']['plugins']['get']('TrackChangesEditing');_0x14eff7['enableDefaultAttributesIntegration']('replaceImageSource'),_0x14eff7['registerBlockAttribute']('src'),_0x14eff7['descriptionFactory']['registerDescriptionCallback'](_0x1411a4=>{if('attribute'!=_0x1411a4['type'])return;const {data:_0x889ca0}=_0x1411a4;return _0x889ca0&&'src'==_0x889ca0['key']?_0x889ca0['newValue']&&_0x889ca0['oldValue']?{'type':'format','content':o(_0x40a967,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4f7247=this['editor']['plugins']['get']('TrackChangesEditing');_0x4f7247['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x4f7247['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4f7247['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x4f7247['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5541c1=this['editor'],_0x591451=_0x5541c1['locale'];_0x5541c1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x510ace=>{if('formatBlock'!=_0x510ace['type']&&'formatInline'!=_0x510ace['type'])return;const {data:_0x412128}=_0x510ace;if(!_0x412128||'replaceImageSource'!=_0x412128['commandName'])return;return{'type':'format','content':o(_0x591451,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x266c89{['afterInit'](){const _0x38ab3a=this['editor'];if(!_0x38ab3a['plugins']['has']('ImageStyleEditing'))return;const _0x1efa2d=_0x38ab3a['plugins']['get']('TrackChangesEditing'),_0x301c98=_0x38ab3a['plugins']['get']('ImageUtils'),_0x21e39c={};_0x1efa2d['enableCommand']('imageStyle',(_0x6d3317,_0xae2f53)=>{const _0x11276c=_0x38ab3a['plugins']['get']('Users')['me'],_0x41b468=_0x38ab3a['commands']['get']('imageStyle');let _0x4dc154=_0x301c98['getClosestSelectedImageElement'](_0x38ab3a['model']['document']['selection']),_0x19a687=_0x38ab3a['model']['createRangeOn'](_0x4dc154),_0x1f4586=_0x41b468['value'];if(_0x1f4586==_0xae2f53['value'])return;const _0x35f06b={'commandName':'imageStyle','commandParams':[_0xae2f53],'formatGroupId':_0x49822d()};_0x38ab3a['model']['change'](()=>{if(_0x1efa2d['getSuggestions']()['filter'](_0x1898b1=>_0x1898b1['isInContent']&&_0x11276c==_0x1898b1['author']&&('formatBlock'==_0x1898b1['type']||'formatInline'==_0x1898b1['type'])&&('imageStylePreApply'==_0x1898b1['subType']||'imageStylePostApply'==_0x1898b1['subType'])&&_0x1898b1['getFirstRange']()['isEqual'](_0x19a687))['forEach'](_0x1cc5f7=>_0x1efa2d['discardSuggestion'](_0x1cc5f7['head'])),_0x4dc154=_0x301c98['getClosestSelectedImageElement'](_0x38ab3a['model']['document']['selection']),_0x19a687=_0x38ab3a['model']['createRangeOn'](_0x4dc154),_0x41b468['refresh'](),_0x38ab3a['commands']['get']('imageTypeInline')['refresh'](),_0x38ab3a['commands']['get']('imageTypeBlock')['refresh'](),_0x1f4586=_0x41b468['value'],_0x1f4586!=_0xae2f53['value'])return _0x301c98['isInlineImage'](_0x4dc154)&&_0x41b468['shouldConvertImageType'](_0xae2f53['value'],_0x4dc154)?(_0x6d3317({..._0xae2f53,'setImageSizes':!0x1}),_0x4dc154=_0x301c98['getClosestSelectedImageElement'](_0x38ab3a['model']['document']['selection']),void _0x1efa2d['markBlockFormat'](_0x4dc154,{..._0x35f06b,'commandReversedParams':[{'value':_0x1f4586||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x301c98['isBlockImage'](_0x4dc154)?_0x1efa2d['markBlockFormat'](_0x4dc154,_0x35f06b,[],'imageStylePostApply'):_0x1efa2d['markInlineFormat'](_0x19a687,_0x35f06b,'imageStylePostApply'));});});for(const _0x48aa1d of _0x38ab3a['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x21e39c[_0x48aa1d['name']]=_0x48aa1d['title']['toLowerCase']();_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x531b9d])=>{_0x301c98['setImageNaturalSizeAttributes'](_0x531b9d['getContainedElement']());}),_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2d6976,_0x59c6c5)=>{_0x1efa2d['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2d6976,{'commandName':_0x59c6c5['commandName'],'commandParams':_0x59c6c5['commandReversedParams']});}),_0x1efa2d['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0xc5de2c,_0x104df7){if(_0x1a113f(_0xc5de2c,_0x104df7))return[_0xc5de2c,_0x104df7];if(_0x1a113f(_0x104df7,_0xc5de2c))return[_0x104df7,_0xc5de2c];return null;});const _0x3c3c3e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1a113f(_0x4c4ed0,_0x51f676){const _0x49d596=_0x3c3c3e['findIndex'](({type:_0x504874,subType:_0x4fdb9c})=>_0x4c4ed0['type']==_0x504874&&_0x4c4ed0['subType']==_0x4fdb9c),_0x1a8780=_0x3c3c3e['findIndex'](({type:_0x3ea28d,subType:_0x569506})=>_0x51f676['type']==_0x3ea28d&&_0x51f676['subType']==_0x569506);if(_0x49d596<0x0||_0x1a8780<0x0)return!0x1;const _0x3dacca=_0x4c4ed0['getFirstRange'](),_0xa5b7eb=_0x51f676['getFirstRange']();if((0x0==_0x49d596||0x1==_0x49d596)&&0x2==_0x1a8780&&_0x3dacca['isIntersecting'](_0xa5b7eb))return!0x0;if(0x2==_0x49d596&&0x3==_0x1a8780){const _0x761bc0=_0x1efa2d['_findSuggestions'](_0x3dacca,'insertion')['filter'](({suggestion:_0x3bb0df,meta:_0x3d70f2})=>_0x3d70f2['isOwn']&&'convertInlineImageToBlock'==_0x3bb0df['subType']);if(_0x761bc0['length']>0x1&&_0xa5b7eb['end']['isEqual'](_0x3dacca['start']))return!0x0;if(0x1==_0x761bc0['length']&&(_0x3dacca['start']['isEqual'](_0xa5b7eb['end'])||_0x3dacca['end']['isEqual'](_0xa5b7eb['start'])))return!0x0;}if(0x3==_0x49d596&&0x3==_0x1a8780&&_0x3dacca['start']['isBefore'](_0xa5b7eb['start'])){const _0x22a119=_0x3dacca['end']['nodeAfter'],_0x35cd35=_0xa5b7eb['start']['nodeBefore'];return _0x301c98['isBlockImage'](_0x22a119)&&_0x22a119===_0x35cd35;}return!0x1;}_0x38ab3a['model']['document']['registerPostFixer'](()=>{let _0xb23181=!0x1;const _0x25ba59=Array['from'](_0x38ab3a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x27321e,data:_0x3647dd}of _0x25ba59){const {group:_0x4ea3db,type:_0x1fd2e9,subType:_0x56d599,id:_0x3586ad}=_0x1efa2d['_splitMarkerName'](_0x27321e);if('suggestion'==_0x4ea3db&&_0x1efa2d['hasSuggestion'](_0x3586ad)){if('formatBlock'==_0x1fd2e9&&('imageStylePreApply'==_0x56d599||'imageStylePostApply'==_0x56d599)){const _0x53aa78=_0x1efa2d['getSuggestion'](_0x3586ad);if(_0x3647dd['newRange']){const _0x2de319=_0x53aa78['getFirstRange']()['getContainedElement']();if(_0x301c98['isBlockImage'](_0x2de319))continue;_0x1efa2d['discardSuggestion'](_0x53aa78),_0xb23181=!0x0;}}if('insertion'==_0x1fd2e9&&'imageCaption'==_0x56d599&&!_0x3647dd['newRange']){const _0x4b2e16=_0x1efa2d['getSuggestion'](_0x3586ad);_0x4b2e16['next']&&_0x4b2e16['next']['isInContent']&&(_0x1efa2d['discardSuggestion'](_0x4b2e16['next']),_0xb23181=!0x0);}}}return _0xb23181;}),this['_registerLegacyDescription'](_0x21e39c);}['_registerLegacyDescription'](_0xcf890){const _0x20d1b1=this['editor'],_0x7fd969=_0x20d1b1['locale'];_0x20d1b1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x25934b=>{if('formatBlock'!=_0x25934b['type']&&'formatInline'!=_0x25934b['type'])return;const {data:_0xd5782c}=_0x25934b;if(!_0xd5782c||'imageStyle'!=_0xd5782c['commandName'])return;const _0x348036=_0xd5782c['commandParams'][0x0]['value'];return _0x4a5aa5('side'===_0x348036?o(_0x7fd969,'FORMAT_SIDE_IMAGE'):_0xcf890[_0x348036]||_0x348036);function _0x4a5aa5(_0x5a18ea){return{'type':'format','content':o(_0x7fd969,'*Format:*\x20%0',_0x5a18ea)};}});}}class at extends _0x266c89{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x24af14){super(_0x24af14),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4a1580=this['editor'],_0x4eff4d=_0x4a1580['commands']['get']('importWord'),_0x15429e=_0x4a1580['commands']['get']('trackChanges');_0x4eff4d&&(_0x4eff4d['on']('execute',(_0x555f10,[,_0x37da08])=>{this['_trackChangesValueDuringImport']=_0x15429e['value'],_0x37da08['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4eff4d,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4eff4d,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x15429e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4a1580['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x4c4fd0,_0x384fe9){const {suggestions:_0x5035a5}=_0x384fe9,_0x21e14a=this['editor']['commands']['get']('trackChanges'),_0x4e8fd1=_0x21e14a['value'];this['_trackChangesValueDuringImport']!==_0x4e8fd1&&(_0x21e14a['execute'](),this['_trackChangesExecuted']=!0x0),_0x5035a5&&_0x5035a5['forEach'](({id:_0x246076,type:_0x4f66a3,author:_0x106a07,created_at:_0x1df44a})=>{const _0x11260e={'id':_0x246076,'type':_0x4f66a3,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x106a07,'createdAt':_0x1df44a?new Date(_0x1df44a):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x11260e);});}}class ct extends _0x266c89{['afterInit'](){const _0x3159e4=this['editor'],_0x4590e5=_0x3159e4['plugins']['get']('TrackChangesEditing');if(_0x3159e4['plugins']['has']('IndentEditing')&&(_0x4590e5['enableCommand']('indent'),_0x4590e5['enableCommand']('outdent')),_0x3159e4['plugins']['has']('IndentBlock')){for(const _0x504a43 of['indentBlock','outdentBlock'])_0x4590e5['enableDefaultAttributesIntegration'](_0x504a43);}const _0x12d355=_0x3159e4['locale'];_0x4590e5['registerBlockAttribute']('blockIndent'),_0x4590e5['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x12d355,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48a75f=this['editor'],_0x58740d=_0x48a75f['locale'],_0x216d67=_0x48a75f['plugins']['get']('TrackChangesEditing');_0x216d67['descriptionFactory']['registerDescriptionCallback'](_0x3202e4=>{if('formatBlock'!=_0x3202e4['type'])return;const {data:_0x1685e7}=_0x3202e4;if(!_0x1685e7)return;if('indentBlock'!=_0x1685e7['commandName']&&'outdentBlock'!=_0x1685e7['commandName'])return;const _0x5734e2=_0x3202e4['getItems']()[0x0],_0x1f8834=_0x216d67['descriptionFactory']['getItemLabel'](_0x5734e2);return'indentBlock'==_0x1685e7['commandName']?{'type':'format','content':o(_0x58740d,'*Indent:*\x20%0',_0x1f8834)}:'outdentBlock'==_0x1685e7['commandName']?{'type':'format','content':o(_0x58740d,'*Outdent:*\x20%0',_0x1f8834)}:void 0x0;});}}class ut extends _0x266c89{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x266c89{['afterInit'](){const _0x5afe21=this['editor'];if(!_0x5afe21['plugins']['has']('LinkEditing'))return;const _0x3e342d=_0x5afe21['plugins']['get']('TrackChangesEditing'),_0x4445be=_0x5afe21['commands']['get']('link');_0x3e342d['enableDefaultAttributesIntegration']('link'),_0x3e342d['enableDefaultAttributesIntegration']('unlink'),_0x3e342d['registerInlineAttribute']('linkHref');for(const _0x494ac4 of _0x4445be['manualDecorators'])_0x3e342d['registerInlineAttribute'](_0x494ac4['id']),_0x3e342d['descriptionFactory']['registerAttributeLabel'](_0x494ac4['id'],'link\x20('+_0x494ac4['label']['toLowerCase']()+')');_0x3e342d['descriptionFactory']['registerDescriptionCallback'](_0x55c1f4=>{if('attribute'!=_0x55c1f4['type'])return;const {data:_0x1e2864}=_0x55c1f4;if(!_0x1e2864||'linkHref'!=_0x1e2864['key'])return;const _0x1e7739=_0x1e2864['newValue'],_0x320aa7=_0x5afe21['locale'];return{'type':'format','content':null==_0x1e7739?o(_0x320aa7,'*Remove\x20link*'):o(_0x320aa7,'*Set\x20link:*\x20%0','\x22'+_0x1e7739+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b3704=this['editor'],_0x43f1d0=_0x3b3704['locale'];_0x3b3704['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ed3d3=>{if('formatInline'!=_0x3ed3d3['type'])return;const {data:_0x1fe975}=_0x3ed3d3;if(_0x1fe975){if('link'==_0x1fe975['commandName']){const _0x10af9b=_0x1fe975['commandParams'][0x0];return{'type':'format','content':o(_0x43f1d0,'*Set\x20link:*\x20%0','\x22'+_0x10af9b+'\x22')};}return'unlink'==_0x1fe975['commandName']?{'type':'format','content':o(_0x43f1d0,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x266c89{['afterInit'](){const _0x142144=this['editor'],_0x45da75=_0x142144['locale'];if(!_0x142144['plugins']['has']('LegacyListEditing'))return;const _0x160bc0=_0x142144['plugins']['get']('TrackChangesEditing'),_0x1e3bdb=_0x142144['plugins']['has']('LegacyTodoListEditing');function _0x49aa98(_0x4e922a){return()=>{const _0x26496d=_0x142144['model']['document']['selection'],_0x521ac6=_0x142144['commands']['get'](_0x4e922a);if(_0x521ac6['value'])return void _0x142144['execute']('paragraph',{});const _0x244d01=_0x4e922a['slice'](0x0,-0x4),_0x6ba139=function(_0x535b7b,_0x4276f8,_0x1e977a){let _0x149382=Array['from'](_0x535b7b)['filter'](_0x462495=>function(_0x348e02,_0x24c174){return _0x24c174['checkChild'](_0x348e02['parent'],'listItem')&&!_0x24c174['isObject'](_0x348e02);}(_0x462495,_0x1e977a));_0x149382=_0x149382['filter'](_0x2aeadb=>!_0x2aeadb['is']('element','listItem')||_0x2aeadb['getAttribute']('listType')!=_0x4276f8);const _0x1bbd03=new Set();for(const _0x34d7ff of _0x149382)_0x34d7ff['is']('element','listItem')?_0x1bbd03['add'](fe(_0x34d7ff)):_0x1bbd03['add'](_0x34d7ff);return Array['from'](_0x1bbd03);}(_0x26496d['getSelectedBlocks'](),_0x244d01,_0x142144['model']['schema']);_0x142144['model']['change'](()=>{for(const _0x32cdd2 of _0x6ba139)_0x160bc0['markBlockFormat'](_0x32cdd2,{'commandName':_0x4e922a,'commandParams':[{'forceValue':!_0x521ac6['value']}],'formatGroupId':'blockName'},ue(_0x32cdd2));});};}function _0x650712(_0x5ca540){return()=>{const _0x533a22=function(_0x23bec7){let _0x4afef8=Array['from'](_0x23bec7);const _0x51d5c5=_0x4afef8['findIndex'](_0x41ac84=>'listItem'!=_0x41ac84['name']);return _0x51d5c5>-0x1&&(_0x4afef8=_0x4afef8['slice'](0x0,_0x51d5c5)),_0x4afef8;}(_0x142144['model']['document']['selection']['getSelectedBlocks']()),_0x12b5e2=_0x142144['model']['createRange'](_0x142144['model']['createPositionAt'](_0x533a22[0x0],'before'),_0x142144['model']['createPositionAt'](_0x533a22[_0x533a22['length']-0x1],'end'));_0x142144['model']['change'](()=>{_0x160bc0['markBlockFormat'](_0x12b5e2,{'commandName':_0x5ca540,'commandParams':[],'formatGroupId':'listIndent'},function(_0xce11b4){const _0x2e58a6=new Set();for(const _0x853b6d of _0xce11b4){let _0x45a2b0=_0x853b6d['nextSibling'];for(;_0x45a2b0&&_0x45a2b0['getAttribute']('listIndent')>_0x853b6d['getAttribute']('listIndent');)_0x2e58a6['add'](_0x45a2b0),_0x45a2b0=_0x45a2b0['nextSibling'];}return Array['from'](_0x2e58a6);}(_0x533a22));});};}_0x160bc0['enableCommand']('numberedList',_0x49aa98('numberedList')),_0x160bc0['enableCommand']('bulletedList',_0x49aa98('bulletedList')),_0x1e3bdb&&_0x160bc0['enableCommand']('todoList',_0x49aa98('todoList')),_0x160bc0['enableCommand']('indentList',_0x650712('indentList')),_0x160bc0['enableCommand']('outdentList',_0x650712('outdentList')),_0x1e3bdb&&_0x160bc0['enableCommand']('checkTodoList',()=>{const _0x492088=_0x142144['commands']['get']('checkTodoList'),_0x3eb3f7=Array['from'](_0x492088['_selectedElements']);_0x3eb3f7['filter'](_0xaa2727=>_0xaa2727['getAttribute']('todoListChecked')!=_0x492088['value']),_0x142144['model']['change'](()=>{for(const _0x511d71 of _0x3eb3f7)_0x160bc0['markBlockFormat'](_0x511d71,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x492088['value']}]});});}),_0x160bc0['descriptionFactory']['registerElementLabel']('listItem',_0x47bd04=>o(_0x45da75,'ELEMENT_LIST_ITEM',_0x47bd04)),_0x160bc0['descriptionFactory']['registerDescriptionCallback'](_0x412fbb=>{if('formatBlock'!=_0x412fbb['type']&&'formatInline'!=_0x412fbb['type'])return;const {data:_0x36e63f}=_0x412fbb;if(_0x36e63f){if('numberedList'==_0x36e63f['commandName']||'bulletedList'==_0x36e63f['commandName']||'todoList'==_0x36e63f['commandName'])switch(_0x36e63f['commandName']['replace']('List','')){case'bulleted':return _0x461a48(o(_0x45da75,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x461a48(o(_0x45da75,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x461a48(o(_0x45da75,'ELEMENT_TODO_LIST'));}if('indentList'==_0x36e63f['commandName'])return{'type':'format','content':o(_0x45da75,'*Indent:*\x20%0',o(_0x45da75,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x36e63f['commandName'])return{'type':'format','content':o(_0x45da75,'*Outdent:*\x20%0',o(_0x45da75,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x36e63f['commandName'])return _0x36e63f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x45da75,'*Check\x20item*')}:{'type':'format','content':o(_0x45da75,'*Uncheck\x20item*')};}function _0x461a48(_0x2fddbf){return{'type':'format','content':o(_0x45da75,'*Change\x20to:*\x20%0',_0x2fddbf)};}});}}function fe(_0x22d1b5){const _0x23d0dc=_0x22d1b5['getAttribute']('listIndent');if(0x0==_0x23d0dc)return _0x22d1b5;let _0x1d8b6b=_0x22d1b5;for(;_0x22d1b5['previousSibling']&&_0x22d1b5['previousSibling']['is']('element','listItem');){const _0x208609=_0x22d1b5['previousSibling']['getAttribute']('listIndent');if(_0x208609==_0x23d0dc)_0x1d8b6b=_0x22d1b5['previousSibling'];else{if(_0x208609<_0x23d0dc)break;}_0x22d1b5=_0x22d1b5['previousSibling'];}return _0x1d8b6b;}function ue(_0x3d4bb7){const _0x7dcad2=[];if(_0x3d4bb7['is']('element','listItem')&&_0x3d4bb7['getAttribute']('listIndent')>0x0){let _0x18bbc5=_0x3d4bb7['nextSibling'];for(;_0x18bbc5&&'listItem'==_0x18bbc5['name']&&_0x18bbc5['getAttribute']('listIndent')==_0x3d4bb7['getAttribute']('listIndent');)_0x7dcad2['push'](_0x18bbc5),_0x18bbc5=_0x18bbc5['nextSibling'];}return _0x7dcad2;}class W extends _0x266c89{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xfeca0d=this['editor']['config']['get']('list.properties'),_0xb33dc1=this['editor']['plugins']['get']('TrackChangesEditing');_0xfeca0d['styles']&&_0xb33dc1['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xfeca0d['reversed']&&_0xb33dc1['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xfeca0d['startIndex']&&_0xb33dc1['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0xb33dc1['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x4887bd,_0x37e8b9={}){const _0x56a1a3=this['editor']['plugins']['get']('TrackChangesEditing'),_0xee1984=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x56a1a3['markMultiRangeBlockFormat'](_0xee1984,{'commandName':'listStyle','commandParams':[{'type':_0x37e8b9['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x20ab11,_0x2c6317={}){const _0xeb86d9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e4ab1=this['_getSuggestionBlocks'](_0x12e84e=>_0x12e84e['is']('element','listItem')&&'numbered'===_0x12e84e['getAttribute']('listType'));if(_0x1e4ab1['length']<0x1)return;const _0x178f1e=_0x1e4ab1['map'](_0x2341e5=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2341e5,'before'),this['editor']['model']['createPositionAt'](_0x2341e5,0x0)));this['editor']['model']['change'](()=>{_0xeb86d9['markMultiRangeBlockFormat'](_0x178f1e,{'commandName':'listReversed','commandParams':[{'reversed':_0x2c6317['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x42dea2,_0x4ee360={}){const _0x2257d8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5eda18=this['_getSuggestionBlocks'](_0x1a00b1=>_0x1a00b1['is']('element','listItem')&&'numbered'===_0x1a00b1['getAttribute']('listType'));if(_0x5eda18['length']<0x1)return;const _0x2b29c5=_0x5eda18['map'](_0x4026b3=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4026b3,'before'),this['editor']['model']['createPositionAt'](_0x4026b3,0x0)));this['editor']['model']['change'](()=>{_0x2257d8['markMultiRangeBlockFormat'](_0x2b29c5,{'commandName':'listStart','commandParams':[{'startIndex':_0x4ee360['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x272473){if('formatBlock'!=_0x272473['type']&&'formatInline'!=_0x272473['type'])return;const _0x590388=this['editor']['locale'],{data:_0x2aa5a8}=_0x272473;if(!_0x2aa5a8)return;let _0x3b8177,_0x5bf243;switch(_0x2aa5a8['commandName']){case'listStyle':_0x3b8177='*Change\x20to:*\x20%0',_0x5bf243={'type':'format','content':o(_0x590388,_0x3b8177,o(_0x590388,this['_getTranslationKeyForListStyle'](_0x2aa5a8['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3b8177=_0x2aa5a8['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5bf243={'type':'format','content':o(_0x590388,_0x3b8177)};break;case'listStart':_0x3b8177='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5bf243={'type':'format','content':o(_0x590388,_0x3b8177,_0x2aa5a8['commandParams'][0x0]['startIndex'])};}return _0x5bf243;}['_getSuggestionBlocksForListStyle'](){const _0x5aa223=this['editor']['plugins']['get']('LegacyListUtils');let _0x338177=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x338177[0x0]?.['is']('element','listItem')&&_0x338177['unshift'](..._0x5aa223['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x338177[_0x338177['length']-0x1]?.['is']('element','listItem')&&_0x338177['push'](..._0x5aa223['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x338177=[...new Set(_0x338177)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x338177=_0x338177['filter'](_0x356630=>_0x356630['is']('element','listItem'))),_0x338177;}['_getSuggestionBlocks'](_0x8573f9){const _0x28014e=this['editor']['plugins']['get']('LegacyListUtils');let _0x38044b=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x8573f9)['map'](_0x16f2d9=>{const _0x41af93=this['editor']['model']['createPositionAt'](_0x16f2d9,0x0);return[..._0x28014e['getSiblingNodes'](_0x41af93,'backward'),..._0x28014e['getSiblingNodes'](_0x41af93,'forward')];})['flat']();return _0x38044b=[...new Set(_0x38044b)],_0x38044b;}['_getTranslationKeyForListStyle'](_0xc0f98c){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xc0f98c)||'default')['toUpperCase']()+'_LIST_'+_0xc0f98c['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x266c89{['afterInit'](){const _0x4ea916=this['editor'];if(!_0x4ea916['plugins']['has']('MediaEmbedEditing'))return;const _0x2d8eb3=_0x4ea916['plugins']['get']('TrackChangesEditing'),_0x3d618c=_0x4ea916['locale'];_0x2d8eb3['enableCommand']('mediaEmbed'),_0x2d8eb3['descriptionFactory']['registerElementLabel']('media',_0x584e63=>o(_0x3d618c,'ELEMENT_MEDIA',_0x584e63)),_0x4ea916['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x35c4e7,{writer:_0x53866d,options:_0x2d4ac4})=>{if(_0x2d4ac4['showSuggestionHighlights'])return _0x53866d['createEmptyElement']('div');},'converterPriority':'high'}),_0x4ea916['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3ca5c7,_0xa0b7c3,_0x53931c)=>{_0x53931c['options']['showSuggestionHighlights']&&_0x3ca5c7['stop']();},{'priority':'high'});}}class mt extends _0x266c89{['afterInit'](){const _0x98959=this['editor'];_0x98959['plugins']['has']('MentionEditing')&&_0x98959['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x266c89{['afterInit'](){const _0x1156c2=this['editor'];if(!_0x1156c2['commands']['get']('insertMergeField'))return;_0x1156c2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0x598ea0=_0x1156c2['plugins']['get']('TrackChangesEditing'),_0x3a56df=_0x1156c2['locale'];_0x598ea0['descriptionFactory']['registerElementLabel']('mergeField',_0x27b5a3=>o(_0x3a56df,'ELEMENT_MERGE_FIELD',_0x27b5a3)),_0x598ea0['descriptionFactory']['registerDescriptionCallback'](_0x3854d0=>{if('insertion'!=_0x3854d0['type']&&'deletion'!=_0x3854d0['type'])return;const _0x267f7c=_0x3854d0['getContainedElement']();if(null==_0x267f7c)return;if(!_0x267f7c['is']('element','mergeField'))return;const _0x3ace65=_0x1156c2['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x267f7c['getAttribute']('id'));return'insertion'==_0x3854d0['type']?{'type':'insertion','content':o(_0x3a56df,'*Insert:*\x20%0','\x22'+_0x3ace65+'\x22\x20'+o(_0x3a56df,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x3a56df,'*Remove:*\x20%0','\x22'+_0x3ace65+'\x22\x20'+o(_0x3a56df,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x266c89{['afterInit'](){const _0x558d7e=this['editor'],_0x254c55=_0x558d7e['plugins']['get']('TrackChangesEditing');_0x558d7e['plugins']['has']('MultiLevelList')&&(_0x254c55['enableDefaultAttributesIntegration']('multiLevelList'),_0x254c55['registerBlockAttribute']('listMarkerStyle'),_0x254c55['descriptionFactory']['registerDescriptionCallback'](_0x57a33c=>this['handleDescriptions'](_0x57a33c)));}['handleDescriptions'](_0xc136c7){const _0x12370d=this['editor']['locale'],{data:_0x4f7607}=_0xc136c7,_0x411684={'type':'format','content':''};if(_0x4f7607&&'listMarkerStyle'==_0x4f7607['key']){if(!_0x4f7607['oldValue'])return{'type':'format','content':o(_0x12370d,'*Set\x20format:*\x20%0',o(_0x12370d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4f7607['newValue']+')'};if(!_0x4f7607['newValue']){let _0x719314=_0xc136c7['head'];for(;_0x719314;){if(_0x719314['data']&&'listType'==_0x719314['data']['key']&&_0x719314['data']['newValue'])return _0x411684;_0x719314=_0x719314['next'];}return{'type':'format','content':o(_0x12370d,'*Remove\x20format:*\x20%0',o(_0x12370d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4f7607['oldValue']+')'};}}}}class kt extends _0x266c89{['afterInit'](){const _0x27dedf=this['editor'];if(!_0x27dedf['plugins']['has']('PageBreakEditing'))return;_0x27dedf['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x2d78a5=_0x27dedf['plugins']['get']('TrackChangesEditing'),_0x9201a5=_0x27dedf['locale'];_0x2d78a5['descriptionFactory']['registerElementLabel']('pageBreak',_0xfbc3ea=>o(_0x9201a5,'ELEMENT_PAGE_BREAK',_0xfbc3ea));}}class bt extends _0x266c89{['afterInit'](){const _0x444ac2=this['editor'];if(!_0x444ac2['plugins']['has']('Paragraph'))return;const _0x3c0ad2=_0x444ac2['locale'],_0x1f10bf=_0x444ac2['plugins']['get']('TrackChangesEditing');_0x1f10bf['descriptionFactory']['registerElementLabel']('paragraph',_0xabba86=>o(_0x3c0ad2,'ELEMENT_PARAGRAPH',_0xabba86)),_0x1f10bf['enableDefaultAttributesIntegration']('paragraph'),_0x1f10bf['enableCommand']('insertParagraph'),_0x444ac2['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x444ac2),{'priority':'highest'}),_0x444ac2['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x50019d,_0x245ed7,_0x47d0cd)=>{_0x47d0cd['options']['showSuggestionHighlights']&&nr(_0x444ac2,{'showActiveMarker':!0x1})(_0x50019d,_0x245ed7,_0x47d0cd);},{'priority':'highest'});const _0x59e8c0=_0x1f10bf['descriptionFactory'];_0x59e8c0['registerDescriptionCallback'](_0x28041a=>{if('insertion'!==_0x28041a['type'])return;const {start:_0x549db5,end:_0x482b01}=_0x28041a['getFirstRange']();if(!_0x549db5['isTouching'](_0x482b01)||!_0x549db5['nodeAfter'])return;const _0x4709f9=_0x444ac2['model']['schema'],_0x288d5a=_0x549db5['nodeAfter'];return _0x4709f9['isBlock'](_0x288d5a)&&!_0x4709f9['isLimit'](_0x288d5a)&&_0x4709f9['checkChild'](_0x288d5a,'$text')?{'type':'insertion','content':o(_0x3c0ad2,'*Insert:*\x20%0',_0x59e8c0['getItemLabel'](_0x288d5a,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x383473=this['editor'],_0x5858e3=_0x383473['locale'];_0x383473['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4efb2e=>{if('formatBlock'!=_0x4efb2e['type'])return;const {data:_0x5a70a2}=_0x4efb2e;return _0x5a70a2&&'paragraph'==_0x5a70a2['commandName']?{'type':'format','content':o(_0x5858e3,'*Change\x20to:*\x20%0',o(_0x5858e3,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x478f35,{showActiveMarker:_0xb938d9=!0x0}={}){return(_0x722538,_0x47cde4,_0x4d8466)=>{const _0x6b6f9b=_0x478f35['plugins']['get']('TrackChangesEditing'),_0x255610=_0x47cde4['markerRange']['start'],_0x3d9819=_0x47cde4['markerRange']['end'],_0x4cd93c=_0x478f35['model']['schema'];if(!_0x255610['isTouching'](_0x3d9819)||!_0x255610['nodeAfter'])return;const _0x95e664=_0x255610['nodeAfter'];if(_0x4cd93c['isBlock'](_0x95e664)&&!_0x4cd93c['isLimit'](_0x95e664)&&_0x4cd93c['checkChild'](_0x95e664,'$text')){if(!_0x4d8466['consumable']['consume'](_0x47cde4['markerRange'],_0x722538['name']))return;const _0x2c87ff=_0x4d8466['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x3459d6=_0x4d8466['mapper']['toViewPosition'](_0x3d9819);_0xb938d9&&_0x6b6f9b['activeMarkers']['includes'](_0x47cde4['markerName'])&&_0x4d8466['writer']['addClass']('ck-suggestion-marker--active',_0x2c87ff),_0x4d8466['writer']['insert'](_0x3459d6,_0x2c87ff),_0x4d8466['mapper']['bindElementToMarker'](_0x2c87ff,_0x47cde4['markerName']);}};}class wt extends _0x266c89{['afterInit'](){const _0x315e10=this['editor'];if(!_0x315e10['plugins']['has']('RemoveFormatEditing'))return;_0x315e10['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2434c1=this['editor'];_0x2434c1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43a4b4=>{if('formatBlock'!=_0x43a4b4['type']&&'formatInline'!=_0x43a4b4['type'])return;const {data:_0x3c9bb0}=_0x43a4b4;return _0x3c9bb0&&'removeFormat'==_0x3c9bb0['commandName']?{'type':'format','content':o(_0x2434c1['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x266c89{['afterInit'](){const _0x5bfa46=this['editor'];if(!_0x5bfa46['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x86eff1=_0x5bfa46['plugins']['get']('TrackChangesEditing');_0x86eff1['enableCommand']('goToPreviousRestrictedEditingException'),_0x86eff1['enableCommand']('goToNextRestrictedEditingException');const _0x526bfb=_0x5bfa46['plugins']['get']('RestrictedEditingModeEditing');_0x526bfb['enableCommand']('trackChanges'),_0x526bfb['enableCommand']('acceptSuggestion'),_0x526bfb['enableCommand']('discardSuggestion'),_0x526bfb['enableCommand']('acceptAllSuggestions'),_0x526bfb['enableCommand']('discardAllSuggestions'),_0x526bfb['enableCommand']('acceptSelectedSuggestions'),_0x526bfb['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x266c89{static get['requires'](){return[_0x172fb6];}['init'](){const _0x1aad3b=this['editor'],_0x1ab8da=_0x1aad3b['plugins']['get']('TrackChangesEditing');_0x1ab8da['enableCommand']('shiftEnter'),_0x1aad3b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x1aad3b),{'priority':'high'}),_0x1aad3b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x1aad3b),{'priority':'high'}),_0x1aad3b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x552a23,_0x4cf3a4,_0x561958)=>{_0x561958['options']['showSuggestionHighlights']&&ge(_0x1aad3b,{'showActiveMarker':!0x1})(_0x552a23,_0x4cf3a4,_0x561958);}),_0x1ab8da['descriptionFactory']['registerElementLabel']('softBreak',_0x357425=>o(_0x1aad3b['locale'],'ELEMENT_LINE_BREAK',_0x357425));}}function ge(_0x2136dd,{showActiveMarker:_0x5c701c=!0x0}={}){return(_0x50e8d6,_0xa9dbac,_0x5b4b11)=>{const _0x4344a2=_0x2136dd['plugins']['get']('TrackChangesEditing');if(!_0x5b4b11['consumable']['test'](_0xa9dbac['markerRange'],_0x50e8d6['name']))return;const _0x5eda46=_0x2136dd['model'];for(const _0x7de7b0 of _0xa9dbac['markerRange']['getItems']()){if(!_0x7de7b0['is']('element','softBreak'))continue;const _0x35a05a='deletion'==_0xa9dbac['markerName']['split'](':')[0x1]?'merge':'split',_0x12a147=_0x5b4b11['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x35a05a}),_0x3b5b51=_0x5b4b11['mapper']['toViewPosition'](_0x5eda46['createPositionBefore'](_0x7de7b0));_0x5c701c&&_0x4344a2['activeMarkers']['includes'](_0xa9dbac['markerName'])&&_0x5b4b11['writer']['addClass']('ck-suggestion-marker--active',_0x12a147),_0x5b4b11['writer']['insert'](_0x3b5b51,_0x12a147),_0x5b4b11['mapper']['bindElementToMarker'](_0x12a147,_0xa9dbac['markerName']);}};}class St extends _0x266c89{['afterInit'](){const _0x126469=this['editor'],_0x432fd4=_0x126469['model'],_0x3c896a=_0x126469['locale'];if(!_0x126469['plugins']['has']('StandardEditingModeEditing'))return;const _0x31d30c=_0x126469['plugins']['get']('TrackChangesEditing'),_0x211d4e='restrictedEditingException',_0x240e7b=_0x126469['commands']['get'](_0x211d4e);_0x31d30c['enableCommand'](_0x211d4e,(_0x39127a,_0x14d719={})=>{const _0x2b6cf8=_0x432fd4['document']['selection'];if(_0x2b6cf8['isCollapsed'])return void _0x39127a(_0x14d719);const _0x107986=void 0x0!==_0x14d719['forceValue']?_0x14d719['forceValue']:!_0x240e7b['value'];_0x432fd4['change'](()=>{const _0x5b13f9=Array['from'](_0x2b6cf8['getRanges']());for(const _0x5c789a of _0x5b13f9){const _0x81f52a=_0x107986?[_0x5c789a]:io(_0x211d4e,_0x5c789a,_0x432fd4);for(const _0x208549 of _0x81f52a)_0x31d30c['markInlineFormat'](_0x208549,{'commandName':_0x211d4e,'commandParams':[{'forceValue':_0x107986}]});}});}),_0x31d30c['descriptionFactory']['registerDescriptionCallback'](_0x1cf308=>{if('formatBlock'!=_0x1cf308['type']&&'formatInline'!=_0x1cf308['type'])return;const {data:_0x2df56e}=_0x1cf308;return _0x2df56e&&_0x2df56e['commandName']==_0x211d4e?_0x2df56e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3c896a,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x3c896a,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x266c89{['afterInit'](){const _0x3c1e61=this['editor'];if(!_0x3c1e61['plugins']['has']('Style')||!_0x3c1e61['plugins']['has']('DataSchema'))return;const _0x26a2f8=_0x3c1e61['plugins']['get']('TrackChangesEditing'),_0x19f13c=_0x3c1e61['locale'],_0x5747e1=_0x3c1e61['config']['get']('style')||{},_0x21fef4=_0x3c1e61['plugins']['get']('GeneralHtmlSupport'),_0x3c9479=_0x3c1e61['plugins']['get']('StyleUtils')['normalizeConfig'](_0x3c1e61['plugins']['get']('DataSchema'),_0x5747e1['definitions']);_0x26a2f8['enableDefaultAttributesIntegration']('style');const _0xde54b0=new Set();for(const _0x222253 of _0x3c9479['block']){const _0x183782=_0x21fef4['getGhsAttributeNameForElement'](_0x222253['element']);_0xde54b0['add'](_0x183782);}const _0x32500b=new Set();for(const _0x1a020b of _0x3c9479['inline']){const _0x438659=_0x21fef4['getGhsAttributeNameForElement'](_0x1a020b['element']);_0x32500b['add'](_0x438659);for(const _0x2df2f5 of _0x1a020b['ghsAttributes'])_0x32500b['add'](_0x2df2f5);}for(const _0x5a52ab of _0xde54b0)_0x26a2f8['registerBlockAttribute'](_0x5a52ab),_0x26a2f8['descriptionFactory']['registerAttributeLabel'](_0x5a52ab,o(_0x19f13c,'FORMAT_STYLE'));for(const _0x1ae8ce of _0x32500b)_0x26a2f8['registerInlineAttribute'](_0x1ae8ce),_0x26a2f8['descriptionFactory']['registerAttributeLabel'](_0x1ae8ce,o(_0x19f13c,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x10602b=this['editor'],_0x200332=_0x10602b['locale'];_0x10602b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x139a58=>{if('formatBlock'!=_0x139a58['type']&&'formatInline'!=_0x139a58['type'])return;const {data:_0x1d1bbb}=_0x139a58;return _0x1d1bbb&&'style'===_0x1d1bbb['commandName']?_0x1d1bbb['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x200332,'*Set\x20format:*\x20%0',_0x1d1bbb['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x200332,'*Remove\x20format:*\x20%0',_0x1d1bbb['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x266c89{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x145a80){super(_0x145a80),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x25070b=this['editor'],_0x2fe64c=_0x25070b['model']['document']['selection'];if(!_0x25070b['plugins']['has']('TableEditing'))return;const _0x2e8a96=_0x25070b['locale'],_0x3af1d0=_0x25070b['plugins']['get']('TrackChangesEditing'),_0x22616e=_0x25070b['plugins']['get']('TableUtils');_0x3af1d0['descriptionFactory']['registerElementLabel']('table',_0x3517ce=>o(_0x2e8a96,'ELEMENT_TABLE',_0x3517ce)),this['_setupColumnsRowsFixing'](),_0x3af1d0['enableCommand']('insertTable'),_0x3af1d0['enableCommand']('selectTableRow'),_0x3af1d0['enableCommand']('selectTableColumn');for(const _0x5f5e07 of['insertTableRowAbove','insertTableRowBelow']){const _0x396e48=_0x25070b['commands']['get'](_0x5f5e07);_0x3af1d0['enableCommand'](_0x5f5e07,_0x213da0=>{_0x25070b['model']['change'](_0x44514c=>{_0x213da0();const _0x42b3e2='above'===_0x396e48['order'],_0x2a8873=_0x22616e['getSelectionAffectedTableCells'](_0x2fe64c),_0x10c161=_0x22616e['getRowIndexes'](_0x2a8873),_0x3b5036=_0x42b3e2?_0x10c161['first']-0x1:_0x10c161['last']+0x1,_0x3c936a=_0x2a8873[0x0]['findAncestor']('table'),_0x35f40c=_0x22616e['createTableWalker'](_0x3c936a,{'startRow':_0x3b5036,'endRow':_0x3b5036}),_0x4c466d=Array['from'](_0x35f40c)['map'](_0x4ddb92=>_0x44514c['createRangeOn'](_0x4ddb92['cell']));_0x3af1d0['markMultiRangeInsertion'](_0x4c466d,'tableRow');});});}for(const _0x335c9c of['insertTableColumnLeft','insertTableColumnRight']){const _0x262b0b=_0x25070b['commands']['get'](_0x335c9c);_0x3af1d0['enableCommand'](_0x335c9c,_0x4b44da=>{_0x25070b['model']['change'](_0x4edf7f=>{_0x4b44da();const _0x2bcbd4='left'===_0x262b0b['order'],_0x5155dc=_0x22616e['getSelectionAffectedTableCells'](_0x2fe64c),_0x34316b=_0x22616e['getColumnIndexes'](_0x5155dc),_0x893d6d=_0x2bcbd4?_0x34316b['first']-0x1:_0x34316b['last']+0x1,_0x4c5249=_0x5155dc[0x0]['findAncestor']('table'),_0x29347a=_0x22616e['createTableWalker'](_0x4c5249,{'startRow':0x0,'column':_0x893d6d,'includeAllSlots':!0x1}),_0x39bd6a=Array['from'](_0x29347a)['map'](_0x2f2b1b=>_0x4edf7f['createRangeOn'](_0x2f2b1b['cell']));_0x3af1d0['markMultiRangeInsertion'](_0x39bd6a,'tableColumn');});});}for(const _0x2ce98a of['removeTableRow','removeTableColumn']){const _0x500352=_0x2ce98a['substr'](0xb),_0x125839=_0x500352['toLowerCase'](),_0x29abc3=_0x125839['substr'](0x0,0x3)+'span',_0x28980b='table'+_0x500352,_0x452ee5='min'+_0x500352,_0xc57fc4='max'+_0x500352;_0x3af1d0['enableCommand'](_0x2ce98a,()=>{_0x25070b['model']['change'](_0x45e0e1=>{const _0xdc392b=_0x22616e['getSelectionAffectedTableCells'](_0x2fe64c),_0x484223=_0xdc392b[0x0]['findAncestor']('table');let _0x4d63a0;if('removeTableRow'==_0x2ce98a){const _0x4e6fab=_0x22616e['getRowIndexes'](_0xdc392b);_0x4d63a0={'startRow':_0x4e6fab['first'],'endRow':_0x4e6fab['last'],'includeAllSlots':!0x0};}else{const _0x26aab8=_0x22616e['getColumnIndexes'](_0xdc392b);_0x4d63a0={'startColumn':_0x26aab8['first'],'endColumn':_0x26aab8['last'],'includeAllSlots':!0x0};}const _0x41557d=_0x22616e['createTableWalker'](_0x484223,_0x4d63a0),_0x3da1c4=Array['from'](_0x41557d)['map'](({cell:_0x3a8f96})=>_0x3a8f96),_0x227c96=Ee(_0x3da1c4['filter'](_0x2e34f2=>_0x2e34f2['hasAttribute'](_0x29abc3))),_0x335e0d=Ee(_0x3da1c4['filter'](_0x28cc76=>!_0x28cc76['hasAttribute'](_0x29abc3)))['map'](_0x856d3c=>_0x45e0e1['createRangeOn'](_0x856d3c)),_0x5bf4e1=_0x3af1d0['markMultiRangeDeletion'](_0x335e0d,_0x28980b);if(_0x5bf4e1&&('tableRow'==_0x5bf4e1['subType']||'tableColumn'==_0x5bf4e1['subType'])){const _0x361804=this['_getSuggestionCoords'](_0x5bf4e1);for(const _0xd19b00 of _0x227c96){const _0x5755d9=_0x45e0e1['createRangeOn'](_0xd19b00),_0xc68c7f=_0x22616e['getCellLocation'](_0xd19b00),_0x5edc6b=_0xd19b00['getAttribute'](_0x29abc3)-0x1,_0x363a1b=_0x361804[_0x452ee5],_0x3fc826=_0x361804[_0xc57fc4];_0x363a1b<=_0xc68c7f[_0x125839]&&_0xc68c7f[_0x125839]+_0x5edc6b<=_0x3fc826&&_0x5bf4e1['addRange'](_0x5755d9);}}});});}function _0x26f810(_0x5ec30d){const _0x1b6511=Array['from'](_0x2fe64c['getRanges']())['map'](_0x5a268c=>_0x542340['fromRange'](_0x5a268c));_0x25070b['model']['change'](_0x344c70=>{const _0x47a64a=_0x344c70['batch'];_0x5ec30d=_0x5ec30d['filter'](_0x414c93=>'$graveyard'!=_0x414c93['root']['rootName']),_0x344c70['setSelection'](_0x5ec30d),_0x25070b['commands']['get']('removeTableRow')['refresh'](),_0x25070b['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x25070b['model']['enqueueChange'](()=>{_0x25070b['model']['enqueueChange'](_0x47a64a,_0x5dd98b=>{const _0x279b09=_0x1b6511['filter'](_0x4fa9cf=>'$graveyard'!=_0x4fa9cf['root']['rootName']);_0x279b09['length']>0x0&&_0x5dd98b['setSelection'](_0x279b09);for(const _0x7f0b8a of _0x1b6511)_0x7f0b8a['detach']();});});});}function _0x2b1176(_0x1db283){_0x25070b['model']['change'](_0x35fd98=>{const _0x60d28=Array['from'](_0x2fe64c['getRanges']())['map'](_0xf3c35e=>_0x542340['fromRange'](_0xf3c35e)),_0x4a8b84=[];for(const _0x2079c3 of _0x1db283)for(const _0x5065dc of _0x2079c3['getItems']({'shallow':!0x0}))_0x4a8b84['push'](_0x5065dc);for(const _0x4b2a9b of _0x4a8b84)'$graveyard'!=_0x4b2a9b['root']['rootName']&&(_0x35fd98['setSelection'](_0x35fd98['createPositionAt'](_0x4b2a9b,0x0)),_0x25070b['commands']['get']('removeTableColumn')['refresh'](),_0x25070b['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0xf8217a=_0x60d28['filter'](_0x4de1b7=>'$graveyard'!=_0x4de1b7['root']['rootName']);_0xf8217a['length']>0x0&&_0x35fd98['setSelection'](_0xf8217a);for(const _0x57f8c6 of _0x60d28)_0x57f8c6['detach']();});}function _0x48cb72(_0x3e9f19,_0x142321){return _0x142321['every'](_0x2433f0=>_0x3e9f19['some'](_0x2d8703=>_0x2d8703['end']['isEqual'](_0x2433f0['start'])||_0x2433f0['end']['isEqual'](_0x2d8703['start'])));}function _0x320d86(_0x4f99cf,_0x52951c){return!_0x4f99cf['some'](_0x40554e=>_0x52951c['some'](_0x35f326=>_0x40554e['isIntersecting'](_0x35f326)))&&_0x4f99cf['some'](_0x3dc47d=>_0x52951c['some'](_0x312620=>_0x3dc47d['end']['isTouching'](_0x312620['start'])));}_0x25070b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2b9ea0,_0x27abbb,_0x4e9485)=>{if(!_0x4e9485['options']['showSuggestionHighlights'])return;const _0x8db61=_0x27abbb['item'];if(!_0x8db61)return;const _0x80230d=_0x4e9485['mapper']['toViewElement'](_0x8db61);function _0x387675(_0x43e5a4){return Array['isArray'](_0x43e5a4)?_0x43e5a4:[_0x43e5a4];}_0x80230d&&'tableCell'===_0x8db61['name']&&_0x51ff30(_0x80230d,_0x4e9485['writer'],(_0x49070c,_0x10208d,_0xf4cb25)=>_0xf4cb25['addClass'](_0x387675(_0x10208d['classes']),_0x49070c),(_0x48beb7,_0x5567ec,_0x46706c)=>_0x46706c['removeClass'](_0x387675(_0x5567ec['classes']),_0x48beb7));},{'priority':'highest'}),_0x3af1d0['descriptionFactory']['registerDescriptionCallback'](_0x1b0157=>{if('insertion'!=_0x1b0157['type']&&'deletion'!=_0x1b0157['type'])return;const _0x26d069=_0x1b0157['getContainedElement']();if(null!=_0x26d069&&_0x26d069['is']('element','table')){if('insertion'==_0x1b0157['type']){const _0x981d4e=_0x1b0157['getItems']()['filter'](_0x19a655=>_0x19a655['is']('$textProxy'))['map'](_0x5276b7=>_0x5276b7['data']);if(_0x981d4e['length'])return{'type':'insertion','content':o(_0x2e8a96,'*Insert:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x981d4e['join']('\x20')+'\x22'))};}if('deletion'==_0x1b0157['type']){const _0x37e5d4=_0x1b0157['getItems']()['filter'](_0xe72d1b=>_0xe72d1b['is']('$textProxy'))['map'](_0x4ad25c=>_0x4ad25c['data']);if(_0x37e5d4['length'])return{'type':'deletion','content':o(_0x2e8a96,'*Remove:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x37e5d4['join']('\x20')+'\x22'))};}}}),_0x3af1d0['descriptionFactory']['registerDescriptionCallback'](_0x452fa5=>{if('tableRow'==_0x452fa5['subType']){const _0x2d420c=_0x452fa5['getItems']()['filter'](_0x4d645d=>_0x4d645d['is']('$textProxy'))['map'](_0x40bf80=>_0x40bf80['data']),_0x1f2814=this['_getSuggestionCoords'](_0x452fa5),_0x51500b=_0x1f2814['maxRow']-_0x1f2814['minRow']+0x1;if('insertion'==_0x452fa5['type'])return _0x2d420c['length']?{'type':'insertion','content':o(_0x2e8a96,'*Insert:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x51500b,'\x22'+_0x2d420c['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2e8a96,'*Insert:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_ROW',_0x51500b))};if('deletion'==_0x452fa5['type'])return _0x2d420c['length']?{'type':'deletion','content':o(_0x2e8a96,'*Remove:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x51500b,'\x22'+_0x2d420c['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2e8a96,'*Remove:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_ROW',_0x51500b))};}if('tableColumn'==_0x452fa5['subType']){const _0xb50e32=_0x452fa5['getItems']()['filter'](_0x19e064=>_0x19e064['is']('$textProxy'))['map'](_0x5dfb1c=>_0x5dfb1c['data']),_0x343e20=this['_getSuggestionCoords'](_0x452fa5),_0xdfa918=_0x343e20['maxColumn']-_0x343e20['minColumn']+0x1;if('insertion'==_0x452fa5['type'])return _0xb50e32['length']?{'type':'insertion','content':o(_0x2e8a96,'*Insert:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xdfa918,'\x22'+_0xb50e32['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2e8a96,'*Insert:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_COLUMN',_0xdfa918))};if('deletion'==_0x452fa5['type'])return _0xb50e32['length']?{'type':'deletion','content':o(_0x2e8a96,'*Remove:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xdfa918,'\x22'+_0xb50e32['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2e8a96,'*Remove:*\x20%0',o(_0x2e8a96,'ELEMENT_TABLE_COLUMN',_0xdfa918))};}}),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x26f810),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x26f810),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x2b1176),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x2b1176),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x48cb72),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x48cb72),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x320d86),_0x3af1d0['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x320d86);}['_acceptFormatSuggestionCallbackFactory'](){const _0x1341ac=this['editor'],_0x33dee3=_0x1341ac['model']['document']['selection'];return(_0x5d5d66,_0x519eee)=>{_0x1341ac['model']['change'](_0x9a077b=>{const {commandName:_0x34454e,commandParams:_0x3c2837}=_0x519eee;let _0x5d8024=_0x5d5d66[0x0]['end']['nodeBefore'];_0x3c2837&&_0x3c2837[0x0]&&!0x1===_0x3c2837[0x0]['forceValue']&&(_0x5d8024=_0x5d5d66[0x0]['start']['nodeAfter']);const _0x3909f1=_0x9a077b['createRangeIn'](_0x5d8024);if('$graveyard'==_0x3909f1['root']['rootName'])return;const _0x24c41c=Array['from'](_0x33dee3['getRanges']())['map'](_0x160a59=>_0x542340['fromRange'](_0x160a59));_0x9a077b['setSelection'](_0x3909f1),_0x1341ac['commands']['get'](_0x34454e)['refresh'](),_0x3c2837['push']({'forceDefaultExecution':!0x0}),_0x1341ac['execute'](_0x34454e,..._0x3c2837);const _0x4d0c81=_0x24c41c['filter'](_0x511c3d=>'$graveyard'!=_0x511c3d['root']['rootName']);_0x4d0c81['length']>0x0&&_0x9a077b['setSelection'](_0x4d0c81);for(const _0x58b291 of _0x24c41c)_0x58b291['detach']();});};}['_getCoordsForCells'](_0x1a255b){const _0x9c90e1=this['editor']['plugins']['get']('TableUtils');let _0x538d67=Number['MAX_SAFE_INTEGER'],_0x509b20=Number['MIN_SAFE_INTEGER'],_0x13fc9e=Number['MAX_SAFE_INTEGER'],_0xcb98f7=Number['MIN_SAFE_INTEGER'];for(const _0x3e6bd6 of _0x1a255b){if('$graveyard'==_0x3e6bd6['root']['rootName'])continue;const {row:_0x6855b2,column:_0x390d10}=_0x9c90e1['getCellLocation'](_0x3e6bd6),_0x15a48c=_0x3e6bd6['hasAttribute']('rowspan')?_0x3e6bd6['getAttribute']('rowspan')-0x1:0x0,_0x5163fa=_0x3e6bd6['hasAttribute']('colspan')?_0x3e6bd6['getAttribute']('colspan')-0x1:0x0;_0x538d67=_0x6855b2<_0x538d67?_0x6855b2:_0x538d67,_0x509b20=_0x6855b2+_0x15a48c>_0x509b20?_0x6855b2+_0x15a48c:_0x509b20,_0x13fc9e=_0x390d10<_0x13fc9e?_0x390d10:_0x13fc9e,_0xcb98f7=_0x390d10+_0x5163fa>_0xcb98f7?_0x390d10+_0x5163fa:_0xcb98f7;}return{'minRow':_0x538d67,'maxRow':_0x509b20,'minColumn':_0x13fc9e,'maxColumn':_0xcb98f7};}['_setupColumnsRowsFixing'](){const _0x31e749=this['editor'],_0x415943=_0x31e749['plugins']['get']('TrackChangesEditing'),_0x5f4a8c=_0x31e749['plugins']['get']('TableUtils');_0x31e749['model']['document']['on']('change:data',()=>{const _0x2f5b68=Array['from'](_0x31e749['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1be9a6,data:_0x300339}of _0x2f5b68){const {group:_0x676981,id:_0x5c6014,subType:_0x986946}=_0x415943['_splitMarkerName'](_0x1be9a6);if('suggestion'!=_0x676981)continue;if(null!=_0x300339['oldRange'])continue;const _0xb15f27=_0x415943['getSuggestion'](_0x5c6014);this['_tablePostFixingSubtypes']['includes'](_0x986946)&&this['_tableSuggestions']['add'](_0xb15f27);}},{'priority':'low'});const _0x18da29=(_0x59e985,_0x189de5)=>{let _0x5b5aa6=!0x1;const _0x2079e5=_0x189de5['createRangeOn'](_0x59e985),_0x523db3=_0x59e985['findAncestor']('table'),_0x4207ec=_0x5f4a8c['getCellLocation'](_0x59e985);for(const _0xab6f9c of this['_tableSuggestions']){const _0x1fcf7c=_0xab6f9c['subType'],_0x44a6d6=_0x1fcf7c['startsWith']('tablePaste'),_0x57162c=_0x1fcf7c['substr'](_0x44a6d6?0xa:0x5),_0x463fc8=_0x57162c['toLowerCase'](),_0x4b340f=_0x463fc8['substr'](0x0,0x3)+'span',_0x5c829f='min'+_0x57162c,_0x2ae19b='max'+_0x57162c;if(!_0xab6f9c['isInContent'])continue;if(_0x523db3!=_0xab6f9c['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0xab6f9c['isIntersectingWithRange'](_0x2079e5))continue;const _0x183caf=_0x59e985['hasAttribute'](_0x4b340f)?_0x59e985['getAttribute'](_0x4b340f)-0x1:0x0,_0x511c42=this['_getSuggestionCoords'](_0xab6f9c),_0x30a64c=_0x511c42[_0x5c829f],_0x2db45f=_0x511c42[_0x2ae19b];_0x30a64c<=_0x4207ec[_0x463fc8]&&_0x4207ec[_0x463fc8]+_0x183caf<=_0x2db45f&&(_0xab6f9c['addRange'](_0x2079e5),_0x5b5aa6=!0x0);}return _0x5b5aa6;};_0x31e749['model']['document']['registerPostFixer'](_0x1b5d4a=>{let _0x238171=!0x1;for(const _0x4d4c30 of _0x31e749['model']['document']['differ']['getChanges']())if('insert'==_0x4d4c30['type']){if('tableRow'==_0x4d4c30['name']){for(const _0x199320 of _0x4d4c30['position']['nodeAfter']['getChildren']())_0x238171=_0x238171||_0x18da29(_0x199320,_0x1b5d4a);}else'tableCell'==_0x4d4c30['name']&&(_0x238171=_0x238171||_0x18da29(_0x4d4c30['position']['nodeAfter'],_0x1b5d4a));}return _0x238171;});}['_getSuggestionCoords'](_0x17754e){return this['_getCoordsForCells'](_0x17754e['getRanges']()['map'](_0x22a5b9=>_0x22a5b9['start']['nodeAfter']));}}function Ee(_0x303dec){return Array['from'](new Set(_0x303dec)['values']());}class vt extends _0x266c89{static get['requires'](){return[It];}['afterInit'](){const _0xb6997=this['editor'],_0x355a9a=_0xb6997['model']['document']['selection'],_0x2d645d=_0xb6997['locale'];if(!_0xb6997['plugins']['has']('TableEditing'))return;const _0x3398bb=_0xb6997['plugins']['get']('TrackChangesEditing'),_0x1cd1b9=_0xb6997['plugins']['get']('TableUtils'),_0x19c00b=_0xb6997['plugins']['get'](It);_0x19c00b['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3398bb['enableCommand']('mergeTableCells',()=>{const _0x1ea65d=_0x1cd1b9['getSelectionAffectedTableCells'](_0xb6997['model']['document']['selection']);_0xb6997['model']['change'](()=>{_0x3398bb['markMultiRangeBlockFormat'](_0x1ea65d,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0xb6997['commands']['get']('mergeTableCells')['on']('execute',(_0x5399d3,_0x456b24)=>{_0xb6997['commands']['get']('trackChanges')['value']&&(_0x456b24['length']>0x0&&_0x456b24[_0x456b24['length']-0x1]&&_0x456b24[_0x456b24['length']-0x1]['forceDefaultExecution']||_0x3398bb['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x5399d3['stop']());},{'priority':'highest'});for(const _0x4d7dd4 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x40737e=_0xb6997['commands']['get'](_0x4d7dd4);_0x3398bb['enableCommand'](_0x4d7dd4,()=>{const _0x63d135=_0xb6997['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x406666=>_0x406666['is']('element','tableCell')),_0x5f52e2=_0x40737e['value'];_0xb6997['model']['change'](()=>{_0x3398bb['markMultiRangeBlockFormat']([_0x63d135,_0x5f52e2],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x281b75 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x39fe9a=_0xb6997['commands']['get'](_0x281b75);_0x3398bb['enableCommand'](_0x281b75,()=>{const _0x540bf9=_0x1cd1b9['getSelectionAffectedTableCells'](_0xb6997['model']['document']['selection'])[0x0],_0x30cd93=_0x540bf9['findAncestor']('table'),{column:_0x226d2f,row:_0x5e747e}=_0x1cd1b9['getCellLocation'](_0x540bf9);let _0xbceaa9=[];if('horizontally'==_0x39fe9a['direction']){const _0x473ba5=_0x1cd1b9['createTableWalker'](_0x30cd93,{'startRow':_0x5e747e,'endRow':_0x5e747e,'includeAllSlots':!0x0});_0xbceaa9=Array['from'](_0x473ba5)['map'](_0x143678=>_0x143678['cell']);}else{const _0x370824=_0x1cd1b9['createTableWalker'](_0x30cd93,{'column':_0x226d2f,'includeAllSlots':!0x0});_0xbceaa9=Array['from'](_0x370824)['map'](_0x14f854=>_0x14f854['cell']);}_0xb6997['model']['change'](_0x455672=>{_0x3398bb['markBlockFormat'](_0x455672['createRangeOn'](_0x540bf9),{'commandName':_0x281b75,'commandParams':[]},_0xbceaa9,_0x281b75);});});}_0x3398bb['descriptionFactory']['registerDescriptionCallback'](_0x5ca141=>{if('formatBlock'!=_0x5ca141['type']&&'formatInline'!=_0x5ca141['type'])return;const {data:_0x4f85f3}=_0x5ca141;return _0x4f85f3&&'mergeTableCells'==_0x4f85f3['commandName']?{'type':'format','content':o(_0x2d645d,'*Merge\x20cells*')}:void 0x0;}),_0x3398bb['descriptionFactory']['registerDescriptionCallback'](_0x341774=>{if('formatBlock'!=_0x341774['type']&&'formatInline'!=_0x341774['type'])return;const {data:_0x2f73c4}=_0x341774;return _0x2f73c4?'splitTableCellVertically'==_0x2f73c4['commandName']?{'type':'format','content':o(_0x2d645d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x2f73c4['commandName']?{'type':'format','content':o(_0x2d645d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x22c0d6=_0x19c00b['_acceptFormatSuggestionCallbackFactory']();for(const _0x5b1f36 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3398bb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5b1f36,'accept',_0x22c0d6);for(const _0x47c58b of['splitTableCellVertically','splitTableCellHorizontally'])_0x3398bb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x47c58b,'accept',_0x22c0d6);_0x3398bb['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x379211=>{_0xb6997['model']['change'](_0x346ddd=>{const _0x227284=Array['from'](_0x355a9a['getRanges']())['map'](_0x2540a2=>_0x542340['fromRange'](_0x2540a2));_0x346ddd['setSelection'](_0x379211),_0xb6997['commands']['get']('mergeTableCells')['refresh'](),_0xb6997['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x2ea2fe=_0x227284['filter'](_0x22a497=>'$graveyard'!=_0x22a497['root']['rootName']);_0x2ea2fe['length']>0x0&&_0x346ddd['setSelection'](_0x2ea2fe);for(const _0x367b7a of _0x227284)_0x367b7a['detach']();});});for(const _0x1c2897 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x47b98e=_0xb6997['commands']['get'](_0x1c2897);_0x47b98e['on']('set:isEnabled',(_0x30e42c,_0x195087,_0x3de6c5)=>{if(_0x3de6c5){const _0x186a6b=_0xb6997['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x13a3c5=>_0x13a3c5['is']('element','tableCell'));this['_areMergableCells'](_0x47b98e['value'],_0x186a6b)||(_0x30e42c['return']=!0x1,_0x30e42c['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0xf15eea=this['editor']['commands']['get']('mergeTableCells'),_0x1aa344=this['editor']['plugins']['get']('TableUtils');if(!_0xf15eea['isEnabled'])return!0x1;const _0x1c8e44=_0x1aa344['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x534d65 of _0x1c8e44)for(const _0x14e899 of _0x1c8e44)if(_0x534d65!=_0x14e899&&!this['_areMergableCells'](_0x534d65,_0x14e899))return!0x1;return!0x0;}['_areMergableCells'](_0x34c1d9,_0x54a80f){const _0x3eff92=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ed8d9=this['editor']['model']['createRangeOn'](_0x34c1d9),_0x31449f=this['editor']['model']['createRangeOn'](_0x54a80f),_0x355a03=new Set(),_0x167844=new Set();for(const _0x1c1016 of _0x3eff92['getSuggestions']())if(('insertion'==_0x1c1016['type']||'deletion'==_0x1c1016['type']||'mergeTableCells'==_0x1c1016['subType'])&&_0x1c1016['isInContent']){for(const _0x1a5794 of _0x1c1016['getRanges']())_0x1a5794['containsRange'](_0x2ed8d9,!0x0)&&_0x355a03['add'](_0x1c1016['type']+':'+_0x1c1016['author']['id']),_0x1a5794['containsRange'](_0x31449f,!0x0)&&_0x167844['add'](_0x1c1016['type']+':'+_0x1c1016['author']['id']);}if(_0x355a03['size']!=_0x167844['size'])return!0x1;for(const _0x309d87 of _0x355a03)if(!_0x167844['has'](_0x309d87))return!0x1;return!0x0;}}class Ct extends _0x266c89{static get['requires'](){return[It];}['afterInit'](){const _0x2240d2=this['editor'];if(!_0x2240d2['plugins']['has']('TableEditing'))return;const _0x384f98=_0x2240d2['locale'],_0x44bca1=_0x2240d2['plugins']['get']('TrackChangesEditing');_0x44bca1['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x44bca1['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x44bca1['registerBlockAttribute']('headingRows'),_0x44bca1['registerBlockAttribute']('headingColumns'),_0x44bca1['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x384f98,'FORMAT_HEADER_ROW')),_0x44bca1['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x384f98,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xa25ba0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x39bfb5=this['editor']['plugins']['get']('TableUtils'),_0x284c3f=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x355e6d({showActiveMarker:_0x48dc99=!0x0,setDataAttribute:_0x388734=!0x0}={}){return(_0x28d23f,_0x37c5dd,_0x54252c)=>{const {type:_0x5bfb10,id:_0x2914e5}=_0xa25ba0['_splitMarkerName'](_0x37c5dd['markerName']),_0x17630a=_0xa25ba0['getSuggestion'](_0x2914e5),_0x2eeebc=_0x17630a['data'];if('formatBlock'!=_0x17630a['type']||!_0x2eeebc||'setTableColumnHeader'!=_0x2eeebc['commandName'])return;if(_0x37c5dd['item'])return void _0x28d23f['stop']();if(!_0x54252c['consumable']['consume'](_0x37c5dd['markerRange'],_0x28d23f['name']))return;const _0x44739d=_0x37c5dd['markerRange']['start']['nodeAfter'],_0x132117=_0x37c5dd['markerRange']['end']['nodeBefore'],_0x4af4ee=_0x44739d['parent']['parent'],{column:_0x2a520f}=_0x39bfb5['getCellLocation'](_0x44739d),{column:_0x1e1a99}=_0x39bfb5['getCellLocation'](_0x132117);for(let _0x3a4db5=_0x2a520f;_0x3a4db5<=_0x1e1a99;_0x3a4db5++){const _0x12937e=_0x39bfb5['createTableWalker'](_0x4af4ee,{'column':_0x3a4db5,'includeAllSlots':!0x1});for(const _0x1c256a of _0x12937e){const _0x1ad0c7=_0x1c256a['cell'],_0x55c584=_0x54252c['mapper']['toViewElement'](_0x1ad0c7);_0x54252c['writer']['addClass']('ck-suggestion-marker-'+_0x5bfb10,_0x55c584),_0x388734&&_0x54252c['writer']['setAttribute']('data-suggestion',_0x2914e5,_0x55c584),_0x54252c['mapper']['bindElementToMarker'](_0x55c584,_0x37c5dd['markerName']),_0x48dc99&&(_0xa25ba0['activeMarkers']['includes'](_0x37c5dd['markerName'])?_0x54252c['writer']['addClass']('ck-suggestion-marker--active',_0x55c584):_0x54252c['writer']['removeClass']('ck-suggestion-marker--active',_0x55c584));}}};}_0xa25ba0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x284c3f),_0xa25ba0['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x284c3f),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x355e6d(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2ded8b,_0x21a009,_0x4461f5)=>{_0x4461f5['options']['showSuggestionHighlights']&&_0x355e6d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x2ded8b,_0x21a009,_0x4461f5);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x359630,_0x1421ee,_0x1c151c)=>{const {type:_0x3b54e9,id:_0x54a158}=_0xa25ba0['_splitMarkerName'](_0x1421ee['markerName']),_0x335a62=_0xa25ba0['getSuggestion'](_0x54a158),_0x323b60=_0x335a62['data'];if('formatBlock'!=_0x335a62['type']||!_0x323b60||'setTableColumnHeader'!=_0x323b60['commandName'])return;const _0x205238=_0x1c151c['mapper']['markerNameToElements'](_0x1421ee['markerName']);if(_0x205238){for(const _0x157c87 of _0x205238)_0x1c151c['writer']['removeClass']('ck-suggestion-marker-'+_0x3b54e9,_0x157c87),_0x1c151c['writer']['removeClass']('ck-suggestion-marker--active',_0x157c87),_0x1c151c['writer']['removeAttribute']('data-suggestion',_0x157c87),_0x1c151c['mapper']['unbindElementFromMarkerName'](_0x157c87,_0x1421ee['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27c9cb=this['editor'],_0x183ebc=_0x27c9cb['locale'];function _0x59e732(_0x166691){return{'type':'format','content':o(_0x183ebc,'*Format:*\x20%0',_0x166691)};}_0x27c9cb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24336f=>{if('formatBlock'!=_0x24336f['type'])return;const {data:_0x251d79}=_0x24336f;if(_0x251d79){if('setTableRowHeader'==_0x251d79['commandName']){const _0xd53630=_0x251d79['commandParams'][0x0]['forceValue'];return _0x59e732(o(_0x183ebc,_0xd53630?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x251d79['commandName']){const _0x2be7e7=_0x251d79['commandParams'][0x0]['forceValue'];return _0x59e732(o(_0x183ebc,_0x2be7e7?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Ce=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Pe=Object['fromEntries'](Ce['map'](_0x4720b3=>[_0x4720b3,null]));class _t extends _0x266c89{static get['requires'](){return[It];}['afterInit'](){const _0x4dd354=this['editor'];if(!_0x4dd354['plugins']['has']('TableClipboard'))return;const _0x38740d=_0x4dd354['plugins']['get']('TrackChangesEditing'),_0x1bb628=_0x4dd354['plugins']['get']('TableUtils'),_0x14b73b=_0x4dd354['plugins']['get'](It),_0x1f0dc7=_0x4dd354['plugins']['get']('TableClipboard');_0x14b73b['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4dd354['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4dd354['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x55b2d5=null;_0x4dd354['model']['on']('insertContent',(_0x406ca9,_0x3ab2c6)=>{const [_0x1b458f,_0x3be79b]=_0x3ab2c6,_0x56f235=_0x3ab2c6[_0x3ab2c6['length']-0x1];_0x56f235&&_0x56f235['forceDefaultExecution']||_0x38740d['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x5eb999,_0x552274,_0x26c67b,_0x165e1a,_0x37056c){if(_0x552274&&!_0x552274['is']('documentSelection'))return!0x1;const _0x300b81=_0x37056c['getTableIfOnlyTableInContent'](_0x5eb999,_0x26c67b);if(!_0x300b81||!ke(_0x300b81,void 0x0,_0x165e1a))return!0x1;const _0x500537=_0x165e1a['getSelectionAffectedTableCells'](_0x26c67b['document']['selection']);if(!_0x500537['length'])return!0x1;const _0x4cc7a5=_0x500537[0x0]['findAncestor']('table'),_0x47e7c0=_0x165e1a['getRowIndexes'](_0x500537),_0x42e95d=_0x165e1a['getColumnIndexes'](_0x500537),_0x450d11={'startRow':_0x47e7c0['first'],'endRow':_0x47e7c0['last'],'startColumn':_0x42e95d['first'],'endColumn':_0x42e95d['last']};return 0x1==_0x500537['length']&&(_0x450d11['endRow']+=_0x165e1a['getRows'](_0x300b81)-0x1,_0x450d11['endColumn']+=_0x165e1a['getColumns'](_0x300b81)-0x1),ke(_0x4cc7a5,_0x450d11,_0x165e1a);}(_0x1b458f,_0x3be79b,_0x4dd354['model'],_0x1bb628,_0x1f0dc7)&&(_0x406ca9['stop'](),_0x55b2d5={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4dd354['model']['change'](()=>{_0x4dd354['model']['insertContent'](_0x3ab2c6[0x0],_0x3ab2c6[0x1],_0x3ab2c6[0x2],{'forceDefaultExecution':!0x0});const _0x5e7eed=_0x49822d(),{rowInsertionRanges:_0x438041,columnInsertionRanges:_0x1d7f70,insertionRanges:_0x4fe832,deletionRanges:_0x140b09,cells:_0x93bcf4}=_0x55b2d5;_0x438041['length']&&_0x38740d['markMultiRangeInsertion'](_0x438041,'tablePasteRow',{'tablePasteChainId':_0x5e7eed}),_0x1d7f70['length']&&_0x38740d['markMultiRangeInsertion'](_0x1d7f70,'tablePasteColumn',{'tablePasteChainId':_0x5e7eed}),_0x4fe832['length']&&(_0x38740d['markMultiRangeInsertion'](_0x4fe832,'tablePaste',{'tablePasteChainId':_0x5e7eed,'skipNestingCheck':!0x0}),_0x4fe832['forEach'](_0x4152c5=>_0x4152c5['detach']?.())),_0x140b09['length']&&(_0x38740d['markMultiRangeDeletion'](_0x140b09,'tablePaste',{'tablePasteChainId':_0x5e7eed,'skipNestingCheck':!0x0}),_0x140b09['forEach'](_0x59ff17=>_0x59ff17['detach']?.()));const _0x503210=_0x38740d['markMultiRangeBlockFormat'](_0x93bcf4['map'](({element:_0x200d16})=>_0x200d16),{'formatGroupId':_0x49822d()},[],'tablePasteCell',{'tablePasteChainId':_0x5e7eed});if(_0x503210){const _0x1d61c4=_0x503210['getMarkers'](),_0xadf645=[];for(const {element:_0x33f613,attributes:_0xf7589d}of _0x93bcf4){if(!_0xf7589d)continue;const _0x4832c9=_0x4dd354['model']['createRangeOn'](_0x33f613),_0x12aefd=_0x1d61c4['find'](_0xaf58b4=>_0xaf58b4['getRange']()['isEqual'](_0x4832c9));_0x12aefd&&_0xadf645['push']([_0x12aefd['name'],_0xf7589d]);}_0xadf645['length']&&_0x503210['setAttribute']('markerAttributes',Object['fromEntries'](_0xadf645));}_0x55b2d5=null;}));},{'priority':_0x504bb7['high']+0xa}),_0x4dd354['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0xb8b80b,_0x15c4c2)=>{const [_0x3f9495,_0x3c7561,,_0x2b6bb4]=_0x15c4c2;if(!_0x55b2d5)return;_0xb8b80b['stop']();const _0x4c1a0a=_0x3f9495['cell'],_0x972bba=_0x3c7561,_0x267000=we(_0x4c1a0a),_0x24f0cd=we(_0x972bba);_0xb8b80b['return']=_0x4c1a0a;let _0x47811f=null,_0x34e5da=null;if(_0x24f0cd||_0x267000){if(_0x267000&&!_0x24f0cd){_0x2b6bb4['remove'](_0x4c1a0a['getChild'](0x0));for(const _0x448c2c of Array['from'](_0x972bba['getChildren']()))_0x2b6bb4['insert'](_0x448c2c,_0x4c1a0a,'end');const _0x421f13=_0x55b2d5['rowInsertionIndexes']['includes'](_0x3f9495['row']),_0x2f2885=_0x55b2d5['columnInsertionIndexes']['includes'](_0x3f9495['column']);_0x421f13||_0x2f2885||(_0x47811f=_0x542340['fromRange'](_0x2b6bb4['createRangeIn'](_0x4c1a0a)));}else _0x24f0cd&&!_0x267000&&(_0x34e5da=_0x2b6bb4['createRangeIn'](_0x4c1a0a));}else{const _0x266f43=_0x2b6bb4['createElement']('tableCellSuggestion'),_0x45ede3=_0x2b6bb4['createElement']('tableCellSuggestion');_0x2b6bb4['wrap'](_0x2b6bb4['createRangeIn'](_0x4c1a0a),_0x45ede3),_0x2b6bb4['insert'](_0x266f43,_0x4c1a0a,0x0);for(const _0x513f87 of Array['from'](_0x972bba['getChildren']()))_0x2b6bb4['insert'](_0x513f87,_0x266f43,'end');_0x47811f=_0x542340['fromRange'](_0x2b6bb4['createRangeOn'](_0x266f43)),_0x34e5da=_0x542340['fromRange'](_0x2b6bb4['createRangeOn'](_0x45ede3));}const _0x1b2dc3=Array['from'](_0x972bba['getAttributes']())['filter'](([_0x519026])=>Ce['includes'](_0x519026));_0x55b2d5['cells']['push']({'element':_0x4c1a0a,'attributes':_0x1b2dc3['length']?Object['fromEntries'](_0x1b2dc3):null}),_0x47811f&&_0x55b2d5['insertionRanges']['push'](_0x47811f),_0x34e5da&&_0x55b2d5['deletionRanges']['push'](_0x34e5da);},{'priority':'high'}),_0x1bb628['on']('insertColumns',(_0x238170,_0x5b8ea2)=>{const [_0x5481ba,_0x159886={}]=_0x5b8ea2;if(!_0x55b2d5)return;const _0x12cc72=_0x159886['at']||0x0,_0x90872a=_0x159886['columns']||0x1;_0x55b2d5['columnInsertionIndexes']=new Array(_0x90872a)['fill'](_0x12cc72)['map']((_0x4e28b7,_0x3ab61f)=>_0x4e28b7+_0x3ab61f);for(const {cell:_0xd51940}of _0x1bb628['createTableWalker'](_0x5481ba,{'startColumn':_0x12cc72,'endColumn':_0x12cc72+_0x90872a-0x1}))_0x55b2d5['columnInsertionRanges']['push'](_0x4dd354['model']['createRangeOn'](_0xd51940));},{'priority':'low'}),_0x1bb628['on']('insertRows',(_0x4ee330,_0x17a76f)=>{const [_0x1fa462,_0x207d0d={}]=_0x17a76f;if(!_0x55b2d5)return;const _0x4a31bd=_0x207d0d['at']||0x0,_0x5e68b9=_0x207d0d['rows']||0x1;_0x55b2d5['rowInsertionIndexes']=new Array(_0x5e68b9)['fill'](_0x4a31bd)['map']((_0x37fde5,_0x5be526)=>_0x37fde5+_0x5be526);for(const {cell:_0x20afd3}of _0x1bb628['createTableWalker'](_0x1fa462,{'startRow':_0x4a31bd,'endRow':_0x4a31bd+_0x5e68b9-0x1}))_0x55b2d5['rowInsertionRanges']['push'](_0x4dd354['model']['createRangeOn'](_0x20afd3));},{'priority':'low'}),_0x38740d['descriptionFactory']['registerDescriptionCallback'](_0x42d978=>{if(_0x42d978['subType']&&_0x42d978['subType']['startsWith']('tablePaste'))return _0x42d978['previous']?{}:{'type':'insertion','content':o(_0x4dd354['locale'],'*Replace\x20table\x20cells*')};});const _0x2c4a67=()=>!0x1;for(const _0x3c1665 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x38740d['_suggestionFactory']['registerCustomCallback']('insertion',_0x3c1665,'join',_0x2c4a67),_0x38740d['_suggestionFactory']['registerCustomCallback']('deletion',_0x3c1665,'join',_0x2c4a67),_0x38740d['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3c1665,'join',_0x2c4a67);_0x38740d['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2c4a67),_0x38740d['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x1428dd,_0x565ea9,_0x48a239)=>{const _0x396b1=_0x1428dd['map'](_0x162f86=>_0x162f86['getContainedElement']())['filter'](_0x310fd6=>_0x310fd6),_0x20b721=new Map(_0x396b1['map'](_0x1b7058=>[_0x1b7058,null]));if(_0x55b2d5){for(const {element:_0x5b1b88,attributes:_0x1d7711}of _0x55b2d5['cells'])_0x1d7711&&_0x20b721['set'](_0x5b1b88,_0x1d7711);}else{if(_0x48a239&&_0x48a239['markerAttributes'])for(const [_0x28da20,_0x286dc3]of Object['entries'](_0x48a239['markerAttributes'])){const _0x2ea5ad=_0x4dd354['model']['markers']['get'](_0x28da20),_0x1f85b9=_0x2ea5ad?_0x2ea5ad['getRange']()['getContainedElement']():null;_0x1f85b9&&_0x20b721['set'](_0x1f85b9,_0x286dc3);}}_0x4dd354['model']['change'](_0xff2b9d=>{for(const [_0xabf900,_0x53f83d]of _0x20b721)_0xff2b9d['setAttributes']({...Pe,..._0x53f83d},_0xabf900);});});const _0x2eb7ae=(_0x5db598,_0x3c1c4e)=>{_0x38740d['_suggestionFactory']['registerCustomCallback'](_0x5db598,'tablePaste',_0x3c1c4e,(_0x3d29bd,_0x2e630f,_0x34a31d)=>{_0x4dd354['model']['change'](_0x116ecf=>{const _0xc57a32=[];for(const _0x2161c8 of _0x3d29bd){const _0x423479=_0x2161c8['start']['nodeAfter'];_0x423479['is']('element','tableCellSuggestion')&&_0xc57a32['push'](_0x423479);}_0x38740d['_suggestionFactory']['getSuggestionCallback'](_0x5db598,null,_0x3c1c4e)(_0x3d29bd,_0x2e630f,_0x34a31d);for(const _0x53473a of _0xc57a32)'$graveyard'!=_0x53473a['root']['rootName']&&_0x116ecf['unwrap'](_0x53473a);});});};_0x2eb7ae('insertion','accept'),_0x2eb7ae('insertion','discard'),_0x2eb7ae('deletion','accept'),_0x2eb7ae('deletion','discard'),_0x38740d['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x25a91a=>{const _0x229023=_0x25a91a['map'](_0x4afcea=>_0x4afcea['getContainedElement']()),_0x18bcea=_0x229023[0x0]['findAncestor']('table'),{minRow:_0x4e2af8,maxRow:_0x3b4d11}=_0x14b73b['_getCoordsForCells'](_0x229023);_0x1bb628['removeRows'](_0x18bcea,{'at':_0x4e2af8,'rows':_0x3b4d11-_0x4e2af8+0x1});}),_0x38740d['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x34cea9=>{const _0xb12f80=_0x34cea9['map'](_0x7a5738=>_0x7a5738['getContainedElement']()),_0x207625=_0xb12f80[0x0]['findAncestor']('table'),{minColumn:_0x2c0297,maxColumn:_0x58569f}=_0x14b73b['_getCoordsForCells'](_0xb12f80);_0x1bb628['removeColumns'](_0x207625,{'at':_0x2c0297,'columns':_0x58569f-_0x2c0297+0x1});});const _0x173a18=(_0x22cc58,_0x1841e3)=>{if(!_0x1841e3['subType']||!_0x1841e3['subType']['startsWith']('tablePaste'))return;const _0x4286f2=_0x1841e3['attributes']['tablePasteChainId'],_0x175697=_0x38740d['getSuggestions']()['filter'](_0x2df4dc=>_0x2df4dc['isInContent']&&_0x2df4dc['attributes']&&_0x2df4dc['attributes']['tablePasteChainId']==_0x4286f2);_0x175697['length']&&_0x1841e3['getAllAdjacentSuggestions']()['length']!=_0x175697['length']&&_0x175697['reduce']((_0x49c7e8,_0x1251aa)=>(_0x49c7e8['next']=_0x1251aa,_0x1251aa['previous']=_0x49c7e8,_0x1251aa));};function _0x2923e4(_0x265218,_0x12b860=!0x0){const {id:_0x56d86f}=_0x38740d['_splitMarkerName'](_0x265218['markerName']),_0x56e56f=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x3cd320=_0x38740d['activeMarkers']['includes'](_0x265218['markerName']);return _0x3cd320&&_0x56e56f['push']('ck-suggestion-marker--active'),{'classes':_0x56e56f,'attributes':{'data-suggestion':_0x56d86f},'priority':_0x3cd320&&_0x12b860?0xbc2:0xbb8};}_0x38740d['on']('suggestionLoaded',_0x173a18,{'priority':'high'}),_0x38740d['on']('suggestionUnloaded',_0x173a18,{'priority':'high'}),_0x4dd354['model']['document']['registerPostFixer'](()=>{let _0x2037fb=!0x1;const _0x71a1ee=Array['from'](_0x4dd354['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4ed8d8,data:_0x34ac62}of _0x71a1ee){const {group:_0x2f6cd,type:_0x1337ae,id:_0x5636b4}=_0x38740d['_splitMarkerName'](_0x4ed8d8);if('suggestion'!=_0x2f6cd||'deletion'!=_0x1337ae||_0x34ac62['oldRange'])continue;if(!_0x38740d['hasSuggestion'](_0x5636b4))continue;const _0x76d371=_0x38740d['getSuggestion'](_0x5636b4)['getRanges'](),_0x2975cf=_0x4dd354['plugins']['get']('Users')['me'];for(const _0x4af91b of _0x38740d['getSuggestions']()){if(!_0x4af91b['isInContent']||_0x4af91b['author']!=_0x2975cf)continue;if('formatBlock'!=_0x4af91b['type']||'tablePasteCell'!=_0x4af91b['subType'])continue;if(_0x4af91b['getRanges']()['every'](_0x5b4f63=>_0x76d371['some'](_0xbddd17=>_0xbddd17['containsRange'](_0x5b4f63,!0x0)))){for(const _0x5ef77a of _0x4af91b['getAllAdjacentSuggestions']())_0x5ef77a['isInContent']&&(_0x5ef77a['discard'](),_0x2037fb=!0x0);}}}return _0x2037fb;}),_0x4dd354['model']['document']['registerPostFixer'](_0x477fed=>{const _0x16329d=_0x4dd354['commands']['get']('redo');if(!_0x16329d||!_0x16329d['_createdBatches']['has'](_0x477fed['batch']))return!0x1;let _0xca8bc1=!0x1;const _0x58b9d9=_0x4dd354['plugins']['get']('Users')['me'],_0x5620fb=_0x4dd354['model']['document']['differ']['getChanges'](),_0x3c9cd6=Array['from'](_0x4dd354['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x169e37,data:_0x551047})=>{const {group:_0x2ae92e,subType:_0xe3f07d,authorId:_0x552d1b}=_0x38740d['_splitMarkerName'](_0x169e37);return'suggestion'==_0x2ae92e&&'tablePaste'==_0xe3f07d&&_0x552d1b==_0x58b9d9['id']&&!_0x551047['oldRange'];});for(const _0x3bbff9 of _0x5620fb){if('insert'!=_0x3bbff9['type']||'tableCellSuggestion'!=_0x3bbff9['name']||0x1!=_0x3bbff9['length'])continue;const _0x5ad796=_0x477fed['createRange'](_0x3bbff9['position'],_0x3bbff9['position']['getShiftedBy'](0x1));if(!_0x3c9cd6['find'](({data:_0x184502})=>_0x184502['newRange']['isEqual'](_0x5ad796))){for(const {name:_0xdb0786,data:_0x337867}of _0x3c9cd6)if(_0x5ad796['containsRange'](_0x337867['newRange'])){_0x477fed['updateMarker'](_0xdb0786,{'range':_0x5ad796}),_0xca8bc1=!0x0;break;}}}return _0xca8bc1;}),_0x4dd354['model']['document']['registerPostFixer'](_0x327528=>{let _0x4fd56a=!0x1;const _0x5dd211=_0x4dd354['plugins']['get']('Users')['me'],_0x349a5a=_0x38740d['getSuggestions']()['filter'](_0x5a62f5=>_0x5a62f5['isInContent']&&_0x5a62f5['author']==_0x5dd211),_0x17af51=new Set(),_0xfcaa22=new Set();for(const _0x270911 of _0x349a5a)if('tablePaste'==_0x270911['subType'])for(const _0x38b227 of _0x270911['getMarkers']()){const _0x127704=_0x38b227['getRange']()['getContainedElement']();if(_0x127704){if(_0x127704['is']('element','tableCellSuggestion')&&we(_0x127704)){_0x270911['removeMarker'](_0x38b227['name']),_0x17af51['add'](_0x127704),_0x4fd56a=!0x0;const _0x2c01da=_0x127704['nextSibling'],_0x548afd=_0x127704['previousSibling'],_0x30b409=_0x2c01da&&_0x2c01da['is']('element','tableCellSuggestion'),_0x54b8ba=_0x548afd&&_0x548afd['is']('element','tableCellSuggestion');_0x30b409&&!_0x17af51['has'](_0x2c01da)&&_0xfcaa22['add'](_0x2c01da),_0x54b8ba&&!_0x17af51['has'](_0x548afd)&&_0xfcaa22['add'](_0x548afd);}else _0x127704['is']('element','paragraph')&&_0x127704['isEmpty']&&(_0x270911['removeMarker'](_0x38b227['name']),_0x4fd56a=!0x0);}}else{if('tablePasteCell'==_0x270911['subType']){if(!_0x270911['attributes']||!_0x270911['attributes']['tablePasteChainId'])continue;const _0x192331=_0x270911['attributes']['markerAttributes'];if(_0x192331&&Object['keys'](_0x192331)['length'])continue;const _0x544901=_0x270911['attributes']['tablePasteChainId'];let _0xccdbd9=!0x0,_0x44f4bd=!0x0;for(const _0x4cd844 of _0x349a5a)if(_0x4cd844['subType']&&_0x4cd844['subType']['startsWith']('tablePaste')){if(!_0x4cd844['attributes']['tablePasteChainId']){_0x44f4bd=!0x1;break;}if(_0x4cd844['id']!=_0x270911['id']&&_0x4cd844['attributes']['tablePasteChainId']==_0x544901){_0xccdbd9=!0x1;break;}}_0x44f4bd&&_0xccdbd9&&(_0x270911['removeMarkers'](),_0x4fd56a=!0x0);}}for(const _0x113d5e of _0x17af51)_0x327528['remove'](_0x113d5e);for(const _0x332b8f of _0xfcaa22)_0x327528['unwrap'](_0x332b8f);return _0x4fd56a;}),_0x4dd354['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0xb76606,_0x47ff74)=>_0x2923e4(_0xb76606),'converterPriority':'high'}),_0x4dd354['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x165cc0,_0x329fb5)=>_0x329fb5['options']['showSuggestionHighlights']?_0x2923e4(_0x165cc0,!0x1):null,'converterPriority':'high'});const _0x4ae8e5=_0x4dd354['editing']['view'];this['listenTo'](_0x4ae8e5['document'],'clipboardOutput',(_0x56e305,_0x460953)=>{const _0x1b5512=[];for(const _0x1f72ff of _0x4ae8e5['createRangeIn'](_0x460953['content'])['getItems']())_0x1f72ff['is']('element','suggestion-td')&&_0x1b5512['push'](_0x1f72ff);_0x4ae8e5['change'](_0x2fb321=>{for(const _0x3fedd7 of _0x1b5512)_0x2fb321['move'](_0x2fb321['createRangeIn'](_0x3fedd7),_0x2fb321['createPositionBefore'](_0x3fedd7)),_0x2fb321['remove'](_0x3fedd7);});});}}function we(_0x4184ff){if(_0x4184ff['isEmpty'])return!0x0;const _0x4fb7d1=_0x4184ff['getChild'](0x0);return _0x4fb7d1['is']('element','paragraph')&&_0x4fb7d1['isEmpty'];}function ke(_0x159d12,_0x19d0bf={},_0x1141fc){for(const {isAnchor:_0x21963a,cellHeight:_0x51e8e8,cellWidth:_0x188f4f}of _0x1141fc['createTableWalker'](_0x159d12,{'includeAllSlots':!0x0,..._0x19d0bf}))if(!_0x21963a||0x1!=_0x51e8e8||0x1!=_0x188f4f)return!0x1;return!0x0;}class Nt extends _0x266c89{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x32b712=this['editor']['plugins']['get']('TrackChangesEditing');_0x32b712['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x32b712['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x32b712['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x32b712['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x32b712['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x32b712['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x4e8a0b,_0x4e3361){const _0x1c3120=this['editor']['plugins']['get']('TrackChangesEditing'),_0x93a1f8=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1a5b3b=_0x4e3361['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x38d309=_0x93a1f8['getColumnGroupElement'](_0x1a5b3b);let _0x3a4874=_0x38d309?_0x93a1f8['getTableColumnsWidths'](_0x38d309):null,_0x213d7a=_0x1a5b3b['getAttribute']('tableWidth')||null;const _0x2e6a0a=_0x4e3361['tableWidth']||_0x213d7a,_0x483c76=_0x4e3361['columnWidths']||_0x3a4874,_0x1bb8a5=this['editor']['plugins']['get']('Users')['me'];for(const _0x54f79c of _0x1c3120['getSuggestions']()){const _0x2fdb44=_0x54f79c['getContainedElement']();if('resizeTable'===_0x54f79c['subType']&&_0x2fdb44===_0x1a5b3b){_0x54f79c['author']!==_0x1bb8a5&&_0x54f79c['discard']();const _0x126cf9=_0x54f79c['data']['commandParams'];_0x213d7a=_0x126cf9[0x0]['tableWidth'],_0x3a4874=_0x126cf9[0x0]['columnWidths'];break;}}_0x4e8a0b({'table':_0x1a5b3b,'tableWidth':_0x2e6a0a,'columnWidths':_0x483c76}),_0x1c3120['markBlockFormat'](_0x1a5b3b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x213d7a,'columnWidths':_0x3a4874}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x56dc44){if('formatBlock'!=_0x56dc44['type']&&'formatInline'!=_0x56dc44['type'])return;const {data:_0xaef6c}=_0x56dc44;if(_0xaef6c&&'resizeTable'===_0xaef6c['formatGroupId']){const _0x11b784='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x11b784)};}}}class Dt extends _0x266c89{['afterInit'](){const _0x221d59=this['editor'];_0x221d59['plugins']['has']('Template')&&_0x221d59['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x266c89{['afterInit'](){const _0x2bf3fb=this['editor'];if(!_0x2bf3fb['commands']['get']('insertTableOfContents'))return;_0x2bf3fb['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4ebb83=_0x2bf3fb['plugins']['get']('TrackChangesEditing'),_0x10ccd0=_0x2bf3fb['locale'];_0x4ebb83['descriptionFactory']['registerElementLabel']('tableOfContents',_0x293276=>o(_0x10ccd0,'ELEMENT_TABLE_OF_CONTENTS',_0x293276));}}class $t extends _0x266c89{['afterInit'](){const _0x32dc81=this['editor'];if(!_0x32dc81['plugins']['has']('Title'))return;const _0x2f6bf7=_0x32dc81['plugins']['get']('TrackChangesEditing');_0x2f6bf7['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x32dc81['locale'],'ELEMENT_TITLE')),_0x32dc81['model']['document']['registerPostFixer'](_0x356884=>{let _0x2fc689=!0x1;const _0x5b3450=Array['from'](_0x32dc81['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x458320,data:_0x5cfbd8}of _0x5b3450){const {group:_0x5cb830}=_0x2f6bf7['_splitMarkerName'](_0x458320);if('suggestion'!==_0x5cb830||!_0x5cfbd8['newRange'])continue;const _0x282ac0=_0x5cfbd8['newRange'],_0x514768=_0x282ac0['end']['nodeBefore'];if(!_0x514768||!_0x514768['is']('element','title-content'))continue;if(!_0x282ac0['start']['isTouching'](_0x282ac0['end']))continue;const _0x5e4597=_0x32dc81['model']['schema']['getNearestSelectionRange'](_0x282ac0['end'],'forward');if(_0x5e4597&&_0x5e4597['isCollapsed']){const _0x3fadd5=_0x356884['createRange'](_0x282ac0['start'],_0x5e4597['start']);_0x3fadd5['isEqual'](_0x282ac0)||(_0x356884['updateMarker'](_0x458320,{'range':_0x3fadd5}),_0x2fc689=!0x0);}_0x2fc689||(_0x356884['removeMarker'](_0x458320),_0x2fc689=!0x0);}return _0x2fc689;});}}class Bt extends _0x266c89{['afterInit'](){const _0x3bfe0c=this['editor'],_0x310cbf=_0x3bfe0c['plugins']['get']('TrackChangesEditing');_0x3bfe0c['plugins']['has']('UndoEditing')&&(_0x310cbf['enableCommand']('undo'),_0x310cbf['enableCommand']('redo'));}}class xt extends _0x266c89{static get['requires'](){return[It];}['afterInit'](){const _0x2c42aa=this['editor'];if(!_0x2c42aa['plugins']['has']('TableCaptionEditing'))return;_0x2c42aa['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x266c89{['tableProperties'];['tableCellProperties'];constructor(_0x566979){super(_0x566979),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 _0x53c19b=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x4d0316 of this['tableProperties'])_0x53c19b['enableCommand'](_0x4d0316,(_0x2c8874,_0x37184c)=>{const _0x3b072f=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x4d0316,[_0x3b072f],this['tableProperties'],'tableProperties',_0x2c8874,_0x37184c);});_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x53c19b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x57611e,_0x478d72)=>this['handleDiscardAction'](this['tableProperties'],_0x57611e,_0x478d72)),_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x29a78c of this['tableCellProperties'])_0x53c19b['enableCommand'](_0x29a78c,(_0x20b011,_0x1f1ba2)=>{const _0x456f33=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x29a78c,_0x456f33,this['tableCellProperties'],'tableCellProperties',_0x20b011,_0x1f1ba2);});_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x53c19b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x28c46f,_0x1ca2e8)=>this['handleDiscardAction'](this['tableCellProperties'],_0x28c46f,_0x1ca2e8)),_0x53c19b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x53c19b['descriptionFactory']['registerDescriptionCallback'](_0x567d0a=>this['handleSuggestionDescription'](_0x567d0a));}['_handlePropertyChange'](_0x51dc15,_0x3c6e2d,_0x2d3a7c,_0x35aca0,_0x14fe43,_0x1bb8b9){const _0x26ca04=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1bb8b9['batch'],()=>{for(const _0x1a09d3 of _0x3c6e2d){if(this['_getSuggestion'](_0x1a09d3,_0x35aca0))_0x14fe43(_0x1bb8b9);else{const _0x3810e6={};for(const _0x43794f of _0x2d3a7c){const _0x33aa47=_0x1a09d3['getAttribute'](_0x43794f);void 0x0!==_0x33aa47&&(_0x3810e6[_0x43794f]=_0x33aa47);}_0x14fe43(_0x1bb8b9),_0x26ca04['markBlockFormat'](_0x1a09d3,{'commandParams':[_0x3810e6]},[],_0x35aca0);}}});}['handleDiscardAction'](_0x333cb5,_0x5413f4,_0x4b943a){const _0x144993=_0x5413f4[0x0]['start']['nodeAfter'],_0x338d08=_0x4b943a['commandParams'][0x0];this['editor']['model']['change'](_0x2a255a=>{for(const _0x30c7e of _0x333cb5)void 0x0!==_0x338d08[_0x30c7e]?_0x2a255a['setAttribute'](_0x30c7e,_0x338d08[_0x30c7e],_0x144993):_0x2a255a['removeAttribute'](_0x30c7e,_0x144993);});}['handleSuggestionDescription'](_0x2eeae6){if(_0x2eeae6['data'])switch(_0x2eeae6['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'](_0x292e09,_0x1fd564){const _0x131b3a=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x2a52d5 of _0x131b3a['getSuggestions']({'skipNotAttached':!0x0})){const _0x3cad1c=_0x2a52d5['getContainedElement']();if(_0x2a52d5['subType']===_0x1fd564&&_0x3cad1c===_0x292e09)return _0x2a52d5;}return null;}}const m='$elementName';class p extends _0x266c89{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x24db66,_0x26464c,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x5bfe55){function _0x2ac4a4(_0x311daa){return _0x311daa['map'](_0x236268=>String['fromCharCode'](_0x236268))['join']('');}super(_0x5bfe55),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x1d22f3,_0x4d446f,_0x1f9113,_0x16d9b9)=>{this['_model']['change'](()=>{for(const _0x4dc5e8 of[..._0x16d9b9,..._0x1f9113])this['_model']['markers']['has'](_0x4dc5e8)&&_0x5bfe55['editing']['reconvertMarker'](_0x4dc5e8);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x5bfe55['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(),_0x5bfe55['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x5bfe55['config']['get']('trackChanges.trackFormatChanges'),_0x5bfe55['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x5bfe55['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x5bfe55,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x2ac4a4([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2ac4a4([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x32]);}['init'](){const _0xe3e2ee=this['editor'],_0x1625e2=(_0x46e6a0,_0x10772d)=>{if('attribute'!=_0x46e6a0)return'ck-suggestion-marker-'+_0x46e6a0;const _0x453105=_0x10772d['split']('|')[0x0];return this['_isBlockAttribute'](_0x453105)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xe3e2ee['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2d89ad=>{const {id:_0x44866d,type:_0x229157,subType:_0x1948d6}=this['_splitMarkerName'](_0x2d89ad['markerName']),_0x15386d=['ck-suggestion-marker',_0x1625e2(_0x229157,_0x1948d6)];let _0x1c8203=0xbb8;return this['activeMarkers']['includes'](_0x2d89ad['markerName'])&&(_0x15386d['push']('ck-suggestion-marker--active'),_0x1c8203=0xbc2),'deletion'==_0x229157&&(_0x1c8203+=0x5),{'classes':_0x15386d,'attributes':{'data-suggestion':_0x44866d},'priority':_0x1c8203};}}),_0xe3e2ee['conversion']['for']('dataDowncast')['add'](_0x4642c6=>{_0x4642c6['on']('addMarker:suggestion',(_0x17c393,_0x641e12,_0x4f26ae)=>{if(!_0x4f26ae['options']['showSuggestionHighlights'])return;const _0x482d43=_0x641e12['item'];if(!_0x482d43)return;const _0x3c2201=_0x4f26ae['mapper']['toViewElement'](_0x482d43);_0xe3e2ee['model']['schema']['isObject'](_0x482d43)&&_0x3c2201&&!_0x3c2201['getCustomProperty']('widget')&&_0x3c2201['is']('containerElement')&&_0x491ab3(_0x3c2201,_0x4f26ae['writer']);},{'priority':'high'});}),_0xe3e2ee['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x3c5a9c,_0x34c76b)=>{if(!_0x34c76b['options']['showSuggestionHighlights'])return null;const {type:_0x3103a7,subType:_0x1b3295}=this['_splitMarkerName'](_0x3c5a9c['markerName']);return{'classes':['ck-suggestion-marker',_0x1625e2(_0x3103a7,_0x1b3295)],'priority':0xbb8};}});const _0x3c0f93=({showActiveMarkers:_0x5df319=!0x0,isAttributeSuggestion:_0xb6f157=!0x1}={})=>(_0x4172d6,_0x123420,_0x24de44)=>{if(!_0x123420['item'])return;const {id:_0x2b99a6}=this['_splitMarkerName'](_0x123420['markerName']);if(_0xb6f157){const _0x5668e9=this['_suggestions']['get'](_0x2b99a6),_0x2a6ae4=this['_getAttributeKey'](_0x5668e9);if(!this['_isBlockAttribute'](_0x2a6ae4))return;}if(_0x123420['item']['is']('selection'))return void _0x24de44['consumable']['consume'](_0x123420['item'],_0x4172d6['name']);const _0x3a7d36=_0x24de44['mapper']['toViewElement'](_0x123420['item']);if(_0x123420['item']['is']('element')&&_0xe3e2ee['model']['schema']['isBlock'](_0x123420['item'])&&!_0x3a7d36['getCustomProperty']('addHighlight')){_0x24de44['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x3a7d36),_0x24de44['writer']['setAttribute']('data-suggestion',_0x2b99a6,_0x3a7d36),_0x24de44['mapper']['bindElementToMarker'](_0x3a7d36,_0x123420['markerName']),_0x5df319&&(this['activeMarkers']['includes'](_0x123420['markerName'])?_0x24de44['writer']['addClass']('ck-suggestion-marker--active',_0x3a7d36):_0x24de44['writer']['removeClass']('ck-suggestion-marker--active',_0x3a7d36));for(const _0x35e5f5 of _0xe3e2ee['model']['createRangeIn'](_0x123420['item'])['getItems']())_0x24de44['consumable']['consume'](_0x35e5f5,_0x4172d6['name']);_0x24de44['consumable']['consume'](_0x123420['item'],_0x4172d6['name']);}};_0xe3e2ee['conversion']['for']('dataDowncast')['add'](_0x171570=>{_0x171570['on']('addMarker:suggestion:formatBlock',(_0x9121aa,_0x451578,_0x561eb5)=>{_0x561eb5['options']['showSuggestionHighlights']&&_0x3c0f93({'showActiveMarkers':!0x1})(_0x9121aa,_0x451578,_0x561eb5);},{'priority':'highest'});}),_0xe3e2ee['conversion']['for']('dataDowncast')['add'](_0x1ed87e=>{_0x1ed87e['on']('addMarker:suggestion:attribute',(_0xfdcf44,_0x221acf,_0x27c2fd)=>{_0x27c2fd['options']['showSuggestionHighlights']&&_0x3c0f93({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xfdcf44,_0x221acf,_0x27c2fd);},{'priority':'highest'});}),_0xe3e2ee['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xaa9a40,_0x30b17a)=>_0x30b17a['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xaa9a40['substr'](0xb)}}),_0xe3e2ee['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x28040f,{writer:_0x37ca9d})=>{let _0x5539da='suggestion:'+_0x28040f['getAttribute']('suggestion-type')+':'+_0x28040f['getAttribute']('id');return _0x28040f['getAttribute']('marker-count')&&(_0x5539da+=':'+_0x28040f['getAttribute']('marker-count')),_0x37ca9d['createElement']('$marker',{'data-name':_0x5539da});}}),_0xe3e2ee['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xe3e2ee['conversion']['for']('editingDowncast')['add'](_0x1fc434=>{_0x1fc434['on']('addMarker:suggestion:formatBlock',_0x3c0f93(),{'priority':'high'});}),_0xe3e2ee['conversion']['for']('editingDowncast')['add'](_0x13eb04=>{_0x13eb04['on']('addMarker:suggestion:attribute',_0x3c0f93({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xe3e2ee['conversion']['for']('editingDowncast')['add'](_0x2f4ccc=>{_0x2f4ccc['on']('removeMarker:suggestion:formatBlock',(_0xfefa4,_0x1566aa,_0xa0fc81)=>{const _0x4fb148=_0xa0fc81['mapper']['markerNameToElements'](_0x1566aa['markerName']);if(_0x4fb148){for(const _0x9a205c of _0x4fb148)_0x9a205c['getCustomProperty']('addHighlight')||(_0xa0fc81['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x9a205c),_0xa0fc81['writer']['removeAttribute']('data-suggestion',_0x9a205c),_0xa0fc81['mapper']['unbindElementFromMarkerName'](_0x9a205c,_0x1566aa['markerName']));}},{'priority':'high'});}),_0xe3e2ee['conversion']['for']('editingDowncast')['add'](_0x39314a=>{_0x39314a['on']('removeMarker:suggestion:attribute',(_0xf9bf47,_0x415bed,_0x446254)=>{const _0x185bbc=_0x446254['mapper']['markerNameToElements'](_0x415bed['markerName']);if(!_0x185bbc)return;const {id:_0x212863}=this['_splitMarkerName'](_0x415bed['markerName']),_0x15409c=this['_suggestions']['get'](_0x212863),_0xe16f72=this['_getAttributeKey'](_0x15409c);if(this['_isBlockAttribute'](_0xe16f72)){for(const _0x5d7b6f of _0x185bbc)_0x5d7b6f['getCustomProperty']('addHighlight')||(_0x446254['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5d7b6f),_0x446254['writer']['removeAttribute']('data-suggestion',_0x5d7b6f),_0x446254['mapper']['unbindElementFromMarkerName'](_0x5d7b6f,_0x415bed['markerName']));}},{'priority':'high'});}),_0xe3e2ee['model']['document']['registerPostFixer'](_0x2624bc=>{let _0x449264=!0x1;const _0x266878=Array['from'](_0xe3e2ee['model']['document']['differ']['getChangedMarkers']()),_0x1ac757=new Set();for(const {name:_0x4fb81b,data:_0x4ef11c}of _0x266878){const {group:_0x579f78,type:_0x4e2f9e,subType:_0x598aa7,id:_0x1c0fd8}=this['_splitMarkerName'](_0x4fb81b);if('suggestion'!==_0x579f78)continue;const _0x1dc4a9=this['_suggestions']['get'](_0x1c0fd8);if(null!=_0x4ef11c['newRange']){'formatInline'==_0x4e2f9e&&(_0x449264=_0x449264||Ut(_0x4ef11c['newRange'],_0x4fb81b,_0x2624bc,_0xe3e2ee['model']['schema']));const _0xe276e9='attribute'==_0x4e2f9e&&this['_isBlockAttribute'](_0x598aa7['split']('|')[0x0]);if(_0x4ef11c['newRange']['isCollapsed']||'$graveyard'==_0x4ef11c['newRange']['root']['rootName']||'formatBlock'==_0x4e2f9e&&!Ft(_0x4ef11c['newRange'])||_0xe276e9&&!Ft(_0x4ef11c['newRange'])||'deletion'==_0x4e2f9e&&!(!Vt(_0x2406f4=_0x4ef11c['newRange'])&&!function(_0x4f32b8){return _0x4f32b8['start']['parent']==_0x4f32b8['end']['nodeBefore']&&_0x4f32b8['start']['isAtEnd'];}(_0x2406f4)))_0x2624bc['removeMarker'](_0x4fb81b),_0x449264=!0x0;else{if(!_0x1dc4a9||!_0x1dc4a9['isInContent'])continue;if(_0x4ef11c['newRange']&&_0x4ef11c['oldRange']&&_0x4ef11c['newRange']['isEqual'](_0x4ef11c['oldRange']))continue;_0x1ac757['add'](_0x1dc4a9);}}}var _0x2406f4;return _0x1ac757['size']>0x0&&(_0x449264=!!this['_joinWithAdjacentSuggestions'](_0x1ac757)||_0x449264),_0x449264;}),_0xe3e2ee['model']['document']['registerPostFixer'](_0x374467=>{let _0x4a64f9=!0x1;for(const _0x10f76 of _0xe3e2ee['model']['document']['differ']['getChanges']())if('insert'==_0x10f76['type'])for(const _0x41b49 of this['_suggestions']['values']()){if(_0x41b49['isMultiRange']||!_0x41b49['isInContent'])continue;const _0x1de5ac='formatBlock'==_0x41b49['type'],_0x56f0af=this['_getAttributeKey'](_0x41b49),_0x5c5336=_0x56f0af&&this['_isBlockAttribute'](_0x56f0af);if(!_0x1de5ac&&!_0x5c5336)continue;const _0x1f0bb0=_0x41b49['getFirstRange']();if(_0x1f0bb0['start']['parent']!=_0x1f0bb0['end']['parent']&&!_0x1f0bb0['end']['isAtEnd']){const _0x2d20dc=_0xe3e2ee['model']['createPositionAt'](_0x1f0bb0['start']['nodeAfter'],'end'),_0x21ef2e=_0xe3e2ee['model']['createRange'](_0x1f0bb0['start'],_0x2d20dc);_0x374467['updateMarker'](_0x41b49['getFirstMarker'](),{'range':_0x21ef2e}),_0x4a64f9=!0x0;}}return _0x4a64f9;}),_0xe3e2ee['model']['document']['registerPostFixer'](_0x820e5b=>this['_processAttributeChanges'](_0x820e5b)),_0xe3e2ee['model']['document']['registerPostFixer'](_0xe4c477=>!_0xe4c477['batch']['isLocal']&&this['_processAttributeSuggestions'](_0xe4c477)),_0xe3e2ee['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xe3e2ee['model']['document']['on']('change:data',(_0x46d5f5,_0x56f1f4)=>{if(!_0x56f1f4['isLocal']||_0x56f1f4['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x23211b=_0xe3e2ee['model']['document']['differ']['getChanges']();if(0x0==_0x23211b['length'])return;const _0x30efcf=[],_0xac57df=_0x23211b['filter'](_0x4b7bf1=>'attribute'==_0x4b7bf1['type']),_0x4eace8=_0x23211b['filter'](_0x3b4d8f=>'insert'==_0x3b4d8f['type']&&'$text'!=_0x3b4d8f['name']);for(const _0x147ddf of _0xac57df)this['_isRegisteredAttribute'](_0x147ddf['attributeKey'])&&_0x30efcf['push']({'key':_0x147ddf['attributeKey'],'newValue':_0x147ddf['attributeNewValue'],'oldValue':_0x147ddf['attributeOldValue'],'range':Pt(_0x147ddf['range'],_0xe3e2ee['model'])});for(const _0x57a165 of _0x4eace8){if('rename'!=_0x57a165['action']&&'refresh'!=_0x57a165['action'])continue;const _0x353371=Lt(_0x57a165['position']['nodeAfter'],_0xe3e2ee['model']),_0x15eb38=_0x57a165['before'];'rename'==_0x57a165['action']&&_0x30efcf['push']({'key':m,'newValue':_0x57a165['name'],'oldValue':_0x15eb38['name'],'range':_0x353371});for(const [_0xdba4a0,_0x13e329]of _0x15eb38['attributes']){if(!this['_isRegisteredAttribute'](_0xdba4a0))continue;const _0x32357f=_0x57a165['attributes']['get'](_0xdba4a0);_0x13e329!==_0x32357f&&_0x30efcf['push']({'key':_0xdba4a0,'newValue':_0x32357f,'oldValue':_0x13e329,'range':_0x353371});}for(const [_0x555fda,_0x5e897c]of _0x57a165['attributes'])this['_isRegisteredAttribute'](_0x555fda)&&(_0x15eb38['attributes']['has'](_0x555fda)||_0x30efcf['push']({'key':_0x555fda,'newValue':_0x5e897c,'oldValue':null,'range':_0x353371}));}0x0!=_0x30efcf['length']&&_0xe3e2ee['model']['enqueueChange'](_0x56f1f4,_0x4c8aba=>{const _0x1fce88=_0x49822d();for(const {range:_0x3555f0,key:_0x114ade,oldValue:_0x5f28da,newValue:_0x313cdd}of _0x30efcf)this['markAttributeChange'](_0x3555f0,_0x114ade,_0x5f28da,_0x313cdd,{'groupId':_0x1fce88});this['_reduceExistingSuggestions'](_0x4c8aba,_0x30efcf);});},{'priority':'lowest'}),_0xe3e2ee['model']['markers']['on']('update:suggestion',(_0x2cdbba,_0x1a4294,_0x3506bd)=>{if(null==_0x3506bd){const {id:_0x4e6869}=this['_splitMarkerName'](_0x1a4294['name']),_0x138548=this['_suggestions']['get'](_0x4e6869);_0x138548&&_0x138548['addMarkerName'](_0x1a4294['name']);}}),_0xe3e2ee['model']['document']['on']('change:data',()=>{const _0x2446c2=Array['from'](_0xe3e2ee['model']['document']['differ']['getChangedMarkers']())['filter'](_0x35b906=>'suggestion'===this['_splitMarkerName'](_0x35b906['name'])['group']);if(0x0===_0x2446c2['length'])return;_0x2446c2['sort']((_0x4c0391,_0xfd0043)=>{const _0x557ef1=_0x4c0391['data']['oldRange'],_0x372e95=_0xfd0043['data']['oldRange'];return null===_0x557ef1&&null===_0x372e95?0x0:null===_0x557ef1&&null!==_0x372e95?-0x1:null!==_0x557ef1&&null===_0x372e95?0x1:_0x557ef1['start']['isBefore'](_0x372e95['start'])?-0x1:0x1;});const _0x1cd94a=new Set(),_0x47feb0=new Set();for(const {name:_0x548941,data:_0x5321df}of _0x2446c2){const {id:_0x58a768}=this['_splitMarkerName'](_0x548941);if(null===_0x5321df['oldRange']){const _0x902482=this['_handleNewSuggestionMarker'](_0x548941);_0x47feb0['add'](_0x902482);}else{const _0x948403=this['_suggestions']['get'](_0x58a768);null!==_0x5321df['newRange']||_0x948403['isInContent']?(_0x1cd94a['add'](_0x948403['head']),_0x47feb0['add'](_0x948403)):this['_removeSuggestion'](_0x948403);}}_0x47feb0['size']>0x0&&this['_refreshSuggestionsChain'](_0x47feb0);for(const _0x3e464d of _0x1cd94a)this['fire']('suggestionChanged',_0x3e464d);}),_0xe3e2ee['model']['on']('applyOperation',(_0x4d78ea,_0x82b176)=>{const _0x241b25=_0x82b176[0x0];if(!this['_suggestions']['size'])return;if(!_0x241b25['isDocumentOperation'])return;if(_0x241b25['batch']['isUndo']||!_0x241b25['batch']['isLocal'])return;let _0x30058b,_0x1731ca;switch(_0x241b25['type']){case'insert':_0x30058b=_0xe3e2ee['model']['createPositionAt'](_0x241b25['position']),_0x1731ca=_0x30058b['getShiftedBy'](_0x241b25['howMany']);break;case'split':_0x30058b=_0xe3e2ee['model']['createPositionAt'](_0x241b25['splitPosition']),_0x1731ca=_0xe3e2ee['model']['createPositionAt'](_0x241b25['moveTargetPosition']);break;case'move':_0x30058b=_0xe3e2ee['model']['createPositionAt'](_0x241b25['targetPosition']),_0x1731ca=_0x30058b['getShiftedBy'](_0x241b25['howMany']);break;default:return;}const _0x39b450=_0xe3e2ee['model']['createRange'](_0x30058b,_0x1731ca);_0xe3e2ee['model']['change'](()=>{for(const {suggestion:_0xe081ac,meta:_0x8027b7}of this['_findSuggestions'](_0x39b450)){if(_0xe081ac['isMultiRange'])continue;if('formatInline'==_0xe081ac['type'])continue;const _0x39fa3b=this['_getAttributeKey'](_0xe081ac);if(_0x39fa3b&&this['_isBlockAttribute'](_0x39fa3b)&&'split'!=_0x241b25['type'])continue;const _0x3fd0d5=_0xe081ac['data']&&_0xe081ac['data']['multipleBlocks'];('formatBlock'!=_0xe081ac['type']||'split'==_0x241b25['type']&&!_0x3fd0d5)&&(_0x8027b7['containsRangeInObject']||'insertion'==_0xe081ac['type']&&_0x8027b7['isOwn']||_0xe081ac['getFirstRange']()['containsRange'](_0x39b450)&&this['_breakSuggestionMarker'](_0xe081ac,_0x30058b,_0x1731ca));}});},{'priority':'lowest'}),_0xe3e2ee['model']['on']('deleteContent',(_0x2ef1c,_0x3b6ec4)=>{const _0x18cac1=_0x3b6ec4[0x0],_0x484290=_0x3b6ec4[0x1];if(_0x484290&&_0x484290['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x18cac1['isCollapsed'])return;const _0x3e0ccc=_0xe3e2ee['model']['schema'],{start:_0x4832f6,end:_0x50f19b}=_0x18cac1['getFirstRange'](),_0x4112a2=_0x4832f6['nodeAfter']&&_0x3e0ccc['isLimit'](_0x4832f6['nodeAfter'])?null:_0x3e0ccc['getNearestSelectionRange'](_0x4832f6,'forward'),_0x959eb3=_0x50f19b['nodeBefore']&&_0x3e0ccc['isLimit'](_0x50f19b['nodeBefore'])?null:_0x3e0ccc['getNearestSelectionRange'](_0x50f19b,'backward'),_0x25edc9=_0xe3e2ee['model']['createRange'](_0x4112a2?_0x4112a2['start']:_0x4832f6,_0x959eb3?_0x959eb3['end']:_0x50f19b);_0xe3e2ee['model']['change'](_0x258104=>{this['markDeletion'](_0x25edc9);const _0x380dde=_0xe3e2ee['model']['schema']['getNearestSelectionRange'](_0x25edc9['start']);_0x18cac1['is']('documentSelection')?_0x258104['setSelection'](_0x380dde):_0x18cac1['setTo'](_0x380dde);}),_0x2ef1c['stop']();},{'priority':_0x504bb7['normal']+0xa}),_0xe3e2ee['model']['on']('insertContent',(_0x2d2815,_0x21bb30)=>{const _0x3abba2=_0x21bb30[_0x21bb30['length']-0x1];_0x3abba2&&_0x3abba2['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xe3e2ee['model']['change'](()=>{let _0x7da67=_0xe3e2ee['model']['insertContent'](_0x21bb30[0x0],_0x21bb30[0x1],_0x21bb30[0x2],{'forceDefaultExecution':!0x0});if(!_0x7da67)return;_0x2d2815['return']=_0x7da67['clone']();const _0x1b5161=_0x7da67['end']['nodeBefore'],_0x7d8aa4=_0xe3e2ee['model']['schema'];_0x1b5161&&_0x7d8aa4['isBlock'](_0x1b5161)&&!_0x7d8aa4['isObject'](_0x1b5161)&&(_0x7da67=_0xe3e2ee['model']['createRange'](_0x7da67['start'],_0xe3e2ee['model']['createPositionAt'](_0x1b5161,'end'))),this['markInsertion'](_0x7da67);}),_0x2d2815['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x1d74dd=new x(_0xe3e2ee,this['_suggestions']);_0xe3e2ee['commands']['add']('acceptSuggestion',_0x1d74dd),this['enableCommand']('acceptSuggestion');const _0x1848aa=new R(_0xe3e2ee,this['_suggestions']);_0xe3e2ee['commands']['add']('discardSuggestion',_0x1848aa),this['enableCommand']('discardSuggestion'),_0xe3e2ee['commands']['add']('acceptAllSuggestions',new E(_0xe3e2ee,_0x1d74dd,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xe3e2ee['commands']['add']('discardAllSuggestions',new E(_0xe3e2ee,_0x1848aa,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xe3e2ee['commands']['add']('acceptSelectedSuggestions',new O(_0xe3e2ee,_0x1d74dd,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xe3e2ee['commands']['add']('discardSelectedSuggestions',new O(_0xe3e2ee,_0x1848aa,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0xa3270b=_0xe3e2ee['plugins']['get']('CommentsRepository');this['listenTo'](_0xa3270b,'addComment',(_0x528b01,{threadId:_0x572131})=>{const _0x4ef7fa=this['_suggestions']['get'](_0x572131);_0x4ef7fa&&_0x4ef7fa['commentThread']&&0x1===_0x4ef7fa['commentThread']['length']&&this['_updateSuggestionData'](_0x572131,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0xa3270b,'removeComment',(_0x3d8033,{threadId:_0x2de171})=>{const _0x311b2e=this['_suggestions']['get'](_0x2de171);_0x311b2e&&_0x311b2e['commentThread']&&!_0x311b2e['commentThread']['length']&&this['_updateSuggestionData'](_0x2de171,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x45eb8c){if(this['_adapter'])throw new _0x3d68a7('track-changes-adapter-already-set',this);this['_adapter']=_0x45eb8c;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2de74b=!0x1,toJSON:_0x588644=!0x1}={}){const _0x2fcbd3=[];for(const _0x4e624d of this['_suggestions']['values']())_0x2de74b&&!_0x4e624d['isInContent']||_0x2fcbd3['push'](_0x4e624d);return _0x588644?_0x2fcbd3['map'](_0x4a5b79=>_0x4a5b79['toJSON']()):_0x2fcbd3;}['getSuggestion'](_0xbbe988){const _0x470f06=this['_suggestions']['get'](_0xbbe988);if(!_0x470f06)throw new _0x3d68a7('track-changes-suggestion-not-found',this);return _0x470f06;}['hasSuggestion'](_0x4f5b7c){return this['_suggestions']['has'](_0x4f5b7c);}['addSuggestionData'](_0x1f74e1){const {authorId:_0x1aac48,id:_0x2fa3dd,attributes:_0x246178}=_0x1f74e1,[_0x5766bb,_0x13d8bd]=_0x1f74e1['type']['split'](':'),_0x5518d9=this['_suggestions']['get'](_0x2fa3dd)||this['_createSuggestion'](_0x5766bb,_0x13d8bd,_0x2fa3dd,_0x1aac48,_0x246178);if(this['_addThreadToSuggestion'](_0x5518d9),this['_checkSuggestionCorrectness'](_0x5518d9,_0x5766bb,_0x13d8bd||null,_0x1aac48),_0x5518d9['createdAt']=_0x1f74e1['createdAt'],_0x5518d9['_isDataLoaded']=!0x0,_0x246178&&_0x246178['@external']){const _0x14de5b=_0x246178['@external'],_0x49f88b=this['_getExternalAuthor'](_0x14de5b['authorName']);_0x5518d9['authoredAt']=_0x14de5b['createdAt'],_0x5518d9['author']=_0x49f88b,_0x5518d9['isExternal']=!0x0;}else _0x5518d9['authoredAt']=_0x1f74e1['createdAt'];switch(_0x1f74e1['data']&&(_0x5518d9['data']=_0x1f74e1['data']),_0x1f74e1['attributes']&&(_0x5518d9['attributes']=_0x1f74e1['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x5518d9['_saved']=!0x0),this['_suggestionState']['get'](_0x5518d9)){case'notReady':this['_suggestionState']['set'](_0x5518d9,'dataReady');break;case'markerReady':_0x5518d9['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x5518d9])),this['_refreshSuggestionsChain'](new Set([_0x5518d9])),this['_suggestionState']['set'](_0x5518d9,'ready'),this['fire']('suggestionLoaded',_0x5518d9)):this['_suggestionState']['set'](_0x5518d9,'removed');}return _0x5518d9;}['acceptSuggestion'](_0x392a8d){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1d870b of _0x392a8d['getAllAdjacentSuggestions']())_0x1d870b['accept']();});});}['discardSuggestion'](_0x1edaf2){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x33aeec of _0x1edaf2['getAllAdjacentSuggestions']())_0x33aeec['discard']();});});}['enableCommand'](_0x54dd6e,_0x17690b){const _0x218f97=this['editor']['commands']['get'](_0x54dd6e);if(!_0x218f97)throw new _0x3d68a7('track-changes-command-not-found',this,{'commandName':_0x54dd6e});if(this['_enabledCommands']['has'](_0x218f97))throw new _0x3d68a7('track-changes-enable-command-twice',this,{'commandName':_0x54dd6e});this['_enabledCommands']['add'](_0x218f97),_0x17690b&&_0x218f97['on']('execute',(_0x2ee3f3,_0x2d14c7)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x2d14c7['length']>0x0&&_0x2d14c7[_0x2d14c7['length']-0x1]&&_0x2d14c7[_0x2d14c7['length']-0x1]['forceDefaultExecution']?_0x2d14c7['pop']():(_0x2ee3f3['return']=_0x17690b((..._0x39cdd8)=>_0x218f97['execute'](..._0x39cdd8,{'forceDefaultExecution':!0x0}),..._0x2d14c7),_0x2ee3f3['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x15bd0d){let _0x444da3,_0x410842;const _0x3c39c5=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x444da3=_0x15bd0d();}catch(_0x339f44){_0x410842=_0x339f44;}return _0x3c39c5||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x410842&&_0x3d68a7['rethrowUnexpectedError'](_0x410842,this),_0x444da3;}['markInsertion'](_0x70f59,_0x23e491=null,_0x5a19d3={}){if(_0x70f59['isCollapsed'])return null;const _0xc2349=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x28ce31,meta:_0x3cd516}of this['_findSuggestions'](_0x70f59,'insertion'))if(_0x3cd516['isOwn']){if(!_0x3cd516['isNextTo']){if(_0x3cd516['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x28ce31,_0x5a19d3))continue;return _0x28ce31;}if(qt(_0x28ce31,_0x5a19d3))return _0x28ce31;this['_breakSuggestionMarker'](_0x28ce31,_0x70f59['start'],_0x70f59['end']);break;}if(_0x23e491==_0x28ce31['subType']&&qt(_0x28ce31,_0x5a19d3)){const _0x59795c=_0x28ce31['getFirstRange']();return _0x59795c['start']['isEqual'](_0x70f59['end'])?this['_setSuggestionRange'](_0x28ce31,this['_model']['createRange'](_0x70f59['start'],_0x59795c['end'])):this['_setSuggestionRange'](_0x28ce31,this['_model']['createRange'](_0x59795c['start'],_0x70f59['end'])),_0x28ce31;}}const _0x1bd757=_0x49822d(),_0x58f03f=_0xc2349['id'],_0x1861db=_0x23e491?'insertion:'+_0x23e491:'insertion',_0x464cb4=this['_setSuggestionData']({'id':_0x1bd757,'type':_0x1861db,'createdAt':new Date(),'authorId':_0x58f03f,'attributes':_0x5a19d3});return this['_addSuggestionMarker'](_0x1861db,_0x1bd757,_0x58f03f,_0x70f59),_0x464cb4;}['markMultiRangeInsertion'](_0x2e9ee5,_0x4efbae='multi',_0x3ceded={}){const _0x8fa9db=this['editor']['plugins']['get']('Users')['me'],_0x2e9aa2=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4efbae,'join');for(const _0x897ce7 of this['getSuggestions']())if(_0x897ce7['author']['id']==_0x8fa9db['id']&&'insertion'==_0x897ce7['type']&&_0x897ce7['subType']==_0x4efbae&&qt(_0x897ce7,_0x3ceded)&&(_0x2e9aa2(_0x897ce7['getRanges'](),_0x2e9ee5)||_0x2e9aa2(_0x2e9ee5,_0x897ce7['getRanges']()))){for(const _0x1f75ae of _0x2e9ee5)_0x897ce7['addRange'](_0x1f75ae);return _0x897ce7;}for(const {suggestion:_0x3326c0,meta:_0x1c31ff}of this['_findSuggestions'](_0x2e9ee5,'insertion')){if(!_0x1c31ff['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x1c31ff['containsRangeInObject'])continue;if(!qt(_0x3326c0,_0x3ceded))continue;let _0x4f391a=!0x0;for(const _0x4dc62a of _0x3326c0['getRanges']())for(const _0x1b1940 of _0x2e9ee5)if(!_0x4dc62a['containsRange'](_0x1b1940)){_0x4f391a=!0x1;break;}if(_0x4f391a)return _0x3326c0;}const _0x229b7f=_0x49822d(),_0x583857=_0x8fa9db['id'],_0x2a5741='insertion:'+_0x4efbae,_0x5efb06=this['_setSuggestionData']({'id':_0x229b7f,'type':_0x2a5741,'createdAt':new Date(),'authorId':_0x583857,'attributes':_0x3ceded});for(const _0x2f80d1 of _0x2e9ee5)this['_addSuggestionMarker'](_0x2a5741,_0x229b7f,_0x583857,_0x2f80d1,u['getMultiRangeId']());return _0x5efb06;}['markInlineFormat'](_0x5a979d,_0x3bc0d6,_0x30a943=null,_0x28e782={}){if(_0x30a943=_0x30a943||Gt(_0x3bc0d6),_0x5a979d['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0xcde3b=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30a943,'accept');return this['forceDefaultExecution'](()=>_0xcde3b([_0x5a979d],_0x3bc0d6,_0x28e782)),null;}const _0x4b7387=this['editor']['plugins']['get']('Users')['me'],_0x3d66bc=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0xac982f,meta:_0x4c0931}of this['_findSuggestions'](_0x5a979d,'insertion'))_0x4c0931['isOwn']&&!_0x4c0931['isInsideObject']&&_0x3d66bc['push'](..._0xac982f['getRanges']());}const _0x2474b5=function(_0x36539d,_0x170e85){const _0x461150=[];for(const _0x743d97 of _0x170e85){const _0x1c0e73=_0x36539d['getIntersection'](_0x743d97);_0x1c0e73&&_0x461150['push'](_0x1c0e73);}return _0x461150;}(_0x5a979d,_0x3d66bc),_0x3d9caa=function(_0x587174,_0x633188){const _0x350202=[_0x587174];for(const _0x4a3f44 of _0x633188){let _0x47b28e=0x0;for(;_0x47b28e<_0x350202['length'];){const _0x1152e1=_0x350202[_0x47b28e]['getDifference'](_0x4a3f44);_0x350202['splice'](_0x47b28e,0x1,..._0x1152e1),_0x47b28e+=_0x1152e1['length'];}}return _0x350202;}(_0x5a979d,_0x3d66bc);_0x2474b5['length']&&this['_model']['change'](()=>{for(const _0x3a1e1c of _0x2474b5){const _0x43ae43=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30a943,'accept');this['forceDefaultExecution'](()=>_0x43ae43([_0x3a1e1c],_0x3bc0d6,_0x28e782));}});for(const _0x2d777a of _0x3d9caa){let _0x48ef2e=null,_0x20ef35=_0x2d777a['start'],_0x198d44=_0x2d777a['end'];for(const {suggestion:_0x165a3f,meta:_0x559018}of this['_findSuggestions'](_0x2d777a,'formatInline')){if(!_0x559018['isOwn'])continue;if(_0x165a3f['subType']!=_0x30a943)continue;if(!qt(_0x165a3f,_0x28e782))continue;const _0x4f7274=_0x165a3f['getFirstRange']();if(_0x4f7274['containsRange'](_0x2d777a,!0x0))return null;_0x20ef35=_0x20ef35['isBefore'](_0x4f7274['start'])?_0x20ef35:_0x4f7274['start'],_0x198d44=_0x198d44['isAfter'](_0x4f7274['end'])?_0x198d44:_0x4f7274['end'],_0x48ef2e?_0x4f7274['start']['isBefore'](_0x48ef2e['getFirstRange']()['start'])?(_0x48ef2e['removeMarkers'](),_0x48ef2e=_0x165a3f):_0x165a3f['removeMarkers']():_0x48ef2e=_0x165a3f;}const _0x248f0c=this['_model']['createRange'](_0x20ef35,_0x198d44);if(_0x48ef2e)this['_setSuggestionRange'](_0x48ef2e,_0x248f0c);else{const _0x40a007=_0x49822d(),_0x43c3d8=_0x4b7387['id'];this['_setSuggestionData']({'id':_0x40a007,'type':'formatInline:'+_0x30a943,'data':_0x3bc0d6,'createdAt':new Date(),'authorId':_0x43c3d8,'attributes':_0x28e782}),this['_addSuggestionMarker']('formatInline:'+_0x30a943,_0x40a007,_0x43c3d8,_0x248f0c);}}return null;}['markBlockFormat'](_0x2769bd,_0x204c79,_0x144ba3=[],_0x3c3a6c=null,_0x642a9e={}){_0x204c79['formatGroupId']||(_0x204c79['formatGroupId']=_0x204c79['commandName']),_0x204c79['multipleBlocks']=_0x2769bd['is']('range'),_0x3c3a6c=_0x3c3a6c||Gt(_0x204c79);const _0x2b21f6=_0x144ba3['map'](_0x5808df=>Lt(_0x5808df,this['_model'])),_0x56b24d=_0x2769bd['is']('range')?_0x2769bd:Lt(_0x2769bd,this['_model']);if('never'===this['_trackFormatChanges']){const _0x2b25b1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3c3a6c,'accept');return this['forceDefaultExecution'](()=>_0x2b25b1([_0x56b24d],_0x204c79,_0x642a9e)),null;}_0x2b21f6['push'](_0x56b24d);let _0x32149d=!0x0;for(const _0x105907 of _0x2b21f6)if(!this['_rangeIsInLocalUserInsertion'](_0x105907)){_0x32149d=!0x1;break;}if(_0x32149d&&'always'!==this['_trackFormatChanges']){const _0x5f5cd5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3c3a6c,'accept');return this['forceDefaultExecution'](()=>_0x5f5cd5([_0x56b24d],_0x204c79,_0x642a9e)),null;}let _0xcb7755=null,_0xa45d4c=_0x56b24d['start'],_0x3b5441=_0x56b24d['end'];for(const {suggestion:_0x22d9e3,meta:_0x2f9ef1}of this['_findSuggestions'](_0x56b24d,'formatBlock')){if(!_0x2f9ef1['isOwn'])continue;if(_0x2f9ef1['isNextTo']||_0x2f9ef1['containsRangeInObject']||_0x2f9ef1['isInsideObject'])continue;if(_0x22d9e3['data']['formatGroupId']!=_0x204c79['formatGroupId'])continue;if(!qt(_0x22d9e3,_0x642a9e))continue;const _0x386291=_0x22d9e3['getFirstRange']();if(_0x22d9e3['subType']==_0x3c3a6c){if(_0x386291['containsRange'](_0x56b24d,!0x0))return null;_0xa45d4c=_0xa45d4c['isBefore'](_0x386291['start'])?_0xa45d4c:_0x386291['start'],_0x3b5441=_0x3b5441['isAfter'](_0x386291['end'])?_0x3b5441:_0x386291['end'],_0xcb7755?_0x386291['start']['isBefore'](_0xcb7755['getFirstRange']()['start'])?(_0xcb7755['removeMarkers'](),_0xcb7755=_0x22d9e3):_0x22d9e3['removeMarkers']():_0xcb7755=_0x22d9e3;}else{const _0x28ee98=_0x56b24d['getIntersection'](_0x386291);this['_cutOutSuggestionMarker'](_0x22d9e3,_0x28ee98);}}const _0x4b65db=this['editor']['plugins']['get']('Users')['me'],_0xae17d4=_0x49822d(),_0x30e9bd=_0x4b65db['id'];if(_0xcb7755)return this['_setSuggestionRange'](_0xcb7755,this['_model']['createRange'](_0xa45d4c,_0x3b5441)),_0xcb7755;{const _0x8b4df5=this['_setSuggestionData']({'id':_0xae17d4,'type':'formatBlock:'+_0x3c3a6c,'data':_0x204c79,'createdAt':new Date(),'authorId':_0x30e9bd,'attributes':_0x642a9e});return this['_addSuggestionMarker']('formatBlock:'+_0x3c3a6c,_0xae17d4,_0x30e9bd,this['_model']['createRange'](_0xa45d4c,_0x3b5441)),_0x8b4df5;}}['markMultiRangeBlockFormat'](_0x2df9b4,_0x7c549,_0x3fcbc5=[],_0x5ef18a=null,_0x558cd9={}){_0x7c549['formatGroupId']||(_0x7c549['formatGroupId']=_0x7c549['commandName']);const _0x12c56a=_0x2df9b4[0x0];_0x7c549['multipleBlocks']=_0x12c56a['is']('range'),_0x5ef18a=_0x5ef18a||Gt(_0x7c549);const _0x35ff62=_0x3fcbc5['map'](_0x40027a=>Lt(_0x40027a,this['_model'])),_0x309bcf=_0x12c56a['is']('range')?_0x2df9b4:_0x2df9b4['map'](_0x2fb56b=>Lt(_0x2fb56b,this['_model']));if('never'===this['_trackFormatChanges']){const _0x4b6c22=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5ef18a,'accept');return this['forceDefaultExecution'](()=>_0x4b6c22(_0x309bcf,_0x7c549,_0x558cd9)),null;}_0x35ff62['push'](..._0x309bcf);let _0x19098b=!0x0;for(const _0x48dafc of _0x35ff62)if(!this['_rangeIsInLocalUserInsertion'](_0x48dafc)){_0x19098b=!0x1;break;}if(_0x19098b&&'always'!==this['_trackFormatChanges']){const _0x3887f0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5ef18a,'accept');return this['forceDefaultExecution'](()=>_0x3887f0(_0x309bcf,_0x7c549,_0x558cd9)),null;}const _0x3a113c=this['editor']['plugins']['get']('Users')['me'];for(const _0x34c82d of this['getSuggestions']()){if(_0x34c82d['author']['id']!=_0x3a113c['id'])continue;if('formatBlock'!=_0x34c82d['type']||_0x34c82d['data']['formatGroupId']!=_0x7c549['formatGroupId'])continue;if(!qt(_0x34c82d,_0x558cd9))continue;const _0x609e23=_0x34c82d['subType']==_0x5ef18a;for(let _0x2d72e8=0x0;_0x2d72e8<_0x309bcf['length'];_0x2d72e8++){const _0x11ff0d=_0x309bcf[_0x2d72e8];for(const _0x19b791 of _0x34c82d['getMarkers']()){const _0x1589d7=_0x19b791['getRange']();if(_0x11ff0d['isEqual'](_0x1589d7)){_0x609e23?(_0x309bcf['splice'](_0x2d72e8,0x1),_0x2d72e8--):_0x34c82d['removeMarker'](_0x19b791['name']);break;}}}}if(0x0==_0x309bcf['length'])return null;const _0x37c8c9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5ef18a,'join');for(const _0x365e91 of this['getSuggestions']())if(_0x365e91['author']['id']==_0x3a113c['id']&&'formatBlock'==_0x365e91['type']&&_0x365e91['data']['formatGroupId']==_0x7c549['formatGroupId']&&_0x365e91['subType']==_0x5ef18a&&qt(_0x365e91,_0x558cd9)&&(_0x37c8c9(_0x365e91['getRanges'](),_0x309bcf)||_0x37c8c9(_0x309bcf,_0x365e91['getRanges']()))){for(const _0x212b2c of _0x309bcf)_0x365e91['addRange'](_0x212b2c);return _0x365e91;}const _0x5e3675=_0x49822d(),_0x26fbbf=_0x3a113c['id'],_0xf8decc='formatBlock:'+_0x5ef18a,_0x1ac2a2=this['_setSuggestionData']({'id':_0x5e3675,'type':_0xf8decc,'data':_0x7c549,'createdAt':new Date(),'authorId':_0x26fbbf,'attributes':_0x558cd9});for(const _0x1a7e0b of _0x309bcf)this['_addSuggestionMarker'](_0xf8decc,_0x5e3675,_0x26fbbf,_0x1a7e0b,u['getMultiRangeId']());return _0x1ac2a2;}['markDeletion'](_0x4de0dc,_0x952e94=null,_0x1d737b={}){if(_0x4de0dc['isCollapsed'])return null;const _0x51995a=this['editor']['plugins']['get']('Users')['me'],_0x5f349c=new _0x542340(_0x4de0dc['start'],_0x4de0dc['end']);for(const {suggestion:_0x2998c7,meta:_0x3b7af6}of this['_findSuggestions'](_0x5f349c,'insertion'))if(_0x3b7af6['isOwn']&&!_0x3b7af6['isNextTo']){if(_0x2998c7['isMultiRange']){const _0x33eda3=_0x2998c7['getRanges']()['filter'](_0x533d89=>'$graveyard'!=_0x533d89['root']['rootName']);_0x33eda3['every'](_0x558e5a=>_0x5f349c['containsRange'](_0x558e5a,!0x0))&&_0x2998c7['discard']();if(_0x33eda3['some'](_0x3331c3=>_0x3331c3['containsRange'](_0x5f349c,!0x0))){const _0x34e5e9=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x952e94,'accept');return this['forceDefaultExecution'](()=>_0x34e5e9([_0x5f349c],null,_0x1d737b)),null;}}else{const _0x5d7006=_0x5f349c['getIntersection'](_0x2998c7['getFirstRange']());null!==_0x5d7006&&_0x2998c7['_onDiscard']([_0x5d7006],null,_0x1d737b);}}if(_0x5f349c['detach'](),_0x5f349c['isCollapsed']||'$graveyard'==_0x5f349c['root']['rootName'])return null;let _0x7ada80=null,_0x42dad4=_0x5f349c['start'],_0x55c459=_0x5f349c['end'];const _0x42583e=this['_findSuggestions'](_0x5f349c,'deletion');for(const {suggestion:_0x1c0236,meta:_0x443c42}of _0x42583e){const _0x3bd9dd=this['_model']['createRange'](_0x42dad4,_0x55c459);if(_0x443c42['isOwn']&&(this['_mergeNestedSuggestions']||!_0x443c42['containsRangeInObject']&&!_0x443c42['isInsideObject'])){if(_0x1c0236['isMultiRange']){if(!qt(_0x1c0236,_0x1d737b))continue;let _0x1ccd4c=!0x0;for(const _0x434b34 of _0x1c0236['getRanges']()){if(_0x434b34['containsRange'](_0x3bd9dd,!0x0))return _0x1c0236;_0x3bd9dd['containsRange'](_0x434b34)||(_0x1ccd4c=!0x1);}_0x1ccd4c&&_0x1c0236['discard']();}else{const _0x1f8950=_0x1c0236['getFirstRange']();if(_0x1f8950['containsRange'](_0x3bd9dd,!0x0))return _0x1c0236;if(!qt(_0x1c0236,_0x1d737b)){_0x3bd9dd['containsRange'](_0x1f8950)?_0x1c0236['removeMarkers']():_0x1f8950['containsPosition'](_0x42dad4)?_0x42dad4=_0x1f8950['end']:_0x1f8950['containsPosition'](_0x55c459)&&(_0x55c459=_0x1f8950['start']);continue;}_0x42dad4=_0x42dad4['isBefore'](_0x1f8950['start'])?_0x42dad4:_0x1f8950['start'],_0x55c459=_0x55c459['isAfter'](_0x1f8950['end'])?_0x55c459:_0x1f8950['end'],_0x1d737b=Object['assign']({},_0x1c0236['attributes']),_0x7ada80?_0x1f8950['start']['isBefore'](_0x7ada80['getFirstRange']()['start'])?(_0x7ada80['removeMarkers'](),_0x7ada80=_0x1c0236):_0x1c0236['removeMarkers']():_0x7ada80=_0x1c0236;}}}if(_0x7ada80)return this['_setSuggestionRange'](_0x7ada80,this['_model']['createRange'](_0x42dad4,_0x55c459)),_0x7ada80;{const _0x575c0d=_0x49822d(),_0x220db0=this['_model']['createRange'](_0x42dad4,_0x55c459),_0x58afc6=_0x51995a['id'],_0x46bbd6=_0x952e94?'deletion:'+_0x952e94:'deletion',_0x54a0cd=this['_setSuggestionData']({'id':_0x575c0d,'type':_0x46bbd6,'createdAt':new Date(),'authorId':_0x58afc6,'attributes':_0x1d737b});return this['_addSuggestionMarker'](_0x46bbd6,_0x575c0d,_0x58afc6,_0x220db0),_0x54a0cd;}}['markMultiRangeDeletion'](_0x8b00d0,_0x23f473='multi',_0x26a96b={}){const _0x13f7a3=this['editor']['plugins']['get']('Users')['me'],_0x444566=_0x8b00d0['map'](_0x554ef0=>new _0x542340(_0x554ef0['start'],_0x554ef0['end'])),_0x3512d3=new Set();for(const {suggestion:_0x480787,meta:_0x43983a}of this['_findSuggestions'](_0x444566,'insertion'))_0x43983a['isOwn']&&!_0x43983a['isNextTo']&&_0x3512d3['add'](_0x480787);for(const _0xb358aa of _0x3512d3)if(_0xb358aa['isMultiRange']){const _0x2ec16a=_0xb358aa['getRanges']();(!_0xb358aa['attributes']||!_0xb358aa['attributes']['skipNestingCheck'])&&(_0x2ec16a['every'](_0x1190f9=>_0x444566['some'](_0x4e213c=>_0x4e213c['containsRange'](_0x1190f9,!0x0)))&&_0xb358aa['discard']());if(_0x444566['every'](_0x41fb54=>_0x2ec16a['some'](_0x2ed13e=>_0x2ed13e['containsRange'](_0x41fb54,!0x0)))){const _0x582fcc=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x23f473,'accept');return this['forceDefaultExecution'](()=>_0x582fcc(_0x8b00d0,null,_0x26a96b)),null;}}else{const _0x1bd443=_0xb358aa['getFirstRange']();_0x444566['some'](_0x469a6e=>_0x469a6e['containsRange'](_0x1bd443,!0x0))&&_0xb358aa['discard']();if(_0x444566['every'](_0x3ba04c=>_0x1bd443['containsRange'](_0x3ba04c,!0x0))){const _0x22706a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x23f473,'accept');return this['forceDefaultExecution'](()=>_0x22706a(_0x444566,null,_0x26a96b)),null;}}const _0x3ef2ab=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x23f473,'join');let _0x52ab77=null;for(const _0x2b1f3a of this['getSuggestions']())if(_0x2b1f3a['author']['id']==_0x13f7a3['id']&&_0x2b1f3a['isInContent']&&'deletion'==_0x2b1f3a['type']&&_0x2b1f3a['subType']==_0x23f473&&qt(_0x2b1f3a,_0x26a96b)&&(_0x3ef2ab(_0x2b1f3a['getRanges'](),_0x444566)||_0x3ef2ab(_0x444566,_0x2b1f3a['getRanges']()))){if(_0x52ab77){if(_0x2b1f3a['commentThread']&&_0x2b1f3a['commentThread']['length'])continue;for(const _0x28c465 of _0x2b1f3a['getRanges']())_0x52ab77['isIntersectingWithRange'](_0x28c465)||_0x52ab77['addRange'](_0x28c465);_0x2b1f3a['removeMarkers']();}else{_0x52ab77=_0x2b1f3a;for(const _0x5dc716 of _0x444566)_0x2b1f3a['isIntersectingWithRange'](_0x5dc716)||_0x2b1f3a['addRange'](_0x5dc716);}}if(_0x52ab77)return _0x52ab77;_0x3512d3['clear']();for(const {suggestion:_0x31fb39,meta:_0x2a528e}of this['_findSuggestions'](_0x444566,'deletion'))_0x2a528e['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2a528e['containsRangeInObject']&&!_0x2a528e['isInsideObject'])&&qt(_0x31fb39,_0x26a96b)&&_0x3512d3['add'](_0x31fb39);for(const _0x508a83 of _0x3512d3){const _0x1d215f=_0x508a83['getRanges']();if(!_0x26a96b||!_0x26a96b['skipNestingCheck']){if(_0x444566['every'](_0x24fd73=>_0x1d215f['some'](_0x473b67=>_0x473b67['containsRange'](_0x24fd73,!0x0))))return _0x508a83;}(!_0x508a83['attributes']||!_0x508a83['attributes']['skipNestingCheck'])&&(_0x1d215f['every'](_0x10cf53=>_0x444566['some'](_0x4ac748=>_0x4ac748['containsRange'](_0x10cf53,!0x0)))&&_0x508a83['discard']());}const _0x44c847=_0x49822d(),_0x3cd40e=_0x13f7a3['id'],_0x4f6ca8='deletion:'+_0x23f473,_0x4516b0=this['_setSuggestionData']({'id':_0x44c847,'type':_0x4f6ca8,'createdAt':new Date(),'authorId':_0x3cd40e,'attributes':_0x26a96b});for(const _0x4e5d76 of _0x444566)_0x4e5d76['detach'](),_0x4e5d76['isCollapsed']||'$graveyard'==_0x4e5d76['root']['rootName']||this['_addSuggestionMarker'](_0x4f6ca8,_0x44c847,_0x3cd40e,_0x4e5d76,u['getMultiRangeId']());return _0x4516b0;}['markAttributeChange'](_0x2fc3d8,_0x5a71d2,_0x3127a0,_0x1e9a42,_0x2cf474){if(_0x2fc3d8['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x452a0a=this['editor']['plugins']['get']('Users')['me']['id'],_0x5befbb=Array['from'](this['_suggestions']['values']())['filter'](_0x428b78=>'attribute'==_0x428b78['type']&&_0x428b78['data']['key']==_0x5a71d2&&_0x428b78['isIntersectingWithRange'](_0x2fc3d8));if('default'===this['_trackFormatChanges']){const _0x20011b=this['_findSuggestions'](_0x2fc3d8,'insertion')['filter'](({meta:_0x303abe})=>_0x303abe['isOwn']&&!_0x303abe['isInsideObject']&&!_0x303abe['isNextTo'])['map'](({suggestion:_0x46fa53})=>_0x46fa53);_0x5befbb['unshift'](..._0x20011b);}const _0x38940e=new Map([[_0x2fc3d8,_0x3127a0]]);for(const _0x49fc88 of _0x5befbb){const _0x1b30da='attribute'==_0x49fc88['type']?_0x49fc88['data']['oldValue']:void 0x0,_0x4097ab=_0x49fc88['getFirstRange'](),_0x123306=Array['from'](_0x38940e['keys']())['find'](_0x151241=>_0x151241['isIntersecting'](_0x4097ab));if(!_0x123306)continue;const _0x554f16=_0x123306['getDifference'](_0x4097ab);this['_isBlockAttribute'](_0x5a71d2)&&'insertion'==_0x49fc88['type']&&0x0!=_0x554f16['length']||(_0x38940e['delete'](_0x123306),_0x554f16['forEach'](_0x127d48=>{_0x38940e['set'](_0x127d48,_0x3127a0);}),'insertion'!=_0x49fc88['type']&&_0x1b30da!=_0x1e9a42&&_0x38940e['set'](_0x123306['getIntersection'](_0x4097ab),_0x1b30da));}const _0x495442=[];for(const [_0x706ad7,_0x4c378e]of _0x38940e){const _0x54a8f3=_0x49822d(),_0x23c36b={'key':_0x5a71d2,'oldValue':_0x4c378e,'newValue':_0x1e9a42};_0x5a71d2['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':_0x5a71d2});const _0x55e461=('attribute:'+(_0x5a71d2+'|'+Gt({'newValue':_0x1e9a42})))['substring'](0x0,0x3c),_0x268943=this['_setSuggestionData']({'id':_0x54a8f3,'type':_0x55e461,'data':_0x23c36b,'createdAt':new Date(),'authorId':_0x452a0a,'attributes':_0x2cf474});_0x495442['push'](_0x268943),this['_addSuggestionMarker'](_0x55e461,_0x54a8f3,_0x452a0a,_0x706ad7);}return _0x495442;}['enableDefaultAttributesIntegration'](_0x404abd){this['enableCommand'](_0x404abd,(_0x35843a,..._0x361802)=>{this['_recordAttributeChanges'](()=>{_0x35843a(..._0x361802);});});}['registerBlockAttribute'](_0x4573d5){this['_blockAttributeKeys']['add'](_0x4573d5);}['registerInlineAttribute'](_0x3a7d2c){this['_inlineAttributeKeys']['add'](_0x3a7d2c);}['_getAttributeKey'](_0x1602cd){return'attribute'==_0x1602cd['type']?_0x1602cd['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x452083,_0xcdbf19){const _0x1d6bdd=_0x452083['getFirstMarker']();this['_model']['change'](_0x461160=>{_0x461160['updateMarker'](_0x1d6bdd,{'range':_0xcdbf19});});}['_addThreadToSuggestion'](_0x1d8d25){const _0x5dbe3f=_0x1d8d25['id'],_0x321602=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5dbe3f)||this['_commentsRepository']['addCommentThread']({'channelId':_0x321602,'threadId':_0x5dbe3f,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x926160=this['_commentsRepository']['getCommentThread'](_0x5dbe3f);_0x926160['unbind']('isRemovable'),_0x926160['isRemovable']=!0x1,_0x1d8d25['commentThread']=_0x926160;}['_checkSuggestionCorrectness'](_0x3d92e8,_0x1f11c6,_0x37d4cc,_0x280b95){if(_0x3d92e8['type']!=_0x1f11c6||_0x3d92e8['subType']!=_0x37d4cc||_0x3d92e8['creator']['id']!=_0x280b95)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3d68a7('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x33b2de,_0x842458){const _0x5aec0f=_0x33b2de['getFirstRange']();if(_0x842458['isEqual'](_0x5aec0f))_0x33b2de['removeMarkers']();else{if(_0x5aec0f['containsRange'](_0x842458)){const _0x5eda24=this['_model']['createPositionAt'](_0x842458['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x33b2de,this['_model']['createRange'](_0x5aec0f['start'],_0x5eda24));const _0x355dc5=_0x49822d(),_0x41d583=_0x33b2de['creator']['id'],_0x4d7f34=_0x33b2de['type']+':'+_0x33b2de['subType'];this['_setSuggestionData']({'id':_0x355dc5,'type':_0x4d7f34,'createdAt':new Date(),'authorId':_0x41d583,'data':_0x33b2de['data'],'attributes':_0x33b2de['attributes']});const _0x4b159d=this['_model']['createPositionAt'](_0x842458['end']['parent'],'after'),_0x3f5c8d=this['_model']['createRange'](_0x4b159d,_0x5aec0f['end']);this['_addSuggestionMarker'](_0x4d7f34,_0x355dc5,_0x41d583,_0x3f5c8d);}else{if(_0x5aec0f['containsPosition'](_0x842458['start'])){const _0x306c4d=this['_model']['createPositionAt'](_0x842458['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x33b2de,this['_model']['createRange'](_0x5aec0f['start'],_0x306c4d));}else{const _0x1cf7ff=this['_model']['createPositionAt'](_0x842458['end']['parent'],'after');this['_setSuggestionRange'](_0x33b2de,this['_model']['createRange'](_0x1cf7ff,_0x5aec0f['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x2fba29){for(const {suggestion:_0x4db73f,meta:_0x1ee6cc}of this['_findSuggestions'](_0x2fba29,'insertion')){if(!_0x1ee6cc['isOwn'])continue;const _0x4e50cc=_0x4db73f['getRanges']();for(const _0x39a89e of _0x4e50cc)if(!_0x2fba29['getDifference'](_0x39a89e)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3cae78){const _0x3f16ae=this['editor']['plugins']['get']('Users')['getUser'](_0x3cae78);if(!_0x3f16ae)throw new _0x3d68a7('track-changes-user-not-found',this);return _0x3f16ae;}['_getExternalAuthor'](_0x38f2c6){const _0x4a17c1=this['editor']['plugins']['get']('Users'),_0x3917e7=_0x4b68ef('external:'+_0x38f2c6),_0x47a551=_0x4a17c1['getUser'](_0x3917e7);return _0x47a551||_0x4a17c1['addUser']({'id':_0x3917e7,'name':_0x38f2c6});}['_createSuggestion'](_0x4ab6ec,_0x2b9ad0,_0x192625,_0x1943ab,_0x57b8e8){const _0x15871e=this['_getAuthorFromId'](_0x1943ab),_0x427673=this['_suggestionFactory']['buildSuggestion'](_0x4ab6ec,_0x2b9ad0,_0x192625,_0x15871e,_0x57b8e8,_0x234694=>{this['_updateSuggestionData'](_0x192625,{'attributes':_0x234694});const _0x559423=this['getSuggestion'](_0x192625);this['_joinWithAdjacentSuggestions'](new Set([_0x559423])),this['_refreshSuggestionsChain'](new Set([_0x559423]));});return this['listenTo'](_0x427673,'accept',()=>{this['_updateSuggestionData'](_0x192625,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x427673,'discard',()=>{this['_updateSuggestionData'](_0x192625,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x192625,_0x427673),this['_suggestionState']['set'](_0x427673,'notReady'),_0x427673;}['_splitMarkerName'](_0x4518dc){const _0x4b6469=_0x4518dc['split'](':');return{'group':_0x4b6469[0x0],'type':_0x4b6469[0x1],'subType':_0x4b6469['length']>=0x5?_0x4b6469[0x2]:null,'id':_0x4b6469['length']<0x5?_0x4b6469[0x2]:_0x4b6469[0x3],'authorId':_0x4b6469['length']<0x5?_0x4b6469[0x3]:_0x4b6469[0x4],'markerCount':0x6==_0x4b6469['length']?_0x4b6469[0x5]:null};}['_breakSuggestionMarker'](_0x32a93a,_0x184d34,_0x26e6a7){const _0x3bbee8=_0x32a93a['getFirstRange'](),_0x7b2a75=_0x3bbee8['start'],_0x881452=_0x3bbee8['end'];this['_setSuggestionRange'](_0x32a93a,this['_model']['createRange'](_0x7b2a75,_0x184d34));const _0x42b335=_0x49822d(),_0x5dee83=_0x32a93a['creator']['id'],_0x21769f=_0x32a93a['type']+(_0x32a93a['subType']?':'+_0x32a93a['subType']:'');this['_setSuggestionData']({'id':_0x42b335,'type':_0x21769f,'createdAt':new Date(),'authorId':_0x5dee83,'originalSuggestionId':_0x32a93a['id'],'attributes':_0x32a93a['attributes'],'data':_0x32a93a['data']});const _0x20e8fe=this['_getAttributeKey'](_0x32a93a);('formatBlock'==_0x32a93a['type']||_0x20e8fe&&this['_isBlockAttribute'](_0x20e8fe))&&(_0x26e6a7=this['_model']['createPositionBefore'](_0x26e6a7['parent'])),this['_addSuggestionMarker'](_0x21769f,_0x42b335,_0x5dee83,this['_model']['createRange'](_0x26e6a7,_0x881452));}['_findSuggestions'](_0x3bd108,_0xd9149b=null){const _0x386a18=[],_0x1712fc=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x3bd108)||(_0x3bd108=[_0x3bd108]);for(const _0x587f41 of this['getSuggestions']()){if(!_0x587f41['isInContent'])continue;if(_0xd9149b&&_0x587f41['type']!=_0xd9149b)continue;let _0x290bb6=!0x1;for(const _0x191cf0 of _0x587f41['getRanges']()){for(const _0x3ba055 of _0x3bd108){const _0x581eff=_0x3ba055['start']['isEqual'](_0x191cf0['end'])||_0x3ba055['end']['isEqual'](_0x191cf0['start']);if(_0x581eff||_0x3ba055['getIntersection'](_0x191cf0)){const _0x334a50=_0x3ba055['containsRange'](_0x191cf0)&&Ot(this['_model']['schema'],_0x191cf0['start'],_0x3ba055),_0x17116a=_0x191cf0['containsRange'](_0x3ba055)&&Ot(this['_model']['schema'],_0x3ba055['start'],_0x191cf0);_0x386a18['push']({'suggestion':_0x587f41,'meta':{'isOwn':_0x1712fc==_0x587f41['author'],'isNextTo':_0x581eff,'isInsideObject':_0x334a50,'containsRangeInObject':_0x17116a}}),_0x290bb6=!0x0;break;}}if(_0x290bb6)break;}}return _0x386a18;}['_addSuggestionMarker'](_0x2a0881,_0x2b7932,_0x4699f4,_0x373378,_0x42d9b5){this['_model']['change'](_0x2c06a8=>{let _0x57ac71='suggestion:'+_0x2a0881+':'+_0x2b7932+':'+_0x4699f4;_0x42d9b5&&(_0x57ac71=_0x57ac71+':'+_0x42d9b5),_0x2c06a8['addMarker'](_0x57ac71,{'range':_0x373378,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4de190){const _0x96d96d=_0x4de190['previous'],_0x46dc53=_0x4de190['next'];_0x4de190['previous']=null,_0x4de190['next']=null,null!=_0x96d96d&&_0x96d96d['next']==_0x4de190&&(_0x96d96d['next']=_0x46dc53),null!=_0x46dc53&&_0x46dc53['previous']==_0x4de190&&(_0x46dc53['previous']=_0x96d96d),'ready'==this['_suggestionState']['get'](_0x4de190)&&(this['_suggestionState']['set'](_0x4de190,'removed'),this['fire']('suggestionUnloaded',_0x4de190,_0x96d96d,_0x46dc53));}['_setSuggestionData'](_0x46fa12){const _0x8a8275=_0x46fa12['id'],_0x3184af=this['addSuggestionData'](_0x46fa12);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0xd13c39=this['editor']['plugins']['get']('PendingActions'),_0x354cde=_0x3184af['hasComments'],_0x548bd9=_0x3184af['subType']?_0x3184af['type']+':'+_0x3184af['subType']:_0x3184af['type'],_0x3b87d5=this['editor']['locale'],_0x5aa684=_0xd13c39['add'](o(_0x3b87d5,'PENDING_ACTION_SUGGESTION')),_0x377cb6={'id':_0x8a8275,'type':_0x548bd9,'hasComments':_0x354cde,'data':_0x46fa12['data']||null,'originalSuggestionId':_0x46fa12['originalSuggestionId']||null,'attributes':_0x3184af['attributes']};this['_adapter']['addSuggestion'](_0x377cb6)['then'](_0x47c18f=>{_0x3184af['_saved']=!0x0,_0xd13c39['remove'](_0x5aa684),_0x47c18f&&_0x47c18f['createdAt']&&(this['_suggestions']['get'](_0x8a8275)['createdAt']=_0x47c18f['createdAt']);})['catch'](_0x227031=>{throw _0x49a028('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3184af['discard']();}),_0x3184af['stopListening'](),this['_suggestions']['delete'](_0x3184af['id']),this['_suggestionState']['delete'](_0x3184af),_0x227031;});}return _0x3184af;}['_isBlockAttribute'](_0x20d24e){return this['_blockAttributeKeys']['has'](_0x20d24e);}['_updateSuggestionData'](_0x1d265d,_0x43ba92){const _0x587c24=this['editor']['plugins']['get']('PendingActions'),_0x405d1f=this['getSuggestion'](_0x1d265d);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x405d1f['_saved']){const _0x3534f3=_0x587c24['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x1d265d,_0x43ba92)['then'](()=>{_0x587c24['remove'](_0x3534f3);});}else _0x405d1f['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x1d265d,_0x43ba92);});}}['_getSuggestionData'](_0x5b74c4){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3d68a7('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x5b74c4);}['_handleNewSuggestionMarker'](_0x355345){const {id:_0x521ef5,type:_0x4c0425,subType:_0x321135,authorId:_0x5b6f7e}=this['_splitMarkerName'](_0x355345),_0x1d1ec2=this['_suggestions']['get'](_0x521ef5)||this['_createSuggestion'](_0x4c0425,_0x321135,_0x521ef5,_0x5b6f7e,{});switch(this['_checkSuggestionCorrectness'](_0x1d1ec2,_0x4c0425,_0x321135,_0x5b6f7e),this['_suggestionState']['get'](_0x1d1ec2)){case'notReady':this['_getSuggestionData'](_0x521ef5)['then'](_0x238c22=>{let _0x111290=Promise['resolve']();_0x238c22['hasComments']&&(_0x111290=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x521ef5})),_0x111290['then'](()=>{this['addSuggestionData'](_0x238c22)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1d1ec2,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x521ef5,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1d1ec2,'ready'),this['fire']('suggestionLoaded',_0x1d1ec2);break;case'ready':this['fire']('suggestionChanged',_0x1d1ec2);}return _0x1d1ec2['addMarkerName'](_0x355345),_0x1d1ec2;}['_refreshSuggestionsChain'](_0x47dbed){const _0x1eae7a=Array['from'](_0x47dbed),_0x382435=_0x1eae7a['filter'](_0x2c23b3=>'attribute'==_0x2c23b3['type']);this['_refreshAttributeSuggestionsChain'](_0x382435);const _0x25ddcf=_0x1eae7a['filter'](_0x57f9bb=>!_0x57f9bb['isMultiRange']&&'attribute'!=_0x57f9bb['type']),_0x1c74f6=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xbed48b=>!_0xbed48b['isMultiRange']&&'attribute'!=_0xbed48b['type']),_0x3bc2d9=_0x1c74f6['filter'](_0x3dac24=>!_0x47dbed['has'](_0x3dac24)),_0x3be881=new Map(_0x1c74f6['map'](_0x907fe=>[_0x907fe,this['_suggestionFactory']['getSuggestionCallback'](_0x907fe['type'],_0x907fe['subType'],'chain')])),_0x1063b8=new Map(_0x1c74f6['map'](_0x1882fb=>[_0x1882fb,_0x1882fb['getFirstRange']()])),_0x89b492=new Set(),_0x4566c2=new Set();for(let _0x2c6697=0x0;_0x2c6697<_0x25ddcf['length'];_0x2c6697++)_0x481db4(_0x25ddcf[_0x2c6697],_0x25ddcf,_0x2c6697+0x1);for(let _0x2bcf6f=0x0;_0x2bcf6f<_0x25ddcf['length'];_0x2bcf6f++)_0x481db4(_0x25ddcf[_0x2bcf6f],_0x3bc2d9,0x0);const _0x51f1fd=new Set();for(let _0x129778=0x0;_0x129778<_0x25ddcf['length'];_0x129778++){const _0x3e18df=_0x25ddcf[_0x129778];!_0x4566c2['has'](_0x3e18df)&&_0x3e18df['previous']&&(_0x51f1fd['add'](_0x3e18df['previous']),_0x3e18df['previous']['next']===_0x3e18df&&(_0x3e18df['previous']['next']=null),_0x3e18df['previous']=null),!_0x89b492['has'](_0x3e18df)&&_0x3e18df['next']&&(_0x51f1fd['add'](_0x3e18df['next']),_0x3e18df['next']['previous']===_0x3e18df&&(_0x3e18df['next']['previous']=null),_0x3e18df['next']=null);}function _0x481db4(_0x3db9b5,_0x33b6fe,_0x25e19f){for(let _0x368b21=_0x25e19f;_0x368b21<_0x33b6fe['length'];_0x368b21++){const _0x583175=_0x136662(_0x3db9b5,_0x33b6fe[_0x368b21]);_0x583175&&(_0x583175[0x0]['next']=_0x583175[0x1],_0x583175[0x1]['previous']=_0x583175[0x0],_0x89b492['add'](_0x583175[0x0]),_0x4566c2['add'](_0x583175[0x1]));}}function _0x136662(_0x473d52,_0x124eb7){if(_0x473d52['author']['id']!==_0x124eb7['author']['id'])return null;const _0x347688=_0x3be881['get'](_0x473d52)(_0x473d52,_0x124eb7,_0x1063b8['get'](_0x473d52),_0x1063b8['get'](_0x124eb7));if(!_0x347688)return null;return _0x3be881['get'](_0x124eb7)(_0x473d52,_0x124eb7,_0x1063b8['get'](_0x473d52),_0x1063b8['get'](_0x124eb7))?_0x347688[0x1]['commentThread']&&_0x347688[0x1]['commentThread']['length']?null:_0x347688:null;}_0x51f1fd['size']&&this['_refreshSuggestionsChain'](_0x51f1fd);}['_refreshAttributeSuggestionsChain'](_0x5518aa){if(0x0==_0x5518aa['length'])return;const _0x39225e=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f4b26=>'attribute'==_0x4f4b26['type']&&_0x4f4b26['_isDataLoaded']),_0x5b3ab0=[],_0x73ad96=new Map();for(const _0xc2614a of _0x39225e){const _0x2badf8=_0x4b68ef(_0xc2614a['attributes']);_0x73ad96['has'](_0x2badf8)||(_0x73ad96['set'](_0x2badf8,_0x5b3ab0['length']),_0x5b3ab0['push']([]));const _0x325512=_0x73ad96['get'](_0x2badf8);_0x5b3ab0[_0x325512]['push'](_0xc2614a);}!(function(){_0x5b3ab0['sort']((_0xf5e337,_0x4eb6b7)=>{const _0x1ec422=_0xf5e337[0x0]['createdAt'],_0x3c3313=_0x4eb6b7[0x0]['createdAt'];return _0x1ec422==_0x3c3313?_0xf5e337[0x0]['attributes']['groupId']<_0x4eb6b7[0x0]['attributes']['groupId']?-0x1:0x1:_0x1ec422<_0x3c3313?-0x1:0x1;});for(const _0x531b15 of _0x5b3ab0)_0x531b15['sort']((_0x1903c8,_0x1a68ea)=>_0x1903c8['id']<_0x1a68ea['id']?-0x1:0x1);}());for(let _0x298670=0x0;_0x298670<_0x5b3ab0['length'];_0x298670++){if(0x0==_0x5b3ab0[_0x298670]['length'])continue;const _0x2cb367=[];for(let _0x14527c=_0x298670+0x1;_0x14527c<_0x5b3ab0['length'];_0x14527c++)0x0!=_0x5b3ab0[_0x14527c]['length']&&_0x1d9b27(_0x5b3ab0[_0x298670],_0x5b3ab0[_0x14527c])&&_0x2cb367['push'](_0x14527c);for(const _0x48b46a of _0x2cb367)_0x5b3ab0[_0x298670]=_0x5b3ab0[_0x298670]['concat'](_0x5b3ab0[_0x48b46a]),_0x5b3ab0[_0x48b46a]=[];}for(const _0x39b6d3 of _0x5b3ab0)for(let _0x564e9f=0x0;_0x564e9f<_0x39b6d3['length'];_0x564e9f++){const _0x5ce1ce=_0x39b6d3[_0x564e9f+0x1]||null;_0x39b6d3[_0x564e9f]['next']!==_0x5ce1ce&&(_0x39b6d3[_0x564e9f]['next']=_0x5ce1ce);}for(const _0x4b8286 of _0x5b3ab0)for(let _0x11c6f5=0x0;_0x11c6f5<_0x4b8286['length'];_0x11c6f5++){const _0x227435=_0x4b8286[_0x11c6f5-0x1]||null;_0x4b8286[_0x11c6f5]['previous']!==_0x227435&&(_0x4b8286[_0x11c6f5]['previous']=_0x227435);}function _0x1d9b27(_0x1964ac,_0x4abddb){if(_0x1964ac[0x0]['attributes']['groupId']!==_0x4abddb[0x0]['attributes']['groupId']&&_0x1964ac[0x0]['author']!==_0x4abddb[0x0]['author'])return!0x1;if(!function(_0x5b8a0b,_0x166d66){if(!_0x5b8a0b['hasComments']&&!_0x166d66['hasComments'])return!0x0;if(_0x5b8a0b['hasComments']&&_0x166d66['hasComments'])return!0x1;if(_0x5b8a0b['hasComments']&&_0x166d66['createdAt']<_0x5b8a0b['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x166d66['hasComments']&&_0x5b8a0b['createdAt']<_0x166d66['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x1964ac[0x0],_0x4abddb[0x0]))return!0x1;const _0x5d7010=Tt(_0x1964ac[0x0]['attributes'],'groupId'),_0x3d834a=Tt(_0x4abddb[0x0]['attributes'],'groupId');if(!_0x49fb27(_0x5d7010,_0x3d834a))return!0x1;return!!_0x1964ac['every'](_0x3e02dd=>_0x4abddb['some'](_0x15790a=>_0x3e02dd['getFirstRange']()['isEqual'](_0x15790a['getFirstRange']())))&&_0x4abddb['every'](_0xbbcec=>_0x1964ac['some'](_0x171a28=>_0xbbcec['getFirstRange']()['isEqual'](_0x171a28['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x1f9c54){const _0x12f371=Array['from'](_0x1f9c54),_0x1bd2bc=this['getSuggestions']({'skipNotAttached':!0x0}),_0x586dc5=_0x1bd2bc['filter'](_0x445b60=>!_0x1f9c54['has'](_0x445b60)),_0x190b32=new Map(_0x12f371['map'](_0x47c4d7=>[_0x47c4d7,this['_suggestionFactory']['getSuggestionCallback'](_0x47c4d7['type'],_0x47c4d7['subType'],'join')])),_0x58fd6f=new Map(_0x1bd2bc['map'](_0x121d49=>[_0x121d49,_0x121d49['getRanges']()]));for(let _0x38b4b4=0x0;_0x38b4b4<_0x12f371['length'];_0x38b4b4++){if(_0x12bdf5(this,_0x12f371[_0x38b4b4],_0x12f371,_0x38b4b4+0x1))return!0x0;}for(let _0x10981d=0x0;_0x10981d<_0x12f371['length'];_0x10981d++){if(_0x12bdf5(this,_0x12f371[_0x10981d],_0x586dc5,0x0))return!0x0;}return!0x1;function _0x12bdf5(_0x2a284d,_0x133c52,_0x5a3be6,_0x527570){for(let _0xad0392=_0x527570;_0xad0392<_0x5a3be6['length'];_0xad0392++){const _0x5cbea1=_0x5a3be6[_0xad0392];if(_0x5cbea1['type']!==_0x133c52['type']||_0x5cbea1['author']['id']!==_0x133c52['author']['id']||_0x5cbea1['subType']!==_0x133c52['subType'])continue;if(!Jt(_0x133c52,_0x5cbea1))continue;if('attribute'==_0x133c52['type']&&_0x133c52['data']['oldValue']!=_0x5cbea1['data']['oldValue'])continue;if('attribute'==_0x133c52['type']&&_0x2a284d['_isBlockAttribute'](_0x133c52['data']['key']))continue;if('formatBlock'==_0x133c52['type']){const _0x56a4ef=_0x2a284d['editor']['model'],_0x4956d7=_0x133c52['getContainedElement']();if(_0x4956d7&&(_0x56a4ef['schema']['isObject'](_0x4956d7)||_0x56a4ef['schema']['isLimit'](_0x4956d7)))continue;}const _0x54907e=_0x190b32['get'](_0x133c52),_0x5cf479=_0x58fd6f['get'](_0x133c52),_0x3c7ec2=_0x58fd6f['get'](_0x5cbea1),_0x22f18f=_0x133c52['commentThread']&&_0x133c52['commentThread']['length'],_0x9461a2=_0x5cbea1['commentThread']&&_0x5cbea1['commentThread']['length'];if(!_0x22f18f&&_0x54907e(_0x3c7ec2,_0x5cf479))return _0x2a284d['_joinSuggestions'](_0x5cbea1,_0x133c52),_0x58fd6f['delete'](_0x133c52),!0x0;if(!_0x9461a2&&_0x54907e(_0x5cf479,_0x3c7ec2))return _0x2a284d['_joinSuggestions'](_0x133c52,_0x5cbea1),_0x58fd6f['delete'](_0x5cbea1),!0x0;}return!0x1;}}['_joinSuggestions'](_0x18b33f,_0x53d65c){if(_0x18b33f['isMultiRange']){for(const _0x4609e2 of _0x53d65c['getRanges']())_0x18b33f['addRange'](_0x4609e2);}else{const _0x14a571=_0x53d65c['getFirstRange']()['end'];this['_setSuggestionRange'](_0x18b33f,this['_model']['createRange'](_0x18b33f['getFirstRange']()['start'],_0x14a571));}_0x53d65c['removeMarkers']();}['_getMarkerAnnouncementText'](_0x17e751,_0x2c6bb8,_0xf54830){const _0x43a0a9=_0x17e751['startsWith']('format')||_0x17e751['startsWith']('attribute')?'FORMATTING':_0x17e751['toUpperCase']();return o(this['editor']['locale'],_0x2c6bb8+'_'+_0x43a0a9+'_SUGGESTION_ANNOUNCEMENT',_0xf54830);}['_initAriaMarkerChangeAnnouncements'](){const _0x24ac5e=this['editor'];if(!_0x24ac5e['ui'])return;const {ariaLiveAnnouncer:_0x1292d8}=_0x24ac5e['ui'];_0x343835(this['_model'],({left:_0x482a84,entered:_0x316c75})=>{for(const _0x3ce206 of _0x482a84){const {group:_0x45d92b,type:_0x2803ca}=this['_splitMarkerName'](_0x3ce206['name']);if('suggestion'===_0x45d92b){_0x1292d8['announce'](this['_getMarkerAnnouncementText'](_0x2803ca,'LEAVE'));break;}}for(const _0x10b331 of _0x316c75){const {group:_0x5aa2c9,type:_0x158f52}=this['_splitMarkerName'](_0x10b331['name']);if('suggestion'===_0x5aa2c9){_0x1292d8['announce'](this['_getMarkerAnnouncementText'](_0x158f52,'ENTER',_0x12a168(_0x563bb2)));break;}}});}['_processAttributeChanges'](_0x5138c1){if(this['_recordAttributeSuggestions'])return!0x1;const _0xef8063=this['editor'],_0x364320=_0xef8063['model']['document']['differ']['getChanges']();if(0x0==_0x364320['length'])return!0x1;const _0x7c196=[],_0x3e23bf=_0x364320['filter'](_0x59a207=>'attribute'==_0x59a207['type']),_0x2db966=_0x364320['filter'](_0x3994a8=>'insert'==_0x3994a8['type']&&'$text'!=_0x3994a8['name']),_0x5f5517=_0x364320['filter'](_0x757d68=>'remove'==_0x757d68['type']&&'$text'!=_0x757d68['name']);for(const _0x13900c of _0x3e23bf)_0x7c196['push']({'key':_0x13900c['attributeKey'],'newValue':_0x13900c['attributeNewValue'],'oldValue':_0x13900c['attributeOldValue'],'range':Pt(_0x13900c['range'],_0xef8063['model'])});for(const _0x40bd18 of _0x2db966){const _0x3ac8c8=_0x5f5517['find'](_0x320438=>_0x320438['position']['isEqual'](_0x40bd18['position']));_0x3ac8c8&&_0x7c196['push']({'key':m,'newValue':_0x40bd18['name'],'oldValue':_0x3ac8c8['name'],'range':_0xef8063['model']['createRangeOn'](_0x40bd18['position']['nodeAfter'])});}return 0x0!=_0x7c196['length']&&this['_reduceExistingSuggestions'](_0x5138c1,_0x7c196);}['_processAttributeSuggestions'](_0x5a950f){let _0x3e8850=!0x1;const _0x4a9487=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x5f3d2e=>_0x5f3d2e['data']['newRange']&&_0x5f3d2e['name']['startsWith']('suggestion:attribute:'));for(const _0x1b2c4a of _0x4a9487){const {subType:_0x42b319,id:_0x152063}=this['_splitMarkerName'](_0x1b2c4a['name']),_0x1cabe7=_0x42b319['split']('|')[0x0];for(const _0x49aa32 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x49aa32['id']!=_0x152063&&'attribute'==_0x49aa32['type']&&_0x49aa32['data']&&_0x49aa32['data']['key']==_0x1cabe7&&_0x49aa32['getFirstRange']()['isIntersecting'](_0x1b2c4a['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x49aa32,_0x1b2c4a['data']['newRange'],_0x5a950f),_0x3e8850=!0x0);}return _0x3e8850;}['_recordAttributeChanges'](_0x41e985){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x41e985();}['_isRegisteredAttribute'](_0x5f18e8){const _0x704268=this['_isBlockAttribute'](_0x5f18e8),_0x1fb769=this['_inlineAttributeKeys']['has'](_0x5f18e8);return _0x704268||_0x1fb769;}['_reduceExistingSuggestions'](_0x2f85f8,_0x35c6ed){if(0x0==_0x35c6ed['length'])return!0x1;let _0x22442a=!0x1;for(const _0x4e97ba of _0x35c6ed){const _0x140ec0=this['_findSuggestions'](_0x4e97ba['range'],'attribute')['filter'](_0x1efda3=>!_0x1efda3['meta']['isNextTo'])['map'](_0x1142a4=>_0x1142a4['suggestion']),_0x3eb87b=_0x4b68ef({'newValue':_0x4e97ba['newValue']});_0x140ec0['filter'](_0x324473=>{const [_0x1382c4,_0x3b32ad]=_0x324473['subType']['split']('|');return _0x1382c4==_0x4e97ba['key']&&_0x3b32ad!=_0x3eb87b;})['forEach'](_0x59ae29=>{this['_reduceSuggestionAttributeRange'](_0x59ae29,_0x4e97ba['range'],_0x2f85f8),_0x22442a=!0x0;});}return _0x22442a;}['_reduceSuggestionAttributeRange'](_0x530a4c,_0x15bd87,_0x4dd6b3){const _0x557fb5=_0x530a4c['getFirstRange']()['getDifference'](_0x15bd87);0x0!==_0x557fb5['length']?0x1!==_0x557fb5['length']?this['_breakSuggestionMarker'](_0x530a4c,_0x15bd87['start'],_0x15bd87['end']):this['_setSuggestionRange'](_0x530a4c,_0x557fb5[0x0]):_0x4dd6b3['removeMarker'](_0x530a4c['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3b49d3){this['_editor']=_0x3b49d3,this['_model']=_0x3b49d3['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0xf5b79d,_0x509690,_0x42e5f0,_0x2f24a0,_0xdafe91,_0x3b4fdc){return new u(this['_model'],{'type':_0xf5b79d,'subType':_0x509690,'id':_0x42e5f0,'author':_0x2f24a0,'creator':_0x2f24a0,'attributes':_0xdafe91,'onAttributesChange':_0x3b4fdc,'onAccept':(..._0x98ffdb)=>this['getSuggestionCallback'](_0xf5b79d,_0x509690,'accept')(..._0x98ffdb),'onDiscard':(..._0x2301e6)=>this['getSuggestionCallback'](_0xf5b79d,_0x509690,'discard')(..._0x2301e6)});}['registerCustomCallback'](_0x4d51e2,_0x4abd8f,_0x3f48ea,_0xaa5a91){const _0x4ba9cc=_0x4d51e2+':'+_0x4abd8f+':'+_0x3f48ea;this['_customCallbacks']['set'](_0x4ba9cc,_0xaa5a91);}['getSuggestionCallback'](_0x4d0699,_0x502a26,_0x481b3c){const _0x50f661=_0x4d0699+':'+_0x502a26+':'+_0x481b3c;return this['_customCallbacks']['get'](_0x50f661)||this['_defaultCallbacks']['get'](_0x4d0699+':'+_0x481b3c);}['_registerDefaultCallbacks'](){const _0x552193=()=>!0x1,_0x3ec7ab=_0x5371e8=>{_0x5371e8['sort']((_0x27373c,_0x98c21a)=>_0x27373c['start']['isBefore'](_0x98c21a['start'])?0x1:-0x1),this['_model']['change'](_0xd9ab8b=>{for(const _0x3aec50 of _0x5371e8){let _0x57a398;_0x57a398=_0x3aec50['end']['isAtEnd']&&_0x3aec50['end']['parent']==_0x3aec50['start']['nodeAfter']?_0xd9ab8b['createSelection'](_0x3aec50['start']['nodeAfter'],'on'):_0xd9ab8b['createSelection'](_0x3aec50),this['_model']['deleteContent'](_0x57a398,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x542978=(_0x1d7531,_0x4964a7)=>{_0x4964a7&&this['_model']['change'](_0x4926fd=>{const {commandName:_0x52457c,commandParams:_0x3c933a=[]}=_0x4964a7,_0x28363e=_0x1d7531['map'](_0x2961e7=>(Vt(_0x2961e7)&&(_0x2961e7=this['_model']['createRange'](_0x2961e7['end'])),_0x2961e7))['filter'](_0x2da012=>'$graveyard'!==_0x2da012['root']['rootName']);if(_0x28363e['length']<0x1)return;const _0x21fee5=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x918a61=>_0x542340['fromRange'](_0x918a61));_0x4926fd['setSelection'](_0x28363e);for(const _0x399c87 of this['_editor']['commands']['commands']())_0x399c87['refresh']();_0x3c933a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x52457c,..._0x3c933a);const _0x575c7b=_0x21fee5['filter'](_0x58e923=>'$graveyard'!=_0x58e923['root']['rootName']);_0x575c7b['length']>0x0&&_0x4926fd['setSelection'](_0x575c7b);for(const _0x57bc57 of _0x21fee5)_0x57bc57['detach']();});},_0x254de7=(_0x20c136,_0x2beef0)=>0x1==_0x20c136['length']&&0x1==_0x2beef0['length']&&_0x20c136[0x0]['end']['isEqual'](_0x2beef0[0x0]['start']),_0x97da02=(_0x715ee3,_0x19043b,_0x439c26,_0x17652b)=>Ht(_0x715ee3,_0x19043b,_0x439c26,_0x17652b,this['_model'])?[_0x715ee3,_0x19043b]:Ht(_0x19043b,_0x715ee3,_0x17652b,_0x439c26,this['_model'])?[_0x19043b,_0x715ee3]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x552193),this['_defaultCallbacks']['set']('insertion:discard',_0x3ec7ab),this['_defaultCallbacks']['set']('insertion:join',_0x254de7),this['_defaultCallbacks']['set']('insertion:chain',_0x97da02),this['_defaultCallbacks']['set']('deletion:accept',_0x3ec7ab),this['_defaultCallbacks']['set']('deletion:discard',_0x552193),this['_defaultCallbacks']['set']('deletion:join',_0x254de7),this['_defaultCallbacks']['set']('deletion:chain',_0x97da02),this['_defaultCallbacks']['set']('formatInline:accept',_0x542978),this['_defaultCallbacks']['set']('formatInline:discard',_0x552193),this['_defaultCallbacks']['set']('formatInline:join',_0x254de7),this['_defaultCallbacks']['set']('formatInline:chain',_0x552193),this['_defaultCallbacks']['set']('formatBlock:accept',_0x542978),this['_defaultCallbacks']['set']('formatBlock:discard',_0x552193),this['_defaultCallbacks']['set']('formatBlock:join',_0x254de7),this['_defaultCallbacks']['set']('formatBlock:chain',_0x552193),this['_defaultCallbacks']['set']('attribute:accept',_0x552193),this['_defaultCallbacks']['set']('attribute:discard',(_0x269060,_0x2c5797)=>{if(!_0x2c5797)return;const _0x1484b1=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x14f78e=>{if(_0x2c5797['key']==m)for(const _0x2e4b14 of _0x269060){const _0x1f25fc=_0x2e4b14['start']['nodeAfter'],_0x77b39b=_0x2c5797['oldValue'];_0x14f78e['rename'](_0x1f25fc,_0x77b39b);}else{if(_0x1484b1['_isBlockAttribute'](_0x2c5797['key'])){for(const _0x436ad9 of _0x269060)void 0x0!==_0x2c5797['oldValue']?_0x14f78e['setAttribute'](_0x2c5797['key'],_0x2c5797['oldValue'],_0x436ad9['start']['nodeAfter']):_0x14f78e['removeAttribute'](_0x2c5797['key'],_0x436ad9['start']['nodeAfter']);}else{for(const _0x3d3472 of _0x269060)_0x2c5797['oldValue']?_0x14f78e['setAttribute'](_0x2c5797['key'],_0x2c5797['oldValue'],_0x3d3472):_0x14f78e['removeAttribute'](_0x2c5797['key'],_0x3d3472);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x254de7);}}function Ot(_0x4e6aef,_0x2d729a,_0xe6dc2b){for(const _0x353c6d of _0x2d729a['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x353c6d['root']==_0x353c6d)return!0x1;if(!_0xe6dc2b['containsItem'](_0x353c6d))return!0x1;if(_0x4e6aef['isObject'](_0x353c6d)||_0x4e6aef['isLimit'](_0x353c6d))return!0x0;}return!0x1;}function Vt(_0x59c521){return _0x59c521['end']['parent']==_0x59c521['start']['nodeAfter']&&_0x59c521['end']['isAtStart'];}function Ut(_0x4d3667,_0x5a5be9,_0x5465e1,_0x38cd1d){const _0x102d6c=_0x32297a=>!_0x32297a['item']['is']('$textProxy')&&!_0x38cd1d['isObject'](_0x32297a['item']),_0x209c42=_0x4d3667['start']['getLastMatchingPosition'](_0x102d6c),_0x39b778=_0x4d3667['end']['getLastMatchingPosition'](_0x102d6c,{'direction':'backward'});return(!_0x4d3667['start']['isEqual'](_0x209c42)||!_0x4d3667['end']['isEqual'](_0x39b778))&&(_0x209c42['isBefore'](_0x39b778)?_0x5465e1['updateMarker'](_0x5a5be9,{'range':_0x5465e1['createRange'](_0x209c42,_0x39b778)}):_0x5465e1['removeMarker'](_0x5a5be9),!0x0);}function Gt(_0x2e7a29){return _0x4b68ef(_0x2e7a29);}function Ft(_0x3f3149){const _0x308c2a=_0x3f3149['start']['nodeAfter'];return _0x308c2a&&_0x308c2a['is']('element');}function Pt(_0x1fdd09,_0xd9219c){return null==_0x1fdd09['end']['nodeBefore']&&_0x1fdd09['end']['parent']==_0x1fdd09['start']['nodeAfter']?Lt(_0x1fdd09['start']['nodeAfter'],_0xd9219c):_0x1fdd09;}function Lt(_0x13ae81,_0x1555ef){const _0x3de4f7=_0x1555ef['schema']['isObject'](_0x13ae81)||_0x1555ef['schema']['isSelectable'](_0x13ae81);return _0x1555ef['createRange'](_0x1555ef['createPositionAt'](_0x13ae81,'before'),_0x3de4f7?_0x1555ef['createPositionAfter'](_0x13ae81):_0x1555ef['createPositionAt'](_0x13ae81,'end'));}function Ht(_0x11146e,_0x53d3d3,_0x9fe53f,_0x1ea4d6,_0x5926a9){if(_0x11146e['next'])return!0x1;if(!Jt(_0x11146e,_0x53d3d3))return!0x1;if(_0x9fe53f['end']['isEqual'](_0x1ea4d6['start']))return!0x0;if(_0x11146e['type']!=_0x53d3d3['type'])return!0x1;if(!_0x9fe53f['end']['isTouching'](_0x1ea4d6['start']))return!0x1;const _0x3a3c27=_0x5926a9['createRange'](_0x9fe53f['end'],_0x1ea4d6['start'])['getWalker']();for(const _0x4885c4 of _0x3a3c27)if(['elementStart','elementEnd']['includes'](_0x4885c4['type'])&&_0x5926a9['schema']['isLimit'](_0x4885c4['item']))return!0x1;return!0x0;}function Jt(_0x5b397a,_0x53bb8c){if(!_0x5b397a['_isDataLoaded']||!_0x53bb8c['_isDataLoaded'])return!0x1;const _0x3548fa=new Set(Object['keys'](_0x5b397a['attributes'])),_0x1aac62=new Set(Object['keys'](_0x53bb8c['attributes']));if(_0x3548fa['delete']('groupId'),_0x1aac62['delete']('groupId'),0x0==_0x3548fa['size']&&0x0==_0x1aac62['size'])return!0x0;if(_0x3548fa['size']!=_0x1aac62['size'])return!0x1;const _0x182b04={..._0x5b397a['attributes']},_0x526fda={..._0x53bb8c['attributes']};return delete _0x182b04['groupId'],delete _0x526fda['groupId'],JSON['stringify'](_0x182b04)==JSON['stringify'](_0x526fda);}function qt(_0x525938,_0x403699){const _0x31a841=zt(_0x525938['attributes']),_0xa1b741=zt(_0x403699);if(!_0x525938['_isDataLoaded'])return!0x1;for(const _0x400c0e of Object['keys'](_0xa1b741))if(!_0x49fb27(_0x31a841[_0x400c0e],_0xa1b741[_0x400c0e]))return!0x1;return!0x0;}function zt(_0x2e253c){const _0x244d8e=Object['assign']({},_0x2e253c);return delete _0x244d8e['skipNestingCheck'],delete _0x244d8e['tablePasteChainId'],_0x244d8e;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x13b011(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x134b71,_0x3457eb,_0xd0e049,_0x47c84d){super(),this['model']=_0x3457eb,this['view']=_0xd0e049,this['commentThreadController']=_0x47c84d,this['_editor']=_0x134b71,this['_acceptCommand']=_0x134b71['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x134b71['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x3af97b,_0x444216)=>_0x3af97b||_0x444216),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x1d0184=>_0x1d0184&&this['_editor']['model']['canEditAt'](_0x3457eb['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x5b1f94=>_0x5b1f94&&this['_editor']['model']['canEditAt'](_0x3457eb['getRanges']())),this['_pendingAction']=null,_0xd0e049['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0xd0e049,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0xd0e049,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0xd0e049,'change:isDirty',()=>{_0xd0e049['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 _0x3e2c86=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3e2c86);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x381225{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x4aa969,_0x200373,_0x44ce34,_0xb5df45){super(_0x4aa969),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x3fddae(_0x4aa969,o(_0x4aa969,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x200373['authoredAt']),this['bind']('authoredAt')['to'](_0x200373),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x200373,'authoredAt',this,'descriptionParts',(_0x3a4302,_0x3ad798,_0x19a616)=>{const _0x1b1497=_0x19a616['map'](_0x3cc757=>ls(_0x3cc757['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x3a4302-0x1,_0x200373['author']['name'],_0x3ad798?_0xb5df45['formatDateTime'](_0x3ad798):'',new DOMParser()['parseFromString'](_0x1b1497,'text/html')['body']['textContent']]);}),this['focusables']=new _0x1dbeaa(),this['focusTracker']=new _0x280b81(),this['keystrokes']=new _0xee9339(),this['focusCycler']=new _0x33620a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x530c4d=>_0x530c4d['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x200373,this['_localUser']=_0x44ce34,this['_config']=_0xb5df45,_0xb5df45['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x3fa51a(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x517385}=this['_config'];this['commentsListView']=new _0x517385(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',_0x2b5a0a=>_0x2b5a0a+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x3b83e4,_0x498591)=>_0x3b83e4||!!_0x498591);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x35dd6a}=this['_config'],_0x3ba84d=new _0x35dd6a(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1e349f=_0x3ba84d['commentInputView'];return _0x3ba84d['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1e349f,'value',(_0x4ceefd,_0x7dff20,_0x323099)=>!!_0x323099||_0x4ceefd&&!_0x7dff20),_0x1e349f['on']('submit',(_0x4c7cd5,_0x371dee)=>{this['fire']('addComment',_0x371dee),_0x1e349f['editor']['setData']('');}),_0x1e349f['on']('cancel',()=>this['focus']()),_0x1e349f['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x3ba84d;}}class re extends us{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x4a7daa,_0x2b82da,_0x438f06,_0x8d8f7f){super(_0x4a7daa,_0x2b82da,_0x438f06,_0x8d8f7f),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3df412=>_0x3df412&&_0x3df412[0x0]?_0x3df412[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3c38cc,_0x2aa667)=>{let _0x5cd25b='';for(const _0x5b2004 of _0x3c38cc)_0x5cd25b+='<p>'+ls(_0x5b2004['content'],_0x5b2004['color'])+'</p>';return _0x2aa667?_0x5cd25b:_0x36a08d(_0x5cd25b,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x4a7daa,'Accept\x20suggestion'),_0x1c8cac['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x4a7daa,'Discard\x20suggestion'),_0x1c8cac['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x29b738(_0x4a7daa,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']['addMany']([this['acceptButton'],this['discardButton']]),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x225b78=this['bindTemplate'],_0x4fe72c=[{'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':_0x225b78['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x225b78['to']('authoredAt',_0x1791d4=>this['_config']['formatDateTime'](_0x1791d4))}]}]},{'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']&&_0x4fe72c['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x3436b6={'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x225b78['if']('isActive','ck-suggestion-wrapper--active'),_0x225b78['to']('type',_0x5ddb96=>'ck-suggestion-'+_0x5ddb96),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x225b78['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x4fe72c},this['ariaDescriptionView']]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x3436b6['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)),_0x3436b6;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x4e3258,_0x322bb2,_0x206ce2)=>{this['_descriptionElement']['innerHTML']=_0x206ce2;});}['_createButton'](_0x1feb55,_0x5c5301,_0x10cf6f,_0x34c1e2,_0xc8fac6){const _0x53298a=new _0x31ec2f(this['locale']);return _0x53298a['set']({'label':_0x1feb55,'icon':_0x5c5301,'tooltip':!0x0,'tooltipPosition':_0xc8fac6}),_0x53298a['extendTemplate']({'attributes':{'class':_0x10cf6f}}),_0x53298a['on']('execute',()=>{this['fire'](_0x34c1e2,this['_model']['id']);}),_0x53298a;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}}var ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x266c89{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x24db66,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x5c7dfc){super(_0x5c7dfc),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1a6458=this['editor']['config'];_0x1a6458['define']('trackChanges.SuggestionThreadView',re),_0x1a6458['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1a6458['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x4d3835,_0x321426){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4832a3,_0x489ff6]of this['_handleControllerBuffer']){const _0x58b649=this['_suggestionToController']['has'](_0x4832a3);_0x58b649||_0x489ff6?_0x58b649&&_0x489ff6&&this['_destroyController'](_0x4832a3):this['_initializeController'](_0x4832a3);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4d3835,_0x321426);}['init'](){const _0xd4af8d=this['editor'],_0x50e0e3=_0xd4af8d['plugins']['get']('TrackChangesEditing'),_0x145ea2=_0xd4af8d['plugins']['get']('Annotations'),_0x1d7b99=_0xd4af8d['plugins']['get']('EditorAnnotations'),_0x41c085=_0xd4af8d['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x1d7b99['addSourceCollector'](()=>{const _0x2ba2d3=[];for(const [_0xeafac7,_0x1c7a26]of Array['from'](this['_suggestionToController'])){const _0x2c5c1f=_0xeafac7['getAllAdjacentSuggestions'](),_0xcb3117=[];for(const _0x48a878 of _0x2c5c1f){if(!_0x48a878['isInContent'])continue;if(_0x48a878['isMultiRange']){_0xcb3117['push'](..._0x48a878['getRanges']());continue;}const _0x164630=_0x48a878['getFirstRange']();if(_0xcb3117['length']>0x0){const _0x102f0a=_0xcb3117[0x0]['getJoined'](_0x164630);if(_0x102f0a){_0xcb3117[0x0]=_0x102f0a;continue;}}_0xcb3117['push'](_0x164630);}_0x2ba2d3['push']([_0x1c7a26['view'],_0xcb3117]);}return _0x2ba2d3;}),this['listenTo'](_0x50e0e3,'suggestionLoaded',(_0x330971,_0x4cd7ad)=>{this['listenTo'](_0x4cd7ad,'change:previous',(_0x25e77d,_0x58e85a,_0x2d8a44,_0x2f4e6f)=>{_0x4cd7ad['isInContent']&&(null==_0x2d8a44?(this['_updateController'](_0x2f4e6f['head']),this['_handleSuggestionControllerDelayed'](_0x4cd7ad,!0x1)):(this['_updateController'](_0x2d8a44['head']),null==_0x2f4e6f&&this['_handleSuggestionControllerDelayed'](_0x4cd7ad,!0x0)));}),null!==_0x4cd7ad['previous']?this['_updateController'](_0x4cd7ad['head']):this['_handleSuggestionControllerDelayed'](_0x4cd7ad,!0x1);}),this['listenTo'](_0x50e0e3,'suggestionUnloaded',(_0x53ccb6,_0x37d511,_0x24407c)=>{this['stopListening'](_0x37d511,'change:previous'),this['_handleControllerBuffer']['delete'](_0x37d511),this['_suggestionToController']['has'](_0x37d511)&&this['_destroyController'](_0x37d511),_0x24407c&&this['_updateController'](_0x24407c['head']);}),this['listenTo'](_0x50e0e3,'suggestionChanged',(_0x5065e2,_0x22eb66)=>{this['_updateController'](_0x22eb66);}),this['listenTo'](_0x145ea2,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x41c085,'addComment',(_0x30ecce,{threadId:_0x2fd1bb,isFromAdapter:_0x21f7cd})=>{if(_0x21f7cd||!_0x50e0e3['hasSuggestion'](_0x2fd1bb))return;const _0x96deda=_0x50e0e3['getSuggestion'](_0x2fd1bb);this['_suggestionToController']['get'](_0x96deda)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x53901d=this['editor']['plugins']['get']('Annotations'),_0x5d22e7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1616c2=Array['from'](_0x53901d['activeAnnotations'],_0x3ee1e7=>_0x3ee1e7['innerView'])['filter'](_0x580b3d=>this['_viewToController']['has'](_0x580b3d)),_0x2da09d=[];for(const _0x3f4744 of _0x1616c2){const _0xf5ad8c=this['_viewToController']['get'](_0x3f4744)['model']['getAllAdjacentSuggestions']();_0x2da09d['push'](..._0xf5ad8c['reduce']((_0x1e1028,_0x14786c)=>[..._0x1e1028,..._0x14786c['getMarkerNames']()],[]));}_0x5d22e7['activeMarkers']=_0x2da09d;}['_addUIComponentsToFactory'](){const _0x136c68=this['editor'],_0x20802e=_0x136c68['locale'],_0x449e1b=o(_0x20802e,'Track\x20changes'),_0x52d7fe=new Wt([{'type':'switchbutton','model':new _0x48e8dd({'withText':!0x0,'isToggleable':!0x0,'label':_0x449e1b,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x48e8dd({'withText':!0x0,'label':o(_0x20802e,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x48e8dd({'withText':!0x0,'label':o(_0x20802e,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x48e8dd({'withText':!0x0,'label':o(_0x20802e,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x48e8dd({'withText':!0x0,'label':o(_0x20802e,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2c06c0 of _0x52d7fe)if(he(_0x2c06c0)){const _0x4258d9=_0x136c68['commands']['get'](_0x2c06c0['model']['commandName']);_0x2c06c0['model']['bind']('isOn','isEnabled')['to'](_0x4258d9,'value','isEnabled');}_0x136c68['ui']['componentFactory']['add']('trackChanges',_0x4b4897=>this['_createToolbarButton'](_0x4b4897,_0x52d7fe,_0x449e1b)),_0x136c68['ui']['componentFactory']['add']('menuBar:trackChanges',_0x881a1=>this['_createMenuBarMenu'](_0x881a1,_0x52d7fe,_0x449e1b));}['_createToolbarButton'](_0x196834,_0x47dde0,_0x4fe4c5){const _0x14ea9d=Qt(_0x196834,_0x3f6f88),_0x1860b3=this['editor']['commands']['get']('trackChanges');_0x14ea9d['buttonView']['set']({'tooltip':_0x4fe4c5,'label':_0x4fe4c5,'icon':ce}),_0x14ea9d['buttonView']['bind']('isOn')['to'](_0x1860b3,'value'),_0x14ea9d['buttonView']['on']('execute',()=>{_0x1860b3['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x14ea9d,_0x47dde0,{'role':'menu'});const _0x52c9aa=[];for(const _0x50315c of _0x47dde0)he(_0x50315c)&&_0x52c9aa['push'](this['editor']['commands']['get'](_0x50315c['model']['commandName']));const _0x20d666=_0x14ea9d['buttonView'];return _0x20d666['actionView']['unbind']('isEnabled'),_0x20d666['arrowView']['unbind']('isEnabled'),_0x20d666['actionView']['bind']('isEnabled')['to'](_0x1860b3,'isEnabled'),_0x20d666['arrowView']['bind']('isEnabled')['toMany'](_0x52c9aa,'isEnabled',(..._0x5372d3)=>_0x5372d3['some'](_0x2d7314=>_0x2d7314)),_0x14ea9d['on']('execute',_0x2db568=>{this['editor']['execute'](_0x2db568['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x14ea9d;}['_createMenuBarMenu'](_0x31eac9,_0x5253fc,_0x570592){const _0x4a2961=new Yt(_0x31eac9),_0x459dce=this['editor']['commands']['get']('trackChanges');_0x4a2961['buttonView']['set']({'label':_0x570592,'icon':ce});const _0x1625c6=new Zt(_0x31eac9);for(const _0x6636a0 of _0x5253fc){if('separator'==_0x6636a0['type']){_0x1625c6['items']['add'](new Xt(_0x31eac9));continue;}const _0xa0192=new te(_0x31eac9,_0x4a2961),_0x538b0e=new _0x3104b7(_0x31eac9),_0x221d03=_0x6636a0['model'];_0x538b0e['bind'](...Object['keys'](_0x221d03))['to'](_0x221d03),_0x538b0e['delegate']('execute')['to'](_0x4a2961),_0x538b0e['on']('execute',()=>{this['editor']['execute'](_0x221d03['commandName']),this['editor']['editing']['view']['focus']();}),_0xa0192['children']['add'](_0x538b0e),_0x1625c6['items']['add'](_0xa0192);}return _0x4a2961['bind']('isEnabled')['to'](_0x459dce,'isEnabled'),_0x4a2961['panelView']['children']['add'](_0x1625c6),_0x4a2961;}['_initializeController'](_0x199c87){const _0x22ef98=this['editor'],_0x23a832=_0x22ef98['config'],_0x1e3071=_0x22ef98['plugins']['get']('Annotations'),_0x1accca=_0x22ef98['plugins']['get']('CommentsRepository'),_0x13e776=_0x22ef98['plugins']['get']('EditorAnnotations'),_0x43d456=_0x22ef98['plugins']['get'](_0x24db66)['me'],_0x490cd4=_0x23a832['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x3db88c,CommentThreadInputView:_0x61b70}=_0x22ef98['plugins']['get']('CommentsUI');let _0x2093ac,_0x3cdb7e;this['_annotationViews']['has'](_0x199c87['id'])?(_0x3cdb7e=this['_annotationViews']['get'](_0x199c87['id']),_0x2093ac=_0x3cdb7e['mainView']):(_0x2093ac=new _0x490cd4(_0x22ef98['locale'],_0x199c87,_0x43d456,{'disableComments':this['_disableComments'],'editorConfig':_0x23a832['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x23a832['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x23a832['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x23a832['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x3e95a9(_0x23a832['get']('locale')),'CommentView':_0x23a832['get']('comments')['CommentView'],'CommentsListView':_0x3db88c,'CommentThreadInputView':_0x61b70}),_0x2093ac['acceptButton']['on']('execute',()=>{_0x22ef98['editing']['view']['focus']();}),_0x2093ac['discardButton']['on']('execute',()=>{_0x22ef98['editing']['view']['focus']();}),_0x3cdb7e=_0x1e3071['createAnnotationView'](this['editor']['locale'],_0x2093ac),_0x3cdb7e['bind']('isDirty')['to'](_0x2093ac,'isDirty'),_0x3cdb7e['bind']('length')['to'](_0x2093ac),_0x3cdb7e['bind']('type')['to'](_0x2093ac,'type',_0x3d892a=>'suggestion-'+_0x3d892a),this['listenTo'](_0x2093ac,'escape',()=>{_0x22ef98['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x199c87['id'],_0x3cdb7e));const _0x4c9018=_0x1accca['createCommentThreadController'](_0x199c87['commentThread'],_0x2093ac),_0x48b2a8=new ae(_0x22ef98,_0x199c87,_0x2093ac,_0x4c9018),_0x34b7b6=_0x199c87['getAllAdjacentSuggestions']()['filter'](_0x4039d7=>_0x4039d7['isInContent']);_0x2093ac['descriptionParts']=_0x22ef98['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x34b7b6),this['_suggestionToController']['set'](_0x199c87,_0x48b2a8),this['_viewToController']['set'](_0x2093ac,_0x48b2a8);const _0x182e83=_0x1e3071['createAnnotation']({'view':_0x3cdb7e,'target':()=>{const _0x17decd=[],_0x5a52d7=_0x199c87['getAllAdjacentSuggestions']()['filter'](_0x4e4e15=>_0x4e4e15['isInContent']);for(const _0x284cd9 of _0x5a52d7)_0x17decd['push'](..._0x284cd9['getMarkers']());return _0x269c89(_0x22ef98['editing'],_0x17decd);},'type':()=>'suggestion-'+_0x48b2a8['view']['type']});_0x1accca['_bindAnnotationToEditors'](_0x2093ac,_0x182e83),_0x1e3071['add'](_0x182e83),_0x13e776['registerAnnotation'](_0x182e83);}['_destroyController'](_0x4ae9ae){const _0x2f7f86=this['editor']['plugins']['get']('CommentsRepository'),_0x253f64=this['editor']['plugins']['get']('Annotations'),_0x13db3c=this['_suggestionToController']['get'](_0x4ae9ae),_0x33a159=_0x13db3c['view'],_0xcae73d=_0x253f64['getByInnerView'](_0x33a159);_0x2f7f86['_unbindEditors'](_0x33a159),_0xcae73d&&_0x253f64['remove'](_0xcae73d),this['_suggestionToController']['delete'](_0x4ae9ae),this['_viewToController']['delete'](_0x33a159),_0x13db3c['destroy']();}['_updateController'](_0x280da8){if(!_0x280da8['isInContent']||!this['_suggestionToController']['has'](_0x280da8))return;const _0x266710=this['editor']['plugins']['get']('TrackChangesEditing'),_0x225a11=this['_suggestionToController']['get'](_0x280da8),_0x27595d=_0x280da8['getAllAdjacentSuggestions']();_0x225a11['view']['descriptionParts']=_0x266710['descriptionFactory']['getDescriptions'](_0x27595d);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0x563bb2,(_0x57e920,_0x1af16d)=>{const _0x48871e=this['editor']['plugins']['get'](k),_0x452320=this['editor']['plugins']['get'](p);if(!_0x452320['activeMarkers']['length'])return;const {id:_0x5d6381}=_0x452320['_splitMarkerName'](_0x452320['activeMarkers'][0x0]),_0x60bbec=_0x48871e['getSuggestion'](_0x5d6381);_0x60bbec&&(this['_suggestionToController']['get'](_0x60bbec)['view']['focus'](),_0x1af16d());});}['destroy'](){for(const _0x3e7754 of this['_suggestionToController']['keys']())this['_destroyController'](_0x3e7754);for(const _0xca56ba of this['_annotationViews']['values']())_0xca56ba['mainView']['destroy']();super['destroy']();}}function he(_0x5c1946){return'model'in _0x5c1946;}class k extends _0x266c89{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x3cd32){this['editor']['plugins']['get'](p)['adapter']=_0x3cd32;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x39212a){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x39212a);}['getSuggestions']({skipNotAttached:_0x464bb5=!0x1,toJSON:_0x14c2a0=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x464bb5,'toJSON':_0x14c2a0});}['getSuggestion'](_0x546590){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x546590);}}const T=['Pagination'];class P extends _0x266c89{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x547c26=this['editor'];if(_0x547c26['config']['define']('trackChangesData.editorCreator',_0x70ab7e=>{const _0x1d64e7=_0x547c26['model']['document']['getRootNames']()['reduce']((_0x7f8d82,_0x5af1ee)=>(_0x7f8d82[_0x5af1ee]='',_0x7f8d82),{});return _0x547c26['constructor']['create'](_0x1d64e7,_0x70ab7e);}),'function'!=typeof _0x547c26['config']['get']('trackChangesData')['editorCreator'])throw new _0x3d68a7('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x520e99){return N(this['editor'],!0x0,_0x520e99);}['getDataWithDiscardedSuggestions'](_0x19876c){return N(this['editor'],!0x1,_0x19876c);}}class D extends _0x266c89{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x558273){super(_0x558273),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(_0x1c2a12){return void 0x0!==_0x1c2a12['getRootsAttributes'];}async function N(_0xb4a073,_0x41738a,_0x388a61){const _0x211d02=_0x3df758(_0xb4a073,T);_0x211d02['plugins']['push'](p,D),_0x211d02['rootsAttributes']=v(_0xb4a073)?_0xb4a073['getRootsAttributes']():void 0x0;const _0x389ddd=document['createDocumentFragment'](),_0x1f86e3=_0xb4a073['config']['get']('trackChangesData')['editorCreator'],_0x406c45=await _0x1f86e3(_0x211d02,()=>function(_0x3e3232){const _0x485642=document['createElement']('div');return _0x3e3232['appendChild'](_0x485642),_0x485642;}(_0x389ddd));!function(_0x2f9894,_0x18175b){const _0x145297=_0x2f9894['model']['document']['getRootNames']()['reduce']((_0x31b259,_0x54ea65)=>(_0x31b259[_0x54ea65]=_0x2f9894['data']['get']({'rootName':_0x54ea65}),_0x31b259),{}),_0x5d505a=_0x2f9894['plugins']['get']('Users')['users']['map'](_0x3dfb4c=>({'id':_0x3dfb4c['id'],'name':_0x3dfb4c['name']})),_0x1231f1=_0x2f9894['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x10e46d=_0x2f9894['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1bef7a=_0x18175b['plugins']['get']('Users'),_0x213069=_0x18175b['plugins']['get']('TrackChangesEditing'),_0x56aa8a=_0x18175b['plugins']['get']('CommentsRepository');for(const _0x22f2d9 of _0x5d505a)_0x1bef7a['getUser'](_0x22f2d9['id'])||_0x1bef7a['addUser'](_0x22f2d9);_0x1bef7a['me']||_0x1bef7a['useAnonymousUser']();for(const _0x33b850 of _0x10e46d)_0x56aa8a['addCommentThread'](_0x33b850);for(const _0x18f92e of _0x1231f1)_0x213069['addSuggestionData'](_0x18f92e);_0x18175b['data']['set'](_0x145297);}(_0xb4a073,_0x406c45),_0x406c45['execute'](_0x41738a?'acceptAllSuggestions':'discardAllSuggestions');const _0x319dd1=v(_0x406c45)?_0x406c45['getFullData'](_0x388a61):_0x406c45['data']['get'](_0x388a61);return await _0x406c45['destroy'](),_0x319dd1;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x440856,PendingActions as _0x16c1bd,icons as _0x49ed23}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xcccb3d,ObservableMixin as _0x264c04,uid as _0x3415dc,insertToPriorityArray as _0x334e81,priorities as _0x267b38,logWarning as _0x5ef1ed,getEnvKeystrokeText as _0x285f2b,FocusTracker as _0x282df3,KeystrokeHandler as _0x430d02,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x5dd7b5,View as _0x1a2958,ViewCollection as _0x5dca52,FocusCycler as _0x414104,ViewModel as _0x26d981,createDropdown as Qt,SplitButtonView as _0x5aa422,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x4ca9ce}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x185b78,hashObject as _0x3890d7,surroundingMarkersDetector as _0x394842,ENTER_THREAD_KEYSTROKE as _0x3a300c,AriaDescriptionView as _0x2ccf23,setupThreadKeyboardNavigation as _0x1c4793,trimHtml as _0x11c916,UserView as _0xeabb9f,LateFocusButtonView as _0xb9feea,getDateTimeFormatter as _0x42c338,getAllMarkersDomElementsSorted as _0x1373e9,sanitizeEditorConfig as _0x3f1e9d}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x5628e1,LiveRange as _0x2fd4c8,LivePosition as _0x5917f6}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x4b1ae9,toWidget as _0x1b9eb8}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x31583b,set as _0x44ad7e,isEqual as _0x18cd34,unset as _0x528aec,omit as Tt}from'lodash-es';import{Delete as _0x5bf591,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x40d05e,ShiftEnter as _0x4bd531}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x58b868,_0x16aa1f){super(_0x58b868),this['_enabledCommands']=_0x16aa1f,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 _0x4672be of this['editor']['commands']['commands']())_0x4672be['affectsData']&&!this['_enabledCommands']['has'](_0x4672be)&&_0x4672be['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x54950b of this['editor']['commands']['commands']())_0x54950b['affectsData']&&!this['_enabledCommands']['has'](_0x54950b)&&_0x54950b['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x260aa5,_0x2d1f96){super(_0x260aa5),this['_suggestions']=_0x2d1f96,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x442da8){const _0x1b3df9=this['_suggestions']['get'](_0x442da8);if(!_0x1b3df9)throw new _0xcccb3d('track-changes-accept-suggestion-not-found',this);const _0x3afbdb=_0x1b3df9['getRanges']();this['editor']['model']['canEditAt'](_0x3afbdb)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x1b3df9);}}class R extends ts{['_suggestions'];constructor(_0x274f03,_0x5a0cc5){super(_0x274f03),this['_suggestions']=_0x5a0cc5,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x1c4dbe){const _0x4af024=this['_suggestions']['get'](_0x1c4dbe);if(!_0x4af024)throw new _0xcccb3d('track-changes-discard-suggestion-not-found',this);const _0x75278d=_0x4af024['getRanges']();this['editor']['model']['canEditAt'](_0x75278d)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x4af024);}}function ls(_0x232e4e,_0x2f4259){let _0xd61a36='';return _0xd61a36+=_0x232e4e['split']('*')['map']((_0xf35892,_0x4a3030)=>_0x4a3030%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0xf35892)+'</span>':nn(_0xf35892))['join'](''),_0x2f4259&&(_0xd61a36+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x2f4259['value']+'\x22\x20title=\x22'+_0x2f4259['title']+'\x22></span>'),_0xd61a36;}function nn(_0x591896){const _0x101351=document['createElement']('span');return _0x101351['innerText']=_0x591896,_0x101351['innerHTML'];}function ss(_0xc765d4){return _0xc765d4['sort']((_0x27310b,_0x3c2530)=>'deletion'==_0x27310b['type']&&'deletion'!=_0x3c2530['type']?-0x1:'deletion'!=_0x27310b['type']&&'deletion'==_0x3c2530['type']?0x1:0x0);}function to(_0x58bd58,_0x25e308){let _0x12ef90,_0x565988=0x0;const _0x52130b=[],_0x3be64f=_0x25e308['schema'];for(;_0x565988<_0x58bd58['length'];){const _0x9dca15=_0x58bd58[_0x565988],_0x2cdd20=_0x58bd58[_0x565988+0x1];_0x12ef90||(_0x12ef90=_0x25e308['createPositionBefore'](_0x9dca15)),on(_0x25e308,_0x9dca15,_0x2cdd20)||(_0x52130b['push'](_0x25e308['createRange'](_0x12ef90,_0x3be64f['isObject'](_0x9dca15)?_0x25e308['createPositionAfter'](_0x9dca15):_0x25e308['createPositionAt'](_0x9dca15,'end'))),_0x12ef90=null),_0x565988++;}return _0x52130b;}function on(_0xcd8433,_0x23c710,_0xafef2a){if(!_0xafef2a)return!0x1;const _0x416c3f=_0xcd8433['createPositionAfter'](_0x23c710),_0xc926ae=_0xcd8433['createPositionBefore'](_0xafef2a);return _0x416c3f['isTouching'](_0xc926ae);}function rs(_0x514737,_0x34ee86,_0x1a7e56){for(;_0x1a7e56['length'];){const _0x45ccf9=_0x1a7e56['splice'](0x0,0x64);_0x514737['change'](()=>{for(const _0xfd1b9b of _0x45ccf9)_0xfd1b9b['isInContent']&&_0x34ee86['execute'](_0xfd1b9b['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x3d79c2,_0x51321b,_0xb73fde){super(_0x3d79c2),this['_command']=_0x51321b,this['_suggestions']=_0xb73fde,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x439e3c=Array['from'](this['_suggestions']['values']())['some'](_0x5cac11=>_0x5cac11['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x439e3c;}['execute'](){const _0x3e94df=ss(Array['from'](this['_suggestions']['values']()));for(const _0x521812 of _0x3e94df){const _0x1cefc4=_0x521812['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1cefc4))return;}rs(this['editor']['model'],this['_command'],_0x3e94df);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x1177b9,_0x446d5e,_0x4f264e){super(_0x1177b9),this['_command']=_0x446d5e,this['_suggestions']=_0x4f264e,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x48755f=this['editor']['model']['document']['selection'],_0x479af1=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x13de95,_0x1bdad7){const _0x5d0d9b=Array['from'](_0x13de95['getRanges']()),_0x59ed68=new Set();for(const _0x5e181a of _0x1bdad7)if(_0x5e181a['isInContent']){for(const _0x2caa4f of _0x5d0d9b)for(const _0x51a733 of _0x5e181a['getRanges']())(_0x2caa4f['isIntersecting'](_0x51a733)||_0x13de95['isCollapsed']&&!_0x5e181a['isMultiRange']&&_0x5e181a['next']&&_0x51a733['end']['isTouching'](_0x2caa4f['start']))&&_0x59ed68['add'](_0x5e181a);}return _0x59ed68;}(_0x48755f,_0x479af1),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x1b6f01=ss(Array['from'](this['_selectedSuggestions']));for(const _0xeb4fee of _0x1b6f01){const _0x57d48b=_0xeb4fee['getRanges']();if(!this['editor']['model']['canEditAt'](_0x57d48b))return;}rs(this['editor']['model'],this['_command'],_0x1b6f01);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x264c04(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x72931e,_0x43a8ed){super(),this['id']=_0x43a8ed['id'],this['type']=_0x43a8ed['type'],this['subType']=_0x43a8ed['subType']||null,this['author']=_0x43a8ed['author'],this['creator']=_0x43a8ed['creator']||_0x43a8ed['author'],this['isExternal']=Boolean(_0x43a8ed['attributes']&&_0x43a8ed['attributes']['@external']),this['data']=null,this['_model']=_0x72931e,this['_onAccept']=_0x43a8ed['onAccept'],this['_onDiscard']=_0x43a8ed['onDiscard'],this['_onAttributesChange']=_0x43a8ed['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x43a8ed['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 _0x3ffdcb=this;for(;_0x3ffdcb['previous'];)_0x3ffdcb=_0x3ffdcb['previous'];return _0x3ffdcb;}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'](_0x1e895a){this['_markerNames']['add'](_0x1e895a);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x54e2db=>this['_model']['markers']['get'](_0x54e2db))['filter'](_0x292a94=>_0x292a94);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0xfee48e=>{for(const _0x376f94 of this['getMarkers']())_0xfee48e['removeMarker'](_0x376f94);}),this['_markerNames']['clear']();}['removeMarker'](_0x54b722){this['_model']['change'](_0x24cdcc=>{_0x24cdcc['removeMarker'](_0x54b722);}),this['_markerNames']['delete'](_0x54b722);}['addRange'](_0x4f4693){const _0x480078='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x480078),this['_model']['change'](_0x4feba2=>{_0x4feba2['addMarker'](_0x480078,{'range':_0x4f4693,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5c1840){for(const _0x4b63c9 of this['getRanges']())if(_0x4b63c9['isIntersecting'](_0x5c1840))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1d3faf=>_0x1d3faf['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2efad9,_0xecc012)=>[..._0x2efad9,..._0xecc012['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x491598=this['getRanges']();if(0x1!=_0x491598['length'])return null;const _0x1b304d=_0x491598[0x0],_0x1c62c0=_0x1b304d['start']['nodeAfter'],_0xe21cec=_0x1b304d['end']['nodeBefore'];return _0x1c62c0 instanceof _0x5628e1?_0x1c62c0!=_0xe21cec?null:_0x1c62c0: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 _0x5f37a4=[];let _0x3c4e28=this['head'];for(;_0x3c4e28;)_0x5f37a4['push'](_0x3c4e28),_0x3c4e28=_0x3c4e28['next'];return _0x5f37a4;}['setAttribute'](_0x3093db,_0x1a129a){const _0xbca554=_0x31583b(this['attributes']);_0x44ad7e(_0xbca554,_0x3093db,_0x1a129a),_0x18cd34(_0xbca554,this['attributes'])||(this['attributes']=_0xbca554,this['_onAttributesChange'](_0xbca554));}['removeAttribute'](_0xc6fffa){const _0x23fc4a=_0x31583b(this['attributes']);_0x528aec(_0x23fc4a,_0xc6fffa),_0x18cd34(_0x23fc4a,this['attributes'])||(this['attributes']=_0x23fc4a,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 _0x3415dc()['substr'](0x1,0x5);}}function o(_0x3223f0,_0x2acf68,_0x246f17){const t=_0x3223f0['t'];switch(_0x2acf68){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',_0x246f17);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x246f17);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x246f17);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x246f17);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x246f17);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',_0x246f17);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x246f17);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',_0x246f17);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x246f17);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x246f17);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x246f17);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x246f17);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x246f17);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x246f17);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x246f17);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x246f17);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x246f17);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x246f17);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x246f17);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x246f17);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x246f17);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x246f17);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x246f17);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'},_0x246f17);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x246f17);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x246f17);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x246f17);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x246f17);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x246f17);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'},_0x246f17);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x246f17);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x246f17);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x246f17);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x246f17);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'},_0x246f17);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x246f17);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'},_0x246f17);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'},_0x246f17);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x246f17);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'},_0x246f17);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x246f17);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'},_0x246f17);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x246f17);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x246f17);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x246f17);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'},_0x246f17);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'},_0x246f17);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x246f17);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x246f17);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x246f17);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x246f17);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2acf68;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x52c4eb,_0x4c9d52){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x52c4eb,this['_locale']=_0x4c9d52;}['getDescriptions'](_0x21cb60){const _0x55aa25=[],_0x25796b=new Set(),_0x4447c5=new Set();for(let _0x13693d=0x0;_0x13693d<_0x21cb60['length'];_0x13693d++){const _0x1166ca=_0x21cb60[_0x13693d];if(!_0x1166ca['isInContent'])continue;const _0x5b0d2e=this['_handleCustomCallbackDescription'](_0x1166ca);if(_0x5b0d2e){if(null!=_0x1166ca['subType']){if(_0x25796b['has'](_0x1166ca['subType']))continue;_0x25796b['add'](_0x1166ca['subType']);}_0x55aa25['push'](_0x5b0d2e);}else{if('attribute'!=_0x1166ca['type'])'insertion'!=_0x1166ca['type']&&'deletion'!=_0x1166ca['type']||this['_handleInsertRemoveSuggestionDescription'](_0x55aa25,_0x1166ca,_0x21cb60[_0x13693d+0x1]);else{const _0x573227=_0x1166ca['data']['key'];if(_0x4447c5['has'](_0x573227))continue;_0x4447c5['add'](_0x1166ca['data']['key']),_0x573227==m?this['_handleRenameSuggestionDescription'](_0x55aa25,_0x1166ca):this['_handleAttributeSuggestionDescription'](_0x55aa25,_0x1166ca);}}}return this['_resolveDescriptionItems'](_0x55aa25);}['registerDescriptionCallback'](_0x51df2e){this['_customCallbacks']['push'](_0x51df2e);}['registerElementLabel'](_0x44c5b9,_0x2b0374,_0x4db988=_0x267b38['normal']){'function'==typeof _0x44c5b9?_0x334e81(this['_itemLabelsCallbacks'],{'matchingCallback':_0x44c5b9,'label':_0x2b0374,'priority':_0x4db988}):this['_itemLabels']['set'](_0x44c5b9,_0x2b0374);}['registerAttributeLabel'](_0x2c4efc,_0x3285a2){this['_attributeLabels']['set'](_0x2c4efc,_0x3285a2);}['getItemLabel'](_0x15180a,_0x5e5fa3=0x1){let _0x235f97;for(const _0x799169 of this['_itemLabelsCallbacks'])if(_0x799169['matchingCallback'](_0x15180a)){_0x235f97=_0x799169['label'];break;}return _0x235f97||(_0x235f97=this['_itemLabels']['get'](_0x15180a['name'])),_0x235f97?_0x235f97(_0x5e5fa3):0x1!==_0x5e5fa3?_0x5e5fa3+'\x20'+_0x15180a['name']+'s':''+_0x15180a['name'];}['_addDescriptionItems'](_0x260b14,_0x20ea0c){const _0x1006a3=_0x20ea0c['getFirstRange']()['getWalker'](),_0xe2ba72='insertion'==_0x20ea0c['type']?'add':'remove';for(const _0x1788fe of _0x1006a3){const _0x5d384d=_0x1788fe['item'],_0x25d976=_0x260b14[_0x260b14['length']-0x1];if(_0x5d384d['is']('$textProxy'))_0x25d976&&_0x25d976['type']['indexOf']('Container')>-0x1&&_0x260b14['pop'](),_0x25d976&&'text'==_0x25d976['type']?_0x25d976[_0xe2ba72]+=_0x5d384d['data']:_0x260b14['push']({'type':'text','add':'add'==_0xe2ba72?_0x5d384d['data']:'','remove':'remove'==_0xe2ba72?_0x5d384d['data']:''});else{if(this['_schema']['isObject'](_0x5d384d)){const _0x44bafb=_0x5d384d;if(_0x25d976&&_0x25d976['type']['indexOf']('Container')>-0x1&&_0x260b14['pop'](),'elementEnd'==_0x1788fe['type'])continue;_0x25d976&&_0x25d976['type']==_0xe2ba72+'Object'&&_0x25d976['element']['name']==_0x44bafb['name']?_0x25d976['quantity']++:_0x260b14['push']({'type':_0xe2ba72+'Object','element':_0x44bafb,'quantity':0x1}),_0x1006a3['skip'](_0x596c88=>!('elementEnd'==_0x596c88['type']&&_0x596c88['item']==_0x5d384d));}else{if(this['_schema']['checkChild'](_0x5d384d,'$text')||_0x5d384d['is']('element','softBreak')){const _0x4cd661=_0x5d384d;if('add'==_0xe2ba72&&'elementStart'==_0x1788fe['type']||'remove'==_0xe2ba72&&'elementEnd'==_0x1788fe['type'])continue;if(_0x25d976&&-0x1==_0x25d976['type']['indexOf']('Container')){'text'==_0x25d976['type']&&(_0x25d976[_0xe2ba72]+='\x0a');continue;}let _0x58c3ca;if(_0x58c3ca='add'==_0xe2ba72?_0x4cd661['nextSibling']&&!this['_schema']['isObject'](_0x4cd661['nextSibling'])?_0x4cd661['nextSibling']:null:_0x4cd661['previousSibling']&&!this['_schema']['isObject'](_0x4cd661['previousSibling'])?_0x4cd661['previousSibling']:null,_0x4cd661['isEmpty']||_0x58c3ca&&_0x58c3ca['isEmpty']){const _0xa76178=_0x58c3ca&&_0x58c3ca['isEmpty']?_0x58c3ca:_0x4cd661;_0x25d976&&_0x25d976['type']==_0xe2ba72+'EmptyContainer'&&_0x25d976['element']['name']==_0xa76178['name']?_0x25d976['quantity']++:_0x260b14['push']({'type':_0xe2ba72+'EmptyContainer','element':_0xa76178,'quantity':0x1});}else _0x260b14['push']({'type':_0xe2ba72+'Container','element':_0x4cd661});}}}}}['_resolveDescriptionItems'](_0x127365){const _0x5ba7f9=this['_locale'],_0x15210b=[],_0x128905=[],_0xac34fa=[];for(const _0x25abb8 of _0x127365)switch(_0x25abb8['type']){case'text':if(_0x25abb8['add']=_0x25abb8['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x25abb8['remove']=_0x25abb8['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x25abb8['add']&&''!=_0x25abb8['remove']){_0x15210b['push']({'type':'replace','content':o(_0x5ba7f9,'REPLACE_TEXT',['\x22'+_0x25abb8['remove']+'\x22','\x22'+_0x25abb8['add']+'\x22'])});continue;}if(null!=_0x25abb8['add']['match'](/^ +$/)){_0x15210b['push']({'type':'insertion','content':o(_0x5ba7f9,'*Insert:*\x20%0',o(_0x5ba7f9,'ELEMENT_SPACE',_0x25abb8['add']['length']))});continue;}if(null!=_0x25abb8['remove']['match'](/^ +$/)){_0x15210b['push']({'type':'deletion','content':o(_0x5ba7f9,'*Remove:*\x20%0',o(_0x5ba7f9,'ELEMENT_SPACE',_0x25abb8['remove']['length']))});continue;}if(''!=_0x25abb8['add']){_0x15210b['push']({'type':'insertion','content':o(_0x5ba7f9,'*Insert:*\x20%0','\x22'+_0x25abb8['add']+'\x22')});continue;}_0x15210b['push']({'type':'deletion','content':o(_0x5ba7f9,'*Remove:*\x20%0','\x22'+_0x25abb8['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x15210b['push']({'type':'insertion','content':o(_0x5ba7f9,'*Insert:*\x20%0',this['getItemLabel'](_0x25abb8['element'],_0x25abb8['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x15210b['push']({'type':'deletion','content':o(_0x5ba7f9,'*Remove:*\x20%0',this['getItemLabel'](_0x25abb8['element'],_0x25abb8['quantity']))});continue;case'addContainer':_0x15210b['push']({'type':'insertion','content':o(_0x5ba7f9,'*Split:*\x20%0',this['getItemLabel'](_0x25abb8['element'],_0x25abb8['quantity']))});continue;case'removeContainer':_0x15210b['push']({'type':'deletion','content':o(_0x5ba7f9,'*Merge:*\x20%0',this['getItemLabel'](_0x25abb8['element'],_0x25abb8['quantity']))});continue;case'addFormat':_0x128905['push'](_0x25abb8['key']);continue;case'removeFormat':_0xac34fa['push'](_0x25abb8['key']);continue;default:_0x15210b['push'](_0x25abb8);}if(_0x128905['length']){const _0x1e77df=_0x128905['map'](_0x395e9e=>this['_attributeLabels']['has'](_0x395e9e)?this['_attributeLabels']['get'](_0x395e9e):_0x395e9e)['join'](',\x20');_0x15210b['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x1e77df)});}if(_0xac34fa['length']){const _0x2e3dee=_0xac34fa['map'](_0x6d5eb5=>this['_attributeLabels']['has'](_0x6d5eb5)?this['_attributeLabels']['get'](_0x6d5eb5):_0x6d5eb5)['join'](',\x20');_0x15210b['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x2e3dee)});}return _0x15210b;}['_handleCustomCallbackDescription'](_0x36de7a){for(const _0x54d80a of this['_customCallbacks']){const _0x558ab2=_0x54d80a(_0x36de7a);if(_0x558ab2&&'type'in _0x558ab2)return _0x558ab2;}}['_handleAttributeSuggestionDescription'](_0x9aa65c,_0x58f8ac){const _0x54d271=_0x58f8ac['data'],_0x543713=void 0x0===_0x54d271['newValue']?'removeFormat':'addFormat';_0x9aa65c['push']({'type':_0x543713,'key':_0x54d271['key']});}['_handleRenameSuggestionDescription'](_0x43c90a,_0x3c13f1){_0x43c90a['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x3c13f1['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0xf6d6f3,_0x5635ff,_0x2f49f9){if(this['_addDescriptionItems'](_0xf6d6f3,_0x5635ff),_0x2f49f9&&_0x2f49f9['getFirstRange']()&&!_0x5635ff['getFirstRange']()['end']['isEqual'](_0x2f49f9['getFirstRange']()['start'])){const _0x4fcdba=_0xf6d6f3[_0xf6d6f3['length']-0x1],_0x4bff26='insertion'==_0x5635ff['type']?'add':'remove';_0x4fcdba&&'text'==_0x4fcdba['type']&&(_0x4fcdba[_0x4bff26]+='\x0a');}}}class V extends _0x440856{['afterInit'](){const _0x329608=this['editor'],_0x146886=_0x329608['plugins']['get']('TrackChangesEditing');_0x329608['commands']['get']('showAIAssistant')&&_0x146886['enableCommand']('showAIAssistant');}}class U extends _0x440856{['afterInit'](){const _0x247d4f=this['editor'],_0xc20c25=_0x247d4f['locale'];if(!_0x247d4f['plugins']['has']('AlignmentEditing'))return;const _0x55b38c=_0x247d4f['plugins']['get']('TrackChangesEditing');_0x55b38c['enableDefaultAttributesIntegration']('alignment'),_0x55b38c['registerBlockAttribute']('alignment'),_0x55b38c['descriptionFactory']['registerAttributeLabel']('alignment',o(_0xc20c25,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2482b9=this['editor'],_0x2e41b0=_0x2482b9['locale'];_0x2482b9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59c1b6=>{if('formatBlock'!=_0x59c1b6['type'])return;const {data:_0x31041e}=_0x59c1b6;if(_0x31041e&&'alignment'==_0x31041e['commandName']){const _0x1428be=_0x31041e['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x2e41b0,'*Format:*\x20%0',function(_0x4daf52){switch(_0x4daf52){case'left':return o(_0x2e41b0,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x2e41b0,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x2e41b0,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x2e41b0,'FORMAT_JUSTIFY_TEXT');}}(_0x1428be))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x440856{['afterInit'](){const _0x24b339=this['editor'],_0x4c1493=_0x24b339['plugins']['get']('TrackChangesEditing'),_0x3aa781=_0x24b339['locale'];for(const _0x4ce43f of ti){if(!_0x24b339['plugins']['has'](_0x4ce43f))continue;const _0x2110d4=_0x4ce43f['slice'](0x0,-0x7)['toLowerCase'](),_0x168f32='FORMAT_'+_0x2110d4['toUpperCase']();_0x4c1493['enableDefaultAttributesIntegration'](_0x2110d4),_0x4c1493['registerInlineAttribute'](_0x2110d4),_0x4c1493['descriptionFactory']['registerAttributeLabel'](_0x2110d4,o(_0x3aa781,_0x168f32));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd939d8=this['editor'],_0xdb9423=_0xd939d8['locale'],_0x240c83=_0xd939d8['plugins']['get']('TrackChangesEditing');function _0x142c96(_0x8406d5,_0x39c438){_0x240c83['descriptionFactory']['registerDescriptionCallback'](_0x227b36=>{if('formatInline'!=_0x227b36['type'])return;const {data:_0x305862}=_0x227b36;return _0x305862&&_0x305862['commandName']===_0x8406d5?_0x305862['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xdb9423,'*Format:*\x20%0',_0x39c438)}:{'type':'format','content':o(_0xdb9423,'*Remove\x20format:*\x20%0',_0x39c438)}:void 0x0;});}_0x142c96('bold',o(_0xdb9423,'FORMAT_BOLD')),_0x142c96('italic',o(_0xdb9423,'FORMAT_ITALIC')),_0x142c96('underline',o(_0xdb9423,'FORMAT_UNDERLINE')),_0x142c96('code',o(_0xdb9423,'FORMAT_CODE')),_0x142c96('strikethrough',o(_0xdb9423,'FORMAT_STRIKETHROUGH')),_0x142c96('subscript',o(_0xdb9423,'FORMAT_SUBSCRIPT')),_0x142c96('superscript',o(_0xdb9423,'FORMAT_SUPERSCRIPT'));}}class F extends _0x440856{['afterInit'](){const _0x2ef7d7=this['editor'],_0x353588=_0x2ef7d7['locale'];if(!_0x2ef7d7['plugins']['has']('BlockQuoteEditing'))return;const _0x221041=_0x2ef7d7['plugins']['get']('TrackChangesEditing'),_0x48d6ab=this['editor']['commands']['get']('blockQuote');_0x221041['enableCommand']('blockQuote',(_0x3e6689,_0x46d5aa={})=>{const _0x41746e=this['editor']['model']['document']['selection'],_0x1bb68e=_0x46d5aa&&void 0x0!==_0x46d5aa['forceValue']?_0x46d5aa['forceValue']:!_0x48d6ab['value'];let _0x113f57=[];if(_0x1bb68e){const _0x1b13c4=Array['from'](_0x41746e['getSelectedBlocks']())['filter'](_0x3b788f=>oo(_0x3b788f)||function(_0x38e5a9,_0x55eb2f){const _0x11e312=_0x55eb2f['checkChild'](_0x38e5a9['parent'],'blockQuote'),_0x2f14f1=_0x55eb2f['checkChild'](['$root','blockQuote'],_0x38e5a9);return _0x11e312&&_0x2f14f1;}(_0x3b788f,this['editor']['model']['schema']));_0x113f57=to(_0x1b13c4,_0x2ef7d7['model']);}else{const _0x117015=Array['from'](_0x41746e['getSelectedBlocks']())['filter'](_0x2003ae=>oo(_0x2003ae));_0x113f57=to(_0x117015,_0x2ef7d7['model']);}_0x2ef7d7['model']['change'](()=>{for(const _0x1f4994 of _0x113f57)_0x221041['markBlockFormat'](_0x1f4994,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1bb68e}]});});}),_0x221041['descriptionFactory']['registerDescriptionCallback'](_0x5726f8=>{const {data:_0x52d3ff}=_0x5726f8;if(_0x52d3ff&&'blockQuote'==_0x52d3ff['commandName']){const _0x3acef2=o(_0x353588,'ELEMENT_BLOCK_QUOTE');return _0x52d3ff['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x353588,'*Set\x20format:*\x20%0',_0x3acef2)}:{'type':'format','content':o(_0x353588,'*Remove\x20format:*\x20%0',_0x3acef2)};}});}}function oo(_0x16b9d9){return'blockQuote'==_0x16b9d9['parent']['name'];}class L extends _0x440856{['afterInit'](){const _0xe6a33f=this['editor'];_0xe6a33f['plugins']['has']('CaseChange')&&(_0xe6a33f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0xe6a33f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0xe6a33f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x440856{['afterInit'](){const _0x2f4dfb=this['editor'];_0x2f4dfb['commands']['get']('ckbox')&&_0x2f4dfb['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x440856{['afterInit'](){const _0x415a27=this['editor'];if(!_0x415a27['plugins']['has']('CodeBlock'))return;const _0x4ee9b=_0x415a27['plugins']['get']('TrackChangesEditing'),_0x29e19d=_0x415a27['locale'],_0x1c4264=_0x415a27['config']['get']('codeBlock')['languages'],_0x508f1d=_0x415a27['commands']['get']('codeBlock');_0x4ee9b['enableCommand']('indentCodeBlock'),_0x4ee9b['enableCommand']('outdentCodeBlock'),_0x4ee9b['enableCommand']('codeBlock',(_0x31e735,_0x51ee7a={})=>{const _0x11cd46=_0x415a27['model'],_0x7b84b2=_0x415a27['model']['document']['selection'],_0x310984=_0x51ee7a&&void 0x0!==_0x51ee7a['forceValue']?_0x51ee7a['forceValue']:!_0x508f1d['value'];let _0x5b3b85;_0x51ee7a['language']||(_0x51ee7a['language']=_0x1c4264[0x0]['language']),_0x5b3b85=_0x310984?Array['from'](_0x7b84b2['getSelectedBlocks']())['filter'](_0x289b4e=>eo(_0x289b4e)||function(_0x3036cd,_0x766a84){if(_0x3036cd['is']('rootElement')||_0x766a84['isLimit'](_0x3036cd))return!0x1;return _0x766a84['checkChild'](_0x3036cd['parent'],'codeBlock');}(_0x289b4e,_0x11cd46['schema'])):Array['from'](_0x7b84b2['getSelectedBlocks']())['filter'](_0x55f9bf=>eo(_0x55f9bf));const _0x1d0bd6=to(_0x5b3b85,_0x11cd46);_0x11cd46['change'](()=>{for(const _0x1f02a2 of _0x1d0bd6)_0x4ee9b['markBlockFormat'](_0x1f02a2,{'commandName':'codeBlock','commandParams':[{..._0x51ee7a,'forceValue':_0x310984}],'formatGroupId':'blockName'});});}),(_0x4ee9b['descriptionFactory']['registerElementLabel']('codeBlock',_0x449319=>o(_0x29e19d,'ELEMENT_CODE_BLOCK',_0x449319)),_0x4ee9b['descriptionFactory']['registerDescriptionCallback'](_0x222914=>{if('formatBlock'!=_0x222914['type'])return;const _0x592c23=_0x29e19d['t'],{data:_0x578a5a}=_0x222914;if(!_0x578a5a||'codeBlock'!=_0x578a5a['commandName'])return;const _0x25b7e3=_0x578a5a['commandParams'][0x0]['language'],_0x341c2b=_0x592c23(_0x1c4264['find'](_0x604c7c=>_0x604c7c['language']===_0x25b7e3)['label'])['toLowerCase']();return _0x578a5a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x29e19d,'*Set\x20format:*\x20%0',o(_0x29e19d,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x341c2b+')')}:{'type':'format','content':o(_0x29e19d,'*Remove\x20format:*\x20%0',o(_0x29e19d,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x57e324){return'codeBlock'==_0x57e324['name'];}class q extends _0x440856{['afterInit'](){const _0x2ba44e=this['editor'];if(!_0x2ba44e['plugins']['has']('CommentsEditing'))return;_0x2ba44e['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x298f5d,_0x520291,_0x4af971){const _0x1a9696=[];for(const _0x394908 of _0x520291['getItems']())_0x394908['hasAttribute'](_0x298f5d)&&_0x1a9696['push'](_0x4af971['createRangeOn'](_0x394908));return _0x1a9696;}function _e(_0x55743c,_0x3c9840,{showActiveMarker:_0x4c4844=!0x0}={}){const _0x1d7d22=_0x55743c['plugins']['get']('TrackChangesEditing');return(_0x2ca4dc,_0x54cb62,_0x1bb9ef)=>{if(!_0x1bb9ef['consumable']['test'](_0x54cb62['markerRange'],_0x2ca4dc['name']))return;const _0x51cd4f=_0x54cb62['markerRange']['getWalker'](),_0x37c1d5=_0x54cb62['markerRange']['start'],_0x52b66b=_0x55743c['model']['schema'];let _0x315a6c=null,_0x4e3819=null,_0x442dbd=!0x1,_0x40b75c=!0x1;for(const _0x308f55 of _0x51cd4f){const _0x14cc59=_0x308f55['item'];_0x442dbd=_0x442dbd||_0x52b66b['isContent'](_0x14cc59);const _0x16b56f=_0x1bb9ef['mapper']['toViewElement'](_0x14cc59);if(_0x16b56f&&_0x16b56f['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x308f55['type']&&(_0x52b66b['isBlock'](_0x14cc59)&&!_0x52b66b['isLimit'](_0x14cc59)&&(_0x14cc59['nextSibling']||_0x37c1d5['isAtEnd']?_0x315a6c&&_0x315a6c['parent']==_0x14cc59||(_0x315a6c=_0x14cc59,_0xa37e07(_0x308f55['previousPosition']),_0x40b75c=!0x0):_0x4e3819=_0x4e3819||_0x308f55['previousPosition']));}function _0xa37e07(_0x36ef28){const _0x5e3eba=_0x1bb9ef['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3c9840}),_0x4faddd=_0x1bb9ef['mapper']['toViewPosition'](_0x36ef28);_0x4c4844&&_0x1d7d22['activeMarkers']['includes'](_0x54cb62['markerName'])&&_0x1bb9ef['writer']['addClass']('ck-suggestion-marker--active',_0x5e3eba),_0x1bb9ef['writer']['insert'](_0x4faddd,_0x5e3eba),_0x1bb9ef['mapper']['bindElementToMarker'](_0x5e3eba,_0x54cb62['markerName']);}_0x442dbd||_0x40b75c||!_0x4e3819||_0xa37e07(_0x4e3819);};}class z extends _0x440856{static get['requires'](){return[_0x5bf591];}['init'](){const _0x4cae5d=this['editor'],_0x793b15=_0x4cae5d['plugins']['get']('TrackChangesEditing');_0x793b15['enableCommand']('delete');const _0x1f75ef=_0x4cae5d['commands']['get']('deleteForward');_0x793b15['enableCommand']('deleteForward',(_0x1dcc60,_0x1a159d={})=>{const _0x38932b=_0x4cae5d['model']['createSelection'](_0x4cae5d['model']['document']['selection']);_0x38932b['isCollapsed']&&_0x4cae5d['model']['modifySelection'](_0x38932b,{'direction':'forward','unit':_0x1a159d['unit']});const _0x30e9a4=_0x38932b['getFirstRange'](),_0x21318b=_0x2fd4c8['fromRange'](_0x30e9a4);let _0x44c6d6;_0x1dcc60(_0x1a159d),_0x44c6d6='$graveyard'==_0x21318b['root']['rootName']?_0x4cae5d['model']['createRange'](_0x30e9a4['start']):_0x4cae5d['model']['createRange'](_0x21318b['start'],_0x21318b['end']),_0x21318b['detach'](),_0x4cae5d['model']['enqueueChange'](_0x1f75ef['buffer']['batch'],_0x40d9c2=>{_0x1f75ef['buffer']['lock'](),_0x40d9c2['setSelection'](_0x40d9c2['createRange'](_0x44c6d6['end'])),_0x1f75ef['buffer']['unlock']();});}),_0x4cae5d['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x4cae5d,'merge'),{'priority':'high'}),_0x4cae5d['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x5cc79e,_0x54df3d,_0x5f321a)=>{_0x5f321a['options']['showSuggestionHighlights']&&_e(_0x4cae5d,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x5cc79e,_0x54df3d,_0x5f321a);},{'priority':'high'}),_0x4cae5d['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5c3078,_0x1c5df4,_0xba7e44)=>{const _0x54fb9d=_0xba7e44['mapper']['markerNameToElements'](_0x1c5df4['markerName']);if(_0x54fb9d){for(const _0x9c412e of _0x54fb9d)_0x9c412e['is']('uiElement')&&(_0xba7e44['mapper']['unbindElementFromMarkerName'](_0x9c412e,_0x1c5df4['markerName']),_0xba7e44['writer']['remove'](_0x9c412e));}},{'priority':'high'});}}class K extends _0x440856{['afterInit'](){const _0xd23b51=this['editor'];if(!_0xd23b51['plugins']['has']('ListEditing'))return;const _0x2e517c=_0xd23b51['locale'],_0x1f9f5e=_0xd23b51['plugins']['get']('TrackChangesEditing'),_0x2fa27c=_0xd23b51['plugins']['has']('TodoListEditing'),_0x591f5d=!!_0xd23b51['config']['get']('list.multiBlock');function _0x4c2b3e(_0x5066b3){return{'type':'format','content':''+o(_0x2e517c,'*Set\x20format:*\x20%0',_0x5066b3)};}function _0x3da063(_0x2c5eba){return{'type':'format','content':''+o(_0x2e517c,'*Remove\x20format:*\x20%0',_0x2c5eba)};}_0x1f9f5e['enableDefaultAttributesIntegration']('numberedList'),_0x1f9f5e['enableDefaultAttributesIntegration']('bulletedList'),_0x1f9f5e['enableDefaultAttributesIntegration']('customNumberedList'),_0x1f9f5e['enableDefaultAttributesIntegration']('customBulletedList'),_0x1f9f5e['enableDefaultAttributesIntegration']('indentList'),_0x1f9f5e['enableDefaultAttributesIntegration']('outdentList'),_0x1f9f5e['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1f9f5e['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1f9f5e['registerBlockAttribute']('listItemId'),_0x1f9f5e['registerBlockAttribute']('listType'),_0x1f9f5e['registerBlockAttribute']('listIndent'),_0x591f5d&&(_0x1f9f5e['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1f9f5e['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x2fa27c&&(_0x1f9f5e['enableDefaultAttributesIntegration']('todoList'),_0x1f9f5e['enableDefaultAttributesIntegration']('checkTodoList'),_0x1f9f5e['registerBlockAttribute']('todoListChecked'),_0x1f9f5e['descriptionFactory']['registerDescriptionCallback'](_0x4b0bd1=>{const {data:_0x194e13}=_0x4b0bd1;if(_0x194e13&&'todoListChecked'==_0x194e13['key'])return{'type':'format','content':_0x194e13['newValue']?o(_0x2e517c,'*Check\x20item*'):o(_0x2e517c,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x50622f=>{if(_0x50622f['batch']['isUndo'])return!0x1;let _0x5ed3f4=!0x1;const _0x7ed2a9=_0x1f9f5e['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x22c49c=>'todoListChecked'===_0x1f9f5e['_getAttributeKey'](_0x22c49c));for(const _0x537faf of _0x7ed2a9){'todo'!=_0x537faf['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1f9f5e['_findSuggestions'](_0x537faf['getFirstRange'](),'attribute')['find'](_0x328657=>'listType'===_0x1f9f5e['_getAttributeKey'](_0x328657['suggestion']))||(_0x50622f['removeMarker'](_0x537faf['getFirstMarker']()),_0x5ed3f4=!0x0));}return _0x5ed3f4;})),_0x1f9f5e['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2e517c,'FORMAT_INDENT'));const _0x29b0d2={'type':'format','content':''};_0x1f9f5e['descriptionFactory']['registerDescriptionCallback'](_0x21fb54=>{const {data:_0x487637}=_0x21fb54;if(!_0x487637||'listType'!=_0x487637['key'])return;let _0x4fa4fd=_0x21fb54['head'];for(;_0x4fa4fd;){if(_0x4fa4fd['data']&&(('listStyle'==_0x4fa4fd['data']['key']||'listMarkerStyle'==_0x4fa4fd['data']['key'])&&(_0x4fa4fd['data']['newValue']&&'default'!=_0x4fa4fd['data']['newValue']||'default'!=_0x4fa4fd['data']['oldValue']&&!_0x487637['newValue'])||!_0x591f5d&&_0x4fa4fd['data']['key']==m))return _0x29b0d2;_0x4fa4fd=_0x4fa4fd['next'];}if(null==_0x487637['newValue'])switch(_0x487637['oldValue']){case'bulleted':return _0x3da063(o(_0x2e517c,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3da063(o(_0x2e517c,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3da063(o(_0x2e517c,'ELEMENT_TODO_LIST'));}switch(_0x487637['newValue']){case'bulleted':return _0x4c2b3e(o(_0x2e517c,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4c2b3e(o(_0x2e517c,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4c2b3e(o(_0x2e517c,'ELEMENT_TODO_LIST'));}}),_0x1f9f5e['descriptionFactory']['registerDescriptionCallback'](_0x537ecb=>{const {data:_0x535fc4}=_0x537ecb;if(_0x535fc4&&'listIndent'==_0x535fc4['key'])return null==_0x535fc4['newValue']||null==_0x535fc4['oldValue']&&0x0==_0x535fc4['newValue']?_0x29b0d2:void 0x0;}),_0x1f9f5e['descriptionFactory']['registerDescriptionCallback'](_0x28cf84=>{if('attribute'!=_0x28cf84['type'])return;const {data:_0x30d9c7}=_0x28cf84;if(!_0x30d9c7||'listItemId'!=_0x30d9c7['key'])return;const _0x175189=Ee(_0x28cf84);return'newValue'==_0x175189?{'type':'format','content':o(_0x2e517c,'*Merge:*\x20list\x20item')}:'oldValue'==_0x175189?{'type':'format','content':o(_0x2e517c,'*Split:*\x20list\x20item')}:_0x29b0d2;}),_0xd23b51['model']['document']['registerPostFixer'](_0x1a506b=>this['listItemIdFixer'](_0x1a506b)),_0xd23b51['model']['document']['registerPostFixer'](_0x181891=>this['noTrackChangesFixer'](_0x181891)),_0xd23b51['model']['document']['on']('change:data',(_0x3e0bc0,_0xbb8e08)=>{if(_0xbb8e08['isUndo']||!_0xbb8e08['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x56926f){if(_0x56926f['batch']['isUndo']||!_0x56926f['batch']['isLocal'])return!0x1;let _0x548df3=!0x1;const _0x855476=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x492fcd=>_0x492fcd['data']&&'listItemId'==_0x492fcd['data']['key'])['filter'](_0x325066=>_0x325066['data']['newValue']&&_0x325066['data']['oldValue']);for(const _0x2ced2b of _0x855476)Ee(_0x2ced2b)||(_0x56926f['removeMarker'](_0x2ced2b['getFirstMarker']()),_0x548df3=!0x0);return _0x548df3;}['noTrackChangesFixer'](_0x475e62){if(_0x475e62['batch']['isUndo']||!_0x475e62['batch']['isLocal'])return!0x1;const _0x3fabcb=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3fabcb['trackChangesCommand']['value'])return!0x1;let _0x19dc1d=!0x1;const _0x123dbf=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0xb4d96b=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x2ca06a=>'attribute'==_0x2ca06a['type'])['filter'](_0x39ecb6=>_0x123dbf['includes'](_0x39ecb6['attributeKey']));if(0x0==_0xb4d96b['length'])return _0x19dc1d;for(const _0x13004e of _0xb4d96b){const _0x50cac6=_0x3fabcb['_findSuggestions'](_0x13004e['range'],'attribute')['filter'](_0x22c299=>!_0x22c299['meta']['isNextTo'])['map'](_0x37645b=>_0x37645b['suggestion'])['filter'](_0x14e3ee=>{const _0x40e5e7=_0x3fabcb['_getAttributeKey'](_0x14e3ee);return _0x123dbf['includes'](_0x40e5e7);});if(_0x50cac6['length']){for(const _0x428914 of _0x50cac6)_0x475e62['removeMarker'](_0x428914['getFirstMarker']());_0x19dc1d=!0x0;}}return _0x19dc1d;}['assureChains'](){const _0x3981d4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x30ffb0=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1bf40c;const _0x280390=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x191964=>{if(_0x191964['data']['oldRange']||!_0x191964['data']['newRange'])return null;if(!_0x191964['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x44e8f1}=_0x3981d4['_splitMarkerName'](_0x191964['name']);if(!_0x3981d4['hasSuggestion'](_0x44e8f1))return null;const _0x13659e=_0x3981d4['getSuggestion'](_0x44e8f1);return _0x30ffb0['includes'](_0x13659e['data']['key']);})['map'](_0x21c7ed=>{const {id:_0x579fde}=_0x3981d4['_splitMarkerName'](_0x21c7ed['name']),_0x26d949=_0x3981d4['getSuggestion'](_0x579fde);return _0x1bf40c=_0x26d949['attributes']['groupId'],_0x26d949['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x280390['size'])return;const _0x2da84a=_0x3981d4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x311a75=>'attribute'==_0x311a75['type']&&_0x311a75['data']&&_0x30ffb0['includes'](_0x311a75['data']['key'])&&_0x311a75['attributes']['groupId']!=_0x1bf40c)['map'](_0x197627=>({'listItem':_0x197627['getFirstRange']()['start']['nodeAfter'],'groupId':_0x197627['attributes']['groupId']})),_0x57f6db=new Set();for(const {groupId:_0x4e34dc,listItem:_0x3825fb}of _0x2da84a)_0x280390['has'](_0x3825fb)&&_0x57f6db['add'](_0x4e34dc);for(const _0x24d745 of _0x3981d4['getSuggestions']())_0x57f6db['has'](_0x24d745['attributes']['groupId'])&&_0x24d745['setAttribute']('groupId',_0x1bf40c);}['_supportLegacySuggestions'](){const _0x46e289=this['editor'],_0x4fc602=_0x46e289['locale'],_0x39fac4=_0x46e289['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x39fac4['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x1d23fb,_0x44d584){const _0x5e3a21=[];for(let _0x5f0247 of _0x1d23fb)_0x5f0247['start']['nodeAfter']===_0x5f0247['end']['parent']&&(_0x5f0247=_0x46e289['model']['createRange'](_0x46e289['model']['createPositionAt'](_0x5f0247['start']['nodeAfter'],0x0))),_0x5e3a21['push'](_0x5f0247);_0x46e289['model']['change'](_0x18a812=>{const _0x1295c3=_0x46e289['model']['document']['selection'],_0x39698a=Array['from'](_0x1295c3['getRanges']())['map'](_0x229388=>_0x2fd4c8['fromRange'](_0x229388));_0x18a812['setSelection'](_0x5e3a21),_0x46e289['commands']['get'](_0x44d584['commandName'])['refresh'](),_0x44d584['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x46e289['execute'](_0x44d584['commandName'],..._0x44d584['commandParams']),_0x18a812['setSelection'](_0x39698a);for(const _0x17e4c6 of _0x39698a)_0x17e4c6['detach']();});}),_0x39fac4['descriptionFactory']['registerElementLabel'](function(_0x34a904){const _0x3e88ae=!_0x46e289['model']['schema']['isObject'](_0x34a904),_0x5128a9=_0x34a904['previousSibling'],_0x5c10fa=_0x34a904['nextSibling'],_0x45e67c=_0x34a904['getAttribute']('listItemId'),_0x5cc038=!_0x5128a9||_0x5128a9['getAttribute']('listItemId')!==_0x45e67c,_0x173552=!_0x5c10fa||_0x5c10fa['getAttribute']('listItemId')!==_0x45e67c;return _0x3e88ae&&Boolean(_0x45e67c)&&_0x5cc038&&_0x173552;},_0x22fab5=>o(_0x4fc602,'ELEMENT_LIST_ITEM',_0x22fab5));}['_registerLegacyDescription'](){const _0x27164d=this['editor'],_0x1fcb5c=_0x27164d['locale'];function _0x4f1c59(_0x2b3488){const _0x1af086=_0x27164d['commands']['get']('bulletedList')['value'],_0x51a4cc=_0x27164d['commands']['get']('numberedList')['value'];return'numberedList'===_0x2b3488?_0x1af086:_0x51a4cc;}_0x27164d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x2725b4){if('formatBlock'!=_0x2725b4['type'])return;const {data:_0xffffdf}=_0x2725b4;if(!_0xffffdf)return;let _0x15f45b,_0x1fd265,_0x19d28d,_0x301433;switch(_0xffffdf['commandName']){case'bulletedList':_0x19d28d=_0xffffdf['commandParams'][0x0]['forceValue'],_0x301433=_0x4f1c59(_0xffffdf['commandName']),_0x15f45b=_0x19d28d?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x301433&&_0x27164d['config']['get']('list.multiBlock')||(_0x15f45b='*Change\x20to:*\x20%0'),_0x1fd265={'type':'format','content':o(_0x1fcb5c,_0x15f45b,o(_0x1fcb5c,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x19d28d=_0xffffdf['commandParams'][0x0]['forceValue'],_0x301433=_0x4f1c59(_0xffffdf['commandName']),_0x15f45b=_0x19d28d?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x301433&&_0x27164d['config']['get']('list.multiBlock')||(_0x15f45b='*Change\x20to:*\x20%0'),_0x1fd265={'type':'format','content':o(_0x1fcb5c,_0x15f45b,o(_0x1fcb5c,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x15f45b='*Indent:*\x20%0',_0x1fd265={'type':'format','content':o(_0x1fcb5c,_0x15f45b,o(_0x1fcb5c,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x15f45b=function(_0x376ccd){const _0x207070=_0x376ccd['getFirstRange']();let _0x3d500a=_0x207070['start']['nodeAfter'];for(;_0x3d500a&&_0x207070['containsItem'](_0x3d500a);){if(_0x3d500a['getAttribute']('listIndent')>0x0)return!0x1;_0x3d500a=_0x3d500a['nextSibling'];}return!0x0;}(_0x2725b4)?o(_0x1fcb5c,'*Format:*\x20remove\x20from\x20%0',o(_0x1fcb5c,function(_0x1c4600){return'ELEMENT_'+_0x1c4600['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x2725b4))):o(_0x1fcb5c,'*Outdent:*\x20%0',o(_0x1fcb5c,'ELEMENT_LIST_ITEM')),_0x1fd265={'type':'format','content':_0x15f45b};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0xffffdf['multipleBlocks']&&(_0x15f45b='*Merge:*\x20%0',_0x1fd265={'type':'deletion','content':o(_0x1fcb5c,_0x15f45b,o(_0x1fcb5c,'ELEMENT_LIST_ITEM'))});}return _0x1fd265;});}}function Ee(_0x413fca){let _0x1b147c=_0x413fca['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1b147c;){const _0x4fc51c=_0x1b147c['getAttribute']('listItemId');if(!_0x4fc51c)return!0x1;if(_0x4fc51c==_0x413fca['data']['newValue'])return'newValue';if(_0x4fc51c==_0x413fca['data']['oldValue'])return'oldValue';_0x1b147c=_0x1b147c['previousSibling'];}return!0x1;}class pe extends _0x440856{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x17e13c=this['editor']['config']['get']('list.properties'),_0x386372=this['editor']['plugins']['get']('TrackChangesEditing');_0x17e13c['styles']&&(_0x386372['enableDefaultAttributesIntegration']('listStyle'),_0x386372['registerBlockAttribute']('listStyle')),_0x17e13c['reversed']&&(_0x386372['enableDefaultAttributesIntegration']('listReversed'),_0x386372['registerBlockAttribute']('listReversed')),_0x17e13c['startIndex']&&(_0x386372['enableDefaultAttributesIntegration']('listStart'),_0x386372['registerBlockAttribute']('listStart'));const _0x407a64={'type':'format','content':''};_0x386372['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x256479=this['editor']['locale'];_0x386372['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x256479,'FORMAT_LIST_REVERSED')),_0x386372['descriptionFactory']['registerDescriptionCallback'](_0x3157b8=>{const {data:_0x47e41d}=_0x3157b8;if(_0x47e41d&&'listReversed'==_0x47e41d['key'])return null==_0x47e41d['newValue']||0x0==_0x47e41d['newValue']&&null==_0x47e41d['oldValue']?_0x407a64:void 0x0;}),_0x386372['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x256479,'FORMAT_LIST_START')),_0x386372['descriptionFactory']['registerDescriptionCallback'](_0x13261d=>{const {data:_0x53aabd}=_0x13261d;if(_0x53aabd&&'listStart'==_0x53aabd['key'])return null==_0x53aabd['newValue']||0x1==_0x53aabd['newValue']&&null==_0x53aabd['oldValue']?_0x407a64:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x35a020=>{if(_0x35a020['batch']['isUndo'])return!0x1;let _0x14e4e8=!0x1;const _0x589ea9=_0x386372['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x42b90c=>{const _0x424797=_0x386372['_getAttributeKey'](_0x42b90c);return'listStart'==_0x424797||'listReversed'==_0x424797;});for(const _0x1c1bca of _0x589ea9){const _0x4de6e3=_0x1c1bca['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4de6e3||'customNumbered'==_0x4de6e3)continue;_0x386372['_findSuggestions'](_0x1c1bca['getFirstRange'](),'attribute')['find'](_0x41a53b=>'listType'==_0x386372['_getAttributeKey'](_0x41a53b['suggestion']))||(_0x35a020['removeMarker'](_0x1c1bca['getFirstMarker']()),_0x14e4e8=!0x0);}return _0x14e4e8;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x4069e6){const _0x57c6a0=this['editor']['locale'],{data:_0x4efc0a}=_0x4069e6,_0x2567ed={'type':'format','content':''};if(!_0x4efc0a||'listStyle'!=_0x4efc0a['key'])return;if(!_0x4efc0a['oldValue'])return'default'==_0x4efc0a['newValue']?_0x2567ed:{'type':'format','content':''+o(_0x57c6a0,'*Set\x20format:*\x20%0',o(_0x57c6a0,this['_getTranslationKeyForListStyle'](_0x4efc0a['newValue'])))};if(!_0x4efc0a['newValue']){if('default'==_0x4efc0a['oldValue'])return _0x2567ed;let _0x46155d=_0x4069e6['head'];for(;_0x46155d;){if(_0x46155d['data']&&'listType'==_0x46155d['data']['key']&&_0x46155d['data']['newValue'])return _0x2567ed;_0x46155d=_0x46155d['next'];}return{'type':'format','content':''+o(_0x57c6a0,'*Remove\x20format:*\x20%0',o(_0x57c6a0,this['_getTranslationKeyForListStyle'](_0x4efc0a['oldValue'])))};}if('default'!=_0x4efc0a['newValue'])return{'type':'format','content':''+o(_0x57c6a0,'*Set\x20format:*\x20%0',o(_0x57c6a0,this['_getTranslationKeyForListStyle'](_0x4efc0a['newValue'])))};let _0xf8cedb=_0x4069e6['head'];for(;_0xf8cedb;){if(_0xf8cedb['data']&&'listType'==_0xf8cedb['data']['key']&&_0xf8cedb['data']['newValue']&&_0xf8cedb['data']['oldValue'])return _0x2567ed;_0xf8cedb=_0xf8cedb['next'];}return{'type':'format','content':o(_0x57c6a0,'*Set\x20format:*\x20%0',o(_0x57c6a0,'ELEMENT_'+_0x4069e6['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x26b03b=this['editor'],_0x4ccda6=_0x26b03b['locale'];_0x26b03b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2bd37d=>{if('formatBlock'!=_0x2bd37d['type'])return;const {data:_0x2548c6}=_0x2bd37d;if(!_0x2548c6)return;let _0x231382,_0x3a4f70;switch(_0x2548c6['commandName']){case'listStyle':_0x231382='*Change\x20to:*\x20%0',_0x3a4f70={'type':'format','content':o(_0x4ccda6,_0x231382,o(_0x4ccda6,this['_getTranslationKeyForListStyle'](_0x2548c6['commandParams'][0x0]['type'])))};break;case'listReversed':_0x231382=_0x2548c6['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3a4f70={'type':'format','content':o(_0x4ccda6,_0x231382)};break;case'listStart':_0x231382='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3a4f70={'type':'format','content':o(_0x4ccda6,_0x231382,_0x2548c6['commandParams'][0x0]['startIndex'])};}return _0x3a4f70;});}['_getTranslationKeyForListStyle'](_0xe802ff){return'ELEMENT_'+function(_0x55699d){if(ye['includes'](_0x55699d))return'bulleted';if(Se['includes'](_0x55699d))return'numbered';return null;}(_0xe802ff)['toUpperCase']()+'_LIST_'+_0xe802ff['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x440856{static get['requires'](){return[_0x40d05e];}['init'](){const _0x5a32c7=this['editor'],_0x388fb5=_0x5a32c7['plugins']['get']('TrackChangesEditing'),_0x4e46a6=_0x5a32c7['commands']['get']('enter');_0x388fb5['enableCommand']('enter',()=>{_0x5a32c7['model']['change'](_0x4393be=>{const _0x423f7f=_0x5a32c7['model']['document']['selection'],_0x2ed148=_0x423f7f['getFirstPosition'](),_0x5153b5=_0x2fd4c8['fromRange'](_0x423f7f['getFirstRange']());if(_0x4e46a6['enterBlock'](_0x4393be)){const _0x306d90=_0x5a32c7['model']['createPositionAt'](_0x2ed148['parent']['nextSibling'],0x0),_0x9860f6=_0x4393be['createRange'](_0x2ed148,_0x306d90);_0x388fb5['markInsertion'](_0x9860f6);}else _0x4393be['setSelection'](_0x4393be['createRange'](_0x5153b5['end']));_0x5153b5['detach'](),_0x4e46a6['fire']('afterExecute',{'writer':_0x4393be});});}),_0x5a32c7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x5a32c7,'split'),{'priority':'high'}),_0x5a32c7['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x4a22d9,_0x2b6197,_0x129167)=>{const _0x523161=_0x129167['mapper']['markerNameToElements'](_0x2b6197['markerName']);if(_0x523161){for(const _0x1f85e0 of _0x523161)_0x1f85e0['hasClass']('ck-suggestion-marker-split')&&(_0x129167['mapper']['unbindElementFromMarkerName'](_0x1f85e0,_0x2b6197['markerName']),_0x129167['writer']['remove'](_0x1f85e0));}},{'priority':'high'}),_0x5a32c7['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1b59dd,_0x5c72bd,_0x21e37d)=>{_0x21e37d['options']['showSuggestionHighlights']&&_e(_0x5a32c7,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1b59dd,_0x5c72bd,_0x21e37d);},{'priority':'high'});}}class X extends _0x440856{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x510f9f=this['editor']['plugins']['get']('TrackChangesEditing');_0x510f9f['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x510f9f['enableCommand']('findNext'),_0x510f9f['enableCommand']('findPrevious'),_0x510f9f['enableCommand']('replace'),_0x510f9f['enableCommand']('replaceAll');}['handleFindCommand'](_0x24a4f6,_0x508979,_0x2a51e1={}){const _0x487ebe=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x24a4f6(_0x43ff05=>{let _0x441dca=('string'==typeof _0x508979?_0x487ebe['findByTextCallback'](_0x508979,_0x2a51e1):_0x508979)(_0x43ff05);Array['isArray'](_0x441dca)&&(_0x441dca={'results':_0x441dca,'searchText':'string'==typeof _0x508979?_0x508979:''});const _0x2f9c4f=_0x441dca['results']['filter'](_0x1a631c=>!0x1===this['_isInDeletionRange'](_0x1a631c,_0x43ff05['item']));return{..._0x441dca,'results':_0x2f9c4f};},_0x2a51e1);}['_isInDeletionRange'](_0x2661f1,_0x5ae247){const _0x25fbad=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5ae247,_0x2661f1['start']),this['editor']['model']['createPositionAt'](_0x5ae247,_0x2661f1['end']));for(const _0x3c67b3 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x25fbad['getIntersection'](_0x3c67b3['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x440856{['afterInit'](){const _0x39449f=this['editor']['locale'],_0x245e81=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x2489fe,commandName:_0x339987}of ro)this['editor']['plugins']['has'](_0x2489fe)&&(_0x245e81['enableDefaultAttributesIntegration'](_0x339987),_0x245e81['registerInlineAttribute'](_0x339987));_0x245e81['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x39449f,'FORMAT_FONT_SIZE')),_0x245e81['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x39449f,'FORMAT_FONT_FAMILY')),_0x245e81['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x39449f,'FORMAT_FONT_COLOR')),_0x245e81['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x39449f,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45e2c5=this['editor'],_0x369a84=_0x45e2c5['locale'];_0x45e2c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5aebf9=>{const _0x302700=_0x369a84['t'];if('formatInline'!=_0x5aebf9['type'])return;const {data:_0x41aad0}=_0x5aebf9;if(null!=_0x41aad0){if('fontSize'==_0x41aad0['commandName']){const _0x1d53af=_0x41aad0['commandParams'][0x0]['value'];if(_0x1d53af){const _0x73d31e=_0x302700(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x12f375=>_0x12f375['model']==_0x1d53af)['title'])['toLowerCase']();return{'type':'format','content':o(_0x369a84,'*Set\x20font\x20size:*\x20%0',_0x73d31e)};}return{'type':'format','content':o(_0x369a84,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x41aad0['commandName']){const _0x5ea496=_0x41aad0['commandParams'][0x0]['value'];return _0x5ea496?{'type':'format','content':o(_0x369a84,'*Set\x20font\x20family:*\x20%0',_0x5ea496)}:{'type':'format','content':o(_0x369a84,'*Reset\x20font\x20family*')};}if('fontColor'==_0x41aad0['commandName']){const _0x4905c4=_0x41aad0['commandParams'][0x0]['value'];if(_0x4905c4){const _0x23f8d4=_0x5dd7b5(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3e7262=>_0x3e7262['model']==_0x4905c4);let _0x4870e6=_0x4905c4,_0x4aceca='';return _0x23f8d4&&(_0x4870e6=_0x23f8d4['label'],_0x4aceca=_0x302700(_0x4870e6)['toLowerCase']()),{'type':'format','content':o(_0x369a84,'*Set\x20font\x20color:*\x20%0',_0x4aceca)['trim'](),'color':{'value':_0x4905c4,'title':_0x4aceca||_0x4870e6}};}return{'type':'format','content':o(_0x369a84,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x41aad0['commandName']){const _0x7753e6=_0x41aad0['commandParams'][0x0]['value'];if(_0x7753e6){const _0x2f285c=_0x5dd7b5(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4dac14=>_0x4dac14['model']==_0x7753e6);let _0x1a1f5c=_0x7753e6,_0x40b11a='';return _0x2f285c&&(_0x1a1f5c=_0x2f285c['label'],_0x40b11a=_0x302700(_0x1a1f5c)['toLowerCase']()),{'type':'format','content':o(_0x369a84,'*Set\x20font\x20background\x20color:*\x20%0',_0x40b11a)['trim'](),'color':{'value':_0x7753e6,'title':_0x40b11a||_0x1a1f5c}};}return{'type':'format','content':o(_0x369a84,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x440856{['afterInit'](){const _0x321f3e=this['editor'],_0x1b064b=_0x321f3e['plugins']['get']('TrackChangesEditing'),_0x356489=_0x321f3e['commands']['get']('copyFormat'),_0x448b08=_0x321f3e['commands']['get']('pasteFormat');_0x356489&&_0x448b08&&(_0x1b064b['enableDefaultAttributesIntegration']('pasteFormat'),_0x1b064b['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x12d513=this['editor'],_0x368e34=_0x12d513['locale'];_0x12d513['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e6e08=>{if('formatBlock'!=_0x4e6e08['type']&&'formatInline'!=_0x4e6e08['type'])return;const {data:_0x285b2c}=_0x4e6e08;if(_0x285b2c&&'pasteFormat'===_0x285b2c['commandName']){const _0x899d47=[],_0x5ce68c=_0x285b2c['commandParams'][0x0];for(const [_0x155ff0,_0xa189ff]of Object['entries'](_0x5ce68c))_0x899d47['push'](so(_0x12d513,_0x155ff0,_0xa189ff));return _0x899d47['length']?{'type':'format','content':o(_0x368e34,'*Set\x20format\x20to:*\x20%0',_0x899d47['join'](',\x20'))}:{'type':'format','content':o(_0x368e34,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3fbf5d,_0x42fc36,_0x3bd5ef){const _0x358746=_0x3fbf5d['locale']['t'],_0x23a7c0=_0x42fc36['split'](/(?=[A-Z])/)['join']('\x20'),_0x4bd5b4=_0x358746(_0x23a7c0['charAt'](0x0)['toUpperCase']()+_0x23a7c0['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x3bd5ef)return _0x4bd5b4;if('fontColor'===_0x42fc36||'fontBackgroundColor'===_0x42fc36){const _0x53ebde=_0x5dd7b5(_0x3fbf5d['config']['get']('fontColor.colors'))['find'](_0x4efb38=>_0x4efb38['model']==_0x3bd5ef);return _0x4bd5b4+'\x20('+(_0x53ebde?_0x358746(_0x53ebde['label'])['toLowerCase']():_0x3bd5ef)+')';}if('fontSize'===_0x42fc36&&isNaN(parseFloat(_0x3bd5ef))){const _0x30ec02=_0x3fbf5d['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3fbf5d['config']['get']('fontSize.options'))['find'](_0x2c7ff4=>_0x2c7ff4['model']==_0x3bd5ef);return _0x4bd5b4+'\x20('+(_0x30ec02?_0x358746(_0x30ec02['title'])['toLowerCase']():_0x3bd5ef)+')';}return _0x4bd5b4+'\x20('+_0x3bd5ef+')';}class tt extends _0x440856{['_headingOptions'];['afterInit'](){const _0x2b6ddc=this['editor'];if(!_0x2b6ddc['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x2b6ddc['config']['get']('heading.options');const _0x2ef56b=_0x2b6ddc['locale'],_0x417d18=_0x2b6ddc['plugins']['get']('TrackChangesEditing');_0x417d18['enableDefaultAttributesIntegration']('heading');for(const _0x371d4e of this['_headingOptions'])'paragraph'!=_0x371d4e['model']&&_0x417d18['descriptionFactory']['registerElementLabel'](_0x371d4e['model'],_0x224a98=>{const _0x348cce=this['_getHeadingLevel'](_0x371d4e['model']);return null!==_0x348cce?_0x5e12ce(_0x224a98,_0x348cce):_0x37d9c4(_0x224a98,_0x371d4e['title']);});function _0x5e12ce(_0x2aa504,_0x3320f1){return o(_0x2ef56b,'ELEMENT_HEADING',[_0x2aa504,_0x3320f1]);}function _0x37d9c4(_0x2c5f95,_0x408965){return o(_0x2ef56b,'ELEMENT_HEADING_CUSTOM',[_0x2c5f95,_0x408965]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x103670=this['editor'],_0x5090ba=_0x103670['locale'];function _0x3c8729(_0x256323,_0x324426){return o(_0x5090ba,'ELEMENT_HEADING_CUSTOM',[_0x256323,_0x324426]);}_0x103670['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x125bc0=>{if('formatBlock'!=_0x125bc0['type'])return;const {data:_0x251a54}=_0x125bc0;if(_0x251a54&&'heading'==_0x251a54['commandName']){const _0x4e0a7f=_0x251a54['commandParams'][0x0]['value'],_0x298b85=this['_getHeadingLevel'](_0x4e0a7f);if(null!==_0x298b85)return{'type':'format','content':o(_0x5090ba,'*Change\x20to:*\x20%0',(_0x28fe42=0x1,_0x33abc2=_0x298b85,o(_0x5090ba,'ELEMENT_HEADING',[_0x28fe42,_0x33abc2])))};const _0x445f1f=this['_headingOptions']['find'](_0x203288=>_0x203288['model']===_0x4e0a7f)['title'];return{'type':'format','content':o(_0x5090ba,'*Change\x20to:*\x20%0',_0x3c8729(0x1,_0x445f1f))};}var _0x28fe42,_0x33abc2;});}['_getHeadingLevel'](_0x49909c){const _0x171d8b=_0x49909c['match'](/^heading(\d+)/);if(_0x171d8b)return _0x171d8b[0x1];const _0x29ea02=this['_headingOptions']?.['find'](_0x26d075=>_0x26d075['model']==_0x49909c);if(_0x29ea02&&_0x29ea02['view']){const _0xf89a48=_0x29ea02['view'],_0x1924de=(_0xf89a48['name']??_0xf89a48)['match'](/^h(\d+)/);if(_0x1924de)return _0x1924de[0x1];}return null;}}class et extends _0x440856{['afterInit'](){const _0x2bf8aa=this['editor'];if(!_0x2bf8aa['plugins']['has']('HighlightEditing'))return;const _0x5f4e8a=_0x2bf8aa['plugins']['get']('TrackChangesEditing'),_0x29bd94=_0x2bf8aa['locale'];_0x5f4e8a['enableDefaultAttributesIntegration']('highlight'),_0x5f4e8a['registerInlineAttribute']('highlight'),_0x5f4e8a['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x29bd94,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59cba4=this['editor'],_0x13426d=_0x59cba4['locale'];_0x59cba4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e796b=>{if('formatInline'!=_0x4e796b['type'])return;const {data:_0x24e074}=_0x4e796b;if(_0x24e074&&'highlight'==_0x24e074['commandName']){const _0x5f40cf=_0x13426d['t'],_0x6b98a7=_0x24e074['commandParams'][0x0]['value'];if(_0x6b98a7){const _0x22a1f4=_0x59cba4['config']['get']('highlight.options')['find'](_0x3134a1=>_0x3134a1['model']==_0x6b98a7),_0x539ed3=_0x5f40cf(_0x22a1f4['title'])['toLowerCase']();return{'type':'format','content':o(_0x13426d,'*Set\x20highlight:*\x20%0',_0x539ed3),'color':{'value':_0x22a1f4['color'],'title':_0x22a1f4['title']}};}return{'type':'format','content':o(_0x13426d,'*Remove\x20highlight*',o(_0x13426d,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x440856{['afterInit'](){const _0x40ac8c=this['editor'];if(!_0x40ac8c['plugins']['has']('HorizontalLineEditing'))return;_0x40ac8c['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x2979ac=_0x40ac8c['plugins']['get']('TrackChangesEditing'),_0x15c0cd=_0x40ac8c['locale'];_0x2979ac['descriptionFactory']['registerElementLabel']('horizontalLine',_0x38d948=>o(_0x15c0cd,'ELEMENT_HORIZONTAL_LINE',_0x38d948)),_0x40ac8c['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x7cdb45,{writer:_0x1e47a8,options:_0x395965})=>{if(!_0x395965['showSuggestionHighlights'])return null;const _0x42daaa=_0x1e47a8['createContainerElement']('div'),_0x480489=_0x1e47a8['createEmptyElement']('hr');return _0x1e47a8['addClass']('ck-horizontal-line',_0x42daaa),_0x1e47a8['insert'](_0x1e47a8['createPositionAt'](_0x42daaa,0x0),_0x480489),_0x42daaa;},'converterPriority':'high'});}}class st extends _0x440856{['afterInit'](){const _0x3aca41=this['editor'];if(!_0x3aca41['plugins']['has']('HtmlEmbed'))return;const _0x1703e5=_0x3aca41['plugins']['get']('TrackChangesEditing'),_0x4cbeab=_0x3aca41['locale'];_0x1703e5['descriptionFactory']['registerElementLabel']('rawHtml',_0x187a09=>o(_0x4cbeab,'ELEMENT_HTML_EMBED',_0x187a09)),_0x1703e5['enableDefaultAttributesIntegration']('htmlEmbed'),_0x1703e5['registerBlockAttribute']('value'),_0x1703e5['descriptionFactory']['registerDescriptionCallback'](_0x2c6f2f=>{if('attribute'!=_0x2c6f2f['type'])return;const {data:_0x2c16e9}=_0x2c6f2f;if(_0x2c16e9&&'value'==_0x2c16e9['key']&&_0x2c6f2f['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x18fcd1=o(_0x4cbeab,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4cbeab,'*Change\x20%0\x20content*',_0x18fcd1)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x24f67e=this['editor'],_0x4befbd=_0x24f67e['locale'];_0x24f67e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ddfa4=>{if('formatBlock'!=_0x5ddfa4['type'])return;const {data:_0x25b03c}=_0x5ddfa4;if(_0x25b03c&&'htmlEmbed'==_0x25b03c['commandName']){const _0x276d22=o(_0x4befbd,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4befbd,'*Change\x20%0\x20content*',_0x276d22)};}});}}class nt extends _0x440856{['afterInit'](){const _0x8a6cdb=this['editor'];if(!_0x8a6cdb['plugins']['has']('ImageEditing'))return;const _0x1dd790=_0x8a6cdb['plugins']['get']('TrackChangesEditing'),_0x246a9e=_0x8a6cdb['plugins']['get']('ImageUtils'),_0x28d53b=_0x8a6cdb['locale'];_0x1dd790['enableCommand']('insertImage'),_0x1dd790['descriptionFactory']['registerElementLabel']('imageBlock',_0x32f676=>o(_0x28d53b,'ELEMENT_IMAGE',_0x32f676)),_0x1dd790['descriptionFactory']['registerElementLabel']('imageInline',_0x2871bd=>o(_0x28d53b,'ELEMENT_INLINE_IMAGE',_0x2871bd)),_0x1dd790['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x28d53b,'ELEMENT_CAPTION')),_0x8a6cdb['plugins']['has']('ImageUploadEditing')&&_0x1dd790['enableCommand']('uploadImage'),_0x8a6cdb['plugins']['has']('ImageBlockEditing')&&_0x8a6cdb['plugins']['has']('ImageInlineEditing')&&(_0x1dd790['enableCommand']('imageTypeInline',(_0x2717b5,_0x3fd104)=>{const _0x2c79b9=_0x246a9e['getClosestSelectedImageElement'](_0x8a6cdb['model']['document']['selection']);_0x8a6cdb['model']['change'](()=>{_0x1dd790['markBlockFormat'](_0x2c79b9,{'commandName':'imageTypeInline','commandParams':[_0x3fd104]},[],'convertBlockImageToInline');});}),_0x1dd790['enableCommand']('imageTypeBlock',(_0x3019d0,_0xe2078e)=>{_0x8a6cdb['model']['change'](_0x520d4b=>{let _0x3729b5=_0x246a9e['getClosestSelectedImageElement'](_0x8a6cdb['model']['document']['selection']),_0x137faf=_0x520d4b['createRangeOn'](_0x3729b5);const _0x10b2de=_0x5917f6['fromPosition'](_0x137faf['start'],'toPrevious'),_0x21e4ca=_0x5917f6['fromPosition'](_0x137faf['end'],'toNext');_0x1dd790['forceDefaultExecution'](()=>_0x3019d0(_0xe2078e)),_0x3729b5=_0x246a9e['getClosestSelectedImageElement'](_0x8a6cdb['model']['document']['selection']),_0x137faf=_0x520d4b['createRangeOn'](_0x3729b5);const _0x24a410=_0x520d4b['createRange'](_0x10b2de,_0x21e4ca);_0x10b2de['detach'](),_0x21e4ca['detach'](),_0x1dd790['markBlockFormat'](_0x3729b5,{'commandName':'imageTypeInline','commandParams':[_0xe2078e]},[],'convertInlineImageToBlock'),_0x24a410['start']['isBefore'](_0x137faf['start'])&&_0x1dd790['markInsertion'](_0x520d4b['createRange'](_0x24a410['start'],_0x137faf['start']),'convertInlineImageToBlock'),_0x137faf['end']['isBefore'](_0x24a410['end'])&&_0x1dd790['markInsertion'](_0x520d4b['createRange'](_0x137faf['end'],_0x24a410['end']),'convertInlineImageToBlock');});}),_0x1dd790['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x1dd790['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x1dd790['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x1dd790['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x1dd790['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x1dd790['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4d9e95])=>{const _0x6419=_0x1dd790['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x1bee56=_0x4d9e95['start'],_0xe099e8=_0x4d9e95['end'];const _0x18e073=_0x8a6cdb['model']['schema']['getNearestSelectionRange'](_0x1bee56,'backward'),_0x4f07e4=_0x8a6cdb['model']['schema']['getNearestSelectionRange'](_0xe099e8,'forward');_0x18e073['isCollapsed']&&(_0x1bee56=_0x18e073['start']),_0x4f07e4['isCollapsed']&&(_0xe099e8=_0x4f07e4['end']),_0x6419([_0x8a6cdb['model']['createRange'](_0x1bee56,_0xe099e8)]);}),_0x1dd790['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x34eeb9),_0x1dd790['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x34eeb9)),_0x8a6cdb['plugins']['has']('ImageCaptionEditing')&&(_0x1dd790['enableCommand']('toggleImageCaption',(_0x281431,_0x1e79f4)=>{const _0xb34fe=_0x8a6cdb['plugins']['get']('ImageCaptionUtils');let _0xb11273=_0x246a9e['getClosestSelectedImageElement'](_0x8a6cdb['model']['document']['selection']),_0x220ef2=_0xb34fe['getCaptionFromImageModelElement'](_0xb11273);_0x8a6cdb['model']['change'](()=>{if(_0x220ef2)return void _0x1dd790['markDeletion'](_0x8a6cdb['model']['createRangeOn'](_0x220ef2));const _0x21cca5=_0x246a9e['isBlockImage'](_0xb11273);_0x281431(_0x1e79f4),_0xb11273=_0x246a9e['getClosestSelectedImageElement'](_0x8a6cdb['model']['document']['selection']),_0x220ef2=_0xb34fe['getCaptionFromImageModelElement'](_0xb11273),_0x1dd790['markInsertion'](_0x8a6cdb['model']['createRangeOn'](_0x220ef2),_0x21cca5?null:'imageCaption');});}),_0x1dd790['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x34eeb9));const _0x31e4b3=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x170261(_0x2f562f,_0x2132da){const _0x5c5200=_0x31e4b3['findIndex'](({type:_0x4d1e7f,subType:_0x42b714})=>_0x2f562f['type']==_0x4d1e7f&&_0x2f562f['subType']==_0x42b714),_0xe0b944=_0x31e4b3['findIndex'](({type:_0x258641,subType:_0x11b1f0})=>_0x2132da['type']==_0x258641&&_0x2132da['subType']==_0x11b1f0);if(_0x5c5200<0x0||_0xe0b944<0x0)return!0x1;const _0x3d89d7=_0x2f562f['getFirstRange'](),_0x294990=_0x2132da['getFirstRange']();if((0x0==_0x5c5200||0x1==_0x5c5200)&&0x2==_0xe0b944&&_0x3d89d7['isIntersecting'](_0x294990))return!0x0;if(0x2==_0x5c5200&&0x3==_0xe0b944){const _0xa4b8d9=_0x1dd790['_findSuggestions'](_0x3d89d7,'insertion')['filter'](({suggestion:_0x241baa,meta:_0x5e02dc})=>_0x5e02dc['isOwn']&&'convertInlineImageToBlock'==_0x241baa['subType']);if(_0xa4b8d9['length']>0x1&&_0x294990['end']['isEqual'](_0x3d89d7['start']))return!0x0;if(0x1==_0xa4b8d9['length']&&(_0x3d89d7['start']['isEqual'](_0x294990['end'])||_0x3d89d7['end']['isEqual'](_0x294990['start'])))return!0x0;}if(0x3==_0x5c5200&&0x3==_0xe0b944&&_0x3d89d7['start']['isBefore'](_0x294990['start'])){const _0x5927e9=_0x3d89d7['end']['nodeAfter'],_0x56bb74=_0x294990['start']['nodeBefore'];return _0x246a9e['isBlockImage'](_0x5927e9)&&_0x5927e9===_0x56bb74;}return!0x1;}function _0x34eeb9(_0x1369d7,_0x36f292){return _0x170261(_0x1369d7,_0x36f292)?[_0x1369d7,_0x36f292]:_0x170261(_0x36f292,_0x1369d7)?[_0x36f292,_0x1369d7]:null;}_0x8a6cdb['plugins']['has']('ImageResize')&&(_0x1dd790['enableDefaultAttributesIntegration']('resizeImage'),_0x1dd790['registerBlockAttribute']('resizedWidth'),_0x1dd790['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x28d53b,'FORMAT_IMAGE_SIZE'))),_0x8a6cdb['plugins']['has']('ImageTextAlternativeEditing')&&(_0x1dd790['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x1dd790['registerBlockAttribute']('alt')),_0x1dd790['descriptionFactory']['registerDescriptionCallback'](_0x50c7ea=>{if(!!_0x31e4b3['find'](({type:_0x5870d5,subType:_0x277f00})=>_0x50c7ea['type']==_0x5870d5&&_0x50c7ea['subType']==_0x277f00))return _0x50c7ea['previous']?{}:void 0x0;}),_0x1dd790['descriptionFactory']['registerDescriptionCallback'](_0x5b21c5=>{if('insertion'==_0x5b21c5['type']||'deletion'==_0x5b21c5['type']){const _0x141247=_0x5b21c5['getContainedElement']();if(_0x141247&&_0x141247['is']('element','caption'))return{'type':'insertion'==_0x5b21c5['type']?'addObject':'removeObject','element':_0x141247,'quantity':0x1};}}),_0x1dd790['descriptionFactory']['registerDescriptionCallback'](_0x27ba82=>'formatBlock'==_0x27ba82['type']&&'convertInlineImageToBlock'==_0x27ba82['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x27ba82['type']&&'convertBlockImageToInline'==_0x27ba82['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x1dd790['descriptionFactory']['registerDescriptionCallback'](_0x2d916e=>{if('attribute'!=_0x2d916e['type'])return;const {data:_0xf1bce6}=_0x2d916e;if(!_0xf1bce6||'alt'!=_0xf1bce6['key'])return;const _0x5a403f=_0xf1bce6['newValue'];return _0x5a403f?{'type':'format','content':o(_0x28d53b,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5a403f+'\x22')}:{'type':'format','content':o(_0x28d53b,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1b1139=this['editor'],_0x94d382=_0x1b1139['locale'];_0x1b1139['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x243226=>{if('formatBlock'!=_0x243226['type']&&'formatInline'!=_0x243226['type'])return;const {data:_0xa26e2b}=_0x243226;if(_0xa26e2b){if('imageTextAlternative'==_0xa26e2b['commandName']){const _0x582f66=_0xa26e2b['commandParams'][0x0]['newValue'];return _0x582f66?{'type':'format','content':o(_0x94d382,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x582f66+'\x22')}:{'type':'format','content':o(_0x94d382,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0xa26e2b['commandName']){const _0xe88a38=_0xa26e2b['commandParams'][0x0]['width'];return _0xe88a38?{'type':'format','content':o(_0x94d382,'*Set\x20image\x20width:*\x20%0',_0xe88a38)}:{'type':'format','content':o(_0x94d382,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x440856{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2fa4a9=this['editor']['locale'],_0x4cc6a5=this['editor']['plugins']['get']('TrackChangesEditing');_0x4cc6a5['enableDefaultAttributesIntegration']('replaceImageSource'),_0x4cc6a5['registerBlockAttribute']('src'),_0x4cc6a5['descriptionFactory']['registerDescriptionCallback'](_0x2e5841=>{if('attribute'!=_0x2e5841['type'])return;const {data:_0x2a3e24}=_0x2e5841;return _0x2a3e24&&'src'==_0x2a3e24['key']?_0x2a3e24['newValue']&&_0x2a3e24['oldValue']?{'type':'format','content':o(_0x2fa4a9,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x45d543=this['editor']['plugins']['get']('TrackChangesEditing');_0x45d543['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x45d543['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x45d543['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x45d543['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4cbeb9=this['editor'],_0x5b5960=_0x4cbeb9['locale'];_0x4cbeb9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x452fe7=>{if('formatBlock'!=_0x452fe7['type']&&'formatInline'!=_0x452fe7['type'])return;const {data:_0x136747}=_0x452fe7;if(!_0x136747||'replaceImageSource'!=_0x136747['commandName'])return;return{'type':'format','content':o(_0x5b5960,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x440856{['afterInit'](){const _0x275aeb=this['editor'];if(!_0x275aeb['plugins']['has']('ImageStyleEditing'))return;const _0x4e4372=_0x275aeb['plugins']['get']('TrackChangesEditing'),_0x24ff9e=_0x275aeb['plugins']['get']('ImageUtils'),_0x56cf6a={};_0x4e4372['enableCommand']('imageStyle',(_0x116d35,_0x35e2a7)=>{const _0x1c3f8f=_0x275aeb['plugins']['get']('Users')['me'],_0x2225b8=_0x275aeb['commands']['get']('imageStyle');let _0x1f24a4=_0x24ff9e['getClosestSelectedImageElement'](_0x275aeb['model']['document']['selection']),_0x325f79=_0x275aeb['model']['createRangeOn'](_0x1f24a4),_0x4f4ccd=_0x2225b8['value'];if(_0x4f4ccd==_0x35e2a7['value'])return;const _0x28d2e8={'commandName':'imageStyle','commandParams':[_0x35e2a7],'formatGroupId':_0x3415dc()};_0x275aeb['model']['change'](()=>{if(_0x4e4372['getSuggestions']()['filter'](_0x29a6ff=>_0x29a6ff['isInContent']&&_0x1c3f8f==_0x29a6ff['author']&&('formatBlock'==_0x29a6ff['type']||'formatInline'==_0x29a6ff['type'])&&('imageStylePreApply'==_0x29a6ff['subType']||'imageStylePostApply'==_0x29a6ff['subType'])&&_0x29a6ff['getFirstRange']()['isEqual'](_0x325f79))['forEach'](_0x3c73d8=>_0x4e4372['discardSuggestion'](_0x3c73d8['head'])),_0x1f24a4=_0x24ff9e['getClosestSelectedImageElement'](_0x275aeb['model']['document']['selection']),_0x325f79=_0x275aeb['model']['createRangeOn'](_0x1f24a4),_0x2225b8['refresh'](),_0x275aeb['commands']['get']('imageTypeInline')['refresh'](),_0x275aeb['commands']['get']('imageTypeBlock')['refresh'](),_0x4f4ccd=_0x2225b8['value'],_0x4f4ccd!=_0x35e2a7['value'])return _0x24ff9e['isInlineImage'](_0x1f24a4)&&_0x2225b8['shouldConvertImageType'](_0x35e2a7['value'],_0x1f24a4)?(_0x116d35({..._0x35e2a7,'setImageSizes':!0x1}),_0x1f24a4=_0x24ff9e['getClosestSelectedImageElement'](_0x275aeb['model']['document']['selection']),void _0x4e4372['markBlockFormat'](_0x1f24a4,{..._0x28d2e8,'commandReversedParams':[{'value':_0x4f4ccd||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x24ff9e['isBlockImage'](_0x1f24a4)?_0x4e4372['markBlockFormat'](_0x1f24a4,_0x28d2e8,[],'imageStylePostApply'):_0x4e4372['markInlineFormat'](_0x325f79,_0x28d2e8,'imageStylePostApply'));});});for(const _0xc5df27 of _0x275aeb['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x56cf6a[_0xc5df27['name']]=_0xc5df27['title']['toLowerCase']();_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x53d9c6])=>{_0x24ff9e['setImageNaturalSizeAttributes'](_0x53d9c6['getContainedElement']());}),_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4258eb,_0x474dcb)=>{_0x4e4372['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4258eb,{'commandName':_0x474dcb['commandName'],'commandParams':_0x474dcb['commandReversedParams']});}),_0x4e4372['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x259012,_0x390172){if(_0x37a9f8(_0x259012,_0x390172))return[_0x259012,_0x390172];if(_0x37a9f8(_0x390172,_0x259012))return[_0x390172,_0x259012];return null;});const _0x2b7119=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x37a9f8(_0x562886,_0x36c78f){const _0x18db77=_0x2b7119['findIndex'](({type:_0x322f49,subType:_0x46a2d8})=>_0x562886['type']==_0x322f49&&_0x562886['subType']==_0x46a2d8),_0x2cd465=_0x2b7119['findIndex'](({type:_0xfa99f5,subType:_0xd1b0c1})=>_0x36c78f['type']==_0xfa99f5&&_0x36c78f['subType']==_0xd1b0c1);if(_0x18db77<0x0||_0x2cd465<0x0)return!0x1;const _0x291d63=_0x562886['getFirstRange'](),_0x35414b=_0x36c78f['getFirstRange']();if((0x0==_0x18db77||0x1==_0x18db77)&&0x2==_0x2cd465&&_0x291d63['isIntersecting'](_0x35414b))return!0x0;if(0x2==_0x18db77&&0x3==_0x2cd465){const _0x35bb3b=_0x4e4372['_findSuggestions'](_0x291d63,'insertion')['filter'](({suggestion:_0x3dc611,meta:_0x757407})=>_0x757407['isOwn']&&'convertInlineImageToBlock'==_0x3dc611['subType']);if(_0x35bb3b['length']>0x1&&_0x35414b['end']['isEqual'](_0x291d63['start']))return!0x0;if(0x1==_0x35bb3b['length']&&(_0x291d63['start']['isEqual'](_0x35414b['end'])||_0x291d63['end']['isEqual'](_0x35414b['start'])))return!0x0;}if(0x3==_0x18db77&&0x3==_0x2cd465&&_0x291d63['start']['isBefore'](_0x35414b['start'])){const _0x1c6278=_0x291d63['end']['nodeAfter'],_0x27b4e1=_0x35414b['start']['nodeBefore'];return _0x24ff9e['isBlockImage'](_0x1c6278)&&_0x1c6278===_0x27b4e1;}return!0x1;}_0x275aeb['model']['document']['registerPostFixer'](()=>{let _0x228751=!0x1;const _0x5eb633=Array['from'](_0x275aeb['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5bae5c,data:_0x520ff3}of _0x5eb633){const {group:_0x22db9c,type:_0x1feb00,subType:_0x168461,id:_0x47d84e}=_0x4e4372['_splitMarkerName'](_0x5bae5c);if('suggestion'==_0x22db9c&&_0x4e4372['hasSuggestion'](_0x47d84e)){if('formatBlock'==_0x1feb00&&('imageStylePreApply'==_0x168461||'imageStylePostApply'==_0x168461)){const _0x34533b=_0x4e4372['getSuggestion'](_0x47d84e);if(_0x520ff3['newRange']){const _0x1b1206=_0x34533b['getFirstRange']()['getContainedElement']();if(_0x24ff9e['isBlockImage'](_0x1b1206))continue;_0x4e4372['discardSuggestion'](_0x34533b),_0x228751=!0x0;}}if('insertion'==_0x1feb00&&'imageCaption'==_0x168461&&!_0x520ff3['newRange']){const _0x56bec9=_0x4e4372['getSuggestion'](_0x47d84e);_0x56bec9['next']&&_0x56bec9['next']['isInContent']&&(_0x4e4372['discardSuggestion'](_0x56bec9['next']),_0x228751=!0x0);}}}return _0x228751;}),this['_registerLegacyDescription'](_0x56cf6a);}['_registerLegacyDescription'](_0x212766){const _0x530abe=this['editor'],_0x5d3441=_0x530abe['locale'];_0x530abe['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf694c3=>{if('formatBlock'!=_0xf694c3['type']&&'formatInline'!=_0xf694c3['type'])return;const {data:_0x2262ab}=_0xf694c3;if(!_0x2262ab||'imageStyle'!=_0x2262ab['commandName'])return;const _0x31eb01=_0x2262ab['commandParams'][0x0]['value'];return _0x5911db('side'===_0x31eb01?o(_0x5d3441,'FORMAT_SIDE_IMAGE'):_0x212766[_0x31eb01]||_0x31eb01);function _0x5911db(_0x30488e){return{'type':'format','content':o(_0x5d3441,'*Format:*\x20%0',_0x30488e)};}});}}class at extends _0x440856{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x80ca5f){super(_0x80ca5f),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3e6a61=this['editor'],_0x1ca5a6=_0x3e6a61['commands']['get']('importWord'),_0x52bbee=_0x3e6a61['commands']['get']('trackChanges');_0x1ca5a6&&(_0x1ca5a6['on']('execute',(_0x1c92ea,[,_0x367fda])=>{this['_trackChangesValueDuringImport']=_0x52bbee['value'],_0x367fda['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1ca5a6,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1ca5a6,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x52bbee['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3e6a61['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x2f81b5,_0x4b1a1f){const {suggestions:_0x1d03f5}=_0x4b1a1f,_0x198ec9=this['editor']['commands']['get']('trackChanges'),_0x4ec27d=_0x198ec9['value'];this['_trackChangesValueDuringImport']!==_0x4ec27d&&(_0x198ec9['execute'](),this['_trackChangesExecuted']=!0x0),_0x1d03f5&&_0x1d03f5['forEach'](({id:_0x21cbf4,type:_0x43eaa8,author:_0xd746ed,created_at:_0xc7e702})=>{const _0x199a48={'id':_0x21cbf4,'type':_0x43eaa8,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0xd746ed,'createdAt':_0xc7e702?new Date(_0xc7e702):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x199a48);});}}class ct extends _0x440856{['afterInit'](){const _0x4a71ed=this['editor'],_0x36792b=_0x4a71ed['plugins']['get']('TrackChangesEditing');if(_0x4a71ed['plugins']['has']('IndentEditing')&&(_0x36792b['enableCommand']('indent'),_0x36792b['enableCommand']('outdent')),_0x4a71ed['plugins']['has']('IndentBlock')){for(const _0x19e9e9 of['indentBlock','outdentBlock'])_0x36792b['enableDefaultAttributesIntegration'](_0x19e9e9);}const _0x39d568=_0x4a71ed['locale'];_0x36792b['registerBlockAttribute']('blockIndent'),_0x36792b['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x39d568,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e0b4c=this['editor'],_0x3a1e7f=_0x4e0b4c['locale'],_0x5a74f1=_0x4e0b4c['plugins']['get']('TrackChangesEditing');_0x5a74f1['descriptionFactory']['registerDescriptionCallback'](_0x261411=>{if('formatBlock'!=_0x261411['type'])return;const {data:_0x3c324d}=_0x261411;if(!_0x3c324d)return;if('indentBlock'!=_0x3c324d['commandName']&&'outdentBlock'!=_0x3c324d['commandName'])return;const _0x3f6336=_0x261411['getItems']()[0x0],_0x52471b=_0x5a74f1['descriptionFactory']['getItemLabel'](_0x3f6336);return'indentBlock'==_0x3c324d['commandName']?{'type':'format','content':o(_0x3a1e7f,'*Indent:*\x20%0',_0x52471b)}:'outdentBlock'==_0x3c324d['commandName']?{'type':'format','content':o(_0x3a1e7f,'*Outdent:*\x20%0',_0x52471b)}:void 0x0;});}}class ut extends _0x440856{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x440856{['afterInit'](){const _0x48730f=this['editor'];if(!_0x48730f['plugins']['has']('LinkEditing'))return;const _0x7cec04=_0x48730f['plugins']['get']('TrackChangesEditing'),_0xd25689=_0x48730f['commands']['get']('link');_0x7cec04['enableDefaultAttributesIntegration']('link'),_0x7cec04['enableDefaultAttributesIntegration']('unlink'),_0x7cec04['registerInlineAttribute']('linkHref');for(const _0x30f8eb of _0xd25689['manualDecorators'])_0x7cec04['registerInlineAttribute'](_0x30f8eb['id']),_0x7cec04['descriptionFactory']['registerAttributeLabel'](_0x30f8eb['id'],'link\x20('+_0x30f8eb['label']['toLowerCase']()+')');_0x7cec04['descriptionFactory']['registerDescriptionCallback'](_0x14a31a=>{if('attribute'!=_0x14a31a['type'])return;const {data:_0x3aa438}=_0x14a31a;if(!_0x3aa438||'linkHref'!=_0x3aa438['key'])return;const _0x286786=_0x3aa438['newValue'],_0x117d9e=_0x48730f['locale'];return{'type':'format','content':null==_0x286786?o(_0x117d9e,'*Remove\x20link*'):o(_0x117d9e,'*Set\x20link:*\x20%0','\x22'+_0x286786+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xc2cf1a=this['editor'],_0x3803c4=_0xc2cf1a['locale'];_0xc2cf1a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x33bb68=>{if('formatInline'!=_0x33bb68['type'])return;const {data:_0x567abe}=_0x33bb68;if(_0x567abe){if('link'==_0x567abe['commandName']){const _0x4ae1c9=_0x567abe['commandParams'][0x0];return{'type':'format','content':o(_0x3803c4,'*Set\x20link:*\x20%0','\x22'+_0x4ae1c9+'\x22')};}return'unlink'==_0x567abe['commandName']?{'type':'format','content':o(_0x3803c4,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x440856{['afterInit'](){const _0xbdf115=this['editor'],_0x13996c=_0xbdf115['locale'];if(!_0xbdf115['plugins']['has']('LegacyListEditing'))return;const _0xe56a87=_0xbdf115['plugins']['get']('TrackChangesEditing'),_0x19db19=_0xbdf115['plugins']['has']('LegacyTodoListEditing');function _0x47581f(_0x35efe2){return()=>{const _0x4e908b=_0xbdf115['model']['document']['selection'],_0x367a55=_0xbdf115['commands']['get'](_0x35efe2);if(_0x367a55['value'])return void _0xbdf115['execute']('paragraph',{});const _0x535acc=_0x35efe2['slice'](0x0,-0x4),_0x3a4019=function(_0x199e04,_0x3cbe34,_0x288cf1){let _0x1c0713=Array['from'](_0x199e04)['filter'](_0x54ae58=>function(_0x2ecdc9,_0x41ef1d){return _0x41ef1d['checkChild'](_0x2ecdc9['parent'],'listItem')&&!_0x41ef1d['isObject'](_0x2ecdc9);}(_0x54ae58,_0x288cf1));_0x1c0713=_0x1c0713['filter'](_0x2429cb=>!_0x2429cb['is']('element','listItem')||_0x2429cb['getAttribute']('listType')!=_0x3cbe34);const _0x435f7b=new Set();for(const _0x32ade4 of _0x1c0713)_0x32ade4['is']('element','listItem')?_0x435f7b['add'](fe(_0x32ade4)):_0x435f7b['add'](_0x32ade4);return Array['from'](_0x435f7b);}(_0x4e908b['getSelectedBlocks'](),_0x535acc,_0xbdf115['model']['schema']);_0xbdf115['model']['change'](()=>{for(const _0x422ac of _0x3a4019)_0xe56a87['markBlockFormat'](_0x422ac,{'commandName':_0x35efe2,'commandParams':[{'forceValue':!_0x367a55['value']}],'formatGroupId':'blockName'},ue(_0x422ac));});};}function _0x520049(_0x105f0b){return()=>{const _0x5e15da=function(_0x1d0d30){let _0x481b76=Array['from'](_0x1d0d30);const _0x4ff5be=_0x481b76['findIndex'](_0x419d61=>'listItem'!=_0x419d61['name']);return _0x4ff5be>-0x1&&(_0x481b76=_0x481b76['slice'](0x0,_0x4ff5be)),_0x481b76;}(_0xbdf115['model']['document']['selection']['getSelectedBlocks']()),_0x3e0aba=_0xbdf115['model']['createRange'](_0xbdf115['model']['createPositionAt'](_0x5e15da[0x0],'before'),_0xbdf115['model']['createPositionAt'](_0x5e15da[_0x5e15da['length']-0x1],'end'));_0xbdf115['model']['change'](()=>{_0xe56a87['markBlockFormat'](_0x3e0aba,{'commandName':_0x105f0b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x1d57ce){const _0x2ce46d=new Set();for(const _0x541806 of _0x1d57ce){let _0x2394ac=_0x541806['nextSibling'];for(;_0x2394ac&&_0x2394ac['getAttribute']('listIndent')>_0x541806['getAttribute']('listIndent');)_0x2ce46d['add'](_0x2394ac),_0x2394ac=_0x2394ac['nextSibling'];}return Array['from'](_0x2ce46d);}(_0x5e15da));});};}_0xe56a87['enableCommand']('numberedList',_0x47581f('numberedList')),_0xe56a87['enableCommand']('bulletedList',_0x47581f('bulletedList')),_0x19db19&&_0xe56a87['enableCommand']('todoList',_0x47581f('todoList')),_0xe56a87['enableCommand']('indentList',_0x520049('indentList')),_0xe56a87['enableCommand']('outdentList',_0x520049('outdentList')),_0x19db19&&_0xe56a87['enableCommand']('checkTodoList',()=>{const _0x136973=_0xbdf115['commands']['get']('checkTodoList'),_0x13aa55=Array['from'](_0x136973['_selectedElements']);_0x13aa55['filter'](_0xeec4cd=>_0xeec4cd['getAttribute']('todoListChecked')!=_0x136973['value']),_0xbdf115['model']['change'](()=>{for(const _0x1f35ef of _0x13aa55)_0xe56a87['markBlockFormat'](_0x1f35ef,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x136973['value']}]});});}),_0xe56a87['descriptionFactory']['registerElementLabel']('listItem',_0x472085=>o(_0x13996c,'ELEMENT_LIST_ITEM',_0x472085)),_0xe56a87['descriptionFactory']['registerDescriptionCallback'](_0x2eee06=>{if('formatBlock'!=_0x2eee06['type']&&'formatInline'!=_0x2eee06['type'])return;const {data:_0x163b57}=_0x2eee06;if(_0x163b57){if('numberedList'==_0x163b57['commandName']||'bulletedList'==_0x163b57['commandName']||'todoList'==_0x163b57['commandName'])switch(_0x163b57['commandName']['replace']('List','')){case'bulleted':return _0x26055b(o(_0x13996c,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x26055b(o(_0x13996c,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x26055b(o(_0x13996c,'ELEMENT_TODO_LIST'));}if('indentList'==_0x163b57['commandName'])return{'type':'format','content':o(_0x13996c,'*Indent:*\x20%0',o(_0x13996c,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x163b57['commandName'])return{'type':'format','content':o(_0x13996c,'*Outdent:*\x20%0',o(_0x13996c,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x163b57['commandName'])return _0x163b57['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x13996c,'*Check\x20item*')}:{'type':'format','content':o(_0x13996c,'*Uncheck\x20item*')};}function _0x26055b(_0x247d47){return{'type':'format','content':o(_0x13996c,'*Change\x20to:*\x20%0',_0x247d47)};}});}}function fe(_0x2b2f7){const _0x3c22c4=_0x2b2f7['getAttribute']('listIndent');if(0x0==_0x3c22c4)return _0x2b2f7;let _0x429209=_0x2b2f7;for(;_0x2b2f7['previousSibling']&&_0x2b2f7['previousSibling']['is']('element','listItem');){const _0x398a42=_0x2b2f7['previousSibling']['getAttribute']('listIndent');if(_0x398a42==_0x3c22c4)_0x429209=_0x2b2f7['previousSibling'];else{if(_0x398a42<_0x3c22c4)break;}_0x2b2f7=_0x2b2f7['previousSibling'];}return _0x429209;}function ue(_0x40cce4){const _0x1cb31b=[];if(_0x40cce4['is']('element','listItem')&&_0x40cce4['getAttribute']('listIndent')>0x0){let _0x25cd19=_0x40cce4['nextSibling'];for(;_0x25cd19&&'listItem'==_0x25cd19['name']&&_0x25cd19['getAttribute']('listIndent')==_0x40cce4['getAttribute']('listIndent');)_0x1cb31b['push'](_0x25cd19),_0x25cd19=_0x25cd19['nextSibling'];}return _0x1cb31b;}class W extends _0x440856{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x68e953=this['editor']['config']['get']('list.properties'),_0x4e73e6=this['editor']['plugins']['get']('TrackChangesEditing');_0x68e953['styles']&&_0x4e73e6['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x68e953['reversed']&&_0x4e73e6['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x68e953['startIndex']&&_0x4e73e6['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x4e73e6['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x918d0a,_0x2e9d82={}){const _0xfb0293=this['editor']['plugins']['get']('TrackChangesEditing'),_0x25d2d1=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0xfb0293['markMultiRangeBlockFormat'](_0x25d2d1,{'commandName':'listStyle','commandParams':[{'type':_0x2e9d82['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4acc6a,_0x5e53fc={}){const _0x3a4ff1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x14b25b=this['_getSuggestionBlocks'](_0x1dd580=>_0x1dd580['is']('element','listItem')&&'numbered'===_0x1dd580['getAttribute']('listType'));if(_0x14b25b['length']<0x1)return;const _0x33df8c=_0x14b25b['map'](_0x4fcac9=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4fcac9,'before'),this['editor']['model']['createPositionAt'](_0x4fcac9,0x0)));this['editor']['model']['change'](()=>{_0x3a4ff1['markMultiRangeBlockFormat'](_0x33df8c,{'commandName':'listReversed','commandParams':[{'reversed':_0x5e53fc['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0xd4bf97,_0x101a97={}){const _0x8f723b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4b6891=this['_getSuggestionBlocks'](_0x3bd9b3=>_0x3bd9b3['is']('element','listItem')&&'numbered'===_0x3bd9b3['getAttribute']('listType'));if(_0x4b6891['length']<0x1)return;const _0x5c0ec9=_0x4b6891['map'](_0x32a4f3=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x32a4f3,'before'),this['editor']['model']['createPositionAt'](_0x32a4f3,0x0)));this['editor']['model']['change'](()=>{_0x8f723b['markMultiRangeBlockFormat'](_0x5c0ec9,{'commandName':'listStart','commandParams':[{'startIndex':_0x101a97['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x543254){if('formatBlock'!=_0x543254['type']&&'formatInline'!=_0x543254['type'])return;const _0x5326a5=this['editor']['locale'],{data:_0x58d62e}=_0x543254;if(!_0x58d62e)return;let _0x328ff2,_0x2fab4f;switch(_0x58d62e['commandName']){case'listStyle':_0x328ff2='*Change\x20to:*\x20%0',_0x2fab4f={'type':'format','content':o(_0x5326a5,_0x328ff2,o(_0x5326a5,this['_getTranslationKeyForListStyle'](_0x58d62e['commandParams'][0x0]['type'])))};break;case'listReversed':_0x328ff2=_0x58d62e['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2fab4f={'type':'format','content':o(_0x5326a5,_0x328ff2)};break;case'listStart':_0x328ff2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2fab4f={'type':'format','content':o(_0x5326a5,_0x328ff2,_0x58d62e['commandParams'][0x0]['startIndex'])};}return _0x2fab4f;}['_getSuggestionBlocksForListStyle'](){const _0x458001=this['editor']['plugins']['get']('LegacyListUtils');let _0x53fa04=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x53fa04[0x0]?.['is']('element','listItem')&&_0x53fa04['unshift'](..._0x458001['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x53fa04[_0x53fa04['length']-0x1]?.['is']('element','listItem')&&_0x53fa04['push'](..._0x458001['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x53fa04=[...new Set(_0x53fa04)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x53fa04=_0x53fa04['filter'](_0x1288ed=>_0x1288ed['is']('element','listItem'))),_0x53fa04;}['_getSuggestionBlocks'](_0x2efc78){const _0x10e33c=this['editor']['plugins']['get']('LegacyListUtils');let _0x27d7b6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x2efc78)['map'](_0x394445=>{const _0x530f12=this['editor']['model']['createPositionAt'](_0x394445,0x0);return[..._0x10e33c['getSiblingNodes'](_0x530f12,'backward'),..._0x10e33c['getSiblingNodes'](_0x530f12,'forward')];})['flat']();return _0x27d7b6=[...new Set(_0x27d7b6)],_0x27d7b6;}['_getTranslationKeyForListStyle'](_0xd8492a){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xd8492a)||'default')['toUpperCase']()+'_LIST_'+_0xd8492a['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x440856{['afterInit'](){const _0x58d9f3=this['editor'];if(!_0x58d9f3['plugins']['has']('MediaEmbedEditing'))return;const _0x19a7f1=_0x58d9f3['plugins']['get']('TrackChangesEditing'),_0x3156e3=_0x58d9f3['locale'];_0x19a7f1['enableCommand']('mediaEmbed'),_0x19a7f1['descriptionFactory']['registerElementLabel']('media',_0x20306c=>o(_0x3156e3,'ELEMENT_MEDIA',_0x20306c)),_0x58d9f3['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x5809eb,{writer:_0x52ee35,options:_0x59df84})=>{if(_0x59df84['showSuggestionHighlights'])return _0x52ee35['createEmptyElement']('div');},'converterPriority':'high'}),_0x58d9f3['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3ef72c,_0x35d528,_0x5ed12f)=>{_0x5ed12f['options']['showSuggestionHighlights']&&_0x3ef72c['stop']();},{'priority':'high'});}}class mt extends _0x440856{['afterInit'](){const _0x5c3914=this['editor'];_0x5c3914['plugins']['has']('MentionEditing')&&_0x5c3914['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x440856{['afterInit'](){const _0x4a11d2=this['editor'];if(!_0x4a11d2['commands']['get']('insertMergeField'))return;_0x4a11d2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0x220343=_0x4a11d2['plugins']['get']('TrackChangesEditing'),_0x5b0f5e=_0x4a11d2['locale'];_0x220343['descriptionFactory']['registerElementLabel']('mergeField',_0x5bd9c6=>o(_0x5b0f5e,'ELEMENT_MERGE_FIELD',_0x5bd9c6)),_0x220343['descriptionFactory']['registerDescriptionCallback'](_0x32f09f=>{if('insertion'!=_0x32f09f['type']&&'deletion'!=_0x32f09f['type'])return;const _0x4eb543=_0x32f09f['getContainedElement']();if(null==_0x4eb543)return;if(!_0x4eb543['is']('element','mergeField'))return;const _0x3119a7=_0x4a11d2['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x4eb543['getAttribute']('id'));return'insertion'==_0x32f09f['type']?{'type':'insertion','content':o(_0x5b0f5e,'*Insert:*\x20%0','\x22'+_0x3119a7+'\x22\x20'+o(_0x5b0f5e,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x5b0f5e,'*Remove:*\x20%0','\x22'+_0x3119a7+'\x22\x20'+o(_0x5b0f5e,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x440856{['afterInit'](){const _0x34a878=this['editor'],_0x848f4=_0x34a878['plugins']['get']('TrackChangesEditing');_0x34a878['plugins']['has']('MultiLevelList')&&(_0x848f4['enableDefaultAttributesIntegration']('multiLevelList'),_0x848f4['registerBlockAttribute']('listMarkerStyle'),_0x848f4['descriptionFactory']['registerDescriptionCallback'](_0x24a039=>this['handleDescriptions'](_0x24a039)));}['handleDescriptions'](_0x48c2d7){const _0x166b77=this['editor']['locale'],{data:_0x370746}=_0x48c2d7,_0x41adac={'type':'format','content':''};if(_0x370746&&'listMarkerStyle'==_0x370746['key']){if(!_0x370746['oldValue'])return{'type':'format','content':o(_0x166b77,'*Set\x20format:*\x20%0',o(_0x166b77,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x370746['newValue']+')'};if(!_0x370746['newValue']){let _0x359a13=_0x48c2d7['head'];for(;_0x359a13;){if(_0x359a13['data']&&'listType'==_0x359a13['data']['key']&&_0x359a13['data']['newValue'])return _0x41adac;_0x359a13=_0x359a13['next'];}return{'type':'format','content':o(_0x166b77,'*Remove\x20format:*\x20%0',o(_0x166b77,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x370746['oldValue']+')'};}}}}class kt extends _0x440856{['afterInit'](){const _0x431fc4=this['editor'];if(!_0x431fc4['plugins']['has']('PageBreakEditing'))return;_0x431fc4['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4ce14b=_0x431fc4['plugins']['get']('TrackChangesEditing'),_0x2073cb=_0x431fc4['locale'];_0x4ce14b['descriptionFactory']['registerElementLabel']('pageBreak',_0xecb162=>o(_0x2073cb,'ELEMENT_PAGE_BREAK',_0xecb162));}}class bt extends _0x440856{['afterInit'](){const _0x1882c7=this['editor'];if(!_0x1882c7['plugins']['has']('Paragraph'))return;const _0x4ea60d=_0x1882c7['locale'],_0xa51f24=_0x1882c7['plugins']['get']('TrackChangesEditing');_0xa51f24['descriptionFactory']['registerElementLabel']('paragraph',_0x5c7a3c=>o(_0x4ea60d,'ELEMENT_PARAGRAPH',_0x5c7a3c)),_0xa51f24['enableDefaultAttributesIntegration']('paragraph'),_0xa51f24['enableCommand']('insertParagraph'),_0x1882c7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x1882c7),{'priority':'highest'}),_0x1882c7['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2e3499,_0x29a8b6,_0x534a65)=>{_0x534a65['options']['showSuggestionHighlights']&&nr(_0x1882c7,{'showActiveMarker':!0x1})(_0x2e3499,_0x29a8b6,_0x534a65);},{'priority':'highest'});const _0x2c1b65=_0xa51f24['descriptionFactory'];_0x2c1b65['registerDescriptionCallback'](_0x190657=>{if('insertion'!==_0x190657['type'])return;const {start:_0x50ca52,end:_0x1cbbe2}=_0x190657['getFirstRange']();if(!_0x50ca52['isTouching'](_0x1cbbe2)||!_0x50ca52['nodeAfter'])return;const _0x58ee30=_0x1882c7['model']['schema'],_0x4a3af0=_0x50ca52['nodeAfter'];return _0x58ee30['isBlock'](_0x4a3af0)&&!_0x58ee30['isLimit'](_0x4a3af0)&&_0x58ee30['checkChild'](_0x4a3af0,'$text')?{'type':'insertion','content':o(_0x4ea60d,'*Insert:*\x20%0',_0x2c1b65['getItemLabel'](_0x4a3af0,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x157f6e=this['editor'],_0x479ece=_0x157f6e['locale'];_0x157f6e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28df70=>{if('formatBlock'!=_0x28df70['type'])return;const {data:_0x5e4fd3}=_0x28df70;return _0x5e4fd3&&'paragraph'==_0x5e4fd3['commandName']?{'type':'format','content':o(_0x479ece,'*Change\x20to:*\x20%0',o(_0x479ece,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4e7540,{showActiveMarker:_0x22cc21=!0x0}={}){return(_0x480d2c,_0x1e47f6,_0xc86c21)=>{const _0x3360d0=_0x4e7540['plugins']['get']('TrackChangesEditing'),_0x5f3a97=_0x1e47f6['markerRange']['start'],_0x2509a6=_0x1e47f6['markerRange']['end'],_0x39d5d2=_0x4e7540['model']['schema'];if(!_0x5f3a97['isTouching'](_0x2509a6)||!_0x5f3a97['nodeAfter'])return;const _0x203ca6=_0x5f3a97['nodeAfter'];if(_0x39d5d2['isBlock'](_0x203ca6)&&!_0x39d5d2['isLimit'](_0x203ca6)&&_0x39d5d2['checkChild'](_0x203ca6,'$text')){if(!_0xc86c21['consumable']['consume'](_0x1e47f6['markerRange'],_0x480d2c['name']))return;const _0x272f82=_0xc86c21['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x5ee3a8=_0xc86c21['mapper']['toViewPosition'](_0x2509a6);_0x22cc21&&_0x3360d0['activeMarkers']['includes'](_0x1e47f6['markerName'])&&_0xc86c21['writer']['addClass']('ck-suggestion-marker--active',_0x272f82),_0xc86c21['writer']['insert'](_0x5ee3a8,_0x272f82),_0xc86c21['mapper']['bindElementToMarker'](_0x272f82,_0x1e47f6['markerName']);}};}class wt extends _0x440856{['afterInit'](){const _0x463b0c=this['editor'];if(!_0x463b0c['plugins']['has']('RemoveFormatEditing'))return;_0x463b0c['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x12bc84=this['editor'];_0x12bc84['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe616a4=>{if('formatBlock'!=_0xe616a4['type']&&'formatInline'!=_0xe616a4['type'])return;const {data:_0x23203a}=_0xe616a4;return _0x23203a&&'removeFormat'==_0x23203a['commandName']?{'type':'format','content':o(_0x12bc84['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x440856{['afterInit'](){const _0x39c787=this['editor'];if(!_0x39c787['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5bdfa9=_0x39c787['plugins']['get']('TrackChangesEditing');_0x5bdfa9['enableCommand']('goToPreviousRestrictedEditingException'),_0x5bdfa9['enableCommand']('goToNextRestrictedEditingException');const _0x377037=_0x39c787['plugins']['get']('RestrictedEditingModeEditing');_0x377037['enableCommand']('trackChanges'),_0x377037['enableCommand']('acceptSuggestion'),_0x377037['enableCommand']('discardSuggestion'),_0x377037['enableCommand']('acceptAllSuggestions'),_0x377037['enableCommand']('discardAllSuggestions'),_0x377037['enableCommand']('acceptSelectedSuggestions'),_0x377037['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x440856{static get['requires'](){return[_0x4bd531];}['init'](){const _0x2275ac=this['editor'],_0xc56a69=_0x2275ac['plugins']['get']('TrackChangesEditing');_0xc56a69['enableCommand']('shiftEnter'),_0x2275ac['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x2275ac),{'priority':'high'}),_0x2275ac['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x2275ac),{'priority':'high'}),_0x2275ac['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x47a445,_0x2fb7e2,_0x4fca74)=>{_0x4fca74['options']['showSuggestionHighlights']&&ge(_0x2275ac,{'showActiveMarker':!0x1})(_0x47a445,_0x2fb7e2,_0x4fca74);}),_0xc56a69['descriptionFactory']['registerElementLabel']('softBreak',_0x1db053=>o(_0x2275ac['locale'],'ELEMENT_LINE_BREAK',_0x1db053));}}function ge(_0x43ede7,{showActiveMarker:_0x615e11=!0x0}={}){return(_0x2b7190,_0x489027,_0x36eee6)=>{const _0x9dd32e=_0x43ede7['plugins']['get']('TrackChangesEditing');if(!_0x36eee6['consumable']['test'](_0x489027['markerRange'],_0x2b7190['name']))return;const _0x3e9654=_0x43ede7['model'];for(const _0x355de1 of _0x489027['markerRange']['getItems']()){if(!_0x355de1['is']('element','softBreak'))continue;const _0x14754f='deletion'==_0x489027['markerName']['split'](':')[0x1]?'merge':'split',_0x4801bc=_0x36eee6['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x14754f}),_0x4dd042=_0x36eee6['mapper']['toViewPosition'](_0x3e9654['createPositionBefore'](_0x355de1));_0x615e11&&_0x9dd32e['activeMarkers']['includes'](_0x489027['markerName'])&&_0x36eee6['writer']['addClass']('ck-suggestion-marker--active',_0x4801bc),_0x36eee6['writer']['insert'](_0x4dd042,_0x4801bc),_0x36eee6['mapper']['bindElementToMarker'](_0x4801bc,_0x489027['markerName']);}};}class St extends _0x440856{['afterInit'](){const _0xbdf0d0=this['editor'],_0x53e84a=_0xbdf0d0['model'],_0x286d47=_0xbdf0d0['locale'];if(!_0xbdf0d0['plugins']['has']('StandardEditingModeEditing'))return;const _0x3a3e89=_0xbdf0d0['plugins']['get']('TrackChangesEditing'),_0x1e6f70='restrictedEditingException',_0x368f13=_0xbdf0d0['commands']['get'](_0x1e6f70);_0x3a3e89['enableCommand'](_0x1e6f70,(_0x2698c1,_0x5aac37={})=>{const _0x56b948=_0x53e84a['document']['selection'];if(_0x56b948['isCollapsed'])return void _0x2698c1(_0x5aac37);const _0x511975=void 0x0!==_0x5aac37['forceValue']?_0x5aac37['forceValue']:!_0x368f13['value'];_0x53e84a['change'](()=>{const _0x7497c6=Array['from'](_0x56b948['getRanges']());for(const _0x406e6f of _0x7497c6){const _0x4acd79=_0x511975?[_0x406e6f]:io(_0x1e6f70,_0x406e6f,_0x53e84a);for(const _0x3330bb of _0x4acd79)_0x3a3e89['markInlineFormat'](_0x3330bb,{'commandName':_0x1e6f70,'commandParams':[{'forceValue':_0x511975}]});}});}),_0x3a3e89['descriptionFactory']['registerDescriptionCallback'](_0x37d09d=>{if('formatBlock'!=_0x37d09d['type']&&'formatInline'!=_0x37d09d['type'])return;const {data:_0x332a5b}=_0x37d09d;return _0x332a5b&&_0x332a5b['commandName']==_0x1e6f70?_0x332a5b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x286d47,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x286d47,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x440856{['afterInit'](){const _0x2f52bf=this['editor'];if(!_0x2f52bf['plugins']['has']('Style')||!_0x2f52bf['plugins']['has']('DataSchema'))return;const _0x5a6b67=_0x2f52bf['plugins']['get']('TrackChangesEditing'),_0x44d1d8=_0x2f52bf['locale'],_0x3d53eb=_0x2f52bf['config']['get']('style')||{},_0x3bc5cd=_0x2f52bf['plugins']['get']('GeneralHtmlSupport'),_0x4e0336=_0x2f52bf['plugins']['get']('StyleUtils')['normalizeConfig'](_0x2f52bf['plugins']['get']('DataSchema'),_0x3d53eb['definitions']);_0x5a6b67['enableDefaultAttributesIntegration']('style');const _0x182adb=new Set();for(const _0x28188a of _0x4e0336['block']){const _0x4b99dd=_0x3bc5cd['getGhsAttributeNameForElement'](_0x28188a['element']);_0x182adb['add'](_0x4b99dd);}const _0x36a0eb=new Set();for(const _0x3d7f55 of _0x4e0336['inline']){const _0x65f703=_0x3bc5cd['getGhsAttributeNameForElement'](_0x3d7f55['element']);_0x36a0eb['add'](_0x65f703);for(const _0x11223a of _0x3d7f55['ghsAttributes'])_0x36a0eb['add'](_0x11223a);}for(const _0x50b711 of _0x182adb)_0x5a6b67['registerBlockAttribute'](_0x50b711),_0x5a6b67['descriptionFactory']['registerAttributeLabel'](_0x50b711,o(_0x44d1d8,'FORMAT_STYLE'));for(const _0x22c35d of _0x36a0eb)_0x5a6b67['registerInlineAttribute'](_0x22c35d),_0x5a6b67['descriptionFactory']['registerAttributeLabel'](_0x22c35d,o(_0x44d1d8,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45bff8=this['editor'],_0x4550e8=_0x45bff8['locale'];_0x45bff8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x11ba42=>{if('formatBlock'!=_0x11ba42['type']&&'formatInline'!=_0x11ba42['type'])return;const {data:_0x59b79a}=_0x11ba42;return _0x59b79a&&'style'===_0x59b79a['commandName']?_0x59b79a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4550e8,'*Set\x20format:*\x20%0',_0x59b79a['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4550e8,'*Remove\x20format:*\x20%0',_0x59b79a['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x440856{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3f82a4){super(_0x3f82a4),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x35cb32=this['editor'],_0x448cc3=_0x35cb32['model']['document']['selection'];if(!_0x35cb32['plugins']['has']('TableEditing'))return;const _0x45b625=_0x35cb32['locale'],_0x3741cd=_0x35cb32['plugins']['get']('TrackChangesEditing'),_0x140d1e=_0x35cb32['plugins']['get']('TableUtils');_0x3741cd['descriptionFactory']['registerElementLabel']('table',_0x4bf933=>o(_0x45b625,'ELEMENT_TABLE',_0x4bf933)),this['_setupColumnsRowsFixing'](),_0x3741cd['enableCommand']('insertTable'),_0x3741cd['enableCommand']('selectTableRow'),_0x3741cd['enableCommand']('selectTableColumn');for(const _0x1db907 of['insertTableRowAbove','insertTableRowBelow']){const _0x1fbb1b=_0x35cb32['commands']['get'](_0x1db907);_0x3741cd['enableCommand'](_0x1db907,_0x2d0ed2=>{_0x35cb32['model']['change'](_0x50b71f=>{_0x2d0ed2();const _0x15f62c='above'===_0x1fbb1b['order'],_0x148bd5=_0x140d1e['getSelectionAffectedTableCells'](_0x448cc3),_0x448f06=_0x140d1e['getRowIndexes'](_0x148bd5),_0x314257=_0x15f62c?_0x448f06['first']-0x1:_0x448f06['last']+0x1,_0x4cd30e=_0x148bd5[0x0]['findAncestor']('table'),_0x49a6a6=_0x140d1e['createTableWalker'](_0x4cd30e,{'startRow':_0x314257,'endRow':_0x314257}),_0x468e4a=Array['from'](_0x49a6a6)['map'](_0x2756d2=>_0x50b71f['createRangeOn'](_0x2756d2['cell']));_0x3741cd['markMultiRangeInsertion'](_0x468e4a,'tableRow');});});}for(const _0x432d60 of['insertTableColumnLeft','insertTableColumnRight']){const _0x281931=_0x35cb32['commands']['get'](_0x432d60);_0x3741cd['enableCommand'](_0x432d60,_0x4c9794=>{_0x35cb32['model']['change'](_0x262d21=>{_0x4c9794();const _0x593c61='left'===_0x281931['order'],_0x1b0685=_0x140d1e['getSelectionAffectedTableCells'](_0x448cc3),_0x3f7a0f=_0x140d1e['getColumnIndexes'](_0x1b0685),_0x3833da=_0x593c61?_0x3f7a0f['first']-0x1:_0x3f7a0f['last']+0x1,_0xd2d04c=_0x1b0685[0x0]['findAncestor']('table'),_0xd7d2ea=_0x140d1e['createTableWalker'](_0xd2d04c,{'startRow':0x0,'column':_0x3833da,'includeAllSlots':!0x1}),_0x5c9710=Array['from'](_0xd7d2ea)['map'](_0x4fe2b4=>_0x262d21['createRangeOn'](_0x4fe2b4['cell']));_0x3741cd['markMultiRangeInsertion'](_0x5c9710,'tableColumn');});});}for(const _0x12545c of['removeTableRow','removeTableColumn']){const _0x1b85a3=_0x12545c['substr'](0xb),_0x515fe1=_0x1b85a3['toLowerCase'](),_0x5bdcdc=_0x515fe1['substr'](0x0,0x3)+'span',_0x358899='table'+_0x1b85a3,_0x171a9b='min'+_0x1b85a3,_0x526ace='max'+_0x1b85a3;_0x3741cd['enableCommand'](_0x12545c,()=>{_0x35cb32['model']['change'](_0x59c976=>{const _0x390f95=_0x140d1e['getSelectionAffectedTableCells'](_0x448cc3),_0x41b9ba=_0x390f95[0x0]['findAncestor']('table');let _0x2902c4;if('removeTableRow'==_0x12545c){const _0x36e2e1=_0x140d1e['getRowIndexes'](_0x390f95);_0x2902c4={'startRow':_0x36e2e1['first'],'endRow':_0x36e2e1['last'],'includeAllSlots':!0x0};}else{const _0x5963d0=_0x140d1e['getColumnIndexes'](_0x390f95);_0x2902c4={'startColumn':_0x5963d0['first'],'endColumn':_0x5963d0['last'],'includeAllSlots':!0x0};}const _0x10164a=_0x140d1e['createTableWalker'](_0x41b9ba,_0x2902c4),_0x417375=Array['from'](_0x10164a)['map'](({cell:_0x715d88})=>_0x715d88),_0x11e775=be(_0x417375['filter'](_0x460d70=>_0x460d70['hasAttribute'](_0x5bdcdc))),_0x562775=be(_0x417375['filter'](_0x37243d=>!_0x37243d['hasAttribute'](_0x5bdcdc)))['map'](_0xa97ce5=>_0x59c976['createRangeOn'](_0xa97ce5)),_0x217e0e=_0x3741cd['markMultiRangeDeletion'](_0x562775,_0x358899);if(_0x217e0e&&('tableRow'==_0x217e0e['subType']||'tableColumn'==_0x217e0e['subType'])){const _0x202c12=this['_getSuggestionCoords'](_0x217e0e);for(const _0x5a0792 of _0x11e775){const _0x1f0f52=_0x59c976['createRangeOn'](_0x5a0792),_0x3adf64=_0x140d1e['getCellLocation'](_0x5a0792),_0x1fefc7=_0x5a0792['getAttribute'](_0x5bdcdc)-0x1,_0x336d50=_0x202c12[_0x171a9b],_0x599e08=_0x202c12[_0x526ace];_0x336d50<=_0x3adf64[_0x515fe1]&&_0x3adf64[_0x515fe1]+_0x1fefc7<=_0x599e08&&_0x217e0e['addRange'](_0x1f0f52);}}});});}function _0x1a0456(_0x422d0b){const _0x3e88af=Array['from'](_0x448cc3['getRanges']())['map'](_0x337275=>_0x2fd4c8['fromRange'](_0x337275));_0x35cb32['model']['change'](_0x6c3047=>{const _0x2d884c=_0x6c3047['batch'];_0x422d0b=_0x422d0b['filter'](_0x40c2be=>'$graveyard'!=_0x40c2be['root']['rootName']),_0x6c3047['setSelection'](_0x422d0b),_0x35cb32['commands']['get']('removeTableRow')['refresh'](),_0x35cb32['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x35cb32['model']['enqueueChange'](()=>{_0x35cb32['model']['enqueueChange'](_0x2d884c,_0xb3b646=>{const _0xb5d3ae=_0x3e88af['filter'](_0x1eee75=>'$graveyard'!=_0x1eee75['root']['rootName']);_0xb5d3ae['length']>0x0&&_0xb3b646['setSelection'](_0xb5d3ae);for(const _0x3db280 of _0x3e88af)_0x3db280['detach']();});});});}function _0x2498ef(_0x55b40f){_0x35cb32['model']['change'](_0x2eba60=>{const _0xa41bcb=Array['from'](_0x448cc3['getRanges']())['map'](_0x40e8cf=>_0x2fd4c8['fromRange'](_0x40e8cf)),_0x3265c2=[];for(const _0x593007 of _0x55b40f)for(const _0xc023c7 of _0x593007['getItems']({'shallow':!0x0}))_0x3265c2['push'](_0xc023c7);for(const _0xedaff6 of _0x3265c2)'$graveyard'!=_0xedaff6['root']['rootName']&&(_0x2eba60['setSelection'](_0x2eba60['createPositionAt'](_0xedaff6,0x0)),_0x35cb32['commands']['get']('removeTableColumn')['refresh'](),_0x35cb32['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x46eec8=_0xa41bcb['filter'](_0x1b2e29=>'$graveyard'!=_0x1b2e29['root']['rootName']);_0x46eec8['length']>0x0&&_0x2eba60['setSelection'](_0x46eec8);for(const _0x5ab1d6 of _0xa41bcb)_0x5ab1d6['detach']();});}function _0xca4b7(_0x34f490,_0x5e90c2){return _0x5e90c2['every'](_0x13722b=>_0x34f490['some'](_0x2c8ac9=>_0x2c8ac9['end']['isEqual'](_0x13722b['start'])||_0x13722b['end']['isEqual'](_0x2c8ac9['start'])));}function _0x4abb3f(_0x3bb66a,_0x538487){return!_0x3bb66a['some'](_0x3a31ca=>_0x538487['some'](_0x44363a=>_0x3a31ca['isIntersecting'](_0x44363a)))&&_0x3bb66a['some'](_0x4f5334=>_0x538487['some'](_0xccec66=>_0x4f5334['end']['isTouching'](_0xccec66['start'])));}_0x35cb32['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5a3f8b,_0x15d4a7,_0x4bc85e)=>{if(!_0x4bc85e['options']['showSuggestionHighlights'])return;const _0x524583=_0x15d4a7['item'];if(!_0x524583)return;const _0x55d324=_0x4bc85e['mapper']['toViewElement'](_0x524583);function _0x3498d1(_0x5b81e3){return Array['isArray'](_0x5b81e3)?_0x5b81e3:[_0x5b81e3];}_0x55d324&&'tableCell'===_0x524583['name']&&_0x4b1ae9(_0x55d324,_0x4bc85e['writer'],(_0x55ba66,_0x48f983,_0x3cf54e)=>_0x3cf54e['addClass'](_0x3498d1(_0x48f983['classes']),_0x55ba66),(_0x4da7ef,_0x4b64e3,_0x133877)=>_0x133877['removeClass'](_0x3498d1(_0x4b64e3['classes']),_0x4da7ef));},{'priority':'highest'}),_0x3741cd['descriptionFactory']['registerDescriptionCallback'](_0x39a1eb=>{if('insertion'!=_0x39a1eb['type']&&'deletion'!=_0x39a1eb['type'])return;const _0x263778=_0x39a1eb['getContainedElement']();if(null!=_0x263778&&_0x263778['is']('element','table')){if('insertion'==_0x39a1eb['type']){const _0x51df07=_0x39a1eb['getItems']()['filter'](_0x534306=>_0x534306['is']('$textProxy'))['map'](_0x1e0d63=>_0x1e0d63['data']);if(_0x51df07['length'])return{'type':'insertion','content':o(_0x45b625,'*Insert:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x51df07['join']('\x20')+'\x22'))};}if('deletion'==_0x39a1eb['type']){const _0x39283a=_0x39a1eb['getItems']()['filter'](_0x5e7d4c=>_0x5e7d4c['is']('$textProxy'))['map'](_0x1f7a4e=>_0x1f7a4e['data']);if(_0x39283a['length'])return{'type':'deletion','content':o(_0x45b625,'*Remove:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x39283a['join']('\x20')+'\x22'))};}}}),_0x3741cd['descriptionFactory']['registerDescriptionCallback'](_0x3f1b7b=>{if('tableRow'==_0x3f1b7b['subType']){const _0x421263=_0x3f1b7b['getItems']()['filter'](_0x18e37c=>_0x18e37c['is']('$textProxy'))['map'](_0x8c95f5=>_0x8c95f5['data']),_0x2161ec=this['_getSuggestionCoords'](_0x3f1b7b),_0x1d945b=_0x2161ec['maxRow']-_0x2161ec['minRow']+0x1;if('insertion'==_0x3f1b7b['type'])return _0x421263['length']?{'type':'insertion','content':o(_0x45b625,'*Insert:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1d945b,'\x22'+_0x421263['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x45b625,'*Insert:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_ROW',_0x1d945b))};if('deletion'==_0x3f1b7b['type'])return _0x421263['length']?{'type':'deletion','content':o(_0x45b625,'*Remove:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1d945b,'\x22'+_0x421263['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x45b625,'*Remove:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_ROW',_0x1d945b))};}if('tableColumn'==_0x3f1b7b['subType']){const _0x2d5202=_0x3f1b7b['getItems']()['filter'](_0x2b7c8a=>_0x2b7c8a['is']('$textProxy'))['map'](_0x538ed5=>_0x538ed5['data']),_0x2e6ebb=this['_getSuggestionCoords'](_0x3f1b7b),_0x34f102=_0x2e6ebb['maxColumn']-_0x2e6ebb['minColumn']+0x1;if('insertion'==_0x3f1b7b['type'])return _0x2d5202['length']?{'type':'insertion','content':o(_0x45b625,'*Insert:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x34f102,'\x22'+_0x2d5202['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x45b625,'*Insert:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_COLUMN',_0x34f102))};if('deletion'==_0x3f1b7b['type'])return _0x2d5202['length']?{'type':'deletion','content':o(_0x45b625,'*Remove:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x34f102,'\x22'+_0x2d5202['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x45b625,'*Remove:*\x20%0',o(_0x45b625,'ELEMENT_TABLE_COLUMN',_0x34f102))};}}),_0x3741cd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1a0456),_0x3741cd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1a0456),_0x3741cd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x2498ef),_0x3741cd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x2498ef),_0x3741cd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0xca4b7),_0x3741cd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0xca4b7),_0x3741cd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x4abb3f),_0x3741cd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x4abb3f);}['_acceptFormatSuggestionCallbackFactory'](){const _0x114efe=this['editor'],_0x265502=_0x114efe['model']['document']['selection'];return(_0x47aa22,_0x83a0a2)=>{_0x114efe['model']['change'](_0x1f0c89=>{const {commandName:_0x234084,commandParams:_0x3e5fb9}=_0x83a0a2;let _0x32c40c=_0x47aa22[0x0]['end']['nodeBefore'];_0x3e5fb9&&_0x3e5fb9[0x0]&&!0x1===_0x3e5fb9[0x0]['forceValue']&&(_0x32c40c=_0x47aa22[0x0]['start']['nodeAfter']);const _0x2f39c6=_0x1f0c89['createRangeIn'](_0x32c40c);if('$graveyard'==_0x2f39c6['root']['rootName'])return;const _0x18b767=Array['from'](_0x265502['getRanges']())['map'](_0x56accf=>_0x2fd4c8['fromRange'](_0x56accf));_0x1f0c89['setSelection'](_0x2f39c6),_0x114efe['commands']['get'](_0x234084)['refresh'](),_0x3e5fb9['push']({'forceDefaultExecution':!0x0}),_0x114efe['execute'](_0x234084,..._0x3e5fb9);const _0x785e28=_0x18b767['filter'](_0x59f72f=>'$graveyard'!=_0x59f72f['root']['rootName']);_0x785e28['length']>0x0&&_0x1f0c89['setSelection'](_0x785e28);for(const _0x479145 of _0x18b767)_0x479145['detach']();});};}['_getCoordsForCells'](_0x58c0a8){const _0x5d5a35=this['editor']['plugins']['get']('TableUtils');let _0x10994a=Number['MAX_SAFE_INTEGER'],_0x2ca89a=Number['MIN_SAFE_INTEGER'],_0x310c74=Number['MAX_SAFE_INTEGER'],_0x3be48b=Number['MIN_SAFE_INTEGER'];for(const _0x75c7ae of _0x58c0a8){if('$graveyard'==_0x75c7ae['root']['rootName'])continue;const {row:_0xfa8223,column:_0x54202f}=_0x5d5a35['getCellLocation'](_0x75c7ae),_0x4cc88e=_0x75c7ae['hasAttribute']('rowspan')?_0x75c7ae['getAttribute']('rowspan')-0x1:0x0,_0x5558c6=_0x75c7ae['hasAttribute']('colspan')?_0x75c7ae['getAttribute']('colspan')-0x1:0x0;_0x10994a=_0xfa8223<_0x10994a?_0xfa8223:_0x10994a,_0x2ca89a=_0xfa8223+_0x4cc88e>_0x2ca89a?_0xfa8223+_0x4cc88e:_0x2ca89a,_0x310c74=_0x54202f<_0x310c74?_0x54202f:_0x310c74,_0x3be48b=_0x54202f+_0x5558c6>_0x3be48b?_0x54202f+_0x5558c6:_0x3be48b;}return{'minRow':_0x10994a,'maxRow':_0x2ca89a,'minColumn':_0x310c74,'maxColumn':_0x3be48b};}['_setupColumnsRowsFixing'](){const _0x247d90=this['editor'],_0x1ed540=_0x247d90['plugins']['get']('TrackChangesEditing'),_0x47aa7c=_0x247d90['plugins']['get']('TableUtils');_0x247d90['model']['document']['on']('change:data',()=>{const _0x5c13d7=Array['from'](_0x247d90['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2b93e9,data:_0x48fdfc}of _0x5c13d7){const {group:_0x108b5d,id:_0x4bc398,subType:_0x45a274}=_0x1ed540['_splitMarkerName'](_0x2b93e9);if('suggestion'!=_0x108b5d)continue;if(null!=_0x48fdfc['oldRange'])continue;const _0x58a57a=_0x1ed540['getSuggestion'](_0x4bc398);this['_tablePostFixingSubtypes']['includes'](_0x45a274)&&this['_tableSuggestions']['add'](_0x58a57a);}},{'priority':'low'});const _0x376244=(_0x43b2b1,_0x3091cc)=>{let _0x17e3f2=!0x1;const _0x388138=_0x3091cc['createRangeOn'](_0x43b2b1),_0x530540=_0x43b2b1['findAncestor']('table'),_0x4a11cf=_0x47aa7c['getCellLocation'](_0x43b2b1);for(const _0x22410c of this['_tableSuggestions']){const _0x41a5e8=_0x22410c['subType'],_0x19bb6f=_0x41a5e8['startsWith']('tablePaste'),_0xdf0d11=_0x41a5e8['substr'](_0x19bb6f?0xa:0x5),_0x4b9897=_0xdf0d11['toLowerCase'](),_0x34034c=_0x4b9897['substr'](0x0,0x3)+'span',_0x5eb242='min'+_0xdf0d11,_0x4dbcb2='max'+_0xdf0d11;if(!_0x22410c['isInContent'])continue;if(_0x530540!=_0x22410c['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x22410c['isIntersectingWithRange'](_0x388138))continue;const _0x4c7f84=_0x43b2b1['hasAttribute'](_0x34034c)?_0x43b2b1['getAttribute'](_0x34034c)-0x1:0x0,_0x200680=this['_getSuggestionCoords'](_0x22410c),_0x48c724=_0x200680[_0x5eb242],_0x36386b=_0x200680[_0x4dbcb2];_0x48c724<=_0x4a11cf[_0x4b9897]&&_0x4a11cf[_0x4b9897]+_0x4c7f84<=_0x36386b&&(_0x22410c['addRange'](_0x388138),_0x17e3f2=!0x0);}return _0x17e3f2;};_0x247d90['model']['document']['registerPostFixer'](_0x15e3bb=>{let _0x739ddf=!0x1;for(const _0x1be4f1 of _0x247d90['model']['document']['differ']['getChanges']())if('insert'==_0x1be4f1['type']){if('tableRow'==_0x1be4f1['name']){for(const _0x50b94b of _0x1be4f1['position']['nodeAfter']['getChildren']())_0x739ddf=_0x739ddf||_0x376244(_0x50b94b,_0x15e3bb);}else'tableCell'==_0x1be4f1['name']&&(_0x739ddf=_0x739ddf||_0x376244(_0x1be4f1['position']['nodeAfter'],_0x15e3bb));}return _0x739ddf;});}['_getSuggestionCoords'](_0x38a679){return this['_getCoordsForCells'](_0x38a679['getRanges']()['map'](_0x25052c=>_0x25052c['start']['nodeAfter']));}}function be(_0x1d3f09){return Array['from'](new Set(_0x1d3f09)['values']());}class vt extends _0x440856{static get['requires'](){return[It];}['afterInit'](){const _0x1d660b=this['editor'],_0xf242d0=_0x1d660b['model']['document']['selection'],_0x2556f7=_0x1d660b['locale'];if(!_0x1d660b['plugins']['has']('TableEditing'))return;const _0x2ef119=_0x1d660b['plugins']['get']('TrackChangesEditing'),_0x5577cb=_0x1d660b['plugins']['get']('TableUtils'),_0x3f7f46=_0x1d660b['plugins']['get'](It);_0x3f7f46['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x2ef119['enableCommand']('mergeTableCells',()=>{const _0x56d20a=_0x5577cb['getSelectionAffectedTableCells'](_0x1d660b['model']['document']['selection']);_0x1d660b['model']['change'](()=>{_0x2ef119['markMultiRangeBlockFormat'](_0x56d20a,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x1d660b['commands']['get']('mergeTableCells')['on']('execute',(_0x46b1a5,_0x5da491)=>{_0x1d660b['commands']['get']('trackChanges')['value']&&(_0x5da491['length']>0x0&&_0x5da491[_0x5da491['length']-0x1]&&_0x5da491[_0x5da491['length']-0x1]['forceDefaultExecution']||_0x2ef119['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x46b1a5['stop']());},{'priority':'highest'});for(const _0x424f79 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x42e344=_0x1d660b['commands']['get'](_0x424f79);_0x2ef119['enableCommand'](_0x424f79,()=>{const _0x2c82f2=_0x1d660b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5f449c=>_0x5f449c['is']('element','tableCell')),_0x1cf03b=_0x42e344['value'];_0x1d660b['model']['change'](()=>{_0x2ef119['markMultiRangeBlockFormat']([_0x2c82f2,_0x1cf03b],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x40c4e8 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2d8f54=_0x1d660b['commands']['get'](_0x40c4e8);_0x2ef119['enableCommand'](_0x40c4e8,()=>{const _0x45631b=_0x5577cb['getSelectionAffectedTableCells'](_0x1d660b['model']['document']['selection'])[0x0],_0x4154d5=_0x45631b['findAncestor']('table'),{column:_0x632e61,row:_0x5d3627}=_0x5577cb['getCellLocation'](_0x45631b);let _0x20e755=[];if('horizontally'==_0x2d8f54['direction']){const _0x22d04d=_0x5577cb['createTableWalker'](_0x4154d5,{'startRow':_0x5d3627,'endRow':_0x5d3627,'includeAllSlots':!0x0});_0x20e755=Array['from'](_0x22d04d)['map'](_0x1e2e72=>_0x1e2e72['cell']);}else{const _0x12e492=_0x5577cb['createTableWalker'](_0x4154d5,{'column':_0x632e61,'includeAllSlots':!0x0});_0x20e755=Array['from'](_0x12e492)['map'](_0x1dbbcf=>_0x1dbbcf['cell']);}_0x1d660b['model']['change'](_0x3d02d6=>{_0x2ef119['markBlockFormat'](_0x3d02d6['createRangeOn'](_0x45631b),{'commandName':_0x40c4e8,'commandParams':[]},_0x20e755,_0x40c4e8);});});}_0x2ef119['descriptionFactory']['registerDescriptionCallback'](_0xc218f5=>{if('formatBlock'!=_0xc218f5['type']&&'formatInline'!=_0xc218f5['type'])return;const {data:_0x157241}=_0xc218f5;return _0x157241&&'mergeTableCells'==_0x157241['commandName']?{'type':'format','content':o(_0x2556f7,'*Merge\x20cells*')}:void 0x0;}),_0x2ef119['descriptionFactory']['registerDescriptionCallback'](_0x4936c2=>{if('formatBlock'!=_0x4936c2['type']&&'formatInline'!=_0x4936c2['type'])return;const {data:_0xf1c8a9}=_0x4936c2;return _0xf1c8a9?'splitTableCellVertically'==_0xf1c8a9['commandName']?{'type':'format','content':o(_0x2556f7,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0xf1c8a9['commandName']?{'type':'format','content':o(_0x2556f7,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x2ff6a8=_0x3f7f46['_acceptFormatSuggestionCallbackFactory']();for(const _0x2e9d01 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x2ef119['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2e9d01,'accept',_0x2ff6a8);for(const _0x1f5a35 of['splitTableCellVertically','splitTableCellHorizontally'])_0x2ef119['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1f5a35,'accept',_0x2ff6a8);_0x2ef119['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x1606bc=>{_0x1d660b['model']['change'](_0x29e5a4=>{const _0x548e90=Array['from'](_0xf242d0['getRanges']())['map'](_0x523a89=>_0x2fd4c8['fromRange'](_0x523a89));_0x29e5a4['setSelection'](_0x1606bc),_0x1d660b['commands']['get']('mergeTableCells')['refresh'](),_0x1d660b['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x26cc96=_0x548e90['filter'](_0x47c6a7=>'$graveyard'!=_0x47c6a7['root']['rootName']);_0x26cc96['length']>0x0&&_0x29e5a4['setSelection'](_0x26cc96);for(const _0x68da0 of _0x548e90)_0x68da0['detach']();});});for(const _0x4ab53c of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2395c9=_0x1d660b['commands']['get'](_0x4ab53c);_0x2395c9['on']('set:isEnabled',(_0x20787b,_0x3ac574,_0xf6dcc9)=>{if(_0xf6dcc9){const _0x454d52=_0x1d660b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x45e08c=>_0x45e08c['is']('element','tableCell'));this['_areMergableCells'](_0x2395c9['value'],_0x454d52)||(_0x20787b['return']=!0x1,_0x20787b['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0xba0be8=this['editor']['commands']['get']('mergeTableCells'),_0x38dc5b=this['editor']['plugins']['get']('TableUtils');if(!_0xba0be8['isEnabled'])return!0x1;const _0x441841=_0x38dc5b['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1e7e45 of _0x441841)for(const _0x4c1158 of _0x441841)if(_0x1e7e45!=_0x4c1158&&!this['_areMergableCells'](_0x1e7e45,_0x4c1158))return!0x1;return!0x0;}['_areMergableCells'](_0x5ce608,_0x5daf52){const _0x40d2bc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x90cf0a=this['editor']['model']['createRangeOn'](_0x5ce608),_0x2f00a1=this['editor']['model']['createRangeOn'](_0x5daf52),_0x40606f=new Set(),_0x12edad=new Set();for(const _0x4c37d0 of _0x40d2bc['getSuggestions']())if(('insertion'==_0x4c37d0['type']||'deletion'==_0x4c37d0['type']||'mergeTableCells'==_0x4c37d0['subType'])&&_0x4c37d0['isInContent']){for(const _0xd9a70b of _0x4c37d0['getRanges']())_0xd9a70b['containsRange'](_0x90cf0a,!0x0)&&_0x40606f['add'](_0x4c37d0['type']+':'+_0x4c37d0['author']['id']),_0xd9a70b['containsRange'](_0x2f00a1,!0x0)&&_0x12edad['add'](_0x4c37d0['type']+':'+_0x4c37d0['author']['id']);}if(_0x40606f['size']!=_0x12edad['size'])return!0x1;for(const _0x187d83 of _0x40606f)if(!_0x12edad['has'](_0x187d83))return!0x1;return!0x0;}}class Ct extends _0x440856{static get['requires'](){return[It];}['afterInit'](){const _0x2374b6=this['editor'];if(!_0x2374b6['plugins']['has']('TableEditing'))return;const _0x38f516=_0x2374b6['locale'],_0x38db73=_0x2374b6['plugins']['get']('TrackChangesEditing');_0x38db73['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x38db73['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x38db73['registerBlockAttribute']('headingRows'),_0x38db73['registerBlockAttribute']('headingColumns'),_0x38db73['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x38f516,'FORMAT_HEADER_ROW')),_0x38db73['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x38f516,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2ea11a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x57698b=this['editor']['plugins']['get']('TableUtils'),_0x4784f1=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x2d400e({showActiveMarker:_0x350ca1=!0x0,setDataAttribute:_0x4f9678=!0x0}={}){return(_0x3887eb,_0x21da2d,_0x3f57aa)=>{const {type:_0x417903,id:_0xd1d2e7}=_0x2ea11a['_splitMarkerName'](_0x21da2d['markerName']),_0x23df80=_0x2ea11a['getSuggestion'](_0xd1d2e7),_0x70d1f8=_0x23df80['data'];if('formatBlock'!=_0x23df80['type']||!_0x70d1f8||'setTableColumnHeader'!=_0x70d1f8['commandName'])return;if(_0x21da2d['item'])return void _0x3887eb['stop']();if(!_0x3f57aa['consumable']['consume'](_0x21da2d['markerRange'],_0x3887eb['name']))return;const _0x523d85=_0x21da2d['markerRange']['start']['nodeAfter'],_0x9e07e1=_0x21da2d['markerRange']['end']['nodeBefore'],_0x26b6de=_0x523d85['parent']['parent'],{column:_0x438fd4}=_0x57698b['getCellLocation'](_0x523d85),{column:_0x8ac86c}=_0x57698b['getCellLocation'](_0x9e07e1);for(let _0x4e286b=_0x438fd4;_0x4e286b<=_0x8ac86c;_0x4e286b++){const _0x302032=_0x57698b['createTableWalker'](_0x26b6de,{'column':_0x4e286b,'includeAllSlots':!0x1});for(const _0x109cef of _0x302032){const _0x2770b0=_0x109cef['cell'],_0x5246db=_0x3f57aa['mapper']['toViewElement'](_0x2770b0);_0x3f57aa['writer']['addClass']('ck-suggestion-marker-'+_0x417903,_0x5246db),_0x4f9678&&_0x3f57aa['writer']['setAttribute']('data-suggestion',_0xd1d2e7,_0x5246db),_0x3f57aa['mapper']['bindElementToMarker'](_0x5246db,_0x21da2d['markerName']),_0x350ca1&&(_0x2ea11a['activeMarkers']['includes'](_0x21da2d['markerName'])?_0x3f57aa['writer']['addClass']('ck-suggestion-marker--active',_0x5246db):_0x3f57aa['writer']['removeClass']('ck-suggestion-marker--active',_0x5246db));}}};}_0x2ea11a['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4784f1),_0x2ea11a['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4784f1),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x2d400e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1183a8,_0x4b2bfb,_0x34a8ec)=>{_0x34a8ec['options']['showSuggestionHighlights']&&_0x2d400e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1183a8,_0x4b2bfb,_0x34a8ec);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x46458f,_0xd16289,_0x4dd42d)=>{const {type:_0x4d7340,id:_0x57f0ab}=_0x2ea11a['_splitMarkerName'](_0xd16289['markerName']),_0x355cc9=_0x2ea11a['getSuggestion'](_0x57f0ab),_0x139dcb=_0x355cc9['data'];if('formatBlock'!=_0x355cc9['type']||!_0x139dcb||'setTableColumnHeader'!=_0x139dcb['commandName'])return;const _0x10bce1=_0x4dd42d['mapper']['markerNameToElements'](_0xd16289['markerName']);if(_0x10bce1){for(const _0x2d8f8b of _0x10bce1)_0x4dd42d['writer']['removeClass']('ck-suggestion-marker-'+_0x4d7340,_0x2d8f8b),_0x4dd42d['writer']['removeClass']('ck-suggestion-marker--active',_0x2d8f8b),_0x4dd42d['writer']['removeAttribute']('data-suggestion',_0x2d8f8b),_0x4dd42d['mapper']['unbindElementFromMarkerName'](_0x2d8f8b,_0xd16289['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2950c2=this['editor'],_0x463c54=_0x2950c2['locale'];function _0x68c385(_0x52e276){return{'type':'format','content':o(_0x463c54,'*Format:*\x20%0',_0x52e276)};}_0x2950c2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b33a5=>{if('formatBlock'!=_0x5b33a5['type'])return;const {data:_0x3d2bc2}=_0x5b33a5;if(_0x3d2bc2){if('setTableRowHeader'==_0x3d2bc2['commandName']){const _0x3b2a92=_0x3d2bc2['commandParams'][0x0]['forceValue'];return _0x68c385(o(_0x463c54,_0x3b2a92?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3d2bc2['commandName']){const _0x1d29db=_0x3d2bc2['commandParams'][0x0]['forceValue'];return _0x68c385(o(_0x463c54,_0x1d29db?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x578039=>[_0x578039,null]));class _t extends _0x440856{static get['requires'](){return[It];}['afterInit'](){const _0x579222=this['editor'];if(!_0x579222['plugins']['has']('TableClipboard'))return;const _0x1d8158=_0x579222['plugins']['get']('TrackChangesEditing'),_0x19a379=_0x579222['plugins']['get']('TableUtils'),_0x530250=_0x579222['plugins']['get'](It),_0x165a8a=_0x579222['plugins']['get']('TableClipboard');_0x530250['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x579222['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x579222['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x2bb3d1=null;_0x579222['model']['on']('insertContent',(_0x3fa952,_0x13b273)=>{const [_0x12a13b,_0x46c0a7]=_0x13b273,_0x398844=_0x13b273[_0x13b273['length']-0x1];_0x398844&&_0x398844['forceDefaultExecution']||_0x1d8158['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x3cf4f0,_0x20140d,_0x2008d4,_0x536bcd,_0x95a8c5){if(_0x20140d&&!_0x20140d['is']('documentSelection'))return!0x1;const _0x15b834=_0x95a8c5['getTableIfOnlyTableInContent'](_0x3cf4f0,_0x2008d4);if(!_0x15b834||!Re(_0x15b834,void 0x0,_0x536bcd))return!0x1;const _0x367f1d=_0x536bcd['getSelectionAffectedTableCells'](_0x2008d4['document']['selection']);if(!_0x367f1d['length'])return!0x1;const _0x451810=_0x367f1d[0x0]['findAncestor']('table'),_0x5d6821=_0x536bcd['getRowIndexes'](_0x367f1d),_0x24646e=_0x536bcd['getColumnIndexes'](_0x367f1d),_0x5416cf={'startRow':_0x5d6821['first'],'endRow':_0x5d6821['last'],'startColumn':_0x24646e['first'],'endColumn':_0x24646e['last']};return 0x1==_0x367f1d['length']&&(_0x5416cf['endRow']+=_0x536bcd['getRows'](_0x15b834)-0x1,_0x5416cf['endColumn']+=_0x536bcd['getColumns'](_0x15b834)-0x1),Re(_0x451810,_0x5416cf,_0x536bcd);}(_0x12a13b,_0x46c0a7,_0x579222['model'],_0x19a379,_0x165a8a)&&(_0x3fa952['stop'](),_0x2bb3d1={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x579222['model']['change'](()=>{_0x579222['model']['insertContent'](_0x13b273[0x0],_0x13b273[0x1],_0x13b273[0x2],{'forceDefaultExecution':!0x0});const _0x385c83=_0x3415dc(),{rowInsertionRanges:_0x326b2f,columnInsertionRanges:_0x32b969,insertionRanges:_0x18a4f4,deletionRanges:_0x472791,cells:_0x38aaeb}=_0x2bb3d1;_0x326b2f['length']&&_0x1d8158['markMultiRangeInsertion'](_0x326b2f,'tablePasteRow',{'tablePasteChainId':_0x385c83}),_0x32b969['length']&&_0x1d8158['markMultiRangeInsertion'](_0x32b969,'tablePasteColumn',{'tablePasteChainId':_0x385c83}),_0x18a4f4['length']&&(_0x1d8158['markMultiRangeInsertion'](_0x18a4f4,'tablePaste',{'tablePasteChainId':_0x385c83,'skipNestingCheck':!0x0}),_0x18a4f4['forEach'](_0x2b22a3=>_0x2b22a3['detach']?.())),_0x472791['length']&&(_0x1d8158['markMultiRangeDeletion'](_0x472791,'tablePaste',{'tablePasteChainId':_0x385c83,'skipNestingCheck':!0x0}),_0x472791['forEach'](_0x100468=>_0x100468['detach']?.()));const _0x2e6336=_0x1d8158['markMultiRangeBlockFormat'](_0x38aaeb['map'](({element:_0x346d1e})=>_0x346d1e),{'formatGroupId':_0x3415dc()},[],'tablePasteCell',{'tablePasteChainId':_0x385c83});if(_0x2e6336){const _0x5389d6=_0x2e6336['getMarkers'](),_0x4198cf=[];for(const {element:_0x5bbc17,attributes:_0x44491d}of _0x38aaeb){if(!_0x44491d)continue;const _0x10d193=_0x579222['model']['createRangeOn'](_0x5bbc17),_0x2b85f3=_0x5389d6['find'](_0x1a17f4=>_0x1a17f4['getRange']()['isEqual'](_0x10d193));_0x2b85f3&&_0x4198cf['push']([_0x2b85f3['name'],_0x44491d]);}_0x4198cf['length']&&_0x2e6336['setAttribute']('markerAttributes',Object['fromEntries'](_0x4198cf));}_0x2bb3d1=null;}));},{'priority':_0x267b38['high']+0xa}),_0x579222['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x1093af,_0x51216e)=>{const [_0x389d61,_0xa84a65,,_0x428f46]=_0x51216e;if(!_0x2bb3d1)return;_0x1093af['stop']();const _0x353b6f=_0x389d61['cell'],_0x3eebb0=_0xa84a65,_0x13ff17=ke(_0x353b6f),_0x5c7dee=ke(_0x3eebb0);_0x1093af['return']=_0x353b6f;let _0x53e2e4=null,_0x2176bc=null;if(_0x5c7dee||_0x13ff17){if(_0x13ff17&&!_0x5c7dee){_0x428f46['remove'](_0x353b6f['getChild'](0x0));for(const _0x45f19a of Array['from'](_0x3eebb0['getChildren']()))_0x428f46['insert'](_0x45f19a,_0x353b6f,'end');const _0x7118ec=_0x2bb3d1['rowInsertionIndexes']['includes'](_0x389d61['row']),_0x477fbf=_0x2bb3d1['columnInsertionIndexes']['includes'](_0x389d61['column']);_0x7118ec||_0x477fbf||(_0x53e2e4=_0x2fd4c8['fromRange'](_0x428f46['createRangeIn'](_0x353b6f)));}else _0x5c7dee&&!_0x13ff17&&(_0x2176bc=_0x428f46['createRangeIn'](_0x353b6f));}else{const _0x2ae320=_0x428f46['createElement']('tableCellSuggestion'),_0x2be121=_0x428f46['createElement']('tableCellSuggestion');_0x428f46['wrap'](_0x428f46['createRangeIn'](_0x353b6f),_0x2be121),_0x428f46['insert'](_0x2ae320,_0x353b6f,0x0);for(const _0x3c8c5a of Array['from'](_0x3eebb0['getChildren']()))_0x428f46['insert'](_0x3c8c5a,_0x2ae320,'end');_0x53e2e4=_0x2fd4c8['fromRange'](_0x428f46['createRangeOn'](_0x2ae320)),_0x2176bc=_0x2fd4c8['fromRange'](_0x428f46['createRangeOn'](_0x2be121));}const _0x1a8904=Array['from'](_0x3eebb0['getAttributes']())['filter'](([_0x5714cf])=>Pe['includes'](_0x5714cf));_0x2bb3d1['cells']['push']({'element':_0x353b6f,'attributes':_0x1a8904['length']?Object['fromEntries'](_0x1a8904):null}),_0x53e2e4&&_0x2bb3d1['insertionRanges']['push'](_0x53e2e4),_0x2176bc&&_0x2bb3d1['deletionRanges']['push'](_0x2176bc);},{'priority':'high'}),_0x19a379['on']('insertColumns',(_0x252472,_0x8a4ddd)=>{const [_0x2f4679,_0x4773dd={}]=_0x8a4ddd;if(!_0x2bb3d1)return;const _0x1accc0=_0x4773dd['at']||0x0,_0x5efe2c=_0x4773dd['columns']||0x1;_0x2bb3d1['columnInsertionIndexes']=new Array(_0x5efe2c)['fill'](_0x1accc0)['map']((_0x4e1c22,_0x1d0259)=>_0x4e1c22+_0x1d0259);for(const {cell:_0x51faa1}of _0x19a379['createTableWalker'](_0x2f4679,{'startColumn':_0x1accc0,'endColumn':_0x1accc0+_0x5efe2c-0x1}))_0x2bb3d1['columnInsertionRanges']['push'](_0x579222['model']['createRangeOn'](_0x51faa1));},{'priority':'low'}),_0x19a379['on']('insertRows',(_0x91be19,_0x3c6c54)=>{const [_0x46de04,_0x1f167c={}]=_0x3c6c54;if(!_0x2bb3d1)return;const _0x745f0a=_0x1f167c['at']||0x0,_0x492358=_0x1f167c['rows']||0x1;_0x2bb3d1['rowInsertionIndexes']=new Array(_0x492358)['fill'](_0x745f0a)['map']((_0x8e35c7,_0x21f9dd)=>_0x8e35c7+_0x21f9dd);for(const {cell:_0x3ef00b}of _0x19a379['createTableWalker'](_0x46de04,{'startRow':_0x745f0a,'endRow':_0x745f0a+_0x492358-0x1}))_0x2bb3d1['rowInsertionRanges']['push'](_0x579222['model']['createRangeOn'](_0x3ef00b));},{'priority':'low'}),_0x1d8158['descriptionFactory']['registerDescriptionCallback'](_0x432c96=>{if(_0x432c96['subType']&&_0x432c96['subType']['startsWith']('tablePaste'))return _0x432c96['previous']?{}:{'type':'insertion','content':o(_0x579222['locale'],'*Replace\x20table\x20cells*')};});const _0xa0d5c=()=>!0x1;for(const _0x22b7fd of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1d8158['_suggestionFactory']['registerCustomCallback']('insertion',_0x22b7fd,'join',_0xa0d5c),_0x1d8158['_suggestionFactory']['registerCustomCallback']('deletion',_0x22b7fd,'join',_0xa0d5c),_0x1d8158['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x22b7fd,'join',_0xa0d5c);_0x1d8158['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xa0d5c),_0x1d8158['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xa8492a,_0x26350c,_0x16bd88)=>{const _0x5424ca=_0xa8492a['map'](_0x5a7b17=>_0x5a7b17['getContainedElement']())['filter'](_0x125217=>_0x125217),_0x3b1663=new Map(_0x5424ca['map'](_0x382f74=>[_0x382f74,null]));if(_0x2bb3d1){for(const {element:_0x3147b7,attributes:_0x695ba8}of _0x2bb3d1['cells'])_0x695ba8&&_0x3b1663['set'](_0x3147b7,_0x695ba8);}else{if(_0x16bd88&&_0x16bd88['markerAttributes'])for(const [_0x2031a6,_0x158d74]of Object['entries'](_0x16bd88['markerAttributes'])){const _0x86af5a=_0x579222['model']['markers']['get'](_0x2031a6),_0x1faa8f=_0x86af5a?_0x86af5a['getRange']()['getContainedElement']():null;_0x1faa8f&&_0x3b1663['set'](_0x1faa8f,_0x158d74);}}_0x579222['model']['change'](_0x53628a=>{for(const [_0x5a3249,_0x2e9720]of _0x3b1663)_0x53628a['setAttributes']({...we,..._0x2e9720},_0x5a3249);});});const _0x473423=(_0x4d9417,_0x46510b)=>{_0x1d8158['_suggestionFactory']['registerCustomCallback'](_0x4d9417,'tablePaste',_0x46510b,(_0x5a165c,_0x2f3c42,_0x17262e)=>{_0x579222['model']['change'](_0x39400a=>{const _0x1bfc99=[];for(const _0x55f870 of _0x5a165c){const _0x281d97=_0x55f870['start']['nodeAfter'];_0x281d97['is']('element','tableCellSuggestion')&&_0x1bfc99['push'](_0x281d97);}_0x1d8158['_suggestionFactory']['getSuggestionCallback'](_0x4d9417,null,_0x46510b)(_0x5a165c,_0x2f3c42,_0x17262e);for(const _0x5580b6 of _0x1bfc99)'$graveyard'!=_0x5580b6['root']['rootName']&&_0x39400a['unwrap'](_0x5580b6);});});};_0x473423('insertion','accept'),_0x473423('insertion','discard'),_0x473423('deletion','accept'),_0x473423('deletion','discard'),_0x1d8158['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x15ecdb=>{const _0x14594f=_0x15ecdb['map'](_0x4a8393=>_0x4a8393['getContainedElement']()),_0x4fa4e6=_0x14594f[0x0]['findAncestor']('table'),{minRow:_0x5de682,maxRow:_0x2f9c38}=_0x530250['_getCoordsForCells'](_0x14594f);_0x19a379['removeRows'](_0x4fa4e6,{'at':_0x5de682,'rows':_0x2f9c38-_0x5de682+0x1});}),_0x1d8158['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x6d0d94=>{const _0x1b33c5=_0x6d0d94['map'](_0x23b11e=>_0x23b11e['getContainedElement']()),_0x4374a8=_0x1b33c5[0x0]['findAncestor']('table'),{minColumn:_0x1405b8,maxColumn:_0xa8a4f3}=_0x530250['_getCoordsForCells'](_0x1b33c5);_0x19a379['removeColumns'](_0x4374a8,{'at':_0x1405b8,'columns':_0xa8a4f3-_0x1405b8+0x1});});const _0x1a9c21=(_0x4adbfa,_0x496351)=>{if(!_0x496351['subType']||!_0x496351['subType']['startsWith']('tablePaste'))return;const _0x21c465=_0x496351['attributes']['tablePasteChainId'],_0x5b0657=_0x1d8158['getSuggestions']()['filter'](_0xf166f=>_0xf166f['isInContent']&&_0xf166f['attributes']&&_0xf166f['attributes']['tablePasteChainId']==_0x21c465);_0x5b0657['length']&&_0x496351['getAllAdjacentSuggestions']()['length']!=_0x5b0657['length']&&_0x5b0657['reduce']((_0x3147c8,_0x1283be)=>(_0x3147c8['next']=_0x1283be,_0x1283be['previous']=_0x3147c8,_0x1283be));};function _0x2030c6(_0x4970ca,_0x457de9=!0x0){const {id:_0x59668d}=_0x1d8158['_splitMarkerName'](_0x4970ca['markerName']),_0x5857cf=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x562f35=_0x1d8158['activeMarkers']['includes'](_0x4970ca['markerName']);return _0x562f35&&_0x5857cf['push']('ck-suggestion-marker--active'),{'classes':_0x5857cf,'attributes':{'data-suggestion':_0x59668d},'priority':_0x562f35&&_0x457de9?0xbc2:0xbb8};}_0x1d8158['on']('suggestionLoaded',_0x1a9c21,{'priority':'high'}),_0x1d8158['on']('suggestionUnloaded',_0x1a9c21,{'priority':'high'}),_0x579222['model']['document']['registerPostFixer'](()=>{let _0x1169fd=!0x1;const _0x4846fe=Array['from'](_0x579222['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x16c3eb,data:_0x4e424d}of _0x4846fe){const {group:_0x5d0781,type:_0x2d54b2,id:_0xa822e0}=_0x1d8158['_splitMarkerName'](_0x16c3eb);if('suggestion'!=_0x5d0781||'deletion'!=_0x2d54b2||_0x4e424d['oldRange'])continue;if(!_0x1d8158['hasSuggestion'](_0xa822e0))continue;const _0x49adb4=_0x1d8158['getSuggestion'](_0xa822e0)['getRanges'](),_0x3fda85=_0x579222['plugins']['get']('Users')['me'];for(const _0x4f8f54 of _0x1d8158['getSuggestions']()){if(!_0x4f8f54['isInContent']||_0x4f8f54['author']!=_0x3fda85)continue;if('formatBlock'!=_0x4f8f54['type']||'tablePasteCell'!=_0x4f8f54['subType'])continue;if(_0x4f8f54['getRanges']()['every'](_0x4d9113=>_0x49adb4['some'](_0x33b9d6=>_0x33b9d6['containsRange'](_0x4d9113,!0x0)))){for(const _0x421196 of _0x4f8f54['getAllAdjacentSuggestions']())_0x421196['isInContent']&&(_0x421196['discard'](),_0x1169fd=!0x0);}}}return _0x1169fd;}),_0x579222['model']['document']['registerPostFixer'](_0x119134=>{const _0x29087b=_0x579222['commands']['get']('redo');if(!_0x29087b||!_0x29087b['_createdBatches']['has'](_0x119134['batch']))return!0x1;let _0x24f30b=!0x1;const _0x82e341=_0x579222['plugins']['get']('Users')['me'],_0x16028b=_0x579222['model']['document']['differ']['getChanges'](),_0x49e837=Array['from'](_0x579222['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x8f1ee3,data:_0x1a7ac4})=>{const {group:_0x3fa35d,subType:_0x3c97b9,authorId:_0x2ab3ca}=_0x1d8158['_splitMarkerName'](_0x8f1ee3);return'suggestion'==_0x3fa35d&&'tablePaste'==_0x3c97b9&&_0x2ab3ca==_0x82e341['id']&&!_0x1a7ac4['oldRange'];});for(const _0x4a24f8 of _0x16028b){if('insert'!=_0x4a24f8['type']||'tableCellSuggestion'!=_0x4a24f8['name']||0x1!=_0x4a24f8['length'])continue;const _0x530435=_0x119134['createRange'](_0x4a24f8['position'],_0x4a24f8['position']['getShiftedBy'](0x1));if(!_0x49e837['find'](({data:_0x23312b})=>_0x23312b['newRange']['isEqual'](_0x530435))){for(const {name:_0x35f146,data:_0x3f1443}of _0x49e837)if(_0x530435['containsRange'](_0x3f1443['newRange'])){_0x119134['updateMarker'](_0x35f146,{'range':_0x530435}),_0x24f30b=!0x0;break;}}}return _0x24f30b;}),_0x579222['model']['document']['registerPostFixer'](_0x402b85=>{let _0x43106e=!0x1;const _0x129c6b=_0x579222['plugins']['get']('Users')['me'],_0x3c1d24=_0x1d8158['getSuggestions']()['filter'](_0x4d74ac=>_0x4d74ac['isInContent']&&_0x4d74ac['author']==_0x129c6b),_0x1ac3a3=new Set(),_0x595e10=new Set();for(const _0x5217b0 of _0x3c1d24)if('tablePaste'==_0x5217b0['subType'])for(const _0x306903 of _0x5217b0['getMarkers']()){const _0x521fc4=_0x306903['getRange']()['getContainedElement']();if(_0x521fc4){if(_0x521fc4['is']('element','tableCellSuggestion')&&ke(_0x521fc4)){_0x5217b0['removeMarker'](_0x306903['name']),_0x1ac3a3['add'](_0x521fc4),_0x43106e=!0x0;const _0x41d8f2=_0x521fc4['nextSibling'],_0x4ad907=_0x521fc4['previousSibling'],_0xe2e722=_0x41d8f2&&_0x41d8f2['is']('element','tableCellSuggestion'),_0x455001=_0x4ad907&&_0x4ad907['is']('element','tableCellSuggestion');_0xe2e722&&!_0x1ac3a3['has'](_0x41d8f2)&&_0x595e10['add'](_0x41d8f2),_0x455001&&!_0x1ac3a3['has'](_0x4ad907)&&_0x595e10['add'](_0x4ad907);}else _0x521fc4['is']('element','paragraph')&&_0x521fc4['isEmpty']&&(_0x5217b0['removeMarker'](_0x306903['name']),_0x43106e=!0x0);}}else{if('tablePasteCell'==_0x5217b0['subType']){if(!_0x5217b0['attributes']||!_0x5217b0['attributes']['tablePasteChainId'])continue;const _0x2bfc38=_0x5217b0['attributes']['markerAttributes'];if(_0x2bfc38&&Object['keys'](_0x2bfc38)['length'])continue;const _0x289976=_0x5217b0['attributes']['tablePasteChainId'];let _0x1e963f=!0x0,_0x4fc7e3=!0x0;for(const _0x3cdae3 of _0x3c1d24)if(_0x3cdae3['subType']&&_0x3cdae3['subType']['startsWith']('tablePaste')){if(!_0x3cdae3['attributes']['tablePasteChainId']){_0x4fc7e3=!0x1;break;}if(_0x3cdae3['id']!=_0x5217b0['id']&&_0x3cdae3['attributes']['tablePasteChainId']==_0x289976){_0x1e963f=!0x1;break;}}_0x4fc7e3&&_0x1e963f&&(_0x5217b0['removeMarkers'](),_0x43106e=!0x0);}}for(const _0x217267 of _0x1ac3a3)_0x402b85['remove'](_0x217267);for(const _0x16184b of _0x595e10)_0x402b85['unwrap'](_0x16184b);return _0x43106e;}),_0x579222['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x50128a,_0x41291d)=>_0x2030c6(_0x50128a),'converterPriority':'high'}),_0x579222['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3c5b72,_0xbc6112)=>_0xbc6112['options']['showSuggestionHighlights']?_0x2030c6(_0x3c5b72,!0x1):null,'converterPriority':'high'});const _0x471064=_0x579222['editing']['view'];this['listenTo'](_0x471064['document'],'clipboardOutput',(_0x107cda,_0x824ad8)=>{const _0x20be8b=[];for(const _0x1987e0 of _0x471064['createRangeIn'](_0x824ad8['content'])['getItems']())_0x1987e0['is']('element','suggestion-td')&&_0x20be8b['push'](_0x1987e0);_0x471064['change'](_0x3164b1=>{for(const _0x394e90 of _0x20be8b)_0x3164b1['move'](_0x3164b1['createRangeIn'](_0x394e90),_0x3164b1['createPositionBefore'](_0x394e90)),_0x3164b1['remove'](_0x394e90);});});}}function ke(_0x34c2b6){if(_0x34c2b6['isEmpty'])return!0x0;const _0x25fc29=_0x34c2b6['getChild'](0x0);return _0x25fc29['is']('element','paragraph')&&_0x25fc29['isEmpty'];}function Re(_0x14fabb,_0x2cc548={},_0xd873a1){for(const {isAnchor:_0x110adf,cellHeight:_0x1f2aea,cellWidth:_0x22c2a1}of _0xd873a1['createTableWalker'](_0x14fabb,{'includeAllSlots':!0x0,..._0x2cc548}))if(!_0x110adf||0x1!=_0x1f2aea||0x1!=_0x22c2a1)return!0x1;return!0x0;}class Nt extends _0x440856{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x546a23=this['editor']['plugins']['get']('TrackChangesEditing');_0x546a23['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x546a23['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x546a23['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x546a23['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x546a23['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x546a23['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x39e06c,_0x916b77){const _0x4eecf5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2a3f14=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x147c49=_0x916b77['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3864f4=_0x2a3f14['getColumnGroupElement'](_0x147c49);let _0x2f1443=_0x3864f4?_0x2a3f14['getTableColumnsWidths'](_0x3864f4):null,_0x364fa3=_0x147c49['getAttribute']('tableWidth')||null;const _0x25ffd4=_0x916b77['tableWidth']||_0x364fa3,_0x40ed85=_0x916b77['columnWidths']||_0x2f1443,_0x54a669=this['editor']['plugins']['get']('Users')['me'];for(const _0x2619b5 of _0x4eecf5['getSuggestions']()){const _0x2cb0ca=_0x2619b5['getContainedElement']();if('resizeTable'===_0x2619b5['subType']&&_0x2cb0ca===_0x147c49){_0x2619b5['author']!==_0x54a669&&_0x2619b5['discard']();const _0x454a9c=_0x2619b5['data']['commandParams'];_0x364fa3=_0x454a9c[0x0]['tableWidth'],_0x2f1443=_0x454a9c[0x0]['columnWidths'];break;}}_0x39e06c({'table':_0x147c49,'tableWidth':_0x25ffd4,'columnWidths':_0x40ed85}),_0x4eecf5['markBlockFormat'](_0x147c49,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x364fa3,'columnWidths':_0x2f1443}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x223a51){if('formatBlock'!=_0x223a51['type']&&'formatInline'!=_0x223a51['type'])return;const {data:_0x3b225e}=_0x223a51;if(_0x3b225e&&'resizeTable'===_0x3b225e['formatGroupId']){const _0x255805='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x255805)};}}}class Dt extends _0x440856{['afterInit'](){const _0x35567c=this['editor'];_0x35567c['plugins']['has']('Template')&&_0x35567c['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x440856{['afterInit'](){const _0x53fb17=this['editor'];if(!_0x53fb17['commands']['get']('insertTableOfContents'))return;_0x53fb17['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4b3d73=_0x53fb17['plugins']['get']('TrackChangesEditing'),_0x3885f6=_0x53fb17['locale'];_0x4b3d73['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2ae281=>o(_0x3885f6,'ELEMENT_TABLE_OF_CONTENTS',_0x2ae281));}}class $t extends _0x440856{['afterInit'](){const _0x48bc98=this['editor'];if(!_0x48bc98['plugins']['has']('Title'))return;const _0x11bec1=_0x48bc98['plugins']['get']('TrackChangesEditing');_0x11bec1['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x48bc98['locale'],'ELEMENT_TITLE')),_0x48bc98['model']['document']['registerPostFixer'](_0x88422c=>{let _0x4ba477=!0x1;const _0x5e7a46=Array['from'](_0x48bc98['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1684b6,data:_0x4ccc00}of _0x5e7a46){const {group:_0x519515}=_0x11bec1['_splitMarkerName'](_0x1684b6);if('suggestion'!==_0x519515||!_0x4ccc00['newRange'])continue;const _0x2d10f6=_0x4ccc00['newRange'],_0x105733=_0x2d10f6['end']['nodeBefore'];if(!_0x105733||!_0x105733['is']('element','title-content'))continue;if(!_0x2d10f6['start']['isTouching'](_0x2d10f6['end']))continue;const _0x1a4b8a=_0x48bc98['model']['schema']['getNearestSelectionRange'](_0x2d10f6['end'],'forward');if(_0x1a4b8a&&_0x1a4b8a['isCollapsed']){const _0x492700=_0x88422c['createRange'](_0x2d10f6['start'],_0x1a4b8a['start']);_0x492700['isEqual'](_0x2d10f6)||(_0x88422c['updateMarker'](_0x1684b6,{'range':_0x492700}),_0x4ba477=!0x0);}_0x4ba477||(_0x88422c['removeMarker'](_0x1684b6),_0x4ba477=!0x0);}return _0x4ba477;});}}class Bt extends _0x440856{['afterInit'](){const _0x356d79=this['editor'],_0x4eb0af=_0x356d79['plugins']['get']('TrackChangesEditing');_0x356d79['plugins']['has']('UndoEditing')&&(_0x4eb0af['enableCommand']('undo'),_0x4eb0af['enableCommand']('redo'));}}class xt extends _0x440856{static get['requires'](){return[It];}['afterInit'](){const _0x360e12=this['editor'];if(!_0x360e12['plugins']['has']('TableCaptionEditing'))return;_0x360e12['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x440856{['tableProperties'];['tableCellProperties'];constructor(_0x5bbe02){super(_0x5bbe02),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 _0x22761d=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x290ebc of this['tableProperties'])_0x22761d['enableCommand'](_0x290ebc,(_0x46f54f,_0x2b54ba)=>{const _0x321da3=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x290ebc,[_0x321da3],this['tableProperties'],'tableProperties',_0x46f54f,_0x2b54ba);});_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x22761d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0xa2294b,_0x12b622)=>this['handleDiscardAction'](this['tableProperties'],_0xa2294b,_0x12b622)),_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x4c4467 of this['tableCellProperties'])_0x22761d['enableCommand'](_0x4c4467,(_0x258388,_0x525e98)=>{const _0x115c74=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x4c4467,_0x115c74,this['tableCellProperties'],'tableCellProperties',_0x258388,_0x525e98);});_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x22761d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x542c45,_0xa292af)=>this['handleDiscardAction'](this['tableCellProperties'],_0x542c45,_0xa292af)),_0x22761d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x22761d['descriptionFactory']['registerDescriptionCallback'](_0xac57a6=>this['handleSuggestionDescription'](_0xac57a6));}['_handlePropertyChange'](_0x3c90af,_0x29fa08,_0x22ac00,_0x479d3a,_0x38fb9b,_0x1d15e8){const _0x5bd30b=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1d15e8['batch'],()=>{for(const _0x55aa20 of _0x29fa08){if(this['_getSuggestion'](_0x55aa20,_0x479d3a))_0x38fb9b(_0x1d15e8);else{const _0x1ab5ab={};for(const _0x549a17 of _0x22ac00){const _0xde2e8e=_0x55aa20['getAttribute'](_0x549a17);void 0x0!==_0xde2e8e&&(_0x1ab5ab[_0x549a17]=_0xde2e8e);}_0x38fb9b(_0x1d15e8),_0x5bd30b['markBlockFormat'](_0x55aa20,{'commandParams':[_0x1ab5ab]},[],_0x479d3a);}}});}['handleDiscardAction'](_0x3d3d49,_0x4812cb,_0x342c1c){const _0x4e8bc9=_0x4812cb[0x0]['start']['nodeAfter'],_0x56a82b=_0x342c1c['commandParams'][0x0];this['editor']['model']['change'](_0x286523=>{for(const _0x597f07 of _0x3d3d49)void 0x0!==_0x56a82b[_0x597f07]?_0x286523['setAttribute'](_0x597f07,_0x56a82b[_0x597f07],_0x4e8bc9):_0x286523['removeAttribute'](_0x597f07,_0x4e8bc9);});}['handleSuggestionDescription'](_0x2b608c){if(_0x2b608c['data'])switch(_0x2b608c['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'](_0xa75769,_0x1eaa4c){const _0x15a1fc=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x27c62a of _0x15a1fc['getSuggestions']({'skipNotAttached':!0x0})){const _0x5b309b=_0x27c62a['getContainedElement']();if(_0x27c62a['subType']===_0x1eaa4c&&_0x5b309b===_0xa75769)return _0x27c62a;}return null;}}const m='$elementName';class p extends _0x440856{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x185b78,_0x16c1bd,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0xf6fdc6){function _0x52b491(_0x22ff9c){return _0x22ff9c['map'](_0xe8a7de=>String['fromCharCode'](_0xe8a7de))['join']('');}super(_0xf6fdc6),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0xc20b5d,_0x23f1e2,_0x21d811,_0x534f44)=>{this['_model']['change'](()=>{for(const _0x49d340 of[..._0x534f44,..._0x21d811])this['_model']['markers']['has'](_0x49d340)&&_0xf6fdc6['editing']['reconvertMarker'](_0x49d340);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0xf6fdc6['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(),_0xf6fdc6['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0xf6fdc6['config']['get']('trackChanges.trackFormatChanges'),_0xf6fdc6['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0xf6fdc6['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0xf6fdc6,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x52b491([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x52b491([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x34]);}['init'](){const _0x24b1cc=this['editor'],_0x508b58=(_0x3563df,_0x478c8a)=>{if('attribute'!=_0x3563df)return'ck-suggestion-marker-'+_0x3563df;const _0x3d88b7=_0x478c8a['split']('|')[0x0];return this['_isBlockAttribute'](_0x3d88b7)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x24b1cc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x4aad0d=>{const {id:_0x5be012,type:_0x292f60,subType:_0x5e5b49}=this['_splitMarkerName'](_0x4aad0d['markerName']),_0x1a375f=['ck-suggestion-marker',_0x508b58(_0x292f60,_0x5e5b49)];let _0x12f0e2=0xbb8;return this['activeMarkers']['includes'](_0x4aad0d['markerName'])&&(_0x1a375f['push']('ck-suggestion-marker--active'),_0x12f0e2=0xbc2),'deletion'==_0x292f60&&(_0x12f0e2+=0x5),{'classes':_0x1a375f,'attributes':{'data-suggestion':_0x5be012},'priority':_0x12f0e2};}}),_0x24b1cc['conversion']['for']('dataDowncast')['add'](_0x33880b=>{_0x33880b['on']('addMarker:suggestion',(_0x1c4225,_0x557739,_0xb57f8d)=>{if(!_0xb57f8d['options']['showSuggestionHighlights'])return;const _0xf844ae=_0x557739['item'];if(!_0xf844ae)return;const _0x4dc48e=_0xb57f8d['mapper']['toViewElement'](_0xf844ae);_0x24b1cc['model']['schema']['isObject'](_0xf844ae)&&_0x4dc48e&&!_0x4dc48e['getCustomProperty']('widget')&&_0x4dc48e['is']('containerElement')&&_0x1b9eb8(_0x4dc48e,_0xb57f8d['writer']);},{'priority':'high'});}),_0x24b1cc['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x42d212,_0x294c2d)=>{if(!_0x294c2d['options']['showSuggestionHighlights'])return null;const {type:_0x2e2582,subType:_0x107d23}=this['_splitMarkerName'](_0x42d212['markerName']);return{'classes':['ck-suggestion-marker',_0x508b58(_0x2e2582,_0x107d23)],'priority':0xbb8};}});const _0x2935f7=({showActiveMarkers:_0x4287f9=!0x0,isAttributeSuggestion:_0xcc24a1=!0x1}={})=>(_0x15a868,_0x467613,_0x43b311)=>{if(!_0x467613['item'])return;const {id:_0x12ac40}=this['_splitMarkerName'](_0x467613['markerName']);if(_0xcc24a1){const _0x5d4d68=this['_suggestions']['get'](_0x12ac40),_0x29c354=this['_getAttributeKey'](_0x5d4d68);if(!this['_isBlockAttribute'](_0x29c354))return;}if(_0x467613['item']['is']('selection'))return void _0x43b311['consumable']['consume'](_0x467613['item'],_0x15a868['name']);const _0xebe757=_0x43b311['mapper']['toViewElement'](_0x467613['item']);if(_0x467613['item']['is']('element')&&_0x24b1cc['model']['schema']['isBlock'](_0x467613['item'])&&!_0xebe757['getCustomProperty']('addHighlight')){_0x43b311['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0xebe757),_0x43b311['writer']['setAttribute']('data-suggestion',_0x12ac40,_0xebe757),_0x43b311['mapper']['bindElementToMarker'](_0xebe757,_0x467613['markerName']),_0x4287f9&&(this['activeMarkers']['includes'](_0x467613['markerName'])?_0x43b311['writer']['addClass']('ck-suggestion-marker--active',_0xebe757):_0x43b311['writer']['removeClass']('ck-suggestion-marker--active',_0xebe757));for(const _0x4e4e65 of _0x24b1cc['model']['createRangeIn'](_0x467613['item'])['getItems']())_0x43b311['consumable']['consume'](_0x4e4e65,_0x15a868['name']);_0x43b311['consumable']['consume'](_0x467613['item'],_0x15a868['name']);}};_0x24b1cc['conversion']['for']('dataDowncast')['add'](_0x5aae82=>{_0x5aae82['on']('addMarker:suggestion:formatBlock',(_0x3b7386,_0x5e6b3f,_0x3b262c)=>{_0x3b262c['options']['showSuggestionHighlights']&&_0x2935f7({'showActiveMarkers':!0x1})(_0x3b7386,_0x5e6b3f,_0x3b262c);},{'priority':'highest'});}),_0x24b1cc['conversion']['for']('dataDowncast')['add'](_0x46a907=>{_0x46a907['on']('addMarker:suggestion:attribute',(_0x16433f,_0x121e6a,_0x17b7c8)=>{_0x17b7c8['options']['showSuggestionHighlights']&&_0x2935f7({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x16433f,_0x121e6a,_0x17b7c8);},{'priority':'highest'});}),_0x24b1cc['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x2adbb4,_0x400879)=>_0x400879['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x2adbb4['substr'](0xb)}}),_0x24b1cc['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2f62e8,{writer:_0x517860})=>{let _0x2ffbb2='suggestion:'+_0x2f62e8['getAttribute']('suggestion-type')+':'+_0x2f62e8['getAttribute']('id');return _0x2f62e8['getAttribute']('marker-count')&&(_0x2ffbb2+=':'+_0x2f62e8['getAttribute']('marker-count')),_0x517860['createElement']('$marker',{'data-name':_0x2ffbb2});}}),_0x24b1cc['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x24b1cc['conversion']['for']('editingDowncast')['add'](_0x5e7c8e=>{_0x5e7c8e['on']('addMarker:suggestion:formatBlock',_0x2935f7(),{'priority':'high'});}),_0x24b1cc['conversion']['for']('editingDowncast')['add'](_0x5ebe9b=>{_0x5ebe9b['on']('addMarker:suggestion:attribute',_0x2935f7({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x24b1cc['conversion']['for']('editingDowncast')['add'](_0x440c21=>{_0x440c21['on']('removeMarker:suggestion:formatBlock',(_0x34c1e2,_0x35cfdf,_0x51cdf0)=>{const _0x18656a=_0x51cdf0['mapper']['markerNameToElements'](_0x35cfdf['markerName']);if(_0x18656a){for(const _0x3698d7 of _0x18656a)_0x3698d7['getCustomProperty']('addHighlight')||(_0x51cdf0['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3698d7),_0x51cdf0['writer']['removeAttribute']('data-suggestion',_0x3698d7),_0x51cdf0['mapper']['unbindElementFromMarkerName'](_0x3698d7,_0x35cfdf['markerName']));}},{'priority':'high'});}),_0x24b1cc['conversion']['for']('editingDowncast')['add'](_0x20b648=>{_0x20b648['on']('removeMarker:suggestion:attribute',(_0x24497f,_0x491262,_0x8098b9)=>{const _0xc49abf=_0x8098b9['mapper']['markerNameToElements'](_0x491262['markerName']);if(!_0xc49abf)return;const {id:_0x222d17}=this['_splitMarkerName'](_0x491262['markerName']),_0x332931=this['_suggestions']['get'](_0x222d17),_0x5add8d=this['_getAttributeKey'](_0x332931);if(this['_isBlockAttribute'](_0x5add8d)){for(const _0x1633da of _0xc49abf)_0x1633da['getCustomProperty']('addHighlight')||(_0x8098b9['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1633da),_0x8098b9['writer']['removeAttribute']('data-suggestion',_0x1633da),_0x8098b9['mapper']['unbindElementFromMarkerName'](_0x1633da,_0x491262['markerName']));}},{'priority':'high'});}),_0x24b1cc['model']['document']['registerPostFixer'](_0x2f62c7=>{let _0x507d21=!0x1;const _0x39249f=Array['from'](_0x24b1cc['model']['document']['differ']['getChangedMarkers']()),_0x14970a=new Set();for(const {name:_0x1b412,data:_0x1cd8f8}of _0x39249f){const {group:_0x379ddc,type:_0x2053a5,subType:_0x24fea4,id:_0x33c7f0}=this['_splitMarkerName'](_0x1b412);if('suggestion'!==_0x379ddc)continue;const _0x1e5560=this['_suggestions']['get'](_0x33c7f0);if(null!=_0x1cd8f8['newRange']){'formatInline'==_0x2053a5&&(_0x507d21=_0x507d21||Ut(_0x1cd8f8['newRange'],_0x1b412,_0x2f62c7,_0x24b1cc['model']['schema']));const _0x3421ff='attribute'==_0x2053a5&&this['_isBlockAttribute'](_0x24fea4['split']('|')[0x0]);if(_0x1cd8f8['newRange']['isCollapsed']||'$graveyard'==_0x1cd8f8['newRange']['root']['rootName']||'formatBlock'==_0x2053a5&&!Ft(_0x1cd8f8['newRange'])||_0x3421ff&&!Ft(_0x1cd8f8['newRange'])||'deletion'==_0x2053a5&&!(!Vt(_0x173bc1=_0x1cd8f8['newRange'])&&!function(_0x53ba10){return _0x53ba10['start']['parent']==_0x53ba10['end']['nodeBefore']&&_0x53ba10['start']['isAtEnd'];}(_0x173bc1)))_0x2f62c7['removeMarker'](_0x1b412),_0x507d21=!0x0;else{if(!_0x1e5560||!_0x1e5560['isInContent'])continue;if(_0x1cd8f8['newRange']&&_0x1cd8f8['oldRange']&&_0x1cd8f8['newRange']['isEqual'](_0x1cd8f8['oldRange']))continue;_0x14970a['add'](_0x1e5560);}}}var _0x173bc1;return _0x14970a['size']>0x0&&(_0x507d21=!!this['_joinWithAdjacentSuggestions'](_0x14970a)||_0x507d21),_0x507d21;}),_0x24b1cc['model']['document']['registerPostFixer'](_0x367a03=>{let _0x37ee0c=!0x1;for(const _0x129d26 of _0x24b1cc['model']['document']['differ']['getChanges']())if('insert'==_0x129d26['type'])for(const _0x3ae32a of this['_suggestions']['values']()){if(_0x3ae32a['isMultiRange']||!_0x3ae32a['isInContent'])continue;const _0x48deae='formatBlock'==_0x3ae32a['type'],_0x3c676e=this['_getAttributeKey'](_0x3ae32a),_0xb859f1=_0x3c676e&&this['_isBlockAttribute'](_0x3c676e);if(!_0x48deae&&!_0xb859f1)continue;const _0x172f8e=_0x3ae32a['getFirstRange']();if(_0x172f8e['start']['parent']!=_0x172f8e['end']['parent']&&!_0x172f8e['end']['isAtEnd']){const _0x234993=_0x24b1cc['model']['createPositionAt'](_0x172f8e['start']['nodeAfter'],'end'),_0x29c188=_0x24b1cc['model']['createRange'](_0x172f8e['start'],_0x234993);_0x367a03['updateMarker'](_0x3ae32a['getFirstMarker'](),{'range':_0x29c188}),_0x37ee0c=!0x0;}}return _0x37ee0c;}),_0x24b1cc['model']['document']['registerPostFixer'](_0x1190a5=>this['_processAttributeChanges'](_0x1190a5)),_0x24b1cc['model']['document']['registerPostFixer'](_0x423910=>!_0x423910['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x423910)),_0x24b1cc['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x24b1cc['model']['document']['on']('change:data',(_0x3f5f94,_0x311575)=>{if(!_0x311575['isLocal']||_0x311575['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x278ff8=_0x24b1cc['model']['document']['differ']['getChanges']();if(0x0==_0x278ff8['length'])return;const _0x94df78=[],_0x38706b=_0x278ff8['filter'](_0x1bd1f6=>'attribute'==_0x1bd1f6['type']),_0x40103b=_0x278ff8['filter'](_0x3c87aa=>'insert'==_0x3c87aa['type']&&'$text'!=_0x3c87aa['name']);for(const _0x2b3ffb of _0x38706b)this['_isRegisteredAttribute'](_0x2b3ffb['attributeKey'])&&_0x94df78['push']({'key':_0x2b3ffb['attributeKey'],'newValue':_0x2b3ffb['attributeNewValue'],'oldValue':_0x2b3ffb['attributeOldValue'],'range':Pt(_0x2b3ffb['range'],_0x24b1cc['model'])});for(const _0x4660e3 of _0x40103b){if('rename'!=_0x4660e3['action']&&'refresh'!=_0x4660e3['action'])continue;const _0x1a9189=Lt(_0x4660e3['position']['nodeAfter'],_0x24b1cc['model']),_0x46478b=_0x4660e3['before'];'rename'==_0x4660e3['action']&&_0x94df78['push']({'key':m,'newValue':_0x4660e3['name'],'oldValue':_0x46478b['name'],'range':_0x1a9189});for(const [_0x5aec34,_0xc73d5b]of _0x46478b['attributes']){if(!this['_isRegisteredAttribute'](_0x5aec34))continue;const _0x263262=_0x4660e3['attributes']['get'](_0x5aec34);_0xc73d5b!==_0x263262&&_0x94df78['push']({'key':_0x5aec34,'newValue':_0x263262,'oldValue':_0xc73d5b,'range':_0x1a9189});}for(const [_0x3d48a5,_0x45ac3a]of _0x4660e3['attributes'])this['_isRegisteredAttribute'](_0x3d48a5)&&(_0x46478b['attributes']['has'](_0x3d48a5)||_0x94df78['push']({'key':_0x3d48a5,'newValue':_0x45ac3a,'oldValue':null,'range':_0x1a9189}));}0x0!=_0x94df78['length']&&_0x24b1cc['model']['enqueueChange'](_0x311575,_0x3b667a=>{const _0x1949e4=_0x3415dc();for(const {range:_0x382744,key:_0x56b0b3,oldValue:_0x1fb21b,newValue:_0x263030}of _0x94df78)this['markAttributeChange'](_0x382744,_0x56b0b3,_0x1fb21b,_0x263030,{'groupId':_0x1949e4});this['_reduceExistingSuggestions'](_0x3b667a,_0x94df78);});},{'priority':'lowest'}),_0x24b1cc['model']['markers']['on']('update:suggestion',(_0xe7b418,_0x5927fc,_0x226662)=>{if(null==_0x226662){const {id:_0x3dff16}=this['_splitMarkerName'](_0x5927fc['name']),_0x329cd4=this['_suggestions']['get'](_0x3dff16);_0x329cd4&&_0x329cd4['addMarkerName'](_0x5927fc['name']);}}),_0x24b1cc['model']['document']['on']('change:data',()=>{const _0x33a42c=Array['from'](_0x24b1cc['model']['document']['differ']['getChangedMarkers']())['filter'](_0x36d634=>'suggestion'===this['_splitMarkerName'](_0x36d634['name'])['group']);if(0x0===_0x33a42c['length'])return;_0x33a42c['sort']((_0x1d5bbc,_0x5b35ff)=>{const _0x341432=_0x1d5bbc['data']['oldRange'],_0x5e34fb=_0x5b35ff['data']['oldRange'];return null===_0x341432&&null===_0x5e34fb?0x0:null===_0x341432&&null!==_0x5e34fb?-0x1:null!==_0x341432&&null===_0x5e34fb?0x1:_0x341432['start']['isBefore'](_0x5e34fb['start'])?-0x1:0x1;});const _0xfcec2f=new Set(),_0x129c58=new Set();for(const {name:_0x486a58,data:_0x13fe43}of _0x33a42c){const {id:_0x4f425b}=this['_splitMarkerName'](_0x486a58);if(null===_0x13fe43['oldRange']){const _0x3f6306=this['_handleNewSuggestionMarker'](_0x486a58);_0x129c58['add'](_0x3f6306);}else{const _0x4edecc=this['_suggestions']['get'](_0x4f425b);null!==_0x13fe43['newRange']||_0x4edecc['isInContent']?(_0xfcec2f['add'](_0x4edecc['head']),_0x129c58['add'](_0x4edecc)):this['_removeSuggestion'](_0x4edecc);}}_0x129c58['size']>0x0&&this['_refreshSuggestionsChain'](_0x129c58);for(const _0x110ea7 of _0xfcec2f)this['fire']('suggestionChanged',_0x110ea7);}),_0x24b1cc['model']['on']('applyOperation',(_0x97aed1,_0x333a9c)=>{const _0x19b45f=_0x333a9c[0x0];if(!this['_suggestions']['size'])return;if(!_0x19b45f['isDocumentOperation'])return;if(_0x19b45f['batch']['isUndo']||!_0x19b45f['batch']['isLocal'])return;let _0x3cbb89,_0x55ee04;switch(_0x19b45f['type']){case'insert':_0x3cbb89=_0x24b1cc['model']['createPositionAt'](_0x19b45f['position']),_0x55ee04=_0x3cbb89['getShiftedBy'](_0x19b45f['howMany']);break;case'split':_0x3cbb89=_0x24b1cc['model']['createPositionAt'](_0x19b45f['splitPosition']),_0x55ee04=_0x24b1cc['model']['createPositionAt'](_0x19b45f['moveTargetPosition']);break;case'move':_0x3cbb89=_0x24b1cc['model']['createPositionAt'](_0x19b45f['targetPosition']),_0x55ee04=_0x3cbb89['getShiftedBy'](_0x19b45f['howMany']);break;default:return;}const _0x29ed42=_0x24b1cc['model']['createRange'](_0x3cbb89,_0x55ee04);_0x24b1cc['model']['change'](()=>{for(const {suggestion:_0x307782,meta:_0x42165f}of this['_findSuggestions'](_0x29ed42)){if(_0x307782['isMultiRange'])continue;if('formatInline'==_0x307782['type'])continue;const _0x2f9d9f=this['_getAttributeKey'](_0x307782);if(_0x2f9d9f&&this['_isBlockAttribute'](_0x2f9d9f)&&'split'!=_0x19b45f['type'])continue;const _0x1d04a5=_0x307782['data']&&_0x307782['data']['multipleBlocks'];('formatBlock'!=_0x307782['type']||'split'==_0x19b45f['type']&&!_0x1d04a5)&&(_0x42165f['containsRangeInObject']||'insertion'==_0x307782['type']&&_0x42165f['isOwn']||_0x307782['getFirstRange']()['containsRange'](_0x29ed42)&&this['_breakSuggestionMarker'](_0x307782,_0x3cbb89,_0x55ee04));}});},{'priority':'lowest'}),_0x24b1cc['model']['on']('deleteContent',(_0x30906d,_0x8b522f)=>{const _0x8964f7=_0x8b522f[0x0],_0x4b5fbc=_0x8b522f[0x1];if(_0x4b5fbc&&_0x4b5fbc['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x8964f7['isCollapsed'])return;const _0x2f2683=_0x24b1cc['model']['schema'],{start:_0x37a49f,end:_0x1840fb}=_0x8964f7['getFirstRange'](),_0x56c39e=_0x37a49f['nodeAfter']&&_0x2f2683['isLimit'](_0x37a49f['nodeAfter'])?null:_0x2f2683['getNearestSelectionRange'](_0x37a49f,'forward'),_0xc2bf4a=_0x1840fb['nodeBefore']&&_0x2f2683['isLimit'](_0x1840fb['nodeBefore'])?null:_0x2f2683['getNearestSelectionRange'](_0x1840fb,'backward'),_0x37930e=_0x24b1cc['model']['createRange'](_0x56c39e?_0x56c39e['start']:_0x37a49f,_0xc2bf4a?_0xc2bf4a['end']:_0x1840fb);_0x24b1cc['model']['change'](_0x5c6e5c=>{this['markDeletion'](_0x37930e);const _0x379d55=_0x24b1cc['model']['schema']['getNearestSelectionRange'](_0x37930e['start']);_0x8964f7['is']('documentSelection')?_0x5c6e5c['setSelection'](_0x379d55):_0x8964f7['setTo'](_0x379d55);}),_0x30906d['stop']();},{'priority':_0x267b38['normal']+0xa}),_0x24b1cc['model']['on']('insertContent',(_0xdb085c,_0x67590f)=>{const _0x42bf20=_0x67590f[_0x67590f['length']-0x1];_0x42bf20&&_0x42bf20['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x24b1cc['model']['change'](()=>{let _0x4aed72=_0x24b1cc['model']['insertContent'](_0x67590f[0x0],_0x67590f[0x1],_0x67590f[0x2],{'forceDefaultExecution':!0x0});if(!_0x4aed72)return;_0xdb085c['return']=_0x4aed72['clone']();const _0x5c78f0=_0x4aed72['end']['nodeBefore'],_0x5dd28b=_0x24b1cc['model']['schema'];_0x5c78f0&&_0x5dd28b['isBlock'](_0x5c78f0)&&!_0x5dd28b['isObject'](_0x5c78f0)&&(_0x4aed72=_0x24b1cc['model']['createRange'](_0x4aed72['start'],_0x24b1cc['model']['createPositionAt'](_0x5c78f0,'end'))),this['markInsertion'](_0x4aed72);}),_0xdb085c['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x253310=new x(_0x24b1cc,this['_suggestions']);_0x24b1cc['commands']['add']('acceptSuggestion',_0x253310),this['enableCommand']('acceptSuggestion');const _0x336134=new R(_0x24b1cc,this['_suggestions']);_0x24b1cc['commands']['add']('discardSuggestion',_0x336134),this['enableCommand']('discardSuggestion'),_0x24b1cc['commands']['add']('acceptAllSuggestions',new E(_0x24b1cc,_0x253310,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x24b1cc['commands']['add']('discardAllSuggestions',new E(_0x24b1cc,_0x336134,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x24b1cc['commands']['add']('acceptSelectedSuggestions',new O(_0x24b1cc,_0x253310,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x24b1cc['commands']['add']('discardSelectedSuggestions',new O(_0x24b1cc,_0x336134,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x789ade=_0x24b1cc['plugins']['get']('CommentsRepository');this['listenTo'](_0x789ade,'addComment',(_0x236aef,{threadId:_0x55ee1a})=>{const _0x363d48=this['_suggestions']['get'](_0x55ee1a);_0x363d48&&_0x363d48['commentThread']&&0x1===_0x363d48['commentThread']['length']&&this['_updateSuggestionData'](_0x55ee1a,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x789ade,'removeComment',(_0x265f9a,{threadId:_0x4ba28d})=>{const _0x3a6eac=this['_suggestions']['get'](_0x4ba28d);_0x3a6eac&&_0x3a6eac['commentThread']&&!_0x3a6eac['commentThread']['length']&&this['_updateSuggestionData'](_0x4ba28d,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x4e70ae){if(this['_adapter'])throw new _0xcccb3d('track-changes-adapter-already-set',this);this['_adapter']=_0x4e70ae;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x20f558=!0x1,toJSON:_0x6a2f50=!0x1}={}){const _0x235de1=[];for(const _0x570309 of this['_suggestions']['values']())_0x20f558&&!_0x570309['isInContent']||_0x235de1['push'](_0x570309);return _0x6a2f50?_0x235de1['map'](_0x253ef0=>_0x253ef0['toJSON']()):_0x235de1;}['getSuggestion'](_0x4f6024){const _0x167755=this['_suggestions']['get'](_0x4f6024);if(!_0x167755)throw new _0xcccb3d('track-changes-suggestion-not-found',this);return _0x167755;}['hasSuggestion'](_0x379513){return this['_suggestions']['has'](_0x379513);}['addSuggestionData'](_0x3ae6ed){const {authorId:_0x354850,id:_0x288014,attributes:_0x134c75}=_0x3ae6ed,[_0x134cda,_0x58b371]=_0x3ae6ed['type']['split'](':'),_0x236577=this['_suggestions']['get'](_0x288014)||this['_createSuggestion'](_0x134cda,_0x58b371,_0x288014,_0x354850,_0x134c75);if(this['_addThreadToSuggestion'](_0x236577),this['_checkSuggestionCorrectness'](_0x236577,_0x134cda,_0x58b371||null,_0x354850),_0x236577['createdAt']=_0x3ae6ed['createdAt'],_0x236577['_isDataLoaded']=!0x0,_0x134c75&&_0x134c75['@external']){const _0x16bad8=_0x134c75['@external'],_0x47cb7e=this['_getExternalAuthor'](_0x16bad8['authorName']);_0x236577['authoredAt']=_0x16bad8['createdAt'],_0x236577['author']=_0x47cb7e,_0x236577['isExternal']=!0x0;}else _0x236577['authoredAt']=_0x3ae6ed['createdAt'];switch(_0x3ae6ed['data']&&(_0x236577['data']=_0x3ae6ed['data']),_0x3ae6ed['attributes']&&(_0x236577['attributes']=_0x3ae6ed['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x236577['_saved']=!0x0),this['_suggestionState']['get'](_0x236577)){case'notReady':this['_suggestionState']['set'](_0x236577,'dataReady');break;case'markerReady':_0x236577['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x236577])),this['_refreshSuggestionsChain'](new Set([_0x236577])),this['_suggestionState']['set'](_0x236577,'ready'),this['fire']('suggestionLoaded',_0x236577)):this['_suggestionState']['set'](_0x236577,'removed');}return _0x236577;}['acceptSuggestion'](_0x24a3ab){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x23f2f8 of _0x24a3ab['getAllAdjacentSuggestions']())_0x23f2f8['accept']();});});}['discardSuggestion'](_0x447bb5){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5c0dd9 of _0x447bb5['getAllAdjacentSuggestions']())_0x5c0dd9['discard']();});});}['enableCommand'](_0x345f3f,_0x3ea6ae){const _0xe38b70=this['editor']['commands']['get'](_0x345f3f);if(!_0xe38b70)throw new _0xcccb3d('track-changes-command-not-found',this,{'commandName':_0x345f3f});if(this['_enabledCommands']['has'](_0xe38b70))throw new _0xcccb3d('track-changes-enable-command-twice',this,{'commandName':_0x345f3f});this['_enabledCommands']['add'](_0xe38b70),_0x3ea6ae&&_0xe38b70['on']('execute',(_0xbc28b8,_0x1d6923)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x1d6923['length']>0x0&&_0x1d6923[_0x1d6923['length']-0x1]&&_0x1d6923[_0x1d6923['length']-0x1]['forceDefaultExecution']?_0x1d6923['pop']():(_0xbc28b8['return']=_0x3ea6ae((..._0x5bbc76)=>_0xe38b70['execute'](..._0x5bbc76,{'forceDefaultExecution':!0x0}),..._0x1d6923),_0xbc28b8['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x2696fb){let _0xea8bfe,_0x894330;const _0x19ac99=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0xea8bfe=_0x2696fb();}catch(_0x5dcc80){_0x894330=_0x5dcc80;}return _0x19ac99||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x894330&&_0xcccb3d['rethrowUnexpectedError'](_0x894330,this),_0xea8bfe;}['markInsertion'](_0x2cdff2,_0x345dd3=null,_0x4c3860={}){if(_0x2cdff2['isCollapsed'])return null;const _0x3ce157=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x5eb5db,meta:_0x23a141}of this['_findSuggestions'](_0x2cdff2,'insertion'))if(_0x23a141['isOwn']){if(!_0x23a141['isNextTo']){if(_0x23a141['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x5eb5db,_0x4c3860))continue;return _0x5eb5db;}if(qt(_0x5eb5db,_0x4c3860))return _0x5eb5db;this['_breakSuggestionMarker'](_0x5eb5db,_0x2cdff2['start'],_0x2cdff2['end']);break;}if(_0x345dd3==_0x5eb5db['subType']&&qt(_0x5eb5db,_0x4c3860)){const _0x3b80a2=_0x5eb5db['getFirstRange']();return _0x3b80a2['start']['isEqual'](_0x2cdff2['end'])?this['_setSuggestionRange'](_0x5eb5db,this['_model']['createRange'](_0x2cdff2['start'],_0x3b80a2['end'])):this['_setSuggestionRange'](_0x5eb5db,this['_model']['createRange'](_0x3b80a2['start'],_0x2cdff2['end'])),_0x5eb5db;}}const _0x235114=_0x3415dc(),_0x14d7a7=_0x3ce157['id'],_0x1d9218=_0x345dd3?'insertion:'+_0x345dd3:'insertion',_0x7b0c4f=this['_setSuggestionData']({'id':_0x235114,'type':_0x1d9218,'createdAt':new Date(),'authorId':_0x14d7a7,'attributes':_0x4c3860});return this['_addSuggestionMarker'](_0x1d9218,_0x235114,_0x14d7a7,_0x2cdff2),_0x7b0c4f;}['markMultiRangeInsertion'](_0x18149f,_0x24cf80='multi',_0x5213b1={}){const _0x5cbb21=this['editor']['plugins']['get']('Users')['me'],_0x51b521=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x24cf80,'join');for(const _0x3cc3b2 of this['getSuggestions']())if(_0x3cc3b2['author']['id']==_0x5cbb21['id']&&'insertion'==_0x3cc3b2['type']&&_0x3cc3b2['subType']==_0x24cf80&&qt(_0x3cc3b2,_0x5213b1)&&(_0x51b521(_0x3cc3b2['getRanges'](),_0x18149f)||_0x51b521(_0x18149f,_0x3cc3b2['getRanges']()))){for(const _0x4ec509 of _0x18149f)_0x3cc3b2['addRange'](_0x4ec509);return _0x3cc3b2;}for(const {suggestion:_0x3fb911,meta:_0x426157}of this['_findSuggestions'](_0x18149f,'insertion')){if(!_0x426157['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x426157['containsRangeInObject'])continue;if(!qt(_0x3fb911,_0x5213b1))continue;let _0x405807=!0x0;for(const _0x547849 of _0x3fb911['getRanges']())for(const _0x2788ee of _0x18149f)if(!_0x547849['containsRange'](_0x2788ee)){_0x405807=!0x1;break;}if(_0x405807)return _0x3fb911;}const _0x1893a9=_0x3415dc(),_0x5cd389=_0x5cbb21['id'],_0xbf2f64='insertion:'+_0x24cf80,_0x3a375f=this['_setSuggestionData']({'id':_0x1893a9,'type':_0xbf2f64,'createdAt':new Date(),'authorId':_0x5cd389,'attributes':_0x5213b1});for(const _0x330b60 of _0x18149f)this['_addSuggestionMarker'](_0xbf2f64,_0x1893a9,_0x5cd389,_0x330b60,u['getMultiRangeId']());return _0x3a375f;}['markInlineFormat'](_0x4328ee,_0x4e635b,_0x133969=null,_0x509f9f={}){if(_0x133969=_0x133969||Gt(_0x4e635b),_0x4328ee['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x46b0c1=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x133969,'accept');return this['forceDefaultExecution'](()=>_0x46b0c1([_0x4328ee],_0x4e635b,_0x509f9f)),null;}const _0x664557=this['editor']['plugins']['get']('Users')['me'],_0x34cdfc=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5816e4,meta:_0x1af3ec}of this['_findSuggestions'](_0x4328ee,'insertion'))_0x1af3ec['isOwn']&&!_0x1af3ec['isInsideObject']&&_0x34cdfc['push'](..._0x5816e4['getRanges']());}const _0x1feb0d=function(_0x445ece,_0x7a88f9){const _0x3604e0=[];for(const _0x5cdb0b of _0x7a88f9){const _0x3da3b3=_0x445ece['getIntersection'](_0x5cdb0b);_0x3da3b3&&_0x3604e0['push'](_0x3da3b3);}return _0x3604e0;}(_0x4328ee,_0x34cdfc),_0x57fa51=function(_0x50a690,_0x395c93){const _0x311e6b=[_0x50a690];for(const _0x2936d9 of _0x395c93){let _0x299ca8=0x0;for(;_0x299ca8<_0x311e6b['length'];){const _0x4cfc8e=_0x311e6b[_0x299ca8]['getDifference'](_0x2936d9);_0x311e6b['splice'](_0x299ca8,0x1,..._0x4cfc8e),_0x299ca8+=_0x4cfc8e['length'];}}return _0x311e6b;}(_0x4328ee,_0x34cdfc);_0x1feb0d['length']&&this['_model']['change'](()=>{for(const _0x10ec56 of _0x1feb0d){const _0x3f8725=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x133969,'accept');this['forceDefaultExecution'](()=>_0x3f8725([_0x10ec56],_0x4e635b,_0x509f9f));}});for(const _0x59de69 of _0x57fa51){let _0x17c675=null,_0x1ceee8=_0x59de69['start'],_0x27183f=_0x59de69['end'];for(const {suggestion:_0x4e9cb4,meta:_0x48dd23}of this['_findSuggestions'](_0x59de69,'formatInline')){if(!_0x48dd23['isOwn'])continue;if(_0x4e9cb4['subType']!=_0x133969)continue;if(!qt(_0x4e9cb4,_0x509f9f))continue;const _0x3cc513=_0x4e9cb4['getFirstRange']();if(_0x3cc513['containsRange'](_0x59de69,!0x0))return null;_0x1ceee8=_0x1ceee8['isBefore'](_0x3cc513['start'])?_0x1ceee8:_0x3cc513['start'],_0x27183f=_0x27183f['isAfter'](_0x3cc513['end'])?_0x27183f:_0x3cc513['end'],_0x17c675?_0x3cc513['start']['isBefore'](_0x17c675['getFirstRange']()['start'])?(_0x17c675['removeMarkers'](),_0x17c675=_0x4e9cb4):_0x4e9cb4['removeMarkers']():_0x17c675=_0x4e9cb4;}const _0x4d2c23=this['_model']['createRange'](_0x1ceee8,_0x27183f);if(_0x17c675)this['_setSuggestionRange'](_0x17c675,_0x4d2c23);else{const _0x4ea556=_0x3415dc(),_0x5054cd=_0x664557['id'];this['_setSuggestionData']({'id':_0x4ea556,'type':'formatInline:'+_0x133969,'data':_0x4e635b,'createdAt':new Date(),'authorId':_0x5054cd,'attributes':_0x509f9f}),this['_addSuggestionMarker']('formatInline:'+_0x133969,_0x4ea556,_0x5054cd,_0x4d2c23);}}return null;}['markBlockFormat'](_0x3a9b37,_0x59dffb,_0x11bc1f=[],_0x369a06=null,_0x484da2={}){_0x59dffb['formatGroupId']||(_0x59dffb['formatGroupId']=_0x59dffb['commandName']),_0x59dffb['multipleBlocks']=_0x3a9b37['is']('range'),_0x369a06=_0x369a06||Gt(_0x59dffb);const _0x3a91d3=_0x11bc1f['map'](_0x5ab920=>Lt(_0x5ab920,this['_model'])),_0x57ae94=_0x3a9b37['is']('range')?_0x3a9b37:Lt(_0x3a9b37,this['_model']);if('never'===this['_trackFormatChanges']){const _0xd8fd53=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x369a06,'accept');return this['forceDefaultExecution'](()=>_0xd8fd53([_0x57ae94],_0x59dffb,_0x484da2)),null;}_0x3a91d3['push'](_0x57ae94);let _0x2d4358=!0x0;for(const _0xd03132 of _0x3a91d3)if(!this['_rangeIsInLocalUserInsertion'](_0xd03132)){_0x2d4358=!0x1;break;}if(_0x2d4358&&'always'!==this['_trackFormatChanges']){const _0x4cc239=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x369a06,'accept');return this['forceDefaultExecution'](()=>_0x4cc239([_0x57ae94],_0x59dffb,_0x484da2)),null;}let _0x2888ad=null,_0x2ecc28=_0x57ae94['start'],_0x2c3ca5=_0x57ae94['end'];for(const {suggestion:_0x535748,meta:_0x1ebaca}of this['_findSuggestions'](_0x57ae94,'formatBlock')){if(!_0x1ebaca['isOwn'])continue;if(_0x1ebaca['isNextTo']||_0x1ebaca['containsRangeInObject']||_0x1ebaca['isInsideObject'])continue;if(_0x535748['data']['formatGroupId']!=_0x59dffb['formatGroupId'])continue;if(!qt(_0x535748,_0x484da2))continue;const _0x120ab7=_0x535748['getFirstRange']();if(_0x535748['subType']==_0x369a06){if(_0x120ab7['containsRange'](_0x57ae94,!0x0))return null;_0x2ecc28=_0x2ecc28['isBefore'](_0x120ab7['start'])?_0x2ecc28:_0x120ab7['start'],_0x2c3ca5=_0x2c3ca5['isAfter'](_0x120ab7['end'])?_0x2c3ca5:_0x120ab7['end'],_0x2888ad?_0x120ab7['start']['isBefore'](_0x2888ad['getFirstRange']()['start'])?(_0x2888ad['removeMarkers'](),_0x2888ad=_0x535748):_0x535748['removeMarkers']():_0x2888ad=_0x535748;}else{const _0x2b8dfe=_0x57ae94['getIntersection'](_0x120ab7);this['_cutOutSuggestionMarker'](_0x535748,_0x2b8dfe);}}const _0x4fd180=this['editor']['plugins']['get']('Users')['me'],_0xcb5f75=_0x3415dc(),_0x485377=_0x4fd180['id'];if(_0x2888ad)return this['_setSuggestionRange'](_0x2888ad,this['_model']['createRange'](_0x2ecc28,_0x2c3ca5)),_0x2888ad;{const _0x2f2af2=this['_setSuggestionData']({'id':_0xcb5f75,'type':'formatBlock:'+_0x369a06,'data':_0x59dffb,'createdAt':new Date(),'authorId':_0x485377,'attributes':_0x484da2});return this['_addSuggestionMarker']('formatBlock:'+_0x369a06,_0xcb5f75,_0x485377,this['_model']['createRange'](_0x2ecc28,_0x2c3ca5)),_0x2f2af2;}}['markMultiRangeBlockFormat'](_0x391d65,_0x224494,_0x21bee=[],_0x2eb6c0=null,_0x5985f7={}){_0x224494['formatGroupId']||(_0x224494['formatGroupId']=_0x224494['commandName']);const _0x118c03=_0x391d65[0x0];_0x224494['multipleBlocks']=_0x118c03['is']('range'),_0x2eb6c0=_0x2eb6c0||Gt(_0x224494);const _0x1432cc=_0x21bee['map'](_0x3dbc55=>Lt(_0x3dbc55,this['_model'])),_0xe08611=_0x118c03['is']('range')?_0x391d65:_0x391d65['map'](_0x57b3a1=>Lt(_0x57b3a1,this['_model']));if('never'===this['_trackFormatChanges']){const _0x54dbe1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2eb6c0,'accept');return this['forceDefaultExecution'](()=>_0x54dbe1(_0xe08611,_0x224494,_0x5985f7)),null;}_0x1432cc['push'](..._0xe08611);let _0x568671=!0x0;for(const _0x1b4c13 of _0x1432cc)if(!this['_rangeIsInLocalUserInsertion'](_0x1b4c13)){_0x568671=!0x1;break;}if(_0x568671&&'always'!==this['_trackFormatChanges']){const _0x2013dd=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2eb6c0,'accept');return this['forceDefaultExecution'](()=>_0x2013dd(_0xe08611,_0x224494,_0x5985f7)),null;}const _0x50cd48=this['editor']['plugins']['get']('Users')['me'];for(const _0x3c3616 of this['getSuggestions']()){if(_0x3c3616['author']['id']!=_0x50cd48['id'])continue;if('formatBlock'!=_0x3c3616['type']||_0x3c3616['data']['formatGroupId']!=_0x224494['formatGroupId'])continue;if(!qt(_0x3c3616,_0x5985f7))continue;const _0x2edd7f=_0x3c3616['subType']==_0x2eb6c0;for(let _0x25f321=0x0;_0x25f321<_0xe08611['length'];_0x25f321++){const _0x2de966=_0xe08611[_0x25f321];for(const _0x212c5c of _0x3c3616['getMarkers']()){const _0x501a6b=_0x212c5c['getRange']();if(_0x2de966['isEqual'](_0x501a6b)){_0x2edd7f?(_0xe08611['splice'](_0x25f321,0x1),_0x25f321--):_0x3c3616['removeMarker'](_0x212c5c['name']);break;}}}}if(0x0==_0xe08611['length'])return null;const _0x287f3e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2eb6c0,'join');for(const _0x30502e of this['getSuggestions']())if(_0x30502e['author']['id']==_0x50cd48['id']&&'formatBlock'==_0x30502e['type']&&_0x30502e['data']['formatGroupId']==_0x224494['formatGroupId']&&_0x30502e['subType']==_0x2eb6c0&&qt(_0x30502e,_0x5985f7)&&(_0x287f3e(_0x30502e['getRanges'](),_0xe08611)||_0x287f3e(_0xe08611,_0x30502e['getRanges']()))){for(const _0x4eebb9 of _0xe08611)_0x30502e['addRange'](_0x4eebb9);return _0x30502e;}const _0x37e710=_0x3415dc(),_0x598265=_0x50cd48['id'],_0xc4bd85='formatBlock:'+_0x2eb6c0,_0x47e748=this['_setSuggestionData']({'id':_0x37e710,'type':_0xc4bd85,'data':_0x224494,'createdAt':new Date(),'authorId':_0x598265,'attributes':_0x5985f7});for(const _0x484080 of _0xe08611)this['_addSuggestionMarker'](_0xc4bd85,_0x37e710,_0x598265,_0x484080,u['getMultiRangeId']());return _0x47e748;}['markDeletion'](_0x2d03f4,_0x4f808b=null,_0xff98e3={}){if(_0x2d03f4['isCollapsed'])return null;const _0x39304d=this['editor']['plugins']['get']('Users')['me'],_0x13a92c=new _0x2fd4c8(_0x2d03f4['start'],_0x2d03f4['end']);for(const {suggestion:_0x100f95,meta:_0x3161de}of this['_findSuggestions'](_0x13a92c,'insertion'))if(_0x3161de['isOwn']&&!_0x3161de['isNextTo']){if(_0x100f95['isMultiRange']){const _0x34d21a=_0x100f95['getRanges']()['filter'](_0x5a3e70=>'$graveyard'!=_0x5a3e70['root']['rootName']);_0x34d21a['every'](_0xddf437=>_0x13a92c['containsRange'](_0xddf437,!0x0))&&_0x100f95['discard']();if(_0x34d21a['some'](_0x4574e6=>_0x4574e6['containsRange'](_0x13a92c,!0x0))){const _0x36bd7a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4f808b,'accept');return this['forceDefaultExecution'](()=>_0x36bd7a([_0x13a92c],null,_0xff98e3)),null;}}else{const _0x5b1ff4=_0x13a92c['getIntersection'](_0x100f95['getFirstRange']());null!==_0x5b1ff4&&_0x100f95['_onDiscard']([_0x5b1ff4],null,_0xff98e3);}}if(_0x13a92c['detach'](),_0x13a92c['isCollapsed']||'$graveyard'==_0x13a92c['root']['rootName'])return null;let _0x120daf=null,_0x3ee876=_0x13a92c['start'],_0x2cdb99=_0x13a92c['end'];const _0x42a404=this['_findSuggestions'](_0x13a92c,'deletion');for(const {suggestion:_0x53450f,meta:_0x407b32}of _0x42a404){const _0x57f080=this['_model']['createRange'](_0x3ee876,_0x2cdb99);if(_0x407b32['isOwn']&&(this['_mergeNestedSuggestions']||!_0x407b32['containsRangeInObject']&&!_0x407b32['isInsideObject'])){if(_0x53450f['isMultiRange']){if(!qt(_0x53450f,_0xff98e3))continue;let _0x43c794=!0x0;for(const _0x1ceb5d of _0x53450f['getRanges']()){if(_0x1ceb5d['containsRange'](_0x57f080,!0x0))return _0x53450f;_0x57f080['containsRange'](_0x1ceb5d)||(_0x43c794=!0x1);}_0x43c794&&_0x53450f['discard']();}else{const _0x1397be=_0x53450f['getFirstRange']();if(_0x1397be['containsRange'](_0x57f080,!0x0))return _0x53450f;if(!qt(_0x53450f,_0xff98e3)){_0x57f080['containsRange'](_0x1397be)?_0x53450f['removeMarkers']():_0x1397be['containsPosition'](_0x3ee876)?_0x3ee876=_0x1397be['end']:_0x1397be['containsPosition'](_0x2cdb99)&&(_0x2cdb99=_0x1397be['start']);continue;}_0x3ee876=_0x3ee876['isBefore'](_0x1397be['start'])?_0x3ee876:_0x1397be['start'],_0x2cdb99=_0x2cdb99['isAfter'](_0x1397be['end'])?_0x2cdb99:_0x1397be['end'],_0xff98e3=Object['assign']({},_0x53450f['attributes']),_0x120daf?_0x1397be['start']['isBefore'](_0x120daf['getFirstRange']()['start'])?(_0x120daf['removeMarkers'](),_0x120daf=_0x53450f):_0x53450f['removeMarkers']():_0x120daf=_0x53450f;}}}if(_0x120daf)return this['_setSuggestionRange'](_0x120daf,this['_model']['createRange'](_0x3ee876,_0x2cdb99)),_0x120daf;{const _0x347843=_0x3415dc(),_0x299ac8=this['_model']['createRange'](_0x3ee876,_0x2cdb99),_0x468fdc=_0x39304d['id'],_0xdd5485=_0x4f808b?'deletion:'+_0x4f808b:'deletion',_0x24ed93=this['_setSuggestionData']({'id':_0x347843,'type':_0xdd5485,'createdAt':new Date(),'authorId':_0x468fdc,'attributes':_0xff98e3});return this['_addSuggestionMarker'](_0xdd5485,_0x347843,_0x468fdc,_0x299ac8),_0x24ed93;}}['markMultiRangeDeletion'](_0x379344,_0x3af53b='multi',_0x51329b={}){const _0x4aff13=this['editor']['plugins']['get']('Users')['me'],_0x317cc8=_0x379344['map'](_0x5e1115=>new _0x2fd4c8(_0x5e1115['start'],_0x5e1115['end'])),_0x31efbe=new Set();for(const {suggestion:_0x39e932,meta:_0xee1cbe}of this['_findSuggestions'](_0x317cc8,'insertion'))_0xee1cbe['isOwn']&&!_0xee1cbe['isNextTo']&&_0x31efbe['add'](_0x39e932);for(const _0x54f733 of _0x31efbe)if(_0x54f733['isMultiRange']){const _0x20e10a=_0x54f733['getRanges']();(!_0x54f733['attributes']||!_0x54f733['attributes']['skipNestingCheck'])&&(_0x20e10a['every'](_0x1c7ad3=>_0x317cc8['some'](_0x28eb3d=>_0x28eb3d['containsRange'](_0x1c7ad3,!0x0)))&&_0x54f733['discard']());if(_0x317cc8['every'](_0x493f48=>_0x20e10a['some'](_0x54cfa1=>_0x54cfa1['containsRange'](_0x493f48,!0x0)))){const _0x5f2ac0=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3af53b,'accept');return this['forceDefaultExecution'](()=>_0x5f2ac0(_0x379344,null,_0x51329b)),null;}}else{const _0x2eb9f5=_0x54f733['getFirstRange']();_0x317cc8['some'](_0x4f1f5f=>_0x4f1f5f['containsRange'](_0x2eb9f5,!0x0))&&_0x54f733['discard']();if(_0x317cc8['every'](_0x1599e6=>_0x2eb9f5['containsRange'](_0x1599e6,!0x0))){const _0x45514c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3af53b,'accept');return this['forceDefaultExecution'](()=>_0x45514c(_0x317cc8,null,_0x51329b)),null;}}const _0x70cd4e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3af53b,'join');let _0x1ba471=null;for(const _0x2327d7 of this['getSuggestions']())if(_0x2327d7['author']['id']==_0x4aff13['id']&&_0x2327d7['isInContent']&&'deletion'==_0x2327d7['type']&&_0x2327d7['subType']==_0x3af53b&&qt(_0x2327d7,_0x51329b)&&(_0x70cd4e(_0x2327d7['getRanges'](),_0x317cc8)||_0x70cd4e(_0x317cc8,_0x2327d7['getRanges']()))){if(_0x1ba471){if(_0x2327d7['commentThread']&&_0x2327d7['commentThread']['length'])continue;for(const _0x29873e of _0x2327d7['getRanges']())_0x1ba471['isIntersectingWithRange'](_0x29873e)||_0x1ba471['addRange'](_0x29873e);_0x2327d7['removeMarkers']();}else{_0x1ba471=_0x2327d7;for(const _0x535dbd of _0x317cc8)_0x2327d7['isIntersectingWithRange'](_0x535dbd)||_0x2327d7['addRange'](_0x535dbd);}}if(_0x1ba471)return _0x1ba471;_0x31efbe['clear']();for(const {suggestion:_0x2cf34d,meta:_0x31a955}of this['_findSuggestions'](_0x317cc8,'deletion'))_0x31a955['isOwn']&&(this['_mergeNestedSuggestions']||!_0x31a955['containsRangeInObject']&&!_0x31a955['isInsideObject'])&&qt(_0x2cf34d,_0x51329b)&&_0x31efbe['add'](_0x2cf34d);for(const _0x232e68 of _0x31efbe){const _0x1f6fc7=_0x232e68['getRanges']();if(!_0x51329b||!_0x51329b['skipNestingCheck']){if(_0x317cc8['every'](_0x4b6ae7=>_0x1f6fc7['some'](_0x5e88db=>_0x5e88db['containsRange'](_0x4b6ae7,!0x0))))return _0x232e68;}(!_0x232e68['attributes']||!_0x232e68['attributes']['skipNestingCheck'])&&(_0x1f6fc7['every'](_0x51cbcf=>_0x317cc8['some'](_0x5c766b=>_0x5c766b['containsRange'](_0x51cbcf,!0x0)))&&_0x232e68['discard']());}const _0x5d9db6=_0x3415dc(),_0x4bb3c6=_0x4aff13['id'],_0x2cae51='deletion:'+_0x3af53b,_0x4166b4=this['_setSuggestionData']({'id':_0x5d9db6,'type':_0x2cae51,'createdAt':new Date(),'authorId':_0x4bb3c6,'attributes':_0x51329b});for(const _0x9c4ce8 of _0x317cc8)_0x9c4ce8['detach'](),_0x9c4ce8['isCollapsed']||'$graveyard'==_0x9c4ce8['root']['rootName']||this['_addSuggestionMarker'](_0x2cae51,_0x5d9db6,_0x4bb3c6,_0x9c4ce8,u['getMultiRangeId']());return _0x4166b4;}['markAttributeChange'](_0x314b88,_0x3c5a8f,_0x153213,_0x42adf3,_0x4b39a5){if(_0x314b88['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2c7ae8=this['editor']['plugins']['get']('Users')['me']['id'],_0x266a2e=Array['from'](this['_suggestions']['values']())['filter'](_0x15cb78=>'attribute'==_0x15cb78['type']&&_0x15cb78['data']['key']==_0x3c5a8f&&_0x15cb78['isIntersectingWithRange'](_0x314b88));if('default'===this['_trackFormatChanges']){const _0x35d92d=this['_findSuggestions'](_0x314b88,'insertion')['filter'](({meta:_0x1fd7ca})=>_0x1fd7ca['isOwn']&&!_0x1fd7ca['isInsideObject']&&!_0x1fd7ca['isNextTo'])['map'](({suggestion:_0x30123c})=>_0x30123c);_0x266a2e['unshift'](..._0x35d92d);}const _0x1ed8c1=new Map([[_0x314b88,_0x153213]]);for(const _0x59c8af of _0x266a2e){const _0x2c71dc='attribute'==_0x59c8af['type']?_0x59c8af['data']['oldValue']:void 0x0,_0x2f2f05=_0x59c8af['getFirstRange'](),_0x3b60bf=Array['from'](_0x1ed8c1['keys']())['find'](_0x3c8f75=>_0x3c8f75['isIntersecting'](_0x2f2f05));if(!_0x3b60bf)continue;const _0x337f93=_0x3b60bf['getDifference'](_0x2f2f05);this['_isBlockAttribute'](_0x3c5a8f)&&'insertion'==_0x59c8af['type']&&0x0!=_0x337f93['length']||(_0x1ed8c1['delete'](_0x3b60bf),_0x337f93['forEach'](_0x1d0d19=>{_0x1ed8c1['set'](_0x1d0d19,_0x153213);}),'insertion'!=_0x59c8af['type']&&_0x2c71dc!=_0x42adf3&&_0x1ed8c1['set'](_0x3b60bf['getIntersection'](_0x2f2f05),_0x2c71dc));}const _0x43deed=[];for(const [_0x194c2f,_0x2ff290]of _0x1ed8c1){const _0x2e8244=_0x3415dc(),_0x146a2d={'key':_0x3c5a8f,'oldValue':_0x2ff290,'newValue':_0x42adf3};_0x3c5a8f['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':_0x3c5a8f});const _0x192fe5=('attribute:'+(_0x3c5a8f+'|'+Gt({'newValue':_0x42adf3})))['substring'](0x0,0x3c),_0x15c161=this['_setSuggestionData']({'id':_0x2e8244,'type':_0x192fe5,'data':_0x146a2d,'createdAt':new Date(),'authorId':_0x2c7ae8,'attributes':_0x4b39a5});_0x43deed['push'](_0x15c161),this['_addSuggestionMarker'](_0x192fe5,_0x2e8244,_0x2c7ae8,_0x194c2f);}return _0x43deed;}['enableDefaultAttributesIntegration'](_0x701d98){this['enableCommand'](_0x701d98,(_0x111bec,..._0x2eb37c)=>{this['_recordAttributeChanges'](()=>{_0x111bec(..._0x2eb37c);});});}['registerBlockAttribute'](_0x61f3db){this['_blockAttributeKeys']['add'](_0x61f3db);}['registerInlineAttribute'](_0x575616){this['_inlineAttributeKeys']['add'](_0x575616);}['_getAttributeKey'](_0x3b9558){return'attribute'==_0x3b9558['type']?_0x3b9558['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x532440,_0x5d9243){const _0x1f2607=_0x532440['getFirstMarker']();this['_model']['change'](_0x11c237=>{_0x11c237['updateMarker'](_0x1f2607,{'range':_0x5d9243});});}['_addThreadToSuggestion'](_0x5140ed){const _0x37eb91=_0x5140ed['id'],_0x5b66d9=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x37eb91)||this['_commentsRepository']['addCommentThread']({'channelId':_0x5b66d9,'threadId':_0x37eb91,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x3d9a1e=this['_commentsRepository']['getCommentThread'](_0x37eb91);_0x3d9a1e['unbind']('isRemovable'),_0x3d9a1e['isRemovable']=!0x1,_0x5140ed['commentThread']=_0x3d9a1e;}['_checkSuggestionCorrectness'](_0x4f0220,_0x17a528,_0x18d5ed,_0x37afd2){if(_0x4f0220['type']!=_0x17a528||_0x4f0220['subType']!=_0x18d5ed||_0x4f0220['creator']['id']!=_0x37afd2)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0xcccb3d('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2113bb,_0x2a41bc){const _0x307126=_0x2113bb['getFirstRange']();if(_0x2a41bc['isEqual'](_0x307126))_0x2113bb['removeMarkers']();else{if(_0x307126['containsRange'](_0x2a41bc)){const _0x232ab5=this['_model']['createPositionAt'](_0x2a41bc['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2113bb,this['_model']['createRange'](_0x307126['start'],_0x232ab5));const _0x1f2763=_0x3415dc(),_0x3b9cf9=_0x2113bb['creator']['id'],_0x332fef=_0x2113bb['type']+':'+_0x2113bb['subType'];this['_setSuggestionData']({'id':_0x1f2763,'type':_0x332fef,'createdAt':new Date(),'authorId':_0x3b9cf9,'data':_0x2113bb['data'],'attributes':_0x2113bb['attributes']});const _0x356619=this['_model']['createPositionAt'](_0x2a41bc['end']['parent'],'after'),_0x5cea27=this['_model']['createRange'](_0x356619,_0x307126['end']);this['_addSuggestionMarker'](_0x332fef,_0x1f2763,_0x3b9cf9,_0x5cea27);}else{if(_0x307126['containsPosition'](_0x2a41bc['start'])){const _0x3f7835=this['_model']['createPositionAt'](_0x2a41bc['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2113bb,this['_model']['createRange'](_0x307126['start'],_0x3f7835));}else{const _0x37f9f8=this['_model']['createPositionAt'](_0x2a41bc['end']['parent'],'after');this['_setSuggestionRange'](_0x2113bb,this['_model']['createRange'](_0x37f9f8,_0x307126['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x33e50e){for(const {suggestion:_0x48255b,meta:_0x25e557}of this['_findSuggestions'](_0x33e50e,'insertion')){if(!_0x25e557['isOwn'])continue;const _0x514365=_0x48255b['getRanges']();for(const _0xb89324 of _0x514365)if(!_0x33e50e['getDifference'](_0xb89324)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x555858){const _0x81cd1d=this['editor']['plugins']['get']('Users')['getUser'](_0x555858);if(!_0x81cd1d)throw new _0xcccb3d('track-changes-user-not-found',this);return _0x81cd1d;}['_getExternalAuthor'](_0x458252){const _0x5dac21=this['editor']['plugins']['get']('Users'),_0x532d69=_0x3890d7('external:'+_0x458252),_0x42a55c=_0x5dac21['getUser'](_0x532d69);return _0x42a55c||_0x5dac21['addUser']({'id':_0x532d69,'name':_0x458252});}['_createSuggestion'](_0x4f859b,_0x1e8c08,_0x2f3c8c,_0x47fcd0,_0x24e034){const _0x5c0861=this['_getAuthorFromId'](_0x47fcd0),_0x56ce98=this['_suggestionFactory']['buildSuggestion'](_0x4f859b,_0x1e8c08,_0x2f3c8c,_0x5c0861,_0x24e034,_0x39783b=>{this['_updateSuggestionData'](_0x2f3c8c,{'attributes':_0x39783b});const _0x54077d=this['getSuggestion'](_0x2f3c8c);this['_joinWithAdjacentSuggestions'](new Set([_0x54077d])),this['_refreshSuggestionsChain'](new Set([_0x54077d]));});return this['listenTo'](_0x56ce98,'accept',()=>{this['_updateSuggestionData'](_0x2f3c8c,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x56ce98,'discard',()=>{this['_updateSuggestionData'](_0x2f3c8c,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2f3c8c,_0x56ce98),this['_suggestionState']['set'](_0x56ce98,'notReady'),_0x56ce98;}['_splitMarkerName'](_0x3aaf07){const _0x5040c7=_0x3aaf07['split'](':');return{'group':_0x5040c7[0x0],'type':_0x5040c7[0x1],'subType':_0x5040c7['length']>=0x5?_0x5040c7[0x2]:null,'id':_0x5040c7['length']<0x5?_0x5040c7[0x2]:_0x5040c7[0x3],'authorId':_0x5040c7['length']<0x5?_0x5040c7[0x3]:_0x5040c7[0x4],'markerCount':0x6==_0x5040c7['length']?_0x5040c7[0x5]:null};}['_breakSuggestionMarker'](_0x2b2c01,_0xfc63be,_0x46a6d5){const _0x4bacb0=_0x2b2c01['getFirstRange'](),_0x51bab0=_0x4bacb0['start'],_0x256354=_0x4bacb0['end'];this['_setSuggestionRange'](_0x2b2c01,this['_model']['createRange'](_0x51bab0,_0xfc63be));const _0x4ec2c4=_0x3415dc(),_0x14a669=_0x2b2c01['creator']['id'],_0x121d91=_0x2b2c01['type']+(_0x2b2c01['subType']?':'+_0x2b2c01['subType']:'');this['_setSuggestionData']({'id':_0x4ec2c4,'type':_0x121d91,'createdAt':new Date(),'authorId':_0x14a669,'originalSuggestionId':_0x2b2c01['id'],'attributes':_0x2b2c01['attributes'],'data':_0x2b2c01['data']});const _0x4eb973=this['_getAttributeKey'](_0x2b2c01);('formatBlock'==_0x2b2c01['type']||_0x4eb973&&this['_isBlockAttribute'](_0x4eb973))&&(_0x46a6d5=this['_model']['createPositionBefore'](_0x46a6d5['parent'])),this['_addSuggestionMarker'](_0x121d91,_0x4ec2c4,_0x14a669,this['_model']['createRange'](_0x46a6d5,_0x256354));}['_findSuggestions'](_0xad5a63,_0x341311=null){const _0x4d53d7=[],_0x588ca7=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xad5a63)||(_0xad5a63=[_0xad5a63]);for(const _0x3e84a8 of this['getSuggestions']()){if(!_0x3e84a8['isInContent'])continue;if(_0x341311&&_0x3e84a8['type']!=_0x341311)continue;let _0x219019=!0x1;for(const _0x37d959 of _0x3e84a8['getRanges']()){for(const _0x3c23e5 of _0xad5a63){const _0x57278b=_0x3c23e5['start']['isEqual'](_0x37d959['end'])||_0x3c23e5['end']['isEqual'](_0x37d959['start']);if(_0x57278b||_0x3c23e5['getIntersection'](_0x37d959)){const _0x121970=_0x3c23e5['containsRange'](_0x37d959)&&Ot(this['_model']['schema'],_0x37d959['start'],_0x3c23e5),_0x6be5a=_0x37d959['containsRange'](_0x3c23e5)&&Ot(this['_model']['schema'],_0x3c23e5['start'],_0x37d959);_0x4d53d7['push']({'suggestion':_0x3e84a8,'meta':{'isOwn':_0x588ca7==_0x3e84a8['author'],'isNextTo':_0x57278b,'isInsideObject':_0x121970,'containsRangeInObject':_0x6be5a}}),_0x219019=!0x0;break;}}if(_0x219019)break;}}return _0x4d53d7;}['_addSuggestionMarker'](_0x240847,_0x1f4678,_0x49764c,_0x1d1b8d,_0x2d42a3){this['_model']['change'](_0x3da21b=>{let _0x184945='suggestion:'+_0x240847+':'+_0x1f4678+':'+_0x49764c;_0x2d42a3&&(_0x184945=_0x184945+':'+_0x2d42a3),_0x3da21b['addMarker'](_0x184945,{'range':_0x1d1b8d,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x166ef5){const _0x362d64=_0x166ef5['previous'],_0x2ea3fb=_0x166ef5['next'];_0x166ef5['previous']=null,_0x166ef5['next']=null,null!=_0x362d64&&_0x362d64['next']==_0x166ef5&&(_0x362d64['next']=_0x2ea3fb),null!=_0x2ea3fb&&_0x2ea3fb['previous']==_0x166ef5&&(_0x2ea3fb['previous']=_0x362d64),'ready'==this['_suggestionState']['get'](_0x166ef5)&&(this['_suggestionState']['set'](_0x166ef5,'removed'),this['fire']('suggestionUnloaded',_0x166ef5,_0x362d64,_0x2ea3fb));}['_setSuggestionData'](_0x1d8edc){const _0x28511c=_0x1d8edc['id'],_0x95e889=this['addSuggestionData'](_0x1d8edc);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x47bf02=this['editor']['plugins']['get']('PendingActions'),_0x468627=_0x95e889['hasComments'],_0x1a7ecb=_0x95e889['subType']?_0x95e889['type']+':'+_0x95e889['subType']:_0x95e889['type'],_0x555a4f=this['editor']['locale'],_0xceb77a=_0x47bf02['add'](o(_0x555a4f,'PENDING_ACTION_SUGGESTION')),_0x292bed={'id':_0x28511c,'type':_0x1a7ecb,'hasComments':_0x468627,'data':_0x1d8edc['data']||null,'originalSuggestionId':_0x1d8edc['originalSuggestionId']||null,'attributes':_0x95e889['attributes']};this['_adapter']['addSuggestion'](_0x292bed)['then'](_0xde90f7=>{_0x95e889['_saved']=!0x0,_0x47bf02['remove'](_0xceb77a),_0xde90f7&&_0xde90f7['createdAt']&&(this['_suggestions']['get'](_0x28511c)['createdAt']=_0xde90f7['createdAt']);})['catch'](_0x2271ee=>{throw _0x5ef1ed('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x95e889['discard']();}),_0x95e889['stopListening'](),this['_suggestions']['delete'](_0x95e889['id']),this['_suggestionState']['delete'](_0x95e889),_0x2271ee;});}return _0x95e889;}['_isBlockAttribute'](_0x3933cb){return this['_blockAttributeKeys']['has'](_0x3933cb);}['_updateSuggestionData'](_0x21d587,_0x5f2913){const _0x6e0f29=this['editor']['plugins']['get']('PendingActions'),_0x2b1dd7=this['getSuggestion'](_0x21d587);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x2b1dd7['_saved']){const _0x17fbca=_0x6e0f29['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x21d587,_0x5f2913)['then'](()=>{_0x6e0f29['remove'](_0x17fbca);});}else _0x2b1dd7['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x21d587,_0x5f2913);});}}['_getSuggestionData'](_0x4bcef9){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0xcccb3d('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4bcef9);}['_handleNewSuggestionMarker'](_0x452b2f){const {id:_0x5bfc64,type:_0x116bd3,subType:_0x307f71,authorId:_0x3d3e64}=this['_splitMarkerName'](_0x452b2f),_0x369802=this['_suggestions']['get'](_0x5bfc64)||this['_createSuggestion'](_0x116bd3,_0x307f71,_0x5bfc64,_0x3d3e64,{});switch(this['_checkSuggestionCorrectness'](_0x369802,_0x116bd3,_0x307f71,_0x3d3e64),this['_suggestionState']['get'](_0x369802)){case'notReady':this['_getSuggestionData'](_0x5bfc64)['then'](_0x26d04b=>{let _0x15931f=Promise['resolve']();_0x26d04b['hasComments']&&(_0x15931f=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x5bfc64})),_0x15931f['then'](()=>{this['addSuggestionData'](_0x26d04b)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x369802,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x5bfc64,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x369802,'ready'),this['fire']('suggestionLoaded',_0x369802);break;case'ready':this['fire']('suggestionChanged',_0x369802);}return _0x369802['addMarkerName'](_0x452b2f),_0x369802;}['_refreshSuggestionsChain'](_0x2b63e0){const _0xc38f9e=Array['from'](_0x2b63e0),_0x479a2c=_0xc38f9e['filter'](_0x510ae8=>'attribute'==_0x510ae8['type']);this['_refreshAttributeSuggestionsChain'](_0x479a2c);const _0x51e937=_0xc38f9e['filter'](_0x18186f=>!_0x18186f['isMultiRange']&&'attribute'!=_0x18186f['type']),_0x5d0b71=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x35d26d=>!_0x35d26d['isMultiRange']&&'attribute'!=_0x35d26d['type']),_0x482f65=_0x5d0b71['filter'](_0x119703=>!_0x2b63e0['has'](_0x119703)),_0x51deb1=new Map(_0x5d0b71['map'](_0x20923d=>[_0x20923d,this['_suggestionFactory']['getSuggestionCallback'](_0x20923d['type'],_0x20923d['subType'],'chain')])),_0x1082d0=new Map(_0x5d0b71['map'](_0x5c938b=>[_0x5c938b,_0x5c938b['getFirstRange']()])),_0x1f6b2b=new Set(),_0x30ef1b=new Set();for(let _0x2bedb0=0x0;_0x2bedb0<_0x51e937['length'];_0x2bedb0++)_0x375c69(_0x51e937[_0x2bedb0],_0x51e937,_0x2bedb0+0x1);for(let _0x3b7171=0x0;_0x3b7171<_0x51e937['length'];_0x3b7171++)_0x375c69(_0x51e937[_0x3b7171],_0x482f65,0x0);const _0x535540=new Set();for(let _0x10dc13=0x0;_0x10dc13<_0x51e937['length'];_0x10dc13++){const _0x4fdaa4=_0x51e937[_0x10dc13];!_0x30ef1b['has'](_0x4fdaa4)&&_0x4fdaa4['previous']&&(_0x535540['add'](_0x4fdaa4['previous']),_0x4fdaa4['previous']['next']===_0x4fdaa4&&(_0x4fdaa4['previous']['next']=null),_0x4fdaa4['previous']=null),!_0x1f6b2b['has'](_0x4fdaa4)&&_0x4fdaa4['next']&&(_0x535540['add'](_0x4fdaa4['next']),_0x4fdaa4['next']['previous']===_0x4fdaa4&&(_0x4fdaa4['next']['previous']=null),_0x4fdaa4['next']=null);}function _0x375c69(_0x228936,_0x38a28d,_0x88c1d8){for(let _0x5019da=_0x88c1d8;_0x5019da<_0x38a28d['length'];_0x5019da++){const _0x32136a=_0x4dd8c5(_0x228936,_0x38a28d[_0x5019da]);_0x32136a&&(_0x32136a[0x0]['next']=_0x32136a[0x1],_0x32136a[0x1]['previous']=_0x32136a[0x0],_0x1f6b2b['add'](_0x32136a[0x0]),_0x30ef1b['add'](_0x32136a[0x1]));}}function _0x4dd8c5(_0x31e249,_0x11164a){if(_0x31e249['author']['id']!==_0x11164a['author']['id'])return null;const _0x22ead8=_0x51deb1['get'](_0x31e249)(_0x31e249,_0x11164a,_0x1082d0['get'](_0x31e249),_0x1082d0['get'](_0x11164a));if(!_0x22ead8)return null;return _0x51deb1['get'](_0x11164a)(_0x31e249,_0x11164a,_0x1082d0['get'](_0x31e249),_0x1082d0['get'](_0x11164a))?_0x22ead8[0x1]['commentThread']&&_0x22ead8[0x1]['commentThread']['length']?null:_0x22ead8:null;}_0x535540['size']&&this['_refreshSuggestionsChain'](_0x535540);}['_refreshAttributeSuggestionsChain'](_0x216aff){if(0x0==_0x216aff['length'])return;const _0x51ddd0=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3d810f=>'attribute'==_0x3d810f['type']&&_0x3d810f['_isDataLoaded']),_0x5c04f1=[],_0x16d1e9=new Map();for(const _0x3076c0 of _0x51ddd0){const _0x3d574b=_0x3890d7(_0x3076c0['attributes']);_0x16d1e9['has'](_0x3d574b)||(_0x16d1e9['set'](_0x3d574b,_0x5c04f1['length']),_0x5c04f1['push']([]));const _0x221521=_0x16d1e9['get'](_0x3d574b);_0x5c04f1[_0x221521]['push'](_0x3076c0);}!(function(){_0x5c04f1['sort']((_0x43672c,_0x2af550)=>{const _0x271229=_0x43672c[0x0]['createdAt'],_0x1ca6c6=_0x2af550[0x0]['createdAt'];return _0x271229==_0x1ca6c6?_0x43672c[0x0]['attributes']['groupId']<_0x2af550[0x0]['attributes']['groupId']?-0x1:0x1:_0x271229<_0x1ca6c6?-0x1:0x1;});for(const _0x19509e of _0x5c04f1)_0x19509e['sort']((_0x3bb5d9,_0x4b12d8)=>_0x3bb5d9['id']<_0x4b12d8['id']?-0x1:0x1);}());for(let _0x3f1e57=0x0;_0x3f1e57<_0x5c04f1['length'];_0x3f1e57++){if(0x0==_0x5c04f1[_0x3f1e57]['length'])continue;const _0x4305ad=[];for(let _0x1941f9=_0x3f1e57+0x1;_0x1941f9<_0x5c04f1['length'];_0x1941f9++)0x0!=_0x5c04f1[_0x1941f9]['length']&&_0x3205c6(_0x5c04f1[_0x3f1e57],_0x5c04f1[_0x1941f9])&&_0x4305ad['push'](_0x1941f9);for(const _0x987a51 of _0x4305ad)_0x5c04f1[_0x3f1e57]=_0x5c04f1[_0x3f1e57]['concat'](_0x5c04f1[_0x987a51]),_0x5c04f1[_0x987a51]=[];}for(const _0x42dccc of _0x5c04f1)for(let _0x504e1a=0x0;_0x504e1a<_0x42dccc['length'];_0x504e1a++){const _0x1d9e9b=_0x42dccc[_0x504e1a+0x1]||null;_0x42dccc[_0x504e1a]['next']!==_0x1d9e9b&&(_0x42dccc[_0x504e1a]['next']=_0x1d9e9b);}for(const _0x419953 of _0x5c04f1)for(let _0x5cad31=0x0;_0x5cad31<_0x419953['length'];_0x5cad31++){const _0x4b6e86=_0x419953[_0x5cad31-0x1]||null;_0x419953[_0x5cad31]['previous']!==_0x4b6e86&&(_0x419953[_0x5cad31]['previous']=_0x4b6e86);}function _0x3205c6(_0x51702c,_0x3bb94f){if(_0x51702c[0x0]['attributes']['groupId']!==_0x3bb94f[0x0]['attributes']['groupId']&&_0x51702c[0x0]['author']!==_0x3bb94f[0x0]['author'])return!0x1;if(!function(_0xc385a9,_0x5a9344){if(!_0xc385a9['hasComments']&&!_0x5a9344['hasComments'])return!0x0;if(_0xc385a9['hasComments']&&_0x5a9344['hasComments'])return!0x1;if(_0xc385a9['hasComments']&&_0x5a9344['createdAt']<_0xc385a9['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5a9344['hasComments']&&_0xc385a9['createdAt']<_0x5a9344['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x51702c[0x0],_0x3bb94f[0x0]))return!0x1;const _0x3a35f7=Tt(_0x51702c[0x0]['attributes'],'groupId'),_0x317d5e=Tt(_0x3bb94f[0x0]['attributes'],'groupId');if(!_0x18cd34(_0x3a35f7,_0x317d5e))return!0x1;return!!_0x51702c['every'](_0x86f27=>_0x3bb94f['some'](_0x47253b=>_0x86f27['getFirstRange']()['isEqual'](_0x47253b['getFirstRange']())))&&_0x3bb94f['every'](_0x40581a=>_0x51702c['some'](_0x442a81=>_0x40581a['getFirstRange']()['isEqual'](_0x442a81['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x588caa){const _0x52f664=Array['from'](_0x588caa),_0x5ed566=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2ffd9b=_0x5ed566['filter'](_0x5ec179=>!_0x588caa['has'](_0x5ec179)),_0x185ae6=new Map(_0x52f664['map'](_0x10128a=>[_0x10128a,this['_suggestionFactory']['getSuggestionCallback'](_0x10128a['type'],_0x10128a['subType'],'join')])),_0x53591d=new Map(_0x5ed566['map'](_0x340292=>[_0x340292,_0x340292['getRanges']()]));for(let _0x35fdd3=0x0;_0x35fdd3<_0x52f664['length'];_0x35fdd3++){if(_0x3e7280(this,_0x52f664[_0x35fdd3],_0x52f664,_0x35fdd3+0x1))return!0x0;}for(let _0x45f9ac=0x0;_0x45f9ac<_0x52f664['length'];_0x45f9ac++){if(_0x3e7280(this,_0x52f664[_0x45f9ac],_0x2ffd9b,0x0))return!0x0;}return!0x1;function _0x3e7280(_0x4e2c57,_0x569f71,_0x3fadee,_0x30acfd){for(let _0xa24115=_0x30acfd;_0xa24115<_0x3fadee['length'];_0xa24115++){const _0x56258a=_0x3fadee[_0xa24115];if(_0x56258a['type']!==_0x569f71['type']||_0x56258a['author']['id']!==_0x569f71['author']['id']||_0x56258a['subType']!==_0x569f71['subType'])continue;if(!Jt(_0x569f71,_0x56258a))continue;if('attribute'==_0x569f71['type']&&_0x569f71['data']['oldValue']!=_0x56258a['data']['oldValue'])continue;if('attribute'==_0x569f71['type']&&_0x4e2c57['_isBlockAttribute'](_0x569f71['data']['key']))continue;if('formatBlock'==_0x569f71['type']){const _0x15cac6=_0x4e2c57['editor']['model'],_0x1f1221=_0x569f71['getContainedElement']();if(_0x1f1221&&(_0x15cac6['schema']['isObject'](_0x1f1221)||_0x15cac6['schema']['isLimit'](_0x1f1221)))continue;}const _0x131dfd=_0x185ae6['get'](_0x569f71),_0x59df3f=_0x53591d['get'](_0x569f71),_0x1b1add=_0x53591d['get'](_0x56258a),_0x53c129=_0x569f71['commentThread']&&_0x569f71['commentThread']['length'],_0x2dfeb9=_0x56258a['commentThread']&&_0x56258a['commentThread']['length'];if(!_0x53c129&&_0x131dfd(_0x1b1add,_0x59df3f))return _0x4e2c57['_joinSuggestions'](_0x56258a,_0x569f71),_0x53591d['delete'](_0x569f71),!0x0;if(!_0x2dfeb9&&_0x131dfd(_0x59df3f,_0x1b1add))return _0x4e2c57['_joinSuggestions'](_0x569f71,_0x56258a),_0x53591d['delete'](_0x56258a),!0x0;}return!0x1;}}['_joinSuggestions'](_0x5b4a7f,_0xf089e){if(_0x5b4a7f['isMultiRange']){for(const _0x4d6b98 of _0xf089e['getRanges']())_0x5b4a7f['addRange'](_0x4d6b98);}else{const _0x568693=_0xf089e['getFirstRange']()['end'];this['_setSuggestionRange'](_0x5b4a7f,this['_model']['createRange'](_0x5b4a7f['getFirstRange']()['start'],_0x568693));}_0xf089e['removeMarkers']();}['_getMarkerAnnouncementText'](_0x395083,_0x1c20db,_0x18ac33){const _0xe2c97b=_0x395083['startsWith']('format')||_0x395083['startsWith']('attribute')?'FORMATTING':_0x395083['toUpperCase']();return o(this['editor']['locale'],_0x1c20db+'_'+_0xe2c97b+'_SUGGESTION_ANNOUNCEMENT',_0x18ac33);}['_initAriaMarkerChangeAnnouncements'](){const _0x412fff=this['editor'];if(!_0x412fff['ui'])return;const {ariaLiveAnnouncer:_0x3c3981}=_0x412fff['ui'];_0x394842(this['_model'],({left:_0x4a6ba4,entered:_0x5ee464})=>{for(const _0x2194e4 of _0x4a6ba4){const {group:_0x5e1e1a,type:_0x5cbe0d}=this['_splitMarkerName'](_0x2194e4['name']);if('suggestion'===_0x5e1e1a){_0x3c3981['announce'](this['_getMarkerAnnouncementText'](_0x5cbe0d,'LEAVE'));break;}}for(const _0x2de0dc of _0x5ee464){const {group:_0x4ba875,type:_0x4c1a8e}=this['_splitMarkerName'](_0x2de0dc['name']);if('suggestion'===_0x4ba875){_0x3c3981['announce'](this['_getMarkerAnnouncementText'](_0x4c1a8e,'ENTER',_0x285f2b(_0x3a300c)));break;}}});}['_processAttributeChanges'](_0x55ced1){if(this['_recordAttributeSuggestions'])return!0x1;const _0x51a869=this['editor'],_0x36332b=_0x51a869['model']['document']['differ']['getChanges']();if(0x0==_0x36332b['length'])return!0x1;const _0x5c5b0d=[],_0x475bc8=_0x36332b['filter'](_0x357799=>'attribute'==_0x357799['type']),_0x303f37=_0x36332b['filter'](_0x2858bf=>'insert'==_0x2858bf['type']&&'$text'!=_0x2858bf['name']),_0xa3b8bb=_0x36332b['filter'](_0x5e0e4d=>'remove'==_0x5e0e4d['type']&&'$text'!=_0x5e0e4d['name']);for(const _0x42e872 of _0x475bc8)_0x5c5b0d['push']({'key':_0x42e872['attributeKey'],'newValue':_0x42e872['attributeNewValue'],'oldValue':_0x42e872['attributeOldValue'],'range':Pt(_0x42e872['range'],_0x51a869['model'])});for(const _0x2843d3 of _0x303f37){const _0x458851=_0xa3b8bb['find'](_0x45a3b1=>_0x45a3b1['position']['isEqual'](_0x2843d3['position']));_0x458851&&_0x5c5b0d['push']({'key':m,'newValue':_0x2843d3['name'],'oldValue':_0x458851['name'],'range':_0x51a869['model']['createRangeOn'](_0x2843d3['position']['nodeAfter'])});}return 0x0!=_0x5c5b0d['length']&&this['_reduceExistingSuggestions'](_0x55ced1,_0x5c5b0d);}['_processAttributeSuggestions'](_0x415842){let _0x1b6660=!0x1;const _0x5a831b=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x49761c=>_0x49761c['data']['newRange']&&_0x49761c['name']['startsWith']('suggestion:attribute:'));for(const _0x34fa3e of _0x5a831b){const {subType:_0x2d5dfd,id:_0x5d9620}=this['_splitMarkerName'](_0x34fa3e['name']),_0x1c852d=_0x2d5dfd['split']('|')[0x0];for(const _0x43679a of this['getSuggestions']({'skipNotAttached':!0x0}))_0x43679a['id']!=_0x5d9620&&'attribute'==_0x43679a['type']&&_0x43679a['data']&&_0x43679a['data']['key']==_0x1c852d&&_0x43679a['getFirstRange']()['isIntersecting'](_0x34fa3e['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x43679a,_0x34fa3e['data']['newRange'],_0x415842),_0x1b6660=!0x0);}return _0x1b6660;}['_recordAttributeChanges'](_0x587244){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x587244();}['_isRegisteredAttribute'](_0x4cf427){const _0x2d22ac=this['_isBlockAttribute'](_0x4cf427),_0x2bbed6=this['_inlineAttributeKeys']['has'](_0x4cf427);return _0x2d22ac||_0x2bbed6;}['_reduceExistingSuggestions'](_0x58c0e9,_0x27c50b){if(0x0==_0x27c50b['length'])return!0x1;let _0x5df95b=!0x1;for(const _0x576981 of _0x27c50b){const _0x445096=this['_findSuggestions'](_0x576981['range'],'attribute')['filter'](_0x3adfb5=>!_0x3adfb5['meta']['isNextTo'])['map'](_0x556b79=>_0x556b79['suggestion']),_0xf170a5=_0x3890d7({'newValue':_0x576981['newValue']});_0x445096['filter'](_0x5a2824=>{const [_0x5f47e9,_0x47764f]=_0x5a2824['subType']['split']('|');return _0x5f47e9==_0x576981['key']&&_0x47764f!=_0xf170a5;})['forEach'](_0x5450bc=>{this['_reduceSuggestionAttributeRange'](_0x5450bc,_0x576981['range'],_0x58c0e9),_0x5df95b=!0x0;});}return _0x5df95b;}['_reduceSuggestionAttributeRange'](_0x100ccc,_0x358f6f,_0x1ffd33){const _0x4301e4=_0x100ccc['getFirstRange']()['getDifference'](_0x358f6f);0x0!==_0x4301e4['length']?0x1!==_0x4301e4['length']?this['_breakSuggestionMarker'](_0x100ccc,_0x358f6f['start'],_0x358f6f['end']):this['_setSuggestionRange'](_0x100ccc,_0x4301e4[0x0]):_0x1ffd33['removeMarker'](_0x100ccc['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x272927){this['_editor']=_0x272927,this['_model']=_0x272927['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x2c5b2a,_0x1a236a,_0x35bab4,_0x19452b,_0x5b0110,_0x17f93b){return new u(this['_model'],{'type':_0x2c5b2a,'subType':_0x1a236a,'id':_0x35bab4,'author':_0x19452b,'creator':_0x19452b,'attributes':_0x5b0110,'onAttributesChange':_0x17f93b,'onAccept':(..._0x22219a)=>this['getSuggestionCallback'](_0x2c5b2a,_0x1a236a,'accept')(..._0x22219a),'onDiscard':(..._0x10fa19)=>this['getSuggestionCallback'](_0x2c5b2a,_0x1a236a,'discard')(..._0x10fa19)});}['registerCustomCallback'](_0x8c6807,_0x403c21,_0x38b94a,_0x535b58){const _0x327275=_0x8c6807+':'+_0x403c21+':'+_0x38b94a;this['_customCallbacks']['set'](_0x327275,_0x535b58);}['getSuggestionCallback'](_0x236a1d,_0x2c9a88,_0x5f5230){const _0x470fb5=_0x236a1d+':'+_0x2c9a88+':'+_0x5f5230;return this['_customCallbacks']['get'](_0x470fb5)||this['_defaultCallbacks']['get'](_0x236a1d+':'+_0x5f5230);}['_registerDefaultCallbacks'](){const _0x180cdf=()=>!0x1,_0x213a12=_0xd90325=>{_0xd90325['sort']((_0x4e8561,_0x499f72)=>_0x4e8561['start']['isBefore'](_0x499f72['start'])?0x1:-0x1),this['_model']['change'](_0xe1c9b1=>{for(const _0x574776 of _0xd90325){let _0x4acd89;_0x4acd89=_0x574776['end']['isAtEnd']&&_0x574776['end']['parent']==_0x574776['start']['nodeAfter']?_0xe1c9b1['createSelection'](_0x574776['start']['nodeAfter'],'on'):_0xe1c9b1['createSelection'](_0x574776),this['_model']['deleteContent'](_0x4acd89,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x9fe0fd=(_0x2b8d6d,_0x3f6d5c)=>{_0x3f6d5c&&this['_model']['change'](_0x54965b=>{const {commandName:_0x5d22b7,commandParams:_0x1b88ac=[]}=_0x3f6d5c,_0x4d0bc4=_0x2b8d6d['map'](_0x1db839=>(Vt(_0x1db839)&&(_0x1db839=this['_model']['createRange'](_0x1db839['end'])),_0x1db839))['filter'](_0x275945=>'$graveyard'!==_0x275945['root']['rootName']);if(_0x4d0bc4['length']<0x1)return;const _0x6e68b5=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x3f2bd9=>_0x2fd4c8['fromRange'](_0x3f2bd9));_0x54965b['setSelection'](_0x4d0bc4);for(const _0x1ecc53 of this['_editor']['commands']['commands']())_0x1ecc53['refresh']();_0x1b88ac['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x5d22b7,..._0x1b88ac);const _0x1f363d=_0x6e68b5['filter'](_0x170c06=>'$graveyard'!=_0x170c06['root']['rootName']);_0x1f363d['length']>0x0&&_0x54965b['setSelection'](_0x1f363d);for(const _0x4244da of _0x6e68b5)_0x4244da['detach']();});},_0x2ec70a=(_0x5c42c8,_0x3cd737)=>0x1==_0x5c42c8['length']&&0x1==_0x3cd737['length']&&_0x5c42c8[0x0]['end']['isEqual'](_0x3cd737[0x0]['start']),_0xfa8f9a=(_0x3a4528,_0x1ee674,_0x77ff32,_0x557060)=>Ht(_0x3a4528,_0x1ee674,_0x77ff32,_0x557060,this['_model'])?[_0x3a4528,_0x1ee674]:Ht(_0x1ee674,_0x3a4528,_0x557060,_0x77ff32,this['_model'])?[_0x1ee674,_0x3a4528]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x180cdf),this['_defaultCallbacks']['set']('insertion:discard',_0x213a12),this['_defaultCallbacks']['set']('insertion:join',_0x2ec70a),this['_defaultCallbacks']['set']('insertion:chain',_0xfa8f9a),this['_defaultCallbacks']['set']('deletion:accept',_0x213a12),this['_defaultCallbacks']['set']('deletion:discard',_0x180cdf),this['_defaultCallbacks']['set']('deletion:join',_0x2ec70a),this['_defaultCallbacks']['set']('deletion:chain',_0xfa8f9a),this['_defaultCallbacks']['set']('formatInline:accept',_0x9fe0fd),this['_defaultCallbacks']['set']('formatInline:discard',_0x180cdf),this['_defaultCallbacks']['set']('formatInline:join',_0x2ec70a),this['_defaultCallbacks']['set']('formatInline:chain',_0x180cdf),this['_defaultCallbacks']['set']('formatBlock:accept',_0x9fe0fd),this['_defaultCallbacks']['set']('formatBlock:discard',_0x180cdf),this['_defaultCallbacks']['set']('formatBlock:join',_0x2ec70a),this['_defaultCallbacks']['set']('formatBlock:chain',_0x180cdf),this['_defaultCallbacks']['set']('attribute:accept',_0x180cdf),this['_defaultCallbacks']['set']('attribute:discard',(_0xe63e51,_0x362d0c)=>{if(!_0x362d0c)return;const _0x5124fe=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x2c6e06=>{if(_0x362d0c['key']==m)for(const _0x17e2c9 of _0xe63e51){const _0x1891bd=_0x17e2c9['start']['nodeAfter'],_0x304f08=_0x362d0c['oldValue'];_0x2c6e06['rename'](_0x1891bd,_0x304f08);}else{if(_0x5124fe['_isBlockAttribute'](_0x362d0c['key'])){for(const _0x20e170 of _0xe63e51)void 0x0!==_0x362d0c['oldValue']?_0x2c6e06['setAttribute'](_0x362d0c['key'],_0x362d0c['oldValue'],_0x20e170['start']['nodeAfter']):_0x2c6e06['removeAttribute'](_0x362d0c['key'],_0x20e170['start']['nodeAfter']);}else{for(const _0xce1a6a of _0xe63e51)_0x362d0c['oldValue']?_0x2c6e06['setAttribute'](_0x362d0c['key'],_0x362d0c['oldValue'],_0xce1a6a):_0x2c6e06['removeAttribute'](_0x362d0c['key'],_0xce1a6a);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2ec70a);}}function Ot(_0x45096c,_0x43a263,_0xbc6d1d){for(const _0x2be9af of _0x43a263['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2be9af['root']==_0x2be9af)return!0x1;if(!_0xbc6d1d['containsItem'](_0x2be9af))return!0x1;if(_0x45096c['isObject'](_0x2be9af)||_0x45096c['isLimit'](_0x2be9af))return!0x0;}return!0x1;}function Vt(_0x8d5fa3){return _0x8d5fa3['end']['parent']==_0x8d5fa3['start']['nodeAfter']&&_0x8d5fa3['end']['isAtStart'];}function Ut(_0x124863,_0x2bf095,_0xb384fa,_0x4c03c4){const _0x225fdb=_0x613a8c=>!_0x613a8c['item']['is']('$textProxy')&&!_0x4c03c4['isObject'](_0x613a8c['item']),_0x266e97=_0x124863['start']['getLastMatchingPosition'](_0x225fdb),_0x46837e=_0x124863['end']['getLastMatchingPosition'](_0x225fdb,{'direction':'backward'});return(!_0x124863['start']['isEqual'](_0x266e97)||!_0x124863['end']['isEqual'](_0x46837e))&&(_0x266e97['isBefore'](_0x46837e)?_0xb384fa['updateMarker'](_0x2bf095,{'range':_0xb384fa['createRange'](_0x266e97,_0x46837e)}):_0xb384fa['removeMarker'](_0x2bf095),!0x0);}function Gt(_0x1afeea){return _0x3890d7(_0x1afeea);}function Ft(_0x1feae1){const _0x1c9ce6=_0x1feae1['start']['nodeAfter'];return _0x1c9ce6&&_0x1c9ce6['is']('element');}function Pt(_0x504029,_0x2dd7c7){return null==_0x504029['end']['nodeBefore']&&_0x504029['end']['parent']==_0x504029['start']['nodeAfter']?Lt(_0x504029['start']['nodeAfter'],_0x2dd7c7):_0x504029;}function Lt(_0x5dfe00,_0x48efcb){const _0x2aa04f=_0x48efcb['schema']['isObject'](_0x5dfe00)||_0x48efcb['schema']['isSelectable'](_0x5dfe00);return _0x48efcb['createRange'](_0x48efcb['createPositionAt'](_0x5dfe00,'before'),_0x2aa04f?_0x48efcb['createPositionAfter'](_0x5dfe00):_0x48efcb['createPositionAt'](_0x5dfe00,'end'));}function Ht(_0x5c6e36,_0x5713d7,_0x5e18fd,_0x54169a,_0x2b5863){if(_0x5c6e36['next'])return!0x1;if(!Jt(_0x5c6e36,_0x5713d7))return!0x1;if(_0x5e18fd['end']['isEqual'](_0x54169a['start']))return!0x0;if(_0x5c6e36['type']!=_0x5713d7['type'])return!0x1;if(!_0x5e18fd['end']['isTouching'](_0x54169a['start']))return!0x1;const _0x2e7b30=_0x2b5863['createRange'](_0x5e18fd['end'],_0x54169a['start'])['getWalker']();for(const _0x18c463 of _0x2e7b30)if(['elementStart','elementEnd']['includes'](_0x18c463['type'])&&_0x2b5863['schema']['isLimit'](_0x18c463['item']))return!0x1;return!0x0;}function Jt(_0x27be49,_0x29e9ae){if(!_0x27be49['_isDataLoaded']||!_0x29e9ae['_isDataLoaded'])return!0x1;const _0x395b11=new Set(Object['keys'](_0x27be49['attributes'])),_0x298cda=new Set(Object['keys'](_0x29e9ae['attributes']));if(_0x395b11['delete']('groupId'),_0x298cda['delete']('groupId'),0x0==_0x395b11['size']&&0x0==_0x298cda['size'])return!0x0;if(_0x395b11['size']!=_0x298cda['size'])return!0x1;const _0x423d0e={..._0x27be49['attributes']},_0x1dfbd0={..._0x29e9ae['attributes']};return delete _0x423d0e['groupId'],delete _0x1dfbd0['groupId'],JSON['stringify'](_0x423d0e)==JSON['stringify'](_0x1dfbd0);}function qt(_0x2a5c46,_0x3f5c53){const _0x497a0f=zt(_0x2a5c46['attributes']),_0x2b887f=zt(_0x3f5c53);if(!_0x2a5c46['_isDataLoaded'])return!0x1;for(const _0x5ee4a9 of Object['keys'](_0x2b887f))if(!_0x18cd34(_0x497a0f[_0x5ee4a9],_0x2b887f[_0x5ee4a9]))return!0x1;return!0x0;}function zt(_0x44930c){const _0xc02da7=Object['assign']({},_0x44930c);return delete _0xc02da7['skipNestingCheck'],delete _0xc02da7['tablePasteChainId'],_0xc02da7;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x264c04(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x51d3ca,_0x26ff75,_0x534f68,_0x266d1c){super(),this['model']=_0x26ff75,this['view']=_0x534f68,this['commentThreadController']=_0x266d1c,this['_editor']=_0x51d3ca,this['_acceptCommand']=_0x51d3ca['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x51d3ca['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2439fe,_0x5a6b25)=>_0x2439fe||_0x5a6b25),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2eb51b=>_0x2eb51b&&this['_editor']['model']['canEditAt'](_0x26ff75['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x1be017=>_0x1be017&&this['_editor']['model']['canEditAt'](_0x26ff75['getRanges']())),this['_pendingAction']=null,_0x534f68['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x534f68,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x534f68,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x534f68,'change:isDirty',()=>{_0x534f68['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 _0x4e3f15=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x4e3f15);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x1a2958{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0xa34ac5,_0x1929c1,_0x4b45c0,_0x351908){super(_0xa34ac5),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2ccf23(_0xa34ac5,o(_0xa34ac5,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x1929c1['authoredAt']),this['bind']('authoredAt')['to'](_0x1929c1),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x1929c1,'authoredAt',this,'descriptionParts',(_0x4a29b8,_0x57c81e,_0x2dfce6)=>{const _0x42c0fd=_0x2dfce6['map'](_0x45ba9d=>ls(_0x45ba9d['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x4a29b8-0x1,_0x1929c1['author']['name'],_0x57c81e?_0x351908['formatDateTime'](_0x57c81e):'',new DOMParser()['parseFromString'](_0x42c0fd,'text/html')['body']['textContent']]);}),this['focusables']=new _0x5dca52(),this['focusTracker']=new _0x282df3(),this['keystrokes']=new _0x430d02(),this['focusCycler']=new _0x414104({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x46976e=>_0x46976e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x1929c1,this['_localUser']=_0x4b45c0,this['_config']=_0x351908,_0x351908['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x1c4793(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0xdc9db8}=this['_config'];this['commentsListView']=new _0xdc9db8(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',_0x405269=>_0x405269+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5ebb41,_0x313703)=>_0x5ebb41||!!_0x313703);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x3693f4}=this['_config'],_0x2f0a47=new _0x3693f4(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0xffac9c=_0x2f0a47['commentInputView'];return _0x2f0a47['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0xffac9c,'value',(_0x1d2153,_0xc4ca1e,_0x18d784)=>!!_0x18d784||_0x1d2153&&!_0xc4ca1e),_0xffac9c['on']('submit',(_0x1f232e,_0x27dfb9)=>{this['fire']('addComment',_0x27dfb9),_0xffac9c['editor']['setData']('');}),_0xffac9c['on']('cancel',()=>this['focus']()),_0xffac9c['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2f0a47;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x2e506d,_0x309ef3,_0xfc9964,_0x55b045){super(_0x2e506d,_0x309ef3,_0xfc9964,_0x55b045),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x48572f=>_0x48572f&&_0x48572f[0x0]?_0x48572f[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x2777b5,_0x3ff6be)=>{let _0x370f3e='';for(const _0x484143 of _0x2777b5)_0x370f3e+='<p>'+ls(_0x484143['content'],_0x484143['color'])+'</p>';return _0x3ff6be?_0x370f3e:_0x11c916(_0x370f3e,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x55b045['SuggestionView'](_0x2e506d,_0x309ef3,{'formatDateTime':_0x55b045['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x562afc=this['bindTemplate'],_0x276e66=[this['suggestionView']];return this['commentsListView']&&_0x276e66['push'](this['commentsListView']),this['commentThreadInputView']&&_0x276e66['push'](this['commentThreadInputView']),_0x276e66['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x562afc['if']('isActive','ck-suggestion-wrapper--active'),_0x562afc['to']('type',_0x3b5579=>'ck-suggestion-'+_0x3b5579),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x562afc['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x276e66};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x1a2958{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x6d80a8,_0x40b495,_0x1e8043){super(_0x6d80a8),this['_model']=_0x40b495,this['_config']=_0x1e8043,this['set']('description',''),this['bind']('authoredAt')['to'](_0x40b495),this['acceptButton']=this['_createButton'](o(_0x6d80a8,'Accept\x20suggestion'),_0x49ed23['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x6d80a8,'Discard\x20suggestion'),_0x49ed23['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0xeabb9f(_0x6d80a8,_0x40b495['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x5dca52([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x282df3(),this['keystrokes']=new _0x430d02(),this['focusCycler']=new _0x414104({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x6fc05c=>_0x6fc05c['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x6edb0=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x6edb0['innerHTML']=this['description'],this['on']('change:description',(_0x140c76,_0x2f7521,_0x296166)=>{_0x6edb0['innerHTML']=_0x296166;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0xccda99=this['bindTemplate'],_0x168610=[{'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':_0xccda99['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xccda99['to']('authoredAt',_0x13f1b5=>this['_config']['formatDateTime'](_0x13f1b5))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x168610['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x168610}]};}['focus'](){this['element']['focus']();}['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;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x42a1e0,_0x3968f2,_0x1ec401,_0xd8f4ed,_0x19c6da){const _0x4cef69=new _0xb9feea(this['locale']);return _0x4cef69['set']({'label':_0x42a1e0,'icon':_0x3968f2,'tooltip':!0x0,'tooltipPosition':_0x19c6da}),_0x4cef69['extendTemplate']({'attributes':{'class':_0x1ec401}}),_0x4cef69['on']('execute',()=>{this['fire'](_0xd8f4ed,this['_model']['id']);}),_0x4cef69;}['_setupKeyboardNavigation'](){const _0x1bd89e=this['element'];this['keystrokes']['listenTo'](_0x1bd89e);for(const _0x35acf1 of this['focusables'])this['focusTracker']['add'](_0x35acf1['element']),this['keystrokes']['listenTo'](_0x35acf1['element']);this['keystrokes']['set']('enter',(_0x199b1f,_0x4a4bed)=>{_0x1bd89e===_0x199b1f['target']&&(this['focusCycler']['focusFirst'](),_0x4a4bed());}),this['keystrokes']['set']('esc',(_0x34b41b,_0x4e060f)=>{_0x1bd89e!==_0x34b41b['target']&&(this['focus'](),_0x4e060f());});}}var he='<!--\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\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x440856{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x185b78,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x51a9dd){super(_0x51a9dd),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x4c1a77=this['editor']['config'];_0x4c1a77['define']('trackChanges.SuggestionThreadView',re),_0x4c1a77['define']('trackChanges.SuggestionView',ce),_0x4c1a77['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x4c1a77['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x14b567,_0x5ee264){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x9443e2,_0xc7ac76]of this['_handleControllerBuffer']){const _0x490ef0=this['_suggestionToController']['has'](_0x9443e2);_0x490ef0||_0xc7ac76?_0x490ef0&&_0xc7ac76&&this['_destroyController'](_0x9443e2):this['_initializeController'](_0x9443e2);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x14b567,_0x5ee264);}['init'](){const _0x20807f=this['editor'],_0x32153c=_0x20807f['plugins']['get']('TrackChangesEditing'),_0x21d84f=_0x20807f['plugins']['get']('Annotations'),_0x1db085=_0x20807f['plugins']['get']('EditorAnnotations'),_0x3eadce=_0x20807f['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x1db085['addSourceCollector'](()=>{const _0xec7e4d=[];for(const [_0x396358,_0x34b457]of Array['from'](this['_suggestionToController'])){const _0x2c30cf=_0x396358['getAllAdjacentSuggestions'](),_0x24940c=[];for(const _0x1960d7 of _0x2c30cf){if(!_0x1960d7['isInContent'])continue;if(_0x1960d7['isMultiRange']){_0x24940c['push'](..._0x1960d7['getRanges']());continue;}const _0x5aa40f=_0x1960d7['getFirstRange']();if(_0x24940c['length']>0x0){const _0x12647e=_0x24940c[0x0]['getJoined'](_0x5aa40f);if(_0x12647e){_0x24940c[0x0]=_0x12647e;continue;}}_0x24940c['push'](_0x5aa40f);}_0xec7e4d['push']([_0x34b457['view'],_0x24940c]);}return _0xec7e4d;}),this['listenTo'](_0x32153c,'suggestionLoaded',(_0x5b6ac0,_0x103c4a)=>{this['listenTo'](_0x103c4a,'change:previous',(_0x4a667b,_0x4c2351,_0x3931ae,_0x58403c)=>{_0x103c4a['isInContent']&&(null==_0x3931ae?(this['_updateController'](_0x58403c['head']),this['_handleSuggestionControllerDelayed'](_0x103c4a,!0x1)):(this['_updateController'](_0x3931ae['head']),null==_0x58403c&&this['_handleSuggestionControllerDelayed'](_0x103c4a,!0x0)));}),null!==_0x103c4a['previous']?this['_updateController'](_0x103c4a['head']):this['_handleSuggestionControllerDelayed'](_0x103c4a,!0x1);}),this['listenTo'](_0x32153c,'suggestionUnloaded',(_0x2af8ce,_0x371b4f,_0x341f6f)=>{this['stopListening'](_0x371b4f,'change:previous'),this['_handleControllerBuffer']['delete'](_0x371b4f),this['_suggestionToController']['has'](_0x371b4f)&&this['_destroyController'](_0x371b4f),_0x341f6f&&this['_updateController'](_0x341f6f['head']);}),this['listenTo'](_0x32153c,'suggestionChanged',(_0x3c1678,_0x33fd44)=>{this['_updateController'](_0x33fd44);}),this['listenTo'](_0x21d84f,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3eadce,'addComment',(_0x1b73b6,{threadId:_0x8a89c2,isFromAdapter:_0x2f449a})=>{if(_0x2f449a||!_0x32153c['hasSuggestion'](_0x8a89c2))return;const _0x53060c=_0x32153c['getSuggestion'](_0x8a89c2);this['_suggestionToController']['get'](_0x53060c)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x4be827=this['editor']['plugins']['get']('Annotations'),_0x1e95a3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x7b29b8=Array['from'](_0x4be827['activeAnnotations'],_0x2bb359=>_0x2bb359['innerView'])['filter'](_0x2518a9=>this['_viewToController']['has'](_0x2518a9)),_0x513cc1=[];for(const _0x23287a of _0x7b29b8){const _0x2b892f=this['_viewToController']['get'](_0x23287a)['model']['getAllAdjacentSuggestions']();_0x513cc1['push'](..._0x2b892f['reduce']((_0x421108,_0x583d33)=>[..._0x421108,..._0x583d33['getMarkerNames']()],[]));}_0x1e95a3['activeMarkers']=_0x513cc1;}['_addUIComponentsToFactory'](){const _0x411a2a=this['editor'],_0x1219df=_0x411a2a['locale'],_0x496e32=o(_0x1219df,'Track\x20changes'),_0x11a97c=new Wt([{'type':'switchbutton','model':new _0x26d981({'withText':!0x0,'isToggleable':!0x0,'label':_0x496e32,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x26d981({'withText':!0x0,'label':o(_0x1219df,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x26d981({'withText':!0x0,'label':o(_0x1219df,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x26d981({'withText':!0x0,'label':o(_0x1219df,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x26d981({'withText':!0x0,'label':o(_0x1219df,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x1b8862 of _0x11a97c)if(me(_0x1b8862)){const _0x3ec49f=_0x411a2a['commands']['get'](_0x1b8862['model']['commandName']);_0x1b8862['model']['bind']('isOn','isEnabled')['to'](_0x3ec49f,'value','isEnabled');}_0x411a2a['ui']['componentFactory']['add']('trackChanges',_0x8d8a55=>this['_createToolbarButton'](_0x8d8a55,_0x11a97c,_0x496e32)),_0x411a2a['ui']['componentFactory']['add']('menuBar:trackChanges',_0x404071=>this['_createMenuBarMenu'](_0x404071,_0x11a97c,_0x496e32));}['_createToolbarButton'](_0x35c9a1,_0x20cf7c,_0x8c7a35){const _0x4e57a0=Qt(_0x35c9a1,_0x5aa422),_0x3eee08=this['editor']['commands']['get']('trackChanges');_0x4e57a0['buttonView']['set']({'tooltip':_0x8c7a35,'label':_0x8c7a35,'icon':he}),_0x4e57a0['buttonView']['bind']('isOn')['to'](_0x3eee08,'value'),_0x4e57a0['buttonView']['on']('execute',()=>{_0x3eee08['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x4e57a0,_0x20cf7c,{'role':'menu'});const _0x219b0d=[];for(const _0x4fe2f1 of _0x20cf7c)me(_0x4fe2f1)&&_0x219b0d['push'](this['editor']['commands']['get'](_0x4fe2f1['model']['commandName']));const _0x2ff6aa=_0x4e57a0['buttonView'];return _0x2ff6aa['actionView']['unbind']('isEnabled'),_0x2ff6aa['arrowView']['unbind']('isEnabled'),_0x2ff6aa['actionView']['bind']('isEnabled')['to'](_0x3eee08,'isEnabled'),_0x2ff6aa['arrowView']['bind']('isEnabled')['toMany'](_0x219b0d,'isEnabled',(..._0x63359a)=>_0x63359a['some'](_0x4ecffa=>_0x4ecffa)),_0x4e57a0['on']('execute',_0x34d272=>{this['editor']['execute'](_0x34d272['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4e57a0;}['_createMenuBarMenu'](_0x4b49fe,_0x224e16,_0x544bdb){const _0x123a1b=new Yt(_0x4b49fe),_0xa42174=this['editor']['commands']['get']('trackChanges');_0x123a1b['buttonView']['set']({'label':_0x544bdb,'icon':he});const _0x47d06b=new Zt(_0x4b49fe);for(const _0x494bb6 of _0x224e16){if('separator'==_0x494bb6['type']){_0x47d06b['items']['add'](new Xt(_0x4b49fe));continue;}const _0x44d1fe=new te(_0x4b49fe,_0x123a1b),_0x111cab=new _0x4ca9ce(_0x4b49fe),_0x61d023=_0x494bb6['model'];_0x111cab['bind'](...Object['keys'](_0x61d023))['to'](_0x61d023),_0x111cab['delegate']('execute')['to'](_0x123a1b),_0x111cab['on']('execute',()=>{this['editor']['execute'](_0x61d023['commandName']),this['editor']['editing']['view']['focus']();}),_0x44d1fe['children']['add'](_0x111cab),_0x47d06b['items']['add'](_0x44d1fe);}return _0x123a1b['bind']('isEnabled')['to'](_0xa42174,'isEnabled'),_0x123a1b['panelView']['children']['add'](_0x47d06b),_0x123a1b;}['_initializeController'](_0x2958b1){const _0x2a0f5d=this['editor'],_0x5a505c=_0x2a0f5d['config'],_0x41222d=_0x2a0f5d['plugins']['get']('Annotations'),_0x3d4d52=_0x2a0f5d['plugins']['get']('CommentsRepository'),_0x36db14=_0x2a0f5d['plugins']['get']('EditorAnnotations'),_0x22e035=_0x2a0f5d['plugins']['get'](_0x185b78)['me'],_0x129f67=_0x5a505c['get']('trackChanges')['SuggestionThreadView'],_0x866343=_0x5a505c['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x204cc4,CommentThreadInputView:_0x56f061}=_0x2a0f5d['plugins']['get']('CommentsUI');let _0x233720,_0x37ef29;this['_annotationViews']['has'](_0x2958b1['id'])?(_0x37ef29=this['_annotationViews']['get'](_0x2958b1['id']),_0x233720=_0x37ef29['mainView']):(_0x233720=new _0x129f67(_0x2a0f5d['locale'],_0x2958b1,_0x22e035,{'disableComments':this['_disableComments'],'editorConfig':_0x5a505c['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5a505c['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5a505c['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5a505c['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x42c338(_0x5a505c['get']('locale')),'CommentView':_0x5a505c['get']('comments')['CommentView'],'CommentsListView':_0x204cc4,'CommentThreadInputView':_0x56f061,'SuggestionView':_0x866343}),_0x233720['suggestionView']['acceptButton']['on']('execute',()=>{_0x2a0f5d['editing']['view']['focus']();}),_0x233720['suggestionView']['discardButton']['on']('execute',()=>{_0x2a0f5d['editing']['view']['focus']();}),_0x37ef29=_0x41222d['createAnnotationView'](this['editor']['locale'],_0x233720),_0x37ef29['bind']('isDirty')['to'](_0x233720,'isDirty'),_0x37ef29['bind']('length')['to'](_0x233720),_0x37ef29['bind']('type')['to'](_0x233720,'type',_0x2b87db=>'suggestion-'+_0x2b87db),this['listenTo'](_0x233720,'escape',()=>{_0x2a0f5d['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x2958b1['id'],_0x37ef29));const _0x290154=_0x3d4d52['createCommentThreadController'](_0x2958b1['commentThread'],_0x233720),_0x5ec665=new ae(_0x2a0f5d,_0x2958b1,_0x233720,_0x290154),_0x2e289d=_0x2958b1['getAllAdjacentSuggestions']()['filter'](_0x33ec84=>_0x33ec84['isInContent']);_0x233720['descriptionParts']=_0x2a0f5d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2e289d),this['_suggestionToController']['set'](_0x2958b1,_0x5ec665),this['_viewToController']['set'](_0x233720,_0x5ec665);const _0x4d6d2e=_0x41222d['createAnnotation']({'view':_0x37ef29,'target':()=>{const _0x317280=[],_0x1bb36e=_0x2958b1['getAllAdjacentSuggestions']()['filter'](_0x4dba0c=>_0x4dba0c['isInContent']);for(const _0x56a382 of _0x1bb36e)_0x317280['push'](..._0x56a382['getMarkers']());return _0x1373e9(_0x2a0f5d['editing'],_0x317280);},'type':()=>'suggestion-'+_0x5ec665['view']['type']});_0x3d4d52['_bindAnnotationToEditors'](_0x233720,_0x4d6d2e),_0x41222d['add'](_0x4d6d2e),_0x36db14['registerAnnotation'](_0x4d6d2e);}['_destroyController'](_0xac7684){const _0x887d0d=this['editor']['plugins']['get']('CommentsRepository'),_0x429f6d=this['editor']['plugins']['get']('Annotations'),_0x16e324=this['_suggestionToController']['get'](_0xac7684),_0x43c4d6=_0x16e324['view'],_0x3ee5c5=_0x429f6d['getByInnerView'](_0x43c4d6);_0x887d0d['_unbindEditors'](_0x43c4d6),_0x3ee5c5&&_0x429f6d['remove'](_0x3ee5c5),this['_suggestionToController']['delete'](_0xac7684),this['_viewToController']['delete'](_0x43c4d6),_0x16e324['destroy']();}['_updateController'](_0x3da589){if(!_0x3da589['isInContent']||!this['_suggestionToController']['has'](_0x3da589))return;const _0x267128=this['editor']['plugins']['get']('TrackChangesEditing'),_0x113299=this['_suggestionToController']['get'](_0x3da589),_0x2a881b=_0x3da589['getAllAdjacentSuggestions']();_0x113299['view']['descriptionParts']=_0x267128['descriptionFactory']['getDescriptions'](_0x2a881b);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0x3a300c,(_0x7236a8,_0x38adc8)=>{const _0x264c1a=this['editor']['plugins']['get'](k),_0x2bec01=this['editor']['plugins']['get'](p);if(!_0x2bec01['activeMarkers']['length'])return;const {id:_0x352177}=_0x2bec01['_splitMarkerName'](_0x2bec01['activeMarkers'][0x0]),_0x2e989c=_0x264c1a['getSuggestion'](_0x352177);_0x2e989c&&(this['_suggestionToController']['get'](_0x2e989c)['view']['focus'](),_0x38adc8());});}['destroy'](){for(const _0x549bb6 of this['_suggestionToController']['keys']())this['_destroyController'](_0x549bb6);for(const _0x1ca3a9 of this['_annotationViews']['values']())_0x1ca3a9['mainView']['destroy']();super['destroy']();}}function me(_0x1623c0){return'model'in _0x1623c0;}class k extends _0x440856{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x5f15f9){this['editor']['plugins']['get'](p)['adapter']=_0x5f15f9;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x57e46d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x57e46d);}['getSuggestions']({skipNotAttached:_0x3666d3=!0x1,toJSON:_0x22fc0f=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x3666d3,'toJSON':_0x22fc0f});}['getSuggestion'](_0x14215b){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x14215b);}}const T=['Pagination'];class P extends _0x440856{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x40a119=this['editor'];if(_0x40a119['config']['define']('trackChangesData.editorCreator',_0x2195f6=>{const _0x21c164=_0x40a119['model']['document']['getRootNames']()['reduce']((_0x2cd30e,_0x14cb6d)=>(_0x2cd30e[_0x14cb6d]='',_0x2cd30e),{});return _0x40a119['constructor']['create'](_0x21c164,_0x2195f6);}),'function'!=typeof _0x40a119['config']['get']('trackChangesData')['editorCreator'])throw new _0xcccb3d('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x52754d){return N(this['editor'],!0x0,_0x52754d);}['getDataWithDiscardedSuggestions'](_0x14fe39){return N(this['editor'],!0x1,_0x14fe39);}}class D extends _0x440856{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x30c010){super(_0x30c010),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(_0x1d6d24){return void 0x0!==_0x1d6d24['getRootsAttributes'];}async function N(_0x536a70,_0x279666,_0x5af397){const _0x1155ad=_0x3f1e9d(_0x536a70,T);_0x1155ad['plugins']['push'](p,D),_0x1155ad['rootsAttributes']=v(_0x536a70)?_0x536a70['getRootsAttributes']():void 0x0;const _0x49f129=document['createDocumentFragment'](),_0x17ce49=_0x536a70['config']['get']('trackChangesData')['editorCreator'],_0x539b9a=await _0x17ce49(_0x1155ad,()=>function(_0x59bcf5){const _0x53a140=document['createElement']('div');return _0x59bcf5['appendChild'](_0x53a140),_0x53a140;}(_0x49f129));!function(_0x4a0afb,_0x23412d){const _0x1bb3b1=_0x4a0afb['model']['document']['getRootNames']()['reduce']((_0x537099,_0x34bab2)=>(_0x537099[_0x34bab2]=_0x4a0afb['data']['get']({'rootName':_0x34bab2}),_0x537099),{}),_0x515cc4=_0x4a0afb['plugins']['get']('Users')['users']['map'](_0x2a92b4=>({'id':_0x2a92b4['id'],'name':_0x2a92b4['name']})),_0x4d46c2=_0x4a0afb['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x44aa10=_0x4a0afb['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x43dad3=_0x23412d['plugins']['get']('Users'),_0x104c82=_0x23412d['plugins']['get']('TrackChangesEditing'),_0x1e44d6=_0x23412d['plugins']['get']('CommentsRepository');for(const _0x395766 of _0x515cc4)_0x43dad3['getUser'](_0x395766['id'])||_0x43dad3['addUser'](_0x395766);_0x43dad3['me']||_0x43dad3['useAnonymousUser']();for(const _0x57ac48 of _0x44aa10)_0x1e44d6['addCommentThread'](_0x57ac48);for(const _0xd2e3a5 of _0x4d46c2)_0x104c82['addSuggestionData'](_0xd2e3a5);_0x23412d['data']['set'](_0x1bb3b1);}(_0x536a70,_0x539b9a),_0x539b9a['execute'](_0x279666?'acceptAllSuggestions':'discardAllSuggestions');const _0x18eafe=v(_0x539b9a)?_0x539b9a['getFullData'](_0x5af397):_0x539b9a['data']['get'](_0x5af397);return await _0x539b9a['destroy'](),_0x18eafe;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|