@atlaskit/editor-common 107.34.0 → 107.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/block-menu/index.js +102 -0
- package/dist/cjs/block-menu/key.js +37 -1
- package/dist/cjs/block-menu/rank.js +7 -2
- package/dist/cjs/i18n/cs.js +14 -2
- package/dist/cjs/i18n/da.js +14 -2
- package/dist/cjs/i18n/de.js +14 -2
- package/dist/cjs/i18n/en.js +10 -2
- package/dist/cjs/i18n/en_GB.js +10 -2
- package/dist/cjs/i18n/en_ZZ.js +10 -2
- package/dist/cjs/i18n/es.js +14 -2
- package/dist/cjs/i18n/fi.js +14 -2
- package/dist/cjs/i18n/fr.js +4 -2
- package/dist/cjs/i18n/hr.js +17 -2
- package/dist/cjs/i18n/hu.js +14 -2
- package/dist/cjs/i18n/it.js +14 -2
- package/dist/cjs/i18n/ja.js +17 -2
- package/dist/cjs/i18n/ko.js +14 -2
- package/dist/cjs/i18n/nb.js +14 -2
- package/dist/cjs/i18n/nl.js +14 -2
- package/dist/cjs/i18n/pl.js +17 -2
- package/dist/cjs/i18n/pt_BR.js +17 -2
- package/dist/cjs/i18n/ru.js +14 -2
- package/dist/cjs/i18n/sl.js +17 -2
- package/dist/cjs/i18n/sr_RS.js +17 -2
- package/dist/cjs/i18n/sr_YR.js +17 -2
- package/dist/cjs/i18n/sv.js +17 -2
- package/dist/cjs/i18n/th.js +17 -2
- package/dist/cjs/i18n/tr.js +14 -2
- package/dist/cjs/i18n/uk.js +14 -2
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +14 -2
- package/dist/cjs/i18n/zh_TW.js +14 -2
- package/dist/cjs/link/utils.js +2 -6
- package/dist/cjs/messages/tasks-and-decsisions.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/block-menu/index.js +2 -2
- package/dist/es2019/block-menu/key.js +36 -0
- package/dist/es2019/block-menu/rank.js +21 -1
- package/dist/es2019/i18n/cs.js +14 -2
- package/dist/es2019/i18n/da.js +14 -2
- package/dist/es2019/i18n/de.js +14 -2
- package/dist/es2019/i18n/en.js +10 -2
- package/dist/es2019/i18n/en_GB.js +10 -2
- package/dist/es2019/i18n/en_ZZ.js +10 -2
- package/dist/es2019/i18n/es.js +14 -2
- package/dist/es2019/i18n/fi.js +14 -2
- package/dist/es2019/i18n/fr.js +4 -2
- package/dist/es2019/i18n/hr.js +17 -2
- package/dist/es2019/i18n/hu.js +14 -2
- package/dist/es2019/i18n/it.js +14 -2
- package/dist/es2019/i18n/ja.js +17 -2
- package/dist/es2019/i18n/ko.js +14 -2
- package/dist/es2019/i18n/nb.js +14 -2
- package/dist/es2019/i18n/nl.js +14 -2
- package/dist/es2019/i18n/pl.js +17 -2
- package/dist/es2019/i18n/pt_BR.js +17 -2
- package/dist/es2019/i18n/ru.js +14 -2
- package/dist/es2019/i18n/sl.js +17 -2
- package/dist/es2019/i18n/sr_RS.js +17 -2
- package/dist/es2019/i18n/sr_YR.js +17 -2
- package/dist/es2019/i18n/sv.js +17 -2
- package/dist/es2019/i18n/th.js +17 -2
- package/dist/es2019/i18n/tr.js +14 -2
- package/dist/es2019/i18n/uk.js +14 -2
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +14 -2
- package/dist/es2019/i18n/zh_TW.js +14 -2
- package/dist/es2019/link/utils.js +3 -7
- package/dist/es2019/messages/tasks-and-decsisions.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/block-menu/index.js +2 -2
- package/dist/esm/block-menu/key.js +36 -0
- package/dist/esm/block-menu/rank.js +7 -2
- package/dist/esm/i18n/cs.js +14 -2
- package/dist/esm/i18n/da.js +14 -2
- package/dist/esm/i18n/de.js +14 -2
- package/dist/esm/i18n/en.js +10 -2
- package/dist/esm/i18n/en_GB.js +10 -2
- package/dist/esm/i18n/en_ZZ.js +10 -2
- package/dist/esm/i18n/es.js +14 -2
- package/dist/esm/i18n/fi.js +14 -2
- package/dist/esm/i18n/fr.js +4 -2
- package/dist/esm/i18n/hr.js +17 -2
- package/dist/esm/i18n/hu.js +14 -2
- package/dist/esm/i18n/it.js +14 -2
- package/dist/esm/i18n/ja.js +17 -2
- package/dist/esm/i18n/ko.js +14 -2
- package/dist/esm/i18n/nb.js +14 -2
- package/dist/esm/i18n/nl.js +14 -2
- package/dist/esm/i18n/pl.js +17 -2
- package/dist/esm/i18n/pt_BR.js +17 -2
- package/dist/esm/i18n/ru.js +14 -2
- package/dist/esm/i18n/sl.js +17 -2
- package/dist/esm/i18n/sr_RS.js +17 -2
- package/dist/esm/i18n/sr_YR.js +17 -2
- package/dist/esm/i18n/sv.js +17 -2
- package/dist/esm/i18n/th.js +17 -2
- package/dist/esm/i18n/tr.js +14 -2
- package/dist/esm/i18n/uk.js +14 -2
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +14 -2
- package/dist/esm/i18n/zh_TW.js +14 -2
- package/dist/esm/link/utils.js +3 -7
- package/dist/esm/messages/tasks-and-decsisions.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/block-menu/index.d.ts +2 -2
- package/dist/types/block-menu/key.d.ts +36 -0
- package/dist/types/block-menu/rank.d.ts +21 -1
- package/dist/types/i18n/cs.d.ts +14 -2
- package/dist/types/i18n/da.d.ts +14 -2
- package/dist/types/i18n/de.d.ts +14 -2
- package/dist/types/i18n/en.d.ts +10 -2
- package/dist/types/i18n/en_GB.d.ts +10 -2
- package/dist/types/i18n/en_ZZ.d.ts +10 -2
- package/dist/types/i18n/es.d.ts +14 -2
- package/dist/types/i18n/fi.d.ts +14 -2
- package/dist/types/i18n/fr.d.ts +4 -2
- package/dist/types/i18n/hr.d.ts +17 -2
- package/dist/types/i18n/hu.d.ts +14 -2
- package/dist/types/i18n/it.d.ts +14 -2
- package/dist/types/i18n/ja.d.ts +17 -2
- package/dist/types/i18n/ko.d.ts +14 -2
- package/dist/types/i18n/nb.d.ts +14 -2
- package/dist/types/i18n/nl.d.ts +14 -2
- package/dist/types/i18n/pl.d.ts +17 -2
- package/dist/types/i18n/pt_BR.d.ts +17 -2
- package/dist/types/i18n/ru.d.ts +14 -2
- package/dist/types/i18n/sl.d.ts +17 -2
- package/dist/types/i18n/sr_RS.d.ts +17 -2
- package/dist/types/i18n/sr_YR.d.ts +17 -2
- package/dist/types/i18n/sv.d.ts +17 -2
- package/dist/types/i18n/th.d.ts +17 -2
- package/dist/types/i18n/tr.d.ts +14 -2
- package/dist/types/i18n/uk.d.ts +14 -2
- package/dist/types/i18n/vi.d.ts +7 -2
- package/dist/types/i18n/zh.d.ts +14 -2
- package/dist/types/i18n/zh_TW.d.ts +14 -2
- package/dist/types/messages/tasks-and-decsisions.d.ts +5 -0
- package/dist/types-ts4.5/block-menu/index.d.ts +2 -2
- package/dist/types-ts4.5/block-menu/key.d.ts +36 -0
- package/dist/types-ts4.5/block-menu/rank.d.ts +21 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +14 -2
- package/dist/types-ts4.5/i18n/da.d.ts +14 -2
- package/dist/types-ts4.5/i18n/de.d.ts +14 -2
- package/dist/types-ts4.5/i18n/en.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -2
- package/dist/types-ts4.5/i18n/es.d.ts +14 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +14 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -2
- package/dist/types-ts4.5/i18n/hr.d.ts +17 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +14 -2
- package/dist/types-ts4.5/i18n/it.d.ts +14 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +17 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +14 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +14 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +14 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +17 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +14 -2
- package/dist/types-ts4.5/i18n/sl.d.ts +17 -2
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +17 -2
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +17 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +17 -2
- package/dist/types-ts4.5/i18n/th.d.ts +17 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +14 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +14 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +14 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -2
- package/dist/types-ts4.5/messages/tasks-and-decsisions.d.ts +5 -0
- package/package.json +4 -7
|
@@ -45,6 +45,8 @@ declare const _default: {
|
|
|
45
45
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
46
46
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
47
47
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
48
|
+
'fabric.editor.ai.config.item.addPolish.description': string;
|
|
49
|
+
'fabric.editor.ai.config.item.addPolish.title': string;
|
|
48
50
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
49
51
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
50
52
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': string;
|
|
@@ -176,6 +178,7 @@ declare const _default: {
|
|
|
176
178
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': string;
|
|
177
179
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': string;
|
|
178
180
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': string;
|
|
181
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': string;
|
|
179
182
|
'fabric.editor.ai.experience-application.documentInsertError': string;
|
|
180
183
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': string;
|
|
181
184
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
@@ -184,8 +187,11 @@ declare const _default: {
|
|
|
184
187
|
'fabric.editor.ai.experience.apiError': string;
|
|
185
188
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
186
189
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
190
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': string;
|
|
191
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': string;
|
|
187
192
|
'fabric.editor.ai.experience.discardMessagePrompt': string;
|
|
188
193
|
'fabric.editor.ai.experience.discardMessageResponse': string;
|
|
194
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': string;
|
|
189
195
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
190
196
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
191
197
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
@@ -222,6 +228,7 @@ declare const _default: {
|
|
|
222
228
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
223
229
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
224
230
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
231
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
225
232
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
226
233
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
227
234
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -256,6 +263,7 @@ declare const _default: {
|
|
|
256
263
|
'fabric.editor.annotationToolbar': string;
|
|
257
264
|
'fabric.editor.backLink': string;
|
|
258
265
|
'fabric.editor.backgroundColor': string;
|
|
266
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
259
267
|
'fabric.editor.blockCardUnavailable': string;
|
|
260
268
|
'fabric.editor.blockControlDelete': string;
|
|
261
269
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -280,6 +288,7 @@ declare const _default: {
|
|
|
280
288
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
281
289
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
282
290
|
'fabric.editor.bug': string;
|
|
291
|
+
'fabric.editor.bulletedList': string;
|
|
283
292
|
'fabric.editor.canNotSortTable': string;
|
|
284
293
|
'fabric.editor.cancelButton': string;
|
|
285
294
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -344,8 +353,6 @@ declare const _default: {
|
|
|
344
353
|
'fabric.editor.createComment': string;
|
|
345
354
|
'fabric.editor.createCommentDisabled': string;
|
|
346
355
|
'fabric.editor.createCommentInvalid': string;
|
|
347
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
348
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
349
356
|
'fabric.editor.customPanel': string;
|
|
350
357
|
'fabric.editor.customPanel.description': string;
|
|
351
358
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -612,6 +619,7 @@ declare const _default: {
|
|
|
612
619
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
613
620
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
614
621
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
622
|
+
'fabric.editor.noPermissionToAddComment': string;
|
|
615
623
|
'fabric.editor.noResultsFound': string;
|
|
616
624
|
'fabric.editor.noSearchResults': string;
|
|
617
625
|
'fabric.editor.normal': string;
|
|
@@ -624,6 +632,7 @@ declare const _default: {
|
|
|
624
632
|
'fabric.editor.openButtonTitle': string;
|
|
625
633
|
'fabric.editor.openCellOptions': string;
|
|
626
634
|
'fabric.editor.openLink': string;
|
|
635
|
+
'fabric.editor.openPreviewPanel': string;
|
|
627
636
|
'fabric.editor.orderedList': string;
|
|
628
637
|
'fabric.editor.orderedList.description': string;
|
|
629
638
|
'fabric.editor.other': string;
|
|
@@ -644,6 +653,7 @@ declare const _default: {
|
|
|
644
653
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
645
654
|
'fabric.editor.plainText': string;
|
|
646
655
|
'fabric.editor.preferencesLink': string;
|
|
656
|
+
'fabric.editor.previewButtonTitle': string;
|
|
647
657
|
'fabric.editor.quickInsert': string;
|
|
648
658
|
'fabric.editor.recordLoomShortTitle': string;
|
|
649
659
|
'fabric.editor.recordVideo': string;
|
|
@@ -679,6 +689,7 @@ declare const _default: {
|
|
|
679
689
|
'fabric.editor.selectTableColumn': string;
|
|
680
690
|
'fabric.editor.selectTableRow': string;
|
|
681
691
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
692
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
682
693
|
'fabric.editor.settingsLinks': string;
|
|
683
694
|
'fabric.editor.shortEmptyNodePlaceholderText': string;
|
|
684
695
|
'fabric.editor.shortcut': string;
|
|
@@ -756,6 +767,7 @@ declare const _default: {
|
|
|
756
767
|
'fabric.editor.toolbarPositionInline': string;
|
|
757
768
|
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
758
769
|
'fabric.editor.toolbarPositionUnpined': string;
|
|
770
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': string;
|
|
759
771
|
'fabric.editor.tooltip.blockPanel': string;
|
|
760
772
|
'fabric.editor.tooltip.bulletList': string;
|
|
761
773
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -45,6 +45,8 @@ declare const _default: {
|
|
|
45
45
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
46
46
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
47
47
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
48
|
+
'fabric.editor.ai.config.item.addPolish.description': string;
|
|
49
|
+
'fabric.editor.ai.config.item.addPolish.title': string;
|
|
48
50
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
49
51
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
50
52
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': string;
|
|
@@ -176,6 +178,7 @@ declare const _default: {
|
|
|
176
178
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': string;
|
|
177
179
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': string;
|
|
178
180
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': string;
|
|
181
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': string;
|
|
179
182
|
'fabric.editor.ai.experience-application.documentInsertError': string;
|
|
180
183
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': string;
|
|
181
184
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
@@ -184,8 +187,11 @@ declare const _default: {
|
|
|
184
187
|
'fabric.editor.ai.experience.apiError': string;
|
|
185
188
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
186
189
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
190
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': string;
|
|
191
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': string;
|
|
187
192
|
'fabric.editor.ai.experience.discardMessagePrompt': string;
|
|
188
193
|
'fabric.editor.ai.experience.discardMessageResponse': string;
|
|
194
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': string;
|
|
189
195
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
190
196
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
191
197
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
@@ -222,6 +228,7 @@ declare const _default: {
|
|
|
222
228
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
223
229
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
224
230
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
231
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
225
232
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
226
233
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
227
234
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -256,6 +263,7 @@ declare const _default: {
|
|
|
256
263
|
'fabric.editor.annotationToolbar': string;
|
|
257
264
|
'fabric.editor.backLink': string;
|
|
258
265
|
'fabric.editor.backgroundColor': string;
|
|
266
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
259
267
|
'fabric.editor.blockCardUnavailable': string;
|
|
260
268
|
'fabric.editor.blockControlDelete': string;
|
|
261
269
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -280,6 +288,7 @@ declare const _default: {
|
|
|
280
288
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
281
289
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
282
290
|
'fabric.editor.bug': string;
|
|
291
|
+
'fabric.editor.bulletedList': string;
|
|
283
292
|
'fabric.editor.canNotSortTable': string;
|
|
284
293
|
'fabric.editor.cancelButton': string;
|
|
285
294
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -344,8 +353,6 @@ declare const _default: {
|
|
|
344
353
|
'fabric.editor.createComment': string;
|
|
345
354
|
'fabric.editor.createCommentDisabled': string;
|
|
346
355
|
'fabric.editor.createCommentInvalid': string;
|
|
347
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
348
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
349
356
|
'fabric.editor.customPanel': string;
|
|
350
357
|
'fabric.editor.customPanel.description': string;
|
|
351
358
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -612,6 +619,7 @@ declare const _default: {
|
|
|
612
619
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
613
620
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
614
621
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
622
|
+
'fabric.editor.noPermissionToAddComment': string;
|
|
615
623
|
'fabric.editor.noResultsFound': string;
|
|
616
624
|
'fabric.editor.noSearchResults': string;
|
|
617
625
|
'fabric.editor.normal': string;
|
|
@@ -624,6 +632,7 @@ declare const _default: {
|
|
|
624
632
|
'fabric.editor.openButtonTitle': string;
|
|
625
633
|
'fabric.editor.openCellOptions': string;
|
|
626
634
|
'fabric.editor.openLink': string;
|
|
635
|
+
'fabric.editor.openPreviewPanel': string;
|
|
627
636
|
'fabric.editor.orderedList': string;
|
|
628
637
|
'fabric.editor.orderedList.description': string;
|
|
629
638
|
'fabric.editor.other': string;
|
|
@@ -644,6 +653,7 @@ declare const _default: {
|
|
|
644
653
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
645
654
|
'fabric.editor.plainText': string;
|
|
646
655
|
'fabric.editor.preferencesLink': string;
|
|
656
|
+
'fabric.editor.previewButtonTitle': string;
|
|
647
657
|
'fabric.editor.quickInsert': string;
|
|
648
658
|
'fabric.editor.recordLoomShortTitle': string;
|
|
649
659
|
'fabric.editor.recordVideo': string;
|
|
@@ -679,6 +689,7 @@ declare const _default: {
|
|
|
679
689
|
'fabric.editor.selectTableColumn': string;
|
|
680
690
|
'fabric.editor.selectTableRow': string;
|
|
681
691
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
692
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
682
693
|
'fabric.editor.settingsLinks': string;
|
|
683
694
|
'fabric.editor.shortEmptyNodePlaceholderText': string;
|
|
684
695
|
'fabric.editor.shortcut': string;
|
|
@@ -756,6 +767,7 @@ declare const _default: {
|
|
|
756
767
|
'fabric.editor.toolbarPositionInline': string;
|
|
757
768
|
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
758
769
|
'fabric.editor.toolbarPositionUnpined': string;
|
|
770
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': string;
|
|
759
771
|
'fabric.editor.tooltip.blockPanel': string;
|
|
760
772
|
'fabric.editor.tooltip.bulletList': string;
|
|
761
773
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -95,6 +95,8 @@ declare const _default: {
|
|
|
95
95
|
'fabric.editor.ai.config.item.findActionItems.title': string;
|
|
96
96
|
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': string;
|
|
97
97
|
'fabric.editor.ai.config.item.generateContent.promptHint': string;
|
|
98
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': string;
|
|
99
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': string;
|
|
98
100
|
'fabric.editor.ai.config.item.improveDescription.default.description': string;
|
|
99
101
|
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': string;
|
|
100
102
|
'fabric.editor.ai.config.item.makeLonger.description': string;
|
|
@@ -309,6 +311,7 @@ declare const _default: {
|
|
|
309
311
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
310
312
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
311
313
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
312
315
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
313
316
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
314
317
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -343,6 +346,12 @@ declare const _default: {
|
|
|
343
346
|
'fabric.editor.annotationToolbar': string;
|
|
344
347
|
'fabric.editor.backLink': string;
|
|
345
348
|
'fabric.editor.backgroundColor': string;
|
|
349
|
+
'fabric.editor.block.menu.copy.block': string;
|
|
350
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
351
|
+
'fabric.editor.block.menu.delete.block': string;
|
|
352
|
+
'fabric.editor.block.menu.move.down': string;
|
|
353
|
+
'fabric.editor.block.menu.move.up': string;
|
|
354
|
+
'fabric.editor.block.menu.paragraph': string;
|
|
346
355
|
'fabric.editor.blockCardUnavailable': string;
|
|
347
356
|
'fabric.editor.blockControlDelete': string;
|
|
348
357
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -432,8 +441,6 @@ declare const _default: {
|
|
|
432
441
|
'fabric.editor.createComment': string;
|
|
433
442
|
'fabric.editor.createCommentDisabled': string;
|
|
434
443
|
'fabric.editor.createCommentInvalid': string;
|
|
435
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
436
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
437
444
|
'fabric.editor.customPanel': string;
|
|
438
445
|
'fabric.editor.customPanel.description': string;
|
|
439
446
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -831,6 +838,7 @@ declare const _default: {
|
|
|
831
838
|
'fabric.editor.taskPlaceholder': string;
|
|
832
839
|
'fabric.editor.text.formatting.off': string;
|
|
833
840
|
'fabric.editor.textColor': string;
|
|
841
|
+
'fabric.editor.textColorHighlightTooltip': string;
|
|
834
842
|
'fabric.editor.textColorTooltip': string;
|
|
835
843
|
'fabric.editor.textFormat': string;
|
|
836
844
|
'fabric.editor.textFormatting': string;
|
|
@@ -95,6 +95,8 @@ declare const _default: {
|
|
|
95
95
|
'fabric.editor.ai.config.item.findActionItems.title': string;
|
|
96
96
|
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': string;
|
|
97
97
|
'fabric.editor.ai.config.item.generateContent.promptHint': string;
|
|
98
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': string;
|
|
99
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': string;
|
|
98
100
|
'fabric.editor.ai.config.item.improveDescription.default.description': string;
|
|
99
101
|
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': string;
|
|
100
102
|
'fabric.editor.ai.config.item.makeLonger.description': string;
|
|
@@ -309,6 +311,7 @@ declare const _default: {
|
|
|
309
311
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
310
312
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
311
313
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
312
315
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
313
316
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
314
317
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -343,6 +346,12 @@ declare const _default: {
|
|
|
343
346
|
'fabric.editor.annotationToolbar': string;
|
|
344
347
|
'fabric.editor.backLink': string;
|
|
345
348
|
'fabric.editor.backgroundColor': string;
|
|
349
|
+
'fabric.editor.block.menu.copy.block': string;
|
|
350
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
351
|
+
'fabric.editor.block.menu.delete.block': string;
|
|
352
|
+
'fabric.editor.block.menu.move.down': string;
|
|
353
|
+
'fabric.editor.block.menu.move.up': string;
|
|
354
|
+
'fabric.editor.block.menu.paragraph': string;
|
|
346
355
|
'fabric.editor.blockCardUnavailable': string;
|
|
347
356
|
'fabric.editor.blockControlDelete': string;
|
|
348
357
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -432,8 +441,6 @@ declare const _default: {
|
|
|
432
441
|
'fabric.editor.createComment': string;
|
|
433
442
|
'fabric.editor.createCommentDisabled': string;
|
|
434
443
|
'fabric.editor.createCommentInvalid': string;
|
|
435
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
436
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
437
444
|
'fabric.editor.customPanel': string;
|
|
438
445
|
'fabric.editor.customPanel.description': string;
|
|
439
446
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -831,6 +838,7 @@ declare const _default: {
|
|
|
831
838
|
'fabric.editor.taskPlaceholder': string;
|
|
832
839
|
'fabric.editor.text.formatting.off': string;
|
|
833
840
|
'fabric.editor.textColor': string;
|
|
841
|
+
'fabric.editor.textColorHighlightTooltip': string;
|
|
834
842
|
'fabric.editor.textColorTooltip': string;
|
|
835
843
|
'fabric.editor.textFormat': string;
|
|
836
844
|
'fabric.editor.textFormatting': string;
|
|
@@ -95,6 +95,8 @@ declare const _default: {
|
|
|
95
95
|
'fabric.editor.ai.config.item.findActionItems.title': string;
|
|
96
96
|
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': string;
|
|
97
97
|
'fabric.editor.ai.config.item.generateContent.promptHint': string;
|
|
98
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': string;
|
|
99
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': string;
|
|
98
100
|
'fabric.editor.ai.config.item.improveDescription.default.description': string;
|
|
99
101
|
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': string;
|
|
100
102
|
'fabric.editor.ai.config.item.makeLonger.description': string;
|
|
@@ -309,6 +311,7 @@ declare const _default: {
|
|
|
309
311
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
310
312
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
311
313
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
312
315
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
313
316
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
314
317
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -343,6 +346,12 @@ declare const _default: {
|
|
|
343
346
|
'fabric.editor.annotationToolbar': string;
|
|
344
347
|
'fabric.editor.backLink': string;
|
|
345
348
|
'fabric.editor.backgroundColor': string;
|
|
349
|
+
'fabric.editor.block.menu.copy.block': string;
|
|
350
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
351
|
+
'fabric.editor.block.menu.delete.block': string;
|
|
352
|
+
'fabric.editor.block.menu.move.down': string;
|
|
353
|
+
'fabric.editor.block.menu.move.up': string;
|
|
354
|
+
'fabric.editor.block.menu.paragraph': string;
|
|
346
355
|
'fabric.editor.blockCardUnavailable': string;
|
|
347
356
|
'fabric.editor.blockControlDelete': string;
|
|
348
357
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -432,8 +441,6 @@ declare const _default: {
|
|
|
432
441
|
'fabric.editor.createComment': string;
|
|
433
442
|
'fabric.editor.createCommentDisabled': string;
|
|
434
443
|
'fabric.editor.createCommentInvalid': string;
|
|
435
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
436
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
437
444
|
'fabric.editor.customPanel': string;
|
|
438
445
|
'fabric.editor.customPanel.description': string;
|
|
439
446
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -830,6 +837,7 @@ declare const _default: {
|
|
|
830
837
|
'fabric.editor.taskPlaceholder': string;
|
|
831
838
|
'fabric.editor.text.formatting.off': string;
|
|
832
839
|
'fabric.editor.textColor': string;
|
|
840
|
+
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
841
|
'fabric.editor.textColorTooltip': string;
|
|
834
842
|
'fabric.editor.textFormat': string;
|
|
835
843
|
'fabric.editor.textFormatting': string;
|
|
@@ -45,6 +45,8 @@ declare const _default: {
|
|
|
45
45
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
46
46
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
47
47
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
48
|
+
'fabric.editor.ai.config.item.addPolish.description': string;
|
|
49
|
+
'fabric.editor.ai.config.item.addPolish.title': string;
|
|
48
50
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
49
51
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
50
52
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': string;
|
|
@@ -177,6 +179,7 @@ declare const _default: {
|
|
|
177
179
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': string;
|
|
178
180
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': string;
|
|
179
181
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': string;
|
|
182
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': string;
|
|
180
183
|
'fabric.editor.ai.experience-application.documentInsertError': string;
|
|
181
184
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': string;
|
|
182
185
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
@@ -185,8 +188,11 @@ declare const _default: {
|
|
|
185
188
|
'fabric.editor.ai.experience.apiError': string;
|
|
186
189
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
187
190
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
191
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': string;
|
|
192
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': string;
|
|
188
193
|
'fabric.editor.ai.experience.discardMessagePrompt': string;
|
|
189
194
|
'fabric.editor.ai.experience.discardMessageResponse': string;
|
|
195
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': string;
|
|
190
196
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
191
197
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
192
198
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
@@ -223,6 +229,7 @@ declare const _default: {
|
|
|
223
229
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
224
230
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
225
231
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
232
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
226
233
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
227
234
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
228
235
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -257,6 +264,7 @@ declare const _default: {
|
|
|
257
264
|
'fabric.editor.annotationToolbar': string;
|
|
258
265
|
'fabric.editor.backLink': string;
|
|
259
266
|
'fabric.editor.backgroundColor': string;
|
|
267
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
260
268
|
'fabric.editor.blockCardUnavailable': string;
|
|
261
269
|
'fabric.editor.blockControlDelete': string;
|
|
262
270
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -281,6 +289,7 @@ declare const _default: {
|
|
|
281
289
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
282
290
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
283
291
|
'fabric.editor.bug': string;
|
|
292
|
+
'fabric.editor.bulletedList': string;
|
|
284
293
|
'fabric.editor.canNotSortTable': string;
|
|
285
294
|
'fabric.editor.cancelButton': string;
|
|
286
295
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -345,8 +354,6 @@ declare const _default: {
|
|
|
345
354
|
'fabric.editor.createComment': string;
|
|
346
355
|
'fabric.editor.createCommentDisabled': string;
|
|
347
356
|
'fabric.editor.createCommentInvalid': string;
|
|
348
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
349
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
350
357
|
'fabric.editor.customPanel': string;
|
|
351
358
|
'fabric.editor.customPanel.description': string;
|
|
352
359
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -613,6 +620,7 @@ declare const _default: {
|
|
|
613
620
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
614
621
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
615
622
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
623
|
+
'fabric.editor.noPermissionToAddComment': string;
|
|
616
624
|
'fabric.editor.noResultsFound': string;
|
|
617
625
|
'fabric.editor.noSearchResults': string;
|
|
618
626
|
'fabric.editor.normal': string;
|
|
@@ -625,6 +633,7 @@ declare const _default: {
|
|
|
625
633
|
'fabric.editor.openButtonTitle': string;
|
|
626
634
|
'fabric.editor.openCellOptions': string;
|
|
627
635
|
'fabric.editor.openLink': string;
|
|
636
|
+
'fabric.editor.openPreviewPanel': string;
|
|
628
637
|
'fabric.editor.orderedList': string;
|
|
629
638
|
'fabric.editor.orderedList.description': string;
|
|
630
639
|
'fabric.editor.other': string;
|
|
@@ -645,6 +654,7 @@ declare const _default: {
|
|
|
645
654
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
646
655
|
'fabric.editor.plainText': string;
|
|
647
656
|
'fabric.editor.preferencesLink': string;
|
|
657
|
+
'fabric.editor.previewButtonTitle': string;
|
|
648
658
|
'fabric.editor.quickInsert': string;
|
|
649
659
|
'fabric.editor.recordLoomShortTitle': string;
|
|
650
660
|
'fabric.editor.recordVideo': string;
|
|
@@ -680,6 +690,7 @@ declare const _default: {
|
|
|
680
690
|
'fabric.editor.selectTableColumn': string;
|
|
681
691
|
'fabric.editor.selectTableRow': string;
|
|
682
692
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
693
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
683
694
|
'fabric.editor.settingsLinks': string;
|
|
684
695
|
'fabric.editor.shortEmptyNodePlaceholderText': string;
|
|
685
696
|
'fabric.editor.shortcut': string;
|
|
@@ -757,6 +768,7 @@ declare const _default: {
|
|
|
757
768
|
'fabric.editor.toolbarPositionInline': string;
|
|
758
769
|
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
759
770
|
'fabric.editor.toolbarPositionUnpined': string;
|
|
771
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': string;
|
|
760
772
|
'fabric.editor.tooltip.blockPanel': string;
|
|
761
773
|
'fabric.editor.tooltip.bulletList': string;
|
|
762
774
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -45,6 +45,8 @@ declare const _default: {
|
|
|
45
45
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
46
46
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
47
47
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
48
|
+
'fabric.editor.ai.config.item.addPolish.description': string;
|
|
49
|
+
'fabric.editor.ai.config.item.addPolish.title': string;
|
|
48
50
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
49
51
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
50
52
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': string;
|
|
@@ -177,6 +179,7 @@ declare const _default: {
|
|
|
177
179
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': string;
|
|
178
180
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': string;
|
|
179
181
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': string;
|
|
182
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': string;
|
|
180
183
|
'fabric.editor.ai.experience-application.documentInsertError': string;
|
|
181
184
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': string;
|
|
182
185
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
@@ -185,8 +188,11 @@ declare const _default: {
|
|
|
185
188
|
'fabric.editor.ai.experience.apiError': string;
|
|
186
189
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
187
190
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
191
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': string;
|
|
192
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': string;
|
|
188
193
|
'fabric.editor.ai.experience.discardMessagePrompt': string;
|
|
189
194
|
'fabric.editor.ai.experience.discardMessageResponse': string;
|
|
195
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': string;
|
|
190
196
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
191
197
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
192
198
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
@@ -223,6 +229,7 @@ declare const _default: {
|
|
|
223
229
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
224
230
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
225
231
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
232
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
226
233
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
227
234
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
228
235
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -257,6 +264,7 @@ declare const _default: {
|
|
|
257
264
|
'fabric.editor.annotationToolbar': string;
|
|
258
265
|
'fabric.editor.backLink': string;
|
|
259
266
|
'fabric.editor.backgroundColor': string;
|
|
267
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
260
268
|
'fabric.editor.blockCardUnavailable': string;
|
|
261
269
|
'fabric.editor.blockControlDelete': string;
|
|
262
270
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -281,6 +289,7 @@ declare const _default: {
|
|
|
281
289
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
282
290
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
283
291
|
'fabric.editor.bug': string;
|
|
292
|
+
'fabric.editor.bulletedList': string;
|
|
284
293
|
'fabric.editor.canNotSortTable': string;
|
|
285
294
|
'fabric.editor.cancelButton': string;
|
|
286
295
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -345,8 +354,6 @@ declare const _default: {
|
|
|
345
354
|
'fabric.editor.createComment': string;
|
|
346
355
|
'fabric.editor.createCommentDisabled': string;
|
|
347
356
|
'fabric.editor.createCommentInvalid': string;
|
|
348
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
349
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
350
357
|
'fabric.editor.customPanel': string;
|
|
351
358
|
'fabric.editor.customPanel.description': string;
|
|
352
359
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -613,6 +620,7 @@ declare const _default: {
|
|
|
613
620
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
614
621
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
615
622
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
623
|
+
'fabric.editor.noPermissionToAddComment': string;
|
|
616
624
|
'fabric.editor.noResultsFound': string;
|
|
617
625
|
'fabric.editor.noSearchResults': string;
|
|
618
626
|
'fabric.editor.normal': string;
|
|
@@ -625,6 +633,7 @@ declare const _default: {
|
|
|
625
633
|
'fabric.editor.openButtonTitle': string;
|
|
626
634
|
'fabric.editor.openCellOptions': string;
|
|
627
635
|
'fabric.editor.openLink': string;
|
|
636
|
+
'fabric.editor.openPreviewPanel': string;
|
|
628
637
|
'fabric.editor.orderedList': string;
|
|
629
638
|
'fabric.editor.orderedList.description': string;
|
|
630
639
|
'fabric.editor.other': string;
|
|
@@ -645,6 +654,7 @@ declare const _default: {
|
|
|
645
654
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
646
655
|
'fabric.editor.plainText': string;
|
|
647
656
|
'fabric.editor.preferencesLink': string;
|
|
657
|
+
'fabric.editor.previewButtonTitle': string;
|
|
648
658
|
'fabric.editor.quickInsert': string;
|
|
649
659
|
'fabric.editor.recordLoomShortTitle': string;
|
|
650
660
|
'fabric.editor.recordVideo': string;
|
|
@@ -680,6 +690,7 @@ declare const _default: {
|
|
|
680
690
|
'fabric.editor.selectTableColumn': string;
|
|
681
691
|
'fabric.editor.selectTableRow': string;
|
|
682
692
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
693
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
683
694
|
'fabric.editor.settingsLinks': string;
|
|
684
695
|
'fabric.editor.shortEmptyNodePlaceholderText': string;
|
|
685
696
|
'fabric.editor.shortcut': string;
|
|
@@ -757,6 +768,7 @@ declare const _default: {
|
|
|
757
768
|
'fabric.editor.toolbarPositionInline': string;
|
|
758
769
|
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
759
770
|
'fabric.editor.toolbarPositionUnpined': string;
|
|
771
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': string;
|
|
760
772
|
'fabric.editor.tooltip.blockPanel': string;
|
|
761
773
|
'fabric.editor.tooltip.bulletList': string;
|
|
762
774
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -229,6 +229,7 @@ declare const _default: {
|
|
|
229
229
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
230
230
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
231
231
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
232
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
232
233
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': string;
|
|
233
234
|
'fabric.editor.ai.toolbar.changeTone.title': string;
|
|
234
235
|
'fabric.editor.ai.toolbar.changeToneOptions.title': string;
|
|
@@ -263,6 +264,7 @@ declare const _default: {
|
|
|
263
264
|
'fabric.editor.annotationToolbar': string;
|
|
264
265
|
'fabric.editor.backLink': string;
|
|
265
266
|
'fabric.editor.backgroundColor': string;
|
|
267
|
+
'fabric.editor.block.menu.copy.link': string;
|
|
266
268
|
'fabric.editor.blockCardUnavailable': string;
|
|
267
269
|
'fabric.editor.blockControlDelete': string;
|
|
268
270
|
'fabric.editor.blockControlDragHandleMove': string;
|
|
@@ -352,8 +354,6 @@ declare const _default: {
|
|
|
352
354
|
'fabric.editor.createComment': string;
|
|
353
355
|
'fabric.editor.createCommentDisabled': string;
|
|
354
356
|
'fabric.editor.createCommentInvalid': string;
|
|
355
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
356
|
-
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
357
357
|
'fabric.editor.customPanel': string;
|
|
358
358
|
'fabric.editor.customPanel.description': string;
|
|
359
359
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -620,6 +620,7 @@ declare const _default: {
|
|
|
620
620
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
621
621
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
622
622
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
623
|
+
'fabric.editor.noPermissionToAddComment': string;
|
|
623
624
|
'fabric.editor.noResultsFound': string;
|
|
624
625
|
'fabric.editor.noSearchResults': string;
|
|
625
626
|
'fabric.editor.normal': string;
|
|
@@ -653,6 +654,7 @@ declare const _default: {
|
|
|
653
654
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
654
655
|
'fabric.editor.plainText': string;
|
|
655
656
|
'fabric.editor.preferencesLink': string;
|
|
657
|
+
'fabric.editor.previewButtonTitle': string;
|
|
656
658
|
'fabric.editor.quickInsert': string;
|
|
657
659
|
'fabric.editor.recordLoomShortTitle': string;
|
|
658
660
|
'fabric.editor.recordVideo': string;
|