@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,5 +0,0 @@
1
- !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"*Change %0 content*":"*Change %0 content*","*Change to:* %0":"*Change to:* %0","*Check item*":"*Check item*","*Format:* %0":"*Format:* %0","*Format:* change table cell properties":"*Format:* change table cell properties","*Format:* change table properties":"*Format:* change table properties","*Format:* insert into %0":"*Format:* insert into %0","*Format:* remove from %0":"*Format:* remove from %0","*Format:* resize table":"*Format:* resize table","*Format:* set order to regular":"*Format:* set order to regular","*Format:* set order to reversed":"*Format:* set order to reversed","*Format:* set start index to %0":"*Format:* set start index to %0","*Indent:* %0":"*Indent:* %0","*Insert:* %0":"*Insert:* %0","*Merge cells*":"*Merge cells*","*Merge:* %0":"*Merge:* %0","*Outdent:* %0":"*Outdent:* %0","*Remove all formatting*":"*Remove all formatting*","*Remove format:* %0":"*Remove format:* %0","*Remove highlight*":"*Remove highlight*","*Remove image text alternative*":"*Remove image text alternative*","*Remove link*":"*Remove link*","*Remove:* %0":"*Remove:* %0","*Replace image*":"*Replace image*","*Replace table cells*":"*Replace table cells*","*Reset font background color*":"*Reset font background color*","*Reset font color*":"*Reset font color*","*Reset font family*":"*Reset font family*","*Reset font size*":"*Reset font size*","*Reset image width*":"*Reset image width*","*Set bookmark:* %0":"*Set bookmark:* %0","*Set font background color:* %0":"*Set font background color:* %0","*Set font color:* %0":"*Set font color:* %0","*Set font family:* %0":"*Set font family:* %0","*Set font size:* %0":"*Set font size:* %0","*Set format to:* %0":"*Set format to:* %0","*Set format:* %0":"*Set format:* %0","*Set highlight:* %0":"*Set highlight:* %0","*Set image text alternative:* %0":"*Set image text alternative:* %0","*Set image width:* %0":"*Set image width:* %0","*Set link:* %0":"*Set link:* %0","*Set table type:* %0":"*Set table type:* %0","*Split cell:* horizontally":"*Split cell:* horizontally","*Split cell:* vertically":"*Split cell:* vertically","*Split:* %0":"*Split:* %0","*Uncheck item*":"*Uncheck item*","Accept all selected suggestions":"Accept all selected suggestions","Accept all suggestions":"Accept all suggestions","Accept suggestion":"Accept suggestion","Discard all selected suggestions":"Discard all selected suggestions","Discard all suggestions":"Discard all suggestions","Discard suggestion":"Discard suggestion",ELEMENT_BLOCK_QUOTE:"block quote",ELEMENT_BOOKMARK:["bookmark","%0 bookmarks"],ELEMENT_BULLETED_LIST:"bulleted list",ELEMENT_BULLETED_LIST_CIRCLE:"bulleted list (circle)",ELEMENT_BULLETED_LIST_DEFAULT:"bulleted list (default)",ELEMENT_BULLETED_LIST_DISC:"bulleted list (disc)",ELEMENT_BULLETED_LIST_SQUARE:"bulleted list (square)",ELEMENT_CAPTION:"caption",ELEMENT_CODE_BLOCK:["code block","%0 code blocks"],ELEMENT_CONTENT_TABLE:["content table","%0 content tables"],ELEMENT_DEFAULT_LIST_DEFAULT:"default list style",ELEMENT_FOOTNOTE_DEFINITION:["footnote definition","%0 footnote definitions"],ELEMENT_FOOTNOTE_REF:["footnote reference","%0 footnote references"],ELEMENT_FOOTNOTES_DEFINITIONS_LIST:["footnotes definitions list","%0 footnotes definitions"],ELEMENT_HEADING:["heading (level %1)","%0 headings (level %1)"],ELEMENT_HEADING_CUSTOM:["heading (%1)","%0 headings (%1)"],ELEMENT_HORIZONTAL_LINE:["horizontal line","%0 horizontal lines"],ELEMENT_HTML_EMBED:["HTML embed","%0 HTML embeds"],ELEMENT_IMAGE:["image","%0 images"],ELEMENT_INLINE_IMAGE:["image","%0 images"],ELEMENT_LAYOUT_TABLE:["layout table","%0 layout tables"],ELEMENT_LINE_BREAK:["line break","%0 line breaks"],ELEMENT_LIST_ITEM:["list item","%0 list items"],ELEMENT_MEDIA:["media item","%0 media items"],ELEMENT_MERGE_FIELD:["merge field","%0 merge fields"],ELEMENT_MULTI_LEVEL_LIST:"multi-level list",ELEMENT_NUMBERED_LIST:"numbered list",ELEMENT_NUMBERED_LIST_ARABIC_INDIC:"numbered list (arabic-indic)",ELEMENT_NUMBERED_LIST_DECIMAL:"numbered list (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"numbered list (decimal with leading zero)",ELEMENT_NUMBERED_LIST_DEFAULT:"numbered list (default)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"numbered list (lower-latin)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"numbered list (lower-roman)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"numbered list (upper-latin)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"numbered list (upper-roman)",ELEMENT_PAGE_BREAK:["page break","%0 page breaks"],ELEMENT_PARAGRAPH:["paragraph","%0 paragraphs"],ELEMENT_SPACE:["space","%0 spaces"],ELEMENT_TABLE:["table","%0 tables"],ELEMENT_TABLE_COLUMN:["table column","%0 table columns"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["table column *with text* %1","%0 table columns *with text* %1"],ELEMENT_TABLE_OF_CONTENTS:["table of contents","%0 tables of contents"],ELEMENT_TABLE_ROW:["table row","%0 table rows"],ELEMENT_TABLE_ROW_WITH_TEXT:["table row *with text* %1","%0 table rows *with text* %1"],ELEMENT_TABLE_WITH_TEXT:"table *with text* %0",ELEMENT_TITLE:"title",ELEMENT_TODO_LIST:"to-do list",ENTER_DELETION_SUGGESTION_ANNOUNCEMENT:"Entering deletion suggestion. Press %0 to go to the discussion.",ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Entering formatting suggestion. Press %0 to go to the discussion.",ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT:"Entering insertion suggestion. Press %0 to go to the discussion.",EXTERNAL_IMPORT_WORD_SUGGESTION:"This suggestion comes from an imported Word file.",EXTERNAL_SUGGESTION:"This suggestion comes from an external source.","Final content preview":"Final content preview",FORMAT_ALIGN_TO_CENTER:"align to center",FORMAT_ALIGN_TO_LEFT:"align to left",FORMAT_ALIGN_TO_RIGHT:"align to right",FORMAT_ALIGNMENT:"alignment",FORMAT_BOLD:"bold",FORMAT_CODE:"code",FORMAT_FONT_BACKGROUND:"font background color",FORMAT_FONT_COLOR:"font color",FORMAT_FONT_FAMILY:"font family",FORMAT_FONT_SIZE:"font size",FORMAT_FOOTNOTES_LIST_START:"footnotes list start",FORMAT_FOOTNOTES_LIST_STYLE:"footnotes list style",FORMAT_HEADER_COLUMN:"header column",FORMAT_HEADER_ROW:"header row",FORMAT_HIGHLIGHT:"highlight",FORMAT_IMAGE_SIZE:"image size",FORMAT_INDENT:"indent",FORMAT_ITALIC:"italic",FORMAT_JUSTIFY_TEXT:"justify",FORMAT_LINE_HEIGHT:"line height",FORMAT_LIST_REVERSED:"list reversed",FORMAT_LIST_START:"list start",FORMAT_REGULAR_COLUMN:"regular column",FORMAT_REGULAR_ROW:"regular row",FORMAT_RESTRICTED_DISABLED:"*Disable in restricted editing mode*",FORMAT_RESTRICTED_ENABLED:"*Enable in restricted editing mode*",FORMAT_SIDE_IMAGE:"side image",FORMAT_STRIKETHROUGH:"strikethrough",FORMAT_STYLE:"style",FORMAT_SUBSCRIPT:"subscript",FORMAT_SUPERSCRIPT:"superscript",FORMAT_TABLE_ALIGNMENT:"table alignment",FORMAT_TABLE_BACKGROUND_COLOR:"table background color",FORMAT_TABLE_BORDER_COLOR:"table border color",FORMAT_TABLE_BORDER_STYLE:"table border style",FORMAT_TABLE_BORDER_WIDTH:"table border width",FORMAT_TABLE_CELL_BACKGROUND_COLOR:"table cell background color",FORMAT_TABLE_CELL_BORDER_COLOR:"table cell border color",FORMAT_TABLE_CELL_BORDER_STYLE:"table cell border style",FORMAT_TABLE_CELL_BORDER_WIDTH:"table cell border width",FORMAT_TABLE_CELL_HEIGHT:"table cell height",FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT:"table cell horizontal alignment",FORMAT_TABLE_CELL_PADDING:"table cell padding",FORMAT_TABLE_CELL_TYPE:"table cell type",FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT:"table cell vertical alignment",FORMAT_TABLE_CELL_WIDTH:"table cell width",FORMAT_TABLE_HEIGHT:"table height",FORMAT_TABLE_WIDTH:"table width",FORMAT_UNDERLINE:"underline",LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT:"Leaving deletion suggestion.",LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Leaving formatting suggestion.",LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT:"Leaving insertion suggestion.",PENDING_ACTION_SUGGESTION:"Unsaved change in suggestion.","Preview final content":"Preview final content",REPLACE_TEXT:"*Replace:* %0 *with* %1",SUGGESTION_THREAD_ARIA_LABEL:["Suggestion by %1. Created on %2. %0 reply. %3","Suggestion by %1. Created on %2. %0 replies. %3"],SUGGESTION_THREAD_DESCRIPTION:"Press Enter for more options. Press Escape to exit.","Track changes":"Track changes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
- /*!
3
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4
- * For licensing, see LICENSE.md.
5
- */(()=>{var t={102:t=>{"use strict";var e={};t.exports=function(t,n){var s=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(n)}},106:t=>{"use strict";t.exports=function(t){return t[1]}},123:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},237:t=>{"use strict";t.exports=CKEditor5.dll},297:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function s(t,e,s,r){var i;if(s)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,i);else{var a=document.createTextNode(i),c=t.childNodes;c[e]&&t.removeChild(c[e]),c.length?t.insertBefore(a,c[e]):t.appendChild(a)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){s(n,e,!1,t)},remove:function(t){s(n,e,!0,t)}}}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},741:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},779:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",s=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),s&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),s&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,s,r,i){"string"==typeof t&&(t=[[null,t,void 0]]);var o={};if(s)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(o[c]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);s&&o[l[0]]||(void 0!==i&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=i),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),r&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=r):l[4]="".concat(r)),e.push(l))}},e}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},847:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var s=n(106),r=n.n(s),i=n(779),o=n.n(i)()(r());o.push([t.id,".ck.ck-track-changes-preview{max-height:80vh;max-width:80vw;overflow-x:hidden;user-select:text}.ck.ck-content.ck-track-changes-preview__root-container[data-ck-root-name]{border:none;margin:0}",""]);const a=o},929:t=>{"use strict";var e=[];function n(t){for(var n=-1,s=0;s<e.length;s++)if(e[s].identifier===t){n=s;break}return n}function s(t,s){for(var i={},o=[],a=0;a<t.length;a++){var c=t[a],u=s.base?c[0]+s.base:c[0],l=i[u]||0,f="".concat(u," ").concat(l);i[u]=l+1;var h=n(f),d={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)e[h].references++,e[h].updater(d);else{var g=r(d,s);s.byIndex=a,e.splice(a,0,{identifier:f,updater:g,references:1})}o.push(f)}return o}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var i=s(t=t||[],r=r||{});return function(t){t=t||[];for(var o=0;o<i.length;o++){var a=n(i[o]);e[a].references--}for(var c=s(t,r),u=0;u<i.length;u++){var l=n(i[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}i=c}}}},e={};function n(s){var r=e[s];if(void 0!==r)return r.exports;var i=e[s]={id:s,exports:{}};return t[s](i,i.exports,n),i.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var s in e)n.o(e,s)&&!n.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:e[s]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var s={};(()=>{"use strict";n.r(s),n.d(s,{AcceptSuggestionCommand:()=>p,BaseSuggestionThreadView:()=>eo,DiscardSuggestionCommand:()=>T,ExecuteOnAllSuggestionsCommand:()=>O,ExecuteOnSelectedSuggestionsCommand:()=>v,PreviewFinalContentCommand:()=>vo,Suggestion:()=>Dt,SuggestionDescriptionFactory:()=>Ut,SuggestionThreadView:()=>io,SuggestionView:()=>uo,TrackChanges:()=>To,TrackChangesCommand:()=>f,TrackChangesData:()=>Ao,TrackChangesDataGetter:()=>yo,TrackChangesEditing:()=>Fi,TrackChangesPreview:()=>Qo,TrackChangesUI:()=>go});var t=n(782),e=n(584),r=n(355),i=n(311),o=n(211),a=n(783);function c(t,e){const n=l();return(c=function(t,e){return n[t-=134]})(t,e)}const u=c;function l(){const t=["615230NyKEor","forceDisabled","1509935LBudMC","1113352uMPIbv","affectsData","editor","_enableCommands","execute","TrackChangesCommand","commands","5724220cuegxF","13314NvzEkP","_isEnabledBasedOnSelection","3NJedBc","has","10908250sGUkJD","_enabledCommands","107080HLzTXG","isEnabled","value","refresh","_disableUnsupportedCommands","936XczCgN","2933tbqsCp","clearForceDisabled"];return(l=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(862591===-parseInt(e(151))/1+-parseInt(e(148))/2+-parseInt(e(136))/3*(parseInt(e(158))/4)+parseInt(e(150))/5+-parseInt(e(134))/6*(-parseInt(e(146))/7)+parseInt(e(140))/8*(parseInt(e(145))/9)+parseInt(e(138))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class f extends t.Command{[u(139)];constructor(t,e){const n=u;super(t),this[n(139)]=e,this[n(142)]=!1,this[n(143)](),this[n(135)]=!1}[u(143)](){this[u(141)]=!0}[u(155)](){const t=u;this[t(142)]=!this[t(142)],this[t(142)]?this[t(144)]():this[t(154)]()}[u(144)](){const t=u;for(const e of this[t(153)][t(157)][t(157)]())e[t(152)]&&!this[t(139)][t(137)](e)&&e[t(149)](t(156))}[u(154)](){const t=u;for(const e of this[t(153)][t(157)][t(157)]())e[t(152)]&&!this[t(139)][t(137)](e)&&e[t(147)](t(156))}}const h=g;function d(){const t=["TrackChangesEditing","2635evFirq","4eFCCeO","146wKvbxR","646576oOqoVb","track-changes-accept-suggestion-not-found","531433ZavfWJ","6323sLSYmW","2658JBdHaz","refresh","2657112bLGgYV","159070nRQGPx","366297xETFgv","getRanges","plugins","_suggestions","execute","model","isEnabled","get","_isEnabledBasedOnSelection","11PZTZjA","acceptSuggestion","45ThBBFW","canEditAt","editor"];return(d=function(){return t})()}function g(t,e){const n=d();return(g=function(t,e){return n[t-=227]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(252813===-parseInt(e(244))/1*(-parseInt(e(240))/2)+parseInt(e(249))/3*(-parseInt(e(239))/4)+-parseInt(e(238))/5*(parseInt(e(245))/6)+-parseInt(e(243))/7+parseInt(e(241))/8+-parseInt(e(234))/9*(parseInt(e(248))/10)+-parseInt(e(232))/11*(-parseInt(e(247))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class p extends t.Command{[h(252)];constructor(t,e){const n=h;super(t),this[n(252)]=e,this[n(246)](),this[n(231)]=!1}[h(246)](){this[h(229)]=!0}[h(227)](t){const n=h,s=this[n(252)][n(230)](t);if(!s)throw new e.CKEditorError(n(242),this);const r=s[n(250)]();this[n(236)][n(228)][n(235)](r)&&this[n(236)][n(251)][n(230)](n(237))[n(233)](s)}}function m(){const t=["discardSuggestion","1023692rVxltu","835015WgLTJq","4772106IuRFZB","track-changes-discard-suggestion-not-found","isEnabled","11086MBdJUV","execute","canEditAt","2dSHiLT","refresh","4615597LvXtFF","TrackChangesEditing","get","plugins","8wMfaTm","getRanges","editor","_isEnabledBasedOnSelection","_suggestions","6QukdKr","1831272RMCukO","model","1547800IhUSgu"];return(m=function(){return t})()}const I=E;function E(t,e){const n=m();return(E=function(t,e){return n[t-=475]})(t,e)}!function(t){const e=E,n=t();for(;;)try{if(404341===-parseInt(e(477))/1*(parseInt(e(498))/2)+parseInt(e(489))/3+parseInt(e(493))/4+-parseInt(e(494))/5+parseInt(e(488))/6*(-parseInt(e(479))/7)+parseInt(e(483))/8*(parseInt(e(495))/9)+-parseInt(e(491))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(m);class T extends t.Command{[I(487)];constructor(t,e){const n=I;super(t),this[n(487)]=e,this[n(478)](),this[n(486)]=!1}[I(478)](){this[I(497)]=!0}[I(475)](t){const n=I,s=this[n(487)][n(481)](t);if(!s)throw new e.CKEditorError(n(496),this);const r=s[n(484)]();this[n(485)][n(490)][n(476)](r)&&this[n(485)][n(482)][n(481)](n(480))[n(492)](s)}}function b(t,e){const n=C();return(b=function(t,e){return n[t-=338]})(t,e)}function _(t,e){const n=b;let s="";return s+=t[n(349)]("*")[n(354)]((t,e)=>e%2!=0?n(382)+A(t)+n(347):A(t))[n(343)](""),e&&(s+=n(359)+e[n(369)]+n(389)+e[n(339)]+n(376)),s}function A(t){const e=b,n=document[e(342)](e(356));return n[e(374)]=t,n[e(344)]}function L(t){const e=b;return t[e(373)]((t,n)=>e(345)===t[e(391)]&&e(345)!==n[e(391)]?-1:e(345)!==t[e(391)]&&e(345)===n[e(391)]?1:e(370)==t[e(391)]&&e(370)!=n[e(391)]?-1:e(370)!=t[e(391)]&&e(370)==n[e(391)]?1:0)}function y(t,e){const n=b;let s,r=0;const i=[],o=e[n(377)];for(;r<t[n(368)];){const a=t[r],c=t[r+1];s||(s=e[n(365)](a)),R(e,a,c)||(i[n(375)](e[n(383)](s,o[n(367)](a)?e[n(372)](a):e[n(338)](a,n(390)))),s=null),r++}return i}function C(){const t=["createPositionAt","title","1728279tWJjaM","75aSJwFO","createElement","join","innerHTML","attribute","next","</span>","isTouching","split","98012HbqsdI","change","1818198JUsfTf","start","map","getRanges","span","isInContent"," [color ",'<span class="ck-suggestion-color" style="background-color: ',"4576472YIbWWx","isIntersecting","splice","7UictYA","4872840saWQvC","createPositionBefore","from","isObject","length","value","deletion","isArray","createPositionAfter","sort","innerText","push",'"></span>',"schema","color","execute","7344324hyDInz","replace",'<span class="ck-suggestion-type">',"createRange","isCollapsed","add","content","27391EvvaRp","isMultiRange",'" title="',"end","type"];return(C=function(){return t})()}function R(t,e,n){const s=b;if(!n)return!1;const r=t[s(372)](e),i=t[s(365)](n);return r[s(348)](i)}!function(t){const e=b,n=t();for(;;)try{if(514025===-parseInt(e(387))/1+parseInt(e(352))/2+-parseInt(e(340))/3+-parseInt(e(350))/4*(parseInt(e(341))/5)+-parseInt(e(364))/6+parseInt(e(363))/7*(parseInt(e(360))/8)+parseInt(e(380))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(C);function N(t,e,n){const s=b;for(;n[s(368)];){const r=n[s(362)](0,100);t[s(351)](()=>{const t=s;for(const n of r)n[t(357)]&&e[t(379)](n.id)})}}function k(t,e){const n=M();return(k=function(t,e){return n[t-=126]})(t,e)}const S=k;!function(t){const e=k,n=t();for(;;)try{if(892741===parseInt(e(150))/1+-parseInt(e(149))/2*(-parseInt(e(135))/3)+-parseInt(e(126))/4*(parseInt(e(147))/5)+parseInt(e(143))/6+-parseInt(e(141))/7*(-parseInt(e(138))/8)+parseInt(e(148))/9+parseInt(e(142))/10*(-parseInt(e(131))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class O extends t.Command{[S(136)];[S(129)];constructor(t,e,n){const s=S;super(t),this[s(136)]=e,this[s(129)]=n,this[s(140)](),this[s(134)]=!1}[S(140)](){const t=S,e=Array[t(133)](this[t(129)][t(137)]())[t(144)](e=>e[t(130)]);this[t(146)]=this[t(136)][t(146)]&&e}[S(139)](){const t=S,e=L(Array[t(133)](this[t(129)][t(137)]()));for(const n of e){const e=n[t(132)]();if(!this[t(128)][t(127)][t(145)](e))return}N(this[t(128)][t(127)],this[t(136)],e)}}function M(){const t=["_isEnabledBasedOnSelection","617421zZRABF","_command","values","295352bDLkRq","execute","refresh","259cgMqJR","16560WKcmgh","7504530Nyqizd","some","canEditAt","isEnabled","23605uonCyQ","1794582HKpgHn","14QhHxLt","322321OVEbeb","132xFgpeY","model","editor","_suggestions","isInContent","23452RMtckN","getRanges","from"];return(M=function(){return t})()}function w(){const t=["1569222JQbcFs","10meHCBb","from","editor","size","25628rTGfZJ","isEnabled","_isEnabledBasedOnSelection","_suggestions","canEditAt","values","_command","95971UDvipZ","selection","847195FPLoJK","model","_selectedSuggestions","document","6395378xcCsRg","refresh","2RBtqfK","36bkTBsG","getRanges","679836XlSWLO","execute","229628lQkKPR","16ymjyez"];return(w=function(){return t})()}const F=D;function D(t,e){const n=w();return(D=function(t,e){return n[t-=335]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(114168===-parseInt(e(358))/1*(-parseInt(e(339))/2)+-parseInt(e(340))/3*(-parseInt(e(351))/4)+parseInt(e(360))/5+parseInt(e(342))/6+parseInt(e(344))/7*(parseInt(e(345))/8)+parseInt(e(346))/9+-parseInt(e(347))/10*(parseInt(e(337))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends t.Command{[F(357)];[F(354)];[F(335)];constructor(t,e,n){const s=F;super(t),this[s(357)]=e,this[s(354)]=n,this[s(335)]=new Set,this[s(338)](),this[s(353)]=!1}[F(338)](){const t=F,e=this[t(349)][t(361)][t(336)][t(359)],n=Array[t(348)](this[t(354)][t(356)]());this[t(335)]=function(t,e){const n=b,s=Array[n(366)](t[n(355)]()),r=new Set;for(const i of e)if(i[n(357)])for(const e of s)for(const s of i[n(355)]())(e[n(361)](s)||t[n(384)]&&!i[n(388)]&&i[n(346)]&&s[n(390)][n(348)](e[n(353)]))&&r[n(385)](i);return r}(e,n),this[t(352)]=this[t(357)][t(352)]&&!!this[t(335)][t(350)]}[F(343)](){const t=F,e=L(Array[t(348)](this[t(335)]));for(const n of e){const e=n[t(341)]();if(!this[t(349)][t(361)][t(355)](e))return}N(this[t(349)][t(361)],this[t(357)],e)}}function B(t){return Object.getOwnPropertySymbols(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e))}function P(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const x="[object RegExp]",U="[object String]",G="[object Number]",V="[object Boolean]",j="[object Arguments]",H="[object Symbol]",W="[object Date]",K="[object Map]",z="[object Set]",X="[object Array]",q="[object ArrayBuffer]",Y="[object Object]",Z="[object DataView]",Q="[object Uint8Array]",J="[object Uint8ClampedArray]",$="[object Uint16Array]",tt="[object Uint32Array]",et="[object Int8Array]",nt="[object Int16Array]",st="[object Int32Array]",rt="[object Float32Array]",it="[object Float64Array]";function ot(t,e,n,s=new Map,r=void 0){const i=r?.(t,e,n,s);if(null!=i)return i;if(null==(o=t)||"object"!=typeof o&&"function"!=typeof o)return t;var o,a;if(s.has(t))return s.get(t);if(Array.isArray(t)){const e=new Array(t.length);s.set(t,e);for(let i=0;i<t.length;i++)e[i]=ot(t[i],i,n,s,r);return Object.hasOwn(t,"index")&&(e.index=t.index),Object.hasOwn(t,"input")&&(e.input=t.input),e}if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp){const e=new RegExp(t.source,t.flags);return e.lastIndex=t.lastIndex,e}if(t instanceof Map){const e=new Map;s.set(t,e);for(const[i,o]of t)e.set(i,ot(o,i,n,s,r));return e}if(t instanceof Set){const e=new Set;s.set(t,e);for(const i of t)e.add(ot(i,void 0,n,s,r));return e}if("undefined"!=typeof Buffer&&Buffer.isBuffer(t))return t.subarray();if(a=t,ArrayBuffer.isView(a)&&!(a instanceof DataView)){const e=new(Object.getPrototypeOf(t).constructor)(t.length);s.set(t,e);for(let i=0;i<t.length;i++)e[i]=ot(t[i],i,n,s,r);return e}if(t instanceof ArrayBuffer||"undefined"!=typeof SharedArrayBuffer&&t instanceof SharedArrayBuffer)return t.slice(0);if(t instanceof DataView){const e=new DataView(t.buffer.slice(0),t.byteOffset,t.byteLength);return s.set(t,e),at(e,t,n,s,r),e}if("undefined"!=typeof File&&t instanceof File){const e=new File([t],t.name,{type:t.type});return s.set(t,e),at(e,t,n,s,r),e}if(t instanceof Blob){const e=new Blob([t],{type:t.type});return s.set(t,e),at(e,t,n,s,r),e}if(t instanceof Error){const e=new t.constructor;return s.set(t,e),e.message=t.message,e.name=t.name,e.stack=t.stack,e.cause=t.cause,at(e,t,n,s,r),e}if("object"==typeof t&&function(t){switch(P(t)){case j:case X:case q:case Z:case V:case W:case rt:case it:case et:case nt:case st:case K:case G:case Y:case x:case z:case U:case H:case Q:case J:case $:case tt:return!0;default:return!1}}(t)){const e=Object.create(Object.getPrototypeOf(t));return s.set(t,e),at(e,t,n,s,r),e}return t}function at(t,e,n=t,s,r){const i=[...Object.keys(e),...B(e)];for(let o=0;o<i.length;o++){const a=i[o],c=Object.getOwnPropertyDescriptor(t,a);(null==c||c.writable)&&(t[a]=ot(e[a],a,n,s,r))}}function ct(t,e){return function(t,e){return ot(t,void 0,t,new Map,e)}(t,(n,s,r,i)=>{const o=e?.(n,s,r,i);if(null!=o)return o;if("object"==typeof t)switch(Object.prototype.toString.call(t)){case G:case U:case V:{const e=new t.constructor(t?.valueOf());return at(e,t),e}case j:{const e={};return at(e,t),e.length=t.length,e[Symbol.iterator]=t[Symbol.iterator],e}default:return}})}function ut(t){return ct(t)}function lt(t){return"__proto__"===t}function ft(t,e){return t===e||Number.isNaN(t)&&Number.isNaN(e)}const ht=(t,e,n)=>{const s=t[e];Object.hasOwn(t,e)&&ft(s,n)&&(void 0!==n||e in t)||(t[e]=n)},dt=/^(?:0|[1-9]\d*)$/;function gt(t,e=Number.MAX_SAFE_INTEGER){switch(typeof t){case"number":return Number.isInteger(t)&&t>=0&&t<e;case"symbol":return!1;case"string":return dt.test(t)}}const pt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,mt=/^\w*$/;function It(t,e){return!Array.isArray(t)&&(!("number"!=typeof t&&"boolean"!=typeof t&&null!=t&&!function(t){return"symbol"==typeof t||t instanceof Symbol}(t))||("string"==typeof t&&(mt.test(t)||!pt.test(t))||null!=e&&Object.hasOwn(e,t)))}function Et(t){return"string"==typeof t||"symbol"==typeof t?t:Object.is(t?.valueOf?.(),-0)?"-0":String(t)}function Tt(t){return null!==t&&("object"==typeof t||"function"==typeof t)}function bt(t){const e=[],n=t.length;if(0===n)return e;let s=0,r="",i="",o=!1;for(46===t.charCodeAt(0)&&(e.push(""),s++);s<n;){const a=t[s];i?"\\"===a&&s+1<n?(s++,r+=t[s]):a===i?i="":r+=a:o?'"'===a||"'"===a?i=a:"]"===a?(o=!1,e.push(r),r=""):r+=a:"["===a?(o=!0,r&&(e.push(r),r="")):"."===a?r&&(e.push(r),r=""):r+=a,s++}return r&&e.push(r),e}function _t(t,e,n){return function(t,e,n,s){if(null==t&&!Tt(t))return t;const r=It(e,t)?[e]:Array.isArray(e)?e:"string"==typeof e?bt(e):[e];let i=t;for(let e=0;e<r.length&&null!=i;e++){const o=Et(r[e]);if(lt(o))continue;let a;if(e===r.length-1)a=n(i[o]);else{const n=i[o],c=s?.(n,o,t);a=void 0!==c?c:Tt(n)?n:gt(r[e+1])?[]:{}}ht(i,o,a),i=i[o]}return t}(t,e,()=>n,()=>{})}function At(t){if(!t||"object"!=typeof t)return!1;const e=Object.getPrototypeOf(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e))&&"[object Object]"===Object.prototype.toString.call(t)}function Lt(t,e,n,s,r,i,o){const a=o(t,e,n,s,r,i);if(void 0!==a)return a;if(typeof t==typeof e)switch(typeof t){case"bigint":case"string":case"boolean":case"symbol":case"undefined":case"function":return t===e;case"number":return t===e||Object.is(t,e);case"object":return yt(t,e,i,o)}return yt(t,e,i,o)}function yt(t,e,n,s){if(Object.is(t,e))return!0;let r=P(t),i=P(e);if(r===j&&(r=Y),i===j&&(i=Y),r!==i)return!1;switch(r){case U:return t.toString()===e.toString();case G:return ft(t.valueOf(),e.valueOf());case V:case W:case H:return Object.is(t.valueOf(),e.valueOf());case x:return t.source===e.source&&t.flags===e.flags;case"[object Function]":return t===e}const o=(n=n??new Map).get(t),a=n.get(e);if(null!=o&&null!=a)return o===e;n.set(t,e),n.set(e,t);try{switch(r){case K:if(t.size!==e.size)return!1;for(const[r,i]of t.entries())if(!e.has(r)||!Lt(i,e.get(r),r,t,e,n,s))return!1;return!0;case z:{if(t.size!==e.size)return!1;const r=Array.from(t.values()),i=Array.from(e.values());for(let o=0;o<r.length;o++){const a=r[o],c=i.findIndex(r=>Lt(a,r,void 0,t,e,n,s));if(-1===c)return!1;i.splice(c,1)}return!0}case X:case Q:case J:case $:case tt:case"[object BigUint64Array]":case et:case nt:case st:case"[object BigInt64Array]":case rt:case it:if("undefined"!=typeof Buffer&&Buffer.isBuffer(t)!==Buffer.isBuffer(e))return!1;if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(!Lt(t[r],e[r],r,t,e,n,s))return!1;return!0;case q:return t.byteLength===e.byteLength&&yt(new Uint8Array(t),new Uint8Array(e),n,s);case Z:return t.byteLength===e.byteLength&&t.byteOffset===e.byteOffset&&yt(new Uint8Array(t),new Uint8Array(e),n,s);case"[object Error]":return t.name===e.name&&t.message===e.message;case Y:{if(!(yt(t.constructor,e.constructor,n,s)||At(t)&&At(e)))return!1;const r=[...Object.keys(t),...B(t)],i=[...Object.keys(e),...B(e)];if(r.length!==i.length)return!1;for(let i=0;i<r.length;i++){const o=r[i],a=t[o];if(!Object.hasOwn(e,o))return!1;if(!Lt(a,e[o],o,t,e,n,s))return!1}return!0}default:return!1}}finally{n.delete(t),n.delete(e)}}function Ct(){}function Rt(t,e){return function(t,e,n){return Lt(t,e,void 0,void 0,void 0,void 0,n)}(t,e,Ct)}function Nt(t){switch(typeof t){case"number":case"symbol":return!1;case"string":return t.includes(".")||t.includes("[")||t.includes("]")}}function kt(t,e,n){if(null==t)return n;switch(typeof e){case"string":{if(lt(e))return n;const s=t[e];return void 0===s?Nt(e)?kt(t,bt(e),n):n:s}case"number":case"symbol":{"number"==typeof e&&(e=Et(e));const s=t[e];return void 0===s?n:s}default:{if(Array.isArray(e))return function(t,e,n){if(0===e.length)return n;let s=t;for(let t=0;t<e.length;t++){if(null==s)return n;if(lt(e[t]))return n;s=s[e[t]]}if(void 0===s)return n;return s}(t,e,n);if(lt(e=Object.is(e?.valueOf(),-0)?"-0":String(e)))return n;const s=t[e];return void 0===s?n:s}}}function St(t,e){if(null==t)return!0;switch(typeof e){case"symbol":case"number":case"object":if(Array.isArray(e))return Ot(t,e);if("number"==typeof e?e=Et(e):"object"==typeof e&&(e=Object.is(e?.valueOf(),-0)?"-0":String(e)),lt(e))return!1;if(void 0===t?.[e])return!0;try{return delete t[e],!0}catch{return!1}case"string":if(void 0===t?.[e]&&Nt(e))return Ot(t,bt(e));if(lt(e))return!1;try{return delete t[e],!0}catch{return!1}}}function Ot(t,e){const n=kt(t,e.slice(0,-1),t),s=e[e.length-1];if(void 0===n?.[s])return!0;if(lt(s))return!1;try{return delete n[s],!0}catch{return!1}}const Mt=Ft;function wt(){const t=["removeMarkers","split","onAccept","map","_onAttributesChange","author","4109281XHZmQs","getAllAdjacentSuggestions","push","clear","createdAt","head","toJSON","start","4599735BbOysq","originalSuggestionId","getMultiRangeId","addRange","_markerNames","getItems","size","getFirstMarker","addMarkerName","substr","23896NDVmln","isInContent","_onDiscard","addMarker","length","getMarkers","102NywWTr","type","isIntersecting","suggestion:","commentThread","set","setAttribute","39327wtajgW","getContainedElement","36NELiNQ","removeMarker","end","nodeBefore","next","markers","840326ovkPpc","from","755944pmHiie","@external","change","getFirstRange","hasComments","isIntersectingWithRange","previous","creator","getRange","isExternal","_onAccept","_model","onAttributesChange","getMarkerNames","45IHRhpy","onDiscard","getRanges","authoredAt","filter","isMultiRange","removeAttribute","_saved","accept","_originalSuggestionId","add","discard","attributes","nodeAfter","2548156CemTCV","subType","get","data","_isDataLoaded","decorate","delete","reduce","30gkWGqO"];return(wt=function(){return t})()}function Ft(t,e){const n=wt();return(Ft=function(t,e){return n[t-=131]})(t,e)}!function(t){const e=Ft,n=t();for(;;)try{if(557623===-parseInt(e(148))/1+parseInt(e(133))/2*(-parseInt(e(140))/3)+-parseInt(e(178))/4+parseInt(e(201))/5+parseInt(e(142))/6*(parseInt(e(150))/7)+parseInt(e(211))/8*(parseInt(e(164))/9)+-parseInt(e(186))/10*(-parseInt(e(193))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt);class Dt extends((0,e.ObservableMixin)()){id;[Mt(134)];[Mt(179)];[Mt(192)];[Mt(157)];[Mt(159)];[Mt(181)];[Mt(197)];[Mt(173)];[Mt(182)]=!1;[Mt(161)];[Mt(160)];[Mt(213)];[Mt(191)];[Mt(205)];constructor(t,e){const n=Mt;super(),this.id=e.id,this[n(134)]=e[n(134)],this[n(179)]=e[n(179)]||null,this[n(192)]=e[n(192)],this[n(157)]=e[n(157)]||e[n(192)],this[n(159)]=Boolean(e[n(176)]&&e[n(176)][n(151)]),this[n(181)]=null,this[n(173)]=e[n(202)]||null,this[n(161)]=t,this[n(160)]=e[n(189)],this[n(213)]=e[n(165)],this[n(191)]=e[n(162)],this[n(205)]=new Set,this[n(197)]=null,this[n(138)](n(167),null),this[n(138)](n(176),e[n(176)]||{}),this[n(138)](n(156),null),this[n(138)](n(146),null),this[n(138)](n(137),null),this[n(138)](n(171),!1),this[n(183)](n(172)),this[n(183)](n(175))}get[Mt(198)](){const t=Mt;let e=this;for(;e[t(156)];)e=e[t(156)];return e}get[Mt(154)](){const t=Mt;return!!this[t(137)]&&this[t(137)][t(131)]>0}get[Mt(169)](){const t=Mt;return 0!=this[t(205)][t(207)]&&6==Array[t(149)](this[t(205)])[0][t(188)](":")[t(131)]}get[Mt(212)](){return null!==this[Mt(208)]()}[Mt(209)](t){const e=Mt;this[e(205)][e(174)](t)}[Mt(163)](){const t=Mt;return Array[t(149)](this[t(205)])}[Mt(132)](){const t=Mt;return this[t(163)]()[t(190)](e=>this[t(161)][t(147)][t(180)](e))[t(168)](t=>t)}[Mt(208)](){return this[Mt(132)]()[0]||null}[Mt(187)](){const t=Mt;this[t(161)][t(152)](e=>{const n=t;for(const t of this[n(132)]())e[n(143)](t)}),this[t(205)][t(196)]()}[Mt(143)](t){const e=Mt;this[e(161)][e(152)](n=>{n[e(143)](t)}),this[e(205)][e(184)](t)}[Mt(204)](t){const e=Mt,n=e(136)+this[e(134)]+":"+this[e(179)]+":"+this.id+":"+this[e(157)].id+":"+Dt[e(203)]();this[e(209)](n),this[e(161)][e(152)](s=>{s[e(214)](n,{range:t,usingOperation:!0,affectsData:!0})})}[Mt(155)](t){const e=Mt;for(const n of this[e(166)]())if(n[e(135)](t))return!0;return!1}[Mt(166)](){const t=Mt;return this[t(132)]()[t(190)](e=>e[t(158)]())}[Mt(206)](){const t=Mt;return this[t(166)]()[t(185)]((e,n)=>[...e,...n[t(206)]()],[])}[Mt(153)](){const t=Mt;return this[t(208)]()?.[t(158)]()||null}[Mt(141)](){const t=Mt,e=this[t(166)]();if(1!=e[t(131)])return null;const n=e[0],s=n[t(200)][t(177)],r=n[t(144)][t(145)];return s instanceof a.ModelElement?s!=r?null:s:null}[Mt(172)](){const t=Mt;this[t(160)](this[t(166)](),this[t(181)],this[t(176)]),this[t(187)]()}[Mt(175)](){const t=Mt;this[t(213)](this[t(166)](),this[t(181)],this[t(176)]),this[t(187)]()}[Mt(194)](){const t=Mt,e=[];let n=this[t(198)];for(;n;)e[t(195)](n),n=n[t(146)];return e}[Mt(139)](t,e){const n=Mt,s=ut(this[n(176)]);_t(s,t,e),Rt(s,this[n(176)])||(this[n(176)]=s,this[n(191)](s))}[Mt(170)](t){const e=Mt,n=ut(this[e(176)]);St(n,t),Rt(n,this[e(176)])||(this[e(176)]=n,this[e(191)](this[e(176)]))}[Mt(199)](){const t=Mt;return{id:this.id,type:this[t(179)]?this[t(134)]+":"+this[t(179)]:this[t(134)],authorId:this[t(157)].id,createdAt:this[t(197)],hasComments:this[t(154)],data:this[t(181)],attributes:this[t(176)]}}static[Mt(203)](){const t=Mt;return(0,e.uid)()[t(210)](1,5)}}function vt(t,e,n){const s=t.t,r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"Preview final content":return r("Preview final content");case"Final content preview":return r("Final content preview");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image*":return r("*Replace image*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set bookmark:* %0":return r("*Set bookmark:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Set table type:* %0":return r("*Set table type:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_CONTENT_TABLE":return r({string:"content table",plural:"%0 content tables",id:"ELEMENT_CONTENT_TABLE"},n);case"ELEMENT_LAYOUT_TABLE":return r({string:"layout table",plural:"%0 layout tables",id:"ELEMENT_LAYOUT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_NUMBERED_LIST_ARABIC_INDIC":return r({string:"numbered list (arabic-indic)",id:"ELEMENT_NUMBERED_LIST_ARABIC_INDIC"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"FORMAT_LINE_HEIGHT":return r({string:"line height",id:"FORMAT_LINE_HEIGHT"});case"FORMAT_TABLE_BORDER_COLOR":return r({string:"table border color",id:"FORMAT_TABLE_BORDER_COLOR"});case"FORMAT_TABLE_BORDER_STYLE":return r({string:"table border style",id:"FORMAT_TABLE_BORDER_STYLE"});case"FORMAT_TABLE_BORDER_WIDTH":return r({string:"table border width",id:"FORMAT_TABLE_BORDER_WIDTH"});case"FORMAT_TABLE_ALIGNMENT":return r({string:"table alignment",id:"FORMAT_TABLE_ALIGNMENT"});case"FORMAT_TABLE_WIDTH":return r({string:"table width",id:"FORMAT_TABLE_WIDTH"});case"FORMAT_TABLE_HEIGHT":return r({string:"table height",id:"FORMAT_TABLE_HEIGHT"});case"FORMAT_TABLE_BACKGROUND_COLOR":return r({string:"table background color",id:"FORMAT_TABLE_BACKGROUND_COLOR"});case"FORMAT_TABLE_CELL_BORDER_COLOR":return r({string:"table cell border color",id:"FORMAT_TABLE_CELL_BORDER_COLOR"});case"FORMAT_TABLE_CELL_BORDER_STYLE":return r({string:"table cell border style",id:"FORMAT_TABLE_CELL_BORDER_STYLE"});case"FORMAT_TABLE_CELL_BORDER_WIDTH":return r({string:"table cell border width",id:"FORMAT_TABLE_CELL_BORDER_WIDTH"});case"FORMAT_TABLE_CELL_PADDING":return r({string:"table cell padding",id:"FORMAT_TABLE_CELL_PADDING"});case"FORMAT_TABLE_CELL_WIDTH":return r({string:"table cell width",id:"FORMAT_TABLE_CELL_WIDTH"});case"FORMAT_TABLE_CELL_HEIGHT":return r({string:"table cell height",id:"FORMAT_TABLE_CELL_HEIGHT"});case"FORMAT_TABLE_CELL_BACKGROUND_COLOR":return r({string:"table cell background color",id:"FORMAT_TABLE_CELL_BACKGROUND_COLOR"});case"FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT":return r({string:"table cell horizontal alignment",id:"FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT"});case"FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT":return r({string:"table cell vertical alignment",id:"FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT"});case"FORMAT_TABLE_CELL_TYPE":return r({string:"table cell type",id:"FORMAT_TABLE_CELL_TYPE"});case"FORMAT_FOOTNOTES_LIST_STYLE":return r({string:"footnotes list style",id:"FORMAT_FOOTNOTES_LIST_STYLE"});case"FORMAT_FOOTNOTES_LIST_START":return r({string:"footnotes list start",id:"FORMAT_FOOTNOTES_LIST_START"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_FOOTNOTE_REF":return r({string:"footnote reference",plural:"%0 footnote references",id:"ELEMENT_FOOTNOTE_REF"},n);case"ELEMENT_FOOTNOTE_DEFINITION":return r({string:"footnote definition",plural:"%0 footnote definitions",id:"ELEMENT_FOOTNOTE_DEFINITION"},n);case"ELEMENT_FOOTNOTES_DEFINITIONS_LIST":return r({string:"footnotes definitions list",plural:"%0 footnotes definitions",id:"ELEMENT_FOOTNOTES_DEFINITIONS_LIST"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"ELEMENT_MERGE_FIELD":return r({id:"ELEMENT_MERGE_FIELD",string:"merge field",plural:"%0 merge fields"},n);case"ELEMENT_BOOKMARK":return r({id:"ELEMENT_BOOKMARK",string:"bookmark",plural:"%0 bookmarks"},n);case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return s({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return s({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion. Press %0 to go to the discussion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion. Press %0 to go to the discussion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion. Press %0 to go to the discussion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"SUGGESTION_THREAD_ARIA_LABEL":return r({string:"Suggestion by %1. Created on %2. %0 reply. %3",plural:"Suggestion by %1. Created on %2. %0 replies. %3",id:"SUGGESTION_THREAD_ARIA_LABEL"},n);case"SUGGESTION_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"SUGGESTION_THREAD_DESCRIPTION"});default:return e}}const Bt=xt;function Pt(){const t=["normal","element","getItemLabel","name","236961gLKGxt","has","$text","elementStart","skip","removeContainer","addEmptyContainer","deletion","remove","isEqual","442709pjBaLS","*Split:* %0","68jGJTBL","attribute","subType","format","type","*Insert:* %0","removeEmptyContainer","registerAttributeLabel","registerDescriptionCallback","_handleRenameSuggestionDescription","420024xzNLJz","ELEMENT_SPACE","get","checkChild","newValue","REPLACE_TEXT","2464944eFwFTK","isEmpty","Object","$textProxy","$1 $2","key","*Set format:* %0","elementEnd","join","_attributeLabels","108762SkXNVl","isObject","softBreak","Container","label","indexOf","item","pop","end","set","getWalker","matchingCallback","_handleAttributeSuggestionDescription","length","_schema","_itemLabels","_addDescriptionItems","isInContent","_customCallbacks","getFirstRange","195565LlbPHT","replace","removeObject","addContainer","*Change to:* %0","insertion","map","*Remove format:* %0","start","_handleCustomCallbackDescription","removeFormat","nextSibling","EmptyContainer","getDescriptions","function","_itemLabelsCallbacks","match","add","addFormat","previousSibling","addObject","registerElementLabel","push","_handleInsertRemoveSuggestionDescription","14QLqQMZ","12046158FYxDuM","_locale","nodeAfter","data","*Remove:* %0","quantity","*Merge:* %0","_resolveDescriptionItems","text"];return(Pt=function(){return t})()}function xt(t,e){const n=Pt();return(xt=function(t,e){return n[t-=464]})(t,e)}!function(t){const e=xt,n=t();for(;;)try{if(350662===parseInt(e(555))/1+parseInt(e(487))/2+parseInt(e(545))/3+-parseInt(e(557))/4*(-parseInt(e(507))/5)+parseInt(e(471))/6*(parseInt(e(531))/7)+parseInt(e(477))/8+-parseInt(e(532))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pt);class Ut{[Bt(505)];[Bt(502)];[Bt(522)];[Bt(486)];[Bt(501)];[Bt(533)];constructor(t,e){const n=Bt;this[n(505)]=[],this[n(502)]=new Map,this[n(522)]=[],this[n(486)]=new Map,this[n(501)]=t,this[n(533)]=e}[Bt(520)](t){const e=Bt,n=[],s=new Set,r=new Set;for(let i=0;i<t[e(500)];i++){const o=t[i];if(!o[e(504)])continue;const a=this[e(516)](o);if(a){if(null!=o[e(559)]){if(s[e(546)](o[e(559)]))continue;s[e(524)](o[e(559)])}n[e(529)](a)}else{if(e(558)==o[e(465)]){const t=o[e(535)][e(482)];if(r[e(546)](t))continue;r[e(524)](o[e(535)][e(482)]),t==wi?this[e(470)](n,o):this[e(499)](n,o);continue}e(512)!=o[e(465)]&&e(552)!=o[e(465)]||this[e(530)](n,o,t[i+1])}}return this[e(539)](n)}[Bt(469)](t){const e=Bt;this[e(505)][e(529)](t)}[Bt(528)](t,n,s=e.priorities[Bt(541)]){const r=Bt;r(521)==typeof t?(0,e.insertToPriorityArray)(this[r(522)],{matchingCallback:t,label:n,priority:s}):this[r(502)][r(496)](t,n)}[Bt(468)](t,e){const n=Bt;this[n(486)][n(496)](t,e)}[Bt(543)](t,e=1){const n=Bt;let s;for(const e of this[n(522)])if(e[n(498)](t)){s=e[n(491)];break}return s||(s=this[n(502)][n(473)](t[n(544)])),s?s(e):1!==e?e+" "+t[n(544)]+"s":""+t[n(544)]}[Bt(503)](t,e){const n=Bt,s=e[n(506)]()[n(497)](),r=n(512)==e[n(465)]?n(524):n(553);for(const e of s){const i=e[n(493)],o=t[t[n(500)]-1];if(i.is(n(480)))o&&o[n(465)][n(492)](n(490))>-1&&t[n(494)](),o&&n(540)==o[n(465)]?o[r]+=i[n(535)]:t[n(529)]({type:n(540),add:n(524)==r?i[n(535)]:"",remove:n(553)==r?i[n(535)]:""});else if(this[n(501)][n(488)](i)){const a=i;if(o&&o[n(465)][n(492)](n(490))>-1&&t[n(494)](),n(484)==e[n(465)])continue;o&&o[n(465)]==r+n(479)&&o[n(542)][n(544)]==a[n(544)]?o[n(537)]++:t[n(529)]({type:r+n(479),element:a,quantity:1}),s[n(549)](t=>!(n(484)==t[n(465)]&&t[n(493)]==i))}else if(this[n(501)][n(474)](i,n(547))||i.is(n(542),n(489))){const s=i;if(n(524)==r&&n(548)==e[n(465)]||n(553)==r&&n(484)==e[n(465)])continue;if(o&&-1==o[n(465)][n(492)](n(490))){n(540)==o[n(465)]&&(o[r]+="\n");continue}let a;if(a=n(524)==r?s[n(518)]&&!this[n(501)][n(488)](s[n(518)])?s[n(518)]:null:s[n(526)]&&!this[n(501)][n(488)](s[n(526)])?s[n(526)]:null,s[n(478)]||a&&a[n(478)]){const e=a&&a[n(478)]?a:s;o&&o[n(465)]==r+n(519)&&o[n(542)][n(544)]==e[n(544)]?o[n(537)]++:t[n(529)]({type:r+n(519),element:e,quantity:1})}else t[n(529)]({type:r+n(490),element:s})}}}[Bt(539)](t){const e=Bt,n=this[e(533)],s=[],r=[],i=[];for(const o of t)switch(o[e(465)]){case e(540):if(o[e(524)]=o[e(524)][e(508)](/(\S)\u000A+(\S)/g,e(481))[e(508)](/\u000A/g,""),o[e(553)]=o[e(553)][e(508)](/(\S)\u000A+(\S)/g,e(481))[e(508)](/\u000A/g,""),""!=o[e(524)]&&""!=o[e(553)]){s[e(529)]({type:e(508),content:vt(n,e(476),['"'+o[e(553)]+'"','"'+o[e(524)]+'"'])});continue}if(null!=o[e(524)][e(523)](/^ +$/)){s[e(529)]({type:e(512),content:vt(n,e(466),vt(n,e(472),o[e(524)][e(500)]))});continue}if(null!=o[e(553)][e(523)](/^ +$/)){s[e(529)]({type:e(552),content:vt(n,e(536),vt(n,e(472),o[e(553)][e(500)]))});continue}if(""!=o[e(524)]){s[e(529)]({type:e(512),content:vt(n,e(466),'"'+o[e(524)]+'"')});continue}s[e(529)]({type:e(552),content:vt(n,e(536),'"'+o[e(553)]+'"')});continue;case e(551):case e(527):s[e(529)]({type:e(512),content:vt(n,e(466),this[e(543)](o[e(542)],o[e(537)]))});continue;case e(467):case e(509):s[e(529)]({type:e(552),content:vt(n,e(536),this[e(543)](o[e(542)],o[e(537)]))});continue;case e(510):s[e(529)]({type:e(512),content:vt(n,e(556),this[e(543)](o[e(542)],o[e(537)]))});continue;case e(550):s[e(529)]({type:e(552),content:vt(n,e(538),this[e(543)](o[e(542)],o[e(537)]))});continue;case e(525):r[e(529)](o[e(482)]);continue;case e(517):i[e(529)](o[e(482)]);continue;default:s[e(529)](o)}if(r[e(500)]){const t=r[e(513)](t=>this[e(486)][e(546)](t)?this[e(486)][e(473)](t):t)[e(485)](", ");s[e(529)]({type:e(464),content:vt(this[e(533)],e(483),t)})}if(i[e(500)]){const t=i[e(513)](t=>this[e(486)][e(546)](t)?this[e(486)][e(473)](t):t)[e(485)](", ");s[e(529)]({type:e(464),content:vt(this[e(533)],e(514),t)})}return s}[Bt(516)](t){const e=Bt;for(const n of this[e(505)]){const s=n(t);if(s&&e(465)in s)return s}}[Bt(499)](t,e){const n=Bt,s=e[n(535)],r=void 0===s[n(475)]?n(517):n(525);t[n(529)]({type:r,key:s[n(482)]})}[Bt(470)](t,e){const n=Bt;t[n(529)]({type:n(464),content:vt(this[n(533)],n(511),this[n(543)](e[n(506)]()[n(515)][n(534)],1))})}[Bt(530)](t,e,n){const s=Bt;if(this[s(503)](t,e),n&&n[s(506)]()&&!e[s(506)]()[s(495)][s(554)](n[s(506)]()[s(515)])){const n=t[t[s(500)]-1],r=s(512)==e[s(465)]?s(524):s(553);n&&s(540)==n[s(465)]&&(n[r]+="\n")}}}function Gt(){const t=["2ENfCIZ","editor","commands","afterInit","14577lWDmsj","1309AgFZfw","2414440tpEIzS","72060KiXCNN","enableCommand","TrackChangesEditing","3681740LWZwwP","1195meNAmh","get","showAIAssistant","411233bfooke","296nakCFj","172uZaIhi","28737PFLLNO","5514MzFYqe","plugins"];return(Gt=function(){return t})()}function Vt(t,e){const n=Gt();return(Vt=function(t,e){return n[t-=202]})(t,e)}const jt=Vt;!function(t){const e=Vt,n=t();for(;;)try{if(387545===parseInt(e(211))/1*(-parseInt(e(217))/2)+-parseInt(e(221))/3*(-parseInt(e(213))/4)+-parseInt(e(208))/5*(parseInt(e(215))/6)+parseInt(e(203))/7+parseInt(e(212))/8*(parseInt(e(214))/9)+-parseInt(e(207))/10+-parseInt(e(202))/11*(-parseInt(e(204))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gt);class Ht extends t.Plugin{[jt(220)](){const t=jt,e=this[t(218)],n=e[t(216)][t(209)](t(206));e[t(219)][t(209)](t(210))&&n[t(205)](t(210))}}function Wt(t,e){const n=zt();return(Wt=function(t,e){return n[t-=156]})(t,e)}const Kt=Wt;function zt(){const t=["106997lPvgzs","51102LXlTfo","732vkwxul","toggleAi","1421XJRGBz","32704HBYyyo","10sRxNEH","1013972bgIXMq","commands","afterInit","2605710SJcqWP","7004980VxAAij","enableCommand","194620NcbSON","plugins","editor","3aYmZIj","get","TrackChangesEditing","9dVosVC"];return(zt=function(){return t})()}!function(t){const e=Wt,n=t();for(;;)try{if(429841===-parseInt(e(168))/1+-parseInt(e(156))/2*(parseInt(e(171))/3)+parseInt(e(162))/4*(-parseInt(e(161))/5)+parseInt(e(165))/6+-parseInt(e(159))/7*(-parseInt(e(160))/8)+-parseInt(e(174))/9*(parseInt(e(166))/10)+-parseInt(e(175))/11*(-parseInt(e(157))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zt);class Xt extends t.Plugin{[Kt(164)](){const t=Kt,e=this[t(170)],n=e[t(169)][t(172)](t(173));e[t(163)][t(172)](t(158))&&n[t(167)](t(158))}}function qt(){const t=["2675179ICRtiP","1550418DbGSVt","1598421ilgEoI","14dvpRFS","plugins","commands","22imxnEG","aiQuickAction","2TINTRU","enableCommand","170eNMOAn","TrackChangesEditing","2664SIxPPE","289284ZpNUhq","afterInit","3600ZhDkIk","1070770iJlQGQ","editor","12164mWjWcs","60SgHMyy","get"];return(qt=function(){return t})()}const Yt=Zt;function Zt(t,e){const n=qt();return(Zt=function(t,e){return n[t-=322]})(t,e)}!function(t){const e=Zt,n=t();for(;;)try{if(291026===parseInt(e(337))/1*(parseInt(e(332))/2)+-parseInt(e(326))/3+-parseInt(e(342))/4*(-parseInt(e(334))/5)+-parseInt(e(325))/6*(parseInt(e(327))/7)+parseInt(e(339))/8*(parseInt(e(336))/9)+parseInt(e(340))/10*(-parseInt(e(330))/11)+-parseInt(e(322))/12*(-parseInt(e(324))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qt);class Qt extends t.Plugin{[Yt(338)](){const t=Yt,e=this[t(341)],n=e[t(328)][t(323)](t(335));e[t(329)][t(323)](t(331))&&n[t(333)](t(331))}}function Jt(t,e){const n=te();return(Jt=function(t,e){return n[t-=463]})(t,e)}const $t=Jt;function te(){const t=["right","commandParams","190719vdQIra","formatBlock","FORMAT_JUSTIFY_TEXT","alignment","4214435rDzXtH","commandName","enableDefaultAttributesIntegration","AlignmentEditing","FORMAT_ALIGN_TO_LEFT","3566760Nuaysd","registerDescriptionCallback","has","1360653sQaqjw","justify","type","editor","FORMAT_ALIGN_TO_CENTER","*Format:* %0","center","1CSyOIO","locale","1545630eKAljA","_registerLegacyDescription","plugins","value","1159674UVXRbE","left","TrackChangesEditing","descriptionFactory","afterInit","FORMAT_ALIGNMENT","FORMAT_ALIGN_TO_RIGHT","3750216CKfAIL","format","36fEBdmU","get","registerAttributeLabel"];return(te=function(){return t})()}!function(t){const e=Jt,n=t();for(;;)try{if(593569===-parseInt(e(466))/1*(-parseInt(e(472))/2)+-parseInt(e(486))/3+-parseInt(e(495))/4+-parseInt(e(490))/5+-parseInt(e(468))/6+parseInt(e(498))/7+-parseInt(e(479))/8*(-parseInt(e(481))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(te);class ee extends t.Plugin{[$t(476)](){const t=$t,e=this[t(501)],n=e[t(467)];if(!e[t(470)][t(497)](t(493)))return;const s=e[t(470)][t(482)](t(474));s[t(492)](t(489)),s[t(475)][t(483)](t(489),vt(n,t(477))),this[t(469)]()}[$t(469)](){const t=$t,e=this[t(501)],n=e[t(467)];e[t(470)][t(482)](t(474))[t(475)][t(496)](e=>{const s=t;if(s(487)!=e[s(500)])return;const{data:r}=e;if(r&&s(489)==r[s(491)]){const t=r[s(485)][0][s(471)];return{type:s(480),content:vt(n,s(464),function(t){const e=s;switch(t){case e(473):return vt(n,e(494));case e(484):return vt(n,e(478));case e(465):return vt(n,e(463));case e(499):return vt(n,e(488))}}(t))}}})}}const ne=ie;!function(t){const e=ie,n=t();for(;;)try{if(537320===-parseInt(e(484))/1+-parseInt(e(469))/2*(parseInt(e(461))/3)+parseInt(e(471))/4*(-parseInt(e(459))/5)+parseInt(e(498))/6+-parseInt(e(485))/7*(-parseInt(e(482))/8)+-parseInt(e(443))/9+-parseInt(e(472))/10*(-parseInt(e(458))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oe);const se=[ne(488),ne(476),ne(473),ne(489),ne(462),ne(452),ne(448)];class re extends t.Plugin{[ne(450)](){const t=ne,e=this[t(483)],n=e[t(481)][t(479)](t(463)),s=e[t(466)];for(const r of se){if(!e[t(481)][t(453)](r))continue;const i=r[t(470)](0,-7)[t(493)](),o=t(464)+i[t(478)]();n[t(460)](i),n[t(480)][t(446)](i,vt(s,o))}this[t(447)]()}[ne(447)](){const t=ne,e=this[t(483)],n=e[t(466)],s=e[t(481)][t(479)](t(463));function r(e,r){const i=t;s[i(480)][i(487)](t=>{const s=i;if(s(457)!=t[s(492)])return;const{data:o}=t;return o&&o[s(455)]===e?o[s(497)][0][s(491)]?{type:s(467),content:vt(n,s(465),r)}:{type:s(467),content:vt(n,s(494),r)}:void 0})}r(t(445),vt(n,t(486))),r(t(451),vt(n,t(475))),r(t(449),vt(n,t(474))),r(t(496),vt(n,t(456))),r(t(444),vt(n,t(454))),r(t(468),vt(n,t(477))),r(t(495),vt(n,t(490)))}}function ie(t,e){const n=oe();return(ie=function(t,e){return n[t-=443]})(t,e)}function oe(){const t=["bold","registerAttributeLabel","_registerLegacyDescription","SuperscriptEditing","underline","afterInit","italic","SubscriptEditing","has","FORMAT_STRIKETHROUGH","commandName","FORMAT_CODE","formatInline","110MdlcNv","2640mFpEyG","enableDefaultAttributesIntegration","3dMJFeq","StrikethroughEditing","TrackChangesEditing","FORMAT_","*Format:* %0","locale","format","subscript","625084edquzX","slice","1820Dwtqiw","1433680Dtfzyj","UnderlineEditing","FORMAT_UNDERLINE","FORMAT_ITALIC","ItalicEditing","FORMAT_SUBSCRIPT","toUpperCase","get","descriptionFactory","plugins","3201368YhvABD","editor","886999lyHmKX","7Bxshnh","FORMAT_BOLD","registerDescriptionCallback","BoldEditing","CodeEditing","FORMAT_SUPERSCRIPT","forceValue","type","toLowerCase","*Remove format:* %0","superscript","code","commandParams","3053502tqyKNT","3291003Etsnwc","strikethrough"];return(oe=function(){return t})()}const ae=le;function ce(){const t=["afterInit","TrackChangesEditing","commandParams","1527125fRVerV","plugins","selection","change","36PJYjnE","checkChild","from","descriptionFactory","locale","getSelectedBlocks","4748264KRbxNq","blockQuote","$root","editor","1NXFJOY","BlockQuoteEditing","has","enableCommand","document","forceValue","parent","766432fiNBMV","3662079LYGFbM","ELEMENT_BLOCK_QUOTE","2973494sMnZQc","*Set format:* %0","value","model","format","get","markBlockFormat","228109OlKfgs","*Remove format:* %0","filter","name","commandName","schema","registerDescriptionCallback","14184909hNkBJR","commands"];return(ce=function(){return t})()}!function(t){const e=le,n=t();for(;;)try{if(798219===parseInt(e(174))/1*(-parseInt(e(184))/2)+parseInt(e(182))/3+parseInt(e(181))/4+-parseInt(e(203))/5+parseInt(e(207))/6*(parseInt(e(191))/7)+-parseInt(e(170))/8+parseInt(e(198))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ce);class ue extends t.Plugin{[ae(200)](){const t=ae,e=this[t(173)],n=e[t(168)];if(!e[t(204)][t(176)](t(175)))return;const s=e[t(204)][t(189)](t(201)),r=this[t(173)][t(199)][t(189)](t(171));s[t(177)](t(171),(n,i={})=>{const o=t,a=this[o(173)][o(187)][o(178)][o(205)],c=i&&void 0!==i[o(179)]?i[o(179)]:!r[o(186)];let u=[];if(c){const t=Array[o(166)](a[o(169)]())[o(193)](t=>fe(t)||function(t,e){const n=o,s=e[n(208)](t[n(180)],n(171)),r=e[n(208)]([n(172),n(171)],t);return s&&r}(t,this[o(173)][o(187)][o(196)]));u=y(t,e[o(187)])}else{const t=Array[o(166)](a[o(169)]())[o(193)](t=>fe(t));u=y(t,e[o(187)])}e[o(187)][o(206)](()=>{const t=o;for(const e of u)s[t(190)](e,{commandName:t(171),commandParams:[{forceValue:c}]})})}),s[t(167)][t(197)](e=>{const s=t,{data:r}=e;if(r&&s(171)==r[s(195)]){const t=vt(n,s(183));return r[s(202)][0][s(179)]?{type:s(188),content:vt(n,s(185),t)}:{type:s(188),content:vt(n,s(192),t)}}})}}function le(t,e){const n=ce();return(le=function(t,e){return n[t-=166]})(t,e)}function fe(t){const e=ae;return e(171)==t[e(180)][e(194)]}const he=de;function de(t,e){const n=ge();return(de=function(t,e){return n[t-=189]})(t,e)}function ge(){const t=["key","bookmarkId","deletion","*Remove:* %0","TrackChangesEditing","editor","insertBookmark","*Set bookmark:* %0","has","getContainedElement","newValue","462474VYZApM","*Insert:* %0","bookmark","13508416gVXGao","3GrtPoG","20zydBYx","enableCommand","type","attribute","ELEMENT_BOOKMARK","element","afterInit","format","1415062nBLshc","descriptionFactory","144501AftLoZ","7UwUgSV","566986yvXClj","BookmarkEditing","enableDefaultAttributesIntegration","getAttribute","registerDescriptionCallback","1404812JcSgif","get","50xRJyOc","7138716ehiVPk","insertion","plugins","updateBookmark","locale"];return(ge=function(){return t})()}!function(t){const e=de,n=t();for(;;)try{if(917922===-parseInt(e(208))/1+parseInt(e(210))/2*(parseInt(e(197))/3)+-parseInt(e(215))/4*(parseInt(e(198))/5)+-parseInt(e(218))/6*(-parseInt(e(209))/7)+parseInt(e(196))/8+-parseInt(e(193))/9+parseInt(e(217))/10*(-parseInt(e(206))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ge);class pe extends t.Plugin{[he(204)](){const t=he,e=this[t(228)],n=e[t(222)],s=e[t(220)][t(216)](t(227));e[t(220)][t(190)](t(211))&&(s[t(199)](t(229)),s[t(212)](t(221)),s[t(207)][t(214)](e=>{const s=t;if(s(219)!=e[s(200)]&&s(225)!=e[s(200)]&&s(201)!=e[s(200)])return;const r=e[s(191)]();if(null==r)return;if(!r.is(s(203),s(195)))return;const i=r[s(213)](s(224));if(s(219)==e[s(200)])return{type:s(219),content:vt(n,s(194),'"'+i+'" '+vt(n,s(202)))};if(s(225)==e[s(200)])return{type:s(225),content:vt(n,s(226),'"'+i+'" '+vt(n,s(202)))};const{data:o}=e;return o&&s(224)==o[s(223)]?{type:s(205),content:vt(n,s(189),'"'+o[s(192)]+'"')}:void 0}))}}function me(t,e){const n=Ie();return(me=function(t,e){return n[t-=280]})(t,e)}function Ie(){const t=["get","enableCommand","changeCaseTitle","18RyEBXs","1542SOKWSh","543711fWRbwN","editor","3302wSIecZ","TrackChangesEditing","3647358iOAeyL","12DUQCwQ","plugins","has","afterInit","CaseChange","4273836ETpYPo","48ByOGou","1036990BDJHwG","changeCaseUpper","819jVbYQV","changeCaseLower","14037804jxFNEX","20660jSfEup"];return(Ie=function(){return t})()}const Ee=me;!function(t){const e=me,n=t();for(;;)try{if(874606===-parseInt(e(298))/1*(parseInt(e(286))/2)+parseInt(e(288))/3+-parseInt(e(294))/4+-parseInt(e(301))/5*(-parseInt(e(283))/6)+parseInt(e(284))/7*(-parseInt(e(295))/8)+parseInt(e(282))/9*(parseInt(e(296))/10)+-parseInt(e(300))/11*(-parseInt(e(289))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ie);class Te extends t.Plugin{[Ee(292)](){const t=Ee,e=this[t(285)];e[t(290)][t(291)](t(293))&&(e[t(290)][t(302)](t(287))[t(280)](t(297)),e[t(290)][t(302)](t(287))[t(280)](t(299)),e[t(290)][t(302)](t(287))[t(280)](t(281)))}}const be=Ae;!function(t){const e=Ae,n=t();for(;;)try{if(857233===parseInt(e(343))/1+parseInt(e(357))/2+-parseInt(e(349))/3+-parseInt(e(346))/4*(-parseInt(e(350))/5)+-parseInt(e(347))/6*(parseInt(e(344))/7)+parseInt(e(353))/8*(-parseInt(e(354))/9)+parseInt(e(360))/10*(parseInt(e(356))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Le);class _e extends t.Plugin{[be(352)](){const t=be,e=this[t(351)];e[t(358)][t(359)](t(348))&&e[t(355)][t(359)](t(342))[t(345)](t(348))}}function Ae(t,e){const n=Le();return(Ae=function(t,e){return n[t-=342]})(t,e)}function Le(){const t=["plugins","11QXVgdm","907642dBVlkQ","commands","get","23390370upXLvA","TrackChangesEditing","108013CVkBZb","140VNuyLI","enableCommand","174440BGCfan","333132szoNSS","ckbox","1158978yXjTjg","25fZzPok","editor","afterInit","6119376FYZndx","9iEPuCg"];return(Le=function(){return t})()}const ye=Re;function Ce(){const t=["afterInit","change","find","ELEMENT_CODE_BLOCK","*Remove format:* %0","languages","forceValue","CodeBlock","toLowerCase","commandParams","descriptionFactory","*Set format:* %0","2010420bAjmuG","commands","editor","1730005oHBiLD","get","schema","5470852Mhhvdj","registerElementLabel","plugins","selection","checkChild","format","name","model","TrackChangesEditing","from","3238389mNbQKz","rootElement","blockName","config","type","commandName","139088mSoiyZ","filter","has","indentCodeBlock","locale","2304xUEqFA","isLimit","codeBlock","parent","46141szFzOL","4WEHIuE","5072382kCwYYS","markBlockFormat","document","outdentCodeBlock","getSelectedBlocks","language","registerDescriptionCallback","formatBlock","enableCommand","value","label"];return(Ce=function(){return t})()}function Re(t,e){const n=Ce();return(Re=function(t,e){return n[t-=422]})(t,e)}!function(t){const e=Re,n=t();for(;;)try{if(690225===-parseInt(e(460))/1*(-parseInt(e(461))/2)+-parseInt(e(445))/3+-parseInt(e(435))/4+-parseInt(e(432))/5+-parseInt(e(429))/6+-parseInt(e(462))/7+parseInt(e(451))/8*(parseInt(e(456))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ce);class Ne extends t.Plugin{[ye(473)](){const t=ye,e=this[t(431)];if(!e[t(437)][t(453)](t(424)))return;const n=e[t(437)][t(433)](t(443)),s=e[t(455)],r=e[t(448)][t(433)](t(458))[t(422)],i=e[t(430)][t(433)](t(458));n[t(470)](t(454)),n[t(470)](t(465)),n[t(470)](t(458),(s,o={})=>{const a=t,c=e[a(442)],u=e[a(442)][a(464)][a(438)],l=o&&void 0!==o[a(423)]?o[a(423)]:!i[a(471)];let f;o[a(467)]||(o[a(467)]=r[0][a(467)]),f=l?Array[a(444)](u[a(466)]())[a(452)](t=>ke(t)||function(t,e){const n=a;return!t.is(n(446))&&!e[n(457)](t)&&e[n(439)](t[n(459)],n(458))}(t,c[a(434)])):Array[a(444)](u[a(466)]())[a(452)](t=>ke(t));const h=y(f,c);c[a(474)](()=>{const t=a;for(const e of h)n[t(463)](e,{commandName:t(458),commandParams:[{...o,forceValue:l}],formatGroupId:t(447)})})}),n[t(427)][t(436)](t(458),e=>vt(s,t(476),e)),n[t(427)][t(468)](e=>{const n=t;if(n(469)!=e[n(449)])return;const i=s.t,{data:o}=e;if(!o||n(458)!=o[n(450)])return;const a=o[n(426)][0][n(467)],c=i(r[n(475)](t=>t[n(467)]===a)[n(472)])[n(425)]();return o[n(426)][0][n(423)]?{type:n(440),content:vt(s,n(428),vt(s,n(476),1)+" ("+c+")")}:{type:n(440),content:vt(s,n(477),vt(s,n(476),1))}})}}function ke(t){const e=ye;return e(458)==t[e(441)]}function Se(t,e){const n=Me();return(Se=function(t,e){return n[t-=189]})(t,e)}const Oe=Se;function Me(){const t=["TrackChangesEditing","has","addCommentThread","2382805pmvRUl","542056BHWekW","146784itojiW","CommentsEditing","3272166EnpGUY","83918QINpLb","1679304aXUXgz","enableCommand","editor","35nTjcmb","get","8RwjgVZ","6618170JMysbj","plugins","afterInit","18MsJZch"];return(Me=function(){return t})()}!function(t){const e=Se,n=t();for(;;)try{if(291639===-parseInt(e(198))/1*(-parseInt(e(192))/2)+parseInt(e(193))/3+parseInt(e(189))/4+parseInt(e(206))/5+parseInt(e(191))/6+parseInt(e(196))/7*(-parseInt(e(207))/8)+-parseInt(e(202))/9*(parseInt(e(199))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Me);class we extends t.Plugin{[Oe(201)](){const t=Oe,e=this[t(195)];e[t(200)][t(204)](t(190))&&e[t(200)][t(197)](t(203))[t(194)](t(205))}}var Fe=n(834);const De=ve;function ve(t,e){const n=Pe();return(ve=function(t,e){return n[t-=408]})(t,e)}!function(t){const e=ve,n=t();for(;;)try{if(126171===-parseInt(e(446))/1+parseInt(e(413))/2*(-parseInt(e(418))/3)+parseInt(e(425))/4+parseInt(e(412))/5*(-parseInt(e(442))/6)+parseInt(e(444))/7+-parseInt(e(434))/8*(-parseInt(e(430))/9)+parseInt(e(429))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pe);class Be extends t.Plugin{static get[De(426)](){return[Fe.Delete]}[De(428)](){const t=De,e=this[t(424)],n=e[t(417)][t(409)](t(419));n[t(414)](t(423));const s=e[t(447)][t(409)](t(448));n[t(414)](t(448),(n,r={})=>{const i=t,o=e[i(431)][i(439)](e[i(431)][i(408)][i(440)]);o[i(432)]&&e[i(431)][i(449)](o,{direction:i(416),unit:r[i(436)]});const c=o[i(450)](),u=a.ModelLiveRange[i(415)](c);let l;n(r),l=i(445)==u[i(427)][i(433)]?e[i(431)][i(422)](c[i(438)]):e[i(431)][i(422)](u[i(438)],u[i(441)]),u[i(443)](),e[i(431)][i(420)](s[i(437)][i(411)],t=>{const e=i;s[e(437)][e(435)](),t[e(410)](t[e(422)](l[e(441)])),s[e(437)][e(421)]()})})}}function Pe(){const t=["buffer","start","createSelection","selection","end","348hpmVWG","detach","1386763jWpRhV","$graveyard","120963YUoUZM","commands","deleteForward","modifySelection","getFirstRange","document","get","setSelection","batch","5595nZQYMh","391306BlBSUO","enableCommand","fromRange","forward","plugins","3EPVzoc","TrackChangesEditing","enqueueChange","unlock","createRange","delete","editor","298256aMJxHt","requires","root","init","86280uYmnli","18EJwQVt","model","isCollapsed","rootName","905552NPZmpi","lock","unit"];return(Pe=function(){return t})()}const xe=Ue;function Ue(t,e){const n=je();return(Ue=function(t,e){return n[t-=369]})(t,e)}!function(t){const e=Ue,n=t();for(;;)try{if(761049===-parseInt(e(410))/1*(-parseInt(e(407))/2)+-parseInt(e(403))/3+-parseInt(e(422))/4+parseInt(e(516))/5+-parseInt(e(406))/6*(parseInt(e(457))/7)+parseInt(e(409))/8*(parseInt(e(488))/9)+parseInt(e(515))/10*(-parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(je);class Ge extends t.Plugin{[xe(430)](){const t=xe,e=this[t(521)];if(!e[t(495)][t(431)](t(395)))return;const n=e[t(415)],s=e[t(495)][t(463)](t(405)),r=e[t(495)][t(431)](t(392)),i=!!e[t(445)][t(463)](t(374));function o(e){const s=t;return{type:s(469),content:""+vt(n,s(423),e)}}function a(e){const s=t;return{type:s(469),content:""+vt(n,s(390),e)}}s[t(494)](t(434)),s[t(494)](t(456)),s[t(494)](t(412)),s[t(494)](t(465)),s[t(494)](t(476)),s[t(494)](t(522)),s[t(494)](t(477)),s[t(494)](t(376)),i&&(s[t(494)](t(373)),s[t(494)](t(462))),r&&(s[t(494)](t(491)),s[t(494)](t(402)),s[t(517)][t(381)](e=>{const s=t,{data:r}=e;if(r&&s(501)==r[s(479)])return{type:s(469),content:r[s(391)]?vt(n,s(481)):vt(n,s(475))}}),this[t(521)][t(437)][t(478)][t(497)](e=>{const n=t;if(e[n(471)][n(470)])return!1;let r=!1;const i=s[n(473)]({skipNotAttached:!0})[n(514)](t=>n(501)===s[n(466)](t));for(const t of i)n(489)!=t[n(529)]()[n(426)][n(433)][n(472)](n(459))&&(s[n(487)](t[n(529)](),n(372))[n(468)](t=>n(459)===s[n(466)](t[n(444)]))||(e[n(458)](t[n(400)]()),r=!0));return r})),s[t(517)][t(425)](t(394),vt(n,t(505)));const c={type:t(469),content:""};s[t(517)][t(381)](e=>{const s=t,{data:r}=e;if(!r||s(459)!=r[s(479)])return;let u=e[s(439)];for(;u;){if(u[s(389)]&&((s(510)==u[s(389)][s(479)]||s(438)==u[s(389)][s(479)])&&(u[s(389)][s(391)]&&s(440)!=u[s(389)][s(391)]||s(440)!=u[s(389)][s(485)]&&!r[s(391)])||!i&&u[s(389)][s(479)]==wi))return c;u=u[s(398)]}if(null==r[s(391)])switch(r[s(485)]){case s(419):return a(vt(n,s(369)));case s(393):return a(vt(n,s(518)));case s(489):return a(vt(n,s(511)))}switch(r[s(391)]){case s(419):return o(vt(n,s(369)));case s(393):return o(vt(n,s(518)));case s(489):return o(vt(n,s(511)))}}),s[t(517)][t(381)](e=>{const n=t,{data:s}=e;if(s&&n(394)==s[n(479)])return null==s[n(391)]||null==s[n(485)]&&0==s[n(391)]?c:void 0}),s[t(517)][t(381)](e=>{const s=t;if(s(372)!=e[s(385)])return;const{data:r}=e;if(!r||s(486)!=r[s(479)])return;const i=Ve(e);return s(391)==i?{type:s(469),content:vt(n,s(512))}:s(485)==i?{type:s(469),content:vt(n,s(371))}:c}),e[t(437)][t(478)][t(497)](e=>this[t(384)](e)),e[t(437)][t(478)][t(497)](e=>this[t(388)](e)),e[t(437)][t(478)].on(t(524),(e,n)=>{const s=t;if(n[s(470)]||!n[s(414)])return!1;this[s(401)]()},{priority:t(380)}),this[t(451)]()}[xe(384)](t){const e=xe;if(t[e(471)][e(470)]||!t[e(471)][e(414)])return!1;let n=!1;const s=this[e(521)][e(495)][e(463)](e(405))[e(473)]({skipNotAttached:!0})[e(514)](t=>t[e(389)]&&e(486)==t[e(389)][e(479)])[e(514)](t=>t[e(389)][e(391)]&&t[e(389)][e(485)]);for(const r of s)Ve(r)||(t[e(458)](r[e(400)]()),n=!0);return n}[xe(388)](t){const e=xe;if(t[e(471)][e(470)]||!t[e(471)][e(414)])return!1;const n=this[e(521)][e(495)][e(463)](e(405));if(n[e(383)][e(482)])return!1;let s=!1;const r=[e(459),e(486),e(394),e(510),e(441),e(420),e(411),e(378),e(438)],i=this[e(521)][e(437)][e(478)][e(452)][e(450)]()[e(514)](t=>e(372)==t[e(385)])[e(514)](t=>r[e(504)](t[e(526)]));if(0==i[e(443)])return s;for(const o of i){const i=n[e(487)](o[e(509)],e(372))[e(514)](t=>!t[e(498)][e(483)])[e(413)](t=>t[e(444)])[e(514)](t=>{const s=e,i=n[s(466)](t);return r[s(504)](i)});if(i[e(443)]){for(const n of i)t[e(458)](n[e(400)]());s=!0}}return s}[xe(401)](){const t=xe,e=this[t(521)][t(495)][t(463)](t(405)),n=[t(459),t(486),t(394),t(510),t(441),t(420),t(411),t(378),t(438)];let s;const r=new Set(this[t(521)][t(437)][t(478)][t(452)][t(467)]()[t(514)](s=>{const r=t;if(s[r(389)][r(427)]||!s[r(389)][r(447)])return null;if(!s[r(432)][r(493)](r(453)))return null;const{id:i}=e[r(527)](s[r(432)]);if(!e[r(500)](i))return null;const o=e[r(519)](i);return n[r(504)](o[r(389)][r(479)])})[t(413)](n=>{const r=t,{id:i}=e[r(527)](n[r(432)]),o=e[r(519)](i);return s=o[r(417)][r(502)],o[r(529)]()[r(426)][r(433)]}));if(0==r[t(424)])return;const i=e[t(473)]({skipNotAttached:!0})[t(514)](e=>t(372)==e[t(385)]&&e[t(389)]&&n[t(504)](e[t(389)][t(479)])&&e[t(417)][t(502)]!=s)[t(413)](e=>({listItem:e[t(529)]()[t(426)][t(433)],groupId:e[t(417)][t(502)]})),o=new Set;for(const{groupId:e,listItem:n}of i)r[t(431)](n)&&o[t(448)](e);for(const n of e[t(473)]())o[t(431)](n[t(417)][t(502)])&&n[t(418)](t(502),s)}[xe(451)](){const t=xe,e=this[t(521)],n=e[t(415)],s=e[t(495)][t(463)](t(405));this[t(404)](),s[t(446)][t(496)](t(428),t(513),t(408),function(n,s){const r=t,i=[];for(let t of n)t[r(426)][r(433)]===t[r(523)][r(421)]&&(t=e[r(437)][r(442)](e[r(437)][r(484)](t[r(426)][r(433)],0))),i[r(506)](t);e[r(437)][r(397)](t=>{const n=r,o=e[n(437)][n(478)][n(499)],c=Array[n(449)](o[n(464)]())[n(413)](t=>a.ModelLiveRange[n(530)](t));t[n(490)](i),e[n(379)][n(463)](s[n(435)])[n(396)](),s[n(382)][n(506)]({forceDefaultExecution:!0}),e[n(460)](s[n(435)],...s[n(382)]),t[n(490)](c);for(const t of c)t[n(480)]()})}),s[t(517)][t(508)](function(n){const s=t,r=!e[s(437)][s(416)][s(399)](n),i=n[s(370)],o=n[s(436)],a=n[s(472)](s(486)),c=!i||i[s(472)](s(486))!==a,u=!o||o[s(472)](s(486))!==a;return r&&Boolean(a)&&c&&u},e=>vt(n,t(375),e))}[xe(404)](){const t=xe,e=this[t(521)],n=e[t(415)];function s(n){const s=t,r=e[s(379)][s(463)](s(456))[s(482)],i=e[s(379)][s(463)](s(434))[s(482)];return s(434)===n?r:i}e[t(495)][t(463)](t(405))[t(517)][t(381)](function(r){const i=t;if(i(428)!=r[i(385)])return;const{data:o}=r;if(!o)return;let a,c,u,l;switch(o[i(435)]){case i(456):u=o[i(382)][0][i(429)],l=s(o[i(435)]),a=i(u?528:386),!l&&e[i(445)][i(463)](i(374))||(a=i(503)),c={type:i(469),content:vt(n,a,vt(n,i(369)))};break;case i(434):u=o[i(382)][0][i(429)],l=s(o[i(435)]),a=i(u?528:386),!l&&e[i(445)][i(463)](i(374))||(a=i(503)),c={type:i(469),content:vt(n,a,vt(n,i(518)))};break;case i(476):a=i(454),c={type:i(469),content:vt(n,a,vt(n,i(375)))};break;case i(522):a=function(t){const e=i,n=t[e(529)]();let s=n[e(426)][e(433)];for(;s&&n[e(377)](s);){if(s[e(472)](e(394))>0)return!1;s=s[e(436)]}return!0}(r)?vt(n,i(386),vt(n,function(t){const e=i;return e(461)+t[e(529)]()[e(426)][e(433)][e(472)](e(459))[e(492)]()+e(520)}(r))):vt(n,i(507),vt(n,i(375))),c={type:i(469),content:a};break;case i(373):case i(462):!1===o[i(455)]&&(a=i(474),c={type:i(525),content:vt(n,a,vt(n,i(375)))})}return c})}}function Ve(t){const e=xe;let n=t[e(529)]()[e(426)][e(433)][e(370)];for(;n;){const s=n[e(472)](e(486));if(!s)return!1;if(s==t[e(389)][e(391)])return e(391);if(s==t[e(389)][e(485)])return e(485);n=n[e(370)]}return!1}function je(){const t=["todoListCheck","customNumberedList","map","isLocal","locale","schema","attributes","setAttribute","bulleted","listReversed","parent","10348yyJsih","*Set format:* %0","size","registerAttributeLabel","start","oldRange","formatBlock","forceValue","afterInit","has","name","nodeAfter","numberedList","commandName","nextSibling","model","listMarkerStyle","head","default","listStart","createRange","length","suggestion","config","_suggestionFactory","newRange","add","from","getChanges","_supportLegacySuggestions","differ","suggestion:attribute:","*Indent:* %0","multipleBlocks","bulletedList","5398883UmOJGB","removeMarker","listType","execute","ELEMENT_","mergeListItemForward","get","getRanges","customBulletedList","_getAttributeKey","getChangedMarkers","find","format","isUndo","batch","getAttribute","getSuggestions","*Merge:* %0","*Uncheck item*","indentList","splitListItemAfter","document","key","detach","*Check item*","value","isNextTo","createPositionAt","oldValue","listItemId","_findSuggestions","894357VvxtsJ","todo","setSelection","todoList","toUpperCase","startsWith","enableDefaultAttributesIntegration","plugins","registerCustomCallback","registerPostFixer","meta","selection","hasSuggestion","todoListChecked","groupId","*Change to:* %0","includes","FORMAT_INDENT","push","*Outdent:* %0","registerElementLabel","range","listStyle","ELEMENT_TODO_LIST","*Merge:* list item","documentList","filter","40IPspCb","7388960sfrDQS","descriptionFactory","ELEMENT_NUMBERED_LIST","getSuggestion","_LIST","editor","outdentList","end","change:data","deletion","attributeKey","_splitMarkerName","*Format:* insert into %0","getFirstRange","fromRange","ELEMENT_BULLETED_LIST","previousSibling","*Split:* list item","attribute","mergeListItemBackward","list.multiBlock","ELEMENT_LIST_ITEM","splitListItemBefore","containsItem","listMarker","commands","high","registerDescriptionCallback","commandParams","trackChangesCommand","listItemIdFixer","type","*Format:* remove from %0","390467Aznlih","noTrackChangesFixer","data","*Remove format:* %0","newValue","TodoListEditing","numbered","listIndent","ListEditing","refresh","change","next","isObject","getFirstMarker","assureChains","checkTodoList","2723457WlLKzT","_registerLegacyDescription","TrackChangesEditing","6AzTiNG","82zjHHhC","accept","88dzCjVw","337FBgjFi"];return(je=function(){return t})()}const He=Ke;function We(){const t=["getAttribute","get","listType","_getTranslationKeyForListStyle","_registerLegacyDescription","*Change to:* %0","listStyle","*Set format:* %0","plugins","suggestion","decimal-leading-zero","nodeAfter","format","upper-roman","_findSuggestions","FORMAT_LIST_START","registerPostFixer","_getAttributeKey","decimal","afterInit","removeMarker","276gvzUCh","attribute","startIndex","getFirstMarker","locale","numbered","square","*Format:* set start index to %0","customNumbered","default","_LIST_DEFAULT","bind","49071WhTsrN","enableDefaultAttributesIntegration","FORMAT_LIST_REVERSED","418308SChnla","reversed","circle","lower-latin","20xHFZDo","editor","registerAttributeLabel","bulleted","formatBlock","toUpperCase","oldValue","model","TrackChangesEditing","9GzZgZr","newValue","*Format:* set order to regular","listStart","1222186OnThFv","getSuggestions","ListPropertiesEditing","commandParams","next","find","start","commandName","8EAMyix","has","getFirstRange","document","19269yvUNXO","54170StwqiC","44844nRzkCe","config","filter","*Format:* set order to reversed","470259nWYyYF","lower-roman","styles","disc","list.properties","registerDescriptionCallback","key","isUndo","data","upper-latin","_LIST_","arabic-indic","descriptionFactory","listReversed","includes","120YYqHAc","ELEMENT_","replace","*Remove format:* %0","batch","type","handleDescriptions","head"];return(We=function(){return t})()}function Ke(t,e){const n=We();return(Ke=function(t,e){return n[t-=192]})(t,e)}!function(t){const e=Ke,n=t();for(;;)try{if(105440===-parseInt(e(247))/1*(parseInt(e(222))/2)+parseInt(e(253))/3+-parseInt(e(218))/4+parseInt(e(268))/5*(parseInt(e(249))/6)+-parseInt(e(235))/7*(-parseInt(e(243))/8)+parseInt(e(231))/9*(-parseInt(e(248))/10)+-parseInt(e(215))/11*(parseInt(e(203))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(We);class ze extends t.Plugin{[He(201)](){const t=He;if(!this[t(223)][t(284)][t(244)](t(237)))return;const e=this[t(223)][t(250)][t(277)](t(257)),n=this[t(223)][t(284)][t(277)](t(230));e[t(255)]&&n[t(216)](t(282)),e[t(219)]&&n[t(216)](t(266)),e[t(205)]&&n[t(216)](t(234));const s={type:t(194),content:""};n[t(265)][t(258)](this[t(274)][t(214)](this));const r=this[t(223)][t(207)];n[t(265)][t(224)](t(266),vt(r,t(217))),n[t(265)][t(258)](e=>{const n=t,{data:r}=e;if(r&&n(266)==r[n(259)])return null==r[n(232)]||0==r[n(232)]&&null==r[n(228)]?s:void 0}),n[t(265)][t(224)](t(234),vt(r,t(197))),n[t(265)][t(258)](e=>{const n=t,{data:r}=e;if(r&&n(234)==r[n(259)])return null==r[n(232)]||1==r[n(232)]&&null==r[n(228)]?s:void 0}),this[t(223)][t(229)][t(246)][t(198)](e=>{const s=t;if(e[s(272)][s(260)])return!1;let r=!1;const i=n[s(236)]({skipNotAttached:!0})[s(251)](t=>{const e=s,r=n[e(199)](t);return e(234)==r||e(266)==r});for(const t of i){const i=t[s(245)]()[s(241)][s(193)][s(276)](s(278));s(208)!=i&&s(211)!=i&&(n[s(196)](t[s(245)](),s(204))[s(240)](t=>s(278)==n[s(199)](t[s(285)]))||(e[s(202)](t[s(206)]()),r=!0))}return r}),this[t(280)]()}[He(274)](t){const e=He,n=this[e(223)][e(207)],{data:s}=t,r={type:e(194),content:""};if(!s||e(282)!=s[e(259)])return;if(!s[e(228)])return e(212)==s[e(232)]?r:{type:e(194),content:""+vt(n,e(283),vt(n,this[e(279)](s[e(232)])))};if(!s[e(232)]){if(e(212)==s[e(228)])return r;let i=t[e(275)];for(;i;){if(i[e(261)]&&e(278)==i[e(261)][e(259)]&&i[e(261)][e(232)])return r;i=i[e(239)]}return{type:e(194),content:""+vt(n,e(271),vt(n,this[e(279)](s[e(228)])))}}if(e(212)!=s[e(232)])return{type:e(194),content:""+vt(n,e(283),vt(n,this[e(279)](s[e(232)])))};let i=t[e(275)];for(;i;){if(i[e(261)]&&e(278)==i[e(261)][e(259)]&&i[e(261)][e(232)]&&i[e(261)][e(228)])return r;i=i[e(239)]}const o=t[e(245)]()[e(241)][e(193)][e(276)](e(278));return{type:e(194),content:vt(n,e(283),vt(n,e(269)+o[e(227)]()+e(213)))}}[He(280)](){const t=He,e=this[t(223)],n=e[t(207)];e[t(284)][t(277)](t(230))[t(265)][t(258)](e=>{const s=t;if(s(226)!=e[s(273)])return;const{data:r}=e;if(!r)return;let i,o;switch(r[s(242)]){case s(282):i=s(281),o={type:s(194),content:vt(n,i,vt(n,this[s(279)](r[s(238)][0][s(273)])))};break;case s(266):i=r[s(238)][0][s(219)]?s(252):s(233),o={type:s(194),content:vt(n,i)};break;case s(234):i=s(210),o={type:s(194),content:vt(n,i,r[s(238)][0][s(205)])}}return o})}[He(279)](t){const e=He;return e(269)+function(t){const n=e;return Xe[n(267)](t)?n(225):qe[n(267)](t)?n(208):null}(t)[e(227)]()+e(263)+t[e(227)]()[e(270)](/-/g,"_")}}const Xe=[He(256),He(220),He(209)],qe=[He(200),He(192),He(254),He(195),He(221),He(262),He(264)];function Ye(){const t=["1909480wOQqYB","1mbRXeG","3dIEOSV","3179540czsUMd","TrackChangesEditing","2181820UUvEqV","plugins","60ckzZTD","600AAAXRo","commands","enableCommand","emoji","editor","10174213nHFNZp","44462GkaqGA","339600XmZQUv","11157664hIsvDX","get","afterInit","9seAbaU"];return(Ye=function(){return t})()}const Ze=Qe;function Qe(t,e){const n=Ye();return(Qe=function(t,e){return n[t-=431]})(t,e)}!function(t){const e=Qe,n=t();for(;;)try{if(796386===parseInt(e(440))/1*(parseInt(e(439))/2)+-parseInt(e(441))/3*(parseInt(e(442))/4)+parseInt(e(446))/5*(parseInt(e(434))/6)+-parseInt(e(432))/7+parseInt(e(435))/8+-parseInt(e(438))/9*(-parseInt(e(444))/10)+parseInt(e(433))/11*(-parseInt(e(447))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ye);class Je extends t.Plugin{[Ze(437)](){const t=Ze,e=this[t(431)];e[t(448)][t(436)](t(450))&&e[t(445)][t(436)](t(443))[t(449)](t(450))}}var $e=n(507);const tn=en;function en(t,e){const n=nn();return(en=function(t,e){return n[t-=296]})(t,e)}function nn(){const t=["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"];return(nn=function(){return t})()}!function(t){const e=en,n=t();for(;;)try{if(783438===-parseInt(e(298))/1+parseInt(e(328))/2+-parseInt(e(308))/3+parseInt(e(299))/4+-parseInt(e(326))/5*(-parseInt(e(313))/6)+-parseInt(e(330))/7+-parseInt(e(309))/8*(-parseInt(e(321))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nn);class sn extends t.Plugin{static get[tn(305)](){return[$e.Enter]}[tn(307)](){const t=tn,e=this[t(331)],n=e[t(306)][t(318)](t(315)),s=e[t(303)][t(318)](t(314));n[t(316)](t(314),()=>{const r=t;e[r(320)][r(296)](t=>{const i=r,o=e[i(320)][i(329)][i(304)],c=o[i(322)](),u=a.ModelLiveRange[i(317)](o[i(327)]());if(s[i(324)](t)){const s=e[i(320)][i(319)](c[i(312)][i(311)],0),r=t[i(300)](c,s);n[i(301)](r)}else t[i(302)](t[i(300)](u[i(297)]));u[i(323)](),s[i(310)](i(325),{writer:t})})})}}function rn(){const t=["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"];return(rn=function(){return t})()}const on=an;function an(t,e){const n=rn();return(an=function(t,e){return n[t-=439]})(t,e)}!function(t){const e=an,n=t();for(;;)try{if(567104===-parseInt(e(440))/1+parseInt(e(456))/2*(-parseInt(e(453))/3)+-parseInt(e(452))/4*(parseInt(e(465))/5)+-parseInt(e(439))/6+parseInt(e(466))/7*(parseInt(e(471))/8)+parseInt(e(468))/9+-parseInt(e(451))/10*(-parseInt(e(448))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rn);class cn extends t.Plugin{[on(470)](){const t=on;if(!this[t(467)][t(482)][t(469)](t(464)))return;const e=this[t(467)][t(482)][t(444)](t(450));e[t(474)](t(446),this[t(472)][t(455)](this)),e[t(474)](t(463)),e[t(474)](t(477)),e[t(474)](t(449)),e[t(474)](t(445))}[on(472)](t,e,n={}){const s=on,r=this[s(467)][s(482)][s(444)](s(460));return t(t=>{const i=s;let o=(i(442)==typeof e?r[i(454)](e,n):e)(t);Array[i(478)](o)&&(o={results:o,searchText:i(442)==typeof e?e:""});const a=o[i(462)][i(473)](e=>!1===this[i(480)](e,t[i(443)]));return{...o,results:a}},n)}[on(480)](t,e){const n=on,s=this[n(467)][n(441)][n(457)](this[n(467)][n(441)][n(476)](e,t[n(461)]),this[n(467)][n(441)][n(476)](e,t[n(458)]));for(const t of this[n(467)][n(441)][n(479)][n(475)](n(481)))if(null!==s[n(459)](t[n(447)]()))return!0;return!1}}const un=fn;function ln(){const t=["*Set font size:* %0","*Set font background color:* %0","label","value","fontColor.colors","config","*Set font color:* %0","commandParams","104344nhmHGd","411184lXzSZW","*Set font family:* %0","plugins","FontFamilyEditing","normalizeSizeOptions","model","861696pLkMFi","TrackChangesEditing","afterInit","FontSizeEditing","title","fontSize","*Reset font color*","FORMAT_FONT_COLOR","FontSize","254808fNjTYh","FORMAT_FONT_BACKGROUND","372604hFDgcV","639qDsChO","929400CHUqji","fontFamily","has","fontBackgroundColor.colors","find","*Reset font background color*","format","enableDefaultAttributesIntegration","descriptionFactory","type","get","30qdVVCN","FORMAT_FONT_SIZE","FontColorEditing","FontBackgroundColorEditing","commandName","8055747Nxytgg","locale","286IqYglF","FORMAT_FONT_FAMILY","toLowerCase","4DEFzmp","formatInline","*Reset font family*","registerAttributeLabel","*Reset font size*","fontColor","registerDescriptionCallback","_registerLegacyDescription","fontBackgroundColor","trim","fontSize.options","editor"];return(ln=function(){return t})()}function fn(t,e){const n=ln();return(fn=function(t,e){return n[t-=229]})(t,e)}!function(t){const e=fn,n=t();for(;;)try{if(601136===-parseInt(e(249))/1*(parseInt(e(272))/2)+-parseInt(e(247))/3+-parseInt(e(232))/4*(parseInt(e(262))/5)+-parseInt(e(238))/6+-parseInt(e(267))/7+-parseInt(e(231))/8*(-parseInt(e(250))/9)+-parseInt(e(251))/10*(-parseInt(e(269))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ln);const hn=[{pluginName:un(241),commandName:un(243)},{pluginName:un(235),commandName:un(252)},{pluginName:un(264),commandName:un(277)},{pluginName:un(265),commandName:un(280)}];class dn extends t.Plugin{[un(240)](){const t=un,e=this[t(283)][t(268)],n=this[t(283)][t(234)][t(261)](t(239));for(const{pluginName:e,commandName:s}of hn)this[t(283)][t(234)][t(253)](e)&&n[t(258)](s);n[t(259)][t(275)](t(243),vt(e,t(263))),n[t(259)][t(275)](t(252),vt(e,t(270))),n[t(259)][t(275)](t(277),vt(e,t(245))),n[t(259)][t(275)](t(280),vt(e,t(248))),this[t(279)]()}[un(279)](){const t=un,e=this[t(283)],n=e[t(268)];e[t(234)][t(261)](t(239))[t(259)][t(278)](e=>{const s=t,r=n.t;if(s(273)!=e[s(260)])return;const{data:o}=e;if(null!=o){if(s(243)==o[s(266)]){const t=o[s(230)][0][s(287)];if(t){const e=r(this[s(283)][s(234)][s(261)](s(246))[s(236)](this[s(283)][s(289)][s(261)](s(282)))[s(255)](e=>e[s(237)]==t)[s(242)])[s(271)]();return{type:s(257),content:vt(n,s(284),e)}}return{type:s(257),content:vt(n,s(276))}}if(s(252)==o[s(266)]){const t=o[s(230)][0][s(287)];return t?{type:s(257),content:vt(n,s(233),t)}:{type:s(257),content:vt(n,s(274))}}if(s(277)==o[s(266)]){const t=o[s(230)][0][s(287)];if(t){const e=(0,i.normalizeColorOptions)(this[s(283)][s(289)][s(261)](s(288)))[s(255)](e=>e[s(237)]==t);let o=t,a="";return e&&(o=e[s(286)],a=r(o)[s(271)]()),{type:s(257),content:vt(n,s(229),a)[s(281)](),color:{value:t,title:a||o}}}return{type:s(257),content:vt(n,s(244))}}if(s(280)==o[s(266)]){const t=o[s(230)][0][s(287)];if(t){const e=(0,i.normalizeColorOptions)(this[s(283)][s(289)][s(261)](s(254)))[s(255)](e=>e[s(237)]==t);let o=t,a="";return e&&(o=e[s(286)],a=r(o)[s(271)]()),{type:s(257),content:vt(n,s(285),a)[s(281)](),color:{value:t,title:a||o}}}return{type:s(257),content:vt(n,s(256))}}}})}}function gn(t,e){const n=mn();return(gn=function(t,e){return n[t-=172]})(t,e)}const pn=gn;function mn(){const t=["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"];return(mn=function(){return t})()}!function(t){const e=gn,n=t();for(;;)try{if(540398===-parseInt(e(180))/1*(parseInt(e(173))/2)+-parseInt(e(198))/3*(-parseInt(e(181))/4)+-parseInt(e(178))/5+parseInt(e(208))/6*(-parseInt(e(185))/7)+-parseInt(e(189))/8*(-parseInt(e(199))/9)+parseInt(e(174))/10*(parseInt(e(200))/11)+-parseInt(e(195))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mn);class In extends t.Plugin{[pn(206)](){const t=pn,{plugins:e}=this[t(204)];e[t(205)](t(192))&&this[t(193)](),e[t(205)](t(207))&&this[t(194)]()}[pn(194)](){const t=pn,{locale:e,plugins:n,commands:s}=this[t(204)],r=n[t(175)](t(197));s[t(175)](t(184))&&r[t(203)](t(184)),s[t(175)](t(186))&&r[t(203)](t(186)),r[t(183)][t(187)](t(188),vt(e,t(202))),r[t(183)][t(187)](t(190),vt(e,t(211)))}[pn(193)](){const t=pn,e=this[t(204)][t(176)][t(175)](t(197)),{locale:n,commands:s}=this[t(204)];s[t(175)](t(172))&&e[t(209)](t(172)),e[t(183)][t(179)](t(177),e=>vt(n,t(196),e)),e[t(183)][t(179)](t(201),e=>vt(n,t(191),e)),e[t(183)][t(179)](t(182),e=>vt(n,t(210),e))}}function En(t,e){const n=bn();return(En=function(t,e){return n[t-=109]})(t,e)}const Tn=En;function bn(){const t=["TrackChangesEditing","enableCommand","find","boolean","split","type","*Set format to:* %0","model","label","commands","formatInline","_registerLegacyDescription","676ndEvPs","fontColor","toUpperCase","length","descriptionFactory","enableDefaultAttributesIntegration","afterInit","7IFmeMj","15285gLIcgy","locale","11552mHJbUp","entries","editor","push","*Remove all formatting*","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"];return(bn=function(){return t})()}!function(t){const e=En,n=t();for(;;)try{if(832094===-parseInt(e(161))/1*(-parseInt(e(111))/2)+-parseInt(e(158))/3+parseInt(e(136))/4*(-parseInt(e(144))/5)+-parseInt(e(113))/6*(parseInt(e(143))/7)+parseInt(e(146))/8*(parseInt(e(151))/9)+-parseInt(e(115))/10+parseInt(e(114))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bn);class _n extends t.Plugin{[Tn(142)](){const t=Tn,e=this[t(148)],n=e[t(160)][t(119)](t(124)),s=e[t(133)][t(119)](t(121)),r=e[t(133)][t(119)](t(157));s&&r&&(n[t(141)](t(157)),n[t(125)](t(121)),this[t(135)]())}[Tn(135)](){const t=Tn,e=this[t(148)],n=e[t(145)];e[t(160)][t(119)](t(124))[t(140)][t(162)](s=>{const r=t;if(r(122)!=s[r(129)]&&r(134)!=s[r(129)])return;const{data:i}=s;if(i&&r(157)===i[r(117)]){const t=[],s=i[r(116)][0];for(const[n,i]of Object[r(147)](s))t[r(149)](An(e,n,i));return t[r(139)]?{type:r(118),content:vt(n,r(130),t[r(112)](", "))}:{type:r(118),content:vt(n,r(150))}}})}}function An(t,e,n){const s=Tn,r=t[s(145)].t,o=e[s(128)](/(?=[A-Z])/)[s(112)](" "),a=r(o[s(152)](0)[s(138)]()+o[s(163)](1))[s(109)]();if(s(127)==typeof n)return a;if(s(137)===e||s(159)===e){const e=(0,i.normalizeColorOptions)(t[s(110)][s(119)](s(155)))[s(126)](t=>t[s(131)]==n);return a+" ("+(e?r(e[s(132)])[s(109)]():n)+")"}if(s(153)===e&&isNaN(parseFloat(n))){const e=t[s(160)][s(119)](s(154))[s(156)](t[s(110)][s(119)](s(120)))[s(126)](t=>t[s(131)]==n);return a+" ("+(e?r(e[s(123)])[s(109)]():n)+")"}return a+" ("+n+")"}const Ln=yn;function yn(t,e){const n=Cn();return(yn=function(t,e){return n[t-=219]})(t,e)}function Cn(){const t=["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 to:* %0","6MnHbCj"];return(Cn=function(){return t})()}!function(t){const e=yn,n=t();for(;;)try{if(407048===-parseInt(e(240))/1*(-parseInt(e(263))/2)+-parseInt(e(248))/3*(parseInt(e(238))/4)+-parseInt(e(220))/5+-parseInt(e(224))/6*(-parseInt(e(256))/7)+parseInt(e(247))/8*(-parseInt(e(219))/9)+-parseInt(e(253))/10+parseInt(e(246))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cn);class Rn extends t.Plugin{[Ln(239)];[Ln(244)](){const t=Ln,e=this[t(252)];if(!e[t(251)][t(221)](t(250)))return;this[t(239)]=e[t(226)][t(259)](t(225));const n=e[t(261)],s=e[t(251)][t(259)](t(241));s[t(236)](t(245));for(const e of this[t(239)])t(249)!=e[t(243)]&&s[t(228)][t(237)](e[t(243)],n=>{const s=t,o=this[s(235)](e[s(243)]);return null!==o?r(n,o):i(n,e[s(231)])});function r(e,s){return vt(n,t(234),[e,s])}function i(e,s){return vt(n,t(230),[e,s])}this[t(258)]()}[Ln(258)](){const t=Ln,e=this[t(252)],n=e[t(261)];e[t(251)][t(259)](t(241))[t(228)][t(222)](e=>{const s=t;if(s(262)!=e[s(232)])return;const{data:r}=e;if(r&&s(245)==r[s(229)]){const e=r[s(257)][0][s(254)],c=this[s(235)](e);if(null!==c)return{type:s(260),content:vt(n,s(223),(a=c,vt(n,s(234),[1,a])))};const u=this[s(239)][s(242)](t=>t[s(243)]===e)[s(231)];return{type:s(260),content:vt(n,s(223),(i=1,o=u,vt(n,t(230),[i,o])))}}var i,o,a})}[Ln(235)](t){const e=Ln,n=t[e(227)](/^heading(\d+)/);if(n)return n[1];const s=this[e(239)]?.[e(242)](n=>n[e(243)]==t);if(s&&s[e(233)]){const t=s[e(233)],n=(t[e(255)]??t)[e(227)](/^h(\d+)/);if(n)return n[1]}return null}}const Nn=kn;function kn(t,e){const n=Sn();return(kn=function(t,e){return n[t-=437]})(t,e)}function Sn(){const t=["*Set highlight:* %0","plugins","editor","enableDefaultAttributesIntegration","11TmPqfB","toLowerCase","*Remove highlight*","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"];return(Sn=function(){return t})()}!function(t){const e=kn,n=t();for(;;)try{if(578743===-parseInt(e(449))/1*(-parseInt(e(439))/2)+parseInt(e(454))/3+parseInt(e(459))/4*(-parseInt(e(438))/5)+parseInt(e(453))/6*(-parseInt(e(465))/7)+parseInt(e(455))/8*(parseInt(e(451))/9)+parseInt(e(468))/10*(-parseInt(e(475))/11)+-parseInt(e(446))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sn);class On extends t.Plugin{[Nn(443)](){const t=Nn,e=this[t(473)];if(!e[t(472)][t(470)](t(467)))return;const n=e[t(472)][t(460)](t(440)),s=e[t(445)];n[t(474)](t(448)),n[t(478)][t(437)](t(448),vt(s,t(462))),this[t(466)]()}[Nn(466)](){const t=Nn,e=this[t(473)],n=e[t(445)];e[t(472)][t(460)](t(440))[t(478)][t(457)](s=>{const r=t;if(r(441)!=s[r(444)])return;const{data:i}=s;if(i&&r(448)==i[r(447)]){const t=n.t,s=i[r(452)][0][r(463)];if(s){const i=e[r(469)][r(460)](r(464))[r(461)](t=>t[r(450)]==s),o=t(i[r(442)])[r(476)]();return{type:r(458),content:vt(n,r(471),o),color:{value:i[r(456)],title:i[r(442)]}}}return{type:r(458),content:vt(n,r(477),vt(n,r(462)))}}})}}const Mn=Fn;function wn(){const t=["locale","2271836JAOaMH","TrackChangesEditing","get","426352zKqwnQ","64771FZKYFh","horizontalLine","6TLFsNh","HorizontalLineEditing","plugins","18RfAWtn","953981qdAOPh","has","803259xFosPo","2529305zdAUZk","editor","ELEMENT_HORIZONTAL_LINE","afterInit","546772ocEbas","enableCommand","descriptionFactory","registerElementLabel"];return(wn=function(){return t})()}function Fn(t,e){const n=wn();return(Fn=function(t,e){return n[t-=195]})(t,e)}!function(t){const e=Fn,n=t();for(;;)try{if(375373===parseInt(e(215))/1+parseInt(e(206))/2+-parseInt(e(201))/3+parseInt(e(211))/4+parseInt(e(202))/5*(-parseInt(e(195))/6)+parseInt(e(199))/7+-parseInt(e(214))/8*(-parseInt(e(198))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wn);class Dn extends t.Plugin{[Mn(205)](){const t=Mn,e=this[t(203)];if(!e[t(197)][t(200)](t(196)))return;e[t(197)][t(213)](t(212))[t(207)](t(216));const n=e[t(197)][t(213)](t(212)),s=e[t(210)];n[t(208)][t(209)](t(216),e=>vt(s,t(204),e))}}const vn=Bn;function Bn(t,e){const n=Pn();return(Bn=function(t,e){return n[t-=399]})(t,e)}function Pn(){const t=["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 %0 content*","value","commandName","HtmlEmbed","plugins","53060UKkXfX","htmlEmbed"];return(Pn=function(){return t})()}!function(t){const e=Bn,n=t();for(;;)try{if(551845===parseInt(e(401))/1+parseInt(e(407))/2*(-parseInt(e(400))/3)+-parseInt(e(404))/4*(parseInt(e(422))/5)+parseInt(e(410))/6+-parseInt(e(411))/7+-parseInt(e(412))/8*(parseInt(e(423))/9)+parseInt(e(433))/10*(parseInt(e(426))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pn);class xn extends t.Plugin{[vn(414)](){const t=vn,e=this[t(415)];if(!e[t(432)][t(408)](t(431)))return;const n=e[t(432)][t(406)](t(417)),s=e[t(427)];n[t(425)][t(403)](t(435),e=>vt(s,t(416),e)),n[t(437)](t(434)),n[t(425)][t(419)](e=>{const n=t;if(n(402)!=e[n(399)])return;const{data:r}=e;if(r&&n(429)==r[n(405)]&&e[n(420)]()[n(424)][n(436)].is(n(418),n(435))){const t=vt(s,n(416));return{type:n(421),content:vt(s,n(428),t)}}}),this[t(409)]()}[vn(409)](){const t=vn,e=this[t(415)],n=e[t(427)];e[t(432)][t(406)](t(417))[t(425)][t(419)](e=>{const s=t;if(s(413)!=e[s(399)])return;const{data:r}=e;if(r&&s(434)==r[s(430)]){const t=vt(n,s(416));return{type:s(421),content:vt(n,s(428),t)}}})}}function Un(t,e){const n=Vn();return(Un=function(t,e){return n[t-=352]})(t,e)}const Gn=Un;function Vn(){const t=["ImageUploadEditing","ImageCaptionEditing","start","isEqual","getClosestSelectedImageElement","10YIpXcf","11750706fJtYYw","getNearestSelectionRange","_findSuggestions","getSuggestionCallback","schema","PictureEditing","*Reset image width*","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 image width:* %0","format","discard","2848848ioZYSL","_suggestionFactory","forward","ImageInlineEditing","type","forceDefaultExecution","246252HblWzE","Block image to inline image","ImageSizeAttributes","insertion","2hDGVso","Inline image to block image","formatInline","_registerLegacyDescription","nodeAfter","136ZKpFHg","registerDescriptionCallback","*Set image text alternative:* %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 image text alternative*","selection","ELEMENT_IMAGE","FORMAT_IMAGE_SIZE"];return(Vn=function(){return t})()}!function(t){const e=Un,n=t();for(;;)try{if(780183===parseInt(e(404))/1*(parseInt(e(416))/2)+parseInt(e(371))/3*(parseInt(e(389))/4)+-parseInt(e(420))/5*(parseInt(e(400))/6)+-parseInt(e(468))/7*(-parseInt(e(409))/8)+-parseInt(e(451))/9+-parseInt(e(450))/10*(parseInt(e(437))/11)+-parseInt(e(394))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vn);class jn extends t.Plugin{[Gn(430)](){const t=Gn,e=this[t(368)];if(!e[t(469)][t(358)](t(467)))return;const n=e[t(469)][t(435)](t(412)),s=e[t(469)][t(435)](t(370)),r=e[t(379)];n[t(363)](t(364)),n[t(427)][t(388)](t(377),e=>vt(r,t(443),e)),n[t(427)][t(388)](t(376),e=>vt(r,t(353),e)),n[t(427)][t(388)](t(421),()=>vt(r,t(356))),e[t(469)][t(358)](t(445))&&n[t(363)](t(414)),e[t(469)][t(358)](t(465))&&e[t(469)][t(358)](t(397))&&(n[t(363)](t(362),(r,i)=>{const o=t,a=s[o(449)](e[o(384)][o(352)][o(442)]);e[o(384)][o(461)](()=>{const t=o;n[t(470)](a,{commandName:t(362),commandParams:[i]},[],t(380))})}),n[t(363)](t(477),(r,i)=>{const o=t;e[o(384)][o(461)](t=>{const c=o;let u=s[c(449)](e[c(384)][c(352)][c(442)]),l=t[c(375)](u);const f=a.ModelLivePosition[c(373)](l[c(447)],c(354)),h=a.ModelLivePosition[c(373)](l[c(422)],c(383));n[c(399)](()=>r(i)),u=s[c(449)](e[c(384)][c(352)][c(442)]),l=t[c(375)](u);const d=t[c(424)](f,h);f[c(440)](),h[c(440)](),n[c(470)](u,{commandName:c(362),commandParams:[i]},[],c(366)),d[c(447)][c(367)](l[c(447)])&&n[c(429)](t[c(424)](d[c(447)],l[c(447)]),c(366)),l[c(422)][c(367)](d[c(422)])&&n[c(429)](t[c(424)](l[c(422)],d[c(422)]),c(366))})}),n[t(395)][t(464)](t(472),t(366),t(431),()=>!1),n[t(395)][t(464)](t(472),t(366),t(381),()=>!1),n[t(395)][t(464)](t(472),t(366),t(393),n[t(395)][t(454)](t(472),"",t(381))),n[t(395)][t(464)](t(403),t(366),t(431),()=>!1),n[t(395)][t(464)](t(403),t(366),t(393),([s])=>{const r=t,i=n[r(395)][r(454)](r(403),"",r(393));let o=s[r(447)],a=s[r(422)];const c=e[r(384)][r(455)][r(452)](o,r(413)),u=e[r(384)][r(455)][r(452)](a,r(396));c[r(385)]&&(o=c[r(447)]),u[r(385)]&&(a=u[r(422)]),i([e[r(384)][r(424)](o,a)])}),n[t(395)][t(464)](t(472),t(366),t(460),c),n[t(395)][t(464)](t(403),t(366),t(460),c)),e[t(469)][t(358)](t(446))&&(n[t(363)](t(374),(r,i)=>{const o=t,a=e[o(469)][o(435)](o(474));let c=s[o(449)](e[o(384)][o(352)][o(442)]),u=a[o(433)](c);e[o(384)][o(461)](()=>{const t=o;if(u)return void n[t(372)](e[t(384)][t(375)](u));const l=s[t(417)](c);r(i),c=s[t(449)](e[t(384)][t(352)][t(442)]),u=a[t(433)](c),n[t(429)](e[t(384)][t(375)](u),l?null:t(361))})}),n[t(395)][t(464)](t(403),t(361),t(460),c));const i=[{type:t(472),subType:t(355)},{type:t(403),subType:t(361)},{type:t(472),subType:t(366)},{type:t(403),subType:t(366)}];function o(e,r){const o=t,a=i[o(471)](({type:t,subType:n})=>e[o(398)]==t&&e[o(459)]==n),c=i[o(471)](({type:t,subType:e})=>r[o(398)]==t&&r[o(459)]==e);if(a<0||c<0)return!1;const u=e[o(462)](),l=r[o(462)]();if((0==a||1==a)&&2==c&&u[o(369)](l))return!0;if(2==a&&3==c){const t=n[o(453)](u,o(403))[o(386)](({suggestion:t,meta:e})=>e[o(439)]&&o(366)==t[o(459)]);if(t[o(360)]>1&&l[o(422)][o(448)](u[o(447)]))return!0;if(1==t[o(360)]&&(u[o(447)][o(448)](l[o(422)])||u[o(422)][o(448)](l[o(447)])))return!0}if(3==a&&3==c&&u[o(447)][o(367)](l[o(447)])){const t=u[o(422)][o(408)],e=l[o(447)][o(357)];return s[o(417)](t)&&t===e}return!1}function c(t,e){return o(t,e)?[t,e]:o(e,t)?[e,t]:null}e[t(469)][t(358)](t(434))&&(n[t(476)](t(428)),n[t(427)][t(466)](t(390),vt(r,t(444)))),e[t(469)][t(358)](t(382))&&n[t(476)](t(426)),e[t(469)][t(358)](t(456))&&n[t(427)][t(410)](e=>{const n=t;if(n(423)!=e[n(398)])return;const{data:s}=e;return s&&n(475)==s[n(436)]?{type:n(392),content:""}:void 0}),e[t(469)][t(358)](t(402))&&n[t(427)][t(410)](e=>{const n=t;if(n(423)!=e[n(398)])return;const{data:s}=e;return!s||n(387)!=s[n(436)]&&n(378)!=s[n(436)]?void 0:{type:n(392),content:""}}),n[t(427)][t(410)](e=>{const n=t;if(i[n(438)](({type:t,subType:s})=>e[n(398)]==t&&e[n(459)]==s))return e[n(359)]?{}:void 0}),n[t(427)][t(410)](e=>{const n=t;if(n(403)==e[n(398)]||n(463)==e[n(398)]){const t=e[n(425)]();if(t&&t.is(n(432),n(421)))return{type:n(403)==e[n(398)]?n(365):n(415),element:t,quantity:1}}}),n[t(427)][t(410)](e=>t(472)==e[t(398)]&&t(366)==e[t(459)]?{type:t(392),content:t(405)}:t(472)==e[t(398)]&&t(380)==e[t(459)]?{type:t(392),content:t(401)}:void 0),n[t(427)][t(410)](e=>{const n=t;if(n(423)!=e[n(398)])return;const{data:s}=e;if(!s||n(473)!=s[n(436)])return;const i=s[n(458)];return i?{type:n(392),content:vt(r,n(411),'"'+i+'"')}:{type:n(392),content:vt(r,n(441))}}),this[t(407)]()}[Gn(407)](){const t=Gn,e=this[t(368)],n=e[t(379)];e[t(469)][t(435)](t(412))[t(427)][t(410)](e=>{const s=t;if(s(472)!=e[s(398)]&&s(406)!=e[s(398)])return;const{data:r}=e;if(r){if(s(426)==r[s(418)]){const t=r[s(419)][0][s(458)];return t?{type:s(392),content:vt(n,s(411),'"'+t+'"')}:{type:s(392),content:vt(n,s(441))}}if(s(428)==r[s(418)]){const t=r[s(419)][0][s(387)];return t?{type:s(392),content:vt(n,s(391),t)}:{type:s(392),content:vt(n,s(457))}}}})}}const Hn=Wn;function Wn(t,e){const n=Kn();return(Wn=function(t,e){return n[t-=223]})(t,e)}function Kn(){const t=["discard","enableDefaultAttributesIntegration","registerDescriptionCallback","editor","537259EIKmPw","registerCustomCallback","*Format:* replace image URL","6664XnoBwN","accept","format","locale","has","_handleLegacySuggestions","*Replace image*","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"];return(Kn=function(){return t})()}!function(t){const e=Wn,n=t();for(;;)try{if(569524===-parseInt(e(236))/1+-parseInt(e(254))/2+-parseInt(e(230))/3*(parseInt(e(224))/4)+-parseInt(e(248))/5+-parseInt(e(262))/6+parseInt(e(239))/7*(-parseInt(e(225))/8)+parseInt(e(259))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Kn);class zn extends t.Plugin{[Hn(246)](){const t=Hn;if(!this[t(235)][t(247)][t(243)](t(249)))return;const e=this[t(235)][t(242)],n=this[t(235)][t(247)][t(252)](t(227));n[t(233)](t(229)),n[t(231)][t(234)](n=>{const s=t;if(s(255)!=n[s(223)])return;const{data:r}=n;return r&&s(256)==r[s(257)]?r[s(260)]&&r[s(250)]?{type:s(241),content:vt(e,s(245))}:{type:s(241),content:""}:void 0}),this[t(244)]()}[Hn(244)](){const t=Hn,e=this[t(235)][t(247)][t(252)](t(227));e[t(228)][t(237)](t(253),t(229),t(240),e[t(228)][t(251)](t(253),null,t(232))),e[t(228)][t(237)](t(253),t(229),t(232),e[t(228)][t(251)](t(253),null,t(240))),this[t(226)]()}[Hn(226)](){const t=Hn,e=this[t(235)],n=e[t(242)];e[t(247)][t(252)](t(227))[t(231)][t(234)](e=>{const s=t;if(s(253)!=e[s(223)]&&s(258)!=e[s(223)])return;const{data:r}=e;return r&&s(229)==r[s(261)]?{type:s(241),content:vt(n,s(238))}:void 0})}}function Xn(t,e){const n=Yn();return(Xn=function(t,e){return n[t-=264]})(t,e)}const qn=Xn;function Yn(){const t=["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:* %0","afterInit","35uxArCF","getSuggestion","join","filter","length","findIndex","normalizedStyles","next","isOwn","registerDescriptionCallback","side","nodeBefore","plugins","value","subType"];return(Yn=function(){return t})()}!function(t){const e=Xn,n=t();for(;;)try{if(719985===-parseInt(e(277))/1*(-parseInt(e(305))/2)+parseInt(e(300))/3+parseInt(e(333))/4*(-parseInt(e(317))/5)+-parseInt(e(360))/6*(-parseInt(e(359))/7)+-parseInt(e(275))/8*(parseInt(e(301))/9)+-parseInt(e(334))/10*(parseInt(e(273))/11)+-parseInt(e(298))/12*(parseInt(e(344))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yn);class Zn extends t.Plugin{[qn(316)](){const t=qn,n=this[t(302)];if(!n[t(329)][t(293)](t(363)))return;const s=n[t(329)][t(288)](t(352)),r=n[t(329)][t(288)](t(266)),i={};s[t(278)](t(341),(i,o)=>{const a=t,c=n[a(329)][a(288)](a(314)).me,u=n[a(335)][a(288)](a(341));let l=r[a(286)](n[a(274)][a(356)][a(282)]),f=n[a(274)][a(264)](l),h=u[a(330)];if(h==o[a(330)])return;const d={commandName:a(341),commandParams:[o],formatGroupId:(0,e.uid)()};n[a(274)][a(279)](()=>{const t=a;if(s[t(337)]()[t(320)](e=>e[t(303)]&&c==e[t(287)]&&(t(304)==e[t(338)]||t(362)==e[t(338)])&&(t(307)==e[t(331)]||t(308)==e[t(331)])&&e[t(309)]()[t(345)](f))[t(281)](e=>s[t(339)](e[t(269)])),l=r[t(286)](n[t(274)][t(356)][t(282)]),f=n[t(274)][t(264)](l),u[t(347)](),n[t(335)][t(288)](t(283))[t(347)](),n[t(335)][t(288)](t(280))[t(347)](),h=u[t(330)],h!=o[t(330)])return r[t(342)](l)&&u[t(276)](o[t(330)],l)?(i({...o,setImageSizes:!1}),l=r[t(286)](n[t(274)][t(356)][t(282)]),void s[t(294)](l,{...d,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(307))):void(r[t(365)](l)?s[t(294)](l,d,[],t(308)):s[t(310)](f,d,t(308)))})});for(const e of n[t(329)][t(288)](t(363))[t(323)])i[e[t(311)]]=e[t(267)][t(265)]();s[t(350)][t(271)](t(304),t(307),t(319),()=>!1),s[t(350)][t(271)](t(304),t(308),t(319),()=>!1),s[t(350)][t(271)](t(362),t(308),t(319),()=>!1),s[t(350)][t(271)](t(304),t(307),t(285),([e])=>{const n=t;r[n(332)](e[n(351)]())}),s[t(350)][t(271)](t(304),t(307),t(312),(e,n)=>{const r=t;s[r(350)][r(313)](r(304),"",r(285))(e,{commandName:n[r(290)],commandParams:n[r(340)]})}),s[t(350)][t(271)](t(304),t(307),t(292),function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null});const o=[{type:t(304),subType:t(307)},{type:t(357),subType:t(272)},{type:t(304),subType:t(355)},{type:t(357),subType:t(355)}];function a(e,n){const i=t,a=o[i(322)](({type:t,subType:n})=>e[i(338)]==t&&e[i(331)]==n),c=o[i(322)](({type:t,subType:e})=>n[i(338)]==t&&n[i(331)]==e);if(a<0||c<0)return!1;const u=e[i(309)](),l=n[i(309)]();if((0==a||1==a)&&2==c&&u[i(299)](l))return!0;if(2==a&&3==c){const t=s[i(295)](u,i(357))[i(320)](({suggestion:t,meta:e})=>e[i(325)]&&i(355)==t[i(331)]);if(t[i(321)]>1&&l[i(268)][i(345)](u[i(361)]))return!0;if(1==t[i(321)]&&(u[i(361)][i(345)](l[i(268)])||u[i(268)][i(345)](l[i(361)])))return!0}if(3==a&&3==c&&u[i(361)][i(270)](l[i(361)])){const t=u[i(268)][i(364)],e=l[i(361)][i(328)];return r[i(365)](t)&&t===e}return!1}n[t(274)][t(356)][t(346)](()=>{const e=t;let i=!1;const o=Array[e(296)](n[e(274)][e(356)][e(291)][e(354)]());for(const{name:t,data:n}of o){const{group:o,type:a,subType:c,id:u}=s[e(348)](t);if(e(358)==o&&s[e(353)](u)){if(e(304)==a&&(e(307)==c||e(308)==c)){const t=s[e(318)](u);if(n[e(284)]){const n=t[e(309)]()[e(351)]();if(r[e(365)](n))continue;s[e(339)](t),i=!0}}if(e(357)==a&&e(272)==c&&!n[e(284)]){const t=s[e(318)](u);t[e(324)]&&t[e(324)][e(303)]&&(s[e(339)](t[e(324)]),i=!0)}}}return i}),this[t(349)](i)}[qn(349)](t){const e=qn,n=this[e(302)],s=n[e(297)];n[e(329)][e(288)](e(352))[e(343)][e(326)](n=>{const r=e;if(r(304)!=n[r(338)]&&r(362)!=n[r(338)])return;const{data:i}=n;if(!i||r(341)!=i[r(290)])return;const o=i[r(306)][0][r(330)];return function(t){const e=r;return{type:e(289),content:vt(s,e(315),t)}}(r(327)===o?vt(s,r(336)):t[o]||o)})}}const Qn=Jn;function Jn(t,e){const n=$n();return(Jn=function(t,e){return n[t-=109]})(t,e)}function $n(){const t=["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"];return($n=function(){return t})()}!function(t){const e=Jn,n=t();for(;;)try{if(431581===parseInt(e(138))/1*(-parseInt(e(125))/2)+-parseInt(e(111))/3*(-parseInt(e(132))/4)+-parseInt(e(112))/5+-parseInt(e(134))/6*(parseInt(e(128))/7)+-parseInt(e(114))/8+-parseInt(e(116))/9+-parseInt(e(120))/10*(-parseInt(e(137))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($n);class ts extends t.Plugin{[Qn(136)];[Qn(117)];constructor(t){const e=Qn;super(t),this[e(136)]=!1,this[e(117)]=!1}[Qn(121)](){const t=Qn,e=this[t(127)],n=e[t(126)][t(123)](t(109)),s=e[t(126)][t(123)](t(110));n&&(n.on(t(124),(e,[,n])=>{const r=t;this[r(136)]=s[r(130)],n[r(119)][r(129)]=!this[r(136)]},{priority:t(139)}),this[t(143)](n,t(122),this[t(140)][t(115)](this)),this[t(143)](n,t(122),()=>{const e=t;this[e(117)]&&(s[e(124)](),this[e(117)]=!1)},{priority:t(131)}),e[t(118)][t(123)](t(133))[t(142)](t(109)))}[Qn(140)](t,e){const n=Qn,{suggestions:s}=e,r=this[n(127)][n(126)][n(123)](n(110)),i=r[n(130)];this[n(136)]!==i&&(r[n(124)](),this[n(117)]=!0),s&&s[n(113)](({id:t,type:e,author:s,created_at:r})=>{const i=n,o={id:t,type:e,authorId:this[i(127)][i(118)][i(123)](i(135)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:s,createdAt:r?new Date(r):new Date,source:i(109)}}};this[i(127)][i(118)][i(123)](i(133))[i(141)](o)})}}const es=ns;function ns(t,e){const n=ss();return(ns=function(t,e){return n[t-=401]})(t,e)}function ss(){const t=["indent","outdentBlock","IndentEditing","type","registerAttributeLabel","*Indent:* %0","has","ListEditing","blockIndentListItem","2100084EnRZPM","getItemLabel","enableCommand","42pUOvbP","indentBlock","outdentBlockListItem","descriptionFactory","formatBlock","indentBlockListItem","getItems","*Outdent:* %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"];return(ss=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(300078===parseInt(e(428))/1+parseInt(e(425))/2+parseInt(e(417))/3+parseInt(e(444))/4+parseInt(e(418))/5*(parseInt(e(403))/6)+-parseInt(e(426))/7+-parseInt(e(419))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);class rs extends t.Plugin{[es(429)](){const t=es,e=this[t(432)],n=e[t(422)][t(412)](t(427));if(e[t(422)][t(441)](t(437))&&(n[t(402)](t(435)),n[t(402)](t(431))),e[t(422)][t(441)](t(415))){for(const e of[t(404),t(436)])n[t(414)](e);if(e[t(422)][t(441)](t(442)))for(const e of[t(413),t(408),t(420),t(405)])n[t(414)](e)}const s=e[t(434)];n[t(406)][t(439)](t(423),vt(s,t(430))),n[t(406)][t(439)](t(416),vt(s,t(430))),n[t(406)][t(439)](t(443),vt(s,t(430))),this[t(424)]()}[es(424)](){const t=es,e=this[t(432)],n=e[t(434)],s=e[t(422)][t(412)](t(427));s[t(406)][t(433)](e=>{const r=t;if(r(407)!=e[r(438)])return;const{data:i}=e;if(!i)return;if(r(404)!=i[r(421)]&&r(436)!=i[r(421)])return;const o=e[r(409)]()[0],a=s[r(406)][r(401)](o);return r(404)==i[r(421)]?{type:r(411),content:vt(n,r(440),a)}:r(436)==i[r(421)]?{type:r(411),content:vt(n,r(410),a)}:void 0})}}var is=os;function os(t,e){var n=cs();return(os=function(t,e){return n[t-=471]})(t,e)}!function(t){for(var e=os,n=t();;)try{if(865020===-parseInt(e(484))/1+parseInt(e(485))/2+-parseInt(e(480))/3*(parseInt(e(487))/4)+-parseInt(e(481))/5*(-parseInt(e(475))/6)+-parseInt(e(476))/7+parseInt(e(474))/8+parseInt(e(486))/9*(parseInt(e(473))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cs);class as extends t.Plugin{static get[is(488)](){return[Fe.Input]}[is(483)](){var t=is;this[t(478)][t(479)][t(471)](t(477))[t(472)](t(482))}}function cs(){var t=["524076zTrYiD","requires","get","enableCommand","2560vhaXWZ","3141368KfVLgc","69900GTqANN","8893346gApiOi","TrackChangesEditing","editor","plugins","33XfdKdH","190rdFUuY","input","init","760967XtXtXL","866238SyKUBP","107901jwwkZT"];return(cs=function(){return t})()}function us(){const t=["enableDefaultAttributesIntegration","2wPjKof","commands","afterInit","manualDecorators","unlink","TrackChangesEditing","commandName","plugins","66QrwkRr","format","_registerLegacyDescription","locale","commandParams","linkHref","newValue","type","1013997pcvwEC","registerDescriptionCallback","253117jUGkAv","descriptionFactory","get","key","link","12565377VrGUZV","label","editor","925016joCGDI","LinkEditing","link (","*Remove link*","1450284FNhsfp","registerAttributeLabel","attribute","555443cQrQpO","toLowerCase","*Set link:* %0","1754865REfMwm","has","formatInline"];return(us=function(){return t})()}const ls=fs;function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=fs,n=t();for(;;)try{if(761369===-parseInt(e(156))/1*(parseInt(e(178))/2)+-parseInt(e(194))/3+parseInt(e(168))/4+parseInt(e(174))/5+-parseInt(e(186))/6*(parseInt(e(171))/7)+parseInt(e(164))/8+parseInt(e(161))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class hs extends t.Plugin{[ls(180)](){const t=ls,e=this[t(163)];if(!e[t(185)][t(175)](t(165)))return;const n=e[t(185)][t(158)](t(183)),s=e[t(179)][t(158)](t(160));n[t(177)](t(160)),n[t(177)](t(182));for(const e of s[t(181)])n[t(157)][t(169)](e.id,t(166)+e[t(162)][t(172)]()+")");n[t(157)][t(155)](n=>{const s=t;if(s(170)!=n[s(193)])return;const{data:r}=n;if(!r||s(191)!=r[s(159)])return;const i=r[s(192)],o=e[s(189)];return{type:s(187),content:null==i?vt(o,s(167)):vt(o,s(173),'"'+i+'"')}}),this[t(188)]()}[ls(188)](){const t=ls,e=this[t(163)],n=e[t(189)];e[t(185)][t(158)](t(183))[t(157)][t(155)](e=>{const s=t;if(s(176)!=e[s(193)])return;const{data:r}=e;if(r){if(s(160)==r[s(184)]){const t=r[s(190)][0];return{type:s(187),content:vt(n,s(173),'"'+t+'"')}}return s(182)==r[s(184)]?{type:s(187),content:vt(n,s(167))}:void 0}})}}const ds=gs;function gs(t,e){const n=ps();return(gs=function(t,e){return n[t-=142]})(t,e)}function ps(){const t=["LegacyTodoListEditing","paragraph","4129293CQxkRX","filter","indentList","todoListChecked","todo","before","blockName","editor","registerElementLabel","*Indent:* %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 to:* %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 item*","ELEMENT_NUMBERED_LIST","formatInline","_selectedElements","change","plugins","type","*Outdent:* %0","previousSibling","isObject","document","*Check item*","createRange","listIndent"];return(ps=function(){return t})()}!function(t){const e=gs,n=t();for(;;)try{if(317757===parseInt(e(216))/1+-parseInt(e(142))/2*(-parseInt(e(220))/3)+parseInt(e(174))/4*(parseInt(e(195))/5)+parseInt(e(183))/6+parseInt(e(159))/7+parseInt(e(184))/8+-parseInt(e(196))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class ms extends t.Plugin{[ds(190)](){const t=ds,e=this[t(166)],n=e[t(188)];if(!e[t(148)][t(198)](t(222)))return;const s=e[t(148)][t(211)](t(187)),r=e[t(148)][t(198)](t(157));function i(t){return()=>{const n=gs,r=e[n(201)][n(153)][n(173)],i=e[n(208)][n(211)](t);if(i[n(202)])return void e[n(217)](n(158),{});const o=t[n(226)](0,-4),a=function(t,e,s){const r=n;let i=Array[r(185)](t)[r(160)](t=>function(t,e){const n=r;return e[n(170)](t[n(210)],n(191))&&!e[n(152)](t)}(t,s));i=i[r(160)](t=>!t.is(r(181),r(191))||t[r(203)](r(225))!=e);const o=new Set;for(const t of i)t.is(r(181),r(191))?o[r(177)](Is(t)):o[r(177)](t);return Array[r(185)](o)}(r[n(180)](),o,e[n(201)][n(224)]);e[n(201)][n(147)](()=>{const e=n;for(const n of a)s[e(172)](n,{commandName:t,commandParams:[{forceValue:!i[e(202)]}],formatGroupId:e(165)},Es(n))})}}function o(t){return()=>{const n=gs,r=function(t){const e=gs;let n=Array[e(185)](t);const s=n[e(169)](t=>e(191)!=t[e(206)]);return s>-1&&(n=n[e(226)](0,s)),n}(e[n(201)][n(153)][n(173)][n(180)]()),i=e[n(201)][n(155)](e[n(201)][n(214)](r[0],n(164)),e[n(201)][n(214)](r[r[n(207)]-1],n(200)));e[n(201)][n(147)](()=>{const e=n;s[e(172)](i,{commandName:t,commandParams:[],formatGroupId:e(156)},function(t){const n=e,s=new Set;for(const e of t){let t=e[n(219)];for(;t&&t[n(203)](n(156))>e[n(203)](n(156));)s[n(177)](t),t=t[n(219)]}return Array[n(185)](s)}(r))})}}s[t(204)](t(221),i(t(221))),s[t(204)](t(179),i(t(179))),r&&s[t(204)](t(205),i(t(205))),s[t(204)](t(161),o(t(161))),s[t(204)](t(194),o(t(194))),r&&s[t(204)](t(189),()=>{const n=t,r=e[n(208)][n(211)](n(189)),i=Array[n(185)](r[n(146)]);i[n(160)](t=>t[n(203)](n(162))!=r[n(202)]),e[n(201)][n(147)](()=>{const t=n;for(const e of i)s[t(172)](e,{commandName:t(189),commandParams:[{forceValue:!r[t(202)]}]})})}),s[t(212)][t(167)](t(191),e=>vt(n,t(213),e)),s[t(212)][t(171)](e=>{const s=t;if(s(197)!=e[s(149)]&&s(145)!=e[s(149)])return;const{data:r}=e;if(r){if(s(221)==r[s(182)]||s(179)==r[s(182)]||s(205)==r[s(182)])switch(r[s(182)][s(176)](s(193),"")){case s(186):return i(vt(n,s(199)));case s(178):return i(vt(n,s(144)));case s(163):return i(vt(n,s(218)))}if(s(161)==r[s(182)])return{type:s(215),content:vt(n,s(168),vt(n,s(213)))};if(s(194)==r[s(182)])return{type:s(215),content:vt(n,s(150),vt(n,s(213)))};if(s(189)==r[s(182)])return r[s(175)][0][s(223)]?{type:s(215),content:vt(n,s(154))}:{type:s(215),content:vt(n,s(143))}}function i(t){const e=s;return{type:e(215),content:vt(n,e(192),t)}}})}}function Is(t){const e=ds,n=t[e(203)](e(156));if(0==n)return t;let s=t;for(;t[e(151)]&&t[e(151)].is(e(181),e(191));){const r=t[e(151)][e(203)](e(156));if(r==n)s=t[e(151)];else if(r<n)break;t=t[e(151)]}return s}function Es(t){const e=ds,n=[];if(t.is(e(181),e(191))&&t[e(203)](e(156))>0){let s=t[e(219)];for(;s&&e(191)==s[e(206)]&&s[e(203)](e(156))==t[e(203)](e(156));)n[e(209)](s),s=s[e(219)]}return n}const Ts=_s;function bs(){const t=["handleListReversedCommand","5bWVahi","config","handleDescriptions","has","push","afterInit","registerDescriptionCallback","_getSuggestionBlocks","*Format:* set order to reversed","createRange","styles","startIndex","document","getSelectedBlocks","from","unshift","map","getLastPosition","6299298SXSIkq","_getTranslationKeyForListStyle","listReversed","handleListStyleCommand","LegacyListUtils","TrackChangesEditing","_getSuggestionBlocksForListStyle","before","bind","plugins","numbered","markMultiRangeBlockFormat","list.properties","selection","replace","backward","length","*Format:* set order to regular","reversed","createPositionAt","get","commandParams","model","getSiblingNodes","*Format:* set start index to %0","1417380RRFIwt","change","getListTypeFromListStyleType","24iukwBa","getFirstPosition","ELEMENT_","listItem","enableCommand","flat","*Change to:* %0","formatInline","15253970sDZUIx","editor","default","commandName","3210067UXDUgc","_LIST_","748178Yjhmht","listStart","forward","parent","toUpperCase","8LqQarI","type","LegacyListPropertiesEditing","locale","element","descriptionFactory","getAttribute","listType","handleListStartCommand","146252bVahyP","filter","formatBlock","format","listStyle","76924MMUKXG"];return(bs=function(){return t})()}function _s(t,e){const n=bs();return(_s=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(399096===parseInt(e(258))/1+-parseInt(e(277))/2+parseInt(e(325))/3*(parseInt(e(272))/4)+-parseInt(e(279))/5*(parseInt(e(322))/6)+-parseInt(e(256))/7*(-parseInt(e(263))/8)+parseInt(e(297))/9+-parseInt(e(252))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class As extends t.Plugin{[Ts(284)](){const t=Ts;if(!this[t(253)][t(306)][t(282)](t(265)))return;const e=this[t(253)][t(280)][t(317)](t(309)),n=this[t(253)][t(306)][t(317)](t(302));e[t(289)]&&n[t(329)](t(276),this[t(300)][t(305)](this)),e[t(315)]&&n[t(329)](t(299),this[t(278)][t(305)](this)),e[t(290)]&&n[t(329)](t(259),this[t(271)][t(305)](this)),n[t(268)][t(285)](this[t(281)][t(305)](this))}[Ts(300)](t,e={}){const n=Ts,s=this[n(253)][n(306)][n(317)](n(302)),r=this[n(303)]();this[n(253)][n(319)][n(323)](()=>{const t=n;s[t(308)](r,{commandName:t(276),commandParams:[{type:e[t(264)]}],formatGroupId:t(276)})})}[Ts(278)](t,e={}){const n=Ts,s=this[n(253)][n(306)][n(317)](n(302)),r=this[n(286)](t=>t.is(n(267),n(328))&&n(307)===t[n(269)](n(270)));if(r[n(313)]<1)return;const i=r[n(295)](t=>this[n(253)][n(319)][n(288)](this[n(253)][n(319)][n(316)](t,n(304)),this[n(253)][n(319)][n(316)](t,0)));this[n(253)][n(319)][n(323)](()=>{const t=n;s[t(308)](i,{commandName:t(299),commandParams:[{reversed:e[t(315)]}],formatGroupId:t(299)})})}[Ts(271)](t,e={}){const n=Ts,s=this[n(253)][n(306)][n(317)](n(302)),r=this[n(286)](t=>t.is(n(267),n(328))&&n(307)===t[n(269)](n(270)));if(r[n(313)]<1)return;const i=r[n(295)](t=>this[n(253)][n(319)][n(288)](this[n(253)][n(319)][n(316)](t,n(304)),this[n(253)][n(319)][n(316)](t,0)));this[n(253)][n(319)][n(323)](()=>{const t=n;s[t(308)](i,{commandName:t(259),commandParams:[{startIndex:e[t(290)]}],formatGroupId:t(259)})})}[Ts(281)](t){const e=Ts;if(e(274)!=t[e(264)]&&e(251)!=t[e(264)])return;const n=this[e(253)][e(266)],{data:s}=t;if(!s)return;let r,i;switch(s[e(255)]){case e(276):r=e(331),i={type:e(275),content:vt(n,r,vt(n,this[e(298)](s[e(318)][0][e(264)])))};break;case e(299):r=s[e(318)][0][e(315)]?e(287):e(314),i={type:e(275),content:vt(n,r)};break;case e(259):r=e(321),i={type:e(275),content:vt(n,r,s[e(318)][0][e(290)])}}return i}[Ts(303)](){const t=Ts,e=this[t(253)][t(306)][t(317)](t(301));let n=Array[t(293)](this[t(253)][t(319)][t(291)][t(310)][t(292)]());return n[0]?.is(t(267),t(328))&&n[t(294)](...e[t(320)](this[t(253)][t(319)][t(291)][t(310)][t(326)](),t(312))),n[n[t(313)]-1]?.is(t(267),t(328))&&n[t(283)](...e[t(320)](this[t(253)][t(319)][t(291)][t(310)][t(296)](),t(260))),n=[...new Set(n)],this[t(253)][t(319)][t(291)][t(310)][t(326)]()?.[t(261)]?.is(t(267),t(328))&&(n=n[t(273)](e=>e.is(t(267),t(328)))),n}[Ts(286)](t){const e=Ts,n=this[e(253)][e(306)][e(317)](e(301));let s=Array[e(293)](this[e(253)][e(319)][e(291)][e(310)][e(292)]())[e(273)](t)[e(295)](t=>{const s=e,r=this[s(253)][s(319)][s(316)](t,0);return[...n[s(320)](r,s(312)),...n[s(320)](r,s(260))]})[e(330)]();return s=[...new Set(s)],s}[Ts(298)](t){const e=Ts;return e(327)+(this[e(253)][e(306)][e(317)](e(301))[e(324)](t)||e(254))[e(262)]()+e(257)+t[e(262)]()[e(311)](/-/g,"_")}}function Ls(t,e){const n=Cs();return(Ls=function(t,e){return n[t-=297]})(t,e)}const ys=Ls;function Cs(){const t=["afterInit","mediaEmbed","5509323DeXZLn","plugins","MediaEmbedEditing","media","1356KwAlcL","63bNMyGq","678060ZHNePU","enableCommand","locale","descriptionFactory","419713yyrpGH","editor","TrackChangesEditing","has","943004cCJWRm","1034712MXAcWV","get","ELEMENT_MEDIA","21405paaAps","105552nObvIL","registerElementLabel"];return(Cs=function(){return t})()}!function(t){const e=Ls,n=t();for(;;)try{if(610829===-parseInt(e(312))/1+parseInt(e(304))/2+parseInt(e(303))/3*(-parseInt(e(317))/4)+-parseInt(e(316))/5*(-parseInt(e(302))/6)+parseInt(e(308))/7+parseInt(e(313))/8+parseInt(e(298))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Rs extends t.Plugin{[ys(319)](){const t=ys,e=this[t(309)];if(!e[t(299)][t(311)](t(300)))return;const n=e[t(299)][t(314)](t(310)),s=e[t(306)];n[t(305)](t(297)),n[t(307)][t(318)](t(301),e=>vt(s,t(315),e))}}const Ns=ks;function ks(t,e){const n=Os();return(ks=function(t,e){return n[t-=376]})(t,e)}!function(t){const e=ks,n=t();for(;;)try{if(428807===-parseInt(e(389))/1*(parseInt(e(379))/2)+parseInt(e(376))/3+parseInt(e(385))/4+-parseInt(e(383))/5+parseInt(e(392))/6*(parseInt(e(378))/7)+parseInt(e(384))/8+-parseInt(e(391))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Os);class Ss extends t.Plugin{[Ns(388)](){const t=Ns,e=this[t(381)];e[t(393)][t(387)](t(386))&&e[t(393)][t(380)](t(377))[t(390)](t(382))}}function Os(){const t=["2221566hTxFYl","plugins","1695345IiuayV","TrackChangesEditing","14tyLFeW","1470190PPkmmp","get","editor","mention","4277605JwJkvY","6684736rMrIxE","2551564LEPGCU","MentionEditing","has","afterInit","1DOTIsf","enableCommand","6837273NeQdxL"];return(Os=function(){return t})()}const Ms=ws;function ws(t,e){const n=Fs();return(ws=function(t,e){return n[t-=167]})(t,e)}function Fs(){const t=["type","getContainedElement","enableCommand","4385899ThlpKC","afterInit","editor","88IvVbqa","547943ZlPUgs","TrackChangesEditing","locale","ELEMENT_MERGE_FIELD","registerDescriptionCallback","get","mergeField","unwrapAffixes","344RIGXsR","deletion","getAttribute","MergeFieldsEditing","18720yVgtsi","insertMergeFieldBlock","insertion","descriptionFactory","*Insert:* %0","plugins","registerElementLabel","3878FeKHxo","233mEnNqC","260YQxQjX","insertMergeFieldImage","has","94551jMZXpC","insertMergeField","getMergeFieldType","*Remove:* %0","getLabel","image","1677942yllUTp","mergeFieldBlock","src","64197KPcICx"];return(Fs=function(){return t})()}!function(t){const e=ws,n=t();for(;;)try{if(453262===-parseInt(e(207))/1*(-parseInt(e(206))/2)+-parseInt(e(170))/3*(-parseInt(e(186))/4)+parseInt(e(199))/5+parseInt(e(176))/6+parseInt(e(183))/7+parseInt(e(195))/8*(-parseInt(e(179))/9)+parseInt(e(167))/10*(-parseInt(e(187))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fs);class Ds extends t.Plugin{[Ms(184)](){const t=Ms,e=this[t(185)];if(!e[t(204)][t(169)](t(198)))return;const n=e[t(204)][t(192)](t(188)),s=e[t(189)];n[t(182)](t(171)),n[t(182)](t(200)),n[t(182)](t(168)),n[t(202)][t(205)](t(193),e=>vt(s,t(190),e)),n[t(202)][t(205)](t(177),e=>vt(s,t(190),e)),n[t(202)][t(191)](n=>{const r=t;if(r(201)!=n[r(180)]&&r(196)!=n[r(180)])return;const i=n[r(181)]();if(null==i)return;const o=e[r(204)][r(192)](r(198));let a;switch(o[r(172)](i)){case null:return;case r(175):{const t=o[r(194)](i[r(197)](r(178)));a=o[r(174)](t)||t;break}default:{const t=i[r(197)]("id");a=o[r(174)](t)||t;break}}return r(201)==n[r(180)]?{type:r(201),content:vt(s,r(203),'"'+a+'" '+vt(s,r(190)))}:{type:r(196),content:vt(s,r(173),'"'+a+'" '+vt(s,r(190)))}})}}const vs=Ps;function Bs(){const t=["get","head","listType","key","MultiLevelList","ELEMENT_MULTI_LEVEL_LIST","21397uhcaKT","*Set format:* %0","*Remove format:* %0","plugins","3082080LvyGqf","866955pVvnZl","registerDescriptionCallback","locale","newValue","oldValue","22348975NHbIqm","descriptionFactory","16LJlPWe","10OAKkma","format","22026qJBgAV","72LLTRrd","handleDescriptions","next","afterInit","listMarkerStyle","editor","7127470rqxhlk","multiLevelList","has","509488IZmmbU","data","695Avdkzl","enableDefaultAttributesIntegration","TrackChangesEditing"];return(Bs=function(){return t})()}function Ps(t,e){const n=Bs();return(Ps=function(t,e){return n[t-=151]})(t,e)}!function(t){const e=Ps,n=t();for(;;)try{if(673015===-parseInt(e(184))/1*(-parseInt(e(161))/2)+-parseInt(e(153))/3*(parseInt(e(160))/4)+parseInt(e(175))/5*(-parseInt(e(163))/6)+parseInt(e(170))/7+parseInt(e(173))/8*(-parseInt(e(164))/9)+-parseInt(e(152))/10+parseInt(e(158))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bs);class xs extends t.Plugin{[vs(167)](){const t=vs,e=this[t(169)],n=e[t(151)][t(178)](t(177));e[t(151)][t(172)](t(182))&&(n[t(176)](t(171)),n[t(159)][t(154)](e=>this[t(165)](e)))}[vs(165)](t){const e=vs,n=this[e(169)][e(155)],{data:s}=t,r={type:e(162),content:""};if(s&&e(168)==s[e(181)]){if(!s[e(157)])return{type:e(162),content:vt(n,e(185),vt(n,e(183)))+" ("+s[e(156)]+")"};if(!s[e(156)]){let i=t[e(179)];for(;i;){if(i[e(174)]&&e(180)==i[e(174)][e(181)]&&i[e(174)][e(156)])return r;i=i[e(166)]}return{type:e(162),content:vt(n,e(186),vt(n,e(183)))+" ("+s[e(157)]+")"}}}}}const Us=Vs;function Gs(){const t=["locale","get","plugins","653940XbWPNL","1511400hmKVSN","enableCommand","639744xaixgR","71322VKotCT","has","48174sGekku","TrackChangesEditing","25KsFVUQ","12858SCKSQX","48BuNgHk","registerElementLabel","afterInit","editor","descriptionFactory","pageBreak","PageBreakEditing","33knMUwg","112655UQvsvM","10EsHzLb","ELEMENT_PAGE_BREAK"];return(Gs=function(){return t})()}function Vs(t,e){const n=Gs();return(Vs=function(t,e){return n[t-=456]})(t,e)}!function(t){const e=Vs,n=t();for(;;)try{if(106321===parseInt(e(468))/1+parseInt(e(459))/2*(parseInt(e(467))/3)+-parseInt(e(477))/4+parseInt(e(458))/5*(parseInt(e(478))/6)+-parseInt(e(456))/7*(parseInt(e(460))/8)+-parseInt(e(474))/9+-parseInt(e(469))/10*(-parseInt(e(475))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gs);class js extends t.Plugin{[Us(462)](){const t=Us,e=this[t(463)];if(!e[t(473)][t(479)](t(466)))return;e[t(473)][t(472)](t(457))[t(476)](t(465));const n=e[t(473)][t(472)](t(457)),s=e[t(471)];n[t(464)][t(461)](t(465),e=>vt(s,t(470),e))}}const Hs=Ws;function Ws(t,e){const n=zs();return(Ws=function(t,e){return n[t-=221]})(t,e)}!function(t){const e=Ws,n=t();for(;;)try{if(632248===-parseInt(e(249))/1*(parseInt(e(264))/2)+parseInt(e(232))/3*(-parseInt(e(257))/4)+-parseInt(e(262))/5+parseInt(e(258))/6*(-parseInt(e(251))/7)+parseInt(e(240))/8*(parseInt(e(241))/9)+-parseInt(e(236))/10*(-parseInt(e(224))/11)+parseInt(e(239))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zs);class Ks extends t.Plugin{[Hs(248)](){const t=Hs,e=this[t(253)];if(!e[t(252)][t(250)](t(237)))return;const n=e[t(235)],s=e[t(252)][t(244)](t(228));s[t(265)][t(234)](t(230),e=>vt(n,t(260),e)),s[t(246)](t(230)),s[t(263)](t(242));const r=s[t(265)];r[t(266)](s=>{const i=t;if(i(243)!==s[i(222)])return;const{start:o,end:a}=s[i(226)]();if(!o[i(225)](a)||!o[i(233)])return;const c=e[i(223)][i(229)],u=o[i(233)];return c[i(245)](u)&&!c[i(247)](u)&&c[i(221)](u,i(261))?{type:i(243),content:vt(n,i(254),r[i(259)](u,1))}:void 0}),this[t(227)]()}[Hs(227)](){const t=Hs,e=this[t(253)],n=e[t(235)];e[t(252)][t(244)](t(228))[t(265)][t(266)](e=>{const s=t;if(s(231)!=e[s(222)])return;const{data:r}=e;return r&&s(230)==r[s(256)]?{type:s(238),content:vt(n,s(255),vt(n,s(260)))}:void 0})}}function zs(){const t=["afterInit","103ACMXzz","has","70fbOCUn","plugins","editor","*Insert:* %0","*Change to:* %0","commandName","1188xVIKPO","71346jQoudL","getItemLabel","ELEMENT_PARAGRAPH","$text","3308000EJGqTF","enableCommand","24368vXLfIe","descriptionFactory","registerDescriptionCallback","checkChild","type","model","11SHoNOf","isTouching","getFirstRange","_registerLegacyDescription","TrackChangesEditing","schema","paragraph","formatBlock","792eSetVR","nodeAfter","registerElementLabel","locale","4885170TObFMg","Paragraph","format","23813868SjOcIh","8SbdHNs","2458008vXZsgY","insertParagraph","insertion","get","isBlock","enableDefaultAttributesIntegration","isLimit"];return(zs=function(){return t})()}const Xs=qs;function qs(t,e){const n=Ys();return(qs=function(t,e){return n[t-=430]})(t,e)}function Ys(){const t=["202836vXwPpi","20248ESVfEu","1256652ODnBhh","enableCommand","22442vdRzvN","27PcYlXc","editor","38605LTmocm","22AAEhBd","2INjrrT","409340bhgYej","commands","afterInit","plugins","replaceSource","get","2004wMUKfR","24wvMpfq","TrackChangesEditing","3965rDaLMd","664RLkgBe"];return(Ys=function(){return t})()}!function(t){const e=qs,n=t();for(;;)try{if(186631===-parseInt(e(440))/1*(parseInt(e(431))/2)+-parseInt(e(436))/3*(-parseInt(e(432))/4)+parseInt(e(438))/5*(-parseInt(e(448))/6)+-parseInt(e(435))/7*(-parseInt(e(430))/8)+parseInt(e(433))/9+-parseInt(e(441))/10*(parseInt(e(439))/11)+parseInt(e(447))/12*(parseInt(e(450))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ys);class Zs extends t.Plugin{[Xs(443)](){const t=Xs,e=this[t(437)];e[t(442)][t(446)](t(445))&&e[t(444)][t(446)](t(449))[t(434)](t(445))}}const Qs=$s;function Js(){const t=["404400UbYWCG","1280950jGKQZy","descriptionFactory","format","_registerLegacyDescription","locale","type","45iYmDKH","formatInline","95736zEOqlc","enableDefaultAttributesIntegration","RemoveFormatEditing","editor","1298880gIrQiB","removeFormat","formatBlock","1292032jhSyJS","206520AzPSis","registerDescriptionCallback","*Remove all formatting*","get","plugins","TrackChangesEditing","afterInit","37761MVEhuX","has","64QMDpsF","commandName"];return(Js=function(){return t})()}function $s(t,e){const n=Js();return($s=function(t,e){return n[t-=299]})(t,e)}!function(t){const e=$s,n=t();for(;;)try{if(177397===-parseInt(e(326))/1+-parseInt(e(317))/2+parseInt(e(313))/3*(parseInt(e(315))/4)+-parseInt(e(318))/5+parseInt(e(302))/6+parseInt(e(305))/7+-parseInt(e(306))/8*(-parseInt(e(324))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Js);class tr extends t.Plugin{[Qs(312)](){const t=Qs,e=this[t(301)];e[t(310)][t(314)](t(300))&&(e[t(310)][t(309)](t(311))[t(299)](t(303)),this[t(321)]())}[Qs(321)](){const t=Qs,e=this[t(301)];e[t(310)][t(309)](t(311))[t(319)][t(307)](n=>{const s=t;if(s(304)!=n[s(323)]&&s(325)!=n[s(323)])return;const{data:r}=n;return r&&s(303)==r[s(316)]?{type:s(320),content:vt(e[s(322)],s(308))}:void 0})}}const er=sr;function nr(){const t=["84uGXEhH","enableCommand","afterInit","953424ygoEcu","goToNextRestrictedEditingException","discardSuggestion","68490RCSbjz","has","trackChanges","4sgDTYW","118412sizefD","2448mcWsVi","RestrictedEditingModeEditing","2321166meanpO","acceptSuggestion","acceptAllSuggestions","2364276LWJNlA","8421890ClkCnW","acceptSelectedSuggestions","discardSelectedSuggestions","plugins","get","discardAllSuggestions","goToPreviousRestrictedEditingException","6911688oXuDvU","TrackChangesEditing","editor"];return(nr=function(){return t})()}function sr(t,e){const n=nr();return(sr=function(t,e){return n[t-=108]})(t,e)}!function(t){const e=sr,n=t();for(;;)try{if(877328===parseInt(e(117))/1+parseInt(e(127))/2+-parseInt(e(130))/3+-parseInt(e(123))/4*(parseInt(e(131))/5)+parseInt(e(114))/6*(parseInt(e(124))/7)+-parseInt(e(111))/8+-parseInt(e(125))/9*(-parseInt(e(120))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends t.Plugin{[er(116)](){const t=er,e=this[t(113)];if(!e[t(134)][t(121)](t(126)))return;const n=e[t(134)][t(108)](t(112));n[t(115)](t(110)),n[t(115)](t(118));const s=e[t(134)][t(108)](t(126));s[t(115)](t(122)),s[t(115)](t(128)),s[t(115)](t(119)),s[t(115)](t(129)),s[t(115)](t(109)),s[t(115)](t(132)),s[t(115)](t(133))}}const ir=ar;function or(){const t=["softBreak","registerElementLabel","8zXHKOx","469779HWUGlH","5834227zwEawt","afterInit","8IQFhEK","locale","shiftEnter","565472MiCBRR","12819987WXUkdj","descriptionFactory","ShiftEnter","editor","get","1757495UEhFFw","TrackChangesEditing","ELEMENT_LINE_BREAK","plugins","1296792hWgZbX","has","enableCommand","886613eMEAzF"];return(or=function(){return t})()}function ar(t,e){const n=or();return(ar=function(t,e){return n[t-=470]})(t,e)}!function(t){const e=ar,n=t();for(;;)try{if(495740===parseInt(e(474))/1+parseInt(e(481))/2*(parseInt(e(478))/3)+parseInt(e(484))/4+-parseInt(e(490))/5+-parseInt(e(471))/6+parseInt(e(479))/7+-parseInt(e(477))/8*(parseInt(e(485))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class cr extends t.Plugin{[ir(480)](){const t=ir,e=this[t(488)];if(!e[t(470)][t(472)](t(487)))return;const n=e[t(470)][t(489)](t(491));n[t(473)](t(483)),n[t(486)][t(476)](t(475),n=>vt(e[t(482)],t(492),n))}}function ur(){const t=["28532yEqxQE","200pmBNKr","225WBJmaj","push","createRangeOn","getItems","hasAttribute","340008IRKdhU","236287uvbfDq","1231596aqMXlF","2384946LMkzAU","138370RbiuZK","693ZTYKHc","7NCicFD","46388RgQWYe"];return(ur=function(){return t})()}function lr(t,e){const n=ur();return(lr=function(t,e){return n[t-=196]})(t,e)}function fr(t,e,n){const s=lr,r=[];for(const i of e[s(207)]())i[s(208)](t)&&r[s(205)](n[s(206)](i));return r}!function(t){const e=lr,n=t();for(;;)try{if(643958===-parseInt(e(210))/1+parseInt(e(202))/2*(parseInt(e(204))/3)+parseInt(e(201))/4*(parseInt(e(203))/5)+parseInt(e(197))/6+-parseInt(e(200))/7*(parseInt(e(209))/8)+-parseInt(e(196))/9+parseInt(e(198))/10*(-parseInt(e(199))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);const hr=gr;function dr(){const t=["schema","markInlineFormat","getRanges","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","_enableEditingExceptionBlockCommand","4vyKLsJ","parent","TrackChangesEditing","commands","markBlockFormat","value","model","document","from","afterInit","FORMAT_RESTRICTED_ENABLED","663275VKPVlt","724983byfiKL","5089404wkKcme","9257952xTCqYc","type","push","selection","enableCommand","isCollapsed","plugins","_enableEditingExceptionCommand","editor","locale","commandName","1337095fnGfQu","commandParams","2449341rxkviG","filter","name","change","has","870792vdVtHR","registerDescriptionCallback","get","formatInline","getSelectedBlocks","map","format","findAncestor","createContext","descriptionFactory","restrictedEditingExceptionAuto","checkChild","restrictedEditingException","formatBlock","restrictedEditingExceptionBlock","forceValue"];return(dr=function(){return t})()}function gr(t,e){const n=dr();return(gr=function(t,e){return n[t-=283]})(t,e)}!function(t){const e=gr,n=t();for(;;)try{if(461348===-parseInt(e(293))/1+-parseInt(e(314))/2+-parseInt(e(309))/3+-parseInt(e(336))/4*(-parseInt(e(307))/5)+parseInt(e(295))/6+parseInt(e(294))/7+parseInt(e(296))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class pr extends t.Plugin{[hr(291)](){const t=hr,e=this[t(304)],n=e[t(302)][t(316)](t(284));e[t(302)][t(313)](t(334))&&(this[t(303)](),this[t(335)](),n[t(300)](t(324)))}[hr(303)](){const t=hr,e=this[t(304)],n=e[t(288)],s=e[t(305)],r=e[t(302)][t(316)](t(284)),i=t(326),o=e[t(285)][t(316)](i);r[t(300)](i,(e,s={})=>{const a=t,c=n[a(289)][a(299)];if(c[a(301)])return void e(s);const u=void 0!==s[a(329)]?s[a(329)]:!o[a(287)];n[a(312)](()=>{const t=a,e=Array[t(290)](c[t(332)]());for(const s of e){const e=u?[s]:fr(i,s,n);for(const n of e)r[t(331)](n,{commandName:i,commandParams:[{forceValue:u}]})}})}),r[t(323)][t(315)](e=>{const n=t;if(n(327)!=e[n(297)]&&n(317)!=e[n(297)])return;const{data:r}=e;return r&&r[n(306)]==i?r[n(308)][0][n(329)]?{type:n(320),content:vt(s,n(292))}:{type:n(320),content:vt(s,n(333))}:void 0})}[hr(335)](){const t=hr,e=this[t(304)],n=e[t(305)],s=e[t(302)][t(316)](t(284)),r=t(328),i=this[t(304)][t(285)][t(316)](r);s[t(300)](r,(n,o={})=>{const a=t,c=this[a(304)][a(288)][a(289)][a(299)],u=o&&void 0!==o[a(329)]?o[a(329)]:!i[a(287)];let l=[];if(u){const t=Array[a(290)](c[a(318)]())[a(310)](t=>function(t){const e=a;return!!t[e(321)](e(326),{includeSelf:!0})}(t)||function(t,e){const n=a,s=e[n(322)](t[n(283)]);return!!e[n(325)](s,n(326))&&!!e[n(325)](s[n(298)](n(326)),t)}(t,this[a(304)][a(288)][a(330)]));l=y(t,e[a(288)])}else{const t=Array[a(290)](c[a(318)]())[a(319)](t=>function(t){const e=a;let n=t;for(;n[e(283)];){if(e(326)==n[e(283)][e(311)])return n;n=n[e(283)]}return null}(t))[a(310)](t=>!!t);l=y(t,e[a(288)])}e[a(288)][a(312)](()=>{const t=a;for(const e of l)s[t(286)](e,{commandName:r,commandParams:[{forceValue:u}]})})}),s[t(323)][t(315)](e=>{const s=t,{data:i}=e;if(i&&i[s(306)]==r)return i[s(308)][0][s(329)]?{type:s(320),content:vt(n,s(292))}:{type:s(320),content:vt(n,s(333))}})}}const mr=Er;function Ir(){const t=["4963518VpLpVE","4224FIJAac","60090cPeaxc","element","11491728wXcbwo","inline","registerAttributeLabel","*Remove format:* %0","formatInline","StyleUtils","block","22kAdRjZ","definitions","type","TrackChangesEditing","get","580DZkFgt","afterInit","13RYxSAt","39TGAlBP","ghsAttributes","style","Style","editor","FORMAT_STYLE","*Set format:* %0","33DGraBJ","registerDescriptionCallback","commandName","format","_registerLegacyDescription","1857740XkEkXB","3878120fUZIBS","DataSchema","descriptionFactory","getGhsAttributeNameForElement","enableDefaultAttributesIntegration","commandParams","has","add","plugins","forceValue","normalizeConfig","7GcGqXP","locale","formatBlock","config","toLowerCase","GeneralHtmlSupport","styleName","144224ZIEpID"];return(Ir=function(){return t})()}function Er(t,e){const n=Ir();return(Er=function(t,e){return n[t-=350]})(t,e)}!function(t){const e=Er,n=t();for(;;)try{if(370321===parseInt(e(389))/1*(-parseInt(e(398))/2)+-parseInt(e(355))/3*(parseInt(e(386))/4)+-parseInt(e(352))/5*(parseInt(e(388))/6)+-parseInt(e(379))/7*(parseInt(e(368))/8)+parseInt(e(387))/9+parseInt(e(367))/10*(parseInt(e(362))/11)+parseInt(e(391))/12*(parseInt(e(354))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ir);class Tr extends t.Plugin{[mr(353)](){const t=mr,e=this[t(359)];if(!e[t(376)][t(374)](t(358))||!e[t(376)][t(374)](t(369)))return;const n=e[t(376)][t(351)](t(350)),s=e[t(380)],r=e[t(382)][t(351)](t(357))||{},i=e[t(376)][t(351)](t(384)),o=e[t(376)][t(351)](t(396))[t(378)](e[t(376)][t(351)](t(369)),r[t(399)]);n[t(372)](t(357));const a=new Set;for(const e of o[t(397)]){const n=i[t(371)](e[t(390)]);a[t(375)](n)}const c=new Set;for(const e of o[t(392)]){const n=i[t(371)](e[t(390)]);c[t(375)](n);for(const n of e[t(356)])c[t(375)](n)}for(const e of a)n[t(370)][t(393)](e,vt(s,t(360)));for(const e of c)n[t(370)][t(393)](e,vt(s,t(360)));this[t(366)]()}[mr(366)](){const t=mr,e=this[t(359)],n=e[t(380)];e[t(376)][t(351)](t(350))[t(370)][t(363)](e=>{const s=t;if(s(381)!=e[s(400)]&&s(395)!=e[s(400)])return;const{data:r}=e;return r&&s(357)===r[s(364)]?r[s(373)][0][s(377)]?{type:s(365),content:vt(n,s(361),r[s(373)][0][s(385)][s(383)]())}:{type:s(365),content:vt(n,s(394),r[s(373)][0][s(385)][s(383)]())}:void 0})}}const br=_r;function _r(t,e){const n=Ar();return(_r=function(t,e){return n[t-=185]})(t,e)}function Ar(){const t=["hasAttribute","descriptionFactory","document","above","execute","position","152uOXDZh","*Remove:* %0","getColumnIndexes","insertTableColumnLeft","_getCoordsForCells","6tiTeGm","insertTableRowBelow","createRangeIn","getCellLocation","differ","change:data","insert","insertTable","min","isInContent","insertTableRowAbove","tablePaste","898taLcjZ","map","rootName","includes","addRange","*Insert:* %0","first","tableCell","getItems","_acceptFormatSuggestionCallbackFactory","minColumn","insertTableColumnRight","_tableSuggestions","length","startsWith","_getSuggestionCoords","nodeBefore","selectTableColumn","suggestion","MAX_SAFE_INTEGER","span","afterInit","end","ELEMENT_TABLE_COLUMN","root","substr","setSelection","change","removeTableRow","getSelectionAffectedTableCells","maxColumn","batch","from","nodeAfter","every","discard","maxRow","1298542bgVKnd","element","registerCustomCallback","plugins","subType","selectTableRow","enableCommand","registerPostFixer","data","getAttribute","editor","getSuggestion","getRowIndexes","isIntersectingWithRange","model","commands","accept","start","oldRange","detach","enqueueChange","$graveyard","locale","registerDescriptionCallback","add","isTouching","_splitMarkerName","findAncestor","362CeIybI","fromRange","order","599285cOhell","TableEditing","values","createTableWalker","toLowerCase","ELEMENT_TABLE_WITH_TEXT","$textProxy","getChangedMarkers","createRangeOn","max","909240PdGkXz","MIN_SAFE_INTEGER","getChildren","TableUtils","isEqual","ELEMENT_TABLE_ROW","table","registerElementLabel","rowspan","ELEMENT_TABLE_ROW_WITH_TEXT","insertion","removeTableColumn","colspan","getChanges","filter","createPositionAt","ELEMENT_TABLE_COLUMN_WITH_TEXT","push","getRanges","3246140mGocAs","tableRow","minRow","cell","refresh","deletion","getFirstRange","join","ELEMENT_TABLE","tableColumn","markMultiRangeInsertion","last","low","get","_setupColumnsRowsFixing","selection","301950LBxhjB","forceValue","type","getContainedElement","name","some","left","has","_suggestionFactory","markMultiRangeDeletion","_tablePostFixingSubtypes","83709BHSPcY","isIntersecting","TrackChangesEditing"];return(Ar=function(){return t})()}!function(t){const e=_r,n=t();for(;;)try{if(131730===parseInt(e(316))/1*(parseInt(e(231))/2)+-parseInt(e(279))/3+parseInt(e(244))/4+parseInt(e(234))/5*(-parseInt(e(304))/6)+-parseInt(e(203))/7+-parseInt(e(299))/8*(parseInt(e(290))/9)+parseInt(e(263))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ar);class Lr extends t.Plugin{[br(289)];[br(328)];constructor(t){const e=br;super(t),this[e(289)]=[e(264),e(272)],this[e(328)]=new Set}[br(187)](){const t=br,e=this[t(213)],n=e[t(217)][t(295)][t(278)];if(!e[t(206)][t(286)](t(235)))return;const s=e[t(225)],r=e[t(206)][t(276)](t(292)),i=e[t(206)][t(276)](t(247));r[t(294)][t(251)](t(250),e=>vt(s,t(271),e)),this[t(277)](),r[t(209)](t(311)),r[t(209)](t(208)),r[t(209)](t(333));for(const s of[t(314),t(305)]){const o=e[t(218)][t(276)](s);r[t(209)](s,s=>{const a=t;e[a(217)][a(193)](t=>{const e=a;s();const c=e(296)===o[e(233)],u=i[e(195)](n),l=i[e(215)](u),f=c?l[e(322)]-1:l[e(274)]+1,h=u[0][e(230)](e(250)),d=i[e(237)](h,{startRow:f,endRow:f}),g=Array[e(198)](d)[e(317)](n=>t[e(242)](n[e(266)]));r[e(273)](g,e(264))})})}for(const s of[t(302),t(327)]){const o=e[t(218)][t(276)](s);r[t(209)](s,s=>{const a=t;e[a(217)][a(193)](t=>{const e=a;s();const c=e(285)===o[e(233)],u=i[e(195)](n),l=i[e(301)](u),f=c?l[e(322)]-1:l[e(274)]+1,h=u[0][e(230)](e(250)),d=i[e(237)](h,{startRow:0,column:f,includeAllSlots:!1}),g=Array[e(198)](d)[e(317)](n=>t[e(242)](n[e(266)]));r[e(273)](g,e(272))})})}for(const s of[t(194),t(255)]){const o=s[t(191)](11),a=o[t(238)](),c=a[t(191)](0,3)+t(186),u=t(250)+o,l=t(312)+o,f=t(243)+o;r[t(209)](s,()=>{const o=t;e[o(217)][o(193)](t=>{const e=o,h=i[e(195)](n),d=h[0][e(230)](e(250));let g;if(e(194)==s){const t=i[e(215)](h);g={startRow:t[e(322)],endRow:t[e(274)],includeAllSlots:!0}}else{const t=i[e(301)](h);g={startColumn:t[e(322)],endColumn:t[e(274)],includeAllSlots:!0}}const p=i[e(237)](d,g),m=Array[e(198)](p)[e(317)](({cell:t})=>t),I=yr(m[e(258)](t=>t[e(293)](c))),E=yr(m[e(258)](t=>!t[e(293)](c)))[e(317)](n=>t[e(242)](n)),T=r[e(288)](E,u);if(T&&(e(264)==T[e(207)]||e(272)==T[e(207)])){const n=this[e(331)](T);for(const s of I){const r=t[e(242)](s),o=i[e(307)](s),u=s[e(212)](c)-1,h=n[l],d=n[f];h<=o[a]&&o[a]+u<=d&&T[e(320)](r)}}})})}function o(s){const r=t,i=Array[r(198)](n[r(262)]())[r(317)](t=>a.ModelLiveRange[r(232)](t));e[r(217)][r(193)](t=>{const n=r,o=t[n(197)];s=s[n(258)](t=>n(224)!=t[n(190)][n(318)]),t[n(192)](s),e[n(218)][n(276)](n(194))[n(267)](),e[n(297)](n(194),{forceDefaultExecution:!0}),e[n(217)][n(223)](()=>{const t=n;e[t(217)][t(223)](o,e=>{const n=t,s=i[n(258)](t=>n(224)!=t[n(190)][n(318)]);s[n(329)]>0&&e[n(192)](s);for(const t of i)t[n(222)]()})})})}function c(s){const r=t;e[r(217)][r(193)](t=>{const i=r,o=Array[i(198)](n[i(262)]())[i(317)](t=>a.ModelLiveRange[i(232)](t)),c=[];for(const t of s)for(const e of t[i(324)]({shallow:!0}))c[i(261)](e);for(const n of c)i(224)!=n[i(190)][i(318)]&&(t[i(192)](t[i(259)](n,0)),e[i(218)][i(276)](i(255))[i(267)](),e[i(297)](i(255),{forceDefaultExecution:!0}));const u=o[i(258)](t=>i(224)!=t[i(190)][i(318)]);u[i(329)]>0&&t[i(192)](u);for(const t of o)t[i(222)]()})}function u(e,n){const s=t;return n[s(200)](t=>e[s(284)](e=>e[s(188)][s(248)](t[s(220)])||t[s(188)][s(248)](e[s(220)])))}function l(e,n){const s=t;return!e[s(284)](t=>n[s(284)](e=>t[s(291)](e)))&&e[s(284)](t=>n[s(284)](e=>t[s(188)][s(228)](e[s(220)])))}r[t(294)][t(226)](e=>{const n=t;if(n(254)!=e[n(281)]&&n(268)!=e[n(281)])return;const r=e[n(282)]();if(null!=r&&r.is(n(204),n(250))){if(n(254)==e[n(281)]){const t=e[n(324)]()[n(258)](t=>t.is(n(240)))[n(317)](t=>t[n(211)]);if(t[n(329)])return{type:n(254),content:vt(s,n(321),vt(s,n(239),'"'+t[n(270)](" ")+'"'))}}if(n(268)==e[n(281)]){const t=e[n(324)]()[n(258)](t=>t.is(n(240)))[n(317)](t=>t[n(211)]);if(t[n(329)])return{type:n(268),content:vt(s,n(300),vt(s,n(239),'"'+t[n(270)](" ")+'"'))}}}}),r[t(294)][t(226)](e=>{const n=t;if(n(264)==e[n(207)]){const t=e[n(324)]()[n(258)](t=>t.is(n(240)))[n(317)](t=>t[n(211)]),r=this[n(331)](e),i=r[n(202)]-r[n(265)]+1;if(n(254)==e[n(281)])return t[n(329)]?{type:n(254),content:vt(s,n(321),vt(s,n(253),[i,'"'+t[n(270)](" ")+'"']))}:{type:n(254),content:vt(s,n(321),vt(s,n(249),i))};if(n(268)==e[n(281)])return t[n(329)]?{type:n(268),content:vt(s,n(300),vt(s,n(253),[i,'"'+t[n(270)](" ")+'"']))}:{type:n(268),content:vt(s,n(300),vt(s,n(249),i))}}if(n(272)==e[n(207)]){const t=e[n(324)]()[n(258)](t=>t.is(n(240)))[n(317)](t=>t[n(211)]),r=this[n(331)](e),i=r[n(196)]-r[n(326)]+1;if(n(254)==e[n(281)])return t[n(329)]?{type:n(254),content:vt(s,n(321),vt(s,n(260),[i,'"'+t[n(270)](" ")+'"']))}:{type:n(254),content:vt(s,n(321),vt(s,n(189),i))};if(n(268)==e[n(281)])return t[n(329)]?{type:n(268),content:vt(s,n(300),vt(s,n(260),[i,'"'+t[n(270)](" ")+'"']))}:{type:n(268),content:vt(s,n(300),vt(s,n(189),i))}}}),r[t(287)][t(205)](t(254),t(264),t(201),o),r[t(287)][t(205)](t(268),t(264),t(219),o),r[t(287)][t(205)](t(254),t(272),t(201),c),r[t(287)][t(205)](t(268),t(272),t(219),c),r[t(287)][t(205)](t(254),t(272),t(270),u),r[t(287)][t(205)](t(268),t(272),t(270),u),r[t(287)][t(205)](t(254),t(264),t(270),l),r[t(287)][t(205)](t(268),t(264),t(270),l)}[br(325)](){const t=br,e=this[t(213)],n=e[t(217)][t(295)][t(278)];return(s,r)=>{const i=t;e[i(217)][i(193)](t=>{const o=i,{commandName:c,commandParams:u}=r;let l=s[0][o(188)][o(332)];u&&u[0]&&!1===u[0][o(280)]&&(l=s[0][o(220)][o(199)]);const f=t[o(306)](l);if(o(224)==f[o(190)][o(318)])return;const h=Array[o(198)](n[o(262)]())[o(317)](t=>a.ModelLiveRange[o(232)](t));t[o(192)](f),e[o(218)][o(276)](c)[o(267)](),u[o(261)]({forceDefaultExecution:!0}),e[o(297)](c,...u);const d=h[o(258)](t=>o(224)!=t[o(190)][o(318)]);d[o(329)]>0&&t[o(192)](d);for(const t of h)t[o(222)]()})}}[br(303)](t){const e=br,n=this[e(213)][e(206)][e(276)](e(247));let s=Number[e(185)],r=Number[e(245)],i=Number[e(185)],o=Number[e(245)];for(const a of t){if(e(224)==a[e(190)][e(318)])continue;const{row:t,column:c}=n[e(307)](a),u=a[e(293)](e(252))?a[e(212)](e(252))-1:0,l=a[e(293)](e(256))?a[e(212)](e(256))-1:0;s=t<s?t:s,r=t+u>r?t+u:r,i=c<i?c:i,o=c+l>o?c+l:o}return{minRow:s,maxRow:r,minColumn:i,maxColumn:o}}[br(277)](){const t=br,e=this[t(213)],n=e[t(206)][t(276)](t(292)),s=e[t(206)][t(276)](t(247));e[t(217)][t(295)].on(t(309),()=>{const s=t,r=Array[s(198)](e[s(217)][s(295)][s(308)][s(241)]());for(const{name:t,data:e}of r){const{group:r,id:i,subType:o}=n[s(229)](t);if(s(334)!=r)continue;if(null!=e[s(221)])continue;const a=n[s(214)](i);this[s(289)][s(319)](o)&&this[s(328)][s(227)](a)}},{priority:t(275)});const r=(e,n)=>{const r=t;let i=!1;const o=n[r(242)](e),a=e[r(230)](r(250)),c=s[r(307)](e);for(const t of this[r(328)]){const n=t[r(207)],s=n[r(330)](r(315)),u=n[r(191)](s?10:5),l=u[r(238)](),f=l[r(191)](0,3)+r(186),h=r(312)+u,d=r(243)+u;if(!t[r(313)])continue;if(a!=t[r(269)]()[r(220)][r(230)](r(250)))continue;if(t[r(216)](o))continue;const g=e[r(293)](f)?e[r(212)](f)-1:0,p=this[r(331)](t),m=p[h],I=p[d];m<=c[l]&&c[l]+g<=I&&(t[r(320)](o),i=!0)}return i};e[t(217)][t(295)][t(210)](n=>{const s=t;let i=!1;for(const t of e[s(217)][s(295)][s(308)][s(257)]())if(s(310)==t[s(281)])if(s(264)==t[s(283)])for(const e of t[s(298)][s(199)][s(246)]())i=i||r(e,n);else s(323)==t[s(283)]&&(i=i||r(t[s(298)][s(199)],n));return i})}[br(331)](t){const e=br;return this[e(303)](t[e(262)]()[e(317)](t=>t[e(220)][e(199)]))}}function yr(t){const e=br;return Array[e(198)](new Set(t)[e(236)]())}const Cr=Rr;function Rr(t,e){const n=Nr();return(Rr=function(t,e){return n[t-=363]})(t,e)}function Nr(){const t=["detach","direction","push","mergeTableCells","table","$graveyard","get","331592QUGqKX","getFirstPosition","getSelectionAffectedTableCells","2551978Ljcwst","has","2729753IWQMzp","containsRange","return","createRangeOn","cell","formatBlock","*Split cell:* vertically","requires","editor","low","_acceptFormatSuggestionCallbackFactory","subType","TableEditing","fromRange","splitTableCellHorizontally","root","author","_areSelectedCellsMergable","find","mergeTableCellUp","mergeTableCellRight","format","trackChanges","enableCommand","setSelection","getSuggestions","map","refresh","size","getRanges","_areMergableCells","model","forceDefaultExecution","getAncestors","mergeTableCellDown","isInContent","registerDescriptionCallback","splitTableCellVertically","set:isEnabled","markBlockFormat","_suggestionFactory","formatInline","selection","findAncestor","72cgsJwW","_isForcedDefaultExecutionBlock","value","element","*Split cell:* horizontally","deletion","locale","createTableWalker","from","tableCell","insertion","horizontally","accept","TableUtils","markMultiRangeBlockFormat","document","26856lPNNrJ","mergeTableCellLeft","isEnabled","1239tsZcDL","type","add","rootName","9469233WWZsXj","commandName","1VsFqFy","TrackChangesEditing","descriptionFactory","getCellLocation","*Merge cells*","_tablePostFixingSubtypes","2302322CjLsxV","change","9DJIQej","1304334CUrnwx","afterInit","filter","commands","length","highest","plugins","stop","35iJuBAX","execute","10HpXFal","registerCustomCallback"];return(Nr=function(){return t})()}!function(t){const e=Rr,n=t();for(;;)try{if(938354===parseInt(e(394))/1*(parseInt(e(400))/2)+parseInt(e(402))/3*(-parseInt(e(422))/4)+parseInt(e(411))/5*(parseInt(e(403))/6)+parseInt(e(388))/7*(parseInt(e(385))/8)+parseInt(e(392))/9*(-parseInt(e(413))/10)+parseInt(e(425))/11+parseInt(e(369))/12*(-parseInt(e(427))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nr);class kr extends t.Plugin{static get[Cr(434)](){return[Lr]}[Cr(404)](){const t=Cr,e=this[t(435)],n=e[t(458)][t(384)][t(367)],s=e[t(375)];if(!e[t(409)][t(426)](t(439)))return;const r=e[t(409)][t(421)](t(395)),i=e[t(409)][t(421)](t(382)),o=e[t(409)][t(421)](Lr);o[t(399)][t(417)](t(418)),r[t(450)](t(418),()=>{const n=t,s=i[n(424)](e[n(458)][n(384)][n(367)]);e[n(458)][n(401)](()=>{const t=n;r[t(383)](s,{commandName:t(418),commandParams:[]},[],t(418))})}),e[t(406)][t(421)](t(418)).on(t(412),(n,s)=>{const i=t;e[i(406)][i(421)](i(449))[i(371)]&&(s[i(407)]>0&&s[s[i(407)]-1]&&s[s[i(407)]-1][i(459)]||r[i(370)]||this[i(444)]()||n[i(410)]())},{priority:t(408)});for(const n of[t(446),t(447),t(461),t(386)]){const s=e[t(406)][t(421)](n);r[t(450)](n,()=>{const n=t,i=e[n(458)][n(384)][n(367)][n(423)]()[n(460)]()[n(445)](t=>t.is(n(372),n(378))),o=s[n(371)];e[n(458)][n(401)](()=>{const t=n;r[t(383)]([i,o],{commandName:t(418),commandParams:[]},[],t(418))})})}for(const n of[t(464),t(441)]){const s=e[t(406)][t(421)](n);r[t(450)](n,()=>{const o=t,a=i[o(424)](e[o(458)][o(384)][o(367)])[0],c=a[o(368)](o(419)),{column:u,row:l}=i[o(397)](a);let f=[];if(o(380)==s[o(416)]){const t=i[o(376)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[o(377)](t)[o(453)](t=>t[o(431)])}else{const t=i[o(376)](c,{column:u,includeAllSlots:!0});f=Array[o(377)](t)[o(453)](t=>t[o(431)])}e[o(458)][o(401)](t=>{const e=o;r[e(364)](t[e(430)](a),{commandName:n,commandParams:[]},f,n)})})}r[t(396)][t(463)](e=>{const n=t;if(n(432)!=e[n(389)]&&n(366)!=e[n(389)])return;const{data:r}=e;return r&&n(418)==r[n(393)]?{type:n(448),content:vt(s,n(398))}:void 0}),r[t(396)][t(463)](e=>{const n=t;if(n(432)!=e[n(389)]&&n(366)!=e[n(389)])return;const{data:r}=e;return r?n(464)==r[n(393)]?{type:n(448),content:vt(s,n(433))}:n(441)==r[n(393)]?{type:n(448),content:vt(s,n(373))}:void 0:void 0});const c=o[t(437)]();for(const e of[t(446),t(447),t(461),t(386)])r[t(365)][t(414)](t(432),e,t(381),c);for(const e of[t(464),t(441)])r[t(365)][t(414)](t(432),e,t(381),c);r[t(365)][t(414)](t(432),t(418),t(381),s=>{const r=t;e[r(458)][r(401)](t=>{const i=r,o=Array[i(377)](n[i(456)]())[i(453)](t=>a.ModelLiveRange[i(440)](t));t[i(451)](s),e[i(406)][i(421)](i(418))[i(454)](),e[i(412)](i(418),{forceDefaultExecution:!0});const c=o[i(405)](t=>i(420)!=t[i(442)][i(391)]);c[i(407)]>0&&t[i(451)](c);for(const t of o)t[i(415)]()})});for(const n of[t(446),t(461),t(386),t(447)]){const s=e[t(406)][t(421)](n);s.on(t(363),(n,r,i)=>{const o=t;if(i){const t=e[o(458)][o(384)][o(367)][o(423)]()[o(460)]()[o(445)](t=>t.is(o(372),o(378)));this[o(457)](s[o(371)],t)||(n[o(429)]=!1,n[o(410)]())}},{priority:t(436)})}}[Cr(444)](){const t=Cr,e=this[t(435)][t(406)][t(421)](t(418)),n=this[t(435)][t(409)][t(421)](t(382));if(!e[t(387)])return!1;const s=n[t(424)](this[t(435)][t(458)][t(384)][t(367)]);for(const e of s)for(const n of s)if(e!=n&&!this[t(457)](e,n))return!1;return!0}[Cr(457)](t,e){const n=Cr,s=this[n(435)][n(409)][n(421)](n(395)),r=this[n(435)][n(458)][n(430)](t),i=this[n(435)][n(458)][n(430)](e),o=new Set,a=new Set;for(const t of s[n(452)]())if((n(379)==t[n(389)]||n(374)==t[n(389)]||n(418)==t[n(438)])&&t[n(462)])for(const e of t[n(456)]())e[n(428)](r,!0)&&o[n(390)](t[n(389)]+":"+t[n(443)].id),e[n(428)](i,!0)&&a[n(390)](t[n(389)]+":"+t[n(443)].id);if(o[n(455)]!=a[n(455)])return!1;for(const t of o)if(!a[n(426)](t))return!1;return!0}}const Sr=Mr;function Or(){const t=["ck-suggestion-marker-","3796058EmFzJE","requires","20JuGrRX","data","_splitMarkerName","nodeAfter","addMarker:suggestion","_handleLegacySuggestions","markerRange","name","type","93822xkMhFx","bindElementToMarker","afterInit","editor","includes","markerNameToElements","headingRows","item","TableEditing","mapper","setTableColumnHeader","setAttribute","enableDefaultAttributesIntegration","locale","format","activeMarkers","commandParams","removeAttribute","headingColumns","addClass","formatBlock","910436HgXlwY","commandName","hasSuggestion","ck-suggestion-marker--active","unbindElementFromMarkerName","data-suggestion","_registerLegacyConverters","registerAttributeLabel","consumable","descriptionFactory","registerCustomCallback","registerDescriptionCallback","writer","_suggestionFactory","stop","nodeBefore","toViewElement","start","highest","TableUtils","accept","*Format:* %0","consume","FORMAT_HEADER_COLUMN","forceValue","getCellLocation","_acceptFormatSuggestionCallbackFactory","end","4225744RnxeNw","cell","showSuggestionHighlights","get","539533roGOny","setTableRowHeader","createTableWalker","3jFfVxx","plugins","removeMarker:suggestion","12044313yeSPlo","FORMAT_REGULAR_ROW","options","markerName","FORMAT_HEADER_ROW","parent","FORMAT_REGULAR_COLUMN","downcastDispatcher","_registerLegacyDescription","removeClass","editing","132964NekSoS","has","TrackChangesEditing","getSuggestion"];return(Or=function(){return t})()}function Mr(t,e){const n=Or();return(Mr=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=Mr,n=t();for(;;)try{if(279219===-parseInt(e(335))/1+parseInt(e(303))/2+parseInt(e(338))/3*(parseInt(e(352))/4)+-parseInt(e(359))/5*(-parseInt(e(368))/6)+-parseInt(e(357))/7+-parseInt(e(331))/8+parseInt(e(341))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Or);class wr extends t.Plugin{static get[Sr(358)](){return[Lr]}[Sr(370)](){const t=Sr,e=this[t(371)];if(!e[t(339)][t(353)](t(290)))return;const n=e[t(295)],s=e[t(339)][t(334)](t(354));s[t(294)](t(336)),s[t(294)](t(292)),s[t(312)][t(310)](t(288),vt(n,t(345))),s[t(312)][t(310)](t(300),vt(n,t(326))),this[t(364)]()}[Sr(364)](){const t=Sr,e=this[t(371)][t(339)][t(334)](t(354)),n=this[t(371)][t(339)][t(334)](Lr)[t(329)]();e[t(316)][t(313)](t(302),t(336),t(323),n),e[t(316)][t(313)](t(302),t(292),t(323),n),this[t(309)](),this[t(349)]()}[Sr(309)](){const t=Sr,e=this[t(371)][t(339)][t(334)](t(354)),n=this[t(371)][t(339)][t(334)](t(322));function s({showActiveMarker:t=!0,setDataAttribute:s=!0}={}){return(r,i,o)=>{const a=Mr,{type:c,id:u}=e[a(361)](i[a(344)]);if(!e[a(305)](u))return;const l=e[a(355)](u),f=l[a(360)];if(a(302)!=l[a(367)]||!f||a(292)!=f[a(304)])return;if(i[a(289)])return void r[a(317)]();if(!o[a(311)][a(325)](i[a(365)],r[a(366)]))return;const h=i[a(365)][a(320)][a(362)],d=i[a(365)][a(330)][a(318)],g=h[a(346)][a(346)],{column:p}=n[a(328)](h),{column:m}=n[a(328)](d);for(let r=p;r<=m;r++){const l=n[a(337)](g,{column:r,includeAllSlots:!1});for(const n of l){const r=n[a(332)],l=o[a(291)][a(319)](r);o[a(315)][a(301)](a(356)+c,l),s&&o[a(315)][a(293)](a(308),u,l),o[a(291)][a(369)](l,i[a(344)]),t&&(e[a(297)][a(372)](i[a(344)])?o[a(315)][a(301)](a(306),l):o[a(315)][a(350)](a(306),l))}}}}this[t(371)][t(351)][t(348)].on(t(363),s(),{priority:t(321)}),this[t(371)][t(360)][t(348)].on(t(363),(e,n,r)=>{const i=t;r[i(343)][i(333)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)},{priority:t(321)}),this[t(371)][t(351)][t(348)].on(t(340),(n,s,r)=>{const i=t,{type:o,id:a}=e[i(361)](s[i(344)]);if(!e[i(305)](a))return;const c=e[i(355)](a),u=c[i(360)];if(i(302)!=c[i(367)]||!u||i(292)!=u[i(304)])return;const l=r[i(291)][i(287)](s[i(344)]);if(l)for(const t of l)r[i(315)][i(350)](i(356)+o,t),r[i(315)][i(350)](i(306),t),r[i(315)][i(299)](i(308),t),r[i(291)][i(307)](t,s[i(344)])},{priority:t(321)})}[Sr(349)](){const t=Sr,e=this[t(371)],n=e[t(295)];function s(e){const s=t;return{type:s(296),content:vt(n,s(324),e)}}e[t(339)][t(334)](t(354))[t(312)][t(314)](e=>{const r=t;if(r(302)!=e[r(367)])return;const{data:i}=e;if(i){if(r(336)==i[r(304)]){const t=i[r(298)][0][r(327)];return s(vt(n,r(t?345:342)))}if(r(292)==i[r(304)]){const t=i[r(298)][0][r(327)];return s(vt(n,r(t?326:347)))}}})}}const Fr=vr;function Dr(){const t=["*Set table type:* %0","8718294WxSURg","1746246xnweIs","2185479wzRGBT","779420jggQQr","registerDescriptionCallback","table","key","editor","element","descriptionFactory","enableCommand","enableDefaultAttributesIntegration","afterInit","ELEMENT_LAYOUT_TABLE","format","TableLayout","layout","ELEMENT_CONTENT_TABLE","get","tableType","insertTableLayout","registerElementLabel","24lCOrsc","newValue","3lokbuz","content","5eRtdoJ","getAttribute","plugins","40uUVldP","has","TrackChangesEditing","1607767dJevvU","13047199DaOpsB","locale","3233350xpNWvI"];return(Dr=function(){return t})()}function vr(t,e){const n=Dr();return(vr=function(t,e){return n[t-=126]})(t,e)}!function(t){const e=vr,n=t();for(;;)try{if(873647===parseInt(e(139))/1+parseInt(e(136))/2*(-parseInt(e(162))/3)+parseInt(e(141))/4+-parseInt(e(127))/5*(-parseInt(e(138))/6)+-parseInt(e(133))/7*(parseInt(e(160))/8)+-parseInt(e(140))/9*(-parseInt(e(130))/10)+-parseInt(e(134))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dr);class Br extends t.Plugin{[Fr(150)](){const t=Fr,e=this[t(145)],n=e[t(135)],s=e[t(129)][t(156)](t(132));function r(e){const s=t;return{type:s(152),content:""+vt(n,s(137),e)}}e[t(129)][t(131)](t(153))&&(s[t(148)](t(158)),s[t(149)](t(157)),s[t(147)][t(159)](e=>e.is(t(146),t(143))&&t(154)===e[t(128)](t(157)),e=>vt(n,t(151),e)),s[t(147)][t(142)](e=>{const s=t,{data:i}=e;if(i&&s(157)==i[s(144)])switch(i[s(161)]){case s(154):return r(vt(n,s(151)));case s(126):return r(vt(n,s(155)))}}))}}var Pr=n(331);const xr=Vr;!function(t){const e=Vr,n=t();for(;;)try{if(590788===parseInt(e(291))/1+-parseInt(e(286))/2+-parseInt(e(323))/3*(-parseInt(e(227))/4)+parseInt(e(333))/5+parseInt(e(376))/6*(parseInt(e(357))/7)+parseInt(e(348))/8+-parseInt(e(243))/9*(parseInt(e(262))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wr);const Ur=[xr(244),xr(364),xr(353),xr(228),xr(274),xr(192),xr(380)],Gr=Object[xr(289)](Ur[xr(337)](t=>[t,null]));function Vr(t,e){const n=Wr();return(Vr=function(t,e){return n[t-=187]})(t,e)}class jr extends t.Plugin{static get[xr(215)](){return[Lr]}[xr(360)](){const t=xr,n=this[t(275)];if(!n[t(311)][t(264)](t(248)))return;const s=n[t(311)][t(284)](t(256)),r=n[t(311)][t(284)](t(374)),i=n[t(311)][t(284)](Lr),o=n[t(311)][t(284)](t(248)),c=n[t(311)][t(284)](t(361)),u=n[t(311)][t(284)](Pr.ClipboardPipeline);i[t(265)][t(313)](t(211),t(375)),n[t(371)][t(213)][t(195)](t(330),{allowIn:t(223),allowContentOf:t(223),isLimit:!0}),n[t(217)][t(238)]({model:t(330),view:t(251)});let l=null,f=!1;u.on(t(229),(e,n)=>{const s=t;f=s(328)===n[s(295)]}),n[t(371)].on(t(269),(i,a)=>{const u=t;if(!f&&null===c[u(232)]())return;const[h,d]=a,g=a[a[u(329)]-1];g&&g[u(233)]||s[u(249)]||this[u(275)][u(198)][u(284)](u(254))[u(206)]&&function(t,e,n,s,r){const i=u;if(e&&!e.is(i(342)))return!1;const o=r[i(396)](t,n);if(!o||!Kr(o,void 0,s))return!1;const a=s[i(260)](n[i(253)][i(278)]);if(!a[i(329)])return!1;const c=a[0][i(300)](i(338)),l=s[i(302)](a),f=s[i(222)](a),h={startRow:l[i(359)],endRow:l[i(327)],startColumn:f[i(359)],endColumn:f[i(327)]};return 1==a[i(329)]&&(h[i(290)]+=s[i(282)](o)-1,h[i(190)]+=s[i(318)](o)-1),Kr(c,h,s)}(h,d,n[u(371)],r,o)&&(i[u(349)](),l={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(371)][u(196)](()=>{const t=u;n[t(371)][t(269)](a[0],a[1],a[2],{forceDefaultExecution:!0});const r=(0,e.uid)(),{rowInsertionRanges:i,columnInsertionRanges:o,insertionRanges:c,deletionRanges:f,cells:h}=l;i[t(329)]&&s[t(381)](i,t(211),{tablePasteChainId:r}),o[t(329)]&&s[t(381)](o,t(375),{tablePasteChainId:r}),c[t(329)]&&(s[t(381)](c,t(387),{tablePasteChainId:r,skipNestingCheck:!0}),c[t(335)](e=>e[t(221)]?.())),f[t(329)]&&(s[t(225)](f,t(387),{tablePasteChainId:r,skipNestingCheck:!0}),f[t(335)](e=>e[t(221)]?.()));const d=s[t(394)](h[t(337)](({element:t})=>t),{formatGroupId:(0,e.uid)()},[],t(201),{tablePasteChainId:r});if(d){const e=d[t(315)](),s=[];for(const{element:r,attributes:i}of h){if(!i)continue;const o=n[t(371)][t(212)](r),a=e[t(263)](e=>e[t(326)]()[t(202)](o));a&&s[t(313)]([a[t(210)],i])}s[t(329)]&&d[t(384)](t(277),Object[t(289)](s))}l=null}))},{priority:e.priorities[t(351)]+10}),u.on(t(229),()=>{f=!1},{priority:t(240)}),n[t(311)][t(284)](t(248)).on(t(325),(e,n)=>{const s=t,[r,i,,o]=n;if(!l)return;e[s(349)]();const c=r[s(261)],u=i,f=Hr(c),h=Hr(u);e[s(317)]=c;let d=null,g=null;if(h||f)if(f&&!h){o[s(296)](c[s(268)](0));for(const t of Array[s(191)](u[s(324)]()))o[s(199)](t,c,s(306));const t=l[s(271)][s(224)](r[s(204)]),e=l[s(226)][s(224)](r[s(258)]);t||e||(d=a.ModelLiveRange[s(370)](o[s(216)](c)))}else h&&!f&&(g=o[s(216)](c));else{const t=o[s(205)](s(330)),e=o[s(205)](s(330));o[s(255)](o[s(216)](c),e),o[s(199)](t,c,0);for(const e of Array[s(191)](u[s(324)]()))o[s(199)](e,t,s(306));d=a.ModelLiveRange[s(370)](o[s(212)](t)),g=a.ModelLiveRange[s(370)](o[s(212)](e))}const p=Array[s(191)](u[s(377)]())[s(393)](([t])=>Ur[s(224)](t));l[s(320)][s(313)]({element:c,attributes:p[s(329)]?Object[s(289)](p):null}),d&&l[s(239)][s(313)](d),g&&l[s(188)][s(313)](g)},{priority:t(351)}),r.on(t(305),(e,s)=>{const i=t,[o,a={}]=s;if(!l)return;const c=a.at||0,u=a[i(298)]||1;l[i(226)]=new Array(u)[i(294)](c)[i(337)]((t,e)=>t+e);for(const{cell:t}of r[i(299)](o,{startColumn:c,endColumn:c+u-1}))l[i(383)][i(313)](n[i(371)][i(212)](t))},{priority:t(391)}),r.on(t(252),(e,s)=>{const i=t,[o,a={}]=s;if(!l)return;const c=a.at||0,u=a[i(214)]||1;l[i(271)]=new Array(u)[i(294)](c)[i(337)]((t,e)=>t+e);for(const{cell:t}of r[i(299)](o,{startRow:c,endRow:c+u-1}))l[i(270)][i(313)](n[i(371)][i(212)](t))},{priority:t(391)}),s[t(310)][t(245)](e=>{const s=t;if(e[s(378)]&&e[s(378)][s(355)](s(387)))return e[s(276)]?{}:{type:s(319),content:vt(n[s(197)],s(340))}});const h=()=>!1;for(const e of[t(387),t(375),t(211),t(201)])s[t(301)][t(372)](t(319),e,t(345),h),s[t(301)][t(372)](t(379),e,t(345),h),s[t(301)][t(372)](t(388),e,t(345),h);s[t(301)][t(372)](t(388),t(201),t(293),h),s[t(301)][t(372)](t(388),t(201),t(193),(e,s,r)=>{const i=t,o=e[i(337)](t=>t[i(356)]())[i(393)](t=>t),a=new Map(o[i(337)](t=>[t,null]));if(l)for(const{element:t,attributes:e}of l[i(320)])e&&a[i(336)](t,e);else if(r&&r[i(277)])for(const[t,e]of Object[i(187)](r[i(277)])){const s=n[i(371)][i(367)][i(284)](t),r=s?s[i(326)]()[i(356)]():null;r&&a[i(336)](r,e)}n[i(371)][i(196)](t=>{const e=i;for(const[n,s]of a)t[e(292)]({...Gr,...s},n)})});const d=(e,r)=>{const i=t;s[i(301)][i(372)](e,i(387),r,(t,o,a)=>{const c=i;n[c(371)][c(196)](n=>{const i=c,u=[];for(const e of t){const t=e[i(234)][i(220)];t.is(i(280),i(330))&&u[i(313)](t)}s[i(301)][i(309)](e,null,r)(t,o,a);for(const t of u)i(344)!=t[i(347)][i(200)]&&n[i(304)](t)})})};d(t(319),t(193)),d(t(319),t(293)),d(t(379),t(193)),d(t(379),t(293)),s[t(301)][t(372)](t(319),t(211),t(293),e=>{const n=t,s=e[n(337)](t=>t[n(356)]()),o=s[0][n(300)](n(338)),{minRow:a,maxRow:c}=i[n(389)](s);r[n(363)](o,{at:a,rows:c-a+1})}),s[t(301)][t(372)](t(319),t(375),t(293),e=>{const n=t,s=e[n(337)](t=>t[n(356)]()),o=s[0][n(300)](n(338)),{minColumn:a,maxColumn:c}=i[n(389)](s);r[n(322)](o,{at:a,columns:c-a+1})});const g=(e,n)=>{const r=t;if(!n[r(378)]||!n[r(378)][r(355)](r(387)))return;const i=n[r(231)][r(235)],o=s[r(341)]()[r(393)](t=>t[r(267)]&&t[r(231)]&&t[r(231)][r(235)]==i);o[r(329)]&&n[r(346)]()[r(329)]!=o[r(329)]&&o[r(281)]((t,e)=>(t[r(366)]=e,e[r(276)]=t,e))};function p(e,n=!0){const r=t,{id:i,authorId:o}=s[r(339)](e[r(362)]),a=[r(365),r(237)],c=s[r(207)][r(224)](e[r(362)]);return c&&a[r(313)](r(266)),{classes:a,attributes:{"data-suggestion":i,"data-author-id":o},priority:c&&n?3010:3e3}}s.on(t(218),g,{priority:t(351)}),s.on(t(287),g,{priority:t(351)}),n[t(371)][t(253)][t(334)](()=>{const e=t;let r=!1;const i=Array[e(191)](n[e(371)][e(253)][e(236)][e(219)]());for(const{name:t,data:o}of i){const{group:i,type:a,id:c}=s[e(339)](t);if(e(230)!=i||e(379)!=a||o[e(369)])continue;if(!s[e(283)](c))continue;const u=s[e(307)](c)[e(209)](),l=n[e(311)][e(284)](e(343)).me;for(const t of s[e(341)]())if(t[e(267)]&&t[e(297)]==l&&e(388)==t[e(242)]&&e(201)==t[e(378)]&&t[e(209)]()[e(208)](t=>u[e(308)](n=>n[e(316)](t,!0))))for(const n of t[e(346)]())n[e(267)]&&(n[e(293)](),r=!0)}return r}),n[t(371)][t(253)][t(334)](e=>{const r=t,i=n[r(198)][r(284)](r(312));if(!i||!i[r(247)][r(264)](e[r(332)]))return!1;let o=!1;const a=n[r(311)][r(284)](r(343)).me,c=n[r(371)][r(253)][r(236)][r(386)](),u=Array[r(191)](n[r(371)][r(253)][r(236)][r(219)]())[r(393)](({name:t,data:e})=>{const n=r,{group:i,subType:o,authorId:c}=s[n(339)](t);return n(230)==i&&n(387)==o&&c==a.id&&!e[n(369)]});for(const t of c){if(r(199)!=t[r(242)]||r(330)!=t[r(210)]||1!=t[r(329)])continue;const n=e[r(350)](t[r(279)],t[r(279)][r(392)](1));if(!u[r(263)](({data:t})=>t[r(272)][r(202)](n)))for(const{name:t,data:s}of u)if(n[r(316)](s[r(272)])){e[r(303)](t,{range:n}),o=!0;break}}return o}),n[t(371)][t(253)][t(334)](e=>{const r=t;let i=!1;const o=n[r(311)][r(284)](r(343)).me,a=s[r(341)]()[r(393)](t=>t[r(267)]&&t[r(297)]==o),c=new Set,u=new Set;for(const t of a)if(r(387)==t[r(378)])for(const e of t[r(315)]()){const n=e[r(326)]()[r(356)]();if(n)if(n.is(r(280),r(330))&&Hr(n)){t[r(358)](e[r(210)]),c[r(382)](n),i=!0;const s=n[r(241)],o=n[r(246)],a=s&&s.is(r(280),r(330)),l=o&&o.is(r(280),r(330));a&&!c[r(264)](s)&&u[r(382)](s),l&&!c[r(264)](o)&&u[r(382)](o)}else n.is(r(280),r(273))&&n[r(285)]&&(t[r(358)](e[r(210)]),i=!0)}else if(r(201)==t[r(378)]){if(!t[r(231)]||!t[r(231)][r(235)])continue;const e=t[r(231)][r(277)];if(e&&Object[r(352)](e)[r(329)])continue;const n=t[r(231)][r(235)];let s=!0,o=!0;for(const e of a)if(e[r(378)]&&e[r(378)][r(355)](r(387))){if(!e[r(231)][r(235)]){o=!1;break}if(e.id!=t.id&&e[r(231)][r(235)]==n){s=!1;break}}o&&s&&(t[r(368)](),i=!0)}for(const t of c)e[r(296)](t);for(const t of u)e[r(304)](t);return i}),n[t(217)][t(189)](t(385))[t(354)]({model:t(390),view:t=>p(t),converterPriority:t(351)}),n[t(217)][t(189)](t(373))[t(354)]({model:t(390),view:(e,n)=>n[t(314)][t(203)]?p(e,!1):null,converterPriority:t(351)});const m=n[t(288)][t(257)];this[t(321)](m[t(253)],t(194),(e,n)=>{const s=t,r=[];for(const t of m[s(216)](n[s(259)])[s(395)]())t.is(s(280),s(251))&&r[s(313)](t);m[s(196)](t=>{const e=s;for(const n of r)t[e(331)](t[e(216)](n),t[e(250)](n)),t[e(296)](n)})})}}function Hr(t){const e=xr;if(t[e(285)])return!0;const n=t[e(268)](0);return n.is(e(280),e(273))&&n[e(285)]}function Wr(){const t=["tableCellPadding","markMultiRangeInsertion","add","columnInsertionRanges","setAttribute","editingDowncast","getChanges","tablePaste","formatBlock","_getCoordsForCells","suggestion:formatBlock:tablePasteCell","low","getShiftedBy","filter","markMultiRangeBlockFormat","getItems","getTableIfOnlyTableInContent","entries","deletionRanges","for","endColumn","from","tableCellBackgroundColor","accept","clipboardOutput","register","change","locale","commands","insert","rootName","tablePasteCell","isEqual","showSuggestionHighlights","row","createElement","value","activeMarkers","every","getRanges","name","tablePasteRow","createRangeOn","schema","rows","requires","createRangeIn","conversion","suggestionLoaded","getChangedMarkers","nodeAfter","detach","getColumnIndexes","tableCell","includes","markMultiRangeDeletion","columnInsertionIndexes","493980RubcUK","tableCellHorizontalAlignment","contentInsertion","suggestion","attributes","getSelectedTableCells","forceDefaultExecution","start","tablePasteChainId","differ","ck-suggestion-marker-insertion","elementToElement","insertionRanges","lowest","nextSibling","type","20732319lTEuaZ","tableCellBorderWidth","registerDescriptionCallback","previousSibling","_createdBatches","TableClipboard","_isForcedDefaultExecutionBlock","createPositionBefore","suggestion-td","insertRows","document","trackChanges","wrap","TrackChangesEditing","view","column","content","getSelectionAffectedTableCells","cell","10xCKDHc","find","has","_tablePostFixingSubtypes","ck-suggestion-marker--active","isInContent","getChild","insertContent","rowInsertionRanges","rowInsertionIndexes","newRange","paragraph","tableCellVerticalAlignment","editor","previous","markerAttributes","selection","position","element","reduce","getRows","hasSuggestion","get","isEmpty","1813816slLQUU","suggestionUnloaded","editing","fromEntries","endRow","529278WAYvPE","setAttributes","discard","fill","method","remove","author","columns","createTableWalker","findAncestor","_suggestionFactory","getRowIndexes","updateMarker","unwrap","insertColumns","end","getSuggestion","some","getSuggestionCallback","descriptionFactory","plugins","redo","push","options","getMarkers","containsRange","return","getColumns","insertion","cells","listenTo","removeColumns","12iAJSDA","getChildren","_replaceTableSlotCell","getRange","last","paste","length","tableCellSuggestion","move","batch","5349265NdmhEU","registerPostFixer","forEach","set","map","table","_splitMarkerName","*Replace table cells*","getSuggestions","documentSelection","Users","$graveyard","join","getAllAdjacentSuggestions","root","6989016wUDpnd","stop","createRange","high","keys","tableCellBorderStyle","markerToHighlight","startsWith","getContainedElement","3129rtigMP","removeMarker","first","afterInit","TableSelection","markerName","removeRows","tableCellBorderColor","ck-suggestion-marker","next","markers","removeMarkers","oldRange","fromRange","model","registerCustomCallback","dataDowncast","TableUtils","tablePasteColumn","11202TJyyvV","getAttributes","subType","deletion"];return(Wr=function(){return t})()}function Kr(t,e={},n){const s=xr;for(const{isAnchor:r,cellHeight:i,cellWidth:o}of n[s(299)](t,{includeAllSlots:!0,...e}))if(!r||1!=i||1!=o)return!1;return!0}const zr=Xr;function Xr(t,e){const n=qr();return(Xr=function(t,e){return n[t-=258]})(t,e)}function qr(){const t=["formatBlock","handleSuggestionDescription","registerCustomCallback","discard","type","formatGroupId","2584110yqtQPF","subType","descriptionFactory","afterInit","commandParams","getAttribute","tableWidth","4964179mDLWHb","data","getColumnGroupElement","96762AVCEfG","TrackChangesEditing","2498OXAzMb","accept","editor","getSuggestions","_suggestionFactory","document","model","getTableColumnsWidths","341530ltilQp","selection","470VbnIdr","locale","table","bind","get","56vBxcCy","getSuggestionCallback","*Format:* resize table","getContainedElement","columnWidths","resizeTableWidth","has","plugins","getSelectedElement","author","enableCommand","177nvIyKR","46791UGcEko","4fBGDII","Users","resizeTable","40472xBoeYs","format","markBlockFormat","12qlTdFS","TableColumnResizeEditing","change","handleResizeTableWidthCommand","registerDescriptionCallback","formatInline"];return(qr=function(){return t})()}!function(t){const e=Xr,n=t();for(;;)try{if(370476===parseInt(e(270))/1+parseInt(e(262))/2*(parseInt(e(288))/3)+-parseInt(e(290))/4*(-parseInt(e(308))/5)+parseInt(e(260))/6*(parseInt(e(277))/7)+parseInt(e(293))/8+parseInt(e(289))/9*(-parseInt(e(272))/10)+-parseInt(e(315))/11*(parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qr);class Yr extends t.Plugin{[zr(311)](){const t=zr;if(!this[t(264)][t(284)][t(283)](t(297)))return;const e=this[t(264)][t(284)][t(276)](t(261));e[t(287)](t(282),this[t(299)][t(275)](this)),e[t(266)][t(304)](t(302),t(292),t(263),e[t(266)][t(278)](t(302),null,t(305))),e[t(266)][t(304)](t(302),t(292),t(305),e[t(266)][t(278)](t(302),null,t(263))),e[t(310)][t(300)](this[t(303)][t(275)](this))}[zr(299)](t,e){const n=zr,s=this[n(264)][n(284)][n(276)](n(261)),r=this[n(264)][n(284)][n(276)](n(297)),i=e[n(274)]||this[n(264)][n(268)][n(267)][n(271)][n(285)]();this[n(264)][n(268)][n(298)](()=>{const o=n,a=r[o(259)](i);let c=a?r[o(269)](a):null,u=i[o(313)](o(314))||null;const l=e[o(314)]||u,f=e[o(281)]||c,h=this[o(264)][o(284)][o(276)](o(291)).me;for(const t of s[o(265)]()){const e=t[o(280)]();if(o(292)===t[o(309)]&&e===i){t[o(286)]!==h&&t[o(305)]();const e=t[o(258)][o(312)];u=e[0][o(314)],c=e[0][o(281)];break}}t({table:i,tableWidth:l,columnWidths:f}),s[o(295)](i,{commandName:o(282),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:o(292)},[],o(292))})}[zr(303)](t){const e=zr;if(e(302)!=t[e(306)]&&e(301)!=t[e(306)])return;const{data:n}=t;if(n&&e(292)===n[e(307)]){const t=e(279);return{type:e(294),content:vt(this[e(264)][e(273)],t)}}}}const Zr=Jr;function Qr(){const t=["Template","203nhcDrr","enableCommand","editor","1166292DAynhk","539ldCLXZ","get","afterInit","has","4493240DfuvMf","43645gDwaGg","1502080usmAqa","218166LSwTDp","TrackChangesEditing","412TSZSFE","20427264kCeobY","668EfJSIG","plugins","insertTemplate","18zBnPdu"];return(Qr=function(){return t})()}function Jr(t,e){const n=Qr();return(Jr=function(t,e){return n[t-=290]})(t,e)}!function(t){const e=Jr,n=t();for(;;)try{if(556801===parseInt(e(294))/1*(parseInt(e(305))/2)+-parseInt(e(293))/3+parseInt(e(303))/4*(-parseInt(e(299))/5)+-parseInt(e(301))/6*(parseInt(e(290))/7)+parseInt(e(298))/8+parseInt(e(308))/9*(parseInt(e(300))/10)+parseInt(e(304))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qr);class $r extends t.Plugin{[Zr(296)](){const t=Zr,e=this[t(292)];e[t(306)][t(297)](t(309))&&e[t(306)][t(295)](t(302))[t(291)](t(307))}}function ti(){const t=["22678758lkdNIO","2156104iCJDHe","566667zJwLuo","descriptionFactory","get","plugins","locale","insertTableOfContents","2XbwDKo","2588589GJKOzi","registerElementLabel","commands","ELEMENT_TABLE_OF_CONTENTS","afterInit","1494540zqVgLp","84203ShfPko","981680vAQoMD","enableCommand","366UlMjbn","tableOfContents","editor","TrackChangesEditing"];return(ti=function(){return t})()}const ei=ni;function ni(t,e){const n=ti();return(ni=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=ni,n=t();for(;;)try{if(448777===parseInt(e(332))/1*(-parseInt(e(338))/2)+-parseInt(e(339))/3+-parseInt(e(322))/4+parseInt(e(324))/5+parseInt(e(326))/6*(-parseInt(e(323))/7)+parseInt(e(331))/8+parseInt(e(330))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ti);class si extends t.Plugin{[ei(321)](){const t=ei,e=this[t(328)];if(!e[t(341)][t(334)](t(337)))return;e[t(335)][t(334)](t(329))[t(325)](t(337));const n=e[t(335)][t(334)](t(329)),s=e[t(336)];n[t(333)][t(340)](t(327),e=>vt(s,t(342),e))}}const ri=oi;function ii(){const t=["getNearestSelectionRange","descriptionFactory","nodeBefore","updateMarker","TrackChangesEditing","createRange","registerElementLabel","12547623bxxvDx","239576WzVcnd","document","model","removeMarker","get","isTouching","plugins","7QYeVgs","Title","locale","title-content","from","newRange","schema","1983050TEMXGa","ELEMENT_TITLE","end","5732NBYTMu","start","suggestion","element","differ","has","isEqual","getChangedMarkers","4113138plyVuB","24ieVoOb","afterInit","1900330NEWsHl","1359jQrqeR","forward","isCollapsed","26qbTOXu","33256jDpiqJ","registerPostFixer","editor","_splitMarkerName"];return(ii=function(){return t})()}function oi(t,e){const n=ii();return(oi=function(t,e){return n[t-=434]})(t,e)}!function(t){const e=oi,n=t();for(;;)try{if(346272===-parseInt(e(462))/1*(-parseInt(e(477))/2)+parseInt(e(471))/3*(-parseInt(e(445))/4)+parseInt(e(473))/5+parseInt(e(470))/6*(parseInt(e(452))/7)+parseInt(e(478))/8*(parseInt(e(474))/9)+parseInt(e(459))/10+-parseInt(e(444))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ii);class ai extends t.Plugin{[ri(472)](){const t=ri,e=this[t(435)];if(!e[t(451)][t(467)](t(453)))return;const n=e[t(451)][t(449)](t(441));n[t(438)][t(443)](t(455),()=>vt(e[t(454)],t(460))),e[t(447)][t(446)][t(434)](s=>{const r=t;let i=!1;const o=Array[r(456)](e[r(447)][r(446)][r(466)][r(469)]());for(const{name:t,data:a}of o){const{group:o}=n[r(436)](t);if(r(464)!==o||!a[r(457)])continue;const c=a[r(457)],u=c[r(461)][r(439)];if(!u||!u.is(r(465),r(455)))continue;if(!c[r(463)][r(450)](c[r(461)]))continue;const l=e[r(447)][r(458)][r(437)](c[r(461)],r(475));if(l&&l[r(476)]){const e=s[r(442)](c[r(463)],l[r(463)]);e[r(468)](c)||(s[r(440)](t,{range:e}),i=!0)}i||(s[r(448)](t),i=!0)}return i})}}const ci=ui;function ui(t,e){const n=li();return(ui=function(t,e){return n[t-=480]})(t,e)}function li(){const t=["174663qBxtYl","has","756730aIJUCn","6ewlFEW","uploadcare","format","uploadcareImageEdit","enableCommand","attribute","uploadcareImageId","1167334wwIkHw","plugins","Uploadcare","descriptionFactory","afterInit","enableDefaultAttributesIntegration","105922TiXkHt","type","3820aCsOKq","key","40lTCAHb","6CpLIeF","registerDescriptionCallback","editor","TrackChangesEditing","955OONpVb","299qAaNml","uploadcareImageReplace","11FmyTHu","get","UploadcareImageEdit","31113iUbcrh","321432WZkCvp"];return(li=function(){return t})()}!function(t){const e=ui,n=t();for(;;)try{if(108514===-parseInt(e(484))/1+parseInt(e(504))/2*(-parseInt(e(499))/3)+-parseInt(e(486))/4*(parseInt(e(493))/5)+-parseInt(e(489))/6*(parseInt(e(511))/7)+parseInt(e(488))/8*(-parseInt(e(501))/9)+-parseInt(e(503))/10*(-parseInt(e(496))/11)+-parseInt(e(500))/12*(-parseInt(e(494))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(li);class fi extends t.Plugin{[ci(482)](){const t=ci,e=this[t(491)],n=e[t(512)][t(497)](t(492));e[t(512)][t(502)](t(480))&&(n[t(508)](t(505)),e[t(512)][t(502)](t(498))&&(n[t(508)](t(507)),n[t(483)](t(495)),n[t(481)][t(490)](e=>{const n=t;if(n(509)!=e[n(485)])return;const{data:s}=e;return s&&n(510)==s[n(487)]?{type:n(506),content:""}:void 0})))}}function hi(t,e){const n=di();return(hi=function(t,e){return n[t-=147]})(t,e)}function di(){const t=["135541ZHOVkR","309816rGkSQD","has","enableCommand","3124695vjEvok","UndoEditing","1668807GjQpqw","3619728FgpjBU","undo","afterInit","editor","get","781938okIXsk","redo","1587680hDjlOs","1GGkesh","8sFNKrW","TrackChangesEditing","90GeYyaH","plugins"];return(di=function(){return t})()}const gi=hi;!function(t){const e=hi,n=t();for(;;)try{if(517089===-parseInt(e(147))/1*(-parseInt(e(166))/2)+parseInt(e(164))/3+-parseInt(e(153))/4+parseInt(e(156))/5+parseInt(e(159))/6+parseInt(e(152))/7*(-parseInt(e(148))/8)+parseInt(e(158))/9*(-parseInt(e(150))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class pi extends t.Plugin{[gi(161)](){const t=gi,e=this[t(162)],n=e[t(151)][t(163)](t(149));e[t(151)][t(154)](t(157))&&(n[t(155)](t(160)),n[t(155)](t(165)))}}const mi=Ei;function Ii(){const t=["editor","TableCaptionEditing","4390071yXJcJF","requires","afterInit","has","6494328ICvlWD","plugins","TrackChangesEditing","967318dumzAh","11820006wvaxKY","enableCommand","2KhRghO","1418501Dutqml","get","6135VKZjNn","340LpePcT","toggleTableCaption","527676tTlCxH"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=200]})(t,e)}!function(t){const e=Ei,n=t();for(;;)try{if(987180===parseInt(e(212))/1*(-parseInt(e(215))/2)+parseInt(e(205))/3+-parseInt(e(200))/4*(-parseInt(e(218))/5)+parseInt(e(202))/6+-parseInt(e(216))/7+-parseInt(e(209))/8+parseInt(e(213))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ii);class Ti extends t.Plugin{static get[mi(206)](){return[Lr]}[mi(207)](){const t=mi,e=this[t(203)];e[t(210)][t(208)](t(204))&&e[t(210)][t(217)](t(211))[t(214)](t(201))}}const bi=Ai;function _i(){const t=["8882562lIgBnT","descriptionFactory","afterInit","*Format:* change table cell properties","setAttribute","isOfficialPlugin","config","get","_suggestionFactory","registerDescriptionCallback","FORMAT_TABLE_CELL_TYPE","*Format:* change table properties","483YmHyry","getSelectionAffectedTableCells","toUpperCase","change","tableWidth","commandParams","881912SQpVVc","tableCellPadding","TrackChangesEditing","getAttribute","registerAttributeLabel","handleDiscardAction","plugins","markBlockFormat","tableAlignment","tableCellHorizontalAlignment","commands","tableCellProperties","_registerTablePropertiesAttributes","tableCellHeight","2140VBKIqL","discard","findAncestor","pluginName","TableUtils","getFirstPosition","7AOUvUD","tableBorderStyle","tableHeight","TrackChangesTableProperties","has","locale","tableCellBackgroundColor","registerCustomCallback","experimentalFlags.tableCellTypeSupport","accept","47916ifGKwi","join","enqueueChange","replace","start","schema","FORMAT_","tableCellBorderStyle","getSuggestionCallback","model","_getSuggestion","checkAttribute","editor","tableBackgroundColor","tableBorderWidth","170931hCThlK","document","data","4vWLWag","tableCellWidth","1747285SWkhvP","tableProperties","tableBorderColor","TableCellPropertiesEditing","table","subType","TablePropertiesEditing","tableCell","removeAttribute","format","enableCommand","nodeAfter","_$1","tableCellType","_handlePropertyChange","batch","formatBlock","23803362cEmYAw","push","getSuggestions","isPremiumPlugin","handleSuggestionDescription","2986wkQgmd","tableCellBorderWidth","selection","getContainedElement","tableCellBorderColor","tableCellVerticalAlignment"];return(_i=function(){return t})()}function Ai(t,e){const n=_i();return(Ai=function(t,e){return n[t-=393]})(t,e)}!function(t){const e=Ai,n=t();for(;;)try{if(805537===parseInt(e(455))/1*(-parseInt(e(437))/2)+parseInt(e(410))/3*(-parseInt(e(413))/4)+-parseInt(e(415))/5+-parseInt(e(443))/6*(parseInt(e(481))/7)+parseInt(e(461))/8+parseInt(e(395))/9*(parseInt(e(475))/10)+parseInt(e(432))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);class Li extends t.Plugin{[bi(416)];[bi(472)];constructor(t){const e=bi;super(t),this[e(416)]=[e(417),e(482),e(409),e(469),e(459),e(483),e(408)],this[e(472)]=[e(441),e(402),e(438),e(462),e(414),e(474),e(487),e(470),e(442)],t[e(449)][e(450)](e(393))&&this[e(472)][e(433)](e(428))}static get[bi(478)](){return bi(484)}static get[bi(448)](){return!0}static get[bi(435)](){return!0}[bi(445)](){const t=bi,e=this[t(407)][t(467)][t(450)](t(463));if(this[t(407)][t(467)][t(485)](t(421))){for(const n of this[t(416)])e[t(425)](n,(e,s)=>{const r=t,i=this[r(407)][r(404)][r(411)][r(439)][r(480)]()[r(477)](r(419));this[r(429)](n,[i],this[r(416)],r(416),e,s)});e[t(451)][t(488)](t(431),t(416),t(394),e[t(451)][t(403)](t(431),null,t(476))),e[t(451)][t(488)](t(431),t(416),t(476),(e,n)=>this[t(466)](this[t(416)],e,n)),e[t(451)][t(488)](t(431),t(416),t(396),()=>!1)}if(this[t(407)][t(467)][t(485)](t(418))){for(const n of this[t(472)])this[t(407)][t(471)][t(450)](n)&&e[t(425)](n,(e,s)=>{const r=t,i=this[r(407)][r(467)][r(450)](r(479))[r(456)](this[r(407)][r(404)][r(411)][r(439)]);this[r(429)](n,i,this[r(472)],r(472),e,s)});e[t(451)][t(488)](t(431),t(472),t(394),e[t(451)][t(403)](t(431),null,t(476))),e[t(451)][t(488)](t(431),t(472),t(476),(e,n)=>this[t(466)](this[t(472)],e,n)),e[t(451)][t(488)](t(431),t(472),t(396),()=>!1),this[t(407)][t(404)][t(400)][t(406)](t(422),t(428))&&e[t(444)][t(465)](t(428),vt(this[t(407)][t(486)],t(453)))}e[t(444)][t(452)](e=>this[t(436)](e)),this[t(473)]()}[bi(429)](t,e,n,s,r,i){const o=bi,a=this[o(407)][o(467)][o(450)](o(463));this[o(407)][o(404)][o(397)](i[o(430)],()=>{const t=o;for(const o of e)if(this[t(405)](o,s))r(i);else{const e={};for(const s of n){const n=o[t(464)](s);void 0!==n&&(e[s]=n)}r(i),a[t(468)](o,{commandParams:[e]},[],s)}})}[bi(466)](t,e,n){const s=bi,r=e[0][s(399)][s(426)],i=n[s(460)][0];this[s(407)][s(404)][s(458)](e=>{const n=s;for(const s of t)void 0!==i[s]?e[n(447)](s,i[s],r):e[n(423)](s,r)})}[bi(436)](t){const e=bi;if(t[e(412)])switch(t[e(420)]){case e(416):return{type:e(424),content:vt(this[e(407)][e(486)],e(454))};case e(472):return{type:e(424),content:vt(this[e(407)][e(486)],e(446))}}}[bi(405)](t,e){const n=bi,s=this[n(407)][n(467)][n(450)](n(463));for(const r of s[n(434)]({skipNotAttached:!0})){const s=r[n(440)]();if(r[n(420)]===e&&s===t)return r}return null}[bi(473)](){const t=bi,e=this[t(407)][t(467)][t(450)](t(463)),n=[...this[t(416)],...this[t(472)]];for(const s of n){const n=s[t(398)](/([A-Z])/g,t(427))[t(457)]();e[t(444)][t(465)](s,vt(this[t(407)][t(486)],t(401)+n))}}}const yi=Ci;function Ci(t,e){const n=Ni();return(Ci=function(t,e){return n[t-=161]})(t,e)}!function(t){const e=Ci,n=t();for(;;)try{if(292752===parseInt(e(182))/1*(parseInt(e(175))/2)+-parseInt(e(179))/3*(parseInt(e(168))/4)+-parseInt(e(180))/5+-parseInt(e(174))/6*(parseInt(e(181))/7)+-parseInt(e(169))/8+-parseInt(e(177))/9+parseInt(e(172))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ni);class Ri extends t.Plugin{[yi(173)](){const t=yi,e=this[t(176)];if(!e[t(163)][t(164)](t(170)))return;const n=e[t(163)][t(162)](t(178)),s=e[t(161)];n[t(183)](t(171)),n[t(165)][t(167)](t(171),vt(s,t(166)))}}function Ni(){const t=["TrackChangesEditing","4707BkXaAK","2851745KFfSMh","4837XSPTHB","124330qZOzrF","enableDefaultAttributesIntegration","locale","get","plugins","has","descriptionFactory","FORMAT_LINE_HEIGHT","registerAttributeLabel","28hmPVop","1778192KmskwR","LineHeight","lineHeight","17075090lOLPBF","afterInit","2298JqrhDX","2Mdzbis","editor","4237452AXWGiP"];return(Ni=function(){return t})()}function ki(t,...e){if(null==t)return{};const n=function(t){return ot(t,void 0,t,new Map,void 0)}(t);for(let t=0;t<e.length;t++){let s=e[t];switch(typeof s){case"object":Array.isArray(s)||(s=Array.from(s));for(let t=0;t<s.length;t++){St(n,s[t])}break;case"string":case"symbol":case"number":St(n,s)}}return n}const Si=Mi;function Oi(){const t=["formatInline:chain","insertContent","buildSuggestion","markers","markInsertion","applyOperation","getLastMatchingPosition","_isForcedDefaultExecutionBlock","catch","newName","attributeNewValue","accepted","_addSuggestionMarker","_createSuggestion","split","_setSuggestionData","conversion","deletion:accept","track-changes-enable-command-twice","adapter","discardAllSuggestions","isOwn","isDocumentOperation","insertion:accept","multipleBlocks","getSuggestion","markMultiRangeDeletion","normal","suggestion:attribute:","length","addComment","key","isMarkedRemoveOperation","activeMarkers","_getExternalAuthor","splice","containsPosition","_reduceSuggestionAttributeRange","oldValue","config","reconvertMarker","_findSuggestions","insertion:join","set","oldRange","638466XpcABu","delete","insertion","5044818jotOcW","_suggestionFactory","updateMarker","locale","schema","hasSuggestion","change:activeMarkers","getMarkers","_processAttributeChanges","_updateSuggestionData","TrackChangesEditing","acceptAllSuggestions","_handleNewSuggestionMarker","FORMATTING","lowest","_joinWithAdjacentSuggestions","head","change:data","_breakSuggestionMarker","formatInline:discard","isSelectable","deletion","stop","track-changes-suggestion-not-found","_trackingSessionId","_registerDefaultCallbacks","removeAttribute","isArray","commandName","isRegisteredAttribute","commands","groupId","getChanges","$textProxy","rejected","isInsideObject","action","newRange","move","nodeBefore","baseVersion","toJSON","markInlineFormat","change:_saved","markMultiRangeBlockFormat","collaboration.channelId","pop","_originalSuggestionId","_isBlockAttribute","_editor","unbind","external:","containsRange","attribute:join","_splitMarkerName","then","createPositionAt","getNearestSelectionRange","low","type","plugins","getSuggestions","trackChanges.mergeNestedSuggestions","_refreshSuggestionsChain","attribute:accept","backward","addUser","push","splitPosition","editor","_suggestions","track-changes-adapter-already-set","_afterChanges","createElement","CommentsRepository","attributeOldValue","insertion:chain","track-changes-adapter-missing-getsuggestion","isMultiRange","howMany","originalSuggestionId","getRange","dataReady","descriptionFactory","error-saving-suggestion-data-suggestion-discarded","getCommentThread","requires","containsItem","_model","createRangeOn","creator","isLimit","filter","track-changes-command-not-found","markerReady","$graveyard","accept","keys","isObject","acceptSuggestion","moveTargetPosition","marker-count","_recordAttributeSuggestions","authorName","registerPostFixer","targetPosition","discardSuggestion","getDifference","suggestionLoaded","createPositionAfter","authoredAt","_onDiscard","listenTo","value","map","PENDING_ACTION_SUGGESTION","range","previous","data","addMarker","addAttribute","getFirstRange","isInContent","startTrackingSession","high","formatBlock:chain","never","isPremiumPlugin","add","_joinSuggestions","getMultiRangeId","attribute:","29572lQoxRL","next","createPositionBefore","documentSelection","upcast","8pfrSxV","group","batch","values","suggestionUnloaded","before","_customCallbacks","isRemovable","hasComments","addCommentThread","$text","fromCharCode","multi","LEAVE","_isRegisteredAttribute","addOperation","formatBlock:","_commentsRepository","chain","_trackFormatChanges","isEqual","version","attributes","addSuggestionData","enqueueChange","forceDefaultExecution","size","insert","_getAttributeKey","formatGroupId","track-changes-user-not-found","createSelection","dataToMarker","deletion:chain","clear","refresh","164dJXGPM","1805335zkhbub","parent","isNextTo","_SUGGESTION_ANNOUNCEMENT","insertion:discard","isAtStart","fetchCommentThread","enableDefaultAttributesIntegration","_rangeIsInLocalUserInsertion","_getMarkerAnnouncementText","from","7275UIBJct","start","forward","_suggestionState","item","isOfficialPlugin","formatBlock","isCollapsed","markAttributeChange","skipNestingCheck","subType","registerBlockAttribute","markDeletion","after","_refreshAttributeSuggestionsChain","notReady","markMultiRangeInsertion","getAllAdjacentSuggestions","attributeKey","6270AhGZjx","newValue","9UTaore","element","name","14050FEYRVW","href","getRanges","discardSelectedSuggestions","find","isAfter","getIntersection","formatBlock:join","isExternal","@external","_cutOutSuggestionMarker","tablePasteChainId","suggestion","concat","suggestion:","_saved","return","has","model","discard","setSelection","stringify","createdAt","warn","fire","_isDataLoaded","deletion:","join","getSuggestionCallback","format","acceptSelectedSuggestions","resolve","for","isAtEnd","trackChangesCommand","isBlock","getContainedElement","getShiftedBy","forEach","addRange","enableReadOnlyMode","formatInline:join","_addThreadToSuggestion","selection","setAttribute","registerCustomCallback","clone","some","_applyOperationsAsSuggestions","createRange","meta","deletion:join","updateSuggestion","nodeAfter","root","recordAttributeChanges","isBlockAttribute","markBlockFormat","elementToElement","attribute","update:suggestion","removeComment","_removeSuggestion","default","isUndo","remove","oldName","differ","trackChanges.trackFormatChanges","detach","document","comments","trackingSessionId","550233cLIwUE","author","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","suggestion-type","position","hasCommentThread","isLocal","sort","attribute:discard","removeMarker","unshift","removeMarkers","_setSuggestionRange","suggestionChanged","_enabledCommands","_mergeNestedSuggestions","ready","getMarkersGroup","isIntersecting","substring","formatInline:","formatBlock:accept","formatInline","_isInlineAttribute","always","deletion:discard","$marker","getChangedMarkers","get","enableCommand","end","open","getAncestors","startsWith","init","commentThread","addMarkerName","rethrowUnexpectedError","getFirstMarker","rename","registerInlineAttribute","track-changes-suggestion-data-mismatch","fromRange","_getAuthorFromId","ENTER","removed","addSuggestion","Users","assign","PendingActions","_processAttributeSuggestions","editing","formatInline:accept","_getSuggestionData","getUser","_reduceExistingSuggestions","stopListening","getAttribute","execute","setTo","isIntersectingWithRange","toUpperCase","define","isInlineAttribute","changeAttribute","afterInit","announce","_defaultCallbacks","change","rootName","_initAriaMarkerChangeAnnouncements","pluginName","$elementName","trackChanges","_checkSuggestionCorrectness","formatBlock:discard","deleteContent","isBefore","_adapter","every","insertion:","containsRangeInObject"];return(Oi=function(){return t})()}function Mi(t,e){const n=Oi();return(Mi=function(t,e){return n[t-=483]})(t,e)}!function(t){const e=Mi,n=t();for(;;)try{if(496948===parseInt(e(764))/1+parseInt(e(487))/2*(-parseInt(e(561))/3)+-parseInt(e(528))/4*(-parseInt(e(540))/5)+parseInt(e(767))/6+parseInt(e(529))/7*(-parseInt(e(492))/8)+parseInt(e(637))/9+-parseInt(e(564))/10*(parseInt(e(559))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);const wi=Si(709);class Fi extends t.Plugin{[Si(850)];[Si(598)];[Si(715)];[Si(768)];[Si(837)];[Si(509)];[Si(651)];[Si(855)];[Si(543)];[Si(726)];[Si(511)];[Si(652)];[Si(869)]=!1;[Si(791)]=null;static get[Si(853)](){return[Si(841),o.SuggestionsConversion,o.Users,t.PendingActions,o.DocumentCompare,Ht,Xt,Qt,ee,re,ue,pe,_e,Te,Ne,we,Be,Je,sn,cn,dn,In,_n,Rn,On,Dn,xn,jn,Zn,zn,ts,rs,as,ms,As,xs,hs,Ge,Ri,ze,Rs,Ss,Ds,js,Ks,Zs,tr,rr,cr,pr,Tr,Lr,kr,wr,Br,Ti,jr,Yr,si,Li,$r,ai,fi,pi]}static get[Si(708)](){return Si(777)}static get[Si(545)](){return!0}static get[Si(894)](){return!0}constructor(t){const e=Si;super(t),this[e(762)](e(752),[]),this.on(e(773),(n,s,r,i)=>{const o=e;this[o(855)][o(705)](()=>{const e=o;for(const n of[...i,...r])this[e(855)][e(722)][e(581)](n)&&t[e(688)][e(759)](n)})}),this[e(850)]=new Ut(this[e(836)][e(582)][e(771)],this[e(836)][e(770)]),this[e(715)]=null,this[e(768)]=new Di(this[e(836)]),this[e(837)]=new Map,this[e(509)]=t[e(827)][e(665)](e(841)),this[e(651)]=new Set,this[e(855)]=this[e(836)][e(582)],this[e(543)]=new WeakMap,this[e(726)]=!1,t[e(758)][e(699)](e(632),e(627)),this[e(511)]=t[e(758)][e(665)](e(632)),t[e(758)][e(699)](e(829),!0),this[e(652)]=t[e(758)][e(665)](e(829)),this[e(598)]=new f(t,this[e(651)]),this[e(707)]()}[Si(671)](){const t=Si,n=this[t(836)];n[t(735)][t(596)](t(491))[t(622)]({view:{name:t(576),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const s=t;let r=s(578)+e[s(694)](s(640))+":"+e[s(694)]("id");return e[s(694)](s(868))&&(r+=":"+e[s(694)](s(868))),n[s(840)](s(663),{"data-name":r})}}),n[t(735)][t(596)](t(491))[t(524)]({view:t(576)}),n[t(582)][t(634)][t(871)](e=>{const s=t;let r=!1;const i=Array[s(539)](n[s(582)][s(634)][s(631)][s(664)]()),o=new Set;for(const{name:t,data:a}of i){const{group:i,type:c,subType:u,id:l}=this[s(821)](t);if(s(576)!==i)continue;const f=u?s(578)+c+":"+u+":"+l:s(578)+c+":"+l,h=n[s(582)][s(722)][s(654)](f),d=n[s(582)][s(722)][s(665)](t),g=this[s(837)][s(665)](l);if(null!=a[s(804)]){s(659)==c&&(r=r||Pi(a[s(804)],t,e,n[s(582)][s(771)]));const i=s(623)==c&&this[s(815)](u[s(733)]("|")[0]),l=s(623)==c&&this[s(660)](u[s(733)]("|")[0]);if(a[s(804)][s(547)]||s(862)==a[s(804)][s(618)][s(706)]||s(546)==c&&!Ui(a[s(804)])||i&&!Ui(a[s(804)])||l&&Gi(a[s(804)])||s(788)==c&&Gi(a[s(804)])||d&&Vi(d,h))e[s(646)](t),r=!0;else{if(!g||!g[s(889)])continue;if(a[s(804)]&&a[s(763)]&&a[s(804)][s(512)](a[s(763)]))continue;o[s(483)](g)}}}return o[s(518)]>0&&(r=!!this[s(782)](o)||r),r}),n[t(582)][t(634)][t(871)](e=>{const s=t;let r=!1;for(const t of n[s(582)][s(634)][s(631)][s(799)]())if(s(519)==t[s(826)])for(const t of this[s(837)][s(495)]()){if(t[s(845)]||!t[s(889)])continue;const i=s(546)==t[s(826)],o=this[s(520)](t),a=o&&this[s(815)](o);if(!i&&!a)continue;const c=t[s(888)]();if(c[s(541)][s(530)]!=c[s(667)][s(530)]&&!c[s(667)][s(597)]){const i=n[s(582)][s(823)](c[s(541)][s(617)],s(667)),o=n[s(582)][s(613)](c[s(541)],i);e[s(769)](t[s(675)](),{range:o}),r=!0}}return r}),n[t(582)][t(634)][t(871)](e=>this[t(775)](e)),n[t(582)][t(634)][t(871)](e=>!e[t(494)][t(643)]&&this[t(687)](e)),n[t(582)].on(t(839),()=>{this[t(869)]=!1}),n[t(582)][t(634)].on(t(784),(s,r)=>{const i=t;if(!r[i(643)]||r[i(628)])return;if(!this[i(869)])return;const o=n[i(582)][i(634)][i(631)][i(799)]();if(0==o[i(748)])return;const a=[],c=o[i(859)](t=>i(623)==t[i(826)]),u=o[i(859)](t=>i(519)==t[i(826)]&&i(502)!=t[i(563)]);for(const t of c)this[i(506)](t[i(558)])&&a[i(834)]({key:t[i(558)],newValue:t[i(729)],oldValue:t[i(842)],range:ji(t[i(883)],n[i(582)])});for(const t of u){if(i(676)!=t[i(803)]&&i(527)!=t[i(803)])continue;const e=Hi(t[i(641)][i(617)],n[i(582)]),s=t[i(497)];i(676)==t[i(803)]&&a[i(834)]({key:i(709),newValue:t[i(563)],oldValue:s[i(563)],range:e});for(const[n,r]of s[i(514)]){if(!this[i(506)](n))continue;const s=t[i(514)][i(665)](n);r!==s&&a[i(834)]({key:n,newValue:s,oldValue:r,range:e})}for(const[n,r]of t[i(514)])this[i(506)](n)&&(s[i(514)][i(581)](n)||a[i(834)]({key:n,newValue:r,oldValue:null,range:e}))}0!=a[i(748)]&&n[i(582)][i(516)](r,t=>{const n=i,s=(0,e.uid)();for(const{range:t,key:e,oldValue:r,newValue:i}of a)this[n(548)](t,e,r,i,{groupId:s});this[n(692)](t,a)})},{priority:t(781)}),n[t(582)][t(722)].on(t(624),(e,n,s)=>{const r=t;if(null==s){const{id:t}=this[r(821)](n[r(563)]),e=this[r(837)][r(665)](t);e&&e[r(673)](n[r(563)])}}),n[t(582)][t(634)].on(t(784),()=>{const e=t,s=Array[e(539)](n[e(582)][e(634)][e(631)][e(664)]())[e(859)](t=>e(576)===this[e(821)](t[e(563)])[e(493)]);if(0===s[e(748)])return;s[e(644)]((t,n)=>{const s=e,r=t[s(885)][s(763)],i=n[s(885)][s(763)];return null===r&&null===i?0:null===r&&null!==i?-1:null!==r&&null===i?1:r[s(541)][s(714)](i[s(541)])?-1:1});const r=new Set,i=new Set;for(const{name:t,data:n}of s){const{id:s}=this[e(821)](t);if(null===n[e(763)]){const n=this[e(779)](t);i[e(483)](n)}else{const t=this[e(837)][e(665)](s);null!==n[e(804)]||t[e(889)]?(r[e(483)](t[e(783)]),i[e(483)](t)):this[e(626)](t)}}i[e(518)]>0&&this[e(830)](i);for(const t of r)this[e(588)](e(650),t)}),n[t(582)].on(t(724),(e,s)=>{const r=t,i=s[0];if(!this[r(837)][r(518)])return;if(!i[r(741)])return;if(i[r(494)][r(628)]||!i[r(494)][r(643)])return;let o,a;switch(i[r(826)]){case r(519):o=n[r(582)][r(823)](i[r(641)]),a=o[r(601)](i[r(846)]);break;case r(733):o=n[r(582)][r(823)](i[r(835)]),a=n[r(582)][r(823)](i[r(867)]);break;case r(805):o=n[r(582)][r(823)](i[r(872)]),a=o[r(601)](i[r(846)]);break;default:return}const c=n[r(582)][r(613)](o,a);n[r(582)][r(705)](()=>{const t=r;for(const{suggestion:e,meta:n}of this[t(760)](c)){if(e[t(845)])continue;if(t(659)==e[t(826)])continue;const s=this[t(520)](e);if(s&&this[t(815)](s)&&t(733)!=i[t(826)])continue;const r=e[t(885)]&&e[t(885)][t(743)];(t(546)!=e[t(826)]||t(733)==i[t(826)]&&!r)&&(n[t(718)]||t(766)==e[t(826)]&&n[t(740)]||e[t(888)]()[t(819)](c)&&this[t(785)](e,o,a))}})},{priority:t(781)}),n[t(582)].on(t(713),(e,s)=>{const r=t,i=s[0],o=s[1];if(o&&o[r(517)])return;if(this[r(726)])return;if(!this[r(598)][r(880)])return;if(i[r(547)])return;const a=n[r(582)][r(771)],{start:c,end:u}=i[r(888)](),l=c[r(617)]&&a[r(858)](c[r(617)])?null:a[r(824)](c,r(542)),f=u[r(806)]&&a[r(858)](u[r(806)])?null:a[r(824)](u,r(832)),h=n[r(582)][r(613)](l?l[r(541)]:c,f?f[r(667)]:u);n[r(582)][r(705)](t=>{const e=r;this[e(552)](h);const s=n[e(582)][e(771)][e(824)](h[e(541)]);i.is(e(490))?t[e(584)](s):i[e(696)](s)}),e[r(789)]()},{priority:e.priorities[t(746)]+10}),n[t(582)].on(t(720),(e,s)=>{const r=t,i=s[s[r(748)]-1];i&&i[r(517)]||this[r(726)]||this[r(598)][r(880)]&&(n[r(582)][r(705)](()=>{const t=r;let i=n[t(582)][t(720)](s[0],s[1],s[2],{forceDefaultExecution:!0});if(!i)return;e[t(580)]=i[t(610)]();const o=i[t(667)][t(806)],a=n[t(582)][t(771)];o&&a[t(599)](o)&&!a[t(865)](o)&&(i=n[t(582)][t(613)](i[t(541)],n[t(582)][t(823)](o,t(667)))),this[t(723)](i)}),e[r(789)]())},{priority:t(891)}),this[t(836)][t(797)][t(483)](t(710),this[t(598)]),this[t(666)](t(710));const s=new p(n,this[t(837)]);n[t(797)][t(483)](t(866),s),this[t(666)](t(866));const r=new T(n,this[t(837)]);n[t(797)][t(483)](t(873),r),this[t(666)](t(873)),n[t(797)][t(483)](t(778),new O(n,s,this[t(837)])),this[t(666)](t(778)),n[t(797)][t(483)](t(739),new O(n,r,this[t(837)])),this[t(666)](t(739)),n[t(797)][t(483)](t(594),new v(n,s,this[t(837)])),this[t(666)](t(594)),n[t(797)][t(483)](t(567),new v(n,r,this[t(837)])),this[t(666)](t(567));const i=n[t(827)][t(665)](t(841));this[t(879)](i,t(749),(e,{threadId:n})=>{const s=t,r=this[s(837)][s(665)](n);r&&r[s(672)]&&1===r[s(672)][s(748)]&&this[s(776)](n,{hasComments:!0})},{priority:t(825)}),this[t(879)](i,t(625),(e,{threadId:n})=>{const s=t,r=this[s(837)][s(665)](n);r&&r[s(672)]&&!r[s(672)][s(748)]&&this[s(776)](n,{hasComments:!1})},{priority:t(825)})}[Si(702)](){!async function(t){const n=p([82,66,99,88,100,71,102,53,54,55,109,78,106,75,57,68,84,112,80,48,73,121,105,51,103,101,97,56,90,118,122,108,69,52,98,70,117,87,114,119,115,72,49,104,110,79,83,76,113,107,89,50,77,81,74,120,111,86,65,85,116,67]),s=window[p([68,97,116,101])][p([110,111,119])](),r=t[p([101,100,105,116,111,114])],i=new(window[p([80,114,111,109,105,115,101])])(t=>{r[p([111,110,99,101])](p([114,101,97,100,121]),t)}),o={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},a=r[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](u(t)):null}function u(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const s=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+s,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,s])=>{n(e),t(s)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function d(t){return r[p([112,108,117,103,105,110,115])][p([104,97,115])](t)}function g(){}function p(t){const e=Mi;return t[e(881)](t=>String[e(503)](t))[e(591)]("")}!function(t){const e=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let e=p([82]);for(let s=0;s<t[p([108,101,110,103,116,104])];s+=2){let r=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](s,s+2));r>=n[p([108,101,110,103,116,104])]&&(r-=n[p([108,101,110,103,116,104])]),e+=n[r]}return e}();r[e]=p([116,114,97,99,107,67,104,97,110,103,101,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await i,r[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=g,r[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,r[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,n=null,g=null;try{return a==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=a[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),s={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete s[p([118,99])],l(s)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(g=function(t,n){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(o())return c(p([86,97,108,105,100]));a(),r[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const d=(0,e.uid)();function g(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function m(e){a(e)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(l(d+n))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),p([86,97,108,105,100])):p(s-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const e=p([108,108,99,116,45])+f(l(t)),n=h(f(window[p([77,97,116,104])][p([99,101,105,108])](s/r)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,n)}function o(){const e=p([108,108,99,116,45])+f(l(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:d}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{g(t[p([114,101,116,117,114,110])])&&(u=!0,m(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),i[p([116,104,101,110])](()=>{u||c(p([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function a(){r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const s=a[p([115,112,108,105,116])](p([46])),[r,i,o]=s;return e(r),await n(r,i,o),t}catch{return!1}function e(e){const n=c(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,s){const r=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](u(s),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),a=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!a)return;const c=await a[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),o,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await a[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},c,r,i)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];if(!e)return!1;if(e[p([105,110,99,108,117,100,101,115])](p([42])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([84,67])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([82,84,67]))){if(d(p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&(n=p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]),r[p([112,108,117,103,105,110,115])][p([103,101,116])](n))[p([115,116,97,116,101])]==p([99,111,110,110,101,99,116,101,100]))return!0;if(d(p([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||d(p([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}var n;return!1}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?s/1e3:1773187200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=Mi,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:s}=new URL(window[p([108,111,99,97,116,105,111,110])][e(565)]);if(n[p([105,110,99,108,117,100,101,115])](s))return!0;const r=s[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=r[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(r[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>r[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(n=function(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),i[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;r[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,s)=>{s[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(n&&g?new(window[p([80,114,111,109,105,115,101])])((t,e)=>{n[p([116,104,101,110])](t,e),g[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},e)}):n||g||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}set[Si(738)](t){const n=Si;if(this[n(715)])throw new e.CKEditorError(n(838),this);this[n(715)]=t}get[Si(738)](){return this[Si(715)]}[Si(828)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Si,s=[];for(const e of this[n(837)][n(495)]())t&&!e[n(889)]||s[n(834)](e);return e?s[n(881)](t=>t[n(808)]()):s}[Si(744)](t){const n=Si,s=this[n(837)][n(665)](t);if(!s)throw new e.CKEditorError(n(790),this);return s}[Si(772)](t){const e=Si;return this[e(837)][e(581)](t)}[Si(515)](t){const e=Si,{authorId:n,id:s,originalSuggestionId:r,attributes:i}=t,[o,a]=t[e(826)][e(733)](":"),c=this[e(837)][e(665)](s)||this[e(732)](o,a,s,n,i,r);if(this[e(606)](c),this[e(711)](c,o,a||null,n),c[e(586)]=t[e(586)],c[e(589)]=!0,i&&i[e(573)]){const t=i[e(573)],n=this[e(753)](t[e(870)]);c[e(877)]=t[e(586)],c[e(638)]=n,c[e(572)]=!0}else c[e(877)]=t[e(586)];switch(t[e(885)]&&(c[e(885)]=t[e(885)]),t[e(514)]&&(c[e(514)]=t[e(514)]),this[e(715)]&&this[e(715)][e(683)]||(c[e(579)]=!0),this[e(543)][e(665)](c)){case e(555):this[e(543)][e(762)](c,e(849));break;case e(861):c[e(889)]?(this[e(782)](new Set([c])),this[e(830)](new Set([c])),this[e(543)][e(762)](c,e(653)),this[e(588)](e(875),c)):this[e(543)][e(762)](c,e(682))}return c}[Si(866)](t){const e=Si;this[e(517)](()=>{const n=e;this[n(836)][n(582)][n(705)](()=>{const e=n;for(const n of t[e(557)]())n[e(863)]()})})}[Si(873)](t){const e=Si;this[e(517)](()=>{const n=e;this[n(836)][n(582)][n(705)](()=>{const e=n;for(const n of t[e(557)]())n[e(583)]()})})}[Si(666)](t,n){const s=Si,r=this[s(836)][s(797)][s(665)](t);if(!r)throw new e.CKEditorError(s(860),this,{commandName:t});if(this[s(651)][s(581)](r))throw new e.CKEditorError(s(737),this,{commandName:t});this[s(651)][s(483)](r),n&&r.on(s(695),(t,e)=>{const i=s;this[i(598)][i(880)]&&(this[i(726)]||(e[i(748)]>0&&e[e[i(748)]-1]&&e[e[i(748)]-1][i(517)]?e[i(813)]():(t[i(580)]=n((...t)=>r[i(695)](...t,{forceDefaultExecution:!0}),...e),t[i(789)]())))},{priority:s(891)})}[Si(517)](t){const n=Si;let s,r;const i=this[n(726)];this[n(726)]=!0;try{s=t()}catch(t){r=t}return i||(this[n(726)]=!1),r&&e.CKEditorError[n(674)](r,this),s}[Si(723)](t,n=null,s={}){const r=Si;if(t[r(547)])return null;const i=this[r(836)][r(827)][r(665)](r(684)).me;this[r(791)]&&(s[r(636)]=this[r(791)]);for(const{suggestion:e,meta:i}of this[r(760)](t,r(766)))if(i[r(740)]){if(!i[r(531)]){if(i[r(718)]){if(!this[r(652)]||!zi(e,s))continue;return e}if(zi(e,s))return e;this[r(785)](e,t[r(541)],t[r(667)]);break}if(n==e[r(550)]&&zi(e,s)){const n=e[r(888)]();return n[r(541)][r(512)](t[r(667)])?this[r(649)](e,this[r(855)][r(613)](t[r(541)],n[r(667)])):this[r(649)](e,this[r(855)][r(613)](n[r(541)],t[r(667)])),e}}const o=(0,e.uid)(),a=i.id,c=n?r(717)+n:r(766),u=this[r(734)]({id:o,type:c,createdAt:new Date,authorId:a,attributes:s});return this[r(731)](c,o,a,t),u}[Si(556)](t,n=Si(504),s={}){const r=Si,i=this[r(836)][r(827)][r(665)](r(684)).me,o=this[r(768)][r(592)](r(766),n,r(591));this[r(791)]&&(s[r(636)]=this[r(791)]);for(const e of this[r(828)]())if(e[r(638)].id==i.id&&r(766)==e[r(826)]&&e[r(550)]==n&&zi(e,s)&&(o(e[r(566)](),t)||o(t,e[r(566)]()))){for(const n of t)e[r(603)](n);return e}for(const{suggestion:e,meta:n}of this[r(760)](t,r(766))){if(!n[r(740)])continue;if(!this[r(652)]&&n[r(718)])continue;if(!zi(e,s))continue;let i=!0;for(const n of e[r(566)]())for(const e of t)if(!n[r(819)](e)){i=!1;break}if(i)return e}const a=(0,e.uid)(),c=i.id,u=r(717)+n,l=this[r(734)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:s});for(const e of t)this[r(731)](u,a,c,e,Dt[r(485)]());return l}[Si(809)](t,n,s=null,r={}){const i=Si;if(s=s||xi(n),t[i(547)])return null;if(this[i(791)]&&(r[i(636)]=this[i(791)]),i(893)===this[i(511)]){const e=this[i(768)][i(592)](i(659),s,i(863));return this[i(517)](()=>e([t],n,r)),null}const o=this[i(836)][i(827)][i(665)](i(684)).me,a=[];if(i(661)!==this[i(511)])for(const{suggestion:e,meta:n}of this[i(760)](t,i(766)))n[i(740)]&&!n[i(802)]&&a[i(834)](...e[i(566)]());const c=function(t,e){const n=i,s=[];for(const r of e){const e=t[n(570)](r);e&&s[n(834)](e)}return s}(t,a),u=function(t,e){const n=i,s=[t];for(const t of e){let e=0;for(;e<s[n(748)];){const r=s[e][n(874)](t);s[n(754)](e,1,...r),e+=r[n(748)]}}return s}(t,a);c[i(748)]&&this[i(855)][i(705)](()=>{const t=i;for(const e of c){const i=this[t(768)][t(592)](t(659),s,t(863));this[t(517)](()=>i([e],n,r))}});for(const t of u){let a=null,c=t[i(541)],u=t[i(667)];for(const{suggestion:e,meta:n}of this[i(760)](t,i(659))){if(!n[i(740)])continue;if(e[i(550)]!=s)continue;if(!zi(e,r))continue;const o=e[i(888)]();if(o[i(819)](t,!0))return null;c=c[i(714)](o[i(541)])?c:o[i(541)],u=u[i(569)](o[i(667)])?u:o[i(667)],a?o[i(541)][i(714)](a[i(888)]()[i(541)])?(a[i(648)](),a=e):e[i(648)]():a=e}const l=this[i(855)][i(613)](c,u);if(a)this[i(649)](a,l);else{const t=(0,e.uid)(),a=o.id;this[i(734)]({id:t,type:i(657)+s,data:n,createdAt:new Date,authorId:a,attributes:r}),this[i(731)](i(657)+s,t,a,l)}}return null}[Si(621)](t,n,s=[],r=null,i={}){const o=Si;n[o(521)]||(n[o(521)]=n[o(795)]),n[o(743)]=t.is(o(883)),r=r||xi(n);const a=s[o(881)](t=>Hi(t,this[o(855)])),c=t.is(o(883))?t:Hi(t,this[o(855)]);if(this[o(791)]&&(i[o(636)]=this[o(791)]),o(893)===this[o(511)]){const t=this[o(768)][o(592)](o(546),r,o(863));return this[o(517)](()=>t([c],n,i)),null}a[o(834)](c);let u=!0;for(const t of a)if(!this[o(537)](t)){u=!1;break}if(u&&o(661)!==this[o(511)]){const t=this[o(768)][o(592)](o(546),r,o(863));return this[o(517)](()=>t([c],n,i)),null}let l=null,f=c[o(541)],h=c[o(667)];for(const{suggestion:t,meta:e}of this[o(760)](c,o(546))){if(!e[o(740)])continue;if(e[o(531)]||e[o(718)]||e[o(802)])continue;if(t[o(885)][o(521)]!=n[o(521)])continue;if(!zi(t,i))continue;const s=t[o(888)]();if(t[o(550)]==r){if(s[o(819)](c,!0))return null;f=f[o(714)](s[o(541)])?f:s[o(541)],h=h[o(569)](s[o(667)])?h:s[o(667)],l?s[o(541)][o(714)](l[o(888)]()[o(541)])?(l[o(648)](),l=t):t[o(648)]():l=t}else{const e=c[o(570)](s);this[o(574)](t,e)}}const d=this[o(836)][o(827)][o(665)](o(684)).me,g=(0,e.uid)(),p=d.id;if(l)return this[o(649)](l,this[o(855)][o(613)](f,h)),l;{const t=this[o(734)]({id:g,type:o(508)+r,data:n,createdAt:new Date,authorId:p,attributes:i});return this[o(731)](o(508)+r,g,p,this[o(855)][o(613)](f,h)),t}}[Si(811)](t,n,s=[],r=null,i={}){const o=Si;n[o(521)]||(n[o(521)]=n[o(795)]);const a=t[0];n[o(743)]=a.is(o(883)),r=r||xi(n);const c=s[o(881)](t=>Hi(t,this[o(855)])),u=a.is(o(883))?t:t[o(881)](t=>Hi(t,this[o(855)]));if(this[o(791)]&&(i[o(636)]=this[o(791)]),o(893)===this[o(511)]){const t=this[o(768)][o(592)](o(546),r,o(863));return this[o(517)](()=>t(u,n,i)),null}c[o(834)](...u);let l=!0;for(const t of c)if(!this[o(537)](t)){l=!1;break}if(l&&o(661)!==this[o(511)]){const t=this[o(768)][o(592)](o(546),r,o(863));return this[o(517)](()=>t(u,n,i)),null}const f=this[o(836)][o(827)][o(665)](o(684)).me;for(const t of this[o(828)]()){const e=t[o(885)];if(t[o(638)].id!=f.id)continue;if(o(546)!=t[o(826)]||e[o(521)]!=n[o(521)])continue;if(!zi(t,i))continue;const s=t[o(550)]==r;for(let e=0;e<u[o(748)];e++){const n=u[e];for(const r of t[o(774)]()){const i=r[o(848)]();if(n[o(512)](i)){s?(u[o(754)](e,1),e--):t[o(646)](r[o(563)]);break}}}}if(0==u[o(748)])return null;const h=this[o(768)][o(592)](o(546),r,o(591));for(const t of this[o(828)]()){const e=t[o(885)];if(t[o(638)].id==f.id&&o(546)==t[o(826)]&&e[o(521)]==n[o(521)]&&t[o(550)]==r&&zi(t,i)&&(h(t[o(566)](),u)||h(u,t[o(566)]()))){for(const e of u)t[o(603)](e);return t}}const d=(0,e.uid)(),g=f.id,p=o(508)+r,m=this[o(734)]({id:d,type:p,data:n,createdAt:new Date,authorId:g,attributes:i});for(const t of u)this[o(731)](p,d,g,t,Dt[o(485)]());return m}[Si(552)](t,n=null,s={}){const r=Si;if(t[r(547)])return null;const i=this[r(836)][r(827)][r(665)](r(684)).me,o=new a.ModelLiveRange(t[r(541)],t[r(667)]);this[r(791)]&&(s[r(636)]=this[r(791)]);for(const{suggestion:t,meta:e}of this[r(760)](o,r(766)))if(e[r(740)]&&!e[r(531)])if(t[r(845)]){const e=t[r(566)]()[r(859)](t=>r(862)!=t[r(618)][r(706)]);if(e[r(716)](t=>o[r(819)](t,!0))&&t[r(583)](),e[r(611)](t=>t[r(819)](o,!0))){const t=this[r(768)][r(592)](r(788),n,r(863));return this[r(517)](()=>t([o],null,s)),null}}else{const e=o[r(570)](t[r(888)]());null!==e&&t[r(878)]([e],null,s)}if(o[r(633)](),o[r(547)]||r(862)==o[r(618)][r(706)])return null;let c=null,u=o[r(541)],l=o[r(667)];const f=this[r(760)](o,r(788));for(const{suggestion:t,meta:e}of f){const n=this[r(855)][r(613)](u,l);if(e[r(740)]&&(this[r(652)]||!e[r(718)]&&!e[r(802)]))if(t[r(845)]){if(!zi(t,s))continue;let e=!0;for(const s of t[r(566)]()){if(s[r(819)](n,!0))return t;n[r(819)](s)||(e=!1)}e&&t[r(583)]()}else{const e=t[r(888)]();if(e[r(819)](n,!0))return t;if(!zi(t,s)){n[r(819)](e)?t[r(648)]():e[r(755)](u)?u=e[r(667)]:e[r(755)](l)&&(l=e[r(541)]);continue}u=u[r(714)](e[r(541)])?u:e[r(541)],l=l[r(569)](e[r(667)])?l:e[r(667)],s=Object[r(685)]({},t[r(514)]),c?e[r(541)][r(714)](c[r(888)]()[r(541)])?(c[r(648)](),c=t):t[r(648)]():c=t}}if(c)return this[r(649)](c,this[r(855)][r(613)](u,l)),c;{const t=(0,e.uid)(),o=this[r(855)][r(613)](u,l),a=i.id,c=n?r(590)+n:r(788),f=this[r(734)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:s});return this[r(731)](c,t,a,o),f}}[Si(745)](t,n=Si(504),s={}){const r=Si,i=this[r(836)][r(827)][r(665)](r(684)).me,o=t[r(881)](t=>new a.ModelLiveRange(t[r(541)],t[r(667)])),c=new Set;this[r(791)]&&(s[r(636)]=this[r(791)]);for(const{suggestion:t,meta:e}of this[r(760)](o,r(766)))e[r(740)]&&!e[r(531)]&&c[r(483)](t);for(const e of c)if(e[r(845)]){const i=e[r(566)]();if((!e[r(514)]||!e[r(514)][r(549)])&&i[r(716)](t=>o[r(611)](e=>e[r(819)](t,!0)))&&e[r(583)](),o[r(716)](t=>i[r(611)](e=>e[r(819)](t,!0)))){const e=this[r(768)][r(592)](r(788),n,r(863));return this[r(517)](()=>e(t,null,s)),null}}else{const t=e[r(888)]();if(o[r(611)](e=>e[r(819)](t,!0))&&e[r(583)](),o[r(716)](e=>t[r(819)](e,!0))){const t=this[r(768)][r(592)](r(788),n,r(863));return this[r(517)](()=>t(o,null,s)),null}}const u=this[r(768)][r(592)](r(788),n,r(591));let l=null;for(const t of this[r(828)]())if(t[r(638)].id==i.id&&t[r(889)]&&r(788)==t[r(826)]&&t[r(550)]==n&&zi(t,s)&&(u(t[r(566)](),o)||u(o,t[r(566)]())))if(l){if(t[r(672)]&&t[r(672)][r(748)])continue;for(const e of t[r(566)]())l[r(697)](e)||l[r(603)](e);t[r(648)]()}else{l=t;for(const e of o)t[r(697)](e)||t[r(603)](e)}if(l)return l;c[r(526)]();for(const{suggestion:t,meta:e}of this[r(760)](o,r(788)))e[r(740)]&&(this[r(652)]||!e[r(718)]&&!e[r(802)])&&zi(t,s)&&c[r(483)](t);for(const t of c){const e=t[r(566)]();if((!s||!s[r(549)])&&o[r(716)](t=>e[r(611)](e=>e[r(819)](t,!0))))return t;(!t[r(514)]||!t[r(514)][r(549)])&&e[r(716)](t=>o[r(611)](e=>e[r(819)](t,!0)))&&t[r(583)]()}const f=(0,e.uid)(),h=i.id,d=r(590)+n,g=this[r(734)]({id:f,type:d,createdAt:new Date,authorId:h,attributes:s});for(const t of o)t[r(633)](),t[r(547)]||r(862)==t[r(618)][r(706)]||this[r(731)](d,f,h,t,Dt[r(485)]());return g}[Si(548)](t,n,s,r,i){const o=Si;if(t[o(547)])return[];if(o(893)===this[o(511)])return[];const a=this[o(836)][o(827)][o(665)](o(684)).me.id,c=Array[o(539)](this[o(837)][o(495)]())[o(859)](e=>o(623)==e[o(826)]&&e[o(885)][o(750)]==n&&e[o(697)](t));if(this[o(791)]&&(i[o(636)]=this[o(791)]),o(627)===this[o(511)]){const e=this[o(760)](t,o(766))[o(859)](({meta:t})=>t[o(740)]&&!t[o(802)]&&!t[o(531)])[o(881)](({suggestion:t})=>t);c[o(647)](...e)}const u=new Map([[t,s]]);for(const t of c){const e=o(623)==t[o(826)]?t[o(885)][o(757)]:void 0,i=t[o(888)](),a=Array[o(539)](u[o(864)]())[o(568)](t=>t[o(655)](i));if(!a)continue;const c=a[o(874)](i);this[o(815)](n)&&o(766)==t[o(826)]&&0!=c[o(748)]||(u[o(765)](a),c[o(602)](t=>{u[o(762)](t,s)}),o(766)!=t[o(826)]&&e!=r&&u[o(762)](a[o(570)](i),e))}const l=[];for(const[t,s]of u){const c=(0,e.uid)(),u={key:n,oldValue:s,newValue:r};n[o(748)]>37&&console[o(587)](o(639),{key:n});const f=(o(486)+(n+"|")+xi({newValue:r}))[o(656)](0,60),h=this[o(734)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:i});l[o(834)](h),this[o(731)](f,c,a,t)}return l}[Si(536)](t){const e=Si;this[e(666)](t,(t,...n)=>{this[e(619)](()=>{t(...n)})})}[Si(551)](t){const e=Si;this[e(836)][e(827)][e(665)](o.SuggestionsConversion)[e(551)](t)}[Si(677)](t){const e=Si;this[e(836)][e(827)][e(665)](o.SuggestionsConversion)[e(677)](t)}[Si(890)](t){const n=Si;return this[n(791)]=void 0!==t?t:(0,e.uid)(),this[n(791)]}[Si(520)](t){const e=Si;return e(623)==t[e(826)]?t[e(550)][e(733)]("|")[0]:null}[Si(612)](t){const n=Si;if(0==t[n(748)])return;const s=this[n(836)],r=s[n(827)][n(665)](o.DocumentCompare),i=[];s[n(582)][n(705)](c=>{const u=n;for(let n=0;n<t[u(748)];n++){const l=t[n];if(l[u(807)]=s[u(582)][u(634)][u(513)],l[u(741)]=!0,r[u(751)](l)){const t=(0,o.fixElementSuggestionRange)(l[u(804)],s[u(582)]);i[u(647)](a.ModelLiveRange[u(679)](t))}else switch(l[u(826)]){case u(676):{const t=l[u(630)],n=l[u(728)];if(t==n)break;c[u(494)][u(507)](l),s[u(582)][u(724)](l);const r=u(709),i=l[u(641)],o=s[u(582)][u(613)](i,s[u(582)][u(823)](i[u(617)],u(667)));this[u(548)](o,r,t,n,{groupId:(0,e.uid)()});break}case u(887):case u(793):case u(701):{const t=l[u(757)],n=l[u(560)];if(t==n)break;c[u(494)][u(507)](l),s[u(582)][u(724)](l);const r=l[u(750)];if(!this[u(506)](r))break;const i=(0,o.fixElementSuggestionRange)(l[u(883)],s[u(582)]);this[u(548)](i,r,t,n,{groupId:(0,e.uid)()});break}case u(519):{if(c[u(494)][u(507)](l),s[u(582)][u(724)](l),t[n+1]&&u(805)==t[n+1][u(826)])break;const e=l[u(641)],r=l[u(846)],i=(0,o.fixElementSuggestionRange)(s[u(582)][u(613)](e,e[u(601)](r)),s[u(582)]);this[u(723)](i);break}case u(733):{c[u(494)][u(507)](l),s[u(582)][u(724)](l);const t=l[u(835)],e=l[u(867)];this[u(723)](s[u(582)][u(613)](t,e));break}case u(805):case u(629):c[u(494)][u(507)](l),s[u(582)][u(724)](l)}}for(const t of i)t[u(633)](),this[u(552)](t)})}[Si(649)](t,e){const n=Si,s=t[n(675)]();this[n(855)][n(705)](t=>{t[n(769)](s,{range:e})})}[Si(606)](t){const e=Si,n=t.id,s=this[e(836)][e(758)][e(665)](e(812));this[e(509)][e(642)](n)||this[e(509)][e(501)]({channelId:s,threadId:n,isResolvable:!1,isSubmitted:!0});const r=this[e(509)][e(852)](n);r[e(817)](e(499)),r[e(499)]=!1,t[e(672)]=r}[Si(711)](t,n,s,r){const i=Si;if(t[i(826)]!=n||t[i(550)]!=s||t[i(857)].id!=r)throw this[i(836)][i(604)](i(678)),new e.CKEditorError(i(678),this)}[Si(574)](t,n){const s=Si,r=t[s(888)]();if(n[s(512)](r))t[s(648)]();else if(r[s(819)](n)){const i=this[s(855)][s(823)](n[s(541)][s(806)],s(667));this[s(649)](t,this[s(855)][s(613)](r[s(541)],i));const o=(0,e.uid)(),a=t[s(857)].id,c=t[s(826)]+":"+t[s(550)];this[s(734)]({id:o,type:c,createdAt:new Date,authorId:a,data:t[s(885)],attributes:t[s(514)]});const u=this[s(855)][s(823)](n[s(667)][s(530)],s(553)),l=this[s(855)][s(613)](u,r[s(667)]);this[s(731)](c,o,a,l)}else if(r[s(755)](n[s(541)])){const e=this[s(855)][s(823)](n[s(541)][s(806)],s(667));this[s(649)](t,this[s(855)][s(613)](r[s(541)],e))}else{const e=this[s(855)][s(823)](n[s(667)][s(530)],s(553));this[s(649)](t,this[s(855)][s(613)](e,r[s(667)]))}}[Si(537)](t){const e=Si;for(const{suggestion:n,meta:s}of this[e(760)](t,e(766))){if(!s[e(740)])continue;const r=n[e(566)]();for(const n of r)if(!t[e(874)](n)[e(748)])return!0}return!1}[Si(680)](t){const e=Si;return this[e(836)][e(827)][e(665)](e(684))[e(691)](t)}[Si(753)](t){const e=Si,n=this[e(836)][e(827)][e(665)](e(684)),s=(0,o.hashObject)(e(818)+t);return n[e(691)](s)||n[e(833)]({id:s,name:t})}[Si(732)](t,n,s,r,i,o){const a=Si,c=this[a(680)](r);if(!c)throw new e.CKEditorError(a(522),this,{authorId:r,suggestionId:s});const u=this[a(768)][a(721)](t,n,s,c,i,t=>{const e=a;this[e(776)](s,{attributes:t});const n=this[e(744)](s);this[e(782)](new Set([n])),this[e(830)](new Set([n]))},o);return this[a(879)](u,a(863),()=>{const t=a;this[t(776)](s,{state:t(730)})},{priority:a(891)}),this[a(879)](u,a(583),()=>{const t=a;this[t(776)](s,{state:t(801)})},{priority:a(891)}),this[a(837)][a(762)](s,u),this[a(543)][a(762)](u,a(555)),u}[Si(821)](t){return(0,o.splitSuggestionMarkerName)(t)}[Si(785)](t,n,s){const r=Si,i=t[r(888)](),o=i[r(541)],a=i[r(667)];this[r(649)](t,this[r(855)][r(613)](o,n));const c=(0,e.uid)(),u=t[r(857)].id,l=t[r(826)]+(t[r(550)]?":"+t[r(550)]:"");this[r(734)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t[r(814)]||t.id,attributes:t[r(514)],data:t[r(885)]});const f=this[r(520)](t);(r(546)==t[r(826)]||f&&this[r(815)](f))&&(s=this[r(855)][r(489)](s[r(530)])),this[r(731)](l,c,u,this[r(855)][r(613)](s,a))}[Si(760)](t,e=null){const n=Si,s=[],r=this[n(836)][n(827)][n(665)](n(684)).me;Array[n(794)](t)||(t=[t]);for(const i of this[n(828)]()){if(!i[n(889)])continue;if(e&&i[n(826)]!=e)continue;let o=!1;for(const e of i[n(566)]()){for(const a of t){const t=a[n(541)][n(512)](e[n(667)])||a[n(667)][n(512)](e[n(541)]);if(t||a[n(570)](e)){const c=a[n(819)](e)&&vi(this[n(855)][n(771)],e[n(541)],a),u=e[n(819)](a)&&vi(this[n(855)][n(771)],a[n(541)],e);s[n(834)]({suggestion:i,meta:{isOwn:r==i[n(638)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),o=!0;break}}if(o)break}}return s}[Si(731)](t,e,n,s,r){const i=Si;this[i(855)][i(705)](o=>{const a=i;let c=a(578)+t+":"+e+":"+n;r&&(c=c+":"+r),o[a(886)](c,{range:s,usingOperation:!0,affectsData:!0})})}[Si(626)](t){const e=Si,n=t[e(884)],s=t[e(488)];t[e(884)]=null,t[e(488)]=null,null!=n&&n[e(488)]==t&&(n[e(488)]=s),null!=s&&s[e(884)]==t&&(s[e(884)]=n),e(653)==this[e(543)][e(665)](t)&&(this[e(543)][e(762)](t,e(682)),this[e(588)](e(496),t,n,s))}[Si(734)](t){const n=Si,s=t.id,r=this[n(515)](t);if(this[n(715)]&&this[n(715)][n(683)]){const i=this[n(836)][n(827)][n(665)](n(686)),o=r[n(500)],a=r[n(550)]?r[n(826)]+":"+r[n(550)]:r[n(826)],c=this[n(836)][n(770)],u=i[n(483)](vt(c,n(882))),l={id:s,type:a,hasComments:o,data:t[n(885)]||null,originalSuggestionId:t[n(847)]||null,attributes:r[n(514)]};this[n(715)][n(683)](l)[n(822)](t=>{const e=n;r[e(579)]=!0,i[e(629)](u),t&&t[e(586)]&&(this[e(837)][e(665)](s)[e(586)]=t[e(586)])})[n(727)](t=>{const s=n;throw(0,e.logWarning)(s(851)),this[s(836)][s(582)][s(516)]({isUndoable:!1},()=>{r[s(583)]()}),r[s(693)](),this[s(837)][s(765)](r.id),this[s(543)][s(765)](r),t})}return r}[Si(815)](t){const e=Si;return this[e(836)][e(827)][e(665)](o.SuggestionsConversion)[e(620)](t)}[Si(660)](t){const e=Si;return this[e(836)][e(827)][e(665)](o.SuggestionsConversion)[e(700)](t)}[Si(776)](t,e){const n=Si,s=this[n(836)][n(827)][n(665)](n(686)),r=this[n(744)](t);if(this[n(715)]&&this[n(715)][n(616)])if(r[n(579)]){const r=s[n(483)](vt(this[n(836)][n(770)],n(882)));this[n(715)][n(616)](t,e)[n(822)](()=>{s[n(629)](r)})}else r.on(n(810),()=>{this[n(776)](t,e)})}[Si(690)](t){const n=Si;if(!this[n(715)]||!this[n(715)][n(744)])throw new e.CKEditorError(n(844),this);return this[n(715)][n(744)](t)}[Si(779)](t){const e=Si,{id:n,type:s,subType:r,authorId:i}=this[e(821)](t),o=this[e(837)][e(665)](n)||this[e(732)](s,r,n,i,{});switch(this[e(711)](o,s,r,i),this[e(543)][e(665)](o)){case e(555):this[e(690)](n)[e(822)](t=>{const s=e;let r=Promise[s(595)]();t[s(500)]&&(r=this[s(509)][s(535)]({channelId:this[s(836)][s(758)][s(665)](s(812)),threadId:n})),r[s(822)](()=>{const e=s;this[e(515)](t)[e(579)]=!0})}),this[e(543)][e(762)](o,e(861));break;case e(682):this[e(776)](n,{state:e(668)});case e(849):this[e(543)][e(762)](o,e(653)),this[e(588)](e(875),o);break;case e(653):this[e(588)](e(650),o)}return o[e(673)](t),o}[Si(830)](t){const e=Si,n=Array[e(539)](t),s=n[e(859)](t=>e(623)==t[e(826)]);this[e(554)](s);const r=n[e(859)](t=>!t[e(845)]&&e(623)!=t[e(826)]),i=this[e(828)]({skipNotAttached:!0})[e(859)](t=>!t[e(845)]&&e(623)!=t[e(826)]),o=i[e(859)](n=>!t[e(581)](n)),a=new Map(i[e(881)](t=>[t,this[e(768)][e(592)](t[e(826)],t[e(550)],e(510))])),c=new Map(i[e(881)](t=>[t,t[e(888)]()])),u=new Set,l=new Set;for(let t=0;t<r[e(748)];t++)h(r[t],r,t+1);for(let t=0;t<r[e(748)];t++)h(r[t],o,0);const f=new Set;for(let t=0;t<r[e(748)];t++){const n=r[t];!l[e(581)](n)&&n[e(884)]&&(f[e(483)](n[e(884)]),n[e(884)][e(488)]===n&&(n[e(884)][e(488)]=null),n[e(884)]=null),!u[e(581)](n)&&n[e(488)]&&(f[e(483)](n[e(488)]),n[e(488)][e(884)]===n&&(n[e(488)][e(884)]=null),n[e(488)]=null)}function h(t,n,s){const r=e;for(let e=s;e<n[r(748)];e++){const s=d(t,n[e]);s&&(s[0][r(488)]=s[1],s[1][r(884)]=s[0],u[r(483)](s[0]),l[r(483)](s[1]))}}function d(t,n){const s=e;if(t[s(638)].id!==n[s(638)].id)return null;const r=a[s(665)](t)(t,n,c[s(665)](t),c[s(665)](n));return r&&a[s(665)](n)(t,n,c[s(665)](t),c[s(665)](n))?r[1][s(672)]&&r[1][s(672)][s(748)]?null:r:null}f[e(518)]&&this[e(830)](f)}[Si(554)](t){const e=Si;if(0==t[e(748)])return;const n=this[e(828)]({skipNotAttached:!0})[e(859)](t=>e(623)==t[e(826)]&&t[e(589)]),s=[],r=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(514)]);r[e(581)](n)||(r[e(762)](n,s[e(748)]),s[e(834)]([]));const i=r[e(665)](n);s[i][e(834)](t)}!function(){const t=e;s[t(644)]((e,n)=>{const s=t,r=e[0][s(586)],i=n[0][s(586)];return r==i?e[0][s(514)][s(798)]<n[0][s(514)][s(798)]?-1:1:r<i?-1:1});for(const e of s)e[t(644)]((t,e)=>t.id<e.id?-1:1)}();for(let t=0;t<s[e(748)];t++){if(0==s[t][e(748)])continue;const n=[];for(let r=t+1;r<s[e(748)];r++)0!=s[r][e(748)]&&i(s[t],s[r])&&n[e(834)](r);for(const r of n)s[t]=s[t][e(577)](s[r]),s[r]=[]}for(const t of s)for(let n=0;n<t[e(748)];n++){const s=t[n+1]||null;t[n][e(488)]!==s&&(t[n][e(488)]=s)}for(const t of s)for(let n=0;n<t[e(748)];n++){const s=t[n-1]||null;t[n][e(884)]!==s&&(t[n][e(884)]=s)}function i(t,n){const s=e;if(t[0][s(514)][s(798)]!==n[0][s(514)][s(798)]&&t[0][s(638)]!==n[0][s(638)])return!1;if(!function(t,e){const n=s;return!t[n(500)]&&!e[n(500)]||(!t[n(500)]||!e[n(500)])&&(!!(t[n(500)]&&e[n(586)]<t[n(672)][n(635)][n(665)](0)[n(586)])||!!(e[n(500)]&&t[n(586)]<e[n(672)][n(635)][n(665)](0)[n(586)]))}(t[0],n[0]))return!1;return!!Rt(ki(t[0][s(514)],[s(798),s(636)]),ki(n[0][s(514)],[s(798),s(636)]))&&(t[0][s(514)][s(798)]==n[0][s(514)][s(798)]||t[0][s(514)][s(636)]===n[0][s(514)][s(636)]&&(!!t[s(716)](t=>n[s(611)](e=>t[s(888)]()[s(512)](e[s(888)]())))&&n[s(716)](e=>t[s(611)](t=>e[s(888)]()[s(512)](t[s(888)]())))))}}[Si(782)](t){const e=Si,n=Array[e(539)](t),s=this[e(828)]({skipNotAttached:!0}),r=s[e(859)](n=>!t[e(581)](n)),i=new Map(n[e(881)](t=>[t,this[e(768)][e(592)](t[e(826)],t[e(550)],e(591))])),o=new Map(s[e(881)](t=>[t,t[e(566)]()]));for(let t=0;t<n[e(748)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(748)];t++)if(a(this,n[t],r,0))return!0;return!1;function a(t,n,s,r){const a=e;for(let e=r;e<s[a(748)];e++){const r=s[e];if(r[a(826)]!==n[a(826)]||r[a(638)].id!==n[a(638)].id||r[a(550)]!==n[a(550)])continue;if(!Ki(n,r))continue;if(a(623)==n[a(826)]&&n[a(885)][a(757)]!=r[a(885)][a(757)])continue;if(a(623)==n[a(826)]&&t[a(815)](n[a(885)][a(750)]))continue;if(a(546)==n[a(826)]){const e=t[a(836)][a(582)],s=n[a(600)]();if(s&&(e[a(771)][a(865)](s)||e[a(771)][a(858)](s)))continue}const c=i[a(665)](n),u=o[a(665)](n),l=o[a(665)](r),f=n[a(672)]&&n[a(672)][a(748)],h=r[a(672)]&&r[a(672)][a(748)];if(!f&&c(l,u))return t[a(484)](r,n),o[a(765)](n),!0;if(!h&&c(u,l))return t[a(484)](n,r),o[a(765)](r),!0}return!1}}[Si(484)](t,e){const n=Si;if(t[n(845)])for(const s of e[n(566)]())t[n(603)](s);else{const s=e[n(888)]()[n(667)];this[n(649)](t,this[n(855)][n(613)](t[n(888)]()[n(541)],s))}e[n(648)]()}[Si(538)](t,e,n){const s=Si,r=t[s(670)](s(593))||t[s(670)](s(623))?s(780):t[s(698)]();return vt(this[s(836)][s(770)],e+"_"+r+s(532),n)}[Si(707)](){const t=Si,n=this[t(836)];if(!n.ui)return;const{ariaLiveAnnouncer:s}=n.ui;(0,o.surroundingMarkersDetector)(this[t(855)],({left:n,entered:r})=>{const i=t;for(const t of n){const{group:e,type:n}=this[i(821)](t[i(563)]);if(i(576)===e){s[i(703)](this[i(538)](n,i(505)));break}}for(const t of r){const{group:n,type:r}=this[i(821)](t[i(563)]);if(i(576)===n){s[i(703)](this[i(538)](r,i(681),(0,e.getEnvKeystrokeText)(o.FOCUS_ANNOTATION_KEYSTROKE)));break}}})}[Si(775)](t){const e=Si;if(this[e(869)])return!1;const n=this[e(836)],s=n[e(582)][e(634)][e(631)][e(799)]();if(0==s[e(748)])return!1;const r=[],i=s[e(859)](t=>e(623)==t[e(826)]),o=s[e(859)](t=>e(519)==t[e(826)]&&e(502)!=t[e(563)]),a=s[e(859)](t=>e(629)==t[e(826)]&&e(502)!=t[e(563)]);for(const t of i)r[e(834)]({key:t[e(558)],newValue:t[e(729)],oldValue:t[e(842)],range:ji(t[e(883)],n[e(582)])});for(const t of o){const s=a[e(568)](n=>n[e(641)][e(512)](t[e(641)]));s&&r[e(834)]({key:e(709),newValue:t[e(563)],oldValue:s[e(563)],range:n[e(582)][e(856)](t[e(641)][e(617)])})}return 0!=r[e(748)]&&this[e(692)](t,r)}[Si(687)](t){const e=Si;let n=!1;const s=this[e(836)][e(582)][e(634)][e(631)][e(664)]()[e(859)](t=>t[e(885)][e(804)]&&t[e(563)][e(670)](e(747)));for(const r of s){const{subType:s,id:i}=this[e(821)](r[e(563)]),o=s[e(733)]("|")[0];for(const s of this[e(828)]({skipNotAttached:!0}))s.id!=i&&e(623)==s[e(826)]&&s[e(885)]&&s[e(885)][e(750)]==o&&s[e(888)]()[e(655)](r[e(885)][e(804)])&&(this[e(756)](s,r[e(885)][e(804)],t),n=!0)}return n}[Si(619)](t){this[Si(869)]=!0,t()}[Si(506)](t){const e=Si;return this[e(836)][e(827)][e(665)](o.SuggestionsConversion)[e(796)](t)}[Si(692)](t,e){const n=Si;if(0==e[n(748)])return!1;let s=!1;for(const r of e){const e=this[n(760)](r[n(883)],n(623))[n(859)](t=>!t[n(614)][n(531)])[n(881)](t=>t[n(576)]),i=(0,o.hashObject)({newValue:r[n(560)]});e[n(859)](t=>{const e=n,[s,o]=t[e(550)][e(733)]("|");return s==r[e(750)]&&o!=i})[n(602)](e=>{const i=n;this[i(756)](e,r[i(883)],t),s=!0})}return s}[Si(756)](t,e,n){const s=Si,r=t[s(888)]()[s(874)](e);0!==r[s(748)]?1!==r[s(748)]?this[s(785)](t,e[s(541)],e[s(667)]):this[s(649)](t,r[0]):n[s(646)](t[s(675)]())}}class Di{[Si(816)];[Si(855)];[Si(498)];[Si(704)];constructor(t){const e=Si;this[e(816)]=t,this[e(855)]=t[e(582)],this[e(498)]=new Map,this[e(704)]=new Map,this[e(792)]()}[Si(721)](t,e,n,s,r,i,o){const a=Si;return new Dt(this[a(855)],{type:t,subType:e,id:n,originalSuggestionId:o,author:s,creator:s,attributes:r,onAttributesChange:i,onAccept:(...n)=>this[a(592)](t,e,a(863))(...n),onDiscard:(...n)=>this[a(592)](t,e,a(583))(...n)})}[Si(609)](t,e,n,s){const r=Si,i=t+":"+e+":"+n;this[r(498)][r(762)](i,s)}[Si(592)](t,e,n){const s=Si,r=t+":"+e+":"+n;return this[s(498)][s(665)](r)||this[s(704)][s(665)](t+":"+n)}[Si(792)](){const t=Si,e=()=>!1,n=t=>{const e=Mi;t[e(644)]((t,n)=>t[e(541)][e(714)](n[e(541)])?1:-1),this[e(855)][e(705)](n=>{const s=e;for(const e of t){let t;t=e[s(667)][s(597)]&&e[s(667)][s(530)]==e[s(541)][s(617)]?n[s(523)](e[s(541)][s(617)],"on"):n[s(523)](e),this[s(855)][s(713)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0,doNotFixSelection:!0})}})},s=(t,e)=>{const n=Mi;e&&this[n(855)][n(705)](s=>{const r=n,{commandName:i,commandParams:o=[]}=e,c=t[r(881)](t=>(Bi(t)&&(t=this[r(855)][r(613)](t[r(667)])),t))[r(859)](t=>r(862)!==t[r(618)][r(706)]);if(c[r(748)]<1)return;const u=Array[r(539)](this[r(855)][r(634)][r(607)][r(566)]())[r(881)](t=>a.ModelLiveRange[r(679)](t));s[r(584)](c);for(const t of this[r(816)][r(797)][r(797)]())t[r(527)]();o[r(834)]({forceDefaultExecution:!0}),this[r(816)][r(695)](i,...o);const l=u[r(859)](t=>r(862)!=t[r(618)][r(706)]);l[r(748)]>0&&s[r(584)](l);for(const t of u)t[r(633)]()})},r=(e,n)=>1==e[t(748)]&&1==n[t(748)]&&e[0][t(667)][t(512)](n[0][t(541)]),i=(t,e,n,s)=>Wi(t,e,n,s)?[t,e]:Wi(e,t,s,n)?[e,t]:null;this[t(704)][t(762)](t(742),e),this[t(704)][t(762)](t(533),n),this[t(704)][t(762)](t(761),r),this[t(704)][t(762)](t(843),i),this[t(704)][t(762)](t(736),n),this[t(704)][t(762)](t(662),e),this[t(704)][t(762)](t(615),r),this[t(704)][t(762)](t(525),i),this[t(704)][t(762)](t(689),s),this[t(704)][t(762)](t(786),e),this[t(704)][t(762)](t(605),r),this[t(704)][t(762)](t(719),e),this[t(704)][t(762)](t(658),s),this[t(704)][t(762)](t(712),e),this[t(704)][t(762)](t(571),r),this[t(704)][t(762)](t(892),e),this[t(704)][t(762)](t(831),e),this[t(704)][t(762)](t(645),(e,n)=>{const s=t;if(!n)return;const r=this[s(816)][s(827)][s(665)](Fi);this[s(855)][s(705)](t=>{const i=s;if(i(709)==n[i(750)])for(const s of e){const e=s[i(541)][i(617)],r=n[i(757)];t[i(676)](e,r)}else if(r[i(815)](n[i(750)]))for(const s of e)void 0!==n[i(757)]?t[i(608)](n[i(750)],n[i(757)],s[i(541)][i(617)]):t[i(793)](n[i(750)],s[i(541)][i(617)]);else for(const s of e)n[i(757)]?t[i(608)](n[i(750)],n[i(757)],s):t[i(793)](n[i(750)],s)})}),this[t(704)][t(762)](t(820),r)}}function vi(t,e,n){const s=Si;for(const r of e[s(530)][s(669)]({includeSelf:!0,parentFirst:!0})){if(r[s(618)]==r)return!1;if(!n[s(854)](r))return!1;if(t[s(865)](r)||t[s(858)](r))return!0}return!1}function Bi(t){const e=Si;return t[e(667)][e(530)]==t[e(541)][e(617)]&&t[e(667)][e(534)]}function Pi(t,e,n,s){const r=Si,i=t=>!t[r(544)].is(r(800))&&!s[r(865)](t[r(544)]),o=t[r(541)][r(725)](i),a=t[r(667)][r(725)](i,{direction:r(832)});return!(t[r(541)][r(512)](o)&&t[r(667)][r(512)](a)||(o[r(714)](a)?n[r(769)](e,{range:n[r(613)](o,a)}):n[r(646)](e),0))}function xi(t){return(0,o.hashObject)(t)}function Ui(t){const e=Si,n=t[e(541)][e(617)];return n&&n.is(e(562))}function Gi(t){return Bi(t)||function(t){const e=Mi;return t[e(541)][e(530)]==t[e(667)][e(806)]&&t[e(541)][e(597)]}(t)}function Vi(t,e){const n=Si;try{const s=t[n(848)]();for(const r of e)if(t!==r&&s&&s[n(655)](r[n(848)]()))return!0;return!1}catch{return!1}}function ji(t,e){const n=Si;return null==t[n(667)][n(806)]&&t[n(667)][n(530)]==t[n(541)][n(617)]?Hi(t[n(541)][n(617)],e):t}function Hi(t,e){const n=Si,s=e[n(771)][n(865)](t)||e[n(771)][n(787)](t);return e[n(613)](e[n(823)](t,n(497)),s?e[n(876)](t):e[n(823)](t,n(667)))}function Wi(t,e,n,s){const r=Si;return!!Ki(t,e)&&n[r(667)][r(512)](s[r(541)])}function Ki(t,e){const n=Si;if(!t[n(589)]||!e[n(589)])return!1;const s=new Set(Object[n(864)](t[n(514)])),r=new Set(Object[n(864)](e[n(514)]));if(s[n(765)](n(798)),r[n(765)](n(798)),0==s[n(518)]&&0==r[n(518)])return!0;if(s[n(518)]!=r[n(518)])return!1;const i={...t[n(514)]},o={...e[n(514)]};return delete i[n(798)],delete o[n(798)],JSON[n(585)](i)==JSON[n(585)](o)}function zi(t,e){const n=Si,s=Xi(t[n(514)]),r=Xi(e);if(!t[n(589)])return!1;for(const t of Object[n(864)](r))if(!Rt(s[t],r[t]))return!1;return!0}function Xi(t){const e=Si,n=Object[e(685)]({},t);return delete n[e(549)],delete n[e(575)],n}const qi=Yi;function Yi(t,e){const n=Zi();return(Yi=function(t,e){return n[t-=148]})(t,e)}function Zi(){const t=["commands","canEditAt","_removePendingAction","commentThreadController","listenTo","remove","_pendingAction","PendingActions","getRanges","isDirty","locale","PENDING_ACTION_SUGGESTION","plugins","10413804OMwROv","_setPendingAction","26fUKHNi","add","228FmJZET","34924pSexiZ","399CtwscP","view","2589708iszPBo","destroy","execute","model","canDiscard","stopListening","11253840VtzBdy","unbind","29501HZFuAR","10398690UtreKH","canAccept","get","12VokBYt","bind","_editor","isEnabled","92420rjpINp","change:isDirty","acceptSuggestion","10DxUdfC","_discardCommand","7VKyPqA","discardSuggestion","_acceptCommand"];return(Zi=function(){return t})()}!function(t){const e=Yi,n=t();for(;;)try{if(780109===-parseInt(e(182))/1*(-parseInt(e(186))/2)+parseInt(e(172))/3*(-parseInt(e(171))/4)+parseInt(e(190))/5*(parseInt(e(170))/6)+parseInt(e(150))/7*(parseInt(e(180))/8)+parseInt(e(183))/9+parseInt(e(148))/10*(parseInt(e(174))/11)+parseInt(e(166))/12*(-parseInt(e(168))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zi);class Qi extends((0,e.ObservableMixin)()){[qi(177)];[qi(173)];[qi(156)];[qi(188)];[qi(152)];[qi(149)];[qi(159)];constructor(t,e,n,s){const r=qi;super(),this[r(177)]=e,this[r(173)]=n,this[r(156)]=s,this[r(188)]=t,this[r(152)]=t[r(153)][r(185)](r(192)),this[r(149)]=t[r(153)][r(185)](r(151)),this[r(173)][r(187)](r(189)).to(this[r(152)],this[r(149)],(t,e)=>t||e),this[r(173)][r(187)](r(184)).to(this[r(152)],r(189),t=>t&&this[r(188)][r(177)][r(154)](e[r(161)]())),this[r(173)][r(187)](r(178)).to(this[r(149)],r(189),t=>t&&this[r(188)][r(177)][r(154)](e[r(161)]())),this[r(159)]=null,n[r(162)]&&this[r(167)](),this[r(157)](n,r(192),()=>this[r(192)]()),this[r(157)](n,r(151),()=>this[r(151)]()),this[r(157)](n,r(191),()=>{const t=r;n[t(162)]?this[t(167)]():this[t(155)]()})}[qi(192)](){const t=qi;this[t(152)][t(176)](this[t(177)].id)}[qi(151)](){const t=qi;this[t(149)][t(176)](this[t(177)].id)}[qi(175)](){const t=qi;this[t(173)][t(181)](t(189)),this[t(173)][t(181)](t(184)),this[t(173)][t(181)](t(178)),this[t(179)](),this[t(156)][t(175)](),this[t(159)]&&this[t(155)]()}[qi(167)](){const t=qi,e=vt(this[t(188)][t(163)],t(164));this[t(159)]=this[t(188)][t(165)][t(185)](t(160))[t(169)](e)}[qi(155)](){const t=qi;null!==this[t(159)]&&this[t(188)][t(165)][t(185)](t(160))[t(158)](this[t(159)]),this[t(159)]=null}}const Ji=$i;function $i(t,e){const n=to();return($i=function(t,e){return n[t-=126]})(t,e)}function to(){const t=["target","join","author","70232unbjnL","commentThread","destroy","canDiscard","descriptionParts","parseFromString","10IJQsOA","_config","isReadOnly","cancel","keystrokes","locale","text/html","tab","name","198igLhDA","_createCommentThreadInputView","formatDateTime","focus","isActive","editor","2656RknfoS","length","commentThreadInputView","disabledSubmit","authoredAt","submit","focusCycler","render","isDirty","content","868043bdkfPx","disableComments","setData","commentInputView","1381044JPdAFH","showInput","addComment","hasDirtyComment","editorConfig","value","6315FZuWYF","ariaLabel","textContent","3303447GEOYGx","updateComment","set","element","1983IRIRFs","focusTracker","_localUser","_model","fire","_createCommentViews","canAccept","SUGGESTION_THREAD_ARIA_LABEL","22285219XVAdBg","shift+tab","ariaDescriptionView","SUGGESTION_THREAD_DESCRIPTION","removeComment","CommentView","delegate","commentsListView","body","bind","assign","isEnabled","focusables","3196pjOTKT","map"];return(to=function(){return t})()}!function(t){const e=$i,n=t();for(;;)try{if(591672===-parseInt(e(174))/1+parseInt(e(164))/2*(parseInt(e(191))/3)+parseInt(e(138))/4*(-parseInt(e(184))/5)+parseInt(e(178))/6+-parseInt(e(187))/7+parseInt(e(143))/8*(-parseInt(e(158))/9)+-parseInt(e(149))/10*(-parseInt(e(199))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to);class eo extends i.View{[Ji(132)];[Ji(166)];[Ji(127)];[Ji(137)];[Ji(192)];[Ji(153)];[Ji(170)];[Ji(194)];[Ji(193)];[Ji(150)];constructor(t,n,s,r){const a=Ji;super(t),this[a(132)]=null,this[a(166)]=null,this[a(127)]=new o.AriaDescriptionView(t,vt(t,a(128))),this[a(189)](a(162),!1),this[a(189)](a(168),n[a(168)]),this[a(134)](a(168)).to(n),this[a(189)](a(147),[]),this[a(189)](a(172),!1),this[a(189)](a(136),!1),this[a(189)](a(197),!1),this[a(189)](a(146),!1),this[a(134)](a(185)).to(this,a(165),n,a(168),this,a(147),(t,e,s)=>{const i=a,o=s[i(139)](t=>_(t[i(173)]))[i(141)](". ")+".";return vt(this[i(154)],i(198),[t-1,n[i(142)][i(157)],e?r[i(160)](e):"",(new DOMParser)[i(148)](o,i(155))[i(133)][i(186)]])}),this[a(137)]=new i.ViewCollection,this[a(192)]=new e.FocusTracker,this[a(153)]=new e.KeystrokeHandler,this[a(170)]=new i.FocusCycler({focusables:this[a(137)],focusTracker:this[a(192)],keystrokeHandler:this[a(153)],keystrokeHandlerOptions:{filter:t=>t[a(140)]!==this[a(190)]},actions:{focusPrevious:a(126),focusNext:a(156)}}),this[a(194)]=n,this[a(193)]=s,this[a(150)]=r,r[a(175)]?this[a(189)](a(165),1):this[a(196)]()}[Ji(171)](){const t=Ji;super[t(171)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(137)])}[Ji(161)](){const t=Ji;this[t(190)][t(161)]()}[Ji(145)](){const t=Ji;this[t(132)]&&this[t(132)][t(145)](),this[t(166)]&&this[t(166)][t(145)](),super[t(145)]()}[Ji(196)](){const t=Ji,{CommentsListView:e}=this[t(150)];this[t(132)]=new e(this[t(154)],this[t(194)][t(144)],Object[t(135)]({CommentView:this[t(150)][t(130)]},this[t(150)])),this[t(132)][t(131)](t(129)).to(this),this[t(132)][t(131)](t(188)).to(this),this[t(132)][t(134)](t(162)).to(this),this[t(189)](t(165),this[t(132)][t(165)]+1),this[t(134)](t(165)).to(this[t(132)],t(165),t=>t+1),this[t(166)]=this[t(159)](),this.on(t(129),()=>this[t(161)]()),this[t(134)](t(172)).to(this[t(132)],t(181),this[t(166)][t(177)],t(183),(t,e)=>t||!!e)}[Ji(159)](){const t=Ji,{CommentThreadInputView:e}=this[t(150)],n=new e(this[t(154)],this[t(193)],this[t(150)][t(182)]),s=n[t(177)];return n[t(134)](t(179)).to(this,t(162),this[t(194)][t(144)],t(151),s,t(183),(t,e,n)=>!!n||t&&!e),s.on(t(169),(e,n)=>{const r=t;this[r(195)](r(180),n),s[r(163)][r(176)]("")}),s.on(t(152),()=>this[t(161)]()),s[t(134)](t(167)).to(this[t(194)][t(144)],t(151)),n}}const no=so;function so(t,e){const n=ro();return(so=function(t,e){return n[t-=168]})(t,e)}function ro(){const t=["ck-rounded-corners","<p>","editorReady","setTemplate","ck-suggestion--disabled-comments","1291178oIcrGW","author","1545QBqpGU","80652OvXPEc","acceptSuggestion","ck-suggestion-wrapper","render","acceptButton","editorDestroyed","discardSuggestion","commentsListView","bind","8747629wrClGI","4406481PmicUF","canDiscard","64lOZBHT","721004QHsQav","isEnabled","16kXjTWv","ck-suggestion-wrapper--active","ariaDescriptionView","type","_config","color","descriptionParts","set","discardButton","ariaLabel","_model","6iiXiil","10NkbLmA","canAccept","bindTemplate","ck-suggestion-","suggestionView","</p>","content","31290708gsLFah","24306qRwDgO","disableComments","formatDateTime","commentThreadInputView","SuggestionView","_descriptionElement","delegate","getTemplate","description","focusables","commentThread","listitem","div","push","isActive","add"];return(ro=function(){return t})()}!function(t){const e=so,n=t();for(;;)try{if(880302===-parseInt(e(224))/1*(parseInt(e(209))/2)+parseInt(e(176))/3*(parseInt(e(222))/4)+parseInt(e(208))/5*(-parseInt(e(185))/6)+-parseInt(e(206))/7*(parseInt(e(221))/8)+parseInt(e(219))/9+-parseInt(e(177))/10*(-parseInt(e(218))/11)+parseInt(e(184))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ro);class io extends eo{[no(181)];[no(190)];constructor(t,e,n,s){const r=no;super(t,e,n,s),this[r(172)](r(168),""),this[r(217)](r(168)).to(this,r(171),t=>t&&t[0]?t[0][r(168)]:""),this[r(217)](r(193)).to(this,r(171),this,r(199),(t,e)=>{const n=r;let s="";for(const e of t)s+=n(202)+_(e[n(183)],e[n(170)])+n(182);return e?s:(0,o.trimHtml)(s,{limit:140})}),this[r(190)]=null,this[r(181)]=new(s[r(189)])(t,e,{formatDateTime:s[r(187)]}),this[r(181)][r(217)](r(193)).to(this),this[r(181)][r(191)](r(210),r(215)).to(this),this[r(181)][r(213)][r(217)](r(223)).to(this,r(178)),this[r(181)][r(173)][r(217)](r(223)).to(this,r(220)),this[r(194)][r(200)](this[r(181)]),this[r(216)]&&this[r(194)][r(200)](this[r(216)]),this[r(188)]&&this[r(194)][r(200)](this[r(188)]),this[r(204)](this[r(192)]())}[no(192)](){const t=no,e=this[t(179)],n=[this[t(181)]];return this[t(216)]&&n[t(198)](this[t(216)]),this[t(188)]&&n[t(198)](this[t(188)]),n[t(198)](this[t(226)]),{tag:t(197),attributes:{class:["ck",t(201),t(211),e.if(t(199),t(225)),e.to(t(168),e=>t(180)+e),this[t(169)][t(186)]&&t(205)],"data-suggestion-id":this[t(175)].id,"data-thread-id":this[t(175)][t(195)].id,"data-author-id":this[t(175)][t(207)].id,tabindex:0,role:t(196),"aria-label":e.to(t(174)),"aria-describedby":this[t(226)].id},children:n}}[no(212)](){const t=no;super[t(212)](),this[t(216)]&&(this[t(216)][t(191)](t(203)).to(this),this[t(216)][t(191)](t(214)).to(this)),this[t(188)]&&(this[t(188)][t(191)](t(203)).to(this),this[t(188)][t(191)](t(214)).to(this))}}const oo=ao;function ao(t,e){const n=co();return(ao=function(t,e){return n[t-=453]})(t,e)}function co(){const t=["isExternal","getTemplate","137822BAnoRk","EXTERNAL_SUGGESTION","acceptButton","target","focusFirst","ck-annotation","esc","element","querySelector","Discard suggestion","ck-annotation__info-name","source","render",".ck-annotation__content-wrapper","2TTeuDj","authoredAt","div","description","ck-annotation__info-time","formatDateTime","Accept suggestion","ck-suggestion","execute","ck-suggestion--accept","set","ck-suggestion__main","focusables","@external","userView","ck-suggestion__actions","bind","presentation","ck-annotation__content-wrapper","586964JFJdkm","attributes","author","focusTracker","ck-annotation__main","creator","ck-annotation__info","ck-suggestion__info","focusCycler","push","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-comment__info-time","720945vcSlyD","860814yxUYXx","change:description","setTemplate","getUserViewNotificationText","add","shift+tab","getExternalSuggestionNote","time","707888lrEPcg","keystrokes","focus","listenTo","span","bindTemplate","ck-comment__external","_config","ck-annotation__actions","name","5RAGfTG","ck-suggestion__info-name","enter","importWord","_setupKeyboardNavigation","tab","innerHTML","_model","discardSuggestion","ck-suggestion__user","959490EPdaIv","discardButton","acceptSuggestion","EXTERNAL_AVATAR","locale","fire","ck-suggestion--discard","EXTERNAL_IMPORT_WORD_AVATAR","extendTemplate","_createButton","ck-annotation__user","1569132UPdQlC"];return(co=function(){return t})()}!function(t){const e=ao,n=t();for(;;)try{if(133446===parseInt(e(515))/1*(parseInt(e(529))/2)+parseInt(e(472))/3+-parseInt(e(460))/4*(-parseInt(e(491))/5)+-parseInt(e(512))/6+-parseInt(e(501))/7+-parseInt(e(481))/8+parseInt(e(473))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(co);class uo extends i.View{[oo(455)];[oo(517)];[oo(502)];[oo(453)];[oo(463)];[oo(482)];[oo(468)];[oo(498)];[oo(488)];constructor(t,n,s){const a=oo;super(t),this[a(498)]=n,this[a(488)]=s,this[a(539)](a(532),""),this[a(457)](a(530)).to(n),this[a(517)]=this[a(510)](vt(t,a(535)),r.IconCheck,a(538),a(503),"sw"),this[a(502)]=this[a(510)](vt(t,a(524)),r.IconCancel,a(507),a(499),"sw"),this[a(455)]=new o.UserView(t,n[a(462)],this[a(476)]()),this[a(455)][a(509)]({attributes:{class:[a(500),a(511)],"aria-hidden":!0}}),this[a(453)]=new i.ViewCollection([this[a(517)],this[a(502)]]),this[a(463)]=new e.FocusTracker,this[a(482)]=new e.KeystrokeHandler,this[a(468)]=new i.FocusCycler({focusables:this[a(453)],focusTracker:this[a(463)],keystrokeHandler:this[a(482)],actions:{focusPrevious:a(478),focusNext:a(496)},keystrokeHandlerOptions:{filter:t=>t[a(518)]!==this[a(522)]}}),this[a(475)](this[a(514)]())}[oo(527)](){const t=oo;super[t(527)]();const e=this[t(522)][t(523)](t(528));e[t(497)]=this[t(532)],this.on(t(474),(n,s,r)=>{e[t(497)]=r}),this[t(495)]()}[oo(514)](){const t=oo,e=this[t(486)],n=[{tag:t(531),attributes:{class:[t(467),t(466)]},children:[{tag:t(485),children:[{text:this[t(455)][t(490)]}],attributes:{class:[t(492),t(525)],"data-cke-tooltip-text":this[t(455)][t(490)]}},{tag:t(480),attributes:{datetime:e.to(t(530)),class:[t(471),t(533)]},children:[{text:e.to(t(530),e=>this[t(488)][t(534)](e))}]}]},{tag:t(531),attributes:{class:[t(456),t(489)]},children:[this[t(517)],this[t(502)]]},{tag:t(531),attributes:{class:[t(459)]}}];return this[t(498)][t(513)]&&n[t(469)]({tag:t(531),attributes:{class:[t(487)]},children:[{text:this[t(479)]()}]}),{tag:t(531),attributes:{class:[t(536),t(520)],tabindex:-1},children:[this[t(455)],{tag:t(531),attributes:{class:[t(540),t(464)],role:t(458)},children:n}]}}[oo(483)](){const t=oo;this[t(522)][t(483)]()}[oo(476)](){const t=oo;return this[t(498)][t(513)]?t(494)===this[t(498)][t(461)][t(454)][t(526)]?vt(this[t(505)],t(508),this[t(498)][t(465)][t(490)]):vt(this[t(505)],t(504),this[t(498)][t(465)][t(490)]):null}[oo(479)](){const t=oo;return t(494)===this[t(498)][t(461)][t(454)][t(526)]?vt(this[t(505)],t(470)):vt(this[t(505)],t(516))}[oo(510)](t,e,n,s,r){const i=oo,a=new o.LateFocusButtonView(this[i(505)]);return a[i(539)]({label:t,icon:e,tooltip:!0,tooltipPosition:r}),a[i(509)]({attributes:{class:n}}),a.on(i(537),()=>{const t=i;this[t(506)](s,this[t(498)].id)}),a}[oo(495)](){const t=oo,e=this[t(522)];this[t(482)][t(484)](e);for(const e of this[t(453)])this[t(463)][t(477)](e[t(522)]),this[t(482)][t(484)](e[t(522)]);this[t(482)][t(539)](t(493),(n,s)=>{const r=t;e===n[r(518)]&&(this[r(468)][r(519)](),s())}),this[t(482)][t(539)](t(521),(n,s)=>{const r=t;e!==n[r(518)]&&(this[r(483)](),s())})}}const lo=ho;function fo(){const t=["799120AEDuDF","unbind","_licenseKeyCheckInterval","addComment","change:previous","innerView","licenseKey","keys","_refreshActiveMarkers","_viewToController","previous","value","comments","items","acceptButton","_handleSuggestionControllerDelayed","descriptionParts","destroy","panelView","menuitemcheckbox","trackChangesLicenseKeyInvalid","from","plugins","CommentView","trackChangesLicenseKeyExpired","suggestionView","comments.editorConfig","registerAnnotation","editor","8AZDfBb","evaluationLimit","suggestionLoaded","commentsListView","descriptionFactory","TrackChangesEditing","trackChanges.SuggestionThreadView","componentFactory","_createToolbarButton","getAllAdjacentSuggestions","set","getJoined","SuggestionView","suggestion-","define","1sZlFIh","refreshSelectedViews","pluginName","delegate","_suggestionToController","1755166UUBUby","1419102adENQj","head","commands","length","getDescriptions","Accept all suggestions","lowest","previewFinalContent","editing","trackChangesLicenseKeyNotAllowed","_disableComments","commentThread","featureNotAllowed","usageLimit","9966JSDvMW","execute","comments.maxCommentsWhenCollapsed","isOn","discardButton","add","createAnnotation","EditorAnnotations","Track changes","getFirstRange","CommentsRepository","values","discardSelectedSuggestions","buttonView","separator","getSuggestion","activeAnnotations","focus","change:activeAnnotations","2362464tHePGj","trackChangesLicenseKeyEvaluationLimit","trackChangesLicenseKeyUsageLimit","Preview final content","getByInnerView","Annotations","createAnnotationView","some","toMany","locale","isMultiRange","_unbindEditors","commandName","trackChanges","view","CommentsUI","comments.maxThreadTotalWeight","bind","285207hbjkha","clear","isEnabled","_initializeController","isDirty","Accept all selected suggestions","requires","trackChangesLicenseKeyValid","getSuggestionForAnnotation","type","listenTo","_destroyController","215wAlbcQ","isPremiumPlugin","escape","Discard all suggestions","_updateController","_handleControllerBuffer","getRanges","SuggestionThreadView","children","menuBar:trackChanges","trackChanges.disableComments","switchbutton","_showLicenseError","reduce","mainView","TrackChangesPreview","actionView","acceptSelectedSuggestions","has","suggestionUnloaded","menuitem","stopListening","arrowView","remove","fire","getAnnotationForSuggestion","addSourceCollector","_bindAnnotationToEditors","domainLimit","filter","init","getMarkerNames","size","menu","acceptAllSuggestions","createCommentThreadController","447646aFxfKL","button","get","isInContent","push","expired","delete","model","addMany","Discard all selected suggestions","comments.maxCommentCharsWhenCollapsed","_addUIComponentsToFactory","config","hasSuggestion","TrackChanges","_createMenuBarMenu","activeMarkers","source","invalid","TrackChangesUI","_annotationViews","discardAllSuggestions","suggestionChanged","trackChangesLicenseKeyDomainLimit","isOfficialPlugin","trackChanges.SuggestionView","getMarkers"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=488]})(t,e)}!function(t){const e=ho,n=t();for(;;)try{if(155282===parseInt(e(596))/1*(parseInt(e(525))/2)+-parseInt(e(653))/3*(parseInt(e(581))/4)+-parseInt(e(489))/5*(parseInt(e(616))/6)+parseInt(e(601))/7+-parseInt(e(635))/8+parseInt(e(602))/9+parseInt(e(552))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fo);class go extends t.Plugin{[lo(558)];[lo(554)];[lo(600)];[lo(561)];[lo(545)];[lo(494)];[lo(612)];static get[lo(659)](){const t=lo;return[Fi,o.Users,t(626),t(640),t(623)]}static get[lo(598)](){return lo(544)}static get[lo(549)](){return!0}static get[lo(490)](){return!0}constructor(t){const e=lo;super(t),this[e(600)]=new Map,this[e(561)]=new Map,this[e(545)]=new Map,this[e(494)]=new Map;const n=this[e(580)][e(537)];n[e(595)](e(587),io),n[e(595)](e(550),uo),n[e(595)](e(499),!1),this[e(612)]=n[e(527)](e(499))}[lo(567)](t,e){const n=lo;0===this[n(494)][n(521)]&&setTimeout(()=>{const t=n;for(const[e,n]of this[t(494)]){const s=this[t(600)][t(507)](e);s||n?s&&n&&this[t(488)](e):this[t(656)](e)}this[t(494)][t(654)](),this[t(580)][t(574)][t(527)](t(623))[t(597)](),this[t(560)]()},10),this[n(494)][n(591)](t,e)}[lo(519)](){const t=lo,e=this[t(580)],n=e[t(574)][t(527)](t(586)),s=e[t(574)][t(527)](t(640)),r=e[t(574)][t(527)](t(623)),i=e[t(574)][t(527)](t(626));this[t(536)](),r[t(515)](()=>{const e=t,n=[];for(const[t,s]of Array[e(573)](this[e(600)])){const r=t[e(590)](),i=[];for(const t of r){if(!t[e(528)])continue;if(t[e(645)]){i[e(529)](...t[e(495)]());continue}const n=t[e(625)]();if(i[e(605)]>0){const t=i[0][e(592)](n);if(t){i[0]=t;continue}}i[e(529)](n)}n[e(529)]([s[e(649)],i])}return n}),this[t(663)](n,t(583),(e,n)=>{const s=t;this[s(663)](n,s(556),(t,e,r,i)=>{const o=s;n[o(528)]&&(null==r?(this[o(493)](i[o(603)]),this[o(567)](n,!1)):(this[o(493)](r[o(603)]),null==i&&this[o(567)](n,!0)))}),null!==n[s(562)]?this[s(493)](n[s(603)]):this[s(567)](n,!1)}),this[t(663)](n,t(508),(e,n,s)=>{const r=t;this[r(510)](n,r(556)),this[r(494)][r(531)](n),this[r(600)][r(507)](n)&&this[r(488)](n),s&&this[r(493)](s[r(603)])}),this[t(663)](n,t(547),(e,n)=>{this[t(493)](n)}),this[t(663)](s,t(634),()=>{this[t(560)]()}),this[t(663)](i,t(555),(e,{threadId:s,isFromAdapter:r})=>{const i=t;if(r||!n[i(538)](s))return;const o=n[i(631)](s);this[i(600)][i(527)](o)[i(649)][i(584)][i(633)](-1)},{priority:t(608)}),this[t(558)]=this[t(580)][t(537)][t(527)](t(558));const o=this[t(580)];this[t(554)]=setInterval(()=>{const e=t;let n;for(const t in o){const s=t,r=o[s];if(e(660)==r||e(572)==r||e(576)==r||e(548)==r||e(611)==r||e(636)==r||e(637)==r){delete o[s],n=r,clearInterval(this[e(554)]),this[e(554)]=void 0;break}}e(572)==n&&o[e(501)](e(543)),e(576)==n&&o[e(501)](e(530)),e(548)==n&&o[e(501)](e(517)),e(611)==n&&o[e(501)](e(614),e(539)),e(636)==n&&o[e(501)](e(582)),e(637)==n&&o[e(501)](e(615))},1e3)}[lo(514)](t){const e=lo,n=this[e(600)][e(527)](t);return n&&this[e(580)][e(574)][e(527)](e(640))[e(639)](n[e(649)])||null}[lo(661)](t){const e=lo,n=this[e(561)][e(527)](t[e(557)]);return n?n[e(532)]:null}[lo(560)](){const t=lo,e=this[t(580)][t(574)][t(527)](t(640)),n=this[t(580)][t(574)][t(527)](t(586)),s=Array[t(573)](e[t(632)],e=>e[t(557)])[t(518)](e=>this[t(561)][t(507)](e)),r=[];for(const e of s){const n=this[t(561)][t(527)](e)[t(532)][t(590)]();r[t(529)](...n[t(502)]((e,n)=>[...e,...n[t(520)]()],[]))}n[t(541)]=r}[lo(536)](){const t=lo,n=this[t(580)],s=n[t(644)],r=vt(s,t(624)),o=new e.Collection([{type:t(500),model:new i.UIModel({withText:!0,isToggleable:!0,label:r,commandName:t(648),role:t(571)})},{type:t(630)},{type:t(526),model:new i.UIModel({withText:!0,label:vt(s,t(607)),commandName:t(523),role:t(509)})},{type:t(526),model:new i.UIModel({withText:!0,label:vt(s,t(658)),commandName:t(506),role:t(509)})},{type:t(526),model:new i.UIModel({withText:!0,label:vt(s,t(492)),commandName:t(546),role:t(509)})},{type:t(526),model:new i.UIModel({withText:!0,label:vt(s,t(534)),commandName:t(628),role:t(509)})}]);n[t(574)][t(507)](t(504))&&o[t(533)]([{type:t(630)},{type:t(526),model:new i.UIModel({withText:!0,label:vt(s,t(638)),commandName:t(609),role:t(509)})}]);for(const e of o)if(po(e)){const s=n[t(604)][t(527)](e[t(532)][t(647)]);e[t(532)][t(652)](t(619),t(655)).to(s,t(563),t(655))}n.ui[t(588)][t(621)](t(648),e=>this[t(589)](e,o,r)),n.ui[t(588)][t(621)](t(498),e=>this[t(540)](e,o,r))}[lo(589)](t,e,n){const s=lo,o=(0,i.createDropdown)(t,i.SplitButtonView),a=this[s(580)][s(604)][s(527)](s(648));o[s(629)][s(591)]({tooltip:n,label:n,icon:r.IconTrackChanges}),o[s(629)][s(652)](s(619)).to(a,s(563)),o[s(629)].on(s(617),()=>{const t=s;a[t(617)](),this[t(580)][t(610)][t(649)][t(633)]()}),(0,i.addListToDropdown)(o,e,{role:s(522)});const c=[];for(const t of e)po(t)&&c[s(529)](this[s(580)][s(604)][s(527)](t[s(532)][s(647)]));const u=o[s(629)];return u[s(505)][s(553)](s(655)),u[s(511)][s(553)](s(655)),u[s(505)][s(652)](s(655)).to(a,s(655)),u[s(511)][s(652)](s(655))[s(643)](c,s(655),(...t)=>t[s(642)](t=>t)),o.on(s(617),t=>{const e=s;this[e(580)][e(617)](t[e(542)][e(647)]),this[e(580)][e(610)][e(649)][e(633)]()}),o}[lo(540)](t,e,n){const s=lo,o=new i.MenuBarMenuView(t),a=this[s(580)][s(604)][s(527)](s(648));o[s(629)][s(591)]({label:n,icon:r.IconTrackChanges});const c=new i.MenuBarMenuListView(t);for(const n of e){if(s(630)==n[s(662)]){c[s(565)][s(621)](new i.ListSeparatorView(t));continue}const e=new i.MenuBarMenuListItemView(t,o),r=new i.MenuBarMenuListItemButtonView(t),a=n[s(532)];r[s(652)](...Object[s(559)](a)).to(a),r[s(599)](s(617)).to(o),r.on(s(617),()=>{const t=s;this[t(580)][t(617)](a[t(647)]),this[t(580)][t(610)][t(649)][t(633)]()}),e[s(497)][s(621)](r),c[s(565)][s(621)](e)}return o[s(652)](s(655)).to(a,s(655)),o[s(570)][s(497)][s(621)](c),o}[lo(656)](t){const e=lo,n=this[e(580)],s=n[e(537)],r=n[e(574)][e(527)](e(640)),i=n[e(574)][e(527)](e(626)),a=n[e(574)][e(527)](e(623)),c=n[e(574)][e(527)](o.Users).me,u=s[e(527)](e(648))[e(496)],l=s[e(527)](e(648))[e(593)],{CommentsListView:f,CommentThreadInputView:h}=n[e(574)][e(527)](e(650));let d,g,p;this[e(545)][e(507)](t.id)?(g=this[e(545)][e(527)](t.id),d=g[e(503)]):(d=new u(n[e(644)],t,c,{disableComments:this[e(612)],editorConfig:{...s[e(527)](e(578)),licenseKey:s[e(527)](e(558))},maxCommentsWhenCollapsed:s[e(527)](e(618)),maxThreadTotalWeight:s[e(527)](e(651)),maxCommentCharsWhenCollapsed:s[e(527)](e(535)),formatDateTime:(0,o.getDateTimeFormatter)(s[e(527)](e(644)),n[e(644)]),CommentView:s[e(527)](e(564))[e(575)],CommentsListView:f,CommentThreadInputView:h,SuggestionView:l}),d[e(577)][e(566)].on(e(617),()=>{const t=e;n[t(610)][t(649)][t(633)]()}),d[e(577)][e(620)].on(e(617),()=>{const t=e;n[t(610)][t(649)][t(633)]()}),g=r[e(641)](this[e(580)][e(644)],d),g[e(652)](e(657)).to(d,e(657)),g[e(652)](e(605)).to(d),g[e(652)](e(662)).to(d,e(662),t=>e(594)+t),d.on(e(491),()=>{const t=e;p[t(513)](t(491))}),this[e(545)][e(591)](t.id,g));const m=i[e(524)](t[e(613)],d),I=new Qi(n,t,d,m),E=t[e(590)]()[e(518)](t=>t[e(528)]);d[e(568)]=n[e(574)][e(527)](e(586))[e(585)][e(606)](E),this[e(600)][e(591)](t,I),this[e(561)][e(591)](d,I);const T=()=>{const s=e,r=[],i=t[s(590)]()[s(518)](t=>t[s(528)]);for(const t of i)r[s(529)](...t[s(551)]());return(0,o.getAllMarkersDomElementsSorted)(n[s(610)],r)};p=r[e(622)]({view:g,target:T,type:()=>e(594)+I[e(649)][e(662)],isVisible:!!T()}),i[e(516)](d,p),r[e(621)](p),a[e(579)](p)}[lo(488)](t){const e=lo,n=this[e(580)][e(574)][e(527)](e(626)),s=this[e(580)][e(574)][e(527)](e(640)),r=this[e(600)][e(527)](t),i=r[e(649)],o=s[e(639)](i);n[e(646)](i),o&&s[e(512)](o),this[e(600)][e(531)](t),this[e(561)][e(531)](i),r[e(569)]()}[lo(493)](t){const e=lo;if(!t[e(528)]||!this[e(600)][e(507)](t))return;const n=this[e(580)][e(574)][e(527)](e(586)),s=this[e(600)][e(527)](t),r=t[e(590)]();s[e(649)][e(568)]=n[e(585)][e(606)](r)}[lo(569)](){const t=lo;for(const e of this[t(600)][t(559)]())this[t(488)](e);for(const e of this[t(545)][t(627)]())e[t(503)][t(569)]();super[t(569)](),this[t(554)]&&clearInterval(this[t(554)])}}function po(t){return lo(532)in t}var mo=Io;function Io(t,e){var n=Eo();return(Io=function(t,e){return n[t-=275]})(t,e)}function Eo(){var t=["getSuggestion","1373912BtJobN","450453JzyAIt","5LPhdiD","371226dwFIMP","696680wNxiCS","14rXYVMH","addSuggestionData","isPremiumPlugin","8YCgOra","addSuggestion","requires","editor","getSuggestions","21POSueN","4391595NmXoEW","TrackChanges","plugins","60041cVSFgp","adapter","get","Comments","pluginName","22475486ExbiYq","isOfficialPlugin"];return(Eo=function(){return t})()}!function(t){for(var e=Io,n=t();;)try{if(327262===-parseInt(e(277))/1*(parseInt(e(290))/2)+parseInt(e(286))/3*(-parseInt(e(293))/4)+-parseInt(e(287))/5*(parseInt(e(288))/6)+parseInt(e(298))/7*(-parseInt(e(285))/8)+-parseInt(e(299))/9+parseInt(e(289))/10+parseInt(e(282))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Eo);class To extends t.Plugin{static get[mo(295)](){return[Fi,go,mo(280)]}static get[mo(281)](){return mo(275)}static get[mo(283)](){return!0}static get[mo(292)](){return!0}set[mo(278)](t){var e=mo;this[e(296)][e(276)][e(279)](Fi)[e(278)]=t}get[mo(278)](){var t=mo;return this[t(296)][t(276)][t(279)](Fi)[t(278)]}[mo(294)](t){var e=mo;return this[e(296)][e(276)][e(279)](Fi)[e(291)](t)}[mo(297)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=mo;return this[n(296)][n(276)][n(279)](Fi)[n(297)]({skipNotAttached:t,toJSON:e})}[mo(284)](t){var e=mo;return this[e(296)][e(276)][e(279)](Fi)[e(284)](t)}}const bo=Lo;!function(t){const e=Lo,n=t();for(;;)try{if(162732===parseInt(e(303))/1*(-parseInt(e(261))/2)+parseInt(e(292))/3*(parseInt(e(270))/4)+-parseInt(e(281))/5*(-parseInt(e(285))/6)+-parseInt(e(286))/7+-parseInt(e(259))/8*(parseInt(e(252))/9)+-parseInt(e(284))/10+parseInt(e(241))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Co);const _o=[bo(255)];class Ao extends t.Plugin{static get[bo(280)](){return[Fi]}static get[bo(307)](){return bo(299)}static get[bo(262)](){return!0}static get[bo(260)](){return!0}[bo(251)](){const t=bo,n=this[t(278)];if(n[t(274)][t(297)](t(246),e=>{const s=t,r=n[s(300)][s(282)][s(258)]()[s(305)]((t,e)=>(t[e]="",t),{});return n[s(254)][s(304)](r,e)}),t(277)!=typeof n[t(274)][t(291)](t(250))[t(257)])throw new e.CKEditorError(t(271))}[bo(267)](t){return No(this[bo(278)],!0,t)}[bo(302)](t){return No(this[bo(278)],!1,t)}}function Lo(t,e){const n=Co();return(Lo=function(t,e){return n[t-=238]})(t,e)}class yo extends t.Plugin{[bo(296)];static get[bo(307)](){return bo(273)}static get[bo(262)](){return!0}static get[bo(260)](){return!0}constructor(t){const e=bo;function n(t){const e=Lo;return t[e(301)](t=>String[e(247)](t))[e(279)]("")}super(t),this[e(296)]=e(238),t[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),t[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[bo(251)](){const t=bo;this[t(278)][t(275)][t(291)](t(298))[t(264)]={addCommentThread:()=>new Promise(()=>{}),getCommentThread:()=>new Promise(()=>{}),updateCommentThread:()=>new Promise(()=>{}),resolveCommentThread:()=>new Promise(()=>{}),reopenCommentThread:()=>new Promise(()=>{}),removeCommentThread:()=>new Promise(()=>{}),addComment:()=>new Promise(()=>{}),updateComment:()=>new Promise(()=>{}),removeComment:()=>new Promise(()=>{})},this[t(278)][t(275)][t(291)](t(249))[t(264)]=null}}function Co(){const t=["addUser","data","result","define","CommentsRepository","TrackChangesData","model","map","getDataWithDiscardedSuggestions","1JoVdOw","create","reduce","getRootsAttributes","pluginName","end","getFullData","div","8161978OBtXsN","Users","createElement","addCommentThread","destroy","trackChangesData.editorCreator","fromCharCode","remove","TrackChangesEditing","trackChangesData","init","450wEOkmr","appendChild","constructor","Pagination","execute","editorCreator","getRootNames","28320tYJelF","isPremiumPlugin","650152lwbfRO","isOfficialPlugin","useAnonymousUser","_adapter","discardAllSuggestions","getSuggestions","getDataWithAcceptedSuggestions","push","getUser","319604oEPQnX","track-changes-data-invalid-editor-creator","users","TrackChangesDataGetter","config","plugins","addSuggestionData","function","editor","join","requires","50TGALkR","document","acceptAllSuggestions","2015700xqvHPW","99672CiqxtS","851487rEZYgG","createDocumentFragment","set","name","rootsAttributes","get","3FzQdxb","getCommentThreads"];return(Co=function(){return t})()}function Ro(t){return void 0!==t[bo(306)]}async function No(t,e,n){const s=bo,r=(0,o.sanitizeEditorConfig)(t,_o);r[s(275)][s(268)](Fi,yo),r[s(290)]=Ro(t)?t[s(306)]():void 0;const i=document[s(287)](),a=t[s(274)][s(291)](s(250))[s(257)],c=await a(r,()=>function(t){const e=s,n=document[e(243)](e(240));return t[e(253)](n),n}(i));!function(t,e){const n=s,r=t[n(300)][n(282)][n(258)]()[n(305)]((e,s)=>(e[s]=t[n(295)][n(291)]({rootName:s}),e),{}),i=t[n(275)][n(291)](n(242))[n(272)][n(301)](t=>({id:t.id,name:t[n(289)]})),o=t[n(275)][n(291)](n(249))[n(266)]({skipNotAttached:!0,toJSON:!0}),a=t[n(275)][n(291)](n(298))[n(293)]({skipNotAttached:!0,toJSON:!0}),c=e[n(275)][n(291)](n(242)),u=e[n(275)][n(291)](n(249)),l=e[n(275)][n(291)](n(298));for(const t of l[n(293)]())t[n(248)]();for(const t of i)c[n(269)](t.id)||c[n(294)](t);c.me||c[n(263)]();for(const t of a)l[n(244)](t);for(const t of o)u[n(276)](t);e[n(295)][n(288)](r)}(t,c),c[s(256)](s(e?283:265));const u=Ro(c)?c[s(239)](n):c[s(295)][s(291)](n);return await c[s(245)](),u}const ko=Oo;function So(){const t=["data-ck-root-name","options","element","ck-reset","style","3930900xiBRqI","334334fpEByc","height","className","previewDataReady","push","144194HMNwRc","1212531DnOVrV","render","setPreviewData","content","dialogRects","2282008DFkXBj","setTemplate","width","863649qaDfld","2231525unZqAo","128cMROkB","ck-track-changes-preview","focus"," ck-track-changes-preview__root-container","fire","createElement","2blPoeF","setAttribute","classes","innerHTML","div"];return(So=function(){return t})()}function Oo(t,e){const n=So();return(Oo=function(t,e){return n[t-=472]})(t,e)}!function(t){const e=Oo,n=t();for(;;)try{if(348802===-parseInt(e(479))/1*(parseInt(e(496))/2)+parseInt(e(480))/3+parseInt(e(485))/4+parseInt(e(489))/5+parseInt(e(473))/6+-parseInt(e(474))/7+parseInt(e(490))/8*(-parseInt(e(488))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(So);class Mo extends i.View{[ko(502)];constructor(t,e){const n=ko;super(t),this[n(502)]=e,this[n(486)]({tag:n(500),attributes:{class:["ck",n(504),n(491)],tabindex:-1}})}[ko(481)](){const t=ko;super[t(481)](),this[t(503)][t(472)][t(487)]=this[t(502)][t(484)][t(487)]+"px",this[t(503)][t(472)][t(475)]=this[t(502)][t(484)][t(475)]+"px"}[ko(482)](t,e){const n=ko;if(!this[n(503)])return;const s=[];for(const[e,r]of t){const t=document[n(495)](n(500));t[n(497)](n(501),e),t[n(476)]=r[n(498)]+n(493),t[n(499)]=r[n(483)],s[n(478)](t)}e(this[n(503)],s),this[n(503)][n(472)][n(475)]="",this[n(494)](n(477))}[ko(492)](){const t=ko;this[t(503)][t(492)]()}}const wo=Do;function Fo(){const t=["set","getBoundingClientRect","editable","show","config","view","15730QToFAT","plugins","Final content preview","setPreviewData","MediaEmbedEditing","min","execute","remove","locale","url","$labels","clientHeight","class","contentView","editing","classList","760ZsESaf","max","element","createElement","getClientRects"," ck-reset_all","width","ck-media__wrapper","getLabel","replace","ck-track-changes-preview-dialog","updatePosition","value","40512acQdEM","getDataSetValues","bodyCollectionContainer","299330KYFUml","_sortRoots","innerHeight","push","MergeFieldsEditing","add","getMergeFieldsIds","height","oembed","872eVLZnZ","_fixMediaEmbeds","getDefaultValues","ck-focused","affectsData","335NatWVz","domConverter","1486088zHDVdO","querySelectorAll","finalContentPreview","entries","18UJmOwU","165qQvJmz","string","_getMergeFieldsData","once","trackChanges.preview.renderFunction","querySelector","previewMode","item","TrackChangesData","6450TSzzDa","getRootNames","detachFromDom","registry","headerView","children","sort","render","editables","model","5340IkVimp","classes","editor","figure.media","getAttribute","getMediaViewElement","get","Dialog","attachToDom","getRootsAttributes","document","replaceWith","reduce","div","ck-reset_all","then","$defaultValues","documentElement","values","destroy","innerHTML","1998346UxFaMw","has","_standarizeRootsData","isEnabled","refresh","681dXJEMB","getDataWithAcceptedSuggestions","previewDataReady","getDomRoot","forEach"];return(Fo=function(){return t})()}function Do(t,e){const n=Fo();return(Do=function(t,e){return n[t-=343]})(t,e)}!function(t){const e=Do,n=t();for(;;)try{if(239053===-parseInt(e(432))/1*(-parseInt(e(350))/2)+-parseInt(e(396))/3*(parseInt(e(375))/4)+parseInt(e(380))/5*(parseInt(e(363))/6)+-parseInt(e(427))/7+parseInt(e(382))/8*(parseInt(e(386))/9)+-parseInt(e(366))/10*(-parseInt(e(387))/11)+parseInt(e(406))/12*(-parseInt(e(443))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class vo extends t.Command{constructor(t){const e=Do;super(t),this[e(379)]=!1,this[e(430)]=!0}[wo(431)](){this[wo(430)]=!0}[wo(449)](){const t=wo,e=this[t(408)],n=e[t(451)],s=e[t(444)][t(412)](t(413));let r;const o=function(e){const n=t,s={};if(n(404)in e.ui[n(442)])for(const[t,r]of Object[n(385)](e.ui[n(442)][n(404)]))s[t]=r[n(352)];else s[e[n(405)][n(416)][n(397)]()[0]]=e.ui[n(442)][n(439)][n(352)];return s}(e),a=function(e){const n=t;let s=0;for(const t of Object[n(424)](e))s=Math[n(351)](s,t[n(438)]()[n(356)]);let r=0;for(const t of Object[n(424)](e))r+=t[n(438)]()[n(373)];const i=.8*Math[n(351)](document[n(423)][n(345)],window[n(368)]);return{width:s,height:Math[n(448)](r,i)}}(o);s[t(440)]({id:t(384),title:vt(n,t(445)),isModal:!0,className:t(360),content:new Mo(n,{dialogRects:a}),onHide:()=>{r[t(398)]()},onShow:()=>{const a=t;e[a(444)][a(412)](a(395))[a(433)]({...this[a(389)]()})[a(421)](t=>{const n=a,r=this[n(429)](t,e,o);s[n(442)][n(347)][n(401)][n(412)](0)[n(446)](r,e[n(441)][n(412)](n(391)))}),r=new i.BodyCollection(n,[s[a(442)]]),r[a(414)](),r[a(365)][a(349)][a(450)](a(420)),e[a(390)](a(425),()=>{r[a(398)]()});const c=s[a(442)][a(400)][a(346)];s[a(442)][a(400)][a(346)]=c?c+a(355):a(420),s[a(442)][a(347)][a(401)][a(412)](0).on(a(434),()=>{const t=a;s[t(442)][t(361)]()})}})}[wo(389)](){const t=wo;if(!this[t(408)][t(444)][t(428)](t(370)))return{};const e=this[t(408)][t(444)][t(412)](t(370)),n=e[t(393)],s={};if(t(344)===n)for(const n of e[t(372)]())s[n]=e[t(358)](n)||n;else{const r=t(422)===n?e[t(377)]():e[t(364)](n,!0);for(const n of Object[t(385)](r)){const[r,i]=n;s[r]=null!==i?i:e[t(358)](r)||r}}return{mergeFieldsData:s}}[wo(429)](t,e,n){const s=wo;let r;if(s(388)==typeof t){const n=e[s(405)][s(416)][s(397)]()[0];r={[n]:t}}else r=t;const i=this[s(376)](r,e);return function(t,e){const n=s;for(const[s,r]of t)r[n(407)]=e[s][n(349)][n(362)][n(359)](n(378),"");return t}(this[s(367)](e)[s(418)]((t,e)=>(t[s(369)]([e,{content:i[e],classes:""}]),t),[]),n)}[wo(376)](t,e){const n=wo;if(!e[n(444)][n(428)](n(447)))return t;const s=e[n(444)][n(412)](n(447));for(const[r,i]of Object[n(385)](t)){const o=document[n(353)](n(419));o[n(426)]=i,o[n(383)](n(409))[n(436)](t=>{const r=n,i=t[r(392)](r(374));if(i){const t=i[r(410)](r(343));if(t){const n=s[r(399)][r(411)](new a.ViewDowncastWriter(e[r(348)][r(442)][r(416)]),t,{elementName:"",renderForEditingView:!0}),o=document[r(353)](r(419));o[r(349)][r(371)](r(357)),n[r(403)](o,e[r(348)][r(442)][r(381)]),i[r(417)](o)}}}),t[r]=o[n(426)]}return t}[wo(367)](t){const e=wo;if(void 0===t[Do(415)])return t[e(405)][e(416)][e(397)]();const n=[],s=new Map;for(const r of t[e(405)][e(416)][e(397)]()){const i=t[e(348)][e(442)][e(435)](r)[e(354)]()[e(394)](0);n[e(369)](r),s[e(437)](r,i)}return n[e(402)]((t,n)=>{const r=e,i=s[r(412)](t),o=s[r(412)](n);return i.y-o.y||i.x-o.x}),n}}var Bo=n(929),Po=n.n(Bo),xo=n(297),Uo=n.n(xo),Go=n(102),Vo=n.n(Go),jo=n(123),Ho=n.n(jo),Wo=n(741),Ko=n.n(Wo),zo=n(847),Xo={attributes:{"data-cke":!0}};Xo.setAttributes=Ho(),Xo.insert=Vo().bind(null,"head"),Xo.domAPI=Uo(),Xo.insertStyleElement=Ko();Po()(zo.A,Xo);zo.A&&zo.A.locals&&zo.A.locals;function qo(){const t=["define","22504kjvoRF","447232agLRHf","TrackChangesPreview","editor","config","isOfficialPlugin","9XpyKGH","pluginName","30xXEsFd","18756PjbRtz","appendChild","previewFinalContent","isPremiumPlugin","trackChanges.preview.renderFunction","245306umPvVq","462966oYcCle","375732LDKnSb","169660DBvUIn","commands","add","requires"];return(qo=function(){return t})()}const Yo=Zo;function Zo(t,e){const n=qo();return(Zo=function(t,e){return n[t-=171]})(t,e)}!function(t){const e=Zo,n=t();for(;;)try{if(143373===-parseInt(e(191))/1+parseInt(e(186))/2+parseInt(e(192))/3+parseInt(e(178))/4+parseInt(e(172))/5*(parseInt(e(185))/6)+-parseInt(e(171))/7+parseInt(e(177))/8*(-parseInt(e(183))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Qo extends t.Plugin{static get[Yo(175)](){return[Ao,i.Dialog]}static get[Yo(184)](){return Yo(179)}static get[Yo(182)](){return!0}static get[Yo(189)](){return!0}constructor(t){const e=Yo;super(t),t[e(173)][e(174)](e(188),new vo(this[e(180)])),t[e(181)][e(176)](e(190),(t,n)=>{const s=e;for(const e of n)t[s(187)](e)})}}function Jo(t,e){var n=$o();return(Jo=function(t,e){return n[t-=348]})(t,e)}function $o(){var t=["1952756vwiTnD","37626200FThOEA","4932372bmXCtY","1598865yZYyRr","12209099stmHan","4erDxLY","4772910dCsGXh","1770909ffDGct"];return($o=function(){return t})()}!function(t){for(var e=Jo,n=t();;)try{if(940763===-parseInt(e(349))/1+-parseInt(e(350))/2+-parseInt(e(352))/3*(parseInt(e(355))/4)+-parseInt(e(353))/5+-parseInt(e(348))/6+parseInt(e(354))/7+parseInt(e(351))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=s})();