@ckeditor/ckeditor5-track-changes 34.2.0 → 35.0.1
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/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +469 -0
- package/lang/translations/bg.po +397 -0
- package/lang/translations/bn.po +423 -0
- package/lang/translations/ca.po +397 -0
- package/lang/translations/cs.po +32 -32
- package/lang/translations/da.po +34 -34
- package/lang/translations/de.po +5 -5
- package/lang/translations/el.po +3 -3
- package/lang/translations/en-au.po +3 -3
- package/lang/translations/es.po +50 -50
- package/lang/translations/et.po +100 -100
- package/lang/translations/fi.po +397 -0
- package/lang/translations/fr.po +10 -10
- package/lang/translations/gl.po +3 -3
- package/lang/translations/he.po +433 -0
- package/lang/translations/hi.po +14 -14
- package/lang/translations/hr.po +4 -4
- package/lang/translations/hu.po +397 -0
- package/lang/translations/id.po +77 -77
- package/lang/translations/it.po +4 -4
- package/lang/translations/ja.po +379 -0
- package/lang/translations/ko.po +379 -0
- package/lang/translations/lt.po +433 -0
- package/lang/translations/lv.po +77 -77
- package/lang/translations/ms.po +379 -0
- package/lang/translations/nl.po +32 -32
- package/lang/translations/no.po +397 -0
- package/lang/translations/pl.po +18 -18
- package/lang/translations/pt-br.po +4 -4
- package/lang/translations/pt.po +415 -0
- package/lang/translations/ro.po +415 -0
- package/lang/translations/ru.po +435 -0
- package/lang/translations/sk.po +5 -5
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +55 -55
- package/lang/translations/sv.po +397 -0
- package/lang/translations/th.po +379 -0
- package/lang/translations/tr.po +14 -14
- package/lang/translations/uk.po +433 -0
- package/lang/translations/vi.po +379 -0
- package/lang/translations/zh-cn.po +2 -2
- package/lang/translations/zh.po +66 -66
- package/package.json +5 -4
- package/src/commands/acceptallsuggestionscommand.js +1 -1
- package/src/commands/acceptselectedsuggestionscommand.js +1 -1
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardallsuggestionscommand.js +1 -1
- package/src/commands/discardselectedsuggestionscommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/trackchangescommand.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/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/font.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/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.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 +23 -0
- package/src/integrations/table.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.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 +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/getrangesofblockgroups.js +1 -1
- package/src/utils/getselectedsuggestions.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/normalizedescription.js +1 -1
- package/src/utils/sortsuggestions.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1bbd=['_setSuggestionData','length','refresh','plugins','markerReady','_getSuggestionData','buildSuggestion','track-changes-user-not-found','commandName','isOwn','createPositionAt','includes','PENDING_ACTION_SUGGESTION','marker-count','isBefore','_editor','markBlockFormat','isIntersectingWithRange','formatBlock:accept','_rangeIsInLocalUserInsertion','dataReady','low','skipNestingCheck','addSuggestionData','suggestion','selection','addHighlight','formatInline','deletion:','root','return','trackChanges','getMarkers','subType','type','updateMarker','insertion:','createPositionAfter','unbind','containsRangeInObject','element','values','mapper','_getAuthorFromId','getCustomProperty','deletion','markMultiRangeInsertion','_suggestions','registerCustomCallback','change','then','editing','showSuggestionHighlights','isNextTo','notReady','fromCharCode','init','conversion','markInsertion','setTo','head','createSelection','isObject','markMultiRangeBlockFormat','ready','discardAllSuggestions','splice','_handleNewSuggestionMarker','stop','containsRange','name','_findSuggestions','ck-suggestion-marker--active','clear','removed','howMany','markerToData','adapter','formatBlock','position','suggestionChanged','_refreshSuggestionsChain','isTouching','insert','removeClass','join','push','addSuggestion','range','editingDowncast','PendingActions','fromRange','data','getCommentThread','editor','isAtStart','getItems','formatGroupId','clone','rejected','getChangedMarkers','getIntersection','_descriptionFactory','getSuggestions','markInlineFormat','createRange','isLocal','hasComments','isAfter','_customCallbacks','_createSuggestion','deletion:join','config','suggestion:','getAttribute','originalSuggestionId','collaboration.channelId','parent','discard','_joinWithAdjacentSuggestions','getFirstRange','markDeletion','suggestionUnloaded','isRemovable','open','getNearestSelectionRange','enableCommand','addMarker:suggestion:formatBlock','createRangeIn','track-changes-adapter-missing-getsuggestion','discardSelectedSuggestions','removeMarker:suggestion:formatBlock','accept','model','after','batch','ck-suggestion-marker','map','track-changes-adapter-already-set','createdAt','elementToElement','TrackChangesEditing','formatInline:','split','track-changes-suggestion-data-mismatch','activeMarkers','end','markerToHighlight','_setSuggestionRange','_suggestionState','document','acceptSuggestion','getAncestors','for','before','_commentsRepository','containsItem','add','_checkSuggestionCorrectness','fetchCommentThread','containsPosition','elementStart','markers','Users','forceDefaultExecution','applyOperation','createPositionBefore','isInContent','track-changes-command-not-found','commentThread','_onDiscard','_addSuggestionMarker','acceptSelectedSuggestions','insertion:discard','fire','suggestion-type','CommentsRepository','execute','pluginName','nodeBefore','_updateSuggestionData','isCollapsed','addClass','_cutOutSuggestionMarker','getSuggestion','markMultiRangeDeletion','removeAttribute','updateSuggestion','getRanges','oldRange','formatBlock:chain','value','next','previous','_enabledCommands','addComment','some','targetPosition','formatBlock:','schema','writer','hasCommentThread','multi','_saved','isEqual','_removeSuggestion','removeMarker','data-suggestion','isDocumentOperation','_adapter','dataToMarker','options','change:data','track-changes-suggestion-not-found','nodeAfter','createElement','commands','consume','addMarkerName','isLimit','detach','listenTo','from','filter','markerNameToElements','enableReadOnlyMode','get','high','addMarker','start','differ','getShiftedBy','getFirstMarker','setSelection','_isForcedDefaultExecutionBlock','requires','discardSuggestion','getAllAdjacentSuggestions','getMultiRangeId','isInsideObject','insertContent','isUndo','consumable','_defaultCallbacks','getDifference','insertion:chain','attributes','getWalker','_suggestionFactory','change:activeMarkers','acceptAllSuggestions','newRange','every','_registerDefaultCallbacks','toJSON','removeComment','registerPostFixer','multipleBlocks','remove','addRange','item','author','suggestionLoaded','deletion:accept','textProxy','getSuggestionCallback','markerName','dataDowncast','rootName','sort','trackChangesCommand','_joinSuggestions','formatBlock:discard','removeMarkers','bindElementToMarker','upcast','hasSuggestion','$graveyard','isMultiRange','move','isSelectable','rethrowUnexpectedError','change:_saved','_model','insertion','ck-suggestion-marker-formatBlock','size','documentSelection','has','formatInline:join','deleteContent','locale','toViewElement','_breakSuggestionMarker','isAtEnd','_splitMarkerName','getChanges','moveTargetPosition','highest','set','forward','formatInline:accept'];(function(_0x3fd57b,_0x1bbd85){const _0x27f9e0=function(_0xad268a){while(--_0xad268a){_0x3fd57b['push'](_0x3fd57b['shift']());}};_0x27f9e0(++_0x1bbd85);}(_0x1bbd,0x170));const _0x27f9=function(_0x3fd57b,_0x1bbd85){_0x3fd57b=_0x3fd57b-0x0;let _0x27f9e0=_0x1bbd[_0x3fd57b];return _0x27f9e0;};import{Plugin as _0x19a45c,PendingActions as _0x173c9e}from'ckeditor5/src/core';import{LiveRange as _0xdaaa0f}from'ckeditor5/src/engine';import{CKEditorError as _0x38ab46,uid as _0x322ea4,priorities as _0x505c8c,EmitterMixin as _0x4f6dcf,mix as _0x4b58ec}from'ckeditor5/src/utils';import{toWidget as _0x228704}from'ckeditor5/src/widget';import{Users as _0x4c5634}from'ckeditor5-collaboration/src/collaboration-core';import _0x4a84ff from'./commands/trackchangescommand';import _0x45073c from'./commands/acceptsuggestioncommand';import _0x5541a8 from'./commands/discardsuggestioncommand';import _0x262ddd from'./commands/acceptallsuggestionscommand';import _0x47cd3d from'./commands/acceptselectedsuggestionscommand';import _0x17b9cb from'./commands/discardallsuggestionscommand';import _0x33f42e from'./commands/discardselectedsuggestionscommand';import _0xfe1c55 from'./suggestion';import _0x5e999a from'./suggestiondescriptionfactory';import _0x54a323 from'./integrations/alignment';import _0x160b6b from'./integrations/basicstyles';import _0x541c5e from'./integrations/blockquote';import _0x55007e from'./integrations/ckbox';import _0x272446 from'./integrations/codeblock';import _0x1ddd73 from'./integrations/comments';import _0x3cc51f from'./integrations/deletecommand';import _0x436670 from'./integrations/entercommand';import _0x3afc35 from'./integrations/font';import _0x413da3 from'./integrations/heading';import _0x22b391 from'./integrations/highlight';import _0x2319ef from'./integrations/horizontalline';import _0x1f15bc from'./integrations/htmlembed';import _0x48bf6f from'./integrations/image';import _0x18d3f4 from'./integrations/indent';import _0x597831 from'./integrations/inputcommand';import _0x237a71 from'./integrations/link';import _0x8c9653 from'./integrations/list';import _0x56e41c from'./integrations/mediaembed';import _0x3696cb from'./integrations/mention';import _0x368f33 from'./integrations/pagebreak';import _0x409cf3 from'./integrations/paragraph';import _0x4b61cf from'./integrations/removeformat';import _0x29e562 from'./integrations/restrictededitingmode';import _0x399b00 from'./integrations/shiftentercommand';import _0x4ef2e7 from'./integrations/standardeditingmode';import _0x2f645b from'./integrations/table';import _0x56bfda from'./integrations/tablemergesplit';import _0x1c86a4 from'./integrations/tableheadings';import _0x4deea9 from'./integrations/tableclipboard';import _0x1a94a2 from'./integrations/title';import _0x598515 from'./integrations/undo';import _0x437ad9 from'./utils/hashobject.js';import{getTranslation as _0x1f9598}from'./utils/common-translations';export default class d extends _0x19a45c{static get[_0x27f9('0xa9')](){return[_0x27f9('0x6e'),_0x4c5634,_0x173c9e,_0x54a323,_0x160b6b,_0x541c5e,_0x55007e,_0x272446,_0x1ddd73,_0x3cc51f,_0x436670,_0x3afc35,_0x413da3,_0x22b391,_0x2319ef,_0x1f15bc,_0x48bf6f,_0x18d3f4,_0x597831,_0x237a71,_0x8c9653,_0x56e41c,_0x3696cb,_0x368f33,_0x409cf3,_0x4b61cf,_0x29e562,_0x399b00,_0x4ef2e7,_0x2f645b,_0x56bfda,_0x1c86a4,_0x4deea9,_0x1a94a2,_0x598515];}static get[_0x27f9('0x70')](){return _0x27f9('0x4b');}constructor(_0x1de651){function _0xd57458(_0x1e298b){return _0x1e298b[_0x27f9('0x47')](_0x55e06e=>String[_0x27f9('0x123')](_0x55e06e))[_0x27f9('0x13')]('');}super(_0x1de651),this[_0x27f9('0xe9')]('activeMarkers',[]),this['on'](_0x27f9('0xb7'),(_0x33b29b,_0x10e2ec,_0x29186a,_0x278c4b)=>{this['_model'][_0x27f9('0x11d')](()=>{for(const _0x5899b2 of[..._0x278c4b,..._0x29186a])this[_0x27f9('0xd9')][_0x27f9('0x60')]['has'](_0x5899b2)&&_0x1de651[_0x27f9('0x11f')]['reconvertMarker'](_0x5899b2);});}),this[_0x27f9('0x24')]=new _0x5e999a(this[_0x27f9('0x1c')]['model'][_0x27f9('0x85')],this[_0x27f9('0x1c')][_0x27f9('0xe1')]),this[_0x27f9('0x8f')]=null,this['_suggestionFactory']=new dt(this[_0x27f9('0x1c')]),this[_0x27f9('0x11b')]=new Map(),this[_0x27f9('0x59')]=_0x1de651['plugins'][_0x27f9('0xa0')]('CommentsRepository'),this[_0x27f9('0x80')]=new Set(),this[_0x27f9('0xd9')]=this[_0x27f9('0x1c')][_0x27f9('0x43')],this[_0x27f9('0x53')]=new WeakMap(),this[_0x27f9('0xa8')]=!0x1,this[_0xd57458([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xd57458([0x34,0x30,0x34,0x34,0x31,0x32,0x35,0x38]);}[_0x27f9('0x124')](){const _0x277d39=this['editor'];_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0x17'))[_0x27f9('0x51')]({'model':_0x27f9('0x104'),'view':_0x347111=>{const {id:_0x198ba4,type:_0x31f1f4}=this[_0x27f9('0xe5')](_0x347111[_0x27f9('0xc8')]),_0xb786a4=[_0x27f9('0x46'),'ck-suggestion-marker-'+_0x31f1f4];let _0x5f0b89=0xbb8;return this[_0x27f9('0x4f')][_0x27f9('0xf7')](_0x347111[_0x27f9('0xc8')])&&(_0xb786a4[_0x27f9('0x14')](_0x27f9('0x6')),_0x5f0b89=0xbc2),_0x27f9('0x119')==_0x31f1f4&&(_0x5f0b89+=0x5),{'classes':_0xb786a4,'attributes':{'data-suggestion':_0x198ba4},'priority':_0x5f0b89};}}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xc9'))[_0x27f9('0x5b')](_0xe6e84c=>{_0xe6e84c['on']('addMarker:suggestion',(_0x56208d,_0x1f56e6,_0x1c923c)=>{if(!_0x1c923c['options'][_0x27f9('0x120')])return;const _0x4f1f6e=_0x1f56e6[_0x27f9('0xc2')];if(!_0x4f1f6e)return;const _0x44f7ab=_0x1c923c[_0x27f9('0x116')][_0x27f9('0xe2')](_0x4f1f6e);_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')]['isObject'](_0x4f1f6e)&&_0x44f7ab&&!_0x44f7ab[_0x27f9('0x118')]('widget')&&_0x44f7ab['is']('containerElement')&&_0x228704(_0x44f7ab,_0x1c923c['writer']);},{'priority':_0x27f9('0xa1')});}),_0x277d39['conversion']['for'](_0x27f9('0xc9'))[_0x27f9('0x51')]({'model':_0x27f9('0x104'),'view':(_0x7f22ad,_0x39edc6)=>{if(!_0x39edc6['options'][_0x27f9('0x120')])return null;const {type:_0x2106ac}=this[_0x27f9('0xe5')](_0x7f22ad['markerName']);return{'classes':[_0x27f9('0x46'),'ck-suggestion-marker-'+_0x2106ac],'priority':0xbb8};}});const _0x98f17d=({showActiveMarkers:_0x472b5a=!0x0}={})=>(_0x30c262,_0x2fe4e5,_0x4c83ad)=>{if(!_0x2fe4e5['item'])return;if(_0x2fe4e5['item']['is'](_0x27f9('0x105')))return void _0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2fe4e5[_0x27f9('0xc2')],_0x30c262[_0x27f9('0x4')]);const _0x1f401b=_0x4c83ad[_0x27f9('0x116')][_0x27f9('0xe2')](_0x2fe4e5[_0x27f9('0xc2')]);if(!(_0x2fe4e5['item']['is'](_0x27f9('0x114'))&&_0x277d39['model']['schema']['isBlock'](_0x2fe4e5[_0x27f9('0xc2')])&&!_0x1f401b['getCustomProperty'](_0x27f9('0x106'))))return;const {id:_0x3f6601}=this['_splitMarkerName'](_0x2fe4e5[_0x27f9('0xc8')]);_0x4c83ad[_0x27f9('0x86')][_0x27f9('0x74')](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1f401b),_0x4c83ad[_0x27f9('0x86')]['setAttribute'](_0x27f9('0x8d'),_0x3f6601,_0x1f401b),_0x4c83ad[_0x27f9('0x116')][_0x27f9('0xd0')](_0x1f401b,_0x2fe4e5[_0x27f9('0xc8')]),_0x472b5a&&(this['activeMarkers'][_0x27f9('0xf7')](_0x2fe4e5[_0x27f9('0xc8')])?_0x4c83ad[_0x27f9('0x86')]['addClass']('ck-suggestion-marker--active',_0x1f401b):_0x4c83ad[_0x27f9('0x86')][_0x27f9('0x12')](_0x27f9('0x6'),_0x1f401b));for(const _0x2ac258 of _0x277d39[_0x27f9('0x43')][_0x27f9('0x3e')](_0x2fe4e5[_0x27f9('0xc2')])[_0x27f9('0x1e')]())_0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2ac258,_0x30c262['name']);_0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2fe4e5[_0x27f9('0xc2')],_0x30c262[_0x27f9('0x4')]);};_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xc9'))[_0x27f9('0x5b')](_0x15ce9e=>{_0x15ce9e['on'](_0x27f9('0x3d'),(_0x57ea7d,_0xfb3046,_0x4891fa)=>{_0x4891fa[_0x27f9('0x91')][_0x27f9('0x120')]&&_0x98f17d({'showActiveMarkers':!0x1})(_0x57ea7d,_0xfb3046,_0x4891fa);},{'priority':_0x27f9('0xe8')});}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')]('dataDowncast')[_0x27f9('0xa')]({'model':_0x27f9('0x104'),'view':(_0x34fa65,_0x481b38)=>_0x481b38[_0x27f9('0x91')][_0x27f9('0x120')]?null:{'group':_0x27f9('0x104'),'name':_0x34fa65['substr'](_0x27f9('0x104')[_0x27f9('0xed')]+0x1)}}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xd1'))[_0x27f9('0x4a')]({'view':{'name':_0x27f9('0x104'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x296512,{writer:_0x136cd2})=>{let _0x556309='suggestion:'+_0x296512['getAttribute'](_0x27f9('0x6d'))+':'+_0x296512[_0x27f9('0x30')]('id');return _0x296512[_0x27f9('0x30')](_0x27f9('0xf9'))&&(_0x556309+=':'+_0x296512[_0x27f9('0x30')](_0x27f9('0xf9'))),_0x136cd2[_0x27f9('0x95')]('$marker',{'data-name':_0x556309});}}),_0x277d39[_0x27f9('0x125')]['for'](_0x27f9('0xd1'))[_0x27f9('0x90')]({'view':_0x27f9('0x104')}),_0x277d39['conversion'][_0x27f9('0x57')](_0x27f9('0x17'))['add'](_0x48426c=>{_0x48426c['on'](_0x27f9('0x3d'),_0x98f17d(),{'priority':_0x27f9('0xa1')});}),_0x277d39['conversion']['for'](_0x27f9('0x17'))['add'](_0x526085=>{_0x526085['on'](_0x27f9('0x41'),(_0x4a3481,_0x5113e4,_0x25b083)=>{const _0x25dee1=_0x25b083[_0x27f9('0x116')][_0x27f9('0x9e')](_0x5113e4[_0x27f9('0xc8')]);if(_0x25dee1)for(const _0x5a2d52 of _0x25dee1)_0x5a2d52['getCustomProperty'](_0x27f9('0x106'))||(_0x25b083[_0x27f9('0x86')][_0x27f9('0x12')](['ck-suggestion-marker',_0x27f9('0xdb'),_0x27f9('0x6')],_0x5a2d52),_0x25b083[_0x27f9('0x86')][_0x27f9('0x78')](_0x27f9('0x8d'),_0x5a2d52),_0x25b083['mapper']['unbindElementFromMarkerName'](_0x5a2d52,_0x5113e4['markerName']));},{'priority':'high'});}),_0x277d39['model'][_0x27f9('0x54')][_0x27f9('0xbe')](_0x2fb094=>{let _0x4c3ccc=!0x1;const _0x1712e4=Array['from'](_0x277d39[_0x27f9('0x43')]['document']['differ']['getChangedMarkers']());for(const {name:_0x263d23,data:_0x3a20b7}of _0x1712e4){const {group:_0x62796e,type:_0x4c1078,id:_0x359b49}=this[_0x27f9('0xe5')](_0x263d23);if(_0x27f9('0x104')!==_0x62796e)continue;const _0xfb1d96=this['_suggestions']['get'](_0x359b49);if(null!=_0x3a20b7[_0x27f9('0xb9')]){_0x27f9('0x107')==_0x4c1078&&(_0x4c3ccc=_0x4c3ccc||wt(_0x3a20b7['newRange'],_0x263d23,_0x2fb094,_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')]));if(_0x3a20b7['newRange'][_0x27f9('0x73')]||_0x27f9('0xd3')==_0x3a20b7[_0x27f9('0xb9')][_0x27f9('0x109')][_0x27f9('0xca')]||'formatBlock'==_0x4c1078&&!bt(_0x3a20b7[_0x27f9('0xb9')])||_0x27f9('0x119')==_0x4c1078&&!(!kt(_0x250ace=_0x3a20b7[_0x27f9('0xb9')])&&!function(_0x12a43a){return _0x12a43a[_0x27f9('0xa3')][_0x27f9('0x33')]==_0x12a43a[_0x27f9('0x50')][_0x27f9('0x71')]&&_0x12a43a['start'][_0x27f9('0xe4')];}(_0x250ace)))_0x2fb094[_0x27f9('0x8c')](_0x263d23),_0x4c3ccc=!0x0;else{if(!_0xfb1d96||!_0xfb1d96[_0x27f9('0x65')])continue;_0x4c3ccc=!!this[_0x27f9('0x35')](_0xfb1d96)||_0x4c3ccc;}}}var _0x250ace;return _0x4c3ccc;}),_0x277d39['model']['document'][_0x27f9('0xbe')](_0x45ac49=>{let _0x35a006=!0x1;for(const _0x3a9f55 of _0x277d39[_0x27f9('0x43')][_0x27f9('0x54')][_0x27f9('0xa4')][_0x27f9('0xe6')]()){if(_0x27f9('0x11')!=_0x3a9f55[_0x27f9('0x10e')])continue;const _0x21bbd7=_0x3a9f55[_0x27f9('0xd')][_0x27f9('0xa5')](_0x3a9f55['length']);if(_0x21bbd7[_0x27f9('0xe4')])for(const _0x519b3b of this[_0x27f9('0x11b')]['values']()){if(_0x519b3b[_0x27f9('0xd4')]||!_0x519b3b['isInContent'])continue;if(_0x27f9('0xc')!=_0x519b3b[_0x27f9('0x10e')])continue;const _0x26fa2c=_0x519b3b[_0x27f9('0x36')]();if(_0x26fa2c[_0x27f9('0xa3')]['parent']!=_0x26fa2c[_0x27f9('0x50')][_0x27f9('0x33')]&&_0x26fa2c[_0x27f9('0x50')][_0x27f9('0x8a')](_0x3a9f55[_0x27f9('0xd')])){const _0x2a97c2=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x26fa2c[_0x27f9('0xa3')],_0x21bbd7);_0x45ac49[_0x27f9('0x10f')](_0x519b3b['getFirstMarker'](),{'range':_0x2a97c2}),_0x35a006=!0x0;}}}return _0x35a006;}),_0x277d39[_0x27f9('0x43')]['markers']['on']('update:suggestion',(_0x34f9f9,_0x22eac2,_0x26eaf9)=>{if(null==_0x26eaf9){const {id:_0x4ff5d2}=this[_0x27f9('0xe5')](_0x22eac2[_0x27f9('0x4')]),_0x411493=this['_suggestions'][_0x27f9('0xa0')](_0x4ff5d2);_0x411493&&_0x411493[_0x27f9('0x98')](_0x22eac2['name']);}}),_0x277d39['model']['document']['on'](_0x27f9('0x92'),()=>{const _0x431a06=Array[_0x27f9('0x9c')](_0x277d39['model']['document'][_0x27f9('0xa4')][_0x27f9('0x22')]());_0x431a06[_0x27f9('0xcb')]((_0x297194,_0x9f09f2)=>{const _0xca5a07=_0x297194['data']['oldRange'],_0x113bf1=_0x9f09f2['data']['oldRange'];return null===_0xca5a07&&null===_0x113bf1?0x0:null===_0xca5a07&&null!==_0x113bf1?-0x1:null!==_0xca5a07&&null===_0x113bf1?0x1:_0xca5a07[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x113bf1[_0x27f9('0xa3')])?-0x1:0x1;});const _0x17b653=new Set();for(const {name:_0x13378d,data:_0x5977e5}of _0x431a06){const {group:_0x49965e,id:_0x2c5a01}=this['_splitMarkerName'](_0x13378d);if(_0x27f9('0x104')===_0x49965e&&(null===_0x5977e5[_0x27f9('0x7b')]&&this[_0x27f9('0x1')](_0x13378d),null===_0x5977e5[_0x27f9('0xb9')])){const _0x512ef6=this['_suggestions'][_0x27f9('0xa0')](_0x2c5a01);_0x512ef6[_0x27f9('0x65')]?_0x17b653[_0x27f9('0x5b')](_0x512ef6):this[_0x27f9('0x8b')](_0x512ef6);}}for(const {name:_0x14e610,data:_0x1d4a6a}of _0x431a06){const {group:_0x53d5e4,id:_0x1dfbbb}=this[_0x27f9('0xe5')](_0x14e610);if(_0x27f9('0x104')!==_0x53d5e4)continue;const _0x222855=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x1dfbbb);null!=_0x1d4a6a[_0x27f9('0xb9')]&&null!=_0x1d4a6a[_0x27f9('0x7b')]&&(this[_0x27f9('0xf')](_0x222855),_0x17b653[_0x27f9('0x5b')](_0x222855[_0x27f9('0x128')]));}for(const _0x476ab5 of _0x17b653)this[_0x27f9('0x6c')](_0x27f9('0xe'),_0x476ab5);_0x17b653['clear']();}),_0x277d39[_0x27f9('0x43')]['on'](_0x27f9('0x63'),(_0x195d8a,_0x4f4664)=>{const _0x17d644=_0x4f4664[0x0];if(!this[_0x27f9('0x11b')][_0x27f9('0xdc')])return;if(!_0x17d644[_0x27f9('0x8e')])return;if(_0x17d644['batch'][_0x27f9('0xaf')]||!_0x17d644[_0x27f9('0x45')][_0x27f9('0x28')])return;let _0x50b173,_0x13277a;switch(_0x17d644[_0x27f9('0x10e')]){case _0x27f9('0x11'):_0x50b173=_0x277d39[_0x27f9('0x43')]['createPositionAt'](_0x17d644[_0x27f9('0xd')]),_0x13277a=_0x50b173[_0x27f9('0xa5')](_0x17d644[_0x27f9('0x9')]);break;case _0x27f9('0x4d'):_0x50b173=_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x17d644['splitPosition']),_0x13277a=_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x17d644[_0x27f9('0xe7')]);break;case _0x27f9('0xd5'):_0x50b173=_0x277d39['model']['createPositionAt'](_0x17d644[_0x27f9('0x83')]),_0x13277a=_0x50b173[_0x27f9('0xa5')](_0x17d644[_0x27f9('0x9')]);break;default:return;}const _0x118050=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x50b173,_0x13277a);_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const {suggestion:_0x27486b,meta:_0x4ad3ff}of this[_0x27f9('0x5')](_0x118050)){if(_0x27486b[_0x27f9('0xd4')])continue;if(_0x27f9('0x107')==_0x27486b[_0x27f9('0x10e')])continue;const _0x54bfed=_0x27486b[_0x27f9('0x1a')]&&_0x27486b[_0x27f9('0x1a')][_0x27f9('0xbf')];(_0x27f9('0xc')!=_0x27486b[_0x27f9('0x10e')]||_0x27f9('0x4d')==_0x17d644['type']&&!_0x54bfed)&&(_0x4ad3ff[_0x27f9('0x113')]||'insertion'==_0x27486b['type']&&_0x4ad3ff[_0x27f9('0xf5')]||_0x27486b['getFirstRange']()[_0x27f9('0x3')](_0x118050)&&this[_0x27f9('0xe3')](_0x27486b,_0x50b173,_0x13277a));}});},{'priority':'lowest'}),_0x277d39['model']['on'](_0x27f9('0xe0'),(_0x3cc3c0,_0x333557)=>{const _0x56206d=_0x333557[0x0],_0x2dddc2=_0x333557[0x1];if(_0x2dddc2&&_0x2dddc2['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this[_0x27f9('0xcc')][_0x27f9('0x7d')])return;if(_0x56206d[_0x27f9('0x73')])return;const _0x2f8e4a=_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')],{start:_0x1afea6,end:_0x11b180}=_0x56206d[_0x27f9('0x36')](),_0x1c3433=_0x1afea6[_0x27f9('0x94')]&&_0x2f8e4a[_0x27f9('0x12a')](_0x1afea6[_0x27f9('0x94')])?null:_0x2f8e4a[_0x27f9('0x3b')](_0x1afea6,_0x27f9('0xea')),_0x21495b=_0x11b180[_0x27f9('0x71')]&&_0x2f8e4a[_0x27f9('0x12a')](_0x11b180[_0x27f9('0x71')])?null:_0x2f8e4a[_0x27f9('0x3b')](_0x11b180,'backward'),_0x179f30=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x1c3433?_0x1c3433[_0x27f9('0xa3')]:_0x1afea6,_0x21495b?_0x21495b[_0x27f9('0x50')]:_0x11b180);_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](_0x4d0ad3=>{this[_0x27f9('0x37')](_0x179f30);const _0x41a3fd=_0x277d39['model']['schema'][_0x27f9('0x3b')](_0x179f30[_0x27f9('0xa3')]);_0x56206d['is'](_0x27f9('0xdd'))?_0x4d0ad3['setSelection'](_0x41a3fd):_0x56206d[_0x27f9('0x127')](_0x41a3fd);}),_0x3cc3c0[_0x27f9('0x2')]();},{'priority':_0x505c8c['normal']+0xa}),_0x277d39[_0x27f9('0x43')]['on'](_0x27f9('0xae'),(_0x380ff7,_0x195ce7)=>{const _0x5d031a=_0x195ce7[_0x195ce7['length']-0x1];_0x5d031a&&_0x5d031a[_0x27f9('0x62')]||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand'][_0x27f9('0x7d')]&&(_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](()=>{let _0x431c84=_0x277d39[_0x27f9('0x43')]['insertContent'](_0x195ce7[0x0],_0x195ce7[0x1],_0x195ce7[0x2],_0x195ce7[0x3],{'forceDefaultExecution':!0x0});if(!_0x431c84)return;_0x380ff7[_0x27f9('0x10a')]=_0x431c84[_0x27f9('0x20')]();const _0x18d836=_0x431c84[_0x27f9('0x50')]['nodeBefore'],_0x138e27=_0x277d39['model']['schema'];_0x18d836&&_0x138e27['isBlock'](_0x18d836)&&!_0x138e27[_0x27f9('0x12a')](_0x18d836)&&(_0x431c84=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x431c84[_0x27f9('0xa3')],_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x18d836,_0x27f9('0x50')))),this['markInsertion'](_0x431c84);}),_0x380ff7[_0x27f9('0x2')]());},{'priority':_0x27f9('0xa1')}),this[_0x27f9('0xcc')]=new _0x4a84ff(_0x277d39,this[_0x27f9('0x80')]),this[_0x27f9('0x1c')][_0x27f9('0x96')][_0x27f9('0x5b')]('trackChanges',this['trackChangesCommand']),this[_0x27f9('0x3c')](_0x27f9('0x10b'));const _0xfa177c=new _0x45073c(_0x277d39,this[_0x27f9('0x11b')]);_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')](_0x27f9('0x55'),_0xfa177c),this[_0x27f9('0x3c')]('acceptSuggestion');const _0x3bd353=new _0x5541a8(_0x277d39,this['_suggestions']);_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')]('discardSuggestion',_0x3bd353),this['enableCommand']('discardSuggestion'),_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')](_0x27f9('0xb8'),new _0x262ddd(_0x277d39,_0xfa177c,this[_0x27f9('0x11b')])),this[_0x27f9('0x3c')](_0x27f9('0xb8')),_0x277d39[_0x27f9('0x96')]['add'](_0x27f9('0x12d'),new _0x17b9cb(_0x277d39,_0x3bd353,this[_0x27f9('0x11b')])),this['enableCommand'](_0x27f9('0x12d')),_0x277d39['commands'][_0x27f9('0x5b')]('acceptSelectedSuggestions',new _0x47cd3d(_0x277d39,_0xfa177c,this[_0x27f9('0x11b')])),this[_0x27f9('0x3c')](_0x27f9('0x6a')),_0x277d39['commands'][_0x27f9('0x5b')](_0x27f9('0x40'),new _0x33f42e(_0x277d39,_0x3bd353,this[_0x27f9('0x11b')])),this['enableCommand'](_0x27f9('0x40'));const _0x397eac=_0x277d39['plugins'][_0x27f9('0xa0')](_0x27f9('0x6e'));this[_0x27f9('0x9b')](_0x397eac,_0x27f9('0x81'),(_0x2ce774,{threadId:_0xd5867d})=>{const _0x507adc=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0xd5867d);_0x507adc&&_0x507adc[_0x27f9('0x67')]&&0x1===_0x507adc[_0x27f9('0x67')]['length']&&this['_updateSuggestionData'](_0xd5867d,{'hasComments':!0x0});},{'priority':'low'}),this[_0x27f9('0x9b')](_0x397eac,_0x27f9('0xbd'),(_0x2214ae,{threadId:_0xe67651})=>{const _0x17a637=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0xe67651);_0x17a637&&_0x17a637[_0x27f9('0x67')]&&!_0x17a637[_0x27f9('0x67')]['length']&&this[_0x27f9('0x72')](_0xe67651,{'hasComments':!0x1});},{'priority':_0x27f9('0x101')});}set[_0x27f9('0xb')](_0x2bd289){if(this[_0x27f9('0x8f')])throw new _0x38ab46(_0x27f9('0x48'),this);this['_adapter']=_0x2bd289;}get[_0x27f9('0xb')](){return this[_0x27f9('0x8f')];}[_0x27f9('0x25')]({skipNotAttached:_0x586028=!0x1,toJSON:_0x4a4618=!0x1}={}){const _0xb202a9=[];for(const _0x371950 of this[_0x27f9('0x11b')][_0x27f9('0x115')]())_0x586028&&!_0x371950['isInContent']||_0xb202a9[_0x27f9('0x14')](_0x371950);return _0x4a4618?_0xb202a9['map'](_0x213b48=>_0x213b48[_0x27f9('0xbc')]()):_0xb202a9;}[_0x27f9('0x76')](_0x1af070){const _0x45a1ca=this[_0x27f9('0x11b')]['get'](_0x1af070);if(!_0x45a1ca)throw new _0x38ab46(_0x27f9('0x93'),this);return _0x45a1ca;}[_0x27f9('0xd2')](_0x21e98c){return this[_0x27f9('0x11b')][_0x27f9('0xde')](_0x21e98c);}[_0x27f9('0x103')](_0x1204c2){const {id:_0x4c83a2,authorId:_0x268239}=_0x1204c2,[_0x5c97d6,_0x4a99d4]=_0x1204c2['type']['split'](':'),_0x15c540=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x4c83a2)||this[_0x27f9('0x2c')](_0x5c97d6,_0x4a99d4,_0x4c83a2,_0x268239);switch(this['_addThreadToSuggestion'](_0x15c540),this[_0x27f9('0x5c')](_0x15c540,_0x5c97d6,_0x4a99d4||null,_0x268239),_0x15c540[_0x27f9('0x49')]=_0x1204c2[_0x27f9('0x49')],_0x1204c2[_0x27f9('0x1a')]&&(_0x15c540[_0x27f9('0x1a')]=_0x1204c2['data']),_0x1204c2[_0x27f9('0xb4')]&&(_0x15c540[_0x27f9('0xb4')]=_0x1204c2[_0x27f9('0xb4')]),this[_0x27f9('0x8f')]&&this[_0x27f9('0x8f')][_0x27f9('0x15')]||(_0x15c540[_0x27f9('0x89')]=!0x0),this['_suggestionState'][_0x27f9('0xa0')](_0x15c540)){case _0x27f9('0x122'):this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x15c540,_0x27f9('0x100'));break;case _0x27f9('0xf0'):_0x15c540[_0x27f9('0x65')]?(this[_0x27f9('0x53')]['set'](_0x15c540,_0x27f9('0x12c')),this[_0x27f9('0x6c')]('suggestionLoaded',_0x15c540)):this['_suggestionState']['set'](_0x15c540,_0x27f9('0x8'));}return _0x15c540;}[_0x27f9('0x55')](_0x137d18){this[_0x27f9('0x62')](()=>{this[_0x27f9('0x1c')][_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const _0x3012dd of _0x137d18[_0x27f9('0xab')]())_0x3012dd[_0x27f9('0x42')]();});});}[_0x27f9('0xaa')](_0x40c4d8){this[_0x27f9('0x62')](()=>{this[_0x27f9('0x1c')][_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const _0xfd07b0 of _0x40c4d8[_0x27f9('0xab')]())_0xfd07b0[_0x27f9('0x34')]();});});}[_0x27f9('0x3c')](_0x4b7228,_0x436a60){const _0x327cf8=this[_0x27f9('0x1c')][_0x27f9('0x96')][_0x27f9('0xa0')](_0x4b7228);if(!_0x327cf8)throw new _0x38ab46(_0x27f9('0x66'),this,{'commandName':_0x4b7228});this[_0x27f9('0x80')][_0x27f9('0x5b')](_0x327cf8),_0x436a60&&_0x327cf8['on'](_0x27f9('0x6f'),(_0x14f0b2,_0x5bcfea)=>{this['trackChangesCommand'][_0x27f9('0x7d')]&&(this[_0x27f9('0xa8')]||_0x5bcfea['length']>0x0&&_0x5bcfea[_0x5bcfea['length']-0x1]&&_0x5bcfea[_0x5bcfea[_0x27f9('0xed')]-0x1]['forceDefaultExecution']||(_0x436a60((..._0x1feef4)=>_0x327cf8['execute'](..._0x1feef4,{'forceDefaultExecution':!0x0}),..._0x5bcfea),_0x14f0b2[_0x27f9('0x2')]()));},{'priority':'high'});}[_0x27f9('0x62')](_0x500ea3){let _0x2c7cae,_0x1b9b36;const _0x475914=this[_0x27f9('0xa8')];this[_0x27f9('0xa8')]=!0x0;try{_0x2c7cae=_0x500ea3();}catch(_0x22dc5a){_0x1b9b36=_0x22dc5a;}return _0x475914||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x1b9b36&&_0x38ab46[_0x27f9('0xd7')](_0x1b9b36,this),_0x2c7cae;}[_0x27f9('0x126')](_0x2eebb5,_0x28989a=null,_0x5c5eaa={}){if(_0x2eebb5[_0x27f9('0x73')])return null;const _0x3b5e25=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'];for(const {suggestion:_0x9ec414,meta:_0x2a610e}of this['_findSuggestions'](_0x2eebb5,_0x27f9('0xda')))if(_0x2a610e['isOwn']){if(!_0x2a610e[_0x27f9('0x121')])return _0x9ec414;if(_0x28989a==_0x9ec414[_0x27f9('0x10d')]){const _0x47dd95=_0x9ec414[_0x27f9('0x36')]();return _0x47dd95[_0x27f9('0xa3')][_0x27f9('0x8a')](_0x2eebb5['end'])?this[_0x27f9('0x52')](_0x9ec414,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x2eebb5[_0x27f9('0xa3')],_0x47dd95[_0x27f9('0x50')])):this['_setSuggestionRange'](_0x9ec414,this[_0x27f9('0xd9')]['createRange'](_0x47dd95['start'],_0x2eebb5[_0x27f9('0x50')])),_0x9ec414;}}const _0x51152d=_0x322ea4(),_0xf14fd=_0x3b5e25['id'],_0x5647bb=_0x28989a?_0x27f9('0x110')+_0x28989a:'insertion',_0x55fabd=this[_0x27f9('0xec')]({'id':_0x51152d,'type':_0x5647bb,'createdAt':new Date(),'authorId':_0xf14fd,'attributes':_0x5c5eaa});return this[_0x27f9('0x69')](_0x5647bb,_0x51152d,_0xf14fd,_0x2eebb5),_0x55fabd;}[_0x27f9('0x11a')](_0x1ca58d,_0x20d207='multi',_0x1786d2={}){const _0x4edaa=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x2b7e68=this[_0x27f9('0xb6')]['getSuggestionCallback']('insertion',_0x20d207,_0x27f9('0x13'));for(const _0x488e23 of this[_0x27f9('0x25')]())if(_0x488e23[_0x27f9('0xc3')]['id']==_0x4edaa['id']&&_0x27f9('0xda')==_0x488e23['type']&&_0x488e23['subType']==_0x20d207&&(_0x2b7e68(_0x488e23[_0x27f9('0x7a')](),_0x1ca58d)||_0x2b7e68(_0x1ca58d,_0x488e23[_0x27f9('0x7a')]()))){for(const _0x29d3e9 of _0x1ca58d)_0x488e23[_0x27f9('0xc1')](_0x29d3e9);return _0x488e23;}for(const _0xca948 of _0x1ca58d)for(const {suggestion:_0x247b16,meta:_0x54a89c}of this['_findSuggestions'](_0xca948,_0x27f9('0xda'))){if(!_0x54a89c[_0x27f9('0xf5')])continue;let _0x5d0cf1=!0x0;for(const _0x1dac44 of _0x247b16[_0x27f9('0x7a')]())for(const _0x5b4628 of _0x1ca58d)if(!_0x1dac44['containsRange'](_0x5b4628)){_0x5d0cf1=!0x1;break;}if(_0x5d0cf1)return _0x247b16;}const _0x2a6f6a=_0x322ea4(),_0x5542f5=_0x4edaa['id'],_0xd297bb=_0x27f9('0x110')+_0x20d207,_0x5bd652=this[_0x27f9('0xec')]({'id':_0x2a6f6a,'type':_0xd297bb,'createdAt':new Date(),'authorId':_0x5542f5,'attributes':_0x1786d2});for(const _0x247100 of _0x1ca58d)this[_0x27f9('0x69')](_0xd297bb,_0x2a6f6a,_0x5542f5,_0x247100,_0xfe1c55[_0x27f9('0xac')]());return _0x5bd652;}[_0x27f9('0x26')](_0x2a4cd8,_0x23908d,_0x1786f1=null,_0x41e1f1={}){if(_0x1786f1=_0x1786f1||yt(_0x23908d),_0x2a4cd8[_0x27f9('0x73')])return;const _0x5acb14=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'],_0x4e5cd6=[];for(const {suggestion:_0x14356a,meta:_0x50567f}of this[_0x27f9('0x5')](_0x2a4cd8,_0x27f9('0xda')))_0x50567f[_0x27f9('0xf5')]&&!_0x50567f['isInsideObject']&&_0x4e5cd6[_0x27f9('0x14')](..._0x14356a[_0x27f9('0x7a')]());const _0x585aee=function(_0x36789a,_0x70e1da){const _0x145a14=[];for(const _0x3cc3a7 of _0x70e1da){const _0x4c9184=_0x36789a['getIntersection'](_0x3cc3a7);_0x4c9184&&_0x145a14['push'](_0x4c9184);}return _0x145a14;}(_0x2a4cd8,_0x4e5cd6),_0x427e36=function(_0x4ca234,_0x145fa6){const _0x15dcc7=[_0x4ca234];for(const _0x18e8c9 of _0x145fa6){let _0x4758f8=0x0;for(;_0x4758f8<_0x15dcc7[_0x27f9('0xed')];){const _0x37feb9=_0x15dcc7[_0x4758f8][_0x27f9('0xb2')](_0x18e8c9);_0x15dcc7[_0x27f9('0x0')](_0x4758f8,0x1,..._0x37feb9),_0x4758f8+=_0x37feb9[_0x27f9('0xed')];}}return _0x15dcc7;}(_0x2a4cd8,_0x4e5cd6);_0x585aee[_0x27f9('0xed')]&&this[_0x27f9('0xd9')][_0x27f9('0x11d')](()=>{for(const _0x5b8e0a of _0x585aee){const _0x1d2a47=this['_suggestionFactory']['getSuggestionCallback'](_0x27f9('0x107'),_0x1786f1,_0x27f9('0x42'));this[_0x27f9('0x62')](()=>_0x1d2a47([_0x5b8e0a],_0x23908d,_0x41e1f1));}});for(const _0x4e5167 of _0x427e36){let _0xc29246=null,_0x1589a3=_0x4e5167[_0x27f9('0xa3')],_0x18786e=_0x4e5167['end'];for(const {suggestion:_0x466069,meta:_0x1a0346}of this[_0x27f9('0x5')](_0x4e5167,_0x27f9('0x107'))){if(!_0x1a0346[_0x27f9('0xf5')])continue;if(_0x466069['subType']!=_0x1786f1)continue;const _0x4b2daf=_0x466069[_0x27f9('0x36')]();if(_0x4b2daf[_0x27f9('0x3')](_0x4e5167,!0x0))return;_0x1589a3=_0x1589a3[_0x27f9('0xfa')](_0x4b2daf['start'])?_0x1589a3:_0x4b2daf[_0x27f9('0xa3')],_0x18786e=_0x18786e[_0x27f9('0x2a')](_0x4b2daf[_0x27f9('0x50')])?_0x18786e:_0x4b2daf[_0x27f9('0x50')],_0xc29246?_0x4b2daf[_0x27f9('0xa3')]['isBefore'](_0xc29246['getFirstRange']()[_0x27f9('0xa3')])?(_0xc29246[_0x27f9('0xcf')](),_0xc29246=_0x466069):_0x466069[_0x27f9('0xcf')]():_0xc29246=_0x466069;}const _0x16b193=this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1589a3,_0x18786e);if(_0xc29246)this[_0x27f9('0x52')](_0xc29246,_0x16b193);else{const _0x53a5a9=_0x322ea4(),_0x226c01=_0x5acb14['id'];this[_0x27f9('0xec')]({'id':_0x53a5a9,'type':_0x27f9('0x4c')+_0x1786f1,'data':_0x23908d,'createdAt':new Date(),'authorId':_0x226c01,'attributes':_0x41e1f1}),this[_0x27f9('0x69')](_0x27f9('0x4c')+_0x1786f1,_0x53a5a9,_0x226c01,_0x16b193);}}}[_0x27f9('0xfc')](_0x3e0564,_0x2ca160,_0x2568b0=[],_0x3bd5be=null,_0x1ee7d5={}){_0x2ca160[_0x27f9('0x1f')]||(_0x2ca160[_0x27f9('0x1f')]=_0x2ca160[_0x27f9('0xf4')]),_0x2ca160[_0x27f9('0xbf')]=_0x3e0564['is'](_0x27f9('0x16')),_0x3bd5be=_0x3bd5be||yt(_0x2ca160);const _0x451b48=_0x2568b0[_0x27f9('0x47')](_0x1823c8=>St(_0x1823c8,this[_0x27f9('0xd9')])),_0x309207=_0x3e0564['is']('range')?_0x3e0564:St(_0x3e0564,this[_0x27f9('0xd9')]);_0x451b48[_0x27f9('0x14')](_0x309207);let _0xa18c77=!0x0;for(const _0x134d1b of _0x451b48)if(!this[_0x27f9('0xff')](_0x134d1b)){_0xa18c77=!0x1;break;}if(_0xa18c77){const _0x1a87d7=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0xc'),_0x3bd5be,_0x27f9('0x42'));return void this['forceDefaultExecution'](()=>_0x1a87d7([_0x309207],_0x2ca160,_0x1ee7d5));}let _0x307437=null,_0x530b6d=_0x309207[_0x27f9('0xa3')],_0x158734=_0x309207[_0x27f9('0x50')];for(const {suggestion:_0x14d607,meta:_0x41be6e}of this[_0x27f9('0x5')](_0x309207,_0x27f9('0xc'))){if(!_0x41be6e[_0x27f9('0xf5')]||_0x41be6e['isNextTo']||_0x41be6e['containsRangeInObject']||_0x41be6e[_0x27f9('0xad')])continue;if(_0x14d607['data'][_0x27f9('0x1f')]!=_0x2ca160[_0x27f9('0x1f')])continue;const _0x56ff72=_0x14d607[_0x27f9('0x36')]();if(_0x14d607[_0x27f9('0x10d')]==_0x3bd5be){if(_0x56ff72[_0x27f9('0x3')](_0x309207,!0x0))return;_0x530b6d=_0x530b6d['isBefore'](_0x56ff72[_0x27f9('0xa3')])?_0x530b6d:_0x56ff72['start'],_0x158734=_0x158734[_0x27f9('0x2a')](_0x56ff72[_0x27f9('0x50')])?_0x158734:_0x56ff72[_0x27f9('0x50')],_0x307437?_0x56ff72[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x307437[_0x27f9('0x36')]()['start'])?(_0x307437[_0x27f9('0xcf')](),_0x307437=_0x14d607):_0x14d607[_0x27f9('0xcf')]():_0x307437=_0x14d607;}else{const _0x433d17=_0x309207[_0x27f9('0x23')](_0x56ff72);this[_0x27f9('0x75')](_0x14d607,_0x433d17);}}const _0x475cb3=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x2653a4=_0x322ea4(),_0x351054=_0x475cb3['id'];_0x307437?this[_0x27f9('0x52')](_0x307437,this[_0x27f9('0xd9')]['createRange'](_0x530b6d,_0x158734)):(this[_0x27f9('0xec')]({'id':_0x2653a4,'type':_0x27f9('0x84')+_0x3bd5be,'data':_0x2ca160,'createdAt':new Date(),'authorId':_0x351054,'attributes':_0x1ee7d5}),this[_0x27f9('0x69')]('formatBlock:'+_0x3bd5be,_0x2653a4,_0x351054,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x530b6d,_0x158734)));}[_0x27f9('0x12b')](_0xbabe1b,_0x4e8725,_0x489644=[],_0x599511=null,_0x32f119={}){_0x4e8725['formatGroupId']||(_0x4e8725[_0x27f9('0x1f')]=_0x4e8725[_0x27f9('0xf4')]),_0x4e8725[_0x27f9('0xbf')]=!0x1,_0x599511=_0x599511||yt(_0x4e8725);const _0x21964b=_0x489644[_0x27f9('0x47')](_0x4c64c8=>St(_0x4c64c8,this[_0x27f9('0xd9')])),_0x5bdf74=_0xbabe1b[_0x27f9('0x47')](_0x12a6b2=>St(_0x12a6b2,this[_0x27f9('0xd9')]));_0x21964b[_0x27f9('0x14')](..._0x5bdf74);let _0x5c79cc=!0x0;for(const _0x4aad4b of _0x21964b)if(!this[_0x27f9('0xff')](_0x4aad4b)){_0x5c79cc=!0x1;break;}if(_0x5c79cc){const _0x10ec5b=this[_0x27f9('0xb6')]['getSuggestionCallback']('formatBlock',_0x599511,_0x27f9('0x42'));return void this['forceDefaultExecution'](()=>_0x10ec5b(_0x5bdf74,_0x4e8725,_0x32f119));}const _0x235f26=this['editor'][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'];for(const _0x2bcda9 of this[_0x27f9('0x25')]()){if(_0x2bcda9[_0x27f9('0xc3')]['id']!=_0x235f26['id'])continue;if(_0x27f9('0xc')!=_0x2bcda9[_0x27f9('0x10e')]||_0x2bcda9['data'][_0x27f9('0x1f')]!=_0x4e8725['formatGroupId'])continue;const _0x402b26=_0x2bcda9['subType']==_0x599511;for(let _0x431509=0x0;_0x431509<_0x5bdf74[_0x27f9('0xed')];_0x431509++){const _0xcd7f45=_0x5bdf74[_0x431509];for(const _0x4d2019 of _0x2bcda9[_0x27f9('0x10c')]()){const _0x4692af=_0x4d2019['getRange']();if(_0xcd7f45[_0x27f9('0x8a')](_0x4692af)){_0x402b26?(_0x5bdf74[_0x27f9('0x0')](_0x431509,0x1),_0x431509--):_0x2bcda9[_0x27f9('0x8c')](_0x4d2019['name']);break;}}}}if(0x0==_0x5bdf74[_0x27f9('0xed')])return;const _0x240f73=this['_suggestionFactory'][_0x27f9('0xc7')](_0x27f9('0xc'),_0x599511,'join');for(const _0x2a2f4c of this['getSuggestions']())if(_0x2a2f4c[_0x27f9('0xc3')]['id']==_0x235f26['id']&&_0x27f9('0xc')==_0x2a2f4c[_0x27f9('0x10e')]&&_0x2a2f4c[_0x27f9('0x1a')][_0x27f9('0x1f')]==_0x4e8725[_0x27f9('0x1f')]&&_0x2a2f4c[_0x27f9('0x10d')]==_0x599511&&(_0x240f73(_0x2a2f4c[_0x27f9('0x7a')](),_0x5bdf74)||_0x240f73(_0x5bdf74,_0x2a2f4c[_0x27f9('0x7a')]()))){for(const _0x43c92b of _0x5bdf74)_0x2a2f4c[_0x27f9('0xc1')](_0x43c92b);return _0x2a2f4c;}const _0x46c557=_0x322ea4(),_0x3f42bb=_0x235f26['id'],_0x2835a1=_0x27f9('0x84')+_0x599511,_0xe1b376=this[_0x27f9('0xec')]({'id':_0x46c557,'type':_0x2835a1,'data':_0x4e8725,'createdAt':new Date(),'authorId':_0x3f42bb,'attributes':_0x32f119});for(const _0x5b009f of _0x5bdf74)this[_0x27f9('0x69')](_0x2835a1,_0x46c557,_0x3f42bb,_0x5b009f,_0xfe1c55[_0x27f9('0xac')]());return _0xe1b376;}[_0x27f9('0x37')](_0x397dc5,_0x48f272=null,_0x31fbe7={}){if(_0x397dc5[_0x27f9('0x73')])return null;const _0x2b87dd=this['editor']['plugins'][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0xf41d41=new _0xdaaa0f(_0x397dc5[_0x27f9('0xa3')],_0x397dc5[_0x27f9('0x50')]);for(const {suggestion:_0x20f4d2,meta:_0xe528a7}of this[_0x27f9('0x5')](_0xf41d41,_0x27f9('0xda')))if(_0xe528a7[_0x27f9('0xf5')]&&!_0xe528a7[_0x27f9('0x121')]){if(_0x20f4d2[_0x27f9('0xd4')]){const _0x2261da=_0x20f4d2[_0x27f9('0x7a')]()[_0x27f9('0x9d')](_0x4dd027=>'$graveyard'!=_0x4dd027[_0x27f9('0x109')][_0x27f9('0xca')]);_0x2261da[_0x27f9('0xba')](_0x43520d=>_0xf41d41[_0x27f9('0x3')](_0x43520d,!0x0))&&_0x20f4d2[_0x27f9('0x34')]();if(_0x2261da[_0x27f9('0x82')](_0x2405cc=>_0x2405cc['containsRange'](_0xf41d41,!0x0))){const _0x1ffad5=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x48f272,_0x27f9('0x42'));return this[_0x27f9('0x62')](()=>_0x1ffad5([_0xf41d41],null,_0x31fbe7)),null;}}else{const _0x167d22=_0xf41d41[_0x27f9('0x23')](_0x20f4d2['getFirstRange']());_0x20f4d2[_0x27f9('0x68')]([_0x167d22],null,_0x31fbe7);}}if(_0xf41d41[_0x27f9('0x9a')](),_0xf41d41['isCollapsed']||_0x27f9('0xd3')==_0xf41d41['root'][_0x27f9('0xca')])return null;let _0x534235=null,_0x1678fe=_0xf41d41[_0x27f9('0xa3')],_0x4ee27f=_0xf41d41[_0x27f9('0x50')];for(const {suggestion:_0x51d279,meta:_0x60277a}of this[_0x27f9('0x5')](_0xf41d41,_0x27f9('0x119')))if(_0x60277a[_0x27f9('0xf5')]){if(_0x51d279[_0x27f9('0xd4')]){let _0x58d80b=!0x0;for(const _0x3864fd of _0x51d279[_0x27f9('0x7a')]()){if(_0x3864fd[_0x27f9('0x3')](_0xf41d41,!0x0))return _0x51d279;_0xf41d41[_0x27f9('0x3')](_0x3864fd)||(_0x58d80b=!0x1);}_0x58d80b&&_0x51d279[_0x27f9('0x34')]();}else{const _0xaed4d=_0x51d279[_0x27f9('0x36')]();if(_0xaed4d[_0x27f9('0x3')](_0xf41d41,!0x0))return _0x51d279;_0x1678fe=_0x1678fe['isBefore'](_0xaed4d['start'])?_0x1678fe:_0xaed4d[_0x27f9('0xa3')],_0x4ee27f=_0x4ee27f[_0x27f9('0x2a')](_0xaed4d[_0x27f9('0x50')])?_0x4ee27f:_0xaed4d[_0x27f9('0x50')],_0x534235?_0xaed4d['start']['isBefore'](_0x534235['getFirstRange']()[_0x27f9('0xa3')])?(_0x534235[_0x27f9('0xcf')](),_0x534235=_0x51d279):_0x51d279[_0x27f9('0xcf')]():_0x534235=_0x51d279;}}if(_0x534235)return this[_0x27f9('0x52')](_0x534235,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1678fe,_0x4ee27f)),_0x534235;{const _0x456c5d=_0x322ea4(),_0x2e911d=this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1678fe,_0x4ee27f),_0x8ef773=_0x2b87dd['id'],_0x14c134=_0x48f272?_0x27f9('0x108')+_0x48f272:_0x27f9('0x119'),_0x2aba15=this[_0x27f9('0xec')]({'id':_0x456c5d,'type':_0x14c134,'createdAt':new Date(),'authorId':_0x8ef773,'attributes':_0x31fbe7});return this[_0x27f9('0x69')](_0x14c134,_0x456c5d,_0x8ef773,_0x2e911d),_0x2aba15;}}[_0x27f9('0x77')](_0x4aba65,_0x189b78=_0x27f9('0x88'),_0x543dd4={}){const _0xc2a493=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x5076a7=_0x4aba65[_0x27f9('0x47')](_0x5f36dc=>new _0xdaaa0f(_0x5f36dc['start'],_0x5f36dc[_0x27f9('0x50')])),_0x4010a1=new Set();for(const _0x1af148 of _0x5076a7)for(const {suggestion:_0x256a84,meta:_0x5f3f5f}of this['_findSuggestions'](_0x1af148,_0x27f9('0xda')))_0x5f3f5f['isOwn']&&!_0x5f3f5f[_0x27f9('0x121')]&&_0x4010a1[_0x27f9('0x5b')](_0x256a84);for(const _0x54338e of _0x4010a1)if(_0x54338e['isMultiRange']){const _0x383ca0=_0x54338e[_0x27f9('0x7a')]();(!_0x54338e[_0x27f9('0xb4')]||!_0x54338e['attributes']['skipNestingCheck'])&&(_0x383ca0[_0x27f9('0xba')](_0x13b372=>_0x5076a7['some'](_0x28ae38=>_0x28ae38['containsRange'](_0x13b372,!0x0)))&&_0x54338e['discard']());if(_0x5076a7[_0x27f9('0xba')](_0x247f17=>_0x383ca0[_0x27f9('0x82')](_0x2b127e=>_0x2b127e[_0x27f9('0x3')](_0x247f17,!0x0)))){const _0x5749b7=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x189b78,'accept');return this[_0x27f9('0x62')](()=>_0x5749b7(_0x4aba65,null,_0x543dd4)),null;}}else{const _0x2c2233=_0x54338e[_0x27f9('0x36')]();_0x5076a7[_0x27f9('0x82')](_0x264ca8=>_0x264ca8['containsRange'](_0x2c2233,!0x0))&&_0x54338e[_0x27f9('0x34')]();if(_0x5076a7['every'](_0x2e1205=>_0x2c2233[_0x27f9('0x3')](_0x2e1205,!0x0))){const _0x90d042=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x189b78,'accept');return this[_0x27f9('0x62')](()=>_0x90d042(_0x5076a7,null,_0x543dd4)),null;}}const _0x362b00=this['_suggestionFactory'][_0x27f9('0xc7')](_0x27f9('0x119'),_0x189b78,_0x27f9('0x13'));let _0x3d4ef3=null;for(const _0x44c250 of this['getSuggestions']())if(_0x44c250[_0x27f9('0xc3')]['id']==_0xc2a493['id']&&_0x44c250['isInContent']&&'deletion'==_0x44c250[_0x27f9('0x10e')]&&_0x44c250['subType']==_0x189b78&&(_0x362b00(_0x44c250[_0x27f9('0x7a')](),_0x5076a7)||_0x362b00(_0x5076a7,_0x44c250[_0x27f9('0x7a')]()))){if(_0x3d4ef3){if(_0x44c250['commentThread']&&_0x44c250[_0x27f9('0x67')]['length'])continue;for(const _0x25d6f6 of _0x44c250[_0x27f9('0x7a')]())_0x3d4ef3[_0x27f9('0xfd')](_0x25d6f6)||_0x3d4ef3[_0x27f9('0xc1')](_0x25d6f6);_0x44c250[_0x27f9('0xcf')]();}else{_0x3d4ef3=_0x44c250;for(const _0x4aa016 of _0x5076a7)_0x44c250[_0x27f9('0xfd')](_0x4aa016)||_0x44c250[_0x27f9('0xc1')](_0x4aa016);}}if(_0x3d4ef3)return _0x3d4ef3;_0x4010a1[_0x27f9('0x7')]();for(const _0x924b43 of _0x5076a7)for(const {suggestion:_0x8dc5ad,meta:_0x3225b5}of this[_0x27f9('0x5')](_0x924b43,_0x27f9('0x119')))_0x3225b5[_0x27f9('0xf5')]&&_0x4010a1[_0x27f9('0x5b')](_0x8dc5ad);for(const _0x494d55 of _0x4010a1){const _0x34e3a6=_0x494d55[_0x27f9('0x7a')]();if(!_0x543dd4||!_0x543dd4[_0x27f9('0x102')]){if(_0x5076a7[_0x27f9('0xba')](_0x4f2c83=>_0x34e3a6[_0x27f9('0x82')](_0x353bdd=>_0x353bdd['containsRange'](_0x4f2c83,!0x0))))return _0x494d55;}(!_0x494d55[_0x27f9('0xb4')]||!_0x494d55[_0x27f9('0xb4')][_0x27f9('0x102')])&&(_0x34e3a6['every'](_0x5d78c4=>_0x5076a7[_0x27f9('0x82')](_0x2e1c5d=>_0x2e1c5d[_0x27f9('0x3')](_0x5d78c4,!0x0)))&&_0x494d55[_0x27f9('0x34')]());}const _0x508aaa=_0x322ea4(),_0x6e6dee=_0xc2a493['id'],_0x9852db='deletion:'+_0x189b78,_0x28cad1=this[_0x27f9('0xec')]({'id':_0x508aaa,'type':_0x9852db,'createdAt':new Date(),'authorId':_0x6e6dee,'attributes':_0x543dd4});for(const _0x1002e0 of _0x5076a7)_0x1002e0['detach'](),_0x1002e0['isCollapsed']||_0x27f9('0xd3')==_0x1002e0[_0x27f9('0x109')][_0x27f9('0xca')]||this[_0x27f9('0x69')](_0x9852db,_0x508aaa,_0x6e6dee,_0x1002e0,_0xfe1c55['getMultiRangeId']());return _0x28cad1;}[_0x27f9('0x52')](_0x28d45c,_0x14276){const _0x217e5a=_0x28d45c[_0x27f9('0xa6')]();this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x4decb5=>{_0x4decb5[_0x27f9('0x10f')](_0x217e5a,{'range':_0x14276});});}['_addThreadToSuggestion'](_0x50c1a6){const _0x52931f=_0x50c1a6['id'],_0x4ab73b=this[_0x27f9('0x1c')][_0x27f9('0x2e')][_0x27f9('0xa0')](_0x27f9('0x32'));this['_commentsRepository'][_0x27f9('0x87')](_0x52931f)||this[_0x27f9('0x59')]['addCommentThread']({'channelId':_0x4ab73b,'threadId':_0x52931f});const _0x10e2f1=this[_0x27f9('0x59')][_0x27f9('0x1b')](_0x52931f);_0x10e2f1[_0x27f9('0x112')](_0x27f9('0x39')),_0x10e2f1[_0x27f9('0x39')]=!0x1,_0x50c1a6[_0x27f9('0x67')]=_0x10e2f1;}[_0x27f9('0x5c')](_0x4f3552,_0xa0ed5,_0x53f8c5,_0x5bc9ac){if(_0x4f3552[_0x27f9('0x10e')]!=_0xa0ed5||_0x4f3552[_0x27f9('0x10d')]!=_0x53f8c5||_0x4f3552[_0x27f9('0xc3')]['id']!=_0x5bc9ac)throw this[_0x27f9('0x1c')][_0x27f9('0x9f')](_0x27f9('0x4e')),new _0x38ab46('track-changes-suggestion-data-mismatch',this);}[_0x27f9('0x75')](_0x4a0c3d,_0x1cac4c){const _0x16d878=_0x4a0c3d[_0x27f9('0x36')]();if(_0x1cac4c[_0x27f9('0x8a')](_0x16d878))_0x4a0c3d['removeMarkers']();else{if(_0x16d878[_0x27f9('0x3')](_0x1cac4c)){const _0x317c65=this[_0x27f9('0xd9')]['createPositionAt'](_0x1cac4c['start'][_0x27f9('0x71')],_0x27f9('0x50'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x16d878[_0x27f9('0xa3')],_0x317c65));const _0x5de351=_0x322ea4(),_0x5b8c06=_0x4a0c3d[_0x27f9('0xc3')]['id'],_0x8e418e=_0x4a0c3d[_0x27f9('0x10e')]+':'+_0x4a0c3d['subType'];this['_setSuggestionData']({'id':_0x5de351,'type':_0x8e418e,'createdAt':new Date(),'authorId':_0x5b8c06,'data':_0x4a0c3d[_0x27f9('0x1a')],'attributes':_0x4a0c3d[_0x27f9('0xb4')]});const _0x351618=this[_0x27f9('0xd9')][_0x27f9('0xf6')](_0x1cac4c[_0x27f9('0x50')]['parent'],_0x27f9('0x44')),_0x4a7de7=this[_0x27f9('0xd9')]['createRange'](_0x351618,_0x16d878[_0x27f9('0x50')]);this['_addSuggestionMarker'](_0x8e418e,_0x5de351,_0x5b8c06,_0x4a7de7);}else{if(_0x16d878[_0x27f9('0x5e')](_0x1cac4c['start'])){const _0x2dc7ed=this[_0x27f9('0xd9')][_0x27f9('0xf6')](_0x1cac4c['start'][_0x27f9('0x71')],_0x27f9('0x50'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x16d878[_0x27f9('0xa3')],_0x2dc7ed));}else{const _0x484629=this[_0x27f9('0xd9')]['createPositionAt'](_0x1cac4c[_0x27f9('0x50')][_0x27f9('0x33')],_0x27f9('0x44'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x484629,_0x16d878[_0x27f9('0x50')]));}}}}[_0x27f9('0xff')](_0xf4c23d){for(const {suggestion:_0x5f4515,meta:_0x5b99be}of this[_0x27f9('0x5')](_0xf4c23d,_0x27f9('0xda'))){if(!_0x5b99be['isOwn'])continue;const _0x528cb4=_0x5f4515[_0x27f9('0x7a')]();for(const _0x4058d0 of _0x528cb4)if(!_0xf4c23d['getDifference'](_0x4058d0)['length'])return!0x0;}return!0x1;}[_0x27f9('0x117')](_0x3cefeb){const _0x54a974=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['getUser'](_0x3cefeb);if(!_0x54a974)throw new _0x38ab46(_0x27f9('0xf3'),this);return _0x54a974;}[_0x27f9('0x2c')](_0x4495b9,_0x3c2537,_0x3502a8,_0x4dba50){const _0x3cb1c3=this[_0x27f9('0x117')](_0x4dba50),_0x4d156b=this['_suggestionFactory']['buildSuggestion'](_0x4495b9,_0x3c2537,_0x3502a8,_0x3cb1c3,_0x45d5fd=>this[_0x27f9('0x72')](_0x3502a8,{'attributes':_0x45d5fd}));return this[_0x27f9('0x9b')](_0x4d156b,'accept',()=>{this[_0x27f9('0x72')](_0x3502a8,{'state':'accepted'});},{'priority':_0x27f9('0xa1')}),this['listenTo'](_0x4d156b,'discard',()=>{this['_updateSuggestionData'](_0x3502a8,{'state':_0x27f9('0x21')});},{'priority':_0x27f9('0xa1')}),this[_0x27f9('0x11b')][_0x27f9('0xe9')](_0x3502a8,_0x4d156b),this['_suggestionState'][_0x27f9('0xe9')](_0x4d156b,_0x27f9('0x122')),_0x4d156b;}['_splitMarkerName'](_0x4208a2){const _0x4ea21e=_0x4208a2[_0x27f9('0x4d')](':');return{'group':_0x4ea21e[0x0],'type':_0x4ea21e[0x1],'subType':_0x4ea21e[_0x27f9('0xed')]>=0x5?_0x4ea21e[0x2]:null,'id':_0x4ea21e['length']<0x5?_0x4ea21e[0x2]:_0x4ea21e[0x3],'authorId':_0x4ea21e[_0x27f9('0xed')]<0x5?_0x4ea21e[0x3]:_0x4ea21e[0x4],'markerCount':0x6==_0x4ea21e[_0x27f9('0xed')]?_0x4ea21e[0x5]:null};}[_0x27f9('0xe3')](_0x27f083,_0x4446ae,_0x486c24){const _0x304061=_0x27f083['getFirstRange'](),_0x9c1a33=_0x304061[_0x27f9('0xa3')],_0x185b38=_0x304061['end'];this[_0x27f9('0x52')](_0x27f083,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x9c1a33,_0x4446ae));const _0x278f03=_0x322ea4(),_0x4b091e=_0x27f083[_0x27f9('0xc3')]['id'],_0x19f383=_0x27f083[_0x27f9('0x10e')]+(_0x27f083[_0x27f9('0x10d')]?':'+_0x27f083[_0x27f9('0x10d')]:'');this[_0x27f9('0xec')]({'id':_0x278f03,'type':_0x19f383,'createdAt':new Date(),'authorId':_0x4b091e,'originalSuggestionId':_0x27f083['id'],'data':_0x27f083[_0x27f9('0x1a')]}),_0x27f9('0xc')==_0x27f083['type']&&(_0x486c24=this[_0x27f9('0xd9')][_0x27f9('0x64')](_0x486c24['parent'])),this['_addSuggestionMarker'](_0x19f383,_0x278f03,_0x4b091e,this['_model']['createRange'](_0x486c24,_0x185b38));}['_findSuggestions'](_0x2409b7,_0xbf8c17=null){const _0xa47e78=[],_0x2e9eaa=this[_0x27f9('0xd9')][_0x27f9('0x85')],_0x5e436b=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'];for(const _0x28896e of this[_0x27f9('0x25')]())if(_0x28896e['isInContent']&&(!_0xbf8c17||_0x28896e['type']==_0xbf8c17))for(const _0x4d2289 of _0x28896e[_0x27f9('0x7a')]()){const _0x402599=_0x2409b7[_0x27f9('0xa3')][_0x27f9('0x8a')](_0x4d2289[_0x27f9('0x50')])||_0x2409b7[_0x27f9('0x50')][_0x27f9('0x8a')](_0x4d2289[_0x27f9('0xa3')]);if(_0x402599||_0x2409b7[_0x27f9('0x23')](_0x4d2289)){const _0x2bea0e=_0x2409b7[_0x27f9('0x3')](_0x4d2289)&&pt(_0x2e9eaa,_0x4d2289[_0x27f9('0xa3')],_0x2409b7),_0x46db3a=_0x4d2289[_0x27f9('0x3')](_0x2409b7)&&pt(_0x2e9eaa,_0x2409b7[_0x27f9('0xa3')],_0x4d2289);_0xa47e78[_0x27f9('0x14')]({'suggestion':_0x28896e,'meta':{'isOwn':_0x5e436b==_0x28896e['author'],'isNextTo':_0x402599,'isInsideObject':_0x2bea0e,'containsRangeInObject':_0x46db3a}});break;}}return _0xa47e78;}[_0x27f9('0x69')](_0x28b99d,_0x5d6ba2,_0xe4fa78,_0x3fa3fd,_0x449dc4=null){this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x44f535=>{let _0x24d65a=_0x27f9('0x2f')+_0x28b99d+':'+_0x5d6ba2+':'+_0xe4fa78;_0x449dc4&&(_0x24d65a=_0x24d65a+':'+_0x449dc4),_0x44f535[_0x27f9('0xa2')](_0x24d65a,{'range':_0x3fa3fd,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1a8401){const _0x140935=_0x1a8401[_0x27f9('0x7f')],_0x5a48a8=_0x1a8401[_0x27f9('0x7e')];_0x1a8401['previous']=null,null!=_0x140935&&(_0x140935[_0x27f9('0x7e')]=null),_0x1a8401[_0x27f9('0x7e')]=null,null!=_0x5a48a8&&(_0x5a48a8[_0x27f9('0x7f')]=null),_0x27f9('0x12c')==this[_0x27f9('0x53')][_0x27f9('0xa0')](_0x1a8401)&&(this[_0x27f9('0x53')]['set'](_0x1a8401,'removed'),this[_0x27f9('0x6c')](_0x27f9('0x38'),_0x1a8401,_0x140935,_0x5a48a8));}[_0x27f9('0xec')](_0x59033b){const _0x544240=_0x59033b['id'],_0x5def22=this['addSuggestionData'](_0x59033b);if(this[_0x27f9('0x8f')]&&this['_adapter']['addSuggestion']){const _0x1e24a6=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x18')),_0x14969f=_0x5def22[_0x27f9('0x29')],_0x5cfb75=_0x5def22[_0x27f9('0x10d')]?_0x5def22[_0x27f9('0x10e')]+':'+_0x5def22[_0x27f9('0x10d')]:_0x5def22[_0x27f9('0x10e')],_0x744dbd=this['editor'][_0x27f9('0xe1')],_0x40e7fc=_0x1e24a6['add'](_0x1f9598(_0x744dbd,'PENDING_ACTION_SUGGESTION')),_0x367a36={'id':_0x544240,'type':_0x5cfb75,'hasComments':_0x14969f,'data':_0x59033b['data']||null,'originalSuggestionId':_0x59033b[_0x27f9('0x31')]||null,'attributes':_0x5def22[_0x27f9('0xb4')]};this[_0x27f9('0x8f')]['addSuggestion'](_0x367a36)[_0x27f9('0x11e')](_0x4907e9=>{_0x5def22[_0x27f9('0x89')]=!0x0,_0x1e24a6[_0x27f9('0xc0')](_0x40e7fc),_0x4907e9&&_0x4907e9[_0x27f9('0x49')]&&(this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x544240)[_0x27f9('0x49')]=_0x4907e9[_0x27f9('0x49')]);});}return _0x5def22;}[_0x27f9('0x72')](_0x4d6903,_0x2d7fb0){const _0x1727e9=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')]('PendingActions'),_0xca5acb=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x4d6903);if(this[_0x27f9('0x8f')]&&this[_0x27f9('0x8f')]['updateSuggestion']){if(_0xca5acb['_saved']){const _0x13643f=_0x1727e9[_0x27f9('0x5b')](_0x1f9598(this[_0x27f9('0x1c')][_0x27f9('0xe1')],_0x27f9('0xf8')));this[_0x27f9('0x8f')][_0x27f9('0x79')](_0x4d6903,_0x2d7fb0)['then'](()=>{_0x1727e9[_0x27f9('0xc0')](_0x13643f);});}else _0xca5acb['on'](_0x27f9('0xd8'),()=>{this[_0x27f9('0x72')](_0x4d6903,_0x2d7fb0);});}}[_0x27f9('0xf1')](_0x58cedb){if(!this[_0x27f9('0x8f')]||!this['_adapter']['getSuggestion'])throw new _0x38ab46(_0x27f9('0x3f'),this);return this[_0x27f9('0x8f')]['getSuggestion'](_0x58cedb);}[_0x27f9('0x1')](_0x3ed86d){const {id:_0x3040bb,type:_0x89161e,subType:_0x145e78,authorId:_0x37ba9a}=this['_splitMarkerName'](_0x3ed86d),_0x1db93a=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x3040bb)||this[_0x27f9('0x2c')](_0x89161e,_0x145e78,_0x3040bb,_0x37ba9a);switch(this[_0x27f9('0x5c')](_0x1db93a,_0x89161e,_0x145e78,_0x37ba9a),this[_0x27f9('0x53')]['get'](_0x1db93a)){case _0x27f9('0x122'):this[_0x27f9('0xf1')](_0x3040bb)[_0x27f9('0x11e')](_0x57abe4=>{let _0x6b60f7=Promise['resolve']();_0x57abe4[_0x27f9('0x29')]&&(_0x6b60f7=this[_0x27f9('0x59')][_0x27f9('0x5d')]({'channelId':this[_0x27f9('0x1c')][_0x27f9('0x2e')][_0x27f9('0xa0')]('collaboration.channelId'),'threadId':_0x3040bb})),_0x6b60f7[_0x27f9('0x11e')](()=>{this[_0x27f9('0x103')](_0x57abe4)[_0x27f9('0x89')]=!0x0;});}),this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x1db93a,_0x27f9('0xf0'));break;case'removed':this[_0x27f9('0x72')](_0x3040bb,{'state':_0x27f9('0x3a')});case _0x27f9('0x100'):this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x1db93a,_0x27f9('0x12c')),this[_0x27f9('0x6c')](_0x27f9('0xc4'),_0x1db93a);break;case _0x27f9('0x12c'):this[_0x27f9('0x6c')]('suggestionChanged',_0x1db93a);}_0x1db93a['addMarkerName'](_0x3ed86d),this[_0x27f9('0xf')](_0x1db93a);}['_refreshSuggestionsChain'](_0x3ad47b){if(_0x3ad47b[_0x27f9('0xd4')])return;let _0x1a8582=!0x0,_0x472357=!0x0;for(const _0x35d55e of this[_0x27f9('0x25')]()){if(_0x35d55e['isMultiRange'])continue;if(_0x35d55e==_0x3ad47b||!_0x35d55e[_0x27f9('0x65')])continue;if(_0x35d55e[_0x27f9('0xc3')]['id']!=_0x3ad47b[_0x27f9('0xc3')]['id'])continue;const _0xb9c069=this['_suggestionFactory'][_0x27f9('0xc7')](_0x3ad47b[_0x27f9('0x10e')],_0x3ad47b[_0x27f9('0x10d')],'chain'),_0x22bf00=this['_suggestionFactory']['getSuggestionCallback'](_0x35d55e[_0x27f9('0x10e')],_0x35d55e[_0x27f9('0x10d')],'chain'),_0x1c6d69=_0xb9c069(_0x3ad47b,_0x35d55e),_0x1dc87d=_0x22bf00(_0x3ad47b,_0x35d55e);_0x1c6d69&&_0x1dc87d&&(_0x1c6d69[0x1]['commentThread']&&_0x1c6d69[0x1][_0x27f9('0x67')][_0x27f9('0xed')]||(_0x1c6d69[0x0][_0x27f9('0x7e')]=_0x1c6d69[0x1],_0x1c6d69[0x1]['previous']=_0x1c6d69[0x0],_0x1c6d69[0x0]==_0x3ad47b?_0x472357=!0x1:_0x1a8582=!0x1));}_0x3ad47b[_0x27f9('0x7f')]&&_0x1a8582&&(_0x3ad47b[_0x27f9('0x7f')][_0x27f9('0x7e')]=null,_0x3ad47b[_0x27f9('0x7f')]=null),_0x3ad47b[_0x27f9('0x7e')]&&_0x472357&&(_0x3ad47b[_0x27f9('0x7e')][_0x27f9('0x7f')]=null,_0x3ad47b[_0x27f9('0x7e')]=null);}[_0x27f9('0x35')](_0x593e6a){for(const _0x448c92 of this[_0x27f9('0x11b')][_0x27f9('0x115')]()){if(_0x448c92==_0x593e6a||!_0x448c92['isInContent'])continue;if(_0x448c92[_0x27f9('0x10e')]!=_0x593e6a[_0x27f9('0x10e')]||_0x448c92[_0x27f9('0xc3')]['id']!=_0x593e6a[_0x27f9('0xc3')]['id']||_0x448c92[_0x27f9('0x10d')]!=_0x593e6a[_0x27f9('0x10d')])continue;const _0x506f05=this[_0x27f9('0xb6')][_0x27f9('0xc7')](_0x593e6a[_0x27f9('0x10e')],_0x593e6a[_0x27f9('0x10d')],'join');if(_0x506f05(_0x448c92[_0x27f9('0x7a')](),_0x593e6a[_0x27f9('0x7a')]())){if(_0x593e6a[_0x27f9('0x67')]&&_0x593e6a[_0x27f9('0x67')][_0x27f9('0xed')])continue;return this[_0x27f9('0xcd')](_0x448c92,_0x593e6a),!0x0;}if(_0x506f05(_0x593e6a[_0x27f9('0x7a')](),_0x448c92[_0x27f9('0x7a')]())){if(_0x448c92[_0x27f9('0x67')]&&_0x448c92[_0x27f9('0x67')][_0x27f9('0xed')])continue;return this[_0x27f9('0xcd')](_0x593e6a,_0x448c92),!0x0;}}return!0x1;}[_0x27f9('0xcd')](_0x5c056f,_0x3b4c10){if(_0x5c056f[_0x27f9('0xd4')])for(const _0x4492d4 of _0x3b4c10[_0x27f9('0x7a')]())_0x5c056f['addRange'](_0x4492d4);else{const _0x19ad48=_0x3b4c10[_0x27f9('0x36')]()[_0x27f9('0x50')];this[_0x27f9('0x52')](_0x5c056f,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x5c056f[_0x27f9('0x36')]()[_0x27f9('0xa3')],_0x19ad48));}_0x3b4c10[_0x27f9('0xcf')]();}}_0x4b58ec(d,_0x4f6dcf);class dt{constructor(_0x5bd42d){this[_0x27f9('0xfb')]=_0x5bd42d,this['_model']=_0x5bd42d[_0x27f9('0x43')],this[_0x27f9('0x2b')]=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}[_0x27f9('0xf2')](_0x4ddb64,_0x4fe3e2,_0x3a4683,_0x2e1fd9,_0x33a70c){return new _0xfe1c55(this['_model'],{'type':_0x4ddb64,'subType':_0x4fe3e2,'id':_0x3a4683,'author':_0x2e1fd9,'onAttributesChange':_0x33a70c,'onAccept':(..._0x45fbb6)=>this[_0x27f9('0xc7')](_0x4ddb64,_0x4fe3e2,_0x27f9('0x42'))(..._0x45fbb6),'onDiscard':(..._0x3e17d1)=>this[_0x27f9('0xc7')](_0x4ddb64,_0x4fe3e2,_0x27f9('0x34'))(..._0x3e17d1)});}[_0x27f9('0x11c')](_0x20870b,_0x413547,_0x2f175f,_0x45a4ad){const _0xe07f96=_0x20870b+':'+_0x413547+':'+_0x2f175f;this['_customCallbacks'][_0x27f9('0xe9')](_0xe07f96,_0x45a4ad);}[_0x27f9('0xc7')](_0x1e1541,_0x21ef09,_0x3818db){const _0x54d98c=_0x1e1541+':'+_0x21ef09+':'+_0x3818db;return this[_0x27f9('0x2b')]['get'](_0x54d98c)||this[_0x27f9('0xb1')]['get'](_0x1e1541+':'+_0x3818db);}[_0x27f9('0xbb')](){const _0x308343=()=>{},_0x2a68fa=_0x292a2f=>{_0x292a2f[_0x27f9('0xcb')]((_0xa00211,_0x3226b0)=>_0xa00211[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x3226b0[_0x27f9('0xa3')])?0x1:-0x1),this['_model'][_0x27f9('0x11d')](_0xa2692e=>{for(const _0x19c90b of _0x292a2f){let _0x1d5ecc;_0x1d5ecc=_0x19c90b[_0x27f9('0x50')][_0x27f9('0xe4')]&&_0x19c90b[_0x27f9('0x50')][_0x27f9('0x33')]==_0x19c90b[_0x27f9('0xa3')][_0x27f9('0x94')]?_0xa2692e[_0x27f9('0x129')](_0x19c90b[_0x27f9('0xa3')]['nodeAfter'],'on'):_0xa2692e['createSelection'](_0x19c90b),this[_0x27f9('0xd9')][_0x27f9('0xe0')](_0x1d5ecc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x13497e=(_0x48ff5b,_0x477423)=>{this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x2ed2c5=>{const {commandName:_0x3f1e42,commandParams:_0x7c8563=[]}=_0x477423,_0x26496b=_0x48ff5b[0x0];if(_0x27f9('0xd3')==_0x26496b['root'][_0x27f9('0xca')])return;const _0x48efea=Array[_0x27f9('0x9c')](this[_0x27f9('0xd9')][_0x27f9('0x54')]['selection'][_0x27f9('0x7a')]())['map'](_0x15c89e=>_0xdaaa0f[_0x27f9('0x19')](_0x15c89e));kt(_0x26496b)?_0x2ed2c5['setSelection'](this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x26496b[_0x27f9('0x50')])):_0x2ed2c5[_0x27f9('0xa7')](_0x26496b);for(const _0x559ffc of this[_0x27f9('0xfb')][_0x27f9('0x96')][_0x27f9('0x96')]())_0x559ffc[_0x27f9('0xee')]();_0x7c8563['push']({'forceDefaultExecution':!0x0}),this[_0x27f9('0xfb')][_0x27f9('0x6f')](_0x3f1e42,..._0x7c8563);const _0x2dfd23=_0x48efea['filter'](_0x2244de=>'$graveyard'!=_0x2244de[_0x27f9('0x109')][_0x27f9('0xca')]);_0x2dfd23['length']>0x0&&_0x2ed2c5[_0x27f9('0xa7')](_0x2dfd23);for(const _0x5d4d0c of _0x48efea)_0x5d4d0c[_0x27f9('0x9a')]();});},_0x408d8c=(_0x85c521,_0x5c1f1e)=>0x1==_0x85c521['length']&&0x1==_0x5c1f1e[_0x27f9('0xed')]&&_0x85c521[0x0][_0x27f9('0x50')][_0x27f9('0x8a')](_0x5c1f1e[0x0][_0x27f9('0xa3')]),_0x1f20a4=(_0x250a98,_0xc87d1f)=>It(_0x250a98,_0xc87d1f,this[_0x27f9('0xd9')])?[_0x250a98,_0xc87d1f]:It(_0xc87d1f,_0x250a98,this[_0x27f9('0xd9')])?[_0xc87d1f,_0x250a98]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0x6b'),_0x2a68fa),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('insertion:join',_0x408d8c),this['_defaultCallbacks'][_0x27f9('0xe9')](_0x27f9('0xb3'),_0x1f20a4),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xc5'),_0x2a68fa),this['_defaultCallbacks'][_0x27f9('0xe9')]('deletion:discard',_0x308343),this['_defaultCallbacks'][_0x27f9('0xe9')](_0x27f9('0x2d'),_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('deletion:chain',_0x1f20a4),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xeb'),_0x13497e),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatInline:discard',_0x308343),this[_0x27f9('0xb1')]['set'](_0x27f9('0xdf'),_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatInline:chain',_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xfe'),_0x13497e),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xce'),_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatBlock:join',_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0x7c'),_0x308343);}}function pt(_0x53e4d8,_0x568c6a,_0x5e6e78){for(const _0x2912ad of _0x568c6a[_0x27f9('0x33')][_0x27f9('0x56')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2912ad[_0x27f9('0x109')]==_0x2912ad)return!0x1;if(!_0x5e6e78[_0x27f9('0x5a')](_0x2912ad))return!0x1;if(_0x53e4d8['isObject'](_0x2912ad)||_0x53e4d8[_0x27f9('0x99')](_0x2912ad))return!0x0;}}function kt(_0x271dce){return _0x271dce[_0x27f9('0x50')][_0x27f9('0x33')]==_0x271dce[_0x27f9('0xa3')]['nodeAfter']&&_0x271dce['end'][_0x27f9('0x1d')];}function wt(_0x2071be,_0x4d9cb5,_0x4475cc,_0x322e8c){const _0x51eb78=_0x2de6b9=>!_0x2de6b9[_0x27f9('0xc2')]['is'](_0x27f9('0xc6'))&&!_0x322e8c[_0x27f9('0x12a')](_0x2de6b9[_0x27f9('0xc2')]),_0x15c57e=_0x2071be[_0x27f9('0xa3')]['getLastMatchingPosition'](_0x51eb78),_0x42d7d7=_0x2071be[_0x27f9('0x50')]['getLastMatchingPosition'](_0x51eb78,{'direction':'backward'});return(!_0x2071be['start'][_0x27f9('0x8a')](_0x15c57e)||!_0x2071be[_0x27f9('0x50')][_0x27f9('0x8a')](_0x42d7d7))&&(_0x15c57e[_0x27f9('0xfa')](_0x42d7d7)?_0x4475cc[_0x27f9('0x10f')](_0x4d9cb5,{'range':_0x4475cc[_0x27f9('0x27')](_0x15c57e,_0x42d7d7)}):_0x4475cc['removeMarker'](_0x4d9cb5),!0x0);}function yt(_0x167ea7){return _0x437ad9(_0x167ea7);}function bt(_0x79d862){const _0x41a0c7=_0x79d862[_0x27f9('0xa3')][_0x27f9('0x94')];return _0x41a0c7&&_0x41a0c7['is'](_0x27f9('0x114'));}function St(_0x30380e,_0x5237a9){const _0x3188e2=_0x5237a9[_0x27f9('0x85')]['isObject'](_0x30380e)||_0x5237a9[_0x27f9('0x85')][_0x27f9('0xd6')](_0x30380e);return _0x5237a9[_0x27f9('0x27')](_0x5237a9[_0x27f9('0xf6')](_0x30380e,_0x27f9('0x58')),_0x3188e2?_0x5237a9[_0x27f9('0x111')](_0x30380e):_0x5237a9[_0x27f9('0xf6')](_0x30380e,'end'));}function It(_0x18edc1,_0x2899c6,_0x29d54f){const _0x3b4a4f=_0x18edc1[_0x27f9('0x36')](),_0x4983e3=_0x2899c6[_0x27f9('0x36')]();if(_0x3b4a4f[_0x27f9('0x50')][_0x27f9('0x8a')](_0x4983e3[_0x27f9('0xa3')]))return!0x0;if(_0x18edc1[_0x27f9('0x10e')]!=_0x2899c6[_0x27f9('0x10e')])return!0x1;if(!_0x3b4a4f[_0x27f9('0x50')][_0x27f9('0x10')](_0x4983e3[_0x27f9('0xa3')]))return!0x1;const _0x301ff4=_0x29d54f[_0x27f9('0x27')](_0x3b4a4f[_0x27f9('0x50')],_0x4983e3[_0x27f9('0xa3')])[_0x27f9('0xb5')]();for(const _0x210f39 of _0x301ff4)if([_0x27f9('0x5f'),'elementEnd'][_0x27f9('0xf7')](_0x210f39['type'])&&_0x29d54f[_0x27f9('0x85')]['isLimit'](_0x210f39['item']))return!0x1;return!0x0;}
|
|
23
|
+
const _0x4e50=['_adapter','markerReady','nodeAfter','highest','markInlineFormat','catch','isIntersectingWithRange','formatInline','refresh','ck-suggestion-marker-','schema','getMultiRangeId','change:activeMarkers','moveTargetPosition','markerName','pluginName','deletion','elementStart','createPositionAt','nodeBefore','enableReadOnlyMode','isLimit','every','collaboration.channelId','insert','change:_saved','createRange','length','multipleBlocks','elementEnd','_findSuggestions','formatInline:join','suggestionUnloaded','acceptSelectedSuggestions','consume','updateSuggestion','insertion','track-changes-suggestion-data-mismatch','move','open','hasSuggestion','commandName','ck-suggestion-marker--active','_defaultCallbacks','add','listenTo','then','rethrowUnexpectedError','trackChangesCommand','for','toViewElement','isUndo','_enabledCommands','_getSuggestionData','batch','addCommentThread','formatBlock:','isDocumentOperation','removeComment','_suggestionState','PendingActions','editing','filter','high','lowest','containsPosition','ck-suggestion-marker-formatBlock','getDifference','getRanges','markMultiRangeBlockFormat','isAfter','accept','_commentsRepository','getFirstMarker','ready','adapter','sort','discardAllSuggestions','locale','_descriptionFactory','_breakSuggestionMarker','deletion:','commands','acceptSuggestion','fromCharCode','isOwn','includes','removeClass','execute','value','suggestion','isRemovable','getAttribute','showSuggestionHighlights','multi','normal','_customCallbacks','_updateSuggestionData','markMultiRangeInsertion','CommentsRepository','suggestionLoaded','enableCommand','position','_setSuggestionData','markers','getUser','_registerDefaultCallbacks','getAllAdjacentSuggestions','TrackChangesEditing','next','_onDiscard','getSuggestions','getLastMatchingPosition','_removeSuggestion','discardSuggestion','notReady','removed','isAtEnd','document','stop','suggestionChanged','howMany','join','isBlock','createRangeIn','containsRangeInObject','formatInline:','fromRange','$graveyard','config','plugins','hasCommentThread','clone','getItems','$marker','formatBlock','root','insertContent','getWalker','isBefore','createdAt','unbindElementFromMarkerName','addSuggestion','commentThread','isEqual','newRange','element','elementToElement','_handleNewSuggestionMarker','getChangedMarkers','skipNestingCheck','isInContent','_setSuggestionRange','markDeletion','_checkSuggestionCorrectness','detach','name','discard','markBlockFormat','some','trackChanges','parent','removeMarker','before','selection','rootName','reconvertMarker','Users','subType','deleteContent','isSelectable','track-changes-adapter-already-set','dataDowncast','editor','getAncestors','_joinWithAdjacentSuggestions','_addThreadToSuggestion','PENDING_ACTION_SUGGESTION','fetchCommentThread','containsRange','setSelection','isNextTo','_getAuthorFromId','item','set','forceDefaultExecution','isInsideObject','getShiftedBy','after','data','getCommentThread','low','isLocal','writer','range','split','deletion:accept','get','conversion','getMarkers','ck-suggestion-marker','_editor','error-saving-suggestion-data-suggestion-discarded','formatInline:discard','editingDowncast','markInsertion','from','init','attributes','addClass','start','clear','insertion:chain','updateMarker','getIntersection','getSuggestion','end','markerToData','mapper','consumable','getRange','setTo','toJSON','documentSelection','values','addComment','insertion:discard','insertion:','update:suggestion','enqueueChange','stopListening','markerToHighlight','forward','marker-count','_suggestionFactory','differ','oldRange','resolve','getChanges','isTouching','has','model','registerPostFixer','bindElementToMarker','targetPosition','chain','acceptAllSuggestions','formatGroupId','dataReady','fire','deletion:chain','createElement','_createSuggestion','change','widget','_suggestions','removeMarkers','_splitMarkerName','_addSuggestionMarker','push','getCustomProperty','activeMarkers','author','addRange','_isForcedDefaultExecutionBlock','requires','_saved','hasComments','type','addHighlight','buildSuggestion','splice','substr','addMarker:suggestion','insertion:accept','isCollapsed','accepted','upcast','markerNameToElements','formatInline:accept','unbind','getSuggestionCallback','formatBlock:chain','getNearestSelectionRange','discardSelectedSuggestions','splitPosition','_joinSuggestions','_rangeIsInLocalUserInsertion','isMultiRange','addSuggestionData','getFirstRange','previous','options','formatInline:chain','isObject','map','_model'];(function(_0x5743e5,_0x4e50be){const _0x20845b=function(_0x5e5aa7){while(--_0x5e5aa7){_0x5743e5['push'](_0x5743e5['shift']());}};_0x20845b(++_0x4e50be);}(_0x4e50,0x1d2));const _0x2084=function(_0x5743e5,_0x4e50be){_0x5743e5=_0x5743e5-0x0;let _0x20845b=_0x4e50[_0x5743e5];return _0x20845b;};import{Plugin as _0x8ec1c4,PendingActions as _0x4e6bbe}from'ckeditor5/src/core';import{LiveRange as _0x184ebb}from'ckeditor5/src/engine';import{CKEditorError as _0xa2b4f8,uid as _0x495cdf,priorities as _0x2fc2f3,EmitterMixin as _0x5cb8bb,mix as _0x52747c,logWarning as _0x3155d4}from'ckeditor5/src/utils';import{toWidget as _0x402b96}from'ckeditor5/src/widget';import{Users as _0xe522a7}from'ckeditor5-collaboration/src/collaboration-core';import _0x4416c1 from'./commands/trackchangescommand';import _0x57bec2 from'./commands/acceptsuggestioncommand';import _0x2490be from'./commands/discardsuggestioncommand';import _0x51437a from'./commands/acceptallsuggestionscommand';import _0x37d9a2 from'./commands/acceptselectedsuggestionscommand';import _0x5a0ffd from'./commands/discardallsuggestionscommand';import _0x1498b2 from'./commands/discardselectedsuggestionscommand';import _0x4f381c from'./suggestion';import _0x326a3c from'./suggestiondescriptionfactory';import _0x14260a from'./integrations/alignment';import _0xb18c0 from'./integrations/basicstyles';import _0x47261e from'./integrations/blockquote';import _0xdcecb3 from'./integrations/ckbox';import _0x3b44a1 from'./integrations/codeblock';import _0x387bbd from'./integrations/comments';import _0x59e1fe from'./integrations/deletecommand';import _0x1e2300 from'./integrations/entercommand';import _0xf1da5d from'./integrations/font';import _0x19dfc9 from'./integrations/heading';import _0xb5bb84 from'./integrations/highlight';import _0x8a84b8 from'./integrations/horizontalline';import _0x37558a from'./integrations/htmlembed';import _0x4acfd4 from'./integrations/image';import _0x31613c from'./integrations/indent';import _0x4df52f from'./integrations/inputcommand';import _0xb8c452 from'./integrations/link';import _0x3eb14d from'./integrations/list';import _0x150391 from'./integrations/mediaembed';import _0x4fef32 from'./integrations/mention';import _0x4f1c46 from'./integrations/pagebreak';import _0x175997 from'./integrations/paragraph';import _0x3d6627 from'./integrations/removeformat';import _0xbc04ab from'./integrations/restrictededitingmode';import _0x25c690 from'./integrations/shiftentercommand';import _0x5c4d29 from'./integrations/standardeditingmode';import _0x128768 from'./integrations/style';import _0x5c5a42 from'./integrations/table';import _0x432f89 from'./integrations/tablemergesplit';import _0xb06e44 from'./integrations/tableheadings';import _0x36a464 from'./integrations/tableclipboard';import _0x1c4f12 from'./integrations/title';import _0x40f99d from'./integrations/undo';import _0x252d75 from'./utils/hashobject.js';import{getTranslation as _0x2d02e2}from'./utils/common-translations';export default class d extends _0x8ec1c4{static get[_0x2084('0x60')](){return[_0x2084('0xe3'),_0xe522a7,_0x4e6bbe,_0x14260a,_0xb18c0,_0x47261e,_0xdcecb3,_0x3b44a1,_0x387bbd,_0x59e1fe,_0x1e2300,_0xf1da5d,_0x19dfc9,_0xb5bb84,_0x8a84b8,_0x37558a,_0x4acfd4,_0x31613c,_0x4df52f,_0xb8c452,_0x3eb14d,_0x150391,_0x4fef32,_0x4f1c46,_0x175997,_0x3d6627,_0xbc04ab,_0x25c690,_0x5c4d29,_0x128768,_0x5c5a42,_0x432f89,_0xb06e44,_0x36a464,_0x1c4f12,_0x40f99d];}static get[_0x2084('0x8f')](){return _0x2084('0xec');}constructor(_0x2e317b){function _0x39bdc7(_0x19686c){return _0x19686c['map'](_0x524375=>String[_0x2084('0xd4')](_0x524375))[_0x2084('0xfa')]('');}super(_0x2e317b),this['set'](_0x2084('0x5c'),[]),this['on'](_0x2084('0x8c'),(_0x48358f,_0x471129,_0x2515da,_0xa073be)=>{this[_0x2084('0x7f')][_0x2084('0x54')](()=>{for(const _0xc52385 of[..._0xa073be,..._0x2515da])this[_0x2084('0x7f')][_0x2084('0xe8')][_0x2084('0x47')](_0xc52385)&&_0x2e317b[_0x2084('0xbd')][_0x2084('0x126')](_0xc52385);});}),this[_0x2084('0xcf')]=new _0x326a3c(this['editor'][_0x2084('0x48')][_0x2084('0x8a')],this[_0x2084('0x4')][_0x2084('0xce')]),this[_0x2084('0x80')]=null,this[_0x2084('0x41')]=new kt(this[_0x2084('0x4')]),this[_0x2084('0x56')]=new Map(),this[_0x2084('0xc8')]=_0x2e317b[_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0xe3')),this[_0x2084('0xb4')]=new Set(),this['_model']=this[_0x2084('0x4')][_0x2084('0x48')],this[_0x2084('0xbb')]=new WeakMap(),this[_0x2084('0x5f')]=!0x1,this[_0x39bdc7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x39bdc7([0x34,0x30,0x34,0x34,0x31,0x36,0x30,0x36]);}[_0x2084('0x26')](){const _0x479243=this[_0x2084('0x4')];_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x23'))[_0x2084('0x3e')]({'model':_0x2084('0xda'),'view':_0xcc5c97=>{const {id:_0x3255bf,type:_0x50d112}=this['_splitMarkerName'](_0xcc5c97[_0x2084('0x8e')]),_0x24bee7=[_0x2084('0x1f'),'ck-suggestion-marker-'+_0x50d112];let _0x309fb1=0xbb8;return this[_0x2084('0x5c')][_0x2084('0xd6')](_0xcc5c97[_0x2084('0x8e')])&&(_0x24bee7[_0x2084('0x5a')](_0x2084('0xaa')),_0x309fb1=0xbc2),_0x2084('0x90')==_0x50d112&&(_0x309fb1+=0x5),{'classes':_0x24bee7,'attributes':{'data-suggestion':_0x3255bf},'priority':_0x309fb1};}}),_0x479243['conversion'][_0x2084('0xb1')](_0x2084('0x3'))[_0x2084('0xac')](_0x4936ae=>{_0x4936ae['on'](_0x2084('0x68'),(_0x3c2f34,_0xcb4342,_0x3093ed)=>{if(!_0x3093ed[_0x2084('0x7b')][_0x2084('0xdd')])return;const _0x1cc7f5=_0xcb4342[_0x2084('0xe')];if(!_0x1cc7f5)return;const _0x1f5d84=_0x3093ed[_0x2084('0x31')][_0x2084('0xb2')](_0x1cc7f5);_0x479243[_0x2084('0x48')][_0x2084('0x8a')][_0x2084('0x7d')](_0x1cc7f5)&&_0x1f5d84&&!_0x1f5d84[_0x2084('0x5b')](_0x2084('0x55'))&&_0x1f5d84['is']('containerElement')&&_0x402b96(_0x1f5d84,_0x3093ed[_0x2084('0x18')]);},{'priority':'high'});}),_0x479243['conversion'][_0x2084('0xb1')]('dataDowncast')['markerToHighlight']({'model':_0x2084('0xda'),'view':(_0x1ba0a5,_0x15d740)=>{if(!_0x15d740[_0x2084('0x7b')][_0x2084('0xdd')])return null;const {type:_0x13e6e0}=this[_0x2084('0x58')](_0x1ba0a5['markerName']);return{'classes':[_0x2084('0x1f'),_0x2084('0x89')+_0x13e6e0],'priority':0xbb8};}});const _0x1886fa=({showActiveMarkers:_0xddfd67=!0x0}={})=>(_0xa394ab,_0x48ad2d,_0x312ee3)=>{if(!_0x48ad2d[_0x2084('0xe')])return;if(_0x48ad2d[_0x2084('0xe')]['is'](_0x2084('0x124')))return void _0x312ee3[_0x2084('0x32')][_0x2084('0xa2')](_0x48ad2d[_0x2084('0xe')],_0xa394ab[_0x2084('0x11c')]);const _0x8f8709=_0x312ee3[_0x2084('0x31')][_0x2084('0xb2')](_0x48ad2d['item']);if(!(_0x48ad2d[_0x2084('0xe')]['is'](_0x2084('0x112'))&&_0x479243[_0x2084('0x48')]['schema'][_0x2084('0xfb')](_0x48ad2d[_0x2084('0xe')])&&!_0x8f8709[_0x2084('0x5b')](_0x2084('0x64'))))return;const {id:_0x4b1e5b}=this[_0x2084('0x58')](_0x48ad2d['markerName']);_0x312ee3['writer'][_0x2084('0x28')]([_0x2084('0x1f'),_0x2084('0xc2')],_0x8f8709),_0x312ee3[_0x2084('0x18')]['setAttribute']('data-suggestion',_0x4b1e5b,_0x8f8709),_0x312ee3[_0x2084('0x31')][_0x2084('0x4a')](_0x8f8709,_0x48ad2d[_0x2084('0x8e')]),_0xddfd67&&(this['activeMarkers'][_0x2084('0xd6')](_0x48ad2d['markerName'])?_0x312ee3[_0x2084('0x18')][_0x2084('0x28')](_0x2084('0xaa'),_0x8f8709):_0x312ee3[_0x2084('0x18')][_0x2084('0xd7')](_0x2084('0xaa'),_0x8f8709));for(const _0x1a6991 of _0x479243['model'][_0x2084('0xfc')](_0x48ad2d[_0x2084('0xe')])[_0x2084('0x105')]())_0x312ee3['consumable'][_0x2084('0xa2')](_0x1a6991,_0xa394ab[_0x2084('0x11c')]);_0x312ee3[_0x2084('0x32')][_0x2084('0xa2')](_0x48ad2d[_0x2084('0xe')],_0xa394ab[_0x2084('0x11c')]);};_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x3'))[_0x2084('0xac')](_0x973023=>{_0x973023['on']('addMarker:suggestion:formatBlock',(_0x1354b8,_0x5297c0,_0x4485e8)=>{_0x4485e8['options']['showSuggestionHighlights']&&_0x1886fa({'showActiveMarkers':!0x1})(_0x1354b8,_0x5297c0,_0x4485e8);},{'priority':_0x2084('0x83')});}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')]('dataDowncast')[_0x2084('0x30')]({'model':'suggestion','view':(_0x2ad8da,_0x56e9e9)=>_0x56e9e9[_0x2084('0x7b')][_0x2084('0xdd')]?null:{'group':_0x2084('0xda'),'name':_0x2ad8da[_0x2084('0x67')](_0x2084('0xda')[_0x2084('0x9b')]+0x1)}}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x6c'))[_0x2084('0x113')]({'view':{'name':_0x2084('0xda'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x433541,{writer:_0x88bba0})=>{let _0x46afc5='suggestion:'+_0x433541[_0x2084('0xdc')]('suggestion-type')+':'+_0x433541[_0x2084('0xdc')]('id');return _0x433541[_0x2084('0xdc')](_0x2084('0x40'))&&(_0x46afc5+=':'+_0x433541[_0x2084('0xdc')](_0x2084('0x40'))),_0x88bba0[_0x2084('0x52')](_0x2084('0x106'),{'data-name':_0x46afc5});}}),_0x479243[_0x2084('0x1d')]['for'](_0x2084('0x6c'))['dataToMarker']({'view':'suggestion'}),_0x479243[_0x2084('0x1d')]['for'](_0x2084('0x23'))['add'](_0x32274b=>{_0x32274b['on']('addMarker:suggestion:formatBlock',_0x1886fa(),{'priority':_0x2084('0xbf')});}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x23'))[_0x2084('0xac')](_0x22da38=>{_0x22da38['on']('removeMarker:suggestion:formatBlock',(_0x261ece,_0x46a80b,_0x34bd34)=>{const _0x214526=_0x34bd34['mapper'][_0x2084('0x6d')](_0x46a80b[_0x2084('0x8e')]);if(_0x214526)for(const _0x1198f4 of _0x214526)_0x1198f4[_0x2084('0x5b')](_0x2084('0x64'))||(_0x34bd34[_0x2084('0x18')][_0x2084('0xd7')]([_0x2084('0x1f'),_0x2084('0xc2'),_0x2084('0xaa')],_0x1198f4),_0x34bd34[_0x2084('0x18')]['removeAttribute']('data-suggestion',_0x1198f4),_0x34bd34[_0x2084('0x31')][_0x2084('0x10d')](_0x1198f4,_0x46a80b['markerName']));},{'priority':_0x2084('0xbf')});}),_0x479243[_0x2084('0x48')]['document']['registerPostFixer'](_0x3b5575=>{let _0x474116=!0x1;const _0x54b809=Array[_0x2084('0x25')](_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x42')][_0x2084('0x115')]());for(const {name:_0x3e081d,data:_0x3a0a21}of _0x54b809){const {group:_0x5e5264,type:_0x4e3018,id:_0x479205}=this[_0x2084('0x58')](_0x3e081d);if(_0x2084('0xda')!==_0x5e5264)continue;const _0x18f232=this[_0x2084('0x56')][_0x2084('0x1c')](_0x479205);if(null!=_0x3a0a21['newRange']){'formatInline'==_0x4e3018&&(_0x474116=_0x474116||bt(_0x3a0a21[_0x2084('0x111')],_0x3e081d,_0x3b5575,_0x479243['model'][_0x2084('0x8a')]));if(_0x3a0a21[_0x2084('0x111')]['isCollapsed']||_0x2084('0x100')==_0x3a0a21[_0x2084('0x111')][_0x2084('0x108')][_0x2084('0x125')]||_0x2084('0x107')==_0x4e3018&&!It(_0x3a0a21[_0x2084('0x111')])||_0x2084('0x90')==_0x4e3018&&!(!yt(_0x1fefbb=_0x3a0a21[_0x2084('0x111')])&&!function(_0x41dff9){return _0x41dff9['start'][_0x2084('0x121')]==_0x41dff9['end']['nodeBefore']&&_0x41dff9['start'][_0x2084('0xf5')];}(_0x1fefbb)))_0x3b5575['removeMarker'](_0x3e081d),_0x474116=!0x0;else{if(!_0x18f232||!_0x18f232[_0x2084('0x117')])continue;_0x474116=!!this['_joinWithAdjacentSuggestions'](_0x18f232)||_0x474116;}}}var _0x1fefbb;return _0x474116;}),_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x49')](_0x428481=>{let _0x2db6da=!0x1;for(const _0x3f92f2 of _0x479243[_0x2084('0x48')]['document'][_0x2084('0x42')][_0x2084('0x45')]()){if(_0x2084('0x98')!=_0x3f92f2['type'])continue;const _0x5f2ea2=_0x3f92f2['position'][_0x2084('0x12')](_0x3f92f2[_0x2084('0x9b')]);if(_0x5f2ea2[_0x2084('0xf5')])for(const _0x3973b2 of this[_0x2084('0x56')]['values']()){if(_0x3973b2[_0x2084('0x77')]||!_0x3973b2[_0x2084('0x117')])continue;if('formatBlock'!=_0x3973b2['type'])continue;const _0x528ba9=_0x3973b2[_0x2084('0x79')]();if(_0x528ba9[_0x2084('0x29')][_0x2084('0x121')]!=_0x528ba9[_0x2084('0x2f')][_0x2084('0x121')]&&_0x528ba9[_0x2084('0x2f')][_0x2084('0x110')](_0x3f92f2[_0x2084('0xe6')])){const _0x3ff15a=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x528ba9['start'],_0x5f2ea2);_0x428481[_0x2084('0x2c')](_0x3973b2[_0x2084('0xc9')](),{'range':_0x3ff15a}),_0x2db6da=!0x0;}}}return _0x2db6da;}),_0x479243[_0x2084('0x48')]['markers']['on'](_0x2084('0x3b'),(_0x1cc3d2,_0x18f4a7,_0x1116a3)=>{if(null==_0x1116a3){const {id:_0x258d2e}=this[_0x2084('0x58')](_0x18f4a7[_0x2084('0x11c')]),_0x361a36=this[_0x2084('0x56')][_0x2084('0x1c')](_0x258d2e);_0x361a36&&_0x361a36['addMarkerName'](_0x18f4a7[_0x2084('0x11c')]);}}),_0x479243[_0x2084('0x48')][_0x2084('0xf6')]['on']('change:data',()=>{const _0x1b8e0e=Array[_0x2084('0x25')](_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x42')][_0x2084('0x115')]());_0x1b8e0e['sort']((_0x10f618,_0x5d4c55)=>{const _0x412636=_0x10f618[_0x2084('0x14')][_0x2084('0x43')],_0x34e213=_0x5d4c55['data']['oldRange'];return null===_0x412636&&null===_0x34e213?0x0:null===_0x412636&&null!==_0x34e213?-0x1:null!==_0x412636&&null===_0x34e213?0x1:_0x412636[_0x2084('0x29')][_0x2084('0x10b')](_0x34e213[_0x2084('0x29')])?-0x1:0x1;});const _0x2bae80=new Set();for(const {name:_0x465a4c,data:_0x575b71}of _0x1b8e0e){const {group:_0x5b0d73,id:_0x8835bc}=this[_0x2084('0x58')](_0x465a4c);if(_0x2084('0xda')===_0x5b0d73&&(null===_0x575b71[_0x2084('0x43')]&&this[_0x2084('0x114')](_0x465a4c),null===_0x575b71[_0x2084('0x111')])){const _0x4fbaff=this[_0x2084('0x56')][_0x2084('0x1c')](_0x8835bc);_0x4fbaff[_0x2084('0x117')]?_0x2bae80[_0x2084('0xac')](_0x4fbaff):this[_0x2084('0xf1')](_0x4fbaff);}}for(const {name:_0x5066b8,data:_0x46971a}of _0x1b8e0e){const {group:_0x54b31f,id:_0x2713a8}=this[_0x2084('0x58')](_0x5066b8);if(_0x2084('0xda')!==_0x54b31f)continue;const _0x501373=this[_0x2084('0x56')][_0x2084('0x1c')](_0x2713a8);null!=_0x46971a[_0x2084('0x111')]&&null!=_0x46971a[_0x2084('0x43')]&&(this['_refreshSuggestionsChain'](_0x501373),_0x2bae80['add'](_0x501373['head']));}for(const _0x12a22c of _0x2bae80)this[_0x2084('0x50')]('suggestionChanged',_0x12a22c);_0x2bae80[_0x2084('0x2a')]();}),_0x479243['model']['on']('applyOperation',(_0x2b21d3,_0x5ab137)=>{const _0x178d25=_0x5ab137[0x0];if(!this[_0x2084('0x56')]['size'])return;if(!_0x178d25[_0x2084('0xb9')])return;if(_0x178d25['batch'][_0x2084('0xb3')]||!_0x178d25[_0x2084('0xb6')][_0x2084('0x17')])return;let _0x1b9e4e,_0x421ca8;switch(_0x178d25[_0x2084('0x63')]){case _0x2084('0x98'):_0x1b9e4e=_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x178d25[_0x2084('0xe6')]),_0x421ca8=_0x1b9e4e[_0x2084('0x12')](_0x178d25[_0x2084('0xf9')]);break;case _0x2084('0x1a'):_0x1b9e4e=_0x479243[_0x2084('0x48')]['createPositionAt'](_0x178d25[_0x2084('0x74')]),_0x421ca8=_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x178d25[_0x2084('0x8d')]);break;case _0x2084('0xa6'):_0x1b9e4e=_0x479243[_0x2084('0x48')]['createPositionAt'](_0x178d25[_0x2084('0x4b')]),_0x421ca8=_0x1b9e4e['getShiftedBy'](_0x178d25[_0x2084('0xf9')]);break;default:return;}const _0x5f27b5=_0x479243['model'][_0x2084('0x9a')](_0x1b9e4e,_0x421ca8);_0x479243['model'][_0x2084('0x54')](()=>{for(const {suggestion:_0x8921e9,meta:_0x5449c9}of this[_0x2084('0x9e')](_0x5f27b5)){if(_0x8921e9[_0x2084('0x77')])continue;if(_0x2084('0x87')==_0x8921e9[_0x2084('0x63')])continue;const _0x5e7889=_0x8921e9[_0x2084('0x14')]&&_0x8921e9['data'][_0x2084('0x9c')];(_0x2084('0x107')!=_0x8921e9[_0x2084('0x63')]||_0x2084('0x1a')==_0x178d25['type']&&!_0x5e7889)&&(_0x5449c9['containsRangeInObject']||_0x2084('0xa4')==_0x8921e9[_0x2084('0x63')]&&_0x5449c9['isOwn']||_0x8921e9[_0x2084('0x79')]()[_0x2084('0xa')](_0x5f27b5)&&this[_0x2084('0xd0')](_0x8921e9,_0x1b9e4e,_0x421ca8));}});},{'priority':_0x2084('0xc0')}),_0x479243[_0x2084('0x48')]['on'](_0x2084('0x0'),(_0x47044b,_0x3ca549)=>{const _0xf200ac=_0x3ca549[0x0],_0x551d29=_0x3ca549[0x1];if(_0x551d29&&_0x551d29[_0x2084('0x10')])return;if(this[_0x2084('0x5f')])return;if(!this[_0x2084('0xb0')][_0x2084('0xd9')])return;if(_0xf200ac['isCollapsed'])return;const _0x4bad6d=_0x479243[_0x2084('0x48')]['schema'],{start:_0x177401,end:_0x199dfa}=_0xf200ac[_0x2084('0x79')](),_0x58fed3=_0x177401[_0x2084('0x82')]&&_0x4bad6d[_0x2084('0x7d')](_0x177401[_0x2084('0x82')])?null:_0x4bad6d[_0x2084('0x72')](_0x177401,_0x2084('0x3f')),_0x42496f=_0x199dfa['nodeBefore']&&_0x4bad6d['isObject'](_0x199dfa[_0x2084('0x93')])?null:_0x4bad6d[_0x2084('0x72')](_0x199dfa,'backward'),_0x29650a=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x58fed3?_0x58fed3['start']:_0x177401,_0x42496f?_0x42496f[_0x2084('0x2f')]:_0x199dfa);_0x479243[_0x2084('0x48')][_0x2084('0x54')](_0x3bb6b8=>{this[_0x2084('0x119')](_0x29650a);const _0x565f1f=_0x479243['model'][_0x2084('0x8a')]['getNearestSelectionRange'](_0x29650a['start']);_0xf200ac['is'](_0x2084('0x36'))?_0x3bb6b8[_0x2084('0xb')](_0x565f1f):_0xf200ac[_0x2084('0x34')](_0x565f1f);}),_0x47044b[_0x2084('0xf7')]();},{'priority':_0x2fc2f3[_0x2084('0xdf')]+0xa}),_0x479243[_0x2084('0x48')]['on']('insertContent',(_0x32e6d0,_0x556d36)=>{const _0x5775e5=_0x556d36[_0x556d36[_0x2084('0x9b')]-0x1];_0x5775e5&&_0x5775e5[_0x2084('0x10')]||this[_0x2084('0x5f')]||this[_0x2084('0xb0')]['value']&&(_0x479243[_0x2084('0x48')][_0x2084('0x54')](()=>{let _0x18343c=_0x479243[_0x2084('0x48')][_0x2084('0x109')](_0x556d36[0x0],_0x556d36[0x1],_0x556d36[0x2],_0x556d36[0x3],{'forceDefaultExecution':!0x0});if(!_0x18343c)return;_0x32e6d0['return']=_0x18343c[_0x2084('0x104')]();const _0x3470af=_0x18343c[_0x2084('0x2f')]['nodeBefore'],_0x428d57=_0x479243[_0x2084('0x48')][_0x2084('0x8a')];_0x3470af&&_0x428d57['isBlock'](_0x3470af)&&!_0x428d57[_0x2084('0x7d')](_0x3470af)&&(_0x18343c=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x18343c[_0x2084('0x29')],_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x3470af,_0x2084('0x2f')))),this[_0x2084('0x24')](_0x18343c);}),_0x32e6d0[_0x2084('0xf7')]());},{'priority':_0x2084('0xbf')}),this[_0x2084('0xb0')]=new _0x4416c1(_0x479243,this[_0x2084('0xb4')]),this[_0x2084('0x4')][_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0x120'),this[_0x2084('0xb0')]),this[_0x2084('0xe5')](_0x2084('0x120'));const _0x4404be=new _0x57bec2(_0x479243,this[_0x2084('0x56')]);_0x479243['commands'][_0x2084('0xac')](_0x2084('0xd3'),_0x4404be),this[_0x2084('0xe5')](_0x2084('0xd3'));const _0x3a1348=new _0x2490be(_0x479243,this['_suggestions']);_0x479243[_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0xf2'),_0x3a1348),this[_0x2084('0xe5')](_0x2084('0xf2')),_0x479243['commands'][_0x2084('0xac')](_0x2084('0x4d'),new _0x51437a(_0x479243,_0x4404be,this[_0x2084('0x56')])),this['enableCommand'](_0x2084('0x4d')),_0x479243[_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0xcd'),new _0x5a0ffd(_0x479243,_0x3a1348,this['_suggestions'])),this[_0x2084('0xe5')](_0x2084('0xcd')),_0x479243['commands'][_0x2084('0xac')](_0x2084('0xa1'),new _0x37d9a2(_0x479243,_0x4404be,this['_suggestions'])),this[_0x2084('0xe5')](_0x2084('0xa1')),_0x479243['commands']['add'](_0x2084('0x73'),new _0x1498b2(_0x479243,_0x3a1348,this[_0x2084('0x56')])),this[_0x2084('0xe5')](_0x2084('0x73'));const _0x49e3ef=_0x479243['plugins'][_0x2084('0x1c')](_0x2084('0xe3'));this['listenTo'](_0x49e3ef,_0x2084('0x38'),(_0x3c796e,{threadId:_0x37810b})=>{const _0xb43203=this[_0x2084('0x56')]['get'](_0x37810b);_0xb43203&&_0xb43203[_0x2084('0x10f')]&&0x1===_0xb43203[_0x2084('0x10f')][_0x2084('0x9b')]&&this[_0x2084('0xe1')](_0x37810b,{'hasComments':!0x0});},{'priority':_0x2084('0x16')}),this[_0x2084('0xad')](_0x49e3ef,_0x2084('0xba'),(_0x28fbe7,{threadId:_0x3b2485})=>{const _0x5d0d60=this[_0x2084('0x56')][_0x2084('0x1c')](_0x3b2485);_0x5d0d60&&_0x5d0d60[_0x2084('0x10f')]&&!_0x5d0d60['commentThread'][_0x2084('0x9b')]&&this[_0x2084('0xe1')](_0x3b2485,{'hasComments':!0x1});},{'priority':'low'});}set[_0x2084('0xcb')](_0x43a951){if(this[_0x2084('0x80')])throw new _0xa2b4f8(_0x2084('0x2'),this);this[_0x2084('0x80')]=_0x43a951;}get[_0x2084('0xcb')](){return this['_adapter'];}[_0x2084('0xef')]({skipNotAttached:_0x5ce3c4=!0x1,toJSON:_0x112ee8=!0x1}={}){const _0x4d0419=[];for(const _0x43232e of this[_0x2084('0x56')][_0x2084('0x37')]())_0x5ce3c4&&!_0x43232e[_0x2084('0x117')]||_0x4d0419[_0x2084('0x5a')](_0x43232e);return _0x112ee8?_0x4d0419['map'](_0x201cda=>_0x201cda[_0x2084('0x35')]()):_0x4d0419;}[_0x2084('0x2e')](_0x3e08ef){const _0x238713=this[_0x2084('0x56')][_0x2084('0x1c')](_0x3e08ef);if(!_0x238713)throw new _0xa2b4f8('track-changes-suggestion-not-found',this);return _0x238713;}[_0x2084('0xa8')](_0xe050b7){return this[_0x2084('0x56')]['has'](_0xe050b7);}[_0x2084('0x78')](_0x30fe25){const {id:_0x37ef12,authorId:_0x3b1876}=_0x30fe25,[_0x141740,_0x4cb600]=_0x30fe25[_0x2084('0x63')]['split'](':'),_0xd1a9dc=this[_0x2084('0x56')][_0x2084('0x1c')](_0x37ef12)||this[_0x2084('0x53')](_0x141740,_0x4cb600,_0x37ef12,_0x3b1876);switch(this['_addThreadToSuggestion'](_0xd1a9dc),this['_checkSuggestionCorrectness'](_0xd1a9dc,_0x141740,_0x4cb600||null,_0x3b1876),_0xd1a9dc[_0x2084('0x10c')]=_0x30fe25[_0x2084('0x10c')],_0x30fe25[_0x2084('0x14')]&&(_0xd1a9dc['data']=_0x30fe25[_0x2084('0x14')]),_0x30fe25[_0x2084('0x27')]&&(_0xd1a9dc[_0x2084('0x27')]=_0x30fe25[_0x2084('0x27')]),this[_0x2084('0x80')]&&this[_0x2084('0x80')][_0x2084('0x10e')]||(_0xd1a9dc[_0x2084('0x61')]=!0x0),this[_0x2084('0xbb')]['get'](_0xd1a9dc)){case _0x2084('0xf3'):this[_0x2084('0xbb')]['set'](_0xd1a9dc,_0x2084('0x4f'));break;case _0x2084('0x81'):_0xd1a9dc['isInContent']?(this['_suggestionState'][_0x2084('0xf')](_0xd1a9dc,_0x2084('0xca')),this[_0x2084('0x50')](_0x2084('0xe4'),_0xd1a9dc)):this['_suggestionState'][_0x2084('0xf')](_0xd1a9dc,_0x2084('0xf4'));}return _0xd1a9dc;}[_0x2084('0xd3')](_0x27535b){this[_0x2084('0x10')](()=>{this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x54')](()=>{for(const _0x2aaa1f of _0x27535b['getAllAdjacentSuggestions']())_0x2aaa1f[_0x2084('0xc7')]();});});}[_0x2084('0xf2')](_0x36c631){this[_0x2084('0x10')](()=>{this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x54')](()=>{for(const _0xe8b86c of _0x36c631[_0x2084('0xeb')]())_0xe8b86c['discard']();});});}['enableCommand'](_0x2f4fea,_0x3baf8a){const _0x178e37=this[_0x2084('0x4')][_0x2084('0xd2')][_0x2084('0x1c')](_0x2f4fea);if(!_0x178e37)throw new _0xa2b4f8('track-changes-command-not-found',this,{'commandName':_0x2f4fea});this[_0x2084('0xb4')]['add'](_0x178e37),_0x3baf8a&&_0x178e37['on'](_0x2084('0xd8'),(_0x598432,_0x77ecd9)=>{this['trackChangesCommand']['value']&&(this[_0x2084('0x5f')]||_0x77ecd9[_0x2084('0x9b')]>0x0&&_0x77ecd9[_0x77ecd9[_0x2084('0x9b')]-0x1]&&_0x77ecd9[_0x77ecd9[_0x2084('0x9b')]-0x1][_0x2084('0x10')]||(_0x3baf8a((..._0xa6739d)=>_0x178e37[_0x2084('0xd8')](..._0xa6739d,{'forceDefaultExecution':!0x0}),..._0x77ecd9),_0x598432[_0x2084('0xf7')]()));},{'priority':_0x2084('0xbf')});}[_0x2084('0x10')](_0x1b563b){let _0x5c9f31,_0x417e8a;const _0x2a21ad=this[_0x2084('0x5f')];this[_0x2084('0x5f')]=!0x0;try{_0x5c9f31=_0x1b563b();}catch(_0x17eade){_0x417e8a=_0x17eade;}return _0x2a21ad||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x417e8a&&_0xa2b4f8[_0x2084('0xaf')](_0x417e8a,this),_0x5c9f31;}[_0x2084('0x24')](_0x1a48aa,_0x38f68f=null,_0xa328fa={}){if(_0x1a48aa['isCollapsed'])return null;const _0x39c544=this['editor'][_0x2084('0x102')]['get']('Users')['me'];for(const {suggestion:_0x187060,meta:_0x5b598b}of this['_findSuggestions'](_0x1a48aa,_0x2084('0xa4')))if(_0x5b598b[_0x2084('0xd5')]){if(!_0x5b598b[_0x2084('0xc')])return _0x187060;if(_0x38f68f==_0x187060[_0x2084('0x128')]){const _0x206853=_0x187060['getFirstRange']();return _0x206853[_0x2084('0x29')][_0x2084('0x110')](_0x1a48aa['end'])?this['_setSuggestionRange'](_0x187060,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x1a48aa[_0x2084('0x29')],_0x206853[_0x2084('0x2f')])):this[_0x2084('0x118')](_0x187060,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x206853[_0x2084('0x29')],_0x1a48aa[_0x2084('0x2f')])),_0x187060;}}const _0x2197f1=_0x495cdf(),_0x2193cb=_0x39c544['id'],_0x30a1f3=_0x38f68f?'insertion:'+_0x38f68f:'insertion',_0x4f0d7b=this[_0x2084('0xe7')]({'id':_0x2197f1,'type':_0x30a1f3,'createdAt':new Date(),'authorId':_0x2193cb,'attributes':_0xa328fa});return this[_0x2084('0x59')](_0x30a1f3,_0x2197f1,_0x2193cb,_0x1a48aa),_0x4f0d7b;}[_0x2084('0xe2')](_0xbdd866,_0x8b948c=_0x2084('0xde'),_0x441284={}){const _0x342195=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x2c8392=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0xa4'),_0x8b948c,'join');for(const _0x1716d6 of this['getSuggestions']())if(_0x1716d6[_0x2084('0x5d')]['id']==_0x342195['id']&&_0x2084('0xa4')==_0x1716d6['type']&&_0x1716d6[_0x2084('0x128')]==_0x8b948c&&(_0x2c8392(_0x1716d6['getRanges'](),_0xbdd866)||_0x2c8392(_0xbdd866,_0x1716d6[_0x2084('0xc4')]()))){for(const _0x54a9d2 of _0xbdd866)_0x1716d6[_0x2084('0x5e')](_0x54a9d2);return _0x1716d6;}for(const _0x3ee475 of _0xbdd866)for(const {suggestion:_0x3b2cf1,meta:_0x54a397}of this[_0x2084('0x9e')](_0x3ee475,_0x2084('0xa4'))){if(!_0x54a397[_0x2084('0xd5')])continue;let _0x5490dc=!0x0;for(const _0x4a4edf of _0x3b2cf1[_0x2084('0xc4')]())for(const _0xb05e7b of _0xbdd866)if(!_0x4a4edf['containsRange'](_0xb05e7b)){_0x5490dc=!0x1;break;}if(_0x5490dc)return _0x3b2cf1;}const _0x5012d3=_0x495cdf(),_0x4d3b7e=_0x342195['id'],_0x543fa8=_0x2084('0x3a')+_0x8b948c,_0x593c17=this[_0x2084('0xe7')]({'id':_0x5012d3,'type':_0x543fa8,'createdAt':new Date(),'authorId':_0x4d3b7e,'attributes':_0x441284});for(const _0x592df1 of _0xbdd866)this[_0x2084('0x59')](_0x543fa8,_0x5012d3,_0x4d3b7e,_0x592df1,_0x4f381c[_0x2084('0x8b')]());return _0x593c17;}[_0x2084('0x84')](_0x8d8577,_0x237f6b,_0x35b211=null,_0x134379={}){if(_0x35b211=_0x35b211||St(_0x237f6b),_0x8d8577[_0x2084('0x6a')])return;const _0x122799=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x448850=[];for(const {suggestion:_0xa48421,meta:_0x4cea36}of this[_0x2084('0x9e')](_0x8d8577,'insertion'))_0x4cea36[_0x2084('0xd5')]&&!_0x4cea36[_0x2084('0x11')]&&_0x448850[_0x2084('0x5a')](..._0xa48421[_0x2084('0xc4')]());const _0x1bfe2d=function(_0x3c4f30,_0x1d54a7){const _0x15ec96=[];for(const _0x2b8c4 of _0x1d54a7){const _0x246282=_0x3c4f30[_0x2084('0x2d')](_0x2b8c4);_0x246282&&_0x15ec96[_0x2084('0x5a')](_0x246282);}return _0x15ec96;}(_0x8d8577,_0x448850),_0x31c70f=function(_0xaa14e3,_0x269dc1){const _0x326768=[_0xaa14e3];for(const _0x5548db of _0x269dc1){let _0x33131f=0x0;for(;_0x33131f<_0x326768[_0x2084('0x9b')];){const _0x2d0d4f=_0x326768[_0x33131f][_0x2084('0xc3')](_0x5548db);_0x326768[_0x2084('0x66')](_0x33131f,0x1,..._0x2d0d4f),_0x33131f+=_0x2d0d4f['length'];}}return _0x326768;}(_0x8d8577,_0x448850);_0x1bfe2d['length']&&this[_0x2084('0x7f')][_0x2084('0x54')](()=>{for(const _0x30637c of _0x1bfe2d){const _0x1f8ac1=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x87'),_0x35b211,_0x2084('0xc7'));this[_0x2084('0x10')](()=>_0x1f8ac1([_0x30637c],_0x237f6b,_0x134379));}});for(const _0x912d5b of _0x31c70f){let _0x526ee5=null,_0x477bd7=_0x912d5b[_0x2084('0x29')],_0x9fe001=_0x912d5b[_0x2084('0x2f')];for(const {suggestion:_0x5decc1,meta:_0x16243d}of this['_findSuggestions'](_0x912d5b,_0x2084('0x87'))){if(!_0x16243d[_0x2084('0xd5')])continue;if(_0x5decc1[_0x2084('0x128')]!=_0x35b211)continue;const _0x44c3bb=_0x5decc1['getFirstRange']();if(_0x44c3bb['containsRange'](_0x912d5b,!0x0))return;_0x477bd7=_0x477bd7[_0x2084('0x10b')](_0x44c3bb['start'])?_0x477bd7:_0x44c3bb[_0x2084('0x29')],_0x9fe001=_0x9fe001['isAfter'](_0x44c3bb[_0x2084('0x2f')])?_0x9fe001:_0x44c3bb[_0x2084('0x2f')],_0x526ee5?_0x44c3bb[_0x2084('0x29')][_0x2084('0x10b')](_0x526ee5[_0x2084('0x79')]()[_0x2084('0x29')])?(_0x526ee5[_0x2084('0x57')](),_0x526ee5=_0x5decc1):_0x5decc1['removeMarkers']():_0x526ee5=_0x5decc1;}const _0xfca796=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x477bd7,_0x9fe001);if(_0x526ee5)this[_0x2084('0x118')](_0x526ee5,_0xfca796);else{const _0x2b5bf1=_0x495cdf(),_0x46e024=_0x122799['id'];this[_0x2084('0xe7')]({'id':_0x2b5bf1,'type':_0x2084('0xfe')+_0x35b211,'data':_0x237f6b,'createdAt':new Date(),'authorId':_0x46e024,'attributes':_0x134379}),this[_0x2084('0x59')](_0x2084('0xfe')+_0x35b211,_0x2b5bf1,_0x46e024,_0xfca796);}}}[_0x2084('0x11e')](_0x257bf6,_0x54f65c,_0x36ed76=[],_0x41a5c0=null,_0x36fc5a={}){_0x54f65c['formatGroupId']||(_0x54f65c['formatGroupId']=_0x54f65c['commandName']),_0x54f65c[_0x2084('0x9c')]=_0x257bf6['is'](_0x2084('0x19')),_0x41a5c0=_0x41a5c0||St(_0x54f65c);const _0x5c87d4=_0x36ed76[_0x2084('0x7e')](_0x3d090c=>vt(_0x3d090c,this[_0x2084('0x7f')])),_0x178db4=_0x257bf6['is'](_0x2084('0x19'))?_0x257bf6:vt(_0x257bf6,this[_0x2084('0x7f')]);_0x5c87d4[_0x2084('0x5a')](_0x178db4);let _0x506ced=!0x0;for(const _0x43183c of _0x5c87d4)if(!this[_0x2084('0x76')](_0x43183c)){_0x506ced=!0x1;break;}if(_0x506ced){const _0x21486c=this['_suggestionFactory'][_0x2084('0x70')]('formatBlock',_0x41a5c0,_0x2084('0xc7'));return void this[_0x2084('0x10')](()=>_0x21486c([_0x178db4],_0x54f65c,_0x36fc5a));}let _0x506530=null,_0x192a14=_0x178db4['start'],_0x363474=_0x178db4[_0x2084('0x2f')];for(const {suggestion:_0x383786,meta:_0x54210a}of this[_0x2084('0x9e')](_0x178db4,_0x2084('0x107'))){if(!_0x54210a[_0x2084('0xd5')]||_0x54210a[_0x2084('0xc')]||_0x54210a[_0x2084('0xfd')]||_0x54210a['isInsideObject'])continue;if(_0x383786[_0x2084('0x14')][_0x2084('0x4e')]!=_0x54f65c[_0x2084('0x4e')])continue;const _0x48e39d=_0x383786[_0x2084('0x79')]();if(_0x383786[_0x2084('0x128')]==_0x41a5c0){if(_0x48e39d[_0x2084('0xa')](_0x178db4,!0x0))return;_0x192a14=_0x192a14[_0x2084('0x10b')](_0x48e39d[_0x2084('0x29')])?_0x192a14:_0x48e39d[_0x2084('0x29')],_0x363474=_0x363474[_0x2084('0xc6')](_0x48e39d[_0x2084('0x2f')])?_0x363474:_0x48e39d[_0x2084('0x2f')],_0x506530?_0x48e39d[_0x2084('0x29')][_0x2084('0x10b')](_0x506530['getFirstRange']()[_0x2084('0x29')])?(_0x506530[_0x2084('0x57')](),_0x506530=_0x383786):_0x383786[_0x2084('0x57')]():_0x506530=_0x383786;}else{const _0x44caf2=_0x178db4['getIntersection'](_0x48e39d);this['_cutOutSuggestionMarker'](_0x383786,_0x44caf2);}}const _0x338a71=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x4038a5=_0x495cdf(),_0x713ca7=_0x338a71['id'];_0x506530?this['_setSuggestionRange'](_0x506530,this[_0x2084('0x7f')]['createRange'](_0x192a14,_0x363474)):(this[_0x2084('0xe7')]({'id':_0x4038a5,'type':_0x2084('0xb8')+_0x41a5c0,'data':_0x54f65c,'createdAt':new Date(),'authorId':_0x713ca7,'attributes':_0x36fc5a}),this[_0x2084('0x59')]('formatBlock:'+_0x41a5c0,_0x4038a5,_0x713ca7,this[_0x2084('0x7f')]['createRange'](_0x192a14,_0x363474)));}[_0x2084('0xc5')](_0x59679a,_0x2615a5,_0xf6f607=[],_0x207978=null,_0x33dcb8={}){_0x2615a5[_0x2084('0x4e')]||(_0x2615a5['formatGroupId']=_0x2615a5[_0x2084('0xa9')]),_0x2615a5[_0x2084('0x9c')]=!0x1,_0x207978=_0x207978||St(_0x2615a5);const _0x58198f=_0xf6f607[_0x2084('0x7e')](_0x335ea2=>vt(_0x335ea2,this[_0x2084('0x7f')])),_0x50e252=_0x59679a['map'](_0x4fe802=>vt(_0x4fe802,this[_0x2084('0x7f')]));_0x58198f[_0x2084('0x5a')](..._0x50e252);let _0xe4022c=!0x0;for(const _0x2ce524 of _0x58198f)if(!this[_0x2084('0x76')](_0x2ce524)){_0xe4022c=!0x1;break;}if(_0xe4022c){const _0x263318=this[_0x2084('0x41')][_0x2084('0x70')]('formatBlock',_0x207978,'accept');return void this[_0x2084('0x10')](()=>_0x263318(_0x50e252,_0x2615a5,_0x33dcb8));}const _0x4d0459=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'];for(const _0x3e9e5d of this[_0x2084('0xef')]()){if(_0x3e9e5d[_0x2084('0x5d')]['id']!=_0x4d0459['id'])continue;if(_0x2084('0x107')!=_0x3e9e5d[_0x2084('0x63')]||_0x3e9e5d[_0x2084('0x14')][_0x2084('0x4e')]!=_0x2615a5[_0x2084('0x4e')])continue;const _0x1ab768=_0x3e9e5d[_0x2084('0x128')]==_0x207978;for(let _0x2b2edc=0x0;_0x2b2edc<_0x50e252[_0x2084('0x9b')];_0x2b2edc++){const _0x6b7efd=_0x50e252[_0x2b2edc];for(const _0x3c193c of _0x3e9e5d[_0x2084('0x1e')]()){const _0x23bc93=_0x3c193c[_0x2084('0x33')]();if(_0x6b7efd[_0x2084('0x110')](_0x23bc93)){_0x1ab768?(_0x50e252[_0x2084('0x66')](_0x2b2edc,0x1),_0x2b2edc--):_0x3e9e5d[_0x2084('0x122')](_0x3c193c[_0x2084('0x11c')]);break;}}}}if(0x0==_0x50e252[_0x2084('0x9b')])return;const _0x193b18=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x107'),_0x207978,_0x2084('0xfa'));for(const _0x40b445 of this[_0x2084('0xef')]())if(_0x40b445[_0x2084('0x5d')]['id']==_0x4d0459['id']&&_0x2084('0x107')==_0x40b445[_0x2084('0x63')]&&_0x40b445['data'][_0x2084('0x4e')]==_0x2615a5[_0x2084('0x4e')]&&_0x40b445[_0x2084('0x128')]==_0x207978&&(_0x193b18(_0x40b445[_0x2084('0xc4')](),_0x50e252)||_0x193b18(_0x50e252,_0x40b445[_0x2084('0xc4')]()))){for(const _0x554105 of _0x50e252)_0x40b445[_0x2084('0x5e')](_0x554105);return _0x40b445;}const _0x3afc1a=_0x495cdf(),_0x11e828=_0x4d0459['id'],_0x1e7b84='formatBlock:'+_0x207978,_0xdaa668=this[_0x2084('0xe7')]({'id':_0x3afc1a,'type':_0x1e7b84,'data':_0x2615a5,'createdAt':new Date(),'authorId':_0x11e828,'attributes':_0x33dcb8});for(const _0x136f97 of _0x50e252)this[_0x2084('0x59')](_0x1e7b84,_0x3afc1a,_0x11e828,_0x136f97,_0x4f381c['getMultiRangeId']());return _0xdaa668;}[_0x2084('0x119')](_0x2a66fb,_0x222552=null,_0x42636c={}){if(_0x2a66fb[_0x2084('0x6a')])return null;const _0x297ca1=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x2f76c8=new _0x184ebb(_0x2a66fb[_0x2084('0x29')],_0x2a66fb[_0x2084('0x2f')]);for(const {suggestion:_0x839479,meta:_0x1df8fd}of this[_0x2084('0x9e')](_0x2f76c8,_0x2084('0xa4')))if(_0x1df8fd['isOwn']&&!_0x1df8fd['isNextTo']){if(_0x839479['isMultiRange']){const _0x432670=_0x839479['getRanges']()['filter'](_0x295aeb=>_0x2084('0x100')!=_0x295aeb[_0x2084('0x108')][_0x2084('0x125')]);_0x432670['every'](_0x4f8f60=>_0x2f76c8[_0x2084('0xa')](_0x4f8f60,!0x0))&&_0x839479[_0x2084('0x11d')]();if(_0x432670['some'](_0xfcb4bd=>_0xfcb4bd[_0x2084('0xa')](_0x2f76c8,!0x0))){const _0x28cc30=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x90'),_0x222552,_0x2084('0xc7'));return this['forceDefaultExecution'](()=>_0x28cc30([_0x2f76c8],null,_0x42636c)),null;}}else{const _0x3a1042=_0x2f76c8[_0x2084('0x2d')](_0x839479[_0x2084('0x79')]());_0x839479[_0x2084('0xee')]([_0x3a1042],null,_0x42636c);}}if(_0x2f76c8[_0x2084('0x11b')](),_0x2f76c8[_0x2084('0x6a')]||_0x2084('0x100')==_0x2f76c8[_0x2084('0x108')]['rootName'])return null;let _0x34df21=null,_0x12e1ce=_0x2f76c8['start'],_0x1d51e6=_0x2f76c8['end'];for(const {suggestion:_0x18817f,meta:_0x3048b9}of this[_0x2084('0x9e')](_0x2f76c8,'deletion'))if(_0x3048b9[_0x2084('0xd5')]){if(_0x18817f[_0x2084('0x77')]){let _0x4be513=!0x0;for(const _0x50f732 of _0x18817f[_0x2084('0xc4')]()){if(_0x50f732[_0x2084('0xa')](_0x2f76c8,!0x0))return _0x18817f;_0x2f76c8['containsRange'](_0x50f732)||(_0x4be513=!0x1);}_0x4be513&&_0x18817f[_0x2084('0x11d')]();}else{const _0x36e2c8=_0x18817f[_0x2084('0x79')]();if(_0x36e2c8[_0x2084('0xa')](_0x2f76c8,!0x0))return _0x18817f;_0x12e1ce=_0x12e1ce[_0x2084('0x10b')](_0x36e2c8[_0x2084('0x29')])?_0x12e1ce:_0x36e2c8['start'],_0x1d51e6=_0x1d51e6[_0x2084('0xc6')](_0x36e2c8[_0x2084('0x2f')])?_0x1d51e6:_0x36e2c8[_0x2084('0x2f')],_0x34df21?_0x36e2c8['start']['isBefore'](_0x34df21['getFirstRange']()[_0x2084('0x29')])?(_0x34df21[_0x2084('0x57')](),_0x34df21=_0x18817f):_0x18817f[_0x2084('0x57')]():_0x34df21=_0x18817f;}}if(_0x34df21)return this[_0x2084('0x118')](_0x34df21,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x12e1ce,_0x1d51e6)),_0x34df21;{const _0x314339=_0x495cdf(),_0x44feca=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x12e1ce,_0x1d51e6),_0x2db455=_0x297ca1['id'],_0x3d2d9a=_0x222552?_0x2084('0xd1')+_0x222552:'deletion',_0x280afa=this[_0x2084('0xe7')]({'id':_0x314339,'type':_0x3d2d9a,'createdAt':new Date(),'authorId':_0x2db455,'attributes':_0x42636c});return this[_0x2084('0x59')](_0x3d2d9a,_0x314339,_0x2db455,_0x44feca),_0x280afa;}}['markMultiRangeDeletion'](_0x16e386,_0x31e183=_0x2084('0xde'),_0x211e40={}){const _0x366693=this['editor']['plugins']['get'](_0x2084('0x127'))['me'],_0x2f0948=_0x16e386[_0x2084('0x7e')](_0x441ba2=>new _0x184ebb(_0x441ba2[_0x2084('0x29')],_0x441ba2[_0x2084('0x2f')])),_0x3f44b6=new Set();for(const _0x2dbf13 of _0x2f0948)for(const {suggestion:_0x404a38,meta:_0x5eed7d}of this[_0x2084('0x9e')](_0x2dbf13,_0x2084('0xa4')))_0x5eed7d[_0x2084('0xd5')]&&!_0x5eed7d['isNextTo']&&_0x3f44b6[_0x2084('0xac')](_0x404a38);for(const _0x570b0c of _0x3f44b6)if(_0x570b0c[_0x2084('0x77')]){const _0xcd4413=_0x570b0c[_0x2084('0xc4')]();(!_0x570b0c[_0x2084('0x27')]||!_0x570b0c['attributes'][_0x2084('0x116')])&&(_0xcd4413[_0x2084('0x96')](_0xa2a456=>_0x2f0948['some'](_0x12f57a=>_0x12f57a['containsRange'](_0xa2a456,!0x0)))&&_0x570b0c[_0x2084('0x11d')]());if(_0x2f0948['every'](_0xd4c91e=>_0xcd4413[_0x2084('0x11f')](_0x34fa62=>_0x34fa62[_0x2084('0xa')](_0xd4c91e,!0x0)))){const _0x39355e=this['_suggestionFactory']['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,'accept');return this[_0x2084('0x10')](()=>_0x39355e(_0x16e386,null,_0x211e40)),null;}}else{const _0x5b5ba9=_0x570b0c[_0x2084('0x79')]();_0x2f0948[_0x2084('0x11f')](_0x1a9c76=>_0x1a9c76[_0x2084('0xa')](_0x5b5ba9,!0x0))&&_0x570b0c[_0x2084('0x11d')]();if(_0x2f0948[_0x2084('0x96')](_0x2f9d50=>_0x5b5ba9[_0x2084('0xa')](_0x2f9d50,!0x0))){const _0x3dc839=this[_0x2084('0x41')]['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,_0x2084('0xc7'));return this[_0x2084('0x10')](()=>_0x3dc839(_0x2f0948,null,_0x211e40)),null;}}const _0x232b1d=this[_0x2084('0x41')]['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,_0x2084('0xfa'));let _0x1b9920=null;for(const _0x1fa923 of this['getSuggestions']())if(_0x1fa923[_0x2084('0x5d')]['id']==_0x366693['id']&&_0x1fa923[_0x2084('0x117')]&&_0x2084('0x90')==_0x1fa923[_0x2084('0x63')]&&_0x1fa923[_0x2084('0x128')]==_0x31e183&&(_0x232b1d(_0x1fa923['getRanges'](),_0x2f0948)||_0x232b1d(_0x2f0948,_0x1fa923[_0x2084('0xc4')]()))){if(_0x1b9920){if(_0x1fa923[_0x2084('0x10f')]&&_0x1fa923['commentThread'][_0x2084('0x9b')])continue;for(const _0x20b1f0 of _0x1fa923[_0x2084('0xc4')]())_0x1b9920['isIntersectingWithRange'](_0x20b1f0)||_0x1b9920[_0x2084('0x5e')](_0x20b1f0);_0x1fa923[_0x2084('0x57')]();}else{_0x1b9920=_0x1fa923;for(const _0x1a3a9f of _0x2f0948)_0x1fa923[_0x2084('0x86')](_0x1a3a9f)||_0x1fa923[_0x2084('0x5e')](_0x1a3a9f);}}if(_0x1b9920)return _0x1b9920;_0x3f44b6['clear']();for(const _0x289bd1 of _0x2f0948)for(const {suggestion:_0x57ef83,meta:_0x15c4e3}of this[_0x2084('0x9e')](_0x289bd1,_0x2084('0x90')))_0x15c4e3[_0x2084('0xd5')]&&_0x3f44b6[_0x2084('0xac')](_0x57ef83);for(const _0x4eb54d of _0x3f44b6){const _0x248b6a=_0x4eb54d[_0x2084('0xc4')]();if(!_0x211e40||!_0x211e40[_0x2084('0x116')]){if(_0x2f0948[_0x2084('0x96')](_0x2ef22f=>_0x248b6a['some'](_0x3c45fa=>_0x3c45fa[_0x2084('0xa')](_0x2ef22f,!0x0))))return _0x4eb54d;}(!_0x4eb54d['attributes']||!_0x4eb54d[_0x2084('0x27')][_0x2084('0x116')])&&(_0x248b6a[_0x2084('0x96')](_0x5855a5=>_0x2f0948['some'](_0x45c49f=>_0x45c49f[_0x2084('0xa')](_0x5855a5,!0x0)))&&_0x4eb54d[_0x2084('0x11d')]());}const _0x5903cc=_0x495cdf(),_0x56aa6d=_0x366693['id'],_0x8078a2=_0x2084('0xd1')+_0x31e183,_0xd82ded=this[_0x2084('0xe7')]({'id':_0x5903cc,'type':_0x8078a2,'createdAt':new Date(),'authorId':_0x56aa6d,'attributes':_0x211e40});for(const _0x854338 of _0x2f0948)_0x854338[_0x2084('0x11b')](),_0x854338[_0x2084('0x6a')]||_0x2084('0x100')==_0x854338[_0x2084('0x108')][_0x2084('0x125')]||this['_addSuggestionMarker'](_0x8078a2,_0x5903cc,_0x56aa6d,_0x854338,_0x4f381c['getMultiRangeId']());return _0xd82ded;}['_setSuggestionRange'](_0x73100e,_0x3b038e){const _0x11c5a8=_0x73100e[_0x2084('0xc9')]();this['_model'][_0x2084('0x54')](_0x2775b6=>{_0x2775b6[_0x2084('0x2c')](_0x11c5a8,{'range':_0x3b038e});});}[_0x2084('0x7')](_0x37cf8f){const _0x191c36=_0x37cf8f['id'],_0x1c4abb=this['editor'][_0x2084('0x101')][_0x2084('0x1c')](_0x2084('0x97'));this[_0x2084('0xc8')][_0x2084('0x103')](_0x191c36)||this[_0x2084('0xc8')][_0x2084('0xb7')]({'channelId':_0x1c4abb,'threadId':_0x191c36});const _0x43a9c4=this[_0x2084('0xc8')][_0x2084('0x15')](_0x191c36);_0x43a9c4[_0x2084('0x6f')](_0x2084('0xdb')),_0x43a9c4[_0x2084('0xdb')]=!0x1,_0x37cf8f['commentThread']=_0x43a9c4;}[_0x2084('0x11a')](_0x387a26,_0x3c93fb,_0x5b5ca3,_0x201e95){if(_0x387a26[_0x2084('0x63')]!=_0x3c93fb||_0x387a26[_0x2084('0x128')]!=_0x5b5ca3||_0x387a26[_0x2084('0x5d')]['id']!=_0x201e95)throw this[_0x2084('0x4')][_0x2084('0x94')]('track-changes-suggestion-data-mismatch'),new _0xa2b4f8(_0x2084('0xa5'),this);}['_cutOutSuggestionMarker'](_0xf03c30,_0x2a3d16){const _0x3f1b58=_0xf03c30['getFirstRange']();if(_0x2a3d16[_0x2084('0x110')](_0x3f1b58))_0xf03c30[_0x2084('0x57')]();else{if(_0x3f1b58[_0x2084('0xa')](_0x2a3d16)){const _0x40afe1=this['_model'][_0x2084('0x92')](_0x2a3d16[_0x2084('0x29')][_0x2084('0x93')],_0x2084('0x2f'));this['_setSuggestionRange'](_0xf03c30,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x3f1b58[_0x2084('0x29')],_0x40afe1));const _0x1afd2c=_0x495cdf(),_0x2ad0c0=_0xf03c30['author']['id'],_0x28ca2a=_0xf03c30[_0x2084('0x63')]+':'+_0xf03c30[_0x2084('0x128')];this[_0x2084('0xe7')]({'id':_0x1afd2c,'type':_0x28ca2a,'createdAt':new Date(),'authorId':_0x2ad0c0,'data':_0xf03c30[_0x2084('0x14')],'attributes':_0xf03c30[_0x2084('0x27')]});const _0x4928b9=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16[_0x2084('0x2f')][_0x2084('0x121')],_0x2084('0x13')),_0x32398a=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x4928b9,_0x3f1b58[_0x2084('0x2f')]);this[_0x2084('0x59')](_0x28ca2a,_0x1afd2c,_0x2ad0c0,_0x32398a);}else{if(_0x3f1b58[_0x2084('0xc1')](_0x2a3d16['start'])){const _0x202db4=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16['start'][_0x2084('0x93')],_0x2084('0x2f'));this[_0x2084('0x118')](_0xf03c30,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x3f1b58[_0x2084('0x29')],_0x202db4));}else{const _0x4bb9a2=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16[_0x2084('0x2f')][_0x2084('0x121')],_0x2084('0x13'));this['_setSuggestionRange'](_0xf03c30,this[_0x2084('0x7f')]['createRange'](_0x4bb9a2,_0x3f1b58[_0x2084('0x2f')]));}}}}['_rangeIsInLocalUserInsertion'](_0x1b2dd3){for(const {suggestion:_0xdce581,meta:_0x5eb71a}of this['_findSuggestions'](_0x1b2dd3,_0x2084('0xa4'))){if(!_0x5eb71a[_0x2084('0xd5')])continue;const _0x4c9b63=_0xdce581[_0x2084('0xc4')]();for(const _0x15f8df of _0x4c9b63)if(!_0x1b2dd3['getDifference'](_0x15f8df)[_0x2084('0x9b')])return!0x0;}return!0x1;}[_0x2084('0xd')](_0x3faff8){const _0x2c3e58=this['editor'][_0x2084('0x102')][_0x2084('0x1c')]('Users')[_0x2084('0xe9')](_0x3faff8);if(!_0x2c3e58)throw new _0xa2b4f8('track-changes-user-not-found',this);return _0x2c3e58;}[_0x2084('0x53')](_0x5d8a58,_0x1da302,_0x172d50,_0xefc119){const _0x3146c1=this['_getAuthorFromId'](_0xefc119),_0x4c8f45=this[_0x2084('0x41')][_0x2084('0x65')](_0x5d8a58,_0x1da302,_0x172d50,_0x3146c1,_0x26ec31=>this[_0x2084('0xe1')](_0x172d50,{'attributes':_0x26ec31}));return this[_0x2084('0xad')](_0x4c8f45,_0x2084('0xc7'),()=>{this[_0x2084('0xe1')](_0x172d50,{'state':_0x2084('0x6b')});},{'priority':'high'}),this[_0x2084('0xad')](_0x4c8f45,_0x2084('0x11d'),()=>{this[_0x2084('0xe1')](_0x172d50,{'state':'rejected'});},{'priority':_0x2084('0xbf')}),this[_0x2084('0x56')]['set'](_0x172d50,_0x4c8f45),this[_0x2084('0xbb')][_0x2084('0xf')](_0x4c8f45,_0x2084('0xf3')),_0x4c8f45;}[_0x2084('0x58')](_0x54ea4a){const _0x3639cd=_0x54ea4a[_0x2084('0x1a')](':');return{'group':_0x3639cd[0x0],'type':_0x3639cd[0x1],'subType':_0x3639cd['length']>=0x5?_0x3639cd[0x2]:null,'id':_0x3639cd['length']<0x5?_0x3639cd[0x2]:_0x3639cd[0x3],'authorId':_0x3639cd[_0x2084('0x9b')]<0x5?_0x3639cd[0x3]:_0x3639cd[0x4],'markerCount':0x6==_0x3639cd[_0x2084('0x9b')]?_0x3639cd[0x5]:null};}[_0x2084('0xd0')](_0x17a138,_0x319437,_0x4c88ec){const _0x5986a6=_0x17a138['getFirstRange'](),_0x5cb975=_0x5986a6['start'],_0x25e492=_0x5986a6[_0x2084('0x2f')];this[_0x2084('0x118')](_0x17a138,this['_model'][_0x2084('0x9a')](_0x5cb975,_0x319437));const _0xfe401=_0x495cdf(),_0x5f001a=_0x17a138[_0x2084('0x5d')]['id'],_0x54d083=_0x17a138[_0x2084('0x63')]+(_0x17a138[_0x2084('0x128')]?':'+_0x17a138[_0x2084('0x128')]:'');this[_0x2084('0xe7')]({'id':_0xfe401,'type':_0x54d083,'createdAt':new Date(),'authorId':_0x5f001a,'originalSuggestionId':_0x17a138['id'],'data':_0x17a138[_0x2084('0x14')]}),_0x2084('0x107')==_0x17a138[_0x2084('0x63')]&&(_0x4c88ec=this[_0x2084('0x7f')]['createPositionBefore'](_0x4c88ec[_0x2084('0x121')])),this[_0x2084('0x59')](_0x54d083,_0xfe401,_0x5f001a,this[_0x2084('0x7f')]['createRange'](_0x4c88ec,_0x25e492));}[_0x2084('0x9e')](_0x4a2bab,_0x22c248=null){const _0x48cfa6=[],_0x4666c8=this['_model'][_0x2084('0x8a')],_0x2fa578=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'];for(const _0x35b121 of this[_0x2084('0xef')]())if(_0x35b121[_0x2084('0x117')]&&(!_0x22c248||_0x35b121[_0x2084('0x63')]==_0x22c248))for(const _0x35cc80 of _0x35b121['getRanges']()){const _0x586fc3=_0x4a2bab['start'][_0x2084('0x110')](_0x35cc80[_0x2084('0x2f')])||_0x4a2bab['end'][_0x2084('0x110')](_0x35cc80[_0x2084('0x29')]);if(_0x586fc3||_0x4a2bab[_0x2084('0x2d')](_0x35cc80)){const _0x36ae6a=_0x4a2bab['containsRange'](_0x35cc80)&&wt(_0x4666c8,_0x35cc80['start'],_0x4a2bab),_0x2bce89=_0x35cc80[_0x2084('0xa')](_0x4a2bab)&&wt(_0x4666c8,_0x4a2bab[_0x2084('0x29')],_0x35cc80);_0x48cfa6[_0x2084('0x5a')]({'suggestion':_0x35b121,'meta':{'isOwn':_0x2fa578==_0x35b121['author'],'isNextTo':_0x586fc3,'isInsideObject':_0x36ae6a,'containsRangeInObject':_0x2bce89}});break;}}return _0x48cfa6;}[_0x2084('0x59')](_0xcd789d,_0x44a7db,_0x5405f0,_0xdffcdc,_0xfebdc4=null){this[_0x2084('0x7f')][_0x2084('0x54')](_0x320363=>{let _0x3d315b='suggestion:'+_0xcd789d+':'+_0x44a7db+':'+_0x5405f0;_0xfebdc4&&(_0x3d315b=_0x3d315b+':'+_0xfebdc4),_0x320363['addMarker'](_0x3d315b,{'range':_0xdffcdc,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1b81dc){const _0x117d8c=_0x1b81dc[_0x2084('0x7a')],_0x339245=_0x1b81dc[_0x2084('0xed')];_0x1b81dc[_0x2084('0x7a')]=null,null!=_0x117d8c&&(_0x117d8c[_0x2084('0xed')]=null),_0x1b81dc[_0x2084('0xed')]=null,null!=_0x339245&&(_0x339245[_0x2084('0x7a')]=null),_0x2084('0xca')==this['_suggestionState']['get'](_0x1b81dc)&&(this['_suggestionState'][_0x2084('0xf')](_0x1b81dc,_0x2084('0xf4')),this[_0x2084('0x50')](_0x2084('0xa0'),_0x1b81dc,_0x117d8c,_0x339245));}[_0x2084('0xe7')](_0x874ae7){const _0x193e7f=_0x874ae7['id'],_0x5ef389=this['addSuggestionData'](_0x874ae7);if(this[_0x2084('0x80')]&&this['_adapter']['addSuggestion']){const _0x425929=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')]('PendingActions'),_0x513334=_0x5ef389[_0x2084('0x62')],_0x5dd632=_0x5ef389[_0x2084('0x128')]?_0x5ef389['type']+':'+_0x5ef389['subType']:_0x5ef389[_0x2084('0x63')],_0x2395be=this[_0x2084('0x4')]['locale'],_0x30b0f2=_0x425929[_0x2084('0xac')](_0x2d02e2(_0x2395be,_0x2084('0x8'))),_0x4e308f={'id':_0x193e7f,'type':_0x5dd632,'hasComments':_0x513334,'data':_0x874ae7[_0x2084('0x14')]||null,'originalSuggestionId':_0x874ae7['originalSuggestionId']||null,'attributes':_0x5ef389['attributes']};this[_0x2084('0x80')][_0x2084('0x10e')](_0x4e308f)[_0x2084('0xae')](_0xa35ab3=>{_0x5ef389[_0x2084('0x61')]=!0x0,_0x425929['remove'](_0x30b0f2),_0xa35ab3&&_0xa35ab3[_0x2084('0x10c')]&&(this['_suggestions']['get'](_0x193e7f)[_0x2084('0x10c')]=_0xa35ab3[_0x2084('0x10c')]);})[_0x2084('0x85')](_0x30e1e8=>{throw _0x3155d4(_0x2084('0x21')),this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x3c')]({'isUndoable':!0x1},()=>{_0x5ef389['discard']();}),_0x5ef389[_0x2084('0x3d')](),this[_0x2084('0x56')]['delete'](_0x5ef389['id']),this[_0x2084('0xbb')]['delete'](_0x5ef389),_0x30e1e8;});}return _0x5ef389;}[_0x2084('0xe1')](_0x2986eb,_0x7c1fcd){const _0x2e6344=this[_0x2084('0x4')][_0x2084('0x102')]['get'](_0x2084('0xbc')),_0x4c53cf=this[_0x2084('0x56')][_0x2084('0x1c')](_0x2986eb);if(this[_0x2084('0x80')]&&this[_0x2084('0x80')][_0x2084('0xa3')]){if(_0x4c53cf[_0x2084('0x61')]){const _0x4fe60c=_0x2e6344[_0x2084('0xac')](_0x2d02e2(this[_0x2084('0x4')][_0x2084('0xce')],'PENDING_ACTION_SUGGESTION'));this[_0x2084('0x80')][_0x2084('0xa3')](_0x2986eb,_0x7c1fcd)[_0x2084('0xae')](()=>{_0x2e6344['remove'](_0x4fe60c);});}else _0x4c53cf['on'](_0x2084('0x99'),()=>{this[_0x2084('0xe1')](_0x2986eb,_0x7c1fcd);});}}[_0x2084('0xb5')](_0x5f4b29){if(!this[_0x2084('0x80')]||!this['_adapter'][_0x2084('0x2e')])throw new _0xa2b4f8('track-changes-adapter-missing-getsuggestion',this);return this[_0x2084('0x80')]['getSuggestion'](_0x5f4b29);}[_0x2084('0x114')](_0x1cbb67){const {id:_0x4ec42d,type:_0x27a3ff,subType:_0x41a8d6,authorId:_0x275f52}=this['_splitMarkerName'](_0x1cbb67),_0x5ae62b=this[_0x2084('0x56')]['get'](_0x4ec42d)||this[_0x2084('0x53')](_0x27a3ff,_0x41a8d6,_0x4ec42d,_0x275f52);switch(this['_checkSuggestionCorrectness'](_0x5ae62b,_0x27a3ff,_0x41a8d6,_0x275f52),this[_0x2084('0xbb')][_0x2084('0x1c')](_0x5ae62b)){case _0x2084('0xf3'):this[_0x2084('0xb5')](_0x4ec42d)['then'](_0x1034b1=>{let _0x5a7d6d=Promise[_0x2084('0x44')]();_0x1034b1[_0x2084('0x62')]&&(_0x5a7d6d=this[_0x2084('0xc8')][_0x2084('0x9')]({'channelId':this['editor']['config']['get'](_0x2084('0x97')),'threadId':_0x4ec42d})),_0x5a7d6d[_0x2084('0xae')](()=>{this[_0x2084('0x78')](_0x1034b1)[_0x2084('0x61')]=!0x0;});}),this[_0x2084('0xbb')][_0x2084('0xf')](_0x5ae62b,_0x2084('0x81'));break;case _0x2084('0xf4'):this[_0x2084('0xe1')](_0x4ec42d,{'state':_0x2084('0xa7')});case _0x2084('0x4f'):this[_0x2084('0xbb')]['set'](_0x5ae62b,_0x2084('0xca')),this['fire'](_0x2084('0xe4'),_0x5ae62b);break;case _0x2084('0xca'):this[_0x2084('0x50')](_0x2084('0xf8'),_0x5ae62b);}_0x5ae62b['addMarkerName'](_0x1cbb67),this['_refreshSuggestionsChain'](_0x5ae62b);}['_refreshSuggestionsChain'](_0x59ef73){if(_0x59ef73[_0x2084('0x77')])return;let _0x57ea54=!0x0,_0x3c803b=!0x0;for(const _0x538d32 of this[_0x2084('0xef')]()){if(_0x538d32[_0x2084('0x77')])continue;if(_0x538d32==_0x59ef73||!_0x538d32[_0x2084('0x117')])continue;if(_0x538d32[_0x2084('0x5d')]['id']!=_0x59ef73[_0x2084('0x5d')]['id'])continue;const _0xc08ca4=this[_0x2084('0x41')][_0x2084('0x70')](_0x59ef73[_0x2084('0x63')],_0x59ef73[_0x2084('0x128')],_0x2084('0x4c')),_0xa81821=this[_0x2084('0x41')][_0x2084('0x70')](_0x538d32[_0x2084('0x63')],_0x538d32['subType'],_0x2084('0x4c')),_0x338ae8=_0xc08ca4(_0x59ef73,_0x538d32),_0x338280=_0xa81821(_0x59ef73,_0x538d32);_0x338ae8&&_0x338280&&(_0x338ae8[0x1][_0x2084('0x10f')]&&_0x338ae8[0x1][_0x2084('0x10f')][_0x2084('0x9b')]||(_0x338ae8[0x0][_0x2084('0xed')]=_0x338ae8[0x1],_0x338ae8[0x1][_0x2084('0x7a')]=_0x338ae8[0x0],_0x338ae8[0x0]==_0x59ef73?_0x3c803b=!0x1:_0x57ea54=!0x1));}_0x59ef73[_0x2084('0x7a')]&&_0x57ea54&&(_0x59ef73['previous'][_0x2084('0xed')]=null,_0x59ef73['previous']=null),_0x59ef73[_0x2084('0xed')]&&_0x3c803b&&(_0x59ef73[_0x2084('0xed')]['previous']=null,_0x59ef73[_0x2084('0xed')]=null);}[_0x2084('0x6')](_0x104d18){for(const _0x152b99 of this['_suggestions'][_0x2084('0x37')]()){if(_0x152b99==_0x104d18||!_0x152b99[_0x2084('0x117')])continue;if(_0x152b99[_0x2084('0x63')]!=_0x104d18[_0x2084('0x63')]||_0x152b99['author']['id']!=_0x104d18[_0x2084('0x5d')]['id']||_0x152b99[_0x2084('0x128')]!=_0x104d18[_0x2084('0x128')])continue;const _0x4d1a1c=this[_0x2084('0x41')][_0x2084('0x70')](_0x104d18[_0x2084('0x63')],_0x104d18[_0x2084('0x128')],_0x2084('0xfa'));if(_0x4d1a1c(_0x152b99[_0x2084('0xc4')](),_0x104d18[_0x2084('0xc4')]())){if(_0x104d18['commentThread']&&_0x104d18['commentThread'][_0x2084('0x9b')])continue;return this[_0x2084('0x75')](_0x152b99,_0x104d18),!0x0;}if(_0x4d1a1c(_0x104d18[_0x2084('0xc4')](),_0x152b99[_0x2084('0xc4')]())){if(_0x152b99[_0x2084('0x10f')]&&_0x152b99[_0x2084('0x10f')]['length'])continue;return this[_0x2084('0x75')](_0x104d18,_0x152b99),!0x0;}}return!0x1;}[_0x2084('0x75')](_0x1c7bba,_0x1643b7){if(_0x1c7bba['isMultiRange'])for(const _0x53486a of _0x1643b7[_0x2084('0xc4')]())_0x1c7bba[_0x2084('0x5e')](_0x53486a);else{const _0x43d86b=_0x1643b7[_0x2084('0x79')]()[_0x2084('0x2f')];this[_0x2084('0x118')](_0x1c7bba,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x1c7bba[_0x2084('0x79')]()[_0x2084('0x29')],_0x43d86b));}_0x1643b7[_0x2084('0x57')]();}}_0x52747c(d,_0x5cb8bb);class kt{constructor(_0x688777){this[_0x2084('0x20')]=_0x688777,this['_model']=_0x688777['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this[_0x2084('0xea')]();}[_0x2084('0x65')](_0x3af404,_0x2db8a8,_0x4ae6a0,_0x288462,_0x2322cf){return new _0x4f381c(this[_0x2084('0x7f')],{'type':_0x3af404,'subType':_0x2db8a8,'id':_0x4ae6a0,'author':_0x288462,'onAttributesChange':_0x2322cf,'onAccept':(..._0x5ee66b)=>this[_0x2084('0x70')](_0x3af404,_0x2db8a8,_0x2084('0xc7'))(..._0x5ee66b),'onDiscard':(..._0x46ac17)=>this[_0x2084('0x70')](_0x3af404,_0x2db8a8,'discard')(..._0x46ac17)});}['registerCustomCallback'](_0x296857,_0x5bc991,_0x26537a,_0x5effd0){const _0x545427=_0x296857+':'+_0x5bc991+':'+_0x26537a;this[_0x2084('0xe0')][_0x2084('0xf')](_0x545427,_0x5effd0);}['getSuggestionCallback'](_0x409c26,_0x5347e1,_0x2e2543){const _0x28b647=_0x409c26+':'+_0x5347e1+':'+_0x2e2543;return this[_0x2084('0xe0')][_0x2084('0x1c')](_0x28b647)||this['_defaultCallbacks'][_0x2084('0x1c')](_0x409c26+':'+_0x2e2543);}[_0x2084('0xea')](){const _0x5c75b5=()=>{},_0x172fee=_0x6e1fe6=>{_0x6e1fe6[_0x2084('0xcc')]((_0x143407,_0x1d6cd0)=>_0x143407['start']['isBefore'](_0x1d6cd0[_0x2084('0x29')])?0x1:-0x1),this[_0x2084('0x7f')][_0x2084('0x54')](_0x30fbf7=>{for(const _0x5b94a0 of _0x6e1fe6){let _0xe53778;_0xe53778=_0x5b94a0[_0x2084('0x2f')][_0x2084('0xf5')]&&_0x5b94a0['end']['parent']==_0x5b94a0[_0x2084('0x29')][_0x2084('0x82')]?_0x30fbf7['createSelection'](_0x5b94a0['start']['nodeAfter'],'on'):_0x30fbf7['createSelection'](_0x5b94a0),this[_0x2084('0x7f')][_0x2084('0x0')](_0xe53778,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5449d1=(_0x2718a7,_0x2f48c9)=>{this[_0x2084('0x7f')]['change'](_0x2c9c62=>{const {commandName:_0x2d9ed9,commandParams:_0x59ad87=[]}=_0x2f48c9,_0x42a688=_0x2718a7[0x0];if(_0x2084('0x100')==_0x42a688[_0x2084('0x108')][_0x2084('0x125')])return;const _0x37dbcf=Array[_0x2084('0x25')](this[_0x2084('0x7f')][_0x2084('0xf6')][_0x2084('0x124')][_0x2084('0xc4')]())[_0x2084('0x7e')](_0x478315=>_0x184ebb[_0x2084('0xff')](_0x478315));yt(_0x42a688)?_0x2c9c62[_0x2084('0xb')](this[_0x2084('0x7f')]['createRange'](_0x42a688[_0x2084('0x2f')])):_0x2c9c62['setSelection'](_0x42a688);for(const _0x4823dc of this[_0x2084('0x20')]['commands'][_0x2084('0xd2')]())_0x4823dc[_0x2084('0x88')]();_0x59ad87['push']({'forceDefaultExecution':!0x0}),this['_editor'][_0x2084('0xd8')](_0x2d9ed9,..._0x59ad87);const _0x51a72f=_0x37dbcf[_0x2084('0xbe')](_0x3ae4f=>_0x2084('0x100')!=_0x3ae4f[_0x2084('0x108')]['rootName']);_0x51a72f[_0x2084('0x9b')]>0x0&&_0x2c9c62[_0x2084('0xb')](_0x51a72f);for(const _0x5b6fef of _0x37dbcf)_0x5b6fef['detach']();});},_0x1e7c3c=(_0xda6d49,_0x3501a3)=>0x1==_0xda6d49[_0x2084('0x9b')]&&0x1==_0x3501a3[_0x2084('0x9b')]&&_0xda6d49[0x0]['end'][_0x2084('0x110')](_0x3501a3[0x0][_0x2084('0x29')]),_0x13af01=(_0xa5776d,_0x57f5cc)=>Dt(_0xa5776d,_0x57f5cc,this[_0x2084('0x7f')])?[_0xa5776d,_0x57f5cc]:Dt(_0x57f5cc,_0xa5776d,this[_0x2084('0x7f')])?[_0x57f5cc,_0xa5776d]:null;this['_defaultCallbacks'][_0x2084('0xf')](_0x2084('0x69'),_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x39'),_0x172fee),this[_0x2084('0xab')][_0x2084('0xf')]('insertion:join',_0x1e7c3c),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x2b'),_0x13af01),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x1b'),_0x172fee),this[_0x2084('0xab')][_0x2084('0xf')]('deletion:discard',_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')]('deletion:join',_0x1e7c3c),this[_0x2084('0xab')]['set'](_0x2084('0x51'),_0x13af01),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x6e'),_0x5449d1),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x22'),_0x5c75b5),this[_0x2084('0xab')]['set'](_0x2084('0x9f'),_0x1e7c3c),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x7c'),_0x5c75b5),this['_defaultCallbacks'][_0x2084('0xf')]('formatBlock:accept',_0x5449d1),this[_0x2084('0xab')]['set']('formatBlock:discard',_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')]('formatBlock:join',_0x1e7c3c),this['_defaultCallbacks'][_0x2084('0xf')](_0x2084('0x71'),_0x5c75b5);}}function wt(_0x5a932d,_0x3ab733,_0x6b6d31){for(const _0x868932 of _0x3ab733['parent'][_0x2084('0x5')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x868932['root']==_0x868932)return!0x1;if(!_0x6b6d31['containsItem'](_0x868932))return!0x1;if(_0x5a932d[_0x2084('0x7d')](_0x868932)||_0x5a932d[_0x2084('0x95')](_0x868932))return!0x0;}}function yt(_0x2294b5){return _0x2294b5[_0x2084('0x2f')]['parent']==_0x2294b5[_0x2084('0x29')]['nodeAfter']&&_0x2294b5[_0x2084('0x2f')]['isAtStart'];}function bt(_0x5991e5,_0x55cc47,_0x175a03,_0x328cfe){const _0x585d3e=_0x1449a2=>!_0x1449a2['item']['is']('textProxy')&&!_0x328cfe['isObject'](_0x1449a2[_0x2084('0xe')]),_0x377a79=_0x5991e5[_0x2084('0x29')][_0x2084('0xf0')](_0x585d3e),_0x299e29=_0x5991e5[_0x2084('0x2f')][_0x2084('0xf0')](_0x585d3e,{'direction':'backward'});return(!_0x5991e5[_0x2084('0x29')]['isEqual'](_0x377a79)||!_0x5991e5[_0x2084('0x2f')][_0x2084('0x110')](_0x299e29))&&(_0x377a79['isBefore'](_0x299e29)?_0x175a03[_0x2084('0x2c')](_0x55cc47,{'range':_0x175a03['createRange'](_0x377a79,_0x299e29)}):_0x175a03['removeMarker'](_0x55cc47),!0x0);}function St(_0x468fbc){return _0x252d75(_0x468fbc);}function It(_0x883423){const _0x46ce64=_0x883423[_0x2084('0x29')][_0x2084('0x82')];return _0x46ce64&&_0x46ce64['is'](_0x2084('0x112'));}function vt(_0x4b1cf5,_0x4a994a){const _0x45d8fd=_0x4a994a[_0x2084('0x8a')][_0x2084('0x7d')](_0x4b1cf5)||_0x4a994a['schema'][_0x2084('0x1')](_0x4b1cf5);return _0x4a994a[_0x2084('0x9a')](_0x4a994a['createPositionAt'](_0x4b1cf5,_0x2084('0x123')),_0x45d8fd?_0x4a994a['createPositionAfter'](_0x4b1cf5):_0x4a994a[_0x2084('0x92')](_0x4b1cf5,_0x2084('0x2f')));}function Dt(_0x2c66e8,_0x48b6ac,_0x329231){const _0x3147b3=_0x2c66e8[_0x2084('0x79')](),_0x444f6b=_0x48b6ac[_0x2084('0x79')]();if(_0x3147b3[_0x2084('0x2f')][_0x2084('0x110')](_0x444f6b[_0x2084('0x29')]))return!0x0;if(_0x2c66e8[_0x2084('0x63')]!=_0x48b6ac['type'])return!0x1;if(!_0x3147b3[_0x2084('0x2f')][_0x2084('0x46')](_0x444f6b[_0x2084('0x29')]))return!0x1;const _0xed42ed=_0x329231[_0x2084('0x9a')](_0x3147b3['end'],_0x444f6b[_0x2084('0x29')])[_0x2084('0x10a')]();for(const _0x23b8e3 of _0xed42ed)if([_0x2084('0x91'),_0x2084('0x9d')]['includes'](_0x23b8e3[_0x2084('0x63')])&&_0x329231[_0x2084('0x8a')][_0x2084('0x95')](_0x23b8e3[_0x2084('0xe')]))return!0x1;return!0x0;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1ba3=['_createUIButton','change:previous','getRange','_disableComments','_viewToController','discardSuggestion','comments.maxThreadTotalWeight','reduce','actionView','PENDING_ACTION_SUGGESTION','PendingActions','isMultiRange','toMany','values','buttonView','head','getSuggestion','commands','source','destroy','Discard\x20all\x20suggestions','config','getAllAdjacentSuggestions','locale','createCommentThreadController','push','trackChanges.disableComments','_debouncedHandlers','getContainedElement','get','_updateController','requires','commentThread','unbind','change:isDirty','define','plugins','_destroyController','TrackChangesEditing','comments','filter','acceptAllSuggestions','some','from','_suggestionToController','suggestionUnloaded','set','acceptSuggestion','hasSuggestion','arrowView','suggestion-','discardSelectedSuggestions','remove','length','Accept\x20all\x20selected\x20suggestions','descriptionParts','model','Annotations','_descriptionFactory','map','SuggestionThreadView','type','CommentView','change:activeAnnotations','getJoined','componentFactory','view','addSourceCollector','CommentsRepository','getByInnerView','isInContent','comments.maxCommentCharsWhenCollapsed','lowest','clear','acceptSelectedSuggestions','bind','isOn','TrackChangesUI','getRanges','cancel','comments.maxCommentsWhenCollapsed','switchbutton','keys','createAnnotation','_initializeController','separator','add','refreshSelectedViews','trackChanges.SuggestionThreadView','value','editing','listenTo','Discard\x20all\x20selected\x20suggestions','isEnabled','trackChanges','Track\x20changes','editor','pluginName','toViewElement','focus','EditorAnnotations','suggestionLoaded','delete','button','has','activeMarkers','commandName','previous'];(function(_0x3c00bd,_0x1ba3b9){const _0x5d3cdb=function(_0x137282){while(--_0x137282){_0x3c00bd['push'](_0x3c00bd['shift']());}};_0x5d3cdb(++_0x1ba3b9);}(_0x1ba3,0x160));const _0x5d3c=function(_0x3c00bd,_0x1ba3b9){_0x3c00bd=_0x3c00bd-0x0;let _0x5d3cdb=_0x1ba3[_0x3c00bd];return _0x5d3cdb;};import{Plugin as _0x5a479b}from'ckeditor5/src/core';import{Collection as _0x313930}from'ckeditor5/src/utils';import{Model as _0x1d2067,SplitButtonView as _0x41a99c,createDropdown as _0x147936,addListToDropdown as _0x4487f7}from'ckeditor5/src/ui';import{Users as _0x2478e6,getDateTimeFormatter as _0x47490d,getMarkerDomElement as _0x1087df}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x31062d}from'lodash-es';import _0x4d5edd from'./trackchangesediting';import _0x379cfd from'./ui/suggestioncontroller';import _0xd0e20d from'./ui/view/suggestionthreadview';import{getTranslation as _0x467748}from'./utils/common-translations';import _0x58d7bf from'../theme/icons/track-changes.svg';export default class m extends _0x5a479b{static get[_0x5d3c('0x3')](){return[_0x4d5edd,_0x2478e6,_0x5d3c('0x28'),'Annotations',_0x5d3c('0x48')];}static get[_0x5d3c('0x45')](){return _0x5d3c('0x31');}constructor(_0x2a3990){super(_0x2a3990),this['_suggestionToController']=new Map(),this[_0x5d3c('0x54')]=new Map(),this['_debouncedHandlers']=new Map();const _0x772a97=this['editor']['config'];_0x772a97['define'](_0x5d3c('0x3c'),_0xd0e20d),_0x772a97[_0x5d3c('0x7')](_0x5d3c('0x6a'),!0x1),this[_0x5d3c('0x53')]=_0x772a97[_0x5d3c('0x1')]('trackChanges.disableComments');}['init'](){const _0x360c4a=this[_0x5d3c('0x44')],_0x28bbaf=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x4d5edd),_0x4e653c=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')]('Annotations'),_0x4a59b6=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')]('EditorAnnotations'),_0x572138=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x5d3c('0x28'));_0x360c4a['ui'][_0x5d3c('0x25')][_0x5d3c('0x3a')](_0x5d3c('0x42'),_0x21db2e=>this[_0x5d3c('0x50')](_0x21db2e)),_0x4a59b6[_0x5d3c('0x27')](()=>{const _0x4ec843=[];for(const [_0x176194,_0x49d29a]of Array[_0x5d3c('0xf')](this[_0x5d3c('0x10')])){const _0x500f7c=_0x176194[_0x5d3c('0x66')](),_0xc33e03=[];for(const _0x502f5b of _0x500f7c){if(!_0x502f5b[_0x5d3c('0x2a')])continue;if(_0x502f5b[_0x5d3c('0x5b')]){_0xc33e03['push'](..._0x502f5b[_0x5d3c('0x32')]());continue;}const _0x5822f3=_0x502f5b['getFirstRange']();if(_0xc33e03['length']>0x0){const _0x48bd29=_0xc33e03[0x0][_0x5d3c('0x24')](_0x5822f3);if(_0x48bd29){_0xc33e03[0x0]=_0x48bd29;continue;}}_0xc33e03['push'](_0x5822f3);}_0x4ec843['push']([_0x49d29a['view'],_0xc33e03]);}return _0x4ec843;}),this[_0x5d3c('0x3f')](_0x28bbaf,_0x5d3c('0x49'),(_0x547de4,_0x2135a2)=>{let _0x175c12=!0x1;const _0x62b98d=_0x31062d(_0x41833c=>{_0x175c12||_0x41833c?_0x175c12&&_0x41833c&&(this['_destroyController'](_0x2135a2),_0x4a59b6[_0x5d3c('0x3b')](),_0x175c12=!0x1):(this[_0x5d3c('0x38')](_0x2135a2),_0x4a59b6[_0x5d3c('0x3b')](),_0x175c12=!0x0);},0xa);this[_0x5d3c('0x6b')][_0x5d3c('0x12')](_0x2135a2,_0x62b98d),this[_0x5d3c('0x3f')](_0x2135a2,_0x5d3c('0x51'),(_0x503896,_0x57f34e,_0x354aef,_0x208ff9)=>{_0x2135a2[_0x5d3c('0x2a')]&&(null==_0x354aef?(this[_0x5d3c('0x2')](_0x208ff9['head']),_0x62b98d(!0x1)):(this[_0x5d3c('0x2')](_0x354aef[_0x5d3c('0x5f')]),_0x62b98d(!0x0)));}),null===_0x2135a2[_0x5d3c('0x4f')]?_0x62b98d(!0x1):this[_0x5d3c('0x2')](_0x2135a2[_0x5d3c('0x5f')]);}),this[_0x5d3c('0x3f')](_0x28bbaf,_0x5d3c('0x11'),(_0x619bee,_0x1a9e10,_0x5a4407)=>{this['stopListening'](_0x1a9e10,_0x5d3c('0x51')),this['_debouncedHandlers'][_0x5d3c('0x1')](_0x1a9e10)['cancel'](),this['_debouncedHandlers']['delete'](_0x1a9e10);const _0x3bedfd=_0x5a4407?_0x5a4407[_0x5d3c('0x5f')]:_0x1a9e10,_0x5077aa=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x3bedfd);null!==_0x5a4407&&this[_0x5d3c('0x2')](_0x3bedfd),null===_0x5a4407&&_0x5077aa&&this['_destroyController'](_0x1a9e10);}),this[_0x5d3c('0x3f')](_0x28bbaf,'suggestionChanged',(_0x2bfbbf,_0x2d6564)=>{this[_0x5d3c('0x2')](_0x2d6564);}),this['listenTo'](_0x4e653c,_0x5d3c('0x23'),(_0x2e970b,_0x56196c,_0x12efdc)=>{const _0x4f9e3a=Array[_0x5d3c('0xf')](_0x12efdc,_0xeec928=>_0xeec928['innerView'])[_0x5d3c('0xc')](_0x22a56e=>this[_0x5d3c('0x54')][_0x5d3c('0x4c')](_0x22a56e)),_0x45dd3a=[];for(const _0x30d67a of _0x4f9e3a){const _0x66606c=this[_0x5d3c('0x54')][_0x5d3c('0x1')](_0x30d67a)[_0x5d3c('0x1c')][_0x5d3c('0x66')]();_0x45dd3a[_0x5d3c('0x69')](..._0x66606c[_0x5d3c('0x57')]((_0x2a5bf1,_0x269680)=>[..._0x2a5bf1,..._0x269680['getMarkerNames']()],[]));}_0x28bbaf[_0x5d3c('0x4d')]=_0x45dd3a;}),this['listenTo'](_0x572138,'addComment',(_0x253fc4,{threadId:_0x421398,isFromAdapter:_0x3d48aa})=>{if(_0x3d48aa||!_0x28bbaf[_0x5d3c('0x14')](_0x421398))return;const _0x27eda1=_0x28bbaf[_0x5d3c('0x60')](_0x421398);this[_0x5d3c('0x10')]['get'](_0x27eda1)[_0x5d3c('0x26')][_0x5d3c('0x47')]();},{'priority':_0x5d3c('0x2c')});}[_0x5d3c('0x50')](_0x3a8dd8){const _0x4c95b7=_0x147936(_0x3a8dd8,_0x41a99c),_0x2ca5cf=this['editor'][_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5d3c('0x42')),_0x2d08b6=_0x467748(_0x3a8dd8,_0x5d3c('0x43'));_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x12')]({'tooltip':_0x2d08b6,'label':_0x2d08b6,'icon':_0x58d7bf}),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x2f')](_0x5d3c('0x30'))['to'](_0x2ca5cf,_0x5d3c('0x3d')),_0x4c95b7[_0x5d3c('0x5e')]['on']('execute',()=>_0x2ca5cf['execute']());const _0x11066d=new _0x313930(),_0x1fcb3f=[{'type':_0x5d3c('0x35'),'model':{'withText':!0x0,'label':_0x2d08b6,'commandName':'trackChanges'}},{'type':_0x5d3c('0x39')},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,'Accept\x20all\x20suggestions'),'commandName':_0x5d3c('0xd')}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x1a')),'commandName':_0x5d3c('0x2e')}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x64')),'commandName':'discardAllSuggestions'}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x40')),'commandName':_0x5d3c('0x17')}}];for(const _0x2b979e of _0x1fcb3f){const _0x39c1c9={'type':_0x2b979e['type']};if(_0x2b979e[_0x5d3c('0x1c')]){const _0x3a614e=new _0x1d2067(_0x2b979e[_0x5d3c('0x1c')]),_0x2566df=this[_0x5d3c('0x44')]['commands'][_0x5d3c('0x1')](_0x3a614e[_0x5d3c('0x4e')]);_0x3a614e['bind']('isOn',_0x5d3c('0x41'))['to'](_0x2566df,_0x5d3c('0x3d'),_0x5d3c('0x41')),_0x39c1c9['model']=_0x3a614e;}_0x11066d[_0x5d3c('0x3a')](_0x39c1c9);}_0x4487f7(_0x4c95b7,_0x11066d);const _0x157cd8=_0x1fcb3f[_0x5d3c('0xc')](_0x2f0dff=>null!=_0x2f0dff[_0x5d3c('0x1c')])[_0x5d3c('0x1f')](_0x5c3ce9=>this[_0x5d3c('0x44')][_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5c3ce9[_0x5d3c('0x1c')][_0x5d3c('0x4e')]));return _0x4c95b7[_0x5d3c('0x5e')]['actionView'][_0x5d3c('0x5')](_0x5d3c('0x41')),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x15')][_0x5d3c('0x5')](_0x5d3c('0x41')),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x58')]['bind'](_0x5d3c('0x41'))['to'](_0x2ca5cf,'isEnabled'),_0x4c95b7['buttonView']['arrowView'][_0x5d3c('0x2f')](_0x5d3c('0x41'))[_0x5d3c('0x5c')](_0x157cd8,_0x5d3c('0x41'),(..._0x391aa7)=>_0x391aa7[_0x5d3c('0xe')](_0x2f7c70=>_0x2f7c70)),_0x4c95b7['on']('execute',_0x1c7a7c=>this[_0x5d3c('0x44')]['execute'](_0x1c7a7c[_0x5d3c('0x62')][_0x5d3c('0x4e')])),_0x4c95b7;}['_initializeController'](_0x2fa742){const _0x12aae4=this[_0x5d3c('0x44')],_0x62b861=_0x12aae4[_0x5d3c('0x65')],_0xaffb4e=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x5d3c('0x1d')),_0x3b8dd0=_0x12aae4[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x5d3c('0x28')),_0x583c74=_0x2fa742[_0x5d3c('0x66')]()['filter'](_0x202d09=>_0x202d09['isInContent']),_0x49e575=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x2478e6)['me'],_0x3c601e=_0x12aae4[_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5d3c('0x13')),_0x1d4d4e=_0x12aae4['commands'][_0x5d3c('0x1')](_0x5d3c('0x55')),_0x1c1ef6=_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x42'))[_0x5d3c('0x20')],{CommentsListView:_0x5edcf9,CommentThreadInputView:_0x26eadc}=_0x12aae4[_0x5d3c('0x8')][_0x5d3c('0x1')]('CommentsUI'),_0xcb0ef4=new _0x1c1ef6(_0x12aae4[_0x5d3c('0x67')],_0x2fa742,_0x49e575,{'disableComments':this[_0x5d3c('0x53')],'editorConfig':_0x62b861[_0x5d3c('0x1')]('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x34')),'maxThreadTotalWeight':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x56')),'maxCommentCharsWhenCollapsed':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x2b')),'formatDateTime':_0x47490d(_0x62b861['get'](_0x5d3c('0x67'))),'CommentView':_0x62b861['get'](_0x5d3c('0xb'))[_0x5d3c('0x22')],'CommentsListView':_0x5edcf9,'CommentThreadInputView':_0x26eadc}),_0x9dc1bc=_0x3b8dd0[_0x5d3c('0x68')](_0x2fa742[_0x5d3c('0x4')],_0xcb0ef4),_0x4b07b2=new _0x379cfd(_0x2fa742,_0xcb0ef4,_0x3c601e,_0x1d4d4e,_0x9dc1bc);_0xcb0ef4[_0x5d3c('0x1b')]=_0x12aae4[_0x5d3c('0x8')]['get'](_0x5d3c('0xa'))[_0x5d3c('0x1e')]['getDescriptions'](_0x583c74),this['_suggestionToController'][_0x5d3c('0x12')](_0x2fa742,_0x4b07b2),this['_viewToController'][_0x5d3c('0x12')](_0xcb0ef4,_0x4b07b2);const _0x2feceb=_0xaffb4e['createAnnotationView'](this[_0x5d3c('0x44')][_0x5d3c('0x67')],_0xcb0ef4);_0x2feceb[_0x5d3c('0x2f')]('isDirty')['to'](_0xcb0ef4,'isDirty'),_0x2feceb['bind'](_0x5d3c('0x19'))['to'](_0xcb0ef4),_0x2feceb[_0x5d3c('0x2f')](_0x5d3c('0x21'))['to'](_0xcb0ef4,_0x5d3c('0x21'),_0x36240a=>'suggestion-'+_0x36240a);const _0x18653e=_0xaffb4e[_0x5d3c('0x37')]({'view':_0x2feceb,'target':()=>{const _0x38e41b=_0x583c74[0x0]['getFirstMarker']();if(!_0x38e41b)return null;const _0x8826a3=_0x38e41b[_0x5d3c('0x52')]()[_0x5d3c('0x0')]();return _0x8826a3&&!_0x12aae4[_0x5d3c('0x3e')]['mapper'][_0x5d3c('0x46')](_0x8826a3)?null:_0x1087df(_0x12aae4['editing'],_0x38e41b)||null;},'type':()=>_0x5d3c('0x16')+_0x4b07b2['view'][_0x5d3c('0x21')]});_0xaffb4e[_0x5d3c('0x3a')](_0x18653e);const _0x12f657=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x5d3c('0x5a'));let _0x11ae6a;_0xcb0ef4['on'](_0x5d3c('0x6'),(_0x33028e,_0x504695,_0x9e3b31)=>{_0x9e3b31?_0x11ae6a=_0x12f657[_0x5d3c('0x3a')](_0x467748(this[_0x5d3c('0x44')][_0x5d3c('0x67')],_0x5d3c('0x59'))):(_0x12f657[_0x5d3c('0x18')](_0x11ae6a),_0x11ae6a=null);});}['_destroyController'](_0x3a5d7c){const _0x5564b3=this['editor'][_0x5d3c('0x8')]['get']('Annotations'),_0x3eefb3=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x3a5d7c),_0x69112a=_0x3eefb3['view'],_0x58e1a8=_0x5564b3[_0x5d3c('0x29')](_0x69112a);_0x58e1a8&&_0x5564b3[_0x5d3c('0x18')](_0x58e1a8),this[_0x5d3c('0x10')][_0x5d3c('0x4a')](_0x3a5d7c),this[_0x5d3c('0x54')]['delete'](_0x69112a),_0x3eefb3[_0x5d3c('0x63')](),_0x69112a[_0x5d3c('0x63')]();}[_0x5d3c('0x2')](_0x57e762){if(!_0x57e762[_0x5d3c('0x2a')]||!this[_0x5d3c('0x10')][_0x5d3c('0x4c')](_0x57e762))return;const _0x52e6af=this[_0x5d3c('0x44')][_0x5d3c('0x8')]['get'](_0x5d3c('0xa')),_0x289c98=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x57e762),_0x26d4b4=_0x57e762[_0x5d3c('0x66')]();_0x289c98[_0x5d3c('0x26')][_0x5d3c('0x1b')]=_0x52e6af[_0x5d3c('0x1e')]['getDescriptions'](_0x26d4b4);}[_0x5d3c('0x63')](){super[_0x5d3c('0x63')]();for(const _0x334f8d of this[_0x5d3c('0x10')][_0x5d3c('0x36')]())this[_0x5d3c('0x9')](_0x334f8d);for(const _0x449199 of this[_0x5d3c('0x6b')][_0x5d3c('0x5d')]())_0x449199[_0x5d3c('0x33')]();this[_0x5d3c('0x6b')][_0x5d3c('0x2d')]();}}
|
|
23
|
+
const _0x1cda=['Discard\x20all\x20suggestions','execute','getSuggestion','button','PENDING_ACTION_SUGGESTION','separator','arrowView','comments.maxCommentCharsWhenCollapsed','listenTo','clear','_initializeController','commands','isMultiRange','locale','getFirstMarker','PendingActions','set','isDirty','filter','lowest','type','_disableComments','stopListening','suggestionUnloaded','getByInnerView','add','createAnnotation','map','acceptAllSuggestions','toMany','TrackChangesEditing','TrackChangesUI','trackChanges.disableComments','unbind','cancel','getRanges','refreshSelectedViews','getDescriptions','discardSelectedSuggestions','focus','values','model','editor','keys','Track\x20changes','_viewToController','CommentsRepository','createAnnotationView','getContainedElement','config','toViewElement','change:activeAnnotations','_debouncedHandlers','acceptSelectedSuggestions','acceptButton','init','bind','getMarkerNames','previous','define','EditorAnnotations','plugins','suggestion-','getAllAdjacentSuggestions','trackChanges','suggestionChanged','view','_createUIButton','addComment','push','get','getJoined','createCommentThreadController','_suggestionToController','discardButton','editing','remove','SuggestionThreadView','from','CommentView','discardSuggestion','componentFactory','source','requires','buttonView','switchbutton','reduce','_updateController','destroy','commandName','descriptionParts','actionView','Accept\x20all\x20suggestions','Annotations','_descriptionFactory','isEnabled','innerView','length','comments.editorConfig','Discard\x20all\x20selected\x20suggestions','isOn','delete','isInContent','pluginName','_destroyController','discardAllSuggestions','comments.maxCommentsWhenCollapsed','getFirstRange','comments.maxThreadTotalWeight','head','change:previous'];(function(_0x195f14,_0x1cdaf7){const _0x4f2108=function(_0x587223){while(--_0x587223){_0x195f14['push'](_0x195f14['shift']());}};_0x4f2108(++_0x1cdaf7);}(_0x1cda,0xce));const _0x4f21=function(_0x195f14,_0x1cdaf7){_0x195f14=_0x195f14-0x0;let _0x4f2108=_0x1cda[_0x195f14];return _0x4f2108;};import{Plugin as _0x1a8d12}from'ckeditor5/src/core';import{Collection as _0x1a6054}from'ckeditor5/src/utils';import{Model as _0x323087,SplitButtonView as _0x47c7ec,createDropdown as _0x446e91,addListToDropdown as _0x18a524}from'ckeditor5/src/ui';import{Users as _0x26d887,getDateTimeFormatter as _0x15a49d,getMarkerDomElement as _0x449d58}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x5c3d0e}from'lodash-es';import _0x52e981 from'./trackchangesediting';import _0x308914 from'./ui/suggestioncontroller';import _0x23cf01 from'./ui/view/suggestionthreadview';import{getTranslation as _0x100ecd}from'./utils/common-translations';import _0x12f5bc from'../theme/icons/track-changes.svg';export default class m extends _0x1a8d12{static get[_0x4f21('0x63')](){return[_0x52e981,_0x26d887,_0x4f21('0x3e'),_0x4f21('0x6d'),_0x4f21('0x4c')];}static get[_0x4f21('0x8')](){return _0x4f21('0x2f');}constructor(_0xa5c55a){super(_0xa5c55a),this[_0x4f21('0x59')]=new Map(),this[_0x4f21('0x3d')]=new Map(),this[_0x4f21('0x44')]=new Map();const _0x2acd3a=this[_0x4f21('0x3a')][_0x4f21('0x41')];_0x2acd3a['define']('trackChanges.SuggestionThreadView',_0x23cf01),_0x2acd3a[_0x4f21('0x4b')](_0x4f21('0x30'),!0x1),this[_0x4f21('0x25')]=_0x2acd3a['get']('trackChanges.disableComments');}[_0x4f21('0x47')](){const _0x363f19=this[_0x4f21('0x3a')],_0x32821a=_0x363f19[_0x4f21('0x4d')][_0x4f21('0x56')](_0x52e981),_0x5cd531=_0x363f19[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x6d')),_0x13f299=_0x363f19['plugins']['get']('EditorAnnotations'),_0x482e69=_0x363f19[_0x4f21('0x4d')]['get']('CommentsRepository');_0x363f19['ui'][_0x4f21('0x61')][_0x4f21('0x29')](_0x4f21('0x50'),_0x4ae790=>this[_0x4f21('0x53')](_0x4ae790)),_0x13f299['addSourceCollector'](()=>{const _0x17f356=[];for(const [_0x3ab0f0,_0x51f4f2]of Array[_0x4f21('0x5e')](this[_0x4f21('0x59')])){const _0x4e45a2=_0x3ab0f0[_0x4f21('0x4f')](),_0x53d915=[];for(const _0x287b89 of _0x4e45a2){if(!_0x287b89[_0x4f21('0x7')])continue;if(_0x287b89[_0x4f21('0x1c')]){_0x53d915['push'](..._0x287b89[_0x4f21('0x33')]());continue;}const _0x10e9f2=_0x287b89[_0x4f21('0xc')]();if(_0x53d915[_0x4f21('0x2')]>0x0){const _0x23e10c=_0x53d915[0x0][_0x4f21('0x57')](_0x10e9f2);if(_0x23e10c){_0x53d915[0x0]=_0x23e10c;continue;}}_0x53d915[_0x4f21('0x55')](_0x10e9f2);}_0x17f356[_0x4f21('0x55')]([_0x51f4f2[_0x4f21('0x52')],_0x53d915]);}return _0x17f356;}),this['listenTo'](_0x32821a,'suggestionLoaded',(_0x69bd49,_0x12d567)=>{let _0x1d54e9=!0x1;const _0x4d08a9=_0x5c3d0e(_0x59359e=>{_0x1d54e9||_0x59359e?_0x1d54e9&&_0x59359e&&(this[_0x4f21('0x9')](_0x12d567),_0x13f299[_0x4f21('0x34')](),_0x1d54e9=!0x1):(this[_0x4f21('0x1a')](_0x12d567),_0x13f299[_0x4f21('0x34')](),_0x1d54e9=!0x0);},0xa);this['_debouncedHandlers'][_0x4f21('0x20')](_0x12d567,_0x4d08a9),this[_0x4f21('0x18')](_0x12d567,_0x4f21('0xf'),(_0x947580,_0x602dd9,_0x5bf03c,_0x4db7d3)=>{_0x12d567[_0x4f21('0x7')]&&(null==_0x5bf03c?(this[_0x4f21('0x67')](_0x4db7d3[_0x4f21('0xe')]),_0x4d08a9(!0x1)):(this[_0x4f21('0x67')](_0x5bf03c[_0x4f21('0xe')]),_0x4d08a9(!0x0)));}),null===_0x12d567[_0x4f21('0x4a')]?_0x4d08a9(!0x1):this[_0x4f21('0x67')](_0x12d567[_0x4f21('0xe')]);}),this['listenTo'](_0x32821a,_0x4f21('0x27'),(_0x5b2f23,_0x2cf19d,_0x46b785)=>{this[_0x4f21('0x26')](_0x2cf19d,_0x4f21('0xf')),this[_0x4f21('0x44')][_0x4f21('0x56')](_0x2cf19d)[_0x4f21('0x32')](),this['_debouncedHandlers'][_0x4f21('0x6')](_0x2cf19d);const _0x37105d=_0x46b785?_0x46b785[_0x4f21('0xe')]:_0x2cf19d,_0x902e1a=this[_0x4f21('0x59')][_0x4f21('0x56')](_0x37105d);null!==_0x46b785&&this[_0x4f21('0x67')](_0x37105d),null===_0x46b785&&_0x902e1a&&this['_destroyController'](_0x2cf19d);}),this['listenTo'](_0x32821a,_0x4f21('0x51'),(_0x7812c,_0x10ca56)=>{this[_0x4f21('0x67')](_0x10ca56);}),this[_0x4f21('0x18')](_0x5cd531,_0x4f21('0x43'),(_0x3e1685,_0x2abea7,_0x25f1c7)=>{const _0x3bf741=Array['from'](_0x25f1c7,_0x399b8c=>_0x399b8c[_0x4f21('0x1')])[_0x4f21('0x22')](_0x467bef=>this[_0x4f21('0x3d')]['has'](_0x467bef)),_0x4a8d99=[];for(const _0x157152 of _0x3bf741){const _0x18ef33=this[_0x4f21('0x3d')][_0x4f21('0x56')](_0x157152)[_0x4f21('0x39')]['getAllAdjacentSuggestions']();_0x4a8d99['push'](..._0x18ef33[_0x4f21('0x66')]((_0x5f2c1c,_0x471377)=>[..._0x5f2c1c,..._0x471377[_0x4f21('0x49')]()],[]));}_0x32821a['activeMarkers']=_0x4a8d99;}),this[_0x4f21('0x18')](_0x482e69,_0x4f21('0x54'),(_0xd6f06d,{threadId:_0x1efe83,isFromAdapter:_0x532d70})=>{if(_0x532d70||!_0x32821a['hasSuggestion'](_0x1efe83))return;const _0x3c76ed=_0x32821a[_0x4f21('0x12')](_0x1efe83);this[_0x4f21('0x59')][_0x4f21('0x56')](_0x3c76ed)[_0x4f21('0x52')][_0x4f21('0x37')]();},{'priority':_0x4f21('0x23')});}[_0x4f21('0x53')](_0x2d7434){const _0x333435=_0x446e91(_0x2d7434,_0x47c7ec),_0x4a35ee=this[_0x4f21('0x3a')][_0x4f21('0x1b')][_0x4f21('0x56')](_0x4f21('0x50')),_0x1df064=_0x100ecd(_0x2d7434,_0x4f21('0x3c'));_0x333435[_0x4f21('0x64')][_0x4f21('0x20')]({'tooltip':_0x1df064,'label':_0x1df064,'icon':_0x12f5bc}),_0x333435['buttonView'][_0x4f21('0x48')](_0x4f21('0x5'))['to'](_0x4a35ee,'value'),_0x333435[_0x4f21('0x64')]['on']('execute',()=>{_0x4a35ee[_0x4f21('0x11')](),this['editor'][_0x4f21('0x5b')][_0x4f21('0x52')][_0x4f21('0x37')]();});const _0x3874d6=new _0x1a6054(),_0x514440=[{'type':_0x4f21('0x65'),'model':{'withText':!0x0,'label':_0x1df064,'commandName':'trackChanges'}},{'type':_0x4f21('0x15')},{'type':_0x4f21('0x13'),'model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x6c')),'commandName':_0x4f21('0x2c')}},{'type':'button','model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,'Accept\x20all\x20selected\x20suggestions'),'commandName':_0x4f21('0x45')}},{'type':'button','model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x10')),'commandName':_0x4f21('0xa')}},{'type':_0x4f21('0x13'),'model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x4')),'commandName':_0x4f21('0x36')}}];for(const _0xe1be41 of _0x514440){const _0x2439aa={'type':_0xe1be41[_0x4f21('0x24')]};if(_0xe1be41[_0x4f21('0x39')]){const _0x5ce909=new _0x323087(_0xe1be41[_0x4f21('0x39')]),_0x583ab4=this[_0x4f21('0x3a')][_0x4f21('0x1b')][_0x4f21('0x56')](_0x5ce909['commandName']);_0x5ce909[_0x4f21('0x48')](_0x4f21('0x5'),_0x4f21('0x0'))['to'](_0x583ab4,'value',_0x4f21('0x0')),_0x2439aa[_0x4f21('0x39')]=_0x5ce909;}_0x3874d6[_0x4f21('0x29')](_0x2439aa);}_0x18a524(_0x333435,_0x3874d6);const _0x177297=_0x514440['filter'](_0x113ddb=>null!=_0x113ddb[_0x4f21('0x39')])[_0x4f21('0x2b')](_0x238e9e=>this['editor'][_0x4f21('0x1b')]['get'](_0x238e9e[_0x4f21('0x39')][_0x4f21('0x69')]));return _0x333435['buttonView'][_0x4f21('0x6b')][_0x4f21('0x31')](_0x4f21('0x0')),_0x333435['buttonView'][_0x4f21('0x16')][_0x4f21('0x31')](_0x4f21('0x0')),_0x333435[_0x4f21('0x64')][_0x4f21('0x6b')][_0x4f21('0x48')]('isEnabled')['to'](_0x4a35ee,_0x4f21('0x0')),_0x333435[_0x4f21('0x64')][_0x4f21('0x16')][_0x4f21('0x48')](_0x4f21('0x0'))[_0x4f21('0x2d')](_0x177297,_0x4f21('0x0'),(..._0x57a41a)=>_0x57a41a['some'](_0x3431fd=>_0x3431fd)),_0x333435['on'](_0x4f21('0x11'),_0x52c66=>{this[_0x4f21('0x3a')][_0x4f21('0x11')](_0x52c66[_0x4f21('0x62')][_0x4f21('0x69')]),this['editor'][_0x4f21('0x5b')][_0x4f21('0x52')]['focus']();}),_0x333435;}[_0x4f21('0x1a')](_0x4dd316){const _0x9aab22=this['editor'],_0x545a7b=_0x9aab22[_0x4f21('0x41')],_0x402a92=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x6d')),_0x424991=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')]('CommentsRepository'),_0x1eb37f=_0x4dd316[_0x4f21('0x4f')]()['filter'](_0x4de96c=>_0x4de96c[_0x4f21('0x7')]),_0x505a29=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x26d887)['me'],_0x36624b=_0x9aab22[_0x4f21('0x1b')][_0x4f21('0x56')]('acceptSuggestion'),_0x297d6e=_0x9aab22[_0x4f21('0x1b')][_0x4f21('0x56')](_0x4f21('0x60')),_0x14d325=_0x545a7b[_0x4f21('0x56')](_0x4f21('0x50'))[_0x4f21('0x5d')],{CommentsListView:_0x1785cd,CommentThreadInputView:_0x3fb926}=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')]('CommentsUI'),_0x188006=new _0x14d325(_0x9aab22[_0x4f21('0x1d')],_0x4dd316,_0x505a29,{'disableComments':this[_0x4f21('0x25')],'editorConfig':_0x545a7b[_0x4f21('0x56')](_0x4f21('0x3')),'maxCommentsWhenCollapsed':_0x545a7b[_0x4f21('0x56')](_0x4f21('0xb')),'maxThreadTotalWeight':_0x545a7b[_0x4f21('0x56')](_0x4f21('0xd')),'maxCommentCharsWhenCollapsed':_0x545a7b[_0x4f21('0x56')](_0x4f21('0x17')),'formatDateTime':_0x15a49d(_0x545a7b[_0x4f21('0x56')](_0x4f21('0x1d'))),'CommentView':_0x545a7b[_0x4f21('0x56')]('comments')[_0x4f21('0x5f')],'CommentsListView':_0x1785cd,'CommentThreadInputView':_0x3fb926}),_0x2853be=_0x424991[_0x4f21('0x58')](_0x4dd316['commentThread'],_0x188006),_0x15368d=new _0x308914(_0x4dd316,_0x188006,_0x36624b,_0x297d6e,_0x2853be);_0x188006[_0x4f21('0x6a')]=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x2e'))[_0x4f21('0x6e')][_0x4f21('0x35')](_0x1eb37f),this[_0x4f21('0x59')][_0x4f21('0x20')](_0x4dd316,_0x15368d),this[_0x4f21('0x3d')][_0x4f21('0x20')](_0x188006,_0x15368d);const _0x4a3eb1=_0x402a92[_0x4f21('0x3f')](this[_0x4f21('0x3a')][_0x4f21('0x1d')],_0x188006);_0x4a3eb1[_0x4f21('0x48')](_0x4f21('0x21'))['to'](_0x188006,_0x4f21('0x21')),_0x4a3eb1[_0x4f21('0x48')](_0x4f21('0x2'))['to'](_0x188006),_0x4a3eb1[_0x4f21('0x48')]('type')['to'](_0x188006,_0x4f21('0x24'),_0x4e432f=>_0x4f21('0x4e')+_0x4e432f);const _0x28e19b=_0x402a92[_0x4f21('0x2a')]({'view':_0x4a3eb1,'target':()=>{const _0x5b9b66=_0x1eb37f[0x0][_0x4f21('0x1e')]();if(!_0x5b9b66)return null;const _0x43b584=_0x5b9b66['getRange']()[_0x4f21('0x40')]();return _0x43b584&&!_0x9aab22[_0x4f21('0x5b')]['mapper'][_0x4f21('0x42')](_0x43b584)?null:_0x449d58(_0x9aab22[_0x4f21('0x5b')],_0x5b9b66)||null;},'type':()=>_0x4f21('0x4e')+_0x15368d[_0x4f21('0x52')]['type']});_0x402a92['add'](_0x28e19b);const _0x54a4dc=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x1f'));let _0x1874f;_0x188006['on']('change:isDirty',(_0xe59742,_0x4edcc4,_0x35efa9)=>{_0x35efa9?_0x1874f=_0x54a4dc[_0x4f21('0x29')](_0x100ecd(this[_0x4f21('0x3a')]['locale'],_0x4f21('0x14'))):(_0x54a4dc[_0x4f21('0x5c')](_0x1874f),_0x1874f=null);}),_0x188006[_0x4f21('0x46')]['on'](_0x4f21('0x11'),()=>{_0x9aab22[_0x4f21('0x5b')][_0x4f21('0x52')]['focus']();}),_0x188006[_0x4f21('0x5a')]['on'](_0x4f21('0x11'),()=>{_0x9aab22[_0x4f21('0x5b')][_0x4f21('0x52')][_0x4f21('0x37')]();});}[_0x4f21('0x9')](_0x4cb920){const _0x6c87a8=this[_0x4f21('0x3a')]['plugins']['get'](_0x4f21('0x6d')),_0x152ed3=this[_0x4f21('0x59')][_0x4f21('0x56')](_0x4cb920),_0x29a3c2=_0x152ed3[_0x4f21('0x52')],_0x3698ee=_0x6c87a8[_0x4f21('0x28')](_0x29a3c2);_0x3698ee&&_0x6c87a8[_0x4f21('0x5c')](_0x3698ee),this[_0x4f21('0x59')][_0x4f21('0x6')](_0x4cb920),this[_0x4f21('0x3d')][_0x4f21('0x6')](_0x29a3c2),_0x152ed3[_0x4f21('0x68')](),_0x29a3c2[_0x4f21('0x68')]();}[_0x4f21('0x67')](_0x2526bc){if(!_0x2526bc[_0x4f21('0x7')]||!this[_0x4f21('0x59')]['has'](_0x2526bc))return;const _0x4ed9d9=this['editor']['plugins']['get'](_0x4f21('0x2e')),_0x59f68d=this['_suggestionToController'][_0x4f21('0x56')](_0x2526bc),_0x1311b6=_0x2526bc[_0x4f21('0x4f')]();_0x59f68d[_0x4f21('0x52')][_0x4f21('0x6a')]=_0x4ed9d9[_0x4f21('0x6e')]['getDescriptions'](_0x1311b6);}['destroy'](){super[_0x4f21('0x68')]();for(const _0x2ec85a of this[_0x4f21('0x59')][_0x4f21('0x3b')]())this[_0x4f21('0x9')](_0x2ec85a);for(const _0x314679 of this['_debouncedHandlers'][_0x4f21('0x38')]())_0x314679[_0x4f21('0x32')]();this[_0x4f21('0x44')][_0x4f21('0x19')]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x5881=['execute','listenTo','destroy','acceptSuggestion','model','unbind','stopListening','view','discardSuggestion','_discardCommand','isEnabled','commentThreadController','_acceptCommand','bind'];(function(_0x1c2dcf,_0x5881ff){var _0x3ef348=function(_0x580a5f){while(--_0x580a5f){_0x1c2dcf['push'](_0x1c2dcf['shift']());}};_0x3ef348(++_0x5881ff);}(_0x5881,0xda));var _0x3ef3=function(_0x1c2dcf,_0x5881ff){_0x1c2dcf=_0x1c2dcf-0x0;var _0x3ef348=_0x5881[_0x1c2dcf];return _0x3ef348;};import{ObservableMixin as _0x381ee9,mix as _0x27cb29}from'ckeditor5/src/utils';export default class _t{constructor(_0x3fd06b,_0x20f0f9,_0x502f32,_0x285c8b,_0x253335){this[_0x3ef3('0xa')]=_0x3fd06b,this[_0x3ef3('0xd')]=_0x20f0f9,this[_0x3ef3('0x3')]=_0x253335,this[_0x3ef3('0x4')]=_0x502f32,this[_0x3ef3('0x1')]=_0x285c8b,this['view'][_0x3ef3('0x5')](_0x3ef3('0x2'))['to'](this[_0x3ef3('0x4')]),this[_0x3ef3('0x7')](_0x20f0f9,_0x3ef3('0x9'),()=>this[_0x3ef3('0x9')]()),this[_0x3ef3('0x7')](_0x20f0f9,_0x3ef3('0x0'),()=>this[_0x3ef3('0x0')]());}['acceptSuggestion'](){this[_0x3ef3('0x4')][_0x3ef3('0x6')](this[_0x3ef3('0xa')]['id']);}[_0x3ef3('0x0')](){this[_0x3ef3('0x1')][_0x3ef3('0x6')](this[_0x3ef3('0xa')]['id']);}[_0x3ef3('0x8')](){this[_0x3ef3('0xd')][_0x3ef3('0xb')]('isEnabled'),this[_0x3ef3('0xc')](),this['commentThreadController'][_0x3ef3('0x8')]();}}_0x27cb29(_t,_0x381ee9);
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2081=['focus','element','descriptionParts','hasDirtyComment','submit','_createCommentViews','isEnabled','bind','CommentView','commentThread','delegate','commentThreadInputView','editorConfig','disableComments','removeComment','isReadOnly','set','_localUser','_createCommentThreadInputView','disabledSubmit','destroy','isDirty','value','updateComment','_model','isActive','addComment','locale','showInput','_config','commentInputView','editor','commentsListView','setData','length','createdAt'];(function(_0x33663,_0x20819c){const _0x2a880a=function(_0x30a088){while(--_0x30a088){_0x33663['push'](_0x33663['shift']());}};_0x2a880a(++_0x20819c);}(_0x2081,0x64));const _0x2a88=function(_0x33663,_0x20819c){_0x33663=_0x33663-0x0;let _0x2a880a=_0x2081[_0x33663];return _0x2a880a;};import{View as _0x5e1d67}from'ckeditor5/src/ui';export default class Kt extends _0x5e1d67{constructor(_0x235e0e,_0x19fbce,_0x146c29,_0x2a07d7){super(_0x235e0e),this[_0x2a88('0x4')]=null,this[_0x2a88('0x13')]=null,this[_0x2a88('0x18')]('isActive',!0x1),this[_0x2a88('0x18')]('createdAt',_0x19fbce[_0x2a88('0x7')]),this['bind'](_0x2a88('0x7'))['to'](_0x19fbce),this[_0x2a88('0x18')](_0x2a88('0xa'),[]),this[_0x2a88('0x18')](_0x2a88('0x1d'),!0x1),this['set'](_0x2a88('0xe'),!0x1),this['_model']=_0x19fbce,this[_0x2a88('0x19')]=_0x146c29,this[_0x2a88('0x1')]=_0x2a07d7,_0x2a07d7[_0x2a88('0x15')]?this['set'](_0x2a88('0x6'),0x1):this[_0x2a88('0xd')]();}['focus'](){this[_0x2a88('0x9')][_0x2a88('0x8')]();}[_0x2a88('0x1c')](){this[_0x2a88('0x1d')]=!0x1,this[_0x2a88('0x4')]&&this['commentsListView'][_0x2a88('0x1c')](),this[_0x2a88('0x13')]&&this[_0x2a88('0x13')]['destroy'](),super[_0x2a88('0x1c')]();}[_0x2a88('0xd')](){const {CommentsListView:_0x1cb0fc}=this['_config'];this[_0x2a88('0x4')]=new _0x1cb0fc(this[_0x2a88('0x23')],this[_0x2a88('0x20')][_0x2a88('0x11')],Object['assign']({'CommentView':this[_0x2a88('0x1')][_0x2a88('0x10')]},this[_0x2a88('0x1')])),this[_0x2a88('0x4')][_0x2a88('0x12')](_0x2a88('0x16'))['to'](this),this['commentsListView'][_0x2a88('0x12')](_0x2a88('0x1f'))['to'](this),this['commentsListView'][_0x2a88('0xf')](_0x2a88('0x21'))['to'](this),this[_0x2a88('0x18')](_0x2a88('0x6'),this['commentsListView'][_0x2a88('0x6')]+0x1),this[_0x2a88('0xf')](_0x2a88('0x6'))['to'](this[_0x2a88('0x4')],'length',_0x17c58d=>_0x17c58d+0x1),this[_0x2a88('0x13')]=this[_0x2a88('0x1a')](),this['on']('removeComment',()=>this[_0x2a88('0x8')]()),this['bind'](_0x2a88('0x1d'))['to'](this['commentsListView'],_0x2a88('0xb'),this[_0x2a88('0x13')][_0x2a88('0x2')],'value',(_0x2d145b,_0x2ccaeb)=>_0x2d145b||!!_0x2ccaeb);}[_0x2a88('0x1a')](){const {CommentThreadInputView:_0x62e12c}=this[_0x2a88('0x1')],_0x4a35ab=new _0x62e12c(this['locale'],this[_0x2a88('0x19')],this[_0x2a88('0x1')][_0x2a88('0x14')]),_0x4ad78b=_0x4a35ab[_0x2a88('0x2')];return _0x4a35ab[_0x2a88('0xf')](_0x2a88('0x0'))['to'](this,'isActive',this[_0x2a88('0x20')]['commentThread'],_0x2a88('0x17'),_0x4ad78b,_0x2a88('0x1e'),(_0x47fe6f,_0x5adc78,_0x33f797)=>!!_0x33f797||_0x47fe6f&&!_0x5adc78),_0x4ad78b['on'](_0x2a88('0xc'),(_0x2ce3fe,_0x568557)=>{this['fire'](_0x2a88('0x22'),_0x568557),_0x4ad78b[_0x2a88('0x3')][_0x2a88('0x5')]('');}),_0x4ad78b['on']('cancel',()=>this[_0x2a88('0x8')]()),_0x4ad78b[_0x2a88('0xf')](_0x2a88('0x1b'))['to'](this[_0x2a88('0x20')]['commentThread'],_0x2a88('0x17')),_0x4a35ab;}}
|