@ckeditor/ckeditor5-comments 44.0.0-alpha.9 → 44.1.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 (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.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/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c4043=_0x2f3d;function _0x2f3d(_0x239845,_0x21f0ef){const _0x299b57=_0x299b();return _0x2f3d=function(_0x2f3dfa,_0x31e048){_0x2f3dfa=_0x2f3dfa-0x7b;let _0x169fb8=_0x299b57[_0x2f3dfa];return _0x169fb8;},_0x2f3d(_0x239845,_0x21f0ef);}(function(_0x126bd6,_0x5dd006){const _0x103e63=_0x2f3d,_0x2e5c32=_0x126bd6();while(!![]){try{const _0x3bafc2=-parseInt(_0x103e63(0xc7))/0x1*(-parseInt(_0x103e63(0x92))/0x2)+parseInt(_0x103e63(0xb9))/0x3+-parseInt(_0x103e63(0xc4))/0x4+-parseInt(_0x103e63(0xd1))/0x5*(parseInt(_0x103e63(0xcd))/0x6)+-parseInt(_0x103e63(0x83))/0x7*(parseInt(_0x103e63(0xbc))/0x8)+-parseInt(_0x103e63(0xc6))/0x9*(parseInt(_0x103e63(0xbb))/0xa)+-parseInt(_0x103e63(0xb5))/0xb*(-parseInt(_0x103e63(0xae))/0xc);if(_0x3bafc2===_0x5dd006)break;else _0x2e5c32['push'](_0x2e5c32['shift']());}catch(_0x798285){_0x2e5c32['push'](_0x2e5c32['shift']());}}}(_0x299b,0x61130));import{Plugin as _0x261664}from'ckeditor5/src/core.js';import _0xb0b429 from'./commentsrepository.js';import _0x27027d from'./commentsediting.js';import _0x36f02d from'../annotations/editorannotations.js';function _0x299b(){const _0x34e881=['get','708JvKRaR','init','set','commentsLicenseKeyEvaluationLimit','requires','activeMarker','expired','133617kALWas','domainLimit','addCommentThread','hasCommentThread','2194653RbKeAF','CommentThreadInputView','13640UdOeQO','8ynthCd','Comment','highest','invalid','hasMarkerForId','isOfficialPlugin','listenTo','find','1736760JvMTGT','innerView','3609niFsyz','2ltZQEi','commentsLicenseKeyNotAllowed','change:activeAnnotations','focus','isFocused','tooltip','6bNWIgV','has','_licenseKeyCheckInterval','bind','2745355qxcudr','Comments','evaluationLimit','commentsLicenseKeyExpired','getRange','editor','commentsLicenseKeyValid','menuBar:comment','view','removeCommentThread','comment','CommentsListView','864339oXQLEo','commentsLicenseKeyInvalid','stop','isPremiumPlugin','commentsLicenseKeyUsageLimit','focusTracker','developmentLimit','trialLimit','from','plugins','map','model','locale','featureNotAllowed','addComment','603094frOMHc','low','_showLicenseError','_createUIButton','getAllMarkersForId','execute','push','addSourceCollector','_threadToController','add','isEnabled','pluginName','usageLimit','commentsLicenseKeyDomainLimit','editing','CommentsUI','getCommentThread','_viewToController','comment:','componentFactory','length','config','destroy','commands','commentsLicenseKeyTrialLimit','licenseKey','commentsLicenseKeyDevelopmentLimit'];_0x299b=function(){return _0x34e881;};return _0x299b();}import{ButtonView as _0x5d4d8b,MenuBarMenuListItemButtonView as _0x2c4321}from'ckeditor5/src/ui.js';import _0x3510c5 from'../../theme/icons/add-comment.svg';import _0x2ac59b from'../annotations/annotations.js';import _0x12ef60 from'./ui/view/commentslistview.js';import _0x49e775 from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x127b1b}from'../utils/common-translations.js';export default class i extends _0x261664{static get[_0x1c4043(0x9d)](){const _0x3f50e5=_0x1c4043;return _0x3f50e5(0xa1);}static get[_0x1c4043(0xc1)](){return!0x0;}static get[_0x1c4043(0x86)](){return!0x0;}static get[_0x1c4043(0xb2)](){return[_0xb0b429,_0x27027d,_0x36f02d,_0x2ac59b];}get[_0x1c4043(0x82)](){return _0x12ef60;}get[_0x1c4043(0xba)](){return _0x49e775;}[_0x1c4043(0xaf)](){const _0x2259e2=_0x1c4043,_0x50b0a9=this[_0x2259e2(0x7c)],_0x1663c5=_0x50b0a9[_0x2259e2(0x8c)][_0x2259e2(0xad)](_0xb0b429),_0x1969b6=_0x50b0a9[_0x2259e2(0x8c)][_0x2259e2(0xad)](_0x27027d),_0x5cd957=_0x50b0a9[_0x2259e2(0x8c)][_0x2259e2(0xad)](_0x2ac59b),_0xc42437=_0x50b0a9[_0x2259e2(0x8c)][_0x2259e2(0xad)](_0x36f02d);_0x50b0a9['ui'][_0x2259e2(0xa5)][_0x2259e2(0x9b)](_0x2259e2(0x81),()=>{const _0x552bd9=_0x2259e2,_0x5db913=this[_0x552bd9(0x95)](_0x5d4d8b);return _0x5db913[_0x552bd9(0xcc)]=!0x0,_0x5db913;}),_0x50b0a9['ui'][_0x2259e2(0xa5)][_0x2259e2(0x9b)](_0x2259e2(0x7e),()=>this[_0x2259e2(0x95)](_0x2c4321)),_0xc42437[_0x2259e2(0x99)](()=>{const _0x1004cc=_0x2259e2,_0x25f311=[];for(const [_0x28d7f9,_0x217729]of _0x1663c5[_0x1004cc(0x9a)]){const _0x536b4e=_0x1969b6[_0x1004cc(0x96)](_0x28d7f9['id']),_0x266ca0=_0x536b4e[_0x1004cc(0x8d)](_0x1b1a19=>_0x1b1a19[_0x1004cc(0x7b)]());_0x536b4e[_0x1004cc(0xa6)]>0x0&&_0x25f311[_0x1004cc(0x98)]([_0x217729[_0x1004cc(0x7f)],_0x266ca0]);}return _0x25f311;}),this[_0x2259e2(0xc2)](_0x5cd957,_0x2259e2(0xc9),(_0x56b0ea,_0x43020b,_0x450f6a)=>{const _0x3bae02=_0x2259e2,_0x4f85c7=Array[_0x3bae02(0x8b)](_0x450f6a)[_0x3bae02(0x8d)](_0x112bd4=>_0x112bd4[_0x3bae02(0xc5)])[_0x3bae02(0xc3)](_0xd0afbe=>_0x1663c5[_0x3bae02(0xa3)][_0x3bae02(0xce)](_0xd0afbe));if(!_0x4f85c7)return void(_0x1969b6[_0x3bae02(0xb3)]=null);const _0x59c600=_0x1663c5[_0x3bae02(0xa3)][_0x3bae02(0xad)](_0x4f85c7)[_0x3bae02(0x8e)]['id'],_0x5993d6=_0x3bae02(0xa4)+_0x59c600;_0x59c600&&_0x1969b6[_0x3bae02(0xc0)](_0x59c600)?_0x1969b6[_0x3bae02(0xb3)]=_0x5993d6:_0x1969b6[_0x3bae02(0xb3)]&&(_0x1969b6[_0x3bae02(0xb3)]=null);}),this[_0x2259e2(0xc2)](_0x1663c5,_0x2259e2(0x80),(_0xc197b0,{threadId:_0x3bcbf7,isFromAdapter:_0xa51920})=>{const _0x48b1be=_0x2259e2;!_0xa51920&&_0x50b0a9['ui'][_0x48b1be(0x88)][_0x48b1be(0xcb)]&&_0x1969b6[_0x48b1be(0xc0)](_0x3bcbf7)&&_0x50b0a9[_0x48b1be(0xa0)][_0x48b1be(0x7f)][_0x48b1be(0xca)]();},{'priority':_0x2259e2(0xbe)}),this[_0x2259e2(0xc2)](_0x1663c5,_0x2259e2(0x91),(_0x370c6f,{threadId:_0x3919ce,isFromAdapter:_0x29a64b})=>{const _0x2a3b6e=_0x2259e2;if(_0x29a64b||!_0x1969b6[_0x2a3b6e(0xc0)](_0x3919ce)||!_0x1663c5[_0x2a3b6e(0xb8)](_0x3919ce))return;0x1===_0x1663c5[_0x2a3b6e(0xa2)](_0x3919ce)[_0x2a3b6e(0xa6)]&&(_0x50b0a9[_0x2a3b6e(0xa0)][_0x2a3b6e(0x7f)][_0x2a3b6e(0xca)](),_0x370c6f[_0x2a3b6e(0x85)]());},{'priority':_0x2259e2(0x93)}),this[_0x2259e2(0xab)]=this[_0x2259e2(0x7c)][_0x2259e2(0xa7)][_0x2259e2(0xad)](_0x2259e2(0xab));const _0x598082=this[_0x2259e2(0x7c)];this[_0x2259e2(0xcf)]=setInterval(()=>{const _0x1bc96a=_0x2259e2;let _0x4fa28e;for(const _0x394718 in _0x598082){const _0xd856b3=_0x394718,_0x1ebfe9=_0x598082[_0xd856b3];if(_0x1bc96a(0x7d)==_0x1ebfe9||_0x1bc96a(0x84)==_0x1ebfe9||_0x1bc96a(0xd4)==_0x1ebfe9||_0x1bc96a(0x9f)==_0x1ebfe9||_0x1bc96a(0xc8)==_0x1ebfe9||_0x1bc96a(0xb1)==_0x1ebfe9||_0x1bc96a(0xaa)==_0x1ebfe9||_0x1bc96a(0xac)==_0x1ebfe9||_0x1bc96a(0x87)==_0x1ebfe9){delete _0x598082[_0xd856b3],_0x4fa28e=_0x1ebfe9,clearInterval(this[_0x1bc96a(0xcf)]),this[_0x1bc96a(0xcf)]=void 0x0;break;}}_0x1bc96a(0x84)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0xbf)),_0x1bc96a(0xd4)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0xb4)),_0x1bc96a(0x9f)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0xb6)),_0x1bc96a(0xc8)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0x90),_0x1bc96a(0xd2)),_0x1bc96a(0xb1)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0xd3)),_0x1bc96a(0xaa)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0x8a)),_0x1bc96a(0xac)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0x89)),_0x1bc96a(0x87)==_0x4fa28e&&_0x598082[_0x1bc96a(0x94)](_0x1bc96a(0x9e));},0x3e8);}[_0x1c4043(0xa8)](){const _0x5d2f94=_0x1c4043;super[_0x5d2f94(0xa8)](),this[_0x5d2f94(0xcf)]&&clearInterval(this[_0x5d2f94(0xcf)]);}[_0x1c4043(0x95)](_0x5a85a8){const _0x4ac2ab=_0x1c4043,_0x15faa0=this[_0x4ac2ab(0x7c)],_0x11aea5=new _0x5a85a8(_0x15faa0[_0x4ac2ab(0x8f)]),_0x46d355=_0x15faa0[_0x4ac2ab(0xa9)][_0x4ac2ab(0xad)](_0x4ac2ab(0xb7));return _0x11aea5[_0x4ac2ab(0xb0)]({'label':_0x127b1b(_0x15faa0[_0x4ac2ab(0x8f)],_0x4ac2ab(0xbd)),'icon':_0x3510c5}),_0x11aea5[_0x4ac2ab(0xd0)](_0x4ac2ab(0x9c))['to'](_0x46d355),this[_0x4ac2ab(0xc2)](_0x11aea5,_0x4ac2ab(0x97),()=>_0x46d355[_0x4ac2ab(0x97)]()),_0x11aea5;}}
23
+ const _0x380a19=_0xab1b;function _0xab1b(_0x123af1,_0x133fc7){const _0x259740=_0x2597();return _0xab1b=function(_0xab1ba4,_0x360b4c){_0xab1ba4=_0xab1ba4-0xac;let _0x1fb1a8=_0x259740[_0xab1ba4];return _0x1fb1a8;},_0xab1b(_0x123af1,_0x133fc7);}(function(_0xeff1f,_0x554bd1){const _0x35e2ed=_0xab1b,_0x3f251a=_0xeff1f();while(!![]){try{const _0xc1f828=-parseInt(_0x35e2ed(0xca))/0x1+parseInt(_0x35e2ed(0xdf))/0x2+-parseInt(_0x35e2ed(0xde))/0x3*(parseInt(_0x35e2ed(0x102))/0x4)+-parseInt(_0x35e2ed(0xc4))/0x5*(parseInt(_0x35e2ed(0xea))/0x6)+parseInt(_0x35e2ed(0xae))/0x7+-parseInt(_0x35e2ed(0xb0))/0x8+parseInt(_0x35e2ed(0xe7))/0x9;if(_0xc1f828===_0x554bd1)break;else _0x3f251a['push'](_0x3f251a['shift']());}catch(_0x20ab6a){_0x3f251a['push'](_0x3f251a['shift']());}}}(_0x2597,0x35bb3));import{Plugin as _0x3e2b65}from'ckeditor5/src/core.js';import _0x2fae5b from'./commentsrepository.js';import _0x21a9c8 from'./commentsediting.js';import _0x5dc0bd from'../annotations/editorannotations.js';function _0x2597(){const _0x6f3bb1=['componentFactory','activeMarker','_threadToController','usageLimit','bind','config','change:activeAnnotations','has','from','CommentsUI','hasMarkerForId','503990KWyDoI','Comments','commands','commentsLicenseKeyExpired','comment:','Comment','246348IUqKzC','length','focus','_showLicenseError','editing','isPremiumPlugin','commentsLicenseKeyUsageLimit','hasCommentThread','commentsLicenseKeyEvaluationLimit','CommentsListView','tooltip','evaluationLimit','CommentThreadInputView','getAllMarkersForId','isFocused','find','invalid','domainLimit','featureNotAllowed','destroy','21MROrVv','488348QrXcnJ','commentsLicenseKeyTrialLimit','commentsLicenseKeyValid','menuBar:comment','highest','expired','developmentLimit','requires','8471322pHJXxb','model','trialLimit','6PGarwJ','addSourceCollector','commentsLicenseKeyInvalid','view','commentsLicenseKeyDomainLimit','commentsLicenseKeyNotAllowed','init','low','focusTracker','_viewToController','map','comment','execute','addComment','removeCommentThread','getRange','innerView','editor','stop','add','commentsLicenseKeyDevelopmentLimit','pluginName','listenTo','locale','241712FEZTpT','push','getCommentThread','482013FTXcBD','get','2112528HAGmXS','addCommentThread','isOfficialPlugin','_createUIButton','_licenseKeyCheckInterval','isEnabled','licenseKey','set','plugins'];_0x2597=function(){return _0x6f3bb1;};return _0x2597();}import{ButtonView as _0x2753f5,MenuBarMenuListItemButtonView as _0x13d1a6}from'ckeditor5/src/ui.js';import _0xc84887 from'../../theme/icons/add-comment.svg';import _0x5939da from'../annotations/annotations.js';import _0x277fe6 from'./ui/view/commentslistview.js';import _0x442ebf from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x27c371}from'../utils/common-translations.js';export default class i extends _0x3e2b65{static get[_0x380a19(0xff)](){const _0x5165a5=_0x380a19;return _0x5165a5(0xc2);}static get[_0x380a19(0xb2)](){return!0x0;}static get[_0x380a19(0xcf)](){return!0x0;}static get[_0x380a19(0xe6)](){return[_0x2fae5b,_0x21a9c8,_0x5dc0bd,_0x5939da];}get[_0x380a19(0xd3)](){return _0x277fe6;}get[_0x380a19(0xd6)](){return _0x442ebf;}[_0x380a19(0xf0)](){const _0x484c48=_0x380a19,_0x53194b=this[_0x484c48(0xfb)],_0x1337aa=_0x53194b[_0x484c48(0xb8)][_0x484c48(0xaf)](_0x2fae5b),_0x4948de=_0x53194b[_0x484c48(0xb8)][_0x484c48(0xaf)](_0x21a9c8),_0x3d29ab=_0x53194b[_0x484c48(0xb8)][_0x484c48(0xaf)](_0x5939da),_0x54f5f7=_0x53194b[_0x484c48(0xb8)][_0x484c48(0xaf)](_0x5dc0bd);_0x53194b['ui'][_0x484c48(0xb9)][_0x484c48(0xfd)](_0x484c48(0xf5),()=>{const _0x283c3a=_0x484c48,_0x4e9623=this[_0x283c3a(0xb3)](_0x2753f5);return _0x4e9623[_0x283c3a(0xd4)]=!0x0,_0x4e9623;}),_0x53194b['ui'][_0x484c48(0xb9)][_0x484c48(0xfd)](_0x484c48(0xe2),()=>this[_0x484c48(0xb3)](_0x13d1a6)),_0x54f5f7[_0x484c48(0xeb)](()=>{const _0x5b0a69=_0x484c48,_0x38259e=[];for(const [_0x30d779,_0x3b616a]of _0x1337aa[_0x5b0a69(0xbb)]){const _0x11677c=_0x4948de[_0x5b0a69(0xd7)](_0x30d779['id']),_0x4e697d=_0x11677c[_0x5b0a69(0xf4)](_0x4772a6=>_0x4772a6[_0x5b0a69(0xf9)]());_0x11677c[_0x5b0a69(0xcb)]>0x0&&_0x38259e[_0x5b0a69(0xac)]([_0x3b616a[_0x5b0a69(0xed)],_0x4e697d]);}return _0x38259e;}),this[_0x484c48(0x100)](_0x3d29ab,_0x484c48(0xbf),(_0x59095d,_0x40745c,_0x3db44c)=>{const _0x2eddb8=_0x484c48,_0x518114=Array[_0x2eddb8(0xc1)](_0x3db44c)[_0x2eddb8(0xf4)](_0x1ceb65=>_0x1ceb65[_0x2eddb8(0xfa)])[_0x2eddb8(0xd9)](_0x57e3d5=>_0x1337aa[_0x2eddb8(0xf3)][_0x2eddb8(0xc0)](_0x57e3d5));if(!_0x518114)return void(_0x4948de[_0x2eddb8(0xba)]=null);const _0x547823=_0x1337aa[_0x2eddb8(0xf3)][_0x2eddb8(0xaf)](_0x518114)[_0x2eddb8(0xe8)]['id'],_0x5ee023=_0x2eddb8(0xc8)+_0x547823;_0x547823&&_0x4948de[_0x2eddb8(0xc3)](_0x547823)?_0x4948de[_0x2eddb8(0xba)]=_0x5ee023:_0x4948de[_0x2eddb8(0xba)]&&(_0x4948de[_0x2eddb8(0xba)]=null);}),this[_0x484c48(0x100)](_0x1337aa,_0x484c48(0xf8),(_0x570c6d,{threadId:_0x2cf4b6,isFromAdapter:_0x3ff817})=>{const _0x2e74a5=_0x484c48;!_0x3ff817&&_0x53194b['ui'][_0x2e74a5(0xf2)][_0x2e74a5(0xd8)]&&_0x4948de[_0x2e74a5(0xc3)](_0x2cf4b6)&&_0x53194b[_0x2e74a5(0xce)][_0x2e74a5(0xed)][_0x2e74a5(0xcc)]();},{'priority':_0x484c48(0xe3)}),this[_0x484c48(0x100)](_0x1337aa,_0x484c48(0xf7),(_0x29eacd,{threadId:_0xd5cefd,isFromAdapter:_0x42e26e})=>{const _0x1f03fb=_0x484c48;if(_0x42e26e||!_0x4948de[_0x1f03fb(0xc3)](_0xd5cefd)||!_0x1337aa[_0x1f03fb(0xd1)](_0xd5cefd))return;0x1===_0x1337aa[_0x1f03fb(0xad)](_0xd5cefd)[_0x1f03fb(0xcb)]&&(_0x53194b[_0x1f03fb(0xce)][_0x1f03fb(0xed)][_0x1f03fb(0xcc)](),_0x29eacd[_0x1f03fb(0xfc)]());},{'priority':_0x484c48(0xf1)}),this[_0x484c48(0xb6)]=this[_0x484c48(0xfb)][_0x484c48(0xbe)][_0x484c48(0xaf)](_0x484c48(0xb6));const _0x5c9f0e=this[_0x484c48(0xfb)];this[_0x484c48(0xb4)]=setInterval(()=>{const _0x3225ff=_0x484c48;let _0x36cdf6;for(const _0x291a21 in _0x5c9f0e){const _0x31f05d=_0x291a21,_0x5014cc=_0x5c9f0e[_0x31f05d];if(_0x3225ff(0xe1)==_0x5014cc||_0x3225ff(0xec)==_0x5014cc||_0x3225ff(0xc7)==_0x5014cc||_0x3225ff(0xee)==_0x5014cc||_0x3225ff(0xef)==_0x5014cc||_0x3225ff(0xd2)==_0x5014cc||_0x3225ff(0xe0)==_0x5014cc||_0x3225ff(0xfe)==_0x5014cc||_0x3225ff(0xd0)==_0x5014cc){delete _0x5c9f0e[_0x31f05d],_0x36cdf6=_0x5014cc,clearInterval(this[_0x3225ff(0xb4)]),this[_0x3225ff(0xb4)]=void 0x0;break;}}_0x3225ff(0xec)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xda)),_0x3225ff(0xc7)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xe4)),_0x3225ff(0xee)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xdb)),_0x3225ff(0xef)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xdc),_0x3225ff(0xc5)),_0x3225ff(0xd2)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xd5)),_0x3225ff(0xe0)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xe9)),_0x3225ff(0xfe)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xe5)),_0x3225ff(0xd0)==_0x36cdf6&&_0x5c9f0e[_0x3225ff(0xcd)](_0x3225ff(0xbc));},0x3e8);}[_0x380a19(0xdd)](){const _0x5a8ce2=_0x380a19;super[_0x5a8ce2(0xdd)](),this[_0x5a8ce2(0xb4)]&&clearInterval(this[_0x5a8ce2(0xb4)]);}[_0x380a19(0xb3)](_0x2e89fc){const _0x272026=_0x380a19,_0x4680b3=this[_0x272026(0xfb)],_0x1742cb=new _0x2e89fc(_0x4680b3[_0x272026(0x101)]),_0x219fe8=_0x4680b3[_0x272026(0xc6)][_0x272026(0xaf)](_0x272026(0xb1));return _0x1742cb[_0x272026(0xb7)]({'label':_0x27c371(_0x4680b3[_0x272026(0x101)],_0x272026(0xc9)),'icon':_0xc84887}),_0x1742cb[_0x272026(0xbd)](_0x272026(0xb5))['to'](_0x219fe8),this[_0x272026(0x100)](_0x1742cb,_0x272026(0xf6),()=>_0x219fe8[_0x272026(0xf6)]()),_0x1742cb;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/integrations/clipboard
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4713fd=_0x3758;(function(_0x21d038,_0x44979a){const _0x5614ca=_0x3758,_0x5f5cd8=_0x21d038();while(!![]){try{const _0x3b3fda=-parseInt(_0x5614ca(0xa8))/0x1*(parseInt(_0x5614ca(0x9d))/0x2)+parseInt(_0x5614ca(0xaa))/0x3*(parseInt(_0x5614ca(0xa7))/0x4)+-parseInt(_0x5614ca(0x93))/0x5+-parseInt(_0x5614ca(0x8e))/0x6+parseInt(_0x5614ca(0xa3))/0x7+parseInt(_0x5614ca(0x99))/0x8*(-parseInt(_0x5614ca(0x9f))/0x9)+-parseInt(_0x5614ca(0xab))/0xa*(-parseInt(_0x5614ca(0xa0))/0xb);if(_0x3b3fda===_0x44979a)break;else _0x5f5cd8['push'](_0x5f5cd8['shift']());}catch(_0x3f5e36){_0x5f5cd8['push'](_0x5f5cd8['shift']());}}}(_0x3088,0x837f7));import{Plugin as _0x323a56}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x1a5861,ClipboardMarkersUtils as _0x48f3f9}from'ckeditor5/src/clipboard.js';function _0x3758(_0x4f7b51,_0x127b60){const _0x308891=_0x3088();return _0x3758=function(_0x37586a,_0x106b4e){_0x37586a=_0x37586a-0x8c;let _0x1cb842=_0x308891[_0x37586a];return _0x1cb842;},_0x3758(_0x4f7b51,_0x127b60);}export default class at extends _0x323a56{constructor(_0x5b91a5){const _0x4366a1=_0x3758;super(_0x5b91a5),this[_0x4366a1(0x97)][_0x4366a1(0xa9)][_0x4366a1(0xa4)](_0x4366a1(0xa2),_0x4366a1(0x8c));}static get[_0x4713fd(0x96)](){return[_0x48f3f9,_0x1a5861];}[_0x4713fd(0x8f)](){const _0x1cb4ae=_0x4713fd,_0x3ec27b=this[_0x1cb4ae(0x97)][_0x1cb4ae(0xa1)][_0x1cb4ae(0x9a)](_0x1cb4ae(0x90));this[_0x1cb4ae(0xb6)](),this[_0x1cb4ae(0xa5)](_0x3ec27b,_0x1cb4ae(0x9e),(_0x415218,_0x225f77)=>this[_0x1cb4ae(0x9b)](_0x225f77[_0x1cb4ae(0xb3)][_0x1cb4ae(0xb5)]),{'priority':_0x1cb4ae(0xb4)});}[_0x4713fd(0x9b)](_0x21d682){const _0x1caed0=_0x4713fd;if(!this[_0x1caed0(0x97)][_0x1caed0(0xa1)][_0x1caed0(0x92)](_0x1caed0(0x94)))return _0x21d682;const _0x2fdc58=this[_0x1caed0(0x97)][_0x1caed0(0xa1)][_0x1caed0(0x9a)](_0x1caed0(0x94));for(const _0x58e093 of _0x21d682[_0x1caed0(0x98)]()){const [_0x3f5ef5,_0x411f0d]=_0x58e093[_0x1caed0(0xac)](':');_0x1caed0(0x95)!=_0x3f5ef5||_0x2fdc58[_0x1caed0(0xae)](_0x411f0d)||_0x21d682[_0x1caed0(0xa6)](_0x58e093);}return _0x21d682;}[_0x4713fd(0xb6)](){const _0x16441e=_0x4713fd,_0x2f2ae4=this[_0x16441e(0x97)][_0x16441e(0xa1)][_0x16441e(0x9a)](_0x16441e(0x8d)),_0x23da25=this[_0x16441e(0x91)](this[_0x16441e(0x97)][_0x16441e(0xa9)][_0x16441e(0x9a)](_0x16441e(0xa2)));_0x23da25&&_0x2f2ae4[_0x16441e(0xb1)](_0x16441e(0x95),_0x23da25);}[_0x4713fd(0x91)](_0x431b27){const _0x17107f=_0x4713fd;switch(_0x431b27){case _0x17107f(0xb2):return{'allowedActions':_0x17107f(0xad),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x17107f(0x8c):return{'allowedActions':[_0x17107f(0xb0),_0x17107f(0x9c)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x17107f(0xaf):return null;default:return null;}}}function _0x3088(){const _0x4eff42=['3426815fTbRtf','CommentsRepository','comment','requires','editor','keys','1708936DSqVqu','get','_removeMarkersWithoutThreads','dragstart','446JrQKEz','contentInsertion','18CTSStI','164747EQzcnM','plugins','comments.copyMarkers','5134955SSnVDN','define','listenTo','delete','56bdtNoS','1102xZkSAK','config','228681qhlmMA','230lemdMe','split','all','hasCommentThread','never','cut','_registerMarkerToCopy','always','content','highest','markers','_registerMarkerInClipboardPipeline','default','ClipboardMarkersUtils','1489536hVJzpG','afterInit','ClipboardPipeline','_mapCommentsCopyConfigToRegisterConfiguration','has'];_0x3088=function(){return _0x4eff42;};return _0x3088();}
23
+ function _0x39dd(){const _0x42828f=['keys','525678WubSts','_removeMarkersWithoutThreads','get','split','default','ClipboardPipeline','comments.copyMarkers','plugins','afterInit','244sBMMST','_registerMarkerInClipboardPipeline','content','CommentsRepository','_registerMarkerToCopy','448nDdClS','dragstart','13071WOKBNl','editor','config','cut','markers','hasCommentThread','353118FAwUYr','64719oeTjIx','define','1797845QxvBRN','has','ClipboardMarkersUtils','listenTo','comment','delete','contentInsertion','all','always','105669kRPdbB','1678710VMgumB','never','requires','highest','_mapCommentsCopyConfigToRegisterConfiguration'];_0x39dd=function(){return _0x42828f;};return _0x39dd();}function _0x30a7(_0x5a1fbd,_0x5258dd){const _0x39dd36=_0x39dd();return _0x30a7=function(_0x30a73c,_0x1b88ff){_0x30a73c=_0x30a73c-0x199;let _0x121e30=_0x39dd36[_0x30a73c];return _0x121e30;},_0x30a7(_0x5a1fbd,_0x5258dd);}const _0xaeaa90=_0x30a7;(function(_0x4b5258,_0x1302ea){const _0x4f811e=_0x30a7,_0x20890a=_0x4b5258();while(!![]){try{const _0x4fe284=parseInt(_0x4f811e(0x1b8))/0x1+-parseInt(_0x4f811e(0x1a1))/0x2+parseInt(_0x4f811e(0x1b1))/0x3*(-parseInt(_0x4f811e(0x1aa))/0x4)+parseInt(_0x4f811e(0x19b))/0x5+-parseInt(_0x4f811e(0x1b7))/0x6+-parseInt(_0x4f811e(0x1ba))/0x7+parseInt(_0x4f811e(0x1af))/0x8*(parseInt(_0x4f811e(0x19a))/0x9);if(_0x4fe284===_0x1302ea)break;else _0x20890a['push'](_0x20890a['shift']());}catch(_0xd677c9){_0x20890a['push'](_0x20890a['shift']());}}}(_0x39dd,0x34295));import{Plugin as _0x30c755}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x3a8c6e,ClipboardMarkersUtils as _0x18c64a}from'ckeditor5/src/clipboard.js';export default class at extends _0x30c755{constructor(_0x49c436){const _0x9c28ed=_0x30a7;super(_0x49c436),this[_0x9c28ed(0x1b2)][_0x9c28ed(0x1b3)][_0x9c28ed(0x1b9)](_0x9c28ed(0x1a7),_0x9c28ed(0x1a5));}static get[_0xaeaa90(0x19d)](){return[_0x18c64a,_0x3a8c6e];}[_0xaeaa90(0x1a9)](){const _0x45cf97=_0xaeaa90,_0x631ce9=this[_0x45cf97(0x1b2)][_0x45cf97(0x1a8)][_0x45cf97(0x1a3)](_0x45cf97(0x1a6));this[_0x45cf97(0x1ab)](),this[_0x45cf97(0x1bd)](_0x631ce9,_0x45cf97(0x1c0),(_0x3f6303,_0x32d353)=>this[_0x45cf97(0x1a2)](_0x32d353[_0x45cf97(0x1ac)][_0x45cf97(0x1b5)]),{'priority':_0x45cf97(0x19e)});}[_0xaeaa90(0x1a2)](_0x38bae0){const _0x44bb31=_0xaeaa90;if(!this[_0x44bb31(0x1b2)][_0x44bb31(0x1a8)][_0x44bb31(0x1bb)](_0x44bb31(0x1ad)))return _0x38bae0;const _0x1a1ea4=this[_0x44bb31(0x1b2)][_0x44bb31(0x1a8)][_0x44bb31(0x1a3)](_0x44bb31(0x1ad));for(const _0x1cf98d of _0x38bae0[_0x44bb31(0x1a0)]()){const [_0x5a0b35,_0x16d040]=_0x1cf98d[_0x44bb31(0x1a4)](':');_0x44bb31(0x1be)!=_0x5a0b35||_0x1a1ea4[_0x44bb31(0x1b6)](_0x16d040)||_0x38bae0[_0x44bb31(0x1bf)](_0x1cf98d);}return _0x38bae0;}[_0xaeaa90(0x1ab)](){const _0xb54416=_0xaeaa90,_0xe271d8=this[_0xb54416(0x1b2)][_0xb54416(0x1a8)][_0xb54416(0x1a3)](_0xb54416(0x1bc)),_0x4585d4=this[_0xb54416(0x19f)](this[_0xb54416(0x1b2)][_0xb54416(0x1b3)][_0xb54416(0x1a3)](_0xb54416(0x1a7)));_0x4585d4&&_0xe271d8[_0xb54416(0x1ae)](_0xb54416(0x1be),_0x4585d4);}[_0xaeaa90(0x19f)](_0x4e9dee){const _0x461c90=_0xaeaa90;switch(_0x4e9dee){case _0x461c90(0x199):return{'allowedActions':_0x461c90(0x1c1),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x461c90(0x1a5):return{'allowedActions':[_0x461c90(0x1b4),_0x461c90(0x1b0)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x461c90(0x19c):return null;default:return null;}}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/integrations/commentsrestrictededitingmode
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x542d38=_0x3f4f;(function(_0x543e9e,_0xe9046e){const _0x41c6cb=_0x3f4f,_0x4f332f=_0x543e9e();while(!![]){try{const _0x3cc228=parseInt(_0x41c6cb(0x13b))/0x1+-parseInt(_0x41c6cb(0x141))/0x2+parseInt(_0x41c6cb(0x145))/0x3+-parseInt(_0x41c6cb(0x142))/0x4+parseInt(_0x41c6cb(0x140))/0x5+parseInt(_0x41c6cb(0x13c))/0x6+parseInt(_0x41c6cb(0x143))/0x7;if(_0x3cc228===_0xe9046e)break;else _0x4f332f['push'](_0x4f332f['shift']());}catch(_0x4d2cfb){_0x4f332f['push'](_0x4f332f['shift']());}}}(_0x173c,0x637b0));function _0x173c(){const _0x193b76=['361731uHXlCW','703032MNlogW','plugins','has','RestrictedEditingModeEditing','2080995Qfxhuq','1490374dBlTDu','621184klmFxA','124663USClbe','enableCommand','1185132OjddPd','addCommentThread','get','editor','afterInit'];_0x173c=function(){return _0x193b76;};return _0x173c();}function _0x3f4f(_0x21afd2,_0x59bf2c){const _0x173c9f=_0x173c();return _0x3f4f=function(_0x3f4f14,_0x2d4e2b){_0x3f4f14=_0x3f4f14-0x138;let _0x290755=_0x173c9f[_0x3f4f14];return _0x290755;},_0x3f4f(_0x21afd2,_0x59bf2c);}import{Plugin as _0x510d87}from'ckeditor5/src/core.js';export default class st extends _0x510d87{[_0x542d38(0x13a)](){const _0x4887e2=_0x542d38,_0xfae3e8=this[_0x4887e2(0x139)];if(!_0xfae3e8[_0x4887e2(0x13d)][_0x4887e2(0x13e)](_0x4887e2(0x13f)))return;_0xfae3e8[_0x4887e2(0x13d)][_0x4887e2(0x138)](_0x4887e2(0x13f))[_0x4887e2(0x144)](_0x4887e2(0x146));}}
23
+ const _0x4ff128=_0x4b59;(function(_0x4a745f,_0x432e54){const _0x285d05=_0x4b59,_0x32b0f6=_0x4a745f();while(!![]){try{const _0x4c40de=parseInt(_0x285d05(0x1f2))/0x1+parseInt(_0x285d05(0x1ec))/0x2+parseInt(_0x285d05(0x1f4))/0x3+-parseInt(_0x285d05(0x1ed))/0x4*(parseInt(_0x285d05(0x1eb))/0x5)+parseInt(_0x285d05(0x1ea))/0x6+-parseInt(_0x285d05(0x1f7))/0x7*(parseInt(_0x285d05(0x1e8))/0x8)+parseInt(_0x285d05(0x1e9))/0x9;if(_0x4c40de===_0x432e54)break;else _0x32b0f6['push'](_0x32b0f6['shift']());}catch(_0x4c8a91){_0x32b0f6['push'](_0x32b0f6['shift']());}}}(_0x3cd7,0x7b04f));import{Plugin as _0xa6998f}from'ckeditor5/src/core.js';function _0x3cd7(){const _0x46f4c3=['get','plugins','305965irDkvA','enableCommand','2755443LmXnVf','has','editor','5822936WifIhv','addCommentThread','8NWeZZi','1089135UCfTOd','2982618mMgJmX','1531140tHpfZi','823710oRIYij','12kOpOxN','afterInit','RestrictedEditingModeEditing'];_0x3cd7=function(){return _0x46f4c3;};return _0x3cd7();}function _0x4b59(_0x1d8a96,_0x2e0830){const _0x3cd7ce=_0x3cd7();return _0x4b59=function(_0x4b5973,_0x484aca){_0x4b5973=_0x4b5973-0x1e8;let _0x29f6a7=_0x3cd7ce[_0x4b5973];return _0x29f6a7;},_0x4b59(_0x1d8a96,_0x2e0830);}export default class st extends _0xa6998f{[_0x4ff128(0x1ee)](){const _0x5d950b=_0x4ff128,_0x2a4f8f=this[_0x5d950b(0x1f6)];if(!_0x2a4f8f[_0x5d950b(0x1f1)][_0x5d950b(0x1f5)](_0x5d950b(0x1ef)))return;_0x2a4f8f[_0x5d950b(0x1f1)][_0x5d950b(0x1f0)](_0x5d950b(0x1ef))[_0x5d950b(0x1f3)](_0x5d950b(0x1f8));}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/integrations/importword
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5ea95a=_0x5f23;function _0x4afd(){const _0x30f5ec=['define','commands','227770bDjKtg','importWord','forEach','plugins','6etDydp','_handleImportedData','174MHCmmm','addCommentThread','importWord.formatting.comments','1883kwfotk','8488zdXvUs','25091oNPvme','13992ODXhnn','collaboration.channelId','3331552jNogJC','collaboration_features','basic','afterInit','config','dataInsert','3161736oKGSpz','listenTo','get','510963wGzdus','execute','map','5670oJSSiz','high','editor'];_0x4afd=function(){return _0x30f5ec;};return _0x4afd();}(function(_0x562026,_0x26f408){const _0x482fdc=_0x5f23,_0x34bf8f=_0x562026();while(!![]){try{const _0x29b7e6=-parseInt(_0x482fdc(0xfd))/0x1+parseInt(_0x482fdc(0xf2))/0x2*(parseInt(_0x482fdc(0x10b))/0x3)+-parseInt(_0x482fdc(0xf4))/0x4+parseInt(_0x482fdc(0x105))/0x5*(parseInt(_0x482fdc(0x109))/0x6)+-parseInt(_0x482fdc(0x10e))/0x7*(parseInt(_0x482fdc(0x10f))/0x8)+parseInt(_0x482fdc(0xfa))/0x9+parseInt(_0x482fdc(0x100))/0xa*(parseInt(_0x482fdc(0x110))/0xb);if(_0x29b7e6===_0x26f408)break;else _0x34bf8f['push'](_0x34bf8f['shift']());}catch(_0x397992){_0x34bf8f['push'](_0x34bf8f['shift']());}}}(_0x4afd,0x71f05));function _0x5f23(_0x539d79,_0x45249e){const _0x4afd33=_0x4afd();return _0x5f23=function(_0x5f2339,_0x2fb6de){_0x5f2339=_0x5f2339-0xf2;let _0x2e856a=_0x4afd33[_0x5f2339];return _0x2e856a;},_0x5f23(_0x539d79,_0x45249e);}import{Plugin as _0x3ee2dc}from'ckeditor5/src/core.js';import{priorities as _0x4a989e}from'ckeditor5/src/utils.js';import{Users as _0x5b8e72}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3929b8 from'../commentsrepository.js';export default class ct extends _0x3ee2dc{constructor(_0x2924cb){const _0xabface=_0x5f23;super(_0x2924cb),this[_0xabface(0x102)][_0xabface(0xf8)][_0xabface(0x103)](_0xabface(0x10d),_0xabface(0xf6));}[_0x5ea95a(0xf7)](){const _0x5b8d3a=_0x5ea95a,_0x281848=this[_0x5b8d3a(0x102)],_0x253922=_0x281848[_0x5b8d3a(0x104)][_0x5b8d3a(0xfc)](_0x5b8d3a(0x106)),_0x4eaf62=_0x281848[_0x5b8d3a(0x108)][_0x5b8d3a(0xfc)](_0x5b8e72);_0x253922&&(_0x253922['on'](_0x5b8d3a(0xfe),(_0x4acdbb,[,_0x9cdb5a])=>{const _0x22c64e=_0x5b8d3a;_0x9cdb5a[_0x22c64e(0xf5)]={'comments':!0x0,'user_id':_0x4eaf62['me']['id']};},{'priority':_0x4a989e[_0x5b8d3a(0x101)]+0xa}),this[_0x5b8d3a(0xfb)](_0x253922,_0x5b8d3a(0xf9),this[_0x5b8d3a(0x10a)]));}[_0x5ea95a(0x10a)](_0x5486d1,_0x5771af){const _0x227edb=_0x5ea95a,{comment_threads:_0x3a4aa6}=_0x5771af;_0x3a4aa6&&_0x3a4aa6[_0x227edb(0x107)](({thread_id:_0x5dd605,comments:_0x1eb37d,is_resolved:_0x1f2d3d})=>{const _0x221c4c=_0x227edb,_0x80bcb2=new Date(),_0x44e60e=_0x1eb37d[_0x221c4c(0xff)](({author:_0x557917,content:_0x43ae9c,created_at:_0x58127c})=>({'content':_0x43ae9c,'authorId':this[_0x221c4c(0x102)][_0x221c4c(0x108)][_0x221c4c(0xfc)](_0x5b8e72)['me']['id'],'createdAt':_0x80bcb2,'attributes':{'@external':{'authorName':_0x557917,'createdAt':_0x58127c?new Date(_0x58127c):new Date(),'source':_0x221c4c(0x106)}}})),_0x50a84a=this[_0x221c4c(0x102)][_0x221c4c(0xf8)][_0x221c4c(0xfc)](_0x221c4c(0xf3));this[_0x221c4c(0x102)][_0x221c4c(0x108)][_0x221c4c(0xfc)](_0x3929b8)[_0x221c4c(0x10c)]({'channelId':_0x50a84a,'threadId':_0x5dd605,'comments':_0x44e60e,'resolvedAt':_0x1f2d3d?_0x80bcb2:null});});}}
23
+ const _0x2a7794=_0x35e2;(function(_0x3a90bf,_0x22ca34){const _0x56dcc6=_0x35e2,_0x87e529=_0x3a90bf();while(!![]){try{const _0x4987d7=parseInt(_0x56dcc6(0x139))/0x1*(parseInt(_0x56dcc6(0x13e))/0x2)+-parseInt(_0x56dcc6(0x145))/0x3+parseInt(_0x56dcc6(0x133))/0x4*(-parseInt(_0x56dcc6(0x147))/0x5)+-parseInt(_0x56dcc6(0x135))/0x6+parseInt(_0x56dcc6(0x134))/0x7+-parseInt(_0x56dcc6(0x148))/0x8*(parseInt(_0x56dcc6(0x137))/0x9)+parseInt(_0x56dcc6(0x13a))/0xa;if(_0x4987d7===_0x22ca34)break;else _0x87e529['push'](_0x87e529['shift']());}catch(_0x38cbd5){_0x87e529['push'](_0x87e529['shift']());}}}(_0xaca7,0x9878e));function _0x35e2(_0xadb766,_0x2321a6){const _0xaca7ba=_0xaca7();return _0x35e2=function(_0x35e26e,_0x2de061){_0x35e26e=_0x35e26e-0x12b;let _0x1b0dcc=_0xaca7ba[_0x35e26e];return _0x1b0dcc;},_0x35e2(_0xadb766,_0x2321a6);}import{Plugin as _0x4746de}from'ckeditor5/src/core.js';import{priorities as _0x595688}from'ckeditor5/src/utils.js';import{Users as _0x313d63}from'ckeditor5-collaboration/src/collaboration-core.js';function _0xaca7(){const _0x49570a=['afterInit','define','commands','execute','1231239mjDWts','collaboration_features','2580455jDQzik','1184oDniMb','editor','importWord.formatting.comments','importWord','config','collaboration.channelId','forEach','basic','high','4tjcCYK','8300775jWhQfq','2298072VcDOkd','listenTo','34785hfkQcU','_handleImportedData','1451psVxnt','5497560fgceSc','dataInsert','addCommentThread','map','1062qhFInN','plugins','get'];_0xaca7=function(){return _0x49570a;};return _0xaca7();}import _0x5bca43 from'../commentsrepository.js';export default class ct extends _0x4746de{constructor(_0x598052){const _0x58eb0d=_0x35e2;super(_0x598052),this[_0x58eb0d(0x12b)][_0x58eb0d(0x12e)][_0x58eb0d(0x142)](_0x58eb0d(0x12c),_0x58eb0d(0x131));}[_0x2a7794(0x141)](){const _0x5d9d21=_0x2a7794,_0x4a3851=this[_0x5d9d21(0x12b)],_0x1578e3=_0x4a3851[_0x5d9d21(0x143)][_0x5d9d21(0x140)](_0x5d9d21(0x12d)),_0x45b15c=_0x4a3851[_0x5d9d21(0x13f)][_0x5d9d21(0x140)](_0x313d63);_0x1578e3&&(_0x1578e3['on'](_0x5d9d21(0x144),(_0x3f9133,[,_0x427794])=>{const _0x4da25b=_0x5d9d21;_0x427794[_0x4da25b(0x146)]={'comments':!0x0,'user_id':_0x45b15c['me']['id']};},{'priority':_0x595688[_0x5d9d21(0x132)]+0xa}),this[_0x5d9d21(0x136)](_0x1578e3,_0x5d9d21(0x13b),this[_0x5d9d21(0x138)]));}[_0x2a7794(0x138)](_0x380962,_0x47d615){const _0x51ade0=_0x2a7794,{comment_threads:_0x5b5889}=_0x47d615;_0x5b5889&&_0x5b5889[_0x51ade0(0x130)](({thread_id:_0x4f5dc4,comments:_0x4f7f71,is_resolved:_0x44e9ec})=>{const _0x238124=_0x51ade0,_0x32c297=new Date(),_0x12a067=_0x4f7f71[_0x238124(0x13d)](({author:_0x59bb41,content:_0x1f30fa,created_at:_0x27fc33})=>({'content':_0x1f30fa,'authorId':this[_0x238124(0x12b)][_0x238124(0x13f)][_0x238124(0x140)](_0x313d63)['me']['id'],'createdAt':_0x32c297,'attributes':{'@external':{'authorName':_0x59bb41,'createdAt':_0x27fc33?new Date(_0x27fc33):new Date(),'source':_0x238124(0x12d)}}})),_0x32fdbf=this[_0x238124(0x12b)][_0x238124(0x12e)][_0x238124(0x140)](_0x238124(0x12f));this[_0x238124(0x12b)][_0x238124(0x13f)][_0x238124(0x140)](_0x5bca43)[_0x238124(0x13c)]({'channelId':_0x32fdbf,'threadId':_0x4f5dc4,'comments':_0x12a067,'resolvedAt':_0x44e9ec?_0x32c297:null});});}}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module comments/integrations/showcommenthighlights
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ /**
10
+ * Provides integrations for getting editor data with `showCommentHightlights` option enabled for the features that need it.
11
+ * Some of them are similar or duplicates from the `showSuggestionHighlights` option handling in the track changes feature.
12
+ * Unfortunately, for now there's no single place where they could be shared and reused, so both plugins have to add them separately.
13
+ */
14
+ export default class ShowCommentHighlights extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ init(): void;
19
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ const _0x34871a=_0x4ca4;function _0x1b3e(){const _0x1af750=['writer','attribute:url:media','consumable','elementToStructure','ignoreResolvedComments','showCommentHighlights','schema','consume','markerToHighlight','2242877dxuukM','mapper','468296jBNANI','data','addMarker:','div','high','stop','span','insert','dataDowncast','ck-comment-marker','addClass','ck-horizontal-line','downcastDispatcher','conversion','containerElement','overrideHorizontalRuleConverter','media','editor','isResolved','overrideMarkerConverters','toViewElement','1384209gPwCPw','item','imageInline','createEmptyElement','removeMarker:','createPositionAt','elementToElement','getCustomProperty','2284912imMmHt','options','plugins','getCommentThread','get','isObject','30UGWcxy','comment','widget','overrideMediaEmbedConverter','for','image-inline','model','init','237780LJqQhU','createContainerElement','add','overrideImageInlineConverter','addMarker:comment','markerName','264481EAApno','8tfHpWD','horizontalLine','999927WgdOjM','img'];_0x1b3e=function(){return _0x1af750;};return _0x1b3e();}function _0x4ca4(_0x2877c5,_0x4db41e){const _0x1b3ee1=_0x1b3e();return _0x4ca4=function(_0x4ca41f,_0x563a9c){_0x4ca41f=_0x4ca41f-0x1f0;let _0xee829b=_0x1b3ee1[_0x4ca41f];return _0xee829b;},_0x4ca4(_0x2877c5,_0x4db41e);}(function(_0x1ee547,_0xd0d3f){const _0x89f71f=_0x4ca4,_0xc9d6ff=_0x1ee547();while(!![]){try{const _0x1a0132=parseInt(_0x89f71f(0x21a))/0x1+parseInt(_0x89f71f(0x22a))/0x2+parseInt(_0x89f71f(0x1fe))/0x3+-parseInt(_0x89f71f(0x206))/0x4+-parseInt(_0x89f71f(0x20c))/0x5*(parseInt(_0x89f71f(0x214))/0x6)+-parseInt(_0x89f71f(0x228))/0x7*(-parseInt(_0x89f71f(0x21b))/0x8)+-parseInt(_0x89f71f(0x21d))/0x9;if(_0x1a0132===_0xd0d3f)break;else _0xc9d6ff['push'](_0xc9d6ff['shift']());}catch(_0x4634a9){_0xc9d6ff['push'](_0xc9d6ff['shift']());}}}(_0x1b3e,0x57f8c));import{Plugin as _0x1705ad}from'ckeditor5/src/core.js';import{toWidget as _0x595382}from'ckeditor5/src/widget.js';import{splitMarkerName as _0x24b400}from'../commentsediting.js';import _0x27ecc0 from'../commentsrepository.js';export default class ut extends _0x1705ad{[_0x34871a(0x213)](){const _0x34bc56=_0x34871a;this[_0x34bc56(0x1fc)](),this[_0x34bc56(0x1f8)](),this[_0x34bc56(0x217)](),this[_0x34bc56(0x20f)]();}[_0x34871a(0x1fc)](){const _0x5d9748=_0x34871a;this[_0x5d9748(0x1fa)][_0x5d9748(0x1f6)][_0x5d9748(0x210)](_0x5d9748(0x1f1))[_0x5d9748(0x227)]({'model':_0x5d9748(0x20d),'view':(_0x573ae7,_0x520511)=>{const _0x597aca=_0x5d9748;if(!_0x520511[_0x597aca(0x207)][_0x597aca(0x224)])return null;if(_0x520511[_0x597aca(0x207)][_0x597aca(0x223)]){const {id:_0x2303ae}=_0x24b400(_0x573ae7[_0x597aca(0x219)]),_0x30af9a=this[_0x597aca(0x1fa)][_0x597aca(0x208)][_0x597aca(0x20a)](_0x27ecc0)[_0x597aca(0x209)](_0x2303ae);if(_0x30af9a&&_0x30af9a[_0x597aca(0x1fb)]&&_0x573ae7[_0x597aca(0x1ff)])return _0x520511[_0x597aca(0x221)][_0x597aca(0x226)](_0x573ae7[_0x597aca(0x1ff)],_0x597aca(0x22c)+_0x573ae7[_0x597aca(0x219)]),_0x520511[_0x597aca(0x221)][_0x597aca(0x226)](_0x573ae7[_0x597aca(0x1ff)],_0x597aca(0x202)+_0x573ae7[_0x597aca(0x219)]),null;}return{'classes':[_0x597aca(0x1f2)]};}}),this[_0x5d9748(0x1fa)][_0x5d9748(0x1f6)][_0x5d9748(0x210)](_0x5d9748(0x1f1))[_0x5d9748(0x216)](_0x3c03e4=>{const _0x4c8c47=_0x5d9748;_0x3c03e4['on'](_0x4c8c47(0x218),(_0x3d642b,_0xb08078,_0x2a37ac)=>{const _0x478d33=_0x4c8c47;if(!_0x2a37ac[_0x478d33(0x207)][_0x478d33(0x224)])return;const _0x54d22b=_0xb08078[_0x478d33(0x1ff)];if(!_0x54d22b)return;const _0x58d1a7=_0x2a37ac[_0x478d33(0x229)][_0x478d33(0x1fd)](_0x54d22b);this[_0x478d33(0x1fa)][_0x478d33(0x212)][_0x478d33(0x225)][_0x478d33(0x20b)](_0x54d22b)&&_0x58d1a7&&!_0x58d1a7[_0x478d33(0x205)](_0x478d33(0x20e))&&_0x58d1a7['is'](_0x478d33(0x1f7))&&_0x595382(_0x58d1a7,_0x2a37ac[_0x478d33(0x21f)]);},{'priority':_0x4c8c47(0x22e)});});}[_0x34871a(0x1f8)](){const _0x15dbe0=_0x34871a;this[_0x15dbe0(0x1fa)][_0x15dbe0(0x1f6)][_0x15dbe0(0x210)](_0x15dbe0(0x1f1))[_0x15dbe0(0x222)]({'model':_0x15dbe0(0x21c),'view':(_0x3dded6,{writer:_0x10ec65,options:_0x5b1cbc})=>{const _0x5bd9b5=_0x15dbe0;if(!_0x5b1cbc[_0x5bd9b5(0x224)])return null;const _0x30bd52=_0x10ec65[_0x5bd9b5(0x215)](_0x5bd9b5(0x22d)),_0x26ff6a=_0x10ec65[_0x5bd9b5(0x201)]('hr');return _0x10ec65[_0x5bd9b5(0x1f3)](_0x5bd9b5(0x1f4),_0x30bd52),_0x10ec65[_0x5bd9b5(0x1f0)](_0x10ec65[_0x5bd9b5(0x203)](_0x30bd52,0x0),_0x26ff6a),_0x30bd52;},'converterPriority':_0x15dbe0(0x22e)});}[_0x34871a(0x217)](){const _0x56a4d1=_0x34871a;this[_0x56a4d1(0x1fa)][_0x56a4d1(0x1f6)][_0x56a4d1(0x210)](_0x56a4d1(0x1f1))[_0x56a4d1(0x222)]({'model':_0x56a4d1(0x200),'view':(_0x154592,{writer:_0x38b0c1,options:_0x16a32b})=>{const _0x32bb95=_0x56a4d1;if(!_0x16a32b[_0x32bb95(0x224)])return null;const _0x589a98=_0x38b0c1[_0x32bb95(0x215)](_0x32bb95(0x230)),_0x51ccd0=_0x38b0c1[_0x32bb95(0x201)](_0x32bb95(0x21e));return _0x38b0c1[_0x32bb95(0x1f3)](_0x32bb95(0x211),_0x589a98),_0x38b0c1[_0x32bb95(0x1f0)](_0x38b0c1[_0x32bb95(0x203)](_0x589a98,0x0),_0x51ccd0),_0x589a98;},'converterPriority':_0x56a4d1(0x22e)});}[_0x34871a(0x20f)](){const _0x4f680c=_0x34871a;this[_0x4f680c(0x1fa)][_0x4f680c(0x1f6)][_0x4f680c(0x210)](_0x4f680c(0x1f1))[_0x4f680c(0x204)]({'model':_0x4f680c(0x1f9),'view':(_0x351e0f,{writer:_0x46cb4c,options:_0x22f21e})=>{const _0x3d6529=_0x4f680c;if(_0x22f21e[_0x3d6529(0x224)])return _0x46cb4c[_0x3d6529(0x201)](_0x3d6529(0x22d));},'converterPriority':_0x4f680c(0x22e)}),this[_0x4f680c(0x1fa)][_0x4f680c(0x22b)][_0x4f680c(0x1f5)]['on'](_0x4f680c(0x220),(_0x304565,_0x5b403f,_0x18a31a)=>{const _0x448603=_0x4f680c;_0x18a31a[_0x448603(0x207)][_0x448603(0x224)]&&_0x304565[_0x448603(0x22f)]();},{'priority':_0x4f680c(0x22e)});}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/commenteditor/commenteditor
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4bf564=_0x57c4;function _0x5cf5(){const _0x1f984a=['6hPnNeA','document','config','16299750RoyXZt','assign','set','230300lpWxqB','9002460lygbYY','fire','2650860QONtIq','ready','initialData','fromCharCode','645356TUDxql','8NafBBl','childCount','change','8327249VlltQc','editing','getChild','createRoot','initPlugins','destroy','end','_updatePlaceholder','name','8371071lDtZiK','defaultPlugins','get','low','setSelection','plugins','map','placeholderElement','focus','5WwZqTa','view','data','create','change:placeholder','placeholder','then','init','join','getRoot','model'];_0x5cf5=function(){return _0x1f984a;};return _0x5cf5();}function _0x57c4(_0x264b11,_0x1fe456){const _0x5cf5ff=_0x5cf5();return _0x57c4=function(_0x57c4c5,_0x3c38cb){_0x57c4c5=_0x57c4c5-0x1a5;let _0x83437d=_0x5cf5ff[_0x57c4c5];return _0x83437d;},_0x57c4(_0x264b11,_0x1fe456);}(function(_0x60686b,_0x55db78){const _0x37f597=_0x57c4,_0x6df234=_0x60686b();while(!![]){try{const _0x4acb25=parseInt(_0x37f597(0x1ab))/0x1+-parseInt(_0x37f597(0x1b2))/0x2*(parseInt(_0x37f597(0x1a5))/0x3)+-parseInt(_0x37f597(0x1ae))/0x4*(parseInt(_0x37f597(0x1c8))/0x5)+parseInt(_0x37f597(0x1ac))/0x6+parseInt(_0x37f597(0x1b6))/0x7+parseInt(_0x37f597(0x1b3))/0x8*(parseInt(_0x37f597(0x1bf))/0x9)+-parseInt(_0x37f597(0x1a8))/0xa;if(_0x4acb25===_0x55db78)break;else _0x6df234['push'](_0x6df234['shift']());}catch(_0x57f9bd){_0x6df234['push'](_0x6df234['shift']());}}}(_0x5cf5,0xdec06));import{Editor as _0x5acc36}from'ckeditor5/src/core.js';import _0x1f3783 from'./commenteditorui.js';import{ObservableMixin as _0x5a2da0}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x592804,disablePlaceholder as _0x3121d7}from'ckeditor5/src/engine.js';import{Clipboard as _0x4d131d}from'ckeditor5/src/clipboard.js';import{Enter as _0x4b97f9,ShiftEnter as _0x2df4de}from'ckeditor5/src/enter.js';import{SelectAll as _0xef0852}from'ckeditor5/src/select-all.js';import{Typing as _0x4e3b9f}from'ckeditor5/src/typing.js';import{Undo as _0xb5ba1a}from'ckeditor5/src/undo.js';import{Paragraph as _0x2a2a42}from'ckeditor5/src/paragraph.js';const Qt=[_0x4d131d,_0x4b97f9,_0x2df4de,_0xef0852,_0x4e3b9f,_0xb5ba1a,_0x2a2a42];class Rt extends/* #__PURE__ -- @preserve */
24
- _0x5a2da0(_0x5acc36){constructor(_0x36aa08={}){const _0x50fd4a=_0x57c4;function _0x2c07e8(_0x1a3581){const _0x121835=_0x57c4;return _0x1a3581[_0x121835(0x1c5)](_0x4f7bd5=>String[_0x121835(0x1b1)](_0x4f7bd5))[_0x121835(0x1d0)]('');}(_0x36aa08=Object[_0x50fd4a(0x1a9)]({},_0x36aa08))[_0x50fd4a(0x1c4)]||(_0x36aa08[_0x50fd4a(0x1c4)]=Rt[_0x50fd4a(0x1c0)]),super(_0x36aa08),this['ui']=new _0x1f3783(this),this[_0x50fd4a(0x1aa)](_0x50fd4a(0x1cd),''),this[_0x50fd4a(0x1d2)][_0x50fd4a(0x1a6)]['on'](_0x50fd4a(0x1b5),()=>this[_0x50fd4a(0x1bd)](),{'priority':_0x50fd4a(0x1c2)}),this['on'](_0x50fd4a(0x1cc),()=>this[_0x50fd4a(0x1bd)]()),this[_0x50fd4a(0x1d2)][_0x50fd4a(0x1a6)][_0x50fd4a(0x1b9)](),this[_0x2c07e8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2c07e8([0x76,0x69,0x65,0x77])][_0x2c07e8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2c07e8([0x61,0x75,0x74,0x6f]),this[_0x2c07e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x2c07e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2c07e8([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x2c07e8([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x2c07e8([0x6f,0x6b])});}[_0x4bf564(0x1cb)](){const _0x4e7b79=_0x4bf564,_0x9225c5=this[_0x4e7b79(0x1a7)][_0x4e7b79(0x1c1)](_0x4e7b79(0x1b0))||'';return this[_0x4e7b79(0x1ba)]()[_0x4e7b79(0x1ce)](()=>this['ui'][_0x4e7b79(0x1cf)]())[_0x4e7b79(0x1ce)](()=>this[_0x4e7b79(0x1ca)][_0x4e7b79(0x1cf)](_0x9225c5))[_0x4e7b79(0x1ce)](()=>this[_0x4e7b79(0x1ad)](_0x4e7b79(0x1af)));}[_0x4bf564(0x1bb)](){const _0x5f0a4d=_0x4bf564;return super[_0x5f0a4d(0x1bb)]()[_0x5f0a4d(0x1ce)](()=>this['ui'][_0x5f0a4d(0x1bb)]());}[_0x4bf564(0x1c7)](){const _0x244a17=_0x4bf564;this[_0x244a17(0x1d2)][_0x244a17(0x1b5)](_0x492f6e=>{const _0x2233d1=_0x244a17,_0x4afdfb=this[_0x2233d1(0x1d2)][_0x2233d1(0x1a6)][_0x2233d1(0x1d1)](),_0xb0cfdb=_0x4afdfb&&_0x4afdfb[_0x2233d1(0x1b8)](_0x4afdfb[_0x2233d1(0x1b4)]-0x1);_0x492f6e[_0x2233d1(0x1c3)](_0xb0cfdb,_0x2233d1(0x1bc)),this[_0x2233d1(0x1b7)][_0x2233d1(0x1c9)][_0x2233d1(0x1c7)]();});}[_0x4bf564(0x1bd)](){const _0x161291=_0x4bf564,_0x12175d=this[_0x161291(0x1b7)][_0x161291(0x1c9)],_0x1d0f25=_0x12175d[_0x161291(0x1a6)][_0x161291(0x1d1)](),_0x44ff5b=_0x1d0f25[_0x161291(0x1b8)](0x0);_0x1d0f25[_0x161291(0x1b4)]>0x1||!_0x44ff5b||'p'!=_0x44ff5b[_0x161291(0x1be)]?this[_0x161291(0x1c6)]&&this[_0x161291(0x1c6)][_0x161291(0x1cd)]&&(_0x3121d7(_0x12175d,this[_0x161291(0x1c6)]),this[_0x161291(0x1c6)]=void 0x0):(this[_0x161291(0x1cd)]&&(_0x44ff5b[_0x161291(0x1cd)]=this[_0x161291(0x1cd)]),_0x592804({'view':_0x12175d,'element':_0x44ff5b,'keepOnFocus':!0x0}),this[_0x161291(0x1c6)]=_0x44ff5b);}}Rt[_0x4bf564(0x1c0)]=Qt;export default Rt;
23
+ const _0x317319=_0x3fd8;(function(_0x365421,_0x57cd3e){const _0x2da284=_0x3fd8,_0x116d1f=_0x365421();while(!![]){try{const _0x5496ec=-parseInt(_0x2da284(0x1b2))/0x1*(parseInt(_0x2da284(0x1a3))/0x2)+parseInt(_0x2da284(0x1cc))/0x3+-parseInt(_0x2da284(0x1b7))/0x4*(-parseInt(_0x2da284(0x1b6))/0x5)+parseInt(_0x2da284(0x1c1))/0x6*(parseInt(_0x2da284(0x1ba))/0x7)+parseInt(_0x2da284(0x1ac))/0x8+-parseInt(_0x2da284(0x1b8))/0x9*(-parseInt(_0x2da284(0x1b1))/0xa)+-parseInt(_0x2da284(0x1c4))/0xb;if(_0x5496ec===_0x57cd3e)break;else _0x116d1f['push'](_0x116d1f['shift']());}catch(_0x51a512){_0x116d1f['push'](_0x116d1f['shift']());}}}(_0x333c,0xa87b4));import{Editor as _0x55a54c}from'ckeditor5/src/core.js';import _0x5878c1 from'./commenteditorui.js';import{ObservableMixin as _0x48873f}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x36d5c4,disablePlaceholder as _0x5badb8}from'ckeditor5/src/engine.js';import{Clipboard as _0x61b276}from'ckeditor5/src/clipboard.js';function _0x333c(){const _0x56d777=['223664ARSKuK','33651SGLfVB','change','7fIUJOx','destroy','getChild','focus','map','get','placeholderElement','2464902Ftxfil','join','document','15043490uxeRhu','childCount','initialData','create','createRoot','config','change:placeholder','initPlugins','384819KFRbdq','model','setSelection','set','end','fire','96360XQkiEF','getRoot','placeholder','editing','low','data','_updatePlaceholder','fromCharCode','view','1187176Neqbja','then','init','ready','assign','890pzqYrZ','4KADcEn','plugins','defaultPlugins','name','110jbkPzz'];_0x333c=function(){return _0x56d777;};return _0x333c();}import{Enter as _0x48e339,ShiftEnter as _0x117c82}from'ckeditor5/src/enter.js';import{SelectAll as _0x1003f7}from'ckeditor5/src/select-all.js';import{Typing as _0x29ce48}from'ckeditor5/src/typing.js';import{Undo as _0x5ae62c}from'ckeditor5/src/undo.js';import{Paragraph as _0x1838ef}from'ckeditor5/src/paragraph.js';const Rt=[_0x61b276,_0x48e339,_0x117c82,_0x1003f7,_0x29ce48,_0x5ae62c,_0x1838ef];class Ut extends/* #__PURE__ -- @preserve */
24
+ _0x48873f(_0x55a54c){constructor(_0x1f76ed={}){const _0x2cfd25=_0x3fd8;function _0x454246(_0x468480){const _0x567779=_0x3fd8;return _0x468480[_0x567779(0x1be)](_0x333a66=>String[_0x567779(0x1aa)](_0x333a66))[_0x567779(0x1c2)]('');}(_0x1f76ed=Object[_0x2cfd25(0x1b0)]({},_0x1f76ed))[_0x2cfd25(0x1b3)]||(_0x1f76ed[_0x2cfd25(0x1b3)]=Ut[_0x2cfd25(0x1b4)]),super(_0x1f76ed),this['ui']=new _0x5878c1(this),this[_0x2cfd25(0x1a0)](_0x2cfd25(0x1a5),''),this[_0x2cfd25(0x19e)][_0x2cfd25(0x1c3)]['on'](_0x2cfd25(0x1b9),()=>this[_0x2cfd25(0x1a9)](),{'priority':_0x2cfd25(0x1a7)}),this['on'](_0x2cfd25(0x1ca),()=>this[_0x2cfd25(0x1a9)]()),this[_0x2cfd25(0x19e)][_0x2cfd25(0x1c3)][_0x2cfd25(0x1c8)](),this[_0x454246([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x454246([0x76,0x69,0x65,0x77])][_0x454246([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x454246([0x61,0x75,0x74,0x6f]),this[_0x454246([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x454246([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x454246([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x454246([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x454246([0x6f,0x6b])});}[_0x317319(0x1c7)](){const _0x2d5100=_0x317319,_0x335311=this[_0x2d5100(0x1c9)][_0x2d5100(0x1bf)](_0x2d5100(0x1c6))||'';return this[_0x2d5100(0x1cb)]()[_0x2d5100(0x1ad)](()=>this['ui'][_0x2d5100(0x1ae)]())[_0x2d5100(0x1ad)](()=>this[_0x2d5100(0x1a8)][_0x2d5100(0x1ae)](_0x335311))[_0x2d5100(0x1ad)](()=>this[_0x2d5100(0x1a2)](_0x2d5100(0x1af)));}[_0x317319(0x1bb)](){const _0x542262=_0x317319;return super[_0x542262(0x1bb)]()[_0x542262(0x1ad)](()=>this['ui'][_0x542262(0x1bb)]());}[_0x317319(0x1bd)](){const _0x515595=_0x317319;this[_0x515595(0x19e)][_0x515595(0x1b9)](_0x226741=>{const _0x368f99=_0x515595,_0x437744=this[_0x368f99(0x19e)][_0x368f99(0x1c3)][_0x368f99(0x1a4)](),_0xb72a41=_0x437744&&_0x437744[_0x368f99(0x1bc)](_0x437744[_0x368f99(0x1c5)]-0x1);_0x226741[_0x368f99(0x19f)](_0xb72a41,_0x368f99(0x1a1)),this[_0x368f99(0x1a6)][_0x368f99(0x1ab)][_0x368f99(0x1bd)]();});}[_0x317319(0x1a9)](){const _0x2dd460=_0x317319,_0x1f076f=this[_0x2dd460(0x1a6)][_0x2dd460(0x1ab)],_0xbcf7d9=_0x1f076f[_0x2dd460(0x1c3)][_0x2dd460(0x1a4)](),_0x20747d=_0xbcf7d9[_0x2dd460(0x1bc)](0x0);_0xbcf7d9[_0x2dd460(0x1c5)]>0x1||!_0x20747d||'p'!=_0x20747d[_0x2dd460(0x1b5)]?this[_0x2dd460(0x1c0)]&&this[_0x2dd460(0x1c0)][_0x2dd460(0x1a5)]&&(_0x5badb8(_0x1f076f,this[_0x2dd460(0x1c0)]),this[_0x2dd460(0x1c0)]=void 0x0):(this[_0x2dd460(0x1a5)]&&(_0x20747d[_0x2dd460(0x1a5)]=this[_0x2dd460(0x1a5)]),_0x36d5c4({'view':_0x1f076f,'element':_0x20747d,'keepOnFocus':!0x0}),this[_0x2dd460(0x1c0)]=_0x20747d);}}function _0x3fd8(_0x57538e,_0x5ec745){const _0x333c11=_0x333c();return _0x3fd8=function(_0x3fd820,_0xf244bb){_0x3fd820=_0x3fd820-0x19e;let _0x4f6db8=_0x333c11[_0x3fd820];return _0x4f6db8;},_0x3fd8(_0x57538e,_0x5ec745);}Ut[_0x317319(0x1b4)]=Rt;export default Ut;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/commenteditor/commenteditorui
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51fc81=_0x41c1;(function(_0x24c0ee,_0x6e88f6){const _0x347ba2=_0x41c1,_0x2f226f=_0x24c0ee();while(!![]){try{const _0x59888b=-parseInt(_0x347ba2(0xbb))/0x1+-parseInt(_0x347ba2(0xa3))/0x2*(parseInt(_0x347ba2(0xb6))/0x3)+-parseInt(_0x347ba2(0xa8))/0x4+parseInt(_0x347ba2(0xaf))/0x5+-parseInt(_0x347ba2(0xbf))/0x6*(-parseInt(_0x347ba2(0xb5))/0x7)+-parseInt(_0x347ba2(0xbd))/0x8+parseInt(_0x347ba2(0xa4))/0x9;if(_0x59888b===_0x6e88f6)break;else _0x2f226f['push'](_0x2f226f['shift']());}catch(_0x388659){_0x2f226f['push'](_0x2f226f['shift']());}}}(_0x605b,0x263ad));import{EditorUI as _0x32baf0}from'ckeditor5/src/ui.js';function _0x605b(){const _0x13e852=['829555fHMoJV','editing','element','editable','name','attachDomRoot','1079141LpjMDY','177HkcsMi','init','document','isFocused','view','143608DsZGzh','ready','1565840cbLuJf','bind','6HaySxg','716DLnlAi','3581793GOXAws','destroy','setEditableElement','locale','804008gylMeX','editor','fire','render','focusTracker','getRoot','rootName'];_0x605b=function(){return _0x13e852;};return _0x605b();}function _0x41c1(_0x4715a4,_0xe8107e){const _0x605bb9=_0x605b();return _0x41c1=function(_0x41c197,_0x22d6a7){_0x41c197=_0x41c197-0xa3;let _0x271476=_0x605bb9[_0x41c197];return _0x271476;},_0x41c1(_0x4715a4,_0xe8107e);}import _0x2520aa from'./commenteditoruiview.js';export default class Ot extends _0x32baf0{constructor(_0x487482){const _0x45d7fb=_0x41c1;super(_0x487482),this[_0x45d7fb(0xba)]=new _0x2520aa(_0x487482[_0x45d7fb(0xa7)],_0x487482[_0x45d7fb(0xb0)][_0x45d7fb(0xba)]);}get[_0x51fc81(0xb1)](){const _0x1aa6c1=_0x51fc81;return this[_0x1aa6c1(0xba)][_0x1aa6c1(0xb1)];}[_0x51fc81(0xb7)](){const _0x3dc683=_0x51fc81,_0x59803a=this[_0x3dc683(0xa9)][_0x3dc683(0xb0)][_0x3dc683(0xba)],_0x4a80fd=this[_0x3dc683(0xba)][_0x3dc683(0xb2)],_0x36c5e3=_0x59803a[_0x3dc683(0xb8)][_0x3dc683(0xad)]();_0x4a80fd[_0x3dc683(0xb3)]=_0x36c5e3[_0x3dc683(0xae)],this[_0x3dc683(0xba)][_0x3dc683(0xab)]();const _0x5d24fc=_0x4a80fd[_0x3dc683(0xb1)];this[_0x3dc683(0xa6)](_0x4a80fd[_0x3dc683(0xb3)],_0x5d24fc),this[_0x3dc683(0xba)][_0x3dc683(0xb2)][_0x3dc683(0xbe)](_0x3dc683(0xb9))['to'](this[_0x3dc683(0xac)]),_0x59803a[_0x3dc683(0xb4)](_0x5d24fc),this[_0x3dc683(0xaa)](_0x3dc683(0xbc));}[_0x51fc81(0xa5)](){const _0x132813=_0x51fc81;super[_0x132813(0xa5)](),this[_0x132813(0xba)][_0x132813(0xa5)]();}}
23
+ function _0x32da(_0x17915e,_0x73d3e3){const _0x3bc90f=_0x3bc9();return _0x32da=function(_0x32da0b,_0x57323f){_0x32da0b=_0x32da0b-0x81;let _0x4e950a=_0x3bc90f[_0x32da0b];return _0x4e950a;},_0x32da(_0x17915e,_0x73d3e3);}const _0x370487=_0x32da;(function(_0x537b56,_0x4b7cf5){const _0x15e4a3=_0x32da,_0x40923c=_0x537b56();while(!![]){try{const _0x16d9ef=-parseInt(_0x15e4a3(0x86))/0x1+-parseInt(_0x15e4a3(0x8a))/0x2+parseInt(_0x15e4a3(0x88))/0x3+parseInt(_0x15e4a3(0x96))/0x4+parseInt(_0x15e4a3(0x84))/0x5+-parseInt(_0x15e4a3(0x8e))/0x6+parseInt(_0x15e4a3(0x97))/0x7;if(_0x16d9ef===_0x4b7cf5)break;else _0x40923c['push'](_0x40923c['shift']());}catch(_0x2bd82a){_0x40923c['push'](_0x40923c['shift']());}}}(_0x3bc9,0xeaacc));import{EditorUI as _0x563208}from'ckeditor5/src/ui.js';import _0x4454c5 from'./commenteditoruiview.js';export default class Ot extends _0x563208{constructor(_0x66cb7b){const _0x17f8a2=_0x32da;super(_0x66cb7b),this[_0x17f8a2(0x89)]=new _0x4454c5(_0x66cb7b[_0x17f8a2(0x81)],_0x66cb7b[_0x17f8a2(0x90)][_0x17f8a2(0x89)]);}get[_0x370487(0x98)](){const _0x591dc6=_0x370487;return this[_0x591dc6(0x89)][_0x591dc6(0x98)];}[_0x370487(0x91)](){const _0x4b87dc=_0x370487,_0x346743=this[_0x4b87dc(0x83)][_0x4b87dc(0x90)][_0x4b87dc(0x89)],_0x232931=this[_0x4b87dc(0x89)][_0x4b87dc(0x93)],_0x283524=_0x346743[_0x4b87dc(0x9a)][_0x4b87dc(0x92)]();_0x232931[_0x4b87dc(0x94)]=_0x283524[_0x4b87dc(0x8c)],this[_0x4b87dc(0x89)][_0x4b87dc(0x85)]();const _0x3b2560=_0x232931[_0x4b87dc(0x98)];this[_0x4b87dc(0x82)](_0x232931[_0x4b87dc(0x94)],_0x3b2560),this[_0x4b87dc(0x89)][_0x4b87dc(0x93)][_0x4b87dc(0x99)](_0x4b87dc(0x9b))['to'](this[_0x4b87dc(0x8b)]),_0x346743[_0x4b87dc(0x95)](_0x3b2560),this[_0x4b87dc(0x87)](_0x4b87dc(0x8d));}[_0x370487(0x8f)](){const _0x277b29=_0x370487;super[_0x277b29(0x8f)](),this[_0x277b29(0x89)][_0x277b29(0x8f)]();}}function _0x3bc9(){const _0x25295d=['3826290frCuEn','focusTracker','rootName','ready','5059260fbEKcD','destroy','editing','init','getRoot','editable','name','attachDomRoot','5751480pEHZzI','6664357jFmMng','element','bind','document','isFocused','locale','setEditableElement','editor','7864595kpZfca','render','1747105dfaAYM','fire','4505544OiCYrj','view'];_0x3bc9=function(){return _0x25295d;};return _0x3bc9();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/commenteditor/commenteditoruiview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1592(){const _0x3dd901=['1107EAbuwG','ck-comment__input','1615176AeDbhg','53877rmPGzq','Comment\x20editor','729528UyZVtO','createCollection','uiLanguage','main','add','div','2014235VgOKCg','ck-rounded-corners','focus','92oBsYrm','1239679lOuRaH','cke-editor__aria-label_','45776UoObSi','ck-editor__main','presentation','ck-editor','element','uiLanguageDirection','ck-reset','render','setTemplate','55247vHwqfQ','editable'];_0x1592=function(){return _0x3dd901;};return _0x1592();}const _0x388f87=_0x1dbf;(function(_0x380df6,_0x34456e){const _0x3ffbc5=_0x1dbf,_0x101465=_0x380df6();while(!![]){try{const _0x39c4fa=parseInt(_0x3ffbc5(0x1bf))/0x1+-parseInt(_0x3ffbc5(0x1aa))/0x2+parseInt(_0x3ffbc5(0x1c4))/0x3*(parseInt(_0x3ffbc5(0x1b3))/0x4)+parseInt(_0x3ffbc5(0x1b0))/0x5+parseInt(_0x3ffbc5(0x1c3))/0x6+parseInt(_0x3ffbc5(0x1b4))/0x7+parseInt(_0x3ffbc5(0x1b6))/0x8*(-parseInt(_0x3ffbc5(0x1c1))/0x9);if(_0x39c4fa===_0x34456e)break;else _0x101465['push'](_0x101465['shift']());}catch(_0x34a3e7){_0x101465['push'](_0x101465['shift']());}}}(_0x1592,0x3cc2a));import{InlineEditableUIView as _0x77fa29,EditorUIView as _0x4edcb8}from'ckeditor5/src/ui.js';function _0x1dbf(_0x16eee3,_0x563221){const _0x159295=_0x1592();return _0x1dbf=function(_0x1dbffa,_0x45125e){_0x1dbffa=_0x1dbffa-0x1a9;let _0x5880d9=_0x159295[_0x1dbffa];return _0x5880d9;},_0x1dbf(_0x16eee3,_0x563221);}import{uid as _0x2190c}from'ckeditor5/src/utils.js';import{getTranslation as _0x4e2444}from'../../../utils/common-translations.js';export default class Vt extends _0x4edcb8{constructor(_0x13d2d6,_0x3f64f8){const _0x4f34cf=_0x1dbf;super(_0x13d2d6);const _0x16e644=_0x2190c();this[_0x4f34cf(0x1ad)]=this[_0x4f34cf(0x1ab)](),this[_0x4f34cf(0x1c0)]=new _0x77fa29(_0x13d2d6,_0x3f64f8,void 0x0,{'label':()=>_0x4e2444(_0x13d2d6,_0x4f34cf(0x1a9))}),this[_0x4f34cf(0x1be)]({'tag':_0x4f34cf(0x1af),'attributes':{'class':[_0x4f34cf(0x1bc),_0x4f34cf(0x1b9),_0x4f34cf(0x1b1),_0x4f34cf(0x1c2)],'dir':_0x13d2d6[_0x4f34cf(0x1bb)],'lang':_0x13d2d6[_0x4f34cf(0x1ac)],'aria-labelledby':_0x4f34cf(0x1b5)+_0x16e644},'children':[{'tag':_0x4f34cf(0x1af),'attributes':{'class':_0x4f34cf(0x1b7),'role':_0x4f34cf(0x1b8)},'children':this[_0x4f34cf(0x1ad)]}]});}[_0x388f87(0x1bd)](){const _0x28cb8a=_0x388f87;super[_0x28cb8a(0x1bd)](),this[_0x28cb8a(0x1ad)][_0x28cb8a(0x1ae)](this[_0x28cb8a(0x1c0)]);}[_0x388f87(0x1b2)](){const _0x2ca87e=_0x388f87;this[_0x2ca87e(0x1c0)][_0x2ca87e(0x1ba)][_0x2ca87e(0x1b2)]();}}
23
+ function _0x51fd(_0x11a103,_0x2da05d){const _0x15e5fd=_0x15e5();return _0x51fd=function(_0x51fdfa,_0x5e84ea){_0x51fdfa=_0x51fdfa-0xcb;let _0x47d24b=_0x15e5fd[_0x51fdfa];return _0x47d24b;},_0x51fd(_0x11a103,_0x2da05d);}const _0x290cda=_0x51fd;(function(_0x1cedb1,_0x3b5713){const _0x473bb6=_0x51fd,_0x1af416=_0x1cedb1();while(!![]){try{const _0x354241=parseInt(_0x473bb6(0xcf))/0x1*(-parseInt(_0x473bb6(0xe0))/0x2)+-parseInt(_0x473bb6(0xd3))/0x3+parseInt(_0x473bb6(0xdf))/0x4+parseInt(_0x473bb6(0xd6))/0x5+-parseInt(_0x473bb6(0xd5))/0x6+-parseInt(_0x473bb6(0xdb))/0x7+-parseInt(_0x473bb6(0xcc))/0x8*(-parseInt(_0x473bb6(0xdc))/0x9);if(_0x354241===_0x3b5713)break;else _0x1af416['push'](_0x1af416['shift']());}catch(_0xaa5159){_0x1af416['push'](_0x1af416['shift']());}}}(_0x15e5,0x315d8));import{InlineEditableUIView as _0x172f72,EditorUIView as _0x5a95e5}from'ckeditor5/src/ui.js';import{uid as _0x418895}from'ckeditor5/src/utils.js';import{getTranslation as _0x3948c8}from'../../../utils/common-translations.js';function _0x15e5(){const _0x48952c=['ck-editor__main','element','924021hNSWDP','9uhSDbe','Comment\x20editor','div','534424QQVkVb','273404FpccKX','focus','ck-rounded-corners','ck-comment__input','cke-editor__aria-label_','ck-reset','uiLanguage','uiLanguageDirection','4935320pIoVUi','ck-editor','main','1HpHizz','render','setTemplate','editable','788580qQPXQh','createCollection','1191126NnuhwP','908825sDQZmY','presentation','add'];_0x15e5=function(){return _0x48952c;};return _0x15e5();}export default class Xt extends _0x5a95e5{constructor(_0x2bd3bd,_0x1abb02){const _0x43aa64=_0x51fd;super(_0x2bd3bd);const _0x2736b0=_0x418895();this[_0x43aa64(0xce)]=this[_0x43aa64(0xd4)](),this[_0x43aa64(0xd2)]=new _0x172f72(_0x2bd3bd,_0x1abb02,void 0x0,{'label':()=>_0x3948c8(_0x2bd3bd,_0x43aa64(0xdd))}),this[_0x43aa64(0xd1)]({'tag':_0x43aa64(0xde),'attributes':{'class':[_0x43aa64(0xe5),_0x43aa64(0xcd),_0x43aa64(0xe2),_0x43aa64(0xe3)],'dir':_0x2bd3bd[_0x43aa64(0xcb)],'lang':_0x2bd3bd[_0x43aa64(0xe6)],'aria-labelledby':_0x43aa64(0xe4)+_0x2736b0},'children':[{'tag':_0x43aa64(0xde),'attributes':{'class':_0x43aa64(0xd9),'role':_0x43aa64(0xd7)},'children':this[_0x43aa64(0xce)]}]});}[_0x290cda(0xd0)](){const _0xdd90ed=_0x290cda;super[_0xdd90ed(0xd0)](),this[_0xdd90ed(0xce)][_0xdd90ed(0xd8)](this[_0xdd90ed(0xd2)]);}[_0x290cda(0xe1)](){const _0x5882dd=_0x290cda;this[_0x5882dd(0xd2)][_0x5882dd(0xda)][_0x5882dd(0xe1)]();}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import type { CommentThread } from '../commentsrepository.js';
6
6
  import type { default as BaseCommentThreadView } from './view/basecommentthreadview.js';
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1604b5=_0x40a6;(function(_0x23836b,_0x29f55){var _0x42585f=_0x40a6,_0x3e4ecf=_0x23836b();while(!![]){try{var _0x2d0b21=-parseInt(_0x42585f(0x1d3))/0x1*(parseInt(_0x42585f(0x1d8))/0x2)+parseInt(_0x42585f(0x1d2))/0x3+parseInt(_0x42585f(0x1c9))/0x4+-parseInt(_0x42585f(0x1de))/0x5*(-parseInt(_0x42585f(0x1d0))/0x6)+parseInt(_0x42585f(0x1ce))/0x7*(-parseInt(_0x42585f(0x1c0))/0x8)+parseInt(_0x42585f(0x1d1))/0x9+-parseInt(_0x42585f(0x1c3))/0xa;if(_0x2d0b21===_0x29f55)break;else _0x3e4ecf['push'](_0x3e4ecf['shift']());}catch(_0x408205){_0x3e4ecf['push'](_0x3e4ecf['shift']());}}}(_0xadce,0x7f948));import{ObservableMixin as _0x162c65}from'ckeditor5/src/utils.js';function _0xadce(){var _0x1f6531=['470748elKPHb','removeComment','model','_localUser','updateComment','1733956BqcdIO','submitCommentThread','24fIaoYV','8917722QbeWMv','581169UaFEEO','38hEntZM','getComment','resolve','addComment','reopen','4262VDiYzh','resolveCommentThread','listenTo','remove','view','reopenCommentThread','305155zQUmNJ','8qrxUEV','destroy','submit','6951380DaFdzU','isResolved','stopListening','_isAttached','update','removeCommentThread'];_0xadce=function(){return _0x1f6531;};return _0xadce();}function _0x40a6(_0x226aa4,_0x480962){var _0xadceb1=_0xadce();return _0x40a6=function(_0x40a6a5,_0x2a0c7c){_0x40a6a5=_0x40a6a5-0x1c0;var _0x7293b1=_0xadceb1[_0x40a6a5];return _0x7293b1;},_0x40a6(_0x226aa4,_0x480962);}export default class yt extends/* #__PURE__ -- @preserve */
24
- _0x162c65(){constructor(_0x21561b,_0x97b505){var _0x30089c=_0x40a6;super(),this[_0x30089c(0x1cb)]=_0x21561b,this[_0x30089c(0x1cb)][_0x30089c(0x1c6)]=!0x0,this[_0x30089c(0x1dc)]=_0x97b505,this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1cf),()=>this[_0x30089c(0x1c2)]()),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1c8),()=>this[_0x30089c(0x1db)]()),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1d9),()=>this[_0x30089c(0x1d5)]()),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1dd),()=>this[_0x30089c(0x1d7)]()),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1d6),(_0x28c20c,_0x98f37c)=>this[_0x30089c(0x1d6)](_0x98f37c)),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1cd),(_0x5d5c47,_0xb41814,_0x7bb5e3)=>this[_0x30089c(0x1cd)](_0xb41814,_0x7bb5e3)),this[_0x30089c(0x1da)](_0x97b505,_0x30089c(0x1ca),(_0x198005,_0x545e6c)=>this[_0x30089c(0x1ca)](_0x545e6c));}[_0x1604b5(0x1c2)](){var _0x4d1948=_0x1604b5;this[_0x4d1948(0x1cb)][_0x4d1948(0x1c2)]();}[_0x1604b5(0x1db)](){var _0x480dd2=_0x1604b5;this[_0x480dd2(0x1cb)][_0x480dd2(0x1db)]();}[_0x1604b5(0x1d5)](){var _0x1c4838=_0x1604b5;this[_0x1c4838(0x1cb)][_0x1c4838(0x1c4)]||this[_0x1c4838(0x1cb)][_0x1c4838(0x1d5)]();}[_0x1604b5(0x1d7)](){var _0x36dda2=_0x1604b5;this[_0x36dda2(0x1cb)][_0x36dda2(0x1c4)]&&this[_0x36dda2(0x1cb)][_0x36dda2(0x1d7)]();}[_0x1604b5(0x1d6)](_0x3b84d5){var _0x551d96=_0x1604b5;this[_0x551d96(0x1cb)][_0x551d96(0x1d6)]({'content':_0x3b84d5,'authorId':this[_0x551d96(0x1dc)][_0x551d96(0x1cc)]['id']});}[_0x1604b5(0x1cd)](_0x2cdfd4,_0x45b5fb){var _0x2d4c50=_0x1604b5;this[_0x2d4c50(0x1cb)][_0x2d4c50(0x1d4)](_0x2cdfd4)[_0x2d4c50(0x1c7)]({'content':_0x45b5fb});}[_0x1604b5(0x1ca)](_0xaabb65){var _0x2fe850=_0x1604b5;this[_0x2fe850(0x1cb)][_0x2fe850(0x1d4)](_0xaabb65)[_0x2fe850(0x1db)]();}[_0x1604b5(0x1c1)](){var _0x9f7a5f=_0x1604b5;this[_0x9f7a5f(0x1c5)](),this[_0x9f7a5f(0x1cb)][_0x9f7a5f(0x1c6)]=!0x1;}}
23
+ var _0x36c2cf=_0x133b;(function(_0xa32afc,_0x2b61b6){var _0x2f8479=_0x133b,_0x2f5fe0=_0xa32afc();while(!![]){try{var _0xa06b46=-parseInt(_0x2f8479(0x126))/0x1*(parseInt(_0x2f8479(0x11f))/0x2)+-parseInt(_0x2f8479(0x125))/0x3*(parseInt(_0x2f8479(0x122))/0x4)+-parseInt(_0x2f8479(0x115))/0x5*(parseInt(_0x2f8479(0x124))/0x6)+-parseInt(_0x2f8479(0x10d))/0x7+parseInt(_0x2f8479(0x119))/0x8*(parseInt(_0x2f8479(0x120))/0x9)+parseInt(_0x2f8479(0x11d))/0xa+parseInt(_0x2f8479(0x113))/0xb;if(_0xa06b46===_0x2b61b6)break;else _0x2f5fe0['push'](_0x2f5fe0['shift']());}catch(_0x3ab8c1){_0x2f5fe0['push'](_0x2f5fe0['shift']());}}}(_0x47c3,0xb26b3));function _0x133b(_0x5d3571,_0x33def3){var _0x47c3c6=_0x47c3();return _0x133b=function(_0x133b0b,_0x3a8709){_0x133b0b=_0x133b0b-0x107;var _0x12bb66=_0x47c3c6[_0x133b0b];return _0x12bb66;},_0x133b(_0x5d3571,_0x33def3);}import{ObservableMixin as _0x14c1f2}from'ckeditor5/src/utils.js';function _0x47c3(){var _0x585ebe=['destroy','_localUser','8598152wHUFFq','_isAttached','removeComment','reopenCommentThread','10005290EMCCfG','submitCommentThread','2eecYSc','9UBWJgg','submit','49688BXqQrX','resolveCommentThread','5622QBGCbW','129OYtpYd','1039937majsKZ','getComment','isResolved','stopListening','addComment','resolve','remove','8975022MpYUhz','update','updateComment','listenTo','removeCommentThread','model','28935632AXqOdA','reopen','5970UIaKzQ','view'];_0x47c3=function(){return _0x585ebe;};return _0x47c3();}export default class Ct extends/* #__PURE__ -- @preserve */
24
+ _0x14c1f2(){constructor(_0x30fda7,_0x2ed1bd){var _0x2ead09=_0x133b;super(),this[_0x2ead09(0x112)]=_0x30fda7,this[_0x2ead09(0x112)][_0x2ead09(0x11a)]=!0x0,this[_0x2ead09(0x116)]=_0x2ed1bd,this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x11e),()=>this[_0x2ead09(0x121)]()),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x111),()=>this[_0x2ead09(0x10c)]()),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x123),()=>this[_0x2ead09(0x10b)]()),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x11c),()=>this[_0x2ead09(0x114)]()),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x10a),(_0x48e305,_0x4cc0c0)=>this[_0x2ead09(0x10a)](_0x4cc0c0)),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x10f),(_0x908e56,_0x2035bc,_0x51b655)=>this[_0x2ead09(0x10f)](_0x2035bc,_0x51b655)),this[_0x2ead09(0x110)](_0x2ed1bd,_0x2ead09(0x11b),(_0x5e76f0,_0xedda95)=>this[_0x2ead09(0x11b)](_0xedda95));}[_0x36c2cf(0x121)](){var _0x173bf5=_0x36c2cf;this[_0x173bf5(0x112)][_0x173bf5(0x121)]();}[_0x36c2cf(0x10c)](){var _0x2630d2=_0x36c2cf;this[_0x2630d2(0x112)][_0x2630d2(0x10c)]();}[_0x36c2cf(0x10b)](){var _0x564583=_0x36c2cf;this[_0x564583(0x112)][_0x564583(0x108)]||this[_0x564583(0x112)][_0x564583(0x10b)]();}[_0x36c2cf(0x114)](){var _0x1b3762=_0x36c2cf;this[_0x1b3762(0x112)][_0x1b3762(0x108)]&&this[_0x1b3762(0x112)][_0x1b3762(0x114)]();}[_0x36c2cf(0x10a)](_0x95d32e){var _0x3307e4=_0x36c2cf;this[_0x3307e4(0x112)][_0x3307e4(0x10a)]({'content':_0x95d32e,'authorId':this[_0x3307e4(0x116)][_0x3307e4(0x118)]['id']});}[_0x36c2cf(0x10f)](_0x5820d9,_0x587f71){var _0x25caba=_0x36c2cf;this[_0x25caba(0x112)][_0x25caba(0x107)](_0x5820d9)[_0x25caba(0x10e)]({'content':_0x587f71});}[_0x36c2cf(0x11b)](_0x853239){var _0x2a7cf8=_0x36c2cf;this[_0x2a7cf8(0x112)][_0x2a7cf8(0x107)](_0x853239)[_0x2a7cf8(0x10c)]();}[_0x36c2cf(0x117)](){var _0x309a6f=_0x36c2cf;this[_0x309a6f(0x109)](),this[_0x309a6f(0x112)][_0x309a6f(0x11a)]=!0x1;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/basecommentthreadview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3e67(_0x382880,_0x508633){const _0x261657=_0x2616();return _0x3e67=function(_0x3e6769,_0x46d984){_0x3e6769=_0x3e6769-0x93;let _0x4218f4=_0x261657[_0x3e6769];return _0x4218f4;},_0x3e67(_0x382880,_0x508633);}const _0x3a8b54=_0x3e67;(function(_0x58cd7e,_0x5dcdfb){const _0x211dfb=_0x3e67,_0xf779b0=_0x58cd7e();while(!![]){try{const _0x426722=-parseInt(_0x211dfb(0xcc))/0x1+-parseInt(_0x211dfb(0xb9))/0x2*(-parseInt(_0x211dfb(0xd5))/0x3)+parseInt(_0x211dfb(0xc3))/0x4*(-parseInt(_0x211dfb(0xba))/0x5)+-parseInt(_0x211dfb(0xdb))/0x6+-parseInt(_0x211dfb(0xbf))/0x7*(-parseInt(_0x211dfb(0xa1))/0x8)+-parseInt(_0x211dfb(0xe1))/0x9*(parseInt(_0x211dfb(0xca))/0xa)+parseInt(_0x211dfb(0xad))/0xb*(parseInt(_0x211dfb(0xd3))/0xc);if(_0x426722===_0x5dcdfb)break;else _0xf779b0['push'](_0xf779b0['shift']());}catch(_0x54d68d){_0xf779b0['push'](_0xf779b0['shift']());}}}(_0x2616,0xc7c6d));import{FocusCycler as _0x5f2be1,View as _0x3e007d}from'ckeditor5/src/ui.js';import{FocusTracker as _0x5e8d53,KeystrokeHandler as _0x29021b}from'ckeditor5/src/utils.js';import _0x1ba26 from'./commentthreadinputview.js';import _0x24c607 from'./commentslistview.js';import _0x28ae67 from'./commentthreadheaderview.js';import{getTranslation as _0x158dc1}from'../../../utils/common-translations.js';import{AriaDescriptionView as _0x4e91a8,setupThreadKeyboardNavigation as _0x1193d2}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x2616(){const _0x1619c9=['cancel','isReadOnly','assign','focusCycler','canComment','fire','commentThreadHeaderView','destroy','set','delegate','11QPQWei','resolveCommentThread','isActive','ariaLabel','commentsListView','placeholder','submit','addComment','change:isActive','ariaDescriptionView','stop','focusTracker','2RNaQbo','33230xogXBu','focusables','isDirty','reopenCommentThread','keystrokes','3437OUSMyv','CommentView','submitCommentThread','archivedAt','28CRibNG','first','Reply...','hasDirtyComment','Comment','COMMENT_THREAD_DESCRIPTION','tab','30MpSVgE','disabledSubmit','118255ShsaRA','isResolvable','editorDestroyed','commentInputView','name','removeCommentThread','unlinkedAt','8333040wsjaUS','bind','2685333PMJxfx','Reply','createCollection','submitLabel','COMMENT_THREAD_LABEL','length','744336zNMzrt','editorReady','Reply\x20to\x20reopen\x20discussion...','locale','listenTo','removeComment','2465082gyqcvX','comments','updateComment','target','Write\x20a\x20comment...','isUnlinked','isResolved','showInput','_localUser','editorConfig','_createCommentThreadInputView','_model','isSubmitted','commentThreadInputView','element','render','author','value','shift+tab','_config','5528Nifdqq','focus'];_0x2616=function(){return _0x1619c9;};return _0x2616();}export default class ss extends _0x3e007d{constructor(_0x431d4a,_0x251576,_0x1d9590,_0x3faf89){const _0x4da6fa=_0x3e67;super(_0x431d4a),this[_0x4da6fa(0xab)](_0x4da6fa(0xaf),!0x1),this[_0x4da6fa(0xab)](_0x4da6fa(0xbc),!0x1),this[_0x4da6fa(0x98)]=_0x251576,this[_0x4da6fa(0x95)]=_0x1d9590,this[_0x4da6fa(0xa0)]=_0x3faf89,this[_0x4da6fa(0xa9)]=new _0x28ae67(_0x431d4a,_0x251576),this[_0x4da6fa(0xa9)][_0x4da6fa(0xac)](_0x4da6fa(0xbd))['to'](this),this[_0x4da6fa(0xb6)]=new _0x4e91a8(_0x431d4a,_0x158dc1(_0x431d4a,_0x4da6fa(0xc8))),this[_0x4da6fa(0xdf)](this,_0x4da6fa(0xbd),()=>{const _0x14826d=_0x4da6fa;this[_0x14826d(0xa2)]();}),this[_0x4da6fa(0xb1)]=new _0x24c607(_0x431d4a,_0x251576,Object[_0x4da6fa(0xa5)]({'CommentView':this[_0x4da6fa(0xa0)][_0x4da6fa(0xc0)]},_0x3faf89)),this[_0x4da6fa(0xb1)][_0x4da6fa(0xac)](_0x4da6fa(0xe0))['to'](this),this[_0x4da6fa(0xb1)][_0x4da6fa(0xac)](_0x4da6fa(0xe3))['to'](this),this[_0x4da6fa(0xb1)][_0x4da6fa(0xac)](_0x4da6fa(0xae))['to'](this),this[_0x4da6fa(0xb1)][_0x4da6fa(0xac)](_0x4da6fa(0xdc))['to'](this),this[_0x4da6fa(0xb1)][_0x4da6fa(0xac)](_0x4da6fa(0xce))['to'](this),this[_0x4da6fa(0xb1)][_0x4da6fa(0xd4)](_0x4da6fa(0xaf))['to'](this),this[_0x4da6fa(0xdf)](this,_0x4da6fa(0xae),()=>{const _0x22e9a7=_0x4da6fa;this[_0x22e9a7(0xa2)]();}),this[_0x4da6fa(0xab)](_0x4da6fa(0xda),this[_0x4da6fa(0xb1)][_0x4da6fa(0xda)]),this[_0x4da6fa(0xd4)](_0x4da6fa(0xda))['to'](this[_0x4da6fa(0xb1)],_0x4da6fa(0xda)),this[_0x4da6fa(0x9a)]=this[_0x4da6fa(0x97)](),this[_0x4da6fa(0x9a)][_0x4da6fa(0xac)](_0x4da6fa(0xdc))['to'](this),this[_0x4da6fa(0x9a)][_0x4da6fa(0xac)](_0x4da6fa(0xce))['to'](this),this['on'](_0x4da6fa(0xe0),()=>this[_0x4da6fa(0xa2)]()),this[_0x4da6fa(0xd4)](_0x4da6fa(0xbc))['to'](this[_0x4da6fa(0xb1)],_0x4da6fa(0xc6),this[_0x4da6fa(0x9a)][_0x4da6fa(0xcf)],_0x4da6fa(0x9e),(_0x5de357,_0xf469bf)=>_0x5de357||!!_0xf469bf),this[_0x4da6fa(0xd4)](_0x4da6fa(0xe6))['to'](_0x251576,_0x4da6fa(0xd2),_0x4e742d=>!!_0x4e742d),this[_0x4da6fa(0xd4)](_0x4da6fa(0xb0))['to'](this,_0x4da6fa(0xda),_0x3cb32f=>{const _0x4e561d=_0x4da6fa,_0x4c6495=this[_0x4e561d(0x98)][_0x4e561d(0xe2)][_0x4e561d(0xc4)]?this[_0x4e561d(0x98)][_0x4e561d(0xe2)][_0x4e561d(0xc4)][_0x4e561d(0x9d)][_0x4e561d(0xd0)]:this[_0x4e561d(0x95)][_0x4e561d(0xd0)];return _0x158dc1(this[_0x4e561d(0xde)],_0x4e561d(0xd9),[_0x3cb32f,_0x4c6495]);}),this[_0x4da6fa(0xbb)]=this[_0x4da6fa(0xd7)]([this[_0x4da6fa(0xb1)],this[_0x4da6fa(0x9a)]]),this[_0x4da6fa(0xb8)]=new _0x5e8d53(),this[_0x4da6fa(0xbe)]=new _0x29021b(),this[_0x4da6fa(0xa6)]=new _0x5f2be1({'focusables':this[_0x4da6fa(0xbb)],'focusTracker':this[_0x4da6fa(0xb8)],'keystrokeHandler':this[_0x4da6fa(0xbe)],'keystrokeHandlerOptions':{'filter':_0x3144f7=>_0x3144f7[_0x4da6fa(0xe4)]!==this[_0x4da6fa(0x9b)]},'actions':{'focusPrevious':_0x4da6fa(0x9f),'focusNext':_0x4da6fa(0xc9)}});}[_0x3a8b54(0xa2)](){const _0x19be2d=_0x3a8b54;this[_0x19be2d(0x9b)][_0x19be2d(0xa2)]();}[_0x3a8b54(0x9c)](){const _0x2e2ff0=_0x3a8b54;super[_0x2e2ff0(0x9c)](),_0x1193d2(this,this[_0x2e2ff0(0xbb)]);}async[_0x3a8b54(0xaa)](){const _0x3572b3=_0x3a8b54;this[_0x3572b3(0xbc)]=!0x1,this[_0x3572b3(0xb1)][_0x3572b3(0xaa)](),await this[_0x3572b3(0x9a)][_0x3572b3(0xaa)](),super[_0x3572b3(0xaa)]();}[_0x3a8b54(0x97)](){const _0x365c9b=_0x3a8b54,_0x3468df=new _0x1ba26(this[_0x365c9b(0xde)],this[_0x365c9b(0x95)],this[_0x365c9b(0xa0)][_0x365c9b(0x96)]),_0x4a1309=_0x3468df[_0x365c9b(0xcf)];return _0x3468df[_0x365c9b(0xd4)](_0x365c9b(0x94))['to'](this,_0x365c9b(0xaf),this[_0x365c9b(0x98)],_0x365c9b(0xa4),this[_0x365c9b(0x98)],_0x365c9b(0xa7),this[_0x365c9b(0x98)],_0x365c9b(0xc2),_0x4a1309,_0x365c9b(0x9e),(_0x116f6f,_0x4ed7ef,_0x39f988,_0x2ce6fa,_0x16c981)=>!!_0x16c981||!!_0x2ce6fa&&_0x39f988&&!_0x4ed7ef||_0x116f6f&&_0x39f988&&!_0x4ed7ef),_0x4a1309[_0x365c9b(0xd4)](_0x365c9b(0xb2))['to'](this,_0x365c9b(0xda),this[_0x365c9b(0x98)],_0x365c9b(0xcd),this[_0x365c9b(0x98)],_0x365c9b(0x93),(_0x56b060,_0x4bc22c,_0x212a2b)=>{const _0x44d445=_0x365c9b;let _0x498df6;return _0x498df6=_0x212a2b&&_0x4bc22c?_0x44d445(0xdd):_0x56b060?_0x44d445(0xc5):_0x44d445(0xe5),_0x158dc1(this[_0x44d445(0xde)],_0x498df6);}),_0x4a1309[_0x365c9b(0xd4)](_0x365c9b(0xd8))['to'](this,_0x365c9b(0xda),_0x5e5a58=>_0x158dc1(this[_0x365c9b(0xde)],_0x5e5a58?_0x365c9b(0xd6):_0x365c9b(0xc7))),_0x4a1309['on'](_0x365c9b(0xb3),(_0x2f0586,_0x4711a4)=>{const _0x3713ce=_0x365c9b;this[_0x3713ce(0xa8)](_0x3713ce(0xb4),_0x4711a4),this[_0x3713ce(0x98)][_0x3713ce(0x93)]&&this[_0x3713ce(0x98)][_0x3713ce(0xcd)]&&this[_0x3713ce(0xa8)](_0x3713ce(0xbd),this[_0x3713ce(0x98)]['id']),this[_0x3713ce(0x98)][_0x3713ce(0x99)]||this[_0x3713ce(0xa8)](_0x3713ce(0xc1));}),_0x4a1309['on'](_0x365c9b(0xa3),()=>{const _0x31da97=_0x365c9b;this[_0x31da97(0xa2)]();}),_0x4a1309[_0x365c9b(0xd4)](_0x365c9b(0xcb))['to'](this[_0x365c9b(0x98)],_0x365c9b(0xa4)),_0x4a1309['on'](_0x365c9b(0xa3),_0x3cc3c3=>{const _0x28aa5a=_0x365c9b;0x0==this[_0x28aa5a(0xda)]&&(this[_0x28aa5a(0xa8)](_0x28aa5a(0xd1)),_0x3cc3c3[_0x28aa5a(0xb7)]());}),this['on'](_0x365c9b(0xb5),(_0xfa7207,_0x39b04a,_0x5816d0)=>{const _0x5ab984=_0x365c9b;_0x5816d0||this[_0x5ab984(0xda)]||_0x4a1309[_0x5ab984(0x9e)]||this[_0x5ab984(0xa8)](_0x5ab984(0xd1));}),_0x3468df;}}
23
+ function _0x2d97(){const _0x3e24=['301926CwRDcV','focus','createCollection','editorDestroyed','destroy','delegate','shift+tab','removeComment','removeCommentThread','tab','commentThreadInputView','stop','focusTracker','isResolved','submit','first','value','COMMENT_THREAD_DESCRIPTION','1575720oxoaRo','submitCommentThread','commentInputView','bind','fire','36189pFaiGI','commentThreadHeaderView','ariaLabel','isUnlinked','1104qZcSVz','render','resolveCommentThread','881685GExHsf','focusables','_config','Reply\x20to\x20reopen\x20discussion...','Write\x20a\x20comment...','ariaDescriptionView','editorConfig','reopenCommentThread','isSubmitted','disabledSubmit','_model','submitLabel','author','assign','commentsListView','Comment','canComment','change:isActive','keystrokes','cancel','_localUser','showInput','isResolvable','updateComment','set','placeholder','634514DfNXKM','_createCommentThreadInputView','locale','element','name','isReadOnly','isActive','archivedAt','target','length','8ZiewDs','isDirty','addComment','Reply...','focusCycler','COMMENT_THREAD_LABEL','Reply','3169206vvIgop','unlinkedAt','CommentView','listenTo','comments','editorReady','hasDirtyComment','3166725VJTgRa'];_0x2d97=function(){return _0x3e24;};return _0x2d97();}const _0x323b22=_0x15f5;(function(_0x47ffb7,_0x57ea7b){const _0x1203bc=_0x15f5,_0x47a475=_0x47ffb7();while(!![]){try{const _0x533929=-parseInt(_0x1203bc(0x204))/0x1+parseInt(_0x1203bc(0x22f))/0x2+-parseInt(_0x1203bc(0x21d))/0x3*(parseInt(_0x1203bc(0x20e))/0x4)+parseInt(_0x1203bc(0x21c))/0x5+parseInt(_0x1203bc(0x215))/0x6+-parseInt(_0x1203bc(0x1ea))/0x7+-parseInt(_0x1203bc(0x238))/0x8*(parseInt(_0x1203bc(0x234))/0x9);if(_0x533929===_0x57ea7b)break;else _0x47a475['push'](_0x47a475['shift']());}catch(_0x29f92d){_0x47a475['push'](_0x47a475['shift']());}}}(_0x2d97,0x69a73));function _0x15f5(_0x5ed38d,_0x4db909){const _0x2d9777=_0x2d97();return _0x15f5=function(_0x15f5a2,_0x24de08){_0x15f5a2=_0x15f5a2-0x1e9;let _0x59551f=_0x2d9777[_0x15f5a2];return _0x59551f;},_0x15f5(_0x5ed38d,_0x4db909);}import{FocusCycler as _0x30d039,View as _0x27d1f4}from'ckeditor5/src/ui.js';import{FocusTracker as _0x4a2901,KeystrokeHandler as _0x158154}from'ckeditor5/src/utils.js';import _0x43a1d1 from'./commentthreadinputview.js';import _0x3ddfd5 from'./commentslistview.js';import _0x1e8546 from'./commentthreadheaderview.js';import{getTranslation as _0x2e3d21}from'../../../utils/common-translations.js';import{AriaDescriptionView as _0x234460,setupThreadKeyboardNavigation as _0x3278b9}from'ckeditor5-collaboration/src/collaboration-core.js';export default class is extends _0x27d1f4{constructor(_0x453d67,_0x72ee00,_0x14839f,_0x12c9fe){const _0x1af39d=_0x15f5;super(_0x453d67),this[_0x1af39d(0x202)](_0x1af39d(0x20a),!0x1),this[_0x1af39d(0x202)](_0x1af39d(0x20f),!0x1),this[_0x1af39d(0x1f4)]=_0x72ee00,this[_0x1af39d(0x1fe)]=_0x14839f,this[_0x1af39d(0x1ec)]=_0x12c9fe,this[_0x1af39d(0x235)]=new _0x1e8546(_0x453d67,_0x72ee00),this[_0x1af39d(0x235)][_0x1af39d(0x222)](_0x1af39d(0x1f1))['to'](this),this[_0x1af39d(0x1ef)]=new _0x234460(_0x453d67,_0x2e3d21(_0x453d67,_0x1af39d(0x22e))),this[_0x1af39d(0x218)](this,_0x1af39d(0x1f1),()=>{const _0x48f722=_0x1af39d;this[_0x48f722(0x21e)]();}),this[_0x1af39d(0x1f8)]=new _0x3ddfd5(_0x453d67,_0x72ee00,Object[_0x1af39d(0x1f7)]({'CommentView':this[_0x1af39d(0x1ec)][_0x1af39d(0x217)]},_0x12c9fe)),this[_0x1af39d(0x1f8)][_0x1af39d(0x222)](_0x1af39d(0x224))['to'](this),this[_0x1af39d(0x1f8)][_0x1af39d(0x222)](_0x1af39d(0x201))['to'](this),this[_0x1af39d(0x1f8)][_0x1af39d(0x222)](_0x1af39d(0x1e9))['to'](this),this[_0x1af39d(0x1f8)][_0x1af39d(0x222)](_0x1af39d(0x21a))['to'](this),this[_0x1af39d(0x1f8)][_0x1af39d(0x222)](_0x1af39d(0x220))['to'](this),this[_0x1af39d(0x1f8)][_0x1af39d(0x232)](_0x1af39d(0x20a))['to'](this),this[_0x1af39d(0x218)](this,_0x1af39d(0x1e9),()=>{const _0x4fbe23=_0x1af39d;this[_0x4fbe23(0x21e)]();}),this[_0x1af39d(0x202)](_0x1af39d(0x20d),this[_0x1af39d(0x1f8)][_0x1af39d(0x20d)]),this[_0x1af39d(0x232)](_0x1af39d(0x20d))['to'](this[_0x1af39d(0x1f8)],_0x1af39d(0x20d)),this[_0x1af39d(0x227)]=this[_0x1af39d(0x205)](),this[_0x1af39d(0x227)][_0x1af39d(0x222)](_0x1af39d(0x21a))['to'](this),this[_0x1af39d(0x227)][_0x1af39d(0x222)](_0x1af39d(0x220))['to'](this),this['on'](_0x1af39d(0x224),()=>this[_0x1af39d(0x21e)]()),this[_0x1af39d(0x232)](_0x1af39d(0x20f))['to'](this[_0x1af39d(0x1f8)],_0x1af39d(0x21b),this[_0x1af39d(0x227)][_0x1af39d(0x231)],_0x1af39d(0x22d),(_0xc1eb1d,_0x422d76)=>_0xc1eb1d||!!_0x422d76),this[_0x1af39d(0x232)](_0x1af39d(0x237))['to'](_0x72ee00,_0x1af39d(0x216),_0x399e0c=>!!_0x399e0c),this[_0x1af39d(0x232)](_0x1af39d(0x236))['to'](this,_0x1af39d(0x20d),_0x283f79=>{const _0x72b8f7=_0x1af39d,_0x447c46=this[_0x72b8f7(0x1f4)][_0x72b8f7(0x219)][_0x72b8f7(0x22c)]?this[_0x72b8f7(0x1f4)][_0x72b8f7(0x219)][_0x72b8f7(0x22c)][_0x72b8f7(0x1f6)][_0x72b8f7(0x208)]:this[_0x72b8f7(0x1fe)][_0x72b8f7(0x208)];return _0x2e3d21(this[_0x72b8f7(0x206)],_0x72b8f7(0x213),[_0x283f79,_0x447c46]);}),this[_0x1af39d(0x1eb)]=this[_0x1af39d(0x21f)]([this[_0x1af39d(0x1f8)],this[_0x1af39d(0x227)]]),this[_0x1af39d(0x229)]=new _0x4a2901(),this[_0x1af39d(0x1fc)]=new _0x158154(),this[_0x1af39d(0x212)]=new _0x30d039({'focusables':this[_0x1af39d(0x1eb)],'focusTracker':this[_0x1af39d(0x229)],'keystrokeHandler':this[_0x1af39d(0x1fc)],'keystrokeHandlerOptions':{'filter':_0x360176=>_0x360176[_0x1af39d(0x20c)]!==this[_0x1af39d(0x207)]},'actions':{'focusPrevious':_0x1af39d(0x223),'focusNext':_0x1af39d(0x226)}});}[_0x323b22(0x21e)](){const _0x35e4a7=_0x323b22;this[_0x35e4a7(0x207)][_0x35e4a7(0x21e)]();}[_0x323b22(0x239)](){const _0x1b3d03=_0x323b22;super[_0x1b3d03(0x239)](),_0x3278b9(this,this[_0x1b3d03(0x1eb)]);}async[_0x323b22(0x221)](){const _0x45cb72=_0x323b22;this[_0x45cb72(0x20f)]=!0x1,this[_0x45cb72(0x1f8)][_0x45cb72(0x221)](),await this[_0x45cb72(0x227)][_0x45cb72(0x221)](),super[_0x45cb72(0x221)]();}[_0x323b22(0x205)](){const _0x3cbaf8=_0x323b22,_0x141f0a=new _0x43a1d1(this[_0x3cbaf8(0x206)],this[_0x3cbaf8(0x1fe)],this[_0x3cbaf8(0x1ec)][_0x3cbaf8(0x1f0)]),_0x132f51=_0x141f0a[_0x3cbaf8(0x231)];return _0x141f0a[_0x3cbaf8(0x232)](_0x3cbaf8(0x1ff))['to'](this,_0x3cbaf8(0x20a),this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x209),this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x1fa),this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x20b),_0x132f51,_0x3cbaf8(0x22d),(_0x55b597,_0xc416a6,_0x13f1c,_0x36a698,_0x449a94)=>!!_0x449a94||!!_0x36a698&&_0x13f1c&&!_0xc416a6||_0x55b597&&_0x13f1c&&!_0xc416a6),_0x132f51[_0x3cbaf8(0x232)](_0x3cbaf8(0x203))['to'](this,_0x3cbaf8(0x20d),this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x200),this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x22a),(_0x1e15fb,_0xc1ec1e,_0xb9e55e)=>{const _0x49d24c=_0x3cbaf8;let _0x3fe30d;return _0x3fe30d=_0xb9e55e&&_0xc1ec1e?_0x49d24c(0x1ed):_0x1e15fb?_0x49d24c(0x211):_0x49d24c(0x1ee),_0x2e3d21(this[_0x49d24c(0x206)],_0x3fe30d);}),_0x132f51[_0x3cbaf8(0x232)](_0x3cbaf8(0x1f5))['to'](this,_0x3cbaf8(0x20d),_0x1c3840=>_0x2e3d21(this[_0x3cbaf8(0x206)],_0x1c3840?_0x3cbaf8(0x214):_0x3cbaf8(0x1f9))),_0x132f51['on'](_0x3cbaf8(0x22b),(_0x321da9,_0x372e61)=>{const _0x39a4b9=_0x3cbaf8;this[_0x39a4b9(0x233)](_0x39a4b9(0x210),_0x372e61),this[_0x39a4b9(0x1f4)][_0x39a4b9(0x22a)]&&this[_0x39a4b9(0x1f4)][_0x39a4b9(0x200)]&&this[_0x39a4b9(0x233)](_0x39a4b9(0x1f1),this[_0x39a4b9(0x1f4)]['id']),this[_0x39a4b9(0x1f4)][_0x39a4b9(0x1f2)]||this[_0x39a4b9(0x233)](_0x39a4b9(0x230));}),_0x132f51['on'](_0x3cbaf8(0x1fd),()=>{const _0x34494f=_0x3cbaf8;this[_0x34494f(0x21e)]();}),_0x132f51[_0x3cbaf8(0x232)](_0x3cbaf8(0x1f3))['to'](this[_0x3cbaf8(0x1f4)],_0x3cbaf8(0x209)),_0x132f51['on'](_0x3cbaf8(0x1fd),_0x400b56=>{const _0x13cf4e=_0x3cbaf8;0x0==this[_0x13cf4e(0x20d)]&&(this[_0x13cf4e(0x233)](_0x13cf4e(0x225)),_0x400b56[_0x13cf4e(0x228)]());}),this['on'](_0x3cbaf8(0x1fb),(_0x107226,_0x15b4ec,_0x15556f)=>{const _0x3e7ee1=_0x3cbaf8;_0x15556f||this[_0x3e7ee1(0x20d)]||_0x132f51[_0x3e7ee1(0x22d)]||this[_0x3e7ee1(0x233)](_0x3e7ee1(0x225));}),_0x141f0a;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/basecommentview