@ckeditor/ckeditor5-ui 32.0.0 → 34.1.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/LICENSE.md +2 -2
- package/README.md +2 -1
- package/lang/translations/el.po +22 -22
- package/lang/translations/fi.po +3 -3
- package/lang/translations/ur.po +105 -0
- package/package.json +19 -19
- package/src/dropdown/utils.js +1 -1
- package/src/input/inputview.js +2 -2
- package/src/inputnumber/inputnumberview.js +1 -1
- package/src/panel/balloon/balloonpanelview.js +1 -1
- package/theme/globals/_reset.css +1 -1
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 UI framework** – https://github.com/ckeditor/ckeditor5-ui <br>
|
|
5
|
-
Copyright (c) 2003-2022, [CKSource
|
|
5
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
|
14
14
|
Trademarks
|
|
15
15
|
----------
|
|
16
16
|
|
|
17
|
-
**CKEditor** is a trademark of [CKSource
|
|
17
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@ CKEditor 5 UI framework
|
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-ui)
|
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
-
[](https://travis-ci.com/ckeditor/ckeditor5)
|
|
6
|
+
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
|
+

|
|
7
8
|
|
|
8
9
|
This package implements a simple UI framework and CKEditor 5's standard UI library.
|
|
9
10
|
|
package/lang/translations/el.po
CHANGED
|
@@ -18,88 +18,88 @@ msgstr ""
|
|
|
18
18
|
|
|
19
19
|
msgctxt "Title of the CKEditor5 editor."
|
|
20
20
|
msgid "Rich Text Editor, %0"
|
|
21
|
-
msgstr "Επεξεργαστής
|
|
21
|
+
msgstr "Επεξεργαστής εμπλουτισμένου κειμένου, %0"
|
|
22
22
|
|
|
23
23
|
msgctxt "Title of the CKEditor5 editor."
|
|
24
24
|
msgid "Rich Text Editor"
|
|
25
|
-
msgstr "Επεξεργαστής
|
|
25
|
+
msgstr "Επεξεργαστής εμπλουτισμένου κειμένου"
|
|
26
26
|
|
|
27
27
|
msgctxt "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)"
|
|
28
28
|
msgid "Edit block"
|
|
29
|
-
msgstr ""
|
|
29
|
+
msgstr "Επεξεργασία τμήματος"
|
|
30
30
|
|
|
31
31
|
msgctxt "Label for a button showing the next thing (tab, page, etc.)."
|
|
32
32
|
msgid "Next"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Επόμενο"
|
|
34
34
|
|
|
35
35
|
msgctxt "Label for a button showing the previous thing (tab, page, etc.)."
|
|
36
36
|
msgid "Previous"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Προηγούμενο"
|
|
38
38
|
|
|
39
39
|
msgctxt "Label used by assistive technologies describing a generic editor toolbar."
|
|
40
40
|
msgid "Editor toolbar"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Γραμμή εργαλείων επεξεργαστή"
|
|
42
42
|
|
|
43
43
|
msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
|
|
44
44
|
msgid "Dropdown toolbar"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Γραμμή εργαλείων αναδυόμενου μενού"
|
|
46
46
|
|
|
47
47
|
msgctxt "Label of a button that applies a black color in color pickers."
|
|
48
48
|
msgid "Black"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "Μαύρο"
|
|
50
50
|
|
|
51
51
|
msgctxt "Label of a button that applies a dim grey color in color pickers."
|
|
52
52
|
msgid "Dim grey"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "Θολό γκρι"
|
|
54
54
|
|
|
55
55
|
msgctxt "Label of a button that applies a grey color in color pickers."
|
|
56
56
|
msgid "Grey"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Γκρι"
|
|
58
58
|
|
|
59
59
|
msgctxt "Label of a button that applies a light grey color in color pickers."
|
|
60
60
|
msgid "Light grey"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Φωτινό γκρι"
|
|
62
62
|
|
|
63
63
|
msgctxt "Label of a button that applies a white color in color pickers."
|
|
64
64
|
msgid "White"
|
|
65
|
-
msgstr ""
|
|
65
|
+
msgstr "Λευκό"
|
|
66
66
|
|
|
67
67
|
msgctxt "Label of a button that applies a red color in color pickers."
|
|
68
68
|
msgid "Red"
|
|
69
|
-
msgstr ""
|
|
69
|
+
msgstr "Κόκκινο"
|
|
70
70
|
|
|
71
71
|
msgctxt "Label of a button that applies a orange color in color pickers."
|
|
72
72
|
msgid "Orange"
|
|
73
|
-
msgstr ""
|
|
73
|
+
msgstr "Πορτοκαλί"
|
|
74
74
|
|
|
75
75
|
msgctxt "Label of a button that applies a yellow color in color pickers."
|
|
76
76
|
msgid "Yellow"
|
|
77
|
-
msgstr ""
|
|
77
|
+
msgstr "Κίτρινο"
|
|
78
78
|
|
|
79
79
|
msgctxt "Label of a button that applies a light green color in color pickers."
|
|
80
80
|
msgid "Light green"
|
|
81
|
-
msgstr ""
|
|
81
|
+
msgstr "Φωτινό πράσινο"
|
|
82
82
|
|
|
83
83
|
msgctxt "Label of a button that applies a green color in color pickers."
|
|
84
84
|
msgid "Green"
|
|
85
|
-
msgstr ""
|
|
85
|
+
msgstr "Πράσινο"
|
|
86
86
|
|
|
87
87
|
msgctxt "Label of a button that applies a aquamarine color in color pickers."
|
|
88
88
|
msgid "Aquamarine"
|
|
89
|
-
msgstr ""
|
|
89
|
+
msgstr "Ακουαμαρίνα"
|
|
90
90
|
|
|
91
91
|
msgctxt "Label of a button that applies a turquoise color in color pickers."
|
|
92
92
|
msgid "Turquoise"
|
|
93
|
-
msgstr ""
|
|
93
|
+
msgstr "Τιρκουάζ"
|
|
94
94
|
|
|
95
95
|
msgctxt "Label of a button that applies a light blue color in color pickers."
|
|
96
96
|
msgid "Light blue"
|
|
97
|
-
msgstr ""
|
|
97
|
+
msgstr "Φωτινό μπλε"
|
|
98
98
|
|
|
99
99
|
msgctxt "Label of a button that applies a blue color in color pickers."
|
|
100
100
|
msgid "Blue"
|
|
101
|
-
msgstr ""
|
|
101
|
+
msgstr "Μπλε"
|
|
102
102
|
|
|
103
103
|
msgctxt "Label of a button that applies a purple color in color pickers."
|
|
104
104
|
msgid "Purple"
|
|
105
|
-
msgstr ""
|
|
105
|
+
msgstr "Πορφυρό"
|
package/lang/translations/fi.po
CHANGED
|
@@ -30,15 +30,15 @@ msgstr "Muokkaa lohkoa"
|
|
|
30
30
|
|
|
31
31
|
msgctxt "Label for a button showing the next thing (tab, page, etc.)."
|
|
32
32
|
msgid "Next"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Seuraava"
|
|
34
34
|
|
|
35
35
|
msgctxt "Label for a button showing the previous thing (tab, page, etc.)."
|
|
36
36
|
msgid "Previous"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Edellinen"
|
|
38
38
|
|
|
39
39
|
msgctxt "Label used by assistive technologies describing a generic editor toolbar."
|
|
40
40
|
msgid "Editor toolbar"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Editorin työkalupalkki"
|
|
42
42
|
|
|
43
43
|
msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
|
|
44
44
|
msgid "Dropdown toolbar"
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "Title of the CKEditor5 editor."
|
|
20
|
+
msgid "Rich Text Editor, %0"
|
|
21
|
+
msgstr ""
|
|
22
|
+
|
|
23
|
+
msgctxt "Title of the CKEditor5 editor."
|
|
24
|
+
msgid "Rich Text Editor"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)"
|
|
28
|
+
msgid "Edit block"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for a button showing the next thing (tab, page, etc.)."
|
|
32
|
+
msgid "Next"
|
|
33
|
+
msgstr "اگلا"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label for a button showing the previous thing (tab, page, etc.)."
|
|
36
|
+
msgid "Previous"
|
|
37
|
+
msgstr "پچھلا"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label used by assistive technologies describing a generic editor toolbar."
|
|
40
|
+
msgid "Editor toolbar"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
|
|
44
|
+
msgid "Dropdown toolbar"
|
|
45
|
+
msgstr "آلہ جات برائے فہرست "
|
|
46
|
+
|
|
47
|
+
msgctxt "Label of a button that applies a black color in color pickers."
|
|
48
|
+
msgid "Black"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
msgctxt "Label of a button that applies a dim grey color in color pickers."
|
|
52
|
+
msgid "Dim grey"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
msgctxt "Label of a button that applies a grey color in color pickers."
|
|
56
|
+
msgid "Grey"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
msgctxt "Label of a button that applies a light grey color in color pickers."
|
|
60
|
+
msgid "Light grey"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
msgctxt "Label of a button that applies a white color in color pickers."
|
|
64
|
+
msgid "White"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
msgctxt "Label of a button that applies a red color in color pickers."
|
|
68
|
+
msgid "Red"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
msgctxt "Label of a button that applies a orange color in color pickers."
|
|
72
|
+
msgid "Orange"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
msgctxt "Label of a button that applies a yellow color in color pickers."
|
|
76
|
+
msgid "Yellow"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
msgctxt "Label of a button that applies a light green color in color pickers."
|
|
80
|
+
msgid "Light green"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
msgctxt "Label of a button that applies a green color in color pickers."
|
|
84
|
+
msgid "Green"
|
|
85
|
+
msgstr ""
|
|
86
|
+
|
|
87
|
+
msgctxt "Label of a button that applies a aquamarine color in color pickers."
|
|
88
|
+
msgid "Aquamarine"
|
|
89
|
+
msgstr ""
|
|
90
|
+
|
|
91
|
+
msgctxt "Label of a button that applies a turquoise color in color pickers."
|
|
92
|
+
msgid "Turquoise"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
msgctxt "Label of a button that applies a light blue color in color pickers."
|
|
96
|
+
msgid "Light blue"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
99
|
+
msgctxt "Label of a button that applies a blue color in color pickers."
|
|
100
|
+
msgid "Blue"
|
|
101
|
+
msgstr ""
|
|
102
|
+
|
|
103
|
+
msgctxt "Label of a button that applies a purple color in color pickers."
|
|
104
|
+
msgid "Purple"
|
|
105
|
+
msgstr ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.1.0",
|
|
4
4
|
"description": "The UI framework and standard UI library of CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,27 +11,27 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
15
|
-
"@ckeditor/ckeditor5-core": "^
|
|
14
|
+
"@ckeditor/ckeditor5-utils": "^34.1.0",
|
|
15
|
+
"@ckeditor/ckeditor5-core": "^34.1.0",
|
|
16
16
|
"lodash-es": "^4.17.15"
|
|
17
17
|
},
|
|
18
18
|
"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-heading": "^
|
|
27
|
-
"@ckeditor/ckeditor5-image": "^
|
|
28
|
-
"@ckeditor/ckeditor5-link": "^
|
|
29
|
-
"@ckeditor/ckeditor5-list": "^
|
|
30
|
-
"@ckeditor/ckeditor5-mention": "^
|
|
31
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
32
|
-
"@ckeditor/ckeditor5-horizontal-line": "^
|
|
33
|
-
"@ckeditor/ckeditor5-table": "^
|
|
34
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
19
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.1.0",
|
|
20
|
+
"@ckeditor/ckeditor5-block-quote": "^34.1.0",
|
|
21
|
+
"@ckeditor/ckeditor5-editor-balloon": "^34.1.0",
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^34.1.0",
|
|
23
|
+
"@ckeditor/ckeditor5-engine": "^34.1.0",
|
|
24
|
+
"@ckeditor/ckeditor5-enter": "^34.1.0",
|
|
25
|
+
"@ckeditor/ckeditor5-essentials": "^34.1.0",
|
|
26
|
+
"@ckeditor/ckeditor5-heading": "^34.1.0",
|
|
27
|
+
"@ckeditor/ckeditor5-image": "^34.1.0",
|
|
28
|
+
"@ckeditor/ckeditor5-link": "^34.1.0",
|
|
29
|
+
"@ckeditor/ckeditor5-list": "^34.1.0",
|
|
30
|
+
"@ckeditor/ckeditor5-mention": "^34.1.0",
|
|
31
|
+
"@ckeditor/ckeditor5-paragraph": "^34.1.0",
|
|
32
|
+
"@ckeditor/ckeditor5-horizontal-line": "^34.1.0",
|
|
33
|
+
"@ckeditor/ckeditor5-table": "^34.1.0",
|
|
34
|
+
"@ckeditor/ckeditor5-typing": "^34.1.0"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=14.0.0",
|
package/src/dropdown/utils.js
CHANGED
|
@@ -49,7 +49,7 @@ import '../../theme/components/dropdown/listdropdown.css';
|
|
|
49
49
|
* {@link module:ui/dropdown/button/dropdownbutton~DropdownButton} interface). For instance, you can use
|
|
50
50
|
* {@link module:ui/dropdown/button/splitbuttonview~SplitButtonView} to create a dropdown with a split button.
|
|
51
51
|
*
|
|
52
|
-
* const dropdown = createDropdown(
|
|
52
|
+
* const dropdown = createDropdown( locale, SplitButtonView );
|
|
53
53
|
*
|
|
54
54
|
* // Configure dropdown's button properties:
|
|
55
55
|
* dropdown.buttonView.set( {
|
package/src/input/inputview.js
CHANGED
|
@@ -67,7 +67,7 @@ export default class InputView extends View {
|
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* The `id` of the element describing this field, e.g. when it has
|
|
70
|
-
* some error
|
|
70
|
+
* some error; it helps screen readers read the error text.
|
|
71
71
|
*
|
|
72
72
|
* @observable
|
|
73
73
|
* @member {Boolean} #ariaDescribedById
|
|
@@ -106,7 +106,7 @@ export default class InputView extends View {
|
|
|
106
106
|
this.set( 'isEmpty', true );
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
|
-
* Corresponds to the `inputmode` DOM attribute. Can be `text`, `numeric`, `decimal`, etc
|
|
109
|
+
* Corresponds to the `inputmode` DOM attribute. Can be `text`, `numeric`, `decimal`, etc.
|
|
110
110
|
*
|
|
111
111
|
* @observable
|
|
112
112
|
* @member {Boolean} #inputMode
|
|
@@ -19,7 +19,7 @@ export default class InputNumberView extends InputView {
|
|
|
19
19
|
* Creates an instance of the input number view.
|
|
20
20
|
*
|
|
21
21
|
* @param {module:utils/locale~Locale} locale The {@link module:core/editor/editor~Editor#locale} instance.
|
|
22
|
-
* @param {Object} [options]
|
|
22
|
+
* @param {Object} [options] The options of the input.
|
|
23
23
|
* @param {Number} [options.min] The value of the `min` DOM attribute (the lowest accepted value).
|
|
24
24
|
* @param {Number} [options.max] The value of the `max` DOM attribute (the highest accepted value).
|
|
25
25
|
* @param {Number} [options.step] The value of the `step` DOM attribute.
|