@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
- const _0x35079a=_0x3fec;(function(_0x2394e8,_0x97a6bf){const _0x271338=_0x3fec,_0x22d37a=_0x2394e8();while(!![]){try{const _0xa42ab3=parseInt(_0x271338(0x102))/0x1+-parseInt(_0x271338(0x115))/0x2+parseInt(_0x271338(0x145))/0x3*(parseInt(_0x271338(0x110))/0x4)+-parseInt(_0x271338(0x117))/0x5*(parseInt(_0x271338(0x142))/0x6)+-parseInt(_0x271338(0x100))/0x7*(-parseInt(_0x271338(0x107))/0x8)+parseInt(_0x271338(0x129))/0x9+-parseInt(_0x271338(0xfc))/0xa;if(_0xa42ab3===_0x97a6bf)break;else _0x22d37a['push'](_0x22d37a['shift']());}catch(_0x29b284){_0x22d37a['push'](_0x22d37a['shift']());}}}(_0x3ca3,0x616f8));import{Plugin as _0x2270f7}from'ckeditor5/src/core.js';function _0x3ca3(){const _0x4b0c22=['handleListReversedCommand','5bWVahi','config','handleDescriptions','has','push','afterInit','registerDescriptionCallback','_getSuggestionBlocks','*Format:*\x20set\x20order\x20to\x20reversed','createRange','styles','startIndex','document','getSelectedBlocks','from','unshift','map','getLastPosition','6299298SXSIkq','_getTranslationKeyForListStyle','listReversed','handleListStyleCommand','LegacyListUtils','TrackChangesEditing','_getSuggestionBlocksForListStyle','before','bind','plugins','numbered','markMultiRangeBlockFormat','list.properties','selection','replace','backward','length','*Format:*\x20set\x20order\x20to\x20regular','reversed','createPositionAt','get','commandParams','model','getSiblingNodes','*Format:*\x20set\x20start\x20index\x20to\x20%0','1417380RRFIwt','change','getListTypeFromListStyleType','24iukwBa','getFirstPosition','ELEMENT_','listItem','enableCommand','flat','*Change\x20to:*\x20%0','formatInline','15253970sDZUIx','editor','default','commandName','3210067UXDUgc','_LIST_','748178Yjhmht','listStart','forward','parent','toUpperCase','8LqQarI','type','LegacyListPropertiesEditing','locale','element','descriptionFactory','getAttribute','listType','handleListStartCommand','146252bVahyP','filter','formatBlock','format','listStyle','76924MMUKXG'];_0x3ca3=function(){return _0x4b0c22;};return _0x3ca3();}function _0x3fec(_0x1b65f4,_0x4b9913){const _0x3ca38a=_0x3ca3();return _0x3fec=function(_0x3fecb0,_0xbe915c){_0x3fecb0=_0x3fecb0-0xfb;let _0xbf4cde=_0x3ca38a[_0x3fecb0];return _0xbf4cde;},_0x3fec(_0x1b65f4,_0x4b9913);}import{getTranslation as _0x2ac23a}from'../utils/common-translations.js';export class TrackChangesLegacyListProperties extends _0x2270f7{[_0x35079a(0x11c)](){const _0x11fa06=_0x35079a;if(!this[_0x11fa06(0xfd)][_0x11fa06(0x132)][_0x11fa06(0x11a)](_0x11fa06(0x109)))return;const _0x2b8b64=this[_0x11fa06(0xfd)][_0x11fa06(0x118)][_0x11fa06(0x13d)](_0x11fa06(0x135)),_0x56beee=this[_0x11fa06(0xfd)][_0x11fa06(0x132)][_0x11fa06(0x13d)](_0x11fa06(0x12e));_0x2b8b64[_0x11fa06(0x121)]&&_0x56beee[_0x11fa06(0x149)](_0x11fa06(0x114),this[_0x11fa06(0x12c)][_0x11fa06(0x131)](this)),_0x2b8b64[_0x11fa06(0x13b)]&&_0x56beee[_0x11fa06(0x149)](_0x11fa06(0x12b),this[_0x11fa06(0x116)][_0x11fa06(0x131)](this)),_0x2b8b64[_0x11fa06(0x122)]&&_0x56beee[_0x11fa06(0x149)](_0x11fa06(0x103),this[_0x11fa06(0x10f)][_0x11fa06(0x131)](this)),_0x56beee[_0x11fa06(0x10c)][_0x11fa06(0x11d)](this[_0x11fa06(0x119)][_0x11fa06(0x131)](this));}[_0x35079a(0x12c)](_0x171e84,_0x136d9c={}){const _0x467b31=_0x35079a,_0x14214d=this[_0x467b31(0xfd)][_0x467b31(0x132)][_0x467b31(0x13d)](_0x467b31(0x12e)),_0x1821a0=this[_0x467b31(0x12f)]();this[_0x467b31(0xfd)][_0x467b31(0x13f)][_0x467b31(0x143)](()=>{const _0x20163c=_0x467b31;_0x14214d[_0x20163c(0x134)](_0x1821a0,{'commandName':_0x20163c(0x114),'commandParams':[{'type':_0x136d9c[_0x20163c(0x108)]}],'formatGroupId':_0x20163c(0x114)});});}[_0x35079a(0x116)](_0x35d72c,_0x103baa={}){const _0x5e4a8f=_0x35079a,_0x13ddf4=this[_0x5e4a8f(0xfd)][_0x5e4a8f(0x132)][_0x5e4a8f(0x13d)](_0x5e4a8f(0x12e)),_0x4ad537=this[_0x5e4a8f(0x11e)](_0x10cb6b=>_0x10cb6b['is'](_0x5e4a8f(0x10b),_0x5e4a8f(0x148))&&_0x5e4a8f(0x133)===_0x10cb6b[_0x5e4a8f(0x10d)](_0x5e4a8f(0x10e)));if(_0x4ad537[_0x5e4a8f(0x139)]<0x1)return;const _0x2e53d8=_0x4ad537[_0x5e4a8f(0x127)](_0x250e98=>this[_0x5e4a8f(0xfd)][_0x5e4a8f(0x13f)][_0x5e4a8f(0x120)](this[_0x5e4a8f(0xfd)][_0x5e4a8f(0x13f)][_0x5e4a8f(0x13c)](_0x250e98,_0x5e4a8f(0x130)),this[_0x5e4a8f(0xfd)][_0x5e4a8f(0x13f)][_0x5e4a8f(0x13c)](_0x250e98,0x0)));this[_0x5e4a8f(0xfd)][_0x5e4a8f(0x13f)][_0x5e4a8f(0x143)](()=>{const _0x3dad0c=_0x5e4a8f;_0x13ddf4[_0x3dad0c(0x134)](_0x2e53d8,{'commandName':_0x3dad0c(0x12b),'commandParams':[{'reversed':_0x103baa[_0x3dad0c(0x13b)]}],'formatGroupId':_0x3dad0c(0x12b)});});}[_0x35079a(0x10f)](_0x41dfad,_0x31d1b5={}){const _0x2bd0e9=_0x35079a,_0x22f91e=this[_0x2bd0e9(0xfd)][_0x2bd0e9(0x132)][_0x2bd0e9(0x13d)](_0x2bd0e9(0x12e)),_0xff6c64=this[_0x2bd0e9(0x11e)](_0x368a4d=>_0x368a4d['is'](_0x2bd0e9(0x10b),_0x2bd0e9(0x148))&&_0x2bd0e9(0x133)===_0x368a4d[_0x2bd0e9(0x10d)](_0x2bd0e9(0x10e)));if(_0xff6c64[_0x2bd0e9(0x139)]<0x1)return;const _0x4efddb=_0xff6c64[_0x2bd0e9(0x127)](_0x122839=>this[_0x2bd0e9(0xfd)][_0x2bd0e9(0x13f)][_0x2bd0e9(0x120)](this[_0x2bd0e9(0xfd)][_0x2bd0e9(0x13f)][_0x2bd0e9(0x13c)](_0x122839,_0x2bd0e9(0x130)),this[_0x2bd0e9(0xfd)][_0x2bd0e9(0x13f)][_0x2bd0e9(0x13c)](_0x122839,0x0)));this[_0x2bd0e9(0xfd)][_0x2bd0e9(0x13f)][_0x2bd0e9(0x143)](()=>{const _0x35bfbb=_0x2bd0e9;_0x22f91e[_0x35bfbb(0x134)](_0x4efddb,{'commandName':_0x35bfbb(0x103),'commandParams':[{'startIndex':_0x31d1b5[_0x35bfbb(0x122)]}],'formatGroupId':_0x35bfbb(0x103)});});}[_0x35079a(0x119)](_0x2db5af){const _0x5c1573=_0x35079a;if(_0x5c1573(0x112)!=_0x2db5af[_0x5c1573(0x108)]&&_0x5c1573(0xfb)!=_0x2db5af[_0x5c1573(0x108)])return;const _0x2c4661=this[_0x5c1573(0xfd)][_0x5c1573(0x10a)],{data:_0x164ecf}=_0x2db5af;if(!_0x164ecf)return;let _0x1bfa96,_0x3302ff;switch(_0x164ecf[_0x5c1573(0xff)]){case _0x5c1573(0x114):_0x1bfa96=_0x5c1573(0x14b),_0x3302ff={'type':_0x5c1573(0x113),'content':_0x2ac23a(_0x2c4661,_0x1bfa96,_0x2ac23a(_0x2c4661,this[_0x5c1573(0x12a)](_0x164ecf[_0x5c1573(0x13e)][0x0][_0x5c1573(0x108)])))};break;case _0x5c1573(0x12b):_0x1bfa96=_0x164ecf[_0x5c1573(0x13e)][0x0][_0x5c1573(0x13b)]?_0x5c1573(0x11f):_0x5c1573(0x13a),_0x3302ff={'type':_0x5c1573(0x113),'content':_0x2ac23a(_0x2c4661,_0x1bfa96)};break;case _0x5c1573(0x103):_0x1bfa96=_0x5c1573(0x141),_0x3302ff={'type':_0x5c1573(0x113),'content':_0x2ac23a(_0x2c4661,_0x1bfa96,_0x164ecf[_0x5c1573(0x13e)][0x0][_0x5c1573(0x122)])};}return _0x3302ff;}[_0x35079a(0x12f)](){const _0x265c98=_0x35079a,_0x1bf1b5=this[_0x265c98(0xfd)][_0x265c98(0x132)][_0x265c98(0x13d)](_0x265c98(0x12d));let _0x373bbf=Array[_0x265c98(0x125)](this[_0x265c98(0xfd)][_0x265c98(0x13f)][_0x265c98(0x123)][_0x265c98(0x136)][_0x265c98(0x124)]());return _0x373bbf[0x0]?.['is'](_0x265c98(0x10b),_0x265c98(0x148))&&_0x373bbf[_0x265c98(0x126)](..._0x1bf1b5[_0x265c98(0x140)](this[_0x265c98(0xfd)][_0x265c98(0x13f)][_0x265c98(0x123)][_0x265c98(0x136)][_0x265c98(0x146)](),_0x265c98(0x138))),_0x373bbf[_0x373bbf[_0x265c98(0x139)]-0x1]?.['is'](_0x265c98(0x10b),_0x265c98(0x148))&&_0x373bbf[_0x265c98(0x11b)](..._0x1bf1b5[_0x265c98(0x140)](this[_0x265c98(0xfd)][_0x265c98(0x13f)][_0x265c98(0x123)][_0x265c98(0x136)][_0x265c98(0x128)](),_0x265c98(0x104))),_0x373bbf=[...new Set(_0x373bbf)],this[_0x265c98(0xfd)][_0x265c98(0x13f)][_0x265c98(0x123)][_0x265c98(0x136)][_0x265c98(0x146)]()?.[_0x265c98(0x105)]?.['is'](_0x265c98(0x10b),_0x265c98(0x148))&&(_0x373bbf=_0x373bbf[_0x265c98(0x111)](_0x535f4f=>_0x535f4f['is'](_0x265c98(0x10b),_0x265c98(0x148)))),_0x373bbf;}[_0x35079a(0x11e)](_0x5f2a11){const _0x4532b5=_0x35079a,_0x410ef3=this[_0x4532b5(0xfd)][_0x4532b5(0x132)][_0x4532b5(0x13d)](_0x4532b5(0x12d));let _0x5b92e6=Array[_0x4532b5(0x125)](this[_0x4532b5(0xfd)][_0x4532b5(0x13f)][_0x4532b5(0x123)][_0x4532b5(0x136)][_0x4532b5(0x124)]())[_0x4532b5(0x111)](_0x5f2a11)[_0x4532b5(0x127)](_0x397dc9=>{const _0x45b866=_0x4532b5,_0x43d8e7=this[_0x45b866(0xfd)][_0x45b866(0x13f)][_0x45b866(0x13c)](_0x397dc9,0x0);return[..._0x410ef3[_0x45b866(0x140)](_0x43d8e7,_0x45b866(0x138)),..._0x410ef3[_0x45b866(0x140)](_0x43d8e7,_0x45b866(0x104))];})[_0x4532b5(0x14a)]();return _0x5b92e6=[...new Set(_0x5b92e6)],_0x5b92e6;}[_0x35079a(0x12a)](_0x2780ed){const _0x275b91=_0x35079a;return _0x275b91(0x147)+(this[_0x275b91(0xfd)][_0x275b91(0x132)][_0x275b91(0x13d)](_0x275b91(0x12d))[_0x275b91(0x144)](_0x2780ed)||_0x275b91(0xfe))[_0x275b91(0x106)]()+_0x275b91(0x101)+_0x2780ed[_0x275b91(0x106)]()[_0x275b91(0x137)](/-/g,'_');}}
@@ -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 _0x3fabcc=_0x22f7;(function(_0x3febf6,_0x444e44){const _0xe9903c=_0x22f7,_0x2bb672=_0x3febf6();while(!![]){try{const _0x5db693=parseInt(_0xe9903c(0xb6))/0x1*(parseInt(_0xe9903c(0xaf))/0x2)+-parseInt(_0xe9903c(0xb3))/0x3*(parseInt(_0xe9903c(0xa8))/0x4)+-parseInt(_0xe9903c(0xb4))/0x5+-parseInt(_0xe9903c(0xae))/0x6*(parseInt(_0xe9903c(0xb5))/0x7)+-parseInt(_0xe9903c(0xa9))/0x8+-parseInt(_0xe9903c(0xb1))/0x9+parseInt(_0xe9903c(0xac))/0xa;if(_0x5db693===_0x444e44)break;else _0x2bb672['push'](_0x2bb672['shift']());}catch(_0x21d96c){_0x2bb672['push'](_0x2bb672['shift']());}}}(_0x7356,0x47790));import{Plugin as _0xa68b15}from'ckeditor5/src/core.js';function _0x22f7(_0x4c7409,_0xc54b83){const _0x7356cc=_0x7356();return _0x22f7=function(_0x22f7d7,_0x472a75){_0x22f7d7=_0x22f7d7-0xa1;let _0x289524=_0x7356cc[_0x22f7d7];return _0x289524;},_0x22f7(_0x4c7409,_0xc54b83);}import{getTranslation as _0x35d4f8}from'../utils/common-translations.js';export class TrackChangesLineHeight extends _0xa68b15{[_0x3fabcc(0xad)](){const _0xbef618=_0x3fabcc,_0x920e1f=this[_0xbef618(0xb0)];if(!_0x920e1f[_0xbef618(0xa3)][_0xbef618(0xa4)](_0xbef618(0xaa)))return;const _0x272001=_0x920e1f[_0xbef618(0xa3)][_0xbef618(0xa2)](_0xbef618(0xb2)),_0x730fd4=_0x920e1f[_0xbef618(0xa1)];_0x272001[_0xbef618(0xb7)](_0xbef618(0xab)),_0x272001[_0xbef618(0xa5)][_0xbef618(0xa7)](_0xbef618(0xab),_0x35d4f8(_0x730fd4,_0xbef618(0xa6)));}}function _0x7356(){const _0x1fc8f4=['TrackChangesEditing','4707BkXaAK','2851745KFfSMh','4837XSPTHB','124330qZOzrF','enableDefaultAttributesIntegration','locale','get','plugins','has','descriptionFactory','FORMAT_LINE_HEIGHT','registerAttributeLabel','28hmPVop','1778192KmskwR','LineHeight','lineHeight','17075090lOLPBF','afterInit','2298JqrhDX','2Mdzbis','editor','4237452AXWGiP'];_0x7356=function(){return _0x1fc8f4;};return _0x7356();}
@@ -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 _0x20b7(){const _0x466972=['enableDefaultAttributesIntegration','2wPjKof','commands','afterInit','manualDecorators','unlink','TrackChangesEditing','commandName','plugins','66QrwkRr','format','_registerLegacyDescription','locale','commandParams','linkHref','newValue','type','1013997pcvwEC','registerDescriptionCallback','253117jUGkAv','descriptionFactory','get','key','link','12565377VrGUZV','label','editor','925016joCGDI','LinkEditing','link\x20(','*Remove\x20link*','1450284FNhsfp','registerAttributeLabel','attribute','555443cQrQpO','toLowerCase','*Set\x20link:*\x20%0','1754865REfMwm','has','formatInline'];_0x20b7=function(){return _0x466972;};return _0x20b7();}const _0x2248d4=_0x4a12;(function(_0x121412,_0x1845f0){const _0x7282a8=_0x4a12,_0x368366=_0x121412();while(!![]){try{const _0x4065fc=-parseInt(_0x7282a8(0x9c))/0x1*(parseInt(_0x7282a8(0xb2))/0x2)+-parseInt(_0x7282a8(0xc2))/0x3+parseInt(_0x7282a8(0xa8))/0x4+parseInt(_0x7282a8(0xae))/0x5+-parseInt(_0x7282a8(0xba))/0x6*(parseInt(_0x7282a8(0xab))/0x7)+parseInt(_0x7282a8(0xa4))/0x8+parseInt(_0x7282a8(0xa1))/0x9;if(_0x4065fc===_0x1845f0)break;else _0x368366['push'](_0x368366['shift']());}catch(_0x4e9f6b){_0x368366['push'](_0x368366['shift']());}}}(_0x20b7,0xb9e19));import{Plugin as _0x4c0470}from'ckeditor5/src/core.js';import{getTranslation as _0x35d6ba}from'../utils/common-translations.js';function _0x4a12(_0x17f715,_0x4c2960){const _0x20b7ea=_0x20b7();return _0x4a12=function(_0x4a1214,_0x1d4a59){_0x4a1214=_0x4a1214-0x9b;let _0xf179d4=_0x20b7ea[_0x4a1214];return _0xf179d4;},_0x4a12(_0x17f715,_0x4c2960);}export class TrackChangesLink extends _0x4c0470{[_0x2248d4(0xb4)](){const _0x7a1109=_0x2248d4,_0x4d6821=this[_0x7a1109(0xa3)];if(!_0x4d6821[_0x7a1109(0xb9)][_0x7a1109(0xaf)](_0x7a1109(0xa5)))return;const _0x55092e=_0x4d6821[_0x7a1109(0xb9)][_0x7a1109(0x9e)](_0x7a1109(0xb7)),_0x5d7c7c=_0x4d6821[_0x7a1109(0xb3)][_0x7a1109(0x9e)](_0x7a1109(0xa0));_0x55092e[_0x7a1109(0xb1)](_0x7a1109(0xa0)),_0x55092e[_0x7a1109(0xb1)](_0x7a1109(0xb6));for(const _0x444d32 of _0x5d7c7c[_0x7a1109(0xb5)])_0x55092e[_0x7a1109(0x9d)][_0x7a1109(0xa9)](_0x444d32['id'],_0x7a1109(0xa6)+_0x444d32[_0x7a1109(0xa2)][_0x7a1109(0xac)]()+')');_0x55092e[_0x7a1109(0x9d)][_0x7a1109(0x9b)](_0xeb2602=>{const _0x1df557=_0x7a1109;if(_0x1df557(0xaa)!=_0xeb2602[_0x1df557(0xc1)])return;const {data:_0x22cced}=_0xeb2602;if(!_0x22cced||_0x1df557(0xbf)!=_0x22cced[_0x1df557(0x9f)])return;const _0x48922a=_0x22cced[_0x1df557(0xc0)],_0x1bf013=_0x4d6821[_0x1df557(0xbd)];return{'type':_0x1df557(0xbb),'content':null==_0x48922a?_0x35d6ba(_0x1bf013,_0x1df557(0xa7)):_0x35d6ba(_0x1bf013,_0x1df557(0xad),'\x22'+_0x48922a+'\x22')};}),this[_0x7a1109(0xbc)]();}[_0x2248d4(0xbc)](){const _0x4704db=_0x2248d4,_0x310178=this[_0x4704db(0xa3)],_0x2a13f3=_0x310178[_0x4704db(0xbd)];_0x310178[_0x4704db(0xb9)][_0x4704db(0x9e)](_0x4704db(0xb7))[_0x4704db(0x9d)][_0x4704db(0x9b)](_0x26ce18=>{const _0x10efda=_0x4704db;if(_0x10efda(0xb0)!=_0x26ce18[_0x10efda(0xc1)])return;const {data:_0x8ee7d0}=_0x26ce18;if(_0x8ee7d0){if(_0x10efda(0xa0)==_0x8ee7d0[_0x10efda(0xb8)]){const _0x2df2e2=_0x8ee7d0[_0x10efda(0xbe)][0x0];return{'type':_0x10efda(0xbb),'content':_0x35d6ba(_0x2a13f3,_0x10efda(0xad),'\x22'+_0x2df2e2+'\x22')};}return _0x10efda(0xb6)==_0x8ee7d0[_0x10efda(0xb8)]?{'type':_0x10efda(0xbb),'content':_0x35d6ba(_0x2a13f3,_0x10efda(0xa7))}:void 0x0;}});}}
@@ -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 _0x57d902=_0x2c78;(function(_0xff7ac4,_0x55c496){const _0x1b63e3=_0x2c78,_0x24f7ae=_0xff7ac4();while(!![]){try{const _0xb5fc86=-parseInt(_0x1b63e3(0x19a))/0x1*(-parseInt(_0x1b63e3(0x197))/0x2)+-parseInt(_0x1b63e3(0x193))/0x3+-parseInt(_0x1b63e3(0x1a6))/0x4+parseInt(_0x1b63e3(0x204))/0x5+-parseInt(_0x1b63e3(0x196))/0x6*(parseInt(_0x1b63e3(0x1c9))/0x7)+parseInt(_0x1b63e3(0x199))/0x8*(parseInt(_0x1b63e3(0x1e8))/0x9)+parseInt(_0x1b63e3(0x203))/0xa*(-parseInt(_0x1b63e3(0x183))/0xb);if(_0xb5fc86===_0x55c496)break;else _0x24f7ae['push'](_0x24f7ae['shift']());}catch(_0x5c5bc1){_0x24f7ae['push'](_0x24f7ae['shift']());}}}(_0xa50b,0xb9cd9));import{Plugin as _0x3d5bef}from'ckeditor5/src/core.js';import{getTranslation as _0x5e91fd}from'../utils/common-translations.js';import{renameAttributeKey as _0x3392a6}from'../trackchangesediting.js';import{ModelLiveRange as _0x541bad}from'ckeditor5/src/engine.js';function _0x2c78(_0x1e1f7c,_0x2de134){const _0xa50bdc=_0xa50b();return _0x2c78=function(_0x2c78ec,_0x10eaf4){_0x2c78ec=_0x2c78ec-0x171;let _0x144511=_0xa50bdc[_0x2c78ec];return _0x144511;},_0x2c78(_0x1e1f7c,_0x2de134);}export class TrackChangesList extends _0x3d5bef{[_0x57d902(0x1ae)](){const _0x506e65=_0x57d902,_0x50095b=this[_0x506e65(0x209)];if(!_0x50095b[_0x506e65(0x1ef)][_0x506e65(0x1af)](_0x506e65(0x18b)))return;const _0x2a337c=_0x50095b[_0x506e65(0x19f)],_0x26bf74=_0x50095b[_0x506e65(0x1ef)][_0x506e65(0x1cf)](_0x506e65(0x195)),_0x1798e9=_0x50095b[_0x506e65(0x1ef)][_0x506e65(0x1af)](_0x506e65(0x188)),_0x1e85f8=!!_0x50095b[_0x506e65(0x1bd)][_0x506e65(0x1cf)](_0x506e65(0x176));function _0x364c51(_0x475564){const _0x4fdbca=_0x506e65;return{'type':_0x4fdbca(0x1d5),'content':''+_0x5e91fd(_0x2a337c,_0x4fdbca(0x1a7),_0x475564)};}function _0x3a0737(_0x26cbc2){const _0x3b068a=_0x506e65;return{'type':_0x3b068a(0x1d5),'content':''+_0x5e91fd(_0x2a337c,_0x3b068a(0x186),_0x26cbc2)};}_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1b2)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1c8)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x19c)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1d1)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1dc)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x20a)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1dd)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x178)),_0x1e85f8&&(_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x175)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1ce))),_0x1798e9&&(_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x1eb)),_0x26bf74[_0x506e65(0x1ee)](_0x506e65(0x192)),_0x26bf74[_0x506e65(0x205)][_0x506e65(0x17d)](_0x36cad3=>{const _0x4c47ba=_0x506e65,{data:_0x4d10e6}=_0x36cad3;if(_0x4d10e6&&_0x4c47ba(0x1f5)==_0x4d10e6[_0x4c47ba(0x1df)])return{'type':_0x4c47ba(0x1d5),'content':_0x4d10e6[_0x4c47ba(0x187)]?_0x5e91fd(_0x2a337c,_0x4c47ba(0x1e1)):_0x5e91fd(_0x2a337c,_0x4c47ba(0x1db))};}),this[_0x506e65(0x209)][_0x506e65(0x1b5)][_0x506e65(0x1de)][_0x506e65(0x1f1)](_0x535d8e=>{const _0x50eaf1=_0x506e65;if(_0x535d8e[_0x50eaf1(0x1d7)][_0x50eaf1(0x1d6)])return!0x1;let _0x503230=!0x1;const _0x3d311f=_0x26bf74[_0x50eaf1(0x1d9)]({'skipNotAttached':!0x0})[_0x50eaf1(0x202)](_0x9b22ba=>_0x50eaf1(0x1f5)===_0x26bf74[_0x50eaf1(0x1d2)](_0x9b22ba));for(const _0xf0d8c3 of _0x3d311f){_0x50eaf1(0x1e9)!=_0xf0d8c3[_0x50eaf1(0x211)]()[_0x50eaf1(0x1aa)][_0x50eaf1(0x1b1)][_0x50eaf1(0x1d8)](_0x50eaf1(0x1cb))&&(_0x26bf74[_0x50eaf1(0x1e7)](_0xf0d8c3[_0x50eaf1(0x211)](),_0x50eaf1(0x174))[_0x50eaf1(0x1d4)](_0x3c6280=>_0x50eaf1(0x1cb)===_0x26bf74[_0x50eaf1(0x1d2)](_0x3c6280[_0x50eaf1(0x1bc)]))||(_0x535d8e[_0x50eaf1(0x1ca)](_0xf0d8c3[_0x50eaf1(0x190)]()),_0x503230=!0x0));}return _0x503230;})),_0x26bf74[_0x506e65(0x205)][_0x506e65(0x1a9)](_0x506e65(0x18a),_0x5e91fd(_0x2a337c,_0x506e65(0x1f9)));const _0x517637={'type':_0x506e65(0x1d5),'content':''};_0x26bf74[_0x506e65(0x205)][_0x506e65(0x17d)](_0x50cb09=>{const _0x2b0d65=_0x506e65,{data:_0xb9ba19}=_0x50cb09;if(!_0xb9ba19||_0x2b0d65(0x1cb)!=_0xb9ba19[_0x2b0d65(0x1df)])return;let _0x1820c7=_0x50cb09[_0x2b0d65(0x1b7)];for(;_0x1820c7;){if(_0x1820c7[_0x2b0d65(0x185)]&&((_0x2b0d65(0x1fe)==_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x1df)]||_0x2b0d65(0x1b6)==_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x1df)])&&(_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x187)]&&_0x2b0d65(0x1b8)!=_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x187)]||_0x2b0d65(0x1b8)!=_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x1e5)]&&!_0xb9ba19[_0x2b0d65(0x187)])||!_0x1e85f8&&_0x1820c7[_0x2b0d65(0x185)][_0x2b0d65(0x1df)]==_0x3392a6))return _0x517637;_0x1820c7=_0x1820c7[_0x2b0d65(0x18e)];}if(null==_0xb9ba19[_0x2b0d65(0x187)])switch(_0xb9ba19[_0x2b0d65(0x1e5)]){case _0x2b0d65(0x1a3):return _0x3a0737(_0x5e91fd(_0x2a337c,_0x2b0d65(0x171)));case _0x2b0d65(0x189):return _0x3a0737(_0x5e91fd(_0x2a337c,_0x2b0d65(0x206)));case _0x2b0d65(0x1e9):return _0x3a0737(_0x5e91fd(_0x2a337c,_0x2b0d65(0x1ff)));}switch(_0xb9ba19[_0x2b0d65(0x187)]){case _0x2b0d65(0x1a3):return _0x364c51(_0x5e91fd(_0x2a337c,_0x2b0d65(0x171)));case _0x2b0d65(0x189):return _0x364c51(_0x5e91fd(_0x2a337c,_0x2b0d65(0x206)));case _0x2b0d65(0x1e9):return _0x364c51(_0x5e91fd(_0x2a337c,_0x2b0d65(0x1ff)));}}),_0x26bf74[_0x506e65(0x205)][_0x506e65(0x17d)](_0x55eb7f=>{const _0x10101e=_0x506e65,{data:_0x23fb29}=_0x55eb7f;if(_0x23fb29&&_0x10101e(0x18a)==_0x23fb29[_0x10101e(0x1df)])return null==_0x23fb29[_0x10101e(0x187)]||null==_0x23fb29[_0x10101e(0x1e5)]&&0x0==_0x23fb29[_0x10101e(0x187)]?_0x517637:void 0x0;}),_0x26bf74[_0x506e65(0x205)][_0x506e65(0x17d)](_0x1b11b9=>{const _0x3538de=_0x506e65;if(_0x3538de(0x174)!=_0x1b11b9[_0x3538de(0x181)])return;const {data:_0x1a1e35}=_0x1b11b9;if(!_0x1a1e35||_0x3538de(0x1e6)!=_0x1a1e35[_0x3538de(0x1df)])return;const _0x2946d9=Te(_0x1b11b9);return _0x3538de(0x187)==_0x2946d9?{'type':_0x3538de(0x1d5),'content':_0x5e91fd(_0x2a337c,_0x3538de(0x200))}:_0x3538de(0x1e5)==_0x2946d9?{'type':_0x3538de(0x1d5),'content':_0x5e91fd(_0x2a337c,_0x3538de(0x173))}:_0x517637;}),_0x50095b[_0x506e65(0x1b5)][_0x506e65(0x1de)][_0x506e65(0x1f1)](_0x53cda5=>this[_0x506e65(0x180)](_0x53cda5)),_0x50095b[_0x506e65(0x1b5)][_0x506e65(0x1de)][_0x506e65(0x1f1)](_0x6a8d5d=>this[_0x506e65(0x184)](_0x6a8d5d)),_0x50095b[_0x506e65(0x1b5)][_0x506e65(0x1de)]['on'](_0x506e65(0x20c),(_0x98317a,_0x1f7739)=>{const _0x388e1a=_0x506e65;if(_0x1f7739[_0x388e1a(0x1d6)]||!_0x1f7739[_0x388e1a(0x19e)])return!0x1;this[_0x388e1a(0x191)]();},{'priority':_0x506e65(0x17c)}),this[_0x506e65(0x1c3)]();}[_0x57d902(0x180)](_0x53e2ef){const _0x34c498=_0x57d902;if(_0x53e2ef[_0x34c498(0x1d7)][_0x34c498(0x1d6)]||!_0x53e2ef[_0x34c498(0x1d7)][_0x34c498(0x19e)])return!0x1;let _0x55eaae=!0x1;const _0x4285be=this[_0x34c498(0x209)][_0x34c498(0x1ef)][_0x34c498(0x1cf)](_0x34c498(0x195))[_0x34c498(0x1d9)]({'skipNotAttached':!0x0})[_0x34c498(0x202)](_0x52678c=>_0x52678c[_0x34c498(0x185)]&&_0x34c498(0x1e6)==_0x52678c[_0x34c498(0x185)][_0x34c498(0x1df)])[_0x34c498(0x202)](_0x4357b1=>_0x4357b1[_0x34c498(0x185)][_0x34c498(0x187)]&&_0x4357b1[_0x34c498(0x185)][_0x34c498(0x1e5)]);for(const _0x567b92 of _0x4285be)Te(_0x567b92)||(_0x53e2ef[_0x34c498(0x1ca)](_0x567b92[_0x34c498(0x190)]()),_0x55eaae=!0x0);return _0x55eaae;}[_0x57d902(0x184)](_0x55cc3b){const _0x1af4cc=_0x57d902;if(_0x55cc3b[_0x1af4cc(0x1d7)][_0x1af4cc(0x1d6)]||!_0x55cc3b[_0x1af4cc(0x1d7)][_0x1af4cc(0x19e)])return!0x1;const _0xfd4a8d=this[_0x1af4cc(0x209)][_0x1af4cc(0x1ef)][_0x1af4cc(0x1cf)](_0x1af4cc(0x195));if(_0xfd4a8d[_0x1af4cc(0x17f)][_0x1af4cc(0x1e2)])return!0x1;let _0x19bee2=!0x1;const _0x121674=[_0x1af4cc(0x1cb),_0x1af4cc(0x1e6),_0x1af4cc(0x18a),_0x1af4cc(0x1fe),_0x1af4cc(0x1b9),_0x1af4cc(0x1a4),_0x1af4cc(0x19b),_0x1af4cc(0x17a),_0x1af4cc(0x1b6)],_0x1ea9d7=this[_0x1af4cc(0x209)][_0x1af4cc(0x1b5)][_0x1af4cc(0x1de)][_0x1af4cc(0x1c4)][_0x1af4cc(0x1c2)]()[_0x1af4cc(0x202)](_0x42bcf0=>_0x1af4cc(0x174)==_0x42bcf0[_0x1af4cc(0x181)])[_0x1af4cc(0x202)](_0x3d4d47=>_0x121674[_0x1af4cc(0x1f8)](_0x3d4d47[_0x1af4cc(0x20e)]));if(0x0==_0x1ea9d7[_0x1af4cc(0x1bb)])return _0x19bee2;for(const _0x11659e of _0x1ea9d7){const _0x2e7354=_0xfd4a8d[_0x1af4cc(0x1e7)](_0x11659e[_0x1af4cc(0x1fd)],_0x1af4cc(0x174))[_0x1af4cc(0x202)](_0x507b6c=>!_0x507b6c[_0x1af4cc(0x1f2)][_0x1af4cc(0x1e3)])[_0x1af4cc(0x19d)](_0x470180=>_0x470180[_0x1af4cc(0x1bc)])[_0x1af4cc(0x202)](_0x233378=>{const _0x19f2ed=_0x1af4cc,_0x352e31=_0xfd4a8d[_0x19f2ed(0x1d2)](_0x233378);return _0x121674[_0x19f2ed(0x1f8)](_0x352e31);});if(_0x2e7354[_0x1af4cc(0x1bb)]){for(const _0x13397a of _0x2e7354)_0x55cc3b[_0x1af4cc(0x1ca)](_0x13397a[_0x1af4cc(0x190)]());_0x19bee2=!0x0;}}return _0x19bee2;}[_0x57d902(0x191)](){const _0x45cf15=_0x57d902,_0x155669=this[_0x45cf15(0x209)][_0x45cf15(0x1ef)][_0x45cf15(0x1cf)](_0x45cf15(0x195)),_0xb80485=[_0x45cf15(0x1cb),_0x45cf15(0x1e6),_0x45cf15(0x18a),_0x45cf15(0x1fe),_0x45cf15(0x1b9),_0x45cf15(0x1a4),_0x45cf15(0x19b),_0x45cf15(0x17a),_0x45cf15(0x1b6)];let _0xe9e528;const _0x5251a4=new Set(this[_0x45cf15(0x209)][_0x45cf15(0x1b5)][_0x45cf15(0x1de)][_0x45cf15(0x1c4)][_0x45cf15(0x1d3)]()[_0x45cf15(0x202)](_0x18f4ab=>{const _0x3c0426=_0x45cf15;if(_0x18f4ab[_0x3c0426(0x185)][_0x3c0426(0x1ab)]||!_0x18f4ab[_0x3c0426(0x185)][_0x3c0426(0x1bf)])return null;if(!_0x18f4ab[_0x3c0426(0x1b0)][_0x3c0426(0x1ed)](_0x3c0426(0x1c5)))return null;const {id:_0x15d72c}=_0x155669[_0x3c0426(0x20f)](_0x18f4ab[_0x3c0426(0x1b0)]);if(!_0x155669[_0x3c0426(0x1f4)](_0x15d72c))return null;const _0x6292a2=_0x155669[_0x3c0426(0x207)](_0x15d72c);return _0xb80485[_0x3c0426(0x1f8)](_0x6292a2[_0x3c0426(0x185)][_0x3c0426(0x1df)]);})[_0x45cf15(0x19d)](_0x2a7101=>{const _0x17b834=_0x45cf15,{id:_0x316fff}=_0x155669[_0x17b834(0x20f)](_0x2a7101[_0x17b834(0x1b0)]),_0x25206a=_0x155669[_0x17b834(0x207)](_0x316fff);return _0xe9e528=_0x25206a[_0x17b834(0x1a1)][_0x17b834(0x1f6)],_0x25206a[_0x17b834(0x211)]()[_0x17b834(0x1aa)][_0x17b834(0x1b1)];}));if(0x0==_0x5251a4[_0x45cf15(0x1a8)])return;const _0x4da2fd=_0x155669[_0x45cf15(0x1d9)]({'skipNotAttached':!0x0})[_0x45cf15(0x202)](_0x3262c1=>_0x45cf15(0x174)==_0x3262c1[_0x45cf15(0x181)]&&_0x3262c1[_0x45cf15(0x185)]&&_0xb80485[_0x45cf15(0x1f8)](_0x3262c1[_0x45cf15(0x185)][_0x45cf15(0x1df)])&&_0x3262c1[_0x45cf15(0x1a1)][_0x45cf15(0x1f6)]!=_0xe9e528)[_0x45cf15(0x19d)](_0xa0ad58=>({'listItem':_0xa0ad58[_0x45cf15(0x211)]()[_0x45cf15(0x1aa)][_0x45cf15(0x1b1)],'groupId':_0xa0ad58[_0x45cf15(0x1a1)][_0x45cf15(0x1f6)]})),_0x2cd6f4=new Set();for(const {groupId:_0x1283a1,listItem:_0x2628fc}of _0x4da2fd)_0x5251a4[_0x45cf15(0x1af)](_0x2628fc)&&_0x2cd6f4[_0x45cf15(0x1c0)](_0x1283a1);for(const _0x49fa30 of _0x155669[_0x45cf15(0x1d9)]())_0x2cd6f4[_0x45cf15(0x1af)](_0x49fa30[_0x45cf15(0x1a1)][_0x45cf15(0x1f6)])&&_0x49fa30[_0x45cf15(0x1a2)](_0x45cf15(0x1f6),_0xe9e528);}[_0x57d902(0x1c3)](){const _0x514f68=_0x57d902,_0x5de06b=this[_0x514f68(0x209)],_0x2785d5=_0x5de06b[_0x514f68(0x19f)],_0x42d765=_0x5de06b[_0x514f68(0x1ef)][_0x514f68(0x1cf)](_0x514f68(0x195));this[_0x514f68(0x194)](),_0x42d765[_0x514f68(0x1be)][_0x514f68(0x1f0)](_0x514f68(0x1ac),_0x514f68(0x201),_0x514f68(0x198),function(_0x4713d5,_0x471e66){const _0x502325=_0x514f68,_0x4ff397=[];for(let _0x87d9d5 of _0x4713d5)_0x87d9d5[_0x502325(0x1aa)][_0x502325(0x1b1)]===_0x87d9d5[_0x502325(0x20b)][_0x502325(0x1a5)]&&(_0x87d9d5=_0x5de06b[_0x502325(0x1b5)][_0x502325(0x1ba)](_0x5de06b[_0x502325(0x1b5)][_0x502325(0x1e4)](_0x87d9d5[_0x502325(0x1aa)][_0x502325(0x1b1)],0x0))),_0x4ff397[_0x502325(0x1fa)](_0x87d9d5);_0x5de06b[_0x502325(0x1b5)][_0x502325(0x18d)](_0x582ac2=>{const _0x51706d=_0x502325,_0x389b21=_0x5de06b[_0x51706d(0x1b5)][_0x51706d(0x1de)][_0x51706d(0x1f3)],_0x11ea97=Array[_0x51706d(0x1c1)](_0x389b21[_0x51706d(0x1d0)]())[_0x51706d(0x19d)](_0x2e3a78=>_0x541bad[_0x51706d(0x212)](_0x2e3a78));_0x582ac2[_0x51706d(0x1ea)](_0x4ff397),_0x5de06b[_0x51706d(0x17b)][_0x51706d(0x1cf)](_0x471e66[_0x51706d(0x1b3)])[_0x51706d(0x18c)](),_0x471e66[_0x51706d(0x17e)][_0x51706d(0x1fa)]({'forceDefaultExecution':!0x0}),_0x5de06b[_0x51706d(0x1cc)](_0x471e66[_0x51706d(0x1b3)],..._0x471e66[_0x51706d(0x17e)]),_0x582ac2[_0x51706d(0x1ea)](_0x11ea97);for(const _0x4df8b8 of _0x11ea97)_0x4df8b8[_0x51706d(0x1e0)]();});}),_0x42d765[_0x514f68(0x205)][_0x514f68(0x1fc)](function(_0x175a14){const _0x146d07=_0x514f68,_0x2f7bc4=!_0x5de06b[_0x146d07(0x1b5)][_0x146d07(0x1a0)][_0x146d07(0x18f)](_0x175a14),_0x2f8443=_0x175a14[_0x146d07(0x172)],_0x4d3ab8=_0x175a14[_0x146d07(0x1b4)],_0x15a307=_0x175a14[_0x146d07(0x1d8)](_0x146d07(0x1e6)),_0x2a729f=!_0x2f8443||_0x2f8443[_0x146d07(0x1d8)](_0x146d07(0x1e6))!==_0x15a307,_0x431584=!_0x4d3ab8||_0x4d3ab8[_0x146d07(0x1d8)](_0x146d07(0x1e6))!==_0x15a307;return _0x2f7bc4&&Boolean(_0x15a307)&&_0x2a729f&&_0x431584;},_0x16c52e=>_0x5e91fd(_0x2785d5,_0x514f68(0x177),_0x16c52e));}[_0x57d902(0x194)](){const _0x1077b0=_0x57d902,_0x1932ba=this[_0x1077b0(0x209)],_0x4ed120=_0x1932ba[_0x1077b0(0x19f)];function _0x4657dc(_0x308fc1){const _0xabf77f=_0x1077b0,_0x21fbcb=_0x1932ba[_0xabf77f(0x17b)][_0xabf77f(0x1cf)](_0xabf77f(0x1c8))[_0xabf77f(0x1e2)],_0x464b96=_0x1932ba[_0xabf77f(0x17b)][_0xabf77f(0x1cf)](_0xabf77f(0x1b2))[_0xabf77f(0x1e2)];return _0xabf77f(0x1b2)===_0x308fc1?_0x21fbcb:_0x464b96;}_0x1932ba[_0x1077b0(0x1ef)][_0x1077b0(0x1cf)](_0x1077b0(0x195))[_0x1077b0(0x205)][_0x1077b0(0x17d)](function(_0x5562d2){const _0x17158e=_0x1077b0;if(_0x17158e(0x1ac)!=_0x5562d2[_0x17158e(0x181)])return;const {data:_0x3ad900}=_0x5562d2;if(!_0x3ad900)return;let _0x2591e2,_0x299c00,_0x5de906,_0x839061;switch(_0x3ad900[_0x17158e(0x1b3)]){case _0x17158e(0x1c8):_0x5de906=_0x3ad900[_0x17158e(0x17e)][0x0][_0x17158e(0x1ad)],_0x839061=_0x4657dc(_0x3ad900[_0x17158e(0x1b3)]),_0x2591e2=_0x5de906?_0x17158e(0x210):_0x17158e(0x182),!_0x839061&&_0x1932ba[_0x17158e(0x1bd)][_0x17158e(0x1cf)](_0x17158e(0x176))||(_0x2591e2=_0x17158e(0x1f7)),_0x299c00={'type':_0x17158e(0x1d5),'content':_0x5e91fd(_0x4ed120,_0x2591e2,_0x5e91fd(_0x4ed120,_0x17158e(0x171)))};break;case _0x17158e(0x1b2):_0x5de906=_0x3ad900[_0x17158e(0x17e)][0x0][_0x17158e(0x1ad)],_0x839061=_0x4657dc(_0x3ad900[_0x17158e(0x1b3)]),_0x2591e2=_0x5de906?_0x17158e(0x210):_0x17158e(0x182),!_0x839061&&_0x1932ba[_0x17158e(0x1bd)][_0x17158e(0x1cf)](_0x17158e(0x176))||(_0x2591e2=_0x17158e(0x1f7)),_0x299c00={'type':_0x17158e(0x1d5),'content':_0x5e91fd(_0x4ed120,_0x2591e2,_0x5e91fd(_0x4ed120,_0x17158e(0x206)))};break;case _0x17158e(0x1dc):_0x2591e2=_0x17158e(0x1c6),_0x299c00={'type':_0x17158e(0x1d5),'content':_0x5e91fd(_0x4ed120,_0x2591e2,_0x5e91fd(_0x4ed120,_0x17158e(0x177)))};break;case _0x17158e(0x20a):_0x2591e2=function(_0x113a67){const _0xf0530c=_0x17158e,_0x54ed23=_0x113a67[_0xf0530c(0x211)]();let _0x25f57c=_0x54ed23[_0xf0530c(0x1aa)][_0xf0530c(0x1b1)];for(;_0x25f57c&&_0x54ed23[_0xf0530c(0x179)](_0x25f57c);){if(_0x25f57c[_0xf0530c(0x1d8)](_0xf0530c(0x18a))>0x0)return!0x1;_0x25f57c=_0x25f57c[_0xf0530c(0x1b4)];}return!0x0;}(_0x5562d2)?_0x5e91fd(_0x4ed120,_0x17158e(0x182),_0x5e91fd(_0x4ed120,function(_0x35ab38){const _0x395449=_0x17158e;return _0x395449(0x1cd)+_0x35ab38[_0x395449(0x211)]()[_0x395449(0x1aa)][_0x395449(0x1b1)][_0x395449(0x1d8)](_0x395449(0x1cb))[_0x395449(0x1ec)]()+_0x395449(0x208);}(_0x5562d2))):_0x5e91fd(_0x4ed120,_0x17158e(0x1fb),_0x5e91fd(_0x4ed120,_0x17158e(0x177))),_0x299c00={'type':_0x17158e(0x1d5),'content':_0x2591e2};break;case _0x17158e(0x175):case _0x17158e(0x1ce):!0x1===_0x3ad900[_0x17158e(0x1c7)]&&(_0x2591e2=_0x17158e(0x1da),_0x299c00={'type':_0x17158e(0x20d),'content':_0x5e91fd(_0x4ed120,_0x2591e2,_0x5e91fd(_0x4ed120,_0x17158e(0x177)))});}return _0x299c00;});}}function Te(_0x546722){const _0x202b77=_0x57d902;let _0x58ddce=_0x546722[_0x202b77(0x211)]()[_0x202b77(0x1aa)][_0x202b77(0x1b1)][_0x202b77(0x172)];for(;_0x58ddce;){const _0x3c1943=_0x58ddce[_0x202b77(0x1d8)](_0x202b77(0x1e6));if(!_0x3c1943)return!0x1;if(_0x3c1943==_0x546722[_0x202b77(0x185)][_0x202b77(0x187)])return _0x202b77(0x187);if(_0x3c1943==_0x546722[_0x202b77(0x185)][_0x202b77(0x1e5)])return _0x202b77(0x1e5);_0x58ddce=_0x58ddce[_0x202b77(0x172)];}return!0x1;}function _0xa50b(){const _0x1cb722=['todoListCheck','customNumberedList','map','isLocal','locale','schema','attributes','setAttribute','bulleted','listReversed','parent','10348yyJsih','*Set\x20format:*\x20%0','size','registerAttributeLabel','start','oldRange','formatBlock','forceValue','afterInit','has','name','nodeAfter','numberedList','commandName','nextSibling','model','listMarkerStyle','head','default','listStart','createRange','length','suggestion','config','_suggestionFactory','newRange','add','from','getChanges','_supportLegacySuggestions','differ','suggestion:attribute:','*Indent:*\x20%0','multipleBlocks','bulletedList','5398883UmOJGB','removeMarker','listType','execute','ELEMENT_','mergeListItemForward','get','getRanges','customBulletedList','_getAttributeKey','getChangedMarkers','find','format','isUndo','batch','getAttribute','getSuggestions','*Merge:*\x20%0','*Uncheck\x20item*','indentList','splitListItemAfter','document','key','detach','*Check\x20item*','value','isNextTo','createPositionAt','oldValue','listItemId','_findSuggestions','894357VvxtsJ','todo','setSelection','todoList','toUpperCase','startsWith','enableDefaultAttributesIntegration','plugins','registerCustomCallback','registerPostFixer','meta','selection','hasSuggestion','todoListChecked','groupId','*Change\x20to:*\x20%0','includes','FORMAT_INDENT','push','*Outdent:*\x20%0','registerElementLabel','range','listStyle','ELEMENT_TODO_LIST','*Merge:*\x20list\x20item','documentList','filter','40IPspCb','7388960sfrDQS','descriptionFactory','ELEMENT_NUMBERED_LIST','getSuggestion','_LIST','editor','outdentList','end','change:data','deletion','attributeKey','_splitMarkerName','*Format:*\x20insert\x20into\x20%0','getFirstRange','fromRange','ELEMENT_BULLETED_LIST','previousSibling','*Split:*\x20list\x20item','attribute','mergeListItemBackward','list.multiBlock','ELEMENT_LIST_ITEM','splitListItemBefore','containsItem','listMarker','commands','high','registerDescriptionCallback','commandParams','trackChangesCommand','listItemIdFixer','type','*Format:*\x20remove\x20from\x20%0','390467Aznlih','noTrackChangesFixer','data','*Remove\x20format:*\x20%0','newValue','TodoListEditing','numbered','listIndent','ListEditing','refresh','change','next','isObject','getFirstMarker','assureChains','checkTodoList','2723457WlLKzT','_registerLegacyDescription','TrackChangesEditing','6AzTiNG','82zjHHhC','accept','88dzCjVw','337FBgjFi'];_0xa50b=function(){return _0x1cb722;};return _0xa50b();}
@@ -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 _0x4afc98=_0x4700;(function(_0x19afc1,_0x52c6a9){const _0x65cd9f=_0x4700,_0x499058=_0x19afc1();while(!![]){try{const _0x4bfe4e=-parseInt(_0x65cd9f(0xf7))/0x1*(parseInt(_0x65cd9f(0xde))/0x2)+parseInt(_0x65cd9f(0xfd))/0x3+-parseInt(_0x65cd9f(0xda))/0x4+parseInt(_0x65cd9f(0x10c))/0x5*(parseInt(_0x65cd9f(0xf9))/0x6)+-parseInt(_0x65cd9f(0xeb))/0x7*(-parseInt(_0x65cd9f(0xf3))/0x8)+parseInt(_0x65cd9f(0xe7))/0x9*(-parseInt(_0x65cd9f(0xf8))/0xa)+-parseInt(_0x65cd9f(0xd7))/0xb*(parseInt(_0x65cd9f(0xcb))/0xc);if(_0x4bfe4e===_0x52c6a9)break;else _0x499058['push'](_0x499058['shift']());}catch(_0x5a0da0){_0x499058['push'](_0x499058['shift']());}}}(_0x7aa7,0x19be0));import{Plugin as _0x372ce5}from'ckeditor5/src/core.js';function _0x7aa7(){const _0x17600c=['getAttribute','get','listType','_getTranslationKeyForListStyle','_registerLegacyDescription','*Change\x20to:*\x20%0','listStyle','*Set\x20format:*\x20%0','plugins','suggestion','decimal-leading-zero','nodeAfter','format','upper-roman','_findSuggestions','FORMAT_LIST_START','registerPostFixer','_getAttributeKey','decimal','afterInit','removeMarker','276gvzUCh','attribute','startIndex','getFirstMarker','locale','numbered','square','*Format:*\x20set\x20start\x20index\x20to\x20%0','customNumbered','default','_LIST_DEFAULT','bind','49071WhTsrN','enableDefaultAttributesIntegration','FORMAT_LIST_REVERSED','418308SChnla','reversed','circle','lower-latin','20xHFZDo','editor','registerAttributeLabel','bulleted','formatBlock','toUpperCase','oldValue','model','TrackChangesEditing','9GzZgZr','newValue','*Format:*\x20set\x20order\x20to\x20regular','listStart','1222186OnThFv','getSuggestions','ListPropertiesEditing','commandParams','next','find','start','commandName','8EAMyix','has','getFirstRange','document','19269yvUNXO','54170StwqiC','44844nRzkCe','config','filter','*Format:*\x20set\x20order\x20to\x20reversed','470259nWYyYF','lower-roman','styles','disc','list.properties','registerDescriptionCallback','key','isUndo','data','upper-latin','_LIST_','arabic-indic','descriptionFactory','listReversed','includes','120YYqHAc','ELEMENT_','replace','*Remove\x20format:*\x20%0','batch','type','handleDescriptions','head'];_0x7aa7=function(){return _0x17600c;};return _0x7aa7();}import{getTranslation as _0x24d1d9}from'../utils/common-translations.js';function _0x4700(_0xa28dcb,_0x46e52d){const _0x7aa7ee=_0x7aa7();return _0x4700=function(_0x4700db,_0x41747c){_0x4700db=_0x4700db-0xc0;let _0x213580=_0x7aa7ee[_0x4700db];return _0x213580;},_0x4700(_0xa28dcb,_0x46e52d);}export class TrackChangesDocumentListProperties extends _0x372ce5{[_0x4afc98(0xc9)](){const _0x3923a9=_0x4afc98;if(!this[_0x3923a9(0xdf)][_0x3923a9(0x11c)][_0x3923a9(0xf4)](_0x3923a9(0xed)))return;const _0x208db9=this[_0x3923a9(0xdf)][_0x3923a9(0xfa)][_0x3923a9(0x115)](_0x3923a9(0x101)),_0x5cde3a=this[_0x3923a9(0xdf)][_0x3923a9(0x11c)][_0x3923a9(0x115)](_0x3923a9(0xe6));_0x208db9[_0x3923a9(0xff)]&&_0x5cde3a[_0x3923a9(0xd8)](_0x3923a9(0x11a)),_0x208db9[_0x3923a9(0xdb)]&&_0x5cde3a[_0x3923a9(0xd8)](_0x3923a9(0x10a)),_0x208db9[_0x3923a9(0xcd)]&&_0x5cde3a[_0x3923a9(0xd8)](_0x3923a9(0xea));const _0x355596={'type':_0x3923a9(0xc2),'content':''};_0x5cde3a[_0x3923a9(0x109)][_0x3923a9(0x102)](this[_0x3923a9(0x112)][_0x3923a9(0xd6)](this));const _0x204a3b=this[_0x3923a9(0xdf)][_0x3923a9(0xcf)];_0x5cde3a[_0x3923a9(0x109)][_0x3923a9(0xe0)](_0x3923a9(0x10a),_0x24d1d9(_0x204a3b,_0x3923a9(0xd9))),_0x5cde3a[_0x3923a9(0x109)][_0x3923a9(0x102)](_0x2e4562=>{const _0x24fece=_0x3923a9,{data:_0x349f76}=_0x2e4562;if(_0x349f76&&_0x24fece(0x10a)==_0x349f76[_0x24fece(0x103)])return null==_0x349f76[_0x24fece(0xe8)]||0x0==_0x349f76[_0x24fece(0xe8)]&&null==_0x349f76[_0x24fece(0xe4)]?_0x355596:void 0x0;}),_0x5cde3a[_0x3923a9(0x109)][_0x3923a9(0xe0)](_0x3923a9(0xea),_0x24d1d9(_0x204a3b,_0x3923a9(0xc5))),_0x5cde3a[_0x3923a9(0x109)][_0x3923a9(0x102)](_0x595466=>{const _0x5d98bd=_0x3923a9,{data:_0x48be7b}=_0x595466;if(_0x48be7b&&_0x5d98bd(0xea)==_0x48be7b[_0x5d98bd(0x103)])return null==_0x48be7b[_0x5d98bd(0xe8)]||0x1==_0x48be7b[_0x5d98bd(0xe8)]&&null==_0x48be7b[_0x5d98bd(0xe4)]?_0x355596:void 0x0;}),this[_0x3923a9(0xdf)][_0x3923a9(0xe5)][_0x3923a9(0xf6)][_0x3923a9(0xc6)](_0x556aae=>{const _0xd97456=_0x3923a9;if(_0x556aae[_0xd97456(0x110)][_0xd97456(0x104)])return!0x1;let _0x43f513=!0x1;const _0x4c2310=_0x5cde3a[_0xd97456(0xec)]({'skipNotAttached':!0x0})[_0xd97456(0xfb)](_0x7f937d=>{const _0x2b5d9d=_0xd97456,_0x20e3c4=_0x5cde3a[_0x2b5d9d(0xc7)](_0x7f937d);return _0x2b5d9d(0xea)==_0x20e3c4||_0x2b5d9d(0x10a)==_0x20e3c4;});for(const _0x5319a6 of _0x4c2310){const _0x217480=_0x5319a6[_0xd97456(0xf5)]()[_0xd97456(0xf1)][_0xd97456(0xc1)][_0xd97456(0x114)](_0xd97456(0x116));if(_0xd97456(0xd0)==_0x217480||_0xd97456(0xd3)==_0x217480)continue;_0x5cde3a[_0xd97456(0xc4)](_0x5319a6[_0xd97456(0xf5)](),_0xd97456(0xcc))[_0xd97456(0xf0)](_0x58b355=>_0xd97456(0x116)==_0x5cde3a[_0xd97456(0xc7)](_0x58b355[_0xd97456(0x11d)]))||(_0x556aae[_0xd97456(0xca)](_0x5319a6[_0xd97456(0xce)]()),_0x43f513=!0x0);}return _0x43f513;}),this[_0x3923a9(0x118)]();}[_0x4afc98(0x112)](_0x19748e){const _0x38c91=_0x4afc98,_0x201118=this[_0x38c91(0xdf)][_0x38c91(0xcf)],{data:_0x51339a}=_0x19748e,_0x50d58a={'type':_0x38c91(0xc2),'content':''};if(!_0x51339a||_0x38c91(0x11a)!=_0x51339a[_0x38c91(0x103)])return;if(!_0x51339a[_0x38c91(0xe4)])return _0x38c91(0xd4)==_0x51339a[_0x38c91(0xe8)]?_0x50d58a:{'type':_0x38c91(0xc2),'content':''+_0x24d1d9(_0x201118,_0x38c91(0x11b),_0x24d1d9(_0x201118,this[_0x38c91(0x117)](_0x51339a[_0x38c91(0xe8)])))};if(!_0x51339a[_0x38c91(0xe8)]){if(_0x38c91(0xd4)==_0x51339a[_0x38c91(0xe4)])return _0x50d58a;let _0xa26cc8=_0x19748e[_0x38c91(0x113)];for(;_0xa26cc8;){if(_0xa26cc8[_0x38c91(0x105)]&&_0x38c91(0x116)==_0xa26cc8[_0x38c91(0x105)][_0x38c91(0x103)]&&_0xa26cc8[_0x38c91(0x105)][_0x38c91(0xe8)])return _0x50d58a;_0xa26cc8=_0xa26cc8[_0x38c91(0xef)];}return{'type':_0x38c91(0xc2),'content':''+_0x24d1d9(_0x201118,_0x38c91(0x10f),_0x24d1d9(_0x201118,this[_0x38c91(0x117)](_0x51339a[_0x38c91(0xe4)])))};}if(_0x38c91(0xd4)!=_0x51339a[_0x38c91(0xe8)])return{'type':_0x38c91(0xc2),'content':''+_0x24d1d9(_0x201118,_0x38c91(0x11b),_0x24d1d9(_0x201118,this[_0x38c91(0x117)](_0x51339a[_0x38c91(0xe8)])))};let _0x2f0b5c=_0x19748e[_0x38c91(0x113)];for(;_0x2f0b5c;){if(_0x2f0b5c[_0x38c91(0x105)]&&_0x38c91(0x116)==_0x2f0b5c[_0x38c91(0x105)][_0x38c91(0x103)]&&_0x2f0b5c[_0x38c91(0x105)][_0x38c91(0xe8)]&&_0x2f0b5c[_0x38c91(0x105)][_0x38c91(0xe4)])return _0x50d58a;_0x2f0b5c=_0x2f0b5c[_0x38c91(0xef)];}const _0x3464dc=_0x19748e[_0x38c91(0xf5)]()[_0x38c91(0xf1)][_0x38c91(0xc1)][_0x38c91(0x114)](_0x38c91(0x116));return{'type':_0x38c91(0xc2),'content':_0x24d1d9(_0x201118,_0x38c91(0x11b),_0x24d1d9(_0x201118,_0x38c91(0x10d)+_0x3464dc[_0x38c91(0xe3)]()+_0x38c91(0xd5)))};}[_0x4afc98(0x118)](){const _0x1eb4d7=_0x4afc98,_0x7d5f64=this[_0x1eb4d7(0xdf)],_0x5d30d2=_0x7d5f64[_0x1eb4d7(0xcf)];_0x7d5f64[_0x1eb4d7(0x11c)][_0x1eb4d7(0x115)](_0x1eb4d7(0xe6))[_0x1eb4d7(0x109)][_0x1eb4d7(0x102)](_0x131930=>{const _0x3bdf5c=_0x1eb4d7;if(_0x3bdf5c(0xe2)!=_0x131930[_0x3bdf5c(0x111)])return;const {data:_0x377cc6}=_0x131930;if(!_0x377cc6)return;let _0x17a6e,_0x249237;switch(_0x377cc6[_0x3bdf5c(0xf2)]){case _0x3bdf5c(0x11a):_0x17a6e=_0x3bdf5c(0x119),_0x249237={'type':_0x3bdf5c(0xc2),'content':_0x24d1d9(_0x5d30d2,_0x17a6e,_0x24d1d9(_0x5d30d2,this[_0x3bdf5c(0x117)](_0x377cc6[_0x3bdf5c(0xee)][0x0][_0x3bdf5c(0x111)])))};break;case _0x3bdf5c(0x10a):_0x17a6e=_0x377cc6[_0x3bdf5c(0xee)][0x0][_0x3bdf5c(0xdb)]?_0x3bdf5c(0xfc):_0x3bdf5c(0xe9),_0x249237={'type':_0x3bdf5c(0xc2),'content':_0x24d1d9(_0x5d30d2,_0x17a6e)};break;case _0x3bdf5c(0xea):_0x17a6e=_0x3bdf5c(0xd2),_0x249237={'type':_0x3bdf5c(0xc2),'content':_0x24d1d9(_0x5d30d2,_0x17a6e,_0x377cc6[_0x3bdf5c(0xee)][0x0][_0x3bdf5c(0xcd)])};}return _0x249237;});}[_0x4afc98(0x117)](_0x530061){const _0x4c1802=_0x4afc98;return _0x4c1802(0x10d)+function(_0x523d66){const _0x1fe6c5=_0x4c1802;if(ye[_0x1fe6c5(0x10b)](_0x523d66))return _0x1fe6c5(0xe1);if(Se[_0x1fe6c5(0x10b)](_0x523d66))return _0x1fe6c5(0xd0);return null;}(_0x530061)[_0x4c1802(0xe3)]()+_0x4c1802(0x107)+_0x530061[_0x4c1802(0xe3)]()[_0x4c1802(0x10e)](/-/g,'_');}}const ye=[_0x4afc98(0x100),_0x4afc98(0xdc),_0x4afc98(0xd1)],Se=[_0x4afc98(0xc8),_0x4afc98(0xc0),_0x4afc98(0xfe),_0x4afc98(0xc3),_0x4afc98(0xdd),_0x4afc98(0x106),_0x4afc98(0x108)];
@@ -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 _0x3647(_0x257f3c,_0x245400){const _0x2d0b90=_0x2d0b();return _0x3647=function(_0x3647e9,_0x9708c3){_0x3647e9=_0x3647e9-0x129;let _0x104f81=_0x2d0b90[_0x3647e9];return _0x104f81;},_0x3647(_0x257f3c,_0x245400);}const _0xb588b2=_0x3647;(function(_0x2fd058,_0x11a6f1){const _0x3bf940=_0x3647,_0x3fcec0=_0x2fd058();while(!![]){try{const _0x1d100d=-parseInt(_0x3bf940(0x138))/0x1+parseInt(_0x3bf940(0x130))/0x2+parseInt(_0x3bf940(0x12f))/0x3*(-parseInt(_0x3bf940(0x13d))/0x4)+-parseInt(_0x3bf940(0x13c))/0x5*(-parseInt(_0x3bf940(0x12e))/0x6)+parseInt(_0x3bf940(0x134))/0x7+parseInt(_0x3bf940(0x139))/0x8+parseInt(_0x3bf940(0x12a))/0x9;if(_0x1d100d===_0x11a6f1)break;else _0x3fcec0['push'](_0x3fcec0['shift']());}catch(_0x3619cb){_0x3fcec0['push'](_0x3fcec0['shift']());}}}(_0x2d0b,0x9520d));import{Plugin as _0x541077}from'ckeditor5/src/core.js';function _0x2d0b(){const _0x42e0b0=['afterInit','mediaEmbed','5509323DeXZLn','plugins','MediaEmbedEditing','media','1356KwAlcL','63bNMyGq','678060ZHNePU','enableCommand','locale','descriptionFactory','419713yyrpGH','editor','TrackChangesEditing','has','943004cCJWRm','1034712MXAcWV','get','ELEMENT_MEDIA','21405paaAps','105552nObvIL','registerElementLabel'];_0x2d0b=function(){return _0x42e0b0;};return _0x2d0b();}import{getTranslation as _0x243a85}from'../utils/common-translations.js';export class TrackChangesMediaEmbed extends _0x541077{[_0xb588b2(0x13f)](){const _0x3fcbf7=_0xb588b2,_0x1e71b4=this[_0x3fcbf7(0x135)];if(!_0x1e71b4[_0x3fcbf7(0x12b)][_0x3fcbf7(0x137)](_0x3fcbf7(0x12c)))return;const _0x4819f8=_0x1e71b4[_0x3fcbf7(0x12b)][_0x3fcbf7(0x13a)](_0x3fcbf7(0x136)),_0x4f76c0=_0x1e71b4[_0x3fcbf7(0x132)];_0x4819f8[_0x3fcbf7(0x131)](_0x3fcbf7(0x129)),_0x4819f8[_0x3fcbf7(0x133)][_0x3fcbf7(0x13e)](_0x3fcbf7(0x12d),_0x5830a3=>_0x243a85(_0x4f76c0,_0x3fcbf7(0x13b),_0x5830a3));}}
@@ -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 _0x23ced3=_0x5d82;function _0x5d82(_0x5db3a1,_0x54f13a){const _0x335565=_0x3355();return _0x5d82=function(_0x5d827a,_0x16f470){_0x5d827a=_0x5d827a-0x178;let _0x33bfae=_0x335565[_0x5d827a];return _0x33bfae;},_0x5d82(_0x5db3a1,_0x54f13a);}(function(_0x51d712,_0x14702d){const _0x2e6e78=_0x5d82,_0x59ffe1=_0x51d712();while(!![]){try{const _0x5be477=-parseInt(_0x2e6e78(0x185))/0x1*(parseInt(_0x2e6e78(0x17b))/0x2)+parseInt(_0x2e6e78(0x178))/0x3+parseInt(_0x2e6e78(0x181))/0x4+-parseInt(_0x2e6e78(0x17f))/0x5+parseInt(_0x2e6e78(0x188))/0x6*(parseInt(_0x2e6e78(0x17a))/0x7)+parseInt(_0x2e6e78(0x180))/0x8+-parseInt(_0x2e6e78(0x187))/0x9;if(_0x5be477===_0x14702d)break;else _0x59ffe1['push'](_0x59ffe1['shift']());}catch(_0x565edd){_0x59ffe1['push'](_0x59ffe1['shift']());}}}(_0x3355,0x68b07));import{Plugin as _0x49cf9c}from'ckeditor5/src/core.js';export class TrackChangesMention extends _0x49cf9c{[_0x23ced3(0x184)](){const _0x65d9d5=_0x23ced3,_0x18d085=this[_0x65d9d5(0x17d)];_0x18d085[_0x65d9d5(0x189)][_0x65d9d5(0x183)](_0x65d9d5(0x182))&&_0x18d085[_0x65d9d5(0x189)][_0x65d9d5(0x17c)](_0x65d9d5(0x179))[_0x65d9d5(0x186)](_0x65d9d5(0x17e));}}function _0x3355(){const _0x2b071a=['2221566hTxFYl','plugins','1695345IiuayV','TrackChangesEditing','14tyLFeW','1470190PPkmmp','get','editor','mention','4277605JwJkvY','6684736rMrIxE','2551564LEPGCU','MentionEditing','has','afterInit','1DOTIsf','enableCommand','6837273NeQdxL'];_0x3355=function(){return _0x2b071a;};return _0x3355();}
@@ -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 _0x5b69ff=_0x53c8;(function(_0x3845ae,_0x2601ea){const _0xa582b3=_0x53c8,_0x4bf2f5=_0x3845ae();while(!![]){try{const _0x217625=-parseInt(_0xa582b3(0xcf))/0x1*(-parseInt(_0xa582b3(0xce))/0x2)+-parseInt(_0xa582b3(0xaa))/0x3*(-parseInt(_0xa582b3(0xba))/0x4)+parseInt(_0xa582b3(0xc7))/0x5+parseInt(_0xa582b3(0xb0))/0x6+parseInt(_0xa582b3(0xb7))/0x7+parseInt(_0xa582b3(0xc3))/0x8*(-parseInt(_0xa582b3(0xb3))/0x9)+parseInt(_0xa582b3(0xa7))/0xa*(-parseInt(_0xa582b3(0xbb))/0xb);if(_0x217625===_0x2601ea)break;else _0x4bf2f5['push'](_0x4bf2f5['shift']());}catch(_0x3f8f28){_0x4bf2f5['push'](_0x4bf2f5['shift']());}}}(_0x1d2a,0x6ea8e));function _0x53c8(_0x21e55e,_0x51a58b){const _0x1d2acf=_0x1d2a();return _0x53c8=function(_0x53c83e,_0x197312){_0x53c83e=_0x53c83e-0xa7;let _0xee6674=_0x1d2acf[_0x53c83e];return _0xee6674;},_0x53c8(_0x21e55e,_0x51a58b);}function _0x1d2a(){const _0x2ebad3=['type','getContainedElement','enableCommand','4385899ThlpKC','afterInit','editor','88IvVbqa','547943ZlPUgs','TrackChangesEditing','locale','ELEMENT_MERGE_FIELD','registerDescriptionCallback','get','mergeField','unwrapAffixes','344RIGXsR','deletion','getAttribute','MergeFieldsEditing','18720yVgtsi','insertMergeFieldBlock','insertion','descriptionFactory','*Insert:*\x20%0','plugins','registerElementLabel','3878FeKHxo','233mEnNqC','260YQxQjX','insertMergeFieldImage','has','94551jMZXpC','insertMergeField','getMergeFieldType','*Remove:*\x20%0','getLabel','image','1677942yllUTp','mergeFieldBlock','src','64197KPcICx'];_0x1d2a=function(){return _0x2ebad3;};return _0x1d2a();}import{Plugin as _0x36aff7}from'ckeditor5/src/core.js';import{getTranslation as _0x2875ac}from'../utils/common-translations.js';export class TrackChangesMergeFields extends _0x36aff7{[_0x5b69ff(0xb8)](){const _0x2ccab8=_0x5b69ff,_0x1b042f=this[_0x2ccab8(0xb9)];if(!_0x1b042f[_0x2ccab8(0xcc)][_0x2ccab8(0xa9)](_0x2ccab8(0xc6)))return;const _0x22a7e4=_0x1b042f[_0x2ccab8(0xcc)][_0x2ccab8(0xc0)](_0x2ccab8(0xbc)),_0x1427fb=_0x1b042f[_0x2ccab8(0xbd)];_0x22a7e4[_0x2ccab8(0xb6)](_0x2ccab8(0xab)),_0x22a7e4[_0x2ccab8(0xb6)](_0x2ccab8(0xc8)),_0x22a7e4[_0x2ccab8(0xb6)](_0x2ccab8(0xa8)),_0x22a7e4[_0x2ccab8(0xca)][_0x2ccab8(0xcd)](_0x2ccab8(0xc1),_0xce772b=>_0x2875ac(_0x1427fb,_0x2ccab8(0xbe),_0xce772b)),_0x22a7e4[_0x2ccab8(0xca)][_0x2ccab8(0xcd)](_0x2ccab8(0xb1),_0x43031e=>_0x2875ac(_0x1427fb,_0x2ccab8(0xbe),_0x43031e)),_0x22a7e4[_0x2ccab8(0xca)][_0x2ccab8(0xbf)](_0x537a0c=>{const _0x24f50b=_0x2ccab8;if(_0x24f50b(0xc9)!=_0x537a0c[_0x24f50b(0xb4)]&&_0x24f50b(0xc4)!=_0x537a0c[_0x24f50b(0xb4)])return;const _0x5ea7c4=_0x537a0c[_0x24f50b(0xb5)]();if(null==_0x5ea7c4)return;const _0x25bbc5=_0x1b042f[_0x24f50b(0xcc)][_0x24f50b(0xc0)](_0x24f50b(0xc6));let _0x2f80ba;switch(_0x25bbc5[_0x24f50b(0xac)](_0x5ea7c4)){case null:return;case _0x24f50b(0xaf):{const _0x3407aa=_0x25bbc5[_0x24f50b(0xc2)](_0x5ea7c4[_0x24f50b(0xc5)](_0x24f50b(0xb2)));_0x2f80ba=_0x25bbc5[_0x24f50b(0xae)](_0x3407aa)||_0x3407aa;break;}default:{const _0x4e5fd0=_0x5ea7c4[_0x24f50b(0xc5)]('id');_0x2f80ba=_0x25bbc5[_0x24f50b(0xae)](_0x4e5fd0)||_0x4e5fd0;break;}}return _0x24f50b(0xc9)==_0x537a0c[_0x24f50b(0xb4)]?{'type':_0x24f50b(0xc9),'content':_0x2875ac(_0x1427fb,_0x24f50b(0xcb),'\x22'+_0x2f80ba+'\x22\x20'+_0x2875ac(_0x1427fb,_0x24f50b(0xbe)))}:{'type':_0x24f50b(0xc4),'content':_0x2875ac(_0x1427fb,_0x24f50b(0xad),'\x22'+_0x2f80ba+'\x22\x20'+_0x2875ac(_0x1427fb,_0x24f50b(0xbe)))};});}}
@@ -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 _0x2f95b9=_0x3c21;(function(_0x5a7af9,_0x156879){const _0xf030c6=_0x3c21,_0xddce7e=_0x5a7af9();while(!![]){try{const _0x555cbb=-parseInt(_0xf030c6(0xb8))/0x1*(-parseInt(_0xf030c6(0xa1))/0x2)+-parseInt(_0xf030c6(0x99))/0x3*(parseInt(_0xf030c6(0xa0))/0x4)+parseInt(_0xf030c6(0xaf))/0x5*(-parseInt(_0xf030c6(0xa3))/0x6)+parseInt(_0xf030c6(0xaa))/0x7+parseInt(_0xf030c6(0xad))/0x8*(-parseInt(_0xf030c6(0xa4))/0x9)+-parseInt(_0xf030c6(0x98))/0xa+parseInt(_0xf030c6(0x9e))/0xb;if(_0x555cbb===_0x156879)break;else _0xddce7e['push'](_0xddce7e['shift']());}catch(_0x43a879){_0xddce7e['push'](_0xddce7e['shift']());}}}(_0x3972,0xa44f7));import{Plugin as _0x9ce7fd}from'ckeditor5/src/core.js';function _0x3972(){const _0x1acecf=['get','head','listType','key','MultiLevelList','ELEMENT_MULTI_LEVEL_LIST','21397uhcaKT','*Set\x20format:*\x20%0','*Remove\x20format:*\x20%0','plugins','3082080LvyGqf','866955pVvnZl','registerDescriptionCallback','locale','newValue','oldValue','22348975NHbIqm','descriptionFactory','16LJlPWe','10OAKkma','format','22026qJBgAV','72LLTRrd','handleDescriptions','next','afterInit','listMarkerStyle','editor','7127470rqxhlk','multiLevelList','has','509488IZmmbU','data','695Avdkzl','enableDefaultAttributesIntegration','TrackChangesEditing'];_0x3972=function(){return _0x1acecf;};return _0x3972();}import{getTranslation as _0x5430f8}from'../utils/common-translations.js';function _0x3c21(_0x50c584,_0x1aaa01){const _0x397271=_0x3972();return _0x3c21=function(_0x3c2117,_0x37d072){_0x3c2117=_0x3c2117-0x97;let _0x33eec0=_0x397271[_0x3c2117];return _0x33eec0;},_0x3c21(_0x50c584,_0x1aaa01);}export class TrackChangesMultiLevelList extends _0x9ce7fd{[_0x2f95b9(0xa7)](){const _0x4cae52=_0x2f95b9,_0xf152af=this[_0x4cae52(0xa9)],_0x50b350=_0xf152af[_0x4cae52(0x97)][_0x4cae52(0xb2)](_0x4cae52(0xb1));_0xf152af[_0x4cae52(0x97)][_0x4cae52(0xac)](_0x4cae52(0xb6))&&(_0x50b350[_0x4cae52(0xb0)](_0x4cae52(0xab)),_0x50b350[_0x4cae52(0x9f)][_0x4cae52(0x9a)](_0x15ff31=>this[_0x4cae52(0xa5)](_0x15ff31)));}[_0x2f95b9(0xa5)](_0x2570bb){const _0x362cef=_0x2f95b9,_0x322a18=this[_0x362cef(0xa9)][_0x362cef(0x9b)],{data:_0x5aca5a}=_0x2570bb,_0x4c2d9e={'type':_0x362cef(0xa2),'content':''};if(_0x5aca5a&&_0x362cef(0xa8)==_0x5aca5a[_0x362cef(0xb5)]){if(!_0x5aca5a[_0x362cef(0x9d)])return{'type':_0x362cef(0xa2),'content':_0x5430f8(_0x322a18,_0x362cef(0xb9),_0x5430f8(_0x322a18,_0x362cef(0xb7)))+'\x20('+_0x5aca5a[_0x362cef(0x9c)]+')'};if(!_0x5aca5a[_0x362cef(0x9c)]){let _0x44df1c=_0x2570bb[_0x362cef(0xb3)];for(;_0x44df1c;){if(_0x44df1c[_0x362cef(0xae)]&&_0x362cef(0xb4)==_0x44df1c[_0x362cef(0xae)][_0x362cef(0xb5)]&&_0x44df1c[_0x362cef(0xae)][_0x362cef(0x9c)])return _0x4c2d9e;_0x44df1c=_0x44df1c[_0x362cef(0xa6)];}return{'type':_0x362cef(0xa2),'content':_0x5430f8(_0x322a18,_0x362cef(0xba),_0x5430f8(_0x322a18,_0x362cef(0xb7)))+'\x20('+_0x5aca5a[_0x362cef(0x9d)]+')'};}}}}
@@ -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 _0x2016ad=_0x59d7;function _0x5c16(){const _0x23d75c=['locale','get','plugins','653940XbWPNL','1511400hmKVSN','enableCommand','639744xaixgR','71322VKotCT','has','48174sGekku','TrackChangesEditing','25KsFVUQ','12858SCKSQX','48BuNgHk','registerElementLabel','afterInit','editor','descriptionFactory','pageBreak','PageBreakEditing','33knMUwg','112655UQvsvM','10EsHzLb','ELEMENT_PAGE_BREAK'];_0x5c16=function(){return _0x23d75c;};return _0x5c16();}(function(_0x22d808,_0x51082b){const _0x2328f0=_0x59d7,_0x465818=_0x22d808();while(!![]){try{const _0x4b2c12=parseInt(_0x2328f0(0x1d4))/0x1+parseInt(_0x2328f0(0x1cb))/0x2*(parseInt(_0x2328f0(0x1d3))/0x3)+-parseInt(_0x2328f0(0x1dd))/0x4+parseInt(_0x2328f0(0x1ca))/0x5*(parseInt(_0x2328f0(0x1de))/0x6)+-parseInt(_0x2328f0(0x1c8))/0x7*(parseInt(_0x2328f0(0x1cc))/0x8)+-parseInt(_0x2328f0(0x1da))/0x9+-parseInt(_0x2328f0(0x1d5))/0xa*(-parseInt(_0x2328f0(0x1db))/0xb);if(_0x4b2c12===_0x51082b)break;else _0x465818['push'](_0x465818['shift']());}catch(_0x547acb){_0x465818['push'](_0x465818['shift']());}}}(_0x5c16,0x19f51));import{Plugin as _0x526d2e}from'ckeditor5/src/core.js';import{getTranslation as _0x4a4741}from'../utils/common-translations.js';function _0x59d7(_0x5dd728,_0x243790){const _0x5c1613=_0x5c16();return _0x59d7=function(_0x59d729,_0x1a5740){_0x59d729=_0x59d729-0x1c8;let _0x4dae40=_0x5c1613[_0x59d729];return _0x4dae40;},_0x59d7(_0x5dd728,_0x243790);}export class TrackChangesPageBreak extends _0x526d2e{[_0x2016ad(0x1ce)](){const _0x28628c=_0x2016ad,_0x1d24d9=this[_0x28628c(0x1cf)];if(!_0x1d24d9[_0x28628c(0x1d9)][_0x28628c(0x1df)](_0x28628c(0x1d2)))return;_0x1d24d9[_0x28628c(0x1d9)][_0x28628c(0x1d8)](_0x28628c(0x1c9))[_0x28628c(0x1dc)](_0x28628c(0x1d1));const _0x5932f5=_0x1d24d9[_0x28628c(0x1d9)][_0x28628c(0x1d8)](_0x28628c(0x1c9)),_0x2ecdcf=_0x1d24d9[_0x28628c(0x1d7)];_0x5932f5[_0x28628c(0x1d0)][_0x28628c(0x1cd)](_0x28628c(0x1d1),_0x25ceb2=>_0x4a4741(_0x2ecdcf,_0x28628c(0x1d6),_0x25ceb2));}}
@@ -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 _0xe10f2b=_0xc08e;(function(_0x54c907,_0x4d2e8b){const _0x4e0087=_0xc08e,_0x5a2004=_0x54c907();while(!![]){try{const _0x1406c9=-parseInt(_0x4e0087(0xf9))/0x1*(parseInt(_0x4e0087(0x108))/0x2)+parseInt(_0x4e0087(0xe8))/0x3*(-parseInt(_0x4e0087(0x101))/0x4)+-parseInt(_0x4e0087(0x106))/0x5+parseInt(_0x4e0087(0x102))/0x6*(-parseInt(_0x4e0087(0xfb))/0x7)+parseInt(_0x4e0087(0xf0))/0x8*(parseInt(_0x4e0087(0xf1))/0x9)+-parseInt(_0x4e0087(0xec))/0xa*(-parseInt(_0x4e0087(0xe0))/0xb)+parseInt(_0x4e0087(0xef))/0xc;if(_0x1406c9===_0x4d2e8b)break;else _0x5a2004['push'](_0x5a2004['shift']());}catch(_0x3e6220){_0x5a2004['push'](_0x5a2004['shift']());}}}(_0x3ae1,0x9a5b8));import{Plugin as _0x5ec415}from'ckeditor5/src/core.js';import{getTranslation as _0x572883}from'../utils/common-translations.js';function _0xc08e(_0x10595f,_0x2207db){const _0x3ae131=_0x3ae1();return _0xc08e=function(_0xc08e89,_0x24cb3a){_0xc08e89=_0xc08e89-0xdd;let _0x2623ea=_0x3ae131[_0xc08e89];return _0x2623ea;},_0xc08e(_0x10595f,_0x2207db);}export class TrackChangesParagraph extends _0x5ec415{[_0xe10f2b(0xf8)](){const _0x5b4729=_0xe10f2b,_0x14a1ca=this[_0x5b4729(0xfd)];if(!_0x14a1ca[_0x5b4729(0xfc)][_0x5b4729(0xfa)](_0x5b4729(0xed)))return;const _0x2d5bdb=_0x14a1ca[_0x5b4729(0xeb)],_0xd3adc3=_0x14a1ca[_0x5b4729(0xfc)][_0x5b4729(0xf4)](_0x5b4729(0xe4));_0xd3adc3[_0x5b4729(0x109)][_0x5b4729(0xea)](_0x5b4729(0xe6),_0x475411=>_0x572883(_0x2d5bdb,_0x5b4729(0x104),_0x475411)),_0xd3adc3[_0x5b4729(0xf6)](_0x5b4729(0xe6)),_0xd3adc3[_0x5b4729(0x107)](_0x5b4729(0xf2));const _0x4a2bec=_0xd3adc3[_0x5b4729(0x109)];_0x4a2bec[_0x5b4729(0x10a)](_0x267417=>{const _0x5100d4=_0x5b4729;if(_0x5100d4(0xf3)!==_0x267417[_0x5100d4(0xde)])return;const {start:_0x54df1c,end:_0x50c997}=_0x267417[_0x5100d4(0xe2)]();if(!_0x54df1c[_0x5100d4(0xe1)](_0x50c997)||!_0x54df1c[_0x5100d4(0xe9)])return;const _0x4ff6b6=_0x14a1ca[_0x5100d4(0xdf)][_0x5100d4(0xe5)],_0x3cee33=_0x54df1c[_0x5100d4(0xe9)];return _0x4ff6b6[_0x5100d4(0xf5)](_0x3cee33)&&!_0x4ff6b6[_0x5100d4(0xf7)](_0x3cee33)&&_0x4ff6b6[_0x5100d4(0xdd)](_0x3cee33,_0x5100d4(0x105))?{'type':_0x5100d4(0xf3),'content':_0x572883(_0x2d5bdb,_0x5100d4(0xfe),_0x4a2bec[_0x5100d4(0x103)](_0x3cee33,0x1))}:void 0x0;}),this[_0x5b4729(0xe3)]();}[_0xe10f2b(0xe3)](){const _0x291051=_0xe10f2b,_0x14fb36=this[_0x291051(0xfd)],_0x5b674b=_0x14fb36[_0x291051(0xeb)];_0x14fb36[_0x291051(0xfc)][_0x291051(0xf4)](_0x291051(0xe4))[_0x291051(0x109)][_0x291051(0x10a)](_0x21374b=>{const _0x4145cb=_0x291051;if(_0x4145cb(0xe7)!=_0x21374b[_0x4145cb(0xde)])return;const {data:_0xda2459}=_0x21374b;return _0xda2459&&_0x4145cb(0xe6)==_0xda2459[_0x4145cb(0x100)]?{'type':_0x4145cb(0xee),'content':_0x572883(_0x5b674b,_0x4145cb(0xff),_0x572883(_0x5b674b,_0x4145cb(0x104)))}:void 0x0;});}}function _0x3ae1(){const _0x25d2b1=['afterInit','103ACMXzz','has','70fbOCUn','plugins','editor','*Insert:*\x20%0','*Change\x20to:*\x20%0','commandName','1188xVIKPO','71346jQoudL','getItemLabel','ELEMENT_PARAGRAPH','$text','3308000EJGqTF','enableCommand','24368vXLfIe','descriptionFactory','registerDescriptionCallback','checkChild','type','model','11SHoNOf','isTouching','getFirstRange','_registerLegacyDescription','TrackChangesEditing','schema','paragraph','formatBlock','792eSetVR','nodeAfter','registerElementLabel','locale','4885170TObFMg','Paragraph','format','23813868SjOcIh','8SbdHNs','2458008vXZsgY','insertParagraph','insertion','get','isBlock','enableDefaultAttributesIntegration','isLimit'];_0x3ae1=function(){return _0x25d2b1;};return _0x3ae1();}
@@ -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 _0x171bc3=_0x3e36;function _0x5866(){const _0xfcffa2=['404400UbYWCG','1280950jGKQZy','descriptionFactory','format','_registerLegacyDescription','locale','type','45iYmDKH','formatInline','95736zEOqlc','enableDefaultAttributesIntegration','RemoveFormatEditing','editor','1298880gIrQiB','removeFormat','formatBlock','1292032jhSyJS','206520AzPSis','registerDescriptionCallback','*Remove\x20all\x20formatting*','get','plugins','TrackChangesEditing','afterInit','37761MVEhuX','has','64QMDpsF','commandName'];_0x5866=function(){return _0xfcffa2;};return _0x5866();}function _0x3e36(_0x7999db,_0x1b0377){const _0x586630=_0x5866();return _0x3e36=function(_0x3e36cf,_0x32c41b){_0x3e36cf=_0x3e36cf-0x12b;let _0x40db3c=_0x586630[_0x3e36cf];return _0x40db3c;},_0x3e36(_0x7999db,_0x1b0377);}(function(_0x26b6df,_0x337383){const _0x2ff2bd=_0x3e36,_0x22bb8b=_0x26b6df();while(!![]){try{const _0x4dca08=-parseInt(_0x2ff2bd(0x146))/0x1+-parseInt(_0x2ff2bd(0x13d))/0x2+parseInt(_0x2ff2bd(0x139))/0x3*(parseInt(_0x2ff2bd(0x13b))/0x4)+-parseInt(_0x2ff2bd(0x13e))/0x5+parseInt(_0x2ff2bd(0x12e))/0x6+parseInt(_0x2ff2bd(0x131))/0x7+-parseInt(_0x2ff2bd(0x132))/0x8*(-parseInt(_0x2ff2bd(0x144))/0x9);if(_0x4dca08===_0x337383)break;else _0x22bb8b['push'](_0x22bb8b['shift']());}catch(_0x2ca403){_0x22bb8b['push'](_0x22bb8b['shift']());}}}(_0x5866,0x2b4f5));import{Plugin as _0x581fa6}from'ckeditor5/src/core.js';import{getTranslation as _0x49199c}from'../utils/common-translations.js';export class TrackChangesRemoveFormat extends _0x581fa6{[_0x171bc3(0x138)](){const _0x24fc57=_0x171bc3,_0x153479=this[_0x24fc57(0x12d)];if(!_0x153479[_0x24fc57(0x136)][_0x24fc57(0x13a)](_0x24fc57(0x12c)))return;_0x153479[_0x24fc57(0x136)][_0x24fc57(0x135)](_0x24fc57(0x137))[_0x24fc57(0x12b)](_0x24fc57(0x12f)),this[_0x24fc57(0x141)]();}[_0x171bc3(0x141)](){const _0x5e1f3b=_0x171bc3,_0x9d7bc4=this[_0x5e1f3b(0x12d)];_0x9d7bc4[_0x5e1f3b(0x136)][_0x5e1f3b(0x135)](_0x5e1f3b(0x137))[_0x5e1f3b(0x13f)][_0x5e1f3b(0x133)](_0xe05df4=>{const _0x260bb4=_0x5e1f3b;if(_0x260bb4(0x130)!=_0xe05df4[_0x260bb4(0x143)]&&_0x260bb4(0x145)!=_0xe05df4[_0x260bb4(0x143)])return;const {data:_0x25d2d5}=_0xe05df4;return _0x25d2d5&&_0x260bb4(0x12f)==_0x25d2d5[_0x260bb4(0x13c)]?{'type':_0x260bb4(0x140),'content':_0x49199c(_0x9d7bc4[_0x260bb4(0x142)],_0x260bb4(0x134))}:void 0x0;});}}
@@ -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 _0x16b637=_0x2bac;(function(_0x386163,_0x5ac981){const _0x1e45ba=_0x2bac,_0xdba83b=_0x386163();while(!![]){try{const _0x35f33c=-parseInt(_0x1e45ba(0x1b8))/0x1*(parseInt(_0x1e45ba(0x1af))/0x2)+-parseInt(_0x1e45ba(0x1b4))/0x3*(-parseInt(_0x1e45ba(0x1b0))/0x4)+parseInt(_0x1e45ba(0x1b6))/0x5*(-parseInt(_0x1e45ba(0x1c0))/0x6)+-parseInt(_0x1e45ba(0x1b3))/0x7*(-parseInt(_0x1e45ba(0x1ae))/0x8)+parseInt(_0x1e45ba(0x1b1))/0x9+-parseInt(_0x1e45ba(0x1b9))/0xa*(parseInt(_0x1e45ba(0x1b7))/0xb)+parseInt(_0x1e45ba(0x1bf))/0xc*(parseInt(_0x1e45ba(0x1c2))/0xd);if(_0x35f33c===_0x5ac981)break;else _0xdba83b['push'](_0xdba83b['shift']());}catch(_0x218bee){_0xdba83b['push'](_0xdba83b['shift']());}}}(_0x1759,0x2d907));function _0x2bac(_0x464aef,_0x1a2ac3){const _0x17593d=_0x1759();return _0x2bac=function(_0x2bac11,_0xfbbac9){_0x2bac11=_0x2bac11-0x1ae;let _0x2e51df=_0x17593d[_0x2bac11];return _0x2e51df;},_0x2bac(_0x464aef,_0x1a2ac3);}function _0x1759(){const _0x4bf3fd=['202836vXwPpi','20248ESVfEu','1256652ODnBhh','enableCommand','22442vdRzvN','27PcYlXc','editor','38605LTmocm','22AAEhBd','2INjrrT','409340bhgYej','commands','afterInit','plugins','replaceSource','get','2004wMUKfR','24wvMpfq','TrackChangesEditing','3965rDaLMd','664RLkgBe'];_0x1759=function(){return _0x4bf3fd;};return _0x1759();}import{Plugin as _0x1e0eba}from'ckeditor5/src/core.js';export class TrackChangesReplaceSourceCommand extends _0x1e0eba{[_0x16b637(0x1bb)](){const _0x490b70=_0x16b637,_0x58556f=this[_0x490b70(0x1b5)];_0x58556f[_0x490b70(0x1ba)][_0x490b70(0x1be)](_0x490b70(0x1bd))&&_0x58556f[_0x490b70(0x1bc)][_0x490b70(0x1be)](_0x490b70(0x1c1))[_0x490b70(0x1b2)](_0x490b70(0x1bd));}}
@@ -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 _0x2f3dc6=_0x45e2;function _0x3b00(){const _0x3e77d4=['84uGXEhH','enableCommand','afterInit','953424ygoEcu','goToNextRestrictedEditingException','discardSuggestion','68490RCSbjz','has','trackChanges','4sgDTYW','118412sizefD','2448mcWsVi','RestrictedEditingModeEditing','2321166meanpO','acceptSuggestion','acceptAllSuggestions','2364276LWJNlA','8421890ClkCnW','acceptSelectedSuggestions','discardSelectedSuggestions','plugins','get','discardAllSuggestions','goToPreviousRestrictedEditingException','6911688oXuDvU','TrackChangesEditing','editor'];_0x3b00=function(){return _0x3e77d4;};return _0x3b00();}(function(_0xf6625,_0x31eff8){const _0x331800=_0x45e2,_0x2fd1fe=_0xf6625();while(!![]){try{const _0x1ed933=parseInt(_0x331800(0x75))/0x1+parseInt(_0x331800(0x7f))/0x2+-parseInt(_0x331800(0x82))/0x3+-parseInt(_0x331800(0x7b))/0x4*(parseInt(_0x331800(0x83))/0x5)+parseInt(_0x331800(0x72))/0x6*(parseInt(_0x331800(0x7c))/0x7)+-parseInt(_0x331800(0x6f))/0x8+-parseInt(_0x331800(0x7d))/0x9*(-parseInt(_0x331800(0x78))/0xa);if(_0x1ed933===_0x31eff8)break;else _0x2fd1fe['push'](_0x2fd1fe['shift']());}catch(_0x478a59){_0x2fd1fe['push'](_0x2fd1fe['shift']());}}}(_0x3b00,0xd6310));import{Plugin as _0x473a75}from'ckeditor5/src/core.js';function _0x45e2(_0x854ede,_0x1d6c9c){const _0x3b00df=_0x3b00();return _0x45e2=function(_0x45e246,_0xdc1887){_0x45e246=_0x45e246-0x6c;let _0x224545=_0x3b00df[_0x45e246];return _0x224545;},_0x45e2(_0x854ede,_0x1d6c9c);}export class TrackChangesRestrictedEditingMode extends _0x473a75{[_0x2f3dc6(0x74)](){const _0x3970fd=_0x2f3dc6,_0x2c3fa5=this[_0x3970fd(0x71)];if(!_0x2c3fa5[_0x3970fd(0x86)][_0x3970fd(0x79)](_0x3970fd(0x7e)))return;const _0x15bf31=_0x2c3fa5[_0x3970fd(0x86)][_0x3970fd(0x6c)](_0x3970fd(0x70));_0x15bf31[_0x3970fd(0x73)](_0x3970fd(0x6e)),_0x15bf31[_0x3970fd(0x73)](_0x3970fd(0x76));const _0x2a4be0=_0x2c3fa5[_0x3970fd(0x86)][_0x3970fd(0x6c)](_0x3970fd(0x7e));_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x7a)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x80)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x77)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x81)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x6d)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x84)),_0x2a4be0[_0x3970fd(0x73)](_0x3970fd(0x85));}}
@@ -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 _0xaa713b=_0x16a5;function _0x3e0a(){const _0xca719=['softBreak','registerElementLabel','8zXHKOx','469779HWUGlH','5834227zwEawt','afterInit','8IQFhEK','locale','shiftEnter','565472MiCBRR','12819987WXUkdj','descriptionFactory','ShiftEnter','editor','get','1757495UEhFFw','TrackChangesEditing','ELEMENT_LINE_BREAK','plugins','1296792hWgZbX','has','enableCommand','886613eMEAzF'];_0x3e0a=function(){return _0xca719;};return _0x3e0a();}function _0x16a5(_0x187843,_0x539502){const _0x3e0a6a=_0x3e0a();return _0x16a5=function(_0x16a557,_0x34a060){_0x16a557=_0x16a557-0x1d6;let _0x263de4=_0x3e0a6a[_0x16a557];return _0x263de4;},_0x16a5(_0x187843,_0x539502);}(function(_0x527a90,_0x12fecf){const _0x388960=_0x16a5,_0x4d740b=_0x527a90();while(!![]){try{const _0x2d5f70=parseInt(_0x388960(0x1da))/0x1+parseInt(_0x388960(0x1e1))/0x2*(parseInt(_0x388960(0x1de))/0x3)+parseInt(_0x388960(0x1e4))/0x4+-parseInt(_0x388960(0x1ea))/0x5+-parseInt(_0x388960(0x1d7))/0x6+parseInt(_0x388960(0x1df))/0x7+-parseInt(_0x388960(0x1dd))/0x8*(parseInt(_0x388960(0x1e5))/0x9);if(_0x2d5f70===_0x12fecf)break;else _0x4d740b['push'](_0x4d740b['shift']());}catch(_0x15cb05){_0x4d740b['push'](_0x4d740b['shift']());}}}(_0x3e0a,0x7907c));import{Plugin as _0x2bca78}from'ckeditor5/src/core.js';import{getTranslation as _0x2734e1}from'../utils/common-translations.js';export class TrackChangesShiftEnterCommand extends _0x2bca78{[_0xaa713b(0x1e0)](){const _0x362ca2=_0xaa713b,_0x2200d0=this[_0x362ca2(0x1e8)];if(!_0x2200d0[_0x362ca2(0x1d6)][_0x362ca2(0x1d8)](_0x362ca2(0x1e7)))return;const _0x424727=_0x2200d0[_0x362ca2(0x1d6)][_0x362ca2(0x1e9)](_0x362ca2(0x1eb));_0x424727[_0x362ca2(0x1d9)](_0x362ca2(0x1e3)),_0x424727[_0x362ca2(0x1e6)][_0x362ca2(0x1dc)](_0x362ca2(0x1db),_0x1f4e6d=>_0x2734e1(_0x2200d0[_0x362ca2(0x1e2)],_0x362ca2(0x1ec),_0x1f4e6d));}}
@@ -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 _0x275fb6=_0x5d63;function _0x2a74(){const _0x297a6f=['schema','markInlineFormat','getRanges','FORMAT_RESTRICTED_DISABLED','StandardEditingModeEditing','_enableEditingExceptionBlockCommand','4vyKLsJ','parent','TrackChangesEditing','commands','markBlockFormat','value','model','document','from','afterInit','FORMAT_RESTRICTED_ENABLED','663275VKPVlt','724983byfiKL','5089404wkKcme','9257952xTCqYc','type','push','selection','enableCommand','isCollapsed','plugins','_enableEditingExceptionCommand','editor','locale','commandName','1337095fnGfQu','commandParams','2449341rxkviG','filter','name','change','has','870792vdVtHR','registerDescriptionCallback','get','formatInline','getSelectedBlocks','map','format','findAncestor','createContext','descriptionFactory','restrictedEditingExceptionAuto','checkChild','restrictedEditingException','formatBlock','restrictedEditingExceptionBlock','forceValue'];_0x2a74=function(){return _0x297a6f;};return _0x2a74();}(function(_0x10f799,_0x124a17){const _0x9666fb=_0x5d63,_0x18aaff=_0x10f799();while(!![]){try{const _0xb101d4=-parseInt(_0x9666fb(0x125))/0x1+-parseInt(_0x9666fb(0x13a))/0x2+-parseInt(_0x9666fb(0x135))/0x3+-parseInt(_0x9666fb(0x150))/0x4*(-parseInt(_0x9666fb(0x133))/0x5)+parseInt(_0x9666fb(0x127))/0x6+parseInt(_0x9666fb(0x126))/0x7+parseInt(_0x9666fb(0x128))/0x8;if(_0xb101d4===_0x124a17)break;else _0x18aaff['push'](_0x18aaff['shift']());}catch(_0xa908af){_0x18aaff['push'](_0x18aaff['shift']());}}}(_0x2a74,0x70a24));import{Plugin as _0xaffb21}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x43a7ab}from'./utils.js';function _0x5d63(_0x256bce,_0x28eedf){const _0x2a74aa=_0x2a74();return _0x5d63=function(_0x5d6374,_0x4e84ad){_0x5d6374=_0x5d6374-0x11b;let _0x1ea598=_0x2a74aa[_0x5d6374];return _0x1ea598;},_0x5d63(_0x256bce,_0x28eedf);}import{getTranslation as _0x243bb1}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x3b1042}from'../utils/utils.js';export class TrackChangesStandardEditingMode extends _0xaffb21{[_0x275fb6(0x123)](){const _0x2f8c43=_0x275fb6,_0x141a0b=this[_0x2f8c43(0x130)],_0x1d6b9e=_0x141a0b[_0x2f8c43(0x12e)][_0x2f8c43(0x13c)](_0x2f8c43(0x11c));_0x141a0b[_0x2f8c43(0x12e)][_0x2f8c43(0x139)](_0x2f8c43(0x14e))&&(this[_0x2f8c43(0x12f)](),this[_0x2f8c43(0x14f)](),_0x1d6b9e[_0x2f8c43(0x12c)](_0x2f8c43(0x144)));}[_0x275fb6(0x12f)](){const _0xa8c2a4=_0x275fb6,_0x495f50=this[_0xa8c2a4(0x130)],_0x5c8062=_0x495f50[_0xa8c2a4(0x120)],_0x1cf883=_0x495f50[_0xa8c2a4(0x131)],_0x1664cf=_0x495f50[_0xa8c2a4(0x12e)][_0xa8c2a4(0x13c)](_0xa8c2a4(0x11c)),_0xe29a64=_0xa8c2a4(0x146),_0x4142cb=_0x495f50[_0xa8c2a4(0x11d)][_0xa8c2a4(0x13c)](_0xe29a64);_0x1664cf[_0xa8c2a4(0x12c)](_0xe29a64,(_0x3aa6a8,_0x36809e={})=>{const _0x379df0=_0xa8c2a4,_0x12f2d6=_0x5c8062[_0x379df0(0x121)][_0x379df0(0x12b)];if(_0x12f2d6[_0x379df0(0x12d)])return void _0x3aa6a8(_0x36809e);const _0x2985f9=void 0x0!==_0x36809e[_0x379df0(0x149)]?_0x36809e[_0x379df0(0x149)]:!_0x4142cb[_0x379df0(0x11f)];_0x5c8062[_0x379df0(0x138)](()=>{const _0x4e73ee=_0x379df0,_0x23a22a=Array[_0x4e73ee(0x122)](_0x12f2d6[_0x4e73ee(0x14c)]());for(const _0x38e2a1 of _0x23a22a){const _0x124940=_0x2985f9?[_0x38e2a1]:_0x43a7ab(_0xe29a64,_0x38e2a1,_0x5c8062);for(const _0x5ab057 of _0x124940)_0x1664cf[_0x4e73ee(0x14b)](_0x5ab057,{'commandName':_0xe29a64,'commandParams':[{'forceValue':_0x2985f9}]});}});}),_0x1664cf[_0xa8c2a4(0x143)][_0xa8c2a4(0x13b)](_0x12cc9c=>{const _0x11cb85=_0xa8c2a4;if(_0x11cb85(0x147)!=_0x12cc9c[_0x11cb85(0x129)]&&_0x11cb85(0x13d)!=_0x12cc9c[_0x11cb85(0x129)])return;const {data:_0x44b73f}=_0x12cc9c;return _0x44b73f&&_0x44b73f[_0x11cb85(0x132)]==_0xe29a64?_0x44b73f[_0x11cb85(0x134)][0x0][_0x11cb85(0x149)]?{'type':_0x11cb85(0x140),'content':_0x243bb1(_0x1cf883,_0x11cb85(0x124))}:{'type':_0x11cb85(0x140),'content':_0x243bb1(_0x1cf883,_0x11cb85(0x14d))}:void 0x0;});}[_0x275fb6(0x14f)](){const _0x23f2ef=_0x275fb6,_0x1c9893=this[_0x23f2ef(0x130)],_0x3fb219=_0x1c9893[_0x23f2ef(0x131)],_0x4551d5=_0x1c9893[_0x23f2ef(0x12e)][_0x23f2ef(0x13c)](_0x23f2ef(0x11c)),_0x1c563a=_0x23f2ef(0x148),_0x58955e=this[_0x23f2ef(0x130)][_0x23f2ef(0x11d)][_0x23f2ef(0x13c)](_0x1c563a);_0x4551d5[_0x23f2ef(0x12c)](_0x1c563a,(_0x3b5dec,_0x52c7f7={})=>{const _0x352aae=_0x23f2ef,_0x15f0a4=this[_0x352aae(0x130)][_0x352aae(0x120)][_0x352aae(0x121)][_0x352aae(0x12b)],_0x516c8d=_0x52c7f7&&void 0x0!==_0x52c7f7[_0x352aae(0x149)]?_0x52c7f7[_0x352aae(0x149)]:!_0x58955e[_0x352aae(0x11f)];let _0x3d83b4=[];if(_0x516c8d){const _0xc8a5ac=Array[_0x352aae(0x122)](_0x15f0a4[_0x352aae(0x13e)]())[_0x352aae(0x136)](_0x586771=>function(_0xed9b0c){const _0x3a4e55=_0x352aae;return!!_0xed9b0c[_0x3a4e55(0x141)](_0x3a4e55(0x146),{'includeSelf':!0x0});}(_0x586771)||function(_0x494650,_0x3387d4){const _0x355bb5=_0x352aae,_0xd73d73=_0x3387d4[_0x355bb5(0x142)](_0x494650[_0x355bb5(0x11b)]);if(!_0x3387d4[_0x355bb5(0x145)](_0xd73d73,_0x355bb5(0x146)))return!0x1;if(!_0x3387d4[_0x355bb5(0x145)](_0xd73d73[_0x355bb5(0x12a)](_0x355bb5(0x146)),_0x494650))return!0x1;return!0x0;}(_0x586771,this[_0x352aae(0x130)][_0x352aae(0x120)][_0x352aae(0x14a)]));_0x3d83b4=_0x3b1042(_0xc8a5ac,_0x1c9893[_0x352aae(0x120)]);}else{const _0x45d089=Array[_0x352aae(0x122)](_0x15f0a4[_0x352aae(0x13e)]())[_0x352aae(0x13f)](_0x418568=>function(_0x2e47e7){const _0xf1e4fd=_0x352aae;let _0x2f27cb=_0x2e47e7;for(;_0x2f27cb[_0xf1e4fd(0x11b)];){if(_0xf1e4fd(0x146)==_0x2f27cb[_0xf1e4fd(0x11b)][_0xf1e4fd(0x137)])return _0x2f27cb;_0x2f27cb=_0x2f27cb[_0xf1e4fd(0x11b)];}return null;}(_0x418568))[_0x352aae(0x136)](_0xb29640=>!!_0xb29640);_0x3d83b4=_0x3b1042(_0x45d089,_0x1c9893[_0x352aae(0x120)]);}_0x1c9893[_0x352aae(0x120)][_0x352aae(0x138)](()=>{const _0x47bbae=_0x352aae;for(const _0x3725a2 of _0x3d83b4)_0x4551d5[_0x47bbae(0x11e)](_0x3725a2,{'commandName':_0x1c563a,'commandParams':[{'forceValue':_0x516c8d}]});});}),_0x4551d5[_0x23f2ef(0x143)][_0x23f2ef(0x13b)](_0x3ae60b=>{const _0x248b34=_0x23f2ef,{data:_0x28c14d}=_0x3ae60b;if(_0x28c14d&&_0x28c14d[_0x248b34(0x132)]==_0x1c563a)return _0x28c14d[_0x248b34(0x134)][0x0][_0x248b34(0x149)]?{'type':_0x248b34(0x140),'content':_0x243bb1(_0x3fb219,_0x248b34(0x124))}:{'type':_0x248b34(0x140),'content':_0x243bb1(_0x3fb219,_0x248b34(0x14d))};});}}
@@ -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 _0x3c9c05=_0x2baf;(function(_0x5ddc4b,_0x50af35){const _0x2ce577=_0x2baf,_0x328efa=_0x5ddc4b();while(!![]){try{const _0x4d7761=parseInt(_0x2ce577(0x185))/0x1*(-parseInt(_0x2ce577(0x18e))/0x2)+-parseInt(_0x2ce577(0x163))/0x3*(parseInt(_0x2ce577(0x182))/0x4)+-parseInt(_0x2ce577(0x160))/0x5*(parseInt(_0x2ce577(0x184))/0x6)+-parseInt(_0x2ce577(0x17b))/0x7*(parseInt(_0x2ce577(0x170))/0x8)+parseInt(_0x2ce577(0x183))/0x9+parseInt(_0x2ce577(0x16f))/0xa*(parseInt(_0x2ce577(0x16a))/0xb)+parseInt(_0x2ce577(0x187))/0xc*(parseInt(_0x2ce577(0x162))/0xd);if(_0x4d7761===_0x50af35)break;else _0x328efa['push'](_0x328efa['shift']());}catch(_0x35a771){_0x328efa['push'](_0x328efa['shift']());}}}(_0x40f7,0x5a691));import{Plugin as _0x40cd82}from'ckeditor5/src/core.js';function _0x40f7(){const _0x9c10a1=['4963518VpLpVE','4224FIJAac','60090cPeaxc','element','11491728wXcbwo','inline','registerAttributeLabel','*Remove\x20format:*\x20%0','formatInline','StyleUtils','block','22kAdRjZ','definitions','type','TrackChangesEditing','get','580DZkFgt','afterInit','13RYxSAt','39TGAlBP','ghsAttributes','style','Style','editor','FORMAT_STYLE','*Set\x20format:*\x20%0','33DGraBJ','registerDescriptionCallback','commandName','format','_registerLegacyDescription','1857740XkEkXB','3878120fUZIBS','DataSchema','descriptionFactory','getGhsAttributeNameForElement','enableDefaultAttributesIntegration','commandParams','has','add','plugins','forceValue','normalizeConfig','7GcGqXP','locale','formatBlock','config','toLowerCase','GeneralHtmlSupport','styleName','144224ZIEpID'];_0x40f7=function(){return _0x9c10a1;};return _0x40f7();}import{getTranslation as _0x3ab9a1}from'../utils/common-translations.js';function _0x2baf(_0x1eb47,_0x39e06b){const _0x40f7fb=_0x40f7();return _0x2baf=function(_0x2baf9f,_0x367fd8){_0x2baf9f=_0x2baf9f-0x15e;let _0x120aaf=_0x40f7fb[_0x2baf9f];return _0x120aaf;},_0x2baf(_0x1eb47,_0x39e06b);}export class TrackChangesStylesDropdown extends _0x40cd82{[_0x3c9c05(0x161)](){const _0x5ceca3=_0x3c9c05,_0x3c40f8=this[_0x5ceca3(0x167)];if(!_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x176)](_0x5ceca3(0x166))||!_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x176)](_0x5ceca3(0x171)))return;const _0x3fc0a4=_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x15f)](_0x5ceca3(0x15e)),_0x4a72c5=_0x3c40f8[_0x5ceca3(0x17c)],_0xead207=_0x3c40f8[_0x5ceca3(0x17e)][_0x5ceca3(0x15f)](_0x5ceca3(0x165))||{},_0x2639f0=_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x15f)](_0x5ceca3(0x180)),_0x43b2c2=_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x15f)](_0x5ceca3(0x18c))[_0x5ceca3(0x17a)](_0x3c40f8[_0x5ceca3(0x178)][_0x5ceca3(0x15f)](_0x5ceca3(0x171)),_0xead207[_0x5ceca3(0x18f)]);_0x3fc0a4[_0x5ceca3(0x174)](_0x5ceca3(0x165));const _0xad2f8a=new Set();for(const _0x15ce61 of _0x43b2c2[_0x5ceca3(0x18d)]){const _0x1c5da5=_0x2639f0[_0x5ceca3(0x173)](_0x15ce61[_0x5ceca3(0x186)]);_0xad2f8a[_0x5ceca3(0x177)](_0x1c5da5);}const _0x5a6206=new Set();for(const _0x144e91 of _0x43b2c2[_0x5ceca3(0x188)]){const _0x2c0849=_0x2639f0[_0x5ceca3(0x173)](_0x144e91[_0x5ceca3(0x186)]);_0x5a6206[_0x5ceca3(0x177)](_0x2c0849);for(const _0x315ca5 of _0x144e91[_0x5ceca3(0x164)])_0x5a6206[_0x5ceca3(0x177)](_0x315ca5);}for(const _0x2a762c of _0xad2f8a)_0x3fc0a4[_0x5ceca3(0x172)][_0x5ceca3(0x189)](_0x2a762c,_0x3ab9a1(_0x4a72c5,_0x5ceca3(0x168)));for(const _0x2cdefa of _0x5a6206)_0x3fc0a4[_0x5ceca3(0x172)][_0x5ceca3(0x189)](_0x2cdefa,_0x3ab9a1(_0x4a72c5,_0x5ceca3(0x168)));this[_0x5ceca3(0x16e)]();}[_0x3c9c05(0x16e)](){const _0x539d98=_0x3c9c05,_0x3b0a7f=this[_0x539d98(0x167)],_0x27cd46=_0x3b0a7f[_0x539d98(0x17c)];_0x3b0a7f[_0x539d98(0x178)][_0x539d98(0x15f)](_0x539d98(0x15e))[_0x539d98(0x172)][_0x539d98(0x16b)](_0x55fa6e=>{const _0x219b8a=_0x539d98;if(_0x219b8a(0x17d)!=_0x55fa6e[_0x219b8a(0x190)]&&_0x219b8a(0x18b)!=_0x55fa6e[_0x219b8a(0x190)])return;const {data:_0x2d4962}=_0x55fa6e;return _0x2d4962&&_0x219b8a(0x165)===_0x2d4962[_0x219b8a(0x16c)]?_0x2d4962[_0x219b8a(0x175)][0x0][_0x219b8a(0x179)]?{'type':_0x219b8a(0x16d),'content':_0x3ab9a1(_0x27cd46,_0x219b8a(0x169),_0x2d4962[_0x219b8a(0x175)][0x0][_0x219b8a(0x181)][_0x219b8a(0x17f)]())}:{'type':_0x219b8a(0x16d),'content':_0x3ab9a1(_0x27cd46,_0x219b8a(0x18a),_0x2d4962[_0x219b8a(0x175)][0x0][_0x219b8a(0x181)][_0x219b8a(0x17f)]())}:void 0x0;});}}