@ckeditor/ckeditor5-footnotes 0.0.0-internal-20251210.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 (411) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +18 -0
  3. package/README.md +45 -0
  4. package/build/footnotes.js +5 -0
  5. package/build/translations/af.js +1 -0
  6. package/build/translations/ar.js +1 -0
  7. package/build/translations/ast.js +1 -0
  8. package/build/translations/az.js +1 -0
  9. package/build/translations/be.js +1 -0
  10. package/build/translations/bg.js +1 -0
  11. package/build/translations/bn.js +1 -0
  12. package/build/translations/bs.js +1 -0
  13. package/build/translations/ca.js +1 -0
  14. package/build/translations/cs.js +1 -0
  15. package/build/translations/da.js +1 -0
  16. package/build/translations/de-ch.js +1 -0
  17. package/build/translations/de.js +1 -0
  18. package/build/translations/el.js +1 -0
  19. package/build/translations/en-au.js +1 -0
  20. package/build/translations/en-gb.js +1 -0
  21. package/build/translations/eo.js +1 -0
  22. package/build/translations/es-co.js +1 -0
  23. package/build/translations/es.js +1 -0
  24. package/build/translations/et.js +1 -0
  25. package/build/translations/eu.js +1 -0
  26. package/build/translations/fa.js +1 -0
  27. package/build/translations/fi.js +1 -0
  28. package/build/translations/fr.js +1 -0
  29. package/build/translations/gl.js +1 -0
  30. package/build/translations/gu.js +1 -0
  31. package/build/translations/he.js +1 -0
  32. package/build/translations/hi.js +1 -0
  33. package/build/translations/hr.js +1 -0
  34. package/build/translations/hu.js +1 -0
  35. package/build/translations/hy.js +1 -0
  36. package/build/translations/id.js +1 -0
  37. package/build/translations/it.js +1 -0
  38. package/build/translations/ja.js +1 -0
  39. package/build/translations/jv.js +1 -0
  40. package/build/translations/kk.js +1 -0
  41. package/build/translations/km.js +1 -0
  42. package/build/translations/kn.js +1 -0
  43. package/build/translations/ko.js +1 -0
  44. package/build/translations/ku.js +1 -0
  45. package/build/translations/lt.js +1 -0
  46. package/build/translations/lv.js +1 -0
  47. package/build/translations/ms.js +1 -0
  48. package/build/translations/nb.js +1 -0
  49. package/build/translations/ne.js +1 -0
  50. package/build/translations/nl.js +1 -0
  51. package/build/translations/no.js +1 -0
  52. package/build/translations/oc.js +1 -0
  53. package/build/translations/pl.js +1 -0
  54. package/build/translations/pt-br.js +1 -0
  55. package/build/translations/pt.js +1 -0
  56. package/build/translations/ro.js +1 -0
  57. package/build/translations/ru.js +1 -0
  58. package/build/translations/si.js +1 -0
  59. package/build/translations/sk.js +1 -0
  60. package/build/translations/sl.js +1 -0
  61. package/build/translations/sq.js +1 -0
  62. package/build/translations/sr-latn.js +1 -0
  63. package/build/translations/sr.js +1 -0
  64. package/build/translations/sv.js +1 -0
  65. package/build/translations/th.js +1 -0
  66. package/build/translations/ti.js +1 -0
  67. package/build/translations/tk.js +1 -0
  68. package/build/translations/tr.js +1 -0
  69. package/build/translations/tt.js +1 -0
  70. package/build/translations/ug.js +1 -0
  71. package/build/translations/uk.js +1 -0
  72. package/build/translations/ur.js +1 -0
  73. package/build/translations/uz.js +1 -0
  74. package/build/translations/vi.js +1 -0
  75. package/build/translations/zh-cn.js +1 -0
  76. package/build/translations/zh.js +1 -0
  77. package/ckeditor5-metadata.json +65 -0
  78. package/dist/index-content.css +64 -0
  79. package/dist/index-editor.css +81 -0
  80. package/dist/index.css +181 -0
  81. package/dist/index.js +23 -0
  82. package/dist/translations/af.d.ts +8 -0
  83. package/dist/translations/af.js +23 -0
  84. package/dist/translations/af.umd.js +23 -0
  85. package/dist/translations/ar.d.ts +8 -0
  86. package/dist/translations/ar.js +23 -0
  87. package/dist/translations/ar.umd.js +23 -0
  88. package/dist/translations/ast.d.ts +8 -0
  89. package/dist/translations/ast.js +23 -0
  90. package/dist/translations/ast.umd.js +23 -0
  91. package/dist/translations/az.d.ts +8 -0
  92. package/dist/translations/az.js +23 -0
  93. package/dist/translations/az.umd.js +23 -0
  94. package/dist/translations/be.d.ts +8 -0
  95. package/dist/translations/be.js +23 -0
  96. package/dist/translations/be.umd.js +23 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +23 -0
  99. package/dist/translations/bg.umd.js +23 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +23 -0
  102. package/dist/translations/bn.umd.js +23 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +23 -0
  105. package/dist/translations/bs.umd.js +23 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +23 -0
  108. package/dist/translations/ca.umd.js +23 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +23 -0
  111. package/dist/translations/cs.umd.js +23 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +23 -0
  114. package/dist/translations/da.umd.js +23 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +23 -0
  117. package/dist/translations/de-ch.umd.js +23 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +23 -0
  120. package/dist/translations/de.umd.js +23 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +23 -0
  123. package/dist/translations/el.umd.js +23 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +23 -0
  126. package/dist/translations/en-au.umd.js +23 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +23 -0
  129. package/dist/translations/en-gb.umd.js +23 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +23 -0
  132. package/dist/translations/en.umd.js +23 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +23 -0
  135. package/dist/translations/eo.umd.js +23 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +23 -0
  138. package/dist/translations/es-co.umd.js +23 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +23 -0
  141. package/dist/translations/es.umd.js +23 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +23 -0
  144. package/dist/translations/et.umd.js +23 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +23 -0
  147. package/dist/translations/eu.umd.js +23 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +23 -0
  150. package/dist/translations/fa.umd.js +23 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +23 -0
  153. package/dist/translations/fi.umd.js +23 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +23 -0
  156. package/dist/translations/fr.umd.js +23 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +23 -0
  159. package/dist/translations/gl.umd.js +23 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +23 -0
  162. package/dist/translations/gu.umd.js +23 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +23 -0
  165. package/dist/translations/he.umd.js +23 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +23 -0
  168. package/dist/translations/hi.umd.js +23 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +23 -0
  171. package/dist/translations/hr.umd.js +23 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +23 -0
  174. package/dist/translations/hu.umd.js +23 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +23 -0
  177. package/dist/translations/hy.umd.js +23 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +23 -0
  180. package/dist/translations/id.umd.js +23 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +23 -0
  183. package/dist/translations/it.umd.js +23 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +23 -0
  186. package/dist/translations/ja.umd.js +23 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +23 -0
  189. package/dist/translations/jv.umd.js +23 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +23 -0
  192. package/dist/translations/kk.umd.js +23 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +23 -0
  195. package/dist/translations/km.umd.js +23 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +23 -0
  198. package/dist/translations/kn.umd.js +23 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +23 -0
  201. package/dist/translations/ko.umd.js +23 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +23 -0
  204. package/dist/translations/ku.umd.js +23 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +23 -0
  207. package/dist/translations/lt.umd.js +23 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +23 -0
  210. package/dist/translations/lv.umd.js +23 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +23 -0
  213. package/dist/translations/ms.umd.js +23 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +23 -0
  216. package/dist/translations/nb.umd.js +23 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +23 -0
  219. package/dist/translations/ne.umd.js +23 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +23 -0
  222. package/dist/translations/nl.umd.js +23 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +23 -0
  225. package/dist/translations/no.umd.js +23 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +23 -0
  228. package/dist/translations/oc.umd.js +23 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +23 -0
  231. package/dist/translations/pl.umd.js +23 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +23 -0
  234. package/dist/translations/pt-br.umd.js +23 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +23 -0
  237. package/dist/translations/pt.umd.js +23 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +23 -0
  240. package/dist/translations/ro.umd.js +23 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +23 -0
  243. package/dist/translations/ru.umd.js +23 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +23 -0
  246. package/dist/translations/si.umd.js +23 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +23 -0
  249. package/dist/translations/sk.umd.js +23 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +23 -0
  252. package/dist/translations/sl.umd.js +23 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +23 -0
  255. package/dist/translations/sq.umd.js +23 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +23 -0
  258. package/dist/translations/sr-latn.umd.js +23 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +23 -0
  261. package/dist/translations/sr.umd.js +23 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +23 -0
  264. package/dist/translations/sv.umd.js +23 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +23 -0
  267. package/dist/translations/th.umd.js +23 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +23 -0
  270. package/dist/translations/ti.umd.js +23 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +23 -0
  273. package/dist/translations/tk.umd.js +23 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +23 -0
  276. package/dist/translations/tr.umd.js +23 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +23 -0
  279. package/dist/translations/tt.umd.js +23 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +23 -0
  282. package/dist/translations/ug.umd.js +23 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +23 -0
  285. package/dist/translations/uk.umd.js +23 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +23 -0
  288. package/dist/translations/ur.umd.js +23 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +23 -0
  291. package/dist/translations/uz.umd.js +23 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +23 -0
  294. package/dist/translations/vi.umd.js +23 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +23 -0
  297. package/dist/translations/zh-cn.umd.js +23 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +23 -0
  300. package/dist/translations/zh.umd.js +23 -0
  301. package/lang/contexts.json +27 -0
  302. package/lang/translations/af.po +112 -0
  303. package/lang/translations/ar.po +112 -0
  304. package/lang/translations/ast.po +112 -0
  305. package/lang/translations/az.po +112 -0
  306. package/lang/translations/be.po +112 -0
  307. package/lang/translations/bg.po +112 -0
  308. package/lang/translations/bn.po +112 -0
  309. package/lang/translations/bs.po +112 -0
  310. package/lang/translations/ca.po +112 -0
  311. package/lang/translations/cs.po +112 -0
  312. package/lang/translations/da.po +112 -0
  313. package/lang/translations/de-ch.po +112 -0
  314. package/lang/translations/de.po +112 -0
  315. package/lang/translations/el.po +112 -0
  316. package/lang/translations/en-au.po +112 -0
  317. package/lang/translations/en-gb.po +112 -0
  318. package/lang/translations/en.po +112 -0
  319. package/lang/translations/eo.po +112 -0
  320. package/lang/translations/es-co.po +112 -0
  321. package/lang/translations/es.po +112 -0
  322. package/lang/translations/et.po +112 -0
  323. package/lang/translations/eu.po +112 -0
  324. package/lang/translations/fa.po +112 -0
  325. package/lang/translations/fi.po +112 -0
  326. package/lang/translations/fr.po +112 -0
  327. package/lang/translations/gl.po +112 -0
  328. package/lang/translations/gu.po +112 -0
  329. package/lang/translations/he.po +112 -0
  330. package/lang/translations/hi.po +112 -0
  331. package/lang/translations/hr.po +112 -0
  332. package/lang/translations/hu.po +112 -0
  333. package/lang/translations/hy.po +112 -0
  334. package/lang/translations/id.po +112 -0
  335. package/lang/translations/it.po +112 -0
  336. package/lang/translations/ja.po +112 -0
  337. package/lang/translations/jv.po +112 -0
  338. package/lang/translations/kk.po +112 -0
  339. package/lang/translations/km.po +112 -0
  340. package/lang/translations/kn.po +112 -0
  341. package/lang/translations/ko.po +112 -0
  342. package/lang/translations/ku.po +112 -0
  343. package/lang/translations/lt.po +112 -0
  344. package/lang/translations/lv.po +112 -0
  345. package/lang/translations/ms.po +112 -0
  346. package/lang/translations/nb.po +112 -0
  347. package/lang/translations/ne.po +112 -0
  348. package/lang/translations/nl.po +112 -0
  349. package/lang/translations/no.po +112 -0
  350. package/lang/translations/oc.po +112 -0
  351. package/lang/translations/pl.po +112 -0
  352. package/lang/translations/pt-br.po +112 -0
  353. package/lang/translations/pt.po +112 -0
  354. package/lang/translations/ro.po +112 -0
  355. package/lang/translations/ru.po +112 -0
  356. package/lang/translations/si.po +112 -0
  357. package/lang/translations/sk.po +112 -0
  358. package/lang/translations/sl.po +112 -0
  359. package/lang/translations/sq.po +112 -0
  360. package/lang/translations/sr-latn.po +112 -0
  361. package/lang/translations/sr.po +112 -0
  362. package/lang/translations/sv.po +112 -0
  363. package/lang/translations/th.po +112 -0
  364. package/lang/translations/ti.po +112 -0
  365. package/lang/translations/tk.po +112 -0
  366. package/lang/translations/tr.po +112 -0
  367. package/lang/translations/tt.po +112 -0
  368. package/lang/translations/ug.po +112 -0
  369. package/lang/translations/uk.po +112 -0
  370. package/lang/translations/ur.po +112 -0
  371. package/lang/translations/uz.po +112 -0
  372. package/lang/translations/vi.po +112 -0
  373. package/lang/translations/zh-cn.po +112 -0
  374. package/lang/translations/zh.po +112 -0
  375. package/package.json +73 -0
  376. package/src/augmentation.d.ts +34 -0
  377. package/src/augmentation.js +23 -0
  378. package/src/commands/insertfootnotecommand.d.ts +20 -0
  379. package/src/commands/insertfootnotecommand.js +23 -0
  380. package/src/footnotes.d.ts +33 -0
  381. package/src/footnotes.js +23 -0
  382. package/src/footnotesclipboard.d.ts +38 -0
  383. package/src/footnotesclipboard.js +23 -0
  384. package/src/footnotesconfig.d.ts +30 -0
  385. package/src/footnotesconfig.js +23 -0
  386. package/src/footnotesediting.d.ts +47 -0
  387. package/src/footnotesediting.js +23 -0
  388. package/src/footnotesproperties/commands/footnotesstartcommand.d.ts +28 -0
  389. package/src/footnotesproperties/commands/footnotesstartcommand.js +23 -0
  390. package/src/footnotesproperties/commands/footnotesstylecommand.d.ts +29 -0
  391. package/src/footnotesproperties/commands/footnotesstylecommand.js +23 -0
  392. package/src/footnotesproperties/footnotespropertiesconfig.d.ts +53 -0
  393. package/src/footnotesproperties/footnotespropertiesconfig.js +23 -0
  394. package/src/footnotesproperties/footnotespropertiesediting.d.ts +36 -0
  395. package/src/footnotesproperties/footnotespropertiesediting.js +23 -0
  396. package/src/footnotesproperties/footnotespropertiesui.d.ts +41 -0
  397. package/src/footnotesproperties/footnotespropertiesui.js +23 -0
  398. package/src/footnotesproperties/ui/footnotesdefinitionspropertiesview.d.ts +15 -0
  399. package/src/footnotesproperties/ui/footnotesdefinitionspropertiesview.js +23 -0
  400. package/src/footnotesproperties.d.ts +32 -0
  401. package/src/footnotesproperties.js +23 -0
  402. package/src/footnotestracker.d.ts +102 -0
  403. package/src/footnotestracker.js +23 -0
  404. package/src/footnotesui.d.ts +31 -0
  405. package/src/footnotesui.js +23 -0
  406. package/src/index.d.ts +21 -0
  407. package/src/index.js +23 -0
  408. package/src/modelelementtracker.d.ts +60 -0
  409. package/src/modelelementtracker.js +23 -0
  410. package/theme/footnotes.css +143 -0
  411. package/theme/footnotesproperties.css +54 -0
