@ckeditor/ckeditor5-line-height 0.0.1 → 46.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +6 -6
- package/README.md +44 -3
- 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 +11 -0
- package/dist/index-editor.css +5 -0
- package/dist/index.css +20 -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 +57 -5
- package/src/augmentation.d.ts +20 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +13 -0
- package/src/index.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 +41 -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/lineheight.css +16 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
4
|
+
**CKEditor 5 Line height feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
5
|
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
CKEditor
|
|
7
|
+
CKEditor 5 Line height feature is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor
|
|
11
|
-
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 Line height feature
|
|
11
|
+
--------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 Line height feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
14
|
|
|
15
15
|
Trademarks
|
|
16
16
|
----------
|
|
17
17
|
|
|
18
|
-
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com)
|
|
18
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -1,4 +1,45 @@
|
|
|
1
|
-
CKEditor 5
|
|
2
|
-
|
|
1
|
+
CKEditor 5 line height feature
|
|
2
|
+
===========================
|
|
3
3
|
|
|
4
|
-
|
|
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={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262: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)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},422:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var i=n(168),r=n.n(i),o=n(433),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},433: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}},545: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)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673: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),f={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(f);else{var p=r(f,i);i.byIndex=a,t.splice(a,0,{identifier:d,updater:p,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}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")},783:(e,t,n)=>{e.exports=n(237)("./src/engine.js")}},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:()=>V,LineHeightCommand:()=>s,LineHeightEditing:()=>w,LineHeightUI:()=>N});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-=310]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(893030===-parseInt(t(316))/1*(parseInt(t(319))/2)+parseInt(t(328))/3*(-parseInt(t(331))/4)+-parseInt(t(317))/5+-parseInt(t(321))/6*(parseInt(t(322))/7)+parseInt(t(312))/8+-parseInt(t(313))/9+parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(a);class s extends e.Command{[r(326)](){const e=r,n=this[e(334)][e(324)][e(337)],i=(0,t.first)(n[e(336)][e(335)]());this[e(330)]=Boolean(i)&&this[e(329)](i),this[e(310)]=this[e(330)]&&i[e(327)](e(314))}[r(333)](e={}){const t=r,n=this[t(334)][t(324)],i=n[t(337)][t(336)],o=e[t(310)];n[t(332)](e=>{const n=t,r=Array[n(323)](i[n(335)]())[n(325)](e=>this[n(329)](e));for(const t of r)o?e[n(315)](n(314),o,t):e[n(320)](n(314),t)})}[r(329)](e){const t=r;return this[t(334)][t(324)][t(311)][t(318)](e,t(314))}}function a(){const e=["setAttribute","797jPhEuD","3546285vPKwQm","checkAttribute","2218clJUHf","removeAttribute","12618NQrfRy","5439XSmQpo","from","model","filter","refresh","getAttribute","1780740mDzGoc","_canHaveLineHeight","isEnabled","12GkghBI","change","execute","editor","getSelectedBlocks","selection","document","42488060iDfFQd","value","schema","13929528HQGveR","801594zKrleR","lineHeight"];return(a=function(){return e})()}var c=n(783);function l(){const e=["1940qjypzh","model","single","number","30472eJatNP","value","default","key","string","line-height-single","1799973pgldnz","values","1113924svQVjW","push","span","6014568YbDtxr","2247pOXNmU","style","6924XAIKsZ","Double","map","536548yznaWj","defaultValue","class","view","Single","line-height:","double","options","line-height-double","1511934qKgVxz","toLowerCase","filter"];return(l=function(){return e})()}!function(e){const t=f,n=e();for(;;)try{if(829100===parseInt(t(504))/1+-parseInt(t(495))/2+-parseInt(t(513))/3+parseInt(t(501))/4*(-parseInt(t(483))/5)+parseInt(t(498))/6+parseInt(t(499))/7*(parseInt(t(487))/8)+-parseInt(t(493))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(l);const u={get single(){const e=f;return{title:e(508),model:e(485),view:{key:e(506),value:e(492)}}},get double(){const e=f;return{title:e(502),model:e(510),view:{key:e(506),value:e(512)}}}};function d(e){const t=f;return t(491)==typeof e&&t(489)===e[t(514)]()}function h(e){const t=f;return e[t(511)][t(503)](n=>d(n)?{title:String(e[t(505)]),model:t(489)}:(t(486)==typeof n&&(n=String(n)),t(491)!=typeof n?n:parseFloat(n)?{title:n,model:n,view:{name:t(497),styles:{"line-height":n}}}:function(e){const t=f;return t(491)==typeof e?u[e]:u[e[t(484)]]}(n)))[t(515)](e=>void 0!==e)}function f(e,t){const n=l();return(f=function(e,t){return n[e-=483]})(e,t)}const p=g;function g(e,t){const n=m();return(g=function(e,t){return n[e-=260]})(e,t)}function m(){const e=["string","length","line-height-invalid-use-of-named-presets","lineHeight.defaultValue","join","define","lineHeight.supportAllValues","4783CbDfwN","1270863xVEXoz","schema","1613655iKnGrP","model","config","downcast","42pMdREB","1264123OHilQp","attributeToAttribute","lineHeight","getStyle","editor","map","pluginName","default","slice","extend","conversion","108624RLDAaL","setAttributeProperties","_prepareAnyValueConverters","for","includes","814105DZBmhT","init","filter","8nKUvsG","LineHeightEditing","fromCharCode","line-height","_preparePredefinedConverters","upcast","get","values","afterInit","792390exAWmA","href","isPremiumPlugin","add","style","lineHeight.options","_validateConfig","$block","commands","isOfficialPlugin","8rEvYox"];return(m=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(296285===-parseInt(t(293))/1*(parseInt(t(300))/2)+parseInt(t(294))/3+parseInt(t(285))/4*(-parseInt(t(263))/5)+parseInt(t(312))/6+parseInt(t(301))/7*(parseInt(t(266))/8)+parseInt(t(296))/9+-parseInt(t(275))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class w extends e.Plugin{static get[p(307)](){return p(267)}static get[p(284)](){return!0}static get[p(277)](){return!0}constructor(e){const t=p;super(e),e[t(298)][t(291)](t(303),{defaultValue:1.5,supportAllValues:!1,options:[1,1.15,t(308),2,2.5,3]})}[p(264)](){const e=p,t=this[e(305)];this[e(281)](),t[e(297)][e(295)][e(310)](e(282),{allowAttributes:e(303)}),t[e(297)][e(295)][e(313)](e(303),{isFormatting:!0}),t[e(283)][e(278)](e(303),new s(t)),this[e(305)][e(298)][e(272)](e(292))?this[e(260)]():this[e(270)]()}[p(274)](){!async function(e){const n=m([72,118,84,97,52,103,82,66,121,49,76,65,119,106,78,89,117,112,50,110,99,90,80,53,88,109,85,55,68,107,101,79,122,113,111,77,115,81,86,51,54,100,69,75,83,71,48,105,114,102,116,108,87,120,67,74,56,98,73,70,57,104]),i=window[m([68,97,116,101])][m([110,111,119])](),r=e[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])(e=>{r[m([111,110,99,101])](m([114,101,97,100,121]),e)}),s={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},a=r[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[m([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(e=>{let t=0;r[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](t)[m([116,104,101,110])](()=>e)}function l(e){return e[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](u(e)):null}function u(e){return window[m([97,116,111,98])](e[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(e){let t=5381;function n(e){for(let n=0;n<e[m([108,101,110,103,116,104])];n++){const i=e[m([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+i,t&=t}}return function e(t){Array[m([105,115,65,114,114,97,121])](t)?t[m([102,111,114,69,97,99,104])](e):t&&typeof t==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](t)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([t,i])=>{n(t),e(i)}):n(window[m([83,116,114,105,110,103])](t))}(e),t>>>0}function h(e){return e[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function f(e){return e[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(e){const t=g;return e[t(306)](e=>String[t(268)](e))[t(290)]("")}!function(e){const t=function(){const e=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let t=m([72]);for(let i=0;i<e[m([108,101,110,103,116,104])];i+=2){let r=window[m([112,97,114,115,101,73,110,116])](e[m([115,117,98,115,116,114,105,110,103])](i,i+2));r>=n[m([108,101,110,103,116,104])]&&(r-=n[m([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=m([108,105,110,101,72,101,105,103,104,116,76,105,99,101,110,115,101,75,101,121])+e,e!=m([86,97,108,105,100])&&async function(){await o,r[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,r[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,r[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let e,n=null,p=null;try{return a==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[m([115,112,108,105,116])](m([46]));return 3!=e[m([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[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](e[m([115,117,98,115,116,114,105,110,103])](e[m([108,101,110,103,116,104])]-8),16),i={...t,[m([106,116,105])]:e[m([115,117,98,115,116,114,105,110,103])](0,e[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),e?(e[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(e,n){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(s())return c(m([86,97,108,105,100]));a(),r[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const u=(0,t.uid)();function p(e){return!!e&&(typeof e===m([111,98,106,101,99,116])||typeof e===m([102,117,110,99,116,105,111,110]))&&typeof e[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof e[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(t){a(t)[m([116,104,101,110])](e=>e&&e[m([115,116,97,116,117,115])]==m([111,107])?h(d(u+n))!=e[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](e=>(o(),e),()=>{const e=s();return null==e?(o(),m([86,97,108,105,100])):m(i-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function o(){const t=m([108,108,99,116,45])+h(d(e)),n=f(h(window[m([77,97,116,104])][m([99,101,105,108])](i/r)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](t,n)}function s(){const t=m([108,108,99,116,45])+h(d(e)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](t);return n?window[m([112,97,114,115,101,73,110,116])](f(n),16)*r:null}function a(e){return new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:u}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{p(e[m([114,101,116,117,114,110])])&&(l=!0,g(e[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])](()=>{l||c(m([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function a(){r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(e[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[m([106,116,105])])),await async function(){let e=!0;try{const i=a[m([115,112,108,105,116])](m([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[m([97,108,103])]==m([69,83,50,53,54])||(e=!1)}async function n(t,n,i){const r=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](u(i),e=>e[m([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](t+m([46])+n),a=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!a)return;const c=await a[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),s,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await a[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},c,r,o)||(e=!1)}}()?function(){const t=e[m([102,101,97,116,117,114,101,115])];return!(!t||!t[m([105,110,99,108,117,100,101,115])](m([42]))&&!t[m([105,110,99,108,117,100,101,115])](m([76,72])))}()?function(){const t=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](e[m([108,105,99,101,110,115,101,84,121,112,101])])?i/1e3:1751328e3;return e[m([101,120,112])]<t}()?m([69,120,112,105,114,101,100]):function(){const t=g,n=e[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][t(276)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const r=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](e=>e[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](e=>e[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](e=>e[m([108,101,110,103,116,104])]<=r[m([108,101,110,103,116,104])])[m([109,97,112])](e=>Array(r[m([108,101,110,103,116,104])]-e[m([108,101,110,103,116,104])])[m([102,105,108,108])](e[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](e))[m([115,111,109,101])](e=>r[m([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===m([42])))}()?(e[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(n=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(n=c(m([84,114,105,97,108,76,105,109,105,116]))),await(n&&p?new(window[m([80,114,111,109,105,115,101])])((e,t)=>{n[m([116,104,101,110])](e,t),p[m([116,104,101,110])](t=>{t!=m([86,97,108,105,100])&&e(t)},t)}):n||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[p(281)](){const e=p,n=this[e(305)];if(!n[e(298)][e(272)](e(292)))return;const i=n[e(298)][e(272)](e(280))[e(265)](t=>e(286)==typeof t&&!d(t)&&isNaN(Number(t)));if(i[e(287)])throw new t.CKEditorError(e(288),null,{namedPresets:i})}[p(260)](){const e=p,t=this[e(305)],n=this[e(305)][e(298)][e(272)](e(289));t[e(311)][e(261)](e(299))[e(302)]({model:{key:e(303)},view:t=>String(t)===String(n)?null:{key:e(279),value:{"line-height":t}}}),t[e(311)][e(261)](e(271))[e(302)]({model:{key:e(303),value:t=>{const i=e;let r=t[i(304)](i(269));return(0,c.isPercentageStyleValue)(r)&&(r=String(Number(r[i(309)](0,-1))/100)),String(r)===String(n)?null:r}},view:{styles:{"line-height":/.*/}}})}[p(270)](){const e=p,t=this[e(305)],n=this[e(305)][e(298)][e(272)](e(289)),i=h(this[e(305)][e(298)][e(272)](e(303)))[e(265)](t=>t[e(297)]),r=function(e,t){const n=f,i={model:{key:e,values:[]},view:{}};for(const e of t)n(506)===e[n(507)]?.[n(490)]?(i[n(484)][n(494)][n(496)](e[n(484)]),i[n(507)][e[n(484)]]={key:n(506),value:e[n(507)][n(488)]}):(i[n(484)][n(494)][n(496)](e[n(484)]),i[n(507)][e[n(484)]]={key:n(500),value:n(509)+e[n(484)]+";"});return i}(e(303),i);t[e(311)][e(302)](r),t[e(311)][e(261)](e(271))[e(302)]({view:{styles:{"line-height":/[\s\S]+/}},model:{key:e(303),value:t=>{const i=e;let o=t[i(304)](i(269));return(0,c.isPercentageStyleValue)(o)&&(o=String(Number(o[i(309)](0,-1))/100)),o===String(n)?null:r[i(297)][i(273)][i(262)](o)?o:null}}})}}var v=n(311),y=n(355),I=n(673),b=n.n(I),L=n(545),H=n.n(L),_=n(262),E=n.n(_),O=n(667),C=n.n(O),T=n(357),S=n.n(T),x=n(422),A={attributes:{"data-cke":!0}};A.setAttributes=C(),A.insert=E().bind(null,"head"),A.domAPI=H(),A.insertStyleElement=S();b()(x.A,A);x.A&&x.A.locals&&x.A.locals;class N 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 v.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 v.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,v.createDropdown)(r);return(0,v.addListToDropdown)(o,t,{role:"menu",ariaLabel:e}),o.buttonView.set({label:e,tooltip:!0,icon:y.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 v.MenuBarMenuView(r);o.buttonView.set({label:e,icon:y.IconLineHeight}),o.bind("isEnabled").to(i);const s=new v.MenuBarMenuListView(r);for(const e of t){const t=new v.MenuBarMenuListItemView(r,o),i=new v.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 P(){var e=["5769CTVwjj","867768bSnECU","requires","8vhLVBw","LineHeight","20950wxwDeM","20513240fFuWXT","2732072VqDrgT","327314dHYMqb","1410FbEbvP","37788WmfAoJ","pluginName","4304qlGwUw","isPremiumPlugin","isOfficialPlugin"];return(P=function(){return e})()}var K=k;function k(e,t){var n=P();return(k=function(e,t){return n[e-=488]})(e,t)}!function(e){for(var t=k,n=e();;)try{if(517472===-parseInt(t(498))/1+parseInt(t(493))/2*(-parseInt(t(500))/3)+-parseInt(t(491))/4+-parseInt(t(495))/5*(parseInt(t(499))/6)+parseInt(t(497))/7+parseInt(t(502))/8*(-parseInt(t(490))/9)+parseInt(t(496))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class V extends e.Plugin{static get[K(492)](){return[w,N]}static get[K(501)](){return K(494)}static get[K(489)](){return!0}static get[K(488)](){return!0}}function D(){var e=["36156nzGdFi","19723DlTTHc","198sDEwFH","4467440NLHSuQ","6KTJIoa","7sDyabs","20hDDOgo","6562485ZwijCy","1581vTWJPq","7553853XCkTbI","12029mYqdzj","3101272ygHFfi"];return(D=function(){return e})()}function j(e,t){var n=D();return(j=function(e,t){return n[e-=360]})(e,t)}!function(e){for(var t=j,n=e();;)try{if(866515===parseInt(t(371))/1+parseInt(t(363))/2*(-parseInt(t(369))/3)+-parseInt(t(364))/4+parseInt(t(368))/5*(-parseInt(t(365))/6)+parseInt(t(366))/7*(-parseInt(t(360))/8)+parseInt(t(370))/9*(-parseInt(t(367))/10)+-parseInt(t(362))/11*(-parseInt(t(361))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(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:"",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:"",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:"",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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.da=I.da||{};_.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["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(I){const _=I.de=I.de||{};_.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.el=I.el||{};_.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["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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",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:"",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(I){const _=I.hu=I.hu||{};_.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.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 _=I.id=I.id||{};_.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.it=I.it||{};_.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.ja=I.ja||{};_.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.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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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 _=I.lt=I.lt||{};_.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.lv=I.lv||{};_.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.ms=I.ms||{};_.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.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(I){const _=I.nl=I.nl||{};_.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.no=I.no||{};_.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.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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.ro=I.ro||{};_.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.ru=I.ru||{};_.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.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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(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:"",LINE_HEIGHT_DOUBLE_OPTION_LABEL:"",LINE_HEIGHT_SINGLE_OPTION_LABEL:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(I){const _=I.sv=I.sv||{};_.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.th=I.th||{};_.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.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 _=I.tr=I.tr||{};_.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.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:"",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 _=I.vi=I.vi||{};_.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["zh-cn"]=I["zh-cn"]||{};_.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.zh=I.zh||{};_.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,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,11 @@
|
|
|
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
|
+
}
|
package/dist/index.css
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
}
|