@atlaskit/editor-common 74.21.0 → 74.21.2
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/collab/package.json +15 -0
- package/dist/cjs/collab/index.js +116 -0
- package/dist/cjs/i18n/cs.js +17 -0
- package/dist/cjs/i18n/da.js +17 -0
- package/dist/cjs/i18n/de.js +17 -0
- package/dist/cjs/i18n/en.js +36 -0
- package/dist/cjs/i18n/en_GB.js +36 -0
- package/dist/cjs/i18n/en_ZZ.js +36 -0
- package/dist/cjs/i18n/es.js +17 -0
- package/dist/cjs/i18n/fi.js +17 -0
- package/dist/cjs/i18n/fr.js +17 -0
- package/dist/cjs/i18n/hu.js +17 -0
- package/dist/cjs/i18n/it.js +17 -0
- package/dist/cjs/i18n/ja.js +17 -0
- package/dist/cjs/i18n/ko.js +17 -0
- package/dist/cjs/i18n/nb.js +17 -0
- package/dist/cjs/i18n/nl.js +17 -0
- package/dist/cjs/i18n/pl.js +17 -0
- package/dist/cjs/i18n/pt_BR.js +17 -0
- package/dist/cjs/i18n/ru.js +17 -0
- package/dist/cjs/i18n/sv.js +17 -0
- package/dist/cjs/i18n/th.js +17 -0
- package/dist/cjs/i18n/tr.js +17 -0
- package/dist/cjs/i18n/uk.js +17 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +17 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/tables.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/collab/index.js +121 -0
- package/dist/es2019/i18n/cs.js +17 -0
- package/dist/es2019/i18n/da.js +17 -0
- package/dist/es2019/i18n/de.js +17 -0
- package/dist/es2019/i18n/en.js +36 -0
- package/dist/es2019/i18n/en_GB.js +36 -0
- package/dist/es2019/i18n/en_ZZ.js +36 -0
- package/dist/es2019/i18n/es.js +17 -0
- package/dist/es2019/i18n/fi.js +17 -0
- package/dist/es2019/i18n/fr.js +17 -0
- package/dist/es2019/i18n/hu.js +17 -0
- package/dist/es2019/i18n/it.js +17 -0
- package/dist/es2019/i18n/ja.js +17 -0
- package/dist/es2019/i18n/ko.js +17 -0
- package/dist/es2019/i18n/nb.js +17 -0
- package/dist/es2019/i18n/nl.js +17 -0
- package/dist/es2019/i18n/pl.js +17 -0
- package/dist/es2019/i18n/pt_BR.js +17 -0
- package/dist/es2019/i18n/ru.js +17 -0
- package/dist/es2019/i18n/sv.js +17 -0
- package/dist/es2019/i18n/th.js +17 -0
- package/dist/es2019/i18n/tr.js +17 -0
- package/dist/es2019/i18n/uk.js +17 -0
- package/dist/es2019/i18n/vi.js +17 -0
- package/dist/es2019/i18n/zh.js +17 -0
- package/dist/es2019/i18n/zh_TW.js +17 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/tables.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/collab/index.js +121 -0
- package/dist/esm/i18n/cs.js +17 -0
- package/dist/esm/i18n/da.js +17 -0
- package/dist/esm/i18n/de.js +17 -0
- package/dist/esm/i18n/en.js +36 -0
- package/dist/esm/i18n/en_GB.js +36 -0
- package/dist/esm/i18n/en_ZZ.js +36 -0
- package/dist/esm/i18n/es.js +17 -0
- package/dist/esm/i18n/fi.js +17 -0
- package/dist/esm/i18n/fr.js +17 -0
- package/dist/esm/i18n/hu.js +17 -0
- package/dist/esm/i18n/it.js +17 -0
- package/dist/esm/i18n/ja.js +17 -0
- package/dist/esm/i18n/ko.js +17 -0
- package/dist/esm/i18n/nb.js +17 -0
- package/dist/esm/i18n/nl.js +17 -0
- package/dist/esm/i18n/pl.js +17 -0
- package/dist/esm/i18n/pt_BR.js +17 -0
- package/dist/esm/i18n/ru.js +17 -0
- package/dist/esm/i18n/sv.js +17 -0
- package/dist/esm/i18n/th.js +17 -0
- package/dist/esm/i18n/tr.js +17 -0
- package/dist/esm/i18n/uk.js +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh.js +17 -0
- package/dist/esm/i18n/zh_TW.js +17 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/tables.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/collab/index.d.ts +351 -0
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +17 -0
- package/dist/types/i18n/de.d.ts +17 -0
- package/dist/types/i18n/en.d.ts +36 -0
- package/dist/types/i18n/en_GB.d.ts +36 -0
- package/dist/types/i18n/en_ZZ.d.ts +36 -0
- package/dist/types/i18n/es.d.ts +17 -0
- package/dist/types/i18n/fi.d.ts +17 -0
- package/dist/types/i18n/fr.d.ts +17 -0
- package/dist/types/i18n/hu.d.ts +17 -0
- package/dist/types/i18n/it.d.ts +17 -0
- package/dist/types/i18n/ja.d.ts +17 -0
- package/dist/types/i18n/ko.d.ts +17 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +17 -0
- package/dist/types/i18n/pl.d.ts +17 -0
- package/dist/types/i18n/pt_BR.d.ts +17 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +17 -0
- package/dist/types/i18n/th.d.ts +17 -0
- package/dist/types/i18n/tr.d.ts +17 -0
- package/dist/types/i18n/uk.d.ts +17 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +17 -0
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +1 -1
- package/dist/types/types/editor-actions.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/tables.d.ts +13 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/collab/index.d.ts +351 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +17 -0
- package/dist/types-ts4.5/i18n/de.d.ts +17 -0
- package/dist/types-ts4.5/i18n/en.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +36 -0
- package/dist/types-ts4.5/i18n/es.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +17 -0
- package/dist/types-ts4.5/i18n/it.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +17 -0
- package/dist/types-ts4.5/i18n/th.d.ts +17 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +17 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +17 -0
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/types.d.ts +1 -1
- package/dist/types-ts4.5/types/editor-actions.d.ts +1 -1
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/tables.d.ts +13 -0
- package/package.json +2 -2
- package/tmp/api-report-tmp.d.ts +9 -0
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,13 @@ declare const _default: {
|
|
|
11
11
|
'fabric.editor.alignImageCenter': string;
|
|
12
12
|
'fabric.editor.alignImageLeft': string;
|
|
13
13
|
'fabric.editor.alignImageRight': string;
|
|
14
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
15
|
+
'fabric.editor.blockDescription': string;
|
|
16
|
+
'fabric.editor.blockTitle': string;
|
|
14
17
|
'fabric.editor.blockquote': string;
|
|
15
18
|
'fabric.editor.cancelButton': string;
|
|
16
19
|
'fabric.editor.captionPlaceholder': string;
|
|
20
|
+
'fabric.editor.cardFloatingControls': string;
|
|
17
21
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
22
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
23
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,8 +32,16 @@ declare const _default: {
|
|
|
28
32
|
'fabric.editor.date.description': string;
|
|
29
33
|
'fabric.editor.decision': string;
|
|
30
34
|
'fabric.editor.decision.description': string;
|
|
35
|
+
'fabric.editor.displayBlock': string;
|
|
36
|
+
'fabric.editor.displayEmbed': string;
|
|
37
|
+
'fabric.editor.displayInline': string;
|
|
38
|
+
'fabric.editor.displayLink': string;
|
|
39
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
40
|
+
'fabric.editor.ecombedDescription': string;
|
|
41
|
+
'fabric.editor.edit.datasource': string;
|
|
31
42
|
'fabric.editor.editLink': string;
|
|
32
43
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
44
|
+
'fabric.editor.embedTitle': string;
|
|
33
45
|
'fabric.editor.emoji': string;
|
|
34
46
|
'fabric.editor.emoji.description': string;
|
|
35
47
|
'fabric.editor.emptyLink': string;
|
|
@@ -46,6 +58,8 @@ declare const _default: {
|
|
|
46
58
|
'fabric.editor.horizontalRule.description': string;
|
|
47
59
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
60
|
'fabric.editor.image': string;
|
|
61
|
+
'fabric.editor.inlineDescription': string;
|
|
62
|
+
'fabric.editor.inlineTitle': string;
|
|
49
63
|
'fabric.editor.insertMenu': string;
|
|
50
64
|
'fabric.editor.invalidLink': string;
|
|
51
65
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -85,6 +99,9 @@ declare const _default: {
|
|
|
85
99
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
100
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
101
|
'fabric.editor.unsupportedInlineContent': string;
|
|
102
|
+
'fabric.editor.url': string;
|
|
103
|
+
'fabric.editor.urlDescription': string;
|
|
104
|
+
'fabric.editor.urlTitle': string;
|
|
88
105
|
'fabric.editor.viewMore': string;
|
|
89
106
|
'fabric.editor.visit': string;
|
|
90
107
|
'fabric.editor.wrapLeft': string;
|
|
@@ -17,5 +17,5 @@ export interface HyperlinkAddToolbarProps extends Pick<EditorLinkPickerProps, 'o
|
|
|
17
17
|
onClickAwayCallback?: Command;
|
|
18
18
|
}
|
|
19
19
|
export declare function HyperlinkAddToolbar({ linkPickerOptions, onSubmit, displayText, displayUrl, providerFactory, view, onCancel, invokeMethod, featureFlags, onClose, onEscapeCallback, onClickAwayCallback, hyperlinkPluginState, }: HyperlinkAddToolbarProps & {
|
|
20
|
-
hyperlinkPluginState: HyperlinkState;
|
|
20
|
+
hyperlinkPluginState: HyperlinkState | undefined;
|
|
21
21
|
}): JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ActivityProvider } from '@atlaskit/activity-provider';
|
|
2
|
-
import type { CollabEditProvider } from '@atlaskit/collab-provider';
|
|
3
2
|
import type { EmojiProvider } from '@atlaskit/emoji/types';
|
|
4
3
|
import { MentionProvider } from '@atlaskit/mention/types';
|
|
5
4
|
import { TaskDecisionProvider } from '@atlaskit/task-decision/types';
|
|
5
|
+
import type { CollabEditProvider } from '../collab';
|
|
6
6
|
import { ExtensionProvider } from '../extensions/types';
|
|
7
7
|
import { AutoformattingProvider } from './autoformatting-provider';
|
|
8
8
|
import { CardProvider } from './card-provider';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Node } from 'prosemirror-model';
|
|
2
2
|
import type { EditorView } from 'prosemirror-view';
|
|
3
|
-
import type { ResolvedEditorState } from '@atlaskit/collab-provider/types';
|
|
4
3
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
4
|
+
import type { ResolvedEditorState } from '../collab';
|
|
5
5
|
import type { EventDispatcher } from '../event-dispatcher';
|
|
6
6
|
export type ContextUpdateHandler = (editorView: EditorView, eventDispatcher: EventDispatcher) => void;
|
|
7
7
|
export type ReplaceRawValue = Node | object | string;
|
|
@@ -40,3 +40,4 @@ export type { BreakoutMode } from './breakout';
|
|
|
40
40
|
export type { DatasourceModalType } from './datasource';
|
|
41
41
|
export type { ImageUploadPluginReferenceEventBase, ImageUploadPluginReferenceEventDragEvent, ImageUploadPluginReferenceEventClipboardEvent, ImageUploadPluginReferenceEvent, } from './image-upload-reference-event';
|
|
42
42
|
export type { HeadingLevels, NormalTextLevel, HeadingLevelsAndNormalText, } from './block-type';
|
|
43
|
+
export type { ColumnResizingPluginState } from './tables';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "74.21.
|
|
3
|
+
"version": "74.21.2",
|
|
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/"
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"./ui": "./src/ui/index.tsx",
|
|
45
45
|
"./utils": "./src/utils/index.ts",
|
|
46
46
|
"./card": "./src/card/index.ts",
|
|
47
|
+
"./collab": "./src/collab/index.ts",
|
|
47
48
|
"./emoji": "./src/emoji.ts",
|
|
48
49
|
"./mention": "./src/mention.ts",
|
|
49
50
|
"./provider-helpers": "./src/provider-helpers/index.ts",
|
|
@@ -85,7 +86,6 @@
|
|
|
85
86
|
"@atlaskit/button": "^16.8.0",
|
|
86
87
|
"@atlaskit/code": "^14.6.0",
|
|
87
88
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
88
|
-
"@atlaskit/collab-provider": "^9.7.0",
|
|
89
89
|
"@atlaskit/editor-palette": "1.5.1",
|
|
90
90
|
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
91
91
|
"@atlaskit/emoji": "^67.4.0",
|