@atlaskit/editor-common 78.33.3 → 78.34.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 +22 -0
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/cjs/i18n/cs.js +12 -2
- package/dist/cjs/i18n/da.js +12 -2
- package/dist/cjs/i18n/de.js +12 -2
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/en_ZZ.js +20 -5
- package/dist/cjs/i18n/es.js +12 -2
- package/dist/cjs/i18n/fi.js +12 -2
- package/dist/cjs/i18n/fr.js +12 -2
- package/dist/cjs/i18n/hu.js +12 -2
- package/dist/cjs/i18n/it.js +12 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +12 -2
- package/dist/cjs/i18n/nl.js +14 -4
- package/dist/cjs/i18n/pl.js +12 -2
- package/dist/cjs/i18n/pt_BR.js +12 -2
- package/dist/cjs/i18n/ru.js +12 -2
- package/dist/cjs/i18n/sv.js +12 -2
- package/dist/cjs/i18n/th.js +12 -2
- package/dist/cjs/i18n/tr.js +13 -2
- package/dist/cjs/i18n/uk.js +12 -2
- package/dist/cjs/i18n/vi.js +12 -2
- package/dist/cjs/i18n/zh.js +12 -2
- package/dist/cjs/i18n/zh_TW.js +12 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/selection/index.js +13 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/cjs/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/cjs/utils/insert-node-into-ordered-list.js +22 -3
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/es2019/i18n/cs.js +12 -2
- package/dist/es2019/i18n/da.js +12 -2
- package/dist/es2019/i18n/de.js +12 -2
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/en_ZZ.js +20 -5
- package/dist/es2019/i18n/es.js +12 -2
- package/dist/es2019/i18n/fi.js +12 -2
- package/dist/es2019/i18n/fr.js +12 -2
- package/dist/es2019/i18n/hu.js +12 -2
- package/dist/es2019/i18n/it.js +12 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +12 -2
- package/dist/es2019/i18n/nl.js +14 -4
- package/dist/es2019/i18n/pl.js +12 -2
- package/dist/es2019/i18n/pt_BR.js +12 -2
- package/dist/es2019/i18n/ru.js +12 -2
- package/dist/es2019/i18n/sv.js +12 -2
- package/dist/es2019/i18n/th.js +12 -2
- package/dist/es2019/i18n/tr.js +13 -2
- package/dist/es2019/i18n/uk.js +12 -2
- package/dist/es2019/i18n/vi.js +12 -2
- package/dist/es2019/i18n/zh.js +12 -2
- package/dist/es2019/i18n/zh_TW.js +12 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/selection/index.js +13 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/es2019/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/es2019/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/esm/i18n/cs.js +12 -2
- package/dist/esm/i18n/da.js +12 -2
- package/dist/esm/i18n/de.js +12 -2
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/en_ZZ.js +20 -5
- package/dist/esm/i18n/es.js +12 -2
- package/dist/esm/i18n/fi.js +12 -2
- package/dist/esm/i18n/fr.js +12 -2
- package/dist/esm/i18n/hu.js +12 -2
- package/dist/esm/i18n/it.js +12 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +12 -2
- package/dist/esm/i18n/nl.js +14 -4
- package/dist/esm/i18n/pl.js +12 -2
- package/dist/esm/i18n/pt_BR.js +12 -2
- package/dist/esm/i18n/ru.js +12 -2
- package/dist/esm/i18n/sv.js +12 -2
- package/dist/esm/i18n/th.js +12 -2
- package/dist/esm/i18n/tr.js +13 -2
- package/dist/esm/i18n/uk.js +12 -2
- package/dist/esm/i18n/vi.js +12 -2
- package/dist/esm/i18n/zh.js +12 -2
- package/dist/esm/i18n/zh_TW.js +12 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/selection/index.js +13 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/esm/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/esm/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +10 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -1
- 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 +10 -0
- package/dist/types/i18n/hu.d.ts +10 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +10 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +10 -0
- package/dist/types/i18n/pt_BR.d.ts +10 -0
- package/dist/types/i18n/ru.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +10 -0
- package/dist/types/i18n/tr.d.ts +11 -0
- package/dist/types/i18n/uk.d.ts +10 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/dist/types/i18n/zh.d.ts +10 -0
- package/dist/types/i18n/zh_TW.d.ts +10 -0
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +10 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -1
- 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 +10 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +10 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -0
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/package.json +8 -5
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -117,6 +117,7 @@ interface AnnotationTypeProvider<Type> {
|
|
|
117
117
|
updateSubscriber?: AnnotationUpdateEmitter;
|
|
118
118
|
allowDraftMode?: boolean;
|
|
119
119
|
allowCommentsOnMedia?: boolean;
|
|
120
|
+
isCommentsOnMediaBugFixEnabled?: boolean;
|
|
120
121
|
}
|
|
121
122
|
export type InlineCommentAnnotationProvider = AnnotationTypeProvider<AnnotationTypes.INLINE_COMMENT> & {
|
|
122
123
|
selectionComponent?: React.ComponentType<React.PropsWithChildren<InlineCommentSelectionComponentProps>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "78.
|
|
3
|
+
"version": "78.34.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@atlaskit/icon-object": "^6.3.0",
|
|
116
116
|
"@atlaskit/in-product-testing": "^0.2.0",
|
|
117
117
|
"@atlaskit/link-datasource": "^1.29.0",
|
|
118
|
-
"@atlaskit/link-picker": "^1.
|
|
118
|
+
"@atlaskit/link-picker": "^1.36.0",
|
|
119
119
|
"@atlaskit/media-card": "^77.11.0",
|
|
120
120
|
"@atlaskit/media-client": "^26.3.0",
|
|
121
121
|
"@atlaskit/media-client-react": "^2.0.0",
|
|
@@ -125,18 +125,18 @@
|
|
|
125
125
|
"@atlaskit/media-ui": "^25.9.0",
|
|
126
126
|
"@atlaskit/media-viewer": "48.4.5",
|
|
127
127
|
"@atlaskit/mention": "^23.0.0",
|
|
128
|
-
"@atlaskit/menu": "^2.
|
|
128
|
+
"@atlaskit/menu": "^2.2.0",
|
|
129
129
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
130
130
|
"@atlaskit/primitives": "^5.6.0",
|
|
131
131
|
"@atlaskit/profilecard": "^19.11.0",
|
|
132
132
|
"@atlaskit/section-message": "^6.4.0",
|
|
133
|
-
"@atlaskit/smart-card": "^26.
|
|
133
|
+
"@atlaskit/smart-card": "^26.58.0",
|
|
134
134
|
"@atlaskit/smart-user-picker": "^6.9.0",
|
|
135
135
|
"@atlaskit/spinner": "^16.0.0",
|
|
136
136
|
"@atlaskit/task-decision": "^17.9.0",
|
|
137
137
|
"@atlaskit/textfield": "^6.1.0",
|
|
138
138
|
"@atlaskit/theme": "^12.7.0",
|
|
139
|
-
"@atlaskit/tokens": "^1.
|
|
139
|
+
"@atlaskit/tokens": "^1.44.0",
|
|
140
140
|
"@atlaskit/tooltip": "^18.2.0",
|
|
141
141
|
"@atlaskit/ufo": "^0.2.0",
|
|
142
142
|
"@atlaskit/width-detector": "^4.1.0",
|
|
@@ -249,6 +249,9 @@
|
|
|
249
249
|
},
|
|
250
250
|
"platform.editor.mbe-update-params-change": {
|
|
251
251
|
"type": "boolean"
|
|
252
|
+
},
|
|
253
|
+
"platform.editor.explicit-html-element-check": {
|
|
254
|
+
"type": "boolean"
|
|
252
255
|
}
|
|
253
256
|
}
|
|
254
257
|
}
|