@ckeditor/ckeditor5-list 27.1.0 → 29.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +6 -2
  3. package/build/list.js +1 -1
  4. package/build/translations/ar.js +1 -0
  5. package/build/translations/ast.js +1 -0
  6. package/build/translations/az.js +1 -0
  7. package/build/translations/bg.js +1 -0
  8. package/build/translations/cs.js +1 -0
  9. package/build/translations/da.js +1 -0
  10. package/build/translations/de-ch.js +1 -0
  11. package/build/translations/de.js +1 -0
  12. package/build/translations/el.js +1 -0
  13. package/build/translations/en-au.js +1 -0
  14. package/build/translations/en-gb.js +1 -0
  15. package/build/translations/eo.js +1 -0
  16. package/build/translations/es.js +1 -0
  17. package/build/translations/et.js +1 -0
  18. package/build/translations/eu.js +1 -0
  19. package/build/translations/fa.js +1 -0
  20. package/build/translations/fi.js +1 -0
  21. package/build/translations/fr.js +1 -0
  22. package/build/translations/gl.js +1 -0
  23. package/build/translations/he.js +1 -0
  24. package/build/translations/hi.js +1 -0
  25. package/build/translations/hr.js +1 -0
  26. package/build/translations/hu.js +1 -0
  27. package/build/translations/id.js +1 -0
  28. package/build/translations/it.js +1 -0
  29. package/build/translations/ja.js +1 -0
  30. package/build/translations/km.js +1 -0
  31. package/build/translations/kn.js +1 -0
  32. package/build/translations/ko.js +1 -0
  33. package/build/translations/ku.js +1 -0
  34. package/build/translations/lt.js +1 -0
  35. package/build/translations/lv.js +1 -0
  36. package/build/translations/nb.js +1 -0
  37. package/build/translations/ne.js +1 -0
  38. package/build/translations/nl.js +1 -0
  39. package/build/translations/no.js +1 -0
  40. package/build/translations/pl.js +1 -0
  41. package/build/translations/pt-br.js +1 -0
  42. package/build/translations/pt.js +1 -0
  43. package/build/translations/ro.js +1 -0
  44. package/build/translations/ru.js +1 -0
  45. package/build/translations/si.js +1 -0
  46. package/build/translations/sk.js +1 -0
  47. package/build/translations/sq.js +1 -0
  48. package/build/translations/sr-latn.js +1 -0
  49. package/build/translations/sr.js +1 -0
  50. package/build/translations/sv.js +1 -0
  51. package/build/translations/tk.js +1 -0
  52. package/build/translations/tr.js +1 -0
  53. package/build/translations/ug.js +1 -0
  54. package/build/translations/uk.js +1 -0
  55. package/build/translations/vi.js +1 -0
  56. package/build/translations/zh-cn.js +1 -0
  57. package/build/translations/zh.js +1 -0
  58. package/ckeditor5-metadata.json +93 -0
  59. package/lang/translations/de-ch.po +109 -0
  60. package/lang/translations/hu.po +9 -9
  61. package/lang/translations/id.po +7 -7
  62. package/lang/translations/ro.po +20 -20
  63. package/package.json +28 -26
  64. package/src/index.js +9 -21
  65. package/src/liststyleediting.js +7 -0
  66. package/src/utils.js +1 -1
  67. package/build/list.js.map +0 -1
