@ckeditor/ckeditor5-fullscreen 0.0.1 → 45.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +9 -5
  3. package/README.md +36 -3
  4. package/build/fullscreen.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 +11 -0
  78. package/dist/index-content.css +4 -0
  79. package/dist/index-editor.css +175 -0
  80. package/dist/index.css +209 -0
  81. package/dist/index.css.map +1 -0
  82. package/dist/index.js +710 -0
  83. package/dist/index.js.map +1 -0
  84. package/dist/translations/af.d.ts +8 -0
  85. package/dist/translations/af.js +5 -0
  86. package/dist/translations/af.umd.js +11 -0
  87. package/dist/translations/ar.d.ts +8 -0
  88. package/dist/translations/ar.js +5 -0
  89. package/dist/translations/ar.umd.js +11 -0
  90. package/dist/translations/ast.d.ts +8 -0
  91. package/dist/translations/ast.js +5 -0
  92. package/dist/translations/ast.umd.js +11 -0
  93. package/dist/translations/az.d.ts +8 -0
  94. package/dist/translations/az.js +5 -0
  95. package/dist/translations/az.umd.js +11 -0
  96. package/dist/translations/be.d.ts +8 -0
  97. package/dist/translations/be.js +5 -0
  98. package/dist/translations/be.umd.js +11 -0
  99. package/dist/translations/bg.d.ts +8 -0
  100. package/dist/translations/bg.js +5 -0
  101. package/dist/translations/bg.umd.js +11 -0
  102. package/dist/translations/bn.d.ts +8 -0
  103. package/dist/translations/bn.js +5 -0
  104. package/dist/translations/bn.umd.js +11 -0
  105. package/dist/translations/bs.d.ts +8 -0
  106. package/dist/translations/bs.js +5 -0
  107. package/dist/translations/bs.umd.js +11 -0
  108. package/dist/translations/ca.d.ts +8 -0
  109. package/dist/translations/ca.js +5 -0
  110. package/dist/translations/ca.umd.js +11 -0
  111. package/dist/translations/cs.d.ts +8 -0
  112. package/dist/translations/cs.js +5 -0
  113. package/dist/translations/cs.umd.js +11 -0
  114. package/dist/translations/da.d.ts +8 -0
  115. package/dist/translations/da.js +5 -0
  116. package/dist/translations/da.umd.js +11 -0
  117. package/dist/translations/de-ch.d.ts +8 -0
  118. package/dist/translations/de-ch.js +5 -0
  119. package/dist/translations/de-ch.umd.js +11 -0
  120. package/dist/translations/de.d.ts +8 -0
  121. package/dist/translations/de.js +5 -0
  122. package/dist/translations/de.umd.js +11 -0
  123. package/dist/translations/el.d.ts +8 -0
  124. package/dist/translations/el.js +5 -0
  125. package/dist/translations/el.umd.js +11 -0
  126. package/dist/translations/en-au.d.ts +8 -0
  127. package/dist/translations/en-au.js +5 -0
  128. package/dist/translations/en-au.umd.js +11 -0
  129. package/dist/translations/en-gb.d.ts +8 -0
  130. package/dist/translations/en-gb.js +5 -0
  131. package/dist/translations/en-gb.umd.js +11 -0
  132. package/dist/translations/en.d.ts +8 -0
  133. package/dist/translations/en.js +5 -0
  134. package/dist/translations/en.umd.js +11 -0
  135. package/dist/translations/eo.d.ts +8 -0
  136. package/dist/translations/eo.js +5 -0
  137. package/dist/translations/eo.umd.js +11 -0
  138. package/dist/translations/es-co.d.ts +8 -0
  139. package/dist/translations/es-co.js +5 -0
  140. package/dist/translations/es-co.umd.js +11 -0
  141. package/dist/translations/es.d.ts +8 -0
  142. package/dist/translations/es.js +5 -0
  143. package/dist/translations/es.umd.js +11 -0
  144. package/dist/translations/et.d.ts +8 -0
  145. package/dist/translations/et.js +5 -0
  146. package/dist/translations/et.umd.js +11 -0
  147. package/dist/translations/eu.d.ts +8 -0
  148. package/dist/translations/eu.js +5 -0
  149. package/dist/translations/eu.umd.js +11 -0
  150. package/dist/translations/fa.d.ts +8 -0
  151. package/dist/translations/fa.js +5 -0
  152. package/dist/translations/fa.umd.js +11 -0
  153. package/dist/translations/fi.d.ts +8 -0
  154. package/dist/translations/fi.js +5 -0
  155. package/dist/translations/fi.umd.js +11 -0
  156. package/dist/translations/fr.d.ts +8 -0
  157. package/dist/translations/fr.js +5 -0
  158. package/dist/translations/fr.umd.js +11 -0
  159. package/dist/translations/gl.d.ts +8 -0
  160. package/dist/translations/gl.js +5 -0
  161. package/dist/translations/gl.umd.js +11 -0
  162. package/dist/translations/gu.d.ts +8 -0
  163. package/dist/translations/gu.js +5 -0
  164. package/dist/translations/gu.umd.js +11 -0
  165. package/dist/translations/he.d.ts +8 -0
  166. package/dist/translations/he.js +5 -0
  167. package/dist/translations/he.umd.js +11 -0
  168. package/dist/translations/hi.d.ts +8 -0
  169. package/dist/translations/hi.js +5 -0
  170. package/dist/translations/hi.umd.js +11 -0
  171. package/dist/translations/hr.d.ts +8 -0
  172. package/dist/translations/hr.js +5 -0
  173. package/dist/translations/hr.umd.js +11 -0
  174. package/dist/translations/hu.d.ts +8 -0
  175. package/dist/translations/hu.js +5 -0
  176. package/dist/translations/hu.umd.js +11 -0
  177. package/dist/translations/hy.d.ts +8 -0
  178. package/dist/translations/hy.js +5 -0
  179. package/dist/translations/hy.umd.js +11 -0
  180. package/dist/translations/id.d.ts +8 -0
  181. package/dist/translations/id.js +5 -0
  182. package/dist/translations/id.umd.js +11 -0
  183. package/dist/translations/it.d.ts +8 -0
  184. package/dist/translations/it.js +5 -0
  185. package/dist/translations/it.umd.js +11 -0
  186. package/dist/translations/ja.d.ts +8 -0
  187. package/dist/translations/ja.js +5 -0
  188. package/dist/translations/ja.umd.js +11 -0
  189. package/dist/translations/jv.d.ts +8 -0
  190. package/dist/translations/jv.js +5 -0
  191. package/dist/translations/jv.umd.js +11 -0
  192. package/dist/translations/kk.d.ts +8 -0
  193. package/dist/translations/kk.js +5 -0
  194. package/dist/translations/kk.umd.js +11 -0
  195. package/dist/translations/km.d.ts +8 -0
  196. package/dist/translations/km.js +5 -0
  197. package/dist/translations/km.umd.js +11 -0
  198. package/dist/translations/kn.d.ts +8 -0
  199. package/dist/translations/kn.js +5 -0
  200. package/dist/translations/kn.umd.js +11 -0
  201. package/dist/translations/ko.d.ts +8 -0
  202. package/dist/translations/ko.js +5 -0
  203. package/dist/translations/ko.umd.js +11 -0
  204. package/dist/translations/ku.d.ts +8 -0
  205. package/dist/translations/ku.js +5 -0
  206. package/dist/translations/ku.umd.js +11 -0
  207. package/dist/translations/lt.d.ts +8 -0
  208. package/dist/translations/lt.js +5 -0
  209. package/dist/translations/lt.umd.js +11 -0
  210. package/dist/translations/lv.d.ts +8 -0
  211. package/dist/translations/lv.js +5 -0
  212. package/dist/translations/lv.umd.js +11 -0
  213. package/dist/translations/ms.d.ts +8 -0
  214. package/dist/translations/ms.js +5 -0
  215. package/dist/translations/ms.umd.js +11 -0
  216. package/dist/translations/nb.d.ts +8 -0
  217. package/dist/translations/nb.js +5 -0
  218. package/dist/translations/nb.umd.js +11 -0
  219. package/dist/translations/ne.d.ts +8 -0
  220. package/dist/translations/ne.js +5 -0
  221. package/dist/translations/ne.umd.js +11 -0
  222. package/dist/translations/nl.d.ts +8 -0
  223. package/dist/translations/nl.js +5 -0
  224. package/dist/translations/nl.umd.js +11 -0
  225. package/dist/translations/no.d.ts +8 -0
  226. package/dist/translations/no.js +5 -0
  227. package/dist/translations/no.umd.js +11 -0
  228. package/dist/translations/oc.d.ts +8 -0
  229. package/dist/translations/oc.js +5 -0
  230. package/dist/translations/oc.umd.js +11 -0
  231. package/dist/translations/pl.d.ts +8 -0
  232. package/dist/translations/pl.js +5 -0
  233. package/dist/translations/pl.umd.js +11 -0
  234. package/dist/translations/pt-br.d.ts +8 -0
  235. package/dist/translations/pt-br.js +5 -0
  236. package/dist/translations/pt-br.umd.js +11 -0
  237. package/dist/translations/pt.d.ts +8 -0
  238. package/dist/translations/pt.js +5 -0
  239. package/dist/translations/pt.umd.js +11 -0
  240. package/dist/translations/ro.d.ts +8 -0
  241. package/dist/translations/ro.js +5 -0
  242. package/dist/translations/ro.umd.js +11 -0
  243. package/dist/translations/ru.d.ts +8 -0
  244. package/dist/translations/ru.js +5 -0
  245. package/dist/translations/ru.umd.js +11 -0
  246. package/dist/translations/si.d.ts +8 -0
  247. package/dist/translations/si.js +5 -0
  248. package/dist/translations/si.umd.js +11 -0
  249. package/dist/translations/sk.d.ts +8 -0
  250. package/dist/translations/sk.js +5 -0
  251. package/dist/translations/sk.umd.js +11 -0
  252. package/dist/translations/sl.d.ts +8 -0
  253. package/dist/translations/sl.js +5 -0
  254. package/dist/translations/sl.umd.js +11 -0
  255. package/dist/translations/sq.d.ts +8 -0
  256. package/dist/translations/sq.js +5 -0
  257. package/dist/translations/sq.umd.js +11 -0
  258. package/dist/translations/sr-latn.d.ts +8 -0
  259. package/dist/translations/sr-latn.js +5 -0
  260. package/dist/translations/sr-latn.umd.js +11 -0
  261. package/dist/translations/sr.d.ts +8 -0
  262. package/dist/translations/sr.js +5 -0
  263. package/dist/translations/sr.umd.js +11 -0
  264. package/dist/translations/sv.d.ts +8 -0
  265. package/dist/translations/sv.js +5 -0
  266. package/dist/translations/sv.umd.js +11 -0
  267. package/dist/translations/th.d.ts +8 -0
  268. package/dist/translations/th.js +5 -0
  269. package/dist/translations/th.umd.js +11 -0
  270. package/dist/translations/ti.d.ts +8 -0
  271. package/dist/translations/ti.js +5 -0
  272. package/dist/translations/ti.umd.js +11 -0
  273. package/dist/translations/tk.d.ts +8 -0
  274. package/dist/translations/tk.js +5 -0
  275. package/dist/translations/tk.umd.js +11 -0
  276. package/dist/translations/tr.d.ts +8 -0
  277. package/dist/translations/tr.js +5 -0
  278. package/dist/translations/tr.umd.js +11 -0
  279. package/dist/translations/tt.d.ts +8 -0
  280. package/dist/translations/tt.js +5 -0
  281. package/dist/translations/tt.umd.js +11 -0
  282. package/dist/translations/ug.d.ts +8 -0
  283. package/dist/translations/ug.js +5 -0
  284. package/dist/translations/ug.umd.js +11 -0
  285. package/dist/translations/uk.d.ts +8 -0
  286. package/dist/translations/uk.js +5 -0
  287. package/dist/translations/uk.umd.js +11 -0
  288. package/dist/translations/ur.d.ts +8 -0
  289. package/dist/translations/ur.js +5 -0
  290. package/dist/translations/ur.umd.js +11 -0
  291. package/dist/translations/uz.d.ts +8 -0
  292. package/dist/translations/uz.js +5 -0
  293. package/dist/translations/uz.umd.js +11 -0
  294. package/dist/translations/vi.d.ts +8 -0
  295. package/dist/translations/vi.js +5 -0
  296. package/dist/translations/vi.umd.js +11 -0
  297. package/dist/translations/zh-cn.d.ts +8 -0
  298. package/dist/translations/zh-cn.js +5 -0
  299. package/dist/translations/zh-cn.umd.js +11 -0
  300. package/dist/translations/zh.d.ts +8 -0
  301. package/dist/translations/zh.js +5 -0
  302. package/dist/translations/zh.umd.js +11 -0
  303. package/lang/contexts.json +6 -0
  304. package/lang/translations/af.po +28 -0
  305. package/lang/translations/ar.po +28 -0
  306. package/lang/translations/ast.po +28 -0
  307. package/lang/translations/az.po +28 -0
  308. package/lang/translations/be.po +28 -0
  309. package/lang/translations/bg.po +28 -0
  310. package/lang/translations/bn.po +28 -0
  311. package/lang/translations/bs.po +28 -0
  312. package/lang/translations/ca.po +28 -0
  313. package/lang/translations/cs.po +28 -0
  314. package/lang/translations/da.po +28 -0
  315. package/lang/translations/de-ch.po +28 -0
  316. package/lang/translations/de.po +28 -0
  317. package/lang/translations/el.po +28 -0
  318. package/lang/translations/en-au.po +28 -0
  319. package/lang/translations/en-gb.po +28 -0
  320. package/lang/translations/en.po +28 -0
  321. package/lang/translations/eo.po +28 -0
  322. package/lang/translations/es-co.po +28 -0
  323. package/lang/translations/es.po +28 -0
  324. package/lang/translations/et.po +28 -0
  325. package/lang/translations/eu.po +28 -0
  326. package/lang/translations/fa.po +28 -0
  327. package/lang/translations/fi.po +28 -0
  328. package/lang/translations/fr.po +28 -0
  329. package/lang/translations/gl.po +28 -0
  330. package/lang/translations/gu.po +28 -0
  331. package/lang/translations/he.po +28 -0
  332. package/lang/translations/hi.po +28 -0
  333. package/lang/translations/hr.po +28 -0
  334. package/lang/translations/hu.po +28 -0
  335. package/lang/translations/hy.po +28 -0
  336. package/lang/translations/id.po +28 -0
  337. package/lang/translations/it.po +28 -0
  338. package/lang/translations/ja.po +28 -0
  339. package/lang/translations/jv.po +28 -0
  340. package/lang/translations/kk.po +28 -0
  341. package/lang/translations/km.po +28 -0
  342. package/lang/translations/kn.po +28 -0
  343. package/lang/translations/ko.po +28 -0
  344. package/lang/translations/ku.po +28 -0
  345. package/lang/translations/lt.po +28 -0
  346. package/lang/translations/lv.po +28 -0
  347. package/lang/translations/ms.po +28 -0
  348. package/lang/translations/nb.po +28 -0
  349. package/lang/translations/ne.po +28 -0
  350. package/lang/translations/nl.po +28 -0
  351. package/lang/translations/no.po +28 -0
  352. package/lang/translations/oc.po +28 -0
  353. package/lang/translations/pl.po +28 -0
  354. package/lang/translations/pt-br.po +28 -0
  355. package/lang/translations/pt.po +28 -0
  356. package/lang/translations/ro.po +28 -0
  357. package/lang/translations/ru.po +28 -0
  358. package/lang/translations/si.po +28 -0
  359. package/lang/translations/sk.po +28 -0
  360. package/lang/translations/sl.po +28 -0
  361. package/lang/translations/sq.po +28 -0
  362. package/lang/translations/sr-latn.po +28 -0
  363. package/lang/translations/sr.po +28 -0
  364. package/lang/translations/sv.po +28 -0
  365. package/lang/translations/th.po +28 -0
  366. package/lang/translations/ti.po +28 -0
  367. package/lang/translations/tk.po +28 -0
  368. package/lang/translations/tr.po +28 -0
  369. package/lang/translations/tt.po +28 -0
  370. package/lang/translations/ug.po +28 -0
  371. package/lang/translations/uk.po +28 -0
  372. package/lang/translations/ur.po +28 -0
  373. package/lang/translations/uz.po +28 -0
  374. package/lang/translations/vi.po +28 -0
  375. package/lang/translations/zh-cn.po +28 -0
  376. package/lang/translations/zh.po +28 -0
  377. package/package.json +61 -4
  378. package/src/augmentation.d.ts +21 -0
  379. package/src/augmentation.js +5 -0
  380. package/src/fullscreen.d.ts +27 -0
  381. package/src/fullscreen.js +33 -0
  382. package/src/fullscreencommand.d.ts +40 -0
  383. package/src/fullscreencommand.js +68 -0
  384. package/src/fullscreenconfig.d.ts +70 -0
  385. package/src/fullscreenconfig.js +5 -0
  386. package/src/fullscreenediting.d.ts +29 -0
  387. package/src/fullscreenediting.js +59 -0
  388. package/src/fullscreenui.d.ts +35 -0
  389. package/src/fullscreenui.js +76 -0
  390. package/src/handlers/abstracteditorhandler.d.ts +146 -0
  391. package/src/handlers/abstracteditorhandler.js +509 -0
  392. package/src/handlers/classiceditorhandler.d.ts +23 -0
  393. package/src/handlers/classiceditorhandler.js +54 -0
  394. package/src/handlers/decouplededitorhandler.d.ts +26 -0
  395. package/src/handlers/decouplededitorhandler.js +37 -0
  396. package/src/index.d.ts +13 -0
  397. package/src/index.js +11 -0
  398. package/theme/fullscreen.css +206 -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,22 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 fullscreen feature** https://github.com/ckeditor/ckeditor5-fullscreen <br>
