@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
- function _0x4396(){const _0x1242c1=['1909480wOQqYB','1mbRXeG','3dIEOSV','3179540czsUMd','TrackChangesEditing','2181820UUvEqV','plugins','60ckzZTD','600AAAXRo','commands','enableCommand','emoji','editor','10174213nHFNZp','44462GkaqGA','339600XmZQUv','11157664hIsvDX','get','afterInit','9seAbaU'];_0x4396=function(){return _0x1242c1;};return _0x4396();}const _0x433ab1=_0x2b29;(function(_0x4ed79c,_0x42545f){const _0x20416e=_0x2b29,_0x15ece9=_0x4ed79c();while(!![]){try{const _0x53e1b2=parseInt(_0x20416e(0x1b8))/0x1*(parseInt(_0x20416e(0x1b7))/0x2)+-parseInt(_0x20416e(0x1b9))/0x3*(parseInt(_0x20416e(0x1ba))/0x4)+parseInt(_0x20416e(0x1be))/0x5*(parseInt(_0x20416e(0x1b2))/0x6)+-parseInt(_0x20416e(0x1b0))/0x7+parseInt(_0x20416e(0x1b3))/0x8+-parseInt(_0x20416e(0x1b6))/0x9*(-parseInt(_0x20416e(0x1bc))/0xa)+parseInt(_0x20416e(0x1b1))/0xb*(-parseInt(_0x20416e(0x1bf))/0xc);if(_0x53e1b2===_0x42545f)break;else _0x15ece9['push'](_0x15ece9['shift']());}catch(_0x53c453){_0x15ece9['push'](_0x15ece9['shift']());}}}(_0x4396,0xc26e2));import{Plugin as _0x41bc1c}from'ckeditor5/src/core.js';function _0x2b29(_0x3dfbc7,_0x2f2851){const _0x439623=_0x4396();return _0x2b29=function(_0x2b2981,_0x16a7e8){_0x2b2981=_0x2b2981-0x1af;let _0x46251c=_0x439623[_0x2b2981];return _0x46251c;},_0x2b29(_0x3dfbc7,_0x2f2851);}export class TrackChangesEmoji extends _0x41bc1c{[_0x433ab1(0x1b5)](){const _0x1eacb3=_0x433ab1,_0x5ce52a=this[_0x1eacb3(0x1af)];_0x5ce52a[_0x1eacb3(0x1c0)][_0x1eacb3(0x1b4)](_0x1eacb3(0x1c2))&&_0x5ce52a[_0x1eacb3(0x1bd)][_0x1eacb3(0x1b4)](_0x1eacb3(0x1bb))[_0x1eacb3(0x1c1)](_0x1eacb3(0x1c2));}}
@@ -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 _0x28a84e=_0xf10a;function _0xf10a(_0x3bf8e7,_0x4f5266){const _0xc86f7e=_0xc86f();return _0xf10a=function(_0xf10a0,_0x2f49fb){_0xf10a0=_0xf10a0-0x128;let _0x462033=_0xc86f7e[_0xf10a0];return _0x462033;},_0xf10a(_0x3bf8e7,_0x4f5266);}(function(_0x1b0620,_0x3dd072){const _0x47a8d1=_0xf10a,_0x1ae84e=_0x1b0620();while(!![]){try{const _0x55d073=-parseInt(_0x47a8d1(0x12a))/0x1+parseInt(_0x47a8d1(0x148))/0x2+-parseInt(_0x47a8d1(0x134))/0x3+parseInt(_0x47a8d1(0x12b))/0x4+-parseInt(_0x47a8d1(0x146))/0x5*(-parseInt(_0x47a8d1(0x139))/0x6)+-parseInt(_0x47a8d1(0x14a))/0x7+-parseInt(_0x47a8d1(0x135))/0x8*(-parseInt(_0x47a8d1(0x141))/0x9);if(_0x55d073===_0x3dd072)break;else _0x1ae84e['push'](_0x1ae84e['shift']());}catch(_0x3f8aba){_0x1ae84e['push'](_0x1ae84e['shift']());}}}(_0xc86f,0xbf44e));function _0xc86f(){const _0x32ddb2=['18pfDvsK','enter','TrackChangesEditing','enableCommand','fromRange','get','createPositionAt','model','19053rVYCZj','getFirstPosition','detach','enterBlock','afterExecute','1443570ALqIrB','getFirstRange','1540664NCQpWO','document','3889872bgiaNK','editor','change','end','1324286DGbcoP','1753644mjKyNR','createRange','markInsertion','setSelection','commands','selection','requires','plugins','init','882762BRyKDK','3336wfCBAC','fire','nextSibling','parent'];_0xc86f=function(){return _0x32ddb2;};return _0xc86f();}import{Plugin as _0x29a8c9}from'ckeditor5/src/core.js';import{Enter as _0x24f464}from'ckeditor5/src/enter.js';import{ModelLiveRange as _0x125317}from'ckeditor5/src/engine.js';export class TrackChangesEnterCommand extends _0x29a8c9{static get[_0x28a84e(0x131)](){return[_0x24f464];}[_0x28a84e(0x133)](){const _0x38a151=_0x28a84e,_0x8de3dc=this[_0x38a151(0x14b)],_0x309fab=_0x8de3dc[_0x38a151(0x132)][_0x38a151(0x13e)](_0x38a151(0x13b)),_0x59d56b=_0x8de3dc[_0x38a151(0x12f)][_0x38a151(0x13e)](_0x38a151(0x13a));_0x309fab[_0x38a151(0x13c)](_0x38a151(0x13a),()=>{const _0x272924=_0x38a151;_0x8de3dc[_0x272924(0x140)][_0x272924(0x128)](_0x4cca04=>{const _0x1bd9b3=_0x272924,_0x38ce06=_0x8de3dc[_0x1bd9b3(0x140)][_0x1bd9b3(0x149)][_0x1bd9b3(0x130)],_0x20b7d4=_0x38ce06[_0x1bd9b3(0x142)](),_0x36634f=_0x125317[_0x1bd9b3(0x13d)](_0x38ce06[_0x1bd9b3(0x147)]());if(_0x59d56b[_0x1bd9b3(0x144)](_0x4cca04)){const _0x1f2510=_0x8de3dc[_0x1bd9b3(0x140)][_0x1bd9b3(0x13f)](_0x20b7d4[_0x1bd9b3(0x138)][_0x1bd9b3(0x137)],0x0),_0x2f8f45=_0x4cca04[_0x1bd9b3(0x12c)](_0x20b7d4,_0x1f2510);_0x309fab[_0x1bd9b3(0x12d)](_0x2f8f45);}else _0x4cca04[_0x1bd9b3(0x12e)](_0x4cca04[_0x1bd9b3(0x12c)](_0x36634f[_0x1bd9b3(0x129)]));_0x36634f[_0x1bd9b3(0x143)](),_0x59d56b[_0x1bd9b3(0x136)](_0x1bd9b3(0x145),{'writer':_0x4cca04});});});}}
@@ -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 _0x5d8b(){const _0x3ebbe3=['1398eJjLEp','createRange','end','getIntersection','FindAndReplaceUtils','start','results','findNext','FindAndReplaceEditing','5TPKgkC','7371469bilYao','editor','2311074xksjBZ','has','afterInit','8tCOqff','handleFindCommand','filter','enableCommand','getMarkersGroup','createPositionAt','findPrevious','isArray','markers','_isInDeletionRange','suggestion:deletion','plugins','4775352QsngpQ','126875AiTzoi','model','string','item','get','replaceAll','find','getRange','517QevEDM','replace','TrackChangesEditing','253070hNYJEK','2885692LtWIlm','1236MvrnZG','findByTextCallback','bind'];_0x5d8b=function(){return _0x3ebbe3;};return _0x5d8b();}const _0x471c81=_0x3762;function _0x3762(_0x28b6d5,_0xba66e2){const _0x5d8b98=_0x5d8b();return _0x3762=function(_0x37629d,_0x373de7){_0x37629d=_0x37629d-0x1b7;let _0x103afe=_0x5d8b98[_0x37629d];return _0x103afe;},_0x3762(_0x28b6d5,_0xba66e2);}(function(_0xe1304c,_0x186593){const _0x4d955e=_0x3762,_0x426f37=_0xe1304c();while(!![]){try{const _0x31aff8=-parseInt(_0x4d955e(0x1b8))/0x1+parseInt(_0x4d955e(0x1c8))/0x2*(-parseInt(_0x4d955e(0x1c5))/0x3)+-parseInt(_0x4d955e(0x1c4))/0x4*(parseInt(_0x4d955e(0x1d1))/0x5)+-parseInt(_0x4d955e(0x1b7))/0x6+parseInt(_0x4d955e(0x1d2))/0x7*(parseInt(_0x4d955e(0x1d7))/0x8)+parseInt(_0x4d955e(0x1d4))/0x9+-parseInt(_0x4d955e(0x1c3))/0xa*(-parseInt(_0x4d955e(0x1c0))/0xb);if(_0x31aff8===_0x186593)break;else _0x426f37['push'](_0x426f37['shift']());}catch(_0x301f93){_0x426f37['push'](_0x426f37['shift']());}}}(_0x5d8b,0x8a740));import{Plugin as _0x16bcc2}from'ckeditor5/src/core.js';export class TrackChangesFindAndReplace extends _0x16bcc2{[_0x471c81(0x1d6)](){const _0x5355f7=_0x471c81;if(!this[_0x5355f7(0x1d3)][_0x5355f7(0x1e2)][_0x5355f7(0x1d5)](_0x5355f7(0x1d0)))return;const _0x48005f=this[_0x5355f7(0x1d3)][_0x5355f7(0x1e2)][_0x5355f7(0x1bc)](_0x5355f7(0x1c2));_0x48005f[_0x5355f7(0x1da)](_0x5355f7(0x1be),this[_0x5355f7(0x1d8)][_0x5355f7(0x1c7)](this)),_0x48005f[_0x5355f7(0x1da)](_0x5355f7(0x1cf)),_0x48005f[_0x5355f7(0x1da)](_0x5355f7(0x1dd)),_0x48005f[_0x5355f7(0x1da)](_0x5355f7(0x1c1)),_0x48005f[_0x5355f7(0x1da)](_0x5355f7(0x1bd));}[_0x471c81(0x1d8)](_0x5b641b,_0x1eace9,_0x378165={}){const _0x4ecf0c=_0x471c81,_0x3464e7=this[_0x4ecf0c(0x1d3)][_0x4ecf0c(0x1e2)][_0x4ecf0c(0x1bc)](_0x4ecf0c(0x1cc));return _0x5b641b(_0x1e890b=>{const _0x1d8315=_0x4ecf0c;let _0x4bec50=(_0x1d8315(0x1ba)==typeof _0x1eace9?_0x3464e7[_0x1d8315(0x1c6)](_0x1eace9,_0x378165):_0x1eace9)(_0x1e890b);Array[_0x1d8315(0x1de)](_0x4bec50)&&(_0x4bec50={'results':_0x4bec50,'searchText':_0x1d8315(0x1ba)==typeof _0x1eace9?_0x1eace9:''});const _0x406265=_0x4bec50[_0x1d8315(0x1ce)][_0x1d8315(0x1d9)](_0x56a5ac=>!0x1===this[_0x1d8315(0x1e0)](_0x56a5ac,_0x1e890b[_0x1d8315(0x1bb)]));return{..._0x4bec50,'results':_0x406265};},_0x378165);}[_0x471c81(0x1e0)](_0x43479b,_0x5bf6bd){const _0xbb311a=_0x471c81,_0x5af536=this[_0xbb311a(0x1d3)][_0xbb311a(0x1b9)][_0xbb311a(0x1c9)](this[_0xbb311a(0x1d3)][_0xbb311a(0x1b9)][_0xbb311a(0x1dc)](_0x5bf6bd,_0x43479b[_0xbb311a(0x1cd)]),this[_0xbb311a(0x1d3)][_0xbb311a(0x1b9)][_0xbb311a(0x1dc)](_0x5bf6bd,_0x43479b[_0xbb311a(0x1ca)]));for(const _0x5115de of this[_0xbb311a(0x1d3)][_0xbb311a(0x1b9)][_0xbb311a(0x1df)][_0xbb311a(0x1db)](_0xbb311a(0x1e1)))if(null!==_0x5af536[_0xbb311a(0x1cb)](_0x5115de[_0xbb311a(0x1bf)]()))return!0x0;return!0x1;}}
@@ -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 _0x54a768=_0x4509;function _0x2dd7(){const _0x308235=['*Set\x20font\x20size:*\x20%0','*Set\x20font\x20background\x20color:*\x20%0','label','value','fontColor.colors','config','*Set\x20font\x20color:*\x20%0','commandParams','104344nhmHGd','411184lXzSZW','*Set\x20font\x20family:*\x20%0','plugins','FontFamilyEditing','normalizeSizeOptions','model','861696pLkMFi','TrackChangesEditing','afterInit','FontSizeEditing','title','fontSize','*Reset\x20font\x20color*','FORMAT_FONT_COLOR','FontSize','254808fNjTYh','FORMAT_FONT_BACKGROUND','372604hFDgcV','639qDsChO','929400CHUqji','fontFamily','has','fontBackgroundColor.colors','find','*Reset\x20font\x20background\x20color*','format','enableDefaultAttributesIntegration','descriptionFactory','type','get','30qdVVCN','FORMAT_FONT_SIZE','FontColorEditing','FontBackgroundColorEditing','commandName','8055747Nxytgg','locale','286IqYglF','FORMAT_FONT_FAMILY','toLowerCase','4DEFzmp','formatInline','*Reset\x20font\x20family*','registerAttributeLabel','*Reset\x20font\x20size*','fontColor','registerDescriptionCallback','_registerLegacyDescription','fontBackgroundColor','trim','fontSize.options','editor'];_0x2dd7=function(){return _0x308235;};return _0x2dd7();}(function(_0x39a349,_0x443726){const _0x1b8dff=_0x4509,_0x1096a0=_0x39a349();while(!![]){try{const _0x488daa=-parseInt(_0x1b8dff(0xf9))/0x1*(parseInt(_0x1b8dff(0x110))/0x2)+-parseInt(_0x1b8dff(0xf7))/0x3+-parseInt(_0x1b8dff(0xe8))/0x4*(parseInt(_0x1b8dff(0x106))/0x5)+-parseInt(_0x1b8dff(0xee))/0x6+-parseInt(_0x1b8dff(0x10b))/0x7+-parseInt(_0x1b8dff(0xe7))/0x8*(-parseInt(_0x1b8dff(0xfa))/0x9)+-parseInt(_0x1b8dff(0xfb))/0xa*(-parseInt(_0x1b8dff(0x10d))/0xb);if(_0x488daa===_0x443726)break;else _0x1096a0['push'](_0x1096a0['shift']());}catch(_0x5d8237){_0x1096a0['push'](_0x1096a0['shift']());}}}(_0x2dd7,0x92c30));import{Plugin as _0x5d31d7}from'ckeditor5/src/core.js';function _0x4509(_0x346281,_0x19b214){const _0x2dd79d=_0x2dd7();return _0x4509=function(_0x4509e7,_0x2c299a){_0x4509e7=_0x4509e7-0xe5;let _0x5f186a=_0x2dd79d[_0x4509e7];return _0x5f186a;},_0x4509(_0x346281,_0x19b214);}import{normalizeColorOptions as _0x22682f}from'ckeditor5/src/ui.js';import{getTranslation as _0x3052b5}from'../utils/common-translations.js';const eo=[{'pluginName':_0x54a768(0xf1),'commandName':_0x54a768(0xf3)},{'pluginName':_0x54a768(0xeb),'commandName':_0x54a768(0xfc)},{'pluginName':_0x54a768(0x108),'commandName':_0x54a768(0x115)},{'pluginName':_0x54a768(0x109),'commandName':_0x54a768(0x118)}];export class TrackChangesFont extends _0x5d31d7{[_0x54a768(0xf0)](){const _0xe0d458=_0x54a768,_0x561063=this[_0xe0d458(0x11b)][_0xe0d458(0x10c)],_0x2e411c=this[_0xe0d458(0x11b)][_0xe0d458(0xea)][_0xe0d458(0x105)](_0xe0d458(0xef));for(const {pluginName:_0x21babd,commandName:_0x23b334}of eo)this[_0xe0d458(0x11b)][_0xe0d458(0xea)][_0xe0d458(0xfd)](_0x21babd)&&_0x2e411c[_0xe0d458(0x102)](_0x23b334);_0x2e411c[_0xe0d458(0x103)][_0xe0d458(0x113)](_0xe0d458(0xf3),_0x3052b5(_0x561063,_0xe0d458(0x107))),_0x2e411c[_0xe0d458(0x103)][_0xe0d458(0x113)](_0xe0d458(0xfc),_0x3052b5(_0x561063,_0xe0d458(0x10e))),_0x2e411c[_0xe0d458(0x103)][_0xe0d458(0x113)](_0xe0d458(0x115),_0x3052b5(_0x561063,_0xe0d458(0xf5))),_0x2e411c[_0xe0d458(0x103)][_0xe0d458(0x113)](_0xe0d458(0x118),_0x3052b5(_0x561063,_0xe0d458(0xf8))),this[_0xe0d458(0x117)]();}[_0x54a768(0x117)](){const _0x171aba=_0x54a768,_0x47123e=this[_0x171aba(0x11b)],_0x4e41c0=_0x47123e[_0x171aba(0x10c)];_0x47123e[_0x171aba(0xea)][_0x171aba(0x105)](_0x171aba(0xef))[_0x171aba(0x103)][_0x171aba(0x116)](_0x1b92a9=>{const _0x1579a5=_0x171aba,_0x5c2600=_0x4e41c0['t'];if(_0x1579a5(0x111)!=_0x1b92a9[_0x1579a5(0x104)])return;const {data:_0x539ccc}=_0x1b92a9;if(null!=_0x539ccc){if(_0x1579a5(0xf3)==_0x539ccc[_0x1579a5(0x10a)]){const _0x57488f=_0x539ccc[_0x1579a5(0xe6)][0x0][_0x1579a5(0x11f)];if(_0x57488f){const _0x519e21=_0x5c2600(this[_0x1579a5(0x11b)][_0x1579a5(0xea)][_0x1579a5(0x105)](_0x1579a5(0xf6))[_0x1579a5(0xec)](this[_0x1579a5(0x11b)][_0x1579a5(0x121)][_0x1579a5(0x105)](_0x1579a5(0x11a)))[_0x1579a5(0xff)](_0x259244=>_0x259244[_0x1579a5(0xed)]==_0x57488f)[_0x1579a5(0xf2)])[_0x1579a5(0x10f)]();return{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0x11c),_0x519e21)};}return{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0x114))};}if(_0x1579a5(0xfc)==_0x539ccc[_0x1579a5(0x10a)]){const _0x15a7b5=_0x539ccc[_0x1579a5(0xe6)][0x0][_0x1579a5(0x11f)];return _0x15a7b5?{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0xe9),_0x15a7b5)}:{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0x112))};}if(_0x1579a5(0x115)==_0x539ccc[_0x1579a5(0x10a)]){const _0x4b227c=_0x539ccc[_0x1579a5(0xe6)][0x0][_0x1579a5(0x11f)];if(_0x4b227c){const _0x5ad86a=_0x22682f(this[_0x1579a5(0x11b)][_0x1579a5(0x121)][_0x1579a5(0x105)](_0x1579a5(0x120)))[_0x1579a5(0xff)](_0x432fe6=>_0x432fe6[_0x1579a5(0xed)]==_0x4b227c);let _0x450065=_0x4b227c,_0x27ec56='';return _0x5ad86a&&(_0x450065=_0x5ad86a[_0x1579a5(0x11e)],_0x27ec56=_0x5c2600(_0x450065)[_0x1579a5(0x10f)]()),{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0xe5),_0x27ec56)[_0x1579a5(0x119)](),'color':{'value':_0x4b227c,'title':_0x27ec56||_0x450065}};}return{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0xf4))};}if(_0x1579a5(0x118)==_0x539ccc[_0x1579a5(0x10a)]){const _0x3f0780=_0x539ccc[_0x1579a5(0xe6)][0x0][_0x1579a5(0x11f)];if(_0x3f0780){const _0x2b52bf=_0x22682f(this[_0x1579a5(0x11b)][_0x1579a5(0x121)][_0x1579a5(0x105)](_0x1579a5(0xfe)))[_0x1579a5(0xff)](_0xeb1dcd=>_0xeb1dcd[_0x1579a5(0xed)]==_0x3f0780);let _0x94b269=_0x3f0780,_0x5c1e2e='';return _0x2b52bf&&(_0x94b269=_0x2b52bf[_0x1579a5(0x11e)],_0x5c1e2e=_0x5c2600(_0x94b269)[_0x1579a5(0x10f)]()),{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0x11d),_0x5c1e2e)[_0x1579a5(0x119)](),'color':{'value':_0x3f0780,'title':_0x5c1e2e||_0x94b269}};}return{'type':_0x1579a5(0x101),'content':_0x3052b5(_0x4e41c0,_0x1579a5(0x100))};}}});}}
@@ -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 _0x54bd(_0x1cf7a4,_0x3dc243){const _0x2ebe00=_0x2ebe();return _0x54bd=function(_0x54bdd8,_0x24d1de){_0x54bdd8=_0x54bdd8-0xac;let _0x297549=_0x2ebe00[_0x54bdd8];return _0x297549;},_0x54bd(_0x1cf7a4,_0x3dc243);}const _0x4e8db3=_0x54bd;(function(_0x1aaf84,_0x6e5f46){const _0x5c2727=_0x54bd,_0x82844e=_0x1aaf84();while(!![]){try{const _0x24aeb7=-parseInt(_0x5c2727(0xb4))/0x1*(parseInt(_0x5c2727(0xad))/0x2)+-parseInt(_0x5c2727(0xc6))/0x3*(-parseInt(_0x5c2727(0xb5))/0x4)+-parseInt(_0x5c2727(0xb2))/0x5+parseInt(_0x5c2727(0xd0))/0x6*(-parseInt(_0x5c2727(0xb9))/0x7)+-parseInt(_0x5c2727(0xbd))/0x8*(-parseInt(_0x5c2727(0xc7))/0x9)+parseInt(_0x5c2727(0xae))/0xa*(parseInt(_0x5c2727(0xc8))/0xb)+-parseInt(_0x5c2727(0xc3))/0xc;if(_0x24aeb7===_0x6e5f46)break;else _0x82844e['push'](_0x82844e['shift']());}catch(_0x38b033){_0x82844e['push'](_0x82844e['shift']());}}}(_0x2ebe,0x83eee));function _0x2ebe(){const _0x18c76d=['6495360TWGDzZ','ELEMENT_FOOTNOTE_REF','TrackChangesEditing','66bKjuOE','2966814ZvoLXq','1507jAdPAJ','footnoteDefinition','FORMAT_FOOTNOTES_LIST_STYLE','enableDefaultAttributesIntegration','editor','has','afterInit','FootnotesPropertiesEditing','2064WJsMGs','enableCommand','ELEMENT_FOOTNOTES_DEFINITIONS_LIST','FORMAT_FOOTNOTES_LIST_START','insertFootnote','118912DiaPXp','36480udBpla','get','plugins','footnoteRef','2847170yoRxOk','registerElementLabel','6hxETqe','129476AASNAC','footnotesDefinitions','descriptionFactory','footnotesStyle','3927VBqiTW','footnotesStart','registerAttributeLabel','footnotesListStyle','24eQxwey','footnotesListStart','ELEMENT_FOOTNOTE_DEFINITION','FootnotesEditing','_registerFootnotesEditingIntegration','_registerFootnotesPropertiesEditingIntegration'];_0x2ebe=function(){return _0x18c76d;};return _0x2ebe();}import{Plugin as _0x17f42e}from'ckeditor5/src/core.js';import{getTranslation as _0x26f288}from'../utils/common-translations.js';export class TrackChangesFootnotes extends _0x17f42e{[_0x4e8db3(0xce)](){const _0x13f27b=_0x4e8db3,{plugins:_0x2d39ec}=this[_0x13f27b(0xcc)];_0x2d39ec[_0x13f27b(0xcd)](_0x13f27b(0xc0))&&this[_0x13f27b(0xc1)](),_0x2d39ec[_0x13f27b(0xcd)](_0x13f27b(0xcf))&&this[_0x13f27b(0xc2)]();}[_0x4e8db3(0xc2)](){const _0x43e4d1=_0x4e8db3,{locale:_0x4c9ece,plugins:_0x3200ad,commands:_0x1e43ce}=this[_0x43e4d1(0xcc)],_0xa8df30=_0x3200ad[_0x43e4d1(0xaf)](_0x43e4d1(0xc5));_0x1e43ce[_0x43e4d1(0xaf)](_0x43e4d1(0xb8))&&_0xa8df30[_0x43e4d1(0xcb)](_0x43e4d1(0xb8)),_0x1e43ce[_0x43e4d1(0xaf)](_0x43e4d1(0xba))&&_0xa8df30[_0x43e4d1(0xcb)](_0x43e4d1(0xba)),_0xa8df30[_0x43e4d1(0xb7)][_0x43e4d1(0xbb)](_0x43e4d1(0xbc),_0x26f288(_0x4c9ece,_0x43e4d1(0xca))),_0xa8df30[_0x43e4d1(0xb7)][_0x43e4d1(0xbb)](_0x43e4d1(0xbe),_0x26f288(_0x4c9ece,_0x43e4d1(0xd3)));}[_0x4e8db3(0xc1)](){const _0x4525a8=_0x4e8db3,_0x42d909=this[_0x4525a8(0xcc)][_0x4525a8(0xb0)][_0x4525a8(0xaf)](_0x4525a8(0xc5)),{locale:_0x39a9be,commands:_0x4020a3}=this[_0x4525a8(0xcc)];_0x4020a3[_0x4525a8(0xaf)](_0x4525a8(0xac))&&_0x42d909[_0x4525a8(0xd1)](_0x4525a8(0xac)),_0x42d909[_0x4525a8(0xb7)][_0x4525a8(0xb3)](_0x4525a8(0xb1),_0x356b13=>_0x26f288(_0x39a9be,_0x4525a8(0xc4),_0x356b13)),_0x42d909[_0x4525a8(0xb7)][_0x4525a8(0xb3)](_0x4525a8(0xc9),_0x3429fb=>_0x26f288(_0x39a9be,_0x4525a8(0xbf),_0x3429fb)),_0x42d909[_0x4525a8(0xb7)][_0x4525a8(0xb3)](_0x4525a8(0xb6),_0x41d042=>_0x26f288(_0x39a9be,_0x4525a8(0xd2),_0x41d042));}}
@@ -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 _0x4c5a(_0x407ff2,_0x336813){const _0x145a47=_0x145a();return _0x4c5a=function(_0x4c5abe,_0x396da7){_0x4c5abe=_0x4c5abe-0x6d;let _0x39bee4=_0x145a47[_0x4c5abe];return _0x39bee4;},_0x4c5a(_0x407ff2,_0x336813);}const _0x3bcfd6=_0x4c5a;(function(_0x475f3a,_0x557a86){const _0x36e079=_0x4c5a,_0x20a786=_0x475f3a();while(!![]){try{const _0x208ed8=-parseInt(_0x36e079(0xa1))/0x1*(-parseInt(_0x36e079(0x6f))/0x2)+-parseInt(_0x36e079(0x9e))/0x3+parseInt(_0x36e079(0x88))/0x4*(-parseInt(_0x36e079(0x90))/0x5)+-parseInt(_0x36e079(0x71))/0x6*(parseInt(_0x36e079(0x8f))/0x7)+parseInt(_0x36e079(0x92))/0x8*(parseInt(_0x36e079(0x97))/0x9)+-parseInt(_0x36e079(0x73))/0xa+parseInt(_0x36e079(0x72))/0xb;if(_0x208ed8===_0x557a86)break;else _0x20a786['push'](_0x20a786['shift']());}catch(_0x269762){_0x20a786['push'](_0x20a786['shift']());}}}(_0x145a,0xcb25e));import{Plugin as _0x1bd43d}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x148922}from'ckeditor5/src/ui.js';function _0x145a(){const _0x508c3d=['TrackChangesEditing','enableCommand','find','boolean','split','type','*Set\x20format\x20to:*\x20%0','model','label','commands','formatInline','_registerLegacyDescription','676ndEvPs','fontColor','toUpperCase','length','descriptionFactory','enableDefaultAttributesIntegration','afterInit','7IFmeMj','15285gLIcgy','locale','11552mHJbUp','entries','editor','push','*Remove\x20all\x20formatting*','1530NYvXLd','charAt','fontSize','FontSize','fontColor.colors','normalizeSizeOptions','pasteFormat','3815748NLIXAG','fontBackgroundColor','plugins','809813jNvlfs','registerDescriptionCallback','slice','toLowerCase','config','4xQZxvS','join','8425374lpJdGw','30248900NTyWZr','5901340exbsky','commandParams','commandName','format','get','fontSize.options','copyFormat','formatBlock','title'];_0x145a=function(){return _0x508c3d;};return _0x145a();}import{getTranslation as _0xf32b8e}from'../utils/common-translations.js';export class TrackChangesFormatPainter extends _0x1bd43d{[_0x3bcfd6(0x8e)](){const _0x511176=_0x3bcfd6,_0x16f6af=this[_0x511176(0x94)],_0x7e03c7=_0x16f6af[_0x511176(0xa0)][_0x511176(0x77)](_0x511176(0x7c)),_0x5b3347=_0x16f6af[_0x511176(0x85)][_0x511176(0x77)](_0x511176(0x79)),_0x991d6b=_0x16f6af[_0x511176(0x85)][_0x511176(0x77)](_0x511176(0x9d));_0x5b3347&&_0x991d6b&&(_0x7e03c7[_0x511176(0x8d)](_0x511176(0x9d)),_0x7e03c7[_0x511176(0x7d)](_0x511176(0x79)),this[_0x511176(0x87)]());}[_0x3bcfd6(0x87)](){const _0x56c881=_0x3bcfd6,_0x4e820b=this[_0x56c881(0x94)],_0x4f5fd9=_0x4e820b[_0x56c881(0x91)];_0x4e820b[_0x56c881(0xa0)][_0x56c881(0x77)](_0x56c881(0x7c))[_0x56c881(0x8c)][_0x56c881(0xa2)](_0x36897a=>{const _0x31abc3=_0x56c881;if(_0x31abc3(0x7a)!=_0x36897a[_0x31abc3(0x81)]&&_0x31abc3(0x86)!=_0x36897a[_0x31abc3(0x81)])return;const {data:_0x2f90a7}=_0x36897a;if(_0x2f90a7&&_0x31abc3(0x9d)===_0x2f90a7[_0x31abc3(0x75)]){const _0x1ecb8e=[],_0x3066c7=_0x2f90a7[_0x31abc3(0x74)][0x0];for(const [_0x384e85,_0x33cbe0]of Object[_0x31abc3(0x93)](_0x3066c7))_0x1ecb8e[_0x31abc3(0x95)](ro(_0x4e820b,_0x384e85,_0x33cbe0));return _0x1ecb8e[_0x31abc3(0x8b)]?{'type':_0x31abc3(0x76),'content':_0xf32b8e(_0x4f5fd9,_0x31abc3(0x82),_0x1ecb8e[_0x31abc3(0x70)](',\x20'))}:{'type':_0x31abc3(0x76),'content':_0xf32b8e(_0x4f5fd9,_0x31abc3(0x96))};}});}}function ro(_0x1cc925,_0x3e65ff,_0x55efe9){const _0x234997=_0x3bcfd6,_0x1d1393=_0x1cc925[_0x234997(0x91)]['t'],_0x3b8f63=_0x3e65ff[_0x234997(0x80)](/(?=[A-Z])/)[_0x234997(0x70)]('\x20'),_0x507feb=_0x1d1393(_0x3b8f63[_0x234997(0x98)](0x0)[_0x234997(0x8a)]()+_0x3b8f63[_0x234997(0xa3)](0x1))[_0x234997(0x6d)]();if(_0x234997(0x7f)==typeof _0x55efe9)return _0x507feb;if(_0x234997(0x89)===_0x3e65ff||_0x234997(0x9f)===_0x3e65ff){const _0x452fed=_0x148922(_0x1cc925[_0x234997(0x6e)][_0x234997(0x77)](_0x234997(0x9b)))[_0x234997(0x7e)](_0x2352e9=>_0x2352e9[_0x234997(0x83)]==_0x55efe9);return _0x507feb+'\x20('+(_0x452fed?_0x1d1393(_0x452fed[_0x234997(0x84)])[_0x234997(0x6d)]():_0x55efe9)+')';}if(_0x234997(0x99)===_0x3e65ff&&isNaN(parseFloat(_0x55efe9))){const _0x28f304=_0x1cc925[_0x234997(0xa0)][_0x234997(0x77)](_0x234997(0x9a))[_0x234997(0x9c)](_0x1cc925[_0x234997(0x6e)][_0x234997(0x77)](_0x234997(0x78)))[_0x234997(0x7e)](_0x3f1486=>_0x3f1486[_0x234997(0x83)]==_0x55efe9);return _0x507feb+'\x20('+(_0x28f304?_0x1d1393(_0x28f304[_0x234997(0x7b)])[_0x234997(0x6d)]():_0x55efe9)+')';}return _0x507feb+'\x20('+_0x55efe9+')';}
@@ -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 _0x555d47=_0x55b2;(function(_0x2cca3a,_0x18e199){const _0x26cc0d=_0x55b2,_0x44ff47=_0x2cca3a();while(!![]){try{const _0x1f031b=-parseInt(_0x26cc0d(0xf0))/0x1*(-parseInt(_0x26cc0d(0x107))/0x2)+-parseInt(_0x26cc0d(0xf8))/0x3*(parseInt(_0x26cc0d(0xee))/0x4)+-parseInt(_0x26cc0d(0xdc))/0x5+-parseInt(_0x26cc0d(0xe0))/0x6*(-parseInt(_0x26cc0d(0x100))/0x7)+parseInt(_0x26cc0d(0xf7))/0x8*(-parseInt(_0x26cc0d(0xdb))/0x9)+-parseInt(_0x26cc0d(0xfd))/0xa+parseInt(_0x26cc0d(0xf6))/0xb;if(_0x1f031b===_0x18e199)break;else _0x44ff47['push'](_0x44ff47['shift']());}catch(_0x2b4e01){_0x44ff47['push'](_0x44ff47['shift']());}}}(_0x4701,0x63608));import{Plugin as _0x12c48b}from'ckeditor5/src/core.js';import{getTranslation as _0x6f8b04}from'../utils/common-translations.js';function _0x55b2(_0x4949b6,_0x2c66ca){const _0x470144=_0x4701();return _0x55b2=function(_0x55b2e2,_0x4c4dff){_0x55b2e2=_0x55b2e2-0xdb;let _0x3e8b36=_0x470144[_0x55b2e2];return _0x3e8b36;},_0x55b2(_0x4949b6,_0x2c66ca);}function _0x4701(){const _0x4e497c=['heading.options','config','match','descriptionFactory','commandName','ELEMENT_HEADING_CUSTOM','title','type','view','ELEMENT_HEADING','_getHeadingLevel','enableDefaultAttributesIntegration','registerElementLabel','12lOoBRD','_headingOptions','47391QKMKvh','TrackChangesEditing','find','model','afterInit','heading','13161786bHqfAe','10136rKNXor','780537YsJhAq','paragraph','HeadingEditing','plugins','editor','3828070pAqQya','value','name','4069177sySFpR','commandParams','_registerLegacyDescription','get','format','locale','formatBlock','18XFySrj','1125aqfVME','2377945gNNWSh','has','registerDescriptionCallback','*Change\x20to:*\x20%0','6MnHbCj'];_0x4701=function(){return _0x4e497c;};return _0x4701();}export class TrackChangesHeading extends _0x12c48b{[_0x555d47(0xef)];[_0x555d47(0xf4)](){const _0x2d47bf=_0x555d47,_0x34553f=this[_0x2d47bf(0xfc)];if(!_0x34553f[_0x2d47bf(0xfb)][_0x2d47bf(0xdd)](_0x2d47bf(0xfa)))return;this[_0x2d47bf(0xef)]=_0x34553f[_0x2d47bf(0xe2)][_0x2d47bf(0x103)](_0x2d47bf(0xe1));const _0x341cf9=_0x34553f[_0x2d47bf(0x105)],_0xcc4df7=_0x34553f[_0x2d47bf(0xfb)][_0x2d47bf(0x103)](_0x2d47bf(0xf1));_0xcc4df7[_0x2d47bf(0xec)](_0x2d47bf(0xf5));for(const _0x181a74 of this[_0x2d47bf(0xef)])_0x2d47bf(0xf9)!=_0x181a74[_0x2d47bf(0xf3)]&&_0xcc4df7[_0x2d47bf(0xe4)][_0x2d47bf(0xed)](_0x181a74[_0x2d47bf(0xf3)],_0x295e58=>{const _0x30f621=_0x2d47bf,_0x2bdb59=this[_0x30f621(0xeb)](_0x181a74[_0x30f621(0xf3)]);return null!==_0x2bdb59?_0xec6cbb(_0x295e58,_0x2bdb59):_0x2d8faa(_0x295e58,_0x181a74[_0x30f621(0xe7)]);});function _0xec6cbb(_0x422ec8,_0x23257b){const _0x406011=_0x2d47bf;return _0x6f8b04(_0x341cf9,_0x406011(0xea),[_0x422ec8,_0x23257b]);}function _0x2d8faa(_0x31a0e6,_0x57d989){const _0x100197=_0x2d47bf;return _0x6f8b04(_0x341cf9,_0x100197(0xe6),[_0x31a0e6,_0x57d989]);}this[_0x2d47bf(0x102)]();}[_0x555d47(0x102)](){const _0x5be5ec=_0x555d47,_0x5f3bdb=this[_0x5be5ec(0xfc)],_0x2b8247=_0x5f3bdb[_0x5be5ec(0x105)];function _0x18064c(_0x2a4947,_0x2aba7f){const _0x472e5f=_0x5be5ec;return _0x6f8b04(_0x2b8247,_0x472e5f(0xe6),[_0x2a4947,_0x2aba7f]);}_0x5f3bdb[_0x5be5ec(0xfb)][_0x5be5ec(0x103)](_0x5be5ec(0xf1))[_0x5be5ec(0xe4)][_0x5be5ec(0xde)](_0x281c00=>{const _0x122799=_0x5be5ec;if(_0x122799(0x106)!=_0x281c00[_0x122799(0xe8)])return;const {data:_0x1f7c84}=_0x281c00;if(_0x1f7c84&&_0x122799(0xf5)==_0x1f7c84[_0x122799(0xe5)]){const _0x1308f2=_0x1f7c84[_0x122799(0x101)][0x0][_0x122799(0xfe)],_0xe8343=this[_0x122799(0xeb)](_0x1308f2);if(null!==_0xe8343)return{'type':_0x122799(0x104),'content':_0x6f8b04(_0x2b8247,_0x122799(0xdf),(_0x15d9c8=0x1,_0x2e3ccd=_0xe8343,_0x6f8b04(_0x2b8247,_0x122799(0xea),[_0x15d9c8,_0x2e3ccd])))};const _0x2a2fa8=this[_0x122799(0xef)][_0x122799(0xf2)](_0x15be05=>_0x15be05[_0x122799(0xf3)]===_0x1308f2)[_0x122799(0xe7)];return{'type':_0x122799(0x104),'content':_0x6f8b04(_0x2b8247,_0x122799(0xdf),_0x18064c(0x1,_0x2a2fa8))};}var _0x15d9c8,_0x2e3ccd;});}[_0x555d47(0xeb)](_0x725b68){const _0x1dabe4=_0x555d47,_0x25f930=_0x725b68[_0x1dabe4(0xe3)](/^heading(\d+)/);if(_0x25f930)return _0x25f930[0x1];const _0x2a94b3=this[_0x1dabe4(0xef)]?.[_0x1dabe4(0xf2)](_0x503a01=>_0x503a01[_0x1dabe4(0xf3)]==_0x725b68);if(_0x2a94b3&&_0x2a94b3[_0x1dabe4(0xe9)]){const _0x52d14b=_0x2a94b3[_0x1dabe4(0xe9)],_0x18f2b5=(_0x52d14b[_0x1dabe4(0xff)]??_0x52d14b)[_0x1dabe4(0xe3)](/^h(\d+)/);if(_0x18f2b5)return _0x18f2b5[0x1];}return null;}}
@@ -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 _0x2f57c8=_0x28be;(function(_0x1ccb82,_0x1ebe65){const _0x3ab56a=_0x28be,_0x1ee8f9=_0x1ccb82();while(!![]){try{const _0x2347dd=-parseInt(_0x3ab56a(0x1c1))/0x1*(-parseInt(_0x3ab56a(0x1b7))/0x2)+parseInt(_0x3ab56a(0x1c6))/0x3+parseInt(_0x3ab56a(0x1cb))/0x4*(-parseInt(_0x3ab56a(0x1b6))/0x5)+parseInt(_0x3ab56a(0x1c5))/0x6*(-parseInt(_0x3ab56a(0x1d1))/0x7)+parseInt(_0x3ab56a(0x1c7))/0x8*(parseInt(_0x3ab56a(0x1c3))/0x9)+parseInt(_0x3ab56a(0x1d4))/0xa*(-parseInt(_0x3ab56a(0x1db))/0xb)+-parseInt(_0x3ab56a(0x1be))/0xc;if(_0x2347dd===_0x1ebe65)break;else _0x1ee8f9['push'](_0x1ee8f9['shift']());}catch(_0x57700f){_0x1ee8f9['push'](_0x1ee8f9['shift']());}}}(_0x24be,0x8d4b7));function _0x28be(_0x148cc6,_0x24c86d){const _0x24be8c=_0x24be();return _0x28be=function(_0x28be23,_0x41196c){_0x28be23=_0x28be23-0x1b5;let _0x54dd19=_0x24be8c[_0x28be23];return _0x54dd19;},_0x28be(_0x148cc6,_0x24c86d);}import{Plugin as _0x30e3c0}from'ckeditor5/src/core.js';function _0x24be(){const _0x18afe0=['*Set\x20highlight:*\x20%0','plugins','editor','enableDefaultAttributesIntegration','11TmPqfB','toLowerCase','*Remove\x20highlight*','descriptionFactory','registerAttributeLabel','2652655PmVIor','19268SVIdRe','TrackChangesEditing','formatInline','title','afterInit','type','locale','2660052FrmZUS','commandName','highlight','89RwvFBz','model','138186pqGaDZ','commandParams','166812GuUDQd','940104zUIjae','432QZYMxy','color','registerDescriptionCallback','format','4AosCXZ','get','find','FORMAT_HIGHLIGHT','value','highlight.options','35smoFCs','_registerLegacyDescription','HighlightEditing','5299550ZYVvRz','config','has'];_0x24be=function(){return _0x18afe0;};return _0x24be();}import{getTranslation as _0x5cad79}from'../utils/common-translations.js';export class TrackChangesHighlight extends _0x30e3c0{[_0x2f57c8(0x1bb)](){const _0x5dd493=_0x2f57c8,_0x47f450=this[_0x5dd493(0x1d9)];if(!_0x47f450[_0x5dd493(0x1d8)][_0x5dd493(0x1d6)](_0x5dd493(0x1d3)))return;const _0xbc69e=_0x47f450[_0x5dd493(0x1d8)][_0x5dd493(0x1cc)](_0x5dd493(0x1b8)),_0x27a6a7=_0x47f450[_0x5dd493(0x1bd)];_0xbc69e[_0x5dd493(0x1da)](_0x5dd493(0x1c0)),_0xbc69e[_0x5dd493(0x1de)][_0x5dd493(0x1b5)](_0x5dd493(0x1c0),_0x5cad79(_0x27a6a7,_0x5dd493(0x1ce))),this[_0x5dd493(0x1d2)]();}[_0x2f57c8(0x1d2)](){const _0x20140a=_0x2f57c8,_0xdb84b5=this[_0x20140a(0x1d9)],_0x368903=_0xdb84b5[_0x20140a(0x1bd)];_0xdb84b5[_0x20140a(0x1d8)][_0x20140a(0x1cc)](_0x20140a(0x1b8))[_0x20140a(0x1de)][_0x20140a(0x1c9)](_0x5b4edb=>{const _0x7100a2=_0x20140a;if(_0x7100a2(0x1b9)!=_0x5b4edb[_0x7100a2(0x1bc)])return;const {data:_0x5d4f5f}=_0x5b4edb;if(_0x5d4f5f&&_0x7100a2(0x1c0)==_0x5d4f5f[_0x7100a2(0x1bf)]){const _0x1942a0=_0x368903['t'],_0x1b3409=_0x5d4f5f[_0x7100a2(0x1c4)][0x0][_0x7100a2(0x1cf)];if(_0x1b3409){const _0x21c607=_0xdb84b5[_0x7100a2(0x1d5)][_0x7100a2(0x1cc)](_0x7100a2(0x1d0))[_0x7100a2(0x1cd)](_0x2fec87=>_0x2fec87[_0x7100a2(0x1c2)]==_0x1b3409),_0xa02abc=_0x1942a0(_0x21c607[_0x7100a2(0x1ba)])[_0x7100a2(0x1dc)]();return{'type':_0x7100a2(0x1ca),'content':_0x5cad79(_0x368903,_0x7100a2(0x1d7),_0xa02abc),'color':{'value':_0x21c607[_0x7100a2(0x1c8)],'title':_0x21c607[_0x7100a2(0x1ba)]}};}return{'type':_0x7100a2(0x1ca),'content':_0x5cad79(_0x368903,_0x7100a2(0x1dd),_0x5cad79(_0x368903,_0x7100a2(0x1ce)))};}});}}
@@ -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 _0x3903c0=_0x1a4c;function _0x5ae8(){const _0x5086dc=['locale','2271836JAOaMH','TrackChangesEditing','get','426352zKqwnQ','64771FZKYFh','horizontalLine','6TLFsNh','HorizontalLineEditing','plugins','18RfAWtn','953981qdAOPh','has','803259xFosPo','2529305zdAUZk','editor','ELEMENT_HORIZONTAL_LINE','afterInit','546772ocEbas','enableCommand','descriptionFactory','registerElementLabel'];_0x5ae8=function(){return _0x5086dc;};return _0x5ae8();}(function(_0x2eac0e,_0x104b41){const _0xef749f=_0x1a4c,_0x328715=_0x2eac0e();while(!![]){try{const _0x1235b1=parseInt(_0xef749f(0xd7))/0x1+parseInt(_0xef749f(0xce))/0x2+-parseInt(_0xef749f(0xc9))/0x3+parseInt(_0xef749f(0xd3))/0x4+parseInt(_0xef749f(0xca))/0x5*(-parseInt(_0xef749f(0xc3))/0x6)+parseInt(_0xef749f(0xc7))/0x7+-parseInt(_0xef749f(0xd6))/0x8*(-parseInt(_0xef749f(0xc6))/0x9);if(_0x1235b1===_0x104b41)break;else _0x328715['push'](_0x328715['shift']());}catch(_0x37a8b3){_0x328715['push'](_0x328715['shift']());}}}(_0x5ae8,0x5ba4d));import{Plugin as _0x5b5ad3}from'ckeditor5/src/core.js';function _0x1a4c(_0x45ce3,_0x447128){const _0x5ae85b=_0x5ae8();return _0x1a4c=function(_0x1a4c1c,_0x1c5999){_0x1a4c1c=_0x1a4c1c-0xc3;let _0x53d78c=_0x5ae85b[_0x1a4c1c];return _0x53d78c;},_0x1a4c(_0x45ce3,_0x447128);}import{getTranslation as _0x2cf14c}from'../utils/common-translations.js';export class TrackChangesHorizontalLine extends _0x5b5ad3{[_0x3903c0(0xcd)](){const _0x4f2a54=_0x3903c0,_0x1f7ccb=this[_0x4f2a54(0xcb)];if(!_0x1f7ccb[_0x4f2a54(0xc5)][_0x4f2a54(0xc8)](_0x4f2a54(0xc4)))return;_0x1f7ccb[_0x4f2a54(0xc5)][_0x4f2a54(0xd5)](_0x4f2a54(0xd4))[_0x4f2a54(0xcf)](_0x4f2a54(0xd8));const _0x42fb90=_0x1f7ccb[_0x4f2a54(0xc5)][_0x4f2a54(0xd5)](_0x4f2a54(0xd4)),_0x5da9a3=_0x1f7ccb[_0x4f2a54(0xd2)];_0x42fb90[_0x4f2a54(0xd0)][_0x4f2a54(0xd1)](_0x4f2a54(0xd8),_0x43127d=>_0x2cf14c(_0x5da9a3,_0x4f2a54(0xcc),_0x43127d));}}
@@ -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 _0x33d83c=_0x4d09;(function(_0xa8176f,_0x56e81f){const _0xb3fed=_0x4d09,_0x43f6c2=_0xa8176f();while(!![]){try{const _0x31163b=parseInt(_0xb3fed(0x191))/0x1+parseInt(_0xb3fed(0x197))/0x2*(-parseInt(_0xb3fed(0x190))/0x3)+-parseInt(_0xb3fed(0x194))/0x4*(parseInt(_0xb3fed(0x1a6))/0x5)+parseInt(_0xb3fed(0x19a))/0x6+-parseInt(_0xb3fed(0x19b))/0x7+-parseInt(_0xb3fed(0x19c))/0x8*(parseInt(_0xb3fed(0x1a7))/0x9)+parseInt(_0xb3fed(0x1b1))/0xa*(parseInt(_0xb3fed(0x1aa))/0xb);if(_0x31163b===_0x56e81f)break;else _0x43f6c2['push'](_0x43f6c2['shift']());}catch(_0x4b1ca7){_0x43f6c2['push'](_0x43f6c2['shift']());}}}(_0x46ba,0x86ba5));import{Plugin as _0x121b8d}from'ckeditor5/src/core.js';import{getTranslation as _0x59352b}from'../utils/common-translations.js';function _0x4d09(_0x25f2f6,_0x141bf9){const _0x46ba32=_0x46ba();return _0x4d09=function(_0x4d09b5,_0x2bd975){_0x4d09b5=_0x4d09b5-0x18f;let _0x4c7d75=_0x46ba32[_0x4d09b5];return _0x4c7d75;},_0x4d09(_0x25f2f6,_0x141bf9);}function _0x46ba(){const _0x4600e6=['rawHtml','nodeAfter','enableDefaultAttributesIntegration','type','3IGVqRh','405014ntTnmQ','attribute','registerElementLabel','64ioaePx','key','get','1704286HGQFrX','has','_registerLegacyDescription','6007776yyGORf','5833345ahKEPt','56wUyjhE','formatBlock','afterInit','editor','ELEMENT_HTML_EMBED','TrackChangesEditing','element','registerDescriptionCallback','getFirstRange','format','113765oSvtgx','332721bEbBIo','start','descriptionFactory','3014UUyNyk','locale','*Change\x20%0\x20content*','value','commandName','HtmlEmbed','plugins','53060UKkXfX','htmlEmbed'];_0x46ba=function(){return _0x4600e6;};return _0x46ba();}export class TrackChangesHtmlEmbed extends _0x121b8d{[_0x33d83c(0x19e)](){const _0x218070=_0x33d83c,_0x590ded=this[_0x218070(0x19f)];if(!_0x590ded[_0x218070(0x1b0)][_0x218070(0x198)](_0x218070(0x1af)))return;const _0x471b36=_0x590ded[_0x218070(0x1b0)][_0x218070(0x196)](_0x218070(0x1a1)),_0x154aa0=_0x590ded[_0x218070(0x1ab)];_0x471b36[_0x218070(0x1a9)][_0x218070(0x193)](_0x218070(0x1b3),_0x76e354=>_0x59352b(_0x154aa0,_0x218070(0x1a0),_0x76e354)),_0x471b36[_0x218070(0x1b5)](_0x218070(0x1b2)),_0x471b36[_0x218070(0x1a9)][_0x218070(0x1a3)](_0x242cee=>{const _0x53f5b4=_0x218070;if(_0x53f5b4(0x192)!=_0x242cee[_0x53f5b4(0x18f)])return;const {data:_0x2b793d}=_0x242cee;if(_0x2b793d&&_0x53f5b4(0x1ad)==_0x2b793d[_0x53f5b4(0x195)]&&_0x242cee[_0x53f5b4(0x1a4)]()[_0x53f5b4(0x1a8)][_0x53f5b4(0x1b4)]['is'](_0x53f5b4(0x1a2),_0x53f5b4(0x1b3))){const _0x3390f0=_0x59352b(_0x154aa0,_0x53f5b4(0x1a0));return{'type':_0x53f5b4(0x1a5),'content':_0x59352b(_0x154aa0,_0x53f5b4(0x1ac),_0x3390f0)};}}),this[_0x218070(0x199)]();}[_0x33d83c(0x199)](){const _0x2847ad=_0x33d83c,_0x49797f=this[_0x2847ad(0x19f)],_0x17643=_0x49797f[_0x2847ad(0x1ab)];_0x49797f[_0x2847ad(0x1b0)][_0x2847ad(0x196)](_0x2847ad(0x1a1))[_0x2847ad(0x1a9)][_0x2847ad(0x1a3)](_0x4455a2=>{const _0x310515=_0x2847ad;if(_0x310515(0x19d)!=_0x4455a2[_0x310515(0x18f)])return;const {data:_0x2e6569}=_0x4455a2;if(_0x2e6569&&_0x310515(0x1b2)==_0x2e6569[_0x310515(0x1ae)]){const _0x428082=_0x59352b(_0x17643,_0x310515(0x1a0));return{'type':_0x310515(0x1a5),'content':_0x59352b(_0x17643,_0x310515(0x1ac),_0x428082)};}});}}
@@ -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 _0x14cd(_0x2fb1fc,_0x47b513){const _0xe228b0=_0xe228();return _0x14cd=function(_0x14cd40,_0xd0a07a){_0x14cd40=_0x14cd40-0x160;let _0x42d6e4=_0xe228b0[_0x14cd40];return _0x42d6e4;},_0x14cd(_0x2fb1fc,_0x47b513);}const _0x36aaac=_0x14cd;function _0xe228(){const _0x4a796b=['ImageUploadEditing','ImageCaptionEditing','start','isEqual','getClosestSelectedImageElement','10YIpXcf','11750706fJtYYw','getNearestSelectionRange','_findSuggestions','getSuggestionCallback','schema','PictureEditing','*Reset\x20image\x20width*','newValue','subType','chain','change','getFirstRange','deletion','registerCustomCallback','ImageBlockEditing','registerAttributeLabel','ImageEditing','635999JkoFEr','plugins','markBlockFormat','findIndex','formatBlock','alt','ImageCaptionUtils','sources','enableDefaultAttributesIntegration','imageTypeBlock','document','ELEMENT_INLINE_IMAGE','toPrevious','imageStylePreApply','ELEMENT_CAPTION','nodeBefore','has','previous','length','imageCaption','imageTypeInline','enableCommand','insertImage','addObject','convertInlineImageToBlock','isBefore','editor','isIntersecting','ImageUtils','1893AiKwDb','markDeletion','fromPosition','toggleImageCaption','createRangeOn','imageInline','imageBlock','height','locale','convertBlockImageToInline','accept','ImageTextAlternativeEditing','toNext','model','isCollapsed','filter','width','registerElementLabel','5516UrfDPL','resizedWidth','*Set\x20image\x20width:*\x20%0','format','discard','2848848ioZYSL','_suggestionFactory','forward','ImageInlineEditing','type','forceDefaultExecution','246252HblWzE','Block\x20image\x20to\x20inline\x20image','ImageSizeAttributes','insertion','2hDGVso','Inline\x20image\x20to\x20block\x20image','formatInline','_registerLegacyDescription','nodeAfter','136ZKpFHg','registerDescriptionCallback','*Set\x20image\x20text\x20alternative:*\x20%0','TrackChangesEditing','backward','uploadImage','removeObject','1345646Pdgdjf','isBlockImage','commandName','commandParams','100FgaNhM','caption','end','attribute','createRange','getContainedElement','imageTextAlternative','descriptionFactory','resizeImage','markInsertion','afterInit','join','element','getCaptionFromImageModelElement','ImageResize','get','key','6779333VYBQAA','find','isOwn','detach','*Remove\x20image\x20text\x20alternative*','selection','ELEMENT_IMAGE','FORMAT_IMAGE_SIZE'];_0xe228=function(){return _0x4a796b;};return _0xe228();}(function(_0x52c2a8,_0x43cfe9){const _0x477875=_0x14cd,_0x1ef39c=_0x52c2a8();while(!![]){try{const _0x534bb5=parseInt(_0x477875(0x194))/0x1*(parseInt(_0x477875(0x1a0))/0x2)+parseInt(_0x477875(0x173))/0x3*(parseInt(_0x477875(0x185))/0x4)+-parseInt(_0x477875(0x1a4))/0x5*(parseInt(_0x477875(0x190))/0x6)+-parseInt(_0x477875(0x1d4))/0x7*(-parseInt(_0x477875(0x199))/0x8)+-parseInt(_0x477875(0x1c3))/0x9+-parseInt(_0x477875(0x1c2))/0xa*(parseInt(_0x477875(0x1b5))/0xb)+-parseInt(_0x477875(0x18a))/0xc;if(_0x534bb5===_0x43cfe9)break;else _0x1ef39c['push'](_0x1ef39c['shift']());}catch(_0xece6f9){_0x1ef39c['push'](_0x1ef39c['shift']());}}}(_0xe228,0xbe797));import{Plugin as _0x170592}from'ckeditor5/src/core.js';import{ModelLivePosition as _0x44bc55}from'ckeditor5/src/engine.js';import{getTranslation as _0x3f0310}from'../utils/common-translations.js';export class TrackChangesImage extends _0x170592{[_0x36aaac(0x1ae)](){const _0x923304=_0x36aaac,_0x344935=this[_0x923304(0x170)];if(!_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1d3)))return;const _0x1f00cf=_0x344935[_0x923304(0x1d5)][_0x923304(0x1b3)](_0x923304(0x19c)),_0x486e27=_0x344935[_0x923304(0x1d5)][_0x923304(0x1b3)](_0x923304(0x172)),_0x22a1a1=_0x344935[_0x923304(0x17b)];_0x1f00cf[_0x923304(0x16b)](_0x923304(0x16c)),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x184)](_0x923304(0x179),_0x336602=>_0x3f0310(_0x22a1a1,_0x923304(0x1bb),_0x336602)),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x184)](_0x923304(0x178),_0x44e17a=>_0x3f0310(_0x22a1a1,_0x923304(0x161),_0x44e17a)),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x184)](_0x923304(0x1a5),()=>_0x3f0310(_0x22a1a1,_0x923304(0x164))),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1bd))&&_0x1f00cf[_0x923304(0x16b)](_0x923304(0x19e)),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1d1))&&_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x18d))&&(_0x1f00cf[_0x923304(0x16b)](_0x923304(0x16a),(_0x185477,_0xf2cf3f)=>{const _0x5a8e4c=_0x923304,_0x46bc50=_0x486e27[_0x5a8e4c(0x1c1)](_0x344935[_0x5a8e4c(0x180)][_0x5a8e4c(0x160)][_0x5a8e4c(0x1ba)]);_0x344935[_0x5a8e4c(0x180)][_0x5a8e4c(0x1cd)](()=>{const _0x5658e0=_0x5a8e4c;_0x1f00cf[_0x5658e0(0x1d6)](_0x46bc50,{'commandName':_0x5658e0(0x16a),'commandParams':[_0xf2cf3f]},[],_0x5658e0(0x17c));});}),_0x1f00cf[_0x923304(0x16b)](_0x923304(0x1dd),(_0x10229e,_0x4bb27a)=>{const _0x445b2d=_0x923304;_0x344935[_0x445b2d(0x180)][_0x445b2d(0x1cd)](_0x412542=>{const _0x4ac875=_0x445b2d;let _0x5c43cd=_0x486e27[_0x4ac875(0x1c1)](_0x344935[_0x4ac875(0x180)][_0x4ac875(0x160)][_0x4ac875(0x1ba)]),_0x533ddf=_0x412542[_0x4ac875(0x177)](_0x5c43cd);const _0x59709d=_0x44bc55[_0x4ac875(0x175)](_0x533ddf[_0x4ac875(0x1bf)],_0x4ac875(0x162)),_0x256c97=_0x44bc55[_0x4ac875(0x175)](_0x533ddf[_0x4ac875(0x1a6)],_0x4ac875(0x17f));_0x1f00cf[_0x4ac875(0x18f)](()=>_0x10229e(_0x4bb27a)),_0x5c43cd=_0x486e27[_0x4ac875(0x1c1)](_0x344935[_0x4ac875(0x180)][_0x4ac875(0x160)][_0x4ac875(0x1ba)]),_0x533ddf=_0x412542[_0x4ac875(0x177)](_0x5c43cd);const _0x52e31b=_0x412542[_0x4ac875(0x1a8)](_0x59709d,_0x256c97);_0x59709d[_0x4ac875(0x1b8)](),_0x256c97[_0x4ac875(0x1b8)](),_0x1f00cf[_0x4ac875(0x1d6)](_0x5c43cd,{'commandName':_0x4ac875(0x16a),'commandParams':[_0x4bb27a]},[],_0x4ac875(0x16e)),_0x52e31b[_0x4ac875(0x1bf)][_0x4ac875(0x16f)](_0x533ddf[_0x4ac875(0x1bf)])&&_0x1f00cf[_0x4ac875(0x1ad)](_0x412542[_0x4ac875(0x1a8)](_0x52e31b[_0x4ac875(0x1bf)],_0x533ddf[_0x4ac875(0x1bf)]),_0x4ac875(0x16e)),_0x533ddf[_0x4ac875(0x1a6)][_0x4ac875(0x16f)](_0x52e31b[_0x4ac875(0x1a6)])&&_0x1f00cf[_0x4ac875(0x1ad)](_0x412542[_0x4ac875(0x1a8)](_0x533ddf[_0x4ac875(0x1a6)],_0x52e31b[_0x4ac875(0x1a6)]),_0x4ac875(0x16e));});}),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x1d8),_0x923304(0x16e),_0x923304(0x1af),()=>!0x1),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x1d8),_0x923304(0x16e),_0x923304(0x17d),()=>!0x1),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x1d8),_0x923304(0x16e),_0x923304(0x189),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1c6)](_0x923304(0x1d8),'',_0x923304(0x17d))),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x193),_0x923304(0x16e),_0x923304(0x1af),()=>!0x1),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x193),_0x923304(0x16e),_0x923304(0x189),([_0x1454a7])=>{const _0x51f435=_0x923304,_0x4d2165=_0x1f00cf[_0x51f435(0x18b)][_0x51f435(0x1c6)](_0x51f435(0x193),'',_0x51f435(0x189));let _0x174c48=_0x1454a7[_0x51f435(0x1bf)],_0x57819b=_0x1454a7[_0x51f435(0x1a6)];const _0x1f8d42=_0x344935[_0x51f435(0x180)][_0x51f435(0x1c7)][_0x51f435(0x1c4)](_0x174c48,_0x51f435(0x19d)),_0x5b0fbd=_0x344935[_0x51f435(0x180)][_0x51f435(0x1c7)][_0x51f435(0x1c4)](_0x57819b,_0x51f435(0x18c));_0x1f8d42[_0x51f435(0x181)]&&(_0x174c48=_0x1f8d42[_0x51f435(0x1bf)]),_0x5b0fbd[_0x51f435(0x181)]&&(_0x57819b=_0x5b0fbd[_0x51f435(0x1a6)]),_0x4d2165([_0x344935[_0x51f435(0x180)][_0x51f435(0x1a8)](_0x174c48,_0x57819b)]);}),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x1d8),_0x923304(0x16e),_0x923304(0x1cc),_0x5190d5),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x193),_0x923304(0x16e),_0x923304(0x1cc),_0x5190d5)),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1be))&&(_0x1f00cf[_0x923304(0x16b)](_0x923304(0x176),(_0x1d047b,_0x12739b)=>{const _0x5294db=_0x923304,_0x46f1cb=_0x344935[_0x5294db(0x1d5)][_0x5294db(0x1b3)](_0x5294db(0x1da));let _0xf0a512=_0x486e27[_0x5294db(0x1c1)](_0x344935[_0x5294db(0x180)][_0x5294db(0x160)][_0x5294db(0x1ba)]),_0x47b798=_0x46f1cb[_0x5294db(0x1b1)](_0xf0a512);_0x344935[_0x5294db(0x180)][_0x5294db(0x1cd)](()=>{const _0x417eb5=_0x5294db;if(_0x47b798)return void _0x1f00cf[_0x417eb5(0x174)](_0x344935[_0x417eb5(0x180)][_0x417eb5(0x177)](_0x47b798));const _0x283dde=_0x486e27[_0x417eb5(0x1a1)](_0xf0a512);_0x1d047b(_0x12739b),_0xf0a512=_0x486e27[_0x417eb5(0x1c1)](_0x344935[_0x417eb5(0x180)][_0x417eb5(0x160)][_0x417eb5(0x1ba)]),_0x47b798=_0x46f1cb[_0x417eb5(0x1b1)](_0xf0a512),_0x1f00cf[_0x417eb5(0x1ad)](_0x344935[_0x417eb5(0x180)][_0x417eb5(0x177)](_0x47b798),_0x283dde?null:_0x417eb5(0x169));});}),_0x1f00cf[_0x923304(0x18b)][_0x923304(0x1d0)](_0x923304(0x193),_0x923304(0x169),_0x923304(0x1cc),_0x5190d5));const _0x1b6002=[{'type':_0x923304(0x1d8),'subType':_0x923304(0x163)},{'type':_0x923304(0x193),'subType':_0x923304(0x169)},{'type':_0x923304(0x1d8),'subType':_0x923304(0x16e)},{'type':_0x923304(0x193),'subType':_0x923304(0x16e)}];function _0x28bd33(_0x3426b1,_0xf6b0ba){const _0xa42c41=_0x923304,_0x333e6d=_0x1b6002[_0xa42c41(0x1d7)](({type:_0x1c3744,subType:_0x5eaa40})=>_0x3426b1[_0xa42c41(0x18e)]==_0x1c3744&&_0x3426b1[_0xa42c41(0x1cb)]==_0x5eaa40),_0x5d13ee=_0x1b6002[_0xa42c41(0x1d7)](({type:_0x3c4d6f,subType:_0xa1b740})=>_0xf6b0ba[_0xa42c41(0x18e)]==_0x3c4d6f&&_0xf6b0ba[_0xa42c41(0x1cb)]==_0xa1b740);if(_0x333e6d<0x0||_0x5d13ee<0x0)return!0x1;const _0x12e140=_0x3426b1[_0xa42c41(0x1ce)](),_0x14ee40=_0xf6b0ba[_0xa42c41(0x1ce)]();if((0x0==_0x333e6d||0x1==_0x333e6d)&&0x2==_0x5d13ee&&_0x12e140[_0xa42c41(0x171)](_0x14ee40))return!0x0;if(0x2==_0x333e6d&&0x3==_0x5d13ee){const _0x56c996=_0x1f00cf[_0xa42c41(0x1c5)](_0x12e140,_0xa42c41(0x193))[_0xa42c41(0x182)](({suggestion:_0x27d309,meta:_0x10c304})=>_0x10c304[_0xa42c41(0x1b7)]&&_0xa42c41(0x16e)==_0x27d309[_0xa42c41(0x1cb)]);if(_0x56c996[_0xa42c41(0x168)]>0x1&&_0x14ee40[_0xa42c41(0x1a6)][_0xa42c41(0x1c0)](_0x12e140[_0xa42c41(0x1bf)]))return!0x0;if(0x1==_0x56c996[_0xa42c41(0x168)]&&(_0x12e140[_0xa42c41(0x1bf)][_0xa42c41(0x1c0)](_0x14ee40[_0xa42c41(0x1a6)])||_0x12e140[_0xa42c41(0x1a6)][_0xa42c41(0x1c0)](_0x14ee40[_0xa42c41(0x1bf)])))return!0x0;}if(0x3==_0x333e6d&&0x3==_0x5d13ee&&_0x12e140[_0xa42c41(0x1bf)][_0xa42c41(0x16f)](_0x14ee40[_0xa42c41(0x1bf)])){const _0x599f25=_0x12e140[_0xa42c41(0x1a6)][_0xa42c41(0x198)],_0x211033=_0x14ee40[_0xa42c41(0x1bf)][_0xa42c41(0x165)];return _0x486e27[_0xa42c41(0x1a1)](_0x599f25)&&_0x599f25===_0x211033;}return!0x1;}function _0x5190d5(_0x24d5fb,_0xeba6d8){return _0x28bd33(_0x24d5fb,_0xeba6d8)?[_0x24d5fb,_0xeba6d8]:_0x28bd33(_0xeba6d8,_0x24d5fb)?[_0xeba6d8,_0x24d5fb]:null;}_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1b2))&&(_0x1f00cf[_0x923304(0x1dc)](_0x923304(0x1ac)),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x1d2)](_0x923304(0x186),_0x3f0310(_0x22a1a1,_0x923304(0x1bc)))),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x17e))&&_0x1f00cf[_0x923304(0x1dc)](_0x923304(0x1aa)),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x1c8))&&_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x1e5a48=>{const _0x2a37d1=_0x923304;if(_0x2a37d1(0x1a7)!=_0x1e5a48[_0x2a37d1(0x18e)])return;const {data:_0x5d9201}=_0x1e5a48;return _0x5d9201&&_0x2a37d1(0x1db)==_0x5d9201[_0x2a37d1(0x1b4)]?{'type':_0x2a37d1(0x188),'content':''}:void 0x0;}),_0x344935[_0x923304(0x1d5)][_0x923304(0x166)](_0x923304(0x192))&&_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x2b649e=>{const _0x9cc40=_0x923304;if(_0x9cc40(0x1a7)!=_0x2b649e[_0x9cc40(0x18e)])return;const {data:_0xe09b44}=_0x2b649e;return!_0xe09b44||_0x9cc40(0x183)!=_0xe09b44[_0x9cc40(0x1b4)]&&_0x9cc40(0x17a)!=_0xe09b44[_0x9cc40(0x1b4)]?void 0x0:{'type':_0x9cc40(0x188),'content':''};}),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x1e7e1f=>{const _0x3f7271=_0x923304;if(!!_0x1b6002[_0x3f7271(0x1b6)](({type:_0x1b9364,subType:_0x147937})=>_0x1e7e1f[_0x3f7271(0x18e)]==_0x1b9364&&_0x1e7e1f[_0x3f7271(0x1cb)]==_0x147937))return _0x1e7e1f[_0x3f7271(0x167)]?{}:void 0x0;}),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x40a165=>{const _0x1c5d4e=_0x923304;if(_0x1c5d4e(0x193)==_0x40a165[_0x1c5d4e(0x18e)]||_0x1c5d4e(0x1cf)==_0x40a165[_0x1c5d4e(0x18e)]){const _0x58c264=_0x40a165[_0x1c5d4e(0x1a9)]();if(_0x58c264&&_0x58c264['is'](_0x1c5d4e(0x1b0),_0x1c5d4e(0x1a5)))return{'type':_0x1c5d4e(0x193)==_0x40a165[_0x1c5d4e(0x18e)]?_0x1c5d4e(0x16d):_0x1c5d4e(0x19f),'element':_0x58c264,'quantity':0x1};}}),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x565b41=>_0x923304(0x1d8)==_0x565b41[_0x923304(0x18e)]&&_0x923304(0x16e)==_0x565b41[_0x923304(0x1cb)]?{'type':_0x923304(0x188),'content':_0x923304(0x195)}:_0x923304(0x1d8)==_0x565b41[_0x923304(0x18e)]&&_0x923304(0x17c)==_0x565b41[_0x923304(0x1cb)]?{'type':_0x923304(0x188),'content':_0x923304(0x191)}:void 0x0),_0x1f00cf[_0x923304(0x1ab)][_0x923304(0x19a)](_0x37429e=>{const _0x59b16b=_0x923304;if(_0x59b16b(0x1a7)!=_0x37429e[_0x59b16b(0x18e)])return;const {data:_0xbe622e}=_0x37429e;if(!_0xbe622e||_0x59b16b(0x1d9)!=_0xbe622e[_0x59b16b(0x1b4)])return;const _0x31d66d=_0xbe622e[_0x59b16b(0x1ca)];return _0x31d66d?{'type':_0x59b16b(0x188),'content':_0x3f0310(_0x22a1a1,_0x59b16b(0x19b),'\x22'+_0x31d66d+'\x22')}:{'type':_0x59b16b(0x188),'content':_0x3f0310(_0x22a1a1,_0x59b16b(0x1b9))};}),this[_0x923304(0x197)]();}[_0x36aaac(0x197)](){const _0x1b7819=_0x36aaac,_0x56cd5b=this[_0x1b7819(0x170)],_0x2b8e14=_0x56cd5b[_0x1b7819(0x17b)];_0x56cd5b[_0x1b7819(0x1d5)][_0x1b7819(0x1b3)](_0x1b7819(0x19c))[_0x1b7819(0x1ab)][_0x1b7819(0x19a)](_0x219183=>{const _0x594c1d=_0x1b7819;if(_0x594c1d(0x1d8)!=_0x219183[_0x594c1d(0x18e)]&&_0x594c1d(0x196)!=_0x219183[_0x594c1d(0x18e)])return;const {data:_0x43a23d}=_0x219183;if(_0x43a23d){if(_0x594c1d(0x1aa)==_0x43a23d[_0x594c1d(0x1a2)]){const _0x23340c=_0x43a23d[_0x594c1d(0x1a3)][0x0][_0x594c1d(0x1ca)];return _0x23340c?{'type':_0x594c1d(0x188),'content':_0x3f0310(_0x2b8e14,_0x594c1d(0x19b),'\x22'+_0x23340c+'\x22')}:{'type':_0x594c1d(0x188),'content':_0x3f0310(_0x2b8e14,_0x594c1d(0x1b9))};}if(_0x594c1d(0x1ac)==_0x43a23d[_0x594c1d(0x1a2)]){const _0x5d17ef=_0x43a23d[_0x594c1d(0x1a3)][0x0][_0x594c1d(0x183)];return _0x5d17ef?{'type':_0x594c1d(0x188),'content':_0x3f0310(_0x2b8e14,_0x594c1d(0x187),_0x5d17ef)}:{'type':_0x594c1d(0x188),'content':_0x3f0310(_0x2b8e14,_0x594c1d(0x1c9))};}}});}}
@@ -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 _0x594ad4=_0xba1d;(function(_0x49f4c8,_0x14d2ec){const _0x75e395=_0xba1d,_0x397657=_0x49f4c8();while(!![]){try{const _0x409efd=-parseInt(_0x75e395(0xec))/0x1+-parseInt(_0x75e395(0xfe))/0x2+-parseInt(_0x75e395(0xe6))/0x3*(parseInt(_0x75e395(0xe0))/0x4)+-parseInt(_0x75e395(0xf8))/0x5+-parseInt(_0x75e395(0x106))/0x6+parseInt(_0x75e395(0xef))/0x7*(-parseInt(_0x75e395(0xe1))/0x8)+parseInt(_0x75e395(0x103))/0x9;if(_0x409efd===_0x14d2ec)break;else _0x397657['push'](_0x397657['shift']());}catch(_0x304c4b){_0x397657['push'](_0x397657['shift']());}}}(_0x3bb2,0x8b0b4));function _0xba1d(_0x4179d0,_0x4254c6){const _0x3bb2e6=_0x3bb2();return _0xba1d=function(_0xba1d6b,_0x388679){_0xba1d6b=_0xba1d6b-0xdf;let _0x2d8518=_0x3bb2e6[_0xba1d6b];return _0x2d8518;},_0xba1d(_0x4179d0,_0x4254c6);}import{Plugin as _0x1458f4}from'ckeditor5/src/core.js';import{getTranslation as _0x2458a6}from'../utils/common-translations.js';function _0x3bb2(){const _0x2fb8d4=['discard','enableDefaultAttributesIntegration','registerDescriptionCallback','editor','537259EIKmPw','registerCustomCallback','*Format:*\x20replace\x20image\x20URL','6664XnoBwN','accept','format','locale','has','_handleLegacySuggestions','*Replace\x20image*','afterInit','plugins','888460xuZqbS','ImageEditing','oldValue','getSuggestionCallback','get','formatBlock','1833274FxSAPT','attribute','src','key','formatInline','41731560trqbex','newValue','commandName','5027142WtVivd','type','4MeBfhc','6816FfTVGD','_registerLegacyDescription','TrackChangesEditing','_suggestionFactory','replaceImageSource','2360301wdraLU','descriptionFactory'];_0x3bb2=function(){return _0x2fb8d4;};return _0x3bb2();}export class TrackChangesImageReplace extends _0x1458f4{[_0x594ad4(0xf6)](){const _0x13757c=_0x594ad4;if(!this[_0x13757c(0xeb)][_0x13757c(0xf7)][_0x13757c(0xf3)](_0x13757c(0xf9)))return;const _0x3cbc23=this[_0x13757c(0xeb)][_0x13757c(0xf2)],_0x38fcc4=this[_0x13757c(0xeb)][_0x13757c(0xf7)][_0x13757c(0xfc)](_0x13757c(0xe3));_0x38fcc4[_0x13757c(0xe9)](_0x13757c(0xe5)),_0x38fcc4[_0x13757c(0xe7)][_0x13757c(0xea)](_0xee1531=>{const _0x15913d=_0x13757c;if(_0x15913d(0xff)!=_0xee1531[_0x15913d(0xdf)])return;const {data:_0x408eec}=_0xee1531;return _0x408eec&&_0x15913d(0x100)==_0x408eec[_0x15913d(0x101)]?_0x408eec[_0x15913d(0x104)]&&_0x408eec[_0x15913d(0xfa)]?{'type':_0x15913d(0xf1),'content':_0x2458a6(_0x3cbc23,_0x15913d(0xf5))}:{'type':_0x15913d(0xf1),'content':''}:void 0x0;}),this[_0x13757c(0xf4)]();}[_0x594ad4(0xf4)](){const _0xe3a85=_0x594ad4,_0x4020dc=this[_0xe3a85(0xeb)][_0xe3a85(0xf7)][_0xe3a85(0xfc)](_0xe3a85(0xe3));_0x4020dc[_0xe3a85(0xe4)][_0xe3a85(0xed)](_0xe3a85(0xfd),_0xe3a85(0xe5),_0xe3a85(0xf0),_0x4020dc[_0xe3a85(0xe4)][_0xe3a85(0xfb)](_0xe3a85(0xfd),null,_0xe3a85(0xe8))),_0x4020dc[_0xe3a85(0xe4)][_0xe3a85(0xed)](_0xe3a85(0xfd),_0xe3a85(0xe5),_0xe3a85(0xe8),_0x4020dc[_0xe3a85(0xe4)][_0xe3a85(0xfb)](_0xe3a85(0xfd),null,_0xe3a85(0xf0))),this[_0xe3a85(0xe2)]();}[_0x594ad4(0xe2)](){const _0x2d41cc=_0x594ad4,_0x5ddfb0=this[_0x2d41cc(0xeb)],_0x116584=_0x5ddfb0[_0x2d41cc(0xf2)];_0x5ddfb0[_0x2d41cc(0xf7)][_0x2d41cc(0xfc)](_0x2d41cc(0xe3))[_0x2d41cc(0xe7)][_0x2d41cc(0xea)](_0x419ad2=>{const _0x59c35d=_0x2d41cc;if(_0x59c35d(0xfd)!=_0x419ad2[_0x59c35d(0xdf)]&&_0x59c35d(0x102)!=_0x419ad2[_0x59c35d(0xdf)])return;const {data:_0x2ce8ce}=_0x419ad2;if(!_0x2ce8ce||_0x59c35d(0xe5)!=_0x2ce8ce[_0x59c35d(0x105)])return;return{'type':_0x59c35d(0xf1),'content':_0x2458a6(_0x116584,_0x59c35d(0xee))};});}}
@@ -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 _0x32d1(_0x356d40,_0x50f73a){const _0x36d96f=_0x36d9();return _0x32d1=function(_0x32d153,_0x5aa514){_0x32d153=_0x32d153-0x108;let _0x13d127=_0x36d96f[_0x32d153];return _0x13d127;},_0x32d1(_0x356d40,_0x50f73a);}const _0x52f19b=_0x32d1;(function(_0x501b90,_0x3f5355){const _0x250ca8=_0x32d1,_0x3e7b27=_0x501b90();while(!![]){try{const _0x332d05=-parseInt(_0x250ca8(0x115))/0x1*(-parseInt(_0x250ca8(0x131))/0x2)+parseInt(_0x250ca8(0x12c))/0x3+parseInt(_0x250ca8(0x14d))/0x4*(-parseInt(_0x250ca8(0x13d))/0x5)+-parseInt(_0x250ca8(0x168))/0x6*(-parseInt(_0x250ca8(0x167))/0x7)+-parseInt(_0x250ca8(0x113))/0x8*(parseInt(_0x250ca8(0x12d))/0x9)+-parseInt(_0x250ca8(0x14e))/0xa*(parseInt(_0x250ca8(0x111))/0xb)+-parseInt(_0x250ca8(0x12a))/0xc*(parseInt(_0x250ca8(0x158))/0xd);if(_0x332d05===_0x3f5355)break;else _0x3e7b27['push'](_0x3e7b27['shift']());}catch(_0x246e71){_0x3e7b27['push'](_0x3e7b27['shift']());}}}(_0x36d9,0xafc71));function _0x36d9(){const _0x2076e2=['setImageNaturalSizeAttributes','392164xPkiBp','275230AYnmEZ','commands','FORMAT_SIDE_IMAGE','getSuggestions','type','discardSuggestion','commandReversedParams','imageStyle','isInlineImage','descriptionFactory','1094314uAuzXl','isEqual','registerPostFixer','refresh','_splitMarkerName','_registerLegacyDescription','_suggestionFactory','getContainedElement','TrackChangesEditing','hasSuggestion','getChangedMarkers','convertInlineImageToBlock','document','insertion','suggestion','6752606wSWISg','6mEJscj','start','formatInline','ImageStyleEditing','nodeAfter','isBlockImage','createRangeOn','toLowerCase','ImageUtils','title','end','head','isBefore','registerCustomCallback','imageCaption','77ErMExl','model','326504zilMgj','shouldConvertImageType','382CtiuQO','enableCommand','change','imageTypeBlock','forEach','selection','imageTypeInline','newRange','accept','getClosestSelectedImageElement','author','get','format','commandName','differ','chain','has','markBlockFormat','_findSuggestions','from','locale','24QJLqTn','isIntersecting','688710anHTex','9WNBPdb','editor','isInContent','formatBlock','3214nFguTf','commandParams','imageStylePreApply','imageStylePostApply','getFirstRange','markInlineFormat','name','discard','getSuggestionCallback','Users','*Format:*\x20%0','afterInit','35uxArCF','getSuggestion','join','filter','length','findIndex','normalizedStyles','next','isOwn','registerDescriptionCallback','side','nodeBefore','plugins','value','subType'];_0x36d9=function(){return _0x2076e2;};return _0x36d9();}import{Plugin as _0x3834ec}from'ckeditor5/src/core.js';import{uid as _0x34e428}from'ckeditor5/src/utils.js';import{getTranslation as _0x52dda3}from'../utils/common-translations.js';export class TrackChangesImageStyle extends _0x3834ec{[_0x52f19b(0x13c)](){const _0x12b155=_0x52f19b,_0x27e787=this[_0x12b155(0x12e)];if(!_0x27e787[_0x12b155(0x149)][_0x12b155(0x125)](_0x12b155(0x16b)))return;const _0x32390c=_0x27e787[_0x12b155(0x149)][_0x12b155(0x120)](_0x12b155(0x160)),_0x35f234=_0x27e787[_0x12b155(0x149)][_0x12b155(0x120)](_0x12b155(0x10a)),_0x1cb6d3={};_0x32390c[_0x12b155(0x116)](_0x12b155(0x155),(_0x32c85a,_0x481e94)=>{const _0x33c310=_0x12b155,_0x243125=_0x27e787[_0x33c310(0x149)][_0x33c310(0x120)](_0x33c310(0x13a))['me'],_0x40faf6=_0x27e787[_0x33c310(0x14f)][_0x33c310(0x120)](_0x33c310(0x155));let _0x284e43=_0x35f234[_0x33c310(0x11e)](_0x27e787[_0x33c310(0x112)][_0x33c310(0x164)][_0x33c310(0x11a)]),_0x4a191d=_0x27e787[_0x33c310(0x112)][_0x33c310(0x108)](_0x284e43),_0x599763=_0x40faf6[_0x33c310(0x14a)];if(_0x599763==_0x481e94[_0x33c310(0x14a)])return;const _0x2d57f9={'commandName':_0x33c310(0x155),'commandParams':[_0x481e94],'formatGroupId':_0x34e428()};_0x27e787[_0x33c310(0x112)][_0x33c310(0x117)](()=>{const _0x44b73f=_0x33c310;if(_0x32390c[_0x44b73f(0x151)]()[_0x44b73f(0x140)](_0xc7b99f=>_0xc7b99f[_0x44b73f(0x12f)]&&_0x243125==_0xc7b99f[_0x44b73f(0x11f)]&&(_0x44b73f(0x130)==_0xc7b99f[_0x44b73f(0x152)]||_0x44b73f(0x16a)==_0xc7b99f[_0x44b73f(0x152)])&&(_0x44b73f(0x133)==_0xc7b99f[_0x44b73f(0x14b)]||_0x44b73f(0x134)==_0xc7b99f[_0x44b73f(0x14b)])&&_0xc7b99f[_0x44b73f(0x135)]()[_0x44b73f(0x159)](_0x4a191d))[_0x44b73f(0x119)](_0x400542=>_0x32390c[_0x44b73f(0x153)](_0x400542[_0x44b73f(0x10d)])),_0x284e43=_0x35f234[_0x44b73f(0x11e)](_0x27e787[_0x44b73f(0x112)][_0x44b73f(0x164)][_0x44b73f(0x11a)]),_0x4a191d=_0x27e787[_0x44b73f(0x112)][_0x44b73f(0x108)](_0x284e43),_0x40faf6[_0x44b73f(0x15b)](),_0x27e787[_0x44b73f(0x14f)][_0x44b73f(0x120)](_0x44b73f(0x11b))[_0x44b73f(0x15b)](),_0x27e787[_0x44b73f(0x14f)][_0x44b73f(0x120)](_0x44b73f(0x118))[_0x44b73f(0x15b)](),_0x599763=_0x40faf6[_0x44b73f(0x14a)],_0x599763!=_0x481e94[_0x44b73f(0x14a)])return _0x35f234[_0x44b73f(0x156)](_0x284e43)&&_0x40faf6[_0x44b73f(0x114)](_0x481e94[_0x44b73f(0x14a)],_0x284e43)?(_0x32c85a({..._0x481e94,'setImageSizes':!0x1}),_0x284e43=_0x35f234[_0x44b73f(0x11e)](_0x27e787[_0x44b73f(0x112)][_0x44b73f(0x164)][_0x44b73f(0x11a)]),void _0x32390c[_0x44b73f(0x126)](_0x284e43,{..._0x2d57f9,'commandReversedParams':[{'value':_0x599763||null,'setImageSizes':!0x1}]},[],_0x44b73f(0x133))):void(_0x35f234[_0x44b73f(0x16d)](_0x284e43)?_0x32390c[_0x44b73f(0x126)](_0x284e43,_0x2d57f9,[],_0x44b73f(0x134)):_0x32390c[_0x44b73f(0x136)](_0x4a191d,_0x2d57f9,_0x44b73f(0x134)));});});for(const _0x11cbe0 of _0x27e787[_0x12b155(0x149)][_0x12b155(0x120)](_0x12b155(0x16b))[_0x12b155(0x143)])_0x1cb6d3[_0x11cbe0[_0x12b155(0x137)]]=_0x11cbe0[_0x12b155(0x10b)][_0x12b155(0x109)]();_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x130),_0x12b155(0x133),_0x12b155(0x13f),()=>!0x1),_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x130),_0x12b155(0x134),_0x12b155(0x13f),()=>!0x1),_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x16a),_0x12b155(0x134),_0x12b155(0x13f),()=>!0x1),_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x130),_0x12b155(0x133),_0x12b155(0x11d),([_0x2abbee])=>{const _0x2d0d32=_0x12b155;_0x35f234[_0x2d0d32(0x14c)](_0x2abbee[_0x2d0d32(0x15f)]());}),_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x130),_0x12b155(0x133),_0x12b155(0x138),(_0x4add4f,_0x452094)=>{const _0x460c8f=_0x12b155;_0x32390c[_0x460c8f(0x15e)][_0x460c8f(0x139)](_0x460c8f(0x130),'',_0x460c8f(0x11d))(_0x4add4f,{'commandName':_0x452094[_0x460c8f(0x122)],'commandParams':_0x452094[_0x460c8f(0x154)]});}),_0x32390c[_0x12b155(0x15e)][_0x12b155(0x10f)](_0x12b155(0x130),_0x12b155(0x133),_0x12b155(0x124),function(_0xe3ecdd,_0x466500){if(_0x5b01d9(_0xe3ecdd,_0x466500))return[_0xe3ecdd,_0x466500];if(_0x5b01d9(_0x466500,_0xe3ecdd))return[_0x466500,_0xe3ecdd];return null;});const _0x3d0a2f=[{'type':_0x12b155(0x130),'subType':_0x12b155(0x133)},{'type':_0x12b155(0x165),'subType':_0x12b155(0x110)},{'type':_0x12b155(0x130),'subType':_0x12b155(0x163)},{'type':_0x12b155(0x165),'subType':_0x12b155(0x163)}];function _0x5b01d9(_0x565f6e,_0x4eb2d3){const _0x49ac03=_0x12b155,_0x2b14d0=_0x3d0a2f[_0x49ac03(0x142)](({type:_0x5708fc,subType:_0x5bd4c9})=>_0x565f6e[_0x49ac03(0x152)]==_0x5708fc&&_0x565f6e[_0x49ac03(0x14b)]==_0x5bd4c9),_0xaa8048=_0x3d0a2f[_0x49ac03(0x142)](({type:_0x4132c1,subType:_0x2a9ab3})=>_0x4eb2d3[_0x49ac03(0x152)]==_0x4132c1&&_0x4eb2d3[_0x49ac03(0x14b)]==_0x2a9ab3);if(_0x2b14d0<0x0||_0xaa8048<0x0)return!0x1;const _0x4ee56a=_0x565f6e[_0x49ac03(0x135)](),_0x32b830=_0x4eb2d3[_0x49ac03(0x135)]();if((0x0==_0x2b14d0||0x1==_0x2b14d0)&&0x2==_0xaa8048&&_0x4ee56a[_0x49ac03(0x12b)](_0x32b830))return!0x0;if(0x2==_0x2b14d0&&0x3==_0xaa8048){const _0xdefee5=_0x32390c[_0x49ac03(0x127)](_0x4ee56a,_0x49ac03(0x165))[_0x49ac03(0x140)](({suggestion:_0x4254a7,meta:_0x473cae})=>_0x473cae[_0x49ac03(0x145)]&&_0x49ac03(0x163)==_0x4254a7[_0x49ac03(0x14b)]);if(_0xdefee5[_0x49ac03(0x141)]>0x1&&_0x32b830[_0x49ac03(0x10c)][_0x49ac03(0x159)](_0x4ee56a[_0x49ac03(0x169)]))return!0x0;if(0x1==_0xdefee5[_0x49ac03(0x141)]&&(_0x4ee56a[_0x49ac03(0x169)][_0x49ac03(0x159)](_0x32b830[_0x49ac03(0x10c)])||_0x4ee56a[_0x49ac03(0x10c)][_0x49ac03(0x159)](_0x32b830[_0x49ac03(0x169)])))return!0x0;}if(0x3==_0x2b14d0&&0x3==_0xaa8048&&_0x4ee56a[_0x49ac03(0x169)][_0x49ac03(0x10e)](_0x32b830[_0x49ac03(0x169)])){const _0x32c34a=_0x4ee56a[_0x49ac03(0x10c)][_0x49ac03(0x16c)],_0x4d1f0e=_0x32b830[_0x49ac03(0x169)][_0x49ac03(0x148)];return _0x35f234[_0x49ac03(0x16d)](_0x32c34a)&&_0x32c34a===_0x4d1f0e;}return!0x1;}_0x27e787[_0x12b155(0x112)][_0x12b155(0x164)][_0x12b155(0x15a)](()=>{const _0x3307a=_0x12b155;let _0x2e62e9=!0x1;const _0x43ebc6=Array[_0x3307a(0x128)](_0x27e787[_0x3307a(0x112)][_0x3307a(0x164)][_0x3307a(0x123)][_0x3307a(0x162)]());for(const {name:_0x5a7e00,data:_0x385cf5}of _0x43ebc6){const {group:_0x362023,type:_0x37e6d0,subType:_0x409f31,id:_0x55608b}=_0x32390c[_0x3307a(0x15c)](_0x5a7e00);if(_0x3307a(0x166)==_0x362023&&_0x32390c[_0x3307a(0x161)](_0x55608b)){if(_0x3307a(0x130)==_0x37e6d0&&(_0x3307a(0x133)==_0x409f31||_0x3307a(0x134)==_0x409f31)){const _0x4282ce=_0x32390c[_0x3307a(0x13e)](_0x55608b);if(_0x385cf5[_0x3307a(0x11c)]){const _0x40128c=_0x4282ce[_0x3307a(0x135)]()[_0x3307a(0x15f)]();if(_0x35f234[_0x3307a(0x16d)](_0x40128c))continue;_0x32390c[_0x3307a(0x153)](_0x4282ce),_0x2e62e9=!0x0;}}if(_0x3307a(0x165)==_0x37e6d0&&_0x3307a(0x110)==_0x409f31&&!_0x385cf5[_0x3307a(0x11c)]){const _0x432a97=_0x32390c[_0x3307a(0x13e)](_0x55608b);_0x432a97[_0x3307a(0x144)]&&_0x432a97[_0x3307a(0x144)][_0x3307a(0x12f)]&&(_0x32390c[_0x3307a(0x153)](_0x432a97[_0x3307a(0x144)]),_0x2e62e9=!0x0);}}}return _0x2e62e9;}),this[_0x12b155(0x15d)](_0x1cb6d3);}[_0x52f19b(0x15d)](_0x257812){const _0x33e69d=_0x52f19b,_0xe1f519=this[_0x33e69d(0x12e)],_0xaf8bea=_0xe1f519[_0x33e69d(0x129)];_0xe1f519[_0x33e69d(0x149)][_0x33e69d(0x120)](_0x33e69d(0x160))[_0x33e69d(0x157)][_0x33e69d(0x146)](_0x3131c4=>{const _0x10252b=_0x33e69d;if(_0x10252b(0x130)!=_0x3131c4[_0x10252b(0x152)]&&_0x10252b(0x16a)!=_0x3131c4[_0x10252b(0x152)])return;const {data:_0x53606d}=_0x3131c4;if(!_0x53606d||_0x10252b(0x155)!=_0x53606d[_0x10252b(0x122)])return;const _0x33c442=_0x53606d[_0x10252b(0x132)][0x0][_0x10252b(0x14a)];return _0x53cb15(_0x10252b(0x147)===_0x33c442?_0x52dda3(_0xaf8bea,_0x10252b(0x150)):_0x257812[_0x33c442]||_0x33c442);function _0x53cb15(_0x4c64f5){const _0x56a7a2=_0x10252b;return{'type':_0x56a7a2(0x121),'content':_0x52dda3(_0xaf8bea,_0x56a7a2(0x13b),_0x4c64f5)};}});}}
@@ -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 _0x51b515=_0x1cb7;function _0x1cb7(_0x9f1f3a,_0x4b2a89){const _0x5361f1=_0x5361();return _0x1cb7=function(_0x1cb726,_0x49b689){_0x1cb726=_0x1cb726-0x6d;let _0x596b01=_0x5361f1[_0x1cb726];return _0x596b01;},_0x1cb7(_0x9f1f3a,_0x4b2a89);}(function(_0x43a9de,_0x522430){const _0x202f2d=_0x1cb7,_0x2bb831=_0x43a9de();while(!![]){try{const _0x274818=parseInt(_0x202f2d(0x8a))/0x1*(-parseInt(_0x202f2d(0x7d))/0x2)+-parseInt(_0x202f2d(0x6f))/0x3*(-parseInt(_0x202f2d(0x84))/0x4)+-parseInt(_0x202f2d(0x70))/0x5+-parseInt(_0x202f2d(0x86))/0x6*(parseInt(_0x202f2d(0x80))/0x7)+-parseInt(_0x202f2d(0x72))/0x8+-parseInt(_0x202f2d(0x74))/0x9+-parseInt(_0x202f2d(0x78))/0xa*(-parseInt(_0x202f2d(0x89))/0xb);if(_0x274818===_0x522430)break;else _0x2bb831['push'](_0x2bb831['shift']());}catch(_0x36936c){_0x2bb831['push'](_0x2bb831['shift']());}}}(_0x5361,0x695dd));function _0x5361(){const _0x1a31a0=['track_changes','value','lowest','384LhYold','TrackChangesEditing','528zeRLkV','Users','_trackChangesValueDuringImport','11796983FBKnlR','2LIIrBM','high','_handleImportedData','_setSuggestionData','enableCommand','listenTo','importWord','trackChanges','852nTNMkt','974535GXPLBt','forEach','32984LwxAVn','bind','2601945YsnWYF','_trackChangesExecuted','plugins','collaboration_features','20vlPCvO','afterInit','dataInsert','get','execute','465558oDkHzz','commands','editor','62594GnQaPI'];_0x5361=function(){return _0x1a31a0;};return _0x5361();}import{Plugin as _0x2abd03}from'ckeditor5/src/core.js';export class TrackChangesImportWord extends _0x2abd03{[_0x51b515(0x88)];[_0x51b515(0x75)];constructor(_0x523dcd){const _0x94bded=_0x51b515;super(_0x523dcd),this[_0x94bded(0x88)]=!0x1,this[_0x94bded(0x75)]=!0x1;}[_0x51b515(0x79)](){const _0x165ae7=_0x51b515,_0x427e73=this[_0x165ae7(0x7f)],_0x39d7e8=_0x427e73[_0x165ae7(0x7e)][_0x165ae7(0x7b)](_0x165ae7(0x6d)),_0x10010d=_0x427e73[_0x165ae7(0x7e)][_0x165ae7(0x7b)](_0x165ae7(0x6e));_0x39d7e8&&(_0x39d7e8['on'](_0x165ae7(0x7c),(_0x11cb86,[,_0x29758e])=>{const _0x635670=_0x165ae7;this[_0x635670(0x88)]=_0x10010d[_0x635670(0x82)],_0x29758e[_0x635670(0x77)][_0x635670(0x81)]=!this[_0x635670(0x88)];},{'priority':_0x165ae7(0x8b)}),this[_0x165ae7(0x8f)](_0x39d7e8,_0x165ae7(0x7a),this[_0x165ae7(0x8c)][_0x165ae7(0x73)](this)),this[_0x165ae7(0x8f)](_0x39d7e8,_0x165ae7(0x7a),()=>{const _0xf12da1=_0x165ae7;this[_0xf12da1(0x75)]&&(_0x10010d[_0xf12da1(0x7c)](),this[_0xf12da1(0x75)]=!0x1);},{'priority':_0x165ae7(0x83)}),_0x427e73[_0x165ae7(0x76)][_0x165ae7(0x7b)](_0x165ae7(0x85))[_0x165ae7(0x8e)](_0x165ae7(0x6d)));}[_0x51b515(0x8c)](_0x5a093a,_0x551fe9){const _0xf323b3=_0x51b515,{suggestions:_0x41802e}=_0x551fe9,_0xb36be5=this[_0xf323b3(0x7f)][_0xf323b3(0x7e)][_0xf323b3(0x7b)](_0xf323b3(0x6e)),_0x53ea79=_0xb36be5[_0xf323b3(0x82)];this[_0xf323b3(0x88)]!==_0x53ea79&&(_0xb36be5[_0xf323b3(0x7c)](),this[_0xf323b3(0x75)]=!0x0),_0x41802e&&_0x41802e[_0xf323b3(0x71)](({id:_0x5a1f79,type:_0x4d34ae,author:_0x164219,created_at:_0x8161f7})=>{const _0x2a068f=_0xf323b3,_0x13e12c={'id':_0x5a1f79,'type':_0x4d34ae,'authorId':this[_0x2a068f(0x7f)][_0x2a068f(0x76)][_0x2a068f(0x7b)](_0x2a068f(0x87))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x164219,'createdAt':_0x8161f7?new Date(_0x8161f7):new Date(),'source':_0x2a068f(0x6d)}}};this[_0x2a068f(0x7f)][_0x2a068f(0x76)][_0x2a068f(0x7b)](_0x2a068f(0x85))[_0x2a068f(0x8d)](_0x13e12c);});}}
@@ -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 _0x4dfff8=_0x5b7d;(function(_0x596ab6,_0x3d4d86){const _0x2e68a8=_0x5b7d,_0x30df7b=_0x596ab6();while(!![]){try{const _0x4a00b1=parseInt(_0x2e68a8(0x1ac))/0x1+parseInt(_0x2e68a8(0x1a9))/0x2+parseInt(_0x2e68a8(0x1a1))/0x3+parseInt(_0x2e68a8(0x1bc))/0x4+parseInt(_0x2e68a8(0x1a2))/0x5*(parseInt(_0x2e68a8(0x193))/0x6)+-parseInt(_0x2e68a8(0x1aa))/0x7+-parseInt(_0x2e68a8(0x1a3))/0x8;if(_0x4a00b1===_0x3d4d86)break;else _0x30df7b['push'](_0x30df7b['shift']());}catch(_0x180304){_0x30df7b['push'](_0x30df7b['shift']());}}}(_0x194c,0x4942e));function _0x5b7d(_0x458521,_0x43f037){const _0x194c46=_0x194c();return _0x5b7d=function(_0x5b7d24,_0x128ad3){_0x5b7d24=_0x5b7d24-0x191;let _0x12cdbc=_0x194c46[_0x5b7d24];return _0x12cdbc;},_0x5b7d(_0x458521,_0x43f037);}import{Plugin as _0x44ab73}from'ckeditor5/src/core.js';function _0x194c(){const _0x1ca54a=['indent','outdentBlock','IndentEditing','type','registerAttributeLabel','*Indent:*\x20%0','has','ListEditing','blockIndentListItem','2100084EnRZPM','getItemLabel','enableCommand','42pUOvbP','indentBlock','outdentBlockListItem','descriptionFactory','formatBlock','indentBlockListItem','getItems','*Outdent:*\x20%0','format','get','indentBlockList','enableDefaultAttributesIntegration','IndentBlock','blockIndentList','1077969ZuRzSl','324455IrTZlH','7819312SnbjgT','outdentBlockList','commandName','plugins','blockIndent','_registerLegacyDescription','276602UQUMTJ','2239538ZNfqRQ','TrackChangesEditing','120544xaQXBK','afterInit','FORMAT_INDENT','outdent','editor','registerDescriptionCallback','locale'];_0x194c=function(){return _0x1ca54a;};return _0x194c();}import{getTranslation as _0x45c6f8}from'../utils/common-translations.js';export class TrackChangesIndent extends _0x44ab73{[_0x4dfff8(0x1ad)](){const _0x5f198b=_0x4dfff8,_0x352225=this[_0x5f198b(0x1b0)],_0x391199=_0x352225[_0x5f198b(0x1a6)][_0x5f198b(0x19c)](_0x5f198b(0x1ab));if(_0x352225[_0x5f198b(0x1a6)][_0x5f198b(0x1b9)](_0x5f198b(0x1b5))&&(_0x391199[_0x5f198b(0x192)](_0x5f198b(0x1b3)),_0x391199[_0x5f198b(0x192)](_0x5f198b(0x1af))),_0x352225[_0x5f198b(0x1a6)][_0x5f198b(0x1b9)](_0x5f198b(0x19f))){for(const _0x9f5d of[_0x5f198b(0x194),_0x5f198b(0x1b4)])_0x391199[_0x5f198b(0x19e)](_0x9f5d);if(_0x352225[_0x5f198b(0x1a6)][_0x5f198b(0x1b9)](_0x5f198b(0x1ba))){for(const _0xb2e462 of[_0x5f198b(0x19d),_0x5f198b(0x198),_0x5f198b(0x1a4),_0x5f198b(0x195)])_0x391199[_0x5f198b(0x19e)](_0xb2e462);}}const _0x1bd287=_0x352225[_0x5f198b(0x1b2)];_0x391199[_0x5f198b(0x196)][_0x5f198b(0x1b7)](_0x5f198b(0x1a7),_0x45c6f8(_0x1bd287,_0x5f198b(0x1ae))),_0x391199[_0x5f198b(0x196)][_0x5f198b(0x1b7)](_0x5f198b(0x1a0),_0x45c6f8(_0x1bd287,_0x5f198b(0x1ae))),_0x391199[_0x5f198b(0x196)][_0x5f198b(0x1b7)](_0x5f198b(0x1bb),_0x45c6f8(_0x1bd287,_0x5f198b(0x1ae))),this[_0x5f198b(0x1a8)]();}[_0x4dfff8(0x1a8)](){const _0x219913=_0x4dfff8,_0x41a171=this[_0x219913(0x1b0)],_0x2ff9a5=_0x41a171[_0x219913(0x1b2)],_0x390f65=_0x41a171[_0x219913(0x1a6)][_0x219913(0x19c)](_0x219913(0x1ab));_0x390f65[_0x219913(0x196)][_0x219913(0x1b1)](_0xd23451=>{const _0x4ff428=_0x219913;if(_0x4ff428(0x197)!=_0xd23451[_0x4ff428(0x1b6)])return;const {data:_0x185c84}=_0xd23451;if(!_0x185c84)return;if(_0x4ff428(0x194)!=_0x185c84[_0x4ff428(0x1a5)]&&_0x4ff428(0x1b4)!=_0x185c84[_0x4ff428(0x1a5)])return;const _0x550d77=_0xd23451[_0x4ff428(0x199)]()[0x0],_0x2289d1=_0x390f65[_0x4ff428(0x196)][_0x4ff428(0x191)](_0x550d77);return _0x4ff428(0x194)==_0x185c84[_0x4ff428(0x1a5)]?{'type':_0x4ff428(0x19b),'content':_0x45c6f8(_0x2ff9a5,_0x4ff428(0x1b8),_0x2289d1)}:_0x4ff428(0x1b4)==_0x185c84[_0x4ff428(0x1a5)]?{'type':_0x4ff428(0x19b),'content':_0x45c6f8(_0x2ff9a5,_0x4ff428(0x19a),_0x2289d1)}: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
- var _0x40ba5e=_0x5d6c;(function(_0x1d813f,_0x3d285){var _0x3b97cd=_0x5d6c,_0x42fb3b=_0x1d813f();while(!![]){try{var _0x29465d=-parseInt(_0x3b97cd(0x1e4))/0x1+parseInt(_0x3b97cd(0x1e5))/0x2+-parseInt(_0x3b97cd(0x1e0))/0x3*(parseInt(_0x3b97cd(0x1e7))/0x4)+-parseInt(_0x3b97cd(0x1e1))/0x5*(-parseInt(_0x3b97cd(0x1db))/0x6)+-parseInt(_0x3b97cd(0x1dc))/0x7+parseInt(_0x3b97cd(0x1da))/0x8+parseInt(_0x3b97cd(0x1e6))/0x9*(parseInt(_0x3b97cd(0x1d9))/0xa);if(_0x29465d===_0x3d285)break;else _0x42fb3b['push'](_0x42fb3b['shift']());}catch(_0x7ad13a){_0x42fb3b['push'](_0x42fb3b['shift']());}}}(_0xb7bc,0xd32fc));import{Plugin as _0x12d498}from'ckeditor5/src/core.js';import{Input as _0xb98052}from'ckeditor5/src/typing.js';function _0x5d6c(_0x2f48da,_0x35f731){var _0xb7bc84=_0xb7bc();return _0x5d6c=function(_0x5d6cb9,_0x512e73){_0x5d6cb9=_0x5d6cb9-0x1d7;var _0x3f58d4=_0xb7bc84[_0x5d6cb9];return _0x3f58d4;},_0x5d6c(_0x2f48da,_0x35f731);}export class TrackChangesInputCommand extends _0x12d498{static get[_0x40ba5e(0x1e8)](){return[_0xb98052];}[_0x40ba5e(0x1e3)](){var _0x3bfb54=_0x40ba5e;this[_0x3bfb54(0x1de)][_0x3bfb54(0x1df)][_0x3bfb54(0x1d7)](_0x3bfb54(0x1dd))[_0x3bfb54(0x1d8)](_0x3bfb54(0x1e2));}}function _0xb7bc(){var _0x5ee255=['524076zTrYiD','requires','get','enableCommand','2560vhaXWZ','3141368KfVLgc','69900GTqANN','8893346gApiOi','TrackChangesEditing','editor','plugins','33XfdKdH','190rdFUuY','input','init','760967XtXtXL','866238SyKUBP','107901jwwkZT'];_0xb7bc=function(){return _0x5ee255;};return _0xb7bc();}
@@ -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 _0x4aea88=_0x13cf;(function(_0x54ab35,_0x1e2d90){const _0x49c143=_0x13cf,_0x557332=_0x54ab35();while(!![]){try{const _0x2dabe5=parseInt(_0x49c143(0xd8))/0x1+-parseInt(_0x49c143(0x8e))/0x2*(-parseInt(_0x49c143(0xdc))/0x3)+parseInt(_0x49c143(0xae))/0x4*(parseInt(_0x49c143(0xc3))/0x5)+parseInt(_0x49c143(0xb7))/0x6+parseInt(_0x49c143(0x9f))/0x7+parseInt(_0x49c143(0xb8))/0x8+-parseInt(_0x49c143(0xc4))/0x9;if(_0x2dabe5===_0x1e2d90)break;else _0x557332['push'](_0x557332['shift']());}catch(_0x3645e0){_0x557332['push'](_0x557332['shift']());}}}(_0x1343,0x4d93d));function _0x13cf(_0x590ca6,_0x2b5e74){const _0x1343d0=_0x1343();return _0x13cf=function(_0x13cf27,_0x2b28c3){_0x13cf27=_0x13cf27-0x8e;let _0x2bf05c=_0x1343d0[_0x13cf27];return _0x2bf05c;},_0x13cf(_0x590ca6,_0x2b5e74);}import{Plugin as _0x209b5b}from'ckeditor5/src/core.js';import{getTranslation as _0x2931f3}from'../utils/common-translations.js';function _0x1343(){const _0x3a1533=['LegacyTodoListEditing','paragraph','4129293CQxkRX','filter','indentList','todoListChecked','todo','before','blockName','editor','registerElementLabel','*Indent:*\x20%0','findIndex','checkChild','registerDescriptionCallback','markBlockFormat','selection','368464cJCuGs','commandParams','replace','add','numbered','bulletedList','getSelectedBlocks','element','commandName','1694598VjKFjp','4882880xCSQQe','from','bulleted','TrackChangesEditing','locale','checkTodoList','afterInit','listItem','*Change\x20to:*\x20%0','List','outdentList','5AHSaGz','17320482emMVMj','formatBlock','has','ELEMENT_BULLETED_LIST','end','model','value','getAttribute','enableCommand','todoList','name','length','commands','push','parent','get','descriptionFactory','ELEMENT_LIST_ITEM','createPositionAt','format','265134PAWvMP','execute','ELEMENT_TODO_LIST','nextSibling','3Qipyyy','numberedList','LegacyListEditing','forceValue','schema','listType','slice','804626BazbuO','*Uncheck\x20item*','ELEMENT_NUMBERED_LIST','formatInline','_selectedElements','change','plugins','type','*Outdent:*\x20%0','previousSibling','isObject','document','*Check\x20item*','createRange','listIndent'];_0x1343=function(){return _0x3a1533;};return _0x1343();}export class TrackChangesLegacyList extends _0x209b5b{[_0x4aea88(0xbe)](){const _0x3e4238=_0x4aea88,_0xce124f=this[_0x3e4238(0xa6)],_0x52cd7e=_0xce124f[_0x3e4238(0xbc)];if(!_0xce124f[_0x3e4238(0x94)][_0x3e4238(0xc6)](_0x3e4238(0xde)))return;const _0x46c4ac=_0xce124f[_0x3e4238(0x94)][_0x3e4238(0xd3)](_0x3e4238(0xbb)),_0x571eb7=_0xce124f[_0x3e4238(0x94)][_0x3e4238(0xc6)](_0x3e4238(0x9d));function _0x42b2df(_0x334361){return()=>{const _0x253dda=_0x13cf,_0x1d2b4d=_0xce124f[_0x253dda(0xc9)][_0x253dda(0x99)][_0x253dda(0xad)],_0x465348=_0xce124f[_0x253dda(0xd0)][_0x253dda(0xd3)](_0x334361);if(_0x465348[_0x253dda(0xca)])return void _0xce124f[_0x253dda(0xd9)](_0x253dda(0x9e),{});const _0x2e9dcd=_0x334361[_0x253dda(0xe2)](0x0,-0x4),_0x52044e=function(_0x3a16fa,_0x5c058a,_0x425f95){const _0x5645f2=_0x253dda;let _0x16c329=Array[_0x5645f2(0xb9)](_0x3a16fa)[_0x5645f2(0xa0)](_0x36abab=>function(_0x37519a,_0x37b6d7){const _0x599123=_0x5645f2;return _0x37b6d7[_0x599123(0xaa)](_0x37519a[_0x599123(0xd2)],_0x599123(0xbf))&&!_0x37b6d7[_0x599123(0x98)](_0x37519a);}(_0x36abab,_0x425f95));_0x16c329=_0x16c329[_0x5645f2(0xa0)](_0x42db34=>!_0x42db34['is'](_0x5645f2(0xb5),_0x5645f2(0xbf))||_0x42db34[_0x5645f2(0xcb)](_0x5645f2(0xe1))!=_0x5c058a);const _0x186ae3=new Set();for(const _0x3f0806 of _0x16c329)_0x3f0806['is'](_0x5645f2(0xb5),_0x5645f2(0xbf))?_0x186ae3[_0x5645f2(0xb1)](Le(_0x3f0806)):_0x186ae3[_0x5645f2(0xb1)](_0x3f0806);return Array[_0x5645f2(0xb9)](_0x186ae3);}(_0x1d2b4d[_0x253dda(0xb4)](),_0x2e9dcd,_0xce124f[_0x253dda(0xc9)][_0x253dda(0xe0)]);_0xce124f[_0x253dda(0xc9)][_0x253dda(0x93)](()=>{const _0x220df8=_0x253dda;for(const _0x112026 of _0x52044e)_0x46c4ac[_0x220df8(0xac)](_0x112026,{'commandName':_0x334361,'commandParams':[{'forceValue':!_0x465348[_0x220df8(0xca)]}],'formatGroupId':_0x220df8(0xa5)},Ee(_0x112026));});};}function _0x20b9f6(_0x59479d){return()=>{const _0xb3131f=_0x13cf,_0x14ba03=function(_0x27e2c9){const _0x289123=_0x13cf;let _0xa53f0f=Array[_0x289123(0xb9)](_0x27e2c9);const _0x3a24b2=_0xa53f0f[_0x289123(0xa9)](_0x417f23=>_0x289123(0xbf)!=_0x417f23[_0x289123(0xce)]);return _0x3a24b2>-0x1&&(_0xa53f0f=_0xa53f0f[_0x289123(0xe2)](0x0,_0x3a24b2)),_0xa53f0f;}(_0xce124f[_0xb3131f(0xc9)][_0xb3131f(0x99)][_0xb3131f(0xad)][_0xb3131f(0xb4)]()),_0x563eb7=_0xce124f[_0xb3131f(0xc9)][_0xb3131f(0x9b)](_0xce124f[_0xb3131f(0xc9)][_0xb3131f(0xd6)](_0x14ba03[0x0],_0xb3131f(0xa4)),_0xce124f[_0xb3131f(0xc9)][_0xb3131f(0xd6)](_0x14ba03[_0x14ba03[_0xb3131f(0xcf)]-0x1],_0xb3131f(0xc8)));_0xce124f[_0xb3131f(0xc9)][_0xb3131f(0x93)](()=>{const _0x4e9bcf=_0xb3131f;_0x46c4ac[_0x4e9bcf(0xac)](_0x563eb7,{'commandName':_0x59479d,'commandParams':[],'formatGroupId':_0x4e9bcf(0x9c)},function(_0x329df9){const _0x377305=_0x4e9bcf,_0x21308c=new Set();for(const _0xb46edc of _0x329df9){let _0x4b8382=_0xb46edc[_0x377305(0xdb)];for(;_0x4b8382&&_0x4b8382[_0x377305(0xcb)](_0x377305(0x9c))>_0xb46edc[_0x377305(0xcb)](_0x377305(0x9c));)_0x21308c[_0x377305(0xb1)](_0x4b8382),_0x4b8382=_0x4b8382[_0x377305(0xdb)];}return Array[_0x377305(0xb9)](_0x21308c);}(_0x14ba03));});};}_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xdd),_0x42b2df(_0x3e4238(0xdd))),_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xb3),_0x42b2df(_0x3e4238(0xb3))),_0x571eb7&&_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xcd),_0x42b2df(_0x3e4238(0xcd))),_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xa1),_0x20b9f6(_0x3e4238(0xa1))),_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xc2),_0x20b9f6(_0x3e4238(0xc2))),_0x571eb7&&_0x46c4ac[_0x3e4238(0xcc)](_0x3e4238(0xbd),()=>{const _0x9f1720=_0x3e4238,_0x532c5f=_0xce124f[_0x9f1720(0xd0)][_0x9f1720(0xd3)](_0x9f1720(0xbd)),_0x6eb3b8=Array[_0x9f1720(0xb9)](_0x532c5f[_0x9f1720(0x92)]);_0x6eb3b8[_0x9f1720(0xa0)](_0x319c46=>_0x319c46[_0x9f1720(0xcb)](_0x9f1720(0xa2))!=_0x532c5f[_0x9f1720(0xca)]),_0xce124f[_0x9f1720(0xc9)][_0x9f1720(0x93)](()=>{const _0x1c7641=_0x9f1720;for(const _0x52427b of _0x6eb3b8)_0x46c4ac[_0x1c7641(0xac)](_0x52427b,{'commandName':_0x1c7641(0xbd),'commandParams':[{'forceValue':!_0x532c5f[_0x1c7641(0xca)]}]});});}),_0x46c4ac[_0x3e4238(0xd4)][_0x3e4238(0xa7)](_0x3e4238(0xbf),_0x4c283d=>_0x2931f3(_0x52cd7e,_0x3e4238(0xd5),_0x4c283d)),_0x46c4ac[_0x3e4238(0xd4)][_0x3e4238(0xab)](_0x34f4af=>{const _0x2f50bc=_0x3e4238;if(_0x2f50bc(0xc5)!=_0x34f4af[_0x2f50bc(0x95)]&&_0x2f50bc(0x91)!=_0x34f4af[_0x2f50bc(0x95)])return;const {data:_0x324f9d}=_0x34f4af;if(_0x324f9d){if(_0x2f50bc(0xdd)==_0x324f9d[_0x2f50bc(0xb6)]||_0x2f50bc(0xb3)==_0x324f9d[_0x2f50bc(0xb6)]||_0x2f50bc(0xcd)==_0x324f9d[_0x2f50bc(0xb6)])switch(_0x324f9d[_0x2f50bc(0xb6)][_0x2f50bc(0xb0)](_0x2f50bc(0xc1),'')){case _0x2f50bc(0xba):return _0x1f9a13(_0x2931f3(_0x52cd7e,_0x2f50bc(0xc7)));case _0x2f50bc(0xb2):return _0x1f9a13(_0x2931f3(_0x52cd7e,_0x2f50bc(0x90)));case _0x2f50bc(0xa3):return _0x1f9a13(_0x2931f3(_0x52cd7e,_0x2f50bc(0xda)));}if(_0x2f50bc(0xa1)==_0x324f9d[_0x2f50bc(0xb6)])return{'type':_0x2f50bc(0xd7),'content':_0x2931f3(_0x52cd7e,_0x2f50bc(0xa8),_0x2931f3(_0x52cd7e,_0x2f50bc(0xd5)))};if(_0x2f50bc(0xc2)==_0x324f9d[_0x2f50bc(0xb6)])return{'type':_0x2f50bc(0xd7),'content':_0x2931f3(_0x52cd7e,_0x2f50bc(0x96),_0x2931f3(_0x52cd7e,_0x2f50bc(0xd5)))};if(_0x2f50bc(0xbd)==_0x324f9d[_0x2f50bc(0xb6)])return _0x324f9d[_0x2f50bc(0xaf)][0x0][_0x2f50bc(0xdf)]?{'type':_0x2f50bc(0xd7),'content':_0x2931f3(_0x52cd7e,_0x2f50bc(0x9a))}:{'type':_0x2f50bc(0xd7),'content':_0x2931f3(_0x52cd7e,_0x2f50bc(0x8f))};}function _0x1f9a13(_0x36a42f){const _0x2eac04=_0x2f50bc;return{'type':_0x2eac04(0xd7),'content':_0x2931f3(_0x52cd7e,_0x2eac04(0xc0),_0x36a42f)};}});}}function Le(_0x25273b){const _0x158171=_0x4aea88,_0x328595=_0x25273b[_0x158171(0xcb)](_0x158171(0x9c));if(0x0==_0x328595)return _0x25273b;let _0xe2129c=_0x25273b;for(;_0x25273b[_0x158171(0x97)]&&_0x25273b[_0x158171(0x97)]['is'](_0x158171(0xb5),_0x158171(0xbf));){const _0x59121c=_0x25273b[_0x158171(0x97)][_0x158171(0xcb)](_0x158171(0x9c));if(_0x59121c==_0x328595)_0xe2129c=_0x25273b[_0x158171(0x97)];else{if(_0x59121c<_0x328595)break;}_0x25273b=_0x25273b[_0x158171(0x97)];}return _0xe2129c;}function Ee(_0x413392){const _0xa32a15=_0x4aea88,_0xc81c7f=[];if(_0x413392['is'](_0xa32a15(0xb5),_0xa32a15(0xbf))&&_0x413392[_0xa32a15(0xcb)](_0xa32a15(0x9c))>0x0){let _0x310f50=_0x413392[_0xa32a15(0xdb)];for(;_0x310f50&&_0xa32a15(0xbf)==_0x310f50[_0xa32a15(0xce)]&&_0x310f50[_0xa32a15(0xcb)](_0xa32a15(0x9c))==_0x413392[_0xa32a15(0xcb)](_0xa32a15(0x9c));)_0xc81c7f[_0xa32a15(0xd1)](_0x310f50),_0x310f50=_0x310f50[_0xa32a15(0xdb)];}return _0xc81c7f;}