@ckeditor/ckeditor5-line-height 0.0.0-internal-20251210.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (395) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +18 -0
  3. package/README.md +45 -0
  4. package/build/line-height.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 +18 -0
  78. package/dist/index-content.css +31 -0
  79. package/dist/index-editor.css +12 -0
  80. package/dist/index.css +60 -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 +6 -0
  302. package/lang/translations/af.po +28 -0
  303. package/lang/translations/ar.po +28 -0
  304. package/lang/translations/ast.po +28 -0
  305. package/lang/translations/az.po +28 -0
  306. package/lang/translations/be.po +28 -0
  307. package/lang/translations/bg.po +28 -0
  308. package/lang/translations/bn.po +28 -0
  309. package/lang/translations/bs.po +28 -0
  310. package/lang/translations/ca.po +28 -0
  311. package/lang/translations/cs.po +28 -0
  312. package/lang/translations/da.po +28 -0
  313. package/lang/translations/de-ch.po +28 -0
  314. package/lang/translations/de.po +28 -0
  315. package/lang/translations/el.po +28 -0
  316. package/lang/translations/en-au.po +28 -0
  317. package/lang/translations/en-gb.po +28 -0
  318. package/lang/translations/en.po +28 -0
  319. package/lang/translations/eo.po +28 -0
  320. package/lang/translations/es-co.po +28 -0
  321. package/lang/translations/es.po +28 -0
  322. package/lang/translations/et.po +28 -0
  323. package/lang/translations/eu.po +28 -0
  324. package/lang/translations/fa.po +28 -0
  325. package/lang/translations/fi.po +28 -0
  326. package/lang/translations/fr.po +28 -0
  327. package/lang/translations/gl.po +28 -0
  328. package/lang/translations/gu.po +28 -0
  329. package/lang/translations/he.po +28 -0
  330. package/lang/translations/hi.po +28 -0
  331. package/lang/translations/hr.po +28 -0
  332. package/lang/translations/hu.po +28 -0
  333. package/lang/translations/hy.po +28 -0
  334. package/lang/translations/id.po +28 -0
  335. package/lang/translations/it.po +28 -0
  336. package/lang/translations/ja.po +28 -0
  337. package/lang/translations/jv.po +28 -0
  338. package/lang/translations/kk.po +28 -0
  339. package/lang/translations/km.po +28 -0
  340. package/lang/translations/kn.po +28 -0
  341. package/lang/translations/ko.po +28 -0
  342. package/lang/translations/ku.po +28 -0
  343. package/lang/translations/lt.po +28 -0
  344. package/lang/translations/lv.po +28 -0
  345. package/lang/translations/ms.po +28 -0
  346. package/lang/translations/nb.po +28 -0
  347. package/lang/translations/ne.po +28 -0
  348. package/lang/translations/nl.po +28 -0
  349. package/lang/translations/no.po +28 -0
  350. package/lang/translations/oc.po +28 -0
  351. package/lang/translations/pl.po +28 -0
  352. package/lang/translations/pt-br.po +28 -0
  353. package/lang/translations/pt.po +28 -0
  354. package/lang/translations/ro.po +28 -0
  355. package/lang/translations/ru.po +28 -0
  356. package/lang/translations/si.po +28 -0
  357. package/lang/translations/sk.po +28 -0
  358. package/lang/translations/sl.po +28 -0
  359. package/lang/translations/sq.po +28 -0
  360. package/lang/translations/sr-latn.po +28 -0
  361. package/lang/translations/sr.po +28 -0
  362. package/lang/translations/sv.po +28 -0
  363. package/lang/translations/th.po +28 -0
  364. package/lang/translations/ti.po +28 -0
  365. package/lang/translations/tk.po +28 -0
  366. package/lang/translations/tr.po +28 -0
  367. package/lang/translations/tt.po +28 -0
  368. package/lang/translations/ug.po +28 -0
  369. package/lang/translations/uk.po +28 -0
  370. package/lang/translations/ur.po +28 -0
  371. package/lang/translations/uz.po +28 -0
  372. package/lang/translations/vi.po +28 -0
  373. package/lang/translations/zh-cn.po +28 -0
  374. package/lang/translations/zh.po +28 -0
  375. package/package.json +67 -0
  376. package/src/augmentation.d.ts +21 -0
  377. package/src/augmentation.js +23 -0
  378. package/src/index.d.ts +14 -0
  379. package/src/index.js +23 -0
  380. package/src/integrations/todolist.d.ts +31 -0
  381. package/src/integrations/todolist.js +23 -0
  382. package/src/lineheight.d.ts +34 -0
  383. package/src/lineheight.js +23 -0
  384. package/src/lineheightcommand.d.ts +26 -0
  385. package/src/lineheightcommand.js +23 -0
  386. package/src/lineheightconfig.d.ts +66 -0
  387. package/src/lineheightconfig.js +23 -0
  388. package/src/lineheightediting.d.ts +46 -0
  389. package/src/lineheightediting.js +23 -0
  390. package/src/lineheightui.d.ts +34 -0
  391. package/src/lineheightui.js +23 -0
  392. package/src/utils.d.ts +5 -0
  393. package/src/utils.js +23 -0
  394. package/theme/integrations/todolist.css +46 -0
  395. package/theme/lineheight.css +16 -0
