@ckeditor/ckeditor5-special-characters 34.2.0 → 35.0.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 +30 -0
- package/build/special-characters.js +1 -1
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -1
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -1
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +1039 -0
- package/lang/translations/bg.po +1041 -0
- package/lang/translations/bn.po +1037 -0
- package/lang/translations/ca.po +1037 -0
- package/lang/translations/da.po +1037 -0
- package/lang/translations/es.po +220 -220
- package/lang/translations/et.po +250 -250
- package/lang/translations/fi.po +1037 -0
- package/lang/translations/he.po +1037 -0
- package/lang/translations/hu.po +233 -233
- package/lang/translations/id.po +205 -205
- package/lang/translations/ja.po +254 -254
- package/lang/translations/ko.po +254 -254
- package/lang/translations/lt.po +1037 -0
- package/lang/translations/lv.po +254 -254
- package/lang/translations/ms.po +1037 -0
- package/lang/translations/nl.po +138 -136
- package/lang/translations/no.po +1039 -0
- package/lang/translations/pl.po +220 -220
- package/lang/translations/pt.po +1037 -0
- package/lang/translations/ro.po +1037 -0
- package/lang/translations/ru.po +253 -253
- package/lang/translations/sv.po +1037 -0
- package/lang/translations/th.po +1037 -0
- package/lang/translations/uk.po +1037 -0
- package/lang/translations/vi.po +1037 -0
- package/lang/translations/zh.po +242 -242
- package/package.json +13 -12
- package/src/ui/specialcharactersnavigationview.js +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-special-characters",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.0.0",
|
|
4
4
|
"description": "Special characters feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^
|
|
15
|
+
"ckeditor5": "^35.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-cloud-services": "^
|
|
19
|
-
"@ckeditor/ckeditor5-core": "^
|
|
18
|
+
"@ckeditor/ckeditor5-cloud-services": "^35.0.0",
|
|
19
|
+
"@ckeditor/ckeditor5-core": "^35.0.0",
|
|
20
20
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
21
|
-
"@ckeditor/ckeditor5-easy-image": "^
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
23
|
-
"@ckeditor/ckeditor5-image": "^
|
|
24
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
25
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
26
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
27
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
21
|
+
"@ckeditor/ckeditor5-easy-image": "^35.0.0",
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-image": "^35.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-typing": "^35.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-ui": "^35.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-utils": "^35.0.0",
|
|
28
28
|
"webpack": "^5.58.1",
|
|
29
29
|
"webpack-cli": "^4.9.0"
|
|
30
30
|
},
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"src",
|
|
47
47
|
"theme",
|
|
48
48
|
"build",
|
|
49
|
-
"ckeditor5-metadata.json"
|
|
49
|
+
"ckeditor5-metadata.json",
|
|
50
|
+
"CHANGELOG.md"
|
|
50
51
|
],
|
|
51
52
|
"scripts": {
|
|
52
53
|
"dll:build": "webpack"
|
|
@@ -59,6 +59,13 @@ export default class SpecialCharactersNavigationView extends FormHeaderView {
|
|
|
59
59
|
return this.groupDropdownView.value;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
+
/**
|
|
63
|
+
* Focuses the character categories dropdown.
|
|
64
|
+
*/
|
|
65
|
+
focus() {
|
|
66
|
+
this.groupDropdownView.focus();
|
|
67
|
+
}
|
|
68
|
+
|
|
62
69
|
/**
|
|
63
70
|
* Returns a dropdown that allows selecting character groups.
|
|
64
71
|
*
|