@atlaskit/editor-common 103.23.0 → 104.0.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 +27 -0
- package/dist/cjs/analytics/types/enums.js +2 -0
- package/dist/cjs/clipboard/index.js +28 -3
- package/dist/cjs/extensibility/Extension/Extension/index.js +8 -1
- package/dist/cjs/i18n/cs.js +10 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +10 -0
- package/dist/cjs/i18n/en.js +10 -0
- package/dist/cjs/i18n/en_GB.js +10 -0
- package/dist/cjs/i18n/en_ZZ.js +10 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +10 -0
- package/dist/cjs/i18n/fr.js +11 -0
- package/dist/cjs/i18n/hr.js +890 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +10 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +10 -0
- package/dist/cjs/i18n/pl.js +11 -0
- package/dist/cjs/i18n/pt_BR.js +9 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sk.js +784 -3
- package/dist/cjs/i18n/sv.js +10 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +10 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +9 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +2 -0
- package/dist/es2019/clipboard/index.js +27 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +8 -1
- package/dist/es2019/i18n/cs.js +10 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +10 -0
- package/dist/es2019/i18n/en.js +10 -0
- package/dist/es2019/i18n/en_GB.js +10 -0
- package/dist/es2019/i18n/en_ZZ.js +10 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +10 -0
- package/dist/es2019/i18n/fr.js +11 -0
- package/dist/es2019/i18n/hr.js +884 -0
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +10 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +10 -0
- package/dist/es2019/i18n/pl.js +11 -0
- package/dist/es2019/i18n/pt_BR.js +9 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sk.js +784 -3
- package/dist/es2019/i18n/sv.js +10 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +10 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +9 -0
- package/dist/es2019/i18n/zh_TW.js +9 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/es2019/styles/shared/panel.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +2 -0
- package/dist/esm/clipboard/index.js +28 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +8 -1
- package/dist/esm/i18n/cs.js +10 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +10 -0
- package/dist/esm/i18n/en.js +10 -0
- package/dist/esm/i18n/en_GB.js +10 -0
- package/dist/esm/i18n/en_ZZ.js +10 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +10 -0
- package/dist/esm/i18n/fr.js +11 -0
- package/dist/esm/i18n/hr.js +884 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +10 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +10 -0
- package/dist/esm/i18n/pl.js +11 -0
- package/dist/esm/i18n/pt_BR.js +9 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sk.js +784 -3
- package/dist/esm/i18n/sv.js +10 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +10 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -0
- package/dist/types/analytics/types/events.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +2 -1
- package/dist/types/analytics/types/node-events.d.ts +7 -3
- package/dist/types/clipboard/index.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +10 -0
- package/dist/types/i18n/en_GB.d.ts +10 -0
- package/dist/types/i18n/en_ZZ.d.ts +10 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hr.d.ts +883 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +11 -0
- package/dist/types/i18n/pt_BR.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sk.d.ts +782 -2
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +10 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +9 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/node-events.d.ts +7 -3
- package/dist/types-ts4.5/clipboard/index.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +883 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +9 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +782 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +9 -0
- package/package.json +11 -8
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -247,6 +248,8 @@ declare const _default: {
|
|
|
247
248
|
'fabric.editor.blockquote.description': string;
|
|
248
249
|
'fabric.editor.blockquote2': string;
|
|
249
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
250
253
|
'fabric.editor.bug': string;
|
|
251
254
|
'fabric.editor.canNotSortTable': string;
|
|
252
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -275,6 +278,7 @@ declare const _default: {
|
|
|
275
278
|
'fabric.editor.codeblock.description': string;
|
|
276
279
|
'fabric.editor.collapseNode': string;
|
|
277
280
|
'fabric.editor.collapseTable': string;
|
|
281
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
278
282
|
'fabric.editor.columnDragHandle': string;
|
|
279
283
|
'fabric.editor.columnMovedLeft': string;
|
|
280
284
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -326,6 +330,7 @@ declare const _default: {
|
|
|
326
330
|
'fabric.editor.datasourceTitle': string;
|
|
327
331
|
'fabric.editor.date': string;
|
|
328
332
|
'fabric.editor.date.description': string;
|
|
333
|
+
'fabric.editor.datePickerOpenedAlert': string;
|
|
329
334
|
'fabric.editor.decision': string;
|
|
330
335
|
'fabric.editor.decision.description': string;
|
|
331
336
|
'fabric.editor.decisionPlaceholder': string;
|
|
@@ -469,9 +474,11 @@ declare const _default: {
|
|
|
469
474
|
'fabric.editor.image.fullWidthLabel': string;
|
|
470
475
|
'fabric.editor.imageBorderBold': string;
|
|
471
476
|
'fabric.editor.imageBorderColor': string;
|
|
477
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
472
478
|
'fabric.editor.imageBorderMedium': string;
|
|
473
479
|
'fabric.editor.imageBorderOptions': string;
|
|
474
480
|
'fabric.editor.imageBorderSize': string;
|
|
481
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
475
482
|
'fabric.editor.imageBorderSubtle': string;
|
|
476
483
|
'fabric.editor.improvement': string;
|
|
477
484
|
'fabric.editor.increaseSize': string;
|
|
@@ -647,6 +654,8 @@ declare const _default: {
|
|
|
647
654
|
'fabric.editor.splitCell': string;
|
|
648
655
|
'fabric.editor.status': string;
|
|
649
656
|
'fabric.editor.status.description': string;
|
|
657
|
+
'fabric.editor.statusEditorLabel': string;
|
|
658
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
650
659
|
'fabric.editor.statusPlaceholder': string;
|
|
651
660
|
'fabric.editor.story': string;
|
|
652
661
|
'fabric.editor.strike': string;
|
|
@@ -742,6 +751,7 @@ declare const _default: {
|
|
|
742
751
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
743
752
|
'fabric.editor.viewCommentOnMedia': string;
|
|
744
753
|
'fabric.editor.viewMore': string;
|
|
754
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
745
755
|
'fabric.editor.visit': string;
|
|
746
756
|
'fabric.editor.warning': string;
|
|
747
757
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -233,6 +234,8 @@ declare const _default: {
|
|
|
233
234
|
'fabric.editor.blockquote.description': string;
|
|
234
235
|
'fabric.editor.blockquote2': string;
|
|
235
236
|
'fabric.editor.bold': string;
|
|
237
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
238
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
236
239
|
'fabric.editor.bug': string;
|
|
237
240
|
'fabric.editor.canNotSortTable': string;
|
|
238
241
|
'fabric.editor.cancelButton': string;
|
|
@@ -261,6 +264,7 @@ declare const _default: {
|
|
|
261
264
|
'fabric.editor.codeblock.description': string;
|
|
262
265
|
'fabric.editor.collapseNode': string;
|
|
263
266
|
'fabric.editor.collapseTable': string;
|
|
267
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
264
268
|
'fabric.editor.columnDragHandle': string;
|
|
265
269
|
'fabric.editor.columnMovedLeft': string;
|
|
266
270
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -456,9 +460,11 @@ declare const _default: {
|
|
|
456
460
|
'fabric.editor.image.fullWidthLabel': string;
|
|
457
461
|
'fabric.editor.imageBorderBold': string;
|
|
458
462
|
'fabric.editor.imageBorderColor': string;
|
|
463
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
459
464
|
'fabric.editor.imageBorderMedium': string;
|
|
460
465
|
'fabric.editor.imageBorderOptions': string;
|
|
461
466
|
'fabric.editor.imageBorderSize': string;
|
|
467
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
462
468
|
'fabric.editor.imageBorderSubtle': string;
|
|
463
469
|
'fabric.editor.improvement': string;
|
|
464
470
|
'fabric.editor.increaseSize': string;
|
|
@@ -634,6 +640,8 @@ declare const _default: {
|
|
|
634
640
|
'fabric.editor.splitCell': string;
|
|
635
641
|
'fabric.editor.status': string;
|
|
636
642
|
'fabric.editor.status.description': string;
|
|
643
|
+
'fabric.editor.statusEditorLabel': string;
|
|
644
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
637
645
|
'fabric.editor.statusPlaceholder': string;
|
|
638
646
|
'fabric.editor.story': string;
|
|
639
647
|
'fabric.editor.strike': string;
|
|
@@ -729,6 +737,7 @@ declare const _default: {
|
|
|
729
737
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
730
738
|
'fabric.editor.viewCommentOnMedia': string;
|
|
731
739
|
'fabric.editor.viewMore': string;
|
|
740
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
732
741
|
'fabric.editor.visit': string;
|
|
733
742
|
'fabric.editor.warning': string;
|
|
734
743
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -248,6 +249,8 @@ declare const _default: {
|
|
|
248
249
|
'fabric.editor.blockquote.description': string;
|
|
249
250
|
'fabric.editor.blockquote2': string;
|
|
250
251
|
'fabric.editor.bold': string;
|
|
252
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
254
|
'fabric.editor.bug': string;
|
|
252
255
|
'fabric.editor.canNotSortTable': string;
|
|
253
256
|
'fabric.editor.cancelButton': string;
|
|
@@ -276,6 +279,7 @@ declare const _default: {
|
|
|
276
279
|
'fabric.editor.codeblock.description': string;
|
|
277
280
|
'fabric.editor.collapseNode': string;
|
|
278
281
|
'fabric.editor.collapseTable': string;
|
|
282
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
279
283
|
'fabric.editor.columnDragHandle': string;
|
|
280
284
|
'fabric.editor.columnMovedLeft': string;
|
|
281
285
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -327,6 +331,7 @@ declare const _default: {
|
|
|
327
331
|
'fabric.editor.datasourceTitle': string;
|
|
328
332
|
'fabric.editor.date': string;
|
|
329
333
|
'fabric.editor.date.description': string;
|
|
334
|
+
'fabric.editor.datePickerOpenedAlert': string;
|
|
330
335
|
'fabric.editor.decision': string;
|
|
331
336
|
'fabric.editor.decision.description': string;
|
|
332
337
|
'fabric.editor.decisionPlaceholder': string;
|
|
@@ -470,9 +475,11 @@ declare const _default: {
|
|
|
470
475
|
'fabric.editor.image.fullWidthLabel': string;
|
|
471
476
|
'fabric.editor.imageBorderBold': string;
|
|
472
477
|
'fabric.editor.imageBorderColor': string;
|
|
478
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
473
479
|
'fabric.editor.imageBorderMedium': string;
|
|
474
480
|
'fabric.editor.imageBorderOptions': string;
|
|
475
481
|
'fabric.editor.imageBorderSize': string;
|
|
482
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
476
483
|
'fabric.editor.imageBorderSubtle': string;
|
|
477
484
|
'fabric.editor.improvement': string;
|
|
478
485
|
'fabric.editor.increaseSize': string;
|
|
@@ -648,6 +655,8 @@ declare const _default: {
|
|
|
648
655
|
'fabric.editor.splitCell': string;
|
|
649
656
|
'fabric.editor.status': string;
|
|
650
657
|
'fabric.editor.status.description': string;
|
|
658
|
+
'fabric.editor.statusEditorLabel': string;
|
|
659
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
651
660
|
'fabric.editor.statusPlaceholder': string;
|
|
652
661
|
'fabric.editor.story': string;
|
|
653
662
|
'fabric.editor.strike': string;
|
|
@@ -743,6 +752,7 @@ declare const _default: {
|
|
|
743
752
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
744
753
|
'fabric.editor.viewCommentOnMedia': string;
|
|
745
754
|
'fabric.editor.viewMore': string;
|
|
755
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
746
756
|
'fabric.editor.visit': string;
|
|
747
757
|
'fabric.editor.warning': string;
|
|
748
758
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -233,6 +234,8 @@ declare const _default: {
|
|
|
233
234
|
'fabric.editor.blockquote.description': string;
|
|
234
235
|
'fabric.editor.blockquote2': string;
|
|
235
236
|
'fabric.editor.bold': string;
|
|
237
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
238
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
236
239
|
'fabric.editor.bug': string;
|
|
237
240
|
'fabric.editor.canNotSortTable': string;
|
|
238
241
|
'fabric.editor.cancelButton': string;
|
|
@@ -261,6 +264,7 @@ declare const _default: {
|
|
|
261
264
|
'fabric.editor.codeblock.description': string;
|
|
262
265
|
'fabric.editor.collapseNode': string;
|
|
263
266
|
'fabric.editor.collapseTable': string;
|
|
267
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
264
268
|
'fabric.editor.columnDragHandle': string;
|
|
265
269
|
'fabric.editor.columnMovedLeft': string;
|
|
266
270
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -456,9 +460,11 @@ declare const _default: {
|
|
|
456
460
|
'fabric.editor.image.fullWidthLabel': string;
|
|
457
461
|
'fabric.editor.imageBorderBold': string;
|
|
458
462
|
'fabric.editor.imageBorderColor': string;
|
|
463
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
459
464
|
'fabric.editor.imageBorderMedium': string;
|
|
460
465
|
'fabric.editor.imageBorderOptions': string;
|
|
461
466
|
'fabric.editor.imageBorderSize': string;
|
|
467
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
462
468
|
'fabric.editor.imageBorderSubtle': string;
|
|
463
469
|
'fabric.editor.improvement': string;
|
|
464
470
|
'fabric.editor.increaseSize': string;
|
|
@@ -634,6 +640,8 @@ declare const _default: {
|
|
|
634
640
|
'fabric.editor.splitCell': string;
|
|
635
641
|
'fabric.editor.status': string;
|
|
636
642
|
'fabric.editor.status.description': string;
|
|
643
|
+
'fabric.editor.statusEditorLabel': string;
|
|
644
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
637
645
|
'fabric.editor.statusPlaceholder': string;
|
|
638
646
|
'fabric.editor.story': string;
|
|
639
647
|
'fabric.editor.strike': string;
|
|
@@ -729,6 +737,7 @@ declare const _default: {
|
|
|
729
737
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
730
738
|
'fabric.editor.viewCommentOnMedia': string;
|
|
731
739
|
'fabric.editor.viewMore': string;
|
|
740
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
732
741
|
'fabric.editor.visit': string;
|
|
733
742
|
'fabric.editor.warning': string;
|
|
734
743
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -233,6 +234,8 @@ declare const _default: {
|
|
|
233
234
|
'fabric.editor.blockquote.description': string;
|
|
234
235
|
'fabric.editor.blockquote2': string;
|
|
235
236
|
'fabric.editor.bold': string;
|
|
237
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
238
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
236
239
|
'fabric.editor.bug': string;
|
|
237
240
|
'fabric.editor.canNotSortTable': string;
|
|
238
241
|
'fabric.editor.cancelButton': string;
|
|
@@ -261,6 +264,7 @@ declare const _default: {
|
|
|
261
264
|
'fabric.editor.codeblock.description': string;
|
|
262
265
|
'fabric.editor.collapseNode': string;
|
|
263
266
|
'fabric.editor.collapseTable': string;
|
|
267
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
264
268
|
'fabric.editor.columnDragHandle': string;
|
|
265
269
|
'fabric.editor.columnMovedLeft': string;
|
|
266
270
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -456,9 +460,11 @@ declare const _default: {
|
|
|
456
460
|
'fabric.editor.image.fullWidthLabel': string;
|
|
457
461
|
'fabric.editor.imageBorderBold': string;
|
|
458
462
|
'fabric.editor.imageBorderColor': string;
|
|
463
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
459
464
|
'fabric.editor.imageBorderMedium': string;
|
|
460
465
|
'fabric.editor.imageBorderOptions': string;
|
|
461
466
|
'fabric.editor.imageBorderSize': string;
|
|
467
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
462
468
|
'fabric.editor.imageBorderSubtle': string;
|
|
463
469
|
'fabric.editor.improvement': string;
|
|
464
470
|
'fabric.editor.increaseSize': string;
|
|
@@ -634,6 +640,8 @@ declare const _default: {
|
|
|
634
640
|
'fabric.editor.splitCell': string;
|
|
635
641
|
'fabric.editor.status': string;
|
|
636
642
|
'fabric.editor.status.description': string;
|
|
643
|
+
'fabric.editor.statusEditorLabel': string;
|
|
644
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
637
645
|
'fabric.editor.statusPlaceholder': string;
|
|
638
646
|
'fabric.editor.story': string;
|
|
639
647
|
'fabric.editor.strike': string;
|
|
@@ -729,6 +737,7 @@ declare const _default: {
|
|
|
729
737
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
730
738
|
'fabric.editor.viewCommentOnMedia': string;
|
|
731
739
|
'fabric.editor.viewMore': string;
|
|
740
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
732
741
|
'fabric.editor.visit': string;
|
|
733
742
|
'fabric.editor.warning': string;
|
|
734
743
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -248,6 +249,8 @@ declare const _default: {
|
|
|
248
249
|
'fabric.editor.blockquote.description': string;
|
|
249
250
|
'fabric.editor.blockquote2': string;
|
|
250
251
|
'fabric.editor.bold': string;
|
|
252
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
254
|
'fabric.editor.bug': string;
|
|
252
255
|
'fabric.editor.canNotSortTable': string;
|
|
253
256
|
'fabric.editor.cancelButton': string;
|
|
@@ -276,6 +279,7 @@ declare const _default: {
|
|
|
276
279
|
'fabric.editor.codeblock.description': string;
|
|
277
280
|
'fabric.editor.collapseNode': string;
|
|
278
281
|
'fabric.editor.collapseTable': string;
|
|
282
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
279
283
|
'fabric.editor.columnDragHandle': string;
|
|
280
284
|
'fabric.editor.columnMovedLeft': string;
|
|
281
285
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -471,9 +475,11 @@ declare const _default: {
|
|
|
471
475
|
'fabric.editor.image.fullWidthLabel': string;
|
|
472
476
|
'fabric.editor.imageBorderBold': string;
|
|
473
477
|
'fabric.editor.imageBorderColor': string;
|
|
478
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
474
479
|
'fabric.editor.imageBorderMedium': string;
|
|
475
480
|
'fabric.editor.imageBorderOptions': string;
|
|
476
481
|
'fabric.editor.imageBorderSize': string;
|
|
482
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
477
483
|
'fabric.editor.imageBorderSubtle': string;
|
|
478
484
|
'fabric.editor.improvement': string;
|
|
479
485
|
'fabric.editor.increaseSize': string;
|
|
@@ -649,6 +655,8 @@ declare const _default: {
|
|
|
649
655
|
'fabric.editor.splitCell': string;
|
|
650
656
|
'fabric.editor.status': string;
|
|
651
657
|
'fabric.editor.status.description': string;
|
|
658
|
+
'fabric.editor.statusEditorLabel': string;
|
|
659
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
652
660
|
'fabric.editor.statusPlaceholder': string;
|
|
653
661
|
'fabric.editor.story': string;
|
|
654
662
|
'fabric.editor.strike': string;
|
|
@@ -744,6 +752,7 @@ declare const _default: {
|
|
|
744
752
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
745
753
|
'fabric.editor.viewCommentOnMedia': string;
|
|
746
754
|
'fabric.editor.viewMore': string;
|
|
755
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
747
756
|
'fabric.editor.visit': string;
|
|
748
757
|
'fabric.editor.warning': string;
|
|
749
758
|
'fabric.editor.warningPanel': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -248,6 +249,8 @@ declare const _default: {
|
|
|
248
249
|
'fabric.editor.blockquote.description': string;
|
|
249
250
|
'fabric.editor.blockquote2': string;
|
|
250
251
|
'fabric.editor.bold': string;
|
|
252
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
254
|
'fabric.editor.bug': string;
|
|
252
255
|
'fabric.editor.canNotSortTable': string;
|
|
253
256
|
'fabric.editor.cancelButton': string;
|
|
@@ -276,6 +279,7 @@ declare const _default: {
|
|
|
276
279
|
'fabric.editor.codeblock.description': string;
|
|
277
280
|
'fabric.editor.collapseNode': string;
|
|
278
281
|
'fabric.editor.collapseTable': string;
|
|
282
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
279
283
|
'fabric.editor.columnDragHandle': string;
|
|
280
284
|
'fabric.editor.columnMovedLeft': string;
|
|
281
285
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -471,9 +475,11 @@ declare const _default: {
|
|
|
471
475
|
'fabric.editor.image.fullWidthLabel': string;
|
|
472
476
|
'fabric.editor.imageBorderBold': string;
|
|
473
477
|
'fabric.editor.imageBorderColor': string;
|
|
478
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
474
479
|
'fabric.editor.imageBorderMedium': string;
|
|
475
480
|
'fabric.editor.imageBorderOptions': string;
|
|
476
481
|
'fabric.editor.imageBorderSize': string;
|
|
482
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
477
483
|
'fabric.editor.imageBorderSubtle': string;
|
|
478
484
|
'fabric.editor.improvement': string;
|
|
479
485
|
'fabric.editor.increaseSize': string;
|
|
@@ -649,6 +655,8 @@ declare const _default: {
|
|
|
649
655
|
'fabric.editor.splitCell': string;
|
|
650
656
|
'fabric.editor.status': string;
|
|
651
657
|
'fabric.editor.status.description': string;
|
|
658
|
+
'fabric.editor.statusEditorLabel': string;
|
|
659
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
652
660
|
'fabric.editor.statusPlaceholder': string;
|
|
653
661
|
'fabric.editor.story': string;
|
|
654
662
|
'fabric.editor.strike': string;
|
|
@@ -744,6 +752,7 @@ declare const _default: {
|
|
|
744
752
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
745
753
|
'fabric.editor.viewCommentOnMedia': string;
|
|
746
754
|
'fabric.editor.viewMore': string;
|
|
755
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
747
756
|
'fabric.editor.visit': string;
|
|
748
757
|
'fabric.editor.warning': string;
|
|
749
758
|
'fabric.editor.warningPanel': string;
|
|
@@ -264,6 +264,8 @@ export declare enum ACTION_SUBJECT {
|
|
|
264
264
|
LAYOUT = "layout",
|
|
265
265
|
LIST = "list",
|
|
266
266
|
MEDIA = "media",
|
|
267
|
+
MEDIA_GROUP = "mediaGroup",
|
|
268
|
+
MEDIA_INLINE = "mediaInline",
|
|
267
269
|
MEDIA_SINGLE = "mediaSingle",
|
|
268
270
|
MENTION = "mention",
|
|
269
271
|
MENTION_TYPEAHEAD = "mentionTypeahead",
|
|
@@ -73,6 +73,7 @@ type MBEEventPayload = TrackAEP<ACTION.ADD_CHILD | ACTION.CHANGE_ACTIVE | ACTION
|
|
|
73
73
|
extensionKey: string;
|
|
74
74
|
localId: string;
|
|
75
75
|
currentFramesCount: number;
|
|
76
|
+
inputMethod?: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
76
77
|
}, undefined>;
|
|
77
78
|
type UndoRedoAEP = TrackAEP<ACTION.UNDO_PERFORMED | ACTION.REDO_PERFORMED, ACTION_SUBJECT.EDITOR, undefined, {
|
|
78
79
|
inputMethod: INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR | INPUT_METHOD.EXTERNAL;
|
|
@@ -34,7 +34,8 @@ type ExtensionDeletedAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXTENSION, Ex
|
|
|
34
34
|
extensionType: string;
|
|
35
35
|
extensionKey: string;
|
|
36
36
|
localId: string;
|
|
37
|
-
|
|
37
|
+
inputMethod?: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
38
|
+
}, INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB>;
|
|
38
39
|
type ExtensionAPICalledPayload = TrackAEP<ACTION.INVOKED, ACTION_SUBJECT.EXTENSION, ACTION_SUBJECT_ID.EXTENSION_API, {
|
|
39
40
|
functionName: string;
|
|
40
41
|
}, INPUT_METHOD.EXTENSION_API>;
|
|
@@ -17,7 +17,7 @@ export declare enum SMART_LINK_TYPE {
|
|
|
17
17
|
URL = "url"
|
|
18
18
|
}
|
|
19
19
|
type DeletePanelAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.PANEL, undefined, {
|
|
20
|
-
inputMethod: INPUT_METHOD.TOOLBAR;
|
|
20
|
+
inputMethod: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;
|
|
21
21
|
}, undefined>;
|
|
22
22
|
type ChangePanelAEP = ChangeTypeAEP<ACTION_SUBJECT.PANEL, undefined, {
|
|
23
23
|
newType: PanelType;
|
|
@@ -34,15 +34,19 @@ type VisitedHyperlink = TrackAEP<ACTION.VISITED, ACTION_SUBJECT.HYPERLINK, undef
|
|
|
34
34
|
inputMethod: INPUT_METHOD.TOOLBAR;
|
|
35
35
|
}, undefined>;
|
|
36
36
|
type DeletedSmartLink = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.SMART_LINK, ACTION_SUBJECT_ID.CARD_BLOCK | ACTION_SUBJECT_ID.CARD_INLINE, {
|
|
37
|
-
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.CARD;
|
|
37
|
+
inputMethod: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR | INPUT_METHOD.CARD;
|
|
38
38
|
displayMode: ACTION_SUBJECT_ID.CARD_BLOCK | ACTION_SUBJECT_ID.CARD_INLINE;
|
|
39
39
|
}, undefined>;
|
|
40
|
+
export type NodeDeletedAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.PANEL | ACTION_SUBJECT.LAYOUT | ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.TABLE | ACTION_SUBJECT.EXTENSION | ACTION_SUBJECT.BODIED_EXTENSION | ACTION_SUBJECT.SMART_LINK | ACTION_SUBJECT.CODE_BLOCK | ACTION_SUBJECT.MEDIA_SINGLE | ACTION_SUBJECT.MEDIA_GROUP | ACTION_SUBJECT.MEDIA_INLINE, undefined, {
|
|
41
|
+
inputMethod: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;
|
|
42
|
+
}, undefined>;
|
|
40
43
|
type ChangedLayoutAEP = TrackAEP<ACTION.CHANGED_LAYOUT, ACTION_SUBJECT.LAYOUT, undefined, {
|
|
41
44
|
previousLayout?: LAYOUT_TYPE;
|
|
42
45
|
newLayout?: LAYOUT_TYPE;
|
|
43
46
|
}, undefined>;
|
|
44
47
|
type DeletedLayoutAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.LAYOUT, undefined, {
|
|
45
48
|
layout?: LAYOUT_TYPE;
|
|
49
|
+
inputMethod?: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;
|
|
46
50
|
}, undefined>;
|
|
47
51
|
type DeletedExpandAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
|
|
48
52
|
inputMethod: INPUT_METHOD.TOOLBAR;
|
|
@@ -54,5 +58,5 @@ type UnsupportedContentAEP = TrackAEP<ACTION.UNSUPPORTED_CONTENT_ENCOUNTERED, AC
|
|
|
54
58
|
ancestry: string;
|
|
55
59
|
};
|
|
56
60
|
}, undefined>;
|
|
57
|
-
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedExpandAEP | ChangeSmartLinkAEP | UnsupportedContentAEP;
|
|
61
|
+
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | UnsupportedContentAEP;
|
|
58
62
|
export {};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
1
2
|
import type { EditorState } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
-
import type {
|
|
3
|
+
import type { AnalyticsEventPayload, INPUT_METHOD } from '../analytics';
|
|
4
|
+
import { ACTION } from '../analytics';
|
|
3
5
|
export declare const copyToClipboard: (textToCopy: string) => Promise<void>;
|
|
4
6
|
export declare const copyHTMLToClipboard: (elementToCopy: HTMLElement, plainTextToCopy?: string) => Promise<void>;
|
|
5
7
|
export declare const copyHTMLToClipboardPolyfill: (elementToCopy: HTMLElement, plainTextToCopy?: string) => Promise<void>;
|
|
6
8
|
export declare const getAnalyticsPayload: (state: EditorState, action: ACTION.CUT | ACTION.COPIED) => AnalyticsEventPayload | undefined;
|
|
9
|
+
export declare const getNodeCopiedAnalyticsPayload: (node: PMNode, inputMethod?: INPUT_METHOD) => AnalyticsEventPayload;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -248,6 +249,8 @@ declare const _default: {
|
|
|
248
249
|
'fabric.editor.blockquote.description': string;
|
|
249
250
|
'fabric.editor.blockquote2': string;
|
|
250
251
|
'fabric.editor.bold': string;
|
|
252
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
254
|
'fabric.editor.bug': string;
|
|
252
255
|
'fabric.editor.canNotSortTable': string;
|
|
253
256
|
'fabric.editor.cancelButton': string;
|
|
@@ -276,6 +279,7 @@ declare const _default: {
|
|
|
276
279
|
'fabric.editor.codeblock.description': string;
|
|
277
280
|
'fabric.editor.collapseNode': string;
|
|
278
281
|
'fabric.editor.collapseTable': string;
|
|
282
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
279
283
|
'fabric.editor.columnDragHandle': string;
|
|
280
284
|
'fabric.editor.columnMovedLeft': string;
|
|
281
285
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -327,6 +331,7 @@ declare const _default: {
|
|
|
327
331
|
'fabric.editor.datasourceTitle': string;
|
|
328
332
|
'fabric.editor.date': string;
|
|
329
333
|
'fabric.editor.date.description': string;
|
|
334
|
+
'fabric.editor.datePickerOpenedAlert': string;
|
|
330
335
|
'fabric.editor.decision': string;
|
|
331
336
|
'fabric.editor.decision.description': string;
|
|
332
337
|
'fabric.editor.decisionPlaceholder': string;
|
|
@@ -470,9 +475,11 @@ declare const _default: {
|
|
|
470
475
|
'fabric.editor.image.fullWidthLabel': string;
|
|
471
476
|
'fabric.editor.imageBorderBold': string;
|
|
472
477
|
'fabric.editor.imageBorderColor': string;
|
|
478
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
473
479
|
'fabric.editor.imageBorderMedium': string;
|
|
474
480
|
'fabric.editor.imageBorderOptions': string;
|
|
475
481
|
'fabric.editor.imageBorderSize': string;
|
|
482
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
476
483
|
'fabric.editor.imageBorderSubtle': string;
|
|
477
484
|
'fabric.editor.improvement': string;
|
|
478
485
|
'fabric.editor.increaseSize': string;
|
|
@@ -648,6 +655,8 @@ declare const _default: {
|
|
|
648
655
|
'fabric.editor.splitCell': string;
|
|
649
656
|
'fabric.editor.status': string;
|
|
650
657
|
'fabric.editor.status.description': string;
|
|
658
|
+
'fabric.editor.statusEditorLabel': string;
|
|
659
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
651
660
|
'fabric.editor.statusPlaceholder': string;
|
|
652
661
|
'fabric.editor.story': string;
|
|
653
662
|
'fabric.editor.strike': string;
|
|
@@ -743,6 +752,7 @@ declare const _default: {
|
|
|
743
752
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
744
753
|
'fabric.editor.viewCommentOnMedia': string;
|
|
745
754
|
'fabric.editor.viewMore': string;
|
|
755
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
746
756
|
'fabric.editor.visit': string;
|
|
747
757
|
'fabric.editor.warning': string;
|
|
748
758
|
'fabric.editor.warningPanel': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -247,6 +248,8 @@ declare const _default: {
|
|
|
247
248
|
'fabric.editor.blockquote.description': string;
|
|
248
249
|
'fabric.editor.blockquote2': string;
|
|
249
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
250
253
|
'fabric.editor.bug': string;
|
|
251
254
|
'fabric.editor.canNotSortTable': string;
|
|
252
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -275,6 +278,7 @@ declare const _default: {
|
|
|
275
278
|
'fabric.editor.codeblock.description': string;
|
|
276
279
|
'fabric.editor.collapseNode': string;
|
|
277
280
|
'fabric.editor.collapseTable': string;
|
|
281
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
278
282
|
'fabric.editor.columnDragHandle': string;
|
|
279
283
|
'fabric.editor.columnMovedLeft': string;
|
|
280
284
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -470,9 +474,11 @@ declare const _default: {
|
|
|
470
474
|
'fabric.editor.image.fullWidthLabel': string;
|
|
471
475
|
'fabric.editor.imageBorderBold': string;
|
|
472
476
|
'fabric.editor.imageBorderColor': string;
|
|
477
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
473
478
|
'fabric.editor.imageBorderMedium': string;
|
|
474
479
|
'fabric.editor.imageBorderOptions': string;
|
|
475
480
|
'fabric.editor.imageBorderSize': string;
|
|
481
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
476
482
|
'fabric.editor.imageBorderSubtle': string;
|
|
477
483
|
'fabric.editor.improvement': string;
|
|
478
484
|
'fabric.editor.increaseSize': string;
|
|
@@ -648,6 +654,8 @@ declare const _default: {
|
|
|
648
654
|
'fabric.editor.splitCell': string;
|
|
649
655
|
'fabric.editor.status': string;
|
|
650
656
|
'fabric.editor.status.description': string;
|
|
657
|
+
'fabric.editor.statusEditorLabel': string;
|
|
658
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
651
659
|
'fabric.editor.statusPlaceholder': string;
|
|
652
660
|
'fabric.editor.story': string;
|
|
653
661
|
'fabric.editor.strike': string;
|
|
@@ -743,6 +751,7 @@ declare const _default: {
|
|
|
743
751
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
744
752
|
'fabric.editor.viewCommentOnMedia': string;
|
|
745
753
|
'fabric.editor.viewMore': string;
|
|
754
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
746
755
|
'fabric.editor.visit': string;
|
|
747
756
|
'fabric.editor.warning': string;
|
|
748
757
|
'fabric.editor.warningPanel': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -247,6 +248,8 @@ declare const _default: {
|
|
|
247
248
|
'fabric.editor.blockquote.description': string;
|
|
248
249
|
'fabric.editor.blockquote2': string;
|
|
249
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
250
253
|
'fabric.editor.bug': string;
|
|
251
254
|
'fabric.editor.canNotSortTable': string;
|
|
252
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -275,6 +278,7 @@ declare const _default: {
|
|
|
275
278
|
'fabric.editor.codeblock.description': string;
|
|
276
279
|
'fabric.editor.collapseNode': string;
|
|
277
280
|
'fabric.editor.collapseTable': string;
|
|
281
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
278
282
|
'fabric.editor.columnDragHandle': string;
|
|
279
283
|
'fabric.editor.columnMovedLeft': string;
|
|
280
284
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -326,6 +330,7 @@ declare const _default: {
|
|
|
326
330
|
'fabric.editor.datasourceTitle': string;
|
|
327
331
|
'fabric.editor.date': string;
|
|
328
332
|
'fabric.editor.date.description': string;
|
|
333
|
+
'fabric.editor.datePickerOpenedAlert': string;
|
|
329
334
|
'fabric.editor.decision': string;
|
|
330
335
|
'fabric.editor.decision.description': string;
|
|
331
336
|
'fabric.editor.decisionPlaceholder': string;
|
|
@@ -469,9 +474,11 @@ declare const _default: {
|
|
|
469
474
|
'fabric.editor.image.fullWidthLabel': string;
|
|
470
475
|
'fabric.editor.imageBorderBold': string;
|
|
471
476
|
'fabric.editor.imageBorderColor': string;
|
|
477
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
472
478
|
'fabric.editor.imageBorderMedium': string;
|
|
473
479
|
'fabric.editor.imageBorderOptions': string;
|
|
474
480
|
'fabric.editor.imageBorderSize': string;
|
|
481
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
475
482
|
'fabric.editor.imageBorderSubtle': string;
|
|
476
483
|
'fabric.editor.improvement': string;
|
|
477
484
|
'fabric.editor.increaseSize': string;
|
|
@@ -647,6 +654,8 @@ declare const _default: {
|
|
|
647
654
|
'fabric.editor.splitCell': string;
|
|
648
655
|
'fabric.editor.status': string;
|
|
649
656
|
'fabric.editor.status.description': string;
|
|
657
|
+
'fabric.editor.statusEditorLabel': string;
|
|
658
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
650
659
|
'fabric.editor.statusPlaceholder': string;
|
|
651
660
|
'fabric.editor.story': string;
|
|
652
661
|
'fabric.editor.strike': string;
|
|
@@ -742,6 +751,7 @@ declare const _default: {
|
|
|
742
751
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
743
752
|
'fabric.editor.viewCommentOnMedia': string;
|
|
744
753
|
'fabric.editor.viewMore': string;
|
|
754
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
745
755
|
'fabric.editor.visit': string;
|
|
746
756
|
'fabric.editor.warning': string;
|
|
747
757
|
'fabric.editor.warningPanel': string;
|