@ckeditor/ckeditor5-track-changes 47.6.1 → 48.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. package/LICENSE.md +1 -1
  2. package/ckeditor5-metadata.json +36 -36
  3. package/{src → dist}/augmentation.d.ts +1 -1
  4. package/{src → dist}/commands/acceptsuggestioncommand.d.ts +1 -1
  5. package/{src → dist}/commands/discardsuggestioncommand.d.ts +1 -1
  6. package/{src → dist}/commands/executeonallsuggestionscommand.d.ts +1 -1
  7. package/{src → dist}/commands/executeonselectedsuggestionscommand.d.ts +1 -1
  8. package/{src → dist}/commands/previewfinalcontentcommand.d.ts +1 -1
  9. package/{src → dist}/commands/trackchangescommand.d.ts +1 -1
  10. package/dist/index-editor.css +6 -6
  11. package/dist/index.css +6 -17
  12. package/dist/index.js +4 -4
  13. package/{src → dist}/integrations/ai.d.ts +1 -1
  14. package/{src → dist}/integrations/aiassistant.d.ts +1 -1
  15. package/{src → dist}/integrations/aiquickactions.d.ts +1 -1
  16. package/{src → dist}/integrations/alignment.d.ts +1 -1
  17. package/{src → dist}/integrations/basicstyles.d.ts +1 -1
  18. package/{src → dist}/integrations/blockquote.d.ts +1 -1
  19. package/{src → dist}/integrations/bookmark.d.ts +1 -1
  20. package/{src → dist}/integrations/casechange.d.ts +1 -1
  21. package/{src → dist}/integrations/ckbox.d.ts +1 -1
  22. package/{src → dist}/integrations/codeblock.d.ts +1 -1
  23. package/{src → dist}/integrations/comments.d.ts +1 -1
  24. package/{src → dist}/integrations/deletecommand.d.ts +2 -2
  25. package/{src → dist}/integrations/emoji.d.ts +1 -1
  26. package/{src → dist}/integrations/entercommand.d.ts +2 -2
  27. package/{src → dist}/integrations/findandreplace.d.ts +1 -1
  28. package/{src → dist}/integrations/font.d.ts +1 -1
  29. package/{src → dist}/integrations/footnotes.d.ts +1 -1
  30. package/{src → dist}/integrations/formatpainter.d.ts +1 -1
  31. package/{src → dist}/integrations/heading.d.ts +1 -1
  32. package/{src → dist}/integrations/highlight.d.ts +1 -1
  33. package/{src → dist}/integrations/horizontalline.d.ts +1 -1
  34. package/{src → dist}/integrations/htmlembed.d.ts +1 -1
  35. package/{src → dist}/integrations/image.d.ts +1 -1
  36. package/{src → dist}/integrations/imagereplace.d.ts +1 -1
  37. package/{src → dist}/integrations/imagestyle.d.ts +1 -1
  38. package/{src → dist}/integrations/importword.d.ts +1 -1
  39. package/{src → dist}/integrations/indent.d.ts +1 -1
  40. package/{src → dist}/integrations/inputcommand.d.ts +2 -2
  41. package/{src → dist}/integrations/legacylist.d.ts +1 -1
  42. package/{src → dist}/integrations/legacylistproperties.d.ts +1 -1
  43. package/{src → dist}/integrations/lineheight.d.ts +1 -1
  44. package/{src → dist}/integrations/link.d.ts +1 -1
  45. package/{src → dist}/integrations/list.d.ts +1 -1
  46. package/{src → dist}/integrations/listproperties.d.ts +1 -1
  47. package/{src → dist}/integrations/mediaembed.d.ts +1 -1
  48. package/{src → dist}/integrations/mention.d.ts +1 -1
  49. package/{src → dist}/integrations/mergefields.d.ts +1 -1
  50. package/{src → dist}/integrations/multilevellist.d.ts +1 -1
  51. package/{src → dist}/integrations/pagebreak.d.ts +1 -1
  52. package/{src → dist}/integrations/paragraph.d.ts +1 -1
  53. package/{src → dist}/integrations/removeformat.d.ts +1 -1
  54. package/{src → dist}/integrations/replacesourcecommand.d.ts +1 -1
  55. package/{src → dist}/integrations/restrictededitingmode.d.ts +1 -1
  56. package/{src → dist}/integrations/shiftentercommand.d.ts +1 -1
  57. package/{src → dist}/integrations/standardeditingmode.d.ts +1 -1
  58. package/{src → dist}/integrations/style.d.ts +1 -1
  59. package/{src → dist}/integrations/table.d.ts +1 -1
  60. package/{src → dist}/integrations/tablecaption.d.ts +1 -1
  61. package/{src → dist}/integrations/tableclipboard.d.ts +1 -1
  62. package/{src → dist}/integrations/tablecolumnresize.d.ts +2 -2
  63. package/dist/integrations/tablefooters.d.ts +22 -0
  64. package/{src → dist}/integrations/tableheadings.d.ts +1 -1
  65. package/{src → dist}/integrations/tablelayout.d.ts +1 -1
  66. package/{src → dist}/integrations/tablemergesplit.d.ts +1 -1
  67. package/{src → dist}/integrations/tableofcontents.d.ts +1 -1
  68. package/{src → dist}/integrations/tableproperties.d.ts +2 -2
  69. package/{src → dist}/integrations/template.d.ts +1 -1
  70. package/{src → dist}/integrations/title.d.ts +1 -1
  71. package/{src → dist}/integrations/undo.d.ts +1 -1
  72. package/{src → dist}/integrations/uploadcare.d.ts +1 -1
  73. package/{src → dist}/integrations/utils.d.ts +1 -1
  74. package/{src → dist}/suggestion.d.ts +4 -4
  75. package/{src → dist}/suggestiondescriptionfactory.d.ts +2 -2
  76. package/{src → dist}/trackchanges.d.ts +4 -3
  77. package/{src → dist}/trackchangesdata.d.ts +1 -1
  78. package/{src → dist}/trackchangesediting.d.ts +6 -12
  79. package/{src → dist}/trackchangespreview.d.ts +2 -2
  80. package/{src → dist}/trackchangesui.d.ts +4 -4
  81. package/dist/translations/af.js +1 -1
  82. package/dist/translations/af.umd.js +1 -1
  83. package/dist/translations/ar.js +1 -1
  84. package/dist/translations/ar.umd.js +1 -1
  85. package/dist/translations/ast.js +1 -1
  86. package/dist/translations/ast.umd.js +1 -1
  87. package/dist/translations/az.js +1 -1
  88. package/dist/translations/az.umd.js +1 -1
  89. package/dist/translations/be.js +1 -1
  90. package/dist/translations/be.umd.js +1 -1
  91. package/dist/translations/bg.js +1 -1
  92. package/dist/translations/bg.umd.js +1 -1
  93. package/dist/translations/bn.js +1 -1
  94. package/dist/translations/bn.umd.js +1 -1
  95. package/dist/translations/bs.js +1 -1
  96. package/dist/translations/bs.umd.js +1 -1
  97. package/dist/translations/ca.js +1 -1
  98. package/dist/translations/ca.umd.js +1 -1
  99. package/dist/translations/cs.js +1 -1
  100. package/dist/translations/cs.umd.js +1 -1
  101. package/dist/translations/da.js +1 -1
  102. package/dist/translations/da.umd.js +1 -1
  103. package/dist/translations/de-ch.js +1 -1
  104. package/dist/translations/de-ch.umd.js +1 -1
  105. package/dist/translations/de.js +1 -1
  106. package/dist/translations/de.umd.js +1 -1
  107. package/dist/translations/el.js +1 -1
  108. package/dist/translations/el.umd.js +1 -1
  109. package/dist/translations/en-au.js +1 -1
  110. package/dist/translations/en-au.umd.js +1 -1
  111. package/dist/translations/en-gb.js +1 -1
  112. package/dist/translations/en-gb.umd.js +1 -1
  113. package/dist/translations/en.js +1 -1
  114. package/dist/translations/en.umd.js +1 -1
  115. package/dist/translations/eo.js +1 -1
  116. package/dist/translations/eo.umd.js +1 -1
  117. package/dist/translations/es-co.js +1 -1
  118. package/dist/translations/es-co.umd.js +1 -1
  119. package/dist/translations/es.js +1 -1
  120. package/dist/translations/es.umd.js +1 -1
  121. package/dist/translations/et.js +1 -1
  122. package/dist/translations/et.umd.js +1 -1
  123. package/dist/translations/eu.js +1 -1
  124. package/dist/translations/eu.umd.js +1 -1
  125. package/dist/translations/fa.js +1 -1
  126. package/dist/translations/fa.umd.js +1 -1
  127. package/dist/translations/fi.js +1 -1
  128. package/dist/translations/fi.umd.js +1 -1
  129. package/dist/translations/fr.js +1 -1
  130. package/dist/translations/fr.umd.js +1 -1
  131. package/dist/translations/gl.js +1 -1
  132. package/dist/translations/gl.umd.js +1 -1
  133. package/dist/translations/gu.js +1 -1
  134. package/dist/translations/gu.umd.js +1 -1
  135. package/dist/translations/he.js +1 -1
  136. package/dist/translations/he.umd.js +1 -1
  137. package/dist/translations/hi.js +1 -1
  138. package/dist/translations/hi.umd.js +1 -1
  139. package/dist/translations/hr.js +1 -1
  140. package/dist/translations/hr.umd.js +1 -1
  141. package/dist/translations/hu.js +1 -1
  142. package/dist/translations/hu.umd.js +1 -1
  143. package/dist/translations/hy.js +1 -1
  144. package/dist/translations/hy.umd.js +1 -1
  145. package/dist/translations/id.js +1 -1
  146. package/dist/translations/id.umd.js +1 -1
  147. package/dist/translations/it.js +1 -1
  148. package/dist/translations/it.umd.js +1 -1
  149. package/dist/translations/ja.js +1 -1
  150. package/dist/translations/ja.umd.js +1 -1
  151. package/dist/translations/jv.js +1 -1
  152. package/dist/translations/jv.umd.js +1 -1
  153. package/dist/translations/kk.js +1 -1
  154. package/dist/translations/kk.umd.js +1 -1
  155. package/dist/translations/km.js +1 -1
  156. package/dist/translations/km.umd.js +1 -1
  157. package/dist/translations/kn.js +1 -1
  158. package/dist/translations/kn.umd.js +1 -1
  159. package/dist/translations/ko.js +1 -1
  160. package/dist/translations/ko.umd.js +1 -1
  161. package/dist/translations/ku.js +1 -1
  162. package/dist/translations/ku.umd.js +1 -1
  163. package/dist/translations/lt.js +1 -1
  164. package/dist/translations/lt.umd.js +1 -1
  165. package/dist/translations/lv.js +1 -1
  166. package/dist/translations/lv.umd.js +1 -1
  167. package/dist/translations/ms.js +1 -1
  168. package/dist/translations/ms.umd.js +1 -1
  169. package/dist/translations/nb.js +1 -1
  170. package/dist/translations/nb.umd.js +1 -1
  171. package/dist/translations/ne.js +1 -1
  172. package/dist/translations/ne.umd.js +1 -1
  173. package/dist/translations/nl.js +1 -1
  174. package/dist/translations/nl.umd.js +1 -1
  175. package/dist/translations/no.js +1 -1
  176. package/dist/translations/no.umd.js +1 -1
  177. package/dist/translations/oc.js +1 -1
  178. package/dist/translations/oc.umd.js +1 -1
  179. package/dist/translations/pl.js +1 -1
  180. package/dist/translations/pl.umd.js +1 -1
  181. package/dist/translations/pt-br.js +1 -1
  182. package/dist/translations/pt-br.umd.js +1 -1
  183. package/dist/translations/pt.js +1 -1
  184. package/dist/translations/pt.umd.js +1 -1
  185. package/dist/translations/ro.js +1 -1
  186. package/dist/translations/ro.umd.js +1 -1
  187. package/dist/translations/ru.js +1 -1
  188. package/dist/translations/ru.umd.js +1 -1
  189. package/dist/translations/si.js +1 -1
  190. package/dist/translations/si.umd.js +1 -1
  191. package/dist/translations/sk.js +1 -1
  192. package/dist/translations/sk.umd.js +1 -1
  193. package/dist/translations/sl.js +1 -1
  194. package/dist/translations/sl.umd.js +1 -1
  195. package/dist/translations/sq.js +1 -1
  196. package/dist/translations/sq.umd.js +1 -1
  197. package/dist/translations/sr-latn.js +1 -1
  198. package/dist/translations/sr-latn.umd.js +1 -1
  199. package/dist/translations/sr.js +1 -1
  200. package/dist/translations/sr.umd.js +1 -1
  201. package/dist/translations/sv.js +1 -1
  202. package/dist/translations/sv.umd.js +1 -1
  203. package/dist/translations/th.js +1 -1
  204. package/dist/translations/th.umd.js +1 -1
  205. package/dist/translations/ti.js +1 -1
  206. package/dist/translations/ti.umd.js +1 -1
  207. package/dist/translations/tk.js +1 -1
  208. package/dist/translations/tk.umd.js +1 -1
  209. package/dist/translations/tr.js +1 -1
  210. package/dist/translations/tr.umd.js +1 -1
  211. package/dist/translations/tt.js +1 -1
  212. package/dist/translations/tt.umd.js +1 -1
  213. package/dist/translations/ug.js +1 -1
  214. package/dist/translations/ug.umd.js +1 -1
  215. package/dist/translations/uk.js +1 -1
  216. package/dist/translations/uk.umd.js +1 -1
  217. package/dist/translations/ur.js +1 -1
  218. package/dist/translations/ur.umd.js +1 -1
  219. package/dist/translations/uz.js +1 -1
  220. package/dist/translations/uz.umd.js +1 -1
  221. package/dist/translations/vi.js +1 -1
  222. package/dist/translations/vi.umd.js +1 -1
  223. package/dist/translations/zh-cn.js +1 -1
  224. package/dist/translations/zh-cn.umd.js +1 -1
  225. package/dist/translations/zh.js +1 -1
  226. package/dist/translations/zh.umd.js +1 -1
  227. package/{src → dist}/ui/suggestioncontroller.d.ts +3 -3
  228. package/{src → dist}/ui/view/basesuggestionthreadview.d.ts +4 -4
  229. package/{src → dist}/ui/view/suggestionthreadview.d.ts +3 -3
  230. package/{src → dist}/ui/view/suggestionview.d.ts +3 -3
  231. package/{src → dist}/utils/common-translations.d.ts +1 -1
  232. package/{src → dist}/utils/utils.d.ts +2 -2
  233. package/package.json +36 -59
  234. package/build/track-changes.js +0 -5
  235. package/build/translations/af.js +0 -1
  236. package/build/translations/ar.js +0 -1
  237. package/build/translations/ast.js +0 -1
  238. package/build/translations/az.js +0 -1
  239. package/build/translations/be.js +0 -1
  240. package/build/translations/bg.js +0 -1
  241. package/build/translations/bn.js +0 -1
  242. package/build/translations/bs.js +0 -1
  243. package/build/translations/ca.js +0 -1
  244. package/build/translations/cs.js +0 -1
  245. package/build/translations/da.js +0 -1
  246. package/build/translations/de-ch.js +0 -1
  247. package/build/translations/de.js +0 -1
  248. package/build/translations/el.js +0 -1
  249. package/build/translations/en-au.js +0 -1
  250. package/build/translations/en-gb.js +0 -1
  251. package/build/translations/eo.js +0 -1
  252. package/build/translations/es-co.js +0 -1
  253. package/build/translations/es.js +0 -1
  254. package/build/translations/et.js +0 -1
  255. package/build/translations/eu.js +0 -1
  256. package/build/translations/fa.js +0 -1
  257. package/build/translations/fi.js +0 -1
  258. package/build/translations/fr.js +0 -1
  259. package/build/translations/gl.js +0 -1
  260. package/build/translations/gu.js +0 -1
  261. package/build/translations/he.js +0 -1
  262. package/build/translations/hi.js +0 -1
  263. package/build/translations/hr.js +0 -1
  264. package/build/translations/hu.js +0 -1
  265. package/build/translations/hy.js +0 -1
  266. package/build/translations/id.js +0 -1
  267. package/build/translations/it.js +0 -1
  268. package/build/translations/ja.js +0 -1
  269. package/build/translations/jv.js +0 -1
  270. package/build/translations/kk.js +0 -1
  271. package/build/translations/km.js +0 -1
  272. package/build/translations/kn.js +0 -1
  273. package/build/translations/ko.js +0 -1
  274. package/build/translations/ku.js +0 -1
  275. package/build/translations/lt.js +0 -1
  276. package/build/translations/lv.js +0 -1
  277. package/build/translations/ms.js +0 -1
  278. package/build/translations/nb.js +0 -1
  279. package/build/translations/ne.js +0 -1
  280. package/build/translations/nl.js +0 -1
  281. package/build/translations/no.js +0 -1
  282. package/build/translations/oc.js +0 -1
  283. package/build/translations/pl.js +0 -1
  284. package/build/translations/pt-br.js +0 -1
  285. package/build/translations/pt.js +0 -1
  286. package/build/translations/ro.js +0 -1
  287. package/build/translations/ru.js +0 -1
  288. package/build/translations/si.js +0 -1
  289. package/build/translations/sk.js +0 -1
  290. package/build/translations/sl.js +0 -1
  291. package/build/translations/sq.js +0 -1
  292. package/build/translations/sr-latn.js +0 -1
  293. package/build/translations/sr.js +0 -1
  294. package/build/translations/sv.js +0 -1
  295. package/build/translations/th.js +0 -1
  296. package/build/translations/ti.js +0 -1
  297. package/build/translations/tk.js +0 -1
  298. package/build/translations/tr.js +0 -1
  299. package/build/translations/tt.js +0 -1
  300. package/build/translations/ug.js +0 -1
  301. package/build/translations/uk.js +0 -1
  302. package/build/translations/ur.js +0 -1
  303. package/build/translations/uz.js +0 -1
  304. package/build/translations/vi.js +0 -1
  305. package/build/translations/zh-cn.js +0 -1
  306. package/build/translations/zh.js +0 -1
  307. package/lang/contexts.json +0 -165
  308. package/lang/translations/af.po +0 -718
  309. package/lang/translations/ar.po +0 -826
  310. package/lang/translations/ast.po +0 -718
  311. package/lang/translations/az.po +0 -718
  312. package/lang/translations/be.po +0 -745
  313. package/lang/translations/bg.po +0 -718
  314. package/lang/translations/bn.po +0 -744
  315. package/lang/translations/bs.po +0 -745
  316. package/lang/translations/ca.po +0 -718
  317. package/lang/translations/cs.po +0 -745
  318. package/lang/translations/da.po +0 -718
  319. package/lang/translations/de-ch.po +0 -718
  320. package/lang/translations/de.po +0 -718
  321. package/lang/translations/el.po +0 -718
  322. package/lang/translations/en-au.po +0 -718
  323. package/lang/translations/en-gb.po +0 -718
  324. package/lang/translations/en.po +0 -718
  325. package/lang/translations/eo.po +0 -718
  326. package/lang/translations/es-co.po +0 -718
  327. package/lang/translations/es.po +0 -718
  328. package/lang/translations/et.po +0 -718
  329. package/lang/translations/eu.po +0 -718
  330. package/lang/translations/fa.po +0 -691
  331. package/lang/translations/fi.po +0 -718
  332. package/lang/translations/fr.po +0 -718
  333. package/lang/translations/gl.po +0 -718
  334. package/lang/translations/gu.po +0 -718
  335. package/lang/translations/he.po +0 -718
  336. package/lang/translations/hi.po +0 -718
  337. package/lang/translations/hr.po +0 -745
  338. package/lang/translations/hu.po +0 -718
  339. package/lang/translations/hy.po +0 -718
  340. package/lang/translations/id.po +0 -691
  341. package/lang/translations/it.po +0 -718
  342. package/lang/translations/ja.po +0 -691
  343. package/lang/translations/jv.po +0 -718
  344. package/lang/translations/kk.po +0 -718
  345. package/lang/translations/km.po +0 -691
  346. package/lang/translations/kn.po +0 -718
  347. package/lang/translations/ko.po +0 -691
  348. package/lang/translations/ku.po +0 -718
  349. package/lang/translations/lt.po +0 -745
  350. package/lang/translations/lv.po +0 -745
  351. package/lang/translations/ms.po +0 -691
  352. package/lang/translations/nb.po +0 -718
  353. package/lang/translations/ne.po +0 -718
  354. package/lang/translations/nl.po +0 -718
  355. package/lang/translations/no.po +0 -718
  356. package/lang/translations/oc.po +0 -718
  357. package/lang/translations/pl.po +0 -745
  358. package/lang/translations/pt-br.po +0 -718
  359. package/lang/translations/pt.po +0 -718
  360. package/lang/translations/ro.po +0 -745
  361. package/lang/translations/ru.po +0 -747
  362. package/lang/translations/si.po +0 -718
  363. package/lang/translations/sk.po +0 -745
  364. package/lang/translations/sl.po +0 -772
  365. package/lang/translations/sq.po +0 -718
  366. package/lang/translations/sr-latn.po +0 -745
  367. package/lang/translations/sr.po +0 -745
  368. package/lang/translations/sv.po +0 -718
  369. package/lang/translations/th.po +0 -691
  370. package/lang/translations/ti.po +0 -718
  371. package/lang/translations/tk.po +0 -718
  372. package/lang/translations/tr.po +0 -718
  373. package/lang/translations/tt.po +0 -691
  374. package/lang/translations/ug.po +0 -691
  375. package/lang/translations/uk.po +0 -745
  376. package/lang/translations/ur.po +0 -718
  377. package/lang/translations/uz.po +0 -718
  378. package/lang/translations/vi.po +0 -691
  379. package/lang/translations/zh-cn.po +0 -691
  380. package/lang/translations/zh.po +0 -691
  381. package/src/augmentation.js +0 -23
  382. package/src/commands/acceptsuggestioncommand.js +0 -23
  383. package/src/commands/discardsuggestioncommand.js +0 -23
  384. package/src/commands/executeonallsuggestionscommand.js +0 -23
  385. package/src/commands/executeonselectedsuggestionscommand.js +0 -23
  386. package/src/commands/previewfinalcontentcommand.js +0 -23
  387. package/src/commands/trackchangescommand.js +0 -23
  388. package/src/index.js +0 -23
  389. package/src/integrations/ai.js +0 -23
  390. package/src/integrations/aiassistant.js +0 -23
  391. package/src/integrations/aiquickactions.js +0 -23
  392. package/src/integrations/alignment.js +0 -23
  393. package/src/integrations/basicstyles.js +0 -23
  394. package/src/integrations/blockquote.js +0 -23
  395. package/src/integrations/bookmark.js +0 -23
  396. package/src/integrations/casechange.js +0 -23
  397. package/src/integrations/ckbox.js +0 -23
  398. package/src/integrations/codeblock.js +0 -23
  399. package/src/integrations/comments.js +0 -23
  400. package/src/integrations/deletecommand.js +0 -23
  401. package/src/integrations/emoji.js +0 -23
  402. package/src/integrations/entercommand.js +0 -23
  403. package/src/integrations/findandreplace.js +0 -23
  404. package/src/integrations/font.js +0 -23
  405. package/src/integrations/footnotes.js +0 -23
  406. package/src/integrations/formatpainter.js +0 -23
  407. package/src/integrations/heading.js +0 -23
  408. package/src/integrations/highlight.js +0 -23
  409. package/src/integrations/horizontalline.js +0 -23
  410. package/src/integrations/htmlembed.js +0 -23
  411. package/src/integrations/image.js +0 -23
  412. package/src/integrations/imagereplace.js +0 -23
  413. package/src/integrations/imagestyle.js +0 -23
  414. package/src/integrations/importword.js +0 -23
  415. package/src/integrations/indent.js +0 -23
  416. package/src/integrations/inputcommand.js +0 -23
  417. package/src/integrations/legacylist.js +0 -23
  418. package/src/integrations/legacylistproperties.js +0 -23
  419. package/src/integrations/lineheight.js +0 -23
  420. package/src/integrations/link.js +0 -23
  421. package/src/integrations/list.js +0 -23
  422. package/src/integrations/listproperties.js +0 -23
  423. package/src/integrations/mediaembed.js +0 -23
  424. package/src/integrations/mention.js +0 -23
  425. package/src/integrations/mergefields.js +0 -23
  426. package/src/integrations/multilevellist.js +0 -23
  427. package/src/integrations/pagebreak.js +0 -23
  428. package/src/integrations/paragraph.js +0 -23
  429. package/src/integrations/removeformat.js +0 -23
  430. package/src/integrations/replacesourcecommand.js +0 -23
  431. package/src/integrations/restrictededitingmode.js +0 -23
  432. package/src/integrations/shiftentercommand.js +0 -23
  433. package/src/integrations/standardeditingmode.js +0 -23
  434. package/src/integrations/style.js +0 -23
  435. package/src/integrations/table.js +0 -23
  436. package/src/integrations/tablecaption.js +0 -23
  437. package/src/integrations/tableclipboard.js +0 -24
  438. package/src/integrations/tablecolumnresize.js +0 -23
  439. package/src/integrations/tableheadings.js +0 -23
  440. package/src/integrations/tablelayout.js +0 -23
  441. package/src/integrations/tablemergesplit.js +0 -23
  442. package/src/integrations/tableofcontents.js +0 -23
  443. package/src/integrations/tableproperties.js +0 -23
  444. package/src/integrations/template.js +0 -23
  445. package/src/integrations/title.js +0 -23
  446. package/src/integrations/undo.js +0 -23
  447. package/src/integrations/uploadcare.js +0 -23
  448. package/src/integrations/utils.js +0 -23
  449. package/src/suggestion.js +0 -24
  450. package/src/suggestiondescriptionfactory.js +0 -23
  451. package/src/trackchanges.js +0 -23
  452. package/src/trackchangesconfig.js +0 -23
  453. package/src/trackchangesdata.js +0 -23
  454. package/src/trackchangesediting.js +0 -23
  455. package/src/trackchangespreview.js +0 -23
  456. package/src/trackchangesui.js +0 -23
  457. package/src/ui/suggestioncontroller.js +0 -24
  458. package/src/ui/view/basesuggestionthreadview.js +0 -23
  459. package/src/ui/view/suggestionthreadview.js +0 -23
  460. package/src/ui/view/suggestionview.js +0 -23
  461. package/src/ui/view/trackchangespreviewview.js +0 -23
  462. package/src/utils/common-translations.js +0 -23
  463. package/src/utils/utils.js +0 -23
  464. package/theme/trackchangespreview.css +0 -22
  465. /package/{src → dist}/index.d.ts +0 -0
  466. /package/{src → dist}/trackchangesconfig.d.ts +0 -0
  467. /package/{src → dist}/ui/view/trackchangespreviewview.d.ts +0 -0
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- export{};
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x2621c7=_0x566e;(function(_0x51096a,_0x2433c1){const _0x5cf89d=_0x566e,_0x188e99=_0x51096a();while(!![]){try{const _0x12434f=-parseInt(_0x5cf89d(0xf4))/0x1*(-parseInt(_0x5cf89d(0xf0))/0x2)+parseInt(_0x5cf89d(0xf9))/0x3*(-parseInt(_0x5cf89d(0xef))/0x4)+-parseInt(_0x5cf89d(0xee))/0x5*(parseInt(_0x5cf89d(0xf5))/0x6)+-parseInt(_0x5cf89d(0xf3))/0x7+parseInt(_0x5cf89d(0xf1))/0x8+-parseInt(_0x5cf89d(0xea))/0x9*(parseInt(_0x5cf89d(0xf8))/0xa)+-parseInt(_0x5cf89d(0xe8))/0xb*(-parseInt(_0x5cf89d(0xf7))/0xc);if(_0x12434f===_0x2433c1)break;else _0x188e99['push'](_0x188e99['shift']());}catch(_0x2e0968){_0x188e99['push'](_0x188e99['shift']());}}}(_0x43a8,0x3db8d));function _0x43a8(){const _0x38d42c=['TrackChangesEditing','2635evFirq','4eFCCeO','146wKvbxR','646576oOqoVb','track-changes-accept-suggestion-not-found','531433ZavfWJ','6323sLSYmW','2658JBdHaz','refresh','2657112bLGgYV','159070nRQGPx','366297xETFgv','getRanges','plugins','_suggestions','execute','model','isEnabled','get','_isEnabledBasedOnSelection','11PZTZjA','acceptSuggestion','45ThBBFW','canEditAt','editor'];_0x43a8=function(){return _0x38d42c;};return _0x43a8();}import{Command as _0x3aa773}from'ckeditor5/src/core.js';function _0x566e(_0x661152,_0x35ac29){const _0x43a829=_0x43a8();return _0x566e=function(_0x566e93,_0xde78b8){_0x566e93=_0x566e93-0xe3;let _0x4f3325=_0x43a829[_0x566e93];return _0x4f3325;},_0x566e(_0x661152,_0x35ac29);}import{CKEditorError as _0x52ed6f}from'ckeditor5/src/utils.js';export class AcceptSuggestionCommand extends _0x3aa773{[_0x2621c7(0xfc)];constructor(_0x133a7c,_0x5e83bd){const _0x5b1c7c=_0x2621c7;super(_0x133a7c),this[_0x5b1c7c(0xfc)]=_0x5e83bd,this[_0x5b1c7c(0xf6)](),this[_0x5b1c7c(0xe7)]=!0x1;}[_0x2621c7(0xf6)](){const _0x5cb689=_0x2621c7;this[_0x5cb689(0xe5)]=!0x0;}[_0x2621c7(0xe3)](_0x4b8f00){const _0x51376a=_0x2621c7,_0x4608f7=this[_0x51376a(0xfc)][_0x51376a(0xe6)](_0x4b8f00);if(!_0x4608f7)throw new _0x52ed6f(_0x51376a(0xf2),this);const _0xbfd3d6=_0x4608f7[_0x51376a(0xfa)]();this[_0x51376a(0xec)][_0x51376a(0xe4)][_0x51376a(0xeb)](_0xbfd3d6)&&this[_0x51376a(0xec)][_0x51376a(0xfb)][_0x51376a(0xe6)](_0x51376a(0xed))[_0x51376a(0xe9)](_0x4608f7);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x3565(){const _0x5f1579=['discardSuggestion','1023692rVxltu','835015WgLTJq','4772106IuRFZB','track-changes-discard-suggestion-not-found','isEnabled','11086MBdJUV','execute','canEditAt','2dSHiLT','refresh','4615597LvXtFF','TrackChangesEditing','get','plugins','8wMfaTm','getRanges','editor','_isEnabledBasedOnSelection','_suggestions','6QukdKr','1831272RMCukO','model','1547800IhUSgu'];_0x3565=function(){return _0x5f1579;};return _0x3565();}const _0x58868e=_0x2642;(function(_0x43913e,_0x131562){const _0x2353f6=_0x2642,_0x5648da=_0x43913e();while(!![]){try{const _0x3bf3d9=-parseInt(_0x2353f6(0x1dd))/0x1*(parseInt(_0x2353f6(0x1f2))/0x2)+parseInt(_0x2353f6(0x1e9))/0x3+parseInt(_0x2353f6(0x1ed))/0x4+-parseInt(_0x2353f6(0x1ee))/0x5+parseInt(_0x2353f6(0x1e8))/0x6*(-parseInt(_0x2353f6(0x1df))/0x7)+parseInt(_0x2353f6(0x1e3))/0x8*(parseInt(_0x2353f6(0x1ef))/0x9)+-parseInt(_0x2353f6(0x1eb))/0xa;if(_0x3bf3d9===_0x131562)break;else _0x5648da['push'](_0x5648da['shift']());}catch(_0x3f1fb9){_0x5648da['push'](_0x5648da['shift']());}}}(_0x3565,0x62b75));function _0x2642(_0x50cc7d,_0x5ef376){const _0x3565fb=_0x3565();return _0x2642=function(_0x264256,_0x5ceaac){_0x264256=_0x264256-0x1db;let _0x3e943c=_0x3565fb[_0x264256];return _0x3e943c;},_0x2642(_0x50cc7d,_0x5ef376);}import{Command as _0x22084e}from'ckeditor5/src/core.js';import{CKEditorError as _0x29c335}from'ckeditor5/src/utils.js';export class DiscardSuggestionCommand extends _0x22084e{[_0x58868e(0x1e7)];constructor(_0x4b3182,_0x1036f3){const _0x5cdcde=_0x58868e;super(_0x4b3182),this[_0x5cdcde(0x1e7)]=_0x1036f3,this[_0x5cdcde(0x1de)](),this[_0x5cdcde(0x1e6)]=!0x1;}[_0x58868e(0x1de)](){const _0xc89fd8=_0x58868e;this[_0xc89fd8(0x1f1)]=!0x0;}[_0x58868e(0x1db)](_0x16c42e){const _0x2eecb0=_0x58868e,_0x27752d=this[_0x2eecb0(0x1e7)][_0x2eecb0(0x1e1)](_0x16c42e);if(!_0x27752d)throw new _0x29c335(_0x2eecb0(0x1f0),this);const _0x5e2f9d=_0x27752d[_0x2eecb0(0x1e4)]();this[_0x2eecb0(0x1e5)][_0x2eecb0(0x1ea)][_0x2eecb0(0x1dc)](_0x5e2f9d)&&this[_0x2eecb0(0x1e5)][_0x2eecb0(0x1e2)][_0x2eecb0(0x1e1)](_0x2eecb0(0x1e0))[_0x2eecb0(0x1ec)](_0x27752d);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x2844(_0x4d0b14,_0x38066b){const _0x23e328=_0x23e3();return _0x2844=function(_0x284428,_0x37c09c){_0x284428=_0x284428-0x7e;let _0x2deaa0=_0x23e328[_0x284428];return _0x2deaa0;},_0x2844(_0x4d0b14,_0x38066b);}const _0x49f3de=_0x2844;(function(_0x580c58,_0x2bbd39){const _0x5811dd=_0x2844,_0x3d9277=_0x580c58();while(!![]){try{const _0x45f53a=parseInt(_0x5811dd(0x96))/0x1+-parseInt(_0x5811dd(0x95))/0x2*(-parseInt(_0x5811dd(0x87))/0x3)+-parseInt(_0x5811dd(0x7e))/0x4*(parseInt(_0x5811dd(0x93))/0x5)+parseInt(_0x5811dd(0x8f))/0x6+-parseInt(_0x5811dd(0x8d))/0x7*(-parseInt(_0x5811dd(0x8a))/0x8)+parseInt(_0x5811dd(0x94))/0x9+parseInt(_0x5811dd(0x8e))/0xa*(-parseInt(_0x5811dd(0x83))/0xb);if(_0x45f53a===_0x2bbd39)break;else _0x3d9277['push'](_0x3d9277['shift']());}catch(_0x1320fd){_0x3d9277['push'](_0x3d9277['shift']());}}}(_0x23e3,0xd9f45));import{Command as _0x1862b1}from'ckeditor5/src/core.js';import{sortSuggestions as _0x2fcd9c,executeCommandForSuggestions as _0x3e6821}from'../utils/utils.js';export class ExecuteOnAllSuggestionsCommand extends _0x1862b1{[_0x49f3de(0x88)];[_0x49f3de(0x81)];constructor(_0x50f4c8,_0x93f7f1,_0x34fb90){const _0xb134d3=_0x49f3de;super(_0x50f4c8),this[_0xb134d3(0x88)]=_0x93f7f1,this[_0xb134d3(0x81)]=_0x34fb90,this[_0xb134d3(0x8c)](),this[_0xb134d3(0x86)]=!0x1;}[_0x49f3de(0x8c)](){const _0x50ca9d=_0x49f3de,_0x17f4e7=Array[_0x50ca9d(0x85)](this[_0x50ca9d(0x81)][_0x50ca9d(0x89)]())[_0x50ca9d(0x90)](_0x3d7059=>_0x3d7059[_0x50ca9d(0x82)]);this[_0x50ca9d(0x92)]=this[_0x50ca9d(0x88)][_0x50ca9d(0x92)]&&_0x17f4e7;}[_0x49f3de(0x8b)](){const _0x3da92e=_0x49f3de,_0x3fe29e=_0x2fcd9c(Array[_0x3da92e(0x85)](this[_0x3da92e(0x81)][_0x3da92e(0x89)]()));for(const _0x56c9a0 of _0x3fe29e){const _0x4aa30b=_0x56c9a0[_0x3da92e(0x84)]();if(!this[_0x3da92e(0x80)][_0x3da92e(0x7f)][_0x3da92e(0x91)](_0x4aa30b))return;}_0x3e6821(this[_0x3da92e(0x80)][_0x3da92e(0x7f)],this[_0x3da92e(0x88)],_0x3fe29e);}}function _0x23e3(){const _0x2f7b43=['_isEnabledBasedOnSelection','617421zZRABF','_command','values','295352bDLkRq','execute','refresh','259cgMqJR','16560WKcmgh','7504530Nyqizd','some','canEditAt','isEnabled','23605uonCyQ','1794582HKpgHn','14QhHxLt','322321OVEbeb','132xFgpeY','model','editor','_suggestions','isInContent','23452RMtckN','getRanges','from'];_0x23e3=function(){return _0x2f7b43;};return _0x23e3();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x3239(){const _0x290ff8=['1569222JQbcFs','10meHCBb','from','editor','size','25628rTGfZJ','isEnabled','_isEnabledBasedOnSelection','_suggestions','canEditAt','values','_command','95971UDvipZ','selection','847195FPLoJK','model','_selectedSuggestions','document','6395378xcCsRg','refresh','2RBtqfK','36bkTBsG','getRanges','679836XlSWLO','execute','229628lQkKPR','16ymjyez'];_0x3239=function(){return _0x290ff8;};return _0x3239();}const _0x3a67e2=_0x2706;(function(_0x5bb9c6,_0x1ecfa1){const _0x4ee360=_0x2706,_0x15c290=_0x5bb9c6();while(!![]){try{const _0x2b1fa3=-parseInt(_0x4ee360(0x166))/0x1*(-parseInt(_0x4ee360(0x153))/0x2)+-parseInt(_0x4ee360(0x154))/0x3*(-parseInt(_0x4ee360(0x15f))/0x4)+parseInt(_0x4ee360(0x168))/0x5+parseInt(_0x4ee360(0x156))/0x6+parseInt(_0x4ee360(0x158))/0x7*(parseInt(_0x4ee360(0x159))/0x8)+parseInt(_0x4ee360(0x15a))/0x9+-parseInt(_0x4ee360(0x15b))/0xa*(parseInt(_0x4ee360(0x151))/0xb);if(_0x2b1fa3===_0x1ecfa1)break;else _0x15c290['push'](_0x15c290['shift']());}catch(_0x92541a){_0x15c290['push'](_0x15c290['shift']());}}}(_0x3239,0x1bdf8));function _0x2706(_0x5c4bf2,_0xa9f05a){const _0x323996=_0x3239();return _0x2706=function(_0x270625,_0x2bbfd1){_0x270625=_0x270625-0x14f;let _0x59beb8=_0x323996[_0x270625];return _0x59beb8;},_0x2706(_0x5c4bf2,_0xa9f05a);}import{Command as _0x2f701c}from'ckeditor5/src/core.js';import{sortSuggestions as _0x449962,getSelectedSuggestions as _0xa31677,executeCommandForSuggestions as _0x2d3100}from'../utils/utils.js';export class ExecuteOnSelectedSuggestionsCommand extends _0x2f701c{[_0x3a67e2(0x165)];[_0x3a67e2(0x162)];[_0x3a67e2(0x14f)];constructor(_0x193032,_0x8b28f5,_0xa84f71){const _0x49b2d1=_0x3a67e2;super(_0x193032),this[_0x49b2d1(0x165)]=_0x8b28f5,this[_0x49b2d1(0x162)]=_0xa84f71,this[_0x49b2d1(0x14f)]=new Set(),this[_0x49b2d1(0x152)](),this[_0x49b2d1(0x161)]=!0x1;}[_0x3a67e2(0x152)](){const _0x2001ce=_0x3a67e2,_0xdeca15=this[_0x2001ce(0x15d)][_0x2001ce(0x169)][_0x2001ce(0x150)][_0x2001ce(0x167)],_0x35c0d6=Array[_0x2001ce(0x15c)](this[_0x2001ce(0x162)][_0x2001ce(0x164)]());this[_0x2001ce(0x14f)]=_0xa31677(_0xdeca15,_0x35c0d6),this[_0x2001ce(0x160)]=this[_0x2001ce(0x165)][_0x2001ce(0x160)]&&!!this[_0x2001ce(0x14f)][_0x2001ce(0x15e)];}[_0x3a67e2(0x157)](){const _0x2da059=_0x3a67e2,_0xcc9bd1=_0x449962(Array[_0x2da059(0x15c)](this[_0x2da059(0x14f)]));for(const _0x54a57f of _0xcc9bd1){const _0x2762fe=_0x54a57f[_0x2da059(0x155)]();if(!this[_0x2da059(0x15d)][_0x2da059(0x169)][_0x2da059(0x163)](_0x2762fe))return;}_0x2d3100(this[_0x2da059(0x15d)][_0x2da059(0x169)],this[_0x2da059(0x165)],_0xcc9bd1);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x4a65cf=_0x317c;(function(_0x27d311,_0x1b8f08){const _0x2e05f6=_0x317c,_0x101399=_0x27d311();while(!![]){try{const _0x46303d=-parseInt(_0x2e05f6(0x1b0))/0x1*(-parseInt(_0x2e05f6(0x15e))/0x2)+-parseInt(_0x2e05f6(0x18c))/0x3*(parseInt(_0x2e05f6(0x177))/0x4)+parseInt(_0x2e05f6(0x17c))/0x5*(parseInt(_0x2e05f6(0x16b))/0x6)+-parseInt(_0x2e05f6(0x1ab))/0x7+parseInt(_0x2e05f6(0x17e))/0x8*(parseInt(_0x2e05f6(0x182))/0x9)+-parseInt(_0x2e05f6(0x16e))/0xa*(-parseInt(_0x2e05f6(0x183))/0xb)+parseInt(_0x2e05f6(0x196))/0xc*(-parseInt(_0x2e05f6(0x1bb))/0xd);if(_0x46303d===_0x1b8f08)break;else _0x101399['push'](_0x101399['shift']());}catch(_0x5cd1b3){_0x101399['push'](_0x101399['shift']());}}}(_0x2ec5,0x3a5cd));import{Command as _0x23bc38}from'ckeditor5/src/core.js';import{BodyCollection as _0x9c4a71}from'ckeditor5/src/ui.js';function _0x2ec5(){const _0x55a84b=['set','getBoundingClientRect','editable','show','config','view','15730QToFAT','plugins','Final\x20content\x20preview','setPreviewData','MediaEmbedEditing','min','execute','remove','locale','url','$labels','clientHeight','class','contentView','editing','classList','760ZsESaf','max','element','createElement','getClientRects','\x20ck-reset_all','width','ck-media__wrapper','getLabel','replace','ck-track-changes-preview-dialog','updatePosition','value','40512acQdEM','getDataSetValues','bodyCollectionContainer','299330KYFUml','_sortRoots','innerHeight','push','MergeFieldsEditing','add','getMergeFieldsIds','height','oembed','872eVLZnZ','_fixMediaEmbeds','getDefaultValues','ck-focused','affectsData','335NatWVz','domConverter','1486088zHDVdO','querySelectorAll','finalContentPreview','entries','18UJmOwU','165qQvJmz','string','_getMergeFieldsData','once','trackChanges.preview.renderFunction','querySelector','previewMode','item','TrackChangesData','6450TSzzDa','getRootNames','detachFromDom','registry','headerView','children','sort','render','editables','model','5340IkVimp','classes','editor','figure.media','getAttribute','getMediaViewElement','get','Dialog','attachToDom','getRootsAttributes','document','replaceWith','reduce','div','ck-reset_all','then','$defaultValues','documentElement','values','destroy','innerHTML','1998346UxFaMw','has','_standarizeRootsData','isEnabled','refresh','681dXJEMB','getDataWithAcceptedSuggestions','previewDataReady','getDomRoot','forEach'];_0x2ec5=function(){return _0x55a84b;};return _0x2ec5();}function _0x317c(_0x27c96c,_0x202fb0){const _0x2ec597=_0x2ec5();return _0x317c=function(_0x317ccb,_0x47f129){_0x317ccb=_0x317ccb-0x157;let _0x10dc43=_0x2ec597[_0x317ccb];return _0x10dc43;},_0x317c(_0x27c96c,_0x202fb0);}import{ViewDowncastWriter as _0x5d7079}from'ckeditor5/src/engine.js';import{TrackChangesPreviewView as _0x349782}from'../ui/view/trackchangespreviewview.js';import{getTranslation as _0x5e1c32}from'../utils/common-translations.js';export class PreviewFinalContentCommand extends _0x23bc38{constructor(_0x44fc57){const _0x28cc2a=_0x317c;super(_0x44fc57),this[_0x28cc2a(0x17b)]=!0x1,this[_0x28cc2a(0x1ae)]=!0x0;}[_0x4a65cf(0x1af)](){const _0x4c3ca6=_0x4a65cf;this[_0x4c3ca6(0x1ae)]=!0x0;}[_0x4a65cf(0x1c1)](){const _0xf1b481=_0x4a65cf,_0x31e54b=this[_0xf1b481(0x198)],_0x4f81f5=_0x31e54b[_0xf1b481(0x1c3)],_0xa5a40e=_0x31e54b[_0xf1b481(0x1bc)][_0xf1b481(0x19c)](_0xf1b481(0x19d));let _0x3dcc42;const _0x23618b=function(_0x47f34d){const _0x45568a=_0xf1b481,_0x1da629={};if(_0x45568a(0x194)in _0x47f34d['ui'][_0x45568a(0x1ba)]){for(const [_0x254583,_0x18bb43]of Object[_0x45568a(0x181)](_0x47f34d['ui'][_0x45568a(0x1ba)][_0x45568a(0x194)]))_0x1da629[_0x254583]=_0x18bb43[_0x45568a(0x160)];}else _0x1da629[_0x47f34d[_0x45568a(0x195)][_0x45568a(0x1a0)][_0x45568a(0x18d)]()[0x0]]=_0x47f34d['ui'][_0x45568a(0x1ba)][_0x45568a(0x1b7)][_0x45568a(0x160)];return _0x1da629;}(_0x31e54b),_0x1dbc76=function(_0x645db3){const _0x573798=_0xf1b481;let _0x3f165b=0x0;for(const _0x8cc750 of Object[_0x573798(0x1a8)](_0x645db3))_0x3f165b=Math[_0x573798(0x15f)](_0x3f165b,_0x8cc750[_0x573798(0x1b6)]()[_0x573798(0x164)]);let _0x51dbc8=0x0;for(const _0x1e446a of Object[_0x573798(0x1a8)](_0x645db3))_0x51dbc8+=_0x1e446a[_0x573798(0x1b6)]()[_0x573798(0x175)];const _0x102a1b=0.8*Math[_0x573798(0x15f)](document[_0x573798(0x1a7)][_0x573798(0x159)],window[_0x573798(0x170)]),_0x3452e8=Math[_0x573798(0x1c0)](_0x51dbc8,_0x102a1b);return{'width':_0x3f165b,'height':_0x3452e8};}(_0x23618b);_0xa5a40e[_0xf1b481(0x1b8)]({'id':_0xf1b481(0x180),'title':_0x5e1c32(_0x4f81f5,_0xf1b481(0x1bd)),'isModal':!0x0,'className':_0xf1b481(0x168),'content':new _0x349782(_0x4f81f5,{'dialogRects':_0x1dbc76}),'onHide':()=>{const _0x44e848=_0xf1b481;_0x3dcc42[_0x44e848(0x18e)]();},'onShow':()=>{const _0x4ab9c3=_0xf1b481;_0x31e54b[_0x4ab9c3(0x1bc)][_0x4ab9c3(0x19c)](_0x4ab9c3(0x18b))[_0x4ab9c3(0x1b1)]({...this[_0x4ab9c3(0x185)]()})[_0x4ab9c3(0x1a5)](_0x21206b=>{const _0x3de8ab=_0x4ab9c3,_0x3732a0=this[_0x3de8ab(0x1ad)](_0x21206b,_0x31e54b,_0x23618b);_0xa5a40e[_0x3de8ab(0x1ba)][_0x3de8ab(0x15b)][_0x3de8ab(0x191)][_0x3de8ab(0x19c)](0x0)[_0x3de8ab(0x1be)](_0x3732a0,_0x31e54b[_0x3de8ab(0x1b9)][_0x3de8ab(0x19c)](_0x3de8ab(0x187)));}),_0x3dcc42=new _0x9c4a71(_0x4f81f5,[_0xa5a40e[_0x4ab9c3(0x1ba)]]),_0x3dcc42[_0x4ab9c3(0x19e)](),_0x3dcc42[_0x4ab9c3(0x16d)][_0x4ab9c3(0x15d)][_0x4ab9c3(0x1c2)](_0x4ab9c3(0x1a4)),_0x31e54b[_0x4ab9c3(0x186)](_0x4ab9c3(0x1a9),()=>{const _0x1308b8=_0x4ab9c3;_0x3dcc42[_0x1308b8(0x18e)]();});const _0x461cb9=_0xa5a40e[_0x4ab9c3(0x1ba)][_0x4ab9c3(0x190)][_0x4ab9c3(0x15a)];_0xa5a40e[_0x4ab9c3(0x1ba)][_0x4ab9c3(0x190)][_0x4ab9c3(0x15a)]=_0x461cb9?_0x461cb9+_0x4ab9c3(0x163):_0x4ab9c3(0x1a4),_0xa5a40e[_0x4ab9c3(0x1ba)][_0x4ab9c3(0x15b)][_0x4ab9c3(0x191)][_0x4ab9c3(0x19c)](0x0)['on'](_0x4ab9c3(0x1b2),()=>{const _0x55cc65=_0x4ab9c3;_0xa5a40e[_0x55cc65(0x1ba)][_0x55cc65(0x169)]();});}});}[_0x4a65cf(0x185)](){const _0x3f18f4=_0x4a65cf;if(!this[_0x3f18f4(0x198)][_0x3f18f4(0x1bc)][_0x3f18f4(0x1ac)](_0x3f18f4(0x172)))return{};const _0x52f37e=this[_0x3f18f4(0x198)][_0x3f18f4(0x1bc)][_0x3f18f4(0x19c)](_0x3f18f4(0x172)),_0x341c55=_0x52f37e[_0x3f18f4(0x189)],_0x2b66dd={};if(_0x3f18f4(0x158)===_0x341c55){for(const _0x33874a of _0x52f37e[_0x3f18f4(0x174)]())_0x2b66dd[_0x33874a]=_0x52f37e[_0x3f18f4(0x166)](_0x33874a)||_0x33874a;}else{const _0x472b73=_0x3f18f4(0x1a6)===_0x341c55?_0x52f37e[_0x3f18f4(0x179)]():_0x52f37e[_0x3f18f4(0x16c)](_0x341c55,!0x0);for(const _0x37a146 of Object[_0x3f18f4(0x181)](_0x472b73)){const [_0x589d73,_0x5c68f7]=_0x37a146;_0x2b66dd[_0x589d73]=null!==_0x5c68f7?_0x5c68f7:_0x52f37e[_0x3f18f4(0x166)](_0x589d73)||_0x589d73;}}return{'mergeFieldsData':_0x2b66dd};}[_0x4a65cf(0x1ad)](_0x147f65,_0x417828,_0x3f46e7){const _0x39e01c=_0x4a65cf;let _0x4a00d4;if(_0x39e01c(0x184)==typeof _0x147f65){const _0x16abf2=_0x417828[_0x39e01c(0x195)][_0x39e01c(0x1a0)][_0x39e01c(0x18d)]()[0x0];_0x4a00d4={[_0x16abf2]:_0x147f65};}else _0x4a00d4=_0x147f65;const _0x212659=this[_0x39e01c(0x178)](_0x4a00d4,_0x417828),_0x431b30=function(_0x6786df,_0xb5f304){const _0x2307ce=_0x39e01c;for(const [_0x51e05b,_0x35eb66]of _0x6786df)_0x35eb66[_0x2307ce(0x197)]=_0xb5f304[_0x51e05b][_0x2307ce(0x15d)][_0x2307ce(0x16a)][_0x2307ce(0x167)](_0x2307ce(0x17a),'');return _0x6786df;}(this[_0x39e01c(0x16f)](_0x417828)[_0x39e01c(0x1a2)]((_0x372646,_0x1a79eb)=>(_0x372646[_0x39e01c(0x171)]([_0x1a79eb,{'content':_0x212659[_0x1a79eb],'classes':''}]),_0x372646),[]),_0x3f46e7);return _0x431b30;}[_0x4a65cf(0x178)](_0xa94dba,_0x1db0a3){const _0x3e09b3=_0x4a65cf;if(!_0x1db0a3[_0x3e09b3(0x1bc)][_0x3e09b3(0x1ac)](_0x3e09b3(0x1bf)))return _0xa94dba;const _0x40f68f=_0x1db0a3[_0x3e09b3(0x1bc)][_0x3e09b3(0x19c)](_0x3e09b3(0x1bf));for(const [_0x262356,_0x39f884]of Object[_0x3e09b3(0x181)](_0xa94dba)){const _0x530ccb=document[_0x3e09b3(0x161)](_0x3e09b3(0x1a3));_0x530ccb[_0x3e09b3(0x1aa)]=_0x39f884,(_0x530ccb[_0x3e09b3(0x17f)](_0x3e09b3(0x199))[_0x3e09b3(0x1b4)](_0xd3d277=>{const _0x24b722=_0x3e09b3,_0x24aab7=_0xd3d277[_0x24b722(0x188)](_0x24b722(0x176));if(_0x24aab7){const _0x446393=_0x24aab7[_0x24b722(0x19a)](_0x24b722(0x157));if(_0x446393){const _0x107470=_0x40f68f[_0x24b722(0x18f)][_0x24b722(0x19b)](new _0x5d7079(_0x1db0a3[_0x24b722(0x15c)][_0x24b722(0x1ba)][_0x24b722(0x1a0)]),_0x446393,{'elementName':'','renderForEditingView':!0x0}),_0x3388d8=document[_0x24b722(0x161)](_0x24b722(0x1a3));_0x3388d8[_0x24b722(0x15d)][_0x24b722(0x173)](_0x24b722(0x165)),_0x107470[_0x24b722(0x193)](_0x3388d8,_0x1db0a3[_0x24b722(0x15c)][_0x24b722(0x1ba)][_0x24b722(0x17d)]),_0x24aab7[_0x24b722(0x1a1)](_0x3388d8);}}}),_0xa94dba[_0x262356]=_0x530ccb[_0x3e09b3(0x1aa)]);}return _0xa94dba;}[_0x4a65cf(0x16f)](_0x3bcc54){const _0x2fbad5=_0x4a65cf;if(!function(_0x3e48f6){const _0x41ac11=_0x317c;return void 0x0!==_0x3e48f6[_0x41ac11(0x19f)];}(_0x3bcc54))return _0x3bcc54[_0x2fbad5(0x195)][_0x2fbad5(0x1a0)][_0x2fbad5(0x18d)]();const _0x989a09=[],_0x45152c=new Map();for(const _0x4a186c of _0x3bcc54[_0x2fbad5(0x195)][_0x2fbad5(0x1a0)][_0x2fbad5(0x18d)]()){const _0x535976=_0x3bcc54[_0x2fbad5(0x15c)][_0x2fbad5(0x1ba)][_0x2fbad5(0x1b3)](_0x4a186c)[_0x2fbad5(0x162)]()[_0x2fbad5(0x18a)](0x0);_0x989a09[_0x2fbad5(0x171)](_0x4a186c),_0x45152c[_0x2fbad5(0x1b5)](_0x4a186c,_0x535976);}return _0x989a09[_0x2fbad5(0x192)]((_0x10372a,_0x5ef213)=>{const _0x7d5981=_0x2fbad5,_0x435266=_0x45152c[_0x7d5981(0x19c)](_0x10372a),_0x1a42ac=_0x45152c[_0x7d5981(0x19c)](_0x5ef213);return _0x435266['y']-_0x1a42ac['y']||_0x435266['x']-_0x1a42ac['x'];}),_0x989a09;}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x381f(_0x4ea687,_0x21a196){const _0x321f4a=_0x321f();return _0x381f=function(_0x381f0e,_0x15ff62){_0x381f0e=_0x381f0e-0x86;let _0x3613dd=_0x321f4a[_0x381f0e];return _0x3613dd;},_0x381f(_0x4ea687,_0x21a196);}const _0x28db45=_0x381f;(function(_0xe8e214,_0x15a11b){const _0x262574=_0x381f,_0x36851f=_0xe8e214();while(!![]){try{const _0x5eac7d=-parseInt(_0x262574(0x97))/0x1+-parseInt(_0x262574(0x94))/0x2+-parseInt(_0x262574(0x88))/0x3*(parseInt(_0x262574(0x9e))/0x4)+parseInt(_0x262574(0x96))/0x5+-parseInt(_0x262574(0x86))/0x6*(-parseInt(_0x262574(0x92))/0x7)+parseInt(_0x262574(0x8c))/0x8*(parseInt(_0x262574(0x91))/0x9)+parseInt(_0x262574(0x8a))/0xa;if(_0x5eac7d===_0x15a11b)break;else _0x36851f['push'](_0x36851f['shift']());}catch(_0x17180a){_0x36851f['push'](_0x36851f['shift']());}}}(_0x321f,0xd297f));import{Command as _0x3f968c}from'ckeditor5/src/core.js';function _0x321f(){const _0x395926=['615230NyKEor','forceDisabled','1509935LBudMC','1113352uMPIbv','affectsData','editor','_enableCommands','execute','TrackChangesCommand','commands','5724220cuegxF','13314NvzEkP','_isEnabledBasedOnSelection','3NJedBc','has','10908250sGUkJD','_enabledCommands','107080HLzTXG','isEnabled','value','refresh','_disableUnsupportedCommands','936XczCgN','2933tbqsCp','clearForceDisabled'];_0x321f=function(){return _0x395926;};return _0x321f();}export class TrackChangesCommand extends _0x3f968c{[_0x28db45(0x8b)];constructor(_0xe64d4,_0x462976){const _0x232454=_0x28db45;super(_0xe64d4),this[_0x232454(0x8b)]=_0x462976,this[_0x232454(0x8e)]=!0x1,this[_0x232454(0x8f)](),this[_0x232454(0x87)]=!0x1;}[_0x28db45(0x8f)](){const _0x3e6149=_0x28db45;this[_0x3e6149(0x8d)]=!0x0;}[_0x28db45(0x9b)](){const _0x5556f4=_0x28db45;this[_0x5556f4(0x8e)]=!this[_0x5556f4(0x8e)],this[_0x5556f4(0x8e)]?this[_0x5556f4(0x90)]():this[_0x5556f4(0x9a)]();}[_0x28db45(0x90)](){const _0x96ebd=_0x28db45;for(const _0x37d688 of this[_0x96ebd(0x99)][_0x96ebd(0x9d)][_0x96ebd(0x9d)]())_0x37d688[_0x96ebd(0x98)]&&!this[_0x96ebd(0x8b)][_0x96ebd(0x89)](_0x37d688)&&_0x37d688[_0x96ebd(0x95)](_0x96ebd(0x9c));}[_0x28db45(0x9a)](){const _0x103e38=_0x28db45;for(const _0x269451 of this[_0x103e38(0x99)][_0x103e38(0x9d)][_0x103e38(0x9d)]())_0x269451[_0x103e38(0x98)]&&!this[_0x103e38(0x8b)][_0x103e38(0x89)](_0x269451)&&_0x269451[_0x103e38(0x93)](_0x103e38(0x9c));}}
package/src/index.js DELETED
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- (function(_0x1e7bd5,_0x5de088){var _0x107480=_0x4d64,_0x323170=_0x1e7bd5();while(!![]){try{var _0x3c0017=-parseInt(_0x107480(0x15d))/0x1+-parseInt(_0x107480(0x15e))/0x2+-parseInt(_0x107480(0x160))/0x3*(parseInt(_0x107480(0x163))/0x4)+-parseInt(_0x107480(0x161))/0x5+-parseInt(_0x107480(0x15c))/0x6+parseInt(_0x107480(0x162))/0x7+parseInt(_0x107480(0x15f))/0x8;if(_0x3c0017===_0x5de088)break;else _0x323170['push'](_0x323170['shift']());}catch(_0x2e7419){_0x323170['push'](_0x323170['shift']());}}}(_0x12f3,0xe5adb));export{TrackChanges}from'./trackchanges.js';export{TrackChangesData,TrackChangesDataGetter}from'./trackchangesdata.js';export{TrackChangesEditing}from'./trackchangesediting.js';function _0x4d64(_0x54cd1e,_0x329b32){var _0x12f39a=_0x12f3();return _0x4d64=function(_0x4d64a9,_0x4905e0){_0x4d64a9=_0x4d64a9-0x15c;var _0x5d3d92=_0x12f39a[_0x4d64a9];return _0x5d3d92;},_0x4d64(_0x54cd1e,_0x329b32);}export{TrackChangesPreview}from'./trackchangespreview.js';export{TrackChangesUI}from'./trackchangesui.js';export{Suggestion}from'./suggestion.js';export{BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';export{SuggestionThreadView}from'./ui/view/suggestionthreadview.js';export{SuggestionView}from'./ui/view/suggestionview.js';export{AcceptSuggestionCommand}from'./commands/acceptsuggestioncommand.js';export{DiscardSuggestionCommand}from'./commands/discardsuggestioncommand.js';export{ExecuteOnAllSuggestionsCommand}from'./commands/executeonallsuggestionscommand.js';export{ExecuteOnSelectedSuggestionsCommand}from'./commands/executeonselectedsuggestionscommand.js';export{TrackChangesCommand}from'./commands/trackchangescommand.js';export{PreviewFinalContentCommand}from'./commands/previewfinalcontentcommand.js';export{SuggestionDescriptionFactory}from'./suggestiondescriptionfactory.js';function _0x12f3(){var _0x2412b4=['1952756vwiTnD','37626200FThOEA','4932372bmXCtY','1598865yZYyRr','12209099stmHan','4erDxLY','4772910dCsGXh','1770909ffDGct'];_0x12f3=function(){return _0x2412b4;};return _0x12f3();}import'./augmentation.js';
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x3b2a(_0x2f4c37,_0x1d3622){const _0x583f50=_0x583f();return _0x3b2a=function(_0x3b2a7a,_0x2d15db){_0x3b2a7a=_0x3b2a7a-0x9c;let _0x32002b=_0x583f50[_0x3b2a7a];return _0x32002b;},_0x3b2a(_0x2f4c37,_0x1d3622);}const _0x4f5c9a=_0x3b2a;(function(_0x5d4362,_0x2a6ff1){const _0x1aafe8=_0x3b2a,_0x1a18bb=_0x5d4362();while(!![]){try{const _0x3c1f42=-parseInt(_0x1aafe8(0xa8))/0x1+-parseInt(_0x1aafe8(0x9c))/0x2*(parseInt(_0x1aafe8(0xab))/0x3)+parseInt(_0x1aafe8(0xa2))/0x4*(-parseInt(_0x1aafe8(0xa1))/0x5)+parseInt(_0x1aafe8(0xa5))/0x6+-parseInt(_0x1aafe8(0x9f))/0x7*(-parseInt(_0x1aafe8(0xa0))/0x8)+-parseInt(_0x1aafe8(0xae))/0x9*(parseInt(_0x1aafe8(0xa6))/0xa)+-parseInt(_0x1aafe8(0xaf))/0xb*(-parseInt(_0x1aafe8(0x9d))/0xc);if(_0x3c1f42===_0x2a6ff1)break;else _0x1a18bb['push'](_0x1a18bb['shift']());}catch(_0x4f2be3){_0x1a18bb['push'](_0x1a18bb['shift']());}}}(_0x583f,0x68f11));function _0x583f(){const _0x3fc6c0=['106997lPvgzs','51102LXlTfo','732vkwxul','toggleAi','1421XJRGBz','32704HBYyyo','10sRxNEH','1013972bgIXMq','commands','afterInit','2605710SJcqWP','7004980VxAAij','enableCommand','194620NcbSON','plugins','editor','3aYmZIj','get','TrackChangesEditing','9dVosVC'];_0x583f=function(){return _0x3fc6c0;};return _0x583f();}import{Plugin as _0x32dcf6}from'ckeditor5/src/core.js';export class TrackChangesAI extends _0x32dcf6{[_0x4f5c9a(0xa4)](){const _0x3aa2c7=_0x4f5c9a,_0xf00e1d=this[_0x3aa2c7(0xaa)],_0x4b449f=_0xf00e1d[_0x3aa2c7(0xa9)][_0x3aa2c7(0xac)](_0x3aa2c7(0xad));_0xf00e1d[_0x3aa2c7(0xa3)][_0x3aa2c7(0xac)](_0x3aa2c7(0x9e))&&_0x4b449f[_0x3aa2c7(0xa7)](_0x3aa2c7(0x9e));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x1279(){const _0x1d3e42=['2ENfCIZ','editor','commands','afterInit','14577lWDmsj','1309AgFZfw','2414440tpEIzS','72060KiXCNN','enableCommand','TrackChangesEditing','3681740LWZwwP','1195meNAmh','get','showAIAssistant','411233bfooke','296nakCFj','172uZaIhi','28737PFLLNO','5514MzFYqe','plugins'];_0x1279=function(){return _0x1d3e42;};return _0x1279();}function _0xed8d(_0x5dc9f0,_0xb0422d){const _0x1279d1=_0x1279();return _0xed8d=function(_0xed8de9,_0x465e52){_0xed8de9=_0xed8de9-0xca;let _0x5a9a61=_0x1279d1[_0xed8de9];return _0x5a9a61;},_0xed8d(_0x5dc9f0,_0xb0422d);}const _0x161c92=_0xed8d;(function(_0x4d4089,_0x1c2f51){const _0x1a5877=_0xed8d,_0x5e5266=_0x4d4089();while(!![]){try{const _0x9c01b7=parseInt(_0x1a5877(0xd3))/0x1*(-parseInt(_0x1a5877(0xd9))/0x2)+-parseInt(_0x1a5877(0xdd))/0x3*(-parseInt(_0x1a5877(0xd5))/0x4)+-parseInt(_0x1a5877(0xd0))/0x5*(parseInt(_0x1a5877(0xd7))/0x6)+parseInt(_0x1a5877(0xcb))/0x7+parseInt(_0x1a5877(0xd4))/0x8*(parseInt(_0x1a5877(0xd6))/0x9)+-parseInt(_0x1a5877(0xcf))/0xa+-parseInt(_0x1a5877(0xca))/0xb*(-parseInt(_0x1a5877(0xcc))/0xc);if(_0x9c01b7===_0x1c2f51)break;else _0x5e5266['push'](_0x5e5266['shift']());}catch(_0x1048fe){_0x5e5266['push'](_0x5e5266['shift']());}}}(_0x1279,0x5e9d9));import{Plugin as _0x33f1fe}from'ckeditor5/src/core.js';export class TrackChangesAIAssistant extends _0x33f1fe{[_0x161c92(0xdc)](){const _0x3db184=_0x161c92,_0x235638=this[_0x3db184(0xda)],_0xa3e101=_0x235638[_0x3db184(0xd8)][_0x3db184(0xd1)](_0x3db184(0xce));_0x235638[_0x3db184(0xdb)][_0x3db184(0xd1)](_0x3db184(0xd2))&&_0xa3e101[_0x3db184(0xcd)](_0x3db184(0xd2));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x2f9a(){const _0x23e68f=['2675179ICRtiP','1550418DbGSVt','1598421ilgEoI','14dvpRFS','plugins','commands','22imxnEG','aiQuickAction','2TINTRU','enableCommand','170eNMOAn','TrackChangesEditing','2664SIxPPE','289284ZpNUhq','afterInit','3600ZhDkIk','1070770iJlQGQ','editor','12164mWjWcs','60SgHMyy','get'];_0x2f9a=function(){return _0x23e68f;};return _0x2f9a();}const _0x1c03bd=_0x5d5d;(function(_0x2bc6bb,_0x115752){const _0x23173c=_0x5d5d,_0x18946b=_0x2bc6bb();while(!![]){try{const _0x5284ed=parseInt(_0x23173c(0x151))/0x1*(parseInt(_0x23173c(0x14c))/0x2)+-parseInt(_0x23173c(0x146))/0x3+-parseInt(_0x23173c(0x156))/0x4*(-parseInt(_0x23173c(0x14e))/0x5)+-parseInt(_0x23173c(0x145))/0x6*(parseInt(_0x23173c(0x147))/0x7)+parseInt(_0x23173c(0x153))/0x8*(parseInt(_0x23173c(0x150))/0x9)+parseInt(_0x23173c(0x154))/0xa*(-parseInt(_0x23173c(0x14a))/0xb)+-parseInt(_0x23173c(0x142))/0xc*(-parseInt(_0x23173c(0x144))/0xd);if(_0x5284ed===_0x115752)break;else _0x18946b['push'](_0x18946b['shift']());}catch(_0x511806){_0x18946b['push'](_0x18946b['shift']());}}}(_0x2f9a,0x470d2));import{Plugin as _0x5b1c22}from'ckeditor5/src/core.js';function _0x5d5d(_0x24b056,_0x51f704){const _0x2f9af2=_0x2f9a();return _0x5d5d=function(_0x5d5d6c,_0xf74103){_0x5d5d6c=_0x5d5d6c-0x142;let _0xa7375d=_0x2f9af2[_0x5d5d6c];return _0xa7375d;},_0x5d5d(_0x24b056,_0x51f704);}export class TrackChangesAIQuickActions extends _0x5b1c22{[_0x1c03bd(0x152)](){const _0x4c33c1=_0x1c03bd,_0x4f024b=this[_0x4c33c1(0x155)],_0x462a3d=_0x4f024b[_0x4c33c1(0x148)][_0x4c33c1(0x143)](_0x4c33c1(0x14f));_0x4f024b[_0x4c33c1(0x149)][_0x4c33c1(0x143)](_0x4c33c1(0x14b))&&_0x462a3d[_0x4c33c1(0x14d)](_0x4c33c1(0x14b));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x1a14(_0x22a898,_0xe2b294){const _0x2d1f77=_0x2d1f();return _0x1a14=function(_0x1a148f,_0x560620){_0x1a148f=_0x1a148f-0x1cf;let _0x31a419=_0x2d1f77[_0x1a148f];return _0x31a419;},_0x1a14(_0x22a898,_0xe2b294);}const _0x1ce563=_0x1a14;function _0x2d1f(){const _0x310faa=['right','commandParams','190719vdQIra','formatBlock','FORMAT_JUSTIFY_TEXT','alignment','4214435rDzXtH','commandName','enableDefaultAttributesIntegration','AlignmentEditing','FORMAT_ALIGN_TO_LEFT','3566760Nuaysd','registerDescriptionCallback','has','1360653sQaqjw','justify','type','editor','FORMAT_ALIGN_TO_CENTER','*Format:*\x20%0','center','1CSyOIO','locale','1545630eKAljA','_registerLegacyDescription','plugins','value','1159674UVXRbE','left','TrackChangesEditing','descriptionFactory','afterInit','FORMAT_ALIGNMENT','FORMAT_ALIGN_TO_RIGHT','3750216CKfAIL','format','36fEBdmU','get','registerAttributeLabel'];_0x2d1f=function(){return _0x310faa;};return _0x2d1f();}(function(_0x188c5c,_0x4e2654){const _0x4f39ec=_0x1a14,_0x2e9938=_0x188c5c();while(!![]){try{const _0x59b847=-parseInt(_0x4f39ec(0x1d2))/0x1*(-parseInt(_0x4f39ec(0x1d8))/0x2)+-parseInt(_0x4f39ec(0x1e6))/0x3+-parseInt(_0x4f39ec(0x1ef))/0x4+-parseInt(_0x4f39ec(0x1ea))/0x5+-parseInt(_0x4f39ec(0x1d4))/0x6+parseInt(_0x4f39ec(0x1f2))/0x7+-parseInt(_0x4f39ec(0x1df))/0x8*(-parseInt(_0x4f39ec(0x1e1))/0x9);if(_0x59b847===_0x4e2654)break;else _0x2e9938['push'](_0x2e9938['shift']());}catch(_0x25f8b3){_0x2e9938['push'](_0x2e9938['shift']());}}}(_0x2d1f,0x90ea1));import{Plugin as _0x5ad933}from'ckeditor5/src/core.js';import{getTranslation as _0x3741c6}from'../utils/common-translations.js';export class TrackChangesAlignment extends _0x5ad933{[_0x1ce563(0x1dc)](){const _0x377779=_0x1ce563,_0x497149=this[_0x377779(0x1f5)],_0x338308=_0x497149[_0x377779(0x1d3)];if(!_0x497149[_0x377779(0x1d6)][_0x377779(0x1f1)](_0x377779(0x1ed)))return;const _0x41ab2d=_0x497149[_0x377779(0x1d6)][_0x377779(0x1e2)](_0x377779(0x1da));_0x41ab2d[_0x377779(0x1ec)](_0x377779(0x1e9)),_0x41ab2d[_0x377779(0x1db)][_0x377779(0x1e3)](_0x377779(0x1e9),_0x3741c6(_0x338308,_0x377779(0x1dd))),this[_0x377779(0x1d5)]();}[_0x1ce563(0x1d5)](){const _0x1a3746=_0x1ce563,_0x5888b1=this[_0x1a3746(0x1f5)],_0x40814f=_0x5888b1[_0x1a3746(0x1d3)];_0x5888b1[_0x1a3746(0x1d6)][_0x1a3746(0x1e2)](_0x1a3746(0x1da))[_0x1a3746(0x1db)][_0x1a3746(0x1f0)](_0x449305=>{const _0x222a6b=_0x1a3746;if(_0x222a6b(0x1e7)!=_0x449305[_0x222a6b(0x1f4)])return;const {data:_0x2c3fc5}=_0x449305;if(_0x2c3fc5&&_0x222a6b(0x1e9)==_0x2c3fc5[_0x222a6b(0x1eb)]){const _0x585a58=_0x2c3fc5[_0x222a6b(0x1e5)][0x0][_0x222a6b(0x1d7)];return{'type':_0x222a6b(0x1e0),'content':_0x3741c6(_0x40814f,_0x222a6b(0x1d0),function(_0x433691){const _0x2d60c3=_0x222a6b;switch(_0x433691){case _0x2d60c3(0x1d9):return _0x3741c6(_0x40814f,_0x2d60c3(0x1ee));case _0x2d60c3(0x1e4):return _0x3741c6(_0x40814f,_0x2d60c3(0x1de));case _0x2d60c3(0x1d1):return _0x3741c6(_0x40814f,_0x2d60c3(0x1cf));case _0x2d60c3(0x1f3):return _0x3741c6(_0x40814f,_0x2d60c3(0x1e8));}}(_0x585a58))};}});}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x5e72f6=_0x3d35;(function(_0x388159,_0x2ba51b){const _0x3760b5=_0x3d35,_0x2144b7=_0x388159();while(!![]){try{const _0x489977=-parseInt(_0x3760b5(0x1e4))/0x1+-parseInt(_0x3760b5(0x1d5))/0x2*(parseInt(_0x3760b5(0x1cd))/0x3)+parseInt(_0x3760b5(0x1d7))/0x4*(-parseInt(_0x3760b5(0x1cb))/0x5)+parseInt(_0x3760b5(0x1f2))/0x6+-parseInt(_0x3760b5(0x1e5))/0x7*(-parseInt(_0x3760b5(0x1e2))/0x8)+-parseInt(_0x3760b5(0x1bb))/0x9+-parseInt(_0x3760b5(0x1d8))/0xa*(-parseInt(_0x3760b5(0x1ca))/0xb);if(_0x489977===_0x2ba51b)break;else _0x2144b7['push'](_0x2144b7['shift']());}catch(_0x349884){_0x2144b7['push'](_0x2144b7['shift']());}}}(_0x203f,0x832e8));import{Plugin as _0x691b73}from'ckeditor5/src/core.js';import{getTranslation as _0x293d96}from'../utils/common-translations.js';const ti=[_0x5e72f6(0x1e8),_0x5e72f6(0x1dc),_0x5e72f6(0x1d9),_0x5e72f6(0x1e9),_0x5e72f6(0x1ce),_0x5e72f6(0x1c4),_0x5e72f6(0x1c0)];export class TrackChangesBasicStyles extends _0x691b73{[_0x5e72f6(0x1c2)](){const _0x13757b=_0x5e72f6,_0x4f3332=this[_0x13757b(0x1e3)],_0x44670a=_0x4f3332[_0x13757b(0x1e1)][_0x13757b(0x1df)](_0x13757b(0x1cf)),_0x263108=_0x4f3332[_0x13757b(0x1d2)];for(const _0x5edfc4 of ti){if(!_0x4f3332[_0x13757b(0x1e1)][_0x13757b(0x1c5)](_0x5edfc4))continue;const _0x545b39=_0x5edfc4[_0x13757b(0x1d6)](0x0,-0x7)[_0x13757b(0x1ed)](),_0xf52f94=_0x13757b(0x1d0)+_0x545b39[_0x13757b(0x1de)]();_0x44670a[_0x13757b(0x1cc)](_0x545b39),_0x44670a[_0x13757b(0x1e0)][_0x13757b(0x1be)](_0x545b39,_0x293d96(_0x263108,_0xf52f94));}this[_0x13757b(0x1bf)]();}[_0x5e72f6(0x1bf)](){const _0x15e31b=_0x5e72f6,_0x4b0946=this[_0x15e31b(0x1e3)],_0x31a5b7=_0x4b0946[_0x15e31b(0x1d2)],_0x1c44bd=_0x4b0946[_0x15e31b(0x1e1)][_0x15e31b(0x1df)](_0x15e31b(0x1cf));function _0x3d9004(_0xeb3c09,_0x9a0b1a){const _0x27c707=_0x15e31b;_0x1c44bd[_0x27c707(0x1e0)][_0x27c707(0x1e7)](_0x425834=>{const _0x30e120=_0x27c707;if(_0x30e120(0x1c9)!=_0x425834[_0x30e120(0x1ec)])return;const {data:_0x5a7717}=_0x425834;return _0x5a7717&&_0x5a7717[_0x30e120(0x1c7)]===_0xeb3c09?_0x5a7717[_0x30e120(0x1f1)][0x0][_0x30e120(0x1eb)]?{'type':_0x30e120(0x1d3),'content':_0x293d96(_0x31a5b7,_0x30e120(0x1d1),_0x9a0b1a)}:{'type':_0x30e120(0x1d3),'content':_0x293d96(_0x31a5b7,_0x30e120(0x1ee),_0x9a0b1a)}:void 0x0;});}_0x3d9004(_0x15e31b(0x1bd),_0x293d96(_0x31a5b7,_0x15e31b(0x1e6))),_0x3d9004(_0x15e31b(0x1c3),_0x293d96(_0x31a5b7,_0x15e31b(0x1db))),_0x3d9004(_0x15e31b(0x1c1),_0x293d96(_0x31a5b7,_0x15e31b(0x1da))),_0x3d9004(_0x15e31b(0x1f0),_0x293d96(_0x31a5b7,_0x15e31b(0x1c8))),_0x3d9004(_0x15e31b(0x1bc),_0x293d96(_0x31a5b7,_0x15e31b(0x1c6))),_0x3d9004(_0x15e31b(0x1d4),_0x293d96(_0x31a5b7,_0x15e31b(0x1dd))),_0x3d9004(_0x15e31b(0x1ef),_0x293d96(_0x31a5b7,_0x15e31b(0x1ea)));}}function _0x3d35(_0x248251,_0x1f6a25){const _0x203fe8=_0x203f();return _0x3d35=function(_0x3d3514,_0x4ada5b){_0x3d3514=_0x3d3514-0x1bb;let _0x5de2d6=_0x203fe8[_0x3d3514];return _0x5de2d6;},_0x3d35(_0x248251,_0x1f6a25);}function _0x203f(){const _0x292dbc=['bold','registerAttributeLabel','_registerLegacyDescription','SuperscriptEditing','underline','afterInit','italic','SubscriptEditing','has','FORMAT_STRIKETHROUGH','commandName','FORMAT_CODE','formatInline','110MdlcNv','2640mFpEyG','enableDefaultAttributesIntegration','3dMJFeq','StrikethroughEditing','TrackChangesEditing','FORMAT_','*Format:*\x20%0','locale','format','subscript','625084edquzX','slice','1820Dwtqiw','1433680Dtfzyj','UnderlineEditing','FORMAT_UNDERLINE','FORMAT_ITALIC','ItalicEditing','FORMAT_SUBSCRIPT','toUpperCase','get','descriptionFactory','plugins','3201368YhvABD','editor','886999lyHmKX','7Bxshnh','FORMAT_BOLD','registerDescriptionCallback','BoldEditing','CodeEditing','FORMAT_SUPERSCRIPT','forceValue','type','toLowerCase','*Remove\x20format:*\x20%0','superscript','code','commandParams','3053502tqyKNT','3291003Etsnwc','strikethrough'];_0x203f=function(){return _0x292dbc;};return _0x203f();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x2b4e4d=_0x6165;function _0x28c0(){const _0x14a3f0=['afterInit','TrackChangesEditing','commandParams','1527125fRVerV','plugins','selection','change','36PJYjnE','checkChild','from','descriptionFactory','locale','getSelectedBlocks','4748264KRbxNq','blockQuote','$root','editor','1NXFJOY','BlockQuoteEditing','has','enableCommand','document','forceValue','parent','766432fiNBMV','3662079LYGFbM','ELEMENT_BLOCK_QUOTE','2973494sMnZQc','*Set\x20format:*\x20%0','value','model','format','get','markBlockFormat','228109OlKfgs','*Remove\x20format:*\x20%0','filter','name','commandName','schema','registerDescriptionCallback','14184909hNkBJR','commands'];_0x28c0=function(){return _0x14a3f0;};return _0x28c0();}(function(_0x1b1c3b,_0x190677){const _0x4a5b30=_0x6165,_0x1b9bec=_0x1b1c3b();while(!![]){try{const _0x258273=parseInt(_0x4a5b30(0xae))/0x1*(-parseInt(_0x4a5b30(0xb8))/0x2)+parseInt(_0x4a5b30(0xb6))/0x3+parseInt(_0x4a5b30(0xb5))/0x4+-parseInt(_0x4a5b30(0xcb))/0x5+parseInt(_0x4a5b30(0xcf))/0x6*(parseInt(_0x4a5b30(0xbf))/0x7)+-parseInt(_0x4a5b30(0xaa))/0x8+parseInt(_0x4a5b30(0xc6))/0x9;if(_0x258273===_0x190677)break;else _0x1b9bec['push'](_0x1b9bec['shift']());}catch(_0x11f014){_0x1b9bec['push'](_0x1b9bec['shift']());}}}(_0x28c0,0xc2e0b));import{Plugin as _0x2058f4}from'ckeditor5/src/core.js';import{getTranslation as _0x4a5b9b}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x2c13ea}from'../utils/utils.js';export class TrackChangesBlockQuote extends _0x2058f4{[_0x2b4e4d(0xc8)](){const _0x183116=_0x2b4e4d,_0x366399=this[_0x183116(0xad)],_0x40bb8b=_0x366399[_0x183116(0xa8)];if(!_0x366399[_0x183116(0xcc)][_0x183116(0xb0)](_0x183116(0xaf)))return;const _0xb9f11c=_0x366399[_0x183116(0xcc)][_0x183116(0xbd)](_0x183116(0xc9)),_0x1ed566=this[_0x183116(0xad)][_0x183116(0xc7)][_0x183116(0xbd)](_0x183116(0xab));_0xb9f11c[_0x183116(0xb1)](_0x183116(0xab),(_0x362c3e,_0x4c4837={})=>{const _0x48270a=_0x183116,_0x3a878c=this[_0x48270a(0xad)][_0x48270a(0xbb)][_0x48270a(0xb2)][_0x48270a(0xcd)],_0x5f2665=_0x4c4837&&void 0x0!==_0x4c4837[_0x48270a(0xb3)]?_0x4c4837[_0x48270a(0xb3)]:!_0x1ed566[_0x48270a(0xba)];let _0x4667b4=[];if(_0x5f2665){const _0x354066=Array[_0x48270a(0xa6)](_0x3a878c[_0x48270a(0xa9)]())[_0x48270a(0xc1)](_0x5dba69=>oo(_0x5dba69)||function(_0xf87c96,_0xf57db6){const _0x4e1692=_0x48270a,_0x4e17e7=_0xf57db6[_0x4e1692(0xd0)](_0xf87c96[_0x4e1692(0xb4)],_0x4e1692(0xab)),_0x379164=_0xf57db6[_0x4e1692(0xd0)]([_0x4e1692(0xac),_0x4e1692(0xab)],_0xf87c96);return _0x4e17e7&&_0x379164;}(_0x5dba69,this[_0x48270a(0xad)][_0x48270a(0xbb)][_0x48270a(0xc4)]));_0x4667b4=_0x2c13ea(_0x354066,_0x366399[_0x48270a(0xbb)]);}else{const _0x4fbb17=Array[_0x48270a(0xa6)](_0x3a878c[_0x48270a(0xa9)]())[_0x48270a(0xc1)](_0x29a066=>oo(_0x29a066));_0x4667b4=_0x2c13ea(_0x4fbb17,_0x366399[_0x48270a(0xbb)]);}_0x366399[_0x48270a(0xbb)][_0x48270a(0xce)](()=>{const _0x1d398a=_0x48270a;for(const _0xed18b1 of _0x4667b4)_0xb9f11c[_0x1d398a(0xbe)](_0xed18b1,{'commandName':_0x1d398a(0xab),'commandParams':[{'forceValue':_0x5f2665}]});});}),_0xb9f11c[_0x183116(0xa7)][_0x183116(0xc5)](_0x140bda=>{const _0x22ddb4=_0x183116,{data:_0xa188bc}=_0x140bda;if(_0xa188bc&&_0x22ddb4(0xab)==_0xa188bc[_0x22ddb4(0xc3)]){const _0x41f24a=_0x4a5b9b(_0x40bb8b,_0x22ddb4(0xb7));return _0xa188bc[_0x22ddb4(0xca)][0x0][_0x22ddb4(0xb3)]?{'type':_0x22ddb4(0xbc),'content':_0x4a5b9b(_0x40bb8b,_0x22ddb4(0xb9),_0x41f24a)}:{'type':_0x22ddb4(0xbc),'content':_0x4a5b9b(_0x40bb8b,_0x22ddb4(0xc0),_0x41f24a)};}});}}function _0x6165(_0x4e8563,_0x11688d){const _0x28c088=_0x28c0();return _0x6165=function(_0x616540,_0x1b96d1){_0x616540=_0x616540-0xa6;let _0x12cb81=_0x28c088[_0x616540];return _0x12cb81;},_0x6165(_0x4e8563,_0x11688d);}function oo(_0x394a7b){const _0x5d98d8=_0x2b4e4d;return _0x5d98d8(0xab)==_0x394a7b[_0x5d98d8(0xb4)][_0x5d98d8(0xc2)];}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x5d5c02=_0x16fb;(function(_0x192388,_0x201a8f){const _0xc7a478=_0x16fb,_0x4afda0=_0x192388();while(!![]){try{const _0x182ff0=-parseInt(_0xc7a478(0xd0))/0x1+parseInt(_0xc7a478(0xd2))/0x2*(parseInt(_0xc7a478(0xc5))/0x3)+-parseInt(_0xc7a478(0xd7))/0x4*(parseInt(_0xc7a478(0xc6))/0x5)+-parseInt(_0xc7a478(0xda))/0x6*(-parseInt(_0xc7a478(0xd1))/0x7)+parseInt(_0xc7a478(0xc4))/0x8+-parseInt(_0xc7a478(0xc1))/0x9+parseInt(_0xc7a478(0xd9))/0xa*(-parseInt(_0xc7a478(0xce))/0xb);if(_0x182ff0===_0x201a8f)break;else _0x4afda0['push'](_0x4afda0['shift']());}catch(_0x382b3d){_0x4afda0['push'](_0x4afda0['shift']());}}}(_0x57c0,0xe01a2));function _0x16fb(_0x388cfb,_0x4e82fa){const _0x57c0d3=_0x57c0();return _0x16fb=function(_0x16fbdd,_0x1024a9){_0x16fbdd=_0x16fbdd-0xbd;let _0x4b12f9=_0x57c0d3[_0x16fbdd];return _0x4b12f9;},_0x16fb(_0x388cfb,_0x4e82fa);}function _0x57c0(){const _0x4166e0=['key','bookmarkId','deletion','*Remove:*\x20%0','TrackChangesEditing','editor','insertBookmark','*Set\x20bookmark:*\x20%0','has','getContainedElement','newValue','462474VYZApM','*Insert:*\x20%0','bookmark','13508416gVXGao','3GrtPoG','20zydBYx','enableCommand','type','attribute','ELEMENT_BOOKMARK','element','afterInit','format','1415062nBLshc','descriptionFactory','144501AftLoZ','7UwUgSV','566986yvXClj','BookmarkEditing','enableDefaultAttributesIntegration','getAttribute','registerDescriptionCallback','1404812JcSgif','get','50xRJyOc','7138716ehiVPk','insertion','plugins','updateBookmark','locale'];_0x57c0=function(){return _0x4166e0;};return _0x57c0();}import{Plugin as _0x102541}from'ckeditor5/src/core.js';import{getTranslation as _0x56eeb9}from'../utils/common-translations.js';export class TrackChangesBookmark extends _0x102541{[_0x5d5c02(0xcc)](){const _0x21681b=_0x5d5c02,_0x5f5909=this[_0x21681b(0xe4)],_0x1dbd4e=_0x5f5909[_0x21681b(0xde)],_0x5b654e=_0x5f5909[_0x21681b(0xdc)][_0x21681b(0xd8)](_0x21681b(0xe3));_0x5f5909[_0x21681b(0xdc)][_0x21681b(0xbe)](_0x21681b(0xd3))&&(_0x5b654e[_0x21681b(0xc7)](_0x21681b(0xe5)),_0x5b654e[_0x21681b(0xd4)](_0x21681b(0xdd)),_0x5b654e[_0x21681b(0xcf)][_0x21681b(0xd6)](_0x2b6d6f=>{const _0x59a54c=_0x21681b;if(_0x59a54c(0xdb)!=_0x2b6d6f[_0x59a54c(0xc8)]&&_0x59a54c(0xe1)!=_0x2b6d6f[_0x59a54c(0xc8)]&&_0x59a54c(0xc9)!=_0x2b6d6f[_0x59a54c(0xc8)])return;const _0x4dc930=_0x2b6d6f[_0x59a54c(0xbf)]();if(null==_0x4dc930)return;if(!_0x4dc930['is'](_0x59a54c(0xcb),_0x59a54c(0xc3)))return;const _0xc8e526=_0x4dc930[_0x59a54c(0xd5)](_0x59a54c(0xe0));if(_0x59a54c(0xdb)==_0x2b6d6f[_0x59a54c(0xc8)])return{'type':_0x59a54c(0xdb),'content':_0x56eeb9(_0x1dbd4e,_0x59a54c(0xc2),'\x22'+_0xc8e526+'\x22\x20'+_0x56eeb9(_0x1dbd4e,_0x59a54c(0xca)))};if(_0x59a54c(0xe1)==_0x2b6d6f[_0x59a54c(0xc8)])return{'type':_0x59a54c(0xe1),'content':_0x56eeb9(_0x1dbd4e,_0x59a54c(0xe2),'\x22'+_0xc8e526+'\x22\x20'+_0x56eeb9(_0x1dbd4e,_0x59a54c(0xca)))};const {data:_0x391045}=_0x2b6d6f;if(!_0x391045||_0x59a54c(0xe0)!=_0x391045[_0x59a54c(0xdf)])return;return{'type':_0x59a54c(0xcd),'content':_0x56eeb9(_0x1dbd4e,_0x59a54c(0xbd),'\x22'+_0x391045[_0x59a54c(0xc0)]+'\x22')};}));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x2497(_0x2a0399,_0x38a2ac){const _0xd87d54=_0xd87d();return _0x2497=function(_0x249798,_0x23a801){_0x249798=_0x249798-0x118;let _0x49774e=_0xd87d54[_0x249798];return _0x49774e;},_0x2497(_0x2a0399,_0x38a2ac);}function _0xd87d(){const _0x1da6b6=['get','enableCommand','changeCaseTitle','18RyEBXs','1542SOKWSh','543711fWRbwN','editor','3302wSIecZ','TrackChangesEditing','3647358iOAeyL','12DUQCwQ','plugins','has','afterInit','CaseChange','4273836ETpYPo','48ByOGou','1036990BDJHwG','changeCaseUpper','819jVbYQV','changeCaseLower','14037804jxFNEX','20660jSfEup'];_0xd87d=function(){return _0x1da6b6;};return _0xd87d();}const _0x30721c=_0x2497;(function(_0x2d6519,_0x487c4a){const _0x5ba6e0=_0x2497,_0x290783=_0x2d6519();while(!![]){try{const _0x32e25a=-parseInt(_0x5ba6e0(0x12a))/0x1*(parseInt(_0x5ba6e0(0x11e))/0x2)+parseInt(_0x5ba6e0(0x120))/0x3+-parseInt(_0x5ba6e0(0x126))/0x4+-parseInt(_0x5ba6e0(0x12d))/0x5*(-parseInt(_0x5ba6e0(0x11b))/0x6)+parseInt(_0x5ba6e0(0x11c))/0x7*(-parseInt(_0x5ba6e0(0x127))/0x8)+parseInt(_0x5ba6e0(0x11a))/0x9*(parseInt(_0x5ba6e0(0x128))/0xa)+-parseInt(_0x5ba6e0(0x12c))/0xb*(-parseInt(_0x5ba6e0(0x121))/0xc);if(_0x32e25a===_0x487c4a)break;else _0x290783['push'](_0x290783['shift']());}catch(_0x480590){_0x290783['push'](_0x290783['shift']());}}}(_0xd87d,0xd586e));import{Plugin as _0x544ed1}from'ckeditor5/src/core.js';export class TrackChangesCaseChange extends _0x544ed1{[_0x30721c(0x124)](){const _0x5f0d31=_0x30721c,_0x13c50d=this[_0x5f0d31(0x11d)];_0x13c50d[_0x5f0d31(0x122)][_0x5f0d31(0x123)](_0x5f0d31(0x125))&&(_0x13c50d[_0x5f0d31(0x122)][_0x5f0d31(0x12e)](_0x5f0d31(0x11f))[_0x5f0d31(0x118)](_0x5f0d31(0x129)),_0x13c50d[_0x5f0d31(0x122)][_0x5f0d31(0x12e)](_0x5f0d31(0x11f))[_0x5f0d31(0x118)](_0x5f0d31(0x12b)),_0x13c50d[_0x5f0d31(0x122)][_0x5f0d31(0x12e)](_0x5f0d31(0x11f))[_0x5f0d31(0x118)](_0x5f0d31(0x119)));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x4c5326=_0x3423;(function(_0x51d29d,_0xa314ac){const _0x424697=_0x3423,_0x68a7d5=_0x51d29d();while(!![]){try{const _0x4088f9=parseInt(_0x424697(0x157))/0x1+parseInt(_0x424697(0x165))/0x2+-parseInt(_0x424697(0x15d))/0x3+-parseInt(_0x424697(0x15a))/0x4*(-parseInt(_0x424697(0x15e))/0x5)+-parseInt(_0x424697(0x15b))/0x6*(parseInt(_0x424697(0x158))/0x7)+parseInt(_0x424697(0x161))/0x8*(-parseInt(_0x424697(0x162))/0x9)+parseInt(_0x424697(0x168))/0xa*(parseInt(_0x424697(0x164))/0xb);if(_0x4088f9===_0xa314ac)break;else _0x68a7d5['push'](_0x68a7d5['shift']());}catch(_0x6bdc38){_0x68a7d5['push'](_0x68a7d5['shift']());}}}(_0x415d,0xd1491));import{Plugin as _0x213e48}from'ckeditor5/src/core.js';export class TrackChangesCKBox extends _0x213e48{[_0x4c5326(0x160)](){const _0x1a86b2=_0x4c5326,_0x1ae405=this[_0x1a86b2(0x15f)];_0x1ae405[_0x1a86b2(0x166)][_0x1a86b2(0x167)](_0x1a86b2(0x15c))&&_0x1ae405[_0x1a86b2(0x163)][_0x1a86b2(0x167)](_0x1a86b2(0x156))[_0x1a86b2(0x159)](_0x1a86b2(0x15c));}}function _0x3423(_0x9b5733,_0x5558f0){const _0x415d72=_0x415d();return _0x3423=function(_0x3423fa,_0x4b9297){_0x3423fa=_0x3423fa-0x156;let _0x1a3c74=_0x415d72[_0x3423fa];return _0x1a3c74;},_0x3423(_0x9b5733,_0x5558f0);}function _0x415d(){const _0x3b02bc=['plugins','11QXVgdm','907642dBVlkQ','commands','get','23390370upXLvA','TrackChangesEditing','108013CVkBZb','140VNuyLI','enableCommand','174440BGCfan','333132szoNSS','ckbox','1158978yXjTjg','25fZzPok','editor','afterInit','6119376FYZndx','9iEPuCg'];_0x415d=function(){return _0x3b02bc;};return _0x415d();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x59a53a=_0x3d17;(function(_0x22842f,_0x3db674){const _0x57ed2f=_0x3d17,_0x42770e=_0x22842f();while(!![]){try{const _0xfe9208=-parseInt(_0x57ed2f(0x1cc))/0x1*(-parseInt(_0x57ed2f(0x1cd))/0x2)+-parseInt(_0x57ed2f(0x1bd))/0x3+-parseInt(_0x57ed2f(0x1b3))/0x4+-parseInt(_0x57ed2f(0x1b0))/0x5+-parseInt(_0x57ed2f(0x1ad))/0x6+-parseInt(_0x57ed2f(0x1ce))/0x7+parseInt(_0x57ed2f(0x1c3))/0x8*(parseInt(_0x57ed2f(0x1c8))/0x9);if(_0xfe9208===_0x3db674)break;else _0x42770e['push'](_0x42770e['shift']());}catch(_0x546db4){_0x42770e['push'](_0x42770e['shift']());}}}(_0x3735,0xa8831));function _0x3735(){const _0x349c16=['afterInit','change','find','ELEMENT_CODE_BLOCK','*Remove\x20format:*\x20%0','languages','forceValue','CodeBlock','toLowerCase','commandParams','descriptionFactory','*Set\x20format:*\x20%0','2010420bAjmuG','commands','editor','1730005oHBiLD','get','schema','5470852Mhhvdj','registerElementLabel','plugins','selection','checkChild','format','name','model','TrackChangesEditing','from','3238389mNbQKz','rootElement','blockName','config','type','commandName','139088mSoiyZ','filter','has','indentCodeBlock','locale','2304xUEqFA','isLimit','codeBlock','parent','46141szFzOL','4WEHIuE','5072382kCwYYS','markBlockFormat','document','outdentCodeBlock','getSelectedBlocks','language','registerDescriptionCallback','formatBlock','enableCommand','value','label'];_0x3735=function(){return _0x349c16;};return _0x3735();}import{Plugin as _0x596d7d}from'ckeditor5/src/core.js';import{getTranslation as _0x169a62}from'../utils/common-translations.js';function _0x3d17(_0x4cd376,_0x3e6c5e){const _0x373591=_0x3735();return _0x3d17=function(_0x3d1718,_0x37410d){_0x3d1718=_0x3d1718-0x1a6;let _0x2b7d14=_0x373591[_0x3d1718];return _0x2b7d14;},_0x3d17(_0x4cd376,_0x3e6c5e);}import{getRangesOfBlockGroups as _0x515609}from'../utils/utils.js';export class TrackChangesCodeBlock extends _0x596d7d{[_0x59a53a(0x1d9)](){const _0x43c925=_0x59a53a,_0x392180=this[_0x43c925(0x1af)];if(!_0x392180[_0x43c925(0x1b5)][_0x43c925(0x1c5)](_0x43c925(0x1a8)))return;const _0x5731fb=_0x392180[_0x43c925(0x1b5)][_0x43c925(0x1b1)](_0x43c925(0x1bb)),_0x220fd3=_0x392180[_0x43c925(0x1c7)],_0x449509=_0x392180[_0x43c925(0x1c0)][_0x43c925(0x1b1)](_0x43c925(0x1ca))[_0x43c925(0x1a6)],_0x482ec8=_0x392180[_0x43c925(0x1ae)][_0x43c925(0x1b1)](_0x43c925(0x1ca));_0x5731fb[_0x43c925(0x1d6)](_0x43c925(0x1c6)),_0x5731fb[_0x43c925(0x1d6)](_0x43c925(0x1d1)),_0x5731fb[_0x43c925(0x1d6)](_0x43c925(0x1ca),(_0x321526,_0x5bfb4d={})=>{const _0xf350c5=_0x43c925,_0x1c653a=_0x392180[_0xf350c5(0x1ba)],_0x5100ea=_0x392180[_0xf350c5(0x1ba)][_0xf350c5(0x1d0)][_0xf350c5(0x1b6)],_0x221e19=_0x5bfb4d&&void 0x0!==_0x5bfb4d[_0xf350c5(0x1a7)]?_0x5bfb4d[_0xf350c5(0x1a7)]:!_0x482ec8[_0xf350c5(0x1d7)];let _0x12a31b;_0x5bfb4d[_0xf350c5(0x1d3)]||(_0x5bfb4d[_0xf350c5(0x1d3)]=_0x449509[0x0][_0xf350c5(0x1d3)]),_0x12a31b=_0x221e19?Array[_0xf350c5(0x1bc)](_0x5100ea[_0xf350c5(0x1d2)]())[_0xf350c5(0x1c4)](_0xbfe0a9=>co(_0xbfe0a9)||function(_0x3e9d04,_0x323194){const _0x31907b=_0xf350c5;if(_0x3e9d04['is'](_0x31907b(0x1be))||_0x323194[_0x31907b(0x1c9)](_0x3e9d04))return!0x1;return _0x323194[_0x31907b(0x1b7)](_0x3e9d04[_0x31907b(0x1cb)],_0x31907b(0x1ca));}(_0xbfe0a9,_0x1c653a[_0xf350c5(0x1b2)])):Array[_0xf350c5(0x1bc)](_0x5100ea[_0xf350c5(0x1d2)]())[_0xf350c5(0x1c4)](_0x309e9a=>co(_0x309e9a));const _0x48917b=_0x515609(_0x12a31b,_0x1c653a);_0x1c653a[_0xf350c5(0x1da)](()=>{const _0x9eedf8=_0xf350c5;for(const _0x4b00fb of _0x48917b)_0x5731fb[_0x9eedf8(0x1cf)](_0x4b00fb,{'commandName':_0x9eedf8(0x1ca),'commandParams':[{..._0x5bfb4d,'forceValue':_0x221e19}],'formatGroupId':_0x9eedf8(0x1bf)});});}),(_0x5731fb[_0x43c925(0x1ab)][_0x43c925(0x1b4)](_0x43c925(0x1ca),_0x137bee=>_0x169a62(_0x220fd3,_0x43c925(0x1dc),_0x137bee)),_0x5731fb[_0x43c925(0x1ab)][_0x43c925(0x1d4)](_0x51e97d=>{const _0x5bd1cf=_0x43c925;if(_0x5bd1cf(0x1d5)!=_0x51e97d[_0x5bd1cf(0x1c1)])return;const _0x3fac9a=_0x220fd3['t'],{data:_0x2ed5c6}=_0x51e97d;if(!_0x2ed5c6||_0x5bd1cf(0x1ca)!=_0x2ed5c6[_0x5bd1cf(0x1c2)])return;const _0x2911e9=_0x2ed5c6[_0x5bd1cf(0x1aa)][0x0][_0x5bd1cf(0x1d3)],_0xf2b896=_0x3fac9a(_0x449509[_0x5bd1cf(0x1db)](_0x3062c1=>_0x3062c1[_0x5bd1cf(0x1d3)]===_0x2911e9)[_0x5bd1cf(0x1d8)])[_0x5bd1cf(0x1a9)]();return _0x2ed5c6[_0x5bd1cf(0x1aa)][0x0][_0x5bd1cf(0x1a7)]?{'type':_0x5bd1cf(0x1b8),'content':_0x169a62(_0x220fd3,_0x5bd1cf(0x1ac),_0x169a62(_0x220fd3,_0x5bd1cf(0x1dc),0x1)+'\x20('+_0xf2b896+')')}:{'type':_0x5bd1cf(0x1b8),'content':_0x169a62(_0x220fd3,_0x5bd1cf(0x1dd),_0x169a62(_0x220fd3,_0x5bd1cf(0x1dc),0x1))};}));}}function co(_0x48c50f){const _0x320625=_0x59a53a;return _0x320625(0x1ca)==_0x48c50f[_0x320625(0x1b9)];}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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
- function _0x25a3(_0x5e57a5,_0x37f310){const _0x5583c2=_0x5583();return _0x25a3=function(_0x25a334,_0x51cb83){_0x25a334=_0x25a334-0xbd;let _0x40826f=_0x5583c2[_0x25a334];return _0x40826f;},_0x25a3(_0x5e57a5,_0x37f310);}const _0xc6f641=_0x25a3;function _0x5583(){const _0x4646a9=['TrackChangesEditing','has','addCommentThread','2382805pmvRUl','542056BHWekW','146784itojiW','CommentsEditing','3272166EnpGUY','83918QINpLb','1679304aXUXgz','enableCommand','editor','35nTjcmb','get','8RwjgVZ','6618170JMysbj','plugins','afterInit','18MsJZch'];_0x5583=function(){return _0x4646a9;};return _0x5583();}(function(_0x1ba7ae,_0x122e86){const _0xeb2918=_0x25a3,_0x21e1f8=_0x1ba7ae();while(!![]){try{const _0x1eeeb9=-parseInt(_0xeb2918(0xc6))/0x1*(-parseInt(_0xeb2918(0xc0))/0x2)+parseInt(_0xeb2918(0xc1))/0x3+parseInt(_0xeb2918(0xbd))/0x4+parseInt(_0xeb2918(0xce))/0x5+parseInt(_0xeb2918(0xbf))/0x6+parseInt(_0xeb2918(0xc4))/0x7*(-parseInt(_0xeb2918(0xcf))/0x8)+-parseInt(_0xeb2918(0xca))/0x9*(parseInt(_0xeb2918(0xc7))/0xa);if(_0x1eeeb9===_0x122e86)break;else _0x21e1f8['push'](_0x21e1f8['shift']());}catch(_0x3f659a){_0x21e1f8['push'](_0x21e1f8['shift']());}}}(_0x5583,0x47337));import{Plugin as _0x1e7da9}from'ckeditor5/src/core.js';export class TrackChangesComments extends _0x1e7da9{[_0xc6f641(0xc9)](){const _0x3d0c74=_0xc6f641,_0xf2192d=this[_0x3d0c74(0xc3)];if(!_0xf2192d[_0x3d0c74(0xc8)][_0x3d0c74(0xcc)](_0x3d0c74(0xbe)))return;_0xf2192d[_0x3d0c74(0xc8)][_0x3d0c74(0xc5)](_0x3d0c74(0xcb))[_0x3d0c74(0xc2)](_0x3d0c74(0xcd));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, 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 _0x360dd7=_0x2bf6;(function(_0x53c9b7,_0x36d042){const _0x4ce3ad=_0x2bf6,_0x2f43bd=_0x53c9b7();while(!![]){try{const _0x31ee4b=-parseInt(_0x4ce3ad(0x1be))/0x1+parseInt(_0x4ce3ad(0x19d))/0x2*(-parseInt(_0x4ce3ad(0x1a2))/0x3)+parseInt(_0x4ce3ad(0x1a9))/0x4+parseInt(_0x4ce3ad(0x19c))/0x5*(-parseInt(_0x4ce3ad(0x1ba))/0x6)+parseInt(_0x4ce3ad(0x1bc))/0x7+-parseInt(_0x4ce3ad(0x1b2))/0x8*(-parseInt(_0x4ce3ad(0x1ae))/0x9)+parseInt(_0x4ce3ad(0x1ad))/0xa;if(_0x31ee4b===_0x36d042)break;else _0x2f43bd['push'](_0x2f43bd['shift']());}catch(_0xb42bee){_0x2f43bd['push'](_0x2f43bd['shift']());}}}(_0x2ac0,0x1ecdb));import{Plugin as _0x10f566}from'ckeditor5/src/core.js';import{ModelLiveRange as _0x37a71a}from'ckeditor5/src/engine.js';import{Delete as _0x47ab9e}from'ckeditor5/src/typing.js';function _0x2bf6(_0x288e73,_0x129490){const _0x2ac034=_0x2ac0();return _0x2bf6=function(_0x2bf6c2,_0x31e3a4){_0x2bf6c2=_0x2bf6c2-0x198;let _0x54e0cc=_0x2ac034[_0x2bf6c2];return _0x54e0cc;},_0x2bf6(_0x288e73,_0x129490);}export class TrackChangesDeleteCommand extends _0x10f566{static get[_0x360dd7(0x1aa)](){return[_0x47ab9e];}[_0x360dd7(0x1ac)](){const _0xb18741=_0x360dd7,_0xd7bbdc=this[_0xb18741(0x1a8)],_0x8cf3dd=_0xd7bbdc[_0xb18741(0x1a1)][_0xb18741(0x199)](_0xb18741(0x1a3));_0x8cf3dd[_0xb18741(0x19e)](_0xb18741(0x1a7));const _0x1f4380=_0xd7bbdc[_0xb18741(0x1bf)][_0xb18741(0x199)](_0xb18741(0x1c0));_0x8cf3dd[_0xb18741(0x19e)](_0xb18741(0x1c0),(_0x1566ef,_0x5bb75b={})=>{const _0x242fb6=_0xb18741,_0x397894=_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x1b7)](_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x198)][_0x242fb6(0x1b8)]);_0x397894[_0x242fb6(0x1b0)]&&_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x1c1)](_0x397894,{'direction':_0x242fb6(0x1a0),'unit':_0x5bb75b[_0x242fb6(0x1b4)]});const _0x15b0ba=_0x397894[_0x242fb6(0x1c2)](),_0x1db052=_0x37a71a[_0x242fb6(0x19f)](_0x15b0ba);let _0x3f063e;_0x1566ef(_0x5bb75b),_0x3f063e=_0x242fb6(0x1bd)==_0x1db052[_0x242fb6(0x1ab)][_0x242fb6(0x1b1)]?_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x1a6)](_0x15b0ba[_0x242fb6(0x1b6)]):_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x1a6)](_0x1db052[_0x242fb6(0x1b6)],_0x1db052[_0x242fb6(0x1b9)]),_0x1db052[_0x242fb6(0x1bb)](),_0xd7bbdc[_0x242fb6(0x1af)][_0x242fb6(0x1a4)](_0x1f4380[_0x242fb6(0x1b5)][_0x242fb6(0x19b)],_0x3cfa9e=>{const _0x49d221=_0x242fb6;_0x1f4380[_0x49d221(0x1b5)][_0x49d221(0x1b3)](),_0x3cfa9e[_0x49d221(0x19a)](_0x3cfa9e[_0x49d221(0x1a6)](_0x3f063e[_0x49d221(0x1b9)])),_0x1f4380[_0x49d221(0x1b5)][_0x49d221(0x1a5)]();});});}}function _0x2ac0(){const _0x6184c8=['buffer','start','createSelection','selection','end','348hpmVWG','detach','1386763jWpRhV','$graveyard','120963YUoUZM','commands','deleteForward','modifySelection','getFirstRange','document','get','setSelection','batch','5595nZQYMh','391306BlBSUO','enableCommand','fromRange','forward','plugins','3EPVzoc','TrackChangesEditing','enqueueChange','unlock','createRange','delete','editor','298256aMJxHt','requires','root','init','86280uYmnli','18EJwQVt','model','isCollapsed','rootName','905552NPZmpi','lock','unit'];_0x2ac0=function(){return _0x6184c8;};return _0x2ac0();}