@atlaskit/editor-common 107.7.4 → 107.7.6
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 +18 -0
- package/dist/cjs/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/cjs/i18n/cs.js +10 -2
- package/dist/cjs/i18n/da.js +10 -2
- package/dist/cjs/i18n/de.js +10 -2
- package/dist/cjs/i18n/en.js +6 -2
- package/dist/cjs/i18n/en_GB.js +6 -2
- package/dist/cjs/i18n/en_ZZ.js +6 -2
- package/dist/cjs/i18n/es.js +10 -2
- package/dist/cjs/i18n/fi.js +10 -2
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +7 -2
- package/dist/cjs/i18n/hu.js +10 -2
- package/dist/cjs/i18n/it.js +10 -2
- package/dist/cjs/i18n/ja.js +10 -2
- package/dist/cjs/i18n/ko.js +10 -2
- package/dist/cjs/i18n/nb.js +10 -2
- package/dist/cjs/i18n/nl.js +10 -2
- package/dist/cjs/i18n/pl.js +12 -5
- package/dist/cjs/i18n/pt_BR.js +10 -2
- package/dist/cjs/i18n/ru.js +10 -2
- package/dist/cjs/i18n/sl.js +10 -2
- package/dist/cjs/i18n/sr_RS.js +7 -2
- package/dist/cjs/i18n/sr_YR.js +7 -2
- package/dist/cjs/i18n/sv.js +10 -2
- package/dist/cjs/i18n/th.js +10 -2
- package/dist/cjs/i18n/tr.js +4 -2
- package/dist/cjs/i18n/uk.js +10 -2
- package/dist/cjs/i18n/vi.js +10 -2
- package/dist/cjs/i18n/zh.js +10 -2
- package/dist/cjs/i18n/zh_TW.js +10 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smartCard.js +3 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/es2019/i18n/cs.js +10 -2
- package/dist/es2019/i18n/da.js +10 -2
- package/dist/es2019/i18n/de.js +10 -2
- package/dist/es2019/i18n/en.js +6 -2
- package/dist/es2019/i18n/en_GB.js +6 -2
- package/dist/es2019/i18n/en_ZZ.js +6 -2
- package/dist/es2019/i18n/es.js +10 -2
- package/dist/es2019/i18n/fi.js +10 -2
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +7 -2
- package/dist/es2019/i18n/hu.js +10 -2
- package/dist/es2019/i18n/it.js +10 -2
- package/dist/es2019/i18n/ja.js +10 -2
- package/dist/es2019/i18n/ko.js +10 -2
- package/dist/es2019/i18n/nb.js +10 -2
- package/dist/es2019/i18n/nl.js +10 -2
- package/dist/es2019/i18n/pl.js +12 -5
- package/dist/es2019/i18n/pt_BR.js +10 -2
- package/dist/es2019/i18n/ru.js +10 -2
- package/dist/es2019/i18n/sl.js +10 -2
- package/dist/es2019/i18n/sr_RS.js +7 -2
- package/dist/es2019/i18n/sr_YR.js +7 -2
- package/dist/es2019/i18n/sv.js +10 -2
- package/dist/es2019/i18n/th.js +10 -2
- package/dist/es2019/i18n/tr.js +4 -2
- package/dist/es2019/i18n/uk.js +10 -2
- package/dist/es2019/i18n/vi.js +10 -2
- package/dist/es2019/i18n/zh.js +10 -2
- package/dist/es2019/i18n/zh_TW.js +10 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smartCard.js +17 -6
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/esm/i18n/cs.js +10 -2
- package/dist/esm/i18n/da.js +10 -2
- package/dist/esm/i18n/de.js +10 -2
- package/dist/esm/i18n/en.js +6 -2
- package/dist/esm/i18n/en_GB.js +6 -2
- package/dist/esm/i18n/en_ZZ.js +6 -2
- package/dist/esm/i18n/es.js +10 -2
- package/dist/esm/i18n/fi.js +10 -2
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +7 -2
- package/dist/esm/i18n/hu.js +10 -2
- package/dist/esm/i18n/it.js +10 -2
- package/dist/esm/i18n/ja.js +10 -2
- package/dist/esm/i18n/ko.js +10 -2
- package/dist/esm/i18n/nb.js +10 -2
- package/dist/esm/i18n/nl.js +10 -2
- package/dist/esm/i18n/pl.js +12 -5
- package/dist/esm/i18n/pt_BR.js +10 -2
- package/dist/esm/i18n/ru.js +10 -2
- package/dist/esm/i18n/sl.js +10 -2
- package/dist/esm/i18n/sr_RS.js +7 -2
- package/dist/esm/i18n/sr_YR.js +7 -2
- package/dist/esm/i18n/sv.js +10 -2
- package/dist/esm/i18n/th.js +10 -2
- package/dist/esm/i18n/tr.js +4 -2
- package/dist/esm/i18n/uk.js +10 -2
- package/dist/esm/i18n/vi.js +10 -2
- package/dist/esm/i18n/zh.js +10 -2
- package/dist/esm/i18n/zh_TW.js +10 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smartCard.js +3 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -2
- package/dist/types/i18n/da.d.ts +10 -2
- package/dist/types/i18n/de.d.ts +10 -2
- package/dist/types/i18n/en.d.ts +6 -2
- package/dist/types/i18n/en_GB.d.ts +6 -2
- package/dist/types/i18n/en_ZZ.d.ts +6 -2
- package/dist/types/i18n/es.d.ts +10 -2
- package/dist/types/i18n/fi.d.ts +10 -2
- package/dist/types/i18n/fr.d.ts +9 -2
- package/dist/types/i18n/hr.d.ts +7 -2
- package/dist/types/i18n/hu.d.ts +10 -2
- package/dist/types/i18n/it.d.ts +10 -2
- package/dist/types/i18n/ja.d.ts +10 -2
- package/dist/types/i18n/ko.d.ts +10 -2
- package/dist/types/i18n/nb.d.ts +10 -2
- package/dist/types/i18n/nl.d.ts +10 -2
- package/dist/types/i18n/pl.d.ts +9 -2
- package/dist/types/i18n/pt_BR.d.ts +10 -2
- package/dist/types/i18n/ru.d.ts +10 -2
- package/dist/types/i18n/sl.d.ts +10 -2
- package/dist/types/i18n/sr_RS.d.ts +7 -2
- package/dist/types/i18n/sr_YR.d.ts +7 -2
- package/dist/types/i18n/sv.d.ts +10 -2
- package/dist/types/i18n/th.d.ts +10 -2
- package/dist/types/i18n/tr.d.ts +4 -2
- package/dist/types/i18n/uk.d.ts +10 -2
- package/dist/types/i18n/vi.d.ts +10 -2
- package/dist/types/i18n/zh.d.ts +10 -2
- package/dist/types/i18n/zh_TW.d.ts +10 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -2
- package/dist/types-ts4.5/i18n/da.d.ts +10 -2
- package/dist/types-ts4.5/i18n/de.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -2
- package/dist/types-ts4.5/i18n/es.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -2
- package/dist/types-ts4.5/i18n/hr.d.ts +7 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -2
- package/dist/types-ts4.5/i18n/it.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -2
- package/dist/types-ts4.5/i18n/th.d.ts +10 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -2
- package/package.json +8 -5
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -283,6 +286,7 @@ declare const _default: {
|
|
|
283
286
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
284
287
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
285
288
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
289
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
286
290
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
287
291
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
288
292
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -378,6 +382,7 @@ declare const _default: {
|
|
|
378
382
|
'fabric.editor.configPanel.invalid': string;
|
|
379
383
|
'fabric.editor.configPanel.required': string;
|
|
380
384
|
'fabric.editor.configPanel.submit': string;
|
|
385
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
381
386
|
'fabric.editor.copiedToClipboard': string;
|
|
382
387
|
'fabric.editor.copyToClipboard': string;
|
|
383
388
|
'fabric.editor.cornerControl': string;
|
|
@@ -449,6 +454,7 @@ declare const _default: {
|
|
|
449
454
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
450
455
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
451
456
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
457
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
452
458
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
453
459
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
454
460
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -652,8 +658,6 @@ declare const _default: {
|
|
|
652
658
|
'fabric.editor.notePanel.description': string;
|
|
653
659
|
'fabric.editor.numberedColumn': string;
|
|
654
660
|
'fabric.editor.off': string;
|
|
655
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
656
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
657
661
|
'fabric.editor.on': string;
|
|
658
662
|
'fabric.editor.openCellOptions': string;
|
|
659
663
|
'fabric.editor.openLink': string;
|
|
@@ -761,6 +765,8 @@ declare const _default: {
|
|
|
761
765
|
'fabric.editor.tables.resizeTable': string;
|
|
762
766
|
'fabric.editor.tables.startedColumnResize': string;
|
|
763
767
|
'fabric.editor.task': string;
|
|
768
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
769
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
764
770
|
'fabric.editor.taskPlaceholder': string;
|
|
765
771
|
'fabric.editor.text.formatting.off': string;
|
|
766
772
|
'fabric.editor.textColor': string;
|
|
@@ -795,6 +801,8 @@ declare const _default: {
|
|
|
795
801
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
796
802
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
797
803
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
804
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
805
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
798
806
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
799
807
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
800
808
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
@@ -8,6 +8,8 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
11
13
|
'fablric.editor.viewAllInserts': string;
|
|
12
14
|
'fabric.editor.action': string;
|
|
13
15
|
'fabric.editor.action.description': string;
|
|
@@ -285,6 +287,7 @@ declare const _default: {
|
|
|
285
287
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
286
288
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
287
289
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
290
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
288
291
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
289
292
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
290
293
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -384,6 +387,7 @@ declare const _default: {
|
|
|
384
387
|
'fabric.editor.configPanel.invalid': string;
|
|
385
388
|
'fabric.editor.configPanel.required': string;
|
|
386
389
|
'fabric.editor.configPanel.submit': string;
|
|
390
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
387
391
|
'fabric.editor.copiedToClipboard': string;
|
|
388
392
|
'fabric.editor.copyToClipboard': string;
|
|
389
393
|
'fabric.editor.cornerControl': string;
|
|
@@ -456,6 +460,7 @@ declare const _default: {
|
|
|
456
460
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
457
461
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
458
462
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
463
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
459
464
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
460
465
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
461
466
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -660,8 +665,6 @@ declare const _default: {
|
|
|
660
665
|
'fabric.editor.notePanel.description': string;
|
|
661
666
|
'fabric.editor.numberedColumn': string;
|
|
662
667
|
'fabric.editor.off': string;
|
|
663
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
664
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
665
668
|
'fabric.editor.on': string;
|
|
666
669
|
'fabric.editor.openCellOptions': string;
|
|
667
670
|
'fabric.editor.openLink': string;
|
|
@@ -769,6 +772,8 @@ declare const _default: {
|
|
|
769
772
|
'fabric.editor.tables.resizeTable': string;
|
|
770
773
|
'fabric.editor.tables.startedColumnResize': string;
|
|
771
774
|
'fabric.editor.task': string;
|
|
775
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
776
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
772
777
|
'fabric.editor.taskPlaceholder': string;
|
|
773
778
|
'fabric.editor.text.formatting.off': string;
|
|
774
779
|
'fabric.editor.textColor': string;
|
|
@@ -8,6 +8,8 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
11
13
|
'fablric.editor.viewAllInserts': string;
|
|
12
14
|
'fabric.editor.action': string;
|
|
13
15
|
'fabric.editor.action.description': string;
|
|
@@ -285,6 +287,7 @@ declare const _default: {
|
|
|
285
287
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
286
288
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
287
289
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
290
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
288
291
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
289
292
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
290
293
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -384,6 +387,7 @@ declare const _default: {
|
|
|
384
387
|
'fabric.editor.configPanel.invalid': string;
|
|
385
388
|
'fabric.editor.configPanel.required': string;
|
|
386
389
|
'fabric.editor.configPanel.submit': string;
|
|
390
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
387
391
|
'fabric.editor.copiedToClipboard': string;
|
|
388
392
|
'fabric.editor.copyToClipboard': string;
|
|
389
393
|
'fabric.editor.cornerControl': string;
|
|
@@ -456,6 +460,7 @@ declare const _default: {
|
|
|
456
460
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
457
461
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
458
462
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
463
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
459
464
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
460
465
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
461
466
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -660,8 +665,6 @@ declare const _default: {
|
|
|
660
665
|
'fabric.editor.notePanel.description': string;
|
|
661
666
|
'fabric.editor.numberedColumn': string;
|
|
662
667
|
'fabric.editor.off': string;
|
|
663
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
664
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
665
668
|
'fabric.editor.on': string;
|
|
666
669
|
'fabric.editor.openCellOptions': string;
|
|
667
670
|
'fabric.editor.openLink': string;
|
|
@@ -769,6 +772,8 @@ declare const _default: {
|
|
|
769
772
|
'fabric.editor.tables.resizeTable': string;
|
|
770
773
|
'fabric.editor.tables.startedColumnResize': string;
|
|
771
774
|
'fabric.editor.task': string;
|
|
775
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
776
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
772
777
|
'fabric.editor.taskPlaceholder': string;
|
|
773
778
|
'fabric.editor.text.formatting.off': string;
|
|
774
779
|
'fabric.editor.textColor': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -214,6 +217,7 @@ declare const _default: {
|
|
|
214
217
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
216
219
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
220
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
217
221
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
219
223
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -316,6 +320,7 @@ declare const _default: {
|
|
|
316
320
|
'fabric.editor.configPanel.invalid': string;
|
|
317
321
|
'fabric.editor.configPanel.required': string;
|
|
318
322
|
'fabric.editor.configPanel.submit': string;
|
|
323
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
319
324
|
'fabric.editor.copiedToClipboard': string;
|
|
320
325
|
'fabric.editor.copyToClipboard': string;
|
|
321
326
|
'fabric.editor.cornerControl': string;
|
|
@@ -389,6 +394,7 @@ declare const _default: {
|
|
|
389
394
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
390
395
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
397
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
392
398
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
393
399
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -595,8 +601,6 @@ declare const _default: {
|
|
|
595
601
|
'fabric.editor.notePanel.description': string;
|
|
596
602
|
'fabric.editor.numberedColumn': string;
|
|
597
603
|
'fabric.editor.off': string;
|
|
598
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
599
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
600
604
|
'fabric.editor.on': string;
|
|
601
605
|
'fabric.editor.openButtonTitle': string;
|
|
602
606
|
'fabric.editor.openCellOptions': string;
|
|
@@ -707,6 +711,8 @@ declare const _default: {
|
|
|
707
711
|
'fabric.editor.tables.resizeTable': string;
|
|
708
712
|
'fabric.editor.tables.startedColumnResize': string;
|
|
709
713
|
'fabric.editor.task': string;
|
|
714
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
715
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
710
716
|
'fabric.editor.taskPlaceholder': string;
|
|
711
717
|
'fabric.editor.text.formatting.off': string;
|
|
712
718
|
'fabric.editor.textColor': string;
|
|
@@ -741,6 +747,8 @@ declare const _default: {
|
|
|
741
747
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
742
748
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
750
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
744
752
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
745
753
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
746
754
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -200,6 +203,7 @@ declare const _default: {
|
|
|
200
203
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
201
204
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
202
205
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
206
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
203
207
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
204
208
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
205
209
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -302,6 +306,7 @@ declare const _default: {
|
|
|
302
306
|
'fabric.editor.configPanel.invalid': string;
|
|
303
307
|
'fabric.editor.configPanel.required': string;
|
|
304
308
|
'fabric.editor.configPanel.submit': string;
|
|
309
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
305
310
|
'fabric.editor.copiedToClipboard': string;
|
|
306
311
|
'fabric.editor.copyToClipboard': string;
|
|
307
312
|
'fabric.editor.cornerControl': string;
|
|
@@ -375,6 +380,7 @@ declare const _default: {
|
|
|
375
380
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
376
381
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
377
382
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
383
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
378
384
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
379
385
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
380
386
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -581,8 +587,6 @@ declare const _default: {
|
|
|
581
587
|
'fabric.editor.notePanel.description': string;
|
|
582
588
|
'fabric.editor.numberedColumn': string;
|
|
583
589
|
'fabric.editor.off': string;
|
|
584
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
585
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
586
590
|
'fabric.editor.on': string;
|
|
587
591
|
'fabric.editor.openButtonTitle': string;
|
|
588
592
|
'fabric.editor.openCellOptions': string;
|
|
@@ -693,6 +697,8 @@ declare const _default: {
|
|
|
693
697
|
'fabric.editor.tables.resizeTable': string;
|
|
694
698
|
'fabric.editor.tables.startedColumnResize': string;
|
|
695
699
|
'fabric.editor.task': string;
|
|
700
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
701
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
696
702
|
'fabric.editor.taskPlaceholder': string;
|
|
697
703
|
'fabric.editor.text.formatting.off': string;
|
|
698
704
|
'fabric.editor.textColor': string;
|
|
@@ -727,6 +733,8 @@ declare const _default: {
|
|
|
727
733
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
728
734
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
729
735
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
736
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
737
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
730
738
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
731
739
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
732
740
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -317,6 +317,7 @@ declare const _default: {
|
|
|
317
317
|
'fabric.editor.configPanel.invalid': string;
|
|
318
318
|
'fabric.editor.configPanel.required': string;
|
|
319
319
|
'fabric.editor.configPanel.submit': string;
|
|
320
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
320
321
|
'fabric.editor.copiedToClipboard': string;
|
|
321
322
|
'fabric.editor.copyToClipboard': string;
|
|
322
323
|
'fabric.editor.cornerControl': string;
|
|
@@ -390,6 +391,7 @@ declare const _default: {
|
|
|
390
391
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
391
392
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
392
393
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
394
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
393
395
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
394
396
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
395
397
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -596,8 +598,6 @@ declare const _default: {
|
|
|
596
598
|
'fabric.editor.notePanel.description': string;
|
|
597
599
|
'fabric.editor.numberedColumn': string;
|
|
598
600
|
'fabric.editor.off': string;
|
|
599
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
600
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
601
601
|
'fabric.editor.on': string;
|
|
602
602
|
'fabric.editor.openButtonTitle': string;
|
|
603
603
|
'fabric.editor.openCellOptions': string;
|
|
@@ -708,6 +708,8 @@ declare const _default: {
|
|
|
708
708
|
'fabric.editor.tables.resizeTable': string;
|
|
709
709
|
'fabric.editor.tables.startedColumnResize': string;
|
|
710
710
|
'fabric.editor.task': string;
|
|
711
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
712
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
711
713
|
'fabric.editor.taskPlaceholder': string;
|
|
712
714
|
'fabric.editor.text.formatting.off': string;
|
|
713
715
|
'fabric.editor.textColor': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -200,6 +203,7 @@ declare const _default: {
|
|
|
200
203
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
201
204
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
202
205
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
206
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
203
207
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
204
208
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
205
209
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -302,6 +306,7 @@ declare const _default: {
|
|
|
302
306
|
'fabric.editor.configPanel.invalid': string;
|
|
303
307
|
'fabric.editor.configPanel.required': string;
|
|
304
308
|
'fabric.editor.configPanel.submit': string;
|
|
309
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
305
310
|
'fabric.editor.copiedToClipboard': string;
|
|
306
311
|
'fabric.editor.copyToClipboard': string;
|
|
307
312
|
'fabric.editor.cornerControl': string;
|
|
@@ -375,6 +380,7 @@ declare const _default: {
|
|
|
375
380
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
376
381
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
377
382
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
383
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
378
384
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
379
385
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
380
386
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -581,8 +587,6 @@ declare const _default: {
|
|
|
581
587
|
'fabric.editor.notePanel.description': string;
|
|
582
588
|
'fabric.editor.numberedColumn': string;
|
|
583
589
|
'fabric.editor.off': string;
|
|
584
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
585
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
586
590
|
'fabric.editor.on': string;
|
|
587
591
|
'fabric.editor.openButtonTitle': string;
|
|
588
592
|
'fabric.editor.openCellOptions': string;
|
|
@@ -693,6 +697,8 @@ declare const _default: {
|
|
|
693
697
|
'fabric.editor.tables.resizeTable': string;
|
|
694
698
|
'fabric.editor.tables.startedColumnResize': string;
|
|
695
699
|
'fabric.editor.task': string;
|
|
700
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
701
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
696
702
|
'fabric.editor.taskPlaceholder': string;
|
|
697
703
|
'fabric.editor.text.formatting.off': string;
|
|
698
704
|
'fabric.editor.textColor': string;
|
|
@@ -727,6 +733,8 @@ declare const _default: {
|
|
|
727
733
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
728
734
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
729
735
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
736
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
737
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
730
738
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
731
739
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
732
740
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -200,6 +203,7 @@ declare const _default: {
|
|
|
200
203
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
201
204
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
202
205
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
206
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
203
207
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
204
208
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
205
209
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -302,6 +306,7 @@ declare const _default: {
|
|
|
302
306
|
'fabric.editor.configPanel.invalid': string;
|
|
303
307
|
'fabric.editor.configPanel.required': string;
|
|
304
308
|
'fabric.editor.configPanel.submit': string;
|
|
309
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
305
310
|
'fabric.editor.copiedToClipboard': string;
|
|
306
311
|
'fabric.editor.copyToClipboard': string;
|
|
307
312
|
'fabric.editor.cornerControl': string;
|
|
@@ -375,6 +380,7 @@ declare const _default: {
|
|
|
375
380
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
376
381
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
377
382
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
383
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
378
384
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
379
385
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
380
386
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -581,8 +587,6 @@ declare const _default: {
|
|
|
581
587
|
'fabric.editor.notePanel.description': string;
|
|
582
588
|
'fabric.editor.numberedColumn': string;
|
|
583
589
|
'fabric.editor.off': string;
|
|
584
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
585
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
586
590
|
'fabric.editor.on': string;
|
|
587
591
|
'fabric.editor.openButtonTitle': string;
|
|
588
592
|
'fabric.editor.openCellOptions': string;
|
|
@@ -693,6 +697,8 @@ declare const _default: {
|
|
|
693
697
|
'fabric.editor.tables.resizeTable': string;
|
|
694
698
|
'fabric.editor.tables.startedColumnResize': string;
|
|
695
699
|
'fabric.editor.task': string;
|
|
700
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
701
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
696
702
|
'fabric.editor.taskPlaceholder': string;
|
|
697
703
|
'fabric.editor.text.formatting.off': string;
|
|
698
704
|
'fabric.editor.textColor': string;
|
|
@@ -727,6 +733,8 @@ declare const _default: {
|
|
|
727
733
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
728
734
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
729
735
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
736
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
737
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
730
738
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
731
739
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
732
740
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -215,6 +218,7 @@ declare const _default: {
|
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
217
220
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
221
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
220
224
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -317,6 +321,7 @@ declare const _default: {
|
|
|
317
321
|
'fabric.editor.configPanel.invalid': string;
|
|
318
322
|
'fabric.editor.configPanel.required': string;
|
|
319
323
|
'fabric.editor.configPanel.submit': string;
|
|
324
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
320
325
|
'fabric.editor.copiedToClipboard': string;
|
|
321
326
|
'fabric.editor.copyToClipboard': string;
|
|
322
327
|
'fabric.editor.cornerControl': string;
|
|
@@ -390,6 +395,7 @@ declare const _default: {
|
|
|
390
395
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
398
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
393
399
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -596,8 +602,6 @@ declare const _default: {
|
|
|
596
602
|
'fabric.editor.notePanel.description': string;
|
|
597
603
|
'fabric.editor.numberedColumn': string;
|
|
598
604
|
'fabric.editor.off': string;
|
|
599
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
600
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
601
605
|
'fabric.editor.on': string;
|
|
602
606
|
'fabric.editor.openButtonTitle': string;
|
|
603
607
|
'fabric.editor.openCellOptions': string;
|
|
@@ -708,6 +712,8 @@ declare const _default: {
|
|
|
708
712
|
'fabric.editor.tables.resizeTable': string;
|
|
709
713
|
'fabric.editor.tables.startedColumnResize': string;
|
|
710
714
|
'fabric.editor.task': string;
|
|
715
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
711
717
|
'fabric.editor.taskPlaceholder': string;
|
|
712
718
|
'fabric.editor.text.formatting.off': string;
|
|
713
719
|
'fabric.editor.textColor': string;
|
|
@@ -742,6 +748,8 @@ declare const _default: {
|
|
|
742
748
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
745
753
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
746
754
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
747
755
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -215,6 +218,7 @@ declare const _default: {
|
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
217
220
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
221
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
220
224
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -317,6 +321,7 @@ declare const _default: {
|
|
|
317
321
|
'fabric.editor.configPanel.invalid': string;
|
|
318
322
|
'fabric.editor.configPanel.required': string;
|
|
319
323
|
'fabric.editor.configPanel.submit': string;
|
|
324
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
320
325
|
'fabric.editor.copiedToClipboard': string;
|
|
321
326
|
'fabric.editor.copyToClipboard': string;
|
|
322
327
|
'fabric.editor.cornerControl': string;
|
|
@@ -390,6 +395,7 @@ declare const _default: {
|
|
|
390
395
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
398
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
393
399
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -596,8 +602,6 @@ declare const _default: {
|
|
|
596
602
|
'fabric.editor.notePanel.description': string;
|
|
597
603
|
'fabric.editor.numberedColumn': string;
|
|
598
604
|
'fabric.editor.off': string;
|
|
599
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
600
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
601
605
|
'fabric.editor.on': string;
|
|
602
606
|
'fabric.editor.openButtonTitle': string;
|
|
603
607
|
'fabric.editor.openCellOptions': string;
|
|
@@ -708,6 +712,8 @@ declare const _default: {
|
|
|
708
712
|
'fabric.editor.tables.resizeTable': string;
|
|
709
713
|
'fabric.editor.tables.startedColumnResize': string;
|
|
710
714
|
'fabric.editor.task': string;
|
|
715
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
711
717
|
'fabric.editor.taskPlaceholder': string;
|
|
712
718
|
'fabric.editor.text.formatting.off': string;
|
|
713
719
|
'fabric.editor.textColor': string;
|
|
@@ -742,6 +748,8 @@ declare const _default: {
|
|
|
742
748
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
745
753
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
746
754
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
747
755
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -215,6 +218,7 @@ declare const _default: {
|
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
217
220
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
221
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
220
224
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -317,6 +321,7 @@ declare const _default: {
|
|
|
317
321
|
'fabric.editor.configPanel.invalid': string;
|
|
318
322
|
'fabric.editor.configPanel.required': string;
|
|
319
323
|
'fabric.editor.configPanel.submit': string;
|
|
324
|
+
'fabric.editor.contextPanel.panelLabel': string;
|
|
320
325
|
'fabric.editor.copiedToClipboard': string;
|
|
321
326
|
'fabric.editor.copyToClipboard': string;
|
|
322
327
|
'fabric.editor.cornerControl': string;
|
|
@@ -390,6 +395,7 @@ declare const _default: {
|
|
|
390
395
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
398
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
393
399
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -596,8 +602,6 @@ declare const _default: {
|
|
|
596
602
|
'fabric.editor.notePanel.description': string;
|
|
597
603
|
'fabric.editor.numberedColumn': string;
|
|
598
604
|
'fabric.editor.off': string;
|
|
599
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
600
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
601
605
|
'fabric.editor.on': string;
|
|
602
606
|
'fabric.editor.openButtonTitle': string;
|
|
603
607
|
'fabric.editor.openCellOptions': string;
|
|
@@ -708,6 +712,8 @@ declare const _default: {
|
|
|
708
712
|
'fabric.editor.tables.resizeTable': string;
|
|
709
713
|
'fabric.editor.tables.startedColumnResize': string;
|
|
710
714
|
'fabric.editor.task': string;
|
|
715
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': string;
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': string;
|
|
711
717
|
'fabric.editor.taskPlaceholder': string;
|
|
712
718
|
'fabric.editor.text.formatting.off': string;
|
|
713
719
|
'fabric.editor.textColor': string;
|
|
@@ -742,6 +748,8 @@ declare const _default: {
|
|
|
742
748
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
745
753
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
746
754
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
747
755
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|