@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
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
+
'fabric.editor.addAltText': string;
|
|
10
11
|
'fabric.editor.addColumnLeft': string;
|
|
11
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addImageBorder': string;
|
|
12
14
|
'fabric.editor.addMediaFiles': string;
|
|
13
15
|
'fabric.editor.addRowAbove': string;
|
|
14
16
|
'fabric.editor.addRowBelow': string;
|
|
@@ -18,6 +20,9 @@ declare const _default: {
|
|
|
18
20
|
'fabric.editor.alignImageRight': string;
|
|
19
21
|
'fabric.editor.alignLeft': string;
|
|
20
22
|
'fabric.editor.alignRight': string;
|
|
23
|
+
'fabric.editor.alignment': string;
|
|
24
|
+
'fabric.editor.altText': string;
|
|
25
|
+
'fabric.editor.alttext.validation': string;
|
|
21
26
|
'fabric.editor.annotationToolbar': string;
|
|
22
27
|
'fabric.editor.backgroundColor': string;
|
|
23
28
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -34,10 +39,13 @@ declare const _default: {
|
|
|
34
39
|
'fabric.editor.cardFloatingControls': string;
|
|
35
40
|
'fabric.editor.cellBackground': string;
|
|
36
41
|
'fabric.editor.cellOptions': string;
|
|
42
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
43
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
37
44
|
'fabric.editor.clearCells': string;
|
|
38
45
|
'fabric.editor.clearFormatting': string;
|
|
39
46
|
'fabric.editor.clearLink': string;
|
|
40
47
|
'fabric.editor.clearLinkText': string;
|
|
48
|
+
'fabric.editor.closeHelpDialog': string;
|
|
41
49
|
'fabric.editor.code': string;
|
|
42
50
|
'fabric.editor.code.on': string;
|
|
43
51
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -52,6 +60,16 @@ declare const _default: {
|
|
|
52
60
|
'fabric.editor.columnDragHandle': string;
|
|
53
61
|
'fabric.editor.columns': string;
|
|
54
62
|
'fabric.editor.columns.description': string;
|
|
63
|
+
'fabric.editor.configFailedToLoad': string;
|
|
64
|
+
'fabric.editor.configPanel.documentation': string;
|
|
65
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
66
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
67
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
68
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
69
|
+
'fabric.editor.configPanel.help': string;
|
|
70
|
+
'fabric.editor.configPanel.invalid': string;
|
|
71
|
+
'fabric.editor.configPanel.required': string;
|
|
72
|
+
'fabric.editor.configPanel.submit': string;
|
|
55
73
|
'fabric.editor.copiedToClipboard': string;
|
|
56
74
|
'fabric.editor.copyToClipboard': string;
|
|
57
75
|
'fabric.editor.cornerControl': string;
|
|
@@ -68,7 +86,9 @@ declare const _default: {
|
|
|
68
86
|
'fabric.editor.date.description': string;
|
|
69
87
|
'fabric.editor.decision': string;
|
|
70
88
|
'fabric.editor.decision.description': string;
|
|
89
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
71
90
|
'fabric.editor.defaultAltText': string;
|
|
91
|
+
'fabric.editor.description': string;
|
|
72
92
|
'fabric.editor.displayBlock': string;
|
|
73
93
|
'fabric.editor.displayEmbed': string;
|
|
74
94
|
'fabric.editor.displayInline': string;
|
|
@@ -76,19 +96,38 @@ declare const _default: {
|
|
|
76
96
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
77
97
|
'fabric.editor.displayText': string;
|
|
78
98
|
'fabric.editor.distributeColumns': string;
|
|
99
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
79
100
|
'fabric.editor.ecombedDescription': string;
|
|
101
|
+
'fabric.editor.edit': string;
|
|
80
102
|
'fabric.editor.edit.datasource': string;
|
|
103
|
+
'fabric.editor.editAltText': string;
|
|
81
104
|
'fabric.editor.editDateText': string;
|
|
82
105
|
'fabric.editor.editLink': string;
|
|
83
106
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
84
107
|
'fabric.editor.editStatusColor': string;
|
|
85
108
|
'fabric.editor.editStatusText': string;
|
|
86
109
|
'fabric.editor.editableContentLabel': string;
|
|
110
|
+
'fabric.editor.editorHelp': string;
|
|
111
|
+
'fabric.editor.editors': string;
|
|
112
|
+
'fabric.editor.elementBrowser.help': string;
|
|
113
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
114
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
115
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
116
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
117
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
118
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
119
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
120
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
122
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
123
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
87
124
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
88
125
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
89
126
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
90
127
|
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
91
128
|
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
129
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
130
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
92
131
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
93
132
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
94
133
|
'fabric.editor.embedTitle': string;
|
|
@@ -96,6 +135,7 @@ declare const _default: {
|
|
|
96
135
|
'fabric.editor.emoji.description': string;
|
|
97
136
|
'fabric.editor.emptyLink': string;
|
|
98
137
|
'fabric.editor.epic': string;
|
|
138
|
+
'fabric.editor.error': string;
|
|
99
139
|
'fabric.editor.errorPanel': string;
|
|
100
140
|
'fabric.editor.errorPanel.description': string;
|
|
101
141
|
'fabric.editor.expand': string;
|
|
@@ -103,13 +143,25 @@ declare const _default: {
|
|
|
103
143
|
'fabric.editor.expandDefaultTitle': string;
|
|
104
144
|
'fabric.editor.expandNode': string;
|
|
105
145
|
'fabric.editor.expandPlaceholder': string;
|
|
146
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
106
147
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
107
148
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
108
149
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
150
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
109
151
|
'fabric.editor.failed_to_upload': string;
|
|
110
152
|
'fabric.editor.feedbackDialog': string;
|
|
111
153
|
'fabric.editor.feedbackDialog.description': string;
|
|
154
|
+
'fabric.editor.findNext': string;
|
|
155
|
+
'fabric.editor.findPrevious': string;
|
|
156
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
112
157
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
158
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
159
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
160
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
161
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
162
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
163
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
164
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
113
165
|
'fabric.editor.headerColumn': string;
|
|
114
166
|
'fabric.editor.headerRow': string;
|
|
115
167
|
'fabric.editor.heading1': string;
|
|
@@ -132,6 +184,7 @@ declare const _default: {
|
|
|
132
184
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
133
185
|
'fabric.editor.help': string;
|
|
134
186
|
'fabric.editor.help.description': string;
|
|
187
|
+
'fabric.editor.helpDialogTips': string;
|
|
135
188
|
'fabric.editor.horizontalRule': string;
|
|
136
189
|
'fabric.editor.horizontalRule.description': string;
|
|
137
190
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -140,6 +193,8 @@ declare const _default: {
|
|
|
140
193
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
141
194
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
142
195
|
'fabric.editor.image': string;
|
|
196
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
197
|
+
'fabric.editor.imageBorderOptions': string;
|
|
143
198
|
'fabric.editor.improvement': string;
|
|
144
199
|
'fabric.editor.indent': string;
|
|
145
200
|
'fabric.editor.infoPanel': string;
|
|
@@ -147,13 +202,17 @@ declare const _default: {
|
|
|
147
202
|
'fabric.editor.inlineDescription': string;
|
|
148
203
|
'fabric.editor.inlineOverlay': string;
|
|
149
204
|
'fabric.editor.inlineTitle': string;
|
|
205
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
150
206
|
'fabric.editor.insertColumn': string;
|
|
151
207
|
'fabric.editor.insertColumnDrag': string;
|
|
152
208
|
'fabric.editor.insertMenu': string;
|
|
153
209
|
'fabric.editor.insertRow': string;
|
|
154
210
|
'fabric.editor.insertRowDrag': string;
|
|
211
|
+
'fabric.editor.invalidDateError': string;
|
|
155
212
|
'fabric.editor.invalidLink': string;
|
|
213
|
+
'fabric.editor.inviteItem.title': string;
|
|
156
214
|
'fabric.editor.italic': string;
|
|
215
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
157
216
|
'fabric.editor.layoutFixedWidth': string;
|
|
158
217
|
'fabric.editor.layoutFullWidth': string;
|
|
159
218
|
'fabric.editor.layoutWide': string;
|
|
@@ -163,12 +222,23 @@ declare const _default: {
|
|
|
163
222
|
'fabric.editor.linkAddress': string;
|
|
164
223
|
'fabric.editor.linkPlaceholder': string;
|
|
165
224
|
'fabric.editor.lists': string;
|
|
225
|
+
'fabric.editor.markdown': string;
|
|
226
|
+
'fabric.editor.matchCase': string;
|
|
227
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
228
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
229
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
230
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
231
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
166
232
|
'fabric.editor.mediaAddLink': string;
|
|
167
233
|
'fabric.editor.mediaFiles': string;
|
|
168
234
|
'fabric.editor.mediaFiles.description': string;
|
|
235
|
+
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
236
|
+
'fabric.editor.media_change_mediainline_default': string;
|
|
169
237
|
'fabric.editor.media_change_mediasingle': string;
|
|
170
238
|
'fabric.editor.mention': string;
|
|
171
239
|
'fabric.editor.mention.description': string;
|
|
240
|
+
'fabric.editor.mentionNode.label': string;
|
|
241
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
172
242
|
'fabric.editor.mergeCells': string;
|
|
173
243
|
'fabric.editor.moreFormatting': string;
|
|
174
244
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -177,6 +247,8 @@ declare const _default: {
|
|
|
177
247
|
'fabric.editor.moveRowUp': string;
|
|
178
248
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
179
249
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
250
|
+
'fabric.editor.noResultsFound': string;
|
|
251
|
+
'fabric.editor.noSearchResults': string;
|
|
180
252
|
'fabric.editor.normal': string;
|
|
181
253
|
'fabric.editor.notePanel': string;
|
|
182
254
|
'fabric.editor.notePanel.description': string;
|
|
@@ -189,20 +261,28 @@ declare const _default: {
|
|
|
189
261
|
'fabric.editor.other': string;
|
|
190
262
|
'fabric.editor.outdent': string;
|
|
191
263
|
'fabric.editor.pageActionsLabel': string;
|
|
264
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
265
|
+
'fabric.editor.pastePlainText': string;
|
|
266
|
+
'fabric.editor.placeholderAltText': string;
|
|
192
267
|
'fabric.editor.placeholderText': string;
|
|
193
268
|
'fabric.editor.placeholderText.description': string;
|
|
269
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
194
270
|
'fabric.editor.recordVideo': string;
|
|
195
271
|
'fabric.editor.recordVideo.description': string;
|
|
196
272
|
'fabric.editor.redo': string;
|
|
197
273
|
'fabric.editor.remove': string;
|
|
198
274
|
'fabric.editor.removeColumns': string;
|
|
199
275
|
'fabric.editor.removeEmoji': string;
|
|
276
|
+
'fabric.editor.removeImageBorder': string;
|
|
200
277
|
'fabric.editor.removeRows': string;
|
|
278
|
+
'fabric.editor.resultsCount': string;
|
|
201
279
|
'fabric.editor.rightSidebar': string;
|
|
202
280
|
'fabric.editor.rowControl': string;
|
|
203
281
|
'fabric.editor.rowDragHandle': string;
|
|
204
282
|
'fabric.editor.saveButton': string;
|
|
283
|
+
'fabric.editor.selectLanguage': string;
|
|
205
284
|
'fabric.editor.settingsLinks': string;
|
|
285
|
+
'fabric.editor.shortcut': string;
|
|
206
286
|
'fabric.editor.single': string;
|
|
207
287
|
'fabric.editor.sortColumnASC': string;
|
|
208
288
|
'fabric.editor.sortColumnDESC': string;
|
|
@@ -221,6 +301,7 @@ declare const _default: {
|
|
|
221
301
|
'fabric.editor.successPanel.description': string;
|
|
222
302
|
'fabric.editor.superscript': string;
|
|
223
303
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
304
|
+
'fabric.editor.supportAltText': string;
|
|
224
305
|
'fabric.editor.table': string;
|
|
225
306
|
'fabric.editor.table.description': string;
|
|
226
307
|
'fabric.editor.tableOptions': string;
|
|
@@ -235,7 +316,9 @@ declare const _default: {
|
|
|
235
316
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
236
317
|
'fabric.editor.tables.resizeTable': string;
|
|
237
318
|
'fabric.editor.task': string;
|
|
319
|
+
'fabric.editor.taskPlaceholder': string;
|
|
238
320
|
'fabric.editor.text.formatting.off': string;
|
|
321
|
+
'fabric.editor.textColor': string;
|
|
239
322
|
'fabric.editor.textStyles': string;
|
|
240
323
|
'fabric.editor.threeColumns': string;
|
|
241
324
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -243,6 +326,7 @@ declare const _default: {
|
|
|
243
326
|
'fabric.editor.time.updated': string;
|
|
244
327
|
'fabric.editor.time.viewed': string;
|
|
245
328
|
'fabric.editor.toolbarLabel': string;
|
|
329
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
246
330
|
'fabric.editor.tooltip.blockPanel': string;
|
|
247
331
|
'fabric.editor.tooltip.bulletList': string;
|
|
248
332
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -250,6 +334,15 @@ declare const _default: {
|
|
|
250
334
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
251
335
|
'fabric.editor.tooltip.taskList': string;
|
|
252
336
|
'fabric.editor.twoColumns': string;
|
|
337
|
+
'fabric.editor.typeAhead.popupLabel': string;
|
|
338
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
339
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
340
|
+
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
341
|
+
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
342
|
+
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
343
|
+
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
344
|
+
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
345
|
+
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
253
346
|
'fabric.editor.unableToLoadContent': string;
|
|
254
347
|
'fabric.editor.unableToOpenLink': string;
|
|
255
348
|
'fabric.editor.underline': string;
|
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
+
'fabric.editor.addAltText': string;
|
|
10
11
|
'fabric.editor.addColumnLeft': string;
|
|
11
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addImageBorder': string;
|
|
12
14
|
'fabric.editor.addMediaFiles': string;
|
|
13
15
|
'fabric.editor.addRowAbove': string;
|
|
14
16
|
'fabric.editor.addRowBelow': string;
|
|
@@ -18,6 +20,9 @@ declare const _default: {
|
|
|
18
20
|
'fabric.editor.alignImageRight': string;
|
|
19
21
|
'fabric.editor.alignLeft': string;
|
|
20
22
|
'fabric.editor.alignRight': string;
|
|
23
|
+
'fabric.editor.alignment': string;
|
|
24
|
+
'fabric.editor.altText': string;
|
|
25
|
+
'fabric.editor.alttext.validation': string;
|
|
21
26
|
'fabric.editor.annotationToolbar': string;
|
|
22
27
|
'fabric.editor.backgroundColor': string;
|
|
23
28
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -34,10 +39,13 @@ declare const _default: {
|
|
|
34
39
|
'fabric.editor.cardFloatingControls': string;
|
|
35
40
|
'fabric.editor.cellBackground': string;
|
|
36
41
|
'fabric.editor.cellOptions': string;
|
|
42
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
43
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
37
44
|
'fabric.editor.clearCells': string;
|
|
38
45
|
'fabric.editor.clearFormatting': string;
|
|
39
46
|
'fabric.editor.clearLink': string;
|
|
40
47
|
'fabric.editor.clearLinkText': string;
|
|
48
|
+
'fabric.editor.closeHelpDialog': string;
|
|
41
49
|
'fabric.editor.code': string;
|
|
42
50
|
'fabric.editor.code.on': string;
|
|
43
51
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -52,6 +60,16 @@ declare const _default: {
|
|
|
52
60
|
'fabric.editor.columnDragHandle': string;
|
|
53
61
|
'fabric.editor.columns': string;
|
|
54
62
|
'fabric.editor.columns.description': string;
|
|
63
|
+
'fabric.editor.configFailedToLoad': string;
|
|
64
|
+
'fabric.editor.configPanel.documentation': string;
|
|
65
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
66
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
67
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
68
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
69
|
+
'fabric.editor.configPanel.help': string;
|
|
70
|
+
'fabric.editor.configPanel.invalid': string;
|
|
71
|
+
'fabric.editor.configPanel.required': string;
|
|
72
|
+
'fabric.editor.configPanel.submit': string;
|
|
55
73
|
'fabric.editor.copiedToClipboard': string;
|
|
56
74
|
'fabric.editor.copyToClipboard': string;
|
|
57
75
|
'fabric.editor.cornerControl': string;
|
|
@@ -68,7 +86,9 @@ declare const _default: {
|
|
|
68
86
|
'fabric.editor.date.description': string;
|
|
69
87
|
'fabric.editor.decision': string;
|
|
70
88
|
'fabric.editor.decision.description': string;
|
|
89
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
71
90
|
'fabric.editor.defaultAltText': string;
|
|
91
|
+
'fabric.editor.description': string;
|
|
72
92
|
'fabric.editor.displayBlock': string;
|
|
73
93
|
'fabric.editor.displayEmbed': string;
|
|
74
94
|
'fabric.editor.displayInline': string;
|
|
@@ -76,14 +96,31 @@ declare const _default: {
|
|
|
76
96
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
77
97
|
'fabric.editor.displayText': string;
|
|
78
98
|
'fabric.editor.distributeColumns': string;
|
|
99
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
79
100
|
'fabric.editor.ecombedDescription': string;
|
|
101
|
+
'fabric.editor.edit': string;
|
|
80
102
|
'fabric.editor.edit.datasource': string;
|
|
103
|
+
'fabric.editor.editAltText': string;
|
|
81
104
|
'fabric.editor.editDateText': string;
|
|
82
105
|
'fabric.editor.editLink': string;
|
|
83
106
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
84
107
|
'fabric.editor.editStatusColor': string;
|
|
85
108
|
'fabric.editor.editStatusText': string;
|
|
86
109
|
'fabric.editor.editableContentLabel': string;
|
|
110
|
+
'fabric.editor.editorHelp': string;
|
|
111
|
+
'fabric.editor.editors': string;
|
|
112
|
+
'fabric.editor.elementBrowser.help': string;
|
|
113
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
114
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
115
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
116
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
117
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
118
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
119
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
120
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
122
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
123
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
87
124
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
88
125
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
89
126
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -98,6 +135,7 @@ declare const _default: {
|
|
|
98
135
|
'fabric.editor.emoji.description': string;
|
|
99
136
|
'fabric.editor.emptyLink': string;
|
|
100
137
|
'fabric.editor.epic': string;
|
|
138
|
+
'fabric.editor.error': string;
|
|
101
139
|
'fabric.editor.errorPanel': string;
|
|
102
140
|
'fabric.editor.errorPanel.description': string;
|
|
103
141
|
'fabric.editor.expand': string;
|
|
@@ -105,13 +143,25 @@ declare const _default: {
|
|
|
105
143
|
'fabric.editor.expandDefaultTitle': string;
|
|
106
144
|
'fabric.editor.expandNode': string;
|
|
107
145
|
'fabric.editor.expandPlaceholder': string;
|
|
146
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
108
147
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
109
148
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
110
149
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
150
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
111
151
|
'fabric.editor.failed_to_upload': string;
|
|
112
152
|
'fabric.editor.feedbackDialog': string;
|
|
113
153
|
'fabric.editor.feedbackDialog.description': string;
|
|
154
|
+
'fabric.editor.findNext': string;
|
|
155
|
+
'fabric.editor.findPrevious': string;
|
|
156
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
114
157
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
158
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
159
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
160
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
161
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
162
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
163
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
164
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
115
165
|
'fabric.editor.headerColumn': string;
|
|
116
166
|
'fabric.editor.headerRow': string;
|
|
117
167
|
'fabric.editor.heading1': string;
|
|
@@ -134,6 +184,7 @@ declare const _default: {
|
|
|
134
184
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
135
185
|
'fabric.editor.help': string;
|
|
136
186
|
'fabric.editor.help.description': string;
|
|
187
|
+
'fabric.editor.helpDialogTips': string;
|
|
137
188
|
'fabric.editor.horizontalRule': string;
|
|
138
189
|
'fabric.editor.horizontalRule.description': string;
|
|
139
190
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -142,6 +193,8 @@ declare const _default: {
|
|
|
142
193
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
143
194
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
144
195
|
'fabric.editor.image': string;
|
|
196
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
197
|
+
'fabric.editor.imageBorderOptions': string;
|
|
145
198
|
'fabric.editor.improvement': string;
|
|
146
199
|
'fabric.editor.indent': string;
|
|
147
200
|
'fabric.editor.infoPanel': string;
|
|
@@ -149,13 +202,17 @@ declare const _default: {
|
|
|
149
202
|
'fabric.editor.inlineDescription': string;
|
|
150
203
|
'fabric.editor.inlineOverlay': string;
|
|
151
204
|
'fabric.editor.inlineTitle': string;
|
|
205
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
152
206
|
'fabric.editor.insertColumn': string;
|
|
153
207
|
'fabric.editor.insertColumnDrag': string;
|
|
154
208
|
'fabric.editor.insertMenu': string;
|
|
155
209
|
'fabric.editor.insertRow': string;
|
|
156
210
|
'fabric.editor.insertRowDrag': string;
|
|
211
|
+
'fabric.editor.invalidDateError': string;
|
|
157
212
|
'fabric.editor.invalidLink': string;
|
|
213
|
+
'fabric.editor.inviteItem.title': string;
|
|
158
214
|
'fabric.editor.italic': string;
|
|
215
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
159
216
|
'fabric.editor.layoutFixedWidth': string;
|
|
160
217
|
'fabric.editor.layoutFullWidth': string;
|
|
161
218
|
'fabric.editor.layoutWide': string;
|
|
@@ -165,12 +222,23 @@ declare const _default: {
|
|
|
165
222
|
'fabric.editor.linkAddress': string;
|
|
166
223
|
'fabric.editor.linkPlaceholder': string;
|
|
167
224
|
'fabric.editor.lists': string;
|
|
225
|
+
'fabric.editor.markdown': string;
|
|
226
|
+
'fabric.editor.matchCase': string;
|
|
227
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
228
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
229
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
230
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
231
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
168
232
|
'fabric.editor.mediaAddLink': string;
|
|
169
233
|
'fabric.editor.mediaFiles': string;
|
|
170
234
|
'fabric.editor.mediaFiles.description': string;
|
|
235
|
+
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
236
|
+
'fabric.editor.media_change_mediainline_default': string;
|
|
171
237
|
'fabric.editor.media_change_mediasingle': string;
|
|
172
238
|
'fabric.editor.mention': string;
|
|
173
239
|
'fabric.editor.mention.description': string;
|
|
240
|
+
'fabric.editor.mentionNode.label': string;
|
|
241
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
174
242
|
'fabric.editor.mergeCells': string;
|
|
175
243
|
'fabric.editor.moreFormatting': string;
|
|
176
244
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -179,6 +247,8 @@ declare const _default: {
|
|
|
179
247
|
'fabric.editor.moveRowUp': string;
|
|
180
248
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
181
249
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
250
|
+
'fabric.editor.noResultsFound': string;
|
|
251
|
+
'fabric.editor.noSearchResults': string;
|
|
182
252
|
'fabric.editor.normal': string;
|
|
183
253
|
'fabric.editor.notePanel': string;
|
|
184
254
|
'fabric.editor.notePanel.description': string;
|
|
@@ -191,20 +261,28 @@ declare const _default: {
|
|
|
191
261
|
'fabric.editor.other': string;
|
|
192
262
|
'fabric.editor.outdent': string;
|
|
193
263
|
'fabric.editor.pageActionsLabel': string;
|
|
264
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
265
|
+
'fabric.editor.pastePlainText': string;
|
|
266
|
+
'fabric.editor.placeholderAltText': string;
|
|
194
267
|
'fabric.editor.placeholderText': string;
|
|
195
268
|
'fabric.editor.placeholderText.description': string;
|
|
269
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
196
270
|
'fabric.editor.recordVideo': string;
|
|
197
271
|
'fabric.editor.recordVideo.description': string;
|
|
198
272
|
'fabric.editor.redo': string;
|
|
199
273
|
'fabric.editor.remove': string;
|
|
200
274
|
'fabric.editor.removeColumns': string;
|
|
201
275
|
'fabric.editor.removeEmoji': string;
|
|
276
|
+
'fabric.editor.removeImageBorder': string;
|
|
202
277
|
'fabric.editor.removeRows': string;
|
|
278
|
+
'fabric.editor.resultsCount': string;
|
|
203
279
|
'fabric.editor.rightSidebar': string;
|
|
204
280
|
'fabric.editor.rowControl': string;
|
|
205
281
|
'fabric.editor.rowDragHandle': string;
|
|
206
282
|
'fabric.editor.saveButton': string;
|
|
283
|
+
'fabric.editor.selectLanguage': string;
|
|
207
284
|
'fabric.editor.settingsLinks': string;
|
|
285
|
+
'fabric.editor.shortcut': string;
|
|
208
286
|
'fabric.editor.single': string;
|
|
209
287
|
'fabric.editor.sortColumnASC': string;
|
|
210
288
|
'fabric.editor.sortColumnDESC': string;
|
|
@@ -223,6 +301,7 @@ declare const _default: {
|
|
|
223
301
|
'fabric.editor.successPanel.description': string;
|
|
224
302
|
'fabric.editor.superscript': string;
|
|
225
303
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
304
|
+
'fabric.editor.supportAltText': string;
|
|
226
305
|
'fabric.editor.table': string;
|
|
227
306
|
'fabric.editor.table.description': string;
|
|
228
307
|
'fabric.editor.tableOptions': string;
|
|
@@ -237,7 +316,9 @@ declare const _default: {
|
|
|
237
316
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
238
317
|
'fabric.editor.tables.resizeTable': string;
|
|
239
318
|
'fabric.editor.task': string;
|
|
319
|
+
'fabric.editor.taskPlaceholder': string;
|
|
240
320
|
'fabric.editor.text.formatting.off': string;
|
|
321
|
+
'fabric.editor.textColor': string;
|
|
241
322
|
'fabric.editor.textStyles': string;
|
|
242
323
|
'fabric.editor.threeColumns': string;
|
|
243
324
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -245,6 +326,7 @@ declare const _default: {
|
|
|
245
326
|
'fabric.editor.time.updated': string;
|
|
246
327
|
'fabric.editor.time.viewed': string;
|
|
247
328
|
'fabric.editor.toolbarLabel': string;
|
|
329
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
248
330
|
'fabric.editor.tooltip.blockPanel': string;
|
|
249
331
|
'fabric.editor.tooltip.bulletList': string;
|
|
250
332
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -252,6 +334,15 @@ declare const _default: {
|
|
|
252
334
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
253
335
|
'fabric.editor.tooltip.taskList': string;
|
|
254
336
|
'fabric.editor.twoColumns': string;
|
|
337
|
+
'fabric.editor.typeAhead.popupLabel': string;
|
|
338
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
339
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
340
|
+
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
341
|
+
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
342
|
+
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
343
|
+
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
344
|
+
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
345
|
+
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
255
346
|
'fabric.editor.unableToLoadContent': string;
|
|
256
347
|
'fabric.editor.unableToOpenLink': string;
|
|
257
348
|
'fabric.editor.underline': string;
|
|
@@ -29,25 +29,6 @@ import type { DisableSpellcheckByBrowser } from './supported-browsers';
|
|
|
29
29
|
* Example: name = "newInsertionBehaviour" -> "Enable new insertion behaviour"
|
|
30
30
|
*/
|
|
31
31
|
export type FeatureFlags = {
|
|
32
|
-
/**
|
|
33
|
-
* @description Enable single layout option
|
|
34
|
-
*
|
|
35
|
-
* @see https://hello.atlassian.net/browse/LOVE-187
|
|
36
|
-
* @default false
|
|
37
|
-
*/
|
|
38
|
-
singleLayout?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* @description Enable new insertion behaviour
|
|
41
|
-
*
|
|
42
|
-
* @see https://product-fabric.atlassian.net/l/c/JYoSEu00
|
|
43
|
-
* @default false
|
|
44
|
-
*/
|
|
45
|
-
newInsertionBehaviour?: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* @description Allows to toggle expand open state
|
|
48
|
-
* @default true
|
|
49
|
-
*/
|
|
50
|
-
interactiveExpand?: boolean;
|
|
51
32
|
/**
|
|
52
33
|
* @description
|
|
53
34
|
* Whether a placeholder bracket hint was provided (`string => boolean`)
|
|
@@ -67,22 +48,6 @@ export type FeatureFlags = {
|
|
|
67
48
|
* @default false
|
|
68
49
|
*/
|
|
69
50
|
placeholderHints?: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* @description
|
|
72
|
-
* Enable find/replace functionality within the editor
|
|
73
|
-
*
|
|
74
|
-
* @see https://product-fabric.atlassian.net/browse/ED-3504
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
findReplace?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* @description
|
|
80
|
-
* Enable case matching functionality in find/replace feature within the editor
|
|
81
|
-
*
|
|
82
|
-
* @see https://product-fabric.atlassian.net/browse/ED-9684
|
|
83
|
-
* @default false
|
|
84
|
-
*/
|
|
85
|
-
findReplaceMatchCase?: boolean;
|
|
86
51
|
/**
|
|
87
52
|
* @description
|
|
88
53
|
* Enable `localId` generation for extensions.
|
|
@@ -122,12 +87,6 @@ export type FeatureFlags = {
|
|
|
122
87
|
* @default false
|
|
123
88
|
*/
|
|
124
89
|
queueAnalytics?: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Enable extend floating toolbars
|
|
127
|
-
* @see https://product-fabric.atlassian.net/browse/ED-11963
|
|
128
|
-
* @default false
|
|
129
|
-
*/
|
|
130
|
-
extendFloatingToolbar?: boolean;
|
|
131
90
|
/**
|
|
132
91
|
* Show the avatar group as a plugin
|
|
133
92
|
* @see https://product-fabric.atlassian.net/browse/CERN-747
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "78.0.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/analytics-namespaced-context": "^6.9.0",
|
|
99
99
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
100
100
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
101
|
-
"@atlaskit/button": "^17.
|
|
101
|
+
"@atlaskit/button": "^17.4.0",
|
|
102
102
|
"@atlaskit/code": "^15.1.0",
|
|
103
103
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
104
104
|
"@atlaskit/custom-steps": "^0.0.13",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@atlaskit/mention": "^22.1.0",
|
|
124
124
|
"@atlaskit/menu": "^2.1.0",
|
|
125
125
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
126
|
-
"@atlaskit/profilecard": "^19.
|
|
126
|
+
"@atlaskit/profilecard": "^19.11.0",
|
|
127
127
|
"@atlaskit/smart-card": "^26.47.0",
|
|
128
128
|
"@atlaskit/smart-user-picker": "^6.7.0",
|
|
129
129
|
"@atlaskit/spinner": "^16.0.0",
|