@ckeditor/ckeditor5-image 35.1.0 → 35.2.1
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/build/translations/et.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const e=i.et=i.et||{};e.dictionary=Object.assign(e.dictionary||{},{"Break text":"Murra teksti","Caption for image: %0":"Pildi pealkiri: %0","Caption for the image":"Pildi pealkiri","Centered image":"Keskele joondatud pilt","Change image text alternative":"Muuda pildi asenduskirjeldust","Enter image caption":"Sisesta pildi pealkiri","Full size image":"Täissuuruses pilt","Image resize list":"Pildi suuruse muutmise loend","Image toolbar":"Piltide tööriistariba","image widget":"pildi vidin","In line":"Joone sees",Insert:"Sisesta","Insert image":"
|
|
1
|
+
!function(i){const e=i.et=i.et||{};e.dictionary=Object.assign(e.dictionary||{},{"Break text":"Murra teksti","Caption for image: %0":"Pildi pealkiri: %0","Caption for the image":"Pildi pealkiri","Centered image":"Keskele joondatud pilt","Change image text alternative":"Muuda pildi asenduskirjeldust","Enter image caption":"Sisesta pildi pealkiri","Full size image":"Täissuuruses pilt","Image resize list":"Pildi suuruse muutmise loend","Image toolbar":"Piltide tööriistariba","image widget":"pildi vidin","In line":"Joone sees",Insert:"Sisesta","Insert image":"Sisesta pilt","Insert image via URL":"Sisesta pilt läbi URL-i","Left aligned image":"Vasakule joondatud pilt",Original:"Algne","Resize image":"Muuda pildi suurust","Resize image to %0":"Muuda pilt suurusesse %0","Resize image to the original size":"Muuda pilt algsuurusesse","Right aligned image":"Paremale joondatud pilt","Side image":"Pilt küljel","Text alternative":"Asenduskirjeldus",Update:"Uuenda","Update image URL":"Uuenda pildi URL-i","Upload failed":"Üleslaadimine ebaõnnestus","Wrap text":"Murra teksti ridu"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/translations/et.po
CHANGED
|
@@ -66,7 +66,7 @@ msgstr "Sisesta pildi pealkiri"
|
|
|
66
66
|
|
|
67
67
|
msgctxt "The label for the insert image toolbar button."
|
|
68
68
|
msgid "Insert image"
|
|
69
|
-
msgstr "
|
|
69
|
+
msgstr "Sisesta pilt"
|
|
70
70
|
|
|
71
71
|
msgctxt "The title of the notification displayed when upload fails."
|
|
72
72
|
msgid "Upload failed"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-image",
|
|
3
|
-
"version": "35.1
|
|
3
|
+
"version": "35.2.1",
|
|
4
4
|
"description": "Image feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,40 +12,40 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-ui": "^35.1
|
|
16
|
-
"ckeditor5": "^35.1
|
|
15
|
+
"@ckeditor/ckeditor5-ui": "^35.2.1",
|
|
16
|
+
"ckeditor5": "^35.2.1",
|
|
17
17
|
"lodash-es": "^4.17.15"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@ckeditor/ckeditor5-adapter-ckfinder": "^35.1
|
|
21
|
-
"@ckeditor/ckeditor5-autoformat": "^35.1
|
|
22
|
-
"@ckeditor/ckeditor5-basic-styles": "^35.1
|
|
23
|
-
"@ckeditor/ckeditor5-block-quote": "^35.1
|
|
24
|
-
"@ckeditor/ckeditor5-ckfinder": "^35.1
|
|
25
|
-
"@ckeditor/ckeditor5-clipboard": "^35.1
|
|
26
|
-
"@ckeditor/ckeditor5-cloud-services": "^35.1
|
|
27
|
-
"@ckeditor/ckeditor5-core": "^35.1
|
|
28
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
29
|
-
"@ckeditor/ckeditor5-easy-image": "^35.1
|
|
30
|
-
"@ckeditor/ckeditor5-editor-classic": "^35.1
|
|
31
|
-
"@ckeditor/ckeditor5-engine": "^35.1
|
|
32
|
-
"@ckeditor/ckeditor5-enter": "^35.1
|
|
33
|
-
"@ckeditor/ckeditor5-essentials": "^35.1
|
|
34
|
-
"@ckeditor/ckeditor5-heading": "^35.1
|
|
35
|
-
"@ckeditor/ckeditor5-html-embed": "^35.1
|
|
36
|
-
"@ckeditor/ckeditor5-indent": "^35.1
|
|
37
|
-
"@ckeditor/ckeditor5-link": "^35.1
|
|
38
|
-
"@ckeditor/ckeditor5-list": "^35.1
|
|
39
|
-
"@ckeditor/ckeditor5-media-embed": "^35.1
|
|
40
|
-
"@ckeditor/ckeditor5-paragraph": "^35.1
|
|
41
|
-
"@ckeditor/ckeditor5-table": "^35.1
|
|
42
|
-
"@ckeditor/ckeditor5-theme-lark": "^35.1
|
|
43
|
-
"@ckeditor/ckeditor5-typing": "^35.1
|
|
44
|
-
"@ckeditor/ckeditor5-undo": "^35.1
|
|
45
|
-
"@ckeditor/ckeditor5-upload": "^35.1
|
|
46
|
-
"@ckeditor/ckeditor5-utils": "^35.1
|
|
47
|
-
"@ckeditor/ckeditor5-watchdog": "^35.1
|
|
48
|
-
"@ckeditor/ckeditor5-widget": "^35.1
|
|
20
|
+
"@ckeditor/ckeditor5-adapter-ckfinder": "^35.2.1",
|
|
21
|
+
"@ckeditor/ckeditor5-autoformat": "^35.2.1",
|
|
22
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.2.1",
|
|
23
|
+
"@ckeditor/ckeditor5-block-quote": "^35.2.1",
|
|
24
|
+
"@ckeditor/ckeditor5-ckfinder": "^35.2.1",
|
|
25
|
+
"@ckeditor/ckeditor5-clipboard": "^35.2.1",
|
|
26
|
+
"@ckeditor/ckeditor5-cloud-services": "^35.2.1",
|
|
27
|
+
"@ckeditor/ckeditor5-core": "^35.2.1",
|
|
28
|
+
"@ckeditor/ckeditor5-dev-utils": "^31.0.0",
|
|
29
|
+
"@ckeditor/ckeditor5-easy-image": "^35.2.1",
|
|
30
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.2.1",
|
|
31
|
+
"@ckeditor/ckeditor5-engine": "^35.2.1",
|
|
32
|
+
"@ckeditor/ckeditor5-enter": "^35.2.1",
|
|
33
|
+
"@ckeditor/ckeditor5-essentials": "^35.2.1",
|
|
34
|
+
"@ckeditor/ckeditor5-heading": "^35.2.1",
|
|
35
|
+
"@ckeditor/ckeditor5-html-embed": "^35.2.1",
|
|
36
|
+
"@ckeditor/ckeditor5-indent": "^35.2.1",
|
|
37
|
+
"@ckeditor/ckeditor5-link": "^35.2.1",
|
|
38
|
+
"@ckeditor/ckeditor5-list": "^35.2.1",
|
|
39
|
+
"@ckeditor/ckeditor5-media-embed": "^35.2.1",
|
|
40
|
+
"@ckeditor/ckeditor5-paragraph": "^35.2.1",
|
|
41
|
+
"@ckeditor/ckeditor5-table": "^35.2.1",
|
|
42
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.2.1",
|
|
43
|
+
"@ckeditor/ckeditor5-typing": "^35.2.1",
|
|
44
|
+
"@ckeditor/ckeditor5-undo": "^35.2.1",
|
|
45
|
+
"@ckeditor/ckeditor5-upload": "^35.2.1",
|
|
46
|
+
"@ckeditor/ckeditor5-utils": "^35.2.1",
|
|
47
|
+
"@ckeditor/ckeditor5-watchdog": "^35.2.1",
|
|
48
|
+
"@ckeditor/ckeditor5-widget": "^35.2.1",
|
|
49
49
|
"webpack": "^5.58.1",
|
|
50
50
|
"webpack-cli": "^4.9.0"
|
|
51
51
|
},
|
|
@@ -122,7 +122,7 @@ export default class ImageInsertUI extends Plugin {
|
|
|
122
122
|
|
|
123
123
|
// Defer the children injection to improve initial performance.
|
|
124
124
|
// See https://github.com/ckeditor/ckeditor5/pull/8019#discussion_r484069652.
|
|
125
|
-
dropdownView.
|
|
125
|
+
dropdownView.once( 'change:isOpen', () => {
|
|
126
126
|
panelView.children.add( imageInsertView );
|
|
127
127
|
} );
|
|
128
128
|
|