@ckeditor/ckeditor5-ui 37.1.0 → 38.0.0-rc.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/lang/contexts.json +2 -1
- package/lang/translations/ar.po +5 -1
- package/lang/translations/ast.po +5 -1
- package/lang/translations/az.po +5 -1
- package/lang/translations/bg.po +5 -1
- package/lang/translations/bn.po +5 -1
- package/lang/translations/ca.po +5 -1
- package/lang/translations/cs.po +5 -1
- package/lang/translations/da.po +5 -1
- package/lang/translations/de-ch.po +5 -1
- package/lang/translations/de.po +5 -1
- package/lang/translations/el.po +5 -1
- package/lang/translations/en-au.po +6 -2
- package/lang/translations/en-gb.po +5 -1
- package/lang/translations/en.po +4 -0
- package/lang/translations/eo.po +5 -1
- package/lang/translations/es.po +5 -1
- package/lang/translations/et.po +5 -1
- package/lang/translations/eu.po +5 -1
- package/lang/translations/fa.po +5 -1
- package/lang/translations/fi.po +5 -1
- package/lang/translations/fr.po +5 -1
- package/lang/translations/gl.po +5 -1
- package/lang/translations/he.po +5 -1
- package/lang/translations/hi.po +5 -1
- package/lang/translations/hr.po +6 -2
- package/lang/translations/hu.po +5 -1
- package/lang/translations/id.po +5 -1
- package/lang/translations/it.po +5 -1
- package/lang/translations/ja.po +5 -1
- package/lang/translations/km.po +5 -1
- package/lang/translations/kn.po +5 -1
- package/lang/translations/ko.po +5 -1
- package/lang/translations/ku.po +5 -1
- package/lang/translations/lt.po +5 -1
- package/lang/translations/lv.po +5 -1
- package/lang/translations/ms.po +5 -1
- package/lang/translations/nb.po +5 -1
- package/lang/translations/ne.po +5 -1
- package/lang/translations/nl.po +5 -1
- package/lang/translations/no.po +5 -1
- package/lang/translations/pl.po +5 -1
- package/lang/translations/pt-br.po +5 -1
- package/lang/translations/pt.po +5 -1
- package/lang/translations/ro.po +5 -1
- package/lang/translations/ru.po +5 -1
- package/lang/translations/sk.po +5 -1
- package/lang/translations/sl.po +5 -1
- package/lang/translations/sq.po +5 -1
- package/lang/translations/sr-latn.po +5 -1
- package/lang/translations/sr.po +5 -1
- package/lang/translations/sv.po +5 -1
- package/lang/translations/th.po +5 -1
- package/lang/translations/tk.po +5 -1
- package/lang/translations/tr.po +5 -1
- package/lang/translations/tt.po +5 -1
- package/lang/translations/ug.po +5 -1
- package/lang/translations/uk.po +5 -1
- package/lang/translations/ur.po +5 -1
- package/lang/translations/uz.po +5 -1
- package/lang/translations/vi.po +5 -1
- package/lang/translations/zh-cn.po +5 -1
- package/lang/translations/zh.po +6 -2
- package/package.json +27 -22
- package/src/button/button.d.ts +24 -0
- package/src/button/buttonview.d.ts +24 -2
- package/src/button/buttonview.js +33 -10
- package/src/colorpicker/colorpickerview.d.ts +110 -0
- package/src/colorpicker/colorpickerview.js +250 -0
- package/src/colorpicker/utils.d.ts +35 -0
- package/src/colorpicker/utils.js +99 -0
- package/src/dropdown/button/splitbuttonview.d.ts +16 -0
- package/src/dropdown/dropdownpanelview.js +6 -1
- package/src/dropdown/utils.d.ts +2 -0
- package/src/dropdown/utils.js +2 -0
- package/src/editorui/editorui.d.ts +5 -0
- package/src/editorui/editorui.js +3 -0
- package/src/editorui/poweredby.d.ts +71 -0
- package/src/editorui/poweredby.js +285 -0
- package/src/index.d.ts +3 -0
- package/src/index.js +2 -0
- package/src/list/listitemview.js +2 -1
- package/src/list/listview.d.ts +6 -0
- package/src/list/listview.js +2 -0
- package/src/toolbar/block/blocktoolbar.js +3 -25
- package/src/toolbar/toolbarview.js +3 -1
- package/theme/components/colorpicker/colorpicker.css +24 -0
- package/theme/globals/_poweredby.css +67 -0
- package/theme/globals/globals.css +1 -0
- package/theme/icons/color-palette.svg +1 -0
- package/theme/icons/project-logo.svg +1 -0
package/lang/translations/ms.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Malay (https://
|
|
15
|
+
"Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
16
|
"Language: ms\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Bar alat sekat kandungan editor"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Bar alat kontekstual editor"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/nb.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Norwegian Bokmål (https://
|
|
15
|
+
"Language-Team: Norwegian Bokmål (https://app.transifex.com/ckeditor/teams/11143/nb/)\n"
|
|
16
16
|
"Language: nb\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/ne.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Nepali (Nepal) (https://
|
|
15
|
+
"Language-Team: Nepali (Nepal) (https://app.transifex.com/ckeditor/teams/11143/ne_NP/)\n"
|
|
16
16
|
"Language: ne_NP\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/nl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Dutch (https://
|
|
15
|
+
"Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
|
|
16
16
|
"Language: nl\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Inhoud werkbalk voor editorblok"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Contextuele werkbalk van editor"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/no.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Norwegian (https://
|
|
15
|
+
"Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
|
|
16
16
|
"Language: no\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Verktøylinje for blokkinnhold i redigeringsverktøy"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Verktøylinje for kontekst i redigeringsverktøy"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/pl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Polish (https://
|
|
15
|
+
"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
16
|
"Language: pl\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Pasek zadań treści blokowej edytora"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Kontekstowy pasek zadań edytora"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Portuguese (Brazil) (https://
|
|
15
|
+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
16
|
"Language: pt_BR\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Barra de ferramentas de bloco do Editor"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Barra de ferramentas contextuais do Editor"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/pt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Portuguese (https://
|
|
15
|
+
"Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
|
|
16
16
|
"Language: pt\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Barra de ferramentas de edição do conteúdo de blocos"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Barra de ferramentas contextual de edição"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/ro.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Romanian (https://
|
|
15
|
+
"Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
|
|
16
16
|
"Language: ro\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Bară de instrumente editor pentru blocuri de conținut"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Bară contextuală de instrumente editor"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/ru.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Russian (https://
|
|
15
|
+
"Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
|
|
16
16
|
"Language: ru\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Панель инструментов редактора"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Контекстуальная панель инструментов редактора"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/sk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Slovak (https://
|
|
15
|
+
"Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
|
|
16
16
|
"Language: sk\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Panel s nástrojmi obsahu bloku editora"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Kontextový panel nástrojov editora"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/sl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Slovenian (https://
|
|
15
|
+
"Language-Team: Slovenian (https://app.transifex.com/ckeditor/teams/11143/sl/)\n"
|
|
16
16
|
"Language: sl\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/sq.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Albanian (https://
|
|
15
|
+
"Language-Team: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
|
|
16
16
|
"Language: sq\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Serbian (Latin) (https://
|
|
15
|
+
"Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
|
|
16
16
|
"Language: sr@latin\n"
|
|
17
17
|
"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"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Traka sa alatkama za blokiranje sadržaja uređivača"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Kontekstualna traka sa alatkama Editor"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/sr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Serbian (https://
|
|
15
|
+
"Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
16
|
"Language: sr\n"
|
|
17
17
|
"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"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Трака са алаткама за блокирање садржај
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Контекстуална трака са алаткама Едитор"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/sv.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Swedish (https://
|
|
15
|
+
"Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
16
|
"Language: sv\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Verktygsfält vid block av innehåll"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Ordbehandlarens kontextuella verktygsfält"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/th.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Thai (https://
|
|
15
|
+
"Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
16
|
"Language: th\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "แถบเครื่องมือแก้ไขบล็อกเ
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "แถบเครื่องมือแก้ไขข้อความ"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/tk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkmen (https://
|
|
15
|
+
"Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
|
|
16
16
|
"Language: tk\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/tr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkish (https://
|
|
15
|
+
"Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
16
|
"Language: tr\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Düzenleyici engelleme içerik araç çubuğu"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Düzenleyici içeriksel araç çubuğu"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/tt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Tatar (https://
|
|
15
|
+
"Language-Team: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
|
|
16
16
|
"Language: tt\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/ug.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Uyghur (https://
|
|
15
|
+
"Language-Team: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
|
|
16
16
|
"Language: ug\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/uk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Ukrainian (https://
|
|
15
|
+
"Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
16
|
"Language: uk\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Панель інструментів вмісту блоку редак
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Контекстна панель інструментів редактора"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/ur.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Urdu (https://
|
|
15
|
+
"Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
16
|
"Language: ur\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/uz.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Uzbek (https://
|
|
15
|
+
"Language-Team: Uzbek (https://app.transifex.com/ckeditor/teams/11143/uz/)\n"
|
|
16
16
|
"Language: uz\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr ""
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/vi.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Vietnamese (https://
|
|
15
|
+
"Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
16
|
"Language: vi\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "Thanh công cụ chỉnh sửa khối nội dung"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "Thanh công cụ chỉnh sửa theo ngữ cảnh"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Chinese (China) (https://
|
|
15
|
+
"Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
16
|
"Language: zh_CN\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -111,3 +111,7 @@ msgstr "编辑器块内容工具栏"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "编辑器上下文工具栏"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/lang/translations/zh.po
CHANGED
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Chinese (Taiwan) (https://
|
|
15
|
+
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
16
|
"Language: zh_TW\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
19
19
|
msgctxt "Title of the CKEditor5 editor."
|
|
20
20
|
msgid "Rich Text Editor"
|
|
21
|
-
msgstr "
|
|
21
|
+
msgstr "富文本編輯器"
|
|
22
22
|
|
|
23
23
|
msgctxt "Accessible label of the specific editing area belonging to a container with an ARIA application role."
|
|
24
24
|
msgid "Editor editing area: %0"
|
|
@@ -111,3 +111,7 @@ msgstr "編輯器區塊內容工具列"
|
|
|
111
111
|
msgctxt "Accessible label of a balloon toolbar that shows up right next to the user selection (the caret)."
|
|
112
112
|
msgid "Editor contextual toolbar"
|
|
113
113
|
msgstr "編輯器關聯式工具列"
|
|
114
|
+
|
|
115
|
+
msgctxt "Label of an input field for typing colors in the HEX color format."
|
|
116
|
+
msgid "HEX"
|
|
117
|
+
msgstr ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "38.0.0-rc.0",
|
|
4
4
|
"description": "The UI framework and standard UI library of CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,29 +11,34 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ckeditor/ckeditor5-
|
|
15
|
-
"@ckeditor/ckeditor5-
|
|
16
|
-
"
|
|
14
|
+
"@ckeditor/ckeditor5-core": "^38.0.0-rc.0",
|
|
15
|
+
"@ckeditor/ckeditor5-utils": "^38.0.0-rc.0",
|
|
16
|
+
"color-convert": "2.0.1",
|
|
17
|
+
"color-parse": "1.4.2",
|
|
18
|
+
"lodash-es": "^4.17.15",
|
|
19
|
+
"vanilla-colorful": "0.7.2"
|
|
17
20
|
},
|
|
18
21
|
"devDependencies": {
|
|
19
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
|
20
|
-
"@ckeditor/ckeditor5-block-quote": "^
|
|
21
|
-
"@ckeditor/ckeditor5-editor-balloon": "^
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
23
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
24
|
-
"@ckeditor/ckeditor5-enter": "^
|
|
25
|
-
"@ckeditor/ckeditor5-essentials": "^
|
|
26
|
-
"@ckeditor/ckeditor5-
|
|
27
|
-
"@ckeditor/ckeditor5-
|
|
28
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
29
|
-
"@ckeditor/ckeditor5-
|
|
30
|
-
"@ckeditor/ckeditor5-
|
|
31
|
-
"@ckeditor/ckeditor5-
|
|
32
|
-
"@ckeditor/ckeditor5-
|
|
33
|
-
"@ckeditor/ckeditor5-
|
|
34
|
-
"@ckeditor/ckeditor5-
|
|
35
|
-
"@ckeditor/ckeditor5-
|
|
36
|
-
"@ckeditor/ckeditor5-
|
|
22
|
+
"@ckeditor/ckeditor5-basic-styles": "^38.0.0-rc.0",
|
|
23
|
+
"@ckeditor/ckeditor5-block-quote": "^38.0.0-rc.0",
|
|
24
|
+
"@ckeditor/ckeditor5-editor-balloon": "^38.0.0-rc.0",
|
|
25
|
+
"@ckeditor/ckeditor5-editor-classic": "^38.0.0-rc.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "^38.0.0-rc.0",
|
|
27
|
+
"@ckeditor/ckeditor5-enter": "^38.0.0-rc.0",
|
|
28
|
+
"@ckeditor/ckeditor5-essentials": "^38.0.0-rc.0",
|
|
29
|
+
"@ckeditor/ckeditor5-find-and-replace": "^38.0.0-rc.0",
|
|
30
|
+
"@ckeditor/ckeditor5-font": "^38.0.0-rc.0",
|
|
31
|
+
"@ckeditor/ckeditor5-heading": "^38.0.0-rc.0",
|
|
32
|
+
"@ckeditor/ckeditor5-horizontal-line": "^38.0.0-rc.0",
|
|
33
|
+
"@ckeditor/ckeditor5-image": "^38.0.0-rc.0",
|
|
34
|
+
"@ckeditor/ckeditor5-link": "^38.0.0-rc.0",
|
|
35
|
+
"@ckeditor/ckeditor5-list": "^38.0.0-rc.0",
|
|
36
|
+
"@ckeditor/ckeditor5-mention": "^38.0.0-rc.0",
|
|
37
|
+
"@ckeditor/ckeditor5-paragraph": "^38.0.0-rc.0",
|
|
38
|
+
"@ckeditor/ckeditor5-source-editing": "^38.0.0-rc.0",
|
|
39
|
+
"@ckeditor/ckeditor5-table": "^38.0.0-rc.0",
|
|
40
|
+
"@ckeditor/ckeditor5-typing": "^38.0.0-rc.0",
|
|
41
|
+
"@types/color-convert": "2.0.0",
|
|
37
42
|
"typescript": "^4.8.4",
|
|
38
43
|
"webpack": "^5.58.1",
|
|
39
44
|
"webpack-cli": "^4.9.0"
|
package/src/button/button.d.ts
CHANGED
|
@@ -135,6 +135,30 @@ export default interface Button {
|
|
|
135
135
|
* @observable
|
|
136
136
|
*/
|
|
137
137
|
class: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* (Optional) The ARIA property reflected by the `aria-checked` DOM attribute used by assistive technologies.
|
|
140
|
+
*
|
|
141
|
+
* @observable
|
|
142
|
+
*/
|
|
143
|
+
ariaChecked?: boolean | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* (Optional) The ARIA property reflected by the `aria-label` DOM attribute used by assistive technologies.
|
|
146
|
+
*
|
|
147
|
+
* @observable
|
|
148
|
+
*/
|
|
149
|
+
ariaLabel?: string | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* (Optional) The ARIA property reflected by the `aria-ariaLabelledBy` DOM attribute used by assistive technologies.
|
|
152
|
+
*
|
|
153
|
+
* @observable
|
|
154
|
+
*/
|
|
155
|
+
ariaLabelledBy?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* (Optional) The property reflected by the `role` DOM attribute to be used by assistive technologies.
|
|
158
|
+
*
|
|
159
|
+
* @observable
|
|
160
|
+
*/
|
|
161
|
+
role?: string | undefined;
|
|
138
162
|
/**
|
|
139
163
|
* (Optional) The value of the `style` attribute of the label.
|
|
140
164
|
*
|
|
@@ -109,6 +109,22 @@ export default class ButtonView extends View<HTMLButtonElement> implements Butto
|
|
|
109
109
|
* @inheritDoc
|
|
110
110
|
*/
|
|
111
111
|
withKeystroke: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* @inheritDoc
|
|
114
|
+
*/
|
|
115
|
+
role: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* @inheritDoc
|
|
118
|
+
*/
|
|
119
|
+
ariaChecked: boolean | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* @inheritDoc
|
|
122
|
+
*/
|
|
123
|
+
ariaLabel?: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* @inheritDoc
|
|
126
|
+
*/
|
|
127
|
+
ariaLabelledBy: string | undefined;
|
|
112
128
|
/**
|
|
113
129
|
* Tooltip of the button bound to the template.
|
|
114
130
|
*
|
|
@@ -118,6 +134,10 @@ export default class ButtonView extends View<HTMLButtonElement> implements Butto
|
|
|
118
134
|
* @observable
|
|
119
135
|
*/
|
|
120
136
|
_tooltipString: string;
|
|
137
|
+
/**
|
|
138
|
+
* Delayed focus function for focus handling in Safari.
|
|
139
|
+
*/
|
|
140
|
+
private _focusDelayed;
|
|
121
141
|
/**
|
|
122
142
|
* @inheritDoc
|
|
123
143
|
*/
|
|
@@ -130,10 +150,12 @@ export default class ButtonView extends View<HTMLButtonElement> implements Butto
|
|
|
130
150
|
* Focuses the {@link #element} of the button.
|
|
131
151
|
*/
|
|
132
152
|
focus(): void;
|
|
153
|
+
/**
|
|
154
|
+
* @inheritDoc
|
|
155
|
+
*/
|
|
156
|
+
destroy(): void;
|
|
133
157
|
/**
|
|
134
158
|
* Creates a label view instance and binds it with button attributes.
|
|
135
|
-
*
|
|
136
|
-
* @param ariaLabelUid The aria label UID.
|
|
137
159
|
*/
|
|
138
160
|
private _createLabelView;
|
|
139
161
|
/**
|