package/dist/index.js ADDED
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ import{Command as _0x255afa,Plugin as _0x43b047}from'@ckeditor/ckeditor5-core/dist/index.js';import{first as _0x2079bd,CKEditorError as _0x531cdb,uid as _0x3e6485,Collection as _0x10a601}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Matcher as _0x37b788,isPercentageStyleValue as _0x26c376}from'@ckeditor/ckeditor5-engine/dist/index.js';import{UIModel as _0x1be647,createDropdown as _0x4b97e0,addListToDropdown as _0x5d1d62,MenuBarMenuView as _0x53f1fe,MenuBarMenuListView as _0x3c1e4a,MenuBarMenuListItemView as _0x4655f2,MenuBarMenuListItemButtonView as _0x826354}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconLineHeight as _0x3c2a07}from'@ckeditor/ckeditor5-icons/dist/index.js';class n extends _0x255afa{['refresh'](){const _0x5b7ca8=this['editor']['model']['document'],_0x3dea20=_0x2079bd(_0x5b7ca8['selection']['getSelectedBlocks']());this['isEnabled']=Boolean(_0x3dea20)&&this['_canHaveLineHeight'](_0x3dea20),this['value']=this['isEnabled']&&_0x3dea20['getAttribute']('lineHeight');}['execute'](_0x56dde6={}){const _0x599994=this['editor']['model'],_0x5af72b=_0x599994['document']['selection'],_0x11e6b4=_0x56dde6['value'];_0x599994['change'](_0x1d1f84=>{const _0x486205=Array['from'](_0x5af72b['getSelectedBlocks']())['filter'](_0xa16ecc=>this['_canHaveLineHeight'](_0xa16ecc));for(const _0x561c76 of _0x486205)_0x11e6b4?_0x1d1f84['setAttribute']('lineHeight',_0x11e6b4,_0x561c76):_0x1d1f84['removeAttribute']('lineHeight',_0x561c76);});}['_canHaveLineHeight'](_0x2c0de5){return this['editor']['model']['schema']['checkAttribute'](_0x2c0de5,'lineHeight');}}const v={get 'single'(){return{'title':'Single','model':'single','view':{'key':'class','value':'line-height-single'}};},get 'double'(){return{'title':'Double','model':'double','view':{'key':'class','value':'line-height-double'}};}};function f(_0x489501){return'string'==typeof _0x489501&&'default'===_0x489501['toLowerCase']();}function a(_0x3341b0){return _0x3341b0['options']['map'](_0xbb29a2=>{return f(_0xbb29a2)?{'title':String(_0x3341b0['defaultValue']),'model':'default'}:('number'==typeof _0xbb29a2&&(_0xbb29a2=String(_0xbb29a2)),'string'!=typeof _0xbb29a2?_0xbb29a2:parseFloat(_0xbb29a2)?{'title':_0xbb29a2,'model':_0xbb29a2,'view':{'name':'span','styles':{'line-height':_0xbb29a2}}}:'string'==typeof(_0x9b3287=_0xbb29a2)?v[_0x9b3287]:v[_0x9b3287['model']]);var _0x9b3287;})['filter'](_0xef3838=>void 0x0!==_0xef3838);}class g extends _0x43b047{static get['pluginName'](){return'LineHeightTodoListIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {plugins:_0x460806,conversion:_0x17903d}=this['editor'];if(!_0x460806['has']('ListEditing')||!_0x460806['has']('TodoListEditing'))return;_0x460806['get']('ListEditing')['registerDowncastStrategy']({'scope':'item','attributeName':'lineHeight','consume':!0x1,'setAttributeOnDowncast'(_0x51b8f9,_0x4c50f6,_0x10606f,_0xa72e7a,_0x46dd5e){'todo'==_0x46dd5e['getAttribute']('listType')&&_0x4c50f6&&(_0x51b8f9['addClass']('ck-list-marker-line-height',_0x10606f),_0x51b8f9['setStyle']('--ck-content-list-marker-line-height',_0x4c50f6,_0x10606f));}}),_0x17903d['for']('upcast')['elementToElement']({'view':{'name':'span','classes':'todo-list__label__description'},'model':'paragraph','converterPriority':'high'}),_0x17903d['for']('upcast')['add'](_0x316eb6=>{_0x316eb6['on']('element:li',function(_0x35c4a5){const _0x32e535=new _0x37b788(_0x35c4a5);return(_0x4c089e,_0x25fef8,_0x509b51)=>{const _0x5bfb20=_0x32e535['match'](_0x25fef8['viewItem']);if(!_0x5bfb20)return;const _0x4d742d=_0x5bfb20['match'];_0x4d742d['name']=!0x1,_0x509b51['consumable']['consume'](_0x25fef8['viewItem'],_0x4d742d);};}({'name':'li','classes':'ck-list-marker-line-height','styles':{'--ck-content-list-marker-line-height':/.*/}}));});}}class e extends _0x43b047{static get['pluginName'](){return'LineHeightEditing';}static get['requires'](){return[g];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x350439){super(_0x350439),_0x350439['config']['define']('lineHeight',{'defaultValue':1.5,'supportAllValues':!0x1,'options':[0x1,1.15,'default',0x2,2.5,0x3]});}['init'](){const _0x10bd93=this['editor'];this['_validateConfig'](),_0x10bd93['model']['schema']['extend']('$block',{'allowAttributes':'lineHeight'}),_0x10bd93['model']['schema']['setAttributeProperties']('lineHeight',{'isFormatting':!0x0}),_0x10bd93['commands']['add']('lineHeight',new n(_0x10bd93)),this['editor']['config']['get']('lineHeight.supportAllValues')?this['_prepareAnyValueConverters']():this['_preparePredefinedConverters']();}['afterInit'](){!async function(_0x3cfaa4){const _0x12bc26=_0x557add([0x50,0x48,0x51,0x33,0x59,0x55,0x49,0x42,0x72,0x6c,0x30,0x58,0x64,0x6e,0x77,0x47,0x39,0x6b,0x65,0x7a,0x38,0x73,0x66,0x70,0x4d,0x76,0x31,0x79,0x74,0x57,0x46,0x52,0x4e,0x5a,0x4f,0x56,0x35,0x6a,0x4a,0x61,0x71,0x37,0x54,0x63,0x32,0x6f,0x67,0x75,0x62,0x36,0x34,0x78,0x43,0x4b,0x44,0x45,0x41,0x4c,0x53,0x69,0x68,0x6d]),_0xd0a0f5=0x45ddd215,_0x2dce91=0x45daa995^_0xd0a0f5,_0x4ed8f=window[_0x557add([0x44,0x61,0x74,0x65])][_0x557add([0x6e,0x6f,0x77])](),_0x45b295=_0x3cfaa4[_0x557add([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x291e83=new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d8330=>{_0x45b295[_0x557add([0x6f,0x6e,0x63,0x65])](_0x557add([0x72,0x65,0x61,0x64,0x79]),_0x3d8330);}),_0x1274aa={[_0x557add([0x6b,0x74,0x79])]:_0x557add([0x45,0x43]),[_0x557add([0x75,0x73,0x65])]:_0x557add([0x73,0x69,0x67]),[_0x557add([0x63,0x72,0x76])]:_0x557add([0x50,0x2d,0x32,0x35,0x36]),[_0x557add([0x78])]:_0x557add([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x557add([0x79])]:_0x557add([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x557add([0x61,0x6c,0x67])]:_0x557add([0x45,0x53,0x32,0x35,0x36])},_0x174ba8=_0x45b295[_0x557add([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x557add([0x67,0x65,0x74])](_0x557add([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x254d3a(){let _0x4fa00a,_0x426cf1=null,_0x414d52=null;try{if(_0x174ba8==_0x557add([0x47,0x50,0x4c]))return _0x557add([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4fa00a=_0x596f0d(),!_0x4fa00a)return _0x557add([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4fa00a[_0x557add([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x414d52=_0x5edca1(_0x4fa00a[_0x557add([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4fa00a[_0x557add([0x6a,0x74,0x69])])),await _0x19f6e7()?_0x1ca2f5()?_0x5964f3()?_0x557add([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d1aff()?(_0x4fa00a[_0x557add([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x557add([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x426cf1=_0x4fbee3(_0x557add([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4fa00a[_0x557add([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x557add([0x74,0x72,0x69,0x61,0x6c])&&(_0x426cf1=_0x4fbee3(_0x557add([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x323701()):_0x557add([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x557add([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x557add([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x557add([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5964f3(){const _0x4951cc=[_0x557add([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x557add([0x74,0x72,0x69,0x61,0x6c])][_0x557add([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fa00a[_0x557add([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4ed8f/0x3e8:0xe10*_0x2dce91;return _0x4fa00a[_0x557add([0x65,0x78,0x70])]<_0x4951cc;}function _0x1ca2f5(){const _0x177abf=_0x4fa00a[_0x557add([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x177abf&&(!!_0x177abf[_0x557add([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x557add([0x2a]))||!!_0x177abf[_0x557add([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x557add([0x4c,0x48])));}function _0x3d1aff(){const _0x4422ff=_0x4fa00a[_0x557add([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4422ff||0x0==_0x4422ff[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x132c8b}=new URL(window[_0x557add([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4422ff[_0x557add([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x132c8b))return!0x0;const _0x53dcc8=_0x132c8b[_0x557add([0x73,0x70,0x6c,0x69,0x74])](_0x557add([0x2e]));return _0x4422ff[_0x557add([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x257501=>_0x257501[_0x557add([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x557add([0x2a])))[_0x557add([0x6d,0x61,0x70])](_0xa356b=>_0xa356b[_0x557add([0x73,0x70,0x6c,0x69,0x74])](_0x557add([0x2e])))[_0x557add([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e1d4e=>_0x1e1d4e[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x53dcc8[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x557add([0x6d,0x61,0x70])](_0x46c021=>Array(_0x53dcc8[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x46c021[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x557add([0x66,0x69,0x6c,0x6c])](_0x46c021[0x0]===_0x557add([0x2a])?_0x557add([0x2a]):'')[_0x557add([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x46c021))[_0x557add([0x73,0x6f,0x6d,0x65])](_0x27f862=>_0x53dcc8[_0x557add([0x65,0x76,0x65,0x72,0x79])]((_0x5d5757,_0x2eb6d0)=>_0x27f862[_0x2eb6d0]===_0x5d5757||_0x27f862[_0x2eb6d0]===_0x557add([0x2a])));}function _0x323701(){return _0x426cf1&&_0x414d52?new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17a624,_0x25b318)=>{_0x426cf1[_0x557add([0x74,0x68,0x65,0x6e])](_0x17a624,_0x25b318),_0x414d52[_0x557add([0x74,0x68,0x65,0x6e])](_0x4c8dd2=>{_0x4c8dd2!=_0x557add([0x56,0x61,0x6c,0x69,0x64])&&_0x17a624(_0x4c8dd2);},_0x25b318);}):_0x426cf1||_0x414d52||_0x557add([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5edca1(_0x30ac84,_0xa9ad4e){return new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49acd0=>{if(_0x5e05ef())return _0x49acd0(_0x557add([0x56,0x61,0x6c,0x69,0x64]));_0x2e4312(),_0x45b295[_0x557add([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x557add([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xc9b5bd=!0x1;const _0x53b969=_0x3e6485();function _0x106d82(_0x29f9f9){return!!_0x29f9f9&&(typeof _0x29f9f9===_0x557add([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x29f9f9===_0x557add([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x29f9f9[_0x557add([0x74,0x68,0x65,0x6e])]===_0x557add([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x29f9f9[_0x557add([0x63,0x61,0x74,0x63,0x68])]===_0x557add([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5dbe78(_0x1b3b7c){_0x1aa30a(_0x1b3b7c)[_0x557add([0x74,0x68,0x65,0x6e])](_0xd36dd5=>{if(!_0xd36dd5||_0xd36dd5[_0x557add([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x557add([0x6f,0x6b]))return _0x557add([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x58b3df(_0x1a458f(_0x53b969+_0xa9ad4e))!=_0xd36dd5[_0x557add([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x557add([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x557add([0x56,0x61,0x6c,0x69,0x64]);})[_0x557add([0x74,0x68,0x65,0x6e])](_0x52ba45=>(_0xf7b6a5(),_0x52ba45),()=>{const _0x1cb587=_0x304db5();return null==_0x1cb587?(_0xf7b6a5(),_0x557add([0x56,0x61,0x6c,0x69,0x64])):_0x557add(_0x4ed8f-_0x1cb587>(0x61d15615^_0xd0a0f5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x557add([0x74,0x68,0x65,0x6e])](_0x49acd0)[_0x557add([0x63,0x61,0x74,0x63,0x68])](()=>{_0x49acd0(_0x557add([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x260b64=0x45eb3c95^_0xd0a0f5;function _0xf7b6a5(){const _0x4b869f=_0x557add([0x6c,0x6c,0x63,0x74,0x2d])+_0x58b3df(_0x1a458f(_0x30ac84)),_0x16d6bd=_0x15a0c9(_0x58b3df(window[_0x557add([0x4d,0x61,0x74,0x68])][_0x557add([0x63,0x65,0x69,0x6c])](_0x4ed8f/_0x260b64)));window[_0x557add([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x557add([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b869f,_0x16d6bd);}function _0x304db5(){const _0x22253a=_0x557add([0x6c,0x6c,0x63,0x74,0x2d])+_0x58b3df(_0x1a458f(_0x30ac84)),_0x5e3a9f=window[_0x557add([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x557add([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22253a);return _0x5e3a9f?window[_0x557add([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15a0c9(_0x5e3a9f),0x10)*_0x260b64:null;}function _0x1aa30a(_0x518ab0){return new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1c38fb,_0xb1cd7b)=>{_0x518ab0[_0x557add([0x74,0x68,0x65,0x6e])](_0x1c38fb,_0xb1cd7b),window[_0x557add([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xb1cd7b,0x45dc06d5^_0xd0a0f5);});}}_0x45b295[_0x557add([0x6f,0x6e])](_0x557add([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4d6ddf,_0x510084)=>{if(_0x510084[0x0]!=_0x30ac84)return _0x49acd0(_0x557add([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x510084[0x1]={..._0x510084[0x1],[_0x557add([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x53b969};},{[_0x557add([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x557add([0x68,0x69,0x67,0x68])}),_0x45b295[_0x557add([0x6f,0x6e])](_0x557add([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2a5c82=>{_0x106d82(_0x2a5c82[_0x557add([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xc9b5bd=!0x0,_0x5dbe78(_0x2a5c82[_0x557add([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x557add([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x557add([0x6c,0x6f,0x77])}),_0x291e83[_0x557add([0x74,0x68,0x65,0x6e])](()=>{_0xc9b5bd||_0x49acd0(_0x557add([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5e05ef(){return _0x45b295[_0x557add([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x557add([0x76,0x69,0x65,0x77])][_0x557add([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x557add([0x61,0x75,0x74,0x6f]);}function _0x2e4312(){_0x45b295[_0x557add([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x557add([0x76,0x69,0x65,0x77])][_0x557add([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x557add([0x61,0x75,0x74,0x6f]);}}function _0x4fbee3(_0x2e1f37){const _0x44731d=[new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc983f0=>setTimeout(_0xc983f0,0x45d4ecd9^_0xd0a0f5)),_0x291e83[_0x557add([0x74,0x68,0x65,0x6e])](()=>new window[(_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x578898=>{let _0x15e29=0x0;_0x45b295[_0x557add([0x6d,0x6f,0x64,0x65,0x6c])][_0x557add([0x6f,0x6e])](_0x557add([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x555cc0,_0x3fe2f4)=>{_0x3fe2f4[0x0][_0x557add([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x15e29++,_0x15e29==(0x45ddd3ed^_0xd0a0f5)&&(_0x578898(),_0x555cc0[_0x557add([0x6f,0x66,0x66])]());});}))];return window[_0x557add([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x557add([0x72,0x61,0x63,0x65])](_0x44731d)[_0x557add([0x74,0x68,0x65,0x6e])](()=>_0x2e1f37);}async function _0x5b2938(){await _0x291e83,_0x45b295[_0x557add([0x6d,0x6f,0x64,0x65,0x6c])][_0x557add([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x572ceb,_0x45b295[_0x557add([0x6d,0x6f,0x64,0x65,0x6c])][_0x557add([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x572ceb,_0x45b295[_0x557add([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x557add([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x18ecff(_0x37fc3e){const _0x2c9b0d=_0x4983d2();_0x45b295[_0x2c9b0d]=_0x557add([0x6c,0x69,0x6e,0x65,0x48,0x65,0x69,0x67,0x68,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x37fc3e,_0x37fc3e!=_0x557add([0x56,0x61,0x6c,0x69,0x64])&&_0x5b2938();}function _0x4983d2(){const _0x4e21df=window[_0x557add([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x557add([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x557add([0x6e,0x6f,0x77])]())[_0x557add([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x557add([0x2e]),'');let _0x170317=_0x557add([0x50]);for(let _0x37ff03=0x0;_0x37ff03<_0x4e21df[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37ff03+=0x2){let _0x21dac4=window[_0x557add([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e21df[_0x557add([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37ff03,_0x37ff03+0x2));_0x21dac4>=_0x12bc26[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x21dac4-=_0x12bc26[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x170317+=_0x12bc26[_0x21dac4];}return _0x170317;}function _0x596f0d(){const _0x3a91fd=_0x174ba8[_0x557add([0x73,0x70,0x6c,0x69,0x74])](_0x557add([0x2e]));if(0x3!=_0x3a91fd[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x276b02(_0x3a91fd[0x1]);function _0x276b02(_0xbca25e){const _0x4110e8=_0x13095e(_0xbca25e);return _0x4110e8&&_0x418d69()?_0x4110e8:null;function _0x418d69(){const _0x34da3f=_0x4110e8[_0x557add([0x6a,0x74,0x69])],_0x548d4f=window[_0x557add([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34da3f[_0x557add([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x34da3f[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x11f43c={..._0x4110e8,[_0x557add([0x6a,0x74,0x69])]:_0x34da3f[_0x557add([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x34da3f[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x11f43c[_0x557add([0x76,0x63])],_0x1a458f(_0x11f43c)==_0x548d4f;}}}async function _0x19f6e7(){let _0x544c63=!0x0;try{const _0x19d038=_0x174ba8[_0x557add([0x73,0x70,0x6c,0x69,0x74])](_0x557add([0x2e])),[_0x1b4f97,_0x509171,_0x51d854]=_0x19d038;return _0x184f1d(_0x1b4f97),await _0x29e0e2(_0x1b4f97,_0x509171,_0x51d854),_0x544c63;}catch{return!0x1;}function _0x184f1d(_0x201d25){const _0x41822d=_0x13095e(_0x201d25);_0x41822d&&_0x41822d[_0x557add([0x61,0x6c,0x67])]==_0x557add([0x45,0x53,0x32,0x35,0x36])||(_0x544c63=!0x1);}async function _0x29e0e2(_0x215f75,_0xb3ec34,_0x2c58b2){const _0x506835=window[_0x557add([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x557add([0x66,0x72,0x6f,0x6d])](_0x4405c8(_0x2c58b2),_0x283830=>_0x283830[_0x557add([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4d60c9=new window[(_0x557add([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x557add([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x215f75+_0x557add([0x2e])+_0xb3ec34),_0x509265=window[_0x557add([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x557add([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x509265)return;const _0x38ff9f=await _0x509265[_0x557add([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x557add([0x6a,0x77,0x6b]),_0x1274aa,{[_0x557add([0x6e,0x61,0x6d,0x65])]:_0x557add([0x45,0x43,0x44,0x53,0x41]),[_0x557add([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x557add([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x557add([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x509265[_0x557add([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x557add([0x6e,0x61,0x6d,0x65])]:_0x557add([0x45,0x43,0x44,0x53,0x41]),[_0x557add([0x68,0x61,0x73,0x68])]:{[_0x557add([0x6e,0x61,0x6d,0x65])]:_0x557add([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x38ff9f,_0x506835,_0x4d60c9)||(_0x544c63=!0x1);}}function _0x13095e(_0x2f6bd3){return _0x2f6bd3[_0x557add([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x557add([0x65,0x79]))?JSON[_0x557add([0x70,0x61,0x72,0x73,0x65])](_0x4405c8(_0x2f6bd3)):null;}function _0x4405c8(_0x3a8aee){return window[_0x557add([0x61,0x74,0x6f,0x62])](_0x3a8aee[_0x557add([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x557add([0x2b]))[_0x557add([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x557add([0x2f])));}function _0x1a458f(_0x2b4c37){let _0xc3e5e3=0x1505;function _0x3c2887(_0x7a1b09){for(let _0x51eea7=0x0;_0x51eea7<_0x7a1b09[_0x557add([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51eea7++){const _0x1cbdaf=_0x7a1b09[_0x557add([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51eea7);_0xc3e5e3=(_0xc3e5e3<<0x5)+_0xc3e5e3+_0x1cbdaf,_0xc3e5e3&=_0xc3e5e3;}}function _0xa7e7ec(_0x2cbbba){Array[_0x557add([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cbbba)?_0x2cbbba[_0x557add([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xa7e7ec):_0x2cbbba&&typeof _0x2cbbba==_0x557add([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x557add([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cbbba)[_0x557add([0x73,0x6f,0x72,0x74])]()[_0x557add([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x47542e,_0x100c9c])=>{_0x3c2887(_0x47542e),_0xa7e7ec(_0x100c9c);}):_0x3c2887(window[_0x557add([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cbbba));}return _0xa7e7ec(_0x2b4c37),_0xc3e5e3>>>0x0;}function _0x58b3df(_0x3077f9){return _0x3077f9[_0x557add([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x557add([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x557add([0x30]));}function _0x15a0c9(_0x7200a7){return _0x7200a7[_0x557add([0x73,0x70,0x6c,0x69,0x74])]('')[_0x557add([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x557add([0x6a,0x6f,0x69,0x6e])]('');}function _0x572ceb(){}function _0x557add(_0x1a41ac){return _0x1a41ac['map'](_0x2b1ad4=>String['fromCharCode'](_0x2b1ad4))['join']('');}_0x18ecff(await _0x254d3a());}(this);}['_validateConfig'](){const _0x886fc8=this['editor'];if(!_0x886fc8['config']['get']('lineHeight.supportAllValues'))return;const _0x2c3fdd=_0x886fc8['config']['get']('lineHeight.options')['filter'](_0x399556=>'string'==typeof _0x399556&&(!f(_0x399556)&&isNaN(Number(_0x399556))));if(_0x2c3fdd['length'])throw new _0x531cdb('line-height-invalid-use-of-named-presets',null,{'namedPresets':_0x2c3fdd});}['_prepareAnyValueConverters'](){const _0x4c7f3b=this['editor'],_0x301177=this['editor']['config']['get']('lineHeight.defaultValue');_0x4c7f3b['conversion']['for']('downcast')['attributeToAttribute']({'model':{'key':'lineHeight'},'view':_0x39e64e=>String(_0x39e64e)===String(_0x301177)?null:{'key':'style','value':{'line-height':_0x39e64e}}}),_0x4c7f3b['conversion']['for']('upcast')['attributeToAttribute']({'model':{'key':'lineHeight','value':_0x36a290=>{let _0xb5b484=_0x36a290['getStyle']('line-height');return _0x26c376(_0xb5b484)&&(_0xb5b484=String(Number(_0xb5b484['slice'](0x0,-0x1))/0x64)),String(_0xb5b484)===String(_0x301177)?null:_0xb5b484;}},'view':{'styles':{'line-height':/.*/}}});}['_preparePredefinedConverters'](){const _0x15de37=this['editor'],_0x9f8673=this['editor']['config']['get']('lineHeight.defaultValue'),_0x175474=function(_0x6a4f0a,_0x53e216){const _0x4ba2c5={'model':{'key':_0x6a4f0a,'values':[]},'view':{}};for(const _0x4045b4 of _0x53e216)'class'===_0x4045b4['view']?.['key']?(_0x4ba2c5['model']['values']['push'](_0x4045b4['model']),_0x4ba2c5['view'][_0x4045b4['model']]={'key':'class','value':_0x4045b4['view']['value']}):(_0x4ba2c5['model']['values']['push'](_0x4045b4['model']),_0x4ba2c5['view'][_0x4045b4['model']]={'key':'style','value':'line-height:'+_0x4045b4['model']+';'});return _0x4ba2c5;}('lineHeight',a(this['editor']['config']['get']('lineHeight'))['filter'](_0x4eed42=>_0x4eed42['model']));_0x15de37['conversion']['attributeToAttribute'](_0x175474),_0x15de37['conversion']['for']('upcast')['attributeToAttribute']({'view':{'styles':{'line-height':/[\s\S]+/}},'model':{'key':'lineHeight','value':_0x4986d9=>{let _0x54708e=_0x4986d9['getStyle']('line-height');return _0x26c376(_0x54708e)&&(_0x54708e=String(Number(_0x54708e['slice'](0x0,-0x1))/0x64)),_0x54708e===String(_0x9f8673)?null:_0x175474['model']['values']['includes'](_0x54708e)?_0x54708e:null;}}});}}class r extends _0x43b047{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'LineHeightUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xde159d={'accessibleLabel':(0x0,this['editor']['t'])('Line\x20height'),'options':this['_prepareListOptions']()};this['_registerToolbarComponent'](_0xde159d),this['_registerMenuBarComponent'](_0xde159d),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x28f04b=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x19eb22;for(const _0x2bb3ed in _0x28f04b){const _0x3d8eb0=_0x2bb3ed,_0x4240f2=_0x28f04b[_0x3d8eb0];if('lineHeightLicenseKeyValid'==_0x4240f2||'lineHeightLicenseKeyInvalid'==_0x4240f2||'lineHeightLicenseKeyExpired'==_0x4240f2||'lineHeightLicenseKeyDomainLimit'==_0x4240f2||'lineHeightLicenseKeyNotAllowed'==_0x4240f2||'lineHeightLicenseKeyEvaluationLimit'==_0x4240f2||'lineHeightLicenseKeyTrialLimit'==_0x4240f2||'lineHeightLicenseKeyUsageLimit'==_0x4240f2){delete _0x28f04b[_0x3d8eb0],_0x19eb22=_0x4240f2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'lineHeightLicenseKeyInvalid'==_0x19eb22&&_0x28f04b['_showLicenseError']('invalid'),'lineHeightLicenseKeyExpired'==_0x19eb22&&_0x28f04b['_showLicenseError']('expired'),'lineHeightLicenseKeyDomainLimit'==_0x19eb22&&_0x28f04b['_showLicenseError']('domainLimit'),'lineHeightLicenseKeyNotAllowed'==_0x19eb22&&_0x28f04b['_showLicenseError']('featureNotAllowed','LineHeight'),'lineHeightLicenseKeyEvaluationLimit'==_0x19eb22&&_0x28f04b['_showLicenseError']('evaluationLimit'),'lineHeightLicenseKeyTrialLimit'==_0x19eb22&&_0x28f04b['_showLicenseError']('trialLimit'),'lineHeightLicenseKeyUsageLimit'==_0x19eb22&&_0x28f04b['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_shouldRenderCustomValueOption'](){return this['editor']['config']['get']('lineHeight.supportAllValues');}['_getLocalizedLineHeightOptions'](){const _0x4e39ad=this['editor'],t=_0x4e39ad['t'],_0x101f6f=_0x4e39ad['config']['get']('lineHeight'),_0x112e94={'Single':t({'string':'Single','id':'LINE_HEIGHT_SINGLE_OPTION_LABEL'}),'Double':t({'string':'Double','id':'LINE_HEIGHT_DOUBLE_OPTION_LABEL'})};return a(_0x101f6f)['map'](_0x153fcf=>{const _0x16e448=_0x112e94[_0x153fcf['title']];return _0x16e448&&_0x16e448!=_0x153fcf['title']&&(_0x153fcf=Object['assign']({},_0x153fcf,{'title':_0x16e448})),_0x153fcf;});}['_prepareListOptions'](){const _0x329cc3=this['editor']['commands']['get']('lineHeight'),_0x3cdb11=this['editor']['config']['get']('lineHeight.defaultValue'),_0x31cd13=this['_getLocalizedLineHeightOptions'](),_0xa810bd=new _0x10a601(),_0x1e851a=_0x38fea2=>'default'===_0x38fea2||String(_0x3cdb11)===_0x38fea2;for(const _0x20e7db of _0x31cd13){const _0x5b4d44={'type':'button','model':new _0x1be647({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','label':_0x20e7db['title'],'withText':!0x0})};_0x1e851a(_0x20e7db['model'])?(_0x5b4d44['model']['bind']('isOn')['to'](_0x329cc3,'value',_0x335519=>!_0x335519),_0x5b4d44['model']['commandParam']=void 0x0):(_0x5b4d44['model']['bind']('isOn')['to'](_0x329cc3,'value',_0x45fcd2=>_0x45fcd2===_0x20e7db['model']),_0x5b4d44['model']['commandParam']=_0x20e7db['model']),_0xa810bd['add'](_0x5b4d44);}if(this['_shouldRenderCustomValueOption']()){const _0x1cf8f6=this['_getCustomValueOptionDefinition'](_0x31cd13);_0xa810bd['add'](_0x1cf8f6);}return _0xa810bd;}['_getCustomValueOptionDefinition'](_0x18dc10){const _0xf29354=this['editor'],t=_0xf29354['t'],_0x308bb3=_0xf29354['commands']['get']('lineHeight'),_0x3b5f6f=_0x18dc10['map'](_0x1492fb=>_0x1492fb['model']),_0x4822ea={'type':'button','model':new _0x1be647({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','withText':!0x0})};return _0x4822ea['model']['bind']('commandParam')['to'](_0x308bb3,'value'),_0x4822ea['model']['bind']('isOn')['to'](_0x308bb3,'value',_0x206f36=>!!_0x206f36&&!_0x3b5f6f['includes'](String(_0x206f36))),_0x4822ea['model']['bind']('label')['to'](_0x308bb3,'value',_0x5de98c=>t({'string':'Custom:\x20%0','id':'LINE_HEIGHT_CUSTOM_OPTION_LABEL'},String(_0x5de98c))),_0x4822ea;}['_registerToolbarComponent']({accessibleLabel:_0x4e3df0,options:_0x1d516a}){const _0x235807=this['editor'],_0x44f4b8=_0x235807['commands']['get']('lineHeight');_0x235807['ui']['componentFactory']['add']('lineHeight',_0x3a36b7=>{const _0xefceeb=_0x4b97e0(_0x3a36b7);return _0x5d1d62(_0xefceeb,_0x1d516a,{'role':'menu','ariaLabel':_0x4e3df0}),_0xefceeb['buttonView']['set']({'label':_0x4e3df0,'tooltip':!0x0,'icon':_0x3c2a07}),_0xefceeb['extendTemplate']({'attributes':{'class':['ck-line-height-dropdown']}}),_0xefceeb['bind']('isEnabled')['to'](_0x44f4b8),this['listenTo'](_0xefceeb,'execute',_0xd7cbd5=>{_0x235807['execute'](_0xd7cbd5['source']['commandName'],{'value':_0xd7cbd5['source']['commandParam']}),_0x235807['editing']['view']['focus']();}),_0xefceeb['once']('change:isOpen',()=>{const _0x41ef06=_0xefceeb['panelView']['children']['first'];this['_attachCustomOptionVisibilityHandler'](_0xefceeb,_0x1d516a,_0x41ef06);}),_0xefceeb;});}['_registerMenuBarComponent']({accessibleLabel:_0x4268d9,options:_0x258d5d}){const _0x382f4b=this['editor'],_0x3d4c5e=_0x382f4b['commands']['get']('lineHeight');_0x382f4b['ui']['componentFactory']['add']('menuBar:lineHeight',_0x2d2757=>{const _0x2abcc5=new _0x53f1fe(_0x2d2757);_0x2abcc5['buttonView']['set']({'label':_0x4268d9,'icon':_0x3c2a07}),_0x2abcc5['bind']('isEnabled')['to'](_0x3d4c5e);const _0x582a5d=new _0x3c1e4a(_0x2d2757);for(const _0x22566d of _0x258d5d){const _0x3d8700=new _0x4655f2(_0x2d2757,_0x2abcc5),_0x4c70ad=new _0x826354(_0x2d2757);_0x4c70ad['set']({'role':'menuitemradio','isToggleable':!0x0}),_0x4c70ad['bind'](...Object['keys'](_0x22566d['model']))['to'](_0x22566d['model']),_0x4c70ad['delegate']('execute')['to'](_0x2abcc5),_0x4c70ad['on']('execute',()=>{_0x382f4b['execute'](_0x22566d['model']['commandName'],{'value':_0x22566d['model']['commandParam']}),_0x382f4b['editing']['view']['focus']();}),_0x3d8700['children']['add'](_0x4c70ad),_0x582a5d['items']['add'](_0x3d8700);}return _0x2abcc5['panelView']['children']['add'](_0x582a5d),this['_attachCustomOptionVisibilityHandler'](_0x2abcc5,_0x258d5d,_0x582a5d),_0x2abcc5;});}['_attachCustomOptionVisibilityHandler'](_0x582245,_0x2d17b7,_0x19af42){if(!this['_shouldRenderCustomValueOption']())return;const _0x2f80dc=()=>{if(!_0x582245['isOpen'])return;_0x19af42['items']['last']['isVisible']=Boolean(_0x2d17b7['last']['model']['isOn']);};_0x2f80dc(),_0x582245['on']('change:isOpen',()=>{_0x2f80dc();});}}class _ extends _0x43b047{static get['requires'](){return[e,r];}static get['pluginName'](){return'LineHeight';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{_ as LineHeight,n as LineHeightCommand,e as LineHeightEditing,g as LineHeightTodoListIntegration,r as LineHeightUI};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'af':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x1eba7f=>0x1!=_0x1eba7f}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x19a703=>{const {af:{dictionary:_0x3670e9,getPluralForm:_0x30f920}}={'af':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x56aa62=>0x1!=_0x56aa62}};_0x19a703['af']||={'dictionary':{},'getPluralForm':null},_0x19a703['af']['dictionary']=Object['assign'](_0x19a703['af']['dictionary'],_0x3670e9),_0x19a703['af']['getPluralForm']=_0x30f920;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ar':{'dictionary':{'Line\x20height':'ارتفاع\x20السطر','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'مخصص:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'مفرد','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'مزدوج'},'getPluralForm':_0x3ea6a6=>0x0==_0x3ea6a6?0x0:0x1==_0x3ea6a6?0x1:0x2==_0x3ea6a6?0x2:_0x3ea6a6%0x64>=0x3&&_0x3ea6a6%0x64<=0xa?0x3:_0x3ea6a6%0x64>=0xb?0x4:0x5}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x238ad4=>{const {ar:{dictionary:_0x48d345,getPluralForm:_0x1afc06}}={'ar':{'dictionary':{'Line\x20height':'ارتفاع\x20السطر','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'مخصص:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'مفرد','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'مزدوج'},'getPluralForm':_0x505609=>0x0==_0x505609?0x0:0x1==_0x505609?0x1:0x2==_0x505609?0x2:_0x505609%0x64>=0x3&&_0x505609%0x64<=0xa?0x3:_0x505609%0x64>=0xb?0x4:0x5}};_0x238ad4['ar']||={'dictionary':{},'getPluralForm':null},_0x238ad4['ar']['dictionary']=Object['assign'](_0x238ad4['ar']['dictionary'],_0x48d345),_0x238ad4['ar']['getPluralForm']=_0x1afc06;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ast':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x47f22a=>0x1!=_0x47f22a}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x36b51c=>{const {ast:{dictionary:_0x472fc6,getPluralForm:_0x4432e6}}={'ast':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x55be96=>0x1!=_0x55be96}};_0x36b51c['ast']||={'dictionary':{},'getPluralForm':null},_0x36b51c['ast']['dictionary']=Object['assign'](_0x36b51c['ast']['dictionary'],_0x472fc6),_0x36b51c['ast']['getPluralForm']=_0x4432e6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'az':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x5bcf6a=>0x1!=_0x5bcf6a}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x3e4aa3=>{const {az:{dictionary:_0x3477dd,getPluralForm:_0x2f3eb5}}={'az':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x23d528=>0x1!=_0x23d528}};_0x3e4aa3['az']||={'dictionary':{},'getPluralForm':null},_0x3e4aa3['az']['dictionary']=Object['assign'](_0x3e4aa3['az']['dictionary'],_0x3477dd),_0x3e4aa3['az']['getPluralForm']=_0x2f3eb5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'be':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x350464=>_0x350464%0xa==0x1&&_0x350464%0x64!=0xb?0x0:_0x350464%0xa>=0x2&&_0x350464%0xa<=0x4&&(_0x350464%0x64<0xa||_0x350464%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x32cca4=>{const {be:{dictionary:_0x2e293e,getPluralForm:_0x5bd976}}={'be':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x58eeb6=>_0x58eeb6%0xa==0x1&&_0x58eeb6%0x64!=0xb?0x0:_0x58eeb6%0xa>=0x2&&_0x58eeb6%0xa<=0x4&&(_0x58eeb6%0x64<0xa||_0x58eeb6%0x64>=0x14)?0x1:0x2}};_0x32cca4['be']||={'dictionary':{},'getPluralForm':null},_0x32cca4['be']['dictionary']=Object['assign'](_0x32cca4['be']['dictionary'],_0x2e293e),_0x32cca4['be']['getPluralForm']=_0x5bd976;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bg':{'dictionary':{'Line\x20height':'Височина\x20на\x20реда','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'Персонализиране:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'Единична','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'Двоен'},'getPluralForm':_0x43c100=>0x1!=_0x43c100}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x2b8cec=>{const {bg:{dictionary:_0x2037a9,getPluralForm:_0x216eb8}}={'bg':{'dictionary':{'Line\x20height':'Височина\x20на\x20реда','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'Персонализиране:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'Единична','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'Двоен'},'getPluralForm':_0x303997=>0x1!=_0x303997}};_0x2b8cec['bg']||={'dictionary':{},'getPluralForm':null},_0x2b8cec['bg']['dictionary']=Object['assign'](_0x2b8cec['bg']['dictionary'],_0x2037a9),_0x2b8cec['bg']['getPluralForm']=_0x216eb8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bn':{'dictionary':{'Line\x20height':'লাইনের\x20উচ্চতা','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'Custom:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'একক','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'দ্বিগুণ'},'getPluralForm':_0x3be5a3=>0x1!=_0x3be5a3}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x2584c4=>{const {bn:{dictionary:_0x1286b9,getPluralForm:_0x25b266}}={'bn':{'dictionary':{'Line\x20height':'লাইনের\x20উচ্চতা','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'Custom:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'একক','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'দ্বিগুণ'},'getPluralForm':_0x4e6724=>0x1!=_0x4e6724}};_0x2584c4['bn']||={'dictionary':{},'getPluralForm':null},_0x2584c4['bn']['dictionary']=Object['assign'](_0x2584c4['bn']['dictionary'],_0x1286b9),_0x2584c4['bn']['getPluralForm']=_0x25b266;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bs':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x47a62b=>_0x47a62b%0xa==0x1&&_0x47a62b%0x64!=0xb?0x0:_0x47a62b%0xa>=0x2&&_0x47a62b%0xa<=0x4&&(_0x47a62b%0x64<0xa||_0x47a62b%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x42adc2=>{const {bs:{dictionary:_0x30057d,getPluralForm:_0x3bdfa6}}={'bs':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x519f86=>_0x519f86%0xa==0x1&&_0x519f86%0x64!=0xb?0x0:_0x519f86%0xa>=0x2&&_0x519f86%0xa<=0x4&&(_0x519f86%0x64<0xa||_0x519f86%0x64>=0x14)?0x1:0x2}};_0x42adc2['bs']||={'dictionary':{},'getPluralForm':null},_0x42adc2['bs']['dictionary']=Object['assign'](_0x42adc2['bs']['dictionary'],_0x30057d),_0x42adc2['bs']['getPluralForm']=_0x3bdfa6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ca':{'dictionary':{'Line\x20height':'Alçada\x20de\x20la\x20línia','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'Personalitzada:\x20%0','LINE_HEIGHT_SINGLE_OPTION_LABEL':'Única','LINE_HEIGHT_DOUBLE_OPTION_LABEL':'Doble'},'getPluralForm':_0x2f98a6=>0x1!=_0x2f98a6}};