@ckeditor/ckeditor5-comments 44.0.0 → 44.1.0-alpha.1

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
- function _0x25d1(_0x42050c,_0x36980e){const _0x332dc1=_0x332d();return _0x25d1=function(_0x25d11f,_0x2fd003){_0x25d11f=_0x25d11f-0xed;let _0x107ed5=_0x332dc1[_0x25d11f];return _0x107ed5;},_0x25d1(_0x42050c,_0x36980e);}const _0x1bf5c8=_0x25d1;(function(_0x3fea31,_0x3c7073){const _0x199640=_0x25d1,_0x49f49f=_0x3fea31();while(!![]){try{const _0x140208=parseInt(_0x199640(0x130))/0x1+parseInt(_0x199640(0x132))/0x2*(-parseInt(_0x199640(0xf4))/0x3)+-parseInt(_0x199640(0x116))/0x4+parseInt(_0x199640(0x105))/0x5*(parseInt(_0x199640(0x11e))/0x6)+-parseInt(_0x199640(0x135))/0x7*(parseInt(_0x199640(0x10c))/0x8)+parseInt(_0x199640(0x146))/0x9*(parseInt(_0x199640(0x103))/0xa)+-parseInt(_0x199640(0x10b))/0xb*(-parseInt(_0x199640(0x11a))/0xc);if(_0x140208===_0x3c7073)break;else _0x49f49f['push'](_0x49f49f['shift']());}catch(_0x5c9aed){_0x49f49f['push'](_0x49f49f['shift']());}}}(_0x332d,0xb224d));import{Plugin as _0x25ee6d}from'ckeditor5/src/core.js';import _0x494d5d from'./commentsrepository.js';import _0xff4f98 from'./commentsediting.js';import _0x17da9a from'../annotations/editorannotations.js';import{ButtonView as _0x1060f3,MenuBarMenuListItemButtonView as _0x5f2acd}from'ckeditor5/src/ui.js';import _0x293658 from'../../theme/icons/add-comment.svg';import _0x5a4e71 from'../annotations/annotations.js';import _0x406c62 from'./ui/view/commentslistview.js';function _0x332d(){const _0x517b7f=['set','menuBar:comment','commentsLicenseKeyNotAllowed','add','focus','addCommentThread','commentsLicenseKeyDomainLimit','comment','listenTo','addSourceCollector','config','commentsLicenseKeyValid','view','getAllMarkersForId','find','execute','1351161NPnJMv','commentsLicenseKeyEvaluationLimit','10gUEKXV','CommentThreadInputView','hasMarkerForId','525LulDmU','_showLicenseError','commentsLicenseKeyInvalid','map','getCommentThread','editing','getRange','Comment','isFocused','isEnabled','change:activeAnnotations','tooltip','comment:','_threadToController','commentsLicenseKeyExpired','licenseKey','_createUIButton','2034nhnNWc','bind','commentsLicenseKeyDevelopmentLimit','commentsLicenseKeyTrialLimit','from','hasCommentThread','init','push','490221mNawXU','_licenseKeyCheckInterval','invalid','highest','low','isPremiumPlugin','model','addComment','expired','stop','componentFactory','requires','plugins','innerView','evaluationLimit','190zVZKYa','featureNotAllowed','15bqkMZn','developmentLimit','editor','destroy','trialLimit','locale','195932AGcGoe','94952xmFNzp','domainLimit','pluginName','CommentsUI','commentsLicenseKeyUsageLimit','_viewToController','has','usageLimit','commands','CommentsListView','2349516uEQrIx','get','Comments','removeCommentThread','948VBdmmo','length','focusTracker','isOfficialPlugin','523326WEtNzA','activeMarker'];_0x332d=function(){return _0x517b7f;};return _0x332d();}import _0x5d30c8 from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x2f662d}from'../utils/common-translations.js';export default class i extends _0x25ee6d{static get[_0x1bf5c8(0x10e)](){const _0x166df1=_0x1bf5c8;return _0x166df1(0x10f);}static get[_0x1bf5c8(0x11d)](){return!0x0;}static get[_0x1bf5c8(0xf9)](){return!0x0;}static get[_0x1bf5c8(0xff)](){return[_0x494d5d,_0xff4f98,_0x17da9a,_0x5a4e71];}get[_0x1bf5c8(0x115)](){return _0x406c62;}get[_0x1bf5c8(0x133)](){return _0x5d30c8;}[_0x1bf5c8(0xf2)](){const _0x58c7f5=_0x1bf5c8,_0x30f41b=this[_0x58c7f5(0x107)],_0x286180=_0x30f41b[_0x58c7f5(0x100)][_0x58c7f5(0x117)](_0x494d5d),_0x31e261=_0x30f41b[_0x58c7f5(0x100)][_0x58c7f5(0x117)](_0xff4f98),_0x43a2b7=_0x30f41b[_0x58c7f5(0x100)][_0x58c7f5(0x117)](_0x5a4e71),_0x26f866=_0x30f41b[_0x58c7f5(0x100)][_0x58c7f5(0x117)](_0x17da9a);_0x30f41b['ui'][_0x58c7f5(0xfe)][_0x58c7f5(0x123)](_0x58c7f5(0x127),()=>{const _0xce6cb9=_0x58c7f5,_0xae1ca8=this[_0xce6cb9(0x145)](_0x1060f3);return _0xae1ca8[_0xce6cb9(0x140)]=!0x0,_0xae1ca8;}),_0x30f41b['ui'][_0x58c7f5(0xfe)][_0x58c7f5(0x123)](_0x58c7f5(0x121),()=>this[_0x58c7f5(0x145)](_0x5f2acd)),_0x26f866[_0x58c7f5(0x129)](()=>{const _0x42347b=_0x58c7f5,_0x430ac6=[];for(const [_0x59fd5b,_0x4ac02c]of _0x286180[_0x42347b(0x142)]){const _0x2327a0=_0x31e261[_0x42347b(0x12d)](_0x59fd5b['id']),_0x2cf918=_0x2327a0[_0x42347b(0x138)](_0x55caee=>_0x55caee[_0x42347b(0x13b)]());_0x2327a0[_0x42347b(0x11b)]>0x0&&_0x430ac6[_0x42347b(0xf3)]([_0x4ac02c[_0x42347b(0x12c)],_0x2cf918]);}return _0x430ac6;}),this[_0x58c7f5(0x128)](_0x43a2b7,_0x58c7f5(0x13f),(_0x50ba39,_0x254069,_0x181431)=>{const _0x4d04b0=_0x58c7f5,_0x4d86dd=Array[_0x4d04b0(0xf0)](_0x181431)[_0x4d04b0(0x138)](_0x7db28f=>_0x7db28f[_0x4d04b0(0x101)])[_0x4d04b0(0x12e)](_0x2781fd=>_0x286180[_0x4d04b0(0x111)][_0x4d04b0(0x112)](_0x2781fd));if(!_0x4d86dd)return void(_0x31e261[_0x4d04b0(0x11f)]=null);const _0x4616ae=_0x286180[_0x4d04b0(0x111)][_0x4d04b0(0x117)](_0x4d86dd)[_0x4d04b0(0xfa)]['id'],_0x1b12de=_0x4d04b0(0x141)+_0x4616ae;_0x4616ae&&_0x31e261[_0x4d04b0(0x134)](_0x4616ae)?_0x31e261[_0x4d04b0(0x11f)]=_0x1b12de:_0x31e261[_0x4d04b0(0x11f)]&&(_0x31e261[_0x4d04b0(0x11f)]=null);}),this[_0x58c7f5(0x128)](_0x286180,_0x58c7f5(0x119),(_0x54e4cd,{threadId:_0x19a96c,isFromAdapter:_0x281e94})=>{const _0x422faa=_0x58c7f5;!_0x281e94&&_0x30f41b['ui'][_0x422faa(0x11c)][_0x422faa(0x13d)]&&_0x31e261[_0x422faa(0x134)](_0x19a96c)&&_0x30f41b[_0x422faa(0x13a)][_0x422faa(0x12c)][_0x422faa(0x124)]();},{'priority':_0x58c7f5(0xf7)}),this[_0x58c7f5(0x128)](_0x286180,_0x58c7f5(0xfb),(_0x1811e7,{threadId:_0x59b0dd,isFromAdapter:_0x553dea})=>{const _0x23bcfc=_0x58c7f5;if(_0x553dea||!_0x31e261[_0x23bcfc(0x134)](_0x59b0dd)||!_0x286180[_0x23bcfc(0xf1)](_0x59b0dd))return;0x1===_0x286180[_0x23bcfc(0x139)](_0x59b0dd)[_0x23bcfc(0x11b)]&&(_0x30f41b[_0x23bcfc(0x13a)][_0x23bcfc(0x12c)][_0x23bcfc(0x124)](),_0x1811e7[_0x23bcfc(0xfd)]());},{'priority':_0x58c7f5(0xf8)}),this[_0x58c7f5(0x144)]=this[_0x58c7f5(0x107)][_0x58c7f5(0x12a)][_0x58c7f5(0x117)](_0x58c7f5(0x144));const _0x27cebe=this[_0x58c7f5(0x107)];this[_0x58c7f5(0xf5)]=setInterval(()=>{const _0x27f8ef=_0x58c7f5;let _0x317b93;for(const _0x16b494 in _0x27cebe){const _0x215bb0=_0x16b494,_0x3323ba=_0x27cebe[_0x215bb0];if(_0x27f8ef(0x12b)==_0x3323ba||_0x27f8ef(0x137)==_0x3323ba||_0x27f8ef(0x143)==_0x3323ba||_0x27f8ef(0x126)==_0x3323ba||_0x27f8ef(0x122)==_0x3323ba||_0x27f8ef(0x131)==_0x3323ba||_0x27f8ef(0xef)==_0x3323ba||_0x27f8ef(0xee)==_0x3323ba||_0x27f8ef(0x110)==_0x3323ba){delete _0x27cebe[_0x215bb0],_0x317b93=_0x3323ba,clearInterval(this[_0x27f8ef(0xf5)]),this[_0x27f8ef(0xf5)]=void 0x0;break;}}_0x27f8ef(0x137)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0xf6)),_0x27f8ef(0x143)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0xfc)),_0x27f8ef(0x126)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x10d)),_0x27f8ef(0x122)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x104),_0x27f8ef(0x118)),_0x27f8ef(0x131)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x102)),_0x27f8ef(0xef)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x109)),_0x27f8ef(0xee)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x106)),_0x27f8ef(0x110)==_0x317b93&&_0x27cebe[_0x27f8ef(0x136)](_0x27f8ef(0x113));},0x3e8);}[_0x1bf5c8(0x108)](){const _0x39b85b=_0x1bf5c8;super[_0x39b85b(0x108)](),this[_0x39b85b(0xf5)]&&clearInterval(this[_0x39b85b(0xf5)]);}[_0x1bf5c8(0x145)](_0x3d55a6){const _0x14bd1e=_0x1bf5c8,_0x291a97=this[_0x14bd1e(0x107)],_0x3a00b2=new _0x3d55a6(_0x291a97[_0x14bd1e(0x10a)]),_0x19bbeb=_0x291a97[_0x14bd1e(0x114)][_0x14bd1e(0x117)](_0x14bd1e(0x125));return _0x3a00b2[_0x14bd1e(0x120)]({'label':_0x2f662d(_0x291a97[_0x14bd1e(0x10a)],_0x14bd1e(0x13c)),'icon':_0x293658}),_0x3a00b2[_0x14bd1e(0xed)](_0x14bd1e(0x13e))['to'](_0x19bbeb),this[_0x14bd1e(0x128)](_0x3a00b2,_0x14bd1e(0x12f),()=>_0x19bbeb[_0x14bd1e(0x12f)]()),_0x3a00b2;}}
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 _0x2bb4f0=_0x5d55;function _0x5d55(_0x3acfb6,_0x1b0512){const _0x2f1cac=_0x2f1c();return _0x5d55=function(_0x5d55d3,_0x21a46a){_0x5d55d3=_0x5d55d3-0x128;let _0xa09146=_0x2f1cac[_0x5d55d3];return _0xa09146;},_0x5d55(_0x3acfb6,_0x1b0512);}(function(_0x9afe26,_0x2bdcc4){const _0x250565=_0x5d55,_0x54b5e6=_0x9afe26();while(!![]){try{const _0x4cb3e9=parseInt(_0x250565(0x14c))/0x1+parseInt(_0x250565(0x14f))/0x2*(parseInt(_0x250565(0x12e))/0x3)+-parseInt(_0x250565(0x148))/0x4+parseInt(_0x250565(0x14e))/0x5*(-parseInt(_0x250565(0x136))/0x6)+-parseInt(_0x250565(0x13c))/0x7*(parseInt(_0x250565(0x14b))/0x8)+parseInt(_0x250565(0x149))/0x9+-parseInt(_0x250565(0x14d))/0xa*(-parseInt(_0x250565(0x145))/0xb);if(_0x4cb3e9===_0x2bdcc4)break;else _0x54b5e6['push'](_0x54b5e6['shift']());}catch(_0x4f825f){_0x54b5e6['push'](_0x54b5e6['shift']());}}}(_0x2f1c,0x6fbc3));import{Plugin as _0x10ea34}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x482cbe,ClipboardMarkersUtils as _0x228335}from'ckeditor5/src/clipboard.js';export default class at extends _0x10ea34{constructor(_0x25fc6c){const _0x5cb9a4=_0x5d55;super(_0x25fc6c),this[_0x5cb9a4(0x12b)][_0x5cb9a4(0x138)][_0x5cb9a4(0x12a)](_0x5cb9a4(0x151),_0x5cb9a4(0x129));}static get[_0x2bb4f0(0x12d)](){return[_0x228335,_0x482cbe];}[_0x2bb4f0(0x131)](){const _0x1e1ecd=_0x2bb4f0,_0x11a62a=this[_0x1e1ecd(0x12b)][_0x1e1ecd(0x133)][_0x1e1ecd(0x13b)](_0x1e1ecd(0x143));this[_0x1e1ecd(0x13e)](),this[_0x1e1ecd(0x13f)](_0x11a62a,_0x1e1ecd(0x12f),(_0x17972c,_0x5660ee)=>this[_0x1e1ecd(0x128)](_0x5660ee[_0x1e1ecd(0x139)][_0x1e1ecd(0x140)]),{'priority':_0x1e1ecd(0x147)});}[_0x2bb4f0(0x128)](_0x497129){const _0x1ba473=_0x2bb4f0;if(!this[_0x1ba473(0x12b)][_0x1ba473(0x133)][_0x1ba473(0x13d)](_0x1ba473(0x150)))return _0x497129;const _0x20bb8c=this[_0x1ba473(0x12b)][_0x1ba473(0x133)][_0x1ba473(0x13b)](_0x1ba473(0x150));for(const _0x2d6479 of _0x497129[_0x1ba473(0x144)]()){const [_0x1143c1,_0x4cc0aa]=_0x2d6479[_0x1ba473(0x132)](':');_0x1ba473(0x142)!=_0x1143c1||_0x20bb8c[_0x1ba473(0x146)](_0x4cc0aa)||_0x497129[_0x1ba473(0x14a)](_0x2d6479);}return _0x497129;}[_0x2bb4f0(0x13e)](){const _0x123c32=_0x2bb4f0,_0x216d08=this[_0x123c32(0x12b)][_0x123c32(0x133)][_0x123c32(0x13b)](_0x123c32(0x134)),_0x5c2b4a=this[_0x123c32(0x152)](this[_0x123c32(0x12b)][_0x123c32(0x138)][_0x123c32(0x13b)](_0x123c32(0x151)));_0x5c2b4a&&_0x216d08[_0x123c32(0x135)](_0x123c32(0x142),_0x5c2b4a);}[_0x2bb4f0(0x152)](_0x39be5c){const _0x2aaaac=_0x2bb4f0;switch(_0x39be5c){case _0x2aaaac(0x137):return{'allowedActions':_0x2aaaac(0x12c),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x2aaaac(0x129):return{'allowedActions':[_0x2aaaac(0x141),_0x2aaaac(0x130)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x2aaaac(0x13a):return null;default:return null;}}}function _0x2f1c(){const _0x173fa5=['287ZYyZmx','has','_registerMarkerInClipboardPipeline','listenTo','markers','cut','comment','ClipboardPipeline','keys','41723OthddP','hasCommentThread','highest','2595740dBchze','4809024niuRVU','delete','124472MQHMIH','833642diOuJj','670dMCDBc','2435MAutEU','22DXrHFK','CommentsRepository','comments.copyMarkers','_mapCommentsCopyConfigToRegisterConfiguration','_removeMarkersWithoutThreads','default','define','editor','all','requires','146679ZcOgKg','contentInsertion','dragstart','afterInit','split','plugins','ClipboardMarkersUtils','_registerMarkerToCopy','5118oFAXgC','always','config','content','never','get'];_0x2f1c=function(){return _0x173fa5;};return _0x2f1c();}
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 _0xf0c1cc=_0x40d2;(function(_0x5343ab,_0x248878){const _0x35cdbe=_0x40d2,_0x1b001c=_0x5343ab();while(!![]){try{const _0x106952=-parseInt(_0x35cdbe(0xa0))/0x1+parseInt(_0x35cdbe(0xac))/0x2+-parseInt(_0x35cdbe(0xa4))/0x3*(parseInt(_0x35cdbe(0xa9))/0x4)+-parseInt(_0x35cdbe(0xa5))/0x5+-parseInt(_0x35cdbe(0xab))/0x6+-parseInt(_0x35cdbe(0xaa))/0x7*(parseInt(_0x35cdbe(0xad))/0x8)+parseInt(_0x35cdbe(0x9d))/0x9;if(_0x106952===_0x248878)break;else _0x1b001c['push'](_0x1b001c['shift']());}catch(_0x13edc8){_0x1b001c['push'](_0x1b001c['shift']());}}}(_0x3e22,0x73f0b));function _0x3e22(){const _0x366349=['4582524ETYCKq','1206488kEUNxt','24HDteHR','28516194KsxxeC','enableCommand','addCommentThread','936639dCdIby','has','editor','RestrictedEditingModeEditing','1703538UCbfnY','656745uZPsZy','get','afterInit','plugins','4gkwzAW','2093539njODOB'];_0x3e22=function(){return _0x366349;};return _0x3e22();}import{Plugin as _0x657468}from'ckeditor5/src/core.js';function _0x40d2(_0x250d28,_0x240a0e){const _0x3e227f=_0x3e22();return _0x40d2=function(_0x40d2bb,_0x2405bb){_0x40d2bb=_0x40d2bb-0x9d;let _0x2ac6fd=_0x3e227f[_0x40d2bb];return _0x2ac6fd;},_0x40d2(_0x250d28,_0x240a0e);}export default class st extends _0x657468{[_0xf0c1cc(0xa7)](){const _0x556fbc=_0xf0c1cc,_0x246d68=this[_0x556fbc(0xa2)];if(!_0x246d68[_0x556fbc(0xa8)][_0x556fbc(0xa1)](_0x556fbc(0xa3)))return;_0x246d68[_0x556fbc(0xa8)][_0x556fbc(0xa6)](_0x556fbc(0xa3))[_0x556fbc(0x9e)](_0x556fbc(0x9f));}}
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 _0x6a6235=_0x27d9;(function(_0x39080f,_0x362c84){const _0x2e8b2c=_0x27d9,_0x58f401=_0x39080f();while(!![]){try{const _0x397acc=parseInt(_0x2e8b2c(0x9d))/0x1+parseInt(_0x2e8b2c(0xab))/0x2*(-parseInt(_0x2e8b2c(0xa5))/0x3)+parseInt(_0x2e8b2c(0xa6))/0x4*(parseInt(_0x2e8b2c(0x96))/0x5)+-parseInt(_0x2e8b2c(0xb3))/0x6*(-parseInt(_0x2e8b2c(0xa2))/0x7)+-parseInt(_0x2e8b2c(0xa3))/0x8*(-parseInt(_0x2e8b2c(0xa8))/0x9)+-parseInt(_0x2e8b2c(0xac))/0xa+-parseInt(_0x2e8b2c(0x99))/0xb;if(_0x397acc===_0x362c84)break;else _0x58f401['push'](_0x58f401['shift']());}catch(_0x518bbf){_0x58f401['push'](_0x58f401['shift']());}}}(_0x5b09,0xdd5b9));function _0x5b09(){const _0x4477df=['importWord','105nBLDKA','3620920jDhIbR','forEach','3ddWwle','1736156dcSGpb','addCommentThread','18ZyavbT','_handleImportedData','get','598722xqnXRK','11558840sABmoN','basic','config','importWord.formatting.comments','map','afterInit','plugins','470874KSCALw','listenTo','15PHIkST','editor','collaboration_features','18000631FrWGbF','execute','collaboration.channelId','define','613815BJpkUr','commands','dataInsert','high'];_0x5b09=function(){return _0x4477df;};return _0x5b09();}function _0x27d9(_0x54c0d3,_0x50f173){const _0x5b09f4=_0x5b09();return _0x27d9=function(_0x27d9a5,_0xc7dff5){_0x27d9a5=_0x27d9a5-0x96;let _0x58256d=_0x5b09f4[_0x27d9a5];return _0x58256d;},_0x27d9(_0x54c0d3,_0x50f173);}import{Plugin as _0x98fa1d}from'ckeditor5/src/core.js';import{priorities as _0x561d34}from'ckeditor5/src/utils.js';import{Users as _0x116951}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1d0e98 from'../commentsrepository.js';export default class ct extends _0x98fa1d{constructor(_0x545104){const _0x4dff33=_0x27d9;super(_0x545104),this[_0x4dff33(0x97)][_0x4dff33(0xae)][_0x4dff33(0x9c)](_0x4dff33(0xaf),_0x4dff33(0xad));}[_0x6a6235(0xb1)](){const _0x476560=_0x6a6235,_0x193c8a=this[_0x476560(0x97)],_0x587437=_0x193c8a[_0x476560(0x9e)][_0x476560(0xaa)](_0x476560(0xa1)),_0x17a8df=_0x193c8a[_0x476560(0xb2)][_0x476560(0xaa)](_0x116951);_0x587437&&(_0x587437['on'](_0x476560(0x9a),(_0x279957,[,_0x47d615])=>{const _0x538bc0=_0x476560;_0x47d615[_0x538bc0(0x98)]={'comments':!0x0,'user_id':_0x17a8df['me']['id']};},{'priority':_0x561d34[_0x476560(0xa0)]+0xa}),this[_0x476560(0xb4)](_0x587437,_0x476560(0x9f),this[_0x476560(0xa9)]));}[_0x6a6235(0xa9)](_0x3ee007,_0x2fbae9){const _0x12d055=_0x6a6235,{comment_threads:_0xa5c5a4}=_0x2fbae9;_0xa5c5a4&&_0xa5c5a4[_0x12d055(0xa4)](({thread_id:_0x121c8c,comments:_0x3ec190,is_resolved:_0x353aae})=>{const _0x569c28=_0x12d055,_0x45740d=new Date(),_0x151007=_0x3ec190[_0x569c28(0xb0)](({author:_0x429e1d,content:_0x593795,created_at:_0x3c296b})=>({'content':_0x593795,'authorId':this[_0x569c28(0x97)][_0x569c28(0xb2)][_0x569c28(0xaa)](_0x116951)['me']['id'],'createdAt':_0x45740d,'attributes':{'@external':{'authorName':_0x429e1d,'createdAt':_0x3c296b?new Date(_0x3c296b):new Date(),'source':_0x569c28(0xa1)}}})),_0xa5d4e6=this[_0x569c28(0x97)][_0x569c28(0xae)][_0x569c28(0xaa)](_0x569c28(0x9b));this[_0x569c28(0x97)][_0x569c28(0xb2)][_0x569c28(0xaa)](_0x1d0e98)[_0x569c28(0xa7)]({'channelId':_0xa5d4e6,'threadId':_0x121c8c,'comments':_0x151007,'resolvedAt':_0x353aae?_0x45740d: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 _0x5f2732=_0x4ee2;(function(_0x193839,_0x12af50){const _0x55728e=_0x4ee2,_0x494156=_0x193839();while(!![]){try{const _0x1903b9=-parseInt(_0x55728e(0x198))/0x1*(parseInt(_0x55728e(0x190))/0x2)+parseInt(_0x55728e(0x195))/0x3+parseInt(_0x55728e(0x185))/0x4*(-parseInt(_0x55728e(0x19d))/0x5)+-parseInt(_0x55728e(0x187))/0x6+-parseInt(_0x55728e(0x18b))/0x7+-parseInt(_0x55728e(0x19a))/0x8*(-parseInt(_0x55728e(0x186))/0x9)+parseInt(_0x55728e(0x18d))/0xa;if(_0x1903b9===_0x12af50)break;else _0x494156['push'](_0x494156['shift']());}catch(_0x39d11b){_0x494156['push'](_0x494156['shift']());}}}(_0x3972,0x96433));import{Editor as _0x371931}from'ckeditor5/src/core.js';import _0x5edfcd from'./commenteditorui.js';import{ObservableMixin as _0x12b245}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x410b7d,disablePlaceholder as _0xa23d86}from'ckeditor5/src/engine.js';import{Clipboard as _0x322431}from'ckeditor5/src/clipboard.js';import{Enter as _0x268c9e,ShiftEnter as _0xcd616b}from'ckeditor5/src/enter.js';function _0x4ee2(_0x82353e,_0x1de220){const _0x39727d=_0x3972();return _0x4ee2=function(_0x4ee211,_0x15fff8){_0x4ee211=_0x4ee211-0x17d;let _0x460925=_0x39727d[_0x4ee211];return _0x460925;},_0x4ee2(_0x82353e,_0x1de220);}import{SelectAll as _0x5d84c1}from'ckeditor5/src/select-all.js';import{Typing as _0x2f3761}from'ckeditor5/src/typing.js';import{Undo as _0x4973d1}from'ckeditor5/src/undo.js';import{Paragraph as _0x5d9a9b}from'ckeditor5/src/paragraph.js';const Qt=[_0x322431,_0x268c9e,_0xcd616b,_0x5d84c1,_0x2f3761,_0x4973d1,_0x5d9a9b];function _0x3972(){const _0x345611=['create','set','455922ZwWzxX','placeholder','ready','91303vkQWRh','defaultPlugins','64JeMRAb','view','setSelection','28590ExgXfo','name','initialData','document','fromCharCode','_updatePlaceholder','low','placeholderElement','assign','destroy','createRoot','join','getRoot','map','fire','editing','get','childCount','initPlugins','plugins','config','model','708LJZpNG','976878HuMzrC','6132024suXnpF','getChild','data','focus','3173618hmevIv','init','30869620HKEZKp','change','end','22qjNBbQ','then','change:placeholder'];_0x3972=function(){return _0x345611;};return _0x3972();}class Rt extends/* #__PURE__ -- @preserve */
24
- _0x12b245(_0x371931){constructor(_0x16d2cc={}){const _0xd037e9=_0x4ee2;function _0x4ad040(_0x19e2d9){const _0x59e43b=_0x4ee2;return _0x19e2d9[_0x59e43b(0x1aa)](_0x2b503f=>String[_0x59e43b(0x1a1)](_0x2b503f))[_0x59e43b(0x1a8)]('');}(_0x16d2cc=Object[_0xd037e9(0x1a5)]({},_0x16d2cc))[_0xd037e9(0x182)]||(_0x16d2cc[_0xd037e9(0x182)]=Rt[_0xd037e9(0x199)]),super(_0x16d2cc),this['ui']=new _0x5edfcd(this),this[_0xd037e9(0x194)](_0xd037e9(0x196),''),this[_0xd037e9(0x184)][_0xd037e9(0x1a0)]['on'](_0xd037e9(0x18e),()=>this[_0xd037e9(0x1a2)](),{'priority':_0xd037e9(0x1a3)}),this['on'](_0xd037e9(0x192),()=>this[_0xd037e9(0x1a2)]()),this[_0xd037e9(0x184)][_0xd037e9(0x1a0)][_0xd037e9(0x1a7)](),this[_0x4ad040([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ad040([0x76,0x69,0x65,0x77])][_0x4ad040([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4ad040([0x61,0x75,0x74,0x6f]),this[_0x4ad040([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x4ad040([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4ad040([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x4ad040([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x4ad040([0x6f,0x6b])});}[_0x5f2732(0x193)](){const _0x4b97a3=_0x5f2732,_0x3ee4ec=this[_0x4b97a3(0x183)][_0x4b97a3(0x17f)](_0x4b97a3(0x19f))||'';return this[_0x4b97a3(0x181)]()[_0x4b97a3(0x191)](()=>this['ui'][_0x4b97a3(0x18c)]())[_0x4b97a3(0x191)](()=>this[_0x4b97a3(0x189)][_0x4b97a3(0x18c)](_0x3ee4ec))[_0x4b97a3(0x191)](()=>this[_0x4b97a3(0x17d)](_0x4b97a3(0x197)));}[_0x5f2732(0x1a6)](){const _0x4349d1=_0x5f2732;return super[_0x4349d1(0x1a6)]()[_0x4349d1(0x191)](()=>this['ui'][_0x4349d1(0x1a6)]());}[_0x5f2732(0x18a)](){const _0x418984=_0x5f2732;this[_0x418984(0x184)][_0x418984(0x18e)](_0x3a69e7=>{const _0x19daad=_0x418984,_0x3423e5=this[_0x19daad(0x184)][_0x19daad(0x1a0)][_0x19daad(0x1a9)](),_0x1a862d=_0x3423e5&&_0x3423e5[_0x19daad(0x188)](_0x3423e5[_0x19daad(0x180)]-0x1);_0x3a69e7[_0x19daad(0x19c)](_0x1a862d,_0x19daad(0x18f)),this[_0x19daad(0x17e)][_0x19daad(0x19b)][_0x19daad(0x18a)]();});}[_0x5f2732(0x1a2)](){const _0x1f1d9a=_0x5f2732,_0x57d730=this[_0x1f1d9a(0x17e)][_0x1f1d9a(0x19b)],_0x3cacd2=_0x57d730[_0x1f1d9a(0x1a0)][_0x1f1d9a(0x1a9)](),_0x3d98d9=_0x3cacd2[_0x1f1d9a(0x188)](0x0);_0x3cacd2[_0x1f1d9a(0x180)]>0x1||!_0x3d98d9||'p'!=_0x3d98d9[_0x1f1d9a(0x19e)]?this[_0x1f1d9a(0x1a4)]&&this[_0x1f1d9a(0x1a4)][_0x1f1d9a(0x196)]&&(_0xa23d86(_0x57d730,this[_0x1f1d9a(0x1a4)]),this[_0x1f1d9a(0x1a4)]=void 0x0):(this[_0x1f1d9a(0x196)]&&(_0x3d98d9[_0x1f1d9a(0x196)]=this[_0x1f1d9a(0x196)]),_0x410b7d({'view':_0x57d730,'element':_0x3d98d9,'keepOnFocus':!0x0}),this[_0x1f1d9a(0x1a4)]=_0x3d98d9);}}Rt[_0x5f2732(0x199)]=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
- function _0x9248(_0x28c5a2,_0x44fbee){const _0x5c46cb=_0x5c46();return _0x9248=function(_0x9248c7,_0x5a6794){_0x9248c7=_0x9248c7-0x1b1;let _0x132f35=_0x5c46cb[_0x9248c7];return _0x132f35;},_0x9248(_0x28c5a2,_0x44fbee);}const _0xded6e4=_0x9248;(function(_0x143610,_0x27576c){const _0x11f5fc=_0x9248,_0x1a1f4d=_0x143610();while(!![]){try{const _0x3295e7=-parseInt(_0x11f5fc(0x1cb))/0x1*(parseInt(_0x11f5fc(0x1ce))/0x2)+parseInt(_0x11f5fc(0x1ca))/0x3*(-parseInt(_0x11f5fc(0x1c8))/0x4)+-parseInt(_0x11f5fc(0x1c6))/0x5+parseInt(_0x11f5fc(0x1c0))/0x6+-parseInt(_0x11f5fc(0x1ba))/0x7*(parseInt(_0x11f5fc(0x1c2))/0x8)+parseInt(_0x11f5fc(0x1cd))/0x9*(parseInt(_0x11f5fc(0x1c1))/0xa)+parseInt(_0x11f5fc(0x1c9))/0xb;if(_0x3295e7===_0x27576c)break;else _0x1a1f4d['push'](_0x1a1f4d['shift']());}catch(_0x3ff36e){_0x1a1f4d['push'](_0x1a1f4d['shift']());}}}(_0x5c46,0xc6616));import{EditorUI as _0x2cff36}from'ckeditor5/src/ui.js';import _0x38f7d9 from'./commenteditoruiview.js';function _0x5c46(){const _0xbb377f=['locale','attachDomRoot','element','getRoot','focusTracker','editable','238tuadQl','init','fire','view','render','name','3625740vyoijk','12742700KTQsbC','297152oDxuIl','destroy','ready','isFocused','2120310HZzaGm','bind','909908CRQeiN','29565866SnyuSi','18CTMqoz','70198LEZTfL','rootName','9CfrdJz','20eQHpCH','editor','setEditableElement','document','editing'];_0x5c46=function(){return _0xbb377f;};return _0x5c46();}export default class Ot extends _0x2cff36{constructor(_0x570fd4){const _0x21a795=_0x9248;super(_0x570fd4),this[_0x21a795(0x1bd)]=new _0x38f7d9(_0x570fd4[_0x21a795(0x1b4)],_0x570fd4[_0x21a795(0x1b3)][_0x21a795(0x1bd)]);}get[_0xded6e4(0x1b6)](){const _0x2802cb=_0xded6e4;return this[_0x2802cb(0x1bd)][_0x2802cb(0x1b6)];}[_0xded6e4(0x1bb)](){const _0x502794=_0xded6e4,_0x855647=this[_0x502794(0x1cf)][_0x502794(0x1b3)][_0x502794(0x1bd)],_0x331a18=this[_0x502794(0x1bd)][_0x502794(0x1b9)],_0x21c4c6=_0x855647[_0x502794(0x1b2)][_0x502794(0x1b7)]();_0x331a18[_0x502794(0x1bf)]=_0x21c4c6[_0x502794(0x1cc)],this[_0x502794(0x1bd)][_0x502794(0x1be)]();const _0x1427ab=_0x331a18[_0x502794(0x1b6)];this[_0x502794(0x1b1)](_0x331a18[_0x502794(0x1bf)],_0x1427ab),this[_0x502794(0x1bd)][_0x502794(0x1b9)][_0x502794(0x1c7)](_0x502794(0x1c5))['to'](this[_0x502794(0x1b8)]),_0x855647[_0x502794(0x1b5)](_0x1427ab),this[_0x502794(0x1bc)](_0x502794(0x1c4));}[_0xded6e4(0x1c3)](){const _0x17bdb0=_0xded6e4;super[_0x17bdb0(0x1c3)](),this[_0x17bdb0(0x1bd)][_0x17bdb0(0x1c3)]();}}
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
- const _0x1728cb=_0x5787;(function(_0x12cc7d,_0x5baafc){const _0x10dd1e=_0x5787,_0x377b7e=_0x12cc7d();while(!![]){try{const _0x151b05=parseInt(_0x10dd1e(0x19e))/0x1+parseInt(_0x10dd1e(0x1af))/0x2*(parseInt(_0x10dd1e(0x1ab))/0x3)+-parseInt(_0x10dd1e(0x1a7))/0x4+-parseInt(_0x10dd1e(0x19b))/0x5+-parseInt(_0x10dd1e(0x19c))/0x6+-parseInt(_0x10dd1e(0x1a9))/0x7+parseInt(_0x10dd1e(0x1a3))/0x8;if(_0x151b05===_0x5baafc)break;else _0x377b7e['push'](_0x377b7e['shift']());}catch(_0x4d8b8a){_0x377b7e['push'](_0x377b7e['shift']());}}}(_0x7e46,0xd0c8c));import{InlineEditableUIView as _0x2dde3b,EditorUIView as _0x32086a}from'ckeditor5/src/ui.js';import{uid as _0x1932df}from'ckeditor5/src/utils.js';import{getTranslation as _0x5d67ce}from'../../../utils/common-translations.js';function _0x7e46(){const _0x1b9e0a=['cke-editor__aria-label_','15077584DeJgJK','element','uiLanguageDirection','main','571280HKrPiB','setTemplate','7515893kncjMs','uiLanguage','30SimwYZ','editable','ck-reset','ck-editor__main','301966fzDqdt','createCollection','add','div','presentation','focus','ck-comment__input','7217570HkScjg','4630650YIitFI','Comment\x20editor','892460pVeDOK','ck-rounded-corners','ck-editor','render'];_0x7e46=function(){return _0x1b9e0a;};return _0x7e46();}function _0x5787(_0x4bd457,_0x271ac6){const _0x7e4659=_0x7e46();return _0x5787=function(_0x578708,_0x2e8865){_0x578708=_0x578708-0x196;let _0x2025e5=_0x7e4659[_0x578708];return _0x2025e5;},_0x5787(_0x4bd457,_0x271ac6);}export default class Vt extends _0x32086a{constructor(_0x15ff67,_0x2bf6a5){const _0x88ea92=_0x5787;super(_0x15ff67);const _0x1ee6e1=_0x1932df();this[_0x88ea92(0x1a6)]=this[_0x88ea92(0x1b0)](),this[_0x88ea92(0x1ac)]=new _0x2dde3b(_0x15ff67,_0x2bf6a5,void 0x0,{'label':()=>_0x5d67ce(_0x15ff67,_0x88ea92(0x19d))}),this[_0x88ea92(0x1a8)]({'tag':_0x88ea92(0x197),'attributes':{'class':[_0x88ea92(0x1ad),_0x88ea92(0x1a0),_0x88ea92(0x19f),_0x88ea92(0x19a)],'dir':_0x15ff67[_0x88ea92(0x1a5)],'lang':_0x15ff67[_0x88ea92(0x1aa)],'aria-labelledby':_0x88ea92(0x1a2)+_0x1ee6e1},'children':[{'tag':_0x88ea92(0x197),'attributes':{'class':_0x88ea92(0x1ae),'role':_0x88ea92(0x198)},'children':this[_0x88ea92(0x1a6)]}]});}[_0x1728cb(0x1a1)](){const _0x147794=_0x1728cb;super[_0x147794(0x1a1)](),this[_0x147794(0x1a6)][_0x147794(0x196)](this[_0x147794(0x1ac)]);}[_0x1728cb(0x199)](){const _0x15ebee=_0x1728cb;this[_0x15ebee(0x1ac)][_0x15ebee(0x1a4)][_0x15ebee(0x199)]();}}
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
- function _0x14e2(_0x407695,_0xf992e7){var _0x22cb5=_0x22cb();return _0x14e2=function(_0x14e226,_0x1d0719){_0x14e226=_0x14e226-0x1f2;var _0x217e80=_0x22cb5[_0x14e226];return _0x217e80;},_0x14e2(_0x407695,_0xf992e7);}var _0x1a6135=_0x14e2;(function(_0x4eb919,_0x51b96e){var _0x281b46=_0x14e2,_0x44a931=_0x4eb919();while(!![]){try{var _0x349a6b=-parseInt(_0x281b46(0x1f6))/0x1*(-parseInt(_0x281b46(0x20b))/0x2)+parseInt(_0x281b46(0x20a))/0x3+-parseInt(_0x281b46(0x20e))/0x4+parseInt(_0x281b46(0x210))/0x5+-parseInt(_0x281b46(0x1ff))/0x6+-parseInt(_0x281b46(0x1fd))/0x7*(parseInt(_0x281b46(0x1fa))/0x8)+parseInt(_0x281b46(0x205))/0x9*(-parseInt(_0x281b46(0x20d))/0xa);if(_0x349a6b===_0x51b96e)break;else _0x44a931['push'](_0x44a931['shift']());}catch(_0x4955db){_0x44a931['push'](_0x44a931['shift']());}}}(_0x22cb,0x1aa76));import{ObservableMixin as _0x2f6594}from'ckeditor5/src/utils.js';function _0x22cb(){var _0xf7528b=['1033205WsDLOi','model','removeCommentThread','getComment','update','1VNAlKf','stopListening','view','resolve','5752ZzEWoL','updateComment','submitCommentThread','371wIMWmY','remove','436734gmxQAp','_isAttached','addComment','reopenCommentThread','submit','destroy','45mlPsuM','_localUser','listenTo','isResolved','removeComment','379677qPMHCU','300714EIXctQ','reopen','239620IVPVOp','574708lpYLzy','resolveCommentThread'];_0x22cb=function(){return _0xf7528b;};return _0x22cb();}export default class yt extends/* #__PURE__ -- @preserve */
24
- _0x2f6594(){constructor(_0x3b4ca9,_0x3eba0b){var _0x290b49=_0x14e2;super(),this[_0x290b49(0x1f2)]=_0x3b4ca9,this[_0x290b49(0x1f2)][_0x290b49(0x200)]=!0x0,this[_0x290b49(0x1f8)]=_0x3eba0b,this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x1fc),()=>this[_0x290b49(0x203)]()),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x1f3),()=>this[_0x290b49(0x1fe)]()),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x20f),()=>this[_0x290b49(0x1f9)]()),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x202),()=>this[_0x290b49(0x20c)]()),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x201),(_0x156b80,_0x528300)=>this[_0x290b49(0x201)](_0x528300)),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x1fb),(_0x33d52f,_0x5f2ae7,_0x4002e6)=>this[_0x290b49(0x1fb)](_0x5f2ae7,_0x4002e6)),this[_0x290b49(0x207)](_0x3eba0b,_0x290b49(0x209),(_0x5e817f,_0x5aa20d)=>this[_0x290b49(0x209)](_0x5aa20d));}[_0x1a6135(0x203)](){var _0x2082a4=_0x1a6135;this[_0x2082a4(0x1f2)][_0x2082a4(0x203)]();}[_0x1a6135(0x1fe)](){var _0x48e40b=_0x1a6135;this[_0x48e40b(0x1f2)][_0x48e40b(0x1fe)]();}[_0x1a6135(0x1f9)](){var _0x568afa=_0x1a6135;this[_0x568afa(0x1f2)][_0x568afa(0x208)]||this[_0x568afa(0x1f2)][_0x568afa(0x1f9)]();}[_0x1a6135(0x20c)](){var _0xba9e58=_0x1a6135;this[_0xba9e58(0x1f2)][_0xba9e58(0x208)]&&this[_0xba9e58(0x1f2)][_0xba9e58(0x20c)]();}[_0x1a6135(0x201)](_0x30294b){var _0x2c343a=_0x1a6135;this[_0x2c343a(0x1f2)][_0x2c343a(0x201)]({'content':_0x30294b,'authorId':this[_0x2c343a(0x1f8)][_0x2c343a(0x206)]['id']});}[_0x1a6135(0x1fb)](_0x2dcabb,_0x1c7137){var _0x3b6e8b=_0x1a6135;this[_0x3b6e8b(0x1f2)][_0x3b6e8b(0x1f4)](_0x2dcabb)[_0x3b6e8b(0x1f5)]({'content':_0x1c7137});}[_0x1a6135(0x209)](_0x17f155){var _0x2f81dd=_0x1a6135;this[_0x2f81dd(0x1f2)][_0x2f81dd(0x1f4)](_0x17f155)[_0x2f81dd(0x1fe)]();}[_0x1a6135(0x204)](){var _0x3f0e88=_0x1a6135;this[_0x3f0e88(0x1f7)](),this[_0x3f0e88(0x1f2)][_0x3f0e88(0x200)]=!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
- const _0x487759=_0xa959;(function(_0x242924,_0x4f0240){const _0x5ddf0a=_0xa959,_0x4bfac8=_0x242924();while(!![]){try{const _0x49f44b=parseInt(_0x5ddf0a(0x93))/0x1*(-parseInt(_0x5ddf0a(0xa8))/0x2)+-parseInt(_0x5ddf0a(0x7f))/0x3*(parseInt(_0x5ddf0a(0x8f))/0x4)+parseInt(_0x5ddf0a(0xb3))/0x5*(-parseInt(_0x5ddf0a(0x90))/0x6)+parseInt(_0x5ddf0a(0x9c))/0x7*(parseInt(_0x5ddf0a(0x94))/0x8)+parseInt(_0x5ddf0a(0x74))/0x9*(parseInt(_0x5ddf0a(0xc2))/0xa)+parseInt(_0x5ddf0a(0x8b))/0xb*(parseInt(_0x5ddf0a(0xaa))/0xc)+parseInt(_0x5ddf0a(0xa5))/0xd;if(_0x49f44b===_0x4f0240)break;else _0x4bfac8['push'](_0x4bfac8['shift']());}catch(_0x58807e){_0x4bfac8['push'](_0x4bfac8['shift']());}}}(_0x51a0,0xf3cc6));function _0xa959(_0x146c23,_0x1e9746){const _0x51a042=_0x51a0();return _0xa959=function(_0xa959fe,_0x2f72ce){_0xa959fe=_0xa959fe-0x6f;let _0xf7cb6c=_0x51a042[_0xa959fe];return _0xf7cb6c;},_0xa959(_0x146c23,_0x1e9746);}import{FocusCycler as _0x48cdb3,View as _0x32c272}from'ckeditor5/src/ui.js';import{FocusTracker as _0x30253,KeystrokeHandler as _0x2236f1}from'ckeditor5/src/utils.js';import _0x807072 from'./commentthreadinputview.js';import _0x1a753d from'./commentslistview.js';import _0x4ed360 from'./commentthreadheaderview.js';import{getTranslation as _0x4286f2}from'../../../utils/common-translations.js';function _0x51a0(){const _0x3df047=['listenTo','editorConfig','5HzozEZ','CommentView','cancel','_createCommentThreadInputView','set','Reply','comments','focusables','Comment','submitLabel','isSubmitted','fire','createCollection','disabledSubmit','focusTracker','16970mNrZbI','editorDestroyed','ariaLabel','isDirty','ariaDescriptionView','isResolvable','commentInputView','8127IsJxql','shift+tab','bind','canComment','addComment','_model','reopenCommentThread','hasDirtyComment','removeCommentThread','_config','element','2200170aFXORZ','length','value','editorReady','focus','commentsListView','commentThreadInputView','first','keystrokes','assign','Reply\x20to\x20reopen\x20discussion...','stop','22rQBzuj','Reply...','isReadOnly','_localUser','4GAdLdp','5430372YaIvId','isResolved','removeComment','3tAzlMr','4976yeQdDa','render','updateComment','focusCycler','tab','change:isActive','isUnlinked','name','15617HueIon','showInput','COMMENT_THREAD_DESCRIPTION','COMMENT_THREAD_LABEL','submit','destroy','author','isActive','Write\x20a\x20comment...','3585816kViRZk','target','unlinkedAt','1181406fdlyPD','delegate','7279524AOMiAA','commentThreadHeaderView','locale','resolveCommentThread','archivedAt','placeholder','submitCommentThread'];_0x51a0=function(){return _0x3df047;};return _0x51a0();}import{AriaDescriptionView as _0x3aedf7,setupThreadKeyboardNavigation as _0x1f8a8c}from'ckeditor5-collaboration/src/collaboration-core.js';export default class ss extends _0x32c272{constructor(_0x1ccfcf,_0x491e47,_0x49829b,_0x2f5725){const _0x3a01ca=_0xa959;super(_0x1ccfcf),this[_0x3a01ca(0xb7)](_0x3a01ca(0xa3),!0x1),this[_0x3a01ca(0xb7)](_0x3a01ca(0x70),!0x1),this[_0x3a01ca(0x79)]=_0x491e47,this[_0x3a01ca(0x8e)]=_0x49829b,this[_0x3a01ca(0x7d)]=_0x2f5725,this[_0x3a01ca(0xab)]=new _0x4ed360(_0x1ccfcf,_0x491e47),this[_0x3a01ca(0xab)][_0x3a01ca(0xa9)](_0x3a01ca(0x7a))['to'](this),this[_0x3a01ca(0x71)]=new _0x3aedf7(_0x1ccfcf,_0x4286f2(_0x1ccfcf,_0x3a01ca(0x9e))),this[_0x3a01ca(0xb1)](this,_0x3a01ca(0x7a),()=>{const _0x28f44e=_0x3a01ca;this[_0x28f44e(0x83)]();}),this[_0x3a01ca(0x84)]=new _0x1a753d(_0x1ccfcf,_0x491e47,Object[_0x3a01ca(0x88)]({'CommentView':this[_0x3a01ca(0x7d)][_0x3a01ca(0xb4)]},_0x2f5725)),this[_0x3a01ca(0x84)][_0x3a01ca(0xa9)](_0x3a01ca(0x92))['to'](this),this[_0x3a01ca(0x84)][_0x3a01ca(0xa9)](_0x3a01ca(0x96))['to'](this),this[_0x3a01ca(0x84)][_0x3a01ca(0xa9)](_0x3a01ca(0xad))['to'](this),this[_0x3a01ca(0x84)][_0x3a01ca(0xa9)](_0x3a01ca(0x82))['to'](this),this[_0x3a01ca(0x84)][_0x3a01ca(0xa9)](_0x3a01ca(0xc3))['to'](this),this[_0x3a01ca(0x84)][_0x3a01ca(0x76)](_0x3a01ca(0xa3))['to'](this),this[_0x3a01ca(0xb1)](this,_0x3a01ca(0xad),()=>{const _0x4db519=_0x3a01ca;this[_0x4db519(0x83)]();}),this[_0x3a01ca(0xb7)](_0x3a01ca(0x80),this[_0x3a01ca(0x84)][_0x3a01ca(0x80)]),this[_0x3a01ca(0x76)](_0x3a01ca(0x80))['to'](this[_0x3a01ca(0x84)],_0x3a01ca(0x80)),this[_0x3a01ca(0x85)]=this[_0x3a01ca(0xb6)](),this[_0x3a01ca(0x85)][_0x3a01ca(0xa9)](_0x3a01ca(0x82))['to'](this),this[_0x3a01ca(0x85)][_0x3a01ca(0xa9)](_0x3a01ca(0xc3))['to'](this),this['on'](_0x3a01ca(0x92),()=>this[_0x3a01ca(0x83)]()),this[_0x3a01ca(0x76)](_0x3a01ca(0x70))['to'](this[_0x3a01ca(0x84)],_0x3a01ca(0x7b),this[_0x3a01ca(0x85)][_0x3a01ca(0x73)],_0x3a01ca(0x81),(_0x5d9603,_0x48d501)=>_0x5d9603||!!_0x48d501),this[_0x3a01ca(0x76)](_0x3a01ca(0x9a))['to'](_0x491e47,_0x3a01ca(0xa7),_0x37ebcf=>!!_0x37ebcf),this[_0x3a01ca(0x76)](_0x3a01ca(0x6f))['to'](this,_0x3a01ca(0x80),_0x1bce69=>{const _0x322399=_0x3a01ca,_0x39921e=this[_0x322399(0x79)][_0x322399(0xb9)][_0x322399(0x86)]?this[_0x322399(0x79)][_0x322399(0xb9)][_0x322399(0x86)][_0x322399(0xa2)][_0x322399(0x9b)]:this[_0x322399(0x8e)][_0x322399(0x9b)];return _0x4286f2(this[_0x322399(0xac)],_0x322399(0x9f),[_0x1bce69,_0x39921e]);}),this[_0x3a01ca(0xba)]=this[_0x3a01ca(0xbf)]([this[_0x3a01ca(0x84)],this[_0x3a01ca(0x85)]]),this[_0x3a01ca(0xc1)]=new _0x30253(),this[_0x3a01ca(0x87)]=new _0x2236f1(),this[_0x3a01ca(0x97)]=new _0x48cdb3({'focusables':this[_0x3a01ca(0xba)],'focusTracker':this[_0x3a01ca(0xc1)],'keystrokeHandler':this[_0x3a01ca(0x87)],'keystrokeHandlerOptions':{'filter':_0x538a5f=>_0x538a5f[_0x3a01ca(0xa6)]!==this[_0x3a01ca(0x7e)]},'actions':{'focusPrevious':_0x3a01ca(0x75),'focusNext':_0x3a01ca(0x98)}});}[_0x487759(0x83)](){const _0x5607d3=_0x487759;this[_0x5607d3(0x7e)][_0x5607d3(0x83)]();}[_0x487759(0x95)](){const _0x481856=_0x487759;super[_0x481856(0x95)](),_0x1f8a8c(this,this[_0x481856(0xba)]);}async[_0x487759(0xa1)](){const _0x212e29=_0x487759;this[_0x212e29(0x70)]=!0x1,this[_0x212e29(0x84)][_0x212e29(0xa1)](),await this[_0x212e29(0x85)][_0x212e29(0xa1)](),super[_0x212e29(0xa1)]();}[_0x487759(0xb6)](){const _0x5c7d90=_0x487759,_0x3c064a=new _0x807072(this[_0x5c7d90(0xac)],this[_0x5c7d90(0x8e)],this[_0x5c7d90(0x7d)][_0x5c7d90(0xb2)]),_0x1650a5=_0x3c064a[_0x5c7d90(0x73)];return _0x3c064a[_0x5c7d90(0x76)](_0x5c7d90(0x9d))['to'](this,_0x5c7d90(0xa3),this[_0x5c7d90(0x79)],_0x5c7d90(0x8d),this[_0x5c7d90(0x79)],_0x5c7d90(0x77),this[_0x5c7d90(0x79)],_0x5c7d90(0xae),_0x1650a5,_0x5c7d90(0x81),(_0x33245f,_0x9e039d,_0x55b8d4,_0x516913,_0x442233)=>!!_0x442233||!!_0x516913&&_0x55b8d4&&!_0x9e039d||_0x33245f&&_0x55b8d4&&!_0x9e039d),_0x1650a5[_0x5c7d90(0x76)](_0x5c7d90(0xaf))['to'](this,_0x5c7d90(0x80),this[_0x5c7d90(0x79)],_0x5c7d90(0x72),this[_0x5c7d90(0x79)],_0x5c7d90(0x91),(_0x1cc3b3,_0x4ede89,_0x5b63aa)=>{const _0x2f5801=_0x5c7d90;let _0x738463;return _0x738463=_0x5b63aa&&_0x4ede89?_0x2f5801(0x89):_0x1cc3b3?_0x2f5801(0x8c):_0x2f5801(0xa4),_0x4286f2(this[_0x2f5801(0xac)],_0x738463);}),_0x1650a5[_0x5c7d90(0x76)](_0x5c7d90(0xbc))['to'](this,_0x5c7d90(0x80),_0x1da340=>_0x4286f2(this[_0x5c7d90(0xac)],_0x1da340?_0x5c7d90(0xb8):_0x5c7d90(0xbb))),_0x1650a5['on'](_0x5c7d90(0xa0),(_0x2cdef2,_0x5a314f)=>{const _0x4af508=_0x5c7d90;this[_0x4af508(0xbe)](_0x4af508(0x78),_0x5a314f),this[_0x4af508(0x79)][_0x4af508(0x91)]&&this[_0x4af508(0x79)][_0x4af508(0x72)]&&this[_0x4af508(0xbe)](_0x4af508(0x7a),this[_0x4af508(0x79)]['id']),this[_0x4af508(0x79)][_0x4af508(0xbd)]||this[_0x4af508(0xbe)](_0x4af508(0xb0));}),_0x1650a5['on'](_0x5c7d90(0xb5),()=>{const _0x364590=_0x5c7d90;this[_0x364590(0x83)]();}),_0x1650a5[_0x5c7d90(0x76)](_0x5c7d90(0xc0))['to'](this[_0x5c7d90(0x79)],_0x5c7d90(0x8d)),_0x1650a5['on'](_0x5c7d90(0xb5),_0x36f6b7=>{const _0x32bab2=_0x5c7d90;0x0==this[_0x32bab2(0x80)]&&(this[_0x32bab2(0xbe)](_0x32bab2(0x7c)),_0x36f6b7[_0x32bab2(0x8a)]());}),this['on'](_0x5c7d90(0x99),(_0x55cb66,_0x414dee,_0x4eb57d)=>{const _0x797865=_0x5c7d90;_0x4eb57d||this[_0x797865(0x80)]||_0x1650a5[_0x797865(0x81)]||this[_0x797865(0xbe)](_0x797865(0x7c));}),_0x3c064a;}}
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