@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.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +18 -0
- package/README.md +45 -0
- package/build/line-height.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/be.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/en-gb.js +1 -0
- package/build/translations/eo.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/gu.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/hy.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/kk.js +1 -0
- package/build/translations/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nb.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/oc.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/si.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sl.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +18 -0
- package/dist/index-content.css +31 -0
- package/dist/index-editor.css +12 -0
- package/dist/index.css +60 -0
- package/dist/index.js +23 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/af.umd.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +23 -0
- package/dist/translations/ast.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/be.d.ts +8 -0
- package/dist/translations/be.js +23 -0
- package/dist/translations/be.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/bs.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +23 -0
- package/dist/translations/en-gb.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +23 -0
- package/dist/translations/eo.umd.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es-co.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +23 -0
- package/dist/translations/eu.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +23 -0
- package/dist/translations/gu.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +23 -0
- package/dist/translations/hy.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/jv.umd.js +23 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +23 -0
- package/dist/translations/kk.umd.js +23 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +23 -0
- package/dist/translations/km.umd.js +23 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +23 -0
- package/dist/translations/kn.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +23 -0
- package/dist/translations/ku.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +23 -0
- package/dist/translations/nb.umd.js +23 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +23 -0
- package/dist/translations/ne.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/oc.d.ts +8 -0
- package/dist/translations/oc.js +23 -0
- package/dist/translations/oc.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/si.d.ts +8 -0
- package/dist/translations/si.js +23 -0
- package/dist/translations/si.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +23 -0
- package/dist/translations/sl.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +23 -0
- package/dist/translations/ti.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/ug.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +23 -0
- package/dist/translations/uz.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/lang/contexts.json +6 -0
- package/lang/translations/af.po +28 -0
- package/lang/translations/ar.po +28 -0
- package/lang/translations/ast.po +28 -0
- package/lang/translations/az.po +28 -0
- package/lang/translations/be.po +28 -0
- package/lang/translations/bg.po +28 -0
- package/lang/translations/bn.po +28 -0
- package/lang/translations/bs.po +28 -0
- package/lang/translations/ca.po +28 -0
- package/lang/translations/cs.po +28 -0
- package/lang/translations/da.po +28 -0
- package/lang/translations/de-ch.po +28 -0
- package/lang/translations/de.po +28 -0
- package/lang/translations/el.po +28 -0
- package/lang/translations/en-au.po +28 -0
- package/lang/translations/en-gb.po +28 -0
- package/lang/translations/en.po +28 -0
- package/lang/translations/eo.po +28 -0
- package/lang/translations/es-co.po +28 -0
- package/lang/translations/es.po +28 -0
- package/lang/translations/et.po +28 -0
- package/lang/translations/eu.po +28 -0
- package/lang/translations/fa.po +28 -0
- package/lang/translations/fi.po +28 -0
- package/lang/translations/fr.po +28 -0
- package/lang/translations/gl.po +28 -0
- package/lang/translations/gu.po +28 -0
- package/lang/translations/he.po +28 -0
- package/lang/translations/hi.po +28 -0
- package/lang/translations/hr.po +28 -0
- package/lang/translations/hu.po +28 -0
- package/lang/translations/hy.po +28 -0
- package/lang/translations/id.po +28 -0
- package/lang/translations/it.po +28 -0
- package/lang/translations/ja.po +28 -0
- package/lang/translations/jv.po +28 -0
- package/lang/translations/kk.po +28 -0
- package/lang/translations/km.po +28 -0
- package/lang/translations/kn.po +28 -0
- package/lang/translations/ko.po +28 -0
- package/lang/translations/ku.po +28 -0
- package/lang/translations/lt.po +28 -0
- package/lang/translations/lv.po +28 -0
- package/lang/translations/ms.po +28 -0
- package/lang/translations/nb.po +28 -0
- package/lang/translations/ne.po +28 -0
- package/lang/translations/nl.po +28 -0
- package/lang/translations/no.po +28 -0
- package/lang/translations/oc.po +28 -0
- package/lang/translations/pl.po +28 -0
- package/lang/translations/pt-br.po +28 -0
- package/lang/translations/pt.po +28 -0
- package/lang/translations/ro.po +28 -0
- package/lang/translations/ru.po +28 -0
- package/lang/translations/si.po +28 -0
- package/lang/translations/sk.po +28 -0
- package/lang/translations/sl.po +28 -0
- package/lang/translations/sq.po +28 -0
- package/lang/translations/sr-latn.po +28 -0
- package/lang/translations/sr.po +28 -0
- package/lang/translations/sv.po +28 -0
- package/lang/translations/th.po +28 -0
- package/lang/translations/ti.po +28 -0
- package/lang/translations/tk.po +28 -0
- package/lang/translations/tr.po +28 -0
- package/lang/translations/tt.po +28 -0
- package/lang/translations/ug.po +28 -0
- package/lang/translations/uk.po +28 -0
- package/lang/translations/ur.po +28 -0
- package/lang/translations/uz.po +28 -0
- package/lang/translations/vi.po +28 -0
- package/lang/translations/zh-cn.po +28 -0
- package/lang/translations/zh.po +28 -0
- package/package.json +67 -0
- package/src/augmentation.d.ts +21 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +23 -0
- package/src/integrations/todolist.d.ts +31 -0
- package/src/integrations/todolist.js +23 -0
- package/src/lineheight.d.ts +34 -0
- package/src/lineheight.js +23 -0
- package/src/lineheightcommand.d.ts +26 -0
- package/src/lineheightcommand.js +23 -0
- package/src/lineheightconfig.d.ts +66 -0
- package/src/lineheightconfig.js +23 -0
- package/src/lineheightediting.d.ts +46 -0
- package/src/lineheightediting.js +23 -0
- package/src/lineheightui.d.ts +34 -0
- package/src/lineheightui.js +23 -0
- package/src/utils.d.ts +5 -0
- package/src/utils.js +23 -0
- package/theme/integrations/todolist.css +46 -0
- package/theme/lineheight.css +16 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Software License Agreement
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
**CKEditor 5 Line height feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
|
+
|
|
7
|
+
CKEditor 5 Line height 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).
|
|
9
|
+
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5
|
|
11
|
+
------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
|
+
|
|
15
|
+
Trademarks
|
|
16
|
+
----------
|
|
17
|
+
|
|
18
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
package/README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
CKEditor 5 line height feature
|
|
2
|
+
===========================
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-line-height)
|
|
5
|
+
|
|
6
|
+
This package contains the Line height feature for CKEditor 5. It lets you adjust the vertical spacing between lines of text, controlling how tightly or loosely text is packed within paragraphs.
|
|
7
|
+
|
|
8
|
+
This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.
|
|
9
|
+
|
|
10
|
+
## Installation
|
|
11
|
+
|
|
12
|
+
This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install ckeditor5-premium-features
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Create free account
|
|
19
|
+
|
|
20
|
+
If you want to check full CKEditor 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 [line height feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/line-height.html#demo).
|
|
25
|
+
|
|
26
|
+
## Documentation
|
|
27
|
+
|
|
28
|
+
See the [`@ckeditor/ckeditor5-line-height` package](https://ckeditor.com/docs/ckeditor5/latest/api/line-height.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
|
29
|
+
|
|
30
|
+
## Getting support
|
|
31
|
+
|
|
32
|
+
The CKEditor 5 Line height feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating the CKEditor 5 Line height feature with your application.
|
|
33
|
+
|
|
34
|
+
As a licensed CKEditor 5 Line height feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
**CKEditor 5 Line height feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
39
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
40
|
+
|
|
41
|
+
CKEditor 5 Line height feature is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
42
|
+
|
|
43
|
+
### Trademarks
|
|
44
|
+
|
|
45
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
!function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Custom: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Double",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Single"})}(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={102:e=>{"use strict";var t={};e.exports=function(e,n){var i=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},106:e=>{"use strict";e.exports=function(e){return e[1]}},123:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},237:e=>{"use strict";e.exports=CKEditor5.dll},297:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function i(e,t,i,r){var o;if(i)o="";else{o="",r.supports&&(o+="@supports (".concat(r.supports,") {")),r.media&&(o+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(o+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),o+=r.css,s&&(o+="}"),r.media&&(o+="}"),r.supports&&(o+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,o);else{var a=document.createTextNode(o),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(a,c[t]):e.appendChild(a)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){i(n,t,!1,e)},remove:function(e){i(n,t,!0,e)}}}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},407:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var i=n(106),r=n.n(i),o=n(779),s=n.n(o)()(r());s.push([e.id,':root{--ck-content-list-marker-line-height:var(--ck-content-line-height)}.ck-content .todo-list li.ck-list-marker-line-height:before{content:"";line-height:var(--ck-content-list-marker-line-height)}.ck-content .todo-list li.ck-list-marker-line-height>.todo-list__label.todo-list__label_without-description{line-height:var(--ck-content-list-marker-line-height);position:absolute;width:0}.ck-content .todo-list li.ck-list-marker-line-height>.todo-list__label.todo-list__label_without-description input[type=checkbox]{margin:0;position:relative}.ck-editor__editable.ck-content .todo-list li.ck-list-marker-line-height>.todo-list__label.todo-list__label_without-description>span[contenteditable=false]{display:inline-block;width:0}',""]);const a=s},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},741:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},779:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",i=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),i&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),i&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,i,r,o){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(i)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var u=[].concat(e[l]);i&&s[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),t.push(u))}},t}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")},783:(e,t,n)=>{e.exports=n(237)("./src/engine.js")},784:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var i=n(106),r=n.n(i),o=n(779),s=n.n(o)()(r());s.push([e.id,".ck-content .line-height-single{line-height:1}.ck-content .line-height-double{line-height:2}",""]);const a=s},929:e=>{"use strict";var t=[];function n(e){for(var n=-1,i=0;i<t.length;i++)if(t[i].identifier===e){n=i;break}return n}function i(e,i){for(var o={},s=[],a=0;a<e.length;a++){var c=e[a],l=i.base?c[0]+i.base:c[0],u=o[l]||0,d="".concat(l," ").concat(u);o[l]=u+1;var h=n(d),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(p);else{var f=r(p,i);i.byIndex=a,t.splice(a,0,{identifier:d,updater:f,references:1})}s.push(d)}return s}function r(e,t){var n=t.domAPI(t);n.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;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var o=i(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<o.length;s++){var a=n(o[s]);t[a].references--}for(var c=i(e,r),l=0;l<o.length;l++){var u=n(o[l]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}o=c}}}},t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var o=t[i]={id:i,exports:{}};return e[i](o,o.exports,n),o.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{LineHeight:()=>z,LineHeightCommand:()=>s,LineHeightEditing:()=>x,LineHeightTodoListIntegration:()=>C,LineHeightUI:()=>M});var e=n(782),t=n(584);const r=o;function o(e,t){const n=a();return(o=function(e,t){return n[e-=233]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(235199===parseInt(t(238))/1+-parseInt(t(259))/2+parseInt(t(254))/3+parseInt(t(255))/4*(-parseInt(t(239))/5)+parseInt(t(246))/6+-parseInt(t(248))/7+parseInt(t(249))/8*(parseInt(t(234))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(a);class s extends e.Command{[r(244)](){const e=r,n=this[e(260)][e(237)][e(251)],i=(0,t.first)(n[e(240)][e(243)]());this[e(258)]=Boolean(i)&&this[e(241)](i),this[e(247)]=this[e(258)]&&i[e(235)](e(250))}[r(257)](e={}){const t=r,n=this[t(260)][t(237)],i=n[t(251)][t(240)],o=e[t(247)];n[t(253)](e=>{const n=t,r=Array[n(242)](i[n(243)]())[n(236)](e=>this[n(241)](e));for(const t of r)o?e[n(233)](n(250),o,t):e[n(256)](n(250),t)})}[r(241)](e){const t=r;return this[t(260)][t(237)][t(245)][t(252)](e,t(250))}}function a(){const e=["lineHeight","document","checkAttribute","change","187131KeArdR","24iXjlaE","removeAttribute","execute","isEnabled","803438zlXvEx","editor","setAttribute","9egHvSO","getAttribute","filter","model","433055SIAEVH","10415ERtXaz","selection","_canHaveLineHeight","from","getSelectedBlocks","refresh","schema","484590zfMsSi","value","1316532EhssGL","2090360IYQRsc"];return(a=function(){return e})()}var c=n(783);!function(e){const t=p,n=e();for(;;)try{if(111820===parseInt(t(484))/1*(parseInt(t(488))/2)+-parseInt(t(513))/3*(-parseInt(t(515))/4)+parseInt(t(500))/5*(-parseInt(t(499))/6)+-parseInt(t(502))/7*(parseInt(t(510))/8)+-parseInt(t(506))/9+-parseInt(t(481))/10*(parseInt(t(487))/11)+parseInt(t(491))/12*(parseInt(t(480))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(u);const l={get single(){const e=p;return{title:e(516),model:e(486),view:{key:e(514),value:e(509)}}},get double(){const e=p;return{title:e(485),model:e(490),view:{key:e(514),value:e(503)}}}};function u(){const e=["455rnwAMD","761030QmXwBr","view","defaultValue","779BgGSYi","Double","single","11epuNyV","544hcjzwT","span","double","114996STYpxl","toLowerCase","model","filter","default","options","values","line-height:","1194VeLQkR","4615yZHeNN","number","15253NuKTrd","line-height-double","value","push","140427lufnFh","style","string","line-height-single","648OFMkbX","key","map","3DUFzXt","class","65636ezsqZv","Single"];return(u=function(){return e})()}function d(e){const t=p;return t(508)==typeof e&&t(495)===e[t(492)]()}function h(e){const t=p;return e[t(496)][t(512)](n=>d(n)?{title:String(e[t(483)]),model:t(495)}:(t(501)==typeof n&&(n=String(n)),t(508)!=typeof n?n:parseFloat(n)?{title:n,model:n,view:{name:t(489),styles:{"line-height":n}}}:function(e){const t=p;return t(508)==typeof e?l[e]:l[e[t(493)]]}(n)))[t(494)](e=>void 0!==e)}function p(e,t){const n=u();return(p=function(e,t){return n[e-=480]})(e,t)}var f=n(929),g=n.n(f),m=n(297),w=n.n(m),v=n(102),y=n.n(v),I=n(123),b=n.n(I),L=n(741),_=n.n(L),H=n(407),k={attributes:{"data-cke":!0}};k.setAttributes=b(),k.insert=y().bind(null,"head"),k.domAPI=w(),k.insertStyleElement=_();g()(H.A,k);H.A&&H.A.locals&&H.A.locals;const E=O;function O(e,t){const n=S();return(O=function(e,t){return n[e-=174]})(e,t)}function S(){const e=["36QueHGh","isOfficialPlugin","2245690qhIxSo","item","isPremiumPlugin","has","lineHeight","232827dvZRjw","for","element:li","init","1006183JdDNwu","viewItem","match","TodoListEditing","high","996vBIrJU","setStyle","todo","LineHeightTodoListIntegration","editor","9218330zlSDDe","70444ypmPpC","pluginName","ListEditing","2BaClsz","8xQiLZR","9NCLsoz","listType","6ghEzJC","getAttribute","elementToElement","consumable","upcast","--ck-content-list-marker-line-height","consume","42398590hEgOmp","paragraph","56696sPNtJB","ck-list-marker-line-height","name","registerDowncastStrategy","add","addClass","todo-list__label__description","get","span"];return(S=function(){return e})()}!function(e){const t=O,n=e();for(;;)try{if(556093===parseInt(t(193))/1*(-parseInt(t(207))/2)+parseInt(t(182))/3*(parseInt(t(220))/4)+-parseInt(t(184))/5*(parseInt(t(211))/6)+parseInt(t(189))/7*(parseInt(t(208))/8)+parseInt(t(209))/9*(-parseInt(t(203))/10)+parseInt(t(204))/11*(-parseInt(t(198))/12)+parseInt(t(218))/13)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class C extends e.Plugin{static get[E(205)](){return E(201)}static get[E(183)](){return!0}static get[E(186)](){return!0}[E(192)](){const e=E,{plugins:t,conversion:n}=this[e(202)];t[e(187)](e(206))&&t[e(187)](e(196))&&(t[e(180)](e(206))[e(176)]({scope:e(185),attributeName:e(188),consume:!1,setAttributeOnDowncast(t,n,i,r,o){const s=e;s(200)==o[s(212)](s(210))&&n&&(t[s(178)](s(174),i),t[s(199)](s(216),n,i))}}),n[e(190)](e(215))[e(213)]({view:{name:e(181),classes:e(179)},model:e(219),converterPriority:e(197)}),n[e(190)](e(215))[e(177)](t=>{const n=e;t.on(n(191),function(e){const t=new c.Matcher(e);return(e,n,i)=>{const r=O,o=t[r(195)](n[r(194)]);if(!o)return;const s=o[r(195)];s[r(175)]=!1,i[r(214)][r(217)](n[r(194)],s)}}({name:"li",classes:n(174),styles:{"--ck-content-list-marker-line-height":/.*/}}))}))}}const A=T;function T(e,t){const n=N();return(T=function(e,t){return n[e-=451]})(e,t)}function N(){const e=["includes","isOfficialPlugin","$block","LineHeightEditing","_validateConfig","slice","href","33wCISvj","afterInit","20HxFdmS","16ECvknL","6jFGFPU","isPremiumPlugin","string","model","4390106CbDVJq","for","1192082hATHrz","style","3881061YiOdlQ","config","line-height","commands","3298285PWVGBa","upcast","3040245ZOjwnr","15374532zzDSyD","values","join","getStyle","lineHeight.defaultValue","extend","get","setAttributeProperties","878dzSoXC","length","4qICVJb","conversion","_prepareAnyValueConverters","_preparePredefinedConverters","lineHeight.options","schema","default","init","downcast","map","editor","define","lineHeight.supportAllValues","lineHeight","filter","line-height-invalid-use-of-named-presets","add","requires","fromCharCode","attributeToAttribute","pluginName"];return(N=function(){return e})()}!function(e){const t=T,n=e();for(;;)try{if(684514===parseInt(t(493))/1+-parseInt(t(476))/2+parseInt(t(478))/3*(-parseInt(t(495))/4)+-parseInt(t(482))/5*(-parseInt(t(470))/6)+parseInt(t(474))/7*(-parseInt(t(469))/8)+parseInt(t(484))/9*(-parseInt(t(468))/10)+parseInt(t(466))/11*(parseInt(t(485))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(N);class x extends e.Plugin{static get[A(458)](){return A(462)}static get[A(455)](){return[C]}static get[A(460)](){return!0}static get[A(471)](){return!0}constructor(e){const t=A;super(e),e[t(479)][t(506)](t(451),{defaultValue:1.5,supportAllValues:!1,options:[1,1.15,t(501),2,2.5,3]})}[A(502)](){const e=A,t=this[e(505)];this[e(463)](),t[e(473)][e(500)][e(490)](e(461),{allowAttributes:e(451)}),t[e(473)][e(500)][e(492)](e(451),{isFormatting:!0}),t[e(481)][e(454)](e(451),new s(t)),this[e(505)][e(479)][e(491)](e(507))?this[e(497)]():this[e(498)]()}[A(467)](){!async function(e){const n=g([80,72,81,51,89,85,73,66,114,108,48,88,100,110,119,71,57,107,101,122,56,115,102,112,77,118,49,121,116,87,70,82,78,90,79,86,53,106,74,97,113,55,84,99,50,111,103,117,98,54,52,120,67,75,68,69,65,76,83,105,104,109]),i=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},a=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function l(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function d(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const i=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+i,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,i])=>{n(t),e(i)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function h(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function p(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=T;return e[t(504)](e=>String[t(456)](e))[t(487)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([80]);for(let i=0;i<e[g([108,101,110,103,116,104])];i+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](i,i+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([108,105,110,101,72,101,105,103,104,116,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await o,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return a==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=l(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),i={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete i[g([118,99])],d(i)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));a(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const u=(0,t.uid)();function f(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function m(t){a(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(d(u+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(o(),e),()=>{const e=s();return null==e?(o(),g([86,97,108,105,100])):g(i-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function o(){const t=g([108,108,99,116,45])+h(d(e)),n=p(h(window[g([77,97,116,104])][g([99,101,105,108])](i/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+h(d(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](p(n),16)*r:null}function a(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:u}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{f(e[g([114,101,116,117,114,110])])&&(l=!0,m(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function a(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const i=a[g([115,112,108,105,116])](g([46])),[r,o,s]=i;return t(r),await n(r,o,s),e}catch{return!1}function t(t){const n=l(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,i){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(i),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),a=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!a)return;const c=await a[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await a[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,o)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([76,72])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?i/1e3:1765324800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=T,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[g([108,111,99,97,116,105,111,110])][t(465)]);if(n[g([105,110,99,108,117,100,101,115])](i))return!0;const r=i[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=c(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=c(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[A(463)](){const e=A,n=this[e(505)];if(!n[e(479)][e(491)](e(507)))return;const i=n[e(479)][e(491)](e(499))[e(452)](t=>e(472)==typeof t&&!d(t)&&isNaN(Number(t)));if(i[e(494)])throw new t.CKEditorError(e(453),null,{namedPresets:i})}[A(497)](){const e=A,t=this[e(505)],n=this[e(505)][e(479)][e(491)](e(489));t[e(496)][e(475)](e(503))[e(457)]({model:{key:e(451)},view:t=>String(t)===String(n)?null:{key:e(477),value:{"line-height":t}}}),t[e(496)][e(475)](e(483))[e(457)]({model:{key:e(451),value:t=>{const i=e;let r=t[i(488)](i(480));return(0,c.isPercentageStyleValue)(r)&&(r=String(Number(r[i(464)](0,-1))/100)),String(r)===String(n)?null:r}},view:{styles:{"line-height":/.*/}}})}[A(498)](){const e=A,t=this[e(505)],n=this[e(505)][e(479)][e(491)](e(489)),i=h(this[e(505)][e(479)][e(491)](e(451)))[e(452)](t=>t[e(473)]),r=function(e,t){const n=p,i={model:{key:e,values:[]},view:{}};for(const e of t)n(514)===e[n(482)]?.[n(511)]?(i[n(493)][n(497)][n(505)](e[n(493)]),i[n(482)][e[n(493)]]={key:n(514),value:e[n(482)][n(504)]}):(i[n(493)][n(497)][n(505)](e[n(493)]),i[n(482)][e[n(493)]]={key:n(507),value:n(498)+e[n(493)]+";"});return i}(e(451),i);t[e(496)][e(457)](r),t[e(496)][e(475)](e(483))[e(457)]({view:{styles:{"line-height":/[\s\S]+/}},model:{key:e(451),value:t=>{const i=e;let o=t[i(488)](i(480));return(0,c.isPercentageStyleValue)(o)&&(o=String(Number(o[i(464)](0,-1))/100)),o===String(n)?null:r[i(473)][i(486)][i(459)](o)?o:null}}})}}var P=n(311),V=n(355),K=n(784),B={attributes:{"data-cke":!0}};B.setAttributes=b(),B.insert=y().bind(null,"head"),B.domAPI=w(),B.insertStyleElement=_();g()(K.A,B);K.A&&K.A.locals&&K.A.locals;class M extends e.Plugin{licenseKey;_licenseKeyCheckInterval;static get pluginName(){return"LineHeightUI"}static get isOfficialPlugin(){return!0}static get isPremiumPlugin(){return!0}init(){const e={accessibleLabel:(0,this.editor.t)("Line height"),options:this._prepareListOptions()};this._registerToolbarComponent(e),this._registerMenuBarComponent(e),this.licenseKey=this.editor.config.get("licenseKey");const t=this.editor;this._licenseKeyCheckInterval=setInterval(()=>{let e;for(const n in t){const i=n,r=t[i];if("lineHeightLicenseKeyValid"==r||"lineHeightLicenseKeyInvalid"==r||"lineHeightLicenseKeyExpired"==r||"lineHeightLicenseKeyDomainLimit"==r||"lineHeightLicenseKeyNotAllowed"==r||"lineHeightLicenseKeyEvaluationLimit"==r||"lineHeightLicenseKeyTrialLimit"==r||"lineHeightLicenseKeyUsageLimit"==r){delete t[i],e=r,clearInterval(this._licenseKeyCheckInterval),this._licenseKeyCheckInterval=void 0;break}}"lineHeightLicenseKeyInvalid"==e&&t._showLicenseError("invalid"),"lineHeightLicenseKeyExpired"==e&&t._showLicenseError("expired"),"lineHeightLicenseKeyDomainLimit"==e&&t._showLicenseError("domainLimit"),"lineHeightLicenseKeyNotAllowed"==e&&t._showLicenseError("featureNotAllowed","LineHeight"),"lineHeightLicenseKeyEvaluationLimit"==e&&t._showLicenseError("evaluationLimit"),"lineHeightLicenseKeyTrialLimit"==e&&t._showLicenseError("trialLimit"),"lineHeightLicenseKeyUsageLimit"==e&&t._showLicenseError("usageLimit")},1e3)}destroy(){super.destroy(),this._licenseKeyCheckInterval&&clearInterval(this._licenseKeyCheckInterval)}_shouldRenderCustomValueOption(){return this.editor.config.get("lineHeight.supportAllValues")}_getLocalizedLineHeightOptions(){const e=this.editor,t=e.t,n=e.config.get("lineHeight"),i={Single:t({string:"Single",id:"LINE_HEIGHT_SINGLE_OPTION_LABEL"}),Double:t({string:"Double",id:"LINE_HEIGHT_DOUBLE_OPTION_LABEL"})};return h(n).map(e=>{const t=i[e.title];return t&&t!=e.title&&(e=Object.assign({},e,{title:t})),e})}_prepareListOptions(){const e=this.editor.commands.get("lineHeight"),n=this.editor.config.get("lineHeight.defaultValue"),i=this._getLocalizedLineHeightOptions(),r=new t.Collection,o=e=>"default"===e||String(n)===e;for(const t of i){const n={type:"button",model:new P.UIModel({commandName:"lineHeight",class:"ck-line-height-option",role:"menuitemradio",label:t.title,withText:!0})};o(t.model)?(n.model.bind("isOn").to(e,"value",e=>!e),n.model.commandParam=void 0):(n.model.bind("isOn").to(e,"value",e=>e===t.model),n.model.commandParam=t.model),r.add(n)}if(this._shouldRenderCustomValueOption()){const e=this._getCustomValueOptionDefinition(i);r.add(e)}return r}_getCustomValueOptionDefinition(e){const t=this.editor,n=t.t,i=t.commands.get("lineHeight"),r=e.map(e=>e.model),o={type:"button",model:new P.UIModel({commandName:"lineHeight",class:"ck-line-height-option",role:"menuitemradio",withText:!0})};return o.model.bind("commandParam").to(i,"value"),o.model.bind("isOn").to(i,"value",e=>!!e&&!r.includes(String(e))),o.model.bind("label").to(i,"value",e=>n({string:"Custom: %0",id:"LINE_HEIGHT_CUSTOM_OPTION_LABEL"},String(e))),o}_registerToolbarComponent({accessibleLabel:e,options:t}){const n=this.editor,i=n.commands.get("lineHeight");n.ui.componentFactory.add("lineHeight",r=>{const o=(0,P.createDropdown)(r);return(0,P.addListToDropdown)(o,t,{role:"menu",ariaLabel:e}),o.buttonView.set({label:e,tooltip:!0,icon:V.IconLineHeight}),o.extendTemplate({attributes:{class:["ck-line-height-dropdown"]}}),o.bind("isEnabled").to(i),this.listenTo(o,"execute",e=>{n.execute(e.source.commandName,{value:e.source.commandParam}),n.editing.view.focus()}),o.once("change:isOpen",()=>{const e=o.panelView.children.first;this._attachCustomOptionVisibilityHandler(o,t,e)}),o})}_registerMenuBarComponent({accessibleLabel:e,options:t}){const n=this.editor,i=n.commands.get("lineHeight");n.ui.componentFactory.add("menuBar:lineHeight",r=>{const o=new P.MenuBarMenuView(r);o.buttonView.set({label:e,icon:V.IconLineHeight}),o.bind("isEnabled").to(i);const s=new P.MenuBarMenuListView(r);for(const e of t){const t=new P.MenuBarMenuListItemView(r,o),i=new P.MenuBarMenuListItemButtonView(r);i.set({role:"menuitemradio",isToggleable:!0}),i.bind(...Object.keys(e.model)).to(e.model),i.delegate("execute").to(o),i.on("execute",()=>{n.execute(e.model.commandName,{value:e.model.commandParam}),n.editing.view.focus()}),t.children.add(i),s.items.add(t)}return o.panelView.children.add(s),this._attachCustomOptionVisibilityHandler(o,t,s),o})}_attachCustomOptionVisibilityHandler(e,t,n){if(!this._shouldRenderCustomValueOption())return;const i=()=>{e.isOpen&&(n.items.last.isVisible=Boolean(t.last.model.isOn))};i(),e.on("change:isOpen",()=>{i()})}}function D(e,t){var n=F();return(D=function(e,t){return n[e-=457]})(e,t)}var j=D;function F(){var e=["isPremiumPlugin","4646226kJZcoJ","1269892AdWmuN","2493910HJpooK","isOfficialPlugin","7fiSPot","requires","6141032sxxiTr","pluginName","1396412nbEFMe","241186paRnHB","204615ILFwsQ","LineHeight"];return(F=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(392662===parseInt(t(462))/1+-parseInt(t(467))/2+-parseInt(t(463))/3+parseInt(t(461))/4+parseInt(t(468))/5+parseInt(t(466))/6+-parseInt(t(457))/7*(parseInt(t(459))/8))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(F);class z extends e.Plugin{static get[j(458)](){return[x,M]}static get[j(460)](){return j(464)}static get[j(469)](){return!0}static get[j(465)](){return!0}}function G(){var e=["2116490CjCgnF","2037888gGsXSb","2vBiIUF","5108252sWpbgG","5poQqyQ","9138uUDkeF","1438517AbereB","2417760Xnnmrj","34621708MoNkAo","4025XNGLfy","45nywrtV"];return(G=function(){return e})()}function U(e,t){var n=G();return(U=function(e,t){return n[e-=135]})(e,t)}!function(e){for(var t=U,n=e();;)try{if(732188===parseInt(t(137))/1*(parseInt(t(144))/2)+parseInt(t(143))/3+-parseInt(t(145))/4*(-parseInt(t(135))/5)+-parseInt(t(136))/6*(parseInt(t(140))/7)+parseInt(t(138))/8+parseInt(t(141))/9*(parseInt(t(142))/10)+-parseInt(t(139))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(G)})(),(window.CKEditor5=window.CKEditor5||{}).lineHeight=i})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.af=I.af||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ar=I.ar||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"مخصص: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"مزدوج",LINE_HEIGHT_SINGLE_OPTION_LABEL:"مفرد"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ast=I.ast||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.az=I.az||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.be=I.be||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.bg=I.bg||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Персонализиране: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Двоен",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Единична"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.bn=I.bn||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Custom: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"দ্বিগুণ",LINE_HEIGHT_SINGLE_OPTION_LABEL:"একক"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.bs=I.bs||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ca=I.ca||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalitzada: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Doble",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Única"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.cs=I.cs||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Vlastní: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dvojitý",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Jednoduchý"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.da=E.da||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Tilpasset: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dobbelt",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Enkelt"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["de-ch"]=I["de-ch"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.de=E.de||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Benutzerdefiniert: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Doppelt",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Einfach"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.el=I.el||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Προσαρμογή: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Διπλό",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Μονό"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["en-au"]=I["en-au"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Custom: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Double",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Single"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["en-gb"]=I["en-gb"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Custom: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Double",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Single"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.eo=I.eo||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["es-co"]=I["es-co"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.es=I.es||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalizado: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Doble",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Sencillo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.et=I.et||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Kohandatud: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Kahekordne",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Ühekordne"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.eu=I.eu||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.fa=I.fa||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.fi=I.fi||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Mukautettu: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Kaksinkertainen",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Yksi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.fr=I.fr||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personnalisée : %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Double",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Simple"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.gl=I.gl||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.gu=I.gu||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.he=I.he||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"מותאם אישית: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"כפול",LINE_HEIGHT_SINGLE_OPTION_LABEL:"יחיד"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.hi=I.hi||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"कस्टम: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"डबल",LINE_HEIGHT_SINGLE_OPTION_LABEL:"सिंगल"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.hr=I.hr||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.hu=E.hu||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Egyedi: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dupla",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Egyszeres"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.hy=I.hy||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const T=I.id=I.id||{};T.dictionary=Object.assign(T.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Kustom: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Ganda",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Tunggal"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.it=I.it||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalizzata: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Interlinea",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Interlinea"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ja=I.ja||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"カスタム:%0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"2本線",LINE_HEIGHT_SINGLE_OPTION_LABEL:"1行"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.jv=I.jv||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.kk=I.kk||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.km=I.km||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.kn=I.kn||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ko=I.ko||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"사용자 지정: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"이중선",LINE_HEIGHT_SINGLE_OPTION_LABEL:"1줄"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ku=I.ku||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const T=I.lt=I.lt||{};T.dictionary=Object.assign(T.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Tinkintas (-a): %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dvigubas",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Viengubas"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.lv=I.lv||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Pielāgots: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dubults",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Viens"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const T=I.ms=I.ms||{};T.dictionary=Object.assign(T.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Suai: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dua baris",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Tunggal"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.nb=I.nb||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ne=I.ne||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.nl=E.nl||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Aangepast: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dubbel",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Enkel"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.no=E.no||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Tilpasset: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dobbel",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Enkel"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.oc=I.oc||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.pl=I.pl||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Niestandardowa: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Podwójna",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Pojedyncza"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["pt-br"]=I["pt-br"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalizado: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dupla",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Simples"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.pt=I.pt||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalizado: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Duplo",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Simples"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(L){const I=L.ro=L.ro||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Personalizată: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"La două rânduri",LINE_HEIGHT_SINGLE_OPTION_LABEL:"La un rând"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ru=I.ru||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Особая: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Двойная",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Одинарная"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.si=I.si||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.sk=I.sk||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Vlastné: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dvojitá",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Jednoduchá"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.sl=I.sl||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.sq=I.sq||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["sr-latn"]=I["sr-latn"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.sr=I.sr||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Prilagođeno: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dvostruki razmak",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Jednostruki razmak"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(E){const I=E.sv=E.sv||{};I.dictionary=Object.assign(I.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Anpassat: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Dubbel",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Enkelt"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.th=I.th||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"กำหนดเอง: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"คู่",LINE_HEIGHT_SINGLE_OPTION_LABEL:"เดี่ยว"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ti=I.ti||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.tk=I.tk||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const T=I.tr=I.tr||{};T.dictionary=Object.assign(T.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Özel: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Çift",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Tek"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.tt=I.tt||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ug=I.ug||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.uk=I.uk||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Користувацька: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Подвійна",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Одинарна"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ur=I.ur||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.uz=I.uz||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const T=I.vi=I.vi||{};T.dictionary=Object.assign(T.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"Tùy chỉnh: %0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"Đôi",LINE_HEIGHT_SINGLE_OPTION_LABEL:"Đơn"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I["zh-cn"]=I["zh-cn"]||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"自定义:%0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"双倍行距",LINE_HEIGHT_SINGLE_OPTION_LABEL:"单倍行距"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.zh=I.zh||{};_.dictionary=Object.assign(_.dictionary||{},{LINE_HEIGHT_CUSTOM_OPTION_LABEL:"自訂:%0",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"雙行",LINE_HEIGHT_SINGLE_OPTION_LABEL:"單行"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugins": [
|
|
3
|
+
{
|
|
4
|
+
"name": "Line height",
|
|
5
|
+
"className": "LineHeight",
|
|
6
|
+
"description": "Allows setting line height for text.",
|
|
7
|
+
"docs": "features/line-height.html",
|
|
8
|
+
"path": "src/lineheight.js",
|
|
9
|
+
"uiComponents": [
|
|
10
|
+
{
|
|
11
|
+
"name": "lineHeight",
|
|
12
|
+
"type": "SplitButton",
|
|
13
|
+
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/line-height.svg"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
.ck-content .line-height-single{
|
|
6
|
+
line-height:1;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ck-content .line-height-double{
|
|
10
|
+
line-height:2;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:root{
|
|
14
|
+
--ck-content-list-marker-line-height:var(--ck-content-line-height);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ck-content .todo-list li.ck-list-marker-line-height::before{
|
|
18
|
+
line-height:var(--ck-content-list-marker-line-height);
|
|
19
|
+
content:'';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description{
|
|
23
|
+
position:absolute;
|
|
24
|
+
width:0;
|
|
25
|
+
line-height:var(--ck-content-list-marker-line-height);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description input[type=checkbox]{
|
|
29
|
+
position:relative;
|
|
30
|
+
margin:0;
|
|
31
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
:root{
|
|
6
|
+
--ck-content-list-marker-line-height:var(--ck-content-line-height);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ck-editor__editable.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description > span[contenteditable="false"]{
|
|
10
|
+
display:inline-block;
|
|
11
|
+
width:0;
|
|
12
|
+
}
|
package/dist/index.css
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
7
|
+
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
8
|
+
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
11
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
.ck-content .line-height-single {
|
|
15
|
+
line-height: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ck-content .line-height-double {
|
|
19
|
+
line-height: 2;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/*
|
|
23
|
+
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
24
|
+
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
25
|
+
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
26
|
+
*
|
|
27
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
28
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
:root {
|
|
32
|
+
--ck-content-list-marker-line-height: var(--ck-content-line-height);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/*
|
|
36
|
+
* Workaround for misplacement of checkbox when change to-do list item
|
|
37
|
+
* type from item with description to item without description. Without this
|
|
38
|
+
* checkbox will be vertically shifted.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
.ck-content .todo-list li.ck-list-marker-line-height::before {
|
|
42
|
+
line-height: var(--ck-content-list-marker-line-height);
|
|
43
|
+
content: '';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description {
|
|
47
|
+
position: absolute;
|
|
48
|
+
width: 0;
|
|
49
|
+
line-height: var(--ck-content-list-marker-line-height);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description input[type=checkbox] {
|
|
53
|
+
position: relative;
|
|
54
|
+
margin: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ck-editor__editable.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description > span[contenteditable="false"] {
|
|
58
|
+
display: inline-block;
|
|
59
|
+
width: 0;
|
|
60
|
+
}
|