@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230723.0 → 0.0.0-nightly-20230725.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/build/track-changes.js +1 -1
- package/package.json +3 -3
- package/src/augmentation.d.ts +4 -0
- package/src/commands/acceptsuggestioncommand.d.ts +4 -0
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +4 -0
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +4 -0
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +4 -0
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +4 -0
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +4 -0
- package/src/integrations/alignment.d.ts +4 -0
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +4 -0
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +4 -0
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +4 -0
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +4 -0
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +4 -0
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +4 -0
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +4 -0
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +4 -0
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +4 -0
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +4 -0
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +4 -0
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +4 -0
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +4 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +4 -0
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +4 -0
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +4 -0
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +4 -0
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +4 -0
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.d.ts +4 -0
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +4 -0
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +4 -0
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +4 -0
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +4 -0
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +4 -0
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +4 -0
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +4 -0
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +4 -0
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +4 -0
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +4 -0
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +4 -0
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +4 -0
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +4 -0
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +4 -0
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +4 -0
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +4 -0
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +2 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +4 -0
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +4 -0
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +4 -0
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +4 -0
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +4 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +4 -0
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +4 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +4 -0
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +4 -0
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +11 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +4 -0
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +4 -0
- package/src/trackchangesdata.d.ts +4 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +4 -0
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +4 -0
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +2 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +4 -0
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +2 -2
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +4 -0
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +4 -0
- package/src/utils/utils.js +1 -1
package/src/trackchangesdata.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x35be=['track-changes-data-invalid-editor-creator','config','Pagination','reduce','get','Users','pluginName','plugins','appendChild','document','trackChangesData','set','rootsAttributes','execute','_adapter','getRootsAttributes','getUser','model','name','getFullData','getRootNames','editor','editorCreator','push','users','TrackChangesDataGetter','destroy','TrackChangesEditing','addSuggestionData','getDataWithAcceptedSuggestions','getSuggestions','data','create','getDataWithDiscardedSuggestions','acceptAllSuggestions','createElement','init','define'];(function(_0x528076,_0x35be70){const _0x56c7c2=function(_0x5bd5de){while(--_0x5bd5de){_0x528076['push'](_0x528076['shift']());}};_0x56c7c2(++_0x35be70);}(_0x35be,0x1be));const _0x56c7=function(_0x528076,_0x35be70){_0x528076=_0x528076-0x0;let _0x56c7c2=_0x35be[_0x528076];return _0x56c7c2;};import{Plugin as _0x23af74}from'ckeditor5/src/core';import{CKEditorError as _0x1b9759}from'ckeditor5/src/utils';import _0x4afa74 from'./trackchangesediting';import{sanitizeEditorConfig as _0x5e2484}from'ckeditor5-collaboration/src/collaboration-core';const w=[_0x56c7('0xc')];export default class T extends _0x23af74{static get['requires'](){return[_0x4afa74];}static get[_0x56c7('0x10')](){return'TrackChangesData';}[_0x56c7('0x8')](){const _0x295888=this[_0x56c7('0x1f')];if(_0x295888[_0x56c7('0xb')][_0x56c7('0x9')]('trackChangesData.editorCreator',_0x272e07=>{const _0x4c2292=_0x295888['model'][_0x56c7('0x13')][_0x56c7('0x1e')]()[_0x56c7('0xd')]((_0x432418,_0x19c782)=>(_0x432418[_0x19c782]='',_0x432418),{});return _0x295888['constructor'][_0x56c7('0x4')](_0x4c2292,_0x272e07);}),'function'!=typeof _0x295888[_0x56c7('0xb')]['get'](_0x56c7('0x14'))['editorCreator'])throw new _0x1b9759(_0x56c7('0xa'));}[_0x56c7('0x1')](_0x5e5733){return v(this[_0x56c7('0x1f')],!0x0,_0x5e5733);}[_0x56c7('0x5')](_0x35aed8){return v(this[_0x56c7('0x1f')],!0x1,_0x35aed8);}}class P extends _0x23af74{static get[_0x56c7('0x10')](){return _0x56c7('0x23');}constructor(_0x3a3e80){super(_0x3a3e80),this['result']='end';}[_0x56c7('0x8')](){this[_0x56c7('0x1f')][_0x56c7('0x11')]['get']('CommentsRepository')[_0x56c7('0x18')]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x56c7('0x1f')][_0x56c7('0x11')][_0x56c7('0xe')](_0x56c7('0x25'))[_0x56c7('0x18')]=null;}}function D(_0x110be7){return void 0x0!==_0x110be7['getRootsAttributes'];}async function v(_0x44e4e6,_0x2e545d,_0x175acf){const _0x4efe0d=_0x5e2484(_0x44e4e6,w);_0x4efe0d[_0x56c7('0x11')][_0x56c7('0x21')](_0x4afa74,P),_0x4efe0d[_0x56c7('0x16')]=D(_0x44e4e6)?_0x44e4e6[_0x56c7('0x19')]():void 0x0;const _0x2bed2e=document['createDocumentFragment'](),_0x330dea=_0x44e4e6['config'][_0x56c7('0xe')](_0x56c7('0x14'))[_0x56c7('0x20')],_0x13984c=await _0x330dea(_0x4efe0d,()=>function(_0x213369){const _0x483c41=document[_0x56c7('0x7')]('div');return _0x213369[_0x56c7('0x12')](_0x483c41),_0x483c41;}(_0x2bed2e));!function(_0x412290,_0xf5e9d6){const _0x4de69f=_0x412290[_0x56c7('0x1b')]['document'][_0x56c7('0x1e')]()[_0x56c7('0xd')]((_0x1846d2,_0x7333ac)=>(_0x1846d2[_0x7333ac]=_0x412290[_0x56c7('0x3')][_0x56c7('0xe')]({'rootName':_0x7333ac}),_0x1846d2),{}),_0x4014e9=_0x412290['plugins'][_0x56c7('0xe')](_0x56c7('0xf'))[_0x56c7('0x22')]['map'](_0x28a45c=>({'id':_0x28a45c['id'],'name':_0x28a45c[_0x56c7('0x1c')]})),_0x328ef5=_0x412290[_0x56c7('0x11')][_0x56c7('0xe')](_0x56c7('0x25'))[_0x56c7('0x2')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xffc4b4=_0xf5e9d6[_0x56c7('0x11')][_0x56c7('0xe')](_0x56c7('0xf')),_0x4761a8=_0xf5e9d6[_0x56c7('0x11')][_0x56c7('0xe')](_0x56c7('0x25'));for(const _0x3116b4 of _0x4014e9)_0xffc4b4[_0x56c7('0x1a')](_0x3116b4['id'])||_0xffc4b4['addUser'](_0x3116b4);_0xffc4b4['me']||_0xffc4b4['useAnonymousUser']();for(const _0x45453f of _0x328ef5)_0x4761a8[_0x56c7('0x0')](_0x45453f);_0xf5e9d6[_0x56c7('0x3')][_0x56c7('0x15')](_0x4de69f);}(_0x44e4e6,_0x13984c),_0x13984c[_0x56c7('0x17')](_0x2e545d?_0x56c7('0x6'):'discardAllSuggestions');const _0x287b1e=D(_0x13984c)?_0x13984c[_0x56c7('0x1d')](_0x175acf):_0x13984c['data']['get'](_0x175acf);return await _0x13984c[_0x56c7('0x24')](),_0x287b1e;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x6515=['formatGroupId','isInsideObject','@external','formatBlock','TrackChangesEditing','updateMarker','oldRange','ck-suggestion-marker--active','containsPosition','after','error-saving-suggestion-data-suggestion-discarded','formatInline','getRanges','showSuggestionHighlights','isBlock','some','data-suggestion','differ','mapper','howMany','addUser','PendingActions','nodeBefore','has','normal','getNearestSelectionRange','editor','lowest','_trackFormatChanges','createRange','_isForcedDefaultExecutionBlock','deleteContent','toViewElement','_handleNewSuggestionMarker','fromCharCode','_registerDefaultCallbacks','newRange','bindElementToMarker','insertion:join','isAtEnd','change:data','isOwn','discardAllSuggestions','deletion','isInContent','ck-suggestion-marker-','getChangedMarkers','getFirstRange','isRemovable','size','moveTargetPosition','removeAttribute','schema','set','markerName','includes','containsRangeInObject','trackChanges','_refreshSuggestionsChain','isEqual','split','config','setSelection','discardSuggestion','skipNestingCheck','formatBlock:chain','_customCallbacks','containsRange','splitPosition','addComment','consume','Users','createSelection','suggestion','stop','position','add','_addSuggestionMarker','map','buildSuggestion','get','formatBlock:accept','consumable','_suggestions','detach','enableCommand','discardSelectedSuggestions','removeComment','multipleBlocks','getIntersection','updateSuggestion','suggestionChanged','getShiftedBy','widget','value','formatInline:chain','markerToData','requires','sort','formatBlock:join','remove','define','_commentsRepository','markDeletion','isBefore','isCollapsed','createPositionAfter','getUser','editingDowncast','$textProxy','_updateSuggestionData','getAllAdjacentSuggestions','resolve','getSuggestions','getLastMatchingPosition','forward','values','then','formatInline:','dataReady','removeClass','commands','markerToHighlight','containerElement','_editor','catch','track-changes-adapter-missing-getsuggestion','activeMarkers','registerPostFixer','markerReady','isIntersectingWithRange','before','never','_cutOutSuggestionMarker','$graveyard','hasCommentThread','_breakSuggestionMarker','suggestion:','suggestion-type','_onDiscard','isDocumentOperation','markMultiRangeDeletion','commandName','clear','type','createRangeIn','_setSuggestionRange','low','stopListening','_suggestionState','enableReadOnlyMode','_checkSuggestionCorrectness','model','external:','getSuggestionCallback','createPositionAt','refresh','locale','insertion:accept','elementEnd','rootName','getMultiRangeId','addMarker:suggestion:formatBlock','marker-count','item','track-changes-suggestion-data-mismatch','accept','conversion','execute','isTouching','_getExternalAuthor','splice','upcast','data','isLimit','join','dataToMarker','filter','_rangeIsInLocalUserInsertion','rethrowUnexpectedError','_enabledCommands','track-changes-suggestion-not-found','ck-suggestion-marker','always','track-changes-user-not-found','change','isSelectable','removeMarkers','attributes','isAfter','_getAuthorFromId','every','end','getMarkers','return','change:activeMarkers','_defaultCallbacks','track-changes-command-not-found','deletion:','markInsertion','fromRange','init','addRange','open','setAttribute','createPositionBefore','_createSuggestion','getCommentThread','isUndo','addMarker','authoredAt','elementToElement','adapter','getChanges','clone','trackChanges.trackFormatChanges','pluginName','element','reconvertMarker','next','length','notReady','isLocal','forceDefaultExecution','getCustomProperty','acceptSelectedSuggestions','_joinWithAdjacentSuggestions','deletion:chain','getDifference','commentThread','trackChanges.mergeNestedSuggestions','acceptAllSuggestions','ck-suggestion-marker-formatBlock','registerCustomCallback','removeMarker','removed','formatInline:join','author','acceptSuggestion','ready','setTo','unbindElementFromMarkerName','_joinSuggestions','root','plugins','getSuggestion','subType','document','_findSuggestions','suggestionUnloaded','insertion','unbind','previous','isNextTo','_model','_saved','_addThreadToSuggestion','addHighlight','_splitMarkerName','addSuggestion','head','range','isObject','createElement','markMultiRangeBlockFormat','hasComments','toJSON','track-changes-adapter-already-set','insertion:','name','suggestionLoaded','isMultiRange','trackChangesCommand','discard','parent','selection','for','PENDING_ACTION_SUGGESTION','delete','insertContent','fire','_setSuggestionData','_suggestionFactory','addMarkerName','insert','createdAt','getFirstMarker','hasSuggestion','multi','from','push','getAttribute','high','markBlockFormat','highest','accepted','addClass','start','_removeSuggestion','deletion:discard','addCommentThread','getItems','CommentsRepository','nodeAfter','chain','formatBlock:','elementStart','addSuggestionData','markers','_mergeNestedSuggestions','options','writer','dataDowncast','_adapter','creator'];(function(_0x450f57,_0xf64606){const _0x65ee97=function(_0x1fb8ca){while(--_0x1fb8ca){_0x450f57['push'](_0x450f57['shift']());}};_0x65ee97(++_0xf64606);}(_0x6515,0x186));const _0xf646=function(_0x450f57,_0xf64606){_0x450f57=_0x450f57-0x0;let _0x65ee97=_0x6515[_0x450f57];return _0x65ee97;};import{Plugin as _0x1c7aff,PendingActions as _0x477595}from'ckeditor5/src/core';import{LiveRange as _0x439dfc}from'ckeditor5/src/engine';import{CKEditorError as _0x12141c,uid as _0x1111ee,priorities as _0x3d5ed7,logWarning as _0x1ff280}from'ckeditor5/src/utils';import{toWidget as _0x2926f9}from'ckeditor5/src/widget';import{Users as _0xf274a0,hashObject as _0x160990}from'ckeditor5-collaboration/src/collaboration-core';import _0x5f5603 from'./commands/trackchangescommand';import _0x306eff from'./commands/acceptsuggestioncommand';import _0x36aad6 from'./commands/discardsuggestioncommand';import _0x4f9b2a from'./commands/executeonallsuggestionscommand';import _0x209006 from'./commands/executeonselectedsuggestionscommand';import _0x2ac3b5 from'./suggestion';import _0x3ba007 from'./suggestiondescriptionfactory';import _0x13c786 from'./integrations/alignment';import _0xaabcf2 from'./integrations/basicstyles';import _0x3391ea from'./integrations/blockquote';import _0x5cb23d from'./integrations/ckbox';import _0x5ae234 from'./integrations/codeblock';import _0x342a5d from'./integrations/comments';import _0x365f4d from'./integrations/deletecommand';import _0x27e5a2 from'./integrations/documentlist';import _0x2b7bcb from'./integrations/entercommand';import _0x3aa45d from'./integrations/findandreplace';import _0x3560d3 from'./integrations/font';import _0x3e76d7 from'./integrations/formatpainter';import _0x4e52fe from'./integrations/heading';import _0x440ce8 from'./integrations/highlight';import _0x410144 from'./integrations/horizontalline';import _0x278480 from'./integrations/htmlembed';import _0x48bccb from'./integrations/image';import _0x398cf1 from'./integrations/imagereplace';import _0x540e5e from'./integrations/importword';import _0x3c8dca from'./integrations/indent';import _0x2842c8 from'./integrations/inputcommand';import _0x3057e from'./integrations/link';import _0xa51a81 from'./integrations/list';import _0x6bcb6e from'./integrations/listproperties';import _0x336b6b from'./integrations/mediaembed';import _0x5db0c6 from'./integrations/mention';import _0xa55ad4 from'./integrations/pagebreak';import _0x1c2b6c from'./integrations/paragraph';import _0x3824a2 from'./integrations/removeformat';import _0x3e6985 from'./integrations/restrictededitingmode';import _0x4b1c6b from'./integrations/shiftentercommand';import _0x2c4a4e from'./integrations/standardeditingmode';import _0x180ac0 from'./integrations/style';import _0x1141c0 from'./integrations/table';import _0x9df528 from'./integrations/tablemergesplit';import _0x441bdc from'./integrations/tableheadings';import _0x516120 from'./integrations/tableclipboard';import _0x586ef2 from'./integrations/tablecolumnresize';import _0x3a6943 from'./integrations/template';import _0x30f302 from'./integrations/tableofcontents';import _0x352d9c from'./integrations/title';import _0x2f96f9 from'./integrations/undo';import{getTranslation as _0x1fb6d6}from'./utils/common-translations';import _0x1d4fb9 from'./integrations/tablecaption';import _0x1368cf from'./integrations/documentlistproperties';import _0x32ac16 from'./integrations/tableproperties';export default class p extends _0x1c7aff{static get[_0xf646('0x16')](){return[_0xf646('0xe3'),_0xf274a0,_0x477595,_0x13c786,_0xaabcf2,_0x3391ea,_0x5cb23d,_0x5ae234,_0x342a5d,_0x365f4d,_0x27e5a2,_0x1368cf,_0x2b7bcb,_0x3aa45d,_0x3560d3,_0x3e76d7,_0x4e52fe,_0x440ce8,_0x410144,_0x278480,_0x48bccb,_0x398cf1,_0x540e5e,_0x3c8dca,_0x2842c8,_0x3057e,_0xa51a81,_0x6bcb6e,_0x336b6b,_0x5db0c6,_0xa55ad4,_0x1c2b6c,_0x3824a2,_0x3e6985,_0x4b1c6b,_0x2c4a4e,_0x180ac0,_0x1141c0,_0x9df528,_0x441bdc,_0x1d4fb9,_0x516120,_0x586ef2,_0x30f302,_0x32ac16,_0x3a6943,_0x352d9c,_0x2f96f9];}static get[_0xf646('0x8d')](){return _0xf646('0xf4');}constructor(_0x2b85f9){function _0x292e24(_0x4112f1){return _0x4112f1[_0xf646('0x3')](_0x589aee=>String[_0xf646('0x112')](_0x589aee))[_0xf646('0x64')]('');}super(_0x2b85f9),this[_0xf646('0x125')](_0xf646('0x34'),[]),this['on'](_0xf646('0x78'),(_0x4f78aa,_0x4f50fe,_0x4f9f9d,_0x5899c4)=>{this[_0xf646('0xb3')][_0xf646('0x6e')](()=>{for(const _0x25c23c of[..._0x5899c4,..._0x4f9f9d])this[_0xf646('0xb3')]['markers'][_0xf646('0x107')](_0x25c23c)&&_0x2b85f9['editing'][_0xf646('0x8f')](_0x25c23c);});}),this['_descriptionFactory']=new _0x3ba007(this[_0xf646('0x10a')][_0xf646('0x4d')][_0xf646('0x124')],this[_0xf646('0x10a')][_0xf646('0x52')]),this[_0xf646('0xee')]=null,this[_0xf646('0xcf')]=new Dt(this[_0xf646('0x10a')]),this[_0xf646('0x8')]=new Map(),this['_commentsRepository']=_0x2b85f9[_0xf646('0xa9')][_0xf646('0x5')](_0xf646('0xe3')),this['_enabledCommands']=new Set(),this[_0xf646('0xb3')]=this[_0xf646('0x10a')][_0xf646('0x4d')],this['_suggestionState']=new WeakMap(),this[_0xf646('0x10e')]=!0x1,_0x2b85f9[_0xf646('0x12d')][_0xf646('0x1a')](_0xf646('0x8c'),'default'),this[_0xf646('0x10c')]=_0x2b85f9[_0xf646('0x12d')][_0xf646('0x5')]('trackChanges.trackFormatChanges'),_0x2b85f9['config'][_0xf646('0x1a')]('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x2b85f9['config'][_0xf646('0x5')](_0xf646('0x9b')),this[_0xf646('0xc5')]=new _0x5f5603(_0x2b85f9,this[_0xf646('0x69')]),this[_0x292e24([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x292e24([0x34,0x30,0x34,0x36,0x31,0x34,0x34,0x36]);}[_0xf646('0x7e')](){const _0x2fbe46=this[_0xf646('0x10a')];_0x2fbe46['conversion'][_0xf646('0xc9')](_0xf646('0x21'))[_0xf646('0x2f')]({'model':_0xf646('0x139'),'view':_0x1c1e81=>{const {id:_0x527745,type:_0x363ffa}=this[_0xf646('0xb7')](_0x1c1e81[_0xf646('0x126')]),_0x473298=[_0xf646('0x6b'),_0xf646('0x11d')+_0x363ffa];let _0x380432=0xbb8;return this[_0xf646('0x34')][_0xf646('0x127')](_0x1c1e81[_0xf646('0x126')])&&(_0x473298[_0xf646('0xd7')]('ck-suggestion-marker--active'),_0x380432=0xbc2),_0xf646('0x11b')==_0x363ffa&&(_0x380432+=0x5),{'classes':_0x473298,'attributes':{'data-suggestion':_0x527745},'priority':_0x380432};}}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0xed'))[_0xf646('0x1')](_0x19d65c=>{_0x19d65c['on']('addMarker:suggestion',(_0x3d7cbc,_0x37c03c,_0x460adf)=>{if(!_0x460adf[_0xf646('0xeb')][_0xf646('0xfd')])return;const _0x17b7d3=_0x37c03c[_0xf646('0x59')];if(!_0x17b7d3)return;const _0x3cc579=_0x460adf[_0xf646('0x102')][_0xf646('0x110')](_0x17b7d3);_0x2fbe46[_0xf646('0x4d')][_0xf646('0x124')][_0xf646('0xbb')](_0x17b7d3)&&_0x3cc579&&!_0x3cc579[_0xf646('0x95')](_0xf646('0x12'))&&_0x3cc579['is'](_0xf646('0x30'))&&_0x2926f9(_0x3cc579,_0x460adf[_0xf646('0xec')]);},{'priority':_0xf646('0xd9')});}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0xed'))[_0xf646('0x2f')]({'model':_0xf646('0x139'),'view':(_0x1a2c6e,_0x41d332)=>{if(!_0x41d332[_0xf646('0xeb')]['showSuggestionHighlights'])return null;const {type:_0x528108}=this[_0xf646('0xb7')](_0x1a2c6e[_0xf646('0x126')]);return{'classes':['ck-suggestion-marker',_0xf646('0x11d')+_0x528108],'priority':0xbb8};}});const _0x59f60e=({showActiveMarkers:_0x29b1de=!0x0}={})=>(_0x2995b9,_0x2b997d,_0x1fb464)=>{if(!_0x2b997d[_0xf646('0x59')])return;if(_0x2b997d[_0xf646('0x59')]['is'](_0xf646('0xc8')))return void _0x1fb464[_0xf646('0x7')][_0xf646('0x136')](_0x2b997d[_0xf646('0x59')],_0x2995b9[_0xf646('0xc2')]);const _0x530e49=_0x1fb464[_0xf646('0x102')][_0xf646('0x110')](_0x2b997d['item']);if(!(_0x2b997d[_0xf646('0x59')]['is'](_0xf646('0x8e'))&&_0x2fbe46[_0xf646('0x4d')]['schema'][_0xf646('0xfe')](_0x2b997d['item'])&&!_0x530e49[_0xf646('0x95')](_0xf646('0xb6'))))return;const {id:_0x5e6f68}=this[_0xf646('0xb7')](_0x2b997d['markerName']);_0x1fb464[_0xf646('0xec')]['addClass']([_0xf646('0x6b'),_0xf646('0x9d')],_0x530e49),_0x1fb464[_0xf646('0xec')][_0xf646('0x81')]('data-suggestion',_0x5e6f68,_0x530e49),_0x1fb464[_0xf646('0x102')][_0xf646('0x115')](_0x530e49,_0x2b997d[_0xf646('0x126')]),_0x29b1de&&(this[_0xf646('0x34')]['includes'](_0x2b997d[_0xf646('0x126')])?_0x1fb464[_0xf646('0xec')][_0xf646('0xdd')](_0xf646('0xf7'),_0x530e49):_0x1fb464['writer'][_0xf646('0x2d')](_0xf646('0xf7'),_0x530e49));for(const _0xd22d84 of _0x2fbe46[_0xf646('0x4d')][_0xf646('0x46')](_0x2b997d['item'])[_0xf646('0xe2')]())_0x1fb464[_0xf646('0x7')][_0xf646('0x136')](_0xd22d84,_0x2995b9[_0xf646('0xc2')]);_0x1fb464[_0xf646('0x7')]['consume'](_0x2b997d['item'],_0x2995b9[_0xf646('0xc2')]);};_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0xed'))[_0xf646('0x1')](_0x18ddac=>{_0x18ddac['on'](_0xf646('0x57'),(_0x55dc72,_0x20734d,_0xfac23f)=>{_0xfac23f[_0xf646('0xeb')]['showSuggestionHighlights']&&_0x59f60e({'showActiveMarkers':!0x1})(_0x55dc72,_0x20734d,_0xfac23f);},{'priority':_0xf646('0xdb')});}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')]('dataDowncast')[_0xf646('0x15')]({'model':_0xf646('0x139'),'view':(_0x25e109,_0x401b0b)=>_0x401b0b['options'][_0xf646('0xfd')]?null:{'group':'suggestion','name':_0x25e109['substr'](0xb)}}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0x61'))[_0xf646('0x88')]({'view':{'name':_0xf646('0x139'),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x896b7c,{writer:_0x203ac3})=>{let _0x185fa7='suggestion:'+_0x896b7c[_0xf646('0xd8')](_0xf646('0x3f'))+':'+_0x896b7c[_0xf646('0xd8')]('id');return _0x896b7c['getAttribute'](_0xf646('0x58'))&&(_0x185fa7+=':'+_0x896b7c[_0xf646('0xd8')](_0xf646('0x58'))),_0x203ac3[_0xf646('0xbc')]('$marker',{'data-name':_0x185fa7});}}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0x61'))[_0xf646('0x65')]({'view':'suggestion'}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0x21'))[_0xf646('0x1')](_0x1f4459=>{_0x1f4459['on']('addMarker:suggestion:formatBlock',_0x59f60e(),{'priority':_0xf646('0xd9')});}),_0x2fbe46[_0xf646('0x5c')][_0xf646('0xc9')](_0xf646('0x21'))[_0xf646('0x1')](_0x40b67d=>{_0x40b67d['on']('removeMarker:suggestion:formatBlock',(_0xd1fe6,_0x3e7625,_0x4375fd)=>{const _0x45b812=_0x4375fd[_0xf646('0x102')]['markerNameToElements'](_0x3e7625[_0xf646('0x126')]);if(_0x45b812)for(const _0x4038d8 of _0x45b812)_0x4038d8['getCustomProperty'](_0xf646('0xb6'))||(_0x4375fd[_0xf646('0xec')]['removeClass']([_0xf646('0x6b'),_0xf646('0x9d'),'ck-suggestion-marker--active'],_0x4038d8),_0x4375fd['writer'][_0xf646('0x123')](_0xf646('0x100'),_0x4038d8),_0x4375fd[_0xf646('0x102')][_0xf646('0xa6')](_0x4038d8,_0x3e7625[_0xf646('0x126')]));},{'priority':_0xf646('0xd9')});}),_0x2fbe46[_0xf646('0x4d')][_0xf646('0xac')][_0xf646('0x35')](_0x593789=>{let _0x35ff29=!0x1;const _0x6bbef5=Array['from'](_0x2fbe46[_0xf646('0x4d')]['document']['differ'][_0xf646('0x11e')]()),_0x1de381=new Set();for(const {name:_0x1e7267,data:_0x4290ef}of _0x6bbef5){const {group:_0x2339e4,type:_0x4bc2f8,id:_0x5ddb71}=this[_0xf646('0xb7')](_0x1e7267);if(_0xf646('0x139')!==_0x2339e4)continue;const _0x393633=this[_0xf646('0x8')][_0xf646('0x5')](_0x5ddb71);if(null!=_0x4290ef[_0xf646('0x114')]){_0xf646('0xfb')==_0x4bc2f8&&(_0x35ff29=_0x35ff29||Mt(_0x4290ef['newRange'],_0x1e7267,_0x593789,_0x2fbe46[_0xf646('0x4d')][_0xf646('0x124')]));if(_0x4290ef['newRange']['isCollapsed']||_0xf646('0x3b')==_0x4290ef['newRange'][_0xf646('0xa8')][_0xf646('0x55')]||_0xf646('0xf3')==_0x4bc2f8&&!Nt(_0x4290ef['newRange'])||_0xf646('0x11b')==_0x4bc2f8&&!(!_t(_0x416fb0=_0x4290ef['newRange'])&&!function(_0x3315a0){return _0x3315a0[_0xf646('0xde')][_0xf646('0xc7')]==_0x3315a0[_0xf646('0x75')][_0xf646('0x106')]&&_0x3315a0[_0xf646('0xde')]['isAtEnd'];}(_0x416fb0)))_0x593789[_0xf646('0x9f')](_0x1e7267),_0x35ff29=!0x0;else{if(!_0x393633||!_0x393633[_0xf646('0x11c')])continue;_0x1de381['add'](_0x393633);}}}var _0x416fb0;return _0x1de381[_0xf646('0x121')]>0x0&&(_0x35ff29=!!this[_0xf646('0x97')](_0x1de381)||_0x35ff29),_0x35ff29;}),_0x2fbe46[_0xf646('0x4d')][_0xf646('0xac')][_0xf646('0x35')](_0x481fd8=>{let _0x3b4979=!0x1;for(const _0x4c3b84 of _0x2fbe46[_0xf646('0x4d')][_0xf646('0xac')][_0xf646('0x101')][_0xf646('0x8a')]()){if('insert'!=_0x4c3b84[_0xf646('0x45')])continue;const _0x12bbe0=_0x4c3b84[_0xf646('0x0')][_0xf646('0x11')](_0x4c3b84[_0xf646('0x91')]);if(_0x12bbe0['isAtEnd'])for(const _0x463482 of this[_0xf646('0x8')][_0xf646('0x29')]()){if(_0x463482[_0xf646('0xc4')]||!_0x463482['isInContent'])continue;if(_0xf646('0xf3')!=_0x463482[_0xf646('0x45')])continue;const _0x133d48=_0x463482['getFirstRange']();if(_0x133d48[_0xf646('0xde')][_0xf646('0xc7')]!=_0x133d48['end'][_0xf646('0xc7')]&&_0x133d48[_0xf646('0x75')][_0xf646('0x12b')](_0x4c3b84[_0xf646('0x0')])){const _0xd046a5=_0x2fbe46[_0xf646('0x4d')][_0xf646('0x10d')](_0x133d48[_0xf646('0xde')],_0x12bbe0);_0x481fd8[_0xf646('0xf5')](_0x463482[_0xf646('0xd3')](),{'range':_0xd046a5}),_0x3b4979=!0x0;}}}return _0x3b4979;}),_0x2fbe46[_0xf646('0x4d')][_0xf646('0xe9')]['on']('update:suggestion',(_0x443bee,_0x3d8443,_0x26086a)=>{if(null==_0x26086a){const {id:_0x347157}=this[_0xf646('0xb7')](_0x3d8443['name']),_0x5f40a6=this[_0xf646('0x8')][_0xf646('0x5')](_0x347157);_0x5f40a6&&_0x5f40a6[_0xf646('0xd0')](_0x3d8443[_0xf646('0xc2')]);}}),_0x2fbe46[_0xf646('0x4d')][_0xf646('0xac')]['on'](_0xf646('0x118'),()=>{const _0x34713f=Array[_0xf646('0xd6')](_0x2fbe46[_0xf646('0x4d')][_0xf646('0xac')][_0xf646('0x101')]['getChangedMarkers']())[_0xf646('0x66')](_0x23ddae=>_0xf646('0x139')===this[_0xf646('0xb7')](_0x23ddae[_0xf646('0xc2')])['group']);if(0x0===_0x34713f[_0xf646('0x91')])return;_0x34713f[_0xf646('0x17')]((_0x32f9cc,_0x4a3951)=>{const _0x75cddb=_0x32f9cc[_0xf646('0x62')][_0xf646('0xf6')],_0x5903c6=_0x4a3951[_0xf646('0x62')][_0xf646('0xf6')];return null===_0x75cddb&&null===_0x5903c6?0x0:null===_0x75cddb&&null!==_0x5903c6?-0x1:null!==_0x75cddb&&null===_0x5903c6?0x1:_0x75cddb[_0xf646('0xde')][_0xf646('0x1d')](_0x5903c6['start'])?-0x1:0x1;});const _0x378c99=new Set(),_0x18e69c=new Set();for(const {name:_0x4be5fc,data:_0x37aa13}of _0x34713f){const {id:_0x4bf1c6}=this[_0xf646('0xb7')](_0x4be5fc);if(null===_0x37aa13[_0xf646('0xf6')]){const _0xa09fe2=this[_0xf646('0x111')](_0x4be5fc);_0x18e69c[_0xf646('0x1')](_0xa09fe2);}else{const _0x9f3960=this[_0xf646('0x8')][_0xf646('0x5')](_0x4bf1c6);null!==_0x37aa13['newRange']||_0x9f3960['isInContent']?(_0x378c99[_0xf646('0x1')](_0x9f3960[_0xf646('0xb9')]),_0x18e69c[_0xf646('0x1')](_0x9f3960)):this[_0xf646('0xdf')](_0x9f3960);}}_0x18e69c[_0xf646('0x121')]>0x0&&this[_0xf646('0x12a')](_0x18e69c);for(const _0x3f019c of _0x378c99)this[_0xf646('0xcd')](_0xf646('0x10'),_0x3f019c);}),_0x2fbe46[_0xf646('0x4d')]['on']('applyOperation',(_0x5d71ca,_0x2b66cb)=>{const _0xe9106b=_0x2b66cb[0x0];if(!this[_0xf646('0x8')][_0xf646('0x121')])return;if(!_0xe9106b[_0xf646('0x41')])return;if(_0xe9106b['batch'][_0xf646('0x85')]||!_0xe9106b['batch'][_0xf646('0x93')])return;let _0x2f294f,_0x32c1d5;switch(_0xe9106b[_0xf646('0x45')]){case _0xf646('0xd1'):_0x2f294f=_0x2fbe46[_0xf646('0x4d')][_0xf646('0x50')](_0xe9106b[_0xf646('0x0')]),_0x32c1d5=_0x2f294f[_0xf646('0x11')](_0xe9106b[_0xf646('0x103')]);break;case _0xf646('0x12c'):_0x2f294f=_0x2fbe46['model']['createPositionAt'](_0xe9106b[_0xf646('0x134')]),_0x32c1d5=_0x2fbe46[_0xf646('0x4d')][_0xf646('0x50')](_0xe9106b[_0xf646('0x122')]);break;case'move':_0x2f294f=_0x2fbe46[_0xf646('0x4d')][_0xf646('0x50')](_0xe9106b['targetPosition']),_0x32c1d5=_0x2f294f[_0xf646('0x11')](_0xe9106b[_0xf646('0x103')]);break;default:return;}const _0x7fc34c=_0x2fbe46['model'][_0xf646('0x10d')](_0x2f294f,_0x32c1d5);_0x2fbe46[_0xf646('0x4d')][_0xf646('0x6e')](()=>{for(const {suggestion:_0x55a4a3,meta:_0x5d1dea}of this[_0xf646('0xad')](_0x7fc34c)){if(_0x55a4a3[_0xf646('0xc4')])continue;if(_0xf646('0xfb')==_0x55a4a3[_0xf646('0x45')])continue;const _0x4ff4bb=_0x55a4a3[_0xf646('0x62')]&&_0x55a4a3[_0xf646('0x62')]['multipleBlocks'];('formatBlock'!=_0x55a4a3[_0xf646('0x45')]||_0xf646('0x12c')==_0xe9106b[_0xf646('0x45')]&&!_0x4ff4bb)&&(_0x5d1dea[_0xf646('0x128')]||_0xf646('0xaf')==_0x55a4a3[_0xf646('0x45')]&&_0x5d1dea[_0xf646('0x119')]||_0x55a4a3[_0xf646('0x11f')]()['containsRange'](_0x7fc34c)&&this[_0xf646('0x3d')](_0x55a4a3,_0x2f294f,_0x32c1d5));}});},{'priority':_0xf646('0x10b')}),_0x2fbe46[_0xf646('0x4d')]['on'](_0xf646('0x10f'),(_0x357454,_0x177ced)=>{const _0x99d4a5=_0x177ced[0x0],_0x5c038b=_0x177ced[0x1];if(_0x5c038b&&_0x5c038b[_0xf646('0x94')])return;if(this[_0xf646('0x10e')])return;if(!this[_0xf646('0xc5')][_0xf646('0x13')])return;if(_0x99d4a5['isCollapsed'])return;const _0x4a77ac=_0x2fbe46[_0xf646('0x4d')]['schema'],{start:_0x3e5c25,end:_0x39592b}=_0x99d4a5[_0xf646('0x11f')](),_0x5ef2f5=_0x3e5c25[_0xf646('0xe4')]&&_0x4a77ac['isLimit'](_0x3e5c25['nodeAfter'])?null:_0x4a77ac[_0xf646('0x109')](_0x3e5c25,_0xf646('0x28')),_0xc34e71=_0x39592b[_0xf646('0x106')]&&_0x4a77ac['isLimit'](_0x39592b['nodeBefore'])?null:_0x4a77ac[_0xf646('0x109')](_0x39592b,'backward'),_0x3346b4=_0x2fbe46['model'][_0xf646('0x10d')](_0x5ef2f5?_0x5ef2f5['start']:_0x3e5c25,_0xc34e71?_0xc34e71[_0xf646('0x75')]:_0x39592b);_0x2fbe46[_0xf646('0x4d')][_0xf646('0x6e')](_0x4d0d62=>{this[_0xf646('0x1c')](_0x3346b4);const _0x2de200=_0x2fbe46['model']['schema']['getNearestSelectionRange'](_0x3346b4[_0xf646('0xde')]);_0x99d4a5['is']('documentSelection')?_0x4d0d62[_0xf646('0x12e')](_0x2de200):_0x99d4a5[_0xf646('0xa5')](_0x2de200);}),_0x357454[_0xf646('0x13a')]();},{'priority':_0x3d5ed7[_0xf646('0x108')]+0xa}),_0x2fbe46[_0xf646('0x4d')]['on'](_0xf646('0xcc'),(_0x364fc8,_0x39e332)=>{const _0x3c5a02=_0x39e332[_0x39e332[_0xf646('0x91')]-0x1];_0x3c5a02&&_0x3c5a02[_0xf646('0x94')]||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand'][_0xf646('0x13')]&&(_0x2fbe46[_0xf646('0x4d')][_0xf646('0x6e')](()=>{let _0x1e8240=_0x2fbe46['model']['insertContent'](_0x39e332[0x0],_0x39e332[0x1],_0x39e332[0x2],{'forceDefaultExecution':!0x0});if(!_0x1e8240)return;_0x364fc8[_0xf646('0x77')]=_0x1e8240[_0xf646('0x8b')]();const _0x3e8443=_0x1e8240[_0xf646('0x75')][_0xf646('0x106')],_0x4a76b3=_0x2fbe46[_0xf646('0x4d')]['schema'];_0x3e8443&&_0x4a76b3[_0xf646('0xfe')](_0x3e8443)&&!_0x4a76b3[_0xf646('0xbb')](_0x3e8443)&&(_0x1e8240=_0x2fbe46[_0xf646('0x4d')][_0xf646('0x10d')](_0x1e8240[_0xf646('0xde')],_0x2fbe46['model'][_0xf646('0x50')](_0x3e8443,_0xf646('0x75')))),this[_0xf646('0x7c')](_0x1e8240);}),_0x364fc8[_0xf646('0x13a')]());},{'priority':_0xf646('0xd9')}),this[_0xf646('0x10a')][_0xf646('0x2e')][_0xf646('0x1')]('trackChanges',this['trackChangesCommand']),this[_0xf646('0xa')](_0xf646('0x129'));const _0x5c2058=new _0x306eff(_0x2fbe46,this[_0xf646('0x8')]);_0x2fbe46[_0xf646('0x2e')][_0xf646('0x1')](_0xf646('0xa3'),_0x5c2058),this[_0xf646('0xa')]('acceptSuggestion');const _0x218efc=new _0x36aad6(_0x2fbe46,this[_0xf646('0x8')]);_0x2fbe46[_0xf646('0x2e')][_0xf646('0x1')](_0xf646('0x12f'),_0x218efc),this[_0xf646('0xa')](_0xf646('0x12f')),_0x2fbe46[_0xf646('0x2e')][_0xf646('0x1')](_0xf646('0x9c'),new _0x4f9b2a(_0x2fbe46,_0x5c2058,this['_suggestions'])),this['enableCommand'](_0xf646('0x9c')),_0x2fbe46['commands'][_0xf646('0x1')](_0xf646('0x11a'),new _0x4f9b2a(_0x2fbe46,_0x218efc,this[_0xf646('0x8')])),this['enableCommand'](_0xf646('0x11a')),_0x2fbe46[_0xf646('0x2e')][_0xf646('0x1')]('acceptSelectedSuggestions',new _0x209006(_0x2fbe46,_0x5c2058,this[_0xf646('0x8')])),this[_0xf646('0xa')](_0xf646('0x96')),_0x2fbe46[_0xf646('0x2e')][_0xf646('0x1')](_0xf646('0xb'),new _0x209006(_0x2fbe46,_0x218efc,this[_0xf646('0x8')])),this[_0xf646('0xa')](_0xf646('0xb'));const _0x5265f7=_0x2fbe46[_0xf646('0xa9')]['get'](_0xf646('0xe3'));this['listenTo'](_0x5265f7,_0xf646('0x135'),(_0x2502e6,{threadId:_0x19135b})=>{const _0x281fb0=this[_0xf646('0x8')][_0xf646('0x5')](_0x19135b);_0x281fb0&&_0x281fb0['commentThread']&&0x1===_0x281fb0['commentThread']['length']&&this[_0xf646('0x23')](_0x19135b,{'hasComments':!0x0});},{'priority':_0xf646('0x48')}),this['listenTo'](_0x5265f7,_0xf646('0xc'),(_0x34883f,{threadId:_0x30aab9})=>{const _0x1b526b=this[_0xf646('0x8')][_0xf646('0x5')](_0x30aab9);_0x1b526b&&_0x1b526b[_0xf646('0x9a')]&&!_0x1b526b[_0xf646('0x9a')][_0xf646('0x91')]&&this[_0xf646('0x23')](_0x30aab9,{'hasComments':!0x1});},{'priority':_0xf646('0x48')});}set['adapter'](_0x5e69e1){if(this[_0xf646('0xee')])throw new _0x12141c(_0xf646('0xc0'),this);this[_0xf646('0xee')]=_0x5e69e1;}get[_0xf646('0x89')](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2830a0=!0x1,toJSON:_0x47b2ed=!0x1}={}){const _0x13e661=[];for(const _0x2c3547 of this[_0xf646('0x8')][_0xf646('0x29')]())_0x2830a0&&!_0x2c3547['isInContent']||_0x13e661['push'](_0x2c3547);return _0x47b2ed?_0x13e661[_0xf646('0x3')](_0x3913bc=>_0x3913bc[_0xf646('0xbf')]()):_0x13e661;}['getSuggestion'](_0x412c14){const _0xf9cc31=this[_0xf646('0x8')]['get'](_0x412c14);if(!_0xf9cc31)throw new _0x12141c(_0xf646('0x6a'),this);return _0xf9cc31;}[_0xf646('0xd4')](_0x3d989b){return this[_0xf646('0x8')][_0xf646('0x107')](_0x3d989b);}['addSuggestionData'](_0x2c9b82){const {authorId:_0x47d43b,id:_0x27085e,attributes:_0x3a5538}=_0x2c9b82,[_0x3ddbad,_0x12344d]=_0x2c9b82[_0xf646('0x45')]['split'](':'),_0x5ab87b=this[_0xf646('0x8')][_0xf646('0x5')](_0x27085e)||this[_0xf646('0x83')](_0x3ddbad,_0x12344d,_0x27085e,_0x47d43b,_0x3a5538);if(this['_addThreadToSuggestion'](_0x5ab87b),this[_0xf646('0x4c')](_0x5ab87b,_0x3ddbad,_0x12344d||null,_0x47d43b),_0x5ab87b[_0xf646('0xd2')]=_0x2c9b82[_0xf646('0xd2')],_0x3a5538&&_0x3a5538['@external']){const _0x4270bc=_0x3a5538[_0xf646('0xf2')],_0x32b229=this[_0xf646('0x5f')](_0x4270bc['authorName']);_0x5ab87b['authoredAt']=_0x4270bc['createdAt'],_0x5ab87b[_0xf646('0xa2')]=_0x32b229,_0x5ab87b['isExternal']=!0x0;}else _0x5ab87b[_0xf646('0x87')]=_0x2c9b82[_0xf646('0xd2')];switch(_0x2c9b82['data']&&(_0x5ab87b[_0xf646('0x62')]=_0x2c9b82[_0xf646('0x62')]),_0x2c9b82[_0xf646('0x71')]&&(_0x5ab87b[_0xf646('0x71')]=_0x2c9b82[_0xf646('0x71')]),this[_0xf646('0xee')]&&this[_0xf646('0xee')][_0xf646('0xb8')]||(_0x5ab87b['_saved']=!0x0),this[_0xf646('0x4a')][_0xf646('0x5')](_0x5ab87b)){case _0xf646('0x92'):this[_0xf646('0x4a')][_0xf646('0x125')](_0x5ab87b,_0xf646('0x2c'));break;case _0xf646('0x36'):_0x5ab87b[_0xf646('0x11c')]?(this[_0xf646('0x4a')][_0xf646('0x125')](_0x5ab87b,_0xf646('0xa4')),this[_0xf646('0xcd')]('suggestionLoaded',_0x5ab87b)):this['_suggestionState'][_0xf646('0x125')](_0x5ab87b,_0xf646('0xa0'));}return _0x5ab87b;}[_0xf646('0xa3')](_0x6d2c79){this[_0xf646('0x94')](()=>{this[_0xf646('0x10a')]['model'][_0xf646('0x6e')](()=>{for(const _0x372deb of _0x6d2c79[_0xf646('0x24')]())_0x372deb['accept']();});});}['discardSuggestion'](_0x1bc232){this[_0xf646('0x94')](()=>{this[_0xf646('0x10a')][_0xf646('0x4d')][_0xf646('0x6e')](()=>{for(const _0x2d82d0 of _0x1bc232[_0xf646('0x24')]())_0x2d82d0['discard']();});});}[_0xf646('0xa')](_0x934d3a,_0x77d92d){const _0x2e7c56=this['editor']['commands']['get'](_0x934d3a);if(!_0x2e7c56)throw new _0x12141c(_0xf646('0x7a'),this,{'commandName':_0x934d3a});this[_0xf646('0x69')][_0xf646('0x1')](_0x2e7c56),_0x77d92d&&_0x2e7c56['on']('execute',(_0x39caeb,_0x5a9ed4)=>{this[_0xf646('0xc5')][_0xf646('0x13')]&&(this['_isForcedDefaultExecutionBlock']||_0x5a9ed4[_0xf646('0x91')]>0x0&&_0x5a9ed4[_0x5a9ed4[_0xf646('0x91')]-0x1]&&_0x5a9ed4[_0x5a9ed4[_0xf646('0x91')]-0x1][_0xf646('0x94')]||(_0x77d92d((..._0x31d88c)=>_0x2e7c56['execute'](..._0x31d88c,{'forceDefaultExecution':!0x0}),..._0x5a9ed4),_0x39caeb[_0xf646('0x13a')]()));},{'priority':'high'});}[_0xf646('0x94')](_0x2b89a8){let _0x6143b2,_0x3ada03;const _0x238bea=this[_0xf646('0x10e')];this[_0xf646('0x10e')]=!0x0;try{_0x6143b2=_0x2b89a8();}catch(_0x476284){_0x3ada03=_0x476284;}return _0x238bea||(this[_0xf646('0x10e')]=!0x1),_0x3ada03&&_0x12141c[_0xf646('0x68')](_0x3ada03,this),_0x6143b2;}['markInsertion'](_0x3299d4,_0xfe6c5=null,_0x458de8={}){if(_0x3299d4['isCollapsed'])return null;const _0x3078fb=this[_0xf646('0x10a')][_0xf646('0xa9')]['get'](_0xf646('0x137'))['me'];for(const {suggestion:_0x576dee,meta:_0x1db8c7}of this[_0xf646('0xad')](_0x3299d4,'insertion'))if(_0x1db8c7[_0xf646('0x119')]){if(!_0x1db8c7['isNextTo']){if(!this[_0xf646('0xea')]&&_0x1db8c7[_0xf646('0x128')])continue;return _0x576dee;}if(_0xfe6c5==_0x576dee[_0xf646('0xab')]){const _0x27675e=_0x576dee[_0xf646('0x11f')]();return _0x27675e[_0xf646('0xde')][_0xf646('0x12b')](_0x3299d4[_0xf646('0x75')])?this[_0xf646('0x47')](_0x576dee,this['_model'][_0xf646('0x10d')](_0x3299d4[_0xf646('0xde')],_0x27675e[_0xf646('0x75')])):this[_0xf646('0x47')](_0x576dee,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x27675e[_0xf646('0xde')],_0x3299d4[_0xf646('0x75')])),_0x576dee;}}const _0x469403=_0x1111ee(),_0x4475f8=_0x3078fb['id'],_0x3359f6=_0xfe6c5?_0xf646('0xc1')+_0xfe6c5:'insertion',_0x8f26a3=this[_0xf646('0xce')]({'id':_0x469403,'type':_0x3359f6,'createdAt':new Date(),'authorId':_0x4475f8,'attributes':_0x458de8});return this['_addSuggestionMarker'](_0x3359f6,_0x469403,_0x4475f8,_0x3299d4),_0x8f26a3;}['markMultiRangeInsertion'](_0x1ab2ef,_0x59ba27=_0xf646('0xd5'),_0x32f5b3={}){const _0x535d83=this['editor'][_0xf646('0xa9')][_0xf646('0x5')]('Users')['me'],_0x1cb2b1=this['_suggestionFactory']['getSuggestionCallback'](_0xf646('0xaf'),_0x59ba27,_0xf646('0x64'));for(const _0x3af59a of this[_0xf646('0x26')]())if(_0x3af59a[_0xf646('0xa2')]['id']==_0x535d83['id']&&_0xf646('0xaf')==_0x3af59a['type']&&_0x3af59a[_0xf646('0xab')]==_0x59ba27&&(_0x1cb2b1(_0x3af59a[_0xf646('0xfc')](),_0x1ab2ef)||_0x1cb2b1(_0x1ab2ef,_0x3af59a['getRanges']()))){for(const _0x4a41a8 of _0x1ab2ef)_0x3af59a[_0xf646('0x7f')](_0x4a41a8);return _0x3af59a;}if(this[_0xf646('0xea')])for(const _0x25fb29 of _0x1ab2ef)for(const {suggestion:_0x849da2,meta:_0x567a7e}of this[_0xf646('0xad')](_0x25fb29,'insertion')){if(!_0x567a7e['isOwn'])continue;let _0x399a39=!0x0;for(const _0x2d1743 of _0x849da2[_0xf646('0xfc')]())for(const _0x31b29d of _0x1ab2ef)if(!_0x2d1743[_0xf646('0x133')](_0x31b29d)){_0x399a39=!0x1;break;}if(_0x399a39)return _0x849da2;}const _0x2e6805=_0x1111ee(),_0x5a6dfd=_0x535d83['id'],_0x5d0ea2=_0xf646('0xc1')+_0x59ba27,_0x3492e4=this[_0xf646('0xce')]({'id':_0x2e6805,'type':_0x5d0ea2,'createdAt':new Date(),'authorId':_0x5a6dfd,'attributes':_0x32f5b3});for(const _0x1c5e29 of _0x1ab2ef)this[_0xf646('0x2')](_0x5d0ea2,_0x2e6805,_0x5a6dfd,_0x1c5e29,_0x2ac3b5[_0xf646('0x56')]());return _0x3492e4;}['markInlineFormat'](_0x3dd5c3,_0x12bfb5,_0x3feb4c=null,_0x18c280={}){if(_0x3feb4c=_0x3feb4c||$t(_0x12bfb5),_0x3dd5c3['isCollapsed'])return null;if(_0xf646('0x39')===this[_0xf646('0x10c')]){const _0x5dd783=this['_suggestionFactory']['getSuggestionCallback'](_0xf646('0xfb'),_0x3feb4c,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x5dd783([_0x3dd5c3],_0x12bfb5,_0x18c280)),null;}const _0xacfb75=this['editor']['plugins'][_0xf646('0x5')](_0xf646('0x137'))['me'],_0x237f13=[];if('always'!==this['_trackFormatChanges'])for(const {suggestion:_0x5ee051,meta:_0x2e6007}of this[_0xf646('0xad')](_0x3dd5c3,_0xf646('0xaf')))_0x2e6007[_0xf646('0x119')]&&!_0x2e6007[_0xf646('0xf1')]&&_0x237f13[_0xf646('0xd7')](..._0x5ee051['getRanges']());const _0x19d84d=function(_0x16e1f0,_0x5018db){const _0xc006a8=[];for(const _0x5e6101 of _0x5018db){const _0x13fd44=_0x16e1f0[_0xf646('0xe')](_0x5e6101);_0x13fd44&&_0xc006a8[_0xf646('0xd7')](_0x13fd44);}return _0xc006a8;}(_0x3dd5c3,_0x237f13),_0x1b0efa=function(_0x5c0646,_0x4e4d9f){const _0x46f2ca=[_0x5c0646];for(const _0x1b6810 of _0x4e4d9f){let _0x5e9bea=0x0;for(;_0x5e9bea<_0x46f2ca[_0xf646('0x91')];){const _0x4f940b=_0x46f2ca[_0x5e9bea][_0xf646('0x99')](_0x1b6810);_0x46f2ca[_0xf646('0x60')](_0x5e9bea,0x1,..._0x4f940b),_0x5e9bea+=_0x4f940b[_0xf646('0x91')];}}return _0x46f2ca;}(_0x3dd5c3,_0x237f13);_0x19d84d[_0xf646('0x91')]&&this[_0xf646('0xb3')][_0xf646('0x6e')](()=>{for(const _0x1c68d2 of _0x19d84d){const _0x388118=this[_0xf646('0xcf')][_0xf646('0x4f')](_0xf646('0xfb'),_0x3feb4c,_0xf646('0x5b'));this[_0xf646('0x94')](()=>_0x388118([_0x1c68d2],_0x12bfb5,_0x18c280));}});for(const _0x4ca7e9 of _0x1b0efa){let _0x4fb455=null,_0x387c84=_0x4ca7e9['start'],_0x582efb=_0x4ca7e9[_0xf646('0x75')];for(const {suggestion:_0x57cf54,meta:_0x52651a}of this[_0xf646('0xad')](_0x4ca7e9,'formatInline')){if(!_0x52651a['isOwn'])continue;if(_0x57cf54[_0xf646('0xab')]!=_0x3feb4c)continue;const _0x159dd5=_0x57cf54[_0xf646('0x11f')]();if(_0x159dd5[_0xf646('0x133')](_0x4ca7e9,!0x0))return null;_0x387c84=_0x387c84['isBefore'](_0x159dd5['start'])?_0x387c84:_0x159dd5[_0xf646('0xde')],_0x582efb=_0x582efb[_0xf646('0x72')](_0x159dd5[_0xf646('0x75')])?_0x582efb:_0x159dd5[_0xf646('0x75')],_0x4fb455?_0x159dd5['start'][_0xf646('0x1d')](_0x4fb455[_0xf646('0x11f')]()['start'])?(_0x4fb455[_0xf646('0x70')](),_0x4fb455=_0x57cf54):_0x57cf54[_0xf646('0x70')]():_0x4fb455=_0x57cf54;}const _0x187ff1=this[_0xf646('0xb3')][_0xf646('0x10d')](_0x387c84,_0x582efb);if(_0x4fb455)this[_0xf646('0x47')](_0x4fb455,_0x187ff1);else{const _0x40fbc5=_0x1111ee(),_0x554e25=_0xacfb75['id'];this[_0xf646('0xce')]({'id':_0x40fbc5,'type':_0xf646('0x2b')+_0x3feb4c,'data':_0x12bfb5,'createdAt':new Date(),'authorId':_0x554e25,'attributes':_0x18c280}),this[_0xf646('0x2')](_0xf646('0x2b')+_0x3feb4c,_0x40fbc5,_0x554e25,_0x187ff1);}}return null;}[_0xf646('0xda')](_0x43b9db,_0x35ce5a,_0x57ad5b=[],_0x2af578=null,_0xb1bad7={}){_0x35ce5a[_0xf646('0xf0')]||(_0x35ce5a[_0xf646('0xf0')]=_0x35ce5a[_0xf646('0x43')]),_0x35ce5a['multipleBlocks']=_0x43b9db['is'](_0xf646('0xba')),_0x2af578=_0x2af578||$t(_0x35ce5a);const _0x335075=_0x57ad5b[_0xf646('0x3')](_0xd8d5d5=>Rt(_0xd8d5d5,this['_model'])),_0x459981=_0x43b9db['is'](_0xf646('0xba'))?_0x43b9db:Rt(_0x43b9db,this[_0xf646('0xb3')]);if('never'===this[_0xf646('0x10c')]){const _0x4fbec2=this[_0xf646('0xcf')][_0xf646('0x4f')]('formatBlock',_0x2af578,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x4fbec2([_0x459981],_0x35ce5a,_0xb1bad7)),null;}_0x335075[_0xf646('0xd7')](_0x459981);let _0x1300af=!0x0;for(const _0x2b2b96 of _0x335075)if(!this['_rangeIsInLocalUserInsertion'](_0x2b2b96)){_0x1300af=!0x1;break;}if(_0x1300af&&_0xf646('0x6c')!==this['_trackFormatChanges']){const _0x491559=this[_0xf646('0xcf')][_0xf646('0x4f')](_0xf646('0xf3'),_0x2af578,_0xf646('0x5b'));return this['forceDefaultExecution'](()=>_0x491559([_0x459981],_0x35ce5a,_0xb1bad7)),null;}let _0x5b9822=null,_0x39cf8f=_0x459981[_0xf646('0xde')],_0x2157e1=_0x459981[_0xf646('0x75')];for(const {suggestion:_0x23f0cf,meta:_0x280490}of this['_findSuggestions'](_0x459981,'formatBlock')){if(!_0x280490['isOwn']||_0x280490[_0xf646('0xb2')]||_0x280490['containsRangeInObject']||_0x280490[_0xf646('0xf1')])continue;if(_0x23f0cf[_0xf646('0x62')]['formatGroupId']!=_0x35ce5a['formatGroupId'])continue;const _0x127077=_0x23f0cf[_0xf646('0x11f')]();if(_0x23f0cf['subType']==_0x2af578){if(_0x127077[_0xf646('0x133')](_0x459981,!0x0))return null;_0x39cf8f=_0x39cf8f[_0xf646('0x1d')](_0x127077[_0xf646('0xde')])?_0x39cf8f:_0x127077[_0xf646('0xde')],_0x2157e1=_0x2157e1['isAfter'](_0x127077['end'])?_0x2157e1:_0x127077[_0xf646('0x75')],_0x5b9822?_0x127077['start']['isBefore'](_0x5b9822[_0xf646('0x11f')]()['start'])?(_0x5b9822['removeMarkers'](),_0x5b9822=_0x23f0cf):_0x23f0cf['removeMarkers']():_0x5b9822=_0x23f0cf;}else{const _0x1ab558=_0x459981['getIntersection'](_0x127077);this['_cutOutSuggestionMarker'](_0x23f0cf,_0x1ab558);}}const _0x172511=this[_0xf646('0x10a')][_0xf646('0xa9')][_0xf646('0x5')](_0xf646('0x137'))['me'],_0x37e84b=_0x1111ee(),_0x589dd7=_0x172511['id'];if(_0x5b9822)return this[_0xf646('0x47')](_0x5b9822,this[_0xf646('0xb3')]['createRange'](_0x39cf8f,_0x2157e1)),_0x5b9822;{const _0x339d11=this['_setSuggestionData']({'id':_0x37e84b,'type':_0xf646('0xe6')+_0x2af578,'data':_0x35ce5a,'createdAt':new Date(),'authorId':_0x589dd7,'attributes':_0xb1bad7});return this[_0xf646('0x2')](_0xf646('0xe6')+_0x2af578,_0x37e84b,_0x589dd7,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x39cf8f,_0x2157e1)),_0x339d11;}}[_0xf646('0xbd')](_0x5a5451,_0x3f938c,_0x12b00b=[],_0x2d785e=null,_0x35d798={}){_0x3f938c[_0xf646('0xf0')]||(_0x3f938c[_0xf646('0xf0')]=_0x3f938c['commandName']);const _0x247043=_0x5a5451[0x0];_0x3f938c[_0xf646('0xd')]=_0x247043['is']('range'),_0x2d785e=_0x2d785e||$t(_0x3f938c);const _0x4eba23=_0x12b00b[_0xf646('0x3')](_0x29a2d2=>Rt(_0x29a2d2,this[_0xf646('0xb3')])),_0x1f0171=_0x247043['is']('range')?_0x5a5451:_0x5a5451[_0xf646('0x3')](_0xd6b67e=>Rt(_0xd6b67e,this[_0xf646('0xb3')]));if(_0xf646('0x39')===this['_trackFormatChanges']){const _0x501197=this[_0xf646('0xcf')]['getSuggestionCallback']('formatBlock',_0x2d785e,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x501197(_0x1f0171,_0x3f938c,_0x35d798)),null;}_0x4eba23['push'](..._0x1f0171);let _0x288273=!0x0;for(const _0x52a0af of _0x4eba23)if(!this['_rangeIsInLocalUserInsertion'](_0x52a0af)){_0x288273=!0x1;break;}if(_0x288273&&_0xf646('0x6c')!==this['_trackFormatChanges']){const _0x51328b=this[_0xf646('0xcf')][_0xf646('0x4f')](_0xf646('0xf3'),_0x2d785e,'accept');return this[_0xf646('0x94')](()=>_0x51328b(_0x1f0171,_0x3f938c,_0x35d798)),null;}const _0x188d80=this[_0xf646('0x10a')][_0xf646('0xa9')]['get'](_0xf646('0x137'))['me'];for(const _0x1733fd of this['getSuggestions']()){if(_0x1733fd[_0xf646('0xa2')]['id']!=_0x188d80['id'])continue;if('formatBlock'!=_0x1733fd[_0xf646('0x45')]||_0x1733fd['data']['formatGroupId']!=_0x3f938c[_0xf646('0xf0')])continue;const _0x1de29d=_0x1733fd['subType']==_0x2d785e;for(let _0x4123cd=0x0;_0x4123cd<_0x1f0171[_0xf646('0x91')];_0x4123cd++){const _0x420232=_0x1f0171[_0x4123cd];for(const _0x45b377 of _0x1733fd[_0xf646('0x76')]()){const _0x4eb60d=_0x45b377['getRange']();if(_0x420232['isEqual'](_0x4eb60d)){_0x1de29d?(_0x1f0171[_0xf646('0x60')](_0x4123cd,0x1),_0x4123cd--):_0x1733fd[_0xf646('0x9f')](_0x45b377[_0xf646('0xc2')]);break;}}}}if(0x0==_0x1f0171[_0xf646('0x91')])return null;const _0x7cd09=this[_0xf646('0xcf')]['getSuggestionCallback'](_0xf646('0xf3'),_0x2d785e,_0xf646('0x64'));for(const _0x3149c9 of this['getSuggestions']())if(_0x3149c9[_0xf646('0xa2')]['id']==_0x188d80['id']&&'formatBlock'==_0x3149c9[_0xf646('0x45')]&&_0x3149c9['data'][_0xf646('0xf0')]==_0x3f938c[_0xf646('0xf0')]&&_0x3149c9['subType']==_0x2d785e&&(_0x7cd09(_0x3149c9['getRanges'](),_0x1f0171)||_0x7cd09(_0x1f0171,_0x3149c9[_0xf646('0xfc')]()))){for(const _0x3048bf of _0x1f0171)_0x3149c9[_0xf646('0x7f')](_0x3048bf);return _0x3149c9;}const _0x5f3678=_0x1111ee(),_0x45b22a=_0x188d80['id'],_0x201437='formatBlock:'+_0x2d785e,_0x33fd8e=this[_0xf646('0xce')]({'id':_0x5f3678,'type':_0x201437,'data':_0x3f938c,'createdAt':new Date(),'authorId':_0x45b22a,'attributes':_0x35d798});for(const _0x176d88 of _0x1f0171)this[_0xf646('0x2')](_0x201437,_0x5f3678,_0x45b22a,_0x176d88,_0x2ac3b5[_0xf646('0x56')]());return _0x33fd8e;}[_0xf646('0x1c')](_0xfd8bdc,_0x44c79b=null,_0x19743d={}){if(_0xfd8bdc['isCollapsed'])return null;const _0x447973=this[_0xf646('0x10a')][_0xf646('0xa9')][_0xf646('0x5')]('Users')['me'],_0x3e7b56=new _0x439dfc(_0xfd8bdc[_0xf646('0xde')],_0xfd8bdc[_0xf646('0x75')]);for(const {suggestion:_0x44cc08,meta:_0x41404a}of this['_findSuggestions'](_0x3e7b56,_0xf646('0xaf')))if(_0x41404a[_0xf646('0x119')]&&!_0x41404a[_0xf646('0xb2')]){if(_0x44cc08[_0xf646('0xc4')]){const _0x10ac78=_0x44cc08[_0xf646('0xfc')]()[_0xf646('0x66')](_0xce4d9e=>'$graveyard'!=_0xce4d9e[_0xf646('0xa8')][_0xf646('0x55')]);_0x10ac78['every'](_0x3413d7=>_0x3e7b56[_0xf646('0x133')](_0x3413d7,!0x0))&&_0x44cc08[_0xf646('0xc6')]();if(_0x10ac78[_0xf646('0xff')](_0x4f9178=>_0x4f9178['containsRange'](_0x3e7b56,!0x0))){const _0x24f8ff=this[_0xf646('0xcf')][_0xf646('0x4f')]('deletion',_0x44c79b,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x24f8ff([_0x3e7b56],null,_0x19743d)),null;}}else{const _0x284645=_0x3e7b56[_0xf646('0xe')](_0x44cc08['getFirstRange']());null!==_0x284645&&_0x44cc08[_0xf646('0x40')]([_0x284645],null,_0x19743d);}}if(_0x3e7b56[_0xf646('0x9')](),_0x3e7b56[_0xf646('0x1e')]||'$graveyard'==_0x3e7b56[_0xf646('0xa8')]['rootName'])return null;let _0x5bbd7e=null,_0x12fb9b=_0x3e7b56[_0xf646('0xde')],_0x500b52=_0x3e7b56[_0xf646('0x75')];for(const {suggestion:_0x5f4b97,meta:_0x5b5d41}of this[_0xf646('0xad')](_0x3e7b56,'deletion'))if(_0x5b5d41[_0xf646('0x119')]){if(_0x5f4b97[_0xf646('0xc4')]&&this['_mergeNestedSuggestions']){let _0x44079b=!0x0;for(const _0x3741df of _0x5f4b97[_0xf646('0xfc')]()){if(_0x3741df['containsRange'](_0x3e7b56,!0x0))return _0x5f4b97;_0x3e7b56['containsRange'](_0x3741df)||(_0x44079b=!0x1);}_0x44079b&&_0x5f4b97['discard']();}else{const _0xa37522=_0x5f4b97[_0xf646('0x11f')]();if(_0xa37522[_0xf646('0x133')](_0x3e7b56,!0x0)){if(!this[_0xf646('0xea')]&&_0x5b5d41[_0xf646('0x128')])continue;return _0x5f4b97;}_0x12fb9b=_0x12fb9b[_0xf646('0x1d')](_0xa37522[_0xf646('0xde')])?_0x12fb9b:_0xa37522[_0xf646('0xde')],_0x500b52=_0x500b52['isAfter'](_0xa37522[_0xf646('0x75')])?_0x500b52:_0xa37522[_0xf646('0x75')],_0x5bbd7e?_0xa37522[_0xf646('0xde')]['isBefore'](_0x5bbd7e[_0xf646('0x11f')]()[_0xf646('0xde')])?(_0x5bbd7e[_0xf646('0x70')](),_0x5bbd7e=_0x5f4b97):_0x5f4b97[_0xf646('0x70')]():_0x5bbd7e=_0x5f4b97;}}if(_0x5bbd7e)return this[_0xf646('0x47')](_0x5bbd7e,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x12fb9b,_0x500b52)),_0x5bbd7e;{const _0x137f53=_0x1111ee(),_0x39c3b4=this[_0xf646('0xb3')]['createRange'](_0x12fb9b,_0x500b52),_0x4c22a7=_0x447973['id'],_0x19629f=_0x44c79b?_0xf646('0x7b')+_0x44c79b:'deletion',_0x324fb5=this['_setSuggestionData']({'id':_0x137f53,'type':_0x19629f,'createdAt':new Date(),'authorId':_0x4c22a7,'attributes':_0x19743d});return this[_0xf646('0x2')](_0x19629f,_0x137f53,_0x4c22a7,_0x39c3b4),_0x324fb5;}}[_0xf646('0x42')](_0x3ec299,_0x3a823c=_0xf646('0xd5'),_0x5ad746={}){const _0x4e4065=this['editor'][_0xf646('0xa9')]['get'](_0xf646('0x137'))['me'],_0x26b269=_0x3ec299[_0xf646('0x3')](_0x16be16=>new _0x439dfc(_0x16be16['start'],_0x16be16[_0xf646('0x75')])),_0x19514e=new Set();for(const _0x44391c of _0x26b269)for(const {suggestion:_0x144140,meta:_0x58451}of this[_0xf646('0xad')](_0x44391c,'insertion'))_0x58451[_0xf646('0x119')]&&!_0x58451['isNextTo']&&_0x19514e[_0xf646('0x1')](_0x144140);for(const _0xeb79d1 of _0x19514e)if(_0xeb79d1[_0xf646('0xc4')]){const _0x1877be=_0xeb79d1['getRanges']();(!_0xeb79d1[_0xf646('0x71')]||!_0xeb79d1['attributes'][_0xf646('0x130')])&&(_0x1877be['every'](_0x11a540=>_0x26b269[_0xf646('0xff')](_0x5cc350=>_0x5cc350[_0xf646('0x133')](_0x11a540,!0x0)))&&_0xeb79d1[_0xf646('0xc6')]());if(_0x26b269[_0xf646('0x74')](_0xa9130=>_0x1877be[_0xf646('0xff')](_0x43bb0c=>_0x43bb0c[_0xf646('0x133')](_0xa9130,!0x0)))){const _0x45bbc2=this[_0xf646('0xcf')][_0xf646('0x4f')](_0xf646('0x11b'),_0x3a823c,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x45bbc2(_0x3ec299,null,_0x5ad746)),null;}}else{const _0x40c87c=_0xeb79d1[_0xf646('0x11f')]();_0x26b269[_0xf646('0xff')](_0x30ce37=>_0x30ce37[_0xf646('0x133')](_0x40c87c,!0x0))&&_0xeb79d1[_0xf646('0xc6')]();if(_0x26b269[_0xf646('0x74')](_0x789c07=>_0x40c87c['containsRange'](_0x789c07,!0x0))){const _0x430e0f=this['_suggestionFactory'][_0xf646('0x4f')](_0xf646('0x11b'),_0x3a823c,_0xf646('0x5b'));return this[_0xf646('0x94')](()=>_0x430e0f(_0x26b269,null,_0x5ad746)),null;}}const _0x434c3d=this[_0xf646('0xcf')][_0xf646('0x4f')](_0xf646('0x11b'),_0x3a823c,_0xf646('0x64'));let _0x4b61b1=null;for(const _0x5e095d of this[_0xf646('0x26')]())if(_0x5e095d['author']['id']==_0x4e4065['id']&&_0x5e095d[_0xf646('0x11c')]&&_0xf646('0x11b')==_0x5e095d[_0xf646('0x45')]&&_0x5e095d['subType']==_0x3a823c&&(_0x434c3d(_0x5e095d[_0xf646('0xfc')](),_0x26b269)||_0x434c3d(_0x26b269,_0x5e095d['getRanges']()))){if(_0x4b61b1){if(_0x5e095d[_0xf646('0x9a')]&&_0x5e095d['commentThread'][_0xf646('0x91')])continue;for(const _0x4cccbe of _0x5e095d[_0xf646('0xfc')]())_0x4b61b1[_0xf646('0x37')](_0x4cccbe)||_0x4b61b1[_0xf646('0x7f')](_0x4cccbe);_0x5e095d[_0xf646('0x70')]();}else{_0x4b61b1=_0x5e095d;for(const _0xd1793d of _0x26b269)_0x5e095d[_0xf646('0x37')](_0xd1793d)||_0x5e095d[_0xf646('0x7f')](_0xd1793d);}}if(_0x4b61b1)return _0x4b61b1;_0x19514e[_0xf646('0x44')]();for(const _0x3c2a36 of _0x26b269)for(const {suggestion:_0x2ff063,meta:_0x5a0eb6}of this[_0xf646('0xad')](_0x3c2a36,_0xf646('0x11b')))_0x5a0eb6[_0xf646('0x119')]&&_0x19514e[_0xf646('0x1')](_0x2ff063);for(const _0x230ad4 of _0x19514e){const _0x563121=_0x230ad4[_0xf646('0xfc')]();if(!_0x5ad746||!_0x5ad746[_0xf646('0x130')]){if(_0x26b269[_0xf646('0x74')](_0x362e54=>_0x563121['some'](_0x2ecc8c=>_0x2ecc8c[_0xf646('0x133')](_0x362e54,!0x0))))return _0x230ad4;}(!_0x230ad4[_0xf646('0x71')]||!_0x230ad4[_0xf646('0x71')][_0xf646('0x130')])&&(_0x563121[_0xf646('0x74')](_0x245c32=>_0x26b269[_0xf646('0xff')](_0x8a0f80=>_0x8a0f80[_0xf646('0x133')](_0x245c32,!0x0)))&&_0x230ad4[_0xf646('0xc6')]());}const _0x51a87f=_0x1111ee(),_0x5a60f7=_0x4e4065['id'],_0x4f7458='deletion:'+_0x3a823c,_0x577974=this[_0xf646('0xce')]({'id':_0x51a87f,'type':_0x4f7458,'createdAt':new Date(),'authorId':_0x5a60f7,'attributes':_0x5ad746});for(const _0x15644c of _0x26b269)_0x15644c[_0xf646('0x9')](),_0x15644c['isCollapsed']||_0xf646('0x3b')==_0x15644c['root']['rootName']||this[_0xf646('0x2')](_0x4f7458,_0x51a87f,_0x5a60f7,_0x15644c,_0x2ac3b5[_0xf646('0x56')]());return _0x577974;}[_0xf646('0x47')](_0x59ea9e,_0x193230){const _0x554ed8=_0x59ea9e[_0xf646('0xd3')]();this['_model']['change'](_0x465748=>{_0x465748[_0xf646('0xf5')](_0x554ed8,{'range':_0x193230});});}[_0xf646('0xb5')](_0x4fa0c1){const _0x47221d=_0x4fa0c1['id'],_0x5b5189=this[_0xf646('0x10a')][_0xf646('0x12d')][_0xf646('0x5')]('collaboration.channelId');this[_0xf646('0x1b')][_0xf646('0x3c')](_0x47221d)||this[_0xf646('0x1b')][_0xf646('0xe1')]({'channelId':_0x5b5189,'threadId':_0x47221d,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x150640=this[_0xf646('0x1b')][_0xf646('0x84')](_0x47221d);_0x150640[_0xf646('0xb0')](_0xf646('0x120')),_0x150640[_0xf646('0x120')]=!0x1,_0x4fa0c1[_0xf646('0x9a')]=_0x150640;}['_checkSuggestionCorrectness'](_0x5633c9,_0x27d4d2,_0x504615,_0x54bce4){if(_0x5633c9[_0xf646('0x45')]!=_0x27d4d2||_0x5633c9[_0xf646('0xab')]!=_0x504615||_0x5633c9['creator']['id']!=_0x54bce4)throw this[_0xf646('0x10a')][_0xf646('0x4b')](_0xf646('0x5a')),new _0x12141c(_0xf646('0x5a'),this);}[_0xf646('0x3a')](_0x576294,_0xd55acc){const _0x53c805=_0x576294['getFirstRange']();if(_0xd55acc[_0xf646('0x12b')](_0x53c805))_0x576294['removeMarkers']();else{if(_0x53c805['containsRange'](_0xd55acc)){const _0x1a9348=this[_0xf646('0xb3')][_0xf646('0x50')](_0xd55acc['start']['nodeBefore'],_0xf646('0x75'));this['_setSuggestionRange'](_0x576294,this[_0xf646('0xb3')]['createRange'](_0x53c805[_0xf646('0xde')],_0x1a9348));const _0x45e23d=_0x1111ee(),_0x103fa4=_0x576294[_0xf646('0xef')]['id'],_0xea3c5e=_0x576294['type']+':'+_0x576294[_0xf646('0xab')];this[_0xf646('0xce')]({'id':_0x45e23d,'type':_0xea3c5e,'createdAt':new Date(),'authorId':_0x103fa4,'data':_0x576294[_0xf646('0x62')],'attributes':_0x576294[_0xf646('0x71')]});const _0x5a3456=this[_0xf646('0xb3')]['createPositionAt'](_0xd55acc[_0xf646('0x75')][_0xf646('0xc7')],_0xf646('0xf9')),_0x3fecb7=this[_0xf646('0xb3')]['createRange'](_0x5a3456,_0x53c805['end']);this[_0xf646('0x2')](_0xea3c5e,_0x45e23d,_0x103fa4,_0x3fecb7);}else{if(_0x53c805[_0xf646('0xf8')](_0xd55acc[_0xf646('0xde')])){const _0x2172f1=this[_0xf646('0xb3')][_0xf646('0x50')](_0xd55acc['start'][_0xf646('0x106')],_0xf646('0x75'));this[_0xf646('0x47')](_0x576294,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x53c805[_0xf646('0xde')],_0x2172f1));}else{const _0x5d02da=this[_0xf646('0xb3')][_0xf646('0x50')](_0xd55acc['end'][_0xf646('0xc7')],_0xf646('0xf9'));this[_0xf646('0x47')](_0x576294,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x5d02da,_0x53c805[_0xf646('0x75')]));}}}}[_0xf646('0x67')](_0x5e9af3){for(const {suggestion:_0x512ed6,meta:_0x2dc5dd}of this[_0xf646('0xad')](_0x5e9af3,_0xf646('0xaf'))){if(!_0x2dc5dd[_0xf646('0x119')])continue;const _0x344114=_0x512ed6[_0xf646('0xfc')]();for(const _0x36eefd of _0x344114)if(!_0x5e9af3['getDifference'](_0x36eefd)[_0xf646('0x91')])return!0x0;}return!0x1;}[_0xf646('0x73')](_0x1b4190){const _0x3bbf96=this['editor']['plugins']['get'](_0xf646('0x137'))[_0xf646('0x20')](_0x1b4190);if(!_0x3bbf96)throw new _0x12141c(_0xf646('0x6d'),this);return _0x3bbf96;}['_getExternalAuthor'](_0xe38fbb){const _0x5cb2e8=this[_0xf646('0x10a')][_0xf646('0xa9')][_0xf646('0x5')](_0xf646('0x137')),_0x2ddcaa=_0x160990(_0xf646('0x4e')+_0xe38fbb),_0x479f94=_0x5cb2e8['getUser'](_0x2ddcaa);return _0x479f94||_0x5cb2e8[_0xf646('0x104')]({'id':_0x2ddcaa,'name':_0xe38fbb});}[_0xf646('0x83')](_0x476295,_0x245f20,_0x4805a9,_0x5d7804,_0x49c05c){const _0x4e4cf8=this[_0xf646('0x73')](_0x5d7804),_0x15caa3=this[_0xf646('0xcf')]['buildSuggestion'](_0x476295,_0x245f20,_0x4805a9,_0x4e4cf8,_0x49c05c,_0x12454e=>this['_updateSuggestionData'](_0x4805a9,{'attributes':_0x12454e}));return this['listenTo'](_0x15caa3,'accept',()=>{this[_0xf646('0x23')](_0x4805a9,{'state':_0xf646('0xdc')});},{'priority':_0xf646('0xd9')}),this['listenTo'](_0x15caa3,'discard',()=>{this[_0xf646('0x23')](_0x4805a9,{'state':'rejected'});},{'priority':'high'}),this[_0xf646('0x8')]['set'](_0x4805a9,_0x15caa3),this[_0xf646('0x4a')]['set'](_0x15caa3,'notReady'),_0x15caa3;}[_0xf646('0xb7')](_0x188c50){const _0x469c25=_0x188c50[_0xf646('0x12c')](':');return{'group':_0x469c25[0x0],'type':_0x469c25[0x1],'subType':_0x469c25[_0xf646('0x91')]>=0x5?_0x469c25[0x2]:null,'id':_0x469c25['length']<0x5?_0x469c25[0x2]:_0x469c25[0x3],'authorId':_0x469c25[_0xf646('0x91')]<0x5?_0x469c25[0x3]:_0x469c25[0x4],'markerCount':0x6==_0x469c25[_0xf646('0x91')]?_0x469c25[0x5]:null};}[_0xf646('0x3d')](_0x7eecbb,_0x35924a,_0x5a40c8){const _0x1b3093=_0x7eecbb['getFirstRange'](),_0x27db27=_0x1b3093[_0xf646('0xde')],_0x43be37=_0x1b3093[_0xf646('0x75')];this['_setSuggestionRange'](_0x7eecbb,this['_model'][_0xf646('0x10d')](_0x27db27,_0x35924a));const _0x1d81bb=_0x1111ee(),_0x160638=_0x7eecbb[_0xf646('0xef')]['id'],_0x5f3b9d=_0x7eecbb[_0xf646('0x45')]+(_0x7eecbb[_0xf646('0xab')]?':'+_0x7eecbb[_0xf646('0xab')]:'');this[_0xf646('0xce')]({'id':_0x1d81bb,'type':_0x5f3b9d,'createdAt':new Date(),'authorId':_0x160638,'originalSuggestionId':_0x7eecbb['id'],'attributes':_0x7eecbb[_0xf646('0x71')],'data':_0x7eecbb[_0xf646('0x62')]}),_0xf646('0xf3')==_0x7eecbb[_0xf646('0x45')]&&(_0x5a40c8=this[_0xf646('0xb3')][_0xf646('0x82')](_0x5a40c8[_0xf646('0xc7')])),this[_0xf646('0x2')](_0x5f3b9d,_0x1d81bb,_0x160638,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x5a40c8,_0x43be37));}[_0xf646('0xad')](_0x5c1ff6,_0x5403ef=null){const _0x5d4dbb=[],_0x4e4855=this['_model'][_0xf646('0x124')],_0x1a3ce6=this['editor'][_0xf646('0xa9')]['get'](_0xf646('0x137'))['me'];for(const _0x420d30 of this[_0xf646('0x26')]())if(_0x420d30[_0xf646('0x11c')]&&(!_0x5403ef||_0x420d30['type']==_0x5403ef))for(const _0x518965 of _0x420d30[_0xf646('0xfc')]()){const _0x118b76=_0x5c1ff6[_0xf646('0xde')][_0xf646('0x12b')](_0x518965['end'])||_0x5c1ff6[_0xf646('0x75')][_0xf646('0x12b')](_0x518965[_0xf646('0xde')]);if(_0x118b76||_0x5c1ff6['getIntersection'](_0x518965)){const _0x3a3216=_0x5c1ff6[_0xf646('0x133')](_0x518965)&&Bt(_0x4e4855,_0x518965['start'],_0x5c1ff6),_0x2b0948=_0x518965['containsRange'](_0x5c1ff6)&&Bt(_0x4e4855,_0x5c1ff6['start'],_0x518965);_0x5d4dbb[_0xf646('0xd7')]({'suggestion':_0x420d30,'meta':{'isOwn':_0x1a3ce6==_0x420d30['author'],'isNextTo':_0x118b76,'isInsideObject':_0x3a3216,'containsRangeInObject':_0x2b0948}});break;}}return _0x5d4dbb;}[_0xf646('0x2')](_0xf342c0,_0x425242,_0x5d663e,_0x2ed674,_0x52028f){this[_0xf646('0xb3')]['change'](_0x5c4301=>{let _0xe556ba=_0xf646('0x3e')+_0xf342c0+':'+_0x425242+':'+_0x5d663e;_0x52028f&&(_0xe556ba=_0xe556ba+':'+_0x52028f),_0x5c4301[_0xf646('0x86')](_0xe556ba,{'range':_0x2ed674,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xf646('0xdf')](_0x164149){const _0x59e40e=_0x164149['previous'],_0x33450e=_0x164149[_0xf646('0x90')];_0x164149[_0xf646('0xb1')]=null,null!=_0x59e40e&&(_0x59e40e[_0xf646('0x90')]=null),_0x164149[_0xf646('0x90')]=null,null!=_0x33450e&&(_0x33450e[_0xf646('0xb1')]=null),_0xf646('0xa4')==this[_0xf646('0x4a')]['get'](_0x164149)&&(this['_suggestionState'][_0xf646('0x125')](_0x164149,_0xf646('0xa0')),this['fire'](_0xf646('0xae'),_0x164149,_0x59e40e,_0x33450e));}[_0xf646('0xce')](_0x75b47d){const _0x3df815=_0x75b47d['id'],_0x4b0890=this[_0xf646('0xe8')](_0x75b47d);if(this['_adapter']&&this[_0xf646('0xee')][_0xf646('0xb8')]){const _0x1c9b7b=this[_0xf646('0x10a')][_0xf646('0xa9')][_0xf646('0x5')](_0xf646('0x105')),_0x266f9b=_0x4b0890[_0xf646('0xbe')],_0x216ee2=_0x4b0890[_0xf646('0xab')]?_0x4b0890[_0xf646('0x45')]+':'+_0x4b0890[_0xf646('0xab')]:_0x4b0890[_0xf646('0x45')],_0x56a89f=this['editor']['locale'],_0x496a2f=_0x1c9b7b[_0xf646('0x1')](_0x1fb6d6(_0x56a89f,'PENDING_ACTION_SUGGESTION')),_0x36179a={'id':_0x3df815,'type':_0x216ee2,'hasComments':_0x266f9b,'data':_0x75b47d[_0xf646('0x62')]||null,'originalSuggestionId':_0x75b47d['originalSuggestionId']||null,'attributes':_0x4b0890[_0xf646('0x71')]};this[_0xf646('0xee')]['addSuggestion'](_0x36179a)[_0xf646('0x2a')](_0x19a6a4=>{_0x4b0890[_0xf646('0xb4')]=!0x0,_0x1c9b7b[_0xf646('0x19')](_0x496a2f),_0x19a6a4&&_0x19a6a4['createdAt']&&(this[_0xf646('0x8')][_0xf646('0x5')](_0x3df815)[_0xf646('0xd2')]=_0x19a6a4[_0xf646('0xd2')]);})[_0xf646('0x32')](_0x41538f=>{throw _0x1ff280(_0xf646('0xfa')),this[_0xf646('0x10a')][_0xf646('0x4d')]['enqueueChange']({'isUndoable':!0x1},()=>{_0x4b0890[_0xf646('0xc6')]();}),_0x4b0890[_0xf646('0x49')](),this['_suggestions'][_0xf646('0xcb')](_0x4b0890['id']),this['_suggestionState'][_0xf646('0xcb')](_0x4b0890),_0x41538f;});}return _0x4b0890;}['_updateSuggestionData'](_0x450518,_0x368648){const _0x5aae30=this[_0xf646('0x10a')][_0xf646('0xa9')]['get'](_0xf646('0x105')),_0x488af5=this[_0xf646('0xaa')](_0x450518);if(this[_0xf646('0xee')]&&this[_0xf646('0xee')][_0xf646('0xf')]){if(_0x488af5[_0xf646('0xb4')]){const _0x201b12=_0x5aae30[_0xf646('0x1')](_0x1fb6d6(this[_0xf646('0x10a')]['locale'],_0xf646('0xca')));this['_adapter'][_0xf646('0xf')](_0x450518,_0x368648)[_0xf646('0x2a')](()=>{_0x5aae30[_0xf646('0x19')](_0x201b12);});}else _0x488af5['on']('change:_saved',()=>{this[_0xf646('0x23')](_0x450518,_0x368648);});}}['_getSuggestionData'](_0x301649){if(!this[_0xf646('0xee')]||!this['_adapter'][_0xf646('0xaa')])throw new _0x12141c(_0xf646('0x33'),this);return this[_0xf646('0xee')][_0xf646('0xaa')](_0x301649);}[_0xf646('0x111')](_0x5e2ae4){const {id:_0x477d5c,type:_0x61d619,subType:_0x2921bd,authorId:_0x24da17}=this['_splitMarkerName'](_0x5e2ae4),_0x53b40e=this[_0xf646('0x8')][_0xf646('0x5')](_0x477d5c)||this[_0xf646('0x83')](_0x61d619,_0x2921bd,_0x477d5c,_0x24da17,{});switch(this['_checkSuggestionCorrectness'](_0x53b40e,_0x61d619,_0x2921bd,_0x24da17),this[_0xf646('0x4a')]['get'](_0x53b40e)){case'notReady':this['_getSuggestionData'](_0x477d5c)[_0xf646('0x2a')](_0x2f4472=>{let _0x15c615=Promise[_0xf646('0x25')]();_0x2f4472[_0xf646('0xbe')]&&(_0x15c615=this[_0xf646('0x1b')]['fetchCommentThread']({'channelId':this[_0xf646('0x10a')]['config'][_0xf646('0x5')]('collaboration.channelId'),'threadId':_0x477d5c})),_0x15c615[_0xf646('0x2a')](()=>{this[_0xf646('0xe8')](_0x2f4472)['_saved']=!0x0;});}),this[_0xf646('0x4a')][_0xf646('0x125')](_0x53b40e,_0xf646('0x36'));break;case _0xf646('0xa0'):this[_0xf646('0x23')](_0x477d5c,{'state':_0xf646('0x80')});case _0xf646('0x2c'):this['_suggestionState'][_0xf646('0x125')](_0x53b40e,_0xf646('0xa4')),this[_0xf646('0xcd')](_0xf646('0xc3'),_0x53b40e);break;case'ready':this[_0xf646('0xcd')](_0xf646('0x10'),_0x53b40e);}return _0x53b40e['addMarkerName'](_0x5e2ae4),_0x53b40e;}['_refreshSuggestionsChain'](_0x1f5535){const _0x25b97e=Array[_0xf646('0xd6')](_0x1f5535)['filter'](_0x391445=>!_0x391445[_0xf646('0xc4')]),_0x4a48e9=this['getSuggestions']({'skipNotAttached':!0x0})[_0xf646('0x66')](_0x44f029=>!_0x44f029[_0xf646('0xc4')]),_0x4276e2=_0x4a48e9['filter'](_0x32201d=>!_0x1f5535['has'](_0x32201d)),_0x661198=new Map(_0x4a48e9[_0xf646('0x3')](_0x33686a=>[_0x33686a,this['_suggestionFactory']['getSuggestionCallback'](_0x33686a[_0xf646('0x45')],_0x33686a[_0xf646('0xab')],_0xf646('0xe5'))])),_0x34daf3=new Map(_0x4a48e9[_0xf646('0x3')](_0x42f810=>[_0x42f810,_0x42f810[_0xf646('0x11f')]()])),_0x29af45=new Set(),_0x4bfc3c=new Set();for(let _0x4d8058=0x0;_0x4d8058<_0x25b97e[_0xf646('0x91')];_0x4d8058++)_0x90f447(_0x25b97e[_0x4d8058],_0x25b97e,_0x4d8058+0x1);for(let _0x38b996=0x0;_0x38b996<_0x25b97e['length'];_0x38b996++)_0x90f447(_0x25b97e[_0x38b996],_0x4276e2,0x0);for(let _0x74896d=0x0;_0x74896d<_0x25b97e[_0xf646('0x91')];_0x74896d++){const _0xe2004b=_0x25b97e[_0x74896d];!_0x4bfc3c[_0xf646('0x107')](_0xe2004b)&&_0xe2004b['previous']&&(_0xe2004b['previous'][_0xf646('0x90')]===_0xe2004b&&(_0xe2004b[_0xf646('0xb1')][_0xf646('0x90')]=null),_0xe2004b[_0xf646('0xb1')]=null),!_0x29af45[_0xf646('0x107')](_0xe2004b)&&_0xe2004b[_0xf646('0x90')]&&(_0xe2004b[_0xf646('0x90')][_0xf646('0xb1')]===_0xe2004b&&(_0xe2004b[_0xf646('0x90')]['previous']=null),_0xe2004b[_0xf646('0x90')]=null);}function _0x90f447(_0x1d101a,_0x14d9ab,_0x1ae5e0){for(let _0x2716ab=_0x1ae5e0;_0x2716ab<_0x14d9ab[_0xf646('0x91')];_0x2716ab++){const _0x547ef7=_0x59904e(_0x1d101a,_0x14d9ab[_0x2716ab]);_0x547ef7&&(_0x547ef7[0x0][_0xf646('0x90')]=_0x547ef7[0x1],_0x547ef7[0x1][_0xf646('0xb1')]=_0x547ef7[0x0],_0x29af45['add'](_0x547ef7[0x0]),_0x4bfc3c[_0xf646('0x1')](_0x547ef7[0x1]));}}function _0x59904e(_0x499da4,_0x5de24f){if(_0x499da4[_0xf646('0xa2')]['id']!==_0x5de24f[_0xf646('0xa2')]['id'])return null;const _0x1caa24=_0x661198['get'](_0x499da4)(_0x499da4,_0x5de24f,_0x34daf3[_0xf646('0x5')](_0x499da4),_0x34daf3[_0xf646('0x5')](_0x5de24f));if(!_0x1caa24)return null;return _0x661198[_0xf646('0x5')](_0x5de24f)(_0x499da4,_0x5de24f,_0x34daf3[_0xf646('0x5')](_0x499da4),_0x34daf3[_0xf646('0x5')](_0x5de24f))?_0x1caa24[0x1][_0xf646('0x9a')]&&_0x1caa24[0x1][_0xf646('0x9a')][_0xf646('0x91')]?null:_0x1caa24:null;}}['_joinWithAdjacentSuggestions'](_0xcd3d93){const _0x50b20c=Array['from'](_0xcd3d93),_0x2fbd64=this['getSuggestions']({'skipNotAttached':!0x0}),_0xe94f17=_0x2fbd64[_0xf646('0x66')](_0x56840b=>!_0xcd3d93['has'](_0x56840b)),_0x5ee3b0=new Map(_0x50b20c['map'](_0x481f82=>[_0x481f82,this[_0xf646('0xcf')][_0xf646('0x4f')](_0x481f82[_0xf646('0x45')],_0x481f82[_0xf646('0xab')],_0xf646('0x64'))])),_0x17a777=new Map(_0x2fbd64[_0xf646('0x3')](_0x192f45=>[_0x192f45,_0x192f45[_0xf646('0xfc')]()]));for(let _0x5e5020=0x0;_0x5e5020<_0x50b20c[_0xf646('0x91')];_0x5e5020++){if(_0x4c0eb9(this,_0x50b20c[_0x5e5020],_0x50b20c,_0x5e5020+0x1))return!0x0;}for(let _0x434ce1=0x0;_0x434ce1<_0x50b20c[_0xf646('0x91')];_0x434ce1++){if(_0x4c0eb9(this,_0x50b20c[_0x434ce1],_0xe94f17,0x0))return!0x0;}return!0x1;function _0x4c0eb9(_0x5e8526,_0x3ba2a1,_0x5c05d7,_0x4c8931){for(let _0x687faa=_0x4c8931;_0x687faa<_0x5c05d7[_0xf646('0x91')];_0x687faa++){const _0x4cd8a4=_0x5c05d7[_0x687faa];if(_0x4cd8a4['type']!==_0x3ba2a1[_0xf646('0x45')]||_0x4cd8a4[_0xf646('0xa2')]['id']!==_0x3ba2a1['author']['id']||_0x4cd8a4['subType']!==_0x3ba2a1[_0xf646('0xab')])continue;const _0x220af7=_0x5ee3b0[_0xf646('0x5')](_0x3ba2a1),_0x56f7a4=_0x17a777[_0xf646('0x5')](_0x3ba2a1),_0x32e33f=_0x17a777[_0xf646('0x5')](_0x4cd8a4),_0x4706bc=_0x3ba2a1[_0xf646('0x9a')]&&_0x3ba2a1[_0xf646('0x9a')][_0xf646('0x91')],_0x4ef56f=_0x4cd8a4[_0xf646('0x9a')]&&_0x4cd8a4[_0xf646('0x9a')][_0xf646('0x91')];if(!_0x4706bc&&_0x220af7(_0x32e33f,_0x56f7a4))return _0x5e8526[_0xf646('0xa7')](_0x4cd8a4,_0x3ba2a1),_0x17a777[_0xf646('0xcb')](_0x3ba2a1),!0x0;if(!_0x4ef56f&&_0x220af7(_0x56f7a4,_0x32e33f))return _0x5e8526[_0xf646('0xa7')](_0x3ba2a1,_0x4cd8a4),_0x17a777[_0xf646('0xcb')](_0x4cd8a4),!0x0;}return!0x1;}}['_joinSuggestions'](_0x690457,_0x38a79d){if(_0x690457[_0xf646('0xc4')])for(const _0x44a428 of _0x38a79d[_0xf646('0xfc')]())_0x690457['addRange'](_0x44a428);else{const _0x1174c7=_0x38a79d[_0xf646('0x11f')]()[_0xf646('0x75')];this[_0xf646('0x47')](_0x690457,this[_0xf646('0xb3')][_0xf646('0x10d')](_0x690457[_0xf646('0x11f')]()[_0xf646('0xde')],_0x1174c7));}_0x38a79d[_0xf646('0x70')]();}}class Dt{constructor(_0x4679f9){this['_editor']=_0x4679f9,this[_0xf646('0xb3')]=_0x4679f9[_0xf646('0x4d')],this[_0xf646('0x132')]=new Map(),this[_0xf646('0x79')]=new Map(),this[_0xf646('0x113')]();}[_0xf646('0x4')](_0x540140,_0x230394,_0x180234,_0x91794,_0x5b6ef3,_0x259dbe){return new _0x2ac3b5(this['_model'],{'type':_0x540140,'subType':_0x230394,'id':_0x180234,'author':_0x91794,'creator':_0x91794,'attributes':_0x5b6ef3,'onAttributesChange':_0x259dbe,'onAccept':(..._0x2f9650)=>this[_0xf646('0x4f')](_0x540140,_0x230394,_0xf646('0x5b'))(..._0x2f9650),'onDiscard':(..._0x320e64)=>this['getSuggestionCallback'](_0x540140,_0x230394,_0xf646('0xc6'))(..._0x320e64)});}[_0xf646('0x9e')](_0x3a9b91,_0x4dc42,_0x1e3f6f,_0x294aaa){const _0xf1b567=_0x3a9b91+':'+_0x4dc42+':'+_0x1e3f6f;this[_0xf646('0x132')][_0xf646('0x125')](_0xf1b567,_0x294aaa);}['getSuggestionCallback'](_0x1b1a4e,_0x2af20d,_0x259b6f){const _0x4c6ba6=_0x1b1a4e+':'+_0x2af20d+':'+_0x259b6f;return this['_customCallbacks'][_0xf646('0x5')](_0x4c6ba6)||this[_0xf646('0x79')][_0xf646('0x5')](_0x1b1a4e+':'+_0x259b6f);}[_0xf646('0x113')](){const _0x1df5a6=()=>{},_0x55cbcf=_0x467ebf=>{_0x467ebf[_0xf646('0x17')]((_0x2e0b3e,_0x437129)=>_0x2e0b3e[_0xf646('0xde')][_0xf646('0x1d')](_0x437129[_0xf646('0xde')])?0x1:-0x1),this[_0xf646('0xb3')][_0xf646('0x6e')](_0x3c4ba4=>{for(const _0x42143f of _0x467ebf){let _0x283e96;_0x283e96=_0x42143f[_0xf646('0x75')][_0xf646('0x117')]&&_0x42143f[_0xf646('0x75')][_0xf646('0xc7')]==_0x42143f['start'][_0xf646('0xe4')]?_0x3c4ba4['createSelection'](_0x42143f[_0xf646('0xde')][_0xf646('0xe4')],'on'):_0x3c4ba4[_0xf646('0x138')](_0x42143f),this[_0xf646('0xb3')][_0xf646('0x10f')](_0x283e96,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x414647=(_0x1a0c85,_0x3dcf2e)=>{this['_model'][_0xf646('0x6e')](_0xc49c4d=>{const {commandName:_0x361d4c,commandParams:_0x649f8a=[]}=_0x3dcf2e,_0x2bcc0a=_0x1a0c85[_0xf646('0x3')](_0x39898c=>(_t(_0x39898c)&&(_0x39898c=this[_0xf646('0xb3')][_0xf646('0x10d')](_0x39898c[_0xf646('0x75')])),_0x39898c))[_0xf646('0x66')](_0x1de24a=>_0xf646('0x3b')!==_0x1de24a[_0xf646('0xa8')][_0xf646('0x55')]);if(_0x2bcc0a[_0xf646('0x91')]<0x1)return;const _0x1239d5=Array[_0xf646('0xd6')](this['_model']['document']['selection'][_0xf646('0xfc')]())[_0xf646('0x3')](_0x3d58ac=>_0x439dfc[_0xf646('0x7d')](_0x3d58ac));_0xc49c4d['setSelection'](_0x2bcc0a);for(const _0x5eb3cc of this[_0xf646('0x31')][_0xf646('0x2e')]['commands']())_0x5eb3cc[_0xf646('0x51')]();_0x649f8a[_0xf646('0xd7')]({'forceDefaultExecution':!0x0}),this[_0xf646('0x31')][_0xf646('0x5d')](_0x361d4c,..._0x649f8a);const _0x59427b=_0x1239d5[_0xf646('0x66')](_0x58b7cb=>'$graveyard'!=_0x58b7cb[_0xf646('0xa8')]['rootName']);_0x59427b['length']>0x0&&_0xc49c4d[_0xf646('0x12e')](_0x59427b);for(const _0x564245 of _0x1239d5)_0x564245[_0xf646('0x9')]();});},_0x1d2e7b=(_0x47b6c5,_0x9424c6)=>0x1==_0x47b6c5[_0xf646('0x91')]&&0x1==_0x9424c6[_0xf646('0x91')]&&_0x47b6c5[0x0][_0xf646('0x75')]['isEqual'](_0x9424c6[0x0][_0xf646('0xde')]),_0x4321e7=(_0x3184f4,_0x53a88c,_0x184bf6,_0x4dbaa7)=>xt(_0x3184f4,_0x53a88c,_0x184bf6,_0x4dbaa7,this[_0xf646('0xb3')])?[_0x3184f4,_0x53a88c]:xt(_0x53a88c,_0x3184f4,_0x4dbaa7,_0x184bf6,this['_model'])?[_0x53a88c,_0x3184f4]:null;this[_0xf646('0x79')]['set'](_0xf646('0x53'),_0x1df5a6),this[_0xf646('0x79')][_0xf646('0x125')]('insertion:discard',_0x55cbcf),this[_0xf646('0x79')][_0xf646('0x125')](_0xf646('0x116'),_0x1d2e7b),this[_0xf646('0x79')]['set']('insertion:chain',_0x4321e7),this['_defaultCallbacks'][_0xf646('0x125')]('deletion:accept',_0x55cbcf),this[_0xf646('0x79')]['set'](_0xf646('0xe0'),_0x1df5a6),this['_defaultCallbacks']['set']('deletion:join',_0x1d2e7b),this['_defaultCallbacks'][_0xf646('0x125')](_0xf646('0x98'),_0x4321e7),this[_0xf646('0x79')][_0xf646('0x125')]('formatInline:accept',_0x414647),this[_0xf646('0x79')]['set']('formatInline:discard',_0x1df5a6),this['_defaultCallbacks']['set'](_0xf646('0xa1'),_0x1d2e7b),this[_0xf646('0x79')]['set'](_0xf646('0x14'),_0x1df5a6),this[_0xf646('0x79')]['set'](_0xf646('0x6'),_0x414647),this[_0xf646('0x79')]['set']('formatBlock:discard',_0x1df5a6),this[_0xf646('0x79')][_0xf646('0x125')](_0xf646('0x18'),_0x1d2e7b),this[_0xf646('0x79')][_0xf646('0x125')](_0xf646('0x131'),_0x1df5a6);}}function Bt(_0x56a957,_0x5e9b04,_0x150f61){for(const _0x5cb431 of _0x5e9b04['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5cb431[_0xf646('0xa8')]==_0x5cb431)return!0x1;if(!_0x150f61['containsItem'](_0x5cb431))return!0x1;if(_0x56a957[_0xf646('0xbb')](_0x5cb431)||_0x56a957[_0xf646('0x63')](_0x5cb431))return!0x0;}return!0x1;}function _t(_0x38893d){return _0x38893d['end'][_0xf646('0xc7')]==_0x38893d['start']['nodeAfter']&&_0x38893d[_0xf646('0x75')]['isAtStart'];}function Mt(_0x51cf8d,_0x5c3700,_0x5b8f57,_0x1274d9){const _0x2145ec=_0x380f0e=>!_0x380f0e[_0xf646('0x59')]['is'](_0xf646('0x22'))&&!_0x1274d9[_0xf646('0xbb')](_0x380f0e[_0xf646('0x59')]),_0x2f2d77=_0x51cf8d[_0xf646('0xde')][_0xf646('0x27')](_0x2145ec),_0x4d2485=_0x51cf8d[_0xf646('0x75')][_0xf646('0x27')](_0x2145ec,{'direction':'backward'});return(!_0x51cf8d[_0xf646('0xde')][_0xf646('0x12b')](_0x2f2d77)||!_0x51cf8d['end'][_0xf646('0x12b')](_0x4d2485))&&(_0x2f2d77[_0xf646('0x1d')](_0x4d2485)?_0x5b8f57[_0xf646('0xf5')](_0x5c3700,{'range':_0x5b8f57[_0xf646('0x10d')](_0x2f2d77,_0x4d2485)}):_0x5b8f57[_0xf646('0x9f')](_0x5c3700),!0x0);}function $t(_0x11b794){return _0x160990(_0x11b794);}function Nt(_0x2ea9e8){const _0x1573ef=_0x2ea9e8[_0xf646('0xde')]['nodeAfter'];return _0x1573ef&&_0x1573ef['is'](_0xf646('0x8e'));}function Rt(_0x526910,_0x38f315){const _0x421609=_0x38f315[_0xf646('0x124')][_0xf646('0xbb')](_0x526910)||_0x38f315[_0xf646('0x124')][_0xf646('0x6f')](_0x526910);return _0x38f315[_0xf646('0x10d')](_0x38f315[_0xf646('0x50')](_0x526910,_0xf646('0x38')),_0x421609?_0x38f315[_0xf646('0x1f')](_0x526910):_0x38f315[_0xf646('0x50')](_0x526910,_0xf646('0x75')));}function xt(_0x1cec23,_0x25cd6d,_0x1a9719,_0x2dcfc0,_0x34a78c){if(_0x1a9719['end']['isEqual'](_0x2dcfc0[_0xf646('0xde')]))return!0x0;if(_0x1cec23[_0xf646('0x45')]!=_0x25cd6d[_0xf646('0x45')])return!0x1;if(!_0x1a9719[_0xf646('0x75')][_0xf646('0x5e')](_0x2dcfc0[_0xf646('0xde')]))return!0x1;const _0x1fc203=_0x34a78c['createRange'](_0x1a9719[_0xf646('0x75')],_0x2dcfc0['start'])['getWalker']();for(const _0x181930 of _0x1fc203)if([_0xf646('0xe7'),_0xf646('0x54')]['includes'](_0x181930[_0xf646('0x45')])&&_0x34a78c[_0xf646('0x124')][_0xf646('0x63')](_0x181930[_0xf646('0x59')]))return!0x1;return!0x0;}
|
|
23
|
+
const _0x18cf=['addMarker:suggestion:formatBlock','selection','isInsideObject','subType','$textProxy','data-suggestion','addSuggestionData','acceptSuggestion','_addSuggestionMarker','delete','forward','data','length','getShiftedBy','filter','name','getMarkers','values','insertContent','containsPosition','suggestionChanged','plugins','_editor','always','dataToMarker','ck-suggestion-marker-formatBlock','_updateSuggestionData','skipNestingCheck','commandName','deletion','_registerDefaultCallbacks','creator','external:','getSuggestionCallback','_saved','_mergeNestedSuggestions','detach','listenTo','addClass','upcast','change:data','fire','schema','containsItem','define','_defaultCallbacks','hasComments','addSuggestion','$graveyard','isLimit','formatInline:join','_getAuthorFromId','discardSuggestion','conversion','createPositionAfter','removeClass','removeMarker','_customCallbacks','authoredAt','sort','Users','join','multi','enableReadOnlyMode','batch','isObject','commentThread','_suggestionState','markMultiRangeBlockFormat','every','_removeSuggestion','model','suggestion-type','type','deletion:','createdAt','addMarker','config','position','isOwn','_breakSuggestionMarker','writer','insertion:accept','value','_setSuggestionData','isAfter','_checkSuggestionCorrectness','formatBlock:','lowest','oldRange','accepted','addRange','setSelection','suggestion:','originalSuggestionId','addHighlight','accept','fetchCommentThread','ck-suggestion-marker','isRemovable','fromRange','commands','documentSelection','setTo','discardSelectedSuggestions','createRangeIn','newRange','_setSuggestionRange','isMultiRange','_addThreadToSuggestion','markDeletion','dataReady','item','elementEnd','@external','author','_enabledCommands','change:activeMarkers','splice','then','deletion:accept','markerReady','isBlock','_joinWithAdjacentSuggestions','forceDefaultExecution','getItems','toJSON','formatInline:chain','low','discard','differ','deletion:discard','nodeAfter','editingDowncast','insertion:','_createSuggestion','root','getChangedMarkers','_model','markerToHighlight','size','remove','editor','_cutOutSuggestionMarker','ck-suggestion-marker--active','collaboration.channelId','notReady','highest','getNearestSelectionRange','_adapter','formatBlock:join','registerCustomCallback','dataDowncast','markInlineFormat','registerPostFixer','removeMarkers','add','substr','fromCharCode','set','isAtEnd','_findSuggestions','trackChanges.mergeNestedSuggestions','has','createPositionAt','group','PENDING_ACTION_SUGGESTION','isExternal','insert','removed','track-changes-suggestion-not-found','targetPosition','suggestionLoaded','insertion:chain','getDifference','_refreshSuggestionsChain','updateMarker','isNextTo','suggestionUnloaded','getIntersection','moveTargetPosition','isUndo','parent','end','formatBlock:chain','_trackFormatChanges','push','_rangeIsInLocalUserInsertion','getFirstMarker','getChanges','consume','enqueueChange','update:suggestion','from','getSuggestion','refresh','getRanges','addComment','init','isEqual','removeMarker:suggestion:formatBlock','isTouching','mapper','_suggestionFactory','multipleBlocks','backward','addMarkerName','hasSuggestion','formatBlock','formatBlock:accept','consumable','howMany','insertion:discard','after','trackChanges.trackFormatChanges','never','track-changes-command-not-found','_getExternalAuthor','isIntersectingWithRange','isLocal','trackChanges','containerElement','getSuggestions','markers','document','rootName','enableCommand','chain','createSelection','catch','discardAllSuggestions','acceptAllSuggestions','formatInline:','execute','createRange','containsRangeInObject','map','rejected','stop','hasCommentThread','nodeBefore','get','_isForcedDefaultExecutionBlock','trackChangesCommand','range','_getSuggestionData','options','track-changes-suggestion-data-mismatch','_onDiscard','getRange','_splitMarkerName','clear','next','PendingActions','formatInline:discard','containsRange','insertion','return','high','marker-count','getAttribute','getMultiRangeId','change','isBefore','isInContent','_commentsRepository','split','track-changes-adapter-already-set','default','requires','TrackChangesEditing','createElement','start','element','isDocumentOperation','ck-suggestion-marker-','elementStart','getCommentThread','addUser','addMarker:suggestion','previous','CommentsRepository','ready','includes','getAllAdjacentSuggestions','formatInline:accept','getFirstRange','markerName','_suggestions','showSuggestionHighlights','getAncestors','updateSuggestion','attributes','acceptSelectedSuggestions','toViewElement','formatGroupId','isCollapsed','$marker','markMultiRangeInsertion','_joinSuggestions','formatInline','deletion:chain','track-changes-user-not-found','suggestion','some','for','authorName','activeMarkers','locale','getUser','removeAttribute','bindElementToMarker','change:_saved'];(function(_0x11b36e,_0x18cfc8){const _0x3ffe2b=function(_0x118b97){while(--_0x118b97){_0x11b36e['push'](_0x11b36e['shift']());}};_0x3ffe2b(++_0x18cfc8);}(_0x18cf,0xae));const _0x3ffe=function(_0x11b36e,_0x18cfc8){_0x11b36e=_0x11b36e-0x0;let _0x3ffe2b=_0x18cf[_0x11b36e];return _0x3ffe2b;};import{Plugin as _0x1c3905,PendingActions as _0x2201d8}from'ckeditor5/src/core';import{LiveRange as _0x2a7d37}from'ckeditor5/src/engine';import{CKEditorError as _0x37a43b,uid as _0x3a1dd6,priorities as _0x39ca25,logWarning as _0x3d2ca4}from'ckeditor5/src/utils';import{toWidget as _0xcd7f04}from'ckeditor5/src/widget';import{Users as _0x3fe405,hashObject as _0x56ef00}from'ckeditor5-collaboration/src/collaboration-core';import _0x55cdc0 from'./commands/trackchangescommand';import _0x216fc3 from'./commands/acceptsuggestioncommand';import _0x12920a from'./commands/discardsuggestioncommand';import _0x2892b6 from'./commands/executeonallsuggestionscommand';import _0x3f5cb8 from'./commands/executeonselectedsuggestionscommand';import _0x5dd847 from'./suggestion';import _0x547b5c from'./suggestiondescriptionfactory';import _0x3b86b1 from'./integrations/alignment';import _0x39e887 from'./integrations/basicstyles';import _0x1657d7 from'./integrations/blockquote';import _0x212c2b from'./integrations/ckbox';import _0x1ded42 from'./integrations/codeblock';import _0x176bae from'./integrations/comments';import _0x561b8f from'./integrations/deletecommand';import _0x279e24 from'./integrations/documentlist';import _0x2b57aa from'./integrations/entercommand';import _0x6558e from'./integrations/findandreplace';import _0x34db2b from'./integrations/font';import _0x381856 from'./integrations/formatpainter';import _0x3ef23f from'./integrations/heading';import _0x560c1a from'./integrations/highlight';import _0x21eacb from'./integrations/horizontalline';import _0x53412d from'./integrations/htmlembed';import _0x599b4c from'./integrations/image';import _0x552ce3 from'./integrations/imagereplace';import _0x237581 from'./integrations/importword';import _0x150838 from'./integrations/indent';import _0x41cd65 from'./integrations/inputcommand';import _0x32f146 from'./integrations/link';import _0x2c8a1a from'./integrations/list';import _0x7a8538 from'./integrations/listproperties';import _0x8816b7 from'./integrations/mediaembed';import _0x5a1340 from'./integrations/mention';import _0x409189 from'./integrations/pagebreak';import _0x361501 from'./integrations/paragraph';import _0x2345a5 from'./integrations/removeformat';import _0x362bbc from'./integrations/restrictededitingmode';import _0x1383b1 from'./integrations/shiftentercommand';import _0x401a61 from'./integrations/standardeditingmode';import _0x1db17f from'./integrations/style';import _0x1eefca from'./integrations/table';import _0x45b15d from'./integrations/tablemergesplit';import _0x388447 from'./integrations/tableheadings';import _0x379b05 from'./integrations/tableclipboard';import _0xca3534 from'./integrations/tablecolumnresize';import _0x36d4c2 from'./integrations/template';import _0x4a7291 from'./integrations/tableofcontents';import _0x286fbd from'./integrations/title';import _0x2a245e from'./integrations/undo';import{getTranslation as _0x34e506}from'./utils/common-translations';import _0x1d8b1f from'./integrations/tablecaption';import _0x1f3f43 from'./integrations/documentlistproperties';import _0xcf2f83 from'./integrations/tableproperties';export default class p extends _0x1c3905{static get[_0x3ffe('0x5f')](){return['CommentsRepository',_0x3fe405,_0x2201d8,_0x3b86b1,_0x39e887,_0x1657d7,_0x212c2b,_0x1ded42,_0x176bae,_0x561b8f,_0x279e24,_0x1f3f43,_0x2b57aa,_0x6558e,_0x34db2b,_0x381856,_0x3ef23f,_0x560c1a,_0x21eacb,_0x53412d,_0x599b4c,_0x552ce3,_0x237581,_0x150838,_0x41cd65,_0x32f146,_0x2c8a1a,_0x7a8538,_0x8816b7,_0x5a1340,_0x409189,_0x361501,_0x2345a5,_0x362bbc,_0x1383b1,_0x401a61,_0x1db17f,_0x1eefca,_0x45b15d,_0x388447,_0x1d8b1f,_0x379b05,_0xca3534,_0x4a7291,_0xcf2f83,_0x36d4c2,_0x286fbd,_0x2a245e];}static get['pluginName'](){return _0x3ffe('0x60');}constructor(_0x1cac92){function _0x2b3d68(_0xdd53d7){return _0xdd53d7[_0x3ffe('0x3e')](_0x2d0d0f=>String[_0x3ffe('0x129')](_0x2d0d0f))[_0x3ffe('0xc8')]('');}super(_0x1cac92),this[_0x3ffe('0x12a')](_0x3ffe('0x85'),[]),this['on'](_0x3ffe('0x100'),(_0x10ed88,_0x1a0009,_0x33d72e,_0x582bee)=>{this[_0x3ffe('0x115')]['change'](()=>{for(const _0xfbf8be of[..._0x582bee,..._0x33d72e])this[_0x3ffe('0x115')]['markers'][_0x3ffe('0x12e')](_0xfbf8be)&&_0x1cac92['editing']['reconvertMarker'](_0xfbf8be);});}),this['_descriptionFactory']=new _0x547b5c(this[_0x3ffe('0x119')][_0x3ffe('0xd2')][_0x3ffe('0xb5')],this[_0x3ffe('0x119')]['locale']),this[_0x3ffe('0x120')]=null,this[_0x3ffe('0x1d')]=new Dt(this[_0x3ffe('0x119')]),this[_0x3ffe('0x72')]=new Map(),this[_0x3ffe('0x5b')]=_0x1cac92['plugins'][_0x3ffe('0x43')]('CommentsRepository'),this[_0x3ffe('0xff')]=new Set(),this[_0x3ffe('0x115')]=this[_0x3ffe('0x119')][_0x3ffe('0xd2')],this[_0x3ffe('0xce')]=new WeakMap(),this[_0x3ffe('0x44')]=!0x1,_0x1cac92['config'][_0x3ffe('0xb7')](_0x3ffe('0x28'),_0x3ffe('0x5e')),this[_0x3ffe('0xb')]=_0x1cac92['config']['get'](_0x3ffe('0x28')),_0x1cac92[_0x3ffe('0xd8')][_0x3ffe('0xb7')](_0x3ffe('0x12d'),!0x0),this['_mergeNestedSuggestions']=_0x1cac92[_0x3ffe('0xd8')][_0x3ffe('0x43')](_0x3ffe('0x12d')),this[_0x3ffe('0x45')]=new _0x55cdc0(_0x1cac92,this[_0x3ffe('0xff')]),this[_0x2b3d68([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2b3d68([0x34,0x30,0x34,0x36,0x31,0x34,0x35,0x30]);}[_0x3ffe('0x18')](){const _0x41ed79=this[_0x3ffe('0x119')];_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0x110'))['markerToHighlight']({'model':_0x3ffe('0x81'),'view':_0xd1559c=>{const {id:_0x427629,type:_0x4afe94}=this[_0x3ffe('0x4c')](_0xd1559c[_0x3ffe('0x71')]),_0x4f1b3e=['ck-suggestion-marker',_0x3ffe('0x65')+_0x4afe94];let _0x5b0270=0xbb8;return this['activeMarkers'][_0x3ffe('0x6d')](_0xd1559c[_0x3ffe('0x71')])&&(_0x4f1b3e[_0x3ffe('0xc')](_0x3ffe('0x11b')),_0x5b0270=0xbc2),_0x3ffe('0xa8')==_0x4afe94&&(_0x5b0270+=0x5),{'classes':_0x4f1b3e,'attributes':{'data-suggestion':_0x427629},'priority':_0x5b0270};}}),_0x41ed79['conversion']['for'](_0x3ffe('0x123'))[_0x3ffe('0x127')](_0x309b28=>{_0x309b28['on'](_0x3ffe('0x69'),(_0x59deca,_0x2f353b,_0x114592)=>{if(!_0x114592[_0x3ffe('0x48')]['showSuggestionHighlights'])return;const _0x42aa98=_0x2f353b['item'];if(!_0x42aa98)return;const _0x511f03=_0x114592['mapper'][_0x3ffe('0x78')](_0x42aa98);_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0xb5')][_0x3ffe('0xcc')](_0x42aa98)&&_0x511f03&&!_0x511f03['getCustomProperty']('widget')&&_0x511f03['is'](_0x3ffe('0x2f'))&&_0xcd7f04(_0x511f03,_0x114592[_0x3ffe('0xdc')]);},{'priority':_0x3ffe('0x54')});}),_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0x123'))[_0x3ffe('0x116')]({'model':_0x3ffe('0x81'),'view':(_0x563bdc,_0x1e264b)=>{if(!_0x1e264b['options'][_0x3ffe('0x73')])return null;const {type:_0x77dafa}=this['_splitMarkerName'](_0x563bdc[_0x3ffe('0x71')]);return{'classes':['ck-suggestion-marker',_0x3ffe('0x65')+_0x77dafa],'priority':0xbb8};}});const _0x4e858e=({showActiveMarkers:_0x4f46b8=!0x0}={})=>(_0x582e39,_0xb44aa9,_0x2008b2)=>{if(!_0xb44aa9['item'])return;if(_0xb44aa9[_0x3ffe('0xfb')]['is'](_0x3ffe('0x8c')))return void _0x2008b2[_0x3ffe('0x24')][_0x3ffe('0x10')](_0xb44aa9[_0x3ffe('0xfb')],_0x582e39[_0x3ffe('0x9a')]);const _0x3c99b5=_0x2008b2[_0x3ffe('0x1c')][_0x3ffe('0x78')](_0xb44aa9['item']);if(!(_0xb44aa9['item']['is'](_0x3ffe('0x63'))&&_0x41ed79['model']['schema'][_0x3ffe('0x105')](_0xb44aa9['item'])&&!_0x3c99b5['getCustomProperty'](_0x3ffe('0xea'))))return;const {id:_0x2ec355}=this[_0x3ffe('0x4c')](_0xb44aa9[_0x3ffe('0x71')]);_0x2008b2['writer']['addClass']([_0x3ffe('0xed'),_0x3ffe('0xa4')],_0x3c99b5),_0x2008b2[_0x3ffe('0xdc')]['setAttribute'](_0x3ffe('0x90'),_0x2ec355,_0x3c99b5),_0x2008b2[_0x3ffe('0x1c')][_0x3ffe('0x89')](_0x3c99b5,_0xb44aa9['markerName']),_0x4f46b8&&(this[_0x3ffe('0x85')][_0x3ffe('0x6d')](_0xb44aa9[_0x3ffe('0x71')])?_0x2008b2[_0x3ffe('0xdc')][_0x3ffe('0xb1')](_0x3ffe('0x11b'),_0x3c99b5):_0x2008b2[_0x3ffe('0xdc')][_0x3ffe('0xc2')](_0x3ffe('0x11b'),_0x3c99b5));for(const _0x4b6c86 of _0x41ed79['model'][_0x3ffe('0xf4')](_0xb44aa9[_0x3ffe('0xfb')])[_0x3ffe('0x108')]())_0x2008b2[_0x3ffe('0x24')][_0x3ffe('0x10')](_0x4b6c86,_0x582e39[_0x3ffe('0x9a')]);_0x2008b2[_0x3ffe('0x24')][_0x3ffe('0x10')](_0xb44aa9[_0x3ffe('0xfb')],_0x582e39[_0x3ffe('0x9a')]);};_0x41ed79[_0x3ffe('0xc0')]['for']('dataDowncast')[_0x3ffe('0x127')](_0x52c29a=>{_0x52c29a['on']('addMarker:suggestion:formatBlock',(_0x1a157f,_0x383027,_0x35e5b8)=>{_0x35e5b8['options'][_0x3ffe('0x73')]&&_0x4e858e({'showActiveMarkers':!0x1})(_0x1a157f,_0x383027,_0x35e5b8);},{'priority':_0x3ffe('0x11e')});}),_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0x123'))['markerToData']({'model':_0x3ffe('0x81'),'view':(_0x3c2f52,_0x39008c)=>_0x39008c[_0x3ffe('0x48')][_0x3ffe('0x73')]?null:{'group':_0x3ffe('0x81'),'name':_0x3c2f52[_0x3ffe('0x128')](0xb)}}),_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0xb2'))['elementToElement']({'view':{'name':_0x3ffe('0x81'),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5befae,{writer:_0x584a44})=>{let _0x3ad7a9=_0x3ffe('0xe8')+_0x5befae[_0x3ffe('0x56')](_0x3ffe('0xd3'))+':'+_0x5befae[_0x3ffe('0x56')]('id');return _0x5befae[_0x3ffe('0x56')](_0x3ffe('0x55'))&&(_0x3ad7a9+=':'+_0x5befae['getAttribute'](_0x3ffe('0x55'))),_0x584a44[_0x3ffe('0x61')](_0x3ffe('0x7b'),{'data-name':_0x3ad7a9});}}),_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0xb2'))[_0x3ffe('0xa3')]({'view':'suggestion'}),_0x41ed79[_0x3ffe('0xc0')][_0x3ffe('0x83')](_0x3ffe('0x110'))[_0x3ffe('0x127')](_0x55a147=>{_0x55a147['on'](_0x3ffe('0x8b'),_0x4e858e(),{'priority':'high'});}),_0x41ed79[_0x3ffe('0xc0')]['for'](_0x3ffe('0x110'))['add'](_0x39d796=>{_0x39d796['on'](_0x3ffe('0x1a'),(_0x27c740,_0x3f9510,_0x196fb7)=>{const _0x1581ee=_0x196fb7[_0x3ffe('0x1c')]['markerNameToElements'](_0x3f9510[_0x3ffe('0x71')]);if(_0x1581ee)for(const _0x2ae357 of _0x1581ee)_0x2ae357['getCustomProperty'](_0x3ffe('0xea'))||(_0x196fb7[_0x3ffe('0xdc')][_0x3ffe('0xc2')]([_0x3ffe('0xed'),_0x3ffe('0xa4'),_0x3ffe('0x11b')],_0x2ae357),_0x196fb7[_0x3ffe('0xdc')][_0x3ffe('0x88')](_0x3ffe('0x90'),_0x2ae357),_0x196fb7[_0x3ffe('0x1c')]['unbindElementFromMarkerName'](_0x2ae357,_0x3f9510[_0x3ffe('0x71')]));},{'priority':_0x3ffe('0x54')});}),_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x32')]['registerPostFixer'](_0x30f52d=>{let _0x150520=!0x1;const _0x1fc72b=Array['from'](_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x32')]['differ'][_0x3ffe('0x114')]()),_0x4d05e1=new Set();for(const {name:_0x441e84,data:_0x4f7c3a}of _0x1fc72b){const {group:_0x39d63d,type:_0x4177f4,id:_0x5e2fc8}=this[_0x3ffe('0x4c')](_0x441e84);if(_0x3ffe('0x81')!==_0x39d63d)continue;const _0x1d1fef=this['_suggestions'][_0x3ffe('0x43')](_0x5e2fc8);if(null!=_0x4f7c3a[_0x3ffe('0xf5')]){_0x3ffe('0x7e')==_0x4177f4&&(_0x150520=_0x150520||Mt(_0x4f7c3a['newRange'],_0x441e84,_0x30f52d,_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0xb5')]));if(_0x4f7c3a[_0x3ffe('0xf5')][_0x3ffe('0x7a')]||_0x3ffe('0xbb')==_0x4f7c3a[_0x3ffe('0xf5')]['root'][_0x3ffe('0x33')]||_0x3ffe('0x22')==_0x4177f4&&!Nt(_0x4f7c3a[_0x3ffe('0xf5')])||_0x3ffe('0xa8')==_0x4177f4&&!(!_t(_0x1fe840=_0x4f7c3a[_0x3ffe('0xf5')])&&!function(_0x8a10af){return _0x8a10af[_0x3ffe('0x62')]['parent']==_0x8a10af['end'][_0x3ffe('0x42')]&&_0x8a10af[_0x3ffe('0x62')][_0x3ffe('0x12b')];}(_0x1fe840)))_0x30f52d[_0x3ffe('0xc3')](_0x441e84),_0x150520=!0x0;else{if(!_0x1d1fef||!_0x1d1fef[_0x3ffe('0x5a')])continue;_0x4d05e1['add'](_0x1d1fef);}}}var _0x1fe840;return _0x4d05e1['size']>0x0&&(_0x150520=!!this['_joinWithAdjacentSuggestions'](_0x4d05e1)||_0x150520),_0x150520;}),_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x32')][_0x3ffe('0x125')](_0x51e36a=>{let _0x24f1c5=!0x1;for(const _0x37c835 of _0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x32')][_0x3ffe('0x10d')][_0x3ffe('0xf')]()){if(_0x3ffe('0x133')!=_0x37c835[_0x3ffe('0xd4')])continue;const _0x41fcf8=_0x37c835['position'][_0x3ffe('0x98')](_0x37c835['length']);if(_0x41fcf8[_0x3ffe('0x12b')])for(const _0x253cd8 of this[_0x3ffe('0x72')]['values']()){if(_0x253cd8['isMultiRange']||!_0x253cd8['isInContent'])continue;if(_0x3ffe('0x22')!=_0x253cd8[_0x3ffe('0xd4')])continue;const _0x2593a6=_0x253cd8[_0x3ffe('0x70')]();if(_0x2593a6[_0x3ffe('0x62')][_0x3ffe('0x8')]!=_0x2593a6['end'][_0x3ffe('0x8')]&&_0x2593a6[_0x3ffe('0x9')][_0x3ffe('0x19')](_0x37c835['position'])){const _0x9a3a37=_0x41ed79[_0x3ffe('0xd2')]['createRange'](_0x2593a6[_0x3ffe('0x62')],_0x41fcf8);_0x51e36a[_0x3ffe('0x2')](_0x253cd8[_0x3ffe('0xe')](),{'range':_0x9a3a37}),_0x24f1c5=!0x0;}}}return _0x24f1c5;}),_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x31')]['on'](_0x3ffe('0x12'),(_0x25871e,_0x3a607b,_0x14d12c)=>{if(null==_0x14d12c){const {id:_0x5729eb}=this[_0x3ffe('0x4c')](_0x3a607b[_0x3ffe('0x9a')]),_0xa8866b=this['_suggestions'][_0x3ffe('0x43')](_0x5729eb);_0xa8866b&&_0xa8866b[_0x3ffe('0x20')](_0x3a607b['name']);}}),_0x41ed79['model'][_0x3ffe('0x32')]['on'](_0x3ffe('0xb3'),()=>{const _0x42429a=Array[_0x3ffe('0x13')](_0x41ed79[_0x3ffe('0xd2')]['document'][_0x3ffe('0x10d')][_0x3ffe('0x114')]())[_0x3ffe('0x99')](_0x587c8c=>_0x3ffe('0x81')===this[_0x3ffe('0x4c')](_0x587c8c[_0x3ffe('0x9a')])[_0x3ffe('0x130')]);if(0x0===_0x42429a[_0x3ffe('0x97')])return;_0x42429a[_0x3ffe('0xc6')]((_0x1c907e,_0x14bd4d)=>{const _0xdeda2f=_0x1c907e[_0x3ffe('0x96')]['oldRange'],_0x3111f6=_0x14bd4d[_0x3ffe('0x96')][_0x3ffe('0xe4')];return null===_0xdeda2f&&null===_0x3111f6?0x0:null===_0xdeda2f&&null!==_0x3111f6?-0x1:null!==_0xdeda2f&&null===_0x3111f6?0x1:_0xdeda2f[_0x3ffe('0x62')][_0x3ffe('0x59')](_0x3111f6[_0x3ffe('0x62')])?-0x1:0x1;});const _0x37b2b1=new Set(),_0x44822d=new Set();for(const {name:_0x537000,data:_0x511800}of _0x42429a){const {id:_0x2ba919}=this['_splitMarkerName'](_0x537000);if(null===_0x511800[_0x3ffe('0xe4')]){const _0xde054d=this['_handleNewSuggestionMarker'](_0x537000);_0x44822d[_0x3ffe('0x127')](_0xde054d);}else{const _0x192189=this[_0x3ffe('0x72')][_0x3ffe('0x43')](_0x2ba919);null!==_0x511800[_0x3ffe('0xf5')]||_0x192189[_0x3ffe('0x5a')]?(_0x37b2b1['add'](_0x192189['head']),_0x44822d[_0x3ffe('0x127')](_0x192189)):this[_0x3ffe('0xd1')](_0x192189);}}_0x44822d[_0x3ffe('0x117')]>0x0&&this[_0x3ffe('0x1')](_0x44822d);for(const _0x8ee8d2 of _0x37b2b1)this[_0x3ffe('0xb4')](_0x3ffe('0x9f'),_0x8ee8d2);}),_0x41ed79['model']['on']('applyOperation',(_0x1fee63,_0x12ee36)=>{const _0x4ffc88=_0x12ee36[0x0];if(!this[_0x3ffe('0x72')][_0x3ffe('0x117')])return;if(!_0x4ffc88[_0x3ffe('0x64')])return;if(_0x4ffc88[_0x3ffe('0xcb')][_0x3ffe('0x7')]||!_0x4ffc88[_0x3ffe('0xcb')][_0x3ffe('0x2d')])return;let _0x506964,_0x5317c7;switch(_0x4ffc88[_0x3ffe('0xd4')]){case _0x3ffe('0x133'):_0x506964=_0x41ed79[_0x3ffe('0xd2')]['createPositionAt'](_0x4ffc88[_0x3ffe('0xd9')]),_0x5317c7=_0x506964[_0x3ffe('0x98')](_0x4ffc88[_0x3ffe('0x25')]);break;case _0x3ffe('0x5c'):_0x506964=_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x12f')](_0x4ffc88['splitPosition']),_0x5317c7=_0x41ed79[_0x3ffe('0xd2')]['createPositionAt'](_0x4ffc88[_0x3ffe('0x6')]);break;case'move':_0x506964=_0x41ed79['model']['createPositionAt'](_0x4ffc88[_0x3ffe('0x136')]),_0x5317c7=_0x506964[_0x3ffe('0x98')](_0x4ffc88['howMany']);break;default:return;}const _0x59ca5f=_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x3c')](_0x506964,_0x5317c7);_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x58')](()=>{for(const {suggestion:_0x577018,meta:_0x833f46}of this[_0x3ffe('0x12c')](_0x59ca5f)){if(_0x577018[_0x3ffe('0xf7')])continue;if(_0x3ffe('0x7e')==_0x577018[_0x3ffe('0xd4')])continue;const _0x20a197=_0x577018[_0x3ffe('0x96')]&&_0x577018[_0x3ffe('0x96')][_0x3ffe('0x1e')];(_0x3ffe('0x22')!=_0x577018[_0x3ffe('0xd4')]||_0x3ffe('0x5c')==_0x4ffc88[_0x3ffe('0xd4')]&&!_0x20a197)&&(_0x833f46[_0x3ffe('0x3d')]||_0x3ffe('0x52')==_0x577018[_0x3ffe('0xd4')]&&_0x833f46[_0x3ffe('0xda')]||_0x577018[_0x3ffe('0x70')]()[_0x3ffe('0x51')](_0x59ca5f)&&this['_breakSuggestionMarker'](_0x577018,_0x506964,_0x5317c7));}});},{'priority':_0x3ffe('0xe3')}),_0x41ed79[_0x3ffe('0xd2')]['on']('deleteContent',(_0x35f15e,_0x49cad8)=>{const _0x1db778=_0x49cad8[0x0],_0x53d8f5=_0x49cad8[0x1];if(_0x53d8f5&&_0x53d8f5[_0x3ffe('0x107')])return;if(this[_0x3ffe('0x44')])return;if(!this[_0x3ffe('0x45')]['value'])return;if(_0x1db778[_0x3ffe('0x7a')])return;const _0x370d70=_0x41ed79['model'][_0x3ffe('0xb5')],{start:_0x1ad092,end:_0x567c69}=_0x1db778[_0x3ffe('0x70')](),_0x4fa254=_0x1ad092[_0x3ffe('0x10f')]&&_0x370d70[_0x3ffe('0xbc')](_0x1ad092[_0x3ffe('0x10f')])?null:_0x370d70['getNearestSelectionRange'](_0x1ad092,_0x3ffe('0x95')),_0x1118e9=_0x567c69[_0x3ffe('0x42')]&&_0x370d70['isLimit'](_0x567c69[_0x3ffe('0x42')])?null:_0x370d70[_0x3ffe('0x11f')](_0x567c69,_0x3ffe('0x1f')),_0x274fb0=_0x41ed79['model'][_0x3ffe('0x3c')](_0x4fa254?_0x4fa254[_0x3ffe('0x62')]:_0x1ad092,_0x1118e9?_0x1118e9['end']:_0x567c69);_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x58')](_0x354382=>{this['markDeletion'](_0x274fb0);const _0x12ddf9=_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0xb5')][_0x3ffe('0x11f')](_0x274fb0[_0x3ffe('0x62')]);_0x1db778['is'](_0x3ffe('0xf1'))?_0x354382[_0x3ffe('0xe7')](_0x12ddf9):_0x1db778[_0x3ffe('0xf2')](_0x12ddf9);}),_0x35f15e[_0x3ffe('0x40')]();},{'priority':_0x39ca25['normal']+0xa}),_0x41ed79[_0x3ffe('0xd2')]['on'](_0x3ffe('0x9d'),(_0x3b633b,_0x361454)=>{const _0x550e99=_0x361454[_0x361454[_0x3ffe('0x97')]-0x1];_0x550e99&&_0x550e99[_0x3ffe('0x107')]||this[_0x3ffe('0x44')]||this[_0x3ffe('0x45')][_0x3ffe('0xde')]&&(_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x58')](()=>{let _0x43236f=_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0x9d')](_0x361454[0x0],_0x361454[0x1],_0x361454[0x2],{'forceDefaultExecution':!0x0});if(!_0x43236f)return;_0x3b633b[_0x3ffe('0x53')]=_0x43236f['clone']();const _0x4bb99c=_0x43236f[_0x3ffe('0x9')][_0x3ffe('0x42')],_0x4de3c1=_0x41ed79[_0x3ffe('0xd2')][_0x3ffe('0xb5')];_0x4bb99c&&_0x4de3c1[_0x3ffe('0x105')](_0x4bb99c)&&!_0x4de3c1[_0x3ffe('0xcc')](_0x4bb99c)&&(_0x43236f=_0x41ed79[_0x3ffe('0xd2')]['createRange'](_0x43236f[_0x3ffe('0x62')],_0x41ed79[_0x3ffe('0xd2')]['createPositionAt'](_0x4bb99c,_0x3ffe('0x9')))),this['markInsertion'](_0x43236f);}),_0x3b633b[_0x3ffe('0x40')]());},{'priority':'high'}),this[_0x3ffe('0x119')]['commands'][_0x3ffe('0x127')](_0x3ffe('0x2e'),this[_0x3ffe('0x45')]),this['enableCommand'](_0x3ffe('0x2e'));const _0x233916=new _0x216fc3(_0x41ed79,this['_suggestions']);_0x41ed79['commands'][_0x3ffe('0x127')](_0x3ffe('0x92'),_0x233916),this[_0x3ffe('0x34')](_0x3ffe('0x92'));const _0x43a95a=new _0x12920a(_0x41ed79,this[_0x3ffe('0x72')]);_0x41ed79[_0x3ffe('0xf0')][_0x3ffe('0x127')](_0x3ffe('0xbf'),_0x43a95a),this[_0x3ffe('0x34')]('discardSuggestion'),_0x41ed79[_0x3ffe('0xf0')][_0x3ffe('0x127')](_0x3ffe('0x39'),new _0x2892b6(_0x41ed79,_0x233916,this[_0x3ffe('0x72')])),this['enableCommand'](_0x3ffe('0x39')),_0x41ed79['commands'][_0x3ffe('0x127')](_0x3ffe('0x38'),new _0x2892b6(_0x41ed79,_0x43a95a,this[_0x3ffe('0x72')])),this[_0x3ffe('0x34')]('discardAllSuggestions'),_0x41ed79[_0x3ffe('0xf0')]['add'](_0x3ffe('0x77'),new _0x3f5cb8(_0x41ed79,_0x233916,this[_0x3ffe('0x72')])),this[_0x3ffe('0x34')](_0x3ffe('0x77')),_0x41ed79[_0x3ffe('0xf0')]['add']('discardSelectedSuggestions',new _0x3f5cb8(_0x41ed79,_0x43a95a,this[_0x3ffe('0x72')])),this['enableCommand'](_0x3ffe('0xf3'));const _0x3e979c=_0x41ed79[_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0x6b'));this[_0x3ffe('0xb0')](_0x3e979c,_0x3ffe('0x17'),(_0x365412,{threadId:_0x233cea})=>{const _0x50d71a=this[_0x3ffe('0x72')][_0x3ffe('0x43')](_0x233cea);_0x50d71a&&_0x50d71a[_0x3ffe('0xcd')]&&0x1===_0x50d71a[_0x3ffe('0xcd')][_0x3ffe('0x97')]&&this[_0x3ffe('0xa5')](_0x233cea,{'hasComments':!0x0});},{'priority':_0x3ffe('0x10b')}),this[_0x3ffe('0xb0')](_0x3e979c,'removeComment',(_0x5d5dd1,{threadId:_0x4d2c6b})=>{const _0x18f1d9=this[_0x3ffe('0x72')][_0x3ffe('0x43')](_0x4d2c6b);_0x18f1d9&&_0x18f1d9[_0x3ffe('0xcd')]&&!_0x18f1d9[_0x3ffe('0xcd')]['length']&&this[_0x3ffe('0xa5')](_0x4d2c6b,{'hasComments':!0x1});},{'priority':_0x3ffe('0x10b')});}set['adapter'](_0x44bf0e){if(this[_0x3ffe('0x120')])throw new _0x37a43b(_0x3ffe('0x5d'),this);this[_0x3ffe('0x120')]=_0x44bf0e;}get['adapter'](){return this['_adapter'];}[_0x3ffe('0x30')]({skipNotAttached:_0x48025a=!0x1,toJSON:_0x26d24c=!0x1}={}){const _0x2908ec=[];for(const _0x2baa2a of this[_0x3ffe('0x72')][_0x3ffe('0x9c')]())_0x48025a&&!_0x2baa2a[_0x3ffe('0x5a')]||_0x2908ec[_0x3ffe('0xc')](_0x2baa2a);return _0x26d24c?_0x2908ec['map'](_0x30d3d9=>_0x30d3d9[_0x3ffe('0x109')]()):_0x2908ec;}[_0x3ffe('0x14')](_0x37b0be){const _0x560310=this[_0x3ffe('0x72')]['get'](_0x37b0be);if(!_0x560310)throw new _0x37a43b(_0x3ffe('0x135'),this);return _0x560310;}[_0x3ffe('0x21')](_0x1c35cd){return this[_0x3ffe('0x72')]['has'](_0x1c35cd);}[_0x3ffe('0x91')](_0x470084){const {authorId:_0x52573a,id:_0x472f2b,attributes:_0x16f6fa}=_0x470084,[_0x11aae3,_0x1b05c7]=_0x470084[_0x3ffe('0xd4')][_0x3ffe('0x5c')](':'),_0x44f2be=this['_suggestions']['get'](_0x472f2b)||this[_0x3ffe('0x112')](_0x11aae3,_0x1b05c7,_0x472f2b,_0x52573a,_0x16f6fa);if(this[_0x3ffe('0xf8')](_0x44f2be),this[_0x3ffe('0xe1')](_0x44f2be,_0x11aae3,_0x1b05c7||null,_0x52573a),_0x44f2be[_0x3ffe('0xd6')]=_0x470084[_0x3ffe('0xd6')],_0x16f6fa&&_0x16f6fa[_0x3ffe('0xfd')]){const _0x5e884a=_0x16f6fa[_0x3ffe('0xfd')],_0x3139e2=this[_0x3ffe('0x2b')](_0x5e884a[_0x3ffe('0x84')]);_0x44f2be[_0x3ffe('0xc5')]=_0x5e884a[_0x3ffe('0xd6')],_0x44f2be[_0x3ffe('0xfe')]=_0x3139e2,_0x44f2be[_0x3ffe('0x132')]=!0x0;}else _0x44f2be[_0x3ffe('0xc5')]=_0x470084[_0x3ffe('0xd6')];switch(_0x470084[_0x3ffe('0x96')]&&(_0x44f2be['data']=_0x470084['data']),_0x470084[_0x3ffe('0x76')]&&(_0x44f2be[_0x3ffe('0x76')]=_0x470084[_0x3ffe('0x76')]),this[_0x3ffe('0x120')]&&this[_0x3ffe('0x120')][_0x3ffe('0xba')]||(_0x44f2be[_0x3ffe('0xad')]=!0x0),this[_0x3ffe('0xce')][_0x3ffe('0x43')](_0x44f2be)){case _0x3ffe('0x11d'):this[_0x3ffe('0xce')][_0x3ffe('0x12a')](_0x44f2be,'dataReady');break;case _0x3ffe('0x104'):_0x44f2be[_0x3ffe('0x5a')]?(this[_0x3ffe('0xce')][_0x3ffe('0x12a')](_0x44f2be,_0x3ffe('0x6c')),this[_0x3ffe('0xb4')]('suggestionLoaded',_0x44f2be)):this['_suggestionState']['set'](_0x44f2be,_0x3ffe('0x134'));}return _0x44f2be;}[_0x3ffe('0x92')](_0x4b0785){this[_0x3ffe('0x107')](()=>{this['editor'][_0x3ffe('0xd2')][_0x3ffe('0x58')](()=>{for(const _0x1fde88 of _0x4b0785[_0x3ffe('0x6e')]())_0x1fde88['accept']();});});}[_0x3ffe('0xbf')](_0x5a426a){this['forceDefaultExecution'](()=>{this[_0x3ffe('0x119')][_0x3ffe('0xd2')][_0x3ffe('0x58')](()=>{for(const _0x32a605 of _0x5a426a[_0x3ffe('0x6e')]())_0x32a605['discard']();});});}[_0x3ffe('0x34')](_0x1d5d1b,_0x5c7d54){const _0x2d16c2=this['editor'][_0x3ffe('0xf0')][_0x3ffe('0x43')](_0x1d5d1b);if(!_0x2d16c2)throw new _0x37a43b(_0x3ffe('0x2a'),this,{'commandName':_0x1d5d1b});this[_0x3ffe('0xff')]['add'](_0x2d16c2),_0x5c7d54&&_0x2d16c2['on'](_0x3ffe('0x3b'),(_0x35a0cd,_0xc2c01)=>{this['trackChangesCommand'][_0x3ffe('0xde')]&&(this[_0x3ffe('0x44')]||_0xc2c01['length']>0x0&&_0xc2c01[_0xc2c01[_0x3ffe('0x97')]-0x1]&&_0xc2c01[_0xc2c01[_0x3ffe('0x97')]-0x1]['forceDefaultExecution']||(_0x5c7d54((..._0xe5d5fb)=>_0x2d16c2[_0x3ffe('0x3b')](..._0xe5d5fb,{'forceDefaultExecution':!0x0}),..._0xc2c01),_0x35a0cd[_0x3ffe('0x40')]()));},{'priority':_0x3ffe('0x54')});}[_0x3ffe('0x107')](_0x169a52){let _0x3cb340,_0x123349;const _0x1dcf2f=this[_0x3ffe('0x44')];this[_0x3ffe('0x44')]=!0x0;try{_0x3cb340=_0x169a52();}catch(_0x1ef9bf){_0x123349=_0x1ef9bf;}return _0x1dcf2f||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x123349&&_0x37a43b['rethrowUnexpectedError'](_0x123349,this),_0x3cb340;}['markInsertion'](_0x4238c6,_0x222bf8=null,_0x4248f7={}){if(_0x4238c6[_0x3ffe('0x7a')])return null;const _0x17d413=this[_0x3ffe('0x119')][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'];for(const {suggestion:_0x3e68a8,meta:_0x1c58c7}of this[_0x3ffe('0x12c')](_0x4238c6,_0x3ffe('0x52')))if(_0x1c58c7[_0x3ffe('0xda')]){if(!_0x1c58c7['isNextTo']){if(!this[_0x3ffe('0xae')]&&_0x1c58c7[_0x3ffe('0x3d')])continue;return _0x3e68a8;}if(_0x222bf8==_0x3e68a8['subType']){const _0x26ca76=_0x3e68a8[_0x3ffe('0x70')]();return _0x26ca76['start']['isEqual'](_0x4238c6[_0x3ffe('0x9')])?this['_setSuggestionRange'](_0x3e68a8,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x4238c6[_0x3ffe('0x62')],_0x26ca76[_0x3ffe('0x9')])):this[_0x3ffe('0xf6')](_0x3e68a8,this['_model'][_0x3ffe('0x3c')](_0x26ca76[_0x3ffe('0x62')],_0x4238c6[_0x3ffe('0x9')])),_0x3e68a8;}}const _0x24f41e=_0x3a1dd6(),_0x300f69=_0x17d413['id'],_0x4fe603=_0x222bf8?_0x3ffe('0x111')+_0x222bf8:'insertion',_0x29fcf3=this[_0x3ffe('0xdf')]({'id':_0x24f41e,'type':_0x4fe603,'createdAt':new Date(),'authorId':_0x300f69,'attributes':_0x4248f7});return this[_0x3ffe('0x93')](_0x4fe603,_0x24f41e,_0x300f69,_0x4238c6),_0x29fcf3;}[_0x3ffe('0x7c')](_0x4ce8f0,_0x5550c7='multi',_0x43d522={}){const _0x1f10cb=this['editor'][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'],_0x25063a=this['_suggestionFactory'][_0x3ffe('0xac')](_0x3ffe('0x52'),_0x5550c7,_0x3ffe('0xc8'));for(const _0x15bff4 of this[_0x3ffe('0x30')]())if(_0x15bff4[_0x3ffe('0xfe')]['id']==_0x1f10cb['id']&&_0x3ffe('0x52')==_0x15bff4[_0x3ffe('0xd4')]&&_0x15bff4[_0x3ffe('0x8e')]==_0x5550c7&&(_0x25063a(_0x15bff4[_0x3ffe('0x16')](),_0x4ce8f0)||_0x25063a(_0x4ce8f0,_0x15bff4[_0x3ffe('0x16')]()))){for(const _0x52df03 of _0x4ce8f0)_0x15bff4[_0x3ffe('0xe6')](_0x52df03);return _0x15bff4;}if(this[_0x3ffe('0xae')])for(const _0x13a295 of _0x4ce8f0)for(const {suggestion:_0x2d863b,meta:_0x3ecffe}of this[_0x3ffe('0x12c')](_0x13a295,_0x3ffe('0x52'))){if(!_0x3ecffe[_0x3ffe('0xda')])continue;let _0x19d7ca=!0x0;for(const _0x41e857 of _0x2d863b[_0x3ffe('0x16')]())for(const _0x276ce3 of _0x4ce8f0)if(!_0x41e857[_0x3ffe('0x51')](_0x276ce3)){_0x19d7ca=!0x1;break;}if(_0x19d7ca)return _0x2d863b;}const _0x4bb53b=_0x3a1dd6(),_0x33c0e6=_0x1f10cb['id'],_0x5eabef=_0x3ffe('0x111')+_0x5550c7,_0x3c2403=this['_setSuggestionData']({'id':_0x4bb53b,'type':_0x5eabef,'createdAt':new Date(),'authorId':_0x33c0e6,'attributes':_0x43d522});for(const _0x14e53e of _0x4ce8f0)this[_0x3ffe('0x93')](_0x5eabef,_0x4bb53b,_0x33c0e6,_0x14e53e,_0x5dd847[_0x3ffe('0x57')]());return _0x3c2403;}[_0x3ffe('0x124')](_0x53e1f8,_0x48eaed,_0xe5a466=null,_0xef3eb2={}){if(_0xe5a466=_0xe5a466||$t(_0x48eaed),_0x53e1f8[_0x3ffe('0x7a')])return null;if(_0x3ffe('0x29')===this[_0x3ffe('0xb')]){const _0x4b2e0a=this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0x3ffe('0x7e'),_0xe5a466,_0x3ffe('0xeb'));return this['forceDefaultExecution'](()=>_0x4b2e0a([_0x53e1f8],_0x48eaed,_0xef3eb2)),null;}const _0x5bbe75=this[_0x3ffe('0x119')][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'],_0x2a87a0=[];if(_0x3ffe('0xa2')!==this[_0x3ffe('0xb')])for(const {suggestion:_0x26550b,meta:_0x10670e}of this['_findSuggestions'](_0x53e1f8,_0x3ffe('0x52')))_0x10670e[_0x3ffe('0xda')]&&!_0x10670e['isInsideObject']&&_0x2a87a0[_0x3ffe('0xc')](..._0x26550b[_0x3ffe('0x16')]());const _0x3f521f=function(_0x33c6b3,_0x2af523){const _0x7895b6=[];for(const _0x4d9bd9 of _0x2af523){const _0x353e72=_0x33c6b3['getIntersection'](_0x4d9bd9);_0x353e72&&_0x7895b6[_0x3ffe('0xc')](_0x353e72);}return _0x7895b6;}(_0x53e1f8,_0x2a87a0),_0x600250=function(_0x561e1d,_0x3a92bf){const _0x5dfc3b=[_0x561e1d];for(const _0x3ec168 of _0x3a92bf){let _0x29c17a=0x0;for(;_0x29c17a<_0x5dfc3b[_0x3ffe('0x97')];){const _0x40a9e5=_0x5dfc3b[_0x29c17a][_0x3ffe('0x0')](_0x3ec168);_0x5dfc3b[_0x3ffe('0x101')](_0x29c17a,0x1,..._0x40a9e5),_0x29c17a+=_0x40a9e5[_0x3ffe('0x97')];}}return _0x5dfc3b;}(_0x53e1f8,_0x2a87a0);_0x3f521f[_0x3ffe('0x97')]&&this[_0x3ffe('0x115')][_0x3ffe('0x58')](()=>{for(const _0x335fb9 of _0x3f521f){const _0x31db77=this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0x3ffe('0x7e'),_0xe5a466,_0x3ffe('0xeb'));this[_0x3ffe('0x107')](()=>_0x31db77([_0x335fb9],_0x48eaed,_0xef3eb2));}});for(const _0x37f208 of _0x600250){let _0x58eff8=null,_0x2bd37b=_0x37f208['start'],_0x4c0d31=_0x37f208[_0x3ffe('0x9')];for(const {suggestion:_0x23f6de,meta:_0x3f124c}of this[_0x3ffe('0x12c')](_0x37f208,_0x3ffe('0x7e'))){if(!_0x3f124c[_0x3ffe('0xda')])continue;if(_0x23f6de[_0x3ffe('0x8e')]!=_0xe5a466)continue;const _0x50042d=_0x23f6de[_0x3ffe('0x70')]();if(_0x50042d[_0x3ffe('0x51')](_0x37f208,!0x0))return null;_0x2bd37b=_0x2bd37b[_0x3ffe('0x59')](_0x50042d[_0x3ffe('0x62')])?_0x2bd37b:_0x50042d[_0x3ffe('0x62')],_0x4c0d31=_0x4c0d31[_0x3ffe('0xe0')](_0x50042d[_0x3ffe('0x9')])?_0x4c0d31:_0x50042d['end'],_0x58eff8?_0x50042d[_0x3ffe('0x62')]['isBefore'](_0x58eff8['getFirstRange']()[_0x3ffe('0x62')])?(_0x58eff8['removeMarkers'](),_0x58eff8=_0x23f6de):_0x23f6de[_0x3ffe('0x126')]():_0x58eff8=_0x23f6de;}const _0x4d6245=this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x2bd37b,_0x4c0d31);if(_0x58eff8)this['_setSuggestionRange'](_0x58eff8,_0x4d6245);else{const _0x26ef27=_0x3a1dd6(),_0x57ec56=_0x5bbe75['id'];this['_setSuggestionData']({'id':_0x26ef27,'type':_0x3ffe('0x3a')+_0xe5a466,'data':_0x48eaed,'createdAt':new Date(),'authorId':_0x57ec56,'attributes':_0xef3eb2}),this[_0x3ffe('0x93')](_0x3ffe('0x3a')+_0xe5a466,_0x26ef27,_0x57ec56,_0x4d6245);}}return null;}['markBlockFormat'](_0x5ce431,_0x55dee0,_0x5ec108=[],_0x728d52=null,_0x16be80={}){_0x55dee0['formatGroupId']||(_0x55dee0['formatGroupId']=_0x55dee0[_0x3ffe('0xa7')]),_0x55dee0[_0x3ffe('0x1e')]=_0x5ce431['is']('range'),_0x728d52=_0x728d52||$t(_0x55dee0);const _0x5da4df=_0x5ec108[_0x3ffe('0x3e')](_0x32c790=>Rt(_0x32c790,this[_0x3ffe('0x115')])),_0x55cafa=_0x5ce431['is']('range')?_0x5ce431:Rt(_0x5ce431,this[_0x3ffe('0x115')]);if(_0x3ffe('0x29')===this[_0x3ffe('0xb')]){const _0x1510c5=this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0x3ffe('0x22'),_0x728d52,'accept');return this[_0x3ffe('0x107')](()=>_0x1510c5([_0x55cafa],_0x55dee0,_0x16be80)),null;}_0x5da4df[_0x3ffe('0xc')](_0x55cafa);let _0x405d30=!0x0;for(const _0x5d9e7b of _0x5da4df)if(!this[_0x3ffe('0xd')](_0x5d9e7b)){_0x405d30=!0x1;break;}if(_0x405d30&&_0x3ffe('0xa2')!==this[_0x3ffe('0xb')]){const _0x14205b=this[_0x3ffe('0x1d')][_0x3ffe('0xac')]('formatBlock',_0x728d52,_0x3ffe('0xeb'));return this[_0x3ffe('0x107')](()=>_0x14205b([_0x55cafa],_0x55dee0,_0x16be80)),null;}let _0x53f3e1=null,_0x185aac=_0x55cafa[_0x3ffe('0x62')],_0x5e3b07=_0x55cafa[_0x3ffe('0x9')];for(const {suggestion:_0x54bc66,meta:_0x435677}of this[_0x3ffe('0x12c')](_0x55cafa,'formatBlock')){if(!_0x435677[_0x3ffe('0xda')]||_0x435677[_0x3ffe('0x3')]||_0x435677[_0x3ffe('0x3d')]||_0x435677[_0x3ffe('0x8d')])continue;if(_0x54bc66[_0x3ffe('0x96')][_0x3ffe('0x79')]!=_0x55dee0['formatGroupId'])continue;const _0x4319c4=_0x54bc66['getFirstRange']();if(_0x54bc66['subType']==_0x728d52){if(_0x4319c4[_0x3ffe('0x51')](_0x55cafa,!0x0))return null;_0x185aac=_0x185aac[_0x3ffe('0x59')](_0x4319c4[_0x3ffe('0x62')])?_0x185aac:_0x4319c4[_0x3ffe('0x62')],_0x5e3b07=_0x5e3b07[_0x3ffe('0xe0')](_0x4319c4[_0x3ffe('0x9')])?_0x5e3b07:_0x4319c4['end'],_0x53f3e1?_0x4319c4['start'][_0x3ffe('0x59')](_0x53f3e1[_0x3ffe('0x70')]()[_0x3ffe('0x62')])?(_0x53f3e1[_0x3ffe('0x126')](),_0x53f3e1=_0x54bc66):_0x54bc66[_0x3ffe('0x126')]():_0x53f3e1=_0x54bc66;}else{const _0x346d55=_0x55cafa['getIntersection'](_0x4319c4);this['_cutOutSuggestionMarker'](_0x54bc66,_0x346d55);}}const _0x1fdd64=this['editor'][_0x3ffe('0xa0')][_0x3ffe('0x43')]('Users')['me'],_0x473222=_0x3a1dd6(),_0x5a4d5d=_0x1fdd64['id'];if(_0x53f3e1)return this['_setSuggestionRange'](_0x53f3e1,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x185aac,_0x5e3b07)),_0x53f3e1;{const _0x36b0f4=this['_setSuggestionData']({'id':_0x473222,'type':_0x3ffe('0xe2')+_0x728d52,'data':_0x55dee0,'createdAt':new Date(),'authorId':_0x5a4d5d,'attributes':_0x16be80});return this['_addSuggestionMarker'](_0x3ffe('0xe2')+_0x728d52,_0x473222,_0x5a4d5d,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x185aac,_0x5e3b07)),_0x36b0f4;}}[_0x3ffe('0xcf')](_0x510267,_0x1586c9,_0x4fd92b=[],_0x3d4cd4=null,_0x405482={}){_0x1586c9[_0x3ffe('0x79')]||(_0x1586c9[_0x3ffe('0x79')]=_0x1586c9[_0x3ffe('0xa7')]);const _0x5d870b=_0x510267[0x0];_0x1586c9['multipleBlocks']=_0x5d870b['is'](_0x3ffe('0x46')),_0x3d4cd4=_0x3d4cd4||$t(_0x1586c9);const _0x2fbca3=_0x4fd92b[_0x3ffe('0x3e')](_0x47fcb6=>Rt(_0x47fcb6,this[_0x3ffe('0x115')])),_0xb9153f=_0x5d870b['is'](_0x3ffe('0x46'))?_0x510267:_0x510267[_0x3ffe('0x3e')](_0x52439f=>Rt(_0x52439f,this[_0x3ffe('0x115')]));if(_0x3ffe('0x29')===this[_0x3ffe('0xb')]){const _0x7c0d46=this['_suggestionFactory']['getSuggestionCallback'](_0x3ffe('0x22'),_0x3d4cd4,_0x3ffe('0xeb'));return this['forceDefaultExecution'](()=>_0x7c0d46(_0xb9153f,_0x1586c9,_0x405482)),null;}_0x2fbca3[_0x3ffe('0xc')](..._0xb9153f);let _0x1f5aa3=!0x0;for(const _0x519922 of _0x2fbca3)if(!this[_0x3ffe('0xd')](_0x519922)){_0x1f5aa3=!0x1;break;}if(_0x1f5aa3&&_0x3ffe('0xa2')!==this['_trackFormatChanges']){const _0x8987d0=this[_0x3ffe('0x1d')][_0x3ffe('0xac')]('formatBlock',_0x3d4cd4,_0x3ffe('0xeb'));return this[_0x3ffe('0x107')](()=>_0x8987d0(_0xb9153f,_0x1586c9,_0x405482)),null;}const _0x6888f1=this['editor']['plugins'][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'];for(const _0x205763 of this['getSuggestions']()){if(_0x205763[_0x3ffe('0xfe')]['id']!=_0x6888f1['id'])continue;if('formatBlock'!=_0x205763[_0x3ffe('0xd4')]||_0x205763[_0x3ffe('0x96')][_0x3ffe('0x79')]!=_0x1586c9[_0x3ffe('0x79')])continue;const _0x8a11ef=_0x205763[_0x3ffe('0x8e')]==_0x3d4cd4;for(let _0x64f8d2=0x0;_0x64f8d2<_0xb9153f[_0x3ffe('0x97')];_0x64f8d2++){const _0x20f5e0=_0xb9153f[_0x64f8d2];for(const _0x54baf6 of _0x205763[_0x3ffe('0x9b')]()){const _0x2b5f5b=_0x54baf6[_0x3ffe('0x4b')]();if(_0x20f5e0['isEqual'](_0x2b5f5b)){_0x8a11ef?(_0xb9153f['splice'](_0x64f8d2,0x1),_0x64f8d2--):_0x205763['removeMarker'](_0x54baf6[_0x3ffe('0x9a')]);break;}}}}if(0x0==_0xb9153f[_0x3ffe('0x97')])return null;const _0x3e3c06=this[_0x3ffe('0x1d')][_0x3ffe('0xac')]('formatBlock',_0x3d4cd4,'join');for(const _0x5ce9c1 of this[_0x3ffe('0x30')]())if(_0x5ce9c1[_0x3ffe('0xfe')]['id']==_0x6888f1['id']&&_0x3ffe('0x22')==_0x5ce9c1[_0x3ffe('0xd4')]&&_0x5ce9c1[_0x3ffe('0x96')][_0x3ffe('0x79')]==_0x1586c9[_0x3ffe('0x79')]&&_0x5ce9c1[_0x3ffe('0x8e')]==_0x3d4cd4&&(_0x3e3c06(_0x5ce9c1[_0x3ffe('0x16')](),_0xb9153f)||_0x3e3c06(_0xb9153f,_0x5ce9c1[_0x3ffe('0x16')]()))){for(const _0x21e589 of _0xb9153f)_0x5ce9c1['addRange'](_0x21e589);return _0x5ce9c1;}const _0x10df83=_0x3a1dd6(),_0x46ad7b=_0x6888f1['id'],_0x4c6568=_0x3ffe('0xe2')+_0x3d4cd4,_0x555a4b=this[_0x3ffe('0xdf')]({'id':_0x10df83,'type':_0x4c6568,'data':_0x1586c9,'createdAt':new Date(),'authorId':_0x46ad7b,'attributes':_0x405482});for(const _0xfcb27b of _0xb9153f)this[_0x3ffe('0x93')](_0x4c6568,_0x10df83,_0x46ad7b,_0xfcb27b,_0x5dd847['getMultiRangeId']());return _0x555a4b;}[_0x3ffe('0xf9')](_0x3d5fa9,_0xbbe07b=null,_0x676a04={}){if(_0x3d5fa9[_0x3ffe('0x7a')])return null;const _0x497972=this[_0x3ffe('0x119')]['plugins'][_0x3ffe('0x43')]('Users')['me'],_0x2f0169=new _0x2a7d37(_0x3d5fa9['start'],_0x3d5fa9[_0x3ffe('0x9')]);for(const {suggestion:_0x72efa6,meta:_0x54bf56}of this[_0x3ffe('0x12c')](_0x2f0169,_0x3ffe('0x52')))if(_0x54bf56[_0x3ffe('0xda')]&&!_0x54bf56[_0x3ffe('0x3')]){if(_0x72efa6[_0x3ffe('0xf7')]){const _0x435691=_0x72efa6[_0x3ffe('0x16')]()[_0x3ffe('0x99')](_0x544158=>_0x3ffe('0xbb')!=_0x544158['root']['rootName']);_0x435691[_0x3ffe('0xd0')](_0x208ede=>_0x2f0169[_0x3ffe('0x51')](_0x208ede,!0x0))&&_0x72efa6[_0x3ffe('0x10c')]();if(_0x435691[_0x3ffe('0x82')](_0x56d026=>_0x56d026[_0x3ffe('0x51')](_0x2f0169,!0x0))){const _0x3d987d=this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0x3ffe('0xa8'),_0xbbe07b,_0x3ffe('0xeb'));return this[_0x3ffe('0x107')](()=>_0x3d987d([_0x2f0169],null,_0x676a04)),null;}}else{const _0x39c912=_0x2f0169[_0x3ffe('0x5')](_0x72efa6[_0x3ffe('0x70')]());null!==_0x39c912&&_0x72efa6[_0x3ffe('0x4a')]([_0x39c912],null,_0x676a04);}}if(_0x2f0169[_0x3ffe('0xaf')](),_0x2f0169['isCollapsed']||'$graveyard'==_0x2f0169[_0x3ffe('0x113')][_0x3ffe('0x33')])return null;let _0x1c9777=null,_0x1ab0e7=_0x2f0169[_0x3ffe('0x62')],_0x24483b=_0x2f0169[_0x3ffe('0x9')];for(const {suggestion:_0xdcbb61,meta:_0x5c6442}of this['_findSuggestions'](_0x2f0169,_0x3ffe('0xa8')))if(_0x5c6442[_0x3ffe('0xda')]){if(_0xdcbb61['isMultiRange']&&this[_0x3ffe('0xae')]){let _0x4777bf=!0x0;for(const _0x37be49 of _0xdcbb61['getRanges']()){if(_0x37be49[_0x3ffe('0x51')](_0x2f0169,!0x0))return _0xdcbb61;_0x2f0169['containsRange'](_0x37be49)||(_0x4777bf=!0x1);}_0x4777bf&&_0xdcbb61[_0x3ffe('0x10c')]();}else{const _0x33e657=_0xdcbb61[_0x3ffe('0x70')]();if(_0x33e657[_0x3ffe('0x51')](_0x2f0169,!0x0)){if(!this[_0x3ffe('0xae')]&&_0x5c6442[_0x3ffe('0x3d')])continue;return _0xdcbb61;}_0x1ab0e7=_0x1ab0e7[_0x3ffe('0x59')](_0x33e657[_0x3ffe('0x62')])?_0x1ab0e7:_0x33e657[_0x3ffe('0x62')],_0x24483b=_0x24483b[_0x3ffe('0xe0')](_0x33e657[_0x3ffe('0x9')])?_0x24483b:_0x33e657['end'],_0x1c9777?_0x33e657[_0x3ffe('0x62')]['isBefore'](_0x1c9777[_0x3ffe('0x70')]()['start'])?(_0x1c9777[_0x3ffe('0x126')](),_0x1c9777=_0xdcbb61):_0xdcbb61['removeMarkers']():_0x1c9777=_0xdcbb61;}}if(_0x1c9777)return this['_setSuggestionRange'](_0x1c9777,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x1ab0e7,_0x24483b)),_0x1c9777;{const _0x49d3d2=_0x3a1dd6(),_0x58626e=this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x1ab0e7,_0x24483b),_0x4ea5b8=_0x497972['id'],_0x1895bd=_0xbbe07b?_0x3ffe('0xd5')+_0xbbe07b:_0x3ffe('0xa8'),_0x22c6a0=this[_0x3ffe('0xdf')]({'id':_0x49d3d2,'type':_0x1895bd,'createdAt':new Date(),'authorId':_0x4ea5b8,'attributes':_0x676a04});return this[_0x3ffe('0x93')](_0x1895bd,_0x49d3d2,_0x4ea5b8,_0x58626e),_0x22c6a0;}}['markMultiRangeDeletion'](_0x2fc496,_0x4d7b6d=_0x3ffe('0xc9'),_0x394495={}){const _0x13a3af=this[_0x3ffe('0x119')][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'],_0x537127=_0x2fc496[_0x3ffe('0x3e')](_0x45cf99=>new _0x2a7d37(_0x45cf99['start'],_0x45cf99[_0x3ffe('0x9')])),_0x317c52=new Set();for(const _0xab0ba5 of _0x537127)for(const {suggestion:_0x285d68,meta:_0x30f5d4}of this[_0x3ffe('0x12c')](_0xab0ba5,_0x3ffe('0x52')))_0x30f5d4['isOwn']&&!_0x30f5d4[_0x3ffe('0x3')]&&_0x317c52[_0x3ffe('0x127')](_0x285d68);for(const _0x1a0e1e of _0x317c52)if(_0x1a0e1e[_0x3ffe('0xf7')]){const _0x47ddaa=_0x1a0e1e[_0x3ffe('0x16')]();(!_0x1a0e1e[_0x3ffe('0x76')]||!_0x1a0e1e['attributes']['skipNestingCheck'])&&(_0x47ddaa[_0x3ffe('0xd0')](_0xcde0d=>_0x537127['some'](_0x349c68=>_0x349c68['containsRange'](_0xcde0d,!0x0)))&&_0x1a0e1e[_0x3ffe('0x10c')]());if(_0x537127[_0x3ffe('0xd0')](_0x480d9d=>_0x47ddaa['some'](_0x136326=>_0x136326[_0x3ffe('0x51')](_0x480d9d,!0x0)))){const _0x1bed05=this['_suggestionFactory'][_0x3ffe('0xac')](_0x3ffe('0xa8'),_0x4d7b6d,_0x3ffe('0xeb'));return this['forceDefaultExecution'](()=>_0x1bed05(_0x2fc496,null,_0x394495)),null;}}else{const _0x1a4263=_0x1a0e1e[_0x3ffe('0x70')]();_0x537127['some'](_0x5906b4=>_0x5906b4[_0x3ffe('0x51')](_0x1a4263,!0x0))&&_0x1a0e1e[_0x3ffe('0x10c')]();if(_0x537127[_0x3ffe('0xd0')](_0x5cc71c=>_0x1a4263[_0x3ffe('0x51')](_0x5cc71c,!0x0))){const _0x3d7071=this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0x3ffe('0xa8'),_0x4d7b6d,_0x3ffe('0xeb'));return this['forceDefaultExecution'](()=>_0x3d7071(_0x537127,null,_0x394495)),null;}}const _0x354d60=this[_0x3ffe('0x1d')][_0x3ffe('0xac')]('deletion',_0x4d7b6d,'join');let _0x266056=null;for(const _0x2d2065 of this[_0x3ffe('0x30')]())if(_0x2d2065[_0x3ffe('0xfe')]['id']==_0x13a3af['id']&&_0x2d2065['isInContent']&&_0x3ffe('0xa8')==_0x2d2065['type']&&_0x2d2065[_0x3ffe('0x8e')]==_0x4d7b6d&&(_0x354d60(_0x2d2065['getRanges'](),_0x537127)||_0x354d60(_0x537127,_0x2d2065[_0x3ffe('0x16')]()))){if(_0x266056){if(_0x2d2065[_0x3ffe('0xcd')]&&_0x2d2065[_0x3ffe('0xcd')][_0x3ffe('0x97')])continue;for(const _0x58f6ac of _0x2d2065[_0x3ffe('0x16')]())_0x266056[_0x3ffe('0x2c')](_0x58f6ac)||_0x266056[_0x3ffe('0xe6')](_0x58f6ac);_0x2d2065[_0x3ffe('0x126')]();}else{_0x266056=_0x2d2065;for(const _0x3681fa of _0x537127)_0x2d2065[_0x3ffe('0x2c')](_0x3681fa)||_0x2d2065[_0x3ffe('0xe6')](_0x3681fa);}}if(_0x266056)return _0x266056;_0x317c52[_0x3ffe('0x4d')]();for(const _0x1ae67d of _0x537127)for(const {suggestion:_0x261e1b,meta:_0x19bf70}of this[_0x3ffe('0x12c')](_0x1ae67d,_0x3ffe('0xa8')))_0x19bf70[_0x3ffe('0xda')]&&_0x317c52[_0x3ffe('0x127')](_0x261e1b);for(const _0x51cd51 of _0x317c52){const _0x2e3e44=_0x51cd51[_0x3ffe('0x16')]();if(!_0x394495||!_0x394495[_0x3ffe('0xa6')]){if(_0x537127[_0x3ffe('0xd0')](_0x4fbd76=>_0x2e3e44[_0x3ffe('0x82')](_0x228205=>_0x228205[_0x3ffe('0x51')](_0x4fbd76,!0x0))))return _0x51cd51;}(!_0x51cd51[_0x3ffe('0x76')]||!_0x51cd51[_0x3ffe('0x76')]['skipNestingCheck'])&&(_0x2e3e44['every'](_0x499d66=>_0x537127[_0x3ffe('0x82')](_0x476a5a=>_0x476a5a[_0x3ffe('0x51')](_0x499d66,!0x0)))&&_0x51cd51['discard']());}const _0x25b4a1=_0x3a1dd6(),_0x2526e8=_0x13a3af['id'],_0x1b5edc='deletion:'+_0x4d7b6d,_0x5449ba=this[_0x3ffe('0xdf')]({'id':_0x25b4a1,'type':_0x1b5edc,'createdAt':new Date(),'authorId':_0x2526e8,'attributes':_0x394495});for(const _0x597d3b of _0x537127)_0x597d3b[_0x3ffe('0xaf')](),_0x597d3b[_0x3ffe('0x7a')]||'$graveyard'==_0x597d3b[_0x3ffe('0x113')][_0x3ffe('0x33')]||this[_0x3ffe('0x93')](_0x1b5edc,_0x25b4a1,_0x2526e8,_0x597d3b,_0x5dd847[_0x3ffe('0x57')]());return _0x5449ba;}[_0x3ffe('0xf6')](_0x212866,_0x1945ef){const _0x5e860e=_0x212866[_0x3ffe('0xe')]();this[_0x3ffe('0x115')][_0x3ffe('0x58')](_0x3d39b2=>{_0x3d39b2[_0x3ffe('0x2')](_0x5e860e,{'range':_0x1945ef});});}[_0x3ffe('0xf8')](_0x56810c){const _0x3a6160=_0x56810c['id'],_0x4d3e7c=this[_0x3ffe('0x119')]['config'][_0x3ffe('0x43')](_0x3ffe('0x11c'));this[_0x3ffe('0x5b')][_0x3ffe('0x41')](_0x3a6160)||this[_0x3ffe('0x5b')]['addCommentThread']({'channelId':_0x4d3e7c,'threadId':_0x3a6160,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xdb65e0=this[_0x3ffe('0x5b')][_0x3ffe('0x67')](_0x3a6160);_0xdb65e0['unbind'](_0x3ffe('0xee')),_0xdb65e0[_0x3ffe('0xee')]=!0x1,_0x56810c[_0x3ffe('0xcd')]=_0xdb65e0;}[_0x3ffe('0xe1')](_0x1e1f92,_0x1f6ad1,_0x2db023,_0x2b4a4d){if(_0x1e1f92['type']!=_0x1f6ad1||_0x1e1f92[_0x3ffe('0x8e')]!=_0x2db023||_0x1e1f92[_0x3ffe('0xaa')]['id']!=_0x2b4a4d)throw this['editor'][_0x3ffe('0xca')](_0x3ffe('0x49')),new _0x37a43b(_0x3ffe('0x49'),this);}[_0x3ffe('0x11a')](_0x24afa0,_0x71eba1){const _0x54ac01=_0x24afa0[_0x3ffe('0x70')]();if(_0x71eba1[_0x3ffe('0x19')](_0x54ac01))_0x24afa0['removeMarkers']();else{if(_0x54ac01[_0x3ffe('0x51')](_0x71eba1)){const _0xa17a1=this['_model'][_0x3ffe('0x12f')](_0x71eba1[_0x3ffe('0x62')][_0x3ffe('0x42')],'end');this[_0x3ffe('0xf6')](_0x24afa0,this[_0x3ffe('0x115')]['createRange'](_0x54ac01['start'],_0xa17a1));const _0x265416=_0x3a1dd6(),_0x5227d6=_0x24afa0[_0x3ffe('0xaa')]['id'],_0x395224=_0x24afa0[_0x3ffe('0xd4')]+':'+_0x24afa0[_0x3ffe('0x8e')];this[_0x3ffe('0xdf')]({'id':_0x265416,'type':_0x395224,'createdAt':new Date(),'authorId':_0x5227d6,'data':_0x24afa0[_0x3ffe('0x96')],'attributes':_0x24afa0[_0x3ffe('0x76')]});const _0x4da968=this[_0x3ffe('0x115')]['createPositionAt'](_0x71eba1['end'][_0x3ffe('0x8')],_0x3ffe('0x27')),_0x4103cf=this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x4da968,_0x54ac01['end']);this[_0x3ffe('0x93')](_0x395224,_0x265416,_0x5227d6,_0x4103cf);}else{if(_0x54ac01[_0x3ffe('0x9e')](_0x71eba1[_0x3ffe('0x62')])){const _0x28acc0=this[_0x3ffe('0x115')][_0x3ffe('0x12f')](_0x71eba1[_0x3ffe('0x62')][_0x3ffe('0x42')],'end');this[_0x3ffe('0xf6')](_0x24afa0,this['_model']['createRange'](_0x54ac01[_0x3ffe('0x62')],_0x28acc0));}else{const _0x54c46d=this[_0x3ffe('0x115')]['createPositionAt'](_0x71eba1['end']['parent'],_0x3ffe('0x27'));this['_setSuggestionRange'](_0x24afa0,this[_0x3ffe('0x115')]['createRange'](_0x54c46d,_0x54ac01[_0x3ffe('0x9')]));}}}}[_0x3ffe('0xd')](_0x990059){for(const {suggestion:_0x518c1b,meta:_0x3fdf28}of this['_findSuggestions'](_0x990059,'insertion')){if(!_0x3fdf28[_0x3ffe('0xda')])continue;const _0x294382=_0x518c1b[_0x3ffe('0x16')]();for(const _0x508aa1 of _0x294382)if(!_0x990059['getDifference'](_0x508aa1)[_0x3ffe('0x97')])return!0x0;}return!0x1;}[_0x3ffe('0xbe')](_0x525347){const _0x6a15c6=this[_0x3ffe('0x119')]['plugins']['get'](_0x3ffe('0xc7'))[_0x3ffe('0x87')](_0x525347);if(!_0x6a15c6)throw new _0x37a43b(_0x3ffe('0x80'),this);return _0x6a15c6;}[_0x3ffe('0x2b')](_0x1aa5e9){const _0x3c8bcd=this[_0x3ffe('0x119')][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7')),_0x4000b0=_0x56ef00(_0x3ffe('0xab')+_0x1aa5e9),_0x55eadc=_0x3c8bcd[_0x3ffe('0x87')](_0x4000b0);return _0x55eadc||_0x3c8bcd[_0x3ffe('0x68')]({'id':_0x4000b0,'name':_0x1aa5e9});}[_0x3ffe('0x112')](_0x33efa4,_0x280ec9,_0x1a5dc7,_0x3fd152,_0xcb1b75){const _0x55dd74=this[_0x3ffe('0xbe')](_0x3fd152),_0x5846d6=this[_0x3ffe('0x1d')]['buildSuggestion'](_0x33efa4,_0x280ec9,_0x1a5dc7,_0x55dd74,_0xcb1b75,_0x2111d1=>this[_0x3ffe('0xa5')](_0x1a5dc7,{'attributes':_0x2111d1}));return this['listenTo'](_0x5846d6,_0x3ffe('0xeb'),()=>{this['_updateSuggestionData'](_0x1a5dc7,{'state':_0x3ffe('0xe5')});},{'priority':_0x3ffe('0x54')}),this[_0x3ffe('0xb0')](_0x5846d6,'discard',()=>{this[_0x3ffe('0xa5')](_0x1a5dc7,{'state':_0x3ffe('0x3f')});},{'priority':_0x3ffe('0x54')}),this[_0x3ffe('0x72')][_0x3ffe('0x12a')](_0x1a5dc7,_0x5846d6),this['_suggestionState']['set'](_0x5846d6,_0x3ffe('0x11d')),_0x5846d6;}[_0x3ffe('0x4c')](_0x1070bb){const _0x2448e4=_0x1070bb[_0x3ffe('0x5c')](':');return{'group':_0x2448e4[0x0],'type':_0x2448e4[0x1],'subType':_0x2448e4[_0x3ffe('0x97')]>=0x5?_0x2448e4[0x2]:null,'id':_0x2448e4[_0x3ffe('0x97')]<0x5?_0x2448e4[0x2]:_0x2448e4[0x3],'authorId':_0x2448e4['length']<0x5?_0x2448e4[0x3]:_0x2448e4[0x4],'markerCount':0x6==_0x2448e4[_0x3ffe('0x97')]?_0x2448e4[0x5]:null};}[_0x3ffe('0xdb')](_0x722a34,_0x314d3d,_0x1f2d8b){const _0x5d6e0c=_0x722a34[_0x3ffe('0x70')](),_0x4f6137=_0x5d6e0c[_0x3ffe('0x62')],_0xa17232=_0x5d6e0c[_0x3ffe('0x9')];this[_0x3ffe('0xf6')](_0x722a34,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x4f6137,_0x314d3d));const _0x5c57df=_0x3a1dd6(),_0x30e3a2=_0x722a34['creator']['id'],_0x5375f0=_0x722a34[_0x3ffe('0xd4')]+(_0x722a34[_0x3ffe('0x8e')]?':'+_0x722a34['subType']:'');this[_0x3ffe('0xdf')]({'id':_0x5c57df,'type':_0x5375f0,'createdAt':new Date(),'authorId':_0x30e3a2,'originalSuggestionId':_0x722a34['id'],'attributes':_0x722a34[_0x3ffe('0x76')],'data':_0x722a34[_0x3ffe('0x96')]}),_0x3ffe('0x22')==_0x722a34[_0x3ffe('0xd4')]&&(_0x1f2d8b=this[_0x3ffe('0x115')]['createPositionBefore'](_0x1f2d8b[_0x3ffe('0x8')])),this[_0x3ffe('0x93')](_0x5375f0,_0x5c57df,_0x30e3a2,this[_0x3ffe('0x115')][_0x3ffe('0x3c')](_0x1f2d8b,_0xa17232));}[_0x3ffe('0x12c')](_0xbb3341,_0x54447a=null){const _0x1b63dc=[],_0x183e80=this[_0x3ffe('0x115')][_0x3ffe('0xb5')],_0x4b9b9c=this['editor'][_0x3ffe('0xa0')][_0x3ffe('0x43')](_0x3ffe('0xc7'))['me'];for(const _0x4099e3 of this['getSuggestions']())if(_0x4099e3['isInContent']&&(!_0x54447a||_0x4099e3[_0x3ffe('0xd4')]==_0x54447a))for(const _0x461bca of _0x4099e3[_0x3ffe('0x16')]()){const _0x227b6c=_0xbb3341['start'][_0x3ffe('0x19')](_0x461bca[_0x3ffe('0x9')])||_0xbb3341[_0x3ffe('0x9')]['isEqual'](_0x461bca['start']);if(_0x227b6c||_0xbb3341[_0x3ffe('0x5')](_0x461bca)){const _0x21269b=_0xbb3341[_0x3ffe('0x51')](_0x461bca)&&Bt(_0x183e80,_0x461bca[_0x3ffe('0x62')],_0xbb3341),_0x104786=_0x461bca[_0x3ffe('0x51')](_0xbb3341)&&Bt(_0x183e80,_0xbb3341['start'],_0x461bca);_0x1b63dc[_0x3ffe('0xc')]({'suggestion':_0x4099e3,'meta':{'isOwn':_0x4b9b9c==_0x4099e3[_0x3ffe('0xfe')],'isNextTo':_0x227b6c,'isInsideObject':_0x21269b,'containsRangeInObject':_0x104786}});break;}}return _0x1b63dc;}['_addSuggestionMarker'](_0x13d151,_0x60f370,_0x151640,_0x33f330,_0xd81f9b){this['_model'][_0x3ffe('0x58')](_0x3f604a=>{let _0x4464d3=_0x3ffe('0xe8')+_0x13d151+':'+_0x60f370+':'+_0x151640;_0xd81f9b&&(_0x4464d3=_0x4464d3+':'+_0xd81f9b),_0x3f604a[_0x3ffe('0xd7')](_0x4464d3,{'range':_0x33f330,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ffe('0xd1')](_0x2f4be8){const _0x1b934f=_0x2f4be8[_0x3ffe('0x6a')],_0x3a1298=_0x2f4be8[_0x3ffe('0x4e')];_0x2f4be8[_0x3ffe('0x6a')]=null,null!=_0x1b934f&&(_0x1b934f[_0x3ffe('0x4e')]=null),_0x2f4be8['next']=null,null!=_0x3a1298&&(_0x3a1298[_0x3ffe('0x6a')]=null),'ready'==this[_0x3ffe('0xce')]['get'](_0x2f4be8)&&(this[_0x3ffe('0xce')][_0x3ffe('0x12a')](_0x2f4be8,_0x3ffe('0x134')),this[_0x3ffe('0xb4')](_0x3ffe('0x4'),_0x2f4be8,_0x1b934f,_0x3a1298));}[_0x3ffe('0xdf')](_0x1e4c13){const _0x161365=_0x1e4c13['id'],_0x1e49a1=this[_0x3ffe('0x91')](_0x1e4c13);if(this['_adapter']&&this[_0x3ffe('0x120')][_0x3ffe('0xba')]){const _0x1e7c8b=this[_0x3ffe('0x119')]['plugins'][_0x3ffe('0x43')](_0x3ffe('0x4f')),_0x10a00b=_0x1e49a1['hasComments'],_0x400933=_0x1e49a1[_0x3ffe('0x8e')]?_0x1e49a1[_0x3ffe('0xd4')]+':'+_0x1e49a1[_0x3ffe('0x8e')]:_0x1e49a1['type'],_0x1efba6=this[_0x3ffe('0x119')][_0x3ffe('0x86')],_0x204d5a=_0x1e7c8b[_0x3ffe('0x127')](_0x34e506(_0x1efba6,_0x3ffe('0x131'))),_0x2ab233={'id':_0x161365,'type':_0x400933,'hasComments':_0x10a00b,'data':_0x1e4c13[_0x3ffe('0x96')]||null,'originalSuggestionId':_0x1e4c13[_0x3ffe('0xe9')]||null,'attributes':_0x1e49a1['attributes']};this[_0x3ffe('0x120')][_0x3ffe('0xba')](_0x2ab233)['then'](_0x42cd27=>{_0x1e49a1['_saved']=!0x0,_0x1e7c8b[_0x3ffe('0x118')](_0x204d5a),_0x42cd27&&_0x42cd27[_0x3ffe('0xd6')]&&(this[_0x3ffe('0x72')][_0x3ffe('0x43')](_0x161365)[_0x3ffe('0xd6')]=_0x42cd27['createdAt']);})[_0x3ffe('0x37')](_0x393c29=>{throw _0x3d2ca4('error-saving-suggestion-data-suggestion-discarded'),this[_0x3ffe('0x119')]['model'][_0x3ffe('0x11')]({'isUndoable':!0x1},()=>{_0x1e49a1['discard']();}),_0x1e49a1['stopListening'](),this[_0x3ffe('0x72')][_0x3ffe('0x94')](_0x1e49a1['id']),this[_0x3ffe('0xce')][_0x3ffe('0x94')](_0x1e49a1),_0x393c29;});}return _0x1e49a1;}['_updateSuggestionData'](_0x13baad,_0xbec283){const _0x2c1bf1=this['editor']['plugins']['get'](_0x3ffe('0x4f')),_0x44cb4c=this[_0x3ffe('0x14')](_0x13baad);if(this[_0x3ffe('0x120')]&&this[_0x3ffe('0x120')][_0x3ffe('0x75')]){if(_0x44cb4c[_0x3ffe('0xad')]){const _0x39da6c=_0x2c1bf1[_0x3ffe('0x127')](_0x34e506(this[_0x3ffe('0x119')]['locale'],_0x3ffe('0x131')));this[_0x3ffe('0x120')]['updateSuggestion'](_0x13baad,_0xbec283)[_0x3ffe('0x102')](()=>{_0x2c1bf1[_0x3ffe('0x118')](_0x39da6c);});}else _0x44cb4c['on'](_0x3ffe('0x8a'),()=>{this[_0x3ffe('0xa5')](_0x13baad,_0xbec283);});}}[_0x3ffe('0x47')](_0x44102d){if(!this[_0x3ffe('0x120')]||!this[_0x3ffe('0x120')][_0x3ffe('0x14')])throw new _0x37a43b('track-changes-adapter-missing-getsuggestion',this);return this[_0x3ffe('0x120')]['getSuggestion'](_0x44102d);}['_handleNewSuggestionMarker'](_0x51d13f){const {id:_0x49d567,type:_0x5823be,subType:_0x12e58c,authorId:_0x3346d4}=this[_0x3ffe('0x4c')](_0x51d13f),_0x2736ff=this[_0x3ffe('0x72')][_0x3ffe('0x43')](_0x49d567)||this[_0x3ffe('0x112')](_0x5823be,_0x12e58c,_0x49d567,_0x3346d4,{});switch(this[_0x3ffe('0xe1')](_0x2736ff,_0x5823be,_0x12e58c,_0x3346d4),this[_0x3ffe('0xce')][_0x3ffe('0x43')](_0x2736ff)){case'notReady':this[_0x3ffe('0x47')](_0x49d567)['then'](_0x5c1485=>{let _0x420b7e=Promise['resolve']();_0x5c1485[_0x3ffe('0xb9')]&&(_0x420b7e=this[_0x3ffe('0x5b')][_0x3ffe('0xec')]({'channelId':this['editor'][_0x3ffe('0xd8')][_0x3ffe('0x43')]('collaboration.channelId'),'threadId':_0x49d567})),_0x420b7e['then'](()=>{this['addSuggestionData'](_0x5c1485)[_0x3ffe('0xad')]=!0x0;});}),this['_suggestionState'][_0x3ffe('0x12a')](_0x2736ff,_0x3ffe('0x104'));break;case _0x3ffe('0x134'):this[_0x3ffe('0xa5')](_0x49d567,{'state':'open'});case _0x3ffe('0xfa'):this[_0x3ffe('0xce')][_0x3ffe('0x12a')](_0x2736ff,_0x3ffe('0x6c')),this[_0x3ffe('0xb4')](_0x3ffe('0x137'),_0x2736ff);break;case _0x3ffe('0x6c'):this['fire'](_0x3ffe('0x9f'),_0x2736ff);}return _0x2736ff[_0x3ffe('0x20')](_0x51d13f),_0x2736ff;}['_refreshSuggestionsChain'](_0x469b0d){const _0x116181=Array[_0x3ffe('0x13')](_0x469b0d)[_0x3ffe('0x99')](_0x2d81c6=>!_0x2d81c6[_0x3ffe('0xf7')]),_0x25682f=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x139d6d=>!_0x139d6d[_0x3ffe('0xf7')]),_0x4aef36=_0x25682f[_0x3ffe('0x99')](_0x36c6f2=>!_0x469b0d[_0x3ffe('0x12e')](_0x36c6f2)),_0x310f12=new Map(_0x25682f[_0x3ffe('0x3e')](_0xdbcc82=>[_0xdbcc82,this[_0x3ffe('0x1d')][_0x3ffe('0xac')](_0xdbcc82['type'],_0xdbcc82['subType'],_0x3ffe('0x35'))])),_0x123ae7=new Map(_0x25682f[_0x3ffe('0x3e')](_0x4fe362=>[_0x4fe362,_0x4fe362[_0x3ffe('0x70')]()])),_0x2343f7=new Set(),_0x316d42=new Set();for(let _0x411733=0x0;_0x411733<_0x116181['length'];_0x411733++)_0xd2a2cc(_0x116181[_0x411733],_0x116181,_0x411733+0x1);for(let _0x819fa9=0x0;_0x819fa9<_0x116181['length'];_0x819fa9++)_0xd2a2cc(_0x116181[_0x819fa9],_0x4aef36,0x0);for(let _0x4db932=0x0;_0x4db932<_0x116181[_0x3ffe('0x97')];_0x4db932++){const _0x169984=_0x116181[_0x4db932];!_0x316d42['has'](_0x169984)&&_0x169984[_0x3ffe('0x6a')]&&(_0x169984[_0x3ffe('0x6a')][_0x3ffe('0x4e')]===_0x169984&&(_0x169984['previous'][_0x3ffe('0x4e')]=null),_0x169984['previous']=null),!_0x2343f7[_0x3ffe('0x12e')](_0x169984)&&_0x169984[_0x3ffe('0x4e')]&&(_0x169984[_0x3ffe('0x4e')]['previous']===_0x169984&&(_0x169984[_0x3ffe('0x4e')][_0x3ffe('0x6a')]=null),_0x169984[_0x3ffe('0x4e')]=null);}function _0xd2a2cc(_0x587c12,_0x3ff766,_0x3fa9de){for(let _0x487c4a=_0x3fa9de;_0x487c4a<_0x3ff766['length'];_0x487c4a++){const _0x40e953=_0x3dee1d(_0x587c12,_0x3ff766[_0x487c4a]);_0x40e953&&(_0x40e953[0x0][_0x3ffe('0x4e')]=_0x40e953[0x1],_0x40e953[0x1]['previous']=_0x40e953[0x0],_0x2343f7[_0x3ffe('0x127')](_0x40e953[0x0]),_0x316d42[_0x3ffe('0x127')](_0x40e953[0x1]));}}function _0x3dee1d(_0x39f968,_0x9acfb8){if(_0x39f968[_0x3ffe('0xfe')]['id']!==_0x9acfb8[_0x3ffe('0xfe')]['id'])return null;const _0x3be2f0=_0x310f12['get'](_0x39f968)(_0x39f968,_0x9acfb8,_0x123ae7['get'](_0x39f968),_0x123ae7[_0x3ffe('0x43')](_0x9acfb8));if(!_0x3be2f0)return null;return _0x310f12[_0x3ffe('0x43')](_0x9acfb8)(_0x39f968,_0x9acfb8,_0x123ae7['get'](_0x39f968),_0x123ae7[_0x3ffe('0x43')](_0x9acfb8))?_0x3be2f0[0x1][_0x3ffe('0xcd')]&&_0x3be2f0[0x1][_0x3ffe('0xcd')][_0x3ffe('0x97')]?null:_0x3be2f0:null;}}[_0x3ffe('0x106')](_0x296deb){const _0x23ddd0=Array['from'](_0x296deb),_0x134785=this[_0x3ffe('0x30')]({'skipNotAttached':!0x0}),_0x2bd0af=_0x134785['filter'](_0x20f334=>!_0x296deb[_0x3ffe('0x12e')](_0x20f334)),_0xcdc094=new Map(_0x23ddd0[_0x3ffe('0x3e')](_0x1b8719=>[_0x1b8719,this[_0x3ffe('0x1d')]['getSuggestionCallback'](_0x1b8719[_0x3ffe('0xd4')],_0x1b8719[_0x3ffe('0x8e')],_0x3ffe('0xc8'))])),_0x178f1b=new Map(_0x134785[_0x3ffe('0x3e')](_0x17f2a4=>[_0x17f2a4,_0x17f2a4[_0x3ffe('0x16')]()]));for(let _0x745a90=0x0;_0x745a90<_0x23ddd0['length'];_0x745a90++){if(_0x40afa9(this,_0x23ddd0[_0x745a90],_0x23ddd0,_0x745a90+0x1))return!0x0;}for(let _0x5a7aad=0x0;_0x5a7aad<_0x23ddd0[_0x3ffe('0x97')];_0x5a7aad++){if(_0x40afa9(this,_0x23ddd0[_0x5a7aad],_0x2bd0af,0x0))return!0x0;}return!0x1;function _0x40afa9(_0x3f3d23,_0x252263,_0x3ee6c7,_0x4330fd){for(let _0x5d7398=_0x4330fd;_0x5d7398<_0x3ee6c7[_0x3ffe('0x97')];_0x5d7398++){const _0x463b5e=_0x3ee6c7[_0x5d7398];if(_0x463b5e[_0x3ffe('0xd4')]!==_0x252263[_0x3ffe('0xd4')]||_0x463b5e[_0x3ffe('0xfe')]['id']!==_0x252263['author']['id']||_0x463b5e['subType']!==_0x252263[_0x3ffe('0x8e')])continue;const _0x5166b9=_0xcdc094['get'](_0x252263),_0x369a9f=_0x178f1b[_0x3ffe('0x43')](_0x252263),_0x18ea78=_0x178f1b['get'](_0x463b5e),_0xa9750c=_0x252263[_0x3ffe('0xcd')]&&_0x252263[_0x3ffe('0xcd')]['length'],_0x4df74f=_0x463b5e['commentThread']&&_0x463b5e[_0x3ffe('0xcd')][_0x3ffe('0x97')];if(!_0xa9750c&&_0x5166b9(_0x18ea78,_0x369a9f))return _0x3f3d23[_0x3ffe('0x7d')](_0x463b5e,_0x252263),_0x178f1b[_0x3ffe('0x94')](_0x252263),!0x0;if(!_0x4df74f&&_0x5166b9(_0x369a9f,_0x18ea78))return _0x3f3d23[_0x3ffe('0x7d')](_0x252263,_0x463b5e),_0x178f1b[_0x3ffe('0x94')](_0x463b5e),!0x0;}return!0x1;}}[_0x3ffe('0x7d')](_0xe34ac,_0xb91545){if(_0xe34ac[_0x3ffe('0xf7')])for(const _0x468b38 of _0xb91545['getRanges']())_0xe34ac['addRange'](_0x468b38);else{const _0x5111b8=_0xb91545['getFirstRange']()[_0x3ffe('0x9')];this[_0x3ffe('0xf6')](_0xe34ac,this['_model']['createRange'](_0xe34ac['getFirstRange']()['start'],_0x5111b8));}_0xb91545[_0x3ffe('0x126')]();}}class Dt{constructor(_0x180b5c){this[_0x3ffe('0xa1')]=_0x180b5c,this['_model']=_0x180b5c['model'],this[_0x3ffe('0xc4')]=new Map(),this['_defaultCallbacks']=new Map(),this[_0x3ffe('0xa9')]();}['buildSuggestion'](_0x28d909,_0x228353,_0x3f309f,_0x487ce0,_0x5ee557,_0x3edb3c){return new _0x5dd847(this['_model'],{'type':_0x28d909,'subType':_0x228353,'id':_0x3f309f,'author':_0x487ce0,'creator':_0x487ce0,'attributes':_0x5ee557,'onAttributesChange':_0x3edb3c,'onAccept':(..._0x39ea6e)=>this[_0x3ffe('0xac')](_0x28d909,_0x228353,_0x3ffe('0xeb'))(..._0x39ea6e),'onDiscard':(..._0x1ed2e2)=>this['getSuggestionCallback'](_0x28d909,_0x228353,_0x3ffe('0x10c'))(..._0x1ed2e2)});}[_0x3ffe('0x122')](_0x5541e9,_0x36b192,_0x4bfd6b,_0x185181){const _0x371690=_0x5541e9+':'+_0x36b192+':'+_0x4bfd6b;this[_0x3ffe('0xc4')][_0x3ffe('0x12a')](_0x371690,_0x185181);}[_0x3ffe('0xac')](_0x1de212,_0x37ce2e,_0x16d260){const _0x321a2b=_0x1de212+':'+_0x37ce2e+':'+_0x16d260;return this[_0x3ffe('0xc4')]['get'](_0x321a2b)||this['_defaultCallbacks'][_0x3ffe('0x43')](_0x1de212+':'+_0x16d260);}[_0x3ffe('0xa9')](){const _0x45c8ac=()=>{},_0x1ce29a=_0x1b505a=>{_0x1b505a[_0x3ffe('0xc6')]((_0x1e38c7,_0x65f4a2)=>_0x1e38c7[_0x3ffe('0x62')]['isBefore'](_0x65f4a2[_0x3ffe('0x62')])?0x1:-0x1),this[_0x3ffe('0x115')][_0x3ffe('0x58')](_0x4dd55f=>{for(const _0x41cb86 of _0x1b505a){let _0x1a2fd7;_0x1a2fd7=_0x41cb86[_0x3ffe('0x9')][_0x3ffe('0x12b')]&&_0x41cb86['end'][_0x3ffe('0x8')]==_0x41cb86[_0x3ffe('0x62')][_0x3ffe('0x10f')]?_0x4dd55f['createSelection'](_0x41cb86[_0x3ffe('0x62')][_0x3ffe('0x10f')],'on'):_0x4dd55f[_0x3ffe('0x36')](_0x41cb86),this[_0x3ffe('0x115')]['deleteContent'](_0x1a2fd7,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3e74d9=(_0x1a3a72,_0x12601)=>{this['_model']['change'](_0x3339e1=>{const {commandName:_0x44eb51,commandParams:_0x18c37c=[]}=_0x12601,_0x9299e5=_0x1a3a72[_0x3ffe('0x3e')](_0x4c3e06=>(_t(_0x4c3e06)&&(_0x4c3e06=this[_0x3ffe('0x115')]['createRange'](_0x4c3e06[_0x3ffe('0x9')])),_0x4c3e06))[_0x3ffe('0x99')](_0x5b9c7f=>_0x3ffe('0xbb')!==_0x5b9c7f[_0x3ffe('0x113')][_0x3ffe('0x33')]);if(_0x9299e5[_0x3ffe('0x97')]<0x1)return;const _0x41514f=Array[_0x3ffe('0x13')](this[_0x3ffe('0x115')][_0x3ffe('0x32')][_0x3ffe('0x8c')][_0x3ffe('0x16')]())[_0x3ffe('0x3e')](_0x2762f1=>_0x2a7d37[_0x3ffe('0xef')](_0x2762f1));_0x3339e1[_0x3ffe('0xe7')](_0x9299e5);for(const _0xb41e6b of this[_0x3ffe('0xa1')][_0x3ffe('0xf0')][_0x3ffe('0xf0')]())_0xb41e6b[_0x3ffe('0x15')]();_0x18c37c[_0x3ffe('0xc')]({'forceDefaultExecution':!0x0}),this['_editor'][_0x3ffe('0x3b')](_0x44eb51,..._0x18c37c);const _0x15d5c0=_0x41514f['filter'](_0x5ac104=>_0x3ffe('0xbb')!=_0x5ac104[_0x3ffe('0x113')]['rootName']);_0x15d5c0[_0x3ffe('0x97')]>0x0&&_0x3339e1['setSelection'](_0x15d5c0);for(const _0x3e057f of _0x41514f)_0x3e057f[_0x3ffe('0xaf')]();});},_0x222b67=(_0x40f0cf,_0xfce462)=>0x1==_0x40f0cf[_0x3ffe('0x97')]&&0x1==_0xfce462[_0x3ffe('0x97')]&&_0x40f0cf[0x0][_0x3ffe('0x9')][_0x3ffe('0x19')](_0xfce462[0x0][_0x3ffe('0x62')]),_0x2556ff=(_0x97e2c4,_0x4bbcd1,_0x1e2e88,_0x3641c)=>xt(_0x97e2c4,_0x4bbcd1,_0x1e2e88,_0x3641c,this[_0x3ffe('0x115')])?[_0x97e2c4,_0x4bbcd1]:xt(_0x4bbcd1,_0x97e2c4,_0x3641c,_0x1e2e88,this['_model'])?[_0x4bbcd1,_0x97e2c4]:null;this['_defaultCallbacks']['set'](_0x3ffe('0xdd'),_0x45c8ac),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0x26'),_0x1ce29a),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')]('insertion:join',_0x222b67),this[_0x3ffe('0xb8')]['set'](_0x3ffe('0x138'),_0x2556ff),this['_defaultCallbacks']['set'](_0x3ffe('0x103'),_0x1ce29a),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0x10e'),_0x45c8ac),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')]('deletion:join',_0x222b67),this['_defaultCallbacks']['set'](_0x3ffe('0x7f'),_0x2556ff),this['_defaultCallbacks'][_0x3ffe('0x12a')](_0x3ffe('0x6f'),_0x3e74d9),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0x50'),_0x45c8ac),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0xbd'),_0x222b67),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0x10a'),_0x45c8ac),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0x23'),_0x3e74d9),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')]('formatBlock:discard',_0x45c8ac),this['_defaultCallbacks'][_0x3ffe('0x12a')](_0x3ffe('0x121'),_0x222b67),this[_0x3ffe('0xb8')][_0x3ffe('0x12a')](_0x3ffe('0xa'),_0x45c8ac);}}function Bt(_0x58e26e,_0x549688,_0x3a7748){for(const _0x5a7616 of _0x549688['parent'][_0x3ffe('0x74')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5a7616[_0x3ffe('0x113')]==_0x5a7616)return!0x1;if(!_0x3a7748[_0x3ffe('0xb6')](_0x5a7616))return!0x1;if(_0x58e26e[_0x3ffe('0xcc')](_0x5a7616)||_0x58e26e['isLimit'](_0x5a7616))return!0x0;}return!0x1;}function _t(_0x3c8db9){return _0x3c8db9[_0x3ffe('0x9')][_0x3ffe('0x8')]==_0x3c8db9[_0x3ffe('0x62')][_0x3ffe('0x10f')]&&_0x3c8db9[_0x3ffe('0x9')]['isAtStart'];}function Mt(_0x180bb6,_0x55366e,_0x20d403,_0x4f3f66){const _0x2e134c=_0x2f9bc2=>!_0x2f9bc2[_0x3ffe('0xfb')]['is'](_0x3ffe('0x8f'))&&!_0x4f3f66['isObject'](_0x2f9bc2[_0x3ffe('0xfb')]),_0x43863b=_0x180bb6['start']['getLastMatchingPosition'](_0x2e134c),_0x5dc9ca=_0x180bb6['end']['getLastMatchingPosition'](_0x2e134c,{'direction':_0x3ffe('0x1f')});return(!_0x180bb6['start'][_0x3ffe('0x19')](_0x43863b)||!_0x180bb6[_0x3ffe('0x9')][_0x3ffe('0x19')](_0x5dc9ca))&&(_0x43863b[_0x3ffe('0x59')](_0x5dc9ca)?_0x20d403[_0x3ffe('0x2')](_0x55366e,{'range':_0x20d403[_0x3ffe('0x3c')](_0x43863b,_0x5dc9ca)}):_0x20d403['removeMarker'](_0x55366e),!0x0);}function $t(_0x48e281){return _0x56ef00(_0x48e281);}function Nt(_0x335dd2){const _0x5bd6ba=_0x335dd2[_0x3ffe('0x62')][_0x3ffe('0x10f')];return _0x5bd6ba&&_0x5bd6ba['is']('element');}function Rt(_0x1daef1,_0x535cc4){const _0x1e0d4a=_0x535cc4[_0x3ffe('0xb5')][_0x3ffe('0xcc')](_0x1daef1)||_0x535cc4[_0x3ffe('0xb5')]['isSelectable'](_0x1daef1);return _0x535cc4['createRange'](_0x535cc4[_0x3ffe('0x12f')](_0x1daef1,'before'),_0x1e0d4a?_0x535cc4[_0x3ffe('0xc1')](_0x1daef1):_0x535cc4['createPositionAt'](_0x1daef1,_0x3ffe('0x9')));}function xt(_0x5a520e,_0x3681bb,_0x38ee3e,_0x15f5cb,_0x14581b){if(_0x38ee3e['end'][_0x3ffe('0x19')](_0x15f5cb[_0x3ffe('0x62')]))return!0x0;if(_0x5a520e[_0x3ffe('0xd4')]!=_0x3681bb[_0x3ffe('0xd4')])return!0x1;if(!_0x38ee3e[_0x3ffe('0x9')][_0x3ffe('0x1b')](_0x15f5cb[_0x3ffe('0x62')]))return!0x1;const _0x2df109=_0x14581b[_0x3ffe('0x3c')](_0x38ee3e[_0x3ffe('0x9')],_0x15f5cb[_0x3ffe('0x62')])['getWalker']();for(const _0x1c1eeb of _0x2df109)if([_0x3ffe('0x66'),_0x3ffe('0xfc')][_0x3ffe('0x6d')](_0x1c1eeb[_0x3ffe('0xd4')])&&_0x14581b['schema']['isLimit'](_0x1c1eeb[_0x3ffe('0xfb')]))return!0x1;return!0x0;}
|
package/src/trackchangesui.d.ts
CHANGED
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3755=['_handleControllerBuffer','get','addComment','keys','CommentsRepository','TrackChangesEditing','acceptButton','Accept\x20all\x20suggestions','getMarkers','trackChanges.SuggestionThreadView','separator','_disableComments','requires','_destroyController','destroy','size','previous','createAnnotationView','getFirstRange','_suggestionToController','add','innerView','refreshSelectedViews','_initializeController','suggestionLoaded','init','descriptionParts','SuggestionThreadView','acceptAllSuggestions','filter','delete','focus','clear','_viewToController','_handleSuggestionControllerDelayed','push','editor','_descriptionFactory','lowest','commentThread','buttonView','addSourceCollector','discardButton','registerAnnotation','plugins','_createUIButton','execute','some','trackChanges','locale','view','change:activeAnnotations','isInContent','arrowView','isMultiRange','model','getDescriptions','Track\x20changes','from','head','change:previous','getByInnerView','button','actionView','_refreshActiveMarkers','length','_annotationViews','createCommentThreadController','mainView','acceptSelectedSuggestions','comments.editorConfig','getAllAdjacentSuggestions','has','comments.maxCommentsWhenCollapsed','getSuggestion','Annotations','getMarkerNames','EditorAnnotations','Discard\x20all\x20selected\x20suggestions','suggestionUnloaded','comments.maxCommentCharsWhenCollapsed','isOn','define','set','trackChanges.disableComments','remove','value','TrackChangesUI','values','listenTo','commands','isEnabled','suggestionChanged','activeMarkers','comments.maxThreadTotalWeight','config','editing','suggestion-','unbind','discardSelectedSuggestions','bind','getJoined','map','reduce','_updateController','commandName'];(function(_0x32a80e,_0x375598){const _0x4b70df=function(_0x51193b){while(--_0x51193b){_0x32a80e['push'](_0x32a80e['shift']());}};_0x4b70df(++_0x375598);}(_0x3755,0x71));const _0x4b70=function(_0x32a80e,_0x375598){_0x32a80e=_0x32a80e-0x0;let _0x4b70df=_0x3755[_0x32a80e];return _0x4b70df;};import{Plugin as _0x2e1ce4}from'ckeditor5/src/core';import{Collection as _0x29cb1d}from'ckeditor5/src/utils';import{Model as _0x4dbb76,SplitButtonView as _0x25780a,createDropdown as _0x558890,addListToDropdown as _0x17aaff}from'ckeditor5/src/ui';import{Users as _0x3391b0,getDateTimeFormatter as _0x2ac6b9,getAllMarkersDomElementsSorted as _0x3ea15a}from'ckeditor5-collaboration/src/collaboration-core';import _0x2426c5 from'./trackchangesediting';import _0x9776ca from'./ui/suggestioncontroller';import _0xd1de93 from'./ui/view/suggestionthreadview';import{getTranslation as _0xbe3170}from'./utils/common-translations';import _0x37b67b from'../theme/icons/track-changes.svg';export default class d extends _0x2e1ce4{static get[_0x4b70('0x5')](){return[_0x2426c5,_0x3391b0,_0x4b70('0x67'),_0x4b70('0x44'),'EditorAnnotations'];}static get['pluginName'](){return _0x4b70('0x50');}constructor(_0x272745){super(_0x272745),this[_0x4b70('0xc')]=new Map(),this[_0x4b70('0x1a')]=new Map(),this['_annotationViews']=new Map(),this[_0x4b70('0x63')]=new Map();const _0x1dc2bc=this[_0x4b70('0x1d')][_0x4b70('0x58')];_0x1dc2bc[_0x4b70('0x4b')](_0x4b70('0x2'),_0xd1de93),_0x1dc2bc[_0x4b70('0x4b')](_0x4b70('0x4d'),!0x1),this[_0x4b70('0x4')]=_0x1dc2bc[_0x4b70('0x64')]('trackChanges.disableComments');}[_0x4b70('0x1b')](_0x428a45,_0x2babf1){0x0===this['_handleControllerBuffer'][_0x4b70('0x8')]&&setTimeout(()=>{for(const [_0x2ed565,_0x2afdb1]of this[_0x4b70('0x63')]){const _0x411109=this[_0x4b70('0xc')]['has'](_0x2ed565);_0x411109||_0x2afdb1?_0x411109&&_0x2afdb1&&this[_0x4b70('0x6')](_0x2ed565):this[_0x4b70('0x10')](_0x2ed565);}this[_0x4b70('0x1d')][_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x46'))[_0x4b70('0xf')](),this[_0x4b70('0x39')](),this[_0x4b70('0x63')][_0x4b70('0x19')]();},0xa),this[_0x4b70('0x63')][_0x4b70('0x4c')](_0x428a45,_0x2babf1);}[_0x4b70('0x12')](){const _0x10bc95=this[_0x4b70('0x1d')],_0x55800f=_0x10bc95[_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x68')),_0x4ed78d=_0x10bc95[_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x44')),_0x5dc98a=_0x10bc95[_0x4b70('0x25')]['get'](_0x4b70('0x46')),_0x2f80c4=_0x10bc95[_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x67'));_0x10bc95['ui']['componentFactory']['add']('trackChanges',_0x2392c5=>this[_0x4b70('0x26')](_0x2392c5)),_0x5dc98a[_0x4b70('0x22')](()=>{const _0x7ca6c6=[];for(const [_0x57f551,_0x24b60e]of Array[_0x4b70('0x33')](this[_0x4b70('0xc')])){const _0x4a6817=_0x57f551[_0x4b70('0x40')](),_0x591b37=[];for(const _0x22d1eb of _0x4a6817){if(!_0x22d1eb['isInContent'])continue;if(_0x22d1eb[_0x4b70('0x2f')]){_0x591b37[_0x4b70('0x1c')](..._0x22d1eb['getRanges']());continue;}const _0x720ccb=_0x22d1eb[_0x4b70('0xb')]();if(_0x591b37[_0x4b70('0x3a')]>0x0){const _0x4306fc=_0x591b37[0x0][_0x4b70('0x5e')](_0x720ccb);if(_0x4306fc){_0x591b37[0x0]=_0x4306fc;continue;}}_0x591b37[_0x4b70('0x1c')](_0x720ccb);}_0x7ca6c6['push']([_0x24b60e['view'],_0x591b37]);}return _0x7ca6c6;}),this[_0x4b70('0x52')](_0x55800f,_0x4b70('0x11'),(_0x1180da,_0x1ec86d)=>{this['listenTo'](_0x1ec86d,_0x4b70('0x35'),(_0x5a7055,_0x3e39c7,_0x3e9f2b,_0x44c798)=>{_0x1ec86d[_0x4b70('0x2d')]&&(null==_0x3e9f2b?(this[_0x4b70('0x61')](_0x44c798['head']),this[_0x4b70('0x1b')](_0x1ec86d,!0x1)):(this[_0x4b70('0x61')](_0x3e9f2b[_0x4b70('0x34')]),this[_0x4b70('0x1b')](_0x1ec86d,!0x0)));}),null===_0x1ec86d[_0x4b70('0x9')]?this[_0x4b70('0x1b')](_0x1ec86d,!0x1):this[_0x4b70('0x61')](_0x1ec86d[_0x4b70('0x34')]);}),this[_0x4b70('0x52')](_0x55800f,_0x4b70('0x48'),(_0x1597c0,_0x58e6db,_0x14f600)=>{this['stopListening'](_0x58e6db,_0x4b70('0x35')),this[_0x4b70('0x63')][_0x4b70('0x17')](_0x58e6db);const _0x317bc5=_0x14f600?_0x14f600[_0x4b70('0x34')]:_0x58e6db,_0x5277f0=this[_0x4b70('0xc')]['get'](_0x317bc5);null!==_0x14f600&&this[_0x4b70('0x61')](_0x317bc5),null===_0x14f600&&_0x5277f0&&this[_0x4b70('0x6')](_0x58e6db);}),this[_0x4b70('0x52')](_0x55800f,_0x4b70('0x55'),(_0x10dc1e,_0xb82213)=>{this['_updateController'](_0xb82213);}),this[_0x4b70('0x52')](_0x4ed78d,_0x4b70('0x2c'),()=>{this[_0x4b70('0x39')]();}),this[_0x4b70('0x52')](_0x2f80c4,_0x4b70('0x65'),(_0x11c07a,{threadId:_0x5f3e7d,isFromAdapter:_0x106162})=>{if(_0x106162||!_0x55800f['hasSuggestion'](_0x5f3e7d))return;const _0xc564c6=_0x55800f[_0x4b70('0x43')](_0x5f3e7d);this[_0x4b70('0xc')][_0x4b70('0x64')](_0xc564c6)['view']['focus']();},{'priority':_0x4b70('0x1f')});}[_0x4b70('0x39')](){const _0x52f5b4=this[_0x4b70('0x1d')][_0x4b70('0x25')]['get'](_0x4b70('0x44')),_0x24f7ab=this['editor'][_0x4b70('0x25')]['get'](_0x4b70('0x68')),_0xab240c=Array[_0x4b70('0x33')](_0x52f5b4['activeAnnotations'],_0x3b1a46=>_0x3b1a46[_0x4b70('0xe')])[_0x4b70('0x16')](_0x1ae9f9=>this['_viewToController'][_0x4b70('0x41')](_0x1ae9f9)),_0xc66b51=[];for(const _0x527b4d of _0xab240c){const _0x5436ef=this[_0x4b70('0x1a')]['get'](_0x527b4d)[_0x4b70('0x30')]['getAllAdjacentSuggestions']();_0xc66b51[_0x4b70('0x1c')](..._0x5436ef[_0x4b70('0x60')]((_0x5f1929,_0x5882ad)=>[..._0x5f1929,..._0x5882ad[_0x4b70('0x45')]()],[]));}_0x24f7ab[_0x4b70('0x56')]=_0xc66b51;}[_0x4b70('0x26')](_0x22a700){const _0x9fe04d=_0x558890(_0x22a700,_0x25780a),_0x33c9da=this[_0x4b70('0x1d')][_0x4b70('0x53')][_0x4b70('0x64')]('trackChanges'),_0x440d41=_0xbe3170(_0x22a700,_0x4b70('0x32'));_0x9fe04d[_0x4b70('0x21')]['set']({'tooltip':_0x440d41,'label':_0x440d41,'icon':_0x37b67b}),_0x9fe04d[_0x4b70('0x21')][_0x4b70('0x5d')](_0x4b70('0x4a'))['to'](_0x33c9da,'value'),_0x9fe04d[_0x4b70('0x21')]['on']('execute',()=>{_0x33c9da[_0x4b70('0x27')](),this[_0x4b70('0x1d')][_0x4b70('0x59')]['view'][_0x4b70('0x18')]();});const _0x186a4f=new _0x29cb1d(),_0x2410e4=[{'type':'switchbutton','model':{'withText':!0x0,'label':_0x440d41,'commandName':_0x4b70('0x29')}},{'type':_0x4b70('0x3')},{'type':_0x4b70('0x37'),'model':{'withText':!0x0,'label':_0xbe3170(_0x22a700,_0x4b70('0x0')),'commandName':_0x4b70('0x15')}},{'type':'button','model':{'withText':!0x0,'label':_0xbe3170(_0x22a700,'Accept\x20all\x20selected\x20suggestions'),'commandName':_0x4b70('0x3e')}},{'type':_0x4b70('0x37'),'model':{'withText':!0x0,'label':_0xbe3170(_0x22a700,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions'}},{'type':_0x4b70('0x37'),'model':{'withText':!0x0,'label':_0xbe3170(_0x22a700,_0x4b70('0x47')),'commandName':_0x4b70('0x5c')}}];for(const _0x525091 of _0x2410e4){let _0x2dbbc6={'type':_0x4b70('0x3')};if(_0x525091['model']){const _0x53a687=new _0x4dbb76(_0x525091[_0x4b70('0x30')]),_0x308d66=this[_0x4b70('0x1d')]['commands'][_0x4b70('0x64')](_0x53a687[_0x4b70('0x62')]);_0x53a687['bind']('isOn',_0x4b70('0x54'))['to'](_0x308d66,_0x4b70('0x4f'),_0x4b70('0x54')),_0x2dbbc6={'type':_0x525091['type'],'model':_0x53a687};}_0x186a4f['add'](_0x2dbbc6);}_0x17aaff(_0x9fe04d,_0x186a4f);const _0x138277=_0x2410e4[_0x4b70('0x16')](_0x5448db=>null!=_0x5448db[_0x4b70('0x30')])[_0x4b70('0x5f')](_0x44deed=>this[_0x4b70('0x1d')]['commands'][_0x4b70('0x64')](_0x44deed[_0x4b70('0x30')][_0x4b70('0x62')])),_0x4a6500=_0x9fe04d[_0x4b70('0x21')];return _0x4a6500[_0x4b70('0x38')][_0x4b70('0x5b')]('isEnabled'),_0x4a6500[_0x4b70('0x2e')][_0x4b70('0x5b')](_0x4b70('0x54')),_0x4a6500['actionView'][_0x4b70('0x5d')](_0x4b70('0x54'))['to'](_0x33c9da,_0x4b70('0x54')),_0x4a6500[_0x4b70('0x2e')]['bind']('isEnabled')['toMany'](_0x138277,_0x4b70('0x54'),(..._0x1d6ddf)=>_0x1d6ddf[_0x4b70('0x28')](_0x4d6b72=>_0x4d6b72)),_0x9fe04d['on'](_0x4b70('0x27'),_0x2dba79=>{this[_0x4b70('0x1d')][_0x4b70('0x27')](_0x2dba79['source'][_0x4b70('0x62')]),this[_0x4b70('0x1d')][_0x4b70('0x59')][_0x4b70('0x2b')][_0x4b70('0x18')]();}),_0x9fe04d;}[_0x4b70('0x10')](_0x46a8e5){const _0x334055=this[_0x4b70('0x1d')],_0x76fbf=_0x334055[_0x4b70('0x58')],_0x3cae8e=_0x334055[_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x44')),_0x5dc7a1=_0x334055['plugins'][_0x4b70('0x64')](_0x4b70('0x67')),_0x19e0d2=_0x334055[_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x46')),_0x335436=_0x334055[_0x4b70('0x25')][_0x4b70('0x64')](_0x3391b0)['me'],_0x580898=_0x76fbf[_0x4b70('0x64')](_0x4b70('0x29'))[_0x4b70('0x14')],{CommentsListView:_0x19226e,CommentThreadInputView:_0x200263}=_0x334055[_0x4b70('0x25')]['get']('CommentsUI');let _0x423839,_0x12f219;this[_0x4b70('0x3b')][_0x4b70('0x41')](_0x46a8e5['id'])?(_0x12f219=this['_annotationViews'][_0x4b70('0x64')](_0x46a8e5['id']),_0x423839=_0x12f219[_0x4b70('0x3d')]):(_0x423839=new _0x580898(_0x334055[_0x4b70('0x2a')],_0x46a8e5,_0x335436,{'disableComments':this[_0x4b70('0x4')],'editorConfig':_0x76fbf[_0x4b70('0x64')](_0x4b70('0x3f')),'maxCommentsWhenCollapsed':_0x76fbf[_0x4b70('0x64')](_0x4b70('0x42')),'maxThreadTotalWeight':_0x76fbf[_0x4b70('0x64')](_0x4b70('0x57')),'maxCommentCharsWhenCollapsed':_0x76fbf[_0x4b70('0x64')](_0x4b70('0x49')),'formatDateTime':_0x2ac6b9(_0x76fbf[_0x4b70('0x64')](_0x4b70('0x2a'))),'CommentView':_0x76fbf[_0x4b70('0x64')]('comments')['CommentView'],'CommentsListView':_0x19226e,'CommentThreadInputView':_0x200263}),_0x423839[_0x4b70('0x69')]['on'](_0x4b70('0x27'),()=>{_0x334055['editing'][_0x4b70('0x2b')][_0x4b70('0x18')]();}),_0x423839[_0x4b70('0x23')]['on'](_0x4b70('0x27'),()=>{_0x334055['editing'][_0x4b70('0x2b')][_0x4b70('0x18')]();}),_0x12f219=_0x3cae8e[_0x4b70('0xa')](this['editor'][_0x4b70('0x2a')],_0x423839),_0x12f219[_0x4b70('0x5d')]('isDirty')['to'](_0x423839,'isDirty'),_0x12f219[_0x4b70('0x5d')](_0x4b70('0x3a'))['to'](_0x423839),_0x12f219[_0x4b70('0x5d')]('type')['to'](_0x423839,'type',_0x39fffd=>_0x4b70('0x5a')+_0x39fffd),this[_0x4b70('0x3b')][_0x4b70('0x4c')](_0x46a8e5['id'],_0x12f219));const _0xc07c81=_0x5dc7a1[_0x4b70('0x3c')](_0x46a8e5[_0x4b70('0x20')],_0x423839),_0x4385eb=new _0x9776ca(_0x334055,_0x46a8e5,_0x423839,_0xc07c81),_0x45505d=_0x46a8e5['getAllAdjacentSuggestions']()[_0x4b70('0x16')](_0x4d0c50=>_0x4d0c50['isInContent']);_0x423839[_0x4b70('0x13')]=_0x334055[_0x4b70('0x25')]['get']('TrackChangesEditing')[_0x4b70('0x1e')][_0x4b70('0x31')](_0x45505d),this['_suggestionToController'][_0x4b70('0x4c')](_0x46a8e5,_0x4385eb),this['_viewToController']['set'](_0x423839,_0x4385eb);const _0x352b9c=_0x3cae8e['createAnnotation']({'view':_0x12f219,'target':()=>{const _0xfdd7f8=[],_0x369be1=_0x46a8e5[_0x4b70('0x40')]()[_0x4b70('0x16')](_0x5b4dbe=>_0x5b4dbe['isInContent']);for(const _0x29dce8 of _0x369be1)_0xfdd7f8[_0x4b70('0x1c')](..._0x29dce8[_0x4b70('0x1')]());return _0x3ea15a(_0x334055['editing'],_0xfdd7f8);},'type':()=>'suggestion-'+_0x4385eb[_0x4b70('0x2b')]['type']});_0x3cae8e[_0x4b70('0xd')](_0x352b9c),_0x19e0d2[_0x4b70('0x24')](_0x352b9c);}['_destroyController'](_0x38516c){const _0x260280=this[_0x4b70('0x1d')][_0x4b70('0x25')]['get'](_0x4b70('0x44')),_0x2cdf36=this[_0x4b70('0xc')][_0x4b70('0x64')](_0x38516c),_0x1f52ef=_0x2cdf36[_0x4b70('0x2b')],_0x50b2e7=_0x260280[_0x4b70('0x36')](_0x1f52ef);_0x50b2e7&&_0x260280[_0x4b70('0x4e')](_0x50b2e7),this[_0x4b70('0xc')][_0x4b70('0x17')](_0x38516c),this[_0x4b70('0x1a')]['delete'](_0x1f52ef),_0x2cdf36['destroy']();}[_0x4b70('0x61')](_0x1c29cc){if(!_0x1c29cc[_0x4b70('0x2d')]||!this[_0x4b70('0xc')][_0x4b70('0x41')](_0x1c29cc))return;const _0x2ba40f=this[_0x4b70('0x1d')][_0x4b70('0x25')][_0x4b70('0x64')](_0x4b70('0x68')),_0x12fffa=this[_0x4b70('0xc')]['get'](_0x1c29cc),_0x5133cb=_0x1c29cc['getAllAdjacentSuggestions']();_0x12fffa['view']['descriptionParts']=_0x2ba40f[_0x4b70('0x1e')][_0x4b70('0x31')](_0x5133cb);}[_0x4b70('0x7')](){for(const _0x1ffcf8 of this[_0x4b70('0xc')][_0x4b70('0x66')]())this[_0x4b70('0x6')](_0x1ffcf8);for(const _0x4e9dc7 of this[_0x4b70('0x3b')][_0x4b70('0x51')]())_0x4e9dc7[_0x4b70('0x3d')][_0x4b70('0x7')]();super['destroy']();}}
|
|
23
|
+
const _0x41ae=['value','editor','filter','_destroyController','reduce','_handleControllerBuffer','bind','head','acceptAllSuggestions','Annotations','_viewToController','trackChanges','listenTo','componentFactory','buttonView','focus','discardSelectedSuggestions','TrackChangesUI','suggestionUnloaded','CommentsRepository','Discard\x20all\x20suggestions','suggestionChanged','descriptionParts','createAnnotationView','delete','EditorAnnotations','activeAnnotations','_updateController','set','type','createCommentThreadController','comments.maxCommentsWhenCollapsed','view','destroy','map','clear','discardButton','execute','some','isEnabled','getSuggestion','mainView','isMultiRange','actionView','values','getMarkers','_descriptionFactory','commandName','_initializeController','_refreshActiveMarkers','SuggestionThreadView','commentThread','keys','_suggestionToController','registerAnnotation','getAllAdjacentSuggestions','change:activeAnnotations','push','TrackChangesEditing','button','Track\x20changes','lowest','suggestionLoaded','unbind','source','editing','plugins','getDescriptions','separator','CommentView','define','get','isDirty','pluginName','isInContent','discardAllSuggestions','addSourceCollector','switchbutton','_annotationViews','_handleSuggestionControllerDelayed','comments.editorConfig','length','getRanges','toMany','has','add','config','comments.maxThreadTotalWeight','suggestion-','isOn','acceptButton','CommentsUI','trackChanges.disableComments','commands','Accept\x20all\x20suggestions','innerView','arrowView','previous','change:previous','stopListening','activeMarkers','Discard\x20all\x20selected\x20suggestions','remove','locale','Accept\x20all\x20selected\x20suggestions','model'];(function(_0x167264,_0x41ae7a){const _0x165de8=function(_0x3fc6f0){while(--_0x3fc6f0){_0x167264['push'](_0x167264['shift']());}};_0x165de8(++_0x41ae7a);}(_0x41ae,0xc2));const _0x165d=function(_0x167264,_0x41ae7a){_0x167264=_0x167264-0x0;let _0x165de8=_0x41ae[_0x167264];return _0x165de8;};import{Plugin as _0x59ee3a}from'ckeditor5/src/core';import{Collection as _0x40137f}from'ckeditor5/src/utils';import{Model as _0x45336b,SplitButtonView as _0x1f7ed2,createDropdown as _0x58339c,addListToDropdown as _0x483ae3}from'ckeditor5/src/ui';import{Users as _0x4bc01b,getDateTimeFormatter as _0x43624b,getAllMarkersDomElementsSorted as _0x386b9b}from'ckeditor5-collaboration/src/collaboration-core';import _0x33868e from'./trackchangesediting';import _0x5bd343 from'./ui/suggestioncontroller';import _0x589f92 from'./ui/view/suggestionthreadview';import{getTranslation as _0x4035de}from'./utils/common-translations';import _0x19688f from'../theme/icons/track-changes.svg';export default class d extends _0x59ee3a{static get['requires'](){return[_0x33868e,_0x4bc01b,'CommentsRepository',_0x165d('0x1b'),_0x165d('0x2b')];}static get[_0x165d('0x5b')](){return _0x165d('0x23');}constructor(_0x11b04e){super(_0x11b04e),this[_0x165d('0x47')]=new Map(),this[_0x165d('0x1c')]=new Map(),this[_0x165d('0x60')]=new Map(),this['_handleControllerBuffer']=new Map();const _0x1df469=this[_0x165d('0x13')][_0x165d('0x68')];_0x1df469[_0x165d('0x58')]('trackChanges.SuggestionThreadView',_0x589f92),_0x1df469[_0x165d('0x58')](_0x165d('0x4'),!0x1),this['_disableComments']=_0x1df469[_0x165d('0x59')](_0x165d('0x4'));}[_0x165d('0x61')](_0xea1ced,_0x214e5e){0x0===this[_0x165d('0x17')]['size']&&setTimeout(()=>{for(const [_0x573bb3,_0x187d48]of this[_0x165d('0x17')]){const _0x486e8e=this[_0x165d('0x47')]['has'](_0x573bb3);_0x486e8e||_0x187d48?_0x486e8e&&_0x187d48&&this[_0x165d('0x15')](_0x573bb3):this[_0x165d('0x42')](_0x573bb3);}this[_0x165d('0x13')][_0x165d('0x54')][_0x165d('0x59')](_0x165d('0x2b'))['refreshSelectedViews'](),this[_0x165d('0x43')](),this[_0x165d('0x17')][_0x165d('0x35')]();},0xa),this['_handleControllerBuffer'][_0x165d('0x2e')](_0xea1ced,_0x214e5e);}['init'](){const _0xc12883=this[_0x165d('0x13')],_0x5d29b4=_0xc12883[_0x165d('0x54')][_0x165d('0x59')](_0x165d('0x4c')),_0x409510=_0xc12883[_0x165d('0x54')]['get'](_0x165d('0x1b')),_0x3119ad=_0xc12883['plugins'][_0x165d('0x59')](_0x165d('0x2b')),_0xb932cc=_0xc12883[_0x165d('0x54')][_0x165d('0x59')]('CommentsRepository');_0xc12883['ui'][_0x165d('0x1f')][_0x165d('0x67')](_0x165d('0x1d'),_0x2057eb=>this['_createUIButton'](_0x2057eb)),_0x3119ad[_0x165d('0x5e')](()=>{const _0x3af6d7=[];for(const [_0x398782,_0x298f92]of Array['from'](this['_suggestionToController'])){const _0x509d1c=_0x398782[_0x165d('0x49')](),_0x40c8d7=[];for(const _0x36f913 of _0x509d1c){if(!_0x36f913['isInContent'])continue;if(_0x36f913[_0x165d('0x3c')]){_0x40c8d7[_0x165d('0x4b')](..._0x36f913[_0x165d('0x64')]());continue;}const _0x3b9115=_0x36f913['getFirstRange']();if(_0x40c8d7[_0x165d('0x63')]>0x0){const _0x5338ea=_0x40c8d7[0x0]['getJoined'](_0x3b9115);if(_0x5338ea){_0x40c8d7[0x0]=_0x5338ea;continue;}}_0x40c8d7['push'](_0x3b9115);}_0x3af6d7[_0x165d('0x4b')]([_0x298f92[_0x165d('0x32')],_0x40c8d7]);}return _0x3af6d7;}),this[_0x165d('0x1e')](_0x5d29b4,_0x165d('0x50'),(_0x5f1150,_0x25d9f2)=>{this['listenTo'](_0x25d9f2,_0x165d('0xa'),(_0x14500e,_0x3a769b,_0x42694e,_0x428fd0)=>{_0x25d9f2['isInContent']&&(null==_0x42694e?(this[_0x165d('0x2d')](_0x428fd0['head']),this[_0x165d('0x61')](_0x25d9f2,!0x1)):(this[_0x165d('0x2d')](_0x42694e[_0x165d('0x19')]),this[_0x165d('0x61')](_0x25d9f2,!0x0)));}),null===_0x25d9f2[_0x165d('0x9')]?this['_handleSuggestionControllerDelayed'](_0x25d9f2,!0x1):this[_0x165d('0x2d')](_0x25d9f2[_0x165d('0x19')]);}),this[_0x165d('0x1e')](_0x5d29b4,_0x165d('0x24'),(_0x585830,_0x52ee91,_0x1da41e)=>{this[_0x165d('0xb')](_0x52ee91,_0x165d('0xa')),this[_0x165d('0x17')][_0x165d('0x2a')](_0x52ee91);const _0x11e22c=_0x1da41e?_0x1da41e['head']:_0x52ee91,_0x1d5bea=this[_0x165d('0x47')][_0x165d('0x59')](_0x11e22c);null!==_0x1da41e&&this['_updateController'](_0x11e22c),null===_0x1da41e&&_0x1d5bea&&this[_0x165d('0x15')](_0x52ee91);}),this[_0x165d('0x1e')](_0x5d29b4,_0x165d('0x27'),(_0x5158fa,_0x28fca1)=>{this['_updateController'](_0x28fca1);}),this[_0x165d('0x1e')](_0x409510,_0x165d('0x4a'),()=>{this['_refreshActiveMarkers']();}),this[_0x165d('0x1e')](_0xb932cc,'addComment',(_0x215ab6,{threadId:_0x49b0ad,isFromAdapter:_0xf27a47})=>{if(_0xf27a47||!_0x5d29b4['hasSuggestion'](_0x49b0ad))return;const _0x1c60b5=_0x5d29b4[_0x165d('0x3a')](_0x49b0ad);this[_0x165d('0x47')][_0x165d('0x59')](_0x1c60b5)[_0x165d('0x32')][_0x165d('0x21')]();},{'priority':_0x165d('0x4f')});}[_0x165d('0x43')](){const _0x2a88d7=this[_0x165d('0x13')][_0x165d('0x54')][_0x165d('0x59')](_0x165d('0x1b')),_0x137a81=this['editor']['plugins'][_0x165d('0x59')](_0x165d('0x4c')),_0x4bafb0=Array['from'](_0x2a88d7[_0x165d('0x2c')],_0x40c2f2=>_0x40c2f2[_0x165d('0x7')])['filter'](_0x23b458=>this[_0x165d('0x1c')][_0x165d('0x66')](_0x23b458)),_0x53265f=[];for(const _0x52c572 of _0x4bafb0){const _0x538cb2=this[_0x165d('0x1c')]['get'](_0x52c572)[_0x165d('0x11')][_0x165d('0x49')]();_0x53265f[_0x165d('0x4b')](..._0x538cb2[_0x165d('0x16')]((_0x3ed5cc,_0x55beb7)=>[..._0x3ed5cc,..._0x55beb7['getMarkerNames']()],[]));}_0x137a81[_0x165d('0xc')]=_0x53265f;}['_createUIButton'](_0xbe75de){const _0x22fbb5=_0x58339c(_0xbe75de,_0x1f7ed2),_0x9bb3a9=this[_0x165d('0x13')][_0x165d('0x5')][_0x165d('0x59')]('trackChanges'),_0x4586bb=_0x4035de(_0xbe75de,_0x165d('0x4e'));_0x22fbb5[_0x165d('0x20')][_0x165d('0x2e')]({'tooltip':_0x4586bb,'label':_0x4586bb,'icon':_0x19688f}),_0x22fbb5[_0x165d('0x20')][_0x165d('0x18')](_0x165d('0x1'))['to'](_0x9bb3a9,_0x165d('0x12')),_0x22fbb5[_0x165d('0x20')]['on'](_0x165d('0x37'),()=>{_0x9bb3a9[_0x165d('0x37')](),this[_0x165d('0x13')][_0x165d('0x53')]['view'][_0x165d('0x21')]();});const _0x503769=new _0x40137f(),_0x37fea8=[{'type':_0x165d('0x5f'),'model':{'withText':!0x0,'label':_0x4586bb,'commandName':'trackChanges'}},{'type':'separator'},{'type':'button','model':{'withText':!0x0,'label':_0x4035de(_0xbe75de,_0x165d('0x6')),'commandName':_0x165d('0x1a')}},{'type':_0x165d('0x4d'),'model':{'withText':!0x0,'label':_0x4035de(_0xbe75de,_0x165d('0x10')),'commandName':'acceptSelectedSuggestions'}},{'type':_0x165d('0x4d'),'model':{'withText':!0x0,'label':_0x4035de(_0xbe75de,_0x165d('0x26')),'commandName':_0x165d('0x5d')}},{'type':_0x165d('0x4d'),'model':{'withText':!0x0,'label':_0x4035de(_0xbe75de,_0x165d('0xd')),'commandName':_0x165d('0x22')}}];for(const _0x396cca of _0x37fea8){let _0x564211={'type':_0x165d('0x56')};if(_0x396cca[_0x165d('0x11')]){const _0xb8e751=new _0x45336b(_0x396cca['model']),_0x3ea106=this[_0x165d('0x13')][_0x165d('0x5')][_0x165d('0x59')](_0xb8e751[_0x165d('0x41')]);_0xb8e751['bind'](_0x165d('0x1'),_0x165d('0x39'))['to'](_0x3ea106,_0x165d('0x12'),_0x165d('0x39')),_0x564211={'type':_0x396cca[_0x165d('0x2f')],'model':_0xb8e751};}_0x503769['add'](_0x564211);}_0x483ae3(_0x22fbb5,_0x503769);const _0x430d9e=_0x37fea8[_0x165d('0x14')](_0x26e233=>null!=_0x26e233['model'])[_0x165d('0x34')](_0x3fd8b6=>this[_0x165d('0x13')]['commands']['get'](_0x3fd8b6['model'][_0x165d('0x41')])),_0x503c6b=_0x22fbb5[_0x165d('0x20')];return _0x503c6b[_0x165d('0x3d')][_0x165d('0x51')]('isEnabled'),_0x503c6b[_0x165d('0x8')][_0x165d('0x51')]('isEnabled'),_0x503c6b[_0x165d('0x3d')]['bind'](_0x165d('0x39'))['to'](_0x9bb3a9,_0x165d('0x39')),_0x503c6b[_0x165d('0x8')][_0x165d('0x18')](_0x165d('0x39'))[_0x165d('0x65')](_0x430d9e,_0x165d('0x39'),(..._0x5ba628)=>_0x5ba628[_0x165d('0x38')](_0x2cec88=>_0x2cec88)),_0x22fbb5['on'](_0x165d('0x37'),_0x27ff5a=>{this[_0x165d('0x13')][_0x165d('0x37')](_0x27ff5a[_0x165d('0x52')][_0x165d('0x41')]),this[_0x165d('0x13')][_0x165d('0x53')][_0x165d('0x32')]['focus']();}),_0x22fbb5;}[_0x165d('0x42')](_0x2744fe){const _0x48d3ae=this[_0x165d('0x13')],_0xe112a6=_0x48d3ae[_0x165d('0x68')],_0x3062ab=_0x48d3ae[_0x165d('0x54')]['get']('Annotations'),_0x430d12=_0x48d3ae[_0x165d('0x54')]['get'](_0x165d('0x25')),_0x1a3f7d=_0x48d3ae[_0x165d('0x54')][_0x165d('0x59')]('EditorAnnotations'),_0x1b7b7f=_0x48d3ae[_0x165d('0x54')]['get'](_0x4bc01b)['me'],_0x527b60=_0xe112a6[_0x165d('0x59')](_0x165d('0x1d'))[_0x165d('0x44')],{CommentsListView:_0x157adb,CommentThreadInputView:_0x50053f}=_0x48d3ae['plugins'][_0x165d('0x59')](_0x165d('0x3'));let _0x39e0f5,_0x39225d;this[_0x165d('0x60')][_0x165d('0x66')](_0x2744fe['id'])?(_0x39225d=this[_0x165d('0x60')][_0x165d('0x59')](_0x2744fe['id']),_0x39e0f5=_0x39225d[_0x165d('0x3b')]):(_0x39e0f5=new _0x527b60(_0x48d3ae['locale'],_0x2744fe,_0x1b7b7f,{'disableComments':this['_disableComments'],'editorConfig':_0xe112a6['get'](_0x165d('0x62')),'maxCommentsWhenCollapsed':_0xe112a6[_0x165d('0x59')](_0x165d('0x31')),'maxThreadTotalWeight':_0xe112a6[_0x165d('0x59')](_0x165d('0x69')),'maxCommentCharsWhenCollapsed':_0xe112a6[_0x165d('0x59')]('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x43624b(_0xe112a6[_0x165d('0x59')](_0x165d('0xf'))),'CommentView':_0xe112a6[_0x165d('0x59')]('comments')[_0x165d('0x57')],'CommentsListView':_0x157adb,'CommentThreadInputView':_0x50053f}),_0x39e0f5[_0x165d('0x2')]['on'](_0x165d('0x37'),()=>{_0x48d3ae['editing'][_0x165d('0x32')][_0x165d('0x21')]();}),_0x39e0f5[_0x165d('0x36')]['on']('execute',()=>{_0x48d3ae[_0x165d('0x53')][_0x165d('0x32')]['focus']();}),_0x39225d=_0x3062ab[_0x165d('0x29')](this[_0x165d('0x13')][_0x165d('0xf')],_0x39e0f5),_0x39225d[_0x165d('0x18')](_0x165d('0x5a'))['to'](_0x39e0f5,_0x165d('0x5a')),_0x39225d[_0x165d('0x18')](_0x165d('0x63'))['to'](_0x39e0f5),_0x39225d[_0x165d('0x18')](_0x165d('0x2f'))['to'](_0x39e0f5,_0x165d('0x2f'),_0x280c26=>_0x165d('0x0')+_0x280c26),this[_0x165d('0x60')]['set'](_0x2744fe['id'],_0x39225d));const _0x48f641=_0x430d12[_0x165d('0x30')](_0x2744fe[_0x165d('0x45')],_0x39e0f5),_0x18eae0=new _0x5bd343(_0x48d3ae,_0x2744fe,_0x39e0f5,_0x48f641),_0x56c4e1=_0x2744fe[_0x165d('0x49')]()['filter'](_0x1fb89d=>_0x1fb89d[_0x165d('0x5c')]);_0x39e0f5[_0x165d('0x28')]=_0x48d3ae[_0x165d('0x54')]['get'](_0x165d('0x4c'))[_0x165d('0x40')][_0x165d('0x55')](_0x56c4e1),this[_0x165d('0x47')][_0x165d('0x2e')](_0x2744fe,_0x18eae0),this[_0x165d('0x1c')][_0x165d('0x2e')](_0x39e0f5,_0x18eae0);const _0x167c66=_0x3062ab['createAnnotation']({'view':_0x39225d,'target':()=>{const _0x1d2d4a=[],_0x2b93e1=_0x2744fe[_0x165d('0x49')]()[_0x165d('0x14')](_0xa0868d=>_0xa0868d['isInContent']);for(const _0x25ccda of _0x2b93e1)_0x1d2d4a['push'](..._0x25ccda[_0x165d('0x3f')]());return _0x386b9b(_0x48d3ae['editing'],_0x1d2d4a);},'type':()=>_0x165d('0x0')+_0x18eae0[_0x165d('0x32')][_0x165d('0x2f')]});_0x3062ab[_0x165d('0x67')](_0x167c66),_0x1a3f7d[_0x165d('0x48')](_0x167c66);}[_0x165d('0x15')](_0x2b7e0d){const _0x32bf94=this[_0x165d('0x13')]['plugins'][_0x165d('0x59')](_0x165d('0x1b')),_0x2440eb=this[_0x165d('0x47')][_0x165d('0x59')](_0x2b7e0d),_0x31962f=_0x2440eb[_0x165d('0x32')],_0x2f921c=_0x32bf94['getByInnerView'](_0x31962f);_0x2f921c&&_0x32bf94[_0x165d('0xe')](_0x2f921c),this['_suggestionToController'][_0x165d('0x2a')](_0x2b7e0d),this[_0x165d('0x1c')][_0x165d('0x2a')](_0x31962f),_0x2440eb[_0x165d('0x33')]();}[_0x165d('0x2d')](_0x28ea06){if(!_0x28ea06['isInContent']||!this[_0x165d('0x47')][_0x165d('0x66')](_0x28ea06))return;const _0x353185=this[_0x165d('0x13')]['plugins']['get']('TrackChangesEditing'),_0x9a8747=this['_suggestionToController'][_0x165d('0x59')](_0x28ea06),_0x4bdb7f=_0x28ea06['getAllAdjacentSuggestions']();_0x9a8747[_0x165d('0x32')][_0x165d('0x28')]=_0x353185[_0x165d('0x40')][_0x165d('0x55')](_0x4bdb7f);}[_0x165d('0x33')](){for(const _0x1e19c1 of this[_0x165d('0x47')][_0x165d('0x46')]())this['_destroyController'](_0x1e19c1);for(const _0x158ee4 of this[_0x165d('0x60')][_0x165d('0x3e')]())_0x158ee4[_0x165d('0x3b')]['destroy']();super[_0x165d('0x33')]();}}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
3
4
|
*/
|
|
4
5
|
import type { Editor } from 'ckeditor5/src/core';
|
|
5
6
|
import type Suggestion from '../suggestion';
|