@@ -0,0 +1 @@
1
+ !function(e){const l=e.si=e.si||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"බුලටිත ලැයිස්තුව","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"අංකිත ලැයිස්තුව","Numbered list styles toolbar":"",Square:"","To-do List":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.sk=e.sk||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Zoznam s odrážkami","Bulleted list styles toolbar":"Panel zoznamu s odrážkami",Circle:"Kruh",Decimal:"Čísla","Decimal with leading zero":"Čísla s nulou na začiatku",Disc:"Plný kruh","Lower-latin":"Malé písmená","Lower–roman":"Malé rímske čísla","Numbered List":"Číslovaný zoznam","Numbered list styles toolbar":"Panel so štýlmi číslovaného zoznamu",Square:"Štvorec","To-do List":"To-do zoznam","Toggle the circle list style":"Prepnúť na zoznam s kruhovým označením","Toggle the decimal list style":"Prepnúť na číselný zoznam","Toggle the decimal with leading zero list style":"Prepnúť na číselný zoznam s nulou na začiatku","Toggle the disc list style":"Prepnúť na zoznam s označením plného kruhu","Toggle the lower–latin list style":"Prepnúť na zoznam s malými písmenami","Toggle the lower–roman list style":"Prepnúť na zoznam s malými rímskymi číslami","Toggle the square list style":"Prepnúť na zoznam so štvorcovým označením","Toggle the upper–latin list style":"Prepnúť na zoznam s veľkými písmenami","Toggle the upper–roman list style":"Prepnúť na zoznam s veľkými rímskymi číslami","Upper-latin":"Veľké písmená","Upper-roman":"Veľké rímske čísla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.sq=e.sq||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Listë me Pika","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"Listë me Numra","Numbered list styles toolbar":"",Square:"","To-do List":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i["sr-latn"]=i["sr-latn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Bulleted List":"Nabrajane liste","Bulleted list styles toolbar":"Traka sa alatkama za nabrajane liste",Circle:"Krug",Decimal:"Decimala","Decimal with leading zero":"Decimalni broj sa nulom na početku",Disc:"Disk","Lower-latin":"Donji - latinski","Lower–roman":"Donji - rimski","Numbered List":"Lista sa brojevima","Numbered list styles toolbar":"Traka sa altakama za liste sa brojevima",Square:"Kvadrat","To-do List":"Lista obaveza","Toggle the circle list style":"Uključite / isključite stil liste krugova","Toggle the decimal list style":"Uključi / isključi stil dekadne liste","Toggle the decimal with leading zero list style":"Prebaci decimalni znak sa vodećim stilom liste nula","Toggle the disc list style":"Uključite / isključite stil liste diskova","Toggle the lower–latin list style":"Uključite / isključite stil donje liste latinice","Toggle the lower–roman list style":"Uključite / isključite stil donje rimske liste","Toggle the square list style":"Uključite / isključite stil liste kvadrata","Toggle the upper–latin list style":"Uključite / isključite stil gornje liste latinice","Toggle the upper–roman list style":"Uključite / isključite stil gornje rimske liste","Upper-latin":"Gornji - latinski","Upper-roman":"Gornji - rimski"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.sr=e.sr||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Набрајане листе","Bulleted list styles toolbar":"Трака са алаткама за набрајане листе",Circle:"Круг",Decimal:"Децимала","Decimal with leading zero":"Децимала са нулом на почетку",Disc:"Диск","Lower-latin":"Доњи - латински","Lower–roman":"Доњи - римски","Numbered List":"Листа са бројевима","Numbered list styles toolbar":"Трака са алаткама за листе са бројевима",Square:"Квадрат","To-do List":"Листа обавеза","Toggle the circle list style":"Укључи / искључи стил листе кругова","Toggle the decimal list style":"Укључи / искључи стил декадне листе","Toggle the decimal with leading zero list style":"Пребаци децимални знак са водећим стилом листе нула","Toggle the disc list style":"Укључите / искључите стил листе дискова","Toggle the lower–latin list style":"Укључите / искључите стил доње листе латинице","Toggle the lower–roman list style":"Укључите/ искључите стил доње римске листе","Toggle the square list style":"Укључи / искључи стил листе квадрата","Toggle the upper–latin list style":"Укључите / искључите стил горње листе латинице","Toggle the upper–roman list style":"Укључите / искључите стил горње римске листе","Upper-latin":"Горњи - латински","Upper-roman":"Горњи - римски"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.sv=e.sv||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Punktlista","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"Numrerad lista","Numbered list styles toolbar":"",Square:"","To-do List":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.tk=e.tk||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Bullet sanawy","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"Sanly sanaw","Numbered list styles toolbar":"",Square:"","To-do List":"Edilmeli işleriň sanawy","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.tr=e.tr||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Simgeli Liste","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"Numaralı Liste","Numbered list styles toolbar":"",Square:"","To-do List":"Yapılacaklar Listesi","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.ug=e.ug||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"بەلگە تىزىملىك","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"نومۇرلۇق تىزىملىك","Numbered list styles toolbar":"",Square:"","To-do List":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.uk=e.uk||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Маркерний список","Bulleted list styles toolbar":"Панель маркерних списків",Circle:"Коло",Decimal:"Цифри","Decimal with leading zero":"Цифри із провідним нулем",Disc:"Круг","Lower-latin":"","Lower–roman":"","Numbered List":"Нумерований список","Numbered list styles toolbar":"Панель нумерованих списків",Square:"Квадрат","To-do List":"Список справ","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.vi=e.vi||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"Danh sách đánh ký hiệu","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"Danh sách đánh số","Numbered list styles toolbar":"",Square:"","To-do List":"Danh sách cần làm","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e["zh-cn"]=e["zh-cn"]||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"项目符号列表","Bulleted list styles toolbar":"项目符号列表样式工具条",Circle:"空心圆点",Decimal:"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字",Disc:"实心圆点","Lower-latin":"小写拉丁字母","Lower–roman":"小写罗马数字","Numbered List":"项目编号列表","Numbered list styles toolbar":"项目编号列表样式工具条",Square:"实心方块","To-do List":"待办列表","Toggle the circle list style":"切换空心原点列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the disc list style":"切换实心原点列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","Upper-latin":"大写拉丁字母","Upper-roman":"大写罗马数字"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const l=e.zh=e.zh||{};l.dictionary=Object.assign(l.dictionary||{},{"Bulleted List":"符號清單","Bulleted list styles toolbar":"",Circle:"",Decimal:"","Decimal with leading zero":"",Disc:"","Lower-latin":"","Lower–roman":"","Numbered List":"有序清單","Numbered list styles toolbar":"",Square:"","To-do List":"代辦清單","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"","Upper-latin":"","Upper-roman":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,93 @@
1
+ {
2
+ "plugins": [
3
+ {
4
+ "name": "List",
5
+ "className": "List",
6
+ "description": "Implements bulleted and numbered list features. Add the to-do list plugin to bring support for inserting interactive checkboxes.",
7
+ "docs": "features/lists/lists.html",
8
+ "path": "src/list.js",
9
+ "uiComponents": [
10
+ {
11
+ "type": "Button",
12
+ "name": "numberedList",
13
+ "iconPath": "theme/icons/numberedlist.svg"
14
+ },
15
+ {
16
+ "type": "Button",
17
+ "name": "bulletedList",
18
+ "iconPath": "theme/icons/bulletedlist.svg"
19
+ }
20
+ ],
21
+ "htmlOutput": [
22
+ {
23
+ "elements": [
24
+ "ol",
25
+ "ul"
26
+ ]
27
+ },
28
+ {
29
+ "elements": "li",
30
+ "implements": "$block"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "To-do list",
36
+ "className": "TodoList",
37
+ "description": "Allows for creating a list of interactive checkboxes with labels. It supports all features of regular lists so you can nest a to-do list together with bulleted and numbered lists in any combination.",
38
+ "docs": "features/lists/todo-lists.html",
39
+ "path": "src/todolist",
40
+ "uiComponents": [
41
+ {
42
+ "type": "Button",
43
+ "name": "todoList",
44
+ "iconPath": "theme/icons/todolist.svg"
45
+ }
46
+ ],
47
+ "htmlOutput": [
48
+ {
49
+ "elements": "ul",
50
+ "classes": "todo-list"
51
+ },
52
+ {
53
+ "elements": "li"
54
+ },
55
+ {
56
+ "elements": "label",
57
+ "classes": "todo-list__label"
58
+ },
59
+ {
60
+ "elements": "span",
61
+ "classes": "todo-list__label__description"
62
+ },
63
+ {
64
+ "elements": "input",
65
+ "attributes": [
66
+ "checked",
67
+ "disabled",
68
+ "type"
69
+ ]
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name": "List style",
75
+ "className": "ListStyle",
76
+ "description": "Enables styling the list item markers for both ordered and unordered lists. You can choose various types of numerals and letters or visual markers to use with these lists.",
77
+ "docs": "features/lists/lists.html#list-styles",
78
+ "path": "src/liststyle.js",
79
+ "requires": [
80
+ "List"
81
+ ],
82
+ "htmlOutput": [
83
+ {
84
+ "elements": [
85
+ "ol",
86
+ "ul"
87
+ ],
88
+ "styles": "list-style-type"
89
+ }
90
+ ]
91
+ }
92
+ ]
93
+ }
@@ -0,0 +1,109 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: German (Switzerland) (https://www.transifex.com/ckeditor/teams/11143/de_CH/)\n"
16
+ "Language: de_CH\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "Toolbar button tooltip for the Numbered List feature."
20
+ msgid "Numbered List"
21
+ msgstr "Nummerierte Liste"
22
+
23
+ msgctxt "Toolbar button tooltip for the Bulleted List feature."
24
+ msgid "Bulleted List"
25
+ msgstr "Aufzählungsliste"
26
+
27
+ msgctxt "Toolbar button tooltip for the To-do List feature."
28
+ msgid "To-do List"
29
+ msgstr "Aufgabenliste"
30
+
31
+ msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
+ msgid "Bulleted list styles toolbar"
33
+ msgstr "Darstellung der ungeordneten Liste"
34
+
35
+ msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
+ msgid "Numbered list styles toolbar"
37
+ msgstr "Darstellung der nummerierten Liste"
38
+
39
+ msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
+ msgid "Toggle the disc list style"
41
+ msgstr "Gefüllten Kreis einstellen"
42
+
43
+ msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
+ msgid "Toggle the circle list style"
45
+ msgstr "Leeren Kreis einstellen"
46
+
47
+ msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
+ msgid "Toggle the square list style"
49
+ msgstr "Quadrat einstellen"
50
+
51
+ msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
+ msgid "Toggle the decimal list style"
53
+ msgstr "Dezimalzahlen einstellen"
54
+
55
+ msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
+ msgid "Toggle the decimal with leading zero list style"
57
+ msgstr "Dezimalzahlen mit vorangestellten Nullen einstellen"
58
+
59
+ msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
+ msgid "Toggle the lower–roman list style"
61
+ msgstr "Kleingeschriebene römische Zahlen einstellen"
62
+
63
+ msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
+ msgid "Toggle the upper–roman list style"
65
+ msgstr "Grossgeschriebene römische Zahlen einstellen"
66
+
67
+ msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
+ msgid "Toggle the lower–latin list style"
69
+ msgstr "Kleingeschriebene lateinische Buchstaben einstellen"
70
+
71
+ msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
+ msgid "Toggle the upper–latin list style"
73
+ msgstr "Grossgeschriebene lateinische Buchstaben einstellen"
74
+
75
+ msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
+ msgid "Disc"
77
+ msgstr "Gefüllter Kreis"
78
+
79
+ msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
+ msgid "Circle"
81
+ msgstr "Leerer Kreis"
82
+
83
+ msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
+ msgid "Square"
85
+ msgstr "Quadrat"
86
+
87
+ msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
+ msgid "Decimal"
89
+ msgstr "Dezimalzahlen"
90
+
91
+ msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
+ msgid "Decimal with leading zero"
93
+ msgstr "Dezimalzahlen mit vorangestellten Nullen"
94
+
95
+ msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
+ msgid "Lower–roman"
97
+ msgstr "Kleingeschriebene römische Zahlen"
98
+
99
+ msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
+ msgid "Upper-roman"
101
+ msgstr "Grossgeschriebene römische Zahlen"
102
+
103
+ msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
+ msgid "Lower-latin"
105
+ msgstr "Kleingeschriebene lateinische Buchstaben"
106
+
107
+ msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
+ msgid "Upper-latin"
109
+ msgstr "Grossgeschriebene lateinische Buchstaben"
@@ -74,36 +74,36 @@ msgstr ""
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "Korong"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "Kör"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "Négyzet"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "Szám"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "Nullával kezdődő szám"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "Kisbetűs római szám"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "Nagybetűs római szám"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "Kisbetűs latin szám"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "Nagybetűs latin szám"
@@ -30,11 +30,11 @@ msgstr "Daftar untuk-dikerjakan"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "Bilah alat gaya daftar bullet"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "Bilah alat gaya daftar angka"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
@@ -74,23 +74,23 @@ msgstr ""
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "Disk"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "Lingkaran"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "Kotak"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "Desimal"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "Desimal dengan awalan nol"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
@@ -30,80 +30,80 @@ msgstr "Listă cu activități"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "Toolbar Listă cu puncte"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "Toolbar Listă numerotată"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "Comutați stilul la lista cu discuri"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "Comutați stilul la lista cu cercuri"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "Comutați stilul la lista cu pătrate"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "Comutați stilul la lista cu numere"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "Comutați stilul la lista cu numere cu zero la început"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "Comutați stilul la lista cu litere mici romane"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "Comutați stilul la lista cu litere mari romane"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "Comutați stilul la lista cu litere mici latine"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "Comutați stilul la lista cu litere mari latine"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "Disc"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "Cerc"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "Pătrat"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "Număr"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "Număr cu zero la început "
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "Litere mici romane"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "Litere mari romane"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "Litere mici latine"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "Litere mari latine"
package/package.json CHANGED
@@ -1,41 +1,42 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-list",
3
- "version": "27.1.0",
3
+ "version": "29.2.0",
4
4
  "description": "Ordered and unordered lists feature to CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
7
7
  "ckeditor5",
8
8
  "ckeditor 5",
9
9
  "ckeditor5-feature",
10
- "ckeditor5-plugin"
10
+ "ckeditor5-plugin",
11
+ "ckeditor5-dll"
11
12
  ],
12
13
  "main": "src/index.js",
13
14
  "dependencies": {
14
- "ckeditor5": "^27.1.0"
15
+ "ckeditor5": "^29.2.0"
15
16
  },
16
17
  "devDependencies": {
17
- "@ckeditor/ckeditor5-basic-styles": "^27.1.0",
18
- "@ckeditor/ckeditor5-block-quote": "^27.1.0",
19
- "@ckeditor/ckeditor5-clipboard": "^27.1.0",
20
- "@ckeditor/ckeditor5-core": "^27.1.0",
21
- "@ckeditor/ckeditor5-dev-utils": "^24.0.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^27.1.0",
23
- "@ckeditor/ckeditor5-engine": "^27.1.0",
24
- "@ckeditor/ckeditor5-enter": "^27.1.0",
25
- "@ckeditor/ckeditor5-essentials": "^27.1.0",
26
- "@ckeditor/ckeditor5-font": "^27.1.0",
27
- "@ckeditor/ckeditor5-heading": "^27.1.0",
28
- "@ckeditor/ckeditor5-highlight": "^27.1.0",
29
- "@ckeditor/ckeditor5-indent": "^27.1.0",
30
- "@ckeditor/ckeditor5-link": "^27.1.0",
31
- "@ckeditor/ckeditor5-paragraph": "^27.1.0",
32
- "@ckeditor/ckeditor5-remove-format": "^27.1.0",
33
- "@ckeditor/ckeditor5-table": "^27.1.0",
34
- "@ckeditor/ckeditor5-theme-lark": "^27.1.0",
35
- "@ckeditor/ckeditor5-typing": "^27.1.0",
36
- "@ckeditor/ckeditor5-ui": "^27.1.0",
37
- "@ckeditor/ckeditor5-undo": "^27.1.0",
38
- "@ckeditor/ckeditor5-utils": "^27.1.0",
18
+ "@ckeditor/ckeditor5-basic-styles": "^29.2.0",
19
+ "@ckeditor/ckeditor5-block-quote": "^29.2.0",
20
+ "@ckeditor/ckeditor5-clipboard": "^29.2.0",
21
+ "@ckeditor/ckeditor5-core": "^29.2.0",
22
+ "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
23
+ "@ckeditor/ckeditor5-editor-classic": "^29.2.0",
24
+ "@ckeditor/ckeditor5-engine": "^29.2.0",
25
+ "@ckeditor/ckeditor5-enter": "^29.2.0",
26
+ "@ckeditor/ckeditor5-essentials": "^29.2.0",
27
+ "@ckeditor/ckeditor5-font": "^29.2.0",
28
+ "@ckeditor/ckeditor5-heading": "^29.2.0",
29
+ "@ckeditor/ckeditor5-highlight": "^29.2.0",
30
+ "@ckeditor/ckeditor5-indent": "^29.2.0",
31
+ "@ckeditor/ckeditor5-link": "^29.2.0",
32
+ "@ckeditor/ckeditor5-paragraph": "^29.2.0",
33
+ "@ckeditor/ckeditor5-remove-format": "^29.2.0",
34
+ "@ckeditor/ckeditor5-table": "^29.2.0",
35
+ "@ckeditor/ckeditor5-theme-lark": "^29.2.0",
36
+ "@ckeditor/ckeditor5-typing": "^29.2.0",
37
+ "@ckeditor/ckeditor5-ui": "^29.2.0",
38
+ "@ckeditor/ckeditor5-undo": "^29.2.0",
39
+ "@ckeditor/ckeditor5-utils": "^29.2.0",
39
40
  "webpack": "^4.43.0",
40
41
  "webpack-cli": "^3.3.11"
41
42
  },
@@ -56,7 +57,8 @@
56
57
  "lang",
57
58
  "src",
58
59
  "theme",
59
- "build"
60
+ "build",
61
+ "ckeditor5-metadata.json"
60
62
  ],
61
63
  "scripts": {
62
64
  "dll:build": "webpack"
package/src/index.js CHANGED
@@ -7,24 +7,12 @@
7
7
  * @module list
8
8
  */
9
9
 
10
- import List from './list';
11
- import ListEditing from './listediting';
12
- import ListUI from './listui';
13
- import ListStyle from './liststyle';
14
- import ListStyleEditing from './liststyleediting';
15
- import ListStyleUI from './liststyleui';
16
- import TodoList from './todolist';
17
- import TodoListEditing from './todolistediting';
18
- import TodoListUI from './todolistui';
19
-
20
- export default {
21
- List,
22
- ListEditing,
23
- ListUI,
24
- ListStyle,
25
- ListStyleEditing,
26
- ListStyleUI,
27
- TodoList,
28
- TodoListEditing,
29
- TodoListUI
30
- };
10
+ export { default as List } from './list';
11
+ export { default as ListEditing } from './listediting';
12
+ export { default as ListUI } from './listui';
13
+ export { default as ListStyle } from './liststyle';
14
+ export { default as ListStyleEditing } from './liststyleediting';
15
+ export { default as ListStyleUI } from './liststyleui';
16
+ export { default as TodoList } from './todolist';
17
+ export { default as TodoListEditing } from './todolistediting';
18
+ export { default as TodoListUI } from './todolistui';
@@ -212,6 +212,13 @@ function upcastListItemStyle() {
212
212
  return dispatcher => {
213
213
  dispatcher.on( 'element:li', ( evt, data, conversionApi ) => {
214
214
  const listParent = data.viewItem.parent;
215
+
216
+ // It may happen that the native spell checker fixes a word inside a list item.
217
+ // When the children mutation is fired, the `<li>` does not have the parent element. See: #9325.
218
+ if ( !listParent ) {
219
+ return;
220
+ }
221
+
215
222
  const listStyle = listParent.getStyle( 'list-style-type' ) || DEFAULT_LIST_TYPE;
216
223
  const listItem = data.modelRange.start.nodeAfter || data.modelRange.end.nodeBefore;
217
224
 
package/src/utils.js CHANGED
@@ -240,7 +240,7 @@ export function getSiblingListItem( modelItem, options ) {
240
240
  * @private
241
241
  * @param {module:core/editor/editor~Editor} editor The editor instance to which the UI component will be added.
242
242
  * @param {String} commandName The name of the command.
243
- * @param {Object} label The button label.
243
+ * @param {String} label The button label.
244
244
  * @param {String} icon The source of the icon.
245
245
  */
246
246
  export function createUIComponent( editor, commandName, label, icon ) {