jodit 4.2.24 → 4.2.25

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 (71) hide show
  1. package/CHANGELOG.md +9 -5
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +73 -21
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/debug/debug.js +1 -1
  7. package/es2015/plugins/debug/debug.min.js +1 -1
  8. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.js +33 -7
  10. package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
  11. package/es2018/jodit.css +1 -1
  12. package/es2018/jodit.fat.min.js +2 -2
  13. package/es2018/jodit.js +73 -21
  14. package/es2018/jodit.min.js +2 -2
  15. package/es2018/plugins/debug/debug.js +1 -1
  16. package/es2018/plugins/debug/debug.min.js +1 -1
  17. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  18. package/es2018/plugins/speech-recognize/speech-recognize.js +33 -7
  19. package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
  20. package/es2021/jodit.css +1 -1
  21. package/es2021/jodit.fat.min.js +2 -2
  22. package/es2021/jodit.js +73 -21
  23. package/es2021/jodit.min.js +2 -2
  24. package/es2021/plugins/debug/debug.js +1 -1
  25. package/es2021/plugins/debug/debug.min.js +1 -1
  26. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  27. package/es2021/plugins/speech-recognize/speech-recognize.js +33 -7
  28. package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
  29. package/es2021.en/jodit.css +1 -1
  30. package/es2021.en/jodit.fat.min.js +2 -2
  31. package/es2021.en/jodit.js +8 -2
  32. package/es2021.en/jodit.min.js +2 -2
  33. package/es2021.en/plugins/debug/debug.js +1 -1
  34. package/es2021.en/plugins/debug/debug.min.js +1 -1
  35. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  36. package/es2021.en/plugins/speech-recognize/speech-recognize.js +3 -1
  37. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
  38. package/es5/jodit.css +2 -2
  39. package/es5/jodit.fat.min.js +2 -2
  40. package/es5/jodit.js +73 -21
  41. package/es5/jodit.min.css +2 -2
  42. package/es5/jodit.min.js +2 -2
  43. package/es5/plugins/debug/debug.js +1 -1
  44. package/es5/plugins/debug/debug.min.js +1 -1
  45. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  46. package/es5/plugins/speech-recognize/speech-recognize.js +33 -7
  47. package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
  48. package/esm/core/constants.js +1 -1
  49. package/esm/langs/ua.d.ts +212 -0
  50. package/esm/langs/ua.js +225 -0
  51. package/esm/languages.js +2 -0
  52. package/esm/plugins/line-height/langs/index.d.ts +2 -1
  53. package/esm/plugins/line-height/langs/index.js +2 -1
  54. package/esm/plugins/line-height/langs/ua.d.ts +4 -0
  55. package/esm/plugins/line-height/langs/ua.js +9 -0
  56. package/esm/plugins/speech-recognize/langs/index.d.ts +2 -1
  57. package/esm/plugins/speech-recognize/langs/index.js +2 -1
  58. package/esm/plugins/speech-recognize/langs/ua.d.ts +9 -0
  59. package/esm/plugins/speech-recognize/langs/ua.js +14 -0
  60. package/esm/plugins/spellcheck/langs/index.d.ts +2 -1
  61. package/esm/plugins/spellcheck/langs/index.js +2 -1
  62. package/esm/plugins/spellcheck/langs/ua.d.ts +1 -0
  63. package/esm/plugins/spellcheck/langs/ua.js +9 -0
  64. package/package.json +1 -1
  65. package/types/langs/ua.d.ts +212 -0
  66. package/types/plugins/line-height/langs/index.d.ts +2 -1
  67. package/types/plugins/line-height/langs/ua.d.ts +4 -0
  68. package/types/plugins/speech-recognize/langs/index.d.ts +2 -1
  69. package/types/plugins/speech-recognize/langs/ua.d.ts +9 -0
  70. package/types/plugins/spellcheck/langs/index.d.ts +2 -1
  71. package/types/plugins/spellcheck/langs/ua.d.ts +1 -0
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1,4 @@
1
+ declare const _exports: {
2
+ 'Line height': string;
3
+ };
4
+ export = _exports;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /*!
3
+ * Jodit Editor (https://xdsoft.net/jodit/)
4
+ * Released under MIT see LICENSE.txt in the project root for license information.
5
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6
+ */
7
+ export default {
8
+ 'Line height': 'Висота лінії'
9
+ };
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -23,6 +23,7 @@ import * as pl from "./pl.js";
23
23
  import * as pt_br from "./pt_br.js";
24
24
  import * as ru from "./ru.js";
25
25
  import * as tr from "./tr.js";
26
+ import * as ua from "./ua.js";
26
27
  import * as zh_cn from "./zh_cn.js";
27
28
  import * as zh_tw from "./zh_tw.js";
28
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
29
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1,9 @@
1
+ declare const _exports: {
2
+ newline: string;
3
+ delete: string;
4
+ space: string;
5
+ 'Speech Recognize': string;
6
+ Sound: string;
7
+ 'Interim Results': string;
8
+ };
9
+ export = _exports;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /*!
3
+ * Jodit Editor (https://xdsoft.net/jodit/)
4
+ * Released under MIT see LICENSE.txt in the project root for license information.
5
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6
+ */
7
+ export default {
8
+ newline: 'новая строка|перенос|ентер',
9
+ delete: 'видалити',
10
+ space: 'пробел',
11
+ 'Speech Recognize': 'Распознавание речи',
12
+ Sound: 'Звук',
13
+ 'Interim Results': 'Проміжні результати'
14
+ };
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1 @@
1
+ export let Spellcheck: string;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /*!
3
+ * Jodit Editor (https://xdsoft.net/jodit/)
4
+ * Released under MIT see LICENSE.txt in the project root for license information.
5
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6
+ */
7
+ export default {
8
+ Spellcheck: 'Перевірка орфографії'
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit",
3
- "version": "4.2.24",
3
+ "version": "4.2.25",
4
4
  "description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
5
5
  "main": "esm/index.js",
6
6
  "types": "types/index.d.ts",
@@ -0,0 +1,212 @@
1
+ declare const _exports: {
2
+ 'Type something': string;
3
+ 'About Jodit': string;
4
+ 'Jodit Editor': string;
5
+ "Jodit User's Guide": string;
6
+ 'contains detailed help for using': string;
7
+ 'For information about the license, please go to our website:': string;
8
+ 'Buy full version': string;
9
+ 'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
10
+ Anchor: string;
11
+ 'Open in new tab': string;
12
+ 'Open in fullsize': string;
13
+ 'Clear Formatting': string;
14
+ 'Fill color or set the text color': string;
15
+ Redo: string;
16
+ Undo: string;
17
+ Bold: string;
18
+ Italic: string;
19
+ 'Insert Unordered List': string;
20
+ 'Insert Ordered List': string;
21
+ 'Align Center': string;
22
+ 'Align Justify': string;
23
+ 'Align Left': string;
24
+ 'Align Right': string;
25
+ 'Insert Horizontal Line': string;
26
+ 'Insert Image': string;
27
+ 'Insert file': string;
28
+ 'Insert youtube/vimeo video': string;
29
+ 'Insert link': string;
30
+ 'Font size': string;
31
+ 'Font family': string;
32
+ 'Insert format block': string;
33
+ Normal: string;
34
+ 'Heading 1': string;
35
+ 'Heading 2': string;
36
+ 'Heading 3': string;
37
+ 'Heading 4': string;
38
+ Quote: string;
39
+ Code: string;
40
+ Insert: string;
41
+ 'Insert table': string;
42
+ 'Decrease Indent': string;
43
+ 'Increase Indent': string;
44
+ 'Select Special Character': string;
45
+ 'Insert Special Character': string;
46
+ 'Paint format': string;
47
+ 'Change mode': string;
48
+ Margins: string;
49
+ top: string;
50
+ right: string;
51
+ bottom: string;
52
+ left: string;
53
+ Styles: string;
54
+ Classes: string;
55
+ Align: string;
56
+ Right: string;
57
+ Center: string;
58
+ Left: string;
59
+ '--Not Set--': string;
60
+ Src: string;
61
+ Title: string;
62
+ Alternative: string;
63
+ Link: string;
64
+ 'Open link in new tab': string;
65
+ file: string;
66
+ Advanced: string;
67
+ 'Image properties': string;
68
+ Cancel: string;
69
+ Ok: string;
70
+ 'Your code is similar to HTML. Keep as HTML?': string;
71
+ 'Paste as HTML': string;
72
+ Keep: string;
73
+ Clean: string;
74
+ 'Insert as Text': string;
75
+ 'Insert only Text': string;
76
+ 'Word Paste Detected': string;
77
+ 'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
78
+ 'File Browser': string;
79
+ 'Error on load list': string;
80
+ 'Error on load folders': string;
81
+ 'Are you sure?': string;
82
+ 'Enter Directory name': string;
83
+ 'Create directory': string;
84
+ 'type name': string;
85
+ 'Drop image': string;
86
+ 'Drop file': string;
87
+ 'or click': string;
88
+ 'Alternative text': string;
89
+ Browse: string;
90
+ Upload: string;
91
+ Background: string;
92
+ Text: string;
93
+ Top: string;
94
+ Middle: string;
95
+ Bottom: string;
96
+ 'Insert column before': string;
97
+ 'Insert column after': string;
98
+ 'Insert row above': string;
99
+ 'Insert row below': string;
100
+ 'Delete table': string;
101
+ 'Delete row': string;
102
+ 'Delete column': string;
103
+ 'Empty cell': string;
104
+ source: string;
105
+ bold: string;
106
+ italic: string;
107
+ brush: string;
108
+ link: string;
109
+ undo: string;
110
+ redo: string;
111
+ table: string;
112
+ image: string;
113
+ eraser: string;
114
+ paragraph: string;
115
+ fontsize: string;
116
+ video: string;
117
+ font: string;
118
+ about: string;
119
+ print: string;
120
+ underline: string;
121
+ strikethrough: string;
122
+ indent: string;
123
+ outdent: string;
124
+ fullsize: string;
125
+ shrink: string;
126
+ hr: string;
127
+ ul: string;
128
+ ol: string;
129
+ cut: string;
130
+ selectall: string;
131
+ 'Embed code': string;
132
+ 'Open link': string;
133
+ 'Edit link': string;
134
+ 'No follow': string;
135
+ Unlink: string;
136
+ Eye: string;
137
+ pencil: string;
138
+ Update: string;
139
+ ' URL': string;
140
+ Edit: string;
141
+ 'Horizontal align': string;
142
+ Filter: string;
143
+ 'Sort by changed': string;
144
+ 'Sort by name': string;
145
+ 'Sort by size': string;
146
+ 'Add folder': string;
147
+ Reset: string;
148
+ Save: string;
149
+ 'Save as ...': string;
150
+ Resize: string;
151
+ Crop: string;
152
+ Width: string;
153
+ Height: string;
154
+ 'Keep Aspect Ratio': string;
155
+ Yes: string;
156
+ No: string;
157
+ Remove: string;
158
+ Select: string;
159
+ 'Chars: %d': string;
160
+ 'Words: %d': string;
161
+ All: string;
162
+ 'Select %s': string;
163
+ 'Select all': string;
164
+ 'Vertical align': string;
165
+ Split: string;
166
+ 'Split vertical': string;
167
+ 'Split horizontal': string;
168
+ Merge: string;
169
+ 'Add column': string;
170
+ 'Add row': string;
171
+ Delete: string;
172
+ Border: string;
173
+ 'License: %s': string;
174
+ 'Strike through': string;
175
+ Underline: string;
176
+ superscript: string;
177
+ subscript: string;
178
+ 'Cut selection': string;
179
+ Break: string;
180
+ 'Search for': string;
181
+ 'Replace with': string;
182
+ Replace: string;
183
+ Paste: string;
184
+ 'Choose Content to Paste': string;
185
+ 'You can only edit your own images. Download this image on the host?': string;
186
+ 'The image has been successfully uploaded to the host!': string;
187
+ palette: string;
188
+ 'There are no files': string;
189
+ Rename: string;
190
+ 'Enter new name': string;
191
+ preview: string;
192
+ download: string;
193
+ 'Paste from clipboard': string;
194
+ "Your browser doesn't support direct access to the clipboard.": string;
195
+ 'Copy selection': string;
196
+ copy: string;
197
+ 'Border radius': string;
198
+ 'Show all': string;
199
+ Apply: string;
200
+ 'Please fill out this field': string;
201
+ 'Please enter a web address': string;
202
+ Default: string;
203
+ Circle: string;
204
+ Dot: string;
205
+ Quadrate: string;
206
+ Find: string;
207
+ 'Find Previous': string;
208
+ 'Find Next': string;
209
+ 'Insert className': string;
210
+ 'Press Alt for custom resizing': string;
211
+ };
212
+ export = _exports;
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1,4 @@
1
+ declare const _exports: {
2
+ 'Line height': string;
3
+ };
4
+ export = _exports;
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1,9 @@
1
+ declare const _exports: {
2
+ newline: string;
3
+ delete: string;
4
+ space: string;
5
+ 'Speech Recognize': string;
6
+ Sound: string;
7
+ 'Interim Results': string;
8
+ };
9
+ export = _exports;
@@ -22,6 +22,7 @@ import * as pl from "./pl.js";
22
22
  import * as pt_br from "./pt_br.js";
23
23
  import * as ru from "./ru.js";
24
24
  import * as tr from "./tr.js";
25
+ import * as ua from "./ua.js";
25
26
  import * as zh_cn from "./zh_cn.js";
26
27
  import * as zh_tw from "./zh_tw.js";
27
- export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
28
+ export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -0,0 +1 @@
1
+ export let Spellcheck: string;