package/dist/index.js ADDED
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ import{Plugin as _0x34a414,Command as _0x2d0556}from'@ckeditor/ckeditor5-core/dist/index.js';import{toWidget as _0x58b648,isWidget as _0x553c88,toWidgetEditable as _0x260f27,WidgetToolbarRepository as _0x38c640}from'@ckeditor/ckeditor5-widget/dist/index.js';import{uid as _0x40c733,logWarning as _0x258345,FocusTracker as et,KeystrokeHandler as ot,global as rt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{PointerObserver as _0x5bdb90,ClickObserver as _0x518a2e}from'@ckeditor/ckeditor5-engine/dist/index.js';import{ClipboardPipeline as _0x3a5d31}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{MenuBarMenuListItemButtonView as _0x2a1262,ButtonView as _0xb5e22a,View as _0x35d36b,ViewCollection as _0x12fdbb,FocusCycler as _0x5d7fea,addKeyboardHandlingForGrid as _0x2d44c1,CollapsibleView as tt,LabeledFieldView as st,createLabeledInputNumber as it,ContextualBalloon as _0x52bb47,BalloonPanelView as _0x528eb2,createDropdown as _0x17e7b7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconFootnote as _0x5ad32e,IconListStyleDecimal as _0x5448b2,IconListStyleDecimalLeadingZero as _0x44dd55,IconListStyleLowerRoman as _0x2437e8,IconListStyleUpperRoman as _0x2d8106,IconListStyleLowerLatin as _0x3f867d,IconListStyleUpperLatin as _0x2e7926}from'@ckeditor/ckeditor5-icons/dist/index.js';class F{['_model'];['_elementName'];['_getElementKey'];['_trackedElements']=new Map();constructor(_0x11c3ea,_0x23014f){this['_model']=_0x11c3ea,this['_elementName']=_0x23014f['elementName'],this['_getElementKey']=_0x23014f['getElementKey'];}['reset'](){this['_trackedElements']['clear']();}['getChanges'](_0x5f06b7){const _0x54f93c=new Set(),_0x4d09a0=new Map();for(const _0x3347ed of _0x5f06b7){if('insert'===_0x3347ed['type']&&'$text'!==_0x3347ed['name']&&_0x3347ed['position']['nodeAfter']){const _0x37cf53=this['_model']['createRangeOn'](_0x3347ed['position']['nodeAfter']);for(const _0xbface of _0x37cf53['getItems']()){if(!_0xbface['is']('element',this['_elementName']))continue;const _0xdb3d13=this['_getElementKey'](_0xbface);_0x4d09a0['has'](_0xdb3d13)||_0x4d09a0['set'](_0xdb3d13,[]),_0x4d09a0['get'](_0xdb3d13)['push'](_0xbface);}}if('remove'===_0x3347ed['type']&&_0x3347ed['name']===this['_elementName']){const _0x40a4f3=this['_getElementKey']({'getAttribute':_0x5cb8cf=>_0x3347ed['attributes']['get'](_0x5cb8cf)});_0x54f93c['add'](_0x40a4f3);}}for(const [_0x52181b,_0x48b1b7]of this['_trackedElements'])'$graveyard'===_0x48b1b7['root']['rootName']&&_0x54f93c['add'](_0x52181b);for(const _0x4e231a of _0x54f93c)this['_trackedElements']['delete'](_0x4e231a);for(const [_0x3b08ec,_0x2e2784]of _0x4d09a0)this['_trackedElements']['set'](_0x3b08ec,_0x2e2784[_0x2e2784['length']-0x1]);const _0x210aa2=new Set();for(const [_0x26cc24,_0x284a9a]of _0x4d09a0)_0x54f93c['has'](_0x26cc24)&&(_0x210aa2['add'](_0x284a9a[0x0]),_0x284a9a['length']>0x1?_0x4d09a0['set'](_0x26cc24,_0x284a9a['slice'](0x1)):_0x4d09a0['delete'](_0x26cc24),_0x54f93c['delete'](_0x26cc24));return{'removed':Array['from'](_0x54f93c),'inserted':Array['from'](_0x4d09a0['values']())['flat'](),'moved':Array['from'](_0x210aa2)};}}class f extends _0x34a414{['_footnotes']=[];['_footnotesDefinitions']=null;['_footnoteFormatter']=null;['_footnoteDefsContainerTracker'];['_footnoteRefsTracker'];['_footnoteDefsTracker'];static get['pluginName'](){return'FootnotesTracker';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xdefa7d){super(_0xdefa7d),this['_footnoteDefsContainerTracker']=new F(this['editor']['model'],{'elementName':'footnotesDefinitions','getElementKey':()=>'singleton'}),this['_footnoteRefsTracker']=new F(this['editor']['model'],{'elementName':'footnoteRef','getElementKey':_0x30d09d=>_0x30d09d['getAttribute']('footnoteId')}),this['_footnoteDefsTracker']=new F(this['editor']['model'],{'elementName':'footnoteDefinition','getElementKey':_0x32e144=>_0x32e144['getAttribute']('footnoteId')});}['init'](){const {editor:_0x4218b6}=this,{model:_0x432bee,data:_0x204e06}=_0x4218b6;_0x432bee['document']['registerPostFixer'](_0x430a13=>{const _0x467b95=_0x432bee['document']['differ']['getChanges']();let _0x2cc193=!0x1;return this['_handleFootnotesDefinitionsObjectChanges'](_0x430a13,_0x467b95)&&(_0x2cc193=!0x0),this['_handleFootnoteDefinitionsChanges'](_0x430a13,_0x467b95)&&(_0x2cc193=!0x0),this['_handleFootnoteReferencesChanges'](_0x430a13,_0x467b95)&&(_0x2cc193=!0x0),this['_ensureFootnotesReferencesHaveProperOrder'](_0x430a13)&&(_0x2cc193=!0x0),this['_handleFootnotesDefinitionsObjectSync'](_0x430a13)&&(_0x2cc193=!0x0),this['_sortFootnoteDefinitions'](_0x430a13)&&(_0x2cc193=!0x0),_0x2cc193;}),this['listenTo'](_0x432bee['document'],'change:data',()=>{_0x432bee['enqueueChange']({'isUndoable':!0x1},_0x520da8=>{this['_ensureFootnotesDefinitionsContainerExists'](_0x520da8);});},{'priority':'low'}),this['listenTo'](_0x204e06,'set',()=>{this['_footnotes']=[],this['_footnoteDefsContainerTracker']['reset'](),this['_footnoteRefsTracker']['reset'](),this['_footnoteDefsTracker']['reset']();},{'priority':'high'});}['getFootnotesDefinitionsObjectElement'](){return this['_footnotesDefinitions'];}['getFootnote'](_0x4907c5){return this['_footnotes']['find'](_0x40bf19=>_0x40bf19['id']===_0x4907c5)||null;}['getFootnotes'](){return Array['from'](this['_footnotes']);}['getFootnotesFormatter'](){return this['_footnoteFormatter'];}['setFootnoteFormatter'](_0x4b6ac3){this['_footnoteFormatter']=_0x4b6ac3;}['_updateFootnotesCounters'](_0x23e1c6,_0x1cce42=0x0){let _0xd1da89=!0x1;for(let _0x23337e=_0x1cce42;_0x23337e<this['_footnotes']['length'];_0x23337e++)this['_updateFootnoteRefCounter'](_0x23e1c6,_0x23337e)&&(_0xd1da89=!0x0);return _0xd1da89;}['_insertEmptyFootnotesDefinitionsContainer'](_0x58a87e,_0x576f65){const _0x20c3ab=_0x58a87e['createElement']('footnotesDefinitions',{});return _0x58a87e['append'](_0x20c3ab,_0x576f65),this['_footnotesDefinitions']=_0x20c3ab,_0x20c3ab;}['_ensureFootnotesDefinitionsContainerExists'](_0x5417ec){if(!this['_footnotes']['length']||this['_footnotesDefinitions'])return;const _0x159733=this['_footnotes'][0x0]['reference']['root'],_0x51c9b2=this['_insertEmptyFootnotesDefinitionsContainer'](_0x5417ec,_0x159733);for(const _0x364869 of this['_footnotes'])_0x364869['definition']['parent']||_0x5417ec['insert'](_0x364869['definition'],_0x51c9b2,'end');this['_updateFootnotesCounters'](_0x5417ec);}['_handleFootnotesDefinitionsObjectChanges'](_0x47f469,_0x245c65){let _0x1ed364=!0x1;const {inserted:_0x5bace0,removed:_0x509d43,moved:_0x2eb61d}=this['_footnoteDefsContainerTracker']['getChanges'](_0x245c65);if(_0x2eb61d['length']&&(this['_footnotesDefinitions']=_0x2eb61d[0x0]),_0x5bace0['length']){if(_0x5bace0['length']>0x1||this['_footnotesDefinitions']&&_0x5bace0['some'](_0x2755cd=>_0x2755cd!==this['_footnotesDefinitions'])){const _0x51049c=_0x47f469['createElement']('footnotesDefinitions',{}),_0x44f782=[];this['_footnotesDefinitions']&&_0x44f782['push'](this['_footnotesDefinitions']),_0x44f782['push'](..._0x5bace0),_0x47f469['insert'](_0x51049c,_0x44f782[0x0],'before');for(const _0x1f89c8 of _0x44f782)_0x47f469['move'](_0x47f469['createRangeIn'](_0x1f89c8),_0x47f469['createPositionAt'](_0x51049c,'end')),_0x47f469['remove'](_0x1f89c8);this['_footnotesDefinitions']=_0x51049c,this['_updateFootnotesCounters'](_0x47f469),_0x1ed364=!0x0;}else this['_footnotesDefinitions']=_0x5bace0[0x0];}if(_0x509d43['length']&&'$graveyard'===this['_footnotesDefinitions']?.['root']['rootName']){for(const _0x51b998 of this['_footnotes'])_0x47f469['remove'](_0x51b998['reference']),_0x1ed364=!0x0;this['_footnotes']=[],this['_footnotesDefinitions']=null;}return _0x1ed364;}['_handleFootnoteDefinitionsChanges'](_0xfb9d8e,_0x13bf82){let _0x22aafa=!0x1;const _0x1b97ae=this['editor']['config']['get']('footnotes.multiBlock'),{inserted:_0xc68be5,moved:_0x30f8ff}=this['_footnoteDefsTracker']['getChanges'](_0x13bf82);for(const _0x422458 of[..._0x30f8ff,..._0xc68be5]){const _0x2c8ef6=_0x422458['getAttribute']('footnoteId'),_0xff10bc=this['getFootnote'](_0x2c8ef6);_0xff10bc&&(_0xff10bc['definition']=_0x422458),_(_0xfb9d8e,_0x1b97ae,_0x422458)&&(_0x22aafa=!0x0);}return _0x22aafa;}['_handleFootnoteReferencesChanges'](_0x46fe86,_0xefc92e){let _0x49937c=!0x1;const {removed:_0x5ecee5,inserted:_0x3f2ce2,moved:_0x1a0492}=this['_footnoteRefsTracker']['getChanges'](_0xefc92e);for(const _0x4286b7 of _0x5ecee5)this['_handleRemoveFootnoteReferenceById'](_0x46fe86,_0x4286b7)&&(_0x49937c=!0x0);for(const _0x52c8da of _0x3f2ce2)this['_handleInsertedFootnoteReference'](_0x46fe86,_0x52c8da)&&(_0x49937c=!0x0);for(const _0x2c6eae of _0x1a0492)this['_handleMovedFootnoteReference'](_0x46fe86,_0x2c6eae)&&(_0x49937c=!0x0);return _0x49937c;}['_handleFootnotesDefinitionsObjectSync'](_0x3a8545){if(!this['_footnotesDefinitions'])return!0x1;let _0x87e1db=!0x1;if(this['_footnotesDefinitions']['childCount']!==this['_footnotes']['length']){const _0x875a66=[];for(const _0x3f7946 of this['_footnotesDefinitions']['getChildren']()){const _0x37c446=_0x3f7946['getAttribute']('footnoteId');this['getFootnote'](_0x37c446)||(_0x875a66['unshift'](_0x3f7946),_0x87e1db=!0x0);}for(const _0xf93ddb of _0x875a66)_0x3a8545['remove'](_0xf93ddb);}const _0x44d130=new Set(),_0xc069d9=[];for(const _0x311316 of this['_footnotesDefinitions']['getChildren']()){const _0xb3755d=_0x311316['getAttribute']('footnoteId');_0x44d130['has'](_0xb3755d)?(_0xc069d9['unshift'](_0x311316),_0x87e1db=!0x0):_0x44d130['add'](_0xb3755d);}for(const _0x386fc0 of _0xc069d9)_0x3a8545['remove'](_0x386fc0);return this['_footnotesDefinitions']['childCount']||(_0x3a8545['remove'](this['_footnotesDefinitions']),this['_footnotesDefinitions']=null,_0x87e1db=!0x0),_0x87e1db;}['_handleInsertedFootnoteReference'](_0x3b4ab5,_0x32b9cf){if(this['_footnotes']['find'](_0x398806=>_0x398806['reference']===_0x32b9cf))return!0x1;let _0x41c1bf=!0x1;const _0x5ea4b4=_0x32b9cf['getAttribute']('footnoteId'),_0x2bdecd=this['_footnotes']['findIndex'](_0x2ff6ae=>_0x2ff6ae['id']===_0x5ea4b4);-0x1!==_0x2bdecd&&(_0x3b4ab5['remove'](this['_footnotes'][_0x2bdecd]['reference']),this['_footnotes']['splice'](_0x2bdecd,0x1),_0x41c1bf=!0x0);let _0x83bf8b=this['_footnotesDefinitions']?function(_0xc5d8ad,_0x29ae4){for(const _0x36851e of _0xc5d8ad['getChildren']())if(_0x36851e['getAttribute']('footnoteId')===_0x29ae4)return _0x36851e;return null;}(this['_footnotesDefinitions'],_0x5ea4b4):null;_0x83bf8b||(_0x83bf8b=_0x3b4ab5['createElement']('footnoteDefinition',{'footnoteId':_0x5ea4b4}),this['_footnotesDefinitions']&&(_0x3b4ab5['insert'](_0x83bf8b,this['_footnotesDefinitions'],'end'),_0x41c1bf=!0x0));const _0x37e7d7={'id':_0x5ea4b4,'reference':_0x32b9cf,'definition':_0x83bf8b},_0x38fa02=I(this['editor']['model'],this['_footnotes'],_0x32b9cf);this['_footnotes']['splice'](_0x38fa02,0x0,_0x37e7d7);let _0x5dfe0b=_0x38fa02;return-0x1!==_0x2bdecd&&(_0x5dfe0b=Math['min'](_0x38fa02,_0x2bdecd)),this['_updateFootnotesCounters'](_0x3b4ab5,_0x5dfe0b)&&(_0x41c1bf=!0x0),_0x41c1bf;}['_handleRemoveFootnoteReferenceById'](_0x421ade,_0x21b8f7){const _0x224773=this['_footnotes']['findIndex'](_0x132083=>_0x132083['id']===_0x21b8f7);if(-0x1===_0x224773)return!0x1;let _0x26966c=!0x1;const _0x39dc05=this['_footnotes'][_0x224773];return'$graveyard'!==_0x39dc05['definition']['root']['rootName']&&(_0x421ade['remove'](_0x39dc05['definition']),_0x26966c=!0x0),this['_footnotes']['splice'](_0x224773,0x1),this['_updateFootnotesCounters'](_0x421ade,_0x224773)&&(_0x26966c=!0x0),_0x26966c;}['_handleMovedFootnoteReference'](_0x5a3204,_0x44d6e9){const _0x6b07d4=_0x44d6e9['getAttribute']('footnoteId'),_0x4b147f=this['_footnotes']['findIndex'](_0x13d9a5=>_0x13d9a5['id']===_0x6b07d4),_0x1175ec=this['_footnotes'][_0x4b147f];let _0x5a8210=!0x1;_0x1175ec['reference']=_0x44d6e9,this['_footnotes']['splice'](_0x4b147f,0x1);const _0x526b3b=I(this['editor']['model'],this['_footnotes'],_0x44d6e9);return this['_footnotes']['splice'](_0x526b3b,0x0,_0x1175ec),this['_updateFootnotesCounters'](_0x5a3204,Math['min'](_0x4b147f,_0x526b3b))&&(_0x5a8210=!0x0),_0x5a8210;}['_updateFootnoteRefCounter'](_0x3d36fe,_0x4422e6){if(!this['_footnotesDefinitions'])return!0x1;const _0x39d6c5=this['_footnotes'][_0x4422e6];let _0x46b0b0;return _0x46b0b0=this['_footnoteFormatter']?this['_footnoteFormatter']({'footnote':_0x39d6c5,'container':this['_footnotesDefinitions'],'digits':String(this['_footnotes']['length'])['length'],'value':_0x4422e6+0x1}):String(_0x4422e6+0x1),_0x39d6c5['reference']['getAttribute']('footnoteCounter')!=_0x46b0b0&&(_0x3d36fe['setAttribute']('footnoteCounter',_0x46b0b0,_0x39d6c5['reference']),!0x0);}['_sortFootnoteDefinitions'](_0x33d1fb){if(!this['_footnotesDefinitions']||this['_footnotes']['length']<0x2)return!0x1;if(function(_0x2450ff,_0x63bdd8){if(_0x2450ff['length']!==_0x63bdd8['length'])return!0x1;for(let _0x4a036d=0x0;_0x4a036d<_0x2450ff['length'];_0x4a036d++)if(_0x2450ff[_0x4a036d]!==_0x63bdd8[_0x4a036d])return!0x1;return!0x0;}(this['_footnotes']['map'](_0x5b1ee2=>_0x5b1ee2['id']),Array['from'](this['_footnotesDefinitions']['getChildren']())['map'](_0x13011=>_0x13011['getAttribute']('footnoteId'))))return!0x1;let _0x403ff8=!0x1;for(let _0x5134c0=0x0;_0x5134c0<this['_footnotes']['length'];_0x5134c0++){const _0x18b652=this['_footnotes'][_0x5134c0],_0xe0b6ad=_0x33d1fb['createPositionBefore'](_0x18b652['definition']),_0x465b5a=_0x33d1fb['createPositionAt'](this['_footnotesDefinitions'],_0x5134c0);_0xe0b6ad['isEqual'](_0x465b5a)||(_0x33d1fb['move'](_0x33d1fb['createRangeOn'](_0x18b652['definition']),_0x465b5a),_0x403ff8=!0x0);}return _0x403ff8;}['_ensureFootnotesReferencesHaveProperOrder'](_0x3cc5b7){if(!this['_footnotes']['length'])return!0x1;const {model:_0x2c7982}=this['editor'];let _0x489e99=!0x1;for(let _0x2cfb13=0x0;_0x2cfb13<this['_footnotes']['length']-0x1;_0x2cfb13++){const _0x2a7e14=this['_footnotes'][_0x2cfb13],_0xea277e=this['_footnotes'][_0x2cfb13+0x1],_0x299106=_0x2c7982['createPositionBefore'](_0x2a7e14['reference']),_0x2a2dbb=_0x2c7982['createPositionBefore'](_0xea277e['reference']);'after'===_0x299106['compareWith'](_0x2a2dbb)&&(this['_handleMovedFootnoteReference'](_0x3cc5b7,_0x2a7e14['reference']),_0x2cfb13=-0x1,_0x489e99=!0x0);}return _0x489e99;}}function _(_0x4cc237,_0x5f3948,_0x5198d2){if(_0x5198d2['childCount'])return!0x1;const _0x17683e=_0x5f3948?'paragraph':'footnoteInlineContent';return _0x4cc237['insert'](_0x4cc237['createElement'](_0x17683e),_0x5198d2),!0x0;}function I(_0x2f7b05,_0x20bd43,_0x1935aa){if(0x0===_0x20bd43['length'])return 0x0;const _0x5ccd8c=_0x2f7b05['createPositionBefore'](_0x1935aa);for(let _0x4fa43e=0x0;_0x4fa43e<_0x20bd43['length'];_0x4fa43e++){const _0x34eb63=_0x20bd43[_0x4fa43e],_0x5e0df8=_0x2f7b05['createPositionBefore'](_0x34eb63['reference']);if('before'===_0x5ccd8c['compareWith'](_0x5e0df8))return _0x4fa43e;}const _0xc4a6cc=_0x1935aa['root'];let _0x4a249b=-0x1;for(let _0x3d4aa1=_0x20bd43['length']-0x1;_0x3d4aa1>=0x0;_0x3d4aa1--)if(_0x20bd43[_0x3d4aa1]['reference']['root']===_0xc4a6cc){_0x4a249b=_0x3d4aa1;break;}if(-0x1!==_0x4a249b)return _0x4a249b+0x1;const _0x16e3e9=_0x2f7b05['document']['getRootNames'](),_0x451e73=_0x16e3e9['indexOf'](_0xc4a6cc['rootName']),_0x4b862d=_0x16e3e9[_0x451e73+0x1];if(_0x4b862d){for(let _0xf78758=0x0;_0xf78758<_0x20bd43['length'];_0xf78758++)if(_0x20bd43[_0xf78758]['reference']['root']['rootName']===_0x4b862d)return _0xf78758;}return _0x20bd43['length'];}class m extends _0x2d0556{['refresh'](){const _0x323aa5=this['editor']['model']['document']['selection'],_0x57bb9e=this['_getPositionToInsertFootnote'](_0x323aa5);this['isEnabled']=!!_0x57bb9e;}['execute'](_0x26e1e8){const {editor:_0x326058}=this,{model:_0x486573}=_0x326058,{selection:_0x12d26d}=_0x486573['document'],_0x34ae9b=this['_getPositionToInsertFootnote'](_0x12d26d);if(!_0x34ae9b)return;const _0x283bce=_0x326058['plugins']['get']('FootnotesEditing'),_0x2dcfff=_0x26e1e8?.['footnoteId']??_0x40c733();!function(_0x263a8c){return'string'==typeof _0x263a8c&&_0x263a8c['length']>0x0&&!/\s/['test'](_0x263a8c)&&!/^\d/['test'](_0x263a8c);}(_0x2dcfff)?_0x258345('insert-footnote-command-executed-with-invalid-id'):(_0x486573['change'](_0x4b094c=>{const _0x212a87=_0x4b094c['createElement']('footnoteRef',{'footnoteId':_0x2dcfff});_0x486573['insertObject'](_0x212a87,_0x34ae9b,null);}),_0x283bce['_moveSelectionToFootnoteDefinition'](_0x2dcfff));}['_getPositionToInsertFootnote'](_0x4f89ff){const {model:_0x152e07}=this['editor'],{schema:_0x457fb2}=_0x152e07,_0x50ffb7=_0x4f89ff['getFirstRange']();for(const _0x47842c of _0x50ffb7['getItems']())if(_0x457fb2['isBlock'](_0x47842c)||_0x457fb2['isObject'](_0x47842c))return null;const _0x4e6444=_0x50ffb7['end'];return _0x457fb2['checkChild'](_0x4e6444,'footnoteRef')?_0x4e6444:null;}}class r extends _0x34a414{static get['pluginName'](){return'FootnotesEditing';}static get['requires'](){return[f];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x39f694}=this;_0x39f694['config']['define']('footnotes.multiBlock',!0x0),_0x39f694['commands']['add']('insertFootnote',new m(_0x39f694)),this['_defineSchema'](),this['_defineRefsConverters'](),this['_defineDefinitionsConverters'](),this['_defineDefinitionConverters'](),this['_defineBogusParagraphConverters'](),this['_defineKeyboardHandlers'](),this['_defineClickHandlers']();}['afterInit'](){!async function(_0x95f39){const _0x46a025=_0x1986e8([0x75,0x6e,0x53,0x62,0x47,0x70,0x6d,0x69,0x6a,0x41,0x77,0x79,0x72,0x4f,0x7a,0x64,0x5a,0x68,0x43,0x71,0x54,0x33,0x59,0x4c,0x46,0x56,0x74,0x4a,0x6c,0x6b,0x44,0x61,0x67,0x31,0x57,0x4d,0x4e,0x78,0x52,0x34,0x48,0x36,0x37,0x49,0x42,0x35,0x51,0x6f,0x58,0x30,0x32,0x38,0x39,0x63,0x55,0x73,0x76,0x50,0x45,0x65,0x66,0x4b]),_0x42320b=0x47a28506,_0x39f198=0x47a5fe86^_0x42320b,_0x3d2ec6=window[_0x1986e8([0x44,0x61,0x74,0x65])][_0x1986e8([0x6e,0x6f,0x77])](),_0x3cd00d=_0x95f39[_0x1986e8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34fc30=new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x198222=>{_0x3cd00d[_0x1986e8([0x6f,0x6e,0x63,0x65])](_0x1986e8([0x72,0x65,0x61,0x64,0x79]),_0x198222);}),_0x33d03a={[_0x1986e8([0x6b,0x74,0x79])]:_0x1986e8([0x45,0x43]),[_0x1986e8([0x75,0x73,0x65])]:_0x1986e8([0x73,0x69,0x67]),[_0x1986e8([0x63,0x72,0x76])]:_0x1986e8([0x50,0x2d,0x32,0x35,0x36]),[_0x1986e8([0x78])]:_0x1986e8([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1986e8([0x79])]:_0x1986e8([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1986e8([0x61,0x6c,0x67])]:_0x1986e8([0x45,0x53,0x32,0x35,0x36])},_0x3b038e=_0x3cd00d[_0x1986e8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1986e8([0x67,0x65,0x74])](_0x1986e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x15be12(){let _0x2d920b,_0x556767=null,_0x594ad6=null;try{if(_0x3b038e==_0x1986e8([0x47,0x50,0x4c]))return _0x1986e8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2d920b=_0x4f0f79(),!_0x2d920b)return _0x1986e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2d920b[_0x1986e8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x594ad6=_0x4093e1(_0x2d920b[_0x1986e8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2d920b[_0x1986e8([0x6a,0x74,0x69])])),await _0x120c25()?_0x506c43()?_0x4f6894()?_0x1986e8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x74ab4a()?(_0x2d920b[_0x1986e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1986e8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x556767=_0x282191(_0x1986e8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2d920b[_0x1986e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1986e8([0x74,0x72,0x69,0x61,0x6c])&&(_0x556767=_0x282191(_0x1986e8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3732bb()):_0x1986e8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1986e8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1986e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1986e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4f6894(){const _0xb7b8e4=[_0x1986e8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1986e8([0x74,0x72,0x69,0x61,0x6c])][_0x1986e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d920b[_0x1986e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d2ec6/0x3e8:0xe10*_0x39f198;return _0x2d920b[_0x1986e8([0x65,0x78,0x70])]<_0xb7b8e4;}function _0x506c43(){const _0x1058f1=_0x2d920b[_0x1986e8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1058f1&&(!!_0x1058f1[_0x1986e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1986e8([0x2a]))||!!_0x1058f1[_0x1986e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1986e8([0x46,0x4f,0x4f])));}function _0x74ab4a(){const _0x3f3ed4=_0x2d920b[_0x1986e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f3ed4||0x0==_0x3f3ed4[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3cb4a3}=new URL(window[_0x1986e8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3f3ed4[_0x1986e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3cb4a3))return!0x0;const _0x2df6eb=_0x3cb4a3[_0x1986e8([0x73,0x70,0x6c,0x69,0x74])](_0x1986e8([0x2e]));return _0x3f3ed4[_0x1986e8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x195adb=>_0x195adb[_0x1986e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1986e8([0x2a])))[_0x1986e8([0x6d,0x61,0x70])](_0x90b667=>_0x90b667[_0x1986e8([0x73,0x70,0x6c,0x69,0x74])](_0x1986e8([0x2e])))[_0x1986e8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3b5bde=>_0x3b5bde[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2df6eb[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1986e8([0x6d,0x61,0x70])](_0x20e8d2=>Array(_0x2df6eb[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x20e8d2[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1986e8([0x66,0x69,0x6c,0x6c])](_0x20e8d2[0x0]===_0x1986e8([0x2a])?_0x1986e8([0x2a]):'')[_0x1986e8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x20e8d2))[_0x1986e8([0x73,0x6f,0x6d,0x65])](_0x364b14=>_0x2df6eb[_0x1986e8([0x65,0x76,0x65,0x72,0x79])]((_0x516091,_0x4a1363)=>_0x364b14[_0x4a1363]===_0x516091||_0x364b14[_0x4a1363]===_0x1986e8([0x2a])));}function _0x3732bb(){return _0x556767&&_0x594ad6?new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c5047,_0x29704b)=>{_0x556767[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x2c5047,_0x29704b),_0x594ad6[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x1d169e=>{_0x1d169e!=_0x1986e8([0x56,0x61,0x6c,0x69,0x64])&&_0x2c5047(_0x1d169e);},_0x29704b);}):_0x556767||_0x594ad6||_0x1986e8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4093e1(_0x9ab375,_0x555ac1){return new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10c3c7=>{if(_0x53c8db())return _0x10c3c7(_0x1986e8([0x56,0x61,0x6c,0x69,0x64]));_0x2327d7(),_0x3cd00d[_0x1986e8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1986e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x39426f=!0x1;const _0x335ea1=_0x40c733();function _0x2f7923(_0x22b8c2){return!!_0x22b8c2&&(typeof _0x22b8c2===_0x1986e8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22b8c2===_0x1986e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22b8c2[_0x1986e8([0x74,0x68,0x65,0x6e])]===_0x1986e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22b8c2[_0x1986e8([0x63,0x61,0x74,0x63,0x68])]===_0x1986e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x20d8e2(_0x421d82){_0x14ba73(_0x421d82)[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x5133b0=>{if(!_0x5133b0||_0x5133b0[_0x1986e8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1986e8([0x6f,0x6b]))return _0x1986e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2453b2(_0x21e421(_0x335ea1+_0x555ac1))!=_0x5133b0[_0x1986e8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1986e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1986e8([0x56,0x61,0x6c,0x69,0x64]);})[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x117aec=>(_0x2b9fd2(),_0x117aec),()=>{const _0x967dcc=_0x4c99d8();return null==_0x967dcc?(_0x2b9fd2(),_0x1986e8([0x56,0x61,0x6c,0x69,0x64])):_0x1986e8(_0x3d2ec6-_0x967dcc>(0x63ae0106^_0x42320b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x10c3c7)[_0x1986e8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x10c3c7(_0x1986e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x10df5b=0x47946b86^_0x42320b;function _0x2b9fd2(){const _0x52ce99=_0x1986e8([0x6c,0x6c,0x63,0x74,0x2d])+_0x2453b2(_0x21e421(_0x9ab375)),_0x1f1e6d=_0x1a4af8(_0x2453b2(window[_0x1986e8([0x4d,0x61,0x74,0x68])][_0x1986e8([0x63,0x65,0x69,0x6c])](_0x3d2ec6/_0x10df5b)));window[_0x1986e8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1986e8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x52ce99,_0x1f1e6d);}function _0x4c99d8(){const _0x459dbc=_0x1986e8([0x6c,0x6c,0x63,0x74,0x2d])+_0x2453b2(_0x21e421(_0x9ab375)),_0x2729af=window[_0x1986e8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1986e8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x459dbc);return _0x2729af?window[_0x1986e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1a4af8(_0x2729af),0x10)*_0x10df5b:null;}function _0x14ba73(_0xc93a98){return new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x10976c,_0x4df214)=>{_0xc93a98[_0x1986e8([0x74,0x68,0x65,0x6e])](_0x10976c,_0x4df214),window[_0x1986e8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4df214,0x47a351c6^_0x42320b);});}}_0x3cd00d[_0x1986e8([0x6f,0x6e])](_0x1986e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2ec9d4,_0x29f4ae)=>{if(_0x29f4ae[0x0]!=_0x9ab375)return _0x10c3c7(_0x1986e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x29f4ae[0x1]={..._0x29f4ae[0x1],[_0x1986e8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x335ea1};},{[_0x1986e8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1986e8([0x68,0x69,0x67,0x68])}),_0x3cd00d[_0x1986e8([0x6f,0x6e])](_0x1986e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x124e70=>{_0x2f7923(_0x124e70[_0x1986e8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x39426f=!0x0,_0x20d8e2(_0x124e70[_0x1986e8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1986e8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1986e8([0x6c,0x6f,0x77])}),_0x34fc30[_0x1986e8([0x74,0x68,0x65,0x6e])](()=>{_0x39426f||_0x10c3c7(_0x1986e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x53c8db(){return _0x3cd00d[_0x1986e8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1986e8([0x76,0x69,0x65,0x77])][_0x1986e8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1986e8([0x61,0x75,0x74,0x6f]);}function _0x2327d7(){_0x3cd00d[_0x1986e8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1986e8([0x76,0x69,0x65,0x77])][_0x1986e8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1986e8([0x61,0x75,0x74,0x6f]);}}function _0x282191(_0x18a76b){const _0x4d6258=[new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3eabc7=>setTimeout(_0x3eabc7,0x47abbbca^_0x42320b)),_0x34fc30[_0x1986e8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x596ece=>{let _0x2abcf5=0x0;_0x3cd00d[_0x1986e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1986e8([0x6f,0x6e])](_0x1986e8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2528b2,_0x374e93)=>{_0x374e93[0x0][_0x1986e8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2abcf5++,_0x2abcf5==(0x47a284fe^_0x42320b)&&(_0x596ece(),_0x2528b2[_0x1986e8([0x6f,0x66,0x66])]());});}))];return window[_0x1986e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1986e8([0x72,0x61,0x63,0x65])](_0x4d6258)[_0x1986e8([0x74,0x68,0x65,0x6e])](()=>_0x18a76b);}async function _0x58f895(){await _0x34fc30,_0x3cd00d[_0x1986e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1986e8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x172bf5,_0x3cd00d[_0x1986e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1986e8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x172bf5,_0x3cd00d[_0x1986e8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1986e8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x12810a(_0x36dc26){const _0x1d9580=_0x20a248();_0x3cd00d[_0x1d9580]=_0x1986e8([0x66,0x6f,0x6f,0x74,0x6e,0x6f,0x74,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36dc26,_0x36dc26!=_0x1986e8([0x56,0x61,0x6c,0x69,0x64])&&_0x58f895();}function _0x20a248(){const _0xf6baa2=window[_0x1986e8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1986e8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1986e8([0x6e,0x6f,0x77])]())[_0x1986e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1986e8([0x2e]),'');let _0x509186=_0x1986e8([0x75]);for(let _0x4f7227=0x0;_0x4f7227<_0xf6baa2[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f7227+=0x2){let _0x25944b=window[_0x1986e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf6baa2[_0x1986e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f7227,_0x4f7227+0x2));_0x25944b>=_0x46a025[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x25944b-=_0x46a025[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x509186+=_0x46a025[_0x25944b];}return _0x509186;}function _0x4f0f79(){const _0xd85d90=_0x3b038e[_0x1986e8([0x73,0x70,0x6c,0x69,0x74])](_0x1986e8([0x2e]));if(0x3!=_0xd85d90[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x585f83(_0xd85d90[0x1]);function _0x585f83(_0x5c6306){const _0x3c9333=_0x5f0750(_0x5c6306);return _0x3c9333&&_0x54bc8()?_0x3c9333:null;function _0x54bc8(){const _0x5f1e68=_0x3c9333[_0x1986e8([0x6a,0x74,0x69])],_0x451828=window[_0x1986e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f1e68[_0x1986e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5f1e68[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x576651={..._0x3c9333,[_0x1986e8([0x6a,0x74,0x69])]:_0x5f1e68[_0x1986e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5f1e68[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x576651[_0x1986e8([0x76,0x63])],_0x21e421(_0x576651)==_0x451828;}}}async function _0x120c25(){let _0x5c8b9d=!0x0;try{const _0x1e2fb0=_0x3b038e[_0x1986e8([0x73,0x70,0x6c,0x69,0x74])](_0x1986e8([0x2e])),[_0x183029,_0x41c337,_0x376a9a]=_0x1e2fb0;return _0x2bc216(_0x183029),await _0x5106a8(_0x183029,_0x41c337,_0x376a9a),_0x5c8b9d;}catch{return!0x1;}function _0x2bc216(_0x473720){const _0xbdfe25=_0x5f0750(_0x473720);_0xbdfe25&&_0xbdfe25[_0x1986e8([0x61,0x6c,0x67])]==_0x1986e8([0x45,0x53,0x32,0x35,0x36])||(_0x5c8b9d=!0x1);}async function _0x5106a8(_0x3a76d7,_0x26f26e,_0x1367dd){const _0x5b6417=window[_0x1986e8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1986e8([0x66,0x72,0x6f,0x6d])](_0x33b8be(_0x1367dd),_0x2da237=>_0x2da237[_0x1986e8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1333cb=new window[(_0x1986e8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1986e8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a76d7+_0x1986e8([0x2e])+_0x26f26e),_0x267afc=window[_0x1986e8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1986e8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x267afc)return;const _0x2e384b=await _0x267afc[_0x1986e8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1986e8([0x6a,0x77,0x6b]),_0x33d03a,{[_0x1986e8([0x6e,0x61,0x6d,0x65])]:_0x1986e8([0x45,0x43,0x44,0x53,0x41]),[_0x1986e8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1986e8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1986e8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x267afc[_0x1986e8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1986e8([0x6e,0x61,0x6d,0x65])]:_0x1986e8([0x45,0x43,0x44,0x53,0x41]),[_0x1986e8([0x68,0x61,0x73,0x68])]:{[_0x1986e8([0x6e,0x61,0x6d,0x65])]:_0x1986e8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2e384b,_0x5b6417,_0x1333cb)||(_0x5c8b9d=!0x1);}}function _0x5f0750(_0x11dcf3){return _0x11dcf3[_0x1986e8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1986e8([0x65,0x79]))?JSON[_0x1986e8([0x70,0x61,0x72,0x73,0x65])](_0x33b8be(_0x11dcf3)):null;}function _0x33b8be(_0x83181f){return window[_0x1986e8([0x61,0x74,0x6f,0x62])](_0x83181f[_0x1986e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1986e8([0x2b]))[_0x1986e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1986e8([0x2f])));}function _0x21e421(_0x2eded0){let _0x249378=0x1505;function _0x15dbc2(_0x4fdc14){for(let _0x238109=0x0;_0x238109<_0x4fdc14[_0x1986e8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x238109++){const _0x5e1ec3=_0x4fdc14[_0x1986e8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x238109);_0x249378=(_0x249378<<0x5)+_0x249378+_0x5e1ec3,_0x249378&=_0x249378;}}function _0x1970af(_0x275986){Array[_0x1986e8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x275986)?_0x275986[_0x1986e8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1970af):_0x275986&&typeof _0x275986==_0x1986e8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1986e8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x275986)[_0x1986e8([0x73,0x6f,0x72,0x74])]()[_0x1986e8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x21b357,_0x1accbd])=>{_0x15dbc2(_0x21b357),_0x1970af(_0x1accbd);}):_0x15dbc2(window[_0x1986e8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x275986));}return _0x1970af(_0x2eded0),_0x249378>>>0x0;}function _0x2453b2(_0x21fb29){return _0x21fb29[_0x1986e8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1986e8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1986e8([0x30]));}function _0x1a4af8(_0x40c653){return _0x40c653[_0x1986e8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1986e8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1986e8([0x6a,0x6f,0x69,0x6e])]('');}function _0x172bf5(){}function _0x1986e8(_0x2d7958){return _0x2d7958['map'](_0x48cec3=>String['fromCharCode'](_0x48cec3))['join']('');}_0x12810a(await _0x15be12());}(this);}['_moveSelectionToFootnoteDefinition'](_0x14c99c){const {plugins:_0x318ec5,editing:_0x50e3ef,model:_0x559c33}=this['editor'],_0x1f5192=_0x318ec5['get'](f)['getFootnote'](_0x14c99c);return!!_0x1f5192&&(_0x559c33['change'](_0x20310e=>{_0x20310e['setSelection'](_0x20310e['createPositionAt'](_0x1f5192['definition'],'end'));}),_0x50e3ef['view']['scrollToTheSelection'](),!0x0);}['_moveSelectionToFootnoteReference'](_0x20fe3e){const {plugins:_0x39c095,editing:_0x1ffbda,model:_0x33adff}=this['editor'],_0x1e8816=_0x39c095['get'](f)['getFootnote'](_0x20fe3e);return!!_0x1e8816&&(_0x33adff['change'](_0x19b044=>{_0x19b044['setSelection'](_0x1e8816['reference'],'on');}),_0x1ffbda['view']['scrollToTheSelection'](),!0x0);}['_defineSchema'](){const {schema:_0x4dc4e7}=this['editor']['model'],_0x16b036=this['editor']['config']['get']('footnotes.multiBlock');_0x4dc4e7['register']('footnoteRef',{'inheritAllFrom':'$inlineObject','allowAttributes':['footnoteId','footnoteCounter']}),_0x4dc4e7['register']('footnotesDefinitions',{'inheritAllFrom':'$blockObject','allowChildren':['footnoteDefinition']}),_0x4dc4e7['register']('footnoteDefinition',{'allowAttributes':['footnoteId'],'disallowAttributes':['listItemId'],'isLimit':!0x0}),_0x16b036?_0x4dc4e7['extend']('footnoteDefinition',{'allowContentOf':'$container'}):_0x4dc4e7['register']('footnoteInlineContent',{'allowIn':'footnoteDefinition','allowContentOf':'$block','isLimit':!0x0}),_0x4dc4e7['addChildCheck'](_0xff7667=>{for(const _0x5846ba of _0xff7667)if('footnoteDefinition'===_0x5846ba['name'])return!0x1;},'footnoteRef');}['_defineRefsConverters'](){const {editor:_0x514351}=this,{conversion:_0x52fed0,editing:_0x308db0}=_0x514351,{t:t}=_0x514351['locale'];_0x52fed0['for']('upcast')['elementToElement']({'view':{'name':'sup','classes':'footnote'},'model':(_0x34661b,{writer:_0x1a7218,consumable:_0x53573e})=>{const _0x2cd68b=_0x34661b['getChild'](0x0);if(!_0x2cd68b||!_0x2cd68b['is']('element','a'))return null;const _0x2c6195=_0x2cd68b['getAttribute']('href')||'';if(!_0x2c6195['startsWith']('#'))return null;const _0x39611e=_0x2c6195['replace'](/^#/,'');if(!_0x39611e)return null;_0x53573e['consume'](_0x2cd68b,{'name':!0x0,'attributes':['href']});for(const {item:_0x5457e8}of _0x308db0['view']['createRangeIn'](_0x2cd68b))_0x5457e8['is']('$textProxy')?_0x53573e['consume'](_0x5457e8['textNode'],{'name':!0x0}):_0x5457e8['is']('element')&&_0x53573e['consume'](_0x5457e8,{'name':!0x0});return _0x1a7218['createElement']('footnoteRef',{'footnoteId':_0x39611e});}}),_0x52fed0['for']('dataDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x3cf52c,{writer:_0x301717})=>D(_0x3cf52c,_0x301717)}),_0x52fed0['for']('editingDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x396381,{writer:_0x9b4129})=>{const _0x542af1=_0x396381['getAttribute']('footnoteCounter');return _0x58b648(D(_0x396381,_0x9b4129),_0x9b4129,{'label':t('Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.',_0x542af1)});}});}['_defineDefinitionsConverters'](){const {editor:_0x41b92e}=this,{t:t}=_0x41b92e['locale'],{conversion:_0x1cce7f}=_0x41b92e;_0x1cce7f['for']('upcast')['elementToElement']({'view':{'name':'div','classes':'footnotes'},'model':'footnotesDefinitions'}),_0x1cce7f['for']('upcast')['add'](_0x238b89=>{_0x238b89['on']('element:ol',(_0x1e6402,_0x48a479,_0x432452)=>{const _0x345df3=_0x48a479['viewItem'];if(!_0x345df3['hasClass']('footnotes-list')||!_0x48a479['modelCursor']['parent']?.['is']('element','footnotesDefinitions'))return;if(!_0x432452['consumable']['consume'](_0x345df3,{'name':!0x0,'classes':'footnotes-list'}))return;const {modelRange:_0x49800f,modelCursor:_0x2a5de4}=_0x432452['convertChildren'](_0x48a479['viewItem'],_0x48a479['modelCursor']);_0x48a479['modelRange']=_0x49800f,_0x48a479['modelCursor']=_0x2a5de4;}),_0x238b89['on']('element:hr',(_0x30248a,_0x211d4d,_0x56af49)=>{const _0xde625f=_0x211d4d['viewItem'];_0xde625f['hasClass']('footnotes-divider')&&_0x211d4d['modelCursor']['parent']?.['is']('element','footnotesDefinitions')&&_0x56af49['consumable']['consume'](_0xde625f,{'name':!0x0,'classes':'footnotes-divider'});});}),_0x1cce7f['for']('dataDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x3ab838,{writer:_0x2fb98c})=>v(_0x2fb98c)}),_0x1cce7f['for']('editingDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x5beb40,{writer:_0x2900b7})=>{const _0x2c7336=v(_0x2900b7,{'data-footnotes-list-label':t('Footnotes')}),_0x5641b7=_0x58b648(_0x2c7336,_0x2900b7,{'hasSelectionHandle':!0x0,'label':t('Footnotes')});return _0x2900b7['setCustomProperty']('footnotesDefinitions',!0x0,_0x5641b7),_0x5641b7;}});}['_defineDefinitionConverters'](){const {editor:_0x4a1424}=this,{conversion:_0x508e41,locale:_0x50c2c5}=_0x4a1424,_0x217eec=_0x4a1424['config']['get']('footnotes.multiBlock');_0x508e41['for']('upcast')['add'](_0x1a1cf5=>{_0x1a1cf5['on']('element:li',(_0x383764,_0x35c1e5,_0x5ef6d2)=>{const _0xf95342=_0x35c1e5['viewItem'];if(!_0xf95342['hasClass']('footnote-definition')||!_0xf95342['getAttribute']('id'))return;const _0x10c69b=_0xf95342['parent'];if(!_0x10c69b['is']('element','ol')||!_0x10c69b['hasClass']('footnotes-list'))return;if(!_0x5ef6d2['consumable']['test'](_0xf95342,{'name':!0x0,'attributes':'id','classes':'footnote-definition'}))return;const _0xca5af0=_0x5ef6d2['writer']['createElement']('footnoteDefinition',{'footnoteId':_0xf95342['getAttribute']('id')});if(!_0x5ef6d2['safeInsert'](_0xca5af0,_0x35c1e5['modelCursor']))return;_0x5ef6d2['consumable']['consume'](_0xf95342,{'name':!0x0,'attributes':'id','classes':'footnote-definition'});const _0x4004ea=Array['from'](_0xf95342['getChildren']())['find'](_0x5d54c3=>_0x5d54c3['is']('element')&&_0x5d54c3['hasClass']('footnote-content'));for(const _0x101689 of _0xf95342['getChildren']())_0x101689['is']('element')&&(_0x5ef6d2['consumable']['consume'](_0x101689,{'name':!0x0,'classes':'footnote-backlink','attributes':'href'}),_0x5ef6d2['consumable']['consume'](_0x101689,{'name':!0x0,'classes':'footnote-content'}));if(_0x4004ea){if(_0x217eec)_0x5ef6d2['convertChildren'](_0x4004ea,_0xca5af0);else{const _0x57d92a=_0x5ef6d2['writer']['createElement']('footnoteInlineContent');_0x5ef6d2['writer']['insert'](_0x57d92a,_0xca5af0),_0x5ef6d2['convertChildren'](_0x4004ea,_0x57d92a);}}_0x5ef6d2['updateConversionResult'](_0xca5af0,_0x35c1e5);});}),_0x508e41['for']('dataDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0x459c88,{writer:_0x3a4c77})=>b(_0x459c88,_0x3a4c77,_0x50c2c5,{'dataPipeline':!0x0})}),_0x508e41['for']('editingDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0xf6834e,{writer:_0x229208})=>b(_0xf6834e,_0x229208,_0x50c2c5)});}['_defineBogusParagraphConverters'](){const {editor:_0x1779a4}=this,{conversion:_0x545b67}=_0x1779a4;_0x1779a4['config']['get']('footnotes.multiBlock')?(_0x545b67['for']('editingDowncast')['elementToElement']({'model':'paragraph','view':h(),'converterPriority':'high'}),_0x545b67['for']('dataDowncast')['elementToElement']({'model':'paragraph','view':h({'dataPipeline':!0x0}),'converterPriority':'high'}),this['listenTo'](_0x1779a4['model']['document'],'change:data',()=>{!function(_0x28354f,_0x35d1fc){const _0x171d4d=_0x28354f['document']['differ'],_0x1cd984=new Set();for(const _0xea3ef6 of _0x171d4d['getChanges']()){const _0x3b7f1b='attribute'==_0xea3ef6['type']?_0xea3ef6['range']['start']['parent']:_0xea3ef6['position']['parent'];_0x3b7f1b['is']('element','footnoteDefinition')&&_0x1cd984['add'](_0x3b7f1b);}for(const _0x2ffb58 of _0x1cd984['values']()){const _0x18326e=Array['from'](_0x2ffb58['getChildren']())['filter'](_0x560490=>g(_0x560490,_0x35d1fc['mapper']));for(const _0x40e55b of _0x18326e)_0x35d1fc['reconvertItem'](_0x40e55b);}}(_0x1779a4['model'],_0x1779a4['editing']);})):(_0x545b67['for']('editingDowncast')['elementToElement']({'model':'footnoteInlineContent','view':h()}),_0x545b67['for']('dataDowncast')['elementToElement']({'model':'footnoteInlineContent','view':(_0x4b543c,{writer:_0x52fc40})=>{const _0x1464b1=_0x52fc40['createContainerElement']('span');return _0x52fc40['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0x1464b1),_0x1464b1;}}));}['_defineKeyboardHandlers'](){const {editor:_0x5c3ea8}=this,{editing:_0x5805b0,t:t}=_0x5c3ea8,_0x46a73a=_0x5c3ea8['model']['document']['selection'];_0x5c3ea8['keystrokes']['set']('Ctrl+Alt+F','insertFootnote'),_0x5c3ea8['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':t('Insert\x20footnote'),'keystroke':'Ctrl+Alt+F'}]}),this['listenTo'](_0x5805b0['view']['document'],'enter',(_0x165ce4,_0x4a04a7)=>{const _0x594a2e=function(_0x20601e){const _0x34ef1d=_0x20601e['getSelectedElement']();if(_0x34ef1d?.['is']('element','footnoteRef'))return _0x34ef1d;return null;}(_0x46a73a);if(_0x594a2e){const _0x5b8e76=_0x594a2e['getAttribute']('footnoteId');this['_moveSelectionToFootnoteDefinition'](_0x5b8e76),_0x4a04a7['preventDefault'](),_0x165ce4['stop']();}},{'context':_0x553c88});}['_defineClickHandlers'](){const {editor:_0x424089}=this,{editing:_0x4fa2d6}=_0x424089;_0x424089['editing']['view']['addObserver'](_0x5bdb90),_0x424089['editing']['view']['addObserver'](_0x518a2e);let _0x735702=!0x1;this['listenTo'](_0x4fa2d6['view']['document'],'pointerdown',(_0x55e726,_0x1711ca)=>{const {target:_0x2ce01d}=_0x1711ca,_0x719231=_0x4fa2d6['view']['document']['selection'];_0x735702=!!(_0x2ce01d?.['is']('element','a')&&_0x2ce01d['parent']?.['is']('element','sup')&&_0x2ce01d['parent']['hasClass']('footnote'))&&_0x719231['getSelectedElement']()===_0x2ce01d['parent'];},{'priority':'high'}),this['listenTo'](_0x4fa2d6['view']['document'],'click',(_0x28f648,_0x556dc6)=>{const {target:_0x24c97f}=_0x556dc6;if(!_0x24c97f?.['is']('element','a'))return;if(_0x24c97f['parent']?.['is']('element','sup')&&_0x24c97f['parent']['hasClass']('footnote')&&!_0x735702)return void _0x556dc6['preventDefault']();let _0x1eec82=_0x24c97f['getAttribute']('href');if(!_0x1eec82?.['startsWith']('#'))return;_0x1eec82=_0x1eec82['slice'](0x1);let _0x15c011=!0x1;(_0x1eec82['startsWith']('ref-')&&this['_moveSelectionToFootnoteReference'](_0x1eec82['slice'](0x4))||this['_moveSelectionToFootnoteDefinition'](_0x1eec82))&&(_0x15c011=!0x0),_0x15c011&&(_0x556dc6['preventDefault'](),_0x28f648['stop']());},{'priority':'high','context':'$capture'});}}function h({dataPipeline:_0xcd39b5}={}){return(_0x41c1cb,{writer:_0x58a2f2})=>{if(!p(_0x41c1cb))return null;if(!_0xcd39b5)return _0x58a2f2['createContainerElement']('span',{'class':'ck-footnote-bogus-paragraph'});const _0x2ef27b=_0x58a2f2['createContainerElement']('p');return _0x58a2f2['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0x2ef27b),_0x2ef27b;};}function p(_0xb8110b){const {parent:_0x44b06e}=_0xb8110b;if(!_0x44b06e?.['is']('element','footnoteDefinition'))return!0x1;if(0x1!=_0x44b06e['childCount'])return!0x1;for(const _0x342f40 of _0xb8110b['getAttributeKeys']())if(!_0x342f40['startsWith']('selection:')&&'htmlEmptyBlock'!=_0x342f40)return!0x1;return!0x0;}function g(_0x484548,_0x14abf2){if(!_0x484548['is']('element','paragraph'))return!0x1;const _0x256522=_0x14abf2['toViewElement'](_0x484548);return!!_0x256522&&p(_0x484548)!==_0x256522['is']('element','span');}function J(_0x590e17){return _0x553c88(_0x590e17)&&_0x590e17['is']('containerElement')&&!!_0x590e17['getCustomProperty']('footnotesDefinitions');}function v(_0xe450b6,_0x140db1={}){const _0x42530d=_0xe450b6['createEmptyElement']('hr',{'class':'footnotes-divider'}),_0x6f464c=_0xe450b6['createContainerElement']('ol',{'class':'footnotes-list'},_0xe450b6['createSlot']());return _0xe450b6['createContainerElement']('div',{'class':'footnotes',..._0x140db1},[_0x42530d,_0x6f464c]);}function D(_0x31ebc9,_0x4c013a){const _0x1b006c=_0x31ebc9['getAttribute']('footnoteId'),_0x4a092f=_0x31ebc9['getAttribute']('footnoteCounter'),_0x5cbef1=_0x4c013a['createUIElement']('a',{'href':'#'+_0x1b006c},function(_0x28df82){const _0x4f4a10=this['toDomElement'](_0x28df82);return _0x4f4a10['textContent']=_0x4a092f,_0x4f4a10;}),_0x55f42d=_0x4c013a['createContainerElement']('sup',{'id':'ref-'+_0x1b006c,'class':'footnote'},[_0x5cbef1]);return _0x55f42d['getFillerOffset']=()=>null,_0x55f42d;}function b(_0x43b0b4,_0x183136,_0x583134,{dataPipeline:_0xc0e7b6}={}){const {t:t}=_0x583134,_0x55438d=_0x43b0b4['getAttribute']('footnoteId'),_0x4e1cfe=_0x183136['createUIElement']('a',{'class':'footnote-backlink','href':'#ref-'+_0x55438d},function(_0x2acb52){const _0x1c8f36=this['toDomElement'](_0x2acb52);return _0x1c8f36['innerText']='^',_0x1c8f36;}),_0x763b3b=_0xc0e7b6?_0x183136['createContainerElement']('div',{'class':'footnote-content'}):_0x260f27(_0x183136['createEditableElement']('div',{'class':'footnote-content'}),_0x183136,{'label':t('Footnote\x20content.')});return _0x183136['insert'](_0x183136['createPositionAt'](_0x763b3b,0x0),_0x183136['createSlot']()),_0x183136['createContainerElement']('li',{'class':'footnote-definition','id':_0x55438d},[_0x4e1cfe,_0x763b3b]);}class e extends _0x34a414{static get['pluginName'](){return'FootnotesClipboard';}static get['requires'](){return[r,_0x3a5d31];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_defineClipboardIntegration']();}['_defineClipboardIntegration'](){this['_handleCopyFootnotesDefinitions'](),this['_handlePasteFootnotesDefinitions']();}['_handleCopyFootnotesDefinitions'](){const {editor:_0x67f2c0}=this,{plugins:_0x5b6655,model:_0x2fd9ac}=_0x67f2c0,_0x208e1f=_0x5b6655['get'](_0x3a5d31),_0x547b1a=_0x5b6655['get'](f);this['listenTo'](_0x208e1f,'outputTransformation',(_0x58f82a,_0x53c35f)=>{const _0x47124e=c(_0x2fd9ac['createRangeIn'](_0x53c35f['content']));if(!_0x47124e['length'])return;const _0x4173ec=_0x547b1a['getFootnotes'](),_0x4046be=_0x47124e['reduce']((_0x5f315e,_0x6e1da2)=>{const _0x2ed9ea=_0x4173ec['find'](_0x362198=>_0x362198['id']===_0x6e1da2);if(_0x2ed9ea){const _0x5c441a=_0x67f2c0['data']['toView'](_0x2ed9ea['definition'],{'isClipboardPipeline':!0x0}),_0x144bfc=_0x67f2c0['data']['htmlProcessor']['toData'](_0x5c441a);_0x5f315e[_0x2ed9ea['id']]=_0x144bfc;}return _0x5f315e;},Object['create'](null));_0x53c35f['dataTransfer']['setData']('application/ckeditor5-footnotes',JSON['stringify'](_0x4046be));});}['_handlePasteFootnotesDefinitions'](){const {editor:_0x3d4ef9}=this,{model:_0x27201d,plugins:_0x537da2}=_0x3d4ef9,{view:_0x2c72fa}=_0x3d4ef9['editing'],_0x203926=_0x537da2['get'](_0x3a5d31),_0x535f1a=_0x537da2['get'](f),_0x2e2580=_0x3d4ef9['config']['get']('footnotes.multiBlock');let _0x3635a0=null;this['listenTo'](_0x2c72fa['document'],'clipboardInput',(_0x312083,_0x238129)=>{const _0x4d2736=_0x238129['dataTransfer']['getData']('application/ckeditor5-footnotes');_0x3635a0=_0x4d2736?JSON['parse'](_0x4d2736):null;}),this['listenTo'](_0x203926,'contentInsertion',(_0xa72c12,_0x23e2c9)=>{const _0x46e4b9=_0x23e2c9['sourceEditorId']===this['editor']['id'];_0x46e4b9&&'drop'===_0x23e2c9['method']||_0x27201d['change'](_0x20058d=>{let _0x4d88ac=_0x535f1a['getFootnotesDefinitionsObjectElement']();const _0x16dd25=!!_0x4d88ac&&Array['from'](_0x27201d['document']['selection']['getSelectedBlocks']())['includes'](_0x4d88ac);if((_0x4d88ac&&!_0x16dd25||!_0x4d88ac&&!_0x3635a0)&&function(_0x5b51de,_0x4fc640){const _0x4cfd40=[];for(const {item:_0x5a5bff}of _0x5b51de['createRangeIn'](_0x4fc640))_0x5a5bff['is']('element','footnotesDefinitions')&&_0x4cfd40['push'](_0x5a5bff);for(const _0x430680 of _0x4cfd40)_0x5b51de['remove'](_0x430680);}(_0x20058d,_0x23e2c9['content']),!_0x3635a0)return;const {selection:_0x47aeb8}=_0x27201d['document'],_0x41c443=_0x47aeb8['getFirstRange']()['root'];_0x4d88ac&&!_0x16dd25||(_0x4d88ac=function(_0x274c4b,_0x101641){for(const {item:_0x2227b8}of _0x274c4b['createRangeIn'](_0x101641))if(_0x2227b8['is']('element','footnotesDefinitions'))return _0x2227b8;return null;}(_0x20058d,_0x23e2c9['content']),_0x4d88ac||=_0x535f1a['_insertEmptyFootnotesDefinitionsContainer'](_0x20058d,_0x41c443));const _0x2f7689=Array['from'](_0x47aeb8['getRanges']())['flatMap'](c),_0x5ad2b3=function(_0x3d200c,_0x2a4285,_0x21ebdf){const _0x245664=Object['create'](null);for(const {item:_0x3d9587}of _0x3d200c['createRangeIn'](_0x2a4285))if(_0x3d9587['is']('element','footnoteRef')){const _0x2b71f0=_0x3d9587['getAttribute']('footnoteId');if(!_0x21ebdf(_0x2b71f0))continue;_0x245664[_0x2b71f0]||(_0x245664[_0x2b71f0]=_0x40c733()),_0x3d200c['setAttribute']('footnoteId',_0x245664[_0x2b71f0],_0x3d9587);}return _0x245664;}(_0x20058d,_0x23e2c9['content'],_0x4daafe=>{if(!_0x46e4b9)return!0x0;return!!_0x535f1a['getFootnote'](_0x4daafe)&&!_0x2f7689['includes'](_0x4daafe);});for(const [_0x13515b,_0x55ed92]of Object['entries'](_0x3635a0)){const _0x2b8418=_0x5ad2b3[_0x13515b]||_0x13515b,_0x21995d=_0x20058d['createElement']('footnoteDefinition',{'footnoteId':_0x2b8418}),_0x468d45=_0x3d4ef9['data']['htmlProcessor']['toView'](_0x55ed92);let _0x57340d;if(_0x2e2580)_0x57340d=_0x3d4ef9['data']['toModel'](_0x468d45,_0x21995d);else{_0x57340d=_0x20058d['createElement']('footnoteInlineContent');const _0x12698a=_0x3d4ef9['data']['toModel'](_0x468d45,_0x57340d);_0x20058d['insert'](_0x12698a,_0x57340d);}_0x20058d['append'](_0x57340d,_0x21995d),_0x20058d['insert'](_0x21995d,_0x4d88ac,'end');}_0x3635a0=null;});});}}function c(_0x2a8437){const _0x33792f=new Set();for(const {item:_0x1dc3b4}of _0x2a8437)_0x1dc3b4['is']('element','footnoteRef')&&_0x33792f['add'](_0x1dc3b4['getAttribute']('footnoteId'));return Array['from'](_0x33792f);}class i extends _0x34a414{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'FootnotesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x1be5bd}=this,{componentFactory:_0x40aea7}=_0x1be5bd['ui'];_0x40aea7['add']('insertFootnote',x(_0x1be5bd,_0xb5e22a)),_0x40aea7['add']('menuBar:insertFootnote',x(_0x1be5bd,_0x2a1262)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2678c9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3ba069;for(const _0x5873af in _0x2678c9){const _0x3f392e=_0x5873af,_0x22f7ce=_0x2678c9[_0x3f392e];if('footnotesLicenseKeyValid'==_0x22f7ce||'footnotesLicenseKeyInvalid'==_0x22f7ce||'footnotesLicenseKeyExpired'==_0x22f7ce||'footnotesLicenseKeyDomainLimit'==_0x22f7ce||'footnotesLicenseKeyNotAllowed'==_0x22f7ce||'footnotesLicenseKeyEvaluationLimit'==_0x22f7ce||'footnotesLicenseKeyTrialLimit'==_0x22f7ce||'footnotesLicenseKeyUsageLimit'==_0x22f7ce){delete _0x2678c9[_0x3f392e],_0x3ba069=_0x22f7ce,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'footnotesLicenseKeyInvalid'==_0x3ba069&&_0x2678c9['_showLicenseError']('invalid'),'footnotesLicenseKeyExpired'==_0x3ba069&&_0x2678c9['_showLicenseError']('expired'),'footnotesLicenseKeyDomainLimit'==_0x3ba069&&_0x2678c9['_showLicenseError']('domainLimit'),'footnotesLicenseKeyNotAllowed'==_0x3ba069&&_0x2678c9['_showLicenseError']('featureNotAllowed','Footnotes'),'footnotesLicenseKeyEvaluationLimit'==_0x3ba069&&_0x2678c9['_showLicenseError']('evaluationLimit'),'footnotesLicenseKeyTrialLimit'==_0x3ba069&&_0x2678c9['_showLicenseError']('trialLimit'),'footnotesLicenseKeyUsageLimit'==_0x3ba069&&_0x2678c9['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function x(_0x817cf3,_0x5284f2){const _0x4e8f10=_0x817cf3['commands']['get']('insertFootnote');return _0x439afc=>{const {t:t}=_0x439afc,_0x373f74=new _0x5284f2(_0x439afc),_0x32c3f1=_0x373f74 instanceof _0x2a1262;return _0x373f74['bind']('isEnabled')['to'](_0x4e8f10,'isEnabled'),_0x373f74['set']({'label':t(_0x32c3f1?'Footnote':'Insert\x20footnote'),'icon':_0x5ad32e,'tooltip':!0x0}),_0x373f74['on']('execute',()=>{_0x4e8f10['execute'](),_0x817cf3['editing']['view']['focus']();}),_0x373f74;};}class lt extends _0x34a414{static get['pluginName'](){return'Footnotes';}static get['requires'](){return[r,e,i];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}const nt=['decimal','decimal-leading-zero','lower-latin','upper-latin','lower-alpha','upper-alpha','lower-roman','upper-roman'];class S extends _0x2d0556{['refresh'](){const {editor:_0x1ad3af}=this,_0x886d73=_0x1ad3af['plugins']['get'](f)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x886d73,this['value']=_0x886d73?.['getAttribute']('footnotesListStyle')??null;}['execute']({value:_0x56e3eb}){const {editor:_0x4cc37a}=this,_0x4e5432=_0x4cc37a['plugins']['get'](f),_0x3de98b=_0x4e5432['getFootnotesDefinitionsObjectElement']();_0x3de98b&&nt['includes'](_0x56e3eb)&&_0x4cc37a['model']['change'](_0x5348c3=>{_0x5348c3['setAttribute']('footnotesListStyle',_0x56e3eb,_0x3de98b),_0x4e5432['_updateFootnotesCounters'](_0x5348c3);});}}class C extends _0x2d0556{['refresh'](){const {editor:_0x2d33c3}=this,_0x22ba4d=_0x2d33c3['plugins']['get'](f)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x22ba4d,this['value']=_0x22ba4d?.['getAttribute']('footnotesListStart')??null;}['execute']({value:_0x1f826f}){const {editor:_0x2b8d2a}=this,_0x3d5ee3=_0x2b8d2a['plugins']['get'](f),_0x1f85a2=_0x3d5ee3['getFootnotesDefinitionsObjectElement']();_0x1f85a2&&Number['isInteger'](_0x1f826f)&&_0x2b8d2a['model']['change'](_0x20a6c0=>{_0x20a6c0['setAttribute']('footnotesListStart',_0x1f826f,_0x1f85a2),_0x3d5ee3['_updateFootnotesCounters'](_0x20a6c0);});}}class P extends _0x34a414{static get['pluginName'](){return'FootnotesPropertiesEditing';}static get['requires'](){return[r,f];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x137742}=this;_0x137742['config']['define']('footnotes.footnotesProperties.defaultListStyle','decimal'),_0x137742['config']['define']('footnotes.footnotesProperties.defaultStartIndex',0x1),_0x137742['commands']['add']('footnotesStyle',new S(_0x137742)),_0x137742['commands']['add']('footnotesStart',new C(_0x137742)),this['_defineSchema'](),this['_defineConverters'](),this['_defineFormatter'](),this['_definePostfixer']();}['_defineSchema'](){const {editor:_0x34df1f}=this,{schema:_0x231fc0}=_0x34df1f['model'];_0x231fc0['extend']('footnotesDefinitions',{'allowAttributes':['footnotesListStyle','footnotesListStart']});}['_defineConverters'](){const {editor:_0x3f2f90}=this,{conversion:_0x4f18af,model:_0x8924c8}=_0x3f2f90,{schema:_0x599098}=_0x8924c8;_0x4f18af['for']('upcast')['add'](_0x38e407=>{_0x38e407['on']('element:ol',(_0x1a8afd,_0x5914bc,_0x3e9103)=>{const _0x1d9d78=_0x5914bc['viewItem'],_0x15a133=_0x5914bc['modelCursor']?.['parent'];_0x1d9d78['hasClass']('footnotes-list')&&_0x15a133?.['is']('element','footnotesDefinitions')&&(function(_0x21712c,_0x19d8b6,_0x2fd3f9,_0x4a6d35){if(!_0x4a6d35['checkAttribute'](_0x19d8b6,'footnotesListStart'))return;let _0x38b50d=0x1;const _0x4c8af6=_0x2fd3f9['consumable']['consume'](_0x21712c,{'attributes':'start'});if(_0x4c8af6){const _0x406250=Number['parseInt'](_0x21712c['getAttribute']('start'),0xa);Number['isNaN'](_0x406250)||(_0x38b50d=_0x406250);}!_0x4c8af6&&_0x19d8b6['hasAttribute']('footnotesListStart')||_0x2fd3f9['writer']['setAttribute']('footnotesListStart',_0x38b50d,_0x19d8b6);}(_0x1d9d78,_0x15a133,_0x3e9103,_0x599098),function(_0x3ed470,_0x44c9ec,_0x3f069d,_0xa443ec){if(!_0xa443ec['checkAttribute'](_0x44c9ec,'footnotesListStyle'))return;let _0x3783db='decimal',_0x3d4241=!0x1;if(_0x3f069d['consumable']['consume'](_0x3ed470,{'attributes':'type'})){const _0x4d29b2={0x1:'decimal','a':'lower-alpha','A':'upper-alpha','i':'lower-roman','I':'upper-roman'}[_0x3ed470['getAttribute']('type')];_0x4d29b2&&(_0x3783db=_0x4d29b2),_0x3d4241=!0x0;}_0x3f069d['consumable']['consume'](_0x3ed470,{'styles':'list-style-type'})&&(_0x3783db=function(_0x32b4b8){switch(_0x32b4b8){case'lower-alpha':return'lower-latin';case'upper-alpha':return'upper-latin';default:return _0x32b4b8;}}(_0x3ed470['getStyle']('list-style-type')),_0x3d4241=!0x0),!_0x3d4241&&_0x44c9ec['hasAttribute']('footnotesListStyle')||_0x3f069d['writer']['setAttribute']('footnotesListStyle',_0x3783db,_0x44c9ec);}(_0x1d9d78,_0x15a133,_0x3e9103,_0x599098));});}),_0x4f18af['for']('downcast')['add'](_0x34aa85=>{_0x34aa85['on']('attribute:footnotesListStart:footnotesDefinitions',(_0x768cc5,_0x8fff85,_0x3b19cc)=>{if(!_0x3b19cc['consumable']['consume'](_0x8fff85['item'],_0x768cc5['name']))return;const _0x1a6c6e=M(_0x8fff85['item'],_0x3b19cc['mapper']),{attributeNewValue:_0x4309d9}=_0x8fff85;null==_0x4309d9||0x1===_0x4309d9?_0x3b19cc['writer']['removeAttribute']('start',_0x1a6c6e):_0x3b19cc['writer']['setAttribute']('start',String(_0x4309d9),_0x1a6c6e);}),_0x34aa85['on']('attribute:footnotesListStyle:footnotesDefinitions',(_0x5b7d41,_0x21fc8f,_0x587577)=>{if(!_0x587577['consumable']['consume'](_0x21fc8f['item'],_0x5b7d41['name']))return;const _0x5aec57=M(_0x21fc8f['item'],_0x587577['mapper']),{attributeNewValue:_0x192c36}=_0x21fc8f;_0x192c36&&'decimal'!==_0x192c36?_0x587577['writer']['setStyle']('list-style-type',_0x192c36,_0x5aec57):_0x587577['writer']['removeStyle']('list-style-type',_0x5aec57);});});}['_definePostfixer'](){const {editor:_0x2064dc}=this,{model:_0x12b4f8}=_0x2064dc,_0x4f0d63=_0x2064dc['plugins']['get'](f),_0x5ca294=this['_getDefaultListStyle'](),_0x372310=this['_getDefaultStartIndex']();_0x12b4f8['document']['registerPostFixer'](_0x4d81a1=>{const _0x519608=_0x12b4f8['document']['differ']['getChanges']();let _0x5961d0=!0x1;for(const _0x39c0e1 of _0x519608){if('insert'!==_0x39c0e1['type']||'$text'===_0x39c0e1['name'])continue;const _0x5d86bd=_0x12b4f8['createRangeOn'](_0x39c0e1['position']['nodeAfter']);for(const _0x27386d of _0x5d86bd['getItems']())_0x27386d['is']('element','footnotesDefinitions')&&(!_0x27386d['hasAttribute']('footnotesListStart')&&_0x12b4f8['schema']['checkAttribute'](_0x27386d,'footnotesListStart')&&(_0x4d81a1['setAttribute']('footnotesListStart',_0x372310,_0x27386d),_0x5961d0=!0x0),!_0x27386d['hasAttribute']('footnotesListStyle')&&_0x12b4f8['schema']['checkAttribute'](_0x27386d,'footnotesListStyle')&&(_0x4d81a1['setAttribute']('footnotesListStyle',_0x5ca294,_0x27386d),_0x5961d0=!0x0));}return _0x5961d0&&_0x4f0d63['_updateFootnotesCounters'](_0x4d81a1),_0x5961d0;});}['_defineFormatter'](){const {editor:_0x3e6013}=this;_0x3e6013['plugins']['get'](f)['setFootnoteFormatter'](_0x1618ce=>this['_formatFootnoteListValue'](_0x1618ce));}['_getDefaultListStyle'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultListStyle');}['_getDefaultStartIndex'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultStartIndex');}['_formatFootnoteListValue']({container:_0x7aca96,value:_0x440e3b,digits:_0x3530c1}){const _0x4d3cb1=_0x7aca96['getAttribute']('footnotesListStyle'),_0x3a9309=_0x7aca96['getAttribute']('footnotesListStart'),_0x408176=Math['floor'](_0x440e3b)+(_0x3a9309??0x1)-0x1;switch(_0x4d3cb1){case'decimal-leading-zero':return function(_0x4de1ea,_0x4014b7){return String(_0x4de1ea)['padStart'](_0x4014b7,'0');}(_0x408176,Math['max'](0x2,_0x3530c1));case'lower-alpha':case'lower-latin':return N(_0x408176,!0x1);case'upper-alpha':case'upper-latin':return N(_0x408176,!0x0);case'lower-roman':return X(_0x408176,!0x1);case'upper-roman':return X(_0x408176,!0x0);default:return String(_0x408176);}}}function M(_0x32b03c,_0x5efe84){const _0x2baac4=_0x5efe84['toViewElement'](_0x32b03c);return Array['from'](_0x2baac4['getChildren']())['find'](_0x21cd73=>_0x21cd73['is']('element','ol')&&_0x21cd73['hasClass']('footnotes-list'));}function N(_0x519157,_0x463467){let _0x1af1f8='',_0x17da3f=_0x519157;for(;_0x17da3f>0x0;){const _0x18fcaa=(_0x17da3f-0x1)%0x1a;_0x1af1f8=String['fromCharCode'](0x61+_0x18fcaa)+_0x1af1f8,_0x17da3f=Math['floor']((_0x17da3f-0x1)/0x1a);}return _0x463467?_0x1af1f8['toUpperCase']():_0x1af1f8;}const V=[{'value':0x3e8,'numeral':'M'},{'value':0x384,'numeral':'CM'},{'value':0x1f4,'numeral':'D'},{'value':0x190,'numeral':'CD'},{'value':0x64,'numeral':'C'},{'value':0x5a,'numeral':'XC'},{'value':0x32,'numeral':'L'},{'value':0x28,'numeral':'XL'},{'value':0xa,'numeral':'X'},{'value':0x9,'numeral':'IX'},{'value':0x5,'numeral':'V'},{'value':0x4,'numeral':'IV'},{'value':0x1,'numeral':'I'}];function X(_0x496bd6,_0x4b0f70){let _0x340b5e='',_0x4d6a91=_0x496bd6;for(const {value:_0x547529,numeral:_0x3057f6}of V)for(;_0x4d6a91>=_0x547529;)_0x340b5e+=_0x3057f6,_0x4d6a91-=_0x547529;return _0x4b0f70?_0x340b5e:_0x340b5e['toLowerCase']();}class H extends _0x35d36b{['children'];['stylesView']=null;['additionalProperties']=null;['startIndexFieldView']=null;['focusTracker']=new et();['keystrokes']=new ot();['focusables']=new _0x12fdbb();['focusCycler'];constructor(_0x1d4e52,{styleButtonViews:_0x16700c,styleGridAriaLabel:_0x2dcd83}){super(_0x1d4e52),(this['focusCycler']=new _0x5d7fea({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['children']=this['createCollection'](),this['stylesView']=this['_appendStylesView'](_0x16700c,_0x2dcd83),[this['startIndexFieldView'],this['additionalProperties']]=this['_appendAdditionalPropertiesCollapsibleView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-footnotes-definitions-properties']},'children':this['children']}));}['render'](){if(super['render'](),this['stylesView']){this['focusables']['add'](this['stylesView']),this['focusTracker']['add'](this['stylesView']['element']);for(const _0x5942a0 of this['stylesView']['children'])this['stylesView']['focusTracker']['add'](_0x5942a0['element']);_0x2d44c1({'keystrokeHandler':this['stylesView']['keystrokes'],'focusTracker':this['stylesView']['focusTracker'],'gridItems':this['stylesView']['children'],'numberOfColumns':()=>rt['window']['getComputedStyle'](this['stylesView']['element'])['getPropertyValue']('grid-template-columns')['split']('\x20')['length'],'uiLanguageDirection':this['locale']&&this['locale']['uiLanguageDirection']});}if(this['startIndexFieldView']){this['focusables']['add'](this['startIndexFieldView']),this['focusTracker']['add'](this['startIndexFieldView']['element']);const _0x306eb7=_0x1f9e99=>_0x1f9e99['stopPropagation']();this['keystrokes']['set']('arrowright',_0x306eb7),this['keystrokes']['set']('arrowleft',_0x306eb7),this['keystrokes']['set']('arrowup',_0x306eb7),this['keystrokes']['set']('arrowdown',_0x306eb7);}this['keystrokes']['listenTo'](this['element']);}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['_appendStylesView'](_0x2a7e1d,_0x221c4e){const _0x238be5=new _0x35d36b(this['locale']);return _0x238be5['children']=_0x238be5['createCollection'](),_0x238be5['children']['addMany'](_0x2a7e1d),_0x238be5['setTemplate']({'tag':'div','attributes':{'aria-label':_0x221c4e,'class':['ck','ck-footnotes-definitions-styles-list']},'children':_0x238be5['children']}),_0x238be5['children']['delegate']('execute')['to'](this),_0x238be5['focus']=function(){for(const _0x435052 of this['children'])if(_0x435052 instanceof _0xb5e22a&&_0x435052['isOn'])return void _0x435052['focus']();this['children']['first']['focus']();},_0x238be5['focusTracker']=new et(),_0x238be5['keystrokes']=new ot(),_0x238be5['render'](),_0x238be5['keystrokes']['listenTo'](_0x238be5['element']),this['children']['add'](_0x238be5),_0x238be5;}['_appendAdditionalPropertiesCollapsibleView'](){const {t:t}=this['locale'],_0x3a89b2=this['_createStartIndexPropertyView'](),_0x47c9c0=[_0x3a89b2],_0x471930=new tt(this['locale'],_0x47c9c0);return _0x471930['set']({'label':t('Footnotes\x20properties'),'isCollapsed':!0x0}),_0x471930['buttonView']['bind']('isEnabled')['toMany'](_0x47c9c0,'isEnabled',(..._0x374aef)=>_0x374aef['some'](_0x54d393=>_0x54d393)),_0x471930['buttonView']['on']('change:isEnabled',(_0x4f589f,_0x548d06,_0xf26a3c)=>{_0xf26a3c||(_0x471930['isCollapsed']=!0x0);}),this['children']['add'](_0x471930),[_0x3a89b2,_0x471930];}['_createStartIndexPropertyView'](){const {t:t}=this['locale'],_0x1b18b0=new st(this['locale'],it);return _0x1b18b0['set']({'label':t('Footnotes\x20start\x20at'),'class':'ck-footnotes-definitions-properties__start-index'}),_0x1b18b0['fieldView']['set']({'min':0x0,'max':Math['pow'](0x2,0x1e),'step':0x1,'value':0x1,'inputMode':'numeric'}),_0x1b18b0['fieldView']['on']('input',()=>{const _0x459f13=_0x1b18b0['fieldView']['element'],_0x270af0=_0x459f13['valueAsNumber'];Number['isNaN'](_0x270af0)?_0x1b18b0['errorText']=t('Invalid\x20footnotes\x20start\x20index\x20value.'):_0x459f13['checkValidity']()?this['fire']('footnotesListStart',{'startIndex':_0x270af0}):_0x1b18b0['errorText']=t(_0x270af0<0x0?'Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'Footnotes\x20start\x20index\x20is\x20too\x20large.');}),_0x1b18b0;}}class j extends _0x34a414{static get['pluginName'](){return'FootnotesPropertiesUI';}static get['requires'](){return[_0x52bb47,_0x38c640];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x3ddf87}=this,{componentFactory:_0x49814c}=_0x3ddf87['ui'];_0x3ddf87['config']['define']('footnotes.footnotesProperties.toolbar',['footnotesStyle']),_0x49814c['add']('footnotesStyle',function(_0x2f733a){return _0x4acc4e=>{const {t:t}=_0x4acc4e,_0x15f233=_0x2f733a['commands']['get']('footnotesStyle'),_0x1badd8=_0x17e7b7(_0x4acc4e),{buttonView:_0x5ca382}=_0x1badd8;return _0x1badd8['class']='ck-footnotes-styles-dropdown',_0x1badd8['bind']('isEnabled')['to'](_0x15f233,'isEnabled'),_0x5ca382['set']({'label':t('Footnotes\x20style'),'icon':_0x5ad32e,'tooltip':!0x0}),_0x1badd8['once']('change:isOpen',()=>{const _0x6ac97b=function({editor:_0x372072,dropdownView:_0x297bf4}){const {t:t}=_0x372072['locale'],_0x528bec=t('Footnotes\x20definitions\x20styles'),_0x4e685b=function(_0x25f8a3){const t=_0x25f8a3['locale']['t'],_0x3d3599=[{'label':t('Toggle\x20the\x20decimal\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes'),'style':'decimal','icon':_0x5448b2},{'label':t('Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes\x20with\x20leading\x20zero'),'style':'decimal-leading-zero','icon':_0x44dd55},{'label':t('Toggle\x20the\x20lower–roman\x20footnotes\x20style'),'tooltip':t('Lower–roman\x20footnotes'),'style':'lower-roman','icon':_0x2437e8},{'label':t('Toggle\x20the\x20upper–roman\x20footnotes\x20style'),'tooltip':t('Upper-roman\x20footnotes'),'style':'upper-roman','icon':_0x2d8106},{'label':t('Toggle\x20the\x20lower–latin\x20footnotes\x20style'),'tooltip':t('Lower-latin\x20footnotes'),'style':'lower-latin','icon':_0x3f867d},{'label':t('Toggle\x20the\x20upper–latin\x20footnotes\x20style'),'tooltip':t('Upper-latin\x20footnotes'),'style':'upper-latin','icon':_0x2e7926}];return _0x3d3599['map'](function(_0x3f3258){const _0x3d64c4=_0x3f3258['locale'];return({label:_0x99fdef,icon:_0xc0611e,tooltip:_0x52e44e,style:_0x50403f})=>{const _0x2df4cc=_0x3f3258['commands']['get']('footnotesStyle'),_0x2a2b1c=new _0xb5e22a(_0x3d64c4);return _0x2a2b1c['set']({'label':_0x99fdef,'icon':_0xc0611e,'tooltip':_0x52e44e}),_0x2a2b1c['bind']('isOn')['to'](_0x2df4cc,'value',_0x5e48bc=>_0x5e48bc===_0x50403f),_0x2a2b1c['bind']('isEnabled')['to'](_0x2df4cc,'isEnabled'),_0x2a2b1c['on']('execute',()=>{_0x3f3258['execute']('footnotesStyle',{'value':_0x50403f}),_0x3f3258['editing']['view']['focus']();}),_0x2a2b1c;};}(_0x25f8a3));}(_0x372072),_0x4155dd=new H(_0x372072['locale'],{'styleGridAriaLabel':_0x528bec,'styleButtonViews':_0x4e685b}),_0x575064=_0x372072['commands']['get']('footnotesStart');return _0x4155dd['startIndexFieldView']['bind']('isEnabled')['to'](_0x575064),_0x4155dd['startIndexFieldView']['fieldView']['bind']('value')['to'](_0x575064),_0x4155dd['on']('footnotesListStart',(_0x306967,_0x13cbad)=>{_0x372072['execute']('footnotesStart',{'value':_0x13cbad['startIndex']});}),_0x4155dd['delegate']('execute')['to'](_0x297bf4),_0x4155dd;}({'editor':_0x2f733a,'dropdownView':_0x1badd8});_0x1badd8['panelView']['children']['add'](_0x6ac97b);}),_0x1badd8;};}(_0x3ddf87));}['afterInit'](){const {editor:_0x5c70d9}=this,{t:t}=_0x5c70d9['locale'],_0x3290f2=_0x5c70d9['plugins']['get'](_0x38c640),{defaultPositions:_0x2fd33b}=_0x528eb2;_0x3290f2['register']('footnotesDefinitions',{'ariaLabel':t('Footnotes\x20definitions\x20toolbar'),'items':_0x5c70d9['config']['get']('footnotes.footnotesProperties.toolbar'),'balloonClassName':'ck-footnotes-style-balloon\x20ck-toolbar-container','getRelatedElement':_0x218e7a=>{let _0x2eff52=_0x218e7a['getFirstPosition']()?.['parent'];return _0x2eff52?.['is']('$text')&&(_0x2eff52=_0x2eff52['parent']),_0x2eff52?.['is']('element')?_0x2eff52['findAncestor'](J):null;},'positions':[_0x2fd33b['southArrowNorth'],_0x2fd33b['southArrowNorthMiddleWest'],_0x2fd33b['southArrowNorthMiddleEast'],_0x2fd33b['southArrowNorthWest'],_0x2fd33b['southArrowNorthEast'],_0x2fd33b['northArrowSouth'],_0x2fd33b['northArrowSouthMiddleWest'],_0x2fd33b['northArrowSouthMiddleEast'],_0x2fd33b['northArrowSouthWest'],_0x2fd33b['northArrowSouthEast'],_0x2fd33b['viewportStickyNorth']]});}}class ft extends _0x34a414{static get['pluginName'](){return'FootnotesProperties';}static get['requires'](){return[P,j];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{lt as Footnotes,e as FootnotesClipboard,r as FootnotesEditing,ft as FootnotesProperties,P as FootnotesPropertiesEditing,j as FootnotesPropertiesUI,C as FootnotesStartCommand,S as FootnotesStyleCommand,f as FootnotesTracker,i as FootnotesUI,m as InsertFootnoteCommand};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'af':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x3a9798=>0x1!=_0x3a9798}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x15e1c4=>{const {af:{dictionary:_0x251cc5,getPluralForm:_0xa42c81}}={'af':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x3e853b=>0x1!=_0x3e853b}};_0x15e1c4['af']||={'dictionary':{},'getPluralForm':null},_0x15e1c4['af']['dictionary']=Object['assign'](_0x15e1c4['af']['dictionary'],_0x251cc5),_0x15e1c4['af']['getPluralForm']=_0xa42c81;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ar':{'dictionary':{'Footnote':'حاشية\x20سفلية','Footnotes':'الحواشي\x20السفلية','Footnotes\x20properties':'خصائص\x20الحواشي\x20السفلية','Footnotes\x20start\x20at':'تبدأ\x20الحواشي\x20السفلية\x20من','Invalid\x20footnotes\x20start\x20index\x20value.':'قيمة\x20مؤشر\x20بداية\x20الحواشي\x20السفلية\x20غير\x20صحيحة.','Footnotes\x20start\x20index\x20is\x20too\x20large.':'مؤشر\x20بداية\x20الحواشي\x20السفلية\x20كبير\x20للغاية.','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'يلزم\x20أن\x20يكون\x20مؤشر\x20بداية\x20الحواشي\x20السفلية\x20أكبر\x20من\x200.','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'حاشية\x20سفلية\x20%0.\x20اضغط\x20على\x20مفتاح\x20الإدخال\x20(ENTER)\x20من\x20أجل\x20الانتقال\x20إلى\x20تعريف\x20الحاشية\x20السفلية.','Footnote\x20content.':'محتوى\x20الحاشية\x20السفلية.','Footnotes\x20definitions\x20styles':'أنماط\x20تعريفات\x20الحواشي\x20السفلية','Footnotes\x20definitions\x20toolbar':'شريط\x20أدوات\x20تعريفات\x20الحواشي\x20السفلية','Insert\x20footnote':'إدراج\x20حاشية\x20سفلية','Footnotes\x20style':'نمط\x20الحواشي\x20السفلية','Toggle\x20the\x20decimal\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20العشري','Decimal\x20footnotes':'الحواشي\x20السفلية\x20العشرية','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'تبديل\x20العلامة\x20العشرية\x20بنمط\x20الحواشي\x20السفلية\x20بالصفر\x20البادئ','Decimal\x20footnotes\x20with\x20leading\x20zero':'حواشي\x20سفلية\x20عشرية\x20بالصفر\x20البادئ','Lower–roman\x20footnotes':'الحواشي\x20السفلية\x20الرومانية','Upper-roman\x20footnotes':'الحواشي\x20العلوية\x20الرومانية','Lower-latin\x20footnotes':'الحواشي\x20السفلية\x20اللاتينية','Upper-latin\x20footnotes':'الحواشي\x20العلوية\x20اللاتينية','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20الرومانية','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20العلوية\x20الرومانية','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20اللاتينية','Toggle\x20the\x20upper–latin\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20العلوية\x20اللاتينية'},'getPluralForm':_0x597986=>0x0==_0x597986?0x0:0x1==_0x597986?0x1:0x2==_0x597986?0x2:_0x597986%0x64>=0x3&&_0x597986%0x64<=0xa?0x3:_0x597986%0x64>=0xb?0x4:0x5}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x40e1bd=>{const {ar:{dictionary:_0x2db59a,getPluralForm:_0x18fce7}}={'ar':{'dictionary':{'Footnote':'حاشية\x20سفلية','Footnotes':'الحواشي\x20السفلية','Footnotes\x20properties':'خصائص\x20الحواشي\x20السفلية','Footnotes\x20start\x20at':'تبدأ\x20الحواشي\x20السفلية\x20من','Invalid\x20footnotes\x20start\x20index\x20value.':'قيمة\x20مؤشر\x20بداية\x20الحواشي\x20السفلية\x20غير\x20صحيحة.','Footnotes\x20start\x20index\x20is\x20too\x20large.':'مؤشر\x20بداية\x20الحواشي\x20السفلية\x20كبير\x20للغاية.','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'يلزم\x20أن\x20يكون\x20مؤشر\x20بداية\x20الحواشي\x20السفلية\x20أكبر\x20من\x200.','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'حاشية\x20سفلية\x20%0.\x20اضغط\x20على\x20مفتاح\x20الإدخال\x20(ENTER)\x20من\x20أجل\x20الانتقال\x20إلى\x20تعريف\x20الحاشية\x20السفلية.','Footnote\x20content.':'محتوى\x20الحاشية\x20السفلية.','Footnotes\x20definitions\x20styles':'أنماط\x20تعريفات\x20الحواشي\x20السفلية','Footnotes\x20definitions\x20toolbar':'شريط\x20أدوات\x20تعريفات\x20الحواشي\x20السفلية','Insert\x20footnote':'إدراج\x20حاشية\x20سفلية','Footnotes\x20style':'نمط\x20الحواشي\x20السفلية','Toggle\x20the\x20decimal\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20العشري','Decimal\x20footnotes':'الحواشي\x20السفلية\x20العشرية','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'تبديل\x20العلامة\x20العشرية\x20بنمط\x20الحواشي\x20السفلية\x20بالصفر\x20البادئ','Decimal\x20footnotes\x20with\x20leading\x20zero':'حواشي\x20سفلية\x20عشرية\x20بالصفر\x20البادئ','Lower–roman\x20footnotes':'الحواشي\x20السفلية\x20الرومانية','Upper-roman\x20footnotes':'الحواشي\x20العلوية\x20الرومانية','Lower-latin\x20footnotes':'الحواشي\x20السفلية\x20اللاتينية','Upper-latin\x20footnotes':'الحواشي\x20العلوية\x20اللاتينية','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20الرومانية','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20العلوية\x20الرومانية','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20السفلية\x20اللاتينية','Toggle\x20the\x20upper–latin\x20footnotes\x20style':'تبديل\x20نمط\x20الحواشي\x20العلوية\x20اللاتينية'},'getPluralForm':_0x5e3703=>0x0==_0x5e3703?0x0:0x1==_0x5e3703?0x1:0x2==_0x5e3703?0x2:_0x5e3703%0x64>=0x3&&_0x5e3703%0x64<=0xa?0x3:_0x5e3703%0x64>=0xb?0x4:0x5}};_0x40e1bd['ar']||={'dictionary':{},'getPluralForm':null},_0x40e1bd['ar']['dictionary']=Object['assign'](_0x40e1bd['ar']['dictionary'],_0x2db59a),_0x40e1bd['ar']['getPluralForm']=_0x18fce7;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ast':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x2e2f6d=>0x1!=_0x2e2f6d}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x24d3d0=>{const {ast:{dictionary:_0x1dccff,getPluralForm:_0x41835e}}={'ast':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x428480=>0x1!=_0x428480}};_0x24d3d0['ast']||={'dictionary':{},'getPluralForm':null},_0x24d3d0['ast']['dictionary']=Object['assign'](_0x24d3d0['ast']['dictionary'],_0x1dccff),_0x24d3d0['ast']['getPluralForm']=_0x41835e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'az':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x59d9fb=>0x1!=_0x59d9fb}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x5a09f0=>{const {az:{dictionary:_0x5bbaab,getPluralForm:_0x237611}}={'az':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0xf4c1e5=>0x1!=_0xf4c1e5}};_0x5a09f0['az']||={'dictionary':{},'getPluralForm':null},_0x5a09f0['az']['dictionary']=Object['assign'](_0x5a09f0['az']['dictionary'],_0x5bbaab),_0x5a09f0['az']['getPluralForm']=_0x237611;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'be':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x2d047e=>_0x2d047e%0xa==0x1&&_0x2d047e%0x64!=0xb?0x0:_0x2d047e%0xa>=0x2&&_0x2d047e%0xa<=0x4&&(_0x2d047e%0x64<0xa||_0x2d047e%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x40b409=>{const {be:{dictionary:_0x5af10e,getPluralForm:_0x5734f7}}={'be':{'dictionary':{'Footnote':'','Footnotes':'','Footnotes\x20properties':'','Footnotes\x20start\x20at':'','Invalid\x20footnotes\x20start\x20index\x20value.':'','Footnotes\x20start\x20index\x20is\x20too\x20large.':'','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'','Footnote\x20content.':'','Footnotes\x20definitions\x20styles':'','Footnotes\x20definitions\x20toolbar':'','Insert\x20footnote':'','Footnotes\x20style':'','Toggle\x20the\x20decimal\x20footnotes\x20style':'','Decimal\x20footnotes':'','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'','Decimal\x20footnotes\x20with\x20leading\x20zero':'','Lower–roman\x20footnotes':'','Upper-roman\x20footnotes':'','Lower-latin\x20footnotes':'','Upper-latin\x20footnotes':'','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'','Toggle\x20the\x20upper–latin\x20footnotes\x20style':''},'getPluralForm':_0x161561=>_0x161561%0xa==0x1&&_0x161561%0x64!=0xb?0x0:_0x161561%0xa>=0x2&&_0x161561%0xa<=0x4&&(_0x161561%0x64<0xa||_0x161561%0x64>=0x14)?0x1:0x2}};_0x40b409['be']||={'dictionary':{},'getPluralForm':null},_0x40b409['be']['dictionary']=Object['assign'](_0x40b409['be']['dictionary'],_0x5af10e),_0x40b409['be']['getPluralForm']=_0x5734f7;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bg':{'dictionary':{'Footnote':'Бележка\x20под\x20линия','Footnotes':'Бележки\x20под\x20линия','Footnotes\x20properties':'Свойства\x20на\x20бележките\x20под\x20линия','Footnotes\x20start\x20at':'Бележките\x20под\x20линия\x20започват\x20от','Invalid\x20footnotes\x20start\x20index\x20value.':'Невалидна\x20стойност\x20на\x20началния\x20индекс\x20на\x20бележките\x20под\x20линия.','Footnotes\x20start\x20index\x20is\x20too\x20large.':'Началният\x20индекс\x20на\x20бележките\x20под\x20линия\x20е\x20твърде\x20голям.','Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'Началният\x20индекс\x20на\x20бележките\x20под\x20линия\x20трябва\x20да\x20надвишава\x200.','Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.':'Бележка\x20под\x20линия\x20%0.\x20Натисни\x20ENTER,\x20за\x20да\x20преминеш\x20към\x20дефиницията\x20на\x20бележката\x20под\x20линия.','Footnote\x20content.':'Съдържание\x20на\x20бележка\x20под\x20линия.','Footnotes\x20definitions\x20styles':'Стилови\x20дефиниции\x20на\x20бележки\x20под\x20линия','Footnotes\x20definitions\x20toolbar':'Лента\x20с\x20инструменти\x20за\x20дефиниции\x20на\x20бележки\x20под\x20линия','Insert\x20footnote':'Постави\x20бележка\x20под\x20линия','Footnotes\x20style':'Стил\x20на\x20бележките\x20под\x20линия','Toggle\x20the\x20decimal\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20десетичните\x20бележки\x20под\x20линия','Decimal\x20footnotes':'Десетични\x20бележки\x20под\x20линия','Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20десетичната\x20запетая\x20с\x20водеща\x20нула\x20в\x20бележките\x20под\x20линия','Decimal\x20footnotes\x20with\x20leading\x20zero':'Десетични\x20бележки\x20под\x20линия\x20с\x20водеща\x20нула','Lower–roman\x20footnotes':'Бележки\x20под\x20линия\x20с\x20долен\x20римски\x20индекс','Upper-roman\x20footnotes':'Бележки\x20под\x20линия\x20с\x20горен\x20римски\x20индекс','Lower-latin\x20footnotes':'Бележки\x20под\x20линия\x20с\x20долен\x20индекс\x20на\x20латиница','Upper-latin\x20footnotes':'Бележки\x20под\x20линия\x20с\x20горен\x20индекс\x20на\x20латиница','Toggle\x20the\x20lower–roman\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20бележките\x20под\x20линия\x20с\x20долен\x20индекс\x20на\x20латиница','Toggle\x20the\x20upper–roman\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20бележките\x20под\x20линия\x20с\x20горен\x20индекс\x20римски\x20букви','Toggle\x20the\x20lower–latin\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20бележките\x20под\x20линия\x20с\x20долен\x20индекс\x20на\x20латиница','Toggle\x20the\x20upper–latin\x20footnotes\x20style':'Превключване\x20на\x20стила\x20на\x20бележките\x20под\x20линия\x20с\x20горен\x20индекс\x20на\x20латиница'},'getPluralForm':_0x4d36eb=>0x1!=_0x4d36eb}};