@atlaskit/editor-common 99.7.0 → 99.7.2
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 +17 -0
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +80 -0
- package/dist/cjs/i18n/en_GB.js +80 -0
- package/dist/cjs/i18n/en_ZZ.js +80 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/messages/block-controls.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/node-width/index.js +41 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +80 -0
- package/dist/es2019/i18n/en_GB.js +80 -0
- package/dist/es2019/i18n/en_ZZ.js +80 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +5 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/messages/block-controls.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/node-width/index.js +39 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +80 -0
- package/dist/esm/i18n/en_GB.js +80 -0
- package/dist/esm/i18n/en_ZZ.js +80 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/messages/block-controls.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/node-width/index.js +41 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +80 -0
- package/dist/types/i18n/en_GB.d.ts +80 -0
- package/dist/types/i18n/en_ZZ.d.ts +80 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/messages/block-controls.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +80 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/messages/block-controls.d.ts +5 -0
- package/package.json +10 -7
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
24
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
25
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
26
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
23
27
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
28
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
29
|
'fabric.editor.alignCenter': string;
|
|
@@ -84,6 +88,7 @@ declare const _default: {
|
|
|
84
88
|
'fabric.editor.columnMovedRight': string;
|
|
85
89
|
'fabric.editor.columnSelected': string;
|
|
86
90
|
'fabric.editor.columns': string;
|
|
91
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
92
|
'fabric.editor.columns.description': string;
|
|
88
93
|
'fabric.editor.columnsAreInserted': string;
|
|
89
94
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +299,7 @@ declare const _default: {
|
|
|
294
299
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
300
|
'fabric.editor.layout.columnOption': string;
|
|
296
301
|
'fabric.editor.layout.placeholder': string;
|
|
302
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
303
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
304
|
'fabric.editor.layoutFullWidth': string;
|
|
299
305
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +367,8 @@ declare const _default: {
|
|
|
361
367
|
'fabric.editor.notePanel.description': string;
|
|
362
368
|
'fabric.editor.numberedColumn': string;
|
|
363
369
|
'fabric.editor.off': string;
|
|
370
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
371
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
372
|
'fabric.editor.on': string;
|
|
365
373
|
'fabric.editor.openCellOptions': string;
|
|
366
374
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +507,7 @@ declare const _default: {
|
|
|
499
507
|
'fabric.editor.unableToOpenLink': string;
|
|
500
508
|
'fabric.editor.underline': string;
|
|
501
509
|
'fabric.editor.undo': string;
|
|
510
|
+
'fabric.editor.unknown.label': string;
|
|
502
511
|
'fabric.editor.unlink': string;
|
|
503
512
|
'fabric.editor.unorderedList': string;
|
|
504
513
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +469,7 @@ declare const _default: {
|
|
|
465
469
|
'fabric.editor.text.formatting.off': string;
|
|
466
470
|
'fabric.editor.textColor': string;
|
|
467
471
|
'fabric.editor.textColorTooltip': string;
|
|
472
|
+
'fabric.editor.textFormat': string;
|
|
468
473
|
'fabric.editor.textFormatting': string;
|
|
469
474
|
'fabric.editor.textStyles': string;
|
|
470
475
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +503,7 @@ declare const _default: {
|
|
|
498
503
|
'fabric.editor.unableToOpenLink': string;
|
|
499
504
|
'fabric.editor.underline': string;
|
|
500
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
501
507
|
'fabric.editor.unlink': string;
|
|
502
508
|
'fabric.editor.unorderedList': string;
|
|
503
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +469,7 @@ declare const _default: {
|
|
|
465
469
|
'fabric.editor.text.formatting.off': string;
|
|
466
470
|
'fabric.editor.textColor': string;
|
|
467
471
|
'fabric.editor.textColorTooltip': string;
|
|
472
|
+
'fabric.editor.textFormat': string;
|
|
468
473
|
'fabric.editor.textFormatting': string;
|
|
469
474
|
'fabric.editor.textStyles': string;
|
|
470
475
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +503,7 @@ declare const _default: {
|
|
|
498
503
|
'fabric.editor.unableToOpenLink': string;
|
|
499
504
|
'fabric.editor.underline': string;
|
|
500
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
501
507
|
'fabric.editor.unlink': string;
|
|
502
508
|
'fabric.editor.unorderedList': string;
|
|
503
509
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -500,6 +579,7 @@ declare const _default: {
|
|
|
500
579
|
'fabric.editor.unableToOpenLink': string;
|
|
501
580
|
'fabric.editor.underline': string;
|
|
502
581
|
'fabric.editor.undo': string;
|
|
582
|
+
'fabric.editor.unknown.label': string;
|
|
503
583
|
'fabric.editor.unlink': string;
|
|
504
584
|
'fabric.editor.unorderedList': string;
|
|
505
585
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,10 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
24
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
25
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
26
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
23
27
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
28
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
29
|
'fabric.editor.alignCenter': string;
|
|
@@ -84,6 +88,7 @@ declare const _default: {
|
|
|
84
88
|
'fabric.editor.columnMovedRight': string;
|
|
85
89
|
'fabric.editor.columnSelected': string;
|
|
86
90
|
'fabric.editor.columns': string;
|
|
91
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
92
|
'fabric.editor.columns.description': string;
|
|
88
93
|
'fabric.editor.columnsAreInserted': string;
|
|
89
94
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +299,7 @@ declare const _default: {
|
|
|
294
299
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
300
|
'fabric.editor.layout.columnOption': string;
|
|
296
301
|
'fabric.editor.layout.placeholder': string;
|
|
302
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
303
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
304
|
'fabric.editor.layoutFullWidth': string;
|
|
299
305
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +367,8 @@ declare const _default: {
|
|
|
361
367
|
'fabric.editor.notePanel.description': string;
|
|
362
368
|
'fabric.editor.numberedColumn': string;
|
|
363
369
|
'fabric.editor.off': string;
|
|
370
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
371
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
372
|
'fabric.editor.on': string;
|
|
365
373
|
'fabric.editor.openCellOptions': string;
|
|
366
374
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +473,7 @@ declare const _default: {
|
|
|
465
473
|
'fabric.editor.text.formatting.off': string;
|
|
466
474
|
'fabric.editor.textColor': string;
|
|
467
475
|
'fabric.editor.textColorTooltip': string;
|
|
476
|
+
'fabric.editor.textFormat': string;
|
|
468
477
|
'fabric.editor.textFormatting': string;
|
|
469
478
|
'fabric.editor.textStyles': string;
|
|
470
479
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +507,7 @@ declare const _default: {
|
|
|
498
507
|
'fabric.editor.unableToOpenLink': string;
|
|
499
508
|
'fabric.editor.underline': string;
|
|
500
509
|
'fabric.editor.undo': string;
|
|
510
|
+
'fabric.editor.unknown.label': string;
|
|
501
511
|
'fabric.editor.unlink': string;
|
|
502
512
|
'fabric.editor.unorderedList': string;
|
|
503
513
|
'fabric.editor.unorderedList.description': string;
|