@atlaskit/editor-common 107.7.5 → 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 +9 -0
- 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/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/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 +7 -4
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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -295,6 +298,7 @@ declare const _default: {
|
|
|
295
298
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
296
299
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
297
300
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
301
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
298
302
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
299
303
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
300
304
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -679,8 +683,6 @@ declare const _default: {
|
|
|
679
683
|
'fabric.editor.notePanel.description': string;
|
|
680
684
|
'fabric.editor.numberedColumn': string;
|
|
681
685
|
'fabric.editor.off': string;
|
|
682
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
683
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
684
686
|
'fabric.editor.on': string;
|
|
685
687
|
'fabric.editor.openButtonTitle': string;
|
|
686
688
|
'fabric.editor.openCellOptions': string;
|
|
@@ -828,6 +830,8 @@ declare const _default: {
|
|
|
828
830
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
829
831
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
830
832
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
833
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
834
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
831
835
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
832
836
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
833
837
|
'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;
|
|
@@ -295,6 +298,7 @@ declare const _default: {
|
|
|
295
298
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
296
299
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
297
300
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
301
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
298
302
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
299
303
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
300
304
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -679,8 +683,6 @@ declare const _default: {
|
|
|
679
683
|
'fabric.editor.notePanel.description': string;
|
|
680
684
|
'fabric.editor.numberedColumn': string;
|
|
681
685
|
'fabric.editor.off': string;
|
|
682
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
683
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
684
686
|
'fabric.editor.on': string;
|
|
685
687
|
'fabric.editor.openButtonTitle': string;
|
|
686
688
|
'fabric.editor.openCellOptions': string;
|
|
@@ -828,6 +830,8 @@ declare const _default: {
|
|
|
828
830
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
829
831
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
830
832
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
833
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
834
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
831
835
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
832
836
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
833
837
|
'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;
|
|
@@ -295,6 +298,7 @@ declare const _default: {
|
|
|
295
298
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
296
299
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
297
300
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
301
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
298
302
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
299
303
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
300
304
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -679,8 +683,6 @@ declare const _default: {
|
|
|
679
683
|
'fabric.editor.notePanel.description': string;
|
|
680
684
|
'fabric.editor.numberedColumn': string;
|
|
681
685
|
'fabric.editor.off': string;
|
|
682
|
-
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
683
|
-
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
684
686
|
'fabric.editor.on': string;
|
|
685
687
|
'fabric.editor.openButtonTitle': string;
|
|
686
688
|
'fabric.editor.openCellOptions': string;
|
|
@@ -827,6 +829,8 @@ declare const _default: {
|
|
|
827
829
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
828
830
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
829
831
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
832
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
833
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
830
834
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
831
835
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
832
836
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|