@ckeditor/ckeditor5-line-height 0.0.0-internal-20251210.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +18 -0
- package/README.md +45 -0
- package/build/line-height.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/be.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/en-gb.js +1 -0
- package/build/translations/eo.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/gu.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/hy.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/kk.js +1 -0
- package/build/translations/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nb.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/oc.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/si.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sl.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +18 -0
- package/dist/index-content.css +31 -0
- package/dist/index-editor.css +12 -0
- package/dist/index.css +60 -0
- package/dist/index.js +23 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/af.umd.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +23 -0
- package/dist/translations/ast.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/be.d.ts +8 -0
- package/dist/translations/be.js +23 -0
- package/dist/translations/be.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/bs.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +23 -0
- package/dist/translations/en-gb.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +23 -0
- package/dist/translations/eo.umd.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es-co.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +23 -0
- package/dist/translations/eu.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +23 -0
- package/dist/translations/gu.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +23 -0
- package/dist/translations/hy.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/jv.umd.js +23 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +23 -0
- package/dist/translations/kk.umd.js +23 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +23 -0
- package/dist/translations/km.umd.js +23 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +23 -0
- package/dist/translations/kn.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +23 -0
- package/dist/translations/ku.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +23 -0
- package/dist/translations/nb.umd.js +23 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +23 -0
- package/dist/translations/ne.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/oc.d.ts +8 -0
- package/dist/translations/oc.js +23 -0
- package/dist/translations/oc.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/si.d.ts +8 -0
- package/dist/translations/si.js +23 -0
- package/dist/translations/si.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +23 -0
- package/dist/translations/sl.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +23 -0
- package/dist/translations/ti.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/ug.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +23 -0
- package/dist/translations/uz.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/lang/contexts.json +6 -0
- package/lang/translations/af.po +28 -0
- package/lang/translations/ar.po +28 -0
- package/lang/translations/ast.po +28 -0
- package/lang/translations/az.po +28 -0
- package/lang/translations/be.po +28 -0
- package/lang/translations/bg.po +28 -0
- package/lang/translations/bn.po +28 -0
- package/lang/translations/bs.po +28 -0
- package/lang/translations/ca.po +28 -0
- package/lang/translations/cs.po +28 -0
- package/lang/translations/da.po +28 -0
- package/lang/translations/de-ch.po +28 -0
- package/lang/translations/de.po +28 -0
- package/lang/translations/el.po +28 -0
- package/lang/translations/en-au.po +28 -0
- package/lang/translations/en-gb.po +28 -0
- package/lang/translations/en.po +28 -0
- package/lang/translations/eo.po +28 -0
- package/lang/translations/es-co.po +28 -0
- package/lang/translations/es.po +28 -0
- package/lang/translations/et.po +28 -0
- package/lang/translations/eu.po +28 -0
- package/lang/translations/fa.po +28 -0
- package/lang/translations/fi.po +28 -0
- package/lang/translations/fr.po +28 -0
- package/lang/translations/gl.po +28 -0
- package/lang/translations/gu.po +28 -0
- package/lang/translations/he.po +28 -0
- package/lang/translations/hi.po +28 -0
- package/lang/translations/hr.po +28 -0
- package/lang/translations/hu.po +28 -0
- package/lang/translations/hy.po +28 -0
- package/lang/translations/id.po +28 -0
- package/lang/translations/it.po +28 -0
- package/lang/translations/ja.po +28 -0
- package/lang/translations/jv.po +28 -0
- package/lang/translations/kk.po +28 -0
- package/lang/translations/km.po +28 -0
- package/lang/translations/kn.po +28 -0
- package/lang/translations/ko.po +28 -0
- package/lang/translations/ku.po +28 -0
- package/lang/translations/lt.po +28 -0
- package/lang/translations/lv.po +28 -0
- package/lang/translations/ms.po +28 -0
- package/lang/translations/nb.po +28 -0
- package/lang/translations/ne.po +28 -0
- package/lang/translations/nl.po +28 -0
- package/lang/translations/no.po +28 -0
- package/lang/translations/oc.po +28 -0
- package/lang/translations/pl.po +28 -0
- package/lang/translations/pt-br.po +28 -0
- package/lang/translations/pt.po +28 -0
- package/lang/translations/ro.po +28 -0
- package/lang/translations/ru.po +28 -0
- package/lang/translations/si.po +28 -0
- package/lang/translations/sk.po +28 -0
- package/lang/translations/sl.po +28 -0
- package/lang/translations/sq.po +28 -0
- package/lang/translations/sr-latn.po +28 -0
- package/lang/translations/sr.po +28 -0
- package/lang/translations/sv.po +28 -0
- package/lang/translations/th.po +28 -0
- package/lang/translations/ti.po +28 -0
- package/lang/translations/tk.po +28 -0
- package/lang/translations/tr.po +28 -0
- package/lang/translations/tt.po +28 -0
- package/lang/translations/ug.po +28 -0
- package/lang/translations/uk.po +28 -0
- package/lang/translations/ur.po +28 -0
- package/lang/translations/uz.po +28 -0
- package/lang/translations/vi.po +28 -0
- package/lang/translations/zh-cn.po +28 -0
- package/lang/translations/zh.po +28 -0
- package/package.json +67 -0
- package/src/augmentation.d.ts +21 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +23 -0
- package/src/integrations/todolist.d.ts +31 -0
- package/src/integrations/todolist.js +23 -0
- package/src/lineheight.d.ts +34 -0
- package/src/lineheight.js +23 -0
- package/src/lineheightcommand.d.ts +26 -0
- package/src/lineheightcommand.js +23 -0
- package/src/lineheightconfig.d.ts +66 -0
- package/src/lineheightconfig.js +23 -0
- package/src/lineheightediting.d.ts +46 -0
- package/src/lineheightediting.js +23 -0
- package/src/lineheightui.d.ts +34 -0
- package/src/lineheightui.js +23 -0
- package/src/utils.d.ts +5 -0
- package/src/utils.js +23 -0
- package/theme/integrations/todolist.css +46 -0
- package/theme/lineheight.css +16 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: th\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "ความสูงของเส้น"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "กำหนดเอง: %0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "เดี่ยว"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "คู่"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: ti\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: tk\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: tr\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "Satır yüksekliği"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "Özel: %0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "Tek"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "Çift"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: tt\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: ug\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: uk\n"
|
|
11
|
+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "Висота лінії"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "Користувацька: %0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "Одинарна"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "Подвійна"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: ur\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: uz\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr ""
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: vi\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "Chiều cao dòng"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "Tùy chỉnh: %0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "Đơn"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "Đôi"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: zh_CN\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "行距"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "自定义:%0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "单倍行距"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "双倍行距"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
|
4
|
+
#
|
|
5
|
+
# Check out the official contributor's guide:
|
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
7
|
+
#
|
|
8
|
+
msgid ""
|
|
9
|
+
msgstr ""
|
|
10
|
+
"Language: zh_TW\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "The label of the line height toolbar button."
|
|
15
|
+
msgid "Line height"
|
|
16
|
+
msgstr "行高"
|
|
17
|
+
|
|
18
|
+
msgctxt "Dropdown option label for the custom line height, e.g., \"Custom: 1.75\"."
|
|
19
|
+
msgid "LINE_HEIGHT_CUSTOM_OPTION_LABEL"
|
|
20
|
+
msgstr "自訂:%0"
|
|
21
|
+
|
|
22
|
+
msgctxt "Dropdown option label for the \"Single\" line height option."
|
|
23
|
+
msgid "LINE_HEIGHT_SINGLE_OPTION_LABEL"
|
|
24
|
+
msgstr "單行"
|
|
25
|
+
|
|
26
|
+
msgctxt "Dropdown option label for the \"Double\" line height option."
|
|
27
|
+
msgid "LINE_HEIGHT_DOUBLE_OPTION_LABEL"
|
|
28
|
+
msgstr "雙行"
|
package/package.json
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ckeditor/ckeditor5-line-height",
|
|
3
|
+
"version": "0.0.0-internal-20251210.0",
|
|
4
|
+
"description": "Line height feature for CKEditor 5.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ckeditor",
|
|
7
|
+
"ckeditor5",
|
|
8
|
+
"ckeditor 5",
|
|
9
|
+
"ckeditor5-feature",
|
|
10
|
+
"ckeditor5-plugin",
|
|
11
|
+
"ckeditor5-dll"
|
|
12
|
+
],
|
|
13
|
+
"type": "module",
|
|
14
|
+
"main": "src/index.js",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@ckeditor/ckeditor5-core": "0.0.0-internal-20251210.0",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-internal-20251210.0",
|
|
18
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-internal-20251210.0",
|
|
19
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-internal-20251210.0",
|
|
20
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-internal-20251210.0",
|
|
21
|
+
"@ckeditor/ckeditor5-list": "0.0.0-internal-20251210.0",
|
|
22
|
+
"ckeditor5": "0.0.0-internal-20251210.0"
|
|
23
|
+
},
|
|
24
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
25
|
+
"author": "CKSource (https://cksource.com/)",
|
|
26
|
+
"homepage": "https://ckeditor.com/ckeditor-5",
|
|
27
|
+
"bugs": "https://support.ckeditor.com/hc/en-us/requests/new",
|
|
28
|
+
"files": [
|
|
29
|
+
"dist",
|
|
30
|
+
"lang",
|
|
31
|
+
"src/**/*.js",
|
|
32
|
+
"src/**/*.d.ts",
|
|
33
|
+
"theme",
|
|
34
|
+
"build",
|
|
35
|
+
"ckeditor5-metadata.json",
|
|
36
|
+
"CHANGELOG.md"
|
|
37
|
+
],
|
|
38
|
+
"sideEffects": [
|
|
39
|
+
"*.css",
|
|
40
|
+
"build/**/*.js",
|
|
41
|
+
"dist/translations/*.umd.js"
|
|
42
|
+
],
|
|
43
|
+
"types": "src/index.d.ts",
|
|
44
|
+
"exports": {
|
|
45
|
+
".": {
|
|
46
|
+
"types": "./src/index.d.ts",
|
|
47
|
+
"import": "./src/index.js",
|
|
48
|
+
"default": "./src/index.js"
|
|
49
|
+
},
|
|
50
|
+
"./dist/*": {
|
|
51
|
+
"types": "./src/index.d.ts",
|
|
52
|
+
"import": "./dist/*",
|
|
53
|
+
"default": "./dist/*"
|
|
54
|
+
},
|
|
55
|
+
"./src/*": {
|
|
56
|
+
"types": "./src/*.d.ts",
|
|
57
|
+
"import": "./src/*",
|
|
58
|
+
"default": "./src/*"
|
|
59
|
+
},
|
|
60
|
+
"./build/*": "./build/*",
|
|
61
|
+
"./lang/*": "./lang/*",
|
|
62
|
+
"./theme/*": "./theme/*",
|
|
63
|
+
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
|
|
64
|
+
"./package.json": "./package.json"
|
|
65
|
+
},
|
|
66
|
+
"obfuscated": true
|
|
67
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
import type { LineHeight, LineHeightEditing, LineHeightUI, LineHeightConfig, LineHeightTodoListIntegration } from './index.js';
|
|
6
|
+
declare module '@ckeditor/ckeditor5-core' {
|
|
7
|
+
interface PluginsMap {
|
|
8
|
+
[LineHeight.pluginName]: LineHeight;
|
|
9
|
+
[LineHeightEditing.pluginName]: LineHeightEditing;
|
|
10
|
+
[LineHeightUI.pluginName]: LineHeightUI;
|
|
11
|
+
[LineHeightTodoListIntegration.pluginName]: LineHeightTodoListIntegration;
|
|
12
|
+
}
|
|
13
|
+
interface EditorConfig {
|
|
14
|
+
/**
|
|
15
|
+
* The configuration of the {@link module:line-height/lineheight~LineHeight} feature.
|
|
16
|
+
*
|
|
17
|
+
* Read more in {@link module:line-height/lineheightconfig~LineHeightConfig}.
|
|
18
|
+
*/
|
|
19
|
+
lineHeight?: LineHeightConfig;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
package/src/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
* @module line-height
|
|
7
|
+
*/
|
|
8
|
+
export { LineHeight } from './lineheight.js';
|
|
9
|
+
export { LineHeightEditing } from './lineheightediting.js';
|
|
10
|
+
export { LineHeightUI } from './lineheightui.js';
|
|
11
|
+
export { LineHeightTodoListIntegration } from './integrations/todolist.js';
|
|
12
|
+
export { LineHeightCommand } from './lineheightcommand.js';
|
|
13
|
+
export type { LineHeightConfig, LineHeightOption } from './lineheightconfig.js';
|
|
14
|
+
import './augmentation.js';
|
package/src/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(function(_0x5ebf1e,_0x2ca955){var _0x39177b=_0x3051,_0xcd4a56=_0x5ebf1e();while(!![]){try{var _0x2aed23=parseInt(_0x39177b(0x89))/0x1*(parseInt(_0x39177b(0x90))/0x2)+parseInt(_0x39177b(0x8f))/0x3+-parseInt(_0x39177b(0x91))/0x4*(-parseInt(_0x39177b(0x87))/0x5)+-parseInt(_0x39177b(0x88))/0x6*(parseInt(_0x39177b(0x8c))/0x7)+parseInt(_0x39177b(0x8a))/0x8+parseInt(_0x39177b(0x8d))/0x9*(parseInt(_0x39177b(0x8e))/0xa)+-parseInt(_0x39177b(0x8b))/0xb;if(_0x2aed23===_0x2ca955)break;else _0xcd4a56['push'](_0xcd4a56['shift']());}catch(_0x4ae272){_0xcd4a56['push'](_0xcd4a56['shift']());}}}(_0x17aa,0xb2c1c));export{LineHeight}from'./lineheight.js';function _0x17aa(){var _0x24004c=['2116490CjCgnF','2037888gGsXSb','2vBiIUF','5108252sWpbgG','5poQqyQ','9138uUDkeF','1438517AbereB','2417760Xnnmrj','34621708MoNkAo','4025XNGLfy','45nywrtV'];_0x17aa=function(){return _0x24004c;};return _0x17aa();}export{LineHeightEditing}from'./lineheightediting.js';export{LineHeightUI}from'./lineheightui.js';export{LineHeightTodoListIntegration}from'./integrations/todolist.js';export{LineHeightCommand}from'./lineheightcommand.js';function _0x3051(_0x767de4,_0x59a3cd){var _0x17aa05=_0x17aa();return _0x3051=function(_0x305124,_0x3c8814){_0x305124=_0x305124-0x87;var _0x1e3754=_0x17aa05[_0x305124];return _0x1e3754;},_0x3051(_0x767de4,_0x59a3cd);}import'./augmentation.js';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module line-height/integrations/todolist
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
10
|
+
import '../../theme/integrations/todolist.css';
|
|
11
|
+
/**
|
|
12
|
+
* The to-do list line height support plugin.
|
|
13
|
+
*/
|
|
14
|
+
export declare class LineHeightTodoListIntegration extends Plugin {
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
static get pluginName(): "LineHeightTodoListIntegration";
|
|
19
|
+
/**
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
static get isOfficialPlugin(): true;
|
|
23
|
+
/**
|
|
24
|
+
* @inheritDoc
|
|
25
|
+
*/
|
|
26
|
+
static get isPremiumPlugin(): true;
|
|
27
|
+
/**
|
|
28
|
+
* @inheritDoc
|
|
29
|
+
*/
|
|
30
|
+
init(): void;
|
|
31
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const _0x2b29ab=_0x2220;(function(_0x255ecc,_0x3a78bd){const _0x2fb7d5=_0x2220,_0x130132=_0x255ecc();while(!![]){try{const _0x4fdf33=parseInt(_0x2fb7d5(0xc1))/0x1*(-parseInt(_0x2fb7d5(0xcf))/0x2)+parseInt(_0x2fb7d5(0xb6))/0x3*(parseInt(_0x2fb7d5(0xdc))/0x4)+-parseInt(_0x2fb7d5(0xb8))/0x5*(parseInt(_0x2fb7d5(0xd3))/0x6)+parseInt(_0x2fb7d5(0xbd))/0x7*(parseInt(_0x2fb7d5(0xd0))/0x8)+parseInt(_0x2fb7d5(0xd1))/0x9*(-parseInt(_0x2fb7d5(0xcb))/0xa)+parseInt(_0x2fb7d5(0xcc))/0xb*(-parseInt(_0x2fb7d5(0xc6))/0xc)+parseInt(_0x2fb7d5(0xda))/0xd;if(_0x4fdf33===_0x3a78bd)break;else _0x130132['push'](_0x130132['shift']());}catch(_0x56241e){_0x130132['push'](_0x130132['shift']());}}}(_0x3b95,0x87c3d));import{Plugin as _0x2ea830}from'ckeditor5/src/core.js';function _0x2220(_0x11e04e,_0x2f57ef){const _0x3b95b5=_0x3b95();return _0x2220=function(_0x2220fe,_0x476c1a){_0x2220fe=_0x2220fe-0xae;let _0x44a539=_0x3b95b5[_0x2220fe];return _0x44a539;},_0x2220(_0x11e04e,_0x2f57ef);}import{Matcher as _0x4b794b}from'ckeditor5/src/engine.js';function _0x3b95(){const _0x189a67=['36QueHGh','isOfficialPlugin','2245690qhIxSo','item','isPremiumPlugin','has','lineHeight','232827dvZRjw','for','element:li','init','1006183JdDNwu','viewItem','match','TodoListEditing','high','996vBIrJU','setStyle','todo','LineHeightTodoListIntegration','editor','9218330zlSDDe','70444ypmPpC','pluginName','ListEditing','2BaClsz','8xQiLZR','9NCLsoz','listType','6ghEzJC','getAttribute','elementToElement','consumable','upcast','--ck-content-list-marker-line-height','consume','42398590hEgOmp','paragraph','56696sPNtJB','ck-list-marker-line-height','name','registerDowncastStrategy','add','addClass','todo-list__label__description','get','span'];_0x3b95=function(){return _0x189a67;};return _0x3b95();}import'../../theme/integrations/todolist.css';export class LineHeightTodoListIntegration extends _0x2ea830{static get[_0x2b29ab(0xcd)](){const _0x4b1467=_0x2b29ab;return _0x4b1467(0xc9);}static get[_0x2b29ab(0xb7)](){return!0x0;}static get[_0x2b29ab(0xba)](){return!0x0;}[_0x2b29ab(0xc0)](){const _0x57eaee=_0x2b29ab,{plugins:_0x47b4ca,conversion:_0x543588}=this[_0x57eaee(0xca)];if(!_0x47b4ca[_0x57eaee(0xbb)](_0x57eaee(0xce))||!_0x47b4ca[_0x57eaee(0xbb)](_0x57eaee(0xc4)))return;_0x47b4ca[_0x57eaee(0xb4)](_0x57eaee(0xce))[_0x57eaee(0xb0)]({'scope':_0x57eaee(0xb9),'attributeName':_0x57eaee(0xbc),'consume':!0x1,'setAttributeOnDowncast'(_0x3570a8,_0x29b0e0,_0x47acc3,_0x5dfd51,_0xcb94c9){const _0x288838=_0x57eaee;_0x288838(0xc8)==_0xcb94c9[_0x288838(0xd4)](_0x288838(0xd2))&&_0x29b0e0&&(_0x3570a8[_0x288838(0xb2)](_0x288838(0xae),_0x47acc3),_0x3570a8[_0x288838(0xc7)](_0x288838(0xd8),_0x29b0e0,_0x47acc3));}}),_0x543588[_0x57eaee(0xbe)](_0x57eaee(0xd7))[_0x57eaee(0xd5)]({'view':{'name':_0x57eaee(0xb5),'classes':_0x57eaee(0xb3)},'model':_0x57eaee(0xdb),'converterPriority':_0x57eaee(0xc5)}),_0x543588[_0x57eaee(0xbe)](_0x57eaee(0xd7))[_0x57eaee(0xb1)](_0x1d40d5=>{const _0x4068a0=_0x57eaee;_0x1d40d5['on'](_0x4068a0(0xbf),function(_0x1d9bb5){const _0x53b3a0=new _0x4b794b(_0x1d9bb5);return(_0x48083b,_0x54ea91,_0x18ec23)=>{const _0x5846fc=_0x2220,_0x2d3530=_0x53b3a0[_0x5846fc(0xc3)](_0x54ea91[_0x5846fc(0xc2)]);if(!_0x2d3530)return;const _0x3e0af9=_0x2d3530[_0x5846fc(0xc3)];_0x3e0af9[_0x5846fc(0xaf)]=!0x1,_0x18ec23[_0x5846fc(0xd6)][_0x5846fc(0xd9)](_0x54ea91[_0x5846fc(0xc2)],_0x3e0af9);};}({'name':'li','classes':_0x4068a0(0xae),'styles':{'--ck-content-list-marker-line-height':/.*/}}));});}}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* @module line-height/lineheight
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
10
|
+
import { LineHeightEditing } from './lineheightediting.js';
|
|
11
|
+
import { LineHeightUI } from './lineheightui.js';
|
|
12
|
+
/**
|
|
13
|
+
* The line height plugin.
|
|
14
|
+
*
|
|
15
|
+
* For a detailed overview, check the {@glink features/line-height Line height feature documentation}.
|
|
16
|
+
*/
|
|
17
|
+
export declare class LineHeight extends Plugin {
|
|
18
|
+
/**
|
|
19
|
+
* @inheritDoc
|
|
20
|
+
*/
|
|
21
|
+
static get requires(): readonly [typeof LineHeightEditing, typeof LineHeightUI];
|
|
22
|
+
/**
|
|
23
|
+
* @inheritDoc
|
|
24
|
+
*/
|
|
25
|
+
static get pluginName(): "LineHeight";
|
|
26
|
+
/**
|
|
27
|
+
* @inheritDoc
|
|
28
|
+
*/
|
|
29
|
+
static get isOfficialPlugin(): true;
|
|
30
|
+
/**
|
|
31
|
+
* @inheritDoc
|
|
32
|
+
*/
|
|
33
|
+
static get isPremiumPlugin(): true;
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
function _0x3dee(_0x4fd841,_0x44bd88){var _0x46379c=_0x4637();return _0x3dee=function(_0x3dee40,_0x373fca){_0x3dee40=_0x3dee40-0x1c9;var _0x172134=_0x46379c[_0x3dee40];return _0x172134;},_0x3dee(_0x4fd841,_0x44bd88);}var _0x4e640c=_0x3dee;(function(_0x21f026,_0x42f66e){var _0x52971f=_0x3dee,_0x390491=_0x21f026();while(!![]){try{var _0x18659d=parseInt(_0x52971f(0x1ce))/0x1+-parseInt(_0x52971f(0x1d3))/0x2+-parseInt(_0x52971f(0x1cf))/0x3+parseInt(_0x52971f(0x1cd))/0x4+parseInt(_0x52971f(0x1d4))/0x5+parseInt(_0x52971f(0x1d2))/0x6+-parseInt(_0x52971f(0x1c9))/0x7*(parseInt(_0x52971f(0x1cb))/0x8);if(_0x18659d===_0x42f66e)break;else _0x390491['push'](_0x390491['shift']());}catch(_0xcd6482){_0x390491['push'](_0x390491['shift']());}}}(_0x4637,0x5fdd6));function _0x4637(){var _0xaa2fa1=['isPremiumPlugin','4646226kJZcoJ','1269892AdWmuN','2493910HJpooK','isOfficialPlugin','7fiSPot','requires','6141032sxxiTr','pluginName','1396412nbEFMe','241186paRnHB','204615ILFwsQ','LineHeight'];_0x4637=function(){return _0xaa2fa1;};return _0x4637();}import{Plugin as _0x12e5ea}from'ckeditor5/src/core.js';import{LineHeightEditing as _0x3df510}from'./lineheightediting.js';import{LineHeightUI as _0x252899}from'./lineheightui.js';export class LineHeight extends _0x12e5ea{static get[_0x4e640c(0x1ca)](){return[_0x3df510,_0x252899];}static get[_0x4e640c(0x1cc)](){var _0x31c7f9=_0x4e640c;return _0x31c7f9(0x1d0);}static get[_0x4e640c(0x1d5)](){return!0x0;}static get[_0x4e640c(0x1d1)](){return!0x0;}}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* @module line-height/lineheightcommand
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { Command } from 'ckeditor5/src/core.js';
|
|
10
|
+
/**
|
|
11
|
+
* The line height command. It applies the line height on block elements.
|
|
12
|
+
*/
|
|
13
|
+
export declare class LineHeightCommand extends Command {
|
|
14
|
+
/**
|
|
15
|
+
* @inheritDoc
|
|
16
|
+
*/
|
|
17
|
+
refresh(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Executes the command.
|
|
20
|
+
*
|
|
21
|
+
* @param options.value The value to apply. When `undefined`, the command will remove the attribute.
|
|
22
|
+
*/
|
|
23
|
+
execute(options?: {
|
|
24
|
+
value?: string;
|
|
25
|
+
}): void;
|
|
26
|
+
}
|