@ckeditor/ckeditor5-footnotes 0.0.1 → 47.2.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +6 -6
  3. package/README.md +44 -3
  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 +76 -0
  79. package/dist/index-editor.css +81 -0
  80. package/dist/index.css +187 -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 +63 -4
  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 +153 -0
  411. package/theme/footnotesproperties.css +54 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/LICENSE.md CHANGED
@@ -1,18 +1,18 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 footnotes feature** https://github.com/ckeditor/ckeditor5-footnotes <br>
4
+ **CKEditor&nbsp;5 Footnotes feature** (https://ckeditor.com/ckeditor-5/)<br>
5
5
  Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 footnotes feature is licensed under a commercial license and is protected by copyright law.
7
+ CKEditor&nbsp;5 Footnotes feature is licensed under a commercial license and is protected by copyright law.
8
8
  For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
9
9
 
10
- Sources of Intellectual Property Included in CKEditor
11
- -----------------------------------------------------
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 Footnotes feature
11
+ --------------------------------------------------------------------------------
12
12
 
13
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 Footnotes feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
15
  Trademarks
16
16
  ----------
17
17
 
18
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com). All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
18
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md CHANGED
@@ -1,4 +1,45 @@
1
- CKEditor 5 footnotes
2
- ====================
1
+ CKEditor&nbsp;5 Footnotes
2
+ =====================================
3
3
 
