@atlaskit/editor-common 74.36.3 → 74.37.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 +13 -0
- package/dist/cjs/i18n/cs.js +3 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +3 -0
- package/dist/cjs/i18n/en.js +20 -0
- package/dist/cjs/i18n/en_GB.js +20 -0
- package/dist/cjs/i18n/en_ZZ.js +20 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +3 -0
- package/dist/cjs/i18n/fr.js +3 -0
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +3 -0
- package/dist/cjs/i18n/ja.js +3 -0
- package/dist/cjs/i18n/ko.js +3 -0
- package/dist/cjs/i18n/nb.js +3 -0
- package/dist/cjs/i18n/nl.js +3 -0
- package/dist/cjs/i18n/pl.js +3 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +3 -0
- package/dist/cjs/i18n/th.js +3 -0
- package/dist/cjs/i18n/tr.js +3 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +3 -0
- package/dist/cjs/i18n/zh.js +3 -0
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/layout.js +5 -0
- package/dist/cjs/types/selection.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +3 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +3 -0
- package/dist/es2019/i18n/en.js +20 -0
- package/dist/es2019/i18n/en_GB.js +20 -0
- package/dist/es2019/i18n/en_ZZ.js +20 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +3 -0
- package/dist/es2019/i18n/fr.js +3 -0
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +3 -0
- package/dist/es2019/i18n/ja.js +3 -0
- package/dist/es2019/i18n/ko.js +3 -0
- package/dist/es2019/i18n/nb.js +3 -0
- package/dist/es2019/i18n/nl.js +3 -0
- package/dist/es2019/i18n/pl.js +3 -0
- package/dist/es2019/i18n/pt_BR.js +3 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +3 -0
- package/dist/es2019/i18n/th.js +3 -0
- package/dist/es2019/i18n/tr.js +3 -0
- package/dist/es2019/i18n/uk.js +3 -0
- package/dist/es2019/i18n/vi.js +3 -0
- package/dist/es2019/i18n/zh.js +3 -0
- package/dist/es2019/i18n/zh_TW.js +3 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/layout.js +1 -0
- package/dist/es2019/types/selection.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +3 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +3 -0
- package/dist/esm/i18n/en.js +20 -0
- package/dist/esm/i18n/en_GB.js +20 -0
- package/dist/esm/i18n/en_ZZ.js +20 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +3 -0
- package/dist/esm/i18n/fr.js +3 -0
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +3 -0
- package/dist/esm/i18n/ja.js +3 -0
- package/dist/esm/i18n/ko.js +3 -0
- package/dist/esm/i18n/nb.js +3 -0
- package/dist/esm/i18n/nl.js +3 -0
- package/dist/esm/i18n/pl.js +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +3 -0
- package/dist/esm/i18n/th.js +3 -0
- package/dist/esm/i18n/tr.js +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.js +3 -0
- package/dist/esm/i18n/zh.js +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/layout.js +1 -0
- package/dist/esm/types/selection.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/collab/index.d.ts +25 -0
- package/dist/types/i18n/cs.d.ts +3 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +3 -0
- package/dist/types/i18n/en.d.ts +20 -0
- package/dist/types/i18n/en_GB.d.ts +20 -0
- package/dist/types/i18n/en_ZZ.d.ts +20 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +3 -0
- package/dist/types/i18n/fr.d.ts +3 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +3 -0
- package/dist/types/i18n/ja.d.ts +3 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +3 -0
- package/dist/types/i18n/nl.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +3 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +3 -0
- package/dist/types/i18n/th.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +3 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +3 -0
- package/dist/types/i18n/zh.d.ts +3 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/dist/types/types/index.d.ts +3 -1
- package/dist/types/types/layout.d.ts +6 -0
- package/dist/types/types/selection.d.ts +3 -0
- package/dist/types-ts4.5/collab/index.d.ts +25 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +3 -0
- package/dist/types-ts4.5/i18n/en.d.ts +20 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
- package/dist/types-ts4.5/i18n/th.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
- package/dist/types-ts4.5/types/index.d.ts +3 -1
- package/dist/types-ts4.5/types/layout.d.ts +6 -0
- package/dist/types-ts4.5/types/selection.d.ts +3 -0
- package/package.json +4 -4
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Node } from '@atlaskit/editor-prosemirror/model';
|
|
1
|
+
import type { Node } from '@atlaskit/editor-prosemirror/model';
|
|
2
2
|
export interface Transformer<T> {
|
|
3
3
|
encode(node: Node): T;
|
|
4
4
|
parse(content: T): Node;
|
|
@@ -43,3 +43,5 @@ export type { AllowedBlockTypes, HeadingLevels, NormalTextLevel, HeadingLevelsAn
|
|
|
43
43
|
export type { ColumnResizingPluginState } from './tables';
|
|
44
44
|
export type { InputRuleHandler, OnHandlerApply, InputRuleWrapper, } from './input-rules';
|
|
45
45
|
export type { TextFormattingOptions, TextFormattingState, InputMethodToolbar, InputMethodBasic, } from './text-formatting';
|
|
46
|
+
export type { LayoutPluginOptions } from './layout';
|
|
47
|
+
export type { LongPressSelectionPluginOptions } from './selection';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "74.
|
|
3
|
+
"version": "74.37.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/"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
83
|
-
"@atlaskit/adf-schema": "^
|
|
83
|
+
"@atlaskit/adf-schema": "^28.0.0",
|
|
84
84
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
85
85
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
86
86
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
@@ -89,10 +89,9 @@
|
|
|
89
89
|
"@atlaskit/button": "^16.8.0",
|
|
90
90
|
"@atlaskit/code": "^14.6.0",
|
|
91
91
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
92
|
-
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
93
92
|
"@atlaskit/editor-palette": "1.5.1",
|
|
94
93
|
"@atlaskit/editor-prosemirror": "1.0.2",
|
|
95
|
-
"@atlaskit/editor-shared-styles": "^2.
|
|
94
|
+
"@atlaskit/editor-shared-styles": "^2.6.0",
|
|
96
95
|
"@atlaskit/editor-tables": "^2.3.0",
|
|
97
96
|
"@atlaskit/emoji": "^67.4.0",
|
|
98
97
|
"@atlaskit/icon": "^21.12.0",
|
|
@@ -142,6 +141,7 @@
|
|
|
142
141
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
143
142
|
},
|
|
144
143
|
"devDependencies": {
|
|
144
|
+
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
145
145
|
"@atlaskit/editor-test-helpers": "^18.10.0",
|
|
146
146
|
"@atlaskit/media-core": "^34.1.0",
|
|
147
147
|
"@atlaskit/media-test-helpers": "^33.0.0",
|