@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.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-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcc2a46=_0x4734;function _0x4734(_0x4fa765,_0x2d42b5){const _0x2b6bf8=_0x2b6b();return _0x4734=function(_0x4734cd,_0x120d45){_0x4734cd=_0x4734cd-0x19d;let _0x29bb47=_0x2b6bf8[_0x4734cd];return _0x29bb47;},_0x4734(_0x4fa765,_0x2d42b5);}(function(_0x3edfa4,_0xcae843){const _0x280f15=_0x4734,_0x276799=_0x3edfa4();while(!![]){try{const _0x3ffd87=-parseInt(_0x280f15(0x1d6))/0x1*(parseInt(_0x280f15(0x1bc))/0x2)+-parseInt(_0x280f15(0x1ab))/0x3+parseInt(_0x280f15(0x19e))/0x4+-parseInt(_0x280f15(0x1c3))/0x5+-parseInt(_0x280f15(0x1aa))/0x6+parseInt(_0x280f15(0x1c7))/0x7+parseInt(_0x280f15(0x1de))/0x8;if(_0x3ffd87===_0xcae843)break;else _0x276799['push'](_0x276799['shift']());}catch(_0x209cc5){_0x276799['push'](_0x276799['shift']());}}}(_0x2b6b,0xdc24d));import{ContextPlugin as _0x44663e,Context as _0xd0a32d}from'ckeditor5/src/core.js';function _0x2b6b(){const _0x50c8a9=['widesidebar-attach-already-attached','change:container','isAttached','requires','widesidebar-detach-not-attached','4388935jnmKwz','_destroyEditorAnnotationsIntegration','get','_annotations','3038861uPeqCP','blur','_detachFromContainer','add','off','_editorAnnotations','pluginName','destroy','stopListening','_attachToContainer','register','activeAnnotation','getOrderedSelectedAnnotations','context','refreshPositioning','11JhjuWP','updateTargetRect','addAnnotation','container','detach','stop','cancel','WideSidebar','34557616yopMrB','removeEventListener','12084BJUzwD','addEventListener','_refreshPositioningDebounced','switchTo','focus','EditorAnnotations','rearrange','remove','init','wideSidebar','plugins','annotations','4587174fmVmNK','4724562KCwcYQ','high','listenTo','setActiveAnnotation','set:container','resize','_integrateWithEditorAnnotations','_activeAnnotation','has','refresh','hasDomSelection','set','ck-sidebar--wide','editors','from','attach','uiUpdate','115994IPFgXh','ready'];_0x2b6b=function(){return _0x50c8a9;};return _0x2b6b();}import _0x2e266b from'./annotationsuis.js';import _0x1bb966 from'./sidebar.js';import{CKEditorError as _0x151bd0,Collection as _0x16ed12}from'ckeditor5/src/utils.js';import{debounce as _0x1cf57a}from'lodash-es';export default class n extends _0x44663e{static get[_0xcc2a46(0x1c1)](){return[_0x1bb966,_0x2e266b];}static get[_0xcc2a46(0x1cd)](){const _0x5b274c=_0xcc2a46;return _0x5b274c(0x1dd);}constructor(_0x9a57a){const _0x53ba6b=_0xcc2a46;super(_0x9a57a),this[_0x53ba6b(0x1c0)]=!0x1,this[_0x53ba6b(0x1b6)](_0x53ba6b(0x1d2),null),this[_0x53ba6b(0x1a9)]=null,this[_0x53ba6b(0x1cc)]=new _0x16ed12(),this[_0x53ba6b(0x1a0)]=_0x1cf57a(()=>{const _0x23a7cc=_0x53ba6b;this[_0x23a7cc(0x1a9)][_0x23a7cc(0x1d5)]();},0xfa,{'leading':!0x1});}[_0xcc2a46(0x1a6)](){const _0x107561=_0xcc2a46,_0x11f1a2=this[_0x107561(0x1d4)][_0x107561(0x1a8)][_0x107561(0x1c5)](_0x2e266b),_0x5bb756=this[_0x107561(0x1d4)][_0x107561(0x1a8)][_0x107561(0x1c5)](_0x1bb966);_0x11f1a2[_0x107561(0x1d1)](_0x107561(0x1a7),this),_0x5bb756[_0x107561(0x1d9)]&&_0x11f1a2[_0x107561(0x1a1)](_0x107561(0x1a7));}[_0xcc2a46(0x1ae)](_0x29465a){const _0x1a282b=_0xcc2a46;if(_0x29465a===this[_0x1a282b(0x1d2)])return;const _0x338038=this[_0x1a282b(0x1d4)][_0x1a282b(0x1a8)][_0x1a282b(0x1c5)](_0x1bb966);_0x338038[_0x1a282b(0x1b2)]=_0x29465a;const _0x4bee4a=this[_0x1a282b(0x1d2)];this[_0x1a282b(0x1d2)]=_0x29465a,_0x338038[_0x1a282b(0x1b4)]({'blurredAnnotation':_0x4bee4a,'activatedAnnotation':this[_0x1a282b(0x1d2)]});}[_0xcc2a46(0x1ba)](_0x4184bf){const _0x1d94a7=_0xcc2a46;this[_0x1d94a7(0x1a9)]=_0x4184bf;const _0x34869c=this[_0x1d94a7(0x1d4)][_0x1d94a7(0x1a8)][_0x1d94a7(0x1c5)](_0x1bb966);if(_0x34869c[_0x1d94a7(0x1c6)]=_0x4184bf,this[_0x1d94a7(0x1c0)])throw new _0x151bd0(_0x1d94a7(0x1be),this);this[_0x1d94a7(0x1c0)]=!0x0,this[_0x1d94a7(0x1ad)](_0x34869c,_0x1d94a7(0x1af),()=>{const _0x5d58c2=_0x1d94a7;this[_0x5d58c2(0x1da)](),this[_0x5d58c2(0x1ad)](_0x34869c,_0x5d58c2(0x1bf),_0x5e638c=>{const _0x2468f1=_0x5d58c2;_0x5e638c[_0x2468f1(0x1cb)](),this[_0x2468f1(0x1ba)](_0x4184bf);});}),_0x34869c[_0x1d94a7(0x1d0)]({'viewClass':_0x1d94a7(0x1b7)});const _0x1024da=_0x52b1ef=>{const _0x22c14b=_0x1d94a7;_0x52b1ef[_0x22c14b(0x1d7)](),_0x34869c[_0x22c14b(0x1d8)](_0x52b1ef);};for(const _0x377b9d of _0x4184bf)_0x1024da(_0x377b9d);this[_0x1d94a7(0x1ad)](_0x4184bf,_0x1d94a7(0x1ca),(_0x411b3a,_0x320f99)=>{_0x1024da(_0x320f99);}),this[_0x1d94a7(0x1ad)](_0x4184bf,_0x1d94a7(0x1a5),(_0x4f3b7e,_0x411100,_0x597b60)=>{const _0xeb643e=_0x1d94a7;_0x34869c[_0xeb643e(0x1a4)]({'removedAnnotation':_0x411100,'previousAnnotation':_0x4184bf[_0xeb643e(0x1c5)](_0x597b60-0x1),'nextAnnotation':_0x4184bf[_0xeb643e(0x1c5)](_0x597b60+0x1)}),_0x411100===this[_0xeb643e(0x1d2)]&&this[_0xeb643e(0x1ae)](null);},{'priority':_0x1d94a7(0x1ac)}),this[_0x1d94a7(0x1ad)](_0x4184bf,_0x1d94a7(0x1a2),(_0x2e53a3,_0x434c69)=>{const _0x56b766=_0x1d94a7;this[_0x56b766(0x1ae)](_0x434c69);}),this[_0x1d94a7(0x1ad)](_0x4184bf,_0x1d94a7(0x1c8),()=>{const _0x4f13ca=_0x1d94a7;this[_0x4f13ca(0x1ae)](null);});const _0x48f2b7=this[_0x1d94a7(0x1d4)]instanceof _0xd0a32d?this[_0x1d94a7(0x1d4)][_0x1d94a7(0x1b8)]:new _0x16ed12([this[_0x1d94a7(0x1d4)]]);for(const _0xf6fb80 of _0x48f2b7)this[_0x1d94a7(0x1b1)](_0xf6fb80);this[_0x1d94a7(0x1ad)](_0x48f2b7,_0x1d94a7(0x1ca),(_0x66c185,_0x22195d)=>{const _0x2dbf57=_0x1d94a7;this[_0x2dbf57(0x1ad)](_0x22195d,_0x2dbf57(0x1bd),()=>{const _0x32cfb4=_0x2dbf57;this[_0x32cfb4(0x1b1)](_0x22195d);});}),this[_0x1d94a7(0x1ad)](_0x48f2b7,_0x1d94a7(0x1a5),(_0x1f54af,_0x4a155a)=>{const _0x2822b8=_0x1d94a7;_0x4a155a[_0x2822b8(0x1a8)][_0x2822b8(0x1b3)](_0x2822b8(0x1a3))&&this[_0x2822b8(0x1c4)](_0x4a155a[_0x2822b8(0x1a8)][_0x2822b8(0x1c5)](_0x2822b8(0x1a3)));}),window[_0x1d94a7(0x19f)](_0x1d94a7(0x1b0),this[_0x1d94a7(0x1a0)]),this[_0x1d94a7(0x1a9)][_0x1d94a7(0x1d5)]();}[_0xcc2a46(0x1da)](){const _0x285b1e=_0xcc2a46;if(!this[_0x285b1e(0x1c0)])throw new _0x151bd0(_0x285b1e(0x1c2),this);this[_0x285b1e(0x1ae)](null);const _0x114612=this[_0x285b1e(0x1d4)][_0x285b1e(0x1a8)][_0x285b1e(0x1c5)](_0x1bb966);_0x114612[_0x285b1e(0x1c9)](this[_0x285b1e(0x1a9)]),this[_0x285b1e(0x1cf)](_0x114612),this[_0x285b1e(0x1cf)](this[_0x285b1e(0x1a9)]),this[_0x285b1e(0x1d4)]instanceof _0xd0a32d&&this[_0x285b1e(0x1cf)](this[_0x285b1e(0x1d4)][_0x285b1e(0x1b8)]);for(const _0x108935 of Array[_0x285b1e(0x1b9)](this[_0x285b1e(0x1cc)]))this[_0x285b1e(0x1c4)](_0x108935);window[_0x285b1e(0x19d)](_0x285b1e(0x1b0),this[_0x285b1e(0x1a0)]),this[_0x285b1e(0x1a0)][_0x285b1e(0x1dc)](),this[_0x285b1e(0x1d2)]=null,this[_0x285b1e(0x1c0)]=!0x1,this[_0x285b1e(0x1a9)]=null;}[_0xcc2a46(0x1ce)](){const _0x3517a9=_0xcc2a46;this[_0x3517a9(0x1c0)]&&this[_0x3517a9(0x1da)]();}[_0xcc2a46(0x1b1)](_0x58417c){const _0x5a1b2a=_0xcc2a46;if(!_0x58417c[_0x5a1b2a(0x1a8)][_0x5a1b2a(0x1b3)](_0x5a1b2a(0x1a3)))return;const _0x231a71=_0x58417c[_0x5a1b2a(0x1a8)][_0x5a1b2a(0x1c5)](_0x5a1b2a(0x1a3)),_0x2c77e8=()=>{const _0x303082=_0x5a1b2a,_0xf8aba5=_0x231a71[_0x303082(0x1d3)]({'annotations':this[_0x303082(0x1a9)],'activeAnnotation':this[_0x303082(0x1d2)]});this[_0x303082(0x1ae)](_0xf8aba5[0x0]||null);};this[_0x5a1b2a(0x1ad)](_0x231a71,_0x5a1b2a(0x1b4),_0x2c77e8),this[_0x5a1b2a(0x1ad)](_0x231a71,_0x5a1b2a(0x1c8),(_0x2fe2d5,{isAnnotationTracked:_0x5f39bb})=>{const _0x59905b=_0x5a1b2a;this[_0x59905b(0x1d2)]&&_0x5f39bb(this[_0x59905b(0x1d2)])&&this[_0x59905b(0x1ae)](null);}),this[_0x5a1b2a(0x1ad)](_0x231a71,_0x5a1b2a(0x1bb),()=>{const _0x4f1aad=_0x5a1b2a;this[_0x4f1aad(0x1a0)]();}),this[_0x5a1b2a(0x1ad)](this[_0x5a1b2a(0x1a9)],_0x5a1b2a(0x1c8),_0x2e630e=>{const _0x5c30b8=_0x5a1b2a;_0x231a71[_0x5c30b8(0x1b5)]()&&(_0x2c77e8(),_0x2e630e[_0x5c30b8(0x1db)]());},{'priority':_0x5a1b2a(0x1ac)}),this[_0x5a1b2a(0x1cc)][_0x5a1b2a(0x1ca)](_0x231a71);}[_0xcc2a46(0x1c4)](_0x569304){const _0x23cda3=_0xcc2a46;this[_0x23cda3(0x1cf)](_0x569304),this[_0x23cda3(0x1cc)][_0x23cda3(0x1a5)](_0x569304);}}
23
+ const _0x473444=_0x56c2;(function(_0x5e2bc5,_0xbfd18d){const _0x38d6bb=_0x56c2,_0x30513d=_0x5e2bc5();while(!![]){try{const _0x1c83f4=-parseInt(_0x38d6bb(0x1a6))/0x1+-parseInt(_0x38d6bb(0x1aa))/0x2*(-parseInt(_0x38d6bb(0x1a9))/0x3)+parseInt(_0x38d6bb(0x1a5))/0x4+-parseInt(_0x38d6bb(0x1cf))/0x5+parseInt(_0x38d6bb(0x1d2))/0x6+-parseInt(_0x38d6bb(0x1c3))/0x7*(-parseInt(_0x38d6bb(0x19e))/0x8)+-parseInt(_0x38d6bb(0x1cc))/0x9;if(_0x1c83f4===_0xbfd18d)break;else _0x30513d['push'](_0x30513d['shift']());}catch(_0x1cfbfd){_0x30513d['push'](_0x30513d['shift']());}}}(_0x119b,0xeb76f));import{ContextPlugin as _0x5a6006,Context as _0x191527}from'ckeditor5/src/core.js';import _0x977bc9 from'./annotationsuis.js';function _0x56c2(_0x3f7642,_0x25a85b){const _0x119bd5=_0x119b();return _0x56c2=function(_0x56c28f,_0x4d3bd9){_0x56c28f=_0x56c28f-0x19a;let _0x2ff99a=_0x119bd5[_0x56c28f];return _0x2ff99a;},_0x56c2(_0x3f7642,_0x25a85b);}import _0xc79a40 from'./sidebar.js';import{CKEditorError as _0x4dc11d,Collection as _0x3c7f8f}from'ckeditor5/src/utils.js';import{debounce as _0x28c6da}from'lodash-es';function _0x119b(){const _0x3570f2=['EditorAnnotations','updateTargetRect','pluginName','wideSidebar','6325392TmHQVH','isAttached','activeAnnotation','blur','setActiveAnnotation','_attachToContainer','_annotations','3280736hkNxhI','317704TiEUls','_destroyEditorAnnotationsIntegration','requires','596859uBpqqf','10XVPaGY','off','_integrateWithEditorAnnotations','listenTo','focus','annotations','destroy','editors','add','cancel','change:container','widesidebar-attach-already-attached','rearrange','register','plugins','stopListening','attach','refresh','resize','detach','_editorAnnotations','removeEventListener','refreshPositioning','get','set:container','14VYeaeG','_refreshPositioningDebounced','uiUpdate','ck-sidebar--wide','_detachFromContainer','from','container','set','context','7129161RuOAjV','remove','addAnnotation','7964085CRwMQC','hasDomSelection','switchTo','1624896uAAroe','widesidebar-detach-not-attached','ready','WideSidebar','getOrderedSelectedAnnotations','has','_activeAnnotation','stop','high','init','addEventListener'];_0x119b=function(){return _0x3570f2;};return _0x119b();}export default class n extends _0x5a6006{static get[_0x473444(0x1a8)](){return[_0xc79a40,_0x977bc9];}static get[_0x473444(0x19c)](){const _0x47ffca=_0x473444;return _0x47ffca(0x1d5);}constructor(_0x164100){const _0x59ec19=_0x473444;super(_0x164100),this[_0x59ec19(0x19f)]=!0x1,this[_0x59ec19(0x1ca)](_0x59ec19(0x1a0),null),this[_0x59ec19(0x1af)]=null,this[_0x59ec19(0x1be)]=new _0x3c7f8f(),this[_0x59ec19(0x1c4)]=_0x28c6da(()=>{const _0x556e90=_0x59ec19;this[_0x556e90(0x1af)][_0x556e90(0x1c0)]();},0xfa,{'leading':!0x1});}[_0x473444(0x1db)](){const _0xad6514=_0x473444,_0x125539=this[_0xad6514(0x1cb)][_0xad6514(0x1b8)][_0xad6514(0x1c1)](_0x977bc9),_0xb47f06=this[_0xad6514(0x1cb)][_0xad6514(0x1b8)][_0xad6514(0x1c1)](_0xc79a40);_0x125539[_0xad6514(0x1b7)](_0xad6514(0x19d),this),_0xb47f06[_0xad6514(0x1c9)]&&_0x125539[_0xad6514(0x1d1)](_0xad6514(0x19d));}[_0x473444(0x1a2)](_0x17928d){const _0x5eb8c1=_0x473444;if(_0x17928d===this[_0x5eb8c1(0x1a0)])return;const _0x16f119=this[_0x5eb8c1(0x1cb)][_0x5eb8c1(0x1b8)][_0x5eb8c1(0x1c1)](_0xc79a40);_0x16f119[_0x5eb8c1(0x1d8)]=_0x17928d;const _0x431860=this[_0x5eb8c1(0x1a0)];this[_0x5eb8c1(0x1a0)]=_0x17928d,_0x16f119[_0x5eb8c1(0x1bb)]({'blurredAnnotation':_0x431860,'activatedAnnotation':this[_0x5eb8c1(0x1a0)]});}[_0x473444(0x1ba)](_0x5f5336){const _0x10b078=_0x473444;this[_0x10b078(0x1af)]=_0x5f5336;const _0x5c75f5=this[_0x10b078(0x1cb)][_0x10b078(0x1b8)][_0x10b078(0x1c1)](_0xc79a40);if(_0x5c75f5[_0x10b078(0x1a4)]=_0x5f5336,this[_0x10b078(0x19f)])throw new _0x4dc11d(_0x10b078(0x1b5),this);this[_0x10b078(0x19f)]=!0x0,this[_0x10b078(0x1ad)](_0x5c75f5,_0x10b078(0x1c2),()=>{const _0xc9452f=_0x10b078;this[_0xc9452f(0x1bd)](),this[_0xc9452f(0x1ad)](_0x5c75f5,_0xc9452f(0x1b4),_0x8cb486=>{const _0x484962=_0xc9452f;_0x8cb486[_0x484962(0x1ab)](),this[_0x484962(0x1ba)](_0x5f5336);});}),_0x5c75f5[_0x10b078(0x1a3)]({'viewClass':_0x10b078(0x1c6)});const _0x447372=_0x4cc755=>{const _0x52ed0a=_0x10b078;_0x4cc755[_0x52ed0a(0x19b)](),_0x5c75f5[_0x52ed0a(0x1ce)](_0x4cc755);};for(const _0x3baa3d of _0x5f5336)_0x447372(_0x3baa3d);this[_0x10b078(0x1ad)](_0x5f5336,_0x10b078(0x1b2),(_0x503953,_0x21004d)=>{_0x447372(_0x21004d);}),this[_0x10b078(0x1ad)](_0x5f5336,_0x10b078(0x1cd),(_0xf323e5,_0x5847cf,_0x3cf824)=>{const _0x23fbe0=_0x10b078;_0x5c75f5[_0x23fbe0(0x1b6)]({'removedAnnotation':_0x5847cf,'previousAnnotation':_0x5f5336[_0x23fbe0(0x1c1)](_0x3cf824-0x1),'nextAnnotation':_0x5f5336[_0x23fbe0(0x1c1)](_0x3cf824+0x1)}),_0x5847cf===this[_0x23fbe0(0x1a0)]&&this[_0x23fbe0(0x1a2)](null);},{'priority':_0x10b078(0x1da)}),this[_0x10b078(0x1ad)](_0x5f5336,_0x10b078(0x1ae),(_0x145897,_0x4f1e79)=>{const _0x3f4de5=_0x10b078;this[_0x3f4de5(0x1a2)](_0x4f1e79);}),this[_0x10b078(0x1ad)](_0x5f5336,_0x10b078(0x1a1),()=>{const _0x3f44a3=_0x10b078;this[_0x3f44a3(0x1a2)](null);});const _0x52b6e3=this[_0x10b078(0x1cb)]instanceof _0x191527?this[_0x10b078(0x1cb)][_0x10b078(0x1b1)]:new _0x3c7f8f([this[_0x10b078(0x1cb)]]);for(const _0x4aebb7 of _0x52b6e3)this[_0x10b078(0x1ac)](_0x4aebb7);this[_0x10b078(0x1ad)](_0x52b6e3,_0x10b078(0x1b2),(_0x9345a9,_0x1e42f6)=>{const _0x2d81b1=_0x10b078;this[_0x2d81b1(0x1ad)](_0x1e42f6,_0x2d81b1(0x1d4),()=>{const _0x1c150c=_0x2d81b1;this[_0x1c150c(0x1ac)](_0x1e42f6);});}),this[_0x10b078(0x1ad)](_0x52b6e3,_0x10b078(0x1cd),(_0x5c69ba,_0x4cd3b5)=>{const _0x49ac86=_0x10b078;_0x4cd3b5[_0x49ac86(0x1b8)][_0x49ac86(0x1d7)](_0x49ac86(0x19a))&&this[_0x49ac86(0x1a7)](_0x4cd3b5[_0x49ac86(0x1b8)][_0x49ac86(0x1c1)](_0x49ac86(0x19a)));}),window[_0x10b078(0x1dc)](_0x10b078(0x1bc),this[_0x10b078(0x1c4)]),this[_0x10b078(0x1af)][_0x10b078(0x1c0)]();}[_0x473444(0x1bd)](){const _0x1cceff=_0x473444;if(!this[_0x1cceff(0x19f)])throw new _0x4dc11d(_0x1cceff(0x1d3),this);this[_0x1cceff(0x1a2)](null);const _0x254295=this[_0x1cceff(0x1cb)][_0x1cceff(0x1b8)][_0x1cceff(0x1c1)](_0xc79a40);_0x254295[_0x1cceff(0x1c7)](this[_0x1cceff(0x1af)]),this[_0x1cceff(0x1b9)](_0x254295),this[_0x1cceff(0x1b9)](this[_0x1cceff(0x1af)]),this[_0x1cceff(0x1cb)]instanceof _0x191527&&this[_0x1cceff(0x1b9)](this[_0x1cceff(0x1cb)][_0x1cceff(0x1b1)]);for(const _0x5da673 of Array[_0x1cceff(0x1c8)](this[_0x1cceff(0x1be)]))this[_0x1cceff(0x1a7)](_0x5da673);window[_0x1cceff(0x1bf)](_0x1cceff(0x1bc),this[_0x1cceff(0x1c4)]),this[_0x1cceff(0x1c4)][_0x1cceff(0x1b3)](),this[_0x1cceff(0x1a0)]=null,this[_0x1cceff(0x19f)]=!0x1,this[_0x1cceff(0x1af)]=null;}[_0x473444(0x1b0)](){const _0x535234=_0x473444;this[_0x535234(0x19f)]&&this[_0x535234(0x1bd)]();}[_0x473444(0x1ac)](_0x3ccb11){const _0x1ae74f=_0x473444;if(!_0x3ccb11[_0x1ae74f(0x1b8)][_0x1ae74f(0x1d7)](_0x1ae74f(0x19a)))return;const _0x2d03e0=_0x3ccb11[_0x1ae74f(0x1b8)][_0x1ae74f(0x1c1)](_0x1ae74f(0x19a)),_0x12f3b9=()=>{const _0x55b4a5=_0x1ae74f,_0x5a7581=_0x2d03e0[_0x55b4a5(0x1d6)]({'annotations':this[_0x55b4a5(0x1af)],'activeAnnotation':this[_0x55b4a5(0x1a0)]});this[_0x55b4a5(0x1a2)](_0x5a7581[0x0]||null);};this[_0x1ae74f(0x1ad)](_0x2d03e0,_0x1ae74f(0x1bb),_0x12f3b9),this[_0x1ae74f(0x1ad)](_0x2d03e0,_0x1ae74f(0x1a1),(_0x285f07,{isAnnotationTracked:_0x3d8e9c})=>{const _0x24b3ef=_0x1ae74f;this[_0x24b3ef(0x1a0)]&&_0x3d8e9c(this[_0x24b3ef(0x1a0)])&&this[_0x24b3ef(0x1a2)](null);}),this[_0x1ae74f(0x1ad)](_0x2d03e0,_0x1ae74f(0x1c5),()=>{const _0x583e73=_0x1ae74f;this[_0x583e73(0x1c4)]();}),this[_0x1ae74f(0x1ad)](this[_0x1ae74f(0x1af)],_0x1ae74f(0x1a1),_0x49dfd3=>{const _0xad4b7=_0x1ae74f;_0x2d03e0[_0xad4b7(0x1d0)]()&&(_0x12f3b9(),_0x49dfd3[_0xad4b7(0x1d9)]());},{'priority':_0x1ae74f(0x1da)}),this[_0x1ae74f(0x1be)][_0x1ae74f(0x1b2)](_0x2d03e0);}[_0x473444(0x1a7)](_0x1da327){const _0xa5d463=_0x473444;this[_0xa5d463(0x1b9)](_0x1da327),this[_0xa5d463(0x1be)][_0xa5d463(0x1cd)](_0x1da327);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3f49(_0xdbc4e7,_0x3277d9){const _0x50858e=_0x5085();return _0x3f49=function(_0x3f49b6,_0x52b7f2){_0x3f49b6=_0x3f49b6-0x91;let _0x5e53a9=_0x50858e[_0x3f49b6];return _0x5e53a9;},_0x3f49(_0xdbc4e7,_0x3277d9);}const _0x45c18c=_0x3f49;(function(_0x35d6e1,_0x374b56){const _0x15bca2=_0x3f49,_0x21ce6d=_0x35d6e1();while(!![]){try{const _0x2d5c43=-parseInt(_0x15bca2(0x98))/0x1*(parseInt(_0x15bca2(0x93))/0x2)+parseInt(_0x15bca2(0x92))/0x3+parseInt(_0x15bca2(0xb0))/0x4*(-parseInt(_0x15bca2(0x9b))/0x5)+-parseInt(_0x15bca2(0x99))/0x6+-parseInt(_0x15bca2(0x94))/0x7+parseInt(_0x15bca2(0xb4))/0x8+parseInt(_0x15bca2(0x9a))/0x9;if(_0x2d5c43===_0x374b56)break;else _0x21ce6d['push'](_0x21ce6d['shift']());}catch(_0x36e313){_0x21ce6d['push'](_0x21ce6d['shift']());}}}(_0x5085,0x328c7));import{Command as _0x4d2f94}from'ckeditor5/src/core.js';import{uid as _0x17219e}from'ckeditor5/src/utils.js';function _0x5085(){const _0x2856f0=['7934202WCIzkw','121795ivdrQH','element','refresh','editor','getItems','getLastMatchingPosition','isEnabled','_hasContent','end','document','selection','_trimToContent','substr','tableCell','_itemIsContent','item','comment:','schema','$textProxy','isObject','createRange','24cuzBjs','push','execute','start','148128FCjASl','getRanges','change','587259ZFjraE','17154kydOYH','2517249DmdBjJ','model','backward','addMarker','6KzaANg','1989462PbkGHz'];_0x5085=function(){return _0x2856f0;};return _0x5085();}export default class G extends _0x4d2f94{[_0x45c18c(0x9d)](){const _0x7f2a7e=_0x45c18c,_0x4f255e=this[_0x7f2a7e(0x9e)][_0x7f2a7e(0x95)][_0x7f2a7e(0xa4)][_0x7f2a7e(0xa5)];for(const _0x5853ed of _0x4f255e[_0x7f2a7e(0xb5)]())if(this[_0x7f2a7e(0xa2)](_0x5853ed))return void(this[_0x7f2a7e(0xa1)]=!0x0);this[_0x7f2a7e(0xa1)]=!0x1;}[_0x45c18c(0xb2)]({threadId:_0xdf835a=_0x17219e()}={}){const _0x20ccaf=_0x45c18c,_0x5e708b=this[_0x20ccaf(0x9e)][_0x20ccaf(0x95)],_0xf2be4d=[];for(const _0x4adae5 of _0x5e708b[_0x20ccaf(0xa4)][_0x20ccaf(0xa5)][_0x20ccaf(0xb5)]())this[_0x20ccaf(0xa2)](_0x4adae5)&&_0xf2be4d[_0x20ccaf(0xb1)](this[_0x20ccaf(0xa6)](_0x4adae5));_0x5e708b[_0x20ccaf(0x91)](_0x558183=>{const _0x33dc54=_0x20ccaf;for(const _0x540d2c of _0xf2be4d){const _0x4cdf23=_0x17219e()[_0x33dc54(0xa7)](0x1,0x5),_0xefd9da=_0x33dc54(0xab)+_0xdf835a+':'+_0x4cdf23;_0x558183[_0x33dc54(0x97)](_0xefd9da,{'range':_0x540d2c,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x45c18c(0xa2)](_0x2a211c){const _0x44189=_0x45c18c;for(const _0x3f1272 of _0x2a211c[_0x44189(0x9f)]())if(this[_0x44189(0xa9)](_0x3f1272))return!0x0;return!0x1;}[_0x45c18c(0xa9)](_0x59d217){const _0x59d4c5=_0x45c18c;return _0x59d217['is'](_0x59d4c5(0xad))||this[_0x59d4c5(0x9e)][_0x59d4c5(0x95)][_0x59d4c5(0xac)][_0x59d4c5(0xae)](_0x59d217)&&!_0x59d217['is'](_0x59d4c5(0x9c),_0x59d4c5(0xa8));}[_0x45c18c(0xa6)](_0x79ebfa){const _0x229b4c=_0x45c18c,_0x2d3e43=_0x392aa6=>!this[_0x229b4c(0xa9)](_0x392aa6[_0x229b4c(0xaa)]),_0xeb03b3=_0x79ebfa[_0x229b4c(0xb3)][_0x229b4c(0xa0)](_0x2d3e43),_0x5a76d4=_0x79ebfa[_0x229b4c(0xa3)][_0x229b4c(0xa0)](_0x2d3e43,{'direction':_0x229b4c(0x96)});return this[_0x229b4c(0x9e)][_0x229b4c(0x95)][_0x229b4c(0xaf)](_0xeb03b3,_0x5a76d4);}}
23
+ const _0x356170=_0x5938;function _0x5938(_0x5b3272,_0x180cda){const _0x3b7b14=_0x3b7b();return _0x5938=function(_0x59380f,_0x4dae89){_0x59380f=_0x59380f-0x197;let _0x46efe4=_0x3b7b14[_0x59380f];return _0x46efe4;},_0x5938(_0x5b3272,_0x180cda);}(function(_0x15526a,_0x1b63cc){const _0x603f1f=_0x5938,_0x42eeab=_0x15526a();while(!![]){try{const _0x2df7d9=-parseInt(_0x603f1f(0x1b2))/0x1+parseInt(_0x603f1f(0x1b3))/0x2*(-parseInt(_0x603f1f(0x1a5))/0x3)+parseInt(_0x603f1f(0x1b7))/0x4+parseInt(_0x603f1f(0x1a1))/0x5*(-parseInt(_0x603f1f(0x1b9))/0x6)+parseInt(_0x603f1f(0x197))/0x7*(parseInt(_0x603f1f(0x1a4))/0x8)+-parseInt(_0x603f1f(0x19d))/0x9*(parseInt(_0x603f1f(0x1ac))/0xa)+parseInt(_0x603f1f(0x1a6))/0xb;if(_0x2df7d9===_0x1b63cc)break;else _0x42eeab['push'](_0x42eeab['shift']());}catch(_0x40ac77){_0x42eeab['push'](_0x42eeab['shift']());}}}(_0x3b7b,0x9eedf));import{Command as _0x399007}from'ckeditor5/src/core.js';import{uid as _0x129bfe}from'ckeditor5/src/utils.js';function _0x3b7b(){const _0x4f30f5=['21003cWnmdn','21225149ObUbwm','tableCell','end','getRanges','push','getLastMatchingPosition','131830MaELRc','isEnabled','document','_hasContent','addMarker','change','299198vQsHWb','90WxoTsz','item','editor','execute','318596DATkRt','substr','1378578iZnIta','getItems','schema','element','backward','2148629NOivuy','$textProxy','start','isObject','model','selection','666fffwyi','createRange','comment:','_trimToContent','15lZavqG','_itemIsContent','refresh','24vnIOuU'];_0x3b7b=function(){return _0x4f30f5;};return _0x3b7b();}export default class J extends _0x399007{[_0x356170(0x1a3)](){const _0x2a3244=_0x356170,_0x486482=this[_0x2a3244(0x1b5)][_0x2a3244(0x19b)][_0x2a3244(0x1ae)][_0x2a3244(0x19c)];for(const _0x35e270 of _0x486482[_0x2a3244(0x1a9)]())if(this[_0x2a3244(0x1af)](_0x35e270))return void(this[_0x2a3244(0x1ad)]=!0x0);this[_0x2a3244(0x1ad)]=!0x1;}[_0x356170(0x1b6)]({threadId:_0x42c3ce=_0x129bfe()}={}){const _0x57aa2d=_0x356170,_0x261c93=this[_0x57aa2d(0x1b5)][_0x57aa2d(0x19b)],_0x35e4de=[];for(const _0x2648bf of _0x261c93[_0x57aa2d(0x1ae)][_0x57aa2d(0x19c)][_0x57aa2d(0x1a9)]())this[_0x57aa2d(0x1af)](_0x2648bf)&&_0x35e4de[_0x57aa2d(0x1aa)](this[_0x57aa2d(0x1a0)](_0x2648bf));_0x261c93[_0x57aa2d(0x1b1)](_0x5d3989=>{const _0x2d3381=_0x57aa2d;for(const _0x3b50f2 of _0x35e4de){const _0x20e160=_0x129bfe()[_0x2d3381(0x1b8)](0x1,0x5),_0xf10ad4=_0x2d3381(0x19f)+_0x42c3ce+':'+_0x20e160;_0x5d3989[_0x2d3381(0x1b0)](_0xf10ad4,{'range':_0x3b50f2,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x356170(0x1af)](_0x47d0fc){const _0x25bd7f=_0x356170;for(const _0x52e01b of _0x47d0fc[_0x25bd7f(0x1ba)]())if(this[_0x25bd7f(0x1a2)](_0x52e01b))return!0x0;return!0x1;}[_0x356170(0x1a2)](_0x27bf42){const _0x5e92b5=_0x356170;return _0x27bf42['is'](_0x5e92b5(0x198))||this[_0x5e92b5(0x1b5)][_0x5e92b5(0x19b)][_0x5e92b5(0x1bb)][_0x5e92b5(0x19a)](_0x27bf42)&&!_0x27bf42['is'](_0x5e92b5(0x1bc),_0x5e92b5(0x1a7));}[_0x356170(0x1a0)](_0x698e63){const _0x3f57dc=_0x356170,_0x4003be=_0xa5de51=>!this[_0x3f57dc(0x1a2)](_0xa5de51[_0x3f57dc(0x1b4)]),_0x444075=_0x698e63[_0x3f57dc(0x199)][_0x3f57dc(0x1ab)](_0x4003be),_0x8349c7=_0x698e63[_0x3f57dc(0x1a8)][_0x3f57dc(0x1ab)](_0x4003be,{'direction':_0x3f57dc(0x1bd)});return this[_0x3f57dc(0x1b5)][_0x3f57dc(0x19b)][_0x3f57dc(0x19e)](_0x444075,_0x8349c7);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5f2358=_0x2788;(function(_0x576305,_0x2806a7){const _0x5298b3=_0x2788,_0x54b634=_0x576305();while(!![]){try{const _0x61560a=parseInt(_0x5298b3(0x1e1))/0x1+-parseInt(_0x5298b3(0x1fe))/0x2*(parseInt(_0x5298b3(0x1f2))/0x3)+parseInt(_0x5298b3(0x1ed))/0x4*(parseInt(_0x5298b3(0x1e8))/0x5)+-parseInt(_0x5298b3(0x1fa))/0x6*(-parseInt(_0x5298b3(0x1ef))/0x7)+parseInt(_0x5298b3(0x1dc))/0x8*(-parseInt(_0x5298b3(0x1f0))/0x9)+-parseInt(_0x5298b3(0x1f1))/0xa+-parseInt(_0x5298b3(0x1e7))/0xb*(-parseInt(_0x5298b3(0x1fd))/0xc);if(_0x61560a===_0x2806a7)break;else _0x54b634['push'](_0x54b634['shift']());}catch(_0x580538){_0x54b634['push'](_0x54b634['shift']());}}}(_0xb65f,0xde6d8));import{ContextPlugin as _0x107b51}from'ckeditor5/src/core.js';import{Collection as _0x33c277}from'ckeditor5/src/utils.js';function _0xb65f(){const _0xb79d7f=['focus','stopListening','_calculatePosition','getCommentThread','1496683HSkZNJ','requires','remove','context','init','get','13411354TGVnCt','9495znQxrA','plugins','isActive','add','archivedThreads','728vBIOwO','pluginName','276465uBbxxb','36tVAlyY','11004590oQIqIL','215403wSWoAX','collection','length','addCommentThread','CommentsArchive','activate','change:archivedAt','archivedAt','276XVAUSp','highest','findIndex','12iGGnhY','44NBxmFD','listenTo','has','removeCommentThread','2574280mkAQRq'];_0xb65f=function(){return _0xb79d7f;};return _0xb65f();}function _0x2788(_0x937541,_0x5bcf70){const _0xb65f35=_0xb65f();return _0x2788=function(_0x2788a9,_0x48179c){_0x2788a9=_0x2788a9-0x1d9;let _0x6605b4=_0xb65f35[_0x2788a9];return _0x6605b4;},_0x2788(_0x937541,_0x5bcf70);}import _0x575071 from'./commentsrepository.js';import _0x382294 from'../annotations/annotations.js';export default class p extends _0x107b51{static get[_0x5f2358(0x1ee)](){const _0x43ddfd=_0x5f2358;return _0x43ddfd(0x1f6);}static get[_0x5f2358(0x1e2)](){return[_0x575071,_0x382294];}constructor(_0x1eebbd){const _0x1a2dd6=_0x5f2358;super(_0x1eebbd),this[_0x1a2dd6(0x1ec)]=new _0x33c277();}[_0x5f2358(0x1e5)](){const _0x125f36=_0x5f2358,_0x45243a=this[_0x125f36(0x1e4)],_0x10d4ec=_0x45243a[_0x125f36(0x1e9)][_0x125f36(0x1e6)](_0x575071),_0x176a5c=_0x45243a[_0x125f36(0x1e9)][_0x125f36(0x1e6)](_0x382294);this[_0x125f36(0x1d9)](_0x10d4ec,_0x125f36(0x1f5),(_0x5e5923,{threadId:_0x142b3d})=>{const _0x453cd1=_0x125f36,_0x461820=_0x10d4ec[_0x453cd1(0x1e0)](_0x142b3d);_0x461820[_0x453cd1(0x1f9)]&&this[_0x453cd1(0x1ec)][_0x453cd1(0x1eb)](_0x461820,this[_0x453cd1(0x1df)](_0x461820[_0x453cd1(0x1f9)])),this[_0x453cd1(0x1d9)](_0x461820,_0x453cd1(0x1f8),(_0x477165,_0x32778c,_0x5e1fad)=>{const _0x5c79ad=_0x453cd1;_0x5e1fad?this[_0x5c79ad(0x1ec)][_0x5c79ad(0x1da)](_0x461820)||this[_0x5c79ad(0x1ec)][_0x5c79ad(0x1eb)](_0x461820,this[_0x5c79ad(0x1df)](_0x461820[_0x5c79ad(0x1f9)])):this[_0x5c79ad(0x1ec)][_0x5c79ad(0x1da)](_0x461820)&&this[_0x5c79ad(0x1ec)][_0x5c79ad(0x1e3)](_0x461820);});}),this[_0x125f36(0x1d9)](_0x10d4ec,_0x125f36(0x1db),(_0x21e111,{threadId:_0x3f79f7})=>{const _0x1db0ef=_0x125f36,_0x21eb57=_0x10d4ec[_0x1db0ef(0x1e0)](_0x3f79f7);this[_0x1db0ef(0x1de)](_0x21eb57),this[_0x1db0ef(0x1ec)][_0x1db0ef(0x1da)](_0x21eb57)&&this[_0x1db0ef(0x1ec)][_0x1db0ef(0x1e3)](_0x21eb57);},{'priority':_0x125f36(0x1fb)}),this[_0x125f36(0x1d9)](_0x176a5c[_0x125f36(0x1f3)],_0x125f36(0x1dd),(_0xefb6f2,_0xa7ef07)=>{const _0x120585=_0x125f36;_0xa7ef07[_0x120585(0x1ea)]=!0x0,_0x176a5c[_0x120585(0x1f7)](_0xa7ef07);});}[_0x5f2358(0x1df)](_0x41bc64){const _0x253d6d=_0x5f2358,_0x26b1ee=[...this[_0x253d6d(0x1ec)]][_0x253d6d(0x1fc)](_0x27e2eb=>_0x27e2eb[_0x253d6d(0x1f9)]<_0x41bc64);return _0x26b1ee>-0x1?_0x26b1ee:this[_0x253d6d(0x1ec)][_0x253d6d(0x1f4)];}}
23
+ const _0x37d3f4=_0x4adc;(function(_0x1d117f,_0x2c00d9){const _0x4e731f=_0x4adc,_0x15171f=_0x1d117f();while(!![]){try{const _0x4d9559=parseInt(_0x4e731f(0x178))/0x1*(-parseInt(_0x4e731f(0x18a))/0x2)+parseInt(_0x4e731f(0x18b))/0x3*(parseInt(_0x4e731f(0x177))/0x4)+-parseInt(_0x4e731f(0x16e))/0x5*(-parseInt(_0x4e731f(0x175))/0x6)+parseInt(_0x4e731f(0x16d))/0x7*(parseInt(_0x4e731f(0x187))/0x8)+-parseInt(_0x4e731f(0x17e))/0x9+-parseInt(_0x4e731f(0x16a))/0xa*(parseInt(_0x4e731f(0x17a))/0xb)+parseInt(_0x4e731f(0x18c))/0xc;if(_0x4d9559===_0x2c00d9)break;else _0x15171f['push'](_0x15171f['shift']());}catch(_0x6aa21){_0x15171f['push'](_0x15171f['shift']());}}}(_0x3bcb,0xbd02a));import{ContextPlugin as _0x5a07f7}from'ckeditor5/src/core.js';import{Collection as _0x156ccc}from'ckeditor5/src/utils.js';function _0x4adc(_0x34b9fa,_0x25add5){const _0x3bcb51=_0x3bcb();return _0x4adc=function(_0x4adcda,_0x132489){_0x4adcda=_0x4adcda-0x166;let _0x1e1630=_0x3bcb51[_0x4adcda];return _0x1e1630;},_0x4adc(_0x34b9fa,_0x25add5);}import _0x4594ee from'./commentsrepository.js';import _0x21f068 from'../annotations/annotations.js';export default class p extends _0x5a07f7{static get[_0x37d3f4(0x188)](){const _0x5f323a=_0x37d3f4;return _0x5f323a(0x181);}static get[_0x37d3f4(0x173)](){return[_0x4594ee,_0x21f068];}constructor(_0x470530){const _0x156be0=_0x37d3f4;super(_0x470530),this[_0x156be0(0x169)]=new _0x156ccc();}[_0x37d3f4(0x172)](){const _0x210cda=_0x37d3f4,_0x274a3b=this[_0x210cda(0x186)],_0x49c11b=_0x274a3b[_0x210cda(0x170)][_0x210cda(0x184)](_0x4594ee),_0x1c75f3=_0x274a3b[_0x210cda(0x170)][_0x210cda(0x184)](_0x21f068);this[_0x210cda(0x189)](_0x49c11b,_0x210cda(0x183),(_0xcecee9,{threadId:_0x548a32})=>{const _0x5341d1=_0x210cda,_0x546227=_0x49c11b[_0x5341d1(0x174)](_0x548a32);_0x546227[_0x5341d1(0x171)]&&this[_0x5341d1(0x169)][_0x5341d1(0x180)](_0x546227,this[_0x5341d1(0x168)](_0x546227[_0x5341d1(0x171)])),this[_0x5341d1(0x189)](_0x546227,_0x5341d1(0x179),(_0x2be8f6,_0x18cfab,_0x427e35)=>{const _0x5b6dc3=_0x5341d1;_0x427e35?this[_0x5b6dc3(0x169)][_0x5b6dc3(0x176)](_0x546227)||this[_0x5b6dc3(0x169)][_0x5b6dc3(0x180)](_0x546227,this[_0x5b6dc3(0x168)](_0x546227[_0x5b6dc3(0x171)])):this[_0x5b6dc3(0x169)][_0x5b6dc3(0x176)](_0x546227)&&this[_0x5b6dc3(0x169)][_0x5b6dc3(0x17d)](_0x546227);});}),this[_0x210cda(0x189)](_0x49c11b,_0x210cda(0x182),(_0x557cc5,{threadId:_0xeb30a0})=>{const _0x4a4d36=_0x210cda,_0x57f7ae=_0x49c11b[_0x4a4d36(0x174)](_0xeb30a0);this[_0x4a4d36(0x166)](_0x57f7ae),this[_0x4a4d36(0x169)][_0x4a4d36(0x176)](_0x57f7ae)&&this[_0x4a4d36(0x169)][_0x4a4d36(0x17d)](_0x57f7ae);},{'priority':_0x210cda(0x17f)}),this[_0x210cda(0x189)](_0x1c75f3[_0x210cda(0x16f)],_0x210cda(0x185),(_0x201183,_0x2a8c81)=>{const _0x1d1c5d=_0x210cda;_0x2a8c81[_0x1d1c5d(0x167)]||(_0x2a8c81[_0x1d1c5d(0x17c)]=!0x0,_0x1c75f3[_0x1d1c5d(0x16b)](_0x2a8c81));});}[_0x37d3f4(0x168)](_0x4ef179){const _0x45074c=_0x37d3f4,_0x49bd27=[...this[_0x45074c(0x169)]][_0x45074c(0x16c)](_0x36c109=>_0x36c109[_0x45074c(0x171)]<_0x4ef179);return _0x49bd27>-0x1?_0x49bd27:this[_0x45074c(0x169)][_0x45074c(0x17b)];}}function _0x3bcb(){const _0xa7a788=['isVisible','_calculatePosition','archivedThreads','1720gNFDcI','activate','findIndex','42kLVYuM','35GQNkOG','collection','plugins','archivedAt','init','requires','getCommentThread','773958kVZrVW','has','4XezKTg','1gCgNqS','change:archivedAt','24068iQmENN','length','isActive','remove','9762444VtpUGb','highest','add','CommentsArchive','removeCommentThread','addCommentThread','get','focus','context','1412112UNVATM','pluginName','listenTo','356442LGanWn','318555MJjsIe','4142868oCTcuD','stopListening'];_0x3bcb=function(){return _0xa7a788;};return _0x3bcb();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x529c4d=_0x7b19;(function(_0x317eaf,_0x1c17bf){const _0x5b5446=_0x7b19,_0x56c5bb=_0x317eaf();while(!![]){try{const _0x52f3bb=-parseInt(_0x5b5446(0xb4))/0x1+-parseInt(_0x5b5446(0xca))/0x2+parseInt(_0x5b5446(0xe1))/0x3*(-parseInt(_0x5b5446(0xc9))/0x4)+parseInt(_0x5b5446(0xb9))/0x5*(parseInt(_0x5b5446(0xb6))/0x6)+parseInt(_0x5b5446(0xd6))/0x7+-parseInt(_0x5b5446(0xc7))/0x8+parseInt(_0x5b5446(0xbe))/0x9;if(_0x52f3bb===_0x1c17bf)break;else _0x56c5bb['push'](_0x56c5bb['shift']());}catch(_0x50109a){_0x56c5bb['push'](_0x56c5bb['shift']());}}}(_0x1bd0,0xe1d82));function _0x1bd0(){const _0x5c39ed=['requires','13909240ouRqOn','init','1477916dsyTni','3386332FXPLnw','listenTo','channelId','menuBar:commentsArchive','isEnabled','CommentsRepository','archivedAt','execute','Annotations','innerView','CommentsArchiveUI','push','12095622CtjJQO','length','add','annotationViews','componentFactory','editor','pluginName','_createCommentsArchiveButton','plugins','Dialog','EDITOR_TOP_SIDE','3NEjeiO','bind','indexOf','collaboration.channelId','tooltip','_calculatePosition','getByInnerView','view','get','collection','locale','remove','stopListening','splice','archivedThreads','filter','focusableElements','1058992GWGDFj','find','306498vxemws','isVisible','hide','165PapBQF','_toggleDialog','commentsArchive','_pendingThreads','show','21344985TAOzSL','config','COMMENTS_ARCHIVE','commentsArchiveView','findIndex','_visibleAnnotations','set','_threadToController'];_0x1bd0=function(){return _0x5c39ed;};return _0x1bd0();}import'../../theme/commentsarchive.css';import{Plugin as _0x4b0b7a}from'ckeditor5/src/core.js';import{ViewCollection as _0x5b9449,MenuBarMenuListItemButtonView as _0x55fbf5,ButtonView as _0x223628,Dialog as _0x2f484a,DialogViewPosition as _0x486628}from'ckeditor5/src/ui.js';import _0x1e4882 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x519ce3}from'../utils/common-translations.js';function _0x7b19(_0x109ce0,_0xd6364e){const _0x1bd0bb=_0x1bd0();return _0x7b19=function(_0x7b1933,_0x49d100){_0x7b1933=_0x7b1933-0xa9;let _0x3114ee=_0x1bd0bb[_0x7b1933];return _0x3114ee;},_0x7b19(_0x109ce0,_0xd6364e);}import _0x1e0745 from'./ui/view/commentsarchiveview.js';import _0x82ba3f from'./commentsarchive.js';export default class a extends _0x4b0b7a{static get[_0x529c4d(0xdc)](){const _0x74157d=_0x529c4d;return _0x74157d(0xd4);}static get[_0x529c4d(0xc6)](){return[_0x82ba3f,_0x2f484a];}constructor(_0x1b5296){const _0x32ab51=_0x529c4d;super(_0x1b5296),this[_0x32ab51(0xd9)]=new _0x5b9449(),this[_0x32ab51(0xbc)]=[];}[_0x529c4d(0xc8)](){const _0x2135ea=_0x529c4d;this[_0x2135ea(0xdb)]['ui'][_0x2135ea(0xda)][_0x2135ea(0xd8)](_0x2135ea(0xbb),()=>this[_0x2135ea(0xdd)](_0x223628,!0x0)),this[_0x2135ea(0xdb)]['ui'][_0x2135ea(0xda)][_0x2135ea(0xd8)](_0x2135ea(0xcd),()=>this[_0x2135ea(0xdd)](_0x55fbf5));const _0x25a71e=this[_0x2135ea(0xdb)][_0x2135ea(0xde)][_0x2135ea(0xab)](_0x82ba3f),_0x1012ec=this[_0x2135ea(0xdb)][_0x2135ea(0xde)][_0x2135ea(0xab)](_0x2135ea(0xd2)),_0x163716=this[_0x2135ea(0xdb)][_0x2135ea(0xde)][_0x2135ea(0xab)](_0x2135ea(0xcf));this[_0x2135ea(0xcb)](_0x25a71e[_0x2135ea(0xb1)],_0x2135ea(0xd8),(_0xec3030,_0x311779)=>{const _0x3a5da4=_0x2135ea,_0x52f048=this[_0x3a5da4(0xdb)][_0x3a5da4(0xbf)][_0x3a5da4(0xab)](_0x3a5da4(0xe4));if(!_0x52f048||_0x311779[_0x3a5da4(0xcc)]===_0x52f048){const _0x564ddb=_0x163716[_0x3a5da4(0xc5)][_0x3a5da4(0xab)](_0x311779);if(!_0x564ddb)return void this[_0x3a5da4(0xbc)][_0x3a5da4(0xd5)](_0x311779);const _0x46f1c5=this[_0x3a5da4(0xe6)](_0x311779[_0x3a5da4(0xd0)]),_0x303124=_0x1012ec[_0x3a5da4(0xa9)](_0x564ddb[_0x3a5da4(0xaa)]);_0x303124[_0x3a5da4(0xb7)]&&_0x1012ec[_0x3a5da4(0xc3)][_0x3a5da4(0xae)](_0x303124),this[_0x3a5da4(0xd9)][_0x3a5da4(0xd8)](_0x303124[_0x3a5da4(0xaa)],_0x46f1c5);}}),this[_0x2135ea(0xcb)](_0x1012ec[_0x2135ea(0xac)],_0x2135ea(0xd8),(_0x52dbb8,_0x105bfa)=>{const _0x485188=_0x2135ea,_0x2b97bc=this[_0x485188(0xbc)][_0x485188(0xb5)](_0x1b1393=>{const _0xda7739=_0x485188,_0x45c841=_0x163716[_0xda7739(0xc5)][_0xda7739(0xab)](_0x1b1393);return _0x45c841&&_0x105bfa[_0xda7739(0xd3)]===_0x45c841[_0xda7739(0xaa)];});if(_0x2b97bc){const _0x57fcdd=this[_0x485188(0xe6)](_0x2b97bc[_0x485188(0xd0)]);this[_0x485188(0xd9)][_0x485188(0xd8)](_0x105bfa[_0x485188(0xaa)],_0x57fcdd),this[_0x485188(0xbc)][_0x485188(0xb0)](this[_0x485188(0xbc)][_0x485188(0xe3)](_0x2b97bc),0x1);}}),this[_0x2135ea(0xcb)](_0x25a71e[_0x2135ea(0xb1)],_0x2135ea(0xae),(_0x19e414,_0x3154af)=>{const _0x16d544=_0x2135ea,_0xa3d9b4=this[_0x16d544(0xdb)][_0x16d544(0xbf)][_0x16d544(0xab)](_0x16d544(0xe4));if(!_0xa3d9b4||_0x3154af[_0x16d544(0xcc)]===_0xa3d9b4){const _0x239391=_0x163716[_0x16d544(0xc5)][_0x16d544(0xab)](_0x3154af),_0x517d82=_0x1012ec[_0x16d544(0xa9)](_0x239391[_0x16d544(0xaa)]);this[_0x16d544(0xd9)][_0x16d544(0xae)](_0x517d82[_0x16d544(0xaa)]),this[_0x16d544(0xaf)](_0x517d82[_0x16d544(0xb3)]);}});}[_0x529c4d(0xe6)](_0x537afd){const _0x17d5ea=_0x529c4d,_0x1acda9=this[_0x17d5ea(0xdb)][_0x17d5ea(0xbf)][_0x17d5ea(0xab)](_0x17d5ea(0xe4)),_0xb73a3b=[...this[_0x17d5ea(0xdb)][_0x17d5ea(0xde)][_0x17d5ea(0xab)](_0x82ba3f)[_0x17d5ea(0xb1)]][_0x17d5ea(0xb2)](_0x2f1b27=>_0x2f1b27[_0x17d5ea(0xcc)]===_0x1acda9)[_0x17d5ea(0xc2)](_0x38bacd=>_0x38bacd[_0x17d5ea(0xd0)]<_0x537afd);return _0xb73a3b<0x0||_0xb73a3b>this[_0x17d5ea(0xd9)][_0x17d5ea(0xd7)]?this[_0x17d5ea(0xd9)][_0x17d5ea(0xd7)]:_0xb73a3b-0x1;}[_0x529c4d(0xba)](){const _0x446889=_0x529c4d,_0x2b5844=this[_0x446889(0xdb)],_0x3fa860=_0x2b5844[_0x446889(0xde)][_0x446889(0xab)](_0x446889(0xdf));this[_0x446889(0xc1)]||(this[_0x446889(0xc1)]=new _0x1e0745(_0x2b5844[_0x446889(0xad)],this[_0x446889(0xd9)])),_0x446889(0xbb)===_0x3fa860['id']?_0x3fa860[_0x446889(0xb8)]():_0x3fa860[_0x446889(0xbd)]({'id':_0x446889(0xbb),'title':_0x519ce3(_0x2b5844[_0x446889(0xad)],_0x446889(0xc0)),'icon':_0x1e4882,'hasCloseButton':!0x0,'content':this[_0x446889(0xc1)],'position':_0x486628[_0x446889(0xe0)]});}[_0x529c4d(0xdd)](_0x3157a5,_0x4ddd72=!0x1){const _0x57e001=_0x529c4d,_0x14d52d=this[_0x57e001(0xdb)][_0x57e001(0xad)],_0x759f86=new _0x3157a5(_0x14d52d);return _0x759f86[_0x57e001(0xe2)](_0x57e001(0xce))['to'](this,_0x57e001(0xce)),_0x759f86[_0x57e001(0xc4)]({'label':_0x519ce3(_0x14d52d,_0x57e001(0xc0)),'icon':_0x1e4882}),_0x4ddd72&&(_0x759f86[_0x57e001(0xe5)]=!0x0),this[_0x57e001(0xcb)](_0x759f86,_0x57e001(0xd1),()=>this[_0x57e001(0xba)]()),_0x759f86;}}
23
+ const _0x1c6116=_0x5a2b;(function(_0x395e2e,_0x408ec6){const _0x4787ce=_0x5a2b,_0x3da699=_0x395e2e();while(!![]){try{const _0x374d87=-parseInt(_0x4787ce(0x174))/0x1+-parseInt(_0x4787ce(0x16c))/0x2+parseInt(_0x4787ce(0x17c))/0x3*(parseInt(_0x4787ce(0x189))/0x4)+-parseInt(_0x4787ce(0x185))/0x5+parseInt(_0x4787ce(0x18c))/0x6*(-parseInt(_0x4787ce(0x176))/0x7)+parseInt(_0x4787ce(0x162))/0x8+parseInt(_0x4787ce(0x16e))/0x9*(parseInt(_0x4787ce(0x187))/0xa);if(_0x374d87===_0x408ec6)break;else _0x3da699['push'](_0x3da699['shift']());}catch(_0x330bdf){_0x3da699['push'](_0x3da699['shift']());}}}(_0x1e94,0xe604d));import'../../theme/commentsarchive.css';import{Plugin as _0x2278b7}from'ckeditor5/src/core.js';import{ViewCollection as _0x11ae1a,MenuBarMenuListItemButtonView as _0xdacce1,ButtonView as _0x7671d0,Dialog as _0x11c768,DialogViewPosition as _0x37e8ab}from'ckeditor5/src/ui.js';import _0x1fea7b from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x4f8186}from'../utils/common-translations.js';function _0x1e94(){const _0x14ac9f=['commentsArchive','511570Vpatys','stopListening','14107580QimzJa','menuBar:commentsArchive','56WHEFVH','_visibleAnnotations','collaboration.channelId','1458hgITtf','get','set','listenTo','archivedAt','componentFactory','CommentsArchiveUI','commentsArchiveView','_calculatePosition','Dialog','_pendingThreads','remove','filter','bind','CommentsRepository','getCommentThread','plugins','menuitemcheckbox','archivedThreads','push','tooltip','isVisible','focusableElements','_createCommentsArchiveButton','hide','init','12325944rpzYwQ','findIndex','pluginName','escapeThread','indexOf','EDITOR_TOP_SIDE','view','_toggleDialog','channelId','_threadToController','3534944iNzlnC','isOpen','9HHZjid','config','add','COMMENTS_ARCHIVE','editor','innerView','730536qofiIr','isEnabled','18508GOSRvs','show','execute','splice','find','requires','264315oJTFIU','locale','isOn','collection','annotationViews','getByInnerView','length','Annotations'];_0x1e94=function(){return _0x14ac9f;};return _0x1e94();}import _0x193ad0 from'./ui/view/commentsarchiveview.js';function _0x5a2b(_0x27dac6,_0x44282d){const _0x1e94d1=_0x1e94();return _0x5a2b=function(_0x5a2b50,_0x35baa1){_0x5a2b50=_0x5a2b50-0x159;let _0x268610=_0x1e94d1[_0x5a2b50];return _0x268610;},_0x5a2b(_0x27dac6,_0x44282d);}import _0x27e969 from'./commentsarchive.js';export default class a extends _0x2278b7{static get[_0x1c6116(0x164)](){const _0x1c52ae=_0x1c6116;return _0x1c52ae(0x192);}static get[_0x1c6116(0x17b)](){return[_0x27e969,_0x11c768];}constructor(_0xe5aafa){const _0x3ec27c=_0x1c6116;super(_0xe5aafa),this[_0x3ec27c(0x180)]=new _0x11ae1a(),this[_0x3ec27c(0x196)]=[];}[_0x1c6116(0x161)](){const _0x4c6c6c=_0x1c6116,_0x14dca7=this[_0x4c6c6c(0x172)];_0x14dca7['ui'][_0x4c6c6c(0x191)][_0x4c6c6c(0x170)](_0x4c6c6c(0x184),()=>this[_0x4c6c6c(0x15f)](_0x7671d0,!0x0)),_0x14dca7['ui'][_0x4c6c6c(0x191)][_0x4c6c6c(0x170)](_0x4c6c6c(0x188),()=>{const _0x19bb1b=_0x4c6c6c,_0x24a44a=this[_0x19bb1b(0x15f)](_0xdacce1);return _0x24a44a[_0x19bb1b(0x18e)]({'role':_0x19bb1b(0x159)}),_0x24a44a;});const _0x2dfdf4=_0x14dca7[_0x4c6c6c(0x19c)][_0x4c6c6c(0x18d)](_0x27e969),_0x5c0e8=_0x14dca7[_0x4c6c6c(0x19c)][_0x4c6c6c(0x18d)](_0x4c6c6c(0x183)),_0x40e963=_0x14dca7[_0x4c6c6c(0x19c)][_0x4c6c6c(0x18d)](_0x4c6c6c(0x19a));this[_0x4c6c6c(0x18f)](_0x2dfdf4[_0x4c6c6c(0x15a)],_0x4c6c6c(0x170),(_0x3f80b3,_0x481faa)=>{const _0x549014=_0x4c6c6c,_0x5ce8f5=_0x14dca7[_0x549014(0x16f)][_0x549014(0x18d)](_0x549014(0x18b));if(!_0x5ce8f5||_0x481faa[_0x549014(0x16a)]===_0x5ce8f5){const _0x51b2ca=_0x40e963[_0x549014(0x16b)][_0x549014(0x18d)](_0x481faa);if(!_0x51b2ca)return void this[_0x549014(0x196)][_0x549014(0x15b)](_0x481faa);const _0x105131=this[_0x549014(0x194)](_0x481faa[_0x549014(0x190)]),_0x670c2=_0x5c0e8[_0x549014(0x181)](_0x51b2ca[_0x549014(0x168)]);_0x670c2[_0x549014(0x15d)]&&_0x5c0e8[_0x549014(0x18a)][_0x549014(0x197)](_0x670c2),this[_0x549014(0x180)][_0x549014(0x170)](_0x670c2[_0x549014(0x168)],_0x105131);}}),this[_0x4c6c6c(0x18f)](_0x5c0e8[_0x4c6c6c(0x17f)],_0x4c6c6c(0x170),(_0x3e1930,_0x5dd416)=>{const _0x3c33ae=_0x4c6c6c,_0xf4b7a7=this[_0x3c33ae(0x196)][_0x3c33ae(0x17a)](_0xeb1ed9=>{const _0x27916f=_0x3c33ae,_0x111438=_0x40e963[_0x27916f(0x16b)][_0x27916f(0x18d)](_0xeb1ed9);return _0x111438&&_0x5dd416[_0x27916f(0x173)]===_0x111438[_0x27916f(0x168)];});if(_0xf4b7a7){const _0x5efc6a=this[_0x3c33ae(0x194)](_0xf4b7a7[_0x3c33ae(0x190)]);this[_0x3c33ae(0x180)][_0x3c33ae(0x170)](_0x5dd416[_0x3c33ae(0x168)],_0x5efc6a),this[_0x3c33ae(0x196)][_0x3c33ae(0x179)](this[_0x3c33ae(0x196)][_0x3c33ae(0x166)](_0xf4b7a7),0x1);}}),this[_0x4c6c6c(0x18f)](_0x2dfdf4[_0x4c6c6c(0x15a)],_0x4c6c6c(0x197),(_0x27bb5c,_0x41cfcd)=>{const _0x11e74e=_0x4c6c6c,_0xfb7a6d=_0x14dca7[_0x11e74e(0x16f)][_0x11e74e(0x18d)](_0x11e74e(0x18b));if(!_0xfb7a6d||_0x41cfcd[_0x11e74e(0x16a)]===_0xfb7a6d){const _0x37a7d9=_0x40e963[_0x11e74e(0x16b)][_0x11e74e(0x18d)](_0x41cfcd),_0x494926=_0x5c0e8[_0x11e74e(0x181)](_0x37a7d9[_0x11e74e(0x168)]);this[_0x11e74e(0x180)][_0x11e74e(0x197)](_0x494926[_0x11e74e(0x168)]),this[_0x11e74e(0x186)](_0x494926[_0x11e74e(0x15e)]);}}),this[_0x4c6c6c(0x18f)](_0x40e963,_0x4c6c6c(0x165),(_0x3b096e,{threadId:_0x25ef0f,channelId:_0x4ade01})=>{const _0xc5d56f=_0x4c6c6c;if(_0x4ade01!==_0x14dca7[_0xc5d56f(0x16f)][_0xc5d56f(0x18d)](_0xc5d56f(0x18b)))return;if(!_0x40e963[_0xc5d56f(0x19b)](_0x25ef0f)[_0xc5d56f(0x190)])return;const _0x3c1055=_0x14dca7[_0xc5d56f(0x19c)][_0xc5d56f(0x18d)](_0xc5d56f(0x195));_0x3c1055[_0xc5d56f(0x16d)]&&_0xc5d56f(0x184)===_0x3c1055['id']&&_0x3c1055[_0xc5d56f(0x160)]();});}[_0x1c6116(0x194)](_0x494d1a){const _0x4c603a=_0x1c6116,_0x267616=this[_0x4c603a(0x172)][_0x4c603a(0x16f)][_0x4c603a(0x18d)](_0x4c603a(0x18b)),_0x523063=[...this[_0x4c603a(0x172)][_0x4c603a(0x19c)][_0x4c603a(0x18d)](_0x27e969)[_0x4c603a(0x15a)]][_0x4c603a(0x198)](_0x107930=>_0x107930[_0x4c603a(0x16a)]===_0x267616)[_0x4c603a(0x163)](_0x1ce462=>_0x1ce462[_0x4c603a(0x190)]<_0x494d1a);return _0x523063<0x0||_0x523063>this[_0x4c603a(0x180)][_0x4c603a(0x182)]?this[_0x4c603a(0x180)][_0x4c603a(0x182)]:_0x523063-0x1;}[_0x1c6116(0x169)](){const _0x11aae9=_0x1c6116,_0x146d61=this[_0x11aae9(0x172)],_0x16ebb7=_0x146d61[_0x11aae9(0x19c)][_0x11aae9(0x18d)](_0x11aae9(0x195));this[_0x11aae9(0x193)]||(this[_0x11aae9(0x193)]=new _0x193ad0(_0x146d61[_0x11aae9(0x17d)],this[_0x11aae9(0x180)])),_0x11aae9(0x184)===_0x16ebb7['id']?_0x16ebb7[_0x11aae9(0x160)]():_0x16ebb7[_0x11aae9(0x177)]({'id':_0x11aae9(0x184),'title':_0x4f8186(_0x146d61[_0x11aae9(0x17d)],_0x11aae9(0x171)),'icon':_0x1fea7b,'hasCloseButton':!0x0,'content':this[_0x11aae9(0x193)],'position':_0x37e8ab[_0x11aae9(0x167)]});}[_0x1c6116(0x15f)](_0x3d644e,_0x51a4cd=!0x1){const _0x257e7a=_0x1c6116,_0x28d7df=this[_0x257e7a(0x172)][_0x257e7a(0x17d)],_0x28b3b1=this[_0x257e7a(0x172)][_0x257e7a(0x19c)][_0x257e7a(0x18d)](_0x257e7a(0x195)),_0x302e14=new _0x3d644e(_0x28d7df);return _0x302e14[_0x257e7a(0x199)](_0x257e7a(0x175))['to'](this,_0x257e7a(0x175)),_0x302e14[_0x257e7a(0x199)](_0x257e7a(0x17e))['to'](_0x28b3b1,'id',_0x507433=>_0x257e7a(0x184)===_0x507433),_0x302e14[_0x257e7a(0x18e)]({'label':_0x4f8186(_0x28d7df,_0x257e7a(0x171)),'icon':_0x1fea7b,'isToggleable':!0x0}),_0x51a4cd&&(_0x302e14[_0x257e7a(0x15c)]=!0x0),this[_0x257e7a(0x18f)](_0x302e14,_0x257e7a(0x178),()=>this[_0x257e7a(0x169)]()),_0x302e14;}}
@@ -78,3 +78,11 @@ export default class CommentsEditing extends Plugin {
78
78
  */
79
79
  scrollToThreadMarker(threadId: string): void;
80
80
  }
81
+ /**
82
+ * Returns marker name split to group and id.
83
+ */
84
+ export declare function splitMarkerName(name: string): {
85
+ group: string;
86
+ id: string;
87
+ part: string;
88
+ };
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x10a1(_0x289050,_0x519734){const _0x464dd5=_0x464d();return _0x10a1=function(_0x10a13d,_0x5f1409){_0x10a13d=_0x10a13d-0x1b2;let _0x5ee43c=_0x464dd5[_0x10a13d];return _0x5ee43c;},_0x10a1(_0x289050,_0x519734);}const _0x249f1f=_0x10a1;(function(_0x2c508a,_0x372bb1){const _0x34a332=_0x10a1,_0x3874b1=_0x2c508a();while(!![]){try{const _0x3616da=-parseInt(_0x34a332(0x218))/0x1*(parseInt(_0x34a332(0x1e6))/0x2)+-parseInt(_0x34a332(0x1f6))/0x3*(parseInt(_0x34a332(0x1e4))/0x4)+-parseInt(_0x34a332(0x22d))/0x5*(parseInt(_0x34a332(0x1f8))/0x6)+-parseInt(_0x34a332(0x211))/0x7*(-parseInt(_0x34a332(0x20d))/0x8)+-parseInt(_0x34a332(0x237))/0x9+parseInt(_0x34a332(0x228))/0xa*(-parseInt(_0x34a332(0x1d8))/0xb)+parseInt(_0x34a332(0x1e7))/0xc*(parseInt(_0x34a332(0x232))/0xd);if(_0x3616da===_0x372bb1)break;else _0x3874b1['push'](_0x3874b1['shift']());}catch(_0x581d56){_0x3874b1['push'](_0x3874b1['shift']());}}}(_0x464d,0xaf7ab));import{Plugin as _0x1176c2}from'ckeditor5/src/core.js';import{scrollViewportToShowTarget as _0x27fbab}from'ckeditor5/src/utils.js';import _0x1dcdcd from'./commentsrepository.js';import _0x24f67d from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x4b7480,getAllMarkersDomElementsSorted as _0x524395}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5a2a97 from'../annotations/editorannotations.js';import _0x1f32e3 from'./integrations/commentsrestrictededitingmode.js';import _0xc242aa from'./integrations/importword.js';import _0x25b93f from'./integrations/clipboard.js';import'../../theme/commentmarker.css';function _0x464d(){const _0x404ea3=['comment','switchReadOnly','view','render','19878729IZRUbT','dataToMarker','reconvertMarker','hasDomSelection','_threadToController','5835969nnYzaI','createPositionBefore','addCommentThread','ignoreResolvedComments','setUnlinkedAt','elementToElement','hasMarkerForId','config','isAttached','split','$marker','fetchCommentThread','commands','dataDowncast','_attachMarkerToThread','markers','CommentsEditing','resolveCommentThread','addMarker:','markerToData','openNewCommentThread','_hasTargetInContent','conversion','removeMarker','then','enqueueChange','markerToHighlight','_getTextContext','isObject','scrollToThreadMarker','end','push','ck-comment-marker--active','get','comment:','requires','getAttribute','announce','registerPostFixer','reopenCommentThread','isCollapsed','change:activeMarker','substring','once','editing','getItems','LEAVE_COMMENT_ANNOUNCEMENT','_reconvertMarkers','unlinkedAt','length','editor','schema','getAllMarkersForId','upcast','listenTo','attachTo','getRange','33RXjLIS','updateMarker','createElement','_getTargetForId','change:isThreadsLoadingPaused','focus','ck-comment-marker','createRange','clear','startsWith','data','registerAnnotation','4jEmbtM','add','2MsxIzG','24QFlEQB','_initAriaMarkerChangeAnnouncements','destroyed','_detachCommentThread','pluginName','editingDowncast','getWalker','removeMarker:','_attachArchivedThread','start','ENTER_COMMENT_ANNOUNCEMENT','name','refreshVisibility','_handleMarkerAddAndRemove','newRange','3642321LLEUJa','isThreadsLoadingPaused','2706klliif','isLocal','activeMarker','from','consumable','_threads','change','addComment','init','getCommentThread','setContext','removeCommentThread','change:isReadOnly','model','_initializeMarkerConverters','_handleThreadMarker','set','group','for','affectsData','isEqual','8LpDfXL','size','isResolved','ready','2148825ZacIPH','locale','hasContent','rootName','document','root','low','292471aXDkeg','hasCommentThread','getByInnerView','context','getCommentThreads','consume','delete','managedUsingOperations','collaboration.channelId','getChangedMarkers','differ','$graveyard','markerName','$textProxy','ariaLiveAnnouncer','item','949670ITYZLz','text','state','plugins','destroy','2290VduAFp'];_0x464d=function(){return _0x404ea3;};return _0x464d();}import _0xbcf9ff from'../annotations/annotations.js';import{getTranslation as _0x2179a1}from'../utils/common-translations.js';export default class r extends _0x1176c2{static get[_0x249f1f(0x1c2)](){return[_0x1dcdcd,_0x5a2a97,_0x1f32e3,_0xc242aa,_0x25b93f];}static get[_0x249f1f(0x1eb)](){const _0x4cad5d=_0x249f1f;return _0x4cad5d(0x247);}constructor(_0x5b87c6){const _0xb3008b=_0x249f1f;super(_0x5b87c6),this[_0xb3008b(0x208)](_0xb3008b(0x1f7),!0x0),_0x5b87c6[_0xb3008b(0x1e2)][_0xb3008b(0x1ca)](_0xb3008b(0x210),()=>this[_0xb3008b(0x1f7)]=!0x1),this[_0xb3008b(0x208)](_0xb3008b(0x1fa),null),this['on'](_0xb3008b(0x1c8),(_0x558dd8,_0x44e724,_0x148ca4,_0x15e8f6)=>{const _0x23fc52=_0xb3008b,_0x403be9=_0x148ca4?it(_0x148ca4)['id']:null;if(_0x5b87c6[_0x23fc52(0x205)][_0x23fc52(0x1fe)](()=>{const _0x16a5cd=_0x23fc52;if(_0x403be9){const _0x18ac34=this[_0x16a5cd(0x1d3)](_0x403be9);for(const _0x119cf0 of _0x18ac34)_0x5b87c6[_0x16a5cd(0x1cb)][_0x16a5cd(0x234)](_0x119cf0);}if(_0x15e8f6){const {id:_0x73bba9}=it(_0x15e8f6),_0x4e2a17=this[_0x16a5cd(0x1d3)](_0x73bba9);for(const _0x475346 of _0x4e2a17)_0x5b87c6[_0x16a5cd(0x1cb)][_0x16a5cd(0x234)](_0x475346);}}),_0x403be9){const _0x5c0c6b=_0x5b87c6[_0x23fc52(0x22b)][_0x23fc52(0x1c0)](_0x1dcdcd)[_0x23fc52(0x201)](_0x403be9);_0x5c0c6b&&_0x5c0c6b[_0x23fc52(0x20f)]&&this[_0x23fc52(0x1bc)](_0x403be9);}}),this[_0xb3008b(0x1e8)]();}[_0x249f1f(0x200)](){const _0x3748c7=_0x249f1f,_0x253343=this[_0x3748c7(0x1d1)],_0x57b0d1=_0x253343[_0x3748c7(0x22b)][_0x3748c7(0x1c0)](_0x1dcdcd),_0x51e783=_0x253343[_0x3748c7(0x23e)][_0x3748c7(0x1c0)](_0x3748c7(0x220));_0x253343[_0x3748c7(0x243)][_0x3748c7(0x1e5)](_0x3748c7(0x239),new _0x24f67d(_0x253343)),this[_0x3748c7(0x1d5)](_0x253343,_0x3748c7(0x204),(_0x1d6987,_0x24ef6c,_0x57345b)=>{const _0x323260=_0x3748c7;_0x57b0d1[_0x323260(0x22f)](_0x57345b,_0x253343[_0x323260(0x23e)][_0x323260(0x1c0)](_0x323260(0x220)));}),this[_0x3748c7(0x1d5)](_0x57b0d1,nt(_0x3748c7(0x239),_0x51e783),(_0x52f9b2,{threadId:_0x8cd70})=>{const _0x1506b4=_0x3748c7,_0x57912e=this[_0x1506b4(0x1d1)][_0x1506b4(0x22b)][_0x1506b4(0x1c0)](_0x1dcdcd)[_0x1506b4(0x201)](_0x8cd70);_0x57912e&&_0x57912e[_0x1506b4(0x1cf)]&&this[_0x1506b4(0x1ef)](_0x8cd70);}),this[_0x3748c7(0x1d5)](_0x57b0d1,nt(_0x3748c7(0x203),_0x51e783),(_0x4551e5,{threadId:_0x3eab5f})=>{const _0x36f74f=_0x3748c7;_0x253343[_0x36f74f(0x205)][_0x36f74f(0x1b8)]({'isUndoable':!0x1},_0x104ad8=>{const _0x14f732=_0x36f74f,_0xc0935d=this[_0x14f732(0x1d3)](_0x3eab5f);for(const _0x245a5f of _0xc0935d)_0x104ad8[_0x14f732(0x1b6)](_0x245a5f);});}),this[_0x3748c7(0x1d5)](_0x57b0d1,nt(_0x3748c7(0x248),_0x51e783),(_0x3774aa,{threadId:_0x398c40})=>{const _0x3fa851=_0x3748c7;(this[_0x3fa851(0x1ce)](_0x398c40),this[_0x3fa851(0x1d1)][_0x3fa851(0x1cb)][_0x3fa851(0x230)][_0x3fa851(0x235)])&&(this[_0x3fa851(0x1d1)][_0x3fa851(0x22b)][_0x3fa851(0x1c0)](_0x1dcdcd)[_0x3fa851(0x201)](_0x398c40)[_0x3fa851(0x1cf)]||this[_0x3fa851(0x1d1)][_0x3fa851(0x1cb)][_0x3fa851(0x230)][_0x3fa851(0x1dd)]());},{'priority':_0x3748c7(0x217)}),this[_0x3748c7(0x1d5)](_0x57b0d1,nt(_0x3748c7(0x1c6),_0x51e783),(_0x421ec6,{threadId:_0xa0cade})=>{const _0x5770af=_0x3748c7;this[_0x5770af(0x1ce)](_0xa0cade);},{'priority':_0x3748c7(0x217)}),this[_0x3748c7(0x1d5)](_0x57b0d1,nt(_0x3748c7(0x1ff),_0x51e783),(_0x41d552,{threadId:_0x642086,isFromAdapter:_0xded313})=>{const _0x529d9c=_0x3748c7,_0x1ebdec=this[_0x529d9c(0x1d3)](_0x642086);if(_0xded313||0x0==_0x1ebdec[_0x529d9c(0x1d0)]||!_0x57b0d1[_0x529d9c(0x219)](_0x642086))return;0x1===_0x57b0d1[_0x529d9c(0x201)](_0x642086)[_0x529d9c(0x1d0)]&&_0x253343[_0x529d9c(0x205)][_0x529d9c(0x1b8)]({'isUndoable':!0x1},_0x2dc998=>{const _0x4bbd3a=_0x529d9c;for(const _0x1eea36 of _0x1ebdec)_0x2dc998[_0x4bbd3a(0x1d9)](_0x1eea36,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x3748c7(0x217)}),this[_0x3748c7(0x206)](),this[_0x3748c7(0x1f4)]();}[_0x249f1f(0x22c)](){const _0x1799ab=_0x249f1f,_0x9abee3=this[_0x1799ab(0x1d1)][_0x1799ab(0x22b)][_0x1799ab(0x1c0)](_0x1dcdcd),_0x20e49f=this[_0x1799ab(0x1d1)][_0x1799ab(0x23e)][_0x1799ab(0x1c0)](_0x1799ab(0x220));for(const _0x1fad8e of _0x9abee3[_0x1799ab(0x21c)]({'channelId':_0x20e49f}))_0x9abee3[_0x1799ab(0x1ea)](_0x1fad8e['id']),_0x9abee3[_0x1799ab(0x1fd)][_0x1799ab(0x21e)](_0x1fad8e['id']);super[_0x1799ab(0x22c)]();}[_0x249f1f(0x23d)](_0x2dce8d){const _0x4ff1af=_0x249f1f;return this[_0x4ff1af(0x1d3)](_0x2dce8d)[_0x4ff1af(0x1d0)]>0x0;}[_0x249f1f(0x1d3)](_0x2d01e3){const _0x2d86d1=_0x249f1f,_0x2dbdfa=[];for(const _0x322377 of this[_0x2d86d1(0x1d1)][_0x2d86d1(0x205)][_0x2d86d1(0x246)])_0x322377[_0x2d86d1(0x1f2)][_0x2d86d1(0x1e1)](_0x2d86d1(0x1c1)+_0x2d01e3)&&_0x2dbdfa[_0x2d86d1(0x1be)](_0x322377);return _0x2dbdfa;}[_0x249f1f(0x1bc)](_0x2b87e4){const _0x356647=_0x249f1f,_0x3e7544=this[_0x356647(0x1db)](_0x2b87e4);_0x3e7544&&setTimeout(()=>{const _0x25af30=_0x356647;this[_0x25af30(0x1fa)]&&it(this[_0x25af30(0x1fa)])['id']===_0x2b87e4&&_0x27fbab({'target':_0x3e7544[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x249f1f(0x1ce)](_0x472554){const _0x324b56=_0x249f1f;this[_0x324b56(0x1d1)][_0x324b56(0x205)][_0x324b56(0x1fe)](()=>{const _0x20d93f=_0x324b56;for(const _0x37ca88 of this[_0x20d93f(0x1d3)](_0x472554))this[_0x20d93f(0x1d1)][_0x20d93f(0x1cb)][_0x20d93f(0x234)](_0x37ca88);});}[_0x249f1f(0x1ef)](_0x5d6f7d){const _0x142068=_0x249f1f,_0xc15ce9=this[_0x142068(0x1d1)][_0x142068(0x22b)][_0x142068(0x1c0)](_0x1dcdcd),_0x14c5dc=this[_0x142068(0x1d1)][_0x142068(0x22b)][_0x142068(0x1c0)](_0x5a2a97),_0x338435=_0xc15ce9[_0x142068(0x201)](_0x5d6f7d);if(!_0x338435[_0x142068(0x23f)]){const _0x17eca6=_0x338435[_0x142068(0x1d6)](()=>this[_0x142068(0x1db)](_0x338435['id']));_0x14c5dc[_0x142068(0x1e3)](_0x17eca6),_0x338435[_0x142068(0x1b4)]=!0x1;}}[_0x249f1f(0x206)](){const _0x184d59=_0x249f1f,_0x26c54c=this[_0x184d59(0x1d1)];_0x26c54c[_0x184d59(0x1b5)][_0x184d59(0x20a)](_0x184d59(0x1ec))[_0x184d59(0x1b9)]({'model':_0x184d59(0x22e),'view':(_0x1add79,_0x52fb38)=>{const _0x2ec2cf=_0x184d59,{id:_0x56ac5e}=it(_0x1add79[_0x2ec2cf(0x224)]),_0x1635e8=_0x26c54c[_0x2ec2cf(0x22b)][_0x2ec2cf(0x1c0)](_0x1dcdcd)[_0x2ec2cf(0x201)](_0x56ac5e),_0x3c3d=this[_0x2ec2cf(0x1fa)]&&it(this[_0x2ec2cf(0x1fa)])['id']===_0x56ac5e;if(_0x1635e8&&_0x1635e8[_0x2ec2cf(0x20f)]&&!_0x3c3d&&_0x1add79[_0x2ec2cf(0x227)])return _0x52fb38[_0x2ec2cf(0x1fc)][_0x2ec2cf(0x21d)](_0x1add79[_0x2ec2cf(0x227)],_0x2ec2cf(0x249)+_0x1add79[_0x2ec2cf(0x224)]),_0x52fb38[_0x2ec2cf(0x1fc)][_0x2ec2cf(0x21d)](_0x1add79[_0x2ec2cf(0x227)],_0x2ec2cf(0x1ee)+_0x1add79[_0x2ec2cf(0x224)]),null;const _0x5e13b1=[_0x2ec2cf(0x1de)];return _0x3c3d&&_0x5e13b1[_0x2ec2cf(0x1be)](_0x2ec2cf(0x1bf)),{'classes':_0x5e13b1,'attributes':{'data-comment':_0x56ac5e}};}}),_0x26c54c[_0x184d59(0x1b5)][_0x184d59(0x20a)](_0x184d59(0x244))[_0x184d59(0x1b2)]({'model':_0x184d59(0x22e),'view':(_0x5613a5,{options:_0x3a87c5})=>{const _0x349713=_0x184d59,_0x11a404=_0x26c54c[_0x349713(0x22b)][_0x349713(0x1c0)](_0x1dcdcd),_0x8cea00=_0x26c54c[_0x349713(0x205)][_0x349713(0x246)][_0x349713(0x1c0)](_0x5613a5),{id:_0x45d189,part:_0x22a9ca}=it(_0x5613a5);if(_0x8cea00&&!_0x8cea00[_0x349713(0x20b)])return null;if(_0x3a87c5[_0x349713(0x23a)]){const _0x36184a=_0x11a404[_0x349713(0x201)](_0x45d189);if(_0x36184a&&_0x36184a[_0x349713(0x20f)])return null;}return{'group':_0x349713(0x22e),'name':_0x22a9ca?_0x45d189+':'+_0x22a9ca:_0x45d189};}}),_0x26c54c[_0x184d59(0x1b5)][_0x184d59(0x20a)](_0x184d59(0x1d4))[_0x184d59(0x23c)]({'view':{'name':_0x184d59(0x22e),'attributes':{'id':/^\w/}},'model':(_0x571eab,{writer:_0x2b7a77})=>_0x2b7a77[_0x184d59(0x1da)](_0x184d59(0x241),{'data-name':_0x184d59(0x1c1)+_0x571eab[_0x184d59(0x1c3)]('id')})}),_0x26c54c[_0x184d59(0x1b5)][_0x184d59(0x20a)](_0x184d59(0x1d4))[_0x184d59(0x233)]({'view':_0x184d59(0x22e)});}[_0x249f1f(0x1f4)](){const _0x17d503=_0x249f1f,_0x4a427e=this[_0x17d503(0x1d1)],_0x4feaac=_0x4a427e[_0x17d503(0x22b)][_0x17d503(0x1c0)](_0x1dcdcd),_0x40b69a=new Set(),_0x64821d=new Set();_0x4a427e[_0x17d503(0x205)][_0x17d503(0x215)][_0x17d503(0x1c5)](_0xcd16b9=>{const _0xba0cc4=_0x17d503;let _0x53c5b5=!0x1;for(const {name:_0x5c2e7e,data:_0x5215fe}of _0x4a427e[_0xba0cc4(0x205)][_0xba0cc4(0x215)][_0xba0cc4(0x222)][_0xba0cc4(0x221)]()){const {group:_0x1e3e38,id:_0x4e7891}=it(_0x5c2e7e);let _0x29cdb1=_0x5215fe[_0xba0cc4(0x1f5)];if(_0xba0cc4(0x22e)!==_0x1e3e38||!_0x29cdb1)continue;const _0x804fe4=_0xba0cc4(0x223)===_0x29cdb1[_0xba0cc4(0x216)][_0xba0cc4(0x214)];_0x804fe4||(_0x29cdb1=st(_0x29cdb1,_0x4a427e[_0xba0cc4(0x205)]),!_0x29cdb1||_0x29cdb1[_0xba0cc4(0x1c7)]||!_0x5215fe[_0xba0cc4(0x1f5)]||_0x29cdb1[_0xba0cc4(0x20c)](_0x5215fe[_0xba0cc4(0x1f5)]))?_0x4a427e[_0xba0cc4(0x205)][_0xba0cc4(0x213)](_0x29cdb1)&&!_0x804fe4?this[_0xba0cc4(0x1f7)]?_0x40b69a[_0xba0cc4(0x1e5)](_0x5c2e7e):this[_0xba0cc4(0x207)](_0x5c2e7e,_0x4e7891):(_0x64821d[_0xba0cc4(0x1e5)](_0x5c2e7e),_0x40b69a[_0xba0cc4(0x21e)](_0x5c2e7e),_0xcd16b9[_0xba0cc4(0x1b6)](_0x5c2e7e),_0x53c5b5=!0x0):(_0xcd16b9[_0xba0cc4(0x1d9)](_0x5c2e7e,{'range':_0x29cdb1}),_0x53c5b5=!0x0);}return _0x53c5b5;}),this['on'](_0x17d503(0x1dc),(_0x29af4a,_0x124302,_0x288dfd)=>{const _0x2dc5ca=_0x17d503;if(!_0x288dfd&&_0x40b69a[_0x2dc5ca(0x20e)])for(const _0xed00fa of _0x40b69a){const {id:_0x2aa436}=it(_0xed00fa);_0x40b69a[_0x2dc5ca(0x21e)](_0xed00fa),_0x4a427e[_0x2dc5ca(0x205)][_0x2dc5ca(0x246)][_0x2dc5ca(0x1c0)](_0xed00fa)&&this[_0x2dc5ca(0x207)](_0xed00fa,_0x2aa436);}}),this[_0x17d503(0x1d5)](_0x4a427e[_0x17d503(0x205)][_0x17d503(0x215)],_0x17d503(0x1fe),(_0x36c35b,_0x54bb27)=>{const _0x520c5f=_0x17d503;for(const {name:_0x5b8d49,data:{newRange:_0x1bfefc}}of _0x4a427e[_0x520c5f(0x205)][_0x520c5f(0x215)][_0x520c5f(0x222)][_0x520c5f(0x221)]()){const {group:_0x4605fa,id:_0x52506c}=it(_0x5b8d49);if(_0x520c5f(0x22e)!==_0x4605fa)continue;const _0x25e850=_0x4feaac[_0x520c5f(0x201)](_0x52506c),_0x27fcce=this[_0x520c5f(0x23d)](_0x52506c);_0x25e850&&(_0x25e850[_0x520c5f(0x1b4)]||_0x4a427e[_0x520c5f(0x1cb)][_0x520c5f(0x230)][_0x520c5f(0x1ca)](_0x520c5f(0x231),()=>{const _0x3ca2e7=_0x520c5f,_0x410517=_0x4a427e[_0x3ca2e7(0x22b)][_0x3ca2e7(0x1c0)](_0xbcf9ff),_0x43715d=_0x4feaac[_0x3ca2e7(0x236)][_0x3ca2e7(0x1c0)](_0x25e850)[_0x3ca2e7(0x230)];_0x410517[_0x3ca2e7(0x21a)](_0x43715d)[_0x3ca2e7(0x1f3)]();},{'priority':_0x520c5f(0x217)}),_0x25e850[_0x520c5f(0x1b4)]=_0x27fcce||!!_0x1bfefc),_0x1bfefc||(_0x64821d[_0x520c5f(0x1e5)](_0x5b8d49),_0x40b69a[_0x520c5f(0x21e)](_0x5b8d49));}if(_0x54bb27[_0x520c5f(0x1f9)])for(const _0xb42387 of _0x64821d){const {id:_0x11fed0}=it(_0xb42387),_0x954107=_0x4feaac[_0x520c5f(0x201)](_0x11fed0),_0xee9df6=this[_0x520c5f(0x23d)](_0x11fed0);_0x40b69a[_0x520c5f(0x21e)](_0xb42387),!_0x954107||_0xee9df6||_0x954107[_0x520c5f(0x1cf)]||_0x954107[_0x520c5f(0x23b)](new Date());}_0x64821d[_0x520c5f(0x1e0)]();});}[_0x249f1f(0x1db)](_0x5a39da){const _0x3db043=_0x249f1f,_0x220753=this[_0x3db043(0x1d1)],_0x3b31b9=this[_0x3db043(0x1d3)](_0x5a39da);return _0x524395(_0x220753[_0x3db043(0x1cb)],_0x3b31b9);}[_0x249f1f(0x1ba)](_0x48383e){const _0x2b1c3f=_0x249f1f,_0x590d23=this[_0x2b1c3f(0x1d3)](_0x48383e);let _0x178504='',_0x3124ec=!0x1;for(const _0x248106 of _0x590d23){const _0x43de6d=_0x248106[_0x2b1c3f(0x1d7)]();for(const _0x4ff37c of Array[_0x2b1c3f(0x1fb)](_0x43de6d[_0x2b1c3f(0x1cc)]()))_0x4ff37c['is'](_0x2b1c3f(0x225))?(_0x178504&&_0x3124ec&&(_0x178504+='\x20',_0x3124ec=!0x1),_0x178504+=_0x4ff37c[_0x2b1c3f(0x1e2)]):_0x3124ec=!0x0;_0x3124ec=!0x0;}return _0x178504[_0x2b1c3f(0x1c9)](0x0,0x96);}[_0x249f1f(0x245)](_0x514514,_0x331a76){const _0x2fed84=_0x249f1f,_0x2b716a=this[_0x2fed84(0x1d1)],_0x3f3f6e=_0x2b716a[_0x2fed84(0x22b)][_0x2fed84(0x1c0)](_0x1dcdcd);let _0xa6af37=_0x3f3f6e[_0x2fed84(0x201)](_0x331a76);const _0x1bef4e=_0x2b716a[_0x2fed84(0x23e)][_0x2fed84(0x1c0)](_0x2fed84(0x220)),_0x117361=_0x2b716a[_0x2fed84(0x22b)][_0x2fed84(0x1c0)](_0x5a2a97);if(_0xa6af37&&(_0xa6af37[_0x2fed84(0x1cf)]&&_0xa6af37[_0x2fed84(0x23b)](null),_0xa6af37[_0x2fed84(0x23f)]))return _0xa6af37;return!this[_0x2fed84(0x1d3)](_0x331a76)[0x0][_0x2fed84(0x21f)]?_0x2b716a[_0x2fed84(0x1cb)][_0x2fed84(0x230)][_0x2fed84(0x1ca)](_0x2fed84(0x231),()=>{const _0x43fe8f=_0x2fed84;if(_0x3f3f6e[_0x43fe8f(0x201)](_0x331a76))return;const _0x3ed857=_0x2b716a[_0x43fe8f(0x22b)][_0x43fe8f(0x1c0)](_0xbcf9ff);_0xa6af37=_0x3f3f6e[_0x43fe8f(0x1b3)]({'channelId':_0x1bef4e,'threadId':_0x331a76,'target':()=>this[_0x43fe8f(0x1db)](_0x331a76),'context':{'type':_0x43fe8f(0x229),'value':this[_0x43fe8f(0x1ba)](_0x331a76)}});const _0x6516e=_0x3f3f6e[_0x43fe8f(0x236)][_0x43fe8f(0x1c0)](_0xa6af37)[_0x43fe8f(0x230)],_0x3f2fda=_0x3ed857[_0x43fe8f(0x21a)](_0x6516e);_0x3f2fda&&_0x117361[_0x43fe8f(0x1e3)](_0x3f2fda);},{'priority':_0x2fed84(0x217)}):_0x3f3f6e[_0x2fed84(0x242)]({'channelId':_0x1bef4e,'threadId':_0x331a76})[_0x2fed84(0x1b7)](_0x30459a=>{const _0x33df97=_0x2fed84;if(_0x33df97(0x1e9)!==_0x2b716a[_0x33df97(0x22a)]){if(_0xa6af37=_0x30459a,_0xa6af37&&!_0xa6af37[_0x33df97(0x23f)]){const _0x1286d7=_0xa6af37[_0x33df97(0x1d6)](()=>this[_0x33df97(0x1db)](_0x331a76));_0x117361[_0x33df97(0x1e3)](_0x1286d7),_0xa6af37[_0x33df97(0x20f)]&&this[_0x33df97(0x1ce)](_0x331a76);}else{if(!_0xa6af37){const _0x5457b5=this[_0x33df97(0x1d3)](_0x331a76);_0x2b716a[_0x33df97(0x205)][_0x33df97(0x1fe)](_0x282b51=>{const _0xee07f3=_0x33df97;for(const _0x56db5f of _0x5457b5)_0x282b51[_0xee07f3(0x1b6)](_0x56db5f);});}}}}),_0xa6af37;}[_0x249f1f(0x207)](_0x14fa9d,_0x4ffa40){const _0x3232c4=_0x249f1f,_0x3c0b86=this[_0x3232c4(0x245)](_0x14fa9d,_0x4ffa40);_0x3c0b86&&!_0x3c0b86[_0x3232c4(0x21b)]&&_0x3c0b86[_0x3232c4(0x202)]({'type':_0x3232c4(0x229),'value':this[_0x3232c4(0x1ba)](_0x4ffa40)});}[_0x249f1f(0x1e8)](){const _0xa94246=_0x249f1f,_0x1b8cdb=this[_0xa94246(0x1d1)];_0x4b7480(_0x1b8cdb[_0xa94246(0x205)],({left:_0x3cbf18,entered:_0x4a8ed9})=>{const _0x88eafd=_0xa94246;for(const _0x1bc97f of _0x3cbf18)if(at(_0x1bc97f)){_0x1b8cdb['ui'][_0x88eafd(0x226)][_0x88eafd(0x1c4)](_0x2179a1(_0x1b8cdb[_0x88eafd(0x212)],_0x88eafd(0x1cd)));break;}for(const _0x48c026 of _0x4a8ed9)if(at(_0x48c026)){_0x1b8cdb['ui'][_0x88eafd(0x226)][_0x88eafd(0x1c4)](_0x2179a1(_0x1b8cdb[_0x88eafd(0x212)],_0x88eafd(0x1f1)));break;}});}}function nt(_0x3bb638,_0x58912f){return _0x58912f?_0x3bb638+':'+_0x58912f:_0x3bb638;}function it(_0x193dcb){const _0x5a372d=_0x249f1f,_0x890b6a=_0x193dcb[_0x5a372d(0x240)](':');return{'group':_0x890b6a[0x0],'id':_0x890b6a[0x1],'part':_0x890b6a[0x2]};}function st(_0xa89765,_0x76f808){const _0x47bde9=_0x249f1f,_0x382e46=_0x76f808[_0x47bde9(0x1d2)],_0x33128e=_0x76f808[_0x47bde9(0x1df)](_0xa89765[_0x47bde9(0x1f0)]);for(const _0x34317a of _0xa89765[_0x47bde9(0x1ed)]()){const {type:_0x1ab6c1,item:_0x438784,nextPosition:_0x40757b}=_0x34317a;if(_0x47bde9(0x229)===_0x1ab6c1||_0x382e46[_0x47bde9(0x1bb)](_0x438784)){const _0x3f4cca=_0x76f808[_0x47bde9(0x238)](_0x438784);_0x33128e[_0x47bde9(0x1c7)]&&(_0x33128e[_0x47bde9(0x1f0)]=_0x3f4cca),_0x33128e[_0x47bde9(0x1bd)]=_0x40757b;}}return _0x33128e;}function at(_0x4fb869){const _0x4fd778=_0x249f1f;return _0x4fd778(0x22e)===it(_0x4fb869[_0x4fd778(0x1f2)])[_0x4fd778(0x209)];}
23
+ const _0xb61f6f=_0x4832;(function(_0xf5338,_0x1b649c){const _0x5e89f9=_0x4832,_0x4a7f9e=_0xf5338();while(!![]){try{const _0x1e5b43=parseInt(_0x5e89f9(0x165))/0x1+parseInt(_0x5e89f9(0x19e))/0x2*(-parseInt(_0x5e89f9(0x19d))/0x3)+-parseInt(_0x5e89f9(0x17d))/0x4*(-parseInt(_0x5e89f9(0x181))/0x5)+parseInt(_0x5e89f9(0x1d4))/0x6+-parseInt(_0x5e89f9(0x14b))/0x7+-parseInt(_0x5e89f9(0x188))/0x8+parseInt(_0x5e89f9(0x170))/0x9;if(_0x1e5b43===_0x1b649c)break;else _0x4a7f9e['push'](_0x4a7f9e['shift']());}catch(_0x5a3f6c){_0x4a7f9e['push'](_0x4a7f9e['shift']());}}}(_0x4710,0xf180f));import{Plugin as _0x57316d}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0x576441,scrollViewportToShowTarget as _0x25d477}from'ckeditor5/src/utils.js';import _0x478f78 from'./commentsrepository.js';import _0x4b197d from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x53f23d,getAllMarkersDomElementsSorted as _0x2b374a,ENTER_THREAD_KEYSTROKE as _0x4f4269}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x25f9cd from'../annotations/editorannotations.js';function _0x4832(_0x83d86f,_0x24124f){const _0x471016=_0x4710();return _0x4832=function(_0x4832fd,_0x57c7a5){_0x4832fd=_0x4832fd-0x14b;let _0x5d82c3=_0x471016[_0x4832fd];return _0x5d82c3;},_0x4832(_0x83d86f,_0x24124f);}import _0x2f04fd from'./integrations/commentsrestrictededitingmode.js';import _0x22f61a from'./integrations/importword.js';import _0x57702a from'./integrations/clipboard.js';import'../../theme/commentmarker.css';import _0x1da73e from'../annotations/annotations.js';import{getTranslation as _0x5922bc}from'../utils/common-translations.js';function _0x4710(){const _0x3d962b=['split','rootName','conversion','document','pluginName','push','collaboration.channelId','_initAriaMarkerChangeAnnouncements','getCommentThread','ignoreResolvedComments','editingDowncast','registerAnnotation','isResolved','_initializeMarkerConverters','createPositionBefore','addCommentThread','isObject','change','ready','model','_threads','announce','updateMarker','getAllMarkersForId','dataDowncast','differ','getCommentThreads','comment:','then','markers','markerToHighlight','dataToMarker','clear','removeMarker','4145706zZkkzj','destroy','add','state','$marker','newRange','schema','_handleMarkerAddAndRemove','hasDomSelection','enqueueChange','ck-comment-marker--active','2167704zUCGQA','addComment','activeMarker','name','get','change:isThreadsLoadingPaused','switchReadOnly','getRange','elementToElement','refreshVisibility','createElement','removeMarker:','substring','end','markerName','registerPostFixer','fetchCommentThread','$graveyard','isAttached','openNewCommentThread','view','getItems','LEAVE_COMMENT_ANNOUNCEMENT','_attachArchivedThread','root','reopenCommentThread','519270lCUoUY','change:activeMarker','_reconvertMarkers','set','resolveCommentThread','editing','comment','delete','for','destroyed','data','22484295mGqWCP','getByInnerView','isThreadsLoadingPaused','once','attachTo','$textProxy','_detachCommentThread','low','commands','_getTargetForId','text','scrollToThreadMarker','setUnlinkedAt','664540QKHcys','consumable','affectsData','_threadToController','10xuIRnK','setContext','start','requires','reconvertMarker','markerToData','item','14189152nGSDXq','ENTER_COMMENT_ANNOUNCEMENT','from','length','getWalker','init','config','isLocal','context','_attachMarkerToThread','locale','focus','editor','hasMarkerForId','ck-comment-marker','change:isReadOnly','unlinkedAt','addMarker:','isEqual','group','plugins','32637ExUswo','178dVSsjY','hasContent','ariaLiveAnnouncer','render','upcast','isCollapsed','hasCommentThread','getAttribute','createRange','_handleThreadMarker','listenTo','_hasTargetInContent','getChangedMarkers','CommentsEditing','removeCommentThread','consume','managedUsingOperations','_getTextContext','startsWith','size'];_0x4710=function(){return _0x3d962b;};return _0x4710();}export default class r extends _0x57316d{static get[_0xb61f6f(0x184)](){return[_0x478f78,_0x25f9cd,_0x2f04fd,_0x22f61a,_0x57702a];}static get[_0xb61f6f(0x1b6)](){const _0x10e122=_0xb61f6f;return _0x10e122(0x1ab);}constructor(_0x66542a){const _0x4e48a6=_0xb61f6f;super(_0x66542a),this[_0x4e48a6(0x168)](_0x4e48a6(0x172),!0x0),_0x66542a[_0x4e48a6(0x16f)][_0x4e48a6(0x173)](_0x4e48a6(0x1c4),()=>this[_0x4e48a6(0x172)]=!0x1),this[_0x4e48a6(0x168)](_0x4e48a6(0x14d),null),this['on'](_0x4e48a6(0x166),(_0x37a2e2,_0x3391e9,_0x57247d,_0x2205c8)=>{const _0x1953c2=_0x4e48a6,_0x5b1d5f=_0x57247d?splitMarkerName(_0x57247d)['id']:null;if(_0x66542a[_0x1953c2(0x1c5)][_0x1953c2(0x1c3)](()=>{const _0x2a546a=_0x1953c2;if(_0x5b1d5f){const _0x203443=this[_0x2a546a(0x1c9)](_0x5b1d5f);for(const _0x34828d of _0x203443)_0x66542a[_0x2a546a(0x16a)][_0x2a546a(0x185)](_0x34828d);}if(_0x2205c8){const {id:_0x4fd06f}=splitMarkerName(_0x2205c8),_0x5ce2f9=this[_0x2a546a(0x1c9)](_0x4fd06f);for(const _0x5453b7 of _0x5ce2f9)_0x66542a[_0x2a546a(0x16a)][_0x2a546a(0x185)](_0x5453b7);}}),_0x5b1d5f){const _0x4a446a=_0x66542a[_0x1953c2(0x19c)][_0x1953c2(0x14f)](_0x478f78)[_0x1953c2(0x1ba)](_0x5b1d5f);_0x4a446a&&_0x4a446a[_0x1953c2(0x1be)]&&this[_0x1953c2(0x17b)](_0x5b1d5f);}}),this[_0x4e48a6(0x1b9)]();}[_0xb61f6f(0x18d)](){const _0x1e280f=_0xb61f6f,_0x2e4803=this[_0x1e280f(0x194)],_0x4c950e=_0x2e4803[_0x1e280f(0x19c)][_0x1e280f(0x14f)](_0x478f78),_0x345451=_0x2e4803[_0x1e280f(0x18e)][_0x1e280f(0x14f)](_0x1e280f(0x1b8));_0x2e4803[_0x1e280f(0x178)][_0x1e280f(0x1d6)](_0x1e280f(0x1c1),new _0x4b197d(_0x2e4803)),this[_0x1e280f(0x1a8)](_0x2e4803,_0x1e280f(0x197),(_0x10a962,_0x4e7ad2,_0xf27105)=>{const _0x126c8f=_0x1e280f;_0x4c950e[_0x126c8f(0x151)](_0xf27105,_0x2e4803[_0x126c8f(0x18e)][_0x126c8f(0x14f)](_0x126c8f(0x1b8)));}),this[_0x1e280f(0x1a8)](_0x4c950e,at(_0x1e280f(0x1c1),_0x345451),(_0x56fcfe,{threadId:_0x4735c6})=>{const _0x2917a6=_0x1e280f,_0x1db8ea=this[_0x2917a6(0x194)][_0x2917a6(0x19c)][_0x2917a6(0x14f)](_0x478f78)[_0x2917a6(0x1ba)](_0x4735c6);_0x1db8ea&&_0x1db8ea[_0x2917a6(0x198)]&&this[_0x2917a6(0x162)](_0x4735c6);}),this[_0x1e280f(0x1a8)](_0x4c950e,at(_0x1e280f(0x1ac),_0x345451),(_0x57d8f,{threadId:_0x5d7d77})=>{const _0x1e409a=_0x1e280f;_0x2e4803[_0x1e409a(0x1c5)][_0x1e409a(0x1dd)]({'isUndoable':!0x1},_0x414a04=>{const _0x150dcf=_0x1e409a,_0x23cd56=this[_0x150dcf(0x1c9)](_0x5d7d77);for(const _0x37870b of _0x23cd56)_0x414a04[_0x150dcf(0x1d3)](_0x37870b);});}),this[_0x1e280f(0x1a8)](_0x4c950e,at(_0x1e280f(0x169),_0x345451),(_0x4c1c25,{threadId:_0x23ffbd})=>{const _0x2488c1=_0x1e280f;(this[_0x2488c1(0x167)](_0x23ffbd),this[_0x2488c1(0x194)][_0x2488c1(0x16a)][_0x2488c1(0x15f)][_0x2488c1(0x1dc)])&&(this[_0x2488c1(0x194)][_0x2488c1(0x19c)][_0x2488c1(0x14f)](_0x478f78)[_0x2488c1(0x1ba)](_0x23ffbd)[_0x2488c1(0x198)]||this[_0x2488c1(0x194)][_0x2488c1(0x16a)][_0x2488c1(0x15f)][_0x2488c1(0x193)]());},{'priority':_0x1e280f(0x177)}),this[_0x1e280f(0x1a8)](_0x4c950e,at(_0x1e280f(0x164),_0x345451),(_0x483ad5,{threadId:_0xb6252a})=>{const _0xe026ed=_0x1e280f;this[_0xe026ed(0x167)](_0xb6252a);},{'priority':_0x1e280f(0x177)}),this[_0x1e280f(0x1a8)](_0x4c950e,at(_0x1e280f(0x14c),_0x345451),(_0x2c9665,{threadId:_0x2f1eea,isFromAdapter:_0x115243})=>{const _0x3e485f=_0x1e280f,_0x44ba62=this[_0x3e485f(0x1c9)](_0x2f1eea);if(_0x115243||0x0==_0x44ba62[_0x3e485f(0x18b)]||!_0x4c950e[_0x3e485f(0x1a4)](_0x2f1eea))return;0x1===_0x4c950e[_0x3e485f(0x1ba)](_0x2f1eea)[_0x3e485f(0x18b)]&&_0x2e4803[_0x3e485f(0x1c5)][_0x3e485f(0x1dd)]({'isUndoable':!0x1},_0x296222=>{const _0x1a787b=_0x3e485f;for(const _0x49fdfb of _0x44ba62)_0x296222[_0x1a787b(0x1c8)](_0x49fdfb,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x1e280f(0x177)}),this[_0x1e280f(0x1bf)](),this[_0x1e280f(0x1db)]();}[_0xb61f6f(0x1d5)](){const _0x4564af=_0xb61f6f,_0xb5a509=this[_0x4564af(0x194)][_0x4564af(0x19c)][_0x4564af(0x14f)](_0x478f78),_0x40d441=this[_0x4564af(0x194)][_0x4564af(0x18e)][_0x4564af(0x14f)](_0x4564af(0x1b8));for(const _0x3c7cfb of _0xb5a509[_0x4564af(0x1cc)]({'channelId':_0x40d441}))_0xb5a509[_0x4564af(0x176)](_0x3c7cfb['id']),_0xb5a509[_0x4564af(0x1c6)][_0x4564af(0x16c)](_0x3c7cfb['id']);super[_0x4564af(0x1d5)]();}[_0xb61f6f(0x195)](_0x2a7fc5){const _0xe8e62c=_0xb61f6f;return this[_0xe8e62c(0x1c9)](_0x2a7fc5)[_0xe8e62c(0x18b)]>0x0;}[_0xb61f6f(0x1c9)](_0x4db516){const _0x224cfd=_0xb61f6f,_0x2c44d7=[];for(const _0x21cb3e of this[_0x224cfd(0x194)][_0x224cfd(0x1c5)][_0x224cfd(0x1cf)])_0x21cb3e[_0x224cfd(0x14e)][_0x224cfd(0x1b0)](_0x224cfd(0x1cd)+_0x4db516)&&_0x2c44d7[_0x224cfd(0x1b7)](_0x21cb3e);return _0x2c44d7;}[_0xb61f6f(0x17b)](_0x48a253){const _0x1d5fb3=_0xb61f6f,_0x39b4f5=this[_0x1d5fb3(0x179)](_0x48a253);_0x39b4f5&&setTimeout(()=>{const _0x117b8b=_0x1d5fb3;this[_0x117b8b(0x14d)]&&splitMarkerName(this[_0x117b8b(0x14d)])['id']===_0x48a253&&_0x25d477({'target':_0x39b4f5[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0xb61f6f(0x167)](_0x3ac522){const _0x154043=_0xb61f6f;this[_0x154043(0x194)][_0x154043(0x1c5)][_0x154043(0x1c3)](()=>{const _0x557943=_0x154043;for(const _0x4c2ff0 of this[_0x557943(0x1c9)](_0x3ac522))this[_0x557943(0x194)][_0x557943(0x16a)][_0x557943(0x185)](_0x4c2ff0);});}[_0xb61f6f(0x162)](_0x2d8de3){const _0x1fec71=_0xb61f6f,_0x2bb6b2=this[_0x1fec71(0x194)][_0x1fec71(0x19c)][_0x1fec71(0x14f)](_0x478f78),_0x51768c=this[_0x1fec71(0x194)][_0x1fec71(0x19c)][_0x1fec71(0x14f)](_0x25f9cd),_0x168da3=_0x2bb6b2[_0x1fec71(0x1ba)](_0x2d8de3);if(!_0x168da3[_0x1fec71(0x15d)]){const _0x236220=_0x168da3[_0x1fec71(0x174)](()=>this[_0x1fec71(0x179)](_0x168da3['id']));_0x51768c[_0x1fec71(0x1bd)](_0x236220),_0x168da3[_0x1fec71(0x1a9)]=!0x1;}}[_0xb61f6f(0x1bf)](){const _0xd109bb=_0xb61f6f,_0x5b9f1b=this[_0xd109bb(0x194)];_0x5b9f1b[_0xd109bb(0x1b4)][_0xd109bb(0x16d)](_0xd109bb(0x1bc))[_0xd109bb(0x1d0)]({'model':_0xd109bb(0x16b),'view':(_0x46d16e,_0x9dede)=>{const _0x38f95b=_0xd109bb,{id:_0x5e95f9}=splitMarkerName(_0x46d16e[_0x38f95b(0x159)]),_0x24a65d=_0x5b9f1b[_0x38f95b(0x19c)][_0x38f95b(0x14f)](_0x478f78)[_0x38f95b(0x1ba)](_0x5e95f9),_0x529c07=this[_0x38f95b(0x14d)]&&splitMarkerName(this[_0x38f95b(0x14d)])['id']===_0x5e95f9;if(_0x24a65d&&_0x24a65d[_0x38f95b(0x1be)]&&!_0x529c07&&_0x46d16e[_0x38f95b(0x187)])return _0x9dede[_0x38f95b(0x17e)][_0x38f95b(0x1ad)](_0x46d16e[_0x38f95b(0x187)],_0x38f95b(0x199)+_0x46d16e[_0x38f95b(0x159)]),_0x9dede[_0x38f95b(0x17e)][_0x38f95b(0x1ad)](_0x46d16e[_0x38f95b(0x187)],_0x38f95b(0x156)+_0x46d16e[_0x38f95b(0x159)]),null;const _0x4345a6=[_0x38f95b(0x196)];return _0x529c07&&_0x4345a6[_0x38f95b(0x1b7)](_0x38f95b(0x1de)),{'classes':_0x4345a6,'attributes':{'data-comment':_0x5e95f9}};}}),_0x5b9f1b[_0xd109bb(0x1b4)][_0xd109bb(0x16d)](_0xd109bb(0x1ca))[_0xd109bb(0x186)]({'model':_0xd109bb(0x16b),'view':(_0x36bf9a,{options:_0x3b4381})=>{const _0x374b0f=_0xd109bb,_0x524d27=_0x5b9f1b[_0x374b0f(0x19c)][_0x374b0f(0x14f)](_0x478f78),_0x13d1ac=_0x5b9f1b[_0x374b0f(0x1c5)][_0x374b0f(0x1cf)][_0x374b0f(0x14f)](_0x36bf9a),{id:_0x3b2c7f,part:_0x346b08}=splitMarkerName(_0x36bf9a);if(_0x13d1ac&&!_0x13d1ac[_0x374b0f(0x17f)])return null;if(_0x3b4381[_0x374b0f(0x1bb)]){const _0x370fde=_0x524d27[_0x374b0f(0x1ba)](_0x3b2c7f);if(_0x370fde&&_0x370fde[_0x374b0f(0x1be)])return null;}return{'group':_0x374b0f(0x16b),'name':_0x346b08?_0x3b2c7f+':'+_0x346b08:_0x3b2c7f};}}),_0x5b9f1b[_0xd109bb(0x1b4)][_0xd109bb(0x16d)](_0xd109bb(0x1a2))[_0xd109bb(0x153)]({'view':{'name':_0xd109bb(0x16b),'attributes':{'id':/^\w/}},'model':(_0x114a2e,{writer:_0x81c280})=>_0x81c280[_0xd109bb(0x155)](_0xd109bb(0x1d8),{'data-name':_0xd109bb(0x1cd)+_0x114a2e[_0xd109bb(0x1a5)]('id')})}),_0x5b9f1b[_0xd109bb(0x1b4)][_0xd109bb(0x16d)](_0xd109bb(0x1a2))[_0xd109bb(0x1d1)]({'view':_0xd109bb(0x16b)});}[_0xb61f6f(0x1db)](){const _0x5c5f00=_0xb61f6f,_0x3fe82b=this[_0x5c5f00(0x194)],_0x432f85=_0x3fe82b[_0x5c5f00(0x19c)][_0x5c5f00(0x14f)](_0x478f78),_0x4e450b=new Set(),_0x45804=new Set();_0x3fe82b[_0x5c5f00(0x1c5)][_0x5c5f00(0x1b5)][_0x5c5f00(0x15a)](_0x5e412c=>{const _0x2b48d2=_0x5c5f00;let _0x4afc82=!0x1;for(const {name:_0x5a59c7,data:_0x22e1db}of _0x3fe82b[_0x2b48d2(0x1c5)][_0x2b48d2(0x1b5)][_0x2b48d2(0x1cb)][_0x2b48d2(0x1aa)]()){const {group:_0x2585ea,id:_0x49f53d}=splitMarkerName(_0x5a59c7);let _0x4e247d=_0x22e1db[_0x2b48d2(0x1d9)];if(_0x2b48d2(0x16b)!==_0x2585ea||!_0x4e247d)continue;const _0x3337d0=_0x2b48d2(0x15c)===_0x4e247d[_0x2b48d2(0x163)][_0x2b48d2(0x1b3)];_0x3337d0||(_0x4e247d=ct(_0x4e247d,_0x3fe82b[_0x2b48d2(0x1c5)]),!_0x4e247d||_0x4e247d[_0x2b48d2(0x1a3)]||!_0x22e1db[_0x2b48d2(0x1d9)]||_0x4e247d[_0x2b48d2(0x19a)](_0x22e1db[_0x2b48d2(0x1d9)]))?_0x3fe82b[_0x2b48d2(0x1c5)][_0x2b48d2(0x19f)](_0x4e247d)&&!_0x3337d0?this[_0x2b48d2(0x172)]?_0x4e450b[_0x2b48d2(0x1d6)](_0x5a59c7):this[_0x2b48d2(0x1a7)](_0x5a59c7,_0x49f53d):(_0x45804[_0x2b48d2(0x1d6)](_0x5a59c7),_0x4e450b[_0x2b48d2(0x16c)](_0x5a59c7),_0x5e412c[_0x2b48d2(0x1d3)](_0x5a59c7),_0x4afc82=!0x0):(_0x5e412c[_0x2b48d2(0x1c8)](_0x5a59c7,{'range':_0x4e247d}),_0x4afc82=!0x0);}return _0x4afc82;}),this['on'](_0x5c5f00(0x150),(_0x1b3713,_0x52129b,_0x4fae23)=>{const _0x5e7542=_0x5c5f00;if(!_0x4fae23&&_0x4e450b[_0x5e7542(0x1b1)])for(const _0x47b749 of _0x4e450b){const {id:_0x4cfae7}=splitMarkerName(_0x47b749);_0x4e450b[_0x5e7542(0x16c)](_0x47b749),_0x3fe82b[_0x5e7542(0x1c5)][_0x5e7542(0x1cf)][_0x5e7542(0x14f)](_0x47b749)&&this[_0x5e7542(0x1a7)](_0x47b749,_0x4cfae7);}}),this[_0x5c5f00(0x1a8)](_0x3fe82b[_0x5c5f00(0x1c5)][_0x5c5f00(0x1b5)],_0x5c5f00(0x1c3),(_0x3dbd92,_0x1b4463)=>{const _0x26b4ef=_0x5c5f00;for(const {name:_0x58040b,data:{newRange:_0x30de03}}of _0x3fe82b[_0x26b4ef(0x1c5)][_0x26b4ef(0x1b5)][_0x26b4ef(0x1cb)][_0x26b4ef(0x1aa)]()){const {group:_0x568a16,id:_0x2eaa8f}=splitMarkerName(_0x58040b);if(_0x26b4ef(0x16b)!==_0x568a16)continue;const _0xc20c9e=_0x432f85[_0x26b4ef(0x1ba)](_0x2eaa8f),_0x1cc1f7=this[_0x26b4ef(0x195)](_0x2eaa8f);_0xc20c9e&&(_0xc20c9e[_0x26b4ef(0x1a9)]||_0x3fe82b[_0x26b4ef(0x16a)][_0x26b4ef(0x15f)][_0x26b4ef(0x173)](_0x26b4ef(0x1a1),()=>{const _0x8a86c9=_0x26b4ef,_0x3b6478=_0x3fe82b[_0x8a86c9(0x19c)][_0x8a86c9(0x14f)](_0x1da73e),_0x4658bf=_0x432f85[_0x8a86c9(0x180)][_0x8a86c9(0x14f)](_0xc20c9e)[_0x8a86c9(0x15f)];_0x3b6478[_0x8a86c9(0x171)](_0x4658bf)[_0x8a86c9(0x154)]();},{'priority':_0x26b4ef(0x177)}),_0xc20c9e[_0x26b4ef(0x1a9)]=_0x1cc1f7||!!_0x30de03),_0x30de03||(_0x45804[_0x26b4ef(0x1d6)](_0x58040b),_0x4e450b[_0x26b4ef(0x16c)](_0x58040b));}if(_0x1b4463[_0x26b4ef(0x18f)])for(const _0x1e4ccd of _0x45804){const {id:_0x31c41b}=splitMarkerName(_0x1e4ccd),_0x1ab8e2=_0x432f85[_0x26b4ef(0x1ba)](_0x31c41b),_0x230cad=this[_0x26b4ef(0x195)](_0x31c41b);_0x4e450b[_0x26b4ef(0x16c)](_0x1e4ccd),!_0x1ab8e2||_0x230cad||_0x1ab8e2[_0x26b4ef(0x198)]||_0x1ab8e2[_0x26b4ef(0x17c)](new Date());}_0x45804[_0x26b4ef(0x1d2)]();});}[_0xb61f6f(0x179)](_0x404c88){const _0xd63c27=_0xb61f6f,_0x5675e4=this[_0xd63c27(0x194)],_0x58a0b2=this[_0xd63c27(0x1c9)](_0x404c88);return _0x2b374a(_0x5675e4[_0xd63c27(0x16a)],_0x58a0b2);}[_0xb61f6f(0x1af)](_0x277a65){const _0x18c6f0=_0xb61f6f,_0x2620ac=this[_0x18c6f0(0x1c9)](_0x277a65);let _0x3478e5='',_0x435573=!0x1;for(const _0x5bfb93 of _0x2620ac){const _0x40e1e8=_0x5bfb93[_0x18c6f0(0x152)]();for(const _0x3dfdd9 of Array[_0x18c6f0(0x18a)](_0x40e1e8[_0x18c6f0(0x160)]()))_0x3dfdd9['is'](_0x18c6f0(0x175))?(_0x3478e5&&_0x435573&&(_0x3478e5+='\x20',_0x435573=!0x1),_0x3478e5+=_0x3dfdd9[_0x18c6f0(0x16f)]):_0x435573=!0x0;_0x435573=!0x0;}return _0x3478e5[_0x18c6f0(0x157)](0x0,0x96);}[_0xb61f6f(0x191)](_0x5b38fe,_0x34f711){const _0x1b30a3=_0xb61f6f,_0x4ba1a5=this[_0x1b30a3(0x194)],_0x11ce30=_0x4ba1a5[_0x1b30a3(0x19c)][_0x1b30a3(0x14f)](_0x478f78);let _0x584c60=_0x11ce30[_0x1b30a3(0x1ba)](_0x34f711);const _0x152661=_0x4ba1a5[_0x1b30a3(0x18e)][_0x1b30a3(0x14f)](_0x1b30a3(0x1b8)),_0x3b3866=_0x4ba1a5[_0x1b30a3(0x19c)][_0x1b30a3(0x14f)](_0x25f9cd);if(_0x584c60&&(_0x584c60[_0x1b30a3(0x198)]&&_0x584c60[_0x1b30a3(0x17c)](null),_0x584c60[_0x1b30a3(0x15d)]))return _0x584c60;return!this[_0x1b30a3(0x1c9)](_0x34f711)[0x0][_0x1b30a3(0x1ae)]?_0x4ba1a5[_0x1b30a3(0x16a)][_0x1b30a3(0x15f)][_0x1b30a3(0x173)](_0x1b30a3(0x1a1),()=>{const _0x17f57a=_0x1b30a3;if(_0x11ce30[_0x17f57a(0x1ba)](_0x34f711))return;const _0x433b68=_0x4ba1a5[_0x17f57a(0x19c)][_0x17f57a(0x14f)](_0x1da73e);_0x584c60=_0x11ce30[_0x17f57a(0x15e)]({'channelId':_0x152661,'threadId':_0x34f711,'target':()=>this[_0x17f57a(0x179)](_0x34f711),'context':{'type':_0x17f57a(0x17a),'value':this[_0x17f57a(0x1af)](_0x34f711)}});const _0x4c4791=_0x11ce30[_0x17f57a(0x180)][_0x17f57a(0x14f)](_0x584c60)[_0x17f57a(0x15f)],_0x3283ce=_0x433b68[_0x17f57a(0x171)](_0x4c4791);_0x3283ce&&_0x3b3866[_0x17f57a(0x1bd)](_0x3283ce);},{'priority':_0x1b30a3(0x177)}):_0x11ce30[_0x1b30a3(0x15b)]({'channelId':_0x152661,'threadId':_0x34f711})[_0x1b30a3(0x1ce)](_0x5da1a9=>{const _0xf53978=_0x1b30a3;if(_0xf53978(0x16e)!==_0x4ba1a5[_0xf53978(0x1d7)]){if(_0x584c60=_0x5da1a9,_0x584c60&&!_0x584c60[_0xf53978(0x15d)]){const _0x5a8c2a=_0x584c60[_0xf53978(0x174)](()=>this[_0xf53978(0x179)](_0x34f711));_0x3b3866[_0xf53978(0x1bd)](_0x5a8c2a),_0x584c60[_0xf53978(0x1be)]&&this[_0xf53978(0x167)](_0x34f711);}else{if(!_0x584c60){const _0x2e06b0=this[_0xf53978(0x1c9)](_0x34f711);_0x4ba1a5[_0xf53978(0x1c5)][_0xf53978(0x1c3)](_0x18d522=>{const _0xb22193=_0xf53978;for(const _0x62f1e of _0x2e06b0)_0x18d522[_0xb22193(0x1d3)](_0x62f1e);});}}}}),_0x584c60;}[_0xb61f6f(0x1a7)](_0x47ea1f,_0x2560ec){const _0x5dea51=_0xb61f6f,_0x424ae2=this[_0x5dea51(0x191)](_0x47ea1f,_0x2560ec);_0x424ae2&&!_0x424ae2[_0x5dea51(0x190)]&&_0x424ae2[_0x5dea51(0x182)]({'type':_0x5dea51(0x17a),'value':this[_0x5dea51(0x1af)](_0x2560ec)});}[_0xb61f6f(0x1b9)](){const _0x74f2b8=_0xb61f6f,_0x128345=this[_0x74f2b8(0x194)];_0x53f23d(_0x128345[_0x74f2b8(0x1c5)],({left:_0x49e2dd,entered:_0x51d8c7})=>{const _0xe927aa=_0x74f2b8;for(const _0x43021f of _0x49e2dd)if(mt(_0x43021f)){_0x128345['ui'][_0xe927aa(0x1a0)][_0xe927aa(0x1c7)](_0x5922bc(_0x128345[_0xe927aa(0x192)],_0xe927aa(0x161)));break;}for(const _0x185ce2 of _0x51d8c7)if(mt(_0x185ce2)){_0x128345['ui'][_0xe927aa(0x1a0)][_0xe927aa(0x1c7)](_0x5922bc(_0x128345[_0xe927aa(0x192)],_0xe927aa(0x189),_0x576441(_0x4f4269)));break;}});}}function at(_0x1e0886,_0x4126a1){return _0x4126a1?_0x1e0886+':'+_0x4126a1:_0x1e0886;}export function splitMarkerName(_0x47e4e8){const _0x8e7612=_0xb61f6f,_0x5a69f2=_0x47e4e8[_0x8e7612(0x1b2)](':');return{'group':_0x5a69f2[0x0],'id':_0x5a69f2[0x1],'part':_0x5a69f2[0x2]};}function ct(_0x4d2dc6,_0x5bc395){const _0x5a3d4b=_0xb61f6f,_0x27218e=_0x5bc395[_0x5a3d4b(0x1da)],_0x57689=_0x5bc395[_0x5a3d4b(0x1a6)](_0x4d2dc6[_0x5a3d4b(0x183)]);for(const _0x28350b of _0x4d2dc6[_0x5a3d4b(0x18c)]()){const {type:_0x1d4591,item:_0x2e49bf,nextPosition:_0x21fbf2}=_0x28350b;if(_0x5a3d4b(0x17a)===_0x1d4591||_0x27218e[_0x5a3d4b(0x1c2)](_0x2e49bf)){const _0x51c97e=_0x5bc395[_0x5a3d4b(0x1c0)](_0x2e49bf);_0x57689[_0x5a3d4b(0x1a3)]&&(_0x57689[_0x5a3d4b(0x183)]=_0x51c97e),_0x57689[_0x5a3d4b(0x158)]=_0x21fbf2;}}return _0x57689;}function mt(_0xa21baf){const _0x1b5dbb=_0xb61f6f;return _0x1b5dbb(0x16b)===splitMarkerName(_0xa21baf[_0x1b5dbb(0x14e)])[_0x1b5dbb(0x19b)];}
@@ -15,7 +15,7 @@ import '../../theme/commentthread.css';
15
15
  import '../../theme/commentinput.css';
16
16
  import Annotation, { type AnnotationTarget } from '../annotations/annotation.js';
17
17
  import Annotations from '../annotations/annotations.js';
18
- import type BaseCommentThreadView from './ui/view/basecommentthreadview.js';
18
+ import type { default as BaseCommentThreadView } from './ui/view/basecommentthreadview.js';
19
19
  /**
20
20
  * Stores the list of {@link module:comments/comments/commentsrepository~CommentThread}
21
21
  * and provides event-driven API for managing them. It is also responsible for using the comments adapter
@@ -866,6 +866,18 @@ export type AddCommentEvent = {
866
866
  name: string;
867
867
  args: [CommentEventData];
868
868
  };
869
+ /**
870
+ * An event fired when the user pressed Escape key while the comment thread was focused.
871
+ */
872
+ export type CommentThreadEscapeEvent = {
873
+ name: string;
874
+ args: [
875
+ {
876
+ threadId: string;
877
+ channelId: string | symbol;
878
+ }
879
+ ];
880
+ };
869
881
  /**
870
882
  * @param commentId The comment ID.
871
883
  * @param authorId ID of the comment author.
@@ -994,7 +1006,7 @@ export interface CommentsAdapter {
994
1006
  resolvedAt?: Date | null;
995
1007
  resolvedBy?: string | null;
996
1008
  attributes: Record<string, unknown>;
997
- }>;
1009
+ } | null>;
998
1010
  /**
999
1011
  * Called each time the user changes the existing comment thread.
1000
1012
  *