@ckeditor/ckeditor5-track-changes 34.1.0 → 34.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.
Files changed (109) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/az.js +1 -1
  3. package/build/translations/cs.js +1 -1
  4. package/build/translations/da.js +1 -1
  5. package/build/translations/de.js +1 -1
  6. package/build/translations/el.js +1 -1
  7. package/build/translations/en-au.js +1 -1
  8. package/build/translations/es.js +1 -1
  9. package/build/translations/et.js +1 -1
  10. package/build/translations/fr.js +1 -1
  11. package/build/translations/gl.js +1 -1
  12. package/build/translations/hi.js +1 -1
  13. package/build/translations/hr.js +1 -1
  14. package/build/translations/id.js +1 -1
  15. package/build/translations/it.js +1 -1
  16. package/build/translations/lv.js +1 -0
  17. package/build/translations/nl.js +1 -1
  18. package/build/translations/pl.js +1 -1
  19. package/build/translations/pt-br.js +1 -1
  20. package/build/translations/sk.js +1 -1
  21. package/build/translations/sr-latn.js +1 -1
  22. package/build/translations/sr.js +1 -1
  23. package/build/translations/tk.js +1 -1
  24. package/build/translations/tr.js +1 -1
  25. package/build/translations/zh-cn.js +1 -1
  26. package/build/translations/zh.js +1 -1
  27. package/lang/contexts.json +2 -0
  28. package/lang/translations/az.po +10 -0
  29. package/lang/translations/cs.po +12 -0
  30. package/lang/translations/da.po +10 -0
  31. package/lang/translations/de.po +10 -0
  32. package/lang/translations/el.po +10 -0
  33. package/lang/translations/en-au.po +10 -0
  34. package/lang/translations/en.po +10 -0
  35. package/lang/translations/es.po +29 -1
  36. package/lang/translations/et.po +10 -0
  37. package/lang/translations/fr.po +29 -1
  38. package/lang/translations/gl.po +10 -0
  39. package/lang/translations/hi.po +10 -0
  40. package/lang/translations/hr.po +11 -0
  41. package/lang/translations/id.po +9 -0
  42. package/lang/translations/it.po +29 -1
  43. package/lang/translations/lv.po +415 -0
  44. package/lang/translations/nl.po +10 -0
  45. package/lang/translations/pl.po +12 -0
  46. package/lang/translations/pt-br.po +29 -1
  47. package/lang/translations/sk.po +12 -0
  48. package/lang/translations/sr-latn.po +11 -0
  49. package/lang/translations/sr.po +11 -0
  50. package/lang/translations/tk.po +10 -0
  51. package/lang/translations/tr.po +10 -0
  52. package/lang/translations/zh-cn.po +9 -0
  53. package/lang/translations/zh.po +9 -0
  54. package/package.json +3 -3
  55. package/src/commands/acceptallsuggestionscommand.js +1 -1
  56. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  57. package/src/commands/acceptsuggestioncommand.js +1 -1
  58. package/src/commands/discardallsuggestionscommand.js +1 -1
  59. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  60. package/src/commands/discardsuggestioncommand.js +1 -1
  61. package/src/commands/trackchangescommand.js +1 -1
  62. package/src/integrations/alignment.js +1 -1
  63. package/src/integrations/basicstyles.js +1 -1
  64. package/src/integrations/blockquote.js +1 -1
  65. package/src/integrations/ckbox.js +23 -0
  66. package/src/integrations/codeblock.js +1 -1
  67. package/src/integrations/comments.js +1 -1
  68. package/src/integrations/deletecommand.js +1 -1
  69. package/src/integrations/entercommand.js +1 -1
  70. package/src/integrations/font.js +1 -1
  71. package/src/integrations/heading.js +1 -1
  72. package/src/integrations/highlight.js +1 -1
  73. package/src/integrations/horizontalline.js +1 -1
  74. package/src/integrations/htmlembed.js +23 -0
  75. package/src/integrations/image.js +1 -1
  76. package/src/integrations/indent.js +1 -1
  77. package/src/integrations/inputcommand.js +1 -1
  78. package/src/integrations/link.js +1 -1
  79. package/src/integrations/list.js +1 -1
  80. package/src/integrations/mediaembed.js +1 -1
  81. package/src/integrations/mention.js +1 -1
  82. package/src/integrations/pagebreak.js +1 -1
  83. package/src/integrations/paragraph.js +1 -1
  84. package/src/integrations/removeformat.js +1 -1
  85. package/src/integrations/restrictededitingmode.js +1 -1
  86. package/src/integrations/shiftentercommand.js +1 -1
  87. package/src/integrations/standardeditingmode.js +1 -1
  88. package/src/integrations/table.js +1 -1
  89. package/src/integrations/tableclipboard.js +1 -1
  90. package/src/integrations/tableheadings.js +1 -1
  91. package/src/integrations/tablemergesplit.js +1 -1
  92. package/src/integrations/title.js +1 -1
  93. package/src/integrations/undo.js +1 -1
  94. package/src/integrations/utils.js +1 -1
  95. package/src/suggestion.js +1 -1
  96. package/src/suggestiondescriptionfactory.js +1 -1
  97. package/src/trackchanges.js +1 -1
  98. package/src/trackchangesdata.js +1 -1
  99. package/src/trackchangesediting.js +1 -1
  100. package/src/trackchangesui.js +1 -1
  101. package/src/ui/suggestioncontroller.js +1 -1
  102. package/src/ui/view/basesuggestionthreadview.js +1 -1
  103. package/src/ui/view/suggestionthreadview.js +1 -1
  104. package/src/utils/common-translations.js +1 -1
  105. package/src/utils/getrangesofblockgroups.js +23 -0
  106. package/src/utils/getselectedsuggestions.js +1 -1
  107. package/src/utils/hashobject.js +1 -1
  108. package/src/utils/normalizedescription.js +1 -1
  109. package/src/utils/sortsuggestions.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5ca0=['_updateSuggestionData','_joinWithAdjacentSuggestions','_addSuggestionMarker','insertContent','marker-count','getAllAdjacentSuggestions','formatBlock','isSelectable','fire','registerCustomCallback','hasComments','dataReady','isNextTo','execute','addSuggestion','editing','model','_joinSuggestions','getRanges','isObject','removeClass','data','filter','change:data','isLocal','notReady','addClass','originalSuggestionId','isCollapsed','markInlineFormat','getCustomProperty','skipNestingCheck','forceDefaultExecution','normal','stop','fetchCommentThread','detach','isInContent','elementToElement','isUndo','markDeletion','collaboration.channelId','_suggestionState','set','getWalker','toViewElement','splitPosition','newRange','containsRangeInObject','_createSuggestion','createPositionAt','listenTo','_setSuggestionRange','map','updateMarker','targetPosition','markBlockFormat','every','_defaultCallbacks','clear','deletion:discard','join','createdAt','_rangeIsInLocalUserInsertion','elementStart','suggestion:','isBefore','markers','getShiftedBy','createRangeIn','fromCharCode','ck-suggestion-marker','getUser','getSuggestion','some','getMultiRangeId','getSuggestionCallback','acceptSuggestion','commentThread','$graveyard','_suggestions','getNearestSelectionRange','add','schema','push','includes','track-changes-suggestion-data-mismatch','differ','return','pluginName','formatInline','reconvertMarker','formatBlock:chain','isInsideObject','markerReady','locale','removeAttribute','rootName','rejected','getAttribute','containsPosition','consumable','setSelection','values','_enabledCommands','formatInline:','elementEnd','containerElement','multi','formatBlock:','end','getFirstRange','createPositionBefore','config','formatInline:discard','removeComment','getIntersection','parent','deletion:join','track-changes-suggestion-not-found','suggestion','addHighlight','PENDING_ACTION_SUGGESTION','markMultiRangeInsertion','getFirstMarker','value','_registerDefaultCallbacks','insertion:accept','suggestionUnloaded','before','discard','for','remove','discardAllSuggestions','addMarkerName','selection','containsRange','isBlock','consume','_getSuggestionData','formatInline:join','requires','change:activeMarkers','nodeAfter','_model','plugins','conversion','size','_refreshSuggestionsChain','_editor','getAncestors','accept','getCommentThread','trackChanges','deletion','removeMarker','accepted','isIntersectingWithRange','element','CommentsRepository','createSelection','after','has','_cutOutSuggestionMarker','buildSuggestion','next','createPositionAfter','attributes','writer','low','isAfter','splice','item','addSuggestionData','addMarker:suggestion','hasSuggestion','insertion','ck-suggestion-marker-','deleteContent','insertion:','addMarker:suggestion:formatBlock','change:_saved','start','clone','suggestionChanged','_findSuggestions','fromRange','get','getChanges','textProxy','PendingActions','discardSelectedSuggestions','name','getSuggestions','then','getRange','type','lowest','commands','resolve','mapper','removeMarkers','Users','commandName','_setSuggestionData','_adapter','$marker','getDifference','range','insertion:chain','high','track-changes-adapter-already-set','rethrowUnexpectedError','chain','enableCommand','head','track-changes-command-not-found','unbind','suggestionLoaded','_customCallbacks','editingDowncast','howMany','TrackChangesEditing','isLimit','document','batch','insert','multipleBlocks','formatGroupId','deletion:accept','author','addMarker','length','isEqual','trackChangesCommand','_isForcedDefaultExecutionBlock','isDocumentOperation','_removeSuggestion','previous','track-changes-user-not-found','ready','nodeBefore','removed','markMultiRangeDeletion','_addThreadToSuggestion','formatBlock:join','root','addComment','position','removeMarker:suggestion:formatBlock','getItems','acceptSelectedSuggestions','upcast','markerToData','track-changes-adapter-missing-getsuggestion','_suggestionFactory','deletion:','_saved','adapter','init','enableReadOnlyMode','sort','markInsertion','subType','bindElementToMarker','activeMarkers','open','_checkSuggestionCorrectness','registerPostFixer','options','split','_commentsRepository','_breakSuggestionMarker','ck-suggestion-marker--active','createRange','isMultiRange','acceptAllSuggestions','markerToHighlight','updateSuggestion','addRange','markerName','isOwn','showSuggestionHighlights','getChangedMarkers','dataDowncast','from','oldRange','moveTargetPosition','backward','_handleNewSuggestionMarker','editor','change','isAtEnd','getLastMatchingPosition','deletion:chain','dataToMarker','formatBlock:discard','toJSON','_splitMarkerName'];(function(_0x180524,_0x5ca07d){const _0x6ec6bf=function(_0x18354e){while(--_0x18354e){_0x180524['push'](_0x180524['shift']());}};_0x6ec6bf(++_0x5ca07d);}(_0x5ca0,0xc8));const _0x6ec6=function(_0x180524,_0x5ca07d){_0x180524=_0x180524-0x0;let _0x6ec6bf=_0x5ca0[_0x180524];return _0x6ec6bf;};import{Plugin as _0x11b456,PendingActions as _0x19eaa9}from'ckeditor5/src/core';import{LiveRange as _0x341c07}from'ckeditor5/src/engine';import{CKEditorError as _0x251ff9,uid as _0x54747c,priorities as _0x3ec018,EmitterMixin as _0x3858ac,mix as _0x550c42}from'ckeditor5/src/utils';import{toWidget as _0x57d1bc}from'ckeditor5/src/widget';import{Users as _0x12dd51}from'ckeditor5-collaboration/src/collaboration-core';import _0x4f27bd from'./commands/trackchangescommand';import _0x5ae1f3 from'./commands/acceptsuggestioncommand';import _0x27c8de from'./commands/discardsuggestioncommand';import _0x10712a from'./commands/acceptallsuggestionscommand';import _0x2718be from'./commands/acceptselectedsuggestionscommand';import _0xb99a9e from'./commands/discardallsuggestionscommand';import _0x2654de from'./commands/discardselectedsuggestionscommand';import _0x32d0a2 from'./suggestion';import _0x4149fa from'./suggestiondescriptionfactory';import _0x5cd68a from'./integrations/alignment';import _0x9bba3f from'./integrations/basicstyles';import _0x586287 from'./integrations/blockquote';import _0x1711f5 from'./integrations/codeblock';import _0x1d8c1 from'./integrations/comments';import _0x2dbf85 from'./integrations/deletecommand';import _0x3d2c14 from'./integrations/entercommand';import _0x423b09 from'./integrations/font';import _0x1167e8 from'./integrations/heading';import _0x736708 from'./integrations/highlight';import _0x22ba7b from'./integrations/horizontalline';import _0x319c4f from'./integrations/image';import _0x363667 from'./integrations/indent';import _0x3d2ef0 from'./integrations/inputcommand';import _0x95cda3 from'./integrations/link';import _0x577430 from'./integrations/list';import _0x51e219 from'./integrations/mediaembed';import _0x9a13e from'./integrations/mention';import _0x16989c from'./integrations/pagebreak';import _0x3dc08b from'./integrations/paragraph';import _0xe602ab from'./integrations/removeformat';import _0x18d0f7 from'./integrations/restrictededitingmode';import _0x27a58e from'./integrations/shiftentercommand';import _0x7db0bb from'./integrations/standardeditingmode';import _0x1e20a7 from'./integrations/table';import _0x15aaae from'./integrations/tablemergesplit';import _0x1f3f01 from'./integrations/tableheadings';import _0x3cfa9c from'./integrations/tableclipboard';import _0x2c7d7f from'./integrations/title';import _0x5132c4 from'./integrations/undo';import _0x1d81a6 from'./utils/hashobject.js';import{getTranslation as _0x5d766b}from'./utils/common-translations';export default class d extends _0x11b456{static get[_0x6ec6('0xf0')](){return[_0x6ec6('0x102'),_0x12dd51,_0x19eaa9,_0x5cd68a,_0x9bba3f,_0x586287,_0x1711f5,_0x1d8c1,_0x2dbf85,_0x3d2c14,_0x423b09,_0x1167e8,_0x736708,_0x22ba7b,_0x319c4f,_0x363667,_0x3d2ef0,_0x95cda3,_0x577430,_0x51e219,_0x9a13e,_0x16989c,_0x3dc08b,_0xe602ab,_0x18d0f7,_0x27a58e,_0x7db0bb,_0x1e20a7,_0x15aaae,_0x1f3f01,_0x3cfa9c,_0x2c7d7f,_0x5132c4];}static get[_0x6ec6('0xbc')](){return _0x6ec6('0x16');}constructor(_0x209850){function _0x1c5bd7(_0x4d8a60){return _0x4d8a60[_0x6ec6('0x98')](_0x45ceaa=>String[_0x6ec6('0xa9')](_0x45ceaa))[_0x6ec6('0xa0')]('');}super(_0x209850),this['set'](_0x6ec6('0x41'),[]),this['on'](_0x6ec6('0xf1'),(_0x5df85b,_0x128c90,_0x117942,_0x2f1d24)=>{this[_0x6ec6('0xf3')]['change'](()=>{for(const _0x54b084 of[..._0x2f1d24,..._0x117942])this[_0x6ec6('0xf3')][_0x6ec6('0xa6')][_0x6ec6('0x105')](_0x54b084)&&_0x209850[_0x6ec6('0x72')][_0x6ec6('0xbe')](_0x54b084);});}),this['_descriptionFactory']=new _0x4149fa(this[_0x6ec6('0x5a')]['model'][_0x6ec6('0xb6')],this[_0x6ec6('0x5a')][_0x6ec6('0xc2')]),this['_adapter']=null,this[_0x6ec6('0x37')]=new lt(this['editor']),this[_0x6ec6('0xb3')]=new Map(),this['_commentsRepository']=_0x209850[_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x102')),this[_0x6ec6('0xcb')]=new Set(),this[_0x6ec6('0xf3')]=this[_0x6ec6('0x5a')]['model'],this[_0x6ec6('0x8d')]=new WeakMap(),this[_0x6ec6('0x23')]=!0x1,this[_0x1c5bd7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1c5bd7([0x34,0x30,0x34,0x34,0x31,0x30,0x35,0x30]);}[_0x6ec6('0x3b')](){const _0x3e0ffe=this[_0x6ec6('0x5a')];_0x3e0ffe['conversion']['for'](_0x6ec6('0x14'))[_0x6ec6('0x4d')]({'model':_0x6ec6('0xdb'),'view':_0x80ac7a=>{const {id:_0x274eda,type:_0x590709}=this[_0x6ec6('0x62')](_0x80ac7a[_0x6ec6('0x50')]),_0x42f40b=[_0x6ec6('0xaa'),_0x6ec6('0x114')+_0x590709];let _0xff4a0c=0xbb8;return this['activeMarkers']['includes'](_0x80ac7a['markerName'])&&(_0x42f40b[_0x6ec6('0xb7')]('ck-suggestion-marker--active'),_0xff4a0c=0xbc2),'deletion'==_0x590709&&(_0xff4a0c+=0x5),{'classes':_0x42f40b,'attributes':{'data-suggestion':_0x274eda},'priority':_0xff4a0c};}}),_0x3e0ffe[_0x6ec6('0xf5')]['for']('dataDowncast')['add'](_0x592e57=>{_0x592e57['on'](_0x6ec6('0x111'),(_0x39a31f,_0x27353e,_0x304578)=>{if(!_0x304578['options'][_0x6ec6('0x52')])return;const _0x5578f5=_0x27353e[_0x6ec6('0x10f')];if(!_0x5578f5)return;const _0x46e9bd=_0x304578['mapper'][_0x6ec6('0x90')](_0x5578f5);_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')][_0x6ec6('0x76')](_0x5578f5)&&_0x46e9bd&&!_0x46e9bd['getCustomProperty']('widget')&&_0x46e9bd['is'](_0x6ec6('0xce'))&&_0x57d1bc(_0x46e9bd,_0x304578['writer']);},{'priority':_0x6ec6('0xa')});}),_0x3e0ffe[_0x6ec6('0xf5')]['for'](_0x6ec6('0x54'))[_0x6ec6('0x4d')]({'model':_0x6ec6('0xdb'),'view':(_0x2708d6,_0x38a75a)=>{if(!_0x38a75a[_0x6ec6('0x45')][_0x6ec6('0x52')])return null;const {type:_0x2e5db7}=this[_0x6ec6('0x62')](_0x2708d6[_0x6ec6('0x50')]);return{'classes':['ck-suggestion-marker',_0x6ec6('0x114')+_0x2e5db7],'priority':0xbb8};}});const _0x2fecf1=({showActiveMarkers:_0x3447ac=!0x0}={})=>(_0x1781a0,_0x2c28f4,_0x5e3e2f)=>{if(!_0x2c28f4[_0x6ec6('0x10f')])return;if(_0x2c28f4['item']['is'](_0x6ec6('0xea')))return void _0x5e3e2f[_0x6ec6('0xc8')][_0x6ec6('0xed')](_0x2c28f4[_0x6ec6('0x10f')],_0x1781a0[_0x6ec6('0x123')]);const _0x40dd87=_0x5e3e2f[_0x6ec6('0x0')][_0x6ec6('0x90')](_0x2c28f4['item']);if(!(_0x2c28f4['item']['is'](_0x6ec6('0x101'))&&_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')][_0x6ec6('0xec')](_0x2c28f4[_0x6ec6('0x10f')])&&!_0x40dd87[_0x6ec6('0x81')](_0x6ec6('0xdc'))))return;const {id:_0xdc53ff}=this['_splitMarkerName'](_0x2c28f4[_0x6ec6('0x50')]);_0x5e3e2f['writer'][_0x6ec6('0x7d')]([_0x6ec6('0xaa'),'ck-suggestion-marker-formatBlock'],_0x40dd87),_0x5e3e2f['writer']['setAttribute']('data-suggestion',_0xdc53ff,_0x40dd87),_0x5e3e2f['mapper'][_0x6ec6('0x40')](_0x40dd87,_0x2c28f4[_0x6ec6('0x50')]),_0x3447ac&&(this['activeMarkers']['includes'](_0x2c28f4['markerName'])?_0x5e3e2f[_0x6ec6('0x10b')]['addClass']('ck-suggestion-marker--active',_0x40dd87):_0x5e3e2f[_0x6ec6('0x10b')]['removeClass'](_0x6ec6('0x49'),_0x40dd87));for(const _0x59f910 of _0x3e0ffe['model'][_0x6ec6('0xa8')](_0x2c28f4[_0x6ec6('0x10f')])[_0x6ec6('0x32')]())_0x5e3e2f[_0x6ec6('0xc8')][_0x6ec6('0xed')](_0x59f910,_0x1781a0[_0x6ec6('0x123')]);_0x5e3e2f['consumable']['consume'](_0x2c28f4[_0x6ec6('0x10f')],_0x1781a0[_0x6ec6('0x123')]);};_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')]('dataDowncast')['add'](_0x315fcf=>{_0x315fcf['on'](_0x6ec6('0x117'),(_0x486a27,_0x476b13,_0x154ddd)=>{_0x154ddd[_0x6ec6('0x45')]['showSuggestionHighlights']&&_0x2fecf1({'showActiveMarkers':!0x1})(_0x486a27,_0x476b13,_0x154ddd);},{'priority':'highest'});}),_0x3e0ffe['conversion'][_0x6ec6('0xe6')](_0x6ec6('0x54'))[_0x6ec6('0x35')]({'model':'suggestion','view':(_0x4fd679,_0x526781)=>_0x526781[_0x6ec6('0x45')][_0x6ec6('0x52')]?null:{'group':_0x6ec6('0xdb'),'name':_0x4fd679['substr']('suggestion'[_0x6ec6('0x20')]+0x1)}}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')](_0x6ec6('0x34'))[_0x6ec6('0x89')]({'view':{'name':_0x6ec6('0xdb'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x267220,{writer:_0x4d5e73})=>{let _0xf936fb=_0x6ec6('0xa4')+_0x267220[_0x6ec6('0xc6')]('suggestion-type')+':'+_0x267220['getAttribute']('id');return _0x267220[_0x6ec6('0xc6')]('marker-count')&&(_0xf936fb+=':'+_0x267220['getAttribute'](_0x6ec6('0x67'))),_0x4d5e73['createElement'](_0x6ec6('0x6'),{'data-name':_0xf936fb});}}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')]('upcast')[_0x6ec6('0x5f')]({'view':_0x6ec6('0xdb')}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')](_0x6ec6('0x14'))['add'](_0xd9fcb0=>{_0xd9fcb0['on'](_0x6ec6('0x117'),_0x2fecf1(),{'priority':_0x6ec6('0xa')});}),_0x3e0ffe[_0x6ec6('0xf5')]['for'](_0x6ec6('0x14'))[_0x6ec6('0xb5')](_0x162ff1=>{_0x162ff1['on'](_0x6ec6('0x31'),(_0x2220a7,_0x2f5801,_0x15c328)=>{const _0x43c396=_0x15c328['mapper']['markerNameToElements'](_0x2f5801['markerName']);if(_0x43c396)for(const _0x11689b of _0x43c396)_0x11689b[_0x6ec6('0x81')](_0x6ec6('0xdc'))||(_0x15c328[_0x6ec6('0x10b')][_0x6ec6('0x77')](['ck-suggestion-marker','ck-suggestion-marker-formatBlock',_0x6ec6('0x49')],_0x11689b),_0x15c328[_0x6ec6('0x10b')][_0x6ec6('0xc3')]('data-suggestion',_0x11689b),_0x15c328[_0x6ec6('0x0')]['unbindElementFromMarkerName'](_0x11689b,_0x2f5801[_0x6ec6('0x50')]));},{'priority':_0x6ec6('0xa')});}),_0x3e0ffe['model']['document'][_0x6ec6('0x44')](_0x36f6ae=>{let _0x3b5a02=!0x1;const _0x3fcf41=Array['from'](_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0xba')][_0x6ec6('0x53')]());for(const {name:_0x3a95f7,data:_0x1a5785}of _0x3fcf41){const {group:_0x31fb96,type:_0x3c4349,id:_0x19b333}=this[_0x6ec6('0x62')](_0x3a95f7);if(_0x6ec6('0xdb')!==_0x31fb96)continue;const _0x47677c=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x19b333);if(null!=_0x1a5785[_0x6ec6('0x92')]){_0x6ec6('0xbd')==_0x3c4349&&(_0x3b5a02=_0x3b5a02||pt(_0x1a5785['newRange'],_0x3a95f7,_0x36f6ae,_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')]));if(_0x1a5785[_0x6ec6('0x92')][_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x1a5785[_0x6ec6('0x92')][_0x6ec6('0x2e')][_0x6ec6('0xc4')]||_0x6ec6('0x69')==_0x3c4349&&!wt(_0x1a5785['newRange'])||_0x6ec6('0xfd')==_0x3c4349&&!(!dt(_0x3afd92=_0x1a5785[_0x6ec6('0x92')])&&!function(_0x5c351f){return _0x5c351f[_0x6ec6('0x119')]['parent']==_0x5c351f[_0x6ec6('0xd1')][_0x6ec6('0x29')]&&_0x5c351f[_0x6ec6('0x119')][_0x6ec6('0x5c')];}(_0x3afd92)))_0x36f6ae['removeMarker'](_0x3a95f7),_0x3b5a02=!0x0;else{if(!_0x47677c||!_0x47677c[_0x6ec6('0x88')])continue;_0x3b5a02=!!this['_joinWithAdjacentSuggestions'](_0x47677c)||_0x3b5a02;}}}var _0x3afd92;return _0x3b5a02;}),_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0x44')](_0x3e5149=>{let _0x3e504=!0x1;for(const _0x11b967 of _0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')]['differ'][_0x6ec6('0x11f')]()){if(_0x6ec6('0x1a')!=_0x11b967[_0x6ec6('0x127')])continue;const _0x465cd4=_0x11b967[_0x6ec6('0x30')]['getShiftedBy'](_0x11b967[_0x6ec6('0x20')]);if(_0x465cd4[_0x6ec6('0x5c')])for(const _0x468368 of this[_0x6ec6('0xb3')][_0x6ec6('0xca')]()){if(_0x468368[_0x6ec6('0x4b')]||!_0x468368[_0x6ec6('0x88')])continue;if('formatBlock'!=_0x468368['type'])continue;const _0x1abaa1=_0x468368[_0x6ec6('0xd2')]();if(_0x1abaa1['start'][_0x6ec6('0xd8')]!=_0x1abaa1[_0x6ec6('0xd1')][_0x6ec6('0xd8')]&&_0x1abaa1[_0x6ec6('0xd1')][_0x6ec6('0x21')](_0x11b967[_0x6ec6('0x30')])){const _0x48aa2f=_0x3e0ffe[_0x6ec6('0x73')]['createRange'](_0x1abaa1[_0x6ec6('0x119')],_0x465cd4);_0x3e5149[_0x6ec6('0x99')](_0x468368[_0x6ec6('0xdf')](),{'range':_0x48aa2f}),_0x3e504=!0x0;}}}return _0x3e504;}),_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xa6')]['on']('update:suggestion',(_0x33a060,_0x13d728,_0x31ed2a)=>{if(null==_0x31ed2a){const {id:_0x1d7473}=this['_splitMarkerName'](_0x13d728[_0x6ec6('0x123')]),_0x3c7d96=this['_suggestions'][_0x6ec6('0x11e')](_0x1d7473);_0x3c7d96&&_0x3c7d96[_0x6ec6('0xe9')](_0x13d728['name']);}}),_0x3e0ffe['model'][_0x6ec6('0x18')]['on'](_0x6ec6('0x7a'),()=>{const _0x571163=Array[_0x6ec6('0x55')](_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0xba')][_0x6ec6('0x53')]());_0x571163[_0x6ec6('0x3d')]((_0x228e98,_0x28a912)=>{const _0x531452=_0x228e98[_0x6ec6('0x78')]['oldRange'],_0x2af145=_0x28a912[_0x6ec6('0x78')][_0x6ec6('0x56')];return null===_0x531452&&null===_0x2af145?0x0:null===_0x531452&&null!==_0x2af145?-0x1:null!==_0x531452&&null===_0x2af145?0x1:_0x531452[_0x6ec6('0x119')]['isBefore'](_0x2af145[_0x6ec6('0x119')])?-0x1:0x1;});const _0x5e7609=new Set();for(const {name:_0x396e30,data:_0x5dfc34}of _0x571163){const {group:_0x272473,id:_0x30e207}=this[_0x6ec6('0x62')](_0x396e30);if(_0x6ec6('0xdb')===_0x272473&&(null===_0x5dfc34[_0x6ec6('0x56')]&&this[_0x6ec6('0x59')](_0x396e30),null===_0x5dfc34[_0x6ec6('0x92')])){const _0x3e22f7=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x30e207);_0x3e22f7['isInContent']?_0x5e7609[_0x6ec6('0xb5')](_0x3e22f7):this[_0x6ec6('0x25')](_0x3e22f7);}}for(const {name:_0xd4dbe5,data:_0x2bcfce}of _0x571163){const {group:_0xb50124,id:_0x13c076}=this[_0x6ec6('0x62')](_0xd4dbe5);if(_0x6ec6('0xdb')!==_0xb50124)continue;const _0x4e5146=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x13c076);null!=_0x2bcfce[_0x6ec6('0x92')]&&null!=_0x2bcfce[_0x6ec6('0x56')]&&(this[_0x6ec6('0xf7')](_0x4e5146),_0x5e7609[_0x6ec6('0xb5')](_0x4e5146[_0x6ec6('0xf')]));}for(const _0x2af524 of _0x5e7609)this[_0x6ec6('0x6b')](_0x6ec6('0x11b'),_0x2af524);_0x5e7609[_0x6ec6('0x9e')]();}),_0x3e0ffe[_0x6ec6('0x73')]['on']('applyOperation',(_0x1aacf9,_0x29b9e4)=>{const _0x2976f1=_0x29b9e4[0x0];if(!this['_suggestions'][_0x6ec6('0xf6')])return;if(!_0x2976f1[_0x6ec6('0x24')])return;if(_0x2976f1[_0x6ec6('0x19')][_0x6ec6('0x8a')]||!_0x2976f1[_0x6ec6('0x19')][_0x6ec6('0x7b')])return;let _0x2301c0,_0x6f8e5;switch(_0x2976f1[_0x6ec6('0x127')]){case _0x6ec6('0x1a'):_0x2301c0=_0x3e0ffe['model'][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x30')]),_0x6f8e5=_0x2301c0[_0x6ec6('0xa7')](_0x2976f1[_0x6ec6('0x15')]);break;case'split':_0x2301c0=_0x3e0ffe['model'][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x91')]),_0x6f8e5=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x57')]);break;case'move':_0x2301c0=_0x3e0ffe[_0x6ec6('0x73')]['createPositionAt'](_0x2976f1[_0x6ec6('0x9a')]),_0x6f8e5=_0x2301c0[_0x6ec6('0xa7')](_0x2976f1[_0x6ec6('0x15')]);break;default:return;}const _0x10c285=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x4a')](_0x2301c0,_0x6f8e5);_0x3e0ffe['model'][_0x6ec6('0x5b')](()=>{for(const {suggestion:_0x58a0d1,meta:_0x24cc2d}of this[_0x6ec6('0x11c')](_0x10c285)){if(_0x58a0d1[_0x6ec6('0x4b')])continue;if(_0x6ec6('0xbd')==_0x58a0d1[_0x6ec6('0x127')])continue;const _0x170ce9=_0x58a0d1['data']&&_0x58a0d1[_0x6ec6('0x78')][_0x6ec6('0x1b')];(_0x6ec6('0x69')!=_0x58a0d1[_0x6ec6('0x127')]||'split'==_0x2976f1[_0x6ec6('0x127')]&&!_0x170ce9)&&(_0x24cc2d[_0x6ec6('0x93')]||_0x6ec6('0x113')==_0x58a0d1['type']&&_0x24cc2d[_0x6ec6('0x51')]||_0x58a0d1[_0x6ec6('0xd2')]()[_0x6ec6('0xeb')](_0x10c285)&&this[_0x6ec6('0x48')](_0x58a0d1,_0x2301c0,_0x6f8e5));}});},{'priority':_0x6ec6('0x128')}),_0x3e0ffe[_0x6ec6('0x73')]['on'](_0x6ec6('0x115'),(_0x747b73,_0x3db201)=>{const _0x483dbc=_0x3db201[0x0],_0x3a3ae5=_0x3db201[0x1];if(_0x3a3ae5&&_0x3a3ae5[_0x6ec6('0x83')])return;if(this[_0x6ec6('0x23')])return;if(!this[_0x6ec6('0x22')][_0x6ec6('0xe0')])return;if(_0x483dbc[_0x6ec6('0x7f')])return;const _0xd25352=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')],{start:_0x1af091,end:_0x5441d2}=_0x483dbc[_0x6ec6('0xd2')](),_0x3e0a31=_0x1af091[_0x6ec6('0xf2')]&&_0xd25352[_0x6ec6('0x76')](_0x1af091[_0x6ec6('0xf2')])?null:_0xd25352[_0x6ec6('0xb4')](_0x1af091,'forward'),_0x24c3d3=_0x5441d2[_0x6ec6('0x29')]&&_0xd25352['isObject'](_0x5441d2[_0x6ec6('0x29')])?null:_0xd25352[_0x6ec6('0xb4')](_0x5441d2,_0x6ec6('0x58')),_0x3ea462=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x4a')](_0x3e0a31?_0x3e0a31['start']:_0x1af091,_0x24c3d3?_0x24c3d3[_0x6ec6('0xd1')]:_0x5441d2);_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x5b')](_0x55ff75=>{this[_0x6ec6('0x8b')](_0x3ea462);const _0x16893e=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')]['getNearestSelectionRange'](_0x3ea462[_0x6ec6('0x119')]);_0x483dbc['is']('documentSelection')?_0x55ff75['setSelection'](_0x16893e):_0x483dbc['setTo'](_0x16893e);}),_0x747b73['stop']();},{'priority':_0x3ec018[_0x6ec6('0x84')]+0xa}),_0x3e0ffe[_0x6ec6('0x73')]['on'](_0x6ec6('0x66'),(_0x1e60ad,_0x376925)=>{const _0x469c9f=_0x376925[_0x376925['length']-0x1];_0x469c9f&&_0x469c9f[_0x6ec6('0x83')]||this['_isForcedDefaultExecutionBlock']||this[_0x6ec6('0x22')][_0x6ec6('0xe0')]&&(_0x3e0ffe['model'][_0x6ec6('0x5b')](()=>{let _0x383afc=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x66')](_0x376925[0x0],_0x376925[0x1],_0x376925[0x2],_0x376925[0x3],{'forceDefaultExecution':!0x0});if(!_0x383afc)return;_0x1e60ad[_0x6ec6('0xbb')]=_0x383afc[_0x6ec6('0x11a')]();const _0x320c49=_0x383afc[_0x6ec6('0xd1')]['nodeBefore'],_0x3f8016=_0x3e0ffe[_0x6ec6('0x73')]['schema'];_0x320c49&&_0x3f8016['isBlock'](_0x320c49)&&!_0x3f8016[_0x6ec6('0x76')](_0x320c49)&&(_0x383afc=_0x3e0ffe[_0x6ec6('0x73')]['createRange'](_0x383afc[_0x6ec6('0x119')],_0x3e0ffe[_0x6ec6('0x73')]['createPositionAt'](_0x320c49,'end'))),this[_0x6ec6('0x3e')](_0x383afc);}),_0x1e60ad[_0x6ec6('0x85')]());},{'priority':_0x6ec6('0xa')}),this[_0x6ec6('0x22')]=new _0x4f27bd(_0x3e0ffe,this[_0x6ec6('0xcb')]),this[_0x6ec6('0x5a')]['commands']['add']('trackChanges',this[_0x6ec6('0x22')]),this[_0x6ec6('0xe')](_0x6ec6('0xfc'));const _0x587696=new _0x5ae1f3(_0x3e0ffe,this[_0x6ec6('0xb3')]);_0x3e0ffe['commands'][_0x6ec6('0xb5')](_0x6ec6('0xb0'),_0x587696),this[_0x6ec6('0xe')](_0x6ec6('0xb0'));const _0x34c683=new _0x27c8de(_0x3e0ffe,this[_0x6ec6('0xb3')]);_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')]('discardSuggestion',_0x34c683),this[_0x6ec6('0xe')]('discardSuggestion'),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')]('acceptAllSuggestions',new _0x10712a(_0x3e0ffe,_0x587696,this['_suggestions'])),this['enableCommand'](_0x6ec6('0x4c')),_0x3e0ffe[_0x6ec6('0x129')]['add'](_0x6ec6('0xe8'),new _0xb99a9e(_0x3e0ffe,_0x34c683,this[_0x6ec6('0xb3')])),this['enableCommand'](_0x6ec6('0xe8')),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')](_0x6ec6('0x33'),new _0x2718be(_0x3e0ffe,_0x587696,this['_suggestions'])),this[_0x6ec6('0xe')]('acceptSelectedSuggestions'),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')](_0x6ec6('0x122'),new _0x2654de(_0x3e0ffe,_0x34c683,this[_0x6ec6('0xb3')])),this[_0x6ec6('0xe')](_0x6ec6('0x122'));const _0x4e3ab4=_0x3e0ffe[_0x6ec6('0xf4')][_0x6ec6('0x11e')]('CommentsRepository');this[_0x6ec6('0x96')](_0x4e3ab4,_0x6ec6('0x2f'),(_0x14618f,{threadId:_0x31d129})=>{const _0x510e20=this['_suggestions'][_0x6ec6('0x11e')](_0x31d129);_0x510e20&&_0x510e20[_0x6ec6('0xb1')]&&0x1===_0x510e20[_0x6ec6('0xb1')][_0x6ec6('0x20')]&&this['_updateSuggestionData'](_0x31d129,{'hasComments':!0x0});},{'priority':_0x6ec6('0x10c')}),this[_0x6ec6('0x96')](_0x4e3ab4,_0x6ec6('0xd6'),(_0x220f78,{threadId:_0x35974d})=>{const _0x1f2d2b=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x35974d);_0x1f2d2b&&_0x1f2d2b[_0x6ec6('0xb1')]&&!_0x1f2d2b[_0x6ec6('0xb1')]['length']&&this[_0x6ec6('0x63')](_0x35974d,{'hasComments':!0x1});},{'priority':_0x6ec6('0x10c')});}set[_0x6ec6('0x3a')](_0xa6b33){if(this['_adapter'])throw new _0x251ff9(_0x6ec6('0xb'),this);this[_0x6ec6('0x5')]=_0xa6b33;}get[_0x6ec6('0x3a')](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2a587d=!0x1,toJSON:_0x53a153=!0x1}={}){const _0x3ba510=[];for(const _0x3da265 of this[_0x6ec6('0xb3')][_0x6ec6('0xca')]())_0x2a587d&&!_0x3da265[_0x6ec6('0x88')]||_0x3ba510['push'](_0x3da265);return _0x53a153?_0x3ba510[_0x6ec6('0x98')](_0x179af3=>_0x179af3[_0x6ec6('0x61')]()):_0x3ba510;}[_0x6ec6('0xac')](_0x1a6cc6){const _0x1414ef=this[_0x6ec6('0xb3')]['get'](_0x1a6cc6);if(!_0x1414ef)throw new _0x251ff9(_0x6ec6('0xda'),this);return _0x1414ef;}[_0x6ec6('0x112')](_0x5a61ba){return this['_suggestions']['has'](_0x5a61ba);}[_0x6ec6('0x110')](_0x223ac0){const {id:_0x3297ea,authorId:_0x45c99d}=_0x223ac0,[_0x440a27,_0x51d204]=_0x223ac0[_0x6ec6('0x127')][_0x6ec6('0x46')](':'),_0x1ad0ea=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x3297ea)||this[_0x6ec6('0x94')](_0x440a27,_0x51d204,_0x3297ea,_0x45c99d);switch(this[_0x6ec6('0x2c')](_0x1ad0ea),this['_checkSuggestionCorrectness'](_0x1ad0ea,_0x440a27,_0x51d204||null,_0x45c99d),_0x1ad0ea[_0x6ec6('0xa1')]=_0x223ac0[_0x6ec6('0xa1')],_0x223ac0['data']&&(_0x1ad0ea['data']=_0x223ac0[_0x6ec6('0x78')]),_0x223ac0['attributes']&&(_0x1ad0ea['attributes']=_0x223ac0[_0x6ec6('0x10a')]),this['_adapter']&&this[_0x6ec6('0x5')]['addSuggestion']||(_0x1ad0ea[_0x6ec6('0x39')]=!0x0),this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x1ad0ea)){case _0x6ec6('0x7c'):this['_suggestionState'][_0x6ec6('0x8e')](_0x1ad0ea,_0x6ec6('0x6e'));break;case _0x6ec6('0xc1'):_0x1ad0ea['isInContent']?(this[_0x6ec6('0x8d')]['set'](_0x1ad0ea,_0x6ec6('0x28')),this[_0x6ec6('0x6b')](_0x6ec6('0x12'),_0x1ad0ea)):this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x1ad0ea,'removed');}return _0x1ad0ea;}[_0x6ec6('0xb0')](_0x1b3b36){this[_0x6ec6('0x83')](()=>{this[_0x6ec6('0x5a')]['model']['change'](()=>{for(const _0x498368 of _0x1b3b36['getAllAdjacentSuggestions']())_0x498368[_0x6ec6('0xfa')]();});});}['discardSuggestion'](_0x5202e2){this['forceDefaultExecution'](()=>{this[_0x6ec6('0x5a')]['model'][_0x6ec6('0x5b')](()=>{for(const _0x14305f of _0x5202e2[_0x6ec6('0x68')]())_0x14305f['discard']();});});}[_0x6ec6('0xe')](_0x1b5ded,_0x15d084){const _0x2d5107=this[_0x6ec6('0x5a')][_0x6ec6('0x129')][_0x6ec6('0x11e')](_0x1b5ded);if(!_0x2d5107)throw new _0x251ff9(_0x6ec6('0x10'),this,{'commandName':_0x1b5ded});this[_0x6ec6('0xcb')]['add'](_0x2d5107),_0x15d084&&_0x2d5107['on'](_0x6ec6('0x70'),(_0x5c963c,_0x2b8166)=>{this['trackChangesCommand'][_0x6ec6('0xe0')]&&(this[_0x6ec6('0x23')]||_0x2b8166[_0x6ec6('0x20')]>0x0&&_0x2b8166[_0x2b8166[_0x6ec6('0x20')]-0x1]&&_0x2b8166[_0x2b8166['length']-0x1][_0x6ec6('0x83')]||(_0x15d084((..._0xcf7b3c)=>_0x2d5107[_0x6ec6('0x70')](..._0xcf7b3c,{'forceDefaultExecution':!0x0}),..._0x2b8166),_0x5c963c[_0x6ec6('0x85')]()));},{'priority':_0x6ec6('0xa')});}['forceDefaultExecution'](_0x5ed645){let _0x5f07a1,_0x1cc2e5;const _0x38026c=this[_0x6ec6('0x23')];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5f07a1=_0x5ed645();}catch(_0x57bbaf){_0x1cc2e5=_0x57bbaf;}return _0x38026c||(this[_0x6ec6('0x23')]=!0x1),_0x1cc2e5&&_0x251ff9[_0x6ec6('0xc')](_0x1cc2e5,this),_0x5f07a1;}[_0x6ec6('0x3e')](_0x1a87f3,_0x3735e7=null,_0x41a193={}){if(_0x1a87f3[_0x6ec6('0x7f')])return null;const _0x514f61=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'];for(const {suggestion:_0x40c7f9,meta:_0x17a769}of this[_0x6ec6('0x11c')](_0x1a87f3,_0x6ec6('0x113')))if(_0x17a769[_0x6ec6('0x51')]){if(!_0x17a769[_0x6ec6('0x6f')])return _0x40c7f9;if(_0x3735e7==_0x40c7f9['subType']){const _0xb865e0=_0x40c7f9[_0x6ec6('0xd2')]();return _0xb865e0[_0x6ec6('0x119')][_0x6ec6('0x21')](_0x1a87f3[_0x6ec6('0xd1')])?this[_0x6ec6('0x97')](_0x40c7f9,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x1a87f3[_0x6ec6('0x119')],_0xb865e0[_0x6ec6('0xd1')])):this[_0x6ec6('0x97')](_0x40c7f9,this[_0x6ec6('0xf3')]['createRange'](_0xb865e0[_0x6ec6('0x119')],_0x1a87f3[_0x6ec6('0xd1')])),_0x40c7f9;}}const _0x555c5e=_0x54747c(),_0xf1dbf=_0x514f61['id'],_0x35e5ec=_0x3735e7?_0x6ec6('0x116')+_0x3735e7:_0x6ec6('0x113'),_0x1d4b68=this[_0x6ec6('0x4')]({'id':_0x555c5e,'type':_0x35e5ec,'createdAt':new Date(),'authorId':_0xf1dbf,'attributes':_0x41a193});return this[_0x6ec6('0x65')](_0x35e5ec,_0x555c5e,_0xf1dbf,_0x1a87f3),_0x1d4b68;}[_0x6ec6('0xde')](_0x1f5792,_0x13ea3d=_0x6ec6('0xcf'),_0xf8a76={}){const _0x1d77af=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get'](_0x6ec6('0x2'))['me'],_0x40b228=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x6ec6('0x113'),_0x13ea3d,_0x6ec6('0xa0'));for(const _0x20da14 of this[_0x6ec6('0x124')]())if(_0x20da14[_0x6ec6('0x1e')]['id']==_0x1d77af['id']&&_0x6ec6('0x113')==_0x20da14['type']&&_0x20da14[_0x6ec6('0x3f')]==_0x13ea3d&&(_0x40b228(_0x20da14[_0x6ec6('0x75')](),_0x1f5792)||_0x40b228(_0x1f5792,_0x20da14[_0x6ec6('0x75')]()))){for(const _0x4fcfa4 of _0x1f5792)_0x20da14[_0x6ec6('0x4f')](_0x4fcfa4);return _0x20da14;}for(const _0x10b42a of _0x1f5792)for(const {suggestion:_0x2aa843,meta:_0x156d07}of this['_findSuggestions'](_0x10b42a,_0x6ec6('0x113'))){if(!_0x156d07[_0x6ec6('0x51')])continue;let _0x31b815=!0x0;for(const _0x2059b9 of _0x2aa843[_0x6ec6('0x75')]())for(const _0x14cca1 of _0x1f5792)if(!_0x2059b9[_0x6ec6('0xeb')](_0x14cca1)){_0x31b815=!0x1;break;}if(_0x31b815)return _0x2aa843;}const _0x1a6bf7=_0x54747c(),_0x838533=_0x1d77af['id'],_0x546018=_0x6ec6('0x116')+_0x13ea3d,_0x2e69ac=this[_0x6ec6('0x4')]({'id':_0x1a6bf7,'type':_0x546018,'createdAt':new Date(),'authorId':_0x838533,'attributes':_0xf8a76});for(const _0x3e5c7a of _0x1f5792)this[_0x6ec6('0x65')](_0x546018,_0x1a6bf7,_0x838533,_0x3e5c7a,_0x32d0a2[_0x6ec6('0xae')]());return _0x2e69ac;}[_0x6ec6('0x80')](_0x53e4c4,_0x5d0fa9,_0x2f1914=null,_0x2b7255={}){if(_0x2f1914=_0x2f1914||kt(_0x5d0fa9),_0x53e4c4[_0x6ec6('0x7f')])return;const _0x5b11fd=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x2a2c56=[];for(const {suggestion:_0xd3bf3,meta:_0x360a48}of this[_0x6ec6('0x11c')](_0x53e4c4,_0x6ec6('0x113')))_0x360a48[_0x6ec6('0x51')]&&!_0x360a48['isInsideObject']&&_0x2a2c56['push'](..._0xd3bf3[_0x6ec6('0x75')]());const _0x1aadb4=function(_0x5373db,_0x506cd1){const _0x73ab61=[];for(const _0x278d58 of _0x506cd1){const _0x578b7a=_0x5373db[_0x6ec6('0xd7')](_0x278d58);_0x578b7a&&_0x73ab61[_0x6ec6('0xb7')](_0x578b7a);}return _0x73ab61;}(_0x53e4c4,_0x2a2c56),_0x5e8f71=function(_0x4c7aea,_0x527c23){const _0x550211=[_0x4c7aea];for(const _0x3e311a of _0x527c23){let _0x3db139=0x0;for(;_0x3db139<_0x550211[_0x6ec6('0x20')];){const _0x5736b7=_0x550211[_0x3db139]['getDifference'](_0x3e311a);_0x550211[_0x6ec6('0x10e')](_0x3db139,0x1,..._0x5736b7),_0x3db139+=_0x5736b7[_0x6ec6('0x20')];}}return _0x550211;}(_0x53e4c4,_0x2a2c56);_0x1aadb4[_0x6ec6('0x20')]&&this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](()=>{for(const _0x30f6bb of _0x1aadb4){const _0x489d10=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x6ec6('0xbd'),_0x2f1914,_0x6ec6('0xfa'));this['forceDefaultExecution'](()=>_0x489d10([_0x30f6bb],_0x5d0fa9,_0x2b7255));}});for(const _0x1d9523 of _0x5e8f71){let _0x3aaa85=null,_0x57fbe6=_0x1d9523[_0x6ec6('0x119')],_0x275592=_0x1d9523['end'];for(const {suggestion:_0x324689,meta:_0x5559f7}of this[_0x6ec6('0x11c')](_0x1d9523,_0x6ec6('0xbd'))){if(!_0x5559f7[_0x6ec6('0x51')])continue;if(_0x324689[_0x6ec6('0x3f')]!=_0x2f1914)continue;const _0x33547f=_0x324689[_0x6ec6('0xd2')]();if(_0x33547f[_0x6ec6('0xeb')](_0x1d9523,!0x0))return;_0x57fbe6=_0x57fbe6[_0x6ec6('0xa5')](_0x33547f[_0x6ec6('0x119')])?_0x57fbe6:_0x33547f[_0x6ec6('0x119')],_0x275592=_0x275592[_0x6ec6('0x10d')](_0x33547f[_0x6ec6('0xd1')])?_0x275592:_0x33547f[_0x6ec6('0xd1')],_0x3aaa85?_0x33547f['start']['isBefore'](_0x3aaa85[_0x6ec6('0xd2')]()['start'])?(_0x3aaa85[_0x6ec6('0x1')](),_0x3aaa85=_0x324689):_0x324689[_0x6ec6('0x1')]():_0x3aaa85=_0x324689;}const _0x2d3b22=this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x57fbe6,_0x275592);if(_0x3aaa85)this[_0x6ec6('0x97')](_0x3aaa85,_0x2d3b22);else{const _0x3c3246=_0x54747c(),_0x1c053f=_0x5b11fd['id'];this['_setSuggestionData']({'id':_0x3c3246,'type':'formatInline:'+_0x2f1914,'data':_0x5d0fa9,'createdAt':new Date(),'authorId':_0x1c053f,'attributes':_0x2b7255}),this['_addSuggestionMarker'](_0x6ec6('0xcc')+_0x2f1914,_0x3c3246,_0x1c053f,_0x2d3b22);}}}[_0x6ec6('0x9b')](_0x46de37,_0x44d6eb,_0x352b7a=[],_0x3a4e80=null,_0xc20d36={}){_0x44d6eb[_0x6ec6('0x1c')]||(_0x44d6eb['formatGroupId']=_0x44d6eb[_0x6ec6('0x3')]),_0x44d6eb[_0x6ec6('0x1b')]=_0x46de37['is'](_0x6ec6('0x8')),_0x3a4e80=_0x3a4e80||kt(_0x44d6eb);const _0x342051=_0x352b7a[_0x6ec6('0x98')](_0x400109=>yt(_0x400109,this[_0x6ec6('0xf3')])),_0x4c0d76=_0x46de37['is'](_0x6ec6('0x8'))?_0x46de37:yt(_0x46de37,this[_0x6ec6('0xf3')]);_0x342051['push'](_0x4c0d76);let _0x454ecd=!0x0;for(const _0x8a323d of _0x342051)if(!this[_0x6ec6('0xa2')](_0x8a323d)){_0x454ecd=!0x1;break;}if(_0x454ecd){const _0x2306d6=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0x69'),_0x3a4e80,_0x6ec6('0xfa'));return void this[_0x6ec6('0x83')](()=>_0x2306d6([_0x4c0d76],_0x44d6eb,_0xc20d36));}let _0x5a3e3d=null,_0x21f1f9=_0x4c0d76[_0x6ec6('0x119')],_0xb03d9a=_0x4c0d76[_0x6ec6('0xd1')];for(const {suggestion:_0x204772,meta:_0x55da59}of this[_0x6ec6('0x11c')](_0x4c0d76,_0x6ec6('0x69'))){if(!_0x55da59[_0x6ec6('0x51')]||_0x55da59[_0x6ec6('0x6f')]||_0x55da59[_0x6ec6('0x93')]||_0x55da59[_0x6ec6('0xc0')])continue;if(_0x204772[_0x6ec6('0x78')]['formatGroupId']!=_0x44d6eb['formatGroupId'])continue;const _0xbbcb89=_0x204772[_0x6ec6('0xd2')]();if(_0x204772[_0x6ec6('0x3f')]==_0x3a4e80){if(_0xbbcb89[_0x6ec6('0xeb')](_0x4c0d76,!0x0))return;_0x21f1f9=_0x21f1f9['isBefore'](_0xbbcb89['start'])?_0x21f1f9:_0xbbcb89[_0x6ec6('0x119')],_0xb03d9a=_0xb03d9a[_0x6ec6('0x10d')](_0xbbcb89[_0x6ec6('0xd1')])?_0xb03d9a:_0xbbcb89[_0x6ec6('0xd1')],_0x5a3e3d?_0xbbcb89[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x5a3e3d[_0x6ec6('0xd2')]()[_0x6ec6('0x119')])?(_0x5a3e3d['removeMarkers'](),_0x5a3e3d=_0x204772):_0x204772['removeMarkers']():_0x5a3e3d=_0x204772;}else{const _0x24058d=_0x4c0d76[_0x6ec6('0xd7')](_0xbbcb89);this['_cutOutSuggestionMarker'](_0x204772,_0x24058d);}}const _0x86859a=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x2c7fdb=_0x54747c(),_0x5dfcd4=_0x86859a['id'];_0x5a3e3d?this['_setSuggestionRange'](_0x5a3e3d,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x21f1f9,_0xb03d9a)):(this[_0x6ec6('0x4')]({'id':_0x2c7fdb,'type':_0x6ec6('0xd0')+_0x3a4e80,'data':_0x44d6eb,'createdAt':new Date(),'authorId':_0x5dfcd4,'attributes':_0xc20d36}),this['_addSuggestionMarker'](_0x6ec6('0xd0')+_0x3a4e80,_0x2c7fdb,_0x5dfcd4,this['_model'][_0x6ec6('0x4a')](_0x21f1f9,_0xb03d9a)));}['markMultiRangeBlockFormat'](_0x8505ca,_0x4e03af,_0x2ed29a=[],_0x567a43=null,_0x2561f8={}){_0x4e03af[_0x6ec6('0x1c')]||(_0x4e03af['formatGroupId']=_0x4e03af[_0x6ec6('0x3')]),_0x4e03af[_0x6ec6('0x1b')]=!0x1,_0x567a43=_0x567a43||kt(_0x4e03af);const _0x4cc6e8=_0x2ed29a[_0x6ec6('0x98')](_0x2be10d=>yt(_0x2be10d,this[_0x6ec6('0xf3')])),_0xcdd258=_0x8505ca['map'](_0x31f593=>yt(_0x31f593,this['_model']));_0x4cc6e8[_0x6ec6('0xb7')](..._0xcdd258);let _0x1d194e=!0x0;for(const _0x154a11 of _0x4cc6e8)if(!this['_rangeIsInLocalUserInsertion'](_0x154a11)){_0x1d194e=!0x1;break;}if(_0x1d194e){const _0x242696=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0x69'),_0x567a43,_0x6ec6('0xfa'));return void this[_0x6ec6('0x83')](()=>_0x242696(_0xcdd258,_0x4e03af,_0x2561f8));}const _0x534847=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')]('Users')['me'];for(const _0x111383 of this[_0x6ec6('0x124')]()){if(_0x111383[_0x6ec6('0x1e')]['id']!=_0x534847['id'])continue;if(_0x6ec6('0x69')!=_0x111383[_0x6ec6('0x127')]||_0x111383[_0x6ec6('0x78')]['formatGroupId']!=_0x4e03af[_0x6ec6('0x1c')])continue;const _0xc7ca20=_0x111383['subType']==_0x567a43;for(let _0x8057a8=0x0;_0x8057a8<_0xcdd258[_0x6ec6('0x20')];_0x8057a8++){const _0x5f3f0c=_0xcdd258[_0x8057a8];for(const _0x3aafd6 of _0x111383['getMarkers']()){const _0x1bf881=_0x3aafd6[_0x6ec6('0x126')]();if(_0x5f3f0c[_0x6ec6('0x21')](_0x1bf881)){_0xc7ca20?(_0xcdd258[_0x6ec6('0x10e')](_0x8057a8,0x1),_0x8057a8--):_0x111383[_0x6ec6('0xfe')](_0x3aafd6[_0x6ec6('0x123')]);break;}}}}if(0x0==_0xcdd258[_0x6ec6('0x20')])return;const _0x55850f=this[_0x6ec6('0x37')][_0x6ec6('0xaf')]('formatBlock',_0x567a43,_0x6ec6('0xa0'));for(const _0x4cca0 of this['getSuggestions']())if(_0x4cca0[_0x6ec6('0x1e')]['id']==_0x534847['id']&&_0x6ec6('0x69')==_0x4cca0[_0x6ec6('0x127')]&&_0x4cca0['data'][_0x6ec6('0x1c')]==_0x4e03af[_0x6ec6('0x1c')]&&_0x4cca0[_0x6ec6('0x3f')]==_0x567a43&&(_0x55850f(_0x4cca0['getRanges'](),_0xcdd258)||_0x55850f(_0xcdd258,_0x4cca0[_0x6ec6('0x75')]()))){for(const _0x4f4df1 of _0xcdd258)_0x4cca0[_0x6ec6('0x4f')](_0x4f4df1);return _0x4cca0;}const _0x4ca9b8=_0x54747c(),_0x39d778=_0x534847['id'],_0x3df73c=_0x6ec6('0xd0')+_0x567a43,_0x177005=this[_0x6ec6('0x4')]({'id':_0x4ca9b8,'type':_0x3df73c,'data':_0x4e03af,'createdAt':new Date(),'authorId':_0x39d778,'attributes':_0x2561f8});for(const _0x4fb72e of _0xcdd258)this['_addSuggestionMarker'](_0x3df73c,_0x4ca9b8,_0x39d778,_0x4fb72e,_0x32d0a2[_0x6ec6('0xae')]());return _0x177005;}[_0x6ec6('0x8b')](_0x11eb9e,_0x3d2983=null,_0x1667f9={}){if(_0x11eb9e[_0x6ec6('0x7f')])return null;const _0x4ee388=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x12bd9e=new _0x341c07(_0x11eb9e[_0x6ec6('0x119')],_0x11eb9e[_0x6ec6('0xd1')]);for(const {suggestion:_0x2b38cc,meta:_0x3d1613}of this[_0x6ec6('0x11c')](_0x12bd9e,_0x6ec6('0x113')))if(_0x3d1613[_0x6ec6('0x51')]&&!_0x3d1613[_0x6ec6('0x6f')]){if(_0x2b38cc[_0x6ec6('0x4b')]){const _0x1d9fa5=_0x2b38cc[_0x6ec6('0x75')]()[_0x6ec6('0x79')](_0x4b6d41=>_0x6ec6('0xb2')!=_0x4b6d41[_0x6ec6('0x2e')]['rootName']);_0x1d9fa5[_0x6ec6('0x9c')](_0x42b03b=>_0x12bd9e[_0x6ec6('0xeb')](_0x42b03b,!0x0))&&_0x2b38cc[_0x6ec6('0xe5')]();if(_0x1d9fa5[_0x6ec6('0xad')](_0x4b08f4=>_0x4b08f4[_0x6ec6('0xeb')](_0x12bd9e,!0x0))){const _0xd69b48=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3d2983,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0xd69b48([_0x12bd9e],null,_0x1667f9)),null;}}else{const _0xd8e29c=_0x12bd9e[_0x6ec6('0xd7')](_0x2b38cc[_0x6ec6('0xd2')]());_0x2b38cc['_onDiscard']([_0xd8e29c],null,_0x1667f9);}}if(_0x12bd9e[_0x6ec6('0x87')](),_0x12bd9e[_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x12bd9e[_0x6ec6('0x2e')]['rootName'])return null;let _0x4f7911=null,_0x39ff04=_0x12bd9e[_0x6ec6('0x119')],_0x54f77c=_0x12bd9e[_0x6ec6('0xd1')];for(const {suggestion:_0x308e82,meta:_0x928758}of this[_0x6ec6('0x11c')](_0x12bd9e,_0x6ec6('0xfd')))if(_0x928758[_0x6ec6('0x51')]){if(_0x308e82[_0x6ec6('0x4b')]){let _0x395606=!0x0;for(const _0x4049a1 of _0x308e82[_0x6ec6('0x75')]()){if(_0x4049a1['containsRange'](_0x12bd9e,!0x0))return _0x308e82;_0x12bd9e[_0x6ec6('0xeb')](_0x4049a1)||(_0x395606=!0x1);}_0x395606&&_0x308e82[_0x6ec6('0xe5')]();}else{const _0x5ceb38=_0x308e82['getFirstRange']();if(_0x5ceb38[_0x6ec6('0xeb')](_0x12bd9e,!0x0))return _0x308e82;_0x39ff04=_0x39ff04[_0x6ec6('0xa5')](_0x5ceb38['start'])?_0x39ff04:_0x5ceb38['start'],_0x54f77c=_0x54f77c[_0x6ec6('0x10d')](_0x5ceb38['end'])?_0x54f77c:_0x5ceb38[_0x6ec6('0xd1')],_0x4f7911?_0x5ceb38[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x4f7911[_0x6ec6('0xd2')]()[_0x6ec6('0x119')])?(_0x4f7911[_0x6ec6('0x1')](),_0x4f7911=_0x308e82):_0x308e82[_0x6ec6('0x1')]():_0x4f7911=_0x308e82;}}if(_0x4f7911)return this[_0x6ec6('0x97')](_0x4f7911,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x39ff04,_0x54f77c)),_0x4f7911;{const _0x59d83d=_0x54747c(),_0x4932a3=this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x39ff04,_0x54f77c),_0x410d88=_0x4ee388['id'],_0x2192f3=_0x3d2983?_0x6ec6('0x38')+_0x3d2983:_0x6ec6('0xfd'),_0x6c129d=this['_setSuggestionData']({'id':_0x59d83d,'type':_0x2192f3,'createdAt':new Date(),'authorId':_0x410d88,'attributes':_0x1667f9});return this[_0x6ec6('0x65')](_0x2192f3,_0x59d83d,_0x410d88,_0x4932a3),_0x6c129d;}}[_0x6ec6('0x2b')](_0xca2825,_0x3f1839=_0x6ec6('0xcf'),_0x210c1f={}){const _0x4214d8=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get']('Users')['me'],_0x384efc=_0xca2825[_0x6ec6('0x98')](_0x450d19=>new _0x341c07(_0x450d19[_0x6ec6('0x119')],_0x450d19[_0x6ec6('0xd1')])),_0x58014f=new Set();for(const _0x2ee19c of _0x384efc)for(const {suggestion:_0x326799,meta:_0x2404dc}of this[_0x6ec6('0x11c')](_0x2ee19c,_0x6ec6('0x113')))_0x2404dc[_0x6ec6('0x51')]&&!_0x2404dc['isNextTo']&&_0x58014f[_0x6ec6('0xb5')](_0x326799);for(const _0x5a910f of _0x58014f)if(_0x5a910f[_0x6ec6('0x4b')]){const _0x47ab08=_0x5a910f[_0x6ec6('0x75')]();(!_0x5a910f[_0x6ec6('0x10a')]||!_0x5a910f[_0x6ec6('0x10a')][_0x6ec6('0x82')])&&(_0x47ab08['every'](_0x58a656=>_0x384efc[_0x6ec6('0xad')](_0x2e0fe8=>_0x2e0fe8[_0x6ec6('0xeb')](_0x58a656,!0x0)))&&_0x5a910f['discard']());if(_0x384efc['every'](_0xaaceb8=>_0x47ab08['some'](_0xa2ae63=>_0xa2ae63[_0x6ec6('0xeb')](_0xaaceb8,!0x0)))){const _0x238e05=this[_0x6ec6('0x37')]['getSuggestionCallback'](_0x6ec6('0xfd'),_0x3f1839,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0x238e05(_0xca2825,null,_0x210c1f)),null;}}else{const _0x2c8096=_0x5a910f[_0x6ec6('0xd2')]();_0x384efc['some'](_0xb5851f=>_0xb5851f[_0x6ec6('0xeb')](_0x2c8096,!0x0))&&_0x5a910f[_0x6ec6('0xe5')]();if(_0x384efc['every'](_0x2e3d72=>_0x2c8096[_0x6ec6('0xeb')](_0x2e3d72,!0x0))){const _0x56be23=this[_0x6ec6('0x37')]['getSuggestionCallback']('deletion',_0x3f1839,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0x56be23(_0x384efc,null,_0x210c1f)),null;}}const _0x2b9dfe=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0xfd'),_0x3f1839,_0x6ec6('0xa0'));let _0x71e5a4=null;for(const _0x359c80 of this[_0x6ec6('0x124')]())if(_0x359c80['author']['id']==_0x4214d8['id']&&_0x359c80['isInContent']&&_0x6ec6('0xfd')==_0x359c80[_0x6ec6('0x127')]&&_0x359c80['subType']==_0x3f1839&&(_0x2b9dfe(_0x359c80[_0x6ec6('0x75')](),_0x384efc)||_0x2b9dfe(_0x384efc,_0x359c80[_0x6ec6('0x75')]()))){if(_0x71e5a4){if(_0x359c80['commentThread']&&_0x359c80[_0x6ec6('0xb1')][_0x6ec6('0x20')])continue;for(const _0x50afc2 of _0x359c80[_0x6ec6('0x75')]())_0x71e5a4[_0x6ec6('0x100')](_0x50afc2)||_0x71e5a4[_0x6ec6('0x4f')](_0x50afc2);_0x359c80['removeMarkers']();}else{_0x71e5a4=_0x359c80;for(const _0x5d873e of _0x384efc)_0x359c80[_0x6ec6('0x100')](_0x5d873e)||_0x359c80[_0x6ec6('0x4f')](_0x5d873e);}}if(_0x71e5a4)return _0x71e5a4;_0x58014f[_0x6ec6('0x9e')]();for(const _0x101d21 of _0x384efc)for(const {suggestion:_0x78337a,meta:_0x2c3cc4}of this['_findSuggestions'](_0x101d21,_0x6ec6('0xfd')))_0x2c3cc4['isOwn']&&_0x58014f[_0x6ec6('0xb5')](_0x78337a);for(const _0x2c0a7e of _0x58014f){const _0x568b47=_0x2c0a7e[_0x6ec6('0x75')]();if(!_0x210c1f||!_0x210c1f[_0x6ec6('0x82')]){if(_0x384efc[_0x6ec6('0x9c')](_0x1c35f3=>_0x568b47[_0x6ec6('0xad')](_0x13c8ab=>_0x13c8ab[_0x6ec6('0xeb')](_0x1c35f3,!0x0))))return _0x2c0a7e;}(!_0x2c0a7e[_0x6ec6('0x10a')]||!_0x2c0a7e[_0x6ec6('0x10a')][_0x6ec6('0x82')])&&(_0x568b47[_0x6ec6('0x9c')](_0x236398=>_0x384efc[_0x6ec6('0xad')](_0x3ca3d3=>_0x3ca3d3[_0x6ec6('0xeb')](_0x236398,!0x0)))&&_0x2c0a7e[_0x6ec6('0xe5')]());}const _0x55a5d0=_0x54747c(),_0x5bf536=_0x4214d8['id'],_0x398d94=_0x6ec6('0x38')+_0x3f1839,_0x4f8ae9=this[_0x6ec6('0x4')]({'id':_0x55a5d0,'type':_0x398d94,'createdAt':new Date(),'authorId':_0x5bf536,'attributes':_0x210c1f});for(const _0x42bf42 of _0x384efc)_0x42bf42[_0x6ec6('0x87')](),_0x42bf42[_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x42bf42[_0x6ec6('0x2e')][_0x6ec6('0xc4')]||this[_0x6ec6('0x65')](_0x398d94,_0x55a5d0,_0x5bf536,_0x42bf42,_0x32d0a2[_0x6ec6('0xae')]());return _0x4f8ae9;}[_0x6ec6('0x97')](_0x510dea,_0x5c7c16){const _0x57ec2e=_0x510dea['getFirstMarker']();this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x4153eb=>{_0x4153eb[_0x6ec6('0x99')](_0x57ec2e,{'range':_0x5c7c16});});}[_0x6ec6('0x2c')](_0x16eb06){const _0xdae454=_0x16eb06['id'],_0x5d090d=this[_0x6ec6('0x5a')][_0x6ec6('0xd4')][_0x6ec6('0x11e')]('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0xdae454)||this[_0x6ec6('0x47')]['addCommentThread']({'channelId':_0x5d090d,'threadId':_0xdae454});const _0x29ee9b=this['_commentsRepository'][_0x6ec6('0xfb')](_0xdae454);_0x29ee9b[_0x6ec6('0x11')]('isRemovable'),_0x29ee9b['isRemovable']=!0x1,_0x16eb06[_0x6ec6('0xb1')]=_0x29ee9b;}['_checkSuggestionCorrectness'](_0x44e546,_0x2b8e8b,_0x184931,_0x22b2a4){if(_0x44e546[_0x6ec6('0x127')]!=_0x2b8e8b||_0x44e546['subType']!=_0x184931||_0x44e546[_0x6ec6('0x1e')]['id']!=_0x22b2a4)throw this[_0x6ec6('0x5a')][_0x6ec6('0x3c')](_0x6ec6('0xb9')),new _0x251ff9('track-changes-suggestion-data-mismatch',this);}[_0x6ec6('0x106')](_0x1f858a,_0x2a6d1d){const _0xbef23a=_0x1f858a['getFirstRange']();if(_0x2a6d1d['isEqual'](_0xbef23a))_0x1f858a[_0x6ec6('0x1')]();else{if(_0xbef23a[_0x6ec6('0xeb')](_0x2a6d1d)){const _0x39e45a=this[_0x6ec6('0xf3')][_0x6ec6('0x95')](_0x2a6d1d[_0x6ec6('0x119')][_0x6ec6('0x29')],_0x6ec6('0xd1'));this[_0x6ec6('0x97')](_0x1f858a,this[_0x6ec6('0xf3')]['createRange'](_0xbef23a[_0x6ec6('0x119')],_0x39e45a));const _0x2d7448=_0x54747c(),_0x19d1f2=_0x1f858a[_0x6ec6('0x1e')]['id'],_0x2e0f2f=_0x1f858a[_0x6ec6('0x127')]+':'+_0x1f858a[_0x6ec6('0x3f')];this['_setSuggestionData']({'id':_0x2d7448,'type':_0x2e0f2f,'createdAt':new Date(),'authorId':_0x19d1f2,'data':_0x1f858a[_0x6ec6('0x78')],'attributes':_0x1f858a[_0x6ec6('0x10a')]});const _0x4042b6=this[_0x6ec6('0xf3')]['createPositionAt'](_0x2a6d1d['end']['parent'],_0x6ec6('0x104')),_0x18356c=this[_0x6ec6('0xf3')]['createRange'](_0x4042b6,_0xbef23a[_0x6ec6('0xd1')]);this[_0x6ec6('0x65')](_0x2e0f2f,_0x2d7448,_0x19d1f2,_0x18356c);}else{if(_0xbef23a[_0x6ec6('0xc7')](_0x2a6d1d[_0x6ec6('0x119')])){const _0x5e1838=this[_0x6ec6('0xf3')]['createPositionAt'](_0x2a6d1d[_0x6ec6('0x119')][_0x6ec6('0x29')],_0x6ec6('0xd1'));this[_0x6ec6('0x97')](_0x1f858a,this['_model'][_0x6ec6('0x4a')](_0xbef23a[_0x6ec6('0x119')],_0x5e1838));}else{const _0x134abb=this['_model'][_0x6ec6('0x95')](_0x2a6d1d[_0x6ec6('0xd1')][_0x6ec6('0xd8')],_0x6ec6('0x104'));this[_0x6ec6('0x97')](_0x1f858a,this['_model']['createRange'](_0x134abb,_0xbef23a[_0x6ec6('0xd1')]));}}}}[_0x6ec6('0xa2')](_0x22be7d){for(const {suggestion:_0xc534bc,meta:_0x1ad7b1}of this[_0x6ec6('0x11c')](_0x22be7d,_0x6ec6('0x113'))){if(!_0x1ad7b1[_0x6ec6('0x51')])continue;const _0x5c752e=_0xc534bc[_0x6ec6('0x75')]();for(const _0x12ae48 of _0x5c752e)if(!_0x22be7d[_0x6ec6('0x7')](_0x12ae48)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x490f43){const _0x8c0c6c=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))[_0x6ec6('0xab')](_0x490f43);if(!_0x8c0c6c)throw new _0x251ff9(_0x6ec6('0x27'),this);return _0x8c0c6c;}[_0x6ec6('0x94')](_0x252d84,_0x4971b3,_0x5baee2,_0x52afe1){const _0x2c0919=this['_getAuthorFromId'](_0x52afe1),_0x610224=this[_0x6ec6('0x37')][_0x6ec6('0x107')](_0x252d84,_0x4971b3,_0x5baee2,_0x2c0919,_0x3d44cd=>this['_updateSuggestionData'](_0x5baee2,{'attributes':_0x3d44cd}));return this[_0x6ec6('0x96')](_0x610224,_0x6ec6('0xfa'),()=>{this[_0x6ec6('0x63')](_0x5baee2,{'state':_0x6ec6('0xff')});},{'priority':_0x6ec6('0xa')}),this[_0x6ec6('0x96')](_0x610224,_0x6ec6('0xe5'),()=>{this[_0x6ec6('0x63')](_0x5baee2,{'state':_0x6ec6('0xc5')});},{'priority':'high'}),this[_0x6ec6('0xb3')][_0x6ec6('0x8e')](_0x5baee2,_0x610224),this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x610224,_0x6ec6('0x7c')),_0x610224;}['_splitMarkerName'](_0x36f574){const _0x2a167b=_0x36f574[_0x6ec6('0x46')](':');return{'group':_0x2a167b[0x0],'type':_0x2a167b[0x1],'subType':_0x2a167b[_0x6ec6('0x20')]>=0x5?_0x2a167b[0x2]:null,'id':_0x2a167b[_0x6ec6('0x20')]<0x5?_0x2a167b[0x2]:_0x2a167b[0x3],'authorId':_0x2a167b[_0x6ec6('0x20')]<0x5?_0x2a167b[0x3]:_0x2a167b[0x4],'markerCount':0x6==_0x2a167b[_0x6ec6('0x20')]?_0x2a167b[0x5]:null};}[_0x6ec6('0x48')](_0x577f4f,_0x3c0ce4,_0x4ea745){const _0x32db21=_0x577f4f[_0x6ec6('0xd2')](),_0x1044bd=_0x32db21[_0x6ec6('0x119')],_0x145286=_0x32db21[_0x6ec6('0xd1')];this['_setSuggestionRange'](_0x577f4f,this[_0x6ec6('0xf3')]['createRange'](_0x1044bd,_0x3c0ce4));const _0x2c25ff=_0x54747c(),_0x4aa417=_0x577f4f[_0x6ec6('0x1e')]['id'],_0x1ae23f=_0x577f4f[_0x6ec6('0x127')]+(_0x577f4f[_0x6ec6('0x3f')]?':'+_0x577f4f[_0x6ec6('0x3f')]:'');this[_0x6ec6('0x4')]({'id':_0x2c25ff,'type':_0x1ae23f,'createdAt':new Date(),'authorId':_0x4aa417,'originalSuggestionId':_0x577f4f['id'],'data':_0x577f4f[_0x6ec6('0x78')]}),'formatBlock'==_0x577f4f[_0x6ec6('0x127')]&&(_0x4ea745=this[_0x6ec6('0xf3')][_0x6ec6('0xd3')](_0x4ea745[_0x6ec6('0xd8')])),this[_0x6ec6('0x65')](_0x1ae23f,_0x2c25ff,_0x4aa417,this[_0x6ec6('0xf3')]['createRange'](_0x4ea745,_0x145286));}[_0x6ec6('0x11c')](_0x674162,_0x165e9c=null){const _0x4bcff5=[],_0x163942=this[_0x6ec6('0xf3')]['schema'],_0x57c136=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'];for(const _0x45e843 of this[_0x6ec6('0x124')]())if(_0x45e843['isInContent']&&(!_0x165e9c||_0x45e843[_0x6ec6('0x127')]==_0x165e9c))for(const _0x30fa39 of _0x45e843[_0x6ec6('0x75')]()){const _0x388b77=_0x674162[_0x6ec6('0x119')][_0x6ec6('0x21')](_0x30fa39[_0x6ec6('0xd1')])||_0x674162[_0x6ec6('0xd1')]['isEqual'](_0x30fa39[_0x6ec6('0x119')]);if(_0x388b77||_0x674162[_0x6ec6('0xd7')](_0x30fa39)){const _0x35be76=_0x674162[_0x6ec6('0xeb')](_0x30fa39)&&mt(_0x163942,_0x30fa39['start'],_0x674162),_0x1afb4b=_0x30fa39[_0x6ec6('0xeb')](_0x674162)&&mt(_0x163942,_0x674162[_0x6ec6('0x119')],_0x30fa39);_0x4bcff5[_0x6ec6('0xb7')]({'suggestion':_0x45e843,'meta':{'isOwn':_0x57c136==_0x45e843[_0x6ec6('0x1e')],'isNextTo':_0x388b77,'isInsideObject':_0x35be76,'containsRangeInObject':_0x1afb4b}});break;}}return _0x4bcff5;}[_0x6ec6('0x65')](_0x52de4d,_0x4a51e4,_0x398ea9,_0x24bc3b,_0x52952c=null){this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x129ca3=>{let _0x5bb413=_0x6ec6('0xa4')+_0x52de4d+':'+_0x4a51e4+':'+_0x398ea9;_0x52952c&&(_0x5bb413=_0x5bb413+':'+_0x52952c),_0x129ca3[_0x6ec6('0x1f')](_0x5bb413,{'range':_0x24bc3b,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x16617e){const _0x4dc654=_0x16617e['previous'],_0x245294=_0x16617e[_0x6ec6('0x108')];_0x16617e[_0x6ec6('0x26')]=null,null!=_0x4dc654&&(_0x4dc654[_0x6ec6('0x108')]=null),_0x16617e[_0x6ec6('0x108')]=null,null!=_0x245294&&(_0x245294[_0x6ec6('0x26')]=null),_0x6ec6('0x28')==this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x16617e)&&(this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x16617e,'removed'),this[_0x6ec6('0x6b')](_0x6ec6('0xe3'),_0x16617e,_0x4dc654,_0x245294));}[_0x6ec6('0x4')](_0xdc55ab){const _0xda38b3=_0xdc55ab['id'],_0x1661ed=this[_0x6ec6('0x110')](_0xdc55ab);if(this[_0x6ec6('0x5')]&&this[_0x6ec6('0x5')][_0x6ec6('0x71')]){const _0x6558a8=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get'](_0x6ec6('0x121')),_0x4ee9ac=_0x1661ed[_0x6ec6('0x6d')],_0x48d06e=_0x1661ed[_0x6ec6('0x3f')]?_0x1661ed['type']+':'+_0x1661ed[_0x6ec6('0x3f')]:_0x1661ed['type'],_0x2306d7=this['editor'][_0x6ec6('0xc2')],_0x42222f=_0x6558a8[_0x6ec6('0xb5')](_0x5d766b(_0x2306d7,_0x6ec6('0xdd'))),_0x3921bb={'id':_0xda38b3,'type':_0x48d06e,'hasComments':_0x4ee9ac,'data':_0xdc55ab[_0x6ec6('0x78')]||null,'originalSuggestionId':_0xdc55ab[_0x6ec6('0x7e')]||null,'attributes':_0x1661ed[_0x6ec6('0x10a')]};this['_adapter'][_0x6ec6('0x71')](_0x3921bb)[_0x6ec6('0x125')](_0x244c61=>{_0x1661ed['_saved']=!0x0,_0x6558a8[_0x6ec6('0xe7')](_0x42222f),_0x244c61&&_0x244c61[_0x6ec6('0xa1')]&&(this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0xda38b3)[_0x6ec6('0xa1')]=_0x244c61['createdAt']);});}return _0x1661ed;}[_0x6ec6('0x63')](_0x2270c7,_0x550dc6){const _0x24ecfe=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')]('PendingActions'),_0x262fde=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x2270c7);if(this[_0x6ec6('0x5')]&&this[_0x6ec6('0x5')]['updateSuggestion']){if(_0x262fde[_0x6ec6('0x39')]){const _0x48e688=_0x24ecfe[_0x6ec6('0xb5')](_0x5d766b(this['editor'][_0x6ec6('0xc2')],'PENDING_ACTION_SUGGESTION'));this[_0x6ec6('0x5')][_0x6ec6('0x4e')](_0x2270c7,_0x550dc6)['then'](()=>{_0x24ecfe['remove'](_0x48e688);});}else _0x262fde['on'](_0x6ec6('0x118'),()=>{this[_0x6ec6('0x63')](_0x2270c7,_0x550dc6);});}}['_getSuggestionData'](_0x100a77){if(!this[_0x6ec6('0x5')]||!this[_0x6ec6('0x5')][_0x6ec6('0xac')])throw new _0x251ff9(_0x6ec6('0x36'),this);return this['_adapter']['getSuggestion'](_0x100a77);}[_0x6ec6('0x59')](_0x22a36f){const {id:_0xa5b6f4,type:_0x318991,subType:_0x44eb1f,authorId:_0x172c8a}=this[_0x6ec6('0x62')](_0x22a36f),_0x7a4755=this['_suggestions']['get'](_0xa5b6f4)||this[_0x6ec6('0x94')](_0x318991,_0x44eb1f,_0xa5b6f4,_0x172c8a);switch(this[_0x6ec6('0x43')](_0x7a4755,_0x318991,_0x44eb1f,_0x172c8a),this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x7a4755)){case _0x6ec6('0x7c'):this[_0x6ec6('0xee')](_0xa5b6f4)['then'](_0x4b4797=>{let _0x22df70=Promise[_0x6ec6('0x12a')]();_0x4b4797[_0x6ec6('0x6d')]&&(_0x22df70=this[_0x6ec6('0x47')][_0x6ec6('0x86')]({'channelId':this[_0x6ec6('0x5a')][_0x6ec6('0xd4')][_0x6ec6('0x11e')](_0x6ec6('0x8c')),'threadId':_0xa5b6f4})),_0x22df70[_0x6ec6('0x125')](()=>{this[_0x6ec6('0x110')](_0x4b4797)[_0x6ec6('0x39')]=!0x0;});}),this[_0x6ec6('0x8d')]['set'](_0x7a4755,_0x6ec6('0xc1'));break;case _0x6ec6('0x2a'):this[_0x6ec6('0x63')](_0xa5b6f4,{'state':_0x6ec6('0x42')});case _0x6ec6('0x6e'):this[_0x6ec6('0x8d')]['set'](_0x7a4755,_0x6ec6('0x28')),this['fire']('suggestionLoaded',_0x7a4755);break;case _0x6ec6('0x28'):this['fire'](_0x6ec6('0x11b'),_0x7a4755);}_0x7a4755[_0x6ec6('0xe9')](_0x22a36f),this[_0x6ec6('0xf7')](_0x7a4755);}['_refreshSuggestionsChain'](_0xbbb1e3){if(_0xbbb1e3[_0x6ec6('0x4b')])return;let _0x10d81c=!0x0,_0x3a9427=!0x0;for(const _0x969ccd of this['getSuggestions']()){if(_0x969ccd[_0x6ec6('0x4b')])continue;if(_0x969ccd==_0xbbb1e3||!_0x969ccd['isInContent'])continue;if(_0x969ccd[_0x6ec6('0x1e')]['id']!=_0xbbb1e3[_0x6ec6('0x1e')]['id'])continue;const _0x4cd6f0=this[_0x6ec6('0x37')]['getSuggestionCallback'](_0xbbb1e3[_0x6ec6('0x127')],_0xbbb1e3[_0x6ec6('0x3f')],_0x6ec6('0xd')),_0x3ad68a=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x969ccd[_0x6ec6('0x127')],_0x969ccd[_0x6ec6('0x3f')],_0x6ec6('0xd')),_0x676dfe=_0x4cd6f0(_0xbbb1e3,_0x969ccd),_0x56fb23=_0x3ad68a(_0xbbb1e3,_0x969ccd);_0x676dfe&&_0x56fb23&&(_0x676dfe[0x1][_0x6ec6('0xb1')]&&_0x676dfe[0x1]['commentThread'][_0x6ec6('0x20')]||(_0x676dfe[0x0][_0x6ec6('0x108')]=_0x676dfe[0x1],_0x676dfe[0x1][_0x6ec6('0x26')]=_0x676dfe[0x0],_0x676dfe[0x0]==_0xbbb1e3?_0x3a9427=!0x1:_0x10d81c=!0x1));}_0xbbb1e3[_0x6ec6('0x26')]&&_0x10d81c&&(_0xbbb1e3[_0x6ec6('0x26')]['next']=null,_0xbbb1e3[_0x6ec6('0x26')]=null),_0xbbb1e3[_0x6ec6('0x108')]&&_0x3a9427&&(_0xbbb1e3[_0x6ec6('0x108')][_0x6ec6('0x26')]=null,_0xbbb1e3[_0x6ec6('0x108')]=null);}[_0x6ec6('0x64')](_0x323540){for(const _0x481dba of this['_suggestions'][_0x6ec6('0xca')]()){if(_0x481dba==_0x323540||!_0x481dba['isInContent'])continue;if(_0x481dba[_0x6ec6('0x127')]!=_0x323540[_0x6ec6('0x127')]||_0x481dba[_0x6ec6('0x1e')]['id']!=_0x323540[_0x6ec6('0x1e')]['id']||_0x481dba[_0x6ec6('0x3f')]!=_0x323540[_0x6ec6('0x3f')])continue;const _0x474197=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x323540['type'],_0x323540[_0x6ec6('0x3f')],'join');if(_0x474197(_0x481dba[_0x6ec6('0x75')](),_0x323540[_0x6ec6('0x75')]())){if(_0x323540[_0x6ec6('0xb1')]&&_0x323540['commentThread'][_0x6ec6('0x20')])continue;return this['_joinSuggestions'](_0x481dba,_0x323540),!0x0;}if(_0x474197(_0x323540[_0x6ec6('0x75')](),_0x481dba['getRanges']())){if(_0x481dba[_0x6ec6('0xb1')]&&_0x481dba['commentThread'][_0x6ec6('0x20')])continue;return this['_joinSuggestions'](_0x323540,_0x481dba),!0x0;}}return!0x1;}[_0x6ec6('0x74')](_0x24049d,_0xd47f19){if(_0x24049d['isMultiRange'])for(const _0x1d484e of _0xd47f19[_0x6ec6('0x75')]())_0x24049d[_0x6ec6('0x4f')](_0x1d484e);else{const _0x252509=_0xd47f19[_0x6ec6('0xd2')]()[_0x6ec6('0xd1')];this['_setSuggestionRange'](_0x24049d,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x24049d[_0x6ec6('0xd2')]()[_0x6ec6('0x119')],_0x252509));}_0xd47f19[_0x6ec6('0x1')]();}}_0x550c42(d,_0x3858ac);class lt{constructor(_0xb16d0c){this['_editor']=_0xb16d0c,this['_model']=_0xb16d0c[_0x6ec6('0x73')],this[_0x6ec6('0x13')]=new Map(),this['_defaultCallbacks']=new Map(),this[_0x6ec6('0xe1')]();}[_0x6ec6('0x107')](_0x55a28c,_0x38f8be,_0x27114f,_0x3dd301,_0x1de7bc){return new _0x32d0a2(this[_0x6ec6('0xf3')],{'type':_0x55a28c,'subType':_0x38f8be,'id':_0x27114f,'author':_0x3dd301,'onAttributesChange':_0x1de7bc,'onAccept':(..._0x4f715e)=>this[_0x6ec6('0xaf')](_0x55a28c,_0x38f8be,_0x6ec6('0xfa'))(..._0x4f715e),'onDiscard':(..._0x1ee37a)=>this['getSuggestionCallback'](_0x55a28c,_0x38f8be,_0x6ec6('0xe5'))(..._0x1ee37a)});}[_0x6ec6('0x6c')](_0x3079a4,_0x3c5b3b,_0x453ec9,_0x79b7e2){const _0xa73223=_0x3079a4+':'+_0x3c5b3b+':'+_0x453ec9;this[_0x6ec6('0x13')][_0x6ec6('0x8e')](_0xa73223,_0x79b7e2);}[_0x6ec6('0xaf')](_0x5dbc5d,_0xa59df4,_0xc19574){const _0x5055f6=_0x5dbc5d+':'+_0xa59df4+':'+_0xc19574;return this['_customCallbacks'][_0x6ec6('0x11e')](_0x5055f6)||this['_defaultCallbacks'][_0x6ec6('0x11e')](_0x5dbc5d+':'+_0xc19574);}[_0x6ec6('0xe1')](){const _0x31f552=()=>{},_0x39459c=_0x493fe8=>{_0x493fe8[_0x6ec6('0x3d')]((_0x5bcd3b,_0x441663)=>_0x5bcd3b[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x441663[_0x6ec6('0x119')])?0x1:-0x1),this[_0x6ec6('0xf3')]['change'](_0x435df7=>{for(const _0x403105 of _0x493fe8){let _0x37c533;_0x37c533=_0x403105['end'][_0x6ec6('0x5c')]&&_0x403105[_0x6ec6('0xd1')][_0x6ec6('0xd8')]==_0x403105[_0x6ec6('0x119')]['nodeAfter']?_0x435df7[_0x6ec6('0x103')](_0x403105[_0x6ec6('0x119')][_0x6ec6('0xf2')],'on'):_0x435df7[_0x6ec6('0x103')](_0x403105),this[_0x6ec6('0xf3')][_0x6ec6('0x115')](_0x37c533,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x28c90b=(_0x255e3e,_0x55e47d)=>{this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x5d74dd=>{const {commandName:_0x210ce5,commandParams:_0x7025ba=[]}=_0x55e47d,_0x2d953f=_0x255e3e[0x0];if(_0x6ec6('0xb2')==_0x2d953f[_0x6ec6('0x2e')]['rootName'])return;const _0x4dcb6f=Array[_0x6ec6('0x55')](this['_model'][_0x6ec6('0x18')][_0x6ec6('0xea')][_0x6ec6('0x75')]())[_0x6ec6('0x98')](_0x50e959=>_0x341c07[_0x6ec6('0x11d')](_0x50e959));dt(_0x2d953f)?_0x5d74dd[_0x6ec6('0xc9')](this[_0x6ec6('0xf3')]['createRange'](_0x2d953f[_0x6ec6('0xd1')])):_0x5d74dd[_0x6ec6('0xc9')](_0x2d953f);for(const _0x3578e2 of this[_0x6ec6('0xf8')][_0x6ec6('0x129')][_0x6ec6('0x129')]())_0x3578e2['refresh']();_0x7025ba[_0x6ec6('0xb7')]({'forceDefaultExecution':!0x0}),this['_editor'][_0x6ec6('0x70')](_0x210ce5,..._0x7025ba);const _0x1021b0=_0x4dcb6f[_0x6ec6('0x79')](_0x3475e3=>_0x6ec6('0xb2')!=_0x3475e3[_0x6ec6('0x2e')][_0x6ec6('0xc4')]);_0x1021b0[_0x6ec6('0x20')]>0x0&&_0x5d74dd['setSelection'](_0x1021b0);for(const _0x25e1ac of _0x4dcb6f)_0x25e1ac[_0x6ec6('0x87')]();});},_0x5c5392=(_0x16144f,_0x36c5b9)=>0x1==_0x16144f['length']&&0x1==_0x36c5b9[_0x6ec6('0x20')]&&_0x16144f[0x0]['end'][_0x6ec6('0x21')](_0x36c5b9[0x0][_0x6ec6('0x119')]),_0x446141=(_0x1737ec,_0x556e7c)=>bt(_0x1737ec,_0x556e7c,this[_0x6ec6('0xf3')])?[_0x1737ec,_0x556e7c]:bt(_0x556e7c,_0x1737ec,this['_model'])?[_0x556e7c,_0x1737ec]:null;this['_defaultCallbacks']['set'](_0x6ec6('0xe2'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('insertion:discard',_0x39459c),this[_0x6ec6('0x9d')]['set']('insertion:join',_0x5c5392),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x9'),_0x446141),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x1d'),_0x39459c),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x9f'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0xd9'),_0x5c5392),this[_0x6ec6('0x9d')]['set'](_0x6ec6('0x5e'),_0x446141),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('formatInline:accept',_0x28c90b),this['_defaultCallbacks'][_0x6ec6('0x8e')](_0x6ec6('0xd5'),_0x31f552),this[_0x6ec6('0x9d')]['set'](_0x6ec6('0xef'),_0x5c5392),this['_defaultCallbacks']['set']('formatInline:chain',_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('formatBlock:accept',_0x28c90b),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x60'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x2d'),_0x5c5392),this['_defaultCallbacks'][_0x6ec6('0x8e')](_0x6ec6('0xbf'),_0x31f552);}}function mt(_0x1bcb2a,_0x4ea6d1,_0xd4725){for(const _0x39a146 of _0x4ea6d1['parent'][_0x6ec6('0xf9')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x39a146[_0x6ec6('0x2e')]==_0x39a146)return!0x1;if(!_0xd4725['containsItem'](_0x39a146))return!0x1;if(_0x1bcb2a[_0x6ec6('0x76')](_0x39a146)||_0x1bcb2a['isLimit'](_0x39a146))return!0x0;}}function dt(_0x42653a){return _0x42653a['end'][_0x6ec6('0xd8')]==_0x42653a[_0x6ec6('0x119')][_0x6ec6('0xf2')]&&_0x42653a[_0x6ec6('0xd1')]['isAtStart'];}function pt(_0x437e62,_0x557c9d,_0x3b11d8,_0xe1c3fc){const _0x343709=_0x454544=>!_0x454544[_0x6ec6('0x10f')]['is'](_0x6ec6('0x120'))&&!_0xe1c3fc[_0x6ec6('0x76')](_0x454544[_0x6ec6('0x10f')]),_0x2e8617=_0x437e62['start'][_0x6ec6('0x5d')](_0x343709),_0x538d8b=_0x437e62[_0x6ec6('0xd1')]['getLastMatchingPosition'](_0x343709,{'direction':_0x6ec6('0x58')});return(!_0x437e62[_0x6ec6('0x119')]['isEqual'](_0x2e8617)||!_0x437e62[_0x6ec6('0xd1')][_0x6ec6('0x21')](_0x538d8b))&&(_0x2e8617[_0x6ec6('0xa5')](_0x538d8b)?_0x3b11d8[_0x6ec6('0x99')](_0x557c9d,{'range':_0x3b11d8['createRange'](_0x2e8617,_0x538d8b)}):_0x3b11d8[_0x6ec6('0xfe')](_0x557c9d),!0x0);}function kt(_0x37d6b2){return _0x1d81a6(_0x37d6b2);}function wt(_0x1f6dd7){const _0x2b9a79=_0x1f6dd7[_0x6ec6('0x119')][_0x6ec6('0xf2')];return _0x2b9a79&&_0x2b9a79['is']('element');}function yt(_0x318867,_0x2fd75a){const _0x387b64=_0x2fd75a['schema'][_0x6ec6('0x76')](_0x318867)||_0x2fd75a['schema'][_0x6ec6('0x6a')](_0x318867);return _0x2fd75a[_0x6ec6('0x4a')](_0x2fd75a[_0x6ec6('0x95')](_0x318867,_0x6ec6('0xe4')),_0x387b64?_0x2fd75a[_0x6ec6('0x109')](_0x318867):_0x2fd75a['createPositionAt'](_0x318867,'end'));}function bt(_0x598f7a,_0x2d89fe,_0x2b68e0){const _0x94f5b7=_0x598f7a[_0x6ec6('0xd2')](),_0x19f376=_0x2d89fe[_0x6ec6('0xd2')]();if(_0x94f5b7[_0x6ec6('0xd1')]['isEqual'](_0x19f376['start']))return!0x0;if(_0x598f7a[_0x6ec6('0x127')]!=_0x2d89fe[_0x6ec6('0x127')])return!0x1;if(!_0x94f5b7[_0x6ec6('0xd1')]['isTouching'](_0x19f376[_0x6ec6('0x119')]))return!0x1;const _0x1d0c8a=_0x2b68e0[_0x6ec6('0x4a')](_0x94f5b7[_0x6ec6('0xd1')],_0x19f376[_0x6ec6('0x119')])[_0x6ec6('0x8f')]();for(const _0x1b9cf7 of _0x1d0c8a)if([_0x6ec6('0xa3'),_0x6ec6('0xcd')][_0x6ec6('0xb8')](_0x1b9cf7[_0x6ec6('0x127')])&&_0x2b68e0[_0x6ec6('0xb6')][_0x6ec6('0x17')](_0x1b9cf7[_0x6ec6('0x10f')]))return!0x1;return!0x0;}
