@atlaskit/editor-common 76.13.3 → 76.15.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 +12 -0
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +29 -25
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +4 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/pl.js +4 -0
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +4 -0
- package/dist/cjs/i18n/tr.js +5 -1
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +4 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/preset/core-plugin.js +19 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/Dropdown/index.js +2 -1
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +29 -25
- package/dist/es2019/i18n/fi.js +4 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +4 -0
- package/dist/es2019/i18n/it.js +4 -0
- package/dist/es2019/i18n/ja.js +4 -0
- package/dist/es2019/i18n/ko.js +4 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +4 -0
- package/dist/es2019/i18n/pl.js +4 -0
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +4 -0
- package/dist/es2019/i18n/tr.js +5 -1
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +4 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/preset/core-plugin.js +19 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/Dropdown/index.js +2 -1
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +29 -25
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.js +4 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/pl.js +4 -0
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +4 -0
- package/dist/esm/i18n/tr.js +5 -1
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +4 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/preset/core-plugin.js +19 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/Dropdown/index.js +2 -1
- package/dist/types/analytics/types/paste-events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/preset/core-plugin.d.ts +17 -0
- package/dist/types/types/floating-toolbar.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +4 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/preset/core-plugin.d.ts +17 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +2 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@ export type PASTE_ACTION_SUBJECT_ID = ACTION_SUBJECT_ID.PASTE_BLOCKQUOTE | ACTIO
|
|
|
16
16
|
type PasteBaseAEP<Action, Attributes, NonPrivacySafeAttributes> = TrackAEP<Action, ACTION_SUBJECT.DOCUMENT, PASTE_ACTION_SUBJECT_ID, Attributes, NonPrivacySafeAttributes>;
|
|
17
17
|
type PasteBaseOperationalAEP<Action, Attributes, NonPrivacySafeAttributes> = OperationalAEP<Action, ACTION_SUBJECT.EDITOR, PASTE_ACTION_SUBJECT_ID, Attributes, NonPrivacySafeAttributes>;
|
|
18
18
|
type PasteAEP = PasteBaseAEP<ACTION.PASTED, {
|
|
19
|
-
inputMethod: INPUT_METHOD.KEYBOARD;
|
|
19
|
+
inputMethod: INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR;
|
|
20
20
|
type: PasteType;
|
|
21
21
|
content: PasteContent;
|
|
22
22
|
source?: PasteSource;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -13,6 +13,23 @@ export type CorePlugin = NextEditorPlugin<'core', {
|
|
|
13
13
|
* @returns (boolean) if the command was successful in dispatching
|
|
14
14
|
*/
|
|
15
15
|
execute: (command: EditorCommand | undefined) => boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Focuses the editor.
|
|
18
|
+
*
|
|
19
|
+
* Calls the focus method of the `EditorView` and scrolls the
|
|
20
|
+
* current selection into view.
|
|
21
|
+
*
|
|
22
|
+
* @returns (boolean) if the focus was successful
|
|
23
|
+
*/
|
|
24
|
+
focus: () => boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Blurs the editor.
|
|
27
|
+
*
|
|
28
|
+
* Calls blur on the editor DOM element.
|
|
29
|
+
*
|
|
30
|
+
* @returns (boolean) if the blur was successful
|
|
31
|
+
*/
|
|
32
|
+
blur: () => boolean;
|
|
16
33
|
};
|
|
17
34
|
}>;
|
|
18
35
|
/**
|
|
@@ -7,7 +7,7 @@ import type { EmojiId } from '@atlaskit/emoji/types';
|
|
|
7
7
|
import type { DispatchAnalyticsEvent } from '../analytics/types/dispatch-analytics-event';
|
|
8
8
|
import type { ProviderFactory } from '../provider-factory';
|
|
9
9
|
import type { PaletteColor } from '../ui-color/ColorPalette/Palettes/type';
|
|
10
|
-
import type { Command } from './command';
|
|
10
|
+
import type { Command, CommandDispatch } from './command';
|
|
11
11
|
import type { MarkOptions, NodeOptions } from './copy-button';
|
|
12
12
|
export interface RenderOptionsPropsT<T extends {}> {
|
|
13
13
|
hide: () => void;
|
|
@@ -193,6 +193,7 @@ export type FloatingToolbarDropdown<T extends {}> = {
|
|
|
193
193
|
dropdownWidth?: number;
|
|
194
194
|
showSelected?: boolean;
|
|
195
195
|
alignDropdownWithToolbar?: boolean;
|
|
196
|
+
onToggle?: (state: EditorState, dispatch: CommandDispatch | undefined) => boolean;
|
|
196
197
|
};
|
|
197
198
|
type FloatingToolbarExtensionsPlaceholder = {
|
|
198
199
|
type: 'extensions-placeholder';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "76.
|
|
3
|
+
"version": "76.15.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/"
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@atlaskit/icon": "^21.12.0",
|
|
105
105
|
"@atlaskit/icon-object": "^6.3.0",
|
|
106
106
|
"@atlaskit/in-product-testing": "^0.2.0",
|
|
107
|
-
"@atlaskit/link-datasource": "^1.
|
|
107
|
+
"@atlaskit/link-datasource": "^1.10.0",
|
|
108
108
|
"@atlaskit/link-picker": "^1.30.0",
|
|
109
109
|
"@atlaskit/media-card": "^77.2.0",
|
|
110
110
|
"@atlaskit/media-client": "^24.0.0",
|