@atlaskit/editor-common 74.20.0 → 74.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/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/quick-insert/assets/datasource-jira-issue.js +108 -0
- package/dist/cjs/quick-insert/assets/index.js +15 -2
- package/dist/cjs/quick-insert/index.js +6 -0
- package/dist/cjs/types/datasource.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +4 -4
- 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/quick-insert/assets/datasource-jira-issue.js +100 -0
- package/dist/es2019/quick-insert/assets/index.js +4 -0
- package/dist/es2019/quick-insert/index.js +1 -1
- package/dist/es2019/types/datasource.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +4 -4
- 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/quick-insert/assets/datasource-jira-issue.js +100 -0
- package/dist/esm/quick-insert/assets/index.js +10 -0
- package/dist/esm/quick-insert/index.js +1 -1
- package/dist/esm/types/datasource.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +4 -4
- 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/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +1 -1
- package/dist/types/quick-insert/assets/datasource-jira-issue.d.ts +2 -0
- package/dist/types/quick-insert/assets/index.d.ts +1 -0
- package/dist/types/quick-insert/index.d.ts +1 -1
- package/dist/types/types/datasource.d.ts +1 -0
- package/dist/types/types/editor-actions.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/datasource.d.ts +1 -2
- 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/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/types.d.ts +1 -1
- package/dist/types-ts4.5/quick-insert/assets/datasource-jira-issue.d.ts +2 -0
- package/dist/types-ts4.5/quick-insert/assets/index.d.ts +1 -0
- package/dist/types-ts4.5/quick-insert/index.d.ts +1 -1
- package/dist/types-ts4.5/types/datasource.d.ts +1 -0
- 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/utils/datasource.d.ts +1 -2
- package/package.json +3 -3
- package/tmp/api-report-tmp.d.ts +9 -0
|
@@ -11,9 +11,16 @@ 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;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
15
19
|
'fabric.editor.cancelButton': string;
|
|
16
20
|
'fabric.editor.captionPlaceholder': string;
|
|
21
|
+
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,11 +35,22 @@ declare const _default: {
|
|
|
28
35
|
'fabric.editor.date.description': string;
|
|
29
36
|
'fabric.editor.decision': string;
|
|
30
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
39
|
+
'fabric.editor.displayBlock': string;
|
|
40
|
+
'fabric.editor.displayEmbed': string;
|
|
41
|
+
'fabric.editor.displayInline': string;
|
|
42
|
+
'fabric.editor.displayLink': string;
|
|
43
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
45
|
+
'fabric.editor.ecombedDescription': string;
|
|
46
|
+
'fabric.editor.edit.datasource': string;
|
|
31
47
|
'fabric.editor.editLink': string;
|
|
32
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.embedTitle': string;
|
|
33
50
|
'fabric.editor.emoji': string;
|
|
34
51
|
'fabric.editor.emoji.description': string;
|
|
35
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
36
54
|
'fabric.editor.expand': string;
|
|
37
55
|
'fabric.editor.expand.description': string;
|
|
38
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -40,12 +58,24 @@ declare const _default: {
|
|
|
40
58
|
'fabric.editor.expandPlaceholder': string;
|
|
41
59
|
'fabric.editor.feedbackDialog': string;
|
|
42
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
43
67
|
'fabric.editor.help': string;
|
|
44
68
|
'fabric.editor.help.description': string;
|
|
45
69
|
'fabric.editor.horizontalRule': string;
|
|
46
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
47
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
77
|
+
'fabric.editor.inlineDescription': string;
|
|
78
|
+
'fabric.editor.inlineTitle': string;
|
|
49
79
|
'fabric.editor.insertMenu': string;
|
|
50
80
|
'fabric.editor.invalidLink': string;
|
|
51
81
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -69,8 +99,11 @@ declare const _default: {
|
|
|
69
99
|
'fabric.editor.settingsLinks': string;
|
|
70
100
|
'fabric.editor.status': string;
|
|
71
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
72
104
|
'fabric.editor.table': string;
|
|
73
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
74
107
|
'fabric.editor.time.ago': string;
|
|
75
108
|
'fabric.editor.time.updated': string;
|
|
76
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -85,6 +118,9 @@ declare const _default: {
|
|
|
85
118
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
119
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
120
|
'fabric.editor.unsupportedInlineContent': string;
|
|
121
|
+
'fabric.editor.url': string;
|
|
122
|
+
'fabric.editor.urlDescription': string;
|
|
123
|
+
'fabric.editor.urlTitle': string;
|
|
88
124
|
'fabric.editor.viewMore': string;
|
|
89
125
|
'fabric.editor.visit': string;
|
|
90
126
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,16 @@ 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;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
15
19
|
'fabric.editor.cancelButton': string;
|
|
16
20
|
'fabric.editor.captionPlaceholder': string;
|
|
21
|
+
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,11 +35,22 @@ declare const _default: {
|
|
|
28
35
|
'fabric.editor.date.description': string;
|
|
29
36
|
'fabric.editor.decision': string;
|
|
30
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
39
|
+
'fabric.editor.displayBlock': string;
|
|
40
|
+
'fabric.editor.displayEmbed': string;
|
|
41
|
+
'fabric.editor.displayInline': string;
|
|
42
|
+
'fabric.editor.displayLink': string;
|
|
43
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
45
|
+
'fabric.editor.ecombedDescription': string;
|
|
46
|
+
'fabric.editor.edit.datasource': string;
|
|
31
47
|
'fabric.editor.editLink': string;
|
|
32
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.embedTitle': string;
|
|
33
50
|
'fabric.editor.emoji': string;
|
|
34
51
|
'fabric.editor.emoji.description': string;
|
|
35
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
36
54
|
'fabric.editor.expand': string;
|
|
37
55
|
'fabric.editor.expand.description': string;
|
|
38
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -40,12 +58,24 @@ declare const _default: {
|
|
|
40
58
|
'fabric.editor.expandPlaceholder': string;
|
|
41
59
|
'fabric.editor.feedbackDialog': string;
|
|
42
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
43
67
|
'fabric.editor.help': string;
|
|
44
68
|
'fabric.editor.help.description': string;
|
|
45
69
|
'fabric.editor.horizontalRule': string;
|
|
46
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
47
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
77
|
+
'fabric.editor.inlineDescription': string;
|
|
78
|
+
'fabric.editor.inlineTitle': string;
|
|
49
79
|
'fabric.editor.insertMenu': string;
|
|
50
80
|
'fabric.editor.invalidLink': string;
|
|
51
81
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -69,8 +99,11 @@ declare const _default: {
|
|
|
69
99
|
'fabric.editor.settingsLinks': string;
|
|
70
100
|
'fabric.editor.status': string;
|
|
71
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
72
104
|
'fabric.editor.table': string;
|
|
73
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
74
107
|
'fabric.editor.time.ago': string;
|
|
75
108
|
'fabric.editor.time.updated': string;
|
|
76
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -85,6 +118,9 @@ declare const _default: {
|
|
|
85
118
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
119
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
120
|
'fabric.editor.unsupportedInlineContent': string;
|
|
121
|
+
'fabric.editor.url': string;
|
|
122
|
+
'fabric.editor.urlDescription': string;
|
|
123
|
+
'fabric.editor.urlTitle': string;
|
|
88
124
|
'fabric.editor.viewMore': string;
|
|
89
125
|
'fabric.editor.visit': string;
|
|
90
126
|
'fabric.editor.wrapLeft': string;
|
|
@@ -11,9 +11,16 @@ 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;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
15
19
|
'fabric.editor.cancelButton': string;
|
|
16
20
|
'fabric.editor.captionPlaceholder': string;
|
|
21
|
+
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
18
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
19
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -28,11 +35,22 @@ declare const _default: {
|
|
|
28
35
|
'fabric.editor.date.description': string;
|
|
29
36
|
'fabric.editor.decision': string;
|
|
30
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
39
|
+
'fabric.editor.displayBlock': string;
|
|
40
|
+
'fabric.editor.displayEmbed': string;
|
|
41
|
+
'fabric.editor.displayInline': string;
|
|
42
|
+
'fabric.editor.displayLink': string;
|
|
43
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
45
|
+
'fabric.editor.ecombedDescription': string;
|
|
46
|
+
'fabric.editor.edit.datasource': string;
|
|
31
47
|
'fabric.editor.editLink': string;
|
|
32
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.embedTitle': string;
|
|
33
50
|
'fabric.editor.emoji': string;
|
|
34
51
|
'fabric.editor.emoji.description': string;
|
|
35
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
36
54
|
'fabric.editor.expand': string;
|
|
37
55
|
'fabric.editor.expand.description': string;
|
|
38
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -40,12 +58,24 @@ declare const _default: {
|
|
|
40
58
|
'fabric.editor.expandPlaceholder': string;
|
|
41
59
|
'fabric.editor.feedbackDialog': string;
|
|
42
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
43
67
|
'fabric.editor.help': string;
|
|
44
68
|
'fabric.editor.help.description': string;
|
|
45
69
|
'fabric.editor.horizontalRule': string;
|
|
46
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
47
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
48
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
77
|
+
'fabric.editor.inlineDescription': string;
|
|
78
|
+
'fabric.editor.inlineTitle': string;
|
|
49
79
|
'fabric.editor.insertMenu': string;
|
|
50
80
|
'fabric.editor.invalidLink': string;
|
|
51
81
|
'fabric.editor.layoutFixedWidth': string;
|
|
@@ -69,8 +99,11 @@ declare const _default: {
|
|
|
69
99
|
'fabric.editor.settingsLinks': string;
|
|
70
100
|
'fabric.editor.status': string;
|
|
71
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
72
104
|
'fabric.editor.table': string;
|
|
73
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
74
107
|
'fabric.editor.time.ago': string;
|
|
75
108
|
'fabric.editor.time.updated': string;
|
|
76
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -85,6 +118,9 @@ declare const _default: {
|
|
|
85
118
|
'fabric.editor.unsupportedBlockContent': string;
|
|
86
119
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
87
120
|
'fabric.editor.unsupportedInlineContent': string;
|
|
121
|
+
'fabric.editor.url': string;
|
|
122
|
+
'fabric.editor.urlDescription': string;
|
|
123
|
+
'fabric.editor.urlTitle': string;
|
|
88
124
|
'fabric.editor.viewMore': string;
|
|
89
125
|
'fabric.editor.visit': string;
|
|
90
126
|
'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;
|
|
@@ -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;
|