23
+ const _0x1bbd=['_setSuggestionData','length','refresh','plugins','markerReady','_getSuggestionData','buildSuggestion','track-changes-user-not-found','commandName','isOwn','createPositionAt','includes','PENDING_ACTION_SUGGESTION','marker-count','isBefore','_editor','markBlockFormat','isIntersectingWithRange','formatBlock:accept','_rangeIsInLocalUserInsertion','dataReady','low','skipNestingCheck','addSuggestionData','suggestion','selection','addHighlight','formatInline','deletion:','root','return','trackChanges','getMarkers','subType','type','updateMarker','insertion:','createPositionAfter','unbind','containsRangeInObject','element','values','mapper','_getAuthorFromId','getCustomProperty','deletion','markMultiRangeInsertion','_suggestions','registerCustomCallback','change','then','editing','showSuggestionHighlights','isNextTo','notReady','fromCharCode','init','conversion','markInsertion','setTo','head','createSelection','isObject','markMultiRangeBlockFormat','ready','discardAllSuggestions','splice','_handleNewSuggestionMarker','stop','containsRange','name','_findSuggestions','ck-suggestion-marker--active','clear','removed','howMany','markerToData','adapter','formatBlock','position','suggestionChanged','_refreshSuggestionsChain','isTouching','insert','removeClass','join','push','addSuggestion','range','editingDowncast','PendingActions','fromRange','data','getCommentThread','editor','isAtStart','getItems','formatGroupId','clone','rejected','getChangedMarkers','getIntersection','_descriptionFactory','getSuggestions','markInlineFormat','createRange','isLocal','hasComments','isAfter','_customCallbacks','_createSuggestion','deletion:join','config','suggestion:','getAttribute','originalSuggestionId','collaboration.channelId','parent','discard','_joinWithAdjacentSuggestions','getFirstRange','markDeletion','suggestionUnloaded','isRemovable','open','getNearestSelectionRange','enableCommand','addMarker:suggestion:formatBlock','createRangeIn','track-changes-adapter-missing-getsuggestion','discardSelectedSuggestions','removeMarker:suggestion:formatBlock','accept','model','after','batch','ck-suggestion-marker','map','track-changes-adapter-already-set','createdAt','elementToElement','TrackChangesEditing','formatInline:','split','track-changes-suggestion-data-mismatch','activeMarkers','end','markerToHighlight','_setSuggestionRange','_suggestionState','document','acceptSuggestion','getAncestors','for','before','_commentsRepository','containsItem','add','_checkSuggestionCorrectness','fetchCommentThread','containsPosition','elementStart','markers','Users','forceDefaultExecution','applyOperation','createPositionBefore','isInContent','track-changes-command-not-found','commentThread','_onDiscard','_addSuggestionMarker','acceptSelectedSuggestions','insertion:discard','fire','suggestion-type','CommentsRepository','execute','pluginName','nodeBefore','_updateSuggestionData','isCollapsed','addClass','_cutOutSuggestionMarker','getSuggestion','markMultiRangeDeletion','removeAttribute','updateSuggestion','getRanges','oldRange','formatBlock:chain','value','next','previous','_enabledCommands','addComment','some','targetPosition','formatBlock:','schema','writer','hasCommentThread','multi','_saved','isEqual','_removeSuggestion','removeMarker','data-suggestion','isDocumentOperation','_adapter','dataToMarker','options','change:data','track-changes-suggestion-not-found','nodeAfter','createElement','commands','consume','addMarkerName','isLimit','detach','listenTo','from','filter','markerNameToElements','enableReadOnlyMode','get','high','addMarker','start','differ','getShiftedBy','getFirstMarker','setSelection','_isForcedDefaultExecutionBlock','requires','discardSuggestion','getAllAdjacentSuggestions','getMultiRangeId','isInsideObject','insertContent','isUndo','consumable','_defaultCallbacks','getDifference','insertion:chain','attributes','getWalker','_suggestionFactory','change:activeMarkers','acceptAllSuggestions','newRange','every','_registerDefaultCallbacks','toJSON','removeComment','registerPostFixer','multipleBlocks','remove','addRange','item','author','suggestionLoaded','deletion:accept','textProxy','getSuggestionCallback','markerName','dataDowncast','rootName','sort','trackChangesCommand','_joinSuggestions','formatBlock:discard','removeMarkers','bindElementToMarker','upcast','hasSuggestion','$graveyard','isMultiRange','move','isSelectable','rethrowUnexpectedError','change:_saved','_model','insertion','ck-suggestion-marker-formatBlock','size','documentSelection','has','formatInline:join','deleteContent','locale','toViewElement','_breakSuggestionMarker','isAtEnd','_splitMarkerName','getChanges','moveTargetPosition','highest','set','forward','formatInline:accept'];(function(_0x3fd57b,_0x1bbd85){const _0x27f9e0=function(_0xad268a){while(--_0xad268a){_0x3fd57b['push'](_0x3fd57b['shift']());}};_0x27f9e0(++_0x1bbd85);}(_0x1bbd,0x170));const _0x27f9=function(_0x3fd57b,_0x1bbd85){_0x3fd57b=_0x3fd57b-0x0;let _0x27f9e0=_0x1bbd[_0x3fd57b];return _0x27f9e0;};import{Plugin as _0x19a45c,PendingActions as _0x173c9e}from'ckeditor5/src/core';import{LiveRange as _0xdaaa0f}from'ckeditor5/src/engine';import{CKEditorError as _0x38ab46,uid as _0x322ea4,priorities as _0x505c8c,EmitterMixin as _0x4f6dcf,mix as _0x4b58ec}from'ckeditor5/src/utils';import{toWidget as _0x228704}from'ckeditor5/src/widget';import{Users as _0x4c5634}from'ckeditor5-collaboration/src/collaboration-core';import _0x4a84ff from'./commands/trackchangescommand';import _0x45073c from'./commands/acceptsuggestioncommand';import _0x5541a8 from'./commands/discardsuggestioncommand';import _0x262ddd from'./commands/acceptallsuggestionscommand';import _0x47cd3d from'./commands/acceptselectedsuggestionscommand';import _0x17b9cb from'./commands/discardallsuggestionscommand';import _0x33f42e from'./commands/discardselectedsuggestionscommand';import _0xfe1c55 from'./suggestion';import _0x5e999a from'./suggestiondescriptionfactory';import _0x54a323 from'./integrations/alignment';import _0x160b6b from'./integrations/basicstyles';import _0x541c5e from'./integrations/blockquote';import _0x55007e from'./integrations/ckbox';import _0x272446 from'./integrations/codeblock';import _0x1ddd73 from'./integrations/comments';import _0x3cc51f from'./integrations/deletecommand';import _0x436670 from'./integrations/entercommand';import _0x3afc35 from'./integrations/font';import _0x413da3 from'./integrations/heading';import _0x22b391 from'./integrations/highlight';import _0x2319ef from'./integrations/horizontalline';import _0x1f15bc from'./integrations/htmlembed';import _0x48bf6f from'./integrations/image';import _0x18d3f4 from'./integrations/indent';import _0x597831 from'./integrations/inputcommand';import _0x237a71 from'./integrations/link';import _0x8c9653 from'./integrations/list';import _0x56e41c from'./integrations/mediaembed';import _0x3696cb from'./integrations/mention';import _0x368f33 from'./integrations/pagebreak';import _0x409cf3 from'./integrations/paragraph';import _0x4b61cf from'./integrations/removeformat';import _0x29e562 from'./integrations/restrictededitingmode';import _0x399b00 from'./integrations/shiftentercommand';import _0x4ef2e7 from'./integrations/standardeditingmode';import _0x2f645b from'./integrations/table';import _0x56bfda from'./integrations/tablemergesplit';import _0x1c86a4 from'./integrations/tableheadings';import _0x4deea9 from'./integrations/tableclipboard';import _0x1a94a2 from'./integrations/title';import _0x598515 from'./integrations/undo';import _0x437ad9 from'./utils/hashobject.js';import{getTranslation as _0x1f9598}from'./utils/common-translations';export default class d extends _0x19a45c{static get[_0x27f9('0xa9')](){return[_0x27f9('0x6e'),_0x4c5634,_0x173c9e,_0x54a323,_0x160b6b,_0x541c5e,_0x55007e,_0x272446,_0x1ddd73,_0x3cc51f,_0x436670,_0x3afc35,_0x413da3,_0x22b391,_0x2319ef,_0x1f15bc,_0x48bf6f,_0x18d3f4,_0x597831,_0x237a71,_0x8c9653,_0x56e41c,_0x3696cb,_0x368f33,_0x409cf3,_0x4b61cf,_0x29e562,_0x399b00,_0x4ef2e7,_0x2f645b,_0x56bfda,_0x1c86a4,_0x4deea9,_0x1a94a2,_0x598515];}static get[_0x27f9('0x70')](){return _0x27f9('0x4b');}constructor(_0x1de651){function _0xd57458(_0x1e298b){return _0x1e298b[_0x27f9('0x47')](_0x55e06e=>String[_0x27f9('0x123')](_0x55e06e))[_0x27f9('0x13')]('');}super(_0x1de651),this[_0x27f9('0xe9')]('activeMarkers',[]),this['on'](_0x27f9('0xb7'),(_0x33b29b,_0x10e2ec,_0x29186a,_0x278c4b)=>{this['_model'][_0x27f9('0x11d')](()=>{for(const _0x5899b2 of[..._0x278c4b,..._0x29186a])this[_0x27f9('0xd9')][_0x27f9('0x60')]['has'](_0x5899b2)&&_0x1de651[_0x27f9('0x11f')]['reconvertMarker'](_0x5899b2);});}),this[_0x27f9('0x24')]=new _0x5e999a(this[_0x27f9('0x1c')]['model'][_0x27f9('0x85')],this[_0x27f9('0x1c')][_0x27f9('0xe1')]),this[_0x27f9('0x8f')]=null,this['_suggestionFactory']=new dt(this[_0x27f9('0x1c')]),this[_0x27f9('0x11b')]=new Map(),this[_0x27f9('0x59')]=_0x1de651['plugins'][_0x27f9('0xa0')]('CommentsRepository'),this[_0x27f9('0x80')]=new Set(),this[_0x27f9('0xd9')]=this[_0x27f9('0x1c')][_0x27f9('0x43')],this[_0x27f9('0x53')]=new WeakMap(),this[_0x27f9('0xa8')]=!0x1,this[_0xd57458([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xd57458([0x34,0x30,0x34,0x34,0x31,0x32,0x35,0x38]);}[_0x27f9('0x124')](){const _0x277d39=this['editor'];_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0x17'))[_0x27f9('0x51')]({'model':_0x27f9('0x104'),'view':_0x347111=>{const {id:_0x198ba4,type:_0x31f1f4}=this[_0x27f9('0xe5')](_0x347111[_0x27f9('0xc8')]),_0xb786a4=[_0x27f9('0x46'),'ck-suggestion-marker-'+_0x31f1f4];let _0x5f0b89=0xbb8;return this[_0x27f9('0x4f')][_0x27f9('0xf7')](_0x347111[_0x27f9('0xc8')])&&(_0xb786a4[_0x27f9('0x14')](_0x27f9('0x6')),_0x5f0b89=0xbc2),_0x27f9('0x119')==_0x31f1f4&&(_0x5f0b89+=0x5),{'classes':_0xb786a4,'attributes':{'data-suggestion':_0x198ba4},'priority':_0x5f0b89};}}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xc9'))[_0x27f9('0x5b')](_0xe6e84c=>{_0xe6e84c['on']('addMarker:suggestion',(_0x56208d,_0x1f56e6,_0x1c923c)=>{if(!_0x1c923c['options'][_0x27f9('0x120')])return;const _0x4f1f6e=_0x1f56e6[_0x27f9('0xc2')];if(!_0x4f1f6e)return;const _0x44f7ab=_0x1c923c[_0x27f9('0x116')][_0x27f9('0xe2')](_0x4f1f6e);_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')]['isObject'](_0x4f1f6e)&&_0x44f7ab&&!_0x44f7ab[_0x27f9('0x118')]('widget')&&_0x44f7ab['is']('containerElement')&&_0x228704(_0x44f7ab,_0x1c923c['writer']);},{'priority':_0x27f9('0xa1')});}),_0x277d39['conversion']['for'](_0x27f9('0xc9'))[_0x27f9('0x51')]({'model':_0x27f9('0x104'),'view':(_0x7f22ad,_0x39edc6)=>{if(!_0x39edc6['options'][_0x27f9('0x120')])return null;const {type:_0x2106ac}=this[_0x27f9('0xe5')](_0x7f22ad['markerName']);return{'classes':[_0x27f9('0x46'),'ck-suggestion-marker-'+_0x2106ac],'priority':0xbb8};}});const _0x98f17d=({showActiveMarkers:_0x472b5a=!0x0}={})=>(_0x30c262,_0x2fe4e5,_0x4c83ad)=>{if(!_0x2fe4e5['item'])return;if(_0x2fe4e5['item']['is'](_0x27f9('0x105')))return void _0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2fe4e5[_0x27f9('0xc2')],_0x30c262[_0x27f9('0x4')]);const _0x1f401b=_0x4c83ad[_0x27f9('0x116')][_0x27f9('0xe2')](_0x2fe4e5[_0x27f9('0xc2')]);if(!(_0x2fe4e5['item']['is'](_0x27f9('0x114'))&&_0x277d39['model']['schema']['isBlock'](_0x2fe4e5[_0x27f9('0xc2')])&&!_0x1f401b['getCustomProperty'](_0x27f9('0x106'))))return;const {id:_0x3f6601}=this['_splitMarkerName'](_0x2fe4e5[_0x27f9('0xc8')]);_0x4c83ad[_0x27f9('0x86')][_0x27f9('0x74')](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1f401b),_0x4c83ad[_0x27f9('0x86')]['setAttribute'](_0x27f9('0x8d'),_0x3f6601,_0x1f401b),_0x4c83ad[_0x27f9('0x116')][_0x27f9('0xd0')](_0x1f401b,_0x2fe4e5[_0x27f9('0xc8')]),_0x472b5a&&(this['activeMarkers'][_0x27f9('0xf7')](_0x2fe4e5[_0x27f9('0xc8')])?_0x4c83ad[_0x27f9('0x86')]['addClass']('ck-suggestion-marker--active',_0x1f401b):_0x4c83ad[_0x27f9('0x86')][_0x27f9('0x12')](_0x27f9('0x6'),_0x1f401b));for(const _0x2ac258 of _0x277d39[_0x27f9('0x43')][_0x27f9('0x3e')](_0x2fe4e5[_0x27f9('0xc2')])[_0x27f9('0x1e')]())_0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2ac258,_0x30c262['name']);_0x4c83ad[_0x27f9('0xb0')][_0x27f9('0x97')](_0x2fe4e5[_0x27f9('0xc2')],_0x30c262[_0x27f9('0x4')]);};_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xc9'))[_0x27f9('0x5b')](_0x15ce9e=>{_0x15ce9e['on'](_0x27f9('0x3d'),(_0x57ea7d,_0xfb3046,_0x4891fa)=>{_0x4891fa[_0x27f9('0x91')][_0x27f9('0x120')]&&_0x98f17d({'showActiveMarkers':!0x1})(_0x57ea7d,_0xfb3046,_0x4891fa);},{'priority':_0x27f9('0xe8')});}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')]('dataDowncast')[_0x27f9('0xa')]({'model':_0x27f9('0x104'),'view':(_0x34fa65,_0x481b38)=>_0x481b38[_0x27f9('0x91')][_0x27f9('0x120')]?null:{'group':_0x27f9('0x104'),'name':_0x34fa65['substr'](_0x27f9('0x104')[_0x27f9('0xed')]+0x1)}}),_0x277d39[_0x27f9('0x125')][_0x27f9('0x57')](_0x27f9('0xd1'))[_0x27f9('0x4a')]({'view':{'name':_0x27f9('0x104'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x296512,{writer:_0x136cd2})=>{let _0x556309='suggestion:'+_0x296512['getAttribute'](_0x27f9('0x6d'))+':'+_0x296512[_0x27f9('0x30')]('id');return _0x296512[_0x27f9('0x30')](_0x27f9('0xf9'))&&(_0x556309+=':'+_0x296512[_0x27f9('0x30')](_0x27f9('0xf9'))),_0x136cd2[_0x27f9('0x95')]('$marker',{'data-name':_0x556309});}}),_0x277d39[_0x27f9('0x125')]['for'](_0x27f9('0xd1'))[_0x27f9('0x90')]({'view':_0x27f9('0x104')}),_0x277d39['conversion'][_0x27f9('0x57')](_0x27f9('0x17'))['add'](_0x48426c=>{_0x48426c['on'](_0x27f9('0x3d'),_0x98f17d(),{'priority':_0x27f9('0xa1')});}),_0x277d39['conversion']['for'](_0x27f9('0x17'))['add'](_0x526085=>{_0x526085['on'](_0x27f9('0x41'),(_0x4a3481,_0x5113e4,_0x25b083)=>{const _0x25dee1=_0x25b083[_0x27f9('0x116')][_0x27f9('0x9e')](_0x5113e4[_0x27f9('0xc8')]);if(_0x25dee1)for(const _0x5a2d52 of _0x25dee1)_0x5a2d52['getCustomProperty'](_0x27f9('0x106'))||(_0x25b083[_0x27f9('0x86')][_0x27f9('0x12')](['ck-suggestion-marker',_0x27f9('0xdb'),_0x27f9('0x6')],_0x5a2d52),_0x25b083[_0x27f9('0x86')][_0x27f9('0x78')](_0x27f9('0x8d'),_0x5a2d52),_0x25b083['mapper']['unbindElementFromMarkerName'](_0x5a2d52,_0x5113e4['markerName']));},{'priority':'high'});}),_0x277d39['model'][_0x27f9('0x54')][_0x27f9('0xbe')](_0x2fb094=>{let _0x4c3ccc=!0x1;const _0x1712e4=Array['from'](_0x277d39[_0x27f9('0x43')]['document']['differ']['getChangedMarkers']());for(const {name:_0x263d23,data:_0x3a20b7}of _0x1712e4){const {group:_0x62796e,type:_0x4c1078,id:_0x359b49}=this[_0x27f9('0xe5')](_0x263d23);if(_0x27f9('0x104')!==_0x62796e)continue;const _0xfb1d96=this['_suggestions']['get'](_0x359b49);if(null!=_0x3a20b7[_0x27f9('0xb9')]){_0x27f9('0x107')==_0x4c1078&&(_0x4c3ccc=_0x4c3ccc||wt(_0x3a20b7['newRange'],_0x263d23,_0x2fb094,_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')]));if(_0x3a20b7['newRange'][_0x27f9('0x73')]||_0x27f9('0xd3')==_0x3a20b7[_0x27f9('0xb9')][_0x27f9('0x109')][_0x27f9('0xca')]||'formatBlock'==_0x4c1078&&!bt(_0x3a20b7[_0x27f9('0xb9')])||_0x27f9('0x119')==_0x4c1078&&!(!kt(_0x250ace=_0x3a20b7[_0x27f9('0xb9')])&&!function(_0x12a43a){return _0x12a43a[_0x27f9('0xa3')][_0x27f9('0x33')]==_0x12a43a[_0x27f9('0x50')][_0x27f9('0x71')]&&_0x12a43a['start'][_0x27f9('0xe4')];}(_0x250ace)))_0x2fb094[_0x27f9('0x8c')](_0x263d23),_0x4c3ccc=!0x0;else{if(!_0xfb1d96||!_0xfb1d96[_0x27f9('0x65')])continue;_0x4c3ccc=!!this[_0x27f9('0x35')](_0xfb1d96)||_0x4c3ccc;}}}var _0x250ace;return _0x4c3ccc;}),_0x277d39['model']['document'][_0x27f9('0xbe')](_0x45ac49=>{let _0x35a006=!0x1;for(const _0x3a9f55 of _0x277d39[_0x27f9('0x43')][_0x27f9('0x54')][_0x27f9('0xa4')][_0x27f9('0xe6')]()){if(_0x27f9('0x11')!=_0x3a9f55[_0x27f9('0x10e')])continue;const _0x21bbd7=_0x3a9f55[_0x27f9('0xd')][_0x27f9('0xa5')](_0x3a9f55['length']);if(_0x21bbd7[_0x27f9('0xe4')])for(const _0x519b3b of this[_0x27f9('0x11b')]['values']()){if(_0x519b3b[_0x27f9('0xd4')]||!_0x519b3b['isInContent'])continue;if(_0x27f9('0xc')!=_0x519b3b[_0x27f9('0x10e')])continue;const _0x26fa2c=_0x519b3b[_0x27f9('0x36')]();if(_0x26fa2c[_0x27f9('0xa3')]['parent']!=_0x26fa2c[_0x27f9('0x50')][_0x27f9('0x33')]&&_0x26fa2c[_0x27f9('0x50')][_0x27f9('0x8a')](_0x3a9f55[_0x27f9('0xd')])){const _0x2a97c2=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x26fa2c[_0x27f9('0xa3')],_0x21bbd7);_0x45ac49[_0x27f9('0x10f')](_0x519b3b['getFirstMarker'](),{'range':_0x2a97c2}),_0x35a006=!0x0;}}}return _0x35a006;}),_0x277d39[_0x27f9('0x43')]['markers']['on']('update:suggestion',(_0x34f9f9,_0x22eac2,_0x26eaf9)=>{if(null==_0x26eaf9){const {id:_0x4ff5d2}=this[_0x27f9('0xe5')](_0x22eac2[_0x27f9('0x4')]),_0x411493=this['_suggestions'][_0x27f9('0xa0')](_0x4ff5d2);_0x411493&&_0x411493[_0x27f9('0x98')](_0x22eac2['name']);}}),_0x277d39['model']['document']['on'](_0x27f9('0x92'),()=>{const _0x431a06=Array[_0x27f9('0x9c')](_0x277d39['model']['document'][_0x27f9('0xa4')][_0x27f9('0x22')]());_0x431a06[_0x27f9('0xcb')]((_0x297194,_0x9f09f2)=>{const _0xca5a07=_0x297194['data']['oldRange'],_0x113bf1=_0x9f09f2['data']['oldRange'];return null===_0xca5a07&&null===_0x113bf1?0x0:null===_0xca5a07&&null!==_0x113bf1?-0x1:null!==_0xca5a07&&null===_0x113bf1?0x1:_0xca5a07[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x113bf1[_0x27f9('0xa3')])?-0x1:0x1;});const _0x17b653=new Set();for(const {name:_0x13378d,data:_0x5977e5}of _0x431a06){const {group:_0x49965e,id:_0x2c5a01}=this['_splitMarkerName'](_0x13378d);if(_0x27f9('0x104')===_0x49965e&&(null===_0x5977e5[_0x27f9('0x7b')]&&this[_0x27f9('0x1')](_0x13378d),null===_0x5977e5[_0x27f9('0xb9')])){const _0x512ef6=this['_suggestions'][_0x27f9('0xa0')](_0x2c5a01);_0x512ef6[_0x27f9('0x65')]?_0x17b653[_0x27f9('0x5b')](_0x512ef6):this[_0x27f9('0x8b')](_0x512ef6);}}for(const {name:_0x14e610,data:_0x1d4a6a}of _0x431a06){const {group:_0x53d5e4,id:_0x1dfbbb}=this[_0x27f9('0xe5')](_0x14e610);if(_0x27f9('0x104')!==_0x53d5e4)continue;const _0x222855=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x1dfbbb);null!=_0x1d4a6a[_0x27f9('0xb9')]&&null!=_0x1d4a6a[_0x27f9('0x7b')]&&(this[_0x27f9('0xf')](_0x222855),_0x17b653[_0x27f9('0x5b')](_0x222855[_0x27f9('0x128')]));}for(const _0x476ab5 of _0x17b653)this[_0x27f9('0x6c')](_0x27f9('0xe'),_0x476ab5);_0x17b653['clear']();}),_0x277d39[_0x27f9('0x43')]['on'](_0x27f9('0x63'),(_0x195d8a,_0x4f4664)=>{const _0x17d644=_0x4f4664[0x0];if(!this[_0x27f9('0x11b')][_0x27f9('0xdc')])return;if(!_0x17d644[_0x27f9('0x8e')])return;if(_0x17d644['batch'][_0x27f9('0xaf')]||!_0x17d644[_0x27f9('0x45')][_0x27f9('0x28')])return;let _0x50b173,_0x13277a;switch(_0x17d644[_0x27f9('0x10e')]){case _0x27f9('0x11'):_0x50b173=_0x277d39[_0x27f9('0x43')]['createPositionAt'](_0x17d644[_0x27f9('0xd')]),_0x13277a=_0x50b173[_0x27f9('0xa5')](_0x17d644[_0x27f9('0x9')]);break;case _0x27f9('0x4d'):_0x50b173=_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x17d644['splitPosition']),_0x13277a=_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x17d644[_0x27f9('0xe7')]);break;case _0x27f9('0xd5'):_0x50b173=_0x277d39['model']['createPositionAt'](_0x17d644[_0x27f9('0x83')]),_0x13277a=_0x50b173[_0x27f9('0xa5')](_0x17d644[_0x27f9('0x9')]);break;default:return;}const _0x118050=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x50b173,_0x13277a);_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const {suggestion:_0x27486b,meta:_0x4ad3ff}of this[_0x27f9('0x5')](_0x118050)){if(_0x27486b[_0x27f9('0xd4')])continue;if(_0x27f9('0x107')==_0x27486b[_0x27f9('0x10e')])continue;const _0x54bfed=_0x27486b[_0x27f9('0x1a')]&&_0x27486b[_0x27f9('0x1a')][_0x27f9('0xbf')];(_0x27f9('0xc')!=_0x27486b[_0x27f9('0x10e')]||_0x27f9('0x4d')==_0x17d644['type']&&!_0x54bfed)&&(_0x4ad3ff[_0x27f9('0x113')]||'insertion'==_0x27486b['type']&&_0x4ad3ff[_0x27f9('0xf5')]||_0x27486b['getFirstRange']()[_0x27f9('0x3')](_0x118050)&&this[_0x27f9('0xe3')](_0x27486b,_0x50b173,_0x13277a));}});},{'priority':'lowest'}),_0x277d39['model']['on'](_0x27f9('0xe0'),(_0x3cc3c0,_0x333557)=>{const _0x56206d=_0x333557[0x0],_0x2dddc2=_0x333557[0x1];if(_0x2dddc2&&_0x2dddc2['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this[_0x27f9('0xcc')][_0x27f9('0x7d')])return;if(_0x56206d[_0x27f9('0x73')])return;const _0x2f8e4a=_0x277d39[_0x27f9('0x43')][_0x27f9('0x85')],{start:_0x1afea6,end:_0x11b180}=_0x56206d[_0x27f9('0x36')](),_0x1c3433=_0x1afea6[_0x27f9('0x94')]&&_0x2f8e4a[_0x27f9('0x12a')](_0x1afea6[_0x27f9('0x94')])?null:_0x2f8e4a[_0x27f9('0x3b')](_0x1afea6,_0x27f9('0xea')),_0x21495b=_0x11b180[_0x27f9('0x71')]&&_0x2f8e4a[_0x27f9('0x12a')](_0x11b180[_0x27f9('0x71')])?null:_0x2f8e4a[_0x27f9('0x3b')](_0x11b180,'backward'),_0x179f30=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x1c3433?_0x1c3433[_0x27f9('0xa3')]:_0x1afea6,_0x21495b?_0x21495b[_0x27f9('0x50')]:_0x11b180);_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](_0x4d0ad3=>{this[_0x27f9('0x37')](_0x179f30);const _0x41a3fd=_0x277d39['model']['schema'][_0x27f9('0x3b')](_0x179f30[_0x27f9('0xa3')]);_0x56206d['is'](_0x27f9('0xdd'))?_0x4d0ad3['setSelection'](_0x41a3fd):_0x56206d[_0x27f9('0x127')](_0x41a3fd);}),_0x3cc3c0[_0x27f9('0x2')]();},{'priority':_0x505c8c['normal']+0xa}),_0x277d39[_0x27f9('0x43')]['on'](_0x27f9('0xae'),(_0x380ff7,_0x195ce7)=>{const _0x5d031a=_0x195ce7[_0x195ce7['length']-0x1];_0x5d031a&&_0x5d031a[_0x27f9('0x62')]||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand'][_0x27f9('0x7d')]&&(_0x277d39[_0x27f9('0x43')][_0x27f9('0x11d')](()=>{let _0x431c84=_0x277d39[_0x27f9('0x43')]['insertContent'](_0x195ce7[0x0],_0x195ce7[0x1],_0x195ce7[0x2],_0x195ce7[0x3],{'forceDefaultExecution':!0x0});if(!_0x431c84)return;_0x380ff7[_0x27f9('0x10a')]=_0x431c84[_0x27f9('0x20')]();const _0x18d836=_0x431c84[_0x27f9('0x50')]['nodeBefore'],_0x138e27=_0x277d39['model']['schema'];_0x18d836&&_0x138e27['isBlock'](_0x18d836)&&!_0x138e27[_0x27f9('0x12a')](_0x18d836)&&(_0x431c84=_0x277d39[_0x27f9('0x43')][_0x27f9('0x27')](_0x431c84[_0x27f9('0xa3')],_0x277d39[_0x27f9('0x43')][_0x27f9('0xf6')](_0x18d836,_0x27f9('0x50')))),this['markInsertion'](_0x431c84);}),_0x380ff7[_0x27f9('0x2')]());},{'priority':_0x27f9('0xa1')}),this[_0x27f9('0xcc')]=new _0x4a84ff(_0x277d39,this[_0x27f9('0x80')]),this[_0x27f9('0x1c')][_0x27f9('0x96')][_0x27f9('0x5b')]('trackChanges',this['trackChangesCommand']),this[_0x27f9('0x3c')](_0x27f9('0x10b'));const _0xfa177c=new _0x45073c(_0x277d39,this[_0x27f9('0x11b')]);_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')](_0x27f9('0x55'),_0xfa177c),this[_0x27f9('0x3c')]('acceptSuggestion');const _0x3bd353=new _0x5541a8(_0x277d39,this['_suggestions']);_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')]('discardSuggestion',_0x3bd353),this['enableCommand']('discardSuggestion'),_0x277d39[_0x27f9('0x96')][_0x27f9('0x5b')](_0x27f9('0xb8'),new _0x262ddd(_0x277d39,_0xfa177c,this[_0x27f9('0x11b')])),this[_0x27f9('0x3c')](_0x27f9('0xb8')),_0x277d39[_0x27f9('0x96')]['add'](_0x27f9('0x12d'),new _0x17b9cb(_0x277d39,_0x3bd353,this[_0x27f9('0x11b')])),this['enableCommand'](_0x27f9('0x12d')),_0x277d39['commands'][_0x27f9('0x5b')]('acceptSelectedSuggestions',new _0x47cd3d(_0x277d39,_0xfa177c,this[_0x27f9('0x11b')])),this[_0x27f9('0x3c')](_0x27f9('0x6a')),_0x277d39['commands'][_0x27f9('0x5b')](_0x27f9('0x40'),new _0x33f42e(_0x277d39,_0x3bd353,this[_0x27f9('0x11b')])),this['enableCommand'](_0x27f9('0x40'));const _0x397eac=_0x277d39['plugins'][_0x27f9('0xa0')](_0x27f9('0x6e'));this[_0x27f9('0x9b')](_0x397eac,_0x27f9('0x81'),(_0x2ce774,{threadId:_0xd5867d})=>{const _0x507adc=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0xd5867d);_0x507adc&&_0x507adc[_0x27f9('0x67')]&&0x1===_0x507adc[_0x27f9('0x67')]['length']&&this['_updateSuggestionData'](_0xd5867d,{'hasComments':!0x0});},{'priority':'low'}),this[_0x27f9('0x9b')](_0x397eac,_0x27f9('0xbd'),(_0x2214ae,{threadId:_0xe67651})=>{const _0x17a637=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0xe67651);_0x17a637&&_0x17a637[_0x27f9('0x67')]&&!_0x17a637[_0x27f9('0x67')]['length']&&this[_0x27f9('0x72')](_0xe67651,{'hasComments':!0x1});},{'priority':_0x27f9('0x101')});}set[_0x27f9('0xb')](_0x2bd289){if(this[_0x27f9('0x8f')])throw new _0x38ab46(_0x27f9('0x48'),this);this['_adapter']=_0x2bd289;}get[_0x27f9('0xb')](){return this[_0x27f9('0x8f')];}[_0x27f9('0x25')]({skipNotAttached:_0x586028=!0x1,toJSON:_0x4a4618=!0x1}={}){const _0xb202a9=[];for(const _0x371950 of this[_0x27f9('0x11b')][_0x27f9('0x115')]())_0x586028&&!_0x371950['isInContent']||_0xb202a9[_0x27f9('0x14')](_0x371950);return _0x4a4618?_0xb202a9['map'](_0x213b48=>_0x213b48[_0x27f9('0xbc')]()):_0xb202a9;}[_0x27f9('0x76')](_0x1af070){const _0x45a1ca=this[_0x27f9('0x11b')]['get'](_0x1af070);if(!_0x45a1ca)throw new _0x38ab46(_0x27f9('0x93'),this);return _0x45a1ca;}[_0x27f9('0xd2')](_0x21e98c){return this[_0x27f9('0x11b')][_0x27f9('0xde')](_0x21e98c);}[_0x27f9('0x103')](_0x1204c2){const {id:_0x4c83a2,authorId:_0x268239}=_0x1204c2,[_0x5c97d6,_0x4a99d4]=_0x1204c2['type']['split'](':'),_0x15c540=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x4c83a2)||this[_0x27f9('0x2c')](_0x5c97d6,_0x4a99d4,_0x4c83a2,_0x268239);switch(this['_addThreadToSuggestion'](_0x15c540),this[_0x27f9('0x5c')](_0x15c540,_0x5c97d6,_0x4a99d4||null,_0x268239),_0x15c540[_0x27f9('0x49')]=_0x1204c2[_0x27f9('0x49')],_0x1204c2[_0x27f9('0x1a')]&&(_0x15c540[_0x27f9('0x1a')]=_0x1204c2['data']),_0x1204c2[_0x27f9('0xb4')]&&(_0x15c540[_0x27f9('0xb4')]=_0x1204c2[_0x27f9('0xb4')]),this[_0x27f9('0x8f')]&&this[_0x27f9('0x8f')][_0x27f9('0x15')]||(_0x15c540[_0x27f9('0x89')]=!0x0),this['_suggestionState'][_0x27f9('0xa0')](_0x15c540)){case _0x27f9('0x122'):this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x15c540,_0x27f9('0x100'));break;case _0x27f9('0xf0'):_0x15c540[_0x27f9('0x65')]?(this[_0x27f9('0x53')]['set'](_0x15c540,_0x27f9('0x12c')),this[_0x27f9('0x6c')]('suggestionLoaded',_0x15c540)):this['_suggestionState']['set'](_0x15c540,_0x27f9('0x8'));}return _0x15c540;}[_0x27f9('0x55')](_0x137d18){this[_0x27f9('0x62')](()=>{this[_0x27f9('0x1c')][_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const _0x3012dd of _0x137d18[_0x27f9('0xab')]())_0x3012dd[_0x27f9('0x42')]();});});}[_0x27f9('0xaa')](_0x40c4d8){this[_0x27f9('0x62')](()=>{this[_0x27f9('0x1c')][_0x27f9('0x43')][_0x27f9('0x11d')](()=>{for(const _0xfd07b0 of _0x40c4d8[_0x27f9('0xab')]())_0xfd07b0[_0x27f9('0x34')]();});});}[_0x27f9('0x3c')](_0x4b7228,_0x436a60){const _0x327cf8=this[_0x27f9('0x1c')][_0x27f9('0x96')][_0x27f9('0xa0')](_0x4b7228);if(!_0x327cf8)throw new _0x38ab46(_0x27f9('0x66'),this,{'commandName':_0x4b7228});this[_0x27f9('0x80')][_0x27f9('0x5b')](_0x327cf8),_0x436a60&&_0x327cf8['on'](_0x27f9('0x6f'),(_0x14f0b2,_0x5bcfea)=>{this['trackChangesCommand'][_0x27f9('0x7d')]&&(this[_0x27f9('0xa8')]||_0x5bcfea['length']>0x0&&_0x5bcfea[_0x5bcfea['length']-0x1]&&_0x5bcfea[_0x5bcfea[_0x27f9('0xed')]-0x1]['forceDefaultExecution']||(_0x436a60((..._0x1feef4)=>_0x327cf8['execute'](..._0x1feef4,{'forceDefaultExecution':!0x0}),..._0x5bcfea),_0x14f0b2[_0x27f9('0x2')]()));},{'priority':'high'});}[_0x27f9('0x62')](_0x500ea3){let _0x2c7cae,_0x1b9b36;const _0x475914=this[_0x27f9('0xa8')];this[_0x27f9('0xa8')]=!0x0;try{_0x2c7cae=_0x500ea3();}catch(_0x22dc5a){_0x1b9b36=_0x22dc5a;}return _0x475914||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x1b9b36&&_0x38ab46[_0x27f9('0xd7')](_0x1b9b36,this),_0x2c7cae;}[_0x27f9('0x126')](_0x2eebb5,_0x28989a=null,_0x5c5eaa={}){if(_0x2eebb5[_0x27f9('0x73')])return null;const _0x3b5e25=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'];for(const {suggestion:_0x9ec414,meta:_0x2a610e}of this['_findSuggestions'](_0x2eebb5,_0x27f9('0xda')))if(_0x2a610e['isOwn']){if(!_0x2a610e[_0x27f9('0x121')])return _0x9ec414;if(_0x28989a==_0x9ec414[_0x27f9('0x10d')]){const _0x47dd95=_0x9ec414[_0x27f9('0x36')]();return _0x47dd95[_0x27f9('0xa3')][_0x27f9('0x8a')](_0x2eebb5['end'])?this[_0x27f9('0x52')](_0x9ec414,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x2eebb5[_0x27f9('0xa3')],_0x47dd95[_0x27f9('0x50')])):this['_setSuggestionRange'](_0x9ec414,this[_0x27f9('0xd9')]['createRange'](_0x47dd95['start'],_0x2eebb5[_0x27f9('0x50')])),_0x9ec414;}}const _0x51152d=_0x322ea4(),_0xf14fd=_0x3b5e25['id'],_0x5647bb=_0x28989a?_0x27f9('0x110')+_0x28989a:'insertion',_0x55fabd=this[_0x27f9('0xec')]({'id':_0x51152d,'type':_0x5647bb,'createdAt':new Date(),'authorId':_0xf14fd,'attributes':_0x5c5eaa});return this[_0x27f9('0x69')](_0x5647bb,_0x51152d,_0xf14fd,_0x2eebb5),_0x55fabd;}[_0x27f9('0x11a')](_0x1ca58d,_0x20d207='multi',_0x1786d2={}){const _0x4edaa=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x2b7e68=this[_0x27f9('0xb6')]['getSuggestionCallback']('insertion',_0x20d207,_0x27f9('0x13'));for(const _0x488e23 of this[_0x27f9('0x25')]())if(_0x488e23[_0x27f9('0xc3')]['id']==_0x4edaa['id']&&_0x27f9('0xda')==_0x488e23['type']&&_0x488e23['subType']==_0x20d207&&(_0x2b7e68(_0x488e23[_0x27f9('0x7a')](),_0x1ca58d)||_0x2b7e68(_0x1ca58d,_0x488e23[_0x27f9('0x7a')]()))){for(const _0x29d3e9 of _0x1ca58d)_0x488e23[_0x27f9('0xc1')](_0x29d3e9);return _0x488e23;}for(const _0xca948 of _0x1ca58d)for(const {suggestion:_0x247b16,meta:_0x54a89c}of this['_findSuggestions'](_0xca948,_0x27f9('0xda'))){if(!_0x54a89c[_0x27f9('0xf5')])continue;let _0x5d0cf1=!0x0;for(const _0x1dac44 of _0x247b16[_0x27f9('0x7a')]())for(const _0x5b4628 of _0x1ca58d)if(!_0x1dac44['containsRange'](_0x5b4628)){_0x5d0cf1=!0x1;break;}if(_0x5d0cf1)return _0x247b16;}const _0x2a6f6a=_0x322ea4(),_0x5542f5=_0x4edaa['id'],_0xd297bb=_0x27f9('0x110')+_0x20d207,_0x5bd652=this[_0x27f9('0xec')]({'id':_0x2a6f6a,'type':_0xd297bb,'createdAt':new Date(),'authorId':_0x5542f5,'attributes':_0x1786d2});for(const _0x247100 of _0x1ca58d)this[_0x27f9('0x69')](_0xd297bb,_0x2a6f6a,_0x5542f5,_0x247100,_0xfe1c55[_0x27f9('0xac')]());return _0x5bd652;}[_0x27f9('0x26')](_0x2a4cd8,_0x23908d,_0x1786f1=null,_0x41e1f1={}){if(_0x1786f1=_0x1786f1||yt(_0x23908d),_0x2a4cd8[_0x27f9('0x73')])return;const _0x5acb14=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'],_0x4e5cd6=[];for(const {suggestion:_0x14356a,meta:_0x50567f}of this[_0x27f9('0x5')](_0x2a4cd8,_0x27f9('0xda')))_0x50567f[_0x27f9('0xf5')]&&!_0x50567f['isInsideObject']&&_0x4e5cd6[_0x27f9('0x14')](..._0x14356a[_0x27f9('0x7a')]());const _0x585aee=function(_0x36789a,_0x70e1da){const _0x145a14=[];for(const _0x3cc3a7 of _0x70e1da){const _0x4c9184=_0x36789a['getIntersection'](_0x3cc3a7);_0x4c9184&&_0x145a14['push'](_0x4c9184);}return _0x145a14;}(_0x2a4cd8,_0x4e5cd6),_0x427e36=function(_0x4ca234,_0x145fa6){const _0x15dcc7=[_0x4ca234];for(const _0x18e8c9 of _0x145fa6){let _0x4758f8=0x0;for(;_0x4758f8<_0x15dcc7[_0x27f9('0xed')];){const _0x37feb9=_0x15dcc7[_0x4758f8][_0x27f9('0xb2')](_0x18e8c9);_0x15dcc7[_0x27f9('0x0')](_0x4758f8,0x1,..._0x37feb9),_0x4758f8+=_0x37feb9[_0x27f9('0xed')];}}return _0x15dcc7;}(_0x2a4cd8,_0x4e5cd6);_0x585aee[_0x27f9('0xed')]&&this[_0x27f9('0xd9')][_0x27f9('0x11d')](()=>{for(const _0x5b8e0a of _0x585aee){const _0x1d2a47=this['_suggestionFactory']['getSuggestionCallback'](_0x27f9('0x107'),_0x1786f1,_0x27f9('0x42'));this[_0x27f9('0x62')](()=>_0x1d2a47([_0x5b8e0a],_0x23908d,_0x41e1f1));}});for(const _0x4e5167 of _0x427e36){let _0xc29246=null,_0x1589a3=_0x4e5167[_0x27f9('0xa3')],_0x18786e=_0x4e5167['end'];for(const {suggestion:_0x466069,meta:_0x1a0346}of this[_0x27f9('0x5')](_0x4e5167,_0x27f9('0x107'))){if(!_0x1a0346[_0x27f9('0xf5')])continue;if(_0x466069['subType']!=_0x1786f1)continue;const _0x4b2daf=_0x466069[_0x27f9('0x36')]();if(_0x4b2daf[_0x27f9('0x3')](_0x4e5167,!0x0))return;_0x1589a3=_0x1589a3[_0x27f9('0xfa')](_0x4b2daf['start'])?_0x1589a3:_0x4b2daf[_0x27f9('0xa3')],_0x18786e=_0x18786e[_0x27f9('0x2a')](_0x4b2daf[_0x27f9('0x50')])?_0x18786e:_0x4b2daf[_0x27f9('0x50')],_0xc29246?_0x4b2daf[_0x27f9('0xa3')]['isBefore'](_0xc29246['getFirstRange']()[_0x27f9('0xa3')])?(_0xc29246[_0x27f9('0xcf')](),_0xc29246=_0x466069):_0x466069[_0x27f9('0xcf')]():_0xc29246=_0x466069;}const _0x16b193=this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1589a3,_0x18786e);if(_0xc29246)this[_0x27f9('0x52')](_0xc29246,_0x16b193);else{const _0x53a5a9=_0x322ea4(),_0x226c01=_0x5acb14['id'];this[_0x27f9('0xec')]({'id':_0x53a5a9,'type':_0x27f9('0x4c')+_0x1786f1,'data':_0x23908d,'createdAt':new Date(),'authorId':_0x226c01,'attributes':_0x41e1f1}),this[_0x27f9('0x69')](_0x27f9('0x4c')+_0x1786f1,_0x53a5a9,_0x226c01,_0x16b193);}}}[_0x27f9('0xfc')](_0x3e0564,_0x2ca160,_0x2568b0=[],_0x3bd5be=null,_0x1ee7d5={}){_0x2ca160[_0x27f9('0x1f')]||(_0x2ca160[_0x27f9('0x1f')]=_0x2ca160[_0x27f9('0xf4')]),_0x2ca160[_0x27f9('0xbf')]=_0x3e0564['is'](_0x27f9('0x16')),_0x3bd5be=_0x3bd5be||yt(_0x2ca160);const _0x451b48=_0x2568b0[_0x27f9('0x47')](_0x1823c8=>St(_0x1823c8,this[_0x27f9('0xd9')])),_0x309207=_0x3e0564['is']('range')?_0x3e0564:St(_0x3e0564,this[_0x27f9('0xd9')]);_0x451b48[_0x27f9('0x14')](_0x309207);let _0xa18c77=!0x0;for(const _0x134d1b of _0x451b48)if(!this[_0x27f9('0xff')](_0x134d1b)){_0xa18c77=!0x1;break;}if(_0xa18c77){const _0x1a87d7=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0xc'),_0x3bd5be,_0x27f9('0x42'));return void this['forceDefaultExecution'](()=>_0x1a87d7([_0x309207],_0x2ca160,_0x1ee7d5));}let _0x307437=null,_0x530b6d=_0x309207[_0x27f9('0xa3')],_0x158734=_0x309207[_0x27f9('0x50')];for(const {suggestion:_0x14d607,meta:_0x41be6e}of this[_0x27f9('0x5')](_0x309207,_0x27f9('0xc'))){if(!_0x41be6e[_0x27f9('0xf5')]||_0x41be6e['isNextTo']||_0x41be6e['containsRangeInObject']||_0x41be6e[_0x27f9('0xad')])continue;if(_0x14d607['data'][_0x27f9('0x1f')]!=_0x2ca160[_0x27f9('0x1f')])continue;const _0x56ff72=_0x14d607[_0x27f9('0x36')]();if(_0x14d607[_0x27f9('0x10d')]==_0x3bd5be){if(_0x56ff72[_0x27f9('0x3')](_0x309207,!0x0))return;_0x530b6d=_0x530b6d['isBefore'](_0x56ff72[_0x27f9('0xa3')])?_0x530b6d:_0x56ff72['start'],_0x158734=_0x158734[_0x27f9('0x2a')](_0x56ff72[_0x27f9('0x50')])?_0x158734:_0x56ff72[_0x27f9('0x50')],_0x307437?_0x56ff72[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x307437[_0x27f9('0x36')]()['start'])?(_0x307437[_0x27f9('0xcf')](),_0x307437=_0x14d607):_0x14d607[_0x27f9('0xcf')]():_0x307437=_0x14d607;}else{const _0x433d17=_0x309207[_0x27f9('0x23')](_0x56ff72);this[_0x27f9('0x75')](_0x14d607,_0x433d17);}}const _0x475cb3=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x2653a4=_0x322ea4(),_0x351054=_0x475cb3['id'];_0x307437?this[_0x27f9('0x52')](_0x307437,this[_0x27f9('0xd9')]['createRange'](_0x530b6d,_0x158734)):(this[_0x27f9('0xec')]({'id':_0x2653a4,'type':_0x27f9('0x84')+_0x3bd5be,'data':_0x2ca160,'createdAt':new Date(),'authorId':_0x351054,'attributes':_0x1ee7d5}),this[_0x27f9('0x69')]('formatBlock:'+_0x3bd5be,_0x2653a4,_0x351054,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x530b6d,_0x158734)));}[_0x27f9('0x12b')](_0xbabe1b,_0x4e8725,_0x489644=[],_0x599511=null,_0x32f119={}){_0x4e8725['formatGroupId']||(_0x4e8725[_0x27f9('0x1f')]=_0x4e8725[_0x27f9('0xf4')]),_0x4e8725[_0x27f9('0xbf')]=!0x1,_0x599511=_0x599511||yt(_0x4e8725);const _0x21964b=_0x489644[_0x27f9('0x47')](_0x4c64c8=>St(_0x4c64c8,this[_0x27f9('0xd9')])),_0x5bdf74=_0xbabe1b[_0x27f9('0x47')](_0x12a6b2=>St(_0x12a6b2,this[_0x27f9('0xd9')]));_0x21964b[_0x27f9('0x14')](..._0x5bdf74);let _0x5c79cc=!0x0;for(const _0x4aad4b of _0x21964b)if(!this[_0x27f9('0xff')](_0x4aad4b)){_0x5c79cc=!0x1;break;}if(_0x5c79cc){const _0x10ec5b=this[_0x27f9('0xb6')]['getSuggestionCallback']('formatBlock',_0x599511,_0x27f9('0x42'));return void this['forceDefaultExecution'](()=>_0x10ec5b(_0x5bdf74,_0x4e8725,_0x32f119));}const _0x235f26=this['editor'][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'];for(const _0x2bcda9 of this[_0x27f9('0x25')]()){if(_0x2bcda9[_0x27f9('0xc3')]['id']!=_0x235f26['id'])continue;if(_0x27f9('0xc')!=_0x2bcda9[_0x27f9('0x10e')]||_0x2bcda9['data'][_0x27f9('0x1f')]!=_0x4e8725['formatGroupId'])continue;const _0x402b26=_0x2bcda9['subType']==_0x599511;for(let _0x431509=0x0;_0x431509<_0x5bdf74[_0x27f9('0xed')];_0x431509++){const _0xcd7f45=_0x5bdf74[_0x431509];for(const _0x4d2019 of _0x2bcda9[_0x27f9('0x10c')]()){const _0x4692af=_0x4d2019['getRange']();if(_0xcd7f45[_0x27f9('0x8a')](_0x4692af)){_0x402b26?(_0x5bdf74[_0x27f9('0x0')](_0x431509,0x1),_0x431509--):_0x2bcda9[_0x27f9('0x8c')](_0x4d2019['name']);break;}}}}if(0x0==_0x5bdf74[_0x27f9('0xed')])return;const _0x240f73=this['_suggestionFactory'][_0x27f9('0xc7')](_0x27f9('0xc'),_0x599511,'join');for(const _0x2a2f4c of this['getSuggestions']())if(_0x2a2f4c[_0x27f9('0xc3')]['id']==_0x235f26['id']&&_0x27f9('0xc')==_0x2a2f4c[_0x27f9('0x10e')]&&_0x2a2f4c[_0x27f9('0x1a')][_0x27f9('0x1f')]==_0x4e8725[_0x27f9('0x1f')]&&_0x2a2f4c[_0x27f9('0x10d')]==_0x599511&&(_0x240f73(_0x2a2f4c[_0x27f9('0x7a')](),_0x5bdf74)||_0x240f73(_0x5bdf74,_0x2a2f4c[_0x27f9('0x7a')]()))){for(const _0x43c92b of _0x5bdf74)_0x2a2f4c[_0x27f9('0xc1')](_0x43c92b);return _0x2a2f4c;}const _0x46c557=_0x322ea4(),_0x3f42bb=_0x235f26['id'],_0x2835a1=_0x27f9('0x84')+_0x599511,_0xe1b376=this[_0x27f9('0xec')]({'id':_0x46c557,'type':_0x2835a1,'data':_0x4e8725,'createdAt':new Date(),'authorId':_0x3f42bb,'attributes':_0x32f119});for(const _0x5b009f of _0x5bdf74)this[_0x27f9('0x69')](_0x2835a1,_0x46c557,_0x3f42bb,_0x5b009f,_0xfe1c55[_0x27f9('0xac')]());return _0xe1b376;}[_0x27f9('0x37')](_0x397dc5,_0x48f272=null,_0x31fbe7={}){if(_0x397dc5[_0x27f9('0x73')])return null;const _0x2b87dd=this['editor']['plugins'][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0xf41d41=new _0xdaaa0f(_0x397dc5[_0x27f9('0xa3')],_0x397dc5[_0x27f9('0x50')]);for(const {suggestion:_0x20f4d2,meta:_0xe528a7}of this[_0x27f9('0x5')](_0xf41d41,_0x27f9('0xda')))if(_0xe528a7[_0x27f9('0xf5')]&&!_0xe528a7[_0x27f9('0x121')]){if(_0x20f4d2[_0x27f9('0xd4')]){const _0x2261da=_0x20f4d2[_0x27f9('0x7a')]()[_0x27f9('0x9d')](_0x4dd027=>'$graveyard'!=_0x4dd027[_0x27f9('0x109')][_0x27f9('0xca')]);_0x2261da[_0x27f9('0xba')](_0x43520d=>_0xf41d41[_0x27f9('0x3')](_0x43520d,!0x0))&&_0x20f4d2[_0x27f9('0x34')]();if(_0x2261da[_0x27f9('0x82')](_0x2405cc=>_0x2405cc['containsRange'](_0xf41d41,!0x0))){const _0x1ffad5=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x48f272,_0x27f9('0x42'));return this[_0x27f9('0x62')](()=>_0x1ffad5([_0xf41d41],null,_0x31fbe7)),null;}}else{const _0x167d22=_0xf41d41[_0x27f9('0x23')](_0x20f4d2['getFirstRange']());_0x20f4d2[_0x27f9('0x68')]([_0x167d22],null,_0x31fbe7);}}if(_0xf41d41[_0x27f9('0x9a')](),_0xf41d41['isCollapsed']||_0x27f9('0xd3')==_0xf41d41['root'][_0x27f9('0xca')])return null;let _0x534235=null,_0x1678fe=_0xf41d41[_0x27f9('0xa3')],_0x4ee27f=_0xf41d41[_0x27f9('0x50')];for(const {suggestion:_0x51d279,meta:_0x60277a}of this[_0x27f9('0x5')](_0xf41d41,_0x27f9('0x119')))if(_0x60277a[_0x27f9('0xf5')]){if(_0x51d279[_0x27f9('0xd4')]){let _0x58d80b=!0x0;for(const _0x3864fd of _0x51d279[_0x27f9('0x7a')]()){if(_0x3864fd[_0x27f9('0x3')](_0xf41d41,!0x0))return _0x51d279;_0xf41d41[_0x27f9('0x3')](_0x3864fd)||(_0x58d80b=!0x1);}_0x58d80b&&_0x51d279[_0x27f9('0x34')]();}else{const _0xaed4d=_0x51d279[_0x27f9('0x36')]();if(_0xaed4d[_0x27f9('0x3')](_0xf41d41,!0x0))return _0x51d279;_0x1678fe=_0x1678fe['isBefore'](_0xaed4d['start'])?_0x1678fe:_0xaed4d[_0x27f9('0xa3')],_0x4ee27f=_0x4ee27f[_0x27f9('0x2a')](_0xaed4d[_0x27f9('0x50')])?_0x4ee27f:_0xaed4d[_0x27f9('0x50')],_0x534235?_0xaed4d['start']['isBefore'](_0x534235['getFirstRange']()[_0x27f9('0xa3')])?(_0x534235[_0x27f9('0xcf')](),_0x534235=_0x51d279):_0x51d279[_0x27f9('0xcf')]():_0x534235=_0x51d279;}}if(_0x534235)return this[_0x27f9('0x52')](_0x534235,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1678fe,_0x4ee27f)),_0x534235;{const _0x456c5d=_0x322ea4(),_0x2e911d=this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x1678fe,_0x4ee27f),_0x8ef773=_0x2b87dd['id'],_0x14c134=_0x48f272?_0x27f9('0x108')+_0x48f272:_0x27f9('0x119'),_0x2aba15=this[_0x27f9('0xec')]({'id':_0x456c5d,'type':_0x14c134,'createdAt':new Date(),'authorId':_0x8ef773,'attributes':_0x31fbe7});return this[_0x27f9('0x69')](_0x14c134,_0x456c5d,_0x8ef773,_0x2e911d),_0x2aba15;}}[_0x27f9('0x77')](_0x4aba65,_0x189b78=_0x27f9('0x88'),_0x543dd4={}){const _0xc2a493=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x61'))['me'],_0x5076a7=_0x4aba65[_0x27f9('0x47')](_0x5f36dc=>new _0xdaaa0f(_0x5f36dc['start'],_0x5f36dc[_0x27f9('0x50')])),_0x4010a1=new Set();for(const _0x1af148 of _0x5076a7)for(const {suggestion:_0x256a84,meta:_0x5f3f5f}of this['_findSuggestions'](_0x1af148,_0x27f9('0xda')))_0x5f3f5f['isOwn']&&!_0x5f3f5f[_0x27f9('0x121')]&&_0x4010a1[_0x27f9('0x5b')](_0x256a84);for(const _0x54338e of _0x4010a1)if(_0x54338e['isMultiRange']){const _0x383ca0=_0x54338e[_0x27f9('0x7a')]();(!_0x54338e[_0x27f9('0xb4')]||!_0x54338e['attributes']['skipNestingCheck'])&&(_0x383ca0[_0x27f9('0xba')](_0x13b372=>_0x5076a7['some'](_0x28ae38=>_0x28ae38['containsRange'](_0x13b372,!0x0)))&&_0x54338e['discard']());if(_0x5076a7[_0x27f9('0xba')](_0x247f17=>_0x383ca0[_0x27f9('0x82')](_0x2b127e=>_0x2b127e[_0x27f9('0x3')](_0x247f17,!0x0)))){const _0x5749b7=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x189b78,'accept');return this[_0x27f9('0x62')](()=>_0x5749b7(_0x4aba65,null,_0x543dd4)),null;}}else{const _0x2c2233=_0x54338e[_0x27f9('0x36')]();_0x5076a7[_0x27f9('0x82')](_0x264ca8=>_0x264ca8['containsRange'](_0x2c2233,!0x0))&&_0x54338e[_0x27f9('0x34')]();if(_0x5076a7['every'](_0x2e1205=>_0x2c2233[_0x27f9('0x3')](_0x2e1205,!0x0))){const _0x90d042=this[_0x27f9('0xb6')]['getSuggestionCallback'](_0x27f9('0x119'),_0x189b78,'accept');return this[_0x27f9('0x62')](()=>_0x90d042(_0x5076a7,null,_0x543dd4)),null;}}const _0x362b00=this['_suggestionFactory'][_0x27f9('0xc7')](_0x27f9('0x119'),_0x189b78,_0x27f9('0x13'));let _0x3d4ef3=null;for(const _0x44c250 of this['getSuggestions']())if(_0x44c250[_0x27f9('0xc3')]['id']==_0xc2a493['id']&&_0x44c250['isInContent']&&'deletion'==_0x44c250[_0x27f9('0x10e')]&&_0x44c250['subType']==_0x189b78&&(_0x362b00(_0x44c250[_0x27f9('0x7a')](),_0x5076a7)||_0x362b00(_0x5076a7,_0x44c250[_0x27f9('0x7a')]()))){if(_0x3d4ef3){if(_0x44c250['commentThread']&&_0x44c250[_0x27f9('0x67')]['length'])continue;for(const _0x25d6f6 of _0x44c250[_0x27f9('0x7a')]())_0x3d4ef3[_0x27f9('0xfd')](_0x25d6f6)||_0x3d4ef3[_0x27f9('0xc1')](_0x25d6f6);_0x44c250[_0x27f9('0xcf')]();}else{_0x3d4ef3=_0x44c250;for(const _0x4aa016 of _0x5076a7)_0x44c250[_0x27f9('0xfd')](_0x4aa016)||_0x44c250[_0x27f9('0xc1')](_0x4aa016);}}if(_0x3d4ef3)return _0x3d4ef3;_0x4010a1[_0x27f9('0x7')]();for(const _0x924b43 of _0x5076a7)for(const {suggestion:_0x8dc5ad,meta:_0x3225b5}of this[_0x27f9('0x5')](_0x924b43,_0x27f9('0x119')))_0x3225b5[_0x27f9('0xf5')]&&_0x4010a1[_0x27f9('0x5b')](_0x8dc5ad);for(const _0x494d55 of _0x4010a1){const _0x34e3a6=_0x494d55[_0x27f9('0x7a')]();if(!_0x543dd4||!_0x543dd4[_0x27f9('0x102')]){if(_0x5076a7[_0x27f9('0xba')](_0x4f2c83=>_0x34e3a6[_0x27f9('0x82')](_0x353bdd=>_0x353bdd['containsRange'](_0x4f2c83,!0x0))))return _0x494d55;}(!_0x494d55[_0x27f9('0xb4')]||!_0x494d55[_0x27f9('0xb4')][_0x27f9('0x102')])&&(_0x34e3a6['every'](_0x5d78c4=>_0x5076a7[_0x27f9('0x82')](_0x2e1c5d=>_0x2e1c5d[_0x27f9('0x3')](_0x5d78c4,!0x0)))&&_0x494d55[_0x27f9('0x34')]());}const _0x508aaa=_0x322ea4(),_0x6e6dee=_0xc2a493['id'],_0x9852db='deletion:'+_0x189b78,_0x28cad1=this[_0x27f9('0xec')]({'id':_0x508aaa,'type':_0x9852db,'createdAt':new Date(),'authorId':_0x6e6dee,'attributes':_0x543dd4});for(const _0x1002e0 of _0x5076a7)_0x1002e0['detach'](),_0x1002e0['isCollapsed']||_0x27f9('0xd3')==_0x1002e0[_0x27f9('0x109')][_0x27f9('0xca')]||this[_0x27f9('0x69')](_0x9852db,_0x508aaa,_0x6e6dee,_0x1002e0,_0xfe1c55['getMultiRangeId']());return _0x28cad1;}[_0x27f9('0x52')](_0x28d45c,_0x14276){const _0x217e5a=_0x28d45c[_0x27f9('0xa6')]();this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x4decb5=>{_0x4decb5[_0x27f9('0x10f')](_0x217e5a,{'range':_0x14276});});}['_addThreadToSuggestion'](_0x50c1a6){const _0x52931f=_0x50c1a6['id'],_0x4ab73b=this[_0x27f9('0x1c')][_0x27f9('0x2e')][_0x27f9('0xa0')](_0x27f9('0x32'));this['_commentsRepository'][_0x27f9('0x87')](_0x52931f)||this[_0x27f9('0x59')]['addCommentThread']({'channelId':_0x4ab73b,'threadId':_0x52931f});const _0x10e2f1=this[_0x27f9('0x59')][_0x27f9('0x1b')](_0x52931f);_0x10e2f1[_0x27f9('0x112')](_0x27f9('0x39')),_0x10e2f1[_0x27f9('0x39')]=!0x1,_0x50c1a6[_0x27f9('0x67')]=_0x10e2f1;}[_0x27f9('0x5c')](_0x4f3552,_0xa0ed5,_0x53f8c5,_0x5bc9ac){if(_0x4f3552[_0x27f9('0x10e')]!=_0xa0ed5||_0x4f3552[_0x27f9('0x10d')]!=_0x53f8c5||_0x4f3552[_0x27f9('0xc3')]['id']!=_0x5bc9ac)throw this[_0x27f9('0x1c')][_0x27f9('0x9f')](_0x27f9('0x4e')),new _0x38ab46('track-changes-suggestion-data-mismatch',this);}[_0x27f9('0x75')](_0x4a0c3d,_0x1cac4c){const _0x16d878=_0x4a0c3d[_0x27f9('0x36')]();if(_0x1cac4c[_0x27f9('0x8a')](_0x16d878))_0x4a0c3d['removeMarkers']();else{if(_0x16d878[_0x27f9('0x3')](_0x1cac4c)){const _0x317c65=this[_0x27f9('0xd9')]['createPositionAt'](_0x1cac4c['start'][_0x27f9('0x71')],_0x27f9('0x50'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x16d878[_0x27f9('0xa3')],_0x317c65));const _0x5de351=_0x322ea4(),_0x5b8c06=_0x4a0c3d[_0x27f9('0xc3')]['id'],_0x8e418e=_0x4a0c3d[_0x27f9('0x10e')]+':'+_0x4a0c3d['subType'];this['_setSuggestionData']({'id':_0x5de351,'type':_0x8e418e,'createdAt':new Date(),'authorId':_0x5b8c06,'data':_0x4a0c3d[_0x27f9('0x1a')],'attributes':_0x4a0c3d[_0x27f9('0xb4')]});const _0x351618=this[_0x27f9('0xd9')][_0x27f9('0xf6')](_0x1cac4c[_0x27f9('0x50')]['parent'],_0x27f9('0x44')),_0x4a7de7=this[_0x27f9('0xd9')]['createRange'](_0x351618,_0x16d878[_0x27f9('0x50')]);this['_addSuggestionMarker'](_0x8e418e,_0x5de351,_0x5b8c06,_0x4a7de7);}else{if(_0x16d878[_0x27f9('0x5e')](_0x1cac4c['start'])){const _0x2dc7ed=this[_0x27f9('0xd9')][_0x27f9('0xf6')](_0x1cac4c['start'][_0x27f9('0x71')],_0x27f9('0x50'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x16d878[_0x27f9('0xa3')],_0x2dc7ed));}else{const _0x484629=this[_0x27f9('0xd9')]['createPositionAt'](_0x1cac4c[_0x27f9('0x50')][_0x27f9('0x33')],_0x27f9('0x44'));this[_0x27f9('0x52')](_0x4a0c3d,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x484629,_0x16d878[_0x27f9('0x50')]));}}}}[_0x27f9('0xff')](_0xf4c23d){for(const {suggestion:_0x5f4515,meta:_0x5b99be}of this[_0x27f9('0x5')](_0xf4c23d,_0x27f9('0xda'))){if(!_0x5b99be['isOwn'])continue;const _0x528cb4=_0x5f4515[_0x27f9('0x7a')]();for(const _0x4058d0 of _0x528cb4)if(!_0xf4c23d['getDifference'](_0x4058d0)['length'])return!0x0;}return!0x1;}[_0x27f9('0x117')](_0x3cefeb){const _0x54a974=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['getUser'](_0x3cefeb);if(!_0x54a974)throw new _0x38ab46(_0x27f9('0xf3'),this);return _0x54a974;}[_0x27f9('0x2c')](_0x4495b9,_0x3c2537,_0x3502a8,_0x4dba50){const _0x3cb1c3=this[_0x27f9('0x117')](_0x4dba50),_0x4d156b=this['_suggestionFactory']['buildSuggestion'](_0x4495b9,_0x3c2537,_0x3502a8,_0x3cb1c3,_0x45d5fd=>this[_0x27f9('0x72')](_0x3502a8,{'attributes':_0x45d5fd}));return this[_0x27f9('0x9b')](_0x4d156b,'accept',()=>{this[_0x27f9('0x72')](_0x3502a8,{'state':'accepted'});},{'priority':_0x27f9('0xa1')}),this['listenTo'](_0x4d156b,'discard',()=>{this['_updateSuggestionData'](_0x3502a8,{'state':_0x27f9('0x21')});},{'priority':_0x27f9('0xa1')}),this[_0x27f9('0x11b')][_0x27f9('0xe9')](_0x3502a8,_0x4d156b),this['_suggestionState'][_0x27f9('0xe9')](_0x4d156b,_0x27f9('0x122')),_0x4d156b;}['_splitMarkerName'](_0x4208a2){const _0x4ea21e=_0x4208a2[_0x27f9('0x4d')](':');return{'group':_0x4ea21e[0x0],'type':_0x4ea21e[0x1],'subType':_0x4ea21e[_0x27f9('0xed')]>=0x5?_0x4ea21e[0x2]:null,'id':_0x4ea21e['length']<0x5?_0x4ea21e[0x2]:_0x4ea21e[0x3],'authorId':_0x4ea21e[_0x27f9('0xed')]<0x5?_0x4ea21e[0x3]:_0x4ea21e[0x4],'markerCount':0x6==_0x4ea21e[_0x27f9('0xed')]?_0x4ea21e[0x5]:null};}[_0x27f9('0xe3')](_0x27f083,_0x4446ae,_0x486c24){const _0x304061=_0x27f083['getFirstRange'](),_0x9c1a33=_0x304061[_0x27f9('0xa3')],_0x185b38=_0x304061['end'];this[_0x27f9('0x52')](_0x27f083,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x9c1a33,_0x4446ae));const _0x278f03=_0x322ea4(),_0x4b091e=_0x27f083[_0x27f9('0xc3')]['id'],_0x19f383=_0x27f083[_0x27f9('0x10e')]+(_0x27f083[_0x27f9('0x10d')]?':'+_0x27f083[_0x27f9('0x10d')]:'');this[_0x27f9('0xec')]({'id':_0x278f03,'type':_0x19f383,'createdAt':new Date(),'authorId':_0x4b091e,'originalSuggestionId':_0x27f083['id'],'data':_0x27f083[_0x27f9('0x1a')]}),_0x27f9('0xc')==_0x27f083['type']&&(_0x486c24=this[_0x27f9('0xd9')][_0x27f9('0x64')](_0x486c24['parent'])),this['_addSuggestionMarker'](_0x19f383,_0x278f03,_0x4b091e,this['_model']['createRange'](_0x486c24,_0x185b38));}['_findSuggestions'](_0x2409b7,_0xbf8c17=null){const _0xa47e78=[],_0x2e9eaa=this[_0x27f9('0xd9')][_0x27f9('0x85')],_0x5e436b=this[_0x27f9('0x1c')][_0x27f9('0xef')]['get'](_0x27f9('0x61'))['me'];for(const _0x28896e of this[_0x27f9('0x25')]())if(_0x28896e['isInContent']&&(!_0xbf8c17||_0x28896e['type']==_0xbf8c17))for(const _0x4d2289 of _0x28896e[_0x27f9('0x7a')]()){const _0x402599=_0x2409b7[_0x27f9('0xa3')][_0x27f9('0x8a')](_0x4d2289[_0x27f9('0x50')])||_0x2409b7[_0x27f9('0x50')][_0x27f9('0x8a')](_0x4d2289[_0x27f9('0xa3')]);if(_0x402599||_0x2409b7[_0x27f9('0x23')](_0x4d2289)){const _0x2bea0e=_0x2409b7[_0x27f9('0x3')](_0x4d2289)&&pt(_0x2e9eaa,_0x4d2289[_0x27f9('0xa3')],_0x2409b7),_0x46db3a=_0x4d2289[_0x27f9('0x3')](_0x2409b7)&&pt(_0x2e9eaa,_0x2409b7[_0x27f9('0xa3')],_0x4d2289);_0xa47e78[_0x27f9('0x14')]({'suggestion':_0x28896e,'meta':{'isOwn':_0x5e436b==_0x28896e['author'],'isNextTo':_0x402599,'isInsideObject':_0x2bea0e,'containsRangeInObject':_0x46db3a}});break;}}return _0xa47e78;}[_0x27f9('0x69')](_0x28b99d,_0x5d6ba2,_0xe4fa78,_0x3fa3fd,_0x449dc4=null){this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x44f535=>{let _0x24d65a=_0x27f9('0x2f')+_0x28b99d+':'+_0x5d6ba2+':'+_0xe4fa78;_0x449dc4&&(_0x24d65a=_0x24d65a+':'+_0x449dc4),_0x44f535[_0x27f9('0xa2')](_0x24d65a,{'range':_0x3fa3fd,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1a8401){const _0x140935=_0x1a8401[_0x27f9('0x7f')],_0x5a48a8=_0x1a8401[_0x27f9('0x7e')];_0x1a8401['previous']=null,null!=_0x140935&&(_0x140935[_0x27f9('0x7e')]=null),_0x1a8401[_0x27f9('0x7e')]=null,null!=_0x5a48a8&&(_0x5a48a8[_0x27f9('0x7f')]=null),_0x27f9('0x12c')==this[_0x27f9('0x53')][_0x27f9('0xa0')](_0x1a8401)&&(this[_0x27f9('0x53')]['set'](_0x1a8401,'removed'),this[_0x27f9('0x6c')](_0x27f9('0x38'),_0x1a8401,_0x140935,_0x5a48a8));}[_0x27f9('0xec')](_0x59033b){const _0x544240=_0x59033b['id'],_0x5def22=this['addSuggestionData'](_0x59033b);if(this[_0x27f9('0x8f')]&&this['_adapter']['addSuggestion']){const _0x1e24a6=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')](_0x27f9('0x18')),_0x14969f=_0x5def22[_0x27f9('0x29')],_0x5cfb75=_0x5def22[_0x27f9('0x10d')]?_0x5def22[_0x27f9('0x10e')]+':'+_0x5def22[_0x27f9('0x10d')]:_0x5def22[_0x27f9('0x10e')],_0x744dbd=this['editor'][_0x27f9('0xe1')],_0x40e7fc=_0x1e24a6['add'](_0x1f9598(_0x744dbd,'PENDING_ACTION_SUGGESTION')),_0x367a36={'id':_0x544240,'type':_0x5cfb75,'hasComments':_0x14969f,'data':_0x59033b['data']||null,'originalSuggestionId':_0x59033b[_0x27f9('0x31')]||null,'attributes':_0x5def22[_0x27f9('0xb4')]};this[_0x27f9('0x8f')]['addSuggestion'](_0x367a36)[_0x27f9('0x11e')](_0x4907e9=>{_0x5def22[_0x27f9('0x89')]=!0x0,_0x1e24a6[_0x27f9('0xc0')](_0x40e7fc),_0x4907e9&&_0x4907e9[_0x27f9('0x49')]&&(this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x544240)[_0x27f9('0x49')]=_0x4907e9[_0x27f9('0x49')]);});}return _0x5def22;}[_0x27f9('0x72')](_0x4d6903,_0x2d7fb0){const _0x1727e9=this[_0x27f9('0x1c')][_0x27f9('0xef')][_0x27f9('0xa0')]('PendingActions'),_0xca5acb=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x4d6903);if(this[_0x27f9('0x8f')]&&this[_0x27f9('0x8f')]['updateSuggestion']){if(_0xca5acb['_saved']){const _0x13643f=_0x1727e9[_0x27f9('0x5b')](_0x1f9598(this[_0x27f9('0x1c')][_0x27f9('0xe1')],_0x27f9('0xf8')));this[_0x27f9('0x8f')][_0x27f9('0x79')](_0x4d6903,_0x2d7fb0)['then'](()=>{_0x1727e9[_0x27f9('0xc0')](_0x13643f);});}else _0xca5acb['on'](_0x27f9('0xd8'),()=>{this[_0x27f9('0x72')](_0x4d6903,_0x2d7fb0);});}}[_0x27f9('0xf1')](_0x58cedb){if(!this[_0x27f9('0x8f')]||!this['_adapter']['getSuggestion'])throw new _0x38ab46(_0x27f9('0x3f'),this);return this[_0x27f9('0x8f')]['getSuggestion'](_0x58cedb);}[_0x27f9('0x1')](_0x3ed86d){const {id:_0x3040bb,type:_0x89161e,subType:_0x145e78,authorId:_0x37ba9a}=this['_splitMarkerName'](_0x3ed86d),_0x1db93a=this[_0x27f9('0x11b')][_0x27f9('0xa0')](_0x3040bb)||this[_0x27f9('0x2c')](_0x89161e,_0x145e78,_0x3040bb,_0x37ba9a);switch(this[_0x27f9('0x5c')](_0x1db93a,_0x89161e,_0x145e78,_0x37ba9a),this[_0x27f9('0x53')]['get'](_0x1db93a)){case _0x27f9('0x122'):this[_0x27f9('0xf1')](_0x3040bb)[_0x27f9('0x11e')](_0x57abe4=>{let _0x6b60f7=Promise['resolve']();_0x57abe4[_0x27f9('0x29')]&&(_0x6b60f7=this[_0x27f9('0x59')][_0x27f9('0x5d')]({'channelId':this[_0x27f9('0x1c')][_0x27f9('0x2e')][_0x27f9('0xa0')]('collaboration.channelId'),'threadId':_0x3040bb})),_0x6b60f7[_0x27f9('0x11e')](()=>{this[_0x27f9('0x103')](_0x57abe4)[_0x27f9('0x89')]=!0x0;});}),this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x1db93a,_0x27f9('0xf0'));break;case'removed':this[_0x27f9('0x72')](_0x3040bb,{'state':_0x27f9('0x3a')});case _0x27f9('0x100'):this[_0x27f9('0x53')][_0x27f9('0xe9')](_0x1db93a,_0x27f9('0x12c')),this[_0x27f9('0x6c')](_0x27f9('0xc4'),_0x1db93a);break;case _0x27f9('0x12c'):this[_0x27f9('0x6c')]('suggestionChanged',_0x1db93a);}_0x1db93a['addMarkerName'](_0x3ed86d),this[_0x27f9('0xf')](_0x1db93a);}['_refreshSuggestionsChain'](_0x3ad47b){if(_0x3ad47b[_0x27f9('0xd4')])return;let _0x1a8582=!0x0,_0x472357=!0x0;for(const _0x35d55e of this[_0x27f9('0x25')]()){if(_0x35d55e['isMultiRange'])continue;if(_0x35d55e==_0x3ad47b||!_0x35d55e[_0x27f9('0x65')])continue;if(_0x35d55e[_0x27f9('0xc3')]['id']!=_0x3ad47b[_0x27f9('0xc3')]['id'])continue;const _0xb9c069=this['_suggestionFactory'][_0x27f9('0xc7')](_0x3ad47b[_0x27f9('0x10e')],_0x3ad47b[_0x27f9('0x10d')],'chain'),_0x22bf00=this['_suggestionFactory']['getSuggestionCallback'](_0x35d55e[_0x27f9('0x10e')],_0x35d55e[_0x27f9('0x10d')],'chain'),_0x1c6d69=_0xb9c069(_0x3ad47b,_0x35d55e),_0x1dc87d=_0x22bf00(_0x3ad47b,_0x35d55e);_0x1c6d69&&_0x1dc87d&&(_0x1c6d69[0x1]['commentThread']&&_0x1c6d69[0x1][_0x27f9('0x67')][_0x27f9('0xed')]||(_0x1c6d69[0x0][_0x27f9('0x7e')]=_0x1c6d69[0x1],_0x1c6d69[0x1]['previous']=_0x1c6d69[0x0],_0x1c6d69[0x0]==_0x3ad47b?_0x472357=!0x1:_0x1a8582=!0x1));}_0x3ad47b[_0x27f9('0x7f')]&&_0x1a8582&&(_0x3ad47b[_0x27f9('0x7f')][_0x27f9('0x7e')]=null,_0x3ad47b[_0x27f9('0x7f')]=null),_0x3ad47b[_0x27f9('0x7e')]&&_0x472357&&(_0x3ad47b[_0x27f9('0x7e')][_0x27f9('0x7f')]=null,_0x3ad47b[_0x27f9('0x7e')]=null);}[_0x27f9('0x35')](_0x593e6a){for(const _0x448c92 of this[_0x27f9('0x11b')][_0x27f9('0x115')]()){if(_0x448c92==_0x593e6a||!_0x448c92['isInContent'])continue;if(_0x448c92[_0x27f9('0x10e')]!=_0x593e6a[_0x27f9('0x10e')]||_0x448c92[_0x27f9('0xc3')]['id']!=_0x593e6a[_0x27f9('0xc3')]['id']||_0x448c92[_0x27f9('0x10d')]!=_0x593e6a[_0x27f9('0x10d')])continue;const _0x506f05=this[_0x27f9('0xb6')][_0x27f9('0xc7')](_0x593e6a[_0x27f9('0x10e')],_0x593e6a[_0x27f9('0x10d')],'join');if(_0x506f05(_0x448c92[_0x27f9('0x7a')](),_0x593e6a[_0x27f9('0x7a')]())){if(_0x593e6a[_0x27f9('0x67')]&&_0x593e6a[_0x27f9('0x67')][_0x27f9('0xed')])continue;return this[_0x27f9('0xcd')](_0x448c92,_0x593e6a),!0x0;}if(_0x506f05(_0x593e6a[_0x27f9('0x7a')](),_0x448c92[_0x27f9('0x7a')]())){if(_0x448c92[_0x27f9('0x67')]&&_0x448c92[_0x27f9('0x67')][_0x27f9('0xed')])continue;return this[_0x27f9('0xcd')](_0x593e6a,_0x448c92),!0x0;}}return!0x1;}[_0x27f9('0xcd')](_0x5c056f,_0x3b4c10){if(_0x5c056f[_0x27f9('0xd4')])for(const _0x4492d4 of _0x3b4c10[_0x27f9('0x7a')]())_0x5c056f['addRange'](_0x4492d4);else{const _0x19ad48=_0x3b4c10[_0x27f9('0x36')]()[_0x27f9('0x50')];this[_0x27f9('0x52')](_0x5c056f,this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x5c056f[_0x27f9('0x36')]()[_0x27f9('0xa3')],_0x19ad48));}_0x3b4c10[_0x27f9('0xcf')]();}}_0x4b58ec(d,_0x4f6dcf);class dt{constructor(_0x5bd42d){this[_0x27f9('0xfb')]=_0x5bd42d,this['_model']=_0x5bd42d[_0x27f9('0x43')],this[_0x27f9('0x2b')]=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}[_0x27f9('0xf2')](_0x4ddb64,_0x4fe3e2,_0x3a4683,_0x2e1fd9,_0x33a70c){return new _0xfe1c55(this['_model'],{'type':_0x4ddb64,'subType':_0x4fe3e2,'id':_0x3a4683,'author':_0x2e1fd9,'onAttributesChange':_0x33a70c,'onAccept':(..._0x45fbb6)=>this[_0x27f9('0xc7')](_0x4ddb64,_0x4fe3e2,_0x27f9('0x42'))(..._0x45fbb6),'onDiscard':(..._0x3e17d1)=>this[_0x27f9('0xc7')](_0x4ddb64,_0x4fe3e2,_0x27f9('0x34'))(..._0x3e17d1)});}[_0x27f9('0x11c')](_0x20870b,_0x413547,_0x2f175f,_0x45a4ad){const _0xe07f96=_0x20870b+':'+_0x413547+':'+_0x2f175f;this['_customCallbacks'][_0x27f9('0xe9')](_0xe07f96,_0x45a4ad);}[_0x27f9('0xc7')](_0x1e1541,_0x21ef09,_0x3818db){const _0x54d98c=_0x1e1541+':'+_0x21ef09+':'+_0x3818db;return this[_0x27f9('0x2b')]['get'](_0x54d98c)||this[_0x27f9('0xb1')]['get'](_0x1e1541+':'+_0x3818db);}[_0x27f9('0xbb')](){const _0x308343=()=>{},_0x2a68fa=_0x292a2f=>{_0x292a2f[_0x27f9('0xcb')]((_0xa00211,_0x3226b0)=>_0xa00211[_0x27f9('0xa3')][_0x27f9('0xfa')](_0x3226b0[_0x27f9('0xa3')])?0x1:-0x1),this['_model'][_0x27f9('0x11d')](_0xa2692e=>{for(const _0x19c90b of _0x292a2f){let _0x1d5ecc;_0x1d5ecc=_0x19c90b[_0x27f9('0x50')][_0x27f9('0xe4')]&&_0x19c90b[_0x27f9('0x50')][_0x27f9('0x33')]==_0x19c90b[_0x27f9('0xa3')][_0x27f9('0x94')]?_0xa2692e[_0x27f9('0x129')](_0x19c90b[_0x27f9('0xa3')]['nodeAfter'],'on'):_0xa2692e['createSelection'](_0x19c90b),this[_0x27f9('0xd9')][_0x27f9('0xe0')](_0x1d5ecc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x13497e=(_0x48ff5b,_0x477423)=>{this[_0x27f9('0xd9')][_0x27f9('0x11d')](_0x2ed2c5=>{const {commandName:_0x3f1e42,commandParams:_0x7c8563=[]}=_0x477423,_0x26496b=_0x48ff5b[0x0];if(_0x27f9('0xd3')==_0x26496b['root'][_0x27f9('0xca')])return;const _0x48efea=Array[_0x27f9('0x9c')](this[_0x27f9('0xd9')][_0x27f9('0x54')]['selection'][_0x27f9('0x7a')]())['map'](_0x15c89e=>_0xdaaa0f[_0x27f9('0x19')](_0x15c89e));kt(_0x26496b)?_0x2ed2c5['setSelection'](this[_0x27f9('0xd9')][_0x27f9('0x27')](_0x26496b[_0x27f9('0x50')])):_0x2ed2c5[_0x27f9('0xa7')](_0x26496b);for(const _0x559ffc of this[_0x27f9('0xfb')][_0x27f9('0x96')][_0x27f9('0x96')]())_0x559ffc[_0x27f9('0xee')]();_0x7c8563['push']({'forceDefaultExecution':!0x0}),this[_0x27f9('0xfb')][_0x27f9('0x6f')](_0x3f1e42,..._0x7c8563);const _0x2dfd23=_0x48efea['filter'](_0x2244de=>'$graveyard'!=_0x2244de[_0x27f9('0x109')][_0x27f9('0xca')]);_0x2dfd23['length']>0x0&&_0x2ed2c5[_0x27f9('0xa7')](_0x2dfd23);for(const _0x5d4d0c of _0x48efea)_0x5d4d0c[_0x27f9('0x9a')]();});},_0x408d8c=(_0x85c521,_0x5c1f1e)=>0x1==_0x85c521['length']&&0x1==_0x5c1f1e[_0x27f9('0xed')]&&_0x85c521[0x0][_0x27f9('0x50')][_0x27f9('0x8a')](_0x5c1f1e[0x0][_0x27f9('0xa3')]),_0x1f20a4=(_0x250a98,_0xc87d1f)=>It(_0x250a98,_0xc87d1f,this[_0x27f9('0xd9')])?[_0x250a98,_0xc87d1f]:It(_0xc87d1f,_0x250a98,this[_0x27f9('0xd9')])?[_0xc87d1f,_0x250a98]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0x6b'),_0x2a68fa),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('insertion:join',_0x408d8c),this['_defaultCallbacks'][_0x27f9('0xe9')](_0x27f9('0xb3'),_0x1f20a4),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xc5'),_0x2a68fa),this['_defaultCallbacks'][_0x27f9('0xe9')]('deletion:discard',_0x308343),this['_defaultCallbacks'][_0x27f9('0xe9')](_0x27f9('0x2d'),_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('deletion:chain',_0x1f20a4),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xeb'),_0x13497e),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatInline:discard',_0x308343),this[_0x27f9('0xb1')]['set'](_0x27f9('0xdf'),_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatInline:chain',_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xfe'),_0x13497e),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0xce'),_0x308343),this[_0x27f9('0xb1')][_0x27f9('0xe9')]('formatBlock:join',_0x408d8c),this[_0x27f9('0xb1')][_0x27f9('0xe9')](_0x27f9('0x7c'),_0x308343);}}function pt(_0x53e4d8,_0x568c6a,_0x5e6e78){for(const _0x2912ad of _0x568c6a[_0x27f9('0x33')][_0x27f9('0x56')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2912ad[_0x27f9('0x109')]==_0x2912ad)return!0x1;if(!_0x5e6e78[_0x27f9('0x5a')](_0x2912ad))return!0x1;if(_0x53e4d8['isObject'](_0x2912ad)||_0x53e4d8[_0x27f9('0x99')](_0x2912ad))return!0x0;}}function kt(_0x271dce){return _0x271dce[_0x27f9('0x50')][_0x27f9('0x33')]==_0x271dce[_0x27f9('0xa3')]['nodeAfter']&&_0x271dce['end'][_0x27f9('0x1d')];}function wt(_0x2071be,_0x4d9cb5,_0x4475cc,_0x322e8c){const _0x51eb78=_0x2de6b9=>!_0x2de6b9[_0x27f9('0xc2')]['is'](_0x27f9('0xc6'))&&!_0x322e8c[_0x27f9('0x12a')](_0x2de6b9[_0x27f9('0xc2')]),_0x15c57e=_0x2071be[_0x27f9('0xa3')]['getLastMatchingPosition'](_0x51eb78),_0x42d7d7=_0x2071be[_0x27f9('0x50')]['getLastMatchingPosition'](_0x51eb78,{'direction':'backward'});return(!_0x2071be['start'][_0x27f9('0x8a')](_0x15c57e)||!_0x2071be[_0x27f9('0x50')][_0x27f9('0x8a')](_0x42d7d7))&&(_0x15c57e[_0x27f9('0xfa')](_0x42d7d7)?_0x4475cc[_0x27f9('0x10f')](_0x4d9cb5,{'range':_0x4475cc[_0x27f9('0x27')](_0x15c57e,_0x42d7d7)}):_0x4475cc['removeMarker'](_0x4d9cb5),!0x0);}function yt(_0x167ea7){return _0x437ad9(_0x167ea7);}function bt(_0x79d862){const _0x41a0c7=_0x79d862[_0x27f9('0xa3')][_0x27f9('0x94')];return _0x41a0c7&&_0x41a0c7['is'](_0x27f9('0x114'));}function St(_0x30380e,_0x5237a9){const _0x3188e2=_0x5237a9[_0x27f9('0x85')]['isObject'](_0x30380e)||_0x5237a9[_0x27f9('0x85')][_0x27f9('0xd6')](_0x30380e);return _0x5237a9[_0x27f9('0x27')](_0x5237a9[_0x27f9('0xf6')](_0x30380e,_0x27f9('0x58')),_0x3188e2?_0x5237a9[_0x27f9('0x111')](_0x30380e):_0x5237a9[_0x27f9('0xf6')](_0x30380e,'end'));}function It(_0x18edc1,_0x2899c6,_0x29d54f){const _0x3b4a4f=_0x18edc1[_0x27f9('0x36')](),_0x4983e3=_0x2899c6[_0x27f9('0x36')]();if(_0x3b4a4f[_0x27f9('0x50')][_0x27f9('0x8a')](_0x4983e3[_0x27f9('0xa3')]))return!0x0;if(_0x18edc1[_0x27f9('0x10e')]!=_0x2899c6[_0x27f9('0x10e')])return!0x1;if(!_0x3b4a4f[_0x27f9('0x50')][_0x27f9('0x10')](_0x4983e3[_0x27f9('0xa3')]))return!0x1;const _0x301ff4=_0x29d54f[_0x27f9('0x27')](_0x3b4a4f[_0x27f9('0x50')],_0x4983e3[_0x27f9('0xa3')])[_0x27f9('0xb5')]();for(const _0x210f39 of _0x301ff4)if([_0x27f9('0x5f'),'elementEnd'][_0x27f9('0xf7')](_0x210f39['type'])&&_0x29d54f[_0x27f9('0x85')]['isLimit'](_0x210f39['item']))return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1625=['remove','commands','execute','trackChanges','PendingActions','view','suggestionUnloaded','values','value','getAllAdjacentSuggestions','has','discardAllSuggestions','buttonView','trackChanges.SuggestionThreadView','switchbutton','type','comments.maxCommentCharsWhenCollapsed','CommentsUI','from','delete','define','commandName','source','unbind','actionView','filter','focus','cancel','listenTo','getMarkerNames','get','change:activeAnnotations','activeMarkers','innerView','change:previous','getJoined','_descriptionFactory','TrackChangesEditing','keys','locale','isOn','getDescriptions','discardSelectedSuggestions','_disableComments','_destroyController','separator','length','refreshSelectedViews','clear','destroy','model','Track\x20changes','bind','plugins','push','some','Annotations','comments.maxCommentsWhenCollapsed','getFirstMarker','head','_debouncedHandlers','descriptionParts','Accept\x20all\x20suggestions','isEnabled','isMultiRange','isDirty','getRanges','suggestion-','getContainedElement','getRange','arrowView','config','EditorAnnotations','SuggestionThreadView','set','getSuggestion','pluginName','CommentsRepository','_suggestionToController','editing','add','trackChanges.disableComments','editor','comments.editorConfig','init','button','toMany','stopListening','previous','commentThread','acceptSelectedSuggestions','addSourceCollector','_viewToController','_createUIButton','map','PENDING_ACTION_SUGGESTION','getFirstRange','getByInnerView','_initializeController','_updateController','createAnnotationView','requires','reduce','toViewElement','Discard\x20all\x20selected\x20suggestions','isInContent','discardSuggestion','comments'];(function(_0x1ad1ea,_0x162572){const _0x417dcf=function(_0x2b8930){while(--_0x2b8930){_0x1ad1ea['push'](_0x1ad1ea['shift']());}};_0x417dcf(++_0x162572);}(_0x1625,0xd4));const _0x417d=function(_0x1ad1ea,_0x162572){_0x1ad1ea=_0x1ad1ea-0x0;let _0x417dcf=_0x1625[_0x1ad1ea];return _0x417dcf;};import{Plugin as _0x4d458a}from'ckeditor5/src/core';import{Collection as _0x2840d4}from'ckeditor5/src/utils';import{Model as _0x284193,SplitButtonView as _0x432863,createDropdown as _0x315563,addListToDropdown as _0x1976bc}from'ckeditor5/src/ui';import{Users as _0x40a97a,getDateTimeFormatter as _0x3c583d,getMarkerDomElement as _0x5af7e0}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x2624f1}from'lodash-es';import _0x52d57c from'./trackchangesediting';import _0x50e52b from'./ui/suggestioncontroller';import _0x46029d from'./ui/view/suggestionthreadview';import{getTranslation as _0x32166e}from'./utils/common-translations';import _0x196f67 from'../theme/icons/track-changes.svg';export default class m extends _0x4d458a{static get[_0x417d('0x69')](){return[_0x52d57c,_0x40a97a,_0x417d('0x51'),_0x417d('0x3c'),_0x417d('0x4c')];}static get[_0x417d('0x50')](){return'TrackChangesUI';}constructor(_0x21e426){super(_0x21e426),this['_suggestionToController']=new Map(),this[_0x417d('0x60')]=new Map(),this[_0x417d('0x40')]=new Map();const _0x761910=this[_0x417d('0x56')][_0x417d('0x4b')];_0x761910[_0x417d('0x18')](_0x417d('0x11'),_0x46029d),_0x761910['define'](_0x417d('0x55'),!0x1),this['_disableComments']=_0x761910['get']('trackChanges.disableComments');}[_0x417d('0x58')](){const _0x3a60ee=this['editor'],_0x4ed02b=_0x3a60ee[_0x417d('0x39')][_0x417d('0x22')](_0x52d57c),_0x32dfeb=_0x3a60ee[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x3c')),_0xba56f9=_0x3a60ee[_0x417d('0x39')]['get'](_0x417d('0x4c')),_0x2acf77=_0x3a60ee[_0x417d('0x39')]['get'](_0x417d('0x51'));_0x3a60ee['ui']['componentFactory'][_0x417d('0x54')](_0x417d('0x7'),_0x27f5c4=>this['_createUIButton'](_0x27f5c4)),_0xba56f9[_0x417d('0x5f')](()=>{const _0x22ec11=[];for(const [_0x32fa6f,_0x1c0631]of Array[_0x417d('0x16')](this[_0x417d('0x52')])){const _0xe1ee07=_0x32fa6f[_0x417d('0xd')](),_0x55bceb=[];for(const _0x3212d1 of _0xe1ee07){if(!_0x3212d1['isInContent'])continue;if(_0x3212d1[_0x417d('0x44')]){_0x55bceb[_0x417d('0x3a')](..._0x3212d1[_0x417d('0x46')]());continue;}const _0x1255f3=_0x3212d1[_0x417d('0x64')]();if(_0x55bceb[_0x417d('0x32')]>0x0){const _0x49c6ad=_0x55bceb[0x0][_0x417d('0x27')](_0x1255f3);if(_0x49c6ad){_0x55bceb[0x0]=_0x49c6ad;continue;}}_0x55bceb[_0x417d('0x3a')](_0x1255f3);}_0x22ec11[_0x417d('0x3a')]([_0x1c0631[_0x417d('0x9')],_0x55bceb]);}return _0x22ec11;}),this[_0x417d('0x20')](_0x4ed02b,'suggestionLoaded',(_0x4adb60,_0x2b21d5)=>{let _0x2dda3d=!0x1;const _0x18c9bb=_0x2624f1(_0x4859cf=>{_0x2dda3d||_0x4859cf?_0x2dda3d&&_0x4859cf&&(this[_0x417d('0x30')](_0x2b21d5),_0xba56f9[_0x417d('0x33')](),_0x2dda3d=!0x1):(this[_0x417d('0x66')](_0x2b21d5),_0xba56f9[_0x417d('0x33')](),_0x2dda3d=!0x0);},0xa);this[_0x417d('0x40')][_0x417d('0x4e')](_0x2b21d5,_0x18c9bb),this['listenTo'](_0x2b21d5,_0x417d('0x26'),(_0x595a09,_0x3ddc33,_0xce2ac4,_0x2d2b50)=>{_0x2b21d5[_0x417d('0x1')]&&(null==_0xce2ac4?(this[_0x417d('0x67')](_0x2d2b50[_0x417d('0x3f')]),_0x18c9bb(!0x1)):(this[_0x417d('0x67')](_0xce2ac4[_0x417d('0x3f')]),_0x18c9bb(!0x0)));}),null===_0x2b21d5[_0x417d('0x5c')]?_0x18c9bb(!0x1):this[_0x417d('0x67')](_0x2b21d5[_0x417d('0x3f')]);}),this[_0x417d('0x20')](_0x4ed02b,_0x417d('0xa'),(_0x5d1546,_0x2c9316,_0x27acbc)=>{this[_0x417d('0x5b')](_0x2c9316,_0x417d('0x26')),this['_debouncedHandlers']['get'](_0x2c9316)[_0x417d('0x1f')](),this[_0x417d('0x40')][_0x417d('0x17')](_0x2c9316);const _0x11f23b=_0x27acbc?_0x27acbc[_0x417d('0x3f')]:_0x2c9316,_0x4e175f=this[_0x417d('0x52')][_0x417d('0x22')](_0x11f23b);null!==_0x27acbc&&this[_0x417d('0x67')](_0x11f23b),null===_0x27acbc&&_0x4e175f&&this['_destroyController'](_0x2c9316);}),this[_0x417d('0x20')](_0x4ed02b,'suggestionChanged',(_0x1c4f6e,_0x5a7428)=>{this[_0x417d('0x67')](_0x5a7428);}),this[_0x417d('0x20')](_0x32dfeb,_0x417d('0x23'),(_0x35cf49,_0xbebe75,_0x3d55d0)=>{const _0x436939=Array[_0x417d('0x16')](_0x3d55d0,_0x40b4d3=>_0x40b4d3[_0x417d('0x25')])[_0x417d('0x1d')](_0x541197=>this[_0x417d('0x60')][_0x417d('0xe')](_0x541197)),_0x442bfa=[];for(const _0xc82691 of _0x436939){const _0x39bb39=this[_0x417d('0x60')][_0x417d('0x22')](_0xc82691)[_0x417d('0x36')][_0x417d('0xd')]();_0x442bfa['push'](..._0x39bb39[_0x417d('0x6a')]((_0xab00f1,_0x69c40d)=>[..._0xab00f1,..._0x69c40d[_0x417d('0x21')]()],[]));}_0x4ed02b[_0x417d('0x24')]=_0x442bfa;}),this[_0x417d('0x20')](_0x2acf77,'addComment',(_0x31ad55,{threadId:_0x1abd7b,isFromAdapter:_0x1ae6f2})=>{if(_0x1ae6f2||!_0x4ed02b['hasSuggestion'](_0x1abd7b))return;const _0x3fde5f=_0x4ed02b[_0x417d('0x4f')](_0x1abd7b);this[_0x417d('0x52')][_0x417d('0x22')](_0x3fde5f)['view'][_0x417d('0x1e')]();},{'priority':'lowest'});}[_0x417d('0x61')](_0x1dfbab){const _0x55e494=_0x315563(_0x1dfbab,_0x432863),_0x4f52ae=this[_0x417d('0x56')]['commands'][_0x417d('0x22')]('trackChanges'),_0x14d4d9=_0x32166e(_0x1dfbab,_0x417d('0x37'));_0x55e494[_0x417d('0x10')][_0x417d('0x4e')]({'tooltip':_0x14d4d9,'label':_0x14d4d9,'icon':_0x196f67}),_0x55e494[_0x417d('0x10')][_0x417d('0x38')]('isOn')['to'](_0x4f52ae,_0x417d('0xc')),_0x55e494[_0x417d('0x10')]['on']('execute',()=>_0x4f52ae[_0x417d('0x6')]());const _0x16daa4=new _0x2840d4(),_0x200f54=[{'type':_0x417d('0x12'),'model':{'withText':!0x0,'label':_0x14d4d9,'commandName':'trackChanges'}},{'type':_0x417d('0x31')},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,_0x417d('0x42')),'commandName':'acceptAllSuggestions'}},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,'Accept\x20all\x20selected\x20suggestions'),'commandName':_0x417d('0x5e')}},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,'Discard\x20all\x20suggestions'),'commandName':_0x417d('0xf')}},{'type':'button','model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,_0x417d('0x0')),'commandName':_0x417d('0x2e')}}];for(const _0x2e4dcd of _0x200f54){const _0x1a72b9={'type':_0x2e4dcd[_0x417d('0x13')]};if(_0x2e4dcd[_0x417d('0x36')]){const _0x4098bd=new _0x284193(_0x2e4dcd['model']),_0x4ab166=this[_0x417d('0x56')][_0x417d('0x5')][_0x417d('0x22')](_0x4098bd[_0x417d('0x19')]);_0x4098bd['bind'](_0x417d('0x2c'),'isEnabled')['to'](_0x4ab166,_0x417d('0xc'),_0x417d('0x43')),_0x1a72b9['model']=_0x4098bd;}_0x16daa4['add'](_0x1a72b9);}_0x1976bc(_0x55e494,_0x16daa4);const _0x5e4e6f=_0x200f54[_0x417d('0x1d')](_0x46a3a8=>null!=_0x46a3a8[_0x417d('0x36')])[_0x417d('0x62')](_0x59dd3c=>this[_0x417d('0x56')][_0x417d('0x5')][_0x417d('0x22')](_0x59dd3c[_0x417d('0x36')][_0x417d('0x19')]));return _0x55e494[_0x417d('0x10')]['actionView'][_0x417d('0x1b')](_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x4a')][_0x417d('0x1b')](_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x1c')][_0x417d('0x38')](_0x417d('0x43'))['to'](_0x4f52ae,_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x4a')][_0x417d('0x38')](_0x417d('0x43'))[_0x417d('0x5a')](_0x5e4e6f,_0x417d('0x43'),(..._0x982d3a)=>_0x982d3a[_0x417d('0x3b')](_0x4fb4ea=>_0x4fb4ea)),_0x55e494['on'](_0x417d('0x6'),_0x364222=>this['editor']['execute'](_0x364222[_0x417d('0x1a')][_0x417d('0x19')])),_0x55e494;}[_0x417d('0x66')](_0x4ccd5f){const _0x4bd0c6=this[_0x417d('0x56')],_0x125137=_0x4bd0c6[_0x417d('0x4b')],_0x5b1e9f=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')]('Annotations'),_0xb600e4=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x51')),_0x799c6c=_0x4ccd5f[_0x417d('0xd')]()[_0x417d('0x1d')](_0x148ed1=>_0x148ed1[_0x417d('0x1')]),_0xd9c777=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x40a97a)['me'],_0x1371b6=_0x4bd0c6[_0x417d('0x5')]['get']('acceptSuggestion'),_0x32eb31=_0x4bd0c6['commands']['get'](_0x417d('0x2')),_0x264836=_0x125137[_0x417d('0x22')](_0x417d('0x7'))[_0x417d('0x4d')],{CommentsListView:_0x4d1d8f,CommentThreadInputView:_0x450141}=_0x4bd0c6[_0x417d('0x39')]['get'](_0x417d('0x15')),_0x592953=new _0x264836(_0x4bd0c6[_0x417d('0x2b')],_0x4ccd5f,_0xd9c777,{'disableComments':this[_0x417d('0x2f')],'editorConfig':_0x125137[_0x417d('0x22')](_0x417d('0x57')),'maxCommentsWhenCollapsed':_0x125137['get'](_0x417d('0x3d')),'maxThreadTotalWeight':_0x125137[_0x417d('0x22')]('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x125137[_0x417d('0x22')](_0x417d('0x14')),'formatDateTime':_0x3c583d(_0x125137[_0x417d('0x22')](_0x417d('0x2b'))),'CommentView':_0x125137['get'](_0x417d('0x3'))['CommentView'],'CommentsListView':_0x4d1d8f,'CommentThreadInputView':_0x450141}),_0x5d0307=_0xb600e4['createCommentThreadController'](_0x4ccd5f[_0x417d('0x5d')],_0x592953),_0x5b5daa=new _0x50e52b(_0x4ccd5f,_0x592953,_0x1371b6,_0x32eb31,_0x5d0307);_0x592953[_0x417d('0x41')]=_0x4bd0c6['plugins'][_0x417d('0x22')](_0x417d('0x29'))[_0x417d('0x28')][_0x417d('0x2d')](_0x799c6c),this[_0x417d('0x52')][_0x417d('0x4e')](_0x4ccd5f,_0x5b5daa),this[_0x417d('0x60')]['set'](_0x592953,_0x5b5daa);const _0x4f7891=_0x5b1e9f[_0x417d('0x68')](this[_0x417d('0x56')][_0x417d('0x2b')],_0x592953);_0x4f7891[_0x417d('0x38')](_0x417d('0x45'))['to'](_0x592953,_0x417d('0x45')),_0x4f7891[_0x417d('0x38')](_0x417d('0x32'))['to'](_0x592953),_0x4f7891['bind'](_0x417d('0x13'))['to'](_0x592953,_0x417d('0x13'),_0x8caaca=>_0x417d('0x47')+_0x8caaca);const _0x2978fa=_0x5b1e9f['createAnnotation']({'view':_0x4f7891,'target':()=>{const _0x3adef9=_0x799c6c[0x0][_0x417d('0x3e')]();if(!_0x3adef9)return null;const _0x4d25c7=_0x3adef9[_0x417d('0x49')]()[_0x417d('0x48')]();return _0x4d25c7&&!_0x4bd0c6[_0x417d('0x53')]['mapper'][_0x417d('0x6b')](_0x4d25c7)?null:_0x5af7e0(_0x4bd0c6[_0x417d('0x53')],_0x3adef9)||null;},'type':()=>_0x417d('0x47')+_0x5b5daa[_0x417d('0x9')][_0x417d('0x13')]});_0x5b1e9f[_0x417d('0x54')](_0x2978fa);const _0x79b56a=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x8'));let _0x5b54cf;_0x592953['on']('change:isDirty',(_0x26dcf3,_0x2387d9,_0x124381)=>{_0x124381?_0x5b54cf=_0x79b56a['add'](_0x32166e(this[_0x417d('0x56')][_0x417d('0x2b')],_0x417d('0x63'))):(_0x79b56a[_0x417d('0x4')](_0x5b54cf),_0x5b54cf=null);});}[_0x417d('0x30')](_0x3341fd){const _0x1fe397=this[_0x417d('0x56')][_0x417d('0x39')][_0x417d('0x22')]('Annotations'),_0x2ca666=this[_0x417d('0x52')]['get'](_0x3341fd),_0x2704a2=_0x2ca666['view'],_0x532165=_0x1fe397[_0x417d('0x65')](_0x2704a2);_0x532165&&_0x1fe397[_0x417d('0x4')](_0x532165),this[_0x417d('0x52')][_0x417d('0x17')](_0x3341fd),this[_0x417d('0x60')][_0x417d('0x17')](_0x2704a2),_0x2ca666['destroy'](),_0x2704a2[_0x417d('0x35')]();}['_updateController'](_0x1b84a6){if(!_0x1b84a6[_0x417d('0x1')]||!this[_0x417d('0x52')][_0x417d('0xe')](_0x1b84a6))return;const _0x56af9b=this[_0x417d('0x56')][_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x29')),_0x43e94e=this['_suggestionToController']['get'](_0x1b84a6),_0x39cb03=_0x1b84a6[_0x417d('0xd')]();_0x43e94e[_0x417d('0x9')][_0x417d('0x41')]=_0x56af9b[_0x417d('0x28')]['getDescriptions'](_0x39cb03);}['destroy'](){super['destroy']();for(const _0x4c4e65 of this[_0x417d('0x52')][_0x417d('0x2a')]())this[_0x417d('0x30')](_0x4c4e65);for(const _0x4e9ad5 of this['_debouncedHandlers'][_0x417d('0xb')]())_0x4e9ad5[_0x417d('0x1f')]();this[_0x417d('0x40')][_0x417d('0x34')]();}}
23
+ const _0x1ba3=['_createUIButton','change:previous','getRange','_disableComments','_viewToController','discardSuggestion','comments.maxThreadTotalWeight','reduce','actionView','PENDING_ACTION_SUGGESTION','PendingActions','isMultiRange','toMany','values','buttonView','head','getSuggestion','commands','source','destroy','Discard\x20all\x20suggestions','config','getAllAdjacentSuggestions','locale','createCommentThreadController','push','trackChanges.disableComments','_debouncedHandlers','getContainedElement','get','_updateController','requires','commentThread','unbind','change:isDirty','define','plugins','_destroyController','TrackChangesEditing','comments','filter','acceptAllSuggestions','some','from','_suggestionToController','suggestionUnloaded','set','acceptSuggestion','hasSuggestion','arrowView','suggestion-','discardSelectedSuggestions','remove','length','Accept\x20all\x20selected\x20suggestions','descriptionParts','model','Annotations','_descriptionFactory','map','SuggestionThreadView','type','CommentView','change:activeAnnotations','getJoined','componentFactory','view','addSourceCollector','CommentsRepository','getByInnerView','isInContent','comments.maxCommentCharsWhenCollapsed','lowest','clear','acceptSelectedSuggestions','bind','isOn','TrackChangesUI','getRanges','cancel','comments.maxCommentsWhenCollapsed','switchbutton','keys','createAnnotation','_initializeController','separator','add','refreshSelectedViews','trackChanges.SuggestionThreadView','value','editing','listenTo','Discard\x20all\x20selected\x20suggestions','isEnabled','trackChanges','Track\x20changes','editor','pluginName','toViewElement','focus','EditorAnnotations','suggestionLoaded','delete','button','has','activeMarkers','commandName','previous'];(function(_0x3c00bd,_0x1ba3b9){const _0x5d3cdb=function(_0x137282){while(--_0x137282){_0x3c00bd['push'](_0x3c00bd['shift']());}};_0x5d3cdb(++_0x1ba3b9);}(_0x1ba3,0x160));const _0x5d3c=function(_0x3c00bd,_0x1ba3b9){_0x3c00bd=_0x3c00bd-0x0;let _0x5d3cdb=_0x1ba3[_0x3c00bd];return _0x5d3cdb;};import{Plugin as _0x5a479b}from'ckeditor5/src/core';import{Collection as _0x313930}from'ckeditor5/src/utils';import{Model as _0x1d2067,SplitButtonView as _0x41a99c,createDropdown as _0x147936,addListToDropdown as _0x4487f7}from'ckeditor5/src/ui';import{Users as _0x2478e6,getDateTimeFormatter as _0x47490d,getMarkerDomElement as _0x1087df}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x31062d}from'lodash-es';import _0x4d5edd from'./trackchangesediting';import _0x379cfd from'./ui/suggestioncontroller';import _0xd0e20d from'./ui/view/suggestionthreadview';import{getTranslation as _0x467748}from'./utils/common-translations';import _0x58d7bf from'../theme/icons/track-changes.svg';export default class m extends _0x5a479b{static get[_0x5d3c('0x3')](){return[_0x4d5edd,_0x2478e6,_0x5d3c('0x28'),'Annotations',_0x5d3c('0x48')];}static get[_0x5d3c('0x45')](){return _0x5d3c('0x31');}constructor(_0x2a3990){super(_0x2a3990),this['_suggestionToController']=new Map(),this[_0x5d3c('0x54')]=new Map(),this['_debouncedHandlers']=new Map();const _0x772a97=this['editor']['config'];_0x772a97['define'](_0x5d3c('0x3c'),_0xd0e20d),_0x772a97[_0x5d3c('0x7')](_0x5d3c('0x6a'),!0x1),this[_0x5d3c('0x53')]=_0x772a97[_0x5d3c('0x1')]('trackChanges.disableComments');}['init'](){const _0x360c4a=this[_0x5d3c('0x44')],_0x28bbaf=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x4d5edd),_0x4e653c=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')]('Annotations'),_0x4a59b6=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')]('EditorAnnotations'),_0x572138=_0x360c4a[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x5d3c('0x28'));_0x360c4a['ui'][_0x5d3c('0x25')][_0x5d3c('0x3a')](_0x5d3c('0x42'),_0x21db2e=>this[_0x5d3c('0x50')](_0x21db2e)),_0x4a59b6[_0x5d3c('0x27')](()=>{const _0x4ec843=[];for(const [_0x176194,_0x49d29a]of Array[_0x5d3c('0xf')](this[_0x5d3c('0x10')])){const _0x500f7c=_0x176194[_0x5d3c('0x66')](),_0xc33e03=[];for(const _0x502f5b of _0x500f7c){if(!_0x502f5b[_0x5d3c('0x2a')])continue;if(_0x502f5b[_0x5d3c('0x5b')]){_0xc33e03['push'](..._0x502f5b[_0x5d3c('0x32')]());continue;}const _0x5822f3=_0x502f5b['getFirstRange']();if(_0xc33e03['length']>0x0){const _0x48bd29=_0xc33e03[0x0][_0x5d3c('0x24')](_0x5822f3);if(_0x48bd29){_0xc33e03[0x0]=_0x48bd29;continue;}}_0xc33e03['push'](_0x5822f3);}_0x4ec843['push']([_0x49d29a['view'],_0xc33e03]);}return _0x4ec843;}),this[_0x5d3c('0x3f')](_0x28bbaf,_0x5d3c('0x49'),(_0x547de4,_0x2135a2)=>{let _0x175c12=!0x1;const _0x62b98d=_0x31062d(_0x41833c=>{_0x175c12||_0x41833c?_0x175c12&&_0x41833c&&(this['_destroyController'](_0x2135a2),_0x4a59b6[_0x5d3c('0x3b')](),_0x175c12=!0x1):(this[_0x5d3c('0x38')](_0x2135a2),_0x4a59b6[_0x5d3c('0x3b')](),_0x175c12=!0x0);},0xa);this[_0x5d3c('0x6b')][_0x5d3c('0x12')](_0x2135a2,_0x62b98d),this[_0x5d3c('0x3f')](_0x2135a2,_0x5d3c('0x51'),(_0x503896,_0x57f34e,_0x354aef,_0x208ff9)=>{_0x2135a2[_0x5d3c('0x2a')]&&(null==_0x354aef?(this[_0x5d3c('0x2')](_0x208ff9['head']),_0x62b98d(!0x1)):(this[_0x5d3c('0x2')](_0x354aef[_0x5d3c('0x5f')]),_0x62b98d(!0x0)));}),null===_0x2135a2[_0x5d3c('0x4f')]?_0x62b98d(!0x1):this[_0x5d3c('0x2')](_0x2135a2[_0x5d3c('0x5f')]);}),this[_0x5d3c('0x3f')](_0x28bbaf,_0x5d3c('0x11'),(_0x619bee,_0x1a9e10,_0x5a4407)=>{this['stopListening'](_0x1a9e10,_0x5d3c('0x51')),this['_debouncedHandlers'][_0x5d3c('0x1')](_0x1a9e10)['cancel'](),this['_debouncedHandlers']['delete'](_0x1a9e10);const _0x3bedfd=_0x5a4407?_0x5a4407[_0x5d3c('0x5f')]:_0x1a9e10,_0x5077aa=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x3bedfd);null!==_0x5a4407&&this[_0x5d3c('0x2')](_0x3bedfd),null===_0x5a4407&&_0x5077aa&&this['_destroyController'](_0x1a9e10);}),this[_0x5d3c('0x3f')](_0x28bbaf,'suggestionChanged',(_0x2bfbbf,_0x2d6564)=>{this[_0x5d3c('0x2')](_0x2d6564);}),this['listenTo'](_0x4e653c,_0x5d3c('0x23'),(_0x2e970b,_0x56196c,_0x12efdc)=>{const _0x4f9e3a=Array[_0x5d3c('0xf')](_0x12efdc,_0xeec928=>_0xeec928['innerView'])[_0x5d3c('0xc')](_0x22a56e=>this[_0x5d3c('0x54')][_0x5d3c('0x4c')](_0x22a56e)),_0x45dd3a=[];for(const _0x30d67a of _0x4f9e3a){const _0x66606c=this[_0x5d3c('0x54')][_0x5d3c('0x1')](_0x30d67a)[_0x5d3c('0x1c')][_0x5d3c('0x66')]();_0x45dd3a[_0x5d3c('0x69')](..._0x66606c[_0x5d3c('0x57')]((_0x2a5bf1,_0x269680)=>[..._0x2a5bf1,..._0x269680['getMarkerNames']()],[]));}_0x28bbaf[_0x5d3c('0x4d')]=_0x45dd3a;}),this['listenTo'](_0x572138,'addComment',(_0x253fc4,{threadId:_0x421398,isFromAdapter:_0x3d48aa})=>{if(_0x3d48aa||!_0x28bbaf[_0x5d3c('0x14')](_0x421398))return;const _0x27eda1=_0x28bbaf[_0x5d3c('0x60')](_0x421398);this[_0x5d3c('0x10')]['get'](_0x27eda1)[_0x5d3c('0x26')][_0x5d3c('0x47')]();},{'priority':_0x5d3c('0x2c')});}[_0x5d3c('0x50')](_0x3a8dd8){const _0x4c95b7=_0x147936(_0x3a8dd8,_0x41a99c),_0x2ca5cf=this['editor'][_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5d3c('0x42')),_0x2d08b6=_0x467748(_0x3a8dd8,_0x5d3c('0x43'));_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x12')]({'tooltip':_0x2d08b6,'label':_0x2d08b6,'icon':_0x58d7bf}),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x2f')](_0x5d3c('0x30'))['to'](_0x2ca5cf,_0x5d3c('0x3d')),_0x4c95b7[_0x5d3c('0x5e')]['on']('execute',()=>_0x2ca5cf['execute']());const _0x11066d=new _0x313930(),_0x1fcb3f=[{'type':_0x5d3c('0x35'),'model':{'withText':!0x0,'label':_0x2d08b6,'commandName':'trackChanges'}},{'type':_0x5d3c('0x39')},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,'Accept\x20all\x20suggestions'),'commandName':_0x5d3c('0xd')}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x1a')),'commandName':_0x5d3c('0x2e')}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x64')),'commandName':'discardAllSuggestions'}},{'type':_0x5d3c('0x4b'),'model':{'withText':!0x0,'label':_0x467748(_0x3a8dd8,_0x5d3c('0x40')),'commandName':_0x5d3c('0x17')}}];for(const _0x2b979e of _0x1fcb3f){const _0x39c1c9={'type':_0x2b979e['type']};if(_0x2b979e[_0x5d3c('0x1c')]){const _0x3a614e=new _0x1d2067(_0x2b979e[_0x5d3c('0x1c')]),_0x2566df=this[_0x5d3c('0x44')]['commands'][_0x5d3c('0x1')](_0x3a614e[_0x5d3c('0x4e')]);_0x3a614e['bind']('isOn',_0x5d3c('0x41'))['to'](_0x2566df,_0x5d3c('0x3d'),_0x5d3c('0x41')),_0x39c1c9['model']=_0x3a614e;}_0x11066d[_0x5d3c('0x3a')](_0x39c1c9);}_0x4487f7(_0x4c95b7,_0x11066d);const _0x157cd8=_0x1fcb3f[_0x5d3c('0xc')](_0x2f0dff=>null!=_0x2f0dff[_0x5d3c('0x1c')])[_0x5d3c('0x1f')](_0x5c3ce9=>this[_0x5d3c('0x44')][_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5c3ce9[_0x5d3c('0x1c')][_0x5d3c('0x4e')]));return _0x4c95b7[_0x5d3c('0x5e')]['actionView'][_0x5d3c('0x5')](_0x5d3c('0x41')),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x15')][_0x5d3c('0x5')](_0x5d3c('0x41')),_0x4c95b7[_0x5d3c('0x5e')][_0x5d3c('0x58')]['bind'](_0x5d3c('0x41'))['to'](_0x2ca5cf,'isEnabled'),_0x4c95b7['buttonView']['arrowView'][_0x5d3c('0x2f')](_0x5d3c('0x41'))[_0x5d3c('0x5c')](_0x157cd8,_0x5d3c('0x41'),(..._0x391aa7)=>_0x391aa7[_0x5d3c('0xe')](_0x2f7c70=>_0x2f7c70)),_0x4c95b7['on']('execute',_0x1c7a7c=>this[_0x5d3c('0x44')]['execute'](_0x1c7a7c[_0x5d3c('0x62')][_0x5d3c('0x4e')])),_0x4c95b7;}['_initializeController'](_0x2fa742){const _0x12aae4=this[_0x5d3c('0x44')],_0x62b861=_0x12aae4[_0x5d3c('0x65')],_0xaffb4e=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x5d3c('0x1d')),_0x3b8dd0=_0x12aae4[_0x5d3c('0x8')][_0x5d3c('0x1')](_0x5d3c('0x28')),_0x583c74=_0x2fa742[_0x5d3c('0x66')]()['filter'](_0x202d09=>_0x202d09['isInContent']),_0x49e575=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x2478e6)['me'],_0x3c601e=_0x12aae4[_0x5d3c('0x61')][_0x5d3c('0x1')](_0x5d3c('0x13')),_0x1d4d4e=_0x12aae4['commands'][_0x5d3c('0x1')](_0x5d3c('0x55')),_0x1c1ef6=_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x42'))[_0x5d3c('0x20')],{CommentsListView:_0x5edcf9,CommentThreadInputView:_0x26eadc}=_0x12aae4[_0x5d3c('0x8')][_0x5d3c('0x1')]('CommentsUI'),_0xcb0ef4=new _0x1c1ef6(_0x12aae4[_0x5d3c('0x67')],_0x2fa742,_0x49e575,{'disableComments':this[_0x5d3c('0x53')],'editorConfig':_0x62b861[_0x5d3c('0x1')]('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x34')),'maxThreadTotalWeight':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x56')),'maxCommentCharsWhenCollapsed':_0x62b861[_0x5d3c('0x1')](_0x5d3c('0x2b')),'formatDateTime':_0x47490d(_0x62b861['get'](_0x5d3c('0x67'))),'CommentView':_0x62b861['get'](_0x5d3c('0xb'))[_0x5d3c('0x22')],'CommentsListView':_0x5edcf9,'CommentThreadInputView':_0x26eadc}),_0x9dc1bc=_0x3b8dd0[_0x5d3c('0x68')](_0x2fa742[_0x5d3c('0x4')],_0xcb0ef4),_0x4b07b2=new _0x379cfd(_0x2fa742,_0xcb0ef4,_0x3c601e,_0x1d4d4e,_0x9dc1bc);_0xcb0ef4[_0x5d3c('0x1b')]=_0x12aae4[_0x5d3c('0x8')]['get'](_0x5d3c('0xa'))[_0x5d3c('0x1e')]['getDescriptions'](_0x583c74),this['_suggestionToController'][_0x5d3c('0x12')](_0x2fa742,_0x4b07b2),this['_viewToController'][_0x5d3c('0x12')](_0xcb0ef4,_0x4b07b2);const _0x2feceb=_0xaffb4e['createAnnotationView'](this[_0x5d3c('0x44')][_0x5d3c('0x67')],_0xcb0ef4);_0x2feceb[_0x5d3c('0x2f')]('isDirty')['to'](_0xcb0ef4,'isDirty'),_0x2feceb['bind'](_0x5d3c('0x19'))['to'](_0xcb0ef4),_0x2feceb[_0x5d3c('0x2f')](_0x5d3c('0x21'))['to'](_0xcb0ef4,_0x5d3c('0x21'),_0x36240a=>'suggestion-'+_0x36240a);const _0x18653e=_0xaffb4e[_0x5d3c('0x37')]({'view':_0x2feceb,'target':()=>{const _0x38e41b=_0x583c74[0x0]['getFirstMarker']();if(!_0x38e41b)return null;const _0x8826a3=_0x38e41b[_0x5d3c('0x52')]()[_0x5d3c('0x0')]();return _0x8826a3&&!_0x12aae4[_0x5d3c('0x3e')]['mapper'][_0x5d3c('0x46')](_0x8826a3)?null:_0x1087df(_0x12aae4['editing'],_0x38e41b)||null;},'type':()=>_0x5d3c('0x16')+_0x4b07b2['view'][_0x5d3c('0x21')]});_0xaffb4e[_0x5d3c('0x3a')](_0x18653e);const _0x12f657=_0x12aae4['plugins'][_0x5d3c('0x1')](_0x5d3c('0x5a'));let _0x11ae6a;_0xcb0ef4['on'](_0x5d3c('0x6'),(_0x33028e,_0x504695,_0x9e3b31)=>{_0x9e3b31?_0x11ae6a=_0x12f657[_0x5d3c('0x3a')](_0x467748(this[_0x5d3c('0x44')][_0x5d3c('0x67')],_0x5d3c('0x59'))):(_0x12f657[_0x5d3c('0x18')](_0x11ae6a),_0x11ae6a=null);});}['_destroyController'](_0x3a5d7c){const _0x5564b3=this['editor'][_0x5d3c('0x8')]['get']('Annotations'),_0x3eefb3=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x3a5d7c),_0x69112a=_0x3eefb3['view'],_0x58e1a8=_0x5564b3[_0x5d3c('0x29')](_0x69112a);_0x58e1a8&&_0x5564b3[_0x5d3c('0x18')](_0x58e1a8),this[_0x5d3c('0x10')][_0x5d3c('0x4a')](_0x3a5d7c),this[_0x5d3c('0x54')]['delete'](_0x69112a),_0x3eefb3[_0x5d3c('0x63')](),_0x69112a[_0x5d3c('0x63')]();}[_0x5d3c('0x2')](_0x57e762){if(!_0x57e762[_0x5d3c('0x2a')]||!this[_0x5d3c('0x10')][_0x5d3c('0x4c')](_0x57e762))return;const _0x52e6af=this[_0x5d3c('0x44')][_0x5d3c('0x8')]['get'](_0x5d3c('0xa')),_0x289c98=this[_0x5d3c('0x10')][_0x5d3c('0x1')](_0x57e762),_0x26d4b4=_0x57e762[_0x5d3c('0x66')]();_0x289c98[_0x5d3c('0x26')][_0x5d3c('0x1b')]=_0x52e6af[_0x5d3c('0x1e')]['getDescriptions'](_0x26d4b4);}[_0x5d3c('0x63')](){super[_0x5d3c('0x63')]();for(const _0x334f8d of this[_0x5d3c('0x10')][_0x5d3c('0x36')]())this[_0x5d3c('0x9')](_0x334f8d);for(const _0x449199 of this[_0x5d3c('0x6b')][_0x5d3c('0x5d')]())_0x449199[_0x5d3c('0x33')]();this[_0x5d3c('0x6b')][_0x5d3c('0x2d')]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xa8c3=['bind','execute','acceptSuggestion','_acceptCommand','discardSuggestion','unbind','commentThreadController','stopListening','destroy','listenTo','_discardCommand','view','isEnabled','model'];(function(_0x352442,_0xa8c38a){var _0x3582b8=function(_0x4b4bb0){while(--_0x4b4bb0){_0x352442['push'](_0x352442['shift']());}};_0x3582b8(++_0xa8c38a);}(_0xa8c3,0x143));var _0x3582=function(_0x352442,_0xa8c38a){_0x352442=_0x352442-0x0;var _0x3582b8=_0xa8c3[_0x352442];return _0x3582b8;};import{ObservableMixin as _0x22a1b9,mix as _0x4919ff}from'ckeditor5/src/utils';export default class It{constructor(_0xef5473,_0x5339cc,_0xfb287e,_0x7fb38c,_0x1526e5){this[_0x3582('0xc')]=_0xef5473,this[_0x3582('0xa')]=_0x5339cc,this[_0x3582('0x5')]=_0x1526e5,this['_acceptCommand']=_0xfb287e,this[_0x3582('0x9')]=_0x7fb38c,this[_0x3582('0xa')][_0x3582('0xd')](_0x3582('0xb'))['to'](this[_0x3582('0x2')]),this[_0x3582('0x8')](_0x5339cc,_0x3582('0x1'),()=>this[_0x3582('0x1')]()),this[_0x3582('0x8')](_0x5339cc,_0x3582('0x3'),()=>this['discardSuggestion']());}['acceptSuggestion'](){this[_0x3582('0x2')][_0x3582('0x0')](this[_0x3582('0xc')]['id']);}[_0x3582('0x3')](){this[_0x3582('0x9')][_0x3582('0x0')](this[_0x3582('0xc')]['id']);}[_0x3582('0x7')](){this[_0x3582('0xa')][_0x3582('0x4')](_0x3582('0xb')),this[_0x3582('0x6')](),this[_0x3582('0x5')][_0x3582('0x7')]();}}_0x4919ff(It,_0x22a1b9);
23
+ var _0x38fc=['unbind','destroy','bind','model','discardSuggestion','listenTo','acceptSuggestion','_discardCommand','isEnabled','execute','_acceptCommand','view','commentThreadController'];(function(_0x165d6b,_0x38fc2c){var _0x711230=function(_0x5f0a5b){while(--_0x5f0a5b){_0x165d6b['push'](_0x165d6b['shift']());}};_0x711230(++_0x38fc2c);}(_0x38fc,0xc2));var _0x7112=function(_0x165d6b,_0x38fc2c){_0x165d6b=_0x165d6b-0x0;var _0x711230=_0x38fc[_0x165d6b];return _0x711230;};import{ObservableMixin as _0x7a6b24,mix as _0x418936}from'ckeditor5/src/utils';export default class Vt{constructor(_0x566de8,_0x52e887,_0x38f7dd,_0x2915bb,_0x250908){this[_0x7112('0x4')]=_0x566de8,this[_0x7112('0xc')]=_0x52e887,this[_0x7112('0x0')]=_0x250908,this[_0x7112('0xb')]=_0x38f7dd,this[_0x7112('0x8')]=_0x2915bb,this[_0x7112('0xc')][_0x7112('0x3')](_0x7112('0x9'))['to'](this[_0x7112('0xb')]),this[_0x7112('0x6')](_0x52e887,'acceptSuggestion',()=>this[_0x7112('0x7')]()),this['listenTo'](_0x52e887,_0x7112('0x5'),()=>this[_0x7112('0x5')]());}[_0x7112('0x7')](){this[_0x7112('0xb')][_0x7112('0xa')](this[_0x7112('0x4')]['id']);}['discardSuggestion'](){this[_0x7112('0x8')][_0x7112('0xa')](this[_0x7112('0x4')]['id']);}[_0x7112('0x2')](){this['view'][_0x7112('0x1')](_0x7112('0x9')),this['stopListening'](),this[_0x7112('0x0')][_0x7112('0x2')]();}}_0x418936(Vt,_0x7a6b24);
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xe9f3=['value','isDirty','editorConfig','focus','commentInputView','descriptionParts','editor','length','cancel','_model','commentsListView','delegate','destroy','addComment','bind','setData','hasDirtyComment','commentThread','isActive','isEnabled','fire','locale','_localUser','createdAt','CommentView','element','isReadOnly','removeComment','_config','_createCommentThreadInputView','set','disableComments','assign','commentThreadInputView'];(function(_0x27726a,_0xe9f371){const _0x526cc6=function(_0x3c0270){while(--_0x3c0270){_0x27726a['push'](_0x27726a['shift']());}};_0x526cc6(++_0xe9f371);}(_0xe9f3,0x6e));const _0x526c=function(_0x27726a,_0xe9f371){_0x27726a=_0x27726a-0x0;let _0x526cc6=_0xe9f3[_0x27726a];return _0x526cc6;};import{View as _0x4f8b86}from'ckeditor5/src/ui';export default class Kt extends _0x4f8b86{constructor(_0x23a769,_0x4f545a,_0x4dfca4,_0x5191ec){super(_0x23a769),this[_0x526c('0x2')]=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this[_0x526c('0x16')](_0x526c('0xf'),_0x4f545a[_0x526c('0xf')]),this[_0x526c('0x6')](_0x526c('0xf'))['to'](_0x4f545a),this[_0x526c('0x16')](_0x526c('0x1f'),[]),this[_0x526c('0x16')]('isDirty',!0x1),this[_0x526c('0x16')](_0x526c('0xb'),!0x1),this[_0x526c('0x1')]=_0x4f545a,this[_0x526c('0xe')]=_0x4dfca4,this['_config']=_0x5191ec,_0x5191ec[_0x526c('0x17')]?this[_0x526c('0x16')](_0x526c('0x21'),0x1):this['_createCommentViews']();}[_0x526c('0x1d')](){this[_0x526c('0x11')][_0x526c('0x1d')]();}[_0x526c('0x4')](){this['isDirty']=!0x1,this[_0x526c('0x2')]&&this['commentsListView']['destroy'](),this[_0x526c('0x19')]&&this[_0x526c('0x19')][_0x526c('0x4')](),super[_0x526c('0x4')]();}['_createCommentViews'](){const {CommentsListView:_0xc0ac26}=this[_0x526c('0x14')];this[_0x526c('0x2')]=new _0xc0ac26(this[_0x526c('0xd')],this['_model'][_0x526c('0x9')],Object[_0x526c('0x18')]({'CommentView':this[_0x526c('0x14')][_0x526c('0x10')]},this['_config'])),this[_0x526c('0x2')][_0x526c('0x3')](_0x526c('0x13'))['to'](this),this['commentsListView'][_0x526c('0x3')]('updateComment')['to'](this),this[_0x526c('0x2')][_0x526c('0x6')](_0x526c('0xa'))['to'](this),this[_0x526c('0x16')](_0x526c('0x21'),this[_0x526c('0x2')]['length']+0x1),this[_0x526c('0x6')]('length')['to'](this[_0x526c('0x2')],_0x526c('0x21'),_0x50ef9b=>_0x50ef9b+0x1),this['commentThreadInputView']=this[_0x526c('0x15')](),this['on'](_0x526c('0x13'),()=>this[_0x526c('0x1d')]()),this[_0x526c('0x6')](_0x526c('0x1b'))['to'](this[_0x526c('0x2')],_0x526c('0x8'),this[_0x526c('0x19')][_0x526c('0x1e')],_0x526c('0x1a'),(_0x338dba,_0x54f2a7)=>_0x338dba||!!_0x54f2a7);}[_0x526c('0x15')](){const {CommentThreadInputView:_0x155b74}=this[_0x526c('0x14')],_0x12be5d=new _0x155b74(this[_0x526c('0xd')],this[_0x526c('0xe')],this[_0x526c('0x14')][_0x526c('0x1c')]),_0x268c44=_0x12be5d[_0x526c('0x1e')];return _0x12be5d[_0x526c('0x6')]('showInput')['to'](this,_0x526c('0xa'),this[_0x526c('0x1')]['commentThread'],_0x526c('0x12'),_0x268c44,_0x526c('0x1a'),(_0x3b97d2,_0x26beee,_0x525ff2)=>!!_0x525ff2||_0x3b97d2&&!_0x26beee),_0x268c44['on']('submit',(_0x4def14,_0x3b9641)=>{this[_0x526c('0xc')](_0x526c('0x5'),_0x3b9641),_0x268c44[_0x526c('0x20')][_0x526c('0x7')]('');}),_0x268c44['on'](_0x526c('0x0'),()=>this['focus']()),_0x268c44[_0x526c('0x6')]('disabledSubmit')['to'](this[_0x526c('0x1')][_0x526c('0x9')],_0x526c('0x12')),_0x12be5d;}}
23
+ const _0x27ad=['_createCommentThreadInputView','commentInputView','_config','descriptionParts','updateComment','_model','length','isActive','hasDirtyComment','set','fire','editor','addComment','commentThread','element','commentsListView','bind','destroy','value','showInput','isDirty','focus','delegate','submit','locale','_localUser','isReadOnly','_createCommentViews','setData','createdAt','commentThreadInputView','disabledSubmit','assign'];(function(_0x49aeb3,_0x27ad52){const _0x532c36=function(_0x3a53b4){while(--_0x3a53b4){_0x49aeb3['push'](_0x49aeb3['shift']());}};_0x532c36(++_0x27ad52);}(_0x27ad,0x199));const _0x532c=function(_0x49aeb3,_0x27ad52){_0x49aeb3=_0x49aeb3-0x0;let _0x532c36=_0x27ad[_0x49aeb3];return _0x532c36;};import{View as _0x45d137}from'ckeditor5/src/ui';export default class Jt extends _0x45d137{constructor(_0x5abc19,_0x4adc9d,_0x5e026d,_0x2a33d6){super(_0x5abc19),this[_0x532c('0x2')]=null,this[_0x532c('0x11')]=null,this[_0x532c('0x1d')](_0x532c('0x1b'),!0x1),this[_0x532c('0x1d')](_0x532c('0x10'),_0x4adc9d['createdAt']),this['bind'](_0x532c('0x10'))['to'](_0x4adc9d),this[_0x532c('0x1d')](_0x532c('0x17'),[]),this[_0x532c('0x1d')](_0x532c('0x7'),!0x1),this['set']('isEnabled',!0x1),this['_model']=_0x4adc9d,this[_0x532c('0xc')]=_0x5e026d,this[_0x532c('0x16')]=_0x2a33d6,_0x2a33d6['disableComments']?this['set'](_0x532c('0x1a'),0x1):this[_0x532c('0xe')]();}[_0x532c('0x8')](){this[_0x532c('0x1')]['focus']();}[_0x532c('0x4')](){this[_0x532c('0x7')]=!0x1,this[_0x532c('0x2')]&&this[_0x532c('0x2')][_0x532c('0x4')](),this[_0x532c('0x11')]&&this['commentThreadInputView']['destroy'](),super['destroy']();}[_0x532c('0xe')](){const {CommentsListView:_0x55dd83}=this[_0x532c('0x16')];this[_0x532c('0x2')]=new _0x55dd83(this['locale'],this['_model'][_0x532c('0x0')],Object[_0x532c('0x13')]({'CommentView':this[_0x532c('0x16')]['CommentView']},this['_config'])),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView'][_0x532c('0x9')](_0x532c('0x18'))['to'](this),this[_0x532c('0x2')]['bind'](_0x532c('0x1b'))['to'](this),this[_0x532c('0x1d')](_0x532c('0x1a'),this[_0x532c('0x2')][_0x532c('0x1a')]+0x1),this['bind'](_0x532c('0x1a'))['to'](this[_0x532c('0x2')],'length',_0x51e61a=>_0x51e61a+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this[_0x532c('0x8')]()),this[_0x532c('0x3')](_0x532c('0x7'))['to'](this[_0x532c('0x2')],_0x532c('0x1c'),this[_0x532c('0x11')]['commentInputView'],'value',(_0x22a267,_0x3e62ea)=>_0x22a267||!!_0x3e62ea);}[_0x532c('0x14')](){const {CommentThreadInputView:_0x51ac31}=this[_0x532c('0x16')],_0x376de2=new _0x51ac31(this[_0x532c('0xb')],this[_0x532c('0xc')],this[_0x532c('0x16')]['editorConfig']),_0x437e3d=_0x376de2[_0x532c('0x15')];return _0x376de2[_0x532c('0x3')](_0x532c('0x6'))['to'](this,_0x532c('0x1b'),this[_0x532c('0x19')]['commentThread'],'isReadOnly',_0x437e3d,_0x532c('0x5'),(_0x20f533,_0x2b8653,_0x31df5e)=>!!_0x31df5e||_0x20f533&&!_0x2b8653),_0x437e3d['on'](_0x532c('0xa'),(_0x3df867,_0x51ac50)=>{this[_0x532c('0x1e')](_0x532c('0x20'),_0x51ac50),_0x437e3d[_0x532c('0x1f')][_0x532c('0xf')]('');}),_0x437e3d['on']('cancel',()=>this[_0x532c('0x8')]()),_0x437e3d[_0x532c('0x3')](_0x532c('0x12'))['to'](this[_0x532c('0x19')][_0x532c('0x0')],_0x532c('0xd')),_0x376de2;}}