@atlaskit/editor-common 77.4.5 → 78.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 +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -7,14 +7,24 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
+
'fabric.editor.addAltText': string;
|
|
11
|
+
'fabric.editor.addColumnLeft': string;
|
|
12
|
+
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addImageBorder': string;
|
|
10
14
|
'fabric.editor.addMediaFiles': string;
|
|
15
|
+
'fabric.editor.addRowAbove': string;
|
|
16
|
+
'fabric.editor.addRowBelow': string;
|
|
11
17
|
'fabric.editor.alignCenter': string;
|
|
12
18
|
'fabric.editor.alignImageCenter': string;
|
|
13
19
|
'fabric.editor.alignImageLeft': string;
|
|
14
20
|
'fabric.editor.alignImageRight': string;
|
|
15
21
|
'fabric.editor.alignLeft': string;
|
|
16
22
|
'fabric.editor.alignRight': string;
|
|
23
|
+
'fabric.editor.alignment': string;
|
|
24
|
+
'fabric.editor.altText': string;
|
|
25
|
+
'fabric.editor.alttext.validation': string;
|
|
17
26
|
'fabric.editor.annotationToolbar': string;
|
|
27
|
+
'fabric.editor.backLink': string;
|
|
18
28
|
'fabric.editor.backgroundColor': string;
|
|
19
29
|
'fabric.editor.blockCardUnavailable': string;
|
|
20
30
|
'fabric.editor.blockDescription': string;
|
|
@@ -30,10 +40,15 @@ declare const _default: {
|
|
|
30
40
|
'fabric.editor.cardFloatingControls': string;
|
|
31
41
|
'fabric.editor.cellBackground': string;
|
|
32
42
|
'fabric.editor.cellOptions': string;
|
|
43
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
44
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
33
45
|
'fabric.editor.clearCells': string;
|
|
34
46
|
'fabric.editor.clearFormatting': string;
|
|
35
47
|
'fabric.editor.clearLink': string;
|
|
36
48
|
'fabric.editor.clearLinkText': string;
|
|
49
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
50
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
51
|
+
'fabric.editor.closeHelpDialog': string;
|
|
37
52
|
'fabric.editor.code': string;
|
|
38
53
|
'fabric.editor.code.on': string;
|
|
39
54
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -45,8 +60,28 @@ declare const _default: {
|
|
|
45
60
|
'fabric.editor.codeblock.description': string;
|
|
46
61
|
'fabric.editor.collapseNode': string;
|
|
47
62
|
'fabric.editor.collapseTable': string;
|
|
63
|
+
'fabric.editor.columnDragHandle': string;
|
|
48
64
|
'fabric.editor.columns': string;
|
|
49
65
|
'fabric.editor.columns.description': string;
|
|
66
|
+
'fabric.editor.configFailedToLoad': string;
|
|
67
|
+
'fabric.editor.configPanel.cancel': string;
|
|
68
|
+
'fabric.editor.configPanel.close': string;
|
|
69
|
+
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
70
|
+
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
71
|
+
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
72
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
73
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
74
|
+
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
75
|
+
'fabric.editor.configPanel.documentation': string;
|
|
76
|
+
'fabric.editor.configPanel.errorBoundary.note': string;
|
|
77
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
78
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
79
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
80
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
81
|
+
'fabric.editor.configPanel.help': string;
|
|
82
|
+
'fabric.editor.configPanel.invalid': string;
|
|
83
|
+
'fabric.editor.configPanel.required': string;
|
|
84
|
+
'fabric.editor.configPanel.submit': string;
|
|
50
85
|
'fabric.editor.copiedToClipboard': string;
|
|
51
86
|
'fabric.editor.copyToClipboard': string;
|
|
52
87
|
'fabric.editor.cornerControl': string;
|
|
@@ -58,12 +93,16 @@ declare const _default: {
|
|
|
58
93
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
59
94
|
'fabric.editor.datasource.jiraIssue': string;
|
|
60
95
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
96
|
+
'fabric.editor.datasourceAppearanceTitle': string;
|
|
61
97
|
'fabric.editor.datasourceTitle': string;
|
|
62
98
|
'fabric.editor.date': string;
|
|
63
99
|
'fabric.editor.date.description': string;
|
|
64
100
|
'fabric.editor.decision': string;
|
|
65
101
|
'fabric.editor.decision.description': string;
|
|
102
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
103
|
+
'fabric.editor.decreaseSize': string;
|
|
66
104
|
'fabric.editor.defaultAltText': string;
|
|
105
|
+
'fabric.editor.description': string;
|
|
67
106
|
'fabric.editor.displayBlock': string;
|
|
68
107
|
'fabric.editor.displayEmbed': string;
|
|
69
108
|
'fabric.editor.displayInline': string;
|
|
@@ -71,23 +110,46 @@ declare const _default: {
|
|
|
71
110
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
72
111
|
'fabric.editor.displayText': string;
|
|
73
112
|
'fabric.editor.distributeColumns': string;
|
|
113
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
74
114
|
'fabric.editor.ecombedDescription': string;
|
|
115
|
+
'fabric.editor.edit': string;
|
|
75
116
|
'fabric.editor.edit.datasource': string;
|
|
117
|
+
'fabric.editor.editAltText': string;
|
|
76
118
|
'fabric.editor.editDateText': string;
|
|
77
119
|
'fabric.editor.editLink': string;
|
|
78
120
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
79
121
|
'fabric.editor.editStatusColor': string;
|
|
80
122
|
'fabric.editor.editStatusText': string;
|
|
81
123
|
'fabric.editor.editableContentLabel': string;
|
|
124
|
+
'fabric.editor.editorHelp': string;
|
|
125
|
+
'fabric.editor.editors': string;
|
|
126
|
+
'fabric.editor.elementBrowser.help': string;
|
|
127
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
128
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
133
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
134
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
82
138
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
83
139
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
84
140
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
141
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
142
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
143
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
85
146
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
86
147
|
'fabric.editor.embedTitle': string;
|
|
87
148
|
'fabric.editor.emoji': string;
|
|
88
149
|
'fabric.editor.emoji.description': string;
|
|
89
150
|
'fabric.editor.emptyLink': string;
|
|
90
151
|
'fabric.editor.epic': string;
|
|
152
|
+
'fabric.editor.error': string;
|
|
91
153
|
'fabric.editor.errorPanel': string;
|
|
92
154
|
'fabric.editor.errorPanel.description': string;
|
|
93
155
|
'fabric.editor.expand': string;
|
|
@@ -95,13 +157,28 @@ declare const _default: {
|
|
|
95
157
|
'fabric.editor.expandDefaultTitle': string;
|
|
96
158
|
'fabric.editor.expandNode': string;
|
|
97
159
|
'fabric.editor.expandPlaceholder': string;
|
|
160
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
98
161
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
162
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
99
163
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
100
164
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
165
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
101
166
|
'fabric.editor.failed_to_upload': string;
|
|
102
167
|
'fabric.editor.feedbackDialog': string;
|
|
103
168
|
'fabric.editor.feedbackDialog.description': string;
|
|
169
|
+
'fabric.editor.find': string;
|
|
170
|
+
'fabric.editor.findNext': string;
|
|
171
|
+
'fabric.editor.findPrevious': string;
|
|
172
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
173
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
104
174
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
175
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
176
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
177
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
178
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
179
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
180
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
181
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
105
182
|
'fabric.editor.headerColumn': string;
|
|
106
183
|
'fabric.editor.headerRow': string;
|
|
107
184
|
'fabric.editor.heading1': string;
|
|
@@ -124,6 +201,7 @@ declare const _default: {
|
|
|
124
201
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
125
202
|
'fabric.editor.help': string;
|
|
126
203
|
'fabric.editor.help.description': string;
|
|
204
|
+
'fabric.editor.helpDialogTips': string;
|
|
127
205
|
'fabric.editor.horizontalRule': string;
|
|
128
206
|
'fabric.editor.horizontalRule.description': string;
|
|
129
207
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -132,19 +210,33 @@ declare const _default: {
|
|
|
132
210
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
133
211
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
134
212
|
'fabric.editor.image': string;
|
|
213
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
214
|
+
'fabric.editor.imageBorderBold': string;
|
|
215
|
+
'fabric.editor.imageBorderColor': string;
|
|
216
|
+
'fabric.editor.imageBorderMedium': string;
|
|
217
|
+
'fabric.editor.imageBorderOptions': string;
|
|
218
|
+
'fabric.editor.imageBorderSize': string;
|
|
219
|
+
'fabric.editor.imageBorderSubtle': string;
|
|
135
220
|
'fabric.editor.improvement': string;
|
|
221
|
+
'fabric.editor.increaseSize': string;
|
|
136
222
|
'fabric.editor.indent': string;
|
|
223
|
+
'fabric.editor.info': string;
|
|
137
224
|
'fabric.editor.infoPanel': string;
|
|
138
225
|
'fabric.editor.infoPanel.description': string;
|
|
139
226
|
'fabric.editor.inlineDescription': string;
|
|
227
|
+
'fabric.editor.inlineOverlay': string;
|
|
140
228
|
'fabric.editor.inlineTitle': string;
|
|
229
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
141
230
|
'fabric.editor.insertColumn': string;
|
|
142
231
|
'fabric.editor.insertColumnDrag': string;
|
|
143
232
|
'fabric.editor.insertMenu': string;
|
|
144
233
|
'fabric.editor.insertRow': string;
|
|
145
234
|
'fabric.editor.insertRowDrag': string;
|
|
235
|
+
'fabric.editor.invalidDateError': string;
|
|
146
236
|
'fabric.editor.invalidLink': string;
|
|
237
|
+
'fabric.editor.inviteItem.title': string;
|
|
147
238
|
'fabric.editor.italic': string;
|
|
239
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
148
240
|
'fabric.editor.layoutFixedWidth': string;
|
|
149
241
|
'fabric.editor.layoutFullWidth': string;
|
|
150
242
|
'fabric.editor.layoutWide': string;
|
|
@@ -154,17 +246,44 @@ declare const _default: {
|
|
|
154
246
|
'fabric.editor.linkAddress': string;
|
|
155
247
|
'fabric.editor.linkPlaceholder': string;
|
|
156
248
|
'fabric.editor.lists': string;
|
|
249
|
+
'fabric.editor.markdown': string;
|
|
250
|
+
'fabric.editor.matchCase': string;
|
|
251
|
+
'fabric.editor.media.MediaWidthIsMin': string;
|
|
252
|
+
'fabric.editor.media.decreased': string;
|
|
253
|
+
'fabric.editor.media.increased': string;
|
|
254
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
255
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
256
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
257
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
258
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
259
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
260
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
261
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
262
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
157
263
|
'fabric.editor.mediaAddLink': string;
|
|
158
264
|
'fabric.editor.mediaFiles': string;
|
|
159
265
|
'fabric.editor.mediaFiles.description': string;
|
|
266
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
267
|
+
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
268
|
+
'fabric.editor.media_change_mediainline_default': string;
|
|
160
269
|
'fabric.editor.media_change_mediasingle': string;
|
|
161
270
|
'fabric.editor.mention': string;
|
|
162
271
|
'fabric.editor.mention.description': string;
|
|
272
|
+
'fabric.editor.mentionNode.label': string;
|
|
273
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
274
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
163
275
|
'fabric.editor.mergeCells': string;
|
|
164
276
|
'fabric.editor.moreFormatting': string;
|
|
277
|
+
'fabric.editor.moveColumnLeft': string;
|
|
278
|
+
'fabric.editor.moveColumnRight': string;
|
|
279
|
+
'fabric.editor.moveDownDown': string;
|
|
280
|
+
'fabric.editor.moveRowUp': string;
|
|
165
281
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
166
282
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
283
|
+
'fabric.editor.noResultsFound': string;
|
|
284
|
+
'fabric.editor.noSearchResults': string;
|
|
167
285
|
'fabric.editor.normal': string;
|
|
286
|
+
'fabric.editor.note': string;
|
|
168
287
|
'fabric.editor.notePanel': string;
|
|
169
288
|
'fabric.editor.notePanel.description': string;
|
|
170
289
|
'fabric.editor.numberedColumn': string;
|
|
@@ -176,22 +295,44 @@ declare const _default: {
|
|
|
176
295
|
'fabric.editor.other': string;
|
|
177
296
|
'fabric.editor.outdent': string;
|
|
178
297
|
'fabric.editor.pageActionsLabel': string;
|
|
298
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
299
|
+
'fabric.editor.panel.emoji': string;
|
|
300
|
+
'fabric.editor.pasteOptions': string;
|
|
301
|
+
'fabric.editor.pastePlainText': string;
|
|
302
|
+
'fabric.editor.placeholderAltText': string;
|
|
179
303
|
'fabric.editor.placeholderText': string;
|
|
180
304
|
'fabric.editor.placeholderText.description': string;
|
|
305
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
306
|
+
'fabric.editor.plainText': string;
|
|
307
|
+
'fabric.editor.quickInsert': string;
|
|
181
308
|
'fabric.editor.recordVideo': string;
|
|
182
309
|
'fabric.editor.recordVideo.description': string;
|
|
183
310
|
'fabric.editor.redo': string;
|
|
184
311
|
'fabric.editor.remove': string;
|
|
185
312
|
'fabric.editor.removeColumns': string;
|
|
186
313
|
'fabric.editor.removeEmoji': string;
|
|
314
|
+
'fabric.editor.removeImageBorder': string;
|
|
187
315
|
'fabric.editor.removeRows': string;
|
|
316
|
+
'fabric.editor.replace': string;
|
|
317
|
+
'fabric.editor.replaceAll': string;
|
|
318
|
+
'fabric.editor.replaceWith': string;
|
|
319
|
+
'fabric.editor.resultsCount': string;
|
|
320
|
+
'fabric.editor.richText': string;
|
|
188
321
|
'fabric.editor.rightSidebar': string;
|
|
189
322
|
'fabric.editor.rowControl': string;
|
|
323
|
+
'fabric.editor.rowDragHandle': string;
|
|
190
324
|
'fabric.editor.saveButton': string;
|
|
325
|
+
'fabric.editor.searchResults': string;
|
|
326
|
+
'fabric.editor.selectLanguage': string;
|
|
327
|
+
'fabric.editor.selectTableColumn': string;
|
|
328
|
+
'fabric.editor.selectTableRow': string;
|
|
191
329
|
'fabric.editor.settingsLinks': string;
|
|
330
|
+
'fabric.editor.shortcut': string;
|
|
192
331
|
'fabric.editor.single': string;
|
|
193
332
|
'fabric.editor.sortColumnASC': string;
|
|
194
333
|
'fabric.editor.sortColumnDESC': string;
|
|
334
|
+
'fabric.editor.sortColumnDecreasing': string;
|
|
335
|
+
'fabric.editor.sortColumnIncreasing': string;
|
|
195
336
|
'fabric.editor.splitCell': string;
|
|
196
337
|
'fabric.editor.status': string;
|
|
197
338
|
'fabric.editor.status.description': string;
|
|
@@ -201,21 +342,29 @@ declare const _default: {
|
|
|
201
342
|
'fabric.editor.subTask': string;
|
|
202
343
|
'fabric.editor.subscript': string;
|
|
203
344
|
'fabric.editor.subscript.off.superscript.on': string;
|
|
345
|
+
'fabric.editor.success': string;
|
|
204
346
|
'fabric.editor.successPanel': string;
|
|
205
347
|
'fabric.editor.successPanel.description': string;
|
|
206
348
|
'fabric.editor.superscript': string;
|
|
207
349
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
350
|
+
'fabric.editor.supportAltText': string;
|
|
208
351
|
'fabric.editor.table': string;
|
|
209
352
|
'fabric.editor.table.description': string;
|
|
210
353
|
'fabric.editor.tableOptions': string;
|
|
211
354
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
212
355
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
356
|
+
'fabric.editor.tableSelector': string;
|
|
357
|
+
'fabric.editor.tableSelector.description': string;
|
|
358
|
+
'fabric.editor.tableSizeSelectorButton': string;
|
|
359
|
+
'fabric.editor.tableSizeSelectorPopup': string;
|
|
213
360
|
'fabric.editor.tables.adjustColumn': string;
|
|
214
361
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
215
362
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
216
363
|
'fabric.editor.tables.resizeTable': string;
|
|
217
364
|
'fabric.editor.task': string;
|
|
365
|
+
'fabric.editor.taskPlaceholder': string;
|
|
218
366
|
'fabric.editor.text.formatting.off': string;
|
|
367
|
+
'fabric.editor.textColor': string;
|
|
219
368
|
'fabric.editor.textStyles': string;
|
|
220
369
|
'fabric.editor.threeColumns': string;
|
|
221
370
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -223,6 +372,7 @@ declare const _default: {
|
|
|
223
372
|
'fabric.editor.time.updated': string;
|
|
224
373
|
'fabric.editor.time.viewed': string;
|
|
225
374
|
'fabric.editor.toolbarLabel': string;
|
|
375
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
226
376
|
'fabric.editor.tooltip.blockPanel': string;
|
|
227
377
|
'fabric.editor.tooltip.bulletList': string;
|
|
228
378
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -230,6 +380,15 @@ declare const _default: {
|
|
|
230
380
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
231
381
|
'fabric.editor.tooltip.taskList': string;
|
|
232
382
|
'fabric.editor.twoColumns': string;
|
|
383
|
+
'fabric.editor.typeAhead.popupLabel': string;
|
|
384
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
385
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
386
|
+
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
387
|
+
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
388
|
+
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
389
|
+
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
390
|
+
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
391
|
+
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
233
392
|
'fabric.editor.unableToLoadContent': string;
|
|
234
393
|
'fabric.editor.unableToOpenLink': string;
|
|
235
394
|
'fabric.editor.underline': string;
|
|
@@ -243,12 +402,15 @@ declare const _default: {
|
|
|
243
402
|
'fabric.editor.url': string;
|
|
244
403
|
'fabric.editor.urlDescription': string;
|
|
245
404
|
'fabric.editor.urlTitle': string;
|
|
405
|
+
'fabric.editor.useMarkdown': string;
|
|
246
406
|
'fabric.editor.viewMore': string;
|
|
247
407
|
'fabric.editor.visit': string;
|
|
408
|
+
'fabric.editor.warning': string;
|
|
248
409
|
'fabric.editor.warningPanel': string;
|
|
249
410
|
'fabric.editor.warningPanel.description': string;
|
|
250
411
|
'fabric.editor.wrapLeft': string;
|
|
251
412
|
'fabric.editor.wrapRight': string;
|
|
413
|
+
'fabric.emoji.label': string;
|
|
252
414
|
'fabric.theme.blue': string;
|
|
253
415
|
'fabric.theme.bold-blue': string;
|
|
254
416
|
'fabric.theme.bold-gray': string;
|
|
@@ -301,5 +463,6 @@ declare const _default: {
|
|
|
301
463
|
'fabric.theme.teal': string;
|
|
302
464
|
'fabric.theme.white': string;
|
|
303
465
|
'fabric.theme.yellow': string;
|
|
466
|
+
'fabrid.editor.rowNumbers': string;
|
|
304
467
|
};
|
|
305
468
|
export default _default;
|