@ckeditor/ckeditor5-line-height 0.0.1 → 46.0.0-alpha.1
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 u=0;u<e.length;u++){var l=[].concat(e[u]);i&&s[l[0]]||(void 0!==o&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=o),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),r&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=r):l[4]="".concat(r)),t.push(l))}},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],u=i.base?c[0]+i.base:c[0],l=o[u]||0,d="".concat(u," ").concat(l);o[u]=l+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),u=0;u<o.length;u++){var l=n(o[u]);0===t[l].references&&(t[l].updater(),t.splice(l,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:()=>A});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 u(){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(u=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())}}(u);const l={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?l[e]:l[e[t(484)]]}(n)))[t(515)](e=>void 0!==e)}function f(e,t){const n=u();return(f=function(e,t){return n[e-=483]})(e,t)}function p(){const e=["isOfficialPlugin","config","init","fromCharCode","join","_preparePredefinedConverters","conversion","define","LineHeightEditing","1868520tiuRaa","includes","setAttributeProperties","$block","string","commands","schema","length","style","4LmrUIo","get","pluginName","default","isPremiumPlugin","filter","upcast","map","add","1676103bjBuFS","for","attributeToAttribute","_validateConfig","1252353DjPunL","lineHeight.defaultValue","afterInit","7043640TvcRIs","href","slice","model","line-height","extend","lineHeight","line-height-invalid-use-of-named-presets","3426205tSBowc","_prepareAnyValueConverters","values","7AwKtPU","downcast","lineHeight.supportAllValues","editor","lineHeight.options","getStyle","23686560MJaCRc","1793390jJmyWr"];return(p=function(){return e})()}const g=m;function m(e,t){const n=p();return(m=function(e,t){return n[e-=133]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(901051===parseInt(t(166))/1+-parseInt(t(138))/2+-parseInt(t(170))/3+-parseInt(t(157))/4*(parseInt(t(181))/5)+parseInt(t(173))/6*(-parseInt(t(184))/7)+-parseInt(t(148))/8+parseInt(t(137))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class w extends e.Plugin{static get[g(159)](){return g(147)}static get[g(139)](){return!0}static get[g(161)](){return!0}constructor(e){const t=g;super(e),e[t(140)][t(146)](t(179),{defaultValue:1.5,supportAllValues:!1,options:[1,1.15,t(160),2,2.5,3]})}[g(141)](){const e=g,t=this[e(134)];this[e(169)](),t[e(176)][e(154)][e(178)](e(151),{allowAttributes:e(179)}),t[e(176)][e(154)][e(150)](e(179),{isFormatting:!0}),t[e(153)][e(165)](e(179),new s(t)),this[e(134)][e(140)][e(158)](e(133))?this[e(182)]():this[e(144)]()}[g(172)](){!async function(e){const n=g([65,57,108,104,118,99,87,80,114,84,51,101,107,66,117,73,90,83,120,115,79,53,98,100,102,81,121,110,112,88,122,49,74,119,56,71,89,72,82,113,105,106,55,111,69,86,54,78,109,48,68,85,50,77,97,70,75,52,67,116,76,103]),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 u(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](l(e)):null}function l(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 f(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function p(){}function g(e){const t=m;return e[t(164)](e=>String[t(142)](e))[t(143)]("")}!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([65]);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])]=p,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,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,p=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=u(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])]&&(p=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 u=!1;const l=(0,t.uid)();function p(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(l+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=f(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])](f(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])]:l}},{[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=>{p(e[g([114,101,116,117,114,110])])&&(u=!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])](()=>{u||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=u(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])](l(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:1751414400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=m,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(174)]);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&&p?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),p[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||p||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)}[g(169)](){const e=g,n=this[e(134)];if(!n[e(140)][e(158)](e(133)))return;const i=n[e(140)][e(158)](e(135))[e(162)](t=>e(152)==typeof t&&!d(t)&&isNaN(Number(t)));if(i[e(155)])throw new t.CKEditorError(e(180),null,{namedPresets:i})}[g(182)](){const e=g,t=this[e(134)],n=this[e(134)][e(140)][e(158)](e(171));t[e(145)][e(167)](e(185))[e(168)]({model:{key:e(179)},view:t=>String(t)===String(n)?null:{key:e(156),value:{"line-height":t}}}),t[e(145)][e(167)](e(163))[e(168)]({model:{key:e(179),value:t=>{const i=e;let r=t[i(136)](i(177));return(0,c.isPercentageStyleValue)(r)&&(r=String(Number(r[i(175)](0,-1))/100)),String(r)===String(n)?null:r}},view:{styles:{"line-height":/.*/}}})}[g(144)](){const e=g,t=this[e(134)],n=this[e(134)][e(140)][e(158)](e(171)),i=h(this[e(134)][e(140)][e(158)](e(179)))[e(162)](t=>t[e(176)]),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(179),i);t[e(145)][e(168)](r),t[e(145)][e(167)](e(163))[e(168)]({view:{styles:{"line-height":/[\s\S]+/}},model:{key:e(179),value:t=>{const i=e;let o=t[i(136)](i(177));return(0,c.isPercentageStyleValue)(o)&&(o=String(Number(o[i(175)](0,-1))/100)),o===String(n)?null:r[i(176)][i(183)][i(149)](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),P=n(422),x={attributes:{"data-cke":!0}};x.setAttributes=C(),x.insert=E().bind(null,"head"),x.domAPI=H(),x.insertStyleElement=S();b()(P.A,x);P.A&&P.A.locals&&P.A.locals;class A 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 N(){var e=["5769CTVwjj","867768bSnECU","requires","8vhLVBw","LineHeight","20950wxwDeM","20513240fFuWXT","2732072VqDrgT","327314dHYMqb","1410FbEbvP","37788WmfAoJ","pluginName","4304qlGwUw","isPremiumPlugin","isOfficialPlugin"];return(N=function(){return e})()}var k=K;function K(e,t){var n=N();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())}}(N);class V extends e.Plugin{static get[k(492)](){return[w,A]}static get[k(501)](){return k(494)}static get[k(489)](){return!0}static get[k(488)](){return!0}}function j(){var e=["36156nzGdFi","19723DlTTHc","198sDEwFH","4467440NLHSuQ","6KTJIoa","7sDyabs","20hDDOgo","6562485ZwijCy","1581vTWJPq","7553853XCkTbI","12029mYqdzj","3101272ygHFfi"];return(j=function(){return e})()}function D(e,t){var n=j();return(D=function(e,t){return n[e-=360]})(e,t)}!function(e){for(var t=D,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())}}(j)})(),(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
|
+
}
|