@atlaskit/editor-common 78.11.2 → 78.11.4
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 +14 -0
- package/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/doc-utils/editor-use-only.js +33 -0
- package/dist/cjs/doc-utils/index.js +12 -0
- package/dist/cjs/element-browser/messages.js +2 -2
- package/dist/cjs/extensibility/Extension/Extension/index.js +5 -1
- package/dist/cjs/extensibility/Extension/Extension/styles.js +36 -7
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +3 -10
- package/dist/cjs/extensibility/ExtensionNodeWrapper.js +2 -19
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +9 -3
- package/dist/cjs/extensibility/extensionNodeView.js +1 -2
- package/dist/cjs/i18n/cs.js +8 -5
- package/dist/cjs/i18n/da.js +12 -8
- package/dist/cjs/i18n/de.js +13 -8
- package/dist/cjs/i18n/en.js +14 -10
- package/dist/cjs/i18n/en_GB.js +14 -10
- package/dist/cjs/i18n/en_ZZ.js +15 -11
- package/dist/cjs/i18n/es.js +12 -8
- package/dist/cjs/i18n/fi.js +12 -8
- package/dist/cjs/i18n/fr.js +12 -8
- package/dist/cjs/i18n/hu.js +12 -8
- package/dist/cjs/i18n/it.js +12 -8
- package/dist/cjs/i18n/ja.js +12 -8
- package/dist/cjs/i18n/ko.js +12 -8
- package/dist/cjs/i18n/nb.js +12 -8
- package/dist/cjs/i18n/nl.js +12 -8
- package/dist/cjs/i18n/pl.js +12 -8
- package/dist/cjs/i18n/pt_BR.js +14 -6
- package/dist/cjs/i18n/ru.js +12 -8
- package/dist/cjs/i18n/sv.js +12 -8
- package/dist/cjs/i18n/th.js +12 -8
- package/dist/cjs/i18n/tr.js +14 -9
- package/dist/cjs/i18n/uk.js +12 -8
- package/dist/cjs/i18n/vi.js +59 -5
- package/dist/cjs/i18n/zh.js +59 -5
- package/dist/cjs/i18n/zh_TW.js +59 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/MultiBodiedExtension/index.js +13 -2
- package/dist/es2019/doc-utils/editor-use-only.js +25 -0
- package/dist/es2019/doc-utils/index.js +1 -0
- package/dist/es2019/element-browser/messages.js +2 -2
- package/dist/es2019/extensibility/Extension/Extension/index.js +5 -1
- package/dist/es2019/extensibility/Extension/Extension/styles.js +33 -35
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +3 -7
- package/dist/es2019/extensibility/ExtensionNodeWrapper.js +2 -20
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +10 -4
- package/dist/es2019/extensibility/extensionNodeView.js +1 -2
- package/dist/es2019/i18n/cs.js +8 -5
- package/dist/es2019/i18n/da.js +12 -8
- package/dist/es2019/i18n/de.js +13 -8
- package/dist/es2019/i18n/en.js +14 -10
- package/dist/es2019/i18n/en_GB.js +14 -10
- package/dist/es2019/i18n/en_ZZ.js +15 -11
- package/dist/es2019/i18n/es.js +12 -8
- package/dist/es2019/i18n/fi.js +12 -8
- package/dist/es2019/i18n/fr.js +12 -8
- package/dist/es2019/i18n/hu.js +12 -8
- package/dist/es2019/i18n/it.js +12 -8
- package/dist/es2019/i18n/ja.js +12 -8
- package/dist/es2019/i18n/ko.js +12 -8
- package/dist/es2019/i18n/nb.js +12 -8
- package/dist/es2019/i18n/nl.js +12 -8
- package/dist/es2019/i18n/pl.js +12 -8
- package/dist/es2019/i18n/pt_BR.js +14 -6
- package/dist/es2019/i18n/ru.js +12 -8
- package/dist/es2019/i18n/sv.js +12 -8
- package/dist/es2019/i18n/th.js +12 -8
- package/dist/es2019/i18n/tr.js +14 -9
- package/dist/es2019/i18n/uk.js +12 -8
- package/dist/es2019/i18n/vi.js +59 -5
- package/dist/es2019/i18n/zh.js +59 -5
- package/dist/es2019/i18n/zh_TW.js +59 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/MultiBodiedExtension/index.js +12 -1
- package/dist/esm/doc-utils/editor-use-only.js +26 -0
- package/dist/esm/doc-utils/index.js +1 -0
- package/dist/esm/element-browser/messages.js +2 -2
- package/dist/esm/extensibility/Extension/Extension/index.js +5 -1
- package/dist/esm/extensibility/Extension/Extension/styles.js +36 -6
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +3 -7
- package/dist/esm/extensibility/ExtensionNodeWrapper.js +2 -18
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +10 -4
- package/dist/esm/extensibility/extensionNodeView.js +1 -2
- package/dist/esm/i18n/cs.js +8 -5
- package/dist/esm/i18n/da.js +12 -8
- package/dist/esm/i18n/de.js +13 -8
- package/dist/esm/i18n/en.js +14 -10
- package/dist/esm/i18n/en_GB.js +14 -10
- package/dist/esm/i18n/en_ZZ.js +15 -11
- package/dist/esm/i18n/es.js +12 -8
- package/dist/esm/i18n/fi.js +12 -8
- package/dist/esm/i18n/fr.js +12 -8
- package/dist/esm/i18n/hu.js +12 -8
- package/dist/esm/i18n/it.js +12 -8
- package/dist/esm/i18n/ja.js +12 -8
- package/dist/esm/i18n/ko.js +12 -8
- package/dist/esm/i18n/nb.js +12 -8
- package/dist/esm/i18n/nl.js +12 -8
- package/dist/esm/i18n/pl.js +12 -8
- package/dist/esm/i18n/pt_BR.js +14 -6
- package/dist/esm/i18n/ru.js +12 -8
- package/dist/esm/i18n/sv.js +12 -8
- package/dist/esm/i18n/th.js +12 -8
- package/dist/esm/i18n/tr.js +14 -9
- package/dist/esm/i18n/uk.js +12 -8
- package/dist/esm/i18n/vi.js +59 -5
- package/dist/esm/i18n/zh.js +59 -5
- package/dist/esm/i18n/zh_TW.js +59 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/MultiBodiedExtension/index.js +12 -1
- package/dist/types/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types/doc-utils/index.d.ts +1 -0
- package/dist/types/extensibility/ExtensionNodeWrapper.d.ts +1 -5
- package/dist/types/i18n/cs.d.ts +8 -5
- package/dist/types/i18n/da.d.ts +9 -5
- package/dist/types/i18n/de.d.ts +10 -5
- package/dist/types/i18n/en.d.ts +10 -6
- package/dist/types/i18n/en_GB.d.ts +10 -6
- package/dist/types/i18n/en_ZZ.d.ts +10 -6
- package/dist/types/i18n/es.d.ts +9 -5
- package/dist/types/i18n/fi.d.ts +9 -5
- package/dist/types/i18n/fr.d.ts +9 -5
- package/dist/types/i18n/hu.d.ts +9 -5
- package/dist/types/i18n/it.d.ts +9 -5
- package/dist/types/i18n/ja.d.ts +9 -5
- package/dist/types/i18n/ko.d.ts +9 -5
- package/dist/types/i18n/nb.d.ts +9 -5
- package/dist/types/i18n/nl.d.ts +9 -5
- package/dist/types/i18n/pl.d.ts +9 -5
- package/dist/types/i18n/pt_BR.d.ts +11 -3
- package/dist/types/i18n/ru.d.ts +9 -5
- package/dist/types/i18n/sv.d.ts +9 -5
- package/dist/types/i18n/th.d.ts +9 -5
- package/dist/types/i18n/tr.d.ts +10 -5
- package/dist/types/i18n/uk.d.ts +9 -5
- package/dist/types/i18n/vi.d.ts +57 -3
- package/dist/types/i18n/zh.d.ts +57 -3
- package/dist/types/i18n/zh_TW.d.ts +57 -3
- package/dist/types/ui/MultiBodiedExtension/index.d.ts +1 -0
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/index.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionNodeWrapper.d.ts +1 -5
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -5
- package/dist/types-ts4.5/i18n/da.d.ts +9 -5
- package/dist/types-ts4.5/i18n/de.d.ts +10 -5
- package/dist/types-ts4.5/i18n/en.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -6
- package/dist/types-ts4.5/i18n/es.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -5
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -5
- package/dist/types-ts4.5/i18n/it.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -5
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -5
- package/dist/types-ts4.5/i18n/th.d.ts +9 -5
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -5
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -5
- package/dist/types-ts4.5/i18n/vi.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +57 -3
- package/dist/types-ts4.5/ui/MultiBodiedExtension/index.d.ts +1 -0
- package/doc-utils/package.json +15 -0
- package/package.json +6 -4
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
'fabric.editor.addAltText': string;
|
|
11
11
|
'fabric.editor.addColumnLeft': string;
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addCommentOnMedia': string;
|
|
13
14
|
'fabric.editor.addImageBorder': string;
|
|
14
15
|
'fabric.editor.addMediaFiles': string;
|
|
15
16
|
'fabric.editor.addRowAbove': string;
|
|
@@ -114,6 +115,7 @@ declare const _default: {
|
|
|
114
115
|
'fabric.editor.ecombedDescription': string;
|
|
115
116
|
'fabric.editor.edit': string;
|
|
116
117
|
'fabric.editor.edit.datasource': string;
|
|
118
|
+
'fabric.editor.edit.searchInput': string;
|
|
117
119
|
'fabric.editor.editAltText': string;
|
|
118
120
|
'fabric.editor.editDateText': string;
|
|
119
121
|
'fabric.editor.editLink': string;
|
|
@@ -125,6 +127,7 @@ declare const _default: {
|
|
|
125
127
|
'fabric.editor.editors': string;
|
|
126
128
|
'fabric.editor.elementBrowser.help': string;
|
|
127
129
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': string;
|
|
128
131
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
129
132
|
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
@@ -138,9 +141,7 @@ declare const _default: {
|
|
|
138
141
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
139
142
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
141
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
142
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
144
145
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
146
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
146
147
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -247,11 +248,12 @@ declare const _default: {
|
|
|
247
248
|
'fabric.editor.linkAddress': string;
|
|
248
249
|
'fabric.editor.linkPlaceholder': string;
|
|
249
250
|
'fabric.editor.lists': string;
|
|
251
|
+
'fabric.editor.listsFormat': string;
|
|
250
252
|
'fabric.editor.markdown': string;
|
|
251
253
|
'fabric.editor.matchCase': string;
|
|
254
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
252
256
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
253
|
-
'fabric.editor.media.decreased': string;
|
|
254
|
-
'fabric.editor.media.increased': string;
|
|
255
257
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
256
258
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
257
259
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -316,6 +318,7 @@ declare const _default: {
|
|
|
316
318
|
'fabric.editor.removeRows': string;
|
|
317
319
|
'fabric.editor.replace': string;
|
|
318
320
|
'fabric.editor.replaceAll': string;
|
|
321
|
+
'fabric.editor.replaceSuccess': string;
|
|
319
322
|
'fabric.editor.replaceWith': string;
|
|
320
323
|
'fabric.editor.resultsCount': string;
|
|
321
324
|
'fabric.editor.richText': string;
|
|
@@ -366,6 +369,7 @@ declare const _default: {
|
|
|
366
369
|
'fabric.editor.taskPlaceholder': string;
|
|
367
370
|
'fabric.editor.text.formatting.off': string;
|
|
368
371
|
'fabric.editor.textColor': string;
|
|
372
|
+
'fabric.editor.textFormatting': string;
|
|
369
373
|
'fabric.editor.textStyles': string;
|
|
370
374
|
'fabric.editor.threeColumns': string;
|
|
371
375
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
'fabric.editor.addAltText': string;
|
|
11
11
|
'fabric.editor.addColumnLeft': string;
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addCommentOnMedia': string;
|
|
13
14
|
'fabric.editor.addImageBorder': string;
|
|
14
15
|
'fabric.editor.addMediaFiles': string;
|
|
15
16
|
'fabric.editor.addRowAbove': string;
|
|
@@ -24,6 +25,7 @@ declare const _default: {
|
|
|
24
25
|
'fabric.editor.altText': string;
|
|
25
26
|
'fabric.editor.alttext.validation': string;
|
|
26
27
|
'fabric.editor.annotationToolbar': string;
|
|
28
|
+
'fabric.editor.backLink': string;
|
|
27
29
|
'fabric.editor.backgroundColor': string;
|
|
28
30
|
'fabric.editor.blockCardUnavailable': string;
|
|
29
31
|
'fabric.editor.blockDescription': string;
|
|
@@ -45,6 +47,8 @@ declare const _default: {
|
|
|
45
47
|
'fabric.editor.clearFormatting': string;
|
|
46
48
|
'fabric.editor.clearLink': string;
|
|
47
49
|
'fabric.editor.clearLinkText': string;
|
|
50
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
51
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
48
52
|
'fabric.editor.closeHelpDialog': string;
|
|
49
53
|
'fabric.editor.code': string;
|
|
50
54
|
'fabric.editor.code.on': string;
|
|
@@ -61,7 +65,16 @@ declare const _default: {
|
|
|
61
65
|
'fabric.editor.columns': string;
|
|
62
66
|
'fabric.editor.columns.description': string;
|
|
63
67
|
'fabric.editor.configFailedToLoad': string;
|
|
68
|
+
'fabric.editor.configPanel.cancel': string;
|
|
69
|
+
'fabric.editor.configPanel.close': string;
|
|
70
|
+
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
71
|
+
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
72
|
+
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
73
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
74
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
75
|
+
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
64
76
|
'fabric.editor.configPanel.documentation': string;
|
|
77
|
+
'fabric.editor.configPanel.errorBoundary.note': string;
|
|
65
78
|
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
66
79
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
67
80
|
'fabric.editor.configPanel.formType.addField': string;
|
|
@@ -81,12 +94,14 @@ declare const _default: {
|
|
|
81
94
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
82
95
|
'fabric.editor.datasource.jiraIssue': string;
|
|
83
96
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
|
+
'fabric.editor.datasourceAppearanceTitle': string;
|
|
84
98
|
'fabric.editor.datasourceTitle': string;
|
|
85
99
|
'fabric.editor.date': string;
|
|
86
100
|
'fabric.editor.date.description': string;
|
|
87
101
|
'fabric.editor.decision': string;
|
|
88
102
|
'fabric.editor.decision.description': string;
|
|
89
103
|
'fabric.editor.decisionPlaceholder': string;
|
|
104
|
+
'fabric.editor.decreaseSize': string;
|
|
90
105
|
'fabric.editor.defaultAltText': string;
|
|
91
106
|
'fabric.editor.description': string;
|
|
92
107
|
'fabric.editor.displayBlock': string;
|
|
@@ -100,6 +115,7 @@ declare const _default: {
|
|
|
100
115
|
'fabric.editor.ecombedDescription': string;
|
|
101
116
|
'fabric.editor.edit': string;
|
|
102
117
|
'fabric.editor.edit.datasource': string;
|
|
118
|
+
'fabric.editor.edit.searchInput': string;
|
|
103
119
|
'fabric.editor.editAltText': string;
|
|
104
120
|
'fabric.editor.editDateText': string;
|
|
105
121
|
'fabric.editor.editLink': string;
|
|
@@ -111,6 +127,7 @@ declare const _default: {
|
|
|
111
127
|
'fabric.editor.editors': string;
|
|
112
128
|
'fabric.editor.elementBrowser.help': string;
|
|
113
129
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': string;
|
|
114
131
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
115
132
|
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
116
133
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
@@ -124,9 +141,7 @@ declare const _default: {
|
|
|
124
141
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
125
142
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
126
143
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
127
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
128
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
129
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
130
145
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
131
146
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
132
147
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -145,15 +160,18 @@ declare const _default: {
|
|
|
145
160
|
'fabric.editor.expandPlaceholder': string;
|
|
146
161
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
147
162
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
163
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
148
164
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
149
165
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
150
166
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
151
167
|
'fabric.editor.failed_to_upload': string;
|
|
152
168
|
'fabric.editor.feedbackDialog': string;
|
|
153
169
|
'fabric.editor.feedbackDialog.description': string;
|
|
170
|
+
'fabric.editor.find': string;
|
|
154
171
|
'fabric.editor.findNext': string;
|
|
155
172
|
'fabric.editor.findPrevious': string;
|
|
156
173
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
174
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
157
175
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
158
176
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
159
177
|
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
@@ -162,6 +180,7 @@ declare const _default: {
|
|
|
162
180
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
163
181
|
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
164
182
|
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
183
|
+
'fabric.editor.focusTableResizeHandle': string;
|
|
165
184
|
'fabric.editor.headerColumn': string;
|
|
166
185
|
'fabric.editor.headerRow': string;
|
|
167
186
|
'fabric.editor.heading1': string;
|
|
@@ -194,9 +213,16 @@ declare const _default: {
|
|
|
194
213
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
195
214
|
'fabric.editor.image': string;
|
|
196
215
|
'fabric.editor.image.fullWidthLabel': string;
|
|
216
|
+
'fabric.editor.imageBorderBold': string;
|
|
217
|
+
'fabric.editor.imageBorderColor': string;
|
|
218
|
+
'fabric.editor.imageBorderMedium': string;
|
|
197
219
|
'fabric.editor.imageBorderOptions': string;
|
|
220
|
+
'fabric.editor.imageBorderSize': string;
|
|
221
|
+
'fabric.editor.imageBorderSubtle': string;
|
|
198
222
|
'fabric.editor.improvement': string;
|
|
223
|
+
'fabric.editor.increaseSize': string;
|
|
199
224
|
'fabric.editor.indent': string;
|
|
225
|
+
'fabric.editor.info': string;
|
|
200
226
|
'fabric.editor.infoPanel': string;
|
|
201
227
|
'fabric.editor.infoPanel.description': string;
|
|
202
228
|
'fabric.editor.inlineDescription': string;
|
|
@@ -222,16 +248,25 @@ declare const _default: {
|
|
|
222
248
|
'fabric.editor.linkAddress': string;
|
|
223
249
|
'fabric.editor.linkPlaceholder': string;
|
|
224
250
|
'fabric.editor.lists': string;
|
|
251
|
+
'fabric.editor.listsFormat': string;
|
|
225
252
|
'fabric.editor.markdown': string;
|
|
226
253
|
'fabric.editor.matchCase': string;
|
|
254
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
256
|
+
'fabric.editor.media.MediaWidthIsMin': string;
|
|
257
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
227
258
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
259
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
228
260
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
261
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
229
262
|
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
230
263
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
264
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
231
265
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
232
266
|
'fabric.editor.mediaAddLink': string;
|
|
233
267
|
'fabric.editor.mediaFiles': string;
|
|
234
268
|
'fabric.editor.mediaFiles.description': string;
|
|
269
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
235
270
|
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
236
271
|
'fabric.editor.media_change_mediainline_default': string;
|
|
237
272
|
'fabric.editor.media_change_mediasingle': string;
|
|
@@ -239,6 +274,7 @@ declare const _default: {
|
|
|
239
274
|
'fabric.editor.mention.description': string;
|
|
240
275
|
'fabric.editor.mentionNode.label': string;
|
|
241
276
|
'fabric.editor.mentionsAddLabel': string;
|
|
277
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
242
278
|
'fabric.editor.mergeCells': string;
|
|
243
279
|
'fabric.editor.moreFormatting': string;
|
|
244
280
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -250,6 +286,7 @@ declare const _default: {
|
|
|
250
286
|
'fabric.editor.noResultsFound': string;
|
|
251
287
|
'fabric.editor.noSearchResults': string;
|
|
252
288
|
'fabric.editor.normal': string;
|
|
289
|
+
'fabric.editor.note': string;
|
|
253
290
|
'fabric.editor.notePanel': string;
|
|
254
291
|
'fabric.editor.notePanel.description': string;
|
|
255
292
|
'fabric.editor.numberedColumn': string;
|
|
@@ -262,11 +299,15 @@ declare const _default: {
|
|
|
262
299
|
'fabric.editor.outdent': string;
|
|
263
300
|
'fabric.editor.pageActionsLabel': string;
|
|
264
301
|
'fabric.editor.panel.backgroundColor': string;
|
|
302
|
+
'fabric.editor.panel.emoji': string;
|
|
303
|
+
'fabric.editor.pasteOptions': string;
|
|
265
304
|
'fabric.editor.pastePlainText': string;
|
|
266
305
|
'fabric.editor.placeholderAltText': string;
|
|
267
306
|
'fabric.editor.placeholderText': string;
|
|
268
307
|
'fabric.editor.placeholderText.description': string;
|
|
269
308
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
309
|
+
'fabric.editor.plainText': string;
|
|
310
|
+
'fabric.editor.quickInsert': string;
|
|
270
311
|
'fabric.editor.recordVideo': string;
|
|
271
312
|
'fabric.editor.recordVideo.description': string;
|
|
272
313
|
'fabric.editor.redo': string;
|
|
@@ -275,12 +316,20 @@ declare const _default: {
|
|
|
275
316
|
'fabric.editor.removeEmoji': string;
|
|
276
317
|
'fabric.editor.removeImageBorder': string;
|
|
277
318
|
'fabric.editor.removeRows': string;
|
|
319
|
+
'fabric.editor.replace': string;
|
|
320
|
+
'fabric.editor.replaceAll': string;
|
|
321
|
+
'fabric.editor.replaceSuccess': string;
|
|
322
|
+
'fabric.editor.replaceWith': string;
|
|
278
323
|
'fabric.editor.resultsCount': string;
|
|
324
|
+
'fabric.editor.richText': string;
|
|
279
325
|
'fabric.editor.rightSidebar': string;
|
|
280
326
|
'fabric.editor.rowControl': string;
|
|
281
327
|
'fabric.editor.rowDragHandle': string;
|
|
282
328
|
'fabric.editor.saveButton': string;
|
|
329
|
+
'fabric.editor.searchResults': string;
|
|
283
330
|
'fabric.editor.selectLanguage': string;
|
|
331
|
+
'fabric.editor.selectTableColumn': string;
|
|
332
|
+
'fabric.editor.selectTableRow': string;
|
|
284
333
|
'fabric.editor.settingsLinks': string;
|
|
285
334
|
'fabric.editor.shortcut': string;
|
|
286
335
|
'fabric.editor.single': string;
|
|
@@ -297,6 +346,7 @@ declare const _default: {
|
|
|
297
346
|
'fabric.editor.subTask': string;
|
|
298
347
|
'fabric.editor.subscript': string;
|
|
299
348
|
'fabric.editor.subscript.off.superscript.on': string;
|
|
349
|
+
'fabric.editor.success': string;
|
|
300
350
|
'fabric.editor.successPanel': string;
|
|
301
351
|
'fabric.editor.successPanel.description': string;
|
|
302
352
|
'fabric.editor.superscript': string;
|
|
@@ -319,6 +369,7 @@ declare const _default: {
|
|
|
319
369
|
'fabric.editor.taskPlaceholder': string;
|
|
320
370
|
'fabric.editor.text.formatting.off': string;
|
|
321
371
|
'fabric.editor.textColor': string;
|
|
372
|
+
'fabric.editor.textFormatting': string;
|
|
322
373
|
'fabric.editor.textStyles': string;
|
|
323
374
|
'fabric.editor.threeColumns': string;
|
|
324
375
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -356,12 +407,15 @@ declare const _default: {
|
|
|
356
407
|
'fabric.editor.url': string;
|
|
357
408
|
'fabric.editor.urlDescription': string;
|
|
358
409
|
'fabric.editor.urlTitle': string;
|
|
410
|
+
'fabric.editor.useMarkdown': string;
|
|
359
411
|
'fabric.editor.viewMore': string;
|
|
360
412
|
'fabric.editor.visit': string;
|
|
413
|
+
'fabric.editor.warning': string;
|
|
361
414
|
'fabric.editor.warningPanel': string;
|
|
362
415
|
'fabric.editor.warningPanel.description': string;
|
|
363
416
|
'fabric.editor.wrapLeft': string;
|
|
364
417
|
'fabric.editor.wrapRight': string;
|
|
418
|
+
'fabric.emoji.label': string;
|
|
365
419
|
'fabric.theme.blue': string;
|
|
366
420
|
'fabric.theme.bold-blue': string;
|
|
367
421
|
'fabric.theme.bold-gray': string;
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
'fabric.editor.addAltText': string;
|
|
11
11
|
'fabric.editor.addColumnLeft': string;
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addCommentOnMedia': string;
|
|
13
14
|
'fabric.editor.addImageBorder': string;
|
|
14
15
|
'fabric.editor.addMediaFiles': string;
|
|
15
16
|
'fabric.editor.addRowAbove': string;
|
|
@@ -24,6 +25,7 @@ declare const _default: {
|
|
|
24
25
|
'fabric.editor.altText': string;
|
|
25
26
|
'fabric.editor.alttext.validation': string;
|
|
26
27
|
'fabric.editor.annotationToolbar': string;
|
|
28
|
+
'fabric.editor.backLink': string;
|
|
27
29
|
'fabric.editor.backgroundColor': string;
|
|
28
30
|
'fabric.editor.blockCardUnavailable': string;
|
|
29
31
|
'fabric.editor.blockDescription': string;
|
|
@@ -45,6 +47,8 @@ declare const _default: {
|
|
|
45
47
|
'fabric.editor.clearFormatting': string;
|
|
46
48
|
'fabric.editor.clearLink': string;
|
|
47
49
|
'fabric.editor.clearLinkText': string;
|
|
50
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
51
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
48
52
|
'fabric.editor.closeHelpDialog': string;
|
|
49
53
|
'fabric.editor.code': string;
|
|
50
54
|
'fabric.editor.code.on': string;
|
|
@@ -61,7 +65,16 @@ declare const _default: {
|
|
|
61
65
|
'fabric.editor.columns': string;
|
|
62
66
|
'fabric.editor.columns.description': string;
|
|
63
67
|
'fabric.editor.configFailedToLoad': string;
|
|
68
|
+
'fabric.editor.configPanel.cancel': string;
|
|
69
|
+
'fabric.editor.configPanel.close': string;
|
|
70
|
+
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
71
|
+
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
72
|
+
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
73
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
74
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
75
|
+
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
64
76
|
'fabric.editor.configPanel.documentation': string;
|
|
77
|
+
'fabric.editor.configPanel.errorBoundary.note': string;
|
|
65
78
|
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
66
79
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
67
80
|
'fabric.editor.configPanel.formType.addField': string;
|
|
@@ -81,12 +94,14 @@ declare const _default: {
|
|
|
81
94
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
82
95
|
'fabric.editor.datasource.jiraIssue': string;
|
|
83
96
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
|
+
'fabric.editor.datasourceAppearanceTitle': string;
|
|
84
98
|
'fabric.editor.datasourceTitle': string;
|
|
85
99
|
'fabric.editor.date': string;
|
|
86
100
|
'fabric.editor.date.description': string;
|
|
87
101
|
'fabric.editor.decision': string;
|
|
88
102
|
'fabric.editor.decision.description': string;
|
|
89
103
|
'fabric.editor.decisionPlaceholder': string;
|
|
104
|
+
'fabric.editor.decreaseSize': string;
|
|
90
105
|
'fabric.editor.defaultAltText': string;
|
|
91
106
|
'fabric.editor.description': string;
|
|
92
107
|
'fabric.editor.displayBlock': string;
|
|
@@ -100,6 +115,7 @@ declare const _default: {
|
|
|
100
115
|
'fabric.editor.ecombedDescription': string;
|
|
101
116
|
'fabric.editor.edit': string;
|
|
102
117
|
'fabric.editor.edit.datasource': string;
|
|
118
|
+
'fabric.editor.edit.searchInput': string;
|
|
103
119
|
'fabric.editor.editAltText': string;
|
|
104
120
|
'fabric.editor.editDateText': string;
|
|
105
121
|
'fabric.editor.editLink': string;
|
|
@@ -111,6 +127,7 @@ declare const _default: {
|
|
|
111
127
|
'fabric.editor.editors': string;
|
|
112
128
|
'fabric.editor.elementBrowser.help': string;
|
|
113
129
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': string;
|
|
114
131
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
115
132
|
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
116
133
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
@@ -124,9 +141,7 @@ declare const _default: {
|
|
|
124
141
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
125
142
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
126
143
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
127
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
128
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
129
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
130
145
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
131
146
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
132
147
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -145,15 +160,18 @@ declare const _default: {
|
|
|
145
160
|
'fabric.editor.expandPlaceholder': string;
|
|
146
161
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
147
162
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
163
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
148
164
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
149
165
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
150
166
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
151
167
|
'fabric.editor.failed_to_upload': string;
|
|
152
168
|
'fabric.editor.feedbackDialog': string;
|
|
153
169
|
'fabric.editor.feedbackDialog.description': string;
|
|
170
|
+
'fabric.editor.find': string;
|
|
154
171
|
'fabric.editor.findNext': string;
|
|
155
172
|
'fabric.editor.findPrevious': string;
|
|
156
173
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
174
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
157
175
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
158
176
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
159
177
|
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
@@ -162,6 +180,7 @@ declare const _default: {
|
|
|
162
180
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
163
181
|
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
164
182
|
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
183
|
+
'fabric.editor.focusTableResizeHandle': string;
|
|
165
184
|
'fabric.editor.headerColumn': string;
|
|
166
185
|
'fabric.editor.headerRow': string;
|
|
167
186
|
'fabric.editor.heading1': string;
|
|
@@ -194,9 +213,16 @@ declare const _default: {
|
|
|
194
213
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
195
214
|
'fabric.editor.image': string;
|
|
196
215
|
'fabric.editor.image.fullWidthLabel': string;
|
|
216
|
+
'fabric.editor.imageBorderBold': string;
|
|
217
|
+
'fabric.editor.imageBorderColor': string;
|
|
218
|
+
'fabric.editor.imageBorderMedium': string;
|
|
197
219
|
'fabric.editor.imageBorderOptions': string;
|
|
220
|
+
'fabric.editor.imageBorderSize': string;
|
|
221
|
+
'fabric.editor.imageBorderSubtle': string;
|
|
198
222
|
'fabric.editor.improvement': string;
|
|
223
|
+
'fabric.editor.increaseSize': string;
|
|
199
224
|
'fabric.editor.indent': string;
|
|
225
|
+
'fabric.editor.info': string;
|
|
200
226
|
'fabric.editor.infoPanel': string;
|
|
201
227
|
'fabric.editor.infoPanel.description': string;
|
|
202
228
|
'fabric.editor.inlineDescription': string;
|
|
@@ -222,16 +248,25 @@ declare const _default: {
|
|
|
222
248
|
'fabric.editor.linkAddress': string;
|
|
223
249
|
'fabric.editor.linkPlaceholder': string;
|
|
224
250
|
'fabric.editor.lists': string;
|
|
251
|
+
'fabric.editor.listsFormat': string;
|
|
225
252
|
'fabric.editor.markdown': string;
|
|
226
253
|
'fabric.editor.matchCase': string;
|
|
254
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
256
|
+
'fabric.editor.media.MediaWidthIsMin': string;
|
|
257
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
227
258
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
259
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
228
260
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
261
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
229
262
|
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
230
263
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
264
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
231
265
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
232
266
|
'fabric.editor.mediaAddLink': string;
|
|
233
267
|
'fabric.editor.mediaFiles': string;
|
|
234
268
|
'fabric.editor.mediaFiles.description': string;
|
|
269
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
235
270
|
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
236
271
|
'fabric.editor.media_change_mediainline_default': string;
|
|
237
272
|
'fabric.editor.media_change_mediasingle': string;
|
|
@@ -239,6 +274,7 @@ declare const _default: {
|
|
|
239
274
|
'fabric.editor.mention.description': string;
|
|
240
275
|
'fabric.editor.mentionNode.label': string;
|
|
241
276
|
'fabric.editor.mentionsAddLabel': string;
|
|
277
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
242
278
|
'fabric.editor.mergeCells': string;
|
|
243
279
|
'fabric.editor.moreFormatting': string;
|
|
244
280
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -250,6 +286,7 @@ declare const _default: {
|
|
|
250
286
|
'fabric.editor.noResultsFound': string;
|
|
251
287
|
'fabric.editor.noSearchResults': string;
|
|
252
288
|
'fabric.editor.normal': string;
|
|
289
|
+
'fabric.editor.note': string;
|
|
253
290
|
'fabric.editor.notePanel': string;
|
|
254
291
|
'fabric.editor.notePanel.description': string;
|
|
255
292
|
'fabric.editor.numberedColumn': string;
|
|
@@ -262,11 +299,15 @@ declare const _default: {
|
|
|
262
299
|
'fabric.editor.outdent': string;
|
|
263
300
|
'fabric.editor.pageActionsLabel': string;
|
|
264
301
|
'fabric.editor.panel.backgroundColor': string;
|
|
302
|
+
'fabric.editor.panel.emoji': string;
|
|
303
|
+
'fabric.editor.pasteOptions': string;
|
|
265
304
|
'fabric.editor.pastePlainText': string;
|
|
266
305
|
'fabric.editor.placeholderAltText': string;
|
|
267
306
|
'fabric.editor.placeholderText': string;
|
|
268
307
|
'fabric.editor.placeholderText.description': string;
|
|
269
308
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
309
|
+
'fabric.editor.plainText': string;
|
|
310
|
+
'fabric.editor.quickInsert': string;
|
|
270
311
|
'fabric.editor.recordVideo': string;
|
|
271
312
|
'fabric.editor.recordVideo.description': string;
|
|
272
313
|
'fabric.editor.redo': string;
|
|
@@ -275,12 +316,20 @@ declare const _default: {
|
|
|
275
316
|
'fabric.editor.removeEmoji': string;
|
|
276
317
|
'fabric.editor.removeImageBorder': string;
|
|
277
318
|
'fabric.editor.removeRows': string;
|
|
319
|
+
'fabric.editor.replace': string;
|
|
320
|
+
'fabric.editor.replaceAll': string;
|
|
321
|
+
'fabric.editor.replaceSuccess': string;
|
|
322
|
+
'fabric.editor.replaceWith': string;
|
|
278
323
|
'fabric.editor.resultsCount': string;
|
|
324
|
+
'fabric.editor.richText': string;
|
|
279
325
|
'fabric.editor.rightSidebar': string;
|
|
280
326
|
'fabric.editor.rowControl': string;
|
|
281
327
|
'fabric.editor.rowDragHandle': string;
|
|
282
328
|
'fabric.editor.saveButton': string;
|
|
329
|
+
'fabric.editor.searchResults': string;
|
|
283
330
|
'fabric.editor.selectLanguage': string;
|
|
331
|
+
'fabric.editor.selectTableColumn': string;
|
|
332
|
+
'fabric.editor.selectTableRow': string;
|
|
284
333
|
'fabric.editor.settingsLinks': string;
|
|
285
334
|
'fabric.editor.shortcut': string;
|
|
286
335
|
'fabric.editor.single': string;
|
|
@@ -297,6 +346,7 @@ declare const _default: {
|
|
|
297
346
|
'fabric.editor.subTask': string;
|
|
298
347
|
'fabric.editor.subscript': string;
|
|
299
348
|
'fabric.editor.subscript.off.superscript.on': string;
|
|
349
|
+
'fabric.editor.success': string;
|
|
300
350
|
'fabric.editor.successPanel': string;
|
|
301
351
|
'fabric.editor.successPanel.description': string;
|
|
302
352
|
'fabric.editor.superscript': string;
|
|
@@ -319,6 +369,7 @@ declare const _default: {
|
|
|
319
369
|
'fabric.editor.taskPlaceholder': string;
|
|
320
370
|
'fabric.editor.text.formatting.off': string;
|
|
321
371
|
'fabric.editor.textColor': string;
|
|
372
|
+
'fabric.editor.textFormatting': string;
|
|
322
373
|
'fabric.editor.textStyles': string;
|
|
323
374
|
'fabric.editor.threeColumns': string;
|
|
324
375
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -356,12 +407,15 @@ declare const _default: {
|
|
|
356
407
|
'fabric.editor.url': string;
|
|
357
408
|
'fabric.editor.urlDescription': string;
|
|
358
409
|
'fabric.editor.urlTitle': string;
|
|
410
|
+
'fabric.editor.useMarkdown': string;
|
|
359
411
|
'fabric.editor.viewMore': string;
|
|
360
412
|
'fabric.editor.visit': string;
|
|
413
|
+
'fabric.editor.warning': string;
|
|
361
414
|
'fabric.editor.warningPanel': string;
|
|
362
415
|
'fabric.editor.warningPanel.description': string;
|
|
363
416
|
'fabric.editor.wrapLeft': string;
|
|
364
417
|
'fabric.editor.wrapRight': string;
|
|
418
|
+
'fabric.emoji.label': string;
|
|
365
419
|
'fabric.theme.blue': string;
|
|
366
420
|
'fabric.theme.bold-blue': string;
|
|
367
421
|
'fabric.theme.bold-gray': string;
|