@atlaskit/editor-core 173.0.0 → 174.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 +13 -0
- package/dist/cjs/i18n/cs.js +8 -77
- package/dist/cjs/i18n/da.js +7 -77
- package/dist/cjs/i18n/de.js +8 -77
- package/dist/cjs/i18n/en.js +11 -100
- package/dist/cjs/i18n/en_GB.js +11 -100
- package/dist/cjs/i18n/en_ZZ.js +11 -100
- package/dist/cjs/i18n/es.js +8 -77
- package/dist/cjs/i18n/fi.js +9 -100
- package/dist/cjs/i18n/fr.js +8 -77
- package/dist/cjs/i18n/hu.js +8 -77
- package/dist/cjs/i18n/it.js +8 -77
- package/dist/cjs/i18n/ja.js +9 -100
- package/dist/cjs/i18n/ko.js +8 -77
- package/dist/cjs/i18n/nb.js +10 -93
- package/dist/cjs/i18n/nl.js +9 -97
- package/dist/cjs/i18n/pl.js +9 -99
- package/dist/cjs/i18n/pt_BR.js +9 -93
- package/dist/cjs/i18n/ru.js +9 -100
- package/dist/cjs/i18n/sv.js +9 -99
- package/dist/cjs/i18n/th.js +9 -100
- package/dist/cjs/i18n/tr.js +9 -100
- package/dist/cjs/i18n/uk.js +9 -100
- package/dist/cjs/i18n/vi.js +9 -100
- package/dist/cjs/i18n/zh.js +7 -100
- package/dist/cjs/i18n/zh_TW.js +9 -100
- package/dist/cjs/utils/selection.js +6 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +8 -77
- package/dist/es2019/i18n/da.js +7 -77
- package/dist/es2019/i18n/de.js +8 -77
- package/dist/es2019/i18n/en.js +11 -100
- package/dist/es2019/i18n/en_GB.js +11 -100
- package/dist/es2019/i18n/en_ZZ.js +11 -100
- package/dist/es2019/i18n/es.js +8 -77
- package/dist/es2019/i18n/fi.js +9 -100
- package/dist/es2019/i18n/fr.js +8 -77
- package/dist/es2019/i18n/hu.js +8 -77
- package/dist/es2019/i18n/it.js +8 -77
- package/dist/es2019/i18n/ja.js +9 -100
- package/dist/es2019/i18n/ko.js +8 -77
- package/dist/es2019/i18n/nb.js +10 -93
- package/dist/es2019/i18n/nl.js +9 -97
- package/dist/es2019/i18n/pl.js +9 -99
- package/dist/es2019/i18n/pt_BR.js +9 -93
- package/dist/es2019/i18n/ru.js +9 -100
- package/dist/es2019/i18n/sv.js +9 -99
- package/dist/es2019/i18n/th.js +9 -100
- package/dist/es2019/i18n/tr.js +9 -100
- package/dist/es2019/i18n/uk.js +9 -100
- package/dist/es2019/i18n/vi.js +9 -100
- package/dist/es2019/i18n/zh.js +7 -100
- package/dist/es2019/i18n/zh_TW.js +9 -100
- package/dist/es2019/utils/selection.js +1 -9
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +8 -77
- package/dist/esm/i18n/da.js +7 -77
- package/dist/esm/i18n/de.js +8 -77
- package/dist/esm/i18n/en.js +11 -100
- package/dist/esm/i18n/en_GB.js +11 -100
- package/dist/esm/i18n/en_ZZ.js +11 -100
- package/dist/esm/i18n/es.js +8 -77
- package/dist/esm/i18n/fi.js +9 -100
- package/dist/esm/i18n/fr.js +8 -77
- package/dist/esm/i18n/hu.js +8 -77
- package/dist/esm/i18n/it.js +8 -77
- package/dist/esm/i18n/ja.js +9 -100
- package/dist/esm/i18n/ko.js +8 -77
- package/dist/esm/i18n/nb.js +10 -93
- package/dist/esm/i18n/nl.js +9 -97
- package/dist/esm/i18n/pl.js +9 -99
- package/dist/esm/i18n/pt_BR.js +9 -93
- package/dist/esm/i18n/ru.js +9 -100
- package/dist/esm/i18n/sv.js +9 -99
- package/dist/esm/i18n/th.js +9 -100
- package/dist/esm/i18n/tr.js +9 -100
- package/dist/esm/i18n/uk.js +9 -100
- package/dist/esm/i18n/vi.js +9 -100
- package/dist/esm/i18n/zh.js +7 -100
- package/dist/esm/i18n/zh_TW.js +9 -100
- package/dist/esm/utils/selection.js +1 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +8 -77
- package/dist/types/i18n/da.d.ts +7 -77
- package/dist/types/i18n/de.d.ts +8 -77
- package/dist/types/i18n/en.d.ts +10 -99
- package/dist/types/i18n/en_GB.d.ts +10 -99
- package/dist/types/i18n/en_ZZ.d.ts +10 -99
- package/dist/types/i18n/es.d.ts +8 -77
- package/dist/types/i18n/fi.d.ts +8 -99
- package/dist/types/i18n/fr.d.ts +8 -77
- package/dist/types/i18n/hu.d.ts +8 -77
- package/dist/types/i18n/it.d.ts +8 -77
- package/dist/types/i18n/ja.d.ts +8 -99
- package/dist/types/i18n/ko.d.ts +8 -77
- package/dist/types/i18n/nb.d.ts +8 -91
- package/dist/types/i18n/nl.d.ts +8 -96
- package/dist/types/i18n/pl.d.ts +8 -98
- package/dist/types/i18n/pt_BR.d.ts +8 -92
- package/dist/types/i18n/ru.d.ts +8 -99
- package/dist/types/i18n/sv.d.ts +8 -98
- package/dist/types/i18n/th.d.ts +8 -99
- package/dist/types/i18n/tr.d.ts +8 -99
- package/dist/types/i18n/uk.d.ts +8 -99
- package/dist/types/i18n/vi.d.ts +8 -99
- package/dist/types/i18n/zh.d.ts +6 -99
- package/dist/types/i18n/zh_TW.d.ts +8 -99
- package/dist/types/utils/selection.d.ts +1 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +8 -77
- package/dist/types-ts4.0/i18n/da.d.ts +7 -77
- package/dist/types-ts4.0/i18n/de.d.ts +8 -77
- package/dist/types-ts4.0/i18n/en.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_GB.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +10 -99
- package/dist/types-ts4.0/i18n/es.d.ts +8 -77
- package/dist/types-ts4.0/i18n/fi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/fr.d.ts +8 -77
- package/dist/types-ts4.0/i18n/hu.d.ts +8 -77
- package/dist/types-ts4.0/i18n/it.d.ts +8 -77
- package/dist/types-ts4.0/i18n/ja.d.ts +8 -99
- package/dist/types-ts4.0/i18n/ko.d.ts +8 -77
- package/dist/types-ts4.0/i18n/nb.d.ts +8 -91
- package/dist/types-ts4.0/i18n/nl.d.ts +8 -96
- package/dist/types-ts4.0/i18n/pl.d.ts +8 -98
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +8 -92
- package/dist/types-ts4.0/i18n/ru.d.ts +8 -99
- package/dist/types-ts4.0/i18n/sv.d.ts +8 -98
- package/dist/types-ts4.0/i18n/th.d.ts +8 -99
- package/dist/types-ts4.0/i18n/tr.d.ts +8 -99
- package/dist/types-ts4.0/i18n/uk.d.ts +8 -99
- package/dist/types-ts4.0/i18n/vi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/zh.d.ts +6 -99
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +8 -99
- package/dist/types-ts4.0/utils/selection.d.ts +1 -2
- package/package.json +9 -9
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.action': string;
|
|
3
|
-
'fabric.editor.action.description': string;
|
|
4
2
|
'fabric.editor.addAltText': string;
|
|
5
3
|
'fabric.editor.alignCenter': string;
|
|
6
|
-
'fabric.editor.alignImageCenter': string;
|
|
7
|
-
'fabric.editor.alignImageLeft': string;
|
|
8
|
-
'fabric.editor.alignImageRight': string;
|
|
9
4
|
'fabric.editor.alignLeft': string;
|
|
10
5
|
'fabric.editor.alignRight': string;
|
|
11
6
|
'fabric.editor.alignment': string;
|
|
@@ -17,20 +12,14 @@ declare const _default: {
|
|
|
17
12
|
'fabric.editor.blockCardUnavailable': string;
|
|
18
13
|
'fabric.editor.blockDescription': string;
|
|
19
14
|
'fabric.editor.blockTitle': string;
|
|
20
|
-
'fabric.editor.blockquote': string;
|
|
21
15
|
'fabric.editor.blockquote.description': string;
|
|
22
16
|
'fabric.editor.blockquote2': string;
|
|
23
17
|
'fabric.editor.bold': string;
|
|
24
18
|
'fabric.editor.bug': string;
|
|
25
|
-
'fabric.editor.canNotSortTable': string;
|
|
26
|
-
'fabric.editor.cancelButton': string;
|
|
27
19
|
'fabric.editor.captionPlaceholder': string;
|
|
28
20
|
'fabric.editor.cardFloatingControls': string;
|
|
29
|
-
'fabric.editor.cellBackground': string;
|
|
30
|
-
'fabric.editor.cellOptions': string;
|
|
31
21
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
32
22
|
'fabric.editor.clearAltTextEdit': string;
|
|
33
|
-
'fabric.editor.clearCells': string;
|
|
34
23
|
'fabric.editor.clearFormatting': string;
|
|
35
24
|
'fabric.editor.clearLink': string;
|
|
36
25
|
'fabric.editor.clearLinkText': string;
|
|
@@ -41,9 +30,6 @@ declare const _default: {
|
|
|
41
30
|
'fabric.editor.code.on': string;
|
|
42
31
|
'fabric.editor.codeblock': string;
|
|
43
32
|
'fabric.editor.codeblock.description': string;
|
|
44
|
-
'fabric.editor.collapseTable': string;
|
|
45
|
-
'fabric.editor.columns': string;
|
|
46
|
-
'fabric.editor.columns.description': string;
|
|
47
33
|
'fabric.editor.configFailedToLoad': string;
|
|
48
34
|
'fabric.editor.configPanel.cancel': string;
|
|
49
35
|
'fabric.editor.configPanel.close': string;
|
|
@@ -62,16 +48,10 @@ declare const _default: {
|
|
|
62
48
|
'fabric.editor.configPanel.invalid': string;
|
|
63
49
|
'fabric.editor.configPanel.required': string;
|
|
64
50
|
'fabric.editor.configPanel.submit': string;
|
|
65
|
-
'fabric.editor.copiedToClipboard': string;
|
|
66
|
-
'fabric.editor.copyToClipboard': string;
|
|
67
51
|
'fabric.editor.createComment': string;
|
|
68
52
|
'fabric.editor.createCommentInvalid': string;
|
|
69
53
|
'fabric.editor.customPanel': string;
|
|
70
54
|
'fabric.editor.customPanel.description': string;
|
|
71
|
-
'fabric.editor.date': string;
|
|
72
|
-
'fabric.editor.date.description': string;
|
|
73
|
-
'fabric.editor.decision': string;
|
|
74
|
-
'fabric.editor.decision.description': string;
|
|
75
55
|
'fabric.editor.decisionPlaceholder': string;
|
|
76
56
|
'fabric.editor.defaultAltText': string;
|
|
77
57
|
'fabric.editor.displayBlock': string;
|
|
@@ -80,14 +60,12 @@ declare const _default: {
|
|
|
80
60
|
'fabric.editor.displayLink': string;
|
|
81
61
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
82
62
|
'fabric.editor.displayText': string;
|
|
83
|
-
'fabric.editor.distributeColumns': string;
|
|
84
63
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
85
64
|
'fabric.editor.ecombedDescription': string;
|
|
86
65
|
'fabric.editor.edit': string;
|
|
87
66
|
'fabric.editor.editAltText': string;
|
|
88
67
|
'fabric.editor.editDateText': string;
|
|
89
68
|
'fabric.editor.editLink': string;
|
|
90
|
-
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
91
69
|
'fabric.editor.editStatusColor': string;
|
|
92
70
|
'fabric.editor.editStatusText': string;
|
|
93
71
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -110,20 +88,14 @@ declare const _default: {
|
|
|
110
88
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
111
89
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
112
90
|
'fabric.editor.embedTitle': string;
|
|
113
|
-
'fabric.editor.emoji': string;
|
|
114
|
-
'fabric.editor.emoji.description': string;
|
|
115
91
|
'fabric.editor.emptyLink': string;
|
|
116
92
|
'fabric.editor.epic': string;
|
|
117
93
|
'fabric.editor.error': string;
|
|
118
94
|
'fabric.editor.errorPanel': string;
|
|
119
95
|
'fabric.editor.errorPanel.description': string;
|
|
120
|
-
'fabric.editor.
|
|
121
|
-
'fabric.editor.
|
|
96
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
97
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
122
98
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
123
|
-
'fabric.editor.feedbackDialog': string;
|
|
124
|
-
'fabric.editor.feedbackDialog.description': string;
|
|
125
|
-
'fabric.editor.filesAndImages': string;
|
|
126
|
-
'fabric.editor.filesAndImages.description': string;
|
|
127
99
|
'fabric.editor.find': string;
|
|
128
100
|
'fabric.editor.findNext': string;
|
|
129
101
|
'fabric.editor.findPrevious': string;
|
|
@@ -133,8 +105,8 @@ declare const _default: {
|
|
|
133
105
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
134
106
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
135
107
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
136
|
-
'fabric.editor.
|
|
137
|
-
'fabric.editor.
|
|
108
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
109
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
138
110
|
'fabric.editor.heading1': string;
|
|
139
111
|
'fabric.editor.heading1Description': string;
|
|
140
112
|
'fabric.editor.heading2': string;
|
|
@@ -154,36 +126,25 @@ declare const _default: {
|
|
|
154
126
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
155
127
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
156
128
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
157
|
-
'fabric.editor.help': string;
|
|
158
|
-
'fabric.editor.help.description': string;
|
|
159
129
|
'fabric.editor.helpDialogTips': string;
|
|
160
|
-
'fabric.editor.horizontalRule': string;
|
|
161
|
-
'fabric.editor.horizontalRule.description': string;
|
|
162
130
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
163
131
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
164
132
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
165
133
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
166
|
-
'fabric.editor.image': string;
|
|
167
134
|
'fabric.editor.improvement': string;
|
|
135
|
+
'fabric.editor.indent': string;
|
|
168
136
|
'fabric.editor.info': string;
|
|
169
137
|
'fabric.editor.infoPanel': string;
|
|
170
138
|
'fabric.editor.infoPanel.description': string;
|
|
171
139
|
'fabric.editor.inlineDescription': string;
|
|
172
140
|
'fabric.editor.inlineTitle': string;
|
|
173
|
-
'fabric.editor.
|
|
174
|
-
'fabric.editor.insertMenu': string;
|
|
175
|
-
'fabric.editor.insertRow': string;
|
|
141
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
176
142
|
'fabric.editor.invalidDateError': string;
|
|
177
143
|
'fabric.editor.invalidLink': string;
|
|
178
144
|
'fabric.editor.inviteItem.title': string;
|
|
179
145
|
'fabric.editor.italic': string;
|
|
180
146
|
'fabric.editor.keyboardShortcuts': string;
|
|
181
|
-
'fabric.editor.layoutFixedWidth': string;
|
|
182
|
-
'fabric.editor.layoutFullWidth': string;
|
|
183
|
-
'fabric.editor.layoutWide': string;
|
|
184
147
|
'fabric.editor.leftSidebar': string;
|
|
185
|
-
'fabric.editor.link': string;
|
|
186
|
-
'fabric.editor.link.description': string;
|
|
187
148
|
'fabric.editor.linkAddress': string;
|
|
188
149
|
'fabric.editor.linkPlaceholder': string;
|
|
189
150
|
'fabric.editor.lists': string;
|
|
@@ -191,50 +152,38 @@ declare const _default: {
|
|
|
191
152
|
'fabric.editor.matchCase': string;
|
|
192
153
|
'fabric.editor.mediaAddLink': string;
|
|
193
154
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
194
|
-
'fabric.editor.mention': string;
|
|
195
|
-
'fabric.editor.mention.description': string;
|
|
196
155
|
'fabric.editor.mentionsAddLabel': string;
|
|
197
156
|
'fabric.editor.mentionsIconLabel': string;
|
|
198
|
-
'fabric.editor.mergeCells': string;
|
|
199
157
|
'fabric.editor.moreFormatting': string;
|
|
200
158
|
'fabric.editor.noResultsFound': string;
|
|
159
|
+
'fabric.editor.noSearchResults': string;
|
|
201
160
|
'fabric.editor.normal': string;
|
|
202
161
|
'fabric.editor.note': string;
|
|
203
162
|
'fabric.editor.notePanel': string;
|
|
204
163
|
'fabric.editor.notePanel.description': string;
|
|
205
|
-
'fabric.editor.numberedColumn': string;
|
|
206
164
|
'fabric.editor.off': string;
|
|
207
165
|
'fabric.editor.on': string;
|
|
208
166
|
'fabric.editor.orderedList': string;
|
|
209
167
|
'fabric.editor.orderedList.description': string;
|
|
210
168
|
'fabric.editor.other': string;
|
|
169
|
+
'fabric.editor.outdent': string;
|
|
211
170
|
'fabric.editor.pageActionsLabel': string;
|
|
212
171
|
'fabric.editor.panel.backgroundColor': string;
|
|
213
172
|
'fabric.editor.panel.emoji': string;
|
|
214
173
|
'fabric.editor.pastePlainText': string;
|
|
215
174
|
'fabric.editor.placeholderAltText': string;
|
|
216
|
-
'fabric.editor.placeholderText': string;
|
|
217
|
-
'fabric.editor.placeholderText.description': string;
|
|
218
175
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
219
176
|
'fabric.editor.quickInsert': string;
|
|
220
177
|
'fabric.editor.redo': string;
|
|
221
|
-
'fabric.editor.remove': string;
|
|
222
|
-
'fabric.editor.removeColumns': string;
|
|
223
|
-
'fabric.editor.removeEmoji': string;
|
|
224
|
-
'fabric.editor.removeRows': string;
|
|
225
178
|
'fabric.editor.replace': string;
|
|
226
179
|
'fabric.editor.replaceAll': string;
|
|
227
180
|
'fabric.editor.replaceWith': string;
|
|
228
181
|
'fabric.editor.resultsCount': string;
|
|
229
182
|
'fabric.editor.rightSidebar': string;
|
|
230
|
-
'fabric.editor.
|
|
183
|
+
'fabric.editor.searchResults': string;
|
|
231
184
|
'fabric.editor.selectLanguage': string;
|
|
185
|
+
'fabric.editor.settingsLinks': string;
|
|
232
186
|
'fabric.editor.single': string;
|
|
233
|
-
'fabric.editor.sortColumnASC': string;
|
|
234
|
-
'fabric.editor.sortColumnDESC': string;
|
|
235
|
-
'fabric.editor.splitCell': string;
|
|
236
|
-
'fabric.editor.status': string;
|
|
237
|
-
'fabric.editor.status.description': string;
|
|
238
187
|
'fabric.editor.statusPlaceholder': string;
|
|
239
188
|
'fabric.editor.story': string;
|
|
240
189
|
'fabric.editor.strike': string;
|
|
@@ -247,11 +196,6 @@ declare const _default: {
|
|
|
247
196
|
'fabric.editor.superscript': string;
|
|
248
197
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
249
198
|
'fabric.editor.supportAltText': string;
|
|
250
|
-
'fabric.editor.table': string;
|
|
251
|
-
'fabric.editor.table.description': string;
|
|
252
|
-
'fabric.editor.tableOptions': string;
|
|
253
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
254
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
255
199
|
'fabric.editor.task': string;
|
|
256
200
|
'fabric.editor.taskPlaceholder': string;
|
|
257
201
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -259,17 +203,8 @@ declare const _default: {
|
|
|
259
203
|
'fabric.editor.textStyles': string;
|
|
260
204
|
'fabric.editor.threeColumns': string;
|
|
261
205
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
262
|
-
'fabric.editor.time.ago': string;
|
|
263
|
-
'fabric.editor.time.updated': string;
|
|
264
|
-
'fabric.editor.time.viewed': string;
|
|
265
206
|
'fabric.editor.toolbarLabel': string;
|
|
266
207
|
'fabric.editor.toolbarMediaTitle': string;
|
|
267
|
-
'fabric.editor.tooltip.blockPanel': string;
|
|
268
|
-
'fabric.editor.tooltip.bulletList': string;
|
|
269
|
-
'fabric.editor.tooltip.decisionList': string;
|
|
270
|
-
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
271
|
-
'fabric.editor.tooltip.nestedExpand': string;
|
|
272
|
-
'fabric.editor.tooltip.taskList': string;
|
|
273
208
|
'fabric.editor.twoColumns': string;
|
|
274
209
|
'fabric.editor.typeAheadResultLabel': string;
|
|
275
210
|
'fabric.editor.unableToOpenLink': string;
|
|
@@ -281,35 +216,11 @@ declare const _default: {
|
|
|
281
216
|
'fabric.editor.url': string;
|
|
282
217
|
'fabric.editor.urlDescription': string;
|
|
283
218
|
'fabric.editor.urlTitle': string;
|
|
284
|
-
'fabric.editor.viewMore': string;
|
|
285
|
-
'fabric.editor.visit': string;
|
|
286
219
|
'fabric.editor.warning': string;
|
|
287
220
|
'fabric.editor.warningPanel': string;
|
|
288
221
|
'fabric.editor.warningPanel.description': string;
|
|
289
222
|
'fabric.editor.wrapLeft': string;
|
|
290
223
|
'fabric.editor.wrapRight': string;
|
|
291
|
-
'fabric.theme.blue': string;
|
|
292
|
-
'fabric.theme.dark-blue': string;
|
|
293
|
-
'fabric.theme.dark-green': string;
|
|
294
|
-
'fabric.theme.dark-purple': string;
|
|
295
|
-
'fabric.theme.dark-red': string;
|
|
296
|
-
'fabric.theme.dark-teal': string;
|
|
297
|
-
'fabric.theme.dark-yellow': string;
|
|
298
|
-
'fabric.theme.gray': string;
|
|
299
|
-
'fabric.theme.green': string;
|
|
300
|
-
'fabric.theme.light-blue': string;
|
|
301
|
-
'fabric.theme.light-gray': string;
|
|
302
|
-
'fabric.theme.light-green': string;
|
|
303
|
-
'fabric.theme.light-purple': string;
|
|
304
|
-
'fabric.theme.light-red': string;
|
|
305
|
-
'fabric.theme.light-teal': string;
|
|
306
|
-
'fabric.theme.light-yellow': string;
|
|
307
|
-
'fabric.theme.orange': string;
|
|
308
|
-
'fabric.theme.purple': string;
|
|
309
|
-
'fabric.theme.red': string;
|
|
310
|
-
'fabric.theme.teal': string;
|
|
311
|
-
'fabric.theme.white': string;
|
|
312
|
-
'fabric.theme.yellow': string;
|
|
313
224
|
};
|
|
314
225
|
/**
|
|
315
226
|
* NOTE:
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.action': string;
|
|
3
|
-
'fabric.editor.action.description': string;
|
|
4
2
|
'fabric.editor.addAltText': string;
|
|
5
3
|
'fabric.editor.alignCenter': string;
|
|
6
|
-
'fabric.editor.alignImageCenter': string;
|
|
7
|
-
'fabric.editor.alignImageLeft': string;
|
|
8
|
-
'fabric.editor.alignImageRight': string;
|
|
9
4
|
'fabric.editor.alignLeft': string;
|
|
10
5
|
'fabric.editor.alignRight': string;
|
|
11
6
|
'fabric.editor.alignment': string;
|
|
@@ -17,20 +12,14 @@ declare const _default: {
|
|
|
17
12
|
'fabric.editor.blockCardUnavailable': string;
|
|
18
13
|
'fabric.editor.blockDescription': string;
|
|
19
14
|
'fabric.editor.blockTitle': string;
|
|
20
|
-
'fabric.editor.blockquote': string;
|
|
21
15
|
'fabric.editor.blockquote.description': string;
|
|
22
16
|
'fabric.editor.blockquote2': string;
|
|
23
17
|
'fabric.editor.bold': string;
|
|
24
18
|
'fabric.editor.bug': string;
|
|
25
|
-
'fabric.editor.canNotSortTable': string;
|
|
26
|
-
'fabric.editor.cancelButton': string;
|
|
27
19
|
'fabric.editor.captionPlaceholder': string;
|
|
28
20
|
'fabric.editor.cardFloatingControls': string;
|
|
29
|
-
'fabric.editor.cellBackground': string;
|
|
30
|
-
'fabric.editor.cellOptions': string;
|
|
31
21
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
32
22
|
'fabric.editor.clearAltTextEdit': string;
|
|
33
|
-
'fabric.editor.clearCells': string;
|
|
34
23
|
'fabric.editor.clearFormatting': string;
|
|
35
24
|
'fabric.editor.clearLink': string;
|
|
36
25
|
'fabric.editor.clearLinkText': string;
|
|
@@ -41,9 +30,6 @@ declare const _default: {
|
|
|
41
30
|
'fabric.editor.code.on': string;
|
|
42
31
|
'fabric.editor.codeblock': string;
|
|
43
32
|
'fabric.editor.codeblock.description': string;
|
|
44
|
-
'fabric.editor.collapseTable': string;
|
|
45
|
-
'fabric.editor.columns': string;
|
|
46
|
-
'fabric.editor.columns.description': string;
|
|
47
33
|
'fabric.editor.configFailedToLoad': string;
|
|
48
34
|
'fabric.editor.configPanel.cancel': string;
|
|
49
35
|
'fabric.editor.configPanel.close': string;
|
|
@@ -61,16 +47,10 @@ declare const _default: {
|
|
|
61
47
|
'fabric.editor.configPanel.invalid': string;
|
|
62
48
|
'fabric.editor.configPanel.required': string;
|
|
63
49
|
'fabric.editor.configPanel.submit': string;
|
|
64
|
-
'fabric.editor.copiedToClipboard': string;
|
|
65
|
-
'fabric.editor.copyToClipboard': string;
|
|
66
50
|
'fabric.editor.createComment': string;
|
|
67
51
|
'fabric.editor.createCommentInvalid': string;
|
|
68
52
|
'fabric.editor.customPanel': string;
|
|
69
53
|
'fabric.editor.customPanel.description': string;
|
|
70
|
-
'fabric.editor.date': string;
|
|
71
|
-
'fabric.editor.date.description': string;
|
|
72
|
-
'fabric.editor.decision': string;
|
|
73
|
-
'fabric.editor.decision.description': string;
|
|
74
54
|
'fabric.editor.decisionPlaceholder': string;
|
|
75
55
|
'fabric.editor.defaultAltText': string;
|
|
76
56
|
'fabric.editor.displayBlock': string;
|
|
@@ -79,14 +59,12 @@ declare const _default: {
|
|
|
79
59
|
'fabric.editor.displayLink': string;
|
|
80
60
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
81
61
|
'fabric.editor.displayText': string;
|
|
82
|
-
'fabric.editor.distributeColumns': string;
|
|
83
62
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
84
63
|
'fabric.editor.ecombedDescription': string;
|
|
85
64
|
'fabric.editor.edit': string;
|
|
86
65
|
'fabric.editor.editAltText': string;
|
|
87
66
|
'fabric.editor.editDateText': string;
|
|
88
67
|
'fabric.editor.editLink': string;
|
|
89
|
-
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
90
68
|
'fabric.editor.editStatusColor': string;
|
|
91
69
|
'fabric.editor.editStatusText': string;
|
|
92
70
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -109,20 +87,14 @@ declare const _default: {
|
|
|
109
87
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
110
88
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
111
89
|
'fabric.editor.embedTitle': string;
|
|
112
|
-
'fabric.editor.emoji': string;
|
|
113
|
-
'fabric.editor.emoji.description': string;
|
|
114
90
|
'fabric.editor.emptyLink': string;
|
|
115
91
|
'fabric.editor.epic': string;
|
|
116
92
|
'fabric.editor.error': string;
|
|
117
93
|
'fabric.editor.errorPanel': string;
|
|
118
94
|
'fabric.editor.errorPanel.description': string;
|
|
119
|
-
'fabric.editor.
|
|
120
|
-
'fabric.editor.
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
96
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
121
97
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
122
|
-
'fabric.editor.feedbackDialog': string;
|
|
123
|
-
'fabric.editor.feedbackDialog.description': string;
|
|
124
|
-
'fabric.editor.filesAndImages': string;
|
|
125
|
-
'fabric.editor.filesAndImages.description': string;
|
|
126
98
|
'fabric.editor.find': string;
|
|
127
99
|
'fabric.editor.findNext': string;
|
|
128
100
|
'fabric.editor.findPrevious': string;
|
|
@@ -132,8 +104,6 @@ declare const _default: {
|
|
|
132
104
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
133
105
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
134
106
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
135
|
-
'fabric.editor.headerColumn': string;
|
|
136
|
-
'fabric.editor.headerRow': string;
|
|
137
107
|
'fabric.editor.heading1': string;
|
|
138
108
|
'fabric.editor.heading1Description': string;
|
|
139
109
|
'fabric.editor.heading2': string;
|
|
@@ -153,36 +123,25 @@ declare const _default: {
|
|
|
153
123
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
154
124
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
155
125
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
156
|
-
'fabric.editor.help': string;
|
|
157
|
-
'fabric.editor.help.description': string;
|
|
158
126
|
'fabric.editor.helpDialogTips': string;
|
|
159
|
-
'fabric.editor.horizontalRule': string;
|
|
160
|
-
'fabric.editor.horizontalRule.description': string;
|
|
161
127
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
162
128
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
163
129
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
164
130
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
165
|
-
'fabric.editor.image': string;
|
|
166
131
|
'fabric.editor.improvement': string;
|
|
132
|
+
'fabric.editor.indent': string;
|
|
167
133
|
'fabric.editor.info': string;
|
|
168
134
|
'fabric.editor.infoPanel': string;
|
|
169
135
|
'fabric.editor.infoPanel.description': string;
|
|
170
136
|
'fabric.editor.inlineDescription': string;
|
|
171
137
|
'fabric.editor.inlineTitle': string;
|
|
172
|
-
'fabric.editor.
|
|
173
|
-
'fabric.editor.insertMenu': string;
|
|
174
|
-
'fabric.editor.insertRow': string;
|
|
138
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
175
139
|
'fabric.editor.invalidDateError': string;
|
|
176
140
|
'fabric.editor.invalidLink': string;
|
|
177
141
|
'fabric.editor.inviteItem.title': string;
|
|
178
142
|
'fabric.editor.italic': string;
|
|
179
143
|
'fabric.editor.keyboardShortcuts': string;
|
|
180
|
-
'fabric.editor.layoutFixedWidth': string;
|
|
181
|
-
'fabric.editor.layoutFullWidth': string;
|
|
182
|
-
'fabric.editor.layoutWide': string;
|
|
183
144
|
'fabric.editor.leftSidebar': string;
|
|
184
|
-
'fabric.editor.link': string;
|
|
185
|
-
'fabric.editor.link.description': string;
|
|
186
145
|
'fabric.editor.linkAddress': string;
|
|
187
146
|
'fabric.editor.linkPlaceholder': string;
|
|
188
147
|
'fabric.editor.lists': string;
|
|
@@ -190,50 +149,38 @@ declare const _default: {
|
|
|
190
149
|
'fabric.editor.matchCase': string;
|
|
191
150
|
'fabric.editor.mediaAddLink': string;
|
|
192
151
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
193
|
-
'fabric.editor.mention': string;
|
|
194
|
-
'fabric.editor.mention.description': string;
|
|
195
152
|
'fabric.editor.mentionsAddLabel': string;
|
|
196
153
|
'fabric.editor.mentionsIconLabel': string;
|
|
197
|
-
'fabric.editor.mergeCells': string;
|
|
198
154
|
'fabric.editor.moreFormatting': string;
|
|
199
155
|
'fabric.editor.noResultsFound': string;
|
|
156
|
+
'fabric.editor.noSearchResults': string;
|
|
200
157
|
'fabric.editor.normal': string;
|
|
201
158
|
'fabric.editor.note': string;
|
|
202
159
|
'fabric.editor.notePanel': string;
|
|
203
160
|
'fabric.editor.notePanel.description': string;
|
|
204
|
-
'fabric.editor.numberedColumn': string;
|
|
205
161
|
'fabric.editor.off': string;
|
|
206
162
|
'fabric.editor.on': string;
|
|
207
163
|
'fabric.editor.orderedList': string;
|
|
208
164
|
'fabric.editor.orderedList.description': string;
|
|
209
165
|
'fabric.editor.other': string;
|
|
166
|
+
'fabric.editor.outdent': string;
|
|
210
167
|
'fabric.editor.pageActionsLabel': string;
|
|
211
168
|
'fabric.editor.panel.backgroundColor': string;
|
|
212
169
|
'fabric.editor.panel.emoji': string;
|
|
213
170
|
'fabric.editor.pastePlainText': string;
|
|
214
171
|
'fabric.editor.placeholderAltText': string;
|
|
215
|
-
'fabric.editor.placeholderText': string;
|
|
216
|
-
'fabric.editor.placeholderText.description': string;
|
|
217
172
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
218
173
|
'fabric.editor.quickInsert': string;
|
|
219
174
|
'fabric.editor.redo': string;
|
|
220
|
-
'fabric.editor.remove': string;
|
|
221
|
-
'fabric.editor.removeColumns': string;
|
|
222
|
-
'fabric.editor.removeEmoji': string;
|
|
223
|
-
'fabric.editor.removeRows': string;
|
|
224
175
|
'fabric.editor.replace': string;
|
|
225
176
|
'fabric.editor.replaceAll': string;
|
|
226
177
|
'fabric.editor.replaceWith': string;
|
|
227
178
|
'fabric.editor.resultsCount': string;
|
|
228
179
|
'fabric.editor.rightSidebar': string;
|
|
229
|
-
'fabric.editor.
|
|
180
|
+
'fabric.editor.searchResults': string;
|
|
230
181
|
'fabric.editor.selectLanguage': string;
|
|
182
|
+
'fabric.editor.settingsLinks': string;
|
|
231
183
|
'fabric.editor.single': string;
|
|
232
|
-
'fabric.editor.sortColumnASC': string;
|
|
233
|
-
'fabric.editor.sortColumnDESC': string;
|
|
234
|
-
'fabric.editor.splitCell': string;
|
|
235
|
-
'fabric.editor.status': string;
|
|
236
|
-
'fabric.editor.status.description': string;
|
|
237
184
|
'fabric.editor.statusPlaceholder': string;
|
|
238
185
|
'fabric.editor.story': string;
|
|
239
186
|
'fabric.editor.strike': string;
|
|
@@ -246,11 +193,6 @@ declare const _default: {
|
|
|
246
193
|
'fabric.editor.superscript': string;
|
|
247
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
248
195
|
'fabric.editor.supportAltText': string;
|
|
249
|
-
'fabric.editor.table': string;
|
|
250
|
-
'fabric.editor.table.description': string;
|
|
251
|
-
'fabric.editor.tableOptions': string;
|
|
252
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
253
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
254
196
|
'fabric.editor.task': string;
|
|
255
197
|
'fabric.editor.taskPlaceholder': string;
|
|
256
198
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -258,17 +200,8 @@ declare const _default: {
|
|
|
258
200
|
'fabric.editor.textStyles': string;
|
|
259
201
|
'fabric.editor.threeColumns': string;
|
|
260
202
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
261
|
-
'fabric.editor.time.ago': string;
|
|
262
|
-
'fabric.editor.time.updated': string;
|
|
263
|
-
'fabric.editor.time.viewed': string;
|
|
264
203
|
'fabric.editor.toolbarLabel': string;
|
|
265
204
|
'fabric.editor.toolbarMediaTitle': string;
|
|
266
|
-
'fabric.editor.tooltip.blockPanel': string;
|
|
267
|
-
'fabric.editor.tooltip.bulletList': string;
|
|
268
|
-
'fabric.editor.tooltip.decisionList': string;
|
|
269
|
-
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
270
|
-
'fabric.editor.tooltip.nestedExpand': string;
|
|
271
|
-
'fabric.editor.tooltip.taskList': string;
|
|
272
205
|
'fabric.editor.twoColumns': string;
|
|
273
206
|
'fabric.editor.typeAheadResultLabel': string;
|
|
274
207
|
'fabric.editor.unableToOpenLink': string;
|
|
@@ -280,8 +213,6 @@ declare const _default: {
|
|
|
280
213
|
'fabric.editor.url': string;
|
|
281
214
|
'fabric.editor.urlDescription': string;
|
|
282
215
|
'fabric.editor.urlTitle': string;
|
|
283
|
-
'fabric.editor.viewMore': string;
|
|
284
|
-
'fabric.editor.visit': string;
|
|
285
216
|
'fabric.editor.warning': string;
|
|
286
217
|
'fabric.editor.warningPanel': string;
|
|
287
218
|
'fabric.editor.warningPanel.description': string;
|