@atlaskit/editor-common 74.11.0 → 74.12.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 +17 -0
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +12 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +12 -0
- package/dist/cjs/i18n/fi.js +12 -0
- package/dist/cjs/i18n/fr.js +12 -0
- package/dist/cjs/i18n/hu.js +12 -0
- package/dist/cjs/i18n/it.js +12 -0
- package/dist/cjs/i18n/ja.js +12 -0
- package/dist/cjs/i18n/ko.js +12 -0
- package/dist/cjs/i18n/nb.js +12 -0
- package/dist/cjs/i18n/nl.js +12 -0
- package/dist/cjs/i18n/pl.js +12 -0
- package/dist/cjs/i18n/pt_BR.js +12 -0
- package/dist/cjs/i18n/ru.js +12 -0
- package/dist/cjs/i18n/sv.js +12 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +12 -0
- package/dist/cjs/i18n/uk.js +12 -0
- package/dist/cjs/i18n/vi.js +12 -0
- package/dist/cjs/i18n/zh.js +12 -0
- package/dist/cjs/i18n/zh_TW.js +12 -0
- package/dist/cjs/messages/link-toolbar.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smart-card.js +1 -0
- package/dist/cjs/types/breakout.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/breakout.js +24 -1
- package/dist/cjs/utils/index.js +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +12 -0
- package/dist/es2019/i18n/da.js +12 -0
- package/dist/es2019/i18n/de.js +12 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +12 -0
- package/dist/es2019/i18n/fi.js +12 -0
- package/dist/es2019/i18n/fr.js +12 -0
- package/dist/es2019/i18n/hu.js +12 -0
- package/dist/es2019/i18n/it.js +12 -0
- package/dist/es2019/i18n/ja.js +12 -0
- package/dist/es2019/i18n/ko.js +12 -0
- package/dist/es2019/i18n/nb.js +12 -0
- package/dist/es2019/i18n/nl.js +12 -0
- package/dist/es2019/i18n/pl.js +12 -0
- package/dist/es2019/i18n/pt_BR.js +12 -0
- package/dist/es2019/i18n/ru.js +12 -0
- package/dist/es2019/i18n/sv.js +12 -0
- package/dist/es2019/i18n/th.js +12 -0
- package/dist/es2019/i18n/tr.js +12 -0
- package/dist/es2019/i18n/uk.js +12 -0
- package/dist/es2019/i18n/vi.js +12 -0
- package/dist/es2019/i18n/zh.js +12 -0
- package/dist/es2019/i18n/zh_TW.js +12 -0
- package/dist/es2019/messages/link-toolbar.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smart-card.js +1 -0
- package/dist/es2019/types/breakout.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/breakout.js +20 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.js +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +12 -0
- package/dist/esm/i18n/fi.js +12 -0
- package/dist/esm/i18n/fr.js +12 -0
- package/dist/esm/i18n/hu.js +12 -0
- package/dist/esm/i18n/it.js +12 -0
- package/dist/esm/i18n/ja.js +12 -0
- package/dist/esm/i18n/ko.js +12 -0
- package/dist/esm/i18n/nb.js +12 -0
- package/dist/esm/i18n/nl.js +12 -0
- package/dist/esm/i18n/pl.js +12 -0
- package/dist/esm/i18n/pt_BR.js +12 -0
- package/dist/esm/i18n/ru.js +12 -0
- package/dist/esm/i18n/sv.js +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.js +12 -0
- package/dist/esm/i18n/uk.js +12 -0
- package/dist/esm/i18n/vi.js +12 -0
- package/dist/esm/i18n/zh.js +12 -0
- package/dist/esm/i18n/zh_TW.js +12 -0
- package/dist/esm/messages/link-toolbar.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smart-card.js +1 -0
- package/dist/esm/types/breakout.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/breakout.js +20 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +12 -0
- package/dist/types/i18n/fr.d.ts +12 -0
- package/dist/types/i18n/hu.d.ts +12 -0
- package/dist/types/i18n/it.d.ts +12 -0
- package/dist/types/i18n/ja.d.ts +12 -0
- package/dist/types/i18n/ko.d.ts +12 -0
- package/dist/types/i18n/nb.d.ts +12 -0
- package/dist/types/i18n/nl.d.ts +12 -0
- package/dist/types/i18n/pl.d.ts +12 -0
- package/dist/types/i18n/pt_BR.d.ts +12 -0
- package/dist/types/i18n/ru.d.ts +12 -0
- package/dist/types/i18n/sv.d.ts +12 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +12 -0
- package/dist/types/i18n/uk.d.ts +12 -0
- package/dist/types/i18n/vi.d.ts +12 -0
- package/dist/types/i18n/zh.d.ts +12 -0
- package/dist/types/i18n/zh_TW.d.ts +12 -0
- package/dist/types/messages/link-toolbar.d.ts +5 -0
- package/dist/types/styles/shared/smart-card.d.ts +1 -0
- package/dist/types/types/breakout.d.ts +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/breakout.d.ts +7 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +12 -0
- package/dist/types-ts4.5/i18n/da.d.ts +12 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +12 -0
- package/dist/types-ts4.5/i18n/it.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +12 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +12 -0
- package/dist/types-ts4.5/i18n/th.d.ts +12 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +12 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +12 -0
- package/dist/types-ts4.5/messages/link-toolbar.d.ts +5 -0
- package/dist/types-ts4.5/styles/shared/smart-card.d.ts +1 -0
- package/dist/types-ts4.5/types/breakout.d.ts +1 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +7 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BreakoutMode = 'wide' | 'full-width' | 'center';
|
|
@@ -36,3 +36,4 @@ export type { TTITracking, TransactionTracking, UITracking, CatchAllTracking, No
|
|
|
36
36
|
export type { GridType } from './grid';
|
|
37
37
|
export type { LinkInputType, LinkPickerOptions, LinkingOptions, HyperlinkPluginOptions, } from './hyperlink';
|
|
38
38
|
export type { SnapPointsProps } from './resizable-media-single';
|
|
39
|
+
export type { BreakoutMode } from './breakout';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BreakoutMarkAttrs } from '@atlaskit/adf-schema';
|
|
2
|
+
import { BreakoutMode } from '../types/breakout';
|
|
2
3
|
/**
|
|
3
4
|
* Variables required to construct a context for breakout ssr inline script.
|
|
4
5
|
*
|
|
@@ -41,3 +42,9 @@ export declare function calculateBreakoutStyles({ mode, widthStateLineLength, wi
|
|
|
41
42
|
justifyContent?: undefined;
|
|
42
43
|
};
|
|
43
44
|
export declare function calcBreakoutWidthPx(mode: BreakoutMarkAttrs['mode'], widthStateWidth?: number): number;
|
|
45
|
+
export declare const getNextBreakoutMode: (currentMode?: BreakoutMode) => BreakoutMode;
|
|
46
|
+
export declare const getTitle: (layout?: BreakoutMode) => {
|
|
47
|
+
id: string;
|
|
48
|
+
defaultMessage: string;
|
|
49
|
+
description: string;
|
|
50
|
+
};
|
|
@@ -9,7 +9,7 @@ export type { Date } from './date';
|
|
|
9
9
|
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, setTextSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition, isEmptyParagraph, isInLayoutColumn, } from './editor-core-utils';
|
|
10
10
|
export { withImageLoader } from './imageLoader';
|
|
11
11
|
export type { ImageLoaderProps, ImageLoaderState, ImageStatus, } from './imageLoader';
|
|
12
|
-
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, } from './breakout';
|
|
12
|
+
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle, } from './breakout';
|
|
13
13
|
export { findChangedNodesFromTransaction, validNode, validateNodes, isType, isParagraph, isText, isLinkMark, SelectedState, isNodeSelectedOrInRange, isSupportedInParent, isMediaNode, isNodeBeforeMediaNode, } from './nodes';
|
|
14
14
|
export type { Reducer } from './plugin-state-factory';
|
|
15
15
|
export { pluginFactory } from './plugin-state-factory';
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|