@ckeditor/ckeditor5-track-changes 35.0.1 → 35.2.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/build/track-changes.js +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -1
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +27 -23
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +383 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +401 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +4 -4
- package/src/commands/acceptallsuggestionscommand.js +1 -1
- package/src/commands/acceptselectedsuggestionscommand.js +1 -1
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardallsuggestionscommand.js +1 -1
- package/src/commands/discardselectedsuggestionscommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/importword.js +23 -0
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/getrangesofblockgroups.js +1 -1
- package/src/utils/getselectedsuggestions.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/normalizedescription.js +1 -1
- package/src/utils/sortsuggestions.js +1 -1
package/src/trackchangesdata.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4733=['trackChangesData.editorCreator','concat','editorCreator','discardAllSuggestions','createDocumentFragment','plugins','function','useAnonymousUser','every','users','string','toolbar','RealTimeCollaborativeComments','div','editor','names','TrackChangesDataGetter','destroy','create','addUser','createElement','includes','requires','from','data','name','document','add','filter','config','builtinPlugins','constructor','WordCount','find','RealTimeCollaborativeRevisionHistory','_adapter','pluginName','initialData','track-changes-data-invalid-editor-creator','execute','appendChild','end','RealTimeCollaborativeEditing','getUser','set','context','TrackChangesEditing','acceptAllSuggestions','define','map','model','getRootNames','init','trackChangesData','extraPlugins','CommentsRepository','Users','push','get','has'];(function(_0x490c54,_0x473359){const _0x324170=function(_0x5eef53){while(--_0x5eef53){_0x490c54['push'](_0x490c54['shift']());}};_0x324170(++_0x473359);}(_0x4733,0x197));const _0x3241=function(_0x490c54,_0x473359){_0x490c54=_0x490c54-0x0;let _0x324170=_0x4733[_0x490c54];return _0x324170;};import{Plugin as _0x5340a7}from'ckeditor5/src/core';import{CKEditorError as _0x4b9dfb}from'ckeditor5/src/utils';import _0x401f26 from'./trackchangesediting';const C=[_0x3241('0x32'),_0x3241('0x3a'),_0x3241('0x18')],k=[_0x3241('0x37'),_0x3241('0x19'),'RealTimeCollaborativeTrackChanges',_0x3241('0x2f'),'Autosave',_0x3241('0x2d')];export default class T extends _0x5340a7{static get[_0x3241('0x23')](){return[_0x401f26];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x28b474=this['editor'];if(_0x28b474[_0x3241('0x2a')][_0x3241('0x1')](_0x3241('0xd'),_0x9d44e8=>_0x28b474[_0x3241('0x2c')][_0x3241('0x1f')]('',_0x9d44e8)),_0x3241('0x13')!=typeof _0x28b474['config'][_0x3241('0xb')](_0x3241('0x6'))[_0x3241('0xf')])throw new _0x4b9dfb(_0x3241('0x33'));}['getDataWithAcceptedSuggestions'](_0x4b2c27){return v(this[_0x3241('0x1b')],!0x0,_0x4b2c27);}['getDataWithDiscardedSuggestions'](_0x48ccc9){return v(this[_0x3241('0x1b')],!0x1,_0x48ccc9);}}class D extends _0x5340a7{static get[_0x3241('0x31')](){return _0x3241('0x1d');}[_0x3241('0x5')](){this['result']=_0x3241('0x36'),this['editor'][_0x3241('0x12')][_0x3241('0xb')](_0x3241('0x8'))['_adapter']={'getCommentThread':()=>new Promise(()=>{})},this['editor']['plugins'][_0x3241('0xb')]('TrackChangesEditing')[_0x3241('0x30')]=null;}}async function v(_0x286e61,_0xb2631,_0x4c1150){const _0x2e33ee=function(_0x60b2a){const _0x40bdbb={};for(const _0x302e4f of _0x60b2a[_0x3241('0x2a')][_0x3241('0x1c')]())C['includes'](_0x302e4f)||(_0x40bdbb[_0x302e4f]=_0x60b2a[_0x3241('0x2a')][_0x3241('0xb')](_0x302e4f));const _0x2972bc=_0x60b2a['constructor'][_0x3241('0x2b')]||[],_0x3a4184=_0x40bdbb['extraPlugins']||[];delete _0x40bdbb[_0x3241('0x7')];const _0x428b74=_0x2972bc[_0x3241('0xe')](_0x40bdbb[_0x3241('0x12')])[_0x3241('0xe')](_0x3a4184)[_0x3241('0x2')](_0x4ff72e=>_0x3241('0x17')==typeof _0x4ff72e?_0x2972bc[_0x3241('0x2e')](_0x2acd7e=>_0x2acd7e[_0x3241('0x31')]==_0x4ff72e):_0x4ff72e),_0x2ac815=Array[_0x3241('0x24')](new Set(_0x428b74));return _0x40bdbb['plugins']=_0x2ac815[_0x3241('0x29')](_0x45aabb=>w(_0x45aabb,new Set())),_0x40bdbb[_0x3241('0x12')][_0x3241('0xa')](D),_0x40bdbb['plugins'][_0x3241('0xa')](_0x401f26),_0x40bdbb;}(_0x286e61),_0x40413b=document[_0x3241('0x11')](),_0x3c0443=_0x286e61[_0x3241('0x2a')][_0x3241('0xb')](_0x3241('0x6'))[_0x3241('0xf')],_0x1e8499=await _0x3c0443(_0x2e33ee,()=>function(_0x3d9fb0){const _0x1177fd=document[_0x3241('0x21')](_0x3241('0x1a'));return _0x3d9fb0[_0x3241('0x35')](_0x1177fd),_0x1177fd;}(_0x40413b));!function(_0x5a8efe,_0x5b15f0){const _0xf1489e=_0x5a8efe[_0x3241('0x3')][_0x3241('0x27')][_0x3241('0x4')]()['reduce']((_0x414b2f,_0x54c2a1)=>(_0x414b2f[_0x54c2a1]=_0x5a8efe[_0x3241('0x25')][_0x3241('0xb')]({'rootName':_0x54c2a1}),_0x414b2f),{}),_0x3eefd9=_0x5a8efe['plugins'][_0x3241('0xb')](_0x3241('0x9'))[_0x3241('0x16')][_0x3241('0x2')](_0x3545da=>({'id':_0x3545da['id']})),_0x694e8b=_0x5a8efe[_0x3241('0x12')][_0x3241('0xb')](_0x3241('0x3b'))['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2ae430=_0x5b15f0[_0x3241('0x12')][_0x3241('0xb')](_0x3241('0x9')),_0x783264=_0x5b15f0[_0x3241('0x12')][_0x3241('0xb')](_0x3241('0x3b'));for(const _0x92c269 of _0x3eefd9)_0x2ae430[_0x3241('0x38')](_0x92c269['id'])||_0x2ae430[_0x3241('0x20')](_0x92c269);_0x2ae430['me']||_0x2ae430[_0x3241('0x14')]();for(const _0x2304d0 of _0x694e8b)_0x783264['addSuggestionData'](_0x2304d0);_0x5b15f0[_0x3241('0x25')][_0x3241('0x39')](_0xf1489e);}(_0x286e61,_0x1e8499),_0x1e8499[_0x3241('0x34')](_0xb2631?_0x3241('0x0'):_0x3241('0x10'));const _0x2f3aca=_0x1e8499[_0x3241('0x25')][_0x3241('0xb')](_0x4c1150);return await _0x1e8499[_0x3241('0x1e')](),_0x2f3aca;}function w(_0x1c88e7,_0x473665){if(_0x473665[_0x3241('0xc')](_0x1c88e7))return!0x0;_0x473665[_0x3241('0x28')](_0x1c88e7);const _0x3a1a7b=_0x3241('0x13')==typeof _0x1c88e7?_0x1c88e7[_0x3241('0x31')]||_0x1c88e7[_0x3241('0x26')]:_0x1c88e7;return(!_0x3a1a7b||!k[_0x3241('0x22')](_0x3a1a7b))&&(!_0x1c88e7[_0x3241('0x23')]||_0x1c88e7[_0x3241('0x23')][_0x3241('0x15')](_0x3df3c4=>w(_0x3df3c4,_0x473665)));}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4e50=['_adapter','markerReady','nodeAfter','highest','markInlineFormat','catch','isIntersectingWithRange','formatInline','refresh','ck-suggestion-marker-','schema','getMultiRangeId','change:activeMarkers','moveTargetPosition','markerName','pluginName','deletion','elementStart','createPositionAt','nodeBefore','enableReadOnlyMode','isLimit','every','collaboration.channelId','insert','change:_saved','createRange','length','multipleBlocks','elementEnd','_findSuggestions','formatInline:join','suggestionUnloaded','acceptSelectedSuggestions','consume','updateSuggestion','insertion','track-changes-suggestion-data-mismatch','move','open','hasSuggestion','commandName','ck-suggestion-marker--active','_defaultCallbacks','add','listenTo','then','rethrowUnexpectedError','trackChangesCommand','for','toViewElement','isUndo','_enabledCommands','_getSuggestionData','batch','addCommentThread','formatBlock:','isDocumentOperation','removeComment','_suggestionState','PendingActions','editing','filter','high','lowest','containsPosition','ck-suggestion-marker-formatBlock','getDifference','getRanges','markMultiRangeBlockFormat','isAfter','accept','_commentsRepository','getFirstMarker','ready','adapter','sort','discardAllSuggestions','locale','_descriptionFactory','_breakSuggestionMarker','deletion:','commands','acceptSuggestion','fromCharCode','isOwn','includes','removeClass','execute','value','suggestion','isRemovable','getAttribute','showSuggestionHighlights','multi','normal','_customCallbacks','_updateSuggestionData','markMultiRangeInsertion','CommentsRepository','suggestionLoaded','enableCommand','position','_setSuggestionData','markers','getUser','_registerDefaultCallbacks','getAllAdjacentSuggestions','TrackChangesEditing','next','_onDiscard','getSuggestions','getLastMatchingPosition','_removeSuggestion','discardSuggestion','notReady','removed','isAtEnd','document','stop','suggestionChanged','howMany','join','isBlock','createRangeIn','containsRangeInObject','formatInline:','fromRange','$graveyard','config','plugins','hasCommentThread','clone','getItems','$marker','formatBlock','root','insertContent','getWalker','isBefore','createdAt','unbindElementFromMarkerName','addSuggestion','commentThread','isEqual','newRange','element','elementToElement','_handleNewSuggestionMarker','getChangedMarkers','skipNestingCheck','isInContent','_setSuggestionRange','markDeletion','_checkSuggestionCorrectness','detach','name','discard','markBlockFormat','some','trackChanges','parent','removeMarker','before','selection','rootName','reconvertMarker','Users','subType','deleteContent','isSelectable','track-changes-adapter-already-set','dataDowncast','editor','getAncestors','_joinWithAdjacentSuggestions','_addThreadToSuggestion','PENDING_ACTION_SUGGESTION','fetchCommentThread','containsRange','setSelection','isNextTo','_getAuthorFromId','item','set','forceDefaultExecution','isInsideObject','getShiftedBy','after','data','getCommentThread','low','isLocal','writer','range','split','deletion:accept','get','conversion','getMarkers','ck-suggestion-marker','_editor','error-saving-suggestion-data-suggestion-discarded','formatInline:discard','editingDowncast','markInsertion','from','init','attributes','addClass','start','clear','insertion:chain','updateMarker','getIntersection','getSuggestion','end','markerToData','mapper','consumable','getRange','setTo','toJSON','documentSelection','values','addComment','insertion:discard','insertion:','update:suggestion','enqueueChange','stopListening','markerToHighlight','forward','marker-count','_suggestionFactory','differ','oldRange','resolve','getChanges','isTouching','has','model','registerPostFixer','bindElementToMarker','targetPosition','chain','acceptAllSuggestions','formatGroupId','dataReady','fire','deletion:chain','createElement','_createSuggestion','change','widget','_suggestions','removeMarkers','_splitMarkerName','_addSuggestionMarker','push','getCustomProperty','activeMarkers','author','addRange','_isForcedDefaultExecutionBlock','requires','_saved','hasComments','type','addHighlight','buildSuggestion','splice','substr','addMarker:suggestion','insertion:accept','isCollapsed','accepted','upcast','markerNameToElements','formatInline:accept','unbind','getSuggestionCallback','formatBlock:chain','getNearestSelectionRange','discardSelectedSuggestions','splitPosition','_joinSuggestions','_rangeIsInLocalUserInsertion','isMultiRange','addSuggestionData','getFirstRange','previous','options','formatInline:chain','isObject','map','_model'];(function(_0x5743e5,_0x4e50be){const _0x20845b=function(_0x5e5aa7){while(--_0x5e5aa7){_0x5743e5['push'](_0x5743e5['shift']());}};_0x20845b(++_0x4e50be);}(_0x4e50,0x1d2));const _0x2084=function(_0x5743e5,_0x4e50be){_0x5743e5=_0x5743e5-0x0;let _0x20845b=_0x4e50[_0x5743e5];return _0x20845b;};import{Plugin as _0x8ec1c4,PendingActions as _0x4e6bbe}from'ckeditor5/src/core';import{LiveRange as _0x184ebb}from'ckeditor5/src/engine';import{CKEditorError as _0xa2b4f8,uid as _0x495cdf,priorities as _0x2fc2f3,EmitterMixin as _0x5cb8bb,mix as _0x52747c,logWarning as _0x3155d4}from'ckeditor5/src/utils';import{toWidget as _0x402b96}from'ckeditor5/src/widget';import{Users as _0xe522a7}from'ckeditor5-collaboration/src/collaboration-core';import _0x4416c1 from'./commands/trackchangescommand';import _0x57bec2 from'./commands/acceptsuggestioncommand';import _0x2490be from'./commands/discardsuggestioncommand';import _0x51437a from'./commands/acceptallsuggestionscommand';import _0x37d9a2 from'./commands/acceptselectedsuggestionscommand';import _0x5a0ffd from'./commands/discardallsuggestionscommand';import _0x1498b2 from'./commands/discardselectedsuggestionscommand';import _0x4f381c from'./suggestion';import _0x326a3c from'./suggestiondescriptionfactory';import _0x14260a from'./integrations/alignment';import _0xb18c0 from'./integrations/basicstyles';import _0x47261e from'./integrations/blockquote';import _0xdcecb3 from'./integrations/ckbox';import _0x3b44a1 from'./integrations/codeblock';import _0x387bbd from'./integrations/comments';import _0x59e1fe from'./integrations/deletecommand';import _0x1e2300 from'./integrations/entercommand';import _0xf1da5d from'./integrations/font';import _0x19dfc9 from'./integrations/heading';import _0xb5bb84 from'./integrations/highlight';import _0x8a84b8 from'./integrations/horizontalline';import _0x37558a from'./integrations/htmlembed';import _0x4acfd4 from'./integrations/image';import _0x31613c from'./integrations/indent';import _0x4df52f from'./integrations/inputcommand';import _0xb8c452 from'./integrations/link';import _0x3eb14d from'./integrations/list';import _0x150391 from'./integrations/mediaembed';import _0x4fef32 from'./integrations/mention';import _0x4f1c46 from'./integrations/pagebreak';import _0x175997 from'./integrations/paragraph';import _0x3d6627 from'./integrations/removeformat';import _0xbc04ab from'./integrations/restrictededitingmode';import _0x25c690 from'./integrations/shiftentercommand';import _0x5c4d29 from'./integrations/standardeditingmode';import _0x128768 from'./integrations/style';import _0x5c5a42 from'./integrations/table';import _0x432f89 from'./integrations/tablemergesplit';import _0xb06e44 from'./integrations/tableheadings';import _0x36a464 from'./integrations/tableclipboard';import _0x1c4f12 from'./integrations/title';import _0x40f99d from'./integrations/undo';import _0x252d75 from'./utils/hashobject.js';import{getTranslation as _0x2d02e2}from'./utils/common-translations';export default class d extends _0x8ec1c4{static get[_0x2084('0x60')](){return[_0x2084('0xe3'),_0xe522a7,_0x4e6bbe,_0x14260a,_0xb18c0,_0x47261e,_0xdcecb3,_0x3b44a1,_0x387bbd,_0x59e1fe,_0x1e2300,_0xf1da5d,_0x19dfc9,_0xb5bb84,_0x8a84b8,_0x37558a,_0x4acfd4,_0x31613c,_0x4df52f,_0xb8c452,_0x3eb14d,_0x150391,_0x4fef32,_0x4f1c46,_0x175997,_0x3d6627,_0xbc04ab,_0x25c690,_0x5c4d29,_0x128768,_0x5c5a42,_0x432f89,_0xb06e44,_0x36a464,_0x1c4f12,_0x40f99d];}static get[_0x2084('0x8f')](){return _0x2084('0xec');}constructor(_0x2e317b){function _0x39bdc7(_0x19686c){return _0x19686c['map'](_0x524375=>String[_0x2084('0xd4')](_0x524375))[_0x2084('0xfa')]('');}super(_0x2e317b),this['set'](_0x2084('0x5c'),[]),this['on'](_0x2084('0x8c'),(_0x48358f,_0x471129,_0x2515da,_0xa073be)=>{this[_0x2084('0x7f')][_0x2084('0x54')](()=>{for(const _0xc52385 of[..._0xa073be,..._0x2515da])this[_0x2084('0x7f')][_0x2084('0xe8')][_0x2084('0x47')](_0xc52385)&&_0x2e317b[_0x2084('0xbd')][_0x2084('0x126')](_0xc52385);});}),this[_0x2084('0xcf')]=new _0x326a3c(this['editor'][_0x2084('0x48')][_0x2084('0x8a')],this[_0x2084('0x4')][_0x2084('0xce')]),this[_0x2084('0x80')]=null,this[_0x2084('0x41')]=new kt(this[_0x2084('0x4')]),this[_0x2084('0x56')]=new Map(),this[_0x2084('0xc8')]=_0x2e317b[_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0xe3')),this[_0x2084('0xb4')]=new Set(),this['_model']=this[_0x2084('0x4')][_0x2084('0x48')],this[_0x2084('0xbb')]=new WeakMap(),this[_0x2084('0x5f')]=!0x1,this[_0x39bdc7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x39bdc7([0x34,0x30,0x34,0x34,0x31,0x36,0x30,0x36]);}[_0x2084('0x26')](){const _0x479243=this[_0x2084('0x4')];_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x23'))[_0x2084('0x3e')]({'model':_0x2084('0xda'),'view':_0xcc5c97=>{const {id:_0x3255bf,type:_0x50d112}=this['_splitMarkerName'](_0xcc5c97[_0x2084('0x8e')]),_0x24bee7=[_0x2084('0x1f'),'ck-suggestion-marker-'+_0x50d112];let _0x309fb1=0xbb8;return this[_0x2084('0x5c')][_0x2084('0xd6')](_0xcc5c97[_0x2084('0x8e')])&&(_0x24bee7[_0x2084('0x5a')](_0x2084('0xaa')),_0x309fb1=0xbc2),_0x2084('0x90')==_0x50d112&&(_0x309fb1+=0x5),{'classes':_0x24bee7,'attributes':{'data-suggestion':_0x3255bf},'priority':_0x309fb1};}}),_0x479243['conversion'][_0x2084('0xb1')](_0x2084('0x3'))[_0x2084('0xac')](_0x4936ae=>{_0x4936ae['on'](_0x2084('0x68'),(_0x3c2f34,_0xcb4342,_0x3093ed)=>{if(!_0x3093ed[_0x2084('0x7b')][_0x2084('0xdd')])return;const _0x1cc7f5=_0xcb4342[_0x2084('0xe')];if(!_0x1cc7f5)return;const _0x1f5d84=_0x3093ed[_0x2084('0x31')][_0x2084('0xb2')](_0x1cc7f5);_0x479243[_0x2084('0x48')][_0x2084('0x8a')][_0x2084('0x7d')](_0x1cc7f5)&&_0x1f5d84&&!_0x1f5d84[_0x2084('0x5b')](_0x2084('0x55'))&&_0x1f5d84['is']('containerElement')&&_0x402b96(_0x1f5d84,_0x3093ed[_0x2084('0x18')]);},{'priority':'high'});}),_0x479243['conversion'][_0x2084('0xb1')]('dataDowncast')['markerToHighlight']({'model':_0x2084('0xda'),'view':(_0x1ba0a5,_0x15d740)=>{if(!_0x15d740[_0x2084('0x7b')][_0x2084('0xdd')])return null;const {type:_0x13e6e0}=this[_0x2084('0x58')](_0x1ba0a5['markerName']);return{'classes':[_0x2084('0x1f'),_0x2084('0x89')+_0x13e6e0],'priority':0xbb8};}});const _0x1886fa=({showActiveMarkers:_0xddfd67=!0x0}={})=>(_0xa394ab,_0x48ad2d,_0x312ee3)=>{if(!_0x48ad2d[_0x2084('0xe')])return;if(_0x48ad2d[_0x2084('0xe')]['is'](_0x2084('0x124')))return void _0x312ee3[_0x2084('0x32')][_0x2084('0xa2')](_0x48ad2d[_0x2084('0xe')],_0xa394ab[_0x2084('0x11c')]);const _0x8f8709=_0x312ee3[_0x2084('0x31')][_0x2084('0xb2')](_0x48ad2d['item']);if(!(_0x48ad2d[_0x2084('0xe')]['is'](_0x2084('0x112'))&&_0x479243[_0x2084('0x48')]['schema'][_0x2084('0xfb')](_0x48ad2d[_0x2084('0xe')])&&!_0x8f8709[_0x2084('0x5b')](_0x2084('0x64'))))return;const {id:_0x4b1e5b}=this[_0x2084('0x58')](_0x48ad2d['markerName']);_0x312ee3['writer'][_0x2084('0x28')]([_0x2084('0x1f'),_0x2084('0xc2')],_0x8f8709),_0x312ee3[_0x2084('0x18')]['setAttribute']('data-suggestion',_0x4b1e5b,_0x8f8709),_0x312ee3[_0x2084('0x31')][_0x2084('0x4a')](_0x8f8709,_0x48ad2d[_0x2084('0x8e')]),_0xddfd67&&(this['activeMarkers'][_0x2084('0xd6')](_0x48ad2d['markerName'])?_0x312ee3[_0x2084('0x18')][_0x2084('0x28')](_0x2084('0xaa'),_0x8f8709):_0x312ee3[_0x2084('0x18')][_0x2084('0xd7')](_0x2084('0xaa'),_0x8f8709));for(const _0x1a6991 of _0x479243['model'][_0x2084('0xfc')](_0x48ad2d[_0x2084('0xe')])[_0x2084('0x105')]())_0x312ee3['consumable'][_0x2084('0xa2')](_0x1a6991,_0xa394ab[_0x2084('0x11c')]);_0x312ee3[_0x2084('0x32')][_0x2084('0xa2')](_0x48ad2d[_0x2084('0xe')],_0xa394ab[_0x2084('0x11c')]);};_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x3'))[_0x2084('0xac')](_0x973023=>{_0x973023['on']('addMarker:suggestion:formatBlock',(_0x1354b8,_0x5297c0,_0x4485e8)=>{_0x4485e8['options']['showSuggestionHighlights']&&_0x1886fa({'showActiveMarkers':!0x1})(_0x1354b8,_0x5297c0,_0x4485e8);},{'priority':_0x2084('0x83')});}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')]('dataDowncast')[_0x2084('0x30')]({'model':'suggestion','view':(_0x2ad8da,_0x56e9e9)=>_0x56e9e9[_0x2084('0x7b')][_0x2084('0xdd')]?null:{'group':_0x2084('0xda'),'name':_0x2ad8da[_0x2084('0x67')](_0x2084('0xda')[_0x2084('0x9b')]+0x1)}}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x6c'))[_0x2084('0x113')]({'view':{'name':_0x2084('0xda'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x433541,{writer:_0x88bba0})=>{let _0x46afc5='suggestion:'+_0x433541[_0x2084('0xdc')]('suggestion-type')+':'+_0x433541[_0x2084('0xdc')]('id');return _0x433541[_0x2084('0xdc')](_0x2084('0x40'))&&(_0x46afc5+=':'+_0x433541[_0x2084('0xdc')](_0x2084('0x40'))),_0x88bba0[_0x2084('0x52')](_0x2084('0x106'),{'data-name':_0x46afc5});}}),_0x479243[_0x2084('0x1d')]['for'](_0x2084('0x6c'))['dataToMarker']({'view':'suggestion'}),_0x479243[_0x2084('0x1d')]['for'](_0x2084('0x23'))['add'](_0x32274b=>{_0x32274b['on']('addMarker:suggestion:formatBlock',_0x1886fa(),{'priority':_0x2084('0xbf')});}),_0x479243[_0x2084('0x1d')][_0x2084('0xb1')](_0x2084('0x23'))[_0x2084('0xac')](_0x22da38=>{_0x22da38['on']('removeMarker:suggestion:formatBlock',(_0x261ece,_0x46a80b,_0x34bd34)=>{const _0x214526=_0x34bd34['mapper'][_0x2084('0x6d')](_0x46a80b[_0x2084('0x8e')]);if(_0x214526)for(const _0x1198f4 of _0x214526)_0x1198f4[_0x2084('0x5b')](_0x2084('0x64'))||(_0x34bd34[_0x2084('0x18')][_0x2084('0xd7')]([_0x2084('0x1f'),_0x2084('0xc2'),_0x2084('0xaa')],_0x1198f4),_0x34bd34[_0x2084('0x18')]['removeAttribute']('data-suggestion',_0x1198f4),_0x34bd34[_0x2084('0x31')][_0x2084('0x10d')](_0x1198f4,_0x46a80b['markerName']));},{'priority':_0x2084('0xbf')});}),_0x479243[_0x2084('0x48')]['document']['registerPostFixer'](_0x3b5575=>{let _0x474116=!0x1;const _0x54b809=Array[_0x2084('0x25')](_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x42')][_0x2084('0x115')]());for(const {name:_0x3e081d,data:_0x3a0a21}of _0x54b809){const {group:_0x5e5264,type:_0x4e3018,id:_0x479205}=this[_0x2084('0x58')](_0x3e081d);if(_0x2084('0xda')!==_0x5e5264)continue;const _0x18f232=this[_0x2084('0x56')][_0x2084('0x1c')](_0x479205);if(null!=_0x3a0a21['newRange']){'formatInline'==_0x4e3018&&(_0x474116=_0x474116||bt(_0x3a0a21[_0x2084('0x111')],_0x3e081d,_0x3b5575,_0x479243['model'][_0x2084('0x8a')]));if(_0x3a0a21[_0x2084('0x111')]['isCollapsed']||_0x2084('0x100')==_0x3a0a21[_0x2084('0x111')][_0x2084('0x108')][_0x2084('0x125')]||_0x2084('0x107')==_0x4e3018&&!It(_0x3a0a21[_0x2084('0x111')])||_0x2084('0x90')==_0x4e3018&&!(!yt(_0x1fefbb=_0x3a0a21[_0x2084('0x111')])&&!function(_0x41dff9){return _0x41dff9['start'][_0x2084('0x121')]==_0x41dff9['end']['nodeBefore']&&_0x41dff9['start'][_0x2084('0xf5')];}(_0x1fefbb)))_0x3b5575['removeMarker'](_0x3e081d),_0x474116=!0x0;else{if(!_0x18f232||!_0x18f232[_0x2084('0x117')])continue;_0x474116=!!this['_joinWithAdjacentSuggestions'](_0x18f232)||_0x474116;}}}var _0x1fefbb;return _0x474116;}),_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x49')](_0x428481=>{let _0x2db6da=!0x1;for(const _0x3f92f2 of _0x479243[_0x2084('0x48')]['document'][_0x2084('0x42')][_0x2084('0x45')]()){if(_0x2084('0x98')!=_0x3f92f2['type'])continue;const _0x5f2ea2=_0x3f92f2['position'][_0x2084('0x12')](_0x3f92f2[_0x2084('0x9b')]);if(_0x5f2ea2[_0x2084('0xf5')])for(const _0x3973b2 of this[_0x2084('0x56')]['values']()){if(_0x3973b2[_0x2084('0x77')]||!_0x3973b2[_0x2084('0x117')])continue;if('formatBlock'!=_0x3973b2['type'])continue;const _0x528ba9=_0x3973b2[_0x2084('0x79')]();if(_0x528ba9[_0x2084('0x29')][_0x2084('0x121')]!=_0x528ba9[_0x2084('0x2f')][_0x2084('0x121')]&&_0x528ba9[_0x2084('0x2f')][_0x2084('0x110')](_0x3f92f2[_0x2084('0xe6')])){const _0x3ff15a=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x528ba9['start'],_0x5f2ea2);_0x428481[_0x2084('0x2c')](_0x3973b2[_0x2084('0xc9')](),{'range':_0x3ff15a}),_0x2db6da=!0x0;}}}return _0x2db6da;}),_0x479243[_0x2084('0x48')]['markers']['on'](_0x2084('0x3b'),(_0x1cc3d2,_0x18f4a7,_0x1116a3)=>{if(null==_0x1116a3){const {id:_0x258d2e}=this[_0x2084('0x58')](_0x18f4a7[_0x2084('0x11c')]),_0x361a36=this[_0x2084('0x56')][_0x2084('0x1c')](_0x258d2e);_0x361a36&&_0x361a36['addMarkerName'](_0x18f4a7[_0x2084('0x11c')]);}}),_0x479243[_0x2084('0x48')][_0x2084('0xf6')]['on']('change:data',()=>{const _0x1b8e0e=Array[_0x2084('0x25')](_0x479243[_0x2084('0x48')][_0x2084('0xf6')][_0x2084('0x42')][_0x2084('0x115')]());_0x1b8e0e['sort']((_0x10f618,_0x5d4c55)=>{const _0x412636=_0x10f618[_0x2084('0x14')][_0x2084('0x43')],_0x34e213=_0x5d4c55['data']['oldRange'];return null===_0x412636&&null===_0x34e213?0x0:null===_0x412636&&null!==_0x34e213?-0x1:null!==_0x412636&&null===_0x34e213?0x1:_0x412636[_0x2084('0x29')][_0x2084('0x10b')](_0x34e213[_0x2084('0x29')])?-0x1:0x1;});const _0x2bae80=new Set();for(const {name:_0x465a4c,data:_0x575b71}of _0x1b8e0e){const {group:_0x5b0d73,id:_0x8835bc}=this[_0x2084('0x58')](_0x465a4c);if(_0x2084('0xda')===_0x5b0d73&&(null===_0x575b71[_0x2084('0x43')]&&this[_0x2084('0x114')](_0x465a4c),null===_0x575b71[_0x2084('0x111')])){const _0x4fbaff=this[_0x2084('0x56')][_0x2084('0x1c')](_0x8835bc);_0x4fbaff[_0x2084('0x117')]?_0x2bae80[_0x2084('0xac')](_0x4fbaff):this[_0x2084('0xf1')](_0x4fbaff);}}for(const {name:_0x5066b8,data:_0x46971a}of _0x1b8e0e){const {group:_0x54b31f,id:_0x2713a8}=this[_0x2084('0x58')](_0x5066b8);if(_0x2084('0xda')!==_0x54b31f)continue;const _0x501373=this[_0x2084('0x56')][_0x2084('0x1c')](_0x2713a8);null!=_0x46971a[_0x2084('0x111')]&&null!=_0x46971a[_0x2084('0x43')]&&(this['_refreshSuggestionsChain'](_0x501373),_0x2bae80['add'](_0x501373['head']));}for(const _0x12a22c of _0x2bae80)this[_0x2084('0x50')]('suggestionChanged',_0x12a22c);_0x2bae80[_0x2084('0x2a')]();}),_0x479243['model']['on']('applyOperation',(_0x2b21d3,_0x5ab137)=>{const _0x178d25=_0x5ab137[0x0];if(!this[_0x2084('0x56')]['size'])return;if(!_0x178d25[_0x2084('0xb9')])return;if(_0x178d25['batch'][_0x2084('0xb3')]||!_0x178d25[_0x2084('0xb6')][_0x2084('0x17')])return;let _0x1b9e4e,_0x421ca8;switch(_0x178d25[_0x2084('0x63')]){case _0x2084('0x98'):_0x1b9e4e=_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x178d25[_0x2084('0xe6')]),_0x421ca8=_0x1b9e4e[_0x2084('0x12')](_0x178d25[_0x2084('0xf9')]);break;case _0x2084('0x1a'):_0x1b9e4e=_0x479243[_0x2084('0x48')]['createPositionAt'](_0x178d25[_0x2084('0x74')]),_0x421ca8=_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x178d25[_0x2084('0x8d')]);break;case _0x2084('0xa6'):_0x1b9e4e=_0x479243[_0x2084('0x48')]['createPositionAt'](_0x178d25[_0x2084('0x4b')]),_0x421ca8=_0x1b9e4e['getShiftedBy'](_0x178d25[_0x2084('0xf9')]);break;default:return;}const _0x5f27b5=_0x479243['model'][_0x2084('0x9a')](_0x1b9e4e,_0x421ca8);_0x479243['model'][_0x2084('0x54')](()=>{for(const {suggestion:_0x8921e9,meta:_0x5449c9}of this[_0x2084('0x9e')](_0x5f27b5)){if(_0x8921e9[_0x2084('0x77')])continue;if(_0x2084('0x87')==_0x8921e9[_0x2084('0x63')])continue;const _0x5e7889=_0x8921e9[_0x2084('0x14')]&&_0x8921e9['data'][_0x2084('0x9c')];(_0x2084('0x107')!=_0x8921e9[_0x2084('0x63')]||_0x2084('0x1a')==_0x178d25['type']&&!_0x5e7889)&&(_0x5449c9['containsRangeInObject']||_0x2084('0xa4')==_0x8921e9[_0x2084('0x63')]&&_0x5449c9['isOwn']||_0x8921e9[_0x2084('0x79')]()[_0x2084('0xa')](_0x5f27b5)&&this[_0x2084('0xd0')](_0x8921e9,_0x1b9e4e,_0x421ca8));}});},{'priority':_0x2084('0xc0')}),_0x479243[_0x2084('0x48')]['on'](_0x2084('0x0'),(_0x47044b,_0x3ca549)=>{const _0xf200ac=_0x3ca549[0x0],_0x551d29=_0x3ca549[0x1];if(_0x551d29&&_0x551d29[_0x2084('0x10')])return;if(this[_0x2084('0x5f')])return;if(!this[_0x2084('0xb0')][_0x2084('0xd9')])return;if(_0xf200ac['isCollapsed'])return;const _0x4bad6d=_0x479243[_0x2084('0x48')]['schema'],{start:_0x177401,end:_0x199dfa}=_0xf200ac[_0x2084('0x79')](),_0x58fed3=_0x177401[_0x2084('0x82')]&&_0x4bad6d[_0x2084('0x7d')](_0x177401[_0x2084('0x82')])?null:_0x4bad6d[_0x2084('0x72')](_0x177401,_0x2084('0x3f')),_0x42496f=_0x199dfa['nodeBefore']&&_0x4bad6d['isObject'](_0x199dfa[_0x2084('0x93')])?null:_0x4bad6d[_0x2084('0x72')](_0x199dfa,'backward'),_0x29650a=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x58fed3?_0x58fed3['start']:_0x177401,_0x42496f?_0x42496f[_0x2084('0x2f')]:_0x199dfa);_0x479243[_0x2084('0x48')][_0x2084('0x54')](_0x3bb6b8=>{this[_0x2084('0x119')](_0x29650a);const _0x565f1f=_0x479243['model'][_0x2084('0x8a')]['getNearestSelectionRange'](_0x29650a['start']);_0xf200ac['is'](_0x2084('0x36'))?_0x3bb6b8[_0x2084('0xb')](_0x565f1f):_0xf200ac[_0x2084('0x34')](_0x565f1f);}),_0x47044b[_0x2084('0xf7')]();},{'priority':_0x2fc2f3[_0x2084('0xdf')]+0xa}),_0x479243[_0x2084('0x48')]['on']('insertContent',(_0x32e6d0,_0x556d36)=>{const _0x5775e5=_0x556d36[_0x556d36[_0x2084('0x9b')]-0x1];_0x5775e5&&_0x5775e5[_0x2084('0x10')]||this[_0x2084('0x5f')]||this[_0x2084('0xb0')]['value']&&(_0x479243[_0x2084('0x48')][_0x2084('0x54')](()=>{let _0x18343c=_0x479243[_0x2084('0x48')][_0x2084('0x109')](_0x556d36[0x0],_0x556d36[0x1],_0x556d36[0x2],_0x556d36[0x3],{'forceDefaultExecution':!0x0});if(!_0x18343c)return;_0x32e6d0['return']=_0x18343c[_0x2084('0x104')]();const _0x3470af=_0x18343c[_0x2084('0x2f')]['nodeBefore'],_0x428d57=_0x479243[_0x2084('0x48')][_0x2084('0x8a')];_0x3470af&&_0x428d57['isBlock'](_0x3470af)&&!_0x428d57[_0x2084('0x7d')](_0x3470af)&&(_0x18343c=_0x479243[_0x2084('0x48')][_0x2084('0x9a')](_0x18343c[_0x2084('0x29')],_0x479243[_0x2084('0x48')][_0x2084('0x92')](_0x3470af,_0x2084('0x2f')))),this[_0x2084('0x24')](_0x18343c);}),_0x32e6d0[_0x2084('0xf7')]());},{'priority':_0x2084('0xbf')}),this[_0x2084('0xb0')]=new _0x4416c1(_0x479243,this[_0x2084('0xb4')]),this[_0x2084('0x4')][_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0x120'),this[_0x2084('0xb0')]),this[_0x2084('0xe5')](_0x2084('0x120'));const _0x4404be=new _0x57bec2(_0x479243,this[_0x2084('0x56')]);_0x479243['commands'][_0x2084('0xac')](_0x2084('0xd3'),_0x4404be),this[_0x2084('0xe5')](_0x2084('0xd3'));const _0x3a1348=new _0x2490be(_0x479243,this['_suggestions']);_0x479243[_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0xf2'),_0x3a1348),this[_0x2084('0xe5')](_0x2084('0xf2')),_0x479243['commands'][_0x2084('0xac')](_0x2084('0x4d'),new _0x51437a(_0x479243,_0x4404be,this[_0x2084('0x56')])),this['enableCommand'](_0x2084('0x4d')),_0x479243[_0x2084('0xd2')][_0x2084('0xac')](_0x2084('0xcd'),new _0x5a0ffd(_0x479243,_0x3a1348,this['_suggestions'])),this[_0x2084('0xe5')](_0x2084('0xcd')),_0x479243['commands'][_0x2084('0xac')](_0x2084('0xa1'),new _0x37d9a2(_0x479243,_0x4404be,this['_suggestions'])),this[_0x2084('0xe5')](_0x2084('0xa1')),_0x479243['commands']['add'](_0x2084('0x73'),new _0x1498b2(_0x479243,_0x3a1348,this[_0x2084('0x56')])),this[_0x2084('0xe5')](_0x2084('0x73'));const _0x49e3ef=_0x479243['plugins'][_0x2084('0x1c')](_0x2084('0xe3'));this['listenTo'](_0x49e3ef,_0x2084('0x38'),(_0x3c796e,{threadId:_0x37810b})=>{const _0xb43203=this[_0x2084('0x56')]['get'](_0x37810b);_0xb43203&&_0xb43203[_0x2084('0x10f')]&&0x1===_0xb43203[_0x2084('0x10f')][_0x2084('0x9b')]&&this[_0x2084('0xe1')](_0x37810b,{'hasComments':!0x0});},{'priority':_0x2084('0x16')}),this[_0x2084('0xad')](_0x49e3ef,_0x2084('0xba'),(_0x28fbe7,{threadId:_0x3b2485})=>{const _0x5d0d60=this[_0x2084('0x56')][_0x2084('0x1c')](_0x3b2485);_0x5d0d60&&_0x5d0d60[_0x2084('0x10f')]&&!_0x5d0d60['commentThread'][_0x2084('0x9b')]&&this[_0x2084('0xe1')](_0x3b2485,{'hasComments':!0x1});},{'priority':'low'});}set[_0x2084('0xcb')](_0x43a951){if(this[_0x2084('0x80')])throw new _0xa2b4f8(_0x2084('0x2'),this);this[_0x2084('0x80')]=_0x43a951;}get[_0x2084('0xcb')](){return this['_adapter'];}[_0x2084('0xef')]({skipNotAttached:_0x5ce3c4=!0x1,toJSON:_0x112ee8=!0x1}={}){const _0x4d0419=[];for(const _0x43232e of this[_0x2084('0x56')][_0x2084('0x37')]())_0x5ce3c4&&!_0x43232e[_0x2084('0x117')]||_0x4d0419[_0x2084('0x5a')](_0x43232e);return _0x112ee8?_0x4d0419['map'](_0x201cda=>_0x201cda[_0x2084('0x35')]()):_0x4d0419;}[_0x2084('0x2e')](_0x3e08ef){const _0x238713=this[_0x2084('0x56')][_0x2084('0x1c')](_0x3e08ef);if(!_0x238713)throw new _0xa2b4f8('track-changes-suggestion-not-found',this);return _0x238713;}[_0x2084('0xa8')](_0xe050b7){return this[_0x2084('0x56')]['has'](_0xe050b7);}[_0x2084('0x78')](_0x30fe25){const {id:_0x37ef12,authorId:_0x3b1876}=_0x30fe25,[_0x141740,_0x4cb600]=_0x30fe25[_0x2084('0x63')]['split'](':'),_0xd1a9dc=this[_0x2084('0x56')][_0x2084('0x1c')](_0x37ef12)||this[_0x2084('0x53')](_0x141740,_0x4cb600,_0x37ef12,_0x3b1876);switch(this['_addThreadToSuggestion'](_0xd1a9dc),this['_checkSuggestionCorrectness'](_0xd1a9dc,_0x141740,_0x4cb600||null,_0x3b1876),_0xd1a9dc[_0x2084('0x10c')]=_0x30fe25[_0x2084('0x10c')],_0x30fe25[_0x2084('0x14')]&&(_0xd1a9dc['data']=_0x30fe25[_0x2084('0x14')]),_0x30fe25[_0x2084('0x27')]&&(_0xd1a9dc[_0x2084('0x27')]=_0x30fe25[_0x2084('0x27')]),this[_0x2084('0x80')]&&this[_0x2084('0x80')][_0x2084('0x10e')]||(_0xd1a9dc[_0x2084('0x61')]=!0x0),this[_0x2084('0xbb')]['get'](_0xd1a9dc)){case _0x2084('0xf3'):this[_0x2084('0xbb')]['set'](_0xd1a9dc,_0x2084('0x4f'));break;case _0x2084('0x81'):_0xd1a9dc['isInContent']?(this['_suggestionState'][_0x2084('0xf')](_0xd1a9dc,_0x2084('0xca')),this[_0x2084('0x50')](_0x2084('0xe4'),_0xd1a9dc)):this['_suggestionState'][_0x2084('0xf')](_0xd1a9dc,_0x2084('0xf4'));}return _0xd1a9dc;}[_0x2084('0xd3')](_0x27535b){this[_0x2084('0x10')](()=>{this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x54')](()=>{for(const _0x2aaa1f of _0x27535b['getAllAdjacentSuggestions']())_0x2aaa1f[_0x2084('0xc7')]();});});}[_0x2084('0xf2')](_0x36c631){this[_0x2084('0x10')](()=>{this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x54')](()=>{for(const _0xe8b86c of _0x36c631[_0x2084('0xeb')]())_0xe8b86c['discard']();});});}['enableCommand'](_0x2f4fea,_0x3baf8a){const _0x178e37=this[_0x2084('0x4')][_0x2084('0xd2')][_0x2084('0x1c')](_0x2f4fea);if(!_0x178e37)throw new _0xa2b4f8('track-changes-command-not-found',this,{'commandName':_0x2f4fea});this[_0x2084('0xb4')]['add'](_0x178e37),_0x3baf8a&&_0x178e37['on'](_0x2084('0xd8'),(_0x598432,_0x77ecd9)=>{this['trackChangesCommand']['value']&&(this[_0x2084('0x5f')]||_0x77ecd9[_0x2084('0x9b')]>0x0&&_0x77ecd9[_0x77ecd9[_0x2084('0x9b')]-0x1]&&_0x77ecd9[_0x77ecd9[_0x2084('0x9b')]-0x1][_0x2084('0x10')]||(_0x3baf8a((..._0xa6739d)=>_0x178e37[_0x2084('0xd8')](..._0xa6739d,{'forceDefaultExecution':!0x0}),..._0x77ecd9),_0x598432[_0x2084('0xf7')]()));},{'priority':_0x2084('0xbf')});}[_0x2084('0x10')](_0x1b563b){let _0x5c9f31,_0x417e8a;const _0x2a21ad=this[_0x2084('0x5f')];this[_0x2084('0x5f')]=!0x0;try{_0x5c9f31=_0x1b563b();}catch(_0x17eade){_0x417e8a=_0x17eade;}return _0x2a21ad||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x417e8a&&_0xa2b4f8[_0x2084('0xaf')](_0x417e8a,this),_0x5c9f31;}[_0x2084('0x24')](_0x1a48aa,_0x38f68f=null,_0xa328fa={}){if(_0x1a48aa['isCollapsed'])return null;const _0x39c544=this['editor'][_0x2084('0x102')]['get']('Users')['me'];for(const {suggestion:_0x187060,meta:_0x5b598b}of this['_findSuggestions'](_0x1a48aa,_0x2084('0xa4')))if(_0x5b598b[_0x2084('0xd5')]){if(!_0x5b598b[_0x2084('0xc')])return _0x187060;if(_0x38f68f==_0x187060[_0x2084('0x128')]){const _0x206853=_0x187060['getFirstRange']();return _0x206853[_0x2084('0x29')][_0x2084('0x110')](_0x1a48aa['end'])?this['_setSuggestionRange'](_0x187060,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x1a48aa[_0x2084('0x29')],_0x206853[_0x2084('0x2f')])):this[_0x2084('0x118')](_0x187060,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x206853[_0x2084('0x29')],_0x1a48aa[_0x2084('0x2f')])),_0x187060;}}const _0x2197f1=_0x495cdf(),_0x2193cb=_0x39c544['id'],_0x30a1f3=_0x38f68f?'insertion:'+_0x38f68f:'insertion',_0x4f0d7b=this[_0x2084('0xe7')]({'id':_0x2197f1,'type':_0x30a1f3,'createdAt':new Date(),'authorId':_0x2193cb,'attributes':_0xa328fa});return this[_0x2084('0x59')](_0x30a1f3,_0x2197f1,_0x2193cb,_0x1a48aa),_0x4f0d7b;}[_0x2084('0xe2')](_0xbdd866,_0x8b948c=_0x2084('0xde'),_0x441284={}){const _0x342195=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x2c8392=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0xa4'),_0x8b948c,'join');for(const _0x1716d6 of this['getSuggestions']())if(_0x1716d6[_0x2084('0x5d')]['id']==_0x342195['id']&&_0x2084('0xa4')==_0x1716d6['type']&&_0x1716d6[_0x2084('0x128')]==_0x8b948c&&(_0x2c8392(_0x1716d6['getRanges'](),_0xbdd866)||_0x2c8392(_0xbdd866,_0x1716d6[_0x2084('0xc4')]()))){for(const _0x54a9d2 of _0xbdd866)_0x1716d6[_0x2084('0x5e')](_0x54a9d2);return _0x1716d6;}for(const _0x3ee475 of _0xbdd866)for(const {suggestion:_0x3b2cf1,meta:_0x54a397}of this[_0x2084('0x9e')](_0x3ee475,_0x2084('0xa4'))){if(!_0x54a397[_0x2084('0xd5')])continue;let _0x5490dc=!0x0;for(const _0x4a4edf of _0x3b2cf1[_0x2084('0xc4')]())for(const _0xb05e7b of _0xbdd866)if(!_0x4a4edf['containsRange'](_0xb05e7b)){_0x5490dc=!0x1;break;}if(_0x5490dc)return _0x3b2cf1;}const _0x5012d3=_0x495cdf(),_0x4d3b7e=_0x342195['id'],_0x543fa8=_0x2084('0x3a')+_0x8b948c,_0x593c17=this[_0x2084('0xe7')]({'id':_0x5012d3,'type':_0x543fa8,'createdAt':new Date(),'authorId':_0x4d3b7e,'attributes':_0x441284});for(const _0x592df1 of _0xbdd866)this[_0x2084('0x59')](_0x543fa8,_0x5012d3,_0x4d3b7e,_0x592df1,_0x4f381c[_0x2084('0x8b')]());return _0x593c17;}[_0x2084('0x84')](_0x8d8577,_0x237f6b,_0x35b211=null,_0x134379={}){if(_0x35b211=_0x35b211||St(_0x237f6b),_0x8d8577[_0x2084('0x6a')])return;const _0x122799=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x448850=[];for(const {suggestion:_0xa48421,meta:_0x4cea36}of this[_0x2084('0x9e')](_0x8d8577,'insertion'))_0x4cea36[_0x2084('0xd5')]&&!_0x4cea36[_0x2084('0x11')]&&_0x448850[_0x2084('0x5a')](..._0xa48421[_0x2084('0xc4')]());const _0x1bfe2d=function(_0x3c4f30,_0x1d54a7){const _0x15ec96=[];for(const _0x2b8c4 of _0x1d54a7){const _0x246282=_0x3c4f30[_0x2084('0x2d')](_0x2b8c4);_0x246282&&_0x15ec96[_0x2084('0x5a')](_0x246282);}return _0x15ec96;}(_0x8d8577,_0x448850),_0x31c70f=function(_0xaa14e3,_0x269dc1){const _0x326768=[_0xaa14e3];for(const _0x5548db of _0x269dc1){let _0x33131f=0x0;for(;_0x33131f<_0x326768[_0x2084('0x9b')];){const _0x2d0d4f=_0x326768[_0x33131f][_0x2084('0xc3')](_0x5548db);_0x326768[_0x2084('0x66')](_0x33131f,0x1,..._0x2d0d4f),_0x33131f+=_0x2d0d4f['length'];}}return _0x326768;}(_0x8d8577,_0x448850);_0x1bfe2d['length']&&this[_0x2084('0x7f')][_0x2084('0x54')](()=>{for(const _0x30637c of _0x1bfe2d){const _0x1f8ac1=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x87'),_0x35b211,_0x2084('0xc7'));this[_0x2084('0x10')](()=>_0x1f8ac1([_0x30637c],_0x237f6b,_0x134379));}});for(const _0x912d5b of _0x31c70f){let _0x526ee5=null,_0x477bd7=_0x912d5b[_0x2084('0x29')],_0x9fe001=_0x912d5b[_0x2084('0x2f')];for(const {suggestion:_0x5decc1,meta:_0x16243d}of this['_findSuggestions'](_0x912d5b,_0x2084('0x87'))){if(!_0x16243d[_0x2084('0xd5')])continue;if(_0x5decc1[_0x2084('0x128')]!=_0x35b211)continue;const _0x44c3bb=_0x5decc1['getFirstRange']();if(_0x44c3bb['containsRange'](_0x912d5b,!0x0))return;_0x477bd7=_0x477bd7[_0x2084('0x10b')](_0x44c3bb['start'])?_0x477bd7:_0x44c3bb[_0x2084('0x29')],_0x9fe001=_0x9fe001['isAfter'](_0x44c3bb[_0x2084('0x2f')])?_0x9fe001:_0x44c3bb[_0x2084('0x2f')],_0x526ee5?_0x44c3bb[_0x2084('0x29')][_0x2084('0x10b')](_0x526ee5[_0x2084('0x79')]()[_0x2084('0x29')])?(_0x526ee5[_0x2084('0x57')](),_0x526ee5=_0x5decc1):_0x5decc1['removeMarkers']():_0x526ee5=_0x5decc1;}const _0xfca796=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x477bd7,_0x9fe001);if(_0x526ee5)this[_0x2084('0x118')](_0x526ee5,_0xfca796);else{const _0x2b5bf1=_0x495cdf(),_0x46e024=_0x122799['id'];this[_0x2084('0xe7')]({'id':_0x2b5bf1,'type':_0x2084('0xfe')+_0x35b211,'data':_0x237f6b,'createdAt':new Date(),'authorId':_0x46e024,'attributes':_0x134379}),this[_0x2084('0x59')](_0x2084('0xfe')+_0x35b211,_0x2b5bf1,_0x46e024,_0xfca796);}}}[_0x2084('0x11e')](_0x257bf6,_0x54f65c,_0x36ed76=[],_0x41a5c0=null,_0x36fc5a={}){_0x54f65c['formatGroupId']||(_0x54f65c['formatGroupId']=_0x54f65c['commandName']),_0x54f65c[_0x2084('0x9c')]=_0x257bf6['is'](_0x2084('0x19')),_0x41a5c0=_0x41a5c0||St(_0x54f65c);const _0x5c87d4=_0x36ed76[_0x2084('0x7e')](_0x3d090c=>vt(_0x3d090c,this[_0x2084('0x7f')])),_0x178db4=_0x257bf6['is'](_0x2084('0x19'))?_0x257bf6:vt(_0x257bf6,this[_0x2084('0x7f')]);_0x5c87d4[_0x2084('0x5a')](_0x178db4);let _0x506ced=!0x0;for(const _0x43183c of _0x5c87d4)if(!this[_0x2084('0x76')](_0x43183c)){_0x506ced=!0x1;break;}if(_0x506ced){const _0x21486c=this['_suggestionFactory'][_0x2084('0x70')]('formatBlock',_0x41a5c0,_0x2084('0xc7'));return void this[_0x2084('0x10')](()=>_0x21486c([_0x178db4],_0x54f65c,_0x36fc5a));}let _0x506530=null,_0x192a14=_0x178db4['start'],_0x363474=_0x178db4[_0x2084('0x2f')];for(const {suggestion:_0x383786,meta:_0x54210a}of this[_0x2084('0x9e')](_0x178db4,_0x2084('0x107'))){if(!_0x54210a[_0x2084('0xd5')]||_0x54210a[_0x2084('0xc')]||_0x54210a[_0x2084('0xfd')]||_0x54210a['isInsideObject'])continue;if(_0x383786[_0x2084('0x14')][_0x2084('0x4e')]!=_0x54f65c[_0x2084('0x4e')])continue;const _0x48e39d=_0x383786[_0x2084('0x79')]();if(_0x383786[_0x2084('0x128')]==_0x41a5c0){if(_0x48e39d[_0x2084('0xa')](_0x178db4,!0x0))return;_0x192a14=_0x192a14[_0x2084('0x10b')](_0x48e39d[_0x2084('0x29')])?_0x192a14:_0x48e39d[_0x2084('0x29')],_0x363474=_0x363474[_0x2084('0xc6')](_0x48e39d[_0x2084('0x2f')])?_0x363474:_0x48e39d[_0x2084('0x2f')],_0x506530?_0x48e39d[_0x2084('0x29')][_0x2084('0x10b')](_0x506530['getFirstRange']()[_0x2084('0x29')])?(_0x506530[_0x2084('0x57')](),_0x506530=_0x383786):_0x383786[_0x2084('0x57')]():_0x506530=_0x383786;}else{const _0x44caf2=_0x178db4['getIntersection'](_0x48e39d);this['_cutOutSuggestionMarker'](_0x383786,_0x44caf2);}}const _0x338a71=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x4038a5=_0x495cdf(),_0x713ca7=_0x338a71['id'];_0x506530?this['_setSuggestionRange'](_0x506530,this[_0x2084('0x7f')]['createRange'](_0x192a14,_0x363474)):(this[_0x2084('0xe7')]({'id':_0x4038a5,'type':_0x2084('0xb8')+_0x41a5c0,'data':_0x54f65c,'createdAt':new Date(),'authorId':_0x713ca7,'attributes':_0x36fc5a}),this[_0x2084('0x59')]('formatBlock:'+_0x41a5c0,_0x4038a5,_0x713ca7,this[_0x2084('0x7f')]['createRange'](_0x192a14,_0x363474)));}[_0x2084('0xc5')](_0x59679a,_0x2615a5,_0xf6f607=[],_0x207978=null,_0x33dcb8={}){_0x2615a5[_0x2084('0x4e')]||(_0x2615a5['formatGroupId']=_0x2615a5[_0x2084('0xa9')]),_0x2615a5[_0x2084('0x9c')]=!0x1,_0x207978=_0x207978||St(_0x2615a5);const _0x58198f=_0xf6f607[_0x2084('0x7e')](_0x335ea2=>vt(_0x335ea2,this[_0x2084('0x7f')])),_0x50e252=_0x59679a['map'](_0x4fe802=>vt(_0x4fe802,this[_0x2084('0x7f')]));_0x58198f[_0x2084('0x5a')](..._0x50e252);let _0xe4022c=!0x0;for(const _0x2ce524 of _0x58198f)if(!this[_0x2084('0x76')](_0x2ce524)){_0xe4022c=!0x1;break;}if(_0xe4022c){const _0x263318=this[_0x2084('0x41')][_0x2084('0x70')]('formatBlock',_0x207978,'accept');return void this[_0x2084('0x10')](()=>_0x263318(_0x50e252,_0x2615a5,_0x33dcb8));}const _0x4d0459=this['editor'][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'];for(const _0x3e9e5d of this[_0x2084('0xef')]()){if(_0x3e9e5d[_0x2084('0x5d')]['id']!=_0x4d0459['id'])continue;if(_0x2084('0x107')!=_0x3e9e5d[_0x2084('0x63')]||_0x3e9e5d[_0x2084('0x14')][_0x2084('0x4e')]!=_0x2615a5[_0x2084('0x4e')])continue;const _0x1ab768=_0x3e9e5d[_0x2084('0x128')]==_0x207978;for(let _0x2b2edc=0x0;_0x2b2edc<_0x50e252[_0x2084('0x9b')];_0x2b2edc++){const _0x6b7efd=_0x50e252[_0x2b2edc];for(const _0x3c193c of _0x3e9e5d[_0x2084('0x1e')]()){const _0x23bc93=_0x3c193c[_0x2084('0x33')]();if(_0x6b7efd[_0x2084('0x110')](_0x23bc93)){_0x1ab768?(_0x50e252[_0x2084('0x66')](_0x2b2edc,0x1),_0x2b2edc--):_0x3e9e5d[_0x2084('0x122')](_0x3c193c[_0x2084('0x11c')]);break;}}}}if(0x0==_0x50e252[_0x2084('0x9b')])return;const _0x193b18=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x107'),_0x207978,_0x2084('0xfa'));for(const _0x40b445 of this[_0x2084('0xef')]())if(_0x40b445[_0x2084('0x5d')]['id']==_0x4d0459['id']&&_0x2084('0x107')==_0x40b445[_0x2084('0x63')]&&_0x40b445['data'][_0x2084('0x4e')]==_0x2615a5[_0x2084('0x4e')]&&_0x40b445[_0x2084('0x128')]==_0x207978&&(_0x193b18(_0x40b445[_0x2084('0xc4')](),_0x50e252)||_0x193b18(_0x50e252,_0x40b445[_0x2084('0xc4')]()))){for(const _0x554105 of _0x50e252)_0x40b445[_0x2084('0x5e')](_0x554105);return _0x40b445;}const _0x3afc1a=_0x495cdf(),_0x11e828=_0x4d0459['id'],_0x1e7b84='formatBlock:'+_0x207978,_0xdaa668=this[_0x2084('0xe7')]({'id':_0x3afc1a,'type':_0x1e7b84,'data':_0x2615a5,'createdAt':new Date(),'authorId':_0x11e828,'attributes':_0x33dcb8});for(const _0x136f97 of _0x50e252)this[_0x2084('0x59')](_0x1e7b84,_0x3afc1a,_0x11e828,_0x136f97,_0x4f381c['getMultiRangeId']());return _0xdaa668;}[_0x2084('0x119')](_0x2a66fb,_0x222552=null,_0x42636c={}){if(_0x2a66fb[_0x2084('0x6a')])return null;const _0x297ca1=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'],_0x2f76c8=new _0x184ebb(_0x2a66fb[_0x2084('0x29')],_0x2a66fb[_0x2084('0x2f')]);for(const {suggestion:_0x839479,meta:_0x1df8fd}of this[_0x2084('0x9e')](_0x2f76c8,_0x2084('0xa4')))if(_0x1df8fd['isOwn']&&!_0x1df8fd['isNextTo']){if(_0x839479['isMultiRange']){const _0x432670=_0x839479['getRanges']()['filter'](_0x295aeb=>_0x2084('0x100')!=_0x295aeb[_0x2084('0x108')][_0x2084('0x125')]);_0x432670['every'](_0x4f8f60=>_0x2f76c8[_0x2084('0xa')](_0x4f8f60,!0x0))&&_0x839479[_0x2084('0x11d')]();if(_0x432670['some'](_0xfcb4bd=>_0xfcb4bd[_0x2084('0xa')](_0x2f76c8,!0x0))){const _0x28cc30=this[_0x2084('0x41')][_0x2084('0x70')](_0x2084('0x90'),_0x222552,_0x2084('0xc7'));return this['forceDefaultExecution'](()=>_0x28cc30([_0x2f76c8],null,_0x42636c)),null;}}else{const _0x3a1042=_0x2f76c8[_0x2084('0x2d')](_0x839479[_0x2084('0x79')]());_0x839479[_0x2084('0xee')]([_0x3a1042],null,_0x42636c);}}if(_0x2f76c8[_0x2084('0x11b')](),_0x2f76c8[_0x2084('0x6a')]||_0x2084('0x100')==_0x2f76c8[_0x2084('0x108')]['rootName'])return null;let _0x34df21=null,_0x12e1ce=_0x2f76c8['start'],_0x1d51e6=_0x2f76c8['end'];for(const {suggestion:_0x18817f,meta:_0x3048b9}of this[_0x2084('0x9e')](_0x2f76c8,'deletion'))if(_0x3048b9[_0x2084('0xd5')]){if(_0x18817f[_0x2084('0x77')]){let _0x4be513=!0x0;for(const _0x50f732 of _0x18817f[_0x2084('0xc4')]()){if(_0x50f732[_0x2084('0xa')](_0x2f76c8,!0x0))return _0x18817f;_0x2f76c8['containsRange'](_0x50f732)||(_0x4be513=!0x1);}_0x4be513&&_0x18817f[_0x2084('0x11d')]();}else{const _0x36e2c8=_0x18817f[_0x2084('0x79')]();if(_0x36e2c8[_0x2084('0xa')](_0x2f76c8,!0x0))return _0x18817f;_0x12e1ce=_0x12e1ce[_0x2084('0x10b')](_0x36e2c8[_0x2084('0x29')])?_0x12e1ce:_0x36e2c8['start'],_0x1d51e6=_0x1d51e6[_0x2084('0xc6')](_0x36e2c8[_0x2084('0x2f')])?_0x1d51e6:_0x36e2c8[_0x2084('0x2f')],_0x34df21?_0x36e2c8['start']['isBefore'](_0x34df21['getFirstRange']()[_0x2084('0x29')])?(_0x34df21[_0x2084('0x57')](),_0x34df21=_0x18817f):_0x18817f[_0x2084('0x57')]():_0x34df21=_0x18817f;}}if(_0x34df21)return this[_0x2084('0x118')](_0x34df21,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x12e1ce,_0x1d51e6)),_0x34df21;{const _0x314339=_0x495cdf(),_0x44feca=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x12e1ce,_0x1d51e6),_0x2db455=_0x297ca1['id'],_0x3d2d9a=_0x222552?_0x2084('0xd1')+_0x222552:'deletion',_0x280afa=this[_0x2084('0xe7')]({'id':_0x314339,'type':_0x3d2d9a,'createdAt':new Date(),'authorId':_0x2db455,'attributes':_0x42636c});return this[_0x2084('0x59')](_0x3d2d9a,_0x314339,_0x2db455,_0x44feca),_0x280afa;}}['markMultiRangeDeletion'](_0x16e386,_0x31e183=_0x2084('0xde'),_0x211e40={}){const _0x366693=this['editor']['plugins']['get'](_0x2084('0x127'))['me'],_0x2f0948=_0x16e386[_0x2084('0x7e')](_0x441ba2=>new _0x184ebb(_0x441ba2[_0x2084('0x29')],_0x441ba2[_0x2084('0x2f')])),_0x3f44b6=new Set();for(const _0x2dbf13 of _0x2f0948)for(const {suggestion:_0x404a38,meta:_0x5eed7d}of this[_0x2084('0x9e')](_0x2dbf13,_0x2084('0xa4')))_0x5eed7d[_0x2084('0xd5')]&&!_0x5eed7d['isNextTo']&&_0x3f44b6[_0x2084('0xac')](_0x404a38);for(const _0x570b0c of _0x3f44b6)if(_0x570b0c[_0x2084('0x77')]){const _0xcd4413=_0x570b0c[_0x2084('0xc4')]();(!_0x570b0c[_0x2084('0x27')]||!_0x570b0c['attributes'][_0x2084('0x116')])&&(_0xcd4413[_0x2084('0x96')](_0xa2a456=>_0x2f0948['some'](_0x12f57a=>_0x12f57a['containsRange'](_0xa2a456,!0x0)))&&_0x570b0c[_0x2084('0x11d')]());if(_0x2f0948['every'](_0xd4c91e=>_0xcd4413[_0x2084('0x11f')](_0x34fa62=>_0x34fa62[_0x2084('0xa')](_0xd4c91e,!0x0)))){const _0x39355e=this['_suggestionFactory']['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,'accept');return this[_0x2084('0x10')](()=>_0x39355e(_0x16e386,null,_0x211e40)),null;}}else{const _0x5b5ba9=_0x570b0c[_0x2084('0x79')]();_0x2f0948[_0x2084('0x11f')](_0x1a9c76=>_0x1a9c76[_0x2084('0xa')](_0x5b5ba9,!0x0))&&_0x570b0c[_0x2084('0x11d')]();if(_0x2f0948[_0x2084('0x96')](_0x2f9d50=>_0x5b5ba9[_0x2084('0xa')](_0x2f9d50,!0x0))){const _0x3dc839=this[_0x2084('0x41')]['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,_0x2084('0xc7'));return this[_0x2084('0x10')](()=>_0x3dc839(_0x2f0948,null,_0x211e40)),null;}}const _0x232b1d=this[_0x2084('0x41')]['getSuggestionCallback'](_0x2084('0x90'),_0x31e183,_0x2084('0xfa'));let _0x1b9920=null;for(const _0x1fa923 of this['getSuggestions']())if(_0x1fa923[_0x2084('0x5d')]['id']==_0x366693['id']&&_0x1fa923[_0x2084('0x117')]&&_0x2084('0x90')==_0x1fa923[_0x2084('0x63')]&&_0x1fa923[_0x2084('0x128')]==_0x31e183&&(_0x232b1d(_0x1fa923['getRanges'](),_0x2f0948)||_0x232b1d(_0x2f0948,_0x1fa923[_0x2084('0xc4')]()))){if(_0x1b9920){if(_0x1fa923[_0x2084('0x10f')]&&_0x1fa923['commentThread'][_0x2084('0x9b')])continue;for(const _0x20b1f0 of _0x1fa923[_0x2084('0xc4')]())_0x1b9920['isIntersectingWithRange'](_0x20b1f0)||_0x1b9920[_0x2084('0x5e')](_0x20b1f0);_0x1fa923[_0x2084('0x57')]();}else{_0x1b9920=_0x1fa923;for(const _0x1a3a9f of _0x2f0948)_0x1fa923[_0x2084('0x86')](_0x1a3a9f)||_0x1fa923[_0x2084('0x5e')](_0x1a3a9f);}}if(_0x1b9920)return _0x1b9920;_0x3f44b6['clear']();for(const _0x289bd1 of _0x2f0948)for(const {suggestion:_0x57ef83,meta:_0x15c4e3}of this[_0x2084('0x9e')](_0x289bd1,_0x2084('0x90')))_0x15c4e3[_0x2084('0xd5')]&&_0x3f44b6[_0x2084('0xac')](_0x57ef83);for(const _0x4eb54d of _0x3f44b6){const _0x248b6a=_0x4eb54d[_0x2084('0xc4')]();if(!_0x211e40||!_0x211e40[_0x2084('0x116')]){if(_0x2f0948[_0x2084('0x96')](_0x2ef22f=>_0x248b6a['some'](_0x3c45fa=>_0x3c45fa[_0x2084('0xa')](_0x2ef22f,!0x0))))return _0x4eb54d;}(!_0x4eb54d['attributes']||!_0x4eb54d[_0x2084('0x27')][_0x2084('0x116')])&&(_0x248b6a[_0x2084('0x96')](_0x5855a5=>_0x2f0948['some'](_0x45c49f=>_0x45c49f[_0x2084('0xa')](_0x5855a5,!0x0)))&&_0x4eb54d[_0x2084('0x11d')]());}const _0x5903cc=_0x495cdf(),_0x56aa6d=_0x366693['id'],_0x8078a2=_0x2084('0xd1')+_0x31e183,_0xd82ded=this[_0x2084('0xe7')]({'id':_0x5903cc,'type':_0x8078a2,'createdAt':new Date(),'authorId':_0x56aa6d,'attributes':_0x211e40});for(const _0x854338 of _0x2f0948)_0x854338[_0x2084('0x11b')](),_0x854338[_0x2084('0x6a')]||_0x2084('0x100')==_0x854338[_0x2084('0x108')][_0x2084('0x125')]||this['_addSuggestionMarker'](_0x8078a2,_0x5903cc,_0x56aa6d,_0x854338,_0x4f381c['getMultiRangeId']());return _0xd82ded;}['_setSuggestionRange'](_0x73100e,_0x3b038e){const _0x11c5a8=_0x73100e[_0x2084('0xc9')]();this['_model'][_0x2084('0x54')](_0x2775b6=>{_0x2775b6[_0x2084('0x2c')](_0x11c5a8,{'range':_0x3b038e});});}[_0x2084('0x7')](_0x37cf8f){const _0x191c36=_0x37cf8f['id'],_0x1c4abb=this['editor'][_0x2084('0x101')][_0x2084('0x1c')](_0x2084('0x97'));this[_0x2084('0xc8')][_0x2084('0x103')](_0x191c36)||this[_0x2084('0xc8')][_0x2084('0xb7')]({'channelId':_0x1c4abb,'threadId':_0x191c36});const _0x43a9c4=this[_0x2084('0xc8')][_0x2084('0x15')](_0x191c36);_0x43a9c4[_0x2084('0x6f')](_0x2084('0xdb')),_0x43a9c4[_0x2084('0xdb')]=!0x1,_0x37cf8f['commentThread']=_0x43a9c4;}[_0x2084('0x11a')](_0x387a26,_0x3c93fb,_0x5b5ca3,_0x201e95){if(_0x387a26[_0x2084('0x63')]!=_0x3c93fb||_0x387a26[_0x2084('0x128')]!=_0x5b5ca3||_0x387a26[_0x2084('0x5d')]['id']!=_0x201e95)throw this[_0x2084('0x4')][_0x2084('0x94')]('track-changes-suggestion-data-mismatch'),new _0xa2b4f8(_0x2084('0xa5'),this);}['_cutOutSuggestionMarker'](_0xf03c30,_0x2a3d16){const _0x3f1b58=_0xf03c30['getFirstRange']();if(_0x2a3d16[_0x2084('0x110')](_0x3f1b58))_0xf03c30[_0x2084('0x57')]();else{if(_0x3f1b58[_0x2084('0xa')](_0x2a3d16)){const _0x40afe1=this['_model'][_0x2084('0x92')](_0x2a3d16[_0x2084('0x29')][_0x2084('0x93')],_0x2084('0x2f'));this['_setSuggestionRange'](_0xf03c30,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x3f1b58[_0x2084('0x29')],_0x40afe1));const _0x1afd2c=_0x495cdf(),_0x2ad0c0=_0xf03c30['author']['id'],_0x28ca2a=_0xf03c30[_0x2084('0x63')]+':'+_0xf03c30[_0x2084('0x128')];this[_0x2084('0xe7')]({'id':_0x1afd2c,'type':_0x28ca2a,'createdAt':new Date(),'authorId':_0x2ad0c0,'data':_0xf03c30[_0x2084('0x14')],'attributes':_0xf03c30[_0x2084('0x27')]});const _0x4928b9=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16[_0x2084('0x2f')][_0x2084('0x121')],_0x2084('0x13')),_0x32398a=this[_0x2084('0x7f')][_0x2084('0x9a')](_0x4928b9,_0x3f1b58[_0x2084('0x2f')]);this[_0x2084('0x59')](_0x28ca2a,_0x1afd2c,_0x2ad0c0,_0x32398a);}else{if(_0x3f1b58[_0x2084('0xc1')](_0x2a3d16['start'])){const _0x202db4=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16['start'][_0x2084('0x93')],_0x2084('0x2f'));this[_0x2084('0x118')](_0xf03c30,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x3f1b58[_0x2084('0x29')],_0x202db4));}else{const _0x4bb9a2=this[_0x2084('0x7f')][_0x2084('0x92')](_0x2a3d16[_0x2084('0x2f')][_0x2084('0x121')],_0x2084('0x13'));this['_setSuggestionRange'](_0xf03c30,this[_0x2084('0x7f')]['createRange'](_0x4bb9a2,_0x3f1b58[_0x2084('0x2f')]));}}}}['_rangeIsInLocalUserInsertion'](_0x1b2dd3){for(const {suggestion:_0xdce581,meta:_0x5eb71a}of this['_findSuggestions'](_0x1b2dd3,_0x2084('0xa4'))){if(!_0x5eb71a[_0x2084('0xd5')])continue;const _0x4c9b63=_0xdce581[_0x2084('0xc4')]();for(const _0x15f8df of _0x4c9b63)if(!_0x1b2dd3['getDifference'](_0x15f8df)[_0x2084('0x9b')])return!0x0;}return!0x1;}[_0x2084('0xd')](_0x3faff8){const _0x2c3e58=this['editor'][_0x2084('0x102')][_0x2084('0x1c')]('Users')[_0x2084('0xe9')](_0x3faff8);if(!_0x2c3e58)throw new _0xa2b4f8('track-changes-user-not-found',this);return _0x2c3e58;}[_0x2084('0x53')](_0x5d8a58,_0x1da302,_0x172d50,_0xefc119){const _0x3146c1=this['_getAuthorFromId'](_0xefc119),_0x4c8f45=this[_0x2084('0x41')][_0x2084('0x65')](_0x5d8a58,_0x1da302,_0x172d50,_0x3146c1,_0x26ec31=>this[_0x2084('0xe1')](_0x172d50,{'attributes':_0x26ec31}));return this[_0x2084('0xad')](_0x4c8f45,_0x2084('0xc7'),()=>{this[_0x2084('0xe1')](_0x172d50,{'state':_0x2084('0x6b')});},{'priority':'high'}),this[_0x2084('0xad')](_0x4c8f45,_0x2084('0x11d'),()=>{this[_0x2084('0xe1')](_0x172d50,{'state':'rejected'});},{'priority':_0x2084('0xbf')}),this[_0x2084('0x56')]['set'](_0x172d50,_0x4c8f45),this[_0x2084('0xbb')][_0x2084('0xf')](_0x4c8f45,_0x2084('0xf3')),_0x4c8f45;}[_0x2084('0x58')](_0x54ea4a){const _0x3639cd=_0x54ea4a[_0x2084('0x1a')](':');return{'group':_0x3639cd[0x0],'type':_0x3639cd[0x1],'subType':_0x3639cd['length']>=0x5?_0x3639cd[0x2]:null,'id':_0x3639cd['length']<0x5?_0x3639cd[0x2]:_0x3639cd[0x3],'authorId':_0x3639cd[_0x2084('0x9b')]<0x5?_0x3639cd[0x3]:_0x3639cd[0x4],'markerCount':0x6==_0x3639cd[_0x2084('0x9b')]?_0x3639cd[0x5]:null};}[_0x2084('0xd0')](_0x17a138,_0x319437,_0x4c88ec){const _0x5986a6=_0x17a138['getFirstRange'](),_0x5cb975=_0x5986a6['start'],_0x25e492=_0x5986a6[_0x2084('0x2f')];this[_0x2084('0x118')](_0x17a138,this['_model'][_0x2084('0x9a')](_0x5cb975,_0x319437));const _0xfe401=_0x495cdf(),_0x5f001a=_0x17a138[_0x2084('0x5d')]['id'],_0x54d083=_0x17a138[_0x2084('0x63')]+(_0x17a138[_0x2084('0x128')]?':'+_0x17a138[_0x2084('0x128')]:'');this[_0x2084('0xe7')]({'id':_0xfe401,'type':_0x54d083,'createdAt':new Date(),'authorId':_0x5f001a,'originalSuggestionId':_0x17a138['id'],'data':_0x17a138[_0x2084('0x14')]}),_0x2084('0x107')==_0x17a138[_0x2084('0x63')]&&(_0x4c88ec=this[_0x2084('0x7f')]['createPositionBefore'](_0x4c88ec[_0x2084('0x121')])),this[_0x2084('0x59')](_0x54d083,_0xfe401,_0x5f001a,this[_0x2084('0x7f')]['createRange'](_0x4c88ec,_0x25e492));}[_0x2084('0x9e')](_0x4a2bab,_0x22c248=null){const _0x48cfa6=[],_0x4666c8=this['_model'][_0x2084('0x8a')],_0x2fa578=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')](_0x2084('0x127'))['me'];for(const _0x35b121 of this[_0x2084('0xef')]())if(_0x35b121[_0x2084('0x117')]&&(!_0x22c248||_0x35b121[_0x2084('0x63')]==_0x22c248))for(const _0x35cc80 of _0x35b121['getRanges']()){const _0x586fc3=_0x4a2bab['start'][_0x2084('0x110')](_0x35cc80[_0x2084('0x2f')])||_0x4a2bab['end'][_0x2084('0x110')](_0x35cc80[_0x2084('0x29')]);if(_0x586fc3||_0x4a2bab[_0x2084('0x2d')](_0x35cc80)){const _0x36ae6a=_0x4a2bab['containsRange'](_0x35cc80)&&wt(_0x4666c8,_0x35cc80['start'],_0x4a2bab),_0x2bce89=_0x35cc80[_0x2084('0xa')](_0x4a2bab)&&wt(_0x4666c8,_0x4a2bab[_0x2084('0x29')],_0x35cc80);_0x48cfa6[_0x2084('0x5a')]({'suggestion':_0x35b121,'meta':{'isOwn':_0x2fa578==_0x35b121['author'],'isNextTo':_0x586fc3,'isInsideObject':_0x36ae6a,'containsRangeInObject':_0x2bce89}});break;}}return _0x48cfa6;}[_0x2084('0x59')](_0xcd789d,_0x44a7db,_0x5405f0,_0xdffcdc,_0xfebdc4=null){this[_0x2084('0x7f')][_0x2084('0x54')](_0x320363=>{let _0x3d315b='suggestion:'+_0xcd789d+':'+_0x44a7db+':'+_0x5405f0;_0xfebdc4&&(_0x3d315b=_0x3d315b+':'+_0xfebdc4),_0x320363['addMarker'](_0x3d315b,{'range':_0xdffcdc,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1b81dc){const _0x117d8c=_0x1b81dc[_0x2084('0x7a')],_0x339245=_0x1b81dc[_0x2084('0xed')];_0x1b81dc[_0x2084('0x7a')]=null,null!=_0x117d8c&&(_0x117d8c[_0x2084('0xed')]=null),_0x1b81dc[_0x2084('0xed')]=null,null!=_0x339245&&(_0x339245[_0x2084('0x7a')]=null),_0x2084('0xca')==this['_suggestionState']['get'](_0x1b81dc)&&(this['_suggestionState'][_0x2084('0xf')](_0x1b81dc,_0x2084('0xf4')),this[_0x2084('0x50')](_0x2084('0xa0'),_0x1b81dc,_0x117d8c,_0x339245));}[_0x2084('0xe7')](_0x874ae7){const _0x193e7f=_0x874ae7['id'],_0x5ef389=this['addSuggestionData'](_0x874ae7);if(this[_0x2084('0x80')]&&this['_adapter']['addSuggestion']){const _0x425929=this[_0x2084('0x4')][_0x2084('0x102')][_0x2084('0x1c')]('PendingActions'),_0x513334=_0x5ef389[_0x2084('0x62')],_0x5dd632=_0x5ef389[_0x2084('0x128')]?_0x5ef389['type']+':'+_0x5ef389['subType']:_0x5ef389[_0x2084('0x63')],_0x2395be=this[_0x2084('0x4')]['locale'],_0x30b0f2=_0x425929[_0x2084('0xac')](_0x2d02e2(_0x2395be,_0x2084('0x8'))),_0x4e308f={'id':_0x193e7f,'type':_0x5dd632,'hasComments':_0x513334,'data':_0x874ae7[_0x2084('0x14')]||null,'originalSuggestionId':_0x874ae7['originalSuggestionId']||null,'attributes':_0x5ef389['attributes']};this[_0x2084('0x80')][_0x2084('0x10e')](_0x4e308f)[_0x2084('0xae')](_0xa35ab3=>{_0x5ef389[_0x2084('0x61')]=!0x0,_0x425929['remove'](_0x30b0f2),_0xa35ab3&&_0xa35ab3[_0x2084('0x10c')]&&(this['_suggestions']['get'](_0x193e7f)[_0x2084('0x10c')]=_0xa35ab3[_0x2084('0x10c')]);})[_0x2084('0x85')](_0x30e1e8=>{throw _0x3155d4(_0x2084('0x21')),this[_0x2084('0x4')][_0x2084('0x48')][_0x2084('0x3c')]({'isUndoable':!0x1},()=>{_0x5ef389['discard']();}),_0x5ef389[_0x2084('0x3d')](),this[_0x2084('0x56')]['delete'](_0x5ef389['id']),this[_0x2084('0xbb')]['delete'](_0x5ef389),_0x30e1e8;});}return _0x5ef389;}[_0x2084('0xe1')](_0x2986eb,_0x7c1fcd){const _0x2e6344=this[_0x2084('0x4')][_0x2084('0x102')]['get'](_0x2084('0xbc')),_0x4c53cf=this[_0x2084('0x56')][_0x2084('0x1c')](_0x2986eb);if(this[_0x2084('0x80')]&&this[_0x2084('0x80')][_0x2084('0xa3')]){if(_0x4c53cf[_0x2084('0x61')]){const _0x4fe60c=_0x2e6344[_0x2084('0xac')](_0x2d02e2(this[_0x2084('0x4')][_0x2084('0xce')],'PENDING_ACTION_SUGGESTION'));this[_0x2084('0x80')][_0x2084('0xa3')](_0x2986eb,_0x7c1fcd)[_0x2084('0xae')](()=>{_0x2e6344['remove'](_0x4fe60c);});}else _0x4c53cf['on'](_0x2084('0x99'),()=>{this[_0x2084('0xe1')](_0x2986eb,_0x7c1fcd);});}}[_0x2084('0xb5')](_0x5f4b29){if(!this[_0x2084('0x80')]||!this['_adapter'][_0x2084('0x2e')])throw new _0xa2b4f8('track-changes-adapter-missing-getsuggestion',this);return this[_0x2084('0x80')]['getSuggestion'](_0x5f4b29);}[_0x2084('0x114')](_0x1cbb67){const {id:_0x4ec42d,type:_0x27a3ff,subType:_0x41a8d6,authorId:_0x275f52}=this['_splitMarkerName'](_0x1cbb67),_0x5ae62b=this[_0x2084('0x56')]['get'](_0x4ec42d)||this[_0x2084('0x53')](_0x27a3ff,_0x41a8d6,_0x4ec42d,_0x275f52);switch(this['_checkSuggestionCorrectness'](_0x5ae62b,_0x27a3ff,_0x41a8d6,_0x275f52),this[_0x2084('0xbb')][_0x2084('0x1c')](_0x5ae62b)){case _0x2084('0xf3'):this[_0x2084('0xb5')](_0x4ec42d)['then'](_0x1034b1=>{let _0x5a7d6d=Promise[_0x2084('0x44')]();_0x1034b1[_0x2084('0x62')]&&(_0x5a7d6d=this[_0x2084('0xc8')][_0x2084('0x9')]({'channelId':this['editor']['config']['get'](_0x2084('0x97')),'threadId':_0x4ec42d})),_0x5a7d6d[_0x2084('0xae')](()=>{this[_0x2084('0x78')](_0x1034b1)[_0x2084('0x61')]=!0x0;});}),this[_0x2084('0xbb')][_0x2084('0xf')](_0x5ae62b,_0x2084('0x81'));break;case _0x2084('0xf4'):this[_0x2084('0xe1')](_0x4ec42d,{'state':_0x2084('0xa7')});case _0x2084('0x4f'):this[_0x2084('0xbb')]['set'](_0x5ae62b,_0x2084('0xca')),this['fire'](_0x2084('0xe4'),_0x5ae62b);break;case _0x2084('0xca'):this[_0x2084('0x50')](_0x2084('0xf8'),_0x5ae62b);}_0x5ae62b['addMarkerName'](_0x1cbb67),this['_refreshSuggestionsChain'](_0x5ae62b);}['_refreshSuggestionsChain'](_0x59ef73){if(_0x59ef73[_0x2084('0x77')])return;let _0x57ea54=!0x0,_0x3c803b=!0x0;for(const _0x538d32 of this[_0x2084('0xef')]()){if(_0x538d32[_0x2084('0x77')])continue;if(_0x538d32==_0x59ef73||!_0x538d32[_0x2084('0x117')])continue;if(_0x538d32[_0x2084('0x5d')]['id']!=_0x59ef73[_0x2084('0x5d')]['id'])continue;const _0xc08ca4=this[_0x2084('0x41')][_0x2084('0x70')](_0x59ef73[_0x2084('0x63')],_0x59ef73[_0x2084('0x128')],_0x2084('0x4c')),_0xa81821=this[_0x2084('0x41')][_0x2084('0x70')](_0x538d32[_0x2084('0x63')],_0x538d32['subType'],_0x2084('0x4c')),_0x338ae8=_0xc08ca4(_0x59ef73,_0x538d32),_0x338280=_0xa81821(_0x59ef73,_0x538d32);_0x338ae8&&_0x338280&&(_0x338ae8[0x1][_0x2084('0x10f')]&&_0x338ae8[0x1][_0x2084('0x10f')][_0x2084('0x9b')]||(_0x338ae8[0x0][_0x2084('0xed')]=_0x338ae8[0x1],_0x338ae8[0x1][_0x2084('0x7a')]=_0x338ae8[0x0],_0x338ae8[0x0]==_0x59ef73?_0x3c803b=!0x1:_0x57ea54=!0x1));}_0x59ef73[_0x2084('0x7a')]&&_0x57ea54&&(_0x59ef73['previous'][_0x2084('0xed')]=null,_0x59ef73['previous']=null),_0x59ef73[_0x2084('0xed')]&&_0x3c803b&&(_0x59ef73[_0x2084('0xed')]['previous']=null,_0x59ef73[_0x2084('0xed')]=null);}[_0x2084('0x6')](_0x104d18){for(const _0x152b99 of this['_suggestions'][_0x2084('0x37')]()){if(_0x152b99==_0x104d18||!_0x152b99[_0x2084('0x117')])continue;if(_0x152b99[_0x2084('0x63')]!=_0x104d18[_0x2084('0x63')]||_0x152b99['author']['id']!=_0x104d18[_0x2084('0x5d')]['id']||_0x152b99[_0x2084('0x128')]!=_0x104d18[_0x2084('0x128')])continue;const _0x4d1a1c=this[_0x2084('0x41')][_0x2084('0x70')](_0x104d18[_0x2084('0x63')],_0x104d18[_0x2084('0x128')],_0x2084('0xfa'));if(_0x4d1a1c(_0x152b99[_0x2084('0xc4')](),_0x104d18[_0x2084('0xc4')]())){if(_0x104d18['commentThread']&&_0x104d18['commentThread'][_0x2084('0x9b')])continue;return this[_0x2084('0x75')](_0x152b99,_0x104d18),!0x0;}if(_0x4d1a1c(_0x104d18[_0x2084('0xc4')](),_0x152b99[_0x2084('0xc4')]())){if(_0x152b99[_0x2084('0x10f')]&&_0x152b99[_0x2084('0x10f')]['length'])continue;return this[_0x2084('0x75')](_0x104d18,_0x152b99),!0x0;}}return!0x1;}[_0x2084('0x75')](_0x1c7bba,_0x1643b7){if(_0x1c7bba['isMultiRange'])for(const _0x53486a of _0x1643b7[_0x2084('0xc4')]())_0x1c7bba[_0x2084('0x5e')](_0x53486a);else{const _0x43d86b=_0x1643b7[_0x2084('0x79')]()[_0x2084('0x2f')];this[_0x2084('0x118')](_0x1c7bba,this[_0x2084('0x7f')][_0x2084('0x9a')](_0x1c7bba[_0x2084('0x79')]()[_0x2084('0x29')],_0x43d86b));}_0x1643b7[_0x2084('0x57')]();}}_0x52747c(d,_0x5cb8bb);class kt{constructor(_0x688777){this[_0x2084('0x20')]=_0x688777,this['_model']=_0x688777['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this[_0x2084('0xea')]();}[_0x2084('0x65')](_0x3af404,_0x2db8a8,_0x4ae6a0,_0x288462,_0x2322cf){return new _0x4f381c(this[_0x2084('0x7f')],{'type':_0x3af404,'subType':_0x2db8a8,'id':_0x4ae6a0,'author':_0x288462,'onAttributesChange':_0x2322cf,'onAccept':(..._0x5ee66b)=>this[_0x2084('0x70')](_0x3af404,_0x2db8a8,_0x2084('0xc7'))(..._0x5ee66b),'onDiscard':(..._0x46ac17)=>this[_0x2084('0x70')](_0x3af404,_0x2db8a8,'discard')(..._0x46ac17)});}['registerCustomCallback'](_0x296857,_0x5bc991,_0x26537a,_0x5effd0){const _0x545427=_0x296857+':'+_0x5bc991+':'+_0x26537a;this[_0x2084('0xe0')][_0x2084('0xf')](_0x545427,_0x5effd0);}['getSuggestionCallback'](_0x409c26,_0x5347e1,_0x2e2543){const _0x28b647=_0x409c26+':'+_0x5347e1+':'+_0x2e2543;return this[_0x2084('0xe0')][_0x2084('0x1c')](_0x28b647)||this['_defaultCallbacks'][_0x2084('0x1c')](_0x409c26+':'+_0x2e2543);}[_0x2084('0xea')](){const _0x5c75b5=()=>{},_0x172fee=_0x6e1fe6=>{_0x6e1fe6[_0x2084('0xcc')]((_0x143407,_0x1d6cd0)=>_0x143407['start']['isBefore'](_0x1d6cd0[_0x2084('0x29')])?0x1:-0x1),this[_0x2084('0x7f')][_0x2084('0x54')](_0x30fbf7=>{for(const _0x5b94a0 of _0x6e1fe6){let _0xe53778;_0xe53778=_0x5b94a0[_0x2084('0x2f')][_0x2084('0xf5')]&&_0x5b94a0['end']['parent']==_0x5b94a0[_0x2084('0x29')][_0x2084('0x82')]?_0x30fbf7['createSelection'](_0x5b94a0['start']['nodeAfter'],'on'):_0x30fbf7['createSelection'](_0x5b94a0),this[_0x2084('0x7f')][_0x2084('0x0')](_0xe53778,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5449d1=(_0x2718a7,_0x2f48c9)=>{this[_0x2084('0x7f')]['change'](_0x2c9c62=>{const {commandName:_0x2d9ed9,commandParams:_0x59ad87=[]}=_0x2f48c9,_0x42a688=_0x2718a7[0x0];if(_0x2084('0x100')==_0x42a688[_0x2084('0x108')][_0x2084('0x125')])return;const _0x37dbcf=Array[_0x2084('0x25')](this[_0x2084('0x7f')][_0x2084('0xf6')][_0x2084('0x124')][_0x2084('0xc4')]())[_0x2084('0x7e')](_0x478315=>_0x184ebb[_0x2084('0xff')](_0x478315));yt(_0x42a688)?_0x2c9c62[_0x2084('0xb')](this[_0x2084('0x7f')]['createRange'](_0x42a688[_0x2084('0x2f')])):_0x2c9c62['setSelection'](_0x42a688);for(const _0x4823dc of this[_0x2084('0x20')]['commands'][_0x2084('0xd2')]())_0x4823dc[_0x2084('0x88')]();_0x59ad87['push']({'forceDefaultExecution':!0x0}),this['_editor'][_0x2084('0xd8')](_0x2d9ed9,..._0x59ad87);const _0x51a72f=_0x37dbcf[_0x2084('0xbe')](_0x3ae4f=>_0x2084('0x100')!=_0x3ae4f[_0x2084('0x108')]['rootName']);_0x51a72f[_0x2084('0x9b')]>0x0&&_0x2c9c62[_0x2084('0xb')](_0x51a72f);for(const _0x5b6fef of _0x37dbcf)_0x5b6fef['detach']();});},_0x1e7c3c=(_0xda6d49,_0x3501a3)=>0x1==_0xda6d49[_0x2084('0x9b')]&&0x1==_0x3501a3[_0x2084('0x9b')]&&_0xda6d49[0x0]['end'][_0x2084('0x110')](_0x3501a3[0x0][_0x2084('0x29')]),_0x13af01=(_0xa5776d,_0x57f5cc)=>Dt(_0xa5776d,_0x57f5cc,this[_0x2084('0x7f')])?[_0xa5776d,_0x57f5cc]:Dt(_0x57f5cc,_0xa5776d,this[_0x2084('0x7f')])?[_0x57f5cc,_0xa5776d]:null;this['_defaultCallbacks'][_0x2084('0xf')](_0x2084('0x69'),_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x39'),_0x172fee),this[_0x2084('0xab')][_0x2084('0xf')]('insertion:join',_0x1e7c3c),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x2b'),_0x13af01),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x1b'),_0x172fee),this[_0x2084('0xab')][_0x2084('0xf')]('deletion:discard',_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')]('deletion:join',_0x1e7c3c),this[_0x2084('0xab')]['set'](_0x2084('0x51'),_0x13af01),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x6e'),_0x5449d1),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x22'),_0x5c75b5),this[_0x2084('0xab')]['set'](_0x2084('0x9f'),_0x1e7c3c),this[_0x2084('0xab')][_0x2084('0xf')](_0x2084('0x7c'),_0x5c75b5),this['_defaultCallbacks'][_0x2084('0xf')]('formatBlock:accept',_0x5449d1),this[_0x2084('0xab')]['set']('formatBlock:discard',_0x5c75b5),this[_0x2084('0xab')][_0x2084('0xf')]('formatBlock:join',_0x1e7c3c),this['_defaultCallbacks'][_0x2084('0xf')](_0x2084('0x71'),_0x5c75b5);}}function wt(_0x5a932d,_0x3ab733,_0x6b6d31){for(const _0x868932 of _0x3ab733['parent'][_0x2084('0x5')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x868932['root']==_0x868932)return!0x1;if(!_0x6b6d31['containsItem'](_0x868932))return!0x1;if(_0x5a932d[_0x2084('0x7d')](_0x868932)||_0x5a932d[_0x2084('0x95')](_0x868932))return!0x0;}}function yt(_0x2294b5){return _0x2294b5[_0x2084('0x2f')]['parent']==_0x2294b5[_0x2084('0x29')]['nodeAfter']&&_0x2294b5[_0x2084('0x2f')]['isAtStart'];}function bt(_0x5991e5,_0x55cc47,_0x175a03,_0x328cfe){const _0x585d3e=_0x1449a2=>!_0x1449a2['item']['is']('textProxy')&&!_0x328cfe['isObject'](_0x1449a2[_0x2084('0xe')]),_0x377a79=_0x5991e5[_0x2084('0x29')][_0x2084('0xf0')](_0x585d3e),_0x299e29=_0x5991e5[_0x2084('0x2f')][_0x2084('0xf0')](_0x585d3e,{'direction':'backward'});return(!_0x5991e5[_0x2084('0x29')]['isEqual'](_0x377a79)||!_0x5991e5[_0x2084('0x2f')][_0x2084('0x110')](_0x299e29))&&(_0x377a79['isBefore'](_0x299e29)?_0x175a03[_0x2084('0x2c')](_0x55cc47,{'range':_0x175a03['createRange'](_0x377a79,_0x299e29)}):_0x175a03['removeMarker'](_0x55cc47),!0x0);}function St(_0x468fbc){return _0x252d75(_0x468fbc);}function It(_0x883423){const _0x46ce64=_0x883423[_0x2084('0x29')][_0x2084('0x82')];return _0x46ce64&&_0x46ce64['is'](_0x2084('0x112'));}function vt(_0x4b1cf5,_0x4a994a){const _0x45d8fd=_0x4a994a[_0x2084('0x8a')][_0x2084('0x7d')](_0x4b1cf5)||_0x4a994a['schema'][_0x2084('0x1')](_0x4b1cf5);return _0x4a994a[_0x2084('0x9a')](_0x4a994a['createPositionAt'](_0x4b1cf5,_0x2084('0x123')),_0x45d8fd?_0x4a994a['createPositionAfter'](_0x4b1cf5):_0x4a994a[_0x2084('0x92')](_0x4b1cf5,_0x2084('0x2f')));}function Dt(_0x2c66e8,_0x48b6ac,_0x329231){const _0x3147b3=_0x2c66e8[_0x2084('0x79')](),_0x444f6b=_0x48b6ac[_0x2084('0x79')]();if(_0x3147b3[_0x2084('0x2f')][_0x2084('0x110')](_0x444f6b[_0x2084('0x29')]))return!0x0;if(_0x2c66e8[_0x2084('0x63')]!=_0x48b6ac['type'])return!0x1;if(!_0x3147b3[_0x2084('0x2f')][_0x2084('0x46')](_0x444f6b[_0x2084('0x29')]))return!0x1;const _0xed42ed=_0x329231[_0x2084('0x9a')](_0x3147b3['end'],_0x444f6b[_0x2084('0x29')])[_0x2084('0x10a')]();for(const _0x23b8e3 of _0xed42ed)if([_0x2084('0x91'),_0x2084('0x9d')]['includes'](_0x23b8e3[_0x2084('0x63')])&&_0x329231[_0x2084('0x8a')][_0x2084('0x95')](_0x23b8e3[_0x2084('0xe')]))return!0x1;return!0x0;}
|
|
23
|
+
const _0x27d3=['chain','filter','formatInline:','lowest','remove','originalSuggestionId','multipleBlocks','_handleNewSuggestionMarker','getNearestSelectionRange','isLimit','CommentsRepository','setSelection','isAfter','enableCommand','ck-suggestion-marker-formatBlock','parent','return','_registerDefaultCallbacks','containsRange','error-saving-suggestion-data-suggestion-discarded','root','after','createRange','clear','next','_breakSuggestionMarker','element','formatBlock:join','collaboration.channelId','isIntersectingWithRange','applyOperation','push','range','markerToHighlight','isInContent','isCollapsed','accept','_removeSuggestion','suggestionChanged','isDocumentOperation','some','discardAllSuggestions','_splitMarkerName','isEqual','model','insertion:chain','formatBlock:discard','_getSuggestionData','getSuggestion','deletion:chain','isBefore','_joinWithAdjacentSuggestions','createdAt','markMultiRangeInsertion','requires','elementToElement','_model','rethrowUnexpectedError','isLocal','head','execute','PENDING_ACTION_SUGGESTION','TrackChangesEditing','isInsideObject','track-changes-adapter-missing-getsuggestion','locale','getFirstMarker','start','acceptSelectedSuggestions','trackChanges','addCommentThread','formatBlock','_getAuthorFromId','isAtEnd','hasComments','containsPosition','_suggestionFactory','formatBlock:chain','editor','_commentsRepository','getRanges','getShiftedBy','multi','acceptSuggestion','editing','_findSuggestions','set','_customCallbacks','_cutOutSuggestionMarker','before','rejected','backward','skipNestingCheck','ck-suggestion-marker','previous','Users','commentThread','adapter','formatInline:accept','markerToData','plugins','newRange','map','hasCommentThread','refresh','_isForcedDefaultExecutionBlock','ck-suggestion-marker-','deletion','authorName','removeComment','removeAttribute','detach','getCommentThread','markerReady','addUser','end','_saved','dataReady','high','size','_checkSuggestionCorrectness','documentSelection','addSuggestion','batch','isRemovable','getUser','splitPosition','ready','enableReadOnlyMode','change:_saved','item','unbindElementFromMarkerName','rootName','formatGroupId','schema','acceptAllSuggestions','deleteContent','getSuggestions','mapper','commands','isNextTo','showSuggestionHighlights','containerElement','add','markInsertion','activeMarkers','_addSuggestionMarker','catch','_refreshSuggestionsChain','getItems','isTouching','suggestion','name','fromCharCode','addClass','join','_enabledCommands','trackChangesCommand','_onDiscard','forceDefaultExecution','conversion','insertion:','isOwn','fire','config','formatInline:join','hasSuggestion','_createSuggestion','getIntersection','getAllAdjacentSuggestions','commandName','init','fromRange','nodeBefore','_updateSuggestionData','updateSuggestion','fetchCommentThread','getAttribute','_descriptionFactory','getAncestors','options','_editor','from','removeMarkers','formatInline','elementEnd','moveTargetPosition','markerNameToElements','forward','getDifference','attributes','low','markers','data-suggestion','containsRangeInObject','upcast','isAtStart','markBlockFormat','editingDowncast','change:data','formatInline:discard','split','substr','subType','addSuggestionData','createElement','setAttribute','author','$graveyard','sort','elementStart','every','suggestion-type','dataToMarker','data','getMarkers','get','registerPostFixer','change:activeMarkers','addMarkerName','pluginName','formatBlock:','includes','notReady','length','stop','widget','markInlineFormat','type','nodeAfter','track-changes-suggestion-not-found','discardSelectedSuggestions','deletion:','splice','registerCustomCallback','values','position','normal','for','insertContent','addHighlight','insertion:discard','then','setTo','delete','addMarker','_setSuggestionData','markerName','differ','consume','change','document','createSelection','_joinSuggestions','isMultiRange','_adapter','containsItem','isBlock','deletion:discard','selection','createRangeIn','insertion','highest','track-changes-suggestion-data-mismatch','targetPosition','isObject','markMultiRangeBlockFormat','toViewElement','_defaultCallbacks','markDeletion','_addThreadToSuggestion','howMany','enqueueChange','has','_getExternalAuthor','discard','getCustomProperty','consumable','@external','removeMarker:suggestion:formatBlock','_rangeIsInLocalUserInsertion','buildSuggestion','getFirstRange','getWalker','unbind','reconvertMarker','_suggestions','writer','dataDowncast','removed','value','suggestionLoaded','ck-suggestion-marker--active','insertion:accept','listenTo','removeClass','updateMarker','addMarker:suggestion:formatBlock','_setSuggestionRange','createPositionAt','_suggestionState','getChanges','addRange','suggestion:','external:','insert','PendingActions','getSuggestionCallback','getChangedMarkers','bindElementToMarker','getLastMatchingPosition','marker-count','removeMarker','open','update:suggestion','addComment','getMultiRangeId','discardSuggestion','oldRange','suggestionUnloaded'];(function(_0x20e75d,_0x27d356){const _0x1f8f98=function(_0x460088){while(--_0x460088){_0x20e75d['push'](_0x20e75d['shift']());}};_0x1f8f98(++_0x27d356);}(_0x27d3,0xee));const _0x1f8f=function(_0x20e75d,_0x27d356){_0x20e75d=_0x20e75d-0x0;let _0x1f8f98=_0x27d3[_0x20e75d];return _0x1f8f98;};import{Plugin as _0x2e95e9,PendingActions as _0x125075}from'ckeditor5/src/core';import{LiveRange as _0x1a80a0}from'ckeditor5/src/engine';import{CKEditorError as _0x3b3b32,uid as _0x20487a,priorities as _0x5af24d,EmitterMixin as _0x58572d,mix as _0x44f73f,logWarning as _0x318706}from'ckeditor5/src/utils';import{toWidget as _0x54a300}from'ckeditor5/src/widget';import{Users as _0x28e86c}from'ckeditor5-collaboration/src/collaboration-core';import _0x4c2396 from'./commands/trackchangescommand';import _0x6ab048 from'./commands/acceptsuggestioncommand';import _0x4e4195 from'./commands/discardsuggestioncommand';import _0x38327e from'./commands/acceptallsuggestionscommand';import _0x1be7be from'./commands/acceptselectedsuggestionscommand';import _0x41b80b from'./commands/discardallsuggestionscommand';import _0xf9d859 from'./commands/discardselectedsuggestionscommand';import _0x291614 from'./suggestion';import _0x435985 from'./suggestiondescriptionfactory';import _0x10829 from'./integrations/alignment';import _0x364d9e from'./integrations/basicstyles';import _0x5bab61 from'./integrations/blockquote';import _0x1a8777 from'./integrations/ckbox';import _0x18441d from'./integrations/codeblock';import _0x105ba9 from'./integrations/comments';import _0x435d7f from'./integrations/deletecommand';import _0xcd43e4 from'./integrations/entercommand';import _0x3d1132 from'./integrations/font';import _0x3c8a6e from'./integrations/heading';import _0x1f483c from'./integrations/highlight';import _0x51b93b from'./integrations/horizontalline';import _0x3bec06 from'./integrations/htmlembed';import _0x26f252 from'./integrations/image';import _0xb00ad6 from'./integrations/importword';import _0x5e03e8 from'./integrations/indent';import _0x484acc from'./integrations/inputcommand';import _0x4982c7 from'./integrations/link';import _0x4b86c5 from'./integrations/list';import _0x47880d from'./integrations/mediaembed';import _0x2fa020 from'./integrations/mention';import _0x1eb12a from'./integrations/pagebreak';import _0x41bdd5 from'./integrations/paragraph';import _0x28bd2e from'./integrations/removeformat';import _0x1479ad from'./integrations/restrictededitingmode';import _0x528738 from'./integrations/shiftentercommand';import _0x451363 from'./integrations/standardeditingmode';import _0x161c8a from'./integrations/style';import _0x2e83cf from'./integrations/table';import _0x4fa987 from'./integrations/tablemergesplit';import _0x57518c from'./integrations/tableheadings';import _0x4d4492 from'./integrations/tableclipboard';import _0x291dc0 from'./integrations/title';import _0x4984c4 from'./integrations/undo';import _0x5e1503 from'./utils/hashobject.js';import{getTranslation as _0xb5e306}from'./utils/common-translations';export default class d extends _0x2e95e9{static get[_0x1f8f('0x88')](){return[_0x1f8f('0x5c'),_0x28e86c,_0x125075,_0x10829,_0x364d9e,_0x5bab61,_0x1a8777,_0x18441d,_0x105ba9,_0x435d7f,_0xcd43e4,_0x3d1132,_0x3c8a6e,_0x1f483c,_0x51b93b,_0x3bec06,_0x26f252,_0xb00ad6,_0x5e03e8,_0x484acc,_0x4982c7,_0x4b86c5,_0x47880d,_0x2fa020,_0x1eb12a,_0x41bdd5,_0x28bd2e,_0x1479ad,_0x528738,_0x451363,_0x161c8a,_0x2e83cf,_0x4fa987,_0x57518c,_0x4d4492,_0x291dc0,_0x4984c4];}static get[_0x1f8f('0x12e')](){return _0x1f8f('0x90');}constructor(_0x62ba4b){function _0x218605(_0x182b8c){return _0x182b8c[_0x1f8f('0xb8')](_0x3a59c0=>String[_0x1f8f('0xeb')](_0x3a59c0))[_0x1f8f('0xed')]('');}super(_0x62ba4b),this[_0x1f8f('0xa8')](_0x1f8f('0xe3'),[]),this['on'](_0x1f8f('0x12c'),(_0x1e2e6d,_0x456166,_0x26fa63,_0x3476f1)=>{this['_model'][_0x1f8f('0xc')](()=>{for(const _0x4db50c of[..._0x3476f1,..._0x26fa63])this[_0x1f8f('0x8a')][_0x1f8f('0x112')]['has'](_0x4db50c)&&_0x62ba4b[_0x1f8f('0xa6')][_0x1f8f('0x2f')](_0x4db50c);});}),this[_0x1f8f('0x104')]=new _0x435985(this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xd8')],this[_0x1f8f('0xa0')][_0x1f8f('0x93')]),this[_0x1f8f('0x11')]=null,this[_0x1f8f('0x9e')]=new wt(this[_0x1f8f('0xa0')]),this[_0x1f8f('0x30')]=new Map(),this[_0x1f8f('0xa1')]=_0x62ba4b[_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x5c')),this['_enabledCommands']=new Set(),this['_model']=this[_0x1f8f('0xa0')][_0x1f8f('0x7e')],this['_suggestionState']=new WeakMap(),this[_0x1f8f('0xbb')]=!0x1,this[_0x218605([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x218605([0x34,0x30,0x34,0x34,0x32,0x30,0x31,0x30]);}[_0x1f8f('0xfd')](){const _0x2b488c=this[_0x1f8f('0xa0')];_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x118'))[_0x1f8f('0x73')]({'model':_0x1f8f('0xe9'),'view':_0x931cc5=>{const {id:_0x52fa5e,type:_0x41aab8}=this[_0x1f8f('0x7c')](_0x931cc5[_0x1f8f('0x9')]),_0x479445=[_0x1f8f('0xaf'),_0x1f8f('0xbc')+_0x41aab8];let _0x350ccb=0xbb8;return this[_0x1f8f('0xe3')][_0x1f8f('0x130')](_0x931cc5[_0x1f8f('0x9')])&&(_0x479445[_0x1f8f('0x71')]('ck-suggestion-marker--active'),_0x350ccb=0xbc2),_0x1f8f('0xbd')==_0x41aab8&&(_0x350ccb+=0x5),{'classes':_0x479445,'attributes':{'data-suggestion':_0x52fa5e},'priority':_0x350ccb};}}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')]('dataDowncast')['add'](_0x39b7bc=>{_0x39b7bc['on']('addMarker:suggestion',(_0x6522d,_0x43d5c7,_0x416ee2)=>{if(!_0x416ee2[_0x1f8f('0x106')][_0x1f8f('0xdf')])return;const _0x44704e=_0x43d5c7['item'];if(!_0x44704e)return;const _0x12baaa=_0x416ee2[_0x1f8f('0xdc')][_0x1f8f('0x1d')](_0x44704e);_0x2b488c['model'][_0x1f8f('0xd8')]['isObject'](_0x44704e)&&_0x12baaa&&!_0x12baaa[_0x1f8f('0x26')](_0x1f8f('0x134'))&&_0x12baaa['is'](_0x1f8f('0xe0'))&&_0x54a300(_0x12baaa,_0x416ee2[_0x1f8f('0x31')]);},{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x32'))['markerToHighlight']({'model':_0x1f8f('0xe9'),'view':(_0x345fc4,_0x21e8ed)=>{if(!_0x21e8ed[_0x1f8f('0x106')]['showSuggestionHighlights'])return null;const {type:_0x3321b3}=this[_0x1f8f('0x7c')](_0x345fc4[_0x1f8f('0x9')]);return{'classes':[_0x1f8f('0xaf'),_0x1f8f('0xbc')+_0x3321b3],'priority':0xbb8};}});const _0x26b406=({showActiveMarkers:_0x2d46c8=!0x0}={})=>(_0x503754,_0x1ccba9,_0x3db7cf)=>{if(!_0x1ccba9['item'])return;if(_0x1ccba9[_0x1f8f('0xd4')]['is'](_0x1f8f('0x15')))return void _0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1ccba9[_0x1f8f('0xd4')],_0x503754[_0x1f8f('0xea')]);const _0x49e81f=_0x3db7cf[_0x1f8f('0xdc')][_0x1f8f('0x1d')](_0x1ccba9[_0x1f8f('0xd4')]);if(!(_0x1ccba9[_0x1f8f('0xd4')]['is'](_0x1f8f('0x6c'))&&_0x2b488c[_0x1f8f('0x7e')]['schema'][_0x1f8f('0x13')](_0x1ccba9['item'])&&!_0x49e81f['getCustomProperty'](_0x1f8f('0x2'))))return;const {id:_0x4fffdc}=this[_0x1f8f('0x7c')](_0x1ccba9['markerName']);_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0xec')]([_0x1f8f('0xaf'),_0x1f8f('0x60')],_0x49e81f),_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0x120')](_0x1f8f('0x113'),_0x4fffdc,_0x49e81f),_0x3db7cf[_0x1f8f('0xdc')][_0x1f8f('0x47')](_0x49e81f,_0x1ccba9[_0x1f8f('0x9')]),_0x2d46c8&&(this[_0x1f8f('0xe3')][_0x1f8f('0x130')](_0x1ccba9['markerName'])?_0x3db7cf['writer'][_0x1f8f('0xec')](_0x1f8f('0x36'),_0x49e81f):_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0x39')](_0x1f8f('0x36'),_0x49e81f));for(const _0x1f27af of _0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x16')](_0x1ccba9[_0x1f8f('0xd4')])[_0x1f8f('0xe7')]())_0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1f27af,_0x503754[_0x1f8f('0xea')]);_0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1ccba9['item'],_0x503754['name']);};_0x2b488c[_0x1f8f('0xf2')]['for'](_0x1f8f('0x32'))[_0x1f8f('0xe1')](_0x105af9=>{_0x105af9['on'](_0x1f8f('0x3b'),(_0x2c5667,_0x3d04da,_0x1ba6ba)=>{_0x1ba6ba[_0x1f8f('0x106')][_0x1f8f('0xdf')]&&_0x26b406({'showActiveMarkers':!0x1})(_0x2c5667,_0x3d04da,_0x1ba6ba);},{'priority':_0x1f8f('0x18')});}),_0x2b488c[_0x1f8f('0xf2')]['for']('dataDowncast')[_0x1f8f('0xb5')]({'model':_0x1f8f('0xe9'),'view':(_0x1705cc,_0x2d2096)=>_0x2d2096[_0x1f8f('0x106')][_0x1f8f('0xdf')]?null:{'group':'suggestion','name':_0x1705cc[_0x1f8f('0x11c')](_0x1f8f('0xe9')[_0x1f8f('0x132')]+0x1)}}),_0x2b488c['conversion'][_0x1f8f('0x0')](_0x1f8f('0x115'))[_0x1f8f('0x89')]({'view':{'name':_0x1f8f('0xe9'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x446374,{writer:_0x5a168a})=>{let _0x5713bd='suggestion:'+_0x446374['getAttribute'](_0x1f8f('0x126'))+':'+_0x446374[_0x1f8f('0x103')]('id');return _0x446374['getAttribute'](_0x1f8f('0x49'))&&(_0x5713bd+=':'+_0x446374[_0x1f8f('0x103')](_0x1f8f('0x49'))),_0x5a168a[_0x1f8f('0x11f')]('$marker',{'data-name':_0x5713bd});}}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x115'))[_0x1f8f('0x127')]({'view':_0x1f8f('0xe9')}),_0x2b488c[_0x1f8f('0xf2')]['for']('editingDowncast')[_0x1f8f('0xe1')](_0x1724fe=>{_0x1724fe['on'](_0x1f8f('0x3b'),_0x26b406(),{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0xf2')]['for'](_0x1f8f('0x118'))[_0x1f8f('0xe1')](_0x461baf=>{_0x461baf['on'](_0x1f8f('0x29'),(_0x488f7f,_0x3ea4ce,_0x3931fa)=>{const _0x348fbd=_0x3931fa[_0x1f8f('0xdc')][_0x1f8f('0x10d')](_0x3ea4ce[_0x1f8f('0x9')]);if(_0x348fbd)for(const _0x39f979 of _0x348fbd)_0x39f979[_0x1f8f('0x26')]('addHighlight')||(_0x3931fa[_0x1f8f('0x31')][_0x1f8f('0x39')]([_0x1f8f('0xaf'),_0x1f8f('0x60'),_0x1f8f('0x36')],_0x39f979),_0x3931fa[_0x1f8f('0x31')][_0x1f8f('0xc0')](_0x1f8f('0x113'),_0x39f979),_0x3931fa[_0x1f8f('0xdc')][_0x1f8f('0xd5')](_0x39f979,_0x3ea4ce[_0x1f8f('0x9')]));},{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0x12b')](_0xd94c26=>{let _0x5d29cb=!0x1;const _0x5dda76=Array[_0x1f8f('0x108')](_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0xa')][_0x1f8f('0x46')]()),_0x5521c1=new Set();for(const {name:_0x23158b,data:_0x28b366}of _0x5dda76){const {group:_0x1b5c5c,type:_0x5b6001,id:_0x31b5eb}=this[_0x1f8f('0x7c')](_0x23158b);if(_0x1f8f('0xe9')!==_0x1b5c5c)continue;const _0x8cf64=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x31b5eb);if(null!=_0x28b366[_0x1f8f('0xb7')]){'formatInline'==_0x5b6001&&(_0x5d29cb=_0x5d29cb||St(_0x28b366[_0x1f8f('0xb7')],_0x23158b,_0xd94c26,_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')]));if(_0x28b366['newRange'][_0x1f8f('0x75')]||'$graveyard'==_0x28b366[_0x1f8f('0xb7')]['root'][_0x1f8f('0xd6')]||'formatBlock'==_0x5b6001&&!vt(_0x28b366[_0x1f8f('0xb7')])||_0x1f8f('0xbd')==_0x5b6001&&!(!bt(_0x48584a=_0x28b366[_0x1f8f('0xb7')])&&!function(_0x23d0dc){return _0x23d0dc[_0x1f8f('0x95')][_0x1f8f('0x61')]==_0x23d0dc[_0x1f8f('0xc5')]['nodeBefore']&&_0x23d0dc[_0x1f8f('0x95')][_0x1f8f('0x9b')];}(_0x48584a)))_0xd94c26['removeMarker'](_0x23158b),_0x5d29cb=!0x0;else{if(!_0x8cf64||!_0x8cf64[_0x1f8f('0x74')])continue;_0x5521c1[_0x1f8f('0xe1')](_0x8cf64);}}}var _0x48584a;return _0x5521c1[_0x1f8f('0xc9')]>0x0&&(_0x5d29cb=!!this[_0x1f8f('0x85')](_0x5521c1)||_0x5d29cb),_0x5d29cb;}),_0x2b488c['model'][_0x1f8f('0xd')][_0x1f8f('0x12b')](_0x27e50f=>{let _0x449407=!0x1;for(const _0x1d3aff of _0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0xa')][_0x1f8f('0x3f')]()){if(_0x1f8f('0x43')!=_0x1d3aff[_0x1f8f('0x136')])continue;const _0x111bc0=_0x1d3aff['position'][_0x1f8f('0xa3')](_0x1d3aff['length']);if(_0x111bc0[_0x1f8f('0x9b')])for(const _0x39f69a of this[_0x1f8f('0x30')][_0x1f8f('0x13d')]()){if(_0x39f69a[_0x1f8f('0x10')]||!_0x39f69a[_0x1f8f('0x74')])continue;if(_0x1f8f('0x99')!=_0x39f69a['type'])continue;const _0x291251=_0x39f69a[_0x1f8f('0x2c')]();if(_0x291251['start'][_0x1f8f('0x61')]!=_0x291251[_0x1f8f('0xc5')]['parent']&&_0x291251[_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x1d3aff['position'])){const _0x1a3740=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x291251['start'],_0x111bc0);_0x27e50f[_0x1f8f('0x3a')](_0x39f69a[_0x1f8f('0x94')](),{'range':_0x1a3740}),_0x449407=!0x0;}}}return _0x449407;}),_0x2b488c['model']['markers']['on'](_0x1f8f('0x4c'),(_0x538b88,_0x5991ee,_0x5a3cef)=>{if(null==_0x5a3cef){const {id:_0xd3024e}=this['_splitMarkerName'](_0x5991ee[_0x1f8f('0xea')]),_0x3f099a=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0xd3024e);_0x3f099a&&_0x3f099a[_0x1f8f('0x12d')](_0x5991ee[_0x1f8f('0xea')]);}}),_0x2b488c['model']['document']['on'](_0x1f8f('0x119'),()=>{const _0x3ae84e=Array[_0x1f8f('0x108')](_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')]['differ']['getChangedMarkers']())['filter'](_0xf13df8=>'suggestion'===this['_splitMarkerName'](_0xf13df8[_0x1f8f('0xea')])['group']);if(0x0===_0x3ae84e[_0x1f8f('0x132')])return;_0x3ae84e[_0x1f8f('0x123')]((_0x18411e,_0x1c2b5a)=>{const _0x4b5bf8=_0x18411e[_0x1f8f('0x128')][_0x1f8f('0x50')],_0x46bdfd=_0x1c2b5a[_0x1f8f('0x128')][_0x1f8f('0x50')];return null===_0x4b5bf8&&null===_0x46bdfd?0x0:null===_0x4b5bf8&&null!==_0x46bdfd?-0x1:null!==_0x4b5bf8&&null===_0x46bdfd?0x1:_0x4b5bf8[_0x1f8f('0x95')][_0x1f8f('0x84')](_0x46bdfd[_0x1f8f('0x95')])?-0x1:0x1;});const _0x591989=new Set(),_0x3da230=new Set();for(const {name:_0x18180e,data:_0x4dba68}of _0x3ae84e){const {id:_0x41dc5f}=this['_splitMarkerName'](_0x18180e);if(null===_0x4dba68[_0x1f8f('0x50')]){const _0x48e0fb=this[_0x1f8f('0x59')](_0x18180e);_0x3da230[_0x1f8f('0xe1')](_0x48e0fb);}else{const _0x302778=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x41dc5f);null!==_0x4dba68[_0x1f8f('0xb7')]||_0x302778[_0x1f8f('0x74')]?(_0x591989[_0x1f8f('0xe1')](_0x302778[_0x1f8f('0x8d')]),_0x3da230[_0x1f8f('0xe1')](_0x302778)):this[_0x1f8f('0x77')](_0x302778);}}_0x3da230['size']>0x0&&this[_0x1f8f('0xe6')](_0x3da230);for(const _0x562b86 of _0x591989)this[_0x1f8f('0xf5')](_0x1f8f('0x78'),_0x562b86);}),_0x2b488c[_0x1f8f('0x7e')]['on'](_0x1f8f('0x70'),(_0x3a461a,_0x5498a4)=>{const _0x36ad5f=_0x5498a4[0x0];if(!this[_0x1f8f('0x30')][_0x1f8f('0xc9')])return;if(!_0x36ad5f[_0x1f8f('0x79')])return;if(_0x36ad5f[_0x1f8f('0xcd')]['isUndo']||!_0x36ad5f[_0x1f8f('0xcd')][_0x1f8f('0x8c')])return;let _0x17971f,_0xac1779;switch(_0x36ad5f[_0x1f8f('0x136')]){case _0x1f8f('0x43'):_0x17971f=_0x2b488c[_0x1f8f('0x7e')]['createPositionAt'](_0x36ad5f[_0x1f8f('0x13e')]),_0xac1779=_0x17971f['getShiftedBy'](_0x36ad5f['howMany']);break;case _0x1f8f('0x11b'):_0x17971f=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x3d')](_0x36ad5f[_0x1f8f('0xd0')]),_0xac1779=_0x2b488c['model'][_0x1f8f('0x3d')](_0x36ad5f[_0x1f8f('0x10c')]);break;case'move':_0x17971f=_0x2b488c[_0x1f8f('0x7e')]['createPositionAt'](_0x36ad5f[_0x1f8f('0x1a')]),_0xac1779=_0x17971f[_0x1f8f('0xa3')](_0x36ad5f[_0x1f8f('0x21')]);break;default:return;}const _0x2099b3=_0x2b488c[_0x1f8f('0x7e')]['createRange'](_0x17971f,_0xac1779);_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const {suggestion:_0x233e81,meta:_0x52dae8}of this[_0x1f8f('0xa7')](_0x2099b3)){if(_0x233e81[_0x1f8f('0x10')])continue;if(_0x1f8f('0x10a')==_0x233e81[_0x1f8f('0x136')])continue;const _0x52c8bf=_0x233e81[_0x1f8f('0x128')]&&_0x233e81[_0x1f8f('0x128')][_0x1f8f('0x58')];(_0x1f8f('0x99')!=_0x233e81['type']||_0x1f8f('0x11b')==_0x36ad5f['type']&&!_0x52c8bf)&&(_0x52dae8[_0x1f8f('0x114')]||_0x1f8f('0x17')==_0x233e81[_0x1f8f('0x136')]&&_0x52dae8['isOwn']||_0x233e81[_0x1f8f('0x2c')]()[_0x1f8f('0x64')](_0x2099b3)&&this[_0x1f8f('0x6b')](_0x233e81,_0x17971f,_0xac1779));}});},{'priority':_0x1f8f('0x55')}),_0x2b488c[_0x1f8f('0x7e')]['on'](_0x1f8f('0xda'),(_0x20f973,_0x17b044)=>{const _0x479900=_0x17b044[0x0],_0xfa6544=_0x17b044[0x1];if(_0xfa6544&&_0xfa6544[_0x1f8f('0xf1')])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this[_0x1f8f('0xef')][_0x1f8f('0x34')])return;if(_0x479900[_0x1f8f('0x75')])return;const _0x157b9e=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')],{start:_0x2f6ebe,end:_0x3ceac7}=_0x479900[_0x1f8f('0x2c')](),_0x5d11fc=_0x2f6ebe['nodeAfter']&&_0x157b9e['isObject'](_0x2f6ebe[_0x1f8f('0x137')])?null:_0x157b9e[_0x1f8f('0x5a')](_0x2f6ebe,_0x1f8f('0x10e')),_0x3c1bab=_0x3ceac7[_0x1f8f('0xff')]&&_0x157b9e[_0x1f8f('0x1b')](_0x3ceac7['nodeBefore'])?null:_0x157b9e[_0x1f8f('0x5a')](_0x3ceac7,'backward'),_0x15b924=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x5d11fc?_0x5d11fc[_0x1f8f('0x95')]:_0x2f6ebe,_0x3c1bab?_0x3c1bab[_0x1f8f('0xc5')]:_0x3ceac7);_0x2b488c['model'][_0x1f8f('0xc')](_0x3074cf=>{this[_0x1f8f('0x1f')](_0x15b924);const _0x3e3b52=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')][_0x1f8f('0x5a')](_0x15b924[_0x1f8f('0x95')]);_0x479900['is'](_0x1f8f('0xcb'))?_0x3074cf['setSelection'](_0x3e3b52):_0x479900[_0x1f8f('0x5')](_0x3e3b52);}),_0x20f973[_0x1f8f('0x133')]();},{'priority':_0x5af24d[_0x1f8f('0x13f')]+0xa}),_0x2b488c['model']['on'](_0x1f8f('0x1'),(_0x133a5f,_0x2a0952)=>{const _0x2254b3=_0x2a0952[_0x2a0952[_0x1f8f('0x132')]-0x1];_0x2254b3&&_0x2254b3[_0x1f8f('0xf1')]||this[_0x1f8f('0xbb')]||this[_0x1f8f('0xef')][_0x1f8f('0x34')]&&(_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{let _0x1131d7=_0x2b488c['model'][_0x1f8f('0x1')](_0x2a0952[0x0],_0x2a0952[0x1],_0x2a0952[0x2],_0x2a0952[0x3],{'forceDefaultExecution':!0x0});if(!_0x1131d7)return;_0x133a5f[_0x1f8f('0x62')]=_0x1131d7['clone']();const _0x374962=_0x1131d7['end'][_0x1f8f('0xff')],_0x21cfd3=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')];_0x374962&&_0x21cfd3[_0x1f8f('0x13')](_0x374962)&&!_0x21cfd3[_0x1f8f('0x1b')](_0x374962)&&(_0x1131d7=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x1131d7[_0x1f8f('0x95')],_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x3d')](_0x374962,'end'))),this['markInsertion'](_0x1131d7);}),_0x133a5f[_0x1f8f('0x133')]());},{'priority':'high'}),this[_0x1f8f('0xef')]=new _0x4c2396(_0x2b488c,this[_0x1f8f('0xee')]),this[_0x1f8f('0xa0')][_0x1f8f('0xdd')]['add'](_0x1f8f('0x97'),this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x2d51b3=new _0x6ab048(_0x2b488c,this[_0x1f8f('0x30')]);_0x2b488c[_0x1f8f('0xdd')]['add'](_0x1f8f('0xa5'),_0x2d51b3),this[_0x1f8f('0x5f')]('acceptSuggestion');const _0xb175b5=new _0x4e4195(_0x2b488c,this['_suggestions']);_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x4f'),_0xb175b5),this[_0x1f8f('0x5f')](_0x1f8f('0x4f')),_0x2b488c[_0x1f8f('0xdd')]['add'](_0x1f8f('0xd9'),new _0x38327e(_0x2b488c,_0x2d51b3,this[_0x1f8f('0x30')])),this['enableCommand'](_0x1f8f('0xd9')),_0x2b488c['commands']['add'](_0x1f8f('0x7b'),new _0x41b80b(_0x2b488c,_0xb175b5,this[_0x1f8f('0x30')])),this[_0x1f8f('0x5f')]('discardAllSuggestions'),_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x96'),new _0x1be7be(_0x2b488c,_0x2d51b3,this[_0x1f8f('0x30')])),this[_0x1f8f('0x5f')](_0x1f8f('0x96')),_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x139'),new _0xf9d859(_0x2b488c,_0xb175b5,this['_suggestions'])),this[_0x1f8f('0x5f')](_0x1f8f('0x139'));const _0x311912=_0x2b488c[_0x1f8f('0xb6')]['get'](_0x1f8f('0x5c'));this[_0x1f8f('0x38')](_0x311912,_0x1f8f('0x4d'),(_0x137223,{threadId:_0x113323})=>{const _0x4a9b27=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x113323);_0x4a9b27&&_0x4a9b27['commentThread']&&0x1===_0x4a9b27[_0x1f8f('0xb2')][_0x1f8f('0x132')]&&this['_updateSuggestionData'](_0x113323,{'hasComments':!0x0});},{'priority':_0x1f8f('0x111')}),this[_0x1f8f('0x38')](_0x311912,_0x1f8f('0xbf'),(_0x2916de,{threadId:_0x25d75f})=>{const _0x50dac1=this['_suggestions'][_0x1f8f('0x12a')](_0x25d75f);_0x50dac1&&_0x50dac1[_0x1f8f('0xb2')]&&!_0x50dac1['commentThread'][_0x1f8f('0x132')]&&this[_0x1f8f('0x100')](_0x25d75f,{'hasComments':!0x1});},{'priority':_0x1f8f('0x111')});}set[_0x1f8f('0xb3')](_0x48dd7c){if(this[_0x1f8f('0x11')])throw new _0x3b3b32('track-changes-adapter-already-set',this);this[_0x1f8f('0x11')]=_0x48dd7c;}get[_0x1f8f('0xb3')](){return this[_0x1f8f('0x11')];}[_0x1f8f('0xdb')]({skipNotAttached:_0x10609f=!0x1,toJSON:_0x25fa41=!0x1}={}){const _0x4f0785=[];for(const _0x19b112 of this['_suggestions']['values']())_0x10609f&&!_0x19b112['isInContent']||_0x4f0785[_0x1f8f('0x71')](_0x19b112);return _0x25fa41?_0x4f0785['map'](_0x583824=>_0x583824['toJSON']()):_0x4f0785;}['getSuggestion'](_0x396011){const _0x1163ac=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x396011);if(!_0x1163ac)throw new _0x3b3b32(_0x1f8f('0x138'),this);return _0x1163ac;}[_0x1f8f('0xf8')](_0x3379fe){return this['_suggestions']['has'](_0x3379fe);}[_0x1f8f('0x11e')](_0x4d0b2b){const {id:_0x5d3463,authorId:_0x5eb968,attributes:_0x183e40}=_0x4d0b2b,[_0x1e3a33,_0x5a44b6]=_0x4d0b2b[_0x1f8f('0x136')]['split'](':'),_0x4bac6a=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x5d3463)||this[_0x1f8f('0xf9')](_0x1e3a33,_0x5a44b6,_0x5d3463,_0x5eb968,_0x183e40);switch(this['_addThreadToSuggestion'](_0x4bac6a),this[_0x1f8f('0xca')](_0x4bac6a,_0x1e3a33,_0x5a44b6||null,_0x5eb968),_0x4bac6a[_0x1f8f('0x86')]=_0x4d0b2b['createdAt'],_0x4d0b2b['data']&&(_0x4bac6a['data']=_0x4d0b2b[_0x1f8f('0x128')]),_0x4d0b2b[_0x1f8f('0x110')]&&(_0x4bac6a[_0x1f8f('0x110')]=_0x4d0b2b[_0x1f8f('0x110')]),this[_0x1f8f('0x11')]&&this[_0x1f8f('0x11')]['addSuggestion']||(_0x4bac6a[_0x1f8f('0xc6')]=!0x0),this[_0x1f8f('0x3e')][_0x1f8f('0x12a')](_0x4bac6a)){case _0x1f8f('0x131'):this[_0x1f8f('0x3e')]['set'](_0x4bac6a,_0x1f8f('0xc7'));break;case _0x1f8f('0xc3'):_0x4bac6a['isInContent']?(this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x4bac6a,_0x1f8f('0xd1')),this[_0x1f8f('0xf5')](_0x1f8f('0x35'),_0x4bac6a)):this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x4bac6a,_0x1f8f('0x33'));}return _0x4bac6a;}[_0x1f8f('0xa5')](_0x3bf823){this['forceDefaultExecution'](()=>{this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const _0x9453c6 of _0x3bf823[_0x1f8f('0xfb')]())_0x9453c6[_0x1f8f('0x76')]();});});}[_0x1f8f('0x4f')](_0x174edd){this[_0x1f8f('0xf1')](()=>{this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const _0x3ad1a4 of _0x174edd[_0x1f8f('0xfb')]())_0x3ad1a4[_0x1f8f('0x25')]();});});}[_0x1f8f('0x5f')](_0x406033,_0x29fedc){const _0x169408=this[_0x1f8f('0xa0')][_0x1f8f('0xdd')][_0x1f8f('0x12a')](_0x406033);if(!_0x169408)throw new _0x3b3b32('track-changes-command-not-found',this,{'commandName':_0x406033});this[_0x1f8f('0xee')][_0x1f8f('0xe1')](_0x169408),_0x29fedc&&_0x169408['on'](_0x1f8f('0x8e'),(_0x51a802,_0x2a256b)=>{this['trackChangesCommand']['value']&&(this[_0x1f8f('0xbb')]||_0x2a256b[_0x1f8f('0x132')]>0x0&&_0x2a256b[_0x2a256b[_0x1f8f('0x132')]-0x1]&&_0x2a256b[_0x2a256b[_0x1f8f('0x132')]-0x1]['forceDefaultExecution']||(_0x29fedc((..._0x3057d1)=>_0x169408[_0x1f8f('0x8e')](..._0x3057d1,{'forceDefaultExecution':!0x0}),..._0x2a256b),_0x51a802[_0x1f8f('0x133')]()));},{'priority':_0x1f8f('0xc8')});}[_0x1f8f('0xf1')](_0x3feb6a){let _0x1e041b,_0xed0d39;const _0x2132c6=this[_0x1f8f('0xbb')];this[_0x1f8f('0xbb')]=!0x0;try{_0x1e041b=_0x3feb6a();}catch(_0x5e3288){_0xed0d39=_0x5e3288;}return _0x2132c6||(this[_0x1f8f('0xbb')]=!0x1),_0xed0d39&&_0x3b3b32[_0x1f8f('0x8b')](_0xed0d39,this),_0x1e041b;}[_0x1f8f('0xe2')](_0x1d8d2d,_0x1a2108=null,_0x2ee890={}){if(_0x1d8d2d[_0x1f8f('0x75')])return null;const _0x51756e=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'];for(const {suggestion:_0x109b70,meta:_0x29a2db}of this[_0x1f8f('0xa7')](_0x1d8d2d,'insertion'))if(_0x29a2db[_0x1f8f('0xf4')]){if(!_0x29a2db['isNextTo'])return _0x109b70;if(_0x1a2108==_0x109b70[_0x1f8f('0x11d')]){const _0x1783d9=_0x109b70[_0x1f8f('0x2c')]();return _0x1783d9[_0x1f8f('0x95')][_0x1f8f('0x7d')](_0x1d8d2d[_0x1f8f('0xc5')])?this[_0x1f8f('0x3c')](_0x109b70,this[_0x1f8f('0x8a')]['createRange'](_0x1d8d2d[_0x1f8f('0x95')],_0x1783d9['end'])):this[_0x1f8f('0x3c')](_0x109b70,this['_model'][_0x1f8f('0x68')](_0x1783d9[_0x1f8f('0x95')],_0x1d8d2d[_0x1f8f('0xc5')])),_0x109b70;}}const _0x482b75=_0x20487a(),_0x54f018=_0x51756e['id'],_0x40d1a2=_0x1a2108?_0x1f8f('0xf3')+_0x1a2108:_0x1f8f('0x17'),_0x3656ee=this[_0x1f8f('0x8')]({'id':_0x482b75,'type':_0x40d1a2,'createdAt':new Date(),'authorId':_0x54f018,'attributes':_0x2ee890});return this[_0x1f8f('0xe4')](_0x40d1a2,_0x482b75,_0x54f018,_0x1d8d2d),_0x3656ee;}[_0x1f8f('0x87')](_0xde547b,_0x52b268='multi',_0x44e951={}){const _0x304651=this['editor'][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x378629=this['_suggestionFactory']['getSuggestionCallback'](_0x1f8f('0x17'),_0x52b268,'join');for(const _0x12a4d5 of this[_0x1f8f('0xdb')]())if(_0x12a4d5[_0x1f8f('0x121')]['id']==_0x304651['id']&&'insertion'==_0x12a4d5[_0x1f8f('0x136')]&&_0x12a4d5[_0x1f8f('0x11d')]==_0x52b268&&(_0x378629(_0x12a4d5['getRanges'](),_0xde547b)||_0x378629(_0xde547b,_0x12a4d5['getRanges']()))){for(const _0xae2a1d of _0xde547b)_0x12a4d5[_0x1f8f('0x40')](_0xae2a1d);return _0x12a4d5;}for(const _0xd2cf44 of _0xde547b)for(const {suggestion:_0xc6ad88,meta:_0xbd102b}of this[_0x1f8f('0xa7')](_0xd2cf44,'insertion')){if(!_0xbd102b[_0x1f8f('0xf4')])continue;let _0x435aa8=!0x0;for(const _0x1210bf of _0xc6ad88[_0x1f8f('0xa2')]())for(const _0x78ccfb of _0xde547b)if(!_0x1210bf[_0x1f8f('0x64')](_0x78ccfb)){_0x435aa8=!0x1;break;}if(_0x435aa8)return _0xc6ad88;}const _0x9cbf41=_0x20487a(),_0x569def=_0x304651['id'],_0xddf6ef='insertion:'+_0x52b268,_0x2230f6=this[_0x1f8f('0x8')]({'id':_0x9cbf41,'type':_0xddf6ef,'createdAt':new Date(),'authorId':_0x569def,'attributes':_0x44e951});for(const _0xf7d2e5 of _0xde547b)this[_0x1f8f('0xe4')](_0xddf6ef,_0x9cbf41,_0x569def,_0xf7d2e5,_0x291614[_0x1f8f('0x4e')]());return _0x2230f6;}[_0x1f8f('0x135')](_0x165526,_0x498ab9,_0x352e80=null,_0x106621={}){if(_0x352e80=_0x352e80||It(_0x498ab9),_0x165526[_0x1f8f('0x75')])return;const _0x19287d=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x5bef18=[];for(const {suggestion:_0x4acb38,meta:_0x28fd25}of this[_0x1f8f('0xa7')](_0x165526,_0x1f8f('0x17')))_0x28fd25[_0x1f8f('0xf4')]&&!_0x28fd25[_0x1f8f('0x91')]&&_0x5bef18[_0x1f8f('0x71')](..._0x4acb38[_0x1f8f('0xa2')]());const _0x3d5ee3=function(_0x4f522a,_0x1d0b16){const _0x4a477b=[];for(const _0x4257fd of _0x1d0b16){const _0x1c01c4=_0x4f522a[_0x1f8f('0xfa')](_0x4257fd);_0x1c01c4&&_0x4a477b['push'](_0x1c01c4);}return _0x4a477b;}(_0x165526,_0x5bef18),_0x2dcb47=function(_0x5dc2b1,_0x521d44){const _0x2c2f2e=[_0x5dc2b1];for(const _0xeecd1d of _0x521d44){let _0x46654f=0x0;for(;_0x46654f<_0x2c2f2e[_0x1f8f('0x132')];){const _0x17dd71=_0x2c2f2e[_0x46654f][_0x1f8f('0x10f')](_0xeecd1d);_0x2c2f2e[_0x1f8f('0x13b')](_0x46654f,0x1,..._0x17dd71),_0x46654f+=_0x17dd71[_0x1f8f('0x132')];}}return _0x2c2f2e;}(_0x165526,_0x5bef18);_0x3d5ee3[_0x1f8f('0x132')]&&this[_0x1f8f('0x8a')][_0x1f8f('0xc')](()=>{for(const _0x124c63 of _0x3d5ee3){const _0x51af26=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x10a'),_0x352e80,_0x1f8f('0x76'));this[_0x1f8f('0xf1')](()=>_0x51af26([_0x124c63],_0x498ab9,_0x106621));}});for(const _0xda3761 of _0x2dcb47){let _0x29d0c3=null,_0x3604b3=_0xda3761[_0x1f8f('0x95')],_0x1f7dd1=_0xda3761[_0x1f8f('0xc5')];for(const {suggestion:_0x3ba809,meta:_0x188748}of this[_0x1f8f('0xa7')](_0xda3761,_0x1f8f('0x10a'))){if(!_0x188748[_0x1f8f('0xf4')])continue;if(_0x3ba809[_0x1f8f('0x11d')]!=_0x352e80)continue;const _0x909a4a=_0x3ba809['getFirstRange']();if(_0x909a4a['containsRange'](_0xda3761,!0x0))return;_0x3604b3=_0x3604b3[_0x1f8f('0x84')](_0x909a4a[_0x1f8f('0x95')])?_0x3604b3:_0x909a4a[_0x1f8f('0x95')],_0x1f7dd1=_0x1f7dd1[_0x1f8f('0x5e')](_0x909a4a[_0x1f8f('0xc5')])?_0x1f7dd1:_0x909a4a['end'],_0x29d0c3?_0x909a4a[_0x1f8f('0x95')][_0x1f8f('0x84')](_0x29d0c3[_0x1f8f('0x2c')]()[_0x1f8f('0x95')])?(_0x29d0c3[_0x1f8f('0x109')](),_0x29d0c3=_0x3ba809):_0x3ba809['removeMarkers']():_0x29d0c3=_0x3ba809;}const _0x1f82f3=this['_model'][_0x1f8f('0x68')](_0x3604b3,_0x1f7dd1);if(_0x29d0c3)this[_0x1f8f('0x3c')](_0x29d0c3,_0x1f82f3);else{const _0x12e318=_0x20487a(),_0x5a8452=_0x19287d['id'];this[_0x1f8f('0x8')]({'id':_0x12e318,'type':_0x1f8f('0x54')+_0x352e80,'data':_0x498ab9,'createdAt':new Date(),'authorId':_0x5a8452,'attributes':_0x106621}),this[_0x1f8f('0xe4')]('formatInline:'+_0x352e80,_0x12e318,_0x5a8452,_0x1f82f3);}}}[_0x1f8f('0x117')](_0x3dfb4c,_0x63fd3e,_0x3aab54=[],_0x4ec41c=null,_0x55e6e9={}){_0x63fd3e['formatGroupId']||(_0x63fd3e[_0x1f8f('0xd7')]=_0x63fd3e['commandName']),_0x63fd3e[_0x1f8f('0x58')]=_0x3dfb4c['is']('range'),_0x4ec41c=_0x4ec41c||It(_0x63fd3e);const _0x3e13ff=_0x3aab54[_0x1f8f('0xb8')](_0x253b24=>At(_0x253b24,this[_0x1f8f('0x8a')])),_0x3e77a6=_0x3dfb4c['is'](_0x1f8f('0x72'))?_0x3dfb4c:At(_0x3dfb4c,this[_0x1f8f('0x8a')]);_0x3e13ff[_0x1f8f('0x71')](_0x3e77a6);let _0x1c35c2=!0x0;for(const _0x1db920 of _0x3e13ff)if(!this[_0x1f8f('0x2a')](_0x1db920)){_0x1c35c2=!0x1;break;}if(_0x1c35c2){const _0x58e696=this[_0x1f8f('0x9e')]['getSuggestionCallback'](_0x1f8f('0x99'),_0x4ec41c,_0x1f8f('0x76'));return void this[_0x1f8f('0xf1')](()=>_0x58e696([_0x3e77a6],_0x63fd3e,_0x55e6e9));}let _0xcacefa=null,_0x4aab5f=_0x3e77a6['start'],_0x544ddc=_0x3e77a6[_0x1f8f('0xc5')];for(const {suggestion:_0x2f4253,meta:_0x50e672}of this[_0x1f8f('0xa7')](_0x3e77a6,'formatBlock')){if(!_0x50e672['isOwn']||_0x50e672['isNextTo']||_0x50e672[_0x1f8f('0x114')]||_0x50e672[_0x1f8f('0x91')])continue;if(_0x2f4253[_0x1f8f('0x128')][_0x1f8f('0xd7')]!=_0x63fd3e[_0x1f8f('0xd7')])continue;const _0x3e95fc=_0x2f4253[_0x1f8f('0x2c')]();if(_0x2f4253['subType']==_0x4ec41c){if(_0x3e95fc[_0x1f8f('0x64')](_0x3e77a6,!0x0))return;_0x4aab5f=_0x4aab5f['isBefore'](_0x3e95fc[_0x1f8f('0x95')])?_0x4aab5f:_0x3e95fc[_0x1f8f('0x95')],_0x544ddc=_0x544ddc['isAfter'](_0x3e95fc[_0x1f8f('0xc5')])?_0x544ddc:_0x3e95fc['end'],_0xcacefa?_0x3e95fc['start'][_0x1f8f('0x84')](_0xcacefa[_0x1f8f('0x2c')]()[_0x1f8f('0x95')])?(_0xcacefa[_0x1f8f('0x109')](),_0xcacefa=_0x2f4253):_0x2f4253[_0x1f8f('0x109')]():_0xcacefa=_0x2f4253;}else{const _0x4235ec=_0x3e77a6['getIntersection'](_0x3e95fc);this[_0x1f8f('0xaa')](_0x2f4253,_0x4235ec);}}const _0xaa6b92=this['editor']['plugins'][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x502cb8=_0x20487a(),_0x2b4e99=_0xaa6b92['id'];_0xcacefa?this[_0x1f8f('0x3c')](_0xcacefa,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x4aab5f,_0x544ddc)):(this[_0x1f8f('0x8')]({'id':_0x502cb8,'type':'formatBlock:'+_0x4ec41c,'data':_0x63fd3e,'createdAt':new Date(),'authorId':_0x2b4e99,'attributes':_0x55e6e9}),this[_0x1f8f('0xe4')](_0x1f8f('0x12f')+_0x4ec41c,_0x502cb8,_0x2b4e99,this['_model'][_0x1f8f('0x68')](_0x4aab5f,_0x544ddc)));}[_0x1f8f('0x1c')](_0x534298,_0x653436,_0x546fe1=[],_0x2e59a5=null,_0x343ee5={}){_0x653436[_0x1f8f('0xd7')]||(_0x653436[_0x1f8f('0xd7')]=_0x653436[_0x1f8f('0xfc')]),_0x653436[_0x1f8f('0x58')]=!0x1,_0x2e59a5=_0x2e59a5||It(_0x653436);const _0x4b88b2=_0x546fe1[_0x1f8f('0xb8')](_0x161e13=>At(_0x161e13,this[_0x1f8f('0x8a')])),_0x4d95a4=_0x534298[_0x1f8f('0xb8')](_0x14c1ec=>At(_0x14c1ec,this['_model']));_0x4b88b2[_0x1f8f('0x71')](..._0x4d95a4);let _0x4f2f71=!0x0;for(const _0x2666bc of _0x4b88b2)if(!this[_0x1f8f('0x2a')](_0x2666bc)){_0x4f2f71=!0x1;break;}if(_0x4f2f71){const _0x340553=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x99'),_0x2e59a5,_0x1f8f('0x76'));return void this[_0x1f8f('0xf1')](()=>_0x340553(_0x4d95a4,_0x653436,_0x343ee5));}const _0x1c3b7c=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'];for(const _0x5b23fc of this[_0x1f8f('0xdb')]()){if(_0x5b23fc['author']['id']!=_0x1c3b7c['id'])continue;if('formatBlock'!=_0x5b23fc[_0x1f8f('0x136')]||_0x5b23fc['data']['formatGroupId']!=_0x653436[_0x1f8f('0xd7')])continue;const _0x5935c5=_0x5b23fc[_0x1f8f('0x11d')]==_0x2e59a5;for(let _0x101259=0x0;_0x101259<_0x4d95a4[_0x1f8f('0x132')];_0x101259++){const _0x3e1127=_0x4d95a4[_0x101259];for(const _0x4f6708 of _0x5b23fc[_0x1f8f('0x129')]()){const _0x265c99=_0x4f6708['getRange']();if(_0x3e1127['isEqual'](_0x265c99)){_0x5935c5?(_0x4d95a4[_0x1f8f('0x13b')](_0x101259,0x1),_0x101259--):_0x5b23fc[_0x1f8f('0x4a')](_0x4f6708['name']);break;}}}}if(0x0==_0x4d95a4[_0x1f8f('0x132')])return;const _0x3e32bb=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x99'),_0x2e59a5,_0x1f8f('0xed'));for(const _0x4ce407 of this[_0x1f8f('0xdb')]())if(_0x4ce407[_0x1f8f('0x121')]['id']==_0x1c3b7c['id']&&_0x1f8f('0x99')==_0x4ce407[_0x1f8f('0x136')]&&_0x4ce407[_0x1f8f('0x128')][_0x1f8f('0xd7')]==_0x653436[_0x1f8f('0xd7')]&&_0x4ce407[_0x1f8f('0x11d')]==_0x2e59a5&&(_0x3e32bb(_0x4ce407[_0x1f8f('0xa2')](),_0x4d95a4)||_0x3e32bb(_0x4d95a4,_0x4ce407[_0x1f8f('0xa2')]()))){for(const _0x16f5f0 of _0x4d95a4)_0x4ce407['addRange'](_0x16f5f0);return _0x4ce407;}const _0x5e1c73=_0x20487a(),_0x4bcbb4=_0x1c3b7c['id'],_0x5818a1=_0x1f8f('0x12f')+_0x2e59a5,_0x576baf=this[_0x1f8f('0x8')]({'id':_0x5e1c73,'type':_0x5818a1,'data':_0x653436,'createdAt':new Date(),'authorId':_0x4bcbb4,'attributes':_0x343ee5});for(const _0x55f2fd of _0x4d95a4)this[_0x1f8f('0xe4')](_0x5818a1,_0x5e1c73,_0x4bcbb4,_0x55f2fd,_0x291614[_0x1f8f('0x4e')]());return _0x576baf;}[_0x1f8f('0x1f')](_0x11a396,_0x14440c=null,_0x117334={}){if(_0x11a396['isCollapsed'])return null;const _0x542a44=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')]('Users')['me'],_0x2b7b57=new _0x1a80a0(_0x11a396[_0x1f8f('0x95')],_0x11a396[_0x1f8f('0xc5')]);for(const {suggestion:_0x418c22,meta:_0x4e5bc6}of this[_0x1f8f('0xa7')](_0x2b7b57,_0x1f8f('0x17')))if(_0x4e5bc6[_0x1f8f('0xf4')]&&!_0x4e5bc6[_0x1f8f('0xde')]){if(_0x418c22[_0x1f8f('0x10')]){const _0xe4813d=_0x418c22[_0x1f8f('0xa2')]()[_0x1f8f('0x53')](_0x1a4baa=>_0x1f8f('0x122')!=_0x1a4baa[_0x1f8f('0x66')][_0x1f8f('0xd6')]);_0xe4813d[_0x1f8f('0x125')](_0x2bceee=>_0x2b7b57[_0x1f8f('0x64')](_0x2bceee,!0x0))&&_0x418c22[_0x1f8f('0x25')]();if(_0xe4813d[_0x1f8f('0x7a')](_0x179a5e=>_0x179a5e[_0x1f8f('0x64')](_0x2b7b57,!0x0))){const _0xcb783f=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x14440c,'accept');return this[_0x1f8f('0xf1')](()=>_0xcb783f([_0x2b7b57],null,_0x117334)),null;}}else{const _0xcef938=_0x2b7b57[_0x1f8f('0xfa')](_0x418c22[_0x1f8f('0x2c')]());_0x418c22[_0x1f8f('0xf0')]([_0xcef938],null,_0x117334);}}if(_0x2b7b57[_0x1f8f('0xc1')](),_0x2b7b57[_0x1f8f('0x75')]||_0x1f8f('0x122')==_0x2b7b57[_0x1f8f('0x66')]['rootName'])return null;let _0x11d4a9=null,_0x21718d=_0x2b7b57[_0x1f8f('0x95')],_0x3aed4a=_0x2b7b57[_0x1f8f('0xc5')];for(const {suggestion:_0x1c35a1,meta:_0x1941e0}of this[_0x1f8f('0xa7')](_0x2b7b57,_0x1f8f('0xbd')))if(_0x1941e0[_0x1f8f('0xf4')]){if(_0x1c35a1['isMultiRange']){let _0x51b937=!0x0;for(const _0x509c81 of _0x1c35a1[_0x1f8f('0xa2')]()){if(_0x509c81[_0x1f8f('0x64')](_0x2b7b57,!0x0))return _0x1c35a1;_0x2b7b57[_0x1f8f('0x64')](_0x509c81)||(_0x51b937=!0x1);}_0x51b937&&_0x1c35a1[_0x1f8f('0x25')]();}else{const _0x1383a7=_0x1c35a1[_0x1f8f('0x2c')]();if(_0x1383a7['containsRange'](_0x2b7b57,!0x0))return _0x1c35a1;_0x21718d=_0x21718d['isBefore'](_0x1383a7[_0x1f8f('0x95')])?_0x21718d:_0x1383a7[_0x1f8f('0x95')],_0x3aed4a=_0x3aed4a[_0x1f8f('0x5e')](_0x1383a7[_0x1f8f('0xc5')])?_0x3aed4a:_0x1383a7[_0x1f8f('0xc5')],_0x11d4a9?_0x1383a7[_0x1f8f('0x95')]['isBefore'](_0x11d4a9[_0x1f8f('0x2c')]()['start'])?(_0x11d4a9[_0x1f8f('0x109')](),_0x11d4a9=_0x1c35a1):_0x1c35a1[_0x1f8f('0x109')]():_0x11d4a9=_0x1c35a1;}}if(_0x11d4a9)return this['_setSuggestionRange'](_0x11d4a9,this['_model'][_0x1f8f('0x68')](_0x21718d,_0x3aed4a)),_0x11d4a9;{const _0x565afb=_0x20487a(),_0x2e2998=this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x21718d,_0x3aed4a),_0x244815=_0x542a44['id'],_0x2e551b=_0x14440c?_0x1f8f('0x13a')+_0x14440c:_0x1f8f('0xbd'),_0x5b466b=this[_0x1f8f('0x8')]({'id':_0x565afb,'type':_0x2e551b,'createdAt':new Date(),'authorId':_0x244815,'attributes':_0x117334});return this[_0x1f8f('0xe4')](_0x2e551b,_0x565afb,_0x244815,_0x2e2998),_0x5b466b;}}['markMultiRangeDeletion'](_0x20dea7,_0x56b42b=_0x1f8f('0xa4'),_0x3deb9e={}){const _0x3bbb79=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x3d7cb9=_0x20dea7[_0x1f8f('0xb8')](_0x355a19=>new _0x1a80a0(_0x355a19['start'],_0x355a19[_0x1f8f('0xc5')])),_0x42de1c=new Set();for(const _0x2adb32 of _0x3d7cb9)for(const {suggestion:_0x5456ee,meta:_0x2a7a5a}of this[_0x1f8f('0xa7')](_0x2adb32,_0x1f8f('0x17')))_0x2a7a5a[_0x1f8f('0xf4')]&&!_0x2a7a5a[_0x1f8f('0xde')]&&_0x42de1c[_0x1f8f('0xe1')](_0x5456ee);for(const _0x108ddb of _0x42de1c)if(_0x108ddb[_0x1f8f('0x10')]){const _0x4b375f=_0x108ddb['getRanges']();(!_0x108ddb[_0x1f8f('0x110')]||!_0x108ddb[_0x1f8f('0x110')]['skipNestingCheck'])&&(_0x4b375f[_0x1f8f('0x125')](_0x1c422f=>_0x3d7cb9[_0x1f8f('0x7a')](_0x2a663d=>_0x2a663d['containsRange'](_0x1c422f,!0x0)))&&_0x108ddb[_0x1f8f('0x25')]());if(_0x3d7cb9[_0x1f8f('0x125')](_0x57a761=>_0x4b375f[_0x1f8f('0x7a')](_0x2721ea=>_0x2721ea[_0x1f8f('0x64')](_0x57a761,!0x0)))){const _0x448313=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x56b42b,_0x1f8f('0x76'));return this['forceDefaultExecution'](()=>_0x448313(_0x20dea7,null,_0x3deb9e)),null;}}else{const _0x3d3390=_0x108ddb['getFirstRange']();_0x3d7cb9[_0x1f8f('0x7a')](_0x472ed6=>_0x472ed6[_0x1f8f('0x64')](_0x3d3390,!0x0))&&_0x108ddb[_0x1f8f('0x25')]();if(_0x3d7cb9[_0x1f8f('0x125')](_0x27a782=>_0x3d3390['containsRange'](_0x27a782,!0x0))){const _0x33c65d=this['_suggestionFactory'][_0x1f8f('0x45')]('deletion',_0x56b42b,_0x1f8f('0x76'));return this[_0x1f8f('0xf1')](()=>_0x33c65d(_0x3d7cb9,null,_0x3deb9e)),null;}}const _0x4c8d3b=this['_suggestionFactory'][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x56b42b,_0x1f8f('0xed'));let _0x5330d3=null;for(const _0x18f3ad of this['getSuggestions']())if(_0x18f3ad[_0x1f8f('0x121')]['id']==_0x3bbb79['id']&&_0x18f3ad['isInContent']&&'deletion'==_0x18f3ad[_0x1f8f('0x136')]&&_0x18f3ad[_0x1f8f('0x11d')]==_0x56b42b&&(_0x4c8d3b(_0x18f3ad['getRanges'](),_0x3d7cb9)||_0x4c8d3b(_0x3d7cb9,_0x18f3ad[_0x1f8f('0xa2')]()))){if(_0x5330d3){if(_0x18f3ad['commentThread']&&_0x18f3ad['commentThread'][_0x1f8f('0x132')])continue;for(const _0x340451 of _0x18f3ad[_0x1f8f('0xa2')]())_0x5330d3['isIntersectingWithRange'](_0x340451)||_0x5330d3[_0x1f8f('0x40')](_0x340451);_0x18f3ad[_0x1f8f('0x109')]();}else{_0x5330d3=_0x18f3ad;for(const _0x3dff03 of _0x3d7cb9)_0x18f3ad[_0x1f8f('0x6f')](_0x3dff03)||_0x18f3ad[_0x1f8f('0x40')](_0x3dff03);}}if(_0x5330d3)return _0x5330d3;_0x42de1c[_0x1f8f('0x69')]();for(const _0x28a837 of _0x3d7cb9)for(const {suggestion:_0xb98275,meta:_0x50d1fb}of this[_0x1f8f('0xa7')](_0x28a837,'deletion'))_0x50d1fb[_0x1f8f('0xf4')]&&_0x42de1c[_0x1f8f('0xe1')](_0xb98275);for(const _0x25ccc4 of _0x42de1c){const _0x5e9b9e=_0x25ccc4[_0x1f8f('0xa2')]();if(!_0x3deb9e||!_0x3deb9e[_0x1f8f('0xae')]){if(_0x3d7cb9[_0x1f8f('0x125')](_0x58a9c8=>_0x5e9b9e[_0x1f8f('0x7a')](_0x511d14=>_0x511d14['containsRange'](_0x58a9c8,!0x0))))return _0x25ccc4;}(!_0x25ccc4['attributes']||!_0x25ccc4[_0x1f8f('0x110')][_0x1f8f('0xae')])&&(_0x5e9b9e[_0x1f8f('0x125')](_0x1b2dbc=>_0x3d7cb9['some'](_0x231d5f=>_0x231d5f[_0x1f8f('0x64')](_0x1b2dbc,!0x0)))&&_0x25ccc4['discard']());}const _0x445a96=_0x20487a(),_0x3a8b82=_0x3bbb79['id'],_0x2b1d80=_0x1f8f('0x13a')+_0x56b42b,_0x19a67b=this[_0x1f8f('0x8')]({'id':_0x445a96,'type':_0x2b1d80,'createdAt':new Date(),'authorId':_0x3a8b82,'attributes':_0x3deb9e});for(const _0x21f347 of _0x3d7cb9)_0x21f347[_0x1f8f('0xc1')](),_0x21f347['isCollapsed']||_0x1f8f('0x122')==_0x21f347[_0x1f8f('0x66')][_0x1f8f('0xd6')]||this[_0x1f8f('0xe4')](_0x2b1d80,_0x445a96,_0x3a8b82,_0x21f347,_0x291614[_0x1f8f('0x4e')]());return _0x19a67b;}[_0x1f8f('0x3c')](_0x3d65a6,_0x29ed0d){const _0x49e357=_0x3d65a6[_0x1f8f('0x94')]();this[_0x1f8f('0x8a')][_0x1f8f('0xc')](_0x3288ce=>{_0x3288ce[_0x1f8f('0x3a')](_0x49e357,{'range':_0x29ed0d});});}[_0x1f8f('0x20')](_0x17f0f5){const _0x40f8b9=_0x17f0f5['id'],_0x55d9f7=this[_0x1f8f('0xa0')]['config'][_0x1f8f('0x12a')](_0x1f8f('0x6e'));this[_0x1f8f('0xa1')][_0x1f8f('0xb9')](_0x40f8b9)||this[_0x1f8f('0xa1')][_0x1f8f('0x98')]({'channelId':_0x55d9f7,'threadId':_0x40f8b9});const _0x2017f6=this['_commentsRepository'][_0x1f8f('0xc2')](_0x40f8b9);_0x2017f6[_0x1f8f('0x2e')]('isRemovable'),_0x2017f6[_0x1f8f('0xce')]=!0x1,_0x17f0f5[_0x1f8f('0xb2')]=_0x2017f6;}[_0x1f8f('0xca')](_0x28f157,_0xc95aba,_0x6f3389,_0x4e4a5e){if(_0x28f157[_0x1f8f('0x136')]!=_0xc95aba||_0x28f157[_0x1f8f('0x11d')]!=_0x6f3389||_0x28f157[_0x1f8f('0x121')]['id']!=_0x4e4a5e)throw this[_0x1f8f('0xa0')][_0x1f8f('0xd2')](_0x1f8f('0x19')),new _0x3b3b32(_0x1f8f('0x19'),this);}[_0x1f8f('0xaa')](_0x58212b,_0x18ba1b){const _0x157dd8=_0x58212b['getFirstRange']();if(_0x18ba1b[_0x1f8f('0x7d')](_0x157dd8))_0x58212b[_0x1f8f('0x109')]();else{if(_0x157dd8[_0x1f8f('0x64')](_0x18ba1b)){const _0x19027e=this[_0x1f8f('0x8a')]['createPositionAt'](_0x18ba1b[_0x1f8f('0x95')][_0x1f8f('0xff')],_0x1f8f('0xc5'));this[_0x1f8f('0x3c')](_0x58212b,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x157dd8[_0x1f8f('0x95')],_0x19027e));const _0x33c9f2=_0x20487a(),_0x126bc2=_0x58212b['author']['id'],_0x20cd8f=_0x58212b['type']+':'+_0x58212b[_0x1f8f('0x11d')];this[_0x1f8f('0x8')]({'id':_0x33c9f2,'type':_0x20cd8f,'createdAt':new Date(),'authorId':_0x126bc2,'data':_0x58212b[_0x1f8f('0x128')],'attributes':_0x58212b[_0x1f8f('0x110')]});const _0x1fc253=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0xc5')]['parent'],_0x1f8f('0x67')),_0x17dbc2=this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x1fc253,_0x157dd8['end']);this[_0x1f8f('0xe4')](_0x20cd8f,_0x33c9f2,_0x126bc2,_0x17dbc2);}else{if(_0x157dd8[_0x1f8f('0x9d')](_0x18ba1b[_0x1f8f('0x95')])){const _0x58ff91=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0x95')]['nodeBefore'],_0x1f8f('0xc5'));this[_0x1f8f('0x3c')](_0x58212b,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x157dd8[_0x1f8f('0x95')],_0x58ff91));}else{const _0x549b9b=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0xc5')]['parent'],'after');this['_setSuggestionRange'](_0x58212b,this['_model'][_0x1f8f('0x68')](_0x549b9b,_0x157dd8[_0x1f8f('0xc5')]));}}}}[_0x1f8f('0x2a')](_0x2b576a){for(const {suggestion:_0x3603ec,meta:_0x42738d}of this[_0x1f8f('0xa7')](_0x2b576a,'insertion')){if(!_0x42738d[_0x1f8f('0xf4')])continue;const _0x51279e=_0x3603ec[_0x1f8f('0xa2')]();for(const _0x5f5c6f of _0x51279e)if(!_0x2b576a[_0x1f8f('0x10f')](_0x5f5c6f)['length'])return!0x0;}return!0x1;}[_0x1f8f('0x9a')](_0x5bba27){const _0x159345=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))[_0x1f8f('0xcf')](_0x5bba27);if(!_0x159345)throw new _0x3b3b32('track-changes-user-not-found',this);return _0x159345;}[_0x1f8f('0x24')](_0x59db81){const _0x2b6353=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')]['get'](_0x1f8f('0xb1')),_0x41b3b8=_0x1f8f('0x42')+_0x59db81,_0x5ecc6c=_0x2b6353[_0x1f8f('0xcf')](_0x41b3b8);return _0x5ecc6c||_0x2b6353[_0x1f8f('0xc4')]({'id':_0x41b3b8,'name':_0x59db81});}[_0x1f8f('0xf9')](_0x1b4547,_0x449495,_0x13c97e,_0x209da0,_0x23568f){const _0x3edae9=this[_0x1f8f('0x9a')](_0x209da0);let _0x265f11=null;_0x23568f&&_0x23568f[_0x1f8f('0x28')]&&(_0x265f11=this[_0x1f8f('0x24')](_0x23568f[_0x1f8f('0x28')][_0x1f8f('0xbe')]));const _0x20e59b=this[_0x1f8f('0x9e')][_0x1f8f('0x2b')](_0x1b4547,_0x449495,_0x13c97e,_0x3edae9,_0x265f11,_0x458a0d=>this['_updateSuggestionData'](_0x13c97e,{'attributes':_0x458a0d}));return this['listenTo'](_0x20e59b,_0x1f8f('0x76'),()=>{this[_0x1f8f('0x100')](_0x13c97e,{'state':'accepted'});},{'priority':_0x1f8f('0xc8')}),this['listenTo'](_0x20e59b,_0x1f8f('0x25'),()=>{this[_0x1f8f('0x100')](_0x13c97e,{'state':_0x1f8f('0xac')});},{'priority':'high'}),this[_0x1f8f('0x30')]['set'](_0x13c97e,_0x20e59b),this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x20e59b,_0x1f8f('0x131')),_0x20e59b;}[_0x1f8f('0x7c')](_0x4ff0bf){const _0x578c28=_0x4ff0bf[_0x1f8f('0x11b')](':');return{'group':_0x578c28[0x0],'type':_0x578c28[0x1],'subType':_0x578c28[_0x1f8f('0x132')]>=0x5?_0x578c28[0x2]:null,'id':_0x578c28['length']<0x5?_0x578c28[0x2]:_0x578c28[0x3],'authorId':_0x578c28[_0x1f8f('0x132')]<0x5?_0x578c28[0x3]:_0x578c28[0x4],'markerCount':0x6==_0x578c28['length']?_0x578c28[0x5]:null};}[_0x1f8f('0x6b')](_0x4ab150,_0x49bb9f,_0x12c45b){const _0x3e549d=_0x4ab150[_0x1f8f('0x2c')](),_0x9e1a3a=_0x3e549d[_0x1f8f('0x95')],_0x28ef48=_0x3e549d[_0x1f8f('0xc5')];this[_0x1f8f('0x3c')](_0x4ab150,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x9e1a3a,_0x49bb9f));const _0x5dcc1e=_0x20487a(),_0x396259=_0x4ab150['author']['id'],_0x36fae6=_0x4ab150['type']+(_0x4ab150[_0x1f8f('0x11d')]?':'+_0x4ab150[_0x1f8f('0x11d')]:'');this['_setSuggestionData']({'id':_0x5dcc1e,'type':_0x36fae6,'createdAt':new Date(),'authorId':_0x396259,'originalSuggestionId':_0x4ab150['id'],'data':_0x4ab150[_0x1f8f('0x128')]}),_0x1f8f('0x99')==_0x4ab150[_0x1f8f('0x136')]&&(_0x12c45b=this['_model']['createPositionBefore'](_0x12c45b[_0x1f8f('0x61')])),this[_0x1f8f('0xe4')](_0x36fae6,_0x5dcc1e,_0x396259,this['_model']['createRange'](_0x12c45b,_0x28ef48));}[_0x1f8f('0xa7')](_0x37df41,_0x1f0eac=null){const _0x114dee=[],_0x91bd45=this[_0x1f8f('0x8a')][_0x1f8f('0xd8')],_0xde5a2e=this[_0x1f8f('0xa0')]['plugins']['get'](_0x1f8f('0xb1'))['me'];for(const _0x50963f of this[_0x1f8f('0xdb')]())if(_0x50963f[_0x1f8f('0x74')]&&(!_0x1f0eac||_0x50963f['type']==_0x1f0eac))for(const _0x5f5283 of _0x50963f[_0x1f8f('0xa2')]()){const _0x366ef7=_0x37df41['start'][_0x1f8f('0x7d')](_0x5f5283[_0x1f8f('0xc5')])||_0x37df41['end'][_0x1f8f('0x7d')](_0x5f5283[_0x1f8f('0x95')]);if(_0x366ef7||_0x37df41[_0x1f8f('0xfa')](_0x5f5283)){const _0x1a030=_0x37df41[_0x1f8f('0x64')](_0x5f5283)&&yt(_0x91bd45,_0x5f5283[_0x1f8f('0x95')],_0x37df41),_0x1cff61=_0x5f5283[_0x1f8f('0x64')](_0x37df41)&&yt(_0x91bd45,_0x37df41[_0x1f8f('0x95')],_0x5f5283);_0x114dee[_0x1f8f('0x71')]({'suggestion':_0x50963f,'meta':{'isOwn':_0xde5a2e==_0x50963f[_0x1f8f('0x121')],'isNextTo':_0x366ef7,'isInsideObject':_0x1a030,'containsRangeInObject':_0x1cff61}});break;}}return _0x114dee;}[_0x1f8f('0xe4')](_0x1463ce,_0x5ceea8,_0x31b012,_0x5c346f,_0x2347bf=null){this[_0x1f8f('0x8a')]['change'](_0x30ac47=>{let _0x1ef6d7=_0x1f8f('0x41')+_0x1463ce+':'+_0x5ceea8+':'+_0x31b012;_0x2347bf&&(_0x1ef6d7=_0x1ef6d7+':'+_0x2347bf),_0x30ac47[_0x1f8f('0x7')](_0x1ef6d7,{'range':_0x5c346f,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1f8f('0x77')](_0x5c94e6){const _0x20e70f=_0x5c94e6[_0x1f8f('0xb0')],_0xd22940=_0x5c94e6[_0x1f8f('0x6a')];_0x5c94e6[_0x1f8f('0xb0')]=null,null!=_0x20e70f&&(_0x20e70f[_0x1f8f('0x6a')]=null),_0x5c94e6[_0x1f8f('0x6a')]=null,null!=_0xd22940&&(_0xd22940[_0x1f8f('0xb0')]=null),_0x1f8f('0xd1')==this[_0x1f8f('0x3e')][_0x1f8f('0x12a')](_0x5c94e6)&&(this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x5c94e6,_0x1f8f('0x33')),this['fire'](_0x1f8f('0x51'),_0x5c94e6,_0x20e70f,_0xd22940));}[_0x1f8f('0x8')](_0x4e5535){const _0x522f2d=_0x4e5535['id'],_0x42178f=this[_0x1f8f('0x11e')](_0x4e5535);if(this[_0x1f8f('0x11')]&&this['_adapter'][_0x1f8f('0xcc')]){const _0x5e6dbf=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x44')),_0x440501=_0x42178f[_0x1f8f('0x9c')],_0x598508=_0x42178f[_0x1f8f('0x11d')]?_0x42178f['type']+':'+_0x42178f[_0x1f8f('0x11d')]:_0x42178f[_0x1f8f('0x136')],_0x50dc44=this[_0x1f8f('0xa0')][_0x1f8f('0x93')],_0x4d7084=_0x5e6dbf['add'](_0xb5e306(_0x50dc44,_0x1f8f('0x8f'))),_0x5b9f39={'id':_0x522f2d,'type':_0x598508,'hasComments':_0x440501,'data':_0x4e5535[_0x1f8f('0x128')]||null,'originalSuggestionId':_0x4e5535[_0x1f8f('0x57')]||null,'attributes':_0x42178f[_0x1f8f('0x110')]};this['_adapter']['addSuggestion'](_0x5b9f39)[_0x1f8f('0x4')](_0x397ee6=>{_0x42178f[_0x1f8f('0xc6')]=!0x0,_0x5e6dbf[_0x1f8f('0x56')](_0x4d7084),_0x397ee6&&_0x397ee6[_0x1f8f('0x86')]&&(this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x522f2d)[_0x1f8f('0x86')]=_0x397ee6['createdAt']);})[_0x1f8f('0xe5')](_0x33aa91=>{throw _0x318706(_0x1f8f('0x65')),this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0x22')]({'isUndoable':!0x1},()=>{_0x42178f[_0x1f8f('0x25')]();}),_0x42178f['stopListening'](),this[_0x1f8f('0x30')]['delete'](_0x42178f['id']),this[_0x1f8f('0x3e')][_0x1f8f('0x6')](_0x42178f),_0x33aa91;});}return _0x42178f;}[_0x1f8f('0x100')](_0x5b44a8,_0x5a7cf5){const _0x132bd0=this['editor'][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x44')),_0x1b673b=this[_0x1f8f('0x30')]['get'](_0x5b44a8);if(this[_0x1f8f('0x11')]&&this[_0x1f8f('0x11')][_0x1f8f('0x101')]){if(_0x1b673b[_0x1f8f('0xc6')]){const _0x6570f1=_0x132bd0['add'](_0xb5e306(this[_0x1f8f('0xa0')][_0x1f8f('0x93')],'PENDING_ACTION_SUGGESTION'));this[_0x1f8f('0x11')]['updateSuggestion'](_0x5b44a8,_0x5a7cf5)['then'](()=>{_0x132bd0[_0x1f8f('0x56')](_0x6570f1);});}else _0x1b673b['on'](_0x1f8f('0xd3'),()=>{this[_0x1f8f('0x100')](_0x5b44a8,_0x5a7cf5);});}}['_getSuggestionData'](_0x512723){if(!this['_adapter']||!this[_0x1f8f('0x11')][_0x1f8f('0x82')])throw new _0x3b3b32(_0x1f8f('0x92'),this);return this[_0x1f8f('0x11')]['getSuggestion'](_0x512723);}[_0x1f8f('0x59')](_0x11283d){const {id:_0x50c597,type:_0x148bf0,subType:_0x1255fb,authorId:_0x1e5c31}=this[_0x1f8f('0x7c')](_0x11283d),_0x214ad6=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x50c597)||this[_0x1f8f('0xf9')](_0x148bf0,_0x1255fb,_0x50c597,_0x1e5c31);switch(this[_0x1f8f('0xca')](_0x214ad6,_0x148bf0,_0x1255fb,_0x1e5c31),this['_suggestionState'][_0x1f8f('0x12a')](_0x214ad6)){case'notReady':this[_0x1f8f('0x81')](_0x50c597)[_0x1f8f('0x4')](_0x18e9f8=>{let _0x567e8e=Promise['resolve']();_0x18e9f8['hasComments']&&(_0x567e8e=this[_0x1f8f('0xa1')][_0x1f8f('0x102')]({'channelId':this[_0x1f8f('0xa0')][_0x1f8f('0xf6')][_0x1f8f('0x12a')](_0x1f8f('0x6e')),'threadId':_0x50c597})),_0x567e8e['then'](()=>{this[_0x1f8f('0x11e')](_0x18e9f8)[_0x1f8f('0xc6')]=!0x0;});}),this['_suggestionState'][_0x1f8f('0xa8')](_0x214ad6,_0x1f8f('0xc3'));break;case _0x1f8f('0x33'):this[_0x1f8f('0x100')](_0x50c597,{'state':_0x1f8f('0x4b')});case _0x1f8f('0xc7'):this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x214ad6,_0x1f8f('0xd1')),this[_0x1f8f('0xf5')](_0x1f8f('0x35'),_0x214ad6);break;case'ready':this[_0x1f8f('0xf5')](_0x1f8f('0x78'),_0x214ad6);}return _0x214ad6['addMarkerName'](_0x11283d),_0x214ad6;}[_0x1f8f('0xe6')](_0xcb8cd2){const _0x58c181=Array[_0x1f8f('0x108')](_0xcb8cd2)['filter'](_0x3ef1a6=>!_0x3ef1a6[_0x1f8f('0x10')]),_0x21f934=this['getSuggestions']({'skipNotAttached':!0x0})[_0x1f8f('0x53')](_0x258ecd=>!_0x258ecd[_0x1f8f('0x10')]),_0x153737=_0x21f934[_0x1f8f('0x53')](_0x1f4da9=>!_0xcb8cd2[_0x1f8f('0x23')](_0x1f4da9)),_0x3d4b77=new Map(_0x21f934[_0x1f8f('0xb8')](_0x485599=>[_0x485599,this[_0x1f8f('0x9e')]['getSuggestionCallback'](_0x485599[_0x1f8f('0x136')],_0x485599[_0x1f8f('0x11d')],_0x1f8f('0x52'))])),_0x24a17c=new Map(_0x21f934['map'](_0x151550=>[_0x151550,_0x151550[_0x1f8f('0x2c')]()])),_0x43e868=new Set(),_0x3e589d=new Set();for(let _0x1c4fad=0x0;_0x1c4fad<_0x58c181['length'];_0x1c4fad++)_0x36fdaa(_0x58c181[_0x1c4fad],_0x58c181,_0x1c4fad+0x1);for(let _0x29893b=0x0;_0x29893b<_0x58c181[_0x1f8f('0x132')];_0x29893b++)_0x36fdaa(_0x58c181[_0x29893b],_0x153737,0x0);for(let _0x94f3cf=0x0;_0x94f3cf<_0x58c181['length'];_0x94f3cf++){const _0x4a7088=_0x58c181[_0x94f3cf];!_0x3e589d[_0x1f8f('0x23')](_0x4a7088)&&_0x4a7088[_0x1f8f('0xb0')]&&(_0x4a7088[_0x1f8f('0xb0')][_0x1f8f('0x6a')]===_0x4a7088&&(_0x4a7088['previous']['next']=null),_0x4a7088[_0x1f8f('0xb0')]=null),!_0x43e868[_0x1f8f('0x23')](_0x4a7088)&&_0x4a7088[_0x1f8f('0x6a')]&&(_0x4a7088[_0x1f8f('0x6a')][_0x1f8f('0xb0')]===_0x4a7088&&(_0x4a7088[_0x1f8f('0x6a')]['previous']=null),_0x4a7088[_0x1f8f('0x6a')]=null);}function _0x36fdaa(_0x5c8595,_0x43e496,_0x628b4b){for(let _0x2c72ba=_0x628b4b;_0x2c72ba<_0x43e496[_0x1f8f('0x132')];_0x2c72ba++){const _0x3c229e=_0x190858(_0x5c8595,_0x43e496[_0x2c72ba]);_0x3c229e&&(_0x3c229e[0x0]['next']=_0x3c229e[0x1],_0x3c229e[0x1][_0x1f8f('0xb0')]=_0x3c229e[0x0],_0x43e868[_0x1f8f('0xe1')](_0x3c229e[0x0]),_0x3e589d['add'](_0x3c229e[0x1]));}}function _0x190858(_0x4150df,_0x328537){if(_0x4150df[_0x1f8f('0x121')]['id']!==_0x328537[_0x1f8f('0x121')]['id'])return null;const _0x4544fc=_0x3d4b77[_0x1f8f('0x12a')](_0x4150df)(_0x4150df,_0x328537,_0x24a17c[_0x1f8f('0x12a')](_0x4150df),_0x24a17c['get'](_0x328537));if(!_0x4544fc)return null;return _0x3d4b77['get'](_0x328537)(_0x4150df,_0x328537,_0x24a17c[_0x1f8f('0x12a')](_0x4150df),_0x24a17c[_0x1f8f('0x12a')](_0x328537))?_0x4544fc[0x1][_0x1f8f('0xb2')]&&_0x4544fc[0x1]['commentThread'][_0x1f8f('0x132')]?null:_0x4544fc:null;}}[_0x1f8f('0x85')](_0x450714){const _0x3afbce=Array[_0x1f8f('0x108')](_0x450714),_0x58c327=this[_0x1f8f('0xdb')]({'skipNotAttached':!0x0}),_0x3b0b9e=_0x58c327[_0x1f8f('0x53')](_0x5da815=>!_0x450714[_0x1f8f('0x23')](_0x5da815)),_0x32a3f0=new Map(_0x3afbce['map'](_0x51744c=>[_0x51744c,this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x51744c[_0x1f8f('0x136')],_0x51744c[_0x1f8f('0x11d')],_0x1f8f('0xed'))])),_0x509c5e=new Map(_0x58c327[_0x1f8f('0xb8')](_0xcd25a9=>[_0xcd25a9,_0xcd25a9['getRanges']()]));for(let _0x119559=0x0;_0x119559<_0x3afbce['length'];_0x119559++){if(_0x1ab435(this,_0x3afbce[_0x119559],_0x3afbce,_0x119559+0x1))return!0x0;}for(let _0xcc8058=0x0;_0xcc8058<_0x3afbce[_0x1f8f('0x132')];_0xcc8058++){if(_0x1ab435(this,_0x3afbce[_0xcc8058],_0x3b0b9e,0x0))return!0x0;}return!0x1;function _0x1ab435(_0x179827,_0x4658b9,_0xf41ef5,_0x418b49){for(let _0x217a95=_0x418b49;_0x217a95<_0xf41ef5[_0x1f8f('0x132')];_0x217a95++){const _0x220900=_0xf41ef5[_0x217a95];if(_0x220900[_0x1f8f('0x136')]!==_0x4658b9[_0x1f8f('0x136')]||_0x220900[_0x1f8f('0x121')]['id']!==_0x4658b9['author']['id']||_0x220900[_0x1f8f('0x11d')]!==_0x4658b9[_0x1f8f('0x11d')])continue;const _0x21cb17=_0x32a3f0[_0x1f8f('0x12a')](_0x4658b9),_0x40617b=_0x509c5e['get'](_0x4658b9),_0x3f28f8=_0x509c5e['get'](_0x220900),_0x575b8a=_0x4658b9[_0x1f8f('0xb2')]&&_0x4658b9[_0x1f8f('0xb2')]['length'],_0x327a72=_0x220900[_0x1f8f('0xb2')]&&_0x220900[_0x1f8f('0xb2')][_0x1f8f('0x132')];if(!_0x575b8a&&_0x21cb17(_0x3f28f8,_0x40617b))return _0x179827[_0x1f8f('0xf')](_0x220900,_0x4658b9),_0x509c5e['delete'](_0x4658b9),!0x0;if(!_0x327a72&&_0x21cb17(_0x40617b,_0x3f28f8))return _0x179827[_0x1f8f('0xf')](_0x4658b9,_0x220900),_0x509c5e[_0x1f8f('0x6')](_0x220900),!0x0;}return!0x1;}}[_0x1f8f('0xf')](_0x487b08,_0x445956){if(_0x487b08['isMultiRange'])for(const _0x187c15 of _0x445956[_0x1f8f('0xa2')]())_0x487b08['addRange'](_0x187c15);else{const _0x53a87b=_0x445956[_0x1f8f('0x2c')]()['end'];this[_0x1f8f('0x3c')](_0x487b08,this['_model'][_0x1f8f('0x68')](_0x487b08[_0x1f8f('0x2c')]()[_0x1f8f('0x95')],_0x53a87b));}_0x445956['removeMarkers']();}}_0x44f73f(d,_0x58572d);class wt{constructor(_0x2cd12e){this[_0x1f8f('0x107')]=_0x2cd12e,this[_0x1f8f('0x8a')]=_0x2cd12e[_0x1f8f('0x7e')],this['_customCallbacks']=new Map(),this[_0x1f8f('0x1e')]=new Map(),this[_0x1f8f('0x63')]();}[_0x1f8f('0x2b')](_0x427a42,_0x388d17,_0x19ba6d,_0x5167ea,_0x1e8a4c,_0x54688c){return new _0x291614(this['_model'],{'type':_0x427a42,'subType':_0x388d17,'id':_0x19ba6d,'author':_0x5167ea,'externalAuthor':_0x1e8a4c,'onAttributesChange':_0x54688c,'onAccept':(..._0xd7dc21)=>this[_0x1f8f('0x45')](_0x427a42,_0x388d17,_0x1f8f('0x76'))(..._0xd7dc21),'onDiscard':(..._0x27b19a)=>this[_0x1f8f('0x45')](_0x427a42,_0x388d17,_0x1f8f('0x25'))(..._0x27b19a)});}[_0x1f8f('0x13c')](_0x42b32f,_0x3f6991,_0x527f65,_0x38dfd3){const _0x355cb0=_0x42b32f+':'+_0x3f6991+':'+_0x527f65;this[_0x1f8f('0xa9')][_0x1f8f('0xa8')](_0x355cb0,_0x38dfd3);}['getSuggestionCallback'](_0xd7a31a,_0x44ba28,_0x4fdd35){const _0x2e18e8=_0xd7a31a+':'+_0x44ba28+':'+_0x4fdd35;return this[_0x1f8f('0xa9')]['get'](_0x2e18e8)||this['_defaultCallbacks'][_0x1f8f('0x12a')](_0xd7a31a+':'+_0x4fdd35);}['_registerDefaultCallbacks'](){const _0x229443=()=>{},_0x2307d7=_0x3326c6=>{_0x3326c6[_0x1f8f('0x123')]((_0xc0f6b1,_0x18182e)=>_0xc0f6b1[_0x1f8f('0x95')]['isBefore'](_0x18182e[_0x1f8f('0x95')])?0x1:-0x1),this['_model']['change'](_0x20b3d5=>{for(const _0x30ad9a of _0x3326c6){let _0x10b52f;_0x10b52f=_0x30ad9a[_0x1f8f('0xc5')][_0x1f8f('0x9b')]&&_0x30ad9a[_0x1f8f('0xc5')][_0x1f8f('0x61')]==_0x30ad9a['start'][_0x1f8f('0x137')]?_0x20b3d5[_0x1f8f('0xe')](_0x30ad9a['start'][_0x1f8f('0x137')],'on'):_0x20b3d5['createSelection'](_0x30ad9a),this[_0x1f8f('0x8a')][_0x1f8f('0xda')](_0x10b52f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5c68cb=(_0x527c35,_0x1401dc)=>{this['_model']['change'](_0x51e6fd=>{const {commandName:_0x62e55a,commandParams:_0x20de38=[]}=_0x1401dc,_0x1cbd7d=_0x527c35[0x0];if(_0x1f8f('0x122')==_0x1cbd7d[_0x1f8f('0x66')][_0x1f8f('0xd6')])return;const _0x3587c8=Array['from'](this[_0x1f8f('0x8a')]['document'][_0x1f8f('0x15')][_0x1f8f('0xa2')]())[_0x1f8f('0xb8')](_0x243953=>_0x1a80a0[_0x1f8f('0xfe')](_0x243953));bt(_0x1cbd7d)?_0x51e6fd[_0x1f8f('0x5d')](this['_model'][_0x1f8f('0x68')](_0x1cbd7d[_0x1f8f('0xc5')])):_0x51e6fd['setSelection'](_0x1cbd7d);for(const _0xca02e2 of this['_editor'][_0x1f8f('0xdd')][_0x1f8f('0xdd')]())_0xca02e2[_0x1f8f('0xba')]();_0x20de38[_0x1f8f('0x71')]({'forceDefaultExecution':!0x0}),this[_0x1f8f('0x107')][_0x1f8f('0x8e')](_0x62e55a,..._0x20de38);const _0x259ac4=_0x3587c8[_0x1f8f('0x53')](_0x23c0eb=>_0x1f8f('0x122')!=_0x23c0eb[_0x1f8f('0x66')][_0x1f8f('0xd6')]);_0x259ac4[_0x1f8f('0x132')]>0x0&&_0x51e6fd[_0x1f8f('0x5d')](_0x259ac4);for(const _0x4d96bc of _0x3587c8)_0x4d96bc[_0x1f8f('0xc1')]();});},_0x2bd66d=(_0x3a0d98,_0x40a650)=>0x1==_0x3a0d98[_0x1f8f('0x132')]&&0x1==_0x40a650[_0x1f8f('0x132')]&&_0x3a0d98[0x0][_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x40a650[0x0]['start']),_0x56f1f9=(_0x53a16b,_0x486f0d,_0xc4ffd2,_0x41f39a)=>Dt(_0x53a16b,_0x486f0d,_0xc4ffd2,_0x41f39a,this[_0x1f8f('0x8a')])?[_0x53a16b,_0x486f0d]:Dt(_0x486f0d,_0x53a16b,_0x41f39a,_0xc4ffd2,this[_0x1f8f('0x8a')])?[_0x486f0d,_0x53a16b]:null;this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x37'),_0x229443),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x3'),_0x2307d7),this[_0x1f8f('0x1e')]['set']('insertion:join',_0x2bd66d),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x7f'),_0x56f1f9),this[_0x1f8f('0x1e')]['set']('deletion:accept',_0x2307d7),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x14'),_0x229443),this['_defaultCallbacks'][_0x1f8f('0xa8')]('deletion:join',_0x2bd66d),this['_defaultCallbacks'][_0x1f8f('0xa8')](_0x1f8f('0x83'),_0x56f1f9),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0xb4'),_0x5c68cb),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x11a'),_0x229443),this['_defaultCallbacks'][_0x1f8f('0xa8')](_0x1f8f('0xf7'),_0x2bd66d),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')]('formatInline:chain',_0x229443),this['_defaultCallbacks']['set']('formatBlock:accept',_0x5c68cb),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x80'),_0x229443),this[_0x1f8f('0x1e')]['set'](_0x1f8f('0x6d'),_0x2bd66d),this[_0x1f8f('0x1e')]['set'](_0x1f8f('0x9f'),_0x229443);}}function yt(_0x28f40c,_0xfa5bb9,_0x10563c){for(const _0x3fe3bc of _0xfa5bb9[_0x1f8f('0x61')][_0x1f8f('0x105')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3fe3bc[_0x1f8f('0x66')]==_0x3fe3bc)return!0x1;if(!_0x10563c[_0x1f8f('0x12')](_0x3fe3bc))return!0x1;if(_0x28f40c[_0x1f8f('0x1b')](_0x3fe3bc)||_0x28f40c[_0x1f8f('0x5b')](_0x3fe3bc))return!0x0;}}function bt(_0x8a9eda){return _0x8a9eda[_0x1f8f('0xc5')][_0x1f8f('0x61')]==_0x8a9eda[_0x1f8f('0x95')][_0x1f8f('0x137')]&&_0x8a9eda[_0x1f8f('0xc5')][_0x1f8f('0x116')];}function St(_0x31ebc7,_0x29ec38,_0x518ae4,_0x305709){const _0x231cbe=_0x42171a=>!_0x42171a[_0x1f8f('0xd4')]['is']('textProxy')&&!_0x305709[_0x1f8f('0x1b')](_0x42171a[_0x1f8f('0xd4')]),_0x30eb30=_0x31ebc7['start'][_0x1f8f('0x48')](_0x231cbe),_0x162ea0=_0x31ebc7['end'][_0x1f8f('0x48')](_0x231cbe,{'direction':_0x1f8f('0xad')});return(!_0x31ebc7[_0x1f8f('0x95')][_0x1f8f('0x7d')](_0x30eb30)||!_0x31ebc7[_0x1f8f('0xc5')]['isEqual'](_0x162ea0))&&(_0x30eb30[_0x1f8f('0x84')](_0x162ea0)?_0x518ae4['updateMarker'](_0x29ec38,{'range':_0x518ae4['createRange'](_0x30eb30,_0x162ea0)}):_0x518ae4[_0x1f8f('0x4a')](_0x29ec38),!0x0);}function It(_0x319f92){return _0x5e1503(_0x319f92);}function vt(_0x401b15){const _0x10f897=_0x401b15[_0x1f8f('0x95')][_0x1f8f('0x137')];return _0x10f897&&_0x10f897['is'](_0x1f8f('0x6c'));}function At(_0x47dcde,_0x5b6862){const _0x4da93d=_0x5b6862[_0x1f8f('0xd8')][_0x1f8f('0x1b')](_0x47dcde)||_0x5b6862[_0x1f8f('0xd8')]['isSelectable'](_0x47dcde);return _0x5b6862[_0x1f8f('0x68')](_0x5b6862['createPositionAt'](_0x47dcde,_0x1f8f('0xab')),_0x4da93d?_0x5b6862['createPositionAfter'](_0x47dcde):_0x5b6862['createPositionAt'](_0x47dcde,_0x1f8f('0xc5')));}function Dt(_0xe20413,_0x4adf61,_0x16ea22,_0x36fc0a,_0x3dc8eb){if(_0x16ea22[_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x36fc0a[_0x1f8f('0x95')]))return!0x0;if(_0xe20413[_0x1f8f('0x136')]!=_0x4adf61[_0x1f8f('0x136')])return!0x1;if(!_0x16ea22[_0x1f8f('0xc5')][_0x1f8f('0xe8')](_0x36fc0a[_0x1f8f('0x95')]))return!0x1;const _0x41d498=_0x3dc8eb['createRange'](_0x16ea22[_0x1f8f('0xc5')],_0x36fc0a[_0x1f8f('0x95')])[_0x1f8f('0x2d')]();for(const _0x3a5bbf of _0x41d498)if([_0x1f8f('0x124'),_0x1f8f('0x10b')]['includes'](_0x3a5bbf[_0x1f8f('0x136')])&&_0x3dc8eb[_0x1f8f('0xd8')][_0x1f8f('0x5b')](_0x3a5bbf[_0x1f8f('0xd4')]))return!0x1;return!0x0;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1cda=['Discard\x20all\x20suggestions','execute','getSuggestion','button','PENDING_ACTION_SUGGESTION','separator','arrowView','comments.maxCommentCharsWhenCollapsed','listenTo','clear','_initializeController','commands','isMultiRange','locale','getFirstMarker','PendingActions','set','isDirty','filter','lowest','type','_disableComments','stopListening','suggestionUnloaded','getByInnerView','add','createAnnotation','map','acceptAllSuggestions','toMany','TrackChangesEditing','TrackChangesUI','trackChanges.disableComments','unbind','cancel','getRanges','refreshSelectedViews','getDescriptions','discardSelectedSuggestions','focus','values','model','editor','keys','Track\x20changes','_viewToController','CommentsRepository','createAnnotationView','getContainedElement','config','toViewElement','change:activeAnnotations','_debouncedHandlers','acceptSelectedSuggestions','acceptButton','init','bind','getMarkerNames','previous','define','EditorAnnotations','plugins','suggestion-','getAllAdjacentSuggestions','trackChanges','suggestionChanged','view','_createUIButton','addComment','push','get','getJoined','createCommentThreadController','_suggestionToController','discardButton','editing','remove','SuggestionThreadView','from','CommentView','discardSuggestion','componentFactory','source','requires','buttonView','switchbutton','reduce','_updateController','destroy','commandName','descriptionParts','actionView','Accept\x20all\x20suggestions','Annotations','_descriptionFactory','isEnabled','innerView','length','comments.editorConfig','Discard\x20all\x20selected\x20suggestions','isOn','delete','isInContent','pluginName','_destroyController','discardAllSuggestions','comments.maxCommentsWhenCollapsed','getFirstRange','comments.maxThreadTotalWeight','head','change:previous'];(function(_0x195f14,_0x1cdaf7){const _0x4f2108=function(_0x587223){while(--_0x587223){_0x195f14['push'](_0x195f14['shift']());}};_0x4f2108(++_0x1cdaf7);}(_0x1cda,0xce));const _0x4f21=function(_0x195f14,_0x1cdaf7){_0x195f14=_0x195f14-0x0;let _0x4f2108=_0x1cda[_0x195f14];return _0x4f2108;};import{Plugin as _0x1a8d12}from'ckeditor5/src/core';import{Collection as _0x1a6054}from'ckeditor5/src/utils';import{Model as _0x323087,SplitButtonView as _0x47c7ec,createDropdown as _0x446e91,addListToDropdown as _0x18a524}from'ckeditor5/src/ui';import{Users as _0x26d887,getDateTimeFormatter as _0x15a49d,getMarkerDomElement as _0x449d58}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x5c3d0e}from'lodash-es';import _0x52e981 from'./trackchangesediting';import _0x308914 from'./ui/suggestioncontroller';import _0x23cf01 from'./ui/view/suggestionthreadview';import{getTranslation as _0x100ecd}from'./utils/common-translations';import _0x12f5bc from'../theme/icons/track-changes.svg';export default class m extends _0x1a8d12{static get[_0x4f21('0x63')](){return[_0x52e981,_0x26d887,_0x4f21('0x3e'),_0x4f21('0x6d'),_0x4f21('0x4c')];}static get[_0x4f21('0x8')](){return _0x4f21('0x2f');}constructor(_0xa5c55a){super(_0xa5c55a),this[_0x4f21('0x59')]=new Map(),this[_0x4f21('0x3d')]=new Map(),this[_0x4f21('0x44')]=new Map();const _0x2acd3a=this[_0x4f21('0x3a')][_0x4f21('0x41')];_0x2acd3a['define']('trackChanges.SuggestionThreadView',_0x23cf01),_0x2acd3a[_0x4f21('0x4b')](_0x4f21('0x30'),!0x1),this[_0x4f21('0x25')]=_0x2acd3a['get']('trackChanges.disableComments');}[_0x4f21('0x47')](){const _0x363f19=this[_0x4f21('0x3a')],_0x32821a=_0x363f19[_0x4f21('0x4d')][_0x4f21('0x56')](_0x52e981),_0x5cd531=_0x363f19[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x6d')),_0x13f299=_0x363f19['plugins']['get']('EditorAnnotations'),_0x482e69=_0x363f19[_0x4f21('0x4d')]['get']('CommentsRepository');_0x363f19['ui'][_0x4f21('0x61')][_0x4f21('0x29')](_0x4f21('0x50'),_0x4ae790=>this[_0x4f21('0x53')](_0x4ae790)),_0x13f299['addSourceCollector'](()=>{const _0x17f356=[];for(const [_0x3ab0f0,_0x51f4f2]of Array[_0x4f21('0x5e')](this[_0x4f21('0x59')])){const _0x4e45a2=_0x3ab0f0[_0x4f21('0x4f')](),_0x53d915=[];for(const _0x287b89 of _0x4e45a2){if(!_0x287b89[_0x4f21('0x7')])continue;if(_0x287b89[_0x4f21('0x1c')]){_0x53d915['push'](..._0x287b89[_0x4f21('0x33')]());continue;}const _0x10e9f2=_0x287b89[_0x4f21('0xc')]();if(_0x53d915[_0x4f21('0x2')]>0x0){const _0x23e10c=_0x53d915[0x0][_0x4f21('0x57')](_0x10e9f2);if(_0x23e10c){_0x53d915[0x0]=_0x23e10c;continue;}}_0x53d915[_0x4f21('0x55')](_0x10e9f2);}_0x17f356[_0x4f21('0x55')]([_0x51f4f2[_0x4f21('0x52')],_0x53d915]);}return _0x17f356;}),this['listenTo'](_0x32821a,'suggestionLoaded',(_0x69bd49,_0x12d567)=>{let _0x1d54e9=!0x1;const _0x4d08a9=_0x5c3d0e(_0x59359e=>{_0x1d54e9||_0x59359e?_0x1d54e9&&_0x59359e&&(this[_0x4f21('0x9')](_0x12d567),_0x13f299[_0x4f21('0x34')](),_0x1d54e9=!0x1):(this[_0x4f21('0x1a')](_0x12d567),_0x13f299[_0x4f21('0x34')](),_0x1d54e9=!0x0);},0xa);this['_debouncedHandlers'][_0x4f21('0x20')](_0x12d567,_0x4d08a9),this[_0x4f21('0x18')](_0x12d567,_0x4f21('0xf'),(_0x947580,_0x602dd9,_0x5bf03c,_0x4db7d3)=>{_0x12d567[_0x4f21('0x7')]&&(null==_0x5bf03c?(this[_0x4f21('0x67')](_0x4db7d3[_0x4f21('0xe')]),_0x4d08a9(!0x1)):(this[_0x4f21('0x67')](_0x5bf03c[_0x4f21('0xe')]),_0x4d08a9(!0x0)));}),null===_0x12d567[_0x4f21('0x4a')]?_0x4d08a9(!0x1):this[_0x4f21('0x67')](_0x12d567[_0x4f21('0xe')]);}),this['listenTo'](_0x32821a,_0x4f21('0x27'),(_0x5b2f23,_0x2cf19d,_0x46b785)=>{this[_0x4f21('0x26')](_0x2cf19d,_0x4f21('0xf')),this[_0x4f21('0x44')][_0x4f21('0x56')](_0x2cf19d)[_0x4f21('0x32')](),this['_debouncedHandlers'][_0x4f21('0x6')](_0x2cf19d);const _0x37105d=_0x46b785?_0x46b785[_0x4f21('0xe')]:_0x2cf19d,_0x902e1a=this[_0x4f21('0x59')][_0x4f21('0x56')](_0x37105d);null!==_0x46b785&&this[_0x4f21('0x67')](_0x37105d),null===_0x46b785&&_0x902e1a&&this['_destroyController'](_0x2cf19d);}),this['listenTo'](_0x32821a,_0x4f21('0x51'),(_0x7812c,_0x10ca56)=>{this[_0x4f21('0x67')](_0x10ca56);}),this[_0x4f21('0x18')](_0x5cd531,_0x4f21('0x43'),(_0x3e1685,_0x2abea7,_0x25f1c7)=>{const _0x3bf741=Array['from'](_0x25f1c7,_0x399b8c=>_0x399b8c[_0x4f21('0x1')])[_0x4f21('0x22')](_0x467bef=>this[_0x4f21('0x3d')]['has'](_0x467bef)),_0x4a8d99=[];for(const _0x157152 of _0x3bf741){const _0x18ef33=this[_0x4f21('0x3d')][_0x4f21('0x56')](_0x157152)[_0x4f21('0x39')]['getAllAdjacentSuggestions']();_0x4a8d99['push'](..._0x18ef33[_0x4f21('0x66')]((_0x5f2c1c,_0x471377)=>[..._0x5f2c1c,..._0x471377[_0x4f21('0x49')]()],[]));}_0x32821a['activeMarkers']=_0x4a8d99;}),this[_0x4f21('0x18')](_0x482e69,_0x4f21('0x54'),(_0xd6f06d,{threadId:_0x1efe83,isFromAdapter:_0x532d70})=>{if(_0x532d70||!_0x32821a['hasSuggestion'](_0x1efe83))return;const _0x3c76ed=_0x32821a[_0x4f21('0x12')](_0x1efe83);this[_0x4f21('0x59')][_0x4f21('0x56')](_0x3c76ed)[_0x4f21('0x52')][_0x4f21('0x37')]();},{'priority':_0x4f21('0x23')});}[_0x4f21('0x53')](_0x2d7434){const _0x333435=_0x446e91(_0x2d7434,_0x47c7ec),_0x4a35ee=this[_0x4f21('0x3a')][_0x4f21('0x1b')][_0x4f21('0x56')](_0x4f21('0x50')),_0x1df064=_0x100ecd(_0x2d7434,_0x4f21('0x3c'));_0x333435[_0x4f21('0x64')][_0x4f21('0x20')]({'tooltip':_0x1df064,'label':_0x1df064,'icon':_0x12f5bc}),_0x333435['buttonView'][_0x4f21('0x48')](_0x4f21('0x5'))['to'](_0x4a35ee,'value'),_0x333435[_0x4f21('0x64')]['on']('execute',()=>{_0x4a35ee[_0x4f21('0x11')](),this['editor'][_0x4f21('0x5b')][_0x4f21('0x52')][_0x4f21('0x37')]();});const _0x3874d6=new _0x1a6054(),_0x514440=[{'type':_0x4f21('0x65'),'model':{'withText':!0x0,'label':_0x1df064,'commandName':'trackChanges'}},{'type':_0x4f21('0x15')},{'type':_0x4f21('0x13'),'model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x6c')),'commandName':_0x4f21('0x2c')}},{'type':'button','model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,'Accept\x20all\x20selected\x20suggestions'),'commandName':_0x4f21('0x45')}},{'type':'button','model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x10')),'commandName':_0x4f21('0xa')}},{'type':_0x4f21('0x13'),'model':{'withText':!0x0,'label':_0x100ecd(_0x2d7434,_0x4f21('0x4')),'commandName':_0x4f21('0x36')}}];for(const _0xe1be41 of _0x514440){const _0x2439aa={'type':_0xe1be41[_0x4f21('0x24')]};if(_0xe1be41[_0x4f21('0x39')]){const _0x5ce909=new _0x323087(_0xe1be41[_0x4f21('0x39')]),_0x583ab4=this[_0x4f21('0x3a')][_0x4f21('0x1b')][_0x4f21('0x56')](_0x5ce909['commandName']);_0x5ce909[_0x4f21('0x48')](_0x4f21('0x5'),_0x4f21('0x0'))['to'](_0x583ab4,'value',_0x4f21('0x0')),_0x2439aa[_0x4f21('0x39')]=_0x5ce909;}_0x3874d6[_0x4f21('0x29')](_0x2439aa);}_0x18a524(_0x333435,_0x3874d6);const _0x177297=_0x514440['filter'](_0x113ddb=>null!=_0x113ddb[_0x4f21('0x39')])[_0x4f21('0x2b')](_0x238e9e=>this['editor'][_0x4f21('0x1b')]['get'](_0x238e9e[_0x4f21('0x39')][_0x4f21('0x69')]));return _0x333435['buttonView'][_0x4f21('0x6b')][_0x4f21('0x31')](_0x4f21('0x0')),_0x333435['buttonView'][_0x4f21('0x16')][_0x4f21('0x31')](_0x4f21('0x0')),_0x333435[_0x4f21('0x64')][_0x4f21('0x6b')][_0x4f21('0x48')]('isEnabled')['to'](_0x4a35ee,_0x4f21('0x0')),_0x333435[_0x4f21('0x64')][_0x4f21('0x16')][_0x4f21('0x48')](_0x4f21('0x0'))[_0x4f21('0x2d')](_0x177297,_0x4f21('0x0'),(..._0x57a41a)=>_0x57a41a['some'](_0x3431fd=>_0x3431fd)),_0x333435['on'](_0x4f21('0x11'),_0x52c66=>{this[_0x4f21('0x3a')][_0x4f21('0x11')](_0x52c66[_0x4f21('0x62')][_0x4f21('0x69')]),this['editor'][_0x4f21('0x5b')][_0x4f21('0x52')]['focus']();}),_0x333435;}[_0x4f21('0x1a')](_0x4dd316){const _0x9aab22=this['editor'],_0x545a7b=_0x9aab22[_0x4f21('0x41')],_0x402a92=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x6d')),_0x424991=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')]('CommentsRepository'),_0x1eb37f=_0x4dd316[_0x4f21('0x4f')]()['filter'](_0x4de96c=>_0x4de96c[_0x4f21('0x7')]),_0x505a29=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x26d887)['me'],_0x36624b=_0x9aab22[_0x4f21('0x1b')][_0x4f21('0x56')]('acceptSuggestion'),_0x297d6e=_0x9aab22[_0x4f21('0x1b')][_0x4f21('0x56')](_0x4f21('0x60')),_0x14d325=_0x545a7b[_0x4f21('0x56')](_0x4f21('0x50'))[_0x4f21('0x5d')],{CommentsListView:_0x1785cd,CommentThreadInputView:_0x3fb926}=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')]('CommentsUI'),_0x188006=new _0x14d325(_0x9aab22[_0x4f21('0x1d')],_0x4dd316,_0x505a29,{'disableComments':this[_0x4f21('0x25')],'editorConfig':_0x545a7b[_0x4f21('0x56')](_0x4f21('0x3')),'maxCommentsWhenCollapsed':_0x545a7b[_0x4f21('0x56')](_0x4f21('0xb')),'maxThreadTotalWeight':_0x545a7b[_0x4f21('0x56')](_0x4f21('0xd')),'maxCommentCharsWhenCollapsed':_0x545a7b[_0x4f21('0x56')](_0x4f21('0x17')),'formatDateTime':_0x15a49d(_0x545a7b[_0x4f21('0x56')](_0x4f21('0x1d'))),'CommentView':_0x545a7b[_0x4f21('0x56')]('comments')[_0x4f21('0x5f')],'CommentsListView':_0x1785cd,'CommentThreadInputView':_0x3fb926}),_0x2853be=_0x424991[_0x4f21('0x58')](_0x4dd316['commentThread'],_0x188006),_0x15368d=new _0x308914(_0x4dd316,_0x188006,_0x36624b,_0x297d6e,_0x2853be);_0x188006[_0x4f21('0x6a')]=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x2e'))[_0x4f21('0x6e')][_0x4f21('0x35')](_0x1eb37f),this[_0x4f21('0x59')][_0x4f21('0x20')](_0x4dd316,_0x15368d),this[_0x4f21('0x3d')][_0x4f21('0x20')](_0x188006,_0x15368d);const _0x4a3eb1=_0x402a92[_0x4f21('0x3f')](this[_0x4f21('0x3a')][_0x4f21('0x1d')],_0x188006);_0x4a3eb1[_0x4f21('0x48')](_0x4f21('0x21'))['to'](_0x188006,_0x4f21('0x21')),_0x4a3eb1[_0x4f21('0x48')](_0x4f21('0x2'))['to'](_0x188006),_0x4a3eb1[_0x4f21('0x48')]('type')['to'](_0x188006,_0x4f21('0x24'),_0x4e432f=>_0x4f21('0x4e')+_0x4e432f);const _0x28e19b=_0x402a92[_0x4f21('0x2a')]({'view':_0x4a3eb1,'target':()=>{const _0x5b9b66=_0x1eb37f[0x0][_0x4f21('0x1e')]();if(!_0x5b9b66)return null;const _0x43b584=_0x5b9b66['getRange']()[_0x4f21('0x40')]();return _0x43b584&&!_0x9aab22[_0x4f21('0x5b')]['mapper'][_0x4f21('0x42')](_0x43b584)?null:_0x449d58(_0x9aab22[_0x4f21('0x5b')],_0x5b9b66)||null;},'type':()=>_0x4f21('0x4e')+_0x15368d[_0x4f21('0x52')]['type']});_0x402a92['add'](_0x28e19b);const _0x54a4dc=_0x9aab22[_0x4f21('0x4d')][_0x4f21('0x56')](_0x4f21('0x1f'));let _0x1874f;_0x188006['on']('change:isDirty',(_0xe59742,_0x4edcc4,_0x35efa9)=>{_0x35efa9?_0x1874f=_0x54a4dc[_0x4f21('0x29')](_0x100ecd(this[_0x4f21('0x3a')]['locale'],_0x4f21('0x14'))):(_0x54a4dc[_0x4f21('0x5c')](_0x1874f),_0x1874f=null);}),_0x188006[_0x4f21('0x46')]['on'](_0x4f21('0x11'),()=>{_0x9aab22[_0x4f21('0x5b')][_0x4f21('0x52')]['focus']();}),_0x188006[_0x4f21('0x5a')]['on'](_0x4f21('0x11'),()=>{_0x9aab22[_0x4f21('0x5b')][_0x4f21('0x52')][_0x4f21('0x37')]();});}[_0x4f21('0x9')](_0x4cb920){const _0x6c87a8=this[_0x4f21('0x3a')]['plugins']['get'](_0x4f21('0x6d')),_0x152ed3=this[_0x4f21('0x59')][_0x4f21('0x56')](_0x4cb920),_0x29a3c2=_0x152ed3[_0x4f21('0x52')],_0x3698ee=_0x6c87a8[_0x4f21('0x28')](_0x29a3c2);_0x3698ee&&_0x6c87a8[_0x4f21('0x5c')](_0x3698ee),this[_0x4f21('0x59')][_0x4f21('0x6')](_0x4cb920),this[_0x4f21('0x3d')][_0x4f21('0x6')](_0x29a3c2),_0x152ed3[_0x4f21('0x68')](),_0x29a3c2[_0x4f21('0x68')]();}[_0x4f21('0x67')](_0x2526bc){if(!_0x2526bc[_0x4f21('0x7')]||!this[_0x4f21('0x59')]['has'](_0x2526bc))return;const _0x4ed9d9=this['editor']['plugins']['get'](_0x4f21('0x2e')),_0x59f68d=this['_suggestionToController'][_0x4f21('0x56')](_0x2526bc),_0x1311b6=_0x2526bc[_0x4f21('0x4f')]();_0x59f68d[_0x4f21('0x52')][_0x4f21('0x6a')]=_0x4ed9d9[_0x4f21('0x6e')]['getDescriptions'](_0x1311b6);}['destroy'](){super[_0x4f21('0x68')]();for(const _0x2ec85a of this[_0x4f21('0x59')][_0x4f21('0x3b')]())this[_0x4f21('0x9')](_0x2ec85a);for(const _0x314679 of this['_debouncedHandlers'][_0x4f21('0x38')]())_0x314679[_0x4f21('0x32')]();this[_0x4f21('0x44')][_0x4f21('0x19')]();}}
|
|
23
|
+
const _0x585a=['change:activeAnnotations','add','discardAllSuggestions','length','getContainedElement','componentFactory','comments','acceptSelectedSuggestions','commands','getAllAdjacentSuggestions','_descriptionFactory','Discard\x20all\x20suggestions','config','type','remove','commentThread','has','suggestionChanged','CommentsRepository','_viewToController','toMany','trackChanges.SuggestionThreadView','delete','unbind','push','SuggestionThreadView','_updateController','_disableComments','head','_handleControllerBuffer','isOn','buttonView','clear','getRange','addSourceCollector','Accept\x20all\x20selected\x20suggestions','Discard\x20all\x20selected\x20suggestions','bind','isDirty','_createUIButton','stopListening','filter','editor','descriptionParts','comments.maxCommentsWhenCollapsed','change:previous','execute','get','source','TrackChangesEditing','trackChanges.disableComments','suggestionLoaded','actionView','_handleSuggestionControllerDelayed','listenTo','isMultiRange','TrackChangesUI','some','requires','_destroyController','getDescriptions','acceptButton','locale','mapper','previous','EditorAnnotations','size','focus','PENDING_ACTION_SUGGESTION','button','suggestion-','view','activeMarkers','define','refreshSelectedViews','trackChanges','_suggestionToController','commandName','comments.maxThreadTotalWeight','PendingActions','model','keys','getFirstRange','switchbutton','getFirstMarker','discardSuggestion','acceptSuggestion','lowest','arrowView','pluginName','value','CommentsUI','change:isDirty','editing','isInContent','createAnnotation','plugins','toViewElement','createAnnotationView','isEnabled','set','map','Annotations','destroy','_initializeController'];(function(_0x36afd2,_0x585a9b){const _0x507aa8=function(_0x5a2d72){while(--_0x5a2d72){_0x36afd2['push'](_0x36afd2['shift']());}};_0x507aa8(++_0x585a9b);}(_0x585a,0x149));const _0x507a=function(_0x36afd2,_0x585a9b){_0x36afd2=_0x36afd2-0x0;let _0x507aa8=_0x585a[_0x36afd2];return _0x507aa8;};import{Plugin as _0x31946a}from'ckeditor5/src/core';import{Collection as _0x598a1f}from'ckeditor5/src/utils';import{Model as _0x46dadc,SplitButtonView as _0x43af35,createDropdown as _0xd5e7d2,addListToDropdown as _0x146751}from'ckeditor5/src/ui';import{Users as _0x5b158c,getDateTimeFormatter as _0x5204be,getMarkerDomElement as _0x3ece70}from'ckeditor5-collaboration/src/collaboration-core';import _0x1ac273 from'./trackchangesediting';import _0x2f365b from'./ui/suggestioncontroller';import _0x4e9069 from'./ui/view/suggestionthreadview';import{getTranslation as _0x217c13}from'./utils/common-translations';import _0x5efbef from'../theme/icons/track-changes.svg';export default class m extends _0x31946a{static get[_0x507a('0x2c')](){return[_0x1ac273,_0x5b158c,_0x507a('0x4'),'Annotations','EditorAnnotations'];}static get[_0x507a('0x4b')](){return _0x507a('0x2a');}constructor(_0xb520c){super(_0xb520c),this[_0x507a('0x3e')]=new Map(),this[_0x507a('0x5')]=new Map(),this[_0x507a('0xf')]=new Map();const _0x2582aa=this[_0x507a('0x1c')][_0x507a('0x67')];_0x2582aa['define'](_0x507a('0x7'),_0x4e9069),_0x2582aa[_0x507a('0x3b')]('trackChanges.disableComments',!0x1),this[_0x507a('0xd')]=_0x2582aa[_0x507a('0x21')](_0x507a('0x24'));}[_0x507a('0x27')](_0xef9400,_0x190940){0x0===this[_0x507a('0xf')][_0x507a('0x34')]&&setTimeout(()=>{for(const [_0x5948ee,_0x269527]of this['_handleControllerBuffer']){const _0xa646b1=this[_0x507a('0x3e')][_0x507a('0x2')](_0x5948ee);_0xa646b1||_0x269527?_0xa646b1&&_0x269527&&this[_0x507a('0x2d')](_0x5948ee):this[_0x507a('0x5a')](_0x5948ee);}this[_0x507a('0x1c')][_0x507a('0x52')][_0x507a('0x21')]('EditorAnnotations')[_0x507a('0x3c')](),this[_0x507a('0xf')][_0x507a('0x12')]();},0xa),this[_0x507a('0xf')]['set'](_0xef9400,_0x190940);}['init'](){const _0xb9c2f8=this[_0x507a('0x1c')],_0x592b9d=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x1ac273),_0x378b6d=_0xb9c2f8[_0x507a('0x52')]['get']('Annotations'),_0x3d994b=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x33')),_0xd1a15f=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x4'));_0xb9c2f8['ui'][_0x507a('0x60')]['add']('trackChanges',_0x4ee3da=>this['_createUIButton'](_0x4ee3da)),_0x3d994b[_0x507a('0x14')](()=>{const _0x45c4d3=[];for(const [_0x43f785,_0x1877bc]of Array['from'](this[_0x507a('0x3e')])){const _0x53a6d1=_0x43f785[_0x507a('0x64')](),_0x4b0477=[];for(const _0x46f46b of _0x53a6d1){if(!_0x46f46b[_0x507a('0x50')])continue;if(_0x46f46b[_0x507a('0x29')]){_0x4b0477[_0x507a('0xa')](..._0x46f46b['getRanges']());continue;}const _0x445f4a=_0x46f46b[_0x507a('0x44')]();if(_0x4b0477[_0x507a('0x5e')]>0x0){const _0x3dbf96=_0x4b0477[0x0]['getJoined'](_0x445f4a);if(_0x3dbf96){_0x4b0477[0x0]=_0x3dbf96;continue;}}_0x4b0477[_0x507a('0xa')](_0x445f4a);}_0x45c4d3[_0x507a('0xa')]([_0x1877bc['view'],_0x4b0477]);}return _0x45c4d3;}),this['listenTo'](_0x592b9d,_0x507a('0x25'),(_0x555512,_0x8d97ef)=>{this['listenTo'](_0x8d97ef,_0x507a('0x1f'),(_0x3bce4e,_0x31a537,_0x1c9a07,_0x3be43b)=>{_0x8d97ef[_0x507a('0x50')]&&(null==_0x1c9a07?(this['_updateController'](_0x3be43b[_0x507a('0xe')]),this['_handleSuggestionControllerDelayed'](_0x8d97ef,!0x1)):(this[_0x507a('0xc')](_0x1c9a07[_0x507a('0xe')]),this['_handleSuggestionControllerDelayed'](_0x8d97ef,!0x0)));}),null===_0x8d97ef[_0x507a('0x32')]?this[_0x507a('0x27')](_0x8d97ef,!0x1):this[_0x507a('0xc')](_0x8d97ef[_0x507a('0xe')]);}),this[_0x507a('0x28')](_0x592b9d,'suggestionUnloaded',(_0x48d10e,_0x12206a,_0x1973b1)=>{this[_0x507a('0x1a')](_0x12206a,_0x507a('0x1f')),this['_handleControllerBuffer'][_0x507a('0x8')](_0x12206a);const _0x12855f=_0x1973b1?_0x1973b1[_0x507a('0xe')]:_0x12206a,_0x34ff69=this['_suggestionToController'][_0x507a('0x21')](_0x12855f);null!==_0x1973b1&&this['_updateController'](_0x12855f),null===_0x1973b1&&_0x34ff69&&this[_0x507a('0x2d')](_0x12206a);}),this[_0x507a('0x28')](_0x592b9d,_0x507a('0x3'),(_0x364a09,_0x2f83ca)=>{this[_0x507a('0xc')](_0x2f83ca);}),this['listenTo'](_0x378b6d,_0x507a('0x5b'),(_0x1b64ec,_0x246776,_0x1c6c07)=>{const _0x46be99=Array['from'](_0x1c6c07,_0x1a5417=>_0x1a5417['innerView'])[_0x507a('0x1b')](_0x2993de=>this[_0x507a('0x5')]['has'](_0x2993de)),_0x32fa72=[];for(const _0x355e3b of _0x46be99){const _0x41ce87=this['_viewToController'][_0x507a('0x21')](_0x355e3b)[_0x507a('0x42')][_0x507a('0x64')]();_0x32fa72[_0x507a('0xa')](..._0x41ce87['reduce']((_0x27e480,_0x38d782)=>[..._0x27e480,..._0x38d782['getMarkerNames']()],[]));}_0x592b9d[_0x507a('0x3a')]=_0x32fa72;}),this['listenTo'](_0xd1a15f,'addComment',(_0x2757c2,{threadId:_0x3d0927,isFromAdapter:_0x340d25})=>{if(_0x340d25||!_0x592b9d['hasSuggestion'](_0x3d0927))return;const _0x3b6fc8=_0x592b9d['getSuggestion'](_0x3d0927);this[_0x507a('0x3e')][_0x507a('0x21')](_0x3b6fc8)[_0x507a('0x39')][_0x507a('0x35')]();},{'priority':_0x507a('0x49')});}[_0x507a('0x19')](_0x4abeeb){const _0x46dc58=_0xd5e7d2(_0x4abeeb,_0x43af35),_0x2a0c7f=this['editor'][_0x507a('0x63')][_0x507a('0x21')](_0x507a('0x3d')),_0xa4ce24=_0x217c13(_0x4abeeb,'Track\x20changes');_0x46dc58[_0x507a('0x11')][_0x507a('0x56')]({'tooltip':_0xa4ce24,'label':_0xa4ce24,'icon':_0x5efbef}),_0x46dc58[_0x507a('0x11')][_0x507a('0x17')](_0x507a('0x10'))['to'](_0x2a0c7f,_0x507a('0x4c')),_0x46dc58['buttonView']['on'](_0x507a('0x20'),()=>{_0x2a0c7f['execute'](),this[_0x507a('0x1c')][_0x507a('0x4f')][_0x507a('0x39')][_0x507a('0x35')]();});const _0xb4152=new _0x598a1f(),_0x5b0d18=[{'type':_0x507a('0x45'),'model':{'withText':!0x0,'label':_0xa4ce24,'commandName':_0x507a('0x3d')}},{'type':'separator'},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions'}},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x15')),'commandName':_0x507a('0x62')}},{'type':'button','model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x66')),'commandName':_0x507a('0x5d')}},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x16')),'commandName':'discardSelectedSuggestions'}}];for(const _0x290597 of _0x5b0d18){const _0xa3ca51={'type':_0x290597[_0x507a('0x68')]};if(_0x290597['model']){const _0x1e8d06=new _0x46dadc(_0x290597[_0x507a('0x42')]),_0x1b883a=this['editor'][_0x507a('0x63')]['get'](_0x1e8d06['commandName']);_0x1e8d06[_0x507a('0x17')](_0x507a('0x10'),'isEnabled')['to'](_0x1b883a,'value',_0x507a('0x55')),_0xa3ca51[_0x507a('0x42')]=_0x1e8d06;}_0xb4152[_0x507a('0x5c')](_0xa3ca51);}_0x146751(_0x46dc58,_0xb4152);const _0x25260c=_0x5b0d18[_0x507a('0x1b')](_0xab18b8=>null!=_0xab18b8[_0x507a('0x42')])[_0x507a('0x57')](_0x2f803e=>this['editor'][_0x507a('0x63')][_0x507a('0x21')](_0x2f803e['model'][_0x507a('0x3f')]));return _0x46dc58[_0x507a('0x11')][_0x507a('0x26')][_0x507a('0x9')](_0x507a('0x55')),_0x46dc58[_0x507a('0x11')][_0x507a('0x4a')][_0x507a('0x9')](_0x507a('0x55')),_0x46dc58[_0x507a('0x11')][_0x507a('0x26')][_0x507a('0x17')](_0x507a('0x55'))['to'](_0x2a0c7f,_0x507a('0x55')),_0x46dc58[_0x507a('0x11')]['arrowView'][_0x507a('0x17')](_0x507a('0x55'))[_0x507a('0x6')](_0x25260c,'isEnabled',(..._0x518462)=>_0x518462[_0x507a('0x2b')](_0x3a5fed=>_0x3a5fed)),_0x46dc58['on'](_0x507a('0x20'),_0xb73df9=>{this[_0x507a('0x1c')][_0x507a('0x20')](_0xb73df9[_0x507a('0x22')][_0x507a('0x3f')]),this['editor'][_0x507a('0x4f')][_0x507a('0x39')]['focus']();}),_0x46dc58;}[_0x507a('0x5a')](_0x3b9e5e){const _0x4552cc=this[_0x507a('0x1c')],_0x5dcf69=_0x4552cc[_0x507a('0x67')],_0x4041f1=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x58')),_0x109bf0=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x4')),_0x23d2ce=_0x4552cc[_0x507a('0x52')]['get'](_0x507a('0x33')),_0x48e02f=_0x3b9e5e['getAllAdjacentSuggestions']()[_0x507a('0x1b')](_0x23318a=>_0x23318a[_0x507a('0x50')]),_0x341052=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x5b158c)['me'],_0x25a0e6=_0x4552cc[_0x507a('0x63')]['get'](_0x507a('0x48')),_0x5882fe=_0x4552cc[_0x507a('0x63')][_0x507a('0x21')](_0x507a('0x47')),_0x4a3e9c=_0x5dcf69[_0x507a('0x21')](_0x507a('0x3d'))[_0x507a('0xb')],{CommentsListView:_0x31698d,CommentThreadInputView:_0x1b90f6}=_0x4552cc['plugins'][_0x507a('0x21')](_0x507a('0x4d')),_0x5b65da=new _0x4a3e9c(_0x4552cc['locale'],_0x3b9e5e,_0x341052,{'disableComments':this[_0x507a('0xd')],'editorConfig':_0x5dcf69['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5dcf69[_0x507a('0x21')](_0x507a('0x1e')),'maxThreadTotalWeight':_0x5dcf69['get'](_0x507a('0x40')),'maxCommentCharsWhenCollapsed':_0x5dcf69[_0x507a('0x21')]('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5204be(_0x5dcf69[_0x507a('0x21')](_0x507a('0x30'))),'CommentView':_0x5dcf69[_0x507a('0x21')](_0x507a('0x61'))['CommentView'],'CommentsListView':_0x31698d,'CommentThreadInputView':_0x1b90f6}),_0x2c16ec=_0x109bf0['createCommentThreadController'](_0x3b9e5e[_0x507a('0x1')],_0x5b65da),_0x2c8a29=new _0x2f365b(_0x3b9e5e,_0x5b65da,_0x25a0e6,_0x5882fe,_0x2c16ec);_0x5b65da[_0x507a('0x1d')]=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x23'))[_0x507a('0x65')]['getDescriptions'](_0x48e02f),this[_0x507a('0x3e')][_0x507a('0x56')](_0x3b9e5e,_0x2c8a29),this['_viewToController']['set'](_0x5b65da,_0x2c8a29);const _0x50f187=_0x4041f1[_0x507a('0x54')](this['editor'][_0x507a('0x30')],_0x5b65da);_0x50f187['bind'](_0x507a('0x18'))['to'](_0x5b65da,'isDirty'),_0x50f187[_0x507a('0x17')]('length')['to'](_0x5b65da),_0x50f187[_0x507a('0x17')](_0x507a('0x68'))['to'](_0x5b65da,'type',_0x1f06ad=>'suggestion-'+_0x1f06ad);const _0x110a2=_0x4041f1[_0x507a('0x51')]({'view':_0x50f187,'target':()=>{const _0x24cb8a=_0x48e02f[0x0][_0x507a('0x46')]();if(!_0x24cb8a)return null;const _0x40c0be=_0x24cb8a[_0x507a('0x13')]()[_0x507a('0x5f')]();return _0x40c0be&&!_0x4552cc[_0x507a('0x4f')][_0x507a('0x31')][_0x507a('0x53')](_0x40c0be)?null:_0x3ece70(_0x4552cc[_0x507a('0x4f')],_0x24cb8a)||null;},'type':()=>_0x507a('0x38')+_0x2c8a29[_0x507a('0x39')]['type']});_0x4041f1[_0x507a('0x5c')](_0x110a2),_0x23d2ce['registerAnnotation'](_0x110a2);const _0x180257=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x41'));let _0x294712;_0x5b65da['on'](_0x507a('0x4e'),(_0x54f047,_0x15dccd,_0x2706fa)=>{_0x2706fa?_0x294712=_0x180257[_0x507a('0x5c')](_0x217c13(this['editor'][_0x507a('0x30')],_0x507a('0x36'))):(_0x180257[_0x507a('0x0')](_0x294712),_0x294712=null);}),_0x5b65da[_0x507a('0x2f')]['on'](_0x507a('0x20'),()=>{_0x4552cc[_0x507a('0x4f')][_0x507a('0x39')][_0x507a('0x35')]();}),_0x5b65da['discardButton']['on'](_0x507a('0x20'),()=>{_0x4552cc[_0x507a('0x4f')][_0x507a('0x39')]['focus']();});}[_0x507a('0x2d')](_0x3c319f){const _0x598c75=this['editor'][_0x507a('0x52')]['get'](_0x507a('0x58')),_0x24a72a=this[_0x507a('0x3e')][_0x507a('0x21')](_0x3c319f),_0x1d4fd6=_0x24a72a[_0x507a('0x39')],_0x22dce0=_0x598c75['getByInnerView'](_0x1d4fd6);_0x22dce0&&_0x598c75['remove'](_0x22dce0),this[_0x507a('0x3e')][_0x507a('0x8')](_0x3c319f),this['_viewToController'][_0x507a('0x8')](_0x1d4fd6),_0x24a72a['destroy'](),_0x1d4fd6['destroy']();}['_updateController'](_0x2fec44){if(!_0x2fec44[_0x507a('0x50')]||!this[_0x507a('0x3e')][_0x507a('0x2')](_0x2fec44))return;const _0x3c6c6b=this[_0x507a('0x1c')][_0x507a('0x52')][_0x507a('0x21')]('TrackChangesEditing'),_0x3cf7c7=this[_0x507a('0x3e')][_0x507a('0x21')](_0x2fec44),_0x5d2203=_0x2fec44['getAllAdjacentSuggestions']();_0x3cf7c7['view'][_0x507a('0x1d')]=_0x3c6c6b[_0x507a('0x65')][_0x507a('0x2e')](_0x5d2203);}[_0x507a('0x59')](){super[_0x507a('0x59')]();for(const _0x4d764b of this['_suggestionToController'][_0x507a('0x43')]())this['_destroyController'](_0x4d764b);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x407a=['stopListening','unbind','view','isEnabled','bind','commentThreadController','discardSuggestion','_discardCommand','model','_acceptCommand','execute','acceptSuggestion'];(function(_0x254433,_0x407a99){var _0x5877e6=function(_0x851127){while(--_0x851127){_0x254433['push'](_0x254433['shift']());}};_0x5877e6(++_0x407a99);}(_0x407a,0x100));var _0x5877=function(_0x254433,_0x407a99){_0x254433=_0x254433-0x0;var _0x5877e6=_0x407a[_0x254433];return _0x5877e6;};import{ObservableMixin as _0x2e3c0e,mix as _0x14cd13}from'ckeditor5/src/utils';export default class Wt{constructor(_0xd3c6ce,_0x212f8a,_0x53ae96,_0x14fc4b,_0x1634d9){this[_0x5877('0x4')]=_0xd3c6ce,this[_0x5877('0xa')]=_0x212f8a,this[_0x5877('0x1')]=_0x1634d9,this[_0x5877('0x5')]=_0x53ae96,this[_0x5877('0x3')]=_0x14fc4b,this[_0x5877('0xa')][_0x5877('0x0')](_0x5877('0xb'))['to'](this['_acceptCommand']),this['listenTo'](_0x212f8a,_0x5877('0x7'),()=>this[_0x5877('0x7')]()),this['listenTo'](_0x212f8a,'discardSuggestion',()=>this[_0x5877('0x2')]());}[_0x5877('0x7')](){this[_0x5877('0x5')][_0x5877('0x6')](this[_0x5877('0x4')]['id']);}[_0x5877('0x2')](){this['_discardCommand'][_0x5877('0x6')](this[_0x5877('0x4')]['id']);}['destroy'](){this[_0x5877('0xa')][_0x5877('0x9')](_0x5877('0xb')),this[_0x5877('0x8')](),this['commentThreadController']['destroy']();}}_0x14cd13(Wt,_0x2e3c0e);
|