4
- This is an initial package for development purposes. It does not contain code yet.
4
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-footnotes.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-footnotes)
5
+
6
+ This package contains a Footnotes feature for CKEditor&nbsp;5. It allows you to add footnotes to your editor content, making it easier to provide additional context or citations without cluttering the main text.
7
+
8
+ This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.
9
+
10
+ ## Installation
11
+
12
+ This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.
13
+
14
+ ```bash
15
+ npm install ckeditor5-premium-features
16
+ ```
17
+
18
+ ## Create free account
19
+
20
+ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
21
+
22
+ ## Demo
23
+
24
+ Check out the [demo in the Export with inline styles feature](https://ckeditor.com/docs/ckeditor5/latest/features/footnotes.html) guide.
25
+
26
+ ## Documentation
27
+
28
+ See the [`@ckeditor/ckeditor5-footnotes` package](https://ckeditor.com/docs/ckeditor5/latest/api/footnotes.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Footnotes](https://ckeditor.com/docs/ckeditor5/latest/features/footnotes.html) feature guide.
29
+
30
+ ## Getting support
31
+
32
+ CKEditor&nbsp;5 Footnotes feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 Footnotes feature with your application.
33
+
34
+ As a licensed CKEditor&nbsp;5 Footnotes feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
35
+
36
+ ## License
37
+
38
+ **CKEditor&nbsp;5 Footnotes feature** (https://ckeditor.com/ckeditor-5/)<br>
39
+ Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
40
+
41
+ CKEditor&nbsp;5 Footnotes feature is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
42
+
43
+ ### Trademarks
44
+
45
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
@@ -0,0 +1,5 @@
1
+ !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"Decimal footnotes":"Decimal footnotes","Decimal footnotes with leading zero":"Decimal footnotes with leading zero",Footnote:"Footnote","Footnote %0. Press ENTER to jump to footnote definition.":"Footnote %0. Press ENTER to jump to footnote definition.","Footnote content.":"Footnote content.",Footnotes:"Footnotes","Footnotes definitions styles":"Footnotes definitions styles","Footnotes definitions toolbar":"Footnotes definitions toolbar","Footnotes properties":"Footnotes properties","Footnotes start at":"Footnotes start at","Footnotes start index is too large.":"Footnotes start index is too large.","Footnotes start index must be greater than 0.":"Footnotes start index must be greater than 0.","Footnotes style":"Footnotes style","Insert footnote":"Insert footnote","Invalid footnotes start index value.":"Invalid footnotes start index value.","Lower-latin footnotes":"Lower-latin footnotes","Lower–roman footnotes":"Lower–roman footnotes","Toggle the decimal footnotes style":"Toggle the decimal footnotes style","Toggle the decimal with leading zero footnotes style":"Toggle the decimal with leading zero footnotes style","Toggle the lower–latin footnotes style":"Toggle the lower–latin footnotes style","Toggle the lower–roman footnotes style":"Toggle the lower–roman footnotes style","Toggle the upper–latin footnotes style":"Toggle the upper–latin footnotes style","Toggle the upper–roman footnotes style":"Toggle the upper–roman footnotes style","Upper-latin footnotes":"Upper-latin footnotes","Upper-roman footnotes":"Upper-roman footnotes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
+ /*!
3
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
+ * For licensing, see LICENSE.md.
5
+ */(()=>{var t={14:(t,e,o)=>{"use strict";o.d(e,{A:()=>a});var n=o(453),i=o.n(n),s=o(374),r=o.n(s)()(i());r.push([t.id,":root{--ck-content-footnotes-list-background-color:none;--ck-content-footnotes-list-separator-color:#000;--ck-content-footnote-font-size:var(--ck-content-font-size-small);--ck-footnotes-widget-label-background-color:#757575}.ck-content .footnote{margin-inline-end:.2em}.ck-content .footnotes{background-color:var(--ck-content-footnotes-list-background-color);font-size:var(--ck-content-footnote-font-size);margin:.9em 0 1.5em;position:relative}.ck-content .footnotes-divider{background:none;border:none;border-top:1px solid var(--ck-content-footnotes-list-separator-color);height:1px;margin:0 0 1em;width:min(30%,350px)}[dir=rtl] .ck-content .footnotes-divider{margin-left:auto;margin-right:0}.ck-content .footnotes-list{margin:0;padding-inline-start:3em}.ck-content .footnote-backlink{display:inline-block;margin-inline-end:1ch;user-select:none;vertical-align:top;width:auto}.ck-content .footnote-content{display:inline-block;padding:0 4px;vertical-align:top;width:calc(100% - 2em)}.ck-content .footnote-content>p:first-of-type{margin-top:0}.ck-content .footnote-content>p:last-of-type{margin-bottom:0}.ck-content .footnote-content ol{list-style-type:decimal}.ck-content .footnote-content ol ol{list-style-type:lower-latin}.ck-content .footnote-content ol ol ol{list-style-type:lower-roman}.ck-content .footnote-content ol ol ol ol{list-style-type:upper-latin}.ck-content .footnote-content ol ol ol ol ol{list-style-type:upper-roman}.ck-content .footnote-content ul{list-style-type:disc}.ck-content .footnote-content ul ul{list-style-type:circle}.ck-content .footnote-content ul ul ul,.ck-content .footnote-content ul ul ul ul{list-style-type:square}.ck.ck-editor__editable .footnotes.ck-widget{display:flow-root;margin:.9em 0 .85em;position:relative}.ck.ck-editor__editable .footnotes.ck-widget:not(:hover):not(.ck-widget_selected){outline:1px solid var(--ck-color-base-border)}.ck.ck-editor__editable .footnotes.ck-widget[data-footnotes-list-label]:after{background-color:var(--ck-footnotes-widget-label-background-color);color:#fff;content:attr(data-footnotes-list-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck.ck-editor__editable .footnotes.ck-widget[data-footnotes-list-label]:after{left:10px;right:auto}.ck.ck-editor__editable .footnotes-divider{margin-top:0}.ck.ck-editor__editable .footnotes-list{margin-bottom:.65em;margin-top:0}",""]);const a=r},237:t=>{"use strict";t.exports=CKEditor5.dll},238:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},265:t=>{"use strict";var e={};t.exports=function(t,o){var n=function(t){if(void 0===e[t]){var o=document.querySelector(t);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(t){o=null}e[t]=o}return e[t]}(t);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(o)}},311:(t,e,o)=>{t.exports=o(237)("./src/ui.js")},331:(t,e,o)=>{t.exports=o(237)("./src/clipboard.js")},355:(t,e,o)=>{t.exports=o(237)("./src/icons.js")},374:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var o="",n=void 0!==e[5];return e[4]&&(o+="@supports (".concat(e[4],") {")),e[2]&&(o+="@media ".concat(e[2]," {")),n&&(o+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),o+=t(e),n&&(o+="}"),e[2]&&(o+="}"),e[4]&&(o+="}"),o}).join("")},e.i=function(t,o,n,i,s){"string"==typeof t&&(t=[[null,t,void 0]]);var r={};if(n)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(r[c]=!0)}for(var l=0;l<t.length;l++){var u=[].concat(t[l]);n&&r[u[0]]||(void 0!==s&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=s),o&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=o):u[2]=o),i&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=i):u[4]="".concat(i)),e.push(u))}},e}},410:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(o){t.setAttribute(o,e[o])})}},450:t=>{"use strict";var e=[];function o(t){for(var o=-1,n=0;n<e.length;n++)if(e[n].identifier===t){o=n;break}return o}function n(t,n){for(var s={},r=[],a=0;a<t.length;a++){var c=t[a],l=n.base?c[0]+n.base:c[0],u=s[l]||0,f="".concat(l," ").concat(u);s[l]=u+1;var d=o(f),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==d)e[d].references++,e[d].updater(p);else{var h=i(p,n);n.byIndex=a,e.splice(a,0,{identifier:f,updater:h,references:1})}r.push(f)}return r}function i(t,e){var o=e.domAPI(e);o.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;o.update(t=e)}else o.remove()}}t.exports=function(t,i){var s=n(t=t||[],i=i||{});return function(t){t=t||[];for(var r=0;r<s.length;r++){var a=o(s[r]);e[a].references--}for(var c=n(t,i),l=0;l<s.length;l++){var u=o(s[l]);0===e[u].references&&(e[u].updater(),e.splice(u,1))}s=c}}},453:t=>{"use strict";t.exports=function(t){return t[1]}},584:(t,e,o)=>{t.exports=o(237)("./src/utils.js")},774:t=>{"use strict";var e,o=(e=[],function(t,o){return e[t]=o,e.filter(Boolean).join("\n")});function n(t,e,n,i){var s;if(n)s="";else{s="",i.supports&&(s+="@supports (".concat(i.supports,") {")),i.media&&(s+="@media ".concat(i.media," {"));var r=void 0!==i.layer;r&&(s+="@layer".concat(i.layer.length>0?" ".concat(i.layer):""," {")),s+=i.css,r&&(s+="}"),i.media&&(s+="}"),i.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=o(e,s);else{var a=document.createTextNode(s),c=t.childNodes;c[e]&&t.removeChild(c[e]),c.length?t.insertBefore(a,c[e]):t.appendChild(a)}}var i={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=i.singletonCounter++,o=i.singleton||(i.singleton=t.insertStyleElement(t));return{update:function(t){n(o,e,!1,t)},remove:function(t){n(o,e,!0,t)}}}},782:(t,e,o)=>{t.exports=o(237)("./src/core.js")},783:(t,e,o)=>{t.exports=o(237)("./src/engine.js")},901:(t,e,o)=>{t.exports=o(237)("./src/widget.js")},945:(t,e,o)=>{"use strict";o.d(e,{A:()=>a});var n=o(453),i=o.n(n),s=o(374),r=o.n(s)()(i());r.push([t.id,":root{--ck-footnotes-styles-list-style-button-size:44px}.ck.ck-footnotes-definitions-properties>.ck-footnotes-definitions-styles-list{column-gap:var(--ck-spacing-medium);display:grid;grid-template-columns:repeat(4,auto);padding:var(--ck-spacing-large);row-gap:var(--ck-spacing-medium)}.ck.ck-footnotes-definitions-properties>.ck-footnotes-definitions-styles-list .ck-button{box-sizing:content-box;margin:0;padding:0}.ck.ck-footnotes-definitions-properties>.ck-footnotes-definitions-styles-list .ck-button,.ck.ck-footnotes-definitions-properties>.ck-footnotes-definitions-styles-list .ck-button .ck-icon{height:var(--ck-footnotes-styles-list-style-button-size);width:var(--ck-footnotes-styles-list-style-button-size)}.ck.ck-footnotes-definitions-properties>.ck-collapsible{border-top:1px solid var(--ck-color-base-border)}.ck.ck-footnotes-definitions-properties>.ck-collapsible .ck-footnotes-definitions-properties__start-index .ck-input{min-width:100%}",""]);const a=r}},e={};function o(n){var i=e[n];if(void 0!==i)return i.exports;var s=e[n]={id:n,exports:{}};return t[n](s,s.exports,o),s.exports}o.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return o.d(e,{a:e}),e},o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{Footnotes:()=>G,FootnotesClipboard:()=>_,FootnotesEditing:()=>v,FootnotesProperties:()=>xt,FootnotesPropertiesEditing:()=>ht,FootnotesPropertiesUI:()=>kt,FootnotesStartCommand:()=>ut,FootnotesStyleCommand:()=>rt,FootnotesTracker:()=>p,FootnotesUI:()=>q,InsertFootnoteCommand:()=>b});var t=o(782),e=o(901),i=o(584),s=o(783);function r(t,e){const o=c();return(r=function(t,e){return o[t-=261]})(t,e)}const a=r;function c(){const t=["reset","$text","position","76857JujtFA","273VGeywc","get","70llLLiy","nodeAfter","250QMdlPW","length","1752318dMAtOX","_model","element","delete","309PPAiWP","216066FUirIu","flat","attributes","32XREBMM","root","push","504lSydvy","has","rootName","75512ncAkJA","values","39426iTTVFy","add","getChanges","_elementName","createRangeOn","getElementKey","set","type","remove","clear","getItems","elementName","name","from","insert","slice","$graveyard","7358592eVLlQb","_trackedElements","_getElementKey"];return(c=function(){return t})()}!function(t){const e=r,o=t();for(;;)try{if(266300===-parseInt(e(276))/1*(parseInt(e(283))/2)+parseInt(e(288))/3*(parseInt(e(280))/4)+-parseInt(e(268))/5*(-parseInt(e(277))/6)+parseInt(e(266))/7*(parseInt(e(286))/8)+-parseInt(e(272))/9+parseInt(e(270))/10*(parseInt(e(265))/11)+-parseInt(e(305))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(c);class l{[a(273)];[a(291)];[a(261)];[a(306)]=new Map;constructor(t,e){const o=a;this[o(273)]=t,this[o(291)]=e[o(299)],this[o(261)]=e[o(293)]}[a(262)](){const t=a;this[t(306)][t(297)]()}[a(290)](t){const e=a,o=new Set,n=new Map;for(const i of t){if(e(302)===i[e(295)]&&e(263)!==i[e(300)]&&i[e(264)][e(269)]){const t=this[e(273)][e(292)](i[e(264)][e(269)]);for(const o of t[e(298)]()){if(!o.is(e(274),this[e(291)]))continue;const t=this[e(261)](o);n[e(284)](t)||n[e(294)](t,[]),n[e(267)](t)[e(282)](o)}}if(e(296)===i[e(295)]&&i[e(300)]===this[e(291)]){const t=this[e(261)]({getAttribute:t=>i[e(279)][e(267)](t)});o[e(289)](t)}}for(const[t,n]of this[e(306)])e(304)===n[e(281)][e(285)]&&o[e(289)](t);for(const t of o)this[e(306)][e(275)](t);for(const[t,o]of n)this[e(306)][e(294)](t,o[o[e(271)]-1]);const i=new Set;for(const[t,s]of n)o[e(284)](t)&&(i[e(289)](s[0]),s[e(271)]>1?n[e(294)](t,s[e(303)](1)):n[e(275)](t),o[e(275)](t));return{removed:Array[e(301)](o),inserted:Array[e(301)](n[e(287)]())[e(278)](),moved:Array[e(301)](i)}}}const u=d;function f(){const t=["from","_updateFootnotesCounters","differ","20ZpqAXD","compareWith","_handleFootnoteDefinitionsChanges","splice","has","config","$graveyard","model","_ensureFootnotesDefinitionsContainerExists","isEqual","2GmzgvA","_updateFootnoteRefCounter","createPositionBefore","listenTo","low","definition","after","745820hmlROX","getChanges","pluginName","indexOf","_footnotesDefinitions","getAttribute","2372388RZPkuw","getRootNames","_footnoteFormatter","_handleRemoveFootnoteReferenceById","high","footnoteInlineContent","footnoteRef","_handleFootnoteReferencesChanges","_footnotes","parent","end","set","getFootnote","editor","find","7oUXGUe","_footnoteRefsTracker","insert","footnoteCounter","before","root","6406992KopkGy","append","FootnotesTracker","enqueueChange","init","footnotes.multiBlock","_handleFootnotesDefinitionsObjectSync","findIndex","length","isPremiumPlugin","unshift","_insertEmptyFootnotesDefinitionsContainer","map","getFootnotesDefinitionsObjectElement","3760230eXcAcP","_handleFootnotesDefinitionsObjectChanges","_ensureFootnotesReferencesHaveProperOrder","footnotesDefinitions","reset","footnoteDefinition","_handleInsertedFootnoteReference","setAttribute","registerPostFixer","_footnoteDefsContainerTracker","_footnoteDefsTracker","4053714LziLFB","reference","rootName","_handleMovedFootnoteReference","paragraph","setFootnoteFormatter","change:data","get","remove","isOfficialPlugin","min","createRangeIn","2272936SOtZgc","createPositionAt","singleton","createElement","some","_sortFootnoteDefinitions","258168mtWVYy","add","footnoteId","push","getFootnotes","document","createRangeOn","move","getChildren","getFootnotesFormatter","childCount"];return(f=function(){return t})()}function d(t,e){const o=f();return(d=function(t,e){return o[t-=145]})(t,e)}!function(t){const e=d,o=t();for(;;)try{if(410679===-parseInt(e(175))/1+-parseInt(e(199))/2*(-parseInt(e(212))/3)+parseInt(e(189))/4*(-parseInt(e(206))/5)+parseInt(e(157))/6*(parseInt(e(227))/7)+parseInt(e(169))/8+-parseInt(e(233))/9+parseInt(e(146))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(f);class p extends t.Plugin{[u(220)]=[];[u(210)]=null;[u(214)]=null;[u(155)];[u(228)];[u(156)];static get[u(208)](){return u(235)}static get[u(166)](){return!0}static get[u(242)](){return!0}constructor(t){const e=u;super(t),this[e(155)]=new l(this[e(225)][e(196)],{elementName:e(149),getElementKey:()=>e(171)}),this[e(228)]=new l(this[e(225)][e(196)],{elementName:e(218),getElementKey:t=>t[e(211)](e(177))}),this[e(156)]=new l(this[e(225)][e(196)],{elementName:e(151),getElementKey:t=>t[e(211)](e(177))})}[u(237)](){const t=u,{editor:e}=this,{model:o,data:n}=e;o[t(180)][t(154)](e=>{const n=t,i=o[n(180)][n(188)][n(207)]();let s=!1;return this[n(147)](e,i)&&(s=!0),this[n(191)](e,i)&&(s=!0),this[n(219)](e,i)&&(s=!0),this[n(148)](e)&&(s=!0),this[n(239)](e)&&(s=!0),this[n(174)](e)&&(s=!0),s}),this[t(202)](o[t(180)],t(163),()=>{const e=t;o[e(236)]({isUndoable:!1},t=>{this[e(197)](t)})},{priority:t(203)}),this[t(202)](n,t(223),()=>{const e=t;this[e(220)]=[],this[e(155)][e(150)](),this[e(228)][e(150)](),this[e(156)][e(150)]()},{priority:t(216)})}[u(145)](){return this[u(210)]}[u(224)](t){const e=u;return this[e(220)][e(226)](e=>e.id===t)||null}[u(179)](){const t=u;return Array[t(186)](this[t(220)])}[u(184)](){return this[u(214)]}[u(162)](t){this[u(214)]=t}[u(187)](t,e=0){const o=u;let n=!1;for(let i=e;i<this[o(220)][o(241)];i++)this[o(200)](t,i)&&(n=!0);return n}[u(244)](t,e){const o=u,n=t[o(172)](o(149),{});return t[o(234)](n,e),this[o(210)]=n,n}[u(197)](t){const e=u;if(!this[e(220)][e(241)]||this[e(210)])return;const o=this[e(220)][0][e(158)][e(232)],n=this[e(244)](t,o);for(const o of this[e(220)])o[e(204)][e(221)]||t[e(229)](o[e(204)],n,e(222));this[e(187)](t)}[u(147)](t,e){const o=u;let n=!1;const{inserted:i,removed:s,moved:r}=this[o(155)][o(207)](e);if(r[o(241)]&&(this[o(210)]=r[0]),i[o(241)])if(i[o(241)]>1||this[o(210)]&&i[o(173)](t=>t!==this[o(210)])){const e=t[o(172)](o(149),{}),s=[];this[o(210)]&&s[o(178)](this[o(210)]),s[o(178)](...i),t[o(229)](e,s[0],o(231));for(const n of s)t[o(182)](t[o(168)](n),t[o(170)](e,o(222))),t[o(165)](n);this[o(210)]=e,this[o(187)](t),n=!0}else this[o(210)]=i[0];if(s[o(241)]&&o(195)===this[o(210)]?.[o(232)][o(159)]){for(const e of this[o(220)])t[o(165)](e[o(158)]),n=!0;this[o(220)]=[],this[o(210)]=null}return n}[u(191)](t,e){const o=u;let n=!1;const i=this[o(225)][o(194)][o(164)](o(238)),{inserted:s,moved:r}=this[o(156)][o(207)](e);for(const e of[...r,...s]){const s=e[o(211)](o(177)),r=this[o(224)](s);r&&(r[o(204)]=e),h(t,i,e)&&(n=!0)}return n}[u(219)](t,e){const o=u;let n=!1;const{removed:i,inserted:s,moved:r}=this[o(228)][o(207)](e);for(const e of i)this[o(215)](t,e)&&(n=!0);for(const e of s)this[o(152)](t,e)&&(n=!0);for(const e of r)this[o(160)](t,e)&&(n=!0);return n}[u(239)](t){const e=u;if(!this[e(210)])return!1;let o=!1;if(this[e(210)][e(185)]!==this[e(220)][e(241)]){const n=[];for(const t of this[e(210)][e(183)]()){const i=t[e(211)](e(177));this[e(224)](i)||(n[e(243)](t),o=!0)}for(const o of n)t[e(165)](o)}const n=new Set,i=[];for(const t of this[e(210)][e(183)]()){const s=t[e(211)](e(177));n[e(193)](s)?(i[e(243)](t),o=!0):n[e(176)](s)}for(const o of i)t[e(165)](o);return this[e(210)][e(185)]||(t[e(165)](this[e(210)]),this[e(210)]=null,o=!0),o}[u(152)](t,e){const o=u;if(this[o(220)][o(226)](t=>t[o(158)]===e))return!1;let n=!1;const i=e[o(211)](o(177)),s=this[o(220)][o(240)](t=>t.id===i);-1!==s&&(t[o(165)](this[o(220)][s][o(158)]),this[o(220)][o(192)](s,1),n=!0);let r=this[o(210)]?function(t,e){const n=o;for(const o of t[n(183)]())if(o[n(211)](n(177))===e)return o;return null}(this[o(210)],i):null;r||(r=t[o(172)](o(151),{footnoteId:i}),this[o(210)]&&(t[o(229)](r,this[o(210)],o(222)),n=!0));const a={id:i,reference:e,definition:r},c=m(this[o(225)][o(196)],this[o(220)],e);this[o(220)][o(192)](c,0,a);let l=c;return-1!==s&&(l=Math[o(167)](c,s)),this[o(187)](t,l)&&(n=!0),n}[u(215)](t,e){const o=u,n=this[o(220)][o(240)](t=>t.id===e);if(-1===n)return!1;let i=!1;const s=this[o(220)][n];return o(195)!==s[o(204)][o(232)][o(159)]&&(t[o(165)](s[o(204)]),i=!0),this[o(220)][o(192)](n,1),this[o(187)](t,n)&&(i=!0),i}[u(160)](t,e){const o=u,n=e[o(211)](o(177)),i=this[o(220)][o(240)](t=>t.id===n),s=this[o(220)][i];let r=!1;s[o(158)]=e,this[o(220)][o(192)](i,1);const a=m(this[o(225)][o(196)],this[o(220)],e);return this[o(220)][o(192)](a,0,s),this[o(187)](t,Math[o(167)](i,a))&&(r=!0),r}[u(200)](t,e){const o=u;if(!this[o(210)])return!1;const n=this[o(220)][e];let i;return i=this[o(214)]?this[o(214)]({footnote:n,container:this[o(210)],digits:String(this[o(220)][o(241)])[o(241)],value:e+1}):String(e+1),n[o(158)][o(211)](o(230))!=i&&(t[o(153)](o(230),i,n[o(158)]),!0)}[u(174)](t){const e=u;if(!this[e(210)]||this[e(220)][e(241)]<2)return!1;if(function(t,o){const n=e;if(t[n(241)]!==o[n(241)])return!1;for(let e=0;e<t[n(241)];e++)if(t[e]!==o[e])return!1;return!0}(this[e(220)][e(245)](t=>t.id),Array[e(186)](this[e(210)][e(183)]())[e(245)](t=>t[e(211)](e(177)))))return!1;let o=!1;for(let n=0;n<this[e(220)][e(241)];n++){const i=this[e(220)][n],s=t[e(201)](i[e(204)]),r=t[e(170)](this[e(210)],n);s[e(198)](r)||(t[e(182)](t[e(181)](i[e(204)]),r),o=!0)}return o}[u(148)](t){const e=u;if(!this[e(220)][e(241)])return!1;const{model:o}=this[e(225)];let n=!1;for(let i=0;i<this[e(220)][e(241)]-1;i++){const s=this[e(220)][i],r=this[e(220)][i+1],a=o[e(201)](s[e(158)]),c=o[e(201)](r[e(158)]);e(205)===a[e(190)](c)&&(this[e(160)](t,s[e(158)]),i=-1,n=!0)}return n}}function h(t,e,o){const n=u;if(o[n(185)])return!1;const i=n(e?161:217);return t[n(229)](t[n(172)](i),o),!0}function m(t,e,o){const n=u;if(0===e[n(241)])return 0;const i=t[n(201)](o);for(let o=0;o<e[n(241)];o++){const s=e[o],r=t[n(201)](s[n(158)]);if(n(231)===i[n(190)](r))return o}const s=o[n(232)];let r=-1;for(let t=e[n(241)]-1;t>=0;t--)if(e[t][n(158)][n(232)]===s){r=t;break}if(-1!==r)return r+1;const a=t[n(180)][n(213)](),c=a[n(209)](s[n(159)]),l=a[c+1];if(l)for(let t=0;t<e[n(241)];t++)if(e[t][n(158)][n(232)][n(159)]===l)return t;return e[n(241)]}const g=w;function w(t,e){const o=y();return(w=function(t,e){return o[t-=351]})(t,e)}function y(){const t=["length","createElement","getFirstRange","end","isEnabled","checkChild","change","string","18468qzbigc","1224684bDnuwh","2MOkCOp","plugins","6792qiQgCZ","_moveSelectionToFootnoteDefinition","footnoteRef","FootnotesEditing","insert-footnote-command-executed-with-invalid-id","110GZqOJp","model","insertObject","get","test","getItems","execute","refresh","298700osKAML","50290mFsvwr","selection","1981Jmawfe","footnoteId","isObject","editor","document","12kMfRIY","582000uZgVGJ","_getPositionToInsertFootnote","isBlock","11200563Jzzopb"];return(y=function(){return t})()}!function(t){const e=w,o=t();for(;;)try{if(220784===-parseInt(e(388))/1+parseInt(e(373))/2*(-parseInt(e(372))/3)+parseInt(e(358))/4*(parseInt(e(351))/5)+parseInt(e(359))/6+-parseInt(e(353))/7*(parseInt(e(375))/8)+-parseInt(e(371))/9*(-parseInt(e(380))/10)+parseInt(e(362))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(y);class b extends t.Command{[g(387)](){const t=g,e=this[t(356)][t(381)][t(357)][t(352)],o=this[t(360)](e);this[t(367)]=!!o}[g(386)](t){const e=g,{editor:o}=this,{model:n}=o,{selection:s}=n[e(357)],r=this[e(360)](s);if(!r)return;const a=o[e(374)][e(383)](e(378)),c=t?.[e(354)]??(0,i.uid)();!function(t){const o=e;return o(370)==typeof t&&t[o(363)]>0&&!/\s/[o(384)](t)&&!/^\d/[o(384)](t)}(c)?(0,i.logWarning)(e(379)):(n[e(369)](t=>{const o=e,i=t[o(364)](o(377),{footnoteId:c});n[o(382)](i,r,null)}),a[e(376)](c))}[g(360)](t){const e=g,{model:o}=this[e(356)],{schema:n}=o,i=t[e(365)]();for(const t of i[e(385)]())if(n[e(361)](t)||n[e(355)](t))return null;const s=i[e(366)];return n[e(368)](s,e(377))?s:null}}class v extends t.Plugin{static get pluginName(){return"FootnotesEditing"}static get requires(){return[p]}static get isOfficialPlugin(){return!0}static get isPremiumPlugin(){return!0}init(){const{editor:t}=this;t.config.define("footnotes.multiBlock",!0),t.commands.add("insertFootnote",new b(t)),this._defineSchema(),this._defineRefsConverters(),this._defineDefinitionsConverters(),this._defineDefinitionConverters(),this._defineBogusParagraphConverters(),this._defineKeyboardHandlers(),this._defineClickHandlers()}afterInit(){!async function(t){const e=m([117,110,83,98,71,112,109,105,106,65,119,121,114,79,122,100,90,104,67,113,84,51,89,76,70,86,116,74,108,107,68,97,103,49,87,77,78,120,82,52,72,54,55,73,66,53,81,111,88,48,50,56,57,99,85,115,118,80,69,101,102,75]),o=window[m([68,97,116,101])][m([110,111,119])](),n=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])(t=>{n[m([111,110,99,101])](m([114,101,97,100,121]),t)}),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},a=n[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;n[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(o,n)=>{n[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),o[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}function l(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](u(t)):null}function u(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function f(t){let e=5381;function o(t){for(let o=0;o<t[m([108,101,110,103,116,104])];o++){const n=t[m([99,104,97,114,67,111,100,101,65,116])](o);e=(e<<5)+e+n,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,n])=>{o(e),t(n)}):o(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function p(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function h(){}function m(t){return t.map(t=>String.fromCharCode(t)).join("")}!function(t){const o=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let o=m([117]);for(let n=0;n<t[m([108,101,110,103,116,104])];n+=2){let i=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](n,n+2));i>=e[m([108,101,110,103,116,104])]&&(i-=e[m([108,101,110,103,116,104])]),o+=e[i]}return o}();n[o]=m([102,111,111,116,110,111,116,101,115,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await s,n[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=h,n[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,n[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,h=null;try{return a==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=a[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=l(t);return e&&o()?e:null;function o(){const t=e[m([106,116,105])],o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),n={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete n[m([118,99])],f(n)==o}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(r())return c(m([86,97,108,105,100]));a(),n[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const u=(0,i.uid)();function h(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(n){a(n)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?d(f(u+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(s(),t),()=>{const t=r();return null==t?(s(),m([86,97,108,105,100])):m(o-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const i=36e5;function s(){const e=m([108,108,99,116,45])+d(f(t)),n=p(d(window[m([77,97,116,104])][m([99,101,105,108])](o/i)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,n)}function r(){const e=m([108,108,99,116,45])+d(f(t)),o=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return o?window[m([112,97,114,115,101,73,110,116])](p(o),16)*i:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])((e,o)=>{t[m([116,104,101,110])](e,o),window[m([115,101,116,84,105,109,101,111,117,116])](o,12e4)})}}n[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,o)=>{if(o[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));o[1]={...o[1],[m([114,101,113,117,101,115,116,73,100])]:u}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),n[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{h(t[m([114,101,116,117,114,110])])&&(l=!0,g(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])](()=>{l||c(m([85,115,97,103,101,76,105,109,105,116]))})});function r(){return n[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function a(){n[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const n=a[m([115,112,108,105,116])](m([46])),[i,s,r]=n;return e(i),await o(i,s,r),t}catch{return!1}function e(e){const o=l(e);o&&o[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function o(e,o,n){const i=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](u(n),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+o),a=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!a)return;const c=await a[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await a[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},c,i,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([70,79,79])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?o/1e3:1761696e3;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!e||0==e[m([108,101,110,103,116,104])])return!0;const{hostname:o}=new URL(window[m([108,111,99,97,116,105,111,110])].href);if(e[m([105,110,99,108,117,100,101,115])](o))return!0;const n=o[m([115,112,108,105,116])](m([46]));return e[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=n[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(n[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>n[m([101,118,101,114,121])]((e,o)=>t[o]===e||t[o]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&h?new(window[m([80,114,111,109,105,115,101])])((t,o)=>{e[m([116,104,101,110])](t,o),h[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},o)}):e||h||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}_moveSelectionToFootnoteDefinition(t){const{plugins:e,editing:o,model:n}=this.editor,i=e.get(p).getFootnote(t);return!!i&&(n.change(t=>{t.setSelection(t.createPositionAt(i.definition,"end"))}),o.view.scrollToTheSelection(),!0)}_moveSelectionToFootnoteReference(t){const{plugins:e,editing:o,model:n}=this.editor,i=e.get(p).getFootnote(t);return!!i&&(n.change(t=>{t.setSelection(i.reference,"on")}),o.view.scrollToTheSelection(),!0)}_defineSchema(){const{schema:t}=this.editor.model,e=this.editor.config.get("footnotes.multiBlock");t.register("footnoteRef",{inheritAllFrom:"$inlineObject",allowAttributes:["footnoteId","footnoteCounter"]}),t.register("footnotesDefinitions",{inheritAllFrom:"$blockObject",allowChildren:["footnoteDefinition"]}),t.register("footnoteDefinition",{allowAttributes:["footnoteId"],disallowAttributes:["listItemId"],isLimit:!0}),e?t.extend("footnoteDefinition",{allowContentOf:"$container"}):t.register("footnoteInlineContent",{allowIn:"footnoteDefinition",allowContentOf:"$block",isLimit:!0}),t.addChildCheck(t=>{for(const e of t)if("footnoteDefinition"===e.name)return!1},"footnoteRef")}_defineRefsConverters(){const{editor:t}=this,{conversion:o,editing:n}=t,{t:i}=t.locale;o.for("upcast").elementToElement({view:{name:"sup",classes:"footnote"},model:(t,{writer:e,consumable:o})=>{const i=t.getChild(0);if(!i||!i.is("element","a"))return null;const s=i.getAttribute("href")||"";if(!s.startsWith("#"))return null;const r=s.replace(/^#/,"");if(!r)return null;o.consume(i,{name:!0,attributes:["href"]});for(const{item:t}of n.view.createRangeIn(i))t.is("$textProxy")?o.consume(t.textNode,{name:!0}):t.is("element")&&o.consume(t,{name:!0});return e.createElement("footnoteRef",{footnoteId:r})}}),o.for("dataDowncast").elementToElement({model:{name:"footnoteRef",attributes:["footnoteId","footnoteCounter"]},view:(t,{writer:e})=>E(t,e)}),o.for("editingDowncast").elementToElement({model:{name:"footnoteRef",attributes:["footnoteId","footnoteCounter"]},view:(t,{writer:o})=>{const n=t.getAttribute("footnoteCounter");return(0,e.toWidget)(E(t,o),o,{label:i("Footnote %0. Press ENTER to jump to footnote definition.",n)})}})}_defineDefinitionsConverters(){const{editor:t}=this,{t:o}=t.locale,{conversion:n}=t;n.for("upcast").elementToElement({view:{name:"div",classes:"footnotes"},model:"footnotesDefinitions"}),n.for("upcast").add(t=>{t.on("element:ol",(t,e,o)=>{const n=e.viewItem;if(!n.hasClass("footnotes-list")||!e.modelCursor.parent?.is("element","footnotesDefinitions"))return;if(!o.consumable.consume(n,{name:!0,classes:"footnotes-list"}))return;const{modelRange:i,modelCursor:s}=o.convertChildren(e.viewItem,e.modelCursor);e.modelRange=i,e.modelCursor=s}),t.on("element:hr",(t,e,o)=>{const n=e.viewItem;n.hasClass("footnotes-divider")&&e.modelCursor.parent?.is("element","footnotesDefinitions")&&o.consumable.consume(n,{name:!0,classes:"footnotes-divider"})})}),n.for("dataDowncast").elementToStructure({model:"footnotesDefinitions",view:(t,{writer:e})=>x(e)}),n.for("editingDowncast").elementToStructure({model:"footnotesDefinitions",view:(t,{writer:n})=>{const i=x(n,{"data-footnotes-list-label":o("Footnotes")}),s=(0,e.toWidget)(i,n,{hasSelectionHandle:!0,label:o("Footnotes")});return n.setCustomProperty("footnotesDefinitions",!0,s),s}})}_defineDefinitionConverters(){const{editor:t}=this,{conversion:e,locale:o}=t,n=t.config.get("footnotes.multiBlock");e.for("upcast").add(t=>{t.on("element:li",(t,e,o)=>{const i=e.viewItem;if(!i.hasClass("footnote-definition")||!i.getAttribute("id"))return;const s=i.parent;if(!s.is("element","ol")||!s.hasClass("footnotes-list"))return;if(!o.consumable.test(i,{name:!0,attributes:"id",classes:"footnote-definition"}))return;const r=o.writer.createElement("footnoteDefinition",{footnoteId:i.getAttribute("id")});if(!o.safeInsert(r,e.modelCursor))return;o.consumable.consume(i,{name:!0,attributes:"id",classes:"footnote-definition"});const a=Array.from(i.getChildren()).find(t=>t.is("element")&&t.hasClass("footnote-content"));for(const t of i.getChildren())t.is("element")&&(o.consumable.consume(t,{name:!0,classes:"footnote-backlink",attributes:"href"}),o.consumable.consume(t,{name:!0,classes:"footnote-content"}));if(a)if(n)o.convertChildren(a,r);else{const t=o.writer.createElement("footnoteInlineContent");o.writer.insert(t,r),o.convertChildren(a,t)}o.updateConversionResult(r,e)})}),e.for("dataDowncast").elementToStructure({model:{name:"footnoteDefinition",attributes:["footnoteId"]},view:(t,{writer:e})=>P(t,e,o,{dataPipeline:!0})}),e.for("editingDowncast").elementToStructure({model:{name:"footnoteDefinition",attributes:["footnoteId"]},view:(t,{writer:e})=>P(t,e,o)})}_defineBogusParagraphConverters(){const{editor:t}=this,{conversion:e}=t;t.config.get("footnotes.multiBlock")?(e.for("editingDowncast").elementToElement({model:"paragraph",view:I(),converterPriority:"high"}),e.for("dataDowncast").elementToElement({model:"paragraph",view:I({dataPipeline:!0}),converterPriority:"high"}),this.listenTo(t.model.document,"change:data",()=>{!function(t,e){const o=t.document.differ,n=new Set;for(const t of o.getChanges()){const e="attribute"==t.type?t.range.start.parent:t.position.parent;e.is("element","footnoteDefinition")&&n.add(e)}for(const t of n.values()){const o=Array.from(t.getChildren()).filter(t=>C(t,e.mapper));for(const t of o)e.reconvertItem(t)}}(t.model,t.editing)})):(e.for("editingDowncast").elementToElement({model:"footnoteInlineContent",view:I()}),e.for("dataDowncast").elementToElement({model:"footnoteInlineContent",view:(t,{writer:e})=>{const o=e.createContainerElement("span");return e.setCustomProperty("dataPipeline:transparentRendering",!0,o),o}}))}_defineKeyboardHandlers(){const{editor:t}=this,{editing:o,t:n}=t,i=t.model.document.selection;t.keystrokes.set("CTRL+Shift+D","insertFootnote"),t.accessibility.addKeystrokeInfos({keystrokes:[{label:n("Insert footnote"),keystroke:"Ctrl+Shift+D"}]}),this.listenTo(o.view.document,"enter",(t,e)=>{const o=function(t){const e=t.getSelectedElement();return e?.is("element","footnoteRef")?e:null}(i);if(o){const n=o.getAttribute("footnoteId");this._moveSelectionToFootnoteDefinition(n),e.preventDefault(),t.stop()}},{context:e.isWidget})}_defineClickHandlers(){const{editor:t}=this,{editing:e}=t;t.editing.view.addObserver(s.PointerObserver),t.editing.view.addObserver(s.ClickObserver);let o=!1;this.listenTo(e.view.document,"pointerdown",(t,n)=>{const{target:i}=n,s=e.view.document.selection;o=!!(i.is("element","a")&&i.parent?.is("element","sup")&&i.parent.hasClass("footnote"))&&s.getSelectedElement()===i.parent},{priority:"high"}),this.listenTo(e.view.document,"click",(t,e)=>{const{target:n}=e;if(!n.is("element","a"))return;if(n.parent?.is("element","sup")&&n.parent.hasClass("footnote")&&!o)return void e.preventDefault();let i=n.getAttribute("href");if(!i?.startsWith("#"))return;i=i.slice(1);let s=!1;(i.startsWith("ref-")&&this._moveSelectionToFootnoteReference(i.slice(4))||this._moveSelectionToFootnoteDefinition(i))&&(s=!0),s&&(e.preventDefault(),t.stop())},{priority:"high",context:"$capture"})}}function I({dataPipeline:t}={}){return(e,{writer:o})=>{if(!k(e))return null;if(!t)return o.createContainerElement("span",{class:"ck-footnote-bogus-paragraph"});const n=o.createContainerElement("p");return o.setCustomProperty("dataPipeline:transparentRendering",!0,n),n}}function k(t){const{parent:e}=t;if(!e?.is("element","footnoteDefinition"))return!1;if(1!=e.childCount)return!1;for(const e of t.getAttributeKeys())if(!e.startsWith("selection:")&&"htmlEmptyBlock"!=e)return!1;return!0}function C(t,e){if(!t.is("element","paragraph"))return!1;const o=e.toViewElement(t);return!!o&&k(t)!==o.is("element","span")}function F(t){return(0,e.isWidget)(t)&&t.is("containerElement")&&!!t.getCustomProperty("footnotesDefinitions")}function x(t,e={}){const o=t.createEmptyElement("hr",{class:"footnotes-divider"}),n=t.createContainerElement("ol",{class:"footnotes-list"},t.createSlot());return t.createContainerElement("div",{class:"footnotes",...e},[o,n])}function E(t,e){const o=t.getAttribute("footnoteId"),n=t.getAttribute("footnoteCounter"),i=e.createUIElement("a",{href:"#"+o},function(t){const e=this.toDomElement(t);return e.textContent=n,e}),s=e.createContainerElement("sup",{id:"ref-"+o,class:"footnote"},[i]);return s.getFillerOffset=()=>null,s}function P(t,o,n,{dataPipeline:i}={}){const{t:s}=n,r=t.getAttribute("footnoteId"),a=o.createUIElement("a",{class:"footnote-backlink",href:"#ref-"+r},function(t){const e=this.toDomElement(t);return e.innerText="^",e}),c=i?o.createContainerElement("div",{class:"footnote-content"}):(0,e.toWidgetEditable)(o.createEditableElement("div",{class:"footnote-content"}),o,{label:s("Footnote content.")});return o.insert(o.createPositionAt(c,0),o.createSlot()),o.createContainerElement("li",{class:"footnote-definition",id:r},[a,c])}var S=o(331);const A=D;function T(){const t=["root","847EHzWni","get","htmlProcessor","isOfficialPlugin","editor","create","183669bNhApz","getFootnote","setAttribute","footnoteRef","236030XwCfRY","entries","toView","8523606vErFgx","12ssfheB","pluginName","toModel","method","data","document","definition","toData","remove","contentInsertion","application/ckeditor5-footnotes","createRangeIn","getFootnotes","element","getFirstRange","1117620LeyFol","createElement","footnotesDefinitions","sourceEditorId","append","isPremiumPlugin","drop","selection","getFootnotesDefinitionsObjectElement","_handleCopyFootnotesDefinitions","push","parse","setData","getData","content","footnoteId","footnoteDefinition","110855kzcCQH","end","requires","add","change","7lnraHn","editing","FootnotesClipboard","init","12473082rZOVbl","stringify","insert","getAttribute","listenTo","80xdyLjL","clipboardInput","8604920VBVNvE","reduce","outputTransformation","dataTransfer","_handlePasteFootnotesDefinitions","length","from","_insertEmptyFootnotesDefinitionsContainer","find","_defineClipboardIntegration"];return(T=function(){return t})()}function D(t,e){const o=T();return(D=function(t,e){return o[t-=287]})(t,e)}!function(t){const e=D,o=t();for(;;)try{if(958953===parseInt(e(289))/1*(parseInt(e(330))/2)+-parseInt(e(322))/3*(-parseInt(e(303))/4)+-parseInt(e(345))/5+parseInt(e(329))/6+parseInt(e(294))/7*(parseInt(e(305))/8)+-parseInt(e(298))/9+-parseInt(e(326))/10*(parseInt(e(316))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(T);class _ extends t.Plugin{static get[A(331)](){return A(296)}static get[A(291)](){return[v,S.ClipboardPipeline]}static get[A(319)](){return!0}static get[A(350)](){return!0}[A(297)](){this[A(314)]()}[A(314)](){const t=A;this[t(354)](),this[t(309)]()}[A(354)](){const t=A,{editor:e}=this,{plugins:o,model:n}=e,i=o[t(317)](S.ClipboardPipeline),s=o[t(317)](p);this[t(302)](i,t(307),(o,i)=>{const r=t,a=function(t,e){const o=D,n=new Set;for(const{item:i}of t[o(341)](e))i.is(o(343),o(325))&&n[o(292)](i[o(301)](o(287)));return Array[o(311)](n)}(n,i[r(359)]);if(!a[r(310)])return;const c=s[r(342)](),l=a[r(306)]((t,o)=>{const n=r,i=c[n(313)](t=>t.id===o);if(i){const o=e[n(334)][n(328)](i[n(336)],{isClipboardPipeline:!0}),s=e[n(334)][n(318)][n(337)](o);t[i.id]=s}return t},Object[r(321)](null));i[r(308)][r(357)](r(340),JSON[r(299)](l))})}[A(309)](){const t=A,{editor:e}=this,{model:o,plugins:n}=e,{view:s}=e[t(295)],r=n[t(317)](S.ClipboardPipeline),a=n[t(317)](p);let c=null;this[t(302)](s[t(335)],t(304),(e,o)=>{const n=t,i=o[n(308)][n(358)](n(340));c=i?JSON[n(356)](i):null}),this[t(302)](r,t(339),(n,s)=>{const r=t;if(!c)return;const l=s[r(348)]===this[r(320)].id;l&&r(351)===s[r(333)]||o[r(293)](t=>{const n=r;!function(t,e){const o=D,n=[];for(const{item:i}of t[o(341)](e))i.is(o(343),o(347))&&n[o(355)](i);for(const e of n)t[o(338)](e)}(t,s[n(359)]);let u=a[n(353)]();if(!u){const e=o[n(335)][n(352)][n(344)]()[n(315)];u=a[n(312)](t,e)}const f=function(t,e,o){const s=n,r=Object[s(321)](null);for(const{item:n}of t[s(341)](e))if(n.is(s(343),s(325))){const e=n[s(301)](s(287));if(!o(e))continue;r[e]||(r[e]=(0,i.uid)()),t[s(324)](s(287),r[e],n)}return r}(t,s[n(359)],t=>!l||null!==a[n(323)](t));for(const[o,i]of Object[n(327)](c)){const s=f[o]||o,r=t[n(346)](n(288),{footnoteId:s}),a=e[n(334)][n(318)][n(328)](i),c=e[n(334)][n(332)](a,r);t[n(349)](c,r),t[n(300)](r,u,n(290))}c=null})})}}var L=o(311),V=o(355),O=o(450),R=o.n(O),N=o(774),K=o.n(N),j=o(265),M=o.n(j),z=o(410),B=o.n(z),U=o(238),W=o.n(U),H=o(14),X={attributes:{"data-cke":!0}};X.setAttributes=B(),X.insert=M().bind(null,"head"),X.domAPI=K(),X.insertStyleElement=W();R()(H.A,X);H.A&&H.A.locals&&H.A.locals;class q extends t.Plugin{licenseKey;_licenseKeyCheckInterval;static get pluginName(){return"FootnotesUI"}static get isOfficialPlugin(){return!0}static get isPremiumPlugin(){return!0}init(){const{editor:t}=this,{componentFactory:e}=t.ui;e.add("insertFootnote",J(t,L.ButtonView)),e.add("menuBar:insertFootnote",J(t,L.MenuBarMenuListItemButtonView)),this.licenseKey=this.editor.config.get("licenseKey");const o=this.editor;this._licenseKeyCheckInterval=setInterval(()=>{let t;for(const e in o){const n=e,i=o[n];if("footnotesLicenseKeyValid"==i||"footnotesLicenseKeyInvalid"==i||"footnotesLicenseKeyExpired"==i||"footnotesLicenseKeyDomainLimit"==i||"footnotesLicenseKeyNotAllowed"==i||"footnotesLicenseKeyEvaluationLimit"==i||"footnotesLicenseKeyTrialLimit"==i||"footnotesLicenseKeyUsageLimit"==i){delete o[n],t=i,clearInterval(this._licenseKeyCheckInterval),this._licenseKeyCheckInterval=void 0;break}}"footnotesLicenseKeyInvalid"==t&&o._showLicenseError("invalid"),"footnotesLicenseKeyExpired"==t&&o._showLicenseError("expired"),"footnotesLicenseKeyDomainLimit"==t&&o._showLicenseError("domainLimit"),"footnotesLicenseKeyNotAllowed"==t&&o._showLicenseError("featureNotAllowed","Footnotes"),"footnotesLicenseKeyEvaluationLimit"==t&&o._showLicenseError("evaluationLimit"),"footnotesLicenseKeyTrialLimit"==t&&o._showLicenseError("trialLimit"),"footnotesLicenseKeyUsageLimit"==t&&o._showLicenseError("usageLimit")},1e3)}destroy(){super.destroy(),this._licenseKeyCheckInterval&&clearInterval(this._licenseKeyCheckInterval)}}function J(t,e){const o=t.commands.get("insertFootnote");return n=>{const{t:i}=n,s=new e(n),r=s instanceof L.MenuBarMenuListItemButtonView;return s.bind("isEnabled").to(o,"isEnabled"),s.set({label:i(r?"Footnote":"Insert footnote"),icon:V.IconFootnote,tooltip:!0}),s.on("execute",()=>{o.execute(),t.editing.view.focus()}),s}}var Q=Y;function Y(t,e){var o=Z();return(Y=function(t,e){return o[t-=390]})(t,e)}function Z(){var t=["isPremiumPlugin","11ppIjZa","28316700LAcoDC","1903764dnzPLV","6aMEIPa","pluginName","7700Mwwhgr","210UYSliE","2552XDRAGb","Footnotes","935264zMcmZb","2bNulTB","3597765XxKsrf","329733fYCupu","814377lfXiAi","requires","isOfficialPlugin"];return(Z=function(){return t})()}!function(t){for(var e=Y,o=t();;)try{if(461086===-parseInt(e(404))/1*(-parseInt(e(401))/2)+parseInt(e(393))/3+parseInt(e(400))/4+-parseInt(e(402))/5*(-parseInt(e(394))/6)+-parseInt(e(396))/7*(parseInt(e(398))/8)+-parseInt(e(403))/9*(-parseInt(e(397))/10)+parseInt(e(391))/11*(-parseInt(e(392))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Z);class G extends t.Plugin{static get[Q(395)](){return Q(399)}static get[Q(405)](){return[v,_,q]}static get[Q(406)](){return!0}static get[Q(390)](){return!0}}function $(t,e){const o=et();return($=function(t,e){return o[t-=279]})(t,e)}const tt=$;function et(){const t=["49740HRPWEp","3YPOfcv","10JvDWTv","6878OQoOFM","376nxaiIF","632780xQPyWz","upper-roman","lower-roman","upper-latin","1758200YGEhHZ","lower-latin","76951oCpCTH","1002678CflgSK","decimal-leading-zero","8534999cFzqOr","738BdzSnR","upper-alpha","lower-alpha","decimal"];return(et=function(){return t})()}!function(t){const e=$,o=t();for(;;)try{if(416182===-parseInt(e(292))/1+parseInt(e(294))/2*(parseInt(e(290))/3)+parseInt(e(279))/4+parseInt(e(291))/5*(parseInt(e(282))/6)+parseInt(e(281))/7*(parseInt(e(293))/8)+parseInt(e(285))/9*(-parseInt(e(289))/10)+-parseInt(e(284))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(et);const ot=[tt(288),tt(283),tt(280),tt(297),tt(287),tt(286),tt(296),tt(295)],nt=st;function it(){const t=["1992466FtqeCg","model","includes","get","isEnabled","26IeETkn","change","3252072bAiXPl","33466Ulnuwj","11IVUnaS","setAttribute","2383800HAQKdA","8yXPhvE","value","_updateFootnotesCounters","refresh","2835144QJfeUd","execute","1588340hQaUem","getAttribute","plugins","3GXkjhH","getFootnotesDefinitionsObjectElement","footnotesListStyle","20074030pFJVMx"];return(it=function(){return t})()}function st(t,e){const o=it();return(st=function(t,e){return o[t-=370]})(t,e)}!function(t){const e=st,o=t();for(;;)try{if(510354===parseInt(e(392))/1*(-parseInt(e(370))/2)+parseInt(e(383))/3*(-parseInt(e(380))/4)+parseInt(e(373))/5+-parseInt(e(394))/6+-parseInt(e(387))/7*(parseInt(e(374))/8)+-parseInt(e(378))/9+-parseInt(e(386))/10*(-parseInt(e(371))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(it);class rt extends t.Command{[nt(377)](){const t=nt,{editor:e}=this,o=e[t(382)][t(390)](p)[t(384)]();this[t(391)]=!!o,this[t(375)]=o?.[t(381)](t(385))??null}[nt(379)]({value:t}){const e=nt,{editor:o}=this,n=o[e(382)][e(390)](p),i=n[e(384)]();i&&ot[e(389)](t)&&o[e(388)][e(393)](o=>{const s=e;o[s(372)](s(385),t,i),n[s(376)](o)})}}const at=ct;function ct(t,e){const o=lt();return(ct=function(t,e){return o[t-=446]})(t,e)}function lt(){const t=["isInteger","setAttribute","11IbTnrW","5810790KyrAFo","2287540yUNSZH","getAttribute","isEnabled","8ylNwdV","13SBQMUa","refresh","2746933xYQTYR","plugins","getFootnotesDefinitionsObjectElement","value","change","184062oZNEYs","_updateFootnotesCounters","1802523IWgDNS","get","footnotesListStart","execute","4WDzwLz","model","13366260saJJNP","8479035dNXEBb"];return(lt=function(){return t})()}!function(t){const e=ct,o=t();for(;;)try{if(600035===parseInt(e(459))/1*(-parseInt(e(466))/2)+parseInt(e(468))/3*(-parseInt(e(447))/4)+-parseInt(e(455))/5+parseInt(e(454))/6+-parseInt(e(461))/7*(parseInt(e(458))/8)+parseInt(e(450))/9+-parseInt(e(449))/10*(-parseInt(e(453))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(lt);class ut extends t.Command{[at(460)](){const t=at,{editor:e}=this,o=e[t(462)][t(469)](p)[t(463)]();this[t(457)]=!!o,this[t(464)]=o?.[t(456)](t(470))??null}[at(446)]({value:t}){const e=at,{editor:o}=this,n=o[e(462)][e(469)](p),i=n[e(463)]();i&&Number[e(451)](t)&&o[e(448)][e(465)](o=>{const s=e;o[s(452)](s(470),t,i),n[s(467)](o)})}}const ft=dt;function dt(t,e){const o=pt();return(dt=function(t,e){return o[t-=370]})(t,e)}function pt(){const t=["hasClass","footnotesStyle","setStyle","floor","nodeAfter","_defineSchema","config","_updateFootnotesCounters","59376rgKSjb","8530736IGOvga","fromCharCode","_getDefaultStartIndex","footnotesListStyle","$text","plugins","decimal-leading-zero","footnotesDefinitions","define","_defineConverters","footnotesListStart","viewItem","requires","type","decimal","commands","upcast","mapper","FootnotesPropertiesEditing","footnotes.footnotesProperties.defaultStartIndex","item","document","position","attribute:footnotesListStart:footnotesDefinitions","upper-latin","lower-alpha","removeStyle","model","getItems","editor","upper-roman","attribute:footnotesListStyle:footnotesDefinitions","modelCursor","2299602lhzmkP","init","consume","parseInt","consumable","parent","find","footnotesStart","isPremiumPlugin","registerPostFixer","hasAttribute","lower-roman","insert","createRangeOn","9eBOjkY","_definePostfixer","footnotes-list","start","writer","isNaN","setAttribute","getChildren","_defineFormatter","isOfficialPlugin","21UTOaRI","from","differ","list-style-type","getAttribute","7159173QRXxDT","setFootnoteFormatter","18799500uATkRn","_getDefaultListStyle","1375182FJWjKl","toViewElement","footnotes.footnotesProperties.defaultListStyle","getChanges","5UFDjJF","name","extend","lower-latin","element","getStyle","pluginName","schema","for","get","element:ol","upper-alpha","159686jRUFEn","toUpperCase","add","_formatFootnoteListValue","padStart","toLowerCase","removeAttribute","checkAttribute","downcast","max"];return(pt=function(){return t})()}!function(t){const e=dt,o=t();for(;;)try{if(593341===parseInt(e(392))/1*(parseInt(e(427))/2)+parseInt(e(402))/3*(-parseInt(e(445))/4)+parseInt(e(415))/5*(-parseInt(e(378))/6)+parseInt(e(407))/7+parseInt(e(446))/8+parseInt(e(411))/9+-parseInt(e(409))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(pt);class ht extends t.Plugin{static get[ft(421)](){return ft(464)}static get[ft(458)](){return[v,p]}static get[ft(401)](){return!0}static get[ft(386)](){return!0}[ft(379)](){const t=ft,{editor:e}=this;e[t(443)][t(454)](t(413),t(460)),e[t(443)][t(454)](t(465),1),e[t(461)][t(429)](t(438),new rt(e)),e[t(461)][t(429)](t(385),new ut(e)),this[t(442)](),this[t(455)](),this[t(400)](),this[t(393)]()}[ft(442)](){const t=ft,{editor:e}=this,{schema:o}=e[t(372)];o[t(417)](t(453),{allowAttributes:[t(449),t(456)]})}[ft(455)](){const t=ft,{editor:e}=this,{conversion:o,model:n}=e,{schema:i}=n;o[t(423)](t(462))[t(429)](e=>{const o=t;e.on(o(425),(t,e,n)=>{const s=o,r=e[s(457)],a=e[s(377)]?.[s(383)];r[s(437)](s(394))&&a?.is(s(419),s(453))&&(function(t,e,o,n){const i=s;if(!n[i(434)](e,i(456)))return;let r=1;const a=o[i(382)][i(380)](t,{attributes:i(395)});if(a){const e=Number[i(381)](t[i(406)](i(395)),10);Number[i(397)](e)||(r=e)}!a&&e[i(388)](i(456))||o[i(396)][i(398)](i(456),r,e)}(r,a,n,i),function(t,e,o,n){const i=s;if(!n[i(434)](e,i(449)))return;let r=i(460),a=!1;if(o[i(382)][i(380)](t,{attributes:i(459)})){const e={1:i(460),a:i(370),A:i(426),i:i(389),I:i(375)}[t[i(406)](i(459))];e&&(r=e),a=!0}o[i(382)][i(380)](t,{styles:i(405)})&&(r=t[i(420)](i(405)),a=!0),!a&&e[i(388)](i(449))||o[i(396)][i(398)](i(449),r,e)}(r,a,n,i))})}),o[t(423)](t(435))[t(429)](e=>{const o=t;e.on(o(469),(t,e,n)=>{const i=o;if(!n[i(382)][i(380)](e[i(466)],t[i(416)]))return;const s=mt(e[i(466)],n[i(463)]),{attributeNewValue:r}=e;null==r||1===r?n[i(396)][i(433)](i(395),s):n[i(396)][i(398)](i(395),String(r),s)}),e.on(o(376),(t,e,n)=>{const i=o;if(!n[i(382)][i(380)](e[i(466)],t[i(416)]))return;const s=mt(e[i(466)],n[i(463)]),{attributeNewValue:r}=e;r&&i(460)!==r?n[i(396)][i(439)](i(405),r,s):n[i(396)][i(371)](i(405),s)})})}[ft(393)](){const t=ft,{editor:e}=this,{model:o}=e,n=e[t(451)][t(424)](p),i=this[t(410)](),s=this[t(448)]();o[t(467)][t(387)](e=>{const r=t,a=o[r(467)][r(404)][r(414)]();let c=!1;for(const t of a){if(r(390)!==t[r(459)]||r(450)===t[r(416)])continue;const n=o[r(391)](t[r(468)][r(441)]);for(const t of n[r(373)]())t.is(r(419),r(453))&&(!t[r(388)](r(456))&&o[r(422)][r(434)](t,r(456))&&(e[r(398)](r(456),s,t),c=!0),!t[r(388)](r(449))&&o[r(422)][r(434)](t,r(449))&&(e[r(398)](r(449),i,t),c=!0))}return c&&n[r(444)](e),c})}[ft(400)](){const t=ft,{editor:e}=this;e[t(451)][t(424)](p)[t(408)](e=>this[t(430)](e))}[ft(410)](){const t=ft;return this[t(374)][t(443)][t(424)](t(413))}[ft(448)](){const t=ft;return this[t(374)][t(443)][t(424)](t(465))}[ft(430)]({container:t,value:e,digits:o}){const n=ft,i=t[n(406)](n(449)),s=t[n(406)](n(456)),r=Math[n(440)](e)+(s??1)-1;switch(i){case n(452):return function(t,e){const o=n;return String(t)[o(431)](e,"0")}(r,Math[n(436)](2,o));case n(370):case n(418):return gt(r,!1);case n(426):case n(470):return gt(r,!0);case n(389):return yt(r,!1);case n(375):return yt(r,!0);default:return String(r)}}}function mt(t,e){const o=ft,n=e[o(412)](t);return Array[o(403)](n[o(399)]())[o(384)](t=>t.is(o(419),"ol")&&t[o(437)](o(394)))}function gt(t,e){const o=ft;let n="",i=t;for(;i>0;){const t=(i-1)%26;n=String[o(447)](97+t)+n,i=Math[o(440)]((i-1)/26)}return e?n[o(428)]():n}const wt=[{value:1e3,numeral:"M"},{value:900,numeral:"CM"},{value:500,numeral:"D"},{value:400,numeral:"CD"},{value:100,numeral:"C"},{value:90,numeral:"XC"},{value:50,numeral:"L"},{value:40,numeral:"XL"},{value:10,numeral:"X"},{value:9,numeral:"IX"},{value:5,numeral:"V"},{value:4,numeral:"IV"},{value:1,numeral:"I"}];function yt(t,e){const o=ft;let n="",i=t;for(const{value:t,numeral:e}of wt)for(;i>=t;)n+=e,i-=t;return e?n:n[o(432)]()}class bt extends L.View{children;stylesView=null;additionalProperties=null;startIndexFieldView=null;focusTracker=new i.FocusTracker;keystrokes=new i.KeystrokeHandler;focusables=new L.ViewCollection;focusCycler;constructor(t,{styleButtonViews:e,styleGridAriaLabel:o}){super(t),this.focusCycler=new L.FocusCycler({focusables:this.focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:"shift + tab",focusNext:"tab"}}),this.children=this.createCollection(),this.stylesView=this._appendStylesView(e,o),[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 t of this.stylesView.children)this.stylesView.focusTracker.add(t.element);(0,L.addKeyboardHandlingForGrid)({keystrokeHandler:this.stylesView.keystrokes,focusTracker:this.stylesView.focusTracker,gridItems:this.stylesView.children,numberOfColumns:()=>i.global.window.getComputedStyle(this.stylesView.element).getPropertyValue("grid-template-columns").split(" ").length,uiLanguageDirection:this.locale&&this.locale.uiLanguageDirection})}if(this.startIndexFieldView){this.focusables.add(this.startIndexFieldView),this.focusTracker.add(this.startIndexFieldView.element);const t=t=>t.stopPropagation();this.keystrokes.set("arrowright",t),this.keystrokes.set("arrowleft",t),this.keystrokes.set("arrowup",t),this.keystrokes.set("arrowdown",t)}this.keystrokes.listenTo(this.element)}focus(){this.focusCycler.focusFirst()}focusLast(){this.focusCycler.focusLast()}destroy(){super.destroy(),this.focusTracker.destroy(),this.keystrokes.destroy()}_appendStylesView(t,e){const o=new L.View(this.locale);return o.children=o.createCollection(),o.children.addMany(t),o.setTemplate({tag:"div",attributes:{"aria-label":e,class:["ck","ck-footnotes-definitions-styles-list"]},children:o.children}),o.children.delegate("execute").to(this),o.focus=function(){for(const t of this.children)if(t instanceof L.ButtonView&&t.isOn)return void t.focus();this.children.first.focus()},o.focusTracker=new i.FocusTracker,o.keystrokes=new i.KeystrokeHandler,o.render(),o.keystrokes.listenTo(o.element),this.children.add(o),o}_appendAdditionalPropertiesCollapsibleView(){const{t}=this.locale,e=this._createStartIndexPropertyView(),o=[e],n=new L.CollapsibleView(this.locale,o);return n.set({label:t("Footnotes properties"),isCollapsed:!0}),n.buttonView.bind("isEnabled").toMany(o,"isEnabled",(...t)=>t.some(t=>t)),n.buttonView.on("change:isEnabled",(t,e,o)=>{o||(n.isCollapsed=!0)}),this.children.add(n),[e,n]}_createStartIndexPropertyView(){const{t}=this.locale,e=new L.LabeledFieldView(this.locale,L.createLabeledInputNumber);return e.set({label:t("Footnotes start at"),class:"ck-footnotes-definitions-properties__start-index"}),e.fieldView.set({min:0,max:Math.pow(2,30),step:1,value:1,inputMode:"numeric"}),e.fieldView.on("input",()=>{const o=e.fieldView.element,n=o.valueAsNumber;Number.isNaN(n)?e.errorText=t("Invalid footnotes start index value."):o.checkValidity()?this.fire("footnotesListStart",{startIndex:n}):e.errorText=t(n<0?"Footnotes start index must be greater than 0.":"Footnotes start index is too large.")}),e}}var vt=o(945),It={attributes:{"data-cke":!0}};It.setAttributes=B(),It.insert=M().bind(null,"head"),It.domAPI=K(),It.insertStyleElement=W();R()(vt.A,It);vt.A&&vt.A.locals&&vt.A.locals;class kt extends t.Plugin{static get pluginName(){return"FootnotesPropertiesUI"}static get requires(){return[L.ContextualBalloon,e.WidgetToolbarRepository]}static get isOfficialPlugin(){return!0}static get isPremiumPlugin(){return!0}init(){const{editor:t}=this,{componentFactory:e}=t.ui;var o;t.config.define("footnotes.footnotesProperties.toolbar",["footnotesStyle"]),e.add("footnotesStyle",(o=t,t=>{const{t:e}=t,n=o.commands.get("footnotesStyle"),i=(0,L.createDropdown)(t),{buttonView:s}=i;return i.class="ck-footnotes-styles-dropdown",i.bind("isEnabled").to(n,"isEnabled"),s.set({label:e("Footnotes style"),icon:V.IconFootnote,tooltip:!0}),i.once("change:isOpen",()=>{const t=function({editor:t,dropdownView:e}){const{t:o}=t.locale,n=o("Footnotes definitions styles"),i=function(t){const e=t.locale.t;return[{label:e("Toggle the decimal footnotes style"),tooltip:e("Decimal footnotes"),style:"decimal",icon:V.IconListStyleDecimal},{label:e("Toggle the decimal with leading zero footnotes style"),tooltip:e("Decimal footnotes with leading zero"),style:"decimal-leading-zero",icon:V.IconListStyleDecimalLeadingZero},{label:e("Toggle the lower–roman footnotes style"),tooltip:e("Lower–roman footnotes"),style:"lower-roman",icon:V.IconListStyleLowerRoman},{label:e("Toggle the upper–roman footnotes style"),tooltip:e("Upper-roman footnotes"),style:"upper-roman",icon:V.IconListStyleUpperRoman},{label:e("Toggle the lower–latin footnotes style"),tooltip:e("Lower-latin footnotes"),style:"lower-latin",icon:V.IconListStyleLowerLatin},{label:e("Toggle the upper–latin footnotes style"),tooltip:e("Upper-latin footnotes"),style:"upper-latin",icon:V.IconListStyleUpperLatin}].map(function(t){const e=t.locale;return({label:o,icon:n,tooltip:i,style:s})=>{const r=t.commands.get("footnotesStyle"),a=new L.ButtonView(e);return a.set({label:o,icon:n,tooltip:i}),a.bind("isOn").to(r,"value",t=>t===s),a.bind("isEnabled").to(r,"isEnabled"),a.on("execute",()=>{t.execute("footnotesStyle",{value:s}),t.editing.view.focus()}),a}}(t))}(t),s=new bt(t.locale,{styleGridAriaLabel:n,styleButtonViews:i});return s.delegate("execute").to(e),s.on("footnotesListStart",(e,o)=>{t.execute("footnotesStart",{value:o.startIndex})}),s}({editor:o,dropdownView:i});i.panelView.children.add(t)}),i}))}afterInit(){const{editor:t}=this,{t:o}=t.locale,n=t.plugins.get(e.WidgetToolbarRepository),{defaultPositions:i}=L.BalloonPanelView;n.register("footnotesDefinitions",{ariaLabel:o("Footnotes definitions toolbar"),items:t.config.get("footnotes.footnotesProperties.toolbar"),balloonClassName:"ck-footnotes-style-balloon ck-toolbar-container",getRelatedElement:t=>{let e=t.getFirstPosition()?.parent;return e?.is("$text")&&(e=e.parent),e?.is("element")?e.findAncestor(F):null},positions:[i.southArrowNorth,i.southArrowNorthMiddleWest,i.southArrowNorthMiddleEast,i.southArrowNorthWest,i.southArrowNorthEast,i.northArrowSouth,i.northArrowSouthMiddleWest,i.northArrowSouthMiddleEast,i.northArrowSouthWest,i.northArrowSouthEast,i.viewportStickyNorth]})}}var Ct=Ft;function Ft(t,e){var o=Et();return(Ft=function(t,e){return o[t-=407]})(t,e)}!function(t){for(var e=Ft,o=t();;)try{if(417700===parseInt(e(409))/1*(-parseInt(e(419))/2)+-parseInt(e(408))/3+parseInt(e(407))/4*(-parseInt(e(417))/5)+-parseInt(e(415))/6+-parseInt(e(421))/7+parseInt(e(416))/8+-parseInt(e(418))/9*(-parseInt(e(420))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Et);class xt extends t.Plugin{static get[Ct(414)](){return Ct(410)}static get[Ct(412)](){return[ht,kt]}static get[Ct(413)](){return!0}static get[Ct(411)](){return!0}}function Et(){var t=["pluginName","922500AfRjAV","3008272bFzZMf","760FrQpMR","9513UVjPLI","1376ABISpO","17740juDQUn","5412715xDzLYJ","3264WaAFif","727035pnjjDY","785ULbIif","FootnotesProperties","isPremiumPlugin","requires","isOfficialPlugin"];return(Et=function(){return t})()}function Pt(){var t=["83076ocmtYR","4wpQQZa","2095982elqeAn","1144080XYPyWd","477821orJxSF","2107090cHDRvl","18TfqWaM","12611745lHFgCG","1075839IatQND"];return(Pt=function(){return t})()}function St(t,e){var o=Pt();return(St=function(t,e){return o[t-=497]})(t,e)}!function(t){for(var e=St,o=t();;)try{if(637163===parseInt(e(501))/1*(parseInt(e(498))/2)+-parseInt(e(505))/3+parseInt(e(497))/4+-parseInt(e(502))/5*(-parseInt(e(503))/6)+parseInt(e(499))/7+-parseInt(e(500))/8+-parseInt(e(504))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Pt)})(),(window.CKEditor5=window.CKEditor5||{}).footnotes=n})();
@@ -0,0 +1 @@
1
+ !function(o){const t=o.af=o.af||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ar=o.ar||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ast=o.ast||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.az=o.az||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.be=o.be||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.bg=o.bg||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.bn=o.bn||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.bs=o.bs||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ca=o.ca||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.cs=o.cs||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.da=o.da||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o["de-ch"]=o["de-ch"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.de=o.de||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.el=o.el||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o["en-au"]=o["en-au"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"Decimal footnotes","Decimal footnotes with leading zero":"Decimal footnotes with leading zero",Footnote:"Footnote","Footnote %0. Press ENTER to jump to footnote definition.":"Footnote %0. Press ENTER to jump to footnote definition.","Footnote content.":"Footnote content.",Footnotes:"Footnotes","Footnotes definitions styles":"Footnotes definitions styles","Footnotes definitions toolbar":"Footnotes definitions toolbar","Footnotes properties":"Footnotes properties","Footnotes start at":"Footnotes start at","Footnotes start index is too large.":"Footnotes start index is too large.","Footnotes start index must be greater than 0.":"Footnotes start index must be greater than 0.","Footnotes style":"Footnotes style","Insert footnote":"Insert footnote","Invalid footnotes start index value.":"Invalid footnotes start index value.","Lower-latin footnotes":"Lower-latin footnotes","Lower–roman footnotes":"Lower–roman footnotes","Toggle the decimal footnotes style":"Toggle the decimal footnotes style","Toggle the decimal with leading zero footnotes style":"Toggle the decimal with leading zero footnotes style","Toggle the lower–latin footnotes style":"Toggle the lower–latin footnotes style","Toggle the lower–roman footnotes style":"Toggle the lower–roman footnotes style","Toggle the upper–latin footnotes style":"Toggle the upper–latin footnotes style","Toggle the upper–roman footnotes style":"Toggle the upper–roman footnotes style","Upper-latin footnotes":"Upper-latin footnotes","Upper-roman footnotes":"Upper-roman footnotes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o["en-gb"]=o["en-gb"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"Decimal footnotes","Decimal footnotes with leading zero":"Decimal footnotes with leading zero",Footnote:"Footnote","Footnote %0. Press ENTER to jump to footnote definition.":"Footnote %0. Press ENTER to jump to footnote definition.","Footnote content.":"Footnote content.",Footnotes:"Footnotes","Footnotes definitions styles":"Footnotes definitions styles","Footnotes definitions toolbar":"Footnotes definitions toolbar","Footnotes properties":"Footnotes properties","Footnotes start at":"Footnotes start at","Footnotes start index is too large.":"Footnotes start index is too large.","Footnotes start index must be greater than 0.":"Footnotes start index must be greater than 0.","Footnotes style":"Footnotes style","Insert footnote":"Insert footnote","Invalid footnotes start index value.":"Invalid footnotes start index value.","Lower-latin footnotes":"Lower-latin footnotes","Lower–roman footnotes":"Lower–roman footnotes","Toggle the decimal footnotes style":"Toggle the decimal footnotes style","Toggle the decimal with leading zero footnotes style":"Toggle the decimal with leading zero footnotes style","Toggle the lower–latin footnotes style":"Toggle the lower–latin footnotes style","Toggle the lower–roman footnotes style":"Toggle the lower–roman footnotes style","Toggle the upper–latin footnotes style":"Toggle the upper–latin footnotes style","Toggle the upper–roman footnotes style":"Toggle the upper–roman footnotes style","Upper-latin footnotes":"Upper-latin footnotes","Upper-roman footnotes":"Upper-roman footnotes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.eo=o.eo||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o["es-co"]=o["es-co"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.es=o.es||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.et=o.et||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.eu=o.eu||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.fa=o.fa||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.fi=o.fi||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.fr=o.fr||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.gl=o.gl||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.gu=o.gu||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.he=o.he||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.hi=o.hi||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.hr=o.hr||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.hu=o.hu||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.hy=o.hy||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.id=o.id||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.it=o.it||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ja=o.ja||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.jv=o.jv||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.kk=o.kk||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.km=o.km||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.kn=o.kn||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ko=o.ko||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ku=o.ku||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.lt=o.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.lv=o.lv||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ms=o.ms||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.nb=o.nb||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.ne=o.ne||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.nl=o.nl||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.no=o.no||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.oc=o.oc||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const t=o.pl=o.pl||{};t.dictionary=Object.assign(t.dictionary||{},{"Decimal footnotes":"","Decimal footnotes with leading zero":"",Footnote:"","Footnote %0. Press ENTER to jump to footnote definition.":"","Footnote content.":"",Footnotes:"","Footnotes definitions styles":"","Footnotes definitions toolbar":"","Footnotes properties":"","Footnotes start at":"","Footnotes start index is too large.":"","Footnotes start index must be greater than 0.":"","Footnotes style":"","Insert footnote":"","Invalid footnotes start index value.":"","Lower-latin footnotes":"","Lower–roman footnotes":"","Toggle the decimal footnotes style":"","Toggle the decimal with leading zero footnotes style":"","Toggle the lower–latin footnotes style":"","Toggle the lower–roman footnotes style":"","Toggle the upper–latin footnotes style":"","Toggle the upper–roman footnotes style":"","Upper-latin footnotes":"","Upper-roman footnotes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));