@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/hu.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': string;
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
33
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
34
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
35
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -246,6 +248,8 @@ declare const _default: {
|
|
|
246
248
|
'fabric.editor.blockquote.description': string;
|
|
247
249
|
'fabric.editor.blockquote2': string;
|
|
248
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
249
253
|
'fabric.editor.bug': string;
|
|
250
254
|
'fabric.editor.canNotSortTable': string;
|
|
251
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -274,6 +278,7 @@ declare const _default: {
|
|
|
274
278
|
'fabric.editor.codeblock.description': string;
|
|
275
279
|
'fabric.editor.collapseNode': string;
|
|
276
280
|
'fabric.editor.collapseTable': string;
|
|
281
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
277
282
|
'fabric.editor.columnDragHandle': string;
|
|
278
283
|
'fabric.editor.columnMovedLeft': string;
|
|
279
284
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -395,6 +400,7 @@ declare const _default: {
|
|
|
395
400
|
'fabric.editor.errorPanel.description': string;
|
|
396
401
|
'fabric.editor.expand': string;
|
|
397
402
|
'fabric.editor.expand.description': string;
|
|
403
|
+
'fabric.editor.expandAriaLabel': string;
|
|
398
404
|
'fabric.editor.expandDefaultTitle': string;
|
|
399
405
|
'fabric.editor.expandNode': string;
|
|
400
406
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -646,6 +652,8 @@ declare const _default: {
|
|
|
646
652
|
'fabric.editor.splitCell': string;
|
|
647
653
|
'fabric.editor.status': string;
|
|
648
654
|
'fabric.editor.status.description': string;
|
|
655
|
+
'fabric.editor.statusEditorLabel': string;
|
|
656
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
649
657
|
'fabric.editor.statusPlaceholder': string;
|
|
650
658
|
'fabric.editor.story': string;
|
|
651
659
|
'fabric.editor.strike': string;
|
|
@@ -741,6 +749,7 @@ declare const _default: {
|
|
|
741
749
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
742
750
|
'fabric.editor.viewCommentOnMedia': string;
|
|
743
751
|
'fabric.editor.viewMore': string;
|
|
752
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
744
753
|
'fabric.editor.visit': string;
|
|
745
754
|
'fabric.editor.warning': string;
|
|
746
755
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/it.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/ja.d.ts
CHANGED
|
@@ -248,6 +248,8 @@ declare const _default: {
|
|
|
248
248
|
'fabric.editor.blockquote.description': string;
|
|
249
249
|
'fabric.editor.blockquote2': string;
|
|
250
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
253
|
'fabric.editor.bug': string;
|
|
252
254
|
'fabric.editor.canNotSortTable': string;
|
|
253
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -471,9 +473,11 @@ declare const _default: {
|
|
|
471
473
|
'fabric.editor.image.fullWidthLabel': string;
|
|
472
474
|
'fabric.editor.imageBorderBold': string;
|
|
473
475
|
'fabric.editor.imageBorderColor': string;
|
|
476
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
474
477
|
'fabric.editor.imageBorderMedium': string;
|
|
475
478
|
'fabric.editor.imageBorderOptions': string;
|
|
476
479
|
'fabric.editor.imageBorderSize': string;
|
|
480
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
477
481
|
'fabric.editor.imageBorderSubtle': string;
|
|
478
482
|
'fabric.editor.improvement': string;
|
|
479
483
|
'fabric.editor.increaseSize': string;
|
|
@@ -649,6 +653,7 @@ declare const _default: {
|
|
|
649
653
|
'fabric.editor.splitCell': string;
|
|
650
654
|
'fabric.editor.status': string;
|
|
651
655
|
'fabric.editor.status.description': string;
|
|
656
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
652
657
|
'fabric.editor.statusPlaceholder': string;
|
|
653
658
|
'fabric.editor.story': string;
|
|
654
659
|
'fabric.editor.strike': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -248,6 +248,8 @@ declare const _default: {
|
|
|
248
248
|
'fabric.editor.blockquote.description': string;
|
|
249
249
|
'fabric.editor.blockquote2': string;
|
|
250
250
|
'fabric.editor.bold': string;
|
|
251
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
251
253
|
'fabric.editor.bug': string;
|
|
252
254
|
'fabric.editor.canNotSortTable': string;
|
|
253
255
|
'fabric.editor.cancelButton': string;
|
|
@@ -471,9 +473,11 @@ declare const _default: {
|
|
|
471
473
|
'fabric.editor.image.fullWidthLabel': string;
|
|
472
474
|
'fabric.editor.imageBorderBold': string;
|
|
473
475
|
'fabric.editor.imageBorderColor': string;
|
|
476
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
474
477
|
'fabric.editor.imageBorderMedium': string;
|
|
475
478
|
'fabric.editor.imageBorderOptions': string;
|
|
476
479
|
'fabric.editor.imageBorderSize': string;
|
|
480
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
477
481
|
'fabric.editor.imageBorderSubtle': string;
|
|
478
482
|
'fabric.editor.improvement': string;
|
|
479
483
|
'fabric.editor.increaseSize': string;
|
|
@@ -649,6 +653,7 @@ declare const _default: {
|
|
|
649
653
|
'fabric.editor.splitCell': string;
|
|
650
654
|
'fabric.editor.status': string;
|
|
651
655
|
'fabric.editor.status.description': string;
|
|
656
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
652
657
|
'fabric.editor.statusPlaceholder': string;
|
|
653
658
|
'fabric.editor.story': string;
|
|
654
659
|
'fabric.editor.strike': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -247,6 +247,8 @@ declare const _default: {
|
|
|
247
247
|
'fabric.editor.blockquote.description': string;
|
|
248
248
|
'fabric.editor.blockquote2': string;
|
|
249
249
|
'fabric.editor.bold': string;
|
|
250
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
251
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
250
252
|
'fabric.editor.bug': string;
|
|
251
253
|
'fabric.editor.canNotSortTable': string;
|
|
252
254
|
'fabric.editor.cancelButton': string;
|
|
@@ -470,9 +472,11 @@ declare const _default: {
|
|
|
470
472
|
'fabric.editor.image.fullWidthLabel': string;
|
|
471
473
|
'fabric.editor.imageBorderBold': string;
|
|
472
474
|
'fabric.editor.imageBorderColor': string;
|
|
475
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
473
476
|
'fabric.editor.imageBorderMedium': string;
|
|
474
477
|
'fabric.editor.imageBorderOptions': string;
|
|
475
478
|
'fabric.editor.imageBorderSize': string;
|
|
479
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
476
480
|
'fabric.editor.imageBorderSubtle': string;
|
|
477
481
|
'fabric.editor.improvement': string;
|
|
478
482
|
'fabric.editor.increaseSize': string;
|
|
@@ -648,6 +652,7 @@ declare const _default: {
|
|
|
648
652
|
'fabric.editor.splitCell': string;
|
|
649
653
|
'fabric.editor.status': string;
|
|
650
654
|
'fabric.editor.status.description': string;
|
|
655
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
651
656
|
'fabric.editor.statusPlaceholder': string;
|
|
652
657
|
'fabric.editor.story': string;
|
|
653
658
|
'fabric.editor.strike': string;
|
package/dist/types/i18n/nl.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/pl.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;
|
|
@@ -705,6 +714,7 @@ declare const _default: {
|
|
|
705
714
|
'fabric.editor.toolbarLabel': string;
|
|
706
715
|
'fabric.editor.toolbarMediaTitle': string;
|
|
707
716
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
717
|
+
'fabric.editor.toolbarPositionInline': string;
|
|
708
718
|
'fabric.editor.tooltip.blockPanel': string;
|
|
709
719
|
'fabric.editor.tooltip.bulletList': string;
|
|
710
720
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -742,6 +752,7 @@ declare const _default: {
|
|
|
742
752
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
743
753
|
'fabric.editor.viewCommentOnMedia': string;
|
|
744
754
|
'fabric.editor.viewMore': string;
|
|
755
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
745
756
|
'fabric.editor.visit': string;
|
|
746
757
|
'fabric.editor.warning': string;
|
|
747
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;
|
|
@@ -246,6 +247,8 @@ declare const _default: {
|
|
|
246
247
|
'fabric.editor.blockquote.description': string;
|
|
247
248
|
'fabric.editor.blockquote2': string;
|
|
248
249
|
'fabric.editor.bold': string;
|
|
250
|
+
'fabric.editor.breakoutFullWidthLabel': string;
|
|
251
|
+
'fabric.editor.breakoutWideWidthLabel': string;
|
|
249
252
|
'fabric.editor.bug': string;
|
|
250
253
|
'fabric.editor.canNotSortTable': string;
|
|
251
254
|
'fabric.editor.cancelButton': string;
|
|
@@ -274,6 +277,7 @@ declare const _default: {
|
|
|
274
277
|
'fabric.editor.codeblock.description': string;
|
|
275
278
|
'fabric.editor.collapseNode': string;
|
|
276
279
|
'fabric.editor.collapseTable': string;
|
|
280
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
277
281
|
'fabric.editor.columnDragHandle': string;
|
|
278
282
|
'fabric.editor.columnMovedLeft': string;
|
|
279
283
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -469,9 +473,11 @@ declare const _default: {
|
|
|
469
473
|
'fabric.editor.image.fullWidthLabel': string;
|
|
470
474
|
'fabric.editor.imageBorderBold': string;
|
|
471
475
|
'fabric.editor.imageBorderColor': string;
|
|
476
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
472
477
|
'fabric.editor.imageBorderMedium': string;
|
|
473
478
|
'fabric.editor.imageBorderOptions': string;
|
|
474
479
|
'fabric.editor.imageBorderSize': string;
|
|
480
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
475
481
|
'fabric.editor.imageBorderSubtle': string;
|
|
476
482
|
'fabric.editor.improvement': string;
|
|
477
483
|
'fabric.editor.increaseSize': string;
|
|
@@ -647,6 +653,8 @@ declare const _default: {
|
|
|
647
653
|
'fabric.editor.splitCell': string;
|
|
648
654
|
'fabric.editor.status': string;
|
|
649
655
|
'fabric.editor.status.description': string;
|
|
656
|
+
'fabric.editor.statusEditorLabel': string;
|
|
657
|
+
'fabric.editor.statusPickerOpenedAlert': string;
|
|
650
658
|
'fabric.editor.statusPlaceholder': string;
|
|
651
659
|
'fabric.editor.story': string;
|
|
652
660
|
'fabric.editor.strike': string;
|
|
@@ -742,6 +750,7 @@ declare const _default: {
|
|
|
742
750
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
743
751
|
'fabric.editor.viewCommentOnMedia': string;
|
|
744
752
|
'fabric.editor.viewMore': string;
|
|
753
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
745
754
|
'fabric.editor.visit': string;
|
|
746
755
|
'fabric.editor.warning': string;
|
|
747
756
|
'fabric.editor.warningPanel': string;
|
package/dist/types/i18n/ru.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;
|