4
+ **CKEditor&nbsp;5 Fullscreen feature** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 fullscreen feature is licensed under a commercial license and is protected by copyright law.
8
- For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
7
+ Licensed under a dual-license model, this software is available under:
8
+
9
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
10
+ * or commercial license terms from CKSource Holding sp. z o.o.
11
+
12
+ For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
9
13
 
10
14
  Sources of Intellectual Property Included in CKEditor
11
15
  -----------------------------------------------------
12
16
 
13
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
17
+ Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
14
18
 
15
19
  Trademarks
16
20
  ----------
17
21
 
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.
22
+ **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,37 @@
1
- CKEditor 5 fullscreen
2
- =====================
1
+ CKEditor&nbsp;5 fullscreen feature
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-fullscreen.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-fullscreen)
5
+ [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
+ [![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
7
+
8
+ This package implements the fullscreen feature for CKEditor&nbsp;5.
9
+
10
+ ## Installation
11
+
12
+ This plugin is part of the `ckeditor5` package. Install the whole package to use it.
13
+
14
+ ```bash
15
+ npm install ckeditor5
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 [fullscreen feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/fullscreen.html#demo).
25
+
26
+ ## Documentation
27
+
28
+ See the [`@ckeditor/ckeditor5-fullscreen` package](https://ckeditor.com/docs/ckeditor5/latest/api/fullscreen.html) page as well as the [Fullscreen feature](https://ckeditor.com/docs/ckeditor5/latest/features/fullscreen.html) guide in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
29
+
30
+ ## License
31
+
32
+ Licensed under a dual-license model, this software is available under:
33
+
34
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
35
+ * or commercial license terms from CKSource Holding sp. z o.o.
36
+
37
+ For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
@@ -0,0 +1,5 @@
1
+ !function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{"Enter fullscreen mode":"Enter fullscreen mode","Fullscreen mode":"Fullscreen mode","Leave fullscreen mode":"Leave fullscreen mode","Toggle fullscreen mode":"Toggle fullscreen mode"})}(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 e={21:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(i){e.setAttribute(i,t[i])}))}},51:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},109:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var n=i(758),o=i.n(n),r=i(935),s=i.n(r)()(o());s.push([e.id,'body.ck-fullscreen,html.ck-fullscreen{--ck-z-fullscreen:10000;overflow:hidden;--ck-z-default:calc(var(--ck-z-fullscreen) + 1);--ck-z-panel:calc(var(--ck-z-default) + 999);--ck-z-dialog:100000}body.ck-fullscreen .ckbox-reset:not(#n)>.ckbox--dialog,html.ck-fullscreen .ckbox-reset:not(#n)>.ckbox--dialog{--ckbox-z-index-root:calc(var(--ck-z-dialog) + 1)}body.ck-fullscreen .ckbox:not(#n) .ckbox-img-editor,html.ck-fullscreen .ckbox:not(#n) .ckbox-img-editor{--ckbox-z-index-preview:calc(var(--ck-z-dialog) + 1)}body.ck-fullscreen .ck-pagination-view-line,html.ck-fullscreen .ck-pagination-view-line{z-index:calc(var(--ck-z-fullscreen) + 1)}body.ck-fullscreen .page-break__label,html.ck-fullscreen .page-break__label{z-index:calc(var(--ck-z-fullscreen) + 2)}.ck.ck-fullscreen__main-wrapper{background:var(--ck-color-base-foreground);display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--ck-z-fullscreen)}.ck.ck-fullscreen__main-wrapper .ck.ck-revision-history-ui__changes-navigation{margin-bottom:0;margin-top:0}:not(body>.ck-fullscreen__main-wrapper).ck-fullscreen__main-wrapper{position:absolute}.ck-fullscreen__menu-bar .ck.ck-menu-bar{border:none}.ck-fullscreen__main-wrapper .ck-fullscreen__editable-wrapper{--ck-fullscreen-editor-top-margin:28px;--ck-fullscreen-editor-bottom-margin:28px;display:flex;justify-content:flex-start;max-height:100%;overflow:auto}.ck-fullscreen__sidebar{flex-shrink:0;margin-left:10px;margin-top:var(--ck-fullscreen-editor-top-margin);width:300px}.ck-fullscreen__sidebar[data-ck-fullscreen=right-sidebar]{margin-right:auto}.ck-fullscreen__main-wrapper .ck-fullscreen__editable{height:100%;margin-bottom:56px;margin-left:auto;margin-top:var(--ck-fullscreen-editor-top-margin)}.ck-fullscreen__main-wrapper .ck-fullscreen__editable:after{content:"";display:block;height:var(--ck-fullscreen-editor-bottom-margin)}.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck.ck-editor__editable:not(.ck-editor__nested-editable){background:#fff;border:1px solid var(--ck-color-base-border);box-shadow:0 2px 3px rgba(0,0,0,.078);box-sizing:border-box;height:fit-content;min-height:297mm;padding:20mm 12mm;width:210.52917mm}.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck-source-editing-area{width:210.52917mm}.ck-fullscreen__left-sidebar{font-family:Helvetica,Arial,sans-serif;--ck-user-avatar-size:28px;align-self:flex-start;background-color:transparent;box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:0;position:sticky;top:0}.ck-fullscreen__left-sidebar .ck.ck-presence-list--collapsed{--ck-user-avatar-size:32px}.ck-fullscreen__left-sidebar>:first-child{padding-top:var(--ck-fullscreen-editor-top-margin)}.ck-fullscreen__left-sidebar .ck-presence-list__users-counter__text,.ck-fullscreen__left-sidebar .ck-user{font-size:.85em}.ck-fullscreen__left-sidebar-item{margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}.ck-fullscreen__left-sidebar-item:last-child{margin-bottom:0}.ck-fullscreen__left-sidebar-header{--ck-fullscreen-presence-list-header-font-size:0.875em;color:var(--ck-document-outline-item-default-color);font-size:var(--ck-fullscreen-presence-list-header-font-size);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-fullscreen__left-sidebar--sticky{position:sticky;top:0}.ck-fullscreen__left-sidebar--sticky>:first-child{padding-top:0}.ck-fullscreen__presence-list{margin-top:var(--ck-spacing-medium)}.ck-fullscreen__left-sidebar-item--no-margin{margin:0}.ck-fullscreen__left-sidebar .ck.ck-document-outline{padding-left:0;padding-right:0;padding-top:0}.ck-fullscreen__document-outline-wrapper{overflow-y:auto;padding-top:0}',""]);const l=s},128:e=>{"use strict";var t={};e.exports=function(e,i){var n=function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}t[e]=i}return t[e]}(e);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(i)}},237:e=>{"use strict";e.exports=CKEditor5.dll},311:(e,t,i)=>{e.exports=i(237)("./src/ui.js")},355:(e,t,i)=>{e.exports=i(237)("./src/icons.js")},584:(e,t,i)=>{e.exports=i(237)("./src/utils.js")},590:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var n=i(758),o=i.n(n),r=i(935),s=i.n(r)()(o());s.push([e.id,".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border:solid var(--ck-color-base-border);border-radius:0;border-width:1px 1px 0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar{border:0;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}",""]);const l=s},591:e=>{"use strict";var t=[];function i(e){for(var i=-1,n=0;n<t.length;n++)if(t[n].identifier===e){i=n;break}return i}function n(e,n){for(var r={},s=[],l=0;l<e.length;l++){var a=e[l],c=n.base?a[0]+n.base:a[0],d=r[c]||0,u="".concat(c," ").concat(d);r[c]=d+1;var h=i(u),p={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==h)t[h].references++,t[h].updater(p);else{var f=o(p,n);n.byIndex=l,t.splice(l,0,{identifier:u,updater:f,references:1})}s.push(u)}return s}function o(e,t){var i=t.domAPI(t);i.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;i.update(e=t)}else i.remove()}}e.exports=function(e,o){var r=n(e=e||[],o=o||{});return function(e){e=e||[];for(var s=0;s<r.length;s++){var l=i(r[s]);t[l].references--}for(var a=n(e,o),c=0;c<r.length;c++){var d=i(r[c]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}r=a}}},639:e=>{"use strict";var t,i=(t=[],function(e,i){return t[e]=i,t.filter(Boolean).join("\n")});function n(e,t,n,o){var r;if(n)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(e.styleSheet)e.styleSheet.cssText=i(t,r);else{var l=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(l,a[t]):e.appendChild(l)}}var o={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=o.singletonCounter++,i=o.singleton||(o.singleton=e.insertStyleElement(e));return{update:function(e){n(i,t,!1,e)},remove:function(e){n(i,t,!0,e)}}}},758:e=>{"use strict";e.exports=function(e){return e[1]}},782:(e,t,i)=>{e.exports=i(237)("./src/core.js")},783:(e,t,i)=>{e.exports=i(237)("./src/engine.js")},935:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i="",n=void 0!==t[5];return t[4]&&(i+="@supports (".concat(t[4],") {")),t[2]&&(i+="@media ".concat(t[2]," {")),n&&(i+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),i+=e(t),n&&(i+="}"),t[2]&&(i+="}"),t[4]&&(i+="}"),i})).join("")},t.i=function(e,i,n,o,r){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(n)for(var l=0;l<this.length;l++){var a=this[l][0];null!=a&&(s[a]=!0)}for(var c=0;c<e.length;c++){var d=[].concat(e[c]);n&&s[d[0]]||(void 0!==r&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=r),i&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=i):d[2]=i),o&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=o):d[4]="".concat(o)),t.push(d))}},t}}},t={};function i(n){var o=t[n];if(void 0!==o)return o.exports;var r=t[n]={id:n,exports:{}};return e[n](r,r.exports,i),r.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";i.r(n),i.d(n,{Fullscreen:()=>A,FullscreenEditing:()=>V,FullscreenUI:()=>M});var e=i(782),t=i(311),o=i(783),r=i(584);class s extends t.EditorUI{view;_toolbarConfig;_elementReplacer;constructor(e,i){super(e),this.view=i,this._toolbarConfig=(0,t.normalizeToolbarConfig)(e.config.get("toolbar")),this._elementReplacer=new r.ElementReplacer,this.listenTo(e.editing.view,"scrollToTheSelection",this._handleScrollToTheSelectionWithStickyPanel.bind(this))}get element(){return this.view.element}init(e){const t=this.editor,i=this.view,n=t.editing.view,o=i.editable,r=n.document.getRoot();o.name=r.rootName,i.render();const s=o.element;this.setEditableElement(o.name,s),i.editable.bind("isFocused").to(this.focusTracker),n.attachDomRoot(s),e&&this._elementReplacer.replace(e,this.element),this._initPlaceholder(),this._initToolbar(),i.menuBarView&&this.initMenuBar(i.menuBarView),this._initDialogPluginIntegration(),this._initContextualBalloonIntegration(),this.fire("ready")}destroy(){super.destroy();const e=this.view,t=this.editor.editing.view;this._elementReplacer.restore(),t.getDomRoot(e.editable.name)&&t.detachDomRoot(e.editable.name),e.destroy()}_initToolbar(){const e=this.view;e.stickyPanel.bind("isActive").to(this.focusTracker,"isFocused"),e.stickyPanel.limiterElement=e.element,e.stickyPanel.bind("viewportTopOffset").to(this,"viewportOffset",(({top:e})=>e||0)),e.toolbar.fillFromConfig(this._toolbarConfig,this.componentFactory),this.addToolbar(e.toolbar)}_initPlaceholder(){const e=this.editor,t=e.editing.view,i=t.document.getRoot(),n=e.sourceElement;let r;const s=e.config.get("placeholder");s&&(r="string"==typeof s?s:s[this.view.editable.name]),!r&&n&&"textarea"===n.tagName.toLowerCase()&&(r=n.getAttribute("placeholder")),r&&(i.placeholder=r),(0,o.enablePlaceholder)({view:t,element:i,isDirectHost:!1,keepOnFocus:!0})}_initContextualBalloonIntegration(){if(!this.editor.plugins.has("ContextualBalloon"))return;const{stickyPanel:e}=this.view,t=this.editor.plugins.get("ContextualBalloon");t.on("getPositionOptions",(t=>{const i=t.return;if(!i||!e.isSticky||!e.element)return;const n=new r.Rect(e.element).height,o="function"==typeof i.target?i.target():i.target,s="function"==typeof i.limiter?i.limiter():i.limiter;if(o&&s&&new r.Rect(o).height>=new r.Rect(s).height-n)return;const l={...i.viewportOffsetConfig},a=(l.top||0)+n;t.return={...i,viewportOffsetConfig:{...l,top:a}}}),{priority:"low"});const i=()=>{t.visibleView&&t.updatePosition()};this.listenTo(e,"change:isSticky",i),this.listenTo(this.editor.ui,"change:viewportOffset",i)}_handleScrollToTheSelectionWithStickyPanel(e,t,i){const n=this.view.stickyPanel;if(n.isSticky){const e=new r.Rect(n.element).height;t.viewportOffset.top+=e}else{const e=()=>{this.editor.editing.view.scrollToTheSelection(i)};this.listenTo(n,"change:isSticky",e),setTimeout((()=>{this.stopListening(n,"change:isSticky",e)}),20)}}_initDialogPluginIntegration(){if(!this.editor.plugins.has("Dialog"))return;const e=this.view.stickyPanel,i=this.editor.plugins.get("Dialog");i.on("show",(()=>{const n=i.view;n.on("moveTo",((i,o)=>{if(!e.isSticky||n.wasMoved||n.isModal)return;const s=new r.Rect(e.contentPanelElement);o[1]<s.bottom+t.DialogView.defaultOffset&&(o[1]=s.bottom+t.DialogView.defaultOffset)}),{priority:"high"})}),{priority:"low"})}}var l=i(591),a=i.n(l),c=i(639),d=i.n(c),u=i(128),h=i.n(u),p=i(21),f=i.n(p),g=i(51),m=i.n(g),_=i(590),b={attributes:{"data-cke":!0}};b.setAttributes=f(),b.insert=h().bind(null,"head"),b.domAPI=d(),b.insertStyleElement=m();a()(_.A,b);_.A&&_.A.locals&&_.A.locals;class k extends t.BoxedEditorUIView{stickyPanel;toolbar;editable;constructor(e,i,n={}){super(e),this.stickyPanel=new t.StickyPanelView(e),this.toolbar=new t.ToolbarView(e,{shouldGroupWhenFull:n.shouldToolbarGroupWhenFull}),n.useMenuBar&&(this.menuBarView=new t.MenuBarView(e)),this.editable=new t.InlineEditableUIView(e,i,void 0,{label:n.label})}render(){super.render(),this.menuBarView?this.stickyPanel.content.addMany([this.menuBarView,this.toolbar]):this.stickyPanel.content.add(this.toolbar),this.top.add(this.stickyPanel),this.main.add(this.editable)}}function v(e){return function(e){return"object"==typeof e&&null!==e}(e)&&1===e.nodeType&&!function(e){if("object"!=typeof e)return!1;if(null==e)return!1;if(null===Object.getPrototypeOf(e))return!0;if("[object Object]"!==Object.prototype.toString.call(e)){const t=e[Symbol.toStringTag];return null!=t&&(!!Object.getOwnPropertyDescriptor(e,Symbol.toStringTag)?.writable&&e.toString()===`[object ${t}]`)}let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)}class w extends((0,e.ElementApiMixin)(e.Editor)){static get editorName(){return"ClassicEditor"}ui;constructor(t,i={}){if(!y(t)&&void 0!==i.initialData)throw new r.CKEditorError("editor-create-initial-data",null);super(i),this.config.define("menuBar.isVisible",!1),void 0===this.config.get("initialData")&&this.config.set("initialData",function(e){return y(e)?(0,r.getDataFromElement)(e):e}(t)),y(t)&&(this.sourceElement=t),this.model.document.createRoot();const n=!this.config.get("toolbar.shouldNotGroupWhenFull"),o=this.config.get("menuBar"),l=new k(this.locale,this.editing.view,{shouldToolbarGroupWhenFull:n,useMenuBar:o.isVisible,label:this.config.get("label")});this.ui=new s(this,l),(0,e.attachToForm)(this)}destroy(){return this.sourceElement&&this.updateSourceElement(),this.ui.destroy(),super.destroy()}static create(e,t={}){return new Promise((i=>{const n=new this(e,t);i(n.initPlugins().then((()=>n.ui.init(y(e)?e:null))).then((()=>n.data.init(n.config.get("initialData")))).then((()=>n.fire("ready"))).then((()=>n)))}))}}function y(e){return v(e)}class E extends t.EditorUI{view;constructor(e,t){super(e),this.view=t}init(){const e=this.editor,t=this.view,i=e.editing.view,n=t.editable,o=i.document.getRoot();n.name=o.rootName,t.render();const r=n.element;this.setEditableElement(n.name,r),t.editable.bind("isFocused").to(this.focusTracker),i.attachDomRoot(r),this._initPlaceholder(),this._initToolbar(),this.initMenuBar(this.view.menuBarView),this.fire("ready")}destroy(){super.destroy();const e=this.view,t=this.editor.editing.view;t.getDomRoot(e.editable.name)&&t.detachDomRoot(e.editable.name),e.destroy()}_initToolbar(){const e=this.editor,t=this.view;t.toolbar.fillFromConfig(e.config.get("toolbar"),this.componentFactory),this.addToolbar(t.toolbar)}_initPlaceholder(){const e=this.editor,t=e.editing.view,i=t.document.getRoot(),n=e.config.get("placeholder");if(n){const e="string"==typeof n?n:n[i.rootName];e&&(i.placeholder=e)}(0,o.enablePlaceholder)({view:t,element:i,isDirectHost:!1,keepOnFocus:!0})}}class x extends t.EditorUIView{toolbar;editable;menuBarView;constructor(e,i,n={}){super(e),this.toolbar=new t.ToolbarView(e,{shouldGroupWhenFull:n.shouldToolbarGroupWhenFull}),this.menuBarView=new t.MenuBarView(e),this.editable=new t.InlineEditableUIView(e,i,n.editableElement,{label:n.label}),this.toolbar.extendTemplate({attributes:{class:["ck-reset_all","ck-rounded-corners"],dir:e.uiLanguageDirection}}),this.menuBarView.extendTemplate({attributes:{class:["ck-reset_all","ck-rounded-corners"],dir:e.uiLanguageDirection}})}render(){super.render(),this.registerChild([this.menuBarView,this.toolbar,this.editable])}}class C extends((0,e.ElementApiMixin)(e.Editor)){static get editorName(){return"DecoupledEditor"}ui;constructor(t,i={}){if(!T(t)&&void 0!==i.initialData)throw new r.CKEditorError("editor-create-initial-data",null);super(i),void 0===this.config.get("initialData")&&this.config.set("initialData",function(e){return T(e)?(0,r.getDataFromElement)(e):e}(t)),T(t)&&(this.sourceElement=t,(0,e.secureSourceElement)(this,t)),this.model.document.createRoot();const n=!this.config.get("toolbar.shouldNotGroupWhenFull"),o=new x(this.locale,this.editing.view,{editableElement:this.sourceElement,shouldToolbarGroupWhenFull:n,label:this.config.get("label")});this.ui=new E(this,o)}destroy(){const e=this.getData();return this.ui.destroy(),super.destroy().then((()=>{this.sourceElement&&this.updateSourceElement(e)}))}static create(e,t={}){return new Promise((i=>{if(T(e)&&"TEXTAREA"===e.tagName)throw new r.CKEditorError("editor-wrong-element",null);const n=new this(e,t);i(n.initPlugins().then((()=>n.ui.init())).then((()=>n.data.init(n.config.get("initialData")))).then((()=>n.fire("ready"))).then((()=>n)))}))}}function T(e){return v(e)}class D{_placeholderMap;_wrapper=null;_document;_annotationsUIsData=null;_paginationBodyCollection=null;_sourceEditingCallback=(e,t,i)=>{this.getWrapper().querySelector(".ck-fullscreen__document-outline-header").style.display=i?"none":""};_hiddenElements=new Map;_showRevisionViewerCallback=null;_closeRevisionViewerCallback=null;constructor(e){this._placeholderMap=new Map,e.plugins.has("RevisionHistory")&&(this._showRevisionViewerCallback=e.config.get("revisionHistory").showRevisionViewerCallback,this._closeRevisionViewerCallback=e.config.get("revisionHistory").closeRevisionViewerCallback),this._editor=e,this._document=this._editor.sourceElement?this._editor.sourceElement.ownerDocument:r.global.document,this._editor.config.define("fullscreen.container",this._document.body),e.on("destroy",(()=>{this._wrapper&&this.destroy()}))}moveToFullscreen(e,t){const i=(0,r.createElement)(this._document,"div");i.setAttribute("data-ck-fullscreen-placeholder",t),e.replaceWith(i),this.getWrapper().querySelector(`[data-ck-fullscreen="${t}"]`).append(e),this._placeholderMap.set(t,{placeholderElement:i,movedElement:e})}restoreMovedElementLocation(e){if(!this._placeholderMap.has(e))return;const{placeholderElement:t,movedElement:i}=this._placeholderMap.get(e);t.replaceWith(i),t.remove(),this._placeholderMap.delete(e),0===this._placeholderMap.size&&this._destroyContainer()}getWrapper(){return this._wrapper||(this._wrapper=(0,r.createElement)(this._document,"div",{class:"ck ck-fullscreen__main-wrapper"}),this._wrapper.innerHTML='\n\t\t\t\t<div class="ck ck-fullscreen__top-wrapper ck-reset_all">\n\t\t\t\t\t<div class="ck ck-fullscreen__menu-bar" data-ck-fullscreen="menu-bar"></div>\n\t\t\t\t\t<div class="ck ck-fullscreen__toolbar" data-ck-fullscreen="toolbar"></div>\n\t\t\t\t</div>\n\t\t\t\t<div class="ck ck-fullscreen__editable-wrapper">\n\t\t\t\t\t<div class="ck ck-fullscreen__sidebar ck-fullscreen__left-sidebar" data-ck-fullscreen="left-sidebar">\n\t\t\t\t\t\t<div class="ck ck-fullscreen__left-sidebar--sticky" data-ck-fullscreen="left-sidebar-sticky"></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="ck ck-fullscreen__editable" data-ck-fullscreen="editable">\n\t\t\t\t\t\t<div class="ck ck-fullscreen__pagination-view" data-ck-fullscreen="pagination-view"></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="ck ck-fullscreen__sidebar ck-fullscreen__right-sidebar" data-ck-fullscreen="right-sidebar"></div>\n\t\t\t\t</div>\n\t\t\t\t<div class="ck ck-fullscreen__bottom-wrapper">\n\t\t\t\t\t<div class="ck ck-fullscreen__body-wrapper" data-ck-fullscreen="body-wrapper"></div>\n\t\t\t\t</div>\n\t\t\t',this._editor.config.get("fullscreen.container").appendChild(this._wrapper)),this._wrapper}enable(){if(this._defaultOnEnter(),this._editor.config.get("fullscreen.container")===this._document.body&&(this._document.body.classList.add("ck-fullscreen"),this._document.body.parentElement.classList.add("ck-fullscreen")),this._editor.plugins.has("Dialog")&&this._registerFullscreenDialogPositionAdjustments(),this._editor.plugins.has("PresenceListUI")&&this._generatePresenceListContainer(),this._editor.plugins.has("DocumentOutlineUI")&&this._generateDocumentOutlineContainer(),this._editor.plugins.has("Pagination")){const e=this._editor.plugins.get("PaginationRenderer");e.setupScrollableAncestor(),this._paginationBodyCollection=new t.BodyCollection(this._editor.locale),this._paginationBodyCollection.attachToDom(),e.linesRepository.setViewCollection(this._paginationBodyCollection),this._editor.once("destroy",(()=>{this._paginationBodyCollection.detachFromDom()})),this.moveToFullscreen(this._paginationBodyCollection.bodyCollectionContainer,"body-wrapper")}this._editor.plugins.has("AnnotationsUIs")&&this._overrideAnnotationsUIs(),this._editor.plugins.has("RevisionHistory")&&(this._editor.plugins.get("RevisionHistory").isRevisionViewerOpen&&this._editor.config.get("revisionHistory.closeRevisionViewerCallback")(),this._overrideRevisionHistoryCallbacks()),this._editor.plugins.has("SourceEditing")&&this._editor.plugins.has("DocumentOutlineUI")&&this._editor.plugins.get("SourceEditing").on("change:isSourceEditingMode",this._sourceEditingCallback);for(const e of this._editor.config.get("fullscreen.container").children)e===this._wrapper||e.classList.contains("ck-body-wrapper")||e.classList.contains("ckbox-wrapper")||"none"===e.style.display||(this._hiddenElements.set(e,e.style.display),e.style.display="none");this._editor.config.get("fullscreen.onEnterCallback")&&this._editor.config.get("fullscreen.onEnterCallback")(this.getWrapper())}disable(){this._editor.config.get("fullscreen.onLeaveCallback")&&this._editor.config.get("fullscreen.onLeaveCallback")(this.getWrapper()),this._document.body.classList.remove("ck-fullscreen"),this._document.body.parentElement.classList.remove("ck-fullscreen"),this._editor.plugins.has("DocumentOutlineUI")&&this._restoreDocumentOutlineDefaultContainer(),this._annotationsUIsData&&this._restoreAnnotationsUIs(),this._editor.plugins.has("RevisionHistory")&&this._restoreRevisionHistoryCallbacks(),this._editor.plugins.has("SourceEditing")&&this._editor.plugins.has("DocumentOutlineUI")&&this._editor.plugins.get("SourceEditing").off("change:isSourceEditingMode",this._sourceEditingCallback);for(const e of this._placeholderMap.keys())this.restoreMovedElementLocation(e);if(this._editor.ui.view.toolbar.switchBehavior(!0===this._editor.config.get("toolbar.shouldNotGroupWhenFull")?"static":"dynamic"),0===this._placeholderMap.size&&this._destroyContainer(),this._editor.plugins.has("Pagination")){const e=this._editor.plugins.get("PaginationRenderer");e.setupScrollableAncestor(),e.linesRepository.setViewCollection(this._editor.ui.view.body),this._paginationBodyCollection.detachFromDom(),this._paginationBodyCollection?.destroy()}this._editor.plugins.has("Dialog")&&this._unregisterFullscreenDialogPositionAdjustments()}destroy(){for(const{placeholderElement:e,movedElement:t}of this._placeholderMap.values())e.remove(),t.remove();this._destroyContainer(),this._document.body.classList.remove("ck-fullscreen"),this._document.body.parentElement.classList.remove("ck-fullscreen")}_defaultOnEnter(){return this.getWrapper()}_destroyContainer(){if(this._wrapper){this._wrapper.remove(),this._wrapper=null;for(const[e,t]of this._hiddenElements)e.style.display=t;this._hiddenElements.clear()}}_generatePresenceListContainer(){const e=(0,r.createElement)(document,"div",{class:"ck ck-fullscreen__left-sidebar-item"});e.innerHTML='\n\t\t\t<div class="ck ck-fullscreen__left-sidebar-header">Connected users</div>\n\t\t\t<div class="ck ck-fullscreen__presence-list" data-ck-fullscreen="presence-list"></div>\n\t\t',document.querySelector('[data-ck-fullscreen="left-sidebar-sticky"]').appendChild(e);const t=this._editor.plugins.get("PresenceListUI");this.moveToFullscreen(t.view.element,"presence-list")}_generateDocumentOutlineContainer(){const e=(0,r.createElement)(document,"div",{class:"ck-fullscreen__left-sidebar-item ck-fullscreen__left-sidebar-item--no-margin"});e.innerHTML='\n\t\t\t<div class="ck ck-fullscreen__left-sidebar-header ck-fullscreen__document-outline-header">\n\t\t\t\tDocument outline\n\t\t\t</div>\n\t\t';const t=(0,r.createElement)(document,"div",{class:"ck ck-fullscreen__left-sidebar-item ck-fullscreen__document-outline-wrapper"});t.innerHTML='\n\t\t\t<div class="ck ck-fullscreen__document-outline" data-ck-fullscreen="document-outline"></div>\n\t\t',document.querySelector('[data-ck-fullscreen="left-sidebar"]').appendChild(t),document.querySelector('[data-ck-fullscreen="left-sidebar-sticky"]').appendChild(e);const i=this._editor.plugins.get("DocumentOutlineUI");i.view.documentOutlineContainer=document.querySelector('[data-ck-fullscreen="left-sidebar"]'),this.moveToFullscreen(i.view.element,"document-outline")}_restoreDocumentOutlineDefaultContainer(){const e=this._editor.plugins.get("DocumentOutlineUI");e.view.documentOutlineContainer=e.view.element}_overrideAnnotationsUIs(){const e=this._editor.plugins.get("AnnotationsUIs");this._annotationsUIsData=new Map(e.uisData);const t=this._editor.plugins.get("Sidebar");t.container||t.setContainer(this.getWrapper().querySelector('[data-ck-fullscreen="right-sidebar"]'));const i=new Map;for(const[t,n]of[...this._annotationsUIsData])n.filter!==e.defaultFilter&&i.set(t,n.filter);e.deactivateAll(),i.has("wideSidebar")?e.activate("wideSidebar",i.get("wideSidebar")):i.size?e.activate("wideSidebar",(e=>[...i.values()].some((t=>t(e))))):e.switchTo("wideSidebar"),this.moveToFullscreen(t.container.firstElementChild,"right-sidebar")}_restoreAnnotationsUIs(){const e=this._editor.plugins.get("AnnotationsUIs");e.deactivateAll();for(const[t,i]of[...this._annotationsUIsData])e.activate(t,i.filter);this._annotationsUIsData=null}_overrideRevisionHistoryCallbacks(){this._editor.config.set("revisionHistory.showRevisionViewerCallback",(async()=>{const e=await this._showRevisionViewerCallback();return this._editor.plugins.has("DocumentOutlineUI")&&(this.getWrapper().querySelector(".ck-fullscreen__document-outline-header").style.display="none"),this.restoreMovedElementLocation("editable"),this.restoreMovedElementLocation("toolbar"),this.restoreMovedElementLocation("right-sidebar"),this._annotationsUIsData&&this._restoreAnnotationsUIs(),this._editor.ui.view.menuBarView&&this._editor.ui.view.menuBarView.disable(),this.moveToFullscreen(e.ui.getEditableElement(),"editable"),this.moveToFullscreen(e.ui.view.toolbar.element,"toolbar"),this.moveToFullscreen(this._editor.config.get("revisionHistory.viewerSidebarContainer"),"right-sidebar"),e})),this._editor.config.set("revisionHistory.closeRevisionViewerCallback",(async()=>{this.restoreMovedElementLocation("toolbar"),this.restoreMovedElementLocation("editable"),this.restoreMovedElementLocation("right-sidebar"),this._editor.plugins.has("DocumentOutlineUI")&&(this.getWrapper().querySelector(".ck-fullscreen__document-outline-header").style.display=""),this.moveToFullscreen(this._editor.ui.getEditableElement(),"editable"),this.moveToFullscreen(this._editor.ui.view.toolbar.element,"toolbar"),await this._closeRevisionViewerCallback(),this._editor.plugins.has("AnnotationsUIs")&&this._overrideAnnotationsUIs(),this._editor.ui.view.menuBarView&&this._editor.ui.view.menuBarView.enable()}))}_restoreRevisionHistoryCallbacks(){this._editor.config.set("revisionHistory.showRevisionViewerCallback",(async()=>this._showRevisionViewerCallback())),this._editor.config.set("revisionHistory.closeRevisionViewerCallback",(async()=>this._closeRevisionViewerCallback()))}_registerFullscreenDialogPositionAdjustments(){const e=this._editor.plugins.get("Dialog");this._setNewDialogPosition(),e.on("change:isOpen",this.updateDialogPositionCallback,{priority:"highest"})}_unregisterFullscreenDialogPositionAdjustments(){const e=this._editor.plugins.get("Dialog"),i=e.view;i&&null===i.position&&(i.position=t.DialogViewPosition.EDITOR_TOP_SIDE),i&&i.updatePosition(),e.off("change:isOpen",this.updateDialogPositionCallback)}updateDialogPositionCallback=this._updateDialogPosition.bind(this);_updateDialogPosition(e,t,i){i&&this._setNewDialogPosition()}_setNewDialogPosition(){const e=this._editor.plugins.get("Dialog").view;if(!e||e.position!==t.DialogViewPosition.EDITOR_TOP_SIDE)return;const i=new r.Rect(this._wrapper).getVisible(),n=new r.Rect(document.querySelector(".ck-fullscreen__editable")).getVisible(),o=new r.Rect(e.element.querySelector(".ck-dialog")).getVisible(),s=new r.Rect(document.querySelector(".ck-fullscreen__editable-wrapper")).excludeScrollbarsAndBorders().getVisible().width-new r.Rect(document.querySelector(".ck-fullscreen__editable-wrapper")).getVisible().width;i&&n&&o&&(e.position=null,e.moveTo(i.left+i.width-o.width-28+s,n.top))}}class F extends D{_editor;constructor(e){super(e),this._editor=e}_defaultOnEnter(){const e=this._editor.ui,i=e.view;return this._editor.plugins.has("Pagination")&&this.moveToFullscreen(e.getEditableElement().parentElement.querySelector(".ck-pagination-view"),"pagination-view"),this.moveToFullscreen(e.getEditableElement(),"editable"),this.moveToFullscreen(i.toolbar.element,"toolbar"),i.toolbar.switchBehavior(!0===this._editor.config.get("fullscreen.toolbar.shouldNotGroupWhenFull")?"static":"dynamic"),this.getWrapper().setAttribute("dir",i.element.getAttribute("dir")),this._editor.config.get("fullscreen.menuBar.isVisible")&&(i.menuBarView||(i.menuBarView=new t.MenuBarView(this._editor.locale),i.menuBarView.render(),e.initMenuBar(i.menuBarView)),this.moveToFullscreen(i.menuBarView.element,"menu-bar")),this.getWrapper()}}class S extends D{_editor;constructor(e){super(e),this._editor=e}_defaultOnEnter(){return this._editor.plugins.has("Pagination")&&this.moveToFullscreen(this._editor.ui.getEditableElement().parentElement.querySelector(".ck-pagination-view"),"pagination-view"),this.moveToFullscreen(this._editor.ui.getEditableElement(),"editable"),this.moveToFullscreen(this._editor.ui.view.toolbar.element,"toolbar"),this._editor.ui.view.toolbar.switchBehavior(!0===this._editor.config.get("fullscreen.toolbar.shouldNotGroupWhenFull")?"static":"dynamic"),this._editor.config.get("fullscreen.menuBar.isVisible")&&this.moveToFullscreen(this._editor.ui.view.menuBarView.element,"menu-bar"),this.getWrapper()}}class P extends e.Command{_fullscreenHandler;constructor(e){super(e),this.affectsData=!1,this.isEnabled=!0,this.value=!1,this._fullscreenHandler=e instanceof w?new F(e):e instanceof C?new S(e):new D(e)}execute(){this.value?this._disableFullscreenMode():this._enableFullscreenMode()}_enableFullscreenMode(){this._fullscreenHandler.enable(),this.value=!0}_disableFullscreenMode(){this._fullscreenHandler.disable(),this.value=!1}}class V extends e.Plugin{static get pluginName(){return"FullscreenEditing"}static get isOfficialPlugin(){return!0}constructor(e){super(e),e.config.define("fullscreen.menuBar.isVisible",!0),e.config.define("fullscreen.toolbar.shouldNotGroupWhenFull",!0===e.config.get("toolbar.shouldNotGroupWhenFull"))}init(){this.editor.commands.add("toggleFullscreen",new P(this.editor));const e=this.editor.locale.t;this.editor.keystrokes.set("Ctrl+Shift+F",((e,t)=>{this.editor.execute("toggleFullscreen"),this.editor.editing.view.focus(),t()})),this.editor.accessibility.addKeystrokeInfos({keystrokes:[{label:e("Toggle fullscreen mode"),keystroke:"CTRL+SHIFT+F"}],categoryId:"navigation"})}}var O=i(355),R=i(109),B={attributes:{"data-cke":!0}};B.setAttributes=f(),B.insert=h().bind(null,"head"),B.domAPI=d(),B.insertStyleElement=m();a()(R.A,B);R.A&&R.A.locals&&R.A.locals;const I="toggleFullscreen";class M extends e.Plugin{static get requires(){return[V]}static get pluginName(){return"FullscreenUI"}static get isOfficialPlugin(){return!0}init(){const e=this.editor;e.ui.componentFactory.add("fullscreen",(()=>this._createButton(t.ButtonView))),e.ui.componentFactory.add("menuBar:fullscreen",(()=>this._createButton(t.MenuBarMenuListItemButtonView)))}_createButton(e){const i=this.editor,n=i.t,o=i.commands.get(I),r=new e(i.locale);return r.set({isToggleable:!0}),r.bind("isEnabled").to(o,"isEnabled"),r.bind("isOn").to(o,"value"),r instanceof t.MenuBarMenuListItemButtonView?r.set({role:"menuitemcheckbox",label:n("Fullscreen mode")}):(r.bind("icon").to(o,"value",(e=>e?O.IconFullscreenLeave:O.IconFullscreenEnter)),r.bind("label").to(o,"value",(e=>n(e?"Leave fullscreen mode":"Enter fullscreen mode"))),r.set({tooltip:!0})),this.listenTo(r,"execute",(()=>{i.execute(I),i.editing.view.focus()})),r}}class A extends e.Plugin{static get requires(){return[V,M]}static get pluginName(){return"Fullscreen"}static get isOfficialPlugin(){return!0}}})(),(window.CKEditor5=window.CKEditor5||{}).fullscreen=n})();
@@ -0,0 +1 @@
1
+ !function(e){const n=e.af=e.af||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ar=e.ar||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ast=e.ast||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.az=e.az||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.be=e.be||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.bg=e.bg||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.bn=e.bn||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.bs=e.bs||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ca=e.ca||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.cs=e.cs||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["de-ch"]=e["de-ch"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.el=e.el||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["en-au"]=e["en-au"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"Enter fullscreen mode","Fullscreen mode":"Fullscreen mode","Leave fullscreen mode":"Leave fullscreen mode","Toggle fullscreen mode":"Toggle fullscreen mode"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["en-gb"]=e["en-gb"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"Enter fullscreen mode","Fullscreen mode":"Fullscreen mode","Leave fullscreen mode":"Leave fullscreen mode","Toggle fullscreen mode":"Toggle fullscreen mode"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.eo=e.eo||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["es-co"]=e["es-co"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.es=e.es||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.et=e.et||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.eu=e.eu||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.fa=e.fa||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.fi=e.fi||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.fr=e.fr||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.gl=e.gl||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.gu=e.gu||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.he=e.he||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.hi=e.hi||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.hr=e.hr||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.hu=e.hu||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.hy=e.hy||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.id=e.id||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.it=e.it||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ja=e.ja||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.jv=e.jv||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.kk=e.kk||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.km=e.km||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.kn=e.kn||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ko=e.ko||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ku=e.ku||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.lt=e.lt||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.lv=e.lv||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ms=e.ms||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.nb=e.nb||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ne=e.ne||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.oc=e.oc||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.pl=e.pl||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["pt-br"]=e["pt-br"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.pt=e.pt||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ro=e.ro||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ru=e.ru||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.si=e.si||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.sk=e.sk||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.sl=e.sl||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.sq=e.sq||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["sr-latn"]=e["sr-latn"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.sr=e.sr||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.sv=e.sv||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.th=e.th||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ti=e.ti||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.tk=e.tk||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.tr=e.tr||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.tt=e.tt||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ug=e.ug||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.uk=e.uk||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.ur=e.ur||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.uz=e.uz||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.vi=e.vi||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e["zh-cn"]=e["zh-cn"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.zh=e.zh||{};n.dictionary=Object.assign(n.dictionary||{},{"Enter fullscreen mode":"","Fullscreen mode":"","Leave fullscreen mode":"","Toggle fullscreen mode":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,11 @@
1
+ {
2
+ "plugins": [
3
+ {
4
+ "name": "Fullscreen mode",
5
+ "className": "Fullscreen",
6
+ "description": "Opens the editor in the fullscreen mode to allow for more comfortable content editing.",
7
+ "docs": "features/fullscreen.html",
8
+ "path": "src/fullscreen.js"
9
+ }
10
+ ]
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */