@uxf/wysiwyg 11.72.3 → 11.74.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.
Files changed (250) hide show
  1. package/README.md +3 -1
  2. package/package.json +3 -3
  3. package/translations/translations.d.ts +405 -5
  4. package/translations/translations.js +404 -4
  5. package/components.d.ts +0 -7
  6. package/components.js +0 -34
  7. package/config/icons-config.d.ts +0 -2
  8. package/config/icons-config.js +0 -5
  9. package/config/icons.d.ts +0 -183
  10. package/config/icons.js +0 -51
  11. package/create-all-plugins-with-ui.d.ts +0 -64
  12. package/create-all-plugins-with-ui.js +0 -127
  13. package/create-plugins-with-ui.d.ts +0 -4
  14. package/create-plugins-with-ui.js +0 -47
  15. package/hooks.d.ts +0 -9
  16. package/hooks.js +0 -20
  17. package/index.d.ts +0 -6
  18. package/index.js +0 -38
  19. package/plugins/blockquote/create-blockquote-plugin.d.ts +0 -3
  20. package/plugins/blockquote/create-blockquote-plugin.js +0 -9
  21. package/plugins/blockquote/types.d.ts +0 -2
  22. package/plugins/blockquote/types.js +0 -6
  23. package/plugins/button/constants.d.ts +0 -2
  24. package/plugins/button/constants.js +0 -5
  25. package/plugins/button/create-button-plugin.d.ts +0 -2
  26. package/plugins/button/create-button-plugin.js +0 -11
  27. package/plugins/button/index.d.ts +0 -3
  28. package/plugins/button/index.js +0 -23
  29. package/plugins/button/transforms/get-active-button.d.ts +0 -2
  30. package/plugins/button/transforms/get-active-button.js +0 -9
  31. package/plugins/button/transforms/index.d.ts +0 -4
  32. package/plugins/button/transforms/index.js +0 -11
  33. package/plugins/button/transforms/insert-button.d.ts +0 -2
  34. package/plugins/button/transforms/insert-button.js +0 -16
  35. package/plugins/button/transforms/is-button-active.d.ts +0 -2
  36. package/plugins/button/transforms/is-button-active.js +0 -7
  37. package/plugins/button/transforms/remove-selected-button.d.ts +0 -2
  38. package/plugins/button/transforms/remove-selected-button.js +0 -13
  39. package/plugins/button/transforms/update-button.d.ts +0 -2
  40. package/plugins/button/transforms/update-button.js +0 -9
  41. package/plugins/embedded/utils.d.ts +0 -1
  42. package/plugins/embedded/utils.js +0 -7
  43. package/plugins/embedded/video/create-video-plugin.d.ts +0 -4
  44. package/plugins/embedded/video/create-video-plugin.js +0 -19
  45. package/plugins/embedded/video/get-active-video.d.ts +0 -2
  46. package/plugins/embedded/video/get-active-video.js +0 -9
  47. package/plugins/embedded/video/insert-video.d.ts +0 -2
  48. package/plugins/embedded/video/insert-video.js +0 -18
  49. package/plugins/embedded/video/update-video.d.ts +0 -2
  50. package/plugins/embedded/video/update-video.js +0 -11
  51. package/plugins/exit-break/create-exit-break-plugin.d.ts +0 -3
  52. package/plugins/exit-break/create-exit-break-plugin.js +0 -30
  53. package/plugins/heading/constants.d.ts +0 -8
  54. package/plugins/heading/constants.js +0 -11
  55. package/plugins/heading/create-headings-plugin.d.ts +0 -8
  56. package/plugins/heading/create-headings-plugin.js +0 -40
  57. package/plugins/highlight/createHighlightPlugin.d.ts +0 -3
  58. package/plugins/highlight/createHighlightPlugin.js +0 -27
  59. package/plugins/highlight/types.d.ts +0 -10
  60. package/plugins/highlight/types.js +0 -4
  61. package/plugins/image/create-image-plugin.d.ts +0 -6
  62. package/plugins/image/create-image-plugin.js +0 -105
  63. package/plugins/image/hooks/use-image-handlers.d.ts +0 -5
  64. package/plugins/image/hooks/use-image-handlers.js +0 -19
  65. package/plugins/image/transforms/get-active-image.d.ts +0 -2
  66. package/plugins/image/transforms/get-active-image.js +0 -9
  67. package/plugins/image/transforms/insert-image.d.ts +0 -3
  68. package/plugins/image/transforms/insert-image.js +0 -19
  69. package/plugins/image/transforms/is-image-active.d.ts +0 -2
  70. package/plugins/image/transforms/is-image-active.js +0 -7
  71. package/plugins/image/transforms/remove-selected-image.d.ts +0 -2
  72. package/plugins/image/transforms/remove-selected-image.js +0 -13
  73. package/plugins/image/transforms/update-image.d.ts +0 -3
  74. package/plugins/image/transforms/update-image.js +0 -12
  75. package/plugins/image/types.d.ts +0 -12
  76. package/plugins/image/types.js +0 -6
  77. package/plugins/image/utils/is-image-url.d.ts +0 -2
  78. package/plugins/image/utils/is-image-url.js +0 -135
  79. package/plugins/image/with-image.d.ts +0 -7
  80. package/plugins/image/with-image.js +0 -19
  81. package/plugins/image/with-paste-image-url.d.ts +0 -7
  82. package/plugins/image/with-paste-image-url.js +0 -36
  83. package/plugins/image/with-paste-image.d.ts +0 -7
  84. package/plugins/image/with-paste-image.js +0 -49
  85. package/plugins/link/constants.d.ts +0 -2
  86. package/plugins/link/constants.js +0 -6
  87. package/plugins/link/create-link-plugin.d.ts +0 -3
  88. package/plugins/link/create-link-plugin.js +0 -15
  89. package/plugins/link/floating-link-wrapper.d.ts +0 -11
  90. package/plugins/link/floating-link-wrapper.js +0 -26
  91. package/plugins/link/hooks/index.d.ts +0 -4
  92. package/plugins/link/hooks/index.js +0 -11
  93. package/plugins/link/hooks/use-link-actions.d.ts +0 -12
  94. package/plugins/link/hooks/use-link-actions.js +0 -48
  95. package/plugins/link/hooks/use-link-cancel-on-escape.d.ts +0 -1
  96. package/plugins/link/hooks/use-link-cancel-on-escape.js +0 -5
  97. package/plugins/link/hooks/use-link-submit-on-enter.d.ts +0 -1
  98. package/plugins/link/hooks/use-link-submit-on-enter.js +0 -23
  99. package/plugins/link/transforms/get-active-link.d.ts +0 -3
  100. package/plugins/link/transforms/get-active-link.js +0 -17
  101. package/plugins/link/transforms/insert-link.d.ts +0 -2
  102. package/plugins/link/transforms/insert-link.js +0 -27
  103. package/plugins/link/transforms/is-link-selected.d.ts +0 -2
  104. package/plugins/link/transforms/is-link-selected.js +0 -15
  105. package/plugins/link/transforms/submit-link.d.ts +0 -8
  106. package/plugins/link/transforms/submit-link.js +0 -36
  107. package/plugins/link/transforms/trigger-link-insert-or-edit.d.ts +0 -2
  108. package/plugins/link/transforms/trigger-link-insert-or-edit.js +0 -6
  109. package/plugins/link/transforms/unwrap-link.d.ts +0 -2
  110. package/plugins/link/transforms/unwrap-link.js +0 -10
  111. package/plugins/link/types.d.ts +0 -5
  112. package/plugins/link/types.js +0 -2
  113. package/plugins/list/constants.d.ts +0 -4
  114. package/plugins/list/constants.js +0 -14
  115. package/plugins/list/create-list-plugin.d.ts +0 -4
  116. package/plugins/list/create-list-plugin.js +0 -16
  117. package/plugins/mark-bold/create-bold-plugin.d.ts +0 -3
  118. package/plugins/mark-bold/create-bold-plugin.js +0 -6
  119. package/plugins/mark-bold/types.d.ts +0 -2
  120. package/plugins/mark-bold/types.js +0 -6
  121. package/plugins/mark-code/create-code-plugin.d.ts +0 -3
  122. package/plugins/mark-code/create-code-plugin.js +0 -6
  123. package/plugins/mark-code/types.d.ts +0 -2
  124. package/plugins/mark-code/types.js +0 -6
  125. package/plugins/mark-italic/create-italic-plugin.d.ts +0 -3
  126. package/plugins/mark-italic/create-italic-plugin.js +0 -6
  127. package/plugins/mark-italic/types.d.ts +0 -2
  128. package/plugins/mark-italic/types.js +0 -6
  129. package/plugins/mark-underline/create-underline-plugin.d.ts +0 -3
  130. package/plugins/mark-underline/create-underline-plugin.js +0 -6
  131. package/plugins/mark-underline/types.d.ts +0 -2
  132. package/plugins/mark-underline/types.js +0 -6
  133. package/plugins/node-id/add-ids-to-nodes.d.ts +0 -2
  134. package/plugins/node-id/add-ids-to-nodes.js +0 -22
  135. package/plugins/node-id/create-node-id-plugin.d.ts +0 -3
  136. package/plugins/node-id/create-node-id-plugin.js +0 -6
  137. package/plugins/paragraph/create-paragraph-plugin.d.ts +0 -3
  138. package/plugins/paragraph/create-paragraph-plugin.js +0 -9
  139. package/plugins/paragraph/types.d.ts +0 -2
  140. package/plugins/paragraph/types.js +0 -6
  141. package/plugins/reset-node/create-reset-node.d.ts +0 -3
  142. package/plugins/reset-node/create-reset-node.js +0 -28
  143. package/plugins/select-on-backspace/create-select-on-backspace-plugin.d.ts +0 -3
  144. package/plugins/select-on-backspace/create-select-on-backspace-plugin.js +0 -14
  145. package/plugins/soft-break/create-soft-break-plugin.d.ts +0 -3
  146. package/plugins/soft-break/create-soft-break-plugin.js +0 -22
  147. package/plugins/trailing-block/create-trailing-block-plugin.d.ts +0 -3
  148. package/plugins/trailing-block/create-trailing-block-plugin.js +0 -6
  149. package/serializers/serialize-to-plaintext.d.ts +0 -2
  150. package/serializers/serialize-to-plaintext.js +0 -8
  151. package/translations/context.d.ts +0 -2
  152. package/translations/context.js +0 -9
  153. package/translations/cs.d.ts +0 -52
  154. package/translations/cs.js +0 -55
  155. package/translations/en.d.ts +0 -2
  156. package/translations/en.js +0 -55
  157. package/translations/sk.d.ts +0 -2
  158. package/translations/sk.js +0 -55
  159. package/types.d.ts +0 -102
  160. package/types.js +0 -2
  161. package/ui/blockquote-element.d.ts +0 -2
  162. package/ui/blockquote-element.js +0 -13
  163. package/ui/bold-mark.d.ts +0 -2
  164. package/ui/bold-mark.js +0 -13
  165. package/ui/button/button-element.d.ts +0 -2
  166. package/ui/button/button-element.js +0 -54
  167. package/ui/button/index.d.ts +0 -1
  168. package/ui/button/index.js +0 -5
  169. package/ui/button/insert-button-modal-content.d.ts +0 -8
  170. package/ui/button/insert-button-modal-content.js +0 -81
  171. package/ui/code-mark.d.ts +0 -2
  172. package/ui/code-mark.js +0 -13
  173. package/ui/components/element/element-action-buttons.d.ts +0 -9
  174. package/ui/components/element/element-action-buttons.js +0 -22
  175. package/ui/components/element/element-with-action-buttons.d.ts +0 -10
  176. package/ui/components/element/element-with-action-buttons.js +0 -17
  177. package/ui/components/modal/modal-button-cancel.d.ts +0 -9
  178. package/ui/components/modal/modal-button-cancel.js +0 -45
  179. package/ui/components/modal/modal-button-submit.d.ts +0 -6
  180. package/ui/components/modal/modal-button-submit.js +0 -12
  181. package/ui/components/modal/modal-buttons.d.ts +0 -11
  182. package/ui/components/modal/modal-buttons.js +0 -16
  183. package/ui/components/modal/modal-content.d.ts +0 -6
  184. package/ui/components/modal/modal-content.js +0 -14
  185. package/ui/create-uxf-ui.d.ts +0 -21
  186. package/ui/create-uxf-ui.js +0 -51
  187. package/ui/floating-link.d.ts +0 -2
  188. package/ui/floating-link.js +0 -110
  189. package/ui/heading-elements.d.ts +0 -7
  190. package/ui/heading-elements.js +0 -38
  191. package/ui/highlight-mark.d.ts +0 -3
  192. package/ui/highlight-mark.js +0 -13
  193. package/ui/image/image-element.d.ts +0 -2
  194. package/ui/image/image-element.js +0 -53
  195. package/ui/image/insert-image-modal-content.d.ts +0 -8
  196. package/ui/image/insert-image-modal-content.js +0 -87
  197. package/ui/italic-mark.d.ts +0 -2
  198. package/ui/italic-mark.js +0 -13
  199. package/ui/link-element.d.ts +0 -3
  200. package/ui/link-element.js +0 -14
  201. package/ui/list-item-element.d.ts +0 -2
  202. package/ui/list-item-element.js +0 -13
  203. package/ui/list-ordered-element.d.ts +0 -2
  204. package/ui/list-ordered-element.js +0 -13
  205. package/ui/list-unordered-element.d.ts +0 -2
  206. package/ui/list-unordered-element.js +0 -13
  207. package/ui/paragraph-element.d.ts +0 -2
  208. package/ui/paragraph-element.js +0 -13
  209. package/ui/toolbar/buttons/button-toolbar-button.d.ts +0 -10
  210. package/ui/toolbar/buttons/button-toolbar-button.js +0 -20
  211. package/ui/toolbar/buttons/element-toolbar-button.d.ts +0 -12
  212. package/ui/toolbar/buttons/element-toolbar-button.js +0 -25
  213. package/ui/toolbar/buttons/image-toolbar-button.d.ts +0 -10
  214. package/ui/toolbar/buttons/image-toolbar-button.js +0 -20
  215. package/ui/toolbar/buttons/link-toolbar-button.d.ts +0 -10
  216. package/ui/toolbar/buttons/link-toolbar-button.js +0 -29
  217. package/ui/toolbar/buttons/list-toolbar-button.d.ts +0 -13
  218. package/ui/toolbar/buttons/list-toolbar-button.js +0 -27
  219. package/ui/toolbar/buttons/mark-toolbar-button.d.ts +0 -13
  220. package/ui/toolbar/buttons/mark-toolbar-button.js +0 -25
  221. package/ui/toolbar/buttons/modal-toolbar-button.d.ts +0 -15
  222. package/ui/toolbar/buttons/modal-toolbar-button.js +0 -22
  223. package/ui/toolbar/buttons/toolbar-button.d.ts +0 -15
  224. package/ui/toolbar/buttons/toolbar-button.js +0 -35
  225. package/ui/toolbar/buttons/undo-redo-button-group.d.ts +0 -8
  226. package/ui/toolbar/buttons/undo-redo-button-group.js +0 -64
  227. package/ui/toolbar/buttons/video-toolbar-button.d.ts +0 -10
  228. package/ui/toolbar/buttons/video-toolbar-button.js +0 -20
  229. package/ui/toolbar/toolbar.d.ts +0 -3
  230. package/ui/toolbar/toolbar.js +0 -77
  231. package/ui/toolbar/types.d.ts +0 -8
  232. package/ui/toolbar/types.js +0 -2
  233. package/ui/underline-mark.d.ts +0 -2
  234. package/ui/underline-mark.js +0 -13
  235. package/ui/utils.d.ts +0 -2
  236. package/ui/utils.js +0 -13
  237. package/ui/video/insert-video-modal-content.d.ts +0 -8
  238. package/ui/video/insert-video-modal-content.js +0 -76
  239. package/ui/video/video-element.d.ts +0 -2
  240. package/ui/video/video-element.js +0 -55
  241. package/utils/url-helper.d.ts +0 -7
  242. package/utils/url-helper.js +0 -15
  243. package/utils/url-helper.test.d.ts +0 -1
  244. package/utils/url-helper.test.js +0 -37
  245. package/utils.d.ts +0 -30
  246. package/utils.js +0 -88
  247. package/wysiwyg-editor.d.ts +0 -17
  248. package/wysiwyg-editor.js +0 -44
  249. package/wysiwyg-editor.stories.d.ts +0 -5
  250. package/wysiwyg-editor.stories.js +0 -193
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Wysiwyg
2
2
 
3
+ > **Note:** This package contains translations. For proper functionality, you must use the `TranslationsProvider` from `@uxf/core-react/translations`. See the [core-react documentation](https://fe.uxf.dev/docs/core-react) for more information.
4
+
3
5
  ## Installation
4
6
 
5
7
  ```bash
@@ -11,4 +13,4 @@ yarn add @uxf/core @uxf/ui @uxf/wysiwyg
11
13
  ```css
12
14
  /** link plugin css */
13
15
  @import url("@uxf/wysiwyg/styles/base.css");
14
- ```
16
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/wysiwyg",
3
- "version": "11.72.3",
3
+ "version": "11.74.0",
4
4
  "description": "UXF Wysiwyg editor",
5
5
  "author": "Robin Dvorak <dvorak@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/wysiwyg",
@@ -26,8 +26,8 @@
26
26
  "@udecode/plate-select": "20.7.2",
27
27
  "@udecode/plate-trailing-block": "20.7.2",
28
28
  "@uxf/core": "11.72.3",
29
- "@uxf/core-react": "11.72.3",
30
- "@uxf/ui": "11.72.3",
29
+ "@uxf/core-react": "11.74.0",
30
+ "@uxf/ui": "11.74.0",
31
31
  "slate": "0.90.0",
32
32
  "slate-history": "0.86.0",
33
33
  "slate-hyperscript": "0.77.0",
@@ -1,5 +1,405 @@
1
- import { cs } from "./cs";
2
- export type TranslationFunction = (key: keyof typeof cs, query?: {
3
- [name: string]: any;
4
- }) => string;
5
- export declare const defaultTranslationFunction: TranslationFunction;
1
+ declare const _default: {
2
+ "uxf-wysiwyg": {
3
+ common: {
4
+ placeholder: {
5
+ cs: string;
6
+ en: string;
7
+ sk: string;
8
+ de: string;
9
+ };
10
+ };
11
+ components: {
12
+ modal: {
13
+ "button-cancel": {
14
+ cs: string;
15
+ en: string;
16
+ sk: string;
17
+ de: string;
18
+ };
19
+ };
20
+ };
21
+ plugins: {
22
+ formatting: {
23
+ bold: {
24
+ tooltip: {
25
+ cs: string;
26
+ en: string;
27
+ sk: string;
28
+ de: string;
29
+ };
30
+ };
31
+ italic: {
32
+ tooltip: {
33
+ cs: string;
34
+ en: string;
35
+ sk: string;
36
+ de: string;
37
+ };
38
+ };
39
+ underline: {
40
+ tooltip: {
41
+ cs: string;
42
+ en: string;
43
+ sk: string;
44
+ de: string;
45
+ };
46
+ };
47
+ code: {
48
+ tooltip: {
49
+ cs: string;
50
+ en: string;
51
+ sk: string;
52
+ de: string;
53
+ };
54
+ };
55
+ highlight: {
56
+ tooltip: {
57
+ cs: string;
58
+ en: string;
59
+ sk: string;
60
+ de: string;
61
+ };
62
+ };
63
+ };
64
+ headings: {
65
+ h1: {
66
+ tooltip: {
67
+ cs: string;
68
+ en: string;
69
+ sk: string;
70
+ de: string;
71
+ };
72
+ };
73
+ h2: {
74
+ tooltip: {
75
+ cs: string;
76
+ en: string;
77
+ sk: string;
78
+ de: string;
79
+ };
80
+ };
81
+ h3: {
82
+ tooltip: {
83
+ cs: string;
84
+ en: string;
85
+ sk: string;
86
+ de: string;
87
+ };
88
+ };
89
+ h4: {
90
+ tooltip: {
91
+ cs: string;
92
+ en: string;
93
+ sk: string;
94
+ de: string;
95
+ };
96
+ };
97
+ h5: {
98
+ tooltip: {
99
+ cs: string;
100
+ en: string;
101
+ sk: string;
102
+ de: string;
103
+ };
104
+ };
105
+ h6: {
106
+ tooltip: {
107
+ cs: string;
108
+ en: string;
109
+ sk: string;
110
+ de: string;
111
+ };
112
+ };
113
+ };
114
+ link: {
115
+ "url-address": {
116
+ invalid: {
117
+ cs: string;
118
+ en: string;
119
+ sk: string;
120
+ de: string;
121
+ };
122
+ required: {
123
+ cs: string;
124
+ en: string;
125
+ sk: string;
126
+ de: string;
127
+ };
128
+ label: {
129
+ cs: string;
130
+ en: string;
131
+ sk: string;
132
+ de: string;
133
+ };
134
+ placeholder: {
135
+ cs: string;
136
+ en: string;
137
+ sk: string;
138
+ de: string;
139
+ };
140
+ };
141
+ "link-text": {
142
+ label: {
143
+ cs: string;
144
+ en: string;
145
+ sk: string;
146
+ de: string;
147
+ };
148
+ placeholder: {
149
+ cs: string;
150
+ en: string;
151
+ sk: string;
152
+ de: string;
153
+ };
154
+ };
155
+ "open-in-new-tab": {
156
+ cs: string;
157
+ en: string;
158
+ sk: string;
159
+ de: string;
160
+ };
161
+ tooltip: {
162
+ cs: string;
163
+ en: string;
164
+ sk: string;
165
+ de: string;
166
+ };
167
+ "button-save": {
168
+ cs: string;
169
+ en: string;
170
+ sk: string;
171
+ de: string;
172
+ };
173
+ "button-close": {
174
+ cs: string;
175
+ en: string;
176
+ sk: string;
177
+ de: string;
178
+ };
179
+ };
180
+ blocks: {
181
+ quote: {
182
+ tooltip: {
183
+ cs: string;
184
+ en: string;
185
+ sk: string;
186
+ de: string;
187
+ };
188
+ };
189
+ };
190
+ lists: {
191
+ ul: {
192
+ tooltip: {
193
+ cs: string;
194
+ en: string;
195
+ sk: string;
196
+ de: string;
197
+ };
198
+ };
199
+ ol: {
200
+ tooltip: {
201
+ cs: string;
202
+ en: string;
203
+ sk: string;
204
+ de: string;
205
+ };
206
+ };
207
+ };
208
+ button: {
209
+ tooltip: {
210
+ cs: string;
211
+ en: string;
212
+ sk: string;
213
+ de: string;
214
+ };
215
+ "button-text": {
216
+ label: {
217
+ cs: string;
218
+ en: string;
219
+ sk: string;
220
+ de: string;
221
+ };
222
+ placeholder: {
223
+ cs: string;
224
+ en: string;
225
+ sk: string;
226
+ de: string;
227
+ };
228
+ required: {
229
+ cs: string;
230
+ en: string;
231
+ sk: string;
232
+ de: string;
233
+ };
234
+ };
235
+ "url-address": {
236
+ label: {
237
+ cs: string;
238
+ en: string;
239
+ sk: string;
240
+ de: string;
241
+ };
242
+ placeholder: {
243
+ cs: string;
244
+ en: string;
245
+ sk: string;
246
+ de: string;
247
+ };
248
+ required: {
249
+ cs: string;
250
+ en: string;
251
+ sk: string;
252
+ de: string;
253
+ };
254
+ };
255
+ "button-insert": {
256
+ cs: string;
257
+ en: string;
258
+ sk: string;
259
+ de: string;
260
+ };
261
+ "button-edit": {
262
+ cs: string;
263
+ en: string;
264
+ sk: string;
265
+ de: string;
266
+ };
267
+ };
268
+ image: {
269
+ tooltip: {
270
+ cs: string;
271
+ en: string;
272
+ sk: string;
273
+ de: string;
274
+ };
275
+ alt: {
276
+ label: {
277
+ cs: string;
278
+ en: string;
279
+ sk: string;
280
+ de: string;
281
+ };
282
+ placeholder: {
283
+ cs: string;
284
+ en: string;
285
+ sk: string;
286
+ de: string;
287
+ };
288
+ };
289
+ caption: {
290
+ label: {
291
+ cs: string;
292
+ en: string;
293
+ sk: string;
294
+ de: string;
295
+ };
296
+ placeholder: {
297
+ cs: string;
298
+ en: string;
299
+ sk: string;
300
+ de: string;
301
+ };
302
+ };
303
+ source: {
304
+ label: {
305
+ cs: string;
306
+ en: string;
307
+ sk: string;
308
+ de: string;
309
+ };
310
+ placeholder: {
311
+ cs: string;
312
+ en: string;
313
+ sk: string;
314
+ de: string;
315
+ };
316
+ };
317
+ "file-upload": {
318
+ label: {
319
+ cs: string;
320
+ en: string;
321
+ sk: string;
322
+ de: string;
323
+ };
324
+ };
325
+ "button-insert": {
326
+ cs: string;
327
+ en: string;
328
+ sk: string;
329
+ de: string;
330
+ };
331
+ "button-edit": {
332
+ cs: string;
333
+ en: string;
334
+ sk: string;
335
+ de: string;
336
+ };
337
+ };
338
+ video: {
339
+ tooltip: {
340
+ cs: string;
341
+ en: string;
342
+ sk: string;
343
+ de: string;
344
+ };
345
+ "url-address": {
346
+ label: {
347
+ cs: string;
348
+ en: string;
349
+ sk: string;
350
+ de: string;
351
+ };
352
+ placeholder: {
353
+ cs: string;
354
+ en: string;
355
+ sk: string;
356
+ de: string;
357
+ };
358
+ invalid: {
359
+ cs: string;
360
+ en: string;
361
+ sk: string;
362
+ de: string;
363
+ };
364
+ };
365
+ "iframe-title": {
366
+ cs: string;
367
+ en: string;
368
+ sk: string;
369
+ de: string;
370
+ };
371
+ "button-insert": {
372
+ cs: string;
373
+ en: string;
374
+ sk: string;
375
+ de: string;
376
+ };
377
+ "button-edit": {
378
+ cs: string;
379
+ en: string;
380
+ sk: string;
381
+ de: string;
382
+ };
383
+ };
384
+ actions: {
385
+ undo: {
386
+ tooltip: {
387
+ cs: string;
388
+ en: string;
389
+ sk: string;
390
+ de: string;
391
+ };
392
+ };
393
+ redo: {
394
+ tooltip: {
395
+ cs: string;
396
+ en: string;
397
+ sk: string;
398
+ de: string;
399
+ };
400
+ };
401
+ };
402
+ };
403
+ };
404
+ };
405
+ export default _default;