@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
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -114,6 +114,7 @@ declare const _default: {
|
|
|
114
114
|
'fabric.editor.ecombedDescription': string;
|
|
115
115
|
'fabric.editor.edit': string;
|
|
116
116
|
'fabric.editor.edit.datasource': string;
|
|
117
|
+
'fabric.editor.edit.searchInput': string;
|
|
117
118
|
'fabric.editor.editAltText': string;
|
|
118
119
|
'fabric.editor.editDateText': string;
|
|
119
120
|
'fabric.editor.editLink': string;
|
|
@@ -125,6 +126,7 @@ declare const _default: {
|
|
|
125
126
|
'fabric.editor.editors': string;
|
|
126
127
|
'fabric.editor.elementBrowser.help': string;
|
|
127
128
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': string;
|
|
128
130
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
130
132
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
@@ -138,9 +140,6 @@ declare const _default: {
|
|
|
138
140
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
139
141
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
140
142
|
'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
143
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
144
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
146
145
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -179,6 +178,7 @@ declare const _default: {
|
|
|
179
178
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
180
179
|
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
181
180
|
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
181
|
+
'fabric.editor.focusTableResizeHandle': string;
|
|
182
182
|
'fabric.editor.headerColumn': string;
|
|
183
183
|
'fabric.editor.headerRow': string;
|
|
184
184
|
'fabric.editor.heading1': string;
|
|
@@ -246,11 +246,12 @@ declare const _default: {
|
|
|
246
246
|
'fabric.editor.linkAddress': string;
|
|
247
247
|
'fabric.editor.linkPlaceholder': string;
|
|
248
248
|
'fabric.editor.lists': string;
|
|
249
|
+
'fabric.editor.listsFormat': string;
|
|
249
250
|
'fabric.editor.markdown': string;
|
|
250
251
|
'fabric.editor.matchCase': string;
|
|
252
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
253
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
251
254
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
252
|
-
'fabric.editor.media.decreased': string;
|
|
253
|
-
'fabric.editor.media.increased': string;
|
|
254
255
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
255
256
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
256
257
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -315,6 +316,7 @@ declare const _default: {
|
|
|
315
316
|
'fabric.editor.removeRows': string;
|
|
316
317
|
'fabric.editor.replace': string;
|
|
317
318
|
'fabric.editor.replaceAll': string;
|
|
319
|
+
'fabric.editor.replaceSuccess': string;
|
|
318
320
|
'fabric.editor.replaceWith': string;
|
|
319
321
|
'fabric.editor.resultsCount': string;
|
|
320
322
|
'fabric.editor.richText': string;
|
|
@@ -365,6 +367,7 @@ declare const _default: {
|
|
|
365
367
|
'fabric.editor.taskPlaceholder': string;
|
|
366
368
|
'fabric.editor.text.formatting.off': string;
|
|
367
369
|
'fabric.editor.textColor': string;
|
|
370
|
+
'fabric.editor.textFormatting': string;
|
|
368
371
|
'fabric.editor.textStyles': string;
|
|
369
372
|
'fabric.editor.threeColumns': string;
|
|
370
373
|
'fabric.editor.threeColumnsWithSidebars': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -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;
|
|
@@ -179,6 +180,7 @@ declare const _default: {
|
|
|
179
180
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
180
181
|
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
181
182
|
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
183
|
+
'fabric.editor.focusTableResizeHandle': string;
|
|
182
184
|
'fabric.editor.headerColumn': string;
|
|
183
185
|
'fabric.editor.headerRow': string;
|
|
184
186
|
'fabric.editor.heading1': string;
|
|
@@ -246,11 +248,12 @@ declare const _default: {
|
|
|
246
248
|
'fabric.editor.linkAddress': string;
|
|
247
249
|
'fabric.editor.linkPlaceholder': string;
|
|
248
250
|
'fabric.editor.lists': string;
|
|
251
|
+
'fabric.editor.listsFormat': string;
|
|
249
252
|
'fabric.editor.markdown': string;
|
|
250
253
|
'fabric.editor.matchCase': string;
|
|
254
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
251
256
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
252
|
-
'fabric.editor.media.decreased': string;
|
|
253
|
-
'fabric.editor.media.increased': string;
|
|
254
257
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
255
258
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
256
259
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -315,6 +318,7 @@ declare const _default: {
|
|
|
315
318
|
'fabric.editor.removeRows': string;
|
|
316
319
|
'fabric.editor.replace': string;
|
|
317
320
|
'fabric.editor.replaceAll': string;
|
|
321
|
+
'fabric.editor.replaceSuccess': string;
|
|
318
322
|
'fabric.editor.replaceWith': string;
|
|
319
323
|
'fabric.editor.resultsCount': string;
|
|
320
324
|
'fabric.editor.richText': string;
|
|
@@ -365,6 +369,7 @@ declare const _default: {
|
|
|
365
369
|
'fabric.editor.taskPlaceholder': string;
|
|
366
370
|
'fabric.editor.text.formatting.off': string;
|
|
367
371
|
'fabric.editor.textColor': string;
|
|
372
|
+
'fabric.editor.textFormatting': string;
|
|
368
373
|
'fabric.editor.textStyles': string;
|
|
369
374
|
'fabric.editor.threeColumns': string;
|
|
370
375
|
'fabric.editor.threeColumnsWithSidebars': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -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,8 @@ 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.
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': string;
|
|
145
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
144
146
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
147
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
146
148
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -247,12 +249,12 @@ declare const _default: {
|
|
|
247
249
|
'fabric.editor.linkAddress': string;
|
|
248
250
|
'fabric.editor.linkPlaceholder': string;
|
|
249
251
|
'fabric.editor.lists': string;
|
|
252
|
+
'fabric.editor.listsFormat': string;
|
|
250
253
|
'fabric.editor.markdown': string;
|
|
251
254
|
'fabric.editor.matchCase': string;
|
|
252
|
-
'fabric.editor.media.
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
253
257
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
254
|
-
'fabric.editor.media.decreased': string;
|
|
255
|
-
'fabric.editor.media.increased': string;
|
|
256
258
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
257
259
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -368,6 +370,7 @@ declare const _default: {
|
|
|
368
370
|
'fabric.editor.taskPlaceholder': string;
|
|
369
371
|
'fabric.editor.text.formatting.off': string;
|
|
370
372
|
'fabric.editor.textColor': string;
|
|
373
|
+
'fabric.editor.textFormatting': string;
|
|
371
374
|
'fabric.editor.textStyles': string;
|
|
372
375
|
'fabric.editor.threeColumns': string;
|
|
373
376
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -467,5 +470,6 @@ declare const _default: {
|
|
|
467
470
|
'fabric.theme.white': string;
|
|
468
471
|
'fabric.theme.yellow': string;
|
|
469
472
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
+
testMessage: string;
|
|
470
474
|
};
|
|
471
475
|
export default _default;
|
|
@@ -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,8 @@ 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.
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': string;
|
|
145
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
144
146
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
147
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
146
148
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -247,12 +249,12 @@ declare const _default: {
|
|
|
247
249
|
'fabric.editor.linkAddress': string;
|
|
248
250
|
'fabric.editor.linkPlaceholder': string;
|
|
249
251
|
'fabric.editor.lists': string;
|
|
252
|
+
'fabric.editor.listsFormat': string;
|
|
250
253
|
'fabric.editor.markdown': string;
|
|
251
254
|
'fabric.editor.matchCase': string;
|
|
252
|
-
'fabric.editor.media.
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
253
257
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
254
|
-
'fabric.editor.media.decreased': string;
|
|
255
|
-
'fabric.editor.media.increased': string;
|
|
256
258
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
257
259
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -368,6 +370,7 @@ declare const _default: {
|
|
|
368
370
|
'fabric.editor.taskPlaceholder': string;
|
|
369
371
|
'fabric.editor.text.formatting.off': string;
|
|
370
372
|
'fabric.editor.textColor': string;
|
|
373
|
+
'fabric.editor.textFormatting': string;
|
|
371
374
|
'fabric.editor.textStyles': string;
|
|
372
375
|
'fabric.editor.threeColumns': string;
|
|
373
376
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -467,5 +470,6 @@ declare const _default: {
|
|
|
467
470
|
'fabric.theme.white': string;
|
|
468
471
|
'fabric.theme.yellow': string;
|
|
469
472
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
+
testMessage: string;
|
|
470
474
|
};
|
|
471
475
|
export default _default;
|
|
@@ -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,8 @@ 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.
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
144
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': string;
|
|
145
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': string;
|
|
144
146
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
145
147
|
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
146
148
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
@@ -247,12 +249,12 @@ declare const _default: {
|
|
|
247
249
|
'fabric.editor.linkAddress': string;
|
|
248
250
|
'fabric.editor.linkPlaceholder': string;
|
|
249
251
|
'fabric.editor.lists': string;
|
|
252
|
+
'fabric.editor.listsFormat': string;
|
|
250
253
|
'fabric.editor.markdown': string;
|
|
251
254
|
'fabric.editor.matchCase': string;
|
|
252
|
-
'fabric.editor.media.
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
253
257
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
254
|
-
'fabric.editor.media.decreased': string;
|
|
255
|
-
'fabric.editor.media.increased': string;
|
|
256
258
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
257
259
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -368,6 +370,7 @@ declare const _default: {
|
|
|
368
370
|
'fabric.editor.taskPlaceholder': string;
|
|
369
371
|
'fabric.editor.text.formatting.off': string;
|
|
370
372
|
'fabric.editor.textColor': string;
|
|
373
|
+
'fabric.editor.textFormatting': string;
|
|
371
374
|
'fabric.editor.textStyles': string;
|
|
372
375
|
'fabric.editor.threeColumns': string;
|
|
373
376
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -467,5 +470,6 @@ declare const _default: {
|
|
|
467
470
|
'fabric.theme.white': string;
|
|
468
471
|
'fabric.theme.yellow': string;
|
|
469
472
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
+
testMessage: string;
|
|
470
474
|
};
|
|
471
475
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -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;
|