@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;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -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';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
1
2
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
2
3
|
import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
4
|
import type { Step } from '@atlaskit/editor-prosemirror/transform';
|
|
5
|
+
import type { Providers } from '../provider-factory';
|
|
4
6
|
export type NewCollabSyncUpErrorAttributes = {
|
|
5
7
|
lengthOfUnconfirmedSteps?: number;
|
|
6
8
|
tries: number;
|
|
@@ -348,4 +350,27 @@ export interface CollabEditProvider<Events extends CollabEvents = CollabEvents>
|
|
|
348
350
|
} & Events[K]): void;
|
|
349
351
|
getFinalAcknowledgedState(): Promise<ResolvedEditorState>;
|
|
350
352
|
}
|
|
353
|
+
export type CollabEditOptions = {
|
|
354
|
+
provider?: Providers['collabEditProvider'];
|
|
355
|
+
userId?: string;
|
|
356
|
+
useNativePlugin?: boolean;
|
|
357
|
+
} & CollabInviteToEditProps & CollabAnalyticsProps;
|
|
358
|
+
export type InviteToEditButtonProps = {
|
|
359
|
+
onClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
360
|
+
selected: boolean;
|
|
361
|
+
};
|
|
362
|
+
export type InviteToEditComponentProps = {
|
|
363
|
+
children: ReactElement<InviteToEditButtonProps>;
|
|
364
|
+
};
|
|
365
|
+
export interface CollabInviteToEditProps {
|
|
366
|
+
inviteToEditHandler?: (event: React.MouseEvent<HTMLElement>) => void;
|
|
367
|
+
isInviteToEditButtonSelected?: boolean;
|
|
368
|
+
inviteToEditComponent?: React.ComponentType<InviteToEditComponentProps>;
|
|
369
|
+
}
|
|
370
|
+
export interface CollabAnalyticsProps {
|
|
371
|
+
/**
|
|
372
|
+
* @description Control wether Synchrony entity error events are tracked
|
|
373
|
+
*/
|
|
374
|
+
EXPERIMENTAL_allowInternalErrorAnalytics?: boolean;
|
|
375
|
+
}
|
|
351
376
|
export {};
|
|
@@ -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;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': 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;
|