@ckeditor/ckeditor5-track-changes 35.2.0 → 35.3.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 (158) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/build/track-changes.js +2 -2
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/az.js +1 -1
  6. package/build/translations/bg.js +1 -1
  7. package/build/translations/bn.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de.js +1 -1
  12. package/build/translations/el.js +1 -1
  13. package/build/translations/en-au.js +1 -1
  14. package/build/translations/es.js +1 -1
  15. package/build/translations/et.js +1 -1
  16. package/build/translations/fi.js +1 -1
  17. package/build/translations/fr.js +1 -1
  18. package/build/translations/gl.js +1 -1
  19. package/build/translations/he.js +1 -1
  20. package/build/translations/hi.js +1 -1
  21. package/build/translations/hr.js +1 -1
  22. package/build/translations/hu.js +1 -1
  23. package/build/translations/id.js +1 -1
  24. package/build/translations/it.js +1 -1
  25. package/build/translations/ja.js +1 -1
  26. package/build/translations/ko.js +1 -1
  27. package/build/translations/lt.js +1 -1
  28. package/build/translations/lv.js +1 -1
  29. package/build/translations/ms.js +1 -1
  30. package/build/translations/nl.js +1 -1
  31. package/build/translations/no.js +1 -1
  32. package/build/translations/pl.js +1 -1
  33. package/build/translations/pt-br.js +1 -1
  34. package/build/translations/pt.js +1 -1
  35. package/build/translations/ro.js +1 -1
  36. package/build/translations/ru.js +1 -1
  37. package/build/translations/sk.js +1 -1
  38. package/build/translations/sr-latn.js +1 -1
  39. package/build/translations/sr.js +1 -1
  40. package/build/translations/sv.js +1 -1
  41. package/build/translations/th.js +1 -1
  42. package/build/translations/tk.js +1 -1
  43. package/build/translations/tr.js +1 -1
  44. package/build/translations/tt.js +1 -1
  45. package/build/translations/uk.js +1 -1
  46. package/build/translations/ur.js +1 -1
  47. package/build/translations/vi.js +1 -1
  48. package/build/translations/zh-cn.js +1 -1
  49. package/build/translations/zh.js +1 -1
  50. package/lang/contexts.json +4 -1
  51. package/lang/translations/ar.po +12 -0
  52. package/lang/translations/az.po +12 -0
  53. package/lang/translations/bg.po +12 -0
  54. package/lang/translations/bn.po +12 -0
  55. package/lang/translations/ca.po +12 -0
  56. package/lang/translations/cs.po +12 -0
  57. package/lang/translations/da.po +12 -0
  58. package/lang/translations/de.po +12 -0
  59. package/lang/translations/el.po +12 -0
  60. package/lang/translations/en-au.po +12 -0
  61. package/lang/translations/en.po +12 -0
  62. package/lang/translations/es.po +12 -0
  63. package/lang/translations/et.po +12 -0
  64. package/lang/translations/fi.po +12 -0
  65. package/lang/translations/fr.po +12 -0
  66. package/lang/translations/gl.po +12 -0
  67. package/lang/translations/he.po +12 -0
  68. package/lang/translations/hi.po +12 -0
  69. package/lang/translations/hr.po +12 -0
  70. package/lang/translations/hu.po +12 -0
  71. package/lang/translations/id.po +12 -0
  72. package/lang/translations/it.po +12 -0
  73. package/lang/translations/ja.po +12 -0
  74. package/lang/translations/ko.po +12 -0
  75. package/lang/translations/lt.po +12 -0
  76. package/lang/translations/lv.po +12 -0
  77. package/lang/translations/ms.po +12 -0
  78. package/lang/translations/nl.po +12 -0
  79. package/lang/translations/no.po +12 -0
  80. package/lang/translations/pl.po +12 -0
  81. package/lang/translations/pt-br.po +12 -0
  82. package/lang/translations/pt.po +12 -0
  83. package/lang/translations/ro.po +12 -0
  84. package/lang/translations/ru.po +12 -0
  85. package/lang/translations/sk.po +12 -0
  86. package/lang/translations/sr-latn.po +12 -0
  87. package/lang/translations/sr.po +12 -0
  88. package/lang/translations/sv.po +12 -0
  89. package/lang/translations/th.po +12 -0
  90. package/lang/translations/tk.po +12 -0
  91. package/lang/translations/tr.po +12 -0
  92. package/lang/translations/tt.po +12 -0
  93. package/lang/translations/uk.po +12 -0
  94. package/lang/translations/ur.po +12 -0
  95. package/lang/translations/vi.po +12 -0
  96. package/lang/translations/zh-cn.po +12 -0
  97. package/lang/translations/zh.po +12 -0
  98. package/package.json +4 -4
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/{utils/sortsuggestions.js → commands/executeonallsuggestionscommand.js} +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +23 -0
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/documentlist.js +23 -0
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/font.js +1 -1
  114. package/src/integrations/heading.js +1 -1
  115. package/src/integrations/highlight.js +1 -1
  116. package/src/integrations/horizontalline.js +1 -1
  117. package/src/integrations/htmlembed.js +1 -1
  118. package/src/integrations/image.js +1 -1
  119. package/src/integrations/importword.js +1 -1
  120. package/src/integrations/indent.js +1 -1
  121. package/src/integrations/inputcommand.js +1 -1
  122. package/src/integrations/link.js +1 -1
  123. package/src/integrations/list.js +1 -1
  124. package/src/integrations/mediaembed.js +1 -1
  125. package/src/integrations/mention.js +1 -1
  126. package/src/integrations/pagebreak.js +1 -1
  127. package/src/integrations/paragraph.js +1 -1
  128. package/src/integrations/removeformat.js +1 -1
  129. package/src/integrations/restrictededitingmode.js +1 -1
  130. package/src/integrations/shiftentercommand.js +1 -1
  131. package/src/integrations/standardeditingmode.js +1 -1
  132. package/src/integrations/style.js +1 -1
  133. package/src/integrations/table.js +1 -1
  134. package/src/{utils/normalizedescription.js → integrations/tablecaption.js} +1 -1
  135. package/src/integrations/tableclipboard.js +1 -1
  136. package/src/integrations/tableheadings.js +1 -1
  137. package/src/integrations/tablemergesplit.js +1 -1
  138. package/src/integrations/title.js +1 -1
  139. package/src/integrations/undo.js +1 -1
  140. package/src/integrations/utils.js +1 -1
  141. package/src/suggestion.js +1 -1
  142. package/src/suggestiondescriptionfactory.js +1 -1
  143. package/src/trackchanges.js +1 -1
  144. package/src/trackchangesdata.js +1 -1
  145. package/src/trackchangesediting.js +1 -1
  146. package/src/trackchangesui.js +1 -1
  147. package/src/ui/suggestioncontroller.js +1 -1
  148. package/src/ui/view/basesuggestionthreadview.js +1 -1
  149. package/src/ui/view/suggestionthreadview.js +1 -1
  150. package/src/utils/common-translations.js +1 -1
  151. package/src/utils/utils.js +23 -0
  152. package/src/commands/acceptallsuggestionscommand.js +0 -23
  153. package/src/commands/acceptselectedsuggestionscommand.js +0 -23
  154. package/src/commands/discardallsuggestionscommand.js +0 -23
  155. package/src/commands/discardselectedsuggestionscommand.js +0 -23
  156. package/src/utils/getrangesofblockgroups.js +0 -23
  157. package/src/utils/getselectedsuggestions.js +0 -23
  158. package/src/utils/hashobject.js +0 -23
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27d3=['chain','filter','formatInline:','lowest','remove','originalSuggestionId','multipleBlocks','_handleNewSuggestionMarker','getNearestSelectionRange','isLimit','CommentsRepository','setSelection','isAfter','enableCommand','ck-suggestion-marker-formatBlock','parent','return','_registerDefaultCallbacks','containsRange','error-saving-suggestion-data-suggestion-discarded','root','after','createRange','clear','next','_breakSuggestionMarker','element','formatBlock:join','collaboration.channelId','isIntersectingWithRange','applyOperation','push','range','markerToHighlight','isInContent','isCollapsed','accept','_removeSuggestion','suggestionChanged','isDocumentOperation','some','discardAllSuggestions','_splitMarkerName','isEqual','model','insertion:chain','formatBlock:discard','_getSuggestionData','getSuggestion','deletion:chain','isBefore','_joinWithAdjacentSuggestions','createdAt','markMultiRangeInsertion','requires','elementToElement','_model','rethrowUnexpectedError','isLocal','head','execute','PENDING_ACTION_SUGGESTION','TrackChangesEditing','isInsideObject','track-changes-adapter-missing-getsuggestion','locale','getFirstMarker','start','acceptSelectedSuggestions','trackChanges','addCommentThread','formatBlock','_getAuthorFromId','isAtEnd','hasComments','containsPosition','_suggestionFactory','formatBlock:chain','editor','_commentsRepository','getRanges','getShiftedBy','multi','acceptSuggestion','editing','_findSuggestions','set','_customCallbacks','_cutOutSuggestionMarker','before','rejected','backward','skipNestingCheck','ck-suggestion-marker','previous','Users','commentThread','adapter','formatInline:accept','markerToData','plugins','newRange','map','hasCommentThread','refresh','_isForcedDefaultExecutionBlock','ck-suggestion-marker-','deletion','authorName','removeComment','removeAttribute','detach','getCommentThread','markerReady','addUser','end','_saved','dataReady','high','size','_checkSuggestionCorrectness','documentSelection','addSuggestion','batch','isRemovable','getUser','splitPosition','ready','enableReadOnlyMode','change:_saved','item','unbindElementFromMarkerName','rootName','formatGroupId','schema','acceptAllSuggestions','deleteContent','getSuggestions','mapper','commands','isNextTo','showSuggestionHighlights','containerElement','add','markInsertion','activeMarkers','_addSuggestionMarker','catch','_refreshSuggestionsChain','getItems','isTouching','suggestion','name','fromCharCode','addClass','join','_enabledCommands','trackChangesCommand','_onDiscard','forceDefaultExecution','conversion','insertion:','isOwn','fire','config','formatInline:join','hasSuggestion','_createSuggestion','getIntersection','getAllAdjacentSuggestions','commandName','init','fromRange','nodeBefore','_updateSuggestionData','updateSuggestion','fetchCommentThread','getAttribute','_descriptionFactory','getAncestors','options','_editor','from','removeMarkers','formatInline','elementEnd','moveTargetPosition','markerNameToElements','forward','getDifference','attributes','low','markers','data-suggestion','containsRangeInObject','upcast','isAtStart','markBlockFormat','editingDowncast','change:data','formatInline:discard','split','substr','subType','addSuggestionData','createElement','setAttribute','author','$graveyard','sort','elementStart','every','suggestion-type','dataToMarker','data','getMarkers','get','registerPostFixer','change:activeMarkers','addMarkerName','pluginName','formatBlock:','includes','notReady','length','stop','widget','markInlineFormat','type','nodeAfter','track-changes-suggestion-not-found','discardSelectedSuggestions','deletion:','splice','registerCustomCallback','values','position','normal','for','insertContent','addHighlight','insertion:discard','then','setTo','delete','addMarker','_setSuggestionData','markerName','differ','consume','change','document','createSelection','_joinSuggestions','isMultiRange','_adapter','containsItem','isBlock','deletion:discard','selection','createRangeIn','insertion','highest','track-changes-suggestion-data-mismatch','targetPosition','isObject','markMultiRangeBlockFormat','toViewElement','_defaultCallbacks','markDeletion','_addThreadToSuggestion','howMany','enqueueChange','has','_getExternalAuthor','discard','getCustomProperty','consumable','@external','removeMarker:suggestion:formatBlock','_rangeIsInLocalUserInsertion','buildSuggestion','getFirstRange','getWalker','unbind','reconvertMarker','_suggestions','writer','dataDowncast','removed','value','suggestionLoaded','ck-suggestion-marker--active','insertion:accept','listenTo','removeClass','updateMarker','addMarker:suggestion:formatBlock','_setSuggestionRange','createPositionAt','_suggestionState','getChanges','addRange','suggestion:','external:','insert','PendingActions','getSuggestionCallback','getChangedMarkers','bindElementToMarker','getLastMatchingPosition','marker-count','removeMarker','open','update:suggestion','addComment','getMultiRangeId','discardSuggestion','oldRange','suggestionUnloaded'];(function(_0x20e75d,_0x27d356){const _0x1f8f98=function(_0x460088){while(--_0x460088){_0x20e75d['push'](_0x20e75d['shift']());}};_0x1f8f98(++_0x27d356);}(_0x27d3,0xee));const _0x1f8f=function(_0x20e75d,_0x27d356){_0x20e75d=_0x20e75d-0x0;let _0x1f8f98=_0x27d3[_0x20e75d];return _0x1f8f98;};import{Plugin as _0x2e95e9,PendingActions as _0x125075}from'ckeditor5/src/core';import{LiveRange as _0x1a80a0}from'ckeditor5/src/engine';import{CKEditorError as _0x3b3b32,uid as _0x20487a,priorities as _0x5af24d,EmitterMixin as _0x58572d,mix as _0x44f73f,logWarning as _0x318706}from'ckeditor5/src/utils';import{toWidget as _0x54a300}from'ckeditor5/src/widget';import{Users as _0x28e86c}from'ckeditor5-collaboration/src/collaboration-core';import _0x4c2396 from'./commands/trackchangescommand';import _0x6ab048 from'./commands/acceptsuggestioncommand';import _0x4e4195 from'./commands/discardsuggestioncommand';import _0x38327e from'./commands/acceptallsuggestionscommand';import _0x1be7be from'./commands/acceptselectedsuggestionscommand';import _0x41b80b from'./commands/discardallsuggestionscommand';import _0xf9d859 from'./commands/discardselectedsuggestionscommand';import _0x291614 from'./suggestion';import _0x435985 from'./suggestiondescriptionfactory';import _0x10829 from'./integrations/alignment';import _0x364d9e from'./integrations/basicstyles';import _0x5bab61 from'./integrations/blockquote';import _0x1a8777 from'./integrations/ckbox';import _0x18441d from'./integrations/codeblock';import _0x105ba9 from'./integrations/comments';import _0x435d7f from'./integrations/deletecommand';import _0xcd43e4 from'./integrations/entercommand';import _0x3d1132 from'./integrations/font';import _0x3c8a6e from'./integrations/heading';import _0x1f483c from'./integrations/highlight';import _0x51b93b from'./integrations/horizontalline';import _0x3bec06 from'./integrations/htmlembed';import _0x26f252 from'./integrations/image';import _0xb00ad6 from'./integrations/importword';import _0x5e03e8 from'./integrations/indent';import _0x484acc from'./integrations/inputcommand';import _0x4982c7 from'./integrations/link';import _0x4b86c5 from'./integrations/list';import _0x47880d from'./integrations/mediaembed';import _0x2fa020 from'./integrations/mention';import _0x1eb12a from'./integrations/pagebreak';import _0x41bdd5 from'./integrations/paragraph';import _0x28bd2e from'./integrations/removeformat';import _0x1479ad from'./integrations/restrictededitingmode';import _0x528738 from'./integrations/shiftentercommand';import _0x451363 from'./integrations/standardeditingmode';import _0x161c8a from'./integrations/style';import _0x2e83cf from'./integrations/table';import _0x4fa987 from'./integrations/tablemergesplit';import _0x57518c from'./integrations/tableheadings';import _0x4d4492 from'./integrations/tableclipboard';import _0x291dc0 from'./integrations/title';import _0x4984c4 from'./integrations/undo';import _0x5e1503 from'./utils/hashobject.js';import{getTranslation as _0xb5e306}from'./utils/common-translations';export default class d extends _0x2e95e9{static get[_0x1f8f('0x88')](){return[_0x1f8f('0x5c'),_0x28e86c,_0x125075,_0x10829,_0x364d9e,_0x5bab61,_0x1a8777,_0x18441d,_0x105ba9,_0x435d7f,_0xcd43e4,_0x3d1132,_0x3c8a6e,_0x1f483c,_0x51b93b,_0x3bec06,_0x26f252,_0xb00ad6,_0x5e03e8,_0x484acc,_0x4982c7,_0x4b86c5,_0x47880d,_0x2fa020,_0x1eb12a,_0x41bdd5,_0x28bd2e,_0x1479ad,_0x528738,_0x451363,_0x161c8a,_0x2e83cf,_0x4fa987,_0x57518c,_0x4d4492,_0x291dc0,_0x4984c4];}static get[_0x1f8f('0x12e')](){return _0x1f8f('0x90');}constructor(_0x62ba4b){function _0x218605(_0x182b8c){return _0x182b8c[_0x1f8f('0xb8')](_0x3a59c0=>String[_0x1f8f('0xeb')](_0x3a59c0))[_0x1f8f('0xed')]('');}super(_0x62ba4b),this[_0x1f8f('0xa8')](_0x1f8f('0xe3'),[]),this['on'](_0x1f8f('0x12c'),(_0x1e2e6d,_0x456166,_0x26fa63,_0x3476f1)=>{this['_model'][_0x1f8f('0xc')](()=>{for(const _0x4db50c of[..._0x3476f1,..._0x26fa63])this[_0x1f8f('0x8a')][_0x1f8f('0x112')]['has'](_0x4db50c)&&_0x62ba4b[_0x1f8f('0xa6')][_0x1f8f('0x2f')](_0x4db50c);});}),this[_0x1f8f('0x104')]=new _0x435985(this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xd8')],this[_0x1f8f('0xa0')][_0x1f8f('0x93')]),this[_0x1f8f('0x11')]=null,this[_0x1f8f('0x9e')]=new wt(this[_0x1f8f('0xa0')]),this[_0x1f8f('0x30')]=new Map(),this[_0x1f8f('0xa1')]=_0x62ba4b[_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x5c')),this['_enabledCommands']=new Set(),this['_model']=this[_0x1f8f('0xa0')][_0x1f8f('0x7e')],this['_suggestionState']=new WeakMap(),this[_0x1f8f('0xbb')]=!0x1,this[_0x218605([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x218605([0x34,0x30,0x34,0x34,0x32,0x30,0x31,0x30]);}[_0x1f8f('0xfd')](){const _0x2b488c=this[_0x1f8f('0xa0')];_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x118'))[_0x1f8f('0x73')]({'model':_0x1f8f('0xe9'),'view':_0x931cc5=>{const {id:_0x52fa5e,type:_0x41aab8}=this[_0x1f8f('0x7c')](_0x931cc5[_0x1f8f('0x9')]),_0x479445=[_0x1f8f('0xaf'),_0x1f8f('0xbc')+_0x41aab8];let _0x350ccb=0xbb8;return this[_0x1f8f('0xe3')][_0x1f8f('0x130')](_0x931cc5[_0x1f8f('0x9')])&&(_0x479445[_0x1f8f('0x71')]('ck-suggestion-marker--active'),_0x350ccb=0xbc2),_0x1f8f('0xbd')==_0x41aab8&&(_0x350ccb+=0x5),{'classes':_0x479445,'attributes':{'data-suggestion':_0x52fa5e},'priority':_0x350ccb};}}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')]('dataDowncast')['add'](_0x39b7bc=>{_0x39b7bc['on']('addMarker:suggestion',(_0x6522d,_0x43d5c7,_0x416ee2)=>{if(!_0x416ee2[_0x1f8f('0x106')][_0x1f8f('0xdf')])return;const _0x44704e=_0x43d5c7['item'];if(!_0x44704e)return;const _0x12baaa=_0x416ee2[_0x1f8f('0xdc')][_0x1f8f('0x1d')](_0x44704e);_0x2b488c['model'][_0x1f8f('0xd8')]['isObject'](_0x44704e)&&_0x12baaa&&!_0x12baaa[_0x1f8f('0x26')](_0x1f8f('0x134'))&&_0x12baaa['is'](_0x1f8f('0xe0'))&&_0x54a300(_0x12baaa,_0x416ee2[_0x1f8f('0x31')]);},{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x32'))['markerToHighlight']({'model':_0x1f8f('0xe9'),'view':(_0x345fc4,_0x21e8ed)=>{if(!_0x21e8ed[_0x1f8f('0x106')]['showSuggestionHighlights'])return null;const {type:_0x3321b3}=this[_0x1f8f('0x7c')](_0x345fc4[_0x1f8f('0x9')]);return{'classes':[_0x1f8f('0xaf'),_0x1f8f('0xbc')+_0x3321b3],'priority':0xbb8};}});const _0x26b406=({showActiveMarkers:_0x2d46c8=!0x0}={})=>(_0x503754,_0x1ccba9,_0x3db7cf)=>{if(!_0x1ccba9['item'])return;if(_0x1ccba9[_0x1f8f('0xd4')]['is'](_0x1f8f('0x15')))return void _0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1ccba9[_0x1f8f('0xd4')],_0x503754[_0x1f8f('0xea')]);const _0x49e81f=_0x3db7cf[_0x1f8f('0xdc')][_0x1f8f('0x1d')](_0x1ccba9[_0x1f8f('0xd4')]);if(!(_0x1ccba9[_0x1f8f('0xd4')]['is'](_0x1f8f('0x6c'))&&_0x2b488c[_0x1f8f('0x7e')]['schema'][_0x1f8f('0x13')](_0x1ccba9['item'])&&!_0x49e81f['getCustomProperty'](_0x1f8f('0x2'))))return;const {id:_0x4fffdc}=this[_0x1f8f('0x7c')](_0x1ccba9['markerName']);_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0xec')]([_0x1f8f('0xaf'),_0x1f8f('0x60')],_0x49e81f),_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0x120')](_0x1f8f('0x113'),_0x4fffdc,_0x49e81f),_0x3db7cf[_0x1f8f('0xdc')][_0x1f8f('0x47')](_0x49e81f,_0x1ccba9[_0x1f8f('0x9')]),_0x2d46c8&&(this[_0x1f8f('0xe3')][_0x1f8f('0x130')](_0x1ccba9['markerName'])?_0x3db7cf['writer'][_0x1f8f('0xec')](_0x1f8f('0x36'),_0x49e81f):_0x3db7cf[_0x1f8f('0x31')][_0x1f8f('0x39')](_0x1f8f('0x36'),_0x49e81f));for(const _0x1f27af of _0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x16')](_0x1ccba9[_0x1f8f('0xd4')])[_0x1f8f('0xe7')]())_0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1f27af,_0x503754[_0x1f8f('0xea')]);_0x3db7cf[_0x1f8f('0x27')][_0x1f8f('0xb')](_0x1ccba9['item'],_0x503754['name']);};_0x2b488c[_0x1f8f('0xf2')]['for'](_0x1f8f('0x32'))[_0x1f8f('0xe1')](_0x105af9=>{_0x105af9['on'](_0x1f8f('0x3b'),(_0x2c5667,_0x3d04da,_0x1ba6ba)=>{_0x1ba6ba[_0x1f8f('0x106')][_0x1f8f('0xdf')]&&_0x26b406({'showActiveMarkers':!0x1})(_0x2c5667,_0x3d04da,_0x1ba6ba);},{'priority':_0x1f8f('0x18')});}),_0x2b488c[_0x1f8f('0xf2')]['for']('dataDowncast')[_0x1f8f('0xb5')]({'model':_0x1f8f('0xe9'),'view':(_0x1705cc,_0x2d2096)=>_0x2d2096[_0x1f8f('0x106')][_0x1f8f('0xdf')]?null:{'group':'suggestion','name':_0x1705cc[_0x1f8f('0x11c')](_0x1f8f('0xe9')[_0x1f8f('0x132')]+0x1)}}),_0x2b488c['conversion'][_0x1f8f('0x0')](_0x1f8f('0x115'))[_0x1f8f('0x89')]({'view':{'name':_0x1f8f('0xe9'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x446374,{writer:_0x5a168a})=>{let _0x5713bd='suggestion:'+_0x446374['getAttribute'](_0x1f8f('0x126'))+':'+_0x446374[_0x1f8f('0x103')]('id');return _0x446374['getAttribute'](_0x1f8f('0x49'))&&(_0x5713bd+=':'+_0x446374[_0x1f8f('0x103')](_0x1f8f('0x49'))),_0x5a168a[_0x1f8f('0x11f')]('$marker',{'data-name':_0x5713bd});}}),_0x2b488c[_0x1f8f('0xf2')][_0x1f8f('0x0')](_0x1f8f('0x115'))[_0x1f8f('0x127')]({'view':_0x1f8f('0xe9')}),_0x2b488c[_0x1f8f('0xf2')]['for']('editingDowncast')[_0x1f8f('0xe1')](_0x1724fe=>{_0x1724fe['on'](_0x1f8f('0x3b'),_0x26b406(),{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0xf2')]['for'](_0x1f8f('0x118'))[_0x1f8f('0xe1')](_0x461baf=>{_0x461baf['on'](_0x1f8f('0x29'),(_0x488f7f,_0x3ea4ce,_0x3931fa)=>{const _0x348fbd=_0x3931fa[_0x1f8f('0xdc')][_0x1f8f('0x10d')](_0x3ea4ce[_0x1f8f('0x9')]);if(_0x348fbd)for(const _0x39f979 of _0x348fbd)_0x39f979[_0x1f8f('0x26')]('addHighlight')||(_0x3931fa[_0x1f8f('0x31')][_0x1f8f('0x39')]([_0x1f8f('0xaf'),_0x1f8f('0x60'),_0x1f8f('0x36')],_0x39f979),_0x3931fa[_0x1f8f('0x31')][_0x1f8f('0xc0')](_0x1f8f('0x113'),_0x39f979),_0x3931fa[_0x1f8f('0xdc')][_0x1f8f('0xd5')](_0x39f979,_0x3ea4ce[_0x1f8f('0x9')]));},{'priority':_0x1f8f('0xc8')});}),_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0x12b')](_0xd94c26=>{let _0x5d29cb=!0x1;const _0x5dda76=Array[_0x1f8f('0x108')](_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0xa')][_0x1f8f('0x46')]()),_0x5521c1=new Set();for(const {name:_0x23158b,data:_0x28b366}of _0x5dda76){const {group:_0x1b5c5c,type:_0x5b6001,id:_0x31b5eb}=this[_0x1f8f('0x7c')](_0x23158b);if(_0x1f8f('0xe9')!==_0x1b5c5c)continue;const _0x8cf64=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x31b5eb);if(null!=_0x28b366[_0x1f8f('0xb7')]){'formatInline'==_0x5b6001&&(_0x5d29cb=_0x5d29cb||St(_0x28b366[_0x1f8f('0xb7')],_0x23158b,_0xd94c26,_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')]));if(_0x28b366['newRange'][_0x1f8f('0x75')]||'$graveyard'==_0x28b366[_0x1f8f('0xb7')]['root'][_0x1f8f('0xd6')]||'formatBlock'==_0x5b6001&&!vt(_0x28b366[_0x1f8f('0xb7')])||_0x1f8f('0xbd')==_0x5b6001&&!(!bt(_0x48584a=_0x28b366[_0x1f8f('0xb7')])&&!function(_0x23d0dc){return _0x23d0dc[_0x1f8f('0x95')][_0x1f8f('0x61')]==_0x23d0dc[_0x1f8f('0xc5')]['nodeBefore']&&_0x23d0dc[_0x1f8f('0x95')][_0x1f8f('0x9b')];}(_0x48584a)))_0xd94c26['removeMarker'](_0x23158b),_0x5d29cb=!0x0;else{if(!_0x8cf64||!_0x8cf64[_0x1f8f('0x74')])continue;_0x5521c1[_0x1f8f('0xe1')](_0x8cf64);}}}var _0x48584a;return _0x5521c1[_0x1f8f('0xc9')]>0x0&&(_0x5d29cb=!!this[_0x1f8f('0x85')](_0x5521c1)||_0x5d29cb),_0x5d29cb;}),_0x2b488c['model'][_0x1f8f('0xd')][_0x1f8f('0x12b')](_0x27e50f=>{let _0x449407=!0x1;for(const _0x1d3aff of _0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')][_0x1f8f('0xa')][_0x1f8f('0x3f')]()){if(_0x1f8f('0x43')!=_0x1d3aff[_0x1f8f('0x136')])continue;const _0x111bc0=_0x1d3aff['position'][_0x1f8f('0xa3')](_0x1d3aff['length']);if(_0x111bc0[_0x1f8f('0x9b')])for(const _0x39f69a of this[_0x1f8f('0x30')][_0x1f8f('0x13d')]()){if(_0x39f69a[_0x1f8f('0x10')]||!_0x39f69a[_0x1f8f('0x74')])continue;if(_0x1f8f('0x99')!=_0x39f69a['type'])continue;const _0x291251=_0x39f69a[_0x1f8f('0x2c')]();if(_0x291251['start'][_0x1f8f('0x61')]!=_0x291251[_0x1f8f('0xc5')]['parent']&&_0x291251[_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x1d3aff['position'])){const _0x1a3740=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x291251['start'],_0x111bc0);_0x27e50f[_0x1f8f('0x3a')](_0x39f69a[_0x1f8f('0x94')](),{'range':_0x1a3740}),_0x449407=!0x0;}}}return _0x449407;}),_0x2b488c['model']['markers']['on'](_0x1f8f('0x4c'),(_0x538b88,_0x5991ee,_0x5a3cef)=>{if(null==_0x5a3cef){const {id:_0xd3024e}=this['_splitMarkerName'](_0x5991ee[_0x1f8f('0xea')]),_0x3f099a=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0xd3024e);_0x3f099a&&_0x3f099a[_0x1f8f('0x12d')](_0x5991ee[_0x1f8f('0xea')]);}}),_0x2b488c['model']['document']['on'](_0x1f8f('0x119'),()=>{const _0x3ae84e=Array[_0x1f8f('0x108')](_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd')]['differ']['getChangedMarkers']())['filter'](_0xf13df8=>'suggestion'===this['_splitMarkerName'](_0xf13df8[_0x1f8f('0xea')])['group']);if(0x0===_0x3ae84e[_0x1f8f('0x132')])return;_0x3ae84e[_0x1f8f('0x123')]((_0x18411e,_0x1c2b5a)=>{const _0x4b5bf8=_0x18411e[_0x1f8f('0x128')][_0x1f8f('0x50')],_0x46bdfd=_0x1c2b5a[_0x1f8f('0x128')][_0x1f8f('0x50')];return null===_0x4b5bf8&&null===_0x46bdfd?0x0:null===_0x4b5bf8&&null!==_0x46bdfd?-0x1:null!==_0x4b5bf8&&null===_0x46bdfd?0x1:_0x4b5bf8[_0x1f8f('0x95')][_0x1f8f('0x84')](_0x46bdfd[_0x1f8f('0x95')])?-0x1:0x1;});const _0x591989=new Set(),_0x3da230=new Set();for(const {name:_0x18180e,data:_0x4dba68}of _0x3ae84e){const {id:_0x41dc5f}=this['_splitMarkerName'](_0x18180e);if(null===_0x4dba68[_0x1f8f('0x50')]){const _0x48e0fb=this[_0x1f8f('0x59')](_0x18180e);_0x3da230[_0x1f8f('0xe1')](_0x48e0fb);}else{const _0x302778=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x41dc5f);null!==_0x4dba68[_0x1f8f('0xb7')]||_0x302778[_0x1f8f('0x74')]?(_0x591989[_0x1f8f('0xe1')](_0x302778[_0x1f8f('0x8d')]),_0x3da230[_0x1f8f('0xe1')](_0x302778)):this[_0x1f8f('0x77')](_0x302778);}}_0x3da230['size']>0x0&&this[_0x1f8f('0xe6')](_0x3da230);for(const _0x562b86 of _0x591989)this[_0x1f8f('0xf5')](_0x1f8f('0x78'),_0x562b86);}),_0x2b488c[_0x1f8f('0x7e')]['on'](_0x1f8f('0x70'),(_0x3a461a,_0x5498a4)=>{const _0x36ad5f=_0x5498a4[0x0];if(!this[_0x1f8f('0x30')][_0x1f8f('0xc9')])return;if(!_0x36ad5f[_0x1f8f('0x79')])return;if(_0x36ad5f[_0x1f8f('0xcd')]['isUndo']||!_0x36ad5f[_0x1f8f('0xcd')][_0x1f8f('0x8c')])return;let _0x17971f,_0xac1779;switch(_0x36ad5f[_0x1f8f('0x136')]){case _0x1f8f('0x43'):_0x17971f=_0x2b488c[_0x1f8f('0x7e')]['createPositionAt'](_0x36ad5f[_0x1f8f('0x13e')]),_0xac1779=_0x17971f['getShiftedBy'](_0x36ad5f['howMany']);break;case _0x1f8f('0x11b'):_0x17971f=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x3d')](_0x36ad5f[_0x1f8f('0xd0')]),_0xac1779=_0x2b488c['model'][_0x1f8f('0x3d')](_0x36ad5f[_0x1f8f('0x10c')]);break;case'move':_0x17971f=_0x2b488c[_0x1f8f('0x7e')]['createPositionAt'](_0x36ad5f[_0x1f8f('0x1a')]),_0xac1779=_0x17971f[_0x1f8f('0xa3')](_0x36ad5f[_0x1f8f('0x21')]);break;default:return;}const _0x2099b3=_0x2b488c[_0x1f8f('0x7e')]['createRange'](_0x17971f,_0xac1779);_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const {suggestion:_0x233e81,meta:_0x52dae8}of this[_0x1f8f('0xa7')](_0x2099b3)){if(_0x233e81[_0x1f8f('0x10')])continue;if(_0x1f8f('0x10a')==_0x233e81[_0x1f8f('0x136')])continue;const _0x52c8bf=_0x233e81[_0x1f8f('0x128')]&&_0x233e81[_0x1f8f('0x128')][_0x1f8f('0x58')];(_0x1f8f('0x99')!=_0x233e81['type']||_0x1f8f('0x11b')==_0x36ad5f['type']&&!_0x52c8bf)&&(_0x52dae8[_0x1f8f('0x114')]||_0x1f8f('0x17')==_0x233e81[_0x1f8f('0x136')]&&_0x52dae8['isOwn']||_0x233e81[_0x1f8f('0x2c')]()[_0x1f8f('0x64')](_0x2099b3)&&this[_0x1f8f('0x6b')](_0x233e81,_0x17971f,_0xac1779));}});},{'priority':_0x1f8f('0x55')}),_0x2b488c[_0x1f8f('0x7e')]['on'](_0x1f8f('0xda'),(_0x20f973,_0x17b044)=>{const _0x479900=_0x17b044[0x0],_0xfa6544=_0x17b044[0x1];if(_0xfa6544&&_0xfa6544[_0x1f8f('0xf1')])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this[_0x1f8f('0xef')][_0x1f8f('0x34')])return;if(_0x479900[_0x1f8f('0x75')])return;const _0x157b9e=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')],{start:_0x2f6ebe,end:_0x3ceac7}=_0x479900[_0x1f8f('0x2c')](),_0x5d11fc=_0x2f6ebe['nodeAfter']&&_0x157b9e['isObject'](_0x2f6ebe[_0x1f8f('0x137')])?null:_0x157b9e[_0x1f8f('0x5a')](_0x2f6ebe,_0x1f8f('0x10e')),_0x3c1bab=_0x3ceac7[_0x1f8f('0xff')]&&_0x157b9e[_0x1f8f('0x1b')](_0x3ceac7['nodeBefore'])?null:_0x157b9e[_0x1f8f('0x5a')](_0x3ceac7,'backward'),_0x15b924=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x5d11fc?_0x5d11fc[_0x1f8f('0x95')]:_0x2f6ebe,_0x3c1bab?_0x3c1bab[_0x1f8f('0xc5')]:_0x3ceac7);_0x2b488c['model'][_0x1f8f('0xc')](_0x3074cf=>{this[_0x1f8f('0x1f')](_0x15b924);const _0x3e3b52=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')][_0x1f8f('0x5a')](_0x15b924[_0x1f8f('0x95')]);_0x479900['is'](_0x1f8f('0xcb'))?_0x3074cf['setSelection'](_0x3e3b52):_0x479900[_0x1f8f('0x5')](_0x3e3b52);}),_0x20f973[_0x1f8f('0x133')]();},{'priority':_0x5af24d[_0x1f8f('0x13f')]+0xa}),_0x2b488c['model']['on'](_0x1f8f('0x1'),(_0x133a5f,_0x2a0952)=>{const _0x2254b3=_0x2a0952[_0x2a0952[_0x1f8f('0x132')]-0x1];_0x2254b3&&_0x2254b3[_0x1f8f('0xf1')]||this[_0x1f8f('0xbb')]||this[_0x1f8f('0xef')][_0x1f8f('0x34')]&&(_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{let _0x1131d7=_0x2b488c['model'][_0x1f8f('0x1')](_0x2a0952[0x0],_0x2a0952[0x1],_0x2a0952[0x2],_0x2a0952[0x3],{'forceDefaultExecution':!0x0});if(!_0x1131d7)return;_0x133a5f[_0x1f8f('0x62')]=_0x1131d7['clone']();const _0x374962=_0x1131d7['end'][_0x1f8f('0xff')],_0x21cfd3=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0xd8')];_0x374962&&_0x21cfd3[_0x1f8f('0x13')](_0x374962)&&!_0x21cfd3[_0x1f8f('0x1b')](_0x374962)&&(_0x1131d7=_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x68')](_0x1131d7[_0x1f8f('0x95')],_0x2b488c[_0x1f8f('0x7e')][_0x1f8f('0x3d')](_0x374962,'end'))),this['markInsertion'](_0x1131d7);}),_0x133a5f[_0x1f8f('0x133')]());},{'priority':'high'}),this[_0x1f8f('0xef')]=new _0x4c2396(_0x2b488c,this[_0x1f8f('0xee')]),this[_0x1f8f('0xa0')][_0x1f8f('0xdd')]['add'](_0x1f8f('0x97'),this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x2d51b3=new _0x6ab048(_0x2b488c,this[_0x1f8f('0x30')]);_0x2b488c[_0x1f8f('0xdd')]['add'](_0x1f8f('0xa5'),_0x2d51b3),this[_0x1f8f('0x5f')]('acceptSuggestion');const _0xb175b5=new _0x4e4195(_0x2b488c,this['_suggestions']);_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x4f'),_0xb175b5),this[_0x1f8f('0x5f')](_0x1f8f('0x4f')),_0x2b488c[_0x1f8f('0xdd')]['add'](_0x1f8f('0xd9'),new _0x38327e(_0x2b488c,_0x2d51b3,this[_0x1f8f('0x30')])),this['enableCommand'](_0x1f8f('0xd9')),_0x2b488c['commands']['add'](_0x1f8f('0x7b'),new _0x41b80b(_0x2b488c,_0xb175b5,this[_0x1f8f('0x30')])),this[_0x1f8f('0x5f')]('discardAllSuggestions'),_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x96'),new _0x1be7be(_0x2b488c,_0x2d51b3,this[_0x1f8f('0x30')])),this[_0x1f8f('0x5f')](_0x1f8f('0x96')),_0x2b488c[_0x1f8f('0xdd')][_0x1f8f('0xe1')](_0x1f8f('0x139'),new _0xf9d859(_0x2b488c,_0xb175b5,this['_suggestions'])),this[_0x1f8f('0x5f')](_0x1f8f('0x139'));const _0x311912=_0x2b488c[_0x1f8f('0xb6')]['get'](_0x1f8f('0x5c'));this[_0x1f8f('0x38')](_0x311912,_0x1f8f('0x4d'),(_0x137223,{threadId:_0x113323})=>{const _0x4a9b27=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x113323);_0x4a9b27&&_0x4a9b27['commentThread']&&0x1===_0x4a9b27[_0x1f8f('0xb2')][_0x1f8f('0x132')]&&this['_updateSuggestionData'](_0x113323,{'hasComments':!0x0});},{'priority':_0x1f8f('0x111')}),this[_0x1f8f('0x38')](_0x311912,_0x1f8f('0xbf'),(_0x2916de,{threadId:_0x25d75f})=>{const _0x50dac1=this['_suggestions'][_0x1f8f('0x12a')](_0x25d75f);_0x50dac1&&_0x50dac1[_0x1f8f('0xb2')]&&!_0x50dac1['commentThread'][_0x1f8f('0x132')]&&this[_0x1f8f('0x100')](_0x25d75f,{'hasComments':!0x1});},{'priority':_0x1f8f('0x111')});}set[_0x1f8f('0xb3')](_0x48dd7c){if(this[_0x1f8f('0x11')])throw new _0x3b3b32('track-changes-adapter-already-set',this);this[_0x1f8f('0x11')]=_0x48dd7c;}get[_0x1f8f('0xb3')](){return this[_0x1f8f('0x11')];}[_0x1f8f('0xdb')]({skipNotAttached:_0x10609f=!0x1,toJSON:_0x25fa41=!0x1}={}){const _0x4f0785=[];for(const _0x19b112 of this['_suggestions']['values']())_0x10609f&&!_0x19b112['isInContent']||_0x4f0785[_0x1f8f('0x71')](_0x19b112);return _0x25fa41?_0x4f0785['map'](_0x583824=>_0x583824['toJSON']()):_0x4f0785;}['getSuggestion'](_0x396011){const _0x1163ac=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x396011);if(!_0x1163ac)throw new _0x3b3b32(_0x1f8f('0x138'),this);return _0x1163ac;}[_0x1f8f('0xf8')](_0x3379fe){return this['_suggestions']['has'](_0x3379fe);}[_0x1f8f('0x11e')](_0x4d0b2b){const {id:_0x5d3463,authorId:_0x5eb968,attributes:_0x183e40}=_0x4d0b2b,[_0x1e3a33,_0x5a44b6]=_0x4d0b2b[_0x1f8f('0x136')]['split'](':'),_0x4bac6a=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x5d3463)||this[_0x1f8f('0xf9')](_0x1e3a33,_0x5a44b6,_0x5d3463,_0x5eb968,_0x183e40);switch(this['_addThreadToSuggestion'](_0x4bac6a),this[_0x1f8f('0xca')](_0x4bac6a,_0x1e3a33,_0x5a44b6||null,_0x5eb968),_0x4bac6a[_0x1f8f('0x86')]=_0x4d0b2b['createdAt'],_0x4d0b2b['data']&&(_0x4bac6a['data']=_0x4d0b2b[_0x1f8f('0x128')]),_0x4d0b2b[_0x1f8f('0x110')]&&(_0x4bac6a[_0x1f8f('0x110')]=_0x4d0b2b[_0x1f8f('0x110')]),this[_0x1f8f('0x11')]&&this[_0x1f8f('0x11')]['addSuggestion']||(_0x4bac6a[_0x1f8f('0xc6')]=!0x0),this[_0x1f8f('0x3e')][_0x1f8f('0x12a')](_0x4bac6a)){case _0x1f8f('0x131'):this[_0x1f8f('0x3e')]['set'](_0x4bac6a,_0x1f8f('0xc7'));break;case _0x1f8f('0xc3'):_0x4bac6a['isInContent']?(this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x4bac6a,_0x1f8f('0xd1')),this[_0x1f8f('0xf5')](_0x1f8f('0x35'),_0x4bac6a)):this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x4bac6a,_0x1f8f('0x33'));}return _0x4bac6a;}[_0x1f8f('0xa5')](_0x3bf823){this['forceDefaultExecution'](()=>{this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const _0x9453c6 of _0x3bf823[_0x1f8f('0xfb')]())_0x9453c6[_0x1f8f('0x76')]();});});}[_0x1f8f('0x4f')](_0x174edd){this[_0x1f8f('0xf1')](()=>{this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0xc')](()=>{for(const _0x3ad1a4 of _0x174edd[_0x1f8f('0xfb')]())_0x3ad1a4[_0x1f8f('0x25')]();});});}[_0x1f8f('0x5f')](_0x406033,_0x29fedc){const _0x169408=this[_0x1f8f('0xa0')][_0x1f8f('0xdd')][_0x1f8f('0x12a')](_0x406033);if(!_0x169408)throw new _0x3b3b32('track-changes-command-not-found',this,{'commandName':_0x406033});this[_0x1f8f('0xee')][_0x1f8f('0xe1')](_0x169408),_0x29fedc&&_0x169408['on'](_0x1f8f('0x8e'),(_0x51a802,_0x2a256b)=>{this['trackChangesCommand']['value']&&(this[_0x1f8f('0xbb')]||_0x2a256b[_0x1f8f('0x132')]>0x0&&_0x2a256b[_0x2a256b[_0x1f8f('0x132')]-0x1]&&_0x2a256b[_0x2a256b[_0x1f8f('0x132')]-0x1]['forceDefaultExecution']||(_0x29fedc((..._0x3057d1)=>_0x169408[_0x1f8f('0x8e')](..._0x3057d1,{'forceDefaultExecution':!0x0}),..._0x2a256b),_0x51a802[_0x1f8f('0x133')]()));},{'priority':_0x1f8f('0xc8')});}[_0x1f8f('0xf1')](_0x3feb6a){let _0x1e041b,_0xed0d39;const _0x2132c6=this[_0x1f8f('0xbb')];this[_0x1f8f('0xbb')]=!0x0;try{_0x1e041b=_0x3feb6a();}catch(_0x5e3288){_0xed0d39=_0x5e3288;}return _0x2132c6||(this[_0x1f8f('0xbb')]=!0x1),_0xed0d39&&_0x3b3b32[_0x1f8f('0x8b')](_0xed0d39,this),_0x1e041b;}[_0x1f8f('0xe2')](_0x1d8d2d,_0x1a2108=null,_0x2ee890={}){if(_0x1d8d2d[_0x1f8f('0x75')])return null;const _0x51756e=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'];for(const {suggestion:_0x109b70,meta:_0x29a2db}of this[_0x1f8f('0xa7')](_0x1d8d2d,'insertion'))if(_0x29a2db[_0x1f8f('0xf4')]){if(!_0x29a2db['isNextTo'])return _0x109b70;if(_0x1a2108==_0x109b70[_0x1f8f('0x11d')]){const _0x1783d9=_0x109b70[_0x1f8f('0x2c')]();return _0x1783d9[_0x1f8f('0x95')][_0x1f8f('0x7d')](_0x1d8d2d[_0x1f8f('0xc5')])?this[_0x1f8f('0x3c')](_0x109b70,this[_0x1f8f('0x8a')]['createRange'](_0x1d8d2d[_0x1f8f('0x95')],_0x1783d9['end'])):this[_0x1f8f('0x3c')](_0x109b70,this['_model'][_0x1f8f('0x68')](_0x1783d9[_0x1f8f('0x95')],_0x1d8d2d[_0x1f8f('0xc5')])),_0x109b70;}}const _0x482b75=_0x20487a(),_0x54f018=_0x51756e['id'],_0x40d1a2=_0x1a2108?_0x1f8f('0xf3')+_0x1a2108:_0x1f8f('0x17'),_0x3656ee=this[_0x1f8f('0x8')]({'id':_0x482b75,'type':_0x40d1a2,'createdAt':new Date(),'authorId':_0x54f018,'attributes':_0x2ee890});return this[_0x1f8f('0xe4')](_0x40d1a2,_0x482b75,_0x54f018,_0x1d8d2d),_0x3656ee;}[_0x1f8f('0x87')](_0xde547b,_0x52b268='multi',_0x44e951={}){const _0x304651=this['editor'][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x378629=this['_suggestionFactory']['getSuggestionCallback'](_0x1f8f('0x17'),_0x52b268,'join');for(const _0x12a4d5 of this[_0x1f8f('0xdb')]())if(_0x12a4d5[_0x1f8f('0x121')]['id']==_0x304651['id']&&'insertion'==_0x12a4d5[_0x1f8f('0x136')]&&_0x12a4d5[_0x1f8f('0x11d')]==_0x52b268&&(_0x378629(_0x12a4d5['getRanges'](),_0xde547b)||_0x378629(_0xde547b,_0x12a4d5['getRanges']()))){for(const _0xae2a1d of _0xde547b)_0x12a4d5[_0x1f8f('0x40')](_0xae2a1d);return _0x12a4d5;}for(const _0xd2cf44 of _0xde547b)for(const {suggestion:_0xc6ad88,meta:_0xbd102b}of this[_0x1f8f('0xa7')](_0xd2cf44,'insertion')){if(!_0xbd102b[_0x1f8f('0xf4')])continue;let _0x435aa8=!0x0;for(const _0x1210bf of _0xc6ad88[_0x1f8f('0xa2')]())for(const _0x78ccfb of _0xde547b)if(!_0x1210bf[_0x1f8f('0x64')](_0x78ccfb)){_0x435aa8=!0x1;break;}if(_0x435aa8)return _0xc6ad88;}const _0x9cbf41=_0x20487a(),_0x569def=_0x304651['id'],_0xddf6ef='insertion:'+_0x52b268,_0x2230f6=this[_0x1f8f('0x8')]({'id':_0x9cbf41,'type':_0xddf6ef,'createdAt':new Date(),'authorId':_0x569def,'attributes':_0x44e951});for(const _0xf7d2e5 of _0xde547b)this[_0x1f8f('0xe4')](_0xddf6ef,_0x9cbf41,_0x569def,_0xf7d2e5,_0x291614[_0x1f8f('0x4e')]());return _0x2230f6;}[_0x1f8f('0x135')](_0x165526,_0x498ab9,_0x352e80=null,_0x106621={}){if(_0x352e80=_0x352e80||It(_0x498ab9),_0x165526[_0x1f8f('0x75')])return;const _0x19287d=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x5bef18=[];for(const {suggestion:_0x4acb38,meta:_0x28fd25}of this[_0x1f8f('0xa7')](_0x165526,_0x1f8f('0x17')))_0x28fd25[_0x1f8f('0xf4')]&&!_0x28fd25[_0x1f8f('0x91')]&&_0x5bef18[_0x1f8f('0x71')](..._0x4acb38[_0x1f8f('0xa2')]());const _0x3d5ee3=function(_0x4f522a,_0x1d0b16){const _0x4a477b=[];for(const _0x4257fd of _0x1d0b16){const _0x1c01c4=_0x4f522a[_0x1f8f('0xfa')](_0x4257fd);_0x1c01c4&&_0x4a477b['push'](_0x1c01c4);}return _0x4a477b;}(_0x165526,_0x5bef18),_0x2dcb47=function(_0x5dc2b1,_0x521d44){const _0x2c2f2e=[_0x5dc2b1];for(const _0xeecd1d of _0x521d44){let _0x46654f=0x0;for(;_0x46654f<_0x2c2f2e[_0x1f8f('0x132')];){const _0x17dd71=_0x2c2f2e[_0x46654f][_0x1f8f('0x10f')](_0xeecd1d);_0x2c2f2e[_0x1f8f('0x13b')](_0x46654f,0x1,..._0x17dd71),_0x46654f+=_0x17dd71[_0x1f8f('0x132')];}}return _0x2c2f2e;}(_0x165526,_0x5bef18);_0x3d5ee3[_0x1f8f('0x132')]&&this[_0x1f8f('0x8a')][_0x1f8f('0xc')](()=>{for(const _0x124c63 of _0x3d5ee3){const _0x51af26=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x10a'),_0x352e80,_0x1f8f('0x76'));this[_0x1f8f('0xf1')](()=>_0x51af26([_0x124c63],_0x498ab9,_0x106621));}});for(const _0xda3761 of _0x2dcb47){let _0x29d0c3=null,_0x3604b3=_0xda3761[_0x1f8f('0x95')],_0x1f7dd1=_0xda3761[_0x1f8f('0xc5')];for(const {suggestion:_0x3ba809,meta:_0x188748}of this[_0x1f8f('0xa7')](_0xda3761,_0x1f8f('0x10a'))){if(!_0x188748[_0x1f8f('0xf4')])continue;if(_0x3ba809[_0x1f8f('0x11d')]!=_0x352e80)continue;const _0x909a4a=_0x3ba809['getFirstRange']();if(_0x909a4a['containsRange'](_0xda3761,!0x0))return;_0x3604b3=_0x3604b3[_0x1f8f('0x84')](_0x909a4a[_0x1f8f('0x95')])?_0x3604b3:_0x909a4a[_0x1f8f('0x95')],_0x1f7dd1=_0x1f7dd1[_0x1f8f('0x5e')](_0x909a4a[_0x1f8f('0xc5')])?_0x1f7dd1:_0x909a4a['end'],_0x29d0c3?_0x909a4a[_0x1f8f('0x95')][_0x1f8f('0x84')](_0x29d0c3[_0x1f8f('0x2c')]()[_0x1f8f('0x95')])?(_0x29d0c3[_0x1f8f('0x109')](),_0x29d0c3=_0x3ba809):_0x3ba809['removeMarkers']():_0x29d0c3=_0x3ba809;}const _0x1f82f3=this['_model'][_0x1f8f('0x68')](_0x3604b3,_0x1f7dd1);if(_0x29d0c3)this[_0x1f8f('0x3c')](_0x29d0c3,_0x1f82f3);else{const _0x12e318=_0x20487a(),_0x5a8452=_0x19287d['id'];this[_0x1f8f('0x8')]({'id':_0x12e318,'type':_0x1f8f('0x54')+_0x352e80,'data':_0x498ab9,'createdAt':new Date(),'authorId':_0x5a8452,'attributes':_0x106621}),this[_0x1f8f('0xe4')]('formatInline:'+_0x352e80,_0x12e318,_0x5a8452,_0x1f82f3);}}}[_0x1f8f('0x117')](_0x3dfb4c,_0x63fd3e,_0x3aab54=[],_0x4ec41c=null,_0x55e6e9={}){_0x63fd3e['formatGroupId']||(_0x63fd3e[_0x1f8f('0xd7')]=_0x63fd3e['commandName']),_0x63fd3e[_0x1f8f('0x58')]=_0x3dfb4c['is']('range'),_0x4ec41c=_0x4ec41c||It(_0x63fd3e);const _0x3e13ff=_0x3aab54[_0x1f8f('0xb8')](_0x253b24=>At(_0x253b24,this[_0x1f8f('0x8a')])),_0x3e77a6=_0x3dfb4c['is'](_0x1f8f('0x72'))?_0x3dfb4c:At(_0x3dfb4c,this[_0x1f8f('0x8a')]);_0x3e13ff[_0x1f8f('0x71')](_0x3e77a6);let _0x1c35c2=!0x0;for(const _0x1db920 of _0x3e13ff)if(!this[_0x1f8f('0x2a')](_0x1db920)){_0x1c35c2=!0x1;break;}if(_0x1c35c2){const _0x58e696=this[_0x1f8f('0x9e')]['getSuggestionCallback'](_0x1f8f('0x99'),_0x4ec41c,_0x1f8f('0x76'));return void this[_0x1f8f('0xf1')](()=>_0x58e696([_0x3e77a6],_0x63fd3e,_0x55e6e9));}let _0xcacefa=null,_0x4aab5f=_0x3e77a6['start'],_0x544ddc=_0x3e77a6[_0x1f8f('0xc5')];for(const {suggestion:_0x2f4253,meta:_0x50e672}of this[_0x1f8f('0xa7')](_0x3e77a6,'formatBlock')){if(!_0x50e672['isOwn']||_0x50e672['isNextTo']||_0x50e672[_0x1f8f('0x114')]||_0x50e672[_0x1f8f('0x91')])continue;if(_0x2f4253[_0x1f8f('0x128')][_0x1f8f('0xd7')]!=_0x63fd3e[_0x1f8f('0xd7')])continue;const _0x3e95fc=_0x2f4253[_0x1f8f('0x2c')]();if(_0x2f4253['subType']==_0x4ec41c){if(_0x3e95fc[_0x1f8f('0x64')](_0x3e77a6,!0x0))return;_0x4aab5f=_0x4aab5f['isBefore'](_0x3e95fc[_0x1f8f('0x95')])?_0x4aab5f:_0x3e95fc[_0x1f8f('0x95')],_0x544ddc=_0x544ddc['isAfter'](_0x3e95fc[_0x1f8f('0xc5')])?_0x544ddc:_0x3e95fc['end'],_0xcacefa?_0x3e95fc['start'][_0x1f8f('0x84')](_0xcacefa[_0x1f8f('0x2c')]()[_0x1f8f('0x95')])?(_0xcacefa[_0x1f8f('0x109')](),_0xcacefa=_0x2f4253):_0x2f4253[_0x1f8f('0x109')]():_0xcacefa=_0x2f4253;}else{const _0x4235ec=_0x3e77a6['getIntersection'](_0x3e95fc);this[_0x1f8f('0xaa')](_0x2f4253,_0x4235ec);}}const _0xaa6b92=this['editor']['plugins'][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x502cb8=_0x20487a(),_0x2b4e99=_0xaa6b92['id'];_0xcacefa?this[_0x1f8f('0x3c')](_0xcacefa,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x4aab5f,_0x544ddc)):(this[_0x1f8f('0x8')]({'id':_0x502cb8,'type':'formatBlock:'+_0x4ec41c,'data':_0x63fd3e,'createdAt':new Date(),'authorId':_0x2b4e99,'attributes':_0x55e6e9}),this[_0x1f8f('0xe4')](_0x1f8f('0x12f')+_0x4ec41c,_0x502cb8,_0x2b4e99,this['_model'][_0x1f8f('0x68')](_0x4aab5f,_0x544ddc)));}[_0x1f8f('0x1c')](_0x534298,_0x653436,_0x546fe1=[],_0x2e59a5=null,_0x343ee5={}){_0x653436[_0x1f8f('0xd7')]||(_0x653436[_0x1f8f('0xd7')]=_0x653436[_0x1f8f('0xfc')]),_0x653436[_0x1f8f('0x58')]=!0x1,_0x2e59a5=_0x2e59a5||It(_0x653436);const _0x4b88b2=_0x546fe1[_0x1f8f('0xb8')](_0x161e13=>At(_0x161e13,this[_0x1f8f('0x8a')])),_0x4d95a4=_0x534298[_0x1f8f('0xb8')](_0x14c1ec=>At(_0x14c1ec,this['_model']));_0x4b88b2[_0x1f8f('0x71')](..._0x4d95a4);let _0x4f2f71=!0x0;for(const _0x2666bc of _0x4b88b2)if(!this[_0x1f8f('0x2a')](_0x2666bc)){_0x4f2f71=!0x1;break;}if(_0x4f2f71){const _0x340553=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x99'),_0x2e59a5,_0x1f8f('0x76'));return void this[_0x1f8f('0xf1')](()=>_0x340553(_0x4d95a4,_0x653436,_0x343ee5));}const _0x1c3b7c=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'];for(const _0x5b23fc of this[_0x1f8f('0xdb')]()){if(_0x5b23fc['author']['id']!=_0x1c3b7c['id'])continue;if('formatBlock'!=_0x5b23fc[_0x1f8f('0x136')]||_0x5b23fc['data']['formatGroupId']!=_0x653436[_0x1f8f('0xd7')])continue;const _0x5935c5=_0x5b23fc[_0x1f8f('0x11d')]==_0x2e59a5;for(let _0x101259=0x0;_0x101259<_0x4d95a4[_0x1f8f('0x132')];_0x101259++){const _0x3e1127=_0x4d95a4[_0x101259];for(const _0x4f6708 of _0x5b23fc[_0x1f8f('0x129')]()){const _0x265c99=_0x4f6708['getRange']();if(_0x3e1127['isEqual'](_0x265c99)){_0x5935c5?(_0x4d95a4[_0x1f8f('0x13b')](_0x101259,0x1),_0x101259--):_0x5b23fc[_0x1f8f('0x4a')](_0x4f6708['name']);break;}}}}if(0x0==_0x4d95a4[_0x1f8f('0x132')])return;const _0x3e32bb=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0x99'),_0x2e59a5,_0x1f8f('0xed'));for(const _0x4ce407 of this[_0x1f8f('0xdb')]())if(_0x4ce407[_0x1f8f('0x121')]['id']==_0x1c3b7c['id']&&_0x1f8f('0x99')==_0x4ce407[_0x1f8f('0x136')]&&_0x4ce407[_0x1f8f('0x128')][_0x1f8f('0xd7')]==_0x653436[_0x1f8f('0xd7')]&&_0x4ce407[_0x1f8f('0x11d')]==_0x2e59a5&&(_0x3e32bb(_0x4ce407[_0x1f8f('0xa2')](),_0x4d95a4)||_0x3e32bb(_0x4d95a4,_0x4ce407[_0x1f8f('0xa2')]()))){for(const _0x16f5f0 of _0x4d95a4)_0x4ce407['addRange'](_0x16f5f0);return _0x4ce407;}const _0x5e1c73=_0x20487a(),_0x4bcbb4=_0x1c3b7c['id'],_0x5818a1=_0x1f8f('0x12f')+_0x2e59a5,_0x576baf=this[_0x1f8f('0x8')]({'id':_0x5e1c73,'type':_0x5818a1,'data':_0x653436,'createdAt':new Date(),'authorId':_0x4bcbb4,'attributes':_0x343ee5});for(const _0x55f2fd of _0x4d95a4)this[_0x1f8f('0xe4')](_0x5818a1,_0x5e1c73,_0x4bcbb4,_0x55f2fd,_0x291614[_0x1f8f('0x4e')]());return _0x576baf;}[_0x1f8f('0x1f')](_0x11a396,_0x14440c=null,_0x117334={}){if(_0x11a396['isCollapsed'])return null;const _0x542a44=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')]('Users')['me'],_0x2b7b57=new _0x1a80a0(_0x11a396[_0x1f8f('0x95')],_0x11a396[_0x1f8f('0xc5')]);for(const {suggestion:_0x418c22,meta:_0x4e5bc6}of this[_0x1f8f('0xa7')](_0x2b7b57,_0x1f8f('0x17')))if(_0x4e5bc6[_0x1f8f('0xf4')]&&!_0x4e5bc6[_0x1f8f('0xde')]){if(_0x418c22[_0x1f8f('0x10')]){const _0xe4813d=_0x418c22[_0x1f8f('0xa2')]()[_0x1f8f('0x53')](_0x1a4baa=>_0x1f8f('0x122')!=_0x1a4baa[_0x1f8f('0x66')][_0x1f8f('0xd6')]);_0xe4813d[_0x1f8f('0x125')](_0x2bceee=>_0x2b7b57[_0x1f8f('0x64')](_0x2bceee,!0x0))&&_0x418c22[_0x1f8f('0x25')]();if(_0xe4813d[_0x1f8f('0x7a')](_0x179a5e=>_0x179a5e[_0x1f8f('0x64')](_0x2b7b57,!0x0))){const _0xcb783f=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x14440c,'accept');return this[_0x1f8f('0xf1')](()=>_0xcb783f([_0x2b7b57],null,_0x117334)),null;}}else{const _0xcef938=_0x2b7b57[_0x1f8f('0xfa')](_0x418c22[_0x1f8f('0x2c')]());_0x418c22[_0x1f8f('0xf0')]([_0xcef938],null,_0x117334);}}if(_0x2b7b57[_0x1f8f('0xc1')](),_0x2b7b57[_0x1f8f('0x75')]||_0x1f8f('0x122')==_0x2b7b57[_0x1f8f('0x66')]['rootName'])return null;let _0x11d4a9=null,_0x21718d=_0x2b7b57[_0x1f8f('0x95')],_0x3aed4a=_0x2b7b57[_0x1f8f('0xc5')];for(const {suggestion:_0x1c35a1,meta:_0x1941e0}of this[_0x1f8f('0xa7')](_0x2b7b57,_0x1f8f('0xbd')))if(_0x1941e0[_0x1f8f('0xf4')]){if(_0x1c35a1['isMultiRange']){let _0x51b937=!0x0;for(const _0x509c81 of _0x1c35a1[_0x1f8f('0xa2')]()){if(_0x509c81[_0x1f8f('0x64')](_0x2b7b57,!0x0))return _0x1c35a1;_0x2b7b57[_0x1f8f('0x64')](_0x509c81)||(_0x51b937=!0x1);}_0x51b937&&_0x1c35a1[_0x1f8f('0x25')]();}else{const _0x1383a7=_0x1c35a1[_0x1f8f('0x2c')]();if(_0x1383a7['containsRange'](_0x2b7b57,!0x0))return _0x1c35a1;_0x21718d=_0x21718d['isBefore'](_0x1383a7[_0x1f8f('0x95')])?_0x21718d:_0x1383a7[_0x1f8f('0x95')],_0x3aed4a=_0x3aed4a[_0x1f8f('0x5e')](_0x1383a7[_0x1f8f('0xc5')])?_0x3aed4a:_0x1383a7[_0x1f8f('0xc5')],_0x11d4a9?_0x1383a7[_0x1f8f('0x95')]['isBefore'](_0x11d4a9[_0x1f8f('0x2c')]()['start'])?(_0x11d4a9[_0x1f8f('0x109')](),_0x11d4a9=_0x1c35a1):_0x1c35a1[_0x1f8f('0x109')]():_0x11d4a9=_0x1c35a1;}}if(_0x11d4a9)return this['_setSuggestionRange'](_0x11d4a9,this['_model'][_0x1f8f('0x68')](_0x21718d,_0x3aed4a)),_0x11d4a9;{const _0x565afb=_0x20487a(),_0x2e2998=this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x21718d,_0x3aed4a),_0x244815=_0x542a44['id'],_0x2e551b=_0x14440c?_0x1f8f('0x13a')+_0x14440c:_0x1f8f('0xbd'),_0x5b466b=this[_0x1f8f('0x8')]({'id':_0x565afb,'type':_0x2e551b,'createdAt':new Date(),'authorId':_0x244815,'attributes':_0x117334});return this[_0x1f8f('0xe4')](_0x2e551b,_0x565afb,_0x244815,_0x2e2998),_0x5b466b;}}['markMultiRangeDeletion'](_0x20dea7,_0x56b42b=_0x1f8f('0xa4'),_0x3deb9e={}){const _0x3bbb79=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))['me'],_0x3d7cb9=_0x20dea7[_0x1f8f('0xb8')](_0x355a19=>new _0x1a80a0(_0x355a19['start'],_0x355a19[_0x1f8f('0xc5')])),_0x42de1c=new Set();for(const _0x2adb32 of _0x3d7cb9)for(const {suggestion:_0x5456ee,meta:_0x2a7a5a}of this[_0x1f8f('0xa7')](_0x2adb32,_0x1f8f('0x17')))_0x2a7a5a[_0x1f8f('0xf4')]&&!_0x2a7a5a[_0x1f8f('0xde')]&&_0x42de1c[_0x1f8f('0xe1')](_0x5456ee);for(const _0x108ddb of _0x42de1c)if(_0x108ddb[_0x1f8f('0x10')]){const _0x4b375f=_0x108ddb['getRanges']();(!_0x108ddb[_0x1f8f('0x110')]||!_0x108ddb[_0x1f8f('0x110')]['skipNestingCheck'])&&(_0x4b375f[_0x1f8f('0x125')](_0x1c422f=>_0x3d7cb9[_0x1f8f('0x7a')](_0x2a663d=>_0x2a663d['containsRange'](_0x1c422f,!0x0)))&&_0x108ddb[_0x1f8f('0x25')]());if(_0x3d7cb9[_0x1f8f('0x125')](_0x57a761=>_0x4b375f[_0x1f8f('0x7a')](_0x2721ea=>_0x2721ea[_0x1f8f('0x64')](_0x57a761,!0x0)))){const _0x448313=this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x56b42b,_0x1f8f('0x76'));return this['forceDefaultExecution'](()=>_0x448313(_0x20dea7,null,_0x3deb9e)),null;}}else{const _0x3d3390=_0x108ddb['getFirstRange']();_0x3d7cb9[_0x1f8f('0x7a')](_0x472ed6=>_0x472ed6[_0x1f8f('0x64')](_0x3d3390,!0x0))&&_0x108ddb[_0x1f8f('0x25')]();if(_0x3d7cb9[_0x1f8f('0x125')](_0x27a782=>_0x3d3390['containsRange'](_0x27a782,!0x0))){const _0x33c65d=this['_suggestionFactory'][_0x1f8f('0x45')]('deletion',_0x56b42b,_0x1f8f('0x76'));return this[_0x1f8f('0xf1')](()=>_0x33c65d(_0x3d7cb9,null,_0x3deb9e)),null;}}const _0x4c8d3b=this['_suggestionFactory'][_0x1f8f('0x45')](_0x1f8f('0xbd'),_0x56b42b,_0x1f8f('0xed'));let _0x5330d3=null;for(const _0x18f3ad of this['getSuggestions']())if(_0x18f3ad[_0x1f8f('0x121')]['id']==_0x3bbb79['id']&&_0x18f3ad['isInContent']&&'deletion'==_0x18f3ad[_0x1f8f('0x136')]&&_0x18f3ad[_0x1f8f('0x11d')]==_0x56b42b&&(_0x4c8d3b(_0x18f3ad['getRanges'](),_0x3d7cb9)||_0x4c8d3b(_0x3d7cb9,_0x18f3ad[_0x1f8f('0xa2')]()))){if(_0x5330d3){if(_0x18f3ad['commentThread']&&_0x18f3ad['commentThread'][_0x1f8f('0x132')])continue;for(const _0x340451 of _0x18f3ad[_0x1f8f('0xa2')]())_0x5330d3['isIntersectingWithRange'](_0x340451)||_0x5330d3[_0x1f8f('0x40')](_0x340451);_0x18f3ad[_0x1f8f('0x109')]();}else{_0x5330d3=_0x18f3ad;for(const _0x3dff03 of _0x3d7cb9)_0x18f3ad[_0x1f8f('0x6f')](_0x3dff03)||_0x18f3ad[_0x1f8f('0x40')](_0x3dff03);}}if(_0x5330d3)return _0x5330d3;_0x42de1c[_0x1f8f('0x69')]();for(const _0x28a837 of _0x3d7cb9)for(const {suggestion:_0xb98275,meta:_0x50d1fb}of this[_0x1f8f('0xa7')](_0x28a837,'deletion'))_0x50d1fb[_0x1f8f('0xf4')]&&_0x42de1c[_0x1f8f('0xe1')](_0xb98275);for(const _0x25ccc4 of _0x42de1c){const _0x5e9b9e=_0x25ccc4[_0x1f8f('0xa2')]();if(!_0x3deb9e||!_0x3deb9e[_0x1f8f('0xae')]){if(_0x3d7cb9[_0x1f8f('0x125')](_0x58a9c8=>_0x5e9b9e[_0x1f8f('0x7a')](_0x511d14=>_0x511d14['containsRange'](_0x58a9c8,!0x0))))return _0x25ccc4;}(!_0x25ccc4['attributes']||!_0x25ccc4[_0x1f8f('0x110')][_0x1f8f('0xae')])&&(_0x5e9b9e[_0x1f8f('0x125')](_0x1b2dbc=>_0x3d7cb9['some'](_0x231d5f=>_0x231d5f[_0x1f8f('0x64')](_0x1b2dbc,!0x0)))&&_0x25ccc4['discard']());}const _0x445a96=_0x20487a(),_0x3a8b82=_0x3bbb79['id'],_0x2b1d80=_0x1f8f('0x13a')+_0x56b42b,_0x19a67b=this[_0x1f8f('0x8')]({'id':_0x445a96,'type':_0x2b1d80,'createdAt':new Date(),'authorId':_0x3a8b82,'attributes':_0x3deb9e});for(const _0x21f347 of _0x3d7cb9)_0x21f347[_0x1f8f('0xc1')](),_0x21f347['isCollapsed']||_0x1f8f('0x122')==_0x21f347[_0x1f8f('0x66')][_0x1f8f('0xd6')]||this[_0x1f8f('0xe4')](_0x2b1d80,_0x445a96,_0x3a8b82,_0x21f347,_0x291614[_0x1f8f('0x4e')]());return _0x19a67b;}[_0x1f8f('0x3c')](_0x3d65a6,_0x29ed0d){const _0x49e357=_0x3d65a6[_0x1f8f('0x94')]();this[_0x1f8f('0x8a')][_0x1f8f('0xc')](_0x3288ce=>{_0x3288ce[_0x1f8f('0x3a')](_0x49e357,{'range':_0x29ed0d});});}[_0x1f8f('0x20')](_0x17f0f5){const _0x40f8b9=_0x17f0f5['id'],_0x55d9f7=this[_0x1f8f('0xa0')]['config'][_0x1f8f('0x12a')](_0x1f8f('0x6e'));this[_0x1f8f('0xa1')][_0x1f8f('0xb9')](_0x40f8b9)||this[_0x1f8f('0xa1')][_0x1f8f('0x98')]({'channelId':_0x55d9f7,'threadId':_0x40f8b9});const _0x2017f6=this['_commentsRepository'][_0x1f8f('0xc2')](_0x40f8b9);_0x2017f6[_0x1f8f('0x2e')]('isRemovable'),_0x2017f6[_0x1f8f('0xce')]=!0x1,_0x17f0f5[_0x1f8f('0xb2')]=_0x2017f6;}[_0x1f8f('0xca')](_0x28f157,_0xc95aba,_0x6f3389,_0x4e4a5e){if(_0x28f157[_0x1f8f('0x136')]!=_0xc95aba||_0x28f157[_0x1f8f('0x11d')]!=_0x6f3389||_0x28f157[_0x1f8f('0x121')]['id']!=_0x4e4a5e)throw this[_0x1f8f('0xa0')][_0x1f8f('0xd2')](_0x1f8f('0x19')),new _0x3b3b32(_0x1f8f('0x19'),this);}[_0x1f8f('0xaa')](_0x58212b,_0x18ba1b){const _0x157dd8=_0x58212b['getFirstRange']();if(_0x18ba1b[_0x1f8f('0x7d')](_0x157dd8))_0x58212b[_0x1f8f('0x109')]();else{if(_0x157dd8[_0x1f8f('0x64')](_0x18ba1b)){const _0x19027e=this[_0x1f8f('0x8a')]['createPositionAt'](_0x18ba1b[_0x1f8f('0x95')][_0x1f8f('0xff')],_0x1f8f('0xc5'));this[_0x1f8f('0x3c')](_0x58212b,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x157dd8[_0x1f8f('0x95')],_0x19027e));const _0x33c9f2=_0x20487a(),_0x126bc2=_0x58212b['author']['id'],_0x20cd8f=_0x58212b['type']+':'+_0x58212b[_0x1f8f('0x11d')];this[_0x1f8f('0x8')]({'id':_0x33c9f2,'type':_0x20cd8f,'createdAt':new Date(),'authorId':_0x126bc2,'data':_0x58212b[_0x1f8f('0x128')],'attributes':_0x58212b[_0x1f8f('0x110')]});const _0x1fc253=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0xc5')]['parent'],_0x1f8f('0x67')),_0x17dbc2=this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x1fc253,_0x157dd8['end']);this[_0x1f8f('0xe4')](_0x20cd8f,_0x33c9f2,_0x126bc2,_0x17dbc2);}else{if(_0x157dd8[_0x1f8f('0x9d')](_0x18ba1b[_0x1f8f('0x95')])){const _0x58ff91=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0x95')]['nodeBefore'],_0x1f8f('0xc5'));this[_0x1f8f('0x3c')](_0x58212b,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x157dd8[_0x1f8f('0x95')],_0x58ff91));}else{const _0x549b9b=this[_0x1f8f('0x8a')][_0x1f8f('0x3d')](_0x18ba1b[_0x1f8f('0xc5')]['parent'],'after');this['_setSuggestionRange'](_0x58212b,this['_model'][_0x1f8f('0x68')](_0x549b9b,_0x157dd8[_0x1f8f('0xc5')]));}}}}[_0x1f8f('0x2a')](_0x2b576a){for(const {suggestion:_0x3603ec,meta:_0x42738d}of this[_0x1f8f('0xa7')](_0x2b576a,'insertion')){if(!_0x42738d[_0x1f8f('0xf4')])continue;const _0x51279e=_0x3603ec[_0x1f8f('0xa2')]();for(const _0x5f5c6f of _0x51279e)if(!_0x2b576a[_0x1f8f('0x10f')](_0x5f5c6f)['length'])return!0x0;}return!0x1;}[_0x1f8f('0x9a')](_0x5bba27){const _0x159345=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0xb1'))[_0x1f8f('0xcf')](_0x5bba27);if(!_0x159345)throw new _0x3b3b32('track-changes-user-not-found',this);return _0x159345;}[_0x1f8f('0x24')](_0x59db81){const _0x2b6353=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')]['get'](_0x1f8f('0xb1')),_0x41b3b8=_0x1f8f('0x42')+_0x59db81,_0x5ecc6c=_0x2b6353[_0x1f8f('0xcf')](_0x41b3b8);return _0x5ecc6c||_0x2b6353[_0x1f8f('0xc4')]({'id':_0x41b3b8,'name':_0x59db81});}[_0x1f8f('0xf9')](_0x1b4547,_0x449495,_0x13c97e,_0x209da0,_0x23568f){const _0x3edae9=this[_0x1f8f('0x9a')](_0x209da0);let _0x265f11=null;_0x23568f&&_0x23568f[_0x1f8f('0x28')]&&(_0x265f11=this[_0x1f8f('0x24')](_0x23568f[_0x1f8f('0x28')][_0x1f8f('0xbe')]));const _0x20e59b=this[_0x1f8f('0x9e')][_0x1f8f('0x2b')](_0x1b4547,_0x449495,_0x13c97e,_0x3edae9,_0x265f11,_0x458a0d=>this['_updateSuggestionData'](_0x13c97e,{'attributes':_0x458a0d}));return this['listenTo'](_0x20e59b,_0x1f8f('0x76'),()=>{this[_0x1f8f('0x100')](_0x13c97e,{'state':'accepted'});},{'priority':_0x1f8f('0xc8')}),this['listenTo'](_0x20e59b,_0x1f8f('0x25'),()=>{this[_0x1f8f('0x100')](_0x13c97e,{'state':_0x1f8f('0xac')});},{'priority':'high'}),this[_0x1f8f('0x30')]['set'](_0x13c97e,_0x20e59b),this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x20e59b,_0x1f8f('0x131')),_0x20e59b;}[_0x1f8f('0x7c')](_0x4ff0bf){const _0x578c28=_0x4ff0bf[_0x1f8f('0x11b')](':');return{'group':_0x578c28[0x0],'type':_0x578c28[0x1],'subType':_0x578c28[_0x1f8f('0x132')]>=0x5?_0x578c28[0x2]:null,'id':_0x578c28['length']<0x5?_0x578c28[0x2]:_0x578c28[0x3],'authorId':_0x578c28[_0x1f8f('0x132')]<0x5?_0x578c28[0x3]:_0x578c28[0x4],'markerCount':0x6==_0x578c28['length']?_0x578c28[0x5]:null};}[_0x1f8f('0x6b')](_0x4ab150,_0x49bb9f,_0x12c45b){const _0x3e549d=_0x4ab150[_0x1f8f('0x2c')](),_0x9e1a3a=_0x3e549d[_0x1f8f('0x95')],_0x28ef48=_0x3e549d[_0x1f8f('0xc5')];this[_0x1f8f('0x3c')](_0x4ab150,this[_0x1f8f('0x8a')][_0x1f8f('0x68')](_0x9e1a3a,_0x49bb9f));const _0x5dcc1e=_0x20487a(),_0x396259=_0x4ab150['author']['id'],_0x36fae6=_0x4ab150['type']+(_0x4ab150[_0x1f8f('0x11d')]?':'+_0x4ab150[_0x1f8f('0x11d')]:'');this['_setSuggestionData']({'id':_0x5dcc1e,'type':_0x36fae6,'createdAt':new Date(),'authorId':_0x396259,'originalSuggestionId':_0x4ab150['id'],'data':_0x4ab150[_0x1f8f('0x128')]}),_0x1f8f('0x99')==_0x4ab150[_0x1f8f('0x136')]&&(_0x12c45b=this['_model']['createPositionBefore'](_0x12c45b[_0x1f8f('0x61')])),this[_0x1f8f('0xe4')](_0x36fae6,_0x5dcc1e,_0x396259,this['_model']['createRange'](_0x12c45b,_0x28ef48));}[_0x1f8f('0xa7')](_0x37df41,_0x1f0eac=null){const _0x114dee=[],_0x91bd45=this[_0x1f8f('0x8a')][_0x1f8f('0xd8')],_0xde5a2e=this[_0x1f8f('0xa0')]['plugins']['get'](_0x1f8f('0xb1'))['me'];for(const _0x50963f of this[_0x1f8f('0xdb')]())if(_0x50963f[_0x1f8f('0x74')]&&(!_0x1f0eac||_0x50963f['type']==_0x1f0eac))for(const _0x5f5283 of _0x50963f[_0x1f8f('0xa2')]()){const _0x366ef7=_0x37df41['start'][_0x1f8f('0x7d')](_0x5f5283[_0x1f8f('0xc5')])||_0x37df41['end'][_0x1f8f('0x7d')](_0x5f5283[_0x1f8f('0x95')]);if(_0x366ef7||_0x37df41[_0x1f8f('0xfa')](_0x5f5283)){const _0x1a030=_0x37df41[_0x1f8f('0x64')](_0x5f5283)&&yt(_0x91bd45,_0x5f5283[_0x1f8f('0x95')],_0x37df41),_0x1cff61=_0x5f5283[_0x1f8f('0x64')](_0x37df41)&&yt(_0x91bd45,_0x37df41[_0x1f8f('0x95')],_0x5f5283);_0x114dee[_0x1f8f('0x71')]({'suggestion':_0x50963f,'meta':{'isOwn':_0xde5a2e==_0x50963f[_0x1f8f('0x121')],'isNextTo':_0x366ef7,'isInsideObject':_0x1a030,'containsRangeInObject':_0x1cff61}});break;}}return _0x114dee;}[_0x1f8f('0xe4')](_0x1463ce,_0x5ceea8,_0x31b012,_0x5c346f,_0x2347bf=null){this[_0x1f8f('0x8a')]['change'](_0x30ac47=>{let _0x1ef6d7=_0x1f8f('0x41')+_0x1463ce+':'+_0x5ceea8+':'+_0x31b012;_0x2347bf&&(_0x1ef6d7=_0x1ef6d7+':'+_0x2347bf),_0x30ac47[_0x1f8f('0x7')](_0x1ef6d7,{'range':_0x5c346f,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1f8f('0x77')](_0x5c94e6){const _0x20e70f=_0x5c94e6[_0x1f8f('0xb0')],_0xd22940=_0x5c94e6[_0x1f8f('0x6a')];_0x5c94e6[_0x1f8f('0xb0')]=null,null!=_0x20e70f&&(_0x20e70f[_0x1f8f('0x6a')]=null),_0x5c94e6[_0x1f8f('0x6a')]=null,null!=_0xd22940&&(_0xd22940[_0x1f8f('0xb0')]=null),_0x1f8f('0xd1')==this[_0x1f8f('0x3e')][_0x1f8f('0x12a')](_0x5c94e6)&&(this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x5c94e6,_0x1f8f('0x33')),this['fire'](_0x1f8f('0x51'),_0x5c94e6,_0x20e70f,_0xd22940));}[_0x1f8f('0x8')](_0x4e5535){const _0x522f2d=_0x4e5535['id'],_0x42178f=this[_0x1f8f('0x11e')](_0x4e5535);if(this[_0x1f8f('0x11')]&&this['_adapter'][_0x1f8f('0xcc')]){const _0x5e6dbf=this[_0x1f8f('0xa0')][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x44')),_0x440501=_0x42178f[_0x1f8f('0x9c')],_0x598508=_0x42178f[_0x1f8f('0x11d')]?_0x42178f['type']+':'+_0x42178f[_0x1f8f('0x11d')]:_0x42178f[_0x1f8f('0x136')],_0x50dc44=this[_0x1f8f('0xa0')][_0x1f8f('0x93')],_0x4d7084=_0x5e6dbf['add'](_0xb5e306(_0x50dc44,_0x1f8f('0x8f'))),_0x5b9f39={'id':_0x522f2d,'type':_0x598508,'hasComments':_0x440501,'data':_0x4e5535[_0x1f8f('0x128')]||null,'originalSuggestionId':_0x4e5535[_0x1f8f('0x57')]||null,'attributes':_0x42178f[_0x1f8f('0x110')]};this['_adapter']['addSuggestion'](_0x5b9f39)[_0x1f8f('0x4')](_0x397ee6=>{_0x42178f[_0x1f8f('0xc6')]=!0x0,_0x5e6dbf[_0x1f8f('0x56')](_0x4d7084),_0x397ee6&&_0x397ee6[_0x1f8f('0x86')]&&(this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x522f2d)[_0x1f8f('0x86')]=_0x397ee6['createdAt']);})[_0x1f8f('0xe5')](_0x33aa91=>{throw _0x318706(_0x1f8f('0x65')),this[_0x1f8f('0xa0')][_0x1f8f('0x7e')][_0x1f8f('0x22')]({'isUndoable':!0x1},()=>{_0x42178f[_0x1f8f('0x25')]();}),_0x42178f['stopListening'](),this[_0x1f8f('0x30')]['delete'](_0x42178f['id']),this[_0x1f8f('0x3e')][_0x1f8f('0x6')](_0x42178f),_0x33aa91;});}return _0x42178f;}[_0x1f8f('0x100')](_0x5b44a8,_0x5a7cf5){const _0x132bd0=this['editor'][_0x1f8f('0xb6')][_0x1f8f('0x12a')](_0x1f8f('0x44')),_0x1b673b=this[_0x1f8f('0x30')]['get'](_0x5b44a8);if(this[_0x1f8f('0x11')]&&this[_0x1f8f('0x11')][_0x1f8f('0x101')]){if(_0x1b673b[_0x1f8f('0xc6')]){const _0x6570f1=_0x132bd0['add'](_0xb5e306(this[_0x1f8f('0xa0')][_0x1f8f('0x93')],'PENDING_ACTION_SUGGESTION'));this[_0x1f8f('0x11')]['updateSuggestion'](_0x5b44a8,_0x5a7cf5)['then'](()=>{_0x132bd0[_0x1f8f('0x56')](_0x6570f1);});}else _0x1b673b['on'](_0x1f8f('0xd3'),()=>{this[_0x1f8f('0x100')](_0x5b44a8,_0x5a7cf5);});}}['_getSuggestionData'](_0x512723){if(!this['_adapter']||!this[_0x1f8f('0x11')][_0x1f8f('0x82')])throw new _0x3b3b32(_0x1f8f('0x92'),this);return this[_0x1f8f('0x11')]['getSuggestion'](_0x512723);}[_0x1f8f('0x59')](_0x11283d){const {id:_0x50c597,type:_0x148bf0,subType:_0x1255fb,authorId:_0x1e5c31}=this[_0x1f8f('0x7c')](_0x11283d),_0x214ad6=this[_0x1f8f('0x30')][_0x1f8f('0x12a')](_0x50c597)||this[_0x1f8f('0xf9')](_0x148bf0,_0x1255fb,_0x50c597,_0x1e5c31);switch(this[_0x1f8f('0xca')](_0x214ad6,_0x148bf0,_0x1255fb,_0x1e5c31),this['_suggestionState'][_0x1f8f('0x12a')](_0x214ad6)){case'notReady':this[_0x1f8f('0x81')](_0x50c597)[_0x1f8f('0x4')](_0x18e9f8=>{let _0x567e8e=Promise['resolve']();_0x18e9f8['hasComments']&&(_0x567e8e=this[_0x1f8f('0xa1')][_0x1f8f('0x102')]({'channelId':this[_0x1f8f('0xa0')][_0x1f8f('0xf6')][_0x1f8f('0x12a')](_0x1f8f('0x6e')),'threadId':_0x50c597})),_0x567e8e['then'](()=>{this[_0x1f8f('0x11e')](_0x18e9f8)[_0x1f8f('0xc6')]=!0x0;});}),this['_suggestionState'][_0x1f8f('0xa8')](_0x214ad6,_0x1f8f('0xc3'));break;case _0x1f8f('0x33'):this[_0x1f8f('0x100')](_0x50c597,{'state':_0x1f8f('0x4b')});case _0x1f8f('0xc7'):this[_0x1f8f('0x3e')][_0x1f8f('0xa8')](_0x214ad6,_0x1f8f('0xd1')),this[_0x1f8f('0xf5')](_0x1f8f('0x35'),_0x214ad6);break;case'ready':this[_0x1f8f('0xf5')](_0x1f8f('0x78'),_0x214ad6);}return _0x214ad6['addMarkerName'](_0x11283d),_0x214ad6;}[_0x1f8f('0xe6')](_0xcb8cd2){const _0x58c181=Array[_0x1f8f('0x108')](_0xcb8cd2)['filter'](_0x3ef1a6=>!_0x3ef1a6[_0x1f8f('0x10')]),_0x21f934=this['getSuggestions']({'skipNotAttached':!0x0})[_0x1f8f('0x53')](_0x258ecd=>!_0x258ecd[_0x1f8f('0x10')]),_0x153737=_0x21f934[_0x1f8f('0x53')](_0x1f4da9=>!_0xcb8cd2[_0x1f8f('0x23')](_0x1f4da9)),_0x3d4b77=new Map(_0x21f934[_0x1f8f('0xb8')](_0x485599=>[_0x485599,this[_0x1f8f('0x9e')]['getSuggestionCallback'](_0x485599[_0x1f8f('0x136')],_0x485599[_0x1f8f('0x11d')],_0x1f8f('0x52'))])),_0x24a17c=new Map(_0x21f934['map'](_0x151550=>[_0x151550,_0x151550[_0x1f8f('0x2c')]()])),_0x43e868=new Set(),_0x3e589d=new Set();for(let _0x1c4fad=0x0;_0x1c4fad<_0x58c181['length'];_0x1c4fad++)_0x36fdaa(_0x58c181[_0x1c4fad],_0x58c181,_0x1c4fad+0x1);for(let _0x29893b=0x0;_0x29893b<_0x58c181[_0x1f8f('0x132')];_0x29893b++)_0x36fdaa(_0x58c181[_0x29893b],_0x153737,0x0);for(let _0x94f3cf=0x0;_0x94f3cf<_0x58c181['length'];_0x94f3cf++){const _0x4a7088=_0x58c181[_0x94f3cf];!_0x3e589d[_0x1f8f('0x23')](_0x4a7088)&&_0x4a7088[_0x1f8f('0xb0')]&&(_0x4a7088[_0x1f8f('0xb0')][_0x1f8f('0x6a')]===_0x4a7088&&(_0x4a7088['previous']['next']=null),_0x4a7088[_0x1f8f('0xb0')]=null),!_0x43e868[_0x1f8f('0x23')](_0x4a7088)&&_0x4a7088[_0x1f8f('0x6a')]&&(_0x4a7088[_0x1f8f('0x6a')][_0x1f8f('0xb0')]===_0x4a7088&&(_0x4a7088[_0x1f8f('0x6a')]['previous']=null),_0x4a7088[_0x1f8f('0x6a')]=null);}function _0x36fdaa(_0x5c8595,_0x43e496,_0x628b4b){for(let _0x2c72ba=_0x628b4b;_0x2c72ba<_0x43e496[_0x1f8f('0x132')];_0x2c72ba++){const _0x3c229e=_0x190858(_0x5c8595,_0x43e496[_0x2c72ba]);_0x3c229e&&(_0x3c229e[0x0]['next']=_0x3c229e[0x1],_0x3c229e[0x1][_0x1f8f('0xb0')]=_0x3c229e[0x0],_0x43e868[_0x1f8f('0xe1')](_0x3c229e[0x0]),_0x3e589d['add'](_0x3c229e[0x1]));}}function _0x190858(_0x4150df,_0x328537){if(_0x4150df[_0x1f8f('0x121')]['id']!==_0x328537[_0x1f8f('0x121')]['id'])return null;const _0x4544fc=_0x3d4b77[_0x1f8f('0x12a')](_0x4150df)(_0x4150df,_0x328537,_0x24a17c[_0x1f8f('0x12a')](_0x4150df),_0x24a17c['get'](_0x328537));if(!_0x4544fc)return null;return _0x3d4b77['get'](_0x328537)(_0x4150df,_0x328537,_0x24a17c[_0x1f8f('0x12a')](_0x4150df),_0x24a17c[_0x1f8f('0x12a')](_0x328537))?_0x4544fc[0x1][_0x1f8f('0xb2')]&&_0x4544fc[0x1]['commentThread'][_0x1f8f('0x132')]?null:_0x4544fc:null;}}[_0x1f8f('0x85')](_0x450714){const _0x3afbce=Array[_0x1f8f('0x108')](_0x450714),_0x58c327=this[_0x1f8f('0xdb')]({'skipNotAttached':!0x0}),_0x3b0b9e=_0x58c327[_0x1f8f('0x53')](_0x5da815=>!_0x450714[_0x1f8f('0x23')](_0x5da815)),_0x32a3f0=new Map(_0x3afbce['map'](_0x51744c=>[_0x51744c,this[_0x1f8f('0x9e')][_0x1f8f('0x45')](_0x51744c[_0x1f8f('0x136')],_0x51744c[_0x1f8f('0x11d')],_0x1f8f('0xed'))])),_0x509c5e=new Map(_0x58c327[_0x1f8f('0xb8')](_0xcd25a9=>[_0xcd25a9,_0xcd25a9['getRanges']()]));for(let _0x119559=0x0;_0x119559<_0x3afbce['length'];_0x119559++){if(_0x1ab435(this,_0x3afbce[_0x119559],_0x3afbce,_0x119559+0x1))return!0x0;}for(let _0xcc8058=0x0;_0xcc8058<_0x3afbce[_0x1f8f('0x132')];_0xcc8058++){if(_0x1ab435(this,_0x3afbce[_0xcc8058],_0x3b0b9e,0x0))return!0x0;}return!0x1;function _0x1ab435(_0x179827,_0x4658b9,_0xf41ef5,_0x418b49){for(let _0x217a95=_0x418b49;_0x217a95<_0xf41ef5[_0x1f8f('0x132')];_0x217a95++){const _0x220900=_0xf41ef5[_0x217a95];if(_0x220900[_0x1f8f('0x136')]!==_0x4658b9[_0x1f8f('0x136')]||_0x220900[_0x1f8f('0x121')]['id']!==_0x4658b9['author']['id']||_0x220900[_0x1f8f('0x11d')]!==_0x4658b9[_0x1f8f('0x11d')])continue;const _0x21cb17=_0x32a3f0[_0x1f8f('0x12a')](_0x4658b9),_0x40617b=_0x509c5e['get'](_0x4658b9),_0x3f28f8=_0x509c5e['get'](_0x220900),_0x575b8a=_0x4658b9[_0x1f8f('0xb2')]&&_0x4658b9[_0x1f8f('0xb2')]['length'],_0x327a72=_0x220900[_0x1f8f('0xb2')]&&_0x220900[_0x1f8f('0xb2')][_0x1f8f('0x132')];if(!_0x575b8a&&_0x21cb17(_0x3f28f8,_0x40617b))return _0x179827[_0x1f8f('0xf')](_0x220900,_0x4658b9),_0x509c5e['delete'](_0x4658b9),!0x0;if(!_0x327a72&&_0x21cb17(_0x40617b,_0x3f28f8))return _0x179827[_0x1f8f('0xf')](_0x4658b9,_0x220900),_0x509c5e[_0x1f8f('0x6')](_0x220900),!0x0;}return!0x1;}}[_0x1f8f('0xf')](_0x487b08,_0x445956){if(_0x487b08['isMultiRange'])for(const _0x187c15 of _0x445956[_0x1f8f('0xa2')]())_0x487b08['addRange'](_0x187c15);else{const _0x53a87b=_0x445956[_0x1f8f('0x2c')]()['end'];this[_0x1f8f('0x3c')](_0x487b08,this['_model'][_0x1f8f('0x68')](_0x487b08[_0x1f8f('0x2c')]()[_0x1f8f('0x95')],_0x53a87b));}_0x445956['removeMarkers']();}}_0x44f73f(d,_0x58572d);class wt{constructor(_0x2cd12e){this[_0x1f8f('0x107')]=_0x2cd12e,this[_0x1f8f('0x8a')]=_0x2cd12e[_0x1f8f('0x7e')],this['_customCallbacks']=new Map(),this[_0x1f8f('0x1e')]=new Map(),this[_0x1f8f('0x63')]();}[_0x1f8f('0x2b')](_0x427a42,_0x388d17,_0x19ba6d,_0x5167ea,_0x1e8a4c,_0x54688c){return new _0x291614(this['_model'],{'type':_0x427a42,'subType':_0x388d17,'id':_0x19ba6d,'author':_0x5167ea,'externalAuthor':_0x1e8a4c,'onAttributesChange':_0x54688c,'onAccept':(..._0xd7dc21)=>this[_0x1f8f('0x45')](_0x427a42,_0x388d17,_0x1f8f('0x76'))(..._0xd7dc21),'onDiscard':(..._0x27b19a)=>this[_0x1f8f('0x45')](_0x427a42,_0x388d17,_0x1f8f('0x25'))(..._0x27b19a)});}[_0x1f8f('0x13c')](_0x42b32f,_0x3f6991,_0x527f65,_0x38dfd3){const _0x355cb0=_0x42b32f+':'+_0x3f6991+':'+_0x527f65;this[_0x1f8f('0xa9')][_0x1f8f('0xa8')](_0x355cb0,_0x38dfd3);}['getSuggestionCallback'](_0xd7a31a,_0x44ba28,_0x4fdd35){const _0x2e18e8=_0xd7a31a+':'+_0x44ba28+':'+_0x4fdd35;return this[_0x1f8f('0xa9')]['get'](_0x2e18e8)||this['_defaultCallbacks'][_0x1f8f('0x12a')](_0xd7a31a+':'+_0x4fdd35);}['_registerDefaultCallbacks'](){const _0x229443=()=>{},_0x2307d7=_0x3326c6=>{_0x3326c6[_0x1f8f('0x123')]((_0xc0f6b1,_0x18182e)=>_0xc0f6b1[_0x1f8f('0x95')]['isBefore'](_0x18182e[_0x1f8f('0x95')])?0x1:-0x1),this['_model']['change'](_0x20b3d5=>{for(const _0x30ad9a of _0x3326c6){let _0x10b52f;_0x10b52f=_0x30ad9a[_0x1f8f('0xc5')][_0x1f8f('0x9b')]&&_0x30ad9a[_0x1f8f('0xc5')][_0x1f8f('0x61')]==_0x30ad9a['start'][_0x1f8f('0x137')]?_0x20b3d5[_0x1f8f('0xe')](_0x30ad9a['start'][_0x1f8f('0x137')],'on'):_0x20b3d5['createSelection'](_0x30ad9a),this[_0x1f8f('0x8a')][_0x1f8f('0xda')](_0x10b52f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5c68cb=(_0x527c35,_0x1401dc)=>{this['_model']['change'](_0x51e6fd=>{const {commandName:_0x62e55a,commandParams:_0x20de38=[]}=_0x1401dc,_0x1cbd7d=_0x527c35[0x0];if(_0x1f8f('0x122')==_0x1cbd7d[_0x1f8f('0x66')][_0x1f8f('0xd6')])return;const _0x3587c8=Array['from'](this[_0x1f8f('0x8a')]['document'][_0x1f8f('0x15')][_0x1f8f('0xa2')]())[_0x1f8f('0xb8')](_0x243953=>_0x1a80a0[_0x1f8f('0xfe')](_0x243953));bt(_0x1cbd7d)?_0x51e6fd[_0x1f8f('0x5d')](this['_model'][_0x1f8f('0x68')](_0x1cbd7d[_0x1f8f('0xc5')])):_0x51e6fd['setSelection'](_0x1cbd7d);for(const _0xca02e2 of this['_editor'][_0x1f8f('0xdd')][_0x1f8f('0xdd')]())_0xca02e2[_0x1f8f('0xba')]();_0x20de38[_0x1f8f('0x71')]({'forceDefaultExecution':!0x0}),this[_0x1f8f('0x107')][_0x1f8f('0x8e')](_0x62e55a,..._0x20de38);const _0x259ac4=_0x3587c8[_0x1f8f('0x53')](_0x23c0eb=>_0x1f8f('0x122')!=_0x23c0eb[_0x1f8f('0x66')][_0x1f8f('0xd6')]);_0x259ac4[_0x1f8f('0x132')]>0x0&&_0x51e6fd[_0x1f8f('0x5d')](_0x259ac4);for(const _0x4d96bc of _0x3587c8)_0x4d96bc[_0x1f8f('0xc1')]();});},_0x2bd66d=(_0x3a0d98,_0x40a650)=>0x1==_0x3a0d98[_0x1f8f('0x132')]&&0x1==_0x40a650[_0x1f8f('0x132')]&&_0x3a0d98[0x0][_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x40a650[0x0]['start']),_0x56f1f9=(_0x53a16b,_0x486f0d,_0xc4ffd2,_0x41f39a)=>Dt(_0x53a16b,_0x486f0d,_0xc4ffd2,_0x41f39a,this[_0x1f8f('0x8a')])?[_0x53a16b,_0x486f0d]:Dt(_0x486f0d,_0x53a16b,_0x41f39a,_0xc4ffd2,this[_0x1f8f('0x8a')])?[_0x486f0d,_0x53a16b]:null;this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x37'),_0x229443),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x3'),_0x2307d7),this[_0x1f8f('0x1e')]['set']('insertion:join',_0x2bd66d),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x7f'),_0x56f1f9),this[_0x1f8f('0x1e')]['set']('deletion:accept',_0x2307d7),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x14'),_0x229443),this['_defaultCallbacks'][_0x1f8f('0xa8')]('deletion:join',_0x2bd66d),this['_defaultCallbacks'][_0x1f8f('0xa8')](_0x1f8f('0x83'),_0x56f1f9),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0xb4'),_0x5c68cb),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x11a'),_0x229443),this['_defaultCallbacks'][_0x1f8f('0xa8')](_0x1f8f('0xf7'),_0x2bd66d),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')]('formatInline:chain',_0x229443),this['_defaultCallbacks']['set']('formatBlock:accept',_0x5c68cb),this[_0x1f8f('0x1e')][_0x1f8f('0xa8')](_0x1f8f('0x80'),_0x229443),this[_0x1f8f('0x1e')]['set'](_0x1f8f('0x6d'),_0x2bd66d),this[_0x1f8f('0x1e')]['set'](_0x1f8f('0x9f'),_0x229443);}}function yt(_0x28f40c,_0xfa5bb9,_0x10563c){for(const _0x3fe3bc of _0xfa5bb9[_0x1f8f('0x61')][_0x1f8f('0x105')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3fe3bc[_0x1f8f('0x66')]==_0x3fe3bc)return!0x1;if(!_0x10563c[_0x1f8f('0x12')](_0x3fe3bc))return!0x1;if(_0x28f40c[_0x1f8f('0x1b')](_0x3fe3bc)||_0x28f40c[_0x1f8f('0x5b')](_0x3fe3bc))return!0x0;}}function bt(_0x8a9eda){return _0x8a9eda[_0x1f8f('0xc5')][_0x1f8f('0x61')]==_0x8a9eda[_0x1f8f('0x95')][_0x1f8f('0x137')]&&_0x8a9eda[_0x1f8f('0xc5')][_0x1f8f('0x116')];}function St(_0x31ebc7,_0x29ec38,_0x518ae4,_0x305709){const _0x231cbe=_0x42171a=>!_0x42171a[_0x1f8f('0xd4')]['is']('textProxy')&&!_0x305709[_0x1f8f('0x1b')](_0x42171a[_0x1f8f('0xd4')]),_0x30eb30=_0x31ebc7['start'][_0x1f8f('0x48')](_0x231cbe),_0x162ea0=_0x31ebc7['end'][_0x1f8f('0x48')](_0x231cbe,{'direction':_0x1f8f('0xad')});return(!_0x31ebc7[_0x1f8f('0x95')][_0x1f8f('0x7d')](_0x30eb30)||!_0x31ebc7[_0x1f8f('0xc5')]['isEqual'](_0x162ea0))&&(_0x30eb30[_0x1f8f('0x84')](_0x162ea0)?_0x518ae4['updateMarker'](_0x29ec38,{'range':_0x518ae4['createRange'](_0x30eb30,_0x162ea0)}):_0x518ae4[_0x1f8f('0x4a')](_0x29ec38),!0x0);}function It(_0x319f92){return _0x5e1503(_0x319f92);}function vt(_0x401b15){const _0x10f897=_0x401b15[_0x1f8f('0x95')][_0x1f8f('0x137')];return _0x10f897&&_0x10f897['is'](_0x1f8f('0x6c'));}function At(_0x47dcde,_0x5b6862){const _0x4da93d=_0x5b6862[_0x1f8f('0xd8')][_0x1f8f('0x1b')](_0x47dcde)||_0x5b6862[_0x1f8f('0xd8')]['isSelectable'](_0x47dcde);return _0x5b6862[_0x1f8f('0x68')](_0x5b6862['createPositionAt'](_0x47dcde,_0x1f8f('0xab')),_0x4da93d?_0x5b6862['createPositionAfter'](_0x47dcde):_0x5b6862['createPositionAt'](_0x47dcde,_0x1f8f('0xc5')));}function Dt(_0xe20413,_0x4adf61,_0x16ea22,_0x36fc0a,_0x3dc8eb){if(_0x16ea22[_0x1f8f('0xc5')][_0x1f8f('0x7d')](_0x36fc0a[_0x1f8f('0x95')]))return!0x0;if(_0xe20413[_0x1f8f('0x136')]!=_0x4adf61[_0x1f8f('0x136')])return!0x1;if(!_0x16ea22[_0x1f8f('0xc5')][_0x1f8f('0xe8')](_0x36fc0a[_0x1f8f('0x95')]))return!0x1;const _0x41d498=_0x3dc8eb['createRange'](_0x16ea22[_0x1f8f('0xc5')],_0x36fc0a[_0x1f8f('0x95')])[_0x1f8f('0x2d')]();for(const _0x3a5bbf of _0x41d498)if([_0x1f8f('0x124'),_0x1f8f('0x10b')]['includes'](_0x3a5bbf[_0x1f8f('0x136')])&&_0x3dc8eb[_0x1f8f('0xd8')][_0x1f8f('0x5b')](_0x3a5bbf[_0x1f8f('0xd4')]))return!0x1;return!0x0;}
23
+ const _0x2981=['getShiftedBy','elementToElement','formatBlock','showSuggestionHighlights','enqueueChange','deleteContent','dataReady','consume','isInsideObject','_isForcedDefaultExecutionBlock','_getAuthorFromId','detach','nodeAfter','chain','change:data','isLimit','commandName','size','removeMarker','formatInline','splice','isCollapsed','mapper','createPositionAt','markerToData','normal','_joinSuggestions','isInContent','_descriptionFactory','getFirstMarker','getNearestSelectionRange','markerToHighlight','getRange','isUndo','isDocumentOperation','commentThread','originalSuggestionId','addSuggestionData','root','_addThreadToSuggestion','delete','next','dataToMarker','model','addSuggestion','markMultiRangeDeletion','after','notReady','formatBlock:','_suggestions','getFirstRange','addHighlight','PendingActions','suggestionChanged','createPositionAfter','isObject','track-changes-adapter-missing-getsuggestion','set','length','suggestion-type','acceptAllSuggestions','elementStart','_saved','_model','from','selection','adapter','setSelection','map','howMany','_handleNewSuggestionMarker','_registerDefaultCallbacks','rejected','_addSuggestionMarker','upcast','isAtEnd','name','getChangedMarkers','getSuggestionCallback','toJSON','discardAllSuggestions','_onDiscard','init','split','unbind','listenTo','insertion:chain','range','getAllAdjacentSuggestions','createRangeIn','ck-suggestion-marker','subType','suggestionLoaded','previous','widget','ck-suggestion-marker--active','addMarker:suggestion:formatBlock','add','getSuggestion','isEqual','markMultiRangeInsertion','ck-suggestion-marker-','refresh','_suggestionState','removeClass','editor','containsRangeInObject','createSelection','addCommentThread','containsPosition','plugins','elementEnd','_editor','getCustomProperty','CommentsRepository','isNextTo','rootName','skipNestingCheck','isTouching','insertion:','markInlineFormat','before','isRemovable','marker-count','$marker','remove','_enabledCommands','requires','isAfter','attributes','element','group','trackChanges','insertion:discard','nodeBefore','_getSuggestionData','addRange','value','getMultiRangeId','addMarker:suggestion','createRange','isSelectable','highest','authoredAt','markerReady','clone','acceptSuggestion','markerName','accept','_rangeIsInLocalUserInsertion','_joinWithAdjacentSuggestions','_refreshSuggestionsChain','addUser','registerCustomCallback','push','formatInline:discard','then','@external','registerPostFixer','get','includes','discardSelectedSuggestions','_suggestionFactory','discard','getUser','markMultiRangeBlockFormat','_breakSuggestionMarker','hasComments','ready','high','change:_saved','getAttribute','getLastMatchingPosition','filter','suggestionUnloaded','_splitMarkerName','editing','return','_checkSuggestionCorrectness','newRange','collaboration.channelId','_getExternalAuthor','unbindElementFromMarkerName','getCommentThread','position','insertion:accept','external:','every','type','forward','some','config','enableCommand','schema','track-changes-adapter-already-set','_updateSuggestionData','multi','low','trackChangesCommand','updateSuggestion','backward','_findSuggestions','change:activeMarkers','isOwn','insertion:join','deletion:chain','open','for','error-saving-suggestion-data-suggestion-discarded','differ','isAtStart','getItems','dataDowncast','document','insertContent','ck-suggestion-marker-formatBlock','parent','creator','formatInline:join','fire','consumable','values','deletion:','batch','data','_commentsRepository','start','isIntersectingWithRange','getWalker','getRanges','getDifference','substr','isMultiRange','has','addMarkerName','deletion:accept','$graveyard','end','forceDefaultExecution','enableReadOnlyMode','track-changes-command-not-found','item','hasCommentThread','_createSuggestion','createPositionBefore','bindElementToMarker','data-suggestion','PENDING_ACTION_SUGGESTION','suggestion','discardSuggestion','isLocal','track-changes-user-not-found','change','_defaultCallbacks','multipleBlocks','author','rethrowUnexpectedError','removeComment','markInsertion','locale','formatGroupId','TrackChangesEditing','targetPosition','oldRange','Users','catch','_removeSuggestion','writer','insert','buildSuggestion','pluginName','execute','sort','removed','editingDowncast','updateMarker','insertion','deletion','move','lowest','track-changes-suggestion-not-found','containsRange','isBefore','conversion','_adapter','options','suggestion:','getIntersection','getAncestors','textProxy','removeAttribute','markDeletion','markers','track-changes-suggestion-data-mismatch','createdAt','formatBlock:accept','fromCharCode','formatInline:chain','removeMarkers','isBlock','_setSuggestionRange','formatBlock:join','activeMarkers','stop','getSuggestions','removeMarker:suggestion:formatBlock','getChanges','commands','_setSuggestionData','accepted','markBlockFormat','deletion:join','setTo','createElement','splitPosition','join','_customCallbacks'];(function(_0x473a07,_0x2981ea){const _0x4012a1=function(_0x16a687){while(--_0x16a687){_0x473a07['push'](_0x473a07['shift']());}};_0x4012a1(++_0x2981ea);}(_0x2981,0x18f));const _0x4012=function(_0x473a07,_0x2981ea){_0x473a07=_0x473a07-0x0;let _0x4012a1=_0x2981[_0x473a07];return _0x4012a1;};import{Plugin as _0x4ba5c2,PendingActions as _0x3d9e3c}from'ckeditor5/src/core';import{LiveRange as _0x274d58}from'ckeditor5/src/engine';import{CKEditorError as _0xb43784,uid as _0x35a764,priorities as _0x261cbe,EmitterMixin as _0x2a93f6,mix as _0xdb2865,logWarning as _0x1923d6}from'ckeditor5/src/utils';import{toWidget as _0x3df954}from'ckeditor5/src/widget';import{Users as _0x54dfa1}from'ckeditor5-collaboration/src/collaboration-core';import _0xec3f0c from'./commands/trackchangescommand';import _0x33c19b from'./commands/acceptsuggestioncommand';import _0x5ac85e from'./commands/discardsuggestioncommand';import _0x186100 from'./commands/executeonallsuggestionscommand';import _0xbd9cf8 from'./commands/executeonselectedsuggestionscommand';import _0x30e79a from'./suggestion';import _0x31917f from'./suggestiondescriptionfactory';import _0x20dfb6 from'./integrations/alignment';import _0x4a04fe from'./integrations/basicstyles';import _0x3c926c from'./integrations/blockquote';import _0x569ed2 from'./integrations/ckbox';import _0x2504d4 from'./integrations/codeblock';import _0x5dac07 from'./integrations/comments';import _0xb742e0 from'./integrations/deletecommand';import _0x172848 from'./integrations/documentlist';import _0x3fbb2e from'./integrations/entercommand';import _0x1b09cf from'./integrations/font';import _0x4adf97 from'./integrations/heading';import _0x1e2b29 from'./integrations/highlight';import _0x549215 from'./integrations/horizontalline';import _0x18dea9 from'./integrations/htmlembed';import _0x2f8f04 from'./integrations/image';import _0x4f7705 from'./integrations/importword';import _0x529a0b from'./integrations/indent';import _0x2b7da7 from'./integrations/inputcommand';import _0x2bb6f7 from'./integrations/link';import _0x115871 from'./integrations/list';import _0x5b2e46 from'./integrations/mediaembed';import _0x3671e5 from'./integrations/mention';import _0x52b449 from'./integrations/pagebreak';import _0x49c4b8 from'./integrations/paragraph';import _0x3bbedd from'./integrations/removeformat';import _0x4e3ee4 from'./integrations/restrictededitingmode';import _0x3b932d from'./integrations/shiftentercommand';import _0x22fd24 from'./integrations/standardeditingmode';import _0x58e503 from'./integrations/style';import _0x402473 from'./integrations/table';import _0x242db0 from'./integrations/tablemergesplit';import _0x40c30d from'./integrations/tableheadings';import _0x2535b4 from'./integrations/tableclipboard';import _0x284b15 from'./integrations/title';import _0x5d000e from'./integrations/undo';import{hashObject as _0x242a73}from'@ckeditor/ckeditor5-collaboration-core';import{getTranslation as _0x5f1e46}from'./utils/common-translations';import _0x559262 from'./integrations/tablecaption';export default class p extends _0x4ba5c2{static get[_0x4012('0x2d')](){return[_0x4012('0x20'),_0x54dfa1,_0x3d9e3c,_0x20dfb6,_0x4a04fe,_0x3c926c,_0x569ed2,_0x2504d4,_0x5dac07,_0xb742e0,_0x172848,_0x3fbb2e,_0x1b09cf,_0x4adf97,_0x1e2b29,_0x549215,_0x18dea9,_0x2f8f04,_0x4f7705,_0x529a0b,_0x2b7da7,_0x2bb6f7,_0x115871,_0x5b2e46,_0x3671e5,_0x52b449,_0x49c4b8,_0x3bbedd,_0x4e3ee4,_0x3b932d,_0x22fd24,_0x58e503,_0x402473,_0x242db0,_0x40c30d,_0x559262,_0x2535b4,_0x284b15,_0x5d000e];}static get[_0x4012('0xbc')](){return _0x4012('0xb3');}constructor(_0x4fcfd5){function _0x57b287(_0x4b71dc){return _0x4b71dc[_0x4012('0x12f')](_0x347a1f=>String[_0x4012('0xd6')](_0x347a1f))[_0x4012('0xe9')]('');}super(_0x4fcfd5),this[_0x4012('0x124')](_0x4012('0xdc'),[]),this['on'](_0x4012('0x78'),(_0x2515a2,_0x751cfd,_0x544a6d,_0x588306)=>{this[_0x4012('0x12a')][_0x4012('0xaa')](()=>{for(const _0x3e73de of[..._0x588306,..._0x544a6d])this[_0x4012('0x12a')][_0x4012('0xd2')][_0x4012('0x97')](_0x3e73de)&&_0x4fcfd5[_0x4012('0x5e')]['reconvertMarker'](_0x3e73de);});}),this[_0x4012('0x107')]=new _0x31917f(this[_0x4012('0x17')][_0x4012('0x116')][_0x4012('0x6f')],this[_0x4012('0x17')]['locale']),this[_0x4012('0xca')]=null,this[_0x4012('0x50')]=new yt(this[_0x4012('0x17')]),this[_0x4012('0x11c')]=new Map(),this[_0x4012('0x8f')]=_0x4fcfd5[_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0x20')),this['_enabledCommands']=new Set(),this[_0x4012('0x12a')]=this['editor'][_0x4012('0x116')],this[_0x4012('0x15')]=new WeakMap(),this[_0x4012('0xf4')]=!0x1,this[_0x57b287([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x57b287([0x34,0x30,0x34,0x34,0x32,0x32,0x30,0x36]);}[_0x4012('0x0')](){const _0x5db124=this['editor'];_0x5db124[_0x4012('0xc9')]['for'](_0x4012('0xc0'))[_0x4012('0x10a')]({'model':_0x4012('0xa6'),'view':_0x269a13=>{const {id:_0x598250,type:_0x243549}=this[_0x4012('0x5d')](_0x269a13[_0x4012('0x41')]),_0x13f109=['ck-suggestion-marker',_0x4012('0x13')+_0x243549];let _0x595244=0xbb8;return this[_0x4012('0xdc')][_0x4012('0x4e')](_0x269a13[_0x4012('0x41')])&&(_0x13f109[_0x4012('0x48')](_0x4012('0xd')),_0x595244=0xbc2),_0x4012('0xc3')==_0x243549&&(_0x595244+=0x5),{'classes':_0x13f109,'attributes':{'data-suggestion':_0x598250},'priority':_0x595244};}}),_0x5db124['conversion']['for'](_0x4012('0x82'))['add'](_0x4bb877=>{_0x4bb877['on'](_0x4012('0x39'),(_0x22b7ba,_0x539254,_0x40042f)=>{if(!_0x40042f[_0x4012('0xcb')][_0x4012('0xee')])return;const _0x559b65=_0x539254[_0x4012('0x9f')];if(!_0x559b65)return;const _0x560c97=_0x40042f[_0x4012('0x101')]['toViewElement'](_0x559b65);_0x5db124['model'][_0x4012('0x6f')][_0x4012('0x122')](_0x559b65)&&_0x560c97&&!_0x560c97['getCustomProperty'](_0x4012('0xc'))&&_0x560c97['is']('containerElement')&&_0x3df954(_0x560c97,_0x40042f[_0x4012('0xb9')]);},{'priority':'high'});}),_0x5db124[_0x4012('0xc9')][_0x4012('0x7d')](_0x4012('0x82'))[_0x4012('0x10a')]({'model':'suggestion','view':(_0x1dc9e9,_0x1b4be3)=>{if(!_0x1b4be3[_0x4012('0xcb')][_0x4012('0xee')])return null;const {type:_0x1ce0be}=this[_0x4012('0x5d')](_0x1dc9e9['markerName']);return{'classes':[_0x4012('0x8'),_0x4012('0x13')+_0x1ce0be],'priority':0xbb8};}});const _0x4474ef=({showActiveMarkers:_0x3b5878=!0x0}={})=>(_0x1aa18e,_0x225d5a,_0x5c443d)=>{if(!_0x225d5a[_0x4012('0x9f')])return;if(_0x225d5a[_0x4012('0x9f')]['is'](_0x4012('0x12c')))return void _0x5c443d[_0x4012('0x8a')][_0x4012('0xf2')](_0x225d5a[_0x4012('0x9f')],_0x1aa18e[_0x4012('0x137')]);const _0x569647=_0x5c443d[_0x4012('0x101')]['toViewElement'](_0x225d5a['item']);if(!(_0x225d5a[_0x4012('0x9f')]['is'](_0x4012('0x30'))&&_0x5db124[_0x4012('0x116')][_0x4012('0x6f')][_0x4012('0xd9')](_0x225d5a['item'])&&!_0x569647[_0x4012('0x1f')](_0x4012('0x11e'))))return;const {id:_0x426541}=this[_0x4012('0x5d')](_0x225d5a[_0x4012('0x41')]);_0x5c443d['writer']['addClass']([_0x4012('0x8'),_0x4012('0x85')],_0x569647),_0x5c443d[_0x4012('0xb9')]['setAttribute'](_0x4012('0xa4'),_0x426541,_0x569647),_0x5c443d[_0x4012('0x101')][_0x4012('0xa3')](_0x569647,_0x225d5a[_0x4012('0x41')]),_0x3b5878&&(this['activeMarkers'][_0x4012('0x4e')](_0x225d5a['markerName'])?_0x5c443d[_0x4012('0xb9')]['addClass'](_0x4012('0xd'),_0x569647):_0x5c443d[_0x4012('0xb9')][_0x4012('0x16')]('ck-suggestion-marker--active',_0x569647));for(const _0x5e18aa of _0x5db124[_0x4012('0x116')][_0x4012('0x7')](_0x225d5a['item'])[_0x4012('0x81')]())_0x5c443d['consumable'][_0x4012('0xf2')](_0x5e18aa,_0x1aa18e[_0x4012('0x137')]);_0x5c443d['consumable'][_0x4012('0xf2')](_0x225d5a['item'],_0x1aa18e[_0x4012('0x137')]);};_0x5db124['conversion']['for']('dataDowncast')[_0x4012('0xf')](_0x3adcf2=>{_0x3adcf2['on'](_0x4012('0xe'),(_0x460055,_0x371cd5,_0x96bb15)=>{_0x96bb15[_0x4012('0xcb')][_0x4012('0xee')]&&_0x4474ef({'showActiveMarkers':!0x1})(_0x460055,_0x371cd5,_0x96bb15);},{'priority':_0x4012('0x3c')});}),_0x5db124[_0x4012('0xc9')][_0x4012('0x7d')](_0x4012('0x82'))[_0x4012('0x103')]({'model':'suggestion','view':(_0x58e7dc,_0x55368b)=>_0x55368b[_0x4012('0xcb')][_0x4012('0xee')]?null:{'group':_0x4012('0xa6'),'name':_0x58e7dc[_0x4012('0x95')](_0x4012('0xa6')[_0x4012('0x125')]+0x1)}}),_0x5db124[_0x4012('0xc9')][_0x4012('0x7d')](_0x4012('0x135'))[_0x4012('0xec')]({'view':{'name':'suggestion','attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x559cf1,{writer:_0x3dd39c})=>{let _0x3945ff=_0x4012('0xcc')+_0x559cf1[_0x4012('0x59')](_0x4012('0x126'))+':'+_0x559cf1[_0x4012('0x59')]('id');return _0x559cf1[_0x4012('0x59')]('marker-count')&&(_0x3945ff+=':'+_0x559cf1['getAttribute'](_0x4012('0x29'))),_0x3dd39c[_0x4012('0xe7')](_0x4012('0x2a'),{'data-name':_0x3945ff});}}),_0x5db124[_0x4012('0xc9')][_0x4012('0x7d')]('upcast')[_0x4012('0x115')]({'view':_0x4012('0xa6')}),_0x5db124[_0x4012('0xc9')][_0x4012('0x7d')](_0x4012('0xc0'))['add'](_0x103a7c=>{_0x103a7c['on'](_0x4012('0xe'),_0x4474ef(),{'priority':_0x4012('0x57')});}),_0x5db124[_0x4012('0xc9')]['for'](_0x4012('0xc0'))[_0x4012('0xf')](_0x322e3f=>{_0x322e3f['on'](_0x4012('0xdf'),(_0x4a4815,_0x46a3b7,_0xbf6c4)=>{const _0x1e74e9=_0xbf6c4['mapper']['markerNameToElements'](_0x46a3b7[_0x4012('0x41')]);if(_0x1e74e9)for(const _0x15f5d4 of _0x1e74e9)_0x15f5d4[_0x4012('0x1f')](_0x4012('0x11e'))||(_0xbf6c4['writer'][_0x4012('0x16')]([_0x4012('0x8'),_0x4012('0x85'),_0x4012('0xd')],_0x15f5d4),_0xbf6c4[_0x4012('0xb9')][_0x4012('0xd0')](_0x4012('0xa4'),_0x15f5d4),_0xbf6c4[_0x4012('0x101')][_0x4012('0x64')](_0x15f5d4,_0x46a3b7[_0x4012('0x41')]));},{'priority':_0x4012('0x57')});}),_0x5db124[_0x4012('0x116')][_0x4012('0x83')][_0x4012('0x4c')](_0x2552ab=>{let _0x448ec3=!0x1;const _0x155c72=Array['from'](_0x5db124[_0x4012('0x116')][_0x4012('0x83')]['differ'][_0x4012('0x138')]()),_0x4c6ef1=new Set();for(const {name:_0x5c3c2f,data:_0x2bd958}of _0x155c72){const {group:_0x1499da,type:_0x444b66,id:_0x2de315}=this[_0x4012('0x5d')](_0x5c3c2f);if(_0x4012('0xa6')!==_0x1499da)continue;const _0x230f83=this[_0x4012('0x11c')][_0x4012('0x4d')](_0x2de315);if(null!=_0x2bd958[_0x4012('0x61')]){_0x4012('0xfe')==_0x444b66&&(_0x448ec3=_0x448ec3||It(_0x2bd958[_0x4012('0x61')],_0x5c3c2f,_0x2552ab,_0x5db124[_0x4012('0x116')][_0x4012('0x6f')]));if(_0x2bd958[_0x4012('0x61')]['isCollapsed']||_0x4012('0x9a')==_0x2bd958[_0x4012('0x61')][_0x4012('0x111')][_0x4012('0x22')]||_0x4012('0xed')==_0x444b66&&!At(_0x2bd958[_0x4012('0x61')])||_0x4012('0xc3')==_0x444b66&&!(!St(_0x332c54=_0x2bd958[_0x4012('0x61')])&&!function(_0x2f3802){return _0x2f3802[_0x4012('0x90')][_0x4012('0x86')]==_0x2f3802[_0x4012('0x9b')][_0x4012('0x34')]&&_0x2f3802[_0x4012('0x90')]['isAtEnd'];}(_0x332c54)))_0x2552ab['removeMarker'](_0x5c3c2f),_0x448ec3=!0x0;else{if(!_0x230f83||!_0x230f83['isInContent'])continue;_0x4c6ef1[_0x4012('0xf')](_0x230f83);}}}var _0x332c54;return _0x4c6ef1[_0x4012('0xfc')]>0x0&&(_0x448ec3=!!this['_joinWithAdjacentSuggestions'](_0x4c6ef1)||_0x448ec3),_0x448ec3;}),_0x5db124[_0x4012('0x116')][_0x4012('0x83')][_0x4012('0x4c')](_0x3db3cd=>{let _0x21f1c5=!0x1;for(const _0x1f99e1 of _0x5db124[_0x4012('0x116')]['document'][_0x4012('0x7f')][_0x4012('0xe0')]()){if(_0x4012('0xba')!=_0x1f99e1[_0x4012('0x6a')])continue;const _0x54a650=_0x1f99e1[_0x4012('0x66')][_0x4012('0xeb')](_0x1f99e1[_0x4012('0x125')]);if(_0x54a650[_0x4012('0x136')])for(const _0x48dc54 of this[_0x4012('0x11c')][_0x4012('0x8b')]()){if(_0x48dc54[_0x4012('0x96')]||!_0x48dc54[_0x4012('0x106')])continue;if(_0x4012('0xed')!=_0x48dc54[_0x4012('0x6a')])continue;const _0x1ded71=_0x48dc54['getFirstRange']();if(_0x1ded71['start'][_0x4012('0x86')]!=_0x1ded71[_0x4012('0x9b')][_0x4012('0x86')]&&_0x1ded71[_0x4012('0x9b')][_0x4012('0x11')](_0x1f99e1[_0x4012('0x66')])){const _0x1fae60=_0x5db124[_0x4012('0x116')][_0x4012('0x3a')](_0x1ded71[_0x4012('0x90')],_0x54a650);_0x3db3cd[_0x4012('0xc1')](_0x48dc54[_0x4012('0x108')](),{'range':_0x1fae60}),_0x21f1c5=!0x0;}}}return _0x21f1c5;}),_0x5db124[_0x4012('0x116')][_0x4012('0xd2')]['on']('update:suggestion',(_0x29c48a,_0x1b45cc,_0x3050fd)=>{if(null==_0x3050fd){const {id:_0x43bbb2}=this[_0x4012('0x5d')](_0x1b45cc[_0x4012('0x137')]),_0x14f587=this[_0x4012('0x11c')][_0x4012('0x4d')](_0x43bbb2);_0x14f587&&_0x14f587['addMarkerName'](_0x1b45cc['name']);}}),_0x5db124[_0x4012('0x116')][_0x4012('0x83')]['on'](_0x4012('0xf9'),()=>{const _0x478bf2=Array['from'](_0x5db124['model'][_0x4012('0x83')]['differ'][_0x4012('0x138')]())['filter'](_0x446050=>_0x4012('0xa6')===this['_splitMarkerName'](_0x446050[_0x4012('0x137')])[_0x4012('0x31')]);if(0x0===_0x478bf2[_0x4012('0x125')])return;_0x478bf2[_0x4012('0xbe')]((_0x26fa9c,_0x2f9502)=>{const _0x5517e3=_0x26fa9c['data'][_0x4012('0xb5')],_0x3a65dc=_0x2f9502['data'][_0x4012('0xb5')];return null===_0x5517e3&&null===_0x3a65dc?0x0:null===_0x5517e3&&null!==_0x3a65dc?-0x1:null!==_0x5517e3&&null===_0x3a65dc?0x1:_0x5517e3['start'][_0x4012('0xc8')](_0x3a65dc[_0x4012('0x90')])?-0x1:0x1;});const _0x40a185=new Set(),_0x532810=new Set();for(const {name:_0x2fd39c,data:_0x4bdb2e}of _0x478bf2){const {id:_0x98ccda}=this[_0x4012('0x5d')](_0x2fd39c);if(null===_0x4bdb2e[_0x4012('0xb5')]){const _0x4bacc7=this['_handleNewSuggestionMarker'](_0x2fd39c);_0x532810[_0x4012('0xf')](_0x4bacc7);}else{const _0x97ee13=this['_suggestions'][_0x4012('0x4d')](_0x98ccda);null!==_0x4bdb2e[_0x4012('0x61')]||_0x97ee13[_0x4012('0x106')]?(_0x40a185[_0x4012('0xf')](_0x97ee13['head']),_0x532810[_0x4012('0xf')](_0x97ee13)):this[_0x4012('0xb8')](_0x97ee13);}}_0x532810[_0x4012('0xfc')]>0x0&&this[_0x4012('0x45')](_0x532810);for(const _0x845228 of _0x40a185)this[_0x4012('0x89')]('suggestionChanged',_0x845228);}),_0x5db124[_0x4012('0x116')]['on']('applyOperation',(_0x7eac78,_0x25592b)=>{const _0x5357a1=_0x25592b[0x0];if(!this[_0x4012('0x11c')]['size'])return;if(!_0x5357a1[_0x4012('0x10d')])return;if(_0x5357a1[_0x4012('0x8d')][_0x4012('0x10c')]||!_0x5357a1[_0x4012('0x8d')][_0x4012('0xa8')])return;let _0x2bc7b6,_0x1ac855;switch(_0x5357a1[_0x4012('0x6a')]){case _0x4012('0xba'):_0x2bc7b6=_0x5db124[_0x4012('0x116')][_0x4012('0x102')](_0x5357a1['position']),_0x1ac855=_0x2bc7b6[_0x4012('0xeb')](_0x5357a1[_0x4012('0x130')]);break;case'split':_0x2bc7b6=_0x5db124[_0x4012('0x116')][_0x4012('0x102')](_0x5357a1[_0x4012('0xe8')]),_0x1ac855=_0x5db124[_0x4012('0x116')][_0x4012('0x102')](_0x5357a1['moveTargetPosition']);break;case _0x4012('0xc4'):_0x2bc7b6=_0x5db124['model'][_0x4012('0x102')](_0x5357a1[_0x4012('0xb4')]),_0x1ac855=_0x2bc7b6[_0x4012('0xeb')](_0x5357a1[_0x4012('0x130')]);break;default:return;}const _0x44bfd7=_0x5db124[_0x4012('0x116')][_0x4012('0x3a')](_0x2bc7b6,_0x1ac855);_0x5db124[_0x4012('0x116')][_0x4012('0xaa')](()=>{for(const {suggestion:_0x3359ec,meta:_0x4ae5f6}of this[_0x4012('0x77')](_0x44bfd7)){if(_0x3359ec[_0x4012('0x96')])continue;if(_0x4012('0xfe')==_0x3359ec[_0x4012('0x6a')])continue;const _0x175176=_0x3359ec['data']&&_0x3359ec[_0x4012('0x8e')][_0x4012('0xac')];(_0x4012('0xed')!=_0x3359ec[_0x4012('0x6a')]||_0x4012('0x1')==_0x5357a1['type']&&!_0x175176)&&(_0x4ae5f6['containsRangeInObject']||_0x4012('0xc2')==_0x3359ec[_0x4012('0x6a')]&&_0x4ae5f6[_0x4012('0x79')]||_0x3359ec[_0x4012('0x11d')]()[_0x4012('0xc7')](_0x44bfd7)&&this['_breakSuggestionMarker'](_0x3359ec,_0x2bc7b6,_0x1ac855));}});},{'priority':_0x4012('0xc5')}),_0x5db124[_0x4012('0x116')]['on'](_0x4012('0xf0'),(_0x2aab0f,_0x245caf)=>{const _0x2bf0bc=_0x245caf[0x0],_0x38c593=_0x245caf[0x1];if(_0x38c593&&_0x38c593[_0x4012('0x9c')])return;if(this[_0x4012('0xf4')])return;if(!this[_0x4012('0x74')][_0x4012('0x37')])return;if(_0x2bf0bc[_0x4012('0x100')])return;const _0x365264=_0x5db124[_0x4012('0x116')][_0x4012('0x6f')],{start:_0x4f1f85,end:_0x5759b0}=_0x2bf0bc[_0x4012('0x11d')](),_0x375350=_0x4f1f85[_0x4012('0xf7')]&&_0x365264['isLimit'](_0x4f1f85[_0x4012('0xf7')])?null:_0x365264[_0x4012('0x109')](_0x4f1f85,_0x4012('0x6b')),_0x52648f=_0x5759b0[_0x4012('0x34')]&&_0x365264[_0x4012('0xfa')](_0x5759b0[_0x4012('0x34')])?null:_0x365264[_0x4012('0x109')](_0x5759b0,_0x4012('0x76')),_0x1266ac=_0x5db124[_0x4012('0x116')][_0x4012('0x3a')](_0x375350?_0x375350['start']:_0x4f1f85,_0x52648f?_0x52648f[_0x4012('0x9b')]:_0x5759b0);_0x5db124[_0x4012('0x116')][_0x4012('0xaa')](_0x3511eb=>{this[_0x4012('0xd1')](_0x1266ac);const _0x2a6507=_0x5db124[_0x4012('0x116')][_0x4012('0x6f')][_0x4012('0x109')](_0x1266ac[_0x4012('0x90')]);_0x2bf0bc['is']('documentSelection')?_0x3511eb[_0x4012('0x12e')](_0x2a6507):_0x2bf0bc[_0x4012('0xe6')](_0x2a6507);}),_0x2aab0f['stop']();},{'priority':_0x261cbe[_0x4012('0x104')]+0xa}),_0x5db124[_0x4012('0x116')]['on'](_0x4012('0x84'),(_0x2c539c,_0x12b8bd)=>{const _0x467431=_0x12b8bd[_0x12b8bd[_0x4012('0x125')]-0x1];_0x467431&&_0x467431[_0x4012('0x9c')]||this[_0x4012('0xf4')]||this[_0x4012('0x74')]['value']&&(_0x5db124[_0x4012('0x116')][_0x4012('0xaa')](()=>{let _0x20f176=_0x5db124[_0x4012('0x116')][_0x4012('0x84')](_0x12b8bd[0x0],_0x12b8bd[0x1],_0x12b8bd[0x2],_0x12b8bd[0x3],{'forceDefaultExecution':!0x0});if(!_0x20f176)return;_0x2c539c[_0x4012('0x5f')]=_0x20f176[_0x4012('0x3f')]();const _0x20c594=_0x20f176['end'][_0x4012('0x34')],_0x1b5a36=_0x5db124[_0x4012('0x116')][_0x4012('0x6f')];_0x20c594&&_0x1b5a36['isBlock'](_0x20c594)&&!_0x1b5a36['isObject'](_0x20c594)&&(_0x20f176=_0x5db124[_0x4012('0x116')][_0x4012('0x3a')](_0x20f176[_0x4012('0x90')],_0x5db124[_0x4012('0x116')][_0x4012('0x102')](_0x20c594,'end'))),this[_0x4012('0xb0')](_0x20f176);}),_0x2c539c[_0x4012('0xdd')]());},{'priority':_0x4012('0x57')}),this[_0x4012('0x74')]=new _0xec3f0c(_0x5db124,this[_0x4012('0x2c')]),this[_0x4012('0x17')][_0x4012('0xe1')][_0x4012('0xf')](_0x4012('0x32'),this[_0x4012('0x74')]),this[_0x4012('0x6e')](_0x4012('0x32'));const _0x5f3b2c=new _0x33c19b(_0x5db124,this[_0x4012('0x11c')]);_0x5db124[_0x4012('0xe1')][_0x4012('0xf')](_0x4012('0x40'),_0x5f3b2c),this[_0x4012('0x6e')]('acceptSuggestion');const _0x2bb077=new _0x5ac85e(_0x5db124,this[_0x4012('0x11c')]);_0x5db124[_0x4012('0xe1')][_0x4012('0xf')](_0x4012('0xa7'),_0x2bb077),this[_0x4012('0x6e')]('discardSuggestion'),_0x5db124[_0x4012('0xe1')][_0x4012('0xf')](_0x4012('0x127'),new _0x186100(_0x5db124,_0x5f3b2c,this['_suggestions'])),this[_0x4012('0x6e')](_0x4012('0x127')),_0x5db124[_0x4012('0xe1')]['add'](_0x4012('0x13b'),new _0x186100(_0x5db124,_0x2bb077,this[_0x4012('0x11c')])),this[_0x4012('0x6e')](_0x4012('0x13b')),_0x5db124[_0x4012('0xe1')][_0x4012('0xf')]('acceptSelectedSuggestions',new _0xbd9cf8(_0x5db124,_0x5f3b2c,this[_0x4012('0x11c')])),this[_0x4012('0x6e')]('acceptSelectedSuggestions'),_0x5db124[_0x4012('0xe1')][_0x4012('0xf')](_0x4012('0x4f'),new _0xbd9cf8(_0x5db124,_0x2bb077,this[_0x4012('0x11c')])),this[_0x4012('0x6e')](_0x4012('0x4f'));const _0x3f7d19=_0x5db124[_0x4012('0x1c')]['get'](_0x4012('0x20'));this[_0x4012('0x3')](_0x3f7d19,'addComment',(_0x5edf33,{threadId:_0x4f44a6})=>{const _0x501733=this[_0x4012('0x11c')][_0x4012('0x4d')](_0x4f44a6);_0x501733&&_0x501733[_0x4012('0x10e')]&&0x1===_0x501733[_0x4012('0x10e')][_0x4012('0x125')]&&this[_0x4012('0x71')](_0x4f44a6,{'hasComments':!0x0});},{'priority':_0x4012('0x73')}),this[_0x4012('0x3')](_0x3f7d19,_0x4012('0xaf'),(_0x55c424,{threadId:_0x450a77})=>{const _0x2d096b=this[_0x4012('0x11c')]['get'](_0x450a77);_0x2d096b&&_0x2d096b[_0x4012('0x10e')]&&!_0x2d096b['commentThread'][_0x4012('0x125')]&&this['_updateSuggestionData'](_0x450a77,{'hasComments':!0x1});},{'priority':_0x4012('0x73')});}set[_0x4012('0x12d')](_0x5b9c36){if(this[_0x4012('0xca')])throw new _0xb43784(_0x4012('0x70'),this);this[_0x4012('0xca')]=_0x5b9c36;}get[_0x4012('0x12d')](){return this[_0x4012('0xca')];}[_0x4012('0xde')]({skipNotAttached:_0x2a019e=!0x1,toJSON:_0x33502c=!0x1}={}){const _0x16db4a=[];for(const _0x656a2 of this[_0x4012('0x11c')][_0x4012('0x8b')]())_0x2a019e&&!_0x656a2['isInContent']||_0x16db4a[_0x4012('0x48')](_0x656a2);return _0x33502c?_0x16db4a['map'](_0x573b76=>_0x573b76[_0x4012('0x13a')]()):_0x16db4a;}[_0x4012('0x10')](_0x55fab1){const _0x56e5ec=this['_suggestions'][_0x4012('0x4d')](_0x55fab1);if(!_0x56e5ec)throw new _0xb43784(_0x4012('0xc6'),this);return _0x56e5ec;}['hasSuggestion'](_0x5c7a48){return this[_0x4012('0x11c')][_0x4012('0x97')](_0x5c7a48);}[_0x4012('0x110')](_0x1cdc0b){const {authorId:_0x3937ec,id:_0x3bcd34,attributes:_0x208614}=_0x1cdc0b,[_0x18680f,_0x4729e8]=_0x1cdc0b[_0x4012('0x6a')][_0x4012('0x1')](':'),_0x359320=this['_suggestions'][_0x4012('0x4d')](_0x3bcd34)||this[_0x4012('0xa1')](_0x18680f,_0x4729e8,_0x3bcd34,_0x3937ec,_0x208614);if(this['_addThreadToSuggestion'](_0x359320),this[_0x4012('0x60')](_0x359320,_0x18680f,_0x4729e8||null,_0x3937ec),_0x359320[_0x4012('0xd4')]=_0x1cdc0b[_0x4012('0xd4')],_0x208614&&_0x208614[_0x4012('0x4b')]){const {authorName:_0x445b38,createdAt:_0x466721}=_0x208614['@external'],_0x1c23b2=this[_0x4012('0x63')](_0x445b38);_0x359320[_0x4012('0x3d')]=_0x466721,_0x359320['author']=_0x1c23b2,_0x359320['isExternal']=!0x0;}else _0x359320['authoredAt']=_0x1cdc0b['createdAt'];switch(_0x1cdc0b[_0x4012('0x8e')]&&(_0x359320[_0x4012('0x8e')]=_0x1cdc0b[_0x4012('0x8e')]),_0x1cdc0b[_0x4012('0x2f')]&&(_0x359320[_0x4012('0x2f')]=_0x1cdc0b['attributes']),this['_adapter']&&this[_0x4012('0xca')][_0x4012('0x117')]||(_0x359320[_0x4012('0x129')]=!0x0),this[_0x4012('0x15')]['get'](_0x359320)){case _0x4012('0x11a'):this['_suggestionState'][_0x4012('0x124')](_0x359320,_0x4012('0xf1'));break;case'markerReady':_0x359320[_0x4012('0x106')]?(this[_0x4012('0x15')][_0x4012('0x124')](_0x359320,'ready'),this[_0x4012('0x89')](_0x4012('0xa'),_0x359320)):this[_0x4012('0x15')]['set'](_0x359320,'removed');}return _0x359320;}[_0x4012('0x40')](_0x4979dc){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x169c02 of _0x4979dc[_0x4012('0x6')]())_0x169c02[_0x4012('0x42')]();});});}['discardSuggestion'](_0x5339cd){this[_0x4012('0x9c')](()=>{this[_0x4012('0x17')][_0x4012('0x116')][_0x4012('0xaa')](()=>{for(const _0x381fb0 of _0x5339cd[_0x4012('0x6')]())_0x381fb0[_0x4012('0x51')]();});});}[_0x4012('0x6e')](_0x372aed,_0x490b16){const _0x55dd5c=this[_0x4012('0x17')][_0x4012('0xe1')][_0x4012('0x4d')](_0x372aed);if(!_0x55dd5c)throw new _0xb43784(_0x4012('0x9e'),this,{'commandName':_0x372aed});this['_enabledCommands'][_0x4012('0xf')](_0x55dd5c),_0x490b16&&_0x55dd5c['on']('execute',(_0x11e9e8,_0x471b9c)=>{this[_0x4012('0x74')][_0x4012('0x37')]&&(this[_0x4012('0xf4')]||_0x471b9c[_0x4012('0x125')]>0x0&&_0x471b9c[_0x471b9c[_0x4012('0x125')]-0x1]&&_0x471b9c[_0x471b9c[_0x4012('0x125')]-0x1]['forceDefaultExecution']||(_0x490b16((..._0x42bc78)=>_0x55dd5c[_0x4012('0xbd')](..._0x42bc78,{'forceDefaultExecution':!0x0}),..._0x471b9c),_0x11e9e8[_0x4012('0xdd')]()));},{'priority':_0x4012('0x57')});}['forceDefaultExecution'](_0x2acdd8){let _0x2489b9,_0x21013e;const _0x247af5=this[_0x4012('0xf4')];this[_0x4012('0xf4')]=!0x0;try{_0x2489b9=_0x2acdd8();}catch(_0x19ef1e){_0x21013e=_0x19ef1e;}return _0x247af5||(this[_0x4012('0xf4')]=!0x1),_0x21013e&&_0xb43784[_0x4012('0xae')](_0x21013e,this),_0x2489b9;}[_0x4012('0xb0')](_0x23e45c,_0x39df5d=null,_0x30fe35={}){if(_0x23e45c[_0x4012('0x100')])return null;const _0x2eb9d3=this[_0x4012('0x17')][_0x4012('0x1c')]['get'](_0x4012('0xb6'))['me'];for(const {suggestion:_0x1aea70,meta:_0x5ab66a}of this[_0x4012('0x77')](_0x23e45c,_0x4012('0xc2')))if(_0x5ab66a[_0x4012('0x79')]){if(!_0x5ab66a[_0x4012('0x21')])return _0x1aea70;if(_0x39df5d==_0x1aea70[_0x4012('0x9')]){const _0x33793c=_0x1aea70['getFirstRange']();return _0x33793c[_0x4012('0x90')][_0x4012('0x11')](_0x23e45c[_0x4012('0x9b')])?this['_setSuggestionRange'](_0x1aea70,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x23e45c[_0x4012('0x90')],_0x33793c[_0x4012('0x9b')])):this['_setSuggestionRange'](_0x1aea70,this[_0x4012('0x12a')]['createRange'](_0x33793c[_0x4012('0x90')],_0x23e45c[_0x4012('0x9b')])),_0x1aea70;}}const _0x484b70=_0x35a764(),_0x44695c=_0x2eb9d3['id'],_0x38da76=_0x39df5d?_0x4012('0x25')+_0x39df5d:_0x4012('0xc2'),_0x5d1071=this['_setSuggestionData']({'id':_0x484b70,'type':_0x38da76,'createdAt':new Date(),'authorId':_0x44695c,'attributes':_0x30fe35});return this['_addSuggestionMarker'](_0x38da76,_0x484b70,_0x44695c,_0x23e45c),_0x5d1071;}[_0x4012('0x12')](_0x323659,_0x21f6c7=_0x4012('0x72'),_0xa5e84e={}){const _0x4cadf9=this[_0x4012('0x17')]['plugins'][_0x4012('0x4d')]('Users')['me'],_0x4758dd=this[_0x4012('0x50')][_0x4012('0x139')]('insertion',_0x21f6c7,_0x4012('0xe9'));for(const _0x3bacf2 of this['getSuggestions']())if(_0x3bacf2[_0x4012('0xad')]['id']==_0x4cadf9['id']&&_0x4012('0xc2')==_0x3bacf2[_0x4012('0x6a')]&&_0x3bacf2[_0x4012('0x9')]==_0x21f6c7&&(_0x4758dd(_0x3bacf2['getRanges'](),_0x323659)||_0x4758dd(_0x323659,_0x3bacf2[_0x4012('0x93')]()))){for(const _0x461ee6 of _0x323659)_0x3bacf2[_0x4012('0x36')](_0x461ee6);return _0x3bacf2;}for(const _0x976dcf of _0x323659)for(const {suggestion:_0x1be8a3,meta:_0x35e256}of this[_0x4012('0x77')](_0x976dcf,'insertion')){if(!_0x35e256[_0x4012('0x79')])continue;let _0x14c43a=!0x0;for(const _0x20daf8 of _0x1be8a3[_0x4012('0x93')]())for(const _0x4ed423 of _0x323659)if(!_0x20daf8[_0x4012('0xc7')](_0x4ed423)){_0x14c43a=!0x1;break;}if(_0x14c43a)return _0x1be8a3;}const _0x417d8b=_0x35a764(),_0x429a82=_0x4cadf9['id'],_0x3e88dd='insertion:'+_0x21f6c7,_0xaa98c4=this[_0x4012('0xe2')]({'id':_0x417d8b,'type':_0x3e88dd,'createdAt':new Date(),'authorId':_0x429a82,'attributes':_0xa5e84e});for(const _0x1b79fe of _0x323659)this[_0x4012('0x134')](_0x3e88dd,_0x417d8b,_0x429a82,_0x1b79fe,_0x30e79a[_0x4012('0x38')]());return _0xaa98c4;}[_0x4012('0x26')](_0x555528,_0x229d4a,_0x1c7b33=null,_0x12a09a={}){if(_0x1c7b33=_0x1c7b33||vt(_0x229d4a),_0x555528[_0x4012('0x100')])return;const _0x52b631=this['editor'][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0xb6'))['me'],_0x233631=[];for(const {suggestion:_0x29c9c1,meta:_0x2b408f}of this[_0x4012('0x77')](_0x555528,_0x4012('0xc2')))_0x2b408f[_0x4012('0x79')]&&!_0x2b408f[_0x4012('0xf3')]&&_0x233631[_0x4012('0x48')](..._0x29c9c1[_0x4012('0x93')]());const _0x6ec8af=function(_0x17ea80,_0x36495e){const _0x59f7ba=[];for(const _0x3d334e of _0x36495e){const _0x5077be=_0x17ea80['getIntersection'](_0x3d334e);_0x5077be&&_0x59f7ba['push'](_0x5077be);}return _0x59f7ba;}(_0x555528,_0x233631),_0x137b26=function(_0x2d3f77,_0x3f4c57){const _0x4ecf7d=[_0x2d3f77];for(const _0x594f0d of _0x3f4c57){let _0x19a068=0x0;for(;_0x19a068<_0x4ecf7d[_0x4012('0x125')];){const _0x33e751=_0x4ecf7d[_0x19a068][_0x4012('0x94')](_0x594f0d);_0x4ecf7d[_0x4012('0xff')](_0x19a068,0x1,..._0x33e751),_0x19a068+=_0x33e751['length'];}}return _0x4ecf7d;}(_0x555528,_0x233631);_0x6ec8af[_0x4012('0x125')]&&this['_model']['change'](()=>{for(const _0x2fb4a8 of _0x6ec8af){const _0x37ce7b=this[_0x4012('0x50')]['getSuggestionCallback'](_0x4012('0xfe'),_0x1c7b33,'accept');this[_0x4012('0x9c')](()=>_0x37ce7b([_0x2fb4a8],_0x229d4a,_0x12a09a));}});for(const _0x2feb6a of _0x137b26){let _0x2e48df=null,_0x4a1162=_0x2feb6a[_0x4012('0x90')],_0x193dd3=_0x2feb6a[_0x4012('0x9b')];for(const {suggestion:_0x195143,meta:_0x2a1348}of this[_0x4012('0x77')](_0x2feb6a,_0x4012('0xfe'))){if(!_0x2a1348['isOwn'])continue;if(_0x195143[_0x4012('0x9')]!=_0x1c7b33)continue;const _0x5c65c7=_0x195143[_0x4012('0x11d')]();if(_0x5c65c7[_0x4012('0xc7')](_0x2feb6a,!0x0))return;_0x4a1162=_0x4a1162[_0x4012('0xc8')](_0x5c65c7[_0x4012('0x90')])?_0x4a1162:_0x5c65c7[_0x4012('0x90')],_0x193dd3=_0x193dd3[_0x4012('0x2e')](_0x5c65c7[_0x4012('0x9b')])?_0x193dd3:_0x5c65c7[_0x4012('0x9b')],_0x2e48df?_0x5c65c7[_0x4012('0x90')]['isBefore'](_0x2e48df[_0x4012('0x11d')]()[_0x4012('0x90')])?(_0x2e48df[_0x4012('0xd8')](),_0x2e48df=_0x195143):_0x195143['removeMarkers']():_0x2e48df=_0x195143;}const _0x7dc42d=this['_model'][_0x4012('0x3a')](_0x4a1162,_0x193dd3);if(_0x2e48df)this[_0x4012('0xda')](_0x2e48df,_0x7dc42d);else{const _0x494ac0=_0x35a764(),_0x5924fb=_0x52b631['id'];this[_0x4012('0xe2')]({'id':_0x494ac0,'type':'formatInline:'+_0x1c7b33,'data':_0x229d4a,'createdAt':new Date(),'authorId':_0x5924fb,'attributes':_0x12a09a}),this[_0x4012('0x134')]('formatInline:'+_0x1c7b33,_0x494ac0,_0x5924fb,_0x7dc42d);}}}[_0x4012('0xe4')](_0x247f8a,_0x37642c,_0x4f993d=[],_0x3eee1f=null,_0x41a9e7={}){_0x37642c[_0x4012('0xb2')]||(_0x37642c[_0x4012('0xb2')]=_0x37642c[_0x4012('0xfb')]),_0x37642c[_0x4012('0xac')]=_0x247f8a['is'](_0x4012('0x5')),_0x3eee1f=_0x3eee1f||vt(_0x37642c);const _0x3b8c03=_0x4f993d[_0x4012('0x12f')](_0x1f7c9b=>Dt(_0x1f7c9b,this['_model'])),_0x2b2be7=_0x247f8a['is'](_0x4012('0x5'))?_0x247f8a:Dt(_0x247f8a,this[_0x4012('0x12a')]);_0x3b8c03['push'](_0x2b2be7);let _0x245373=!0x0;for(const _0x37a6ee of _0x3b8c03)if(!this[_0x4012('0x43')](_0x37a6ee)){_0x245373=!0x1;break;}if(_0x245373){const _0x566fc8=this[_0x4012('0x50')][_0x4012('0x139')](_0x4012('0xed'),_0x3eee1f,'accept');return void this[_0x4012('0x9c')](()=>_0x566fc8([_0x2b2be7],_0x37642c,_0x41a9e7));}let _0x36e225=null,_0x21a378=_0x2b2be7[_0x4012('0x90')],_0x4745fd=_0x2b2be7[_0x4012('0x9b')];for(const {suggestion:_0x44169c,meta:_0xd79848}of this['_findSuggestions'](_0x2b2be7,_0x4012('0xed'))){if(!_0xd79848['isOwn']||_0xd79848[_0x4012('0x21')]||_0xd79848[_0x4012('0x18')]||_0xd79848[_0x4012('0xf3')])continue;if(_0x44169c[_0x4012('0x8e')][_0x4012('0xb2')]!=_0x37642c[_0x4012('0xb2')])continue;const _0xf7eb66=_0x44169c[_0x4012('0x11d')]();if(_0x44169c['subType']==_0x3eee1f){if(_0xf7eb66[_0x4012('0xc7')](_0x2b2be7,!0x0))return;_0x21a378=_0x21a378['isBefore'](_0xf7eb66[_0x4012('0x90')])?_0x21a378:_0xf7eb66[_0x4012('0x90')],_0x4745fd=_0x4745fd[_0x4012('0x2e')](_0xf7eb66[_0x4012('0x9b')])?_0x4745fd:_0xf7eb66[_0x4012('0x9b')],_0x36e225?_0xf7eb66[_0x4012('0x90')][_0x4012('0xc8')](_0x36e225['getFirstRange']()[_0x4012('0x90')])?(_0x36e225[_0x4012('0xd8')](),_0x36e225=_0x44169c):_0x44169c['removeMarkers']():_0x36e225=_0x44169c;}else{const _0x46b088=_0x2b2be7['getIntersection'](_0xf7eb66);this['_cutOutSuggestionMarker'](_0x44169c,_0x46b088);}}const _0xb84137=this[_0x4012('0x17')][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0xb6'))['me'],_0x1d8051=_0x35a764(),_0x11f76c=_0xb84137['id'];_0x36e225?this['_setSuggestionRange'](_0x36e225,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x21a378,_0x4745fd)):(this[_0x4012('0xe2')]({'id':_0x1d8051,'type':_0x4012('0x11b')+_0x3eee1f,'data':_0x37642c,'createdAt':new Date(),'authorId':_0x11f76c,'attributes':_0x41a9e7}),this[_0x4012('0x134')]('formatBlock:'+_0x3eee1f,_0x1d8051,_0x11f76c,this[_0x4012('0x12a')]['createRange'](_0x21a378,_0x4745fd)));}[_0x4012('0x53')](_0x40885d,_0x3065a4,_0x2138d7=[],_0x2ab4e0=null,_0x5718a7={}){_0x3065a4[_0x4012('0xb2')]||(_0x3065a4[_0x4012('0xb2')]=_0x3065a4[_0x4012('0xfb')]),_0x3065a4[_0x4012('0xac')]=!0x1,_0x2ab4e0=_0x2ab4e0||vt(_0x3065a4);const _0x2e07c1=_0x2138d7[_0x4012('0x12f')](_0x12f600=>Dt(_0x12f600,this[_0x4012('0x12a')])),_0x2e104e=_0x40885d[_0x4012('0x12f')](_0x5b9cf7=>Dt(_0x5b9cf7,this['_model']));_0x2e07c1[_0x4012('0x48')](..._0x2e104e);let _0x4212c0=!0x0;for(const _0x56e248 of _0x2e07c1)if(!this[_0x4012('0x43')](_0x56e248)){_0x4212c0=!0x1;break;}if(_0x4212c0){const _0x1231ac=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ab4e0,'accept');return void this[_0x4012('0x9c')](()=>_0x1231ac(_0x2e104e,_0x3065a4,_0x5718a7));}const _0x3f6bde=this[_0x4012('0x17')][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0xb6'))['me'];for(const _0x4f3cd3 of this[_0x4012('0xde')]()){if(_0x4f3cd3[_0x4012('0xad')]['id']!=_0x3f6bde['id'])continue;if(_0x4012('0xed')!=_0x4f3cd3[_0x4012('0x6a')]||_0x4f3cd3[_0x4012('0x8e')][_0x4012('0xb2')]!=_0x3065a4[_0x4012('0xb2')])continue;const _0x518f01=_0x4f3cd3['subType']==_0x2ab4e0;for(let _0x3ce903=0x0;_0x3ce903<_0x2e104e['length'];_0x3ce903++){const _0x5c3365=_0x2e104e[_0x3ce903];for(const _0x1554fe of _0x4f3cd3['getMarkers']()){const _0x22fc8f=_0x1554fe[_0x4012('0x10b')]();if(_0x5c3365['isEqual'](_0x22fc8f)){_0x518f01?(_0x2e104e['splice'](_0x3ce903,0x1),_0x3ce903--):_0x4f3cd3[_0x4012('0xfd')](_0x1554fe[_0x4012('0x137')]);break;}}}}if(0x0==_0x2e104e[_0x4012('0x125')])return;const _0x458db5=this[_0x4012('0x50')][_0x4012('0x139')](_0x4012('0xed'),_0x2ab4e0,_0x4012('0xe9'));for(const _0x22167c of this[_0x4012('0xde')]())if(_0x22167c['author']['id']==_0x3f6bde['id']&&_0x4012('0xed')==_0x22167c['type']&&_0x22167c[_0x4012('0x8e')][_0x4012('0xb2')]==_0x3065a4[_0x4012('0xb2')]&&_0x22167c[_0x4012('0x9')]==_0x2ab4e0&&(_0x458db5(_0x22167c[_0x4012('0x93')](),_0x2e104e)||_0x458db5(_0x2e104e,_0x22167c['getRanges']()))){for(const _0x552b00 of _0x2e104e)_0x22167c[_0x4012('0x36')](_0x552b00);return _0x22167c;}const _0x3d256b=_0x35a764(),_0x460e00=_0x3f6bde['id'],_0x5690f6='formatBlock:'+_0x2ab4e0,_0x24b3a1=this[_0x4012('0xe2')]({'id':_0x3d256b,'type':_0x5690f6,'data':_0x3065a4,'createdAt':new Date(),'authorId':_0x460e00,'attributes':_0x5718a7});for(const _0x466837 of _0x2e104e)this[_0x4012('0x134')](_0x5690f6,_0x3d256b,_0x460e00,_0x466837,_0x30e79a['getMultiRangeId']());return _0x24b3a1;}[_0x4012('0xd1')](_0x573682,_0xff094b=null,_0x1232b7={}){if(_0x573682[_0x4012('0x100')])return null;const _0x4268c1=this[_0x4012('0x17')][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0xb6'))['me'],_0x3ef3ad=new _0x274d58(_0x573682[_0x4012('0x90')],_0x573682['end']);for(const {suggestion:_0x1be6ef,meta:_0x3cef43}of this[_0x4012('0x77')](_0x3ef3ad,_0x4012('0xc2')))if(_0x3cef43['isOwn']&&!_0x3cef43[_0x4012('0x21')]){if(_0x1be6ef[_0x4012('0x96')]){const _0x38db95=_0x1be6ef[_0x4012('0x93')]()[_0x4012('0x5b')](_0x3d8e9f=>_0x4012('0x9a')!=_0x3d8e9f[_0x4012('0x111')][_0x4012('0x22')]);_0x38db95[_0x4012('0x69')](_0x25a203=>_0x3ef3ad[_0x4012('0xc7')](_0x25a203,!0x0))&&_0x1be6ef[_0x4012('0x51')]();if(_0x38db95['some'](_0x150bf0=>_0x150bf0[_0x4012('0xc7')](_0x3ef3ad,!0x0))){const _0x5cf1c0=this['_suggestionFactory'][_0x4012('0x139')](_0x4012('0xc3'),_0xff094b,_0x4012('0x42'));return this[_0x4012('0x9c')](()=>_0x5cf1c0([_0x3ef3ad],null,_0x1232b7)),null;}}else{const _0x26f419=_0x3ef3ad['getIntersection'](_0x1be6ef['getFirstRange']());_0x1be6ef[_0x4012('0x13c')]([_0x26f419],null,_0x1232b7);}}if(_0x3ef3ad[_0x4012('0xf6')](),_0x3ef3ad[_0x4012('0x100')]||_0x4012('0x9a')==_0x3ef3ad[_0x4012('0x111')]['rootName'])return null;let _0x35efd9=null,_0x52b7cf=_0x3ef3ad[_0x4012('0x90')],_0x3d4ca4=_0x3ef3ad[_0x4012('0x9b')];for(const {suggestion:_0x594da0,meta:_0x2aef41}of this[_0x4012('0x77')](_0x3ef3ad,_0x4012('0xc3')))if(_0x2aef41[_0x4012('0x79')]){if(_0x594da0[_0x4012('0x96')]){let _0x5a5491=!0x0;for(const _0x3496ef of _0x594da0[_0x4012('0x93')]()){if(_0x3496ef[_0x4012('0xc7')](_0x3ef3ad,!0x0))return _0x594da0;_0x3ef3ad[_0x4012('0xc7')](_0x3496ef)||(_0x5a5491=!0x1);}_0x5a5491&&_0x594da0['discard']();}else{const _0x208c88=_0x594da0[_0x4012('0x11d')]();if(_0x208c88[_0x4012('0xc7')](_0x3ef3ad,!0x0))return _0x594da0;_0x52b7cf=_0x52b7cf['isBefore'](_0x208c88[_0x4012('0x90')])?_0x52b7cf:_0x208c88[_0x4012('0x90')],_0x3d4ca4=_0x3d4ca4[_0x4012('0x2e')](_0x208c88[_0x4012('0x9b')])?_0x3d4ca4:_0x208c88[_0x4012('0x9b')],_0x35efd9?_0x208c88[_0x4012('0x90')]['isBefore'](_0x35efd9['getFirstRange']()[_0x4012('0x90')])?(_0x35efd9[_0x4012('0xd8')](),_0x35efd9=_0x594da0):_0x594da0[_0x4012('0xd8')]():_0x35efd9=_0x594da0;}}if(_0x35efd9)return this['_setSuggestionRange'](_0x35efd9,this['_model']['createRange'](_0x52b7cf,_0x3d4ca4)),_0x35efd9;{const _0x1e4a13=_0x35a764(),_0x374af6=this[_0x4012('0x12a')]['createRange'](_0x52b7cf,_0x3d4ca4),_0x5c0623=_0x4268c1['id'],_0x18ecff=_0xff094b?_0x4012('0x8c')+_0xff094b:'deletion',_0x18a7a7=this[_0x4012('0xe2')]({'id':_0x1e4a13,'type':_0x18ecff,'createdAt':new Date(),'authorId':_0x5c0623,'attributes':_0x1232b7});return this[_0x4012('0x134')](_0x18ecff,_0x1e4a13,_0x5c0623,_0x374af6),_0x18a7a7;}}[_0x4012('0x118')](_0x26735c,_0x15e8fb=_0x4012('0x72'),_0x53dfed={}){const _0x1d9599=this['editor'][_0x4012('0x1c')][_0x4012('0x4d')]('Users')['me'],_0x3a00a4=_0x26735c[_0x4012('0x12f')](_0x56b26a=>new _0x274d58(_0x56b26a['start'],_0x56b26a[_0x4012('0x9b')])),_0x5600e5=new Set();for(const _0x158bf6 of _0x3a00a4)for(const {suggestion:_0x329cee,meta:_0x31a3cd}of this[_0x4012('0x77')](_0x158bf6,_0x4012('0xc2')))_0x31a3cd[_0x4012('0x79')]&&!_0x31a3cd[_0x4012('0x21')]&&_0x5600e5['add'](_0x329cee);for(const _0x3e9fca of _0x5600e5)if(_0x3e9fca[_0x4012('0x96')]){const _0x4b4eaa=_0x3e9fca[_0x4012('0x93')]();(!_0x3e9fca[_0x4012('0x2f')]||!_0x3e9fca['attributes'][_0x4012('0x23')])&&(_0x4b4eaa[_0x4012('0x69')](_0x478e48=>_0x3a00a4[_0x4012('0x6c')](_0xe0404b=>_0xe0404b[_0x4012('0xc7')](_0x478e48,!0x0)))&&_0x3e9fca[_0x4012('0x51')]());if(_0x3a00a4[_0x4012('0x69')](_0x3682c1=>_0x4b4eaa['some'](_0x187b09=>_0x187b09[_0x4012('0xc7')](_0x3682c1,!0x0)))){const _0x4f4f4b=this[_0x4012('0x50')][_0x4012('0x139')](_0x4012('0xc3'),_0x15e8fb,'accept');return this[_0x4012('0x9c')](()=>_0x4f4f4b(_0x26735c,null,_0x53dfed)),null;}}else{const _0x3a86c8=_0x3e9fca[_0x4012('0x11d')]();_0x3a00a4['some'](_0x465229=>_0x465229[_0x4012('0xc7')](_0x3a86c8,!0x0))&&_0x3e9fca[_0x4012('0x51')]();if(_0x3a00a4[_0x4012('0x69')](_0x28084b=>_0x3a86c8[_0x4012('0xc7')](_0x28084b,!0x0))){const _0x5b781b=this[_0x4012('0x50')][_0x4012('0x139')](_0x4012('0xc3'),_0x15e8fb,_0x4012('0x42'));return this[_0x4012('0x9c')](()=>_0x5b781b(_0x3a00a4,null,_0x53dfed)),null;}}const _0x1cfd93=this['_suggestionFactory'][_0x4012('0x139')](_0x4012('0xc3'),_0x15e8fb,_0x4012('0xe9'));let _0x2ef00d=null;for(const _0x5288d8 of this[_0x4012('0xde')]())if(_0x5288d8[_0x4012('0xad')]['id']==_0x1d9599['id']&&_0x5288d8[_0x4012('0x106')]&&_0x4012('0xc3')==_0x5288d8['type']&&_0x5288d8[_0x4012('0x9')]==_0x15e8fb&&(_0x1cfd93(_0x5288d8[_0x4012('0x93')](),_0x3a00a4)||_0x1cfd93(_0x3a00a4,_0x5288d8[_0x4012('0x93')]()))){if(_0x2ef00d){if(_0x5288d8[_0x4012('0x10e')]&&_0x5288d8['commentThread']['length'])continue;for(const _0x508520 of _0x5288d8[_0x4012('0x93')]())_0x2ef00d[_0x4012('0x91')](_0x508520)||_0x2ef00d[_0x4012('0x36')](_0x508520);_0x5288d8[_0x4012('0xd8')]();}else{_0x2ef00d=_0x5288d8;for(const _0x1902b4 of _0x3a00a4)_0x5288d8[_0x4012('0x91')](_0x1902b4)||_0x5288d8[_0x4012('0x36')](_0x1902b4);}}if(_0x2ef00d)return _0x2ef00d;_0x5600e5['clear']();for(const _0x244f8a of _0x3a00a4)for(const {suggestion:_0x49677e,meta:_0x5935a6}of this[_0x4012('0x77')](_0x244f8a,_0x4012('0xc3')))_0x5935a6[_0x4012('0x79')]&&_0x5600e5[_0x4012('0xf')](_0x49677e);for(const _0x3faaf0 of _0x5600e5){const _0x12dad0=_0x3faaf0[_0x4012('0x93')]();if(!_0x53dfed||!_0x53dfed[_0x4012('0x23')]){if(_0x3a00a4[_0x4012('0x69')](_0x1ecfbc=>_0x12dad0[_0x4012('0x6c')](_0x14fdee=>_0x14fdee[_0x4012('0xc7')](_0x1ecfbc,!0x0))))return _0x3faaf0;}(!_0x3faaf0[_0x4012('0x2f')]||!_0x3faaf0[_0x4012('0x2f')]['skipNestingCheck'])&&(_0x12dad0[_0x4012('0x69')](_0x4c59bc=>_0x3a00a4[_0x4012('0x6c')](_0x285a36=>_0x285a36['containsRange'](_0x4c59bc,!0x0)))&&_0x3faaf0[_0x4012('0x51')]());}const _0x18a045=_0x35a764(),_0x5a4489=_0x1d9599['id'],_0x15d2cb='deletion:'+_0x15e8fb,_0x563a8f=this['_setSuggestionData']({'id':_0x18a045,'type':_0x15d2cb,'createdAt':new Date(),'authorId':_0x5a4489,'attributes':_0x53dfed});for(const _0x7764f5 of _0x3a00a4)_0x7764f5['detach'](),_0x7764f5[_0x4012('0x100')]||_0x4012('0x9a')==_0x7764f5[_0x4012('0x111')]['rootName']||this['_addSuggestionMarker'](_0x15d2cb,_0x18a045,_0x5a4489,_0x7764f5,_0x30e79a[_0x4012('0x38')]());return _0x563a8f;}[_0x4012('0xda')](_0x2ccda7,_0x2ae04e){const _0xa6ba7e=_0x2ccda7[_0x4012('0x108')]();this[_0x4012('0x12a')][_0x4012('0xaa')](_0x1bb22e=>{_0x1bb22e[_0x4012('0xc1')](_0xa6ba7e,{'range':_0x2ae04e});});}[_0x4012('0x112')](_0x40d069){const _0x72a6f9=_0x40d069['id'],_0x392f47=this[_0x4012('0x17')][_0x4012('0x6d')][_0x4012('0x4d')](_0x4012('0x62'));this[_0x4012('0x8f')][_0x4012('0xa0')](_0x72a6f9)||this[_0x4012('0x8f')][_0x4012('0x1a')]({'channelId':_0x392f47,'threadId':_0x72a6f9});const _0x1cf5f5=this[_0x4012('0x8f')][_0x4012('0x65')](_0x72a6f9);_0x1cf5f5[_0x4012('0x2')](_0x4012('0x28')),_0x1cf5f5[_0x4012('0x28')]=!0x1,_0x40d069[_0x4012('0x10e')]=_0x1cf5f5;}['_checkSuggestionCorrectness'](_0x50310e,_0x5a42af,_0x409698,_0x3893d5){if(_0x50310e[_0x4012('0x6a')]!=_0x5a42af||_0x50310e[_0x4012('0x9')]!=_0x409698||_0x50310e[_0x4012('0x87')]['id']!=_0x3893d5)throw this[_0x4012('0x17')][_0x4012('0x9d')]('track-changes-suggestion-data-mismatch'),new _0xb43784(_0x4012('0xd3'),this);}['_cutOutSuggestionMarker'](_0x12cac9,_0x2e56e1){const _0x357d7b=_0x12cac9[_0x4012('0x11d')]();if(_0x2e56e1[_0x4012('0x11')](_0x357d7b))_0x12cac9[_0x4012('0xd8')]();else{if(_0x357d7b[_0x4012('0xc7')](_0x2e56e1)){const _0x475fef=this[_0x4012('0x12a')][_0x4012('0x102')](_0x2e56e1[_0x4012('0x90')]['nodeBefore'],_0x4012('0x9b'));this['_setSuggestionRange'](_0x12cac9,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x357d7b[_0x4012('0x90')],_0x475fef));const _0x287526=_0x35a764(),_0x5e7aff=_0x12cac9[_0x4012('0x87')]['id'],_0x4d0d44=_0x12cac9[_0x4012('0x6a')]+':'+_0x12cac9[_0x4012('0x9')];this['_setSuggestionData']({'id':_0x287526,'type':_0x4d0d44,'createdAt':new Date(),'authorId':_0x5e7aff,'data':_0x12cac9[_0x4012('0x8e')],'attributes':_0x12cac9[_0x4012('0x2f')]});const _0xcb250a=this[_0x4012('0x12a')][_0x4012('0x102')](_0x2e56e1['end'][_0x4012('0x86')],_0x4012('0x119')),_0x867151=this[_0x4012('0x12a')][_0x4012('0x3a')](_0xcb250a,_0x357d7b[_0x4012('0x9b')]);this[_0x4012('0x134')](_0x4d0d44,_0x287526,_0x5e7aff,_0x867151);}else{if(_0x357d7b[_0x4012('0x1b')](_0x2e56e1[_0x4012('0x90')])){const _0x246e1b=this[_0x4012('0x12a')]['createPositionAt'](_0x2e56e1[_0x4012('0x90')][_0x4012('0x34')],'end');this[_0x4012('0xda')](_0x12cac9,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x357d7b[_0x4012('0x90')],_0x246e1b));}else{const _0x5b3b35=this[_0x4012('0x12a')][_0x4012('0x102')](_0x2e56e1[_0x4012('0x9b')][_0x4012('0x86')],_0x4012('0x119'));this[_0x4012('0xda')](_0x12cac9,this['_model'][_0x4012('0x3a')](_0x5b3b35,_0x357d7b['end']));}}}}[_0x4012('0x43')](_0x435658){for(const {suggestion:_0x4f4402,meta:_0x11c1fe}of this[_0x4012('0x77')](_0x435658,_0x4012('0xc2'))){if(!_0x11c1fe[_0x4012('0x79')])continue;const _0x5837c5=_0x4f4402[_0x4012('0x93')]();for(const _0x55215d of _0x5837c5)if(!_0x435658['getDifference'](_0x55215d)[_0x4012('0x125')])return!0x0;}return!0x1;}[_0x4012('0xf5')](_0x4b012d){const _0x5bbe26=this[_0x4012('0x17')]['plugins']['get']('Users')[_0x4012('0x52')](_0x4b012d);if(!_0x5bbe26)throw new _0xb43784(_0x4012('0xa9'),this);return _0x5bbe26;}['_getExternalAuthor'](_0x18c70c){const _0xa3c703=this[_0x4012('0x17')]['plugins'][_0x4012('0x4d')]('Users'),_0x348bbe=_0x242a73(_0x4012('0x68')+_0x18c70c),_0x54da13=_0xa3c703[_0x4012('0x52')](_0x348bbe);return _0x54da13||_0xa3c703[_0x4012('0x46')]({'id':_0x348bbe,'name':_0x18c70c});}[_0x4012('0xa1')](_0x37d175,_0x558aa2,_0xc2f522,_0xb8a391,_0x13c78b){const _0x3ada6c=this[_0x4012('0xf5')](_0xb8a391),_0x1663c8=this[_0x4012('0x50')][_0x4012('0xbb')](_0x37d175,_0x558aa2,_0xc2f522,_0x3ada6c,_0x13c78b,_0x397f87=>this[_0x4012('0x71')](_0xc2f522,{'attributes':_0x397f87}));return this[_0x4012('0x3')](_0x1663c8,_0x4012('0x42'),()=>{this['_updateSuggestionData'](_0xc2f522,{'state':_0x4012('0xe3')});},{'priority':_0x4012('0x57')}),this['listenTo'](_0x1663c8,'discard',()=>{this['_updateSuggestionData'](_0xc2f522,{'state':_0x4012('0x133')});},{'priority':_0x4012('0x57')}),this['_suggestions'][_0x4012('0x124')](_0xc2f522,_0x1663c8),this[_0x4012('0x15')][_0x4012('0x124')](_0x1663c8,_0x4012('0x11a')),_0x1663c8;}[_0x4012('0x5d')](_0x51bfc2){const _0x278555=_0x51bfc2[_0x4012('0x1')](':');return{'group':_0x278555[0x0],'type':_0x278555[0x1],'subType':_0x278555['length']>=0x5?_0x278555[0x2]:null,'id':_0x278555[_0x4012('0x125')]<0x5?_0x278555[0x2]:_0x278555[0x3],'authorId':_0x278555[_0x4012('0x125')]<0x5?_0x278555[0x3]:_0x278555[0x4],'markerCount':0x6==_0x278555['length']?_0x278555[0x5]:null};}[_0x4012('0x54')](_0x4a0400,_0x43762d,_0xcc86a3){const _0x11b301=_0x4a0400['getFirstRange'](),_0x519a40=_0x11b301['start'],_0x299437=_0x11b301[_0x4012('0x9b')];this[_0x4012('0xda')](_0x4a0400,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x519a40,_0x43762d));const _0x1b00cf=_0x35a764(),_0x249967=_0x4a0400[_0x4012('0x87')]['id'],_0x17d9bd=_0x4a0400[_0x4012('0x6a')]+(_0x4a0400[_0x4012('0x9')]?':'+_0x4a0400[_0x4012('0x9')]:'');this[_0x4012('0xe2')]({'id':_0x1b00cf,'type':_0x17d9bd,'createdAt':new Date(),'authorId':_0x249967,'originalSuggestionId':_0x4a0400['id'],'attributes':_0x4a0400['attributes'],'data':_0x4a0400[_0x4012('0x8e')]}),_0x4012('0xed')==_0x4a0400[_0x4012('0x6a')]&&(_0xcc86a3=this[_0x4012('0x12a')][_0x4012('0xa2')](_0xcc86a3[_0x4012('0x86')])),this[_0x4012('0x134')](_0x17d9bd,_0x1b00cf,_0x249967,this['_model'][_0x4012('0x3a')](_0xcc86a3,_0x299437));}['_findSuggestions'](_0x126306,_0x4f1977=null){const _0x35870c=[],_0x372968=this[_0x4012('0x12a')]['schema'],_0x1615d2=this[_0x4012('0x17')][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0xb6'))['me'];for(const _0x13ea83 of this[_0x4012('0xde')]())if(_0x13ea83['isInContent']&&(!_0x4f1977||_0x13ea83[_0x4012('0x6a')]==_0x4f1977))for(const _0x4a9059 of _0x13ea83[_0x4012('0x93')]()){const _0x13868f=_0x126306[_0x4012('0x90')][_0x4012('0x11')](_0x4a9059[_0x4012('0x9b')])||_0x126306['end'][_0x4012('0x11')](_0x4a9059[_0x4012('0x90')]);if(_0x13868f||_0x126306[_0x4012('0xcd')](_0x4a9059)){const _0x493269=_0x126306[_0x4012('0xc7')](_0x4a9059)&&bt(_0x372968,_0x4a9059[_0x4012('0x90')],_0x126306),_0x3642ab=_0x4a9059[_0x4012('0xc7')](_0x126306)&&bt(_0x372968,_0x126306[_0x4012('0x90')],_0x4a9059);_0x35870c[_0x4012('0x48')]({'suggestion':_0x13ea83,'meta':{'isOwn':_0x1615d2==_0x13ea83[_0x4012('0xad')],'isNextTo':_0x13868f,'isInsideObject':_0x493269,'containsRangeInObject':_0x3642ab}});break;}}return _0x35870c;}[_0x4012('0x134')](_0x89c940,_0x1086d3,_0x34858a,_0x5c6327,_0xa6289f=null){this[_0x4012('0x12a')]['change'](_0x36e9ab=>{let _0x429136=_0x4012('0xcc')+_0x89c940+':'+_0x1086d3+':'+_0x34858a;_0xa6289f&&(_0x429136=_0x429136+':'+_0xa6289f),_0x36e9ab['addMarker'](_0x429136,{'range':_0x5c6327,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4012('0xb8')](_0x580763){const _0x5eecfd=_0x580763[_0x4012('0xb')],_0x224737=_0x580763[_0x4012('0x114')];_0x580763[_0x4012('0xb')]=null,null!=_0x5eecfd&&(_0x5eecfd[_0x4012('0x114')]=null),_0x580763['next']=null,null!=_0x224737&&(_0x224737['previous']=null),'ready'==this[_0x4012('0x15')][_0x4012('0x4d')](_0x580763)&&(this[_0x4012('0x15')][_0x4012('0x124')](_0x580763,'removed'),this['fire'](_0x4012('0x5c'),_0x580763,_0x5eecfd,_0x224737));}['_setSuggestionData'](_0x4d66e3){const _0x1e2570=_0x4d66e3['id'],_0x26ed77=this[_0x4012('0x110')](_0x4d66e3);if(this[_0x4012('0xca')]&&this[_0x4012('0xca')][_0x4012('0x117')]){const _0x44869b=this[_0x4012('0x17')]['plugins'][_0x4012('0x4d')](_0x4012('0x11f')),_0x401559=_0x26ed77[_0x4012('0x55')],_0x4b26ac=_0x26ed77[_0x4012('0x9')]?_0x26ed77['type']+':'+_0x26ed77['subType']:_0x26ed77['type'],_0x11e22e=this[_0x4012('0x17')][_0x4012('0xb1')],_0x2d0db4=_0x44869b[_0x4012('0xf')](_0x5f1e46(_0x11e22e,_0x4012('0xa5'))),_0x1880ad={'id':_0x1e2570,'type':_0x4b26ac,'hasComments':_0x401559,'data':_0x4d66e3['data']||null,'originalSuggestionId':_0x4d66e3[_0x4012('0x10f')]||null,'attributes':_0x26ed77[_0x4012('0x2f')]};this['_adapter'][_0x4012('0x117')](_0x1880ad)['then'](_0x427ec6=>{_0x26ed77['_saved']=!0x0,_0x44869b['remove'](_0x2d0db4),_0x427ec6&&_0x427ec6[_0x4012('0xd4')]&&(this[_0x4012('0x11c')][_0x4012('0x4d')](_0x1e2570)[_0x4012('0xd4')]=_0x427ec6[_0x4012('0xd4')]);})[_0x4012('0xb7')](_0x2e0fcd=>{throw _0x1923d6(_0x4012('0x7e')),this[_0x4012('0x17')][_0x4012('0x116')][_0x4012('0xef')]({'isUndoable':!0x1},()=>{_0x26ed77[_0x4012('0x51')]();}),_0x26ed77['stopListening'](),this['_suggestions'][_0x4012('0x113')](_0x26ed77['id']),this[_0x4012('0x15')][_0x4012('0x113')](_0x26ed77),_0x2e0fcd;});}return _0x26ed77;}[_0x4012('0x71')](_0x48644d,_0x29c9db){const _0xaa0116=this[_0x4012('0x17')][_0x4012('0x1c')][_0x4012('0x4d')](_0x4012('0x11f')),_0x3b4181=this[_0x4012('0x11c')][_0x4012('0x4d')](_0x48644d);if(this['_adapter']&&this[_0x4012('0xca')][_0x4012('0x75')]){if(_0x3b4181[_0x4012('0x129')]){const _0xce8961=_0xaa0116[_0x4012('0xf')](_0x5f1e46(this[_0x4012('0x17')][_0x4012('0xb1')],_0x4012('0xa5')));this[_0x4012('0xca')][_0x4012('0x75')](_0x48644d,_0x29c9db)['then'](()=>{_0xaa0116[_0x4012('0x2b')](_0xce8961);});}else _0x3b4181['on'](_0x4012('0x58'),()=>{this[_0x4012('0x71')](_0x48644d,_0x29c9db);});}}[_0x4012('0x35')](_0x38f5a4){if(!this['_adapter']||!this[_0x4012('0xca')][_0x4012('0x10')])throw new _0xb43784(_0x4012('0x123'),this);return this[_0x4012('0xca')][_0x4012('0x10')](_0x38f5a4);}[_0x4012('0x131')](_0x552afe){const {id:_0x16af40,type:_0x26a675,subType:_0x3ee3e0,authorId:_0x558f50}=this[_0x4012('0x5d')](_0x552afe),_0x249e2c=this[_0x4012('0x11c')][_0x4012('0x4d')](_0x16af40)||this[_0x4012('0xa1')](_0x26a675,_0x3ee3e0,_0x16af40,_0x558f50);switch(this[_0x4012('0x60')](_0x249e2c,_0x26a675,_0x3ee3e0,_0x558f50),this[_0x4012('0x15')]['get'](_0x249e2c)){case _0x4012('0x11a'):this[_0x4012('0x35')](_0x16af40)[_0x4012('0x4a')](_0x10fcae=>{let _0x3d593a=Promise['resolve']();_0x10fcae[_0x4012('0x55')]&&(_0x3d593a=this[_0x4012('0x8f')]['fetchCommentThread']({'channelId':this['editor']['config'][_0x4012('0x4d')](_0x4012('0x62')),'threadId':_0x16af40})),_0x3d593a['then'](()=>{this[_0x4012('0x110')](_0x10fcae)[_0x4012('0x129')]=!0x0;});}),this[_0x4012('0x15')]['set'](_0x249e2c,_0x4012('0x3e'));break;case _0x4012('0xbf'):this[_0x4012('0x71')](_0x16af40,{'state':_0x4012('0x7c')});case _0x4012('0xf1'):this['_suggestionState']['set'](_0x249e2c,_0x4012('0x56')),this[_0x4012('0x89')](_0x4012('0xa'),_0x249e2c);break;case'ready':this['fire'](_0x4012('0x120'),_0x249e2c);}return _0x249e2c[_0x4012('0x98')](_0x552afe),_0x249e2c;}[_0x4012('0x45')](_0xb4b3e6){const _0x5d51f8=Array[_0x4012('0x12b')](_0xb4b3e6)[_0x4012('0x5b')](_0xe364f7=>!_0xe364f7[_0x4012('0x96')]),_0x25b10a=this['getSuggestions']({'skipNotAttached':!0x0})[_0x4012('0x5b')](_0xb998a6=>!_0xb998a6[_0x4012('0x96')]),_0x221de0=_0x25b10a[_0x4012('0x5b')](_0x437b79=>!_0xb4b3e6[_0x4012('0x97')](_0x437b79)),_0x5dd734=new Map(_0x25b10a[_0x4012('0x12f')](_0x13ea9d=>[_0x13ea9d,this[_0x4012('0x50')][_0x4012('0x139')](_0x13ea9d[_0x4012('0x6a')],_0x13ea9d[_0x4012('0x9')],_0x4012('0xf8'))])),_0xc57b1a=new Map(_0x25b10a['map'](_0x412b1f=>[_0x412b1f,_0x412b1f[_0x4012('0x11d')]()])),_0x54f120=new Set(),_0x39a619=new Set();for(let _0x4676e0=0x0;_0x4676e0<_0x5d51f8[_0x4012('0x125')];_0x4676e0++)_0x5bcc00(_0x5d51f8[_0x4676e0],_0x5d51f8,_0x4676e0+0x1);for(let _0x2fbd5a=0x0;_0x2fbd5a<_0x5d51f8[_0x4012('0x125')];_0x2fbd5a++)_0x5bcc00(_0x5d51f8[_0x2fbd5a],_0x221de0,0x0);for(let _0x17f527=0x0;_0x17f527<_0x5d51f8[_0x4012('0x125')];_0x17f527++){const _0x4065cc=_0x5d51f8[_0x17f527];!_0x39a619[_0x4012('0x97')](_0x4065cc)&&_0x4065cc[_0x4012('0xb')]&&(_0x4065cc[_0x4012('0xb')][_0x4012('0x114')]===_0x4065cc&&(_0x4065cc['previous'][_0x4012('0x114')]=null),_0x4065cc[_0x4012('0xb')]=null),!_0x54f120[_0x4012('0x97')](_0x4065cc)&&_0x4065cc['next']&&(_0x4065cc['next'][_0x4012('0xb')]===_0x4065cc&&(_0x4065cc[_0x4012('0x114')][_0x4012('0xb')]=null),_0x4065cc['next']=null);}function _0x5bcc00(_0x239114,_0x56338d,_0x50ab00){for(let _0x6b09a9=_0x50ab00;_0x6b09a9<_0x56338d[_0x4012('0x125')];_0x6b09a9++){const _0x23886c=_0xcede58(_0x239114,_0x56338d[_0x6b09a9]);_0x23886c&&(_0x23886c[0x0]['next']=_0x23886c[0x1],_0x23886c[0x1][_0x4012('0xb')]=_0x23886c[0x0],_0x54f120[_0x4012('0xf')](_0x23886c[0x0]),_0x39a619[_0x4012('0xf')](_0x23886c[0x1]));}}function _0xcede58(_0x55683b,_0x252692){if(_0x55683b['author']['id']!==_0x252692['author']['id'])return null;const _0x425192=_0x5dd734['get'](_0x55683b)(_0x55683b,_0x252692,_0xc57b1a['get'](_0x55683b),_0xc57b1a[_0x4012('0x4d')](_0x252692));if(!_0x425192)return null;return _0x5dd734[_0x4012('0x4d')](_0x252692)(_0x55683b,_0x252692,_0xc57b1a[_0x4012('0x4d')](_0x55683b),_0xc57b1a[_0x4012('0x4d')](_0x252692))?_0x425192[0x1][_0x4012('0x10e')]&&_0x425192[0x1]['commentThread'][_0x4012('0x125')]?null:_0x425192:null;}}[_0x4012('0x44')](_0x3f58f6){const _0x32fcaa=Array['from'](_0x3f58f6),_0xf800e6=this[_0x4012('0xde')]({'skipNotAttached':!0x0}),_0x17d0f2=_0xf800e6[_0x4012('0x5b')](_0x3767ef=>!_0x3f58f6[_0x4012('0x97')](_0x3767ef)),_0x2839eb=new Map(_0x32fcaa[_0x4012('0x12f')](_0x4123b1=>[_0x4123b1,this[_0x4012('0x50')][_0x4012('0x139')](_0x4123b1['type'],_0x4123b1['subType'],_0x4012('0xe9'))])),_0x168f31=new Map(_0xf800e6['map'](_0x4cea80=>[_0x4cea80,_0x4cea80[_0x4012('0x93')]()]));for(let _0x3b2883=0x0;_0x3b2883<_0x32fcaa[_0x4012('0x125')];_0x3b2883++){if(_0x3e531d(this,_0x32fcaa[_0x3b2883],_0x32fcaa,_0x3b2883+0x1))return!0x0;}for(let _0x310be0=0x0;_0x310be0<_0x32fcaa[_0x4012('0x125')];_0x310be0++){if(_0x3e531d(this,_0x32fcaa[_0x310be0],_0x17d0f2,0x0))return!0x0;}return!0x1;function _0x3e531d(_0x42c4cb,_0x1321e1,_0x4964fd,_0x3c531c){for(let _0x6b1468=_0x3c531c;_0x6b1468<_0x4964fd[_0x4012('0x125')];_0x6b1468++){const _0x35330a=_0x4964fd[_0x6b1468];if(_0x35330a[_0x4012('0x6a')]!==_0x1321e1['type']||_0x35330a['author']['id']!==_0x1321e1[_0x4012('0xad')]['id']||_0x35330a[_0x4012('0x9')]!==_0x1321e1[_0x4012('0x9')])continue;const _0x183285=_0x2839eb['get'](_0x1321e1),_0x4f6704=_0x168f31[_0x4012('0x4d')](_0x1321e1),_0x3d81ed=_0x168f31[_0x4012('0x4d')](_0x35330a),_0x375426=_0x1321e1[_0x4012('0x10e')]&&_0x1321e1[_0x4012('0x10e')][_0x4012('0x125')],_0x1ab4a9=_0x35330a[_0x4012('0x10e')]&&_0x35330a['commentThread'][_0x4012('0x125')];if(!_0x375426&&_0x183285(_0x3d81ed,_0x4f6704))return _0x42c4cb[_0x4012('0x105')](_0x35330a,_0x1321e1),_0x168f31[_0x4012('0x113')](_0x1321e1),!0x0;if(!_0x1ab4a9&&_0x183285(_0x4f6704,_0x3d81ed))return _0x42c4cb[_0x4012('0x105')](_0x1321e1,_0x35330a),_0x168f31[_0x4012('0x113')](_0x35330a),!0x0;}return!0x1;}}[_0x4012('0x105')](_0x55d9c3,_0x157644){if(_0x55d9c3['isMultiRange'])for(const _0x523b5f of _0x157644['getRanges']())_0x55d9c3[_0x4012('0x36')](_0x523b5f);else{const _0x1053d3=_0x157644[_0x4012('0x11d')]()['end'];this[_0x4012('0xda')](_0x55d9c3,this[_0x4012('0x12a')][_0x4012('0x3a')](_0x55d9c3[_0x4012('0x11d')]()[_0x4012('0x90')],_0x1053d3));}_0x157644[_0x4012('0xd8')]();}}_0xdb2865(p,_0x2a93f6);class yt{constructor(_0x5379b1){this[_0x4012('0x1e')]=_0x5379b1,this[_0x4012('0x12a')]=_0x5379b1[_0x4012('0x116')],this[_0x4012('0xea')]=new Map(),this[_0x4012('0xab')]=new Map(),this[_0x4012('0x132')]();}[_0x4012('0xbb')](_0x353eb8,_0x143e0e,_0x31ed8d,_0x3007e6,_0x442e67,_0x10bc4f){return new _0x30e79a(this[_0x4012('0x12a')],{'type':_0x353eb8,'subType':_0x143e0e,'id':_0x31ed8d,'author':_0x3007e6,'creator':_0x3007e6,'attributes':_0x442e67,'onAttributesChange':_0x10bc4f,'onAccept':(..._0x3d9d18)=>this[_0x4012('0x139')](_0x353eb8,_0x143e0e,'accept')(..._0x3d9d18),'onDiscard':(..._0x44a6d4)=>this['getSuggestionCallback'](_0x353eb8,_0x143e0e,_0x4012('0x51'))(..._0x44a6d4)});}[_0x4012('0x47')](_0x1d6330,_0x529804,_0xf6e603,_0x4dbe62){const _0x3f79f5=_0x1d6330+':'+_0x529804+':'+_0xf6e603;this[_0x4012('0xea')]['set'](_0x3f79f5,_0x4dbe62);}[_0x4012('0x139')](_0x1f3570,_0x4af75e,_0x270518){const _0x3a6fb8=_0x1f3570+':'+_0x4af75e+':'+_0x270518;return this['_customCallbacks']['get'](_0x3a6fb8)||this[_0x4012('0xab')][_0x4012('0x4d')](_0x1f3570+':'+_0x270518);}['_registerDefaultCallbacks'](){const _0x4e466c=()=>{},_0x59368d=_0x34ff11=>{_0x34ff11[_0x4012('0xbe')]((_0x32e20a,_0x3e3cfa)=>_0x32e20a[_0x4012('0x90')][_0x4012('0xc8')](_0x3e3cfa[_0x4012('0x90')])?0x1:-0x1),this[_0x4012('0x12a')][_0x4012('0xaa')](_0x5589c4=>{for(const _0x2c7274 of _0x34ff11){let _0x5cc5f5;_0x5cc5f5=_0x2c7274[_0x4012('0x9b')][_0x4012('0x136')]&&_0x2c7274['end'][_0x4012('0x86')]==_0x2c7274[_0x4012('0x90')][_0x4012('0xf7')]?_0x5589c4[_0x4012('0x19')](_0x2c7274['start'][_0x4012('0xf7')],'on'):_0x5589c4['createSelection'](_0x2c7274),this['_model'][_0x4012('0xf0')](_0x5cc5f5,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x131bac=(_0x3af589,_0x5b0bce)=>{this[_0x4012('0x12a')][_0x4012('0xaa')](_0x14a311=>{const {commandName:_0x352e0f,commandParams:_0x52c3c9=[]}=_0x5b0bce,_0x432426=_0x3af589[0x0];if(_0x4012('0x9a')==_0x432426[_0x4012('0x111')][_0x4012('0x22')])return;const _0x4ffd35=Array['from'](this[_0x4012('0x12a')][_0x4012('0x83')][_0x4012('0x12c')][_0x4012('0x93')]())[_0x4012('0x12f')](_0x2e410b=>_0x274d58['fromRange'](_0x2e410b));St(_0x432426)?_0x14a311[_0x4012('0x12e')](this['_model'][_0x4012('0x3a')](_0x432426[_0x4012('0x9b')])):_0x14a311[_0x4012('0x12e')](_0x432426);for(const _0x577652 of this[_0x4012('0x1e')][_0x4012('0xe1')]['commands']())_0x577652[_0x4012('0x14')]();_0x52c3c9[_0x4012('0x48')]({'forceDefaultExecution':!0x0}),this[_0x4012('0x1e')]['execute'](_0x352e0f,..._0x52c3c9);const _0xd0bd12=_0x4ffd35[_0x4012('0x5b')](_0x8df70f=>_0x4012('0x9a')!=_0x8df70f[_0x4012('0x111')][_0x4012('0x22')]);_0xd0bd12[_0x4012('0x125')]>0x0&&_0x14a311['setSelection'](_0xd0bd12);for(const _0x186e05 of _0x4ffd35)_0x186e05['detach']();});},_0x59622d=(_0x4fcab1,_0x505805)=>0x1==_0x4fcab1[_0x4012('0x125')]&&0x1==_0x505805['length']&&_0x4fcab1[0x0][_0x4012('0x9b')][_0x4012('0x11')](_0x505805[0x0][_0x4012('0x90')]),_0x31679c=(_0x4908e9,_0x143b1d,_0xf04574,_0x3660e7)=>Ct(_0x4908e9,_0x143b1d,_0xf04574,_0x3660e7,this[_0x4012('0x12a')])?[_0x4908e9,_0x143b1d]:Ct(_0x143b1d,_0x4908e9,_0x3660e7,_0xf04574,this[_0x4012('0x12a')])?[_0x143b1d,_0x4908e9]:null;this[_0x4012('0xab')][_0x4012('0x124')](_0x4012('0x67'),_0x4e466c),this[_0x4012('0xab')][_0x4012('0x124')](_0x4012('0x33'),_0x59368d),this[_0x4012('0xab')]['set'](_0x4012('0x7a'),_0x59622d),this[_0x4012('0xab')][_0x4012('0x124')](_0x4012('0x4'),_0x31679c),this[_0x4012('0xab')][_0x4012('0x124')](_0x4012('0x99'),_0x59368d),this[_0x4012('0xab')][_0x4012('0x124')]('deletion:discard',_0x4e466c),this['_defaultCallbacks'][_0x4012('0x124')](_0x4012('0xe5'),_0x59622d),this['_defaultCallbacks'][_0x4012('0x124')](_0x4012('0x7b'),_0x31679c),this['_defaultCallbacks']['set']('formatInline:accept',_0x131bac),this[_0x4012('0xab')]['set'](_0x4012('0x49'),_0x4e466c),this[_0x4012('0xab')][_0x4012('0x124')](_0x4012('0x88'),_0x59622d),this[_0x4012('0xab')]['set'](_0x4012('0xd7'),_0x4e466c),this[_0x4012('0xab')]['set'](_0x4012('0xd5'),_0x131bac),this[_0x4012('0xab')][_0x4012('0x124')]('formatBlock:discard',_0x4e466c),this['_defaultCallbacks']['set'](_0x4012('0xdb'),_0x59622d),this['_defaultCallbacks'][_0x4012('0x124')]('formatBlock:chain',_0x4e466c);}}function bt(_0x14f564,_0x401c22,_0xc9be64){for(const _0x592dcd of _0x401c22[_0x4012('0x86')][_0x4012('0xce')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x592dcd['root']==_0x592dcd)return!0x1;if(!_0xc9be64['containsItem'](_0x592dcd))return!0x1;if(_0x14f564[_0x4012('0x122')](_0x592dcd)||_0x14f564[_0x4012('0xfa')](_0x592dcd))return!0x0;}}function St(_0x1d345d){return _0x1d345d[_0x4012('0x9b')][_0x4012('0x86')]==_0x1d345d['start'][_0x4012('0xf7')]&&_0x1d345d['end'][_0x4012('0x80')];}function It(_0x5626ab,_0x1a8b5e,_0x5163d7,_0x52e901){const _0x45ea9c=_0xcc2341=>!_0xcc2341[_0x4012('0x9f')]['is'](_0x4012('0xcf'))&&!_0x52e901[_0x4012('0x122')](_0xcc2341['item']),_0x2f3b38=_0x5626ab[_0x4012('0x90')][_0x4012('0x5a')](_0x45ea9c),_0x39cd84=_0x5626ab[_0x4012('0x9b')]['getLastMatchingPosition'](_0x45ea9c,{'direction':_0x4012('0x76')});return(!_0x5626ab[_0x4012('0x90')][_0x4012('0x11')](_0x2f3b38)||!_0x5626ab[_0x4012('0x9b')]['isEqual'](_0x39cd84))&&(_0x2f3b38[_0x4012('0xc8')](_0x39cd84)?_0x5163d7['updateMarker'](_0x1a8b5e,{'range':_0x5163d7[_0x4012('0x3a')](_0x2f3b38,_0x39cd84)}):_0x5163d7[_0x4012('0xfd')](_0x1a8b5e),!0x0);}function vt(_0x1d147f){return _0x242a73(_0x1d147f);}function At(_0x411914){const _0x110e7b=_0x411914[_0x4012('0x90')][_0x4012('0xf7')];return _0x110e7b&&_0x110e7b['is'](_0x4012('0x30'));}function Dt(_0x5776c3,_0x47732e){const _0x2b51ea=_0x47732e[_0x4012('0x6f')][_0x4012('0x122')](_0x5776c3)||_0x47732e[_0x4012('0x6f')][_0x4012('0x3b')](_0x5776c3);return _0x47732e['createRange'](_0x47732e[_0x4012('0x102')](_0x5776c3,_0x4012('0x27')),_0x2b51ea?_0x47732e[_0x4012('0x121')](_0x5776c3):_0x47732e['createPositionAt'](_0x5776c3,'end'));}function Ct(_0x2bcd7a,_0x43b2c8,_0x37f38c,_0x4559d3,_0x1d7235){if(_0x37f38c[_0x4012('0x9b')][_0x4012('0x11')](_0x4559d3['start']))return!0x0;if(_0x2bcd7a[_0x4012('0x6a')]!=_0x43b2c8[_0x4012('0x6a')])return!0x1;if(!_0x37f38c['end'][_0x4012('0x24')](_0x4559d3[_0x4012('0x90')]))return!0x1;const _0x5161c4=_0x1d7235[_0x4012('0x3a')](_0x37f38c[_0x4012('0x9b')],_0x4559d3[_0x4012('0x90')])[_0x4012('0x92')]();for(const _0x33ea36 of _0x5161c4)if([_0x4012('0x128'),_0x4012('0x1d')][_0x4012('0x4e')](_0x33ea36[_0x4012('0x6a')])&&_0x1d7235[_0x4012('0x6f')]['isLimit'](_0x33ea36[_0x4012('0x9f')]))return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x585a=['change:activeAnnotations','add','discardAllSuggestions','length','getContainedElement','componentFactory','comments','acceptSelectedSuggestions','commands','getAllAdjacentSuggestions','_descriptionFactory','Discard\x20all\x20suggestions','config','type','remove','commentThread','has','suggestionChanged','CommentsRepository','_viewToController','toMany','trackChanges.SuggestionThreadView','delete','unbind','push','SuggestionThreadView','_updateController','_disableComments','head','_handleControllerBuffer','isOn','buttonView','clear','getRange','addSourceCollector','Accept\x20all\x20selected\x20suggestions','Discard\x20all\x20selected\x20suggestions','bind','isDirty','_createUIButton','stopListening','filter','editor','descriptionParts','comments.maxCommentsWhenCollapsed','change:previous','execute','get','source','TrackChangesEditing','trackChanges.disableComments','suggestionLoaded','actionView','_handleSuggestionControllerDelayed','listenTo','isMultiRange','TrackChangesUI','some','requires','_destroyController','getDescriptions','acceptButton','locale','mapper','previous','EditorAnnotations','size','focus','PENDING_ACTION_SUGGESTION','button','suggestion-','view','activeMarkers','define','refreshSelectedViews','trackChanges','_suggestionToController','commandName','comments.maxThreadTotalWeight','PendingActions','model','keys','getFirstRange','switchbutton','getFirstMarker','discardSuggestion','acceptSuggestion','lowest','arrowView','pluginName','value','CommentsUI','change:isDirty','editing','isInContent','createAnnotation','plugins','toViewElement','createAnnotationView','isEnabled','set','map','Annotations','destroy','_initializeController'];(function(_0x36afd2,_0x585a9b){const _0x507aa8=function(_0x5a2d72){while(--_0x5a2d72){_0x36afd2['push'](_0x36afd2['shift']());}};_0x507aa8(++_0x585a9b);}(_0x585a,0x149));const _0x507a=function(_0x36afd2,_0x585a9b){_0x36afd2=_0x36afd2-0x0;let _0x507aa8=_0x585a[_0x36afd2];return _0x507aa8;};import{Plugin as _0x31946a}from'ckeditor5/src/core';import{Collection as _0x598a1f}from'ckeditor5/src/utils';import{Model as _0x46dadc,SplitButtonView as _0x43af35,createDropdown as _0xd5e7d2,addListToDropdown as _0x146751}from'ckeditor5/src/ui';import{Users as _0x5b158c,getDateTimeFormatter as _0x5204be,getMarkerDomElement as _0x3ece70}from'ckeditor5-collaboration/src/collaboration-core';import _0x1ac273 from'./trackchangesediting';import _0x2f365b from'./ui/suggestioncontroller';import _0x4e9069 from'./ui/view/suggestionthreadview';import{getTranslation as _0x217c13}from'./utils/common-translations';import _0x5efbef from'../theme/icons/track-changes.svg';export default class m extends _0x31946a{static get[_0x507a('0x2c')](){return[_0x1ac273,_0x5b158c,_0x507a('0x4'),'Annotations','EditorAnnotations'];}static get[_0x507a('0x4b')](){return _0x507a('0x2a');}constructor(_0xb520c){super(_0xb520c),this[_0x507a('0x3e')]=new Map(),this[_0x507a('0x5')]=new Map(),this[_0x507a('0xf')]=new Map();const _0x2582aa=this[_0x507a('0x1c')][_0x507a('0x67')];_0x2582aa['define'](_0x507a('0x7'),_0x4e9069),_0x2582aa[_0x507a('0x3b')]('trackChanges.disableComments',!0x1),this[_0x507a('0xd')]=_0x2582aa[_0x507a('0x21')](_0x507a('0x24'));}[_0x507a('0x27')](_0xef9400,_0x190940){0x0===this[_0x507a('0xf')][_0x507a('0x34')]&&setTimeout(()=>{for(const [_0x5948ee,_0x269527]of this['_handleControllerBuffer']){const _0xa646b1=this[_0x507a('0x3e')][_0x507a('0x2')](_0x5948ee);_0xa646b1||_0x269527?_0xa646b1&&_0x269527&&this[_0x507a('0x2d')](_0x5948ee):this[_0x507a('0x5a')](_0x5948ee);}this[_0x507a('0x1c')][_0x507a('0x52')][_0x507a('0x21')]('EditorAnnotations')[_0x507a('0x3c')](),this[_0x507a('0xf')][_0x507a('0x12')]();},0xa),this[_0x507a('0xf')]['set'](_0xef9400,_0x190940);}['init'](){const _0xb9c2f8=this[_0x507a('0x1c')],_0x592b9d=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x1ac273),_0x378b6d=_0xb9c2f8[_0x507a('0x52')]['get']('Annotations'),_0x3d994b=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x33')),_0xd1a15f=_0xb9c2f8[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x4'));_0xb9c2f8['ui'][_0x507a('0x60')]['add']('trackChanges',_0x4ee3da=>this['_createUIButton'](_0x4ee3da)),_0x3d994b[_0x507a('0x14')](()=>{const _0x45c4d3=[];for(const [_0x43f785,_0x1877bc]of Array['from'](this[_0x507a('0x3e')])){const _0x53a6d1=_0x43f785[_0x507a('0x64')](),_0x4b0477=[];for(const _0x46f46b of _0x53a6d1){if(!_0x46f46b[_0x507a('0x50')])continue;if(_0x46f46b[_0x507a('0x29')]){_0x4b0477[_0x507a('0xa')](..._0x46f46b['getRanges']());continue;}const _0x445f4a=_0x46f46b[_0x507a('0x44')]();if(_0x4b0477[_0x507a('0x5e')]>0x0){const _0x3dbf96=_0x4b0477[0x0]['getJoined'](_0x445f4a);if(_0x3dbf96){_0x4b0477[0x0]=_0x3dbf96;continue;}}_0x4b0477[_0x507a('0xa')](_0x445f4a);}_0x45c4d3[_0x507a('0xa')]([_0x1877bc['view'],_0x4b0477]);}return _0x45c4d3;}),this['listenTo'](_0x592b9d,_0x507a('0x25'),(_0x555512,_0x8d97ef)=>{this['listenTo'](_0x8d97ef,_0x507a('0x1f'),(_0x3bce4e,_0x31a537,_0x1c9a07,_0x3be43b)=>{_0x8d97ef[_0x507a('0x50')]&&(null==_0x1c9a07?(this['_updateController'](_0x3be43b[_0x507a('0xe')]),this['_handleSuggestionControllerDelayed'](_0x8d97ef,!0x1)):(this[_0x507a('0xc')](_0x1c9a07[_0x507a('0xe')]),this['_handleSuggestionControllerDelayed'](_0x8d97ef,!0x0)));}),null===_0x8d97ef[_0x507a('0x32')]?this[_0x507a('0x27')](_0x8d97ef,!0x1):this[_0x507a('0xc')](_0x8d97ef[_0x507a('0xe')]);}),this[_0x507a('0x28')](_0x592b9d,'suggestionUnloaded',(_0x48d10e,_0x12206a,_0x1973b1)=>{this[_0x507a('0x1a')](_0x12206a,_0x507a('0x1f')),this['_handleControllerBuffer'][_0x507a('0x8')](_0x12206a);const _0x12855f=_0x1973b1?_0x1973b1[_0x507a('0xe')]:_0x12206a,_0x34ff69=this['_suggestionToController'][_0x507a('0x21')](_0x12855f);null!==_0x1973b1&&this['_updateController'](_0x12855f),null===_0x1973b1&&_0x34ff69&&this[_0x507a('0x2d')](_0x12206a);}),this[_0x507a('0x28')](_0x592b9d,_0x507a('0x3'),(_0x364a09,_0x2f83ca)=>{this[_0x507a('0xc')](_0x2f83ca);}),this['listenTo'](_0x378b6d,_0x507a('0x5b'),(_0x1b64ec,_0x246776,_0x1c6c07)=>{const _0x46be99=Array['from'](_0x1c6c07,_0x1a5417=>_0x1a5417['innerView'])[_0x507a('0x1b')](_0x2993de=>this[_0x507a('0x5')]['has'](_0x2993de)),_0x32fa72=[];for(const _0x355e3b of _0x46be99){const _0x41ce87=this['_viewToController'][_0x507a('0x21')](_0x355e3b)[_0x507a('0x42')][_0x507a('0x64')]();_0x32fa72[_0x507a('0xa')](..._0x41ce87['reduce']((_0x27e480,_0x38d782)=>[..._0x27e480,..._0x38d782['getMarkerNames']()],[]));}_0x592b9d[_0x507a('0x3a')]=_0x32fa72;}),this['listenTo'](_0xd1a15f,'addComment',(_0x2757c2,{threadId:_0x3d0927,isFromAdapter:_0x340d25})=>{if(_0x340d25||!_0x592b9d['hasSuggestion'](_0x3d0927))return;const _0x3b6fc8=_0x592b9d['getSuggestion'](_0x3d0927);this[_0x507a('0x3e')][_0x507a('0x21')](_0x3b6fc8)[_0x507a('0x39')][_0x507a('0x35')]();},{'priority':_0x507a('0x49')});}[_0x507a('0x19')](_0x4abeeb){const _0x46dc58=_0xd5e7d2(_0x4abeeb,_0x43af35),_0x2a0c7f=this['editor'][_0x507a('0x63')][_0x507a('0x21')](_0x507a('0x3d')),_0xa4ce24=_0x217c13(_0x4abeeb,'Track\x20changes');_0x46dc58[_0x507a('0x11')][_0x507a('0x56')]({'tooltip':_0xa4ce24,'label':_0xa4ce24,'icon':_0x5efbef}),_0x46dc58[_0x507a('0x11')][_0x507a('0x17')](_0x507a('0x10'))['to'](_0x2a0c7f,_0x507a('0x4c')),_0x46dc58['buttonView']['on'](_0x507a('0x20'),()=>{_0x2a0c7f['execute'](),this[_0x507a('0x1c')][_0x507a('0x4f')][_0x507a('0x39')][_0x507a('0x35')]();});const _0xb4152=new _0x598a1f(),_0x5b0d18=[{'type':_0x507a('0x45'),'model':{'withText':!0x0,'label':_0xa4ce24,'commandName':_0x507a('0x3d')}},{'type':'separator'},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions'}},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x15')),'commandName':_0x507a('0x62')}},{'type':'button','model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x66')),'commandName':_0x507a('0x5d')}},{'type':_0x507a('0x37'),'model':{'withText':!0x0,'label':_0x217c13(_0x4abeeb,_0x507a('0x16')),'commandName':'discardSelectedSuggestions'}}];for(const _0x290597 of _0x5b0d18){const _0xa3ca51={'type':_0x290597[_0x507a('0x68')]};if(_0x290597['model']){const _0x1e8d06=new _0x46dadc(_0x290597[_0x507a('0x42')]),_0x1b883a=this['editor'][_0x507a('0x63')]['get'](_0x1e8d06['commandName']);_0x1e8d06[_0x507a('0x17')](_0x507a('0x10'),'isEnabled')['to'](_0x1b883a,'value',_0x507a('0x55')),_0xa3ca51[_0x507a('0x42')]=_0x1e8d06;}_0xb4152[_0x507a('0x5c')](_0xa3ca51);}_0x146751(_0x46dc58,_0xb4152);const _0x25260c=_0x5b0d18[_0x507a('0x1b')](_0xab18b8=>null!=_0xab18b8[_0x507a('0x42')])[_0x507a('0x57')](_0x2f803e=>this['editor'][_0x507a('0x63')][_0x507a('0x21')](_0x2f803e['model'][_0x507a('0x3f')]));return _0x46dc58[_0x507a('0x11')][_0x507a('0x26')][_0x507a('0x9')](_0x507a('0x55')),_0x46dc58[_0x507a('0x11')][_0x507a('0x4a')][_0x507a('0x9')](_0x507a('0x55')),_0x46dc58[_0x507a('0x11')][_0x507a('0x26')][_0x507a('0x17')](_0x507a('0x55'))['to'](_0x2a0c7f,_0x507a('0x55')),_0x46dc58[_0x507a('0x11')]['arrowView'][_0x507a('0x17')](_0x507a('0x55'))[_0x507a('0x6')](_0x25260c,'isEnabled',(..._0x518462)=>_0x518462[_0x507a('0x2b')](_0x3a5fed=>_0x3a5fed)),_0x46dc58['on'](_0x507a('0x20'),_0xb73df9=>{this[_0x507a('0x1c')][_0x507a('0x20')](_0xb73df9[_0x507a('0x22')][_0x507a('0x3f')]),this['editor'][_0x507a('0x4f')][_0x507a('0x39')]['focus']();}),_0x46dc58;}[_0x507a('0x5a')](_0x3b9e5e){const _0x4552cc=this[_0x507a('0x1c')],_0x5dcf69=_0x4552cc[_0x507a('0x67')],_0x4041f1=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x58')),_0x109bf0=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x4')),_0x23d2ce=_0x4552cc[_0x507a('0x52')]['get'](_0x507a('0x33')),_0x48e02f=_0x3b9e5e['getAllAdjacentSuggestions']()[_0x507a('0x1b')](_0x23318a=>_0x23318a[_0x507a('0x50')]),_0x341052=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x5b158c)['me'],_0x25a0e6=_0x4552cc[_0x507a('0x63')]['get'](_0x507a('0x48')),_0x5882fe=_0x4552cc[_0x507a('0x63')][_0x507a('0x21')](_0x507a('0x47')),_0x4a3e9c=_0x5dcf69[_0x507a('0x21')](_0x507a('0x3d'))[_0x507a('0xb')],{CommentsListView:_0x31698d,CommentThreadInputView:_0x1b90f6}=_0x4552cc['plugins'][_0x507a('0x21')](_0x507a('0x4d')),_0x5b65da=new _0x4a3e9c(_0x4552cc['locale'],_0x3b9e5e,_0x341052,{'disableComments':this[_0x507a('0xd')],'editorConfig':_0x5dcf69['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5dcf69[_0x507a('0x21')](_0x507a('0x1e')),'maxThreadTotalWeight':_0x5dcf69['get'](_0x507a('0x40')),'maxCommentCharsWhenCollapsed':_0x5dcf69[_0x507a('0x21')]('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5204be(_0x5dcf69[_0x507a('0x21')](_0x507a('0x30'))),'CommentView':_0x5dcf69[_0x507a('0x21')](_0x507a('0x61'))['CommentView'],'CommentsListView':_0x31698d,'CommentThreadInputView':_0x1b90f6}),_0x2c16ec=_0x109bf0['createCommentThreadController'](_0x3b9e5e[_0x507a('0x1')],_0x5b65da),_0x2c8a29=new _0x2f365b(_0x3b9e5e,_0x5b65da,_0x25a0e6,_0x5882fe,_0x2c16ec);_0x5b65da[_0x507a('0x1d')]=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x23'))[_0x507a('0x65')]['getDescriptions'](_0x48e02f),this[_0x507a('0x3e')][_0x507a('0x56')](_0x3b9e5e,_0x2c8a29),this['_viewToController']['set'](_0x5b65da,_0x2c8a29);const _0x50f187=_0x4041f1[_0x507a('0x54')](this['editor'][_0x507a('0x30')],_0x5b65da);_0x50f187['bind'](_0x507a('0x18'))['to'](_0x5b65da,'isDirty'),_0x50f187[_0x507a('0x17')]('length')['to'](_0x5b65da),_0x50f187[_0x507a('0x17')](_0x507a('0x68'))['to'](_0x5b65da,'type',_0x1f06ad=>'suggestion-'+_0x1f06ad);const _0x110a2=_0x4041f1[_0x507a('0x51')]({'view':_0x50f187,'target':()=>{const _0x24cb8a=_0x48e02f[0x0][_0x507a('0x46')]();if(!_0x24cb8a)return null;const _0x40c0be=_0x24cb8a[_0x507a('0x13')]()[_0x507a('0x5f')]();return _0x40c0be&&!_0x4552cc[_0x507a('0x4f')][_0x507a('0x31')][_0x507a('0x53')](_0x40c0be)?null:_0x3ece70(_0x4552cc[_0x507a('0x4f')],_0x24cb8a)||null;},'type':()=>_0x507a('0x38')+_0x2c8a29[_0x507a('0x39')]['type']});_0x4041f1[_0x507a('0x5c')](_0x110a2),_0x23d2ce['registerAnnotation'](_0x110a2);const _0x180257=_0x4552cc[_0x507a('0x52')][_0x507a('0x21')](_0x507a('0x41'));let _0x294712;_0x5b65da['on'](_0x507a('0x4e'),(_0x54f047,_0x15dccd,_0x2706fa)=>{_0x2706fa?_0x294712=_0x180257[_0x507a('0x5c')](_0x217c13(this['editor'][_0x507a('0x30')],_0x507a('0x36'))):(_0x180257[_0x507a('0x0')](_0x294712),_0x294712=null);}),_0x5b65da[_0x507a('0x2f')]['on'](_0x507a('0x20'),()=>{_0x4552cc[_0x507a('0x4f')][_0x507a('0x39')][_0x507a('0x35')]();}),_0x5b65da['discardButton']['on'](_0x507a('0x20'),()=>{_0x4552cc[_0x507a('0x4f')][_0x507a('0x39')]['focus']();});}[_0x507a('0x2d')](_0x3c319f){const _0x598c75=this['editor'][_0x507a('0x52')]['get'](_0x507a('0x58')),_0x24a72a=this[_0x507a('0x3e')][_0x507a('0x21')](_0x3c319f),_0x1d4fd6=_0x24a72a[_0x507a('0x39')],_0x22dce0=_0x598c75['getByInnerView'](_0x1d4fd6);_0x22dce0&&_0x598c75['remove'](_0x22dce0),this[_0x507a('0x3e')][_0x507a('0x8')](_0x3c319f),this['_viewToController'][_0x507a('0x8')](_0x1d4fd6),_0x24a72a['destroy'](),_0x1d4fd6['destroy']();}['_updateController'](_0x2fec44){if(!_0x2fec44[_0x507a('0x50')]||!this[_0x507a('0x3e')][_0x507a('0x2')](_0x2fec44))return;const _0x3c6c6b=this[_0x507a('0x1c')][_0x507a('0x52')][_0x507a('0x21')]('TrackChangesEditing'),_0x3cf7c7=this[_0x507a('0x3e')][_0x507a('0x21')](_0x2fec44),_0x5d2203=_0x2fec44['getAllAdjacentSuggestions']();_0x3cf7c7['view'][_0x507a('0x1d')]=_0x3c6c6b[_0x507a('0x65')][_0x507a('0x2e')](_0x5d2203);}[_0x507a('0x59')](){super[_0x507a('0x59')]();for(const _0x4d764b of this['_suggestionToController'][_0x507a('0x43')]())this['_destroyController'](_0x4d764b);}}
23
+ const _0x4c30=['config','getSuggestion','model','commentThread','previous','Accept\x20all\x20selected\x20suggestions','_updateController','discardButton','_initializeController','_createUIButton','comments.maxCommentsWhenCollapsed','trackChanges.SuggestionThreadView','isEnabled','CommentsRepository','delete','Annotations','filter','createAnnotation','keys','acceptAllSuggestions','mainView','editor','_descriptionFactory','getDescriptions','innerView','activeMarkers','locale','suggestionUnloaded','isInContent','destroy','componentFactory','unbind','Discard\x20all\x20suggestions','add','requires','listenTo','isMultiRange','getMarkerNames','toMany','commandName','createCommentThreadController','_destroyController','comments.editorConfig','has','change:previous','suggestionChanged','_handleSuggestionControllerDelayed','focus','acceptSelectedSuggestions','descriptionParts','comments','set','trackChanges','SuggestionThreadView','value','buttonView','remove','bind','button','getRanges','view','from','type','init','getRange','push','pluginName','suggestion-','addSourceCollector','getByInnerView','CommentsUI','execute','length','head','getFirstRange','_annotationViews','_suggestionToController','getAllAdjacentSuggestions','Track\x20changes','TrackChangesEditing','comments.maxCommentCharsWhenCollapsed','change:activeAnnotations','isOn','separator','isDirty','_handleControllerBuffer','values','registerAnnotation','_disableComments','EditorAnnotations','addComment','size','lowest','stopListening','define','source','trackChanges.disableComments','getContainedElement','arrowView','createAnnotationView','commands','getJoined','discardSelectedSuggestions','discardAllSuggestions','Discard\x20all\x20selected\x20suggestions','get','plugins','editing','_viewToController','some'];(function(_0x38c305,_0x4c3094){const _0x5bc206=function(_0x545b27){while(--_0x545b27){_0x38c305['push'](_0x38c305['shift']());}};_0x5bc206(++_0x4c3094);}(_0x4c30,0x152));const _0x5bc2=function(_0x38c305,_0x4c3094){_0x38c305=_0x38c305-0x0;let _0x5bc206=_0x4c30[_0x38c305];return _0x5bc206;};import{Plugin as _0x5cd020}from'ckeditor5/src/core';import{Collection as _0x45f43f}from'ckeditor5/src/utils';import{Model as _0x13388a,SplitButtonView as _0x39e534,createDropdown as _0x5a5d4b,addListToDropdown as _0x4f1469}from'ckeditor5/src/ui';import{Users as _0x5192ff,getDateTimeFormatter as _0x1fcd64,getMarkerDomElement as _0x3b5574}from'ckeditor5-collaboration/src/collaboration-core';import _0x3f3448 from'./trackchangesediting';import _0xa6fa13 from'./ui/suggestioncontroller';import _0x50dedf from'./ui/view/suggestionthreadview';import{getTranslation as _0x460da4}from'./utils/common-translations';import _0x2022ed from'../theme/icons/track-changes.svg';export default class d extends _0x5cd020{static get[_0x5bc2('0x1a')](){return[_0x3f3448,_0x5192ff,_0x5bc2('0x5'),_0x5bc2('0x7'),_0x5bc2('0x51')];}static get[_0x5bc2('0x3a')](){return'TrackChangesUI';}constructor(_0x379524){super(_0x379524),this[_0x5bc2('0x44')]=new Map(),this[_0x5bc2('0x64')]=new Map(),this['_annotationViews']=new Map(),this[_0x5bc2('0x4d')]=new Map();const _0x28e566=this[_0x5bc2('0xd')][_0x5bc2('0x66')];_0x28e566[_0x5bc2('0x56')](_0x5bc2('0x3'),_0x50dedf),_0x28e566['define']('trackChanges.disableComments',!0x1),this[_0x5bc2('0x50')]=_0x28e566[_0x5bc2('0x61')](_0x5bc2('0x58'));}[_0x5bc2('0x26')](_0x32acb2,_0x88ac6a){0x0===this[_0x5bc2('0x4d')][_0x5bc2('0x53')]&&setTimeout(()=>{for(const [_0x4b1da0,_0x31d0a3]of this[_0x5bc2('0x4d')]){const _0xe49731=this[_0x5bc2('0x44')][_0x5bc2('0x23')](_0x4b1da0);_0xe49731||_0x31d0a3?_0xe49731&&_0x31d0a3&&this[_0x5bc2('0x21')](_0x4b1da0):this[_0x5bc2('0x0')](_0x4b1da0);}this[_0x5bc2('0xd')][_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x51'))['refreshSelectedViews'](),this[_0x5bc2('0x4d')]['clear']();},0xa),this[_0x5bc2('0x4d')]['set'](_0x32acb2,_0x88ac6a);}[_0x5bc2('0x37')](){const _0x5ef014=this[_0x5bc2('0xd')],_0x477348=_0x5ef014[_0x5bc2('0x62')]['get'](_0x3f3448),_0x2be2d8=_0x5ef014[_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x7')),_0x2bb6ce=_0x5ef014[_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x51')),_0x4ef8f3=_0x5ef014[_0x5bc2('0x62')]['get'](_0x5bc2('0x5'));_0x5ef014['ui'][_0x5bc2('0x16')][_0x5bc2('0x19')]('trackChanges',_0x1002dd=>this[_0x5bc2('0x1')](_0x1002dd)),_0x2bb6ce[_0x5bc2('0x3c')](()=>{const _0xa2a167=[];for(const [_0x43cdba,_0x3b7e01]of Array[_0x5bc2('0x35')](this['_suggestionToController'])){const _0xfb4183=_0x43cdba[_0x5bc2('0x45')](),_0x3e42e9=[];for(const _0xfccf26 of _0xfb4183){if(!_0xfccf26['isInContent'])continue;if(_0xfccf26[_0x5bc2('0x1c')]){_0x3e42e9[_0x5bc2('0x39')](..._0xfccf26[_0x5bc2('0x33')]());continue;}const _0x59622a=_0xfccf26[_0x5bc2('0x42')]();if(_0x3e42e9['length']>0x0){const _0x545b3d=_0x3e42e9[0x0][_0x5bc2('0x5d')](_0x59622a);if(_0x545b3d){_0x3e42e9[0x0]=_0x545b3d;continue;}}_0x3e42e9[_0x5bc2('0x39')](_0x59622a);}_0xa2a167[_0x5bc2('0x39')]([_0x3b7e01[_0x5bc2('0x34')],_0x3e42e9]);}return _0xa2a167;}),this[_0x5bc2('0x1b')](_0x477348,'suggestionLoaded',(_0x2d8ae2,_0x569b58)=>{this[_0x5bc2('0x1b')](_0x569b58,_0x5bc2('0x24'),(_0x161f0d,_0x53570a,_0x56b7ac,_0x1e4bb4)=>{_0x569b58[_0x5bc2('0x14')]&&(null==_0x56b7ac?(this[_0x5bc2('0x6c')](_0x1e4bb4[_0x5bc2('0x41')]),this['_handleSuggestionControllerDelayed'](_0x569b58,!0x1)):(this[_0x5bc2('0x6c')](_0x56b7ac['head']),this['_handleSuggestionControllerDelayed'](_0x569b58,!0x0)));}),null===_0x569b58[_0x5bc2('0x6a')]?this[_0x5bc2('0x26')](_0x569b58,!0x1):this[_0x5bc2('0x6c')](_0x569b58[_0x5bc2('0x41')]);}),this[_0x5bc2('0x1b')](_0x477348,_0x5bc2('0x13'),(_0xce5ebe,_0xf95197,_0x36b13c)=>{this[_0x5bc2('0x55')](_0xf95197,_0x5bc2('0x24')),this[_0x5bc2('0x4d')][_0x5bc2('0x6')](_0xf95197);const _0x5d0990=_0x36b13c?_0x36b13c[_0x5bc2('0x41')]:_0xf95197,_0x4036a4=this[_0x5bc2('0x44')][_0x5bc2('0x61')](_0x5d0990);null!==_0x36b13c&&this[_0x5bc2('0x6c')](_0x5d0990),null===_0x36b13c&&_0x4036a4&&this[_0x5bc2('0x21')](_0xf95197);}),this[_0x5bc2('0x1b')](_0x477348,_0x5bc2('0x25'),(_0x210648,_0x145494)=>{this[_0x5bc2('0x6c')](_0x145494);}),this['listenTo'](_0x2be2d8,_0x5bc2('0x49'),(_0x4db0e7,_0x53012e,_0x3f394e)=>{const _0x2376a5=Array[_0x5bc2('0x35')](_0x3f394e,_0x1dd04e=>_0x1dd04e[_0x5bc2('0x10')])[_0x5bc2('0x8')](_0x4beb1b=>this[_0x5bc2('0x64')][_0x5bc2('0x23')](_0x4beb1b)),_0xca86e2=[];for(const _0x25fadd of _0x2376a5){const _0x4d614f=this[_0x5bc2('0x64')][_0x5bc2('0x61')](_0x25fadd)[_0x5bc2('0x68')][_0x5bc2('0x45')]();_0xca86e2[_0x5bc2('0x39')](..._0x4d614f['reduce']((_0x29635e,_0x4110e1)=>[..._0x29635e,..._0x4110e1[_0x5bc2('0x1d')]()],[]));}_0x477348[_0x5bc2('0x11')]=_0xca86e2;}),this[_0x5bc2('0x1b')](_0x4ef8f3,_0x5bc2('0x52'),(_0x22f9f0,{threadId:_0x4ed27d,isFromAdapter:_0x347d57})=>{if(_0x347d57||!_0x477348['hasSuggestion'](_0x4ed27d))return;const _0x59aa92=_0x477348[_0x5bc2('0x67')](_0x4ed27d);this['_suggestionToController']['get'](_0x59aa92)[_0x5bc2('0x34')][_0x5bc2('0x27')]();},{'priority':_0x5bc2('0x54')});}[_0x5bc2('0x1')](_0x2e358f){const _0x22762e=_0x5a5d4b(_0x2e358f,_0x39e534),_0x2713ac=this[_0x5bc2('0xd')]['commands'][_0x5bc2('0x61')]('trackChanges'),_0xe499f5=_0x460da4(_0x2e358f,_0x5bc2('0x46'));_0x22762e[_0x5bc2('0x2f')][_0x5bc2('0x2b')]({'tooltip':_0xe499f5,'label':_0xe499f5,'icon':_0x2022ed}),_0x22762e[_0x5bc2('0x2f')]['bind'](_0x5bc2('0x4a'))['to'](_0x2713ac,_0x5bc2('0x2e')),_0x22762e['buttonView']['on'](_0x5bc2('0x3f'),()=>{_0x2713ac[_0x5bc2('0x3f')](),this['editor'][_0x5bc2('0x63')][_0x5bc2('0x34')]['focus']();});const _0x12e77a=new _0x45f43f(),_0x27d7ff=[{'type':'switchbutton','model':{'withText':!0x0,'label':_0xe499f5,'commandName':'trackChanges'}},{'type':_0x5bc2('0x4b')},{'type':_0x5bc2('0x32'),'model':{'withText':!0x0,'label':_0x460da4(_0x2e358f,'Accept\x20all\x20suggestions'),'commandName':_0x5bc2('0xb')}},{'type':_0x5bc2('0x32'),'model':{'withText':!0x0,'label':_0x460da4(_0x2e358f,_0x5bc2('0x6b')),'commandName':_0x5bc2('0x28')}},{'type':'button','model':{'withText':!0x0,'label':_0x460da4(_0x2e358f,_0x5bc2('0x18')),'commandName':_0x5bc2('0x5f')}},{'type':_0x5bc2('0x32'),'model':{'withText':!0x0,'label':_0x460da4(_0x2e358f,_0x5bc2('0x60')),'commandName':_0x5bc2('0x5e')}}];for(const _0x1f8d9a of _0x27d7ff){const _0x2512b5={'type':_0x1f8d9a[_0x5bc2('0x36')]};if(_0x1f8d9a['model']){const _0x5a12bb=new _0x13388a(_0x1f8d9a[_0x5bc2('0x68')]),_0x2d1ead=this[_0x5bc2('0xd')][_0x5bc2('0x5c')][_0x5bc2('0x61')](_0x5a12bb[_0x5bc2('0x1f')]);_0x5a12bb[_0x5bc2('0x31')](_0x5bc2('0x4a'),_0x5bc2('0x4'))['to'](_0x2d1ead,_0x5bc2('0x2e'),_0x5bc2('0x4')),_0x2512b5['model']=_0x5a12bb;}_0x12e77a[_0x5bc2('0x19')](_0x2512b5);}_0x4f1469(_0x22762e,_0x12e77a);const _0x9155b3=_0x27d7ff[_0x5bc2('0x8')](_0x51661e=>null!=_0x51661e['model'])['map'](_0x3d9b99=>this['editor'][_0x5bc2('0x5c')][_0x5bc2('0x61')](_0x3d9b99['model'][_0x5bc2('0x1f')]));return _0x22762e[_0x5bc2('0x2f')]['actionView'][_0x5bc2('0x17')]('isEnabled'),_0x22762e['buttonView'][_0x5bc2('0x5a')][_0x5bc2('0x17')](_0x5bc2('0x4')),_0x22762e[_0x5bc2('0x2f')]['actionView'][_0x5bc2('0x31')](_0x5bc2('0x4'))['to'](_0x2713ac,'isEnabled'),_0x22762e[_0x5bc2('0x2f')][_0x5bc2('0x5a')][_0x5bc2('0x31')](_0x5bc2('0x4'))[_0x5bc2('0x1e')](_0x9155b3,_0x5bc2('0x4'),(..._0x49387b)=>_0x49387b[_0x5bc2('0x65')](_0x263d00=>_0x263d00)),_0x22762e['on'](_0x5bc2('0x3f'),_0x2f9eac=>{this['editor'][_0x5bc2('0x3f')](_0x2f9eac[_0x5bc2('0x57')][_0x5bc2('0x1f')]),this[_0x5bc2('0xd')][_0x5bc2('0x63')][_0x5bc2('0x34')][_0x5bc2('0x27')]();}),_0x22762e;}['_initializeController'](_0x1cb5d4){const _0x487640=this[_0x5bc2('0xd')],_0x39241c=_0x487640[_0x5bc2('0x66')],_0x4e6b1d=_0x487640['plugins'][_0x5bc2('0x61')](_0x5bc2('0x7')),_0x170c26=_0x487640['plugins'][_0x5bc2('0x61')](_0x5bc2('0x5')),_0x140dfe=_0x487640[_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x51')),_0x50ed17=_0x1cb5d4[_0x5bc2('0x45')]()[_0x5bc2('0x8')](_0xe8d423=>_0xe8d423[_0x5bc2('0x14')]),_0x38f614=_0x487640['plugins'][_0x5bc2('0x61')](_0x5192ff)['me'],_0x23a5e2=_0x39241c[_0x5bc2('0x61')](_0x5bc2('0x2c'))[_0x5bc2('0x2d')],{CommentsListView:_0x33ce7c,CommentThreadInputView:_0x1f5b4a}=_0x487640[_0x5bc2('0x62')]['get'](_0x5bc2('0x3e'));let _0x198836,_0x26444f;this['_annotationViews'][_0x5bc2('0x23')](_0x1cb5d4['id'])?(_0x26444f=this[_0x5bc2('0x43')][_0x5bc2('0x61')](_0x1cb5d4['id']),_0x198836=_0x26444f['mainView']):(_0x198836=new _0x23a5e2(_0x487640[_0x5bc2('0x12')],_0x1cb5d4,_0x38f614,{'disableComments':this[_0x5bc2('0x50')],'editorConfig':_0x39241c[_0x5bc2('0x61')](_0x5bc2('0x22')),'maxCommentsWhenCollapsed':_0x39241c[_0x5bc2('0x61')](_0x5bc2('0x2')),'maxThreadTotalWeight':_0x39241c[_0x5bc2('0x61')]('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x39241c[_0x5bc2('0x61')](_0x5bc2('0x48')),'formatDateTime':_0x1fcd64(_0x39241c[_0x5bc2('0x61')](_0x5bc2('0x12'))),'CommentView':_0x39241c['get'](_0x5bc2('0x2a'))['CommentView'],'CommentsListView':_0x33ce7c,'CommentThreadInputView':_0x1f5b4a}),_0x198836['acceptButton']['on'](_0x5bc2('0x3f'),()=>{_0x487640[_0x5bc2('0x63')][_0x5bc2('0x34')][_0x5bc2('0x27')]();}),_0x198836[_0x5bc2('0x6d')]['on'](_0x5bc2('0x3f'),()=>{_0x487640[_0x5bc2('0x63')][_0x5bc2('0x34')][_0x5bc2('0x27')]();}),_0x26444f=_0x4e6b1d[_0x5bc2('0x5b')](this[_0x5bc2('0xd')][_0x5bc2('0x12')],_0x198836),_0x26444f['bind'](_0x5bc2('0x4c'))['to'](_0x198836,'isDirty'),_0x26444f[_0x5bc2('0x31')](_0x5bc2('0x40'))['to'](_0x198836),_0x26444f[_0x5bc2('0x31')](_0x5bc2('0x36'))['to'](_0x198836,_0x5bc2('0x36'),_0x149105=>_0x5bc2('0x3b')+_0x149105),this[_0x5bc2('0x43')][_0x5bc2('0x2b')](_0x1cb5d4['id'],_0x26444f));const _0x32791f=_0x170c26[_0x5bc2('0x20')](_0x1cb5d4[_0x5bc2('0x69')],_0x198836),_0x26f1e2=new _0xa6fa13(_0x487640,_0x1cb5d4,_0x198836,_0x32791f);_0x198836[_0x5bc2('0x29')]=_0x487640[_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x47'))[_0x5bc2('0xe')][_0x5bc2('0xf')](_0x50ed17),this['_suggestionToController'][_0x5bc2('0x2b')](_0x1cb5d4,_0x26f1e2),this['_viewToController'][_0x5bc2('0x2b')](_0x198836,_0x26f1e2);const _0x2ca565=_0x4e6b1d[_0x5bc2('0x9')]({'view':_0x26444f,'target':()=>{const _0x593b18=_0x50ed17[0x0]['getFirstMarker']();if(!_0x593b18)return null;const _0x7fb279=_0x593b18[_0x5bc2('0x38')]()[_0x5bc2('0x59')]();return _0x7fb279&&!_0x487640[_0x5bc2('0x63')]['mapper']['toViewElement'](_0x7fb279)?null:_0x3b5574(_0x487640[_0x5bc2('0x63')],_0x593b18)||null;},'type':()=>_0x5bc2('0x3b')+_0x26f1e2[_0x5bc2('0x34')][_0x5bc2('0x36')]});_0x4e6b1d[_0x5bc2('0x19')](_0x2ca565),_0x140dfe[_0x5bc2('0x4f')](_0x2ca565);}[_0x5bc2('0x21')](_0x43f04e){const _0x27c83a=this[_0x5bc2('0xd')][_0x5bc2('0x62')][_0x5bc2('0x61')](_0x5bc2('0x7')),_0x37a72c=this[_0x5bc2('0x44')][_0x5bc2('0x61')](_0x43f04e),_0x2ac27f=_0x37a72c[_0x5bc2('0x34')],_0x39ad50=_0x27c83a[_0x5bc2('0x3d')](_0x2ac27f);_0x39ad50&&_0x27c83a[_0x5bc2('0x30')](_0x39ad50),this[_0x5bc2('0x44')][_0x5bc2('0x6')](_0x43f04e),this[_0x5bc2('0x64')]['delete'](_0x2ac27f),_0x37a72c['destroy']();}[_0x5bc2('0x6c')](_0xd547c8){if(!_0xd547c8[_0x5bc2('0x14')]||!this['_suggestionToController'][_0x5bc2('0x23')](_0xd547c8))return;const _0x3e4849=this['editor']['plugins'][_0x5bc2('0x61')](_0x5bc2('0x47')),_0xd33d29=this['_suggestionToController'][_0x5bc2('0x61')](_0xd547c8),_0x260cc3=_0xd547c8[_0x5bc2('0x45')]();_0xd33d29['view'][_0x5bc2('0x29')]=_0x3e4849['_descriptionFactory'][_0x5bc2('0xf')](_0x260cc3);}[_0x5bc2('0x15')](){for(const _0x57fe6e of this['_suggestionToController'][_0x5bc2('0xa')]())this[_0x5bc2('0x21')](_0x57fe6e);for(const _0x289f18 of this[_0x5bc2('0x43')][_0x5bc2('0x4e')]())_0x289f18[_0x5bc2('0xc')]['destroy']();super[_0x5bc2('0x15')]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x407a=['stopListening','unbind','view','isEnabled','bind','commentThreadController','discardSuggestion','_discardCommand','model','_acceptCommand','execute','acceptSuggestion'];(function(_0x254433,_0x407a99){var _0x5877e6=function(_0x851127){while(--_0x851127){_0x254433['push'](_0x254433['shift']());}};_0x5877e6(++_0x407a99);}(_0x407a,0x100));var _0x5877=function(_0x254433,_0x407a99){_0x254433=_0x254433-0x0;var _0x5877e6=_0x407a[_0x254433];return _0x5877e6;};import{ObservableMixin as _0x2e3c0e,mix as _0x14cd13}from'ckeditor5/src/utils';export default class Wt{constructor(_0xd3c6ce,_0x212f8a,_0x53ae96,_0x14fc4b,_0x1634d9){this[_0x5877('0x4')]=_0xd3c6ce,this[_0x5877('0xa')]=_0x212f8a,this[_0x5877('0x1')]=_0x1634d9,this[_0x5877('0x5')]=_0x53ae96,this[_0x5877('0x3')]=_0x14fc4b,this[_0x5877('0xa')][_0x5877('0x0')](_0x5877('0xb'))['to'](this['_acceptCommand']),this['listenTo'](_0x212f8a,_0x5877('0x7'),()=>this[_0x5877('0x7')]()),this['listenTo'](_0x212f8a,'discardSuggestion',()=>this[_0x5877('0x2')]());}[_0x5877('0x7')](){this[_0x5877('0x5')][_0x5877('0x6')](this[_0x5877('0x4')]['id']);}[_0x5877('0x2')](){this['_discardCommand'][_0x5877('0x6')](this[_0x5877('0x4')]['id']);}['destroy'](){this[_0x5877('0xa')][_0x5877('0x9')](_0x5877('0xb')),this[_0x5877('0x8')](),this['commentThreadController']['destroy']();}}_0x14cd13(Wt,_0x2e3c0e);
23
+ const _0x1579=['_acceptCommand','bind','PENDING_ACTION_SUGGESTION','discardSuggestion','plugins','_discardCommand','PendingActions','listenTo','locale','view','get','isDirty','add','model','acceptSuggestion','stopListening','_setPendingAction','commands','_removePendingAction','unbind','isEnabled','_editor','commentThreadController','_pendingAction','execute'];(function(_0x3e0e40,_0x157970){const _0x2993d0=function(_0x40379e){while(--_0x40379e){_0x3e0e40['push'](_0x3e0e40['shift']());}};_0x2993d0(++_0x157970);}(_0x1579,0x168));const _0x2993=function(_0x3e0e40,_0x157970){_0x3e0e40=_0x3e0e40-0x0;let _0x2993d0=_0x1579[_0x3e0e40];return _0x2993d0;};import{ObservableMixin as _0x4c9867,mix as _0x236089}from'ckeditor5/src/utils';import{getTranslation as _0x23d095}from'../utils/common-translations';export default class Mt{constructor(_0x2b3c8b,_0xcdd167,_0x559daf,_0x299eae){this[_0x2993('0x3')]=_0xcdd167,this[_0x2993('0x18')]=_0x559daf,this[_0x2993('0xc')]=_0x299eae,this['_editor']=_0x2b3c8b,this[_0x2993('0xf')]=_0x2b3c8b[_0x2993('0x7')]['get'](_0x2993('0x4')),this[_0x2993('0x14')]=_0x2b3c8b[_0x2993('0x7')]['get'](_0x2993('0x12')),this['view'][_0x2993('0x10')](_0x2993('0xa'))['to'](this[_0x2993('0xf')]),this[_0x2993('0xd')]=null,_0x559daf[_0x2993('0x1')]&&this[_0x2993('0x6')](),this[_0x2993('0x16')](_0x559daf,_0x2993('0x4'),()=>this[_0x2993('0x4')]()),this[_0x2993('0x16')](_0x559daf,'discardSuggestion',()=>this[_0x2993('0x12')]()),this['listenTo'](_0x559daf,'change:isDirty',()=>{_0x559daf[_0x2993('0x1')]?this[_0x2993('0x6')]():this[_0x2993('0x8')]();});}['acceptSuggestion'](){this[_0x2993('0xf')][_0x2993('0xe')](this[_0x2993('0x3')]['id']);}[_0x2993('0x12')](){this[_0x2993('0x14')][_0x2993('0xe')](this[_0x2993('0x3')]['id']);}['destroy'](){this[_0x2993('0x18')][_0x2993('0x9')](_0x2993('0xa')),this[_0x2993('0x5')](),this[_0x2993('0xc')]['destroy'](),this['_pendingAction']&&this[_0x2993('0x8')]();}[_0x2993('0x6')](){const _0x5980b7=_0x23d095(this['_editor'][_0x2993('0x17')],_0x2993('0x11'));this[_0x2993('0xd')]=this[_0x2993('0xb')][_0x2993('0x13')][_0x2993('0x0')]('PendingActions')[_0x2993('0x2')](_0x5980b7);}['_removePendingAction'](){this[_0x2993('0xb')][_0x2993('0x13')][_0x2993('0x0')](_0x2993('0x15'))['remove'](this[_0x2993('0xd')]),this[_0x2993('0xd')]=null;}}_0x236089(Mt,_0x4c9867);
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4608=['set','editorConfig','setData','_createCommentThreadInputView','isReadOnly','createdAt','locale','bind','_model','updateComment','destroy','commentThread','commentsListView','disabledSubmit','CommentView','_localUser','value','assign','_config','commentThreadInputView','submit','hasDirtyComment','isDirty','addComment','commentInputView','_createCommentViews','focus','removeComment','length','isActive','delegate','isEnabled'];(function(_0x5e8cba,_0x460880){const _0xe609fd=function(_0x580801){while(--_0x580801){_0x5e8cba['push'](_0x5e8cba['shift']());}};_0xe609fd(++_0x460880);}(_0x4608,0x1f1));const _0xe609=function(_0x5e8cba,_0x460880){_0x5e8cba=_0x5e8cba-0x0;let _0xe609fd=_0x4608[_0x5e8cba];return _0xe609fd;};import{View as _0x5aa75c}from'ckeditor5/src/ui';export default class Kt extends _0x5aa75c{constructor(_0x3dbde4,_0x1522ac,_0x74bd76,_0x106e30){super(_0x3dbde4),this[_0xe609('0x1b')]=null,this[_0xe609('0x2')]=null,this['set'](_0xe609('0xc'),!0x1),this['set'](_0xe609('0x14'),_0x1522ac['createdAt']),this[_0xe609('0x16')](_0xe609('0x14'))['to'](_0x1522ac),this[_0xe609('0xf')]('descriptionParts',[]),this[_0xe609('0xf')](_0xe609('0x5'),!0x1),this[_0xe609('0xf')](_0xe609('0xe'),!0x1),this[_0xe609('0x17')]=_0x1522ac,this[_0xe609('0x1e')]=_0x74bd76,this[_0xe609('0x1')]=_0x106e30,_0x106e30['disableComments']?this[_0xe609('0xf')]('length',0x1):this['_createCommentViews']();}[_0xe609('0x9')](){this['element'][_0xe609('0x9')]();}[_0xe609('0x19')](){this[_0xe609('0x5')]=!0x1,this[_0xe609('0x1b')]&&this[_0xe609('0x1b')][_0xe609('0x19')](),this[_0xe609('0x2')]&&this[_0xe609('0x2')][_0xe609('0x19')](),super[_0xe609('0x19')]();}[_0xe609('0x8')](){const {CommentsListView:_0x45019a}=this[_0xe609('0x1')];this[_0xe609('0x1b')]=new _0x45019a(this[_0xe609('0x15')],this['_model']['commentThread'],Object[_0xe609('0x0')]({'CommentView':this[_0xe609('0x1')][_0xe609('0x1d')]},this['_config'])),this[_0xe609('0x1b')][_0xe609('0xd')](_0xe609('0xa'))['to'](this),this['commentsListView'][_0xe609('0xd')](_0xe609('0x18'))['to'](this),this['commentsListView'][_0xe609('0x16')](_0xe609('0xc'))['to'](this),this[_0xe609('0xf')](_0xe609('0xb'),this[_0xe609('0x1b')][_0xe609('0xb')]+0x1),this['bind'](_0xe609('0xb'))['to'](this[_0xe609('0x1b')],_0xe609('0xb'),_0x223dd3=>_0x223dd3+0x1),this[_0xe609('0x2')]=this[_0xe609('0x12')](),this['on'](_0xe609('0xa'),()=>this[_0xe609('0x9')]()),this[_0xe609('0x16')](_0xe609('0x5'))['to'](this['commentsListView'],_0xe609('0x4'),this['commentThreadInputView'][_0xe609('0x7')],'value',(_0x31f6a1,_0x43263c)=>_0x31f6a1||!!_0x43263c);}[_0xe609('0x12')](){const {CommentThreadInputView:_0x10bb07}=this[_0xe609('0x1')],_0x10382d=new _0x10bb07(this['locale'],this[_0xe609('0x1e')],this[_0xe609('0x1')][_0xe609('0x10')]),_0x4b5f56=_0x10382d[_0xe609('0x7')];return _0x10382d[_0xe609('0x16')]('showInput')['to'](this,_0xe609('0xc'),this[_0xe609('0x17')]['commentThread'],_0xe609('0x13'),_0x4b5f56,_0xe609('0x1f'),(_0x419c3f,_0x1e7a00,_0x26eab0)=>!!_0x26eab0||_0x419c3f&&!_0x1e7a00),_0x4b5f56['on'](_0xe609('0x3'),(_0x52a6ab,_0x21946f)=>{this['fire'](_0xe609('0x6'),_0x21946f),_0x4b5f56['editor'][_0xe609('0x11')]('');}),_0x4b5f56['on']('cancel',()=>this[_0xe609('0x9')]()),_0x4b5f56[_0xe609('0x16')](_0xe609('0x1c'))['to'](this[_0xe609('0x17')][_0xe609('0x1a')],'isReadOnly'),_0x10382d;}}
23
+ const _0x5aaa=['commentThreadInputView','set','updateComment','_config','isDirty','disabledSubmit','commentsListView','removeComment','_createCommentViews','length','editor','_createCommentThreadInputView','locale','disableComments','isReadOnly','value','setData','destroy','CommentView','element','_localUser','commentThread','_model','bind','isActive','focus','isEnabled','fire','editorConfig','authoredAt','commentInputView','delegate','submit'];(function(_0x45cef3,_0x5aaa9c){const _0x5150da=function(_0x2882b1){while(--_0x2882b1){_0x45cef3['push'](_0x45cef3['shift']());}};_0x5150da(++_0x5aaa9c);}(_0x5aaa,0x189));const _0x5150=function(_0x45cef3,_0x5aaa9c){_0x45cef3=_0x45cef3-0x0;let _0x5150da=_0x5aaa[_0x45cef3];return _0x5150da;};import{View as _0x2d5269}from'ckeditor5/src/ui';export default class ii extends _0x2d5269{constructor(_0x2477c1,_0xf2e6a7,_0x488f02,_0x17bc2e){super(_0x2477c1),this['commentsListView']=null,this[_0x5150('0x3')]=null,this[_0x5150('0x4')](_0x5150('0x1b'),!0x1),this[_0x5150('0x4')](_0x5150('0x20'),_0xf2e6a7['authoredAt']),this[_0x5150('0x1a')](_0x5150('0x20'))['to'](_0xf2e6a7),this['set']('descriptionParts',[]),this['set'](_0x5150('0x7'),!0x1),this[_0x5150('0x4')](_0x5150('0x1d'),!0x1),this[_0x5150('0x19')]=_0xf2e6a7,this[_0x5150('0x17')]=_0x488f02,this['_config']=_0x17bc2e,_0x17bc2e[_0x5150('0x10')]?this['set']('length',0x1):this[_0x5150('0xb')]();}[_0x5150('0x1c')](){this[_0x5150('0x16')][_0x5150('0x1c')]();}[_0x5150('0x14')](){this[_0x5150('0x9')]&&this['commentsListView'][_0x5150('0x14')](),this[_0x5150('0x3')]&&this[_0x5150('0x3')][_0x5150('0x14')](),super[_0x5150('0x14')]();}[_0x5150('0xb')](){const {CommentsListView:_0x18b04c}=this[_0x5150('0x6')];this['commentsListView']=new _0x18b04c(this[_0x5150('0xf')],this[_0x5150('0x19')][_0x5150('0x18')],Object['assign']({'CommentView':this[_0x5150('0x6')][_0x5150('0x15')]},this[_0x5150('0x6')])),this[_0x5150('0x9')][_0x5150('0x1')](_0x5150('0xa'))['to'](this),this[_0x5150('0x9')][_0x5150('0x1')](_0x5150('0x5'))['to'](this),this[_0x5150('0x9')][_0x5150('0x1a')](_0x5150('0x1b'))['to'](this),this['set'](_0x5150('0xc'),this['commentsListView']['length']+0x1),this[_0x5150('0x1a')](_0x5150('0xc'))['to'](this[_0x5150('0x9')],_0x5150('0xc'),_0x1d3082=>_0x1d3082+0x1),this[_0x5150('0x3')]=this['_createCommentThreadInputView'](),this['on'](_0x5150('0xa'),()=>this['focus']()),this[_0x5150('0x1a')](_0x5150('0x7'))['to'](this[_0x5150('0x9')],'hasDirtyComment',this[_0x5150('0x3')][_0x5150('0x0')],_0x5150('0x12'),(_0x5789b5,_0x4cbc87)=>_0x5789b5||!!_0x4cbc87);}[_0x5150('0xe')](){const {CommentThreadInputView:_0x259806}=this[_0x5150('0x6')],_0x346d71=new _0x259806(this[_0x5150('0xf')],this[_0x5150('0x17')],this['_config'][_0x5150('0x1f')]),_0x2664b1=_0x346d71['commentInputView'];return _0x346d71[_0x5150('0x1a')]('showInput')['to'](this,_0x5150('0x1b'),this[_0x5150('0x19')]['commentThread'],_0x5150('0x11'),_0x2664b1,_0x5150('0x12'),(_0x46b7c8,_0xe2966a,_0x1f925a)=>!!_0x1f925a||_0x46b7c8&&!_0xe2966a),_0x2664b1['on'](_0x5150('0x2'),(_0x23f83b,_0x5c9218)=>{this[_0x5150('0x1e')]('addComment',_0x5c9218),_0x2664b1[_0x5150('0xd')][_0x5150('0x13')]('');}),_0x2664b1['on']('cancel',()=>this[_0x5150('0x1c')]()),_0x2664b1[_0x5150('0x1a')](_0x5150('0x8'))['to'](this['_model'][_0x5150('0x18')],_0x5150('0x11')),_0x346d71;}}